1 2010-06-17 Jakub Jelinek <jakub@redhat.com>
4 * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
7 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
9 * v850-protos.h (print_operand): Delete.
10 (print_operand_address): Delete.
11 * v850.h (PRINT_OPERAND): Delete.
12 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13 (PRINT_OPERAND_ADDRESS): Delete.
14 * v850.c (print_operand_address): Rename to...
15 (v850_print_operand_address): ...this. Make static. Call
17 (print_operand): Rename to...
18 (v850_print_operand): ...this. Make static. Call
19 v850_print_operand_address.
20 (v850_print_operand_punct_valid_p): New function.
21 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
22 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
24 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
26 * config/sh/sh-protos.h (print_operand): Delete.
27 (print_operand_address): Delete.
28 * config/sh/sh.h (PRINT_OPERAND): Delete.
29 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
30 (PRINT_OPERAND_ADDRESS): Delete.
31 * config/sh/sh.c (sh_print_operand_address): Make static.
32 (sh_print_operand): Make static. Call sh_print_operand_address
34 (sh_print_operand_punct_valid_p): New function.
35 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
36 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
38 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
40 * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
41 (mcore_print_operand_address): Delete.
42 * config/mcore/mcore.h (PRINT_OPERAND): Delete.
43 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
44 (PRINT_OPERAND_ADDRESS): Delete.
45 * config/mcore/mcore.c (mcore_print_operand_address): Make static.
46 (mcore_print_operand): Make static.
47 (mcore_print_operand_punct_valid_p): New function.
48 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
49 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
51 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
53 * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
54 (print_operand_address): Delete.
55 * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
56 (PRINT_OPERAND_ADDRESS): Delete.
57 * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
59 (m68hc11_print_operand): Make static.
60 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
62 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
64 * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
65 (m32r_print_operand_address): Delete.
66 * config/m32r/m32r.h (m32r_punct_chars): Delete.
67 (PRINT_OPERAND): Delete.
68 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
69 (PRINT_OPERAND_ADDRESS): Delete.
70 * config/m32r/m32r.c (m32r_punct_chars): Make static.
71 (m32r_print_operand_address): Make static.
72 (m32r_print_operand): Make static.
73 (m32r_print_operand_punct_valid_p): New function.
74 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
75 (TARGET_PRINT_OPERAND_ADDRESS): Define.
77 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
79 * config/iq2000/iq2000-protos.h (print_operand): Delete.
80 (print_operand_address): Delete.
81 * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
82 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
83 (PRINT_OPERAND_ADDRESS): Delete.
84 (iq2000_print_operand_punct): Delete.
85 * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
86 (iq2000_print_operand_address): Make static.
87 (iq2000_print_operand): Make static.
88 (iq2000_print_operand_punct_valid_p): New function.
89 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
90 (TARGET_PRINT_OPERAND_ADDRESS): Define.
92 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
94 * config/frv/frv-protos.h (frv_print_operand): Delete.
95 (frv_print_operand_address): Delete.
96 * config/frv/frv.h (PRINT_OPERAND): Delete.
97 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
98 (PRINT_OPERAND_ADDRESS): Delete.
99 * config/frv/frv.c (frv_print_operand_address): Make static.
100 (frv_print_operand): Make static.
101 (frv_print_operand_punct_valid_p): New function.
102 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
103 (TARGET_PRINT_OPERAND_ADDRESS): Define.
105 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
107 * tree.h (vec_member): Declare.
108 * tree.c (vec_member): Define.
110 2010-06-17 Richard Guenther <rguenther@suse.de>
112 * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
113 * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
115 2010-06-17 Richard Guenther <rguenther@suse.de>
117 * tree-inline.c (declare_return_variable): Remove bogus code.
119 2010-06-17 Richard Guenther <rguenther@suse.de>
121 * gimplify.c (gimplify_bind_expr): Always promote complex
122 and vector variables to registers if possible.
124 2010-06-17 Richard Guenther <rguenther@suse.de>
126 * expr.c (get_inner_reference): Use double_int for bit_offset
129 2010-06-16 DJ Delorie <dj@redhat.com>
131 * common.opt (-fstrict-volatile-bitfields): new.
132 * doc/invoke.texi: Document it.
133 * fold-const.c (optimize_bit_field_compare): For volatile
134 bitfields, use the field's type to determine the mode, not the
136 * expr.c (expand_assignment): Likewise.
137 (get_inner_reference): Likewise.
138 (expand_expr_real_1): Likewise.
139 * expmed.c (store_fixed_bit_field): Likewise.
140 (extract_bit_field_1): Likewise.
141 (extract_fixed_bit_field): Likewise.
143 2010-06-16 Richard Guenther <rguenther@suse.de>
145 * tree-inline.c (remap_gimple_op_r): Recurse using
148 2010-06-16 Douglas B Rupp <rupp@gnat.com>
150 * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
151 (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
152 * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
154 * sdbout.c: Likewise.
155 * vmsdbgout.c: Likewise.
156 * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
157 * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
158 * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
159 (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
160 * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
161 * dwarf2out.c (dw_fde_struct): New fields
162 dw_fde_vms_{end,begin}_prologue.
163 (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
164 (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
165 (dwarf2out_vms_end_prologue): New function.
166 (dwarf2out_vms_begin_epilogue): New function.
167 (dw_val_struct): New value dw_val_class_vms_delta.
168 (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
169 begin_epilogue for VMS.
170 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
171 new static functions.
172 (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
173 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
175 (print_die): New case dw_val_class_vms_delta.
176 (attr_checksum): Likewise.
177 (same_dw_val_p: Likewise.
178 (size_of_die): Likewise.
179 (value_format): Likewise.
180 (output_die): Likewise.
181 (gen_subprogram_die): Call add_AT_vms_delta on VMS.
182 (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
183 * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
184 dwarf2out_cfi_begin_epilogue
185 * final.c (final_scan_insn): Likewise. Call begin_epilogue.
187 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
189 * config/cris/cris-protos.h (cris_print_operand): Delete.
190 (cris_print_operand_address): Delete.
191 * config/cris/cris.h (PRINT_OPERAND): Delete.
192 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
193 (PRINT_OPERAND_ADDRESS): Delete.
194 * config/cris/cris.c (cris_print_operand_address): Make static.
195 (cris_print_operand): Make static.
196 (cris_print_operand_punct_valid_p): New function.
197 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
198 (TARGET_PRINT_OPERAND_ADDRESS): Define.
200 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
202 * config/arm/arm-protos.h (arm_print_operand): Delete.
203 (arm_print_operand_address): Delete.
204 * config/arm/arm.h (PRINT_OPERAND): Delete.
205 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
206 (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
207 (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
208 * config/arm/arm.c (arm_print_operand_address): ...here. New
210 (arm_print_operand): Make static.
211 (arm_print_operand_punct_valid_p): New function.
212 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
213 (TARGET_PRINT_OPERAND_ADDRESS): Define.
215 2010-06-16 Nick Clifton <nickc@redhat.com>
217 * config/rx/constraints.md (NEGint4): New constraint.
218 * config/rx/rx.md (attr cc): Add set_zsc.
219 (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
222 (call_internal): Clobber the cc0 register.
223 (call_value_internal): Likewise.
224 (cstoresi4): Likewise.
227 (addsi3): Add alternative to handle small negative constants.
229 (addsi3): Do not set the O bit in the cc0 register.
233 (andsi3): Reorder alternatives to prefer shorter forms.
236 (negsi2): Note that the cc0 flags are set.
237 (rotlsi3): Note that only the Z and S bits are set in cc0.
240 (subsf3): Use %Q for the MEM operand.
241 (fix_truncsfsi2): Likewise.
242 (floatsisf2): Likewise.
243 (bitset): Remove early clobber from destination.
244 (bitset_in_memory): Likewise.
245 (lrintsf2): Clobber the cc0 register.
246 * config/rx/rx.c (rx_notice_update_cc):
248 (rx_print_operand): Handle %N.
250 2010-06-16 Jan Hubicka <jh@suse.cz>
252 * df-core.c (df_compact_blocks): Free problem_temps vector.
254 2010-06-16 Martin Jambor <mjambor@suse.cz>
256 PR tree-optimization/43905
257 * tree-sra.c: Include tree-inline.h.
258 (create_abstract_origin): Removed.
259 (modify_function): Version the call graph node instead of creating
260 abstract origins and dealing with same_body aliases.
261 * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
262 function is versionable.
263 * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
265 2010-06-16 Maxim Kuvyrkov <maxim@codesourcery.com>
267 * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
268 (CHOOSE_DYNAMIC_LINKER): Update.
270 2010-06-15 Uros Bizjak <ubizjak@gmail.com>
272 * config/i386/i386.c (*prefetch_sse_<mode>): Macroize insn from
273 *prefetch_sse and *prefetch_sse_rex using P mode iterator.
274 (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
277 2010-06-15 Anatoly Sokolov <aesok@post.ru>
279 * target.h (struct asm_out):Add declare_constant_name field.
280 * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
281 (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
282 * output.h (default_asm_declare_constant_name): Declare.
283 (assemble_label): Update prototype.
284 * varasm.c (assemble_constant_contents): Use
285 targetm.asm_out.declare_constant_name target hook.
286 (assemble_label): Add 'file' argument.
287 (default_asm_declare_constant_name): New function.
288 * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
289 * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
290 (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
292 * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
293 * config/darwin.c (darwin_asm_declare_constant_name): New function.
294 (machopic_output_indirection): Update assemble_label argument list.
295 * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
296 (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
298 2010-06-15 Sebastian Pop <sebastian.pop@amd.com>
301 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
302 size_one_node for pointer types. Do not call gmp_cst_to_tree.
304 2010-06-15 Richard Guenther <rguenther@suse.de>
306 * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
308 2010-06-15 Paul Brook <paul@codesourcery.com>
310 * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
313 2010-06-15 Alexandre Oliva <aoliva@redhat.com>
315 * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
316 don't get a vector type for output.
318 2010-06-15 Jakub Jelinek <jakub@redhat.com>
321 * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
322 * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
323 (LANG_HOOKS_DECLS): Add it.
324 * gimplify.c (omp_notice_variable): Call
325 lang_hooks.decls.omp_report_decl.
327 2010-06-15 Martin Jambor <mjambor@suse.cz>
330 * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
331 on the newly dead SSA name.
333 2010-06-15 Alan Modra <amodra@gmail.com>
335 * doc/invoke.texi: Add mcmodel to powerpc options.
336 * configure.ac: Add HAVE_LD_LARGE_TOC test.
337 * configure: Regenerate.
338 * config.in: Regenerate.
339 * config/rs6000/linux64.opt (mcmodel): New.
340 * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
341 (TARGET_CMODEL): Define.
342 (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
343 select CMODEL_MEDIUM default.
344 * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
345 (TARGET_CMODEL): Define default.
346 * config/rs6000/rs6000.c (cmodel): New variable.
347 (rs6000_explicit_options): Add cmodel field.
348 (rs6000_handle_option): Handle -mcmodel.
349 (create_TOC_reference): Add largetoc_reg param. Generate high,
350 lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE. Update all callers.
351 (rs6000_delegitimize_address): Recognise new toc reference rtl
353 (rs6000_legitimize_reload_address): Handle new toc references.
354 (print_operand_address): Handle legitimate_constant_pool_address_p
356 (rs6000_eliminate_indexed_memrefs): Tidy.
357 (rs6000_emit_move): Tweak threshold for inlining constants.
358 Keep rs6000_emit_allocate_stack large stack frame offsets
359 loaded into r0 inline.
360 (rs6000_generate_compare <cmptf_internal2>): One more clobber.
361 (tocrel_base, tocrel_offset): New variables.
362 (toc_relative_expr_p): Set them here.
363 (print_operand_address): Skip over any offset on constant pool address.
364 (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
365 (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
366 (offsettable_ok_by_alignment): New function.
367 (rs6000_emit_move): Address suitably aligned local symbol_refs
368 relative to the toc pointer for -mcmodel=medium.
369 (legitimate_constant_pool_address_p): Make param const_rtx. Add
370 strict param. Allow lo_sum version of addressing. Verify reg
371 used for -mminimal-toc and -mcmodel != small. Update all callers.
372 * config/rs6000/constraints.md: Update for above change.
373 * config/rs6000/predicates.md: Likewise.
374 * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
376 (tls_gd): Split for -mcmodel=medium/large.
377 (tls_gd_high, tls_gd_low): New.
378 (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
379 (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
380 (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
381 (largetoc_high, largetoc_low): New.
382 (cmptf_internal2): Add clobber.
383 * config/rs6000/rs6000-protos.h: Update.
385 2010-06-14 Changpeng Fang <changpeng.fang@amd.com>
387 * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New. Return
388 true if no prefetch is going to be generated for a given group.
389 (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
390 estimate the prefetch_count.
391 (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
392 prefetch count by considering the unroll_factor and prefetch_mod
393 for is_loop_prefetching_profitable.
395 2010-06-14 Andreas Schwab <schwab@linux-m68k.org>
397 * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
398 anything if the argument is not a MEM.
400 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
405 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
407 (canonicalize_loop_ivs): Likewise.
409 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
412 * haifa-sched.c (setup_insn_reg_pressure_info,
413 update_register_pressure): Reject debug insns.
414 (ready_sort): Don't setup reg pressure for debug insns.
415 (schedule_insn): Don't update reg pressure for debug insns.
417 2010-06-14 Richard Guenther <rguenther@suse.de>
419 * lto-streamer.c (cached_bp): Remove.
420 (bitpack_delete): Likewise.
421 (bitpack_create): Likewise.
422 (bp_get_next_word): Likewise.
423 (bp_pack_value, bp_unpack_value): Move ...
424 * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
426 (struct bitpack_d): Likewise.
427 (bitpack_create, lto_output_bitpack, lto_input_bitpack):
428 New inline functions.
429 * lto-streamer-out.c (lto_output_bitpack): Remove.
430 (pack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
431 (pack_value_fields): Adjust.
432 (lto_write_tree): Likewise.
433 (output_gimple_stmt): Likewise.
434 (output_function): Likewise.
435 * lto-streamer-in.c (input_gimple_stmt): Adjust.
436 (input_function): Likewise.
437 (unpack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
438 (lto_input_bitpack): Remove.
439 (lto_materialize_tree): Adjust.
440 * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
441 * lto-cgraph.c (lto_output_edge): Adjust.
442 (lto_output_node): Likewise.
443 (lto_output_varpool_node): Likewise.
444 (lto_output_ref): Likewise.
445 (input_node): Likewise.
446 (input_varpool_node): Likewise.
447 (input_ref): Likewise.
448 (input_edge): Likewise.
449 (output_node_opt_summary): Likewise.
450 (input_node_opt_summary): Likewise.
451 * ipa-pure-const.c (pure_const_write_summary): Likewise.
452 (pure_const_read_summary): Likewise.
453 * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
454 (ipa_read_indirect_edge_info): Likewise.
455 (ipa_write_node_info): Likewise.
456 (ipa_read_node_info): Likewise.
458 2010-06-14 H.J. Lu <hongjiu.lu@intel.com>
461 * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
462 (vec_extract_lo_v16hi): Likewise.
463 (vec_extract_lo_v32qi): Likewise.
465 2010-06-14 Jakub Jelinek <jakub@redhat.com>
468 * tree.h (build_call_expr): Don't define as vararg macro, instead
470 * builtins.c (build_call_nofold): Remove.
471 (expand_builtin_int_roundingfn, expand_builtin_pow,
472 expand_builtin_mempcpy_args, expand_builtin_stpcpy,
473 expand_builtin_memset_args, expand_builtin_strcmp,
474 expand_builtin_strncmp, expand_builtin_memory_chk): Use
475 build_call_nofold_loc instead of build_call_nofold.
476 (build_call_expr): New function.
478 PR tree-optimization/44508
479 * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
480 * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
481 don't eliminate trivially dead stmts.
482 * tree-vrp.c (vrp_finalize): Pass false as last argument
483 to substitute_and_fold.
484 * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
485 to substitute_and_fold.
486 * tree-ssa-ccp.c (ccp_finalize): Likewise.
489 * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
490 * c-family/c-cppbuiltin.c: Include gt-c-family-c-cppbuiltin.h.
491 (lazy_hex_fp_values, lazy_hex_fp_value_count): Add GTY(()) markers.
492 (lazy_hex_fp_value, builtin_define_with_hex_fp_value): Use
493 ggc_strdup instead of xstrdup.
495 2010-06-14 Ira Rosen <irar@il.ibm.com>
497 PR tree-optimization/44507
498 * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
499 to build initial vector for BIT_AND_EXPR.
500 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
502 2010-06-14 Jakub Jelinek <jakub@redhat.com>
504 * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
505 adjust z10prop set_attr.
507 2010-06-13 Jan Hubicka <jh@suse.cz>
509 * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
510 bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
511 bitmap_ior_into, bitmap_xor, bitmap_xor_into,
512 bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
513 datastructure checks into checking asserts.
514 * rtlanal.c (find_reg_note): Use gcc_checking_assert.
515 * tree-ssa-sccvn.c (VN_INFO): Likewise.
516 * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
517 df_ref_create_structure): Likewise.
518 * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
519 pool_free): Use gcc_checking_assert.
520 * alias.c (get_alias_set): Likewise.
521 * var-tracking.c (variable_htab_free, shared_hash_copy,
522 canonicalize_values_mark, variable_merge_over_cur): Likewise.
523 * lto-streamer.c (bp_unpack_value): Likewise.
525 2010-06-13 Richard Guenther <rguenther@suse.de>
527 * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
528 Do not stream but initialize TYPE_CANONICAL to NULL.
529 (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
530 * gimple.c (gimple_types_compatible_p): Disregard
531 TYPE_STRUCTURAL_EQUALITY_P.
532 (gimple_register_type): Use TYPE_CANONICAL as cache.
533 * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
534 before registering common types.
535 * config/i386/i386.c (ix86_function_arg_boundary): Do not
536 use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
537 * tree.h (TYPE_CANONICAL): Clarify documentation.
539 2010-06-13 Anatoly Sokolov <aesok@post.ru>
541 * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
542 LIBCALL_VALUE): Remove macros.
543 * config/ia64/ia64-protos.h (ia64_function_value): Remove.
544 * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
545 TARGET_FUNCTION_VALUE_REGNO_P): Define.
546 (ia64_libcall_value, ia64_function_value_regno_p): New functions.
547 (ia64_function_value): Make static. Handle receiving the function
548 type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
550 2010-06-12 Jan Hubicka <jh@suse.cz>
552 * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
555 2010-06-12 Bernd Schmidt <bernds@codesourcery.com>
557 * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
559 2010-06-12 Jan Hubicka <jh@suse.cz>
561 * df-core.c (df_clear_bb_info): New function.
562 (df_set_blocks): bb_info is always allocated.
563 (df_get_bb_info): Use block_info_elt_size.
564 (df_set_bb_info): Likewise.
565 (df_compact_blocks): Update for new block_info.
566 (grow_bb_info): New function.
567 * df-problems.c (df_grow_bb_info): Move to df-core.c
568 (df_rd_set_bb_info): Remove.
569 (df_rd_free_bb_info): Do not free block pool.
570 (df_rd_alloc): Do not create pool, use check for
571 obstack presence instead of NULL pointer for new blocks.
572 (df_rd_free): DO not free alloc pool; clear block_info.
573 (problem_RD): Add size of block info structure.
574 (df_lr_set_bb_info): Remove.
575 (df_lr_free_bb_info): Do not free block pool.
576 (df_lr_alloc): Do not create pool, use check for
577 obstack presence instead of NULL pointer for new blocks.
578 (df_lr_free): DO not free alloc pool; clear block_info.
579 (problem_LR): Add size of block info structure.
580 (df_live_set_bb_info): Remove.
581 (df_live_free_bb_info): Do not free block pool.
582 (df_live_alloc): Do not create pool, use check for
583 obstack presence instead of NULL pointer for new blocks.
584 (df_live_free): DO not free alloc pool; clear block_info.
585 (problem_LIVE): Add size of block info structure.
586 (problem_CHAIN): Add size of block info structure.
587 (df_byte_lr_set_bb_info): Remove.
588 (df_byte_lr_free_bb_info): Do not free block pool.
589 (df_byte_lr_alloc): Do not create pool, use check for
590 obstack presence instead of NULL pointer for new blocks.
591 (df_byte_lr_free): DO not free alloc pool; clear block_info.
592 (problem_BYTE_LR): Add size of block info structure.
593 (problem_NOTE): Add size of block info structure.
594 (df_byte_MD_set_bb_info): Remove.
595 (df_byte_MD_free_bb_info): Do not free block pool.
596 (df_byte_MD_alloc): Do not create pool, use check for
597 obstack presence instead of NULL pointer for new blocks.
598 (df_byte_MD_free): DO not free alloc pool; clear block_info.
599 (problem_BD): Add size of block info structure.
600 * df-scan.c (df_scan_free_internal): Free block pool.
601 (df_scan_set_bb_info): Remove.
602 (df_scan_free_bb_info): Check for artificial_defs instead
603 of bb_info being non-NULL.
604 (df_scan_alloc): DO not create df_scan_block pool.
605 (problem_SCAN): Set size of block info.
606 (df_bb_refs_record): Do not allocate bb_info.
607 * df.h (df_problem): Add block_info_elt_size.
608 (struct dataflow): Change block_info to void *.
609 (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
610 df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
613 2010-06-12 Jan Hubicka <jh@suse.cz>
615 PR tree-optimize/44485
616 * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
617 containing use of return value of noreturn function.
619 2010-06-12 Anatoly Sokolov <aesok@post.ru>
621 * targhooks.c (default_function_value): Don't use
622 FUNCTION_OUTGOING_VALUE.
623 * system.h (FUNCTION_OUTGOING_VALUE): Poison.
624 * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
626 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
628 * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
629 Add crtfastmath.o to extra_parts.
630 * config/mips/crtfastmath.c: New.
631 * config/mips/linux.h (ENDFILE_SPEC): New.
633 2010-06-12 Sebastian Pop <sebastian.pop@amd.com>
635 * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
636 old_type in parameter.
637 (gcc_type_for_value): Update call to gcc_type_for_interval.
638 (compute_type_for_level_1): Renamed compute_type_for_level.
639 Update call to gcc_type_for_interval.
641 2010-06-11 Joseph Myers <joseph@codesourcery.com>
643 * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
644 flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
646 2010-06-11 Joseph Myers <joseph@codesourcery.com>
648 * opts-common.c: Include options.h.
649 (integral_argument): Move from opts.c.
650 (decode_cmdline_option): New. Based on read_cmdline_option.
651 * opts.c (integral_argument): Move to opts-common.c.
652 (read_cmdline_option): Move most contents to
653 decode_cmdline_option. Use %qs in diagnostics.
654 * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
655 CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
656 decode_cmdline_option): New.
658 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
661 * config/i386/i386.md (UNSPEC_PARITY): New unspec.
662 (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
663 (partiysi2_cmp): Ditto.
664 (*partiyhi2_cmp): Ditto.
665 (*parityqi2_cmp): Remove.
667 2010-06-11 Jan Hubicka <jh@suse.cz>
669 * bitmap.h (bmp_iter_next_bit): New.
670 (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
672 2010-06-11 Sandra Loosemore <sandra@codesourcery.com>
673 Eric Botcazou <ebotcazou@adacore.com>
675 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
678 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
680 * config/i386/i386.md (unspec): New define_c_enum.
683 2010-06-10 Jakub Jelinek <jakub@redhat.com>
685 * c-family/c-cppbuiltin.c: Include cpp-id-data.h.
686 (lazy_hex_fp_values, lazy_hex_fp_value_count): New variables.
687 (lazy_hex_fp_value): New function.
688 (builtin_define_with_hex_fp_value): Provide definitions lazily.
689 * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
691 2010-06-11 Sebastian Pop <sebastian.pop@amd.com>
694 * tree-if-conv.c (bb_predicate_s): New struct.
695 (bb_predicate_p): New.
696 (bb_has_predicate): New.
698 (set_bb_predicate): New.
699 (bb_predicate_gimplified_stmts): New.
700 (set_bb_predicate_gimplified_stmts): New.
701 (add_bb_predicate_gimplified_stmts): New.
702 (init_bb_predicate): New.
703 (free_bb_predicate): New.
704 (is_predicated): Use bb_predicate.
705 (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
706 (predicate_bbs): Same. Gimplify the condition of the basic blocks
707 before processing their successors.
708 (clean_predicate_lists): Removed.
709 (find_phi_replacement_condition): Use bb_predicate.
710 (process_phi_nodes): Renamed ifconvert_phi_nodes. Avoid useless
712 (insert_gimplified_predicates): New.
713 (combine_blocks): Call insert_gimplified_predicates.
714 (tree_if_conversion): Call free_bb_predicate instead of
715 clean_predicate_lists.
717 2010-10-11 Paul Brook <paul@codesourcery.com>
719 * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
720 * config/arm/arm.c (all_architectures): Change v7e-m default to
722 * config/arm/arm-cores.def: Add cortex-m4.
723 * config/arm/arm-tune.md: Regenerate.
725 2010-06-11 Jan Hubicka <jh@suse.cz>
727 * ipa-pure-const.c (special_builtlin_state): New function.
728 (check_call): Use it instead of special casign BUILT_IN_RETURN.
729 (propagate_pure_const): Use it.
731 2010-06-11 Jan Hubicka <jh@suse.cz>
733 * df-problems.c (df_live_scratch): Convert to bitmap_head.
734 (df_live_alloc): Initialize df_live_scratch when initializing
736 (df_live_transfer_function): Update uses of df_live_scratch.
737 (df_live_free): Free problem_data; clear df_live_scratch before
738 releasing the obstack.
739 (df_md_free): Free problem data.
741 2010-06-11 Jan Hubicka <jh@suse.cz>
743 * doc/invoke.texi (Wsuggest-attribute): Document.
744 (Wmissing-noreturn): Remove.
745 * ipa-pure-const.c (warn_function_noreturn): New function.
746 * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
747 warn_missing_noreturn.
748 * common.opt (Wsuggest-attribute=noreturn): New.
749 * tree-flow.h (warn_function_noreturn): Declare.
750 * tree-cfg.c (execute_warn_function_noreturn): Use
751 warn_function_noreturn.
752 (gate_warn_function_noreturn): New.
753 (pass_warn_function_noreturn): Update.
755 2010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
757 * c-typeck.c (handle_warn_cast_qual): Add loc
758 parameter. Improve warning message.
759 (build_c_cast): Pass location to handle_warn_cast_qual.
761 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
763 * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
764 that operand 0 == operand 1. Use x86_maybe_negate_const_int to output
766 (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
768 2010-06-10 Dodji Seketeli <dodji@redhat.com>
771 * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
774 2010-06-11 Kai Tietz <kai.tietz@onevision.com>
776 * system.h (helper_const_non_const_cast): New inline for
778 (CONST_CAST2): For gcc version <= 4.0 use
779 new helper to do const/non-const casting.
781 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
783 * doc/md.texi: Document the "unspec" and "unspecv" enum names.
784 * Makefile.in (OBJS-common): Include insn-enums.o.
785 (insn-enums.o): New rule.
786 (simple_generated_c): Add insn-enums.c.
787 (build/genenums.o): New rule.
788 (genprogmd): Add "enums".
789 * genconstants.c (print_enum_type): Declare a C string array
791 * genenums.c: New file.
792 * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
793 for UNSPEC_VOLATILE. If defined, use the "unspec" enum for both
794 UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
796 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
798 * doc/md.texi (define_enum_attr): Document.
799 * rtl.def (DEFINE_ENUM_ATTR): New rtx.
800 * read-md.h (lookup_enum_type): Declare.
801 * read-md.c (lookup_enum_type): New function.
802 * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
803 * genattrtab.c (attr_desc): Add an enum_name field.
804 (evaluate_eq_attr): Take the associated attribute as argument.
805 Get the enum prefix from the enum_name field, if defined.
806 Use ACONCAT rather than a fixed-length buffer. Update recursive calls.
807 (simplify_test_exp): Pass attr to evaluate_eq_attr.
808 (add_attr_value): New function, split out from...
809 (gen_attr): ...here. Handle DEFINE_ENUM_ATTR.
810 (write_test_expr): Pass attr to evaluate_eq_attr.
811 (write_attr_get): Use the enum_name as the enum tag, if defined.
812 (write_attr_valueq): Use the enum_name as a prefix, if defined.
813 (find_attr): Initialize enum_name.
814 (main): Handle DEFINE_ENUM_ATTR.
815 * gensupport.c (process_rtx): Likewise.
816 * config/mips/mips.h (mips_tune_attr): Delete.
817 * config/mips/mips.md (cpu): Use define_attr_enum.
819 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
821 * doc/md.texi (define_c_enum, define_enum): Document.
822 * read-md.h (md_constant): Add a parent_enum field.
823 (enum_value, enum_type): New structures.
824 (upcase_string, traverse_enum_types): Declare.
825 * read-md.c (enum_types): New variable.
826 (upcase_string, add_constant): New functions.
827 (handle_constants): Don't create the hash table here.
829 (traverse_md_constants): Don't check for a null md_constants.
830 (decimal_string, handle_enum, traverse_enum_types): New functions.
831 (read_md_files): Initialize md_constants and md_enums.
832 * genconstants.c (print_md_constant): Ignore info argument.
833 Only print constants that belong to no enum.
834 (print_enum_type): New function.
835 (main): Don't pass stdout to print_md_constant. Call print_enum_type
836 for each defined enum type.
837 * config/mips/mips.md (processor): New define_enum.
838 (unspec): New define_c_enum.
839 (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
840 (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
841 (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
842 (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
843 (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
844 (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
845 (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
846 (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
847 (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
848 (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
849 (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
850 (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
851 (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
852 (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
853 (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
854 (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
855 (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
856 (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
857 (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
858 (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
859 (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
860 (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
861 (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
862 (UNSPEC_RDDSP): Move to mips-dsp.md.
863 (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
864 (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
865 (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
866 (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
867 (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
868 (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
869 (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
870 (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
871 (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
872 (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
873 (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
874 (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
875 (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
876 Moved to mips-dspr2.md.
877 (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
878 (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
879 (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
880 (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
881 (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
882 (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
883 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
884 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
885 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
886 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
887 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
888 UNSPEC_LOONGSON_PSADBH)
889 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
890 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
891 (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
892 (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
893 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
894 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
895 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
896 (cpu): Update comment.
897 * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
898 (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
899 (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
900 (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
901 * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
902 UNSPEC_LOONGSON_PCMPEQ)
903 (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
904 UNSPEC_LOONGSON_PINSR_0)
905 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
906 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
907 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
908 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
909 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
910 UNSPEC_LOONGSON_PSADBH)
911 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
912 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
913 (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
914 * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
915 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
916 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
917 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
918 * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
919 (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
920 (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
921 (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
922 (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
923 (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
924 (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
925 (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
926 (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
927 (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
928 (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
929 (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
930 (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
931 (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
932 (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
933 (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
934 (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
935 (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
936 (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
937 (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
938 (UNSPEC_RDDSP): Moved from mips.md.
939 * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
940 (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
941 (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
942 (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
943 (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
944 (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
945 (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
946 (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
947 (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
948 (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
949 (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
950 (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
951 (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
952 (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
953 * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
954 (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
955 (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
956 (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
957 (UNSPEC_SCC): Moved from mips.md.
958 * config/mips/mips.c (mips_arch, mips_tune): Change enum from
959 "processor_type" to "processor".
960 (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
961 * config/mips/mips.h (processor_type): Delete.
962 (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
963 "processor_type" to "processor".
965 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
967 * configure.ac (tm_include_list): Add insn-constants.h.
968 * configure: Regenerate.
969 * Makefile.in (GTM_H): Move insn-constants.h here from...
971 * mkconfig.sh: Remove special handling for insn-constants.h.
973 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
975 * Makefile.in (BUILD_RTL): Move build/read-md.o to...
976 (BUILD_MD): ...this new variable.
977 (simple_generated_rtl_h, simple_generated_rtl_c): New variables
978 that include the old contents of simple_generated_h and
980 (simple_generated_h, simple_generated_c): Include them. Add
982 (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
983 and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
984 Remove these dependencies from the main rule and include
985 insn-conditions.md in the command line only if it appears
986 in the dependency list.
987 (insn-constants.h, s-constants): Delete.
988 (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
990 (build/genmddeps.o): Likewise.
991 (genprogrtl): New variable that contains everything from genprogmd
992 except mddeps and constants.
993 (genprogmd): Redefine in terms of genprogrtl. Make these programs
994 depend on $(BUILD_MD)
995 (genprog): New variable. Make these programs depend on
997 * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
998 (main): Use read_md_files instead of init_rtx_reader_args.
999 * genconstants.c: As for genmddeps.c.
1000 * read-md.h (read_skip_construct): Declare.
1001 * read-md.c (read_skip_construct): New function.
1002 (handle_file): Allow a null handle_directive, skipping the
1004 (parse_include): Update the comment accordingly.
1006 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
1008 * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
1009 * genmddeps.c: Include read-md.h.
1010 (main): Call init_rtx_reader_args instead of init_md_reader_args.
1011 * genattr.c (main): Likewise.
1012 * genattrtab.c (main): Likewise.
1013 * genautomata.c (main): Likewise.
1014 * gencodes.c (main): Likewise.
1015 * genconditions.c (main): Likewise.
1016 * genconfig.c (main): Likewise.
1017 * genconstants.c (main): Likewise.
1018 * genemit.c (main): Likewise.
1019 * genextract.c (main): Likewise.
1020 * genflags.c (main): Likewise.
1021 * genopinit.c (main): Likewise.
1022 * genoutput.c (main): Likewise.
1023 * genpeep.c (main): Likewise.
1024 * genrecog.c (main): Likewise.
1025 * genpreds.c (main): Likewise.
1026 * gensupport.h (in_fname): Move to read-md.h.
1027 (init_md_reader_args_cb): Rename to...
1028 (init_rtx_reader_args_cb): ...this and return a bool.
1029 (init_md_reader_args): Rename to...
1030 (init_rtx_reader_args): ...this and return a bool.
1031 (include_callback): Move to read-md.h.
1032 * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
1033 (file_name_list, first_dir_md_include): Move to read-md.c
1034 (first_bracket_include): Delete unused variable.
1035 (last_dir_md_include): Move to read-md.c.
1036 (process_include): Delete, moving code to read-md.c:handle_include.
1037 (process_rtx): Don't handle INCLUDE.
1038 (save_string): Delete.
1039 (rtx_handle_directive): New function.
1040 (init_md_reader_args_cb): Rename to...
1041 (init_rtx_reader_args_cb): ...this and return a boolean success value.
1043 (init_md_reader_args): Rename to...
1044 (init_rtx_reader_args): ...this and return a boolean success value.
1045 * rtl.def (INCLUDE): Delete.
1046 * rtl.h (read_rtx): Remove "int *" argument. Add "const char *"
1048 * read-rtl.c (read_conditions): Don't gobble ')' here.
1049 (read_mapping): Likewise.
1050 (read_rtx): Remove LINENO argument. Add RTX_NAME argument.
1051 Handle top-level non-rtx constructs here rather than in read_rtx_1.
1052 Store the whole queue in *X. Remove call to init_md_reader.
1053 (read_rtx_1): Rename to...
1054 (read_rtx_code): ...this. Call read_nested_rtx to read subrtxes.
1055 Don't handle top-level non-rtx constructs here. Don't handle (nil)
1057 (read_nested_rtx): New function. Handle (nil) here rather than
1059 (read_rtx_variadic): Call read_nested_rtx to read subrtxes. Don't
1061 * read-md.h (directive_handler_t): New type.
1062 (in_fname, include_callback): Moved from read-md.h.
1063 (read_constants, init_md_reader): Delete.
1064 (read_md_files): Declare.
1065 * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
1066 (last_dir_md_include_ptr, include_callback, max_include_len): Moved
1068 (read_constants): Rename to...
1069 (handle_constants): ...this. Don't gobble ')' here.
1070 (handle_include, handle_file, handle_toplevel_file)
1071 (parse_include): New functions, mostly taken from gensupport.c.
1072 (init_md_reader): Subsume into...
1073 (read_md_files): ...this new function.
1075 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
1077 * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
1078 (unread_char): Decrement read_md_lineno after putting back '\n'.
1079 * read-md.c (fatal_with_file_and_line): Push back any characters
1080 that we decide not to add to the context.
1081 (read_skip_spaces): Don't increment read_md_lineno here. Avoid using
1082 fatal_expected_char in cases where '/' ends a line (for example).
1083 (read_name): Don't increment read_md_lineno here.
1084 (read_escape): Likewise.
1085 (read_quoted_string): Likewise.
1086 (read_braced_string): Likewise.
1088 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
1090 * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
1091 (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
1092 * genconstants.c: Include read-md.h.
1093 * read-rtl.c (md_constants): Move to read-md.c.
1094 (md_name): Move to read-md.h.
1095 (initialize_iterators): Use leading_string_hash instead of def_hash
1096 and leading_string_eq_p instead of def_name_eq_p.
1097 (read_name): Move to read-md.c.
1098 (def_hash, def_name_eq_p): Delete.
1099 (read_constants, traverse_md_constants): Move to read-md.c.
1100 * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
1101 * read-md.h: Include hashtab.h.
1102 (md_name): Moved from read-rtl.c.
1103 (md_constant): Moved from read-md.h.
1104 (leading_string_hash, leading_string_eq_p, read_name)
1105 (read_constants, traverse_md_constants): Declare.
1106 * read-md.c (md_constants): Moved from read-rtl.c.
1107 (leading_string_hash, leading_string_eq_p): New functions.
1108 (read_name, read_constants, traverse_md_constants): Moved from
1111 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
1113 * read-rtl.c (md_name): New structure.
1114 (read_name): Take an md_name instead of a buffer pointer.
1115 Use the "string" field instead of strcpy when expanding constants.
1116 (read_constants): Remove the tmp_char argument. Update the calls
1117 to read_name, using two local name buffers instead of the tmp_char
1118 argument. Merge the constant-creation code.
1119 (read_conditions): Remove the tmp_char argument. Update the calls
1120 to read_name, using a local name buffer instead of the tmp_char
1122 (read_mapping): Replace tmp_char variable with a local name buffer.
1123 Update the calls to read_name.
1124 (read_rtx_1): Likewise. Update the calls to read_constants and
1127 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
1129 * Makefile.in (build/read-md.o): Depend on errors.h.
1130 * read-md.h (error_with_line): Declare.
1131 * read-md.c: Include errors.h.
1132 (message_with_line_1): New function, extracted from...
1133 (message_with_line): ...here.
1134 (error_with_line): New function.
1135 * genattrtab.c: If a call to message_with_line is followed by
1136 "have_error = 1;", replace both statements with a call to
1138 * genoutput.c: Likewise.
1139 * genpreds.c: Likewise.
1140 * genrecog.c: If a call to message_with_line is followed by
1141 "error_count++;", replace both statements with a call to
1143 (errorcount): Delete.
1144 (main): Don't check it.
1145 * gensupport.c: If a call to message_with_line is followed by
1146 "errors = 1;", replace both statements with a call to error_with_line.
1148 (process_define_cond_exec): Check have_error instead of errors.
1149 (init_md_reader_args_cb): Likewise. Don't set errors.
1151 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
1153 * read-md.h (read_md_file): Declare.
1154 (read_char, unread_char): New functions.
1155 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
1156 (read_quoted_string, read_string): Remove FILE * argument.
1157 * read-md.c (read_md_file): New variable.
1158 (read_md_filename, read_md_lineno): Update comments and remove
1159 unnecessary initialization.
1160 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
1161 (read_escape, read_quoted_string, read_braced_string, read_string):
1162 Remove FILE * argument. Update calls accordingly, using read_char
1163 and unread_char instead of getc and ungetc.
1164 * rtl.h (read_rtx): Remove FILE * argument.
1165 * read-rtl.c (iterator_group): Remove FILE * argument from
1167 (iterator_traverse_data): Remove "infile" field.
1168 (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
1169 (add_mapping, read_name, read_constants, read_conditions)
1170 (validate_const_int, find_iterator, read_mapping, check_code_iterator)
1171 (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
1172 Remove file arguments from all calls, using read_char and unread_char
1173 instead of getc and ungetc.
1174 * gensupport.c (process_include): Preserve read_md_file around
1175 the include. Set read_md_file to the handle of the included file.
1176 Update call to read_rtx.
1177 (init_md_reader_args_cb): Set read_md_file to the handle of the file
1178 and remove local FILE *. Update calls to read_rtx.
1180 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
1182 * read-md.h (read_rtx_lineno): Rename to...
1183 (read_md_lineno): ...this.
1184 (read_rtx_filename): Rename to...
1185 (read_md_filename): ...this.
1186 (copy_rtx_ptr_loc): Rename to...
1187 (copy_md_ptr_loc): ...this.
1188 (print_rtx_ptr_loc): Rename to...
1189 (print_md_ptr_loc): ...this.
1190 * read-md.c: Likewise. Update references after renaming.
1191 (string_obstack): Replace RTL with MD in comment.
1192 (set_rtx_ptr_loc): Rename to...
1193 (set_md_ptr_loc): ...this.
1194 (get_rtx_ptr_loc): Rename to...
1195 (get_md_ptr_loc): ...this.
1196 * genconditions.c: Update references after renaming.
1197 * genemit.c: Likewise.
1198 * genoutput.c: Likewise.
1199 * genpreds.c: Likewise.
1200 * gensupport.c: Likewise.
1201 * read-rtl.c: Likewise.
1203 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
1205 * Makefile.in (READ_MD_H): New variable.
1206 (BUILD_RTL): Add build/read-md.o.
1207 (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
1208 (build/gensupport.o, build/read-rtl.o, build/genattr.o)
1209 (build/genattrtab.o, build/genconditions.o build/genemit.o)
1210 (build/genextract.o, build/genflags.o, build/genoutput.o)
1211 (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
1212 (build/read-md.o): New rule.
1213 * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
1214 (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
1215 * coretypes.h: ...here.
1216 * lto-wrapper.c: Include coretypes.h instead of defaults.h.
1217 * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
1218 * genattr.c: Include read-md.h.
1219 * genattrtab.c: Likewise.
1220 * genconditions.c: Likewise.
1221 * genemit.c: Likewise.
1222 * genextract.c: Likewise.
1223 * genflags.c: Likewise.
1224 * genoutput.c: Likewise.
1225 * genpreds.c: Likewise.
1226 * genrecog.c: Likewise.
1227 * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
1228 (join_c_conditions, print_c_condition, read_rtx_filename)
1229 (read_rtx_lineno): Move to read-md.h.
1230 * read-rtl.c: Include read-md.h.
1231 (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
1232 (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
1233 (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
1234 (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
1235 (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
1236 (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
1237 (read_braced_string, read_string): Move to read-md.c.
1238 (read_rtx): Move some initialization to init_md_reader and call
1239 init_md_reader here.
1240 * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
1242 * gensupport.c: Include read-md.h.
1243 (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
1244 * read-md.h, read-md.c: New files.
1246 2010-06-10 Anatoly Sokolov <aesok@post.ru>
1248 * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
1249 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
1250 * config/moxie/moxie-protos.h (moxie_function_value): Remove.
1251 * config/moxie/moxie.c (moxie_function_value): Make static.
1252 (moxie_libcall_value, moxie_function_value_regno_p): New functions.
1253 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
1255 2010-06-10 Martin Jambor <mjambor@suse.cz>
1257 * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
1258 * dbgcnt.def (tree_sra): New counter.
1259 * tree-sra.c: Include dbgcnt.h.
1260 (gate_intra_sra): Check tree_sra debug counter.
1262 2010-06-10 Martin Jambor <mjambor@suse.cz>
1264 PR tree-optimization/44258
1265 * tree-sra.c (build_access_subtree): Return false iff there is a
1267 (build_access_trees): Likewise.
1268 (analyze_all_variable_accesses): Disqualify candidates if
1269 build_access_trees returns true for them.
1271 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1274 * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
1275 tail-recurse into canonical node. Fast-forward over
1276 non-canonical VALUEs.
1278 2010-06-10 H.J. Lu <hongjiu.lu@intel.com>
1281 * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
1282 (*addsi_1_zext) <TYPE_LEA>: Likewise.
1283 (add lea splitter): Likewise.
1284 (add_zext lea splitter): Likewise.
1286 2010-06-10 Joseph Myers <joseph@codesourcery.com>
1288 * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
1290 2010-06-10 Jan Hubicka <jh@suse.cz>
1292 * df-problems.c (df_live_problem_data): Add live_bitmaps.
1293 (df_live_alloc): Initialize problem data and live_osbtacks.
1294 (df_live_finalize): Remove obstack, problem data; do not
1296 (df_live_top_dump, df_live_bottom_dump): Do not dump old
1297 data when not allocated.
1298 (df_live_verify_solution_start): Do not allocate problem data.
1299 (df_live_verify_solution_end): Check if out is allocated.
1300 (struct df_md_problem_data): New structure.
1301 (df_md_alloc): Allocate problem data.
1302 (df_md_free): Free problem data; do not clear bitmaps.
1304 2010-06-10 Jan Beulich <jbeulich@novell.com>
1307 * configure.ac: Replace $() with ${} when intending to expand
1308 variables rather than invoking commands.
1309 * configure: Re-generate.
1311 2010-06-10 Jan Hubicka <jh@suse.cz>
1313 PR rtl-optimization/44460
1314 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
1315 TYPE_NEEDS_CONSTRUCTING sanity check.
1317 2010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
1319 * doc/include/fdl.texi: Move to GFDL version 1.3.
1321 * doc/cpp.texi: Move to GFDL version 1.3.
1322 * doc/gcc.texi: Move to GFDL version 1.3. Fix copyright years.
1323 * doc/gccint.texi: Move to GFDL version 1.3.
1324 * doc/gcov.texi: Move to GFDL version 1.3. Update copyright years.
1325 * doc/install.texi: Move to GFDL version 1.3. Fix copyright years.
1326 * doc/invoke.texi: Move to GFDL version 1.3.
1328 2010-06-09 Jan Hubicka <jh@suse.cz>
1330 * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
1332 (propagate) ... here; swap the order.
1334 2010-06-09 Jan Hubicka <jh@suse.cz>
1336 * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
1337 bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
1338 bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
1339 bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
1341 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
1343 * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
1344 Do not the gather memory reference in the outer loop if the step
1347 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
1349 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
1350 Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
1351 8 to 4. Minor change of the related comments.
1353 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
1355 * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
1356 the scev analysis when the variable is not used outside the loop
1357 in a close phi node: call compute_overall_effect_of_inner_loop.
1359 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
1361 * graphite-sese-to-poly.c (single_pred_cond): Renamed
1362 single_pred_cond_non_loop_exit. Return NULL for loop exit edges.
1363 (build_sese_conditions_before): Renamed call to single_pred_cond.
1364 (build_sese_conditions_after): Same.
1366 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
1368 * graphite-poly.h: Fix comments and indentation.
1369 * graphite-sese-to-poly.c: Same.
1370 (build_sese_conditions_before): Compute stmt and gbb only when needed.
1371 * tree-chrec.c: Fix comments and indentation.
1372 (tree-ssa-loop-niter.c): Same.
1374 2010-06-09 Eric Botcazou <ebotcazou@adacore.com>
1376 PR rtl-optimization/42461
1377 * dce.c (deletable_insn_p): Return true for const or pure calls again.
1378 * except.c (insn_could_throw_p): Return false if !flag_exceptions.
1380 2010-06-09 Jan Hubicka <jh@suse.cz>
1382 * bitmap.c (bitmap_and): Walk array forward.
1383 (bitmap_and_compl_into): Likewise.
1384 (bitmap_xor): Likewise.
1385 (bitmap_xor_into): Likewise.
1386 (bitmap_equal_p): Likewise.
1387 (bitmap_intersect_p): Likewise.
1388 (bitmap_intersect_compl_p): Likewise.
1389 (bitmap_ior_and_into): Likewise.
1390 (bitmap_elt_copy): Likewise.
1391 (bitmap_and_compl): Likewise.
1392 (bitmap_elt_ior): Likewise.
1394 2010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
1396 * opts-common.c (prune_options): Ensure replacement argv array
1397 is correctly terminated by a NULL entry.
1399 2010-06-09 Jan Hubicka <jh@suse.cz>
1401 * cgraph.h (varpool_first_static_initializer,
1402 varpool_next_static_initializer): Make checking only when
1404 * tree-vectorizer.h (vinfo_for_stmt): Remove check.
1405 (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
1406 gcc_assert to gcc_checking_assert.
1407 * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
1408 phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
1409 op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
1410 op_iter_init_phiuse, op_iter_init_phidef,
1411 array_ref_contains_indirect_ref, ref_contains_array_ref): Use
1412 gcc_checking_assert.
1413 * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
1414 * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
1415 partition_is_global, live_on_entry, live_on_exit,
1416 live_merge_and_clear): Likewise.
1417 * system.h (gcc_checking_assert): New macro.
1418 * gimple.h (set_bb_seq): Use gcc_checking_assert.
1420 2010-06-09 Jason Merrill <jason@redhat.com>
1422 * Makefile.in (TAGS): Collect tags info from c-family.
1424 2010-06-09 Jan Hubicka <jh@suse.cz>
1426 * gimple.h (gcc_gimple_checking_assert): New macro.
1427 (gimple_set_def_ops, gimple_set_use_ops,
1428 gimple_set_vuse, gimple_set_vdef,
1429 gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
1430 gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
1431 gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
1432 gimple_asm_output_op, gimple_asm_output_op_ptr,
1433 gimple_asm_set_output_op, gimple_asm_clobber_op,
1434 gimple_asm_set_clobber_op, gimple_asm_label_op,
1435 gimple_asm_set_label_op, gimple_try_set_kind,
1436 gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
1437 gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
1438 gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
1439 gimple_omp_for_index_ptr, gimple_omp_for_set_index,
1440 gimple_omp_for_initial, gimple_omp_for_initial_ptr,
1441 gimple_omp_for_set_initial, gimple_omp_for_final,
1442 gimple_omp_for_final_ptr, gimple_omp_for_set_final,
1443 gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
1444 gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
1445 conditional with ENABLE_GIMPLE_CHECKING.
1446 (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
1448 2010-06-09 Sandra Loosemore <sandra@codesourcery.com>
1450 * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
1451 (get_computation_cost_at): Use it.
1452 (determine_use_iv_cost_condition): Likewise.
1453 (determine_iv_cost): Likewise.
1455 2010-06-09 Richard Guenther <rguenther@suse.de>
1457 * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
1460 2010-06-09 Kai Tietz <kai.tietz@onevision.com>
1462 * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
1464 2010-06-09 Martin Jambor <mjambor@suse.cz>
1466 PR tree-optimization/44423
1467 * tree-sra.c (dump_access): Dump also grp_assignment_read.
1468 (analyze_access_subtree): Pass negative allow_replacements to children
1469 if the current type is scalar.
1471 2010-06-09 Joern Rennecke <amylaar@spamcop.net>
1474 * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
1475 * doc/plugins.texi (Plugin license check): Update information
1476 on type of plugin_is_GPL_compatible.
1477 * Makefile.in (PLUGINCC): Define as $(COMPILER).
1478 (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
1480 2010-06-09 Bernd Schmidt <bernds@codesourcery.com>
1482 * config/arm/arm.c (thumb2_reorg): New function.
1483 (arm_reorg): Call it.
1484 * config/arm/thumb2.md (define_peephole2 for flag clobbering
1485 arithmetic operations): Delete.
1487 2010-06-09 Edmar Wienskoski <edmar@freescale.com>
1490 * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
1493 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
1496 * gcc-plugin.h: Encapsulate all declarations in extern "C".
1498 2010-06-08 Jan Hubicka <jh@suse.cz>
1500 * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
1501 ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
1503 2010-06-08 Sandra Loosemore <sandra@codesourcery.com>
1505 PR tree-optimization/39874
1507 * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
1509 * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
1510 same_bool_result_p): New.
1511 (and_var_with_comparison, and_var_with_comparison_1,
1512 and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
1513 (or_var_with_comparison, or_var_with_comparison_1,
1514 or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
1515 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
1516 maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
1517 of combine_comparisons.
1518 * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
1520 2010-06-08 Anatoly Sokolov <aesok@post.ru>
1522 * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
1523 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
1524 * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
1525 pdp11_function_value_regno_p): New functions.
1526 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
1527 TARGET_FUNCTION_VALUE_REGNO_P): Define.
1529 2010-06-08 Kazu Hirata <kazu@codesourcery.com>
1531 * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
1532 Thumb-2 in the MINUS case.
1534 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1536 * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
1538 * doc/gty.texi (GTY Options): Document typed GC allocation and
1539 variable_size GTY option.
1541 * ggc-internal.h: New.
1543 * ggc.h: Update copyright year.
1544 (digit_string): Move to stringpool.c.
1545 (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
1546 (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
1547 (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
1548 (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
1549 (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
1550 (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
1551 (ggc_force_collect, ggc_get_size, ggc_statistics)
1552 (ggc_print_common_statistics): Move to ggc-internal.h.
1553 (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
1554 (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
1555 (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
1556 (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
1557 (ggc_min_heapsize_heuristic, ggc_alloc_zone)
1558 (ggc_alloc_zone_pass_stat): Remove.
1559 (ggc_internal_alloc_stat, ggc_internal_alloc)
1560 (ggc_internal_cleared_alloc_stat): New.
1561 (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
1562 (ggc_internal_vec_alloc_stat)
1563 (ggc_internal_cleared_vec_alloc_stat)
1564 (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
1565 (ggc_alloc_atomic_stat, ggc_alloc_atomic)
1566 (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
1567 (ggc_cleared_alloc_ptr_array_two_args): New.
1568 (htab_create_ggc, splay_tree_new_ggc): Redefine.
1569 (ggc_splay_alloc): Change the type of the first argument to
1571 (ggc_alloc_string): Make macro.
1572 (ggc_alloc_string_stat): New.
1573 (ggc_strdup): Redefine.
1574 (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
1575 (ggc_alloc_rtvec_sized): New.
1576 (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
1577 (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
1578 (ggc_internal_cleared_alloc_zone_stat)
1579 (ggc_internal_zone_alloc_stat)
1580 (ggc_internal_zone_cleared_alloc_stat)
1581 (ggc_internal_zone_vec_alloc_stat)
1582 (ggc_alloc_zone_rtx_def_stat)
1583 (ggc_alloc_zone_tree_node_stat)
1584 (ggc_alloc_zone_cleared_tree_node_stat)
1585 (ggc_alloc_cleared_gimple_statement_d_stat): New.
1587 * ggc-common.c: Include ggc-internal.h.
1588 (ggc_internal_cleared_alloc_stat): Rename from
1589 ggc_alloc_cleared_stat.
1590 (ggc_realloc_stat): Use ggc_internal_alloc_stat.
1591 (ggc_calloc): Remove.
1592 (ggc_cleared_alloc_htab_ignore_args): New.
1593 (ggc_cleared_alloc_ptr_array_two_args): New.
1594 (ggc_splay_alloc): Add obj_type parameter.
1595 (init_ggc_heuristics): Formatting fixes.
1597 * ggc-none.c: Update copyright year.
1598 (ggc_alloc_stat): Rename to ggc_alloc_stat.
1599 (ggc_alloc_cleared_stat): Rename to
1600 ggc_internal_cleared_alloc_stat.
1601 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
1603 * ggc-page.c: Update copyright year. Include ggc-internal.h.
1604 Remove references to ggc_alloc in comments.
1605 (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
1606 (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
1607 (new_ggc_zone, destroy_ggc_zone): Remove.
1608 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
1610 * ggc-zone.c: Include ggc-internal.h. Remove references to
1611 ggc_alloc in comments.
1612 (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
1613 (ggc_internal_alloc_zone_pass_stat): New.
1614 (ggc_internal_cleared_alloc_zone_stat): New.
1615 (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
1616 (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
1617 (new_ggc_zone, destroy_ggc_zone): Remove.
1619 * stringpool.c: Update copyright year. Include ggc-internal.h
1620 (digit_vector): Make static.
1621 (digit_string): Moved from ggc.h.
1622 (stringpool_ggc_alloc): Use ggc_alloc_atomic.
1623 (ggc_alloc_string): Rename to ggc_alloc_string_stat.
1625 * Makefile.in (GGC_INTERNAL_H): New.
1626 (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
1627 $(GGC_INTERNAL_H) to dependencies.
1629 * gentype.c: Update copyright year.
1630 (walk_type): Accept variable_size GTY option.
1631 (USED_BY_TYPED_GC_P): New macro.
1632 (write_enum_defn): Use USED_BY_TYPED_GC_P. Do not output
1633 whitespace at the end of strings.
1634 (get_type_specifier, variable_size_p): New functions.
1635 (alloc_quantity, alloc_zone): New enums.
1636 (write_typed_alloc_def): New function.
1637 (write_typed_struct_alloc_def): Likewise.
1638 (write_typed_typed_typedef_alloc_def): Likewise.
1639 (write_typed_alloc_defns): Likewise.
1640 (output_typename, write_splay_tree_allocator_def): Likewise.
1641 (write_splay_tree_allocators): Likewise.
1642 (main): Call write_typed_alloc_defns and
1643 write_splay_tree_allocators.
1645 * lto-streamer.h (lto_file_decl_data_ptr): New.
1647 * passes.c (order): Define using cgraph_node_ptr.
1649 * strinpool.c (struct string_pool_data): Declare nested_ptr using
1652 * gimple.h (union gimple_statement_d): Likewise.
1654 * rtl.h (struct rtx_def): Likewise.
1655 (struct rtvec_def): Likewise.
1657 * tree.h (union tree_node): Likewise.
1659 * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
1661 * cfgloop.c (record_loop_exits): Use htab_create_ggc.
1663 * tree-scalar-evolution.c (scev_initialize): Likewise.
1665 * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
1667 * dwarf2asm.c (dw2_force_const_mem): Likewise.
1669 * omp-low.c (lower_omp_critical): Likewise.
1671 * bitmap.h (struct bitmap_head_def): Update comment to not
1672 reference ggc_alloc.
1674 * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
1676 * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
1678 * ipa-prop.c (duplicate_ggc_array): Rename to
1679 duplicate_ipa_jump_func_array. Use typed GC allocation.
1680 (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
1682 * gimple.c (gimple_alloc_stat): Use
1683 ggc_alloc_cleared_gimple_statement_d_stat.
1685 * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
1687 * tree.c (make_node_stat): Use
1688 ggc_alloc_zone_cleared_tree_node_stat.
1689 (make_tree_vec_stat): Likewise.
1690 (build_vl_exp_stat): Likewise.
1691 (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
1692 (make_tree_binfo_stat): Likewise.
1693 (tree_cons_stat): Likewise.
1695 * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
1696 (shallow_copy_rtx_stat): Likewise.
1697 (make_node_stat): Likewise.
1699 * lto-symtab.c: Fix comment.
1701 * tree-cfg.c (create_bb): Update comment to not reference
1703 * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
1705 * varpool.c (varpool_node): Use typed GC allocation.
1706 (varpool_extra_name_alias): Likewise.
1708 * varasm.c (emutls_decl): Likewise.
1709 (get_unnamed_section): Likewise.
1710 (get_noswitch_section): Likewise.
1711 (get_section): Likewise.
1712 (get_block_for_section): Likewise.
1713 (build_constant_desc): Likewise.
1714 (create_constant_pool): Likewise.
1715 (force_const_mem): Likewise.
1717 * tree.c (build_vl_exp_stat): Likewise.
1718 (build_real): Likewise.
1719 (build_string): Likewise.
1720 (decl_debug_expr_insert): Likewise.
1721 (decl_value_expr_insert): Likewise.
1722 (type_hash_add): Likewise.
1723 (build_omp_clause): Likewise.
1725 * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
1727 * tree-ssa.c (init_tree_ssa): Likewise.
1729 * tree-ssa-structalias.c (heapvar_insert): Likewise.
1731 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
1733 * tree-ssa-loop-niter.c (record_estimate): Likewise.
1735 * tree-ssa-alias.c (get_ptr_info): Likewise.
1737 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
1739 * tree-phinodes.c (allocate_phi_node): Likewise.
1741 * tree-iterator.c (tsi_link_before): Likewise.
1742 (tsi_link_after): Likewise.
1744 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
1746 * tree-dfa.c (create_var_ann): Likewise.
1748 * tree-cfg.c (create_bb): Likewise.
1750 * toplev.c (alloc_for_identifier_to_locale): Likewise.
1751 (general_init): Likewise.
1753 * stringpool.c (stringpool_ggc_alloc): Likewise.
1754 (gt_pch_save_stringpool): Likewise.
1756 * sese.c (if_region_set_false_region): Likewise.
1758 * passes.c (do_per_function_toporder): Likewise.
1760 * optabs.c (set_optab_libfunc): Likewise.
1761 (set_conv_libfunc): Likewise.
1763 * lto-symtab.c (lto_symtab_register_decl): Likewise.
1765 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
1766 (input_eh_region): Likewise.
1767 (input_eh_lp): Likewise.
1768 (make_new_block): Likewise.
1769 (unpack_ts_real_cst_value_fields): Likewise.
1771 * lto-section-in.c (lto_new_in_decl_state): Likewise.
1773 * lto-cgraph.c (input_node_opt_summary): Likewise.
1775 * loop-init.c (loop_optimizer_init): Likewise.
1777 * lambda.h (lambda_vector_new): Likewise.
1779 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
1781 * ira.c (update_equiv_regs): Likewise.
1783 * ipa.c (cgraph_node_set_new): Likewise.
1784 (cgraph_node_set_add): Likewise.
1785 (varpool_node_set_new): Likewise.
1786 (varpool_node_set_add): Likewise.
1788 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
1789 (duplicate_ipa_jump_func_array): Likewise.
1790 (ipa_read_node_info): Likewise.
1792 * ipa-cp.c (ipcp_create_replace_map): Likewise.
1794 * integrate.c (get_hard_reg_initial_val): Likewise.
1796 * gimple.c (gimple_alloc_stat): Likewise.
1797 (gimple_build_omp_for): Likewise.
1798 (gimple_seq_alloc): Likewise.
1799 (gimple_copy): Likewise.
1801 * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
1802 (gsi_insert_after_without_update): Likewise.
1804 * function.c (add_frame_space): Likewise.
1805 (insert_temp_slot_address): Likewise.
1806 (assign_stack_temp_for_type): Likewise.
1807 (allocate_struct_function): Likewise.
1808 (types_used_by_var_decl_insert): Likewise.
1810 * except.c (init_eh_for_function): Likewise.
1811 (gen_eh_region): Likewise.
1812 (gen_eh_region_catch): Likewise.
1813 (gen_eh_landing_pad): Likewise.
1814 (add_call_site): Likewise.
1816 * emit-rtl.c (get_mem_attrs): Likewise.
1817 (get_reg_attrs): Likewise.
1818 (start_sequence): Likewise.
1819 (init_emit): Likewise.
1821 * dwarf2out.c (new_cfi): Likewise.
1822 (queue_reg_save): Likewise.
1823 (dwarf2out_frame_init): Likewise.
1824 (new_loc_descr): Likewise.
1825 (find_AT_string): Likewise.
1826 (new_die): Likewise.
1827 (add_var_loc_to_decl): Likewise.
1828 (clone_die): Likewise.
1829 (clone_as_declaration): Likewise.
1830 (break_out_comdat_types): Likewise.
1831 (new_loc_list): Likewise.
1832 (loc_descriptor): Likewise.
1833 (add_loc_descr_to_each): Likewise.
1834 (add_const_value_attribute): Likewise.
1835 (tree_add_const_value_attribute): Likewise.
1836 (add_comp_dir_attribute): Likewise.
1837 (add_name_and_src_coords_attributes): Likewise.
1838 (lookup_filename): Likewise.
1839 (store_vcall_insn): Likewise.
1840 (dwarf2out_init): Likewise.
1842 * dbxout.c (dbxout_init): Likewise.
1844 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
1846 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
1848 * config/score/score7.c (score7_output_external): Likewise.
1850 * config/score/score3.c (score3_output_external): Likewise.
1852 * config/s390/s390.c (s390_init_machine_status): Likewise.
1854 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
1855 (rs6000_init_machine_status): Likewise.
1856 (output_toc): Likewise.
1858 * config/pa/pa.c (pa_init_machine_status): Likewise.
1859 (get_deferred_plabel): Likewise.
1861 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
1863 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
1865 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
1867 * config/mep/mep.c (mep_init_machine_status): Likewise.
1868 (mep_note_pragma_flag): Likewise.
1870 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
1872 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
1874 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
1876 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
1877 (i386_pe_maybe_record_exported_symbol): Likewise.
1879 * config/i386/i386.c (get_dllimport_decl): Likewise.
1880 (ix86_init_machine_status): Likewise.
1881 (assign_386_stack_local): Likewise.
1883 * config/frv/frv.c (frv_init_machine_status): Likewise.
1885 * config/darwin.c (machopic_indirection_name): Likewise.
1887 * config/cris/cris.c (cris_init_machine_status): Likewise.
1889 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
1891 * config/avr/avr.c (avr_init_machine_status): Likewise.
1893 * config/arm/arm.c (arm_init_machine_status): Likewise.
1895 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
1896 (alpha_need_linkage): Likewise.
1897 (alpha_use_linkage): Likewise.
1899 * cgraph.c (cgraph_allocate_node): Likewise.
1900 (cgraph_create_edge_1): Likewise.
1901 (cgraph_create_indirect_edge): Likewise.
1902 (cgraph_add_asm_node): Likewise.
1904 * cfgrtl.c (init_rtl_bb_info): Likewise.
1906 * cfgloop.c (alloc_loop): Likewise.
1907 (rescan_loop_exit): Likewise.
1909 * cfg.c (init_flow): Likewise.
1910 (alloc_block): Likewise.
1911 (unchecked_make_edge): Likewise.
1913 * c-parser.c (c_parse_init): Likewise.
1914 (c_parse_file): Likewise.
1916 * c-decl.c (bind): Likewise.
1917 (record_inline_static): Likewise.
1918 (push_scope): Likewise.
1919 (make_label): Likewise.
1920 (lookup_label_for_goto): Likewise.
1921 (finish_struct): Likewise.
1922 (finish_enum): Likewise.
1923 (c_push_function_context): Likewise.
1925 * bitmap.c (bitmap_element_allocate): Likewise.
1926 (bitmap_gc_alloc_stat): Likewise.
1928 * alias.c (record_alias_subset): Likewise.
1929 (init_alias_analysis): Likewise.
1931 2010-06-08 Shujing Zhao <pearly.zhao@oracle.com>
1933 * fold-const.c (fold_comparison): Remove redundant parenthesis.
1934 * tree-inline.c (expand_call_inline): Pass translated return value of
1935 cgraph_inline_failed_string to diagnostic function.
1937 2010-06-08 Andrew Pinski <pinskia@gmail.com>
1938 Shujing Zhao <pearly.zhao@oracle.com>
1941 * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
1942 implicit bad conversions is initialization.
1943 (error_init): Use gmsgid instead of msgid for argument name and change
1945 (pedwarn_init): Use gmsgid instead of msgid for argument name and
1946 change the call for pedwarn.
1947 (warning_init): Use gmsgid instead of msgid for argument name and
1948 change the call for warning.
1950 2010-06-07 Nathan Froyd <froydnj@codesourcery.com>
1952 * config/mips/mips-protos.h (mips_print_operand): Delete.
1953 (mips_print_operand_address): Delete.
1954 * config/mips/mips.h (mips_print_operand_punct): Delete.
1955 (PRINT_OPERAND): Delete.
1956 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
1957 (PRINT_OPERAND_ADDRESS): Delete.
1958 * config/mips/mips.c (mips_print_operand_punct): Make static.
1959 (mips_print_operand_address): Make static.
1960 (mips_print_operand): Make static. Call
1961 mips_print_operand_punct_valid_p.
1962 (mips_print_operand_punct_valid_p): New function.
1963 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
1964 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
1966 2010-06-07 Jan Hubicka <jh@suse.cz>
1969 (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
1972 2010-06-07 Kaz Kojima <kkojima@gcc.gnu.org>
1974 * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
1977 2010-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1979 * doc/sourcebuild.texi (Effective-Target Keywords, Other
1980 attributes): Document gas.
1982 2010-06-07 Uros Bizjak <ubizjak@gmail.com>
1984 * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
1985 <TYPE_LEA>: Split instruction.
1986 <default>: Remove alternative 2 handling.
1987 (*addsi_1_zext) <TYPE_LEA>: Split instruction.
1988 (add lea splitter): Generate SImode lea for mode sizes <= SImode.
1989 (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
1991 (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
1992 (ashift_zext lea splitter): Use DImode for multiplication.
1994 * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
1995 to generate addition.
1997 2010-06-07 Joseph Myers <joseph@codesourcery.com>
1999 * common.opt (fira-verbose): Use Var.
2000 (fpcc-struct-return): Use Init instead of VarExists.
2001 * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
2003 * flags.h (flag_signed_char, flag_short_enums,
2004 flag_pcc_struct_return, flag_ira_verbose,
2005 flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
2006 * toplev.c (flag_detailed_statistics, flag_signed_char,
2007 flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
2008 (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
2009 * toplev.h (flag_crossjumping, flag_if_conversion,
2010 flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
2011 flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
2012 flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
2013 flag_cprop_registers, time_report, flag_ira_loop_pressure,
2014 flag_ira_coalesce, flag_ira_move_spills,
2015 flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
2017 2010-06-07 Jan Hubicka <jh@suse.cz>
2019 * df-core.c (df_analyze_problem): Do verification after allocation.
2021 * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
2022 (df_lr_alloc): Initialize problem data; move bitmaps to
2024 (df_lr_finalize): Free problem data; do not bother to free bitmaps.
2025 (df_lr_verify_solution_start): Do not initialize problem data;
2026 allocate bitmaps in lr_bitmaps.
2027 (df_lr_verify_solution_end): Do not free problem data.
2029 2010-06-07 Jan Hubicka <jh@suse.cz>
2031 * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
2032 if caller is noreturn.
2033 * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
2034 * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
2035 * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
2036 * ipa-pure-const.c (check_decl): Add IPA parameter.
2037 (state_from_flags): New function.
2038 (better_state, worse_state): New functions.
2039 (check_call): When in IPA mode, do not care about callees.
2040 (check_load, check_store): Update.
2041 (check_ipa_load, check_ipa_store): New.
2042 (check_stmt): When in IPA mode, use IPA checkers.
2043 (analyze_function): Use state_from_flags.
2044 (propagate): Check indirect edges and references.
2046 2010-06-07 Kazu Hirata <kazu@codesourcery.com>
2048 PR rtl-optimization/44404
2049 * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
2050 of count_occurrences to see if it's safe to modify mem_insn.
2052 2010-06-07 Richard Guenther <rguenther@suse.de>
2054 * gimplify.c (gimplify_cleanup_point_expr): For empty body
2055 and EH-only cleanup drop the cleanup instead of inserting it
2058 2010-06-07 Ira Rosen <irar@il.ibm.com>
2060 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
2062 * targhooks.c (default_builtin_vectorization_cost): New function.
2063 * targhooks.h (default_builtin_vectorization_cost): Declare.
2064 * target.h (enum vect_cost_for_stmt): Define.
2065 (builtin_vectorization_cost): Change argument and comment.
2066 * tree-vectorizer.h: Remove cost model macros.
2067 * tree-vect-loop.c: Include target.h.
2068 (vect_get_cost): New function.
2069 (vect_estimate_min_profitable_iters): Replace cost model macros with
2070 calls to vect_get_cost.
2071 (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
2072 * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
2073 default implementation.
2074 * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
2075 calls to target hook builtin_vectorization_cost.
2076 (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
2078 * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
2079 * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
2080 implementation to return costs.
2081 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
2082 * config/spu/spu.h: Remove vectorizer cost model macros.
2083 * config/i386/i386.h: Likewise.
2084 * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
2085 a call to target hook builtin_vectorization_cost.
2087 2010-06-06 Sriraman Tallam <tmsriram@google.com>
2090 * config/i386/i386.c (override_options): Turn zee pass on for level 2
2091 and above and defer till target is known.
2092 (optimization_options): Turn on zee pass if TARGET_64BIT is set and
2095 2010-05-25 Jan Hubicka <jh@suse.cz>
2097 * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
2098 (df_compact_blocks): Likewise.
2099 * df.h (struct df): Turn hardware_regs_used,
2100 regular_block_artificial_uses, eh_block_artificial_uses,
2101 insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
2103 * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
2104 df_byte_lr_alloc, df_simulate_fixup_sets): Update.
2105 * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
2106 df_scan_blocks, df_insn_delete, df_insn_rescan,
2107 df_insn_rescan_debug_internal, df_insn_rescan_all,
2108 df_process_deferred_rescans, df_process_deferred_rescans,
2109 df_notes_rescan, df_get_call_refs, df_get_call_refs,
2110 regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
2111 df_record_entry_block_defs, df_record_exit_block_uses,
2112 df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
2113 df_scan_verify): Update.
2115 2010-05-25 Dodji Seketeli <dodji@redhat.com>
2118 * c-common.c (is_typedef_decl): Move this definition ...
2119 * tree.c (is_typedef_decl): ... here.
2120 (typdef_variant_p): Move definition here from gcc/cp/tree.c.
2121 * c-common.h (is_typedef_decl): Move this declaration ...
2122 * tree.h (is_typedef_decl): ... here.
2123 (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
2124 * dwarf2out.c (is_naming_typedef_decl): New function.
2125 (gen_tagged_type_die): Split out of ...
2126 (gen_type_die_with_usage): ... this function. When an anonymous
2127 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
2128 is emitted for the typedef.
2129 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
2130 anonymous tagged types.
2132 2010-06-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
2135 * c-decl.c (grokdeclarator): Delete warning.
2137 2010-06-06 Eric Botcazou <ebotcazou@adacore.com>
2139 * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
2140 newly built CALL_EXPR.
2141 * tree-profile.c (tree_profiling): Don't profile functions produced
2144 2010-06-06 Segher Boessenkool <segher@kernel.crashing.org>
2148 * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
2149 endianness-independent.
2151 2010-06-05 Steven Bosscher <steven@gcc.gnu.org>
2153 * c-common.c: Move to c-family/.
2154 * c-common.def: Likewise.
2155 * c-common.h: Likewise.
2156 * c-cppbuiltin.c: Likewise.
2157 * c-dump.c: Likewise.
2158 * c-format.c: Likewise.
2159 * c-format.h : Likewise.
2160 * c-gimplify.c: Likewise.
2161 * c-lex.c: Likewise.
2162 * c-omp.c: Likewise.
2164 * c-opts.c: Likewise.
2165 * c-pch.c: Likewise.
2166 * c-ppoutput.c: Likewise.
2167 * c-pragma.c: Likewise.
2168 * c-pragma.h: Likewise.
2169 * c-pretty-print.c: Likewise.
2170 * c-pretty-print.h: Likewise.
2171 * c-semantics.c: Likewise.
2172 * stub-objc.c: Likewise.
2174 * gengtype.c (get_file_langdir): Special-case files in c-family/.
2175 (get_output_file_with_visibility): Fix name for c-common.h.
2176 * c-config-lang.in: Update paths in gtfiles for files in c-family/.
2178 * c-tree.h: Update include path for moved files.
2179 * c-lang.c: Likewise.
2180 * c-lang.h: Likewise.
2181 * c-parser.c: Likewise.
2182 * c-convert.c: Likewise.
2183 * c-decl.c: Likewise.
2184 * c-objc-common.c: Likewise.
2185 * configure.ac: Make sure c-family/ exists in the build directory.
2186 * configure: Regenerate.
2187 * Makefile.in: Update paths for moved files. Regroup files per
2188 location and update dependencies. Move generated_files down after
2191 * config/spu/spu-c.c: Update paths for moved files.
2192 * config/mep/mep-pragma.c: Likewise.
2193 * config/darwin-c.c: Likewise.
2194 * config/i386/msformat-c.c: Likewise.
2195 * config/i386/i386-c.c: Likewise.
2196 * config/avr/avr-c.c: Likewise.
2197 * config/sol2-c.c: Likewise.
2198 * config/ia64/ia64-c.c: Likewise.
2199 * config/rs6000/rs6000-c.c: Likewise.
2200 * config/arm/arm.c: Likewise.
2201 * config/arm/arm-c.c: Likewise.
2202 * config/h8300/h8300.c: Likewise.
2203 * config/v850/v850-c.c: Likewise.
2205 * config/t-darwin: Fix dependencies for moved files.
2206 * config/t-sol2: Fix dependencies for moved files.
2207 * config/mep/t-mep: Fix dependencies for moved files.
2208 * config/ia64/t-ia64: Fix dependencies for moved files.
2209 * config/rs6000/t-rs6000: Fix dependencies for moved files.
2210 * config/v850/t-v850: Fix dependencies for moved files.
2211 * config/v850/t-v850e: Fix dependencies for moved files.
2213 * config/m32c/m32c-pragma.c
2215 * po/exgettext: Look in c-family/ also.
2217 2010-06-05 Eric Botcazou <ebotcazou@adacore.com>
2219 * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
2220 (mark_control_dependent_edges_necessary): Call it instead of marking
2221 the last statement manually.
2222 (propagate_necessity): Likewise.
2224 2010-06-05 Jan Hubicka <jh@suse.cz>
2226 * basic-block.h (compute_dominance_frontiers): Updated.
2227 (compute_idf): Likewise.
2229 * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
2230 for dominance frontiers.
2231 (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
2232 (insert_updated_phi_nodes_for): Likewise.
2233 (update_ssa): Likewise.
2234 * cfganal.c (compute_dominance_frontiers_1): Likewise.
2235 (compute_dominance_frontiers): Likewise.
2236 (compute_idf): Likewise.
2237 * df-problems.c (df_md_local_compute): Likewise.
2239 2010-06-05 Anatoly Sokolov <aesok@post.ru>
2241 * target.h (struct gcc_target): Add memory_move_cost field.
2242 * target-def.h (TARGET_MEMORY_MOVE_COST): New.
2243 (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
2244 * targhooks.c (default_memory_move_cost): New function.
2245 * targhooks.h (default_memory_move_cost): Declare function.
2246 * reload.h (memory_move_cost): Declare.
2247 (memory_move_secondary_cost): Change type of 'in' argument to bool.
2248 * reginfo.c (memory_move_cost): New function.
2249 (memory_move_secondary_cost): Change type of 'in' argument to bool.
2250 * ira.h (ira_memory_move_cost): Update comment.
2251 * ira.c: (ira_memory_move_cost): Update comment.
2252 (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
2253 with memory_move_cost.
2254 * postreload.c (reload_cse_simplify_set): (Ditto.).
2255 * reload1.c (choose_reload_regs): (Ditto.).
2256 * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
2257 (MEMORY_MOVE_COST): Revise documentation.
2259 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
2260 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
2261 * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
2262 type of 'in' argument to bool.
2263 (TARGET_MEMORY_MOVE_COST): Define.
2265 2010-06-05 Jan Hubicka <jh@suse.cz>
2267 * ipa-pure-const.c (propagate): Fix typo in handling of functions
2268 that cannot return. Be more careful when merging the results with
2269 previously known ones.
2271 2010-06-05 Matthias Klose <doko@ubuntu.com>
2273 * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
2274 function to add the -iplugindir option.
2275 (find_plugindir_spec_function): Add new declaration and function.
2276 (static_spec_func): Use it for "find-plugindir".
2278 2010-06-05 Jakub Jelinek <jakub@redhat.com>
2281 * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
2282 * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
2283 statement expression.
2285 2010-06-05 Jan Hubicka <jh@suse.cz>
2287 * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
2288 (df_rd_problem_data): Convert sparse_invalidated_by_call,
2289 dense_invalidated_by_call to bitmap head.
2290 (df_rd_alloc, df_rd_bb_local_compute_process_def,
2291 df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
2292 df_rd_start_dump, df_lr_verify_transfer_functions,
2293 df_live_verify_transfer_functions, df_chain_create_bb,
2294 df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
2295 df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
2296 df_simulate_one_insn_forwards, df_md_alloc,
2297 df_md_bb_local_compute_process_def,
2298 df_md_bb_local_compute_process_def, df_md_local_compute,
2299 df_md_transfer_function df_md_free): Update.
2301 2010-06-05 Joseph Myers <joseph@codesourcery.com>
2304 * c-typeck.c (build_unary_op): Merge qualifiers into pointer
2305 target type for ADDR_EXPR; require no changes to qualifiers except
2307 * c-tree.h (c_build_type_variant): Remove.
2309 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
2311 * genautomata.c (get_excl_set): Do work per element, not per char.
2312 (check_presence_pattern_sets): Similar.
2313 (check_absence_pattern_sets): Similar.
2315 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
2317 * genautomata.c (curr_state_pass_num): Delete.
2318 (min_issue_delay_pass_states): Delete.
2319 (min_issue_delay): Delete.
2320 (initiate_min_issue_delay_pass_states): Delete.
2321 (output_min_issue_delay_table): Compute min_issue_delay_vect
2322 using a breadth-first search variant.
2323 (output_tables): Don't call initiate_min_issue_delay_pass_states.
2325 2010-06-04 H.J. Lu <hongjiu.lu@intel.com>
2328 * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
2329 (df_byte_lr_bb_local_compute): Likewise.
2331 2010-06-03 Jason Merrill <jason@redhat.com>
2333 Implement noexcept operator (5.3.7)
2334 * c-common.c (c_common_reswords): Add noexcept.
2335 * c-common.h (enum rid): Add RID_NOEXCEPT.
2337 2010-06-04 Joseph Myers <joseph@codesourcery.com>
2339 * config/darwin-driver.c (darwin_default_min_version): Use
2340 GCC-specific formats in diagnostics.
2341 * cppspec.c (lang_specific_driver): Use GCC-specific formats in
2343 * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
2344 execute, process_command, end_going_arg, do_self_spec, do_spec_1,
2345 eval_spec_function, handle_braces, process_brace_body, main,
2346 perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
2347 getenv_spec_function, compare_version_strings,
2348 version_compare_spec_function): Use GCC-specific formats in
2351 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
2353 * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
2354 that operand 0 and operand 1 are equal.
2355 (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
2356 (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
2357 and operand 1 are equal.
2358 <default>: Ditto. Remove ??? comment.
2359 (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
2360 and operand 1 are equal.
2361 <default>: Ditto. Remove ??? comment.
2362 (*adddi_4) <default>: Remove assert that operand 0 and operand 1
2364 (*add<mode>_4) <default>: Ditto.
2365 (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
2367 2010-06-04 Nathan Froyd <froydnj@codesourcery.com>
2369 * config/i386/i386-protos.h (ix86_print_operand): Declare.
2370 * config/i386/i386.c (ix86_print_operand): Make non-static.
2371 * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
2372 * output.h (output_operand): Declare.
2373 * final.c (output_operand): Make non-static.
2375 2010-06-04 Alexandre Oliva <aoliva@redhat.com>
2377 PR rtl-optimization/44013
2378 * sched-deps.c (add_dependence_list_and_free): Don't free lists
2379 when processing debug insns.
2382 * var-tracking.c (find_loc_in_1pdv): Mark initial value before
2383 recursing. Check that recursion is bounded. Rename inner var
2384 to avoid hiding incoming argument.
2386 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
2388 * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
2393 (*addqi_ext_1_rex64): Ditto.
2394 (*addqi_ext_1): Ditto.
2396 (*addqi_4): Check for incdec_operand in QImode.
2398 (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
2399 using SWI mode iterator.
2400 (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
2401 (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
2403 (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
2404 using SWI mode iterator.
2406 2010-06-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
2409 * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
2410 * c-format.c (gcc_diag_flag_specs): Add hash.
2411 (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
2412 (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
2413 * c-pretty-print.c (pp_c_cv_qualifier): Rename as
2414 pp_c_cv_qualifiers. Handle qualifiers spelling here.
2415 (pp_c_type_qualifier_list): Call the function above.
2416 * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
2417 * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
2418 (WARN_FOR_QUALIFIERS): New macro.
2419 (convert_for_assignment): Use it.
2421 2010-06-04 Kai Tietz <kai.tietz@onevision.com>
2423 * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
2425 2010-06-04 Jan Hubicka <jh@suse.cz>
2427 * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
2428 df_byte_lr_bb_info): Embedd bitmap_head into the structure.
2429 (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
2430 DF_BYTE_LR_OUT): Update for embedded bitmaps.
2431 * fwprop.c (single_def_use_enter_block): Likewise.
2432 * ddg.c (create_ddg_dep_from_intra_loop_link,
2433 add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
2434 * loop-iv.c (latch_dominating_def): Likewise.
2435 * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
2436 df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
2437 df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
2438 df_rd_transfer_function, df_rd_top_dump,
2439 df_rd_bottom_dump): Update.
2440 (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
2441 df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
2442 df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
2443 df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
2444 df_lr_verify_solution_start, df_lr_verify_solution_end,
2445 df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
2446 df_live_free_bb_info, df_live_alloc, df_live_reset,
2447 df_live_bb_local_compute, df_live_init, df_live_transfer_function,
2448 df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
2449 df_live_verify_solution_start, df_live_verify_solution_end,
2450 df_live_verify_transfer_functions, df_chain_create_bb,
2451 df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
2452 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
2453 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
2454 df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
2455 df_byte_lr_confluence_0, df_byte_lr_confluence_n,
2456 df_byte_lr_transfer_function, df_byte_lr_top_dump,
2457 df_byte_lr_bottom_dump, df_create_unused_note,
2458 df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
2459 df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
2460 df_md_transfer_function, df_md_init, df_md_confluence_0,
2462 df_md_top_dump, df_md_bottom_dump): Update.
2463 (struct df_lr_problem_data): Embedd bitmap headers.
2465 2010-06-04 Jan Hubicka <jh@suse.cz>
2467 * dce.c (dce_process_block): Do not re-scan already marked
2470 2010-06-04 Bernd Schmidt <bernds@codesourcery.com>
2472 PR rtl-optimization/39871
2473 PR rtl-optimization/40615
2474 PR rtl-optimization/42500
2475 PR rtl-optimization/42502
2476 * ira.c (init_reg_equiv_memory_loc: New function.
2477 (ira): Call it twice.
2478 * reload.h (calculate_elim_costs_all_insns): Declare.
2479 * ira-costs.c: Include "reload.h".
2480 (regno_equiv_gains): New static variable.
2481 (init_costs): Allocate it.
2482 (finish_costs): Free it.
2483 (ira_costs): Call calculate_elim_costs_all_insns.
2484 (find_costs_and_classes): Take estimated elimination costs
2486 (ira_adjust_equiv_reg_cost): New function.
2487 * ira.h (ira_adjust_equiv_reg_cost): Declare it.
2488 * reload1.c (init_eliminable_invariants, free_reg_equiv,
2489 elimination_costs_in_insn, note_reg_elim_costly): New static functions.
2490 (elim_bb): New static variable.
2491 (reload): Move code out of here into init_eliminable_invariants and
2492 free_reg_equiv. Call them.
2493 (calculate_elim_costs_all_insns): New function.
2494 (eliminate_regs_1): Declare. Add extra arg FOR_COSTS;
2495 all callers changed. If FOR_COSTS is true, don't call alter_reg,
2496 but call note_reg_elim_costly if we turned a valid memory address
2497 into an invalid one.
2498 * Makefile.in (ira-costs.o): Depend on reload.h.
2500 2010-06-04 Julian Brown <julian@codesourcery.com>
2502 * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
2505 2010-06-04 Richard Guenther <rguenther@suse.de>
2508 * cgraph.h (struct varpool_node): Add lto_file_data field.
2509 * lto-cgraph.c (input_varpool_node): Initialize it.
2511 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
2513 * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
2514 * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
2515 predicate in "type" attribute calculation.
2516 (*addsi_1_zext): Ditto.
2517 (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
2518 (*addsi_2_zext): Ditto.
2519 (*add<mode>_3): Ditto.
2520 (*addsi_3_zext): Ditto.
2521 (*add<mode>_5): Ditto.
2523 2010-06-03 Jan Hubicka <jh@suse.cz>
2525 * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
2527 * cfganal.c (compute_dominance_frontiers_1): Likewise.
2529 2010-06-03 Jan Hubicka <jh@suse.cz>
2531 * df-problems.c (df_create_unused_note, df_note_bb_compute):
2532 micro-optimize the checks when to add new note.
2534 2010-06-03 Nathan Froyd <froydnj@codesourcery.com>
2536 * final.c (output_asm_insn): Call
2537 targetm.asm_out.print_operand_punct_valid_p. Update comments.
2538 (output_operand): Call targetm.asm_out.print_operand. Update comments.
2539 (output_address): Call targetm.asm_out.print_operand_address.
2541 * target.h (struct gcc_target): Add print_operand,
2542 print_operand_address, and print_operand_punct_valid_p fields.
2543 * targhooks.h (default_print_operand): Declare.
2544 (default_print_operand_address): Declare.
2545 (default_print_operand_punct_valid_p): Declare.
2546 * targhooks.c (default_print_operand): Define.
2547 (default_print_operand_address): Define.
2548 (default_print_operand_punct_valid_p): Define.
2549 * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
2550 (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
2551 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
2552 (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
2553 TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
2554 * vmsdbgout.c (addr_const_to_string): Update comment.
2555 * config/i386/i386.c (print_operand): Rename to...
2556 (ix86_print_operand): ...this. Make static.
2557 (print_operand_address): Rename to...
2558 (ix86_print_operand_address): ...this. Make static. Call
2559 ix86_print_operand instead of PRINT_OPERAND.
2560 (ix86_print_operand_punct_valid_p): New function.
2561 (TARGET_PRINT_OPERAND): Define.
2562 (TARGET_PRINT_OPERAND_ADDRESS): Define.
2563 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
2564 * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
2565 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
2566 (PRINT_OPERAND): Delete.
2567 (PRINT_OPERAND_ADDRESS): Delete.
2568 * config/i386/i386-protos.h (print_operand): Delete prototype.
2569 (print_operand_address): Delete prototype.
2571 2010-06-03 Richard Guenther <rguenther@suse.de>
2573 PR tree-optimization/44403
2574 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
2575 Preserve pointer qualifiers.
2576 (vect_create_data_ref_ptr): Likewise.
2578 2010-06-03 H.J. Lu <hongjiu.lu@intel.com>
2581 * defaults.h (MAX_FIXED_MODE_SIZE): New.
2583 * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
2585 2010-06-03 Jakub Jelinek <jakub@redhat.com>
2588 * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
2589 return false if merging the bbs would lead to goto_locus
2590 location being lost from the IL.
2592 2010-06-03 Jan Hubicka <jh@suse.cz>
2593 Jakub Jelinek <jakub@redhat.com>
2595 * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
2596 set->regs[i] is NULL or has just one entry.
2598 2010-06-03 Jan Hubicka <jh@suse.cz>
2600 * lto-cgraph.c (lto_varpool_encoder_size): Remove.
2601 * lto-streamer.h (lto_varpool_encoder_size): New inline function.
2603 2010-06-03 Paul Brook <paul@codesourcery.com>
2605 * config/arm/arm.c (FL_TUNE): Define.
2606 (arm_default_cpu, arm_cpu_select): Remove.
2607 (all_cores): Populate core field.
2608 (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
2609 (arm_find_cpu): New function.
2610 (arm_handle_option): Lookup cpu/architecture names.
2611 (arm_override_options): Cleanup mcpu/march/mtune handling.
2612 (arm_file_start): Ditto.
2614 2010-06-03 Alan Modra <amodra@gmail.com>
2617 * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
2618 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
2619 rtx to gen_load_toc_v4_PIC_1b. Tidy.
2620 (rs6000_emit_load_toc_table): Likewise.
2622 2010-06-02 Jan Hubicka <jh@suse.cz>
2624 * passes.c (init_optimization_passes): Put ipa reference
2625 after ipa pure-const.
2627 2010-06-02 Jan Hubicka <jh@suse.cz>
2629 * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
2630 calls_read_all and calls_write_all.
2631 (get_reference_optimization_summary): Fix formatting.
2632 (is_proper_for_analysis): Check that decl is not readonly.
2633 (propagate_bits): Check CONST/PURE/noreturn flags.
2634 (ipa_init): Move all_module_statics to optimization_summary_obstack.
2635 (analyze_function): Ignore indirect edges.
2636 (copy_global_bitmap): For all module statics, do nothing.
2637 (generate_summary): Do not print calls_read_all/calls_write_all.
2638 (read_write_all_from_decl): Take node as argument; check
2639 cgraph_node_cannot_return.
2640 (propagate): Reorganize read_all/write_all computation;
2641 check indirect edges; check ecf flags; use all_module_statics
2642 in the results; do not free all_module_statics.
2643 (stream_out_bitmap): Handle all_module_statics.
2644 (ipa_reference_write_optimization_summary): Likewise; use
2645 varpool/cgraph encoders to get boundaries.
2646 (ipa_reference_read_optimization_summary): Read in all_module_statics;
2647 use it when possible.
2649 2010-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
2652 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
2653 -mswdiv option. Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
2655 * doc/extend.texi (powerpc builtins): Document vec_recip,
2656 vec_rsqrt, vec_rsqrte altivec/vsx builtins.
2658 * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
2659 (rs6000_emit_swrsqrt): Ditto.
2660 (rs6000_emit_swdivsf): Delete.
2661 (rs6000_emit_swdivdf): Ditto.
2662 (rs6000_emit_swrsqrtsf): Ditto.
2664 * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
2665 describe the reciprocal estimate support for each type.
2666 (recip_options): Map -mrecip=<opt> into option bits.
2667 (gen_2arg_fn_t): New typedef for binary rtx gen function.
2668 (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
2669 reciprocal estimate instructions.
2670 (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
2671 debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
2672 Set up rs6000_recip_bits based on the -mrecip* options. Print the
2673 cost information if -mdebug=cost or -mdebug=reg.
2674 (rs6000_override_options): Set -mrecip-precision for power6, and
2675 power7 machines. If -mvsx or -mdfp, enable various options that
2676 came in previous instruction set ISAs, unless the option was
2677 explicitly disabled by the command line option. Parse
2678 -mrecip=<opt> options.
2679 (rs6000_builtin_vectorized_function): Add support for vectorizing
2680 the reciprocal estimate builtins and expansions.
2681 (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
2682 (bdesc_2arg): Add reciprocal estimate builtins.
2683 (bdesc_1arg): Add reciprocal square root estimate builtins.
2684 (rs6000_expand_builtin): Rewrite to use a switch statement,
2685 instead of multiple if/then/elses. Add reciprocal estimate builtins.
2686 (rs6000_init_builtins): Create declarations for reciprocal
2688 (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
2689 sized, prefer traditional floating point registers, if integer
2690 vector types, prefer altivec registers. Don't actually look at
2691 the memory address any more.
2692 (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
2694 (rs6000_load_constant_and_splat): New helper function to load up
2695 the constant for reciprocal estimate instructions.
2696 (rs6000_emit_madd): New helper function for generating
2697 multiply/add type instructions, based on the current switches.
2698 (rs6000_emit_msub): Ditto.
2699 (rs6000_emit_mnsub): Ditto.
2700 (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
2701 replace a divide with a reciprocal estimate and fixup, adding
2702 support for machines with high precision and vectors.
2703 (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
2704 low precision machines.
2705 (rs6000_emit_swdiv): New common function to be called to replace a
2706 division with reciprocal estimate and fixup.
2707 (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf. Add support
2708 for double and vector types. Add support for high precision machines.
2710 * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
2711 the reciprocal estimate instructions can be generated.
2712 (TARGET_FRE): Ditto.
2713 (TARGET_FRSQRTES): Ditto.
2714 (TARGET_FRSQRTE): Ditto.
2715 (RS6000_RECIP_*): New macros for reciprocal estimate support.
2717 * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
2718 square root estimate on vectors.
2719 (re<mode>2): New insn for reciprocal division estimate on vectors.
2721 * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
2723 (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
2724 (ALTIVEC_BUITLIN_VEC_RE): Ditto.
2725 (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
2726 (VSX_BUILTIN_RSQRT_V4SF): Ditto.
2727 (VSX_BUITLIN_RSQRT_V2DF): Ditto.
2728 (RS6000_BUILTIN_RSQRT): Ditto.
2729 (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
2730 floating point builtin.
2732 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
2733 macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
2734 __RECIP_PRECISION__ based on the command line switches.
2735 (altivec_overloaded_builtins): Add reciprocal estimate builtins.
2737 * config/rs6000/rs6000.opt (-mrecip): Document add support for
2738 replacing division instructions with reciprocal estimate and fixup.
2739 (-mrecip=<opt>): New option.
2740 (-mrecip-precision): Ditto.
2742 * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
2743 (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
2744 (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
2747 * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
2748 (UNSPEC_VREFP): Ditto.
2749 (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
2750 conterparts with regard to support of -mno-fused-madd and -ffast-math.
2751 (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
2752 reciprocal estimate instructions to be generated.
2753 (altivec_vrefp): Ditto.
2755 * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
2757 (rreg): New mode attribute for reciprocal estimate support.
2758 (recip<mode>3): New insn for division using reciprocal estimate
2760 (divide define_split): New define_split to convert floating point
2761 division to use reciprocal estimate if the user used the
2762 appropriate options and the split is run when we can add new
2763 pseudo registers for the fixup.
2764 (rsqrt<mode>2): New insn for reciprocal square root support.
2765 (recipsf3): Move into recip<mode>3.
2767 (fres): Use TARGET_FRES.
2768 (rsqrtsf2): Move into rsqrt<mode>2.
2769 (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
2770 (copysignsf3): Add support for VSX.
2771 (fred): Use TARGET_FRE.
2773 (rsqrtdf_internal1): New function for frsqrte instruciton.
2775 * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
2778 2010-06-03 Richard Guenther <rguenther@suse.de>
2781 * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
2782 (set_user_assembler_libfunc): Likewise.
2784 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
2786 * mkconfig.sh: Include insn-flags.h and insn-constants.h before
2788 * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
2790 * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
2791 DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
2792 FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
2793 STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
2794 STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
2795 STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
2796 STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
2797 STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
2798 * defaults.h: Updated for above mentioned changes.
2800 2010-06-02 Kai Tietz <kai.tietz@onevision.com>
2802 * c-common.c: Remove header include of tm_p.h.
2803 * Makefile.in (c-common.o): Remove TM_P_H dependency.
2805 2010-06-02 Jakub Jelinek <jakub@redhat.com>
2807 * tree.h (struct tree_decl_map): New type.
2808 (tree_decl_map_eq, tree_decl_map_marked_p): Define.
2809 (tree_decl_map_hash): New prototype.
2810 (debug_expr_for_decl, value_expr_for_decl): Change into
2811 tree_decl_map hashtab from tree_map.
2812 (init_ttree): Adjust initialization.
2813 (tree_decl_map_hash): New function.
2814 (decl_debug_expr_lookup, decl_debug_expr_insert,
2815 decl_value_expr_lookup, decl_value_expr_insert): Adjust.
2817 2010-06-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2819 * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
2821 * configure: Regenerate.
2822 * config.in: Regenerate.
2824 * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
2825 (X86_64_EMULATION): Define.
2826 (TARGET_LD_EMULATION): Use them.
2828 * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
2829 (SPARC64_EMULATION): Define.
2830 (LINK_ARCH_SPEC): Use them.
2832 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
2834 * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
2835 smallest_mode_for_size for computing the precision types of new
2836 graphite IVs. Do not call lang_hooks.types.type_for_size.
2838 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
2840 * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
2842 (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
2844 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
2847 * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
2848 return false instead.
2850 2010-06-02 Jan Hubicka <jh@suse.cz>
2853 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
2854 create new cgraph node to check callee.
2856 2010-06-02 Richard Guenther <rguenther@suse.de>
2858 * lto-streamer-in.c (input_gimple_stmt): Fix typo.
2860 2010-06-02 Richard Guenther <rguenther@suse.de>
2862 * lto-wrapper.c (lto_wrapper_exit): Rename to ...
2863 (lto_wrapper_cleanup): ... this. Do not exit.
2864 (fatal): Adjust. Exit here.
2865 (fatal_perror): Likewise.
2866 (fatal_signal): New function.
2867 (main): Set up signal handlers to cleanup temporary files.
2868 * Makefile.in (lto-wrapper.o): Adjust dependencies.
2870 2010-06-02 Richard Guenther <rguenther@suse.de>
2872 PR tree-optimization/44377
2873 * tree-ssa-structalias.c (find_func_aliases): Fix typo.
2875 2010-06-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2877 * config/s390/2097.md (z10_fhex): Remove insn reservation.
2878 * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
2879 (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
2880 *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
2882 * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
2884 2010-06-02 Jan Hubicka <jh@suse.cz>
2886 * bitmap.c (bitmap_descriptor): Add search_iter.
2887 (bitmap_find_bit): Increment it.
2888 (print_statistics): Print it.
2890 2010-06-02 Nathan Froyd <froydnj@codesourcery.com>
2892 * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
2893 instead of gimple_build_call_vec. Delete unnecessary local variable.
2895 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
2897 * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
2898 change from yesterday.
2900 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
2902 * c-ada-spec.c: Clean up redundant includes.
2904 2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
2906 * gimplify.c: Do not include except.h and optabs.h.
2907 (gimplify_body): Do not initialize RTL profiling.
2908 * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
2909 langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
2910 * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
2911 output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
2914 * tree-pretty-print.h: Include pretty-print.h.
2915 * gimple-pretty-print.h: Include pretty-print.h.
2917 * tree-pretty-print.c: Do not include diagnostic.h.
2918 * tree-vrp.c: Likewise.
2919 * tree-tailcall.c: Likewise
2920 * tree-scalar-evolution.c: Likewise
2921 * tree-ssa-dse.c: Likewise
2922 * tree-chrec.c: Likewise
2923 * tree-ssa-sccvn.c: Likewise
2924 * tree-ssa-copyrename.c: Likewise
2925 * tree-nomudflap.c: Likewise
2926 * tree-call-cdce.c: Likewise
2927 * tree-stdarg.c: Likewise
2928 * tree-ssa-math-opts.c: Likewise
2929 * tree-nrv.c: Likewise
2930 * tree-ssa-sink.c: Likewise
2931 * tree-browser.c: Likewise
2932 * tree-ssa-loop-ivcanon.c: Likewise
2933 * tree-ssa-loop.c: Likewise
2934 * tree-parloops.c: Likewise
2935 * tree-ssa-address.c: Likewise
2936 * tree-ssa-ifcombine.c: Likewise
2937 * tree-if-conv.c: Likewise
2938 * tree-data-ref.c: Likewise
2939 * tree-affine.c: Likewise
2940 * tree-ssa-phiopt.c: Likewise
2941 * tree-ssa-coalesce.c: Likewise
2942 * tree-ssa-pre.c: Likewise
2943 * tree-ssa-live.c: Likewise
2944 * tree-predcom.c: Likewise
2945 * tree-ssa-forwprop.c: Likewise
2946 * tree-ssa-dce.c: Likewise
2947 * tree-ssa-ter.c: Likewise
2948 * tree-ssa-loop-prefetch.c: Likewise
2949 * tree-optimize.c: Likewise
2950 * tree-ssa-phiprop.c: Likewise
2951 * tree-object-size.c: Likewise
2952 * tree-outof-ssa.c: Likewise
2953 * tree-ssa-structalias.c: Likewise
2954 * tree-switch-conversion.c: Likewise
2955 * tree-ssa-reassoc.c: Likewise
2956 * tree-ssa-operands.c: Likewise
2957 * tree-vectorizer.c: Likewise
2958 * tree-vect-data-refs.c: Likewise
2959 * tree-vect-generic.c: Likewise
2960 * tree-vect-stmts.c: Likewise
2961 * tree-vect-patterns.c: Likewise
2962 * tree-vect-slp.c: Likewise
2963 * tree-vect-loop.c: Likewise
2964 * tree-ssa-loop-ivopts.c: Likewise
2965 * tree-ssa-loop-im.c: Likewise
2966 * tree-ssa-loop-niter.c: Likewise
2967 * tree-ssa-loop-unswitch.c: Likewise
2968 * tree-ssa-loop-manip.c: Likewise
2969 * tree-ssa-loop-ch.c: Likewise
2970 * tree-dump.c: Likewise
2971 * tree-complex.c: Likewise
2973 * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
2974 * tree-ssa-uninit.c: Likewise
2975 * tree-ssa-threadupdate.c: Likewise
2976 * tree-ssa-uncprop.c: Likewise
2977 * tree-ssa-ccp.c: Likewise
2978 * tree-ssa-dom.c: Likewise
2979 * tree-ssa-propagate.c: Likewise
2980 * tree-ssa-alias.c: Likewise
2981 * tree-dfa.c: Likewise
2982 * tree-cfgcleanup.c: Likewise
2983 * tree-sra.c: Likewise
2984 * tree-ssa-copy.c: Likewise
2985 * tree-ssa.c: Likewise
2986 * tree-profile.c: Likewise
2987 * tree-cfg.c: Likewise
2988 * tree-ssa-threadedge.c: Likewise
2989 * tree-vect-loop-manip.c: Likewise
2991 * tree-inline.c: Do not include diagnostic.h and expr.h.
2993 (copy_decl_for_dup_finish): Do not use NULL_RTX.
2995 * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
2996 * tree-loop-distribution.c: Likewise.
2998 2010-06-01 Jan Hubicka <jh@suse.cz>
3000 * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
3002 2010-06-01 Jan Hubicka <jh@suse.cz>
3004 * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
3005 remove return value.
3006 (split_bbs_on_noreturn_calls) .... here.
3007 * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
3008 * tree-flow.h (fixup_noreturn_call): New.
3010 2010-06-01 Jan Hubicka <jh@suse.cz>
3012 * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
3014 2010-06-01 Nathan Froyd <froydnj@codesourcery.com>
3016 * tree.h (build_nt_call_list): Delete.
3017 * tree.c (build_nt_call_list): Delete.
3019 2010-06-01 Jan Hubicka <jh@suse.cz>
3021 * fwprop.c: Make emit-rtl.h include last.
3022 * rtlanal.c: Include emit-rtl.h.
3023 * genautomata.c: Output emit-rtl include into insn-automata.c
3024 * df-scan.c: Include emit-rtl.h.
3025 * haifa-sched.c: Indlude emit-rtl.h.
3026 * mode-switching.c: Indlude emit-rtl.h.
3027 * graph.c: Indlude emit-rtl.h.
3028 * sel-sched.c: Include emit-rtl.h.
3029 * sel-sched-ir.c: Include emit-rtl.h.
3030 * ira-build.c: Include emit-rtl.h.
3031 * emit-rtl.c: (first_insn, last_insn): Remove defines.
3032 (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
3034 (set_new_first_and_last_insn, get_last_insn_anywhere,
3035 get_first_nonnote_insn, get_last_nonnote_insn, try_split,
3036 make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
3037 delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
3038 emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
3039 push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
3040 Use accessor functions.
3041 * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
3042 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
3043 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
3044 mem_expr_equal_p): Move here from rtl.h.
3045 (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
3046 Move here from emit-rtl.c; make inline.
3047 * cfglayout.h: Include emit-rtl.h.
3048 * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
3049 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
3050 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
3051 mem_expr_equal_p, get_insns, set_first-insn,
3052 get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
3053 * reg-stack.c: Include emit-rtl.h.
3056 2010-06-01 Jan Hubicka <jh@suse.cz>
3058 * cgraph.h (tree_function_versioning): Update prototype.
3059 (cgraph_function_versioning): Update prototype.
3060 * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
3062 (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
3063 (cgraph_materialize_clone, save_inline_function_body): Update use of
3064 tree_function_versioning.
3065 * tree-inline.c (copy_bb): Look for previous copied block to link
3066 after; fix debug output.
3067 (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
3068 (copy_body): Likewise.
3069 (expand_call_inline): Update use of copy_body.
3070 (tree_function_versioning): Update use of copy body; accept
3071 blocks_to_copy and new_entry.
3073 2010-06-01 Jan Hubicka <jh@suse.cz>
3075 * gegenrtl.c: Remove unnecesary prototypes.
3077 (gendef): Produce static inline.
3079 (main): Do not decode parameters; generate header only.
3080 * Makefile.in (genrtl.c): Remove.
3082 2010-06-01 Jan Hubicka <jh@suse.cz>
3084 * tree-switch-conversion.c (build_one_array): Make it readonly.
3086 2010-06-01 Richard Guenther <rguenther@suse.de>
3088 * optabs.c (init_optabs): Guard all accesses to reinit.
3089 * ipa-pure-const.c (propagate): Fix another typo.
3090 * opts.c (common_handle_option): Split assignment to bool.
3091 * c-opts.c (c_common_handle_option): Likewise.
3093 2010-06-01 Arnaud Charlet <charlet@adacore.com>
3094 Matthew Gingell <gingell@adacore.com>
3096 * doc/invoke.texi: Mention -fdump-ada-spec.
3097 * tree-dump.c (dump_files): Add ada-spec.
3098 (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
3099 * tree-pass.h (tree_dump_index): Add TDI_ada.
3100 * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
3101 (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
3102 (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
3103 * c-decl.c: Include c-ada-spec.h.
3104 (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
3106 (c_write_global_declarations): Add handling of -fdump-ada-spec.
3107 * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
3108 * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
3109 * c-ada-spec.h, c-ada-spec.c: New files.
3111 2010-06-01 Richard Guenther <rguenther@suse.de>
3114 * ipa-pure-const.c (get_function_state): Hand back varying state
3115 if we do not have one.
3116 (has_function_state): New function.
3117 (duplicate_node_data): Adjust.
3118 (remove_node_data): Likewise.
3119 (pure_const_write_summary): Likewise.
3120 (propagate): Likewise. Fix typo.
3122 2010-06-01 Jan Hubicka <jh@suse.cz>
3124 * tree-cfg.c (verify_stmt): Do not skip could_throw test.
3125 * passes.c (execute_function_todo): Do not make implicit verify_ssa.
3126 (execute_all_ipa_transforms): Do not play with the states.
3128 2010-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
3130 * config/arm/t-linux-androideabi: New.
3131 * config.gcc (arm*-*-linux-androideabi): Include multilib config.
3133 2010-06-01 Jan Hubicka <jh@suse.cz>
3135 * tree-inline.c (estimate_num_insns): For stdarg functions look
3136 into call statement to count cost of argument passing.
3138 2010-06-01 Kai Tietz <kai.tietz@onevision.com>
3140 * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
3141 argument for fprintf.
3142 (ix86_output_addr_diff_elt): Likewise.
3143 (x86_function_profiler): Likewise.
3144 * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
3145 (LPREFIX): Likewise.
3146 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3148 2010-05-31 Jakub Jelinek <jakub@redhat.com>
3151 * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
3152 fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
3153 fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
3154 fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
3155 fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
3156 fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
3157 fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
3158 Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
3161 2010-05-31 Jan Hubicka <jh@suse.cz>
3163 * tree.h (tree_range_check_failed): Declare noreturn.
3165 2010-05-31 Jan Hubicka <jh@suse.cz>
3167 * gimple.c (gimple_call_builtin_p): New function.
3168 * gimple.h (gimple_call_builtin_p): Declare.
3169 * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
3171 (execute_warn_function_return): BUILT_IN_RETURN is return.
3172 (split_critical_edges): Return edges are not critical.
3173 (is_ctrl_altering_stmt): Builtin_in_return is altering.
3174 (gimple_verify_flow_info): Handle built_in_return.
3175 (execute_warn_function_return): Handle built_in_return.
3176 * ipa-pure-const.c (check_call): Ignore builtin_return.
3178 2010-05-31 Jakub Jelinek <jakub@redhat.com>
3181 * expr.c (expand_assignment): Don't store anything for out-of-bounds
3182 array accesses with non-MEM.
3184 PR tree-optimization/44182
3185 * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
3186 newly needs to end a bb is followed by debug stmts, instead return
3187 true from the function at the end.
3188 (maybe_move_debug_stmts_to_successors): New function.
3189 (copy_cfg_body): Call it if copy_edges_for_bb returned true.
3191 2010-05-31 Kai Tietz <kai.tietz@onevision.com>
3194 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
3196 2010-05-31 Eric Botcazou <ebotcazou@adacore.com>
3198 * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
3199 for nested functions in non-optimized compilation.
3201 2010-05-31 Richard Guenther <rguenther@suse.de>
3203 * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
3205 2010-05-30 Jan Hubicka <jh@suse.cz>
3207 * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
3209 2010-05-30 Richard Guenther <rguenther@suse.de>
3212 * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
3213 (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
3216 2010-05-30 Iain Sandoe <iains@gcc.gnu.org>
3218 * config/darwin.c (output_objc_section_asm_op): Add comment.
3219 (name_needs_quotes): Add '_' to list of valid comment chars.
3220 (machopic_output_function_base_name): Remove unneeded quotes.
3221 (darwin_encode_section_info): Adjust asm whitespace.
3222 * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
3223 (ASM_OUTPUT_LOCAL): Ditto.
3224 * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
3225 * config/darwin.h (GLOBAL_ASM_OP): Ditto.
3226 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
3228 2010-05-30 Eric Botcazou <ebotcazou@adacore.com>
3230 * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
3231 RS6000_OUTPUT_BASENAME unconditionally.
3232 (rs6000_output_function_epilogue): Likewise.
3234 2010-05-30 Jan Hubicka <jh@suse.cz>
3236 * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
3239 2010-05-30 Richard Guenther <rguenther@suse.de>
3241 * tree-cfg.c (verify_gimple_assign_single): Implement
3242 verification for COND_EXPR rhs.
3244 2010-05-30 Jan Hubicka <jh@suse.cz>
3246 * cgraph.h (cgraph_dump_file): Declare.
3247 * cgraphunit.c (cgraph_dump_file): Export.
3248 * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
3250 2010-05-30 Jan Hubicka <jh@suse.cz>
3252 * dwarf2out.c (reference_to_unused,
3253 premark_types_used_by_global_vars_helper): Avoid creation of new
3256 2010-05-30 Jan Hubicka <jh@suse.cz>
3258 * cgraph.h (cgraph_node_cannot_return,
3259 cgraph_edge_cannot_lead_to_return): New functions.
3260 * cgraph.c (cgraph_node_cannot_return,
3261 cgraph_edge_cannot_lead_to_return): Use them.
3262 * ipa-pure-const.c (pure_const_names): New static var.
3263 (check_call): Handle calls not leading to return.
3264 (pure_const_read_summary): Dump info read.
3265 (propagate): Dump info about propagation process; ignore side effects
3266 of functions not leading to exit; fix handling of pure functions.
3268 2010-05-30 Jan Hubicka <jh@suse.cz>
3270 * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
3271 for tail call epilogues.
3273 2010-05-30 Jan Hubicka <jh@suse.cz>
3275 * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
3276 ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
3279 2010-05-29 Jan Hubicka <jh@suse.cz>
3281 * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
3282 node; remove references in node we no longer keep in cgrpah but need
3285 2010-05-29 Jan Hubicka <jh@suse.cz>
3287 * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
3289 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3292 * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
3294 2010-05-29 Jan Hubicka <jh@suse.cz>
3296 * tree-vrp.c (debug_value_range, debug_all_value_ranges,
3297 debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
3298 * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
3299 debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
3300 debug_names_replaced_by, debug_update_ssa): Likewise.
3301 * sbitmap.c (debug_sbitmap): Likewise.
3302 * genrecog.c (debug_decision, debug_decision_list): Likewise.
3303 * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
3304 debug_tree_chain): Likewise.
3305 * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
3306 * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
3307 * optabs.c (debug_optab_libfuncs): Likewise.
3308 (verify_loop_closed_ssa): Likewise.
3309 * value-prof.c (verify_histograms): Likewise.
3310 * reload.c (debug_reload_to_stream, debug_reload): Likewise.
3311 * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
3312 * cfghooks.c (verify_flow_info): Likewise.
3313 * fold-const.c (debug_fold_checksum): Likewise.
3314 * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
3315 * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
3317 * omega.c (debug_omega_problem): Likewise.
3318 * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
3319 * tree-ssa-ccp.c (debug_lattice_value): Likewise.
3320 * dominance.c (verify_dominators, debug_dominance_info,
3321 debug_dominance_tree): Likewise.
3322 * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
3323 * df_regno_debug, df_ref_debug,
3324 debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
3325 debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
3326 * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
3327 * sel-sched.c (debug_state): Likewise.
3328 * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
3330 * cfganal.c (print_edge_list, verify_edge_list): Likewise.
3331 * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
3332 * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
3333 * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
3335 * c-pretty-print.c (debug_c_tree): Likewise.
3336 * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
3337 debug_av_set, debug_lv_set, debug_ilist, debug_blist,
3338 debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
3339 * ebitmap.c (debug_ebitmap): Likewise.
3340 * function.c (debug_find_var_in_block_tree): Likewise.
3341 * print-rtl.c (debug_rtx): Likewise.
3342 (debug_rtx_count): Likewise.
3343 (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
3344 * stor-layout.c (debug_rli): Likewise.
3345 * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
3346 * tree-data-ref.c (debug_data_references,
3347 debug_data_dependence_relations, debug_data_reference,
3348 debug_data_dependence_relation, debug_rdg_vertex,
3349 debug_rdg_component, debug_rdg): Likewise.
3350 * tree-affine.c (debug_aff): Likewise.
3351 * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
3353 * except.c (debug_eh_tree, verify_eh_tree): Likewise.
3354 * emit-rtl.c (verify_rtl_sharing): Likewise.
3355 * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
3356 debug_value_expressions): Likewise.
3357 * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
3358 * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
3359 * print-tree.c (debug_tree, debug_vec_tree): Likewise.
3360 * cfglayout.c (verify_insn_chain): Likewise.
3361 * graphite-clast-to-gimple.c (debug_clast_name_indexes,
3362 debug_clast_stmt, debug_generated_program): Likewise.
3363 * ggc-page.c (debug_print_page_list): Likewise.
3364 * tree-ssa-ter.c (debug_ter): Likewise.
3365 * graphite-dependences.c (debug_pddr): Likewise.
3366 * sched-deps.c (debug_ds): Likewise.
3367 * tree-ssa.c (verify_ssa): Likewise.
3368 * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
3369 debug_scattering_functions, debug_iteration_domains, debug_pdr,
3370 debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
3371 debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
3372 * tree-inline.c (debug_find_tree): Likewise.
3373 * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
3374 debug_ppl_powerset_matrix): Likewise.
3375 * var-tracking.c (debug_dv): Likewise.
3376 * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
3377 * cfgloop.c (verify_loop_structure): Likewise.
3378 * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
3379 * c-common.c (verify_sequence_points): Likewise.
3380 * sched-rgn.c (debug_regions, debug_region, debug_candidate,
3381 debug_candidates, debug_rgn_dependencies): Likewise.
3382 * tree-ssa-structalias.c (debug_constraint, debug_constraints,
3383 * debug_constraint_graph, debug_solution_for_var,
3384 debug_sa_points_to_info): Likewise.
3385 * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
3387 * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
3388 debug_loops, debug_loop, debug_loop_num): Likewise.
3389 * passes.c (debug_pass): Likewise.
3390 (dump_properties): Likewise; add cfglayout property.
3391 (debug_properties): Likewise.
3392 * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
3393 * varpool.c (debug_varpool): Likewise.
3394 * regcprop.c (debug_value_data): Likewise.
3395 * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
3396 debug_immediate_uses_for): Likewise.
3398 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
3401 * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
3402 Filter out insn-flags.h.
3404 2010-05-29 Jan Hubicka <jh@suse.cz>
3406 * cgraph.h (struct varpool_node_set_def,
3407 struct cgraph_node_set_def): Remove unused AUX pointer.
3408 (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
3411 2010-05-29 Jan Hubicka <jh@suse.cz>
3414 * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
3416 2010-05-29 Richard Guenther <rguenther@suse.de>
3418 * lto-streamer.c (cached_bp): New global variable.
3419 (bitpack_create): Return the cached bitpack, if available.
3420 (bitpack_delete): Clear and cache the bitpack, if appropriate.
3421 (bp_pack_value): Remove redundant asserts.
3423 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
3426 * tree-if-conv.c (is_true_predicate): New.
3427 (is_predicated): Use is_true_predicate.
3428 (add_to_predicate_list): Same. Do not use unshare_expr.
3429 (add_to_dst_predicate_list): Same.
3431 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
3433 * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
3435 (predicate_bbs): Same.
3436 (clean_predicate_lists): Same.
3437 (find_phi_replacement_condition): Do not AND the predicate from
3440 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
3443 * Makefile.in (build/gencondmd.o): Add a missing `\'.
3445 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3448 config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
3449 (negdf2): Adjust expander pattern and use negdf2_slow.
3452 2010-05-29 Nathan Froyd <froydnj@codesourcery.com>
3454 * basic-block.h (struct control_flow_graph): Move last_label_uid field
3456 * df.h (struct df_base_ref): Move regno field up.
3457 * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
3458 * expr.h (struct separate_ops): Move location field up.
3459 * optabs.h (struct optab_d): Move libcall_basename field down.
3460 * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
3461 * config/i386/i386.h (struct machine_function): Convert call_abi field
3462 into a bitfield. Move cfa field to the end of the structure.
3464 2010-05-29 Jan Hubicka <jh@suse.cz>
3466 * varpool.c (varpool_get_node): Fix lookup.
3468 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
3470 * config/spu/spu-protos.h: Do not include rtl.h. Protect
3471 RTL specific prototypes with #ifdef RTX_CODE.
3472 * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
3473 * config/spu/t-spu-elf: Fix dependencies.
3475 * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
3477 2010-05-29 Mike Stump <mikestump@comcast.net>
3480 * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
3481 TM_H when building to avoid dependency loops.
3483 2010-05-29 Jan Hubicka <jh@suse.cz>
3485 * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
3486 refs and body; not the whole node for masters of materialized
3489 2010-05-29 Mike Stump <mikestump@comcast.net>
3491 * config/rs6000/rs6000-c.c: Remove c-tree.h include.
3493 2010-05-29 Jan Hubicka <jh@suse.cz>
3495 * cgraph.c (clone_function_name): Take SUFFIX argument; export.
3496 (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
3497 use of clone_function_name.
3498 * cgraph.h (cgraph_create_virtual_clone,
3499 cgraph_function_versioning): update prototypes.
3500 (clone_function_name): Declare.
3501 * ipa-cp.c (ipcp_insert_stage): Update call of
3502 cgraph_create_virtual_clone.
3503 * omp-low.c (create_omp_child_function_name): Use
3504 cgraph_create_virtual_clone.
3505 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
3506 (cgraph_function_versioning): Take SUFFIX argument; produce new name
3507 and make decl local.
3509 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
3511 * vec.h: Include statistics.h
3512 * Makefile.in: Introduce VEC_H. Replace all vec.h dependencies
3515 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
3517 * c-lex.c: Do not include c-tree.h.
3518 * c-pretty-print.c: Likewise.
3519 * c-opts.c: Likewise.
3520 * c-gimplify.c: Likewise.
3521 * c-common.c: Likewise.
3522 * c-dump.c: Likewise. Include c-common.h.
3524 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
3526 * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
3527 before including diagnostic-core.h.
3528 (c_cpp_error): New prototype moved from c-tree.h.
3529 Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
3530 * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
3531 (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
3532 (c_cpp_error): Prototype moved to c-common.h.
3533 * Makefile.in: Update dependency for C_COMMON_H.
3535 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
3537 * c-common.h: Add FIXME for awkward split of c_register_addr_space.
3538 * c-common.c (c_register_addr_space): Remove here.
3539 * c-decl.c (c_register_addr_space): Re-add here.
3541 2010-05-28 Mike Stump <mikestump@comcast.net>
3543 * config/darwin-c.c: Remove c-tree.h include.
3545 2010-05-28 Joseph Myers <joseph@codesourcery.com>
3547 * gcc.c: Include diagnostic.h.
3548 (error_count): Remove. All users changed to use errorcount.
3549 (programname): Remove. All users changed to use progname.
3550 (fancy_abort, internal_error, fatal_error, error, warning, inform,
3552 (execute): Don't include "Internal error" and bug reporting
3553 information in argument of internal_error call.
3554 (process_command): Don't increment error_count after calling
3556 (input_filename): Rename to gcc_input_filename. All users
3558 (main): Call diagnostic_initialize. Register delete_temp_files
3559 with atexit. Use seen_error to test for errors.
3560 * gcc.h: Include diagnostic-core.h.
3561 (fatal_error, error, warning): Remove.
3562 * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
3563 (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
3564 (gcc.o): Update dependencies.
3566 2010-05-28 Jeff Law <law@redhat.com>
3568 * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
3570 * ira.h (ira_bad_reload_regno): Declare
3571 * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
3573 * ira-color.c (update_curr_costs): Free updated hard reg costs.
3574 (ira_reassign_conflict_allocnos): Remove bogus asserts.
3575 (allocno_reload_assign): Likewise.
3577 2010-05-28 Nathan Froyd <froydnj@codesourcery.com>
3579 * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
3582 2010-05-28 Richard Guenther <rguenther@suse.de>
3585 * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
3586 Stream fixed-point constants mode.
3587 (unpack_ts_type_value_fields): Fix width of TYPE_MODE
3589 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
3590 Stream fixed-point constants mode.
3591 (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
3594 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
3596 * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
3597 only place it was called from.
3598 (number_of_latch_executions): Do not return chrec_dont_know when the
3599 may_be_zero is a runtime condition: instead, return a COND_EXPR
3600 including the may_be_zero condition.
3601 * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
3603 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
3606 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
3608 * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
3609 generate COND_EXPRs for degenerate_phi_result.
3611 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
3614 * tree-if-conv.c (if_convertible_loop_p): Check the
3615 if-convertibility of phi nodes in non predicated BBs.
3617 2010-05-28 Joseph Myers <joseph@codesourcery.com>
3619 * gcc.c (error, warning, inform): Remove duplicate ": " in output.
3621 2010-05-28 Joseph Myers <joseph@codesourcery.com>
3624 * gcc.c (inform, warning, inform): New functions.
3625 (fatal_ice): Rename to internal_error; change cmsgid parameter to
3626 gmsgid. All callers changed.
3627 (notice): Rename to fnotice; add parameter fp. All callers
3629 (fatal_error): Rename to fatal_signal. All users changed.
3630 (fatal): Rename to fatal_error; change cmsgid parameter to
3631 gmsgid. All callers changed.
3632 (process_command): Use warning instead of error for warnings.
3633 (end_going_arg): Don't use _() around argument of error.
3634 (do_spec_1): Use inform for message from %n specs. Use warning
3635 instead of error for warnings.
3636 (main): Use inform for comparison messages. Use warning for
3637 message about unused linker input.
3638 (error): Increment error_count. Print "error: ".
3639 * gcc.h (fatal): Change to fatal_error.
3641 * config/darwin-driver.c (darwin_default_min_version): Use warning
3642 instead of fprintf for warnings.
3643 * cppspec.c (lang_specific_driver): Use fatal_error instead of
3646 2010-05-28 Julian Brown <julian@codesourcery.com>
3648 * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
3649 (*thumb2_addsi3_compare0_scratch): New.
3650 * config/arm/constraints.md (Pv): New.
3651 * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
3653 (*addsi3_compare0_scratch): Likewise.
3655 2010-05-28 Jan Hubicka <jh@suse.cz>
3657 * ipa-reference.c (add_static_var): Remove redundant all_module_statics
3659 (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
3660 only on local statics.
3662 2010-05-28 Iain Sandoe <iains@gcc.gnu.org>
3664 * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
3666 2010-05-28 Maxim Kuvyrkov <maxim@codesourcery.com>
3669 * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
3670 (OPTION_GLIBC): Define.
3672 2010-05-28 Jakub Jelinek <jakub@redhat.com>
3675 * dwarf2out.c (double_int_type_size_in_bits): New function.
3676 (round_up_to_align): Change first argument and return value to
3678 (field_byte_offset): Work internally on double_ints.
3681 * builtins.c (expand_movstr): Use a temporary pseudo instead
3682 of target even when target is not NULL and not const0_rtx, but
3683 fails movstr predicate.
3684 * config/m32c/blkmov.md (movstr): Add predicate to first operand.
3686 2010-05-28 Joseph Myers <joseph@codesourcery.com>
3688 * final.c (rest_of_clean_state): Use %m in errors instead of
3690 * gengtype.c (read_input_list, close_output_files): Use xstrerror
3691 instead of strerror.
3692 * toplev.c (process_options): Use %m in errors instead of strerror
3694 * tree-dump.c (dump_begin): Use %m in errors instead of strerror
3697 2010-05-28 Uros Bizjak <ubizjak@gmail.com>
3699 * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
3700 (ix86_canonical_va_list_type): Make static. Add declaration.
3701 (ix86_enum_va_list): Make static. Reindent.
3702 * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
3703 (ix86_canonical_va_list_type): Ditto.
3704 (ix86_enum_va_list): Ditto.
3706 2010-05-28 Richard Guenther <rguenther@suse.de>
3708 * lto-wrapper.c (run_gcc): With -save-temps generate a
3709 user-visible ltrans filename. Fixup ltrans unit numbering.
3711 2010-05-28 Kai Tietz <kai.tietz@onevision.com>
3713 * c-common.c (c_common_nodes_and_builtins): Replace use
3714 of TARGET_ENUM_VA_LIST by target hook enum_va_list.
3715 * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
3716 to ix86_enum_va_list.
3717 * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
3718 * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
3719 (TARGET_ENUM_VA_LIST_P): Add hook description.
3720 * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
3721 * target.h (gcc_target): Add enum_va_list hook.
3724 * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
3725 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
3726 * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
3728 2010-05-28 Alan Modra <amodra@gmail.com>
3731 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
3732 emit_library_call machinery to set up __tls_get_addr calls.
3734 2010-05-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3736 * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
3738 2010-05-28 Dodji Seketeli <dodji@redhat.com>
3740 Revert fix for PR c++/44188
3741 * c-common.c (is_typedef_decl): Revert the moving of this
3743 * tree.c (is_typedef_decl): ... here.
3744 (typdef_variant_p): Revert the moving of this definition
3745 here from gcc/cp/tree.c.
3746 * c-common.h (is_typedef_decl): Revert the moving of this
3748 * tree.h (is_typedef_decl): ... here.
3749 (typedef_variant_p): Revert the moving of this declaration here
3750 from gcc/cp/cp-tree.h
3751 * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
3752 (gen_tagged_type_die): Revert the splitting out of ...
3753 (gen_type_die_with_usage): ... this function. Revert the anonymous
3754 tagged type handling.
3755 (gen_typedef_die): Revert emitting DW_TAG_typedef for
3756 typedefs naming anonymous tagged types.
3758 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
3760 * config/rs6000/rs6000-modes.def (PSImode): Delete.
3762 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
3764 * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
3765 * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
3767 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
3769 Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
3770 XER_REGS to CA_REGS throughout.
3771 * config/rs6000/rs6000.h: Same.
3772 (ADDITIONAL_REGISTER_NAMES): Add "xer".
3773 * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO. Document
3774 that mode_iterator "P" is the size for arithmetic carries as well.
3775 * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
3777 2010-05-28 Jakub Jelinek <jakub@redhat.com>
3780 * combine.c (struct rtx_subst_pair): Define unconditionally.
3781 (propagate_for_debug_subst): Likewise. If not AUTO_INC_DEC,
3782 copy_rtx pair->to instead of cleanup_auto_inc_dec it.
3783 Call make_compound_operation on pair->to.
3784 (propagate_for_debug): Don't call make_compound_operation here.
3785 Always use simplify_replace_fn_rtx.
3787 2010-05-27 Sterling Augustine <sterling@tensilica.com>
3789 * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
3790 * config/xtensa/xtensa.c (override_options): Check
3791 TARGET_FORCE_NO_PIC and set flag_pic.
3792 * config/xtensa/xtensa.opt: Document -mforce-no-pic
3794 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
3797 * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
3798 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
3800 2010-05-27 Joseph Myers <joseph@codesourcery.com>
3802 * diagnostic-core.h: New. Contents moved from diagnostic.h and
3804 * diagnostic.c: Don't include toplev.h.
3805 (progname): Define. Moved from toplev.c.
3806 (seen_error): New function.
3807 * diagnostic.h: Include diagnostic-core.h.
3808 (diagnostic_t, emit_diagnostic): Don't declare here.
3809 * toplev.c (progname): Move to toplev.c.
3810 (emit_debug_global_declarations, compile_file, finalize,
3811 do_compile, toplev_main): Use seen_error.
3812 * toplev.h: Include diagnostic-core.h.
3813 (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
3814 internal_error, warning, warning_at, error, error_n, error_at,
3815 fatal_error, pedwarn, permerror, sorry, inform, inform_n,
3816 verbatim, fnotice, progname): Move to diagnostic-core.h.
3817 * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
3818 (expand_builtin_expect): Use seen_error.
3819 * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
3820 (c_make_fname_decl, c_write_global_declarations): Use seen_error.
3821 * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
3822 * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
3823 * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
3824 * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
3825 errorcount for errors.
3826 * c-opts.c (c_common_finish): Use seen_error.
3827 * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
3828 * cgraphunit.c (verify_cgraph_node, verify_cgraph,
3829 cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
3830 * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
3831 (get_coverage_counts): Use seen_error.
3832 * dwarf2out.c (dwarf2out_finish): Use seen_error.
3833 * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
3834 gimplify_body): Use seen_error.
3835 * ipa-inline.c (cgraph_early_inlining): Use seen_error.
3836 * ipa-pure-const.c (gate_pure_const): Use seen_error.
3837 * ipa-reference.c (gate_reference): Use seen_error.
3838 * jump.c: Include diagnostic-core.h instead of diagnostic.h.
3839 * lambda-code.c: Include diagnostic-core.h instead of
3841 * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
3842 * lto-compress.c: Include diagnostic-core.h instead of
3844 * lto-section-in.c: Include diagnostic-core.h instead of
3846 * lto-streamer-out.c: Include diagnostic-core.h instead of
3848 * lto-streamer.c: Include diagnostic-core.h instead of
3850 (gate_lto_out): Use seen_error.
3851 * matrix-reorg.c: Include diagnostic-core.h instead of
3853 * omega.c: Include diagnostic-core.h instead of diagnostic.h.
3854 * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
3855 (gate_expand_omp, lower_omp_1): Use seen_error.
3856 * passes.c: Include diagnostic-core.h instead of diagnostic.h.
3857 (rest_of_decl_compilation, rest_of_type_compilation,
3858 gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
3859 * tree-cfg.c (label_to_block_fn): Use seen_error.
3860 * tree-inline.c (optimize_inline_calls): Use seen_error.
3861 * tree-mudflap.c (mudflap_finish_file): Use
3863 * tree-optimize.c (gate_all_optimizations,
3864 gate_all_early_local_passes, gate_all_early_optimizations): Use
3866 * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
3867 * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
3868 (varpool_remove_unreferenced_decls,
3869 varpool_assemble_pending_decls): Use seen_error.
3870 * Makefile.in (DIAGNOSTIC_CORE_H): Define.
3871 (TOPLEV_H, DIAGNOSTIC_H): Update.
3872 (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
3873 lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
3874 c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
3875 builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
3876 coverage.o, lambda-code.o): Update dependencies.
3878 2010-05-25 Dodji Seketeli <dodji@redhat.com>
3881 * c-common.c (is_typedef_decl): Move this definition ...
3882 * tree.c (is_typedef_decl): ... here.
3883 (typdef_variant_p): Move definition here from gcc/cp/tree.c.
3884 * c-common.h (is_typedef_decl): Move this declaration ...
3885 * tree.h (is_typedef_decl): ... here.
3886 (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
3887 * dwarf2out.c (is_naming_typedef_decl): New function.
3888 (gen_tagged_type_die): Split out of ...
3889 (gen_type_die_with_usage): ... this function. When an anonymous
3890 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
3891 is emitted for the typedef.
3892 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
3893 anonymous tagged types.
3895 2010-05-27 Jason Merrill <jason@redhat.com>
3897 * print-tree.c (debug_vec_tree): New fn.
3898 (print_vec_tree): New fn.
3899 * tree.h: Declare them.
3900 * gdbinit.in (pvt): New command.
3902 * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
3904 * gdbinit.in (pdd): New command.
3906 2010-05-27 Jan Hubicka <jh@suse.cz>
3908 * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
3909 (update_caller_keys): Return early if there are no callers;
3910 only update fibheap when decresing the key.
3911 (update_callee_keys): Avoid recursion.
3912 (decide_inlining_of_small_functions): When badness does not match;
3913 re-insert into fibheap.
3915 2010-05-27 Steven Bosscher <steven@gcc.gnu.org>
3917 * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
3918 (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
3919 (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
3920 (ALL_HOST_OBJS): Now a union of the above two.
3921 <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
3922 all files in ALL_HOST_FRONTEND_OBJS.
3923 * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
3925 * c-common.c: Pretend to be a backend file by undefining
3926 IN_GCC_FRONTEND (still need rtl.h here).
3928 2010-05-27 Jan Hubicka <jh@suse.cz>
3930 * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
3931 * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
3933 2010-05-27 Jan Hubicka <jh@suse.cz>
3935 * sched-ebb.c: Rename struct deps to struct deps_desc.
3937 * sel-sched-ir.c: Likewise.
3938 * sched-deps.c: Likewise.
3939 * sched-int.h: Likewise.
3940 * sched-rgn.c: Likewise.
3942 2010-05-27 Jon Beniston <jon@beniston.com>
3945 * config/lm32/lm32.h: Remove definition of
3946 GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
3948 2010-05-27 Eric Botcazou <ebotcazou@adacore.com>
3951 * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
3953 2010-05-27 Richard Guenther <rguenther@suse.de>
3955 PR tree-optimization/44284
3956 * tree-vect-stmts.c (vectorizable_assignment): Handle
3957 sign-changing conversions as simple copy.
3959 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3961 * gthr-posix.h (pthread_cancel): Don't declare if compiling against
3963 (__gthread_active_p): Check for pthread_create if compiling against
3966 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3968 Support compilation for Android platform. Reimplement -mandroid.
3970 * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
3971 (*android*): Set ANDROID_DEFAULT.
3972 (arm*-*-linux*): Include linux-android.h.
3973 (arm*-*-eabi*): Don't include previous -mandroid implementation.
3974 * config/arm/eabi.h: Remove, move Android-specific parts ...
3975 * config/linux-android.h: ... here. New file.
3976 * config/arm/eabi.opt: Rename to ...
3977 * config/linux-android.opt: ... this.
3978 (mandroid): Allow -mno-android option. Initialize based on
3980 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
3981 Move logic to corresponding LINUX_TARGET_* macros.
3982 (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
3983 * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
3984 (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
3985 Android definitions.
3986 (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
3987 * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
3990 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3992 Add support for Bionic C library
3994 * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
3996 (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
3997 (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
3999 * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
4000 (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
4001 (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
4002 to support multiple C libraries. Handle Bionic.
4003 (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
4004 (BIONIC_DYNAMIC_LINKER64): Define.
4005 (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
4007 (TARGET_HAS_SINCOS): Enable for Bionic.
4009 * config/linux.opt: Rewrite to handle more than 2 C libraries. Make
4010 the last option specified on command line take effect.
4011 (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
4013 (mglibc, muclibc): Update.
4015 * config/alpha/linux-elf.h, config/rs6000/linux64.h,
4016 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
4019 * doc/invoke.texi (-mglibc, -muclibc): Update.
4020 (-mbionic): Document.
4022 2010-05-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4024 * c-common.h (c_register_addr_space): Add prototype.
4025 (ADDR_SPACE_KEYWORD): Remove.
4026 * c-common.c (c_register_addr_space): New function.
4027 (c_addr_space_name): Reimplement.
4028 (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
4030 * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
4031 (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
4033 * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
4034 Remove TARGET_ADDR_SPACE_KEYWORDS.
4036 2010-05-27 Joseph Myers <joseph@codesourcery.com>
4038 * input.c: New file.
4039 * input.h (main_input_filename): Move declaration to toplev.h.
4040 * toplev.c (input_location, line_table): Move to input.c
4041 * toplev.h (main_input_filename): Move declaration from input.h.
4042 * tree.c (expand_location): Move to input.c.
4043 * Makefile.in (OBJS-common): Add input.o.
4044 (input.o): Add dependencies.
4046 2010-05-27 Richard Guenther <rguenther@suse.de>
4048 * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
4049 for non-existant files.
4050 (fork_execute): Mark args_name file as deleted.
4052 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
4055 * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
4056 (narrow_signed_type): Likewise.
4058 2010-05-26 Jan Hubicka <jh@suse.cz>
4060 * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
4061 edge only when checking is enabled; check using former_clone_of;
4062 check inline clones too.
4063 (cgraph_materialize_clone): Record former_clone_of pointer.
4064 (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
4065 combining redirections; dump args_to_skip bitmap
4066 (cgraph_materialize_all_clones): Do no redirection here.
4067 * ipa-inline.c (inline_transform): Do redirection here.
4068 * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
4071 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
4073 * config/avr/avr-c.c: Do not include regs.h.
4074 Include cpplib.h for cpp_define and tree.h for c-common.h.
4075 * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
4076 * config/avr/t-avr: Fix dependencies for avr-c.o.
4078 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
4080 * explow.c (set_stack_check_libfunc): Adjust to accept name as a
4081 string instead of SYMBOL_REF rtx.
4082 * rtl.h (set_stack_check_libfunc): Move prototype from here...
4083 * libfuncs.h: ...to here. Adjust for explow.c change.
4085 2010-05-26 Joseph Myers <joseph@codesourcery.com>
4087 * pretty-print.c: Don't include ggc.h.
4088 (identifier_to_locale_alloc, identifier_to_locale_free): Define.
4089 (identifier_to_locale): Use them for allocation.
4090 * pretty-print.h (identifier_to_locale_alloc,
4091 identifier_to_locale_free): Declare.
4092 * toplev.c (alloc_for_identifier_to_locale): New.
4093 (general_init): Set identifier_to_locale_alloc and
4094 identifier_to_locale_free.
4095 * Makefile.in (pretty-print.o): Update dependencies.
4097 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
4099 * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
4100 pointer types if they have different alignment or mode.
4102 2010-05-26 Anatoly Sokolov <aesok@post.ru>
4104 * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
4105 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
4106 * config/sparc/sparc-protos.h (function_value): Remove declaration.
4107 * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
4108 sparc_function_value_regno_p): New functions.
4109 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
4110 TARGET_FUNCTION_VALUE_REGNO_P): Define.
4111 (function_value): Rename to...
4112 (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
4113 argument to 'outgoing'.
4114 (function_arg_record_value, function_arg_union_value,
4115 function_arg_vector_value): Update comment.
4117 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
4119 * dwarf2out.c (struct dw_fde_struct): Reorder flags.
4120 (fde_needed_for_eh_p): New predicate.
4121 (output_call_frame_info): Use it throughout to decide whether FDEs
4122 are needed for EH purpose.
4123 (dwarf2out_begin_prologue): Reorder assignments.
4125 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
4127 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
4128 special case loop->header.
4129 (is_predicated): New.
4130 (if_convertible_loop_p): Call it.
4132 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
4134 * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
4135 iterator in parameter. Do not generate code during the analysis.
4136 (tree_if_convert_cond_stmt): Removed.
4137 (tree_if_convert_stmt): Removed.
4138 (predicate_bbs): New.
4139 (if_convertible_loop_p): Call predicate_bbs.
4140 (tree_if_conversion): Simplify the top-level logic as predicate_bbs
4141 now contains all the analysis part.
4143 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
4145 * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
4146 statements in the analysis part.
4147 (tree_if_convert_stmt): Update comment.
4148 (remove_conditions_and_labels): New.
4149 (combine_blocks): Call remove_conditions_and_labels.
4150 (tree_if_conversion): Update comment.
4152 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
4154 * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
4155 than 2 predecessors or more than 2 successors.
4157 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
4159 * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
4160 of loops in which the data dependence analysis fails.
4162 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
4164 * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
4165 CDI_POST_DOMINATORS.
4166 (tree_if_conversion): Same.
4168 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
4170 * tree-if-conv.c (tree_if_conversion): Do not return a bool.
4172 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
4174 * tree-if-conv.c: Update copyright years. Fix comments.
4177 2010-05-26 Kai Tietz <kai.tietz@onevision.com>
4179 * builtin-types.def (BT_INT128): New primitive type.
4180 (BT_UINT128): Likewise.
4181 * c-common.c (c_common_r): Add __int128 keyword.
4182 (c_common_type_for_size): Handle __int128.
4183 (c_common_type_for_mode): Likewise.
4184 (c_common_signed_or_unsigned_type): Likewise.
4185 (c_common_nodes_and_builtins): Add builtin type
4186 if target supports 128-bit integer scalar.
4187 * c-common.h (enum rid): Add RID_INT128.
4188 * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
4189 if target supports 128-bit integer scalar.
4190 * c-decl.c (declspecs_add_type): Handle new keyword __int128.
4191 (finish_declspecs): Likewise.
4192 * c-parser.c (c_token_starts_typename): Handle RID_INT128.
4193 (c_token_starts_declspecs): Likewise.
4194 (c_parser_declspecs): Likewise.
4195 (c_parser_attributes): Likewise.
4196 (c_parser_objc_selector): Likewise.
4197 * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
4198 * c-tree.h (enum c_typespec_keyword): Add cts_int128.
4199 * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
4200 * tree.c (make_or_reuse_type): Likewise.
4201 (make_unsigned_type): Likewise.
4202 (build_common_tree_nodes_2): Likewise.
4203 * tree.h (enum integer_type_kind): Add itk_int128 and
4204 itk_unsigned_int128.
4205 (int128_integer_type_node): New define.
4206 (int128_unsigned_type_node): New define.
4207 * doc/extend.texi: Add documentation about __int128 type.
4209 2010-05-26 Richard Guenther <rguenther@suse.de>
4211 * tree-ssa-sccvn.c (copy_nary): Adjust.
4212 (copy_phis): Rename to ...
4213 (copy_phi): ... this. Adjust.
4214 (copy_references): Rename to ...
4215 (copy_reference): ... this. Adjust.
4216 (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
4217 result into the valid table.
4219 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
4221 * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
4222 insn-config.h, insn-codes.h, recog.h, and optabs.h.
4224 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4226 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
4228 2010-05-26 Richard Guenther <rguenther@suse.de>
4230 * opts.c (common_handle_option): Handle OPT_Ofast.
4232 2010-05-26 Joseph Myers <joseph@codesourcery.com>
4234 * diagnostic.c: Don't include opts.h.
4235 (permissive_error_option): Define.
4236 (diagnostic_initialize): Take n_opts parameter. Allocate memory
4237 for classify_diagnostic. Don't use memset for
4238 classify_diagnostic. Initialize new and recently added fields.
4239 (diagnostic_classify_diagnostic): Use context->n_opts instead of
4241 (diagnostic_report_diagnostic): Pass context parameter to
4242 diagnostic_report_warnings_p. Use option_enabled and option_name
4244 (emit_diagnostic): Use permissive_error_option.
4245 (permerror): Likewise.
4246 * diagnostic.h: Don't include options.h.
4247 (struct diagnostic_context): Add n_opts, opt_permissive,
4248 inhibit_warnings, warn_system_headers, option_enabled and
4249 option_name fields. Change classify_diagnostic to a pointer.
4250 * opts-diagnostic.h: New file.
4251 * opts.c: Include opts-diagnostic.h.
4252 (common_handle_option): Set global_dc fields for -Wfatal-errors,
4253 -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
4254 (option_name): New function.
4255 * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
4256 (c_common_handle_option): Set global_dc->permissive for
4258 * c-common.c (c_cpp_error): Save and restore
4259 global_dc->warn_system_headers, not variable warn_system_headers.
4260 * toplev.c: Include opts-diagnostic.h.
4261 (general_init): Update call to diagnostic_initialize. Set
4262 global_dc->show_column, global_dc->option_enabled and
4263 global_dc->option_name.
4264 (process_options): Don't set global_dc fields here.
4265 * Makefile.in (DIAGNOSTIC_H): Remove options.h.
4266 (diagnostic.o, opts.o, toplev.o): Update dependencies.
4268 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
4270 * config/picochip/picochip.md (movsi): Split a movsi from a
4273 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4275 * ggc-zone.c: Update copyright year.
4276 (poison_region): Mark memory for Valgrind as undefined before
4277 memset () call and inaccessible afterwards.
4278 (ggc_pch_total_size): Change type of i to int.
4280 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4282 * ggc-common.c (ggc_free_overhead): Allow empty slot.
4284 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4286 * ggc-common.c: Update copyright year.
4287 (ggc_rlimit_bound): Remove prototype. Compile only if
4288 !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
4289 (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
4290 && !ENABLE_GC_ALWAYS_COLLECT. Make static.
4291 (ggc_min_heapsize_heuristic): Likewise.
4293 2010-05-26 Richard Guenther <rguenther@suse.de>
4295 PR rtl-optimization/44164
4296 * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
4297 no-common access-path disambiguation.
4298 (indirect_ref_may_alias_decl_p): Adjust.
4299 (indirect_refs_may_alias_p): Likewise.
4300 (refs_may_alias_p_1): Likewise.
4302 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
4304 * c-typeck.c: Do not include expr.h.
4306 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
4308 * rtl.h (decl_default_tls_model): Move prototype from here...
4309 * output.h: ...to here.
4310 * c-decl.c: Do not include rtl.h.
4311 * c-pragma.c: Likewise.
4312 * c-parser.c: Likewise.
4313 * c-gimplify.c: Likewise. And also not hard-reg-set.
4314 * c-common.c: Do not include rtl.h. Include tm_p.h and add a
4315 FIXME note for it. Add a FIXME note for expr.h.
4316 * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
4317 ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
4320 2010-05-26 Jakub Jelinek <jakub@redhat.com>
4323 * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
4324 or total_size is larger than red zone size for non-V4 ABI, emit a
4325 stack_tie resp. frame_tie insn before stack pointer restore.
4326 * config/rs6000/rs6000.md (frame_tie): New insn.
4328 2010-05-25 Eric Botcazou <ebotcazou@adacore.com>
4330 * function.h (struct function): Add can_throw_non_call_exceptions bit.
4331 * lto-streamer-in.c (input_function): Stream it in.
4332 * lto-streamer-out.c (output_function): Stream it out.
4333 * function.c (allocate_struct_function): Set it.
4334 (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
4335 for flag_non_call_exceptions.
4336 * cfgbuild.c (control_flow_insn_p): Likewise.
4337 (make_edges): Likewise.
4338 * cfgexpand.c (expand_stack_alignment): Likewise.
4339 * combine.c (distribute_notes): Likewise.
4340 * cse.c (cse_extended_basic_block): Likewise.
4341 * except.c (insn_could_throw_p): Likewise.
4342 * gcse.c (simple_mem): Likewise.
4343 * ipa-pure-const.c (check_call): Likewise.
4344 (check_stmt ): Likewise.
4345 * lower-subreg.c (lower-subreg.c): Likewise.
4346 * optabs.c (emit_libcall_block): Likewise.
4347 (prepare_cmp_insn): Likewise.
4348 * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
4349 * postreload.c (rest_of_handle_postreload): Likewise.
4350 * reload1.c (reload_as_needed): Likewise.
4351 (emit_input_reload_insns): Likewise.
4352 (emit_output_reload_insns): Likewise.
4353 (fixup_abnormal_edges): Likewise.
4354 * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
4355 * store-motion.c (find_moveable_store): Likewise.
4356 * tree-eh.c (stmt_could_throw_p): Likewise.
4357 (tree_could_throw_p): Likewise.
4358 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
4359 * config/arm/arm.c (arm_expand_prologue): Likewise.
4360 (thumb1_expand_prologue): Likewise.
4361 * config/rx/rx.md (cbranchsf4): Likewise.
4363 * config/s390/s390.c (s390_emit_prologue): Likewise.
4364 * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
4365 (inline_forbidden_into_p): New predicate.
4366 (expand_call_inline): Use it to forbid inlining.
4367 (tree_can_inline_p): Likewise.
4369 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
4371 * config/i386/i386-c.c: Do not include rtl.h.
4372 * config/i386/t-i386: Update dependencies.
4374 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
4376 * attribs.c: Do not include rtl.h.
4377 * Makefile.in: Update dependencies.
4379 2010-05-25 Anatoly Sokolov <aesok@post.ru>
4381 * double-int.h (double_int_and): New.
4382 * combine.c (try_combine): Clean up, use double_int_* and
4383 immed_double_int_const functions.
4385 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4387 * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
4388 stderr to /dev/null instead of grep -q.
4389 * configure: Regenerate.
4391 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
4393 * Makefile.in (EXCEPT_H): Fix typo.
4395 2010-05-25 Vladimir Makarov <vmakarov@redhat.com>
4397 * ira-build.c (update_conflict_hard_reg_costs): New.
4398 (ira_build): Call update_conflict_hard_reg_costs.
4400 2010-05-25 Jakub Jelinek <jakub@redhat.com>
4403 * var-tracking.c (find_loc_in_1pdv): Guard asserts with
4405 (intersect_loc_chains): Walk the s2var's loc_chain together
4406 with s1node chain as long as the locations are equal, don't
4407 call find_loc_in_1pdv in that case.
4410 * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
4411 (copy_bind_expr): ... instead of here.
4412 (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
4413 if the block hasn't been remapped.
4414 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
4415 emitting concrete instance of abstract VLA, add DW_AT_type attribute.
4417 2010-05-25 Richard Guenther <rguenther@suse.de>
4420 * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
4421 out-of-bounds array accesses.
4423 2010-05-25 Richard Guenther <rguenther@suse.de>
4425 * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
4426 (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
4427 (run_gcc): Re-organize to make cleanup easier.
4429 2010-05-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4431 * config/s390/s390.c (optimization_options): Fix and move the
4432 flag_prefetch_loop_arrays override ...
4433 (override_options): ... here.
4435 2010-05-25 Joseph Myers <joseph@codesourcery.com>
4437 * diagnostic.c: Don't include plugin.h.
4438 (diagnostic_report_diagnostic): Don't handle plugins specially
4439 here. Pass context to internal_error callback.
4440 * diagnostic.h (struct diagnostic_context): Add context parameter
4441 to internal_error callback.
4442 * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
4443 * plugin.h (struct diagnostic_context): Declare.
4444 (warn_if_plugins, plugins_internal_error_function): Declare.
4445 * toplev.c (general_init): Set global_dc->internal_error.
4446 * Makefile.in (diagnostic.o): Update dependencies.
4448 2010-05-25 Iain Sandoe <iains@gcc.gnu.org>
4450 * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
4451 * config/rs6000/t-darwin64: New.
4452 * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
4455 2010-05-25 Christian Borntraeger <borntraeger@de.ibm.com>
4458 * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
4459 match the original (and intended) behaviour before r159557. This
4460 changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
4463 2010-05-25 Richard Guenther <rguenther@suse.de>
4465 * doc/invoke.texi: Document -Ofast.
4466 * target.h (struct gcc_target): Add handle_ofast.
4467 * target-def.h (TARGET_HANDLE_OFAST): Add.
4468 (TARGET_INITIALIZER): Adjust.
4469 * opts.c (decode_options): Handle -Ofast. Enable -ffast-math with it.
4470 * common.opt (Ofast): Add.
4472 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
4474 * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
4475 * doc/md.texi (cstoreXX4): Update for cond-optab changes.
4477 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
4480 * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
4481 even if !FLOAT_LIB_COMPARE_RETURNS_BOOL. Always compute true_rtx and
4482 false_rtx. Use false_rtx to compute the correct *ptest for reversed
4483 comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
4485 2010-05-25 Jakub Jelinek <jakub@redhat.com>
4487 * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
4488 DW_OP_minus with negated offset instead of DW_OP_plus.
4489 (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
4491 2010-05-25 Wei Guozhi <carrot@google.com>
4493 * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
4494 tst instruction and a new alternative.
4495 * config/arm/constraints.md (Pu): New constraint.
4497 2010-05-24 Sebastian Pop <sebastian.pop@amd.com>
4499 * function.c (assign_stack_local_1): Initialize variable
4500 to avoid warning when bootstrapping at -O3.
4502 2010-05-24 Steven Bosscher <steven@gcc.gnu.org>
4504 * configure.ac (all_lang_makefiles): Remove everything related to it.
4505 * configure: Regenerate.
4506 * Makefile.in: Fix reference to ada Make-lang.in.
4507 Remove support for LANG_MAKEFILES.
4509 2010-05-24 Daniel Jacobowitz <dan@codesourcery.com>
4510 Sandra Loosemore <sandra@codesourcery.com>
4512 * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
4513 * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
4514 description. Add arm_neon_fp16_ok.
4515 (Add Options): Add arm_neon and arm_neon_fp16.
4517 2010-05-24 Joseph Myers <joseph@codesourcery.com>
4519 * diagnostic.c: Don't include flags.h.
4520 (pedantic_warning_kind, permissive_error_kind): Take diagnostic
4521 context parameters. Check flags in the context passed as a parameter.
4522 (diagnostic_build_prefix): Add context parameter. Check
4523 show_column flag in context.
4524 (diagnostic_action_after_output): Check fatal_errors flag in context.
4525 (diagnostic_report_current_module): Check show_column flag in context.
4526 (default_diagnostic_starter): Update call to
4527 diagnostic_build_prefix.
4528 (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
4529 (emit_diagnostic): Pass context to permissive_error_kind.
4530 (permerror): Pass context to permissive_error_kind.
4531 * diagnostic.h (struct diagnostic_context): Add show_column,
4532 pedantic_errors, permissive and fatal_errors fields.
4533 (diagnostic_build_prefix): Update prototype.
4535 * toplev.c (process_options): Set flags in global_dc from
4536 flag_show_column, flag_pedantic_errors, flag_permissive,
4538 * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
4539 to diagnostic_build_prefix.
4540 * Makefile.in (diagnostic.o): Update dependencies.
4542 2010-05-24 H.J. Lu <hongjiu.lu@intel.com>
4544 * config/i386/ia32intrin.h (__crc32q): Define only if
4545 __SSE4_2__ is defined.
4547 2010-05-24 Iain Sandoe <iains@gcc.gnu.org>
4551 * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
4552 DECL_VISIBILITY_SPECIFIED.
4553 (emutls_decl): Set DECL_PRESERVE_P and copy
4554 DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
4555 (emutls_finalize_control_var): New callback.
4556 (emutls_finish): Finalize emutls control variables.
4557 * toplev.c (compile_file): Move the call to emutls_finish ()
4558 before varpool_assemble_pending_decls ().
4560 2010-05-24 Daniel Gutson <dgutson@codesourcery.com>
4562 * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
4563 added to the preprocessor condition.
4565 2010-05-24 Paul Brook <paul@codesourcery.com>
4567 * gengtype-lex.l: Add HARD_REG_SET.
4568 * expr.c (expand_expr_real_1): Record writes to hard registers.
4569 * function.c (rtl_data): Add asm_clobbers.
4570 * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
4571 (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
4572 Use crtl->asm_clobbers.
4574 2010-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4576 * doc/makefile.texi (Makefile): Mention stages 'profile'
4577 and 'feedback' for profiledbootstrap.
4579 2010-05-23 H.J. Lu <hongjiu.lu@intel.com>
4582 * config/i386/i386.c (def_builtin): Properly check
4583 OPTION_MASK_ISA_64BIT.
4585 2010-05-23 Joseph Myers <joseph@codesourcery.com>
4587 * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
4588 typedefs with different but compatible types. Allow duplicate
4589 typedefs with the same type except for pedantic non-C1X, but give
4590 warning for variably modified types.
4591 * c-typeck.c (tagged_types_tu_compatible_p,
4592 function_types_compatible_p, type_lists_compatible_p,
4593 comptypes_internal): Add parameter different_types_p; set
4594 *different_types_p for different but compatible types. All
4596 (comptypes_check_different_types): New.
4597 * c-tree.h (comptypes_check_different_types): Declare.
4599 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
4601 * regs.h: Do not include obstack.h, basic-block.h. Include machmode.h.
4602 * jump.c: Include basic-block.h.
4603 * profile.c: Likewise.
4604 * tree-profile.c: Likewise.
4605 * coverage.c: Likewise.
4606 * basic-block.h (optimize_function_for_size_p): Move to function.h.
4607 (optimize_function_for_speed_p): Likewise.
4608 * function.h (optimize_function_for_size_p,
4609 optimize_function_for_speed_p): Moved here from basic-block.h.
4610 * Makefile.in: Update dependencies.
4612 2010-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4614 * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
4615 before calling make; allow override through $MAKE.
4616 * doc/invoke.texi (Optimize Options): Document override.
4618 2010-05-23 Anatoly Sokolov <aesok@post.ru>
4620 * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
4621 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
4622 (rs6000_mode_dependent_address_ptr): Make static.
4623 * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
4624 * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
4627 2010-05-23 Maarten Lankhorst <mlankhorst@codeweavers.com>
4630 * config/i386/i386.c: Make sure that the correct regparm is passed.
4632 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
4634 * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
4635 * sbitmap.c: ...to here to internalize sbitmap element access.
4636 Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
4637 Explain why basic-block.h is included.
4638 * function.h: Include tm.h for CUMULATIVE_ARGS.
4639 * Makefile.in: Update dependencies.
4641 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
4643 * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
4645 * sbitmap.h (struct sbitmap_def): Do not typedef here.
4646 * sbitmap.c: Include sbitmap.h.
4647 * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
4648 hard-reg-set.h. Split everything related to regsets out from here...
4649 * regset.h: ...to here. New file.
4650 * df.h: Include regset.h and sbitmap.h.
4651 * tree-flow.h: Likewise.
4652 * cfgloop.h: Likewise.
4653 * except.h: Do not include sbitmap.h. Include hashtab.h.
4654 * cgraph.h: Include vec.h and function.h.
4655 * reload.h (struct insn_chain): Change types of live_throughout
4656 and dead_or_set from regset_head to bitmap_head.
4657 (compute_use_by_pseudos): Be defined also if regset.h is not included.
4658 * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
4659 spilled_regs from regset_head to bitmap_head to avoid dependency
4661 * sel-sched-ir.h: Include regset.h.
4662 * reload.c: Include df.h before reload.h.
4663 * caller-save.c: Likewise.
4664 * reload1.c: Likewise.
4666 (mark_elimination): Update type of r to bitmap, consistent with
4668 * dominance.c: Include bitmap.h.
4669 * modulo-sched.c: Include df.h.
4670 * cfganal.c: Include bitmap.h and sbitmap.h.
4671 * cfgbuild.c: Include sbitmap.h.
4672 * lcm.c: Include sbitmap.h.
4673 * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
4674 * domwalk.c: Include sbitmap.h, exclude ggc.h.
4675 * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
4676 * cselib.c: Include bitmap.h.
4677 * tree-optimize.c: Include regset.h.
4678 * stmt.c: Include bitmap.h.
4679 * Makefile.in: Update dependencies.
4681 2010-05-22 Jan Hubicka <jh@suse.cz>
4683 * cgraph.h (struct varpool_node): Add same_comdat_group.
4684 * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
4686 (output_varpool): Update call of lto_output_varpool_node.
4687 (input_varpool): Read same_comdat_group pointer.
4688 (input_varpool_1): Fixup same_comdat_group pointer.
4689 * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
4690 group is needed, all are.
4691 * varpool.c (varpool_remove_node): Remove node from same comdat group
4693 (varpool_analyze_pending_decls): Walk same comdat groups.
4695 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
4697 * rtl.h (union rtunion_def): Remove rt_bit member.
4698 (XBITMAP, X0BITMAP, XCBITMAP): Remove.
4699 * print-rtl (print_rtx): Do not print the member.
4700 * gengtype.c (adjust_field_rtx_def): Do not handle it.
4701 * gengenrtl.c (type_from_format): Likewise.
4702 (accessor_from_format): Likewise.
4704 2010-05-22 Joseph Myers <joseph@codesourcery.com>
4706 * dbgcnt.c: Include toplev.h instead of errors.h.
4707 * ira-emit.c: Don't include errors.h.
4708 * ira.c: Include toplev.h instead of errors.h.
4709 * lto-compress.c: Include toplev.h instead of errors.h.
4710 * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
4711 ira.o, dbgcnt.o): Update dependencies.
4713 2010-05-22 Richard Guenther <rguenther@suse.de>
4715 * gimple.c (gimple_types_compatible_p): Check type qualifications
4716 before merging pointer to complete and pointer to incomplete type.
4717 * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
4718 we use our own resolution algorithm. The gold linker plugin
4719 doesn't do the job we want it to do here.
4721 2010-05-22 Anatoly Sokolov <aesok@post.ru>
4723 * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
4724 * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
4725 (sparc_mode_dependent_address_p): New function.
4727 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
4729 * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
4731 * timevar.c: Do not include any core headers.
4732 (timevar_print): De-i18n-ize.
4733 (print_time): Likewise.
4734 * timevar.h (timevar_push, timevar_pop): Make inline functions.
4736 2010-05-21 Joseph Myers <joseph@codesourcery.com>
4738 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
4740 (diagnostic_initialize): Initialize x_data not last_function.
4741 (diagnostic_report_current_function): Move to tree-diagnostic.c.
4742 (default_diagnostic_starter): Call
4743 diagnostic_report_current_module not
4744 diagnostic_report_current_function.
4745 (diagnostic_report_diagnostic): Initialize x_data not
4747 (verbatim): Likewise.
4748 * diagnostic.h (struct diagnostic_info): Change abstract_origin to
4750 (struct diagnostic_context): Change last_function to x_data.
4751 (diagnostic_auxiliary_data): Replace with
4752 diagnostic_context_auxiliary_data and
4753 diagnostic_info_auxiliary_data.
4754 (diagnostic_last_function_changed, diagnostic_set_last_function,
4755 diagnostic_report_current_function): Move to tree-diagnostic.h.
4756 (print_declaration, dump_generic_node, print_generic_stmt,
4757 print_generic_stmt_indented, print_generic_expr,
4758 print_generic_decl, debug_c_tree, dump_omp_clauses,
4759 print_call_name, debug_generic_expr, debug_generic_stmt,
4760 debug_tree_chain, default_tree_printer): Move to
4761 tree-pretty-print.h.
4762 (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
4763 print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
4764 gimple-pretty-print.h.
4765 * pretty-print.c: Don't include tree.h
4766 (pp_base_format): Don't handle %K here.
4767 (pp_base_tree_identifier): Move to tree-pretty-print.c.
4768 * pretty-print.h (text_info): Change abstract_origin to x_data.
4769 (pp_tree_identifier, pp_unsupported_tree,
4770 pp_base_tree_identifier): Move to tree-pretty-print.h.
4771 * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
4772 tree-pretty-print.h: New files.
4773 * tree-pretty-print.c: Include tree-pretty-print.h.
4774 (percent_K_format): New. Moved from pretty-print.c.
4775 (pp_base_tree_identifier): Move from pretty-print.c.
4776 * c-objc-common.c: Include tree-pretty-print.h.
4777 (c_tree_printer): Handle %K here.
4778 * langhooks.c: Include tree-diagnostic.h.
4779 (lhd_print_error_function): Use diagnostic_abstract_origin macro.
4780 * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
4781 (default_tree_printer): Handle %K using percent_K_format.
4782 (general_init): Use default_tree_diagnostic_starter.
4783 * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
4784 (free_lang_data): Use default_tree_diagnostic_starter.
4785 * c-pretty-print.c: Include tree-pretty-print.h.
4786 * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
4787 * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
4788 * dwarf2out.c: Include tree-pretty-print.h.
4789 * except.c: Include tree-pretty-print.h.
4790 * gimple-pretty-print.c: Include tree-pretty-print.h and
4791 gimple-pretty-print.h.
4792 * gimplify.c: Include tree-pretty-print.h.
4793 * graphite-poly.c: Include tree-pretty-print.h and
4794 gimple-pretty-print.h.
4795 * ipa-cp.c: Include tree-pretty-print.h.
4796 * ipa-inline.c: Include gimple-pretty-print.h.
4797 * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
4798 * ipa-pure-const.c: Include gimple-pretty-print.h.
4799 * ipa-struct-reorg.c: Include tree-pretty-print.h and
4800 gimple-pretty-print.h.
4801 * ipa-type-escape.c: Include tree-pretty-print.h.
4802 * print-rtl.c: Include tree-pretty-print.h.
4803 * print-tree.c: Include gimple-pretty-print.h.
4804 * sese.c: Include tree-pretty-print.h.
4805 * tree-affine.c: Include tree-pretty-print.h.
4806 * tree-browser.c: Include tree-pretty-print.h.
4807 * tree-call-cdce.c: Include gimple-pretty-print.h.
4808 * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
4809 * tree-chrec.c: Include tree-pretty-print.h.
4810 * tree-data-ref.c: Include tree-pretty-print.h and
4811 gimple-pretty-print.h.
4812 * tree-dfa.c: Include tree-pretty-print.h.
4813 * tree-if-conv.c: Include tree-pretty-print.h and
4814 gimple-pretty-print.h.
4815 * tree-inline.c: Include tree-pretty-print.h.
4816 * tree-into-ssa.c: Include tree-pretty-print.h and
4817 gimple-pretty-print.h.
4818 * tree-nrv.c: Include tree-pretty-print.h.
4819 * tree-object-size.c: Include tree-pretty-print.h and
4820 gimple-pretty-print.h.
4821 * tree-outof-ssa.c: Include tree-pretty-print.h and
4822 gimple-pretty-print.h.
4823 * tree-parloops.c: Include tree-pretty-print.h and
4824 gimple-pretty-print.h.
4825 * tree-predcom.c: Include tree-pretty-print.h and
4826 gimple-pretty-print.h.
4827 * tree-scalar-evolution.c: Include tree-pretty-print.h and
4828 gimple-pretty-print.h.
4829 * tree-sra.c: Include tree-pretty-print.h.
4830 * tree-ssa-address.c: Include tree-pretty-print.h.
4831 * tree-ssa-alias.c: Include tree-pretty-print.h.
4832 * tree-ssa-ccp.c: Include tree-pretty-print.h and
4833 gimple-pretty-print.h.
4834 * tree-ssa-coalesce.c: Include tree-pretty-print.h.
4835 * tree-ssa-copy.c: Include tree-pretty-print.h and
4836 gimple-pretty-print.h.
4837 * tree-ssa-copyrename.c: Include tree-pretty-print.h.
4838 * tree-ssa-dce.c: Include tree-pretty-print.h and
4839 gimple-pretty-print.h.
4840 * tree-ssa-dom.c: Include tree-pretty-print.h and
4841 gimple-pretty-print.h.
4842 * tree-ssa-dse.c: Include gimple-pretty-print.h.
4843 * tree-ssa-forwprop.c: Include tree-pretty-print.h.
4844 * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
4845 * tree-ssa-live.c: Include tree-pretty-print.h and
4846 gimple-pretty-print.h.
4847 * tree-ssa-loop-im.c: Include tree-pretty-print.h and
4848 gimple-pretty-print.h.
4849 * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
4850 gimple-pretty-print.h.
4851 * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
4852 gimple-pretty-print.h.
4853 * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
4854 gimple-pretty-print.h.
4855 * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
4856 * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
4857 * tree-ssa-operands.c: Include tree-pretty-print.h and
4858 gimple-pretty-print.h.
4859 * tree-ssa-phiprop.c: Include tree-pretty-print.h and
4860 gimple-pretty-print.h.
4861 * tree-ssa-pre.c: Include tree-pretty-print.h and
4862 gimple-pretty-print.h.
4863 * tree-ssa-propagate.c: Include gimple-pretty-print.h.
4864 * tree-ssa-reassoc.c: Include tree-pretty-print.h and
4865 gimple-pretty-print.h.
4866 * tree-ssa-sccvn.c: Include tree-pretty-print.h and
4867 gimple-pretty-print.h.
4868 * tree-ssa-sink.c: Include gimple-pretty-print.h.
4869 * tree-ssa-ter.c: Include tree-pretty-print.h and
4870 gimple-pretty-print.h.
4871 * tree-ssa-uninit.c: Include gimple-pretty-print.h.
4872 * tree-ssa.c: Include tree-pretty-print.h and
4873 gimple-pretty-print.h.
4874 * tree-stdarg.c: Include gimple-pretty-print.h.
4875 * tree-switch-conversion.c: Include gimple-pretty-print.h.
4876 * tree-tailcall.c: Include tree-pretty-print.h and
4877 gimple-pretty-print.h.
4878 * tree-vect-data-refs.c: Include tree-pretty-print.h and
4879 gimple-pretty-print.h.
4880 * tree-vect-loop-manip.c: Include tree-pretty-print.h and
4881 gimple-pretty-print.h.
4882 * tree-vect-loop.c: Include tree-pretty-print.h and
4883 gimple-pretty-print.h.
4884 * tree-vect-patterns.c: Include gimple-pretty-print.h.
4885 * tree-vect-slp.c: Include tree-pretty-print.h and
4886 gimple-pretty-print.h.
4887 * tree-vect-stmts.c: Include tree-pretty-print.h and
4888 gimple-pretty-print.h.
4889 * tree-vectorizer.c: Include tree-pretty-print.h.
4890 * tree-vrp.c: Include tree-pretty-print.h and
4891 gimple-pretty-print.h.
4892 * value-prof.c: Include tree-pretty-print.h and
4893 gimple-pretty-print.h.
4894 * var-tracking.c: Include tree-pretty-print.h.
4895 * Makefile.in (OBJS-common): Add tree-diagnostic.o.
4896 (tree-diagnostic.o): New dependencies.
4897 (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
4898 tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
4899 tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
4900 tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
4901 tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
4902 tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
4903 tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
4904 tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
4905 tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
4906 tree-ssa-address.o, tree-ssa-loop-niter.o,
4907 tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
4908 tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
4909 tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
4910 gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
4911 tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
4912 tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
4913 tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
4914 tree-parloops.o, tree-stdarg.o, tree-object-size.o,
4915 gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
4916 toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
4917 ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
4918 ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
4919 tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
4920 tree-switch-conversion.o, var-tracking.o, value-prof.o,
4921 cfgexpand.o, pretty-print.o): Update dependencies.
4923 2010-05-22 Andreas Tobler <andreast@fgznet.ch>
4925 * tree-ssa-structalias.c: Remove tm_p.h from include.
4927 2010-05-21 Jeff Law <law@redhat.com>
4929 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
4931 2010-05-21 Jason Merrill <jason@redhat.com>
4933 * tree-eh.c (cleanup_is_dead_in): New.
4934 (lower_try_finally): Don't generate a dead cleanup region.
4935 (lower_cleanup): Likewise.
4937 2010-05-21 Jakub Jelinek <jakub@redhat.com>
4940 * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
4941 unchain each use from the cyclic next_regno_use chain first.
4943 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
4945 * real: Do not include gmp.h, mpfr.h, and mpc.h.
4946 (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
4947 (real_value_negate, real_value_abs): New prototypes.
4948 (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
4949 * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
4950 new include file for interface between MPFR and REAL_VALUE_TYPE.
4951 * real.c: Include realmpfr.h.
4952 (real_arithmetic2): Remove legacy function.
4953 (real_value_negate): New.
4954 (real_value_abs): New.
4955 (mfpr_from_real, real_from_mpfr): Move from here...
4956 * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
4957 * builtins.c: Include realmpfr.h.
4958 * fold-const.c: Include realmpfr.h.
4959 (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
4960 (fold_negate_const): Likewise.
4961 (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
4962 * toplev.c: Include realmpfr.h.
4963 * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
4964 and real_value_negate.
4965 * fixed-value.c (check_real_for_fixed_mode): Likewise.
4966 * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
4967 (vfp3_const_double_index): Likewise.
4968 (arm_print_operand): Likewise.
4969 * Makefile.in: Update dependencies.
4971 2010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4973 * config/s390/s390.c (override_options): Increase the default
4974 of max-completely-peel-times.
4976 2010-05-21 Julian Brown <julian@codesourcery.com>
4977 Mark Mitchell <mark@codesourcery.com>
4979 * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
4980 sibling calls for Thumb-1.
4981 * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
4982 * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
4984 (*call_insn, *call_value_insn): Don't use for Thumb-2.
4985 (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
4987 (return): New expander.
4988 (*arm_return): New name for ARM return insn.
4989 * config/arm/thumb2.md (*thumb2_return): New insn pattern.
4991 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
4993 * config.gcc (sparc64-*-rtems*): New target.
4995 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
4997 * tree.c (build_function_decl_skip_args): Fix grammar.
4998 (build_function_type_list_1): Fix typos, adjust formatting.
5000 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
5002 * tree.h: Include real.h and fixed-value.h as basic datatypes.
5003 * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
5004 tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
5005 tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
5006 tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
5007 genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
5008 tree-pretty-print.c, tree-loop-distribution.c,
5009 tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
5010 tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
5011 tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
5012 tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
5013 tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
5014 tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
5015 tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
5016 tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
5017 tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
5018 tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
5019 genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
5020 tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
5021 gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
5022 tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
5023 tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
5024 store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
5025 tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
5026 tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
5027 tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
5028 tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
5029 fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
5030 tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
5031 config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
5032 config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
5033 config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
5034 config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
5035 config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
5036 config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
5037 config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
5038 config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
5039 config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
5040 config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
5041 config/score/score7.c, config/score/score.c, config/arm/arm.c,
5042 config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
5043 config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
5044 config/bfin/bfin.c: Clean up redundant includes.
5045 * Makefile.in: Update accordingly.
5047 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
5050 * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
5051 statement has no arguments.
5053 2010-05-21 Kai Tietz <kai.tietz@onevision.com>
5056 * varasm.c (emutls_decl): Merge attributes to new decl.
5058 2010-05-21 Eric Botcazou <ebotcazou@adacore.com>
5061 * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
5062 around the uniquized constructor if its type requires a conversion.
5064 2010-05-21 Jakub Jelinek <jakub@redhat.com>
5067 * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
5068 at -O0 goto_locus of any of the incoming edges differs from
5069 goto_locus of outgoing edge, or gimple_location of any of the
5072 2009-09-14 Vladimir Makarov <vmakarov@redhat.com>
5074 * ira.c (ira_non_ordered_class_hard_regs): Define.
5075 (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
5076 * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
5077 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
5078 cost of unaligned hard regs when allocating multi-reg pseudos.
5080 2010-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5082 * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
5083 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
5084 for TARGET_NO_FLOAT.
5085 * config/mips/mips.c (mips_file_start): Expand conditional expression
5086 into "if" statements. Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
5087 (mips_override_options): Move -mno-float override -msoft-float and
5089 * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
5090 Condition(TARGET_SUPPORTS_NO_FLOAT).
5091 * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
5092 __mips_no_float here.
5093 (SUBTARGET_OVERRIDE_OPTIONS): Delete.
5094 (TARGET_SUPPORTS_NO_FLOAT): Define.
5095 * config/mips/sdemtk.opt: Delete.
5097 2010-05-20 Segher Boessenkool <segher@kernel.crashing.org>
5099 * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
5101 2010-05-20 Uros Bizjak <ubizjak@gmail.com>
5104 * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
5105 * configure: Regenerate.
5106 * config.in: Regenerate.
5107 * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
5108 instead of sahf only for 64bit targets.
5110 2010-05-20 Jakub Jelinek <jakub@redhat.com>
5113 * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
5114 setup_ref_regs for DEBUG_INSNs.
5116 2010-05-20 Jan Hubicka <jh@suse.cz>
5119 * varpool.c (varpool_remove_node): Handle in-varpool aliases.
5121 2010-05-20 Kenneth Zadeck <zadeck@naturalbridge.com>
5124 * df-scan.c (df_ref_compare): Stabilize sort.
5126 2010-05-20 Jakub Jelinek <jakub@redhat.com>
5128 * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
5129 argument. Don't use DW_OP_piece if offset is non-zero,
5130 put offset into second DW_OP_bit_piece argument.
5131 (dw_sra_loc_expr): Adjust callers. For memory expressions
5134 2010-05-20 Hans-Peter Nilsson <hp@axis.com>
5137 * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
5138 settings for 16-bit-constant "addo" alternative.
5140 2010-05-19 James E. Wilson <wilson@codesourcery.com>
5142 * config/mips/mips-dsp.md (add<DSPV:mode>3,
5143 mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
5146 * mips.c (mips_call_expr_from_insn): New arg second_call. Set it.
5147 (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
5150 2010-05-19 Joseph Myers <joseph@codesourcery.com>
5152 * diagnostic.c (FLOAT, FFS): Don't undefine.
5153 * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
5154 * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
5157 2010-05-19 Richard Sandiford <rdsandiford@googlemail.com>
5159 * combine.c (propagate_for_debug): Call make_compound_operation
5160 on the source value.
5161 (try_combine): When implementing a split chosen by find_split_point,
5162 either copy i2src or set it to null. Assert that i2src is not null
5163 before substituting into CALL_INSN_FUNCTION_USAGE.
5165 2010-05-19 Anatoly Sokolov <aesok@post.ru>
5167 * double-int.h (double_int_ior): New function.
5168 * tree.h (build_int_cst_wide_type): Remove.
5169 * tree.c (build_int_cst_wide_type): Remove.
5170 * fold-const.c (native_interpret_int): Use double_int_to_tree instead
5171 of build_int_cst_wide_type.
5172 * stor-layout.c (set_sizetype): (Ditto.).
5173 * dojump.c (do_jump): Use build_int_cstu instead of
5174 build_int_cst_wide_type.
5176 2010-05-19 Eric Botcazou <ebotcazou@adacore.com>
5178 * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
5179 * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
5180 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
5181 * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
5182 TARGET_EXPR nodes, but only once, if instructed to do so. Do not
5183 propagate the 'data' argument to copy_tree_r.
5184 (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
5185 Propagate 'data' argument to walk_tree.
5186 (copy_if_shared): New function.
5187 (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
5188 (unmark_visited): New function.
5189 (unshare_body): Call copy_if_shared instead of doing it manually.
5190 (unvisit_body): Call unmark_visited instead of doing it manually.
5192 2010-05-19 Nathan Froyd <froydnj@codesourcery.com>
5194 * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
5195 (hook_tree_tree_int_treep_bool_null): ...this. Update signature.
5196 * hooks.c: Likewise.
5197 * target-def.h (TARGET_FOLD_BUILTIN): Define to
5198 hook_tree_tree_int_treep_bool_null.
5199 * target.h (struct gcc_target): Update signature of fold_builtin
5201 * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
5202 * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
5203 instead of the call expression.
5204 (fold_builtin_call_array): Pass n and argarray directly.
5205 (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
5207 * config/alpha/alpha.c (alpha_fold_builtin): Update signature. Lift
5208 MAX_ARGS check out of the loop. Delete declaration of `arity', declare
5209 `i' and use it in place of `arity'.
5210 * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
5211 Dereference `args' directly.
5212 * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
5214 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5216 * doc/sourcebuild.texi (Effective-Target Keywords): Document
5218 (Directives): Document optional dg-require-effective-target
5221 2010-05-19 Richard Guenther <rguenther@suse.de>
5224 * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
5226 2010-05-19 Richard Guenther <rguenther@suse.de>
5228 * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
5229 * common.opt (fwhopr=): New.
5230 * opts.c (common_handle_option): Handle OPT_fwhopr.
5231 * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
5232 * collect2.c (main): Match -fwhopr*.
5233 * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
5234 Execute ltrans stage in parallel when jobs is bigger than 1.
5236 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5238 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
5239 pentiumpro on Solaris 8/x86 with Sun as.
5240 * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
5242 (gcc_cv_as_ix86_quad): Check for .quad directive.
5243 * configure: Regenerate.
5244 * config.in: Regenerate.
5245 * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
5247 2010-05-19 Martin Jambor <mjambor@suse.cz>
5249 * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
5250 also for indirect edges. Actual printing moved...
5251 (ipa_print_node_jump_functions_for_edge): ...here.
5252 (ipa_compute_jump_functions): Renamed to
5253 ipa_compute_jump_functions_for_edge and made static.
5254 (ipa_compute_jump_functions): New function.
5255 (make_edge_direct_to_target): Check if the number of arguments on
5256 the newly direct edge is the same as the number of parametrs of
5258 * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
5259 ipa_compute_jump_functions. Call ipa_analyze_params_uses.
5260 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
5261 analysis functions unconditionally, call the new
5262 ipa_analyze_params_uses on the node instead of every edge.
5264 2010-05-19 Christian Borntraeger <borntraeger@de.ibm.com>
5266 * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
5268 (dump_mem_ref): Adopt debug code to handle a tree as step. This
5269 also checks for a constant int vs. non-constant but
5270 loop-invariant steps.
5271 (find_or_create_group): Change the sort algorithm to only consider
5272 steps that are constant ints.
5273 (idx_analyze_ref): Adopt code to handle a tree instead of a
5274 HOST_WIDE_INT for step.
5275 (gather_memory_references_ref): Handle tree instead of int and be
5276 prepared to see a NULL_TREE.
5277 (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
5278 prefetches if the step cannot be calculated at compile time.
5279 (issue_prefetch_ref): Issue prefetches for non-constant but
5280 loop-invariant steps.
5282 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
5285 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
5287 * tree.h (build_call_list): Remove.
5288 * tree.c (build_call_list): Remove.
5290 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
5292 * tree.h (build_call_list): Remove.
5293 * tree.c (build_call_list): Remove.
5295 2010-05-18 Jan Hubicka <jh@suse.cz>
5297 * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
5299 2010-05-18 Vladimir Makarov <vmakarov@redhat.com>
5301 PR rtl-optimization/43332
5302 * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
5304 2010-05-18 Anatoly Sokolov <aesok@post.ru>
5306 * tree.h (build_int_cstu): Implement as static inline.
5307 * tree.c (build_int_cstu): Remove function.
5308 (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
5311 2010-05-18 Richard Guenther <rguenther@suse.de>
5314 * lto-wrapper.c (verbose): New variable. Initialize from -v.
5315 (debug): Initialize from -save-temps.
5316 (collect_execute): Print command-line when verbose.
5317 (run_gcc): Always use COLLECT_GCC_OPTIONS. Use fork_execute
5318 for ltrans invocation. Produce -dumpbase flag again.
5319 (process_args): Remove.
5321 * collect2.c (maybe_run_lto_and_relink): Only pass object
5322 files to lto-wrapper.
5323 * gcc.c (LINK_COMMAND_SPEC): Likewise.
5325 2010-05-18 Jan Hubicka <jh@suse.cz>
5327 * opts.c (decode_options): Do not disable whopr at ipa_cp.
5328 * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
5330 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
5333 * lto-streamer-out.c (output_gimple_stmt): Output number of labels
5335 * lto-streamer-in.c (input_gimple_stmt): Read number of labels
5338 2010-05-18 Jakub Jelinek <jakub@redhat.com>
5341 * var-tracking.c (find_loc_in_1pdv): Add a few checks from
5344 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
5346 * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
5347 lto-macho as lto_binary_reader.
5349 * darwin.c (darwin_asm_named_section): Do not add assembler comment
5350 after .section directive; just print it before the directive instead.
5352 2010-05-17 Jan Hubicka <jh@suse.cz>
5354 * cgraph.c (cgraph_create_virtual_clone): Only check
5355 versionable_function_p when not in wpa and checking is enabled.
5356 * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
5357 there are no more functions to materialize.
5359 2010-05-17 Jan Hubicka <jh@suse.cz>
5361 * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
5362 * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
5364 (output_cgraph): Call output_cgraph_opt_summary.
5365 (input_cgrpah): Call input_cgraph_opt_summary.
5366 (output_cgraph_opt_summary_p, output_node_opt_summary,
5367 input_node_opt_summary, input_cgraph_opt_section): New functions.
5368 * lto-section-in.c (lto_section_name): Add cgraphopt.
5369 * tree-inline.c (tree_function_versioning): Handle parm_num.
5370 * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
5371 * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
5373 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
5375 * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
5376 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
5377 the insn to prefetch ratio heuristic to loops with known trip count.
5379 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
5381 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
5382 (schedule_prefetches): Do not generate a prefetch if the unroll factor
5383 is far from what is required by the prefetch.
5385 2010-05-17 Jan Hubicka <jh@suse.cz>
5387 * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
5388 (ipcp_estimate_growth): Likewise.
5389 (ipcp_const_param_count): Likewise.
5390 (ipcp_insert_stage): Likewise.
5391 * ipa-prop.c (visit_load_for_mod_analysis): New function.
5392 (visit_store_addr_for_mod_analysis): Set used flag.
5393 (ipa_detect_param_modifications): Set used flag for SSE params;
5394 update use of walk_stmt_load_store_addr_ops.
5395 (ipa_print_node_params): Print used flag.
5396 (ipa_write_node_info): Stream used flag.
5397 (ipa_read_node_info): Likewise.
5398 * ipa-prop.h (struct ipa_param_descriptor): Add used field.
5399 (ipa_is_param_used): New function.
5400 (lto_ipa_fixup_call_notes): Remove unused declaration.
5402 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5405 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
5406 * configure: Regenerate.
5407 * config.in: Regenerate.
5408 * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
5409 !HAVE_AS_IX86_REP_LOCK_PREFIX.
5410 Don't emit whitespace.
5411 * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
5412 (*rep_movsi): Likewise.
5413 (*rep_movsi_rex64): Likewise.
5414 (*rep_movqi): Likewise.
5415 (*rep_movqi_rex64): Likewise.
5416 (*rep_stosdi_rex64): Likewise.
5417 (*rep_stossi): Likewise.
5418 (*rep_stossi_rex64): Likewise.
5419 (*rep_stosqi): Likewise.
5420 (*rep_stosqi_rex64): Likewise.
5421 (*cmpstrnqi_nz_1): Use {%;} after repz.
5422 (*cmpstrnqi_nz_rex_1): Likewise.
5423 (*cmpstrnqi_1): Likewise.
5424 (*cmpstrnqi_rex_1): Likewise.
5425 (*strlenqi_1): Use {%;} after repnz.
5426 (*strlenqi_rex_1): Likewise.
5427 * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
5428 (*sync_compare_and_swap<mode>): Likewise.
5429 (sync_double_compare_and_swap<mode>): Likewise.
5430 (*sync_double_compare_and_swapdi_pic): Likewise.
5431 (sync_old_add<mode>): Likewise.
5432 (sync_add<mode>): Likewise.
5433 (sync_sub<mode>): Likewise.
5434 (sync_<code><mode>): Likewise.
5436 2010-05-17 Martin Jambor <mjambor@suse.cz>
5438 * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
5439 otr_token and polymorphic.
5440 * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
5441 (cgraph_clone_edge): Copy the above fields.
5442 * tree.c (get_binfo_at_offset): New function.
5443 * tree.h (get_binfo_at_offset): Declare.
5444 * ipa-prop.h (enum jump_func_type): Added known_type jump function
5445 type, reordered items, updated comments.
5446 (union jump_func_value): Added base_type field, reordered fields.
5447 (enum ipa_lattice_type): Moved down in the file.
5448 (struct ipa_param_descriptor): New field polymorphic.
5449 (ipa_is_param_polymorphic): New function.
5450 * ipa-prop.c: Include gimple.h and gimple-fold.h.
5451 (ipa_print_node_jump_functions): Print known type jump functions.
5452 (compute_complex_pass_through): Renamed to...
5453 (compute_complex_assign_jump_func): this.
5454 (compute_complex_ancestor_jump_func): New function.
5455 (compute_known_type_jump_func): Likewise.
5456 (compute_scalar_jump_functions): Create known type and complex ancestor
5458 (ipa_note_param_call): New parameter polymorphic, set the corresponding
5459 flag in the call note accordingly.
5460 (ipa_analyze_call_uses): Renamed to...
5461 (ipa_analyze_indirect_call_uses): this. New parameter target, define
5462 variable var only in the block where it is used.
5463 (ipa_analyze_virtual_call_uses): New function.
5464 (ipa_analyze_call_uses): Likewise.
5465 (combine_known_type_and_ancestor_jfs): Likewise.
5466 (update_jump_functions_after_inlining): Implemented handling of a
5467 number of new jump function types combination.
5468 (print_edge_addition_message): Removed.
5469 (make_edge_direct_to_target): New function.
5470 (try_make_edge_direct_simple_call): Likewise.
5471 (try_make_edge_direct_virtual_call): Likewise.
5472 (update_call_notes_after_inlining): Renamed to...
5473 (update_indirect_edges_after_inlining): this. Moved edge creation for
5474 indirect calls to try_make_edge_direct_simple_call, also calls
5475 try_make_edge_direct_virtual_call for virtual calls.
5476 (ipa_print_node_params): Changed the header message.
5477 (ipa_write_jump_function): Stream also known type jump functions.
5478 (ipa_read_jump_function): Likewise.
5479 (ipa_write_indirect_edge_info): Stream new fields in
5480 cgraph_indirect_call_info.
5481 (ipa_read_indirect_edge_info): Likewise.
5482 * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
5485 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5487 * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
5489 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
5491 * tree.h (CALL_EXPR_ARGS): Delete.
5492 (call_expr_arglist): Delete.
5493 * tree.c (call_expr_arglist): Delete.
5494 * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
5495 targetm.fold_builtin.
5496 * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
5497 Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
5498 * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
5499 arglist parameter. Use CALL_EXPR_ARG.
5500 (picochip_expand_builtin_3op): Likewise.
5501 (picochip_expand_builtin_2opvoid): Likewise.
5502 (picochip_expand_array_get): Likewise.
5503 (picochip_expand_array_put): Likewise.
5504 (picochip_expand_array_testport): Likewise.
5505 (picochip_expand_builtin): Don't call CALL_EXPR_ARGS. Pass exp
5506 rather than arglist.
5507 * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
5509 * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
5510 than TREE_VALUE and TREE_CHAIN.
5511 * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
5512 * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
5515 2010-05-17 Jakub Jelinek <jakub@redhat.com>
5518 * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
5519 to have no fallthru edge.
5522 * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
5523 bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
5524 mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
5525 add BARRIER after previous bb if needed.
5527 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
5529 * tree.c (build_function_type_list_1): Remove bogus assert condition.
5531 2010-05-17 Alan Modra <amodra@gmail.com>
5533 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
5534 unnecessary prototype. Replace copy_r12 and copy_r11 flag params
5535 with copy_reg rtx param.
5536 (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
5537 Correct cases where code for ABI_V4 did not initialise the reg
5538 used to access frame. Also leave frame_reg_rtx as sp for large
5539 frames that save no regs.
5541 2010-05-17 Martin Jambor <mjambor@suse.cz>
5544 * tree-sra.c (create_access_replacement): New parameter rename, mark
5545 the replaement for renaming only when it is true.
5546 (get_access_replacement): Pass true in the rename parameter of
5547 create_access_replacement.
5548 (get_unrenamed_access_replacement): New function.
5549 (replace_uses_with_default_def_ssa_name): New parameter racc, get the
5550 replacement declaration from it.
5552 2010-05-17 Bernd Schmidt <bernds@codesourcery.com>
5554 * function.c (try_fit_stack_local, add_frame_space): New static
5556 (assign_stack_local_1): Use them. Look for opportunities to use
5557 space previously wasted on alignment.
5558 * function.h (struct frame_space): New.
5559 (struct rtl_data): Add FRAME_SPACE_LIST member.
5560 * reload1.c (something_was_spilled): New static variable.
5561 (alter_reg): Set it.
5562 (reload): Test it in addition to testing if the frame size changed.
5564 2010-05-17 Christian Borntraeger <borntraeger@de.ibm.com>
5566 * config/s390/s390.c: Define sane prefetch settings and activate
5567 flag_prefetch_loop_arrays on -O3.
5568 * config/s390/s390.h: Declare that read can use write prefetch.
5570 2010-05-17 Jakub Jelinek <jakub@redhat.com>
5572 * lto-streamer-out.c (lto_output): Fix --enable-checking=release
5575 2010-05-16 Jan Hubicka <jh@suse.cz>
5577 * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
5578 function body; do not check stdarg field of struct function.
5580 2010-05-16 Jan Hubicka <jh@suse.cz>
5582 * cgraph.c (dump_cgraph_node): Dump versionable flag.
5583 * cgraph.h (cgraph_local_info): Add versionable flag.
5584 * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
5585 (ipcp_versionable_function_p): Use it.
5586 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
5589 2010-05-16 Jan Hubicka <jh@suse.cz>
5591 * cgraph.c (cgraph_clone_node): Take decl argument and insert
5592 clone into hash when it is different from orig.
5593 (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
5594 * cgraph.h (cgraph_clone_node): Update prototype.
5595 * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
5596 (lto_cgraph_encoder_delete): Delete body map.
5597 (lto_cgraph_encoder_size): Move to header.
5598 (lto_cgraph_encoder_encode_body_p,
5599 lto_set_cgraph_encoder_encode_body): New.
5600 (lto_output_node): Do not take written_decls argument; output clone_of
5602 (add_node_to): Add include_body_argument; call
5603 lto_set_cgraph_encoder_encode_body on master of the clone.
5604 (add_references): Update use of add_node_to.
5605 (compute_ltrans_boundary): Likewise.
5606 (output_cgraph): Do not create written_decls bitmap.
5607 (input_node): Take nodes argument; stream in clone_of correctly.
5608 (input_cgraph_1): Update use of input_node.
5609 * lto-streamer-out.c (lto_output): Use encoder info to decide
5610 what bodies to output.
5611 * ipa-inline.c (cgraph_clone_inlined_nodes,
5612 cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
5613 * lto-streamer.h (lto_cgraph_encoder_d): Add body.
5614 (lto_cgraph_encoder_size): Define here.
5615 (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
5618 2010-05-16 Richard Guenther <rguenther@suse.de>
5620 * doc/invoke.texi (-fipa-struct-reorg): Do not mention
5622 * ipa-type-escape.c (gate_type_escape_vars): Run when
5623 -fipa-struct-reorg runs.
5624 * opts.c (decode_options): Do not unset flag_ipa_type_escape.
5625 * common.opt (fipa-type-escape): Remove.
5627 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
5629 * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
5630 (decode_options): Likewise.
5631 * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
5633 2010-05-16 Jan Hubicka <jh@suse.cz>
5635 * ipa.c (function_and_variable_visibility): Also bring local all
5638 2010-05-16 Richard Guenther <rguenther@suse.de>
5640 * alias.c (nonoverlapping_memrefs_p): Remove use of
5641 IPA type-escape information.
5643 2010-05-16 Joseph Myers <joseph@codesourcery.com>
5645 * c-common.c (c_common_reswords): Add _Static_assert for C.
5646 * c-parser.c (c_token_starts_declaration,
5647 c_parser_next_token_starts_declaration,
5648 c_parser_static_assert_declaration_no_semi,
5649 c_parser_static_assert_declaration): New.
5650 (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
5651 Handle static assertions if static_assert_ok.
5652 (c_parser_external_declaration, c_parser_declaration_or_fndef,
5653 c_parser_compound_statement_nostart, c_parser_label,
5654 c_parser_for_statement, c_parser_objc_methodprotolist,
5655 c_parser_omp_for_loop): All callers of
5656 c_parser_declaration_or_fndef changed.
5657 (c_parser_struct_declaration): Handle static assertions.
5658 (c_parser_compound_statement_nostart): Use
5659 c_parser_next_token_starts_declaration and
5660 c_token_starts_declaration to detect start of declarations.
5661 (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
5664 2010-05-16 Anatoly Sokolov <aesok@post.ru>
5666 * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
5667 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
5668 * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
5669 TARGET_FUNCTION_VALUE_REGNO_P): Define.
5670 (mmix_function_outgoing_value): Rename to...
5671 (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
5672 (mmix_function_value_regno_p): Make static.
5673 (mmix_libcall_value): New function.
5674 * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
5675 mmix_function_value_regno_p): Remove declaration.
5677 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
5679 * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
5680 BUILT_IN_ALLOCA if stack checking is enabled.
5682 2010-05-16 Richard Guenther <rguenther@suse.de>
5684 * var-tracking.c (vars_copy_1): Inline ...
5685 (vars_copy): ... here. Use FOR_EACH_HTAB_ELEMENT.
5686 (variable_union): Use FOR_EACH_HTAB_ELEMENT. Merge asserts.
5687 (variable_merge_over_cur): Adjust. Merge asserts.
5688 (variable_merge_over_src): Likewise.
5689 (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
5690 (variable_post_merge_new_vals): Merge asserts.
5691 (variable_post_merge_perm_vals): Likewise.
5692 (find_mem_expr_in_1pdv): Likewise.
5693 (dataflow_set_different_value): Remove.
5694 (onepart_variable_different_p): Merge asserts.
5695 (variable_different_p): Likewise.
5696 (dataflow_set_different_1): Inline ...
5697 (dataflow_set_different): ... here. Use FOR_EACH_HTAB_ELEMENT.
5698 (emit_notes_for_differences_1): Merge asserts.
5700 2010-05-16 Richard Guenther <rguenther@suse.de>
5702 * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
5703 * optabs.c (libfunc_decl_hash): Likewise.
5704 * varasm.c (emutls_decl): Likewise.
5706 2010-05-16 Steven Bosscher <steven@gcc.gnu.org>
5708 * c-decl.c: Don't include gimple.h.
5709 (merge_decls): Do not copy gimple_body.
5711 2010-05-15 Jason Merrill <jason@redhat.com>
5713 * c.opt: Add -fnothrow-opt.
5715 2010-05-15 Jan Hubicka <jh@suse.cz>
5717 * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
5719 * passes.c (ipa_write_summaries): Write all analyzed nodes.
5721 2010-05-15 Steven Bosscher <steven@gcc.gnu.org>
5723 * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
5724 * Makefile.in: Add it.
5725 Fix all other Makefile dependencies for changes below.
5726 * tree.h: Include it instead of defining VEC primitives here.
5727 * gimple.h: Likewise.
5729 * tree-inline.h: Inlclude vecir.h instead of gimple.h.
5730 * except.h: Include vecir.h, break dependence on tree.h.
5732 * gimplify.c (append_to_statement_list_1, append_to_statement_list):
5734 * tree-iterator.c: ...to here.
5735 * tree-iterator.h: Fix file introduction comment. Add extern markers.
5737 * c-lex.c: Include fixed-value.h instead of rtl.h. Do not include
5739 * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
5740 * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
5741 integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
5742 tree-mudflap.h, and target.h.
5743 * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
5744 predict.h, tree-inline.h, gimple.h, and langhooks.h.
5745 * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
5746 Add FIXME for why gimple.h is still included (should be unnecessary
5747 since GCC 4.5 gimplification unit-at-a-time).
5748 * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
5749 * c-pragma.c: Add FIXME for why function.h needs to be included just
5750 for cfun, at front-end level.
5751 Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
5752 Do not include ggc.h, but include vecprim.h for VEC(char).
5753 * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
5754 Explain why target.h is included.
5755 * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
5756 Explain why gimple.h is included.
5757 * c-ppoutput.c: Do not include tm.h.
5758 * c-common.c: Do not include gimple.h. Explain why expr.h is included.
5759 * c-parses.c: Explain why rtl.h is included, and that this (and only
5760 this) is also why tm.h must be included.
5761 Do not include except.h.
5762 * c-lang.c: Do not include ggc.h.
5764 2010-05-15 Uros Bizjak <ubizjak@gmail.com>
5766 * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
5768 2010-05-15 Joseph Myers <joseph@codesourcery.com>
5770 * c-decl.c (grokfield): Allow typedefs for anonymous structs and
5771 unions by default if those structs and unions have no tags. Do
5772 not condition anonymous struct and unions handling on flag_iso.
5773 Allow anonymous structs and unions for C1X.
5774 (finish_struct): Do not diagnose lack of named fields when
5775 anonymous structs and unions present for C1X. Accept flexible
5776 array members in structure with anonymous structs or unions but no
5777 directly named fields.
5778 * doc/extend.texi (Unnamed Fields): Update.
5780 2010-05-15 Eric Botcazou <ebotcazou@adacore.com>
5782 * gimple.h (compare_field_offset): Rename into...
5783 (gimple_compare_field_offset): ...this.
5784 * gimple.c (compare_field_offset): Rename into...
5785 (gimple_compare_field_offset): ...this. Compare the full access if
5786 the offset is self-referential.
5787 (gimple_types_compatible_p): Adjust for above renaming.
5788 * lto-streamer-in.c (input_gimple_stmt): Likewise. Also compare the
5789 DECL_NONADDRESSABLE_P flag of fields before merging them.
5791 2010-05-15 Nathan Froyd <froydnj@codesourcery.com>
5793 * tree.h (ctor_to_list): Delete.
5794 * tree.c (ctor_to_list): Delete.
5796 2010-05-15 Jan Hubicka <jh@suse.cz>
5798 * ipa-reference.c: Include toplev.h
5799 (is_proper_for_analysis): Only add to all_module_statics
5801 (write_node_summary_p, stream_out_bitmap,
5802 ipa_reference_write_optimization_summary,
5803 ipa_reference_read_optimization_summary): New.
5804 (struct ipa_opt_pass_d pass_ipa_reference): Add
5805 optimization summary streaming.
5806 * lto-cgraph.c (referenced_from_this_partition_p,
5807 reachable_from_this_partition_p): New functions.
5808 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
5809 call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
5810 * opts.c (decode_options): Enable ipa_reference.
5811 * Makefile.in (ipa-reference.o): Add toplev.h dependency.
5812 * lto-streamer.h (referenced_from_this_partition_p,
5813 reachable_from_this_partition_p): Declare.
5815 2010-05-15 Richard Guenther <rguenther@suse.de>
5817 PR tree-optimization/44038
5818 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
5819 taking the address of a V_C_E of a constant.
5821 2010-05-14 Jan Hubicka <jh@suse.cz>
5823 * tree.h (memory_identifier_string): Remove.
5824 * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
5825 (ipa_reference_global_vars_info_d): Remove statics_not_read and
5826 statics_not_written.
5827 (ipa_reference_optimization_summary_d): New structure.
5828 (ipa_reference_optimization_summary_t): New type and vector.
5829 (ipa_reference_vars_info_d): Embedd structures instead of using
5831 (reference_vars_to_consider): Remove out of GGC space.
5832 (module_statics_escape): Remove.
5833 (global_info_obstack): Rename to ...
5834 (optimization_summary_obstack): ... this one.
5835 (initialization_status_t): Remove.
5836 (memory_identifier_string): Remove.
5837 (get_reference_vars_info): Fix indenting.
5838 (set_reference_vars_info): Likewise.
5839 (get_reference_optimization_summary): New.
5840 (set_reference_optimization_summary): New.
5841 (get_global_reference_vars_info): Remove.
5842 (ipa_reference_get_read_global): Remove.
5843 (ipa_reference_get_written_global): Remove.
5844 (ipa_reference_get_not_read_global): Update.
5845 (ipa_reference_get_not_written_global): Update.
5846 (is_proper_for_analysis): Outlaw addressable.
5847 (propagate_bits): Update for new datastructures.
5848 (analyze_variable): Remove.
5849 (init_function_info): Update for new datastructures.
5850 (clean_function_local_data): Remove.
5851 (clean_function): Remove.
5852 (copy_global_bitmap): Use optimizations_summary_obstack.
5853 (duplicate_node_data): Duplicate optimization summary only.
5854 (remove_node_data): Remove optimization summary only.
5855 (generate_summary): Do not analyze variables; do not compute
5856 module_statics_escape; do not prune solutions by it.
5857 (read_write_all_from_decl): Fix typos in comments.
5858 (propagate): Doscover readonly and nonaddressable first;
5859 update for new datastructures; share global bitmaps.
5860 * ipa-reference.h (ipa_reference_get_read_global,
5861 ipa_reference_get_written_global): Remove.
5862 * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
5863 * Makefile.in: Remove ipa-refereference from GT files.
5865 2010-05-14 Jakub Jelinek <jakub@redhat.com>
5868 * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
5869 for all SYMBOL_REF_DECLs.
5871 2010-05-14 Jan Hubicka <jh@suse.cz>
5873 * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
5874 (varpool_all_refs_explicit_p): New inline function.
5875 * ipa-reference.c: Update comment.
5876 (module_statics_written): Remove.
5877 (get_static_decl): Remove.
5878 (ipa_init): Do not initialize module_statics_written.
5879 (analyze_function): Likewise.
5880 (generate_summary): Likewise; do not compute module_statics_readonly
5881 and do not update variable flags.
5882 (propagate): Call ipa_discover_readonly_nonaddressable_vars.
5883 * ipa.c: Inlucde flags.h
5884 (cgraph_local_node_p): New.
5885 (cgraph_remove_unreachable_nodes): Return early when not optimizing;
5886 promote functions to local.
5887 (ipa_discover_readonly_nonaddressable_vars): New function.
5888 (function_and_variable_visibility): Use cgraph_local_node_p.
5889 * varpool.c (varpool_finalize_decl): Set force_output for
5890 DECL_PRESERVE_P vars.
5892 2010-05-14 Jan Hubicka <jh@suse.cz>
5894 * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
5896 2010-05-14 Richard Guenther <rguenther@suse.de>
5898 PR tree-optimization/44119
5899 * tree-ssa-pre.c (eliminate): Properly mark replacement of
5900 a PHI node necessary.
5902 2010-05-14 Eric Botcazou <ebotcazou@adacore.com>
5904 * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
5906 2010-05-14 Jason Merrill <jason@redhat.com>
5909 * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
5910 (gimple_call_set_nothrow): New.
5911 * gimple.c (gimple_build_call_from_tree): Call it.
5912 (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
5915 * gimplify.c (gimplify_seq_add_stmt): No longer static.
5916 * gimple.h: Declare it.
5917 * gimple.c (gimple_build_eh_filter): No ops.
5919 2010-05-14 Jan Hubicka <jh@suse.cz>
5921 * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
5922 nodes already in queue.
5923 (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
5926 2010-05-14 Jakub Jelinek <jakub@redhat.com>
5929 * cfgexpand.c (expand_debug_expr): If non-memory op0
5930 has BLKmode, return NULL.
5932 2010-05-14 Harsha Jagasia <harsha.jagasia@amd.com>
5934 * config.gcc: Add support for --with-cpu option for bdver1.
5935 * config/i386/i386.h (TARGET_BDVER1): New macro.
5936 (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
5937 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
5938 (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
5939 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
5940 Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
5941 (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
5942 (processor_type): Add PROCESSOR_BDVER1.
5943 * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
5944 processor_type in config/i386/i386.h.
5945 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
5946 movaps <reg, reg> instead of movapd <reg, reg> when replacing
5947 movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
5948 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
5949 to emit packed xor instead of packed double/packed integer
5950 xor for SSE and AVX when moving a zero value.
5951 * config/i386/sse.md: Add check for
5952 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
5953 movapd/movdqa for SSE and AVX.
5954 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
5955 single logical operations i.e and, or and xor instead of packed double
5956 logical operations for SSE and AVX.
5957 * config/i386/i386-c.c (ix86_target_macros_internal):
5958 Add PROCESSOR_BDVER1.
5959 * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
5960 (has_fma4, has_xop): New.
5961 * config/i386/i386.c (bdver1_cost): New variable.
5962 (m_BDVER1): New macro.
5963 (m_AMD_MULTIPLE): Add m_BDVER1.
5964 (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
5965 x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
5966 x86_tune_use_simode_fiop, x86_tune_promote_qimode,
5967 x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
5968 x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
5969 x86_tune_sse_partial_reg_dependency,
5970 x86_tune_sse_unaligned_load_optimal,
5971 x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
5972 x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
5973 x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
5974 x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
5975 x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
5976 Enable/disable for bdver1.
5977 (processor_target_table): Add bdver1_cost.
5978 (cpu_names): Add bdver1.
5979 (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
5980 processor_alias_table.
5981 (ix86_expand_vector_move_misalign): Change.
5982 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
5983 Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
5984 Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
5985 of movupd/movdqu for SSE and AVX.
5986 (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
5987 (ix86_tune_adjust_cost): Add code for bdver1.
5988 (standard_sse_constant_opcode): Add check for
5989 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
5990 of packed double xor for SSE and AVX.
5992 2010-05-14 Pat Haugen <pthaugen@us.ibm.com>
5994 * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
5997 2010-05-14 Tristan Gingold <gingold@adacore.com>
5999 * toplev.c (default_debug_hooks): Remove this variable.
6000 (process_options): Remove assignments to default_debug_hooks.
6002 2010-05-14 Martin Jambor <mjambor@suse.cz>
6004 * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
6005 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
6006 * langhooks.h (struct lang_hooks_for_decls): Removed field
6008 * tree.c (free_lang_data): Remove assignment to
6009 lang_hooks.fold_obj_type_ref.
6010 * tree.def (OBJ_TYPE_REF): Update comment.
6012 2010-05-14 Richard Guenther <rguenther@suse.de>
6014 PR tree-optimization/44124
6015 * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
6017 2010-05-14 Alan Modra <amodra@gmail.com>
6020 * config/rs6000/rs6000.c (struct machine_function): Reorder
6021 fields for better packing. Add lr_save_state.
6022 (rs6000_ra_ever_killed): Return lr_save_state if set.
6023 (rs6000_emit_eh_reg_restore): Set lr_save_state.
6025 2010-05-13 Jan Hubicka <jh@suse.cz>
6027 * varpool.c (decide_is_variable_needed): Drop code checking
6028 TREE_SYMBOL_REFERENCED.
6030 2010-05-13 Jan Hubicka <jh@suse.cz>
6032 * final.c (output_addr_const): Do not call mark_decl_referenced.
6033 * cgraphunit.c (process_function_and_variable_attributes): Use
6034 mark_needed_node dirrectly.
6035 (assemble_thunk): Do not call mark_decl_referenced.
6037 2010-05-13 Anatoly Sokolov <aesok@post.ru>
6039 * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
6041 2010-05-13 Jeff Law <law@redhat.com>
6043 * ira-conflicts.c (print_allocno_conflicts): New function broken out
6045 (print_conflicts): Call print_allocno_conflicts.
6047 2010-05-13 Jakub Jelinek <jakub@redhat.com>
6050 * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
6053 2010-05-13 Kai Tietz <kai.tietz@onevision.com>
6055 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
6056 t-mingw-w64 or t-mingw-w32 for multilib configuration.
6057 * config/i386/t-mingw-w32: New.
6058 * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
6060 2010-05-13 Martin Jambor <mjambor@suse.cz>
6062 * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
6064 * gimple-fold.c (get_base_binfo_for_type): New function.
6065 (gimple_get_relevant_ref_binfo): Likewise.
6066 (gimple_fold_obj_type_ref_known_binfo): Likewise.
6067 (gimple_fold_obj_type_ref): Likewise.
6068 (fold_gimple_call): Simplify condition for folding virtual calls
6069 and call gimple_fold_obj_type_ref.
6070 * gimple.h (gimple_get_relevant_ref_binfo): Declare.
6071 (gimple_fold_obj_type_ref_known_binfo): Likewise.
6073 2010-05-13 Andreas Schwab <schwab@linux-m68k.org>
6075 * config/rs6000/rs6000-protos.h
6076 (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
6077 * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
6078 (rs6000_debug_mode_dependent_address)
6079 (rs6000_mode_dependent_address_ptr): Likewise.
6081 2010-05-13 Jakub Jelinek <jakub@redhat.com>
6084 * var-tracking.c (track_expr_p): Allow tracking of variables optimized
6086 * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
6087 * tree-sra.c (create_access_replacement): Call unshare_expr before
6088 passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
6089 * dwarf2out.c: Include tree-flow.h.
6090 (struct var_loc_node): Rename var_loc_note field to loc, add comment.
6091 (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
6092 Handle DW_OP_bit_piece.
6093 (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
6094 construct_piece_list, adjust_piece_list): New functions.
6095 (add_var_loc_to_decl): Handle SRA optimized variables.
6096 Adjust for var_loc_note to loc field renaming.
6097 (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
6098 in VAR_LOCATION note.
6099 (new_loc_descr_op_bit_piece): New function.
6100 (dw_sra_loc_expr): New function.
6101 (dw_loc_list): Use it. Don't handle the last range after the
6102 loop, handle it inside of the loop. Adjust for var_loc_note
6103 to loc field renaming.
6104 (add_location_or_const_value_attribute): Only special case
6105 single entry loc lists if loc is NOTE_P. Adjust for
6106 var_loc_note to loc field renaming.
6107 (dwarf2out_var_location): Don't set newloc->var_loc_note
6108 and newloc->next here.
6110 2010-05-12 Jan Hubicka <jh@suse.cz>
6112 * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
6114 * cgraph.h (cgraph_only_called_directly_p,
6115 cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
6116 (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
6117 * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
6119 * ipa.c (cgraph_remove_unreachable_nodes): Use
6120 cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
6122 * tree-inline.c (copy_bb): Check address_taken flag.
6123 * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
6124 externally_visible flag.
6126 2010-05-12 Jason Merrill <jason@redhat.com>
6130 * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
6131 * sdbout.c (plain_type_1): Likewise.
6132 * dwarf2out.c (is_base_type): Likewise.
6133 (gen_type_die_with_usage): Likewise. Generate
6134 DW_TAG_unspecified_type for any LANG_TYPE.
6136 2010-05-12 Jan Hubicka <jh@suse.cz>
6138 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
6140 * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
6141 (cgraph_clone_edge): Update.
6142 (cgraph_node_remove_callees): Remove indirect calls too.
6143 * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
6144 (cgraph_create_indirect_edge): Update prototype.
6145 * ipa-reference.c (has_proper_scope_for_analysis): Rename to
6146 is_proper_for_analysis.
6147 (add_new_function, visited_nodes, function_insertion_hook_holder,
6148 get_local_reference_vars_info, mark_address_taken, mark_address,
6149 mark_load, mark_store, check_asm_memory_clobber, check_call,
6150 scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
6151 (ipa_init): Do not initialize visited_nodes;
6152 function_insertion_hook_holder.
6153 (analyze_variable): Rewrite.
6154 (analyze_function): Rewrite.
6155 (copy_local_bitmap): Remove.
6156 (duplicate_node_dat): Do not duplicate local info.
6157 (generate_summary): Simplify to only walk cgraph.
6158 (write_node_summary_p, ipa_reference_write_summary,
6159 ipa_reference_read_summary): Remove.
6160 (propagate): Do not remove function insertion;
6162 (pass_ipa_reference): NULLify summary handling fields.
6163 * lto-cgraph.c (lto_output_edge): Output ecf_flags.
6164 (input_edge): Input ecf_flags.
6165 * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
6166 (update_indirect_edges_after_inlining): Ignore edges with unknown
6169 2010-05-12 Sriraman Tallam <tmsriram@google.com>
6171 * implicit-zee.c: New file.
6172 * tree-pass.h (pass_implicit_zee): Declare.
6173 * passes.c (init_optimization_passes): Add zee pass.
6174 * common.opt (fzee): New flag.
6175 * timevar.def (TV_ZEE): Define.
6176 * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
6178 * Makefile.in (implicit-zee.o): Add new build file.
6180 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
6181 Nathan Froyd <froydnj@codesourcery.com>
6183 * c-common.c (sync_resolve_params): Remove write-only variable.
6185 2010-05-12 Anatoly Sokolov <aesok@post.ru>
6187 * target.h (struct gcc_target): Add mode_dependent_address_p field.
6188 * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
6189 (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
6190 * targhooks.c (default_mode_dependent_address_p): New function.
6191 * targhooks.h (default_mode_dependent_address_p): Declare function.
6192 * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
6193 (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
6194 * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
6195 target hook. Change return type to bool.
6196 * recog.h (mode_dependent_address_p): Change return type to bool.
6198 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
6199 Nathan Froyd <froydnj@codesourcery.com>
6201 * tree-mudflap.c (build_function_type_0, build_function_type_1,
6202 build_function_type_2, build_function_type_3): Remove.
6203 (mudflap_init): Use build_function_type_list.
6205 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
6206 Nathan Froyd <froydnj@codesourcery.com>
6208 * coverage.c (build_fn_info_value): Call build_constructor instead of
6209 build_constructor_from_list.
6210 (build_ctr_info_value): Likewise.
6211 (build_gcov_info): Likewise.
6213 2010-05-12 Nathan Froyd <froydnj@codesourcery.com>
6215 * tree.c (build_constructor): Compute TREE_CONSTANT for the
6216 resultant constructor.
6217 (build_constructor_single): Don't set TREE_CONSTANT.
6218 (build_constructor_from_list): Don't compute TREE_CONSTANT.
6220 2010-05-12 Jan Hubicka <jh@suse.cz>
6222 * cgraph.h (struct varpool_node): Add aux.
6223 * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
6224 * varpool.c (varpool_remove_node): Do not remove initializer.
6225 (varpool_reset_queue): Export.
6226 (varpool_finalize_decl): Volatile vars are forced to be output.
6227 * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
6229 * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
6230 process_references, varpool_can_remove_if_no_refs): New functions.
6231 (cgraph_remove_unreachable_nodes): Handle variables too.
6233 2010-05-12 H.J. Lu <hongjiu.lu@intel.com>
6236 * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
6238 2010-05-12 Jakub Jelinek <jakub@redhat.com>
6241 * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
6242 change value of ORT_TASK.
6243 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
6244 (omp_notice_threadprivate_variable): New function.
6245 (omp_notice_variable): Call it for threadprivate variables.
6246 If enclosing ctx is a task, print enclosing task rather than
6247 enclosing parallel. Handle ORT_UNTIED_TASK like ORT_TASK.
6248 (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
6249 if task has untied clause.
6252 * dwarf2out.c (base_type_die): Don't add name attribute here.
6253 (modified_type_die): Instead of sizetype use
6254 its underlying original type. If a DW_TAG_base_type doesn't
6255 have name added, add __unknown__.
6256 (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
6257 always call force_type_die instead.
6259 2010-05-12 Maxim Kuvyrkov <maxim@codesourcery.com>
6261 * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
6262 for __stack_chk_guard.
6264 2010-05-11 Jakub Jelinek <jakub@redhat.com>
6266 * c-opts.c (c_common_parse_file): If start_end_main_source_file,
6267 don't call start_source_file debug hook here...
6268 (finish_options): ... but here, after outputting predefined and
6269 command line defines and undefs.
6272 * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
6274 * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
6275 optimizing away empty bb with no successors, move over its
6276 footer chain to fallthru predecessor.
6277 * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
6278 (rtl_split_edge): For asm goto call patch_jump_insn even if
6279 splitting fallthru edge.
6282 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
6283 even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
6284 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
6285 * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
6289 * c-parser.c (c_parser_expression): Mark LHS of a comma
6290 expression as read if it is a decl, handled component or
6291 COMPOUND_EXPR with that on the RHS.
6292 * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
6293 if it is a decl or handled component.
6295 2010-05-11 Jan Hubicka <jh@suse.cz>
6297 * lto-symtab.c (lto_symtab_free): New function.
6298 * lto-streamer.h (lto_symtab_free): Declare.
6300 2010-05-11 Jan Hubicka <jh@suse.cz>
6302 * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
6303 that if function is needed it is reachable.
6304 (lto_output_node): See if it the function is reachable or referenced.
6305 (output_cgraph): Update call of lto_output_node.
6306 * lto-streamer.h (reachable_from_other_partition_p): Declare.
6308 2010-05-11 Jan Hubicka <jh@suse.cz>
6310 * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
6313 2010-05-11 Jan Hubicka <jh@suse.cz>
6315 PR tree-optimize/44063
6316 * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
6318 (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
6320 (estimate_function_body_sizes): Compute sizes even when disregarding.
6322 2010-05-11 Kai Tietz <kai.tietz@onevision.com>
6324 * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
6326 2010-05-11 Jan Hubicka <jh@suse.cz>
6328 * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
6329 into every boundary.
6331 2010-05-11 Jan Hubicka <jh@suse.cz>
6333 * matrix-reorg.c (matrix_reorg): Rebuild edges.
6335 2010-05-11 Jan Hubicka <jh@suse.cz>
6337 * lto-streamer.c (lto_streamer_cache_add_to_node_array,
6338 lto_streamer_cache_delete): Put nodes into heap.
6339 * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
6342 2010-05-11 Jan Hubicka <jh@suse.cz>
6344 * cgraphbuild.c (cgraph_rebuild_references): New.
6345 * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
6347 * cgraph.h (cgraph_rebuild_references): Declare.
6348 * tree-inline.c (tree_function_versioning): Use it.
6349 * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
6351 2010-05-11 Jan Hubicka <jh@suse.cz>
6353 * cgraph.c: Include ipa-utils.h
6354 (cgraph_create_virtual_clone): Update references.
6355 * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
6357 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
6359 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
6360 prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
6363 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
6365 * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
6367 2010-05-11 Jakub Jelinek <jakub@redhat.com>
6369 * gcc.c (execute): For -### don't quote arguments that
6370 contain just alphanumerics and _/-. characters.
6371 * doc/invoke.texi: Document that change for -###.
6374 * df-problems.c (struct dead_debug): Add to_rescan field.
6375 (dead_debug_init): Clear to_rescan field.
6376 (dead_debug_finish): Rescan all debug insns in to_rescan
6377 bitmap and free the bitmap.
6378 (dead_debug_insert_before): Instead of rescanning debug insns
6379 immediately queue their rescanning until dead_debug_finish.
6380 (df_note_bb_compute): After dead_debug_add do continue instead
6383 2010-05-10 Jakub Jelinek <jakub@redhat.com>
6386 * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
6387 clear also INSN_REG_USE_LIST.
6389 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6391 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
6393 2010-05-10 Jan Hubicka <jh@suse.cz>
6395 * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
6398 2010-05-10 Jan Hubicka <jh@suse.cz>
6400 * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
6402 * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
6403 * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
6404 (lto_streamer_cache_create): Init alloc pool.
6405 (lto_streamer_cache_delete): Free alloc pool.
6406 * lto-streamer.h: Include alloc pool.
6407 (lto_streamer_cache_d): Use alloc pool.
6408 * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
6410 2010-05-10 Jan Hubicka <jh@suse.cz>
6412 * Makefile.in (cgraphbuild.o): Add dependency on except.h.
6413 * cgraphbuild.c: Include except.h
6414 (record_type_list, record_eh_tables): New function.
6415 (build_cgraph_edges, rebuild_cgraph_edges): Use it.
6417 2010-05-10 Jan Hubicka <jh@suse.cz>
6419 * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
6420 __frame_dummy_init_array_entry, force_to_data): Attribute as used
6423 2010-05-10 Michael Matz <matz@suse.de>
6425 * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
6426 (can_reassociate_p): Use FLOAT_TYPE_P.
6427 * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
6428 (vect_force_simple_reduction): ... this.
6429 * tree-parloops.c (gather_scalar_reductions): Use
6430 vect_force_simple_reduction.
6431 * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
6432 vect_is_simple_reduction, add modify argument, if true rewrite
6433 "a-b" into "a+(-b)".
6434 (vect_is_simple_reduction, vect_force_simple_reduction): New
6436 (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
6438 2010-05-10 H.J. Lu <hongjiu.lu@intel.com>
6439 Vladimir Makarov <vmakarov@redhat.com>
6441 PR rtl-optimization/44012
6442 * ira-build.c (remove_unnecessary_allocnos): Nullify
6443 regno_allocno_map of the removed allocno.
6445 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6447 * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
6449 * configure: Regenerate.
6451 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6453 * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
6455 Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
6456 * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
6458 * configure: Regenerate.
6460 2010-05-10 Richard Guenther <rguenther@suse.de>
6462 * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
6463 marked if the entry identifier is marked.
6465 2010-05-10 Richard Guenther <rguenther@suse.de>
6467 * c-common.c (struct c_common_attributes): Add fnspec attribute.
6468 (handle_fnspec_attribute): New function.
6469 * gimple.h (gimple_call_return_flags): Declare.
6470 (gimple_call_arg_flags): Likewise.
6471 * gimple.c (gimple_call_arg_flags): New function.
6472 (gimple_call_return_flags): Likewise.
6473 * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
6475 (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
6477 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
6478 * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
6480 (make_heapvar_for): ... this new function.
6481 (handle_rhs_call): Handle fnspec attribute argument specifiers.
6482 (handle_lhs_call): Likewise.
6483 (find_func_aliases): Adjust.
6485 2010-05-10 Richard Guenther <rguenther@suse.de>
6487 PR tree-optimization/44050
6488 * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
6490 2010-05-10 Wei Guozhi <carrot@google.com>
6493 * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
6495 2010-05-09 Joseph Myers <joseph@codesourcery.com>
6498 * c-typeck.c (lookup_field): Take a type directly. Update
6500 (build_component_ref): Update call to lookup_field.
6501 (set_init_label): Use lookup_field to find initialized field.
6502 Handle returned list of fields like a sequence of designators.
6504 2010-05-09 Richard Guenther <rguenther@suse.de>
6507 * fold-const.c (tree_single_nonzero_warnv_p): Properly
6508 handle &FUNCTION_DECL.
6510 2010-05-09 Joseph Myers <joseph@codesourcery.com>
6513 * c-decl.c (detect_field_duplicates_hash): New. Handle anonymous
6514 structures and unions recursively.
6515 (detect_field_duplicates): Move duplicate detection with a hash to
6516 detect_field_duplicates_hash. Always use a hash if anonymous
6517 structures or unions are present.
6518 * doc/extend.texi (Unnamed Fields): Document that duplicate fields
6521 2010-05-09 H.J. Lu <hongjiu.lu@intel.com>
6524 * config/i386/driver-i386.c (host_detect_local_cpu): Properly
6525 detect Atom, Core 2 and Core i7.
6527 2010-05-09 Richard Guenther <rguenther@suse.de>
6529 * gcc.c (store_arg): Handle temporary file deletion for
6532 2010-05-09 Richard Guenther <rguenther@suse.de>
6535 * ipa-inline.c (estimate_function_body_sizes): Return after
6536 disregarding inline limits.
6538 2010-05-09 Richard Guenther <rguenther@suse.de>
6540 * gcc.c (store_arg): Revert last change.
6542 2010-05-08 Sandra Loosemore <sandra@codesourcery.com>
6545 * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
6546 (optimize_ops_list): Call it.
6548 2010-05-08 Richard Guenther <rguenther@suse.de>
6550 PR tree-optimization/44030
6551 * tree-ssa-pre.c (eliminate): Copy NECESSARY flag. Set
6552 NECESSARY flag if we propagate from a inserted expression.
6554 2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
6556 * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
6557 domain types as equal if they are both PLACEHOLDER_EXPRs.
6559 2010-05-08 Richard Guenther <rguenther@suse.de>
6561 * lto-wrapper.c (run_gcc): Remove linker output from
6562 command line for LTRANS invocation.
6564 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6566 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
6567 lto-macho as lto_binary_reader.
6568 * target.h (struct gcc_target): New hooks lto_start and lto_end.
6569 * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
6570 * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
6571 in lto_start and lto_end calls.
6572 (is_elf_or_coff): Rename to maybe_lto_object_file. Add Mach-O
6574 (scan_prog_file): Update is_elf_or_coff call.
6575 * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
6577 * collect2.c (main): Fix enum comparison.
6579 * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
6581 * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
6582 * darwin.h (LINK_COMMAND_SPEC): Likewise. Define TARGET_ASM_LTO_START
6583 and TARGET_ASM_LTO_END.
6584 * darwin.c: Include obstack.h and lto-streamer.h.
6585 (lto_section_names_offset, lto_section_names_obstack,
6586 lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
6588 (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
6589 (darwin_asm_lto_start): New function. Redirect output to asm_out_file
6590 to a temporary file.
6591 (darwin_asm_lto_end): New function. Restore asm_out_file.
6592 (darwin_asm_named_section): For LTO sections, replace the name with
6593 the offset of the section name in a string table, and build this
6595 (darwin_file_start): Initialize global vars for LTO support.
6596 (darwin_file_end): If output to asm_out_file was redirected, append it
6597 to the proper asm_out_file here. Add the section names section.
6599 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6601 * c-pragma.c (pending_weak_d, pending_weak): New.
6602 (pending_weaks): Change the type to VEC((pending_weak,gc) *.
6603 (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
6604 handle_pragma_weak): Update the uses of pending_weaks.
6606 2010-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6608 PR documentation/44016
6609 * doc/standards.texi (Standards): Link to unversioned
6610 cxx0x_status.html page.
6612 2010-05-07 Iain Sandoe <iains@gcc.gnu.org>
6615 * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
6616 in addition to TREE_USED, to avoid "set but unused" warnings.
6618 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
6620 * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
6621 (is_loop_prefetching_profitable): Do not insert prefetches
6622 when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
6623 times the prefetch ahead distance.
6625 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
6627 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
6628 Account for loop unrolling in the insn-to-prefetch ratio heuristic.
6629 (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
6632 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
6634 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
6635 a diagnostic info when the insn-to-mem ratio is too small.
6637 2010-05-07 Richard Guenther <rguenther@suse.de>
6639 * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
6641 (store_arg): Queue temp_filename for deletion instead of
6644 2010-05-07 Richard Guenther <rguenther@suse.de>
6646 * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
6647 (run_gcc): Handle LTRANS phase invocation.
6648 * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
6650 2010-05-07 Jakub Jelinek <jakub@redhat.com>
6652 * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
6653 this is also meaningful on PARM_DECLs and RESULT_DECLs.
6655 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6657 * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
6659 2010-05-07 Richard Guenther <rguenther@suse.de>
6661 PR tree-optimization/44020
6662 * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
6663 code when PRE is not yet initialized.
6665 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6667 * config/mips/dbxmdebug.h: Remove.
6668 * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
6670 2010-05-07 Shujing Zhao <pearly.zhao@oracle.com>
6672 * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
6673 with null pointer and also warn about ordered comparison of zero with
6676 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
6678 * graphite-blocking.c
6679 (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
6680 * graphite-clast-to-gimple.c
6681 (clast_to_gcc_expression): Same.
6682 (precision_for_value): Same.
6683 (precision_for_interval): Same.
6684 (gcc_type_for_interval): Same.
6685 (graphite_create_new_guard): Same.
6686 (compute_bounds_for_level): Same.
6687 (graphite_create_new_loop_guard): Same.
6688 * graphite-interchange.c
6689 (build_linearized_memory_access): Same.
6690 (pdr_stride_in_loop): Same.
6691 (memory_strides_in_loop_1): Same.
6692 (memory_strides_in_loop): Same.
6693 (extend_scattering): Same.
6694 (psct_scattering_dim_for_loop_depth): Same.
6695 (pbb_number_of_iterations): Same.
6697 (debug_iteration_domains): Same.
6699 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
6700 (ppl_set_inhomogeneous_gmp): Same.
6701 (ppl_strip_loop): Same.
6702 (ppl_lexico_compare_linear_expressions): Same.
6703 (ppl_read_polyhedron_matrix): Same.
6704 (ppl_max_for_le_pointset): Same.
6706 (ppl_read_polyhedron_matrix): Same.
6707 (tree_int_to_gmp): Same.
6708 (gmp_cst_to_tree): Same.
6709 (ppl_set_inhomogeneous): Same.
6710 (ppl_set_inhomogeneous_tree): Same.
6711 (ppl_set_coef): Same.
6712 (ppl_set_coef_tree): Same.
6713 * graphite-sese-to-poly.c
6714 (build_pbb_scattering_polyhedrons): Same.
6715 (build_scop_scattering): Same.
6716 (scan_tree_for_params_right_scev): Same.
6717 (scan_tree_for_params): Same.
6718 (find_params_in_bb): Same.
6719 (find_scop_parameters): Same.
6720 (add_upper_bounds_from_estimated_nit): Same.
6721 (build_loop_iteration_domains): Same.
6722 (add_condition_to_domain): Same.
6723 (pdr_add_memory_accesses): Same.
6725 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
6727 * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
6728 CLooG's value_* macros to their respective mpz_* counterparts.
6729 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
6730 (graphite_create_new_loop_guard): Same.
6731 * graphite-interchange.c (build_linearized_memory_access): Same.
6732 (pdr_stride_in_loop): Same.
6733 (memory_strides_in_loop_1): Same.
6734 (1st_interchange_profitable_p): Same.
6735 * graphite-poly.c (extend_scattering): Same.
6736 (psct_scattering_dim_for_loop_depth): Same.
6737 (pbb_number_of_iterations): Same.
6738 (pbb_number_of_iterations_at_time): Same.
6739 * graphite-poly.h (new_1st_loop): Same.
6740 * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
6741 (oppose_constraint): Same.
6742 (insert_constraint_into_matrix): Same.
6743 (ppl_set_inhomogeneous_gmp): Same.
6744 (ppl_set_coef_gmp): Same.
6745 (ppl_strip_loop): Same.
6746 (ppl_lexico_compare_linear_expressions): Same.
6747 (ppl_max_for_le_pointset): Same.
6748 (ppl_min_for_le_pointset): Same.
6749 (ppl_build_realtion): Same.
6750 * graphite-ppl.h (gmp_cst_to_tree): Same.
6751 (ppl_set_inhomogeneous): Same.
6752 (ppl_set_inhomogeneous_tree): Same.
6753 (ppl_set_coef): Same.
6754 (ppl_set_coef_tree): Same.
6755 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
6756 (build_scop_scattering): Same.
6757 (add_value_to_dim): Same.
6758 (scan_tree_for_params_right_scev): Same.
6759 (scan_tree_for_params_int): Same.
6760 (scan_tree_for_params): Same.
6761 (find_params_in_bb): Same.
6762 (find_scop_parameters): Same.
6763 (add_upper_bounds_from_estimated_nit): Same.
6764 (build_loop_iteration_domains): Same.
6765 (create_linear_expr_from_tree): Same.
6766 (add_condition_to_domain): Same.
6767 (pdr_add_memory_accesses): Same.
6769 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
6770 Jason Merrill <jason@redhat.com>
6772 * c-common.c (c_common_reswords): Add nullptr.
6773 * c-common.h: Add RID_NULLPTR. Reorganize C++0x rids.
6774 * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
6775 (gen_type_die_with_usage): Likewise.
6776 * dbxout.c (dbxout_type): Likewise.
6777 * sdbout.c (plain_type_1): Likewise.
6779 2010-05-06 Jason Merrill <jason@redhat.com>
6781 * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
6782 Don't change GS_OK to GS_ALL_DONE. Make sure that all cases set
6784 (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
6786 * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
6787 stripping WITH_SIZE_EXPR.
6788 (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
6791 2010-05-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6793 * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
6794 list of obsolete configurations.
6795 Disabled check for obsolete configurations.
6796 (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
6797 Removed support for previous versions.
6798 * config/mips/iris.h: Removed.
6799 * config/mips/iris5.h: Removed.
6800 * config/mips/iris6.h: Merged old iris.h contents.
6801 (TARGET_IRIX): Removed.
6802 (DRIVER_SELF_SPECS): Removed mabi=32.
6803 (IDENT_ASM_OP): Removed undef.
6804 (STARTFILE_SPEC): Removed mabi=32.
6805 (ENDFILE_SPEC): Likewise.
6806 (IRIX_SUBTARGET_LINK_SPEC): Likewise.
6807 (MACHINE_TYPE): Update for IRIX 6.5.
6808 * config/mips/mips.c (mips_build_builtin_va_list): Replaced
6809 TARGET_IRIX by TARGET_IRIX6.
6810 (mips_file_start): Likewise.
6811 (mips_output_external): Remove IRIX 5/6 O32 support.
6812 (mips_output_function_prologue): Likewise.
6813 * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
6815 (TARGET_CPU_CPP_BUILTINS): Likewise.
6816 (TARGET_IRIX): Removed.
6817 * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
6818 (MULTILIB_DIRNAMES): Removed 32.
6819 (MULTILIB_OSDIRNAMES): Removed ../lib.
6820 * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
6821 (Specific, mips-sgi-irix5): Document removal.
6822 (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
6823 Remove references to older IRIX 6 releases and the O32 ABI.
6825 2010-05-06 Jakub Jelinek <jakub@redhat.com>
6828 * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
6829 instead of DF_REF_REAL_REG.
6831 2010-05-06 Dave Korn <dave.korn.cygwin@gmail.com>
6834 * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
6835 handling to still return true for x64 targets.
6837 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
6839 * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
6841 2010-05-06 Jan Hubicka <jh@suse.cz>
6843 PR tree-optimization/43791
6844 * ipa-inline.c (update_caller_keys): Remove bogus
6845 disregard_inline_limits check.
6847 2010-05-06 Michael Matz <matz@suse.de>
6849 PR tree-optimization/43984
6850 * tree-ssa-pre.c (inserted_phi_names): Remove.
6851 (inserted_exprs): Change to bitmap.
6852 (create_expression_by_pieces): Set bits, don't append to vector.
6853 (insert_into_preds_of_block): Don't handle inserted_phi_names.
6854 (eliminate): Don't look at inserted_phi_names, remove deleted
6855 insns from inserted_exprs.
6856 (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
6857 (init_pre, fini_pre): Allocate and free bitmaps.
6858 (execute_pre): Insert insns on edges before elimination.
6860 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
6862 * tree.c (initializer_zerop): Handle STRING_CST.
6864 2010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
6867 * doc/invoke.texi (Wimplicit): Document as C only.
6868 * opts.c (common_handle_option): Add argument kind.
6869 (handle_option): Rename as read_cmdline_option. Factor out code to...
6870 (handle_option): ... here. New.
6871 (handle_options): Rename as read_cmdline_options.
6872 (decode_options): Update call.
6873 (set_option): Use option index instead of option pointer. Classify
6874 diagnostics correctly.
6875 (enable_warning_as_error): Call handle_option.
6876 * opts.h (set_option): Update declaration.
6877 (handle_option): Declare.
6878 * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
6879 * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
6880 * c-opts.c (set_Wimplicit): Delete.
6881 (c_family_lang_mask): New static constant.
6882 (c_common_handle_option): Add argument kind. Use handle_option
6883 instead of set_Wimplicit.
6884 (c_common_post_options): warn_implicit and warn_implicit_int
6885 are disabled by default.
6886 * c-common.c (warn_implicit): Do not define here.
6887 * c-common.h (warn_implicit): Do not declare here.
6888 (c_common_handle_option): Update declaration.
6889 * lto-opts.c (lto_reissue_options): Update call to set_option.
6891 2010-05-06 Richard Guenther <rguenther@suse.de>
6893 PR tree-optimization/43571
6894 * domwalk.c (walk_dominator_tree): Walk the dominator
6895 sons in more optimal order.
6897 2010-05-06 Richard Guenther <rguenther@suse.de>
6899 PR tree-optimization/43934
6900 * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
6901 (stmt_cost): Likewise.
6902 (extract_true_false_args_from_phi): New helper.
6903 (determine_max_movement): For PHI nodes verify we can hoist them
6904 and compute their cost.
6905 (determine_invariantness_stmt): Handle PHI nodes.
6906 (move_computations_stmt): Likewise. Hoist PHI nodes in
6907 if-converted form using COND_EXPRs.
6908 (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
6909 (tree_ssa_lim): Likewise.
6910 * tree-flow.h (tree_ssa_lim): Adjust prototype.
6911 * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
6913 2010-05-06 Richard Guenther <rguenther@suse.de>
6915 PR tree-optimization/43987
6916 * tree-ssa-structalias.c (could_have_pointers): For possibly
6917 address-taken variables force pointers to be recorded.
6918 (create_variable_info_for_1): Likewise.
6919 (push_fields_onto_fieldstack): Pass in wheter all fields
6921 (find_func_aliases): Query types instead of vars whether
6922 they contain pointers where appropriate.
6924 2010-05-06 Jan Hubicka <jh@suse.cz>
6926 * cgraphbuild.c (record_reference_ctx): Add varpool_node.
6927 (record_reference, mark_address, mark_load, mark_store): Record
6929 (record_references_in_initializer): Update call of record_references.
6930 (rebuild_cgraph_edges): Remove all references before rebuiding.
6931 * cgraph.c (cgraph_create_node): Clear ref list.
6932 (cgraph_remove_node): Remove references.
6933 (dump_cgraph_node): Dump references.
6934 (cgraph_clone_node): Clone references.
6935 * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
6936 (struct cgraph_node, varpool_node): Add ref_lst.
6937 * ipa-ref.c: New file.
6938 * ipa-ref.h: New file.
6939 * ipa-ref-inline.h: New file.
6940 * lto-cgraph.c (output_varpool): Take cgrag node set argument.
6941 (referenced_from_other_partition_p): New function.
6942 (lto_output_varpool_node): Take set arugment; call
6943 referenced_from_other_partition.
6944 (lto_output_ref): New.
6945 (add_references): New.
6947 (output_cgraph): Compute boundary based on references; output refs.
6948 (output_varpool): Accept cgraph_node_set argument.
6951 (input_cgraph): Call input_refs.
6952 * lto-section-in.c (lto_section_name): Add refs.
6953 * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
6954 (ipa-ref.o): New file.
6955 * varpool.c (varpool_node): Clear ipa ref list.
6956 (varpool_remove_node): Remove references.
6957 (dump_varpool_node): Dump references.
6958 (varpool_assemble_decl): Only compile finalized ones.
6959 (varpool_extra_name_alias): Initialize ref list.
6960 * lto-streamer.c (lto-get_section_name): Add .refs section.
6961 * lto-streamer.h (lto_section_type): Add LTO_section_refs.
6962 (referenced_from_other_partition_p): Declared.
6964 2010-05-06 Ira Rosen <irar@il.ibm.com>
6966 PR tree-optimization/43901
6967 * tree-vect-stmts.c (vectorizable_call): Assert that vector
6968 type is not NULL if it's transformation phase, and return
6969 FALSE if it's analysis.
6970 (vectorizable_conversion, vectorizable_operation,
6971 vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
6973 2010-05-05 Andrew Pinski <andrew.pinski@caviumnetworks.com>
6975 * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
6977 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
6979 * config/mips/mips-protos.h
6980 (mips_small_register_classes_for_mode_p): Delete prototype.
6982 2010-05-06 Bernd Schmidt <bernds@codesourcery.com>
6984 * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
6985 * config/arm/arm.c (multiple_operation_profitable_p,
6986 compute_offset_order): New static functions.
6987 (load_multiple_sequence, store_multiple_sequence): Use them.
6988 Replace constant 4 with MAX_LDM_STM_OPS. Compute order[0] from
6989 memory offsets, not register numbers.
6990 (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
6992 2010-05-05 Steven Bosscher <steven@gcc.gnu.org>
6994 * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
6995 (get_pending_sizes, put_pending_size, put_pending_sizes):
6996 Update the uses of pending_sizes.
6997 * c-decl.c (store_parm_decls): Likewise.
6998 * c-tree.h (struct c_arg_info): Likewise.
6999 * tree.h: Update the prototype for get_pending_sizes and
7002 2010-05-05 Jason Merrill <jason@redhat.com>
7005 * c-common.c (handle_aligned_attribute): Respect
7006 ATTR_FLAG_TYPE_IN_PLACE.
7009 * target.h (struct gcc_target): Add attribute_takes_identifier_p.
7010 * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
7011 (TARGET_INITIALIZER): Use it.
7012 * c-common.c (attribute_takes_identifier_p): Call it.
7013 * c-common.h: Update prototype.
7014 * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
7015 (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
7017 2010-05-05 Jakub Jelinek <jakub@redhat.com>
7020 * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
7021 DW_ID_down_case for Fortran compilation units.
7023 2010-05-05 Jan Hubicka <jh@suse.cz>
7025 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
7028 2010-05-05 Eric Botcazou <ebotcazou@adacore.com>
7030 * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
7031 a variable-sized RESULT_DECL.
7033 2010-05-05 Maxim Kuvyrkov <maxim@codesourcery.com>
7035 * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
7037 2010-05-05 Jason Merrill <jason@redhat.com>
7040 * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
7042 (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
7044 2010-05-05 Alexandre Oliva <aoliva@redhat.com>
7045 Jakub Jelinek <jakub@redhat.com>
7048 * df-problems.c (struct dead_debug_use, struct dead_debug): New.
7049 (dead_debug_init, dead_debug_finish): New functions.
7050 (dead_debug_add, dead_debug_insert_before): Likewise.
7051 (df_note_bb_compute): Initialize a dead_debug object, add dead
7052 debug uses to it, insert debug bind insns before death insns,
7053 reset debug insns that refer to pending uses at the end.
7054 * rtl.h (make_debug_expr_from_rtl): New prototype.
7055 * varasm.c (make_debug_expr_from_rtl): New function.
7057 2010-05-05 Jan Hubicka <jh@suse.cz>
7059 * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
7060 (lto_varpool_encoder_new, lto_varpool_encoder_delete,
7061 lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
7062 lto_varpool_encoder_deref, lto_varpool_encoder_size,
7063 lto_varpool_encoder_encode_initializer_p,
7064 lto_set_varpool_encoder_encode_initializer): New functions.
7065 (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
7066 call output_varpool.
7067 (input_varpool_node): Do not always set analyzed.
7068 (input_cgraph_1): Return vector of cgraph nodes.
7069 (input_varpool_1): Return vector of varpools.
7070 (input_cgraph): Free the vectors.
7071 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
7072 output only initializers needed.
7073 (lto_output): Only call output_cgraph.
7074 (produce_asm_for_decls): Call lto_varpool_encoder_delete.
7075 * lto-section-out.c (lto_new_out_decl_state): Initialize
7076 state->varpool_node_encoder.
7077 * lto-streamer.h (lto_varpool_encoder_d): New.
7078 (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
7079 (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
7080 (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
7081 lto_varpool_encoder_encode, lto_varpool_encoder_delete,
7082 lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
7084 (output_varpool, input_varpool): Remove declarations.
7086 2010-05-05 Jan Hubicka <jh@suse.cz>
7088 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
7089 with body can prevail.
7091 2010-05-05 Jan Hubicka <jh@suse.cz>
7093 * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
7096 2010-05-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7098 * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
7100 * gengtype.h (erro_at_line): Constify pos argument.
7102 * gengtype.c: Include hashtab.h.
7103 (enum gc_used): Document GC_MAYBE_POINTED_TO.
7104 (error_at_line): Constify pos argument.
7105 (do_typedef): Initialize p->opt field.
7106 (get_file_gtfilename): Fix comment typo.
7107 (struct walk_type_data): Constify line field.
7108 (get_output_file_for_structure): New function.
7109 (write_local_func_for_structure): Constify orig_s argument.
7110 Use get_output_file_for_structure.
7111 (write_func_for_structure): Use get_output_file_for_structure.
7112 (INDENT): New define.
7113 (dump_pair, dump_type, dump_type_list, dump_typekind)
7114 (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
7115 (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
7117 (seen_types): New variable.
7118 (main): New variable do_dump. Process "-d" command line option.
7119 Call dump_everything if dump requested.
7121 2010-05-05 Jakub Jelinek <jakub@redhat.com>
7123 * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
7124 in a temporary instead of invoking the macro multiple times.
7125 (track_expr_p): Likewise.
7127 2010-05-04 Neil Vachharajani <nvachhar@google.com>
7129 * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
7131 * opts.c (decode_options): Enable -Werror=coverage-mismatch.
7132 * coverage.c (get_coverage_counts): Always emit a warning. Adjust
7133 conditions for printing notes.
7134 * common.opt (-Wcoverage-mismatch): Allow negative, default to
7135 true, update documentation.
7136 * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
7138 2010-05-04 Jakub Jelinek <jakub@redhat.com>
7141 * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
7144 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
7147 * config/i386/i386.md (sse_prologue_save): Clobber CC register.
7148 (*sse_prologue_save_insn1): Likewise.
7149 (SSE prologue save splitter): Likewise.
7151 2010-05-04 Eric Botcazou <ebotcazou@adacore.com>
7153 * tree.c (free_lang_data_in_one_sizepos): New inline function.
7154 (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
7155 types. Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
7156 (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
7157 all decls. Call it on DECL_FIELD_OFFSET of fields.
7158 (find_decls_types_r): Follow DECL_VALUE_EXPR.
7159 (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
7161 2010-05-04 Martin Jambor <mjambor@suse.cz>
7163 * tree-sra.c (build_access_from_expr_1): The first parameter type
7164 changed to simple tree.
7165 (build_access_from_expr): Likewise, gsi parameter was eliminated.
7166 (scan_assign_result): Renamed to assignment_mod_result, enum elements
7168 (build_accesses_from_assign): Removed all parameters except for a
7169 simple gimple statement. Now returns a simple bool.
7170 (scan_function): All non-analysis parts moved to separate functions
7171 sra_modify_function_body and ipa_sra_modify_function_body. Removed all
7172 parameters and updated both callers.
7173 (sra_modify_expr): Removed parameter data.
7174 (sra_modify_function_body): New function.
7175 (perform_intra_sra): Call sra_modify_function_body to modify the
7177 (replace_removed_params_ssa_names): Parameter data changed into
7179 (sra_ipa_modify_expr): Likewise. Also removed unused parameter gsi and
7180 changed the parameter dont_convert to convert with the opposite
7182 (sra_ipa_modify_assign): Parameter data changed into adjustments
7183 vector, return value changed to bool.
7184 (ipa_sra_modify_function_body): New function.
7185 (sra_ipa_reset_debug_stmts): Updated a comment.
7186 (modify_function): Use ipa_sra_modify_function_body to modify function
7189 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
7192 * alias.c (true_dependence): Handle the same VALUE in x and mem.
7193 (canon_true_dependence): Likewise.
7194 (write_dependence_p): Likewise.
7196 2010-05-04 Jan Hubicka <jh@suse.cz>
7198 * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
7199 * cgraphbuild.c: Include ipa-utils.h
7200 (record_reference_ctx): New struct.
7201 (record_reference): Simplify to work on initializers; not statements.
7202 (mark_address, mark_load, mark_store): New.
7203 (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
7205 (record_references_in_initializer): Update use of record_reference.
7206 (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
7209 2010-05-04 Jan Hubicka <jh@suse.cz>
7211 * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
7212 node will be removed anyway.
7213 (lto_varpool_replace_node): Allow also unanalyzed nodes;
7214 relink aliases of node into prevailing node.
7215 * varpool.c (varpool_remove_node): Remove aliases properly;
7216 when removing node, remove all its aliases too; remove DECL_INITIAL
7217 of removed node; ggc_free the varpool node.
7219 2010-05-04 Richard Guenther <rguenther@suse.de>
7221 PR tree-optimization/43879
7222 * tree-ssa-structalias.c (alias_get_name): Use
7223 DECL_ASSEMBLER_NAME if available.
7224 (create_function_info_for): Return the varinfo node.
7225 (ipa_pta_execute): Associate same-body aliases and extra names
7226 with their origin nodes varinfo. Dump DECL_ASSEMBLER_NAME.
7228 2010-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
7230 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
7232 2010-05-04 Mikael Pettersson <mikpe@it.uu.se>
7235 * ira-color.c (assign_hard_reg): Declare rclass and add_cost
7236 only if HONOR_REG_ALLOC_ORDER is not defined.
7238 2010-05-04 Richard Guenther <rguenther@suse.de>
7240 PR tree-optimization/43949
7241 * tree-vrp.c (extract_range_from_binary_expr): Only handle
7244 2010-04-26 Jason Merrill <jason@redhat.com>
7246 * c.opt (-fstrict-enums): New.
7247 * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
7249 2010-05-03 David Ung <davidu@mips.com>
7250 James E. Wilson <wilson@codesourcery.com>
7252 * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
7253 emit the trap instruction before the divide for TUNE_74K.
7255 2010-05-03 Steven Bosscher <steven@gcc.gnu.org>
7257 * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
7258 (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
7259 based on the above, for new target hook.
7261 * hooks.c (hook_bool_mode_true): New generic hook.
7262 * hooks.h (hook_bool_mode_true): Add prototype.
7264 * target.h (struct gcc_target): Add small_register_classes_for_mode_p
7266 * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
7267 target hook, set to hook_bool_mode_false.
7268 * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
7269 * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
7270 with targetm.small_register_classes_for_mode_p.
7271 (find_reusable_reload): Likewise.
7272 (combine_reloads): Likewise.
7273 * reload1.c (reload_as_needed): Likewise.
7274 * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
7275 * ifcvt.c (noce_process_if_block, check_cond_move_block,
7276 dead_or_predicable): Likewise.
7277 * regmove.c (optimize_reg_copy_1): Likewise.
7278 * calls.c (prepare_call_address): Likewise.
7279 (precompute_register_parameters): Likewise.
7281 * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
7283 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
7284 implementation of the hook that considers all register classes
7285 small except for SH64.
7286 (sh_override_options): Use the new hook.
7287 * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
7290 * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
7292 * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
7293 implementation of the hook that considers all register classes
7295 * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
7298 * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
7300 * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
7301 implementation of the hook that considers all register classes
7303 * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
7306 * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
7308 * config/m32c/m32c.h: Likewise.
7309 * config/pdp11/pdp11.h: Likewise.
7310 * config/avr/avr.h: Likewise.
7311 * config/xtensa/xtensa.h: Likewise.
7312 * config/m68hc11/m68hc11.h: Likewise.
7313 * config/mn10300/mn10300.h: Likewise.
7314 * config/mcore/mcore.h: Likewise.
7315 * config/h8300/h8300.h: Likewise.
7316 * config/bfin/bfin.h: Likewise.
7318 * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
7319 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
7321 2010-05-03 Anatoly Sokolov <aesok@post.ru>
7323 * double-int.h (tree_to_double_int): Remove macro.
7324 (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
7325 * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
7326 (tree_to_double_int): New function.
7327 * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
7329 * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
7331 2010-05-03 Richard Guenther <rguenther@suse.de>
7333 PR tree-optimization/43971
7334 * tree-ssa-structalias.c (get_constraint_for_1): Fix
7335 constraints in the !flag_delete_null_pointer_checks case.
7337 2010-05-03 Jakub Jelinek <jakub@redhat.com>
7340 * config/i386/i386.c (ix86_delegitimize_address): Make sure the
7341 result mode matches original rtl mode.
7343 2010-05-03 Dave Korn <dave.korn.cygwin@gmail.com>
7346 * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
7348 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
7350 * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
7351 when processing flag options.
7353 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
7355 * gcov-iov.c (main): Change format string placeholder
7356 from %#08x to 0x%08x.
7357 * genchecksum.c (dosum): Change format string placeholder
7358 from %#02x to 0x%02x.
7360 2010-05-02 Richard Guenther <rguenther@suse.de>
7362 PR tree-optimization/43879
7363 * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
7365 2010-05-02 Bruno Haible <bruno@clisp.org>
7367 * doc/extend.texi (Function Attributes): Fix a typo.
7369 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
7372 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
7373 placeholder from 0x%x to %#x.
7374 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
7375 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
7376 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
7377 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
7378 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
7379 * config/i386/i386.c (ix86_target_string): Ditto.
7380 * config/i386/i386.c (output_pic_addr_const): Ditto.
7381 (print_operand): Ditto.
7383 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
7385 * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
7386 placeholder from 0x%x to %#x.
7387 (ASM_OUTPUT_DEBUG_DATA1): Ditto.
7388 (ASM_OUTPUT_DEBUG_DATA4): Ditto.
7389 (ASM_OUTPUT_DEBUG_DATA): Ditto.
7390 (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
7391 (ASM_OUTPUT_DEBUG_DATA8): Ditto.
7392 * optc-gen.awk: Ditto.
7393 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
7394 (HOST_WIDE_INT_PRINT_HEX): Ditto.
7395 (HOST_WIDEST_INT_PRINT_HEX): Ditto.
7396 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
7398 2010-05-01 Anatoly Sokolov <aesok@post.ru>
7400 * target.h (struct calls): Add function_value_regno_p field.
7401 * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
7402 (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
7403 * targhooks.c (default_function_value_regno_p): New function.
7404 * targhooks.h (default_function_value_regno_p): Declare function.
7405 * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
7406 * builtins.c. (apply_result_size): (Ditto.).
7407 * combine.c. (likely_spilled_retval_p): (Ditto.).
7408 * mode-switching.c. Include 'target.h'.
7409 (create_pre_exit): Use function_value_regno_p hook.
7410 * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
7411 * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
7412 TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
7414 * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
7415 * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
7416 (ix86_function_value_regno_p): Declare as static, change argument
7417 type to const unsigned int.
7418 * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
7420 2010-05-01 Richard Guenther <rguenther@suse.de>
7422 PR tree-optimization/43949
7423 * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
7425 (extract_range_from_binary_expr): Handle *_MOD_EXPR.
7427 2010-05-01 Anatoly Sokolov <aesok@post.ru>
7429 * rtl.h (CONST_DOUBLE_P): Define.
7430 (rtx_to_double_int): Declare.
7431 * emit-rtl.c (rtx_to_double_int): New function.
7432 * dwarf2out.c (insert_double): New function.
7433 (loc_descriptor, add_const_value_attribute): Clean up, use
7434 rtx_to_double_int and insert_double functions.
7436 2010-05-01 Jonathan Wakely <jwakely.gcc@gmail.com>
7438 * doc/extend.texi (Inline): Add missing return keyword to examples.
7439 (Function Attributes, Variable Attributes, Pragmas): Hyphenate
7442 2010-04-30 Eric Botcazou <ebotcazou@adacore.com>
7444 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
7445 the variable part of the offset as well. Use highest_pow2_factor for
7446 all alignment checks.
7448 2010-04-30 Richard Guenther <rguenther@suse.de>
7450 PR tree-optimization/43879
7451 * tree-ssa-structalias.c (type_could_have_pointers): Functions
7454 2010-04-30 Jan Hubicka <jh@suse.cz>
7456 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
7458 (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
7460 2010-04-30 Jan Hubicka <jh@suse.cz>
7462 * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
7464 * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
7465 * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
7466 (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
7467 cgraph_node_set_needs_ltrans_p): Remove.
7469 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
7471 * sdbout.c: Include vec.h, do not include varray.h.
7472 (deferred_global_decls, sdbout_global_decl,
7473 sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
7474 * toplev.c: Do not include varray.h.
7475 (dump_memory_report): Do not dump VARRAY statistics.
7476 * gengtype.c (open_base_file): Ignore varray.h.
7477 * Makefile.in: Update for abovementioned changes.
7478 Remove all traces of varray.c and varray.h.
7479 * varray.c: Remove file.
7480 * varray.h: Remove file.
7482 2010-04-30 Jan Hubicka <jh@suse.cz>
7484 * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
7487 2010-04-30 Jan Hubicka <jh@suse.cz>
7489 * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
7492 2010-04-30 Richard Guenther <rguenther@suse.de>
7494 * tree-ssa-structalias.c (get_constraint_for_1): Generate
7495 constraints for CONSTRUCTOR.
7497 2010-04-30 Richard Guenther <rguenther@suse.de>
7500 * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
7501 first after all lowering passes.
7503 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
7505 * toplev.c: Include varray.h for statistics dumping.
7506 * tree.h: Do not declare varray_head_tag.
7507 * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
7508 regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
7509 c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
7510 gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
7511 lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
7512 tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
7513 c-common.c, c-common.h, reg-stack.c, basic-block.h,
7514 tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
7516 * Makefile.in: Update for abovementioned changes.
7518 2010-04-30 Jakub Jelinek <jakub@redhat.com>
7521 * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
7523 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
7525 * config/picochip/picochip.c (picochip_legitimize_address): Define.
7526 Use this function to do machine-specific conversion.
7527 (picochip_legitimize_reload_address): Likewise.
7528 (picochip_legitimate_address_p): Check valid base register only if
7530 (picochip_check_conditional_copy): Check for modw only if opnd is
7532 * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
7533 to call the function in c.
7534 * config/picochip/picochip-protos.h
7535 (picochip_legitimize_reload_address): Define.
7536 * config/picochip/picochip.md (supported_compare1): Define.
7538 2010-04-30 Jan Hubicka <jh@suse.cz>
7540 * cgraph.h (cgraph_local_info): Remove for_functions_valid.
7541 (cgraph_global_info): Remove inlined.
7542 (LTO_cgraph_tag_names): Remove.
7543 (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
7544 * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
7545 simplify cgraph tags and document.
7546 (lto_output_node): Use only LTO_cgraph_unavail_node and
7547 LTO_cgraph_analyzed_node; Do not save analzed, reachable,
7548 for_functions_valid, global info, process and output flags.
7549 (input_overwrite_node): Initialize estimated stack size and
7550 estimated growth. Do not read flags we no longer store.
7551 (input_node): Likewise do not read info no longer stored.
7552 * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
7555 2010-04-30 Richard Guenther <rguenther@suse.de>
7557 PR tree-optimization/43879
7558 * tree-ssa-structalias.c (get_constraint_for_1): Properly
7559 handle non-zero initializers.
7561 2010-04-30 Richard Guenther <rguenther@suse.de>
7563 * builtins.c (fold_builtin_1): Delete free (0).
7565 2010-04-29 Jan Hubicka <jh@suse.cz>
7567 * gengtype.c (open_base_files): Add lto-streamer.h
7568 * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
7569 (pass_ipa_cp): GGC collect.
7570 * toplev. (compile_file): Do not output symbols.
7571 * ipa-inline.c (pass_ipa_inline): Add ggc collect.
7572 * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
7573 TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
7574 * lto-section-in.c: Include ggc.h
7575 (lto_new_in_decl_state): Alloc in GGC.
7576 (lto_delete_in_decl_state): Likewise.
7577 * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
7580 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
7583 * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
7584 ORDER_REGS_FOR_LOCAL_ALLOC. All instances of this macro changed.
7585 (HONOR_REG_ALLOC_ORDER): Describe new macro.
7586 * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
7587 * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
7588 account only if HONOR_REG_ALLOC_ORDER is not defined.
7589 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
7590 * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
7592 2010-04-29 Jon Grant <04@jguk.org>
7594 * collect2.c (vflag): Change type from int to bool.
7596 (helpflag): New global bool.
7597 (main): Set vflag and debug with boolean, not integer truth values.
7598 Accept new "--help" option and output usage text if found.
7599 * collect2.h (vflag): Update prototype.
7602 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
7605 * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
7607 2010-04-29 Richard Guenther <rguenther@suse.de>
7610 * plugin.h (invoke_plugin_callbacks): Annotate arguments
7611 with ATTRIBUTE_UNUSED.
7613 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
7616 * config/i386/i386.c (get_some_local_dynamic_name): Replace
7617 INSN_P with NONDEBUG_INSN_P.
7618 (distance_non_agu_define): Likewise.
7619 (distance_agu_use): Likewise.
7621 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
7623 From Dominique d'Humieres <dominiq@lps.ens.fr>
7625 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
7628 2010-04-29 Brian Hackett <bhackett1024@gmail.com>
7630 * plugin.h (invoke_plugin_callbacks): New inline function.
7631 * plugin.c (flag_plugin_added): New global flag.
7632 (add_new_plugin): Initialize above flag.
7633 (invoke_plugin_callbacks): Rename to ...
7634 (invoke_plugin_callbacks_full): ... this.
7636 2010-04-28 Jan Hubicka <jh@suse.cz>
7638 * lto-symtab.c (lto_symtab_entry_def) Add vnode.
7639 (lto_varpool_replace_node): New.
7640 (lto_symtab_resolve_symbols): Resolve varpool nodes.
7641 (lto_symtab_merge_decls_1): Prefer decls with varpool node.
7642 (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
7643 * cgraph.h (varpool_node_ptr): New type.
7644 (varpool_node_ptr): New vector.
7645 (varpool_node_set_def): New structure.
7646 (varpool_node_set): New type.
7647 (varpool_node_set): New vector.
7648 (varpool_node_set_element_def): New structure.
7649 (varpool_node_set_element, const_varpool_node_set_element): New types.
7650 (varpool_node_set_iterator): New type.
7651 (varpool_node): Add prev pointers, add used_from_other_partition,
7653 (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
7654 varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
7655 varpool_get_node, varpool_remove_node): Declare.
7656 (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
7657 varpool_node_set_size): New inlines.
7658 * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
7659 * tree-pass.h (varpool_node_set_def): Forward declare.
7660 (ipa_opt_pass_d): Summary writting takes vnode sets too.
7661 (ipa_write_optimization_summaries): Update prototype.
7662 * ipa-cp.c (ipcp_write_summary): Update.
7663 * ipa-reference.c (ipa_reference_write_summary): Update.
7664 * lto-cgraph.c (lto_output_varpool_node): New static function.
7665 (output_varpool): New function.
7666 (input_varpool_node): New static function.
7667 (input_varpool_1): New function.
7668 (input_cgraph): Input varpool.
7669 * ipa-pure-const.c (pure_const_write_summary): Update.
7670 * lto-streamer-out.c (lto_output): Update, output varpool too.
7671 (write_global_stream): Kill WPA hack.
7672 (produce_asm_for_decls): Update.
7673 (output_alias_pair_p): Handle variables.
7674 (output_unreferenced_globals): Output only needed partition of varpool.
7675 * ipa-inline.c (inline_write_summary): Update.
7676 * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
7678 * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
7679 * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
7680 varpool_node_set_new, varpool_node_set_add,
7681 varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
7682 debug_varpool_node_set): New functions.
7683 * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
7684 (execute_one_pass): Process new decls too.
7685 (ipa_write_summaries_2): Pass around vsets.
7686 (ipa_write_summaries_1): Likewise.
7687 (ipa_write_summaries): Build vset; be more selective about cgraph nodes
7689 (ipa_write_optimization_summaries_1): Pass around vsets.
7690 (ipa_write_optimization_summaries): Likewise.
7691 * varpool.c (varpool_get_node): New.
7692 (varpool_node): Update doubly linked lists.
7693 (varpool_remove_node): New.
7694 (dump_varpool_node): More dumping.
7695 (varpool_enqueue_needed_node): Update doubly linked lists.
7696 (decide_is_variable_needed): Kill ltrans hack.
7697 (varpool_finalize_decl): Kill lto hack.
7698 (varpool_assemble_decl): Skip decls in other partitions.
7699 (varpool_assemble_pending_decls): Update doubly linkes lists.
7700 (varpool_empty_needed_queue): Likewise.
7701 (varpool_extra_name_alias): Likewise.
7702 * lto-streamer.c (lto_get_section_name): Add vars section.
7703 * lto-streamer.h (lto_section_type): Update.
7704 (output_varpool, input_varpool): Declare.
7706 2010-04-28 Mike Stump <mikestump@comcast.net>
7708 * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
7710 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
7712 * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
7713 record or union type with RECORD_OR_UNION_TYPE_P predicate.
7714 (lto_input_ts_type_tree_pointers): Likewise.
7715 * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
7716 (lto_output_ts_type_tree_pointers): Likewise.
7718 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
7720 Uniquization of constants at the Tree level
7721 * tree.h (DECL_IN_CONSTANT_POOL): New macro.
7722 (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
7724 (tree_output_constant_def): Declare.
7725 * gimplify.c (gimplify_init_constructor): When using block copy, first
7726 uniquize the constant constructor on the RHS.
7727 * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
7728 DECL_IN_CONSTANT_POOL flag.
7729 * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
7730 * varasm.c (make_decl_rtl): Deal with variables belonging to the global
7732 (assemble_variable): Deal with symbols belonging to the tree constant
7734 (get_constant_section): Add ALIGN parameter and simplify.
7735 (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
7736 (assemble_constant_contents): Use the expression of the VAR_DECL.
7737 (output_constant_def_contents): Use the alignment of the VAR_DECL.
7738 (tree_output_constant_def): New global function.
7739 (mark_constant): Use the expression of the VAR_DECL.
7740 (place_block_symbol): Use the alignment of the VAR_DECL and the size of
7742 (output_object_block): Likewise and assemble the expression.
7744 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
7746 * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
7747 hash_tree, eq_tree): New tree hash table.
7748 (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
7749 [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
7750 lto_orig_address_remove): Reimplement.
7752 2010-04-28 Xinliang David Li <davidxl@google.com>
7755 * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
7756 (compute_uninit_opnds_pos): New function.
7757 (is_non_loop_exit_postdominating): New function.
7758 (compute_control_dep_chain): New function.
7759 (find_pdom): New function.
7760 (convert_control_dep_chain_into_preds): New function.
7761 (find_predicates): New function.
7762 (find_control_equiv_block): New function.
7763 (collect_phi_def_edges): New function.
7764 (find_def_preds): New function.
7765 (find_dom): New function.
7766 (dump_predicates): New function.
7767 (get_cmp_code): New function.
7768 (is_value_included_in): New function.
7769 (find_matching_predicate_in_rest_chains): New function.
7770 (use_pred_not_overlap_with_undef_path_pred): New function.
7771 (is_use_properly_guarded): New function.
7772 (normalize_cond_1): New function.
7773 (is_and_or_or): New function.
7774 (normalize_cond): New function.
7775 (is_gcond_subset_of): New function.
7776 (is_subset_of_any): New function.
7777 (is_or_set_subset_of): New function.
7778 (is_and_set_subset_of): New function.
7779 (is_norm_cond_subset_of): New function.
7780 (is_pred_expr_subset_of): New function.
7781 (is_pred_chain_subset_of): New function.
7782 (is_included_in): New function.
7783 (is_superset_of): New function.
7784 (find_uninit_use): New function.
7785 (warn_uninitialized_phi): New function.
7786 (compute_possibly_undefined_names): New function.
7787 (ssa_undefined_value_p): New function.
7788 (execute_late_warn_uninitialized): New function.
7789 * tree-ssa.c (ssa_undefined_value_p): Removed.
7790 (warn_uninit): Changed to extern.
7791 (warn_uninitialized_phi): Removed.
7792 (warn_uninitialized_vars): Changed to extern.
7793 (execute_late_warn_uninitialized): Removed
7794 * tree-flow.h: Add new prototypes.
7795 * timevar.def: Add new time variable.
7796 * Makefile.in: Add new build file.
7798 2010-04-28 Uros Bizjak <ubizjak@gmail.com>
7800 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
7803 2010-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7806 * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
7808 2010-04-28 Martin Jambor <mjambor@suse.cz>
7810 * cgraph.h (struct cgraph_node): New field indirect_calls.
7811 (struct cgraph_indirect_call_info): New type.
7812 (struct cgraph_edge): Removed field indirect_call. New fields
7813 indirect_info, indirect_inlining_edge and indirect_unknown_callee.
7814 (cgraph_create_indirect_edge): Declare.
7815 (cgraph_make_edge_direct): Likewise.
7816 (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
7817 * ipa-prop.h (struct ipa_param_call_note): Removed.
7818 (struct ipa_node_params): Removed field param_calls.
7819 (ipa_create_all_structures_for_iinln): Declare.
7820 * cgraph.c: Described indirect edges and uids in initial comment.
7821 (cgraph_add_edge_to_call_site_hash): New function.
7822 (cgraph_edge): Search also among the indirect edges, use
7823 cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
7824 (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
7825 one, use cgraph_add_edge_to_call_site_hash to add edges to the call
7827 (initialize_inline_failed): Assign a reason to indirect edges.
7828 (cgraph_create_edge_1): New function.
7829 (cgraph_create_edge): Moved some functionality to
7830 cgraph_create_edge_1.
7831 (cgraph_create_indirect_edge): New function.
7832 (cgraph_edge_remove_callee): Add an assert checking for
7834 (cgraph_edge_remove_caller): Special-case indirect edges.
7835 (cgraph_remove_edge): Likewise.
7836 (cgraph_set_edge_callee): New function.
7837 (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
7838 (cgraph_make_edge_direct): New function.
7839 (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
7840 the declaration of the call statement matches.
7841 (cgraph_node_remove_callees): Special-case indirect edges.
7842 (cgraph_clone_edge): Likewise.
7843 (cgraph_clone_node): Clone also the indirect edges.
7844 (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
7845 indirect_call, dump count of indirect_calls edges.
7846 * ipa-prop.c (iinlining_processed_edges): New variable.
7847 (ipa_note_param_call): Create indirect edges instead of
7848 creating notes. New parameter node.
7849 (ipa_analyze_call_uses): New parameter node, pass it on to
7850 ipa_note_param_call.
7851 (ipa_analyze_stmt_uses): Likewise.
7852 (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
7853 (print_edge_addition_message): Work on edges rather than on notes.
7854 (update_call_notes_after_inlining): Likewise, renamed to
7855 update_indirect_edges_after_inlining.
7856 (ipa_create_all_structures_for_iinln): New function.
7857 (ipa_free_node_params_substructures): Do not free notes.
7858 (ipa_edge_duplication_hook): Propagate bits within
7859 iinlining_processed_edges bitmap.
7860 (ipa_node_duplication_hook): Do not duplicate notes.
7861 (free_all_ipa_structures_after_ipa_cp): Renamed to
7862 ipa_free_all_structures_after_ipa_cp.
7863 (free_all_ipa_structures_after_iinln): Renamed to
7864 ipa_free_all_structures_after_iinln.
7865 (ipa_write_param_call_note): Removed.
7866 (ipa_read_param_call_note): Removed.
7867 (ipa_write_indirect_edge_info): New function.
7868 (ipa_read_indirect_edge_info): Likewise.
7869 (ipa_write_node_info): Do not stream notes, do stream information
7871 (ipa_read_node_info): Likewise.
7872 (lto_ipa_fixup_call_notes): Removed.
7873 * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
7874 * ipa-inline.c (pass_ipa_inline): Likewise.
7875 * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
7876 * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
7877 * tree-inline.c (copy_bb): Removed an unnecessary double check for
7879 * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
7881 * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
7882 (output_cgraph): Stream also indirect edges.
7883 (lto_output_edge): Added capability to stream indirect edges.
7884 (input_edge): Likewise.
7885 (input_cgraph_1): Likewise.
7886 * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
7889 2010-04-28 Richard Guenther <rguenther@suse.de>
7891 PR tree-optimization/43879
7892 PR tree-optimization/43909
7893 * tree-ssa-structalias.c (struct variable_info): Add
7894 only_restrict_pointers flag.
7895 (new_var_info): Initialize it. Increment stats.total_vars here.
7896 (create_function_info_for): Do not increment stats.total_vars here.
7897 (get_function_part_constraint): Fix build with C++.
7898 (insert_into_field_list): Remove.
7899 (push_fields_onto_fieldstack): Properly merge fields.
7900 (create_variable_info_for): Split and simplify.
7901 (create_variable_info_for_1): New piece.
7902 (intra_create_variable_infos): Properly make restrict constraints
7905 2010-04-28 Richard Guenther <rguenther@suse.de>
7908 * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
7910 2010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org>
7911 Jan Hubicka <hubicka@ucw.cz>
7913 * doc/invoke.texi (-Wsuggest-attribute=const,
7914 -Wsuggest-attribute=pure): Document.
7915 * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
7916 (function_always_visible_to_compiler_p,
7917 suggest_attribute, warn_function_pure, warn_function_const):
7919 (check_call): Improve debug info.
7920 (analyze_function): Do not check availability.
7921 (add_new_function): Check availability.
7922 (propagate): Output warnings.
7923 (skip_function_for_local_pure_const): New function.
7924 (local_pure_const): Use it; output warnings.
7925 * common.opt (Wsuggest-attribute=const,
7926 Wsuggest-attribute=pure): New.
7928 2010-04-27 Jakub Jelinek <jakub@redhat.com>
7930 * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
7931 force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
7932 or DW_CFA_def_cfa_offset{,_sf}.
7934 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
7936 * tree.h: Fix truncated long macros.
7938 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
7940 * collect2.c (TARGET_64BIT): Redefine to target's default.
7941 * tlink.c: Likewise.
7942 * config/i386/cygming.h (USER_LABEL_PREFIX): Define
7943 dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
7944 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
7945 for underscoring __USER_LABEL_PREFIX__.
7946 * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
7947 (SUB_LINK_ENTRY32): New.
7948 (SUB_LINK_ENTRY64): New.
7949 (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
7950 * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
7951 (SUB_LINK_ENTRY64): New.
7952 (SUB_LINK_ENTRY): New.
7953 (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
7954 (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
7955 x64 target is choosen.
7956 * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
7957 * configure: Regenerated.
7958 * configure.ac (leading-mingw64-underscores): Option added.
7960 2010-04-27 Jan Hubicka <jh@suse.cz>
7962 * doc/invoke.texi (-fipa-profile): Document.
7963 * opts.c (decode_options): Enable ipa-profile at -O1.
7964 * timevar.def (TV_IPA_PROFILE): Define.
7965 * common.opt (fipa-profile): Add.
7966 * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
7968 (cgraph_propagate_frequency): Handle only local ones.
7969 * tree-pass.h (pass_ipa_profile): Declare.
7970 * ipa-profile.c (gate_profile): Use flag_ipa_profile.
7971 (pass_ipa_profile): Use TV_IPA_PROFILE.
7972 * ipa.c (ipa_profile): New function.
7973 (gate_ipa_profile): Likewise.
7974 (pass_ipa_profile): New global variable.
7975 * passes.c (pass_ipa_profile): New.
7977 2010-04-27 Nathan Froyd <froydnj@codesourcery.com>
7979 * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
7981 2010-04-27 Martin Jambor <mjambor@suse.cz>
7984 * ipa.c (dissolve_same_comdat_group_list): New function.
7985 (function_and_variable_visibility): Call
7986 dissolve_same_comdat_group_list when comdat group contains external or
7988 * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
7989 lists are circular and that they contain only DECL_ONE_ONLY nodes.
7991 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
7993 * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
7994 (const_hash_1) <VECTOR_CST>: New case.
7995 (compare_constant) <VECTOR_CST>: Likewise.
7996 <ADDR_EXPR>: Deal with LABEL_REFs.
7997 (copy_constant) <VECTOR_CST>: New case.
7999 2010-04-27 Jan Hubicka <jh@suse.cz>
8001 * cgraph.c (cgraph_propagate_frequency): New function.
8002 * cgraph.h (cgraph_propagate_frequency): Declare.
8003 * ipa-inline.c (cgraph_clone_inlined_nodes): Call
8004 cgraph_propagate_frequency.
8006 2010-04-27 Jakub Jelinek <jakub@redhat.com>
8008 * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
8010 2010-04-27 Bernd Schmidt <bernds@codesourcery.com>
8013 * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
8014 (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
8015 here to determine which regs to push and how much stack to reserve.
8017 2010-04-27 Jie Zhang <jie@codesourcery.com>
8019 * doc/gimple.texi (gimple_statement_with_ops): Remove
8020 addresses_taken field.
8021 (gimple_statement_with_memory_ops): Likewise.
8023 2010-04-27 Jan Hubicka <jh@suse.cz>
8025 * tree-inline.c (eni_inlining_weights): Remove.
8026 (estimate_num_insns): Special case more builtins.
8028 2010-04-27 Shujing Zhao <pearly.zhao@oracle.com>
8031 * c-typeck.c (build_binary_op): Move forward check for comparison
8032 pointer with null pointer constant and adjust the diagnostic message.
8034 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
8037 * configure.ac (gcc_cv_as_section_has_align): Set if installed
8038 binutils supports extended .section directive needed by LTO, or
8039 warn if older binutils found.
8040 (LTO_BINARY_READER): New AC_SUBST'd variable.
8041 (LTO_USE_LIBELF): Likewise.
8042 * gcc/config.gcc (lto_binary_reader): New target-specific configure
8044 * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
8045 (LTO_USE_LIBELF): Likewise.
8046 * configure: Regenerate.
8048 * collect2.c (is_elf): Rename from this ...
8049 (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
8050 object files in addition to ELF-formatted ones.
8051 (scan_prog_file): Caller updated. Also allow for LTO info marker
8052 symbol to be prefixed or not by an extra underscore.
8054 * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
8055 * config/i386/winnt.c: Also #include lto-streamer.h
8056 (i386_pe_asm_named_section): Specify 1-byte section alignment for
8058 (i386_pe_asm_output_aligned_decl_common): Add comment.
8059 (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
8061 2010-04-27 Hans-Peter Nilsson <hp@bitrange.com>
8064 * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
8065 Add missing earlyclobber for second alternative.
8067 2010-04-26 Bernd Schmidt <bernds@codesourcery.com>
8069 * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
8070 bits for artificial defs at the top of the block.
8071 * fwprop.c (single_def_use_enter_block): Don't call it.
8073 2010-04-26 Jack Howarth <howarth@bromo.med.uc.edu>
8076 * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
8077 instead of "$gcc_cv_objdump -T".
8078 Use "-undefined dynamic_lookup" on darwin.
8079 * gcc/configure: Regenerate.
8081 2010-04-26 Jakub Jelinek <jakub@redhat.com>
8084 * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
8086 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
8088 * c-parser.c (struct c_token): Move location field up.
8089 * c-tree.h (struct c_typespec): Move expr_const_operands field up.
8090 (struct c_declspecs): Convert typespec_word, storage_class, and
8091 default_int_p into bitfields.
8092 (struct c_declarator): Move loc field up.
8094 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
8096 * cfgloop.h (struct loop): Move can_be_parallel field up.
8097 * ipa-prop.h (struct ip_node_params): Move bitfields up.
8098 * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
8100 (struct iv_cand): Convert pos field into a bitfield.
8101 * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
8103 (struct _stmt_vec_info): Shuffle fields for better packing.
8105 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
8107 * varasm.c (IN_NAMED_SECTION): Remove guard.
8108 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
8109 (IN_NAMED_SECTION_P): ...this.
8110 (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
8111 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
8113 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
8115 * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
8116 Use VOID_TYPE_P for all void type tests. Adjust TYPE variable instead
8117 of shadowing it. Fix comments.
8119 2010-04-26 Jan Hubicka <jh@suse.cz>
8121 * cgraph.c (cgraph_create_node): Set node frequency to normal.
8122 (cgraph_clone_node): Copy function frequency.
8123 * cgraph.h (node_frequency): New enum
8124 (struct cgraph_node): Add.
8125 * final.c (rest_of_clean_state): Update.
8126 * lto-cgraph.c (lto_output_node): Output node frequency.
8127 (input_overwrite_node): Input node frequency.
8128 * tre-ssa-loop-ivopts (computation_cost): Update.
8129 * lto-streamer-out.c (output_function): Do not output function
8131 * predict.c (maybe_hot_frequency_p): Update and handle functions
8133 (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
8135 (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
8136 (compute_function_frequency): Set noreturn functions to be executed
8138 (choose_function_section): Update.
8139 * lto-streamer-in.c (input_function): Do not input function frequency.
8140 * function.c (allocate_struct_function): Do not initialize function
8142 * function.h (function_frequency): Remove.
8143 (struct function): Remove function frequency.
8144 * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
8145 (try_update): Update.
8146 * tree-inline.c (initialize_cfun): Do not update function frequency.
8147 * passes.c (pass_init_dump_file): Update.
8148 * i386.c (ix86_compute_frame_layout): Update.
8149 (ix86_pad_returns): Update.
8151 2010-04-26 Jie Zhang <jie@codesourcery.com>
8153 PR tree-optimization/43833
8154 * tree-vrp.c (range_int_cst_p): New.
8155 (range_int_cst_singleton_p): New.
8156 (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
8157 when both operands are constants. Use range_int_cst_p in
8160 2010-04-26 Jan Hubicka <jh@suse.cz>
8162 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
8164 2010-04-26 Richard Guenther <rguenther@suse.de>
8167 * gimple.c (gimple_decl_printable_name): Deal gracefully
8168 with a NULL DECL_NAME.
8170 2010-04-26 Richard Guenther <rguenther@suse.de>
8173 * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
8174 if emitting debug information and it is either a function
8175 or a namespace decl.
8177 2010-04-26 Ira Rosen <irar@il.ibm.com>
8179 * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
8180 determine if the statement is vectorizable, and a macro to access it.
8181 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
8182 Skip statements that can't be vectorized. If the analysis fails,
8183 mark the statement as unvectorizable if vectorizing basic block.
8184 (vect_compute_data_refs_alignment): Likewise.
8185 (vect_verify_datarefs_alignment): Skip statements marked as
8186 unvectorizable. Add print.
8187 (vect_analyze_group_access): Skip statements that can't be
8188 vectorized. If the analysis fails, mark the statement as
8189 unvectorizable if vectorizing basic block.
8190 (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
8191 * tree-vect-stmts.c (vectorizable_store): Fix the number of
8192 generated stmts for SLP.
8193 (new_stmt_vec_info): Initialize the new field.
8194 * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
8195 statements marked as unvectorizable.
8197 2010-04-25 Joseph Myers <joseph@codesourcery.com>
8199 * c-common.c (flag_isoc1x): New.
8200 (flag_isoc99): Update comment.
8201 * c-common.h (flag_isoc1x): New.
8202 (flag_isoc99): Update comment.
8203 * c-cppbuiltin.c (builtin_define_float_constants): Also define
8204 __<type>_DECIMAL_DIG__.
8205 * c-opts.c (set_std_c1x): New.
8206 (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
8207 (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
8208 * c.opt (-std=c1x, -std=gnu1x): New options.
8209 * doc/cpp.texi: Mention -std=c1x.
8210 * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
8211 * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
8212 * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
8213 * doc/standards.texi: Mention C1X.
8214 * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
8215 LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
8216 LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
8219 2010-04-25 Uros Bizjak <ubizjak@gmail.com>
8221 * config/i386/gmon-sol2.c (_mcleanup): Change format string
8222 placeholder from 0x%x to %#x.
8223 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
8224 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
8225 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
8226 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
8227 * config/i386/i386.c (ix86_target_string): Ditto.
8228 (output_pic_addr_const): Ditto.
8229 (print_operand): Ditto.
8231 2010-04-25 Paolo Bonzini <bonzini@gnu.org>
8233 * combine.c (find_split_point): Add third argument. Use it
8234 to find nested multiply-accumulate instructions. Adjust calls.
8235 (try_combine): Adjust call to find_split_point.
8237 2010-04-24 Gerald Pfeifer <gerald@pfeifer.com>
8239 * doc/contrib.texi (Contributors): Add Dodji Seketeli.
8241 2010-04-24 Bernd Schmidt <bernds@codesourcery.com>
8243 PR tree-optimization/41442
8244 * fold-const.c (merge_truthop_with_opposite_arm): New function.
8245 (fold_binary_loc): Call it.
8247 2010-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
8249 * toplev.c (general_init): Set default for fdiagnostics-show-option.
8250 * opts.c (common_handle_option): Allow disabling it.
8251 * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
8253 2010-04-23 Eric Botcazou <ebotcazou@adacore.com>
8255 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
8256 between modes if both types are integral.
8258 2010-04-23 Richard Guenther <rguenther@suse.de>
8260 PR tree-optimization/43572
8261 * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
8263 2010-04-23 Richard Guenther <rguenther@suse.de>
8266 * tree-inline.c (tree_can_inline_p): Also check compatibility
8269 2010-04-23 Martin Jambor <mjambor@suse.cz>
8271 PR tree-optimization/43846
8272 * tree-sra.c (struct access): New flag grp_assignment_read.
8273 (build_accesses_from_assign): Set grp_assignment_read.
8274 (sort_and_splice_var_accesses): Propagate grp_assignment_read.
8275 (enum mark_read_status): New type.
8276 (analyze_access_subtree): Propagate grp_assignment_read, create
8277 accesses also if both direct_read and root->grp_assignment_read.
8279 2010-04-23 Martin Jambor <mjambor@suse.cz>
8282 * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
8283 function does not have type attributes.
8285 2010-04-23 Richard Guenther <rguenther@suse.de>
8288 * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
8291 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8293 * sese.h (create_if_region_on_edge): Remove.
8295 * sese.c (create_if_region_on_edge): Make static.
8297 * tree-inline.c: Do not include ggc.h.
8299 * expr.c: Do not include ggc.h.
8301 * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
8304 2010-04-22 Kaz Kojima <kkojima@gcc.gnu.org>
8307 * config/sh/sh.c (find_barrier): Don't emit a constant pool
8308 in the middle of insns for casesi_worker_2.
8310 2010-04-22 David Edelsohn <edelsohn@gnu.org>
8312 * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
8314 2010-04-22 Ira Rosen <irar@il.ibm.com>
8316 PR tree-optimization/43842
8317 * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
8318 loop unrolling in update of exit phis. Fix comment.
8319 * tree-vect-slp.c (vect_analyze_slp): Check that there are at
8320 least two reduction statements in the loop before starting SLP
8323 2010-04-22 Nick Clifton <nickc@redhat.com>
8325 * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
8327 2010-04-22 Alexander Monakov <amonakov@ispras.ru>
8329 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
8332 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8334 * tree-parloops.c (loop_parallel_p): New argument
8335 parloop_obstack. Pass it down.
8336 (parallelize_loops): New variable parloop_obstack. Initialize it,
8337 pass it down, free it.
8339 * tree-loop-linear.c (linear_transform_loops): Pass down
8342 * tree-data-ref.h (lambda_compute_access_matrices): New argument
8343 of type struct obstack *.
8345 * tree-data-ref.c (analyze_subscript_affine_affine): New variable
8346 scratch_obstack. Initialize it, pass down, free it.
8348 * lambda.h (lambda_loop_new): Remove.
8349 (lambda_matrix_new, lambda_matrix_inverse)
8350 (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
8351 argument of type struct obstack *.
8353 * lambda-trans.c (lambda_trans_matrix_new): New argument
8354 lambda_obstack. Pass it down, use obstack allocation for ret.
8355 (lambda_trans_matrix_inverse): New argument lambda_obstack. Pass
8358 * lambda-mat.c (lambda_matrix_get_column)
8359 (lambda_matrix_project_to_null): Remove.
8360 (lambda_matrix_new): New argument lambda_obstack. Use obstack
8362 (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
8365 * lambda-code.c (lambda_loop_new): New function.
8366 (lambda_lattice_new, compute_nest_using_fourier_motzkin)
8367 (lambda_compute_auxillary_space, lambda_compute_target_space)
8368 (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
8369 (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
8370 (build_access_matrix): New argument lambda_obstack. Use obstack
8372 (lambda_compute_step_signs, lambda_compute_access_matrices): New
8373 argument lambda_obstack. Pass it down.
8375 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
8377 * optabs.h (expand_widening_mult): Declare.
8379 2010-04-22 Richard Guenther <rguenther@suse.de>
8381 PR tree-optimization/43845
8382 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
8383 lookup the CALL_EXPR function and arguments.
8385 2010-04-22 Nick Clifton <nickc@redhat.com>
8387 * config/stormy16/stormy16.c
8388 (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
8389 * config/stormy16/stormy16.h: Tidy up formatting.
8390 (DONT_USE_BUILTIN_SETJMP): Remove definition.
8391 * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
8392 (ineqbranchsi): Delete pattern.
8393 * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
8394 * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
8395 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
8396 stormy16-lib2-ucmpsi2.c.
8398 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
8400 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
8401 df_simulate_find_noclobber_defs as appropriate. Keep track of an
8402 extra set merge_set_noclobber, and use it to relax the final test
8404 * df.h (df_simulate_find_noclobber_defs): Declare.
8405 * df-problems.c (df_simulate_find_defs): Don't ignore partial or
8407 (df_simulate_find_noclobber_defs): New function.
8409 2010-04-22 Uros Bizjak <ubizjak@gmail.com>
8411 * config/i386/i386.md: Use {} around multi-line preparation statements.
8413 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8415 * c-tree.h (push_init_level, pop_init_level, set_init_index)
8416 (process_init_element): New argument of type struct obstack *.
8418 * c-typeck.c (push_init_level, pop_init_level, set_designator)
8419 (set_init_index, set_init_label, set_nonincremental_init)
8420 (set_nonincremental_init_from_string, find_init_member)
8421 (output_init_element, output_pending_init_elements)
8422 (process_init_element): New argument braced_init_obstack. Pass it
8424 (push_range_stack, add_pending_init): New argument
8425 braced_init_obstack. Use obstack allocation.
8427 * c-parser.c (c_parser_initelt, c_parser_initval): New argument
8428 braced_init_obstack. Pass it down.
8429 (c_parser_braced_init): New variables ret, braced_init_obstack.
8430 Initialize obstack, pass it down and finally free it.
8432 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
8435 * tree-pass.h (pass_optimize_widening_mul): Declare.
8436 * tree-ssa-math-opts.c (execute_optimize_widening_mul,
8437 gate_optimize_widening_mul): New static functions.
8438 (pass_optimize_widening_mul): New.
8439 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
8440 <case MULT_EXPR>: Remove support for widening multiplies.
8441 * tree.def (WIDEN_MULT_EXPR): Tweak comment.
8442 * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
8443 simplify_gen_unary rather than directly building extensions.
8444 * tree-cfg.c (verify_gimple_assign_binary): Add tests for
8446 * expmed.c (expand_widening_mult): New function.
8447 * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
8449 2010-04-21 Jan Hubicka <jh@suse.cz>
8451 * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
8452 * lto-section-in.c (lto_section_name): Remove wpa_fixup.
8453 * lto-wpa-fixup.c: Remove.
8454 * Makefile.in (lto-wpa-fixup.o): Remove.
8455 * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
8456 (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
8457 * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
8459 2010-04-21 Jan Hubicka <jh@suse.cz>
8461 * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
8462 add write_optimization_summary, read_optimization_summary.
8463 (ipa_write_summaries_of_cgraph_node_set): Remove.
8464 (ipa_write_optimization_summaries): Declare.
8465 (ipa_read_optimization_summaries): Declare.
8466 * ipa-cp.c (pass_ipa_cp): Update.
8467 * ipa-reference.c (pass_ipa_reference): Update.
8468 * ipa-pure-const.c (pass_ipa_pure_const): Update.
8469 * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
8471 * ipa-inline.c (pass_ipa_inline): Update.
8472 * ipa.c (pass_ipa_whole_program): Update.
8473 * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
8474 * passes.c (ipa_write_summaries_1): Do not test wpa.
8475 (ipa_write_optimization_summaries_1): New.
8476 (ipa_write_optimization_summaries): New.
8477 (ipa_read_summaries): Do not test ltrans.
8478 (ipa_read_optimization_summaries_1): New.
8479 (ipa_read_optimization_summaries): New.
8481 2010-04-21 Jan Hubicka <jh@suse.cz>
8483 * lto-cgraph.c (lto_output_node): Do not output comdat groups
8485 (output_cgraph): Do not arrange comdat groups for boundary nodes.
8487 2010-04-21 Jakub Jelinek <jakub@redhat.com>
8490 * dwarf2out.c (add_name_and_src_coords_attributes): Add
8491 DW_AT_{,MIPS_}linkage_name even for Fortran decls.
8493 2010-04-21 Jan Hubicka <jh@suse.cz>
8495 * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
8497 2010-04-21 Jan Hubicka <jh@suse.cz>
8499 * varpool.c (decide_is_variable_needed): Variable is always needed
8502 2010-04-21 Jan Hubicka <jh@suse.cz>
8504 * opts.c (decode_options): Enable pure-const pass for whopr.
8506 2010-04-21 Jan Hubicka <jh@suse.cz>
8508 * cgraph.c (dump_cgraph_node): Dump also assembler name.
8509 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
8511 (cgraph_decide_inlining): Do not expect callee to be removed in all
8514 2010-04-21 Eric B. Weddington <eric.weddington@atmel.com>
8516 * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
8518 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
8520 * config/i386/i386.md (x86_shrd): Add athlon_decode and
8521 amdfam10_decode attributes.
8523 2010-04-21 Jakub Jelinek <jakub@redhat.com>
8526 * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
8527 OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
8528 (lower_copyprivate_clauses): Use private var in outer
8529 context instead of original var. Make sure the types
8530 are correct for VLAs.
8532 2010-04-21 Richard Guenther <rguenther@suse.de>
8534 * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
8535 to non-pointer objects.
8537 2010-04-21 Jakub Jelinek <jakub@redhat.com>
8539 * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument. Drop
8540 last chain entry if it starts with the still current label.
8541 (add_location_or_const_value_attribute): Check that
8542 loc_list->first->next is NULL instead of comparing ->first with ->last.
8543 (dwarf2out_var_location): Pass last_label resp. last_postcall_label
8544 to add_var_loc_to_decl.
8546 * dwarf2out.c (output_call_frame_info): For dw_cie_version
8547 >= 4 add also address size and segment size fields into CIE header.
8549 * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
8550 long as address size is the same as sizeof (void *) and
8552 * unwind-dw2-fde.c (get_cie_encoding): Likewise. If
8553 address size or segment size is unexpected, return DW_EH_PE_omit.
8554 (classify_object_over_fdes): If get_cie_encoding returned
8555 DW_EH_PE_omit, return -1.
8556 (init_object): If classify_object_over_fdes returned -1,
8557 pretend there were no FDEs at all.
8559 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
8561 * config/i386/i386.md (bswap<mode>2): Macroize expander from
8562 bswap{si,di}2 using SWI48 mode iterator.
8563 (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
8564 SWI48 mode iterator. Set type attribute of bswap insn to bitmanip,
8565 set modrm attribute of bswap insn to 0 and remove length attribute.
8566 (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
8567 iterator. Set type attribute to bitmanip, set modrm attribute to 0,
8568 set mode attribute to <MODE> and remove length attribute.
8570 2010-04-20 James E. Wilson <wilson@codesourcery.com>
8572 PR rtl-optimization/43520
8573 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
8574 zero available registers.
8576 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8578 * builtins.c (fold_builtin_cproj): Fold more cases.
8580 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8582 * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
8583 (fold_builtin_1): Fold builtin cproj.
8584 * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
8585 Use ATTR_CONST_NOTHROW_LIST.
8587 2010-04-20 Uros Bizjak <ubizjak@gmail.com>
8589 * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
8590 and ffsdi2 using SWI48 mode iterator. Expand SImode insn through
8591 ffsi2_no_cmove for !TARGET_CMOVE.
8592 (ffssi2_no_cmove): Rename from *ffs_no_cmove. Make public.
8593 (ffssi2): Remove expander.
8594 (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
8596 (ctz<mode>2): Ditto from ctz{si,di}2.
8597 (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
8599 (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
8602 2010-04-20 Jakub Jelinek <jakub@redhat.com>
8604 * dwarf2out.c (AT_linkage_name): Define.
8605 (clone_as_declaration): Handle DW_AT_linkage_name.
8606 (add_name_and_src_coords_attributes): Use AT_linkage_name instead
8607 of DW_AT_MIPS_linkage_name.
8608 (move_linkage_attr): Likewise.
8609 (dwarf2out_finish): Likewise.
8611 2010-04-20 Xinliang David Li <davidxl@gcc.gnu.org>
8614 * fold-const.c (fold_comparison): New folding rule.
8616 2010-04-20 Anatoly Sokolov <aesok@post.ru>
8618 * double-int.h (double_int_setbit): Declare.
8619 * double-int.c (double_int_setbit): New function.
8620 * rtl.h (immed_double_int_const): Declare.
8621 * emit-rtl.c (immed_double_int_const): New function.
8622 * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
8623 and immed_double_int_const functions.
8624 * optabs.c (expand_absneg_bit, expand_copysign_absneg,
8625 expand_copysign_bit): (Ditto.).
8626 * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
8627 * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
8628 * dojump.c (prefer_and_bit_test): (Ditto.).
8629 * expr.c (convert_modes, reduce_to_bit_field_precision,
8630 const_vector_from_tree): (Ditto.).
8631 * expmed.c (mask_rtx, lshift_value): (Ditto.).
8633 2010-04-20 Jan Hubicka <jh@suse.cz>
8635 * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
8636 (dump_cgraph_node): Dump new flags.
8637 * cgraph.h (struct cgraph_node): Add flags
8638 reachable_from_other_partition and in_other_partition.
8639 (cgraph_can_remove_if_no_direct_calls_p): Functions used by
8640 other partition can not be removed.
8641 * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
8642 the other partition must be output; silence sanity checking on
8643 leaking functions bodies from other paritition.
8644 * lto-cgraph.c (reachable_from_other_partition_p): New function.
8645 (lto_output_node): Output new flags; do not sanity check that inline
8646 clones are output; drop lto_forced_extern_inline_p code; do not mock
8647 visibility flags at partition boundaries.
8648 (add_node_to): New function.
8649 (output_cgraph): Use it to sort functions so masters appear before
8651 (input_overwrite_node): Input new flags.
8652 * passes.c (ipa_write_summaries): Do not call
8653 lto_new_extern_inline_states.
8654 * lto-section-out.c (forced_extern_inline,
8655 lto_new_extern_inline_states lto_delete_extern_inline_states,
8656 lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
8657 * lto-streamer.h (lto_new_extern_inline_states,
8658 * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
8659 lto_forced_extern_inline_p): Kill.
8661 2010-04-20 Richard Guenther <rguenther@suse.de>
8663 * tree-ssa-structalias.c (do_sd_constraint): Add edges only
8664 from vars that can have pointers.
8665 (process_constraint): Dump useless constraints.
8667 2010-04-20 Richard Guenther <rguenther@suse.de>
8669 * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
8670 (dump_sa_points_to_info): Remove asserts.
8671 (init_base_vars): nothing_id isn't an escape point nor does it
8674 2010-04-20 Jakub Jelinek <jakub@redhat.com>
8676 * tree.h (TYPE_REF_IS_RVALUE): Define.
8677 * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
8678 should_move_die_to_comdat, prune_unused_types_walk): Handle
8679 DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
8680 (modified_type_die, gen_reference_type_die): Emit
8681 DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
8682 if TYPE_REF_IS_RVALUE and -gdwarf-4.
8684 2010-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8687 * config/s390/s390.c (s390_emit_call): Turn direct into indirect
8688 calls for -fpic -m31 if they have been sibcall optimized.
8690 2010-04-19 James E. Wilson <wilson@codesourcery.com>
8692 * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
8693 ar.lc fixed and call-used.
8695 * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
8697 2010-04-19 Jan Hubicka <jh@suse.cz>
8699 * opts.c (decode_options): Disable whpr incompatible passes.
8700 * lto/lto.c (lto_1_to_1_map): Skip clones.
8701 (read_cgraph_and_symbols): Do not mark everything as needed.
8702 (do_whole_program_analysis): Do map only after optimizing;
8703 set proper cgraph_state; use passmanager.
8705 2010-04-19 DJ Delorie <dj@redhat.com>
8707 * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
8708 POINTER_PLUS_EXPR and fix them.
8710 2010-04-19 Eric B. Weddington <eric.weddington@atmel.com>
8712 * config/avr/avr-devices.c (avr_mcu_types): Add support for new
8713 devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
8714 attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
8715 atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
8716 atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
8717 atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
8718 atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
8719 atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
8720 m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
8721 atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
8722 * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
8724 2010-04-19 Eric Botcazou <ebotcazou@adacore.com>
8726 * ifcvt.c (noce_try_cmove_arith): Fix long lines.
8727 (check_cond_move_block): Likewise.
8728 (cond_move_process_if_block): Likewise.
8729 (noce_find_if_block): Improve formatting.
8730 (find_if_header): Pass 0 to memset and tweak conditions.
8731 (cond_exec_find_if_block): Fix long lines and tweak conditions.
8733 2010-04-19 Jakub Jelinek <jakub@redhat.com>
8735 * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
8739 * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
8740 with non-local decl doesn't need chain.
8742 2010-04-19 Vladimir Makarov <vmakarov@redhat.com>
8744 * ira-color.c (allocno_reload_assign): Avoid accumulating
8745 reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
8747 2010-04-19 Martin Jambor <mjambor@suse.cz>
8749 * gimple.h (create_tmp_reg): Declare.
8750 * gimplify.c (create_tmp_reg): New function.
8751 (gimplify_return_expr): Use create_tmp_reg.
8752 (gimplify_omp_atomic): Likewise.
8753 (gimple_regimplify_operands): Likewise.
8754 * tree-dfa.c (make_rename_temp): Likewise.
8755 * tree-predcom.c (predcom_tmp_var): Likewise.
8756 (reassociate_to_the_same_stmt): Likewise.
8757 * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
8758 (get_replaced_param_substitute): Likewise.
8759 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
8760 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
8761 * tree-ssa-pre.c (get_representative_for): Likewise.
8762 (create_expression_by_pieces): Likewise.
8763 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
8764 (create_tailcall_accumulator): Likewise.
8766 2010-04-19 Martin Jambor <mjambor@suse.cz>
8768 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
8770 (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
8772 2010-04-19 Richard Guenther <rguenther@suse.de>
8774 PR tree-optimization/43796
8775 * tree-vrp.c (adjust_range_with_scev): Lookup init and step
8776 from SCEV in the lattice.
8777 (vrp_visit_phi_node): Dump change.
8779 2010-04-19 Richard Guenther <rguenther@suse.de>
8781 * configure.ac: Fix quoting around elf_getshstrndx ABI check.
8782 * configure: Re-generated.
8784 2010-04-19 Richard Guenther <rguenther@suse.de>
8786 PR tree-optimization/43783
8787 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
8788 constant ARRAY_REF operands two and three if possible.
8790 2010-04-19 Uros Bizjak <ubizjak@gmail.com>
8793 * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
8795 2010-04-19 Jie Zhang <jie@codesourcery.com>
8798 * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
8800 2010-04-19 Ira Rosen <irar@il.ibm.com>
8802 PR tree-optimization/37027
8803 * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
8804 and macro to access it.
8805 (vectorizable_reduction): Add argument.
8806 (vect_get_slp_defs): Likewise.
8807 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
8808 statements for possible use in SLP.
8809 (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
8810 (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
8811 (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
8813 (vectorizable_reduction): Likewise.
8814 * tree-vect-stmts.c (vect_get_vec_defs): Update call to
8816 (vectorizable_type_demotion, vectorizable_type_promotion,
8817 vectorizable_store): Likewise.
8818 (vect_analyze_stmt): Update call to vectorizable_reduction.
8819 (vect_transform_stmt): Likewise.
8820 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
8821 (vect_build_slp_tree): Fix indentation. Check that there are no loads
8822 from different interleaving chains in same node.
8823 (vect_slp_rearrange_stmts): New function.
8824 (vect_supported_load_permutation_p): Allow load permutations for
8825 reductions. Call vect_slp_rearrange_stmts() to rearrange statements
8826 inside SLP nodes if necessary.
8827 (vect_analyze_slp_instance): Handle reductions.
8828 (vect_analyze_slp): Try to build SLP instances originating from groups
8830 (vect_detect_hybrid_slp_stmts): Skip reduction statements.
8831 (vect_get_constant_vectors): Create initial vectors for reductions
8832 according to reduction code. Add new argument.
8833 (vect_get_slp_defs): Add new argument, pass it to
8834 vect_get_constant_vectors.
8835 (vect_schedule_slp_instance): Remove SLP tree root statements.
8837 2010-04-19 Jakub Jelinek <jakub@redhat.com>
8839 * tree.h (ENUM_IS_SCOPED): Define.
8840 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
8841 for ENUM_IS_SCOPED enums.
8843 2010-04-18 Eric Botcazou <ebotcazou@adacore.com>
8845 * fold-const.c (fold_comparison): Use ssizetype.
8846 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
8847 * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
8848 * tree-loop-distribution.c (build_size_arg_loc): Likewise.
8849 * tree-object-size.c (compute_object_sizes): Use size_type_node.
8851 * tree.h (initialize_sizetypes): Remove parameter.
8852 (build_common_tree_nodes): Remove second parameter.
8853 * stor-layout.c (initialize_sizetypes): Remove parameter.
8854 Always create an unsigned type.
8855 (set_sizetype): Assert that the passed type is unsigned and simplify.
8856 * tree.c (build_common_tree_nodes): Remove second parameter.
8857 Adjust call to initialize_sizetypes.
8858 * c-decl.c (c_init_decl_processing): Remove second argument in call to
8859 build_common_tree_nodes.
8861 2010-04-18 Matthias Klose <doko@ubuntu.com>
8863 * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
8865 2010-04-18 Ira Rosen <irar@il.ibm.com>
8867 PR tree-optimization/43771
8868 * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
8869 load permutation doesn't have gaps.
8871 2010-04-18 Jan Hubicka <jh@suse.cz>
8873 * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
8874 (sse_prologue_save_insn expander): Use new pattern.
8875 (sse_prologue_save_insn1): New pattern and splitter.
8876 (sse_prologue_save_insn): Update to deal also with 64bit aligned
8878 * i386.c (setup_incoming_varargs_64): Do not compute jump
8880 (ix86_gimplify_va_arg): Update alignment needed.
8881 (ix86_local_alignment): Do not align all local arrays to 128bit.
8883 2010-04-17 Jan Hubicka <jh@suse.cz>
8885 * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
8887 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
8889 * arm.md (negdi2): Remove redundant code to force values into a
8892 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
8894 * arm/bpabi.S: Add EABI alignment attributes to objects.
8895 * arm/bpabi-v6m.S: Likewise.
8896 * arm/crti.asm: Likewise.
8897 * arm/crtn.asm: Likewise.
8898 * arm/lib1funcs.asm: Likewise.
8899 * arm/libunwind.S: Likewise.
8901 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
8903 * arm-protos.h (tune_params): New structure.
8904 * arm.c (current_tune): New variable.
8905 (arm_constant_limit): Delete.
8906 (struct processors): Add pointer to the tune parameters.
8907 (arm_slowmul_tune): New tuning option.
8908 (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
8909 (all_cores): Adjust to pick up the tuning model.
8910 (arm_constant_limit): New function.
8911 (arm_override_options): Select the appropriate tuning model. Delete
8912 initialization of arm_const_limit.
8913 (arm_split_constant): Use the new constant-limit model.
8914 (arm_rtx_costs): Pick up the current tuning model.
8915 * arm.md (is_strongarm, is_xscale): Delete.
8916 * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
8917 for Xscale variant architectures.
8918 (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
8920 2010-04-17 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8922 * config/arm/arm.c (arm_gen_constant): Remove unused variable
8924 (arm_rtx_costs_1): Remove unused variable extra_cost.
8925 (arm_unwind_emit_set): Use variable offset.
8926 (thumb1_output_casesi): Remove unused variable flags.
8928 2010-04-16 Jeff Law <law@redhat.com>
8930 * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
8931 needing assignment rather than doing a two-phase assignment. Remove
8932 unused variable 'm'.
8934 2010-04-16 Jakub Jelinek <jakub@redhat.com>
8937 * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
8939 2010-04-16 Doug Kwan <dougkwan@google.com>
8941 * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
8942 (next_operand_entry_id): New static variable.
8943 (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
8944 (add_to_ops_vec): Assigned unique ID to operand entry.
8945 (struct oecount_s): New field ID.
8946 (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
8947 (undistribute_ops_list): Assign unique IDs to oecounts.
8948 (init_reassoc): reset next_operand_entry_id.
8950 2010-04-16 Doug Kwan <dougkwan@google.com>
8952 * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
8953 missing left parenthesis.
8955 2010-04-16 Uros Bizjak <ubizjak@gmail.com>
8957 * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
8958 *btdi_rex64 using SWI48 mode iterator.
8959 (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
8960 (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
8961 *jcc_btdi_mask_rex64.
8963 2010-04-16 Anatoly Sokolov <aesok@post.ru>
8965 * double-int.h (tree_to_double_int): Convert to macro.
8966 * double-int.c (tree_to_double_int): Remove.
8968 2010-04-16 Jakub Jelinek <jakub@redhat.com>
8971 * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
8972 with want_address 2 and in case a single element list might be
8973 possible, call it again with want_address 0.
8975 2010-04-12 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
8977 * config/h8300/h8300.c (print_operand) : Modify case 'V' and
8978 case 'W' print operands for HI mode.
8979 * config/h8300/h8300.h (Y0, Y2) : New constraints.
8980 * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
8981 (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
8982 * config/h8300/predicate.md (bit_register_indirect_operand): New.
8984 * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
8986 * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
8987 cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
8988 #xx:3 and #xx:4 mode.
8990 * config/h8300/h8300.md (inverted load with HImode dest): Add
8991 support for H8300SX.
8993 * config/h8300/predicate.md (bit_operand): Allow immediate values that
8994 satisfy 'U' constraint.
8996 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8998 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
8999 * configure: Regenerate.
9000 * config.in: Regenerate.
9001 * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
9004 2010-04-16 Richard Guenther <rguenther@suse.de>
9006 * tree.h (struct tree_decl_minimal): Move pt_uid ...
9007 (struct tree_decl_common): ... here.
9008 (DECL_PT_UID): Adjust.
9009 (SET_DECL_PT_UID): Likewise.
9010 (DECL_PT_UID_SET_P): Likewise.
9012 2010-04-16 Richard Guenther <rguenther@suse.de>
9014 PR tree-optimization/43572
9015 * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
9016 * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
9017 * tree-flow.h (is_call_clobbered): Remove.
9018 * tree-flow-inline.h (is_call_clobbered): Likewise.
9019 * tree-dfa.c (dump_variable): Do not dump call clobber state.
9020 * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
9021 (execute_return_slot_opt): Adjust.
9022 * tree-tailcall.c (suitable_for_tail_opt_p): Remove
9023 check for call clobbered vars here.
9024 (find_tail_calls): Move tailcall verification to the
9027 2010-04-16 Diego Novillo <dnovillo@google.com>
9029 * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
9031 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
9034 * config/arm/arm.md (cbranchqi4): New pattern.
9035 * config/arm/predicates.md (const0_operand,
9036 cbranchqi4_comparison_operator): New predicates.
9038 2010-04-16 Richard Guenther <rguenther@suse.de>
9040 * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
9041 (dump_gimple_stmt): Likewise.
9043 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
9045 * recog.h (struct recog_data): New field is_operator.
9046 (struct insn_operand_data): New field is_operator.
9047 * recog.c (extract_insn): Set recog_data.is_operator.
9048 * genoutput.c (output_operand_data): Emit code to set the
9050 * reload.c (find_reloads): Use it rather than testing for an
9051 empty constraint string.
9054 * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
9055 If the previous insn is a cbranchsi4_insn with the same arguments,
9056 omit the compare instruction.
9058 * config/arm/arm.md (addsi3_cbranch): If destination is a high
9059 register, inputs must be low registers and we need a low register
9060 scratch. Handle alternative 2 like alternative 3.
9062 2010-04-16 Jakub Jelinek <jakub@redhat.com>
9064 * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
9065 don't call get_addr on both. If one expression is a VALUE and
9066 the other a REG, check VALUE's locs if the REG isn't among them.
9068 2010-04-16 Christian Bruel <christian.bruel@st.com>
9070 * config/sh/sh.h (sh_frame_pointer_required): New function.
9071 * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
9072 (flag_omit_frame_pointer) Set.
9073 (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
9074 (rounded_frame_size): Adjust size with outgoing_args_size.
9075 (sh_set_return_address): Must return from stack pointer.
9076 * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
9077 (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
9078 (ACCUMULATE_OUTGOING_ARGS): Define.
9079 * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
9080 * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
9082 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
9085 * config/sh/sh.c (sh_legitimize_reload_address): Use
9086 MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
9087 Remove a unneeded check for offset_base.
9089 2010-04-15 H.J. Lu <hongjiu.lu@intel.com>
9091 * configure: Regenerated.
9093 2010-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9095 * config/s390/s390.c (s390_call_save_register_used): Switch back
9096 to HARD_REGNO_NREGS.
9098 2010-04-15 Richard Guenther <rguenther@suse.de>
9100 * alias.c (alias_set_subset_of): Handle alias-set zero
9103 2010-04-15 Mark Shinwell <shinwell@codesourcery.com>
9104 Julian Brown <julian@codesourcery.com>
9106 * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
9107 alternatives according to use of high and low regs.
9108 * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
9109 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
9110 optimizing for size on Thumb-2.
9112 2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
9114 * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
9116 2010-04-15 Richard Guenther <rguenther@suse.de>
9118 * tree-ssa-structalias.c (struct variable_info): Add
9120 (new_var_info): Initialize it.
9121 (dump_constraints): Support printing last added constraints.
9122 (debug_constraints): Adjust.
9123 (dump_constraint_graph): Likewise.
9124 (make_heapvar_for): Check for NULL cfun.
9125 (get_function_part_constraint): New function.
9126 (get_fi_for_callee): Likewise.
9127 (find_func_aliases): Properly implement IPA PTA constraints.
9128 (process_ipa_clobber): New function.
9129 (find_func_clobbers): Likewise.
9130 (insert_into_field_list_sorted): Remove.
9131 (create_function_info_for): Properly allocate vars for IPA mode.
9132 Do not use insert_into_field_list_sorted.
9133 (create_variable_info_for): Properly generate constraints for
9134 global vars in IPA mode.
9135 (dump_solution_for_var): Always dump the solution.
9136 (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
9137 (find_what_var_points_to): Adjust.
9138 (pt_solution_set): Change.
9139 (pt_solution_ior_into): New function.
9140 (pt_solution_empty_p): Export.
9141 (pt_solution_includes_global): Adjust.
9142 (pt_solution_includes_1): Likewise.
9143 (pt_solutions_intersect_1): Likewise.
9144 (dump_sa_points_to_info): Check some invariants.
9145 (solve_constraints): Move constraint dumping ...
9146 (compute_points_to_sets): ... here.
9147 (ipa_pta_execute): ... and here.
9148 (compute_may_aliases): Do not re-compute points-to info
9149 locally if IPA info is available.
9150 (ipa_escaped_pt): New global var.
9151 (ipa_pta_execute): Properly implement IPA PTA.
9152 * tree-into-ssa.c (dump_decl_set): Support dumping
9153 decls not in referenced-vars.
9154 * tree-flow.h (struct gimple_df): Add ipa_pta flag.
9155 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
9156 (dump_points_to_solution): Likewise.
9157 * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
9158 * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
9159 (remap_gimple_stmt): Reset call clobber/use information if necessary.
9160 (copy_decl_to_var): Copy DECL_PT_UID.
9161 (copy_result_decl_to_var): Likewise.
9162 * tree.c (make_node_stat): Initialize DECL_PT_UID.
9163 (copy_node_stat): Copy it.
9164 * tree.h (DECL_PT_UID): New macro.
9165 (SET_DECL_PT_UID): Likewise.
9166 (DECL_PT_UID_SET_P): Likewise.
9167 (struct tree_decl_minimal): Add pt_uid member.
9168 * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
9169 (pt_solution_empty_p): Declare.
9170 (pt_solution_set): Adjust.
9171 (ipa_escaped_pt): Declare.
9172 * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
9173 * gimple-pretty-print.c (pp_points_to_solution): New function.
9174 (dump_gimple_call): Dump call clobber/use information.
9175 * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
9176 * tree-pass.h (TDF_ALIAS): New dump option.
9177 * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
9178 * doc/invoke.texi (-fipa-pta): Update documentation.
9180 2010-04-15 Richard Guenther <rguenther@suse.de>
9182 * Makefile.in (OBJS-common): Add gimple-fold.o.
9183 (gimple-fold.o): New rule.
9184 * tree.h (maybe_fold_offset_to_reference,
9185 maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
9187 * gimple.h: ... here.
9188 * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
9189 may_propagate_address_into_dereference): Move prototypes ...
9190 * gimple.h: ... here.
9191 * tree-ssa-ccp.c (get_symbol_constant_value,
9192 may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
9193 maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
9194 maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
9195 maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
9196 ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
9197 fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
9198 gimplify_and_update_call_from_tree): Move ...
9199 * gimple-fold.c: ... here. New file.
9200 (ccp_fold_builtin): Rename to ...
9201 (gimple_fold_builtin): ... this.
9202 * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
9204 2010-04-15 Richard Guenther <rguenther@suse.de>
9206 * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
9207 fit_double_type, force_fit_type_double, add_double_with_sign,
9208 neg_double, mul_double_with_sign, lshift_double, rshift_double,
9209 lrotate_double, rrotate_double, div_and_round_double): Move ...
9210 * double-int.c: ... here.
9211 * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
9212 add_double, neg_double, mul_double_with_sign, mul_double,
9213 lshift_double, rshift_double, lrotate_double, rrotate_double,
9214 div_and_round_double): Move prototypes ...
9215 * double-int.h: ... here.
9217 2010-04-15 Bernd Schmidt <bernds@codesourcery.com>
9220 * config/sh/sh.md (doloop_end_split, dect): Undo previous patch. Use
9221 matching constraints to ensure inputs match the output.
9223 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
9226 * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
9227 in an input-only operand.
9229 2010-04-15 Anatoly Sokolov <aesok@post.ru>
9231 * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
9232 (double_int_not, double_int_lshift, double_int_rshift): Declare.
9233 (double_int_negative_p): Convert to static inline function.
9234 * double-int.c (double_int_lshift, double_int_lshift): New functions.
9235 (double_int_negative_p): Remove.
9236 * tree.h (lshift_double, rshift_double):
9237 * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
9238 * fold-const.c (fold_convert_const_int_from_real,
9239 fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
9240 (lshift_double): Change type of arith argument to bool.
9241 (rshift_double): Change type of arith argument to bool. Correct
9243 * expmed.c (mask_rtx, lshift_value): (Ditto.).
9245 2010-04-14 Bernd Schmidt <bernds@codesourcery.com>
9248 * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
9249 at the start and end of the then/else blocks, and omit them from the
9251 * cfgcleanup.c (flow_find_cross_jump): No longer static. Remove MODE
9252 argument; all callers changed. Pass zero to old_insns_match_p instead.
9253 (flow_find_head_matching_sequence): New function.
9254 (old_insns_match_p): Check REG_EH_REGION notes for calls.
9255 * basic-block.h (flow_find_cross_jump,
9256 flow_find_head_matching_sequence): Declare functions.
9258 2010-04-14 Jason Merrill <jason@redhat.com>
9261 * c-common.c (attribute_takes_identifier_p): New fn.
9262 * c-common.h: Declare it.
9264 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
9266 * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
9268 (*udivmod<mode>4): Ditto.
9270 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
9272 * config/i386/i386.md (maxmin_int): Rename code attribute from
9273 maxminiprefix and update all users.
9274 (maxmin_float): Ditto from maxminfprefix.
9275 (logic): Ditto from logicprefix.
9276 (absneg_mnemonic): Ditto from absnegprefix.
9277 * config/i386/mmx.md: Update all users of maxminiprefix,
9278 maxminfprefix and logicprefix for rename.
9279 * config/i386/sse.md: Ditto.
9280 * config/i386/sync.md (sync_<code><mode>): Update for
9283 2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
9286 * diagnostics.c (diagnostic_report_diagnostic): Mark specially
9287 warnings converted to errors.
9289 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
9291 * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
9292 used insn_type variable.
9293 (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
9294 to avoid set-but-not-used warning.
9296 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
9298 * df-core.c (df_ref_debug): Change format string placeholder
9300 * dwarf2asm.c (dw2_asm_output_data_raw,
9301 dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
9302 dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
9303 * dwarf2out.c (output_cfi, output_cfi_directive,
9304 dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
9305 output_cfa_loc_raw, output_die, output_ranges, output_file_names):
9307 * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
9308 * print-rtl.c (print_rtx): Ditto.
9310 2010-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
9313 * builtins.c (expand_builtin_pow_root): New function to expand pow
9314 calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
9315 series of sqrt and cbrt calls under -ffast-math.
9316 (expand_builtin_pow): Call it.
9318 2010-04-14 Michael Matz <matz@suse.de>
9320 PR tree-optimization/42963
9321 * tree-cfg.c (touched_switch_bbs): New static variable.
9322 (group_case_labels_stmt): New function broken out from ...
9323 (group_case_labels): ... here, use the above.
9324 (start_recording_case_labels): Allocate touched_switch_bbs.
9325 (end_recording_case_labels): Deallocate it, call
9326 group_case_labels_stmt.
9327 (gimple_redirect_edge_and_branch): Remember index of affected BB.
9329 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
9331 * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
9334 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
9336 * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
9338 2010-04-13 Jan Hubicka <jh@suse.cz>
9340 * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
9341 of optimized out static functions.
9342 (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
9343 cost computation. Also sanity check for overflows.
9344 (update_caller_keys): Update cgraph_edge_badness call; properly
9345 update fibheap and sanity check that it is up to date.
9346 (add_new_edges_to_heap): Update cgraph_edge_badness.
9347 (cgraph_decide_inlining_of_small_function): Likewise;
9348 add sanity checking that badness in heap is up to date;
9349 improve dumping of reason; Update badness of calls to the
9350 offline copy of function currently inlined; dump badness
9351 of functions not inlined because of unit growth limits.
9353 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
9356 * c-common.c (pointer_int_sum): Disregard overflow that occured only
9357 because of sign-extension change when converting to sizetype here...
9358 * fold-const.c (fold_convert_const_int_from_int): ...and not here.
9360 * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
9361 the folding to constants. Remove redundant final conversion.
9362 (fold_binary) <associate>: Do not associate if the re-association of
9363 constants alone overflows.
9364 (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
9365 to the end of the list.
9366 (multiple_of_p) <COND_EXPR>: New case.
9368 2010-04-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
9370 * opt-functions.awk (opt_sanitized_name): New.
9372 * optc-gen.awk: Use it
9373 * opth-gen.awk: Use it.
9375 2010-04-13 Martin Jambor <mjambor@suse.cz>
9377 * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
9378 (sra_modify_assign): Delete stmts loading dead data even if racc has no
9379 children. Call replace_uses_with_default_def_ssa_name to handle
9382 2010-04-13 Michael Matz <matz@suse.de>
9385 * builtins.c (expand_builtin_interclass_mathfn): Also create
9386 a register if the predicate doesn't match.
9388 2010-04-13 Diego Novillo <dnovillo@google.com>
9390 * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
9391 * c-pch.c: Include timevar.h.
9392 (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
9393 (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
9394 * ggc-common.c: Include timevar.h.
9395 (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
9396 * timevar.def (TV_PCH_SAVE): Define.
9397 (TV_PCH_CPP_SAVE): Define.
9398 (TV_PCH_PTR_REALLOC): Define.
9399 (TV_PCH_PTR_SORT): Define.
9400 (TV_PCH_RESTORE): Define.
9401 (TV_PCH_CPP_RESTORE): Define.
9403 2010-04-13 Michael Matz <matz@suse.de>
9405 * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
9407 (can_reassociate_p): New function.
9408 (break_up_subtract_bb, reassociate_bb): Use it.
9410 2010-04-13 Richard Guenther <rguenther@suse.de>
9413 * builtins.c (c_readstr): Fix assert.
9415 2010-04-13 Uros Bizjak <ubizjak@gmail.com>
9417 * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
9418 when generating cltd insn.
9420 (*ashl<mode>3_1): Remove special handling for register operand 2.
9421 (*ashlsi3_1_zext): Ditto.
9422 (*ashlhi3_1): Ditto.
9423 (*ashlhi3_1_lea): Ditto.
9424 (*ashlqi3_1): Ditto.
9425 (*ashlqi3_1_lea): Ditto.
9426 (*<shiftrt_insn><mode>3_1): Ditto.
9427 (*<shiftrt_insn>si3_1_zext): Ditto.
9428 (*<shiftrt_insn>qi3_1_slp): Ditto.
9429 (*<rotate_insn><mode>3_1): Ditto.
9430 (*<rotate_insn>si3_1_zext): Ditto.
9431 (*<rotate_insn>qi3_1_slp): Ditto.
9433 2010-04-13 Richard Guenther <rguenther@suse.de>
9435 * tree-ssa-structalias.c (callused_id): Remove.
9436 (call_stmt_vars): New.
9437 (get_call_vi): Likewise.
9438 (lookup_call_use_vi): Likewise.
9439 (lookup_call_clobber_vi): Likewise.
9440 (get_call_use_vi): Likewise.
9441 (get_call_clobber_vi): Likewise.
9442 (make_transitive_closure_constraints): Likewise.
9443 (handle_const_call): Adjust to do per-call call-used handling.
9444 (handle_pure_call): Likewise.
9445 (find_what_var_points_to): Remove general callused handling.
9446 (init_base_vars): Likewise.
9447 (init_alias_vars): Initialize call_stmt_vars.
9448 (compute_points_to_sets): Process call-used and call-clobbered
9449 vars for call statements.
9450 (delete_points_to_sets): Free call_stmt_vars.
9452 2010-04-13 Richard Guenther <rguenther@suse.de>
9454 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
9455 Only add RW dependence for dependence distance zero.
9456 Adjust maximal vectorization factor according to dependences.
9457 Move alignment handling ...
9458 (vect_find_same_alignment_drs): ... here. New function.
9459 (vect_analyze_data_ref_dependences): Adjust.
9460 (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
9461 (vect_analyze_data_refs): Adjust minimal vectorization factor
9462 according to data references.
9463 * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
9464 dependences before determining the vectorization factor.
9465 Analyze alignment after determining the vectorization factor.
9466 * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
9467 dependences before alignment.
9468 * tree-vectorizer.h (vect_analyze_data_ref_dependences):
9470 (vect_analyze_data_refs): Likewise.
9471 (MAX_VECTORIZATION_FACTOR): New define.
9473 2010-04-13 Duncan Sands <baldrick@free.fr>
9475 * except.h (lang_eh_type_covers): Remove.
9476 * except.c (lang_eh_type_covers): Likewise.
9478 2010-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9479 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9481 * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
9482 * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
9483 UNITS_PER_LONG where it is ABI relevant.
9484 (s390_return_addr_rtx): Likewise.
9485 (s390_back_chain_rtx): Likewise.
9486 (s390_frame_area): Likewise.
9487 (s390_frame_info): Likewise.
9488 (s390_initial_elimination_offset): Likewise.
9489 (save_gprs): Likewise.
9490 (s390_emit_prologue): Likewise.
9491 (s390_emit_epilogue): Likewise.
9492 (s390_function_arg_advance): Likewise.
9493 (s390_function_arg): Likewise.
9494 (s390_va_start): Likewise.
9495 (s390_gimplify_va_arg): Likewise.
9496 (s390_function_profiler): Likewise.
9497 (s390_optimize_prologue): Likewise.
9498 (s390_rtx_costs): Likewise.
9499 (s390_secondary_reload): Likewise.
9500 (s390_promote_function_mode): Likewise.
9501 (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
9502 (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
9503 registers available.
9504 (s390_unwind_word_mode): New function.
9505 (s390_function_value): Split 64 bit values into register pair if
9506 used as return value.
9507 (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
9508 function call parameters. Handle parallels.
9509 (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
9510 (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
9511 (DWARF_CIE_DATA_ALIGNMENT): New macro.
9512 (s390_expand_setmem): Remove unused variable src_addr.
9513 * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
9514 deal with 64 bit registers.
9515 * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
9516 Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
9517 (UNITS_PER_LONG): New macro.
9518 * libjava/include/s390-signal.h: Define extended ucontext
9519 structure containing the upper halfs of the 64 bit registers.
9521 2010-04-13 Simon Baldwin <simonb@google.com>
9523 * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
9525 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
9527 * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
9528 rvalue on the RHS if the LHS is of a non-renamable type.
9529 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
9531 2010-04-13 Matthias Klose <doko@ubuntu.com>
9533 * gcc.c (cc1_options): Handle -iplugindir before processing
9534 the cc1 spec. Only add -iplugindir once.
9535 (cpp_unique_options): Add -iplugindir option if -fplugin* options
9537 * common.opt (iplugindir): Remove `Separate' property, initialize.
9538 * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
9540 * Makefile.in (check-%, check-parallel-%): Create plugin dir.
9541 (distclean): Remove plugin dir.
9542 * doc/invoke.texi: Document -iplugindir.
9544 2010-04-13 Basile Starynkevitch <basile@starynkevitch.net>
9546 * doc/plugins.texi (Loading Plugins): Document short
9547 -fplugin=foo option.
9548 (Plugin API): Mention default_plugin_dir_name function.
9550 * gcc.c (find_file_spec_function): Add new declaration.
9551 (static_spec_func): Use it for "find-file".
9552 (find_file_spec_function): Add new function.
9553 (cc1_options): Add -iplugindir option if -fplugin* options found.
9555 * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
9557 * plugin.c (add_new_plugin): Updated comment, and handle short
9559 (default_plugin_dir_name): Added new function.
9561 * common.opt (iplugindir): New option to set the plugin directory.
9563 2010-04-12 Uros Bizjak <ubizjak@gmail.com>
9565 * config/i386/i386.md (any_rotate): New code iterator.
9566 (rotate_insn): New code attribute.
9568 (SWIM124): New mode iterator.
9569 (<rotate_insn>ti3): New expander.
9570 (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
9571 any_rotate code iterator.
9572 (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
9573 using any_rotate code iterator and SWIM124 mode iterator.
9574 (ix86_rotlti3): New insn_and_split pattern.
9575 (ix86_rotrti3): Ditto.
9576 (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
9577 ix86_rotl{di,ti}3 patterns.
9578 (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
9579 (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
9580 and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
9581 *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
9582 code iterator and SWI mode iterator.
9583 (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
9584 Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
9586 (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
9587 Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
9588 (bswap rotatert splitter): Add splitter.
9589 (bswap splitter): Macroize splitter using any_rotate code iterator.
9590 Add insn predicate to split only for TARGET_USE_XCHGB or when
9591 optimizing function for size.
9593 2010-04-12 Steve Ellcey <sje@cup.hp.com>
9595 * config/pa/pa.c (emit_move_sequence): Remove use of
9596 deleted variable flag_argument_noalias.
9598 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9600 * config.gcc: Removed *-*-solaris2.7* from list of obsolete
9602 Add to unsupported targets list.
9603 * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
9604 sparc*-sun-solaris2.[567]* from target lists.
9605 * configure: Regenerate.
9606 * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
9608 Remove Solaris 7 patch references.
9609 (Specific, sparc-sun-solaris2.7): Removed.
9610 (sparc-sun-solaris2*): Update Solaris 7 example.
9611 (sparc64-*-solaris2*): Likewise.
9613 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9615 * config.build (alpha*-dec-osf4*): Remove.
9616 * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
9617 of obsolete configurations.
9618 (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
9620 * config/alpha/t-osf4: Renamed to ...
9621 * config/alpha/t-osf5: ... this.
9622 * config/alpha/osf.h: Renamed to ...
9623 * config/alpha/osf5.h: ... this.
9624 Merged old osf5.h contents.
9626 (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
9627 (EXTRA_SPECS): Removed.
9628 * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
9629 reflect removal of Tru64 UNIX V4.0/V5.0 support.
9632 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9634 * doc/contrib.texi (Contributors, Rainer Orth): Update.
9636 2010-04-12 Kai Tietz <kai.tietz@onevision.com>
9639 * config/i386/i386.c (x86_this_parameter): Handle aggregate for
9640 __thiscall convention.
9642 2010-04-12 Steve Ellcey <sje@cup.hp.com>
9644 * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
9646 * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
9648 2010-04-12 Steve Ellcey <sje@cup.hp.com>
9650 * function.c (assign_parms_initialize_all): Add unused attribute
9653 2010-04-12 Richard Guenther <rguenther@suse.de>
9655 * gsstruct.def (GSS_CALL): New.
9656 * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
9657 * gimple.h: Include tree-ssa-alias.h.
9658 (struct gimple_statement_call): New.
9659 (union gimple_statement_struct_d): Add gimple_call member.
9660 (gimple_call_reset_alias_info): Declare.
9661 (gimple_call_use_set): New function.
9662 (gimple_call_clobber_set): Likewise.
9663 * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
9664 * gimple.c (gimple_call_reset_alias_info): New function.
9665 (gimple_build_call_1): Call it.
9666 * lto-streamer-in.c (input_gimple_stmt): Likewise.
9667 * tree-inline.c (remap_gimple_stmt): Likewise.
9668 (expand_call_inline): Remove callused handling.
9669 * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
9670 * tree-dfa.c (dump_variable): Likewise.
9671 * tree-parloops.c (parallelize_loops): Likewise.
9672 * tree-ssa.c (init_tree_ssa): Likewise.
9673 (delete_tree_ssa): Likewise.
9674 * tree-flow-inline.h (is_call_used): Remove.
9675 * tree-flow.h (struct gimple_df): Remove callused member.
9676 * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
9677 * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
9678 (ref_maybe_used_by_call_p_1): Simplify.
9679 (call_may_clobber_ref_p_1): Likewise.
9680 * tree-ssa-structalias.c (compute_points_to_sets): Set
9681 the call stmt used and clobbered sets.
9682 * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
9683 (find_tail_calls): Verify the tail call.
9685 2010-04-12 Richard Guenther <rguenther@suse.de>
9687 * ipa.c (cgraph_postorder): Adjust postorder to guarantee
9688 single-iteration always-inline inlining.
9689 * ipa-inline.c (cgraph_mark_inline): Do not return anything.
9690 (cgraph_decide_inlining): Do not handle always-inline specially.
9691 (try_inline): Remove always-inline cycle detection special case.
9692 Do not recurse on always-inlines.
9693 (cgraph_early_inlining): Do not iterate if not optimizing.
9694 (cgraph_gate_early_inlining): remove.
9695 (pass_early_inline): Run unconditionally.
9696 (gate_cgraph_decide_inlining): New function.
9697 (pass_ipa_inline): Use it. Do not run the IPA inliner if
9698 not inlining or optimizing.
9699 (cgraph_decide_inlining_of_small_functions): Also consider
9700 always-inline functions.
9701 (cgraph_default_inline_p): Return true for nodes which should
9702 disregard inline limits.
9703 (estimate_function_body_sizes): Assume zero size and time for
9704 nodes which are marked as disregarding inline limits.
9705 (cgraph_decide_recursive_inlining): Do not perform recursive
9706 inlining on always-inline nodes.
9708 2010-04-12 Jakub Jelinek <jakub@redhat.com>
9711 * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
9712 for exprs satisfying handled_component_p.
9714 2010-04-12 Eric Botcazou <ebotcazou@adacore.com>
9716 * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
9717 non-constant aggregate elements.
9719 * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
9720 is a real initialization.
9722 2010-04-12 Shujing Zhao <pearly.zhao@oracle.com>
9725 * c-decl.c (start_function): Move forward check for nested function.
9727 2010-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
9729 * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
9730 * config/sh/sh.c: Include reload.h.
9731 (sh_legitimize_reload_address): New.
9732 * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
9733 sh_legitimize_reload_address.
9735 2010-04-11 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
9737 * config/sh/sh.md (*movqi_pop): New insn pattern.
9738 * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
9740 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
9742 * config/i386/i386.md (any_shiftrt): New code iterator.
9743 (shiftrt_insn): New code attribute.
9745 (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
9746 using any_shiftrt code iterator.
9747 (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
9748 *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
9749 (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
9750 pattern from corresponding peephole2 patterns.
9751 (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
9752 using any_shiftrt code iterator.
9753 (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
9754 (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
9755 (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
9756 (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
9757 *{ashr,lshr}<mode>3_cmp_zext.
9758 (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
9760 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
9762 * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
9764 (*lshr<mode>3_cconly): Ditto.
9766 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
9768 * config/i386/i386.md (lshr<mode>3): Macroize expander from
9769 lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
9770 (*lshr<mode>3_doubleword): New insn_and_split_pattern. Macroize
9771 pattern from *lshr{di,ti}3_1 and corresponding splitters using
9773 (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
9774 from corresponding peephole2 patterns.
9775 (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
9776 *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
9777 and *lshrdi3_1_rex64 using SWI mode iterator.
9778 (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
9779 (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
9780 (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
9781 *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
9782 and *lshrdi3_cmp_rex64 using SWI mode iterator.
9783 (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
9784 (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
9785 *lshrdi3_one_bit_cconly_rex64. Macroize insn from
9786 *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
9789 2010-04-10 Uros Bizjak <ubizjak@gmail.com>
9791 * config/i386/i386.md (ashr<mode>3): Macroize expander from
9792 ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
9793 (*ashr<mode>3_doubleword): New insn_and_split_pattern. Macroize
9794 pattern from *ashr{di,ti}3_1 and corresponding splitters using
9796 (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
9797 from corresponding peephole2 patterns.
9798 (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
9799 (ashrsi3_cvt): Rename from ashrsi3_31.
9800 (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
9801 (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
9802 and x86_64_shift_adj_3 using SWI48 mode iterator.
9803 (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
9804 *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
9805 and *ashrdi3_1_rex64 using SWI mode iterator.
9806 (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
9807 (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
9808 (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
9809 *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
9810 and *ashrdi3_cmp_rex64 using SWI mode iterator.
9811 (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
9812 (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
9813 *ashrdi3_one_bit_cconly_rex64. Macroize insn from
9814 *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
9816 (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
9817 * config/i386/i386.c (ix86_split_ashr): Update for renamed
9818 x86_shift<mode>_adj_3 expanders.
9820 2010-04-10 Wei Guozhi <carrot@google.com>
9823 * config/arm/arm.c (arm_pic_static_addr): New function.
9824 (legitimize_pic_address): Call arm_pic_static_addr when it detects
9826 (arm_output_addr_const_extra): Output expression for new pattern.
9827 * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
9829 2010-04-10 Bernd Schmidt <bernds@codesourcery.com>
9831 * ira-costs.c (record_reg_classes): Ignore alternatives that are
9834 * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
9835 * web.c: Include "insn-config.h" and "recog.h".
9836 (union_match_dups): New function.
9837 (web_main): Call it.
9838 (union_defs): Don't try to recognize match_dups.
9840 * reload1.c (eliminate_regs_in_insn): Don't restore an operand
9841 if doing so would replace the entire pattern.
9843 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
9847 * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
9848 and splitter pattern. Change splitter operand 1 predicate to
9851 2010-04-09 Martin Jambor <mjambor@suse.cz>
9853 * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
9854 lattices are addresses of CONST_DECLs with the same initial value.
9855 (ipcp_print_all_lattices): Print values of CONST_DECLs.
9856 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
9858 2010-04-09 Eric Botcazou <ebotcazou@adacore.com>
9859 Bernd Schmidt <bernds@codesourcery.com>
9861 * loop-invariant.c (replace_uses): New static function.
9862 (move_invariant_reg): Use it to ensure we can replace the uses.
9864 2010-04-09 Hariharan Sandanagobalane <hariharan@picochip.com>
9866 * config/picochip/picochip.c (picochip_rtx_costs): Use correct
9868 (picochip_override_options): Enable section anchors only above -O1.
9869 (picochip_reorg): Fixed a couple of build warnings.
9871 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9873 * configure.ac (plugin -rdynamic test): Log result.
9874 * configure: Regenerate.
9875 * config/sol2.h (LINK_SPEC): Handle -rdynamic.
9876 (RDYNAMIC_SPEC): Define.
9877 * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
9879 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9881 * configure.ac: Determine Sun ld version numbers.
9882 (comdat_group): Restrict GNU ld version checks to gld.
9883 (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
9884 (enable_comdat): Support --enable-comdat.
9885 * configure: Regenerate.
9886 * doc/install.texi (Configuration): Document --enable-comdat.
9888 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9890 * config/sparc/sol2-gld.h: Remove SPARC reference. Rename ...
9891 * config/sol2-gld.h: ... here.
9892 * config.gcc (sparc*-*-solaris2*): Reflect this.
9893 (i[34567]86-*-solaris2*): Use it.
9895 2010-04-09 Steve Ellcey <sje@cup.hp.com>
9897 * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
9899 (final_emit_insn_group_barriers): Remove unused variable prev_insn.
9901 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
9904 * diagnostic.c (diagnostic_initialize): Initialize
9905 some_warnings_are_errors.
9906 (diagnostic_finish): New.
9907 (diagnostic_action_after_output): Call it before exiting.
9908 (diagnostic_report_diagnostic): Do not print message here. Set
9909 some_warnings_are_errors.
9910 * diagnostic.h (diagnostic_context): Delete
9911 issue_warnings_are_errors_message. Add some_warnings_are_errors.
9912 (diagnostic_finish): Declare.
9913 * toplev.c (toplev_main): Call it before exit.
9915 2010-04-09 Jason Merrill <jason@redhat.com>
9918 * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
9919 for incomplete type.
9922 * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
9923 based on a warning flag.
9925 2010-04-09 Richard Guenther <rguenther@suse.de>
9927 * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
9929 2010-04-09 Iain Sandoe <iains@gcc.gnu.org>
9932 * varasm.c (default_assemble_visibility): Wrap vars that are
9933 set, but unused, by targets without GAS.
9934 * config/rs6000/rs6000.c (paired_emit_vector_compare):
9935 Remove set, but unused, vars.
9936 (rs6000_legitimize_tls_address): Likewise.
9937 (altivec_expand_dst_builtin): Likewise.
9938 * config/darwin.c (machopic_classify_symbol): Likewise.
9939 (machopic_indirection_name): Likewise.
9941 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
9943 * config/i386/i386.md (DWI): New mode iterator.
9944 (S): New mode attribute.
9945 (shift_operand): Ditto.
9946 (shift_immediate_operand): Ditto.
9947 (ashl_input_operand): Ditto.
9948 (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
9949 using SDWIM mode iterator.
9950 (*ashl<mode>3_doubleword): New insn_and_split_pattern. Macroize
9951 pattern from *ashl{di,ti}3_1 and corresponding splitters using
9953 (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
9954 from corresponding peephole2 patterns.
9955 (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
9956 and x86_64_shift_adj_1 using SWI48 mode iterator.
9957 (x86_shift<mode>_adj_2): Ditto.
9958 (*ashldi3_1_rex64): Split TYPE_LEA pattern.
9959 (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
9960 using SWI48 mode iterator.
9961 (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
9962 *ashldi3_cmp_rex64 using SWI mode iterator.
9963 (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
9964 *ashldi3_cconly_rex64 using SWI mode iterator.
9965 * config/i386/i386.c (ix86_split_ashl): Update for renamed
9966 x86_shift<mode>_adj_{1,2}.
9967 (ix86_split_ashr): Ditto.
9968 (ix86_split_lshr): Ditto.
9970 2010-04-09 Richard Guenther <rguenther@suse.de>
9972 * target.h (builtin_conversion): Pass in input and output types.
9973 * targhooks.c (default_builtin_vectorized_conversion): Adjust.
9974 * targhooks.h (default_builtin_vectorized_conversion): Likewise.
9975 * tree-vect-stmts.c (vectorizable_conversion): Adjust.
9976 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
9978 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
9980 * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
9982 2010-04-09 Richard Guenther <rguenther@suse.de>
9985 * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
9987 2010-04-09 Richard Guenther <rguenther@suse.de>
9989 * tree-vectorizer.h (struct _stmt_vec_info): Document
9990 that vectype is the type of the LHS.
9991 (supportable_widening_operation, supportable_narrowing_operation):
9992 Get both input and output vector types as arguments.
9993 (vect_is_simple_use_1): Declare.
9994 (get_same_sized_vectype): Likewise.
9995 * tree-vect-loop.c (vect_determine_vectorization_factor):
9996 Set STMT_VINFO_VECTYPE to the vector type of the def.
9997 (vectorizable_reduction): Adjust.
9998 * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
9999 Adjust. Specify the output vector type.
10000 (vect_pattern_recog_1): Adjust.
10001 * tree-vect-stmts.c (get_same_sized_vectype): New function.
10002 (vectorizable_call): Adjust.
10003 (vectorizable_conversion): Likewise.
10004 (vectorizable_operation): Likewise.
10005 (vectorizable_type_demotion): Likewise.
10006 (vectorizable_type_promotion): Likewise.
10007 (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
10009 (vect_is_simple_use_1): New function.
10010 (supportable_widening_operation): Get both input and output
10012 (supportable_narrowing_operation): Likewise.
10013 * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
10015 2010-04-09 Kai Tietz <kai.tietz@onevision.com>
10017 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
10018 __thiscall and _thiscall as predefined macros.
10019 * config/i386/i386.c (ix86_handle_cconv_attribute): Add
10020 thiscall attribute handling.
10021 (ix86_comp_type_attributes): Likewise.
10022 (ix86_function_regparm): Likewise.
10023 (ix86_return_pops_args): Likewise.
10024 (init_cumulative_args): Likewise.
10025 (find_drap_reg): Likewise.
10026 (ix86_static_chain): Likewise.
10027 (x86_this_parameter): Likewise.
10028 (x86_output_mi_thunk): Likewise.
10029 (ix86_attribute_table): Add description for thiscall attribute.
10030 * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
10031 * doc/extend.texi: Add documentation for thiscall.
10033 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
10036 * c.opt (Wint-to-pointer-cast): Available in C++.
10037 * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
10039 2010-04-08 Eric Botcazou <ebotcazou@adacore.com>
10041 * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
10042 * calls.c (expand_call): Pass the function type to aggregate_value_p.
10043 * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
10044 the target function of a CALL_EXPR. Honor TREE_ADDRESSABLE on the
10045 function type instead. Reorder and simplify checks.
10047 * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
10049 2010-04-08 Jing Yu <jingyu@google.com>
10050 Zdenek Dvorak <ook@ucw.cz>
10052 PR tree-optimization/42720
10053 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
10054 loop unswitch conditions here from ...
10055 (tree_unswitch_single_loop): ... here.
10057 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
10059 * tree-if-conv.c: Fix comments and simplify logic.
10061 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
10063 * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
10064 (tree_if_conversion): Same. Update call to if_convertible_loop_p.
10065 (main_tree_if_conversion): Update call to tree_if_conversion.
10067 2010-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
10070 * doc/invoke.texi (-b,-V): Delete.
10071 * doc/tm.texi: Do not mention -b.
10072 * gcc.c (display_help): Delete -b and -V.
10073 (process_command): Delete -b and -V.
10074 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
10076 2010-04-08 Christian Borntraeger <borntraeger@de.ibm.com>
10077 Wolfgang Gellerich <gellerich@de.ibm.com>
10079 Implement target hook for loop unrolling
10080 * target.h (loop_unroll_adjust): Add a new target hook function.
10081 * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
10082 * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
10083 * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
10084 (s390_loop_unroll_adjust): Implement the new target hook for s390.
10085 * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
10087 (decide_unroll_stupid): Likewise.
10089 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10092 * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
10094 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10096 * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
10097 (Specific, *-*-solaris2*): Likewise.
10098 Don't prefer Sun as over GNU as.
10100 2010-04-08 Wolfgang Gellerich <gellerich@de.ibm.com>
10102 * config/s390/s390.c (override_options): Adjust the z10 defaults
10103 for max-unroll-times, max-completely-peeled-insns
10104 and max-completely-peel-times.
10106 2010-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10108 * config/s390/s390.c (s390_expand_movmem): Issue prefetch
10109 instructions for z10.
10110 (s390_expand_setmem): Likewise.
10111 (s390_expand_cmpmem): Likewise.
10113 2010-04-08 Richard Guenther <rguenther@suse.de>
10115 PR tree-optimization/43679
10116 * tree-ssa-pre.c (eliminate): Only propagate copies.
10118 2010-04-08 Jakub Jelinek <jakub@redhat.com>
10121 * expr.c (block_move_libcall_safe_for_call_parm): Avoid
10122 set but not used variable warning.
10124 2010-04-08 Wei Guozhi <carrot@google.com>
10127 * config/arm/arm.c (thumb1_size_rtx_costs): New function.
10128 (arm_size_rtx_costs): Call the new function when optimized for size.
10130 2010-04-08 Jakub Jelinek <jakub@redhat.com>
10133 * cfgexpand.c (expand_debug_expr): If for non-NULL offset
10134 op0 is not a MEM, just return NULL instead of assertion
10136 (discover_nonconstant_array_refs): Don't walk debug stmts.
10138 2010-04-08 Doug Kwan <dougkwan@google.com>
10140 * configure.ac: Recognize gold and do not use its version number
10141 to test ld features.
10142 * configure: Regenerate.
10144 2010-04-08 Maxim Kuvyrkov <maxim@codesourcery.com>
10146 PR middle-end/40815
10147 * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
10148 (negate_value): Move code to push elements to broken_up_substracts ...
10149 (eliminate_plus_minus_pair): ... here. Push operands that have no
10150 negative pair to plus_negates.
10151 (repropagate_negates, init_reassoc, fini_reassoc): Update.
10153 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10155 * doc/install.texi (Configuration): Move description of
10156 --enable-lto, --with-libelf*, --enable-gold from Java section to
10159 * doc/generic.texi (Working with declarations)
10160 (Function Properties, C and C++ Trees): Fix typos.
10161 * doc/sourcebuild.texi (Top Level): Likewise.
10163 2010-04-07 Jakub Jelinek <jakub@redhat.com>
10166 * tree.h (DECL_READ_P): Define.
10167 (struct tree_decl_common): Add decl_read_flag.
10168 * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
10169 a set but not used warning.
10170 (merge_decls): Merge DECL_READ_P flag.
10171 (finish_decl, build_compound_literal): Set DECL_READ_P flag.
10172 (finish_function): Issue -Wunused-but-set-parameter diagnostics.
10173 * c-common.c (handle_used_attribute, handle_unused_attribute):
10175 * c-tree.h (default_function_array_read_conversion, mark_exp_read):
10177 * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
10179 (default_conversion, c_process_expr_stmt): Call mark_exp_read.
10180 * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
10181 c_parser_binary_expression, c_parser_cast_expression,
10182 c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
10183 Call default_function_array_read_conversion instead of
10184 default_function_array_conversion where needed.
10185 (c_parser_unary_expression, c_parser_conditional_expression,
10186 c_parser_postfix_expression_after_primary, c_parser_initelt):
10187 Likewise. Call mark_exp_read where needed.
10188 (c_parser_statement_after_labels, c_parser_asm_operands,
10189 c_parser_typeof_specifier, c_parser_sizeof_expression,
10190 c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
10192 * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
10194 * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
10195 (warn_unused_but_set_parameter): Default to warn_unused
10197 * doc/invoke.texi: Document -Wunused-but-set-variable and
10198 -Wunused-but-set-parameter.
10200 * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
10201 used count variable.
10202 * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
10203 when operandN variables aren't used in the body of the expander
10205 * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
10206 FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
10207 * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
10208 * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
10209 FOR_EACH_IMM_USE_ON_STMT): Likewise.
10210 * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
10211 * tree.c (PROCESS_ARG): Likewise.
10213 2010-04-07 Simon Baldwin <simonb@google.com>
10215 * diagnostic.h (diagnostic_override_option_index): New macro to
10216 set a diagnostic's option_index.
10217 * c-tree.h (c_cpp_error): Add warning reason argument.
10218 * opts.c (_warning_as_error_callback): New.
10219 (register_warning_as_error_callback): Store callback for
10220 warnings enabled via enable_warning_as_error.
10221 (enable_warning_as_error): Call callback, minor code tidy.
10222 * opts.h (register_warning_as_error_callback): Declare.
10223 * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
10224 response to -Werror=.
10225 (c_common_init_options): Register warning_as_error_callback in opts.c.
10226 * common.opt: Add -Wno-cpp option.
10227 * c-common.c (struct reason_option_codes_t): Map cpp warning
10228 reason codes to gcc option indexes.
10229 * (c_option_controlling_cpp_error): New function, lookup the gcc
10230 option index for a cpp warning reason code.
10231 * (c_cpp_error): Add warning reason argument, call
10232 c_option_controlling_cpp_error for diagnostic_override_option_index.
10233 * doc/invoke.texi: Document -Wno-cpp.
10235 2010-04-07 Richard Guenther <rguenther@suse.de>
10237 * ipa-reference.c (mark_load): Use get_base_address.
10238 (mark_store): Likewise.
10240 * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
10241 inserting GIMPLE_NOPs into the IL.
10242 * tree-ssa-structalias.c (get_constraint_for_component_ref):
10243 Explicitly strip handled components and indirect references.
10245 * fold-const.c (fold_unary_loc): Do not strip qualifiers when
10246 folding address expressions.
10247 * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
10248 * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
10249 operand_equal_p to compare decls.
10250 (ptr_deref_may_alias_decl_p): Likewise.
10251 * tree-ssa-operands.c (get_asm_expr_operands): Simplify
10252 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
10253 Handle reversed comparison ops.
10254 * tree-sra.c (asm_visit_addr): Use get_base_address.
10255 * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
10256 * ipa-reference.c (mark_address): Use get_base_address.
10258 2010-04-07 Richard Guenther <rguenther@suse.de>
10260 * tree-ssa-forwprop.c (forward_propagate_addr_expr):
10261 Propagate constants everywhere.
10263 2010-04-07 Jakub Jelinek <jakub@redhat.com>
10266 * tree.c (MAX_INT_CACHED_PREC): Define.
10267 (nonstandard_integer_type_cache): New array.
10268 (build_nonstandard_integer_type): Cache results for precision
10269 <= MAX_INT_CACHED_PREC.
10271 2010-04-07 Richard Guenther <rguenther@suse.de>
10273 * doc/invoke.texi (-fargument-alias, -fargument-noalias,
10274 -fargument-noalias-global, -fargument-noalias-anything): Remove.
10275 * common.opt: Likewise.
10276 * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
10277 * alias.c (base_alias_check): Remove flag_argument_noalias handling.
10278 (nonoverlapping_memrefs_p): Likewise.
10279 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
10280 * opts.c (common_handle_option): Handle OPT_fargument_alias,
10281 OPT_fargument_noalias, OPT_fargument_noalias_anything and
10282 OPT_fargument_noalias_global for backward compatibility.
10284 2010-04-07 Richard Guenther <rguenther@suse.de>
10286 PR tree-optimization/43270
10287 * tree-vrp.c (check_array_ref): Fix flexible array member detection.
10288 * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
10289 * tree-ssa-pre.c (phi_translate_1): Adjust.
10290 (fully_constant_expression): Split out vn_reference handling to ...
10291 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
10292 Fold reads from constant strings.
10293 (vn_reference_lookup): Handle fully constant references.
10294 (vn_reference_lookup_pieces): Likewise.
10295 * Makefile.in (expmed.o-warn): Add -Wno-error.
10297 2010-04-07 Martin Jambor <mjambor@suse.cz>
10299 * tree-sra.c (find_param_candidates): Allow scalar va_list types.
10301 2010-04-07 Iain Sandoe <iains@gcc.gnu.org>
10304 * gcc.c: Add -static-libstdc++ to list of recognized options.
10306 2010-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10308 * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
10310 2010-04-07 Richard Guenther <rguenther@suse.de>
10312 PR middle-end/42617
10313 * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
10314 bases build simple mem attributes to retain points-to information.
10316 2010-04-07 Richard Guenther <rguenther@suse.de>
10318 PR middle-end/42617
10319 * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
10320 preserve points-to related information.
10322 2010-04-07 Richard Guenther <rguenther@suse.de>
10324 PR middle-end/42617
10325 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
10326 discard plain indirect references.
10327 * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
10328 * tree.c (tree_nop_conversion): Likewise.
10330 2010-04-07 Dodji Seketeli <dodji@redhat.com>
10333 * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
10335 2010-04-06 Kai Tietz <kai.tietz@onevision.com>
10337 * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
10338 calling convention attributes on METHOD_TYPEs for w64 ABI, too.
10340 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
10342 * tree-if-conv.c: Fix indentation and comments.
10344 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
10346 * tree-if-conv.c: Sort static functions in topological order.
10348 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
10350 * tree-if-conv.c: Fix indentation and comments.
10352 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
10354 PR middle-end/43519
10355 * graphite-clast-to-gimple.c (max_signed_precision_type): Use
10356 lang_hooks.types.type_for_size instead of
10357 build_nonstandard_integer_type.
10358 When converting an unsigned type to signed, double its precision.
10359 (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
10360 (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
10361 (graphite_create_new_loop_guard): When ub + 1 wraps around,
10364 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
10366 PR middle-end/43519
10367 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
10368 POINTER_PLUS_EXPR for pointer types.
10370 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
10372 PR middle-end/43519
10373 * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
10374 * graphite-clast-to-gimple.c: Include langhooks.h.
10375 (max_signed_precision_type): New.
10376 (max_precision_type): Takes two types as arguments.
10377 (precision_for_value): New.
10378 (precision_for_interval): New.
10379 (gcc_type_for_interval): New.
10380 (gcc_type_for_value): New.
10381 (gcc_type_for_clast_term): New.
10382 (gcc_type_for_clast_red): New.
10383 (gcc_type_for_clast_bin): New.
10384 (gcc_type_for_clast_expr): Split up into several functions.
10385 (gcc_type_for_clast_eq): Rewritten.
10386 (compute_bounds_for_level): New.
10387 (compute_type_for_level_1): New.
10388 (compute_type_for_level): New.
10389 (gcc_type_for_cloog_iv): Removed.
10390 (gcc_type_for_iv_of_clast_loop): Rewritten.
10391 (graphite_create_new_loop): Compute the lower and upper bound types
10392 with gcc_type_for_clast_expr.
10393 (graphite_create_new_loop_guard): Same.
10394 (find_cloog_iv_in_expr): Removed.
10395 (compute_cloog_iv_types_1): Removed.
10396 (compute_cloog_iv_types): Removed.
10397 (gloog): Do not call compute_cloog_iv_types.
10398 * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
10399 GBB_CLOOG_IV_TYPES.
10400 (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
10401 * sese.h (struct gimple_bb): Removed field cloog_iv_types.
10402 (GBB_CLOOG_IV_TYPES): Removed.
10404 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
10406 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
10407 gimple_phi_num_args of the loop close SSA phi node is equal to 1.
10408 (detect_commutative_reduction): Same.
10410 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
10412 * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
10413 call to verify_ssa. Invoke verify_loop_closed_ssa with an extra
10415 * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
10416 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
10417 (rewrite_commutative_reductions_out_of_ssa): Same.
10418 * passes.c (execute_function_todo): Call verify_ssa for every pass
10419 in the LNO. Invoke verify_loop_closed_ssa with an extra argument.
10420 * tree-flow.h (verify_loop_closed_ssa): Update declaration.
10421 * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
10422 with an extra argument.
10423 * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same. Call
10424 verify_ssa only when the extra argument is true.
10425 (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
10426 with an extra argument.
10427 (tree_transform_and_unroll_loop): Same.
10429 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
10431 * passes.c (execute_function_todo): Call verify_loop_closed_ssa
10432 for all the passes of the LNO having LOOP_CLOSED_SSA.
10433 * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
10434 * tree-loop-distribution.c (pass_loop_distribution): Same.
10435 * tree-pass.h (TODO_verify_loops): Removed.
10436 * tree-ssa-loop.c (pass_tree_loop_init): Same.
10438 (pass_tree_unswitch): Same.
10439 (pass_predcom): Same.
10440 (pass_vectorize): Same.
10441 (pass_linear_transform): Same.
10442 (pass_graphite_transforms): Same.
10443 (pass_iv_canon): Same.
10444 (pass_complete_unroll): Same.
10445 (pass_complete_unrolli): Same.
10446 (pass_parallelize_loops): Same.
10447 (pass_loop_prefetch): Same.
10448 (pass_iv_optimize): Same.
10450 2010-04-06 Changpeng Fang <changpeng.fang@amd.com>
10452 PR middle-end/32824
10453 * passes.c (init_optimization_passes): Move pass_lim before
10454 pass_copy_prop and pass_dce_loop.
10456 2010-04-06 Jakub Jelinek <jakub@redhat.com>
10459 * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
10460 instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
10461 (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
10462 MULTI_* defines for 4 argument vpermil2p* builtins.
10464 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
10466 * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
10467 * config/i386/i386.c (x86_maybe_negate_const_int): New.
10468 (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
10469 * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
10470 *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
10471 *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
10472 *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
10473 Use x86_maybe_negate_const_int to output insn mnemonic.
10474 (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto. Remove overflow
10475 check from instruction predicate. Update comments.
10476 * config/i386/sync.md (sync_add<mode>): Use
10477 x86_maybe_negate_const_int to output insn mnemonic.
10479 2010-04-06 Jan Hubicka <jh@suse.cz>
10481 PR tree-optimization/42906
10482 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
10483 IGNORE_SELF argument. Set visited_control_parents for fully
10485 (find_obviously_necessary_stmts): Update call of
10486 mark_control_dependent_edges_necessary.
10487 (propagate_necessity): Likewise. Handle PHI edges more curefully.
10489 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
10491 * config/i386/i386.md: Remove comment about 'e' and 'E'
10494 2010-04-06 Richard Guenther <rguenther@suse.de>
10496 PR tree-optimization/43627
10497 * tree-vrp.c (extract_range_from_unary_expr): Widenings
10498 of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
10501 2010-04-06 Jakub Jelinek <jakub@redhat.com>
10503 * BASE-VER: Change to 4.6.0.
10506 * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
10509 2010-04-06 Richard Guenther <rguenther@suse.de>
10511 PR middle-end/43661
10512 * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
10514 2010-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10516 * doc/invoke.texi (Optimize Options): Document that LTO
10517 won't remove object access purely due to incompatible
10520 2010-04-04 Matthias Klose <doko@ubuntu.com>
10522 * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
10523 Initialize variable.
10525 2010-04-03 Richard Guenther <rguenther@suse.de>
10527 PR middle-end/42509
10528 * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
10529 require a non-NULL MEM_OFFSET.
10531 2010-04-02 Steven Bosscher <steven@gcc.gnu.org>
10533 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
10534 basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
10535 collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
10536 config/alpha/predicates.md, config/arm/arm.md,
10537 config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
10538 config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
10539 config/darwin9.h, config/darwin.c, config/darwin.h,
10540 config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
10541 config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
10542 config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
10543 config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
10544 config/mips/mips.md, config/mn10300/mn10300.c,
10545 config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
10546 config/rs6000/aix.h, config/rs6000/dfp.md,
10547 config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
10548 config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
10549 config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
10550 config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
10551 config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
10552 config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
10553 c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
10554 diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
10555 doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
10556 doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
10557 fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
10558 gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
10559 graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
10560 graphite-dependences.c, graphite-poly.c, graphite-poly.h,
10561 graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
10562 graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
10563 intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
10564 ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
10565 ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
10566 loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
10567 objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
10568 opt-functions.awk, opth-gen.awk, params.def, passes.c,
10569 postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
10570 rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
10571 store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
10572 tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
10573 tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
10574 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
10575 tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
10576 tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
10577 tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
10578 tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
10579 tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
10580 tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
10581 tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
10582 unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
10584 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10587 * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
10588 * aclocal.m4: Regenerate.
10590 2010-04-02 Richard Guenther <rguenther@suse.de>
10592 PR tree-optimization/43629
10593 * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
10594 if we have seen a constant value.
10596 2010-04-02 Joseph Myers <joseph@codesourcery.com>
10598 * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
10600 2010-04-02 Richard Earnshaw <rearnsha@arm.com>
10603 * arm.c (legitimize_tls_address): Adjust call to
10604 gen_tls_load_dot_plus_four.
10605 (arm_note_pic_base): New function.
10606 (arm_cannot_copy_insn_p): Use it.
10607 * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
10610 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10615 2009-09-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10617 * Makefile.in ($(out_object_file)): Depend on
10618 gt-$(basename $(notdir $(out_file))).h.
10620 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
10622 * config.gcc (lm32-*-rtems*): Add t-lm32.
10624 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
10626 * config.gcc: Add lm32-*-rtems*.
10627 * config/lm32/rtems.h: New file.
10629 2010-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
10632 * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
10634 2010-04-01 Jakub Jelinek <jakub@redhat.com>
10636 * dwarf2out.c (output_compilation_unit_header): For
10637 -gdwarf-4 use version 4 instead of version 3.
10638 (output_line_info): For version 4 and above emit additional
10639 maximum ops per insn header field.
10640 (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
10642 * dwarf2out.c (is_c_family, is_java): Remove.
10643 (lower_bound_default): New function.
10644 (add_bound_info, gen_descr_array_type_die): Use it.
10646 2010-04-01 Dodji Seketeli <dodji@redhat.com>
10649 * dwarf2out.c (gen_variable_die): Allow debug info for variable
10650 re-declaration when it happens in a function.
10652 2010-04-01 Aldy Hernandez <aldyh@redhat.com>
10654 * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
10655 (cgraph_remove_function_insertion_hook): Same.
10656 (cgraph_call_function_insertion_hooks): Same.
10658 2010-04-01 Richard Guenther <rguenther@suse.de>
10660 PR middle-end/43614
10661 * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
10662 and TREE_THIS_VOLATILE.
10663 (copy_ref_info): Likewise.
10664 * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
10665 * tree.c (build6_stat): Ignore side-effects of all but arg5
10666 for TARGET_MEM_REF. Set TREE_THIS_VOLATILE from arg5 of
10669 2010-04-01 Richard Guenther <rguenther@suse.de>
10671 PR tree-optimization/43607
10672 * ipa-type-escape.c (check_call): Do not access non-existing
10675 2010-04-01 Richard Guenther <rguenther@suse.de>
10677 PR middle-end/43602
10679 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
10680 Jack Howarth <howarth@bromo.med.uc.edu>
10682 * tree-profile.c (tree_init_ic_make_global_vars): Make static
10685 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10687 * doc/install.texi (Prerequisites): Document libelf usability on
10688 IRIX 5/6 and Solaris 2.
10689 (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
10690 Update GNU as, GNU ld requirements.
10691 (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
10692 Document Sun Studio compiler download.
10693 Update and simplify as, ld recommendations.
10694 (Specific, *-*-solaris2.7): Note obsoletion, removal.
10696 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10698 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
10699 with_tune_32 to pentium4.
10701 2010-04-01 Uros Bizjak <ubizjak@gmail.com>
10703 * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
10705 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10707 * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
10708 obsoletion, removal.
10710 Document GNU as requirement.
10711 Update configure requirements.
10712 (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
10713 Recomment IRIX 6.5.18+.
10714 Document IDF/IDL requirement.
10715 Document GNU as requirement.
10716 Document GNU ld bootstrap failure.
10717 Remove freeware.sgi.com reference.
10719 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10721 * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
10722 UNIX V4.0, V5.0 obsoletion, removal.
10723 Remove --with-gc=simple reference.
10724 Update VM requirements during bootstrap.
10725 Remove -oldas bootstrap description.
10726 Update binutils reference.
10727 Remove comparison failure note.
10729 2010-03-31 Richard Guenther <rguenther@suse.de>
10730 Zdenek Dvorak <ook@ucw.cz>
10731 Sebastian Pop <sebastian.pop@amd.com>
10733 PR middle-end/43464
10734 * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
10735 with multiple arguments.
10736 (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
10738 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
10740 * graphite-dependences.c (print_pddr): Call print_pdr with an
10742 * graphite-poly.c (debug_pdr): Add an extra argument for the
10745 (print_pbb_domain): Same.
10747 (print_scop_context): Same.
10748 (print_scop): Same.
10749 (print_cloog): Same.
10750 (debug_pbb_domain): Same.
10752 (print_pdrs): Same.
10753 (debug_pdrs): Same.
10754 (debug_scop_context): Same.
10755 (debug_scop): Same.
10756 (debug_cloog): Same.
10757 (print_scop_params): Same.
10758 (debug_scop_params): Same.
10759 (print_iteration_domain): Same.
10760 (print_iteration_domains): Same.
10761 (debug_iteration_domain): Same.
10762 (debug_iteration_domains): Same.
10763 (print_scattering_function): Same.
10764 (print_scattering_functions): Same.
10765 (debug_scattering_function): Same.
10766 (debug_scattering_functions): Same.
10767 * graphite-poly.h (debug_pdr): Update declaration.
10769 (print_pbb_domain): Same.
10771 (print_scop_context): Same.
10772 (print_scop): Same.
10773 (print_cloog): Same.
10774 (debug_pbb_domain): Same.
10776 (print_pdrs): Same.
10777 (debug_pdrs): Same.
10778 (debug_scop_context): Same.
10779 (debug_scop): Same.
10780 (debug_cloog): Same.
10781 (print_scop_params): Same.
10782 (debug_scop_params): Same.
10783 (print_iteration_domain): Same.
10784 (print_iteration_domains): Same.
10785 (debug_iteration_domain): Same.
10786 (debug_iteration_domains): Same.
10787 (print_scattering_function): Same.
10788 (print_scattering_functions): Same.
10789 (debug_scattering_function): Same.
10790 (debug_scattering_functions): Same.
10792 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
10794 * graphite-poly.c (print_scattering_function_1): New.
10795 (print_scattering_function): Call it.
10796 (print_scop_params): Remove spaces at the end of lines.
10797 (print_cloog): New.
10798 (debug_cloog): New.
10799 * graphite-poly.h (print_cloog): Declared.
10800 (debug_cloog): Declared.
10802 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
10804 * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
10806 * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
10807 * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
10808 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
10809 to switch between adding the IV bump in loop->latch or in loop->header.
10811 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
10813 * graphite-poly.c (print_scattering_function): Pretty print following
10814 the scoplib format.
10816 (print_pbb_domain): Same.
10817 (dump_gbb_cases): Same.
10818 (dump_gbb_conditions): Same.
10819 (print_pdrs): Same.
10821 (print_scop_params): Same.
10822 (print_scop_context): Same.
10823 (print_scop): Same.
10824 (print_pbb_body): New.
10825 (lst_indent_to): New.
10826 (print_lst): Start new lines with a #.
10827 * graphite-poly.h (pbb_bb): New.
10828 (pbb_index): Use pbb_bb.
10829 * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
10831 * tree-data-ref.c (dump_data_reference): Start new lines with a #.
10833 2010-03-31 Jakub Jelinek <jakub@redhat.com>
10835 * dwarf2out.c (size_of_die): For -gdwarf-4 use
10836 uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
10837 and 0 instead of 1 for dw_val_class_flag.
10838 (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
10839 dw_val_class_range_list, dw_val_class_loc_list,
10840 dw_val_class_lineptr and dw_val_class_macptr, use
10841 DW_FORM_flag_present for dw_val_class_flag and
10842 DW_FORM_exprloc for dw_val_class_loc.
10843 (output_die): For -gdwarf-4 print dw_val_class_loc
10844 size as uleb128 instead of 1 or 2 bytes and don't print
10845 anything for dw_val_class_flag.
10847 * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
10848 instead of cselib_lookup following by tweaking locs->setting_insn.
10851 * cselib.c (cselib_process_insn): Clear cselib_current_insn
10852 even before returning from label, setjmp call or volatile asm
10855 2010-03-31 Richard Guenther <rguenther@suse.de>
10857 PR middle-end/43600
10858 * cgraphunit.c (cgraph_output_in_order): Do not allocate
10859 temporary data on stack.
10861 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10863 * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
10864 (PUSHSECTION_ASM_OP): Remove.
10865 (POPSECTION_ASM_OP): Remove.
10866 (PUSHSECTION_FORMAT): Remove.
10867 * config/sol2.h (PUSHSECTION_FORMAT): Define.
10868 * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
10869 * config/sol2.c (solaris_output_init_fini): Use it.
10871 2010-03-31 Jie Zhang <jie@codesourcery.com>
10874 * opt-functions.awk (var_type_struct): Use signed char type
10875 for simple variables.
10877 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10879 * config/sol2.c: Include output.h.
10880 (solaris_assemble_visibility): New function.
10881 * config/t-sol2 (sol2.o): Add output.h dependency.
10882 * config/sol2-protos.h (solaris_assemble_visibility): Declare.
10883 * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
10886 2010-03-31 Jakub Jelinek <jakub@redhat.com>
10889 * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
10890 V2SImode or XFmode on PRE_DEC.
10893 * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
10896 2010-03-31 Jie Zhang <jie@codesourcery.com>
10899 * reload.h (caller_save_initialized_p): Declare.
10900 * toplev.c (backend_init_target): Don't call
10901 init_caller_save but set caller_save_initialized_p to false.
10902 * caller-save.c (caller_save_initialized_p): Define.
10903 (init_caller_save): Check caller_save_initialized_p.
10904 * ira.c (ira): Call init_caller_save if flag_caller_saves.
10906 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10909 * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
10910 and soft-fp/t-softfp to tmake_file.
10911 * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
10912 (LIBGCC2_TF_CEXT): Define.
10915 2010-03-30 Alexandre Oliva <aoliva@redhat.com>
10918 * cselib.c (n_useless_values): Document handling of debug locs.
10919 (n_useless_debug_values, n_debug_values): New variables.
10920 (new_elt_loc_list): Don't add to debug values, keep count.
10921 (promote_debug_loc): New.
10922 (cselib_reset_table): Zero new variables.
10923 (entry_and_rtx_equal_p): Promote debug locs.
10924 (discard_useless_locs): Increment n_useless_debug_values for
10926 (remove_useless_values): Adjust n_useless_values and n_debug_values
10927 with n_useless_debug_values.
10928 (add_mem_for_addr): Promote debug locs.
10929 (cselib_lookup_mem): Likewise.
10930 (cselib_lookup_addr): Renamed to...
10931 (cselib_lookup_addr_1): ... this. Promote debug locs. Don't call...
10932 (cselib_log_lookup): ... this. Turn into...
10933 (cselib_lookup_addr): ... new wrapper.
10934 (cselib_lookup_from_insn): New.
10935 (cselib_invalidate_regno): Increment n_useless_debug_values for
10937 (cselib_invalidate_mem): Likewise.
10938 (cselib_process_insn): Take n_deleted and n_debug_values into
10939 account to guard remove_useless_value call.
10940 (cselib_finish): Zero n_useless_debug_values.
10941 * cselib.h (cselib_lookup_from_insn): Declare.
10942 * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
10943 (sched_analyze_2): Likewise.
10945 2010-03-30 Jakub Jelinek <jakub@redhat.com>
10947 * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
10949 (adjust_mems): Replace narrowing SUBREG of expression containing
10950 just PLUS, MINUS, MULT and ASHIFT of registers and constants
10951 with operations in the narrower mode.
10954 * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
10955 regs_invalidated_by_call instead all call_used_reg_set registers.
10957 2010-03-30 Sebastian Pop <sebastian.pop@amd.com>
10959 PR middle-end/43430
10960 * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
10961 pointer comparisons with types_compatible_p.
10962 * tree-vect-stmts.c (vectorizable_call): Same.
10963 (vectorizable_condition): Same.
10965 2010-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10967 * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
10968 stack check if the mask would be zero.
10970 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
10971 Jack Howarth <howarth@bromo.med.uc.edu>
10973 * tree-profile.c (tree_init_ic_make_global_vars): Make static
10976 2010-03-30 Joseph Myers <joseph@codesourcery.com>
10979 * libgcc-std.ver (GCC_4.5.0): Define version. Include __unordxf2
10981 * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
10982 Include ___unordxf2 and ___unordtf2.
10983 * config/i386/libgcc-glibc.ver: Do not define inheritance from
10986 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
10988 * config/lm32/t-lm32: New file.
10989 * config.gcc: Use the above file when targetting lm32.
10991 2010-03-28 Duncan Sands <baldrick@free.fr>
10993 * Makefile.in (PLUGIN_HEADERS): Add except.h.
10995 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
10997 PR middle-end/43431
10998 * tree-vect-loop.c (vect_estimate_min_profitable_iters):
10999 Improve vectorization cost model diagnostic.
11001 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
11003 PR middle-end/43436
11004 * tree-vect-data-refs.c (vect_analyze_data_refs): When
11005 compute_data_dependences_for_loop returns false, early exit
11006 and output an extra diagnostic for the failed data reference
11009 2010-03-29 Richard Guenther <rguenther@suse.de>
11011 PR tree-optimization/43560
11012 * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
11013 (can_sm_ref_p): Treat stores to readonly locations as trapping.
11015 2010-03-29 Jie Zhang <jie@codesourcery.com>
11018 * toplev.c (process_options): Set optimization_default_node
11019 and optimization_current_node.
11020 * opts.c (decode_options): Don't set optimization_default_node
11021 and optimization_current_node.
11023 2010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
11025 * config/rtems.h: Abandon -qrtems_debug.
11027 2010-03-28 Jan Hubicka <jh@suse.cz>
11029 PR tree-optimization/43505
11030 * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
11031 map should not be copied.
11033 2010-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11035 PR middle-end/41674
11036 * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
11037 cdtors, set DECL_PRESERVE_P.
11038 * ipa.c (cgraph_externally_visible_p): Return true if declaration
11039 should be preseved.
11041 2010-03-27 Uros Bizjak <ubizjak@gmail.com>
11043 PR tree-optimization/43528
11044 * stor-layout.c (place_field): Check that constant fits into
11045 unsigned HWI when skipping calculation of MS bitfield layout.
11047 2010-03-27 Jan Hubicka <jh@suse.cz>
11049 PR middle-end/43391
11050 * varasm.c (make_decl_rtl): Deal with COMMON flag to make
11051 notice_global_symbol work.
11053 2010-03-27 Jakub Jelinek <jakub@redhat.com>
11055 * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
11056 instead of dwarf2out_decl.
11057 (struct var_loc_node): Remove section_label field.
11058 (dwarf2out_function_decl): New function.
11059 (dwarf2out_var_location): Don't set section_label field.
11060 (dwarf2out_begin_function): Don't empty decl_loc_table here.
11062 2010-03-26 Michael Meissner <meissner@linux.vnet.ibm.com>
11064 PR tree-optimization/43544
11065 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
11066 First argument for builtin vectorized function hook is now a
11067 tree to be able to distinguish between machine specific and
11069 * targhooks.c (default_builtin_vectorized_function): Ditto.
11070 * targhooks.h (default_builtin_vectorized_function): Ditto.
11071 * target.h (struct gcc_target): Ditto.
11072 * tree-vect-stmts.c (vectorizable_function): Ditto.
11073 * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
11074 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
11077 2010-03-26 Joseph Myers <joseph@codesourcery.com>
11080 * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
11081 nested binding iff it is a FUNCTION_DECL.
11082 (store_parm_decls_newstyle): Pass nested=true to bind for
11083 FUNCTION_DECLs amongst parameters.
11085 2010-03-26 Jakub Jelinek <jakub@redhat.com>
11087 * var-tracking.c (vt_expand_loc_callback): Don't run
11088 cselib_expand_value_rtx_cb in dummy mode if
11089 cselib_dummy_expand_value_rtx_cb returned false.
11091 * var-tracking.c (emit_note_insn_var_location): For one part
11092 notes with offset 0, don't add EXPR_LIST around the location.
11093 * dwarf2out.c (loc_descriptor, dw_loc_list_1,
11094 add_location_or_const_value_attribute): Adjust for that change.
11097 * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
11098 into first operand and location into second.
11099 (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
11100 dw_cfi_oprnd_loc for DW_CFA_expression.
11101 (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
11102 (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
11103 assume first argument is regnum and second argument is location.
11105 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
11108 * config/alpha/alpha.md (*cmp_sadd_si): Change mode
11109 of scratch register to DImode. Split to DImode comparison operator.
11110 Use SImode subreg of scratch register in the multiplication.
11111 (*cmp_sadd_sidi): Ditto.
11112 (*cmp_ssub_si): Ditto.
11113 (*cmp_ssub_sidi): Ditto.
11115 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
11118 * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
11119 Remove invalid assert and wrong comment.
11121 2010-03-26 Jakub Jelinek <jakub@redhat.com>
11124 * flags.h (final_insns_dump_p): New extern.
11125 * final.c (final_insns_dump_p): New variable.
11126 (rest_of_clean_state): Set it before -fdump-final-insns=
11127 dumping, clear afterwards.
11128 * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
11129 MEM_ALIAS_SET on MEMs.
11131 2010-03-26 David S. Miller <davem@davemloft.net>
11133 * configure.ac: Fix sparc GOTDATA_OP bug check.
11134 * configure: Rebuild.
11136 2010-03-26 Alan Modra <amodra@gmail.com>
11138 * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
11140 2010-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11142 * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
11143 TLS_SECTION_ASM_FLAG.
11145 2010-03-25 Jakub Jelinek <jakub@redhat.com>
11148 * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
11149 Clear first_function_block_is_cold.
11152 * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
11153 argument if the argument is truth_value_p.
11155 2010-03-24 Michael Meissner <meissner@linux.vnet.ibm.com>
11157 * config/rs6000/constraints.md: Update copyright year for my changes.
11160 * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
11161 used in reg+reg addressing, swap registers.
11163 2010-03-24 Jakub Jelinek <jakub@redhat.com>
11166 * target.h (struct gcc_target): Add code_end hook.
11167 * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
11168 if not yet defined.
11169 (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
11170 * toplev.c (compile_file): Call targetm.asm_out.code_end
11171 hook before unwind info/debug info output.
11172 * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
11173 * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
11174 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
11175 * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
11176 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
11177 * config/i386/i386.c (ix86_file_end): Renamed to...
11178 (ix86_code_end): ... this. Make static. Don't call
11179 file_end_indicate_exec_stack. Emit unwind info using
11180 final_start_function/final_end_function.
11181 (darwin_x86_file_end): Remove.
11182 (TARGET_ASM_CODE_END): Define.
11183 * config/i386/i386.h (TARGET_ASM_FILE_END,
11184 NEED_INDICATE_EXEC_STACK): Don't define.
11185 * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
11186 (TARGET_ASM_FILE_END): Define to darwin_file_end.
11187 * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
11188 * doc/tm.texi (TARGET_ASM_CODE_END): Document.
11191 * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
11192 at the beginning and final_end_function at the end.
11193 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
11195 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11197 * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
11198 and Sun as TLS syntax.
11199 (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
11200 * configure: Regenerate.
11201 * config.in: Regenerate.
11202 * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
11203 (default_elf_asm_named_section): Use it.
11204 * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
11205 (i386_output_dwarf_dtprel): Likewise.
11206 (output_addr_const_extra): Likewise.
11207 (output_pic_addr_const): Lowercase @GOTTPOFF.
11208 (output_addr_const_extra): Likewise.
11209 (output_pic_addr_const): Lowercase @GOTNTPOFF.
11210 (output_addr_const_extra): Likewise.
11211 (output_pic_addr_const): Lowercase @INDNTPOFF.
11212 (output_addr_const_extra): Likewise.
11213 (output_pic_addr_const): Lowercase @NTPOFF.
11214 (output_addr_const_extra): Likewise.
11215 (output_pic_addr_const): Lowercase @TPOFF.
11216 (output_addr_const_extra): Likewise.
11217 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
11218 (*tls_global_dynamic_64): Likewise.
11219 (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
11220 (*tls_local_dynamic_base_64): Lowercase @TLSLD.
11222 * defaults.h (TLS_COMMON_ASM_OP): Provide default.
11223 (ASM_OUTPUT_TLS_COMMON): Use it.
11224 * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
11227 * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
11228 * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
11229 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
11230 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
11231 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
11232 (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
11234 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11236 * config/i386/i386.c (override_options): Don't accept
11237 -mtls-dialect=sun any longer.
11238 * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
11239 * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
11240 (*tls_local_dynamic_base_32_sun): Likewise.
11241 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
11243 2010-03-24 Jakub Jelinek <jakub@redhat.com>
11246 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
11247 VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
11250 * ira.c (adjust_cleared_regs): New function.
11251 (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
11255 * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
11257 * expr.c (expand_expr_real): Restore previous
11258 curr_insn_source_location and curr_insn_block after
11259 expand_expr_real_1 call.
11260 (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
11261 instead of expand_expr_real_1.
11263 2010-03-23 Vladimir Makarov <vmakarov@redhat.com>
11265 PR rtl-optimization/43413
11266 * ira-color.c (setup_allocno_available_regs_num): Count prohibited
11269 2010-03-22 James E. Wilson <wilson@codesourcery.com>
11272 * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
11273 call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
11275 2010-03-22 H.J. Lu <hongjiu.lu@intel.com>
11277 * config/i386/i386.c (ix86_target_string): Add -mfma.
11278 Fix a typo in comment.
11280 2010-03-22 Mike Stump <mikestump@comcast.net>
11283 * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
11284 Don't overly align based upon packed packed fields.
11286 2010-03-22 Jason Merrill <jason@redhat.com>
11288 * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
11289 Use () rather than [], and move before the element type.
11291 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11293 * doc/configfiles.texi (Configuration Files): Removed
11294 fixinc/Makefile*, intl/Makefile.*.
11295 * doc/makefile.texi: Fixed markup. Abstract from version
11296 control system used.
11297 (Makefile): Removed obsolete gcc/java/parse.y example.
11298 * doc/sourcebuild.texi: Likewise.
11299 (Top Level): Added config, gnattools, libdecnumber, libgcc,
11300 libgomp, libssp. Removed fastjar.
11301 (Miscellaneous Docs): Clarify location.
11302 Added COPYING3, COPYING3.LIB.
11303 (Front End Directory): Moved Make-lang.in entry to new subsubsection.
11305 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11308 * config/i386/i386.c (x86_function_profiler)
11309 [!NO_PROFILE_COUNTERS]: Fix typo.
11310 * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
11313 2010-03-22 Janis Johnson <janis187@us.ibm.com>
11314 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11316 * doc/sourcebuild.texi (Test Directives): Split into six
11317 subsections, with most of the current text in new subsections
11318 Directives, Selectors, and Final Actions.
11319 (Directives): Split list of test directives into multiple
11321 (Selectors): Describe use and syntax of selectors.
11322 (Effective-Target Keywords): Describe all existing keywords.
11323 (Add Options): Describe features for dg-add-options.
11324 (Require Support): Describe variants of dg-require-support.
11325 (Final Actions): Describe commands to use in dg-final.
11327 2010-03-22 Michael Matz <matz@suse.de>
11329 PR middle-end/43475
11330 * recog.c (validate_replace_rtx_group): Replace also in
11331 REG_EQUAL and REG_EQUIV notes.
11333 2010-03-22 Richard Guenther <rguenther@suse.de>
11335 PR tree-optimization/43390
11336 * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
11337 sure vector extracts are type correct.
11339 2010-03-22 Richard Guenther <rguenther@suse.de>
11341 PR middle-end/40106
11342 * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
11343 x * sqrt (x) even when optimizing for size if the target
11344 has native support for sqrt.
11346 2010-03-22 Jakub Jelinek <jakub@redhat.com>
11348 * varasm.c (make_decl_rtl_for_debug): Also clear
11349 flag_mudflap for the duration of make_decl_rtl call.
11352 * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
11353 locs from preserved VALUEs.
11355 2010-03-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11357 PR middle-end/42718
11358 * pa.md (movmemsi): Set align to one if zero.
11359 (movmemdi): Likewise.
11361 2010-03-21 Richard Earnshaw <rearnsha@arm.com>
11364 * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
11365 with their corresponding prologue pushes.
11367 2010-03-20 Andrew Pinski <pinskia@gmail.com>
11370 * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
11371 at the begining or end.
11372 (spu_expand_epilogue): Likewise.
11374 2010-03-20 Richard Guenther <rguenther@suse.de>
11376 PR rtl-optimization/43438
11377 * combine.c (make_extraction): Properly zero-/sign-extend an
11378 extraction of the low part of a CONST_INT. Also handle
11381 2010-03-19 Mike Stump <mikestump@comcast.net>
11383 * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
11384 * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
11385 (override_options): Use SUBTARGET32_DEFAULT_CPU.
11387 2010-03-19 Andrew Pinski <andrew_pinski@caviumnetworks.com>
11390 * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
11393 2010-03-19 Bernd Schmidt <bernds@codesourcery.com>
11395 PR rtl-optimization/42258
11396 * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
11397 use that may match DEF.
11400 * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
11401 the cost of loading the constant rather than assuming
11403 * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
11404 outer code is AND, do the same tests as the andsi3 expander and
11405 return COSTS_N_INSNS (1) if and is cheap.
11407 * optabs.c (avoid_expensive_constant): Fix formatting.
11409 2010-03-19 Michael Matz <matz@suse.de>
11412 * attribs.c (decl_attributes): When rebuilding a function pointer
11413 type use the same qualifiers as the original pointer type.
11415 2010-03-19 Martin Jambor <mjambor@suse.cz>
11417 * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
11418 and is_gimple_ip_invariant_address.
11420 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11423 2009-10-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11425 * config/arm/arm.c (arm_override_options): Turn off
11426 flag_dwarf2_cfi_asm for AAPCS variants.
11428 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11431 * config/arm/arm.c (emit_multi_reg_push): Update comments.
11432 Use PRE_MODIFY instead of PRE_DEC.
11433 (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
11434 (vfp_emit_fstmd): Likewise.
11436 2010-03-19 Michael Matz <matz@suse.de>
11439 * builtins.c (expand_builtin_interclass_mathfn,
11440 expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
11443 2010-03-19 Richard Guenther <rguenther@suse.de>
11445 PR tree-optimization/43415
11446 * tree-ssa-pre.c (phi_translate): Split out worker to ...
11447 (phi_translate_1): ... this.
11448 (phi_translate): Move all caching here. Cache all NARY
11449 and REFERENCE translations.
11451 2010-03-19 David S. Miller <davem@davemloft.net>
11453 With help from Eric Botcazou.
11454 * config/sparc/sparc.c: Include dwarf2out.h.
11455 (emit_pic_helper): Delete.
11456 (pic_helper_symbol_name): Delete.
11457 (pic_helper_emitted_p): Delete.
11458 (pic_helper_needed): New.
11459 (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
11460 (get_pc_thunk_name): New.
11461 (load_pic_register): Remove 'delay_pic_helper' arg. Use
11462 get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
11463 Set pic_helper_needed to true. Don't call emit_pic_helper.
11464 (sparc_expand_prologue): Update load_pic_register call.
11465 (sparc_output_mi_thunk): Likewise.
11466 (sparc_file_end): Emit a hidden comdat symbol for the PIC
11467 thunk if possible. Output CFI information as needed.
11469 2010-03-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
11470 Jack Howarth <howarth@bromo.med.uc.edu>
11473 * config/i386/i386.h: Fix ABI on darwin x86-32.
11475 2010-03-18 Aldy Hernandez <aldyh@redhat.com>
11477 * tree.h: Declare make_decl_rtl_for_debug.
11478 * varasm.c (make_decl_rtl_for_debug): New.
11479 * dwarf2out.c (rtl_for_decl_location): Call it.
11480 * cfgexpand.c (expand_debug_expr): Call it.
11482 2010-03-18 Jakub Jelinek <jakub@redhat.com>
11485 * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
11489 * var-tracking.c (vt_init_cfa_base): Do nothing if
11490 cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
11492 2010-03-18 Alexandre Oliva <aoliva@redhat.com>
11495 * var-tracking.c (canonicalize_vars_star): New.
11496 (dataflow_post_merge_adjust): Use it.
11498 2010-03-18 Jakub Jelinek <jakub@redhat.com>
11501 * var-tracking.c (non_suitable_const): New function.
11502 (add_uses): For DEBUG_INSNs with constants, don't record any
11503 value, instead just the constant value itself.
11504 (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
11505 is not VAR_LOC_UNKNOWN_P, set var to the constant.
11506 (emit_notes_in_bb): Likewise.
11507 (emit_note_insn_var_location): For onepart variables if
11508 cur_loc is a VOIDmode constant, use DECL_MODE.
11510 2010-03-18 Martin Jambor <mjambor@suse.cz>
11512 PR middle-end/42450
11513 * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
11514 * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
11515 all non-clones. Moved call redirection...
11516 (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
11517 (cgraph_materialize_all_clones): Dispose of all
11518 combined_args_to_skip bitmaps.
11519 (verify_cgraph_node): Do not check for edges pointing to wrong
11520 nodes in inline clones.
11521 * tree-inline.c (copy_bb): Call
11522 cgraph_redirect_edge_call_stmt_to_callee.
11523 * ipa.c (cgraph_remove_unreachable_nodes): Call
11524 cgraph_node_remove_callees even when there are used clones.
11526 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
11528 * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
11530 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
11533 * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
11536 2010-03-18 Michael Matz <matz@suse.de>
11538 PR middle-end/43419
11539 * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
11540 into sqrt(x) if we need to preserve signed zeros.
11542 2010-03-18 Steven Bosscher <steven@gcc.gnu.org>
11543 Eric Botcazou <ebotcazou@adacore.com>
11545 PR rtl-optimization/43360
11546 * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
11547 note if we don't know its invariant status.
11549 2010-03-18 Michael Matz <matz@suse.de>
11551 PR tree-optimization/43402
11552 * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
11553 PHI chains of ssa names registered for update.
11555 2010-03-17 Peter Bergner <bergner@vnet.ibm.com>
11558 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
11559 non-offsettable and pre_modify update addressing.
11560 * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
11561 and "2" alternatives "#".
11562 (*movdd_softfloat32): Make all alternatives "#";
11563 * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
11564 (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
11565 (*movdf_softfloat32): Make all alternatives "#";
11566 (movdi): Use the new DIFD mode iterator to create a common splitter
11567 for movdi, movdf and movdd patterns.
11569 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
11571 * common.opt (dumpdir): Remove redundant tab.
11573 2010-03-17 Martin Jambor <mjambor@suse.cz>
11575 PR tree-optimization/43347
11576 * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
11577 original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
11579 2010-03-17 Bernd Schmidt <bernd.schmidt@analog.com>
11581 PR rtl-optimization/42216
11582 * regrename.c (create_new_chain): New function, broken out from...
11583 (scan_rtx_reg): ... here. Call it. Handle the case where we are
11584 appending a use to an empty chain.
11585 (build_def_use): Remove previous changes that convert OP_INOUT to
11586 OP_OUT operands; instead detect the case where an OP_INOUT operand
11587 uses a previously untracked register and create an empty chain for it.
11589 2010-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11591 * doc/extend.texi (Function Attributes): Rewrite unfinished
11592 sentence in ms_abi documentation.
11594 2010-03-17 Alan Modra <amodra@gmail.com>
11596 * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
11597 * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
11598 (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
11599 * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
11601 2010-03-16 Richard Henderson <rth@redhat.com>
11603 PR middle-end/43365
11604 * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
11605 (lower_try_finally): Save and restore eh_seq around the expansion
11606 of the try-finally.
11608 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
11610 * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
11611 statements before splitting block.
11613 2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11615 * doc/sourcebuild.texi (Testsuites): Fix markup.
11616 Use pathnames relative to gcc/testsuite.
11617 (Test Directives): Move description of how timeout is determined.
11618 (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
11619 (C Tests): Correct gcc.misc-tests directory.
11620 Framework tests now live in gcc.test-framework.
11622 2010-03-16 Richard Guenther <rguenther@suse.de>
11624 PR middle-end/43379
11625 * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
11626 operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
11628 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
11629 Alexandre Oliva <aoliva@redhat.com>
11631 PR tree-optimization/42917
11632 * lambda-code.c (remove_iv): Skip debug statements.
11633 (lambda_loopnest_to_gcc_loopnest): Likewise.
11634 (not_interesting_stmt): Debug statements are not interesting.
11636 2010-03-16 Jakub Jelinek <jakub@redhat.com>
11640 * cselib.c (cselib_preserve_constants,
11641 cfa_base_preserved_val): New static variables.
11642 (preserve_only_constants): New function.
11643 (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
11644 clear its REG_VALUES. If cselib_preserve_constants, don't
11645 empty the whole hash table, but preserve there VALUEs with constants,
11646 cfa_base_preserved_val and cfa_base_preserved_val plus constant.
11647 (cselib_preserve_cfa_base_value): New function.
11648 (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
11649 (cselib_init): Change argument to int bitfield. Set
11650 cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
11652 (cselib_finish): Clear cselib_preserve_constants and
11653 cfa_base_preserved_val.
11654 * cselib.h (enum cselib_record_what): New enum.
11655 (cselib_init): Change argument to int.
11656 (cselib_preserve_cfa_base_value): New prototype.
11657 * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
11658 * dse.c (dse_step1): Likewise.
11659 * cfgcleanup.c (thread_jump): Likewise.
11660 * sched-deps.c (sched_analyze): Likewise.
11661 * gcse.c (local_cprop_pass): Likewise.
11662 * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
11663 If FN is non-NULL, call the callback always and whenever it returns
11664 non-NULL just return that. Only do rtx_equal_p if FN is NULL.
11665 * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
11666 * combine.c (propagate_for_debug_subst): Add old_rtx argument,
11667 compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
11668 * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
11669 * var-tracking.c: Include recog.h.
11670 (bb_stack_adjust_offset): Remove.
11671 (vt_stack_adjustments): Don't call it, instead just gather the
11672 adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
11673 (adjust_stack_reference): Remove.
11674 (compute_cfa_pointer): New function.
11675 (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
11676 (struct adjust_mem_data): New type.
11677 (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
11679 (get_address_mode): New function.
11680 (replace_expr_with_values): Use it.
11681 (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
11682 Use get_address_mode. For cfa_base_rtx return MO_CLOBBER.
11683 (adjust_sets): Remove.
11684 (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
11685 Use get_address_mode.
11686 (get_adjusted_src): Remove.
11687 (add_stores): Don't call it. Never reuse expr SET. Don't add extra
11688 MO_VAL_USE for cfa_base_rtx plus constant. Use get_address_mode.
11689 (add_with_sets): Don't call adjust_sets.
11690 (fp_setter, vt_init_cfa_base): New functions.
11691 (vt_initialize): Change return type to bool. Move most of pool etc.
11692 initialization to the beginning of the function from end. Pass
11693 CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
11694 If !frame_pointer_needed, call vt_stack_adjustment before mos
11695 vector is filled, call vt_init_cfa_base if argp/framep has been
11696 eliminated to sp. If frame_pointer_needed and argp/framep has
11697 been eliminated to hard frame pointer, set
11698 hard_frame_pointer_adjustment and call vt_init_cfa_base after
11699 encountering fp setter in the prologue. For MO_ADJUST, call
11700 log_op_type before pusing the op into mos vector, not afterwards.
11701 Call adjust_insn before cselib_process_insn/add_with_sets,
11702 call cancel_changes (0) afterwards.
11703 (variable_tracking_main_1): Adjust for vt_initialize calling
11704 vt_stack_adjustments and returning whether it succeeded or not.
11706 2010-03-15 Aldy Hernandez <aldyh@redhat.com>
11708 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
11711 2010-03-15 Jakub Jelinek <jakub@redhat.com>
11713 * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
11715 (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
11716 drap_reg has not been set.
11718 2010-03-15 Michael Matz <matz@suse.de>
11720 PR middle-end/43300
11721 * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
11722 use it to expand block copies.
11723 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
11724 insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
11725 (insert_value_copy_on_edge): Use store_expr for BLKmode values.
11727 2010-03-15 Richard Guenther <rguenther@suse.de>
11729 PR tree-optimization/43367
11730 * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
11733 2010-03-15 Richard Guenther <rguenther@suse.de>
11735 PR tree-optimization/43317
11736 * ipa-struct-reorg.c (create_new_general_access): Update stmt.
11738 2010-03-15 Martin Jambor <mjambor@suse.cz>
11740 PR tree-optimization/43141
11741 * tree-sra.c (create_abstract_origin): New function.
11742 (modify_function): Call create_abstract_origin.
11744 2010-03-15 Chris Demetriou <cgd@google.com>
11746 * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
11749 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
11751 PR middle-end/43354
11752 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
11753 call insert_out_of_ssa_copy for default definitions.
11755 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
11757 * graphite-clast-to-gimple.c (my_long_long): Defined.
11758 (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
11759 * graphite-sese-to-poly.c (my_long_long): Defined.
11760 (scop_ivs_can_be_represented): Use it.
11762 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
11764 * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
11765 graphite-max-bbs-per-function, and loop-block-tile-size.
11766 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
11768 (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
11770 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
11772 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
11773 forward declaration.
11774 * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
11775 (add_upper_bounds_from_estimated_nit): New.
11776 (build_loop_iteration_domains): Use it.
11778 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
11780 * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
11782 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
11784 PR middle-end/43306
11785 * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
11786 should be an INTEGER_CST. Also handle CASE_CONVERT.
11788 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
11790 * graphite.c (graphite_initialize): To bound the number of bbs per
11791 function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
11792 * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
11793 * doc/invoke.texi: Document it.
11795 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
11797 * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
11798 * graphite-sese-to-poly.h (build_poly_scop): Same.
11800 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
11802 * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
11803 the number of parameters in the scop. Use as an upper bound
11804 PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
11805 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
11806 * doc/invoke.texi: Document it.
11808 2010-03-13 Jerry Quinn <jlquinn@optonline.net>
11810 * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
11811 * doc/c-tree.texi: Remove.
11812 * doc/generic.texi: Merge c-tree.texi here.
11813 * doc/gccint.texi (Trees): Remove menu entry.
11814 (c-tree.texi): Remove @include.
11815 * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
11816 * doc/languages.texi (Reading RTL): Ditto.
11818 2010-03-12 Steve Ellcey <sje@cup.hp.com>
11821 * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
11823 2010-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
11825 PR middle-end/42431
11826 * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
11827 code added to work around reload clobbering CONST insns.
11829 2010-03-12 Jakub Jelinek <jakub@redhat.com>
11831 * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
11832 (cselib_preserve_definitely, cselib_clear_preserve): Remove.
11833 (cselib_preserve_only_values): Remove retain argument, don't
11834 traverse hash table with cselib_{preserve_definitely,clear_preserve}.
11835 * cselib.h (cselib_preserve_only_values): Remove retain argument.
11836 * var-tracking.c (micro_operation): Move insn field before union.
11837 Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
11838 (struct variable_tracking_info_def): Remove n_mos field, change
11839 mos into a vector of micro_operations.
11840 (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
11841 (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
11842 compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
11843 changing into a vector.
11844 (add_with_sets): Likewise. Ensure MO_VAL_USE uops from add_stores
11845 come before all other uops generated by add_stores.
11846 (vt_add_function_parameters): Adjust for cselib_preserve_only_values
11848 (vt_initialize): Likewise. Adjust for VTI (bb)->mos changing into
11849 a vector. Run just one pass over the bbs instead of separate counting
11850 and computation phase.
11851 (vt_finalize): Free VTI (bb)->mos vector instead of array.
11854 * tree-inline.c (remap_decls): Put old_var rather than origin_var
11855 into *nonlocalized_list vector.
11856 * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
11857 even if origin is non-NULL.
11858 (gen_variable_die): Likewise.
11859 (process_scope_var): Don't change origin.
11860 (gen_decl_die): Likewise.
11861 * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
11862 before adding new edges instead of after it, fix moving over
11865 2010-03-11 David S. Miller <davem@davemloft.net>
11867 * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
11869 * configure: Rebuild.
11871 2010-03-11 Martin Jambor <mjambor@suse.cz>
11873 PR tree-optimization/43257
11874 * tree.c (assign_assembler_name_if_neeeded): New function.
11875 (free_lang_data_in_cgraph): Assembler name assignment moved to the
11876 above new function.
11877 * tree.h (assign_assembler_name_if_neeeded): Declare.
11878 * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
11879 the function if needed.
11881 2010-03-11 Chris Demetriou <cgd@google.com>
11883 * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
11884 include/stdint-gcc.h, and include/stdint.h world-readable.
11886 2010-03-11 Richard Guenther <rguenther@suse.de>
11888 PR tree-optimization/43255
11889 * tree-vrp.c (process_assert_insertions_for): Do not insert
11890 asserts for trivial conditions.
11892 2010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11894 PR tree-optimization/43280
11895 * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
11896 generation. Move calculation of size out of the if branch.
11897 (find_bswap): Modify compare number generation.
11899 2010-03-11 Richard Guenther <rguenther@suse.de>
11902 * lto-streamer-in.c (maybe_fixup_decls): Simplify.
11903 (input_gimple_stmt): Fixup handled component types during
11904 operand read. Also fix up decls in ADDR_EXPRs.
11906 2010-03-10 Eric Botcazou <ebotcazou@adacore.com>
11908 * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
11909 * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
11911 2010-03-10 Jan Hubicka <jh@suse.cz>
11914 * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
11915 * varasm.c (get_variable_section): Don't do that here...
11916 (make_decl_rtl): ... and here.
11917 (do_assemble_alias): Produce decl RTL.
11918 (assemble_alias): Likewise.
11920 2010-03-10 Jakub Jelinek <jakub@redhat.com>
11923 * reg-notes.def (REG_CFA_SET_VDRAP): New note.
11924 * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
11926 (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
11927 (based_loc_descr): Only express drap or vdrap regno based expressions
11928 using DW_OP_fbreg when not optimizing.
11929 * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
11930 make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
11931 REG_CFA_SET_VDRAP note.
11933 2010-03-10 Alexander Monakov <amonakov@ispras.ru>
11935 PR tree-optimization/43236
11936 * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
11937 error in calculation of base address in reverse iteration case.
11938 (generate_builtin): Take number of latch executions if the statement
11941 2010-03-10 Andrey Belevantsev <abel@ispras.ru>
11943 PR middle-end/42859
11944 * tree-eh.c: Include pointer-set.h.
11945 (lower_eh_dispatch): Filter out duplicate case labels and
11946 remove the unneeded edge when the label is unused. Return
11947 true when some edges are removed.
11948 (execute_lower_eh_dispatch): When any lowering resulted in
11949 removing an edge, also delete unreachable blocks.
11951 2010-03-10 Jakub Jelinek <jakub@redhat.com>
11954 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
11955 UNSPEC_MACHOPIC_OFFSET.
11957 2010-03-09 Andreas Schwab <schwab@linux-m68k.org>
11960 * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
11961 (m68k_delegitimize_address): New function.
11963 2010-03-09 Jakub Jelinek <jakub@redhat.com>
11966 * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
11969 * var-tracking.c (adjust_sets): New function.
11970 (count_with_sets, add_with_sets): Use it.
11971 (get_adjusted_src): New inline function.
11972 (add_stores): Use it.
11975 * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
11976 call cselib_dummy_expand_value_rtx_cb instead of
11977 cselib_expand_value_rtx_cb.
11980 * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
11981 * config/i386/i386.c: Include debug.h and dwarf2out.h.
11982 (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
11983 and .cfi_endproc around the pic thunks.
11984 (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
11985 all queued unwind info register saves are saved before the call.
11986 For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
11987 considered as sp-=4 for unwind info and the pop as sp+=4 which
11988 also clobbers dest, but doesn't actually restore it.
11991 * config/i386/i386.c (ix86_get_drap_rtx): Don't set
11992 RTX_FRAME_RELATED_P.
11994 2010-03-09 Jie Zhang <jie@codesourcery.com>
11996 * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
11997 whitespaces in output template.
11999 2010-03-09 Jie Zhang <jie@codesourcery.com>
12001 * ira-lives.c (check_and_make_def_use_conflict): Don't fall
12002 out array boundary.
12004 2010-03-08 Jakub Jelinek <jakub@redhat.com>
12006 * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
12007 builtins.exp in a separate job.
12009 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
12011 * graphite-sese-to-poly.c (add_param_constraints): Use
12012 lower_bound_in_type and upper_bound_in_type.
12014 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
12016 * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
12017 instead of unsigned_type_node.
12019 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
12020 Reza Yazdani <reza.yazdani@amd.com>
12022 PR middle-end/43065
12023 * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
12024 on pointer type parameters.
12026 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
12028 PR middle-end/42644
12029 PR middle-end/42130
12030 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
12031 handle conversions from pointer to integers.
12032 (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
12033 induction variable, to be able to work with code generated by CLooG.
12034 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
12035 (build_poly_scop): Bail out if we cannot codegen a loop.
12037 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
12039 * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
12040 code generation with gloog_error.
12042 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
12044 * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
12045 Call fold_convert on all the returned values.
12046 (expand_scalar_variables_expr): Pass to
12047 expand_scalar_variables_ssa_name the type of the resulting expression.
12049 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
12051 * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
12052 ppl_min_for_le_pointset.
12053 Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
12054 * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
12056 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
12058 * graphite-dependences.c (map_into_dep_poly): Removed.
12059 (dependence_polyhedron_1): Use combine_context_id_scat.
12061 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
12063 * graphite-poly.h (struct poly_scattering): Add layout documentation.
12064 (struct poly_bb): Same.
12065 (combine_context_id_scat): New.
12067 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
12069 PR middle-end/42326
12070 * sese.c (name_defined_in_loop_p): Return false for default
12073 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
12075 * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
12076 and clean up the logic.
12078 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
12080 * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
12083 2010-03-08 Jakub Jelinek <jakub@redhat.com>
12085 * var-tracking.c (remove_cselib_value_chains): Define only for
12087 (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
12088 delete_slot_part, emit_notes_for_differences_1): Don't call
12089 remove_cselib_value_chains here.
12090 (set_slot_part, emit_notes_for_differences_2): Don't call
12091 add_cselib_value_chains here.
12092 (preserved_values): New vector.
12093 (preserve_value): New function.
12094 (add_uses, add_stores, vt_add_function_parameters): Use it
12095 instead of cselib_preserve_value.
12096 (changed_values_stack): New vector.
12097 (check_changed_vars_0): New function.
12098 (check_changed_vars_1, check_changed_vars_2): Use it.
12099 (emit_notes_for_changes): Call set_dv_changed (*, false) on all
12100 changed_values_stack VALUEs.
12101 (vt_emit_notes): For all preserved_values call
12102 add_cselib_value_chains. If ENABLE_CHECKING call
12103 remove_cselib_value_chains before verifying value_chains is empty.
12104 Initialize and free changed_values_stack.
12105 (vt_initialize): Initialize preserved_values.
12106 (vt_finalize): Free preserved_values.
12108 2010-03-08 Richard Guenther <rguenther@suse.de>
12110 PR tree-optimization/43269
12111 * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
12114 2010-03-08 Martin Jambor <mjambor@suse.cz>
12116 * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
12117 (ipa_is_param_called): Removed.
12118 * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
12119 (ipa_print_node_params): Do not print the called flag.
12120 (ipa_write_node_info): Do not stream the called flag.
12121 (ipa_read_node_info): Likewise.
12123 2010-03-07 Jakub Jelinek <jakub@redhat.com>
12126 * Makefile.in (var-tracking.o): Depend on pointer-set.h.
12127 * cselib.c (struct expand_value_data): Add dummy field.
12128 (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
12130 (cselib_dummy_expand_value_rtx_cb): New function.
12131 (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
12133 * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
12134 * var-tracking.c: Include pointer-set.h.
12135 (variable): Change n_var_parts to char from int. Add
12136 cur_loc_changed and in_changed_variables fields.
12137 (variable_canonicalize): Remove.
12138 (shared_var_p): New inline function.
12139 (unshare_variable): Maintain cur_loc_changed and
12140 in_changed_variables fields. If var was in changed_variables,
12141 replace it there with new_var. Just copy cur_loc instead of
12142 resetting it to something else.
12143 (variable_union): Don't recompute cur_loc. Use shared_var_p.
12144 (dataflow_set_union): Don't call variable_canonicalize.
12145 (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
12146 of their DEBUG_EXPR_TREE_DECLs.
12147 (canonicalize_loc_order_check): Verify that cur_loc is NULL
12148 and in_changed_variables and cur_loc_changed is false.
12149 (variable_merge_over_cur): Clear cur_loc, in_changed_variables
12150 and cur_loc_changed. Don't update cur_loc here.
12151 (variable_merge_over_src): Don't call variable_canonicalize.
12152 (dataflow_set_preserve_mem_locs): Use shared_var_p. When
12153 removing loc that is equal to cur_loc, clear cur_loc,
12154 set cur_loc_changed and ensure variable_was_changed is called.
12155 (dataflow_set_remove_mem_locs): Use shared_var_p. Only
12156 compare pointers in cur_loc check, if it is equal to loc,
12157 clear cur_loc and set cur_loc_changed. Don't recompute cur_loc here.
12158 (variable_different_p): Remove compare_current_location argument,
12159 don't compare cur_loc.
12160 (dataflow_set_different_1): Adjust variable_different_p caller.
12161 (variable_was_changed): If dv had some var in changed_variables
12162 already, reset in_changed_variables flag for it and propagate
12163 cur_loc_changed over to the new variable. On empty var
12164 always set cur_loc_changed. Set in_changed_variables on whatever
12165 var is added to changed_variables.
12166 (set_slot_part): Clear cur_loc_changed and in_changed_variables.
12167 Use shared_var_p. When removing loc that is equal to cur_loc,
12168 clear cur_loc and set cur_loc_changed. If cur_loc is NULL at the
12169 end, don't set it to something else, just call variable_was_changed.
12170 (delete_slot_part): Use shared_var_p. When cur_loc equals to
12171 loc being removed, clear cur_loc and set cur_loc_changed.
12172 Set cur_loc_changed if all locations have been removed.
12173 (struct expand_loc_callback_data): New type.
12174 (vt_expand_loc_callback): Add dummy mode in which no rtxes are
12175 allocated. Always create SUBREGs if simplify_subreg failed.
12176 Prefer to use cur_loc, when that fails and still in
12177 changed_variables (and seen first time) recompute it. Set
12178 cur_loc_changed of variables which had to change cur_loc and
12179 compute elcd->cur_loc_changed if any of the subexpressions used
12180 had to change cur_loc.
12181 (vt_expand_loc): Adjust to pass arguments in
12182 expand_loc_callback_data structure.
12183 (vt_expand_loc_dummy): New function.
12184 (emitted_notes): New variable.
12185 (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
12186 that weren't used for any other decl in current
12187 emit_notes_for_changes call call vt_expand_loc_dummy to update
12188 cur_loc. For -fno-var-tracking-assignments, set cur_loc to
12189 first loc_chain location if NULL before. Always use just
12190 cur_loc instead of first loc_chain location. When cur_loc_changed
12191 is false, when not --enable-checking=rtl just don't emit any note.
12192 When rtl checking, compute the note and assert it is the same
12193 as previous note. Clear cur_loc_changed and in_changed_variables
12194 at the end before removing from changed_variables.
12195 (check_changed_vars_3): New function.
12196 (emit_notes_for_changes): Traverse changed_vars to call
12197 check_changed_vars_3 on each changed var.
12198 (emit_notes_for_differences_1): Clear cur_loc_changed and
12199 in_changed_variables. Recompute cur_loc of new_var.
12200 (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
12201 (vt_emit_notes): Initialize and destroy emitted_notes.
12203 2010-03-07 Bernd Schmidt <bernd.schmidt@analog.com>
12205 PR rtl-optimization/42220
12206 * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
12207 Use verify_reg_tracked to determine if we should use OP_OUT rather
12209 (build_def_use): If we see an in-out operand for a register that we
12210 know nothing about, treat is an output if possible, fail the block if
12213 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
12216 * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
12219 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
12222 * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
12223 uses of relevant DEFs that are dead outside the loop too.
12225 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
12227 * var-tracking.c (dataflow_set_merge): Swap src and src2.
12229 2010-01-13 Jakub Jelinek <jakub@redhat.com>
12231 * var-tracking.c (values_to_unmark): New variable.
12232 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
12233 values_to_unmark vector. Moved body to...
12234 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
12235 instead queue it into values_to_unmark vector.
12236 (vt_find_locations): Free values_to_unmark vector.
12238 2010-03-05 Eric Botcazou <ebotcazou@adacore.com>
12240 * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
12241 (site.exp): Export them when plugins are enabled.
12243 2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
12245 PR middle-end/42326
12246 * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
12247 that contain scevs.
12248 (chrec_fold_multiply): Same.
12250 2010-03-04 Andrew Pinski <andrew_pinski@caviumnetworks.com>
12253 * c-decl.c (build_compound_literal): Return early if init is
12254 an error_mark_node.
12256 2010-03-04 Martin Jambor <mjambor@suse.cz>
12258 PR tree-optimization/43164
12259 PR tree-optimization/43191
12260 * tree-sra.c (type_consists_of_records_p): Reject records with
12261 zero-size bit-fields at the end.
12263 2010-03-04 Mike Stump <mikestump@comcast.net>
12265 * Makefile.in (TAGS): Remove *.y.
12267 2010-03-04 Richard Guenther <rguenther@suse.de>
12269 PR tree-optimization/40761
12270 * tree-ssa-pre.c (compute_antic): Walk reverse postorder
12272 (my_rev_post_order_compute): New function.
12273 (init_pre): Call it.
12275 2010-03-04 Changpeng Fang <changpeng.fang@amd.com>
12277 PR middle-end/43209
12278 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
12279 decrease the cost of an IV candidate when the cost is infinite.
12281 2010-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12283 * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
12284 Use '3DNow!' for the extension of that name, ensure normal space
12286 * doc/invoke.texi (i386 and x86-64 Options): Likewise.
12288 2010-03-03 Jeff Law <law@redhat.com>
12290 * PR middle-end/32693
12291 * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
12292 than gen_rtx_SUBREG.
12293 (extract_bit_field_1): Likewise.
12295 2010-03-03 Janis Johnson <janis187@us.ibm.com>
12297 * doc/sourcebuild.texi (Test directives): Document that arguments
12298 include-opts and exclude-opts are now optional for dg-skip-if,
12299 dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
12301 2010-03-03 Jason Merrill <jason@redhat.com>
12304 * cgraph.h (varpool_node): Add extra_name field.
12305 * varpool.c (varpool_extra_name_alias): New.
12306 (varpool_assemble_decl): Emit extra name aliases.
12307 (varpool_mark_needed_node): Look past an extra name alias.
12308 * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
12309 * lto-streamer-in.c (lto_input_tree): Read it.
12310 * lto-streamer-out.c (output_unreferenced_globals): Write it.
12312 2010-03-03 Eric Botcazou <ebotcazou@adacore.com>
12314 * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
12315 (sparc*-*-solaris2*): ...this.
12317 2010-03-03 Jakub Jelinek <jakub@redhat.com>
12320 * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
12321 WIDEN_MULT_EXPR and WIDEN_SUM_EXPR. Return NULL without
12322 ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
12323 FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
12326 * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
12327 fallthrough to default handling, just with want_address 0 instead of 2.
12328 For single element lists, add_AT_loc directly, otherwise create an
12329 artificial variable DIE and stick location list to it.
12332 * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
12333 (VAL_EXPR_HAS_REVERSE): Define.
12334 (reverse_op): New function.
12335 (add_stores): For reversible operations add an extra MO_VAL_USE.
12337 2010-03-02 Jason Merrill <jason@redhat.com>
12339 * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
12341 2010-03-02 Eric Botcazou <ebotcazou@adacore.com>
12343 * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
12344 (sparc64-*-linux*): Likewise.
12345 (sparc64-*-solaris2*): Include assembler files before linker ones.
12346 (sparc-*-solaris2*): Simplify and reorder to match previous case.
12347 * config/sparc/gas.h: Delete.
12348 * config/sparc/sol2-64.h: Add copyright notice.
12349 * config/sparc/sol2-gas-bi.h: Likewise.
12350 * config/sparc/sol2-gld.h: Likewise.
12351 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
12352 * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
12353 * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
12354 * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
12355 (sparc_elf_asm_named_section): Rename into...
12356 (sparc_solaris_elf_asm_named_section): ...this. Always define.
12358 2010-03-02 Uros Bizjak <ubizjak@gmail.com>
12360 * config/alpha/alpha.c (override_options): Fix -mtune error message.
12362 2010-03-02 Jeff Law <law@redhat.com>
12364 PR middle-end/42431
12365 * reload1.c (rtx_p, substitute_stack): Declare.
12366 (substitute): Record addresses of changed rtxs.
12367 (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
12368 Restore the original rtx when complete.
12369 (reload): Free subsitute_stack when complete.
12371 2010-03-02 Janis Johnson <janis187@us.ibm.com>
12373 * doc/gccint.texi (menu): Add Testsuites as a chapter.
12374 * doc/sourcebuild.texi (Testsuites): Move up a level to be a
12376 (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
12377 LTO Testing, gcov Testing, profopt Testing, compat Testing,
12378 Torture Tests): Change from subsection to section.
12380 2010-03-02 Jakub Jelinek <jakub@redhat.com>
12381 Steven Bosscher <steven@gcc.gnu.org>
12383 * var-tracking.c (vt_initialize): Scan insns in ebb chunks
12386 2010-03-02 Reza Yazdani <reza.yazdani@amd.com>
12388 PR middle-end/42640
12389 * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
12390 the assignment from the new induction variable to the assignment
12391 of the value from the original loop PHI function.
12393 2010-03-01 Janis Johnson <janis187@us.ibm.com>
12394 Daniel Jacobowitz <dan@codesourcery.com>
12396 * doc/sourcebuild.texi (Test directives): Clarify options to
12399 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12401 * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
12402 Disable cfi directives unless GCC and gas agree on using read-only
12403 .eh_frame sections for 64-bit.
12404 * configure: Regenerate.
12406 2010-03-01 Richard Guenther <rguenther@suse.de>
12408 PR tree-optimization/43220
12409 * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
12410 BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
12412 2010-03-01 Richard Guenther <rguenther@suse.de>
12413 Martin Jambor <mjambor@suse.cz>
12415 PR middle-end/41250
12416 * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
12417 gimplified parameters.
12419 2010-03-01 Christian Bruel <christian.bruel@st.com>
12421 * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
12423 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12425 * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
12427 2010-03-01 Richard Guenther <rguenther@suse.de>
12429 PR middle-end/43213
12430 * expr.c (expand_assignment): Use the alias-oracle to tell
12431 if the rhs aliases the result decl.
12433 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12436 * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
12437 to sol_gt_pch_get_address.
12438 (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
12439 64-bit, SPARC and x86.
12440 (sol_gt_pch_get_address): New function.
12442 2010-03-01 Marco Poletti <poletti.marco@gmail.com>
12444 * toplev.h (inform_n, error_n): Declare.
12445 * diagnostic.c (inform_n, error_n): New function.
12447 2010-03-01 Jakub Jelinek <jakub@redhat.com>
12449 * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
12450 has no rtl yet when processing local_decls, queue it and recheck
12451 if deferred stack allocation hasn't assigned it rtl.
12453 2010-02-28 Kaz Kojima <kkojima@gcc.gnu.org>
12455 * config/sh/sh.c (unspec_bbr_uid): New.
12456 (gen_block_redirect): Use it instead of INSN_UID.
12457 (gen_far_branch): Likewise.
12459 2010-02-28 H.J. Lu <hongjiu.lu@intel.com>
12461 * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
12462 it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
12464 2010-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12466 * doc/invoke.texi (Warning Options, RX Options): Fix typos.
12467 (Warning Options): -Wno-conversion-null is valid for
12468 Objective-C++ as well.
12469 * doc/tm.texi (Named Address Spaces): Likewise.
12470 * doc/plugins.texi (Plugins): Replace TABs with spaces.
12471 * doc/tree-ssa.texi (Tree SSA): Likewise.
12473 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
12476 * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
12477 by default. Don't set the default arch for
12478 i[34567]86-*-darwin*|x86_64-*-darwin*.
12480 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
12483 * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
12484 default. Set the default 32bit/64bit archs with $with_arch
12485 instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
12487 2010-02-27 Richard Guenther <rguenther@suse.de>
12489 PR tree-optimization/43186
12490 * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
12491 * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
12492 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
12493 unroller iterations.
12495 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
12497 * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
12498 required and i[34567]86-*-* targets don't support 64bit ISA.
12500 2010-02-26 Eric Botcazou <ebotcazou@adacore.com>
12503 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
12504 the same alias set.
12506 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
12508 * config.gcc: Set the default arch at least to Prescott for
12509 i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
12510 if SSE math is enabled.
12512 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
12514 * diagnostic.c (diagnostic_initialize): Update.
12515 (diagnostic_report_diagnostic): Test inhibit_notes_p for
12517 * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
12518 (diagnostic_inhibit_notes): New.
12519 * toplev.c (process_options): inhibit notes with -fcompare-debug.
12521 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
12524 * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
12525 * doc/standards.texi: Likewise.
12526 * doc/extend.texi: Likewise.
12527 * doc/trouble.texi: Likewise.
12528 * doc/cppopts.texi: Likewise.
12529 * doc/install.texi: Likewise.
12530 * c.opt (std=c90,std=gnu90): New options.
12531 * c-opts.c (c_common_handle_option): Handle them.
12533 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
12536 * c-decl.c (undeclared_variable): Use an informative note.
12538 2010-02-26 Richard Guenther <rguenther@suse.de>
12540 PR tree-optimization/43186
12541 * gimple.h (gimple_fold): Remove.
12542 * gimple.c (gimple_fold): Remove. Inline into single user ...
12543 * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
12544 Try harder for conditions.
12546 2010-02-26 Jakub Jelinek <jakub@redhat.com>
12549 * function.c (used_types_insert): Don't skip through named pointer
12550 types. Don't use TYPE_MAIN_VARIANT if the original type has a name
12551 and it is different from the main variant's type.
12553 2010-02-26 Nick Clifton <nickc@redhat.com>
12555 * config/rx/rx.md (sminsi3): Remove bogus alternative.
12557 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
12559 * config.gcc: Support --with-fpmath=sse for x86.
12561 * config/i386/ssemath.h: New.
12563 * doc/install.texi (--with-fpmath=sse): Documented.
12565 2010-02-26 Richard Guenther <rguenther@suse.de>
12567 PR tree-optimization/43188
12568 * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
12569 vector types of over-aligned element type.
12571 2010-02-26 Uros Bizjak <ubizjak@gmail.com>
12574 * config/i386/i386.c (expand_vec_perm_blend): Use correct
12575 operands in V8HImode subregs. Fix operand order in VEC_MERGE rtx.
12577 2010-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12579 * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
12581 2010-02-26 Jakub Jelinek <jakub@redhat.com>
12583 * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
12584 * var-tracking.c: Include diagnostic.h.
12585 (debug_dv): New function.
12586 (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
12589 * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
12590 (add_value_chain, add_value_chains, remove_value_chain,
12591 remove_value_chains): Handle DEBUG_EXPRs.
12592 (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
12595 * regcprop.c (struct queued_debug_insn_change): New type.
12596 (struct value_data_entry): Add debug_insn_changes field.
12597 (struct value_data): Add n_debug_insn_changes field.
12598 (debug_insn_changes_pool): New variable.
12599 (free_debug_insn_changes, apply_debug_insn_changes,
12600 cprop_find_used_regs_1, cprop_find_used_regs): New functions.
12601 (kill_value_one_regno): Call free_debug_insn_changes if needed.
12602 (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
12604 (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
12606 (copyprop_hardreg_forward_1): Don't call apply_change_group for
12607 DEBUG_INSNs. For a real insn, if there are queued DEBUG_INSN
12608 changes, call cprop_find_used_regs via note_stores.
12609 (copyprop_hardreg_forward): When copying vd from predecessor
12610 which has any queued DEBUG_INSN changes, make sure the pointers are
12611 cleared. At the end call df_analyze and then if there are any
12612 DEBUG_INSN changes queued at the end of some basic block for still
12613 live registers, apply them.
12614 (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
12616 2010-02-25 Uros Bizjak <ubizjak@gmail.com>
12618 * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
12621 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
12623 * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
12624 targets. Set the default with_cpu/with_arch from arch/cpu.
12625 Allow x86-64 and native for with_cpu/with_arch.
12627 2010-02-25 Nicolas Benoit <nbenoit@tuxfamily.org>
12629 * ebitmap.c: Change calls to verify_popcount with calls to
12630 sbitmap_verify_popcount.
12631 (ebitmap_clear_bit): Fixed map->cacheindex test and
12632 map>cache update when bit clearing results in an empty
12635 2010-02-25 Michael Meissner <meissner@linux.vnet.ibm.com>
12638 * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
12639 (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
12640 and support both V2DF and V2DI modes.
12641 (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
12642 support both V2DF and V2DI modes.
12643 (general): Delete trailing whitespace from a few patterns.
12645 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12646 V2DF/V2DI interleave high/low builtins.
12648 * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
12651 * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
12652 interleave high/low functions.
12654 2010-02-25 Gerald Pfeifer <gerald@pfeifer.com>
12656 * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
12657 #pragma extern_prefix.
12659 2010-02-25 Jakub Jelinek <jakub@redhat.com>
12662 * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
12663 BLKmode, assert op0 is a MEM and just adjust its mode.
12666 * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
12667 if bitpos isn't multiple of mode's bitsize.
12669 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
12671 * c.opt (-ftemplate-depth=): New.
12672 (-ftemplate-depth-): Deprecate.
12673 * optc-gen.awk: Handle -ftemplate-depth=.
12674 * opth-gen.awk: Likewise.
12675 * c-opts.c (c_common_handle_option): Likewise.
12676 * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
12678 2010-02-24 Jason Merrill <jason@redhat.com>
12680 * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
12682 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12684 * cfg.c (alloc_aux_for_block): Remove inline.
12685 (alloc_aux_for_edge): Likewise.
12687 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12689 * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
12691 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12693 * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
12694 * config/i386/sol2-gas.h: New file.
12695 * config.gcc (i[34567]86-*-solaris2*): Use it.
12697 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
12700 * c-typeck.c (ep_convert_and_check): New.
12701 (build_conditional_expr): Use it.
12702 (build_binary_op): Likewise.
12704 2010-02-24 Jakub Jelinek <jakub@redhat.com>
12706 * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
12709 * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
12710 bounds even for -O+.
12711 * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
12712 expr needs to have DECL_NAME set.
12714 2010-02-24 Nick Clifton <nickc@redhat.com>
12716 * config/mep/mep.c: Include gimple.h.
12717 (mep_function_uses_sp): Delete unused function.
12718 (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
12719 parameters. Use unsigned integers to count args. Return a
12720 NULL_RTX instead of an error_mark_node. Toidy up formatting.
12722 2010-02-23 Jakub Jelinek <jakub@redhat.com>
12725 * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
12726 greater or equal to nelt instead of 2 * nelt.
12727 (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
12730 2010-02-23 Jason Merrill <jason@redhat.com>
12733 * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
12734 in cfun->local_decls even if they have register types.
12737 * stor-layout.c (place_field): Don't warn about unnecessary
12738 DECL_PACKED if the type is packed.
12740 2010-02-23 Jakub Jelinek <jakub@redhat.com>
12743 * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
12744 GOTOFF relocs, even when the base reg isn't pic pointer.
12746 2010-02-23 Michael Matz <matz@suse.de>
12749 * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
12750 (expand_gimple_basic_block): Generate and use debug temps if there
12751 are debug uses left after the last real use of TERed ssa names.
12752 Unlink debug immediate uses when they are expanded.
12754 2010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
12757 * config/i386/i386.c (override_options): Reorganise to provide
12758 better error messages.
12760 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
12762 PR middle-end/43083
12763 * graphite-scop-detection.c (create_single_exit_edge): Move
12764 the call to find_single_exit_edge to....
12765 (create_sese_edges): ...here. Don't handle multiple edges
12766 exiting the function.
12767 (build_graphite_scops): Don't handle multiple edges
12768 exiting the function.
12770 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
12772 PR middle-end/43097
12773 * sese.c (get_rename): Assert that old_name is an SSA_NAME.
12774 (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
12776 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
12778 PR middle-end/43026
12779 * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
12781 2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
12784 * c-typeck.c (convert_arguments): Print declaration location.
12785 * c-common.c (validate_nargs): Rename as
12786 builtin_function_validate_nargs.
12787 (check_builtin_function_arguments): Update.
12789 2010-02-22 Richard Guenther <rguenther@suse.de>
12792 * tree-inline.c (declare_return_variable): Use the type of
12793 the call stmt lhs if available.
12795 2010-02-22 Duncan Sands <baldrick@free.fr>
12797 * passes.c (register_pass): Always consider all pass lists when
12798 ref_pass_instance_number is zero.
12800 2010-02-22 Richard Guenther <rguenther@suse.de>
12802 PR tree-optimization/42749
12803 * tree-tailcall.c (adjust_return_value_with_ops): Drop update
12804 parameter. Do arithmetic in the original type.
12805 (update_accumulator_with_ops): Likewise.
12806 (adjust_accumulator_values): Adjust.
12808 2010-02-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12810 * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
12811 (QI to BLKmode splitter): New splitter.
12813 2010-02-22 H.J. Lu <hongjiu.lu@intel.com>
12815 * config/i386/i386.c (initial_ix86_tune_features): Turn on
12816 X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
12818 2010-02-22 Richard Guenther <rguenther@suse.de>
12820 * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
12822 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
12824 Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
12825 * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
12826 ($(T)crti.o, $(T)crtn.o): Remove rules.
12828 2010-02-21 Tobias Burnus <burnus@net-b.de>
12831 * doc/invoke.texi (-fassociative-math): Document that this
12832 option is automatically enabled for Fortran.
12834 2010-02-20 David S. Miller <davem@davemloft.net>
12836 * configure.ac: Test if linker and assembler properly support
12837 GOTDATA_OP relocations.
12838 * configure: Rebuild.
12839 * config.in: Likewise.
12840 * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
12841 (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
12842 (movsi_high_pic): Likewise.
12843 (movdi_lo_sum_pic): Likewise.
12844 (movdi_high_pic): Likewise.
12845 (movsi_pic_gotdata_op): New pattern.
12846 (movdi_pic_gotdata_op): Likewise.
12847 * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
12848 emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
12850 2010-02-20 Uros Bizjak <ubizjak@gmail.com>
12853 * config/i386/sse.md (xop_mulv2div2di3_low): Change type
12854 attribute to ssemul.
12855 (xop_mulv2div2di3_high): Ditto.
12857 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
12860 * c.opt (Wconversion-null): New option.
12861 * doc/invoke.texi (Wconversion-null): Document.
12863 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
12865 * common.opt (Wlarger-than-): Add Undocumented.
12867 2010-02-19 Mike Stump <mikestump@comcast.net>
12869 * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
12871 2010-02-19 Jason Merrill <jason@redhat.com>
12874 * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
12875 * configure: Likewise.
12877 2010-02-20 Alan Modra <amodra@gmail.com>
12879 PR middle-end/42344
12880 * cgraph.h (cgraph_make_decl_local): Declare.
12881 * cgraph.c (cgraph_make_decl_local): New function.
12882 (cgraph_make_node_local): Use it.
12883 * cgraphunit.c (cgraph_function_versioning): Likewise.
12884 * ipa.c (function_and_variable_visibility): Likewise.
12886 2010-02-19 Jakub Jelinek <jakub@redhat.com>
12889 * except.c (sjlj_emit_function_enter): Don't call
12890 add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
12892 * rtl.h (add_reg_br_prob_note): Remove prototype.
12894 2010-02-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
12897 * c-common.c (conversion_warning): Remove widening conversions
12898 before checking the conversion of integers to reals.
12900 2010-02-19 Mike Stump <mikestump@comcast.net>
12902 PR middle-end/43125
12903 * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
12906 * cgraphunit.c (process_function_and_variable_attributes): Check
12907 DECL_PRESERVE_P instead of looking up attribute "used".
12908 * ipa-pure-const.c (check_decl): Likewise.
12909 * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
12910 * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
12911 * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
12912 instead of attribute "used".
12913 * config/sol2-c.c (solaris_pragma_init): Likewise.
12914 (solaris_pragma_fini): Likewise.
12916 2010-02-19 Jakub Jelinek <jakub@redhat.com>
12918 * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
12919 Use XCNEW instead of xcalloc.
12920 (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
12921 XNEW instead of xmalloc.
12922 (get_fields): Use XNEWVEC instead of xmalloc.
12925 * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
12926 populate vars array.
12927 (create_new_general_access): For debug stmts just reset value.
12928 (get_stmt_accesses): For accesses within debug stmts just record them
12929 using add_access_to_acc_sites instead of preventing the peeling or
12930 counting them as accesses.
12932 PR middle-end/42233
12933 * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
12935 2010-02-19 Richard Guenther <rguenther@suse.de>
12937 PR tree-optimization/42916
12938 * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
12941 2010-02-19 Andreas Schwab <schwab@linux-m68k.org>
12943 * configure.ac: Replace all uses of changequote in macro arguments
12944 with proper quoting.
12946 2010-02-19 Jakub Jelinek <jakub@redhat.com>
12948 PR middle-end/42233
12949 * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
12951 2010-02-19 Richard Guenther <rguenther@suse.de>
12953 PR tree-optimization/42944
12954 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
12955 test for aliasing with errno.
12957 2010-02-19 Jakub Jelinek <jakub@redhat.com>
12959 PR middle-end/42233
12960 * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
12961 do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
12962 * dojump.c: Include output.h.
12963 (inv): New inline function.
12964 (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
12965 do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
12966 do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
12967 do_jump_by_parts_equality, do_compare_and_jump): Add PROB
12968 argument, pass it down to other calls.
12969 (do_compare_rtx_and_jump): Likewise. If PROB is not -1,
12970 add REG_BR_PROB note to the conditional jump.
12971 * cfgexpand.c (add_reg_br_prob_note): Removed.
12972 (expand_gimple_cond): Don't call it, add the probability
12973 as last argument to jumpif_1/jumpifnot_1.
12974 * Makefile.in (dojump.o): Depend on output.h.
12975 * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
12977 * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
12978 * stmt.c (do_jump_if_equal): Likewise.
12979 * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
12980 * loop-unswitch.c (compare_and_jump_seq): Likewise.
12981 * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
12983 * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
12984 * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
12985 jumpifnot_1 callers.
12986 (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
12988 (store_expr): Adjust jumpifnot caller.
12989 (store_constructor): Adjust jumpif caller.
12991 PR middle-end/42233
12992 * gimplify.c (gimple_boolify): For __builtin_expect call
12993 gimple_boolify also on its first argument.
12995 2010-02-18 Uros Bizjak <ubizjak@gmail.com>
12997 * configure.ac (gnu-unique-object): Wrap regexps using [] in
12999 (__stack_chk_fail): Ditto. Remove quadrigraphs.
13000 * configure: Regenerated.
13002 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13004 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
13005 lang_hooks.types_compatible_p instead of comptypes.
13007 2010-02-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
13009 * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
13010 (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
13011 if __prefer_thumb__ is defined.
13013 2010-02-18 Martin Jambor <mjambor@suse.cz>
13015 PR tree-optimization/43066
13016 * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
13017 array with zero-sized element type.
13019 2010-02-18 Jakub Jelinek <jakub@redhat.com>
13021 * dwarf2out.c (add_var_loc_to_decl): Change last argument to
13022 rtx, allocate struct var_loc_node here and return it to the
13023 caller, and only if it is actually needed.
13024 (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
13025 move it earlier and return immediately if it returns NULL.
13027 2010-02-17 Mikael Pettersson <mikpe@it.uu.se>
13029 * config/sparc/gas.h: New file. Restore
13030 TARGET_ASM_NAMED_SECTION to its ELF default.
13031 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
13032 check !HAVE_GNU_AS.
13033 * config/sparc/sparc.c (sparc_elf_asm_named_section):
13034 Likewise. Add ATTRIBUTE_UNUSED to prototype.
13035 * config.gcc (sparc*-*-linux*): Include sparc/gas.h
13036 after sparc/sysv4.h.
13038 2010-02-17 Dave Korn <dave.korn.cygwin@gmail.com>
13040 * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
13042 2010-02-17 Steven Bosscher <steven@gcc.gnu.org>
13044 * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
13045 patterns from predicated pattern.
13047 2010-02-17 Uros Bizjak <ubizjak@gmail.com>
13050 * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
13051 for insn mnemonic suffix.
13053 2010-02-17 Richard Guenther <rguenther@suse.de>
13055 * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
13058 2010-02-17 Jakub Jelinek <jakub@redhat.com>
13061 * caller-save.c (save_call_clobbered_regs): If BB ends with
13062 a DEBUG_INSN, move any notes in between last real insn and the last
13063 DEBUG_INSN after the last DEBUG_INSN.
13065 2010-02-16 Joern Rennecke <joern.rennecke@embecosm.com>
13067 * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
13068 Fix return type. Fix argument type. Explain meaning of return value.
13070 2010-02-16 Richard Guenther <rguenther@suse.de>
13072 PR tree-optimization/41043
13073 * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
13074 (vrp_visit_assignment_or_call): Do not ask SCEV for regular
13076 (vrp_visit_phi_node): ... but only for loop PHI nodes.
13078 2010-02-16 Ira Rosen <irar@il.ibm.com>
13080 PR tree-optimization/43074
13081 * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
13082 * tree-vect-loop.c (vect_analyze_loop_operations): Add
13083 vectorizable cycles in hybrid SLP check.
13084 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
13086 2010-02-16 Richard Guenther <rguenther@suse.de>
13088 * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
13089 (true_dependence): If memrefs_conflict_p computes must-alias
13090 trust it. Move TBAA check after offset-based disambiguation.
13091 (canon_true_dependence): Likewise.
13093 2010-02-16 Alexandre Oliva <aoliva@redhat.com>
13095 * params.def (PARAM_MAX_VARTRACK_SIZE): New.
13096 * doc/invoke.texi: Document it.
13097 * var-tracking.c: Include toplev.h and params.h.
13098 (vt_find_locations): Return bool indicating success. Compute
13099 hash sizes unconditionally. Check new parameter, report.
13100 (variable_tracking_main_1): Check vt_find_locations results and
13101 retry. Renamed from...
13102 (variable_tracking_main): ... this. New wrapper to preserve
13103 flag_var_tracking_assignments.
13104 * Makefile.in (var-tracking.o): Adjust dependencies.
13106 2010-02-16 Jack Howarth <howarth@bromo.med.uc.edu>
13107 Jakub Jelinek <jakub@redhat.com>
13110 * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
13111 if weak_import attribute is present.
13112 * config/darwin.c (machopic_select_section): Likewise.
13114 2010-02-15 Joern Rennecke <joern.rennecke@embecosm.com>
13116 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
13117 (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
13118 (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
13119 (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
13121 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
13124 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
13125 Fix argument types.
13127 * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
13128 Rewrite text to refer to the names.
13130 2010-02-15 Sebastian Pop <sebastian.pop@amd.com>
13132 * config/i386/i386-builtin-types.def
13133 (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
13134 (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
13135 (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
13136 (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
13137 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
13138 IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
13139 IX86_BUILTIN_VPERMIL2PS256.
13140 (MULTI_ARG_4_DF2_DI_I): Defined.
13141 (MULTI_ARG_4_DF2_DI_I1): Defined.
13142 (MULTI_ARG_4_SF2_SI_I): Defined.
13143 (MULTI_ARG_4_SF2_SI_I1): Defined.
13144 (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
13145 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
13146 __builtin_ia32_vpermil2ps256.
13147 (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
13148 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
13149 MULTI_ARG_4_SF2_SI_I1. Handle builtins with 4 arguments.
13150 (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
13151 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
13152 MULTI_ARG_4_SF2_SI_I1. Handle CODE_FOR_xop_vpermil2v2df3,
13153 CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
13154 CODE_FOR_xop_vpermil2v8sf3.
13155 * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
13156 * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
13157 * config/i386/xopintrin.h (_mm_permute2_pd): New.
13158 (_mm256_permute2_pd): New.
13159 (_mm_permute2_ps): New.
13160 (_mm256_permute2_ps): New.
13162 2010-02-15 Nick Clifton <nickc@redhat.com>
13164 * config/h8300/h8300.c (h8300_push_pop): Use bool type for
13165 boolean parameters. Use emit_jump_insn when emitting a pop
13166 instruction containing a return insn.
13167 (push): Use 'true' rather than '1' as second parameter to F.
13168 (h8300_expand_prologue): Likewise.
13169 Use 'true' and 'false' for boolean parameters to h8300_push_pop.
13170 (h8300_expand_epilogue): Likewise.
13172 2010-02-15 Richard Guenther <rguenther@suse.de>
13174 PR middle-end/43068
13175 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
13178 2010-02-15 Nick Clifton <nickc@redhat.com>
13180 * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
13183 2010-02-14 Marco Poletti <poletti.marco@gmail.com>
13185 * intl.c (fake_ngettext): New function.
13186 * intl.h (fake_ngettext): Declare.
13187 (ngettext): Define macro.
13188 * collect2.c (notice_translated): New function.
13189 (main): Use notice_translated and ngettext.
13190 * collect2.h (notice_translated): Declare.
13192 2010-02-14 Steven Bosscher <steven@gcc.gnu.org>
13194 * reorg.c (delete_computation): Comment fixes.
13195 * caller-save.c (setup_save_areas): Idem.
13196 * sel-sched-dump.c (dump_lv_set): Idem.
13199 2010-02-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13201 * config/s390/s390.c (s390_sched_init): New function.
13202 (TARGET_SCHED_INIT): Target hook defined.
13204 2010-02-12 Dave Korn <dave.korn.cygwin@gmail.com>
13205 Jack Howarth <howarth@bromo.med.uc.edu>
13206 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
13209 Partial revert of unintended change in fix for PR41605.
13210 * config/darwin.h: Fix typo.
13211 * config/darwin9.h: Same.
13213 2010-02-11 Jakub Jelinek <jakub@redhat.com>
13215 * c-pch.c (pch_init): Clear v.
13217 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
13219 PR middle-end/42930
13220 * graphite-scop-detection.c (graphite_can_represent_scev): Call
13221 graphite_can_represent_init for MULT_EXPR.
13223 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
13225 PR middle-end/42914
13226 PR middle-end/42530
13227 * graphite-sese-to-poly.c (remove_phi): New.
13228 (translate_scalar_reduction_to_array): Call remove_phi.
13230 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
13232 PR middle-end/42771
13233 * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
13234 * graphite-clast-to-gimple.h (gloog): Update declaration.
13235 * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
13236 * graphite-poly.h (struct poly_bb): Add missing comments.
13237 (struct scop): Add poly_scop_p field.
13238 (POLY_SCOP_P): New.
13239 * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
13240 * graphite.c (graphite_transform_loops): Build the polyhedral
13241 representation for each scop before code generation.
13242 * sese.c (rename_variables_in_operand): Removed.
13243 (rename_variables_in_expr): Return the renamed expression.
13244 (rename_sese_parameters): New.
13245 * sese.h (rename_sese_parameters): Declared.
13247 2010-02-11 Richard Guenther <rguenther@suse.de>
13249 PR tree-optimization/42998
13250 * tree-ssa-pre.c (create_expression_by_pieces): Treat
13251 POINTER_PLUS_EXPR properly.
13253 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
13254 Changpeng Fang <changpeng.fang@amd.com>
13256 PR middle-end/40886
13257 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
13258 the cost of an IV candidate when the IV is used in a test against zero.
13260 * gcc.dg/tree-ssa/ivopts-3.c: New.
13262 2010-02-11 Richard Guenther <rguenther@suse.de>
13265 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
13266 pointer-vs-decl case by swapping refs. Handle some cases
13267 of pointer-vs-decl disambiguations more conservatively.
13268 * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
13269 to false after expanding.
13271 2010-02-11 Richard Guenther <rguenther@suse.de>
13274 * gcc.c (process_command): Handle LTO file@offset case more
13277 2010-02-11 Jakub Jelinek <jakub@redhat.com>
13279 * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
13280 modifications outside of the DEBUG_INSN. Accept CLOBBERs inside
13282 (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
13284 * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
13285 if MEM's mode size isn't DWARF2_ADDR_SIZE.
13286 (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
13287 Optimize eq/ne comparisons when both arguments are known to be
13289 (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
13290 Don't mask operands unnecessarily if they are known to be already
13293 2010-02-10 Vladimir Makarov <vmakarov@redhat.com>
13295 * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
13298 2010-02-10 Richard Guenther <rguenther@suse.de>
13300 PR tree-optimization/43017
13301 * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
13302 for wrapping signed arithmetic.
13304 2010-02-10 Jakub Jelinek <jakub@redhat.com>
13307 * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
13308 if no debug info should be emitted for it.
13310 2010-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
13312 * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
13313 note when flag_exceptions is set.
13315 2010-02-10 Duncan Sands <baldrick@free.fr>
13317 * Makefile.in (PLUGIN_HEADERS): Add debug.h.
13319 2010-02-10 Richard Guenther <rguenther@suse.de>
13322 * tree.c (get_unwidened): Handle constants.
13323 * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
13325 2010-02-10 Martin Jambor <mjambor@suse.cz>
13328 * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
13329 check for variable argument counts independently.
13331 2010-02-10 Christian Bruel <christian.bruel@st.com>
13334 * config/sh/sh.c (find_barrier): Increase length for non delayed
13335 conditional branches.
13337 2010-02-10 Christian Bruel <christian.bruel@st.com>
13339 * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
13341 2010-02-10 Jakub Jelinek <jakub@redhat.com>
13343 * builtins.c (set_builtin_user_assembler_name): Also handle
13344 ffs if int is smaller than word.
13346 2010-02-09 Vladimir Makarov <vmakarov@redhat.com>
13348 PR middle-end/42973
13349 * ira-conflicts.c (get_dup): Remove.
13350 (process_reg_shuffles): Add new parameter. Use it as an
13351 additional guard for copy generation.
13352 (add_insn_allocno_copies): Rewrite.
13354 2010-02-09 Alexander Monakov <amonakov@ispras.ru>
13356 * common.opt (fsched2-use-traces): Preserved for backward
13358 * doc/invoke.texi: Remove the documentation about option
13359 -fsched2-use-traces.
13360 * sched-rgn.c (rest_of_handle_sched2): Remove usage of
13361 flag_sched2_use_traces.
13362 * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
13363 the backward compatibility flag section.
13365 2010-02-09 Richard Guenther <rguenther@suse.de>
13367 PR tree-optimization/43008
13368 * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
13369 make HEAP variables initialized from global memory if they
13370 are not known builtin functions.
13371 (find_func_aliases): Adjust.
13373 2010-02-09 Richard Guenther <rguenther@suse.de>
13375 PR tree-optimization/43000
13376 * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
13377 arithmetic manually.
13379 2010-02-08 Jakub Jelinek <jakub@redhat.com>
13381 PR tree-optimization/42931
13382 * tree-loop-linear.c (try_interchange_loops): Don't call
13383 double_int_mul if estimated_loop_iterations failed.
13385 2010-02-08 Martin Jambor <mjambor@suse.cz>
13387 PR middle-end/42898
13388 * tree-sra.c (build_accesses_from_assign): Do not mark in
13389 should_scalarize_away_bitmap if stmt has volatile ops.
13390 (sra_modify_assign): Do not process assigns piecemeal if if stmt
13393 2010-02-08 Joern Rennecke <joern.rennecke@embecosm.com>
13395 * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
13397 2010-02-07 Adam Nemet <adambnmet@gmail.com>
13399 * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
13400 before the pattern.
13402 2010-02-07 Andrew Pinski <pinskia@gmail.com>
13404 PR middle-end/42946
13405 * df-core.c (df_finish_pass): Change type of saved_flags to int.
13407 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
13409 PR middle-end/42988
13410 * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
13411 to unknown_dependence.
13412 (graphite_legal_transform_dr): Handle the unknown_dependence.
13413 (graphite_carried_dependence_level_k): Same.
13415 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
13417 * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
13419 2010-02-07 Richard Guenther <rguenther@suse.de>
13421 PR middle-end/42991
13422 * expr.c (get_inner_reference): Always initialize *pbitsize.
13424 2010-02-07 Richard Guenther <rguenther@suse.de>
13426 PR middle-end/42956
13427 * gimplify.c (gimple_fold_indirect_ref): Avoid generating
13428 new ARRAY_REFs on variable size element or minimal index arrays.
13430 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
13431 gimple_fold_indirect_ref.
13433 2010-02-06 Richard Earnshaw <rearnsha@arm.com>
13436 * arm.c (arm_override_options): Just return if the user has specified
13437 an invalid fpu name.
13439 2010-02-03 Jason Merrill <jason@redhat.com>
13442 * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
13443 i386_pe_maybe_record_exported_symbol.
13445 2010-02-05 Steve Ellcey <sje@cup.hp.com>
13448 * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
13449 (pa_delegitimize_address): New function.
13451 2010-02-05 Ozkan Sezer <sezeroz@gmail.com>
13453 * config/i386/msformat-c.c (ms_printf_length_specs): Set the
13454 scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
13456 2010-02-05 Richard Guenther <rguenther@suse.de>
13459 * lto-streamer-in.c (get_resolution): Deal with references
13460 to undefined functions.
13462 2010-02-05 Richard Guenther <rguenther@suse.de>
13464 * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
13465 (fold_const_aggregate_ref): Likewise.
13466 (ccp_fold_stmt): Substitute loads.
13467 (maybe_fold_reference): Verify types before substituting.
13469 (fold_gimple_assign): Unshare properly.
13470 (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
13472 2010-02-05 Nathan Froyd <froydnj@codesourcery.com>
13474 * config/rs6000/rs6000.c (rs6000_override_options): Invert check
13475 for rs6000_gen_cell_microcode.
13477 2010-02-04 Richard Guenther <rguenther@suse.de>
13479 PR rtl-optimization/42952
13480 * dse.c (const_or_frame_p): Remove MEM handling.
13482 2010-02-04 Nick Clifton <nickc@redhat.com>
13484 * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
13485 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
13486 (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
13487 (mn10300_asm_output_mi_thunk): New function.
13488 (mn10300_can_output_mu_thunk): New function.
13489 * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
13490 (FUNCTION_ARG_REGNO_P): Fix comment. Accept d0 and d1.
13491 (FUNCTION_ARG): Delete incorrect comment.
13493 2010-02-03 Jason Merrill <jason@redhat.com>
13496 * fold-const.c (operand_equal_p): Handle erroneous types.
13498 2010-02-03 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
13500 * config/h8300/h8300.md (can_delay): Fix attibute condition.
13502 2010-02-03 Vladimir Makarov <vmakarov@redhat.com>
13504 PR rtl-optimization/42941
13505 * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
13508 2010-02-03 Jason Merrill <jason@redhat.com>
13511 * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
13513 2010-02-03 Alexandre Oliva <aoliva@redhat.com>
13516 * cselib.h (struct cselib_val_struct): Add uid. Rename value to hash.
13517 (cselib_reset_table): Renamed from...
13518 (cselib_reset_table_with_next_value): ... this.
13519 (cselib_get_next_uid): Renamed from...
13520 (cselib_get_next_unknown_value): ... this.
13521 * cselib.c (next_uid): Renamed from...
13522 (next_unknown_value): ... this.
13523 (cselib_clear_table): Adjust.
13524 (cselib_reset_table): Adjust. Renamed from...
13525 (cselib_reset_table_with_next_value): ... this.
13526 (cselib_get_next_uid): Adjust. Renamed from...
13527 (cselib_get_next_unknown_value): ... this.
13528 (get_value_hash): Use hash.
13529 (cselib_hash_rtx): Likewise.
13530 (new_cselib_val): Adjust. Set and dump uid.
13531 (cselib_lookup_mem): Pass next_uid as hash.
13532 (cselib_subst_to_values): Likewise.
13533 (cselib_log_lookup): Dump uid.
13534 (cselib_lookup): Pass next_uid as hash. Adjust.
13535 (cselib_process_insn): Adjust.
13536 (cselib_init): Initialize next_uid.
13537 (cselib_finish): Adjust.
13538 (dump_cselib_table): Likewise.
13539 * dse.c (canon_address): Dump value uid.
13540 * print-rtl.c (print_rtx): Print value uid.
13541 * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
13543 (dv_uid): New function, sort of renamed from...
13544 (dv_htab_hash): ... this, reimplemented in terms of it and...
13545 (dv_uid2hash): ... this. New.
13546 (variable_htab_eq): Drop excess assertions.
13547 (tie_break_pointers): Removed.
13548 (canon_value_cmp): Compare uids.
13549 (variable_post_merge_New_vals): Print uids.
13550 (vt_add_function_parameters): Adjust.
13551 (vt_initialize): Reset table. Adjust.
13553 2010-02-03 Richard Guenther <rguenther@suse.de>
13555 PR tree-optimization/42944
13556 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
13557 (call_may_clobber_ref_p_1): Likewise. Properly handle
13558 malloc and calloc clobbering errno.
13560 2010-02-03 Steven Bosscher <steven@gcc.gnu.org>
13562 * doc/invoke.texi: Fix name of sched1 dump.
13564 * opts.c (decode_options): Set flag_tree_switch_conversion
13565 only conditionally on optimize >= 2.
13567 * gcse.c: Assorted comment fixes in pass description.
13569 2010-02-03 Anthony Green <green@moxielogic.com>
13571 * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
13572 nop padding in order to maintain alignment of storage location of
13573 target function address.
13574 (moxie_trampoline_init): Store target function address at newly
13576 * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
13578 (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
13580 2010-02-03 Richard Guenther <rguenther@suse.de>
13582 PR middle-end/42927
13583 * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
13585 2010-02-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13587 * config.gcc: Reenable check for obsolete targets.
13588 Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
13589 mips-sgi-irix6.[0-4]*.
13591 2010-02-02 Nick Clifton <nickc@redhat.com>
13593 * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
13594 constant size of 4 as being the same as 0.
13595 * doc/invoke.texi (RX Options): Document that -mmax-constant-size
13596 can take values in the range 0..4.
13598 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
13601 * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
13602 as _darwin10_Unwind_FindEnclosingFunction().
13603 * libgcc-libsystem.ver: New.
13605 2010-02-01 Vladimir Makarov <vmakarov@redhat.com>
13608 * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
13609 implicitly set registers.
13611 2010-02-01 Richard Earnshaw <rearnsha@arm.com>
13613 * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
13614 (arm_override_options): Allow automatic selection of the thread
13615 pointer register if thumb2.
13616 (legitimize_pic_address): Improve code sequences for Thumb2.
13617 (arm_call_tls_get_addr): Likewise.
13618 (legitimize_tls_address): Likewise.
13619 * arm.md (pic_load_addr_arm): Delete. Replace with ...
13620 (pic_load_addr_32bit): ... this. New named pattern.
13621 * thumb2.md (pic_load_addr_thumb2): Delete.
13622 (pic_load_dot_plus_four): Delete.
13623 (tls_load_dot_plus_four): New named pattern.
13625 2010-02-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13628 * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
13629 Document fix for TLS bug.
13631 2010-01-31 Richard Guenther <rguenther@suse.de>
13633 * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
13634 conservatively correct.
13636 2010-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13640 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13642 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
13644 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13646 * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
13648 2010-01-31 Kai Tietz <kai.tietz@onevision.com>
13650 * config.gcc: Adjust order of makefile fragments for mingw targets.
13652 2010-01-31 Richard Guenther <rguenther@suse.de>
13654 PR middle-end/42898
13655 * gimplify.c (gimplify_init_constructor): For volatile LHS
13656 initialize a temporary.
13658 2010-01-31 Matthias Klose <doko@ubuntu.com>
13660 * configure.ac: Fix __stack_chk_fail check for cross builds configured
13662 * configure: Regenerate.
13664 2010-01-29 Eric Botcazou <ebotcazou@adacore.com>
13666 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
13667 the same alias set and their sizes different constantness.
13668 (aliasing_component_refs_p): Revert 2009-10-24 change.
13670 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13672 * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
13675 2010-01-29 Richard Guenther <rguenther@suse.de>
13677 * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
13678 Assert we successfully updated the call.
13680 2010-01-29 Jakub Jelinek <jakub@redhat.com>
13682 PR rtl-optimization/42889
13683 * df.h (df_set_bb_dirty_nonlr): New prototype.
13684 * df-core.c (df_set_bb_dirty_nonlr): New function.
13685 * df-scan.c (df_insn_rescan): Call it instead of
13686 df_set_bb_dirty for DEBUG_INSNs.
13688 2010-01-29 Richard Guenther <rguenther@suse.de>
13690 PR middle-end/37448
13691 * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
13692 quadratic behavior in most cases.
13694 2010-01-28 Uros Bizjak <ubizjak@gmail.com>
13697 * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
13698 in the call to gen_x86_movsicc_0_m1.
13700 2010-01-28 Richard Guenther <rguenther@suse.de>
13702 PR tree-optimization/42871
13703 * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
13705 2010-01-28 Richard Guenther <rguenther@suse.de>
13707 * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
13708 into call arguments.
13710 2010-01-28 Richard Guenther <rguenther@suse.de>
13712 PR middle-end/42883
13713 * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
13714 the forwarder if the destination is an EH landing pad.
13716 2010-01-28 Razya Ladelsky <razya@il.ibm.com>
13718 * tree-parloops.c (transform_to_exit_first_loop): Update the basic
13719 block list passed to gimple_duplicate_sese_tail.
13720 (parallelize_loops): Avoid parallelization when the function
13721 has_nonlocal_label.
13722 Avoid parallelization when the preheader is IRREDUCIBLE.
13723 Try to optimize when estimated_loop_iterations_int is unresolved.
13724 Add the loop's location to the dump file.
13725 * tree-cfg.c (add_phi_args_after_redirect): Remove.
13726 (gimple_duplicate_sese_tail): Remove the check for the latch.
13727 Redirect nexits to the exit block.
13728 Remove handling of the incoming edges to the latch.
13729 Redirect the backedge from the copied latch to the exit bb.
13731 2010-01-28 Michael Matz <matz@suse.de>
13734 * config/i386/i386.c (ix86_expand_vector_init_duplicate):
13735 Wrap force_reg into a sequence, emit it before user.
13737 2010-01-28 Stephen Thomas <stephen.thomas@arm.com>
13739 * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
13741 (arm_legacy_rev): Likewise.
13742 (thumb_legacy_rev): Likewise.
13744 2010-01-27 Jakub Jelinek <jakub@redhat.com>
13746 * dwarf2out.c (mem_loc_descriptor): Remove special casing of
13747 CONSTANT_POOL_ADDRESS_P SYMBOL_REFs. If for MEM recursive call
13748 on MEM's address failed, try avoid_constant_pool_reference and
13749 recurse if it returned something different.
13750 (loc_descriptor): If for MEM mem_loc_descriptor failed on the
13751 address, try avoid_constant_pool_reference and recurse if it
13752 returned something different.
13753 (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
13754 address and avoid_constant_pool_reference returned something
13755 different, don't set have_address.
13757 2010-01-27 Alexandre Oliva <aoliva@redhat.com>
13760 * var-tracking.c (val_store): Add modified argument, obey it.
13762 (count_uses): Move down logging of main.
13763 (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
13764 don't need resolution.
13765 (emit_notes_in_bb): Likewise.
13767 2010-01-27 Richard Guenther <rguenther@suse.de>
13769 PR middle-end/42878
13770 * tree-inline.c (remap_decl): Delay remapping of SSA name
13771 default definitions until we need them.
13773 2010-01-27 Jakub Jelinek <jakub@redhat.com>
13775 * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
13776 (rs6000_delegitimize_address): New function.
13778 * config/s390/s390.c (s390_delegitimize_address): Call
13779 delegitimize_mem_from_attrs.
13781 PR middle-end/42874
13782 * tree-inline.c (cannot_copy_type_1): Removed.
13783 (copy_forbidden): Don't forbid copying of functions containing
13784 records/unions with variable length fields.
13786 2010-01-27 Christian Bruel <christian.bruel@st.com>
13790 * config/sh/sh.c (find_barrier): Increase length for non delayed
13791 conditional branches.
13793 2010-01-27 Matthias Klose <doko@ubuntu.com>
13795 * configure.ac (gnu-unique-object): Fix ldd version check.
13796 * configure: Regenerate.
13798 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13800 * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
13802 * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
13803 Test for HAVE_GNU_AS value.
13805 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13807 * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
13808 * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
13809 INT64_TYPE): Define.
13810 (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
13811 (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
13812 INT_LEAST64_TYPE): Define.
13813 (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
13814 UINT_LEAST64_TYPE): Define.
13815 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
13816 INT_FAST64_TYPE): Define.
13817 (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
13818 UINT_FAST64_TYPE): Define.
13819 (INTMAX_TYPE, UINTMAX_TYPE): Define.
13820 (INTPTR_TYPE, UINTPTR_TYPE): Define.
13821 (SIG_ATOMIC_TYPE): Define.
13823 2010-01-26 Richard Guenther <rguenther@suse.de>
13825 * df-scan.c (df_scan_set_bb_info): Remove assert.
13826 (df_insn_rescan_debug_internal): Merge asserts.
13827 (df_install_ref): Likewise.
13828 (df_mark_reg): Use bitmap_set_range.
13829 (df_hard_reg_used_p): Remove assert.
13830 (df_hard_reg_used_count): Likewise.
13832 2010-01-26 Richard Guenther <rguenther@suse.de>
13834 PR rtl-optimization/42685
13835 * web.c (web_main): Ignore DEBUG_INSNs.
13837 2010-01-26 Joern Rennecke <amylaar@spamcop.net>
13839 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
13841 (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
13842 Fix types of fndecl and arglist parameters.
13844 2010-01-26 Richard Guenther <rguenther@suse.de>
13846 PR middle-end/42806
13847 * tree-eh.c (unsplit_eh): Skip debug insns.
13849 2010-01-26 Richard Guenther <rguenther@suse.de>
13851 PR tree-optimization/42250
13852 * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
13854 2010-01-26 Jakub Jelinek <jakub@redhat.com>
13857 * omp-low.c (expand_omp_sections): Only use single_pred if
13858 l2_bb is single_pred_p.
13860 2010-01-25 Christian Bruel <christian.bruel@st.com>
13863 * config/sh/sh.c (find_barrier): Increase length for non delayed
13864 conditional branches.
13865 (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
13867 2010-01-24 David S. Miller <davem@davemloft.net>
13869 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
13870 define if not using GAS.
13871 * config/sparc/sparc.c (sparc_elf_asm_named_section):
13872 Likewise. Delete SECTION_MERGE code, which is only applicable
13875 2010-01-24 Mark Mitchell <mark@codesourcery.com>
13878 * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
13879 mangling of va_list in system headers.
13881 2010-01-23 Toon Moene <toon@moene.org>
13883 * tree-predcom.c (combine_chains): Return NULL, not false.
13885 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
13887 * tree-loop-distribution.c (distribute_loop): Fix declaration and
13888 initialization of variable res to agree with return type.
13890 2010-01-22 Steve Ellcey <sje@cup.hp.com>
13892 * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
13893 * tree-sra.c: Add include of expr.h.
13895 2010-01-22 Jakub Jelinek <jakub@redhat.com>
13897 * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
13898 insert the debug stmt on the single non-EH edge from the stmt.
13900 2010-01-22 Richard Henderson <rth@redhat.com>
13903 * tree-sra.c (sra_modify_assign): Delay re-gimplification of
13904 the RHS until after generate_subtree_copies has insertted its
13905 code before the current statement.
13907 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
13909 * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
13911 * gcc-plugin.h (plugin_init): Use "C" likage for c++.
13913 2010-01-21 Martin Jambor <mjambor@suse.cz>
13915 PR tree-optimization/42585
13916 * tree-sra.c (struct access): New field grp_total_scalarization.
13917 (dump_access): Dump the new field.
13918 (should_scalarize_away_bitmap): New variable.
13919 (cannot_scalarize_away_bitmap): Likewise.
13920 (sra_initialize): Allocate new bitmaps.
13921 (sra_deinitialize): Free new bitmaps.
13922 (create_access_1): New function.
13923 (create_access): Parts moved to create_access_1.
13924 (type_consists_of_records_p): New function.
13925 (completely_scalarize_record): Likewise.
13926 (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
13927 (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
13928 (sort_and_splice_var_accesses): Hint groups with a total_scalarization
13930 (analyze_all_variable_accesses): Completely scalarize small eligible
13933 2010-01-21 Martin Jambor <mjambor@suse.cz>
13935 * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
13937 2010-01-21 Andrew Haley <aph@redhat.com>
13939 * gcc.c (process_command): Move lang_specific_driver before
13940 setting cc_libexec_prefix.
13942 2010-01-21 Richard Guenther <rguenther@suse.de>
13944 PR middle-end/19988
13945 * fold-const.c (negate_expr_p): Pretend only negative
13946 real constants are easily negatable.
13948 2010-01-20 Janis Johnson <janis187@us.ibm.com>
13949 Jason Merrill <jason@redhat.com>
13951 * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
13952 (TYPE_TRANSPARENT_AGGR): this, for union and record.
13953 * calls.c (initialize argument_information): Handle it.
13954 * c-common.c (handle_transparent_union_attribute): Use new name.
13955 * c-decl.c (finish_struct): Ditto.
13956 * c-typeck.c (type_lists_compatible_p): Ditto.
13957 (convert_for_assignment): Use new name and also handle record.
13958 * function.c (aggregate_value_p): Handle it.
13959 (pass_by_reference): Ditto.
13960 (assign_parm_data_types): Ditto.
13961 * print-tree.c (print_node): Ditto.
13962 * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
13963 * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
13964 * tree.c (first_field): New fn.
13966 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
13969 * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
13970 even when linking statically, for now.
13972 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
13975 * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
13976 without a cselib val.
13977 (count_uses): Accept MO_VAL_SET with no val on stores.
13978 (add_stores): Likewise.
13980 2010-01-20 Jakub Jelinek <jakub@redhat.com>
13982 * var-tracking.c (check_value_val): Add a compile time assertion.
13983 (dv_is_decl_p): Simplify.
13984 (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
13985 gcc_assert if ENABLE_CHECKING.
13987 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
13990 * var-tracking.c: Include tree-flow.h.
13991 (mem_dies_at_call): New.
13992 (dataflow_set_preserve_mem_locs): Use it.
13993 (dataflow_set_remove_mem_locs): Likewise.
13994 (dump_var): Renamed from dump_variable. Adjust all callers.
13995 (dump_var_slot): Renamed from dump_variable_slot. Likewise.
13996 * Makefile.in (var-tracking.o): Adjust deps.
13998 2010-01-20 Joern Rennecke <amylaar@spamcop.net>
14000 * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
14002 2010-01-20 Richard Guenther <rguenther@suse.de>
14004 PR tree-optimization/42717
14005 * tree-ssa-dce.c (get_live_post_dom): Remove.
14006 (forward_edge_to_pdom): Take an arbitrary edge to copy
14007 degenerate PHI args from.
14008 (remove_dead_stmt): Use the first post-dominator even if it
14009 does not contain live statements as redirection destination.
14011 2010-01-20 Richard Guenther <rguenther@suse.de>
14013 * tree-inline.c (estimate_num_insns): Handle EH builtins.
14015 2010-01-20 Jakub Jelinek <jakub@redhat.com>
14017 * sel-sched.c (create_speculation_check): Remove set but not used
14019 (try_transformation_cache): Remove set but not used variable ds.
14020 (calculate_privileged_insns): Remove set but not used variables
14021 cur_insn and min_spec_insn.
14022 (find_best_expr): Remove set but not used variable avail_n.
14023 * tree-predcom.c (base_names_in_chain_on): Remove set but not used
14025 * cgraphunit.c (assemble_thunk): Remove set but not used variable
14027 * haifa-sched.c (remove_notes): Remove set but not used variable prev.
14028 * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
14029 new_scop_exit_edge.
14031 2010-01-20 Felyza Wishbringer <fwishbringer@gmail.com>
14034 * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
14035 cpu types. Add support for *-sse3 cpu types.
14036 (x86_64-*-*): Ditto.
14038 2010-01-20 Jakub Jelinek <jakub@redhat.com>
14040 PR middle-end/42803
14041 * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
14042 argument, call initializer_constant_valid_p_1 instead of
14043 initializer_constant_valid_p, pass CACHE to it, return NULL
14044 immediately if first call returns NULL.
14045 (initializer_constant_valid_p_1): New function.
14046 (initializer_constant_valid_p): Use it.
14048 2010-01-20 Thomas Quinot <quinot@adacore.com>
14050 * tree.def (PLACEHOLDER_EXPR): Fix comment.
14052 2010-01-20 Jakub Jelinek <jakub@redhat.com>
14054 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
14055 of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
14056 (loc_list_from_tree): Don't handle unsigned division. Handle
14057 signed modulo using DW_OP_{over,over,div,mul,minus}.
14058 * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
14059 modulo instead of signed.
14061 2010-01-20 DJ Delorie <dj@redhat.com>
14063 * config/h8300/h8300.c (F): Add "in_epilogue" flag.
14065 (h8300_emit_stack_adjustment): Propogate it.
14067 (h8300_expand_prologue): Likewise.
14068 (h8300_expand_epilogue): Likewise.
14070 2010-01-19 Michael Matz <matz@suse.de>
14072 PR tree-optimization/41783
14073 * tree-data-ref.c (toplevel): Include flags.h.
14074 (dump_data_dependence_relation): Also dump the inputs if the
14075 result will be unknown.
14076 (split_constant_offset_1): Look through some conversions.
14077 * tree-predcom.c (determine_roots_comp): Restart a new chain if
14078 the offset from last element is too large.
14079 (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
14080 (reassociate_to_the_same_stmt): Handle vector registers.
14081 * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
14082 (e.g. conversions).
14083 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
14084 wide_prolog_niters argument, emit widening instructions.
14085 (vect_do_peeling_for_alignment): Adjust caller, use widened
14086 variant of the iteration cound.
14087 * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
14089 2010-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14092 * config/arm/neon-testgen.m (emit_automatics): New parameter
14093 features. Adjust for Fixed_return_reg feature.
14094 (test_intrinsic): Call emit_automatics with new feature.
14095 * config/arm/neon.ml: Update copyright years.
14096 (features): New Fixed_return_reg feature.
14097 (ops): Update feature for Vget_low.
14099 2010-01-19 Jakub Jelinek <jakub@redhat.com>
14101 PR tree-optimization/42719
14102 * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
14106 * fwprop.c (all_uses_available_at): Return false if def_set dest
14107 is a REG that is used in def_insn.
14109 2010-01-19 Joern Rennecke <amylaar@spamcop.net>
14111 * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
14113 (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
14114 Add argument names.
14116 (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
14118 * target.h (struct gcc_target) <secondary_reload>: Change type
14119 of last argument to secondary_reload_info *.
14121 2010-01-18 Uros Bizjak <ubizjak@gmail.com>
14124 * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
14125 memory references with unaligned offsets. Remove CQImode handling.
14126 (unaligned_memory_operand): Return 1 for memory references with
14127 unaligned offsets. Remove CQImode handling.
14129 2010-01-18 Richard Guenther <rguenther@suse.de>
14131 PR middle-end/39954
14132 * cfgexpand.c (expand_call_stmt): TER pointer arguments in
14135 2010-01-18 Richard Guenther <rguenther@suse.de>
14137 PR tree-optimization/42781
14138 * tree-ssa-structalias.c (find_what_var_points_to): Skip
14139 restrict processing only if the original variable was artificial.
14141 2010-01-18 Joern Rennecke <amylaar@spamcop.net>
14143 * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
14144 find number of popped argument bytes.
14146 (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
14147 Fix the text that describes the return value for invalid insns.
14149 (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type. Fix argument list.
14151 (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
14152 Clarify what 'cost of the -dependence' is. Fix quoting.
14154 * toplev.c (default_get_pch_validity): Rename argument to "sz".
14155 * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
14157 2010-01-17 Jakub Jelinek <jakub@redhat.com>
14159 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
14160 {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
14162 2010-01-17 Richard Guenther <rguenther@suse.de>
14164 PR middle-end/42248
14165 * function.c (split_complex_args): Take a VEC to modify.
14166 (assign_parms_augmented_arg_list): Build a VEC instead of
14167 a chain of PARM_DECLs.
14168 (assign_parms_unsplit_complex): Take a VEC of arguments.
14169 Do not fixup unmodified parms.
14170 (assign_parms): Deal with the VEC.
14171 (gimplify_parameters): Likewise.
14173 2010-01-17 Richard Guenther <rguenther@suse.de>
14175 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
14176 node existence check.
14177 * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
14178 * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
14179 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
14180 * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
14181 (gimple_execute_on_growing_pred): Likewise.
14183 2010-01-17 Richard Guenther <rguenther@suse.de>
14185 PR tree-optimization/42773
14186 * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
14187 (compute_antic_aux): Likewise.
14188 (compute_partial_antic_aux): Likewise.
14190 2010-01-17 Jie Zhang <jie.zhang@analog.com>
14193 * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
14196 2010-01-17 Joern Rennecke <amylaar@spamcop.net>
14198 * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
14201 (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
14202 Fix markup for strict argument.
14204 (TARGET_SCHED_REORDER2): Fix argument types.
14206 (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
14207 (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
14209 (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
14210 (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
14212 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
14215 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
14216 (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
14217 (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
14218 (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
14219 (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
14221 (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
14223 (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
14225 (TARGET_ASM_RELOC_RW_MASK): Add return type.
14226 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
14228 (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
14230 (TARGET_ASM_FILE_START): Put @findex before paragraph start.
14233 (TARGET_ASM_NAMED_SECTION): Fix argument list.
14235 (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
14236 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
14238 (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
14240 (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
14242 (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
14243 referring to it. Fix language.
14245 (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
14247 (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
14249 (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
14251 (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
14253 (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
14254 '@var{stream}. Remove stray 'and'.
14256 (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
14258 (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
14260 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
14262 (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
14263 misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
14265 (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
14266 Fix description of return value.
14267 Rename argument "sz" to "len."
14269 (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
14270 Clarify meaning of 'true' return value.
14272 (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
14274 (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
14275 rep_mode versus mode_rep.
14277 (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
14279 (TARGET_BUILTIN_DECL): Fix name.
14281 (TARGET_COMMUTATIVE_P): Fix type of first argument.
14283 (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
14285 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
14287 (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
14289 (TARGET_RELAXED_ORDERING): Use @deftypevr.
14291 (TARGET_GET_DRAP_RTX): Note that this is a hook.
14294 (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
14295 Rename argument tm_fn to md_fn.
14297 (TARGET_OPTION_PRINT): Fix argument list.
14299 2010-01-16 Harsha Jagasia <harsha.jagasia@amd.com>
14302 * config/i386/i386.c (ix86_fixup_binary_operands):
14303 Revert FMA4 fixup of operands.
14305 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14308 * Makefile.in (write_entries_to_file, install-plugin):
14309 Use \012 instead of \n with tr.
14311 2010-01-16 Richard Sandiford <r.sandiford@uk.ibm.com>
14313 * configure.ac (HAVE_AS_REF): New C macro.
14314 * configure: Regenerate.
14315 * config.in: Likewise.
14316 * collect2.c (main): Only postpone SCAN_DWEH to the second pass
14318 * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
14321 2010-01-16 Joern Rennecke <amylaar@spamcop.net>
14323 * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
14325 (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
14327 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
14329 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
14331 (TARGET_IN_SMALL_DATA_P): Fix argument type.
14333 (TARGET_BINDS_LOCAL_P): Fix argument type.
14335 (TARGET_ASM_FILE_END): Use prototype.
14337 (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
14339 (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
14341 (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
14343 (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
14345 (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
14346 (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
14348 (TARGET_PCH_VALID_P): Put 'const char *' in braces.
14349 (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
14351 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
14352 (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
14353 (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
14354 (TARGET_ADDR_SPACE_CONVERT): Likewise.
14356 (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
14358 (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
14360 (TARGET_INIT_BUILTINS): Use prototype.
14362 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
14363 Put 'const char *' in braces. Fix parameter types.
14364 (TARGET_INVALID_CONVERSION): Fix parameter types.
14365 (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
14366 (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
14368 (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
14371 (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
14373 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
14375 2010-01-15 Joern Rennecke <amylaar@spamcop.net>
14377 * doc/tm.texi (TARGET_HELP): Fix return type.
14379 (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
14380 in braces. Fix argument types.
14382 (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
14384 (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
14386 (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
14388 (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
14389 (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
14391 (TARGET_MANGLE_TYPE): Fix argument types.
14393 (TARGET_IRA_COVER_CLASSES): Use prototype.
14395 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type. Use prototype.
14397 (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
14399 (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
14401 (TARGET_MUST_PASS_IN_STACK): Fix argument type.
14403 (TARGET_CALLEE_COPIES): Fix argument types.
14405 (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
14407 (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
14409 (TARGET_FUNCTION_VALUE): Fix argument types.
14411 (TARGET_RETURN_IN_MSB): Fix argument type.
14413 (TARGET_RETURN_IN_MEMORY): Fix argument types.
14415 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
14417 (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
14419 (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
14420 agree with return type.
14422 (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
14424 2010-01-15 Jing Yu <jingyu@google.com>
14426 PR rtl-optimization/42691
14427 * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
14428 a pseudo to a constant and are merged, and adjust comments.
14430 2010-01-15 Eric Botcazou <ebotcazou@adacore.com>
14432 * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
14434 2010-01-15 Richard Guenther <rguenther@suse.de>
14436 PR middle-end/42739
14437 * tree-cfgcleanup.c (remove_forwarder_block): Move destination
14438 labels of computed or non-local gotos to the destination.
14439 * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
14440 landing pad label is the first label.
14442 2010-01-15 Richard Guenther <rguenther@suse.de>
14444 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
14446 2010-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
14449 * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
14450 to allow generation of the xssqrtdp instruction on power7.
14451 (sqrtdf2_fpr): Ditto.
14453 2010-01-14 Jakub Jelinek <jakub@redhat.com>
14455 PR middle-end/42674
14456 * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
14457 functions with noreturn attribute.
14460 * varasm.c (declare_weak): Add weak attribute to decl if it
14461 doesn't have one already.
14462 (assemble_external): Only add decls to weak_decls if they also
14463 have weak attribute.
14465 2010-01-14 Alexandre Oliva <aoliva@redhat.com>
14467 * var-tracking.c (var_reg_delete): Don't delete the association
14468 between REGs and values or one-part variables if the register
14471 2010-01-14 Jakub Jelinek <jakub@redhat.com>
14474 * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
14475 because its first operand is a non-localized variable.
14477 2010-01-14 Martin Jambor <mjambor@suse.cz>
14479 PR tree-optimization/42706
14480 * tree-sra.c (encountered_recursive_call): New variable.
14481 (encountered_unchangable_recursive_call): Likewise.
14482 (sra_initialize): Initialize both new variables.
14483 (callsite_has_enough_arguments_p): New function.
14484 (scan_function): Call decl and flags check only for IPA-SRA, check
14485 whether there is a recursive call and whether it has enough arguments.
14486 (all_callers_have_enough_arguments_p): New function.
14487 (convert_callers): Look for recursive calls only when
14488 encountered_recursive_call is set.
14489 (ipa_early_sra): Bail out either if
14490 !all_callers_have_enough_arguments_p or
14491 encountered_unchangable_recursive_call.
14493 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
14495 * sel-sched.c: Add 2010 to copyright years.
14496 * sel-sched-ir.c: Likewise.
14497 * sel-sched-ir.h: Likewise.
14499 2010-01-14 Martin Jambor <mjambor@suse.cz>
14501 PR tree-optimization/42714
14502 * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
14503 constructors specially.
14505 2010-01-14 Andi Kleen <ak@linux.intel.com>
14507 * config/i386/drivers-i386.c (detect_caches_intel):
14508 Add l2sizekb parameter and fill in.
14509 (host_detect_local_cpu): Add l2sizekb, fill in.
14510 Add Atom small cache heuristic.
14512 2010-01-14 Andi Kleen <ak@linux.intel.com>
14514 * config/i386/drivers-i386.c (detect_caches_cpuid4):
14515 Add level3 parameter and fill in.
14516 (detect_caches_intel): Handle level3 cache.
14518 2010-01-14 Andi Kleen <ak@linux.intel.com>
14520 * config/i386/drivers-i386.c (host_detect_local_cpu):
14521 Fix core duo detection.
14523 2010-01-14 Andi Kleen <ak@linux.intel.com>
14525 * config/i386/drivers-i386.c (host_detect_local_cpu):
14526 Fix Atom detection.
14528 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
14530 * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
14531 (rs6000_variable_issue_1): this. Use...
14532 (rs6000_variable_issue): here. Reimplement. Print debug info.
14534 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
14536 * sel-sched-ir.c (sel_restore_other_notes): Rename to
14537 sel_restore_notes. Update all callers. Call reemit_notes
14540 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
14542 PR rtl-optimization/42246
14543 * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
14546 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
14548 * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
14549 all successors is the same as number of successors in current region.
14551 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
14553 * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
14554 to rename is not separable. Otherwise check that its LHS is not NULL.
14556 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
14558 * sel-sched.c (choose_best_reg_1): Loop over all regs for mode.
14560 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
14562 * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
14563 available registers when failed to discover LHS register class.
14564 Fix indentation. Update comment.
14566 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
14567 Alexander Monakov <amonakov@ispras.ru>
14569 PR rtl-optimization/42389
14570 * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
14572 (advance_state_on_fence): Likewise.
14573 (sel_target_adjust_priority): Print debug output only when
14574 sched_verbose >= 4, not 2.
14575 (get_expr_cost): Do not issue all unique insns on the next cycle.
14576 (fill_insns): Initialize can_issue_more from the value saved
14578 * sel-sched-ir.c (flist_add): New parameter issue_more.
14579 Init FENCE_ISSUE_MORE with it.
14580 (merge_fences): Likewise.
14581 (init_fences): Update call to flist_add.
14582 (add_to_fences, add_clean_fence_to_fences)
14583 (add_dirty_fence_to_fences): Likewise.
14584 (move_fence_to_fences): Update call to merge_fences.
14585 (invoke_reorder_hooks): Do not reset can_issue_more on insns from
14587 * sel-sched-ir.h (struct _fence): New field issue_more.
14588 (FENCE_ISSUE_MORE): New accessor macro.
14590 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
14592 PR rtl-optimization/42388
14593 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
14594 that have no predecessors nor successors. Do not call move_bb_info
14595 for empty blocks outside of current region.
14597 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
14599 PR rtl-optimization/42294
14600 * sel-sched-ir.h (struct _sel_insn_data): Update comment.
14601 * sel-sched.c (move_exprs_to_boundary): Transitively add all
14602 originators' originators.
14604 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
14606 PR rtl-optimization/39453
14607 PR rtl-optimization/42246
14608 * sel-sched-ir.c (considered_for_pipelining_p): Do not test
14610 (sel_add_loop_preheaders): Add preheader to last_added_blocks.
14612 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
14613 Alexander Monakov <amonakov@ispras.ru>
14615 PR middle-end/42245
14616 * sel-sched-ir.c (sel_recompute_toporder): New. Use it...
14617 (maybe_tidy_empty_bb): ... here. Make static. Add new
14618 argument. Update all callers.
14619 (tidy_control_flow): ... and here. Recompute topological order
14620 of basic blocks in region if necessary.
14621 (sel_redirect_edge_and_branch): Change return type. Return true
14622 if topological order might have been invalidated.
14623 (purge_empty_blocks): Export and move from...
14624 * sel-sched.c (purge_empty_blocks): ... here.
14625 * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
14626 (maybe_tidy_empty_bb): Delete prototype.
14627 (purge_empty_blocks): Declare.
14629 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
14631 PR rtl-optimization/42249
14632 * sel-sched.c (try_replace_dest_reg): When chosen register
14633 and original register is the same, do not bail out early, but
14634 still check all original insns for validity of replacing destination
14635 register. Set EXPR_TARGET_AVAILABLE to 1 before leaving function
14638 2010-01-14 Jakub Jelinek <jakub@redhat.com>
14641 Port from no-undefined-overflow branch:
14642 2009-03-09 Richard Guenther <rguenther@suse.de>
14644 * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
14646 2010-01-14 Richard Guenther <rguenther@suse.de>
14649 * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
14651 2010-01-14 Ira Rosen <irar@il.ibm.com>
14653 PR tree-optimization/42709
14654 * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
14655 as scalar type in creation of constant vector operand.
14657 2010-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14660 * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
14661 (check-parallel-%): Match `testsuite' directory component only
14664 2010-01-14 Shujing Zhao <pearly.zhao@oracle.com>
14666 PR translation/39521
14667 * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
14670 2010-01-13 Richard Guenther <rguenther@suse.de>
14672 PR tree-optimization/42730
14673 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
14676 2010-01-13 Steve Ellcey <sje@cup.hp.com>
14679 * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
14680 for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
14683 2010-01-13 Bernd Schmidt <bernd.schmidt@analog.com>
14685 * config/bfin/libgcc-bfin.ver: Regenerate based on current
14686 libgcc-std.ver. Add entries for ___smulsi3_highpart and
14687 ___umulsi3_highpart.
14689 * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
14690 rather than schedule_insns if the pass is enabled.
14692 2010-01-13 Martin Jambor <mjambor@suse.cz>
14694 PR tree-optimization/42704
14695 * tree-sra.c (sra_modify_assign): Do not delete assignments to
14698 2010-01-13 Martin Jambor <mjambor@suse.cz>
14700 PR tree-optimization/42703
14701 * tree-sra.c (analyze_access_subtree): Check that we can build a
14702 reference to the original data within the aggregate.
14704 2010-01-13 Richard Guenther <rguenther@suse.de>
14706 PR tree-optimization/42705
14707 * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
14709 2010-01-13 Richard Guenther <rguenther@suse.de>
14711 PR middle-end/42716
14712 * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
14714 2010-01-13 Jakub Jelinek <jakub@redhat.com>
14717 * var-tracking.c (values_to_unmark): New variable.
14718 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
14719 values_to_unmark vector. Moved body to...
14720 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
14721 instead queue it into values_to_unmark vector.
14722 (vt_find_locations): Free values_to_unmark vector.
14724 2010-01-13 Wolfgang Gellerich <gellerich@de.ibm.com>
14726 * config/s390/s390.c (override_options): Set
14727 default of max-pending-list-length to 256
14729 2010-01-13 Richard Guenther <rguenther@suse.de>
14732 * tree-pass.h (PROP_gimple_lcx): New.
14733 * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
14734 * passes.c (init_optimization_passes): Move pass_lower_complex_O0
14735 before the final cleanup_eh.
14736 (dump_properties): Dump PROP_gimple_lcx.
14737 * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
14738 (tree_lower_complex_O0): Remove.
14739 (gate_no_optimization): Run if PROP_gimple_lcx is not set.
14740 (pass_lower_complex_O0): Provide PROP_gimple_lcx. Run
14741 tree_lower_complex, schedule TODO_update_ssa.
14742 * lto-streamer-out.c (output_function): Stream the functions
14744 * lto-streamer-in.c (input_function): Likewise.
14745 (lto_read_body): Do not override them here.
14747 2010-01-12 Joseph Myers <joseph@codesourcery.com>
14750 * c-typeck.c (build_c_cast): Fold value cast to union type before
14751 wrapping it in a CONSTRUCTOR.
14753 2010-01-12 Jakub Jelinek <jakub@redhat.com>
14755 PR rtl-optimization/42699
14756 * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
14759 2010-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14761 * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
14762 SUBTARGET_WARN_UNUSED_SPEC): Move ...
14763 config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
14764 SUBTARGET_WARN_UNUSED_SPEC): ... here
14765 * config/mips/iris5.h (LIBGCC_SPEC): Define.
14767 2010-01-12 Julian Brown <julian@codesourcery.com>
14769 * config/arm/neon-schedgen.ml (Utils): Don't try to
14770 open missing module.
14771 (find_with_result): New.
14773 2010-01-12 Jakub Jelinek <jakub@redhat.com>
14776 * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
14777 sharing when canonicalizing ({lt,ge}u (plus a b) b).
14779 PR tree-optimization/42645
14780 * tree-inline.c (processing_debug_stmt): Move earlier. Make static.
14781 (remap_ssa_name): If processing_debug_stmt and name wasn't found in
14782 decl_map, set processing_debug_stmt to -1 and return name without
14785 2010-01-11 Dave Korn <dave.korn.cygwin@gmail.com>
14787 * doc/install.texi (Specific#x-x-cygwin): Document minimum required
14788 binutils version, and reword target configuration description.
14790 2010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
14792 * config/avr/avr.h (LINKER_NAME): Remove.
14794 2010-01-11 Janis Johnson <janis187@us.ibm.com>
14797 * config/rs6000/rs6000.c (rs6000_override_options): On targets
14798 that support VSX, warn for -mno-altivec if vsx is not disabled,
14801 2010-01-11 Joseph Myers <joseph@codesourcery.com>
14802 Shujing Zhao <pearly.zhao@oracle.com>
14804 PR translation/42469
14805 * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
14806 fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
14807 character between option name and help text.
14808 * c.opt (imultilib): Likewise.
14810 2010-01-10 Rafael Avila de Espindola <espindola@google.com>
14812 * lto-streamer-out.c (output_unreferenced_globals): Output static
14815 2010-01-10 Steven Bosscher <steven@gcc.gnu.org>
14817 PR rtl-optimization/42621
14818 * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
14819 optimizing for size.
14820 (duplicate_computed_gotos): Remove now-redundant check.
14822 2010-01-10 Steve Ellcey <sje@cup.hp.com>
14825 * configure.ac: Save and restore LDFLAGS and LIBS
14826 * configure: Regenerate.
14828 2010-01-10 Richard Guenther <rguenther@suse.de>
14830 PR middle-end/42667
14831 * builtins.c (fold_builtin_strlen): Add type argument and
14832 convert the resulting length to it.
14833 (fold_builtin_1): Adjust.
14835 2010-01-09 Jakub Jelinek <jakub@redhat.com>
14837 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
14838 sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
14840 (num_insns_constant_wide): Adjust for that change.
14842 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
14845 * web.c (union_defs): Add used argument, to combine uses of
14846 uninitialized regs.
14847 (entry_register): Adjust type and tests of used argument.
14848 (web_main): Widen used for new use. Pass it to union_defs.
14849 * df.h (union_defs): Adjust prototype.
14851 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
14854 * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
14855 uses in new incoming argument. Free body.
14856 (reset_debug_uses_in_loop): New.
14857 (analyze_insn_to_expand_var): Call the latter if the former found
14858 anything. Fix whitespace. Reject invalid dest overlaps before
14859 going through all insns in the loop.
14861 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
14864 * haifa-sched.c (dying_use_p): Debug insns don't count.
14866 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
14868 PR middle-end/42363
14869 * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
14870 * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
14871 (verify_gimple_call): Reject LHS in noreturn calls.
14873 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
14877 * tree-vect-loop-manip.c (adjust_info): New type.
14878 (adjust_vec): New pointer to vector.
14879 (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
14880 (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
14881 (slpeel_update_phis_for_duplicate_loop): Use them.
14882 (slpeel_update_phi_nodes_for_guard1): Likewise.
14883 (slpeel_update_phi_nodes_for_guard2): Likewise.
14884 (slpeel_tree_peel_loop_to_edge): Likewise.
14885 (vect_update_ivs_after_vectorizer): Likewise.
14887 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
14889 * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
14890 (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
14892 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
14894 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
14895 bogus uninitialized warning.
14897 2010-01-09 Richard Guenther <rguenther@suse.de>
14899 PR middle-end/42512
14900 * tree-scalar-evolution.c (interpret_loop_phi): Make sure
14901 the evolution is compatible with the initial condition.
14903 2010-01-09 Jakub Jelinek <jakub@redhat.com>
14905 * gcc.c (process_command): Update copyright notice dates.
14906 * gcov.c (print_version): Likewise.
14907 * gcov-dump.c (print_version): Likewise.
14908 * mips-tfile.c (main): Likewise.
14909 * mips-tdump.c (main): Likewise.
14911 2010-01-08 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
14914 * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
14916 (rotlhi3_8): Delete.
14918 (rotlsi3_8): Delete.
14919 (rotlsi3_16): Delete.
14920 (rotlsi3_24): Delete.
14921 (rotl<mode>3): New.
14922 (*rotw<mode>3): New.
14923 (*rotb<mode>3): New.
14924 * config/avr/avr.c (avr_rotate_bytes): New function.
14925 * config/avr/avr-proto.h (avr_rotate_bytes): New function.
14927 2010-01-08 Steve Ellcey <sje@cup.hp.com>
14930 * configure.ac: Modify -rdynamic check.
14931 * configure: Regenerate.
14933 2010-01-08 DJ Delorie <dj@redhat.com>
14935 * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
14936 register popping order.
14938 2010-01-08 Richard Guenther <rguenther@suse.de>
14941 * c.opt (fsigned-char): Also let LTO handle this option.
14942 (funsigned-char): Likewise.
14944 2010-01-07 Richard Guenther <rguenther@suse.de>
14946 * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
14947 (gimple_op): Likewise.
14948 (gimple_op_ptr): Likewise.
14949 (gimple_assign_set_lhs): Remove gcc_assert.
14950 (gimple_assign_set_rhs1): Likewise.
14951 (gimple_assign_set_rhs2): Likewise.
14952 (gimple_call_set_lhs): Likewise.
14953 (gimple_call_set_fn): Likewise.
14954 (gimple_call_set_fndecl): Likewise.
14955 (gimple_call_fndecl): Likewise.
14956 (gimple_call_return_type): Likewise.
14957 (gimple_call_set_chain): Likewise.
14958 (gimple_call_num_args): Likewise.
14959 (gimple_call_set_arg): Likewise.
14960 (gimple_cond_set_code): Likewise.
14961 (gimple_cond_set_lhs): Likewise.
14962 (gimple_cond_set_rhs): Likewise.
14963 (gimple_cond_set_true_label): Likewise.
14964 (gimple_cond_set_false_label): Likewise.
14965 (gimple_label_set_label): Likewise.
14966 (gimple_goto_set_dest): Likewise.
14967 (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
14968 (gimple_debug_bind_get_value): Likewise.
14969 (gimple_debug_bind_get_value_ptr): Likewise.
14970 (gimple_debug_bind_set_var): Likewise.
14971 (gimple_debug_bind_set_value): Likewise.
14972 (gimple_debug_bind_reset_value): Likewise.
14973 (gimple_debug_bind_has_value_p): Likewise.
14974 (gimple_return_retval_ptr): Remove gcc_assert.
14975 (gimple_return_retval): Likewise.
14976 (gimple_return_set_retval): Likewise.
14977 * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
14978 (safe_referenced_var_iterator): Remove.
14979 (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
14980 * tree-flow-inline.h (gimple_nonlocal_all): Remove.
14981 (fill_referenced_var_vec): Remove.
14982 (first_readonly_imm_use): Remove redundant gcc_assert.
14983 (phi_arg_index_from_use): Combine gcc_asserts.
14984 (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
14985 (first_imm_use_stmt): Remove redundant gcc_assert.
14986 * tree-cfg.c (verify_gimple_call): Verify function and chain
14987 operands. Verify arguments.
14988 (verify_types_in_gimple_stmt): Verify condition code and labels.
14990 2010-01-07 Richard Guenther <rguenther@suse.de>
14992 PR tree-optimization/42641
14993 * sese.c (rename_map_elt_info): Use the SSA name version, do
14996 2010-01-07 Jakub Jelinek <jakub@redhat.com>
14998 PR tree-optimization/42625
14999 * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
15000 TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
15002 2010-01-07 Duncan Sands <baldrick@free.fr>
15004 * Makefile.in (PLUGIN_HEADERS): Add version.h.
15006 2010-01-07 Uros Bizjak <ubizjak@gmail.com>
15009 * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
15010 note itself is not function_invariant_p.
15012 2009-01-07 Steven Bosscher <steven@gcc.gnu.org>
15014 * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
15015 Do not add the DF_NOTE problem.
15016 * store-motion.c (execute_rtl_store_motion): Likewise.
15018 2010-01-07 Martin Jambor <mjambor@suse.cz>
15020 PR tree-optimization/42157
15021 * tree-sra.c (compare_access_positions): Stabilize sort if both
15022 accesses have integer types, return zero immediately if they are the
15025 2010-01-06 Richard Henderson <rth@redhat.com>
15027 PR middle-end/41883
15028 * haifa-sched.c (add_to_note_list): Merge into ...
15029 (concat_note_lists): ... here, and ...
15030 (unlink_other_notes, rm_other_notes): Merge into...
15031 (remove_notes): ... here. Create REG_SAVE_NOTEs for
15032 NOTE_INSN_EPILOGUE_BEG.
15034 2010-01-06 Richard Guenther <rguenther@suse.de>
15036 * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
15037 not inline regular functions into always-inline functions.
15039 2010-01-06 Nick Clifton <nickc@redhat.com>
15041 * config/rx/rx.h (enum rx_cpu_type): Add RX200.
15042 (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
15044 (OVERRIDE_OPTIONS): Delete.
15045 (OPTIMIZATION_OPTIONS): Define.
15046 (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
15047 * config/rx/rx.c (rx_handle_option): Issue an error message if
15048 -mcpu=rx200 and -fpu are used together.
15049 (rx_set_optimization_options): New function. Issue an error
15050 message if an optimization attribute attempts to reset the FPU/
15051 math optimization pairing.
15052 * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
15053 * config/rx/rx.opt: Set the default to 32-bit doubles.
15054 * config/rx/t-rx: Add multilibs for -nofpu option.
15055 * doc/invoke.texi: Update documentation of RX options.
15057 2010-01-06 Richard Guenther <rguenther@suse.de>
15059 * tree-ssa-pre.c (name_to_id): New global.
15060 (alloc_expression_id): Simplify SSA name handling.
15061 (lookup_expression_id): Likewise.
15062 (init_pre): Zero name_to_id.
15063 (fini_pre): Free it.
15065 2010-01-06 Uros Bizjak <ubizjak@gmail.com>
15067 * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
15069 2010-01-05 H.J. Lu <hongjiu.lu@intel.com>
15072 * config/i386/sse.md (smaxv2di3): New.
15073 (umaxv2di3): Likewise.
15074 (sminv2di3): Likewise.
15075 (uminv2di3): Likewise.
15077 2010-01-05 Eric Botcazou <ebotcazou@adacore.com>
15080 * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
15081 * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
15082 (legitimize_tls_address): Likewise.
15083 (sparc_tls_referenced_p): Likewise.
15084 * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
15085 and adjust calls to legitimize_pic_address.
15086 (legitimate_constant_p) Use sparc_tls_referenced_p.
15087 (legitimate_pic_operand_p): Likewise.
15088 (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
15089 (sparc_tls_symbol_ref_1): Delete.
15090 (sparc_tls_referenced_p): Make static, recognize specific patterns.
15091 (legitimize_tls_address): Make static, handle CONST patterns.
15092 (legitimize_pic_address): Make static, remove unused parameter and
15093 adjust recursive calls.
15094 (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
15095 and adjust call to legitimize_pic_address.
15096 (sparc_output_mi_thunk): Likewise.
15098 2010-01-05 Paolo Bonzini <bonzini@gnu.rg>
15099 H.J. Lu <hongjiu.lu@intel.com>
15102 * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
15103 for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
15104 operands to make them signed.
15107 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
15110 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
15111 GTU to GT for V4SI and V2DI.
15113 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
15114 (umin<mode>3): Removed.
15116 (uminv4si3): Likewise.
15118 2010-01-05 Martin Jambor <mjambor@suse.cz>
15120 PR tree-optimization/42462
15121 * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
15122 current_function_decl to helper functions and macros.
15124 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15127 * flags.h: Don't include real.h.
15128 (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
15129 HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
15130 * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
15131 HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
15132 * dominance.c: Update copyright.
15133 * gimple.c (walk_gimple_op): Remove inline.
15134 * tree-ssa-reassoc.c: Include real.h.
15135 * Makefile.in (FLAGS_H): Remove $(REAL_H).
15136 (tree-ssa-reassoc.o): Depend on $(REAL_H).
15138 2010-01-05 Nick Clifton <nickc@redhat.com>
15140 * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
15141 register to push into the stack frame when the accumulator has to
15142 be saved during interrupts.
15144 2010-01-05 Eric Fisher <joefoxreal@gmail.com>
15146 * doc/invoke.texi: Remove the documentation about option
15147 -Wunreachable-code.
15148 * common.opt (Wunreachable-code): Preserved for backward
15150 * tree-cfg.c: Remove the implementation of -Wunreachable-code.
15151 * opts.c (common_handle_option): Add OPT_Wunreachable_code to
15152 the backward compatibility flag section.
15154 2010-01-05 Richard Guenther <rguenther@suse.de>
15156 * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
15158 2010-01-05 Jakub Jelinek <jakub@redhat.com>
15161 * cfgexpand.c (expand_one_var): Diagnose too large variables.
15163 PR tree-optimization/42508
15164 * tree-sra.c (convert_callers): Check for recursive call
15165 by comparing cgraph nodes instead of decls.
15166 (modify_function): Call ipa_modify_formal_parameters also
15167 on all same_body aliases.
15169 * cgraphunit.c (cgraph_materialize_all_clones): Compare
15170 cgraph nodes when checking for same_body aliases.
15172 2010-01-05 Richard Guenther <rguenther@suse.de>
15174 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
15175 allocation and lookup.
15176 (get_or_alloc_expr_for_constant): Likewise.
15177 (phi_translate): Sink allocation.
15179 2010-01-04 Richard Guenther <rguenther@suse.de>
15181 * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
15182 a new entry only if needed.
15183 * tree-ssa-dom.c (lookup_avail_expr): Likewise.
15184 * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
15186 * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
15188 (phi_translate): Handle CONSTANTs early.
15190 2010-01-04 Martin Jambor <mjambor@suse.cz>
15192 PR tree-optimization/42398
15193 * tree-sra.c (struct access): Removed flag grp_different_types.
15194 (dump_access): Do not dump the removed flag.
15195 (sort_and_splice_var_accesses): Do not set the removed flag.
15196 (sra_modify_expr): Check for type compatibility directly.
15198 2010-01-04 Martin Jambor <mjambor@suse.cz>
15200 PR tree-optimization/42366
15201 * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
15202 edges with variable number of parameters.
15203 * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
15204 flag instead of asserting it.
15205 (ipa_read_node_info): Read uses_analysis_done flag.
15207 2010-01-04 Richard Guenther <rguenther@suse.de>
15209 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
15210 iterative_hash_* as intended.
15211 (vn_reference_compute_hash): Likewise. Simplify hashing
15213 (vn_reference_lookup_2): Likewise.
15214 (vn_nary_op_compute_hash): Likewise.
15215 (vn_phi_compute_hash): Likewise.
15216 (expressions_equal_p): Remove strange code.
15217 * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
15218 (pre_expr_hash): Likewise. Simplify hashing SSA names.
15219 (bitmap_insert_into_set_1): Take value-id as parameter.
15220 (add_to_value): Pass it.
15221 (bitmap_insert_into_set): Likewise.
15222 (bitmap_value_insert_into_set): Likewise. Remove redundant check.
15224 2010-01-04 Jakub Jelinek <jakub@redhat.com>
15227 * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
15228 (do_self_spec): For switches with SWITCH_IGNORE set set also
15229 SWITCH_IGNORE_PERMANENTLY.
15230 (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
15233 2010-01-04 Rafael Avila de Espindola <espindola@google.com>
15235 * lto-streamer-out.c (output_unreferenced_globals): Output the full
15236 tree of an unreferenced global var.
15238 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
15241 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
15242 GTU to GT for V4SI and V2DI.
15244 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
15245 (umin<mode>3): Removed.
15247 (uminv4si3): Likewise.
15249 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
15252 * collect2.c (main): Turn on trace in collect2 if -v is passed
15255 2010-01-03 Jerry Quinn <jlquinn@optonline.net>
15257 * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR. Update
15258 description of expression operand.
15260 2010-01-03 Andrew Jenner <andrew@codesourcery.com>
15262 * configure.ac: Add install-html to target_list for Make-hooks.
15263 * configure: Regenerate.
15264 * fortran/Make-lang.in (F95_HTMLFILES): New.
15265 (fortran.html): Use it.
15266 (fortran.install-html): New.
15267 * Makefile.in (install-html): Add lang.install-html.
15268 * java/Make-lang.in (JAVA_HTMLFILES): New.
15269 (java.html): Use it.
15270 (java.install-html): New.
15271 * objc/Make-lang.in (objc.install-html): New.
15272 * objcp/Make-lang.in (obj-c++.install-html): New.
15273 * cp/Make-lang.in (c++.install-html): New.
15274 * ada/gcc-interface/Make-lang.in (ada.install-html): New.
15275 * lto/Make-lang.in (lto.install-html): New.
15277 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
15280 * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
15282 2009-01-03 Steven Bosscher <steven@gcc.gnu.org>
15284 PR rtl-optimization/41862
15285 * store-motion.c (store_killed_in_insn, compute_store_table,
15286 remove_reachable_equiv_notes, replace_store_insn,
15287 build_store_vectors): Ignore all DEBUG_INSNs.
15289 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
15292 * common.opt: Add dumpdir.
15294 * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
15296 (option_map): Add --dumpdir.
15298 * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
15300 * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
15302 * opts.c (decode_options): Try dump_dir_name first if
15303 dump_base_name isn't an absolute path.
15304 (common_handle_option): Handle OPT_dumpdir.
15306 * toplev.c (dump_dir_name): New.
15307 (print_switch_values): Also ignore -dumpdir.
15309 * toplev.h (dump_dir_name): New.
15311 2010-01-03 Richard Guenther <rguenther@suse.de>
15313 PR tree-optimization/42589
15314 * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
15315 double-word expansion of bswap32.
15317 2010-01-03 Steven Bosscher <steven@gcc.gnu.org>
15319 * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
15320 with BLOCK_FOR_INSN.
15321 * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
15322 * ifcvt.c (noce_get_alt_condition, noce_try_abs,
15323 noce_process_if_block): Likewise.
15324 * gcse.c (compute_local_properties, insert_expr_in_table,
15325 insert_set_in_table, canon_list_insert, find_avail_set,
15326 pre_insert_copy_insn): Likewise.
15328 * basic-block.h (BLOCK_NUM): Move from here...
15329 * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
15331 2010-01-03 Richard Guenther <rguenther@suse.de>
15333 PR tree-optimization/42438
15334 * tree-ssa-pre.c (struct bb_bitmap_sets): Add
15335 contains_may_not_return_call flag.
15336 (BB_MAY_NOTRETURN): New.
15337 (valid_in_sets): Trapping nary operations are not valid
15338 in blocks that may not return.
15339 (insert_into_preds_of_block): Remove check for trapping expressions.
15340 (compute_avail): Compute also BB_MAY_NOTRETURN.
15342 2010-01-03 Gerald Pfeifer <gerald@pfeifer.com>
15344 * doc/invoke.texi: Add 2010 to copyright years.
15346 2010-01-03 Eric Botcazou <ebotcazou@adacore.com>
15348 * config/sparc/sparc.c: Fix formatting nits.
15350 2010-01-02 Gerald Pfeifer <gerald@pfeifer.com>
15351 Alexander Monakov <amonakov@ispras.ru>
15353 * doc/invoke.texi (Optimize Options): Reword introduction a bit.
15355 2010-01-02 Richard Guenther <rguenther@suse.de>
15357 PR middle-end/42577
15358 * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
15359 (simplify_switch_using_ranges): Mark to be removed edges
15362 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15364 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
15366 * collect2.c (scan_libraries): Add missing argument in call to
15369 2010-01-02 Uros Bizjak <ubizjak@gmail.com>
15372 * config/alpha/predicates.md (aligned_memory_operand): Return false
15374 (unaligned_memory_operand): Return true for CQImode.
15375 * config/alpha/alpha.c (get_aligned_mem): Assert that location
15376 doesn not cross aligned SImode word boundary.
15378 2010-01-02 Anatoly Sokolov <aesok@post.ru>
15380 * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
15382 * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
15383 avr_change_section, avr_reg_class_from_letter) : Remove declaration.
15385 2010-01-02 Richard Guenther <rguenther@suse.de>
15388 * toplev.c (compile_file): Emit LTO marker properly. Change
15389 it to __gnu_lto_v1.
15390 * collect2.c (scan_prog_file): Adjust for changed LTO marker.
15392 2010-01-01 Richard Guenther <rguenther@suse.de>
15395 * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
15397 2010-01-01 Richard Guenther <rguenther@suse.de>
15400 * c-decl.c (grokdeclarator): For zero-size arrays force
15401 structural equality checks as layout_type does.
15403 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
15405 * builtins.c: Update copyright to 2010.
15407 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
15410 * lto-streamer-out.c (produce_asm): Revert the last change.
15411 (copy_function): Likewise.
15413 * lto-streamer.c (lto_get_section_name): Skip any leading
15416 2010-01-01 Richard Guenther <rguenther@suse.de>
15418 PR middle-end/42559
15419 * builtins.c (get_object_alignment): Do not use DECL_ALIGN
15423 Copyright (C) 2010 Free Software Foundation, Inc.
15425 Copying and distribution of this file, with or without modification,
15426 are permitted in any medium without royalty provided the copyright
15427 notice and this notice are preserved.