1 2011-06-27 Richard Earnshaw <rearnsha@arm.com>
4 * arm.c (arm_print_operand): Allow sym+offset. Don't abort on invalid
7 2011-06-27 Jan Hubicka <jh@suse.cz>
9 * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of node
10 instead of references in node.
12 2011-06-27 Richard Henderson <rth@redhat.com>
14 * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
15 * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
18 2011-06-27 Jakub Jelinek <jakub@redhat.com>
20 * c-decl.c (union lang_tree_node): Use it in chain_next expression.
22 * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
23 * builtins.def (BUILT_IN_ASSUME_ALIGNED): New builtin.
24 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call,
25 find_func_clobbers): Handle BUILT_IN_ASSUME_ALIGNED.
26 * tree-ssa-ccp.c (bit_value_assume_aligned): New function.
27 (evaluate_stmt, execute_fold_all_builtins): Handle
28 BUILT_IN_ASSUME_ALIGNED.
29 * tree-ssa-dce.c (propagate_necessity): Likewise.
30 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
31 call_may_clobber_ref_p_1): Likewise.
32 * builtins.c (is_simple_builtin, expand_builtin): Likewise.
33 (expand_builtin_assume_aligned): New function.
34 * doc/extend.texi (__builtin_assume_aligned): Document.
37 * cselib.c (promote_debug_loc): If cselib_preserve_constants
38 and l has two DEBUG_INSN owned locs instead of just one, adjust
39 the second location's setting_insn too.
41 2011-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
44 * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
46 2011-06-27 Nick Clifton <nickc@redhat.com>
48 * config/mn10300/mn10300.md (clzsi2): Use XOR after BSCH to
49 convert bit position of highest bit set into a count of the high
52 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
54 * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
56 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
59 * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
62 2011-06-27 Richard Guenther <rguenther@suse.de>
64 PR tree-optimization/49394
65 * passes.c (execute_one_pass): Restore current_pass after
66 applying IPA transforms.
68 2011-06-27 Kai Tietz <ktietz@redhat.com>
70 * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
71 out of type precision after operation.
72 (find_bswap): Take for limit value the integer auto-
73 promotion into account.
75 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
77 * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
80 2011-06-27 Tristan Gingold <gingold@adacore.com>
83 * config/vms/vms-protos.h: New file.
84 * config/vms/vms-crtlmap.map: New file.
85 * config/vms/vms.c: New file.
86 * config/vms/make-crtlmap.awk: New file.
87 * config/vms/vms-crtl.h: File removed.
88 * config/vms/vms-crtl-64.h: File removed.
89 * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
90 * config/alpha/vms64.h: Do not include vms-crtl-64.h
91 * config/alpha/alpha.c (alpha_init_builtins): Remove code to
92 clear some builtins on VMS. Calls vms_patch_builtins.
93 (avms_asm_output_external): Remove.
94 * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
95 (struct crtl_name_spec): Remove
96 (DO_CTRL_NAMES): Remove.
97 * config/ia64/vms.h (struct crtl_name_spec): Remove
98 (DO_CTRL_NAMES): Remove.
99 * config/ia64/ia64.c (alpha_init_builtins): Remove code to
100 clear some builtins on VMS. Calls vms_patch_builtins.
101 (ia64_asm_output_external): Remove DO_CRTL_NAME.
102 * config/ia64/vms64.h: Do not include vms-crtl-64.h
103 * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles,
106 2011-06-27 Tristan Gingold <gingold@adacore.com>
108 * config/alpha/alpha.c (alpha_end_function): Always generate .end
111 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
113 * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
114 the function receives nonlocal gotos.
116 2011-06-27 Richard Guenther <rguenther@suse.de>
118 PR tree-optimization/49536
119 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
120 For non-scalar inner types use a scalar type according to
121 the scalar inner mode.
123 2011-06-27 Richard Guenther <rguenther@suse.de>
125 PR tree-optimization/49365
126 * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
128 2011-06-27 Richard Guenther <rguenther@suse.de>
130 PR tree-optimization/49169
131 * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
132 the alignment of function decls.
134 2011-06-26 Iain Sandoe <iains@gcc.gnu.org>
137 * config/darwin.c (darwin_mergeable_string_section): Place string
138 constants in '.cstring' rather than '.const' when CF/NSStrings are
141 2011-06-26 Eric Botcazou <ebotcazou@adacore.com>
143 * config/sparc/sparc.c (save_local_or_in_reg_p): Adjust comment.
144 (emit_save_register_window): Likewise.
145 (sparc_expand_prologue): Use SIZE_INT_RTX and SIZE_RTX variables.
146 (sparc_flat_expand_prologue): Add comment. Always emit blockage.
147 Swap back %o7/%i7 in register naming.
149 2011-06-25 Iain Sandoe <iains@gcc.gnu.org>
152 * config/darwin.c (darwin_override_options): Improve warning when
153 mdynamic-no-pic is given together with fPIC/fpic, also warn when it
154 is given with fpie/fPIE.
155 * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
156 * config/darwin9.h (PIE_SPEC): New.
158 2011-06-25 Basile Starynkevitch <basile@starynkevitch.net>
160 * timevar.c (timevar_print): Increase width for display of timevar
163 2011-06-24 Jakub Jelinek <jakub@redhat.com>
166 * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
167 instead of TYPE_CHAIN for chain_next for types.
169 2011-06-24 Richard Henderson <rth@redhat.com>
171 * config/sparc/sparc.md (create_flat_frame_1<P:mode>): Remove.
172 (create_flat_frame_2<P:mode>, create_flat_frame_3<P:mode>): Remove.
173 * config/sparc/sparc.c (gen_create_flat_frame_1): Remove.
174 (gen_create_flat_frame_2, gen_create_flat_frame_3): Remove.
175 (sparc_flat_expand_prologue): Emit individual instructions
176 instead of one of the above.
178 2011-06-24 Easwaran Raman <eraman@google.com>
180 PR rtl-optimization/49429
182 * expr.c (emit_block_move_hints): Mark MEM_EXPR(x) and
183 MEM_EXPR(y) addressable if emit_block_move_via_libcall is
184 used to copy y into x.
185 * calls.c (initialize_argument_information): Mark
186 an argument addressable if it is passed by invisible reference.
187 (emit_library_call_value_1): Mark MEM_EXPR (val) addressable
188 if it is passed by reference.
190 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
192 PR rtl-optimization/49504
193 * rtlanal.c (nonzero_bits1): Properly handle addition or
194 subtraction of a pointer in Pmode if pointers extend unsigned.
195 (num_sign_bit_copies1): Likewise.
197 2011-06-24 Martin Jambor <mjambor@suse.cz>
199 PR tree-optimizations/49516
200 * tree-sra.c (sra_modify_assign): Choose the safe path for
201 aggregate copies if we also did scalar replacements.
203 2011-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
206 * config/arm/predicates.md (add_operator): New.
207 * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage
210 2011-06-24 Andi Kleen <ak@linux.intel.com>
212 * tree-sra.c (type_internals_preclude_sra_p): Add msg
213 parameter. Split up ifs and report reason in *msg.
215 (find_var_candiate): Add msg variable.
216 Split up ifs and report reason to reject.
217 (find_param_candidates): Add msg variable.
218 Pass msg to type_internals_preclude_sra_p.
220 2011-06-23 Jeff Law <law@redhat.com>
223 * reload.h (reload): Change to return a bool.
224 * ira.c (ira): If requested by reload, run a fast DCE pass after
225 reload has completed. Fix comment typo.
226 * reload1.c (need_dce): New file scoped static.
227 (reload): Set reload_completed here. Return whether or not a DCE
228 pass after reload is needed.
229 (delete_dead_insn): Set need_dce as needed.
232 * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition
233 to detect threading through joiner block. If there was already
234 an edge to the new target, then do not change the PHI nodes.
236 2011-06-23 Jakub Jelinek <jakub@redhat.com>
238 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
239 get_pointer_alignment to see if base isn't sufficiently aligned.
241 2011-06-23 Jan Hubicka <jh@suse.cz>
243 PR tree-optimize/49373
244 * tree-pass.h (all_late_ipa_passes): Declare.
245 * cgraphunit.c (init_lowered_empty_function): Fix properties.
246 (cgraph_optimize): Execute late passes; remove unreachable funcions after
248 * ipa-inline.c (gate_ipa_inline): Enable only when optimizing or LTOing.
249 * passes.c (all_late_ipa_passes): Declare.
250 (dump_passes, register_pass): Handle late ipa passes.
251 (init_optimization_passes): Move ipa_pta to late passes; schedule fixup_cfg
252 at beggining of all_passes.
253 (apply_ipa_transforms): New function.
254 (execute_one_pass): When doing simple ipa pass, apply all transforms.
256 2011-06-23 Joseph Myers <joseph@codesourcery.com>
258 * params.c: Include common/common-target.h. Don't include tm.h.
259 (lang_independent_params): Move from toplev.c.
260 (global_init_params): New.
261 * params.h (global_init_params): Declare.
262 * target.def (default_params): Move to common-target.def.
263 * toplev.c (lang_independent_options): Remove.
264 (lang_independent_params): Move to params.c.
265 (general_init): Use global_init_params.
266 * common/common-target.def (option_default_params): Move from
268 * common/config/ia64/ia64-common.c: Include params.h.
269 (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
271 * common/config/rs6000/rs6000-common.c: Include params.h.
272 (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
274 * common/config/sh/sh-common.c: Include params.h.
275 (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
277 * common/config/spu/spu-common.c: Include params.h.
278 (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
280 * config/ia64/ia64.c (ia64_option_default_params,
281 TARGET_OPTION_DEFAULT_PARAMS): Move to ia64-common.c.
282 * config/rs6000/rs6000.c (rs6000_option_default_params,
283 TARGET_OPTION_DEFAULT_PARAMS): Move to rs6000-common.c.
284 * config/sh/sh.c (sh_option_default_params,
285 TARGET_OPTION_DEFAULT_PARAMS): Move to sh-common.c.
286 * config/spu/spu.c (spu_option_default_params,
287 TARGET_OPTION_DEFAULT_PARAMS): Move to spu-common.c.
288 * Makefile.in (OBJS): Remove params.o.
289 (OBJS-libcommon-target): Add params.o.
290 (params.o, $(common_out_object_file)): Update dependencies.
291 * doc/tm.texi: Regenerate.
293 2011-06-23 Alan Modra <amodra@gmail.com>
296 * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
297 invocation for 2011-06-09 changes.
299 2011-06-22 Jakub Jelinek <jakub@redhat.com>
302 * omp-low.c (expand_omp_for_static_nochunk): Only
303 use n ceil/ nthreads size for the first
304 n % nthreads threads in the team instead of
305 all threads except for the last few ones which
306 get less work or none at all.
309 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
312 2011-06-22 Richard Guenther <rguenther@suse.de>
314 PR tree-optimization/49493
315 * tree-ssa-structalias.c (get_constraint_for_ssa_var):
316 Refer to the alias target of variables.
317 (associate_varinfo_to_alias_1): Remove.
318 (ipa_pta_execute): Do not associate aliases with anything.
319 * cgraph.h (varpool_alias_aliased_node): Fix cut&paste errors.
320 (cgraph_function_node): Likewise.
321 (cgraph_function_or_thunk_node): Likewise.
322 (varpool_variable_node): Likewise.
324 2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
326 * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect
328 * config.gcc (arm*-*-linux*): Default to gnu tls.
329 (arm*-*-*): Add --with-tls option.
330 (all_defaults): Add 'tls'.
332 2011-06-22 Richard Henderson <rth@redhat.com>
334 * reg-notes.def (REG_CFA_WINDOW_SAVE): New.
335 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
336 (dwarf2out_frame_debug_cfa_window_save): Rename from
337 dwarf2out_window_save; make static.
338 * tree.h (dwarf2out_window_save): Don't declare.
340 * config/sparc/sparc.c (sparc_dwarf_handle_frame_unspec): Remove.
341 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
342 (emit_save_register_window): Rename from gen_save_register_window;
343 emit the insn and add REG_CFA_* notes.
344 (sparc_expand_prologue): Update to match.
345 * config/sparc/sparc.md (save_register_window_1): Simplify from
346 save_register_window<P:mode>.
348 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
351 * config/i386/i386.md (*lea_general_2): Always allow SImode.
352 (*lea_general_2_zext): Likewise.
353 (imul to lea peepholes): Use const359_operand and check
354 TARGET_PARTIAL_REG_STALL.
356 * config/i386/predicates.md (const359_operand): New.
358 2011-06-22 Michael Matz <matz@suse.de>
360 * cgraphunit.c (assemble_thunk): Use correct return type.
362 2011-06-22 Dmitry Plotnikov <dplotnikov@ispras.ru>
363 Dmitry Melnik <dm@ispras.ru>
365 * config/arm/arm.c (neon_immediate_valid_for_shift): New function.
366 (neon_output_shift_immediate): Ditto.
367 * config/arm/arm-protos.h (neon_immediate_valid_for_shift): New
369 (neon_output_shift_immediate): Ditto.
370 * config/arm/neon.md (vashl<mode>3): Modified constraint.
371 (vashr<mode>3_imm): New insn pattern.
372 (vlshr<mode>3_imm): Ditto.
373 (vashr<mode>3): Modified constraint.
374 (vlshr<mode>3): Ditto.
375 * config/arm/predicates.md (imm_for_neon_lshift_operand): New
377 (imm_for_neon_rshift_operand): Ditto.
378 (imm_lshift_or_reg_neon): Ditto.
379 (imm_rshift_or_reg_neon): Ditto.
381 * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
383 2011-06-22 Jakub Jelinek <jakub@redhat.com>
385 * tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for
386 builtin calls even if likelyvalue is not CONSTANT.
387 Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP like BUILT_IN_MALLOC.
388 Return get_value_for_expr of first operand
389 for BUILT_IN_{MEM{CPY,MOVE,SET},STR{,N}CPY}{,_CHK}.
390 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
391 BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK like
392 their non-checking counterparts.
393 (call_may_clobber_ref_p_1): Likewise.
394 (stmt_kills_ref_p_1): Handle BUILT_IN_MEM{{,P}CPY,MOVE,SET}_CHK
395 like their non-checking counterparts.
396 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
397 Handle BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK
398 like their non-checking counterparts.
399 (find_func_clobbers): Likewise.
400 * tree-ssa-dce.c (propagate_necessity): Handle BUILT_IN_MEMSET_CHK
401 like BUILT_IN_MEMSET and BUILT_IN_CALLOC like BUILT_IN_MALLOC.
403 * dwarf2out.c (size_of_loc_descr, output_loc_operands,
404 mark_base_types, hash_loc_operands, compare_loc_operands): Allow
405 DW_OP_GNU_convert and DW_OP_GNU_reinterpret to use constant instead
406 of base type reference as argument.
407 (resolve_addr_in_expr): Likewise. Fix keep computation.
408 (convert_descriptor_to_signed): Renamed to...
409 (convert_descriptor_to_mode): ... this. For wider types convert
410 to unsigned instead of signed, for <= DWARF2_ADDR_SIZE convert to
412 (typed_binop): New function.
413 (scompare_loc_descriptor, ucompare_loc_descriptor,
414 minmax_loc_descriptor, mem_loc_descriptor): For wider integer modes
415 default to unsigned type instead of signed.
418 * gimple.h (enum gimple_debug_subcode): Add GIMPLE_DEBUG_SOURCE_BIND.
419 (gimple_build_debug_source_bind_stat): New prototype.
420 (gimple_build_debug_source_bind): Define.
421 (gimple_debug_source_bind_p, gimple_debug_source_bind_get_var,
422 gimple_debug_source_bind_get_value,
423 gimple_debug_source_bind_get_value_ptr,
424 gimple_debug_source_bind_set_var,
425 gimple_debug_source_bind_set_value): New inlines.
426 * gimple.c (gimple_build_debug_source_bind_stat): New function.
427 * gimple-pretty-print.c (dump_gimple_debug): Handle
428 GIMPLE_DEBUG_SOURCE_BIND.
429 * sese.c (rename_uses): Handle gimple_debug_source_bind_p.
430 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
431 * tree-parloops.c (eliminate_local_variables,
432 separate_decls_in_region): Likewise.
433 (separate_decls_in_region_debug): Renamed from
434 separate_decls_in_region_debug_bind. Handle
435 gimple_debug_source_bind_p.
436 * tree.h (decl_debug_args_lookup, decl_debug_args_insert): New
438 (DECL_HAS_DEBUG_ARGS_P): Define.
439 (struct tree_function_decl): Add has_debug_args_flag field.
440 * tree.c (debug_args_for_decl): New variable.
441 (decl_debug_args_lookup, decl_debug_args_insert): New functions.
442 * tree-into-ssa.c (mark_def_sites): Handle uses in debug stmts.
443 (rewrite_debug_stmt_uses): New function.
444 (rewrite_stmt): Use it to rewrite debug stmt uses.
445 * rtl.def (DEBUG_PARAMETER_REF): New.
446 * rtl.h (DEBUG_PARAMETER_REF_DECL): Define.
447 * cselib.c (rtx_equal_for_cselib_1, cselib_hash_rtx): Handle
449 * rtl.c (rtx_equal_p_cb, rtx_equal_p, iterative_hash_rtx): Likewise.
450 * print-rtl.c (print_rtx): Likewise.
451 * tree-sra.c (sra_ipa_reset_debug_stmts): Prefer replacing of
452 SSA_NAMEs with DEBUG_EXPR_DECLs initialized in source bind
453 debug stmts in the first bb.
454 * tree-inline.c (remap_ssa_name): If remapping default def
455 of a PARM_DECL fails, map to a DEBUG_EXPR_DECL set in
456 a source bind debug stmt.
457 (remap_gimple_stmt): Handle gimple_debug_source_bind_p.
458 (maybe_move_debug_stmts_to_successors): Likewise.
459 (copy_debug_stmt): Likewise. Avoid shadowing a variable.
460 (tree_function_versioning): If DECL_HAS_DEBUG_ARGS_P, copy
461 debug args vector from old_decl to new_decl.
462 * ipa-prop.c (ipa_modify_call_arguments): For optimized away
463 or modified parameters, add debug bind stmts before call
464 setting DEBUG_EXPR_DECL which is remembered in debug args
466 * cfgexpand.c (expand_call_stmt): Call expand_debug_expr
467 on DECL_DEBUG_EXPRs from debug args vector.
468 (expand_debug_source_expr): New function.
469 (expand_debug_locations): Use it for source bind insns.
470 (expand_gimple_basic_block): Handle gimple_debug_source_bind_p.
471 * var-tracking.c (prepare_call_arguments): Add debug args
472 to call_arguments if any.
473 * dwarf2out.c (dwarf_stack_op_name, size_of_loc_descr,
474 output_loc_operands, output_loc_operands_raw,
475 resolve_addr_in_expr, compare_loc_operands): Handle
476 DW_OP_GNU_parameter_ref.
477 (get_ref_die_offset, parameter_ref_descriptor): New functions.
478 (mem_loc_descriptor): Handle DEBUG_PARAMETER_REF.
479 (gen_subprogram_die): Handle parameters identified by
482 2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
484 * doc/invoke.texi (ARM Options): Document -mtls-dialect option.
485 * doc/install.texi (Configuration): Document --with-tls.
486 * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
487 (arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
488 (arm_tls_descseq_addr): New.
489 (legitimize_tls_address): Add tlsdesc support.
490 (arm_cannot_copy_insn_p): Check for tlscall.
491 (arm_emit_tls_decoration): Likewise.
492 * config/arm/arm.h (TARGET_GNU2_TLS): New.
493 (OPTION_DEFAULT_SPECS): Add with-tls support.
494 * config/arm/arm.md (R1_REGNUM): Define.
496 * config/arm/arm.opt (tls_type): New enumeration type and values.
497 (mtls-dialect): New switch.
498 * config/arm/arm-opts.h (enum tls_type): New.
500 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>
502 * attribs.c (register_attribute): Added assert to check that all
503 attribute specs are registered with a name that is not empty and
504 does not start with '_'.
505 (decl_attributes): Avoid the lookup of the "naked" attribute spec
506 if the function has no attributes.
507 * tree.c (is_attribute_with_length_p): Removed.
508 (is_attribute_p): Removed.
509 (private_is_attribute_p): New.
510 (private_lookup_attribute): New.
511 (lookup_attribute): Removed.
512 (lookup_ident_attribute): New.
513 (remove_attribute): Require the first argument to be in the form
514 'text', not '__text__'. Updated asserts.
515 (merge_attributes): Use lookup_ident_attributes instead of
517 (merge_dllimport_decl_attributes): Use remove_attribute.
518 (attribute_list_contained): Likewise.
519 (attribute_list_equal): Immediately return 1 if the arguments are
521 * tree.h (is_attribute_p): Made inline. Return a 'bool', not an
522 'int'. Require the first argument to be in the form 'text', not
523 '__text__'. Require the second argument to be an identifier.
524 (lookup_attribute): Made inline. Require the first argument to be
525 in the form 'text', not '__text__'.
526 (private_is_attribute_p, private_lookup_attribute): New.
529 2011-06-21 Andrew MacLeod <amacleod@redhat.com>
531 * builtins.c: Add sync_ or SYNC__ to builtin names.
532 * sync-builtins.def: Add sync_ or SYNC__ to builtin names.
533 * omp-low.c: Add sync_ or SYNC__ to builtin names.
535 2011-06-21 Georg-Johann Lay <avr@gjlay.de>
538 * config/avr/avr.md (extzv): New expander.
540 (*extzv.qihi1, *extzv.qihi2): New insn-and-split.
541 * config/avr/constraints.md (C04): New constraint.
542 * doc/md.texi (Machine Constraints): Document it.
544 2011-06-21 Jakub Jelinek <jakub@redhat.com>
547 * builtins.c (expand_builtin_unop): Call expand_unop with 0 as
548 unsignedp argument instead of 1 for clrsb_optab.
549 (fold_builtin_bitop): Fix masking for width > HOST_BITS_PER_WIDE_INT
550 and < 2 * HOST_BITS_PER_WIDE_INT. Optimize BUILT_IN_CLRSB*.
551 (fold_builtin_1): Call fold_builtin_binop for BUILT_IN_CLRSB*.
552 * optabs.c (widen_leading): Call widen_operand and expand_unop
553 with 0 as unsignedp argument instead of 1 for clrsb_optab.
554 (expand_unop): Subtract difference of mode sizes also for clrsb_optab.
556 2011-06-21 Georg-Johann Lay <avr@gjlay.de>
558 * config/avr/avr.md (*jcindirect_jump): Fix build warning.
560 2011-06-21 Bernd Schmidt <bernds@codesourcery.com>
562 * gensupport.c (add_define_attr): New static function.
563 (is_predicable): Allow multi-alternative lists for the "predicable"
565 (modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
566 (process_one_cond_exec): Call alter_attrs_for_insn.
567 * doc/md.texi (Defining Attributes): Mention some standard names.
568 (Conditional Execution): Update documentation for "predicable".
570 * doc/extend.texi (__builtin_clrsb, __builtin_clrsbl,
571 __builtin_clrsbll): Document.
572 * doc/rtl.texi (clrsb): New entry.
573 * optabs.c (widen_leading): Renamed from widen_clz. New argument
574 UNOPTAB. All callers changed. Use UNOPTAB instead of clz_optab.
575 (expand_unop): Handle clrsb_optab.
576 (init_optabs): Initialize it.
577 * optabs.h (enum optab_index): New entry OTI_clrsb.
578 (clrsb_optab): Define.
579 * genopinit.c (optabs): Add an entry for it.
580 * builtins.c (expand_builtin): Handle clrsb builtin functions.
581 * builtins.def (BUILT_IN_CLRSB, BUILT_IN_CLRSBIMAX, BUILT_IN_CLRSBL,
582 BUILT_IN_CLRSBLL): New.
583 * rtl.def (CLRSB): New code.
584 * dwarf2out.c (mem_loc_descriptor): Handle it.
585 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
586 Use op_mode rather than mode when optimizing ffs, clz, ctz, parity
588 * libgcc2.c (__clrsbSI2, __clrsbDI2): New functions.
589 * libgcc2.h (__clrsbSI2, __clrsbDI2): Define and declare.
590 (__ctzDI2): Move declaration.
591 * config/bfin/bfin.md (clrsbsi2): New expander.
592 (signbitssi2): Use the CLRSB rtx.
593 (clrsbhi2): Renamed from signbitshi2. Use the CLRSB rtx.
594 * config/bfin/bfin.c (bdesc_1arg): Changed accordingly.
596 2011-06-21 Richard Guenther <rguenther@suse.de>
598 * ipa-inline-transform.c (inline_transform): Fix previous change.
600 2011-06-21 Ira Rosen <ira.rosen@linaro.org>
602 PR tree-optimization/49478
603 * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
604 with constant operand.
606 2011-06-21 Richard Guenther <rguenther@suse.de>
608 * ipa-inline-transform.c (inline_transform): Fix typo.
610 2011-06-21 Richard Guenther <rguenther@suse.de>
612 PR tree-optimization/49483
613 * tree-vect-stmts.c (vectorizable_assignment): Also handle
614 VIEW_CONVERT_EXPR conversions.
616 2011-06-21 Joseph Myers <joseph@codesourcery.com>
618 * config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
619 * config/avr/avr-tables.opt: New file (generated).
620 * config.gcc (avr-*-*): Use avr/avr-tables.opt.
621 * config/avr/avr-devices.c (avr_mcu_types): Move contents to
623 * config/avr/avr.c (avr_help, TARGET_HELP): Remove.
624 (avr_option_override): Don't process -mmcu= argument here. Set
625 avr_current_device using avr_mcu_index.
626 (avr_file_start): Use avr_current_device->name instead of avr_mcu_name.
627 * config/avr/avr.opt (mmcu=): Use Enum.
628 * config/avr/t-avr (avr-devices.o): Update dependencies.
629 ($(srcdir)/config/avr/avr-tables.opt): New.
630 * target.def (help): Remove.
631 * doc/tm.texi.in (TARGET_HELP): Remove.
632 * doc/tm.texi: Regenerate.
633 * opts.c: Don't include target.h.
634 (common_handle_option): Don't call targetm.help.
635 * system.h (TARGET_HELP): Poison.
636 * Makefile.in (opts.o): Update dependencies.
638 2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
640 * config/usegld.h: New file.
641 * config/sol2.h (PREFERRED_DEBUGGING_TYPE): Remove.
642 (CPP_SUBTARGET_SPEC): Remove -compat-bsd support.
643 (LIB_SPEC): Likewise. Search /lib.
644 (LINK_ARCH32_SPEC_BASE): Remove -compat-bsd support.
645 (RDYNAMIC_SPEC): Handle GNU ld.
646 [HAVE_LD_EH_FRAME_HDR && TARGET_DL_ITERATE_PHDR] (LINK_EH_SPEC):
648 (SUPPORTS_INIT_PRIORITY): Only disable for Sun ld.
649 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Define.
650 [!USE_GAS] (NO_DBX_BNSYM_ENSYM): Redefine.
651 (STACK_CHECK_STATIC_BUILTIN): Define.
652 * config/sol2.opt (compat-bsd): Remove.
653 * config/sol2-10.h (TARGET_C99_FUNCTIONS): Remove undef.
654 * config/sol2-bi.h: New file.
655 * config/sol2-gld.h: Remove.
656 * config/i386/sol2.h (TLS_COMMON_ASM_OP): Only define if !USE_GAS.
657 (NO_DBX_BNSYM_ENSYM): Remove.
658 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
659 (STACK_CHECK_STATIC_BUILTIN): Remove.
660 Test USE_GLD instead of TARGET_GNU_LD.
661 * config/i386/sol2-10.h: Rename to ...
662 * config/i386/sol2-bi.h .. this.
663 (SUBTARGET_EXTRA_SPECS): Redefine.
664 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Remove.
665 (MULTILIB_DEFAULTS): Remove.
666 (DEFAULT_ARCH32_P): Define.
667 (LINK_ARCH64_SPEC_BASE, LINK_ARCH64_SPEC): Remove.
668 (ARCH64_SUBDIR): Define.
669 Test USE_GLD instead of TARGET_GNU_LD.
670 (I386_EMULATION): Rename to ...
671 (ARCH32_EMULATION): ... this.
672 (X86_64_EMULATION): Rename to ...
673 (ARCH64_EMULATION): ... this.
674 (TARGET_LD_EMULATION): Remove.
675 (LINK_ARCH_SPEC): Remove.
676 * config/i386/sol2-gas.h: Remove.
677 * config/i386/t-sol2-10: Rename to ...
678 * config/i386/t-sol2-64: ... this.
679 * config/sparc/sol2.h (SPARC_DEFAULT_CMODEL): Redefine.
680 (AS_SPARC64_FLAG): Define.
681 (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Redefine.
682 (CPP_CPU64_DEFAULT_SPEC, ASM_CPU32_DEFAULT_SPEC): Redefine
683 depending on TARGET_CPU_DEFAULT.
684 (CPP_CPU_SPEC): Redefine.
685 (ASM_CPU_SPEC): Handle DEFAULT_ARCH32_P.
686 (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Redefine.
687 (CPP_ARCH32_SPEC, CPP_ARCH64_SPEC, CPP_ARCH_SPEC): Redefine.
688 (ASM_ARCH_SPEC, ASM_ARCH32_SPEC, ASM_ARCH64_SPEC,
689 ASM_ARCH_DEFAULT_SPEC): Redefine.
690 (SUBTARGET_EXTRA_SPECS): Add LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
691 LINK_ARCH_DEFAULT_SPEC.
692 [USE_GLD] (ARCH32_EMULATION, ARCH64_EMULATION): Define.
693 [USE_GLD] (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Redefine.
694 (ARCH64_SUBDIR): Define.
695 (LINK_ARCH64_SPEC): Redefine.
696 (CC1_SPEC): Redefine.
697 (OPTION_DEFAULT_SPECS): Redefine.
698 (MULTILIB_DEFAULTS): Define.
699 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Redefine.
700 [USE_GAS && HAVE_AS_TLS] (TARGET_SUN_TLS, TARGET_GNU_TLS): Redefine.
701 [USE_GLD] (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undef.
702 (NO_DBX_BNSYM_ENSYM): Remove.
703 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
704 (ASM_OUTPUT_ALIGN_WITH_NOP): Only define if !USE_GAS.
705 (TARGET_ASM_NAMED_SECTION): Likewise.
706 (STACK_CHECK_STATIC_BUILTIN): Remove.
707 * config/sparc/sol2-bi.h: Remove.
708 * config/sparc/sol2-gas-bi.h: Remove.
709 * config/sparc/sol2-gas.h: Remove.
710 * config/sparc/sol2-gld-bi.h: Remove.
711 * config.gcc (i[34567]86-*-solaris2*, sparc*-*-solaris2*): Move
713 (*-*-solaris2*): ... here.
715 2011-06-21 Christian Bruel <christian.bruel@st.com>
718 * ipa-inline.c (can_inline_edge_p): Check
719 !DECL_DISREGARD_INLINE_LIMITS.
721 2011-06-21 Christian Bruel <christian.bruel@st.com>
724 * cgraphunit.c (process_function_and_variable_attributes): warn when
725 always_inline functions that are not inline.
726 * ipa-inline-transform.c (inline_transform): Always call
728 * tree-inline.c (tree_inlinable_function_p): Use error instead
730 (expand_call_inline): Likewise.
732 2011-06-21 Jakub Jelinek <jakub@redhat.com>
734 * Makefile.in (dg_target_exps): Set.
735 (check_gcc_parallelize): Parallelize gcc testing into 10 jobs
736 instead of 7, try to divide it more evenly.
738 2011-06-20 Changpeng Fang <changpeng.fang@amd.com>
741 * config/i386/i386.c (avx256_split_unaligned_load): New definition.
742 (avx256_split_unaligned_store): New definition.
743 (ix86_option_override_internal): Enable avx256 unaligned load/store
744 splitting only when avx256_split_unaligned_load/store is set.
746 2011-06-20 Bernd Schmidt <bernds@codesourcery.com>
748 * regrename.c (scan_rtx_reg): Handle the case where we write to an
749 open chain in a smaller mode without failing the entire block.
751 2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
754 * combine.c (cant_combine_insn_p): Don't check zero/sign
755 extended hard registers.
757 2011-06-21 Alan Modra <amodra@gmail.com>
759 * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): Match
760 CONST high part large-toc address.
761 (rs6000_tls_referenced_p): Make static.
762 * config/rs6000/rs6000-protos.h (rs6000_tls_referenced_p): Delete.
764 2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
767 * combine.c (cant_combine_insn_p): Check zero/sign extended
770 2011-06-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
773 * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
774 one of the operands is a register.
776 2011-06-20 Kai Tietz <ktietz@redhat.com>
778 * fold-const.c (fold_binary_loc): Add missing folding for truth-not
779 operations in combination with binary and.
781 2011-06-20 Bernd Schmidt <bernds@codesourcery.com>
783 * regrename.c (do_replace): Don't update notes.
785 2011-06-20 Alan Modra <amodra@gmail.com>
787 * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
788 of toc-relative address in CONST.
789 (rs6000_delegitimize_address): Recognize changed address.
790 (rs6000_legitimize_reload_address): Likewise.
791 (rs6000_emit_move): Don't force these constants to memory.
792 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
793 toc-relative address in CONST.
794 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
795 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
797 2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
799 * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
800 (count_trailing_zeros): Likewise.
802 2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
805 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
806 .init_array can be used with .ctors on targets.
807 * configure: Regenerated.
809 2011-06-18 Eric Botcazou <ebotcazou@adacore.com>
811 * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
812 if the element type is volatile.
814 2011-06-18 Jan Hubicka <jh@suse.cz>
816 * lto-symtab.c (lto_varpool_replace_node): Remove code handling
818 (lto_symtab_resolve_can_prevail_p): Likewise.
819 (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
820 * cgraphbuild.c (record_reference): Remove extra body alias code.
821 (mark_load): Likewise.
822 (mark_store): Likewise.
823 * cgraph.h (varpool_node): Remove extra_name filed;
824 add alias_of and extraname_alias.
825 (varpool_create_variable_alias, varpool_for_node_and_aliases): Declare.
826 (varpool_alias_aliased_node): New inline function.
827 (varpool_variable_node): New function.
828 * cgraphunit.c (handle_alias_pairs): Handle also variable aliases.
829 * ipa-ref.c (ipa_record_reference): Allow aliases on variables.
830 * lto-cgraph.c (lto_output_varpool_node): Update streaming.
831 (input_varpool_node): Likewise.
832 * lto-streamer-out.c (produce_symtab): Remove extra name aliases.
833 (varpool_externally_visible_p): Remove extra body alias code.
834 (function_and_variable_visibility): Likewise.
835 * tree-ssa-structalias.c (associate_varinfo_to_alias_1): New function.
836 (ipa_pta_execute): Use it.
837 * varpool.c (varpool_remove_node): Remove extra name alias code.
838 (varpool_mark_needed_node): Likewise.
839 (varpool_analyze_pending_decls): Analyze aliases.
840 (assemble_aliases): New functoin.
841 (varpool_assemble_decl): Use it.
842 (varpool_create_variable_alias): New function.
843 (varpool_extra_name_alias): Rewrite.
844 (varpool_for_node_and_aliases): New function.
846 2011-06-18 Jakub Jelinek <jakub@redhat.com>
849 * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
850 last_arg_constant and last argument doesn't match its predicate,
851 for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
852 if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
853 (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
854 spelling of error message.
855 * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
856 vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
857 const_0_to_255_operand instead of const_int_operand.
860 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
862 * config/i386/sse.md (blendbits): Remove mode attribute.
863 (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
864 instead of const_0_to_<blendbits>_operand for operand 3 predicate.
865 Check integer value of operand 3 in insn constraint.
867 2011-06-17 Hans-Peter Nilsson <hp@axis.com>
869 PR rtl-optimization/48542
870 * reload.c (find_equiv_reg): Stop looking when finding a
872 * reload1.c (reload_as_needed): Invalidate all reload
873 registers when crossing a setjmp-type call.
875 2011-06-16 Jeff Law <law@redhat.com>
877 * tree-ssa-threadupdate.c (struct redirection_data): New field
879 (THREAD_TARGET2): Define.
880 (redirection_data_eq): Also check that the intermediate edge is equal.
881 (lookup_redirection_data): Drop useless argument. Extract the
882 outgoing_edge and intermediate edge from E. Callers updated.
883 (copy_phi_args, update_destination_phis): New functions.
884 (fix_duplicate_block_edges): Likewise.
885 (create_edge_and_update_destination_phis): Duplicate all the edges
886 hung off e->aux. Use copy_phi_args.
887 (create_duplicates): Use fix_duplicate_block_edges.
888 (fixup_template_block): Likewise.
889 (redirect_edges): If necessary, redirect the joiner block's incoming
890 edge to the duplicate of the joiner block.
891 (thread_block): Don't muck up loops when threading through a joiner
893 (thread_through_loop_header): Handle threading through a joiner block.
894 (mark_threaded_blocks, register_jump_thread): Likewise.
895 * tree-flow.h (register_jump_thread): Add new argument. Callers
897 * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
898 (thread_across_edge): Handle threading through a joiner block.
900 2011-06-16 Martin Jambor <mjambor@suse.cz>
902 PR tree-optimization/49343
903 * tree-sra.c (build_ref_for_model): Use component_ref_field_offset to
904 calculate offset, provide 2nd operand for the new COMPONENT_REF.
906 2011-06-16 Iain Sandoe <iains@gcc.gnu.org>
908 * config/darwin-protos.h (machopic_select_rtx_section): Move to
909 inside RTX_CODE ifdef.
911 2011-06-16 Tom de Vries <tom@codesourcery.com>
914 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
915 Disallow NULL pointer for pointer arithmetic.
917 2011-06-16 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
921 2011-06-10 Wei Guozhi <carrot@google.com>
924 * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
925 stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
926 (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
928 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
930 * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
931 (arm_legitimate_ldrd_p): New prototype.
932 (arm_output_ldrd): New prototype.
933 * config/arm/arm.c (arm_check_ldrd_operands): New function.
934 (arm_legitimate_ldrd_p): New function.
935 (arm_output_ldrd): New function.
937 2011-06-16 Joern Rennecke <joern.rennecke@embecosm.com>
940 * doc/tm.texi.in: Update Copyright date.
941 * doc/tm.texi: Regenerate.
942 * targhooks.c (default_setup_incoming_varargs): Replace
943 CUMULATIVE_ARGS* argument type with cumulative_args_t.
944 (default_pretend_outgoing_varargs_named): Likewise.
945 (hook_pass_by_reference_must_pass_in_stack): Likewise.
946 (hook_callee_copies_named): Likewise.
947 (default_function_arg_advance): Likewise.
948 (default_function_arg): Likewise.
949 (default_function_incoming_arg): Likewise.
950 (hook_bool_CUMULATIVE_ARGS_false): Likewise.
951 (hook_bool_CUMULATIVE_ARGS_true): Likewise.
952 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
953 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
954 (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
955 * targhooks.h (default_setup_incoming_varargs): Likewise.
956 (default_pretend_outgoing_varargs_named): Likewise.
957 (hook_pass_by_reference_must_pass_in_stack): Likewise.
958 (hook_callee_copies_named): Likewise.
959 (default_function_arg_advance): Likewise.
960 (default_function_arg): Likewise.
961 (default_function_incoming_arg): Likewise.
962 (hook_bool_CUMULATIVE_ARGS_false): Likewise.
963 (hook_bool_CUMULATIVE_ARGS_true): Likewise.
964 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
965 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
966 (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
967 * target.def (pass_by_reference): Likewise.
968 (setup_incoming_varargs, strict_argument_naming): Likewise.
969 (pretend_outgoing_varargs_named, callee_copies): Likewise.
970 (arg_partial_bytes, function_arg_advance, function_arg): Likewise.
971 (function_incoming_arg): Likewise.
972 * target.h: Don't include "tm.h" .
973 (cumulative_args_t): New typedef.
974 [GCC_TM_H] (get_cumulative_args): New static inline function.
975 [GCC_TM_H] (pack_cumulative_args): Likewise.
976 * config/alpha/alpha.c (alpha_function_arg): Replace CUMULATIVE_ARGS*
977 argument type with cumulative_args_t.
978 (alpha_function_arg_advance, alpha_arg_partial_bytes): Likewise.
979 (alpha_pass_by_reference, alpha_setup_incoming_varargs): Likewise.
980 * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
981 (frv_arg_partial_bytes, frv_function_arg): Likewise.
982 (frv_function_incoming_arg, frv_function_arg_advance): Likewise.
983 (frv_function_arg_1): Likewise.
984 * config/s390/s390.c (s390_pass_by_reference): Likewise.
985 (s390_function_arg_advance, s390_function_arg): Likewise.
986 * config/m32c/m32c.c (m32c_function_arg): Likewise.
987 (m32c_pass_by_reference, m32c_function_arg_advance): Likewise.
988 (m32c_strict_argument_naming): Likewise.
989 * config/spu/spu.c (spu_pass_by_reference, spu_function_arg): Likewise.
990 (spu_function_arg_advance): Likewise.
991 (spu_setup_incoming_varargs): Likewise. Make static.
992 * config/spu/spu-protos.h (spu_setup_incoming_varargs):
994 * config/sparc/sparc.c (sparc_strict_argument_naming): Replace
995 CUMULATIVE_ARGS* argument type with cumulative_args_t.
996 (sparc_pass_by_reference, sparc_function_arg_advance): Likewise.
997 (sparc_function_arg, sparc_function_incoming_arg): Likewise.
998 (sparc_arg_partial_bytes, sparc_function_arg_1): Likewise.
999 * config/mep/mep.c (mep_setup_incoming_varargs): Likewise.
1000 (mep_pass_by_reference, mep_function_arg): Likewise.
1001 (mep_function_arg_advance): Likewise.
1002 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
1003 (m32r_pass_by_reference, m32r_arg_partial_bytes): Likewise.
1004 (m32r_function_arg, m32r_function_arg_advance): Likewise.
1005 * config/rx/rx.c (rx_function_arg, rx_function_arg_advance): Likewise.
1006 * config/i386/i386.c (ix86_function_arg_advance): Likewise.
1007 (ix86_function_arg, ix86_pass_by_reference): Likewise.
1008 (ix86_setup_incoming_varargs): Likewise.
1009 * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
1010 (sh_strict_argument_naming): Likewise.
1011 (sh_pretend_outgoing_varargs_named, sh_pass_by_reference): Likewise.
1012 (sh_callee_copies, sh_arg_partial_bytes): Likewise.
1013 (sh_function_arg_advance, sh_function_arg): Likewise.
1014 * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
1015 (pdp11_function_arg_advance): Likewise.
1016 * config/microblaze/microblaze.c (microblaze_function_arg_advance):
1018 (microblaze_function_arg, function_arg_partial_bytes): Likewise.
1019 * config/avr/avr.c (avr_function_arg): Likewise.
1020 (avr_function_arg_advance): Likewise.
1021 * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
1022 (xtensa_function_arg, xtensa_function_incoming_arg): Likewise.
1023 (xtensa_function_arg_1): Likewise.
1024 * config/stormy16/stormy16.c (xstormy16_function_arg_advance):
1026 (xstormy16_function_arg): Likewise.
1027 * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
1028 (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
1029 (fr30_function_arg_advance): Likewise.
1030 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
1031 (lm32_function_arg, lm32_function_arg_advance): Likewise.
1032 * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
1033 (moxie_function_arg, moxie_function_arg_advance): Likewise.
1034 (moxie_pass_by_reference, moxie_arg_partial_bytes): Likewise.
1035 * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
1036 (cris_pass_by_reference, cris_arg_partial_bytes): Likewise.
1037 (cris_function_arg, cris_function_incoming_arg): Likewise.
1038 (cris_function_arg_advance, cris_function_arg_1): Likewise.
1039 * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
1040 (iq2000_pass_by_reference, iq2000_arg_partial_bytes): Likewise.
1041 (iq2000_function_arg, iq2000_function_arg_advance): Likewise.
1042 * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
1043 (mn10300_function_arg, mn10300_function_arg_advance): Likewise.
1044 (mn10300_arg_partial_bytes): Likewise.
1045 * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
1046 (ia64_arg_partial_bytes, ia64_function_arg): Likewise.
1047 (ia64_function_incoming_arg, ia64_function_arg_advance): Likewise.
1048 (ia64_function_arg_1): Likewise.
1049 * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
1050 (m68k_function_arg): Likewise.
1051 * config/rs6000/rs6000.c (rs6000_function_arg_advance): Likewise.
1052 (rs6000_function_arg, setup_incoming_varargs): Likewise.
1053 (rs6000_pass_by_reference, rs6000_arg_partial_bytes): Likewise.
1054 * config/picochip/picochip.c (picochip_arg_partial_bytes): Likewise.
1055 (picochip_function_arg, picochip_incoming_function_arg): Likewise.
1056 (picochip_arg_advance): Likewise.
1057 * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
1058 (mcore_arg_partial_bytes, mcore_function_arg): Likewise.
1059 (mcore_function_arg_advance): Likewise.
1060 * config/score/score.c (score_pass_by_reference): Likewise.
1061 (score_function_arg_advance): Likewise.
1062 (score_arg_partial_bytes): Likewise. Make static.
1063 * config/score/score-protos.h (score_arg_partial_bytes): Don't declare.
1064 * config/arm/arm.c (arm_arg_partial_bytes): Replace
1065 CUMULATIVE_ARGS* argument type with cumulative_args_t.
1066 (arm_function_arg, arm_function_arg_advance): Likewise.
1067 (arm_setup_incoming_varargs, arm_pass_by_reference): Likewise.
1068 * config/pa/pa.c (pa_pass_by_reference): Likewise.
1069 (pa_arg_partial_bytes, pa_function_arg_advance): Likewise.
1070 (pa_function_arg): Likewise.
1071 * config/mips/mips.c (mips_strict_argument_naming): Likewise.
1072 (mips_function_arg, mips_function_arg_advance): Likewise.
1073 (mips_arg_partial_bytes, mips_pass_by_reference): Likewise.
1074 (mips_callee_copies, mips_setup_incoming_varargs): Likewise.
1075 * config/vax/vax.c (vax_function_arg): Likewise.
1076 (vax_function_arg_advance): Likewise.
1077 * config/h8300/h8300.c (h8300_function_arg): Likewise.
1078 (h8300_function_arg_advance): Likewise.
1079 * config/v850/v850.c (v850_pass_by_reference): Likewise.
1080 (v850_strict_argument_naming, v850_function_arg): Likewise.
1081 (v850_arg_partial_bytes, v850_function_arg_advance): Likewise.
1082 (v850_setup_incoming_varargs): Likewise.
1083 * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
1084 (mmix_function_arg_advance, mmix_function_incoming_arg): Likewise.
1085 (mmix_function_arg, mmix_pass_by_reference): Likewise.
1086 (mmix_function_arg_1): Replace const CUMULATIVE_ARGS* argument type
1088 * config/bfin/bfin.c (setup_incoming_varargs): Replace
1089 CUMULATIVE_ARGS* argument type with cumulative_args_t.
1090 (bfin_function_arg_advance, bfin_function_arg): Likewise.
1091 (bfin_arg_partial_bytes, bfin_pass_by_reference): Likewise.
1092 * calls.c (emit_call_1): Change type of args_so_far to
1093 cumulative_args_t. Changed all callers.
1094 (initialize_argument_information): Likewise.
1095 (expand_call, emit_library_call_value_1): Use pack_cumulative_args.
1096 * dse.c (get_call_args): Likewise.
1097 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
1098 * function.c (pass_by_reference, reference_callee_copied): Likewise.
1099 (struct assign_parm_data_all): Rename args_so_far to args_so_far_v.
1100 New member args_so_far_v. Changed all users.
1101 * var-tracking.c (prepare_call_arguments): Use pack_cumulative_args.
1102 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
1103 * config/mips/mips.c (mips_output_args_xfer): Likewise.
1104 * config/s390/s390.c (s390_call_saved_register_used): Likewise.
1105 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
1106 * config/microblaze/microblaze.c (microblaze_expand_prologue):
1108 * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
1109 m32r_pass_by_reference.
1111 2011-06-16 Ira Rosen <ira.rosen@linaro.org>
1113 * tree-vectorizer.h (vect_recog_func_ptr): Change the first
1114 argument to be a VEC of statements.
1115 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove the
1116 assert that pattern statements have to have their vector type set.
1117 * tree-vect-patterns.c (vect_recog_widen_sum_pattern):
1118 Change the first argument to be a VEC of statements. Update
1120 (vect_recog_dot_prod_pattern, vect_recog_pow_pattern): Likewise.
1121 (vect_handle_widen_mult_by_const): New function.
1122 (vect_recog_widen_mult_pattern): Change the first argument to be a
1123 VEC of statements. Update documentation. Check that the constant is
1124 INTEGER_CST. Support multiplication by a constant that fits an
1125 intermediate type - call vect_handle_widen_mult_by_const.
1126 (vect_pattern_recog_1): Update vect_recog_func_ptr and its
1127 call. Handle additional pattern statements if necessary.
1129 2011-06-16 Nick Clifton <nickc@redhat.com>
1132 * config.gcc: Set cpu_type to v850 for any V850 architecture.
1133 (v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
1134 md_file, extra_modes, out_file and extra_options are these are all
1135 deduced from cpu_type.
1137 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
1139 * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
1140 truncation mask to 63.
1142 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
1146 * longlong.h: Add AVR support:
1147 (count_leading_zeros): New macro.
1148 (count_trailing_zeros): New macro.
1149 (COUNT_LEADING_ZEROS_0): New macro.
1150 * config/avr/t-avr (LIB1ASMFUNCS): Add _ffssi2, _ffshi2, _loop_ffsqi2,
1151 _ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2, _paritydi2, _paritysi2,
1152 _parityhi2, _popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
1153 _bswapsi2, _bswapdi2, _ashldi3, _ashrdi3, _lshrdi3.
1154 (LIB2FUNCS_EXCLUDE): Add _clz.
1155 * config/avr/libgcc.S (XCALL): Move up in file.
1156 (XJMP): New C Macro.
1157 (DEFUN): New asm macro.
1158 (ENDF): New asm macro.
1159 (__ffssi2): New function.
1160 (__ffshi2): New function.
1161 (__loop_ffsqi2): New function.
1162 (__ctzsi2): New function.
1163 (__ctzhi2): New function.
1164 (__clzdi2): New function.
1165 (__clzsi2): New function.
1166 (__clzhi2): New function.
1167 (__paritydi2): New function.
1168 (__paritysi2): New function.
1169 (__parityhi2): New function.
1170 (__parityqi2): New function.
1171 (__popcounthi2): New function.
1172 (__popcountsi2): New function.
1173 (__popcountdi2): New function.
1174 (__popcountqi2): New function.
1175 (__bswapsi2): New function.
1176 (__bswapdi2): New function.
1177 (__ashldi3): New function.
1178 (__ashrdi3): New function.
1179 (__lshrdi3): New function.
1180 Fix suspicous lines.
1182 2011-06-16 Richard Guenther <rguenther@suse.de>
1184 * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
1186 * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
1188 * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
1189 equality compares against zero for the lower bit.
1191 2011-06-16 Jakub Jelinek <jakub@redhat.com>
1193 PR tree-optimization/49419
1194 * tree-vrp.c (execute_vrp): Call init_range_assertions
1195 before estimate_numbers_of_iterations, call
1196 free_number_of_iterations_estimates before calling
1197 remove_range_assertions.
1199 2011-06-16 Revital Eres <revital.eres@linaro.org>
1201 * modulo-sched.c (struct ps_insn): Remove row_rest_count field.
1202 (struct partial_schedule): Add rows_length field.
1203 (verify_partial_schedule): Check rows_length.
1204 (ps_insert_empty_row): Handle rows_length.
1205 (create_partial_schedule): Likewise.
1206 (free_partial_schedule): Likewise.
1207 (reset_partial_schedule): Likewise.
1208 (create_ps_insn): Remove rest_count argument.
1209 (remove_node_from_ps): Update rows_length.
1210 (add_node_to_ps): Update rows_length and call create_ps_insn
1211 without passing row_rest_count.
1212 (rotate_partial_schedule): Update rows_length.
1214 2011-06-16 Revital Eres <revital.eres@linaro.org>
1216 * ddg.c (add_intra_loop_mem_dep): New function.
1217 (build_intra_loop_deps): Call it.
1219 2011-06-13 Jeff Law <law@redhat.com>
1221 * df-problems.c (df_lr_local_compute): Manually CSE
1222 PIC_OFFSET_TABLE_REGNUM.
1223 * df-scan.c (df_get_regular_block_artificial_uses): Likewise.
1224 (df_get_entry_block_def_set, df_get_exit_block_use_set): Likewise.
1226 2011-06-13 Jan Hubicka <jh@suse.cz>
1228 * cgraphunit.c (handle_alias_pairs): New function.
1229 (cgraph_finalize_compilation_unit): Use it.
1230 * ipa.c (cgraph_externally_visible_p): Remove hack marking asm names
1231 as externally visible.
1233 2011-06-15 Richard Guenther <rguenther@suse.de>
1235 * expr.c (expand_expr_real_2): Reduce all integral types to
1237 (expand_expr_real_1): Likewise.
1239 2011-06-15 Martin Jambor <mjambor@suse.cz>
1241 PR tree-optimization/48613
1242 * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
1243 ipa_node_params_vector is NULL.
1245 2011-06-15 Jakub Jelinek <jakub@redhat.com>
1248 * dwarf2out.c (dw_loc_list_node): Add force field.
1249 (add_var_loc_to_decl): For PARM_DECL, attempt to keep the incoming
1250 location in the list, even if it is modified before first real insn.
1251 (output_loc_list): Emit empty ranges with force flag set.
1252 (dw_loc_list): If first range of a PARM_DECL is empty, set force flag.
1254 2011-06-15 Alexander Monakov <amonakov@ispras.ru>
1257 * sel-sched.c (find_place_for_bookkeeping): Add new parameter
1258 (fence_to_rewind). Use it to notice when bookkeeping will be placed
1259 above a fence. Update comments.
1260 (generate_bookkeeping_insn): Rewind fence when bookkeeping code is
1261 placed just above it. Do not allow NULL place_to_insert.
1263 2011-06-15 Ira Rosen <ira.rosen@linaro.org>
1265 * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.
1266 (slpeel_tree_peel_loop_to_edge): Don't call
1267 remove_dead_stmts_from_loop.
1268 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
1269 remove irrelevant pattern statements. For irrelevant statements
1270 check if it is the last statement of a detected pattern, use
1271 corresponding pattern statement instead.
1272 (destroy_loop_vec_info): No need to remove pattern statements,
1273 only free stmt_vec_info.
1274 (vect_transform_loop): For irrelevant statements check if it is
1275 the last statement of a detected pattern, use corresponding
1276 pattern statement instead.
1277 * tree-vect-patterns.c (vect_pattern_recog_1): Don't insert
1278 pattern statements. Set basic block for the new statement.
1279 (vect_pattern_recog): Update documentation.
1280 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Scan
1281 operands of pattern statements.
1282 (vectorizable_call): Fix printing. In case of a pattern statement
1283 use the lhs of the original statement when creating a dummy
1284 statement to replace the original call.
1285 (vect_analyze_stmt): For irrelevant statements check if it is
1286 the last statement of a detected pattern, use corresponding
1287 pattern statement instead.
1288 * tree-vect-slp.c (vect_schedule_slp_instance): For pattern
1289 statements use gsi of the original statement.
1291 2011-06-14 Joseph Myers <joseph@codesourcery.com>
1293 * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
1294 common/common-target-def.h.
1295 * target.def (default_target_flags, handle_option,
1296 supports_split_stack, optimization_table, init_struct,
1297 except_unwind_info, unwind_tables_default, have_named_sections):
1298 Move to common/common-target.def.
1299 * target.h (enum opt_levels, struct default_options): Move to
1300 common/common-target.h.
1301 * targhooks.c (default_except_unwind_info,
1302 dwarf2_except_unwind_info, sjlj_except_unwind_info,
1303 default_target_handle_option, empty_optimization_table): Move to
1304 common/common-targhooks.c.
1305 * targhooks.h (default_except_unwind_info,
1306 dwarf2_except_unwind_info, sjlj_except_unwind_info,
1307 default_target_handle_option, empty_optimization_table): Move to
1308 common/common-targhooks.h.
1309 * common/common-target-def.h: Include common/common-targhooks.h.
1310 (TARGET_HAVE_NAMED_SECTIONS): Define if TARGET_ASM_NAMED_SECTION
1312 * common/common-target.def (handle_option, option_init_struct,
1313 option_optimization_table, default_target_flags,
1314 except_unwind_info, supports_split_stack, unwind_tables_default,
1315 have_named_sections): Move from target.def.
1316 (HOOK_PREFIX): Undefine at end of file.
1317 * common/common-target.h: Include input.h.
1318 (enum opt_levels, struct default_options): Move from target.h.
1319 * common/common-targhooks.c, common/common-targhooks.h: New.
1320 * config.gcc (target_has_targetm_common): Default to yes.
1321 (moxie*): Set target_has_targetm_common=no.
1322 (hppa*-*-*): Don't set target_has_targetm_common=yes.
1323 * doc/tm.texi: Regenerate.
1324 * Makefile.in (COMMON_TARGET_H): Add $(INPUT_H).
1325 (C_TARGET_DEF_H): Add common/common-targhooks.h.
1326 (GCC_OBJS): Remove vec.o.
1327 (OBJS): Remove hooks.o and vec.o.
1328 (OBJS-libcommon-target): Add vec.o, hooks.o and
1329 common/common-targhooks.o.
1330 (c-family/c-common.o, c-family/c-cppbuiltin.o, lto-opts.o, tree.o,
1331 tree-tailcall.o, opts.o, toplev.o, varasm.o, function.o, except.o,
1332 expr.o, explow.o, dbxout.o, dwarf2out.o, cfgrtl.o, haifa-sched.o,
1333 cfglayout.o, $(out_object_file), $(common_out_object_file)):
1334 Update dependencies.
1335 (common/common-targhooks.o): New.
1336 * common/config/default-common.c: Include tm.h. Add FIXME comment.
1337 * common/config/pa/pa-common.c: Include more headers. Take
1338 copyright dates from pa.c.
1339 (pa_option_optimization_table, pa_handle_option,
1340 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS,
1341 TARGET_HANDLE_OPTION): Move from pa.c.
1342 * common/config/alpha/alpha-common.c,
1343 common/config/arm/arm-common.c, common/config/avr/avr-common.c,
1344 common/config/bfin/bfin-common.c,
1345 common/config/cris/cris-common.c,
1346 common/config/fr30/fr30-common.c, common/config/frv/frv-common.c,
1347 common/config/h8300/h8300-common.c,
1348 common/config/i386/i386-common.c,
1349 common/config/ia64/ia64-common.c,
1350 common/config/iq2000/iq2000-common.c,
1351 common/config/lm32/lm32-common.c,
1352 common/config/m32c/m32c-common.c,
1353 common/config/m32r/m32r-common.c,
1354 common/config/m68k/m68k-common.c,
1355 common/config/mcore/mcore-common.c,
1356 common/config/mep/mep-common.c,
1357 common/config/microblaze/microblaze-common.c,
1358 common/config/mips/mips-common.c,
1359 common/config/mmix/mmix-common.c,
1360 common/config/mn10300/mn10300-common.c,
1361 common/config/pdp11/pdp11-common.c,
1362 common/config/picochip/picochip-common.c,
1363 common/config/rs6000/rs6000-common.c,
1364 common/config/rx/rx-common.c, common/config/s390/s390-common.c,
1365 common/config/score/score-common.c, common/config/sh/sh-common.c,
1366 common/config/sparc/sparc-common.c,
1367 common/config/spu/spu-common.c, common/config/v850/v850-common.c,
1368 common/config/vax/vax-common.c,
1369 common/config/xstormy16/xstormy16-common.c,
1370 common/config/xtensa/xtensa-common.c: New.
1371 * config/alpha/alpha.c: Include common/common-target.h.
1372 (alpha_option_optimization_table, alpha_handle_option,
1373 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
1374 TARGET_OPTION_OPTIMIZATION_TABLE): Move to alpha-common.c.
1375 * config/arm/arm-protos.h (arm_except_unwind_info): Declare.
1376 * config/arm/arm.c (arm_option_optimization_table,
1377 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
1378 TARGET_EXCEPT_UNWIND_INFO, arm_except_unwind_info): Move to
1380 * config/avr/avr.c (avr_option_optimization_table,
1381 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
1383 * config/bfin/bfin.c (struct bfin_cpu): Move to bfin.h.
1384 (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION,
1385 TARGET_DEFAULT_TARGET_FLAGS): Move to bfin-common.c.
1386 * config/bfin/bfin.h struct bfin_cpu): Move from bfin.c.
1387 * config/cris/cris.c (cris_option_optimization_table,
1388 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
1389 TARGET_OPTION_OPTIMIZATION_TABLE, cris_handle_option): Move to
1391 * config/fr30/fr30.c (fr30_option_optimization_table,
1392 TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
1394 * config/frv/frv.c (frv_option_optimization_table,
1395 MASK_DEFAULT_ALLOC_CC, TARGET_DEFAULT_TARGET_FLAGS,
1396 TARGET_OPTION_OPTIMIZATION_TABLE): Move to frv-common.c.
1397 * config/h8300/h8300.c (h8300_option_optimization_table,
1398 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
1399 TARGET_EXCEPT_UNWIND_INFO): Move to h8300-common.c.
1400 * config/i386/i386-protos.h (ix86_handle_option): Declare.
1401 * config/i386/i386.c: Include common/common-target.h.
1402 (OPTION_MASK_ISA_MMX_SET, OPTION_MASK_ISA_3DNOW_SET,
1403 OPTION_MASK_ISA_SSE_SET, OPTION_MASK_ISA_SSE2_SET,
1404 OPTION_MASK_ISA_SSE3_SET, OPTION_MASK_ISA_SSSE3_SET,
1405 OPTION_MASK_ISA_SSE4_1_SET, OPTION_MASK_ISA_SSE4_2_SET,
1406 OPTION_MASK_ISA_AVX_SET, OPTION_MASK_ISA_FMA_SET,
1407 OPTION_MASK_ISA_SSE4_SET, OPTION_MASK_ISA_SSE4A_SET,
1408 OPTION_MASK_ISA_FMA4_SET, OPTION_MASK_ISA_XOP_SET,
1409 OPTION_MASK_ISA_LWP_SET, OPTION_MASK_ISA_AES_SET,
1410 OPTION_MASK_ISA_PCLMUL_SET, OPTION_MASK_ISA_ABM_SET,
1411 OPTION_MASK_ISA_BMI_SET, OPTION_MASK_ISA_TBM_SET,
1412 OPTION_MASK_ISA_POPCNT_SET, OPTION_MASK_ISA_CX16_SET,
1413 OPTION_MASK_ISA_SAHF_SET, OPTION_MASK_ISA_MOVBE_SET,
1414 OPTION_MASK_ISA_CRC32_SET, OPTION_MASK_ISA_FSGSBASE_SET,
1415 OPTION_MASK_ISA_RDRND_SET, OPTION_MASK_ISA_F16C_SET,
1416 OPTION_MASK_ISA_MMX_UNSET, OPTION_MASK_ISA_3DNOW_UNSET,
1417 OPTION_MASK_ISA_3DNOW_A_UNSET, OPTION_MASK_ISA_SSE_UNSET,
1418 OPTION_MASK_ISA_SSE2_UNSET, OPTION_MASK_ISA_SSE3_UNSET,
1419 OPTION_MASK_ISA_SSSE3_UNSET, OPTION_MASK_ISA_SSE4_1_UNSET,
1420 OPTION_MASK_ISA_SSE4_2_UNSET, OPTION_MASK_ISA_AVX_UNSET,
1421 OPTION_MASK_ISA_FMA_UNSET, OPTION_MASK_ISA_SSE4_UNSET,
1422 OPTION_MASK_ISA_SSE4A_UNSET, OPTION_MASK_ISA_FMA4_UNSET,
1423 OPTION_MASK_ISA_XOP_UNSET, OPTION_MASK_ISA_LWP_UNSET,
1424 OPTION_MASK_ISA_AES_UNSET, OPTION_MASK_ISA_PCLMUL_UNSET,
1425 OPTION_MASK_ISA_ABM_UNSET, OPTION_MASK_ISA_BMI_UNSET,
1426 OPTION_MASK_ISA_TBM_UNSET, OPTION_MASK_ISA_POPCNT_UNSET,
1427 OPTION_MASK_ISA_CX16_UNSET, OPTION_MASK_ISA_SAHF_UNSET,
1428 OPTION_MASK_ISA_MOVBE_UNSET, OPTION_MASK_ISA_CRC32_UNSET,
1429 OPTION_MASK_ISA_FSGSBASE_UNSET, OPTION_MASK_ISA_RDRND_UNSET,
1430 OPTION_MASK_ISA_F16C_UNSET, ix86_handle_option,
1431 ix86_option_optimization_table, ix86_option_init_struct,
1432 ix86_supports_split_stack, TARGET_DEFAULT_TARGET_FLAGS,
1433 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
1434 TARGET_OPTION_INIT_STRUCT, TARGET_SUPPORTS_SPLIT_STACK): Move to
1436 * config/i386/t-i386 (i386.o): Update dependencies.
1437 * config/ia64/ia64-protos.h (ia64_except_unwind_info): Declare.
1438 * config/ia64/ia64.c (ia64_option_optimization_table,
1439 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
1440 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
1441 ia64_handle_option): Move to ia64-common.c.
1442 * config/iq2000/iq2000.c (iq2000_option_optimization_table,
1443 TARGET_OPTION_OPTIMIZATION_TABLE): Move to iq2000-common.c.
1444 * config/lm32/lm32.c (lm32_option_optimization_table,
1445 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
1447 * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
1449 * config/m32r/m32r.c (m32r_option_optimization_table,
1450 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
1451 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
1452 m32r_handle_option): Move to m32r-common.c.
1453 (m32r_memory_move_cost): Remove comment referring to
1454 TARGET_HANDLE_OPTION.
1455 * config/m68k/m68k.c (TARGET_HANDLE_OPTION, m68k_handle_option):
1456 Move to m68k-common.c.
1457 * config/mcore/mcore.c (mcore_option_optimization_table,
1458 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
1459 TARGET_EXCEPT_UNWIND_INFO): Move to mcore-common.c.
1460 * config/mep/mep.c (mep_option_optimization_table,
1461 mep_handle_option, TARGET_HANDLE_OPTION,
1462 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS):
1463 Move to mep-common.c.
1464 * config/microblaze/microblaze.c
1465 (microblaze_option_optimization_table,
1466 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
1467 TARGET_EXCEPT_UNWIND_INFO): Move to microblaze-common.c.
1468 * config/mips/mips.c (mips_handle_option,
1469 mips_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
1470 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Move to
1472 * config/mmix/mmix.c (mmix_option_optimization_table,
1473 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
1474 Move to mmix-common.c.
1475 * config/mn10300/mn10300.c (mn10300_option_optimization_table,
1476 mn10300_handle_option, TARGET_EXCEPT_UNWIND_INFO,
1477 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
1478 TARGET_OPTION_OPTIMIZATION_TABLE): Move to mn10300-common.c.
1479 * config/pa/pa.c: Include common/common-target.h.
1480 (pa_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
1481 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
1482 pa_handle_option): Move to pa-common.c.
1483 (pa_option_override): Use targetm_common.except_unwind_info.
1484 (pa_asm_output_mi_thunk, pa_function_section): Use
1485 targetm_common.have_named_sections.
1486 * config/pdp11/pdp11.c (pdp11_option_optimization_table,
1487 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
1488 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
1489 pdp11_handle_option, pdp11_option_init_struct): Move to
1491 * config/picochip/picochip.c (picochip_option_optimization_table,
1492 TARGET_HAVE_NAMED_SECTIONS, TARGET_OPTION_OPTIMIZATION_TABLE,
1493 TARGET_EXCEPT_UNWIND_INFO): Move to picochip-common.c.
1494 * config/rs6000/rs6000.c: Include common/common-target.h.
1495 (rs6000_option_optimization_table, TARGET_HANDLE_OPTION,
1496 TARGET_OPTION_INIT_STRUCT, TARGET_OPTION_OPTIMIZATION_TABLE,
1497 TARGET_DEFAULT_TARGET_FLAGS, rs6000_option_init_struct,
1498 rs6000_handle_option): Move to rs6000-common.c.
1499 * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
1500 * config/rx/rx.c (rx_handle_option, rx_option_optimization_table,
1501 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
1502 TARGET_EXCEPT_UNWIND_INFO): Move to rx-common.c.
1503 * config/s390/s390.c (processor_flags_table,
1504 s390_option_optimization_table, s390_option_init_struct,
1505 s390_handle_option, TARGET_DEFAULT_TARGET_FLAGS,
1506 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
1507 TARGET_OPTION_INIT_STRUCT): Move to s390-common.c.
1508 * config/s390/s390.h (processor_flags_table): Declare.
1509 * config/score/score.c (score_option_optimization_table,
1510 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
1511 TARGET_OPTION_OPTIMIZATION_TABLE, MASK_ALL_CPU_BITS,
1512 score_handle_option): Move to score-common.c.
1513 * config/sh/sh.c (sh_option_optimization_table,
1514 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
1515 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
1516 sh_handle_option, sh_option_init_struct): Move to sh-common.c.
1517 * config/sparc/sparc.c: Include common/common-target.h.
1518 (sparc_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
1519 TARGET_OPTION_OPTIMIZATION_TABLE): Move to sparc-common.c.
1520 * config/spu/spu.c (TARGET_DEFAULT_TARGET_FLAGS,
1521 TARGET_OPTION_INIT_STRUCT, TARGET_EXCEPT_UNWIND_INFO,
1522 spu_option_init_struct): Move to spu-common.c.
1523 * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
1524 TARGET_OPTION_OPTIMIZATION_TABLE): Move to xstormy16-common.c.
1525 * config/v850/v850.c (small_memory_physical_max,
1526 v850_handle_memory_optionn v850_handle_option,
1527 v850_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
1528 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE): Move to
1530 * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Move to vax-common.c.
1531 * config/xtensa/xtensa.c (xtensa_option_optimization_table,
1532 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
1533 Move to xtensa-common.c.
1534 * cfglayout.c: Include common/common-target.h.
1535 (fixup_reorder_chain): Use targetm_common.have_named_sections.
1536 * cfgrtl.c: Include common/common-target.h.
1537 (force_nonfallthru_and_redirect, commit_one_edge_insertion): Use
1538 targetm_common.have_named_sections.
1539 * dbxout.c: Include common/common-target.h.
1540 (dbxout_function_end): Use targetm_common.have_named_sections.
1541 * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Use
1542 targetm_common.except_unwind_info.
1543 * dwarf2out.c: Include common/common-target.h.
1544 (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
1545 dwarf2out_begin_prologue, dwarf2out_frame_init,
1546 dwarf2out_frame_finish, dwarf2out_assembly_start): Use
1547 targetm_common.except_unwind_info.
1548 * except.c: Include common/common-target.h.
1549 (init_eh, finish_eh_generation,
1550 output_one_function_exception_table): Use
1551 targetm_common.except_unwind_info.
1552 (switch_to_exception_section): Use targetm_common.have_named_sections.
1553 * explow.c: Include common/common-target.h.
1554 * expr.c: Include common/common-target.h.
1555 (build_personality_function): Use targetm_common.except_unwind_info.
1556 * function.c: Include common/common-target.h.
1557 (expand_function_end): Use targetm_common.except_unwind_info.
1558 * haifa-sched.c: Include common/common-target.h.
1559 (sched_create_recovery_edges): Use targetm_common.have_named_sections.
1560 * lto-opts.c: Include common/common-target.h instead of target.h.
1561 (lto_reissue_options): Use targetm_common.handle_option.
1562 * opts.c: Include common/common-target.h.
1563 (target_handle_option): Use targetm_common.handle_option.
1564 (init_options_struct): Update comment referring to
1565 targetm.target_option.optimization. Use
1566 targetm_common.default_target_flags,
1567 targetm_common.unwind_tables_default and
1568 targetm_common.option_init_struct.
1569 (default_options_optimization): Use
1570 targetm_common.option_optimization_table.
1571 (finish_options): Use targetm_common.except_unwind_info,
1572 targetm_common.unwind_tables_default,
1573 targetm_common.have_named_sections and
1574 targetm_common.supports_split_stack.
1575 * toplev.c: Include common/common-target.h.
1576 (process_options): Use targetm_common.have_named_sections.
1577 * tree-tailcall.c: Include common/common-target.h.
1578 (suitable_for_tail_call_opt_p): Use targetm_common.except_unwind_info.
1579 * tree.c: Include common/common-target.h.
1580 (build_common_builtin_nodes): Use targetm_common.except_unwind_info.
1581 * varasm.c: Include common/common-target.h.
1582 (resolve_unique_section, hot_function_section,
1583 default_function_section): Use targetm_common.have_named_sections.
1585 2011-06-14 Easwaran Raman <eraman@google.com>
1587 PR rtl-optimization/44194
1588 * dse.c: Include tree-flow.h
1589 (insn_info): Add new field non_frame_wild_read.
1590 (group_info): Add new fields escaped_n and escaped_p.
1591 (kill_on_calls): New variable.
1592 (get_group_info): Initialize gi->escaped_n and gi->escaped_p.
1593 (dse_step0): Initialize kill_on_calls.
1594 (can_escape): New function.
1595 (set_usage_bits): Add additional parameter; record information
1596 about escaped locations.
1597 (record_store): Pass EXPR corresponding to MEM to set_usage_bits.
1598 (dse_step2_nospill): Set kill_on_calls based on
1599 group->escaped_n and group->escaped_n.
1600 (add_wild_read): Refactor into...
1601 (reset_active_stores): ... New function, and
1602 (free_read_records): ... New function.
1603 (add_non_frame_wild_read): New function.
1604 (scan_insn): Call add_non_frame_wild_read on non-const calls.
1605 (scan_reads_nospill): Handle instructions with non_frame_wild_read.
1606 (dse_step5_nospill): Call scan_reads_nospill for instructions
1607 marked as non_frame_wild_read.
1608 (dse_step7): Free escaped_n, escaped_p and kill_on_calls bitmaps.
1610 2011-06-14 Joseph Myers <joseph@codesourcery.com>
1612 * common/common-target-def.h, common/common-target.def,
1613 common/common-target.h, common/config/default-common.c,
1614 common/config/pa/pa-common.c: New files.
1615 * Makefile.in (common_out_file, common_out_object_file,
1616 COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
1617 (OBJS-libcommon-target): Include $(common_out_object_file).
1618 (prefix.o): Update dependencies.
1619 ($(common_out_object_file), common/common-target-hooks-def.h,
1620 s-common-target-hooks-def-h): New.
1621 (s-tm-texi): Also check timestamp on common-target.def.
1622 (build/genhooks.o): Update dependencies.
1623 * config.gcc (common_out_file, target_has_targetm_common): Define.
1624 * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
1625 TARGET_ALWAYS_STRIP_DOTDOT.
1626 * configure.ac (common_out_object_file): Define.
1627 (common_out_file, common_out_object_file): Substitute.
1628 (common): Create directory.
1629 * configure: Regenerate.
1630 * doc/tm.texi.in (targetm_common): Document.
1631 (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
1632 * doc/tm.texi: Regenerate.
1633 * genhooks.c (hook_array): Also include common/common-target.def.
1634 * prefix.c (tm.h): Don't include.
1635 (common/common-target.h): Include.
1636 (ALWAYS_STRIP_DOTDOT): Don't define.
1637 (update_path): Use targetm_common.always_strip_dotdot instead of
1638 ALWAYS_STRIP_DOTDOT.
1639 * system.h (ALWAYS_STRIP_DOTDOT): Poison.
1641 2011-06-14 David Li <davidxl@google.com>
1643 * passes.c (execute_function_todo): Remove TODO_dump_func.
1644 (execute_one_pass): Remove TODO_dump_func.
1645 (execute_function_dump): New function.
1646 * tree-vrp.c: Remove TODO_dump_func.
1647 * regrename.c: Remove TODO_dump_func.
1648 * fwprop.c: Remove TODO_dump_func.
1649 * tree-into-ssa.c: Remove TODO_dump_func.
1650 * tree-complex.c: Remove TODO_dump_func.
1651 * tracer.c: Remove TODO_dump_func.
1652 * tree-loop-distribution.c: Remove TODO_dump_func.
1653 * postreload-gcse.c: Remove TODO_dump_func.
1654 * postreload.c: Remove TODO_dump_func.
1655 * tree-ssa-loop-ch.c: Remove TODO_dump_func.
1656 * tree-tailcall.c: Remove TODO_dump_func.
1657 * ipa-cp.c: Remove TODO_dump_func.
1658 * final.c: Remove TODO_dump_func.
1659 * tree-emutls.c: Remove TODO_dump_func.
1660 * omp-low.c: Remove TODO_dump_func.
1661 * tree-ssa-dse.c: Remove TODO_dump_func.
1662 * tree-ssa-uncprop.c: Remove TODO_dump_func.
1663 * auto-inc-dec.c: Remove TODO_dump_func.
1664 * reorg.c: Remove TODO_dump_func.
1665 * tree-ssa-copyrename.c: Remove TODO_dump_func.
1666 * tree-ssa-ccp.c: Remove TODO_dump_func.
1667 * compare-elim.c: Remove TODO_dump_func.
1668 * mode-switching.c: Remove TODO_dump_func.
1669 * modulo-sched.c: Remove TODO_dump_func.
1670 * tree-call-cdce.c: Remove TODO_dump_func.
1671 * cse.c: Remove TODO_dump_func.
1672 * web.c: Remove TODO_dump_func.
1673 * tree-stdarg.c: Remove TODO_dump_func.
1674 * lto-streamer-out.c: Remove TODO_dump_func.
1675 * tree-ssa-math-opts.c: Remove TODO_dump_func.
1676 * tree-ssa-dom.c: Remove TODO_dump_func.
1677 * tree-nrv.c: Remove TODO_dump_func.
1678 * loop-init.c: Remove TODO_dump_func.
1679 * gimple-low.c: Remove TODO_dump_func.
1680 * ipa-inline.c: Remove TODO_dump_func.
1681 * tree-ssa-sink.c: Remove TODO_dump_func.
1682 * jump.c: Remove TODO_dump_func.
1683 * ifcvt.c: Remove TODO_dump_func.
1684 * tree-ssa-loop.c: Remove TODO_dump_func.
1685 * recog.c: Remove TODO_dump_func.
1686 * dse.c: Remove TODO_dump_func.
1687 * tree-ssa-ifcombine.c: Remove TODO_dump_func.
1688 * matrix-reorg.c: Remove TODO_dump_func.
1689 * tree-eh.c: Remove TODO_dump_func.
1690 * regmove.c: Remove TODO_dump_func.
1691 * function.c: Remove TODO_dump_func.
1692 * tree-vectorizer.c: Remove TODO_dump_func.
1693 * ipa-split.c: Remove TODO_dump_func.
1694 * gcse.c: Remove TODO_dump_func.
1695 * tree-if-conv.c: Remove TODO_dump_func.
1696 * init-regs.c: Remove TODO_dump_func.
1697 * tree-ssa-phiopt.c: Remove TODO_dump_func.
1698 * implicit-zee.c: Remove TODO_dump_func.
1699 * lower-subreg.c: Remove TODO_dump_func.
1700 * bt-load.c: Remove TODO_dump_func.
1701 * tree-dfa.c: Remove TODO_dump_func.
1702 * except.c: Remove TODO_dump_func.
1703 * emit-rtl.c: Remove TODO_dump_func.
1704 * store-motion.c: Remove TODO_dump_func.
1705 * cfgexpand.c: Remove TODO_dump_func.
1706 * tree-cfgcleanup.c: Remove TODO_dump_func.
1707 * cfgcleanup.c: Remove TODO_dump_func.
1708 * tree-ssa-pre.c: Remove TODO_dump_func.
1709 * tree-sra.c: Remove TODO_dump_func.
1710 * tree-mudflap.c: Remove TODO_dump_func.
1711 * tree-ssa-copy.c: Remove TODO_dump_func.
1712 * cfglayout.c: Remove TODO_dump_func.
1713 * tree-ssa-forwprop.c: Remove TODO_dump_func.
1714 * tree-ssa-dce.c: Remove TODO_dump_func.
1715 * ira.c: Remove TODO_dump_func.
1716 * tree-ssa.c: Remove TODO_dump_func.
1717 * integrate.c: Remove TODO_dump_func.
1718 * tree-optimize.c: Remove TODO_dump_func.
1719 * tree-ssa-phiprop.c: Remove TODO_dump_func.
1720 * tree-object-size.c: Remove TODO_dump_func.
1721 * combine.c: Remove TODO_dump_func.
1722 * bb-reorder.c: Remove TODO_dump_func.
1723 * cprop.c: Remove TODO_dump_func.
1724 * var-tracking.c: Remove TODO_dump_func.
1725 * tree-profile.c: Remove TODO_dump_func.
1726 * tree-vect-generic.c: Remove TODO_dump_func.
1727 * reg-stack.c: Remove TODO_dump_func.
1728 * sched-rgn.c: Remove TODO_dump_func.
1729 * tree-ssa-structalias.c: Remove TODO_dump_func.
1730 * tree-switch-conversion.c: Remove TODO_dump_func.
1731 * tree-cfg.c: Remove TODO_dump_func.
1732 * tree-ssa-reassoc.c: Remove TODO_dump_func.
1733 * combine-stack-adj.c: Remove TODO_dump_func.
1734 * dce.c: Remove TODO_dump_func.
1735 * tree-ssanames.c: Remove TODO_dump_func.
1736 * regcprop.c: Remove TODO_dump_func.
1738 2011-06-14 H.J. Lu <hongjiu.lu@intel.com>
1741 * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
1742 and properly handle result not in Pmode.
1744 2011-06-14 Robert Millan <rmh@gnu.org>
1746 * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
1747 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
1750 * config/i386/kfreebsd-gnu64.h: New file.
1751 * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h'
1752 with `i386/kfreebsd-gnu64.h'.
1754 * config/i386/linux64.h (GNU_USER_LINK_EMULATION32)
1755 (GNU_USER_LINK_EMULATION64): New macros.
1756 * config/i386/gnu-user64.h (LINK_SPEC): Rely on
1757 `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead
1758 of hardcoding `elf_i386' and `elf_x86_64'.
1760 2011-06-14 Nick Clifton <nickc@redhat.com>
1763 * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
1766 * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
1768 2011-06-14 Jakub Jelinek <jakub@redhat.com>
1771 * tree.h (DECL_NONSHAREABLE): Define.
1772 (struct tree_decl_common): Change decl_common_unused to
1773 decl_nonshareable_flag.
1774 * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
1775 Ignore vars with DECL_NONSHAREABLE bit set.
1776 * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
1777 on stores to automatic aggregate vars.
1779 PR rtl-optimization/49390
1781 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
1783 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
1786 2011-06-14 Zdenek Dvorak <ook@ucw.cz>
1787 Tom de Vries <tom@codesourcery.com>
1790 * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate):
1791 Document changed semantics.
1792 (max_stmt_executions, max_stmt_executions_int): Declare.
1793 * tree-data-ref.c (estimated_loop_iterations)
1794 (estimated_loop_iterations_int): Move functions...
1795 * tree-ssa-loop-niter.c (estimated_loop_iterations)
1796 (estimated_loop_iterations_int): here.
1797 (record_estimate): Change nb_iterations_upper_bound and
1798 nb_iterations_estimate semantics.
1799 (max_stmt_executions, max_stmt_executions_int): New function.
1800 * tree-data-ref.c (estimated_loop_iterations_tree): Rename to ...
1801 (max_stmt_executions_tree): this.
1802 (analyze_miv_subscript): Use max_stmt_executions_tree instead of
1803 estimated_loop_iterations_tree.
1804 tree-ssa-loop-ivopts.c (avg_loop_niter): Use
1805 max_stmt_executions_int instead of estimated_loop_iterations_int.
1806 * predict.c (predict_loops): Idem.
1807 * tree-parloops.c (parallelize_loops): Idem.
1808 * tree-data-ref.c (analyze_siv_subscript_cst_affine)
1809 (compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine)
1810 (init_omega_for_ddr_1): Idem.
1811 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse)
1812 (loop_prefetch_arrays): Idem
1813 * graphite-sese-to-poly.c (build_loop_iteration_domains): Use
1814 max_stmt_executions instead of estimated_loop_iterations.
1815 * tree-data-ref.c (estimated_loop_iterations_tree): Idem.
1816 * tree-vrp.c (adjust_range_with_scev): Use estimated_loop_iterations
1817 instead of nb_iterations_upper_bound.
1819 2011-06-13 Jan Hubicka <jh@suse.cz>
1821 * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
1823 2011-06-14 Richard Henderson <rth@redhat.com>
1826 * dwarf2out.c (frame_pointer_fb_offset_valid): New.
1827 (based_loc_descr): Assert it's true.
1828 (compute_frame_pointer_to_fb_displacement): Set it, rather than
1829 aborting immediately.
1831 2011-06-14 Sanjin Liu <scliu@faraday-tech.com>
1832 Mingfeng Wu <mingfeng@faraday-tech.com>
1834 * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
1836 2011-06-13 Jan Hubicka <jh@suse.cz>
1838 * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
1840 2011-06-13 Jan Hubicka <jh@suse.cz>
1842 * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
1843 similarly to DECL_COMDAT.
1844 * cgraphunit.c (cgraph_analyze_function): Likewise.
1845 * ipa.c (function_and_variable_visibility): Likewise.
1847 2011-06-13 Jan Hubicka <jh@suse.cz>
1849 * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
1850 BINFO_VIRTUALS when streaming for ltrans unit.
1852 2011-06-13 David Edelsohn <dje.gcc@gmail.com>
1854 * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
1855 (movdi_internal64): Same.
1857 2011-06-13 Edmar Wienskoski <edmar@freescale.com>
1860 * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern with
1861 a set of similar patterns, where the MATCH_OPERAND for the function
1862 argument is replaced with individual references to hardware registers.
1863 (save_fpregs_<mode>): Ditto
1864 (restore_gpregs_<mode>): Ditto
1865 (return_and_restore_gpregs_<mode>): Ditto
1866 (return_and_restore_fpregs_<mode>): Ditto
1867 (return_and_restore_fpregs_aix_<mode>): Ditto
1869 2011-06-13 Jan Hubicka <jh@suse.cz>
1871 * ipa-utils.c (postorder_stack): New structure.
1872 (ipa_reverse_postorder): Handle aliases.
1874 2011-06-13 Jan Hubicka <jh@suse.cz>
1876 * ipa-inline.c (reset_edge_caches): Walk aliases.
1877 (update_caller_keys): Do not test inlinability of aliases.
1878 * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
1879 (do_estimate_growth): Fix typo.
1881 2011-06-13 Jan Hubicka <jh@suse.cz>
1883 * ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...
1884 (can_remove_node_now_p): ... here; handle same comdat groups.
1885 (clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
1886 (inline_call): Update use of can_remove_node_now_p.
1888 2011-06-13 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1890 * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
1891 condition to disallow non-identical memory locations.
1892 (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
1893 preference to bit manipulation instructions.
1895 2011-06-13 Jan Hubicka <jh@suse.cz>
1897 * cgraph.c (cgraph_for_node_thunks_and_aliases,
1898 cgraph_for_node_and_aliases): Fix thinko in recursive walking.
1899 (nonremovable_p): New function.
1900 (cgraph_can_remove_if_no_direct_calls_p): New function.
1901 (used_from_object_file_p): New functoin.
1902 (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
1903 references from aliases.
1904 * cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
1905 * ipa-inline.c (check_caller_edge): New function.
1906 (want_inline_function_called_once_p): Use it; accept aliases called
1908 * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
1910 2011-06-13 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1913 * config/arm/neon.md (vec_pack_trunc): Set the lengths
1914 correctly for the case with Quad vectors.
1916 2011-06-13 Jakub Jelinek <jakub@redhat.com>
1917 Ira Rosen <ira.rosen@linaro.org>
1919 PR tree-optimization/49352
1920 * tree-vect-loop.c (vect_is_slp_reduction): Don't count debug uses at
1921 all, make sure loop_use_stmt after the loop is a def stmt of a used
1922 SSA_NAME that is the only one defined inside of the loop. Don't
1923 check for COND_EXPR and GIMPLE_BINARY_RHS.
1924 (vect_is_simple_reduction_1): Call vect_is_slp_reduction only if
1925 check_reduction is true.
1927 2011-06-11 Jan Hubicka <jh@suse.cz>
1930 * ipa.c (cgraph_externally_visible_p): Check resolution info.
1932 2011-06-11 Jan Hubicka <jh@suse.cz>
1935 * ipa-inline-transform.c: Include tree-pass.h
1936 (inline_transform): Set TODO_update_ssa_only_virtuals.
1937 * Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
1939 2011-06-11 Jan Hubicka <jh@suse.cz>
1942 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
1945 2011-06-12 Ira Rosen <ira.rosen@linaro.org>
1947 * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
1948 Take number of iterations to peel into account for equally frequent
1949 misalignment values.
1951 2011-06-11 Jan Hubicka <jh@suse.cz>
1953 * lto-streamer-out.c (produce_symtab): Stream out the newly
1954 represented aliases.
1956 2011-06-11 Jan Hubicka <jh@suse.cz>
1958 * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
1960 (ipa_update_after_lto_read): Likewise.
1961 (ipa_write_node_info): Do not sream call_with_var_arguments.
1962 (ipa_read_node_info): Likewise.
1964 2011-06-11 Jan Hubicka <jh@suse.cz>
1966 * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
1968 2011-06-11 Jan Hubicka <jh@suse.cz>
1970 * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
1971 (lto_symtab_resolve_can_prevail_p): Likewise.
1972 (lto_symtab_merge_cgraph_nodes): Update merging of aliases.
1973 * cgraph.c (same_body_aliases_done): New global var.
1974 (cgraph_same_body_alias_1): Rename to ...
1975 (cgraph_create_function_alias): ... this one; reorg to new
1977 (cgraph_same_body_alias): Use cgraph_create_function_alias;
1978 record references when asked to.
1979 (cgraph_add_thunk): Fix formating.
1980 (cgraph_get_node): Kill same body alias code.
1981 (cgraph_node_for_asm): Likewise.
1982 (cgraph_remove_same_body_alias): Remove.
1983 (cgraph_remove_node): Kill same body alias code.
1984 (cgraph_mark_address_taken_node): Mark also the aliased function
1985 as having address taken.
1986 (dump_cgraph_node): Dump same body aliases.
1987 (cgraph_for_node_thunks_and_aliases): Update for new alias
1989 (cgraph_for_node_and_aliases): Likewise.
1990 * cgraph.h (same_body): Kll pointer.
1991 (same_body_alias): Update comment.
1992 (same_body_aliases_done): Declare.
1993 (cgraph_remove_same_body_alias): Remove declaration.
1994 (cgraph_create_function_alias): Declare.
1995 (cgraph_process_same_body_aliases): Declare.
1996 (cgraph_function_with_gimple_body_p): Check for alias.
1997 (cgraph_can_remove_if_no_direct_calls_p): Look for aliases.
1998 (cgraph_alias_aliased_node): New function.
1999 (cgraph_function_node): Update for new aliases.
2000 (cgraph_function_or_thunk_node): Likewise.
2001 * ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
2002 (inline_call): Remove dead aliases.
2003 * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
2004 name hack for same body aliases.
2005 (clone_of_p): Look through aliases.
2006 (verify_cgraph_node): Verify aliases.
2007 (cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
2008 (cgraph_process_same_body_aliases): New function.
2009 (process_function_and_variable_attributes): Disable weakref warning on
2011 (cgraph_analyze_functions): Handle aliases.
2012 (cgraph_mark_functions_to_output): Handle aliases same way as thunks.
2013 (assemble_thunks): Rename to ...
2014 (assemble_thunks_and_aliases): ... this one; handle aliases, too.
2015 (cgraph_expand_function): Remove alias output code.
2016 (cgraph_output_in_order): Skip aliases.
2017 (cgraph_preserve_function_body_p): Aliases don't need preserving.
2018 * ipa-ref.c (ipa_ref_use_name): Add alias reference.
2019 (ipa_record_reference): Do not assert on alias references.
2020 (ipa_ref_has_aliases_p): New function.
2021 * ipa-ref.h (enum ipa_ref_use): Add IPA_REF_ALIAS.
2022 (ipa_ref_has_aliases_p): Declare.
2023 * lto-cgraph.c (lto_output_node): Handle aliases.
2024 (input_node): Likewise.
2025 * lto-streamer-out.c (lto_output): Skip aliases.
2026 (produce_symtab): Kill same_body_alias code.
2027 * ipa-utils.c (ipa_reverse_postorder): Add FIXME.
2028 (ipa_reverse_postorder): Use cgraph_only_called_directly_or_aliased_p.
2029 * ipa-inline.c (update_caller_keys): Walk aliases.
2030 (inline_small_functions): Fix thinko in previous patch.
2031 * ipa.c (cgraph_externally_visible_p): Do not walk aliases.
2032 (function_and_variable_visibility): Do not walk same body aliases.
2033 * tree-ssa-structalias.c (associate_varinfo_to_alias): New function.
2034 (ipa_pta_execute): Use it.
2036 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
2038 * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
2039 (*vec_dupv2df): Rename from vec_dupv2df.
2040 (vec_dupv2df): New expander.
2042 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
2044 * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
2046 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
2048 * config/i386/i386.md: Use default value in "isa" attribute.
2049 * config/i386/sse.md: Ditto.
2050 * config/i386/mmx.md: Ditto.
2052 2011-06-10 Wei Guozhi <carrot@google.com>
2055 * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
2056 stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
2057 (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
2059 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
2061 * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
2062 (arm_legitimate_ldrd_p): New prototype.
2063 (arm_output_ldrd): New prototype.
2064 * config/arm/arm.c (arm_check_ldrd_operands): New function.
2065 (arm_legitimate_ldrd_p): New function.
2066 (arm_output_ldrd): New function.
2068 2011-06-10 David Li <davidxl@google.com>
2070 * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
2071 * passes.c (passr_eq): New function.
2072 (create_pass_tab): New function.
2073 (pass_traverse): New function.
2074 (dump_one_pass): New function.
2075 (dump_pass_list): New function.
2076 (dump_passes): New function.
2078 2011-06-10 Jan Hubicka <jh@suse.cz>
2080 * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
2081 setting the nothrow flag.
2082 * ipa-reference.c (propagate): Skip aliases.
2083 * ipa-pure-const.c (propagate_pure_const): Skip aliases.
2084 (propagate_nothrow): Skip aliases; do not update cgraph.
2085 (local_pure_const): Do not update cgraph.
2086 * tree-profile.c (tree_profiling): Do fixup_cfg.
2088 2011-06-10 Jan Hubicka <jh@suse.cz>
2090 * ipa.c (cgraph_non_local_node_p_1): Break out from ...;
2091 (cgraph_local_node_p): ... here; handle aliases.
2092 (has_addr_references_p): Break out from ...;
2093 (cgraph_remove_unreachable_nodes) ... here.
2095 2011-06-10 Jan Hubicka <jh@suse.cz>
2097 * opts.c (default_options): Enlist OPT_finline_functions_called_once.
2098 * common.opt (flag_inline_functions_called_once): Do not
2101 2011-06-10 Jan Hubicka <jh@suse.cz>
2103 * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
2104 (ipcp_initialize_node_lattices): Do not deal with aliases;
2105 Do not try to propagate through thunks.
2106 (ipcp_change_tops_to_bottom): Do not deal with aliases.
2108 2011-06-10 Jan Hubicka <jh@suse.cz>
2110 * ipa-prop.c (ipa_write_node_info): Stream jump functions
2112 (ipa_read_node_info): Likewise.
2114 2011-06-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2117 * tree-ssa-math-opts.c (powi_as_mults): Minor cleanup.
2118 (build_and_insert_call): Likewise.
2119 (build_and_insert_ref): New.
2120 (gimple_expand_builtin_pow): Minor cleanup.
2121 (gimple_expand_builtin_cabs): New.
2122 (execute_cse_sincos): Add case for BUILT_IN_CABS.
2124 2011-06-10 Jan Hubicka <jh@suse.cz>
2126 * ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
2127 (ipcp_cloning_candidate_p): Aliases are not clonning candidates.
2128 (ipcp_initialize_node_lattices): We don't propagate through an aliases.
2129 (ipcp_propagate_stage): Skip aliases when propagating.
2130 (ipcp_need_redirect_p): Skip aliases.
2131 (ipcp_insert_stage): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY and
2132 collect_callers_of_node.
2133 * ipa-prop.c (ipa_init_func_list): Do not analyze datastructures
2135 (ipa_compute_jump_functions): Look through aliases.
2137 2011-06-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2139 * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
2141 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
2143 * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
2145 * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
2147 2011-06-10 Jan Hubicka <jh@suse.cz>
2149 * ipa-cp.c (ipcp_process_devirtualization_opportunities):
2150 Update call of gimple_get_virt_method_for_binfo.
2151 * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove
2152 refuse_thunks parameter.
2153 (gimple_fold_call): Update.
2154 * ipa-prop.c (try_make_edge_direct_virtual_call): Update.
2156 2011-06-10 Jan Hubicka <jh@suse.cz>
2158 * tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
2159 (not_all_callers_have_enough_arguments_p): ... this one; turn into
2160 worker for cgraph_for_node_and_aliases.
2161 (convert_callers_for_node): Break out from ...
2162 (convert_callers): ... here.
2163 (modify_function): Use collect_callers_of_node.
2164 (ipa_early_sra): Use cgraph_for_node_and_aliases.
2166 2011-06-10 Richard Guenther <rguenther@suse.de>
2168 PR tree-optimization/49361
2169 * fold-const.c (fold_binary_loc): Only fold x * x to pow (x, 2.0)
2170 when not already in gimple form.
2172 2011-06-10 Richard Guenther <rguenther@suse.de>
2175 * tree-ssa-math-opts.c (convert_mult_to_fma): Use
2176 FOR_EACH_PHI_OR_STMT_USE.
2178 2011-06-10 Jan Hubicka <jh@suse.cz>
2180 * ipa-inline-transform.c (can_remove_node_now_p): Move out of...
2181 (clone_inlined_nodes): ... here.
2182 (inline_call): Use cgraph_function_or_thunk_node; redirect edge
2183 to real destination prior inlining.
2184 * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
2185 can_early_inline_edge_p, want_early_inline_function_p,
2186 want_early_inline_function_p, want_inline_small_function_p,
2187 want_inline_self_recursive_call_p, want_inline_function_called_once_p,
2188 edge_badness, update_all_callee_keys, lookup_recursive_calls,
2189 add_new_edges_to_heap, inline_small_functions, flatten_function,
2190 inline_always_inline_functions, early_inline_small_functions): Use
2191 cgraph_function_or_thunk_node.
2192 * ipa-inline-analysis.c (evaluate_conditions_for_edge,
2193 dump_inline_edge_summary, estimate_function_body_sizes): Likewise.
2194 (do_estimate_edge_growth_1): Break out from ...
2195 (do_estimate_growth) ... here; walk aliases.
2196 (inline_generate_summary): Skip aliases.
2198 2011-06-10 Richard Guenther <rguenther@suse.de>
2200 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
2201 forward when combining, visit inserted stmts when a stmt was changed.
2203 2011-06-10 Paolo Carlini <paolo.carlini@oracle.com>
2205 * tree.h (error_operand_p): Add.
2206 * dbxout.c (dbxout_type_fields): Use the latter.
2207 * c-decl.c (add_stmt): Likewise.
2208 * gimplify.c (omp_add_variable, omp_notice_variable,
2209 gimplify_scan_omp_clauses): Likewise.
2211 2011-06-10 Georg-Johann Lay <avr@gjlay.de>
2213 * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
2214 when a value is actually passed in regs.
2216 2011-06-10 Eric Botcazou <ebotcazou@adacore.com>
2217 Laurent Rougé <laurent.rouge@menta.fr>
2219 * doc/invoke.texi (SPARC options): Add -mflat.
2220 * config/sparc/sparc.opt: Likewise.
2221 * config/sparc/sparc-protos.h (sparc_expand_epilogue): Add parameter.
2222 (sparc_flat_expand_prologue): Declare.
2223 (sparc_flat_expand_epilogue): Likewise.
2224 * config/sparc/sparc.h (CPP_CPU_SPEC): Do not handle -msoft-float.
2225 (CPP_ENDIAN_SPEC): Replace with...
2226 (CPP_OTHER_SPEC): ...this. Also handle -mflat and -msoft-float.
2227 (CPP_SPEC): Adjust to above change.
2228 (EXTRA_SPECS): Likewise.
2229 (SPARC_INCOMING_INT_ARG_FIRST): Add TARGET_FLAT handling.
2230 (INCOMING_REGNO): Likewise.
2231 (OUTGOING_REGNO): Likewise.
2232 (LOCAL_REGNO): Likewise.
2233 (SETUP_FRAME_ADDRESSES): Likewise.
2234 (FIXED_REGISTERS): Set 0 for %fp.
2235 (CALL_USED_REGISTERS): Likewise.
2236 (INITIAL_ELIMINATION_OFFSET): Pass current_function_is_leaf.
2237 (EXIT_IGNORE_STACK): Define to 1 unconditionally.
2238 (RETURN_ADDR_REGNUM): Define.
2239 (RETURN_ADDR_RTX): Use it.
2240 (INCOMING_RETURN_ADDR_REGNUM): Define.
2241 (INCOMING_RETURN_ADDR_RTX): Use it.
2242 (DWARF_FRAME_RETURN_COLUMN): Likewise.
2243 (EH_RETURN_REGNUM): Define.
2244 (EH_RETURN_STACKADJ_RTX): Use it.
2245 (EH_RETURN_HANDLER_RTX): Delete.
2246 (EPILOGUE_USES): Use them and add TARGET_FLAT handling.
2247 * config/sparc/sparc.c (apparent_fsize, actual_fsize, num_gfregs):
2249 (struct machine_function): Add frame_size, apparent_frame_size,
2250 frame_base_reg, frame_base_offset, n_global_fp_regs and
2251 save_local_in_regs_p fields.
2252 (sparc_frame_size, sparc_apparent_frame_size, sparc_frame_base_reg,
2253 sparc_frame_base_offset, sparc_n_global_fp_regs,
2254 sparc_save_local_in_regs_p): New macros.
2255 (sparc_option_override): Error out if -fcall-saved-REG is specified
2257 (eligible_for_restore_insn): Fix formatting.
2258 (eligible_for_return_delay): Likewise. Add TARGET_FLAT handling.
2259 (eligible_for_sibcall_delay): Likewise.
2260 (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Add MODE parameter.
2261 (sparc_legitimate_address_p): Adjust to above change.
2262 (save_global_or_fp_reg_p): New predicate.
2263 (return_addr_reg_needed_p): Likewise.
2264 (save_local_or_in_reg_p): Likewise.
2265 (sparc_compute_frame_size): Use them. Add TARGET_FLAT handling.
2266 (SORR_SAVE, SORR_RESTORE): Delete.
2267 (sorr_pred_t): New typedef.
2268 (sorr_act_t): New enum.
2269 (save_or_restore_regs): Rename to...
2270 (emit_save_or_restore_regs): ...this. Change type of LOW and HIGH
2271 parameters, remove ACTION parameter, add LEAF_FUNCTION_P, SAVE_P,
2272 ACTION_TRUE and ACTION_FALSE parameters. Implement more general
2273 mechanism. Add CFI information for double-word saves in 32-bit mode.
2274 (emit_adjust_base_to_offset): New function extracted from...
2275 (emit_save_or_restore_regs): ...this. Rename the rest to...
2276 (emit_save_or_restore_regs_global_fp_regs): ...this.
2277 (emit_save_or_restore_regs_local_in_regs): New function.
2278 (gen_create_flat_frame_[123]): New functions.
2279 (sparc_expand_prologue): Use SIZE local variable. Adjust.
2280 (sparc_flat_expand_prologue): New function.
2281 (sparc_asm_function_prologue): Add TARGET_FLAT handling.
2282 (sparc_expand_epilogue): Use SIZE local variable. Adjust.
2283 (sparc_flat_expand_epilogue): New function.
2284 (sparc_can_use_return_insn_p): Add TARGET_FLAT handling.
2285 (output_return): Likewise.
2286 (output_sibcall): Likewise.
2287 (sparc_output_mi_thunk): Likewise.
2288 (sparc_frame_pointer_required): Likewise.
2289 (sparc_conditional_register_usage): If TARGET_FLAT, disable the leaf
2290 function optimization.
2291 * config/sparc/sparc.md (flat): New attribute.
2292 (prologue): Add TARGET_FLAT handling.
2293 (save_register_window): Disable if TARGET_FLAT.
2294 (create_flat_frame_[123]): New patterns.
2295 (epilogue): Add TARGET_FLAT handling.
2296 (sibcall_epilogue): Likewise.
2297 (eh_return): New expander.
2298 (eh_return_internal): New insn and splitter.
2299 (return_internal): Add TARGET_FLAT handling.
2300 (untyped_return): Remove bogus test and use RETURN_ADDR_REGNUM.
2301 (save_stack_nonlocal): Use RETURN_ADDR_REGNUM.
2302 (nonlocal_goto): Add TARGET_FLAT handling.
2303 * config/sparc/t-elf: Add -mflat multilib.
2304 * config/sparc/t-leon: Likewise.
2306 2011-06-10 Jan Hubicka <jh@suse.cz>
2308 * ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
2309 * ipa-pure-const.c (analyze_function): Aliases don't need analysis.
2310 (self_recursive_p): Use cgraph_function_node.
2311 (propagate_pure_const): Likewise.
2312 (propagate_nothrow): Likewise.
2313 * ipa-reference.c (ipa_reference_get_not_read_global): Use
2314 cgraph_function_node.
2315 (propagate_bits): Likewise.
2316 (propagate): Likewise.
2318 2011-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2319 Richard Earnshaw <rearnsha@arm.com>
2321 * config/arm/arm.c (const_ok_for_op): Check to see if mvn can be used.
2322 * config/arm/vfp.md (*arm_movdi_vfp): Delete.
2323 (*thumb2_movdi_vfp): Delete.
2324 (*arm_movdi_vfp_cortexa8): Delete.
2325 (*movdi_vfp): Consolidate from *arm_movdi_vfp and *thumb2_movdi_vfp.
2326 (*movdi_vfp_cortexa8): Likewise.
2328 2011-06-10 Richard Guenther <rguenther@suse.de>
2330 * stor-layout.c (initialize_sizetypes): Give names to all
2333 2011-06-10 Ira Rosen <ira.rosen@linaro.org>
2335 PR tree-optimization/49318
2336 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
2337 irrelevant pattern statements.
2339 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
2341 * system.h (SETJMP_VIA_SAVE_AREA): Poison.
2344 * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
2347 2011-06-09 Jan Hubicka <jh@suse.cz>
2349 * cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline;
2350 do not recompute reachable flag.
2351 (cgraph_finalize_function, cgraph_analyze_functions): Set
2352 redefined_extern_inline here.
2354 2011-06-09 Jan Hubicka <jh@suse.cz>
2356 * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...
2357 (cgraph_only_called_directly_p): ... this one; bring offline.
2358 (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
2359 varpool_used_from_object_file_p): Drop names from the declaratoin.
2360 (cgraph_for_node_thunks_and_aliases, cgraph_for_node_and_aliases,
2361 collect_callers_of_node): New.
2362 (cgraph_function_node, cgraph_function_or_thunk_node): New functions.
2363 (cgraph_edge_recursive_p): Use cgraph_function_node.
2364 * cgraph.c (cgraph_add_thunk): Check that thunk is not already alias.
2365 (cgraph_node_cannot_be_local_p_1): Break out from ...
2366 (cgraph_node_can_be_local_p): ... here; walk aliases.
2367 (cgraph_for_node_thunks_and_aliases): New function.
2368 (cgraph_for_node_and_aliases): New function.
2369 (cgraph_make_node_local_1): Break out from ...
2370 (cgraph_make_node_local) ... here; use
2371 cgraph_for_node_thunks_and_aliases.
2372 (cgraph_set_nothrow_flag_1): Break out from ...
2373 (cgraph_set_nothrow_flag) ... here;
2374 use cgraph_for_node_thunks_and_aliases.
2375 (cgraph_set_const_flag_1): Break out from ...
2376 (cgraph_set_const_flag) ... here;
2377 use cgraph_for_node_thunks_and_aliases.
2378 (cgraph_set_pure_flag_1): Break out from ...
2379 (cgraph_set_pure_flag) ... here;
2380 use cgraph_for_node_thunks_and_aliases.
2381 (cgraph_propagate_frequency_1): Break out from ...
2382 (cgraph_propagate_frequency) ... here; use
2383 cgraph_for_node_thunks_and_aliases.
2384 (cgraph_used_from_object_file_p): Do not care about aliases.
2385 (cgraph_not_only_called_directly_p_1, cgraph_only_called_directly_p):
2387 (collect_callers_of_node_1, collect_callers_of_node): New functions.
2389 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
2391 PR rtl-optimization/49154
2392 * config/cris/cris.h (FIXED_REGISTERS): Include CRIS_CC0_REGNUM.
2393 (enum reg_class): Add SRP_REGS and MOF_SRP_REGS.
2394 (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
2395 (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Adjust to fit.
2396 * config/cris/cris.h (cris_register_move_cost): Remove
2397 !TARGET_V32 code. Tweak comments.
2399 2011-06-09 Jan Hubicka <jh@suse.cz>
2401 * cgraphbuild.c (record_eh_tables): Mark personality function as having
2404 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
2406 PR rtl-optimization/49154
2407 * ira-costs.c (setup_regno_cost_classes_by_mode): If there already
2408 is a matching slot in the hashtable, assign it to classes_ptr.
2410 PR rtl-optimization/49154
2411 * doc/tm.texi.in (Register Classes): Document rule for the narrowest
2413 * doc/tm.texi: Regenerate.
2415 2011-06-09 Kaz Kojima <kkojima@gcc.gnu.org>
2418 * config/sh/sh.md (UNSPEC_CHKADD): New.
2419 (chk_guard_add): New define_insn_and_split.
2420 (symGOT_load): Use chk_guard_add instead of blockage.
2422 2011-06-09 Kai Tietz <ktietz@redhat.com>
2424 * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
2426 2011-06-09 Eric Botcazou <ebotcazou@adacore.com>
2428 * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
2430 2011-06-09 Wei Guozhi <carrot@google.com>
2433 * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
2434 (peephole2 for conditional move): Generate 16 bit instructions.
2436 2011-06-09 Uros Bizjak <ubizjak@gmail.com>
2438 * config/i386/i386.md (*movdi_internal_rex64): Merge
2439 alternatives 6 and 8.
2441 2011-06-09 David Li <davidxl@google.com>
2443 * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
2444 * passes.c (passr_eq): New function.
2445 (create_pass_tab): New function.
2446 (pass_traverse): New function.
2447 (dump_one_pass): New function.
2448 (dump_pass_list): New function.
2449 (dump_passes): New function.
2451 2011-06-09 David Li <davidxl@google.com>
2453 * tree-complex.c (tree_lower_complex): Gate cleanup.
2454 * tree-stdarg.c (check_all_va_list_escapes): Ditto.
2455 (execute_optimize_stdarg): Ditto.
2456 * tree-eh.c (execute_lower_eh_dispatch): Ditto.
2457 (execute_cleanup_eh_1): Ditto.
2458 (execute_cleanup_eh): Ditto.
2459 * gcse.c (gate_rtl_pre): Ditto.
2460 (execute_rtl_pre): Ditto.
2461 * except.c (finish_eh_generation): Ditto.
2462 (convert_to_eh_region_ranges): Ditto.
2463 * cprop.c (one_cprop_pass): Ditto.
2465 2011-06-09 Bernd Schmidt <bernds@codesourcery.com>
2468 * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
2469 in all basic blocks.
2471 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2473 * config/alpha/netbsd.h (ENABLE_EXECUTE_STACK): Remove.
2474 (HAVE_ENABLE_EXECUTE_STACK): Define.
2475 * config/alpha/osf5.h (ENABLE_EXECUTE_STACK): Remove.
2476 (HAVE_ENABLE_EXECUTE_STACK): Define.
2477 * config/darwin.h (ENABLE_EXECUTE_STACK): Remove.
2478 (HAVE_ENABLE_EXECUTE_STACK): Define.
2479 * config/i386/mingw32.h (MINGW_ENABLE_EXECUTE_STACK): Remove.
2480 (ENABLE_EXECUTE_STACK): Remove.
2481 (HAVE_ENABLE_EXECUTE_STACK): Define.
2482 [IN_LIBGCC2]: Don't include <windows.h>.
2483 * config/i386/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
2484 (HAVE_ENABLE_EXECUTE_STACK): Define.
2485 * config/i386/netbsd64.h (ENABLE_EXECUTE_STACK): Remove.
2486 (HAVE_ENABLE_EXECUTE_STACK): Define.
2487 * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Remove.
2488 * config/openbsd.h (ENABLE_EXECUTE_STACK): Remove.
2489 (HAVE_ENABLE_EXECUTE_STACK): Define.
2490 * config/sol2.h (ENABLE_EXECUTE_STACK): Remove.
2491 (HAVE_ENABLE_EXECUTE_STACK): Define.
2492 * config/sparc/freebsd.h (ENABLE_EXECUTE_STACK): Remove.
2493 (HAVE_ENABLE_EXECUTE_STACK): Define.
2494 * config/sparc/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
2495 (HAVE_ENABLE_EXECUTE_STACK): Define.
2496 * config/alpha/alpha.c (alpha_trampoline_init): Test
2497 HAVE_ENABLE_EXECUTE_STACK.
2498 * config/i386/i386.c (ix86_trampoline_init): Likewise.
2499 * config/sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
2500 (sparc64_initialize_trampoline): Likewise.
2501 * libgcc2.c [L_enable_execute_stack]: Remove.
2502 * system.h (ENABLE_EXECUTE_STACK): Poison.
2503 * doc/tm.texi.in (Trampolines, ENABLE_EXECUTE_STACK): Remove.
2504 * doc/tm.texi: Regenerate.
2505 * Makefile.in (LIBGCC2_CFLAGS): Add -fbuilding-libgcc.
2507 2011-06-09 Jakub Jelinek <jakub@redhat.com>
2510 * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
2511 variable. After resetting and rescanning insn continue with previous
2514 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2516 * configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.
2517 (gcc_cv_ld_hidden): Likewise.
2518 * configure: Regenerate.
2519 * config/i386/i386.c (USE_HIDDEN_LINKONCE): Remove TARGET_MACHO.
2520 (ix86_stack_protect_fail): Mark unused.
2521 (TARGET_STACK_PROTECT_FAIL) [TARGET_MACHO]: Don't redefine.
2522 * config/rs6000/rs6000.c (rs6000_assemble_visibility)
2523 [TARGET_MACHO]: Don't define.
2524 (TARGET_ASM_ASSEMBLE_VISIBILITY): Likewise.
2525 (TARGET_STACK_PROTECT_FAIL): Likewise.
2526 (rs6000_stack_protect_fail): Mark unused.
2527 * dwarf2asm.c (dw2_output_indirect_constant_1): Mark decl hidden if
2528 USE_LINKONCE_INDIRECT. Don't emit .hidden expicitly.
2530 2011-06-08 Andi Kleen <ak@linux.intel.com>
2532 * varasm.c (get_section): Print location of other conflict
2533 for section conflicts.
2535 2011-06-08 Andi Kleen <ak@linux.intel.com>
2537 * config/i386/driver-i386.c (host_detect_local_cpu):
2538 Add model 0x2d Intel CPU.
2540 2011-06-08 Andi Kleen <ak@linux.intel.com>
2542 * reginfo.c (global_regs_decl): Add.
2543 (globalize_reg): Add decl parameter. Compute location. Pass location
2544 to warnings and add inform. Store decl in global_regs_decl.
2545 * rtl.h (globalize_reg): Update prototype.
2546 * varasm.c (make_decl_rtl): Pass decl to globalize_reg().
2548 2011-06-09 Mingjie Xing <mingjie.xing@gmail.com>
2550 * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
2552 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
2555 * config/sh/predicates.md (general_movsrc_operand): Check
2556 mode for memory with indexed address for QI and HImode.
2557 (general_movdst_operand): Likewise.
2559 2011-06-09 Nicola Pero <nicola.pero@meta-innovation.com>
2561 * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
2563 2011-06-08 Alexandre Oliva <aoliva@redhat.com>
2565 * tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
2566 (num_ssa_operands): Likewise.
2567 (op_iter_init_phiuse): Forward-declare.
2568 (delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
2570 2011-06-08 Nick Clifton <nickc@redhat.com>
2572 * doc/invoke.texi (ARM Options): Update description of
2575 2011-06-08 H.J. Lu <hongjiu.lu@intel.com>
2577 * config/i386/driver-i386.c (host_detect_local_cpu): Support
2578 unknown Intel family 0x6 CPUs.
2580 2011-06-08 Martin Jambor <mjambor@suse.cz>
2582 * tree-sra.c (mark_rw_status): Removed.
2583 (analyze_access_subtree): New parameter parent instead of
2584 mark_read and mark_write, propagate from that.
2586 2011-06-08 Julian Brown <julian@codesourcery.com>
2588 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
2589 for double-precision helper functions in hard-float mode if only
2590 single-precision arithmetic is supported in hardware.
2592 2011-06-08 Alexander Monakov <amonakov@ispras.ru>
2594 PR rtl-optimization/49303
2595 * sel-sched.c (move_op): Use correct type for 'res'. Verify that
2596 code_motion_path_driver returned 0 or 1.
2597 (sel_region_finish): Clear h_d_i_d.
2599 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
2601 * config/sh/sh.c (prepare_move_operands): Set pic register
2602 appropriately for global and local dynamic tls models even
2603 if flag_pic is unset.
2605 2011-06-07 Jason Merrill <jason@redhat.com>
2607 * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
2609 2011-06-07 Xinliang David Li <davidxl@google.com>
2610 * passes.c (enable_disable_pass): Handle assembler name.
2611 (is_pass_explicitly_enabled_or_disabled): Ditto.
2613 2011-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2615 PR tree-optimization/48497
2616 * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
2618 2011-06-07 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2620 PR tree-optimization/46728
2621 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Change FIXME
2622 to use gimple_val_nonnegative_real_p.
2623 * gimple-fold.c (gimple_val_nonnegative_real_p): New function.
2624 * gimple.h (gimple_val_nonnegative_real_p): New declaration.
2626 2011-06-07 H.J. Lu <hongjiu.lu@intel.com>
2628 * config/i386/i386.md (*movsf_internal): Optimize AVX check.
2630 2011-06-07 Sergey Grechanik <mouseentity@ispras.ru>
2632 * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
2635 2011-06-07 Richard Guenther <rguenther@suse.de>
2637 * stor-layout.c (initialize_sizetypes): Initialize all
2638 sizetypes based on target definitions.
2639 (set_sizetype): Remove.
2640 * tree.c (build_common_tree_nodes): Do not call set_sizetype.
2641 * tree.h (set_sizetype): Remove.
2643 2011-06-07 Nick Clifton <nickc@redhat.com>
2645 * config.gcc: Unify V850 architecture options and add support for
2646 newer V850 architectures.
2647 * config/v850/t-v850e: Delete.
2649 2011-06-07 Richard Guenther <rguenther@suse.de>
2651 * tree.c (build_common_tree_nodes): Also initialize size_type_node.
2652 Call set_sizetype from here.
2654 2011-06-07 Andrew Stubbs <ams@codesourcery.com>
2656 * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
2657 (*maddhisi4tb, *maddhisi4tt): New define_insns.
2659 2011-06-07 Bernd Schmidt <bernds@codesourcery.com>
2660 Andrew Stubbs <ams@codesourcery.com>
2662 * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
2664 * doc/md.texi (Canonicalization of Instructions): Document widening
2665 multiply canonicalization.
2667 2011-06-07 Jakub Jelinek <jakub@redhat.com>
2669 PR gcov-profile/49299
2670 * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
2672 2011-06-07 Ira Rosen <ira.rosen@linaro.org>
2674 * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
2676 * tree-vect-patterns.c (vect_recog_widen_sum_pattern,
2677 vect_recog_widen_mult_pattern, vect_recog_dot_prod_pattern,
2678 vect_recog_pow_pattern): Likewise.
2679 (vect_pattern_recog_1): Remove declaration.
2680 (widened_name_p): Remove declaration. Add new argument to specify
2681 whether to check that both types are either signed or unsigned.
2682 (vect_recog_widen_mult_pattern): Update documentation. Handle
2683 unsigned patterns and multiplication by constants.
2684 (vect_pattern_recog_1): Update vect_recog_func references. Use
2685 statement information from the statement returned from pattern
2686 detection functions.
2687 (vect_pattern_recog): Update vect_recog_func reference.
2688 * tree-vect-stmts.c (vectorizable_type_promotion): For widening
2689 multiplication by a constant use the type of the other operand.
2691 2011-06-06 Richard Sandiford <rdsandiford@googlemail.com>
2693 PR rtl-optimization/49145
2694 * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
2696 2011-06-06 Jakub Jelinek <jakub@redhat.com>
2699 * dwarf2out.c (native_encode_initializer): Decrement count in each
2703 * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
2707 * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
2708 if stmt folded into nothing.
2709 * tree-inline.c (fold_marked_statements): If a builtin at the end of
2710 a bb folded into nothing, just update cgraph edges and move to next bb.
2711 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
2712 to be NULL. Don't compute count and frequency if new_call is NULL.
2714 2011-06-04 Diego Novillo <dnovillo@google.com>
2716 * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.
2717 (cgraph.o): Likewise.
2718 (cgraphunit.o): Likewise.
2719 * cgraphunit.c: Include lto-streamer.h
2720 (cgraph_finalize_compilation_unit): Call lto_streamer_hooks_init
2722 * lto-streamer-in.c (unpack_value_fields): Call
2723 streamer_hooks.unpack_value_fields if set.
2724 (lto_materialize_tree): For unhandled nodes, first try to
2725 call lto_streamer_hooks.alloc_tree, if it exists.
2726 (lto_input_ts_decl_common_tree_pointers): Move reading of
2727 DECL_INITIAL to lto_streamer_read_tree.
2728 (lto_read_tree): Call lto_streamer_hooks.read_tree if set.
2729 (lto_streamer_read_tree): New.
2730 (lto_reader_init): Rename from lto_init_reader.
2731 Move initialization code to lto/lto.c.
2732 * lto-streamer-out.c (pack_value_fields): Call
2733 streamer_hooks.pack_value_fields if set.
2734 (lto_output_tree_ref): For tree nodes that are not normally indexable,
2735 call streamer_hooks.indexable_with_decls_p before giving up.
2736 (lto_output_ts_decl_common_tree_pointers): Move handling
2737 for FUNCTION_DECL and TRANSLATION_UNIT_DECL to lto_streamer_write_tree.
2738 (lto_output_tree_header): Call streamer_hooks.is_streamable instead of
2739 lto_is_streamable. Call lto_streamer_hooks.output_tree_header if set.
2740 (lto_write_tree): Call lto_streamer_hooks.write_tree if set.
2741 (lto_streamer_write_tree): New.
2742 (lto_output): Call lto_streamer_init directly.
2743 (lto_writer_init): Remove.
2744 * lto-streamer.c (streamer_hooks): New.
2745 (lto_streamer_cache_create): Call streamer_hooks.preload_common_nodes
2746 instead of lto_preload_common_nodes.
2747 (lto_is_streamable): Move from lto-streamer.h
2748 (lto_streamer_hooks_init): New.
2749 (streamer_hooks): New.
2750 (streamer_hooks_init): New.
2751 * lto-streamer.h (struct output_block): Forward declare.
2752 (struct lto_input_block): Likewise.
2753 (struct data_in): Likewise.
2754 (struct bitpack_d): Likewise.
2755 (struct streamer_hooks): Declare.
2756 (streamer_hooks): Declare.
2757 (lto_streamer_hooks_init): Declare.
2758 (lto_streamer_write_tree): Declare.
2759 (lto_streamer_read_tree): Declare.
2760 (streamer_hooks_init): Declare.
2761 (lto_is_streamable): Move to lto-streamer.c
2763 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2765 * longlong.h (smul_ppmm): The resulting register pair contains the
2766 higher order word first.
2768 2011-06-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2770 PR tree-optimization/46728
2771 * builtins.c (powi_table): Remove.
2772 (powi_lookup_cost): Remove.
2773 (powi_cost): Remove.
2774 (expand_powi_1): Remove.
2775 (expand_powi): Remove.
2776 (expand_builtin_pow_root): Remove.
2777 (expand_builtin_pow): Remove.
2778 (expand_builtin_powi): Eliminate handling of constant exponent.
2779 (expand_builtin): Use expand_builtin_mathfn_2 for BUILT_IN_POW.
2781 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
2783 * cprop.c (local_cprop_pass): Don't set changed for debug insns.
2785 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
2787 * dce.c (reset_unmarked_insns_debug_uses): New.
2788 (delete_unmarked_insns): Skip debug insns.
2789 (prescan_insns_for_dce): Likewise.
2790 (rest_of_handle_ud_dce): Reset debug uses of removed sets.
2791 * reg-stack.c (subst_stack_regs_in_debug_insn): Signal when no
2792 active reg can be found.
2793 (subst_all_stack_regs_in_debug_insn): New. Reset debug insn then.
2794 (convert_regs_1): Use it.
2796 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
2798 * tree-pretty-print.c (dump_function_header): Add flags.
2799 Don't dump decl_uid with nouid.
2800 * tree-pretty-print.h (dump_function_header): Adjust.
2801 * final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
2802 * passes.c (pass_init_dump_file): Pass dump_flags on.
2803 * tree-cfg.c (gimple_dump_cfg): Pass flags on.
2805 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
2808 * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
2810 2011-06-06 Mikael Pettersson <mikpe@it.uu.se>
2812 PR tree-optimization/49243
2813 * calls.c (setjmp_call_p): Also check if fndecl has the
2814 returns_twice attribute.
2816 2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2818 * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
2821 2011-06-06 Richard Henderson <rth@redhat.com>
2822 Georg-Johann Lay <avr@gjlay.de>
2825 * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
2827 * config/avr/avr.md ("insv"): New insn expander.
2828 ("*movbitqi.1-6.a", "*movbitqi.1-6.b", "*movbitqi.0", "*insv.io",
2829 "*insv.not.io", "*insv.reg"): New insns.
2831 2011-06-06 Hans-Peter Nilsson <hp@bitrange.com>
2834 * config/mmix/mmix.md ("truncdfsf2", "extendsfdf2"): Correct predicate
2835 to nonimmediate_operand from memory_operand for the operand that is to
2836 be forced to memory by the expander. Lose the constraints.
2838 2011-06-05 Eric Botcazou <ebotcazou@adacore.com>
2840 * config/sparc/sparc.c (output_return): Fix thinko in the output of an
2841 EH return when delayed branches are disabled.
2843 2011-06-05 Uros Bizjak <ubizjak@gmail.com>
2845 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
2846 Remove MODE_TI handling. Remove SSE1 handling in attribute "mode"
2848 (*movdf_internal_rex64) <case 6,7,8>: Remove MODE_TI handling.
2849 Simplify MODE_V1DF and MODE_V2SF handling.
2850 (*movsf_internal): Remove x constraint from alternative 7 of operand 1.
2851 Simplify MODE_SF handling.
2853 2011-06-04 Jan Hubicka <jh@suse.cz>
2855 PR tree-optimization/48893
2856 PR tree-optimization/49091
2857 PR tree-optimization/49179
2858 * ipa-inline-analysis.c (evaluate_conditions_for_known_args):
2861 2011-06-04 Jan Hubicka <jh@suse.cz>
2864 * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
2867 2011-06-04 Jonathan Wakely <jwakely.gcc@gmail.com>
2869 * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
2871 2011-06-04 Jakub Jelinek <jakub@redhat.com>
2874 * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
2875 to be strictly smaller than 1 << shiftcount.
2877 2011-06-04 Jan Hubicka <jh@suse.cz>
2879 PR tree-optimize/48929
2880 * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
2883 2011-06-04 Alexandre Oliva <aoliva@redhat.com>
2886 * calls.c (emit_call_1): Prefer the __builtin declaration of
2889 2011-06-03 Diego Novillo <dnovillo@google.com>
2891 * lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.
2892 (lto_input_tree_pointers): Likewise.
2893 * lto-streamer-out.c (pack_value_fields): Likewise.
2894 (lto_output_tree_pointers): Likewise.
2895 * lto-streamer.h (lto_is_streamable): Add check for OMP_CLAUSE
2896 and OPTIMIZATION_NODE.
2898 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2900 * config/alpha/linux.h (MD_UNWIND_SUPPORT): Remove.
2901 * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Remove.
2902 * config/alpha/vms.h (MD_UNWIND_SUPPORT): Remove.
2903 * config/bfin/linux.h (MD_UNWIND_SUPPORT): Remove.
2904 * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Remove.
2905 * config/i386/linux.h (MD_UNWIND_SUPPORT): Remove.
2906 * config/i386/linux64.h (MD_UNWIND_SUPPORT): Remove.
2907 * config/i386/sol2.h (MD_UNWIND_SUPPORT): Remove.
2908 * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Remove.
2909 * config/ia64/linux.h (MD_UNWIND_SUPPORT): Remove.
2910 * config/ia64/vms.h (MD_UNWIND_SUPPORT): Remove.
2911 * config/m68k/linux.h (MD_UNWIND_SUPPORT): Remove.
2912 * config/mips/linux.h (MD_UNWIND_SUPPORT): Remove.
2913 * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): Remove.
2914 * config/pa/pa32-linux.h (MD_UNWIND_SUPPORT): Remove.
2915 * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Remove.
2916 * config/rs6000/linux.h (MD_UNWIND_SUPPORT): Remove.
2917 * config/rs6000/linux64.h (MD_UNWIND_SUPPORT): Remove.
2918 * config/s390/linux.h (MD_UNWIND_SUPPORT): Remove.
2919 * config/s390/tpf.h (MD_UNWIND_SUPPORT): Remove.
2920 * config/sh/linux.h (MD_UNWIND_SUPPORT): Remove.
2921 * config/sparc/linux.h (MD_UNWIND_SUPPORT): Remove.
2922 * config/sparc/linux64.h (MD_UNWIND_SUPPORT): Remove.
2923 * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Remove.
2924 * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Remove.
2925 * config/alpha/linux-unwind.h: Move to ../libgcc/config/alpha.
2926 * config/alpha/osf5-unwind.h: Move to ../libgcc/config/alpha.
2927 * config/alpha/vms-unwind.h: Move to ../libgcc/config/alpha.
2928 * config/bfin/linux-unwind.h: Move to ../libgcc/config/bfin.
2929 * config/i386/linux-unwind.h: Move to ../libgcc/config/i386.
2930 * config/i386/sol2-unwind.h: Move to ../libgcc/config/i386.
2931 * config/i386/w32-unwind.h: Move to ../libgcc/config/i386.
2932 * config/ia64/linux-unwind.h: Move to ../libgcc/config/ia64.
2933 * config/ia64/vms-unwind.h: Move to ../libgcc/config/ia64.
2934 * config/m68k/linux-unwind.h: Move to ../libgcc/config/m68k.
2935 * config/mips/linux-unwind.h: Move to ../libgcc/config/mips.
2936 * config/pa/hpux-unwind.h: Move to ../libgcc/config/pa.
2937 * config/pa/linux-unwind.h: Move to ../libgcc/config/pa.
2938 * config/rs6000/darwin-unwind.h: Move to ../libgcc/config/rs6000.
2939 * config/rs6000/linux-unwind.h: Move to ../libgcc/config/rs6000.
2940 * config/s390/linux-unwind.h: Move to ../libgcc/config/s390.
2941 * config/s390/tpf-unwind.h: Move to ../libgcc/config/s390.
2942 * config/sh/linux-unwind.h: Move to ../libgcc/config/sh.
2943 * config/sparc/linux-unwind.h: Move to ../libgcc/config/sparc.
2944 * config/sparc/sol2-unwind.h: Move to ../libgcc/config/sparc.
2945 * config/xtensa/linux-unwind.h: Move to ../libgcc/config/xtensa.
2946 * config/darwin9.h (DARWIN_LIBSYSTEM_HAS_UNWIND): Remove.
2947 * system.h (MD_UNWIND_SUPPORT): Poison.
2948 * doc/tm.texi.in (Exception Handling, MD_UNWIND_SUPPORT): Remove.
2949 * doc/tm.texi: Regenerate.
2950 * unwind-dw2.c: Include md-unwind-support.h instead of
2952 * config/ia64/unwind-ia64.c: Likewise.
2953 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
2955 2011-06-03 Jack Howarth <howarth@bromo.med.uc.edu>
2957 * varpool.c (varpool_extra_name_alias): Return NULL, not false.
2959 2011-06-03 Richard Henderson <rth@redhat.com>
2960 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2962 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
2963 (sigill_hdlr): Correct insn, insn size.
2964 (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
2966 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2968 * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
2970 * config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
2971 * config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
2972 * config/mips/t-iris: Remove.
2973 * config/mips/t-irix6: New file.
2974 * config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.
2976 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2978 * Makefile.in (LIB2ADDEHDEP): Remove.
2979 * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
2980 * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
2981 * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
2982 * config/t-darwin (LIB2ADDEHDEP): Remove.
2983 * config/t-freebsd (LIB2ADDEHDEP): Remove.
2984 * config/t-linux (LIB2ADDEHDEP): Remove.
2986 2011-06-03 Diego Novillo <dnovillo@google.com>
2988 * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
2989 (lto_register_var_decl_in_symtab): Likewise.
2990 (lto_register_function_decl_in_symtab): Likewise.
2991 (lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
2992 logic to uniquify_nodes.
2994 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2996 * config/alpha/t-osf5: Remove.
2997 * config/alpha/t-osf-pthread: Remove.
2998 * config.gcc (alpha*-dec-osf5.1*): Set tmake_file to t-slibgcc-dummy.
2999 * mkmap-flat.awk: Handle osf_export for Tru64 UNIX linker -input file.
3001 2011-06-03 Julian Brown <julian@codesourcery.com>
3003 * config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
3004 (strongarm1110): Use strongarm tuning.
3005 * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field.
3006 * config/arm/arm.c (arm_strongarm_tune): New.
3007 (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
3008 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
3009 (arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
3010 setting, using previous defaults or 1 for Cortex-A5.
3011 (arm_option_override): Set max_insns_skipped from current tuning.
3013 2011-06-03 Nathan Sidwell <nathan@codesourcery.com>
3015 * doc/install.texi (Options specification): Document --with-specs.
3017 2011-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3019 * config/arm/neon.md (orndi3_neon): Actually split it.
3021 2011-06-02 Alexandre Oliva <aoliva@redhat.com>
3023 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
3024 * var-tracking.c (reverse_op): Limite recurse depth to 5.
3026 2011-06-02 Alexandre Oliva <aoliva@redhat.com>
3029 * target.def (delay_sched2, delay_vartrack): New.
3030 * doc/tm.texi.in: Update.
3031 * doc/tm.texi: Rebuild.
3032 * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
3033 * var-tracking.c (gate_handle_var_tracking): Likewise.
3034 * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
3035 (bfin_flag_var_tracking): Drop.
3036 (output_file_start): Don't save and override flag_var_tracking.
3037 (bfin_option_override): Ditto flag_schedule_insns_after_reload.
3038 (bfin_reorg): Test original variables.
3039 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
3040 * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
3041 (ia64_flag_var_tracking): Drop.
3042 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
3043 (ia64_file_start): Don't save and override flag_var_tracking.
3044 (ia64_override_options_after_change): Ditto
3045 flag_schedule_insns_after_reload.
3046 (ia64_reorg): Test original variables.
3047 * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
3048 (picochip_flag_var_tracking): Drop.
3049 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
3050 (picochip_option_override): Don't save and override
3051 flag_schedule_insns_after_reload.
3052 (picochip_asm_file_start): Ditto flag_var_tracking.
3053 (picochip_reorg): Test original variables.
3054 * config/spu/spu.c (spu_flag_var_tracking): Drop.
3055 (TARGET_DELAY_VARTRACK): Define.
3056 (spu_var_tracking): New.
3057 (spu_machine_dependent_reorg): Call it.
3058 (asm_file_start): Don't save and override flag_var_tracking.
3060 2011-06-02 Kaz Kojima <kkojima@gcc.gnu.org>
3063 * config/sh/predicates.md (general_movsrc_operand): Return 0
3064 for memory and memory subreg of which address is an invalid
3065 indexed address for QI and HImode.
3066 (general_movdst_operand): Likewise.
3068 2011-06-02 Eric Botcazou <ebotcazou@adacore.com>
3070 * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL
3071 edges only, when there is a non-local label in the function.
3072 * postreload-gcse.c (bb_has_well_behaved_predecessors): Likewise.
3074 2011-06-02 Uros Bizjak <ubizjak@gmail.com>
3076 * config/i386/constraints.md (Y3): New register constraint.
3077 * config/i386/sse.md (*vec_interleave_highv2df): Merge with
3078 *sse3_interleave_highv2df and *sse2_interleave_highv2df.
3079 (*vec_interleave_lowv2df): Merge with *sse3_interleave_lowv2df and
3080 *sse2_interleave_lowv2df.
3082 2011-06-02 Julian Brown <julian@codesourcery.com>
3084 * config/arm/arm-cores.def (cortex-a5): Use cortex_a5 tuning.
3085 * config/arm/arm.c (arm_cortex_a5_branch_cost): New.
3086 (arm_cortex_a5_tune): New.
3088 2011-06-02 Julian Brown <julian@codesourcery.com>
3090 * config/arm/arm-protos.h (tune_params): Add branch_cost hook.
3091 * config/arm/arm.c (arm_default_branch_cost): New.
3092 (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
3093 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a9_tune)
3094 (arm_fa726_tune): Set branch_cost field using
3095 arm_default_branch_cost.
3096 * config/arm/arm.h (BRANCH_COST): Use branch_cost hook from
3097 current_tune structure.
3098 * dojump.c (tm_p.h): Include file.
3100 2011-06-02 Julian Brown <julian@codesourcery.com>
3102 * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
3104 (cortex-a5, cortex-a8, cortex-a15, cortex-r4, cortex-r4f, cortex-m4)
3105 (cortex-m3, cortex-m1, cortex-m0): Use cortex tuning.
3106 * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
3108 * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
3109 (arm_xscale_tune, arm_9e_tune, arm_cortex_a9_tune)
3110 (arm_fa726te_tune): Add prefer_constant_pool setting.
3111 (arm_v6t2_tune, arm_cortex_tune): New.
3112 * config/arm/arm.h (TARGET_USE_MOVT): Make dependent on
3113 prefer_constant_pool setting.
3115 2011-06-02 Uros Bizjak <ubizjak@gmail.com>
3117 * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
3119 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
3120 (*movdf_internal) <case 6,7,8>: Ditto.
3122 * config/i386/constraints.md (Y4): New register constraint.
3123 * config/i386/sse.md (vec_set<mode>_0): Merge with
3124 *vec_set<mode>_0_sse4_1 and *vec_set<mode>_0_sse2.
3125 (*vec_extractv2di_1): Merge from *vec_extractv2di_1_sse2 and
3126 *vec_extractv2di_1_sse.
3127 (*vec_concatv2di_rex64): Merge from *vec_concatv2di_rex64_sse4_1
3128 and *vec_concatv2di_rex64_sse.
3130 2011-06-02 Stuart Henderson <shenders@gcc.gnu.org>
3133 * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Check return value
3134 of cgraph_local_info for null before attempting to use it.
3136 2011-06-02 Eric Botcazou <ebotcazou@adacore.com>
3138 * function.h (struct stack_usage): Remove dynamic_alloc_count field.
3139 (current_function_dynamic_alloc_count): Delete.
3140 * builtins.c (expand_builtin_setjmp_setup): Do not set calls_setjmp.
3141 (expand_builtin_nonlocal_goto): Remove obsolete comment.
3142 (expand_builtin_update_setjmp_buf): Remove dead code.
3143 * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
3144 * explow.c (allocate_dynamic_stack_space): Remove SETJMP_VIA_SAVE_AREA
3146 * function.c (instantiate_virtual_regs): Likewise.
3147 * postreload-gcse.c (bb_has_well_behaved_predecessors): Return false
3148 for a block with a single abnormal incoming edge.
3149 * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Define.
3150 (SETJMP_VIA_SAVE_AREA): Delete.
3151 * config/sparc/sparc-protos.h (load_got_register): Declare.
3152 * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
3153 (load_got_register): Make global.
3154 (sparc_frame_pointer_required): Add 'static'.
3155 (sparc_can_eliminate): Likewise. Call sparc_frame_pointer_required.
3156 (sparc_builtin_setjmp_frame_value): New function.
3157 * config/sparc/sparc.md (UNSPECV_SETJMP): Remove.
3158 (save_stack_nonlocal): New expander.
3159 (restore_stack_nonlocal): Likewise.
3160 (nonlocal_goto): Remove modes, adjust predicates and reimplement.
3161 (nonlocal_goto_internal): New insn.
3162 (goto_handler_and_restore): Delete.
3163 (builtin_setjmp_setup): Likewise.
3164 (do_builtin_setjmp_setup): Likewise.
3166 (builtin_setjmp_receiver): New expander.
3168 2011-06-01 David Li <davidxl@google.com>
3171 * tree-pretty-print.c (dump_function_header): Format cleanup.
3173 2011-06-01 Kaz Kojima <kkojima@gcc.gnu.org>
3176 * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
3177 needed when original operands are used for msw_skip comparison.
3179 2011-06-01 Jakub Jelinek <jakub@redhat.com>
3182 * var-tracking.c (add_uses, add_stores): Don't call
3183 cselib_subst_to_values on ENTRY_VALUE.
3185 2011-06-01 Diego Novillo <dnovillo@google.com>
3187 * lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
3188 output_record_start with LTO_null instead of output_zero.
3189 (lto_output_ts_binfo_tree_pointers): Likewise.
3190 (lto_output_tree): Likewise.
3191 (output_eh_try_list): Likewise.
3192 (output_eh_region): Likewise.
3193 (output_eh_lp): Likewise.
3194 (output_eh_regions): Likewise.
3195 (output_bb): Likewise.
3196 (output_function): Likewise.
3197 (output_unreferenced_globals): Likewise.
3198 * lto-streamer.h (enum LTO_tags): Reserve MAX_TREE_CODES
3199 instead of NUM_TREE_CODES.
3200 (lto_tag_is_tree_code_p): Check max value against MAX_TREE_CODES.
3201 (lto_output_int_in_range): Change << to >> when shifting VAL.
3203 2011-06-01 Diego Novillo <dnovillo@google.com>
3205 * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
3206 Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
3208 2011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
3211 * optabs.h (valid_multiword_target_p): Declare.
3212 * expmed.c (extract_bit_field_1): Check valid_multiword_target_p when
3213 doing multi-word operations.
3214 * optabs.c (expand_binop): Likewise.
3215 (expand_doubleword_bswap): Likewise.
3216 (expand_absneg_bit): Likewise.
3217 (expand_unop): Likewise.
3218 (expand_copysign_bit): Likewise.
3219 (multiword_target_p): New function.
3221 2011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
3223 PR rtl-optimization/48830
3224 PR rtl-optimization/48808
3225 PR rtl-optimization/48792
3226 * reload.c (push_reload): Check contains_reg_of_mode.
3227 * reload1.c (strip_paradoxical_subreg): New function.
3228 (gen_reload_chain_without_interm_reg_p): Use it to handle
3229 paradoxical subregs.
3230 (emit_output_reload_insns, gen_reload): Likewise.
3232 2011-06-01 David Li <davidxl@google.com>
3234 * predict.c : Change pass name
3237 * tree-profile.c: Ditto.
3240 2011-06-01 David Li <davidxl@google.com>
3242 * tree-pretty-print.c (dump_function_header): New function.
3243 * final.c (rest_of_clean_state): Use header dumper.
3244 * tree-cfg.c (gimple_dump_cfg): Use header dumper.
3245 * passes.c (pass_init_dump_file): Use header dumper.
3247 2011-06-01 Jakub Jelinek <jakub@redhat.com>
3249 * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
3250 ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
3251 popcount_loc_descriptor, bswap_loc_descriptor, rotate_loc_descriptor):
3253 (mem_loc_descriptor): Use them.
3255 * var-tracking.c (create_entry_value): New function.
3256 (vt_add_function_parameter): Use it.
3258 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3260 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]:
3261 Include <signal.h>, <ucontext.h>.
3262 (sigill_caught): Define.
3263 (sigill_hdlr): New function.
3264 (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Check if SSE
3265 insns can be executed.
3266 * config/sol2.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.
3267 * config/sparc/sol2.h (ENDFILE_SPEC): Remove.
3269 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3271 * config/t-slibgcc-darwin: Move to ...
3272 * config/t-slibgcc-dummy: ... this. Clarify comments.
3273 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*,
3274 powerpc-*-darwin*, powerpc64-*-darwin*): Reflect this.
3275 (i[3456x]86-*-netware*): Add t-slibgcc-dummy to tmake_file.
3276 (i[34567]86-*-rtems*): Remove extra_parts. Use i386/t-rtems.
3277 Remove i386/t-crtstuff from tmake_file.
3278 (i[34567]86-*-solaris2*): Remove t-svr4,
3279 t-slibgcc-elf-ver, t-slibgcc-sld from tmake_file, add
3281 (sparc-*-elf*, sparc64-*-elf*): Remove tmake_file, extra_parts.
3282 (sparc-*-rtems*, sparc64-*-rtems*): Remove sparc/t-crtin,
3283 sparc/t-crtfm from tmake_file.
3284 (sparc*-*-solaris2*): Remove sparc/t-sol2, sparc/t-crtfm,
3285 t-slibgcc-elf-ver, t-slibgcc-sld, add t-slibgcc-dummy.
3287 * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define.
3288 * config/i386/t-nwld (SHLIB_LINK): Remove.
3289 * config/i386/t-rtems-i386: Rename to ...
3290 * config/i386/t-rtems: ... this.
3291 ($(T)crti.o, $(T)crtn.o): Remove.
3292 (FPBIT, DPBIT, LIB2FUNCS_EXTRA): Remove.
3293 (dp-bit.c, fp-bit.c, xp-bit.c): Remove.
3294 (EXTRA_MULTILIB_PARTS, LIBGCC, INSTALL_LIBGCC): Remove.
3295 * config/i386/t-sol2-10 (LIBGCC, INSTALL_LIBGCC,
3296 EXTRA_MULTILIB_PARTS): Remove.
3297 * config/sparc/t-sol2-64: Likewise.
3298 * config/sparc/t-sol2: Remove.
3299 * config/sparc/t-crtin: Remove.
3300 * config/sparc/gmon-sol2.c: Move to ../libgcc/config.
3301 * config/i386/gmon-sol2.c: Remove.
3302 * config/i386/sol2-c1.asm: Move to ../libgcc/config/i386/sol2-c1.S.
3303 * config/i386/sol2-ci.asm: Move to ../libgcc/config/i386/sol2-ci.S.
3304 * config/i386/sol2-cn.asm: Move to ../libgcc/config/i386/sol2-cn.S.
3305 * config/i386/sol2-gc1.asm: Remove.
3306 * config/sparc/sol2-c1.asm: Move to ../libgcc/config/sparc/sol2-c1.S.
3307 * config/sparc/sol2-ci.asm: Move to ../libgcc/config/sparc/sol2-ci.S.
3308 * config/sparc/sol2-cn.asm: Move to ../libgcc/config/sparc/sol2-cn.S.
3309 * config/t-slibgcc-sld: Remove.
3311 2011-06-01 Jakub Jelinek <jakub@redhat.com>
3313 * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
3314 base_type_for_mode with op_mode instead of mode.
3316 2011-06-01 Paul Brook <paul@cpodesourcery.com>
3318 * config/arm/arm-cores.def: Add cortex-r5. Add DIV flags to
3320 * config/arm/arm-tune.md: Regenerate.
3321 * config/arm/arm-tables.opt: Regenerate.
3322 * config/arm/arm.c (FL_DIV): Rename...
3323 (FL_THUMB_DIV): ... to this.
3324 (FL_ARM_DIV): Define.
3325 (FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
3326 (arm_arch_hwdiv): Remove.
3327 (arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
3328 (arm_issue_rate): Add cortexr5.
3329 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
3330 __ARM_ARCH_EXT_IDIV__.
3331 (TARGET_IDIV): Define.
3332 (arm_arch_hwdiv): Remove.
3333 (arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
3334 * config/arm/arm.md (tune_cortexr4): Add cortexr5.
3335 (divsi3, udivsi3): New patterns.
3336 * config/arm/thumb2.md (divsi3, udivsi3): Remove.
3337 * doc/invoke.texi: Document ARM -mcpu=cortex-r5
3339 2011-06-01 Martin Jambor <mjambor@suse.cz>
3341 * ipa-utils.c (ipa_dfs_info): New field scc_no.
3342 * ipa-utils.c (searchc): Set scc_no.
3344 2011-06-01 Martin Jambor <mjambor@suse.cz>
3346 * ipa-utils.c (searchc_env): New field allow_overwritable.
3347 (searchc): do not ignore edges to overwritable nodes if indicated
3348 by env->allow_overwritable.
3349 (ipa_reduced_postorder): Set env.allow_overwritable.
3351 2011-06-01 Richard Guenther <rguenther@suse.de>
3353 * tree.c (free_lang_data): Do not reset boolean_type_node nor
3355 * lto-streamer.c (lto_record_common_node): Take node pointer,
3356 do not register types.
3357 (lto_preload_common_nodes): Explicitly skip preloading nodes
3358 that differ between frontends.
3360 2011-05-31 Pat Haugen <pthaugen@us.ibm.com>
3362 * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
3365 2011-05-31 Pat Haugen <pthaugen@us.ibm.com>
3367 * config/rs6000/rs6000.c (rs6000_register_move_cost): Preserve from
3368 parameter value for dump. Dump cost on outermost call only.
3369 (rs6000_memory_move_cost): Dump cost on outermost call only.
3371 2011-05-31 Jakub Jelinek <jakub@redhat.com>
3373 * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
3374 DW_OP_GNU_convert ops.
3376 * cselib.c (promote_debug_loc): Allow l->next non-NULL for
3377 cselib_preserve_constants.
3378 (cselib_lookup_1): If cselib_preserve_constants,
3379 a new VALUE is being created for REG and there is a VALUE for the
3380 same register in wider mode, add another loc with lowpart SUBREG of
3382 (cselib_subst_to_values): Handle ENTRY_VALUE.
3383 * var-tracking.c (replace_expr_with_values): Return NULL for
3385 * dwarf2out.c (convert_descriptor_to_signed): New function.
3386 (mem_loc_descriptor) <case ZERO_EXTEND>: Optimize using DW_OP_and
3387 instead of two shifts.
3388 (mem_loc_descriptor) <do_shift>: ZERO_EXTEND second argument to
3389 the right mode if needed.
3390 (mem_loc_descriptor) <case MOD>: For typed ops just use DW_OP_mod.
3391 (mem_loc_descriptor) <case UNSIGNED_FIX>: Use
3392 convert_descriptor_to_signed.
3393 (mem_loc_descriptor) <case UDIV, CLZ, CTZ, FFS, POPCOUNT, PARITY,
3394 BSWAP, ROTATE, ROTATERT>: Handle these rtls.
3397 * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
3399 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
3401 * config/i386/i386.md: Use SWI248x instead of X87MODEI, SWI24 instead
3402 of X87MODEI12 and SWI48x instead of SSEMODEI24.
3403 (SWI248x): New mode iterator, rename from X87MODEI.
3404 (X87MODEI): Remove mode iterator.
3405 (X87MODEI12): Ditto.
3406 (SSEMODEI24): Ditto.
3408 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
3410 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.
3411 * doc/invoke.texi: Document max-vartrack-expr-depth.
3412 * var-tracking.c (EXPR_DEPTH): New.
3413 (reverse_op, vt_expand_loc, vt_expand_loc_dummy): Use it.
3415 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
3417 * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
3418 * config/i386/sse.md: Add n to negated FMA pattern names.
3420 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
3422 * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
3424 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
3426 * gengtype-state.c (read_state_params_structs): Initialize previous.
3428 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
3430 * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
3431 (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
3433 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
3435 * config/i386/i386.md (*movtf_internal): Avoid allocating general
3436 registers. Penalize F*r->o alternative to prevent partial memory
3437 stalls. Slightly penalize *roF->*r alternative. Generate SSE
3438 CONST_DOUBLE immediates when optimizing function for size. Do not move
3439 CONST_DOUBLEs directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
3440 (*movxf_internal): Slightly penalize Yx*roF->Yx*r alternative.
3441 (*movdf_internal): Slightly penalize Yd*roF->Yd*r alternative.
3442 (*movdf_internal_rex64): Slightly penalize rm->r, F->m and r->m
3444 (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
3446 (fp_register_operand splitters): Use fp_register_operand
3447 constraint. Do not use FP_REG_P in insn condition.
3448 (any_fp_register_operand splitters): Use any_fp_register_operand
3449 constraint. Do not use ANY_FP_REG_P in insn condition.
3451 2011-05-31 Jan Hubicka <jh@suse.cz>
3453 * cgraph.h (cgraph_inline_failed_t): Give enum a name
3454 * lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
3455 (LTO_cgraph_tags): Add LTO_cgraph_last_tag.
3456 (lto_output_edge): Use output_enum and var_len_unsigned.
3457 (lto_output_varpool_node): Likewise.
3458 (input_overwrite_node): Do not take resolution parameter;
3459 extract it from a bitpack.
3460 (input_node): Do not read resolution; use input_enum and
3462 (input_varpool_node): Likewise.
3463 (input_edge): Likewise.
3464 (input_cgraph_1): Likewise.
3466 2011-05-31 Richard Guenther <rguenther@suse.de>
3468 * gimple.c (gimple_register_canonical_type): Do not register
3469 any types via gimple_register_type.
3471 2011-05-31 Jan Hubicka <jh@suse.cz>
3473 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
3476 2011-05-31 Jakub Jelinek <jakub@redhat.com>
3478 PR rtl-optimization/49235
3479 * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
3480 (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
3482 2011-05-31 Ira Rosen <ira.rosen@linaro.org>
3484 PR tree-optimization/49093
3485 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
3488 2011-05-31 Dodji Seketeli <dodji@redhat.com>
3491 * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
3492 for concrete functions containing the code of cloned functions.
3494 2011-05-31 Richard Guenther <rguenther@suse.de>
3496 * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
3498 (forward_propagate_into_comparison_1): ... this.
3499 (forward_propagate_comparison): Rename to ...
3500 (forward_propagate_into_comparison): ... this. Split out
3501 real forward propagation code to ...
3502 (forward_propagate_comparison): ... this.
3503 (forward_propagate_into_gimple_cond): Remove looping.
3504 (forward_propagate_into_cond): Likewise.
3505 (simplify_not_neg_expr): Return whether we have done something.
3506 (simplify_gimple_switch): Likewise.
3507 (tree_ssa_forward_propagate_single_use_vars): Rename to ...
3508 (ssa_forward_propagate_and_combine): ... this. Re-structure
3509 to do a forward forward-propagation walk on BBs and a backward
3510 stmt combining walk on BBs. Consistently re-scan changed statements.
3511 (pass_forwprop): Adjust.
3513 2011-05-30 Ian Lance Taylor <iant@google.com>
3515 * godump.c (go_format_type): Correct length of name added to
3516 obstack for anonymous field.
3518 2011-05-30 Kaz Kojima <kkojima@gcc.gnu.org>
3521 * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
3522 part of the second operand is 0.
3524 2011-05-30 Uros Bizjak <ubizjak@gmail.com>
3526 * config/i386/i386.md (*movxf_internal): Penalize FYx*r->o alternative
3527 to prevent partial memory stalls. Do not move CONST_DOUBLEs directly
3528 to memory for !TARGET_MEMORY_MISMATCH_STALL.
3529 (*movdf_internal_rex64): Do not penalize F->r alternative.
3530 (*movdf_internal): Penalize FYd*r->o alternative to prevent partial
3531 memory stalls. Generate SSE and x87 CONST_DOUBLE immediates only
3532 when optimizing function for size. Do not move CONST_DOUBLEs
3533 directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
3534 (FP move splitters): Merge {TF,XF,DF}mode splitters. Do not handle
3535 SUBREGs. Do not check for MEM_P operands in the insn condition,
3536 check for ANY_FP_REGNO_P instead.
3537 * config/i386/constraints.md (Yd): Enable GENERAL_REGS for
3538 TARGET_64BIT and for TARGET_INTEGER_DFMODE_MOVES when optimizing
3540 * config/i386/i386.c (ix86_option_override_internal): Do not
3541 set TARGET_INTEGER_DFMODE_MOVES here.
3543 2011-05-30 H.J. Lu <hongjiu.lu@intel.com>
3546 * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
3548 2011-05-30 Jakub Jelinek <jakub@redhat.com>
3550 * dwarf2out.c (modified_type_die, gen_reference_type_die): Use
3551 DW_TAG_rvalue_reference_type even for
3552 -gdwarf-4 -fno-debug-types-section.
3554 2011-05-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3556 PR tree-optimization/46728
3557 * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
3558 (build_and_insert_binop): New.
3559 (gimple_expand_builtin_pow): Reorder args for
3560 build_and_insert_call; use build_and_insert_binop; add more
3561 optimizations for fractional exponents.
3563 2011-05-30 Nathan Froyd <froydnj@gcc.gnu.org>
3568 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
3570 * tree.h (struct tree_identifier): Inherit from tree_typed, not
3572 (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
3573 * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
3574 TS_BASE instead of TS_COMMON.
3575 * varasm.c (assemble_name): Remove assert.
3577 2011-05-30 Richard Sandiford <rdsandiford@googlemail.com>
3579 * config.gcc: Keep obselete list sorted.
3581 2011-05-30 Jakub Jelinek <jakub@redhat.com>
3582 Eric Botcazou <ebotcazou@adacore.com>
3584 * var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with
3585 crtl->args.internal_arg_pointer based address to arg_pointer_rtx if
3586 there is a DRAP register and arg_pointer_rtx is the CFA pointer.
3587 (vt_init_cfa_base): Don't equate cfa_base_rtx if stack was realigned.
3588 (vt_initialize): Initialize cfa_base_rtx if there is a DRAP register.
3590 2011-05-30 Richard Guenther <rguenther@suse.de>
3592 * gimple.c (gimple_types_compatible_p_1): Compare record
3593 and union type members properly.
3595 2011-05-30 Richard Guenther <rguenther@suse.de>
3597 PR tree-optimization/49210
3598 * ipa-split.c (split_function): Care for the case where the call
3599 result is not trivially convertible to the result holding variable.
3601 2011-05-30 Richard Guenther <rguenther@suse.de>
3603 PR tree-optimization/49218
3604 * tree-vrp.c (adjust_range_with_scev): Properly check whether
3607 2011-05-30 Richard Guenther <rguenther@suse.de>
3609 * tree-ssa-forwprop.c (forward_propagate_into_comparison):
3610 New function split out from ...
3611 (forward_propagate_into_gimple_cond): ... here. Adjust.
3612 (forward_propagate_into_cond): Likewise.
3613 (forward_propagate_comparison): Also propagate into
3614 comparisons on assignment RHS. Change return value to
3615 behave similar to forward_propagate_into_cond.
3616 (tree_ssa_forward_propagate_single_use_vars): Handle
3617 strict-overflow warnings properly for forward_propagate_comparison.
3619 2011-05-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3621 * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
3623 * configure: Regenerate.
3625 2011-05-30 Ira Rosen <ira.rosen@linaro.org>
3627 PR tree-optimization/49199
3628 * tree-vect-loop.c (vect_is_slp_reduction): Check that the
3629 non-reduction operands are either defined in the loop or by induction.
3631 2011-05-29 Xinliang David Li <davidxl@google.com>
3633 * opts-global.c (handle_common_deferred_options): Handle new options.
3634 * passes.c (register_one_dump_file): Call register_pass_name.
3635 (execute_one_pass): Check explicit enable/disable flag.
3636 (passr_hash): New function.
3638 (register_pass_name): Ditto.
3639 (get_pass_by_name): Ditto.
3642 (enable_pass): Ditto.
3643 (disable_pass): Ditto.
3644 (is_pass_explicitly_enabled_or_disabled): Ditto.
3646 2011-05-29 Uros Bizjak <ubizjak@gmail.com>
3648 * config/i386/i386.md (*movoi_internal_avx): Use
3649 standard_sse_constant_opcode for alternative 0.
3650 (*movti_internal_sse): Ditto.
3651 (*movti_internal_rex64): Use standard_sse_constant_opcode for
3653 (*movdi_internal_rex64): Use standard_sse_constant_opcode for
3655 (*movsi_internal): Ditto.
3656 (*movdi_internal): Ditto. Add ssecvt type moves.
3658 2011-05-29 Eric Botcazou <ebotcazou@adacore.com>
3661 * rtlanal.c (simplify_subreg_regno): Adjust comment.
3663 2011-05-29 Jakub Jelinek <jakub@redhat.com>
3665 PR rtl-optimization/49095
3666 * config/i386/predicates.md (plusminuslogic_operator): New predicate.
3667 * config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.
3669 2011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
3672 * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
3673 recurse_p argument. Only follow register copies if it is set,
3674 and prevent mips_find_pic_call_symbol from recursing.
3675 (mips_find_pic_call_symbol): Add a recurse_p argument.
3676 Pass it to mips_pic_call_symbol_from_set.
3677 (mips_annotate_pic_calls): Update accordingly.
3679 2011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
3681 * emit-rtl.c (try_split): Use a loop to search for
3682 NOTE_INSN_CALL_ARG_LOCATIONs.
3684 2011-05-29 Richard Guenther <rguenther@suse.de>
3686 PR tree-optimization/49217
3687 * ipa-pure-const.c (propagate_pure_const): Fix typos.
3689 2011-05-28 Jan Hubicka <jh@suse.cz>
3691 * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
3693 (string_slot_free): Remove
3694 (create_output_block): Initialize obstack.
3695 (destroy_output_block): Free obstack.
3696 (lto_string_index): Add PERSISTENT parameter; do not duplicate
3697 the string unless it needs to be added into the hash.
3698 (lto_output_string_with_length): Add persistent attribute;
3699 handle NULL strings.
3700 (lto_output_string): Add PERSISTENT parameter.
3701 (output_string_cst, output_identifier): Simplify.
3702 (lto_output_location_bitpack): Update.
3703 (lto_output_builtin_tree): Update.
3704 * lto-streamer.h (struct output_block): Add obstack.
3705 (lto_output_string, lto_output_string_with_length): Remove
3706 declarations; functions are static now.
3708 2011-05-28 Jan Hubicka <jh@suse.cz>
3710 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
3711 pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
3712 pack_ts_function_decl_value_fields, lto_output_builtin_tree,
3713 output_cfg, output_gimple_stmt): Use enum and variable length i/o.
3714 * lto-streamer-in.c (input_cfg, input_gimple_stmt,
3715 unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
3716 unpack_ts_decl_with_vis_value_fields,
3717 unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
3718 lto_get_builtin_tree): Use enum and variable length i/o.
3719 * basic-block.h (profile_status_d): Add PROFILE_LAST.
3720 * lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
3722 (bp_pack_enum, bp_unpack_enum): New macros.
3724 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
3726 * genrecog.c: Remove redundant forward declarations.
3728 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
3730 * config.gcc: Deprecate mips*-*-openbsd*.
3732 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
3735 * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
3738 2011-05-27 Andrew Pinski <pinskia@gmail.com>
3741 * gengtype.c (vec_prefix_type): New function.
3742 (note_def_vec): Use vec_prefix_type and change the length
3743 attribute to be based on the prefix.
3744 * vec.c: Include coretypes.h before vec.h.
3745 (struct vec_prefix): Remove.
3746 (vec_gc_p_reserve): Change the offsetof to sizeof.
3747 (vec_gc_p_reserve_exact): Likewise.
3748 (vec_heap_p_reserve): Likewise.
3749 (vec_heap_p_reserve_exact): Likewise.
3750 (vec_stack_o_reserve_1): Copy from +1 instead of from vec.
3751 (vec_stack_p_reserve): Change the offsetof to sizeof.
3752 (vec_stack_p_reserve_exact): Likewise.
3753 * vec.h (struct vec_prefix): New struct definition.
3754 (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
3755 (VEC_T_GTY(T,B)): Likewise.
3756 (DEF_VEC_FUNC_P(T)): Use prefix field.
3757 (DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
3758 (DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.
3760 2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3762 PR tree-optimization/46728
3763 * tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
3764 (powi_as_mults): Add gimple_set_location.
3765 (build_and_insert_call): New.
3766 (gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
3767 0.5, 0.25, 0.75, 1./3., or 1./6.
3769 2011-05-27 Alexander Monakov <amonakov@ispras.ru>
3771 * doc/contrib.texi: Update copyright years.
3772 (Contributors): Add Zdenek Sojka.
3774 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
3776 * c-decl.c (c_push_function_context): Copy the current statement
3778 (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
3779 (finish_struct): Call building_stmt_list_p instead of checking
3781 * c-parser.c (c_parser_postfix_expression): Likewise.
3782 * c-typeck.c (c_end_compound_stmt): Likewise.
3783 * print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
3784 * tree-iterator.c (stmt_list_cache): Change to a VEC.
3785 (alloc_stmt_list): Adjust for stmt_list_cache's new type.
3786 (free_stmt_list): Likewise.
3787 * tree.h (struct tree_statement_list): Include typed_tree instead
3789 * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
3790 as TS_TYPED instead of TS_COMMON.
3792 2011-05-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3793 Uros Bizjak <ubizjak@gmail.com>
3795 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
3796 (HAVE_AS_IX86_TLSGDPTL): Define.
3797 (gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
3798 (HAVE_AS_IX86_TLSLDMPLT): Define.
3799 * configure: Regenerate.
3800 * config.in: Regenerate.
3801 * config/i386/i386.c (ix86_print_operand): Handle code 'p'.
3802 * config/i386/i386.md (*tls_global_dynamic_32_gnu): If
3803 TARGET_SUN_TLS, use @tlsgdplt or @plt.
3804 (*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
3805 (*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
3807 (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
3809 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
3811 * sched-int.h (struct _haifa_deps_insn_data): New members cond
3813 (INSN_COND, INSN_REVERSE_COND): New macros.
3814 * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
3816 (sched_get_condition_with_rev): Cache the results, and look them up
3818 (sched_analyze_insn): Destroy INSN_COND of previous insns if they
3819 are clobbered by the current insn.
3820 * target.def (exposed_pipline): New sched data hook.
3821 * doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
3822 * doc/tm.texi: Regenerate.
3824 2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3826 PR tree-optimization/49170
3827 * tree-ssa-math-opts.c (execute_cse_sincos): Add checks for
3830 2011-05-27 Richard Guenther <rguenther@suse.de>
3833 * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
3836 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
3838 * haifa-sched.c (sched_scan_info): Remove.
3839 (schedule_block): Call sched_extend_luids rather than sched_init_luids
3841 (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
3843 (sched_scan): Remove.
3844 (sched_extend_luids): Renamed from luids_extend_insn and no longer
3845 static. All callers changed.
3846 (sched_init_insn_luid): Renamed from luids_init_insn and no longer
3847 static. All callers changed.
3848 (sched_init_luids): Remove all arguments except the first. All
3849 callers changed. Don't use sched_scan.
3850 (haifa_init_h_i_d): Likewise.
3851 (haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
3852 manually rather than using sched_init_luids. Likewise with
3853 extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
3854 * sel-sched.c (sel_region_target_finish): Call sched_extend_luids
3855 rather than sched_init_luids with NULL args.
3856 * sel-sched-ir.c (new_insns): Remove variable.
3857 (sched_scan): New static function, previously in haifa-sched.c. Remove
3858 all arguments but the first two; all callers changed.
3859 (sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
3860 rather than sched_init_luids.
3861 (sel_init_bbs): Remove second argument. All callers changed.
3862 (sel_add_bb): Call sched_extend_luids rather than sched_init_luids
3863 with NULL arguments.
3864 (create_insn_rtx_from_pattern): Likewise.
3865 * sel-sched-ir.h (sel_init_bbs): Adjust declaration.
3866 * sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
3867 (sched_init_insn_luid, sched_extend_luids): Declare.
3868 (sched_scan_info_def, sched_scan_info, sched_scan): Remove
3871 2011-05-27 Richard Guenther <rguenther@suse.de>
3874 * fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
3875 A CMP B ? (T) true : (T) false for non-integral types T again.
3877 2011-05-27 Jan Hubicka <jh@suse.cz>
3879 * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
3880 so 0 means NULL string.
3881 (lto_output_string_with_length): ... here.
3882 (lto_output_string, output_string_cst, output_identifier): Update
3883 handling of NULL strings.
3884 (lto_output_location_bitpack): New function.
3885 (lto_output_location): Use it.
3886 (lto_output_tree_ref): Use output_record_start.
3887 (pack_ts_type_common_value_fields): Pack aliagn & alias set in var
3889 * lto-streamer-in.c (string_for_index): Break out from ...; offset
3891 (input_string_internal): ... here;
3892 (input_string_cst, input_identifier, lto_input_string): Update handling
3894 (lto_input_location_bitpack): New function
3895 (lto_input_location): Use it.
3896 (unpack_ts_type_common_value_fields): Pack align & alias in var len
3898 * lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
3899 bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
3900 (bp_pack_value): Sanity check the value range.
3901 * lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
3903 * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
3906 2011-05-27 Hariharan Sandanagobalane <hariharan@picochip.com>
3908 * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
3909 call_arg_location instructions down the floor.
3911 2011-05-26 Vladimir Makarov <vmakarov@redhat.com>
3913 PR rtl-optimization/49154
3914 * ira.c (setup_pressure_classes): Process class without sublcasses
3915 as a candidate for pressure classes.
3917 2011-05-26 Richard Sandiford <rdsandiford@googlemail.com>
3919 PR rtl-optimization/48575
3920 * genrecog.c (position_type): New enum.
3921 (position): New structure.
3922 (decision): Use position structure instead of a string.
3923 (root_pos, peep2_insn_pos_list): New variables.
3924 (next_position, compare_positions): New functions.
3925 (new_decision): Use position structures instead of strings.
3926 (maybe_both_true): Likewise.
3927 (change_state): Likewise.
3928 (write_tree): Likewise.
3929 (make_insn_sequence): Likewise.
3931 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
3933 * tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
3934 TS_BASE instead of TS_COMMON.
3935 (find_decls_types_r): Check for TS_TYPED structure before looking at
3937 * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
3939 (BLOCK_CHAIN): Use new chain field.
3941 2011-05-26 Pat Haugen <pthaugen@us.ibm.com>
3943 * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
3944 moves expensive on Power7 also.
3946 2011-05-26 Richard Guenther <rguenther@suse.de>
3948 * fold-const.c (fold_unary_loc): Remove bogus code.
3950 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
3952 * tree.h (struct tree_identifier): Inherit from tree_typed, not
3954 (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
3955 * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
3956 TS_BASE instead of TS_COMMON.
3957 * varasm.c (assemble_name): Remove assert.
3959 2011-05-26 Bernd Schmidt <bernds@codesourcery.com>
3961 * Makefile.in (srcdirify): Change order so that libgcc_objdir is
3963 * libgcc-std.ver: Delete file.
3965 2011-05-26 Richard Guenther <rguenther@suse.de>
3967 PR tree-optimization/48702
3968 * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
3969 only when we know the base address is within bounds.
3970 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
3971 assume the base address of TARGET_MEM_REFs is in bounds.
3973 2011-05-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3976 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
3977 declaration in TARGET_SOLARIS.
3979 2011-05-26 Hariharan Sandanagobalane <hariharan@picochip.com>
3981 * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
3982 The instruction is then expanded explicitly.
3983 (supported_compare): Callable instruction.
3984 (compare): Likewise.
3986 2011-05-26 Jakub Jelinek <jakub@redhat.com>
3989 * gimplify.c (shortcut_cond_r): Don't special case
3990 COND_EXPRs if they have void type on one of their arms.
3992 2011-05-26 Bernd Schmidt <bernds@codesourcery.com>
3994 * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
3995 to reduce duplication, and to achieve a slightly more logical order
3998 2011-05-26 Jakub Jelinek <jakub@redhat.com>
4000 PR tree-optimization/49161
4001 * tree-vrp.c (struct case_info): New type.
4002 (compare_case_labels): Sort case_info structs instead of
4003 trees, and not primarily by CASE_LABEL uids but by
4004 label_for_block indexes.
4005 (find_switch_asserts): Put case labels into struct case_info
4006 array instead of TREE_VEC, adjust sorting, compare label_for_block
4007 values instead of CASE_LABELs.
4009 2011-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4011 * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
4012 ("orndi3_neon"): Likewise.
4013 ("bic<mode>3_neon"): Likewise.
4015 2011-05-26 Ira Rosen <ira.rosen@linaro.org>
4017 PR tree-optimization/49038
4018 * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
4019 Ensure at least one epilogue iteration if required by data
4021 * tree-vectorizer.h (struct _loop_vec_info): Add new field
4022 to mark loops that require peeling for gaps.
4023 * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
4024 (vect_get_known_peeling_cost): Take peeling for gaps into
4026 (vect_transform_loop): Generate epilogue if required by data
4028 * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
4029 loop as requiring an epilogue if there are gaps in the end of
4032 2011-05-25 Ian Lance Taylor <iant@google.com>
4034 * godump.c (go_format_type): Output the first field with a usable
4037 2011-05-25 Ian Lance Taylor <iant@google.com>
4039 * godump.c (go_format_type): Check for invalid type names, pointer
4040 target types, and struct field types.
4042 2011-05-25 Jason Merrill <jason@redhat.com>
4044 * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
4046 2011-05-25 Uros Bizjak <ubizjak@gmail.com>
4048 * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
4050 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
4052 * config/i386/i386.md (*movqi_extv_1)): Put back
4053 "register_operand" check in "type" calculation.
4054 (*movqi_extzv_2): Likewise.
4056 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
4058 * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
4060 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
4063 * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
4064 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
4065 __divxc3, __divtc3): Wrap definitions in #ifndef.
4067 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
4070 * config/i386/i386.md (*movqi_extv_1_rex64): Remove
4071 "register_operand" check and replace q_regs_operand with
4072 QIreg_operand in "type" calculation.
4073 (*movqi_extv_1): Likewise.
4074 (*movqi_extzv_2_rex64): Likewise.
4075 (*movqi_extzv_2): Likewise.
4077 * config/i386/predicates.md (QIreg_operand): New.
4079 2011-05-25 Richard Guenther <rguenther@suse.de>
4081 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
4082 type-based offset disambiguation, streamline MEM_REF and
4083 TARGET_MEM_REF handling.
4085 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
4087 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
4088 (bdesc_special_args): Add pause intrinsic.
4090 * config/i386/i386.md (UNSPEC_PAUSE): New.
4093 * config/i386/ia32intrin.h (__pause): Likewise.
4095 * doc/extend.texi (X86 Built-in Functions): Add documentation for
4098 2011-05-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4100 PR tree-optimization/46728
4101 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
4102 (execute_cse_sincos): Add switch case for BUILT_IN_POW.
4104 2011-05-25 Nathan Froyd <froydnj@codesourcery.com>
4106 * tree.h (struct tree_exp): Inherit from struct tree_typed.
4107 * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
4108 instead of TS_COMMON.
4110 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
4112 * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
4113 LIBGCC2_GNU_PREFIX is defined.
4115 (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
4116 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
4117 __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
4118 __clz_tab): Define using __N.
4119 (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
4120 COMPAT_SIMODE_TRAPPING_ARITHMETIC.
4121 * target.def (libfunc_gnu_prefix): New hook.
4122 * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
4123 (TARGET_LIBFUNC_GNU_PREFIX): Add hook.
4124 * doc/tm.texi: Regenerate.
4125 * system.h (LIBGCC2_GNU_PREFIX): Poison.
4126 * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
4128 (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
4129 (init_optabs): Likewise for the bswap libfuncs.
4130 * tree.c (build_common_builtin_nodes): Likewise for complex multiply
4132 * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
4133 * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
4134 * libgcc-std.ver: Remove.
4135 * Makefile.in (srcdirify): Handle $$(libgcc_objdir).
4136 * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
4138 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
4139 * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
4140 * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
4141 * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
4142 * config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
4143 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
4144 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
4145 * config/fixed-bit.h (FIXED_OP): Define differently depending on
4146 LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
4147 (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.
4149 2011-05-25 Jan Hubicka <jh@suse.cz>
4151 * lto-streamer-out.c (output_record_start): Use lto_output_enum
4152 (lto_output_tree): Use output_record_start.
4153 * lto-streamer-in.c (input_record_start): Use lto_input_enum
4154 (lto_get_pickled_tree): Use input_record_start.
4155 * lto-section-in.c (lto_section_overrun): Turn into fatal error.
4156 (lto_value_range_error): New function.
4157 * lto-streamer.h (lto_value_range_error): Declare.
4158 (lto_output_int_in_range, lto_input_int_in_range): New functions.
4159 (lto_output_enum, lto_input_enum): New macros.
4161 2011-05-25 Eric Botcazou <ebotcazou@adacore.com>
4163 * common.opt (flag_stack_usage_info): New variable.
4164 (-Wstack-usage): New option.
4165 * doc/invoke.texi (Warning options): Document -Wstack-usage.
4166 * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
4167 <OPT_fstack_usage>: Likewise.
4168 * toplev.c (output_stack_usage): Handle -Wstack-usage.
4169 * calls.c (expand_call): Test flag_stack_usage_info variable instead
4170 of flag_stack_usage.
4171 (emit_library_call_value_1): Likewise.
4172 * explow.c (allocate_dynamic_stack_space): Likewise.
4173 * function.c (instantiate_virtual_regs ): Likewise.
4174 (prepare_function_start): Likewise.
4175 (rest_of_handle_thread_prologue_and_epilogue): Likewise.
4176 * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
4177 * config/arm/arm.c (arm_expand_prologue): Likewise.
4178 (thumb1_expand_prologue): Likewise.
4179 * config/avr/avr.c (expand_prologue): Likewise.
4180 * config/i386/i386.c (ix86_expand_prologue): Likewise.
4181 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
4182 * config/m68k/m68k.c (m68k_expand_prologue): Likewise.
4183 * config/mips/mips.c (mips_expand_prologue): Likewise.
4184 * config/pa/pa.c (hppa_expand_prologue): Likewise.
4185 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
4186 * config/s390/s390.c (s390_emit_prologue): Likewise.
4187 * config/sh/sh.c (sh_expand_prologue): Likewise.
4188 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
4189 * config/spu/spu.c (spu_expand_prologue): Likewise.
4191 2011-05-25 Richard Guenther <rguenther@suse.de>
4193 * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
4194 (gimple_canonical_types_compatible_p): Likewise.
4196 2011-05-25 Jan Hubicka <jh@suse.cz>
4199 * ipa.c (function_and_variable_visibility): Only add to same
4200 comdat group list if DECL_ONE_ONLY.
4202 2011-05-25 Andrey Belevantsev <abel@ispras.ru>
4204 PR rtl-optimization/49014
4205 * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
4207 2011-05-25 Jakub Jelinek <jakub@redhat.com>
4210 * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
4212 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
4214 PR rtl-optimization/48757
4215 * ira-build.c (loop_with_eh_edge_p): Rename to
4216 loop_with_complex_edge_p, check edges on complexity, make function
4218 (mark_loops_for_removal): Make call of loop_with_complex_edge_p
4221 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
4223 * config/sparc/sparc.c (sparc_option_override): If not set by the user,
4224 force flag_ira_share_save_slots to 0.
4226 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
4228 * var-tracking.c (compute_cfa_pointer): Adjust head comment.
4229 (vt_initialize): Set PROLOGUE_BB unconditionally.
4230 Add block comment about CFA_BASE_RTX machinery.
4231 Reset FP_CFA_OFFSET to -1 on all invalid paths.
4232 Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.
4234 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com>
4237 * c-parser.c (c_parser_objc_class_instance_variables): More robust
4238 parsing of syntax error in ObjC instance variable lists. In
4239 particular, avoid an infinite loop if there is a stray ']'.
4240 Updated error message.
4242 2011-05-24 Ian Lance Taylor <iant@google.com>
4244 * godump.c (go_define): Don't accept a string immediately after
4247 2011-05-24 Ian Lance Taylor <iant@google.com>
4249 * godump.c (struct godump_container): Add invalid_hash field.
4250 (go_format_type): Return false if type is found in invalid_hash.
4251 (go_output_typedef): Add invalid type to invalid_hash.
4252 (go_finish): Create and delete invalid_hash.
4254 2011-05-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4256 PR tree-optimization/46728
4257 * tree-ssa-math-opts.c (powi_table): New.
4258 (powi_lookup_cost): New.
4260 (powi_as_mults_1): New.
4261 (powi_as_mults): New.
4262 (gimple_expand_builtin_powi): New.
4263 (execute_cse_sincos): Add switch case for BUILT_IN_POWI.
4264 (gate_cse_sincos): Remove sincos/cexp restriction.
4266 2011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4269 * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
4271 * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
4272 * mips-tdump.c: Likewise.
4274 2011-05-24 H.J. Lu <hongjiu.lu@intel.com>
4277 * config/i386/driver-i386.c (host_detect_local_cpu): Always
4278 add -mno-XXX. Handle FMA.
4280 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
4282 PR rtl-optimization/48633
4283 * ira-build.c (loop_with_eh_edge_p): New function.
4284 (mark_loops_for_removal): Use it.
4286 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
4288 PR rtl-optimization/48971
4289 * ira.c (setup_pressure_classes): Don't check register move cost
4290 for classes with one registers. Don't add pressure class if there
4291 is a pressure class with the same available hard registers.
4292 Check contains_reg_of_mode. Fix a typo in collecting
4293 temp_hard_regset. Ignore hard registers not belonging to a class.
4295 2011-05-24 Uros Bizjak <ubizjak@gmail.com>
4298 * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
4300 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
4301 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4303 PR gcov-profile/48845
4304 * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
4306 2011-05-24 Richard Guenther <rguenther@suse.de>
4308 * gimple.c (compare_type_names_p): Remove for_completion_p arg.
4309 (gimple_compatible_complete_and_incomplete_subtype_p): Remove.
4310 (gimple_types_compatible_p_1): Adjust.
4311 (iterative_hash_canonical_type): Do not bother about complete vs.
4313 (gimple_canonical_types_compatible_p): Likewise.
4315 2011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4317 * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
4319 2011-05-24 Richard Guenther <rguenther@suse.de>
4322 * gimple.c (gimple_register_canonical_type): Revert
4324 * alias.c (get_alias_set): Only assert that TYPE_CANONICAL
4325 does not for a tree for the case where it matters. Cache
4326 pointer-type alias-sets.
4328 2011-05-24 Joseph Myers <joseph@codesourcery.com>
4330 * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
4331 (OBJS): Remove options.o, opts-common.o and prefix.o.
4332 (OBJS-libcommon-target): New.
4333 (ALL_HOST_BACKEND_OBJS): Include $(OBJS-libcommon-target).
4334 (BACKEND): Include libcommon-target.a.
4335 (MOSTLYCLEANFILES): Include libcommon-target.a.
4336 (libcommon-target.a): New.
4337 (xgcc$(exeext), cpp$(exeext)): Use libcommon-target.a instead of
4340 2011-05-23 Joseph Myers <joseph@codesourcery.com>
4342 * optc-save-gen.awk: New. Based on optc-gen.awk. Don't generate
4343 parts of output shared with the driver.
4344 * optc-gen.awk: Don't generate parts of output not shared with the
4346 * opth-gen.awk: Remove GCC_DRIVER conditionals.
4347 * doc/options.texi (SourcerInclude): Mention options-save.c.
4348 * Makefile.in (GCC_OBJS): Use options.o instead of gcc-options.o.
4349 (OBJS): Add options-save.o.
4350 (options-save.c, options-save.o): New.
4351 (options.o): Update dependencies.
4352 (gcc-options.o): Remove.
4353 (mostlyclean): Remove options-save.c.
4355 2011-05-23 Jakub Jelinek <jakub@redhat.com>
4358 * dbxout.c: Include cgraph.h.
4359 (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
4360 and without value expr, return NULL if no varpool node exists for
4361 it or if it is not needed.
4362 * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
4365 * c-decl.c (start_decl): Convert expr to void_type_node.
4367 2011-05-23 Richard Sandiford <rdsandiford@googlemail.com>
4369 PR rtl-optimization/48826
4370 * emit-rtl.c (try_split): When splitting a call that is followed
4371 by a NOTE_INSN_CALL_ARG_LOCATION, move the note after the new call.
4373 2011-05-23 Jakub Jelinek <jakub@redhat.com>
4375 * cfgexpand.c (expand_debug_expr): For unused non-addressable
4376 parameters passed in memory prefer using DECL_INCOMING_RTL over
4377 the pseudos it will be copied into.
4379 2011-05-23 H.J. Lu <hongjiu.lu@intel.com>
4382 * config/i386/i386.c (ix86_option_override_internal): Save the
4383 initial options after checking vzeroupper.
4385 2011-05-23 David Li <davidxl@google.com>
4387 PR tree-optimization/48988
4388 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
4389 Initialize has_valid_pred for each pred chain.
4391 2011-05-23 Richard Guenther <rguenther@suse.de>
4393 * gimple.c (gimple_types_compatible_p_1): Always compare type names.
4394 (iterative_hash_gimple_type): Always hash type names.
4396 2011-05-23 Nathan Froyd <froydnj@codesourcery.com>
4398 * c-typeck.c (build_function_call_vec): Tweak call to
4399 check_function_arguments.
4401 2011-05-23 Richard Guenther <rguenther@suse.de>
4403 PR tree-optimization/49115
4404 * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
4405 is not necessarily carried out, do not claim it kills the ref.
4406 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
4408 2011-05-23 Richard Guenther <rguenther@suse.de>
4411 * builtins.c (fold_builtin_memory_op): Be less restrictive about
4412 what pointer types we accept for folding.
4414 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4416 * gthr-gnat.c: Remove.
4417 * gthr-gnat.h: Remove.
4418 * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
4419 * config/t-freebsd (LIB2ADDEH): Likewise.
4420 * config/t-linux (LIB2ADDEH): Likewise.
4421 * config/t-sol2 (LIB2ADDEH): Likewise.
4422 * config/ia64/t-vms (LIB2ADDEH): Likewise.
4423 * configure.ac (target_thread_file): Remove gnat handling.
4424 * configure: Regenerate.
4425 * doc/install.texi (Configuration, --enable-threads): Remove gnat.
4427 2011-05-23 Tristan Gingold <gingold@adacore.com>
4428 Eric Botcazou <ebotcazou@adacore.com>
4430 * gcov.c (create_file_names): If no object directory is specified,
4431 keep the directory of the file.
4433 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4435 * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
4436 * configure: Regenerate.
4438 2011-05-23 Jakub Jelinek <jakub@redhat.com>
4441 * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
4442 failed and the comparison has a single bit signed type, use
4443 constm1_rtx instead of const1_rtx for true value.
4444 (do_store_flag): If ops->type is single bit signed type, disable
4445 signel bit test optimization and pass -1 instead of 1 as last
4446 parameter to emit_store_flag_force.
4448 2011-05-23 Tom de Vries <tom@codesourcery.com>
4451 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
4453 (infer_loop_bounds_from_undefined): Use new function.
4455 2011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
4457 * config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
4458 (ASM_SPEC): Add a -O* option here. Pass -O0 for -noasmopt,
4459 -O1 for -fno-delayed-branch, -O2 if optimization is enabled,
4461 (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
4463 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
4465 * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
4466 (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
4469 2011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
4471 * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
4473 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
4475 * config/sparc/sparc.c (sparc_delegitimize_address): Handle
4476 UNSPEC_MOVE_PIC pattern.
4478 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
4480 * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
4481 (sparc-*-rtems*): Likewise.
4482 (sparc64-*-elf*): Likewise.
4483 (sparc64-*-rtems*): Likewise.
4484 (sparc*-*-solaris2*): Likewise. Remove crti.o crtn.o extra parts.
4485 * config/sparc/t-crtin: New file.
4486 * config/sparc/t-sol2 (crti.o): Delete rule.
4488 * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
4489 * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
4490 * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
4491 (ENDFILE_SPEC): Add crtn.o.
4493 2011-05-22 Tom de Vries <tom@codesourcery.com>
4496 * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
4497 CODE_CONTAINS_STRUCT (TS_COMMON).
4499 2011-05-22 Jakub Jelinek <jakub@redhat.com>
4502 * expmed.c (extract_fixed_bit_field): Test whether target can be used
4503 only after deciding which mode to use.
4505 2011-05-22 Tom de Vries <tom@codesourcery.com>
4508 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
4509 for call to get_shiftadd_cost.
4511 2011-05-22 Uros Bizjak <ubizjak@gmail.com>
4514 * config/i386/cpuid.h (bit_MMXEXT): New define.
4516 2011-05-22 Nick Clifton <nickc@redhat.com>
4518 * config/stormy16/stormy16.c (xstormy16_init_builtins): prevent
4519 initialisation of non-existant args[2] element. Use args[] array
4520 not arg[] array to pass arguments to build_function_type_list.
4522 2011-05-22 Ira Rosen <ira.rosen@linaro.org>
4524 PR tree-optimization/49087
4525 * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
4527 2011-05-21 Jason Merrill <jason@redhat.com>
4530 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
4531 static storage duration.
4533 2011-05-21 Eric Botcazou <ebotcazou@adacore.com>
4535 * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
4538 2011-05-21 Eric Botcazou <ebotcazou@adacore.com>
4540 * config/sparc/sparc.c (eligible_for_return_delay): Do not return
4541 false if there are call-saved registers here...
4542 (sparc_can_use_return_insn_p): ...but here instead.
4543 (save_or_restore_regs): Fix thinko.
4544 (sparc_expand_prologue): Use current_function_is_leaf.
4545 (sparc_frame_pointer_required): Likewise.
4547 2011-05-21 Nick Clifton <nickc@redhat.com>
4550 * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
4552 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>
4554 * gengtype.c (walk_type): Implemented "atomic" GTY option.
4555 * doc/gty.texi (GTY Options): Document "atomic" GTY option.
4557 2011-05-21 Joseph Myers <joseph@codesourcery.com>
4559 * opt-read.awk: New. Split out of optc-gen.awk and opth-gen.awk.
4560 * optc-gen.awk: Move common code to opt-read.awk.
4561 * opth-gen.awk: Likewise.
4562 * Makefile.in (options.c, s-options-h): Update to use opt-read.awk.
4564 2011-05-20 Nathan Froyd <froydnj@codesourcery.com>
4566 * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
4568 2011-05-20 Tom de Vries <tom@codesourcery.com>
4571 * tree-ssa-loop-ivopts.c: Include expmed.h.
4572 (get_shiftadd_cost): New function.
4573 (force_expr_to_var_cost): Declare forward. Use get_shiftadd_cost.
4575 2011-05-20 Jakub Jelinek <jakub@redhat.com>
4578 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
4579 for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
4581 2011-05-20 Joseph Myers <joseph@codesourcery.com>
4583 * Makefile.in: Update comment referring to $(OBJS-common).
4585 2011-05-20 Ian Lance Taylor <iant@google.com>
4587 * godump.c (go_output_typedef): Put enum constants in the macro
4588 hash table to avoid duplicate Go const definitions.
4590 2011-05-20 Joseph Myers <joseph@codesourcery.com>
4592 * Makefile.in (LIBDEPS): Add libcommon.a.
4594 (GCC_OBJS): Remove diagnostic.o, pretty-print.o and input.o.
4595 (OBJS-common): Remove diagnostic.o, input.o, intl.o,
4596 pretty-print.o and version.o.
4597 (OBJS-libcommon): New.
4598 (ALL_HOST_BACKEND_OBJS): Add $(OBJS-libcommon).
4599 (BACKEND): Add libcommon.a.
4600 (MOSTLYCLEANFILES): Likewise.
4602 (xgcc$(exeext)): Don't explicitly use version.o and intl.o.
4603 (cpp$(exeext)): Likewise.
4604 (COLLECT2_OBJS): Remove intl.o, version.o, diagnostic.o,
4605 pretty-print.o and input.o.
4606 (lto-wrapper$(exeext)): Don't explicitly use intl.o.
4607 (lto-wrapper.o): Depend on $(DIAGNOSTIC_H).
4609 (mips-tfile): Don't explicitly use version.o.
4610 (mips-tdump): Likewise.
4611 (gcov.o): Depend on $(DIAGNOSTIC_H).
4612 (gcov-dump.o): Depend on intl.h and $(DIAGNOSTIC_H).
4613 (GCOV_OBJS): Remove intl.o, version.o and errors.o.
4614 (GCOV_DUMP_OBJS): Remove version.o and errors.o.
4615 * gcov-dump.c: Include intl.h and diagnostic.h.
4616 (main): Initialize diagnostics.
4617 * gcov.c: Include diagnostic.h.
4619 (main): Initialize diagnostics.
4620 * lto-wrapper.c: Include diagnostic.h.
4621 (main): Initialize diagnostics.
4623 2011-05-20 Michael Matz <matz@suse.de>
4625 * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
4627 2011-05-20 Michael Matz <matz@suse.de>
4628 Richard Guenther <rguenther@suse.de>
4630 * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
4631 use lto_streamer_cache_append directly instead of returning a VEC.
4632 (preload_common_node): Remove.
4633 (lto_get_common_nodes): Rename to lto_preload_common_nodes, don't
4635 (lto_streamer_cache_create): Call lto_preload_common_nodes.
4637 2011-05-20 Richard Guenther <rguenther@suse.de>
4639 PR tree-optimization/49079
4640 * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
4641 MEM_REFs correctly for the trailing array access detection.
4642 Special case constants the same way as decls for overall size
4645 2011-05-20 Uros Bizjak <ubizjak@gmail.com>
4647 * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
4650 2011-05-20 Jakub Jelinek <jakub@redhat.com>
4652 PR tree-optimization/49073
4653 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL if
4654 PHI argument is SSA_NAME, whose def_stmt is dominated by the PHI.
4655 * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
4657 2011-05-20 Richard Guenther <rguenther@suse.de>
4660 * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
4661 of pointer types the same way the middle-end does.
4663 2011-05-20 Richard Guenther <rguenther@suse.de>
4665 * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
4666 or pointer-to chains. Delay all fixup to uniquify_nodes.
4668 2011-05-19 Quentin Neill <quentin.neill@amd.com>
4670 * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
4671 (fma4_fmaddsub): Likewise
4673 2011-05-19 Jan Hubicka <jh@suse.cz>
4675 * gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
4676 (GIMPLE_TYPE_PAIR_SIZE): New macro.
4677 (type_pair_cache): New static var.
4678 (lookup_type_pair): Use fixed sized custom hash; make inline.
4679 (gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
4680 calls of lookup_type_pair.
4681 (print_gimple_types_stats): Remove cache stats.
4682 (free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
4685 2011-05-19 Uros Bizjak <ubizjak@gmail.com>
4687 * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
4688 when TARGET_RDRND is active.
4689 (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
4690 Generate dummy SImode target register when target is NULL.
4692 2011-05-19 Joseph Myers <joseph@codesourcery.com>
4694 * config/arm/arm-fpus.def: New.
4695 * config/arm/genopt.sh: Generate Enum and EnumValue entries from
4697 * config/arm/arm-tables.opt: Regenerate.
4698 * config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
4699 (arm_option_override): Don't decode FPU name to string here.
4700 * config/arm/arm.opt (mfpu=): Use Enum.
4701 * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
4702 Update dependencies.
4704 2011-05-19 Joseph Myers <joseph@codesourcery.com>
4706 * collect2.c: Include diagnostic.h.
4707 (fatal_perror, fatal, error, fancy_abort): Remove.
4708 (main): Set progname. Call xmalloc_set_program_name and
4709 diagnostic_initialize.
4710 (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
4711 scan_libraries, resolve_lib_name): Call fatal_error instead of
4712 fatal and fatal_perror.
4713 * collect2.h (error, fatal, fatal_perror): Don't declare.
4714 * tlink.c: Include diagnostic-core.h.
4715 (recompile_files): Call fatal_error instead of fatal_perror.
4716 * Makefile.in (COLLECT2_OBJS): Include diagnostic.o,
4717 pretty-print.o and input.o.
4718 (collect2.o, tlink.o): Update dependencies.
4720 2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4722 * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
4724 2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4727 * configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
4728 COMDAT group syntax, both SPARC and x86 variants.
4729 (HAVE_COMDAT_GROUP): Also define if gcc_cv_as_comdat_group_group.
4730 * configure: Regenerate.
4731 * config/sol2.h (TARGET_SOLARIS): Define.
4732 (PUSHSECTION_FORMAT): Remove.
4733 (SECTION_NAME_FORMAT): Define.
4734 * config/sol2.c: Include hashtab.h.
4735 (solaris_output_init_fini): Replace PUSHSECTION_FORMAT by its
4736 expansion, using SECTION_NAME_FORMAT.
4737 (solaris_comdat_htab): New variable.
4738 (struct comdat_entry): Define.
4739 (comdat_hash): New function.
4740 (comdat_eq): New function.
4741 (solaris_elf_asm_comdat_section): New function.
4742 (solaris_define_comdat_signature): New function.
4743 (solaris_code_end): New function.
4744 * config/sol2-protos.h (solaris_elf_asm_comdat_section): Declare.
4745 (solaris_code_end): Declare.
4746 * config/t-sol2 (sol2.o): Add $HASHTAB_H dependency.
4747 * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Call
4749 (i386_solaris_elf_named_section): Wrap in TARGET_SOLARIS.
4750 Remove ATTRIBUTE_UNUSED.
4751 [!USE_GAS]: Call solaris_elf_asm_comdat_section for
4752 SECTION_LINKONCE sections if HAVE_COMDAT_GROUP.
4753 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Likewise.
4754 * config/i386/sol2-10.h (TARGET_ASM_NAMED_SECTION): Moved ...
4755 * config/i386/sol2.h (TARGET_ASM_NAMED_SECTION): ... here.
4756 * config/sparc/sol2.h (TARGET_ASM_CODE_END): Redefine.
4757 (PUSHSECTION_FORMAT): Remove.
4758 (SECTION_NAME_FORMAT): Redefine.
4760 2011-05-19 Kai Tietz <ktietz@redhat.com>
4762 * tree-cfg.c (verify_gimple_assign_binary): Barf on
4763 TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
4764 (gimplify_expr): Move TRUTH_AND|OR|XOR_EXPR to its binary form.
4766 2011-05-19 Anatoly Sokolov <aesok@post.ru>
4767 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4769 * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
4771 2011-05-19 Richard Guenther <rguenther@suse.de>
4774 * tree-object-size.c (addr_object_size): If the pointed-to
4775 variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
4777 2011-05-19 Richard Guenther <rguenther@suse.de>
4779 * gimple.c (gimple_types_compatible_p_1): Compare names of
4780 the types themselves.
4781 (iterative_hash_gimple_type): And hash them that way.
4782 (gimple_register_type_1): If we register a main variant properly
4783 initialize the leader to ourselves.
4785 2011-05-19 Tom de Vries <tom@codesourcery.com>
4788 * tree-ssa-loop-ivopts.c (get_expr_id): Factored new function out of
4789 get_loop_invariant_expr_id.
4790 (get_loop_invariant_expr_id): Use get_expr_id.
4791 (parm_decl_cost): New function.
4792 (determine_use_iv_cost_condition): Use get_expr_id and parm_decl_cost.
4793 Improve bound cost estimation. Use different inv_expr_id for elim and
4796 2011-05-19 Tom de Vries <tom@codesourcery.com>
4799 * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
4800 cost_base.cost == 0.
4802 2011-05-18 H.J. Lu <hongjiu.lu@intel.com>
4805 * config/i386/sse.md
4806 (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
4809 2011-05-18 Jakub Jelinek <jakub@redhat.com>
4811 PR tree-optimization/49039
4812 * tree-vrp.c (extract_range_from_binary_expr): For
4813 MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
4814 return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
4816 2011-05-18 Tom de Vries <tom@codesourcery.com>
4819 * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
4821 2011-05-18 Uros Bizjak <ubizjak@gmail.com>
4823 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Split asm template.
4824 (*tls_global_dynamic_64): Ditto.
4825 (*tls_local_dynamic_base_32_gnu): Ditto.
4826 (*tls_local_dynamic_base_64): Ditto.
4827 (tls_initial_exec_64_sun): Ditto.
4829 2011-05-18 Stuart Henderson <shenders@gcc.gnu.org>
4831 * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
4832 * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
4834 * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
4835 * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
4836 * config/bfin/bfin.c (bfin_cpus): Add bf592.
4837 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
4838 __ADSPBF592__ and __ADSPBF59x__ for BFIN_CPU_BF592.
4839 * config/bfin/bfin-opts.h (bfin_cpu_type): Add BFIN_CPU_BF592.
4840 * config/bfin/elf.h (LIB_SPEC): Add bf592.
4842 2011-05-18 Joseph Myers <joseph@codesourcery.com>
4844 * config/arm/arm-opts.h (enum arm_fp16_format_type, enum
4845 arm_abi_type, enum float_abi_type, enum arm_tp_type): Move from arm.h.
4846 * config/arm/arm.c (arm_float_abi, arm_fp16_format, arm_abi,
4847 target_thread_pointer, arm_structure_size_boundary, struct
4848 float_abi, all_float_abis, struct fp16_format, all_fp16_formats,
4849 struct abi_name, arm_all_abis): Remove.
4850 (arm_option_override) Don't process most enumerated option values here.
4851 Don't process target_fpe_name here. Work with integer not string for
4852 structure size boundary; use separate diagnostics for each case.
4853 * config/arm/arm.h (enum float_abi_type, enum
4854 arm_fp16_format_type, enum arm_abi_type, enum arm_tp_type): Move
4856 (arm_float_abi, arm_fp16_format, arm_abi, target_thread_pointer,
4857 arm_structure_size_boundary): Remove.
4858 * config/arm/arm.opt (mabi=): Use Enum and Init.
4859 (arm_abi_type): New Enum and EnumValue entries.
4860 (mfloat-abi=): Use Enum and Init.
4861 (float_abi_type): New Enum and EnumValue entries.
4862 (mfp=, mfpe=): Replace by separate Alias entries for each argument.
4863 (mfp16-format=): Use Enum and Init.
4864 (arm_fp16_format_type): New Enum and EnumValue entries.
4865 (mstructure-size-boundary=): Use UInteger and Init.
4866 (mtp=): Use Enum and Init.
4867 (arm_tp_type): New Enum and EnumValue entries.
4869 2011-05-18 Richard Guenther <rguenther@suse.de>
4871 PR tree-optimization/49018
4872 * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
4873 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
4874 gimple_has_side_effects.
4876 2011-05-18 Richard Guenther <rguenther@suse.de>
4878 * gimple.c (gimple_register_type_1): New function, split out from ...
4879 (gimple_register_type): ... here. Avoid infinite recursion.
4881 2011-05-18 Ira Rosen <ira.rosen@linaro.org>
4883 PR tree-optimization/41881
4884 * tree-vectorizer.h (struct _loop_vec_info): Add new field
4885 reduction_chains along with a macro for its access.
4886 * tree-vect-loop.c (new_loop_vec_info): Initialize reduction chains.
4887 (destroy_loop_vec_info): Free reduction chains.
4888 (vect_analyze_loop_2): Return false if vect_analyze_slp() returns false.
4889 (vect_is_slp_reduction): New function.
4890 (vect_is_simple_reduction_1): Call vect_is_slp_reduction.
4891 (vect_create_epilog_for_reduction): Support SLP reduction chains.
4892 * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow different
4893 definition types for reduction chains.
4894 (vect_supported_load_permutation_p): Don't allow permutations for
4896 (vect_analyze_slp_instance): Support reduction chains.
4897 (vect_analyze_slp): Try to build SLP instance from reduction chains.
4898 (vect_get_constant_vectors): Handle reduction chains.
4899 (vect_schedule_slp_instance): Mark the first statement of the
4900 reduction chain as reduction.
4902 2011-05-18 Ira Rosen <ira.rosen@linaro.org>
4904 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new
4905 names for group elements access.
4906 * tree-vectorizer.h (struct _stmt_vec_info): Use interleaving info for
4907 reduction chains as well. Remove data reference and interleaving
4908 related words from the fields names.
4909 * tree-vect-loop.c (vect_transform_loop): Use new names for group
4911 * tree-vect-data-refs.c (vect_get_place_in_interleaving_chain,
4912 vect_insert_into_interleaving_chain, vect_update_interleaving_chain,
4913 vect_update_interleaving_chain, vect_same_range_drs,
4914 vect_analyze_data_ref_dependence, vect_update_misalignment_for_peel,
4915 vect_verify_datarefs_alignment, vector_alignment_reachable_p,
4916 vect_peeling_hash_get_lowest_cost, vect_enhance_data_refs_alignment,
4917 vect_analyze_group_access, vect_analyze_data_ref_access,
4918 vect_create_data_ref_ptr, vect_transform_strided_load,
4919 vect_record_strided_load_vectors): Likewise.
4920 * tree-vect-stmts.c (vect_model_simple_cost, vect_model_store_cost,
4921 vect_model_load_cost, vectorizable_store, vectorizable_load,
4922 vect_remove_stores, new_stmt_vec_info): Likewise.
4923 * tree-vect-slp.c (vect_build_slp_tree,
4924 vect_supported_slp_permutation_p, vect_analyze_slp_instance): Likewise.
4926 2011-05-18 Richard Guenther <rguenther@suse.de>
4929 * tree-cfg.c (verify_gimple_assign_unary): Adjust TRUTH op
4930 operand verification.
4931 (verify_gimple_assign_binary): Likewise.
4932 * tree-ssa.c (useless_type_conversion_p): Preserve conversions
4933 to non-1-precision BOOLEAN_TYPEs.
4935 2011-05-18 Tom de Vries <tom@codesourcery.com>
4938 * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
4940 2011-05-18 Jakub Jelinek <jakub@redhat.com>
4942 PR tree-optimization/49000
4943 * tree-ssa.c (execute_update_addresses_taken): Call
4944 maybe_rewrite_mem_ref_base on debug stmt value. If it couldn't
4945 be rewritten and decl has been marked for renaming, reset
4948 2011-05-17 Joseph Myers <joseph@codesourcery.com>
4950 * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
4951 enum_opts_set when testing if attributes have set -mfpmath=.
4953 2011-05-17 Richard Sandiford <rdsandiford@googlemail.com>
4955 * config/mips/mips.c (mips_handle_option): Remove unused variable.
4957 2011-05-17 Uros Bizjak <ubizjak@gmail.com>
4959 * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
4961 * tree-inline.c (maybe_inline_call_in_expr): Initialize
4962 id.transform_lang_insert_block with NULL.
4964 2011-05-17 Uros Bizjak <ubizjak@gmail.com>
4966 * config/i386/i386-protos.h (output_fix_trunc): Change arg 3 to bool.
4967 (output_fp_compare): Change args 3 and 4 to bool.
4968 (ix86_expand_call): Change arg 6 to bool.
4969 (ix86_attr_length_immediate_default): Change arg 2 to bool.
4970 (ix86_attr_length_vex_default): Change arg 3 to bool.
4971 * config/i386/i386.md: Update all uses.
4972 * config/i386/i386.c: Ditto.
4973 (ix86_flags_dependent): Change return type to bool.
4975 2011-05-17 Richard Guenther <rguenther@suse.de>
4977 * gimple.c (type_hash_pair_compare): Fix comparison.
4979 2011-05-17 Richard Guenther <rguenther@suse.de>
4981 * gimple.c (iterative_hash_gimple_type): Simplify singleton
4982 case some more, fix final hash value of the non-singleton case.
4984 2011-05-17 Richard Guenther <rguenther@suse.de>
4988 2011-05-16 Richard Guenther <rguenther@suse.de>
4990 * gimple.c (gimple_types_compatible_p_1): Use names of the
4991 type itself, not its main variant.
4992 (iterative_hash_gimple_type): Likewise.
4994 2011-05-17 Richard Guenther <rguenther@suse.de>
4996 * gimple.c (gimple_register_canonical_type): Use the main-variant
4997 leader for computing the canonical type.
4999 2011-05-17 Nick Clifton <nickc@redhat.com>
5001 * config/rx/rx.c (rx_memory_move_cost): Include cost of register
5004 * config/rx/rx.md: Add peephole to remove redundant extensions
5006 (bitset_in_memory): Use rx_restricted_mem_operand.
5007 (bitinvert_in_memory): Likewise.
5008 (bitclr_in_memory): Likewise.
5010 2011-05-17 Kazuhio Inaoka <kazuhiro.inaoka.ud@renesas.com>
5011 Nick Clifton <nickc@redhat.com>
5013 * config/rx/rx.md: Add peepholes to match a register move followed
5014 by a comparison of the moved register. Replace these with an
5015 addition of zero that does both actions in one instruction.
5017 2011-05-17 Jakub Jelinek <jakub@redhat.com>
5020 * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
5021 predicate to allow CONST_INT.
5022 (*sync_old_add_cmp<mode>): New insn and peephole2 for it.
5024 2011-05-16 Joseph Myers <joseph@codesourcery.com>
5026 * opts-common.c (opt_enum_arg_to_value): New.
5027 * opts.h (opt_enum_arg_to_value): Declare.
5028 * config/i386/i386.opt (fpmath): Remove.
5029 (mfpmath=): Use Enum, Init and Save.
5030 (fpmath_unit): New Enum and EnumValue entries.
5031 * config/i386/i386-c.c (ix86_pragma_target_parse): Update field
5032 name for function fpmath state.
5033 * config/i386/i386-opts.h (enum fpmath_unit): Move from i386.h.
5034 * config/i386/i386.c: Include diagnostic.h.
5035 (ix86_fpmath, IX86_FUNCTION_SPECIFIC_FPMATH): Remove.
5036 (ix86_target_string): Take enum fpmath_unit value instead of string.
5037 (ix86_debug_options): Update call to ix86_target_string.
5038 (ix86_option_override_internal): Don't process fpmath strings here.
5039 (x86_function_specific_save, ix86_function_specific_restore):
5040 Don't handle fpmath state specially.
5041 (ix86_function_specific_print): Pass fpmath state to
5042 ix86_target_string instead of printing in this function.
5043 (ix86_valid_target_attribute_inner_p): Take gcc_options pointer.
5044 Handle enum attributes.
5045 (IX86_ATTR_ENUM, ix86_opt_enum): New.
5046 (ix86_valid_target_attribute_tree): Update option_strings
5047 handling. Handle fpmath as enum option.
5048 (ix86_can_inline_p): Update field names for function fpmath state.
5049 (ix86_expand_builtin): Update call to ix86_target_string.
5050 * config/i386/i386.h (enum fpmath_unit): Move to i386-opts.h.
5051 (ix86_fpmath): Remove.
5052 * config/i386/t-i386 (i386.o): Update dependencies.
5054 2011-05-16 Joseph Myers <joseph@codesourcery.com>
5056 PR preprocessor/48677
5057 * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
5058 from decoded_options[0], not from itself.
5060 2011-05-16 Uros Bizjak <ubizjak@gmail.com>
5062 * config/i386/constraints.md (z): New constraint.
5063 * config/i386/i386.c (c): New mode attribute.
5064 (*call): Merge insn pattern from *call_0, *call_1, *call_1_rex64 and
5065 *call_1_rex64_large patterns using "P" mode iterator. Use "<c>zm"
5066 constraint for operand 0.
5067 (*call_vzeroupper): Ditto.
5068 (*call_rex64_ms_sysv): Ditto. Use "rzm" constraint for operand 0.
5069 (*call_rex64_ms_sysv_vzeroupper): Ditto.
5070 (*call_pop): Merge insn pattern from *call_pop_0 and *call_pop_1.
5071 Use "lzm" constraint for operand 0.
5072 (*call_pop_vzeroupper): Ditto.
5073 (*sibcall): Merge insn pattern from *sibcall_0, *sibcall_1 and
5074 *sibcall_1_rex64 patterns using "P" mode iterator. Use "Uz"
5075 constraint for operand 0.
5076 (*sibcall_vzeroupper): Ditto.
5077 (*sibcall_rex64_ms_sysv): Ditto.
5078 (*sibcall_rex64_ms_sysv_vzeroupper): Ditto.
5079 (*sibcall_pop): Merge insn pattern from *sibcall_pop_0 and
5080 *sibcall_pop_1. Use "Uz" constraint for operand 0.
5081 (*sibcall_pop_vzeroupper): Ditto.
5082 (*call_value): Merge insn pattern from *call_value_0, *call_value_1,
5083 *call_value_1_rex64 and *call_value_1_rex64_large patterns using "P"
5084 mode iterator. Use "<c>zm" constraint for operand 1.
5085 (*call_value_vzeroupper): Ditto.
5086 (*call_value_rex64_ms_sysv): Ditto. Use "rzm" constraint
5088 (*call_value_rex64_ms_sysv_vzeroupper): Ditto.
5089 (*call_value_pop): Merge insn pattern from *call_value_pop_0 and
5090 *call_value_pop_1. Use "lzm" constraint for operand 1.
5091 (*call_value_pop_vzeroupper): Ditto.
5092 (*sibcall_value): Merge insn pattern from *sibcall_value_0,
5093 *sibcall_value_1 and *sibcall_value_1_rex64 patterns using "P"
5094 mode iterator. Use "Uz" constraint for operand 1.
5095 (*sibcall_value_vzeroupper): Ditto.
5096 (*sibcall_value_rex64_ms_sysv): Ditto.
5097 (*sibcall_value_rex64_ms_sysv_vzeroupper): Ditto.
5098 (*sibcall_value_pop): Rename from *sibcall_pop_1. Use "Uz"
5099 constraint for operand 1.
5100 (*sibcall_value_pop_vzeroupper): Ditto.
5101 (*tls_global_dynamic_64): Use constant_call_address_operand predicate
5102 and "z" constraint for operand 2.
5103 (*tls_global_dynamic_32_gnu): Ditto.
5104 (*tls_local_dynamic_base_32_gnu): Ditto.
5105 (*tls_local_dynamic_base_64): Ditto.
5106 (*tls_local_dynamic_32_once): Ditto.
5107 * config/i386/i386.c (ix86_output_call_insn): Remove int_addr argument.
5109 * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
5111 2011-05-16 Richard Guenther <rguenther@suse.de>
5113 * gimple.c (gimple_types_compatible_p_1): Use names of the
5114 type itself, not its main variant.
5115 (iterative_hash_gimple_type): Likewise.
5117 2011-05-16 Richard Guenther <rguenther@suse.de>
5119 * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
5120 always visit pointer target and function result and argument types.
5122 2011-05-16 Jason Merrill <jason@redhat.com>
5125 * tree-inline.c (copy_statement_list): Put back recursion.
5127 2011-05-16 Georg-Johann Lay <avr@gjlay.de>
5131 * config/avr/predicates.md (const_8_16_24_operand): New predicate.
5132 * config/avr/avr.md ("*ior<mode>qi.byte0",
5133 "*ior<mode>qi.byte1-3"): New define_insn_and_split patterns.
5135 2011-05-16 Georg-Johann Lay <avr@gjlay.de>
5138 * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
5139 register is needed for a function argument.
5141 2011-05-16 Richard Guenther <rguenther@suse.de>
5143 * gimple.c (struct type_hash_pair): New type.
5144 (type_hash_pair_compare): New function.
5145 (iterative_hash_gimple_type): Mix in SCC member hashes in hash-order.
5147 2011-05-16 Revital Eres <revital.eres@linaro.org>
5149 * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
5151 2011-05-15 Uros Bizjak <ubizjak@gmail.com>
5153 * config/i386/i386.md (floating point move splitters): Fix
5154 usage of standard_80387_constant_p.
5155 * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
5157 2011-05-15 Uros Bizjak <ubizjak@gmail.com>
5159 * config/i386/i386.md (*movdf_internal): Simplify insn condition.
5161 2011-05-14 Eric Botcazou <ebotcazou@adacore.com>
5163 * tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.
5164 (fill_always_executed_in): Use [SET_]ALWAYS_EXECUTED_IN.
5165 (tree_ssa_lim_finalize): Likewise.
5167 2011-05-14 Uros Bizjak <ubizjak@gmail.com>
5169 * config/i386/constraint.md (Yd, Yx): New register constraints.
5170 * config/i386/i386.md (*pushdf): Merge with *pushdf_nointeger. Use
5171 Yd conditional register constraint.
5172 (*movtf_internal): Use standard_sse_constant_opcode.
5173 (*movxf_internal): Merge with *movxf_internal_nointeger. Use
5174 Yx conditional register constraint.
5175 (*movdf_internal): Merge with *movdf_internal_nointeger. Use
5176 Yd conditional register constraint. Use standard_sse_constant_p to
5177 check for valid SSE constants and call standard_sse_constant_opcode to
5179 (*movsf_internal): Use standard_sse_constant_p to check for valid SSE
5180 constants and call standard_sse_constant_opcode to output SSE insn.
5181 * config/i386/i386.c (ix86_option_ovverride_internal): Set
5182 TARGET_INTEGER_DFMODE_MOVES for 64bit targets. Clear it when
5183 optimize_size is set.
5184 (standard_sse_constant_opcode): Output conditional AVX insn templates.
5186 2011-05-14 Tobias Burnus <burnus@net-b.de>
5188 * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
5190 2011-05-13 Martin Jambor <mjambor@suse.cz>
5192 * ipa-prop.c (ipa_cst_from_jfunc): New function.
5193 * ipa-prop.h (ipa_cst_from_jfunc): Declare.
5194 * ipa-inline-analysis.c (evaluate_conditions_for_edge): Use it.
5195 (evaluate_conditions_for_ipcp_clone): Removed.
5196 (estimate_ipcp_clone_size_and_time): Accept vector of known constants.
5197 * ipa-cp.c (ipcp_estimate_growth): Build vector of known constants.
5198 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update.
5200 2011-05-13 Eric Botcazou <ebotcazou@adacore.com>
5202 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.
5203 * regcprop.c (copyprop_hardreg_forward): Test MAY_HAVE_DEBUG_INSNS in
5204 lieu of MAY_HAVE_DEBUG_STMTS.
5205 * tree-cfgcleanup.c (remove_forwarder_block): Do not attempt to move
5206 debug statements if !MAY_HAVE_DEBUG_STMTS.
5208 2011-05-13 Martin Thuresson <martint@google.com>
5210 PR gcov-profile/47793
5211 * libgcov.c (gcov_exit): Support relative profile paths.
5212 * doc/invoke.texi (-fprofile-dir): Update for above change.
5214 2011-05-13 Richard Guenther <rguenther@suse.de>
5216 * gimple.c (gimple_canonical_types_compatible_p): Do not use
5217 type-pair caching, do not compare hashes.
5219 2011-05-13 Nathan Froyd <froydnj@codesourcery.com>
5222 * tree-cfg.c (edge_to_cases_cleanup): Return true.
5223 (verify_expr) [CASE_LABEL_EXPR]: Add checking.
5225 2011-05-13 Kai Tietz <ktietz@redhat.com>
5227 * gimplify.c (gimplify_expr): Make sure operand is boolified.
5228 * tree-cfg.c (verify_gimple_assign_unary): Check for boolean
5229 compatible type for TRUTH_NOT_EXPR.
5231 2011-05-13 H.J. Lu <hongjiu.lu@intel.com>
5233 * config/i386/i386.c (ix86_save_reg): Change return type to bool.
5234 (ix86_hard_regno_mode_ok): Change return value to bool. Use
5235 can_create_pseudo_p ().
5237 2011-05-13 Richard Guenther <rguenther@suse.de>
5240 * gimple.c (iterative_hash_gimple_type): Revert change in
5241 pointer target and function result and argument hashing.
5243 2011-05-13 Uros Bizjak <ubizjak@gmail.com>
5245 * config/i386/i386.md (*movxf_internal): Use !can_create_pseudo ().
5246 (*movxf_internal_nointeger): Ditto.
5247 (*movdf_internal_rex64): Ditto.
5248 (*movdf_internal): Ditto.
5249 (*movdf_internal_nointeger): Ditto.
5250 (*movsf_internal): Ditto.
5251 (sincos splitters): Use can_create_pseudo ().
5253 2011-05-13 Joseph Myers <joseph@codesourcery.com>
5255 * config/i386/i386-opts.h: New.
5256 * gcc/config/i386/i386.c (stringop_alg, ix86_cmodel,
5257 ix86_asm_dialect, ix86_regparm, ix86_abi, ix86_branch_cost,
5258 ix86_section_threshold): Remove.
5259 (ix86_handle_option): Move MAX_CODE_ALIGN define here. Handle
5260 OPT_malign_loops_, OPT_malign_jumps_, OPT_malign_functions_ and
5262 (ix86_option_override_internal): Don't decode strings for options
5263 other than -march=, -mtune= and -mfpmath=. Don't allow for
5264 __attribute__ uses in remaining diagnostics for options with
5265 string arguments. Don't check for integer arguments being negative.
5266 * gcc/config/i386/i386.h (enum stringop_alg, enum calling_abi,
5267 enum tls_dialect, enum cmodel, enum asm_dialect): Move to i386-opts.h.
5268 (ix86_abi, ix86_tls_dialect, ix86_cmodel, ix86_asm_dialect,
5269 ix86_branch_cost, ix86_section_threshold): Remove.
5270 * gcc/config/i386/i386.opt (config/i386/i386-opts.h): New
5272 (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
5274 (masm=): Use Enum and Init.
5275 (asm_dialect): New Enum and EnumValue entries.
5276 (mbranch-cost=): Use UInteger.
5277 (mlarge-data-threshold=): Use UInteger and Init.
5278 (mcmodel=): Use Enum and Init.
5279 (cmodel): New Enum and EnumValue entries.
5280 (mpc): Replace with separate mpc32, mpc64 and mpc80 entries.
5281 (mpreferred-stack-boundary=, mincoming-stack-boundary=,
5282 mregparm=): Use UInteger.
5283 (mstringop-strategy=): Use Enum and Init.
5284 (stringop_alg): New Enum and EnumValue entries.
5285 (mtls-dialect=): Use Enum and Init.
5286 (tls_dialect): New Enum and EnumValue entries.
5287 (mabi=): Use Enum and Init.
5288 (calling_abi): New Enum and EnumValue entries.
5289 (mveclibabi=): Use Enum and Init.
5290 (ix86_veclibabi): New Enum and EnumValue entries.
5292 2011-05-13 Nick Clifton <nickc@redhat.com>
5294 * config/rx/rx.md (mov expander): Fix use of rx_legitimate_constant_p.
5295 * config/rx/rx-protos.h (rx_legitimate_constant_p): Rename prototype.
5297 2011-05-13 Kai Tietz <ktietz@redhat.com>
5300 * gimplify.c (gimplify_expr): Check for boolean_type_node instead
5301 for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
5302 (gimple_boolify): Check for cast for boolean_type_node instead for
5305 2011-05-13 Richard Guenther <rguenther@suse.de>
5307 PR tree-optimization/48172
5308 * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
5309 multiplying by number of iterations for equal step.
5310 (vect_create_cond_for_alias_checks): Likewise.
5312 2011-05-13 Andreas Schwab <schwab@redhat.com>
5314 * configure.ac: Use AS_HELP_STRING throughout.
5315 * configure: Regenerate.
5317 2011-05-12 H.J. Lu <hongjiu.lu@intel.com>
5319 * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return to bool.
5320 (ix86_emit_restore_regs_using_mov): Likewise.
5321 (ix86_emit_restore_sse_regs_using_mov): Likewise.
5323 2011-05-12 Anatoly Sokolov <aesok@post.ru>
5325 * config/sparc/sparc.h (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P,
5326 SYMBOLIC_CONST, RTX_OK_FOR_BASE_P, RTX_OK_FOR_INDEX_P): Remove.
5327 (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Move to...
5328 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P,
5329 RTX_OK_FOR_OLO10_P): ...here.
5330 (sparc_mode_dependent_address_p): Use symbolic_operand instead of
5333 2011-05-12 Kai Tietz <ktietz@redhat.com>
5335 * gimplify.c (gimple_boolify): Re-boolify expression
5336 arguments even if expression type is of kind BOOLEAN_TYPE.
5337 (gimplify_boolean_expr): Removed.
5338 (gimplify_expr): Boolify truth opcodes AND, ANDIF, OR, ORIF,
5339 and XOR. Additional take care that we keep expression's type.
5340 * tree-cfg.c (verify_gimple_assign_binary): Adjust check for type
5341 of TRUTH_AND|OR|XOR_EXPR.
5343 2011-05-12 Jakub Jelinek <jakub@redhat.com>
5345 PR tree-optimization/48975
5346 * tree-if-conv.c (combine_blocks): Call free_bb_predicate
5347 on all bbs here and free and clear ifc_bbs at the end.
5349 2011-05-12 Richard Guenther <rguenther@suse.de>
5351 * gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle
5352 NULLPTR_TYPE similar to VOID_TYPE. Defer type-leader lookup
5353 until after simple checks.
5354 (gimple_types_compatible_p): Likewise.
5355 (iterative_hash_gimple_type): Always hash pointer targets
5356 and function return and argument types.
5357 (iterative_hash_canonical_type): Do not hash TYPE_QUALS,
5358 hash TYPE_ALIGN. Do not hash TYPE_MIN/MAX_VALUE.
5359 (gimple_canonical_types_compatible_p): Compare TREE_ADDRESSABLE,
5360 handle NULLPTR_TYPE similar to VOID_TYPE. Handle non-aggregates
5361 completely in the simple compare section.
5362 (gimple_register_canonical_type): Query the cache again after
5365 2011-05-12 Richard Guenther <rguenther@suse.de>
5367 PR tree-optimization/48172
5368 * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
5369 the number of iterations from the segment size calculation.
5370 (vect_create_cond_for_alias_checks): Adjust.
5372 2011-05-12 Jakub Jelinek <jakub@redhat.com>
5375 * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
5376 if validate_subreg fails.
5378 2011-05-12 Hariharan Sandanagobalane <hariharan@picochip.com>
5380 * ira.c (clarify_prohibited_class_mode_regs): Prevent the function from
5381 accessing beyond the end of REGNO_REG_CLASS array by stopping the loop
5384 2011-05-12 DJ Delorie <dj@redhat.com>
5386 * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
5387 (ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
5388 created builtin into rx_builtins array.
5389 (rx_builtin_decl): New function.
5390 (TARGET_BUITLIN_DECL): Define. Include gt-rx.h.
5392 2011-05-12 DJ Delorie <dj@redhat.com>
5393 Nick Clifton <nickc@redhat.com>
5395 * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
5396 * config/rx/rx.c (CC_FLAG_FP): Fix comment.
5397 (rx_is_legitimate_address): Add pre-decrement and post-increment
5398 addressing in HImode and QImode. Fix test for out of range
5400 (rx_legitimate_constant_p): Rename to rx_is_legitimate_constant.
5401 (rx_align_for_label): Test label before extracting its usage count.
5402 (rx_adjust_insn_lengths): Fix selection of insn codes.
5403 (TARGET_LEGITIMATE_CONSTANT_P): Use renamed function.
5405 2011-05-11 Jason Merrill <jason@redhat.com>
5407 * tree.c (type_hash_canon): Use struct tree_type_non_common.
5409 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
5411 * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
5412 reindent the subsequent block.
5414 2011-05-11 Satoru Takabayashi <satorux@google.com>
5415 Paul Pluzhnikov <ppluzhnikov@google.com>
5417 * doc/install.texi (Configuration): Document --with-linker-hash-style.
5418 * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
5419 * config.in: Add LINKER_HASH_STYLE.
5420 * configure.ac: Add --with-linker-hash-style.
5421 * configure: Regenerate.
5423 2011-05-11 Richard Guenther <rguenther@suse.de>
5426 * gimple.c (iterative_hash_canonical_type): Fix typo.
5428 2011-05-11 Uros Bizjak <ubizjak@gmail.com>
5430 * config/i386/i386.c (legitimize_tls_address)
5431 <case TLS_MODEL_GLOBAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
5432 expanders directly for TARGET_GNU2_TLS. Determine pic and
5433 __tls_get_addr symbol reference here. Update call to
5434 gen_tls_global_dynamic_{32,64} for added arguments.
5435 <case TLS_MODEL_LOCAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
5436 expanders directly for TARGET_GNU2_TLS. Determine
5437 __tls_get_addr symbol reference here. Update call to
5438 gen_tls_local_dynamic_base_{32,64} for added arguments. Attach
5439 unique UNSPEC REG_EQUIV to libcall block.
5440 (ix86_tls_get_addr): Declare static.
5441 * config/i386/i386-protos.h (ix86_tls_get_addr): Remove declaration.
5442 * config/i386/i386.md (tls_global_dynamic_32): Add operand 2 and 3.
5443 Do not determine pic and __tls_get_addr symbol reference here. Do not
5444 call gen_tls_dynamic_gnu2_32 for TARGET_GNU2_TLS.
5445 (tls_local_dynamic_base_32): Ditto for operands 1 and 2.
5446 (tls_global_dynamic_64): Add operand 2. Do not determine
5447 __tls_get_addr symbol reference here. Do not call
5448 gen_tls_dynamic_gnu2_64 for TARGET_GNU2_TLS here.
5449 (tls_local_dynamic_base64): Ditto for operand 1.
5451 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
5453 * function.c (expand_function_start): Initialize stack_check_probe_note
5454 only if the generic stack checking mechanism is used.
5456 2011-05-11 Richard Guenther <rguenther@suse.de>
5458 PR tree-optimization/15256
5459 * tree-ssa-forwprop.c (simplify_bitwise_binary): Canonicalize
5460 (A & B) | C, combine (A op CST1) op CST2.
5461 (tree_ssa_forward_propagate_single_use_vars): Only bother to
5462 visit assigns that have uses.
5464 2011-05-11 Nathan Froyd <froydnj@codesourcery.com>
5466 * ggc-page.c (extra_order_size_table): Use struct tree_type_non_common.
5467 * lto-streamer-in.c (unpack_ts_type_value_fields): Rename to...
5468 (unpack_ts_type_common_value_fields): ...this. Update comment.
5469 (unpack_value_fields): Adjust for renaming.
5470 (lto_input_ts_type_tree_pointers): Split into...
5471 (lto_input_ts_type_common_tree_pointer): ...this and...
5472 (lto_input_ts_type_non_common_tree_pointers): ...this.
5473 (lto_input_tree_pointers): Adjust for above split.
5474 * lto-streamer-out.c (pack_ts_type_value_fields): Rename to...
5475 (pack_ts_type_common_value_fields): ...this. Update comment.
5476 (lto_output_ts_type_tree_pointers): Split into...
5477 (lto_output_ts_type_common_tree_pointers): ...this and...
5478 (lto_output_ts_type_non_common_tree_pointers): ...this.
5479 (lto_output_tree_pointers): Adjust for above split.
5480 * lto-streamer.c (check_handled_ts_structures): Mark TS_TYPE_COMMON,
5481 TS_TYPE_WITH_LANG_SPECIFIC, and TS_TYPE_NON_COMMON as handled.
5482 * stor-layout.c (vector_type_mode): Adjust location of mode field.
5483 * tree.h (MARK_TS_TYPE_COMMON, MARK_TS_TYPE_WITH_LANG_SPECIFIC):
5485 (struct tree_type): Split into...
5486 (struct tree_type_common: ...this and...
5487 (struct tree_type_with_lang_specific): ...this and...
5488 (struct tree_type_non_common): ...this. Adjust accessor macros
5490 (TYPE_VALUES_RAW): Define.
5491 (union tree_node): Update for above changes.
5492 * tree.c (tree_node_structure_for_code) [tcc_type]: Return
5494 (initialize_tree_contains_struct) [TS_TYPE]: Use TS_TYPE_COMMON.
5495 Add TS_TYPE_WITH_LANG_SPECIFIC and TS_TYPE_NON_COMMON.
5496 (tree_code_size) [tcc_type]: Use struct tree_type_non_common.
5497 * treestructu.def (TS_TYPE): Remove.
5498 (TS_TYPE_COMMON, TS_TYPE_WITH_LANG_SPECIFIC, TS_TYPE_NON_COMMON):
5501 2011-05-11 Jakub Jelinek <jakub@redhat.com>
5504 * tree-ssa.c (reset_debug_uses): New function.
5505 * tree-flow.h (reset_debug_uses): New prototype.
5506 * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
5507 * tree-loop-distribution.c (generate_loops_for_partition): Call
5508 reset_debug_uses on the stmts that will be removed. Keep around
5509 all debug stmts, don't count them as bits in partition bitmap.
5510 (generate_builtin): Don't count debug stmts or labels as bits in
5513 2011-05-11 Richard Guenther <rguenther@suse.de>
5515 * gimple.c (gimple_type_hash_1): Merge with ...
5516 (gimple_type_hash): ... this.
5517 (gtc_visit): Remove mode parameter and simplify accordingly.
5518 (gimple_types_compatible_p_1): Likewise.
5519 (gimple_types_compatible_p): Likewise.
5520 (iterative_hash_gimple_type): Likewise.
5522 (gimple_type_eq): Adjust.
5524 2011-05-11 Revital Eres <revital.eres@linaro.org>
5526 * ddg.c (create_ddg_dep_from_intra_loop_link): If a true dep edge
5527 enters the branch create an anti edge in the opposite direction
5528 to prevent the creation of reg-moves.
5529 * modulo-sched.c: Adjust comment to reflect the fact we are
5530 scheduling closing branch.
5531 (PS_STAGE_COUNT): Rename to CALC_STAGE_COUNT and redefine.
5532 (stage_count): New field in struct partial_schedule.
5533 (calculate_stage_count): New function.
5534 (normalize_sched_times): Rename to reset_sched_times and handle
5535 incrementing the sched time of the nodes by a constant value
5536 passed as parameter.
5537 (duplicate_insns_of_cycles): Skip closing branch.
5538 (sms_schedule_by_order): Schedule closing branch.
5539 (ps_insn_find_column): Handle closing branch.
5540 (sms_schedule): Call reset_sched_times and adjust the code to
5541 support scheduling of the closing branch.
5542 (ps_insert_empty_row): Update calls to normalize_sched_times
5543 and rotate_partial_schedule functions.
5545 2011-05-11 Richard Guenther <rguenther@suse.de>
5548 * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
5550 2011-05-11 Joseph Myers <joseph@codesourcery.com>
5552 * opts.c (finish_options): Move warning settings from process_options.
5553 * toplev.c (process_options): Move warning settings to finish_options.
5555 2011-05-11 Richard Guenther <rguenther@suse.de>
5557 PR tree-optimization/18041
5558 * tree-ssa-forwprop.c (simplify_bitwise_and): Rename to ...
5559 (simplify_bitwise_binary): ... this. Handle operand conversions
5560 by applying them to the result instead.
5561 (tree_ssa_forward_propagate_single_use_vars): Adjust. CSE tree code.
5563 2011-05-11 Richard Guenther <rguenther@suse.de>
5565 * gimple.c (gimple_canonical_types_compatible_p): Split out
5566 from gimple_types_compatible_p and friends. Do not recurse
5567 to pointed-to types.
5568 (gimple_canonical_type_eq): Use it.
5569 (iterative_hash_canonical_type): Split out from
5570 iterative_hash_gimple_type and friends. Do not recurse
5571 to pointed-to types.
5572 (gimple_canonical_type_hash): Use it, allocate the hash here.
5574 2011-05-11 Revital Eres <revital.eres@linaro.org>
5576 * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
5579 2011-05-11 Revital Eres <revital.eres@linaro.org>
5581 * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
5582 instead of PREV_INSN.
5584 2011-05-11 Revital Eres <revital.eres@linaro.org>
5586 * modulo-sched.c (sms_schedule): Support new form of doloop pattern
5587 * loop-doloop.c (doloop_condition_get): Likewise.
5588 * config/arm/thumb2.md (*thumb2_addsi3_compare0): Remove "*".
5590 * config/arm/arm.md (*addsi3_compare0): Remove "*".
5592 2011-05-10 Nathan Froyd <froydnj@codesourcery.com>
5594 * tree.def (CASE_LABEL_EXPR): Add an operand.
5595 * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
5597 2011-05-10 Joseph Myers <joseph@codesourcery.com>
5599 * c-decl.c (c_override_global_bindings_to_false): Remove.
5600 (global_bindings_p): Don't check
5601 c_override_global_bindings_to_false.
5602 * c-tree.h (c_override_global_bindings_to_false): Remove.
5603 * c-typeck.c (composite_type): Don't set
5604 c_override_global_bindings_to_false.
5606 2011-05-10 Michael Meissner <meissner@linux.vnet.ibm.com>
5608 PR target/48857, 48495
5609 * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
5611 (VSX_MOVE_MODE): Ditto.
5612 (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
5613 VSX vector types. Add V2DImode.
5614 (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
5615 ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
5616 (MODES_TIEABLE_P): Ditto.
5618 * config/rs6000/rs6000.c (rs6000_emit_move): Use
5619 ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
5621 (init_cumulative_args): Ditto.
5622 (rs6000_function_arg_boundary): Ditto.
5623 (rs6000_function_arg_advance_1): Ditto.
5624 (rs6000_function_arg): Ditto.
5625 (rs6000_function_ok_for_sibcall): Ditto.
5626 (emit_frame_save): Ditto.
5627 (rs6000_function_value): Ditto.
5628 (rs6000_libcall_value): Ditto.
5630 2011-05-10 Joseph Myers <joseph@codesourcery.com>
5632 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
5633 i386/darwin-lib.h to $libgcc_tm_file.
5634 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
5636 2011-05-10 Joseph Myers <joseph@codesourcery.com>
5638 * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
5640 2011-05-10 Joseph Myers <joseph@codesourcery.com>
5642 * config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New files.
5643 * config/rs6000/rs6000-tables.opt: New file (generated).
5644 * config.gcc (powerpc*-*-*, rs6000*-*-*): Add
5645 rs6000/rs6000-tables.opt to extra_options.
5646 * config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
5647 * config/rs6000/rs6000.c (rs6000_select): Remove.
5648 (processor_target_table): Move contents to rs6000-cpus.def.
5649 (darwin_rs6000_override_options): Check
5650 global_options_set.x_rs6000_cpu_index instead of
5651 rs6000_select[1].string.
5652 (rs6000_option_override_internal): Likewise.
5653 (rs6000_handle_option): Don't assert that global structures are in
5654 use. Don't handle OPT_mcpu_ and OPT_mtune_ here.
5655 (rs6000_default_cpu): New variable.
5656 (rs6000_file_start): Set it instead of local default_cpu. Check
5657 rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
5658 global_options_set.x_rs6000_tune_index instead of rs6000_select.
5659 (rs6000_darwin_file_start): Check rs6000_default_cpu and
5660 global_options_set.x_rs6000_cpu_index instead of rs6000_select.
5661 * config/rs6000/rs6000.h (struct rs6000_cpu_select,
5662 rs6000_select): Remove.
5663 * config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
5665 (mcpu=, mtune=): Use Var, Init, Enum and Save.
5666 * config/rs6000/t-rs6000
5667 ($(srcdir)/config/rs6000/rs6000-tables.opt): New.
5668 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
5669 global_options_set.x_rs6000_cpu_index instead of
5670 rs6000_select[1].string.
5671 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
5672 global_options_set.x_rs6000_cpu_index instead of
5673 rs6000_select[1].string.
5675 2011-05-10 Joseph Myers <joseph@codesourcery.com>
5677 * config.gcc (libgcc_tm_file): Define instead of including files
5678 from ../../libgcc/config/ in tm_file.
5679 * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Define.
5680 * configure: Regenerate.
5681 * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
5682 libgcc_tm.h, cs-libgcc_tm.h): New.
5683 (TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
5684 (clean): Remove libgcc_tm.h.
5685 * config/arm/symbian.h (RENAME_LIBRARY): Remove.
5686 * mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
5687 * system.h (DECLARE_LIBRARY_RENAMES): Poison.
5689 2011-05-10 Georg-Johann Lay <avr@gjlay.de>
5692 * config/avr/avr.c (avr_ret_register): Return unsigned int
5694 (avr_function_value): Mark fn_decl_or_type as unused, don't pass
5695 it to avr_libcall_value.
5696 avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
5698 (avr_expand_binop_builtin): Ditto.
5699 (avr_expand_unop_builtin): Ditto.
5701 2011-05-10 DJ Delorie <dj@redhat.com>
5703 * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
5704 (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
5705 * config/rx/rx.c (rx_align_for_label): Add label and
5706 uses_threshold parameters. Do not align when the label is not
5708 * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
5710 2011-05-10 Richard Guenther <rguenther@suse.de>
5712 * tree-ssa-forwprop.c (combine_conversions): Pattern-match
5713 a series of conversions and apply foldings similar to what
5715 (tree_ssa_forward_propagate_single_use_vars): Call it.
5717 2011-05-10 Jakub Jelinek <jakub@redhat.com>
5719 PR tree-optimization/48611
5720 PR tree-optimization/48794
5721 * tree-eh.c (remove_unreachable_handlers): Don't remove regions
5722 referenced from RESX or EH_DISPATCH arguments.
5725 * dfp.c (decimal_to_decnumber): Handle conversion from
5726 dconst{1,2,m1,half}.
5728 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
5730 * config/i386/i386.c (ix86_autovectorize_vector_sizes): Return 0
5731 for !flag_prefer_avx128.
5732 (ix86_preferred_simd_mode): Return word_mode for DFmode without SSE2.
5734 2011-05-09 Eric Botcazou <ebotcazou@adacore.com>
5736 * fold-const.c (fold_range_test): Pass LOC to build_range_check.
5737 (fold_ternary_loc): Use expr_location_or.
5739 2011-05-09 H.J. Lu <hongjiu.lu@intel.com>
5742 * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: If
5743 POINTERS_EXTEND_UNSIGNED is defined, don't give up if mode is
5744 Pmode and mem_mode is not VOIDmode.
5746 2011-05-09 Ville Voutilainen <ville.voutilainen@gmail.com>
5748 * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
5749 TYPE_QUAL_RESTRICT): Convert to enum.
5751 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
5753 * config/i386/predicates.md (const_pow2_1_to_2_operand): Remove.
5754 (const_pow2_1_to_8_operand): Ditto.
5755 (const_pow2_1_to_128_operand): Ditto.
5756 (const_pow2_1_to_32768_operand): Ditto.
5757 * config/i386/mmx.md (*mmx_pinsrw): Use const_int_operand instead of
5758 const_pow2_1_to_8_operand for operand 3 predicate. Use exact_log2
5759 in insn constraint to check integer value of operand 3.
5760 * config/i386/sse.md (*vec_setv4sf_sse4_1): Ditto.
5762 (PINSR_MODE): New mode iterator.
5763 (sse2p4_1): New mode attribute.
5764 (<sse2p4_1>_pinsr<ssemodesuffix>): Merge insn from sse4_1_pinsrb,
5765 sse2_pinsrw, sse4_1_pinsrd and sse4_1_pinsrq using PINSR_MODE mode
5766 iterator. Use const_int_operand instead of
5767 const_pow2_1_to_{2,8,128,32768}_operand for operand 3 predicate. Use
5768 exact_log2 in insn constraint to check integer value of operand 3.
5770 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
5772 * config/i386/sse.md (blendbits): Remove mode attribute.
5773 (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
5774 instead of const_0_to_<blendbits>_operand for operand 3 predicate.
5775 Check integer value of operand 3 in insn constraint.
5777 2011-05-09 Richard Guenther <rguenther@suse.de>
5779 * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
5781 (lto_symtab_merge): Likewise. Do not register types here.
5782 (lto_symtab_merge_decls_2): Likewise.
5783 (lto_symtab_merge_decls_1): Likewise.
5784 * gimple.h (enum gtc_mode, gimple_types_compatible_p): Do not declare.
5785 * gimple.c (enum gtc_mode): Declare.
5786 (gimple_types_compatible_p): Make static.
5788 2011-05-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5790 * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
5791 temporary register to match Pmode.
5793 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
5795 * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
5796 and *vec_concatv4si_1_avx.
5798 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
5800 PR rtl-optimization/48927
5801 * ira-conflicts.c (commutative_constraint_p): Use
5802 recog_data.alternative_enabled_p to disable alternatives where
5803 "enabled" attribute is false.
5804 (get_dup_num): Ditto.
5805 * ira-lives.c (single_reg_class): Ditto.
5806 (ira_implicitly_set_insn_hard_regs): Ditto.
5808 2011-05-09 Eric Botcazou <ebotcazou@adacore.com>
5810 * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
5811 (dataflow_set_preserve_mem_locs): Likewise.
5813 2011-05-09 Philipp Thomas <pth@suse.de>
5815 * config/mep/mep.c (mep_validate_vliw): Syntax description
5816 should not be translated.
5818 2011-05-09 Joseph Myers <joseph@codesourcery.com>
5820 * config/mips/genopt.sh, config/mips/mips-cpus.def: New files.
5821 * config/mips/mips-tables.opt: New file (generated).
5822 * config.gcc (mips*-*-*): Add mips/mips-tables.opt to extra_options.
5823 * config/mips/mips-opts.h (MIPS_ARCH_OPTION_FROM_ABI,
5824 MIPS_ARCH_OPTION_NATIVE): Define.
5825 * config/mips/mips.c (mips_cpu_info_table): Move contents to
5827 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p,
5828 mips_parse_cpu): Remove.
5829 (mips_cpu_info_from_opt, mips_default_arch): New.
5830 (mips_handle_option): Don't assert that global structures are in
5831 use. Don't handle OPT_march_, OPT_mtune_ and OPT_mips here.
5832 (mips_option_override): Use new variables and functions to set
5833 state of these options. Use strcmp to check for individual CPU names.
5834 * config/mips/mips.h (MIPS_CPU_STRING_DEFAULT): Remove default
5836 * config/mips/mips.opt (march=): Use ToLower and Enum.
5837 (mips): Use ToLower, Enum and Var.
5838 (mtune=): Use ToLower and Enum.
5839 * config/mips/t-mips ($(srcdir)/config/mips/mips-tables.opt): New.
5841 2011-05-08 Jan Hubicka <jh@suse.cz>
5843 * gimple.c (type_pair_hash, type_pair_eq, lookup_type_pair):
5844 Arrange type pairs to be UID ordered.
5845 (gimple_lookup_type_leader): Make inline.
5847 2011-05-09 Nick Clifton <nickc@redhat.com>
5850 * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
5854 * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
5857 2011-05-08 Chung-Lin Tang <cltang@codesourcery.com>
5859 * combine.c (simplify_comparison): Abstract out parts into...
5860 (simplify_compare_const): ... new function.
5861 (try_combine): Generalize parallel arithmetic/compare combining
5862 to call simplify_compare_const() and CANONICALIZE_COMPARE().
5864 2011-05-08 Jan Hubicka <jh@suse.cz>
5866 * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
5867 (cgraph_create_virtual_clone): Call hooks once virtual clone
5869 * cgraph.h (cgraph_clone_node): Update prototype.
5870 * ipa-cp.c (ipcp_estimate_growth): Use
5871 estimate_ipcp_clone_size_and_time.
5872 * ipa-inline-transform.c (clone_inlined_nodes): Update.
5873 * lto-cgraph.c (input_node): Update.
5874 * ipa-inline.c (recursive_inlining): Update.
5875 * ipa-inline.h (estimate_ipcp_clone_size_and_time): New function.
5876 (evaluate_conditions_for_known_args): Break out from ...
5877 (evaluate_conditions_for_edge): ... here.
5878 (evaluate_conditions_for_ipcp_clone): New function.
5879 (inline_node_duplication_hook): Update clone summary based
5881 (estimate_callee_size_and_time): Rename to ...
5882 (estimate_node_size_and_time): take NODE instead of EDGE;
5883 take POSSIBLE_TRUTHS as argument.
5884 (estimate_callee_size_and_time): Update.
5885 (estimate_ipcp_clone_size_and_time): New function.
5886 (do_estimate_edge_time): Update.
5888 2011-05-08 Richard Guenther <rguenther@suse.de>
5892 * expmed.c (expand_shift_1): Compute adjusted constant shift
5895 2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
5897 * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
5899 2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
5901 * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
5903 2011-05-08 Jonathan Wakely <jwakely.gcc@gmail.com>
5905 * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
5907 2011-05-07 Jan Hubicka <jh@suse.cz>
5909 * ipa-inline-transform.c (inline_call): Account when program size
5911 * ipa-inline.c (relative_time_benefit): New function.
5912 (edge_badness): Reorganize to be power 2 based; fix thinko when
5913 computing badness for negative growth; update comments to match
5914 reality; better dumps.
5916 2011-05-07 Eric Botcazou <ebotcazou@adacore.com>
5918 * langhooks.h (lang_hooks_for_types): Change global_bindings_p's return
5919 type to bool and adjust comment.
5920 * fold-const.c (fold_range_test): Adjust call to global_bindings_p.
5921 (fold_mathfn_compare): Remove calls to global_bindings_p.
5922 (fold_inf_compare): Likewise.
5923 * stor-layout.c (variable_size): Adjust call to global_bindings_p.
5924 * c-tree.h (global_bindings_p): Adjust prototype.
5925 * c-decl.c (global_bindings_p): Return bool and simplify.
5927 2011-05-07 Zdenek Dvorak <ook@ucw.cz>
5929 PR tree-optimization/48837
5930 * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
5931 when accumulator transformation is performed.
5933 2011-05-06 Jan Hubicka <jh@suse.cz>
5935 * i386.h (ix86_tune_indices): Add
5936 X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
5937 (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macro.
5938 * i386.c (initial_ix86_tune_features): Add
5939 X86_SOFTARE_PREFETCHING_BENEFICIAL.
5940 (software_prefetching_beneficial_p): Remove predicate.
5941 (ix86_option_override_internal): Use new macro.
5943 2011-05-06 Jan Hubicka <jh@suse.cz>
5945 * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
5947 2011-05-06 Jan Hubicka <jh@suse.cz>
5949 * cgraph.c (cgraph_add_thunk): Create real function node instead
5950 of alias node; finalize it and mark needed/reachale; arrange visibility
5951 to be right and add it into the corresponding same comdat group list.
5952 (dump_cgraph_node): Dump thunks.
5953 * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
5954 cgraph_function_with_gimple_body_p,
5955 cgraph_first_function_with_gimple_body,
5956 cgraph_next_function_with_gimple_body): New functions.
5957 (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
5959 * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
5960 (ipcp_generate_summary): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
5961 * cgraphunit.c (cgraph_finalize_function): Only look into possible
5962 devirtualization when optimizing.
5963 (verify_cgraph_node): Verify thunks.
5964 (cgraph_analyze_function): Analyze thunks.
5965 (cgraph_mark_functions_to_output): Output thunks only in combination
5966 with function they are assigned to.
5967 (assemble_thunk): Turn thunk into non-thunk; don't try to turn
5968 alias into normal node.
5969 (assemble_thunks): New functoin.
5970 (cgraph_expand_function): Use it.
5971 * lto-cgraph.c (lto_output_node): Stream thunks.
5972 (input_overwrite_node): Stream in thunks.
5973 * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
5974 * lto-streamer-out.c (lto_output): Do not try to output thunk's body.
5975 * ipa-inline.c (inline_small_functions): Use FOR_EACH_DEFINED_FUNCTION.
5976 * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
5977 (inline_analyze_function): Do not care about thunk jump functions.
5978 (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
5979 * ipa-prop.c (ipa_prop_write_jump_functions): Use
5980 cgraph_function_with_gimple_body_p.
5981 * passes.c (do_per_function_toporder): Use
5982 cgraph_function_with_gimple_body_p.
5983 (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
5984 (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
5985 (function_called_by_processed_nodes_p): Likewise.
5987 2011-05-06 Joseph Myers <joseph@codesourcery.com>
5989 * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
5990 rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
5992 (mabi=): Replace with separate entries for mabi=altivec,
5993 mabi=no-altivec, mabi=spe, mabi=no-spe, mabi=d64, mabi=d32,
5994 mabi=ieeelongdouble and mabi=ibmlongdouble.
5995 * config/rs6000/rs6000.c (rs6000_option_override_internal): Move
5996 check for -mabi=spe without SPE ABI support here.
5997 (rs6000_handle_option): Replace OPT_mabi_ handling with
5998 OPT_mabi_altivec and OPT_mabi_spe handling.
6000 2011-05-06 Cary Coutant <ccoutant@google.com>
6002 * dwarf2out.c (contains_subprogram_definition): New function.
6003 (should_move_die_to_comdat): Call it.
6005 2011-05-06 Jeff Law <law@redhat.com>
6007 * tree-ssa-threadupdate.c (create_block_for_threading): Do not call
6008 remove_ctrl_stmt_and_useless_edges.
6009 (create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
6010 (fixup_template_block, thread_single_edge): Likewise.
6011 (mark_threaded_blocks): Use THREAD_TARGET.
6013 2011-05-06 Alan Modra <amodra@gmail.com>
6016 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
6017 const0_rtx as the arg to the dummy __tls_get_addr libcall.
6019 2011-05-06 Uros Bizjak <ubizjak@gmail.com>
6021 * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
6022 constraint modifier to "r".
6024 2011-05-06 Joseph Myers <joseph@codesourcery.com>
6026 * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
6027 fall through for OPT_mcmodel_.
6029 2011-05-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6031 * config/s390/s390.c (s390_asm_trampoline_template): Comment
6033 (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
6035 2011-05-06 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
6038 * config/arm/arm.opt (marm): Document it.
6039 (mthumb): Reject negative variant.
6041 2011-05-06 Uros Bizjak <ubizjak@gmail.com>
6044 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
6045 Fix typo in "ccvt" variable name.
6047 2011-05-06 Tristan Gingold <gingold@adacore.com>
6050 * config/vms/vms-ar.c (main): Remove cwd variable.
6052 2011-05-06 Jakub Jelinek <jakub@redhat.com>
6055 * var-tracking.c (prepare_call_arguments): Move else before #endif.
6057 2011-05-05 Nathan Froyd <froydnj@codesourcery.com>
6059 * except.c (sjlj_emit_dispatch_table): Call build_case_label.
6060 * gimplify.c (gimplify_switch_expr): Likewise.
6061 * omp-low.c (expand_omp_sections): Likewise.
6062 * tree-eh.c (lower_try_finally_switch): Likewise.
6063 (lower_eh_dispatch): Likewise.
6064 * tree.h (build_case_label): Declare.
6065 * tree.c (build_case_label): Define.
6067 2011-05-05 Jason Merrill <jason@redhat.com>
6070 * tree-inline.c (copy_tree_r): Use copy_statement_list.
6071 (copy_statement_list): Don't recurse.
6072 * stor-layout.c (copy_self_referential_tree_r): Don't allow
6075 2011-05-05 Joseph Myers <joseph@codesourcery.com>
6077 * config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
6078 through from -mfpu= handling.
6079 * config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
6081 2011-05-05 Bernd Schmidt <bernds@codesourcery.com>
6083 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
6086 2011-05-05 Steve Ellcey <sje@cup.hp.com>
6088 * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
6090 (hppa[12]*-*-hpux11*): Ditto.
6091 (ia64*-*-hpux*): Add ia64/hpux-unix2003.h to tm_file.
6092 * config/ia64/hpux-unix2003.h: New.
6093 * config/pa/pa-hpux1131.opt: New.
6094 * config/pa/pa-hpux1131.h: New.
6095 * config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
6096 * config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
6097 * config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
6099 2011-05-05 Jakub Jelinek <jakub@redhat.com>
6102 * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
6103 instead of mode as 3rd argument to recursive call.
6104 (mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
6105 emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
6107 (mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
6108 don't give up if mode is Pmode and mem_mode is not VOIDmode.
6109 (mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
6110 use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.
6112 2011-05-05 Julian Brown <julian@codesourcery.com>
6114 * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
6115 parenthesis in D-register case.
6117 2011-05-05 Joseph Myers <joseph@codesourcery.com>
6119 * opt-functions.awk (var_type_struct): Handle Enum options.
6120 * optc-gen.awk: Don't check range of variables of character type.
6121 * config/rs6000/rs6000.c (rs6000_sched_insert_nops_str,
6122 rs6000_sched_costly_dep_str, rs6000_recip_name, rs6000_abi_name,
6123 rs6000_sdata_name, rs6000_explicit_options): Remove.
6124 (rs6000_option_override_internal): Check for -malign-power here.
6125 Use global_options_set instead of rs6000_explicit_options.
6126 (rs6000_parse_fpu_option): Remove.
6127 (rs6000_handle_option): Access variables via opts and opts_set
6128 pointers. Use error_at and warning_at. Add fall-through
6129 comments. Don't handle OPT_mcmodel_, OPT_maix_struct_return,
6130 OPT_msvr4_struct_return, OPT_mvrsave, OPT_mspe, OPT_mcall_,
6131 OPT_msdata_, OPT_mtls_size_, OPT_mtraceback_, OPT_mfloat_gprs_,
6132 OPT_msched_costly_dep_, OPT_malign_ or OPT_mrecip_ explicitly
6133 here. Don't use rs6000_parse_fpu_option.
6134 * config/rs6000/rs6000.h (fpu_type): Remove declaration.
6135 * config/rs6000/rs6000.opt (rs6000_long_double_type_size,
6136 rs6000_spe, rs6000_float_gprs): Remove TargetVariable entries.
6138 (mspe): Use Var and Save.
6139 (mtraceback=): Use Enum and Var.
6140 (rs6000_traceback_type): New Enum and EnumValue entries.
6141 (mfloat-gprs=): Use Enum, Var and Save.
6142 (rs6000_float_gprs): New Enum and EnumValue entries.
6143 (mlong-double-): use Var and Save.
6144 (msched-costly-dep=, minsert-sched-nops=): Use Var.
6145 (malign-): Use Enum and Var.
6146 (rs6000_alignment_flags): New Enum and EnumValue entries.
6148 (fpu_type_t): New Enum and EnumValue entries.
6149 * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Use
6150 global_options_set instead of rs6000_explicit_options.
6151 * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Use
6152 global_options_set instead of rs6000_explicit_options.
6153 * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Use
6154 global_options_set instead of rs6000_explicit_options.
6155 * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Use
6156 global_options_set instead of rs6000_explicit_options.
6157 * config/rs6000/e500-double.h (SUB3TARGET_OVERRIDE_OPTIONS): Use
6158 global_options_set instead of rs6000_explicit_options.
6159 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
6160 global_options_set instead of rs6000_explicit_options.
6161 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Remove commented-out
6163 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
6164 global_options_set instead of rs6000_explicit_options.
6165 * config/rs6000/linux64.opt (mcmodel=): Use Enum and Var.
6166 (rs6000_cmodel): New Enum and EnumValue entries.
6167 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
6168 global_options_set instead of rs6000_explicit_options.
6169 * config/rs6000/sysv4.opt (mcall-, msdata=): Use Var.
6170 (mtls-size=): Use Enum and Var.
6171 (rs6000_tls_size): New Enum and EnumValue entries.
6173 2011-05-05 Michael Matz <matz@suse.de>
6175 * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
6176 * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
6177 * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
6178 * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
6179 * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
6180 * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
6181 * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
6182 * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
6183 * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
6184 * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
6185 * config/i386/gnu-user.h (ENDFILE_SPEC): Add Ofast.
6186 * config/i386/gnu-user64.h (ENDFILE_SPEC): Add Ofast.
6187 * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
6188 * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
6189 * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
6190 * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
6192 2011-05-05 Richard Guenther <rguenther@suse.de>
6194 * expmed.c (expand_variable_shift): Rename to ...
6195 (expand_shift_1): ... this. Take an expanded shift amount.
6196 For rotates recurse directly not building trees for the shift amount.
6197 (expand_variable_shift): Wrap around expand_shift_1.
6198 (expand_shift): Adjust.
6200 2011-05-05 Jakub Jelinek <jakub@redhat.com>
6202 * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
6204 2011-05-05 Eric Botcazou <ebotcazou@adacore.com>
6206 * tree.h (get_pending_sizes): Remove prototype.
6207 (put_pending_size): Likewise.
6208 (put_pending_sizes): Likewise.
6209 * stor-layout.c (pending_sizes): Delete.
6210 (get_pending_sizes): Likewise.
6211 (put_pending_size): Likewise.
6212 (put_pending_sizes): Likewise.
6213 (variable_size): Do not call put_pending_size and tidy up.
6214 * function.h (struct function): Remove dont_save_pending_sizes_p.
6215 * lto-streamer-in.c (input_function): Do not stream it.
6216 * lto-streamer-out.c (output_function): Likewise.
6217 * tree-inline.c (initialize_cfun): Do not copy it.
6218 * c-decl.c (store_parm_decls): Do not set it.
6219 * omp-low.c (create_task_copyfn): Likewise.
6220 * tree-optimize.c (tree_rest_of_compilation): Likewise.
6222 2011-05-05 Uros Bizjak <ubizjak@gmail.com>
6224 * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
6226 (*movdf_internal): Ditto.
6227 (*movdf_internal_nointeger): Ditto.
6228 (*movsf_internal): Ditto.
6230 2011-05-05 Joseph Myers <joseph@codesourcery.com>
6232 * c-decl.c (finish_decl): Don't call get_pending_sizes.
6233 (grokparm): Add parameter expr. Pass it to grokdeclarator.
6234 (push_parm_decl): Add parameter expr. Pass it to grokdeclarator.
6235 (c_variable_size): Remove.
6236 (grokdeclarator): Use save_expr instead of c_variable_size. Don't
6237 call put_pending_sizes.
6238 (get_parm_info): Add parameter expr. Use it to set
6239 arg_info->pending_sizes.
6240 (store_parm_decls): Use arg_info->pending_sizes instead or calling
6242 * c-parser.c (c_parser_parms_declarator): Update call to
6243 c_parser_parms_list_declarator.
6244 (c_parser_parms_list_declarator): Take parameter expr. Update
6245 call to push_parm_decl. Update recursive call. Don't call
6246 get_pending_sizes. Update calls to get_parm_info.
6247 (c_parser_objc_method_definition): Update calls to
6248 c_parser_objc_method_decl and objc_start_method_definition.
6249 (c_parser_objc_methodproto): Update call to c_parser_objc_method_decl.
6250 (c_parser_objc_method_decl): Add parameter expr. Update call to
6252 (c_parser_objc_try_catch_finally_statement): Update call to grokparm.
6253 * c-tree.h (struct c_arg_info.pending_sizes): Change to a tree.
6254 (get_parm_info, grokparm, push_parm_decl): Update prototypes.
6256 2011-05-05 Michael Hope <michael.hope@linaro.org>
6259 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
6262 2011-05-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6264 * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
6265 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
6266 (spu_output_mi_thunk): New function.
6268 2011-05-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6270 * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
6271 targetm.asm_out.print_operand.
6272 * config/sol2.c: Include target.h.
6274 2011-05-04 Jan Hubicka <jh@suse.cz>
6276 * ipa-inline.c (reset_edge_caches): New function.
6277 (update_caller_keys): Add check_inlinablity_for; do not
6278 reset edge caches; remove now unnecesary loop.
6279 (update_callee_keys): Add comments; reset node_growth_cache of callee.
6280 (update_all_callee_keys): Likewise.
6281 (inline_small_functions): Sanity check cache; update code
6284 2011-05-04 Bernd Schmidt <bernds@codesourcery.com>
6286 PR rtl-optimization/47612
6287 * df-problems.c (can_move_insns_across): Don't pick a cc0 setter
6288 as the last insn of the sequence to be moved.
6290 2011-05-04 Tobias Burnus <burnus@net-b.de>
6293 * doc/invoke.texi (Ofast): Document that it
6294 enables Fortran's -fno-protect-parens.
6296 2011-05-04 Uros Bizjak <ubizjak@gmail.com>
6298 * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
6300 2011-05-04 Eric Botcazou <ebotcazou@adacore.com>
6302 * stor-layout.c (variable_size): Do not issue errors.
6304 2011-05-04 Richard Guenther <rguenther@suse.de>
6306 * coverage.c (tree_coverage_counter_ref): Use integer_type_node
6307 for array-ref indices.
6308 (tree_coverage_counter_addr): Likewise.
6309 (build_fn_info_type): Use size_int for index types.
6310 (build_gcov_info): Likewise.
6312 2011-05-04 Richard Guenther <rguenther@suse.de>
6314 * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
6316 * c-typeck.c (really_start_incremental_init): Use bitsize_int
6317 for constructor indices.
6318 (push_init_level): Likewise.
6320 2011-05-04 Richard Guenther <rguenther@suse.de>
6322 * explow.c (promote_mode): Move variable declarations before code.
6324 2011-05-04 Nathan Froyd <froydnj@codesourcery.com>
6326 * tree.h (build_function_type_array): Declare.
6327 (build_varargs_function_type_array): Declare.
6328 (build_function_type_vec, build_varargs_function_type_vec): Define.
6329 * tree.c (build_function_type_array_1): New function.
6330 (build_function_type_array): New function.
6331 (build_varargs_function_type_array): New function.
6333 2011-05-04 Richard Sandiford <richard.sandiford@linaro.org>
6335 * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
6336 before setting STMT_VINFO_TYPE.
6338 2011-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6340 * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
6341 instead of spu_pass_by_reference.
6343 2011-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6345 * calls.c (emit_library_call_value_1): Invoke
6346 promote_function_mode hook on libcall arguments.
6347 * explow.c (promote_function_mode, promote_mode): Handle TYPE
6348 argument being NULL.
6349 * targhooks.c (default_promote_function_mode): Lisewise.
6350 * config/s390/s390.c (s390_promote_function_mode): Likewise.
6351 * config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
6353 * doc/tm.texi: Document that TYPE argument might be NULL.
6355 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
6357 * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
6359 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
6362 * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
6364 2011-05-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6366 * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
6367 (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
6369 * mips-tfile.c: ... here.
6370 Don't include coretypes.h, tm.h, filenames.h.
6371 (saber_stop): Remove definition and all calls.
6372 [__SABER__]: Remove.
6373 (__LINE__): Remove default.
6374 (Size_t, Ptrdiff_t): Remove definitions.
6375 Replace by size_t, ptrdiff_t.
6376 [!MIPS_DEBUGGING_INFO]: Remove.
6377 (SHASH_SIZE, THASH_SIZE): Remove defaults.
6378 (progname): Add const.
6380 Replace all uses by static.
6381 (ALIGN_SYMTABLE_OFFSET): Remove default.
6382 * mips-tdump.c: Don't include coretypes.h, tm.h.
6383 Remove !MIPS_IS_STAB guard.
6384 * Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
6385 $(TM_H), filenames.h dependencies.
6386 (mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
6388 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
6391 *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
6392 (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
6394 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
6397 * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
6398 account and save/restore RETS.
6399 (PROFILE_BEFORE_PROLOGUE): Define.
6400 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character. Correct
6401 the push insn to use predecrement.
6403 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
6406 * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
6408 2011-05-04 Nick Clifton <nickc@redhat.com>
6410 * config/mn10300/mn10300.c: Include cfgloop.h.
6412 (mn10300_insert_setlb_lcc): New function. Inserts a SETLB and a
6413 Lcc or a FLcc insn into the instruction stream.
6414 (mn10300_block_contains_call): New function. Returns true if the
6415 given basic block contains a CALL insn.
6416 (mn10300_loop_contains_call_insn): New function. Returns true if
6417 the given loop contains a CALL insn.
6418 (mn10300_scan_for_setlb_lcc): New function. Finds opportunities
6419 to use the SETLB and Lcc or FLcc insns.
6420 (mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
6421 (TARGET_FLAGS): Add MASK_ALLOW_SETLB.
6422 * config/mn10300/mn10300.opt (msetlb): New option. Used to
6423 disable the SETLB optimization.
6424 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
6425 __SETLB__ or __NO_SETLB__.
6426 * config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
6427 (movsf_internal): Handle MDR register.
6428 (cmpsi): Make visible.
6429 (setlb): New pattern.
6431 (FLcc): New pattern.
6433 2011-05-04 Uros Bizjak <ubizjak@gmail.com>
6436 * config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
6437 for reg<->xmm moves.
6438 * config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
6439 (vec_concatv2di_rex64_sse): Ditto.
6440 (*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
6441 (*vec_extractv2di_1_rex64): Ditto.
6444 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
6446 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
6448 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
6450 2011-05-04 Richard Guenther <rguenther@suse.de>
6452 * tree.h (int_const_binop): Remove notrunc argument.
6453 * fold-const.c (int_const_binop): Remove notrunc argument. Always
6454 create integer constants that are properly truncated.
6455 (extract_muldiv_1): Expand one notrunc int_const_binop caller.
6456 (const_binop): Remove zero notrunc argument to int_const_binop.
6457 (size_binop_loc): Likewise.
6458 (fold_div_compare): Likewise.
6459 (maybe_canonicalize_comparison_1): Likewise.
6460 (fold_comparison): Likewise.
6461 (fold_binary_loc): Likewise.
6462 (multiple_of_p): Likewise.
6463 * expr.c (store_constructor): Likewise.
6464 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
6465 (maybe_fold_stmt_addition): Likewise.
6466 * ipa-prop.c (ipa_modify_call_arguments): Likewise.
6467 * stor-layout.c (layout_type): Likewise.
6468 * tree-data-ref.c (tree_fold_divides_p): Likewise.
6469 * tree-sra.c (build_ref_for_offset): Likewise.
6470 (build_user_friendly_ref_for_offset): Likewise.
6471 * tree-ssa-address.c (maybe_fold_tmr): Likewise.
6472 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
6473 * tree-ssa-loop-niter.c (inverse): Likewise.
6474 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
6475 * tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
6476 * tree-switch-conversion.c (check_range): Likewise.
6477 (build_constructors): Likewise.
6478 * tree-vect-generic.c (expand_vector_piecewise): Likewise.
6479 * tree-vrp.c (set_and_canonicalize_value_range): Likewise.
6480 (extract_range_from_assert): Likewise.
6481 (vrp_int_const_binop): Likewise.
6482 (extract_range_from_binary_expr): Likewise.
6483 (extract_range_from_unary_expr): Likewise.
6484 (check_array_ref): Likewise.
6485 (find_case_label_range): Likewise.
6486 (simplify_div_or_mod_using_ranges): Likewise.
6487 * tree-cfg.c (group_case_labels_stmt): Use double-ints for
6488 comparing case labels for merging.
6490 2011-05-03 Mark Wielaard <mjw@redhat.com>
6492 * dwarf2out.c (debug_str_hash_forced): Removed.
6493 (gen_label_for_indirect_string): Removed.
6494 (get_debug_string_label): Removed.
6495 (AT_string_form): Generate label directly.
6496 (output_indirect_string): Test indirect_string_node for
6497 DW_FORM_strp instead of checking label and refcount.
6498 (prune_indirect_string): Removed.
6499 (prune_unused_types): Don't check debug_str_hash_forced or
6500 call prune_indirect_string.
6502 2011-05-04 Alexandre Oliva <aoliva@redhat.com>
6505 * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
6507 2011-05-04 Alexandre Oliva <aoliva@redhat.com>
6511 * combine.c (try_combine): Skip debug insns at m_split tests.
6513 2011-04-26 Mark Wielaard <mjw@redhat.com>
6516 * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
6517 when info_section_emitted.
6519 2011-05-03 Joseph Myers <joseph@codesourcery.com>
6521 * config/mips/mips-opts.h: New.
6522 * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
6524 (mips_abi, mips_code_readable, mips_r10k_cache_barriee): Remove.
6525 (mips_handle_option): Don't handle OPT_mabi_, OPT_mcode_readable_
6526 or OPT_mr10k_cache_barrier_ here. Access mips_cache_flush_func
6528 * config/mips/mips.h (enum mips_code_readable_setting): Move to
6530 (mips_abi, mips_code_readable): Don't declare.
6531 * config/mips/mips.opt (config/mips/mips-opts.h): New HeaderInclude.
6532 (mabi=): Use Enum and Var.
6533 (mips_abi): New Enum and EnumValue entries.
6534 (mcode-readable=): Use Enum and Var.
6535 (mips_code_readable_setting): New Enum and EnumValue entries.
6536 (mr10k-cache-barrier=): Use Enum and Var.
6537 (mips_r10k_cache_barrier_setting): New Enum and EnumValue entries.
6539 2011-05-03 Jan Hubicka <jh@suse.cz>
6541 * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;
6542 replace hash by pointer map.
6543 (cgraph_node_set_element_def, cgraph_node_set_element,
6544 const_cgraph_node_set_element, varpool_node_set_element_def,
6545 varpool_node_set_element, const_varpool_node_set_element): Remove.
6546 (free_cgraph_node_set, free_varpool_node_set): New function.
6547 (cgraph_node_set_size, varpool_node_set_size): Use vector size.
6548 * tree-emutls.c: Free varpool node set.
6549 * ipa-utils.c (cgraph_node_set_new, cgraph_node_set_add,
6550 cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
6551 debug_cgraph_node_set, free_cgraph_node_set, varpool_node_set_new,
6552 varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
6553 dump_varpool_node_set, free_varpool_node_set, debug_varpool_node_set):
6554 Move here from ipa.c; implement using pointer_map
6555 * ipa.c (cgraph_node_set_new, cgraph_node_set_add,
6556 cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
6557 debug_cgraph_node_set, varpool_node_set_new,
6558 varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
6559 dump_varpool_node_set, debug_varpool_node_set):
6560 Move to ipa-uitls.c.
6561 * passes.c (ipa_write_summaries): Update.
6563 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6565 From Mike Frysinger:
6566 * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
6567 bf542/bf544/bf547/bf548/bf549.
6569 2011-05-03 Uros Bizjak <ubizjak@gmail.com>
6571 * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
6573 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6576 * config/bfin/bfin.md (MOVCC): New mode_macro.
6577 (mov<mode>cc_insn1, mov<mode>cc_insn2, mov<mode>cc): Renamed from
6578 movsicc_insn1, movsicc_insn2 and movsicc and macroized. Remove
6579 comments from generated assembly.
6581 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6584 * config/bfin/t-bfin (LIB1ASMFUNCS): Add muldi3 and umulsi3_highpart.
6585 * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add muldi3.
6586 * config/bfin/t-bfin-linux (LIB1ASMFUNCS): Add muldi3.
6587 * config/bfin/t-bfin-uclinux (LIB1ASMFUNCS): Add muldi3.
6588 * config/bfin/lib1funcs.asm (___muldi3): New function.
6590 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6592 * config/stormy16/stormy16 (xstormy16_init_builtins): Call
6593 build_function_type_list instead of build_function_type.
6594 Rearrange initialization of `args' to do so.
6596 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6598 * config/i386/i386.c (ix86_code_end): Call build_function_type_list
6599 instead of build_function_type.
6601 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6603 * config/rs6000/rs6000.c (spe_init_builtins): Call
6604 build_function_type_list instead of build_function_type.
6605 (paired_init_builtins, altivec_init_builtins): Likewise.
6606 (builtin_function_type): Likewise.
6608 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6610 * config/sh/sh.c (sh_media_init_builtins): Call
6611 build_function_type_list instead of build_function_type.
6613 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6615 * config/sparc/sparc.c (sparc_file_end): Call
6616 build_function_type_list instead of build_function_type.
6618 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6620 * config/alpha/alpha.c (alpha_init_builtins): Call
6621 build_function_type_list instead of build_function_type.
6623 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6625 * config/xtensa/xtensa.c (xtensa_init_builtins): Call
6626 build_function_type_list instead of build_function_type.
6628 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6630 * config/iq2000/i2000.c (iq2000_init_builtins): Call
6631 build_function_type_list instead of build_function_type.
6632 Delete `endlink' variable.
6634 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6636 * config/avr/avr.c (avr_init_builtins): Call
6637 build_function_type_list instead of build_function_type.
6639 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6641 * config/picochip/picochip.c (picochip_init_builtins): Call
6642 build_function_type_list instead of build_function_type.
6643 Delete `endlink' variable.
6645 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6647 * config/bfin/bfin.c (bfin_init_builtins): Call
6648 build_function_type_list instead of build_function_type.
6650 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6653 * config/bfin/bfin.md (rotrsi, rotlsi): Don't take INTVAL of anything
6654 that's not CONST_INT. Seemingly redundant check is due to PR39768.
6656 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6659 * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
6660 libbffastfp overrides libgcc when -mfast-fp.
6662 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6664 Originally from Bernd Schmidt
6665 * config/bfin/uclinux.h (SUBTARGET_FDPIC_NOT_SUPPORTED): New macro.
6666 * config/bfin/bfin.c (override_options): Test it and error if
6669 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6671 Originally From Bernd Schmidt
6672 * config/bfin/bfin.c (override_options): Disable -fstack-limit for
6675 2011-05-03 Jeff Law <law@redhat.com>
6677 * tree-ssa-threadupdate.c (THREAD_TARGET): define.
6678 (remove_ctrl_stmt_and_useless_edges): Clear AUX field of outgoing edges.
6679 (craete_edge_and_update_destination_phis): Use THREAD_TARGET rather
6680 than accessing AUX field directly. Free the AUX field before
6682 (thread_block, thread_through_loop_header): Likewise.
6683 (thread_single_edge, mark_threaded_blocks): Likewise.
6684 (redirect_edges): Delay clearing the AUX field. Free the AUX field.
6685 (register_jump_thread): Do not attempt to thread to a NULL edge.
6687 2011-05-03 Bernd Schmidt <bernds@codesourcery.com>
6689 * function.c (init_function_start): Call decide_function_section.
6690 * varasm.c (decide_function_section): New function.
6691 (assemble_start_function): When not using
6692 flag_reorder_blocks_and_partition, don't compute in_cold_section_p
6693 or first_function_block_is_cold.
6694 * rtl.h (decide_function_section): Declare.
6696 2011-05-03 Uros Bizjak <ubizjak@gmail.com>
6697 Jakub Jelinek <jakub@redhat.com>
6700 * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
6701 only succeed if req_mode is the same as set_mode.
6703 2011-05-03 Bernd Schmidt <bernds@codesourcery.com>
6705 * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
6706 * genemit.c (gen_exp): Handle RETURN.
6707 * emit-rtl.c (verify_rtx_sharing): Likewise.
6708 (init_emit_regs): Create pc_rtx, ret_rtx and cc0_rtx specially.
6709 * rtl.c (copy_rtx): RETURN is shared.
6710 * rtl.h (enum global_rtl_index): Add GR_RETURN.
6712 * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
6713 * config/s390/s390.c (s390_emit_epilogue): Likewise.
6714 * config/rx/rx.c (gen_rx_rtsd_vector): Likewise.
6715 * config/cris/cris.c (cris_expand_return): Likewise.
6716 * config/m68k/m68k.c (m68k_expand_epilogue): Likewise.
6717 * config/rs6000/rs6000.c (rs6000_make_savres_rtx,
6718 rs6000_emit_epilogue, rs6000_output_mi_thunk): Likewise.
6719 * config/picochip/picochip.c (picochip_expand_epilogue): Likewise.
6720 * config/h8300/h8300.c (h8300_push_pop, h8300_expand_epilogue):
6722 * config/v850/v850.c (expand_epilogue): Likewise.
6723 * config/bfin/bfin.c (bfin_expand_call): Likewise.
6724 * config/arm/arm.md (epilogue): Likewise.
6725 * config/mn10300/mn10300.c (mn10300_expand_epilogue): Likewise.
6726 * config/sparc/sparc.c (sparc_struct_value_rtx): Rename ret_rtx
6727 variable to ret_reg.
6729 2011-05-03 Richard Guenther <rguenther@suse.de>
6732 * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
6733 Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
6734 * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
6736 2011-05-03 Richard Guenther <rguenther@suse.de>
6738 * c-decl.c (grokdeclarator): Instead of looking at
6739 TREE_OVERFLOW check if the constant fits in the index type.
6741 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
6743 * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
6744 (vec_store_lanes<mode><mode>): Likewise.
6746 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
6748 * doc/md.texi (vec_load_lanes, vec_store_lanes): Document.
6749 * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New
6750 convert_optab_index values.
6751 (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs.
6752 * genopinit.c (optabs): Initialize the new optabs.
6753 * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions.
6754 * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
6755 (expand_STORE_LANES): New functions.
6756 * tree.h (build_array_type_nelts): Declare.
6757 * tree.c (build_array_type_nelts): New function.
6758 * tree-vectorizer.h (vect_model_store_cost): Add a bool argument.
6759 (vect_model_load_cost): Likewise.
6760 (vect_store_lanes_supported, vect_load_lanes_supported)
6761 (vect_record_strided_load_vectors): Declare.
6762 * tree-vect-data-refs.c (vect_lanes_optab_supported_p)
6763 (vect_store_lanes_supported, vect_load_lanes_supported): New functions.
6764 (vect_transform_strided_load): Split out statement recording into...
6765 (vect_record_strided_load_vectors): ...this new function.
6766 * tree-vect-stmts.c (create_vector_array, read_vector_array)
6767 (write_vector_array, create_array_ref): New functions.
6768 (vect_model_store_cost): Add store_lanes_p argument.
6769 (vect_model_load_cost): Add load_lanes_p argument.
6770 (vectorizable_store): Try to use store-lanes functions for
6772 (vectorizable_load): Likewise load-lanes and loads.
6773 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update call
6774 to vect_model_store_cost.
6775 (vect_build_slp_tree): Likewise vect_model_load_cost.
6777 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
6779 * hooks.h (hook_bool_mode_uhwi_false): Declare.
6780 * hooks.c (hook_bool_mode_uhwi_false): New function.
6781 * target.def (array_mode_supported_p): New hook.
6782 * doc/tm.texi.in (TARGET_ARRAY_MODE_SUPPORTED_P): Add @hook.
6783 * doc/tm.texi: Regenerate.
6784 * stor-layout.c (mode_for_array): New function.
6785 (layout_type): Use it.
6786 * config/arm/arm.c (arm_array_mode_supported_p): New function.
6787 (TARGET_ARRAY_MODE_SUPPORTED_P): Define.
6789 2011-05-03 Eric Botcazou <ebotcazou@adacore.com>
6792 * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
6793 for -fstack-check if the size to allocate is negative.
6795 2011-05-02 Lawrence Crowl <crowl@google.com>
6797 * timevar.h (timevar_cond_start): Remove unused POP_TIMEVAR_AND_RETURN.
6798 (timevar_cond_start): New for starting a timer only when it is not
6800 (timevar_cond_stop): New for stopping a timer when it was not already
6803 * timevar.c (timevar_stop): Enable start/stop timers to start again.
6804 (timevar_cond_start): New as above.
6805 (timevar_cond_stop): New as above.
6807 * timevar.def: Add start/stop timers for compiler phases,
6808 TV_PHASE_SETUP, TV_PHASE_PARSING, TV_PHASE_DEFERRED, TV_PHASE_CGRAPH,
6809 TV_PHASE_DBGINFO (C), TV_PHASE_CHECK_DBGINFO (C++), TV_PHASE_GENERATE,
6810 and TV_PHASE_FINALIZE.
6811 Change push/pop timer TV_PARSE to TV_PARSE_GLOBAL.
6812 Add push/pop timers TV_PARSE_STRUCT, TV_PARSE_ENUM, TV_PARSE_FUNC,
6813 TV_PARSE_INLINE, TV_PARSE_INMETH, TV_TEMPLATE_INST.
6814 Change push/pop timer TV_NAME_LOOKUP into a start/stop timer.
6815 Make unused TV_OVERLOAD into a start/stop timer.
6817 Remove unused timers TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION.
6818 Mark the strings for TV_NAME_LOOKUP and TV_OVERLOAD with a "|"
6819 to indicate that they are start/stop timers.
6821 * toplev.c (compile_file): Change TV_PARSE to TV_PARSE_GLOBAL.
6822 Add start/stop timers TV_PHASE_PARSING and TV_PHASE_GENERATE.
6823 Move initialization to do_compile.
6824 (do_compile): Add initialization from above.
6825 Add start/stop timers TV_PHASE_SETUP and TV_PHASE_FINALIZE.
6827 * c-decl.c (c_write_global_declarations): Add start/stop of
6828 TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
6830 * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC
6831 or TV_PARSE_INLINE, as appropriate.
6832 (c_parser_enum_specifier): Push/pop TV_PARSE_ENUM.
6833 (c_parser_struct_or_union_specifier): Push/pop TV_PARSE_STRUCT.
6835 2011-05-02 Jason Merrill <jason@redhat.com>
6838 * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
6840 2011-05-02 Simon Martin <simartin@users.sourceforge.net>
6843 * c-decl.c (finish_decl): Only create a composite if the types are
6846 2011-05-02 Joseph Myers <joseph@codesourcery.com>
6848 * config/fr30/fr30-protos.h (Mmode): Don't define.
6849 * config/m32r/m32r-protos.h (Mmode): Don't define. Expand
6850 definition where used.
6851 * config/mn10300/mn10300-protos.h (Mmode, Cstar, Rclas): Don't
6852 define. Expand definitions where used.
6853 * config/rx/rx-protos.h (Mmode, Fargs, Rcode): Don't define.
6854 Expand definitions where used.
6855 * config/rx/rx.c (rx_is_legitimate_address, rx_function_arg_size,
6856 rx_function_arg, rx_function_arg_advance,
6857 rx_function_arg_boundary): Expand definitions of those macros.
6858 * config/v850/v850-protos.h (Mmode): Don't define. Expand
6859 definition where used.
6861 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
6863 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
6865 (*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
6866 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves. Merge
6867 with *movv2sf_internal_rex64_avx.
6868 (*movv2sf_internal): Merge with *movv2sf_internal_avx.
6869 * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
6870 Use %v prefix in insn mnemonic to handle TARGET_AVX.
6871 (*movdi_internal): Add "isa" attribute. Use "maybe_vex" instead of
6872 "vex" in "prefix" attribute calculation.
6873 (*movdf_internal): Output AVX mnemonics. Add "prefix" attribute.
6875 2011-05-02 Stuart Henderson <shenders@gcc.gnu.org>
6878 * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
6879 inputs match the output.
6881 2011-05-02 Andreas Schwab <schwab@linux-m68k.org>
6884 * config/m68k/m68k.c (m68k_expand_prologue): Set
6885 current_function_static_stack_size.
6887 2011-05-02 Jan Hubicka <jh@suse.cz>
6889 * lto-streamer.c (lto_streamer_cache_insert_1,
6890 lto_streamer_cache_lookup, lto_streamer_cache_create,
6891 lto_streamer_cache_delete): Use pointer map instead of hashtable.
6892 * lto-streamer.h (lto_streamer_cache_d): Turn node_map into pointer_map.
6894 2011-05-02 Joseph Myers <joseph@codesourcery.com>
6896 * config/m68k/genopt.sh, config/m68k/m68k-isas.def,
6897 config/m68k/m68k-microarchs.def, config/m68k/m68k-opts.h,
6898 config/m68k/t-opts: New files.
6899 * config/m68k/m68k-tables.opt: New file (generated).
6900 * config.gcc (fido-*-*, m68k-*-*): Add m68k/m68k-tables.opt to
6901 extra_options and m68k/t-opts to tmake_file.
6902 * config/m68k/m68k.c (m68k_library_id_string): More to m68k.opt.
6903 (all_isas): Initialize using m68k-isas.def.
6904 (all_microarchs): Initialize using m68k-microarchs.def.
6905 (m68k_find_selection): Remove.
6906 (m68k_handle_option): Don't assert that global structures are in
6907 use. Use error_at. Access variables via opts pointer. Don't
6908 handle -march=, -mcpu= and -mtune= here. Set gcc_options fields
6909 directly for -m68020-40 and -m68020-60.
6910 (m68k_option_override): Set m68k_arch_entry, m68k_cpu_entry and
6911 m68k_tune_entry here.
6912 * config/m68k/m68k.h (enum uarch_type, enum target_device): Move
6914 (m68k_library_id_string): Remove declaration.
6915 * config/m68k/m68k.opt (config/m68k/m68k-opts.h): New HeaderInclude.
6916 (m68k_library_id_string): New Variable.
6917 (march=, mcpu=, mtune=): Use Enum and Var.
6919 2011-05-02 Richard Guenther <rguenther@suse.de>
6921 * varasm.c (output_constructor_regular_field): Compute zero-based
6922 index with double-ints. Make sure to ICE instead of producing
6924 * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
6925 in asserts. Properly use a signed type.
6927 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
6929 * config/i386/sse.md (V): New mode iterator.
6930 (V_128): Rename from SSEMODE. Make V2DF mode conditional on
6932 (V_256): Rename from AVX256MODE.
6933 (VF): Make V4SF mode unconditional. Add TARGET_SSE instruction
6934 condition to all users.
6936 (VF2): Make V2DF mode unconditional. Add TARGET_SSE2 instruction
6937 condition to all users.
6938 (VF_128): Make V4SF mode unconditional.
6939 (VF_256): Rename from AVX256MODEF2P.
6940 (VI4F_128): Rename from SSEMODE4S.
6941 (VI8F_128): Rename from SSEMODE2D.
6942 (VI4F_256): Rename from AVX256MODE8P.
6943 (VI8F_256): Rename from AVX256MODE4P.
6944 (avxsizesuffix): Add V16HI, V4DI, V8HI and V2DI modes.
6945 (ssescalarmodesuffix): Remove SF and DF modes.
6946 (SSEMODE124): Remove.
6947 (SSEMODE1248): Ditto.
6948 (SSEMODEF2P): Ditto.
6949 (AVXMODEF2P): Ditto.
6950 (AVXMODEFDP): Ditto.
6951 (AVXMODEFSP): Ditto.
6952 (VEC_EXTRACT_MODE): Make V16QI, V8HI, V4SI, V2DI, V4SF and V2DF modes
6954 (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO. Make V4SF mode
6956 (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
6957 xop_pcmov_<mode>256. Use V mode iterator.
6959 Adjust RTX patterns globally for renamed mode attributes.
6961 2011-05-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6963 * haifa-sched.c (sched_emit_insn): Emit insn before first
6964 non-scheduled insn. Inform back-end about new insn. Add
6965 new insn to scheduled_insns list.
6967 2011-05-02 Richard Guenther <rguenther@suse.de>
6969 PR tree-optimization/48822
6970 * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
6971 (process_scc): Indicate which iteration we start.
6973 2011-05-02 Jan Hubicka <jh@suse.cz>
6975 * lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.h
6976 (lto_section_overrun): New.
6977 * lto-section-out.c (append_block): Rename to ...
6978 (lto_append_block): ... this one; export.
6979 (lto_output_1_stream): Move lto lto-streamer.h
6980 (lto_output_data_stream): Update.
6981 * lto-streamer.h (lto_section_overrun, lto_append_block): Declare.
6982 (lto_output_1_stream, lto_input_1_unsigned): Turn into inline
6985 2011-05-02 Richard Guenther <rguenther@suse.de>
6987 * tree.c (tree_code_counts): New global array.
6988 (record_node_allocation_statistics): Count individual tree codes.
6989 (dump_tree_statistics): Dump individual code stats.
6991 2011-05-01 Jan Hubicka <jh@suse.cz>
6993 * ipa-inline.c (caller_growth_limits): Fix thinko when
6994 looking for largest stack frame.
6995 * ipa-inline.h (dump_inline_summary): Declare.
6996 * ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
6998 (dump_inline_summary): Export.
6999 (debug_inline_summary): Declare as DEBUG_FUNCTION.
7001 2011-05-01 Anatoly Sokolov <aesok@post.ru>
7003 * reginfo.c (memory_move_cost): Change rclass argument type form
7004 'enum reg_class' to reg_class_t.
7005 * reload.h (memory_move_cost): Update prototype.
7006 * postreload.c reload_cse_simplify_set): Change type dclass var to
7008 * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
7010 (ira_allocate_and_set_costs): Change aclass argument type form
7011 'enum reg_class' to reg_class_t.
7012 * ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector):
7013 Change aclass argument type to reg_class_t.
7014 (update_conflict_hard_reg_costs): Change type aclass and pref vars
7016 * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
7017 memory_move_cost call.
7019 * config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
7020 'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
7021 Change type tmp var to reg_class_t.
7023 2011-04-30 Jan Hubicka <jh@suse.cz>
7025 * ipa-inline.c (can_inline_edge_p): Disregard limits when
7026 inlining into function with flatten attribute.
7027 (want_inline_small_function_p): Be more realistic about inlining
7028 cold calls where callee size grows.
7030 2011-04-30 Jan Hubicka <jh@suse.cz>
7032 * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
7035 2011-04-30 Anatoly Sokolov <aesok@post.ru>
7037 * config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
7038 PRINT_OPERAND_PUNCT_VALID_P): Remove.
7039 * config/sparc/sparc-protos.h (print_operand): Remove declaration.
7040 * config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
7041 TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
7042 (print_operand): Rename to...
7043 (sparc_print_operand): ...this. Make static. Adjust
7044 sparc_print_operand function call.
7045 (sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
7048 2011-04-30 Jan Hubicka <jh@suse.cz>
7051 * ipa-inline.c (early_inliner): Disable when doing late
7052 addition of function.
7054 2011-04-30 Jakub Jelinek <jakub@redhat.com>
7056 * dwarf2out.c (get_address_mode): New inline.
7057 (mem_loc_descriptor): Add MEM_MODE parameter, adjust recursive calls,
7058 if not dwarf_strict emit
7059 DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret} when
7060 desirable. Handle FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT,
7061 UNSIGNED_FLOAT, FIX and UNSIGNED_FIX. Just return NULL for
7062 FMA, STRICT_LOW_PART, CONST_VECTOR and CONST_FIXED.
7063 (dwarf2out_frame_debug_cfa_expression, reg_loc_descriptor,
7064 dw_loc_list_1, cst_pool_loc_descr, loc_list_from_tree): Adjust
7065 mem_loc_descriptor callers.
7066 (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
7067 output_loc_operands_raw, hash_loc_operands, compare_loc_operands):
7068 Handle DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
7069 DW_OP_GNU_deref_type, DW_OP_GNU_convert and DW_OP_GNU_reinterpret.
7070 (base_types): New variable.
7071 (get_base_type_offset, calc_base_type_die_sizes,
7072 base_type_for_mode, mark_base_types, base_type_cmp,
7073 move_marked_base_types): New functions.
7074 (calc_die_sizes): Assert that die_offset is 0 or equal to
7076 (loc_descriptor): Only handle here lowpart SUBREGs of REG, for
7077 others defer to mem_loc_descriptor. Adjust mem_loc_descriptor
7078 callers. If not dwarf_strict, call mem_loc_descriptor even for
7079 non-MODE_INT modes or MODE_INT modes larger than DWARF2_ADDR_SIZE.
7080 (gen_subprogram_die): Don't give up on call site parameters
7081 with non-integral or large integral modes. Adjust
7082 mem_loc_descriptor callers.
7083 (prune_unused_types): Call prune_unused_types_mark on base_types
7085 (resolve_addr): Call mark_base_types.
7086 (dwarf2out_finish): Call move_marked_base_types.
7088 PR tree-optimization/48809
7089 * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
7091 (gen_inbound_check): Don't compute index_expr - range_min in utype
7092 again, instead reuse SSA_NAME initialized in build_arrays.
7093 Remove two useless gsi_for_stmt calls.
7095 2011-04-29 Jeff Law <law@redhat.com>
7097 * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
7099 2011-04-29 Martin Jambor <mjambor@suse.cz>
7101 * cgraph.h (cgraph_postorder): Remove declaration.
7102 * ipa-utils.h (ipa_free_postorder_info): Declare.
7103 (ipa_reverse_postorder): Likewise.
7104 * cgraphunit.c: Include ipa-utils.h.
7105 (cgraph_expand_all_functions): Update call to ipa_reverse_postorder.
7106 * ipa-inline.c: Include ipa-utils.h.
7107 (ipa_inline): Update call to ipa_reverse_postorder.
7108 * ipa-pure-const.c (propagate_pure_const): Update call to
7109 ipa_reduced_postorder and ipa_print_order. Call
7110 ipa_free_postorder_info to clean up.
7111 (propagate_nothrow): Likewise.
7112 * ipa-reference.c (propagate): Removed a useless call to
7113 ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder
7114 and ipa_print_order. Call ipa_free_postorder_info to clean up.
7115 * ipa.c: Include ipa-utils.h.
7116 (ipa_profile): Update call to ipa_reverse_postorder.
7117 (cgraph_postorder): Moved to...
7118 * ipa-utils.c (ipa_reverse_postorder): ...here and renamed.
7119 (ipa_utils_print_order): Renamed to ipa_print_order.
7120 (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated
7122 (ipa_free_postorder_info): New function.
7123 * passes.c: Include ipa-utils.h.
7124 (do_per_function_toporder): Update call to ipa_reverse_postorder.
7125 (ipa_write_summaries): Likewise.
7126 * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies.
7127 (cgraphunit.o): Likewise.
7129 (ipa-inline.o): Likewise.
7131 2011-04-29 Jan Hubicka <jh@suse.cz>
7133 * gcc.dg/tree-ssa/inline-10.c: New testcase.
7134 * gcc.dg/tree-ssa/inline-9.c: Disable partial inlining.
7135 * ipa-inline.h (clause_t): Turn into unsigned int.
7136 * ipa-inline-analysis.c (add_clause): Do more simplification.
7137 (and_predicates): Shortcut more cases.
7138 (predicates_equal_p): Move forward; check that clauses are properly
7140 (or_predicates): Shortcut more cases.
7141 (edge_execution_predicate): Rewrite as...
7142 (set_cond_stmt_execution_predicate): ... this function; handle
7143 __builtin_constant_p.
7144 (set_switch_stmt_execution_predicate): New .
7145 (compute_bb_predicates): New.
7146 (will_be_nonconstant_predicate): Update TODO.
7147 (estimate_function_body_sizes): Use compute_bb_predicates
7148 and free them later, always try to estimate if stmt is constant.
7149 (estimate_time_after_inlining, estimate_size_after_inlining):
7150 Gracefully handle optimized out edges.
7151 (read_predicate): Fix off by one error.
7153 2011-04-29 Nicola Pero <nicola.pero@meta-innovation.com>
7155 * Makefile.in (ENABLE_MAINTAINER_RULES): New.
7157 2011-04-27 Xinliang David Li <davidxl@google.com>
7159 * tree-profile.c (init_ic_make_global_vars): Set
7160 tls attribute on ic vars.
7161 * coverage.c (coverage_end_function): Initialize
7162 function_list with zero.
7164 2011-04-29 Richard Guenther <rguenther@suse.de>
7166 * builtins.c (fold_builtin_classify_type): Use integer_type_node
7167 for the type of the result.
7168 (fold_builtin_isascii): Likewise.
7169 (fold_builtin_toascii): Use integer_type_node where appropriate.
7170 (fold_builtin_logb): Likewise.
7171 (fold_builtin_frexp): Likewise.
7172 (fold_builtin_strstr): Likewise.
7173 (fold_builtin_strpbrk): Likewise.
7174 (fold_builtin_fputs): Likewise.
7175 (fold_builtin_sprintf): Likewise.
7176 (fold_builtin_snprintf): Likewise.
7177 (fold_builtin_printf): Likewise.
7178 (do_mpfr_remquo): Use a proper type for the assigned constant.
7179 (do_mpfr_lgamma_r): Likewise.
7180 * dwarf2out.c (resolve_one_addr): Use size_int.
7181 * except.c (init_eh): Likewise.
7182 (assign_filter_values): Use integer_type_node for filter values.
7183 (sjlj_emit_dispatch_table): Use integer_type_node for dispatch
7185 * tree-cfg.c (move_stmt_eh_region_tree_nr): Use integer_type_node
7186 for EH region numbers.
7187 * tree-vrp.c (simplify_div_or_mod_using_ranges): Use integer_type_node
7188 for the shift amount.
7190 2011-04-29 Richard Guenther <rguenther@suse.de>
7192 * expr.h (expand_shift): Rename to ...
7193 (expand_variable_shift): ... this.
7194 (expand_shift): Take a constant shift amount.
7195 * expmed.c (expand_shift): Rename to ...
7196 (expand_variable_shift): ... this.
7197 (expand_shift): New wrapper around expand_variable_shift.
7198 * expr.c (convert_move, emit_group_load_1, emit_group_store,
7199 optimize_bitfield_assignment_op, store_field, expand_expr_real_2,
7200 expand_expr_real_1, reduce_to_bit_field_precision): Adjust.
7201 * expmed.c (store_fixed_bit_field, extract_bit_field_1,
7202 extract_fixed_bit_field, extract_split_bit_field, expand_mult_const,
7203 expand_mult, expand_widening_mult, expand_mult_highpart_adjust,
7204 extract_high_half, expand_sdiv_pow2, expand_divmod, emit_cstore,
7205 emit_store_flag_1, emit_store_flag): Likewise.
7206 * builtins.c (expand_builtin_signbit): Likewise.
7207 * calls.c (load_register_parameters): Likewise.
7208 * function.c (assign_parm_setup_block): Likewise.
7209 * lower-subreg.c (resolve_shift_zext): Likewise.
7210 * optabs.c (widen_bswap, expand_abs_nojump,
7211 expand_one_cmpl_abs_nojump, expand_float): Likewise.
7212 * spu/spu.c (spu_expand_extv): Likewise.
7213 * sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
7215 2011-04-29 Richard Guenther <rguenther@suse.de>
7217 * tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
7218 for the remapped region number.
7219 * predict.c (build_predict_expr): Use integer_type_node for the
7221 * fold-const.c (fold_binary_loc): Use integer_type_node for
7222 the shift amount. Use a proper type for the PLUS_EXPR operand.
7224 2011-04-29 Michael Matz <matz@suse.de>
7226 * lto-streamer.c (lto_streamer_cache_insert_1): Accept to override
7227 other trees that just builtins.
7228 (lto_record_common_node): Don't leave NULL TYPE_CANONICAL.
7230 2011-04-29 Richard Guenther <rguenther@suse.de>
7232 * tree-nested.c (get_trampoline_type): Use size_int.
7233 (get_nl_goto_field): Likewise.
7234 * tree-eh.c (lower_try_finally_switch): Use integer_type_node
7236 (lower_eh_constructs_2): Likewise.
7237 (lower_resx): Likewise.
7238 (lower_eh_dispatch): Likewise.
7239 * tree-mudflap.c (mf_build_string): Use size_int.
7240 (mudflap_register_call): Use integer_type_node for the flag.
7241 (mudflap_enqueue_constant): Use size_int.
7242 * tree-chrec.c (reset_evolution_in_loop): Copy CHREC_VAR
7243 instead of rebuilding it.
7245 2011-04-29 Richard Guenther <rguenther@suse.de>
7247 * tree-ssa-structalias.c (get_fi_for_callee): Restructure.
7248 Handle OBJ_TYPE_REF.
7249 (find_func_aliases_for_call): Use it more consistently.
7251 2011-04-29 Alexandre Oliva <aoliva@redhat.com>
7253 * haifa-sched.c (last_nondebug_scheduled_insn): New.
7254 (rank_for_schedule): Use it.
7255 (schedule_block): Set it.
7257 2011-04-28 David Li <davidxl@google.com>
7259 * tree.c (crc32_string): Use crc32_byte.
7260 (crc32_byte): New function.
7261 * tree.h (crc32_byte): New function.
7262 * gcov.c (read_graph_file): Handle new cfg_cksum.
7263 (read_count_file): Ditto.
7264 * profile.c (instrument_values): Ditto.
7265 (get_exec_counts): Ditto.
7266 (read_profile_edge_counts): Ditto.
7267 (compute_branch_probabilities): Ditto.
7268 (compute_value_histograms): Ditto.
7269 (branch_prob): Ditto.
7270 (end_branch_prob): Ditto.
7271 * coverage.c (read_counts_file): Ditto.
7272 (get_coverage_counts): Ditto.
7273 (tree_coverage_counter_addr): Ditto.
7274 (coverage_checksum_string): Ditto.
7275 (coverage_begin_output): Ditto.
7276 (coverage_end_function): Ditto.
7277 (build_fn_info_type): Ditto.
7278 (build_fn_info_value): Ditto.
7279 * libgcov.c (gcov_exit): Ditto.
7280 * gcov-dump.c (tag_function): Ditto.
7281 (compute_checksum): Remove.
7283 2011-04-29 Alan Modra <amodra@gmail.com>
7285 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
7286 unspec plus offset. Tidy macho code.
7288 2011-04-29 Martin Jambor <mjambor@suse.cz>
7290 * cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph
7291 node instead of a decl. Update all callers.
7292 * cgraph.h: Update declaration.
7294 2011-04-28 Ira Rosen <ira.rosen@linaro.org>
7296 PR tree-optimization/48765
7297 * tree-vectorizer.h (vect_make_slp_decision): Return bool.
7298 * tree-vect-loop.c (vect_analyze_loop_operations): Add new argument
7299 to indicate if loop aware SLP is being used. Scan the statements
7300 and update the vectorization factor according to the type of
7301 vectorization before statement analysis.
7302 (vect_analyze_loop_2): Get a return value from vect_make_slp_decision,
7303 pass it to vect_analyze_loop_operations.
7304 (vectorizable_reduction): Set number of copies to 1 in case of pure
7306 * tree-vect-stmts.c (vectorizable_conversion,
7307 vectorizable_assignment, vectorizable_shift,
7308 vectorizable_operation, vectorizable_type_demotion,
7309 vectorizable_type_promotion, vectorizable_store, vectorizable_load):
7311 (vectorizable_condition): Move the check that it is not SLP
7312 vectorization before the number of copies check.
7313 * tree-vect-slp.c (vect_make_slp_decision): Return TRUE if decided
7314 to vectorize the loop using SLP.
7316 2011-04-28 Jakub Jelinek <jakub@redhat.com>
7319 * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
7322 2011-04-28 Joseph Myers <joseph@codesourcery.com>
7324 * config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
7325 *-*-kopensolaris*-gnu): Don't define SINGLE_LIBC.
7326 (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
7327 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
7328 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use
7330 * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define.
7331 * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
7332 * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
7333 * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
7334 * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
7335 * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use
7337 * config/i386/linux.h (REG_NAME): Don't define.
7338 * config/i386/linux64.h (REG_NAME): Don't define.
7339 * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS):
7340 Undefine before defining.
7342 2011-04-28 Jan Hubicka <jh@suse.cz>
7344 * ipa-inline-analysis.c (will_be_nonconstant_predicate): Take
7345 nonconstant_names array.
7346 (estimate_function_body_sizes): Build nonconstant_names array; handle
7347 BUILT_IN_CONSTANT_P.
7349 2011-04-28 Richard Guenther <rguenther@suse.de>
7353 2011-04-28 Richard Guenther <rguenther@suse.de>
7355 * tree-ssa-structalias.c (solve_constraints): Build succ graph
7356 as late as possible.
7358 2011-04-28 Richard Guenther <rguenther@suse.de>
7360 * tree-ssa-structalias.c (dump_constraint): Don't end the line.
7361 (debug_constraint): Do it here.
7362 (dump_constraints): And here.
7363 (rewrite_constraints): And here.
7364 (dump_constraint_edge): Remove.
7365 (dump_constraint_graph): Rewrite to produce DOT output.
7366 (solve_constraints): Build succ graph as late as possible.
7367 Dump constraint graphs before and after solving.
7369 2011-04-28 Richard Guenther <rguenther@suse.de>
7371 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
7372 New function split out from ...
7373 (find_func_aliases): ... here. Call it.
7374 (find_func_aliases_for_call): Likewise.
7376 2011-04-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
7378 * internal-fn.h (internal_fn_name_array): Declare.
7379 (internal_fn_flags_array): Likewise.
7381 2011-04-27 Uros Bizjak <ubizjak@gmail.com>
7383 * config/i386/i386.md (ssemodesuffix): Merge with ssevecsize,
7384 ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
7386 (ssemodefsuffix): Remove.
7387 (ssevecmodesuffix): New mode attribute.
7388 (fix_trunc<mode>di_sse, fix_trunc<mode>si_sse,
7389 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
7390 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
7391 *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
7392 *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit, setcc_<mode>_sse,
7393 *sqrt<mode>2_sse, sse4_1_round<mode>2, <smaxmin:code><mode>3,
7394 *ieee_smin<mode>3, *ieee_smax<mode>3): Adjust assembler templates for
7395 ssemodesuffix mode attribute.
7396 (float splitters): Use ssevecmodesuffix mode attribute.
7397 * config/i386/sse.md (ssescalarmode): Merge with avxscalarmode.
7398 (sseinsmode): Rename from avxvecmode.
7399 (avxsizesuffix): Rename from avxmodesuffix.
7400 (sseintvecmode): Rename from avxpermvecmode.
7401 (ssedoublevecmode): Rename from ssedoublesizemode.
7402 (ssehalfvecmode): Rename from avxhalfvecmode.
7403 (ssescalarmode): Rename from avxscalarmode.
7404 (<sse>_comi, <sse>_ucomi, sse4a_movnt<mode>): Adjust assembler
7405 templates for ssemodesuffix mode attribute.
7406 (*andnot<mode>3, *<any_logic:code><mode>3): Use ssevecmodesuffix
7409 Adjust RTX patterns globally for renamed mode attributes.
7411 2011-04-27 Jan Hubcika <jh@suse.cz>
7413 * ipa-inline.h (struct inline_edge_summary): Add predicate pointer.
7414 * ipa-inline-analysis.c: Include alloc-pool.h.
7415 (edge_predicate_pool): New.
7416 (trye_predicate_p): New function
7417 (false_predicate_p): New function.
7418 (add_clause): Sanity check that false clauses are "optimized";
7419 never add clauses to predicate that is already known to be false.
7420 (and_predicate): Use flase_predicate_p.
7421 (evaulate_predicate): Rename to ...
7422 (evaluate_predicate): ... this one; update all callers; assert
7423 that false is not listed among possible truths.
7424 (dump_predicate): Use true_predicate_p.
7425 (account_size_time): Use false_predicate_p.
7426 (evaulate_conditions_for_edge): Rename to ...
7427 (evaluate_conditions_for_edge) ... this one.
7428 (edge_set_predicate): New function.
7429 (inline_edge_duplication_hook): Duplicate edge predicates.
7430 (inline_edge_removal_hook): Free edge predicates.
7431 (dump_inline_edge_summary): Add INFO parameter; dump edge predicates.
7432 (dump_inline_summary): Update.
7433 (estimate_function_body_sizes): Set edge predicates.
7434 (estimate_calls_size_and_time): Handle predicates.
7435 (estimate_callee_size_and_time): Update.
7436 (remap_predicate): Add toplev_predicate; update comment.
7437 (remap_edge_predicates): New function.
7438 (inline_merge_summary): Compute toplev predicate; update.
7439 (read_predicate): New function.
7440 (read_inline_edge_summary): Use it.
7441 (inline_read_section): Likewise.
7442 (write_predicate): New function.
7443 (write_inline_edge_summary): Use it.
7444 (inline_write_summary): Likewise.
7445 (inline_free_summary): Free alloc pool and edge summary vec.
7447 2011-04-27 Richard Guenther <rguenther@suse.de>
7449 * tree-ssa-structalias.c (changed_count): Remove.
7450 (changed): Use a bitmap.
7451 (unify_nodes): Adjust.
7452 (do_sd_constraint): Likewise.
7453 (do_ds_constraint): Likewise.
7454 (do_complex_constraint): Likewise.
7455 (solve_graph): Likewise.
7457 2011-04-27 Jan Hubicka <jh@suse.cz>
7459 * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
7461 2011-04-27 Uros Bizjak <ubizjak@gmail.com>
7463 * config/i386/predicates.md (avx_vpermilp_*_operand): Remove.
7464 (avx_vperm2f128_*_operand): Ditto.
7465 * config/i386/sse.md (*avx_vpermilp<mode>): Remove operand2 predicate.
7466 Use avx_vpermilp_parallel in insn condition.
7467 (*avx_vperm2f128<mode>_nozero): Remove operand3 predicate.
7468 Use avx_vperm2f128_parallel in insn condition.
7470 2011-04-27 Richard Guenther <rguenther@suse.de>
7472 * Makefile.in (tree-ssa-structalias.o): Remove
7473 gt-tree-ssa-structalias.h dependency.
7474 (GTFILES): Remove tree-ssa-structalias.c.
7475 * tree.c (allocate_decl_uid): New function.
7476 (make_node_stat): Use it.
7477 (copy_node_stat): Likewise.
7478 * tree.h (allocate_decl_uid): Declare.
7479 * tree-ssa-alias.h (delete_alias_heapvars): Remove.
7480 * tree-ssa.c (delete_tree_ssa): Do not call delete_alias_heapvars.
7481 * tree-flow.h (struct var_ann_d): Remove is_heapvar flag.
7482 * tree-ssa-live.c (remove_unused_locals): Do not check is_heapvar flag.
7483 * tree-ssa-structalias.c (heapvar_for_stmt): Remove.
7484 (struct heapvar_map): Likewise.
7485 (heapvar_map_eq, heapvar_map_hash, heapvar_lookup,
7486 heapvar_insert): Likewise.
7487 (make_heapvar_for): Rename to ...
7488 (make_heapvar): ... this. Simplify.
7489 (fake_var_decl_obstack): New global var.
7490 (build_fake_var_decl): New function.
7491 (make_constraint_from_heapvar): Adjust.
7492 (handle_lhs_call): Likewise.
7493 (create_function_info_for): Likewise.
7494 (intra_create_variable_infos): Likewise.
7495 (init_alias_vars): Allocate fake_var_decl_obstack.
7496 (init_alias_heapvars, delete_alias_heapvars): Remove.
7497 (compute_points_to_sets): Do not call init_alias_heapvars.
7498 (ipa_pta_execute): Likewise.
7499 (delete_points_to_sets): Free fake_var_decl_obstack.
7501 2011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7503 * config/spu/divmovti4.c (union qword_UTItype): New data type.
7504 (si_from_UTItype, si_to_UTItype): New functions.
7505 (__udivmodti4): Use them to implement type-punning.
7506 * config/spu/multi3.c (union qword_TItype): New data type.
7507 (si_from_TItype, si_to_TItype): New functions.
7508 (__multi3): Use them to implement type-punning.
7510 2011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7512 * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
7514 2011-04-27 Jan Hubicka <jh@suse.cz>
7516 * ipa-prop.c (function_insertion_hook_holder): New holder.
7517 (ipa_add_new_function): New function.
7518 (ipa_register_cgraph_hooks, ipa_unregister_cgraph_hooks):
7519 Register/deregister holder.
7521 2011-04-27 Richard Guenther <rguenther@suse.de>
7523 PR tree-optimization/48772
7524 * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
7526 2011-04-27 Richard Guenther <rguenther@suse.de>
7528 * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
7529 TARGET_MEM_REF handling.
7531 2011-04-27 Nick Clifton <nickc@redhat.com>
7533 * config/frv/frv.h (enum reg_class): Delete EVEN_ACC_REGS,
7534 ACC_REGS, FEVEN_REGS, FPR_REGS, EVEN_REGS.
7535 (REG_CLASS_NAMES): Likewise.
7536 (REG_CLASS_CONTENTS): Likewise.
7537 (EVEN_ACC_REGS): New macro. Alias for QUAD_ACC_REGS.
7538 (ACC_REGS): New macro. Alias for QUAD_ACC_REGS.
7539 (FEVEN_REGS): New macro. Alias for QUAD_ACC_REGS.
7540 (FPR_REGS): New macro. Alias for QUAD_ACC_REGS.
7541 (EVEN_REGS): New macro. Alias for QUAD_REGS.
7542 * config/frv/frv.c (frv_secondary_reload_class): Remove use of
7543 duplicate register classes.
7544 (frv_class_likely_spilled_p): Likewise.
7545 (frv_register_move_cost): Likewise.
7547 * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
7548 end of the regno_reg_class array.
7550 2011-04-27 Jakub Jelinek <jakub@redhat.com>
7553 * c-typeck.c (build_binary_op): Don't wrap arguments if
7554 int_operands is true.
7556 2011-04-26 Kaz Kojima <kkojima@gcc.gnu.org>
7559 * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
7560 targetm.calls.must_pass_in_stack for void type.
7562 2011-04-26 Jan Hubicka <jh@suse.cz>
7564 * cgraphbuild.c (build_cgraph_edges): Update call
7565 of cgraph_create_edge and cgraph_create_indirect_edge.
7566 * cgraph.c (cgraph_create_edge_including_clones,
7567 cgraph_create_edge_1, cgraph_allocate_init_indirect_info,
7568 cgraph_update_edges_for_call_stmt_node): Do not take nest
7569 argument; do not initialize call_stmt_size/time.
7570 (dump_cgraph_node): Do not dump nest.
7571 (cgraph_clone_edge): Do not take loop_nest argument;
7572 do not propagate it; do not clone call_stmt_size/time.
7573 (cgraph_clone_node): Likewise.
7574 (cgraph_create_virtual_clone): Update.
7575 * cgraph.h (struct cgraph_edge): Remove
7576 call_stmt_size/call_stmt_time/loop_nest.
7577 (cgraph_create_edge, cgraph_create_indirect_edge,
7578 cgraph_create_edge_including_clones, cgraph_clone_node): Update
7580 * tree-emutls.c (gen_emutls_addr): Update.
7581 * ipa-inline-transform.c (update_noncloned_frequencies): Do not handle
7582 loop_nest; handle indirect calls, too.
7583 (clone_inlined_nodes): Do not care about updating inline summaries.
7584 * cgraphunit.c (cgraph_copy_node_for_versioning): Update.
7585 * lto-cgraph.c (lto_output_edge, input_node, input_edge): Do not
7586 stream call_stmt_size/call_stmt_time/loop_nest.
7587 * ipa-inline.c (edge_badness): Update.
7588 (ipa_inline): dump summaries after inlining.
7589 * ipa-inline.h (struct inline_edge_summary, inline_edge_summary_t):
7591 (inline_edge_summary): New function.
7592 * ipa-inline-analysis.c (edge_duplication_hook_holder): New holder.
7593 (inline_edge_removal_hook): Handle edge summaries.
7594 (inline_edge_duplication_hook): New hook.
7595 (inline_summary_alloc): Alloc hooks.
7596 (initialize_growth_caches): Do not register removal hooks.
7597 (free_growth_caches); Do not free removal hook.
7598 (dump_inline_edge_summary): New function.
7599 (dump_inline_summary): Use it.
7600 (estimate_function_body_sizes, estimate_edge_size_and_time): Update.
7601 (inline_update_callee_summaries): New function.
7602 (inline_merge_summary): Use it.
7603 (do_estimate_edge_time, do_estimate_edge_growth): Update.
7604 (read_inline_edge_summary): New function.
7605 (inline_read_section): Use it.
7606 (write_inline_edge_summary): New function.
7607 (inline_write_summary): Use it.
7608 (inline_free_summary): Free edge new holders.
7609 * tree-inline.c (copy_bb): Update.
7611 2011-04-26 Jason Merrill <jason@redhat.com>
7613 * tree-eh.c (lower_try_finally_switch): Create the label along with
7614 the CASE_LABEL_EXPR.
7616 2011-04-26 David S. Miller <davem@davemloft.net>
7617 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7619 * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
7620 * configure: Regenerate.
7622 2011-04-26 Michael Meissner <meissner@linux.vnet.ibm.com>
7625 * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
7627 (VEC_reduc): New code iterator and splitters for vector reduction.
7628 (VEC_reduc_name): Ditto.
7629 (VEC_reduc_rtx): Ditto.
7630 (reduc_<VEC_reduc_name>_v2df): Vector reduction expanders for VSX.
7631 (reduc_<VEC_reduc_name>_v4sf): Ditto.
7633 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
7634 support for extracting SF on VSX.
7636 * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): New insn for
7637 generating xscvspdp.
7638 (vsx_extract_v4sf): New insn to extract SF from V4SF vector.
7639 (vsx_reduc_<VEC_reduc_name>_v2df): New insns and splitters for
7640 double add, minimum, maximum vector reduction.
7641 (vsx_reduc_<VEC_reduc_name>_v4sf): Ditto.
7642 (vsx_reduc_<VEC_reduc_name>_v2df2_scalar): New combiner insn to
7643 optimize double vector reduction.
7644 (vsx_reduc_<VEC_reduc_name>_v4sf_scalar): Ditto.
7646 2011-04-26 Joseph Myers <joseph@codesourcery.com>
7648 * config/fr30/fr30.h (inhibit_libc): Don't define.
7649 * config/m32r/m32r-protos.h: Correct comment.
7650 * config/v850/v850.h (GHS_default_section_names,
7651 GHS_current_section_names): Use tree, not union tree_node *.
7653 2011-04-26 Xinliang David Li <davidxl@google.com>
7655 * tree-ssa-uninit.c (warn_uninitialized_phi): Pass warning code.
7656 * c-family/c-opts.c (c_common_handle_option): Set
7657 warn_maybe_uninitialized.
7658 * opts.c (common_handle_option): Ditto.
7659 * common.opt: New option.
7660 * tree-ssa.c (warn_uninit): Add one more parameter.
7661 (warn_uninitialized_var): Pass warning code.
7662 * tree-flow.h: Interface change.
7664 2011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7666 * config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
7667 (WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
7668 (TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.
7670 2011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7672 * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
7673 * config/mips/mips.opt (mmips-tfile): Remove.
7675 * doc/install.texi (Specific, mips-*-*): Move mips-tfile,
7676 mips-tdump reference to ...
7677 (Specific, alpha*-dec-osf5.1): ... here. Adapt for Tru64 UNIX.
7678 * doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
7679 reference by Tru64 UNIX.
7681 2011-04-26 Jakub Jelinek <jakub@redhat.com>
7684 * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
7685 is error_mark_node, set value to NULL.
7687 PR tree-optimization/48734
7688 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
7689 if return value from maybe_fold_*_comparsions isn't something
7690 the code is prepared to handle.
7692 2011-04-26 Uros Bizjak <ubizjak@gmail.com>
7694 * config/i386/predicates.md (ext_QIreg_operand): Remove extra
7696 (ext_QIreg_nomode_operands): Remove.
7697 * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
7701 2011-04-26 Andrew Stubbs <ams@codesourcery.com>
7703 * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
7705 2011-04-26 Richard Guenther <rguenther@suse.de>
7707 * c-typeck.c (build_unary_op): Do not expand array-refs via
7708 pointer arithmetic. Only adjust qualifiers for function types.
7710 2011-04-26 Richard Guenther <rguenther@suse.de>
7713 * tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
7714 * fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
7715 compare the operands with OEP_CONSTANT_ADDRESS_OF. Treat trees
7716 with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF is set.
7718 2011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
7720 * doc/extend.texi: Document __underlying_type.
7722 2011-04-25 Segher Boessenkool <segher@kernel.crashing.org>
7724 * config/rs6000/titan.md (automata_option "progress"): Remove.
7726 2011-04-25 Jeff Law <law@redhat.com>
7728 * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
7730 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7732 * system.h (ENUM_BITFIELD): Remove.
7734 2011-04-25 Maxim Kuvyrkov <maxim@codesourcery.com>
7735 Eric Botcazou <ebotcazou@adacore.com>
7737 * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
7738 for STORE_FLAG_VALUE==-1 case.
7740 2011-04-24 Richard Sandiford <richard.sandiford@linaro.org>
7743 * config/m68k/constraints.md (T): Allow PIC operands that satisfy
7744 LEGITIMATE_PIC_OPERAND_P.
7746 2011-04-24 Jan Hubicka <jh@suse.cz>
7748 * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
7750 * ipa-prop.h (ipa_get_param, ipa_is_param_used,
7751 ipa_param_cannot_devirtualize_p, ipa_param_types_vec_empty,
7752 ipa_get_ith_jump_func, ipa_get_lattice): Fortify array bounds.
7753 * ipa-inline-analysis.c (add_clause): Fix clause ordering.
7754 (and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
7755 Sanity check predicate length.
7756 (remap_predicate): Likewise; sanity check jump functions.
7757 (inline_read_section, inline_write_summary): Sanity check
7760 2011-04-24 Paolo Carlini <paolo.carlini@oracle.com>
7763 * doc/extend.texi (Type Traits): Document __is_standard_layout,
7764 __is_literal_type, and __is_trivial; update throughout about
7765 possibly cv-qualified void types.
7767 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
7769 * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
7770 testsuite and make it version agnostic.
7772 2011-04-22 Jan Hubicka <jh@suse.cz>
7774 * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
7776 2011-04-23 Jakub Jelinek <jakub@redhat.com>
7779 * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
7780 to VOID_TYPE even around MODIFY_EXPR.
7782 2011-04-22 Mike Stump <mikestump@comcast.net>
7784 * gensupport.c (read_md_rtx): Fix typo in comment.
7785 * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
7788 2011-04-22 Jan Hubicka <jh@suse.cz>
7790 * gengtype.c (open_base_files): Add ipa-inline.h include.
7791 * ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to
7792 ipa-prop.c; update all uses.
7793 * ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
7794 * ipa-inline-transform.c (inline_call): Use inline_merge_summary to
7795 merge summary of inlined function into former caller.
7796 * ipa-inline.c (max_benefit): Remove.
7797 (edge_badness): Compensate for removal of benefits.
7798 (update_caller_keys): Use
7799 reset_node_growth_cache/reset_edge_growth_cache.
7800 (update_callee_keys): Likewise.
7801 (update_all_callee_keys): Likewise.
7802 (inline_small_functions): Do not collect max_benefit; do not reset
7803 estimated_growth; call free_growth_caches and initialize_growth_caches.
7804 * ipa-inline.h (struct condition, type clause_t, struct predicate,
7805 struct size_time_entry): New structures.
7806 (INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
7807 (inline_summary): Remove size_inlining_benefit, time_inlining_benefit
7808 and estimated_growth.
7809 (edge_growth_cache_entry): New structure.
7810 (node_growth_cache, edge_growth_cache): New global vars.
7811 (estimate_growth): Turn into inline.
7812 (inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
7813 initialize_growth_caches, free_growth_caches): Declare.
7814 (estimate_edge_growth): Rewrite.
7815 (estimate_edge_time): Implement as inline cache lookup.
7816 (reset_node_growth_cache, reset_edge_growth_cache): New inline
7818 (MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
7819 (NUM_CONDITIONS): New constant.
7820 (predicate_conditions): New enum.
7821 (IS_NOT_CONSTANT): New constant.
7822 (edge_removal_hook_holder): New var.
7823 (node_growth_cache, edge_growth_cache): New global vars.
7824 (true_predicate, single_cond_predicate, false_predicate,
7825 not_inlined_predicate, add_condition, add_clause, and_predicates,
7826 or_predicates, predicates_equal_p, evaulate_predicate, dump_condition,
7827 dump_clause, dump_predicate, account_size_time,
7828 evaulate_conditions_for_edge): New functions.
7829 (inline_summary_alloc): Move to heap.
7830 (inline_node_removal_hook): Clear condition and entry vectors.
7831 (inline_edge_removal_hook): New function.
7832 (initialize_growth_caches, free_growth_caches): New function.
7833 (dump_inline_summary): Update.
7834 (edge_execution_predicate): New function.
7835 (will_be_nonconstant_predicate): New function.
7836 (estimate_function_body_sizes): Compute BB and constantness predicates.
7837 (compute_inline_parameters): Do not clear estimated_growth.
7838 (estimate_edge_size_and_time): New function.
7839 (estimate_calls_size_and_time): New function.
7840 (estimate_callee_size_and_time): New function.
7841 (remap_predicate): New function.
7842 (inline_merge_summary): New function.
7843 (do_estimate_edge_time): New function based on...
7844 (estimate_edge_time): ... this one.
7845 (do_estimate_edge_growth): New function.
7846 (do_estimate_growth): New function based on....
7847 (estimate_growth): ... this one.
7848 (inline_analyze_function): Analyze after deciding on jump functions.
7849 (inline_read_section): New function.
7850 (inline_read_summary): Use it.
7851 (inline_write_summary): Write all the new data.
7852 * ipa-prop.c (ipa_get_param_decl_index): Export.
7853 (ipa_lattice_from_jfunc): Move here from ipa-cp.c
7854 * ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc):
7856 (ipa_get_lattice): Move here from ipa-cp.c
7857 * Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
7858 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
7859 * cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
7860 cgraph_edge_inlinable_p): Remove.
7861 * cgraphunit.c: Include ipainline.h
7862 (cgraph_process_new_functions): Update call of
7863 compute_inline_parameters.
7865 2011-04-22 Richard Guenther <rguenther@suse.de>
7867 * tree.c (build_int_cst): Properly create canonicalized integer
7869 (build_int_cst_type): Remove scary comments.
7871 2011-04-22 Xinliang David Li <davidxl@google.com>
7873 * toplev.c (process_options): Enable -Werror=coverage-mismatch
7874 by default when -Wno-error is not specified.
7875 * opts-global.c (decode_options): Remove call to
7876 control_warning_options.
7878 2011-04-22 Jakub Jelinek <jakub@redhat.com>
7880 PR tree-optimization/48717
7881 * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
7882 ~A + A optimizations use build_int_cst_type instead of build_int_cst.
7884 2011-04-22 Joseph Myers <joseph@codesourcery.com>
7886 * config/bfin/bfin-protos.h (Mmode): Don't define. Expand
7887 definition where used.
7889 2011-04-22 Jakub Jelinek <jakub@redhat.com>
7892 * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
7893 TREE_STATIC variables declared inside of some OpenMP construct.
7895 2011-04-22 Martin Jambor <mjambor@suse.cz>
7898 * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
7900 2011-04-22 Alexander Monakov <amonakov@ispras.ru>
7903 * c-typeck.c (pop_init_level): Do not warn about initializing
7906 2011-04-22 Alan Modra <amodra@gmail.com>
7908 * config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
7909 when returning call_cookie.
7910 (rs6000_function_ok_for_sibcall): Allow sibcalls via function
7911 pointers, to functions with no more vector args than the current
7912 function, and some non-local calls for ABI_V4.
7913 * config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
7914 sibcall_nonlocal_aix64): Combine to ..
7915 (sibcall_nonlocal_aix<mode>): ..this. Handle function pointer calls.
7916 (sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
7917 (sibcall_value_nonlocal_aix<mode>): ..likewise.
7918 (*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
7919 (sibcall_value_nonlocal_sysv<mode>): Likewise. Correct call cookie
7921 * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
7922 sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
7923 sibcall_value_symbolic_64): Delete.
7925 2011-04-21 Xinliang David Li <davidxl@google.com>
7927 * cgraph.h: Remove pid.
7928 * cgraph.c: Remove pid.
7929 * value-prof.c (init_node_map): New function.
7930 (del_node_map): New function.
7931 (find_func_by_funcdef_no): New function.
7932 (gimple_ic_transform): Call new function.
7933 * cgraphunit.c (cgraph_finalize_function): Remove pid.
7934 * function.c (get_last_funcdef_no): New function.
7935 * function.h (get_last_funcdef_no): New function.
7936 * tree-profile.c (gimple_gen_ic_func_profiler): Pass funcdef_no
7937 to libgcov function.
7938 (tree-profiling): Call node map init and delete function.
7940 2011-04-21 Ian Lance Taylor <iant@google.com>
7942 * godump.c (go_format_type): Use exported Go name for anonymous
7945 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
7947 * config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
7948 Call builtin_function_type_list instead of builtin_function_type.
7949 (UNARY, BINARY, TRINARY, QUAD): Likewise.
7951 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
7953 * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
7954 build_function_type_list instead of build_function_type.
7955 Delete variable `endlink'.
7957 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
7959 * config/s390/s390.c (s390_init_builtins): Call
7960 build_function_type_list instead of build_function_type.
7962 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
7964 * config/ia64/ia64.c (ia64_init_builtins): Call
7965 build_function_type_list instead of builtin_function_type.
7967 2011-04-21 Easwaran Raman <eraman@google.com>
7969 * cfgexpand.c (stack_var): Remove OFFSET...
7970 (add_stack_var): ...and its reference here...
7971 (expand_stack_vars): ...and here.
7972 (stack_var_cmp): Sort by descending order of size.
7973 (partition_stack_vars): Change heuristic.
7974 (union_stack_vars): Fix to reflect changes in partition_stack_vars.
7975 (dump_stack_var_partition): Add newline after each partition.
7977 2011-04-21 Dimitrios Apostolou <jimis@gmx.net>
7978 Jeff Law <law@redhat.com>
7980 * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
7981 * gengtype.c (matching_file_name_substitute): Likewise.
7983 2011-04-21 Richard Guenther <rguenther@suse.de>
7986 * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
7988 2011-04-21 Eric Botcazou <ebotcazou@adacore.com>
7990 * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
7992 2011-04-21 Richard Guenther <rguenther@suse.de>
7994 * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
7997 2011-04-21 Richard Guenther <rguenther@suse.de>
7999 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
8000 MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
8001 Use DECL_P, not SSA_VAR_P.
8002 (ptr_derefs_may_alias_p): Likewise.
8003 (ptr_deref_may_alias_ref_p_1): Likewise.
8004 (decl_refs_may_alias_p): Likewise.
8005 (refs_may_alias_p_1): Likewise.
8006 (ref_maybe_used_by_call_p_1): Likewise.
8007 (call_may_clobber_ref_p_1): Likewise.
8008 (indirect_ref_may_alias_decl_p): Assume indirect refrences
8009 are either MEM_REF or TARGET_MEM_REF.
8010 (indirect_refs_may_alias_p): Likewise.
8011 * calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
8012 for MEM_EXPR of indirect calls.
8014 2011-04-21 Tristan Gingold <gingold@adacore.com>
8016 * vmsdbgout.c (write_srccorr): Compute file length from the string.
8017 (dst_file_info_struct): Remove flen field.
8018 (lookup_filename): Remove code that set flen field.
8020 2011-04-21 Tristan Gingold <gingold@adacore.com>
8022 * config/ia64/ia64.c (ia64_start_function): Add a guard.
8024 2011-04-21 Uros Bizjak <ubizjak@gmail.com>
8027 * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
8028 vec_extract and vec_concat for non-SSE4_1 targets.
8030 2011-04-21 Richard Guenther <rguenther@suse.de>
8032 * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
8035 2011-04-21 Joseph Myers <joseph@codesourcery.com>
8037 * config/i386/cygming.h (union tree_node, TREE): Don't define or
8039 (FILE): Don't undefine.
8041 2011-04-21 Joseph Myers <joseph@codesourcery.com>
8043 * config/alpha/alpha.c (struct machine_function): Use rtx, not
8045 * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
8047 * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define.
8048 * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *.
8049 * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct
8051 * config/m32c/m32c-protos.h (MM, UINT): Don't define. Expand
8052 definitions where used.
8053 * config/microblaze/microblaze.h (struct microblaze_args): Use
8054 rtx, not struct rtx_def *.
8055 * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct
8057 * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *.
8058 * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *.
8059 * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx,
8060 not struct rtx_def *.
8061 * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not
8063 * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
8065 * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
8067 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
8069 * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use
8070 operand_equal_p to compare DR_BASE_ADDRESSes.
8071 (vect_check_interleaving): Likewise.
8073 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
8076 * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
8077 for all Neon struct constants.
8079 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
8081 * target.def (legitimate_constant_p): New hook.
8082 * doc/tm.texi.in (LEGITIMATE_CONSTANT_P): Replace with...
8083 (TARGET_LEGITIMATE_CONSTANT_P): ...this.
8084 * doc/tm.texi: Regenerate.
8085 * hooks.h (hook_bool_mode_rtx_true): Declare.
8086 * hooks.c (hook_bool_mode_rtx_true): Define.
8087 * system.h (LEGITIMATE_CONSTANT_P): Poison.
8088 * calls.c (precompute_register_parameters): Replace uses of
8089 LEGITIMATE_CONSTANT_P with targetm.legitimate_constant_p.
8090 (emit_library_call_value_1): Likewise.
8091 * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
8092 (compress_float_constant, emit_push_insn, expand_expr_real_1): Likewise.
8093 * ira-costs.c (scan_one_insn): Likewise.
8094 * recog.c (general_operand, immediate_operand): Likewise.
8095 * reload.c (find_reloads_toplev, find_reloads_address_part): Likewise.
8096 * reload1.c (init_eliminable_invariants): Likewise.
8098 * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
8100 * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
8101 * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
8103 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8104 * config/alpha/predicates.md (input_operand): Update call to
8105 alpha_legitimate_constant_p.
8107 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Delete.
8108 * config/arm/arm.h (ARM_LEGITIMATE_CONSTANT_P): Likewise.
8109 (THUMB_LEGITIMATE_CONSTANT_P, LEGITIMATE_CONSTANT_P): Likewise.
8110 * config/arm/arm.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8111 (arm_legitimate_constant_p_1, thumb_legitimate_constant_p)
8112 (arm_legitimate_constant_p): New functions.
8113 (arm_cannot_force_const_mem): Make static.
8115 * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
8117 * config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Delete.
8118 * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Delete.
8119 * config/bfin/bfin.c (expand_move): Use targetm.legitimate_constant_p
8120 instead of bfin_legitimate_constant_p.
8121 (bfin_legitimate_constant_p): Make static. Add a mode argument.
8122 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8124 * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
8126 * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
8128 * config/frv/frv-protos.h (frv_legitimate_constant_p): Delete.
8129 * config/frv/frv.h (LEGITIMATE_CONSTANT_P): Delete.
8130 * config/frv/frv.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8131 (frv_legitimate_constant_p): Make static. Add a mode argument.
8133 * config/h8300/h8300-protos.h (h8300_legitimate_constant_p): Delete.
8134 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Likewise.
8135 * config/h8300/h8300.c (h8300_legitimate_constant_p): Likewise.
8137 * config/i386/i386-protos.h (legitimate_constant_p): Delete.
8138 * config/i386/i386.h (LEGITIMATE_CONSTANT_P): Likewise.
8139 * config/i386/i386.c (legitimate_constant_p): Rename to...
8140 (ix86_legitimate_constant_p): ...this. Make static. Add a mode
8142 (ix86_cannot_force_const_mem): Update accordingly.
8143 (ix86_legitimate_address_p): Likewise.
8144 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8145 * config/i386/i386.md: Update commentary.
8147 * config/ia64/ia64-protos.h (ia64_legitimate_constant_p): Delete.
8148 * config/ia64/ia64.h (LEGITIMATE_CONSTANT_P): Likewise.
8149 * config/ia64/ia64.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8150 (ia64_legitimate_constant_p): Make static. Add a mode argument.
8152 * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
8154 * config/lm32/lm32-protos.h (lm32_legitimate_constant_p): Delete.
8155 * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Likewise.
8156 * config/lm32/lm32.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8157 (lm32_legitimate_constant_p): Make static. Add a mode argument.
8159 * config/m32c/m32c-protos.h (m32c_legitimate_constant_p): Delete.
8160 * config/m32c/m32c.h (LEGITIMATE_CONSTANT_P): Likewise.
8161 * config/m32c/m32c.c (m32c_legitimate_constant_p): Likewise.
8163 * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Delete.
8164 * config/m32r/m32r.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8165 (m32r_legitimate_constant_p): New function.
8167 * config/m68k/m68k-protos.h (m68k_legitimate_constant_p): Declare.
8168 * config/m68k/m68k.h (CONSTANT_ADDRESS_P): Call it instead of
8169 LEGITIMATE_CONSTANT_P.
8170 (LEGITIMATE_CONSTANT_P): Delete.
8171 * config/m68k/m68k.c (m68k_expand_prologue): Call
8172 m68k_legitimate_constant_p instead of LEGITIMATE_CONSTANT_P.
8173 (m68k_legitimate_constant_p): New function.
8174 * config/m68k/m68k.md: Update comments.
8176 * config/mcore/mcore.h (LEGITIMATE_CONSTANT_P): Delete.
8177 * config/mcore/mcore.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8178 (mcore_legitimate_constant_p): New function.
8180 * config/mep/mep-protos.h (mep_legitimate_constant_p): Delete.
8181 * config/mep/mep.h (LEGITIMATE_CONSTANT_P): Likewise.
8182 * config/mep/mep.c (mep_legitimate_constant_p): Make static.
8183 Add a mode argument.
8184 (mep_legitimate_address): Update accordingly.
8185 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8187 * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
8189 * config/microblaze/microblaze.h (LEGITIMATE_CONSTANT_P): Likewise.
8190 * config/microblaze/microblaze.c (microblaze_const_double_ok): Make
8191 static. Check OP's mode for VOIDmode.
8192 (microblaze_legitimate_constant_p): New function.
8193 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8195 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Delete.
8196 * config/mips/mips.c (mips_legitimate_constant_p): New function.
8197 (mips_cannot_force_const_mem): Use it instead of LEGITIMATE_CONSTANT_P.
8198 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8199 * config/mips/predicates.md: Update comments.
8201 * config/mmix/mmix-protos.h (mmix_legitimate_constant_p): Delete.
8202 * config/mmix/mmix.h (LEGITIMATE_CONSTANT_P): Likewise.
8203 * config/mmix/mmix.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8204 (mmix_legitimate_constant_p): Make static, return a bool, and take
8206 (mmix_print_operand_address): Update accordingly.
8208 * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
8210 * config/mn10300/mn10300.h (LEGITIMATE_CONSTANT_P): Likewise.
8211 * config/mn10300/mn10300.c (mn10300_legitimate_constant_p): Make
8212 static. Add a mode argument.
8213 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8215 * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
8217 * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Delete.
8218 * config/pa/pa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8219 (pa_legitimate_constant_p): New function.
8221 * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
8223 * config/pdp11/pdp11.h (LEGITIMATE_CONSTANT_P): Delete.
8224 * config/pdp11/pdp11.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8225 (pdp11_legitimate_constant_p): New function.
8227 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Delete.
8228 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8229 (rs6000_legitimate_constant_p): New function.
8231 * config/rx/rx-protos.h (rx_is_legitimate_constant): Replace with...
8232 (rx_legitimate_constant_p): ...this.
8233 * config/rx/rx.h (LEGITIMATE_CONSTANT_P): Delete.
8234 * config/rx/rx.c (rx_is_legitimate_constant): Replace with...
8235 (rx_legitimate_constant_p): ...this.
8236 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8237 * config/rx/rx.md (mov<register_modes:mode>): Update accordingly.
8239 * config/s390/s390-protos.h (legitimate_constant_p): Delete.
8240 * config/s390/s390.h (LEGITIMATE_CONSTANT_P): Likewise.
8241 * config/s390/s390.c (legitimate_constant_p): Rename to...
8242 (s390_legitimate_constant_p): ...this. Make static, return a bool,
8243 and add a mode argument.
8244 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8246 * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
8248 * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Delete.
8249 * config/sh/sh.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8250 (sh_legitimate_constant_p): New function.
8252 * config/sparc/sparc-protos.h (legitimate_constant_p): Delete.
8253 * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Delete.
8254 * config/sparc/sparc.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8255 (legitimate_constant_p): Rename to...
8256 (sparc_legitimate_constant_p): ...this. Make static. Add a mode
8258 (constant_address_p): Update accordingly.
8260 * config/spu/spu-protos.h (spu_legitimate_constant_p): Add a mode
8261 argument and return a bool.
8262 * config/spu/spu.h (LEGITIMATE_CONSTANT_P): Delete.
8263 * config/spu/spu.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8264 (spu_legitimate_constant_p): Add a mode argument and return a bool.
8265 (spu_rtx_costs): Update accordingly.
8266 * config/spu/predicates.md (vec_imm_operand): Likewise.
8268 * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
8270 * config/v850/v850.h (LEGITIMATE_CONSTANT_P): Delete.
8271 * config/v850/v850.c (v850_legitimate_constant_p): New function.
8272 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8274 * config/vax/vax-protos.h (legitimate_constant_p): Delete.
8275 * config/vax/vax.h (LEGITIMATE_CONSTANT_P): Likewise.
8276 * config/vax/vax.c (legitimate_constant_p): Likewise.
8278 * config/xtensa/xtensa.h (LEGITIMATE_CONSTANT_P): Delete.
8279 * config/xtensa/xtensa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
8280 (xtensa_legitimate_constant_p): New function.
8282 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
8284 * target.def (cannot_force_const_mem): Add a mode argument.
8285 * doc/tm.texi.in (TARGET_CANNOT_FORCE_CONST_MEM): Update accordingly.
8286 * doc/tm.texi: Regenerate.
8287 * hooks.h (hook_bool_mode_rtx_false): Declare.
8288 * hooks.c (hook_bool_mode_const_rtx_false): Fix commentary.
8289 (hook_bool_mode_const_rtx_true): Likewise.
8290 (hook_bool_mode_rtx_false): New function.
8291 * reload.c (CONST_POOL_OK_P): Take a mode argument and require it
8292 to be non-VOID. Update call to cannot_force_const_mem.
8293 (find_reloads): Update accordingly.
8294 * varasm.c (force_const_mem): Update call to cannot_force_const_mem.
8295 * config/alpha/alpha.c (alpha_cannot_force_const_mem): Add a mode
8297 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Likewise.
8298 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Update call.
8299 * config/arm/arm.c (arm_cannot_force_const_mem): Add a mode argument.
8300 * config/bfin/bfin.c (bfin_cannot_force_const_mem): Likewise.
8301 * config/frv/frv.c (frv_cannot_force_const_mem): Likewise.
8302 * config/i386/i386.c (ix86_cannot_force_const_mem): Likewise.
8303 * config/ia64/ia64.c (ia64_cannot_force_const_mem): Likewise.
8304 * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
8305 (m68k_cannot_force_const_mem): ...this new function.
8306 * config/mips/mips.c (mips_cannot_force_const_mem): Add a mode
8308 (mips_const_insns, mips_legitimize_const_move): Update calls.
8309 (mips_secondary_reload_class): Likewise.
8310 * config/pa/pa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
8311 (pa_cannot_force_const_mem): ...this new function.
8312 * config/rs6000/rs6000.c (TARGET_CANNOT_FORCE_CONST_MEM): Reefine to...
8313 (rs6000_cannot_force_const_mem): ...this new function.
8314 * config/s390/s390.c (s390_cannot_force_const_mem): Add a mode
8316 * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
8317 * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
8319 (xtensa_cannot_force_const_mem): ...this new function.
8321 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
8323 * config/mips/mips.c (mips16_build_function_stub): Call
8324 build_function_type_list instead of build_function_type.
8325 (mips16_build_call_stub): Likewise.
8327 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
8329 * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
8330 instead of build_function_type.
8332 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
8334 * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
8335 instead of build_function_type.
8337 2011-04-20 Uros Bizjak <ubizjak@gmail.com>
8340 * config/i386/i386.md (insv): Change operand 0 constraint to
8341 "register_operand". Change operand 1 and 2 constraint to
8342 "const_int_operand". Expand to pinsr{b,w,d,q} * when appropriate.
8343 * config/i386/sse.md (sse4_1_pinsrb): Export.
8344 (sse2_pinsrw): Ditto.
8345 (sse4_1_pinsrd): Ditto.
8346 (sse4_1_pinsrq): Ditto.
8347 * config/i386/i386-protos.h (ix86_expand_pinsr): Add prototype.
8348 * config/i386/i386.c (ix86_expand_pinsr): New.
8350 2011-04-20 Easwaran Raman <eraman@google.com>
8352 * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
8353 containing union type only with -fstrict-aliasing.
8355 2011-04-20 Jim Meyering <meyering@redhat.com>
8357 Remove useless if-before-free tests.
8358 * calls.c (expand_call, save_area): Likewise.
8359 * cfgcleanup.c (try_forward_edges): Likewise.
8360 * collect2.c (collect_execute): Likewise.
8361 * config/i386/i386.c (ix86_valid_target_attribute_tree): Likewise.
8362 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
8363 * coverage.c (coverage_checksum_string): Likewise.
8364 * cse.c (init_cse_reg_info, delete_trivially_dead_insns): Likewise.
8365 * cselib.c (cselib_init): Likewise.
8366 * df-core.c (rest_of_handle_df_finish, df_analyze): Likewise.
8367 (df_set_clean_cfg): Likewise.
8368 * function.c (free_after_compilation): Likewise.
8369 * gcc.c (do_spec_1, main): Likewise.
8370 * gcov.c (create_file_names): Likewise.
8371 * gensupport.c (identify_predicable_attribute): Likewise.
8372 * graphite-clast-to-gimple.c (save_clast_name_index): Likewise.
8373 * graphite-sese-to-poly.c (free_data_refs_aux): Likewise.
8374 * haifa-sched.c (haifa_finish_h_i_d): Likewise.
8375 * ipa-prop.c (ipa_free_node_params_substructures): Likewise.
8376 * ipa-pure-const.c (local_pure_const): Likewise.
8377 * ipa-reference.c (propagate): Likewise.
8378 * ira-costs.c (free_ira_costs): Likewise.
8379 * ira.c (free_register_move_costs, build_insn_chain): Likewise.
8380 * matrix-reorg.c (mat_free): Likewise.
8381 * prefix.c (get_key_value): Likewise.
8382 * profile.c (compute_value_histograms): Likewise.
8383 * reload1.c (free_reg_equiv): Likewise.
8384 * sched-deps.c (free_deps): Likewise.
8385 * sel-sched-ir.c (fence_clear): Likewise.
8386 * sese.c (set_rename, if_region_set_false_region): Likewise.
8387 * tree-data-ref.c (free_rdg): Likewise.
8388 * tree-eh.c (lower_try_finally): Likewise.
8389 * tree-ssa-coalesce.c (delete_coalesce_list): Likewise.
8390 * tree-ssa-live.c (delete_var_map): Likewise.
8391 * tree-ssa-loop-ivopts.c (free_loop_data): Likewise.
8392 * tree-ssa-pre.c (phi_trans_add): Likewise.
8394 2011-04-20 Jakub Jelinek <jakub@redhat.com>
8396 PR tree-optimization/48611
8397 * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
8398 beyond ERT_MUST_NOT_THROW region.
8400 2011-04-20 Catherine Moore <clm@codesourcery.com>
8402 * config/mips/mips.opt (mfix-24k): New.
8403 * config/mips/mips.h (ASM_SPEC): Handle -mfix-24k.
8404 * config/mips/mips.md (length): Increase by 4 for stores if
8406 * config/mips/mips.c (mips_reorg_process_insns): Do not allow
8407 all noreorder if fixing 24K errata.
8408 * doc/invoke.texi: Document mfix-24k.
8410 2011-04-20 Chung-Lin Tang <cltang@codesourcery.com>
8412 * config/arm/arm.c (arm_legitimize_reload_address): For NEON
8413 quad-word modes, reduce to 9-bit index range when above 1016 limit.
8415 2011-04-20 Andrew Stubbs <ams@codesourcery.com>
8417 * config/arm/arm.c (arm_gen_constant): Move movw support ....
8418 (const_ok_for_op): ... to here.
8420 2011-04-20 Kai Tietz <ktietz@redhat.com>
8422 * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
8423 and (X && !Y) | (!X && Y) optimization to (X ^ Y).
8425 2011-04-20 Andrew Stubbs <ams@codesourcery.com>
8427 * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
8429 2011-04-20 Richard Guenther <rguenther@suse.de>
8431 PR tree-optimization/47892
8432 * tree-if-conv.c (if_convertible_stmt_p): Const builtins
8435 2011-04-20 Eric Botcazou <ebotcazou@adacore.com>
8437 * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
8439 2011-04-20 Tristan Gingold <gingold@adacore.com>
8441 * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
8443 2011-04-20 Georg-Johann Lay <avr@gjlay.de>
8447 * config/avr/avr.h (TARGET_ASM_INIT_SECTIONS): Delete.
8448 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
8449 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
8450 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
8451 (TARGET_ASM_NAMED_SECTION): Change to avr_asm_named_section.
8453 * config/avr/avr-protos.h (avr_asm_output_aligned_common):
8456 * config/avr/avr.c (TARGET_ASM_INIT_SECTIONS): Define.
8457 (avr_asm_named_section, avr_asm_output_aligned_common,
8458 avr_output_data_section_asm_op, avr_output_bss_section_asm_op):
8459 New functions to update...
8460 (avr_need_clear_bss_p, avr_need_copy_data_p): ...these new variables.
8461 (avr_asm_init_sections): Overwrite section callbacks for
8462 data_section, bss_section.
8463 (avr_file_start): Move output of __do_copy_data, __do_clear_bss
8465 (avr_file_end): ...here.
8467 2011-04-20 Richard Guenther <rguenther@suse.de>
8470 * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
8471 objects and types here. Adjust for their offset before comparing.
8473 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
8475 * tree-vect-stmts.c (vectorizable_store): Only chain one related
8478 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
8480 * Makefile.in (INTERNAL_FN_DEF, INTERNAL_FN_H): Define.
8481 (GIMPLE_H): Include $(INTERNAL_FN_H).
8482 (OBJS-common): Add internal-fn.o.
8483 (internal-fn.o): New rule.
8484 * internal-fn.def: New file.
8485 * internal-fn.h: Likewise.
8486 * internal-fn.c: Likewise.
8487 * gimple.h: Include internal-fn.h.
8488 (GF_CALL_INTERNAL): New gf_mask.
8489 (gimple_statement_call): Put fntype into a union with a new
8491 (gimple_build_call_internal): Declare.
8492 (gimple_build_call_internal_vec): Likewise.
8493 (gimple_call_same_target_p): Likewise.
8494 (gimple_call_internal_p): New function.
8495 (gimple_call_internal_fn): Likewise.
8496 (gimple_call_fntype): Return null for internal calls.
8497 (gimple_call_set_fntype): Assert that the function is not internal.
8498 (gimple_call_set_fn): Likewise.
8499 (gimple_call_set_fndecl): Likewise.
8500 (gimple_call_set_internal_fn): New function.
8501 (gimple_call_addr_fndecl): Handle null functions.
8502 (gimple_call_return_type): Likewise null types.
8503 * gimple.c (gimple_build_call_internal_1): New function.
8504 (gimple_build_call_internal): Likewise.
8505 (gimple_build_call_internal_vec): Likewise.
8506 (gimple_call_same_target_p): Likewise.
8507 (gimple_call_flags): Handle calls to internal functions.
8508 (gimple_call_fnspec): New function.
8509 (gimple_call_arg_flags, gimple_call_return_flags): Use it.
8510 (gimple_has_side_effects): Handle null functions.
8511 (gimple_rhs_has_side_effects): Likewise.
8512 (gimple_call_copy_skip_args): Handle calls to internal functions.
8513 * cfgexpand.c (expand_call_stmt): Likewise.
8514 * expr.c (expand_expr_real_1): Assert that the call isn't internal.
8515 * gimple-fold.c (gimple_fold_call): Handle null functions.
8516 (gimple_fold_stmt_to_constant_1): Don't fold
8517 calls to internal functions.
8518 * gimple-low.c (gimple_check_call_args): Handle calls to internal
8520 * gimple-pretty-print.c (dump_gimple_call): Likewise.
8521 * ipa-prop.c (ipa_analyze_call_uses): Handle null functions.
8522 * tree-cfg.c (verify_gimple_call): Handle calls to internal functions.
8523 (do_warn_unused_result): Likewise.
8524 * tree-eh.c (same_handler_p): Use gimple_call_same_target_p.
8525 * tree-ssa-ccp.c (ccp_fold_stmt): Handle calls to internal functions.
8526 * tree-ssa-dom.c (hashable_expr): Use the gimple statement to record
8527 the target of a call.
8528 (initialize_hash_element): Update accordingly.
8529 (hashable_expr_equal_p): Use gimple_call_same_target_p.
8530 (iterative_hash_hashable_expr): Handle calls to internal functions.
8531 (print_expr_hash_elt): Likewise.
8532 * tree-ssa-pre.c (can_value_number_call): Likewise.
8533 (eliminate): Handle null functions.
8534 * tree-ssa-sccvn.c (visit_use): Handle calls to internal functions.
8535 * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
8536 (find_func_aliases): Likewise.
8537 * value-prof.c (gimple_ic_transform): Likewise.
8538 (gimple_indirect_call_to_profile): Likewise.
8539 * lto-streamer-in.c (input_gimple_stmt): Likewise.
8540 * lto-streamer-out.c (output_gimple_stmt): Likewise.
8542 2011-04-19 Jan Hubicka <jh@suse.cz>
8544 * ipa-inline-transform.c (save_inline_function_body): Add comments.
8545 * ipa-inline.c (inline_small_functions): Compute summaries first,
8546 populate heap later.
8548 2011-04-19 Jan Hubicka <jh@suse.cz>
8550 * cgraph.h (save_inline_function_body): Remove.
8551 * ipa-inline-transform.c: New file, broke out of...
8552 * ipa-inline.c: ... this one; Update toplevel comment.
8553 (ncalls_inlined, nfunctions_inlined): Move to ipa-inline-transform.c;
8555 (update_noncloned_frequencies): Move to ipa-inline-transform.c
8556 (cgraph_mark_inline_edge): Rename to inline_call; move to
8557 ipa-inline-transform.c.
8558 (cgraph_clone_inlined_nodes): Rename to clone_inlined_nodes;
8559 move to ipa-inline-transform.c
8560 (recursive_inlining, inline_small_functions, flatten_function,
8561 ipa_inline, inline_always_inline_functions,
8562 early_inline_small_functions): Update.
8563 (inline_transform): Move to ipa-inline-transform.c.
8564 * ipa-inline.h (inline_call, inline_transform, clone_inlined_nodes):
8566 * Makefile.in (ipa-inline-transform.o): New file.
8567 * cgraphunit.c (save_inline_function_body): Move to
8568 ipa-inline-transform.c
8570 2011-04-19 DJ Delorie <dj@redhat.com>
8572 * config/m32c/m32c.c (m32c_emit_epilogue): Don't try to push
8573 registers if we already know there aren't any.
8574 (m32c_emit_epilogue): Don't emit a barrier here.
8575 (m32c_emit_eh_epilogue): Likewise.
8576 * config/m32c/blkmov.md (movstr): Don't fail on wrong-type
8577 operands at expand time.
8578 * config/m32c/m32c.h (WCHAR_TYPE_SIZE): Change to 4 to match "long
8580 (REG_CLASS_CONTENTS, reg_class, REG_CLASS_NAMES): Remove
8581 duplicates. Provide aliases instead.
8582 * config/m32c/prologue.md (eh_return): Emit a barrier here.
8583 (eh_epilogue): Add a "(return)" here as a hint to other parts of
8586 2011-04-19 Anatoly Sokolov <aesok@post.ru>
8588 * config/sparc/sparc.h (GENERAL_OR_I64, REGISTER_MOVE_COST): Remove.
8589 * config/sparc/sparc.c (TARGET_REGISTER_MOVE_COST): Define.
8590 (general_or_i64_p, sparc_register_move_cost): New function.
8592 2011-04-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8594 * doc/install.texi (Configuration, --enable-threads): Remove mach.
8595 Add lynx, mipssde. Sort table.
8597 2011-04-19 Xinliang David Li <davidxl@google.com>
8599 * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
8602 2011-04-19 Jakub Jelinek <jakub@redhat.com>
8605 * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
8606 is a SUBREG with non-MODE_INT mode inside of it.
8608 2011-04-19 Martin Jambor <mjambor@suse.cz>
8610 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
8611 also according to actual contants.
8612 * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
8613 (gimple_fold_call): Use it.
8614 * gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
8616 2011-04-19 Martin Jambor <mjambor@suse.cz>
8618 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
8619 non-pointer assignments.
8621 2011-04-19 Martin Jambor <mjambor@suse.cz>
8623 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
8624 account anc_offset and otr_type from the indirect edge info.
8625 * ipa-prop.c (get_ancestor_addr_info): New function.
8626 (compute_complex_ancestor_jump_func): Assignment analysis moved to
8627 get_ancestor_addr_info, call it.
8628 (ipa_note_param_call): Do not initialize information about polymorphic
8629 calls, return the indirect call graph edge. Remove the last
8630 parameter, adjust all callers.
8631 (ipa_analyze_virtual_call_uses): Process also calls to ancestors of
8632 parameters. Initialize polymorphic information in the indirect edge.
8634 2011-04-19 Eric Botcazou <ebotcazou@adacore.com>
8637 * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
8638 the types if they have different enumeration identifiers.
8640 2011-04-19 Jan Hubicka <jh@suse.cz>
8642 * cgraph.h (cgraph_optimize_for_size_p): Declare.
8643 * ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
8644 * predict.c (cgraph_optimize_for_size_p): Break out from ...
8645 (optimize_function_for_size_p) ... here.
8647 2011-04-19 Richard Guenther <rguenther@suse.de>
8650 * tree.c (free_lang_data): Do not reset the decl-assembler-name
8653 2011-04-19 Eric Botcazou <ebotcazou@adacore.com>
8655 * tree-inline.c (expand_call_inline): Do not issue a -Winline warning
8656 if DECL_NO_INLINE_WARNING_P is set on the function.
8658 2011-04-19 Bernd Schmidt <bernds@codesourcery.com>
8661 * reload1.c (inc_for_reload): Return void. All callers changed.
8662 (emit_input_reload_insns): Don't try to delete previous output
8663 reloads to a register, or record spill_reg_store for autoincs.
8665 2011-04-19 Basile Starynkevitch <basile@starynkevitch.net>
8667 * gengtype.h: Updated copyright year.
8668 (struct input_file_st): Add inpisplugin field.
8669 (type_fileloc): New function.
8671 (write_typed_struct_alloc_def): Add gcc_assert.
8672 (write_typed_alloc_defns): Ditto. Don't output for plugin files.
8673 (write_typed_alloc_defns): Don't output for plugin files.
8674 (input_file_by_name): Clear inpisplugin field.
8675 (main): Set inpisplugin field for plugin files.
8677 2011-04-19 Nicola Pero <nicola.pero@meta-innovation.com>
8679 * gengtype-state.c (string_eq): New.
8680 (read_state): Use string_eq instead of strcmp when creating the
8683 2011-04-19 Wei Guozhi <carrot@google.com>
8686 * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
8687 * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
8689 * config/arm/constraints.md (Uu): New constraint.
8690 * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
8692 2011-04-19 Tristan Gingold <gingold@adacore.com>
8694 * config.gcc (-*-*-*vms): Added.
8695 (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
8697 * config/vms/vms-ld.c: New file.
8698 * config/vms/vms-ar.c: New file.
8699 * config/vms/t-vmsnative: New file.
8701 2011-04-18 Xinliang David Li <davidxl@google.com>
8703 * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
8705 2011-04-18 Jakub Jelinek <jakub@redhat.com>
8708 * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
8709 if TREE_TYPE (v) is non-NULL.
8711 * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
8712 gimple_get_virt_mehtod_for_binfo.
8713 * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
8714 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
8716 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
8718 2011-04-18 Michael Matz <matz@suse.de>
8719 Steve Ellcey <sje@cup.hp.com>
8721 * expr.c (expand_expr_real_2) <CASE_CONVERT>: If OP0 is a constant,
8722 use its mode as source mode if it isn't VOIDmode.
8724 2011-04-18 Dennis, CHENG Renquan <crquan@fedoraproject.org>
8726 * doc/passes.texi: Fill crossref nodes.
8728 2011-04-18 Jim Meyering <meyering@redhat.com>
8730 Fix doubled-word typos in comments and strings
8731 * config/alpha/vms-unwind.h: s/for for/for/
8732 * config/arm/unwind-arm.h: Likewise.
8733 * config/microblaze/microblaze.c: Likewise.
8734 * config/sh/constraints.md: s/in in/in/
8735 * tree-cfg.c (verify_types_in_gimple_reference): Likewise.
8737 2011-04-18 Uros Bizjak <ubizjak@gmail.com>
8739 * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
8740 (AVX_FLOAT_MODE_P): Ditto.
8741 (AVX128_VEC_FLOAT_MODE_P): Ditto.
8742 (AVX256_VEC_FLOAT_MODE_P): Ditto.
8743 (AVX_VEC_FLOAT_MODE_P): Ditto.
8744 * config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
8745 (UNSPEC_MASKSTORE): Ditto.
8746 * config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
8747 Merge from <sse>_movmsk<ssemodesuffix> and
8748 avx_movmsk<ssemodesuffix>256. Use VF mode iterator.
8749 (*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64. Use P mode
8751 (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
8752 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
8753 (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
8755 2011-04-18 Jan Hubicka <jh@suse.cz>
8757 * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
8759 * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
8760 (want_inline_function_called_once_p): Break out the logic from
8762 (edge_badness): Ensure that profile is not misupdated.
8763 (lookup_recursive_calls): Prioritize by call frequencies.
8764 (inline_small_functions): Move program size estimates here;
8765 actually process whole queue even when unit growth has been
8766 met. (to properly compute inline_failed reasons and for the
8767 case unit size decrease.) Revisit comments on recursive inlining.
8768 (ipa_inline): Remove unit summary code; first inline hot calls
8769 of functions called once, cold calls next.
8770 (order, nnodes): Remove unused variables.
8771 * Makefile.in (ipa-inline.o): No longer depent on ggc files.
8772 (GTFILES): Remove ipa-inline.c
8773 * sel-sched.c (fill_insns): Silence uninitialized var warning.
8775 2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
8777 * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
8779 2011-04-18 Jie Zhang <jie@codesourcery.com>
8780 Richard Earnshaw <rearnsha@arm.com>
8782 * arm.c (neon_builtin_type_bits): Remove.
8783 (typedef enum neon_builtin_mode): New.
8784 (T_MAX): Don't define.
8785 (typedef enum neon_builtin_datum): Remove bits, codes[],
8786 num_vars and base_fcode. Add mode, code and fcode.
8787 (VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
8788 VAR10): Change accordingly.
8789 (neon_builtin_data[]): Change accordingly
8790 (arm_init_neon_builtins): Change accordingly.
8791 (neon_builtin_compare): Remove.
8792 (locate_neon_builtin_icode): Remove.
8793 (arm_expand_neon_builtin): Change accordingly.
8795 * arm.h (enum arm_builtins): Move to ...
8796 * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
8798 * arm.c (arm_builtin_decl): Declare.
8799 (TARGET_BUILTIN_DECL): Define.
8800 (enum arm_builtins): Correct ARM_BUILTIN_MAX.
8801 (arm_builtin_decls[]): New.
8802 (arm_init_neon_builtins): Store builtin declarations in
8803 arm_builtin_decls[].
8804 (arm_init_tls_builtins): Likewise.
8805 (arm_init_iwmmxt_builtins): Likewise. Refactor initialization code.
8806 (arm_builtin_decl): New.
8808 2011-04-18 Richard Guenther <rguenther@suse.de>
8810 * tree.c (upper_bound_in_type): Build properly canonicalized
8812 (lower_bound_in_type): Likewise.
8814 2011-04-18 Richard Guenther <rguenther@suse.de>
8816 * gimple.h (gimple_call_addr_fndecl): New function.
8817 (gimple_call_fndecl): Use it.
8818 * gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
8820 * tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
8821 * tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.
8823 2011-04-18 Richard Guenther <rguenther@suse.de>
8826 * tree.c (build_string): STRING_CST is now derived from tree_typed.
8828 2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
8831 * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
8832 DECL_IN_CONSTANT_POOL without RTL.
8834 2011-04-18 Ulrich Weigand <ulrich.weigand@linaro.org>
8835 Ira Rosen <ira.rosen@linaro.org>
8838 * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
8839 to match neon_vzip/vuzp/vtrn_internal.
8840 * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
8841 outputs explicitly dependent on both inputs.
8842 (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
8844 2011-04-18 Jakub Jelinek <jakub@redhat.com>
8846 PR tree-optimization/48616
8847 * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
8848 whether the shift is by scalar or vector based on whether all SLP
8849 scalar stmts have the same rhs.
8851 2011-04-17 Chung-Lin Tang <cltang@codesourcery.com>
8853 * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
8856 2011-04-17 Richard Sandiford <rdsandiford@googlemail.com>
8859 * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
8862 2011-04-17 Jan Hubicka <jh@suse.cz>
8864 * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
8865 * cgrpahunit.c (cgraph_finalize_function): Do not set
8866 finalized_by_frontend.
8867 * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
8868 finalized_by_frontend.
8870 2011-04-17 Jan Hubicka <jh@suse.cz>
8872 * cgraph.c (cgraph_clone_node): Do not handle vtable_method
8873 * cgraph.h (struct cgraph_local_info): Drop vtable_method.
8874 * cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
8875 * lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable
8877 * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
8879 * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
8881 2011-04-17 Eric Botcazou <ebotcazou@adacore.com>
8884 * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
8885 is non-null before accessing it.
8886 (input_cgraph): Remove trailing spaces.
8888 2011-04-17 Revital Eres <revital.eres@linaro.org>
8890 * params.def (sms-min-sc): New param flag.
8891 * modulo-sched.c (sms_schedule): Use it.
8892 * doc/invoke.texi (sms-min-sc): Document it.
8894 2011-04-17 Jan Hubicka <jh@suse.cz>
8896 * lto-symtab.c (lto_cgraph_replace_node): When call statement is
8897 present, also set gimple_call_set_cannot_inline.
8898 * ipa-inline.c: Update toplevel comment.
8900 (cgraph_clone_inlined_nodes): Fix linebreaks.
8901 (cgraph_check_inline_limits): Restructure to ...
8902 (caller_growth_limits): ... this one; be more tolerant
8903 on growth in nested inline chains; add explanatory comment;
8904 fix stack accounting thinko introduced by previous patch.
8905 (cgraph_default_inline_p): Remove.
8906 (report_inline_failed_reason): New function.
8907 (can_inline_edge_p): New function.
8908 (can_early_inline_edge_p): New function.
8909 (leaf_node_p): Move upwards in file.
8910 (want_early_inline_function_p): New function.
8911 (want_inline_small_function_p): New function.
8912 (want_inline_self_recursive_call_p): New function.
8913 (cgraph_edge_badness): Rename to ...
8914 (edge_badness) ... this one; fix linebreaks.
8915 (update_edge_key): Update call of edge_baddness; add
8916 detailed dump about queue updates.
8917 (update_caller_keys): Use can_inline_edge_p and
8918 want_inline_small_function_p.
8919 (cgraph_decide_recursive_inlining): Rename to...
8920 (recursive_inlining): Use can_inline_edge_p and
8921 want_inline_self_recursive_call_p; simplify and remove no longer
8923 (cgraph_set_inline_failed): Remove.
8924 (add_new_edges_to_heap): Use can_inline_edge_p and
8925 want_inline_small_function_p.
8926 (cgraph_decide_inlining_of_small_functions): Rename to ...
8927 (inline_small_functions): ... this one; cleanup; use
8928 can/want predicates; cleanup debug ouput; work edges till fibheap
8929 is exhausted and do not stop once unit growth is reached; remove
8930 later loop processing remaining edges.
8931 (cgraph_flatten): Rename to ...
8932 (flatten_function): ... this one; use can_inline_edge_p
8933 and can_early_inline_edge_p predicates.
8934 (cgraph_decide_inlining): Rename to ...
8935 (ipa_inline): ... this one; remove unreachable nodes before
8936 inlining functions called once; simplify the pass.
8937 (cgraph_perform_always_inlining): Rename to ...
8938 (inline_always_inline_functions): ... this one; use
8939 DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p predicate.
8940 (cgraph_decide_inlining_incrementally): Rename to ...
8941 (early_inline_small_functions): ... this one; simplify
8942 using new predicates; cleanup; make dumps prettier.
8943 (cgraph_early_inlining): Rename to ...
8944 (early_inliner): newer inline regular functions into always-inlines;
8945 fix updating of call stmt summaries.
8946 (pass_early_inline): Update for new names.
8947 (inline_transform): Fix formating.
8948 (gate_cgraph_decide_inlining): Rename to ...
8949 (pass_ipa_inline): ... this one.
8950 * ipa-inline.h (inline_summary): Remove disregard_inline_limits.
8951 * ipa-inline-analysis.c (dump_inline_summary): Update.
8952 (compute_inline_parameters): Do not compute disregard_inline_limits;
8953 look for mismatching arguments.
8954 (estimate_growth): Fix handlig of non-trivial self recursion.
8955 (inline_read_summary): Do not read info->disregard_inline_limits.
8956 (inline_write_summary): Do not write info->disregard_inline_limits.
8957 * tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove
8958 and move all checks into can_inline_edge_p predicate; re-enable code
8959 comparing optimization levels.
8960 (expand_call_inline): Do not test inline_forbidden_into_p.
8961 * Makefile.in (ipa-inline.o): Update arguments.
8963 2011-04-17 Revital Eres <revital.eres@linaro.org>
8965 * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
8967 2011-04-17 Revital Eres <revital.eres@linaro.org>
8969 * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
8971 2011-04-17 Michael Matz <matz@suse.de>
8973 PR tree-optimization/48622
8975 * ipa-inline-analysis.c (inline_read_summary): Read size/time
8976 in same order as they're written.
8978 2011-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8980 * config/pa/predicates.md: Reorganize and simplify predicates.
8981 Eliminate duplicate code checks.
8982 (arith_operand): Rename to arith14_operand
8983 (reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
8984 * config/pa/pa.md: Use renamed operands.
8985 * config/pa/pa-protos.h (symbolic_operand): Delete declaration.
8986 (tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
8987 arith11_operand, adddi3_operand, indexed_memory_operand,
8988 symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
8989 arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
8990 borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
8991 move_dest_operand, move_src_operand, prefetch_cc_operand,
8992 prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
8993 uint32_operand, reg_before_reload_operand, reg_or_0_operand,
8994 reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
8995 div_operand, int5_operand, movb_comparison_operator,
8996 ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
8997 arith_double_operand, ireg_operand, lhs_lshift_operand,
8998 pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
8999 integer_store_memory_operand): Likewise.
9000 * config/pa/pa.c (adddi3_operand): Move to predicates.md.
9001 (integer_store_memory_operand, read_only_operand,
9002 function_label_operand, borx_reg_operand,
9003 non_hard_reg_operand): Likewise.
9004 (eq_neq_comparison_operator): Delete unused operator.
9005 (legitimize_pic_address): Use VOIDmode for mode argument in calls to
9006 function_label_operand.
9007 (emit_move_sequence): Likewise.
9009 2011-04-16 Uros Bizjak <ubizjak@gmail.com>
9011 * config/i386/sse.md (sseunpackmode): New mode attribute.
9012 (ssepackmode): Ditto.
9013 (vec_pack_trunc_<mode>): Macroize expander from
9014 vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
9015 (vec_unpacks_lo_<mode>): Macroize expander from
9016 vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
9017 (vec_unpacks_hi_<mode>): Macroize expander from
9018 vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
9019 (vec_unpacku_lo_<mode>): Macroize expander from
9020 vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
9021 (vec_unpacku_hi_<mode>): Macroize expander from
9022 vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
9023 * config/i386/i386.c (ix86_expand_sse_unpack): Merge with
9024 ix86_expand_sse4_unpack.
9025 * config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.
9027 2011-04-16 Jan Hubicka <jh@suse.cz>
9029 * cgraphbuild.c: Include ipa-inline.h.
9030 (reset_inline_failed): Use initialize_inline_failed.
9031 * cgraph.c: Include ipa-inline.h.
9032 (cgraph_create_node_1): Do not initialize estimated_growth.
9033 (initialize_inline_failed): More to ipa-inline-analysis.c
9034 (dump_cgraph_node): Do not dump inline flags.
9035 * cgraph.h (cgraph_local_info): Remove inlineable, versionable
9036 and disregard_inline_limits flags.
9037 (cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
9038 time, size, estimated_growth.
9039 * ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary):
9041 * cgraphunit.c (cgraph_decide_is_function_needed): Use
9042 DECL_DISREGARD_INLINE_LIMITS.
9043 (cgraph_analyze_function): Do not initialize
9044 node->local.disregard_inline_limits.
9045 * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
9046 inlinable, versionable and disregard_inline_limits.
9047 * ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
9048 cgraph_check_inline_limits, cgraph_default_inline_p,
9049 cgraph_edge_badness, update_caller_keys, update_callee_keys,
9050 add_new_edges_to_heap): Update.
9051 (cgraph_decide_inlining_of_small_function): Update; set
9052 CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
9053 (cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
9054 cgraph_decide_inlining_incrementally): Update.
9055 * ipa-inline.h (inline_summary): Add inlinable, versionable,
9056 disregard_inline_limits, estimated_stack_size, stack_frame_offset,
9057 time, size and estimated_growth parameters.
9058 (estimate_edge_growth): Update.
9059 (initialize_inline_failed): Declare.
9060 * ipa-split.c: Include ipa-inline.h
9061 (execute_split_functions): Update.
9062 * ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
9063 (cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
9064 (record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
9065 * ipa-inline-analysis.c (inline_node_removal_hook): Update; set
9066 estimated_growth to INT_MIN.
9067 (inline_node_duplication_hook): Likewise.
9068 (dump_inline_summary): Dump new fields.
9069 (compute_inline_parameters): Update.
9070 (estimate_edge_time, estimate_time_after_inlining,
9071 estimate_size_after_inlining, estimate_growth, inline_read_summary,
9072 inline_write_summary):
9073 (initialize_inline_failed): Move here from cgraph.c.
9074 * tree-sra.c: Include ipa-inline.h.
9075 (ipa_sra_preliminary_function_checks): Update.
9076 * Makefile.in (cgraph.o, cgraphbuild.o): Add dependency on
9079 2011-04-16 Uros Bizjak <ubizjak@gmail.com>
9081 * config/i386/sse.md (V16): New mode iterator.
9083 (AVXMODEQI, AVXMODEDI): Remove.
9084 (sse2, sse3): New mode attribute.
9085 (mov<mode>): Use V16 mode iterator.
9086 (*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
9087 (push<mode>1): Use V16 mode iterator.
9088 (movmisalign<mode>): Ditto.
9089 (<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
9090 <sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
9091 (*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
9092 *<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
9093 (<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
9094 avx_movdqu<avxmodesuffix>.
9095 (*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
9096 *avx_movdqu<avxmodesuffix>.
9097 (<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
9098 avx_lddqu<avxmodesuffix>.
9099 (<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
9100 (<sse2>_movnt<mode>): Merge from sse2_movntv2di and
9101 avx_movnt<AVXMODEDI:mode>.
9102 * config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
9103 renamed sse_movups, sse2_movupd and sse2_movdqu patterns.
9105 2011-04-16 Bernd Schmidt <bernds@codesourcery.com>
9108 * haifa-sched.c (prune_ready_list, schedule_block): Use
9109 sched_pressure_p rather than flag_sched_pressure.
9111 2011-04-15 Pat Haugen <pthaugen@us.ibm.com>
9113 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
9114 cgraph_get_node instead of cgraph_get_create_node.
9116 2011-04-15 Jakub Jelinek <jakub@redhat.com>
9118 * cfgexpand.c (expand_debug_expr): Use
9119 simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
9121 2011-04-15 Michael Matz <matz@suse.de>
9123 * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
9124 * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
9125 * function.c (gimplify_parameters): Ditto.
9126 * gimplify.c (gimplify_vla_decl): Ditto.
9128 * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
9129 (gimple_call_set_alloca_for_var): New inline function.
9130 (gimple_call_alloca_for_var_p): Ditto.
9131 * gimple.c (gimple_build_call_from_tree): Remember
9132 CALL_ALLOCA_FOR_VAR_P state.
9133 * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
9135 * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
9136 calls if they were for VLA objects.
9138 2011-04-15 Martin Jambor <mjambor@suse.cz>
9140 * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
9143 2011-04-15 Martin Jambor <mjambor@suse.cz>
9146 * tree-emutls.c (lower_emutls_function_body): Call
9147 cgraph_get_create_node instead of cgraph_get_node. Do not assert the
9150 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
9152 * c-decl.c (detect_field_duplicates): Call
9153 objc_detect_field_duplicates instead of objc_get_interface_ivars.
9155 2011-04-15 Nathan Froyd <froydnj@codesourcery.com>
9157 * gimple.h (gimple_asm_clobbers_memory_p): Declare.
9158 * gimple.c (gimple_asm_clobbers_memory_p): Define.
9159 * ipa-pure-const.c (check_stmt): Call it.
9160 * tree-ssa-operands.c (get_asm_expr_operands): Likewise.
9162 2011-04-15 Richard Guenther <rguenther@suse.de>
9164 PR tree-optimization/48290
9165 * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
9166 Properly decide inhibiting propagation based on the valueized
9167 operand. Do loop-closed SSA form preserving here ...
9168 (init_copy_prop): ... not here.
9170 2011-04-15 H.J. Lu <hongjiu.lu@intel.com>
9173 * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
9174 (*ieee_smax<mode>3): Likewise.
9176 2011-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9178 * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
9179 Replace match_operand with match_dup for the third operand in
9182 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
9184 * combine.c (subst, combine_simlify_rtx): Add new argument, use it
9185 to track processing of conditionals. Update all callers.
9186 (try_combine, simplify_if_then_else): Update.
9188 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
9190 * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
9193 2011-04-15 Georg-Johann Lay <avr@gjlay.de>
9195 * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
9196 instead of match_operand for operand 3.
9198 2011-04-15 Richard Sandiford <richard.sandiford@linaro.org>
9200 * recog.h (insn_operand_data): Add an "allows_mem" field.
9201 * genoutput.c (output_operand_data): Initialize it.
9202 * optabs.c (maybe_legitimize_operand_same_code): New function.
9203 (maybe_legitimize_operand): Use it when matching the original
9206 2011-04-15 Eric Botcazou <ebotcazou@adacore.com>
9208 * gimplify.c: Fix issues in comments throughout.
9209 (voidify_wrapper_expr): Fix long line.
9210 (build_stack_save_restore): Likewise.
9211 (gimplify_loop_expr): Likewise.
9212 (gimplify_compound_lval): Likewise.
9213 (gimplify_init_ctor_eval): Likewise.
9214 (gimplify_modify_expr_rhs): Likewise.
9215 (omp_notice_threadprivate_variable): Likewise.
9217 2011-04-15 Eric Botcazou <ebotcazou@adacore.com>
9219 * cfgexpand.c (expand_call_stmt): Convert the function type to the
9220 original one if this is not a builtin function.
9222 2011-04-14 Jakub Jelinek <jakub@redhat.com>
9225 * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
9226 offset it as needed based on top 2 bits in operands[3], change
9227 MEM mode to SFmode and mask those 2 bits away from operands[3].
9229 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
9231 * c-parser.c (c_parser_objc_protocol_definition): Updated for
9232 change from objc_declare_protocols() to objc_declare_protocol().
9234 2011-04-14 Uros Bizjak <ubizjak@gmail.com>
9236 * config/i386/sse.md (sse4_1): New mode attribute.
9237 (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from
9238 avx_blend<ssemodesuffix><avxmodesuffix> and
9239 sse4_1_blend<ssemodesuffix> using VF mode iterator.
9240 (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from
9241 avx_blendv<ssemodesuffix><avxmodesuffix> and
9242 sse4_1_blendv<ssemodesuffix> using VF mode iterator.
9243 (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from
9244 avx_dp<ssemodesuffix><avxmodesuffix> and
9245 sse4_1_dp<ssemodesuffix> using VF mode iterator.
9246 (sse4_1_mpsadbw): Merge with *avx_mpsadbw.
9247 (sse4_1_packusdw): Merge with *avx_packusdw.
9248 (sse4_1_pblendvb): Merge with *avx_pblendvb.
9249 (sse4_1_pblendw): Merge with *avx_pblendw.
9250 (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator.
9251 (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from
9252 avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using
9254 (sse4_1_round<ssescalarmodesuffix>): Merge with
9255 *avx_round<ssescalarmodesuffix>.
9256 (aesenc): Merge with *avx_aesenc.
9257 (aesenclast): Merge with *avx_aesenclast.
9258 (aesdec): Merge with *avx_aesdec.
9259 (aesdeclast): Merge with *avx_aesdeclast.
9260 (pclmulqdq): Merge with *pclmulqdq.
9261 * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx):
9263 (nonimm_not_xmm0_operand_maybe_avx): Ditto.
9265 2011-04-14 H.J. Lu <hongjiu.lu@intel.com>
9268 * cfgexpand.c (get_decl_align_unit): Renamed to ...
9269 (align_local_variable): This. Update DECL_ALIGN.
9270 (add_stack_var): Updated.
9271 (expand_one_stack_var): Likewise.
9273 2011-04-14 Richard Guenther <rguenther@suse.de>
9275 * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
9277 (dse_initialize_block_local_data, dse_leave_block,
9278 record_voperand_set, get_stmt_uid): Likewise.
9279 (dse_possible_dead_store_p): Allow any kind of killing stmt.
9280 (dse_optimize_stmt): Remove voperand set handling code.
9281 Simplify and improve to handle any kind of killing stmt.
9282 (dse_record_phi): Remove.
9283 (dse_enter_block): Simplify.
9284 (tree_ssa_dse): Likewise.
9285 * tree-ssa-alias.c (stmt_kills_ref_p_1): Handle some builtins.
9287 2011-04-14 Jan Hubicka <jh@suse.cz>
9289 * cgraph.c (dump_cgraph_node): Do not dump inline summaries.
9290 * cgraph.h (struct inline_summary): Move to ipa-inline.h
9291 (cgraph_local_info): Remove inline_summary.
9292 * ipa-cp.c: Include ipa-inline.h.
9293 (ipcp_cloning_candidate_p, ipcp_estimate_growth,
9294 ipcp_estimate_cloning_cost, ipcp_insert_stage): Use inline_summary
9296 * lto-cgraph.c (lto_output_node): Do not stream inline summary.
9297 (input_overwrite_node): Do not set inline summary.
9298 (input_node): Do not stream inline summary.
9299 * ipa-inline.c (cgraph_decide_inlining): Dump inline summaries.
9300 (cgraph_decide_inlining_incrementally): Do not try to estimate overall
9301 growth; we do not have inline parameters computed for that anyway.
9302 (cgraph_early_inlining): After inlining compute call_stmt_sizes.
9303 * ipa-inline.h (struct inline_summary): Move here from ipa-inline.h
9304 (inline_summary_t): New type and VECtor.
9305 (debug_inline_summary, dump_inline_summaries): Declare.
9306 (inline_summary): Use VOCtor.
9307 (estimate_edge_growth): Kill hack computing call stmt size directly.
9308 * lto-section-in.c (lto_section_name): Add inline section.
9309 * ipa-inline-analysis.c: Include lto-streamer.h
9310 (node_removal_hook_holder, node_duplication_hook_holder): New holders
9311 (inline_node_removal_hook, inline_node_duplication_hook): New functions.
9312 (inline_summary_vec): Define.
9313 (inline_summary_alloc, dump_inline_summary, debug_inline_summary,
9314 dump_inline_summaries): New functions.
9315 (estimate_function_body_sizes): Properly compute size/time of outgoing
9317 (compute_inline_parameters): Alloc inline_summary; do not compute
9318 size/time of incomming calls.
9319 (estimate_edge_time): Avoid missing time summary hack.
9320 (inline_read_summary): Read inline summary info.
9321 (inline_write_summary): Write inline summary info.
9322 (inline_free_summary): Free all hooks and inline summary vector.
9323 * lto-streamer.h: Add LTO_section_inline_summary section.
9324 * Makefile.in (ipa-cp.o, ipa-inline-analysis.o): Update dependencies.
9325 * ipa.c (cgraph_remove_unreachable_nodes): Fix dump file formating.
9327 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
9329 * tree-vectorizer.h (vect_strided_store_supported): Add a
9330 HOST_WIDE_INT argument.
9331 (vect_strided_load_supported): Likewise.
9332 (vect_permute_store_chain): Return void.
9333 (vect_transform_strided_load): Likewise.
9334 (vect_permute_load_chain): Delete.
9335 * tree-vect-data-refs.c (vect_strided_store_supported): Take a
9336 count argument. Check that the count is a power of two.
9337 (vect_strided_load_supported): Likewise.
9338 (vect_permute_store_chain): Return void. Update after above changes.
9339 Assert that the access is supported.
9340 (vect_permute_load_chain): Likewise.
9341 (vect_transform_strided_load): Return void.
9342 * tree-vect-stmts.c (vectorizable_store): Update calls after
9343 above interface changes.
9344 (vectorizable_load): Likewise.
9345 (vect_analyze_stmt): Don't check for strided powers of two here.
9347 2011-04-14 Richard Guenther <rguenther@suse.de>
9349 PR tree-optimization/48590
9350 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
9351 BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
9352 (call_may_clobber_ref_p_1): Handle BUILT_IN_ALLOCA and
9353 BUILT_IN_STACK_SAVE.
9354 * tree-ssa-dce.c (propagate_necessity): Handle
9355 BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
9357 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
9359 * c-parser.c (c_parser_objc_class_declaration): Updated call to
9362 2011-04-14 Richard Guenther <rguenther@suse.de>
9364 * tree.h (get_object_alignment_1): Declare.
9365 * builtins.c (get_object_alignment_1): Split out worker from ...
9366 (get_object_alignment): ... here.
9367 * fold-const.c (get_pointer_modulus_and_residue): Use
9368 get_object_alignment_1.
9370 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
9372 * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
9374 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add an aggr_type
9375 parameter. Generalise code to handle arrays as well as vectors.
9376 (vect_setup_realignment): Update accordingly.
9377 * tree-vect-stmts.c (vectorizable_store): Likewise.
9378 (vectorizable_load): Likewise.
9380 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
9382 * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
9383 within the per-copy loop.
9385 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
9387 * tree-vect-stmts.c (vectorizable_load): Print the number of copies
9390 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
9392 * doc/options.texi (Negative): Explicitly mention that the
9393 Negative chain must be circular.
9395 2011-04-14 Nathan Froyd <froydnj@codesourcery.com>
9397 * function.h (block_chainon): Declare.
9398 * function.c (block_chainon): Define.
9400 2011-04-14 Anatoly Sokolov <aesok@post.ru>
9401 Eric Weddington <eric.weddington@atmel.com>
9402 Georg-Johann Lay <avr@gjlay.de>
9404 * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
9406 (avr_init_builtins, avr_expand_builtin,
9407 avr_expand_delay_cycles, avr_expand_unop_builtin,
9408 avr_expand_binop_builtin ): New functions.
9409 (avr_builtin_id): New enum
9410 (struct avr_builtin_description): New struct
9411 (bdesc_1arg, bdesc_2arg): New arrays describing some RTL builtins.
9412 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
9414 * config/avr/avr.md (UNSPEC_FMUL, UNSPEC_FMULS, UNSPEC_FMULSU,
9415 UNSPECV_ENABLE_IRQS, UNSPECV_NOP, UNSPECV_SLEEP, UNSPECV_WDR,
9416 UNSPECV_DELAY_CYCLES): new enumeration values
9417 (UNSPEC_SEI, UNSPEC_CLI): Remove enumeration values
9418 ("enable_interrupt"): Use UNSPECV_ENABLE_IRQS
9419 ("disable_interrupt"): Use UNSPECV_ENABLE_IRQS
9420 ("*rotlqi3_4"): rename insn to "rotlqi3_4"
9421 ("delay_cycles_1", "delay_cycles_2", "delay_cycles_3",
9422 "delay_cycles_4", "nopv", "sleep", "wdr", "fmul", "fmuls",
9423 "fmulsu"): New insns
9425 * config/avr/avr-c.c: fix line endings
9426 (avr_cpu_cpp_builtins): New builtin defines: __BUILTIN_AVR_NOP,
9427 __BUILTIN_AVR_SEI, __BUILTIN_AVR_CLI, __BUILTIN_AVR_WDR,
9428 __BUILTIN_AVR_SLEEP, __BUILTIN_AVR_SWAP,
9429 __BUILTIN_AVR_DELAY_CYCLES, __BUILTIN_AVR_FMUL,
9430 __BUILTIN_AVR_FMULS, __BUILTIN_AVR_FMULSU.
9432 * doc/extend.texi (AVR Built-in Functions): New node
9433 (Target Builtins): Add documentation of AVR
9436 2011-04-14 Georg-Johann Lay <avr@gjlay.de>
9439 * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
9440 alone. Error if non-const data has attribute progmem.
9442 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
9444 * tree.h (struct tree_constructor): Include tree_typed instead of
9446 * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
9447 TS_TYPED instead of TS_COMMON.
9449 2011-04-13 Uros Bizjak <ubizjak@gmail.com>
9451 * config/i386/sse.md (*sse2_uavgv16qi3): Merge with *avx_uavgv16qi3.
9452 (*sse2_uavgv8hi3): Merge with *avx_uavgv8hi3.
9453 (sse2_psadbw): Merge with *avx_psadbw.
9454 (ssse3_phaddwv8hi3): Merge with *avx_phaddwv8hi3.
9455 (ssse3_phadddv4si3): Merge with *avx_phadddv4si3.
9456 (ssse3_phaddswv8hi3): Merge with *avx_phaddswv8hi3.
9457 (ssse3_phsubwv8hi3): Merge with *avx_phsubwv8hi3.
9458 (ssse3_phsubdv4si3): Merge with *avx_phsubdv4si3.
9459 (ssse3_phsubswv8hi3): Merge with *avx_phsubswv8hi3.
9460 (ssse3_pmaddubsw128): Merge with *avx_pmaddubsw128.
9461 (*ssse3_pmulhrswv8hi3): Merge with *avx_pmulhrswv8hi3.
9462 (ssse3_pshufbv16qi3): Merge with *avx_pshufbv16qi3.
9463 (ssse3_psign<mode>3): Merge with *avx_psign<mode>3.
9464 (ssse3_palignrti): Merge with *avx_palignrti.
9466 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
9468 * tree-flow.h (struct gimple_df): Make free_ssanames a VEC.
9469 * tree-ssanames.c (fini_ssanames): VEC_free it.
9470 (make_ssa_name_fn): Update for VECness of free_ssanames.
9471 (release_ssa_name, release_dead_ssa_names): Likewise.
9472 * tree.h (struct tree_ssa_name): Include tree_typed instead of
9474 * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
9475 TS_TYPED instead of TS_COMMON.
9477 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
9479 * postreload-gcse.c (gcse_after_reload_main): Add calls to
9480 statistics_counter_event.
9481 * tree-ssa-copyrename.c (stats): Define.
9482 (rename_ssa_copies): Count coalesced SSA_NAMEs. Add call to
9483 statistics_counter_event.
9484 * tree-ssa-math-opts.c (reciprocal_stats, sincos_stats): Define.
9485 (bswap_stats, widen_mul_stats): Define.
9486 (insert_reciprocals): Increment rdivs_inserted.
9487 (execute_cse_reciprocals): Zeroize reciprocal_stats. Increment
9488 rfuncs_inserted. Add calls to statistics_counter_event.
9489 (execute_cse_sincos_1): Increment inserted.
9490 (execute_cse_sincos): Zeroize sincos_stats. Add call to
9491 statistics_counter_event.
9492 (execute_optimize_bswap): Zeroize bswap_stats. Increment fields
9493 of bswap_stats. Add calls to statistics_counter_event.
9494 (convert_mult_to_widen): Increment widen_mults_inserted.
9495 (convert_plusminus_to_widen): Increment maccs_inserted.
9496 (convert_mult_to_fma): Increment fmas_inserted.
9497 (execute_optimize_widening_mul): Zeroize widen_mul_stats. Add
9498 calls to statistics_counter_event.
9500 2011-04-13 Vladimir Makarov <vmakarov@redhat.com>
9502 PR rtl-optimization/48455
9503 * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
9504 `temp_costs->mem_cost'.
9506 2011-04-13 Jan Hubicka <jh@suse.cz>
9508 * ipa-inline.h: New file.
9509 * ipa-inline-analysis.c: New file. Broken out of ...
9510 * ipa-inline.c: ... this file; update toplevel comment;
9511 include ipa-inline.h
9512 (inline_summary): Move to ipa-inline.h
9513 (cgraph_estimate_edge_time): Rename to estimate_edge_time; move to
9514 ipa-inline-analysis.c.
9515 (cgraph_estimate_time_after_inlining): Rename to
9516 estiamte_time_after_inlining; move to ipa-inline-analysis.c
9517 (cgraph_estimate_edge_growth): Move to ipa-inline-analysis.c; rename
9518 to estimate_edge_growth.
9519 (cgraph_estimate_size_after_inlining): Move to ipa-inline-analysis.c;
9520 rename to estimate_size_after_inlining.
9521 (cgraph_mark_inline_edge): Update for new naming convention.
9522 (cgraph_check_inline_limits): Likewise.
9523 (cgraph_edge_badness): Likewise.
9524 (cgraph_decide_recursive_inlining): Likewise.
9525 (cgraph_decide_inlining_of_small_functions): Likewise.
9526 (cgraph_decide_inlining_incrementally): Likewise.
9527 (cgraph_estimate_growth): Rename to estimate_growth; move to
9528 ipa-inline-analysis.c.
9529 (eliminated_by_inlining_prob): Move to ipa-inline-analysis.c.
9530 (estimate_function_body_sizes): Move to ipa-inline-analysis.c.
9531 (compute_inline_parameters): Likewise.
9532 (compute_inline_parameters_for_current): Likewise.
9533 (pass_inline_parameters): Likewise.
9534 (inline_indirect_intraprocedural_analysis): Likewise.
9535 (analyze_function): Rename to inline_analyze_function; likewise.
9536 (add_new_function): Move to ipa-inline-analysis.c.
9537 (inline_generate_summary): Likewise.
9538 (inline_read_summary): Likewise.
9539 (inline_write_summary): Likewise.
9540 * Makefile.in (ipa-inline-analysis.c): New file.
9542 2011-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9544 * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
9545 * configure: Regenerate.
9547 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
9549 * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
9550 instead of tree_common.
9551 (struct tree_fixed_cst, struct tree_string, struct tree_complex):
9553 * tree.c (initialize_tree_contains_struct): Mark such nodes as being
9554 TS_TYPED rather than TS_COMMON.
9555 * print-tree.c (print_node) [STRING_CST]: Don't print TREE_CHAIN.
9557 2011-04-01 Georg-Johann Lay <avr@gjlay.de>
9560 * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
9561 r20 around calls of __tablejump_elpm__
9563 2011-04-13 Jakub Jelinek <jakub@redhat.com>
9566 * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
9568 (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
9570 2011-04-13 Bernd Schmidt <bernds@codesourcery.com>
9572 * dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.
9573 (dw_cfi_ref): Add DEF_VEC_P and some DEF_VEC_ALLOC_Ps.
9574 (cfi_vec): New typedef.
9575 (struct dw_fde_struct): Make dw_fde_cfi a cfi_vec. Replace
9576 dw_fde_switch_cfi with an integer dw_fde_switch_cfi_index.
9577 (cie_cfi_vec): New static variable.
9578 (cie_cfi_head): Delete.
9579 (add_cfi): Accept a cfi_vec * as first argument. All callers and
9580 declaration changed. Use vector rather than list operations.
9581 (new_cfi): Don't initialize the dw_cfi_next field.
9582 (add_fde_cfi): Allocate cie_cfi_vec if necessary. Use vector
9583 rather than list operations.
9584 (lookup_cfa): Use vector rather than list operations.
9585 (output_cfis): New argument upto. Accept a cfi_vec rather than
9586 a dw_cfi_ref list head as argument. All callers changed.
9587 Iterate over the vector using upto as a maximum index.
9588 (output_all_cfis): New static function.
9589 (output_fde): Use vector rather than list operations. Use the
9590 new upto argument for output_cfis rather than manipulating a
9592 (dwarf2out_begin_prologue): Change initializations to match
9594 (dwarf2out_switch_text_section): Initialize dw_fde_switch_cfi_index
9595 from the vector length rather than searching for the end of a list.
9596 Use output_all_cfis.
9597 (convert_cfa_to_fb_loc_list): Use vector rather than list operations.
9599 2011-04-13 Nick Clifton <nickc@redhat.com>
9601 * config/rx/rx.md (movmemsi): Do not use this pattern when
9602 volatile pointers are involved.
9604 2011-04-13 Uros Bizjak <ubizjak@gmail.com>
9606 * config/i386/sse.md (pinsrbits): Remove.
9607 (sse2_packsswb): Merge with *avx_packsswb.
9608 (sse2_packssdw): Merge with *avx_packssdw.
9609 (sse2_packuswb): Merge with *avx_packuswb.
9610 (vec_interleave_highv16qi): Merge with *avx_interleave_highv16qi.
9611 (vec_interleave_lowv16qi): Merge with *avx_interleave_lowv16qi.
9612 (vec_interleave_highv8hi): Merge with *avx_interleave_highv8hi.
9613 (vec_interleave_lowv8hi): Merge with *avx_interleave_lowv8hi.
9614 (vec_interleave_highv4si): Merge with *avx_interleave_highv4si.
9615 (vec_interleave_lowv4si): Merge with *avx_interleave_lowv4si.
9616 (*sse4_1_pinsrb): Merge with *avx_pinsr<ssevecsize>.
9617 (*sse2_pinsrw): Merge with *avx_pinsr<ssevecsize>.
9618 (*sse4_1_pinsrd): Merge with *avx_pinsr<ssevecsize>.
9619 (*sse4_1_pinsrq): Merge with *avx_pinsrq.
9620 (sse2_loadld): Merge with *avx_loadld.
9621 (*vec_extractv2di_1_rex64): Merge with *vec_extractv2di_1_rex64_avx.
9622 (*vec_extractv2di_1_sse2): Merge with *vec_extractv2di_1_avx.
9623 (*vec_concatv2si_sse4_1): Merge with *vec_concatv2si_avx.
9624 (*vec_concatv2di_rex64_sse4_1): Merge with *vec_concatv2di_rex64_avx.
9625 (vec_concatv2di): Merge with *vec_concatv2di_avx.
9627 2011-04-12 Nathan Froyd <froydnj@codesourcery.com>
9629 * c-decl.c (union lang_tree_node): Check for TS_COMMON before
9631 * print-tree.c (print_node): Likewise.
9632 * tree-inline.c (copy_tree_r): Likewise.
9633 * c-lang.c (LANG_HOOKS_INIT_TS): Define.
9634 * lto-streamer-in.c (lto_input_tree_pointers): Check for TS_TYPED
9635 instead of TS_COMMON.
9636 * lto-streamer-out.c (lto_output_tree_pointers): Likewise.
9637 * tree.c (initialize_tree_contains_struct): Handle TS_TYPED.
9638 (copy_node_stat): Zero TREE_CHAIN only if necessary.
9639 (MARK_TS_BASE, MARK_TS_TYPED, MARK_TS_COMMON): Move these...
9640 (MARK_TS_DECL_COMMON, MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL):
9642 (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
9644 (TREE_CHAIN): Check for a TS_COMMON structure.
9645 (TREE_TYPE): Check for a TS_TYPED structure.
9647 2011-04-12 Pat Haugen <pthaugen@us.ibm.com>
9649 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
9650 cgraph_get_create_node instead of cgraph_node.
9652 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
9654 * c-parser.c (c_parser_initelt): Updated call to
9655 objc_build_message_expr.
9656 (c_parser_postfix_expression): Likewise.
9658 2011-04-12 Kai Tietz <ktietz@redhat.com>
9660 * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
9661 MASK_MS_BITFIELD_LAYOUT bit.
9663 2011-04-12 Jakub Jelinek <jakub@redhat.com>
9665 * combine.c (update_cfg_for_uncondjump): Instead of testing at_end
9666 assert it is always true.
9667 (try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
9670 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
9672 * c-parser.c (c_lex_one_token): Rewritten conditional used when
9673 compiling Objective-C to be more efficient.
9675 2011-04-12 Axel Freyn <axel-freyn@gmx.de>
9677 * opts-common.c (decode_cmdline_options_to_array): Remove variable
9680 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
9682 * recog.h, genoutput.c, optabs.c: Revert last patch.
9684 2011-04-12 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9687 * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
9689 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
9691 * recog.h (insn_operand_data): Add an "allows_mem" field.
9692 * genoutput.c (output_operand_data): Initialize it.
9693 * optabs.c (maybe_legitimize_operand_same_code): New function.
9694 (maybe_legitimize_operand): Use it when matching the original
9697 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
9699 * genpreds.c (process_define_predicate): Move most processing
9700 to gensupport.c. Continue to validate the expression.
9701 * genrecog.c (did_you_mean_codes, compute_predicate_codes)
9702 (process_define_predicate): Move processing to gensupport.c.
9703 (main): Remove DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE cases.
9704 * gensupport.c (did_you_mean_codes): Moved from genrecog.c.
9705 (compute_predicate_codes): Moved from genrecog.c. Add lineno
9707 (valid_predicate_name_p): New function, split out from old
9708 genpreds.c:process_define_predicate.
9709 (process_define_predicate): New function, combining code from
9710 old genpreds.c and genrecog.c functions.
9711 (process_rtx): Call it for DEFINE_PREDICATE and
9712 DEFINE_SPECIAL_PREDICATE.
9714 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
9716 * config/arm/arm.c (arm_print_operand): Use MEM_SIZE to get the
9717 size of a '%A' memory reference.
9718 (T_DREG, T_QREG): New neon_builtin_type_bits.
9719 (arm_init_neon_builtins): Assert that the load and store operands
9720 are neon_struct_operands.
9721 (locate_neon_builtin_icode): Provide the neon_builtin_type_bits.
9722 (NEON_ARG_MEMORY): New builtin_arg.
9723 (neon_dereference_pointer): New function.
9724 (arm_expand_neon_args): Add a neon_builtin_type_bits argument.
9725 Handle NEON_ARG_MEMORY.
9726 (arm_expand_neon_builtin): Update after above interface changes.
9727 Use NEON_ARG_MEMORY for loads and stores.
9728 * config/arm/predicates.md (neon_struct_operand): New predicate.
9729 * config/arm/iterators.md (V_two_elem): Tweak formatting.
9730 (V_three_elem): Use BLKmode for accesses that have no associated mode.
9731 (V_four_elem): Tweak formatting.
9732 * config/arm/neon.md (neon_vld1<mode>, neon_vld1_dup<mode>)
9733 (neon_vst1_lane<mode>, neon_vst1<mode>, neon_vld2<mode>)
9734 (neon_vld2_lane<mode>, neon_vld2_dup<mode>, neon_vst2<mode>)
9735 (neon_vst2_lane<mode>, neon_vld3<mode>, neon_vld3_lane<mode>)
9736 (neon_vld3_dup<mode>, neon_vst3<mode>, neon_vst3_lane<mode>)
9737 (neon_vld4<mode>, neon_vld4_lane<mode>, neon_vld4_dup<mode>)
9738 (neon_vst4<mode>): Replace pointer operand with a memory operand.
9739 Use %A in the output template.
9740 (neon_vld3qa<mode>, neon_vld3qb<mode>, neon_vst3qa<mode>)
9741 (neon_vst3qb<mode>, neon_vld4qa<mode>, neon_vld4qb<mode>)
9742 (neon_vst4qa<mode>, neon_vst4qb<mode>): Likewise, but halve
9743 the width of the memory access. Remove post-increment.
9744 * config/arm/neon-testgen.ml: Allow addresses to have an alignment.
9746 2011-04-12 Nick Clifton <nickc@redhat.com>
9748 * config/v850/v850.c (expand_prologue): Do not use the CALLT
9749 instruction for interrupt handlers if the target is the basic V850
9751 (expand_epilogue): Likewise.
9753 2011-04-12 Jakub Jelinek <jakub@redhat.com>
9755 PR rtl-optimization/48549
9756 * combine.c (propagate_for_debug): Also stop after BB_END of
9757 this_basic_block. Process LAST and just stop processing after it.
9758 (combine_instructions): If last_combined_insn has been deleted,
9759 set last_combined_insn to its PREV_INSN.
9761 2011-04-12 Richard Guenther <rguenther@suse.de>
9763 PR tree-optimization/46076
9764 * gimple.h (struct gimple_statement_call): Add fntype field.
9765 (gimple_call_fntype): Adjust.
9766 (gimple_call_set_fntype): New function.
9767 * gimple.c (gimple_build_call_1): Set the call function type.
9768 * gimplify.c (gimplify_call_expr): Preserve the function
9769 type the frontend used for the call.
9770 (gimplify_modify_expr): Likewise.
9771 * lto-streamer-in.c (input_gimple_stmt): Input the call stmts
9773 * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
9775 * tree-ssa.c (useless_type_conversion_p): Function pointer
9776 conversions are useless.
9778 2011-04-12 Martin Jambor <mjambor@suse.cz>
9780 * cgraph.h (cgraph_node): Remove function declaration.
9781 (cgraph_create_node): Declare.
9782 (cgraph_get_create_node): Likewise.
9783 * cgraph.c (cgraph_create_node): Renamed to cgraph_create_node_1.
9784 Updated all callers.
9785 (cgraph_node): Renamed to cgraph_create_node, assert that a node for
9786 the decl does not already exist. Call cgraph_get_create_node instead
9788 (cgraph_get_create_node): New function.
9789 (cgraph_same_body_alias): Update comment.
9790 (cgraph_set_call_stmt): Call cgraph_get_node instead of cgraph_node,
9791 assert it does not return NULL.
9792 (cgraph_update_edges_for_call_stmt): Likewise.
9793 (cgraph_clone_edge): Likewise.
9794 (cgraph_create_virtual_clone): Likewise.
9795 (cgraph_update_edges_for_call_stmt_node): Call cgraph_get_create_node
9796 instead of cgraph_node.
9797 (cgraph_add_new_function): Call cgraph_create_node or
9798 cgraph_get_create_node instead of cgraph_node.
9799 * cgraphbuild.c (record_reference): Call cgraph_get_create_node
9800 instead of cgraph_node.
9801 (record_eh_tables): Likewise.
9802 (mark_address): Likewise.
9803 (mark_load): Likewise.
9804 (build_cgraph_edges): Call cgraph_get_create_node instead
9806 (rebuild_cgraph_edges): Likewise.
9807 * cgraphunit.c (cgraph_finalize_function): Call cgraph_get_create_node
9808 instead of cgraph_node.
9809 (cgraph_copy_node_for_versioning): Call cgraph_create_node instead of
9811 * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Call
9812 cgraph_create_node instead of cgraph_node.
9813 * c-decl.c (finish_function): Call cgraph_get_create_node instead
9815 * lto-cgraph.c (input_node): Likewise.
9816 * lto-streamer-in.c (input_function): Likewise.
9817 * varasm.c (mark_decl_referenced): Likewise.
9818 (assemble_alias): Likewise.
9820 2011-04-12 Martin Jambor <mjambor@suse.cz>
9822 * tree-inline.c (tree_function_versioning): Call cgraph_get_node
9823 instead of cgraph_node and assert it does not return NULL.
9824 * lto-streamer-in.c (lto_read_body): Likewise.
9825 * omp-low.c (new_omp_context): Likewise.
9826 (create_task_copyfn): Likewise.
9827 * tree-emutls.c (lower_emutls_function_body): Likewise.
9828 * matrix-reorg.c (transform_allocation_sites): Likewise.
9830 2011-04-12 Jakub Jelinek <jakub@redhat.com>
9833 * c-typeck.c (build_asm_expr): Error out on attempts to use
9834 void type outputs or inputs for constraints that allow reg or
9837 2011-04-11 Chung-Lin Tang <cltang@codesourcery.com>
9838 Richard Earnshaw <rearnsha@arm.com>
9841 * config/arm/arm.c (arm_legitimize_reload_address): Update cases
9842 to use sign-magnitude offsets. Reject unsupported unaligned
9843 cases. Add detailed description in comments.
9844 * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
9845 condition from TARGET_32BIT to TARGET_ARM.
9847 2011-04-11 Nathan Froyd <froydnj@codesourcery.com>
9849 * tree.h (struct typed_tree): New.
9850 (struct tree_common): Include it instead of tree_base.
9851 (TREE_TYPE): Update for new location of type field.
9852 (TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
9853 (DECL_USER_ALIGN, DECL_PACKED): Likewise.
9854 (union tree_node): Add typed field.
9855 * treestruct.def (TS_TYPED): New.
9856 * lto-streamer.c (check_handled_ts_structures): Handle it.
9857 * tree.c (MARK_TS_TYPED): New macro.
9858 (MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
9860 2011-04-11 Eric Botcazou <ebotcazou@adacore.com>
9862 * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
9863 (force_nonfallthru): Do not alter the loop nest if no basic block
9866 2011-04-11 Uros Bizjak <ubizjak@gmail.com>
9868 * config/i386/sse.md (VI): New mode iterator.
9870 (AVX256MODEI): Ditto.
9871 (AVXMODEF4P): Ditto.
9872 (avxvecpsmode): Ditto.
9873 (one_cmpl<mode>2): Enable for TARGET_SSE. Use VI mode iterator.
9874 (sse2_andnot<mode>3): New expander.
9875 (*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
9876 *avx_andnot<mode>3. Enable for TARGET_SSE. Use VI mode iterator.
9877 (<any_logic:code><mode>3): Use VI mode iterator.
9878 (*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
9879 and *avx_<any_logic:code><mode>3. Use VI mode iterator.
9880 (*andnottf3): Handle AVX three-operand constraints.
9881 (*<any_logic:code>tf3): Handle AVX three-operand constraints.
9883 2011-04-11 Joseph Myers <joseph@codesourcery.com>
9884 Robert Millan <rmh@gnu.org>
9886 * config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
9887 * config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
9888 GNU_USER_DYNAMIC_LINKER64): Define.
9889 (REG_NAME): Don't undefine.
9890 (MD_UNWIND_SUPPORT): Undefine.
9891 * config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
9892 (REG_NAME): Don't undefine.
9893 (MD_UNWIND_SUPPORT): Undefine.
9894 * config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION): Define.
9896 2011-04-11 Joseph Myers <joseph@codesourcery.com>
9898 * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
9899 (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
9901 2011-04-11 Xinliang David Li <davidxl@google.com>
9903 * value-profile.c (check_ic_target): New function.
9904 (gimple_ic_transform): Sanity check indirect call target.
9905 * gimple-low.c (gimple_check_call_args): Interface change.
9906 (gimple_check_call_matching_types): New function.
9907 * tree-inline.c (tree_can_inline_p): Call new function.
9909 2011-04-11 Basile Starynkevitch <basile@starynkevitch.net>
9911 * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
9912 tree-pretty-print.h & realmpfr.h.
9914 2011-04-11 Vladimir Makarov <vmakarov@redhat.com>
9917 * ira.c (setup_pressure_classes): Fix typo in loop condition.
9918 (setup_allocno_and_important_classes): Ditto.
9920 2011-04-11 Joseph Myers <joseph@codesourcery.com>
9922 * config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
9923 GNU_USER_DYNAMIC_LINKER.
9924 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
9925 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9926 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
9927 LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
9928 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
9929 GNU_USER_TARGET_OS_CPP_BUILTINS.
9930 * config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
9931 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9932 * config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
9933 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9934 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
9935 LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
9936 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
9937 GNU_USER_TARGET_OS_CPP_BUILTINS.
9938 * config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
9939 GNU_USER_DYNAMIC_LINKER.
9940 * config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
9941 GNU_USER_TARGET_OS_CPP_BUILTINS.
9942 * config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
9943 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9944 * config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
9945 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9946 * config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
9947 * config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
9948 GNU_USER_DYNAMIC_LINKER64): Remove.
9949 * config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
9950 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9951 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
9952 GNU_USER_DYNAMIC_LINKER.
9953 * config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
9954 GNU_USER_TARGET_OS_CPP_BUILTINS.
9955 * config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
9956 GNU_USER_TARGET_OS_CPP_BUILTINS.
9957 * config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
9958 to GNU_USER_TARGET_OS_CPP_BUILTINS.
9959 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
9960 GNU_USER_TARGET_OS_CPP_BUILTINS.
9961 (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
9962 (LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
9963 (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
9964 * config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
9965 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9966 * config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
9967 GNU_USER_DYNAMIC_LINKER.
9968 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
9969 GNU_USER_TARGET_OS_CPP_BUILTINS.
9970 * config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
9971 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9972 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
9973 GNU_USER_DYNAMIC_LINKER.
9974 * config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
9975 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9976 * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
9977 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9978 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
9979 GNU_USER_DYNAMIC_LINKER.
9980 * config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
9981 GNU_USER_DYNAMIC_LINKERN32.
9982 (LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
9983 GNU_USER_DYNAMIC_LINKERN32. Change LINUX_DYNAMIC_LINKER64 to
9984 GNU_USER_DYNAMIC_LINKER64. Change LINUX_DYNAMIC_LINKER32 to
9985 GNU_USER_DYNAMIC_LINKER32.
9986 * config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
9987 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9988 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
9989 GNU_USER_DYNAMIC_LINKER.
9990 * config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
9991 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9992 * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
9993 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
9994 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
9995 * config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
9996 GNU_USER_DYNAMIC_LINKER32.
9997 (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
9998 * config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
9999 GNU_USER_DYNAMIC_LINKER.
10000 * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
10001 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
10002 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
10003 GNU_USER_DYNAMIC_LINKER32. Change LINUX_DYNAMIC_LINKER64 to
10004 GNU_USER_DYNAMIC_LINKER64.
10005 * config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
10006 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
10007 (SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
10008 GNU_USER_DYNAMIC_LINKER.
10009 * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
10010 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
10011 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
10012 GNU_USER_DYNAMIC_LINKER.
10013 * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
10014 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
10015 (LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
10016 GNU_USER_DYNAMIC_LINKER32.
10017 (LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
10018 GNU_USER_DYNAMIC_LINKER64.
10019 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
10020 GNU_USER_DYNAMIC_LINKER64.
10021 * config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
10022 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
10023 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
10024 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
10025 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
10027 2011-04-11 Joseph Myers <joseph@codesourcery.com>
10029 * config/i386/gnu-user.h: Copy from linux.h. Update comments.
10030 (LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
10031 (SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
10032 GNU_USER_DYNAMIC_LINKER.
10033 (MD_UNWIND_SUPPORT, REG_NAME): Remove.
10034 * config/i386/gnu-user64.h: Copy from linux64.h. Update comments.
10035 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
10036 (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
10037 GNU_USER_DYNAMIC_LINKER64.
10038 (MD_UNWIND_SUPPORT, REG_NAME): Remove.
10039 * config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
10040 GNU_USER_LINK_EMULATION.
10041 * config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
10042 DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
10043 ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
10044 MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
10045 PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
10046 CPP_SPEC, CC1_SPEC): Remove.
10047 (LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
10048 (GNU_USER_DYNAMIC_LINKER): Define.
10049 (ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
10050 ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
10051 ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
10052 LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
10053 TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
10054 STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
10055 TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
10056 * config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
10057 CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
10058 TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
10059 LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
10060 LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
10061 (GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
10062 (STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
10063 TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
10064 TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
10065 * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
10066 GNU_USER_DYNAMIC_LINKER.
10067 * config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
10068 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
10069 * config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
10070 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
10071 * config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
10072 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
10073 * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
10074 i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
10075 i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
10076 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new headers.
10078 2011-04-11 Kai Tietz <ktietz@redhat.com>
10082 * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
10083 * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
10085 (ix86_is_msabi_thiscall): Removed.
10086 (ix86_is_type_thiscall): Likewise.
10087 (ix86_get_callcvt): New function.
10088 (ix86_comp_type_attributes): Simplify check.
10089 (ix86_function_regparm): Use ix86_get_callcvt for calling
10090 convention attribute checks.
10091 (ix86_return_pops_args): Likewise.
10092 (ix86_static_chain): Likewise.
10093 (x86_this_parameter): Likewise.
10094 (x86_output_mi_thunk): Likewise.
10095 (ix86_function_type_abi): Optimize check for types without attributes.
10096 * config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
10097 IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
10098 IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
10100 (IX86_BASE_CALLCVT): Helper macro.
10101 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
10102 Use ix86_get_callcvt for calling convention attribute checks and avoid
10103 symbol-decoration for stdcall in TARGET_RTD case.
10104 * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
10106 (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
10109 2011-04-11 Uros Bizjak <ubizjak@gmail.com>
10111 * config/i386/sse.md (VI_128): New mode iterator.
10112 (VI12_128): Rename from SSEMODE12.
10113 (VI14_128): Rename from SSEMODE14.
10114 (VI124_128): New mode iterator.
10115 (VI24_128): Rename from SSEMODE248.
10116 (VI248_128): Rename from SSEMODE248.
10117 (SSEMODE124C8): Remove.
10118 (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
10119 (*sse2_<plusminus_insn><mode>3): Merge with
10120 *avx_<plusminus_insn><mode>3.
10121 (*mulv8hi3): Merge with *avx_mulv8hi3.
10122 (*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
10123 (*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
10124 (*sse2_pmaddwd): Merge with *avx_pmaddwd.
10125 (*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
10126 (ashr<mode>3): Merge with *avx_ashr<mode>3.
10127 (lshr<mode>3): Merge with *avx_lshr<mode>3.
10128 (ashl<mode>3): Merge with *avx_ashl<mode>3.
10129 (sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
10130 (sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
10131 (*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
10132 (*<smaxmin:code>v8hi3): Ditto.
10133 (*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
10134 (*<smaxmin:code>v16qi3): Ditto.
10135 (*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
10136 (*sse2_eq<mode>3): Ditto.
10137 (*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
10138 (*sse2_gt<mode>3): Ditto.
10139 (vcondv2di): Split out of vcond<mode>.
10140 (vconduv2di): Split out of vcondu<mode>.
10142 2011-04-11 Richard Guenther <rguenther@suse.de>
10144 * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
10145 before calling tree_low_cst.
10147 2011-04-11 Richard Guenther <rguenther@suse.de>
10149 * stor-layout.c (layout_type): Compute all array index size operations
10150 in the original type.
10151 (initialize_sizetypes): Add comment.
10152 (set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
10154 2011-04-11 Joseph Myers <joseph@codesourcery.com>
10156 * common.opt (Tbss=, Tdata=, Ttext=): New options.
10158 2011-04-11 Martin Jambor <mjambor@suse.cz>
10160 * cgraph.c (cgraph_local_info): Call cgraph_get_node instead
10161 of cgraph_node, handle NULL return value.
10162 (cgraph_global_info): Likewise.
10163 (cgraph_rtl_info): Likewise.
10164 * tree-inline.c (estimate_num_insns): Likewise.
10165 * gimplify.c (unshare_body): Likewise.
10166 (unvisit_body): Likewise.
10167 (gimplify_body): Likewise.
10168 * predict.c (optimize_function_for_size_p): Likewise.
10169 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
10170 (call_may_clobber_ref_p_1): Likewise.
10171 * varasm.c (function_section_1): Likewise.
10172 (assemble_start_function): Likewise.
10174 2011-04-11 Martin Jambor <mjambor@suse.cz>
10176 * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
10178 * final.c (rest_of_clean_state): Likewise.
10179 * gimple-iterator.c (update_call_edge_frequencies): Likewise.
10180 * passes.c (pass_init_dump_file): Likewise.
10181 (execute_all_ipa_transforms): Likewise.
10182 (function_called_by_processed_nodes_p): Likewise.
10183 * predict.c (maybe_hot_frequency_p): Likewise.
10184 (probably_never_executed_bb_p): Likewise.
10185 (compute_function_frequency): Likewise.
10186 * tree-nested.c (check_for_nested_with_variably_modified): Likewise.
10187 (unnest_nesting_tree_1): Likewise.
10188 (lower_nested_functions): Likewise.
10189 * tree-optimize.c (execute_fixup_cfg): Likewise.
10190 (tree_rest_of_compilation): Likewise.
10191 * tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
10192 * tree-sra.c (ipa_early_sra): Likewise.
10193 * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
10194 * config/i386/i386.c (ix86_compute_frame_layout): Likewise.
10195 * ipa.c (record_cdtor_fn): Likewise.
10196 * ipa-inline.c (cgraph_early_inlining): Likewise.
10197 (compute_inline_parameters_for_current): Likewise.
10198 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
10199 * ipa-pure-const.c (local_pure_const): Likewise.
10200 * ipa-split.c (split_function): Likewise.
10201 (execute_split_functions): Likewise.
10202 * cgraphbuild.c (build_cgraph_edges): Likewise.
10203 (rebuild_cgraph_edges): Likewise.
10204 (cgraph_rebuild_references): Likewise.
10205 (remove_cgraph_callee_edges): Likewise.
10206 * cgraphunit.c (cgraph_mark_if_needed): Likewise.
10207 (verify_cgraph_node): Likewise.
10208 (cgraph_analyze_functions): Likewise.
10209 (cgraph_preserve_function_body_p): Likewise.
10210 (save_inline_function_body): Likewise.
10211 (save_inline_function_body): Likewise.
10212 * tree-inline.c (copy_bb): Likewise.
10213 (optimize_inline_calls): Likewise.
10215 2011-04-11 Martin Jambor <mjambor@suse.cz>
10217 PR tree-optimization/48195
10218 * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
10219 ipa_check_create_edge_args.
10220 (ipcp_generate_summary): Do not call ipa_check_create_node_params and
10221 ipa_check_create_edge_args.
10222 * ipa-inline.c (inline_generate_summary): Do not call
10223 ipa_check_create_node_params and ipa_check_create_edge_args.
10224 * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
10225 ipa_check_create_edge_args.
10227 2011-04-09 Anatoly Sokolov <aesok@post.ru>
10229 * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
10231 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
10232 * function.c (record_hard_reg_sets): Likewise.
10233 * ira.c (compute_regs_asm_clobbered): Likewise.
10234 * sched-deps.c (sched_analyze_1): Likewise.
10235 * reload1.c (mark_reload_reg_in_use, choose_reload_regs): Likewise.
10237 2011-04-09 Xinliang David Li <davidxl@google.com>
10239 PR tree-optimization/PR48484
10240 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
10241 has_valid_pred lazily
10243 2011-04-09 Duncan Sands <baldrick@free.fr>
10245 * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
10247 2011-04-08 Eric Botcazou <ebotcazou@adacore.com>
10249 * combine.c (combine_validate_cost): Adjust comments. Set registered
10250 cost of I0 to zero at the end, if any.
10252 2011-04-08 Xinliang David Li <davidxl@google.com>
10254 * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
10255 to insane profile data.
10257 2011-04-08 Xinliang David Li <davidxl@google.com>
10259 * ipa-cp.c (ipcp_update_profiling): Correct
10260 negative scale factor due to insane profile data.
10262 2011-04-08 Xinliang David Li <davidxl@google.com>
10264 * final.c (dump_basic_block_info): New function.
10265 (final): Dump basic block.
10266 (final_scan_insn): Remove old dump.
10268 2011-04-08 Steven G. Kargl <kargl@gcc.gnu.org>
10271 * config.gcc (i386-*-freebsd): Disable unwind table generation for
10274 2011-04-08 Michael Matz <matz@suse.de>
10276 PR middle-end/48389
10277 * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
10279 (rebuild_jump_labels): Call rebuild_jump_labels_1.
10280 * rtl.h (rebuild_jump_labels_chain): Declare.
10281 * cfgexpand.c (gimple_expand_cfg): Initialize JUMP_LABEL also on
10282 insns inserted on edges.
10284 2011-04-08 Joseph Myers <joseph@codesourcery.com>
10286 * config.gcc (arm*-*-*): Add arm/arm-tables.opt to extra_options.
10287 * config/arm/arm-arches.def: New.
10288 * config/arm/arm-opts.h: New.
10289 * config/arm/genopt.sh: New.
10290 * config/arm/arm-tables.opt: New (generated).
10291 * config/arm/arm.c (arm_handle_option, arm_target_help,
10292 TARGET_HANDLE_OPTION, TARGET_HELP, arm_find_cpu): Remove.
10293 (all_architectures): Get most table contents from arm-arches.def.
10294 (arm_option_override): Set arm_selected_arch, arm_selected_cpu and
10295 arm_selected_tune here.
10296 * config/arm/arm.h (enum processor_type): Move to arm-opts.h.
10297 * config/arm/arm.opt (config/arm/arm-opts.h): New HeaderInclude.
10298 (march=, mcpu=, mtune=): Use Enum and Var.
10299 * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt): New.
10300 (arm.o): Update dependencies.
10302 2011-04-08 Basile Starynkevitch <basile@starynkevitch.net>
10304 * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
10306 (write_typed_struct_alloc_def, write_typed_typedef_alloc_def)
10307 (write_typed_alloc_defns): Likewise.
10308 (main): Calls write_typed_alloc_defns with output_header.
10310 2011-04-08 Vladimir Makarov <vmakarov@redhat.com>
10312 PR inline-asm/48435
10313 * ira-color.c (setup_profitable_hard_regs): Add comments.
10314 Don't take prohibited hard regs into account.
10315 (setup_conflict_profitable_regs): Rename to
10316 get_conflict_profitable_regs.
10317 (check_hard_reg_p): Check prohibited hard regs.
10319 2011-04-08 Nathan Froyd <froydnj@codesourcery.com>
10321 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
10322 * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise.
10323 * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise.
10325 2011-04-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10328 * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
10329 move from floating point to shift amount register.
10330 (emit_move_sequence): Remove secondary reload support for floating
10331 point to shift amount amount register copies.
10332 (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
10333 amount register copies.
10334 * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
10335 register, return false if mode isn't a scalar integer mode.
10336 * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
10338 2011-04-08 Richard Guenther <rguenther@suse.de>
10340 * gimple.c (gimple_call_flags): Remove kludge.
10342 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
10344 * sel-sched.c (sel_region_init): Move call to
10345 sel_setup_region_sched_flags after setup_current_loop_nest.
10347 2011-04-08 Andrey Belevantsev <abel@ispras.ru>
10349 PR rtl-optimization/48272
10350 * sched-deps.c (setup_insn_reg_pressure_info): Export and rename to
10351 init_insn_reg_pressure_info. Adjust a caller.
10352 * sched-int.h (init_insn_reg_pressure_info): Declare.
10353 * haifa-sched.c (haifa_init_insn): Call init_insn_reg_pressure_info
10354 when sched-pressure is enabled.
10356 2011-04-08 Richard Guenther <rguenther@suse.de>
10358 * gimple.c (gimple_set_modified): Do not queue calls to
10359 MODIFIED_NORETURN_CALLS here ...
10360 * tree-ssa-operands.c (update_stmt_operands): ... but here.
10362 2011-04-08 Richard Guenther <rguenther@suse.de>
10365 * toplev.c (lang_dependent_init): Do not open asm_out_file
10366 in WPA mode, nor perform debug machinery initialization.
10367 (finalize): Do not unlink asm_out_file in WPA mode.
10369 2011-04-08 Richard Guenther <rguenther@suse.de>
10371 * gimple.h (gimple_call_fntype): New function.
10372 (gimple_call_return_type): Use it.
10373 * expr.c (expand_expr_real_1): Use gimple_call_fntype.
10374 * gimple-low.c (gimple_check_call_args): Likewise.
10375 * gimple.c (gimple_call_flags): Likewise.
10376 (gimple_call_arg_flags): Likewise.
10377 (gimple_call_return_flags): Likewise.
10378 * tree-cfg.c (verify_gimple_call): Likewise.
10379 (do_warn_unused_result): Likewise.
10380 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
10381 * value-prof.c (gimple_ic_transform): Fix fndecl check.
10383 2011-04-08 Dmitry Melnik <dm@ispras.ru>
10385 PR rtl-optimization/48235
10386 * sel-sched.c (code_motion_process_successors): Recompute the last
10387 insn in basic block if control flow changed.
10388 (code_motion_path_driver): Ditto. Recompute the first insn as well.
10389 Update condition for ilist_remove.
10391 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
10393 PR rtl-optimization/48302
10394 * sel-sched-ir.h (sel_add_loop_preheaders): Update prototype.
10395 * sel-sched-ir.c (sel_add_loop_preheaders): Add 'bbs' argument. Use
10396 it to record added preheader blocks.
10397 * sel-sched.c (setup_current_loop_nest): Add 'bbs' argument. Pass it
10398 on to sel_add_loop_preheaders.
10399 (sel_region_init): Move call to setup_current_loop_nest after
10402 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
10405 * cfgloop.h (loop_has_exit_edges): New helper.
10406 * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
10408 * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
10409 that have no exit edges.
10411 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
10413 PR rtl-optimization/48442
10414 * sel-sched.c (init_seqno): Remove number_of_insns argument. Update
10415 all callers. Adjust assert.
10417 2011-04-08 Jakub Jelinek <jakub@redhat.com>
10419 PR tree-optimization/48377
10420 * tree-vect-data-refs.c (vector_alignment_reachable_p): Set
10421 is_packed to true even for types with smaller TYPE_ALIGN than
10424 2011-04-08 Richard Guenther <rguenther@suse.de>
10427 * doc/tm.texi: Re-generate.
10429 2011-04-08 Wei Guozhi <carrot@google.com>
10432 * config/arm/arm-protos.h (arm_attr_length_push_multi): New prototype.
10433 * config/arm/arm.c (arm_attr_length_push_multi): New function.
10434 * config/arm/arm.md (*push_multi): Change the length computation to
10437 2011-04-08 Anatoly Sokolov <aesok@post.ru>
10439 * doc/tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
10440 (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Update documentation.
10441 * doc/tm.texi: Regenerate.
10442 * system.h (ASM_OUTPUT_BSS): Poison.
10443 * varasm.c (asm_output_bss): Remove function.
10444 (emit_bss, init_varasm_once): Don't use ASM_OUTPUT_BSS macro.
10446 * config/frv/frv.h (BSS_SECTION_ASM_OP): Remove comment.
10447 * config/frv/fr30.h (BSS_SECTION_ASM_OP): Likewise.
10448 * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Likewise.
10449 * config/i386/i386elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
10451 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
10453 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
10455 * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10457 2011-04-07 Joseph Myers <joseph@codesourcery.com>
10459 * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
10462 2011-04-07 Joseph Myers <joseph@codesourcery.com>
10464 * config/m68k/m68k.c (m68k_handle_option): Don't handle
10465 OPT_m68000, OPT_mc68000, OPT_m68010, OPT_m68020, OPT_mc68020,
10466 OPT_m68030, OPT_m68040, OPT_m68060, OPT_m68302, OPT_m68332 and
10468 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
10469 handle -mc68000, -m68000, -m68302, -m68010, -mc68020, -m68020,
10470 -m68030, -m68040, -m68060, -mcpu32 and -m68332.
10471 * config/m68k/m68k.opt (m68000, m68010, m68020, m68030, m68040,
10472 m68060, m68302, m68332, mc68000, mc68020, mcpu32): Use Alias.
10473 * config/m68k/t-mlibs (CANONICALIZE_OPTIONS): Remove.
10474 (MULTILIB_OPTIONS): Don't use $(CANONICALIZE_OPTIONS).
10475 (MULTILIB_MATCHES): Map -march= options to corresponding -mcpu=
10476 options. Don't map other m68k options manually. Don't handle
10477 old-style options as canonical.
10478 (MULTILIB_EXCEPTIONS): Don't use $(CANONICALIZE_OPTIONS).
10479 * doc/install.texi (m68k-*-*): Document binutils version requirement.
10481 2011-04-07 Eric Botcazou <ebotcazou@adacore.com>
10483 * basic-block.h (force_nonfallthru): Move to...
10484 * cfghooks.h (struct cfg_hooks): Add force_nonfallthru hook.
10485 (force_nonfallthru): ...here.
10486 * cfghooks.c (force_nonfallthru): New function.
10487 * cfgrtl.c (force_nonfallthru): Rename into...
10488 (rtl_force_nonfallthru): ...this.
10489 (commit_one_edge_insertion): Do not set AUX field.
10490 (commit_edge_insertions): Do not discover new basic blocks.
10491 (rtl_cfg_hooks): Add rtl_force_nonfallthru.
10492 (cfg_layout_rtl_cfg_hooks): Likewise.
10493 * function.c (thread_prologue_and_epilogue_insns): Remove bogus
10494 ATTRIBUTE_UNUSED. Discover new basic blocks in the prologue insns.
10495 * tree-cfg.c (gimple_cfg_hooks): Add NULL for force_nonfallthru.
10497 2011-04-07 Anatoly Sokolov <aesok@post.ru>
10499 * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
10502 2011-04-07 Uros Bizjak <ubizjak@gmail.com>
10504 * config/i386/sse.md: Update copyright year.
10505 (avxcvtvecmode): Remove.
10506 (sse_movhlps): Merge with *avx_movhlps.
10507 (sse_movlhps): Merge with *avx_movlhps.
10508 (vec_interleave_highv4sf): Merge with *avx_interleave_highv4sf.
10509 (vec_interleave_lowv4sf): Merge with *avx_interleave_lowv4sf.
10510 (sse_shufps_<mode>): Merge with *avx_shufps_<mode>.
10511 (sse_loadhps): Merge with *avx_loadhps.
10512 (sse_storelps): Merge with *avx_storelps.
10513 (sse_loadlps): Merge with *avx_loadlps.
10514 (sse_movss): Merge with *avx_movss.
10515 (*vec_concatv2sf_sse4_1): Merge with *vec_concatv2sf_avx.
10516 (*vec_concatv4sf_sse): Merge with *vec_concatv4sf_avx.
10517 (*vec_set<mode>_0_sse4_1): Merge with *vec_set<mode>_0_avx.
10518 (*vec_set<mode>_0_sse2): Split multi-unit alternative.
10519 (vec_set<mode>_0): Ditto.
10520 (*vec_setv4sf_sse4_1): Merge with *vec_setv4sf_avx.
10521 (sse4_1_insertps): Merge with *avx_insertps.
10522 (*sse3_interleave_highv2df): Merge with *avx_interleave_highv2df.
10523 (*sse3_interleave_lowv2df): Merge with *avx_interleave_lowv2df.
10524 (vec_interleave_highv2di): Merge with *avx_interleave_highv2di.
10525 (sse2_shufpd_<mode>): Merge with *avx_shufpd_<mode>.
10526 (sse2_storehpd): Merge with *avx_storehpd.
10527 (sse2_loadhpd): Merge with *avx_loadhpd.
10528 (sse2_loadlpd): Merge with *avx_loadlpd.
10529 (sse2_movsd): Merge with *avx_movsd.
10530 (*vec_concatv2df): Merge with *vec_concatv2df.
10532 2011-04-07 Jakub Jelinek <jakub@redhat.com>
10535 * combine.c (combine_instructions): Add last_combined_insn,
10536 update it if insn is after it, pass it to all try_combine calls.
10537 (try_combine): Add last_combined_insn parameter, pass it instead of
10538 i3 to propagate_for_debug.
10540 2011-04-07 Nick Clifton <nickc@redhat.com>
10542 * config/mn10300/mn10300.md (movqi_internal): Add alternatives
10543 to handle MDR <-> data register transfers.
10544 (movhi_internal): Likewise.
10546 2011-04-07 Alan Modra <amodra@gmail.com>
10548 * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
10549 previous stack info.
10551 2011-04-07 Tom de Vries <tom@codesourcery.com>
10554 * cfgcleanup.c (try_crossjump_to_edge): Add dir parameter. Pass dir to
10555 flow_find_cross_jump. Swap variables to implement backward replacement.
10556 (try_crossjump_bb): Add argument to try_crossjump_to_edge.
10558 2011-04-07 Tom de Vries <tom@codesourcery.com>
10561 * cfgcleanup.c (walk_to_nondebug_insn): New function.
10562 (flow_find_cross_jump): Use walk_to_nondebug_insn. Recalculate bb1
10564 (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
10565 src1 or src2. Redirect edges to the last basic block. Update
10566 frequency and count on multiple basic blocks in case of fallthru.
10568 2011-04-07 Tom de Vries <tom@codesourcery.com>
10571 * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
10573 (old_insns_match_p): Change return type. Replace return false/true
10574 with return dir_none/dir_both. Use can_replace_by.
10575 (flow_find_cross_jump): Add dir_p parameter. Init replacement
10576 direction from dir_p. Register replacement direction in dir, last_dir
10577 and afterlast_dir. Handle new return type of old_insns_match_p using
10578 merge_dir. Return replacement direction in dir_p.
10579 (flow_find_head_matching_sequence, outgoing_edges_match): Handle new
10580 return type of old_insns_match_p.
10581 (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump.
10582 * ifcvt.c ( cond_exec_process_if_block): Add argument to call to
10583 flow_find_cross_jump.
10584 * basic-block.h (enum replace_direction): New type.
10585 (flow_find_cross_jump): Add parameter to declaration.
10587 2011-04-06 Uros Bizjak <ubizjak@gmail.com>
10589 * config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
10590 (AVXMODEDCVTPS2DQ): Ditto.
10591 (VEC_FLOAT_MODE): Ditto.
10592 (<sse>_andnot<mode>3): Merge with avx_andnot<mode>3. Use VF mode
10593 iterator. Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
10594 (<any_logic:code><mode>3): Use VF mode iterator.
10595 (*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
10596 Use VF mode iterator.
10597 (copysign<mode>3): Use VF mode iterator.
10598 (*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3. Handle
10599 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
10600 (*<any_logic:code><MODEF:mode>3): Merge with
10601 *avx_<any_logic:code><MODEF:mode>3.
10602 (sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
10603 (sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
10604 (avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
10605 (avx_cvtdq2ps<avxmodesuffix>): Remove.
10606 (sse2_cvtdq2ps): Use %v modifier.
10607 (avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
10608 (avx_cvtps2dq<avxmodesuffix>): Remove.
10609 (sse2_cvtps2dq): Use %v modifier.
10610 (avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
10611 (avx_cvttps2dq<avxmodesuffix>): Remove.
10612 (sse2_cvttps2dq): Use %v modifier.
10613 (sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
10614 (sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
10615 (sse2_cvtsd2siq): Fix insn template.
10616 (sse2_cvtsd2siq_2): Ditto.
10617 (sse2_cvttsd2siq): Ditto.
10618 (sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
10619 (sse2_cvtss2sd): Merge with *avx_cvtss2sd.
10621 2011-04-06 Joseph Myers <joseph@codesourcery.com>
10623 * gcov-io.c: Use GCC Runtime Library Exception.
10625 2011-04-06 Jakub Jelinek <jakub@redhat.com>
10628 * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
10629 as base_reg whatever register reg has been eliminated to, instead
10630 of hardcoding STACK_POINTER_REGNUM.
10632 2011-04-06 Joseph Myers <joseph@codesourcery.com>
10634 * doc/tm.texi.in: Document C target hooks as separate from general
10636 * doc/tm.texi: Regenerate.
10637 * genhooks.c (struct hook_desc): Add docname field.
10638 (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC). Initialize
10640 (hook_array): Include c-target.def.
10641 (emit_documentation): Use docname field in output.
10642 (emit_init_macros): Take docname argument. Only emit definitions
10643 for hooks matching docname.
10644 (main): Expect additional arguments in all cases. Pass argument
10645 to emit_init_macros.
10646 * target.def: Move initial macro definitions and comments to
10647 target-hooks-macros.h.
10648 (gcc_targetcm): Move to c-family/c-target.def.
10649 * target.h (targetcm): Move declaration to c-family/c-target.h.
10650 * targhooks.c (default_handle_c_option): Move to
10652 * targhooks.h (default_handle_c_option): Move declaration to
10653 c-family/c-common.h.
10654 * target-hooks-macros.h: New file.
10655 * config.gcc (target_has_targetcm): Define and use to add to
10656 c_target_objs and cxx_target_objs.
10657 * config/default-c.c: New file.
10658 * config/darwin-c.c: Include c-target.h and c-target-def.h instead
10659 of target.h and target-def.h.
10660 (TARGET_HANDLE_C_OPTION, targetcm): Define later in file.
10661 (darwin_objc_construct_string, darwin_cfstring_ref_p,
10662 darwin_check_cfstring_format_arg): Make static.
10663 (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
10664 TARGET_STRING_OBJECT_REF_TYPE_P,
10665 TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): Define here.
10666 * config/darwin-protos.h (darwin_objc_construct_string,
10667 darwin_cfstring_ref_p, darwin_check_cfstring_format_arg): Don't
10669 * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
10670 TARGET_STRING_OBJECT_REF_TYPE_P,
10671 TARGET_CHECK_STRING_OBJECT_FORMAT_ARG, TARGET_HAS_TARGETCM): Remove.
10672 * config/t-darwin (darwin-c.o): Update dependencies.
10673 * system.h (TARGET_HAS_TARGETCM): Poison.
10674 * Makefile.in (TARGET_H): Update.
10675 (TARGET_DEF, C_TARGET_DEF, C_TARGET_H, C_TARGET_DEF_H): Define.
10676 (c-family/c-format.o, c-family/c-opts.o): Update dependencies.
10677 (default-c.o): New target.
10678 (s-target-hooks-def-h): Pass "Target Hook" string to genhooks.
10679 (c-family/c-target-hooks-def.h, s-c-target-hooks-def-h): New targets.
10680 (s-tm-texi): Pass -d option to genhooks. Also test timestamp on
10682 (build/genhooks.o): Update dependencies.
10684 2011-04-06 Richard Guenther <rguenther@suse.de>
10686 * ipa-inline.c (enum inlining_mode): Remove.
10687 (cgraph_flatten): Use some other token.
10688 (cgraph_edge_early_inlinable_p): New function, split out from ...
10689 (cgraph_perform_always_inlining): New function, split out from ...
10690 (cgraph_decide_inlining_incrementally): ... here.
10691 (cgraph_mark_inline_edge): Adjust.
10692 (cgraph_early_inlining): Re-structure.
10693 (pass_early_inline): Require SSA form.
10695 2011-04-06 Andrew Stubbs <ams@codesourcery.com>
10696 Julian Brown <julian@codesourcery.com>
10697 Mark Shinwell <shinwell@codesourcery.com>
10699 * config/arm/arm.h (arm_class_likely_spilled_p): Check against
10700 LO_REGS only for Thumb-1.
10701 (MODE_BASE_REG_CLASS): Restrict base registers to those which can
10702 be used in short instructions when optimising for size on Thumb-2.
10704 2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
10706 * gimple-low.c (lower_gimple_return): When not optimizing, force labels
10707 associated with user returns to be preserved.
10709 2011-04-06 Tristan Gingold <gingold@adacore.com>
10711 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index,
10712 symbol_queue_size, DBXOUT_DECR_NESTING,
10713 (DBXOUT_DECR_NESTING_AND_RETURN): Also define
10714 if XCOFF_DEBUGGING_INFO.
10716 2011-04-06 Uros Bizjak <ubizjak@gmail.com>
10718 * config/i386/i386.md (attribute isa): New.
10719 (attribute enabled): New.
10720 (setcc_<mode>_sse): Merge from *{avx,sse}_setcc<mode>.
10721 (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_mixed_avx.
10722 (*fop_<mode>_comm_sse): Merge with *fop_<mode>_comm_avx.
10723 (*fop_<mode>_1_mixed): Merge with *fop_<mode>_1_mixed_avx.
10724 (*fop_<mode>_1_sse): Merge with *fop_<mode>_1_avx.
10725 (<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
10726 (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.
10727 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.
10729 * config/i386/sse.md (VF): New mode iterator.
10733 (SSEMODEF4): Remove.
10734 (attribute sse): Handle V8SF and V4DF modes.
10735 (<absneg:code><mode>2): Use VF mode iterator.
10736 (*absneg<mode>2): Merge from *{avx,sse}_absneg<mode>2. Use VF
10738 (<plusminus_insn><mode>3): Use VF mode iterator.
10739 (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
10740 Use VF mode iterator.
10741 (<sse>_vm<plusminus_insn><mode>3): Merge with
10742 *avx_vm<plusminus_insn><mode>3. Use VF_128 mode iterator.
10743 (mul<mode>3): Use VF mode iterator.
10744 (*mul<mode>3): Merge with *avx_mul<mode>3. Use VF mode iterator.
10745 (<sse>_vmmul<mode>3): Merge with *avx_vmmul<mode>3. Use VF_128
10747 (div<VF2:mode>3): Merge from divv2df3 and divv4df3.
10748 (div<VF1:mode>3): Merge from divv4sf3 and divv8sf3.
10749 (<sse>_div<mode>3): Merge with *avx_div<mode>3. Use VF mode iterator.
10750 (<sse>_vmdiv<mode>3): Merge with *avx_vmdiv<mode>3. Use VF_128
10752 (<sse>_rcp<mode>2): Merge from avx_rcpv8sf2 and sse_rcpv4sf2.
10753 Use VF1 mode iterator.
10754 (sse_vmrcpv4sf2): Merge with *avx_vmrcpv4sf2.
10755 (sqrt<VF2:mode>2): New expander.
10756 (sqrt<VF1:mode>2): Merge from sqrtv4sf2 and sqrtv8sf2.
10757 (<sse>_sqrt<mode>2): Merge from avx_sqrtv8sf2, sse_sqrtv4sf, sqrtv4df2
10758 and sqrtv2df2. Use VF mode iterator.
10759 (<sse>_vmsqrt<mode>2): Merge with *avx_vmsqrt<mode>2. Use VF_128
10761 (rsqrt<VF1:mode>2): Merge from rsqrtv4sf2 and rsqrtv8sf2.
10762 (<sse>_rsqrt<mode>2): Merge from avx_rsqrtv8sf2 and sse_rsqrt4sf2.
10763 Use VF1 mode iterator.
10764 (sse_vmrsqrtv4sf2): Merge with *avx_vmrsqrtv4sf2.
10765 (<smaxmin:code><mode>3): Use VF mode iterator.
10766 (*<smaxmin:code><mode>3_finite): Merge with
10767 *avx_<smaxmin:code><mode>3_finite. Use VF mode iterator.
10768 (*<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
10769 (<sse>_vm<smaxmin:code><mode>2): Merge with
10770 *avx_vm<smaxmin:code><mode>2. Use VF_128 mode iterator.
10771 (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3. Use VF
10773 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3. Use VF
10775 (sse3_addsubv2df3): Merge with *avx_addsubv2df3.
10776 (sse3_addsubv4sf3): Merge with *avx_addsubv4sf3.
10777 (sse3_h<plusminus_insn>v2df3): Merge with *avx_h<plusminus_insn>v2df3.
10778 (sse3_h<plusminus_insn>v4sf3): Merge with *avx_h<plusminus_insn>v4sf3.
10779 (avx_cmp<mode>3): Rename from avx_cmp<ssemodesuffix><mode>3. Use
10781 (avx_vmcmp<mode>3): Rename from avx_cmp<ssescalarmodesuffix><mode>3.
10782 Use VF_128 mode iterator.
10783 (<sse>_maskcmp<mode>3): Merge with *avx_maskcmp<mode>3. Use VF
10785 (<sse>_vmmaskcmp<mode>3): Merge with *avx_vmmaskcmp<mode>3. Use
10786 VF_128 mode iterator.
10787 (vcond<mode>): Use VF mode iterator.
10788 * config/i386/predicates.md (sse_comparison_operator): Merge with
10789 avx_comparison_float_operator. Do not declare as special_predicate.
10790 * config/i386/i386.c (struct builtin_description): Update for renamed
10792 (ix86_expand_args_builtin): Ditto.
10793 (ix86_expand_sse_compare_mask): Ditto.
10795 2011-04-06 Richard Guenther <rguenther@suse.de>
10797 * tree-inline.c (estimate_num_insns): For calls simply account
10798 for all passed arguments and a used return value.
10800 2011-04-06 Richard Guenther <rguenther@suse.de>
10802 PR tree-optimization/47663
10803 * cgraph.h (struct cgraph_edge): Add call_stmt_size and
10804 call_stmt_time fields.
10805 (cgraph_edge_inlinable_p): Declare.
10806 (cgraph_edge_recursive_p): New inline function.
10807 * cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
10808 (cgraph_clone_edge): Copy it.
10809 * ipa-inline.c (cgraph_estimate_edge_time): New function.
10810 Account for call stmt time.
10811 (cgraph_estimate_time_after_inlining): Take edge argument.
10812 (cgraph_estimate_edge_growth): Account call stmt size.
10813 (cgraph_estimate_size_after_inlining): Take edge argument.
10814 (cgraph_mark_inline_edge): Adjust.
10815 (cgraph_check_inline_limits): Likewise.
10816 (cgraph_recursive_inlining_p): Remove.
10817 (cgraph_edge_badness): Use cgraph_edge_recursive_p.
10818 (cgraph_decide_recursive_inlining): Take edge argument and
10820 (cgraph_decide_inlining_of_small_functions): Do not avoid
10821 diags for recursive inlining here.
10822 (cgraph_flatten): Adjust.
10823 (cgraph_decide_inlining_incrementally): Likewise.
10824 (estimate_function_body_sizes): Remove call cost handling.
10825 (compute_inline_parameters): Initialize caller edge call costs.
10826 (cgraph_estimate_edge_growth): New function.
10827 (cgraph_estimate_growth): Use it.
10828 (cgraph_edge_badness): Likewise.
10829 (cgraph_check_inline_limits): Take an edge argument.
10830 (cgraph_decide_inlining_of_small_functions): Adjust.
10831 (cgraph_decide_inlining): Likewise.
10832 * tree-inline.c (estimate_num_insns): Only account for call
10833 return value if it is used.
10834 (expand_call_inline): Avoid diagnostics on recursive inline
10836 * lto-cgraph.c (lto_output_edge): Output edge call costs.
10837 (input_edge): Input edge call costs.
10839 2011-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10841 * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
10843 2011-04-06 Jonathan Wakely <jwakely.gcc@gmail.com>
10845 * doc/invoke.texi (Spec Files): Fix typo.
10847 2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
10849 * profile.c (branch_prob): Move declaration of local variable. Remove
10850 obsolete ??? comment. Expand the location explicitly instead of using
10851 the LOCATION_FILE and LOCATION_LINE macros.
10853 2011-04-06 Wei Guozhi <carrot@google.com>
10856 * config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
10857 (arm_cond_branch): Likewise.
10858 (arm_cond_branch_reversed): Likewise.
10859 (arm_jump): Likewise.
10860 (push_multi): Likewise.
10861 * config/arm/constraints.md (Py): New constraint.
10863 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10866 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
10868 (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
10869 (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
10870 #ifdef DBX_DEBUGGING_INFO.
10872 2011-04-05 Bernd Schmidt <bernds@codesourcery.com>
10875 * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
10876 if old and new states differ.
10878 2011-04-05 Joseph Myers <joseph@codesourcery.com>
10880 * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
10881 OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
10882 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
10883 handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
10884 * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
10885 mcfv4e): Use Alias.
10886 * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
10887 ColdFire options to -mcpu= options.
10889 2011-04-05 Jeff Law <law@redhat.com>
10891 * tree-ssa-threadupdate.c (determine_bb_domination_status): Always
10892 check if BB is a successor of LOOP->header and return
10893 NONDOMINATING if it is not, regardless of ENABLE_CHECKING.
10895 2011-04-05 Steven Bosscher <steven@gcc.gnu.org>
10897 * cprop.c (struct reg_use): Remove.
10898 (reg_use_table): Make an array of RTX.
10899 (find_used_regs, constprop_register, local_cprop_pass,
10900 bypass_block): Simplify users of reg_use_table.
10901 (cprop_insn): Likewise. Iterate if copy propagation succeeded
10902 on one of the uses found by find_used_regs.
10904 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10907 * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
10910 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10912 * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
10914 (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
10916 2011-04-05 Steven Bosscher <steven@gcc.gnu.org>
10918 PR middle-end/48441
10919 * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
10921 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10923 * combine.c: Include obstack.h.
10924 (struct insn_link): Define.
10925 (uid_log_links): Adjust type.
10926 (FOR_EACH_LOG_LINK): New macro.
10927 (insn_link_obstack): Declare.
10928 (alloc_insn_link): Define.
10929 (create_log_links): Call it. Use FOR_EACH_LOG_LINK and adjust
10930 type of link variables.
10931 (find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
10932 (try_combine, record_promoted_values, distribute_notes): Likewise.
10933 (distribute_links): Likewise. Tweak prototype.
10934 (clear_log_links): Delete.
10935 (adjust_for_new_dest): Call alloc_insn_link.
10936 * Makefile.in (combine.o): Depend on $(OBSTACK_H).
10938 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10940 * gcse.c (modify_mem_list): Convert to an array of VECs.
10941 (canon_modify_mem_list, compute_transp): Tweak formatting.
10942 (alloc_gcse_mem): Likewise. Adjust for modify_mem_list change.
10943 (load_killed_in_block_p): Likewise.
10944 (record_last_mem_set_info): Likewise.
10945 (clear_modify_mem_tables): Likewise.
10947 2011-04-05 Tom de Vries <tom@codesourcery.com>
10949 PR middle-end/48461
10950 * function.c (emit_use_return_register_into_block): Only define if
10953 2011-04-05 Eric Botcazou <ebotcazou@adacore.com>
10955 * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
10957 2011-04-05 Joseph Myers <joseph@codesourcery.com>
10959 * config/rx/rx-opts.h: New.
10960 * config/rx/rx.c (rx_cpu_type): Remove.
10961 (rx_handle_option): Don't assert that global structures are in
10962 use. Access variables via opts pointer. Defer most handling of
10963 OPT_mint_register_. Use error_at.
10964 (rx_option_override): Handle deferred OPT_mint_register_ here.
10965 * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h.
10966 * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude.
10967 (mcpu=): Use Enum and specifiy rx_cpu_type with Var.
10968 (rx_cpu_types): New Enum and EnumValue entries.
10969 (mint-register=): Use Defer and use Var accordingly.
10971 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10973 * debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete.
10974 (debug_free_queue, debug_nesting, symbol_queue_index): Delete.
10975 * final.c (debug_flush_symbol_queue, debug_queue_symbol):
10977 (debug_free_queue, debug_nesting, symbol_queue_index):
10979 * dbxout.c: ...to here. Make static.
10981 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10983 * gcse.c (modify_pair): Define. Define a VEC of it.
10984 (canon_modify_mem_list): Convert to an array of VECs.
10985 (free_insn_expr_list_list): Delete.
10986 (clear_modify_mem_tables): Call VEC_free instead.
10987 (record_last_mem_set_info): Don't modify canon_modify_mem_list.
10988 (alloc_gcse_mem): Adjust for canon_modify_mem_list change.
10989 (canon_list_insert, compute_transp): Likewise.
10991 2011-04-05 Tom de Vries <tom@codesourcery.com>
10994 * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
10997 2011-04-05 Tom de Vries <tom@codesourcery.com>
11000 * function.c (emit_use_return_register_into_block): New function.
11001 (thread_prologue_and_epilogue_insns): Use
11002 emit_use_return_register_into_block.
11004 2011-04-05 Tom de Vries <tom@codesourcery.com>
11007 * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
11010 2011-04-05 Tom de Vries <tom@codesourcery.com>
11012 * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
11014 2011-04-05 Yufeng Zhang <yufeng.zhang@arm.com>
11016 * config/arm/arm.md (define_constants for unspec): Replace with
11018 (define_constants for unspecv): Replace with define_c_enum.
11019 * config/arm/neon.md (define_constants for unspec): Replace with
11022 2011-04-04 Richard Henderson <rth@redhat.com>
11025 * dwarf2out.c (output_line_info): Always emit line info from
11026 at least one section.
11027 (dwarf2out_init): Create text_section_line_info here ...
11028 (set_cur_line_info_table): ... not here.
11030 2011-04-04 Vladimir Makarov <vmakarov@redhat.com>
11033 * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
11036 * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
11038 2011-04-04 Steven Bosscher <steven@gcc.gnu.org>
11040 * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
11041 (expr_equiv_p): Remove.
11042 (insert_set_in_table): Look at <dest, src> pair instead of expr.
11043 (hash_scan_set): Update call to insert_set_in_table.
11044 (dump_hash_table): Dump <dest, src> pair.
11045 (lookup_set): Simplify. Lookup <dest, src> pair.
11046 (compute_transp): Remove, fold heavily simplified code into...
11047 (compute_local_properties): ...here. Expect COMP and TRANSP
11049 (find_avail_set): Take set directly from struct expr.
11050 (find_bypass-set): Likewise.
11051 (bypass_block): Likewise.
11052 (cprop_insn): Likewise. Remove redundant INSN_P test.
11054 * cprop.c (implicit_set_cond_p): Assume nothing about COND, move
11055 checks on form of COND from find_implicit_sets to here.
11056 (find_implicit_sets): Cleanup control flow. Split critical edges
11057 if it exposes implicit sets. Allocate/resize implicit_sets as
11059 (one_cprop_pass): Only delete unreachable blocks if local_cprop_pass
11060 changed something. Run df_analyze after find_implicit_sets if any
11061 edges were split. Do not allocate implicit_sets here.
11063 * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
11064 (gcse_obstack): Renamed to cprop_obstack.
11065 (GNEW, GNEWVEC, GNEWVAR): Remove.
11067 (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
11068 (GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
11069 (gcse_alloc): Likewise, and rename to cprop_alloc.
11070 (alloc_gcse_men, free_gcse_mem): Remove.
11071 (gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
11072 (compute_hash_table_work): Allocate and free reg_set_bitmap here.
11073 (one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.
11075 * cprop.c (oprs_not_set_p): Remove.
11076 (mark_set, mark_clobber): Remove.
11077 (mark_oprs_set): Rewrite using DF_INSN_INFO_DEFS cache.
11078 (reg_not_set_p): New function.
11079 (find_avail_set): Use reg_not_set_p instead of oprs_not_set_p.
11080 (cprop_insn): Likewise.
11081 (cprop_jump): Use FOR_EACH_EDGE.
11083 2011-04-04 Bernd Schmidt <bernds@codesourcery.com>
11086 * haifa-sched.c (nonscheduled_insns_begin): New static variable.
11087 (rank_for_schedule): Use scheduled_insns vector instead of
11088 last_scheduled_insn.
11089 (ok_for_early_queue_removal): Likewise.
11090 (queue_to_ready): Search forward in nonscheduled_insns_begin if
11092 (choose_ready): Likewise.
11093 (commit_schedule): Use VEC_iterate.
11094 (schedule_block): Initialize nonscheduled_insns_begin. If we have
11095 a dbg_cnt, use it and ensure the first insn is in the ready list.
11096 (haifa_sched_init): Allocate scheduled_insns.
11097 (sched_extend_ready_list): Don't allocate it; reserve space.
11098 (haifa_sched_finish): Free it.
11100 2011-04-04 Joseph Myers <joseph@codesourcery.com>
11102 * optc-gen.awk: Always remove type from Variable entry before
11103 recording in var_seen.
11105 2011-04-04 Eric Botcazou <ebotcazou@adacore.com>
11107 * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
11108 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
11109 call to tidy_fallthru_edges.
11111 2011-04-04 Joseph Myers <joseph@codesourcery.com>
11113 * doc/options.texi (ToLower): Document.
11114 * opt-functions.awk (switch_bit_fields): Initialize cl_tolower field.
11115 * opts-common.c (decode_cmdline_option): Handle cl_tolower.
11116 * opts.h (cl_option): Add cl_tolower field.
11117 * config/rx/rx.c (rx_handle_option): Use strcmp of -mcpu=
11118 arguments with lowercase strings.
11119 * config/rx/rx.opt (mcpu=): Add ToLower.
11120 * config/rx/t-rx (MULTILIB_MATCHES): Don't handle uppercase -mcpu=
11123 2011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
11125 * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
11127 2011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
11129 * config/vax/vax.c: Include reload.h.
11131 2011-04-04 Anatoly Sokolov <aesok@post.ru>
11133 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Remove.
11134 * config/sparc/sparc.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
11135 (sparc_preferred_reload_class): New function.
11137 2011-04-04 Jakub Jelinek <jakub@redhat.com>
11140 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
11141 Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
11143 2011-04-03 Nathan Froyd <froydnj@codesourcery.com>
11145 * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
11146 * tree.c (initialize_tree_contains_struct): Adjust accordingly.
11148 2011-04-03 Anatoly Sokolov <aesok@post.ru>
11150 * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
11151 (ASM_OUTPUT_ALIGNED_BSS): Define.
11153 2011-04-03 Michael Matz <matz@suse.de>
11155 * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
11156 and next_slot members.
11157 (lto_streamer_cache_insert, lto_streamer_cache_insert_at,
11158 lto_streamer_cache_lookup, lto_streamer_cache_get): Adjust prototypes.
11159 (lto_streamer_cache_append): Declare.
11160 * lto-streamer.c (lto_streamer_cache_add_to_node_array): Use
11161 unsigned index, remove offset parameter, ensure that we append
11162 or update existing entries.
11163 (lto_streamer_cache_insert_1): Use unsigned index, remove offset_p
11164 parameter, update next_slot for append.
11165 (lto_streamer_cache_insert): Use unsigned index, remove offset_p
11167 (lto_streamer_cache_insert_at): Likewise.
11168 (lto_streamer_cache_append): New function.
11169 (lto_streamer_cache_lookup): Use unsigned index.
11170 (lto_streamer_cache_get): Likewise.
11171 (lto_record_common_node): Don't test tree_node_can_be_shared.
11172 (preload_common_node): Adjust call to lto_streamer_cache_insert.
11173 (lto_streamer_cache_delete): Don't free offsets member.
11174 * lto-streamer-out.c (eq_string_slot_node): Use memcmp.
11175 (lto_output_string_with_length): Use lto_output_data_stream.
11176 (lto_output_tree_header): Remove ix parameter, don't write it.
11177 (lto_output_builtin_tree): Likewise.
11178 (lto_write_tree): Adjust callers to above, don't track and write
11179 offset, write unsigned index.
11180 (output_unreferenced_globals): Don't emit all global vars.
11181 (write_global_references): Use unsigned indices.
11182 (lto_output_decl_state_refs): Likewise.
11183 (write_symbol): Likewise.
11184 * lto-streamer-in.c (lto_input_chain): Move earlier.
11185 (input_function): Use unsigned index.
11186 (input_alias_pairs): Don't read and then ignore all global vars.
11187 (lto_materialize_tree): Remove ix_p parameter, don't read index,
11188 don't pass it back, use lto_streamer_cache_append.
11189 (lto_register_var_decl_in_symtab): Use unsigned index.
11190 (lto_register_function_decl_in_symtab): Likewise.
11191 (lto_get_pickled_tree): Don't read in or handle offset, read unsigned
11193 (lto_get_builtin_tree): Don't read index, use
11194 lto_streamer_cache_append.
11195 (lto_read_tree): Adjust call to lto_materialize_tree.
11197 * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
11198 don't use function calls in arguments to MIN.
11200 * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
11203 * gimple.c (gimple_type_leader_entry): Mark deletable.
11205 2011-04-03 Alan Modra <amodra@gmail.com>
11207 * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
11209 2011-04-03 Michael Matz <matz@suse.de>
11211 * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
11213 * tree.h (tree_decl_non_common.vindex): Adjust comment.
11215 2011-04-03 Michael Matz <matz@suse.de>
11217 * cgraphbuild.c (record_reference): Canonicalize constructor values.
11218 * gimple-fold.c (canonicalize_constructor_val): Accept being called
11219 without function context.
11220 * cgraphunit.c (cgraph_finalize_compilation_unit): Clear
11221 current_function_decl and cfun.
11223 2011-04-03 Michael Matz <matz@suse.de>
11225 * tree.c (decl_init_priority_insert): Don't create entry for
11227 (decl_fini_priority_insert): Ditto.
11228 (fields_compatible_p, find_compatible_field): Remove.
11229 * tree.h (fields_compatible_p, find_compatible_field): Remove.
11230 * gimple.c (gimple_compare_field_offset): Adjust block comment.
11232 2011-04-03 Eric Botcazou <ebotcazou@adacore.com>
11234 * combine.c (try_combine): Remove useless local variable.
11236 2011-04-03 Richard Guenther <rguenther@suse.de>
11237 Ira Rosen <ira.rosen@linaro.org>
11239 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all
11240 non-variable offsets and compare the remaining bases of the two
11241 accesses instead of looking for exact same data-ref.
11243 2011-04-02 Kai Tietz <ktietz@redhat.com>
11246 * i386.c (ix86_function_arg_boundary): Fix printf formatter.
11248 * i386.c (ix86_is_msabi_thiscall): New helper function.
11249 (ix86_is_type_thiscall): New helper function.
11250 (ix86_comp_type_attributes): Handle thiscall for method-functions
11252 (init_cumulative_args): Likewise.
11253 (find_drap_reg): Likewise.
11254 (ix86_static_chain): Likewise.
11255 (x86_this_parameter): Likewise.
11256 (x86_output_mi_thunk): Likewise.
11258 2011-04-01 Olivier Hainque <hainque@adacore.com>
11259 Nicolas Setton <setton@adacore.com>
11260 Eric Botcazou <ebotcazou@adacore.com>
11262 * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
11263 (add_gnat_descriptive_type_attribute): New function.
11264 (gen_array_type_die): Call it.
11265 (gen_enumeration_type_die): Likewise.
11266 (gen_struct_or_union_type_die): Likewise.
11267 (modified_type_die): Likewise.
11268 * langhooks.h (lang_hooks_for_types): New descriptive_type hook.
11269 * langhooks-def.h (LANG_HOOKS_DESCRIPTIVE_TYPE): Default to NULL.
11270 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_DESCRIPTIVE_TYPE.
11272 2011-04-01 Jakub Jelinek <jakub@redhat.com>
11275 * dwarf2out.c (resolve_addr): Don't call force_decl_die
11276 if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
11279 2011-03-17 Richard Guenther <rguenther@suse.de>
11282 * lto-cgraph.c (input_overwrite_node): Clear the abstract
11283 origin for decls in other ltrans units.
11284 (input_varpool_node): Likewise.
11286 2011-04-01 Jakub Jelinek <jakub@redhat.com>
11288 PR middle-end/48335
11289 * expr.c (expand_assignment): Handle all possibilities
11290 if TO_RTX is CONCAT.
11291 * expmed.c (store_bit_field_1): Avoid trying to create invalid SUBREGs.
11292 (store_split_bit_field): If SUBREG_REG (op0) or
11293 op0 itself has smaller mode than word, return it
11294 for offset 0 and const0_rtx for out-of-bounds stores.
11295 If word is const0_rtx, skip it.
11297 2011-04-01 Naveen H.S <naveen.S@kpitcummins.com>
11299 * config/h8300/h8300.c (print_operand_address): Rename to...
11300 (h8300_print_operand_address): ...this. Make static. Adjust comments.
11301 Call h8300_print_operand and h8300_print_operand_address instead of
11302 print_operand and print_operand_address. Declare.
11303 (print_operand): Renake to...
11304 (h8300_print_operand): ...this. Make static. Adjust comments.
11305 Call h8300_print_operand instead of print_operand. Declare.
11306 (h8300_print_operand_punct_valid_p): Moved from h8300.h file.
11307 (h8300_register_move_cost): Likewise.
11308 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
11309 TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
11310 * config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
11311 PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
11312 * config/h8300/h8300-protos.h (print_operand): Delete.
11313 (print_operand_address): Delete.
11315 2011-04-01 Richard Henderson <rth@redhat.com>
11318 * dwarf2out.c (dwarf2out_source_line): Disable discriminators
11319 in strict mode before dwarf4. Re-order tests to early out
11320 before switching sections.
11322 2011-04-01 Nathan Froyd <froydnj@codesourcery.com>
11324 * config/h8300/constraints.md: New file.
11325 * config/h8300/h8300.md: Include it. Use satisfies_constraint_J,
11326 satisfies_constraint_L, and satisfies_constraint_N for peephole2s.
11327 (*tst_extzv_1_n, *tstsi_variable_bit_qi): Use satisfies_constraint_U.
11328 * config/h8300/predicates.md (bit_operand): Likewise.
11329 (incdec_operand): Use satisfies_constraint_M and
11330 satisfies_constraint_O. Don't use C code block.
11331 * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Delete.
11332 * config/h8300/h8300.c (h8300_reg_class_from_letter): Delete.
11333 (compute_mov_length): Use satisfies_constraint_G.
11334 (fix_bit_operand): Use satisfies_constraint_U.
11335 * config/h8300/h8300.h (REG_CLASS_FROM_LETTER): Delete.
11336 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Delete.
11337 (CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O): Delete.
11338 (CONST_OK_FOR_Ppositive, CONST_OK_FOR_Pnegative): Delete.
11339 (CONST_OK_FOR_P, CONSTRAINT_LEN_FOR_P): Delete.
11340 (CONST_OK_FOR_CONSTRAINT_P, CONST_OK_FOR_LETTER_P): Delete.
11341 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
11342 (OK_FOR_Q, OK_FOR_R, OK_FOR_S, OK_FOR_T, OK_FOR_U, OK_FOR_WU): Delete.
11343 (OK_FOR_W, CONSTRAINT_LEN_FOR_W, OK_FOR_Y2, OK_FOR_Y0): Delete.
11344 (OK_FOR_Y, CONSTRAINT_LEN_FOR_Y, OK_FOR_Z): Delete.
11345 (EXTRA_CONSTRAINT_STR, CONSTRAINT_LEN): Delete.
11346 (EXTRA_MEMORY_CONSTRAINT): Delete.
11348 2011-04-01 Andrew Pinski <pinskia@gmail.com>
11349 Michael Meissner <meissner@linux.vnet.ibm.com>
11352 * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
11353 operands, as per the specifications.
11355 * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
11356 (vec_extract_evenv4sf): Ditto.
11357 (vec_extract_evenv8hi): Ditto.
11358 (vec_extract_evenv16qi): Ditto.
11359 (vec_extract_oddv4si): Ditto.
11361 2011-03-31 Mark Wielaard <mjw@redhat.com>
11363 * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
11364 high_pc attribute if the CU has no associated code. Only output
11365 DW_AT_entry_pc for CU if not generating strict dwarf and
11368 2011-04-01 Bernd Schmidt <bernds@codesourcery.com>
11370 * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
11371 * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
11373 (dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
11374 * final.c (final_start_function): Call the new function rather
11375 than using a NULL argument for dwarf2out_frame_debug.
11377 * ifcvt.c (cond_exec_process_insns): Disallow converting a block
11378 that contains the prologue.
11380 * haifa-sched.c (queue_insn): New arg REASON. All callers
11381 changed. Print it in debugging output.
11383 * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
11385 * sched-ebb.c (begin_schedule_ready): Remove second argument.
11386 Split most of the code into...
11387 (begin_move_insn): ... here. New function.
11388 (ebb_sched_info): Add a pointer to it.
11389 * haifa-sched.c (scheduled_insns): New static variable.
11390 (sched_extend_ready_list): Allocate it.
11391 (schedule_block): Use it to record the order of scheduled insns.
11392 Perform RTL changes to move insns only after all scheduling
11393 decisions have been made.
11394 * modulo-sched.c (sms_sched_haifa_sched_info): Add NULL entry for the
11395 begin_move_insn field.
11396 * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
11397 * sched-int.h (struct haifa_sched_info): Remove second argument
11398 from begin_schedule_ready hook. Add new member begin_move_insn.
11399 * sched-rgn.c (begin_schedule_ready): Remove second argument.
11400 (rgn_const_sched_info): Add NULL entry for the begin_move_insn field.
11402 * haifa-sched.c (prune_ready_list): New function, broken out of
11404 (schedule_block): Use it.
11406 2011-04-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11408 * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
11410 2011-04-01 Kai Tietz <ktietz@redhat.com>
11412 * config.gcc (*-*-mingw*): Allow as option the
11413 posix threading model.
11414 * config/i386/mingw32.h (SPEC_PTHREAD1, SPEC_PTHREAD2):
11415 New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
11417 (CPP_SPEC): Add pthread/no-pthread handling.
11418 (LIB_SPEC): Likewise.
11419 * config/i386/mingw-w64.h (CPP_SPEC):Likewise.
11420 (LIB_SPEC): Likewise.
11421 * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
11422 flag to pass -pthread option for shared libgcc build.
11423 (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
11424 for shared libgcc build.
11425 * config/i386/t-mingw-pthread: New file.
11426 * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
11427 New define to enable use of library pthread by default.
11428 * config/i386/mingw.opt (pthread): New driver option.
11429 (no-pthread): New driver option.
11430 * config/i386/cygming.opt: Make sure trailing empty line is retained.
11431 * config/i386/mingw-w64.opt: Likewise.
11433 2011-04-01 Gary Funck <gary@intrepid.com>
11435 * c-decl.c (grokdeclarator): Fix formatting.
11437 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
11439 * expr.c (emit_block_move_via_movmem): Use n_generator_args
11440 instead of n_operands.
11441 (set_storage_via_setmem): Likewise.
11442 * optabs.c (maybe_gen_insn): Likewise.
11443 * config/arm/arm.c (arm_init_neon_builtins): Likewise.
11444 * config/mips/mips.c (mips_expand_builtin_compare_1): Likewise.
11445 (mips_expand_builtin_direct): Likewise.
11446 * config/spu/spu.c (expand_builtin_args): Likewise.
11448 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
11450 * recog.h (insn_data_d): Add n_generator_args.
11451 * genoutput.c (data): Likewise.
11452 (output_insn_data): Print it.
11453 (max_opno, num_dups): Delete.
11454 (scan_operands): Just fill in "d->operand[...]".
11455 (gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.
11457 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
11459 * gensupport.h (pattern_stats): New structure.
11460 * gensupport.c (get_pattern_stats_1, get_pattern_stats): New functions.
11461 * genemit.c (max_opno, max_dupno, max_scratch_opno): Delete.
11462 (max_operand_1, max_operand_vec): Delete.
11463 (gen_insn, gen_expand, gen_split): Use get_pattern_stats.
11465 2011-03-31 Nathan Froyd <froydnj@codesourcery.com>
11467 * emit-rtl.c (emit_pattern_after_setloc): New function.
11468 (emit_insn_after_setloc, emit_jump_insn_after_setloc): Call it.
11469 (emit_call_insn_after_setloc, emit_debug_insn_after_setloc): Likewise.
11470 (emit_pattern_after): New function.
11471 (emit_insn_after, emit_jump_insn_after): Call it.
11472 (emit_call_insn_after, emit_debug_insn_after): Likewise.
11473 (emit_pattern_before_setloc): New function.
11474 (emit_insn_before_setloc, emit_jump_insn_before_setloc): Call it.
11475 (emit_call_insn_before_setloc, emit_debug_insn_before_setloc):
11477 (emit_pattern_before): New function.
11478 (emit_insn_before, emit_jump_insn_before): Call it.
11479 (emit_call_insn_before, emit_debug_insn_before): Likewise.
11481 2011-03-31 Richard Henderson <rth@redhat.com>
11483 * dwarf2out.c (dw_separate_line_info_ref): Remove.
11484 (dw_separate_line_info_entry): Remove.
11485 (enum dw_line_info_opcode): New.
11486 (dw_line_info_entry): Use it.
11487 (dw_line_info_table, dw_line_info_table_p): New.
11488 (DWARF_LINE_OPCODE_BASE): Include dwarf3 opcodes.
11489 (line_info_table, line_info_label_num): Remove.
11490 (line_info_table_in_use): Remove.
11491 (separate_line_info_table): Remove.
11492 (separate_line_info_table_allocated): Remove.
11493 (separate_line_info_table_in_use): Remove.
11494 (LINE_INFO_TABLE_INCREMENT): Remove.
11495 (line_info_label_num): New.
11496 (cur_line_info_table): New.
11497 (text_section_line_info, cold_text_section_line_info): New.
11498 (separate_line_info): New.
11499 (SEPARATE_LINE_CODE_LABEL): Remove.
11500 (print_dwarf_line_table): Remove.
11501 (debug_dwarf): Don't dump it.
11502 (output_one_line_info_table): New.
11503 (output_line_info): Use it.
11504 (new_line_info_table): New.
11505 (set_cur_line_info_table): New.
11506 (dwarf2out_switch_text_section): Use it.
11507 (dwarf2out_begin_function): Likewise.
11508 (push_dw_line_info_entry): New.
11509 (dwarf2out_source_line): Rewrite for new line info tables.
11510 (dwarf2out_init): Remove dead initailizations.
11512 2011-03-31 Joseph Myers <joseph@codesourcery.com>
11514 * opts.h (cl_option): Add comments to fields. Add bit-fields for
11516 (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK,
11517 CL_SEPARATE_ALIAS, CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE,
11518 CL_DISABLED, CL_REPOR, CL_REJECT_NEGATIVE, CL_MISSING_OK,
11519 CL_UINTEGER, CL_NEGATIVE_ALIAS): Remove.
11520 (CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED): Update bit positions.
11521 * opt-functions.awk (flag_init, switch_bit_fields): New.
11522 (switch_flags): Don't handle flags moved to bit-fields. Don't
11523 generate CL_MISSING_OK or CL_SAVE.
11524 * optc-gen.awk: Update to generate bit-field output as well as
11526 * gcc.c (driver_wrong_lang_callback): Use cl_reject_driver
11527 bit-field instead of CL_REJECT_DRIVER flag.
11528 * opts-common.c (generate_canonical_option,
11529 decode_cmdline_option): Use bit-fields instead of CL_* flags.
11530 * opts.c (maybe_default_option): Use cl_reject_negative bit-field
11531 instead of CL_REJECT_NEGATIVE flag.
11532 * toplev.c (print_switch_values): Use cl_report bit-field instead
11535 2011-03-31 Eric Botcazou <ebotcazou@adacore.com>
11537 * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
11538 a zero minimum index only if it is redundant.
11540 2011-03-31 Vladimir Makarov <vmakarov@redhat.com>
11542 PR rtl-optimization/48381
11543 * ira-color.c (assign_hard_reg): Use hard reg set intersection
11544 instead of ira_class_hard_reg_index for calculating conflicting
11547 2011-03-31 Steven Bosscher <steven@gcc.gnu.org>
11549 * cprop.c: Clean up hash table building.
11550 (reg_avail_info): Remove.
11551 (oprs_available_p): Remove.
11552 (record_last_reg_set_info): Remove.
11553 (record_last_set_info): Remove.
11554 (reg_available_p): New function.
11555 (gcse_constant_p): Do not treat unfolded conditions as constants.
11556 (make_set_regs_unavailable): New function.
11557 (hash_scan_set): Simplify with new reg_available_p.
11558 (compute_hash_table_work): Traverse insns stream only once.
11559 Do not compute reg_avail_info. Traverse insns in reverse order.
11560 Record implicit sets after recording explicit sets from the block.
11562 2011-03-31 Michael Matz <matz@suse.de>
11564 * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
11566 2011-03-31 Anatoly Sokolov <aesok@post.ru>
11568 * config/h8300/h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.
11569 * config/h8300/h8300-protos.h (h8300_get_index): Remove.
11570 * config/h8300/h8300.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
11571 (h8300_mode_dependent_address_p): New function.
11572 (h8300_get_index): Make static.
11574 2011-03-31 Jeff Law <law@redhat.com>
11576 * reload1.c (elimination_effects): Fix typo in recent change.
11578 * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
11579 typo potentially leading to null pointer dereference.
11581 * caller-save.c (new_saved_hard_reg): Eliminate return value.
11582 (setup_save_areas): Corresponding changes to avoid useless
11585 * jump.c (reversed_comparison_code_parts): Avoid successive return
11586 statements when REVERSE_CONDITION is defined.
11588 * expr.c (expand_assignment): Avoid useless assignments.
11589 (expand_expr_real_1): Likewise.
11590 (expand_expr_real_2): Avoid useless statements.
11592 * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
11594 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
11596 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
11599 * stmt.c (expand_expr_stmt): Avoid useless assignment.
11601 2011-03-31 Joseph Myers <joseph@codesourcery.com>
11604 * doc/tm.texi.in (TARGET_VERSION): Remove.
11605 * doc/tm.texi: Regenerate.
11606 * system.h (TARGET_VERSION, MACHINE_TYPE): Poison.
11607 * collect2.c (main): Don't use TARGET_VERSION.
11608 * mips-tdump.c (main): Don't use TARGET_VERSION.
11609 * mips-tfile.c (main): Don't use TARGET_VERSION.
11610 * config.gcc (powerpc-wrs-vxworksae): Don't use rs6000/vxworksae.h.
11611 * config/rs6000/vxworksae.h: Remove.
11612 * config/alpha/alpha.h (TARGET_VERSION): Remove.
11613 * config/alpha/freebsd.h (TARGET_VERSION): Remove.
11614 * config/alpha/linux-elf.h (TARGET_VERSION): Remove.
11615 * config/alpha/netbsd.h (TARGET_VERSION): Remove.
11616 * config/alpha/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
11617 * config/arm/arm.h (TARGET_VERSION): Remove.
11618 * config/arm/coff.h (TARGET_VERSION): Remove.
11619 * config/arm/ecos-elf.h (TARGET_VERSION): Remove.
11620 * config/arm/elf.h (TARGET_VERSION): Remove.
11621 * config/arm/freebsd.h (TARGET_VERSION): Remove.
11622 * config/arm/linux-elf.h (TARGET_VERSION): Remove.
11623 * config/arm/netbsd-elf.h (TARGET_VERSION): Remove.
11624 * config/arm/pe.h (TARGET_VERSION): Remove.
11625 * config/arm/rtems-elf.h (TARGET_VERSION): Remove.
11626 * config/arm/semi.h (TARGET_VERSION): Remove.
11627 * config/arm/uclinux-elf.h (TARGET_VERSION): Remove.
11628 * config/arm/unknown-elf.h (TARGET_VERSION): Remove.
11629 * config/arm/vxworks.h (TARGET_VERSION): Remove.
11630 * config/avr/avr.h (TARGET_VERSION): Remove.
11631 * config/bfin/bfin.h (TARGET_VERSION): Remove.
11632 * config/fr30/fr30.h (TARGET_VERSION): Remove.
11633 * config/frv/frv.h (TARGET_VERSION): Remove.
11634 * config/h8300/h8300.h (TARGET_VERSION): Remove.
11635 * config/i386/cygwin.h (TARGET_VERSION): Remove.
11636 * config/i386/darwin.h (TARGET_VERSION): Remove.
11637 * config/i386/darwin64.h (TARGET_VERSION): Remove.
11638 * config/i386/djgpp.h (TARGET_VERSION): Remove.
11639 * config/i386/freebsd.h (TARGET_VERSION): Remove.
11640 * config/i386/freebsd64.h (TARGET_VERSION): Remove.
11641 * config/i386/gnu.h (TARGET_VERSION): Remove.
11642 * config/i386/i386-interix.h (TARGET_VERSION): Remove.
11643 * config/i386/i386elf.h (TARGET_VERSION): Remove.
11644 * config/i386/linux.h (TARGET_VERSION): Remove.
11645 * config/i386/linux64.h (TARGET_VERSION): Remove.
11646 * config/i386/lynx.h (TARGET_VERSION): Remove.
11647 * config/i386/mingw32.h (TARGET_VERSION): Remove.
11648 * config/i386/netbsd-elf.h (TARGET_VERSION): Remove.
11649 * config/i386/netbsd64.h (TARGET_VERSION): Remove.
11650 * config/i386/netware.h (TARGET_VERSION): Remove.
11651 * config/i386/nto.h (TARGET_VERSION): Remove.
11652 * config/i386/openbsd.h (TARGET_VERSION): Remove.
11653 * config/i386/vxworks.h (TARGET_VERSION): Remove.
11654 * config/ia64/elf.h (TARGET_VERSION): Remove.
11655 * config/ia64/freebsd.h (TARGET_VERSION): Remove.
11656 * config/ia64/hpux.h (TARGET_VERSION): Remove.
11657 * config/ia64/linux.h (TARGET_VERSION): Remove.
11658 * config/ia64/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
11659 * config/iq2000/iq2000.h (IQ2000_VERSION, MACHINE_TYPE,
11660 TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
11661 * config/lm32/lm32.h (TARGET_VERSION): Remove.
11662 * config/lm32/uclinux-elf.h (TARGET_VERSION): Remove.
11663 * config/m32c/m32c.h (TARGET_VERSION): Remove.
11664 * config/m32r/linux.h (LINUX_DEFAULT_ELF, TARGET_VERSION): Remove.
11665 * config/m32r/m32r.h (TARGET_VERSION): Remove.
11666 * config/m68k/linux.h (TARGET_VERSION): Remove.
11667 * config/m68k/m68k.h (TARGET_VERSION): Remove.
11668 * config/m68k/netbsd-elf.h (TARGET_VERSION): Remove.
11669 * config/m68k/uclinux.h (TARGET_VERSION): Remove.
11670 * config/mcore/mcore-elf.h (TARGET_VERSION): Remove.
11671 * config/mep/mep.h (TARGET_VERSION): Remove.
11672 * config/microblaze/microblaze.h (MICROBLAZE_VERSION,
11673 MACHINE_TYPE, TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
11674 * config/mips/iris6.h (MACHINE_TYPE): Remove.
11675 * config/mips/linux.h (TARGET_VERSION): Remove.
11676 * config/mips/netbsd.h (MACHINE_TYPE): Remove.
11677 * config/mips/vxworks.h (TARGET_VERSION): Remove.
11678 * config/mmix/mmix.h (TARGET_VERSION): Remove.
11679 * config/mn10300/linux.h (TARGET_VERSION): Remove.
11680 * config/mn10300/mn10300.h (TARGET_VERSION): Remove.
11681 * config/pa/pa.h (TARGET_VERSION): Remove.
11682 * config/pdp11/pdp11.h (TARGET_VERSION): Remove.
11683 * config/picochip/picochip.h (TARGET_VERSION): Remove.
11684 * config/rs6000/aix.h (TARGET_VERSION): Remove.
11685 * config/rs6000/darwin.h (TARGET_VERSION): Remove.
11686 * config/rs6000/darwin64.h (TARGET_VERSION): Remove.
11687 * config/rs6000/eabi.h (TARGET_VERSION): Remove.
11688 * config/rs6000/eabialtivec.h (TARGET_VERSION): Remove.
11689 * config/rs6000/eabisim.h (TARGET_VERSION): Remove.
11690 * config/rs6000/eabispe.h (TARGET_VERSION): Remove.
11691 * config/rs6000/freebsd.h (TARGET_VERSION): Remove.
11692 * config/rs6000/linux.h (TARGET_VERSION): Remove.
11693 * config/rs6000/linux64.h (TARGET_VERSION): Remove.
11694 * config/rs6000/linuxaltivec.h (TARGET_VERSION): Remove.
11695 * config/rs6000/linuxspe.h (TARGET_VERSION): Remove.
11696 * config/rs6000/lynx.h (TARGET_VERSION): Remove.
11697 * config/rs6000/netbsd.h (TARGET_VERSION): Remove.
11698 * config/rs6000/sysv4.h (TARGET_VERSION): Remove.
11699 * config/rs6000/vxworks.h (TARGET_VERSION): Remove.
11700 * config/s390/linux.h (TARGET_VERSION): Remove.
11701 * config/s390/s390.h (TARGET_VERSION): Remove.
11702 * config/s390/tpf.h (TARGET_VERSION): Remove.
11703 * config/score/score.h (TARGET_VERSION): Remove.
11704 * config/sh/linux.h (TARGET_VERSION): Remove.
11705 * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN,
11706 TARGET_VERSION_CPU, TARGET_VERSION): Remove.
11707 * config/sh/sh.h (TARGET_VERSION): Remove.
11708 * config/sh/sh64.h (TARGET_VERSION): Remove.
11709 * config/sh/superh.h (TARGET_VERSION): Remove.
11710 * config/sh/vxworks.h (TARGET_VERSION): Remove.
11711 * config/sparc/freebsd.h (TARGET_VERSION): Remove.
11712 * config/sparc/linux.h (TARGET_VERSION): Remove.
11713 * config/sparc/linux64.h (TARGET_VERSION): Remove.
11714 * config/sparc/netbsd-elf.h (TARGET_VERSION, TARGET_NAME64,
11715 TARGET_NAME32, TARGET_NAME): Remove.
11716 * config/sparc/openbsd64.h (TARGET_VERSION): Remove.
11717 * config/sparc/sp-elf.h (TARGET_VERSION): Remove.
11718 * config/sparc/sp64-elf.h (TARGET_VERSION): Remove.
11719 * config/sparc/sysv4.h (TARGET_VERSION): Remove.
11720 * config/sparc/vxworks.h (TARGET_VERSION): Remove.
11721 * config/spu/spu.h (TARGET_VERSION): Remove.
11722 * config/stormy16/stormy16.h (TARGET_VERSION): Remove.
11723 * config/v850/v850.h (TARGET_VERSION): Remove.
11724 * config/vax/linux.h (TARGET_VERSION): Remove.
11725 * config/vax/vax.h (TARGET_NAME, TARGET_VERSION): Remove.
11726 * config/xtensa/elf.h (TARGET_VERSION): Remove.
11727 * config/xtensa/linux.h (TARGET_VERSION): Remove.
11729 2011-03-31 Eric Botcazou <ebotcazou@adacore.com>
11732 * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
11733 frame-related from frame-unrelated adjustments to the stack pointer.
11735 2011-03-31 Jakub Jelinek <jakub@redhat.com>
11737 * common.opt (fdebug-types-section): Move earlier.
11738 * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
11740 2011-03-31 Andreas Tobler <andreast@fgznet.ch>
11742 * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
11745 2011-03-30 Nathan Froyd <froydnj@codesourcery.com>
11747 * tree.h (CASE_CHAIN): Define.
11748 * tree-cfg.c (edge_to_cases_cleanup, get_cases_for_edge): Use it.
11749 (gimple_redirect_edge_and_branch): Likewise.
11751 2011-03-30 Vladimir Makarov <vmakarov@redhat.com>
11753 PR middle-end/48367
11754 * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
11757 2011-03-30 Jeff Law <law@redhat.com>
11759 * PR bootstrap/48371
11760 * reload1.c (reload): Fix botch in last change.
11762 * reload.h (struct reload): Fix typo introduced in last change.
11764 2011-03-30 Joseph Myers <joseph@codesourcery.com>
11766 * config/arm/arm.opt (mhard-float, msoft-float): Mark
11767 Undocumented. Remove help text.
11768 * doc/invoke.texi (ARM Options): Don't document -msoft-float and
11771 2011-03-30 Joseph Myers <joseph@codesourcery.com>
11773 * doc/options.texi (NegativeAlias): Document.
11774 (Alias): Mention NegativeAlias.
11775 * opt-functions.awk: Handle NegativeAlias.
11776 * optc-gen.awk: Disallow NegativeAlias with multiple Alias arguments.
11777 * opts-common.c (decode_cmdline_option): Handle CL_NEGATIVE_ALIAS.
11778 * opts.h (CL_NEGATIVE_ALIAS): Define.
11779 * config/rs6000/rs6000.c (rs6000_parse_yes_no_option): Remove.
11780 (rs6000_handle_option): Don't handle OPT_mvrsave_, OPT_misel_ and
11782 * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
11784 * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
11785 mno-spe and mno-isel instead of mspe=no and -misel=no.
11787 2011-03-29 Mark Wielaard <mjw@redhat.com>
11789 * common.opt (fdebug-types-section): New flag.
11790 * doc/invoke.texi: Document new -fno-debug-types-section flag.
11791 * dwarf2out.c (use_debug_types): New define.
11792 (struct die_struct): Mark die_id with GTY desc use_debug_types.
11793 (print_die): Guard output of type unit signatures using
11795 (build_abbrev_table): Replace assert of dwarf_version >= 4
11796 with assert on use_debug_types.
11797 (size_of_die): Likewise.
11798 (unmark_dies): Likewise.
11799 (value_format): Decide AT_ref_external form on use_debug_types.
11800 (output_die): Replace dwarf_version version check guard with
11801 use_debug_types where appropriate.
11802 (modified_type_die): Likewise.
11803 (gen_reference_type_die): Likewise.
11804 (dwarf2out_start_source_file): Likewise.
11805 (dwarf2out_end_source_file): Likewise.
11806 (prune_unused_types_walk_attribs): Likewise.
11807 (dwarf2out_finish): Likewise.
11809 2011-03-30 Vladimir Makarov <vmakarov@redhat.com>
11811 * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
11813 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
11815 PR rtl-optimization/48332
11816 * optabs.c (expand_binop_directly): Set xmodeN to the target-mandated
11817 mode of input operand N and modeN to its actual mode.
11819 2011-03-30 Jeff Law <law@redhat.com>
11821 * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
11822 define accessor macro.
11823 (reg_equiv_invariant, reg_equiv_memory_loc): Likewise.
11824 (reg_equiv_address, reg_equiv_mem, reg_equiv_alt_mem_list): Likewise.
11825 (reg_equiv_init): Likewise.
11826 (reg_equivs_size): New variable.
11827 (reg_equiv_init_size): Remove.
11828 (allocate_initial_values): Move prototype to here from....
11829 * integrate.h (allocate_initial_values): Remove prototype.
11830 * integrate.c: Include reload.h.
11831 (allocate_initial_values): Corresponding changes.
11832 * ira.c (find_reg_equiv_invariant_cost): Corresponding changes.
11833 (fix_reg_equiv_init, no_equiv): Corresponding changes.
11834 (update_equiv_regs): Corresponding changes.
11835 (ira): Corresponding changes.
11836 * reload.c (push_reg_equiv_alt_mem): Corresponding changes.
11837 (push_secondary_reload): Corresponding changes.
11838 (push_reload, find_reloads, find_reloads_toplev): Corresponding changes.
11839 (make_memloc, find_reloads_address): Corresponding changes.
11840 (subst_reg_equivs, subst_indexed_address): Corresponding changes.
11841 (find_reloads_address_1): Corresponding changes.
11842 (find_reloads_subreg_address, subst_reloads): Corresponding changes.
11843 (refers_to_regno_for_reload_p): Corresponding changes.
11844 (reg_overlap_mentioned_for_reload_p): Corresponding changes.
11845 (refers_to_mem_for_reload_p, find_equiv_reg): Corresponding changes.
11846 * reload1.c: Include ggc.h.
11847 (grow_reg_equivs): New function.
11848 (replace_pseudos_in, reload): Corresponding changes.
11849 (calculate_needs_all_insns, alter_regs): Corresponding changes.
11850 (eliminate_regs_1, elimination_effects): Corresponding changes.
11851 (emit_input_reload_insns, emit_output_reload_insns): Likewise.
11852 (delete_output_reload): Likewise.
11853 * caller-save.c (mark_referenced_regs): Corresponding changes.
11854 * alpha/alpha.c (resolve_reload_operand): Corresponding changes.
11855 * frv/predicates.md (frv_load_operand): Corresponding changes.
11856 * microblaze/microblaze.c (double_memory_operand): Corresponding
11858 * avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Corresponding changes.
11859 * xtensa/xtensa.c (fixup_subreg_mem): Corresponding changes.
11860 * mn10300/mn10300.c (mn10300_secondary_reload): Corresponding changes.
11861 * m68k/m68k.c (emit_move_sequence): Corresponding changes.
11862 * arm/arm.c (arm_reload_in_hi, arm_reload_out_hi): Corresponding
11864 * pa/pa.c (emit_move_sequence): Corresponding changes.
11865 * vax/vax.c (nonindexed_address_p): Corresponding changes.
11867 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
11870 * config/arm/arm.c (coproc_secondary_reload_class): Handle
11871 structure modes. Don't check neon_vector_mem_operand for
11872 vector or structure modes.
11874 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
11875 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11878 * config/arm/neon.md (neon_vld3qa<mode>, neon_vld4qa<mode>): Remove
11879 operand 1 and reshuffle the operands to match.
11880 (neon_vld3<mode>, neon_vld4<mode>): Update accordingly.
11882 2011-03-30 Christian Schüler <cschueler@gmx.de>
11885 * config/c.opt (F): Added 'Driver' to -F option.
11888 * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
11890 * config/darwin.opt: Added '-arch' option.
11892 2011-03-30 Nick Clifton <nickc@redhat.com>
11894 * config/rx/rx.md: Add peepholes and patterns to combine
11895 extending loads and simple arithmetic instructions.
11896 * config/rx/rx.h (ADJUST_INSN_LENGTH): Define.
11897 * config/rx/rx-protos.h (rx_adjust_insn_length): Prototype.
11898 * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI
11899 modes to use pre-decrement and post-increment addressing.
11900 (rx_is_restricted_memory_address): Add range checking of REG+INT
11902 (rx_print_operand): Add support for %Q. Fix handling of %Q.
11903 (rx_memory_move_cost): Adjust cost of stores.
11904 (rx_adjust_insn_length): New function.
11906 2011-03-30 Jakub Jelinek <jakub@redhat.com>
11909 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
11910 arg10/arg11 in (X ^ Y) == (Z ^ W) are always fold converted to
11911 matching arg00/arg01 types.
11913 2011-03-30 Eric Botcazou <ebotcazou@adacore.com>
11915 * cfglayout.c (insn_locators_alloc): Initialize curr_location and
11916 last_location to UNKNOWN_LOCATION.
11918 2011-03-30 H.J. Lu <hongjiu.lu@intel.com>
11921 * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
11924 2011-03-30 Joseph Myers <joseph@codesourcery.com>
11925 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11928 * config/sparc/sparc.opt (sparc_cpu_and_features): Add
11929 Init(PROCESSOR_V7).
11930 (sparc_cpu): Likewise.
11931 * config/sparc/sparc.c (sparc_option_override): Replace 0 by
11934 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
11937 PR middle-end/48342
11938 PR rtl-optimization/48345
11939 * ira-color.c (setup_conflict_profitable_regs): Exclude prohibited
11940 hard regs for given mode from profitable regs when doing secondary
11943 2011-03-29 Jeff Law <law@redhat.com>
11946 * tree-ssa-threadupdate.c (struct redirection_data): Remove
11947 do_not_duplicate field.
11948 (lookup_redirection_data): Corresponding changes.
11949 (create_duplicates): Always create a template block.
11950 (redirect_edges): Remove code which reused the original block
11951 when it was going to become unreachable code.
11952 (thread_block): Don't set do_not_duplicate field.
11954 2011-03-29 Joseph Myers <joseph@codesourcery.com>
11956 * lto-opts.c (register_user_option_p, lto_register_user_option):
11957 Make type argument unsigned.
11958 * lto-streamer.h (lto_register_user_option): Make type argument
11960 * opth-gen.awk: Make CL_* macros unsigned.
11961 * opts-common.c (find_opt): Make lang_mask argument unsigned.
11962 * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
11963 CL_TARGET, CL_COMMON, CL_SEPARATE_NARGS_MASK, CL_SEPARATE_ALIAS,
11964 CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE, CL_DISABLED,
11965 CL_REPORT, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE,
11966 CL_MISSING_OK, CL_UINTEGER, CL_UNDOCUMENTED): Make unsigned.
11967 (find_opt): Make lang_mask argument unsigned.
11969 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
11971 PR rtl-optimization/48331
11972 PR rtl-optimization/48334
11973 * ira-color.c (color_allocnos): Call setup_profitable_hard_regs
11974 for any used algorithm.
11976 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
11978 * ira-conflicts.c (build_object_conflicts): Add unused attribute
11981 2011-03-29 Uros Bizjak <ubizjak@gmail.com>
11983 * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
11984 (alpha_option_override): Don't set alpha_sr_alias_set.
11985 (emit_frame_store_1): Use gen_frame_mem rather than calling
11987 (alpha_expand_epilogue): Ditto.
11989 2011-03-29 Ira Rosen <ira.rosen@linaro.org>
11991 PR tree-optimization/48290
11992 * tree-vect-loop.c (vect_analyze_loop_operations): In outer loop
11993 vectorization, check that relevant phis in the basic block after
11994 the inner loop are really inner loop's exit phis.
11996 2011-03-29 Richard Sandiford <richard.sandiford@linaro.org>
11999 * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
12000 (cached_dw_loc_list_def): New structure.
12001 (cached_dw_loc_list): New typedef.
12002 (cached_dw_loc_list_table): New variable.
12003 (cached_dw_loc_list_table_hash): New function.
12004 (cached_dw_loc_list_table_eq): Likewise.
12005 (add_location_or_const_value_attribute): Take a bool cache_p.
12006 Cache the list when the parameter is true.
12007 (gen_formal_parameter_die): Update caller.
12008 (gen_variable_die): Likewise.
12009 (dwarf2out_finish): Likewise.
12010 (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
12011 while generating debug info for the decl.
12012 (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
12013 (dwarf2out_init): Initialize cached_dw_loc_list_table.
12014 (resolve_addr): Cache the result of resolving a chain of
12017 2011-03-28 Vladimir Makarov <vmakarov@redhat.com>
12019 * ira-color.c (update_left_conflict_sizes_p): Don't assume that
12020 conflict object hard regset nodes have intersecting hard reg sets.
12022 * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
12023 after regstat_init_n_sets_and_refs.
12025 * ira.c: Add more comments at the top.
12026 (setup_stack_reg_pressure_class, setup_pressure_classes):
12027 Add comments how we compute the register pressure classes.
12028 (setup_allocno_and_important_classes): Add more comments.
12029 (setup_class_translate_array, reorder_important_classes)
12030 (setup_reg_class_relations): Add comments.
12032 * ira-emit.c: Add 2011 to the Copyright line. Add comments at the
12035 * ira-color.c: Add 2011 to the Copyright line.
12036 (assign_hard_reg): Add more comments.
12037 (improve_allocation): Ditto.
12039 * ira-costs.c: Add 2011 to the Copyright line.
12040 (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
12042 (setup_regno_cost_classes_by_mode): Ditto.
12044 Initial patches from ira-improv branch:
12046 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
12048 * ira-build.c (ira_create_object): Remove initialization of
12049 OBJECT_PROFITABLE_HARD_REGS. Initialize OBJECT_ADD_DATA.
12050 (ira_create_allocno): Remove initialization of
12051 ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
12052 ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_CHILD_RENAMED_P,
12053 ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
12054 ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO,
12055 ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO.
12056 Initialize ALLOCNO_ADD_DATA.
12057 (copy_info_to_removed_store_destinations): Use ALLOCNO_EMIT_DATA
12058 and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
12060 (ira_flattening): Ditto. Use ALLOCNO_EMIT_DATA instead of
12061 ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
12063 * ira.c (ira_reallocate): Remove.
12064 (setup_pressure_classes): Call
12065 ira_init_register_move_cost_if_necessary. Use
12066 ira_register_move_cost instead of ira_get_register_move_cost.
12067 (setup_allocno_assignment_flags): Use ALLOCNO_EMIT_DATA.
12068 (ira): Call ira_initiate_emit_data and ira_finish_emit_data.
12070 * ira-color.c: Use ALLOCNO_COLOR_DATA instead of
12071 ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
12072 ALLOCNO_AVAILABLE_REGS_NUM, ALLOCNO_NEXT_BUCKET_ALLOCNO,
12073 ALLOCNO_PREV_BUCKET_ALLOCNO. ALLOCNO_TEMP. Use OBJECT_COLOR_DATA
12074 instead of OBJECT_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE,
12075 OBJECT_HARD_REGS_SUBNODES_START, OBJECT_HARD_REGS_SUBNODES_NUM.
12077 (object_hard_regs_t, object_hard_regs_node_t): Move from ira-int.h.
12078 (struct object_hard_regs, struct object_hard_regs_node): Ditto.
12079 (struct allocno_color_data): New.
12080 (allocno_color_data_t): New typedef.
12081 (allocno_color_data): New definition.
12082 (ALLOCNO_COLOR_DATA): New macro.
12083 (struct object_color_data): New.
12084 (object_color_data_t): New typedef.
12085 (object_color_data): New definition.
12086 (OBJECT_COLOR_DATA): New macro.
12087 (update_copy_costs, calculate_allocno_spill_cost): Call
12088 ira_init_register_move_cost_if_necessary. Use
12089 ira_register_move_cost instead of ira_get_register_move_cost.
12090 (move_spill_restore, update_curr_costs): Ditto.
12091 (allocno_spill_priority): Make it inline.
12092 (color_pass): Allocate and free allocno_color_dat and object_color_data.
12093 (struct coalesce_data, coalesce_data_t): New.
12094 (allocno_coalesce_data): New definition.
12095 (ALLOCNO_COALESCE_DATA): New macro.
12096 (merge_allocnos, coalesced_allocno_conflict_p): Use
12097 ALLOCNO_COALESCED_DATA instead of ALLOCNO_FIRST_COALESCED_ALLOCNO,
12098 ALLOCNO_NEXT_COALESCED_ALLOCNO, ALLOCNO_TEMP.
12099 (coalesce_allocnos): Ditto.
12100 (setup_coalesced_allocno_costs_and_nums): Ditto.
12101 (collect_spilled_coalesced_allocnos): Ditto.
12102 (slot_coalesced_allocno_live_ranges_intersect_p): Ditto.
12103 (setup_slot_coalesced_allocno_live_ranges): Ditto.
12104 (coalesce_spill_slots): Ditto.
12105 (ira_sort_regnos_for_alter_reg): Ditto. Allocate, initialize and
12106 free allocno_coalesce_data.
12108 * ira-conflicts.c: Fix formatting.
12109 (process_regs_for_copy): Call
12110 ira_init_register_move_cost_if_necessary. Use
12111 ira_register_move_cost instead of ira_get_register_move_cost.
12112 (build_object_conflicts): Optimize.
12114 * ira-costs.c (record_reg_classes): Optimize. Call
12115 ira_init_register_move_cost_if_necessary. Use
12116 ira_register_move_cost, ira_may_move_in_cost, and
12117 ira_may_move_out_cost instead of ira_get_register_move_cost and
12118 ira_get_may_move_cost.
12119 (record_address_regs): Ditto.
12120 (scan_one_insn): Optimize.
12121 (find_costs_and_classes): Optimize.
12122 (process_bb_node_for_hard_reg_moves): Call
12123 ira_init_register_move_cost_if_necessary. Use
12124 ira_register_move_cost instead of ira_get_register_move_cost.
12126 * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
12127 ALLOCNO_REG, ALLOCNO_CHILD_RENAMED_P, ALLOCNO_MEM_OPTIMIZED_DEST,
12128 ALLOCNO_MEM_OPTIMIZED_DEST_P, and ALLOCNO_SOMEWHERE_RENAMED_P.
12129 (ira_allocno_emit_data, void_p, new_allocno_emit_data_vec): New
12131 (ira_initiate_emit_data, ira_finish_emit_data)
12132 (create_new_allocno): New functions.
12133 (modify_move_list): Call create_new_alloc instead of ira_create_allocno.
12134 (emit_move_list): Call ira_init_register_move_cost_if_necessary.
12135 Use ira_register_move_cost instead of ira_get_register_move_cost.
12137 * ira-int.h: Fix some comments.
12138 (object_hard_regs_t, object_hard_regs_node_t): Move to ira-color.c.
12139 (struct object_hard_regs, struct object_hard_regs_node): Ditto.
12140 (struct ira_object): Remove profitable_hard_regs, hard_regs_node,
12141 hard_regs_subnodes_start, hard_regs_subnodes_num. Add new member
12143 (struct ira_allocno): Make mode and aclass a bitfield. Move other
12144 bitfield after mode. Make hard_regno a short int. Make
12145 hard_regno short. Remove first_coalesced_allocno and
12146 next_coalesced_allocno. Move mem_optimized_dest_p,
12147 somewhere_renamed_p, child_renamed_p, reg, and mem_optimized_dest
12148 into struct ira_emit_data. Remove in_graph_p, may_be_spilled_p,
12149 available_regs_num, next_bucket_allocno, prev_bucket_allocno,
12150 temp, colorable_p. Add new member add_data.
12151 (ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P): Remove.
12152 (ALLOCNO_COLORABLE_P, ALLOCNO_AVAILABLE_REGS_NUM): Remove.
12153 (ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO): Remove.
12154 (ALLOCNO_TEMP, ALLOCNO_FIRST_COALESCED_ALLOCNO): Remove.
12155 (ALLOCNO_NEXT_COALESCED_ALLOCNO): Remove.
12156 (ALLOCNO_ADD_DATA): New macro.
12157 (ira_emit_data_t): New typedef.
12158 (struct ira_emit_data): New. Move mem_optimized_dest_p,
12159 somewhere_renamed_p, child_renamed_p, reg, mem_optimized_dest
12160 from struct ira_allocno.
12161 (ALLOCNO_EMIT_DATA): New macro.
12162 (ira_allocno_emit_data, allocno_emit_reg): New.
12163 (ALLOCNO_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE): Remove.
12164 (OBJECT_HARD_REGS_SUBNODES_STAR, OBJECT_HARD_REGS_SUBNODES_NUM): Remove.
12165 (OBJECT_ADD_DATA): New macro.
12166 (ira_reallocate): Remove.
12167 (ira_initiate_emit_data, ira_finish_emit_data): New.
12168 (ira_get_register_move_cost, ira_get_may_move_cost): Remove.
12169 (ira_init_register_move_cost_if_necessary): New.
12170 (ira_object_conflict_iter_next): Merge into
12171 ira_object_conflict_iter_cond.
12172 (FOR_EACH_OBJECT_CONFLICT): Don't use ira_object_conflict_iter_next.
12174 * ira-live.c (process_single_reg_class_operands): Call
12175 ira_init_register_move_cost_if_necessary. Use
12176 ira_register_move_cost instead of ira_get_register_move_cost.
12178 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
12180 * ira-int.h (struct target_ira_int): Remove x_cost_classes.
12182 * ira-costs.c: Fix formatting.
12183 (cost_classes, cost_classes_num): Remove.
12184 (struct cost_classes, cost_classes_t, const_cost_classes_t): New.
12185 (regno_cost_classes, cost_classes_hash, cost_classes_eq): New.
12186 (cost_classes_del, cost_classes_htab): New.
12187 (cost_classes_aclass_cache, cost_classes_mode_cache): New.
12188 (initiate_regno_cost_classes, setup_cost_classes): New.
12189 (setup_regno_cost_classes_by_aclass): New.
12190 (setup_regno_cost_classes_by_mode, finish_regno_cost_classes): New.
12191 (record_reg_classes): Use regno_cost_classes instead of
12192 cost_classes. Move checking opposite operand up.
12193 (record_address_regs): Use regno_cost_classes
12194 instead of cost_classes.
12195 (scan_one_insn): Ditto. Use always general register.
12196 (print_allocno_costs): Use regno_cost_classes instead of
12198 (print_pseudo_costs): Ditto. Use Reg_N_REFS.
12199 (find_costs_and_classes): Set up cost classes for each registers.
12200 Use also their mode for this. Use regno_cost_classes instead of
12202 (setup_allocno_class_and_costs): Use regno_cost_classes instead of
12204 (free_ira_costs, ira_init_costs): Don't use cost_classes.
12205 (ira_costs, ira_set_pseudo_classes): Call
12206 initiate_regno_cost_classes and finish_regno_cost_classes.
12208 2010-10-04 Vladimir Makarov <vmakarov@redhat.com>
12210 * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
12212 * target.def (ira_cover_classes): Remove.
12214 * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
12216 * doc/tm.texi.in: Ditto.
12218 * ira-conflicts.c: Remove mentioning cover classes from the file.
12219 Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Use
12220 ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST. Fix formatting.
12222 * targhooks.c (default_ira_cover_classes): Remove.
12224 * targhooks.h (default_ira_cover_classes): Ditto.
12226 * haifa-sched.c: Remove mentioning cover classes from the file.
12227 Use ira_reg_pressure_cover instead of ira_reg_class_cover. Use
12228 ira_pressure_classes and ira_pressure_classes_num instead of
12229 ira_reg_class_cover_size and ira_reg_class_cover. Use
12230 sched_regno_pressure_class instead of sched_regno_cover_class.
12231 (mark_regno_birth_or_death, setup_insn_reg_pressure_info): Use
12232 ira_reg_class_max_nregs instead of ira_reg_class_nregs.
12234 * ira-int.h: Add 2010 to Copyright. Remove mentioning cover
12235 classes from the file.
12236 (object_hard_regs_t, object_hard_regs_node_t): New typedefs.
12237 (struct object_hard_regs, struct object_hard_regs_node): New.
12238 (struct ira_object): New members profitable_hard_regs,
12239 hard_regs_node, hard_regs_subnodes_start, hard_regs_subnodes_num.
12240 (struct ira_allocno): Rename cover_class to aclass. Rename
12241 cover_class_cost and updated_cover_class_cost to class_cost and
12242 updated_class_cost. Remove splay_removed_p and
12243 left_conflict_size. Add new members colorable_p.
12244 (ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICTS_SIZE): Remove.
12245 (ALLOCNO_COLORABLE_P): New macro.
12246 (ALLOCNO_COVER_CLASS): Rename to ALLOCNO_CLASS.
12247 (ALLOCNO_COVER_CLASS_COST, ALLOCNO_UPDATED_COVER_CLASS_COST):
12248 Rename to ALLOCNO_CLASS_COST and ALLOCNO_UPDATED__CLASS_COST.
12249 (OBJECT_...): Rename parameter C to O.
12250 (OBJECT_PROFITABLE_HARD_REGS): New macro.
12251 (OBJECT_HARD_REGS_NODE, OBJECT_HARD_REGS_SUBNODES_START)
12252 (OBJECT_HARD_REGS_SUBNODES_NUM): New macros.
12253 (struct target_ira_int): New members x_ira_max_memory_move_cost,
12254 x_ira_max_register_move_cost, x_ira_max_may_move_in_cost,
12255 x_ira_max_may_move_out_cost, x_ira_reg_allocno_class_p,
12256 x_ira_reg_pressure_class_p, x_ira_important_class_nums,
12257 x_ira_reg_class_superunion. Rename x_prohibited_class_mode_reg to
12258 x_ira_prohibited_class_mode_reg. Rename x_ira_reg_class_union to
12259 x_ira_reg_class_subunion.
12260 (ira_max_memory_move_cost, ira_max_register_move_cost)
12261 (ira_max_may_move_in_cost, ira_max_may_move_out_cost)
12262 (ira_reg_allocno_class_p, ira_reg_pressure_class_p)
12263 (ira_important_class_nums, ira_reg_class_superunion): New macros.
12264 (prohibited_class_mode_regs): Rename to ira_prohibited_class_mode_regs.
12265 (ira_reg_class_union): Rename to ira_reg_class_subunion.
12266 (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
12267 (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
12268 (ira_tune_allocno_costs_and_cover_classes): Rename to
12269 ira_tune_allocno_costs.
12270 (ira_debug_hard_regs_forest): New.
12271 (ira_object_conflict_iter_init, ira_object_conflict_iter_cond)
12272 (ira_object_conflict_iter_next): Fix comments.
12273 (ira_hard_reg_set_intersection_p, hard_reg_set_size): New functions.
12274 (ira_allocate_and_set_costs, ira_allocate_and_copy_costs): Rename
12275 cover_class to aclass.
12276 (ira_allocate_and_accumulate_costs): Ditto.
12277 (ira_allocate_and_set_or_copy_costs): Ditto.
12279 * opts.c (decode_options): Remove ira_cover_class check.
12281 * ira-color.c: Remove mentioning cover classes from the file. Use
12282 ALLOCNO_CLASS, ALLOCNO_CLASS_COST, and ALLOCNO_UPDATED_CLASS_COST
12283 instead of ALLOCNO_COVER_CLASS, ALLOCNO_COVER_CLASS_COST, and
12284 ALLOCNO_UPDATED_COVER_CLASS_COST. Fix formatting.
12285 (splay-tree.h): Remove include.
12286 (allocno_coalesced_p, processed_coalesced_allocno_bitmap): Move
12287 before copy_freq_compare_func.
12288 (allocnos_for_spilling, removed_splay_allocno_vec): Remove.
12289 (object_hard_regs_vec, object_hard_regs_htab, node_check_tick):
12291 (hard_regs_roots, hard_regs_node_vec): Ditto.
12292 (object_hard_regs_hash, object_hard_regs_eq, find_hard_regs): Ditto.
12293 (insert_hard_regs, init_object_hard_regs, add_object_hard_regs): Ditto.
12294 (finish_object_hard_regs, object_hard_regs_compare): Ditto.
12295 (create_new_object_hard_regs_node): Ditto.
12296 (add_new_object_hard_regs_node_to_forest): Ditto.
12297 (add_object_hard_regs_to_forest, collect_object_hard_regs_cover): Ditto.
12298 (setup_object_hard_regs_nodes_parent, first_common_ancestor_node):
12300 (print_hard_reg_set, print_hard_regs_subforest): Ditto.
12301 (print_hard_regs_forest, ira_debug_hard_regs_forest): Ditto.
12302 (remove_unused_object_hard_regs_nodes): Ditto.
12303 (enumerate_object_hard_regs_nodes): Ditto.
12304 (object_hard_regs_nodes_num, object_hard_regs_nodes): Ditto.
12305 (object_hard_regs_subnode_t): Ditto.
12306 (struct object_hard_regs_subnode): Ditto.
12307 (object_hard_regs_subnodes, object_hard_regs_subnode_index): Ditto.
12308 (setup_object_hard_regs_subnode_index): Ditto.
12309 (get_object_hard_regs_subnodes_num): Ditto.
12310 (form_object_hard_regs_nodes_forest): Ditto.
12311 (finish_object_hard_regs_nodes_tree): Ditto.
12312 (finish_object_hard_regs_nodes_forest): Ditto.
12313 (allocnos_have_intersected_live_ranges_p): Rename to
12314 allocnos_conflict_by_live_ranges_p. Move before copy_freq_compare_func.
12315 (pseudos_have_intersected_live_ranges_p): Rename to
12316 conflict_by_live_ranges_p. Move before copy_freq_compare_func.
12317 (setup_left_conflict_sizes_p, update_left_conflict_sizes_p): Ditto.
12318 (empty_profitable_hard_regs, setup_profitable_hard_regs): Ditto.
12319 (update_copy_costs): Remove assert. Skip cost update if the hard
12320 reg does not belong the class.
12321 (assign_hard_reg): Process only profitable hard regs.
12322 (uncolorable_allocnos_num): Make it scalar.
12323 (allocno_spill_priority): Use ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
12324 and ira_reg_class_max_nregs instead of ALLOCNO_LEFT_CONFLICTS_SIZE
12325 and ira_reg_class_max_nregs.
12326 (bucket_allocno_compare_func): Check frequency first.
12327 (sort_bucket): Add compare function as a parameter.
12328 (add_allocno_to_ordered_bucket): Assume no coalesced allocnos.
12329 (uncolorable_allocnos_splay_tree, USE_SPLAY_P): Remove.
12330 (push_allocno_to_stack): Rewrite for checking new allocno
12332 (remove_allocno_from_bucket_and_push): Print cost too. Remove assert.
12333 (push_only_colorable): Pass new parameter to sort_bucket.
12334 (push_allocno_to_spill): Remove.
12335 (allocno_spill_priority_compare): Make it inline and rewrite.
12336 (splay_tree_allocate, splay_tree_free): Remove.
12337 (allocno_spill_sort_compare): New function.
12338 (push_allocnos_to_stack): Sort allocnos for spilling once. Don't
12339 build and use splay tree. Choose first allocno in uncolorable
12340 allocno bucket to spill. Remove setting spill cost.
12341 (all_conflicting_hard_regs): Remove.
12342 (setup_allocno_available_regs_num): Check only profitable hard
12343 regs. Print info about hard regs nodes.
12344 (setup_allocno_left_conflicts_size): Remove.
12345 (put_allocno_into_bucket): Don't call
12346 setup_allocno_left_conflicts_size. Use setup_left_conflict_sizes_p.
12347 (improve_allocation): New.
12348 (color_allocnos): Call setup_profitable_hard_regs,
12349 form_object_hard_regs_nodes_forest, improve_allocation,
12350 finish_object_hard_regs_nodes_forest. Setup spill cost.
12351 (print_loop_title): Use pressure classes.
12352 (color_allocnso): Ditto.
12353 (do_coloring): Remove allocation and freeing splay_tree_node_pool
12354 and allocnos_for_spilling.
12355 (ira_sort_regnos_for_alter_reg): Don't setup members
12356 {first,next}_coalesced_allocno.
12357 (color): Remove allocating and freeing removed_splay_allocno_vec.
12358 (fast_allocation): Use ira_prohibited_class_mode_regs instead of
12359 prohibited_class_mode_regs.
12361 * ira-lives.c: Remove mentioning cover classes from the file. Fix
12363 (update_allocno_pressure_excess_length): Use pressure classes.
12364 (inc_register_pressure, dec_register_pressure): Check for pressure
12366 (mark_pseudo_regno_live, mark_pseudo_regno_subword_live): Use
12367 pressure class. Use ira_reg_class_nregs instead of
12368 ira_reg_class_max_nregs.
12369 (mark_pseudo_regno_dead, mark_pseudo_regno_subword_dead): Ditto.
12370 (mark_hard_reg_live, mark_hard_reg_dead): Use pressure class.
12371 (single_reg_class): Use ira_reg_class_nregs instead of
12372 ira_reg_class_max_nregs.
12373 (process_bb_node_lives): Use pressure classes.
12375 * ira-emit.c: Remove mentioning cover classes from the file. Use
12376 ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Fix formatting.
12377 (change_loop): Use pressure classes.
12378 (modify_move_list): Call ira_set_allocno_class instead of
12379 ira_set_allocno_cover_class.
12381 * ira-build.c: Remove mentioning cover classes from the file. Use
12382 ALLOCNO_CLASS and ALLOCNO_CLASS_COST instead of
12383 ALLOCNO_COVER_CLASS and ALLOCNO_COVER_CLASS_COST. Use
12384 ALLOCNO_UPDATED_CLASS_COST instead of
12385 ALLOCNO_UPDATED_COVER_CLASS_COST. Fix formatting.
12386 (ira_create_object): Initiate OBJECT_PROFITABLE_HARD_REGS.
12387 (ira_create_allocno): Remove initialization of
12388 ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICT_SIZE. Initialize
12389 ALLOCNO_COLORABLE_P.
12390 (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
12391 Update conflict regs for the objects.
12392 (create_cap_allocno): Remove assert. Don't propagate
12393 ALLOCNO_AVAILABLE_REGS_NUM.
12394 (ira_free_allocno_costs): New function.
12395 (finish_allocno): Change a part of code into call of
12396 ira_free_allocno_costs.
12397 (low_pressure_loop_node_p): Use pressure classes.
12398 (object_range_compare_func): Don't compare classes.
12399 (setup_min_max_conflict_allocno_ids): Ditto.
12401 * loop-invariant.c: Remove mentioning cover classes from the file.
12402 Use ira_pressure_classes and ira_pressure_classes_num instead of
12403 ira_reg_class_cover_size and ira_reg_class_cover. Fix formatting.
12404 (get_cover_class_and_nregs): Rename to get_cover_pressure_and_nregs.
12405 Use ira_reg_class_max_nregs instead of ira_reg_class_nregs.
12406 Use reg_allocno_class instead of reg_cover_class.
12407 (get_inv_cost): Use instead ira_stack_reg_pressure_class of
12408 STACK_REG_COVER_CLASS.
12409 (get_regno_cover_class): Rename to get_regno_pressure_class.
12410 (move_loop_invariants): Initialize and finalize regstat.
12412 * ira.c: Remove mentioning cover classes from the file. Add
12413 comments about coloring without cover classes. Use ALLOCNO_CLASS
12414 instead of ALLOCNO_COVER_CLASS. Fix formatting.
12415 (alloc_reg_class_subclasses, setup_reg_subclasses): Move it before
12416 setup_class_subset_and_memory_move_costs.
12417 (setup_stack_reg_pressure_class, setup_pressure_classes): New.
12418 (setup_cover_and_important_classes): Rename to
12419 setup_allocno_and_important_classes.
12420 (setup_class_translate_array): New.
12421 (setup_class_translate): Call it for allocno and pressure classes.
12422 (cover_class_order): Rename to allocno_class_order.
12423 (comp_reg_classes_func): Use ira_allocno_class_translate instead
12424 of ira_class_translate.
12425 (reorder_important_classes): Set up ira_important_class_nums.
12426 (setup_reg_class_relations): Set up ira_reg_class_superunion.
12427 (print_class_cover): Rename to print_classes. Add parameter.
12428 (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
12429 Print pressure classes too.
12430 (find_reg_class_closure): Rename to find_reg_classes. Don't call
12431 setup_reg_subclasses.
12432 (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
12433 (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
12434 (setup_prohibited_class_mode_regs): Use
12435 ira_prohibited_class_mode_regs instead of prohibited_class_mode_regs.
12436 (clarify_prohibited_class_mode_regs): New function.
12437 (ira_init_register_move_cost): Set up ira_max_register_move_cost,
12438 ira_max_may_move_in_cost, and ira_max_may_move_out_cost.
12439 (ira_init_once): Initialize them.
12440 (free_register_move_costs): Process them.
12441 (ira_init): Move calls of find_reg_classes and
12442 setup_hard_regno_aclass after setup_prohibited_class_mode_regs.
12443 Call clarify_prohibited_class_mode_regs.
12444 (ira_no_alloc_reg): Remove.
12445 (too_high_register_pressure_p): Use pressure classes.
12447 * sched-deps.c: Remove mentioning cover classes from the file.
12448 Use ira_reg_pressure_cover instead of ira_reg_class_cover. Use
12449 ira_pressure_classes and ira_pressure_classes_num instead of
12450 ira_reg_class_cover_size and ira_reg_class_cover.
12451 (mark_insn_hard_regno_birth, mark_hard_regno_death): Use
12452 sched_regno_pressure_class instead of sched_regno_cover_class.
12453 (mark_insn_pseudo_birth, mark_pseudo_death): Ditto. Use
12454 ira_reg_class_max_nregs instead of ira_reg_class_nregs.
12456 * ira.h: Add 2010 to Copyright.
12457 (ira_no_alloc_reg): Remove external.
12458 (struct target_ira): Rename x_ira_hard_regno_cover_class,
12459 x_ira_reg_class_cover_size, x_ira_reg_class_cover, and
12460 x_ira_class_translate to x_ira_hard_regno_allocno_class,
12461 x_ira_allocno_classes_num, x_ira_allocno_classes, and
12462 x_ira_allocno_class_translate. Add x_ira_pressure_classes_num,
12463 x_ira_pressure_classes, x_ira_pressure_class_translate, and
12464 x_ira_stack_reg_pressure_class. Rename x_ira_reg_class_nregs to
12465 x_ira_reg_class_max_nregs. Add x_ira_reg_class_min_nregs and
12466 x_ira_no_alloc_regs.
12467 (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
12468 (ira_reg_class_cover_size, ira_reg_class_cover): Rename to
12469 ira_allocno_classes_num and ira_allocno_classes.
12470 (ira_class_translate): Rename to ira_allocno_class_translate.
12471 (ira_pressure_classes_num, ira_pressure_classes): New definitions.
12472 (ira_pressure_class_translate, ira_stack_reg_pressure_class): Ditto.
12473 (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
12474 (ira_reg_class_min_nregs, ira_stack_reg_pressure_class): New
12475 (ira_no_alloc_regs): New.
12477 * ira-costs.c: Add 2010 to Copyright. Remove mentioning cover
12478 classes from the file. Use ALLOCNO_CLASS instead of
12479 ALLOCNO_COVER_CLASS. Use ALLOCNO_CLASS_COST instead of
12480 ALLOCNO_COVER_CLASS_COST.
12481 (regno_cover_class): Rename to regno_aclass.
12482 (record_reg_classes): Use ira_reg_class_subunion instead of
12483 ira_reg_class_union.
12484 (record_address_regs): Check overflow.
12485 (scan_one_insn): Ditto.
12486 (print_allocno_costs): Print total mem cost fore regional allocation.
12487 (print_pseudo_costs): Use REG_N_REFS.
12488 (find_costs_and_classes): Use classes intersected with them on the
12489 1st pass. Check overflow. Use ira_reg_class_subunion instead of
12490 ira_reg_class_union. Use ira_allocno_class_translate and
12491 regno_aclass instead of ira_class_translate and regno_cover_class.
12492 Modify code for finding regno_aclass. Setup preferred classes for
12494 (setup_allocno_cover_class_and_costs): Rename to
12495 setup_allocno_class_and_costs. Use regno_aclass instead of
12496 regno_cover_class. Use ira_set_allocno_class instead of
12497 ira_set_allocno_cover_class.
12498 (init_costs, finish_costs): Use regno_aclass instead of
12500 (ira_costs): Use setup_allocno_class_and_costs instead of
12501 setup_allocno_cover_class_and_costs.
12502 (ira_tune_allocno_costs_and_cover_classes): Rename to
12503 ira_tune_allocno_costs. Check overflow. Skip conflict hard regs
12504 by processing objects. Use ira_reg_class_max_nregs instead of
12505 ira_reg_class_nregs.
12507 * rtl.h (reg_cover_class): Rename to reg_allocno_class.
12509 * sched-int.h: Remove mentioning cover classes from the file.
12510 (sched_regno_cover_class): Rename to sched_regno_pressure_class.
12512 * reginfo.c: Add 2010 to Copyright. Remove mentioning cover
12513 classes from the file.
12514 (struct reg_pref): Rename coverclass into allocnoclass.
12515 (reg_cover_class): Rename to reg_allocno_class.
12517 * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
12519 * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
12521 * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
12523 * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
12525 * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
12527 * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
12529 * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
12531 * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
12533 * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
12535 * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
12537 * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
12538 (i386_ira_cover_classes): Ditto.
12540 * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
12542 * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
12544 * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
12546 * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
12548 * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
12550 * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
12552 * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
12553 (mips_ira_cover_classes): Ditto.
12555 * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
12557 * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
12559 * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
12561 * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
12563 * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
12565 * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
12566 (IRA_COVER_CLASSES_VSX): Ditto.
12568 * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
12569 (rs6000_ira_cover_classes): Ditto.
12571 * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
12573 * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
12575 * config/score/score.h (IRA_COVER_CLASSES): Ditto.
12577 * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
12579 * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
12581 * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
12583 * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
12585 * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
12587 * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
12589 * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
12591 2011-03-29 Jakub Jelinek <jakub@redhat.com>
12594 * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
12595 dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
12596 dw_fde_unlikely_section_end_label, cold_in_std_section,
12597 dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
12598 Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
12600 (output_fde): Use dw_fde_second_{begin,end} if second is
12601 true, otherwise dw_fde_{begin,end}.
12602 (output_call_frame_info): Test dw_fde_second_begin != NULL
12603 instead of dw_fde_switched_sections.
12604 (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
12605 fields, initialize new fields. Initialize in_std_section
12606 unconditionally from the first partition.
12607 (dwarf2out_end_epilogue): Don't override dw_fde_end when
12608 dw_fde_second_begin is non-NULL.
12609 (dwarf2out_switch_text_section): Stop initializing removed
12610 dw_fde_struct fields, initialize new fields, initialize
12611 also dw_fde_end here. Set dw_fde_switch_cfi even when
12612 dwarf2out_do_cfi_asm (). Call var_location_switch_text_section.
12613 (struct var_loc_list_def): Add last_before_switch field.
12614 (arange_table, arange_table_allocated, arange_table_in_use,
12615 ARANGE_TABLE_INCREMENT, add_arange): Removed.
12616 (size_of_aranges): Count !in_std_section and !second_in_std_section
12617 hunks in fdes, instead of looking at arange_table_in_use.
12618 (output_aranges): Add aranges_length argument, don't call
12619 size_of_aranges here. Instead of using aranges_table*
12620 emit ranges for fdes when !in_std_section resp.
12621 !second_in_std_section.
12622 (dw_loc_list): Break ranges crossing section switch.
12623 (convert_cfa_to_fb_loc_list): Likewise. If switched sections,
12624 use dw_fde_second_end instead of dw_fde_end as end of last range.
12625 (gen_subprogram_die): Don't call add_arange. Use
12626 dw_fde_{begin,end} for first partition and if switched
12627 section dw_fde_second_{begin,end} for the second.
12628 (var_location_switch_text_section_1,
12629 var_location_switch_text_section): New functions.
12630 (dwarf2out_begin_function): Initialize cold_text_section even
12631 when function_section () isn't text_section.
12632 (prune_unused_types): Don't walk arange_table.
12633 (dwarf2out_finish): Don't needlessly test
12634 flag_reorder_blocks_and_partition when testing cold_text_section_used.
12635 If info_section_emitted, call size_of_aranges and if it indicates
12636 non-empty .debug_aranges, call output_aranges with the computed
12637 size. Stop using removed dw_fde_struct fields, use
12638 dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
12642 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
12643 create ENTRY_VALUE if incoming or address of incoming's MEM
12645 * dwarf2out.c (mem_loc_descriptor): Don't emit
12646 DW_OP_GNU_entry_value of DW_OP_fbreg.
12647 * var-tracking.c (vt_add_function_parameter): Ensure cselib_lookup
12648 on ENTRY_VALUE is able to find the canonical parameter VALUE.
12649 * cselib.c (rtx_equal_for_cselib_1) <case ENTRY_VALUE>: Use
12650 rtx_equal_p instead of rtx_equal_for_cselib_1 to compare
12652 (cselib_hash_rtx) <case ENTRY_VALUE>: If ENTRY_VALUE_EXP
12653 is a REG_P or MEM_P with REG_P address, compute hash directly
12654 instead of calling cselib_hash_rtx on ENTRY_VALUE_EXP.
12655 (preserve_only_constants): Don't clear VALUES forwaring
12656 ENTRY_VALUE to some other VALUE.
12658 2011-03-28 Richard Sandiford <richard.sandiford@linaro.org>
12660 * builtins.c (expand_builtin_memset_args): Use gen_int_mode
12661 instead of GEN_INT.
12663 2011-03-28 Eric Botcazou <ebotcazou@adacore.com>
12665 * cfgexpand.c (expand_gimple_cond): Always set the source location and
12666 block before expanding the statement.
12667 (expand_gimple_stmt_1): Likewise. Set them here...
12668 (expand_gimple_stmt): ...and not here. Tidy.
12669 * cfglayout.c (curr_insn_locator): Return 0 if the current location is
12672 2011-03-28 Steven Bosscher <steven@gcc.gnu.org>
12674 * Makefile.in: New rule for cprop.o.
12675 * gcse.c: Move constant/copy propagation to cprop.c.
12676 (compute_local_properties): Only handle expression tables.
12677 (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
12678 (one_pre_gcse_pass, one_code_hoisting_pass): Likewise.
12679 (hash_set, insert_set_in_table, gcse_constant_p, lookup_set,
12680 next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set,
12681 mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem,
12682 compute_cprop_data, find_used_regs, try_replace_reg,
12683 find_avail_set, cprop_jump, constprop_register, cprop_insn,
12684 local_cprop_find_used_regs, do_local_cprop, local_cprop_pass,
12685 fis_get_condition, implicit_set_cond_p, find_implicit_sets,
12686 find_bypass_set, reg_killed_on_edge, bypass_block,
12687 bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop,
12688 execute_rtl_cprop, pass_rtl_cprop): Move to...
12689 * cprop.c: ...here. New file, constant/copy propagation for RTL
12690 moved from gcse.c to here with minor cleanups in duplicated code.
12692 2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
12694 * config/i386/i386.c (flag_opts): Fix a typo in
12695 -mavx256-split-unaligned-store.
12697 2011-03-28 Anatoly Sokolov <aesok@post.ru>
12699 * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
12700 LIBCALL_VALUE): Remove macros.
12701 * config/h8300/h8300.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
12702 TARGET_FUNCTION_VALUE_REGNO_P): Define.
12703 (h8300_function_value, h8300_libcall_value,
12704 h8300_function_value_regno_p): New functions.
12706 2011-03-28 Anatoly Sokolov <aesok@post.ru>
12708 * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
12710 2011-03-28 Jeff Law <law@redhat.com>
12712 * tree-ssa-threadupdate.c (redirect_edges): Call
12713 create_edge_and_update_destination_phis as needed.
12714 (create_edge_and_update_destination_phis): Accept new BB argument.
12715 All callers updated.
12716 (thread_block): Do not update the profile when threading around
12717 intermediate blocks.
12718 (thread_single_edge): Likewise.
12719 (determine_bb_domination_status): If BB is not a successor of the
12720 loop header, return NONDOMINATING.
12721 (register_jump_thread): Note when we register a jump thread around
12722 an intermediate block.
12723 * tree-ssa-threadedge.c (thread_around_empty_block): New function.
12724 (thread_across_edge): Use it.
12726 2011-03-28 Tristan Gingold <gingold@adacore.com>
12728 * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
12729 when for_return is 2.
12731 2011-03-28 Jeff Law <law@redhat.com>
12733 * var-tracking.c (canonicalize_values_mark): Delete unused
12735 (canonicalize_values_star, set_variable_part): Likewise.
12736 (clobber_variable_part, delete_variable_part): Likewise.
12738 2011-03-28 Steven Bosscher <steven@gcc.gnu.org>
12740 * gcse.c (free_gcse_mem): Free reg_set_bitmap.
12742 2011-03-28 Martin Jambor <mjambor@suse.cz>
12744 * tree-inline.c (expand_call_inline): Do not check that destination
12746 (optimize_inline_calls): Assert that destination node is analyzed.
12747 * cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
12748 not call tree_lowering_passes.
12749 * cgraph.h (cgraph_analyze_function): Declare.
12750 * cgraphunit.c (cgraph_analyze_function): Make public.
12752 2011-03-28 Joseph Myers <joseph@codesourcery.com>
12754 * config/sparc/sparc-opts.h: New.
12755 * config/sparc/sparc.c (sparc_handle_option, sparc_select,
12756 sparc_cpu, fpu_option_set, TARGET_HANDLE_OPTION): Remove.
12757 (sparc_option_override): Store processor_type enumeration rather
12758 than string in cpu_default. Remove name and enumeration from
12759 cpu_table. Directly default -mcpu then default -mtune from -mcpu
12760 without using sparc_select. Use target_flags_explicit instead of
12762 * config/sparc/sparc.h (enum processor_type): Move to
12764 (sparc_cpu, struct sparc_cpu_select, sparc_select): Remove.
12765 * config/sparc/sparc.opt (config/sparc/sparc-opts.h): New
12766 HeaderInclude entry.
12767 (mcpu=, mtune=): Use Var and Enum.
12768 (sparc_processor_type): New Enum and EnumValue entries.
12770 2011-03-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12771 Iain Sandoe <iains@gcc.gnu.org>
12774 * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
12776 2011-03-28 Eric Botcazou <ebotcazou@adacore.com>
12778 * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.
12779 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add GSI parameter.
12780 Insert new statements at it in lieu of STMT.
12781 (vect_setup_realignment): Adjust call to vect_create_data_ref_ptr.
12782 * tree-vect-stmts.c (vectorizable_store): Likewise.
12783 (vectorizable_load): Likewise.
12785 2011-03-28 Uros Bizjak <ubizjak@gmail.com>
12787 * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
12792 2011-03-27 H.J. Lu <hongjiu.lu@intel.com>
12794 * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
12795 unaligned 256bit load/store.
12796 (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
12797 (*avx_movdqu<avxmodesuffix>): Likewise.
12799 2011-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12802 * config/pa/predicates.md (reg_or_ior_operand): New predicate.
12803 * config/pa/pa.md (iordi3): Use new predicate in expander.
12804 (iorsi3): Likewise.
12806 2011-03-27 Anatoly Sokolov <aesok@post.ru>
12808 * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
12809 FUNCTION_VALUE_REGNO_P): Remove macros.
12810 * config/mips/mips-protos.h (mips_function_value): Remove.
12811 * config/mips/mips.c (mips_function_value): Rename to...
12812 (mips_function_value_1): ... this. Make static. Handle receiving
12813 the function type in 'fn_decl_or_type' argument.
12814 (mips_function_value, mips_libcall_value,
12815 mips_function_value_regno_p): New function.
12816 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
12817 TARGET_FUNCTION_VALUE_REGNO_P): Define.
12819 2011-03-27 H.J. Lu <hongjiu.lu@intel.com>
12821 * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
12822 and -mavx256-split-unaligned-store.
12823 (ix86_option_override_internal): Split 32-byte AVX unaligned
12824 load/store by default.
12825 (ix86_avx256_split_vector_move_misalign): New.
12826 (ix86_expand_vector_move_misalign): Use it.
12828 * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
12829 -mavx256-split-unaligned-store.
12831 * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
12832 256bit load/store. Generate unaligned store on misaligned memory
12834 (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
12836 (*avx_movdqu<avxmodesuffix>): Likewise.
12838 * doc/invoke.texi: Document -mavx256-split-unaligned-load and
12839 -mavx256-split-unaligned-store.
12841 2011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
12844 * config/mips/mips.md (extendsidi2): Add an "l" alternative.
12847 2011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
12849 * config/mips/mips.c (mips_prepare_builtin_arg): Replace icode and
12850 opno arguments with an expand_operand. Use create_input_operand.
12851 (mips_prepare_builtin_target): Delete.
12852 (mips_expand_builtin_insn, mips_expand_builtin_compare_1): New
12854 (mips_expand_builtin_direct): Use create_output_operand and
12855 mips_expand_builtin_insn. Update call to mips_prepare_builtin_arg.
12856 (mips_expand_builtin_movtf): Likewise. Use mips_expand_fp_comparison.
12857 (mips_expand_builtin_compare): Use mips_expand_fp_comparison.
12859 2011-03-27 Ira Rosen <ira.rosen@linaro.org>
12861 * config/arm/arm.c (arm_autovectorize_vector_sizes): New
12863 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
12865 2011-03-26 Eric Botcazou <ebotcazou@adacore.com>
12867 * basic-block.h (fixup_abnormal_edges): Adjust prototype.
12868 * reload1.c (reload): Adjust call to fixup_abnormal_edges. Rediscover
12869 basic blocks and call commit_edge_insertions directly.
12870 (fixup_abnormal_edges): Move from here to...
12871 * cfgrtl.c (fixup_abnormal_edges): ...here. Only insert instructions
12872 on the edges and return whether some have actually been inserted.
12873 * reg-stack.c (convert_regs): Fix up abnormal edges before inserting
12876 2011-03-26 Andrey Belevantsev <abel@ispras.ru>
12878 PR rtl-optimization/48144
12879 * sel-sched-ir.c (merge_history_vect): Factor out from ...
12880 (merge_expr_data): ... here.
12881 (av_set_intersect): Rename to av_set_code_motion_filter.
12882 Update all callers. Call merge_history_vect when an expression
12883 is found in both sets.
12884 * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
12886 2011-03-26 Alan Modra <amodra@gmail.com>
12888 * config/rs6000/predicates.md (word_offset_memref_op): Handle
12889 cmodel medium addresses.
12890 * config/rs6000/rs6000.c (rs6000_secondary_reload): Handle misaligned
12891 64-bit gpr loads and stores.
12892 (rs6000_secondary_reload_ppc64): New function.
12893 * config/rs6000/rs6000-protos.h: Declare it.
12894 * config/rs6000/rs6000.md (reload_di_store, reload_di_load): New.
12896 2011-03-26 Alan Modra <amodra@gmail.com>
12899 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
12900 GNU Go in traceback table.
12902 2011-03-25 Richard Henderson <rth@redhat.com>
12904 * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
12905 if there are exactly 6 operands.
12906 (set_storage_via_setmem): Similarly.
12908 2011-03-25 Kai Tietz <ktietz@redhat.com>
12910 * collect2.c (write_c_file_stat): Handle backslash
12911 as right-hand directory separator.
12912 (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
12913 checking just for slash.
12914 * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
12915 instead of checking for trailing slash.
12916 * gcc.c (record_temp_file): Use filename_cmp instead
12918 (do_spec_1): Likewise.
12919 (replace_outfile_spec_function): Likewise.
12920 (is_directory): Use filename_ncmp instead of strncmp.
12921 (print_multilib_info): Likewise.
12922 * gcov.c (find_source): Use filename_cmp instead
12924 (make_gcov_file_name): Fix order of slash/backslash
12926 * incpath.c (DIRS_EQ): Use filename_cmp instead of strcmp.
12927 (add_standard_paths): Likewise.
12928 * mips-tfile.c (saber_stop): Handle backslash.
12929 * prefix.c (update_path): Use filename_ncmp instead of
12931 * profile.c (output_location): Use filename_cmp instead
12933 * read-md.c (handle_toplevel_file): Handle backslash.
12934 * tlink.c (frob_extension): Likewise.
12935 * tree-cfg.c (same_line_p): Use filename_cmp instead of
12937 * tree-dump.c (dequeue_and_dump): Handle backslash.
12938 * tree.c (get_file_function_name): Likewise.
12939 * gengtype.c (read_input_list): Likewise.
12940 (get_file_realbasename): Likewise.
12941 (get_output_file_with_visibility): Use filename_cmp
12944 2011-03-25 Richard Sandiford <richard.sandiford@linaro.org>
12946 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
12949 2011-03-25 Nathan Froyd <froydnj@codesourcery.com>
12951 * fold-const.c (expr_location_or): New function.
12952 (fold_truth_not_expr): Call it.
12954 2011-03-25 Jeff Law <law@redhat.com>
12956 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
12958 * c-family/c-common.c (def_fn_type): Likewise.
12959 * ada/gcc-interface/utils.c (def_fn_type): Likewise.
12960 * emit-rtl.c (gen_rtvec): Likewise.
12961 * lto/lto-lang.c (def_fn_type): Likewise.
12963 2011-03-25 Richard Guenther <rguenther@suse.de>
12965 * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
12966 also generate copies.
12967 (fini_copy_prop): Handle constant values properly.
12969 2011-03-25 Jakub Jelinek <jakub@redhat.com>
12971 * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
12972 mode size instead of bitsize with DWARF2_ADDR_SIZE.
12973 (hash_loc_operands, compare_loc_operands): Handle
12974 DW_OP_GNU_entry_value.
12976 2011-03-25 Kai Tietz <ktietz@redhat.com>
12978 * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Adjust comment.
12979 (STACK_BOUNDARY): Check for bit-ness in case of MS_ABI.
12980 * config/i386/i386.c (ix86_conditional_register_usage): Adjust
12981 comment and use macro TARGET_64BIT_MS_ABI instead.
12982 (ix86_keep_aggregate_return_pointer): Optimize for 64-bit case
12983 and change default behavior for 32-bit MS_ABI.
12984 (ix86_reg_parm_stack_space): Check additionally for bit-ness.
12985 (ix86_function_type_abi): Allow check for ms_abi/sysv_abi for
12987 (ix86_cfun_abi): Likewise.
12988 (ix86_maybe_switch_abi): Adjust comment.
12989 (init_cumulative_args): Check for bit-ness in MS_ABI case.
12990 (ix86_gimplify_va_arg): Check just for not TARGET_64BIT_MS_ABI
12991 instead of checking for SYSV_ABI.
12992 (ix86_nsaved_sseregs): Likewise.
12993 (ix86_compute_frame_layout): Set only for 64-bit MS_ABI alignment
12995 (ix86_expand_call): Use TARGET_64BIT_MS_ABI macro.
12996 * config/i386.h (TARGET_32BIT_MS_ABI): New macro.
12997 (ACCUMULATE_OUTGOING_ARGS): Check explicit for 64-bit MS_ABI.
12998 (OUTGOING_REG_PARM_STACK_SPACE): Likewise.
12999 * config/mingw32.h (DEFAULT_ABI): Change default always to MS_ABI.
13001 2011-03-25 Richard Guenther <rguenther@suse.de>
13003 * tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
13004 (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
13005 (verify_gimple): Remove.
13006 * tree-cfg.c (verify_gimple_call): Merge verification
13008 (verify_gimple_phi): Merge verification from verify_stmts.
13009 (verify_gimple_label): New function.
13010 (verify_types_in_gimple_seq_2): Rename to verify_gimple_in_seq_2.
13011 (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
13012 (verify_stmt): Merge into verify_gimple_in_cfg and callees.
13013 (verify_stmts): Rename to verify_gimple_in_cfg.
13014 (verify_gimple_in_cfg): New function.
13015 * passes.c (execute_function_todo): Call verify_gimple_in_cfg.
13016 * tree-ssa.c (verify_ssa): Likewise.
13017 * gimplify.c (gimplify_body): Call verify_gimple_in_seq.
13019 2011-03-25 Richard Guenther <rguenther@suse.de>
13021 * passes.c (init_optimization_passes): Add FRE pass after
13024 2011-03-25 Bernd Schmidt <bernds@codesourcery.com>
13025 Andrew Stubbs <ams@codesourcery.com>
13027 * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
13029 (arm_movdi_vfp_cortexa8): New pattern.
13030 * config/arm/neon.md (adddi3_neon, subdi3_neon, anddi3_neon,
13031 iordi3_neon, xordi3_neon): Add alternatives to discourage Neon
13032 instructions when tuning for Cortex-A8. Set attribute "arch".
13033 * config/arm/arm.md: Move include arm-tune.md up a bit.
13034 (define_attr "arch"): Add "onlya8" and "nota8" values.
13035 (define_attr "arch_enabled"): Handle "onlya8" and "nota8".
13037 2011-03-25 Nathan Froyd <froydnj@codesourcery.com>
13041 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
13043 * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
13044 FOR_BB_INSNS_SAFE to iterate through insns. Re-indent.
13045 (pass_instantiate_virtual_regs): Require PROP_cfglayout.
13046 * passes.c (init_optimization_passes): Move
13047 pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
13049 2011-03-25 Kai Tietz <ktietz@redhat.com>
13051 * c-typeck.c (comptypes_internal): Replace target
13052 hook call of comp_type_attributes by version in tree.c file.
13053 * gimple.c (gimple_types_compatible_p_1): Likewise.
13054 * tree-ssa.c (useless_type_conversion_p): Likewise.
13055 * tree.c (build_type_attribute_qual_variant): Likewise.
13056 (attribute_value_equal): New static helper function.
13057 (comp_type_attributes): New function.
13058 (merge_attributes): Use attribute_value_equal for comparison.
13059 (attribute_list_contained): Likewise.
13060 * tree.h (comp_type_attributes): New prototype.
13062 2011-03-25 Richard Guenther <rguenther@suse.de>
13064 * tree-cfg.c (verify_gimple_assign_unary): Drop special casing
13065 of complex types at -O0.
13066 (verify_gimple_assign_binary): Likewise.
13067 (verify_gimple_assign_ternary): Likewise.
13069 2011-03-24 Mark Wielaard <mjw@redhat.com>
13071 * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8.
13072 (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
13074 2011-03-24 Mark Wielaard <mjw@redhat.com>
13077 * dwarf2out.c (output_abbrev_section): Only write table when
13078 abbrev_die_table_in_use > 1.
13080 2011-02-24 Richard Henderson <rth@redhat.com>
13082 * config/alpha/alpha.c (alpha_expand_unaligned_load): Use extql.
13083 (alpha_expand_unaligned_store): Use mskwl, mskll, mskql.
13084 (alpha_expand_unaligned_load_words): Use extql.
13085 (alpha_expand_unaligned_store_words): Use insqh, mskqh, mskql.
13086 (emit_insxl): Handle all modes for consistency.
13088 2011-02-24 Richard Henderson <rth@redhat.com>
13090 * config/alpha/alpha.c (get_aligned_mem): Don't test WORDS_BIG_ENDIAN.
13091 (alpha_expand_unaligned_load): Likewise.
13092 (alpha_expand_unaligned_store): Likewise.
13093 (alpha_expand_unaligned_load_words): Likewise.
13094 (alpha_expand_unaligned_store_words): Likewise.
13095 (emit_insxl, alpha_split_compare_and_swap_12): Likewise.
13096 (alpha_split_lock_test_and_set_12): Likewise.
13097 (print_operand, alpha_fold_builtin_extxx): Likewise.
13098 (alpha_fold_builtin_insxx, alpha_fold_builtin_mskxx): Likewise.
13099 * config/alpha/alpha.md (bswapsi2, insv, extv, extzv): Likewise.
13100 (builtin_extwh, builtin_extlh, builtin_extql): Likewise.
13101 (unaligned_extendqidi_be, unaligned_extendhidi_be, extxl_be): Remove.
13102 (*extxl_1_be, *extql_2_be, extqh_be, extlh_be, extwh_be): Remove.
13103 (insbl_be, inswl_be, insll_be, insql_be, mskxl_be): Remove.
13104 (unaligned_loadqi_be, unaligned_loadhi_be): Remove.
13105 (unaligned_storeqi_be, unaligned_storehi_be): Remove.
13106 (extbl): Rename from builtin_extbl; don't test WORDS_BIG_ENDIAN.
13107 (extwl, extll, extql): Similarly.
13108 (inswh, inslh, insqh): Similarly.
13109 (mskbl, mskwl, mskll, mskql): Similarly.
13110 (mskwh, msklh, mskqh): Similarly.
13112 2011-02-24 Richard Henderson <rth@redhat.com>
13114 * config/alpha/alpha.md (attribute isa): Add er, ner.
13115 (attribute enabled): Handle them.
13116 (*movdi): Merge *movdi_{er_nofix,nofix,er_fix,fix}.
13118 2011-02-24 Richard Henderson <rth@redhat.com>
13120 * config/alpha/alpha.md (attribute isa): Add vms.
13121 (attribute enabled): Handle it.
13122 (*movsf): Merge *movsf_{nofix,fix,nofp}.
13123 (*movdf): Merge *movdf_{nofix,fix,nofp}.
13124 (*movtf): Rename from *movtf_internal for consistency.
13125 (*movsi): Merge with *movsi_nt_vms.
13126 (*movhi): Merge *movhi_nobwx, *movhi_bwx.
13127 (*movqi): Merge *movqi_nobwx, *movqi_bwx.
13128 (*mov<VEC>): Merge *mov<VEC>_fix, *mov<VEC>_nofix.
13129 * config/alpha/constraint.md ("f"): Use NO_REGS when fpu is disabled.
13131 2011-02-24 Richard Henderson <rth@redhat.com>
13133 * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
13134 (extendqisi2, extendhisi2): Likewise.
13135 (extendqidi2): Simplify BWX/non-BWX expansions.
13136 (extendhidi2): Similarly.
13138 2011-02-24 Richard Henderson <rth@redhat.com>
13140 * config/alpha/alpha.md (attribute isa): New.
13141 (attribute enabled): New.
13142 (zero_extendqihi2): Merge from *zero_extendqihi2_{bwx,nobwx}.
13143 (zero_extendqisi2, zero_extendqidi2): Similarly.
13144 (zero_extendhisi2, zero_extendhidi2): Similarly.
13145 * config/alpha/predicates.md (reg_or_bwx_memory_operand): New.
13147 2011-02-24 Richard Henderson <rth@redhat.com>
13149 * config/alpha/predicates.md (input_operand): Revert last change;
13150 update comment to mention 32-bit VMS rather than Windows.
13152 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
13154 * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
13155 FOR_BB_INSNS_SAFE to iterate through insns. Re-indent.
13156 (pass_instantiate_virtual_regs): Require PROP_cfglayout.
13157 * passes.c (init_optimization_passes): Move
13158 pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
13160 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
13162 * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
13164 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
13166 * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
13169 2011-03-24 Jakub Jelinek <jakub@redhat.com>
13172 * simplify-rtx.c (simplify_const_unary_operation): Call
13173 real_convert when changing mode class with FLOAT_EXTEND.
13175 2011-03-24 Nick Clifton <nickc@redhat.com>
13177 * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
13178 (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
13179 * config/rx/rx.c (rx_option_override): Set align_jumps,
13180 align_loops and align_labels if not set by the user.
13181 (rx_align_for_label): New function.
13182 (rx_max_skip_for_label): New function.
13183 (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
13184 (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
13185 (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
13186 (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
13187 * config/rx/rx-protos.h (rx_align_for_label): Add prototype.
13189 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
13191 PR rtl-optimization/48263
13192 * optabs.c (expand_binop_directly): Reinstate convert_modes code
13193 and original commutative_p handling. Use maybe_gen_insn.
13195 2011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13197 * reload.c (find_reloads_subreg_address): Add address_reloaded
13198 parameter and return true there if the full address has been
13200 (find_reloads_toplev): Pass address_reloaded flag.
13201 (find_reloads_address_1): Don't use address_reloaded parameter.
13203 2011-03-24 Jeff Law <law@redhat.com>
13205 * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
13206 unused variable "ann".
13207 (remove_unused_locals): Likewise.
13209 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
13212 * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
13215 2011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13217 * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
13218 for invalid symbolic addresses.
13219 (s390_secondary_reload): Don't use s390_check_symref_alignment for
13222 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
13224 * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
13225 the argument in calls to fold_truth_not_expr.
13227 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
13229 * tree.c (record_node_allocation_statistics): New function.
13230 (make_node_stat, copy_node_stat, build_string): Call it.
13231 (make_tree_binfo_stat, make_tree_vec_stat, tree_cons_stat): Likewise.
13232 (build1_stat, build_omp_clause): Likewise.
13234 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
13236 * builtins.c (expand_movstr): Fix endp == 1 adjustment after
13239 2011-03-24 Richard Guenther <rguenther@suse.de>
13241 PR tree-optimization/48271
13242 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
13243 blocks that still exist.
13245 2011-03-24 Richard Guenther <rguenther@suse.de>
13247 PR tree-optimization/48270
13248 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
13249 not free datarefs before ddrs.
13251 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
13253 * tree-sra.c (build_ref_for_offset): Strip useless type conversions
13254 from the address built for a reference with variable offset.
13256 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
13259 * config/i386/i386.md (*movdf_internal_rex64): Do not split
13260 alternatives that can be handled with movq or movabsq insn.
13261 (*movdf_internal): Disable for !TARGET_64BIT.
13262 (*movdf_internal_nointeger): Ditto.
13263 * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
13265 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
13267 * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
13268 (FUNCTION_ARG_ADVANCE): Likewise.
13269 * tm.texi.in: Change references to them to hook references.
13270 * tm.texi: Regenerate.
13271 * targhooks.c (default_function_arg): Eliminate check for target macro.
13272 (default_function_incoming_arg): Likewise.
13273 (default_function_arg_advance): Likewise.
13274 * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
13275 (function_arg_advance): Likewise.
13276 * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
13278 2011-03-24 Richard Guenther <rguenther@suse.de>
13280 PR middle-end/48269
13281 * tree-object-size.c (addr_object_size): Do not double-account
13282 for MEM_REF offsets.
13284 2011-03-24 Diego Novillo <dnovillo@google.com>
13286 * lto-opts.c (input_data_block): Move to lto-streamer-in.c.
13287 * lto-streamer-in.c (input_string_internal): Add clarifying comments.
13288 (lto_input_data_block): Move from lto-opts.c. Make extern.
13290 (lto_input_string): Rename from input_string. Make extern.
13292 * lto-streamer-out.c (lto_output_string_with_length): Rename from
13293 output_string_with_length.
13294 Output 0 to indicate a non-NULL string. Update all callers to
13296 (lto_output_string): Rename from output_string. Make extern.
13298 (lto_output_decl_state_streams): Make extern.
13299 (lto_output_decl_state_refs): Make extern.
13300 * lto-streamer.h (lto_input_string): Declare.
13301 (lto_input_data_block): Declare.
13302 (lto_output_string): Declare.
13303 (lto_output_string_with_length): Declare.
13304 (lto_output_decl_state_streams): Declare.
13305 (lto_output_decl_state_refs): Declare.
13307 2011-03-24 Richard Guenther <rguenther@suse.de>
13309 PR tree-optimization/46562
13310 * tree.c (build_invariant_address): New function.
13311 * tree.h (build_invariant_address): Declare.
13312 * tree-dfa.c (get_addr_base_and_unit_offset): Wrap around
13313 a renamed function moved ...
13314 * tree-flow-inline.h (get_addr_base_and_unit_offset_1): ... here.
13315 Take valueization callback parameter.
13316 * tree-flow.h (gimple_fold_stmt_to_constant): Declare.
13317 * gimple-fold.h: New file.
13318 * tree-ssa-ccp.c (ccp_fold): Use gimple_fold_stmt_to_constant_1.
13319 (ccp_fold, fold_const_aggregate_ref,
13320 fold_ctor_reference, fold_nonarray_ctor_reference,
13321 fold_array_ctor_reference, fold_string_cst_ctor_reference,
13322 get_base_constructor): Move ...
13323 * gimple-fold.c: ... here.
13324 (gimple_fold_stmt_to_constant_1): New function
13325 split out from ccp_fold. Take a valueization callback parameter.
13326 Valueize all operands.
13327 (gimple_fold_stmt_to_constant): New wrapper function.
13328 (fold_const_aggregate_ref_1): New function split out from
13329 fold_const_aggregate_ref. Take a valueization callback parameter.
13330 (fold_const_aggregate_ref): Wrap fold_const_aggregate_ref_1.
13331 * tree-ssa-sccvn.c (simplify_binary_expression): Simplify
13332 invariant POINTER_PLUS_EXPRs to invariant form.
13333 (vn_valueize): New function.
13334 (try_to_simplify): Simplify by using gimple_fold_stmt_to_constant.
13335 * tree-vrp.c (vrp_valueize): New function.
13336 (vrp_visit_assignment_or_call): Use gimple_fold_stmt_to_constant
13337 to fold statements to constants.
13338 * tree-ssa-pre.c (eliminate): Properly guard propagation of
13339 function declarations.
13340 * Makefile.in (tree-ssa-sccvn.o, tree-vrp.o, gimple-fold.o,
13341 tree-ssa-ccp.o): Add gimple-fold.h dependencies.
13343 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
13345 * config/h8300/predicates.md (jump_address_operand): Fix register
13348 2011-03-24 Ira Rosen <ira.rosen@linaro.org>
13350 * doc/invoke.texi (max-stores-to-sink): Document.
13351 * params.h (MAX_STORES_TO_SINK): Define.
13352 * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
13353 if either vectorization or if-conversion is disabled.
13354 * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
13355 tree-vect-data-refs.c vect_equal_offsets.
13356 (dr_equal_offsets_p): New function.
13357 (find_data_references_in_bb): Remove static.
13358 * tree-data-ref.h (find_data_references_in_bb): Declare.
13359 (dr_equal_offsets_p): Likewise.
13360 * tree-vect-data-refs.c (vect_equal_offsets): Move to tree-data-ref.c.
13361 (vect_drs_dependent_in_basic_block): Update calls to
13362 vect_equal_offsets.
13363 (vect_check_interleaving): Likewise.
13364 * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
13365 (cond_if_else_store_replacement): Rename to...
13366 (cond_if_else_store_replacement_1): ... this. Change arguments and
13368 (cond_if_else_store_replacement): New function.
13369 * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
13370 * params.def (PARAM_MAX_STORES_TO_SINK): Define.
13372 2011-03-23 Chung-Lin Tang <cltang@codesourcery.com>
13375 * config/arm/arm.md (casesi): Use the gen_int_mode() function
13376 to subtract lower bound instead of GEN_INT().
13378 2011-03-23 Jonathan Wakely <jwakely.gcc@gmail.com>
13383 * doc/extend.texi (Alignment): Move section to match order in TOC.
13384 * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
13385 (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
13387 2011-03-23 Jeff Law <law@redhat.com>
13389 * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
13390 before removing the edge.
13392 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Do not use E after
13393 it may have been freed by redirect_branch_edge or
13394 redirect_edge_succ_nodup.
13396 2011-03-23 Richard Guenther <rguenther@suse.de>
13398 * tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.
13399 (check_va_list_escapes): Likewise.
13400 (check_all_va_list_escapes): Likewise.
13402 2011-03-23 Richard Guenther <rguenther@suse.de>
13404 * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
13405 (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
13406 (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
13407 (alias.o): Likewise.
13408 (ipa-type-escape.o): Remove.
13409 (ipa-struct-reorg.o): Likewise.
13410 (GTFILES): Remove ipa-struct-reorg.c.
13411 * alias.c: Do not include ipa-type-escape.h.
13412 * tree-ssa-alias.c: Likewise.
13413 * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
13414 * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
13415 * passes.c (init_optimization_passes): Remove ipa-struct-reorg
13416 and ipa-type-escape passes.
13417 * tree-pass.h (pass_ipa_type_escape): Remove.
13418 (pass_ipa_struct_reorg): Likewise.
13419 * ipa-struct-reorg.h: Remove.
13420 * ipa-struct-reorg.c: Likewise.
13421 * ipa-type-escape.h: Likewise.
13422 * ipa-type-escape.c: Likewise.
13423 * doc/invoke.texi (-fipa-struct-reorg): Remove.
13424 (--param struct-reorg-cold-struct-ratio): Likewise.
13425 * params.def (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
13426 * params.h (STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
13427 * timevar.def (TV_IPA_TYPE_ESCAPE): Likewise.
13429 2011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13431 * config/s390/2084.md: Enable all insn reservations also for z9_ec
13432 cpu attribute value.
13433 * config/s390/s390-opts.h (enum s390_arch_option): Remove.
13434 (enum processor_type): Add PROCESSOR_2094_Z9_EC.
13435 * config/s390/s390.c (processor_flags_table): New constant array.
13436 (s390_handle_arch_option): Remove.
13437 (s390_handle_option): Remove s390_handle_arch_option invocations
13438 and OPT_mwarn_framesize_ handling.
13439 (s390_option_override): Remove s390_handle_arch_option invocation.
13440 (s390_emit_prologue): Remove use of HOST_WIDE_INT_PRINT_DEC in
13442 * config/s390/s390.md (cpu attribute): Add z9_ec value.
13443 * config/s390/s390.opt (s390_tune, s390_arch)
13444 (march=): Replace s390_arch_option enum and values with
13445 processor_type. Set variable name to s390_arch. Set
13446 initialization value.
13447 (mtune=): Replace s390_arch_option with processor_type. Set
13448 variable name to s390_tune. Set initialization value.
13450 2011-03-23 Julian Brown <julian@codesourcery.com>
13452 * expr.c (expand_expr_real_1): Only use BLKmode for volatile
13453 accesses which are not naturally aligned.
13455 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
13458 * config/arm/predicates.md (neon_lane_number): Accept 0..15.
13460 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
13462 * optabs.h (emit_unop_insn, maybe_emit_unop_insn): Change insn code
13463 parameter from "int" to "enum insn_code".
13464 (expand_operand_type): New enum.
13465 (expand_operand): New structure.
13466 (create_expand_operand): New function.
13467 (create_fixed_operand, create_output_operand): Likewise
13468 (create_input_operand, create_convert_operand_to): Likewise.
13469 (create_convert_operand_from, create_address_operand): Likewise.
13470 (create_integer_operand): Likewise.
13471 (create_convert_operand_from_type, maybe_legitimize_operands): Declare.
13472 (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
13473 (expand_insn, expand_jump_insn): Likewise.
13474 * builtins.c (expand_builtin_prefetch): Use the new interfaces.
13475 (expand_builtin_interclass_mathfn, expand_builtin_strlen): Likewise.
13476 (expand_movstr, expand_builtin___clear_cache): Likewise.
13477 (expand_builtin_lock_release): Likewise.
13478 * explow.c (allocate_dynamic_stack_space): Likewise.
13479 (probe_stack_range): Likewise. Allow check_stack to FAIL,
13480 and use the default handling in that case.
13481 * expmed.c (check_predicate_volatile_ok): Delete.
13482 (store_bit_field_1, extract_bit_field_1): Use the new interfaces.
13483 (emit_cstore): Likewise.
13484 * expr.c (emit_block_move_via_movmem): Likewise.
13485 (set_storage_via_setmem, expand_assignment): Likewise.
13486 (emit_storent_insn, try_casesi): Likewise.
13487 (emit_single_push_insn): Likewise. Allow the expansion to fail.
13488 * optabs.c (expand_widen_pattern_expr, expand_ternary_op): Likewise.
13489 (expand_vec_shift_expr, expand_binop_directly): Likewise.
13490 (expand_twoval_unop, expand_twoval_binop): Likewise.
13491 (expand_unop_direct, emit_indirect_jump): Likewise.
13492 (emit_conditional_move, vector_compare_rtx): Likewise.
13493 (expand_vec_cond_expr, expand_val_compare_and_swap_1): Likewise.
13494 (expand_sync_operation, expand_sync_fetch_operation): Likewise.
13495 (expand_sync_lock_test_and_set): Likewise.
13496 (maybe_emit_unop_insn): Likewise. Change icode to an insn_code.
13497 (emit_unop_insn): Likewise.
13498 (expand_copysign_absneg): Change icode to an insn_code.
13499 (create_convert_operand_from_type): New function.
13500 (maybe_legitimize_operand, maybe_legitimize_operands): Likewise.
13501 (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
13502 (expand_insn, expand_jump_insn): Likewise.
13503 * config/i386/i386.md (setmem<mode>): Use nonmemory_operand rather
13504 than const_int_operand for operand 2.
13506 2011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13508 * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
13511 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
13513 * emit-rtl.c (emit_pattern_before_noloc): New function.
13514 (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.
13515 (emit_call_insn_before_noloc, emit_debug_insn_before_noloc): Likewise.
13516 (emit_pattern_after_noloc): New function.
13517 (emit_insn_after_noloc, emit_jump_insn_after_noloc): Call it.
13518 (emit_call_insn_after_noloc, emit_debug_insn_after_noloc): Likewise.
13520 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
13522 * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
13523 (__ffsDI2): Likewise.
13525 2011-03-22 Richard Henderson <rth@redhat.com>
13527 * config/alpha/alpha.c (direct_return): Use TARGET_ABI_OSF instead
13528 of !TARGET_ABI_OPEN_VMS.
13529 (alpha_trampoline_init, alpha_start_function): Likewise.
13530 (alpha_expand_epilogue, alpha_file_start): Likewise.
13531 * config/alpha/alpha.md (divsi3, modsi3): Likewise.
13532 (udivsi3, umodsi3, divdi3, moddi3, udivdi3, umoddi3): Likewise.
13533 (*divmodsi_internal_er, *divmodsi_internal_er_1): Likewise.
13534 (*divmodsi_internal, *divmoddi_internal_er): Likewise.
13535 (*divmoddi_internal_er_1, *divmoddi_internal): Likewise.
13537 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13539 * config/s390/s390-opts.h: New.
13540 * config/s390/s390.c (s390_tune, s390_tune_flags, s390_arch,
13541 s390_arch_flags, s390_warn_framesize, s390_stack_size,
13542 s390_stack_guard): Remove.
13543 (s390_handle_arch_option): Return void. Take enum
13544 s390_arch_option value instead of string and searching array.
13545 (s390_handle_option): Don't assert that global structures are in
13546 use. Access variables via opts pointer. Use error_at. Don't use
13547 sscanf for -mstack-guard= or -mstack-size=. Update call to
13548 s390_handle_arch_option.
13549 (s390_option_override): Update call to s390_handle_arch_option.
13550 (s390_emit_prologue): Use %d format for s390_stack_size in
13551 diagnostic. Use %wd for HOST_WIDE_INT.
13552 * config/s390/s390.h (enum processor_type): Move to s390-opts.h.
13553 (s390_tune, s390_tune_flags, s390_arch, s390_arch_flags): Remove.
13554 * config/s390/s390.opt (config/s390/s390-opts.h): New
13555 HeaderInclude entry.
13556 (s390_arch_string, s390_tune, s390_tune_flags, s390_arch,
13557 s390_arch_flags, s390_warn_framesize): New Variable entries.
13558 (s390_arch_option): New Enum and EnumValue entries.
13559 (march=): Use Enum instead of Var.
13560 (mstack-guard=, mstack-size=): Use UInteger and Var.
13561 (mtune=): Use Enum.
13563 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13565 * config/score/score.c (score_handle_option): Don't assert that
13566 global structures are in use. Access target_flags via opts
13567 pointer. Use value of -march= option to determine target_flags
13569 * config/score/score.opt (march=): Use Enum.
13570 (score_arch): New Enum and EnumValue entries.
13572 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13574 * config/mep/mep.c (option_mtiny_specified): Remove.
13575 (mep_option_override): Move register handling for -mivc2 from
13576 mep_handle_option. Use global_options_set.x_mep_tiny_cutoff
13577 instead of option_mtiny_specified.
13578 (mep_handle_option): Access target_flags via opts pointer. Don't
13579 assert that global structures are in use. Defer part of -mivc2
13580 handling and move it to mep_option_override.
13581 * config/mep/mep.opt (IVC2): New Mask entry.
13582 (mivc2): Use Var and Defer instead of Mask.
13584 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13586 * config/v850/v850-opts.h: New.
13587 * config/v850/v850.c (small_memory): Replace with
13588 small_memory_physical_max array. Make that array static const.
13589 (v850_handle_memory_option): Take integer value of argument. Take
13590 gcc_options pointer, option text and location. Return void.
13591 Update for changes to small memory structures.
13592 (v850_handle_option): Access target_flags via opts pointer. Don't
13593 assert that global structures are in use. Update calls to
13594 v850_handle_memory_option.
13595 (v850_encode_data_area): Update references to small memory settings.
13596 * config/v850/v850.h (struct small_memory_info, small_memory): Remove.
13597 (enum small_memory_type): Move to v850-opts.h.
13598 * config/v850/v850.opt (config/v850/v850-opts.h): New
13599 HeaderInclude entry.
13600 (small_memory_max): New Variable entry.
13601 (msda): Replace by pair of options msda= and msda-. Use UInteger.
13602 (mtda, mzda): Likewise.
13604 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13606 * config/sh/sh.c (sh_handle_option): Access target_flags via opts
13607 pointer. Don't assert that global structures are in use.
13609 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13611 * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
13612 via opts pointer. Don't assert that global structures are in use.
13614 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13616 * config/pa/pa-hpux.opt (flag_pa_unix): New Variable entry.
13617 (munix=93): Use Var.
13618 * config/pa/pa-hpux1010.opt (munix=95): Use Var.
13619 * config/pa/pa-hpux1111.opt (munix=98): Use Var.
13620 * config/pa/pa-opts.h: New.
13621 * config/pa/pa.c (pa_cpu, flag_pa_unix): Remove.
13622 (pa_handle_option): Don't assert that global structures are in
13623 use. Access target_flags via opts pointer. Don't handle
13624 OPT_mschedule_, OPT_mfixed_range_, OPT_munix_93, OPT_munix_95 or
13626 (pa_option_override): Handle deferred OPT_mfixed_range_.
13628 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13630 * config/mn10300/mn10300-opts.h: New.
13631 * config/mn10300/mn10300.c (mn10300_processor,
13632 mn10300_tune_string): Remove.
13633 (mn10300_handle_option): Don't assert that global structures are
13634 in use. Access mn10300_processor via opts pointer. Don't handle
13636 * config/mn10300/mn10300.h (enum processor_type): Move to
13638 (mn10300_processor): Remove.
13639 * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
13640 HeaderInclude entry.
13641 (mn10300_processor): New Variable entry.
13644 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13646 * config/microblaze/microblaze.c: Don't include opts.h.
13647 (microblaze_handle_option, TARGET_HANDLE_OPTION): Remove.
13648 * config/microblaze/microblaze.opt (mxl-stack-check): Use Warn.
13649 (mno-clearbss): Use Var and Warn.
13651 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13653 * config/m32r/m32r-opts.h: New.
13654 * config/m32r/m32r.c (m32r_model, m32r_sdata): Remove.
13655 (m32r_handle_option): Don't assert that global structures are in
13656 use. Access target_flags and m32r_cache_flush_func via opts
13657 pointer. Don't handle OPT_mmodel_, OPT_msdata_ or
13658 OPT_mno_flush_trap here.
13659 * config/m32r/m32r.h (Code Models, Small Data Area): Replace by
13660 include of m32r-opts.h.
13661 * config/m32r/m32r.opt (config/m32r/m32r-opts.h): New
13662 HeaderInclude entry.
13663 (m32r_model_selected, m32r_sdata_selected): New Variable entries.
13664 (mmodel=): Use Enum and Var.
13665 (m32r_model): New Enum and EnumValue entries.
13666 (mno-flush-trap): Use Var.
13667 (msdata=): Use Enum and Var.
13668 (m32r_sdata): New Enum and EnumValue entries.
13670 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13672 * config/m32c/m32c.c: Don't include opts.h.
13673 (target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
13674 m32c_handle_option): Remove.
13675 (m32c_option_override): Check global_options_set.x_target_memregs
13676 instead of target_memregs_set.
13677 * config/m32c/m32c.h (target_memregs): Remove.
13678 * config/m32c/m32c.opt (memregs=): Use UInteger with integer
13681 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13683 * config/iq2000/iq2000-opts.h: New.
13684 * config/iq2000/iq2000.c: Don't include opts.h.
13685 (iq2000_tune, iq2000_handle_option, TARGET_HANDLE_OPTION): Remove.
13686 * config/iq2000/iq2000.h (enum processor_type, iq2000_tune): Remove.
13687 * config/iq2000/iq2000.opt (config/iq2000/iq2000-opts.h): New
13688 HeaderInclude entry.
13689 (iq2000_tune): New Variable entry.
13690 (march=): Add comment. Use Enum.
13691 (iq2000_arch): New Enum and EnumValue entries.
13692 (mcpu=): Use Enum and Var.
13693 (iq2000_tune): New Enum and EnumValue entries.
13695 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13697 * config/ia64/ia64-opts.h: New.
13698 * config/ia64/ia64.c (ia64_tune): Remove.
13699 (ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
13700 here. Use error_at.
13701 (ia64_option_override): Handle deferred OPT_mfixed_range_.
13702 * config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
13703 * config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
13704 HeaderInclude entry.
13705 (ia64_tune): New Variable entry.
13706 (mfixed-range=): Use Defer and Var.
13707 (mtune=): Use Enum and Var.
13708 (ia64_tune): New Enum and EnumValue entries.
13710 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13712 * config/frv/frv-opts.h: New.
13713 * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
13715 (frv_cpu_type): Remove.
13716 * config/frv/frv.c: Don't include opts.h.
13717 (frv_cpu_type, frv_handle_option, TARGET_HANDLE_OPTION): Remove.
13718 * config/frv/frv.opt (config/frv/frv-opts.h): New HeaderInclude entry.
13719 (frv_cpu_type): New Variable entry.
13720 (frv_cpu): New Enum and EnumValue entries.
13722 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13724 * config/cris/cris.c (cris_handle_option): Access target_flags via
13725 opts pointer. Don't assert that global structures are in use.
13726 Don't call CRIS_SUBTARGET_HANDLE_OPTION.
13727 * config/cris/cris.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't define.
13729 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13731 * config/bfin/bfin-opts.h: New.
13732 * config/bfin/bfin.c (bfin_lib_id_given, bfin_cpu_type,
13733 bfin_si_revision, bfin_workarounds): Remove.
13734 (bfin_cpus): Make static const.
13735 (bfin_load_pic_reg): Check global_options_set.x_bfin_library_id
13736 not bfin_lib_id_given.
13737 (bfin_handle_option): Don't set bfin_lib_id_given. Access
13738 bfin_cpu_type, bfin_si_revision and bfin_workarounds via opts
13739 pointer. Use error_at. Don't assert that global structures are in use.
13740 * config/bfin/bfin.h: Include bfin-opts.h.
13741 (enum bfin_cpu_type, bfin_cpu_t): Move to bfin-opts.h.
13742 (bfin_cpu_type, bfin_si_revision, bfin_workarounds): Remove.
13743 * bfin.opt (config/bfin/bfin-opts.h): New HeaderInclude entry.
13744 (bfin_cpu_type, bfin_si_revision, bfin_workarounds): New Variable
13747 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13749 * config/arm/arm.opt (mhard-float, msoft-float): Use Alias.
13750 * config/arm/arm.c (arm_handle_option): Don't handle -mhard-float
13751 or -msoft-float here.
13752 * config/arm/arm.h (CPP_SPEC): Handle -mfloat-abi=*, not
13753 -msoft-float and -mhard-float.
13754 (OPTION_DEFAULT_SPECS): Don't handle -mhard-float and -msoft-float.
13755 * config/arm/coff.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
13757 * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
13759 (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
13760 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
13762 (LIBGCC_SPEC): Don't handle -msoft-float.
13763 * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
13765 * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
13767 * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Handle
13768 -mfloat-abi=*, not -msoft-float and -mhard-float.
13769 * config/arm/semi.h((ASM_SPEC): Don't handle -mhard-float and
13771 * config/arm/t-arm-elf (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS):
13772 Use mfloat-abi=hard and mfloat-abi=soft in comments, not
13773 mhard-float and msoft-float.
13774 * config/arm/t-linux (MULTILIB_OPTIONS): Use mfloat-abi=hard and
13775 mfloat-abi=soft in comments, not mhard-float and msoft-float.
13776 * config/arm/t-rtems (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
13777 mfloat-abi=soft and mfloat-abi=hard, not msoft-float and
13779 * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
13780 mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
13782 * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
13784 * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
13787 2011-03-22 Richard Henderson <rth@redhat.com>
13789 * config/alpha/alpha.c (alpha_expand_prologue): Don't test
13790 TARGET_ABI_WINDOWS_NT.
13791 (alpha_output_function_end_prologue): Likewise.
13792 * config/alpha/alpha.h (TARGET_ABI_OSF): Likewise.
13793 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
13794 * config/alpha/alpha.md (call, call_value, tablejump): Likewise.
13795 (trap, *movsi_nt_vms): Likewise.
13796 (call_nt, call_value_nt, *call_nt_1, *call_value_nt_1): Remove.
13797 (*tablejump_osf_nt_internal): Remove.
13798 * config/alpha/predicates.md (input_operand): Only test Pmode.
13800 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13802 * config/alpha/alpha.c (alpha_handle_option): Access target_flags
13803 via opts pointer. Use error_at. Don't assert that global
13804 structures are in use.
13806 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13808 * config/i386/i386.c (ix86_isa_flags_explicit): Remove.
13809 (ix86_handle_option): Access ix86_isa_flags and
13810 ix86_isa_flags_explicit via opts pointer. Don't assert that
13811 global structures are in use.
13812 (ix86_function_specific_save, ix86_function_specific_restore):
13813 Update ix86_isa_flags_explicit field name.
13814 * config/i386/i386.opt (ix86_isa_flags_explicit): New Variable entry.
13815 (ix86_isa_flags_explicit): Rename TargetSave entry to
13816 x_ix86_isa_flags_explicit.
13818 2011-03-22 Richard Henderson <rth@redhat.com>
13820 * config/alpha/alpha.c (NUM_ARGS): Don't test TARGET_ABI_UNICOSMK.
13821 (alpha_option_override, direct_return): Likewise.
13822 (alpha_arg_partial_bytes, alpha_setup_incoming_varargs): Likewise.
13823 (alpha_va_start, alpha_gimplify_va_arg, alpha_sa_mask): Likewise.
13824 (alpha_sa_size, compute_frame_size, alpha_expand_prologue): Likewise.
13825 (alpha_start_function, alpha_output_function_end_prologue): Likewise.
13826 (alpha_expand_epilogue, alpha_end_function): Likewise.
13827 (alpha_init_libfuncs): Likewise.
13828 (struct machine_function): Remove unicosmk members.
13829 (print_operand) ['t']: Remove.
13830 (unicosmk_must_pass_in_stack, unicosmk_initial_elimination_offset,
13831 unicosmk_output_module_name, unicosmk_output_common,
13832 current_section_align, unicosmk_output_text_section_asm_op,
13833 unicosmk_output_data_section_asm_op, unicosmk_init_sections,
13834 unicosmk_section_type_flags, unicosmk_unique_section,
13835 unicosmk_asm_named_section, unicosmk_insert_attributes,
13836 unicosmk_output_align, unicosmk_defer_case_vector,
13837 unicosmk_output_addr_vec, unicosmk_output_deferred_case_vectors,
13838 SSIB_PREFIX, SSIB_PREFIX_LEN, unicosmk_ssib_name, unicosmk_gen_dsib,
13839 unicosmk_output_ssib, unicosmk_add_call_info_word,
13840 unicosmk_extern_head, unicosmk_output_default_externs,
13841 unicosmk_output_externs, unicosmk_add_extern, unicosmk_dex_list,
13842 unicosmk_dex_count, unicosmk_special_name, unicosmk_need_dex,
13843 unicosmk_output_dex, unicosmk_file_start, unicosmk_file_end): Remove.
13844 * config/alpha/alpha-protos.h: Update.
13845 * config/alpha/alpha.h (TARGET_ABI_OSF): Don't test TARGET_ABI_UNICOSMK.
13846 * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM): Remove.
13847 (UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): Remove.
13848 (mulsi3): Don't test TARGET_ABI_UNICOSMK.
13849 (*mulsi_se, mulvsi3): Likewise.
13850 (divsi3, udivsi3, modsi3, umodsi3, divdi3, udivdi3): Likewise.
13851 (*divmodsi_internal, call, call_value, realign): Likewise.
13852 (moddi3, umoddi3): Likewise; remove duplicate expander.
13853 (moddi3_umk, umoddi3_umk, call_umk, call_value_umk): Remove.
13854 (*call_umk_1, *movsi, umk_laum, umk_lalm, *umk_load_ciw): Remove.
13855 (*movdi_nofix): Remove r/U alternative.
13856 (umk_mismatch_args, arg_home_umk, *call_value_umk): Remove.
13857 * config/alpha/constraints.md ("U"): Remove.
13858 * config/alpha/predicates.md (call_operand"): Don't test
13859 TARGET_ABI_UNICOSMK.
13861 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13863 * target.def (handle_option): Take gcc_options and
13864 cl_decoded_option pointers and location_t.
13865 * doc/tm.texi.in (TARGET_HANDLE_OPTION): Update documentation.
13866 * doc/tm.texi: Regenerate.
13867 * hooks.c (hook_bool_size_t_constcharptr_int_true): Remove.
13868 * hooks.h (hook_bool_size_t_constcharptr_int_true): Don't declare.
13869 * lto-opts.c (lto_reissue_options): Generate option structure for
13870 targetm.handle_option call.
13871 * opts.c (target_handle_option): Update call to
13872 targetm.handle_option. Remove assertions about values now passed
13874 * targhooks.c (default_target_handle_option): New.
13875 * targhooks.h (default_target_handle_option): Declare.
13876 * config/alpha/alpha.c: Include opts.h.
13877 (alpha_handle_option): Update to new hook interface.
13878 * config/arm/arm.c: Include opts.h.
13879 (arm_handle_option): Update to new hook interface.
13880 * config/arm/t-arm (arm.o): Update dependencies.
13881 * config/bfin/bfin.c: Include opts.h.
13882 (bfin_handle_option): Update to new hook interface.
13883 * config/cris/cris.c: Include opts.h.
13884 (cris_handle_option): Update to new hook interface.
13885 * config/frv/frv.c: Include opts.h.
13886 (frv_handle_option): Update to new hook interface.
13887 * config/i386/i386.c: Include opts.h.
13888 (ix86_handle_option): Update to new hook interface.
13889 (ix86_valid_target_attribute_inner_p): Generate option structure
13890 for call to ix86_handle_option.
13891 * config/i386/t-i386 (i386.o): Update dependencies.
13892 * config/ia64/ia64.c: Include opts.h.
13893 (ia64_handle_option): Update to new hook interface.
13894 * config/ia64/t-ia64 (ia64.o): Update dependencies.
13895 * config/iq2000/iq2000.c: Include opts.h.
13896 (iq2000_handle_option): Update to new hook interface.
13897 * config/m32c/m32c.c: Include opts.h.
13898 (m32c_handle_option): Update to new hook interface.
13899 * config/m32r/m32r.c: Include opts.h.
13900 (m32r_handle_option): Update to new hook interface.
13901 * config/m68k/m68k.c: Include opts.h.
13902 (m68k_handle_option): Update to new hook interface.
13903 * config/mep/mep.c: Include opts.h.
13904 (mep_handle_option): Update to new hook interface.
13905 * config/microblaze/microblaze.c: Include opts.h.
13906 (microblaze_handle_option): Update to new hook interface.
13907 * config/mips/mips.c: Include opts.h.
13908 (mips_handle_option): Update to new hook interface.
13909 * config/mn10300/mn10300.c: Include opts.h.
13910 (mn10300_handle_option): Update to new hook interface.
13911 * config/pa/pa.c: Include opts.h.
13912 (pa_handle_option): Update to new hook interface.
13913 * config/pdp11/pdp11.c: Include opts.h.
13914 (pdp11_handle_option): Update to new hook interface.
13915 * config/rs6000/rs6000.c: Include opts.h.
13916 (rs6000_handle_option): Update to new hook interface.
13917 * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
13918 * config/rx/rx.c: Include opts.h.
13919 (rx_handle_option): Update to new hook interface.
13920 * config/s390/s390.c: Include opts.h.
13921 (s390_handle_option): Update to new hook interface.
13922 * config/score/score.c: Include opts.h.
13923 (score_handle_option): Update to new hook interface.
13924 * config/sh/sh.c: Include opts.h.
13925 (sh_handle_option): Update to new hook interface.
13926 * config/sparc/sparc.c: Include opts.h.
13927 (sparc_handle_option): Update to new hook interface.
13928 * config/v850/v850.c: Include opts.h.
13929 (v850_handle_option): Update to new hook interface.
13931 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13933 * gcc.c (driver_unknown_option_callback): Only permit and save
13934 unknown -Wno- options.
13935 (driver_wrong_lang_callback): Save options directly instead of via
13936 driver_unknown_option_callback.
13938 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
13940 * combine.c (simplify_set): Try harder to find the best CC mode when
13941 simplifying a nested COMPARE on the RHS.
13943 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13945 * config/alpha/gnu.h: Remove.
13946 * config/arc: Remove directory.
13947 * config/arm/netbsd.h: Remove.
13948 * config/arm/t-pe: Remove.
13949 * config/crx: Remove directory.
13950 * config/i386/netbsd.h: Remove.
13951 * config/m68hc11: Remove directory.
13952 * config/m68k/uclinux-oldabi.h: Remove.
13953 * config/mcore/mcore-pe.h: Remove.
13954 * config/mcore/t-mcore-pe: Remove.
13955 * config/netbsd-aout.h: Remove.
13956 * config/rs6000/gnu.h: Remove.
13957 * config/sh/sh-symbian.h: Remove.
13958 * config/sh/symbian-base.c: Remove.
13959 * config/sh/symbian-c.c: Remove.
13960 * config/sh/symbian-cxx.c: Remove.
13961 * config/sh/symbian-post.h: Remove.
13962 * config/sh/symbian-pre.h: Remove.
13963 * config/sh/t-symbian: Remove.
13964 * config/svr3.h: Remove.
13965 * config/vax/netbsd.h: Remove.
13966 * config.build: Don't handle i[34567]86-*-pe.
13967 * config.gcc: Remove handling of deprecations for most deprecated
13969 (m68k-*-uclinuxoldabi*): Add to second deprecated list.
13970 (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*, arm-*-pe*, crx-*-elf,
13971 i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*|m6811-*-*,
13972 m68hc12-*-*|m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*,
13973 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
13974 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
13976 * config.host: Don't handle i[34567]86-*-pe.
13977 * config/rs6000/linux64.h (LINK_OS_GNU_SPEC): Remove.
13978 (ASM_SPEC32): Don't handle -mcall-gnu.
13979 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't handle
13981 (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC, CPP_SPEC,
13982 STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC): Don't handle -mcall-gnu.
13983 (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
13984 LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): Remove.
13985 (SUBTARGET_EXTRA_SPECS): Remove *_gnu specs.
13986 * config/sh/sh-protos.h, config/sh/sh.c: Remove all code
13987 conditional on SYMBIAN.
13988 * configure.ac: Don't handle powerpc*-*-gnu*.
13989 * configure: Regenerate.
13990 * doc/extend.texi (interrupt attribute): Don't mention CRX.
13991 * doc/install-old.texi (m6811, m6812): Don't mention.
13992 * doc/install.texi (arc-*-elf*): Don't document multilib option.
13993 (arc-*-elf, CRX, m6811-elf, m6812-elf): Remove.
13994 (m68k-uclinuxoldabi): Don't mention.
13995 * doc/invoke.texi (ARC Options, CRX Options, M68hc1x Options):
13997 (-mcall-gnu): Remove.
13998 * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
13999 families): Remove constraint documentation.
14001 2011-03-22 Marius Strobl <marius@FreeBSD.org>
14003 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
14004 (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
14005 (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
14007 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
14010 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
14011 vector when peeking at the next token for vector, don't expand the
14014 2011-03-21 Georg-Johann Lay <avr@gjlay.de>
14016 * config/avr/avr-protos.h (expand_epilogue): Change prototype
14017 * config/avr/avr.h (struct machine_function): Add field sibcall_fails.
14018 * config/avr/avr.c (init_cumulative_args)
14019 (avr_function_arg_advance): Use it.
14020 * config/avr/avr.c (expand_epilogue): Add bool parameter. Handle
14022 (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to...
14023 (avr_function_ok_for_sibcall): ...this new function.
14024 (avr_lookup_function_attribute1): New static Function.
14025 (avr_naked_function_p, interrupt_function_p)
14026 (signal_function_p, avr_OS_task_function_p)
14027 (avr_OS_main_function_p): Use it.
14028 * config/avr/avr.md ("sibcall", "sibcall_value")
14029 ("sibcall_epilogue"): New expander.
14030 ("*call_insn", "*call_value_insn"): New insn.
14031 ("call_insn", "call_value_insn"): Remove
14032 ("call", "call_value", "epilogue"): Change expander to handle
14035 2011-03-21 Nick Clifton <nickc@redhat.com>
14037 * doc/invoke.texi (Overall Options): Move closing brace to end of
14039 (Optimization Options): Add missing @gol.
14040 (Directory Options): Likewise.
14041 (i386 and x86-64 Options): Likewise.
14042 (RS6000 and PowerPC Options): Likewise.
14043 (i386 and x86-64 Windows Options): Likewise.
14044 (V850 Options): Add text missing from descriptions.
14046 2011-03-22 Richard Henderson <rth@redhat.com>
14048 * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
14049 (avr_incoming_return_addr_rtx): New.
14050 (emit_push_byte): New.
14051 (expand_prologue): Use it. Remove incorrect dwarf annotation for
14052 SREG, RAMPZ, zero register. Push frame pointer by bytes. Add dwarf
14053 annotation for __prologue_saves__. Fixup dwarf annotation for CFA.
14054 (emit_pop_byte): New.
14055 (expand_epilogue): Use it. Pop frame pointer by bytes.
14056 * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
14057 (INCOMING_RETURN_ADDR_RTX): New.
14058 (INCOMING_FRAME_SP_OFFSET): New.
14059 (ARG_POINTER_CFA_OFFSET): New.
14060 * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
14061 (*pushhi, *pushsi, *pushsf, popqi): Likewise.
14064 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
14066 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
14068 * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
14069 (FUNCTION_ARG_ADVANCE): Likewise.
14070 * tm.texi.in: Change references to them to hook references.
14071 * tm.texi: Regenerate.
14072 * targhooks.c (default_function_arg): Eliminate check for target
14074 (default_function_incoming_arg): Likewise.
14075 (default_function_arg_advance): Likewise.
14076 * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
14077 (function_arg_advance): Likewise.
14078 * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
14080 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
14082 * tree.c (build_call_1): New function.
14083 (build_call_valist, build_call_array_loc, build_call_vec): Call it.
14085 2011-03-22 Richard Guenther <rguenther@suse.de>
14087 PR tree-optimization/48228
14088 * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
14089 for single-arg PHIs.
14091 2011-03-22 Andrey Belevantsev <abel@ispras.ru>
14093 PR rtl-optimization/48143
14094 * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
14095 (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
14096 sse2_cvtps2pd): Likewise.
14098 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14100 * recog.c (canonicalize_change_group): Use validate_unshare_change.
14102 2011-03-22 Richard Guenther <rguenther@suse.de>
14104 * gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not
14105 a valid RHS. Make DOT_PROD_EXPR and REALIGN_LOAD_EXPR ternary.
14106 * tree-cfg.c (verify_gimple_assign_ternary): Allow DOT_PROD_EXPR
14107 and REALIGN_LOAD_EXPR.
14108 (verify_gimple_assign_single): Do not allow POLYNOMIAL_CHREC,
14109 DOT_PROD_EXPR or REALIGN_LOAD_EXPR.
14110 * expr.c (expand_expr_real_1): Move REALIGN_LOAD_EXPR and
14111 DOT_PROD_EXPR case ...
14112 (expand_expr_real_2): ... here.
14113 * gimple-pretty-print.c (dump_ternary_rhs): Handle DOT_PROD_EXPR
14114 and REALIGN_LOAD_EXPR.
14115 * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
14116 * tree-vect-loop.c (vect_model_reduction_cost): Handle ternaries.
14117 (vect_create_epilog_for_reduction): Likewise.
14118 (vectorizable_reduction): Likewise.
14119 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Adjust.
14120 * tree-vect-stmts.c (vectorizable_load): Likewise.
14122 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
14124 * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
14126 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14128 * config/s390/s390.c (s390_delegitimize_address): Fix offset
14129 handling for PLTOFF/GOTOFF.
14131 2011-03-22 Nick Clifton <nickc@redhat.com>
14133 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
14134 trailing backslash from the end of the macro definition.
14136 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14138 * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
14141 2011-03-21 Richard Sandiford <richard.sandiford@linaro.org>
14143 * expr.h (prepare_operand): Move to...
14144 * optabs.h (prepare_operand): ...here and change the insn code
14145 parameter from "int" to "enum insn_code".
14146 (insn_operand_matches): Declare.
14147 * expr.c (init_expr_target): Use insn_operand_matches.
14148 (compress_float_constant): Likewise.
14149 * function.c (safe_insn_predicate, assign_parm_setup_reg): Likewise.
14150 * optabs.c (can_compare_p, prepare_cmp_insn): Likewise.
14151 (emit_cmp_and_jump_insn_1, gen_add2_insn, gen_add3_insn): Likewise.
14152 (have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn):
14154 (gen_cond_trap): Likewise.
14155 (prepare_operand): Likewise. Change icode to an insn_code.
14156 (insn_operand_matches): New function.
14157 * reload.c (find_reloads_address_1): Use insn_operand_matches.
14158 * reload1.c (gen_reload): Likewise.
14159 * targhooks.c (default_secondary_reload): Likewise.
14161 2011-03-21 Uros Bizjak <ubizjak@gmail.com>
14163 * config/alpha/alpha.md (unspec): New define_c_enum.
14166 2011-03-21 Uros Bizjak <ubizjak@gmail.com>
14169 * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
14170 between a call and its CALL_ARG_LOCATION note.
14172 2011-03-21 Eric Botcazou <ebotcazou@adacore.com>
14174 * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
14176 2011-03-21 Jakub Jelinek <jakub@redhat.com>
14180 * c-common.c (shorten_compare): If primopN is first sign-extended
14181 to opN and then zero-extended to result type, set primopN to opN.
14183 2011-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14185 * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
14186 for barrier handlers.
14188 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
14190 * config/rs6000/rs6000.md (UNSPEC_*, UNSPECV_*): Redefine all
14191 UNSPEC constants to be in the unspec enumeration, and redefine
14192 all UNSPECV constants to be in the unspecv enumeration, so that
14193 dumps print which unspec/unspec_volatile this is.
14194 * config/rs6000/vector.md (UNSPEC_*): Ditto.
14195 * config/rs6000/paired.md (UNSPEC_*): Ditto.
14196 * config/rs6000/vsx.md (UNSPEC_*): Ditto.
14197 * config/rs6000/altivec.md (UNSPEC_*, UNSPECV_*): Ditto.
14198 * config/rs6000/dfp.md (UNSPEC_*): Ditto.
14200 * config/rs6000/rs6000.md (UNSPECV_ISYNC, UNSPECV_LWSYNC): Rename
14201 UNSPEC_ISYNC and UNSPEC_HWSYNC to UNSPECV_ISYNC and
14202 UNSPECV_LWSYNC, since these are used as unspec_volatile.
14203 * config/rs6000/sync.md (isync, lwsync): Ditto.
14205 2011-03-21 Richard Guenther <rguenther@suse.de>
14207 * params.def (lto-min-partition): Fix typo.
14209 2011-03-21 Richard Guenther <rguenther@suse.de>
14212 * c-decl.c (grokdeclarator): Drop to the main variant only
14213 for array types. Drop flag_gen_aux_info check.
14215 2011-03-21 Richard Guenther <rguenther@suse.de>
14217 PR translation/47911
14218 * params.def (lto-partitions): Fix typo.
14219 (lto-min-partition): Fix wording.
14221 2011-03-21 Andreas Tobler <andreast@fgznet.ch>
14223 * config/rs6000/t-freebsd: Remove duplication from file.
14225 2011-03-21 Richard Guenther <rguenther@suse.de>
14227 PR middle-end/47661
14228 * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
14230 2011-03-21 Richard Guenther <rguenther@suse.de>
14233 * params.def (lto-partitions): Require at least 1 partition.
14235 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14237 * gthr-solaris.h: Remove.
14238 * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
14239 * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
14240 (LIB_SPEC): Likewise.
14241 * config/sol2.opt (threads): Remove.
14242 * config.gcc (i[34567]86-*-solaris2*): Remove solaris threads support.
14243 (sparc*-*-solaris2*): Likewise.
14244 * configure.ac (enable_threads): Enable solaris support.
14245 * configure: Regenerate.
14246 * doc/invoke.texi (Option Summary, Solaris 2 Options): Remove -threads.
14247 * doc/install.texi (Configuration, --enable-threads=lib): Remove
14250 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14252 * config.gcc: Obsolete *-*-solaris2.8*.
14253 * doc/install.texi (Specific, *-*-solaris2*): Document it.
14255 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14258 * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
14259 reference. Solaris 8 perl works.
14261 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14264 * doc/install.texi (Prerequisites): Move jar etc. up.
14265 Explain support library version requirements.
14267 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14270 * doc/install.texi (Prerequisites): Move Perl to build
14271 requirements. Always necessary on Solaris 2 with Sun ld.
14273 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14275 * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
14277 (Specific, i?86-*-solaris2.[89]): Likewise.
14278 (Specific, i?86-*-solaris2.10): Likewise.
14279 (Specific, mips-sgi-irix6): Likewise.
14280 (Specific, *-*-solaris2*): Remove Sun Studio download URL.
14281 Update for binutils 2.21.
14283 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14285 * configure.ac (gcc_cv_lto_plugin): Fix typo.
14286 Allow -fuse-linker-plugin for non-default plugin linker.
14287 * configure: Regenerate.
14289 2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
14292 * gengtype.c (files_rules): Added rule for cp/parser.h.
14294 2011-03-21 Jakub Jelinek <jakub@redhat.com>
14297 * config/s390/s390.c (s390_delegitimize_address): Don't call
14298 lowpart_subreg if orig_x has BLKmode.
14300 2011-03-21 Kai Tietz <ktietz@redhat.com>
14303 * doc/plugins.texi: Adjust documentation for plugin register_callback.
14304 * tree.h (attribute_spec): Add new member affects_type_identity.
14305 * attribs.c (empty_attribute_table): Adjust attribute_spec
14307 * config/alpha/alpha.c: Likewise.
14308 * config/arc/arc.c: Likewise.
14309 * config/arm/arm.c: Likewise.
14310 * config/avr/avr.c: Likewise.
14311 * config/bfin/bfin.c: Likewise.
14312 * config/crx/crx.c: Likewise.
14313 * config/darwin.h: Likewise.
14314 * config/h8300/h8300.c: Likewise.
14315 * config/i386/cygming.h: Likewise.
14316 * config/i386/i386.c: Likewise.
14317 * config/ia64/ia64.c: Likewise.
14318 * config/m32c/m32c.c: Likewise.
14319 * config/m32r/m32r.c: Likewise.
14320 * config/m68hc11/m68hc11.c: Likewise.
14321 * config/m68k/m68k.c: Likewise.
14322 * config/mcore/mcore.c: Likewise.
14323 * config/mep/mep.c: Likewise.
14324 * config/microblaze/microblaze.c: Likewise.
14325 * config/mips/mips.c: Likewise.
14326 * config/rs6000/rs6000.c: Likewise.
14327 * config/rx/rx.c: Likewise.
14328 * config/sh/sh.c: Likewise.
14329 * config/sol2.h: Likewise.
14330 * config/sparc/sparc.c: Likewise.
14331 * config/spu/spu.c: Likewise.
14332 * config/stormy16/stormy16.c: Likewise.
14333 * config/v850/v850.c: Likewise.
14335 2011-03-21 Chung-Lin Tang <cltang@codesourcery.com>
14337 * simplify-rtx.c (simplify_binary_operation_1): Handle
14338 (xor (and A B) C) case when B and C are both constants.
14340 2011-03-21 Mingjie Xing <mingjie.xing@gmail.com>
14342 * tree-dfa.c (add_referenced_var): Fix typo in comment.
14344 2011-03-20 Eric Botcazou <ebotcazou@adacore.com>
14347 * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
14349 2011-03-20 Jakub Jelinek <jakub@redhat.com>
14351 PR rtl-optimization/48156
14352 * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
14353 assume df and df_lr are not NULL.
14355 2011-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14358 * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
14359 between a call and its CALL_ARG_LOCATION note.
14361 2011-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
14364 * config/sh/sh.c (find_barrier): Don't emit a constant pool
14365 between a call and its corresponding CALL_ARG_LOCATION note.
14367 2011-03-19 Anatoly Sokolov <aesok@post.ru>
14369 * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
14370 instead of loop. Use HARD_REGISTER_NUM_P predicate.
14371 * haifa-sched.c (setup_ref_regs): Ditto.
14372 * caller-save.c (add_used_regs_1): Ditto.
14373 * dse.c (look_for_hardregs): Ditto.
14374 * df-problems.c (df_simulate_one_insn_forwards): Ditto.
14375 * sched-rgn.c (check_live_1): Ditto.
14377 2011-03-18 Joseph Myers <joseph@codesourcery.com>
14379 * c-decl.c (diagnose_mismatched_decls): Give an error for
14380 redefining a typedef with variably modified type.
14382 2011-03-18 Joseph Myers <joseph@codesourcery.com>
14384 * c-decl.c (grokfield): Don't allow typedefs for structures or
14385 unions with no tag by default.
14386 * doc/extend.texi (Unnamed Fields): Update.
14388 2011-03-18 Uros Bizjak <ubizjak@gmail.com>
14390 * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
14391 Rewrite using indirect functions.
14392 (lwp_slwpcb): Ditto.
14393 * config/i386/sse.md (avx_vextractf128<mode>): Ditto.
14394 (avx_vinsertf128<mode>): Ditto.
14396 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14398 * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
14401 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14403 * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
14404 splitting between a call and its corresponding CALL_ARG_LOCATION note.
14406 2011-03-18 Maxim Kuvyrkov <maxim@codesourcery.com>
14408 PR rtl-optimization/48170
14409 * gcse.c (hoist_code): Remove bogus asserts.
14411 2011-03-18 Georg-Johann Lay <avr@gjlay.de>
14413 * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
14414 computation for prologue/epilogue.
14416 2011-03-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14418 * Makefile.in (check-consistency): Remove.
14420 2011-03-18 Jakub Jelinek <jakub@redhat.com>
14423 * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
14424 arange_table_in_use is 0, but either text_section_used or
14425 cold_text_section_used is true. Don't call it if
14426 !info_section_emitted.
14428 2011-03-18 Anatoly Sokolov <aesok@post.ru>
14430 * config/avr/avr.h (RET_REGISTER, LIBCALL_VALUE,
14431 FUNCTION_VALUE_REGNO_P): Remove.
14432 * config/avr/avr-protos.h (avr_ret_register, avr_libcall_value):
14434 * config/avr/avr.c (avr_ret_register): Make static inline.
14435 (avr_function_value_regno_p): New function.
14436 (avr_libcall_value): Make static. Add 'func' argument.
14437 (avr_function_value): Make static. Rename 'func' argument to
14438 'fn_decl_or_type', forward it to avr_libcall_value. Call
14439 avr_ret_register function instead of RET_REGISTER macro.
14440 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
14442 2011-03-18 Jason Merrill <jason@redhat.com>
14445 * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
14447 2011-03-18 Richard Guenther <rguenther@suse.de>
14449 * doc/install.texi (--enable-gold): Remove.
14450 (--with-plugin-ld): Document.
14451 * doc/invoke.texi (-fuse-linker-plugin): Clarify.
14453 2011-03-18 Andrew Pinski <pinskia@gmail.com>
14455 PR middle-end/47790
14456 * expr.c (optimize_bitfield_assignment_op): Revamp to work
14457 again after expansion changes.
14459 2011-03-18 Chung-Lin Tang <cltang@codesourcery.com>
14461 * combine.c (try_combine): Do simplification only call of
14462 subst() on i2 even when i1 is present. Update comments.
14464 2011-03-18 Kaz Kojima <kkojima@gcc.gnu.org>
14466 * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
14467 and UNSPEC_PCREL_SYMOFF.
14469 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14471 * config/s390/s390.md: Use define_c_enum for the unspec constant
14474 2011-03-18 Richard Henderson <rth@redhat.com>
14475 Jakub Jelinek <jakub@redhat.com>
14478 * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
14479 instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
14481 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
14483 PR middle-end/47725
14484 * combine.c (cant_combine_insn_p): Don't check zero/sign
14485 extended hard registers.
14487 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
14489 PR middle-end/47725
14490 * combine.c (cant_combine_insn_p): Check zero/sign extended
14493 2011-03-17 Anatoly Sokolov <aesok@post.ru>
14495 * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
14496 * config/v850/v850-protos.h (v850_output_addr_const_extra): Remove.
14497 * config/v850/v850.c (v850_output_addr_const_extra): Make static.
14498 Change return type to bool.
14499 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
14501 2011-03-17 Jakub Jelinek <jakub@redhat.com>
14504 * var-tracking.c (prepare_call_arguments): If CALL target
14505 is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
14506 pc instead of looking it up using cselib_lookup and use
14507 Pmode for it if x has VOIDmode.
14508 * dwarf2out.c (gen_subprogram_die): If also both first and
14509 second CONCAT arguments are VOIDmode, use mode of CONCAT itself.
14512 * function.c (assign_parms): For data.passed_pointer parms
14513 use MEM of data.entry_parm instead of data.entry_parm itself
14514 as DECL_INCOMING_RTL.
14515 * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
14516 also when passed and declared mode is the same, DECL_RTL
14517 is a MEM with pseudo as address and DECL_INCOMING_RTL is
14520 2011-03-16 Jeff Law <law@redhat.com>
14522 PR rtl-optimization/37273
14523 * ira-costs.c (scan_one_insn): Detect constants living in memory and
14524 handle them like argument loads from stack slots. Do not double
14525 count memory for memory constants and argument loads from stack slots.
14527 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
14530 * var-tracking.c (prepare_call_arguments): Check SUBREG.
14532 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
14535 * config/i386/i386.opt: Add Save to -mavx and -mfma.
14537 2011-03-17 Jakub Jelinek <jakub@redhat.com>
14540 * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
14542 (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
14543 Clear call_arg_locations and call_arg_loc_last always.
14545 PR middle-end/48152
14546 * var-tracking.c (prepare_call_arguments): If argument needs to be
14547 passed by reference, adjust argtype and mode.
14549 2011-03-17 Richard Guenther <rguenther@suse.de>
14551 PR middle-end/48134
14552 * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
14553 a value make sure to fold the statement.
14555 2011-03-17 Chung-Lin Tang <cltang@codesourcery.com>
14558 * config/arm/arm.c (arm_get_frame_offsets): Adjust early
14559 return condition with !cfun->calls_alloca.
14561 2011-03-17 Richard Guenther <rguenther@suse.de>
14564 * lto-cgraph.c (input_overwrite_node): Clear the abstract
14565 origin for decls in other ltrans units.
14566 (input_varpool_node): Likewise.
14568 2011-03-17 Richard Guenther <rguenther@suse.de>
14570 PR middle-end/48165
14571 * tree-object-size.c (compute_object_offset): Properly return
14572 the offset operand of MEM_REFs as sizetype.
14574 2011-03-17 Jakub Jelinek <jakub@redhat.com>
14576 PR rtl-optimization/48141
14577 * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
14578 * dse.c: Include params.h.
14579 (active_local_stores_len): New variable.
14580 (add_wild_read, dse_step1): Clear it when setting active_local_stores
14582 (record_store, check_mem_read_rtx): Decrease it when removing
14584 (scan_insn): Likewise. Increase it when adding to chain, if it
14585 reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
14586 set active_local_stores to NULL before the addition.
14587 * Makefile.in (dse.o): Depend on $(PARAMS_H).
14589 PR rtl-optimization/48141
14590 * dse.c (record_store): If no positions are needed in an insn
14591 that cannot be deleted, at least unchain it from active_local_stores.
14593 2011-03-16 Dodji Seketeli <dodji@redhat.com>
14596 * dwarf2out.c (strip_naming_typedef): Factorize out of ...
14597 (lookup_type_die_strip_naming_typedef): ... here.
14598 (get_context_die): Use it.
14599 (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
14600 the anonymous struct named by the naming typedef.
14602 2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
14605 * config/i386/i386.c (ix86_builtin_vectorized_function): Check
14606 TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
14608 2011-03-16 Jeff Law <law@redhat.com>
14610 * tree-vrp.c (identify_jump_threads): Slightly simplify type
14611 check for operands of conditional. Allow type to be a pointer.
14613 2011-03-16 Richard Guenther <rguenther@suse.de>
14615 PR tree-optimization/48149
14616 * fold-const.c (fold_binary_loc): Fold
14617 COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
14619 2011-03-16 Richard Guenther <rguenther@suse.de>
14621 PR tree-optimization/26134
14622 * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
14623 complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
14624 (non_rewritable_mem_ref_base): Handle complex type component
14625 accesses, constrain offsets for vector and complex extracts
14628 2011-03-16 Richard Guenther <rguenther@suse.de>
14630 PR tree-optimization/48146
14631 * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
14632 operands avoiding the need for renaming.
14634 2011-03-16 Richard Guenther <rguenther@suse.de>
14636 * gimple-fold.c (maybe_fold_reference): Open-code relevant
14637 constant folding. Move MEM_REF canonicalization first.
14638 Rely on fold_const_aggregate_ref for initializer folding.
14639 * tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.
14641 2011-03-16 Jakub Jelinek <jakub@redhat.com>
14643 PR middle-end/48136
14644 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
14645 arg0/arg1 or their arguments are always fold converted to matching
14648 * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
14651 2011-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14654 * configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
14655 Handle in-tree gold.
14656 (ld_vers): Extract binutils version for gold.
14657 (gcc_cv_ld_hidden): Handle gold here.
14658 (gcc_cv_lto_plugin): Determine level of linker plugin support.
14659 * configure: Regenerate.
14660 * config.in: Regenerate.
14661 * gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
14662 -fuse-linker-plugin otherwise.
14663 (LINK_PLUGIN_SPEC): Define. Extract from LINK_COMMAND_SPEC.
14664 (LINK_COMMAND_SPEC): Use it.
14665 (main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.
14667 2011-03-16 Jakub Jelinek <jakub@redhat.com>
14669 * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
14670 * calls.c: Remove debug.h include.
14671 (emit_call_1): Don't call virtual_call_token debug hook.
14672 * dwarf2out.c (debug_dcall_section, debug_vcall_section,
14673 dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
14674 vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
14675 size_of_dcall_table, output_dcall_table, size_of_vcall_table,
14676 output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
14677 vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
14678 dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
14679 dwarf2out_virtual_call): Remove.
14680 (dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
14681 copy_call_info and virtual_call hooks.
14682 (dwarf2out_init): Don't initialize vcall_insn_table,
14683 debug_dcall_section and debug_vcall_section.
14684 (prune_unused_types): Don't mark nodes from dcall_table.
14685 (dwarf2out_finish): Don't output dcall or vcall tables.
14686 * final.c (final_scan_insn): Don't call direct_call or
14687 virtual_call debug hooks.
14688 * debug.h (struct gcc_debug_hooks): Remove direct_call,
14689 virtual_call_token, copy_call_info and virtual_call hooks.
14690 (debug_nothing_uid): Remove prototype.
14691 * sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
14692 copy_call_info and virtual_call hooks.
14693 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
14694 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
14695 * debug.c (do_nothing_debug_hooks): Likewise.
14696 (debug_nothing_uid): Remove.
14697 * doc/invoke.texi (-fenable-icf-debug): Remove.
14698 * common.opt (-fenable-icf-debug): Likewise.
14700 * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
14701 * var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
14702 call's MEM. Handle functions returning aggregate through a hidden
14703 first pointer. For virtual calls add clobbered pc to call arguments
14705 * dwarf2out.c (gen_subprogram_die): Emit
14706 DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
14710 * rtl.def (ENTRY_VALUE): Change format from "e" to "0".
14711 * rtl.h (ENTRY_VALUE_EXP): Define.
14712 * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
14713 * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
14714 * print-rtl.c (print_rtx): Likewise.
14715 * gengtype.c (adjust_field_rtx_def): Likewise.
14716 * var-tracking.c (vt_add_function_parameter): Adjust
14717 gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
14718 * dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
14719 * cfgexpand.c (expand_debug_expr): If a SSA_NAME without
14720 partition is a default definition of a PARM_DECL, use ENTRY_VALUE
14721 of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
14723 * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
14724 Call var_location debug hook even on CALL_INSNs.
14725 (rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
14726 * rtl.def (ENTRY_VALUE): New.
14727 * dwarf2out.c: Include cfglayout.h.
14728 (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
14729 output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
14730 (struct call_arg_loc_node): New type.
14731 (call_arg_locations, call_arg_loc_last, block_map, call_site_count,
14732 tail_call_site_count): New variables.
14733 (dwarf_tag_name): Handle DW_TAG_GNU_call_site and
14734 DW_TAG_GNU_call_site_parameter.
14735 (dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
14736 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
14737 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
14738 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
14739 and DW_AT_GNU_all_source_call_sites.
14740 (mem_loc_descriptor): Handle ENTRY_VALUE.
14741 (add_src_coords_attributes): Don't add enything if
14742 DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
14743 (dwarf2out_abstract_function): Save and clear call_arg_location,
14744 call_site_count and tail_call_site_count around dwarf2out_decl call.
14745 (gen_call_site_die): New function.
14746 (gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
14747 (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
14748 (dwarf2out_function_decl): Clear call_arg_locations,
14749 call_arg_loc_last, set call_site_count and tail_call_site_count
14750 to -1 and free block_map.
14751 (dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
14752 CALL_INSNs. Add NOTE_DURING_CALL_P var location notes even when not
14753 followed by any real instructions.
14754 (dwarf2out_begin_function): Set call_site_count and
14755 tail_call_site_count to 0.
14756 (resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
14757 is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
14758 attempt to force a DIE for it and worst case remove the attribute.
14759 (resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
14760 check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
14762 * var-tracking.c: Include tm_p.h.
14763 (vt_stack_adjustments): For calls call note_register_arguments.
14764 (argument_reg_set): New variable.
14765 (add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
14766 ensure the VALUE is resolved.
14767 (call_arguments): New variable.
14768 (prepare_call_arguments): New function.
14769 (add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
14770 (struct expand_loc_callback_data): Add ignore_cur_loc field.
14771 (vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
14772 always use the best expression.
14773 (vt_expand_loc): Add ignore_cur_loc argument.
14774 (vt_expand_loc_dummy): Clear ignore_cur_loc field.
14775 (emit_note_insn_var_location): Adjust vt_expand_loc callers.
14776 (emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
14777 note for all calls.
14778 (vt_add_function_parameter): Use cselib_lookup_from_insn.
14779 If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
14780 argument. Don't call cselib_preserve_only_values and
14781 cselib_reset_table.
14782 (note_register_arguments): New function.
14783 (vt_initialize): Compute argument_reg_set. Call
14784 vt_add_function_parameters before processing basic blocks instead of
14785 afterwards. For calls call prepare_call_arguments before calling
14786 cselib_process_insn.
14787 * print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
14788 * Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
14789 (var-tracking.o): Depend on $(TM_P_H).
14790 * cfglayout.h (insn_scope): New prototype.
14791 * gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
14792 * cfglayout.c (insn_scope): No longer static.
14793 * insn-notes.def (CALL_ARG_LOCATION): New.
14794 * calls.c (expand_call, emit_library_call_value_1): Put USEs for
14795 MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
14796 * integrate.c (set_block_origin_self, set_block_abstract_flags): Do
14797 nothing for DECL_EXTERNAL BLOCK_VARS.
14799 2011-03-16 Alan Modra <amodra@gmail.com>
14802 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
14803 create invalid offset address for vsx splat insn.
14804 * config/rs6000/predicates.md (splat_input_operand): New.
14805 * config/rs6000/vsx.md (vsx_splat_*): Use it.
14807 2011-03-15 Xinliang David Li <davidxl@google.com>
14810 * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
14811 (normalize_preds): New function.
14812 (is_use_properly_guarded): Normalize def predicates.
14814 2011-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14817 * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
14818 in the output template.
14820 2011-03-15 Richard Guenther <rguenther@suse.de>
14822 PR middle-end/47650
14823 * tree-pretty-print.c (dump_function_declaration): Properly
14824 dump unprototyped and varargs function types.
14826 2011-03-15 Richard Guenther <rguenther@suse.de>
14828 PR tree-optimization/13954
14829 * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
14832 2011-03-15 Richard Guenther <rguenther@suse.de>
14834 PR tree-optimization/48037
14835 * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
14836 selects into BIT_FIELD_REFs.
14837 (non_rewritable_mem_ref_base): Check if a MEM_REF is a
14840 2011-03-15 Jakub Jelinek <jakub@redhat.com>
14842 PR tree-optimization/48129
14843 * builtins.c (fold_builtin_snprintf): Convert to type of
14844 built_in_decls[BUILT_IN_SNPRINTF] retval instead of
14845 implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
14847 2011-03-15 Richard Guenther <rguenther@suse.de>
14849 PR tree-optimization/41490
14850 * tree-ssa-dce.c (propagate_necessity): Handle returns without
14851 value but with VUSE.
14852 * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
14854 * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
14855 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
14856 * tree-tailcall.c (find_tail_calls): Ignore returns.
14858 2011-03-15 Richard Guenther <rguenther@suse.de>
14860 PR middle-end/48031
14861 * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
14862 or variable-indexed array accesses when in gimple form.
14864 2011-03-15 Richard Guenther <rguenther@suse.de>
14866 * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
14868 2011-03-15 Alan Modra <amodra@gmail.com>
14871 * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
14872 presume symbol_refs without a symbol_ref_decl are suitably
14873 aligned, nor other trees we may see here. Handle anchor symbols.
14874 (legitimate_constant_pool_address_p): Comment. Add mode param.
14875 Check cmodel=medium addresses. Adjust all calls.
14876 (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
14877 creating cmodel=medium optimized access to locals.
14878 * config/rs6000/constraints.md (R): Pass QImode to
14879 legitimate_constant_pool_address_p.
14880 * config/rs6000/predicates.md (input_operand): Pass mode to
14881 legitimate_constant_pool_address_p.
14882 * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
14885 2011-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
14888 * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
14889 64-bit constants being loaded into registers other than GPRs such
14890 as loading 0 into a VSX register.
14892 2011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14894 * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
14896 2011-03-14 Jakub Jelinek <jakub@redhat.com>
14898 PR middle-end/47917
14899 * builtins.c (fold_builtin_snprintf): New function.
14900 (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
14901 (fold_builtin_4): Likewise.
14903 PR middle-end/38878
14904 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
14905 STRIP_NOPS on arg0 and arg1. When optimizing X +- C == X
14906 and C - X == X also strip nops from +/-/p+ operand.
14907 When optimizing -X == C, fold C to arg0's type.
14910 * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
14911 emit it as add_AT_int instead of add_AT_unsigned.
14913 2011-03-14 Tom Tromey <tromey@redhat.com>
14915 * unwind-dw2.c: Include sys/sdt.h if it exists.
14916 (_Unwind_DebugHook): Use STAP_PROBE2.
14917 * config.in, configure: Rebuild.
14918 * configure.ac: Check for sys/sdt.h.
14920 2011-03-14 Uros Bizjak <ubizjak@gmail.com>
14922 * config/i386/i386.md (ROUND_FLOOR): New constant.
14923 (ROUND_CEIL): Ditto.
14924 (ROUND_TRUNC): Ditto.
14925 (ROUND_MXCSR): Ditto.
14926 (ROUND_NO_EXC): Ditto.
14927 (rint<mode>2): Use new defines instead of numerical constants.
14928 (floor<mode>2): Ditto.
14929 (ceil<mode>2): Ditto.
14930 (btrunc<mode>2): Ditto.
14931 * config/i386/i386-builtin-types.def: Define ROUND function type
14933 * config/i386/i386.c (enum ix86_builtins): Add
14934 IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
14935 (struct builtin_description): Add
14936 __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
14937 (ix86_expand_sse_round): New static function.
14938 (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
14940 (ix86_builtin_vectorized_function): Handle
14941 BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
14943 2011-03-14 Tom Tromey <tromey@redhat.com>
14945 * c-parser.c (c_parser_asm_string_literal): Clear
14946 warn_overlength_strings.
14948 2011-03-14 Tom Tromey <tromey@redhat.com>
14950 * c-parser.c (disable_extension_diagnostics): Save
14951 warn_overlength_strings.
14952 (restore_extension_diagnostics): Restore warn_overlength_strings.
14954 2011-03-14 Jakub Jelinek <jakub@redhat.com>
14956 * BASE-VER: Change to 4.7.0.
14958 2011-03-14 Richard Guenther <rguenther@suse.de>
14960 PR middle-end/48098
14961 * tree.c (build_vector_from_val): Adjust assert to requirements
14964 2011-03-14 Jakub Jelinek <jakub@redhat.com>
14967 * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
14969 2011-03-14 Andreas Tobler <andreast@fgznet.ch>
14971 * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
14972 terms of target_flags_explicit. Adjust copyright year.
14974 * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
14975 * config/rs6000/t-freebsd: New file. Add override for
14978 2011-03-13 Chris Demetriou <cgd@google.com>
14980 * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
14981 (-fno-diagnostics-show-option): this, to reflect current default.
14982 (-Werror=): Update text about -fno-diagnostics-show-option.
14984 2011-03-12 Peter Bergner <bergner@vnet.ibm.com>
14987 * config/rs6000/predicates.md (easy_vector_constant_add_self,
14988 easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
14989 * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
14990 mode is not V2DImode or V2DFmode.
14991 (vspltis_constant): Do not handle V2DImode and V2DFmode.
14992 (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
14993 * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
14995 (movdi_internal64): Likewise.
14997 2011-03-12 Sebastian Pop <sebastian.pop@amd.com>
14999 PR tree-optimization/47127
15000 * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
15002 (set_cloog_options): Same.
15003 (scop_to_clast): Same.
15004 (print_clast_stmt): Do not call cloog_state_malloc and
15006 (print_generated_program): Same.
15008 * graphite-clast-to-gimple.h (cloog_state): Declared.
15009 (scop_to_clast): Adjust declaration.
15010 * graphite.c (cloog_state): Defined here.
15011 (graphite_initialize): Call cloog_state_malloc.
15012 (graphite_finalize): Call cloog_state_free.
15014 2011-03-11 Jason Merrill <jason@redhat.com>
15016 * attribs.c (lookup_attribute_spec): Take const_tree.
15019 2011-03-11 Joseph Myers <joseph@codesourcery.com>
15021 * config/sparc/sparc.c (sparc_option_override): Use
15022 PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
15024 2011-03-11 Richard Guenther <rguenther@suse.de>
15026 PR tree-optimization/48067
15027 * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
15028 multiplication result will be only used once on the target
15031 2011-03-11 Richard Guenther <rguenther@suse.de>
15033 * doc/invoke.texi (max-inline-insns-single): Adjust default value.
15035 2011-03-11 Richard Guenther <rguenther@suse.de>
15038 * tree.c (find_decls_types_r): Do not walk types only reachable
15039 from IDENTIFIER_NODEs.
15041 2011-03-11 Jakub Jelinek <jakub@redhat.com>
15043 PR middle-end/48044
15044 * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
15045 all vnode->force_output nodes as needed.
15047 2011-03-11 Jason Merrill <jason@redhat.com>
15050 * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
15051 COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
15053 2011-03-11 Martin Jambor <mjambor@suse.cz>
15055 * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
15058 2011-03-11 Jakub Jelinek <jakub@redhat.com>
15060 PR tree-optimization/48063
15061 * ipa-inline.c (cgraph_decide_inlining): Don't try to
15062 inline functions called once if !tree_can_inline_p (node->callers).
15064 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
15066 * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
15068 * config/score/score3.c: Delete.
15069 * config/score/score3.h: Delete.
15070 * config/score/mul-div.S: Delete.
15071 * config/score/sfp-machine.h: Add new file.
15072 * config/score/constraints.md: Add new file.
15073 * config/score/t-score-softfp: Add new file.
15074 * config/score/t-score-elf: Remove score3.o, do not generate multilib.
15075 * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
15076 (score7_extra_constraint): Delete.
15077 (score7_option_override): Remove unused code.
15078 * config/score/score.c: Remove score3 and score5 define and code.
15079 * config/score/score.h: Remove score3 and score5 define and code.
15080 * config/score/score.md: Remove score3 template and unusual insn.
15081 * config/score/score.opt: Remove score3 and score5 options.
15083 2011-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15085 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
15086 when _HPUX_SOURCE is defined.
15087 (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
15089 2011-03-10 Jason Merrill <jason@redhat.com>
15092 * stor-layout.c (layout_type): Don't set structural equality
15093 on arrays of incomplete type.
15094 * tree.c (type_hash_eq): Handle comparing them properly.
15096 2011-03-10 Jakub Jelinek <jakub@redhat.com>
15099 * config/s390/s390.c (s390_delegitimize_address): Make sure the
15100 result mode matches original rtl mode.
15102 2011-03-10 Nick Clifton <nickc@redhat.com>
15104 * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
15105 (andsi3, andsi3_flags): Fix timings for three operand alternative.
15107 2011-03-09 Jakub Jelinek <jakub@redhat.com>
15109 PR rtl-optimization/47866
15110 * expr.c (store_field): If MEM_SCALAR_P (target), don't use
15111 MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
15112 if target wasn't scalar.
15113 * function.c (assign_stack_temp_for_type): Assert that neither
15114 MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
15115 MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
15117 * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
15119 2011-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15121 * config/s390/s390-protos.h (s390_label_align): New prototype.
15122 * config/s390/s390.c (s390_label_align): New function.
15123 * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
15125 2011-03-08 Michael Meissner <meissner@linux.vnet.ibm.com>
15128 * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
15129 V2DI/V2DF constants. Only all 0's or all 1's are easy.
15130 (output_vec_const_move): Ditto.
15132 2011-03-08 Anatoly Sokolov <aesok@post.ru>
15134 * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
15135 * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
15136 * config/mips/mips.c (mips_preferred_reload_class): Make static.
15137 Change 'rclass' argument and result type to reg_class_t.
15138 (TARGET_PREFERRED_RELOAD_CLASS): Define.
15140 2011-03-08 Georg-Johann Lay <avr@gjlay.de>
15142 * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
15143 * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
15144 (TARGET_MEMORY_MOVE_COST): Define.
15145 (avr_register_move_cost, avr_memory_move_cost): New Functions.
15147 2011-03-08 Jakub Jelinek <jakub@redhat.com>
15150 * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
15153 PR tree-optimization/48022
15154 * fold-const.c (fold_comparison): Don't call fold_overflow_warning
15157 2011-03-07 Jakub Jelinek <jakub@redhat.com>
15160 * var-tracking.c (find_use_val): Return NULL for
15161 cui->sets && cui->store_p BLKmode MEMs.
15163 2011-03-07 Anatoly Sokolov <aesok@post.ru>
15165 * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
15167 * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
15168 xstormy16_print_operand_address): Remove.
15169 * config/stormy16/stormy16.c (xstormy16_print_operand,
15170 xstormy16_print_operand_address): Make static.
15171 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
15173 2011-03-07 Pat Haugen <pthaugen@us.ibm.com>
15176 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
15177 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
15180 2011-03-07 Zdenek Dvorak <ook@ucw.cz>
15183 * cfgloopmanip.c (fix_bb_placements): Return immediately
15184 if FROM is BASE_LOOP's header.
15186 2011-03-07 Paul Wögerer <paul_woegerer@mentor.com>
15188 * gimplify.c (gimplify_function_tree): Fix building calls
15189 to __builtin_return_address.
15191 2011-03-07 Alan Modra <amodra@gmail.com>
15193 * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
15194 * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
15195 * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
15196 * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
15198 * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
15199 (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
15200 (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
15201 (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
15202 * config/rs6000/rs6000.c
15203 (rs6000_elf_end_indicate_exec_stack): Rename to..
15204 (rs6000_elf_file_end): ..this. Only call file_end_indicate_exec_stack
15205 for POWERPC_LINUX. Move code emitting .gnu_attribute to here, from..
15206 (rs6000_file_start): ..here.
15207 (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
15208 file scope variables.
15209 (call_ABI_of_interest): New function.
15210 (init_cumulative_args): Set above vars when function return value
15211 is a float, vector, or small struct.
15212 (rs6000_function_arg_advance_1): Likewise for function args.
15213 (rs6000_va_start): Set rs6000_passes_float if variable arg function
15214 references float args.
15216 2011-03-07 Mingjie Xing <mingjie.xing@gmail.com>
15218 * doc/cfg.texi: Remove "See" before @ref.
15219 * doc/invoke.texi: Likewise.
15221 2011-03-05 Jason Merrill <jason@redhat.com>
15223 * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
15225 2011-03-05 Anthony Green <green@moxielogic.com>
15227 * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
15229 2011-03-05 Zdenek Dvorak <ook@ucw.cz>
15231 PR rtl-optimization/47899
15232 * cfgloopmanip.c (fix_bb_placements): Fix first argument
15233 to flow_loop_nested_p when moving the loop upward.
15235 2011-03-05 Richard Earnshaw <rearnsha@arm.com>
15238 * arm.md (movhi_insn_arch4): Accept any immediate constant.
15240 2011-03-05 Jakub Jelinek <jakub@redhat.com>
15242 PR tree-optimization/47967
15243 * ipa-cp.c (build_const_val): Return NULL instead of creating
15244 VIEW_CONVERT_EXPR for mismatching sizes.
15245 (ipcp_create_replace_map): Return NULL if build_const_val failed.
15246 (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
15247 give up on versioning.
15249 2011-03-05 Alan Modra <amodra@gmail.com>
15252 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
15253 full cmodel medium/large lo_sum + high addresses.
15255 2011-03-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15257 * config/s390/s390.c (s390_decompose_address): Reject non-literal
15258 pool references in UNSPEC_LTREL_OFFSET.
15260 2011-03-04 Jan Hubicka <jh@suse.cz>
15263 * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
15264 (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
15265 * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
15267 * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
15268 cgraph_add_thunk): Add node pointers.
15269 * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
15270 associated to right node.
15271 (input_node): Update use of cgraph_same_body_alias
15272 and cgraph_add_thunk.
15274 2011-03-04 Changpeng Fang <changpeng.fang@amd.com>
15276 * config/i386/i386.opt (mprefer-avx128): New flag.
15277 * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
15278 modes when the flag -mprefer-avx128 is on.
15280 2011-03-04 Richard Sandiford <richard.sandiford@linaro.org>
15282 * dwarf2out.c (compare_loc_operands): Fix address handling.
15284 2011-03-04 Alan Modra <amodra@gmail.com>
15286 * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
15288 2011-03-04 Richard Guenther <rguenther@suse.de>
15290 PR middle-end/47968
15291 * expmed.c (extract_bit_field_1): Prefer vector modes that
15292 vec_extract patterns can handle.
15294 2011-03-04 Richard Guenther <rguenther@suse.de>
15296 PR middle-end/47975
15297 * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
15299 2011-03-04 Richard Henderson <rth@redhat.com>
15301 * explow.c (emit_stack_save): Remove 'after' parameter.
15302 (emit_stack_restore): Likewise.
15303 * expr.h: Update to match.
15304 * builtins.c, calls.c, stmt.c: Likewise.
15305 * config/alpha/alpha.md, config/avr/avr.md: Likewise.
15306 * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
15307 * function.c (expand_function_end): Insert the emit_stack_save
15308 sequence before parm_birth_insn instead of after.
15310 2011-03-03 Uros Bizjak <ubizjak@gmail.com>
15312 * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
15313 (ssse3_pmaddubsw128): Ditto.
15314 (ssse3_pmaddubsw): Ditto.
15316 2011-03-03 Steve Ellcey <sje@cup.hp.com>
15318 * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
15320 2011-03-03 Jakub Jelinek <jakub@redhat.com>
15323 * gimplify.c (omp_add_variable): Only call omp_notice_variable
15324 on TYPE_SIZE_UNIT if it is a DECL.
15327 * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
15328 first operand is not is_gimple_mem_ref_addr, try to fold it.
15329 If the operand still isn't is_gimple_mem_ref_addr, clear
15332 2011-03-03 Richard Guenther <rguenther@suse.de>
15334 PR middle-end/47283
15335 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
15337 (refs_may_alias_p_1): For release branches return true if
15338 we are confused by our input.
15340 2011-03-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15342 * config/s390/s390.c (s390_function_value): Rename to ...
15343 (s390_function_and_libcall_value): ... this.
15344 (s390_function_value): New function.
15345 (s390_libcall_value): New function.
15346 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
15347 * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
15348 target macro definitions.
15349 * config/s390/s390-protos.h (s390_function_value): Remove prototype.
15351 2011-03-02 Joseph Myers <joseph@codesourcery.com>
15353 * config/i386/freebsd64.h (CC1_SPEC): Define.
15354 * config/i386/linux64.h (CC1_SPEC): Define.
15355 * config/i386/x86-64.h (CC1_SPEC): Don't define.
15357 2011-03-02 Anatoly Sokolov <aesok@post.ru>
15359 * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
15361 * config/stormy16/stormy16.c: Include reload.h.
15362 (xstormy16_memory_move_cost): New function.
15363 (TARGET_MEMORY_MOVE_COST): Define.
15365 2011-03-02 Richard Sandiford <richard.sandiford@linaro.org>
15367 PR rtl-optimization/47925
15368 * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
15369 with side effects. Remove the more-specific check for volatile asms.
15371 2011-03-02 Alan Modra <amodra@gmail.com>
15374 * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
15375 toc relative addresses for valid offsets.
15377 2011-03-01 Richard Guenther <rguenther@suse.de>
15379 PR tree-optimization/47890
15380 * tree-vect-loop.c (get_initial_def_for_induction): Set
15381 related stmt properly.
15383 2011-03-01 Richard Guenther <rguenther@suse.de>
15386 * lto-streamer.c (lto_record_common_node): Also register
15387 the canonical type.
15389 2011-03-01 Richard Guenther <rguenther@suse.de>
15392 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
15393 Do not stream DECL_ABSTRACT_ORIGIN.
15394 (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
15395 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
15396 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
15397 Do not stream DECL_ABSTRACT_ORIGIN.
15398 (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
15399 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
15401 2011-02-28 Anatoly Sokolov <aesok@post.ru>
15403 * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
15404 FUNCTION_VALUE_REGNO_P): Remove.
15405 * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
15406 * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
15407 Add 'outgoing' argument.
15408 (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
15410 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15411 TARGET_FUNCTION_VALUE_REGNO_P): Define.
15413 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
15416 * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
15417 (lookup_filename): Likewise.
15418 * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
15420 2011-02-28 Bernd Schmidt <bernds@codesourcery.com>
15421 Jakub Jelinek <jakub@redhat.com>
15423 PR middle-end/47893
15424 * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
15425 (assign_stack_local_1): Change last argument type to int.
15426 * function.c (assign_stack_local_1): Replace reduce_alignment_ok
15427 argument with kind. If bit ASLK_RECORD_PAD is not set in it,
15428 don't record padding space into frame_space_list nor use those areas.
15429 (assign_stack_local): Adjust caller.
15430 (assign_stack_temp_for_type): Call assign_stack_local_1 instead
15431 of assign_stack_local, pass 0 as last argument.
15432 * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
15435 2011-02-28 Jakub Jelinek <jakub@redhat.com>
15438 * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
15439 Use target address_mode and pointer_mode hooks instead of hardcoded
15440 Pmode and ptr_mode. Handle some simple cases of extending if
15441 POINTERS_EXTEND_UNSIGNED < 0.
15442 (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
15443 Call convert_debug_memory_address.
15444 (expand_debug_expr) <case ADDR_EXPR>: Pass as to
15445 convert_debug_memory_address.
15447 PR middle-end/46790
15448 * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
15449 * configure: Regenerated.
15450 * config.in: Regenerated.
15451 * varasm.c (default_function_section): Return NULL
15452 if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
15454 2011-02-28 Martin Jambor <mjambor@suse.cz>
15456 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
15457 the description to match the printed values.
15459 2011-02-28 Richard Guenther <rguenther@suse.de>
15461 * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
15462 of the copied scope tree.
15464 2011-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15466 * doc/extend.texi (Function Attributes): Avoid deeply (and
15467 wrongly) nested tables.
15469 2011-02-27 Jakub Jelinek <jakub@redhat.com>
15471 PR middle-end/47903
15472 * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
15473 MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
15474 r isn't op0 nor op1.
15476 2011-02-23 Georg-Johann Lay <avr@gjlay.de>
15478 * config/avr/avr.md: Remove magic comment for emacs.
15480 2011-02-23 Georg-Johann Lay <avr@gjlay.de>
15483 * config/avr/avr.c (avr_option_override): Use error on bad options.
15484 (avr_help): New function.
15485 (TARGET_HELP): Define.
15487 2011-02-22 Georg-Johann Lay <avr@gjlay.de>
15490 * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
15491 (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
15493 2011-02-26 Gerald Pfeifer <gerald@pfeifer.com>
15495 * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
15496 (ARM Options): Ditto.
15497 (i386 and x86-64 Options): Ditto.
15498 (RX Options): Ditto.
15499 (SPARC Options): Ditto.
15501 2011-02-26 Tijl Coosemans <tijl@coosemans.org>
15503 * config.gcc (i386-*-freebsd*): Make i486 the default arch on
15504 FreeBSD 6 and later. Generally use cpu generic.
15506 2011-02-25 Gerald Pfeifer <gerald@pfeifer.com>
15508 * doc/cpp.texi: Update copyright years.
15510 2011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org>
15513 * config/lm32/lm32.md (ashrsi3): Added needed variable.
15515 2011-02-25 Jon Beniston <jon@beniston.com>
15518 * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
15519 * config/lm32/lm32.md (ashlsi3): Remove unused variable.
15520 * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
15521 (lm32_block_move_inline): Add type cast to remove warning.
15522 (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
15523 (gen_int_relational): Move declarations to start of function.
15525 2011-02-25 Eric Botcazou <ebotcazou@adacore.com>
15527 PR tree-optimization/45470
15528 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
15529 can throw internally only.
15530 * tree-vect-stmts.c (vectorizable_call): Likewise.
15532 2011-02-24 Anatoly Sokolov <aesok@post.ru>
15534 * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
15535 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
15536 * config/stormy16/stormy16-protos.h
15537 (xstormy16_preferred_reload_class): Remove.
15538 * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
15539 static. Change 'rclass' argument and return type to reg_class_t.
15540 (TARGET_PREFERRED_RELOAD_CLASS,
15541 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
15543 2011-02-24 Richard Guenther <rguenther@suse.de>
15545 * lto-streamer-in.c (input_bb): Do not find referenced vars
15546 in debug statements.
15548 2011-02-23 Jason Merrill <jason@redhat.com>
15550 * common.opt (fabi-version): Document v5 and v6.
15552 2011-02-23 Richard Guenther <rguenther@suse.de>
15554 PR tree-optimization/47849
15555 * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
15557 2011-02-23 Jie Zhang <jie@codesourcery.com>
15559 * opts-common.c (decode_cmdline_option): Print empty string
15560 argument as "" in decoded->orig_option_with_args_text.
15561 * gcc.c (execute): Print empty string argument as ""
15562 in the verbose output.
15563 (do_spec_1): Keep empty string argument.
15565 2011-02-23 Nathan Froyd <froydnj@codesourcery.com>
15567 * config.gcc: Declare score-* and crx-* obsolete.
15569 2011-02-23 Jie Zhang <jie@codesourcery.com>
15571 PR rtl-optimization/47763
15572 * web.c (web_main): Ignore naked clobber when replacing register.
15574 2011-02-22 Anatoly Sokolov <aesok@post.ru>
15576 * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
15579 2011-02-22 Sebastian Pop <sebastian.pop@amd.com>
15582 * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
15584 2011-02-22 Mike Stump <mikestump@comcast.net>
15586 * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
15588 * configure: Regenerate.
15590 2011-02-21 Chung-Lin Tang <cltang@codesourcery.com>
15592 PR rtl-optimization/46002
15593 * ira-color.c (update_copy_costs): Change class intersection
15594 test to reg_class_contents[] test of 'hard_regno'.
15596 2011-02-21 Joseph Myers <joseph@codesourcery.com>
15598 * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
15599 than Driver option.
15600 * config/hpux11.opt (mt): Likewise.
15601 * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
15602 * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
15603 * config/vax/elf.opt (mno-asm-pic): Likewise.
15604 * config/vms/vms.opt (map, mvms-return-codes): Likewise.
15606 2011-02-21 Mike Stump <mikestump@comcast.net>
15609 * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
15610 tree so we can get save the type.
15611 * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
15612 for CFString instead of trying to use past the end of the builtins.
15613 * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
15614 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
15615 * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
15616 * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
15617 Rename to darwin_builtin_cfstring.
15618 (darwin_init_cfstring_builtins): Return the built type.
15620 2011-02-21 Uros Bizjak <ubizjak@gmail.com>
15623 * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
15624 (_mm256_insert_epi64): Use _mm_insert_epi64.
15626 2011-02-21 Anatoly Sokolov <aesok@post.ru>
15628 * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
15629 * config/stormy16/stormy16-protos.h
15630 (xstormy16_mode_dependent_address_p): Remove.
15631 * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
15632 Make static. Change return type to bool. Change argument type to
15633 const_rtx. Remove dead code.
15634 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
15636 2011-02-21 Richard Guenther <rguenther@suse.de>
15639 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
15640 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
15641 (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
15643 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
15644 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
15646 2011-02-20 Richard Guenther <rguenther@suse.de>
15649 * tree.c (free_lang_data_in_decl): Clean builtins from
15650 the TU decl BLOCK_VARS.
15652 2011-02-19 Alexandre Oliva <aoliva@redhat.com>
15656 * haifa-sched.c (fix_tick_ready): Skip tick computation
15659 2011-02-19 Richard Guenther <rguenther@suse.de>
15662 * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
15663 Remove lazy BLOCK_VARS streaming.
15664 (lto_input_ts_block_tree_pointers): Likewise.
15665 * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
15667 2011-02-19 Joseph Myers <joseph@codesourcery.com>
15669 * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
15671 2011-02-19 Joseph Myers <joseph@codesourcery.com>
15673 * config/i386/biarch32.h, config/i386/mach.h,
15674 config/rs6000/aix.opt, config/sh/superh64.h: Remove.
15676 2011-02-19 Jakub Jelinek <jakub@redhat.com>
15679 * config/i386/i386.md (peephole2 for shift and plus): Use
15680 operands[1] original mode in the first insn.
15682 2011-02-18 Mike Stump <mikestump@comcast.net>
15684 * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
15686 2011-02-18 Jan Hubicka <jh@suse.cz>
15688 PR middle-end/47788
15689 * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
15690 to zero when the function is not inlinable at all.
15692 2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15694 * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
15695 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
15696 pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
15697 * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
15698 * config/pa/t-pa64: Likewise.
15699 * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
15701 2011-02-18 Jakub Jelinek <jakub@redhat.com>
15704 * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
15706 2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15709 * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
15711 2011-02-18 Anatoly Sokolov <aesok@post.ru>
15713 * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
15714 RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
15715 LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
15716 GO_IF_LEGITIMATE_ADDRESS): Remove macros.
15717 * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
15718 (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
15719 m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
15720 m32r_load_postinc_p, m32r_store_preinc_predec_p,
15721 m32r_legitimate_address_p): New functions.
15722 * config/m32r/constraints.md (constraint "S"): Don't use
15723 STORE_PREINC_PREDEC_P.
15724 (constraint "U"): Don't use LOAD_POSTINC_P.
15726 2011-02-18 Chung-Lin Tang <cltang@codesourcery.com>
15728 PR rtl-optimization/46178
15729 * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
15730 compute ira_hard_regno_cover_class[].
15732 2011-02-18 Richard Guenther <rguenther@suse.de>
15735 * lto-streamer.h (lto_global_var_decls): Declare.
15736 * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
15737 statics for global var processing.
15739 2011-02-18 Richard Guenther <rguenther@suse.de>
15741 PR tree-optimization/47737
15742 * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
15743 edge dominance check.
15745 2011-02-18 Jakub Jelinek <jakub@redhat.com>
15748 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
15749 avoid invalid rtx sharing.
15751 2011-02-18 Gerald Pfeifer <gerald@pfeifer.com>
15753 * doc/cpp.texi (Obsolete Features): Add background on the
15754 origin of assertions.
15756 2011-02-17 Iain Sandoe <iains@gcc.gnu.org>
15758 * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
15760 * config/darwin.c (output_objc_section_asm_op): Added support for
15762 (is_objc_metadata): New.
15763 (darwin_objc2_section): New.
15764 (darwin_objc1_section): New.
15765 (machopic_select_section): Added support for ABI v1 and v2.
15766 (darwin_emit_objc_zeroed): New.
15767 (darwin_output_aligned_bss): Detect objc metadata and treat it
15769 (darwin_asm_output_aligned_decl_common): Same.
15770 (darwin_asm_output_aligned_decl_local): Same.
15771 * config/darwin-sections.def: Updated for ABI v1 and v2.
15772 * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
15773 compiling Objective-C code for the NeXT runtime, default to using
15774 ABI version 0 for 32-bit, and version 2 for 64-bit.
15776 2011-02-17 Joseph Myers <joseph@codesourcery.com>
15778 * common.opt (optimize_fast): New Variable.
15779 * opts.c (default_options_optimization): Use opts->x_optimize_fast
15780 instead of local variable ofast.
15782 2011-02-17 Nicola Pero <nicola.pero@meta-innovation.com>
15784 * doc/invoke.texi (fobjc-abi-version): Documented.
15785 (fobjc-nilcheck): Documented.
15786 (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
15789 2011-02-17 Joseph Myers <joseph@codesourcery.com>
15792 * common.opt (export-dynamic): New Driver option.
15793 * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
15795 2011-02-17 Joseph Myers <joseph@codesourcery.com>
15797 * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
15799 2011-02-17 Alexandre Oliva <aoliva@redhat.com>
15800 Jan Hubicka <jh@suse.cz>
15804 * cfgexpand.c (account_used_vars_for_block): Remove.
15805 (estimated_stack_frame_size): Use referenced vars.
15806 * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
15807 that were referenced in the original function. Test src_fn
15808 rather than cfun. Drop redundant get_var_ann.
15809 (setup_one_parameter): Drop redundant get_var_ann.
15810 (declare_return_variable): Likewise.
15811 (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
15812 (copy_arguments_for_versioning): Drop redundant get_var_ann.
15813 * ipa-inline.c (compute_inline_parameters): Do not compute
15814 disregard_inline_limits here.
15815 (compute_inlinable_for_current, pass_inlinable): New.
15816 (pass_inline_parameters): Require PROP_referenced_vars.
15817 * cgraphunit.c (cgraph_process_new_functions): Don't run
15818 compute_inline_parameters explicitly unless function is in SSA form.
15819 (cgraph_analyze_function): Set .disregard_inline_limits.
15820 * tree-sra.c (convert_callers): Compute inliner parameters
15821 only for functions already in SSA form.
15823 2011-02-17 Joseph Myers <joseph@codesourcery.com>
15825 * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
15826 -mlittle-endian-data.
15828 2011-02-17 Joseph Myers <joseph@codesourcery.com>
15830 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
15831 -mno-fpu, not -fpu and -no-fpu.
15832 * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
15833 * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
15835 2011-02-17 Uros Bizjak <ubizjak@gmail.com>
15838 * config/i386/i386.c (ix86_secondary_reload): Handle SSE
15839 input reload with PLUS RTX.
15841 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15843 * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
15844 of InverseVar(MDMX).
15846 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15848 * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
15851 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15853 * config/mn10300/mn10300.opt (mno-crt0): New.
15855 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15857 * config/m68k/uclinux.opt (static-libc): New Driver option.
15859 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15861 * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
15863 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15865 * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
15866 %{muser-extend-enabled}.
15868 2011-02-16 Richard Guenther <rguenther@suse.de>
15870 PR tree-optimization/47738
15871 * tree-ssa-loop.c (run_tree_predictive_commoning): Return
15872 the TODO from tree_predictive_commoning.
15874 2011-02-15 Jeff Law <law@redhat.com>
15877 2011-01-25 Jeff Law <law@redhat.com>
15879 PR rtl-optimization/37273
15880 * ira-costs.c (scan_one_insn): Detect constants living in memory and
15881 handle them like argument loads from stack slots. Do not double
15882 count memory for memory constants and argument loads from stack slots.
15884 2011-02-15 H.J. Lu <hongjiu.lu@intel.com>
15886 PR middle-end/47725
15887 * combine.c (cant_combine_insn_p): Revert the last change.
15889 2011-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
15892 * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
15893 mode for vector constants. Remove code that checks for TImode.
15895 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
15899 * cgraph.h (compute_inline_parameters): Return void.
15900 * ipa-inline.c (compute_inline_parameters): Adjust.
15902 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
15906 * tree-inline.h (estimated_stack_frame_size): Take cgraph node
15908 * cfgexpand.c (estimated_stack_frame_size): Likewise.
15909 * ipa-inline.c (compute_inline_parameters): Adjust.
15911 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
15915 * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
15916 Adjust all users. Pass FN to...
15917 * tree-flow-inline.h (first_referenced_var): ... this. Add
15919 * ipa-struct-reorg.c: Adjust.
15920 * tree-dfa.c: Adjust.
15921 * tree-into-ssa.c: Adjust.
15922 * tree-sra.c: Adjust.
15923 * tree-ssa-alias.c: Adjust.
15924 * tree-ssa-live.c: Adjust.
15925 * tree-ssa.c: Adjust.
15926 * tree-ssanames.c: Adjust.
15927 * tree-tailcall.c: Adjust.
15929 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
15933 * tree-flow.h (referenced_var_lookup): Add fn parameter.
15934 Adjust all callers.
15935 * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
15936 * tree-flow-inline.h: Adjust.
15937 * gimple-pretty-print.c: Adjust.
15938 * tree-into-ssa.c: Adjust.
15939 * tree-ssa.c: Adjust.
15940 * cfgexpand.c: Adjust.
15942 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
15944 * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
15945 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
15946 (EXTRA_CONSTRAINT): Delete.
15947 * config/iq2000/constraints.md: New file.
15948 * config/iq2000/iq2000.md: Include it.
15949 (define_insn ""): Delete.
15950 (movsi_internal2, movhi_internal2, movqi_internal2): Delete
15951 unsupported constraint letters from patterns.
15952 (call_value, call_value_internal1): Likewise.
15953 (call_value_multiple_internal1): Likewise.
15955 2011-02-15 Nick Clifton <nickc@redhat.com>
15957 * config/mn10300/mn10300.c: Include tm-constrs.h.
15958 (struct liw_data): New data structure describing an LIW candidate
15960 (extract_bundle): Use struct liw_data. Allow small integer
15961 operands for some instructions.
15962 (check_liw_constraints): Use struct liw_data. Remove swapped
15963 parameter. Add comments describing the checks. Fix bug when
15964 assigning the source of liw1 to the source of liw2.
15965 (liw_candidate): Delete. Code moved into extract_bundle.
15966 (mn10300_bundle_liw): Use struct liw_data. Check constraints
15968 * config/mn10300/predicates.md (liw_operand): New predicate.
15969 Allows registers and small integer constants.
15970 * config/mn10300/constraints.md (O): New constraint. Accetps
15971 integers in the range -8 to +7 inclusive.
15972 * config/mn10300/mn10300.md (movesi_internal): Add an alternative
15973 for moving a small integer into a register. Give this alternative
15975 (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
15976 (ashlsi3): Likewise, plus give LIW attributes to the alternatives
15977 using the J,K,L and M constraints,
15978 (liw): Remove SI mode on second operands to allow for HI and QI
15980 (cmp_liw, liw_cmp): Likewise. Plus fix order of operands in the
15983 2011-02-15 H.J. Lu <hongjiu.lu@intel.com>
15985 PR middle-end/47725
15986 * combine.c (cant_combine_insn_p): Check zero/sign extended
15989 2011-02-15 Richard Guenther <rguenther@suse.de>
15991 PR tree-optimization/47743
15992 * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
15993 for a non-type-compatible VN lookup bail out.
15995 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
15997 * config/fr30/constraints.md: New file.
15998 * config/fr30/fr30.md: Include it.
15999 * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
16000 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
16001 (EXTRA_CONSTRAINT): Delete.
16003 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
16005 * config/frv/constraints.md: New file.
16006 * config/frv/predicates.md: Include it.
16007 * config/frv/frv.c (reg_class_from_letter): Delete.
16008 (frv_option_override): Don't initialize it.
16009 * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
16010 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
16011 (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
16012 (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
16013 (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
16014 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
16015 (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
16016 (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
16017 (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
16018 (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
16019 (REG_CLASS_FROM_CONSTRAINT): Delete.
16021 2011-02-15 Jakub Jelinek <jakub@redhat.com>
16023 PR middle-end/47581
16024 * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
16025 if frame size is 0 in a leaf function.
16027 2011-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16030 * config/alpha/host-osf.c: New file.
16031 * config/alpha/x-osf: New file.
16032 * config.host (alpha*-dec-osf*): Use it.
16034 2011-02-14 Anatoly Sokolov <aesok@post.ru>
16036 * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
16037 * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
16038 * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
16039 (rx_mode_dependent_address_p): ...this. Make static. Change argument
16041 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
16043 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
16045 * config/stormy16/constraints.md: New file.
16046 * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
16047 Use satisfies_constraint_Q and satisfies_constraint_R.
16048 * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
16050 (xstormy16_legitiamte_address_p): Declare.
16051 * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
16052 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
16053 (EXTRA_CONSTRAINT): Delete.
16054 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
16056 (xstormy16_extra_constraint_p): Delete.
16058 2011-02-14 Eric Botcazou <ebotcazou@adacore.com>
16060 PR tree-optimization/46494
16061 * loop-unroll.c (split_edge_and_insert): Adjust comment.
16062 * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
16063 (pass_rtl_loop_done): Add TODO_verify_flow.
16064 * fwprop.c (pass_rtl_fwprop): Likewise.
16065 * modulo-sched.c (pass_sms): Likewise.
16066 * tree-ssa-dom.c (pass_dominator): Likewise.
16067 * tree-ssa-loop-ch.c (pass_ch): Likewise.
16068 * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
16069 (pass_tree_loop_done): Likewise.
16070 * tree-ssa-pre.c (execute_pre): Likewise.
16071 * tree-ssa-reassoc.c (pass_reassoc): Likewise.
16072 * tree-ssa-sink.c (pass_sink_code): Likewise.
16073 * tree-vrp.c (pass_vrp): Likewise.
16075 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
16077 * config/v850/constraints.md: New file.
16078 * config/v850/v850.md: Include it.
16079 * config/v850/predicates.md (reg_or_0_operand): Use
16080 satisfies_constraint_G.
16081 (special_symbolref_operand): Use satisfies_constraint_K.
16082 * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
16083 (GO_IF_LEGITIMATE_ADDRESS): Likewise.
16084 (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
16085 (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
16086 (EXTRA_CONSTRAINT): Delete.
16087 (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
16088 (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
16089 (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
16091 2011-02-14 Anatoly Sokolov <aesok@post.ru>
16094 * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
16097 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
16099 * config/mcore/constraints.md: New file.
16100 * config/mcore/mcore.md: Include it.
16101 * config/mcore/mcore.c (reg_class_from_letter): Delete.
16102 * config/mcore/mcore.h (reg_class_from_letter): Delete.
16103 (REG_CLASS_FROM_LETTER): Delete.
16104 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
16105 insn_const_int_ok_for_constraint.
16106 (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
16107 (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
16108 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
16109 (EXTRA_CONSTRAINT): Delete.
16111 2011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16114 * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
16115 (IS_SIGHANDLER): Define.
16116 (sparc64_is_sighandler): New function, split off from
16117 sparc64_fallback_frame_state.
16118 (sparc_is_sighandler): New function, split off from
16119 sparc_fallback_frame_state.
16120 (sparc64_fallback_frame_state): Merge with ...
16121 (sparc_fallback_frame_state): ... this into ...
16122 (MD_FALLBACK_FRAME_STATE_FOR): ... this.
16123 Change new_cfa to long. Remove regs_off, fpu_save_off, fpu_save.
16124 Define nframes, mctx. Use IS_SIGHANDLER, handler_args, mctx, walk
16125 stack instead of hardcoded offsets.
16127 2011-02-14 Andriy Gapon <avg@freebsd.org>
16130 * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
16132 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16134 * configure: Regenerate.
16136 2011-02-12 Joseph Myers <joseph@codesourcery.com>
16139 * gcc.c (asm_options): Correct spec matching --target-help.
16141 2011-02-12 Martin Jambor <mjambor@suse.cz>
16143 * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
16144 to gimple call error.
16146 2011-02-12 Mike Stump <mikestump@comcast.net>
16148 * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
16149 comments in backslash regions.
16151 2011-02-12 Mike Stump <mikestump@comcast.net>
16152 Jakub Jelinek <jakub@redhat.com>
16153 Iain Sandoe <iains@gcc.gnu.org>
16156 * dwarf2out.c (output_cfa_loc): When required, apply the
16157 DWARF2_FRAME_REG_OUT macro to adjust register numbers.
16158 (output_loc_sequence): Likewise.
16159 (output_loc_operands_raw): Likewise.
16160 (output_loc_sequence_raw): Likewise.
16161 (output_cfa_loc): Likewise.
16162 (output_loc_list): Suppress register number adjustment when
16163 calling output_loc_sequence()
16164 (output_die): Likewise.
16166 2011-02-12 Anatoly Sokolov <aesok@post.ru>
16168 * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
16170 * config/xtensa/xtensa.c (xtensa_register_move_cost,
16171 xtensa_memory_move_cost): New functions.
16172 (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
16174 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
16177 * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
16178 in the current directory.
16179 * configure: Rebuilt.
16181 2011-02-12 Iain Sandoe <iains@gcc.gnu.org>
16183 * config/darwin.c (darwin_override_options): Add a hunk missed
16184 from the commit of r168571. Trim comment line lengths and
16185 correct indents of the preceding block.
16187 2011-02-12 Iain Sandoe <iains@gcc.gnu.org>
16189 * gcc.c (driver_handle_option): Concatenate the argument to -F with
16192 2011-02-11 Joseph Myers <joseph@codesourcery.com>
16194 * common.opt (nostartfiles): New Driver option.
16196 2011-02-11 Xinliang David Li <davidxl@google.com>
16198 PR tree-optimization/47707
16199 * tree-chrec.c (convert_affine_scev): Keep type precision.
16201 2011-02-11 Eric Botcazou <ebotcazou@adacore.com>
16203 PR tree-optimization/47420
16204 * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
16206 2011-02-11 Pat Haugen <pthaugen@us.ibm.com>
16208 PR rtl-optimization/47614
16209 * rtl.h (check_for_inc_dec): Declare.
16210 * dse.c (check_for_inc_dec): Externalize...
16211 * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
16212 (reload_cse_simplify_operands): Don't simplify opnds with side effects.
16214 2011-02-11 Joseph Myers <joseph@codesourcery.com>
16217 * gcc.c (main): Do not compile inputs if there were errors in
16219 * opts-common.c (read_cmdline_option): Check for wrong language
16220 after other error checks.
16222 2011-02-11 Nathan Froyd <froydnj@codesourcery.com>
16224 * cgraph.c: Fix comment typos.
16225 * cgraph.h: Likewise.
16226 * cgraphunit.c: Likewise.
16227 * ipa-cp.c: Likewise.
16228 * ipa-inline.c: Likewise.
16229 * ipa-prop.c: Likewise.
16230 * ipa-pure-const.c: Likewise.
16231 * ipa-ref.c: Likewise.
16232 * ipa-reference.c: Likewise.
16234 2011-02-11 Jakub Jelinek <jakub@redhat.com>
16237 * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
16239 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16242 * doc/sourcebuild.texi (Require Support): Document
16243 dg-require-ascii-locale.
16245 2011-02-11 Mingjie Xing <mingjie.xing@gmail.com>
16247 * doc/lto.texi (Write summary): Fix missing parentheses.
16249 2011-02-10 DJ Delorie <dj@redhat.com>
16251 * config/m32c/m32c.c (m32c_option_override): Disable
16252 -fcombine-stack-adjustments until flag value tracking and compare
16253 optimization can be rewritten.
16255 2011-02-10 Peter Bergner <bergner@vnet.ibm.com>
16257 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
16259 (PROCESSOR_DEFAULT64): Likewise.
16261 2011-02-10 Richard Henderson <rth@redhat.com>
16263 * config/rx/predicates.md (rx_zs_comparison_operator): Revert
16264 change from 2011-02-03.
16265 * config/rx/rx.c (flags_from_code): Likewise.
16266 (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
16267 is valid, n/pz otherwise.
16268 (rx_select_cc_mode): Return CCmode if Y is not zero.
16270 2011-02-10 Richard Guenther <rguenther@suse.de>
16272 * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
16274 2011-02-10 Richard Guenther <rguenther@suse.de>
16276 PR tree-optimization/47677
16277 * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
16279 2011-02-10 Jakub Jelinek <jakub@redhat.com>
16282 * combine.c (make_compound_operation): Only change shifts into
16283 multiplication for SCALAR_INT_MODE_P.
16285 2011-02-10 Jie Zhang <jie@codesourcery.com>
16289 2011-02-05 Jie Zhang <jie@codesourcery.com>
16291 * web.c (entry_register): Don't clobber the number of the
16292 first uninitialized reference in used[].
16294 2011-02-09 Richard Guenther <rguenther@suse.de>
16296 PR tree-optimization/47664
16297 * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
16300 2011-02-09 David Edelsohn <dje.gcc@gmail.com>
16304 * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
16306 (PROCESSOR_DEFAULT64): Same.
16307 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
16309 2011-02-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16311 * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
16313 2011-02-09 Martin Jambor <mjambor@suse.cz>
16315 PR middle-end/45505
16316 * tree-sra.c (struct access): New flags grp_scalar_read and
16317 grp_scalar_write. Changed description of assignment read and write
16319 (dump_access): Dump new flags, reorder all of them.
16320 (sort_and_splice_var_accesses): Set the new flag accordingly, use them
16321 to detect multiple scalar reads.
16322 (analyze_access_subtree): Use the new scalar read write flags instead
16323 of the old flags. Adjusted comments.
16325 2011-02-08 DJ Delorie <dj@redhat.com>
16328 * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
16331 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16333 * config/m68k/uclinux.opt: New.
16334 * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
16336 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16338 * config/cris/elf.opt (sim): New Driver option.
16340 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16342 * config/xtensa/elf.opt: New.
16343 * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
16345 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16347 * config/vax/elf.opt: New.
16348 * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
16350 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16352 * config/rs6000/aix64.opt (posix, pthread): New Driver options.
16354 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16356 * config/gnu-user.opt: New.
16357 * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
16358 *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
16359 *-*-uclinux*): Use gnu-user.opt.
16361 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
16363 * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
16364 * config/i386/gnu.h (CPP_SPEC): Likewise.
16366 2011-02-08 Ian Lance Taylor <iant@google.com>
16368 * common.opt (fcx-limited-range): Add SetByCombined flag.
16369 (ffinite-math-only, fmath-errno, frounding-math): Likewise.
16370 (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
16371 (fassociative-math, freciprocal-math): Likewise.
16372 (funsafe-math-optimizations): Likewise.
16373 * opth-gen.awk: Handle SetByCombined.
16374 * optc-gen.awk: Likewise.
16375 * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
16376 (set_unsafe_math_optimizations_flags): Likewise.
16377 * doc/options.texi (Option properties): Document SetByCombined.
16379 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16381 * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
16382 i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
16383 m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
16384 m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
16385 sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
16387 2011-02-08 Sebastian Pop <sebastian.pop@amd.com>
16389 PR tree-optimization/46834
16390 PR tree-optimization/46994
16391 PR tree-optimization/46995
16392 * graphite-sese-to-poly.c (used_outside_reduction): New.
16393 (detect_commutative_reduction): Call used_outside_reduction.
16394 (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
16395 translate_scalar_reduction_to_array only when at least one
16396 loop-phi/close-phi tuple has been detected.
16398 2011-02-08 Richard Guenther <rguenther@suse.de>
16400 PR middle-end/47639
16401 * tree-vect-generic.c (expand_vector_operations_1): Update
16403 (expand_vector_operations): ... not here. Cleanup EH info
16404 and the CFG if required.
16406 2011-02-08 Richard Guenther <rguenther@suse.de>
16408 PR tree-optimization/47641
16409 * tree-ssa.c (execute_update_addresses_taken): For asm outputs
16410 require type compatibility.
16412 2011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16414 * gimple-low.c (lower_function_body): Don't remove the location of
16415 the return statement here.
16416 (lower_gimple_return): Do it here instead but only if the return
16417 statement is actually used twice.
16419 2011-02-08 Richard Guenther <rguenther@suse.de>
16421 PR tree-optimization/47632
16422 * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
16423 unused up_to_stmt parameter, return whether cfg-cleanup is
16424 necessary, remove EH info properly.
16425 (forward_propagate_into_gimple_cond): Adjust caller.
16426 (forward_propagate_into_cond): Likewise.
16427 (forward_propagate_comparison): Likewise.
16428 (tree_ssa_forward_propagate_single_use_vars): Make
16429 forward_propagate_comparison case similar to the two others.
16431 2011-02-08 Nick Clifton <nickc@redhat.com>
16433 * config/mn10300/mn10300.opt (mliw): New command line option.
16434 * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
16435 (liw_bundling): New automaton.
16436 (liw): New attribute.
16437 (liw_op): New attribute.
16438 (liw_op1, liw_op2, liw_both, liw_either): New reservations.
16439 (movsi_internal): Add LIW attributes.
16440 (andsi3): Likewise.
16441 (iorsi3): Likewise.
16442 (xorsi3): Likewise.
16443 (addsi3): Separate register and immediate alternatives.
16444 Add LIW attributes.
16445 (subsi3): Likewise.
16447 (aslsi3): Likewise.
16448 (lshrsi3): Likewise.
16449 (ashrsi3): Likewise.
16450 (liw): New pattern.
16451 * config/mn10300/mn10300.c (liw_op_names): New
16452 (mn10300_print_operand): Handle 'W' operand descriptor.
16453 (extract_bundle): New function.
16454 (check_liw_constraints): New function.
16455 (liw_candidate): New function.
16456 (mn10300_bundle_liw): New function.
16457 (mn10300_reorg): New function.
16458 (TARGET_MACHINE_DEPENDENT_REORG): Define.
16459 (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
16460 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
16461 __LIW__ or __NO_LIW__.
16462 * doc/invoke.texi: Describe the -mliw command line option.
16464 2011-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16466 * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
16467 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
16468 pthread_mutex_unlock): Remove.
16469 * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
16470 * config/pa/t-pa64: Likewise.
16471 * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
16472 shared libc if not linking against libpthread.
16473 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
16475 2011-02-07 Iain Sandoe <iains@gcc.gnu.org>
16478 * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
16479 on 10.6 and later to ensure that we always use the unwinder from
16480 the system. Only add -no_compact_unwind when tarteting darwin
16483 2011-02-07 Steve Ellcey <sje@cup.hp.com>
16486 * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
16487 (vec_interleave_lowv2sf): Ditto.
16488 (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
16489 (vec_extract_oddv2sf): Ditto.
16491 2011-02-07 Mike Stump <mikestump@comcast.net>
16494 Add __ieee_divdc3 entry point.
16495 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
16497 (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
16498 * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
16499 * config/darwin.c (darwin_rename_builtins): Add.
16500 * config/darwin-protos.h (darwin_rename_builtins): Add.
16502 2011-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
16505 * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
16508 2011-02-07 Mike Stump <mikestump@comcast.net>
16510 * config/darwin.opt (mmacosx-version-min): Update default OS version.
16512 2011-02-07 Denis Chertykov <chertykov@gmail.com>
16515 * config/avr/libgcc.S (exit): Move .endfunc
16517 2011-02-07 Richard Guenther <rguenther@suse.de>
16519 PR tree-optimization/47615
16520 * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
16521 * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
16522 (run_scc_vn): Initialize it.
16523 (visit_reference_op_load): Use it.
16524 * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
16526 2011-02-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16528 * config/spu/spu.c (spu_init_libfuncs): Install SImode and
16529 DImode trapping arithmetic libfuncs.
16531 2011-02-07 Richard Guenther <rguenther@suse.de>
16533 PR tree-optimization/47621
16534 * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
16536 (execute_update_addresses_taken): ... here. Make it more
16537 conservative in what we accept.
16539 2011-02-06 Joseph Myers <joseph@codesourcery.com>
16541 * config/sparc/freebsd.h (ASM_SPEC): Define.
16542 * config/sparc/vxworks.h (ASM_SPEC): Define.
16544 2011-02-06 Joseph Myers <joseph@codesourcery.com>
16546 * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
16548 2011-02-06 Steven Bosscher <steven@gcc.gnu.org>
16550 * doc/invoke.texi: Remove reference to compiler internals from
16551 user documentation.
16553 * reg-notes.def: Remove REG_VALUE_PROFILE.
16554 * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
16556 2011-02-05 Jakub Jelinek <jakub@redhat.com>
16558 PR middle-end/47610
16559 * varasm.c (default_section_type_flags): If decl is NULL,
16560 and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
16562 2011-02-05 Jie Zhang <jie@codesourcery.com>
16565 * web.c (entry_register): Don't clobber the number of the
16566 first uninitialized reference in used[].
16568 2011-02-04 Sebastian Pop <sebastian.pop@amd.com>
16570 PR tree-optimization/46194
16571 * tree-data-ref.c (analyze_miv_subscript): Remove comment.
16572 (build_classic_dist_vector_1): Do not represent classic distance
16573 vectors when the access functions are variating in different loops.
16575 2011-02-04 Joseph Myers <joseph@codesourcery.com>
16577 * config/mips/iris6.opt: New.
16578 * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
16580 2011-02-04 Richard Henderson <rth@redhat.com>
16581 Steve Ellcey <sje@cup.hp.com>
16584 * config/ia64/predicates.md (mux1_brcst_element): New.
16585 * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
16586 * config/ia64/ia64.c (ia64_unpack_assemble): New.
16587 (ia64_unpack_sign): New.
16588 (ia64_expand_unpack): Rewrite using new routines.
16589 (ia64_expand_widen_sum): Ditto.
16590 (ia64_expand_dot_prod_v8qi): Ditto.
16591 * config/ia64/vect.md (mulv8qi3): Rewrite to use new
16592 routines, add endian check.
16593 (pmpy2_even): Rename from pmpy2_r, add endian check.
16594 (pmpy2_odd): Rename from pmpy2_l, add endian check.
16595 (vec_widen_smult_lo_v4hi): Rewrite using new routines.
16596 (vec_widen_smult_hi_v4hi): Ditto.
16597 (vec_widen_umult_lo_v4hi): Ditto.
16598 (vec_widen_umult_hi_v4hi): Ditto.
16599 (mulv2si3): Change endian checks.
16600 (sdot_prodv4hi): Rewrite with new calls.
16601 (udot_prodv4hi): New.
16602 (vec_pack_ssat_v4hi): Add endian check.
16603 (vec_pack_usat_v4hi): Ditto.
16604 (vec_pack_ssat_v2si): Ditto.
16605 (max1_even): Rename from max1_r, add endian check.
16606 (max1_odd): Rename from max1_l, add endian check.
16607 (*mux1_rev): Format change.
16608 (*mux1_mix): Ditto.
16609 (*mux1_shuf): Ditto.
16610 (*mux1_alt): Ditto.
16611 (*mux1_brcst_v8qi): Use new predicate.
16612 (vec_extract_evenv8qi): Remove endian check.
16613 (vec_extract_oddv8qi): Ditto.
16614 (vec_interleave_lowv4hi): Format change.
16615 (vec_interleave_highv4hi): Ditto.
16616 (mix2_even): Rename from mix2_r, add endian check.
16617 (mix2_odd): Rename from mux2_l, add endian check.
16618 (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
16619 (vec_extract_evenodd_helper): Format change.
16620 (vec_extract_evenv4hi): Remove endian check.
16621 (vec_extract_oddv4hi): Remove endian check.
16622 (vec_interleave_lowv2si): Format change.
16623 (vec_interleave_highv2si): Format change.
16624 (vec_initv2si): Remove endian check.
16625 (vecinit_v2si): Add endian check.
16626 (reduc_splus_v2sf): Add endian check.
16627 (reduc_smax_v2sf): Ditto.
16628 (reduc_smin_v2sf): Ditto.
16629 (vec_initv2sf): Remove endian check.
16630 (fpack): Add endian check.
16631 (fswap): Add endian check.
16632 (vec_interleave_highv2sf): Add endian check.
16633 (vec_interleave_lowv2sf): Add endian check.
16634 (fmix_lr): Add endian check.
16635 (vec_setv2sf): Format change.
16636 (*vec_extractv2sf_0_be): Use shift to extract operand.
16637 (*vec_extractv2sf_1_be): New.
16638 (vec_pack_trunc_v4hi): Add endian check.
16639 (vec_pack_trunc_v2si): Format change.
16641 2011-02-04 Jakub Jelinek <jakub@redhat.com>
16643 PR inline-asm/23200
16644 * tree-ssa-ter.c (is_replaceable_p): Add TER argument. Don't
16645 do bb, locus and block comparison and disallow loads if it is not set.
16646 (stmt_is_replaceable_p): New function.
16647 (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
16649 * expr.c (expand_expr_real_1) <case SSA_NAME>: If
16650 get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
16652 * tree-flow.h (stmt_is_replaceable_p): New prototype.
16654 2011-02-04 Joseph Myers <joseph@codesourcery.com>
16656 * config/rs6000/xilinx.opt: New.
16657 * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
16659 2011-02-04 Joseph Myers <joseph@codesourcery.com>
16661 * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
16663 2011-02-03 Anatoly Sokolov <aesok@post.ru>
16665 * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
16666 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
16667 * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
16668 secondary_reload_info, xtensa_secondary_reload): Remove.
16669 * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
16670 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
16671 (xtensa_preferred_reload_class): Make static. Change return and
16672 'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
16673 Use CONST_DOUBLE_P predicate.
16674 (xtensa_preferred_output_reload_class): New function.
16675 (xtensa_secondary_reload): Make static.
16677 2011-02-03 Joseph Myers <joseph@codesourcery.com>
16679 * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
16680 Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
16681 Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
16683 2011-02-03 Jakub Jelinek <jakub@redhat.com>
16685 PR middle-end/31490
16686 * output.h (SECTION_RELRO): Define.
16687 (SECTION_MACH_DEP): Adjust.
16688 (get_variable_section): New prototype.
16689 * varpool.c (varpool_finalize_named_section_flags): New function.
16690 (varpool_assemble_pending_decls): Call it.
16691 * cgraph.h (varpool_finalize_named_section_flags): New prototype.
16692 * cgraphunit.c (cgraph_output_in_order): Call
16693 varpool_finalize_named_section_flags.
16694 * varasm.c (get_section): Allow section flags conflicts between
16695 relro and read-only sections if the section hasn't been declared yet.
16696 Set SECTION_OVERRIDE after diagnosing section type conflict.
16697 (get_variable_section): No longer static.
16698 (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
16699 readonly sections that need relocations.
16700 (decl_readonly_section_1): New function.
16701 (decl_readonly_section): Use it.
16704 2010-11-17 Dinar Temirbulatov <dtemirbulatov@gmail.com>
16705 Steve Ellcey <sje@cup.hp.com>
16707 PR middle-end/31490
16708 * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
16709 if section attribute used.
16711 2011-02-03 Jakub Jelinek <jakub@redhat.com>
16713 * config/darwin.h (SECTION_NO_ANCHOR): Remove.
16714 * config/darwin.c (SECTION_NO_ANCHOR): Define.
16715 (darwin_init_sections): Remove assertion.
16717 2011-02-03 Nick Clifton <nickc@redhat.com>
16719 * config/rx/predicates.md (rx_zs_comparison_operator): Remove
16721 * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
16722 * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
16723 instead of "n" and "pz".
16724 (flags_from_code): LT and GE tests need CC_FLAG_O as well as
16727 2011-02-03 Jakub Jelinek <jakub@redhat.com>
16730 * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
16731 fma, expand FMA_EXPR as fma{,f,l} call.
16734 * lto-streamer-out.c (write_symbol): When writing kind and visibility,
16735 copy them into a unsigned char variable and pass address of it to
16736 lto_output_data_stream.
16739 * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
16740 around backend_init_target and lang_dependent_init_target calls.
16741 * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
16742 (verify_cgraph_node): Don't call set_cfun here. Use
16743 cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
16744 Set error_found for incorrectly represented calls to thunks.
16746 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
16749 PR rtl-optimization/43494
16750 * rtl.h (for_each_inc_dec_fn): New type.
16751 (for_each_inc_dec): Declare.
16752 * rtlanal.c (struct for_each_inc_dec_ops): New type.
16753 (for_each_inc_dec_find_inc_dec): New fn.
16754 (for_each_inc_dec_find_mem): New fn.
16755 (for_each_inc_dec): New fn.
16756 * dse.c (struct insn_size): Remove.
16757 (replace_inc_dec, replace_inc_dec_mem): Remove.
16758 (emit_inc_dec_insn_before): New fn.
16759 (check_for_inc_dec): Use it, along with for_each_inc_dec.
16760 (canon_address): Pass mem modes to cselib_lookup.
16761 * cselib.h (cselib_lookup): Add memmode argument. Adjust callers.
16762 (cselib_lookup_from_insn): Likewise.
16763 (cselib_subst_to_values): Likewise.
16764 * cselib.c (find_slot_memmode): New var.
16765 (cselib_find_slot): New fn. Use it instead of
16766 htab_find_slot_with_hash everywhere.
16767 (entry_and_rtx_equal_p): Use find_slot_memmode.
16768 (autoinc_split): New fn.
16769 (rtx_equal_for_cselib_p): Rename and implement in terms of...
16770 (rtx_equal_for_cselib_1): ... this. Take memmode, pass it on.
16771 Deal with autoinc. Special-case recursion into MEMs.
16772 (cselib_hash_rtx): Likewise.
16773 (cselib_lookup_mem): Infer pmode from address mode. Distinguish
16774 address and MEM modes.
16775 (cselib_subst_to_values): Add memmode, pass it on.
16777 (cselib_lookup): Add memmode argument, pass it on.
16778 (cselib_lookup_from_insn): Add memmode.
16779 (cselib_invalidate_rtx): Discard obsolete push_operand handling.
16780 (struct cselib_record_autoinc_data): New.
16781 (cselib_record_autoinc_cb): New fn.
16782 (cselib_record_sets): Use it, along with for_each_inc_dec. Pass MEM
16783 mode to cselib_lookup. Reset autoinced REGs here instead of...
16784 (cselib_process_insn): ... here.
16785 * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
16787 (add_uses): Likewise, also to cselib_subst_to_values.
16788 (add_stores): Likewise.
16789 * sched-deps.c (add_insn_mem_dependence): Pass mode to
16790 cselib_subst_to_values.
16791 (sched_analyze_1, sched_analyze_2): Likewise. Adjusted.
16792 * gcse.c (do_local_cprop): Adjusted.
16793 * postreload.c (reload_cse_simplify_set): Adjusted.
16794 (reload_cse_simplify_operands): Adjusted.
16795 * sel-sched-dump (debug_mem_addr_value): Pass mode.
16797 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
16799 PR tree-optimization/45122
16800 * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
16801 unsafe assumptions when there's more than one loop exit.
16803 2011-02-02 Michael Meissner <meissner@linux.vnet.ibm.com>
16806 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
16807 Document using vector double with the load/store builtins, and
16808 that the load/store builtins always use Altivec instructions.
16810 * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
16811 to use altivec memory instructions, even on VSX.
16812 (vector_altivec_store_<mode>): Ditto.
16814 * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
16817 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
16818 V2DF, V2DI support to load/store overloaded builtins.
16820 * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
16821 altivec load/store builtins for V2DF/V2DI types.
16823 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
16824 set avoid indexed addresses on power6 if -maltivec.
16825 (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
16826 vector_altivec_load/vector_altivec_store builtins.
16827 (altivec_expand_st_builtin): Ditto.
16828 (altivec_expand_builtin): Add VSX memory builtins.
16829 (rs6000_init_builtins): Add V2DI types to internal types.
16830 (altivec_init_builtins): Add support for V2DF/V2DI altivec
16831 load/store builtins.
16832 (rs6000_address_for_altivec): Insure memory address is appropriate
16835 * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
16836 vec_vsx_ld and vec_vsx_st.
16837 (vsx_store_<mode>): Ditto.
16839 * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
16840 variables to hold long long types for VSX vector memory builtins.
16841 (RS6000_BTI_unsigned_long_long): Ditto.
16842 (long_long_integer_type_internal_node): Ditti.
16843 (long_long_unsigned_type_internal_node): Ditti.
16845 * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
16846 (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
16847 (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
16849 * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
16851 (vec_vsx_st): Ditto.
16853 2011-02-02 Joseph Myers <joseph@codesourcery.com>
16855 * config/pa/pa-hpux10.opt: New.
16856 * config/hpux11.opt (pthread): New Driver option.
16857 * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
16858 * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
16860 2011-02-02 Joseph Myers <joseph@codesourcery.com>
16862 * config/ia64/vms.opt: New.
16863 * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
16865 2011-02-01 Michael Meissner <meissner@linux.vnet.ibm.com>
16868 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
16869 gpc_reg_operand instead of vsx_register_operand to match rs6000.md
16870 generator functions.
16871 (vsx_floatuns<VSi><mode>2): Ditto.
16872 (vsx_fix_trunc<mode><VSi>2): Ditto.
16873 (vsx_fixuns_trunc<mode><VSi>2): Ditto.
16875 2011-02-02 Joseph Myers <joseph@codesourcery.com>
16877 * config/i386/djgpp.opt (posix): New Driver option.
16879 2011-02-02 Gerald Pfeifer <gerald@pfeifer.com>
16881 * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
16882 Move to the unsupported targets list.
16884 2011-02-02 Peter Bergner <bergner@vnet.ibm.com>
16886 PR rtl-optimization/47525
16887 * df-scan.c: Update copyright years.
16888 (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
16889 and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
16891 2011-02-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16893 * config/i386/sysv4.h (TARGET_VERSION): Remove.
16894 (SUBTARGET_RETURN_IN_MEMORY): Remove.
16895 (ASM_OUTPUT_ASCII): Remove.
16896 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
16898 2011-02-02 Jeff Law <law@redhat.com>
16900 PR middle-end/47543
16901 * reload.c (find_reloads_address): Handle reg+d address where both
16902 components are invalid by reloading the entire address.
16904 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
16905 Richard Guenther <rguenther@suse.de>
16907 PR tree-optimization/40979
16909 * passes.c (init_optimization_passes): After LIM call copy_prop
16910 and DCE to clean up.
16911 * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
16913 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
16915 PR tree-optimization/47576
16916 PR tree-optimization/47555
16917 * doc/invoke.texi (scev-max-expr-complexity): Documented.
16918 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
16919 (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
16920 * tree-scalar-evolution.c (follow_ssa_edge): Use
16921 PARAM_SCEV_MAX_EXPR_COMPLEXITY.
16923 2011-02-02 Richard Guenther <rguenther@suse.de>
16925 PR tree-optimization/47566
16926 * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
16928 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
16932 * tree-inline.c (declare_return_variable): Remove unused caller
16937 * tree-flow-inline.h (clear_is_used, is_used_p): New.
16938 * cfgexpand.c (account_used_vars_for_block): Use them.
16939 * tree-nrv.c (tree_nrv): Likewise.
16940 * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
16941 (dump_scope_block): Likewise.
16942 (remove_unused_locals): Likewise.
16946 * tree-inline.c (declare_return_variable): Add result decl to
16947 local decls only once.
16948 * gimple-low.c (record_vars_into): Mark newly-created variables
16951 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
16957 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
16959 (no_real_insns_p, schedule_block, set_priorities): Drop special
16960 treatment of boundary debug insns.
16961 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
16962 * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
16963 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
16964 (BOUNDARY_DEBUG_INSN_P): Likewise.
16965 (SCHEDULE_DEBUG_INSN_P): Likewise.
16966 * sched-rgn.c (init_ready_list): Drop special treatment of
16967 boundary debug insns.
16968 * final.c (rest_of_clean_state): Clear notes' BB.
16970 2011-02-01 Joseph Myers <joseph@codesourcery.com>
16972 * config/openbsd.opt (assert=): New Driver option.
16974 2011-02-01 Joseph Myers <joseph@codesourcery.com>
16976 * config/i386/nto.opt: New.
16977 * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
16979 2011-02-01 Joseph Myers <joseph@codesourcery.com>
16981 * config/i386/netware.opt: New.
16982 * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
16984 2011-02-01 Joseph Myers <joseph@codesourcery.com>
16986 * config/interix.opt (posix): New Driver option.
16988 2011-02-01 DJ Delorie <dj@redhat.com>
16990 * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
16992 * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
16995 2011-02-01 Sebastian Pop <sebastian.pop@amd.com>
16997 PR tree-optimization/47561
16998 * toplev.c (process_options): Print the Graphite flags. Add
16999 flag_loop_flatten to the list of options requiring Graphite.
17001 2011-02-01 Joseph Myers <joseph@codesourcery.com>
17003 * config/i386/cygming.opt (posix): New Driver option.
17005 2011-02-01 Joseph Myers <joseph@codesourcery.com>
17007 * config/arm/vxworks.opt: New.
17008 * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
17010 2011-02-01 Joseph Myers <joseph@codesourcery.com>
17012 * config/alpha/elf.opt: New.
17013 * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
17014 alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
17016 2011-02-01 Richard Guenther <rguenther@suse.de>
17018 PR tree-optimization/47559
17019 * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
17020 store-motion on references that can throw.
17022 2011-02-01 Bernd Schmidt <bernds@codesourcery.com>
17024 * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
17025 * tree-pass.h (TDF_CSELIB): New macro.
17026 * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
17027 cselib_lookup): Check for it rather than for TDF_DETAILS.
17029 2011-02-01 H.J. Lu <hongjiu.lu@intel.com>
17032 * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
17033 is HOST_BIT_BUCKET.
17035 * opts.c (finish_options): Don't add x_aux_base_name if it is
17038 2011-02-01 Richard Guenther <rguenther@suse.de>
17040 PR tree-optimization/47555
17042 2010-07-15 Sebastian Pop <sebastian.pop@amd.com>
17044 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
17046 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
17049 * config/lm32/t-lm32: Add multilib for all CPU options.
17051 2011-02-01 Richard Guenther <rguenther@suse.de>
17053 PR tree-optimization/47541
17054 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
17055 sure to have a field at offset zero.
17057 2011-01-31 Joseph Myers <joseph@codesourcery.com>
17059 * config/arc/arc.opt (EB, EL): New Driver options.
17061 2011-01-31 Joseph Myers <joseph@codesourcery.com>
17063 * config/alpha/osf5.opt: New.
17064 * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
17066 2011-01-31 Joseph Myers <joseph@codesourcery.com>
17068 * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
17070 2011-01-31 Sebastian Pop <sebastian.pop@amd.com>
17072 * common.opt (ftree-loop-linear): Use Alias to make it an alias of
17073 -floop-interchange.
17074 * invoke.texi (-ftree-loop-linear): Make it clear that this flag
17075 is an alias of -floop-interchange and that it requires the
17076 Graphite infrastructure.
17077 * tree-ssa-loop.c (gate_graphite_transforms): Do not set
17078 flag_loop_interchange based on the value of flag_tree_loop_linear.
17080 2011-01-31 Jakub Jelinek <jakub@redhat.com>
17081 Richard Guenther <rguenther@suse.de>
17083 PR tree-optimization/47538
17084 * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
17085 type instead of r1type, except for comparisons. For right
17086 shifts and comparisons punt if there are mismatches in
17087 sizetype vs. non-sizetype types.
17089 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17091 * doc/sourcebuild.texi (Effective-Target Keywords): Document
17094 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17096 * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
17098 * configure: Regenerate.
17100 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17102 * configure.ac (gcc_cv_ld_static_option): Define.
17103 (gcc_cv_ld_dynamic_option): Define.
17104 (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
17106 (HAVE_LD_STATIC_DYNAMIC): Update message.
17107 (LD_STATIC_OPTION): Define.
17108 (LD_DYNAMIC_OPTION): Define.
17109 * configure: Regenerate.
17110 * config.in: Regenerate.
17111 * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
17112 HAVE_LD_STATIC_DYNAMIC]: Use them.
17114 2011-01-31 Nick Clifton <nickc@redhat.com>
17116 * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
17117 registers inside interrupt handlers if the handler is not a leaf
17120 2011-01-31 Nick Clifton <nickc@redhat.com>
17122 * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
17123 reg_renumber returning an INVALID_REGNUM.
17125 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
17128 * doc/install.texi: Document host options discarded when cross
17129 configuring target libraries.
17131 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
17134 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
17137 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
17139 (no_real_insns_p, schedule_block, set_priorities): Drop special
17140 treatment of boundary debug insns.
17141 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
17142 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
17143 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
17144 (BOUNDARY_DEBUG_INSN_P): Likewise.
17145 (SCHEDULE_DEBUG_INSN_P): Likewise.
17146 * sched-rgn.c (init_ready_list): Drop special treatment of
17147 boundary debug insns.
17148 * final.c (rest_of_clean-state): Clear notes' BB.
17150 2011-01-31 Alan Modra <amodra@gmail.com>
17152 * config/rs6000/rs6000.c (print_operand): Rearrange addends in
17153 toc relative expressions as we do in print_operand_address.
17155 2011-01-30 Kazu Hirata <kazu@codesourcery.com>
17157 * doc/extend.texi: Follow spelling conventions.
17158 * doc/invoke.texi: Fix a typo.
17160 2011-01-30 Joseph Myers <joseph@codesourcery.com>
17162 * config/hpux11.opt: New.
17163 * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
17164 ia64*-*-hpux*): Use hpux11.opt.
17166 2011-01-30 Jonathan Yong <jon_y@users.sourceforge.net>
17168 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
17171 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
17173 * doc/install.texi (hppa-hp-hpux10): Remove references to HP
17176 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
17178 * doc/install.texi (Binaries): Remove outdated reference for
17179 Motorola 68HC11/68HC12 downloads.
17181 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
17183 * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
17186 2011-01-29 Jonathan Wakely <jwakely.gcc@gmail.com>
17189 * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
17192 2011-01-28 Ahmad Sharif <asharif@google.com>
17194 * value-prof.c (check_counter): Corrected error message.
17196 2011-01-29 Jie Zhang <jie@codesourcery.com>
17198 * config/arm/arm.c (arm_legitimize_reload_address): New.
17199 * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
17200 arm_legitimize_reload_address.
17201 * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
17203 2011-01-28 Ian Lance Taylor <iant@google.com>
17205 * godump.c (go_define): Ignore macros whose definitions include
17206 two adjacent operands.
17208 2011-01-28 Jakub Jelinek <jakub@redhat.com>
17211 * varasm.c (force_const_mem): Store copy of x in desc->constant
17212 instead of x itself.
17213 * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
17214 itself into REG_EQUAL note.
17216 2011-01-28 Joseph Myers <joseph@codesourcery.com>
17218 * config/freebsd.opt (posix, rdynamic): New Driver options.
17220 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17222 * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
17223 -Bstatic/-Bdynamic.
17224 * configure: Regenerate.
17226 2011-01-27 Joseph Myers <joseph@codesourcery.com>
17228 * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
17229 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
17231 2011-01-27 Anatoly Sokolov <aesok@post.ru>
17233 * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
17234 * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
17235 * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
17236 (s390_preferred_reload_class): Make static. Change return and
17237 'rclass' argument type to reg_class_t.
17239 2011-01-27 Jan Hubicka <jh@suse.cz>
17241 PR middle-end/46949
17242 * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
17243 (process_function_and_variable_attributes): Check defined weakrefs.
17245 2011-01-27 Martin Jambor <mjambor@suse.cz>
17247 PR tree-optimization/47228
17248 * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
17249 build_ref_for_offset.
17251 2011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17253 * config/spu/spu-elf.h (ASM_SPEC): Remove.
17255 2011-01-26 Mikael Pettersson <mikpe@it.uu.se>
17257 PR rtl-optimization/46856
17258 * postreload.c (reload_combine_recognize_const_pattern): Do not
17259 separate cc0 setter and user on cc0 targets.
17261 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>
17264 * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
17265 passed a VOID_TYPE expression, immediately emit an error and
17266 return error_mark_node.
17268 2011-01-26 Jeff Law <law@redhat.com>
17270 PR rtl-optimization/47464
17271 * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
17272 rather than may_trap_p as needed.
17274 2011-01-26 DJ Delorie <dj@redhat.com>
17276 PR rtl-optimization/46878
17277 * combine.c (insn_a_feeds_b): Check for the implicit cc0
17278 setter/user dependency as well.
17280 2011-01-26 Eric Botcazou <ebotcazou@adacore.com>
17282 PR rtl-optimization/44469
17283 * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
17284 after removing trivially dead basic blocks.
17286 2011-01-26 Joseph Myers <joseph@codesourcery.com>
17288 * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
17289 * config/frv/frv.h (LINK_SPEC): Likewise.
17290 * config/i386/netware.h (LINK_SPEC): Likewise.
17291 * config/m68k/linux.h (ASM_SPEC): Likewise.
17292 * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
17293 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
17294 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
17295 * config/sparc/linux.h (ASM_SPEC): Likewise.
17296 * config/sparc/linux64.h (ASM_SPEC): Likewise.
17297 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
17299 2011-01-26 Joseph Myers <joseph@codesourcery.com>
17301 * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
17302 * config/frv/frv.h (ASM_SPEC): Likewise.
17303 * config/m68k/linux.h (ASM_SPEC): Likewise.
17304 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
17305 * config/rs6000/linux64.h (ASM_SPEC): Likewise.
17306 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
17307 * config/sparc/linux.h (ASM_SPEC): Likewise.
17308 * config/sparc/linux64.h (ASM_SPEC): Likewise.
17309 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
17311 2011-01-26 Joseph Myers <joseph@codesourcery.com>
17313 * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
17314 * config/frv/frv.h (LINK_SPEC): Likewise.
17315 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
17317 2011-01-26 Joseph Myers <joseph@codesourcery.com>
17319 * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
17320 * config/frv/frv.h (ASM_SPEC): Likewise.
17321 * config/i386/sol2-10.h (ASM_SPEC): Likewise.
17322 * config/m68k/linux.h (ASM_SPEC): Likewise.
17323 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
17324 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
17325 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
17326 * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
17327 * config/sparc/linux.h (ASM_SPEC): Likewise.
17328 * config/sparc/linux64.h (ASM_SPEC): Likewise.
17329 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
17330 * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
17332 2011-01-26 Steve Ellcey <sje@cup.hp.com>
17335 * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
17337 (vec_extract_evenodd_help): Ditto.
17338 (vec_extract_evenv4hi): Ditto.
17339 (vec_extract_oddv4hi): Ditto.
17340 (vec_interleave_lowv2si): Ditto.
17341 (vec_interleave_highv2si): Ditto.
17342 (vec_extract_evenv2si): Ditto.
17343 (vec_extract_oddv2si: Ditto.
17344 (vec_pack_trunc_v2si): Ditto.
17346 2011-01-22 Jan Hubicka <jh@suse.cz>
17349 * cgraph.h (cgraph_local_info): New field can_change_signature.
17350 * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
17351 signature can change.
17352 (ipcp_estimate_growth): Call sequence simplify only if calle signature
17354 (ipcp_insert_stage): Only compute args_to_skip if signature can change.
17355 (cgraph_function_versioning): We can not change signature of functions
17356 that don't allow that.
17357 * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
17358 (lto_input_node): Likewise.
17359 * ipa-inline.c (compute_inline_parameters): Compute
17360 local.can_change_signature.
17361 * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
17362 * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
17363 functions that can not change signature.
17364 * i386.c (ix86_function_regparm, ix86_function_sseregparm,
17365 init_cumulative_args): Do not use local calling conventions
17366 for functions that can not change signature.
17368 2011-01-22 Jan Hubicka <jh@suse.cz>
17370 * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
17372 2011-01-26 Richard Guenther <rguenther@suse.de>
17374 PR tree-optimization/47190
17375 * cgraphunit.c (process_common_attributes): New function.
17376 (process_function_and_variable_attributes): Use it.
17378 2011-01-26 Richard Guenther <rguenther@suse.de>
17381 * cgraphbuild.c (record_eh_tables): Record reference to personality
17384 2011-01-26 Alexandre Oliva <aoliva@redhat.com>
17387 * sel-sched.c (moveup_expr): Don't let debug insns prevent
17388 non-debug insns from moving up.
17390 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
17393 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
17394 t-dlldir{,-x} fragment for build and add it to tmake_file.
17395 (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
17396 * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
17397 * config/i386/t-dlldir: New file.
17398 (SHLIB_DLLDIR): Define.
17399 * config/i386/t-dlldir-x: New file.
17400 (SHLIB_DLLDIR): Define.
17401 * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
17402 (SHLIB_INSTALL): Use it.
17404 2011-01-26 Chung-Lin Tang <cltang@codesourcery.com>
17407 * config/arm/arm.c (thumb2_legitimate_index_p): Change the
17408 lower bound of the allowed Thumb-2 coprocessor load/store
17409 index range to -256. Add explaining comment.
17411 2011-01-25 Ian Lance Taylor <iant@google.com>
17413 * godump.c (go_define): Improve lexing of macro expansion to only
17414 accept expressions which match Go spec.
17416 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
17419 * tree.c (handle_dll_attribute): Handle it.
17420 * doc/extend.texi (@item dllexport): Mention it.
17421 * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
17423 2011-01-25 Ian Lance Taylor <iant@google.com>
17425 PR tree-optimization/26854
17426 * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
17427 (decl_jump_unsafe): Move higher in file, with no other change.
17428 (bind): Set has_jump_unsafe_decl if appropriate.
17429 (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
17430 (check_earlier_gotos): Likewise.
17431 (c_check_switch_jump_warnings): Likewise.
17433 2011-01-25 Jonathan Wakely <jwakely.gcc@gmail.com>
17435 * doc/invoke.texi (Warning Options): Add missing hyphen.
17436 (-fprofile-dir): Minor grammatical fixes.
17437 (-fbranch-probabilities): Likewise.
17439 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
17443 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
17445 (no_real_insns_p, schedule_block, set_priorities): Drop special
17446 treatment of boundary debug insns.
17447 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
17448 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
17449 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
17450 (BOUNDARY_DEBUG_INSN_P): Likewise.
17451 (SCHEDULE_DEBUG_INSN_P): Likewise.
17452 * sched-rgn.c (init_ready_list): Drop special treatment of
17453 boundary debug insns.
17454 * final.c (rest_of_clean-state): Clear notes' BB.
17456 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17458 * Makefile.in (LAMBDA_H): Removed.
17459 (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
17460 (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
17461 lambda-trans.o, and tree-loop-linear.o.
17462 (lto-symtab.o): Remove dependence on LAMBDA_H.
17463 (tree-loop-linear.o): Remove rule.
17464 (lambda-mat.o): Same.
17465 (lambda-trans.o): Same.
17466 (lambda-code.o): Same.
17467 (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
17468 (tree-vect-slp.o): Same.
17469 * hwint.h (gcd): Moved here.
17470 (least_common_multiple): Same.
17471 * lambda-code.c: Removed.
17472 * lambda-mat.c: Removed.
17473 * lambda-trans.c: Removed.
17474 * lambda.h: Removed.
17475 * tree-loop-linear.c: Removed.
17476 * lto-symtab.c: Do not include lambda.h.
17477 * omega.c (gcd): Removed.
17478 * passes.c (init_optimization_passes): Remove pass_linear_transform.
17479 * tree-data-ref.c (print_lambda_vector): Moved here.
17480 (lambda_vector_copy): Same.
17481 (lambda_matrix_copy): Same.
17482 (lambda_matrix_id): Same.
17483 (lambda_vector_first_nz): Same.
17484 (lambda_matrix_row_add): Same.
17485 (lambda_matrix_row_exchange): Same.
17486 (lambda_vector_mult_const): Same.
17487 (lambda_vector_negate): Same.
17488 (lambda_matrix_row_negate): Same.
17489 (lambda_vector_equal): Same.
17490 (lambda_matrix_right_hermite): Same.
17491 * tree-data-ref.h: Do not include lambda.h.
17492 (lambda_vector): Moved here.
17493 (lambda_matrix): Same.
17494 (dependence_level): Same.
17495 (lambda_transform_legal_p): Removed declaration.
17496 (lambda_collect_parameters): Same.
17497 (lambda_compute_access_matrices): Same.
17498 (lambda_vector_gcd): Same.
17499 (lambda_vector_new): Same.
17500 (lambda_vector_clear): Same.
17501 (lambda_vector_lexico_pos): Same.
17502 (lambda_vector_zerop): Same.
17503 (lambda_matrix_new): Same.
17504 * tree-flow.h (least_common_multiple): Removed declaration.
17505 * tree-parloops.c (lambda_trans_matrix): Moved here.
17506 (LTM_MATRIX): Same.
17507 (LTM_ROWSIZE): Same.
17508 (LTM_COLSIZE): Same.
17509 (LTM_DENOMINATOR): Same.
17510 (lambda_trans_matrix_new): Same.
17511 (lambda_matrix_vector_mult): Same.
17512 (lambda_transform_legal_p): Same.
17513 * tree-pass.h (pass_linear_transform): Removed declaration.
17514 * tree-ssa-loop.c (tree_linear_transform): Removed.
17515 (gate_tree_linear_transform): Removed.
17516 (pass_linear_transform): Removed.
17517 (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
17518 flag_loop_interchange.
17520 2011-01-25 Jakub Jelinek <jakub@redhat.com>
17522 PR tree-optimization/47265
17523 PR tree-optimization/47443
17524 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
17525 if name still has some uses.
17527 2011-01-25 Martin Jambor <mjambor@suse.cz>
17529 PR tree-optimization/47382
17530 * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
17531 (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
17533 2011-01-25 Joel Sherrill <joel.sherrill@oarcorp.com>
17535 * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
17536 sjlj_except_unwind_info.
17538 2011-01-25 Richard Guenther <rguenther@suse.de>
17540 PR tree-optimization/47426
17541 * tree-ssa-structalias.c (ipa_pta_execute): Make externally
17542 visible functions results escape.
17544 2011-01-25 Jakub Jelinek <jakub@redhat.com>
17547 * config/arm/arm.c (any_sibcall_uses_r3): New function.
17548 (arm_get_frame_offsets): Use it.
17550 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17551 Jakub Jelinek <jakub@redhat.com>
17553 PR tree-optimization/47271
17554 * tree-if-conv.c (bb_postdominates_preds): New.
17555 (if_convertible_bb_p): Call bb_postdominates_preds.
17556 (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
17557 (predicate_scalar_phi): Call bb_postdominates_preds.
17559 2011-01-25 Nick Clifton <nickc@redhat.com>
17561 * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
17562 * config/rx/rx.c (rx_function_value): Likewise.
17563 (rx_promote_function_mode): Likewise.
17564 (gen_safe_add): Place an outsized immediate value inside an UNSPEC
17565 in order to make it legitimate.
17566 * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
17567 make sure that the first operand is the same as the result register.
17568 (addsi3_unspec): Delete.
17569 (subdi3): Do not accept immediate operands.
17570 (subdi3_internal): Likewise.
17572 2011-01-25 Jeff Law <law@redhat.com>
17574 PR rtl-optimization/37273
17575 * ira-costs.c (scan_one_insn): Detect constants living in memory and
17576 handle them like argument loads from stack slots. Do not double
17577 count memory for memory constants and argument loads from stack slots.
17579 2011-01-25 Jakub Jelinek <jakub@redhat.com>
17581 PR tree-optimization/47427
17582 PR tree-optimization/47428
17583 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
17584 coalesce if the new root var would be TREE_READONLY.
17586 2011-01-25 Richard Guenther <rguenther@suse.de>
17588 PR middle-end/47414
17589 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
17590 correct type for TBAA.
17592 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17594 * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
17595 (close_phi_written_to_memory): Call for_each_index with
17596 dr_indices_valid_in_loop.
17598 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17600 * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
17601 when it is initialized.
17603 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17605 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
17606 call to graphite_find_data_references_in_stmt.
17607 * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
17608 (try_generate_gimple_bb): Call outermost_loop_in_sese_1. Update
17609 call to graphite_find_data_references_in_stmt.
17610 (analyze_drs_in_stmts): Same.
17611 * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
17612 in which the scalar analysis of indices is performed.
17613 (create_data_ref): Same. Update call to dr_analyze_indices.
17614 (find_data_references_in_stmt): Update call to create_data_ref.
17615 (graphite_find_data_references_in_stmt): Same.
17616 * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
17618 (create_data_ref): Same.
17619 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
17620 call to create_data_ref.
17622 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17624 * graphite-sese-to-poly.c (build_poly_scop): Move
17625 rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
17627 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17629 * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
17630 VAR_DECL, PARM_DECL, and RESULT_DECL.
17632 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17634 * graphite-dependences.c (reduction_dr_1): Allow several reductions
17635 in a reduction PBB.
17636 * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
17637 that have already been marked as PBB_IS_REDUCTION.
17639 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17641 * graphite-scop-detection.c (same_close_phi_node): New.
17642 (remove_duplicate_close_phi): New.
17643 (make_close_phi_nodes_unique): New.
17644 (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
17646 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17648 * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
17649 * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
17650 of both data references to be the same.
17652 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17654 * graphite-dependences.c (build_lexicographical_constraint): Remove
17655 the gdim parameter.
17656 (build_lexicographical_constraint): Adjust call to
17657 ppl_powerset_is_empty.
17658 (dependence_polyhedron): Same.
17659 (graphite_legal_transform_dr): Same.
17660 (graphite_carried_dependence_level_k): Same.
17661 * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
17663 * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
17665 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17667 * graphite-sese-to-poly.c
17668 (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
17669 (close_phi_written_to_memory): New.
17670 (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
17673 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17675 * doc/install.texi: Update the expected version number of PPL to 0.11.
17676 * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
17677 #if PPL_VERSION_MINOR < 11.
17679 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17681 * graphite-dependences.c: Include graphite-cloog-util.h.
17682 (new_poly_ddr): Inlined into dependence_polyhedron.
17683 (free_poly_ddr): Moved close by new_poly_ddr.
17684 (dependence_polyhedron_1): Renamed dependence_polyhedron.
17685 Early return NULL when ppl_powerset_is_empty returns true.
17686 (dependence_polyhedron): Renamed new_poly_ddr. Call only once
17687 poly_drs_may_alias_p. Avoid one call to ppl_powerset_is_empty.
17688 (graphite_legal_transform_dr): Call new_poly_ddr.
17689 (graphite_carried_dependence_level_k): Same.
17690 (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2. Use new_poly_ddr.
17691 (dot_transformed_deps_stmt_1): Removed.
17692 (dot_deps_stmt_1): Call dot_deps_stmt_2.
17693 (dot_original_deps): Renamed dot_deps_2. Call new_poly_ddr.
17694 (dot_deps_1): Call dot_deps_2.
17695 * Makefile.in (graphite-dependences.o): Add missing dependence on
17696 graphite-cloog-util.h.
17698 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17700 * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
17701 (build_lexicographical_constraint): Same.
17702 (dependence_polyhedron_1): Same.
17703 (graphite_legal_transform_dr): Same.
17704 (graphite_carried_dependence_level_k): Same.
17705 * graphite-ppl.c (ppl_powerset_is_empty): New.
17706 * graphite-ppl.h (ppl_powerset_is_empty): Declared.
17707 * tree-data-ref.c (dump_data_reference): Print the basic block index.
17709 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17711 * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
17712 the "a followed by b" relation and document it.
17714 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17716 * graphite-dependences.c (build_lexicographical_constraint): Stop the
17717 iteration when the bag of constraints is empty.
17719 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17721 * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
17723 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17725 * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
17726 nest and two loop depths as parameters.
17727 (lst_try_interchange_loops): Call lst_interchange_profitable_p after
17728 lst_perfect_nestify.
17730 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17732 * graphite-dependences.c (print_pddr): Call
17733 ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
17735 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17737 * graphite-ppl.c (debug_gmp_value): New.
17738 * graphite-ppl.h (debug_gmp_value): Declared.
17740 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
17742 * doc/install.texi: Document availability of cloog-0.16.
17744 2011-01-25 Vladimir Kargov <kargov@gmail.com>
17746 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
17747 invalid postdominance info.
17749 2011-01-24 Jan Hubicka <jh@suse.cz>
17752 * doc/extend.texi (weak pragma): Drop claim that it must
17753 appear before definition.
17754 * varasm.c (merge_weak, declare_weak): Only sanity check
17755 that DECL is not output at a time it is declared weak.
17757 2011-01-24 Kenneth Zadeck <zadeck@naturalbridge.com>
17759 * machmode.def: Fixed comments.
17761 2011-01-24 Kai Tietz <kai.tietz@onevision.com>
17763 * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
17765 2011-01-24 Paul Koning <ni1d@arrl.net>
17767 * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
17770 2011-01-24 H.J. Lu <hongjiu.lu@intel.com>
17773 * config/i386/i386.c: Include sbitmap.h and fibheap.h.
17774 (block_info): Add scanned and prev.
17775 (move_or_delete_vzeroupper_2): Return if the basic block
17776 has been scanned and the upper 128bit state is unchanged
17777 from the last scan.
17778 (move_or_delete_vzeroupper_1): Return true if the exit
17780 (move_or_delete_vzeroupper): Visit basic blocks using the
17781 work-list based algorithm based on vt_find_locations in
17784 * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
17786 2011-01-24 Nick Clifton <nickc@redhat.com>
17788 * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
17789 * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
17790 -mv850e1 to the assembler. If -mv850e1 or -mv850es is specified
17791 then define __v850e1__.
17792 * doc/invoke.texi: Document -mv850es.
17794 2011-01-24 Richard Henderson <rth@redhat.com>
17796 * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
17797 compound unordered comparisons.
17798 * config/rx/rx.c (rx_split_fp_compare): Remove.
17799 * config/rx/rx-protos.h: Update.
17800 * config/rx/rx.md (gcc_conds, rx_conds): Remove.
17801 (cbranchsf4): Don't call rx_split_fp_compare.
17802 (*cbranchsf4): Use rx_split_cbranch.
17803 (*cmpsf): Don't accept "i" constraint.
17804 (*conditional_branch): Only valid after reload.
17805 (cstoresf4): Merge expander with insn. Don't call rx_split_fp_compare.
17807 2011-01-24 Michael Meissner <meissner@linux.vnet.ibm.com>
17810 * config/rs6000/altivec.md (vector constant splitters): Add
17811 support for creating vector single precision constants if -mvsx is
17812 used and we would create the constant using Altivec primitives.
17814 2011-01-23 Bernd Schmidt <bernds@codesourcery.com>
17815 Richard Sandiford <rdsandiford@googlemail.com>
17817 PR rtl-optimization/47166
17818 * reload1.c (emit_reload_insns): Disable the spill_reg_store
17819 mechanism for PRE_MODIFY and POST_MODIFY.
17820 (inc_for_reload): For PRE_MODIFY, return the insn that sets the
17823 2011-01-23 Andreas Schwab <schwab@linux-m68k.org>
17825 * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
17827 2011-01-22 Jan Hubicka <jh@suse.cz>
17830 * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
17832 2011-01-22 Jan Hubicka <jh@suse.cz>
17834 PR tree-optimization/43884
17836 * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
17837 * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
17839 2011-01-22 Anatoly Sokolov <aesok@post.ru>
17841 * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
17842 * config/s390/s390.c (s390_register_move_cost,
17843 s390_memory_move_cost): New.
17844 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
17846 2011-01-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17848 PR middle-end/47401
17849 * except.c (sjlj_assign_call_site_values): Move setting the
17850 crtl->uses_eh_lsda flag to ...
17851 (sjlj_mark_call_sites): ... here.
17852 (sjlj_emit_function_enter): Support NULL dispatch label.
17853 (sjlj_build_landing_pads): In a function with no landing pads
17854 that still has must-not-throw regions, generate code to register
17855 a personality function with empty LSDA.
17857 2011-01-21 Richard Henderson <rth@redhat.com>
17859 * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
17861 * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
17863 * compare-elim.c: New file.
17864 * Makefile.in (OBJS-common): Add it.
17865 (compare-elim.o): New.
17866 * common.opt (fcompare-elim): New.
17867 * opts.c (default_options_table): Add OPT_fcompare_elim.
17868 * tree-pass.h (pass_compare_elim_after_reload): New.
17869 * passes.c (init_optimization_passes): Add it.
17870 * recog.h: Protect against re-inclusion.
17871 * target.def (TARGET_FLAGS_REGNUM): New POD hook.
17872 * doc/invoke.texi (-fcompare-elim): Document it.
17873 * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
17874 * doc/tm.texi: Rebuild.
17876 2011-01-22 Nick Clifton <nickc@redhat.com>
17878 * config/rx/rx.md (cstoresf4): Pass comparison operator to
17879 rx_split_fp_compare.
17881 2011-01-22 Nick Clifton <nickc@redhat.com>
17883 * config/rx/rx.md (UNSPEC_CONST): New.
17884 (deallocate_and_return): Wrap the amount popped off the stack in
17885 an UNSPEC_CONST in order to stop it being rejected by
17886 -mmax-constant-size.
17887 (pop_and_return): Add a "(return)" rtx.
17888 (call): Drop the immediate operand.
17889 (call_internal): Likewise.
17890 (call_value): Likewise.
17891 (call_value_internal): Likewise.
17892 (sibcall_internal): Likewise.
17893 (sibcall_value_internal): Likewise.
17894 (sibcall): Likewise. Generate an explicit call using
17896 (sibcall_value): Likewise.
17897 (mov<>): FAIL if a constant operand is not legitimate.
17898 (addsi3_unpsec): New pattern.
17900 * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
17901 (ok_for_max_constant): New function.
17902 (gen_safe_add): New function.
17903 (rx_expand_prologue): Use gen_safe_add.
17904 (rx_expand_epilogue): Likewise.
17905 (rx_is_legitimate_constant): Use ok_for_max_constant. Handle
17908 2011-01-21 Jeff Law <law@redhat.com>
17910 PR tree-optimization/47053
17911 * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
17912 (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
17913 statements are deleted.
17914 (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP. If NEED_EH_CLEANUP
17915 is nonempty, then purge dead edges and cleanup the CFG.
17917 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
17920 Temporarily revert:
17921 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
17923 * tree-dfa.c (create_var_ann): Mark variable as used.
17925 2011-01-21 Jakub Jelinek <jakub@redhat.com>
17927 PR middle-end/45566
17928 * except.c (convert_to_eh_region_ranges): Emit queued no-region
17929 notes from other section in hot/cold partitioning even if
17930 last_action is -3. Increment call_site_base.
17932 PR rtl-optimization/47366
17933 * fwprop.c (forward_propagate_into): Return bool. If
17934 any changes are made, -fnon-call-exceptions is used and
17935 REG_EH_REGION note is present, call purge_dead_edges
17936 and return true if it purged anything.
17937 (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
17938 any EH edges were purged.
17940 2011-01-21 Jeff Law <law@redhat.com>
17942 PR rtl-optimization/41619
17943 * caller-save.c (setup_save_areas): Break out code to determine
17944 which hard regs are live across calls by examining the reload chains
17945 so that it is always used.
17946 Eliminate code which checked REG_N_CALLS_CROSSED.
17948 2011-01-21 Jakub Jelinek <jakub@redhat.com>
17950 PR tree-optimization/47355
17951 * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
17952 NOP has non-debug uses beyond PHIs in new_bb.
17954 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
17957 * cfgexpand.c (account_used_vars_for_block): Only account vars
17958 that are annotated as used.
17959 (estimated_stack_frame_size): Don't set TREE_USED.
17960 * tree-dfa.c (create_var_ann): Mark variable as used.
17962 2011-01-21 Richard Guenther <rguenther@suse.de>
17964 PR middle-end/47395
17965 * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
17967 2011-01-21 Richard Guenther <rguenther@suse.de>
17969 PR tree-optimization/47365
17970 * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
17971 (vn_reference_lookup_pieces): Adjust.
17972 (vn_reference_lookup): Likewise.
17973 * tree-ssa-sccvn.c (vn_walk_kind): New static global.
17974 (vn_reference_lookup_3): Only look through kills if in
17975 VN_WALKREWRITE mode.
17976 (vn_reference_lookup_pieces): Adjust.
17977 (vn_reference_lookup): Likewise.
17978 (visit_reference_op_load): Likewise.
17979 (visit_reference_op_store): Likewise.
17980 * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
17981 (compute_avail): Likewise.
17982 (eliminate): Likewise.
17984 2011-01-21 Jakub Jelinek <jakub@redhat.com>
17986 * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
17987 DECL_IGNORED_P non-reg vars if they are used.
17989 PR tree-optimization/47391
17990 * varpool.c (const_value_known_p): Return false if
17993 2011-01-21 Kai Tietz <kai.tietz@onevision.com>
17996 * config/i386/i386.c (ix86_local_alignment): Handle
17997 case for va_list_type_node is nil.
17998 (ix86_canonical_va_list_type): Likewise.
18000 2011-01-21 Alan Modra <amodra@gmail.com>
18002 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
18003 builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
18005 2011-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
18007 * config/arm/arm.md (define_attr type): Rename f_load
18008 and f_store to f_fpa_load and f_fpa_store. Update.
18009 (write_conflict): Deal with rename fallout.
18010 (*push_fp_multi): Likewise.
18011 * config/arm/fpa.md (f_load): Use f_fpa_load.
18012 (f_store): Use f_fpa_store.
18013 (*movsf_fpa): Likewise.
18014 (*movdf_fpa): Likewise.
18015 (*movxf_fpa): Likewise.
18016 (*thumb2_movsf_fpa): Likewise.
18017 (*thumb2_movdf_fpa): Likewise.
18018 (*thumb2_movxf_fpa): Likewise.
18019 * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
18020 f_loadd and f_stored.
18021 (*thumb2_movdi_vfp): Likewise.
18022 (*thumb2_movsf_vfp): Fix attribute to f_loads.
18023 (*thumb2_movsi_vfp): Likewise.
18024 * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
18025 Use f_loads instead of f_load.
18026 * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
18028 2011-01-20 Anatoly Sokolov <aesok@post.ru>
18030 * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
18031 * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
18032 * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
18033 (xtensa_mode_dependent_address_p): New function.
18034 (constantpool_address_p): Make static. Change return type to bool.
18035 Change argument type to const_rtx. Use CONST_INT_P predicate.
18037 2011-01-20 Alexandre Oliva <aoliva@redhat.com>
18040 * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
18042 2011-01-20 Jakub Jelinek <jakub@redhat.com>
18045 * cfgexpand.c (expand_debug_expr): Instead of generating
18046 (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
18049 2011-01-20 Richard Guenther <rguenther@suse.de>
18051 PR middle-end/47370
18052 * tree-inline.c (remap_gimple_op_r): Recurse manually for
18053 the pointer operand of MEM_REFs.
18055 2011-01-20 Jakub Jelinek <jakub@redhat.com>
18057 PR tree-optimization/46130
18058 * ipa-split.c (consider_split): If return_bb contains non-virtual
18059 PHIs other than for retval or if split_function would not adjust it,
18062 2011-01-20 Richard Guenther <rguenther@suse.de>
18064 PR tree-optimization/47167
18065 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
18066 Revert previous change, only avoid enumeral type changes.
18068 2011-01-19 Mike Stump <mikestump@comcast.net>
18070 * doc/tm.texi.in (BRANCH_COST): Englishify.
18071 * doc/tm.texi (BRANCH_COST): Likewise.
18073 2011-01-19 Dodji Seketeli <dodji@redhat.com>
18076 * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
18077 (gen_scheduled_generic_parms_dies): New functions.
18078 (gen_struct_or_union_type_die): Schedule template parameters DIEs
18079 generation for the end of CU compilation.
18080 (dwarf2out_finish): Generate template parameters DIEs here.
18082 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
18085 * tree-into-ssa.c (maybe_register_def): Do not attempt to add
18086 debug bind stmt on merge edges.
18088 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
18092 * function.c (instantiate_expr): Instantiate incoming rtl of
18093 implicit arguments, and recurse on VALUE_EXPRs.
18094 (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
18095 * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
18097 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
18099 * c-parser.c (c_parser_for_statement): Initialize
18100 collection_expression.
18102 2011-01-19 Joseph Myers <joseph@codesourcery.com>
18104 * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
18106 2011-01-19 Joseph Myers <joseph@codesourcery.com>
18108 * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
18109 (LINK_SHLIB_SPEC): Don't use %(link_path).
18110 (SUBTARGET_EXTRA_SPECS): Remove link_path.
18112 2011-01-19 Joseph Myers <joseph@codesourcery.com>
18114 * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
18115 (NO_SHARED_LIB_SUPPORT): Remove.
18116 (LINK_SHLIB_SPEC): Remove one conditional definition.
18118 2011-01-19 Joseph Myers <joseph@codesourcery.com>
18120 * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
18122 * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
18123 * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
18124 * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
18125 %{call_shared} and conditionals on these options not being passed.
18126 * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
18129 2011-01-19 Jakub Jelinek <jakub@redhat.com>
18131 * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
18134 * ipa-split.c: Spelling fixes.
18136 2011-01-19 Richard Henderson <rth@redhat.com>
18138 * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
18139 (*mulsi3): Likewise.
18141 * longlong.h [__mn10300__] (count_leading_zeros): New.
18142 [__mn10300__] (umul_ppmm, smul_ppmm): New.
18143 [__mn10300__] (add_ssaaaa, subddmmss): New.
18144 [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
18145 [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
18147 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18149 * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
18151 2011-01-19 Richard Henderson <rth@redhat.com>
18153 * config/mn10300/mn10300.md (addsi3_flags): New.
18154 (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
18155 (subsi3_flags, subc_internal, subdi3): New.
18156 (subdi3_internal, *subdi3_degenerate): New.
18157 * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
18159 * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
18160 (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
18161 (mn10300_expand_epilogue): Use it. Compute REG_SAVE_BYTES once.
18162 * config/mn10300/mn10300-protos.h: Update.
18163 * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
18164 (return_ret): Likewise. Rename from return_internal_regs.
18165 (return_internal): Remove.
18167 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
18168 (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
18169 (mn10300_legitimate_constant_p): Likewise.
18170 (mn10300_can_use_return_insn): Use mn10300_initial_offset.
18171 (mn10300_frame_size): New.
18172 (mn10300_expand_prologue): Use it.
18173 (mn10300_expand_epilogue): Likewise.
18174 (mn10300_initial_offset): Likewise.
18175 * config/mn10300/mn10300-protos.h: Update.
18176 * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
18177 * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
18178 (prologue, epilogue, return_internal): Tidy output code.
18179 (mn10300_store_multiple_operation, return): Likewise.
18180 (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
18181 (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
18182 (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
18183 (load_pic, am33_load_pic): New.
18184 (mn10300_load_pic0, mn10300_load_pic1): New.
18186 * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
18187 * config/mn10300/mn10300.c (CC_FLAG_Z): New.
18188 (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
18189 (cc_flags_for_mode, cc_flags_for_code): New.
18190 (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
18191 overflow flag is not valid. Validate that the flags we need
18192 for the comparison are valid.
18193 (mn10300_output_cmp): Remove.
18194 (mn10300_output_add): New.
18195 (mn10300_select_cc_mode): Use cc_flags_for_code.
18196 (mn10300_split_cbranch): New.
18197 (mn10300_match_ccmode): New.
18198 (mn10300_split_and_operand_count): New.
18199 * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
18201 * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
18202 (addsi3): ... here. Use mn10300_output_add.
18203 (*addsi3_flags): New.
18204 (*am33_subsi3, *mn10300_subsi3): Merge...
18205 (subsi3): ... here. Use attribute isa.
18206 (*subsi3_flags): New.
18207 (negsi2): Rewrite from expander to insn_and_split. Use NOT+INC
18209 (*am33_andsi3, *mn10300_andsi3): Merge...
18210 (andsi3): ... here.
18211 (*andsi3_flags): New.
18212 (andsi3 splitters): New.
18213 (*am33_iorsi3, *mn10300_iorsi3): Merge...
18214 (iorsi3): ... here.
18215 (*iorsi3_flags): New.
18216 (*am33_xorsi3, *mn10300_xorsi3): Merge...
18217 (xorsi3): ... here.
18218 (*xorsi3_flags): New.
18219 (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
18220 (one_cmplsi2): ... here.
18221 (*one_cmplsi2_flags): New.
18222 (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload. Use "r"
18223 instead of "dax" in constraints. Use mn10300_split_cbranch.
18224 (*cmpsi): Rename from cmpsi. Do not use mn10300_output_cmp. Do not
18225 use matching constraints to eliminate a self-comparison.
18226 (*integer_conditional_branch): Rename from integer_conditional_branch.
18227 Use int_mode_flags to match CC_REG.
18228 (*cbranchsi4_btst, *btstsi): New.
18229 (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload. Use
18230 mn10300_split_cbranch.
18231 (*am33_cmpsf): Rename from am33_cmpsf.
18232 (*float_conditional_branch): Rename from float_conditional_branch.
18233 (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
18234 (zero_extendqisi2): ... here.
18235 (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
18236 (zero_extendhisi2): ... here.
18237 (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
18238 (extendqisi2): ... here.
18239 (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
18240 (extendhisi2): ... here.
18241 (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
18242 (ashlsi3): ... here.
18243 (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
18244 (lshrsi3): ... here.
18245 (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
18246 (ashrsi3): ... here.
18247 (consecutive add peephole): Remove.
18248 * config/mn10300/predicates.md (label_ref_operand): New.
18249 (int_mode_flags): New.
18250 (CCZN_comparison_operator): New.
18252 * config/mn10300/mn10300.md (UNSPEC_EXT): New.
18253 (throughput_42_latency_43): New reservation.
18254 (mulsidi3, umulsidi3): New expanders.
18255 (mulsidi3_internal): Rewrite from old mulsidi3 pattern. Expose
18256 the MDR register to allocation; separately allocate the low and
18257 high parts of the DImode result.
18258 (umulsidi3_internal): Similarly.
18259 (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
18260 (*mulsi3): ... here. Clobber MDR as a scratch as necessary.
18261 (udivsi3, umodsi3): Remove.
18262 (udivmodsi4, divmodsi4): New expanders.
18263 (*udivmodsi4): Rename from udivmodsi4. Expose MDR properly.
18264 (*divmodsi4): Simiarly.
18265 (ext_internal): New.
18267 * config/mn10300/constraints.md ("z"): New constraint.
18268 * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
18269 (FIXED_REGISTERS): Don't fix MDR.
18270 (CALL_USED_REGSITERS): Reformat nicely.
18271 (REG_ALLOC_ORDER): Add MDR.
18272 (enum regclass): Add MDR_REGS.
18273 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
18274 (IRA_COVER_CLASSES): Add MDR_REGS.
18275 (REGNO_REG_CLASS): Handle MDR_REG.
18276 * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
18277 (mn10300_register_move_cost): Likewise.
18278 * config/mn10300/mn10300.md (MDR_REG): New.
18279 (*movsi_internal): Handle moves to/from MDR_REGS.
18281 * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
18283 (mn10300_secondary_reload): Tidy combination reload classes.
18284 (mn10300_legitimate_address_p): Allow post-modify and reg+reg
18285 addresses for AM33. Allow symbolic offsets for reg+imm.
18286 (mn10300_regno_in_class_p): New.
18287 (mn10300_legitimize_reload_address): New.
18288 * config/mn10300/mn10300.h (enum reg_class): Remove
18289 DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
18290 SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS. Add
18291 SP_OR_GENERAL_REGS.
18292 (REG_CLASS_NAMES): Update to match.
18293 (REG_CLASS_CONTENTS): Likewise.
18294 (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
18295 (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
18296 (REGNO_IN_RANGE_P): Remove.
18297 (REGNO_DATA_P): Use mn10300_regno_in_class_p.
18298 (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
18299 (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
18300 (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
18301 (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
18302 (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
18303 (REGNO_GENERAL_P): New.
18304 (HAVE_POST_MODIFY_DISP): New.
18305 (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
18306 (LEGITIMIZE_RELOAD_ADDRESS): New.
18307 * config/mn10300/mn10300-protos.h: Update.
18309 * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
18310 DATA_REGS for AM33 stack-pointer destination.
18311 (mn10300_preferred_output_reload_class): Likewise.
18312 (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
18313 into a form appropriate for ...
18314 (TARGET_SECONDARY_RELOAD): New.
18315 * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
18316 * config/mn10300/mn10300-protos.h: Update.
18317 * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
18318 reload_insi; use the "A" constraint for the scratch; handle AM33
18319 moves of sp to non-address registers.
18321 * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
18322 (*movqi_internal): ... here.
18323 (*am33_movhi, *mn10300_movhi): Merge into...
18324 (*movhi_internal): ... here.
18325 (*movsi_internal): Use "r" instead of "dax" in constraints. Use "A"
18326 as the source/destination of moves from/to SP.
18327 (movsf): Only allow for AM33-2.
18328 (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
18329 any integer constant constraint. Only allow for AM33-2. Tidy
18330 all of the alternative outputs.
18331 (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
18332 (udivmodsi4): Delete expander and promote *udivmodsi4. Disallow
18334 (udivsi3, umodsi3): New patterns for MN103 only.
18336 2011-01-19 Joern Rennecke <amylaar@spamcop.net>
18338 * doc/tm.texi.in: Spell out that a lack of register class unions
18340 * doc/tm.texi: Regenerate.
18342 2011-01-19 Jakub Jelinek <jakub@redhat.com>
18344 PR rtl-optimization/47337
18345 * dce.c (check_argument_store): New function.
18346 (find_call_stack_args): Ignore debug insns. Use check_argument_store.
18348 PR tree-optimization/47290
18349 * tree-eh.c (infinite_empty_loop_p): New function.
18350 (cleanup_empty_eh): Use it.
18352 2011-01-18 Steve Ellcey <sje@cup.hp.com>
18355 * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
18356 (a64_expand_widen_sum): Ditto.
18357 * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
18358 (vec_extract_evenodd_help): Ditto.
18359 (vec_extract_evenv4hi): Ditto.
18360 (vec_extract_oddv4hi): Ditto.
18361 (vec_extract_evenv2si): Ditto.
18362 (vec_extract_oddv2si): Ditto.
18363 (vec_extract_evenv2sf): Ditto.
18364 (vec_extract_oddv2sf): Ditto.
18365 (vec_pack_trunc_v4hi: Ditto.
18366 (vec_pack_trunc_v2si): Ditto.
18367 (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
18368 (vec_interleave_highv8qi): Ditto.
18370 (vec_extract_oddv8qi): Ditto.
18371 (vec_interleave_lowv4hi): Ditto.
18372 (vec_interleave_highv4hi): Ditto.
18373 (vec_interleave_lowv2si): Ditto.
18374 (vec_interleave_highv2si): Ditto.
18376 2011-01-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18378 * doc/extend.texi: Mention __float128 support on hppa HP-UX.
18379 * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
18380 * config/pa/pa.c (pa_expand_builtin): New. Include "langhooks.h".
18381 (pa_c_mode_for_suffix): New.
18382 (TARGET_EXPAND_BUILTIN): Define.
18383 (TARGET_C_MODE_FOR_SUFFIX): Define.
18384 (pa_builtins): Define.
18385 (pa_init_builtins): Register __float128 type and init new support
18387 * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
18388 * config/pa/quadlib.c (_U_Qfcopysign): New.
18390 2011-01-18 Eric Botcazou <ebotcazou@adacore.com>
18392 PR middle-end/46894
18393 * explow.c (allocate_dynamic_stack_space): Do not assume more than
18394 BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
18397 2011-01-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18399 PR tree-optimization/47179
18400 * config/spu/spu.c (spu_ref_may_alias_errno): New function.
18401 (TARGET_REF_MAY_ALIAS_ERRNO): Define.
18403 2011-01-18 Richard Guenther <rguenther@suse.de>
18405 PR rtl-optimization/47216
18406 * emit-rtl.c: Include tree-flow.h.
18407 (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
18408 of replicating it with different semantics.
18409 * Makefile.in (emit-rtl.o): Adjust.
18411 2011-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
18413 * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
18414 (cortex_a9_dp): Handle neon types correctly.
18416 2011-01-18 Jakub Jelinek <jakub@redhat.com>
18418 PR rtl-optimization/47299
18419 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
18420 subtarget. Use normal multiplication if both operands are constants.
18421 * expmed.c (expand_widening_mult): Don't try to optimize constant
18422 multiplication if op0 has VOIDmode. Convert op1 constant to mode
18425 2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18427 * doc/lto.texi (LTO): Ensure two spaces after period. Fix
18428 spacing after 'e.g.', typos, comma, hyphenation.
18430 2011-01-17 Richard Henderson <rth@redhat.com>
18432 * config/rx/predicates.md (rx_constshift_operand): Use match_test.
18433 (rx_restricted_mem_operand): New.
18434 (rx_shift_operand): Use register_operand.
18435 (rx_source_operand, rx_compare_operand): Likewise.
18436 * config/rx/rx.md (addsi3_flags): New expander.
18437 (adddi3): Rewrite as expander.
18438 (adc_internal, *adc_flags, adddi3_internal): New patterns.
18439 (subsi3_flags): New expander.
18440 (subdi3): Rewrite as expander.
18441 (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
18443 * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
18444 (rx_init_builtins): Remove sat builtin.
18445 (rx_expand_builtin): Likewise.
18446 * config/rx/rx.md (ssaddsi3): New.
18447 (*sat): Rename from sat. Represent the CC_REG input.
18449 * config/rx/predicates.md (rshift_operator): New.
18450 * config/rx/rx.c (rx_expand_insv): Remove.
18451 * config/rx/rx-protos.h: Update.
18452 * config/rx/rx.md (*bitset): Rename from bitset. Swap the ashift
18453 operand to the canonical position.
18454 (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
18455 (*bitclr, *bitclr_in_memory): Similarly.
18456 (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
18457 (insv): Retain the zero_extract in the expansion.
18459 * config/rx/rx.md (bswapsi2): Use = not + for output reload.
18460 (bswaphi2, bitinvert, revw): Likewise.
18462 * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
18463 (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
18464 * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
18465 (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
18466 (bitset, bitset_in_memory): Likewise.
18467 (bitinvert, bitinvert_in_memory): Likewise.
18468 (bitclr, bitclr_in_memory): Likewise.
18469 (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
18470 (rx_strend, rx_cmpstrn): Likewise.
18471 (rx_setmem): Likewise. Make the source BLKmode to match the dest.
18472 (bitop peep2 patterns): Remove.
18474 * config/rx/rx.c (rx_match_ccmode): New.
18475 * config/rx/rx-protos.h: Update.
18476 * config/rx/rx.md (abssi2): Clobber, don't set flags.
18477 (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
18478 (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
18479 (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
18480 (fix_truncsfsi2, floatsisf2): Likewise.
18481 (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
18482 (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
18483 (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
18484 (*subsi3_flags, *xorsi3_flags): New.
18486 * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
18488 * config/rx/rx.c (rx_print_operand): Remove workaround for
18489 unsplit comparison operations.
18491 * config/rx/rx.md (movsicc): Split after reload.
18492 (*movsicc): Merge *movsieq and *movsine via match_operator.
18493 (*stcc): New pattern.
18495 * config/rx/rx.c (rx_float_compare_mode): Remove.
18496 * config/rx/rx.h (rx_float_compare_mode): Remove.
18497 * config/rx/rx.md (cstoresi4): Split after reload.
18498 (*sccc): New pattern.
18500 * config/rx/predicates.md (label_ref_operand): New.
18501 (rx_z_comparison_operator): New.
18502 (rx_zs_comparison_operator): New.
18503 (rx_fp_comparison_operator): New.
18504 * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
18505 Validate that the flags are set properly for the comparison.
18506 (rx_gen_cond_branch_template): Remove.
18507 (rx_cc_modes_compatible): Remove.
18508 (mode_from_flags): New.
18509 (flags_from_code): Rename from flags_needed_for_conditional.
18510 (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
18511 (rx_select_cc_mode): Likewise.
18512 (rx_split_fp_compare): New.
18513 (rx_split_cbranch): New.
18514 * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
18515 (*cbranchsi4): Use match_operator and rx_split_cbranch.
18516 (*cbranchsf4): Similarly.
18517 (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>. Use
18518 match_operator and rx_split_cbranch.
18519 (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
18520 tstbranchsi4m_ne. Use match_operator and rx_split_cbranch.
18521 (*cmpsi): Rename from cmpsi.
18522 (*tstsi): Rename from tstsi.
18523 (*cmpsf): Rename from cmpsf; use CC_Fmode.
18524 (*conditional_branch): Rename from conditional_branch.
18525 (*reveresed_conditional_branch): Remove.
18526 (b<code>): Remove expander.
18527 * config/rx/rx-protos.h: Update.
18529 * config/rx/rx.c (rx_compare_redundant): Remove.
18530 * config/rx/rx.md (cmpsi): Don't use it.
18531 * config/rx/rx-protos.h: Update.
18533 * config/rx/rx-modes.def (CC_F): New mode.
18534 * config/rx/rx.c (rx_select_cc_mode): New.
18535 * config/rx/rx.h (SELECT_CC_MODE): Use it.
18536 * config/rx/rx-protos.h: Update.
18538 2011-01-17 Richard Henderson <rth@redhat.com>
18540 * except.c (dump_eh_tree): Fix stray ; after for statement.
18542 2011-01-17 Richard Guenther <rguenther@suse.de>
18544 PR tree-optimization/47313
18545 * tree-inline.c (tree_function_versioning): Move DECL_RESULT
18546 handling before copying the body. Properly deal with
18547 by-reference result in SSA form.
18549 2011-01-17 Ian Lance Taylor <iant@google.com>
18552 * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
18553 (struct_value_alias_set): Don't define.
18554 (sparc_option_override): Don't set sparc_sr_alias_set and
18555 struct_value_alias_set.
18556 (save_or_restore_regs): Use gen_frame_mem rather than calling
18558 (sparc_struct_value_rtx): Likewise.
18560 2011-01-17 H.J. Lu <hongjiu.lu@intel.com>
18563 * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to __m128i.
18564 (_mm_maskstore_pd): Likewise.
18565 (_mm_maskload_ps): Likewise.
18566 (_mm_maskstore_ps): Likewise.
18567 (_mm256_maskload_pd): Change mask to __m256i.
18568 (_mm256_maskstore_pd): Likewise.
18569 (_mm256_maskload_ps): Likewise.
18570 (_mm256_maskstore_ps): Likewise.
18572 * config/i386/i386-builtin-types.def: Updated.
18573 (ix86_expand_special_args_builtin): Likewise.
18575 * config/i386/i386.c (bdesc_special_args): Update
18576 __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
18577 __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
18578 __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
18579 __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
18581 * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
18582 Use <avxpermvecmode> on mask register.
18583 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
18585 2011-01-17 Olivier Hainque <hainque@adacore.com>
18586 Michael Haubenwallner <michael.haubenwallner@salomon.at>
18587 Eric Botcazou <ebotcazou@adacore.com>
18590 * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
18591 if <= USHRT_MAX in 32-bit mode.
18593 2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18595 * doc/install.texi (Configuration, Specific): Wrap long
18596 lines in examples. Allow line wrapping in long options
18597 and URLs where beneficial for PDF output.
18599 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
18601 * config/mips/mips.c (mips_classify_symbol): Don't return
18602 SYMBOL_PC_RELATIVE for nonlocal labels.
18604 2011-01-15 Eric Botcazou <ebotcazou@adacore.com>
18606 * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
18608 2011-01-15 Jan Hubicka <jh@suse.cz>
18610 PR tree-optimization/47276
18611 * ipa.c (function_and_variable_visibility): Do not try to mark alias
18612 declarations as needed.
18614 2011-01-15 Martin Jambor <mjambor@suse.cz>
18616 * common.opt (fdevirtualize): New flag.
18617 * doc/invoke.texi (Option Summary): Document it.
18618 * opts.c (default_options_table): Add devirtualize flag.
18619 * ipa-prop.c (detect_type_change): Return immediately if
18620 devirtualize flag is not set.
18621 (detect_type_change_ssa): Likewise.
18622 (compute_known_type_jump_func): Likewise.
18623 (ipa_analyze_virtual_call_uses): Likewise.
18625 2011-01-14 Martin Jambor <mjambor@suse.cz>
18627 PR tree-optimization/45934
18628 PR tree-optimization/46302
18629 * ipa-prop.c (type_change_info): New type.
18630 (stmt_may_be_vtbl_ptr_store): New function.
18631 (check_stmt_for_type_change): Likewise.
18632 (detect_type_change): Likewise.
18633 (detect_type_change_ssa): Likewise.
18634 (compute_complex_assign_jump_func): Check for dynamic type change.
18635 (compute_complex_ancestor_jump_func): Likewise.
18636 (compute_known_type_jump_func): Likewise.
18637 (compute_scalar_jump_functions): Likewise.
18638 (ipa_analyze_virtual_call_uses): Likewise.
18639 (ipa_analyze_node): Push and pop cfun, set current_function_decl.
18641 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18643 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
18644 * config/i386/i386.opt (msse5): New Alias.
18646 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18648 * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
18649 * config/sparc/linux64.h (CC1_SPEC): Likewise.
18650 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
18651 * config/sparc/sparc.h (CC1_SPEC): Likewise.
18653 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18655 * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
18657 * config/sparc/linux64.h (CC1_SPEC): Likewise.
18658 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
18659 * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
18660 * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
18662 * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
18664 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18666 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
18668 2011-01-14 Mike Stump <mikestump@comcast.net>
18670 * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
18671 * config/fr30/fr30.md: Likweise
18672 (movsi_push): Likewise.
18673 (movsi_pop): Likewise.
18674 (enter_func): Likewise.
18675 * config/moxie/moxie.md (movsi_push): Likewise.
18676 (movsi_pop): Likewise.
18678 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18680 * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
18681 %{no_archive} %{exact_version}.
18682 * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
18683 * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
18684 %{no_archive} %{exact_version}.
18685 * config/mips/openbsd.h (LINK_SPEC): Likewise.
18686 * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
18687 * config/mips/vxworks.h: Likewise.
18689 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18691 * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
18693 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18695 * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
18696 ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
18698 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18700 * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
18703 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18705 * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
18707 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
18708 CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
18710 (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
18711 Don't handle -shlib.
18713 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18715 * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
18716 (CC1_SPEC): Don't handle -profile.
18718 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18720 * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
18721 * config/mips/mips.h (CC1_SPEC): Likewise.
18723 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18725 * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
18726 * config/mips/mips.h (CC1_SPEC): Likewise.
18728 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18730 * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
18731 * config/m32r/linux.h (LINK_SPEC): Likewise.
18732 * config/mips/linux.h (LINK_SPEC): Likewise.
18733 * config/mips/linux64.h (LINK_SPEC): Likewise.
18734 * config/sparc/linux.h (LINK_SPEC): Likewise.
18735 * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
18736 LINK_SPEC): Likewise.
18737 * config/xtensa/linux.h (LINK_SPEC): Likewise.
18739 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18741 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
18743 * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
18745 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18747 * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
18748 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
18750 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18752 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
18754 2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18756 * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
18757 supports -Bstatic/-Bdynamic.
18758 * configure: Regenerate.
18760 2011-01-14 Jan Hubicka <jh@suse.cz>
18761 Jack Howarth <howarth@bromo.med.uc.edu>
18764 * config/darwin.c (darwin_override_options): Honor flag_gtoggle
18765 when checking debug_info_level. Test write_symbols instead of
18766 debug_hooks->var_location when setting flag_var_tracking_uninit.
18768 2011-01-14 Richard Guenther <rguenther@suse.de>
18770 PR tree-optimization/47179
18771 * target.def (ref_may_alias_errno): New target hook.
18772 * targhooks.h (default_ref_may_alias_errno): Declare.
18773 * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
18774 (default_ref_may_alias_errno): New function.
18775 * target.h (struct ao_ref_s): Declare.
18776 * tree-ssa-alias.c: Include target.h.
18777 (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
18778 * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
18779 (targhooks.o): Likewise.
18780 * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
18781 * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
18783 2011-01-14 Richard Guenther <rguenther@suse.de>
18785 * tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.
18787 2011-01-14 Richard Guenther <rguenther@suse.de>
18789 PR tree-optimization/47280
18790 * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
18791 return CFG changes.
18792 (tree_ssa_forward_propagate_single_use_vars): Deal with
18793 CFG changes from associate_plusminus.
18795 2011-01-14 Richard Guenther <rguenther@suse.de>
18797 PR middle-end/47281
18799 2011-01-11 Richard Guenther <rguenther@suse.de>
18801 PR tree-optimization/46076
18802 * tree-ssa.c (useless_type_conversion_p): Conversions from
18803 unprototyped to empty argument list function types are useless.
18805 2011-01-14 Richard Guenther <rguenther@suse.de>
18807 PR tree-optimization/47286
18808 * tree-ssa-structalias.c (new_var_info): Register variables are global.
18810 2011-01-14 Martin Jambor <mjambor@suse.cz>
18812 PR middle-end/46823
18813 * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
18815 2011-01-13 Anatoly Sokolov <aesok@post.ru>
18817 * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
18818 LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
18819 * config/xtensa/xtensa.c (xtensa_libcall_value,
18820 xtensa_function_value_regno_p): New functions.
18821 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
18823 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
18826 * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
18828 * config/i386/i386-protos.h (i386_pe_assemble_visibility):
18829 New function prototype.
18830 * config/i386/winnt.c (i386_pe_assemble_visibility):
18831 Warn only if attribute was specified by user.
18833 2011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
18836 * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
18838 (floatunsdidf2_fcfidu): Ditto.
18840 2011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18842 * config/s390/s390.c (print_operand_address): Replace 'error' with
18843 'output_operand_lossage'.
18844 (print_operand): Likewise.
18846 2011-01-13 Jeff Law <law@redhat.com>
18848 PR rtl-optimization/39077
18849 * doc/invoke.texi (max-gcse-insertion-ratio): Document.
18850 * params.h (MAX_GCSE_INSERTION_RATIO): Define.
18851 * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
18852 * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
18853 * gcse.c (prune_insertions_deletions): New function.
18854 (compute_pre_data): Use it.
18856 2011-01-13 Dodji Seketeli <dodji@redhat.com>
18859 * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
18861 (prune_unused_types_mark): Use it.
18863 2011-01-13 Andrey Belevantsev <abel@ispras.ru>
18865 PR rtl-optimization/45352
18866 * sel-sched.c: Update copyright years.
18867 (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
18868 in the advancing loop when we have issued issue_rate insns.
18870 2011-01-12 Richard Henderson <rth@redhat.com>
18872 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
18873 (TARGET_MD_ASM_CLOBBERS): New.
18875 * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
18876 (TARGET_DELEGITIMIZE_ADDRESS): New.
18878 * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
18879 (clzsi2, *bsch): New patterns.
18881 * config/mn10300/mn10300.md (INT): New mode iterator.
18882 (*mov<INT>_clr): New pattern, and peep2 to generate it.
18884 * config/mn10300/mn10300.c (mn10300_option_override): Force enable
18885 flag_split_wide_types.
18887 * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
18888 (mn10300_trampoline_init): Rewrite without a template, an immediate
18889 load and a direct branch.
18890 * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
18892 2011-01-12 Anatoly Sokolov <aesok@post.ru>
18894 * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
18895 * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
18896 * config/s390/s390.c (s390_output_addr_const_extra): Make static.
18897 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
18899 2011-01-12 Kai Tietz <kai.tietz@onevision.com>
18902 * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
18905 2011-01-12 Jan Hubicka <jh@suse.cz>
18908 * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
18909 (PLUGIN_COND_CLOSE): New macro.
18910 (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
18912 2011-01-12 Richard Guenther <rguenther@suse.de>
18915 * lto-streamer-out.c (output_gimple_stmt): Do not wrap
18916 register variables in a MEM_REF.
18918 2011-01-12 Joseph Myers <joseph@codesourcery.com>
18920 * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
18921 crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
18922 hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
18923 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
18924 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
18925 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
18926 ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
18927 m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
18928 mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
18929 s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
18930 sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
18931 am33_2.0-*-linux*): Use gnu-user.h before linux.h.
18932 * config/gnu-user.h: New. Copied from linux.h.
18933 (LINUX_TARGET_STARTFILE_SPEC): Rename to
18934 GNU_USER_TARGET_STARTFILE_SPEC.
18935 (LINUX_TARGET_ENDFILE_SPEC): Rename to
18936 GNU_USER_TARGET_ENDFILE_SPEC.
18937 (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
18938 (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
18939 (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
18940 LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
18941 CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
18942 UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
18943 BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
18944 BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
18945 LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
18946 TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
18947 * config/arm/linux-eabi.h (CC1_SPEC): Use
18948 GNU_USER_TARGET_CC1_SPEC.
18949 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
18950 (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
18951 (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
18952 * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
18953 LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
18954 LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
18955 CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
18956 LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
18958 2011-01-12 Richard Guenther <rguenther@suse.de>
18961 * doc/invoke.texi (ffast-math): Document it is turned on
18964 2011-01-12 Jan Hubicka <jh@suse.cz>
18966 PR tree-optimization/47233
18967 * opts.c (common_handle_option): Disable ipa-reference with profile
18970 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
18972 * c-parser.c (c_parser_objc_at_property_declaration): Improved
18975 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
18977 * c-parser.c (c_lex_one_token): Updated and reindented some
18978 comments. No changes in code.
18980 2011-01-11 Ian Lance Taylor <iant@google.com>
18982 * godump.c (go_output_var): Don't output the variable if there is
18983 already a type with the same name.
18985 2011-01-11 Ian Lance Taylor <iant@google.com>
18987 * godump.c (go_format_type): Don't generate float80.
18989 2011-01-11 Richard Henderson <rth@redhat.com>
18991 * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
18992 declaration. Rewrite for both speed and size.
18993 (mn10300_address_cost_1): Remove.
18994 (mn10300_register_move_cost): New.
18995 (mn10300_memory_move_cost): New.
18996 (mn10300_rtx_costs): Rewrite for both speed and size. Don't handle
18997 ZERO_EXTRACT. Do handle UNSPEC, arithmetic, logicals, compare,
18998 extensions, shifts, BSWAP, CLZ.
18999 (mn10300_wide_const_load_uses_clr): Remove.
19000 (TARGET_REGISTER_MOVE_COST): New.
19001 (TARGET_MEMORY_MOVE_COST): New.
19002 * config/mn10300/mn10300-protos.h: Update.
19003 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
19005 * config/mn10300/constraints.md ("R", "T"): Remove constraints.
19006 * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
19007 * config/mn10300/mn10300-protos.h: Update.
19008 * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
19009 (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
19010 (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
19011 (*test_int_bitfield, *test_byte_bitfield): Remove.
19012 (*bit_test, *subreg_bit_test): Remove.
19013 * config/mn10300/predicates.md (const_8bit_operand): Remove.
19015 * config/mn10300/constraints.md ("c"): Rename from "A".
19016 ("A", "D"): New constraint letters.
19017 * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
19018 (fmssf4, fnmasf4, fnmssf4): Likewise.
19020 * config/mn10300/mn10300.md (isa): New attribute.
19021 (enabled): New attribute.
19023 * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
19024 (abssf2, negsf2): Define only for hardware fp.
19025 (sqrtsf2): Reformat.
19026 (addsf3, subsf3, mulsf3): Merge expander and insn.
19028 * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
19029 (DEBUGGER_AUTO_OFFSET): Remove.
19030 (DEBUGGER_ARG_OFFSET): Remove.
19032 * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
19033 Emit register stores with the same offsets as the hardware.
19034 (mn10300_store_multiple_operation): Don't check that the register
19035 save offsets are monotonic.
19036 * config/mn10300/mn10300-protos.h: Update.
19038 * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
19040 * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
19041 in terms of the value on the stack, not the MDR register.
19043 2011-01-11 Jan Hubicka <jh@suse.cz>
19047 * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
19048 (symbol_alias_set_destroy, symbol_alias_set_contains,
19049 propagate_aliases_backward): Declare.
19050 * lto-streamer-out.c (struct sets): New sturcture.
19051 (trivally_defined_alias): New function.
19052 (output_alias_pair_p): Rewrite.
19053 (output_unreferenced_globals): Fix output of alias pairs.
19054 (produce_symtab): Likewise.
19055 * ipa.c (function_and_variable_visibility): Set weak alias destination
19057 * varasm.c (symbol_alias_set_t): Remove.
19058 (symbol_alias_set_destroy): Export.
19059 (propagate_aliases_forward, propagate_aliases_backward): New functions
19061 (compute_visible_aliases): ... this one; remove.
19062 (trivially_visible_alias): New
19063 (trivially_defined_alias): New.
19064 (remove_unreachable_alias_pairs): Rewrite.
19065 (finish_aliases_1): Reorganize code checking if alias is defined.
19066 * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
19069 2011-01-11 Richard Guenther <rguenther@suse.de>
19071 PR tree-optimization/46076
19072 * tree-ssa.c (useless_type_conversion_p): Conversions from
19073 unprototyped to empty argument list function types are useless.
19075 2011-01-11 Richard Guenther <rguenther@suse.de>
19077 PR middle-end/45235
19078 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
19079 volatile MEMs as MEM_READONLY_P.
19081 2011-01-11 Richard Guenther <rguenther@suse.de>
19083 PR tree-optimization/47239
19084 * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
19086 2011-01-11 Jeff Law <law@redhat.com>
19088 PR tree-optimization/47086
19089 * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
19090 IVs from statements that might throw.
19092 2011-01-10 Jan Hubicka <jh@suse.cz>
19095 * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
19097 2011-01-10 Jan Hubicka <jh@suse.cz>
19100 * profile.c (read_profile_edge_counts): Ignore profile inconistency
19101 when correcting profile.
19103 2011-01-10 Jan Hubicka <jh@suse.cz>
19106 * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
19107 DECL_FINI_PRIORITY.
19108 * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
19109 Restore DECL_FINI_PRIORITY.
19111 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19113 * doc/gimple.texi: Fix quoting of multi-word return values in
19114 @deftypefn statements. Ensure presence of return value. Wrap
19115 overlong @deftypefn lines.
19116 (is_gimple_operand, is_gimple_min_invariant_address): Remove
19117 descriptions of removed functions.
19118 * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
19119 of multi-word return value in @deftypefn statement.
19121 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19123 * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
19124 (Conditional Expressions, Logical Operators)
19125 (Statement and operand traversals): Do not indent smallexample
19126 code. Fix duplicate function argument in example.
19128 2011-01-10 Jeff Law <law@redhat.com>
19130 PR tree-optimization/47141
19131 * ipa-split.c (split_function): Handle case where we are
19132 returning a value and the return block has a virtual operand phi.
19134 2011-01-10 Jan Hubicka <jh@suse.cz>
19136 PR tree-optimization/47234
19137 * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
19138 (pass_feedback_split_functions): Declare.
19139 * passes.c (init_optimization_passes): Add ipa-split as subpass of
19141 * ipa-split.c (gate_split_functions): Update comments; disable
19142 split-functions for profile_arc_flag and branch_probabilities.
19143 (gate_feedback_split_functions): New function.
19144 (execute_feedback_split_functions): New function.
19145 (pass_feedback_split_functions): New global var.
19147 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
19150 * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
19151 calling gimple_call_set_cannot_inline.
19153 2011-01-10 Iain Sandoe <iains@gcc.gnu.org>
19155 * config/darwin-sections.def: Remove unused section.
19157 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
19160 * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
19162 2011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
19165 * c-parser.c (c_parser_declaration_or_fndef): Improved
19168 2011-01-09 Kai Tietz <kai.tietz@onevision.com>
19170 * config/i386/winnt.c (i386_pe_start_function): Make sure
19171 to switch back to function's section.
19173 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
19177 * plugin.c: Move include of dlfcn.h from here...
19178 * system.h: ... to here.
19180 2011-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19182 * doc/cpp.texi (C++ Named Operators): Fix markup for header
19184 * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
19185 two extra empty pages in PDF output.
19187 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
19190 * c-parser.c (c_parser_objc_type_name): If the type is unknown,
19191 for error recovery purposes behave as if it was not specified so
19192 that the default type is usd.
19194 2011-01-07 Jan Hubicka <jh@suse.cz>
19196 PR tree-optmization/46469
19197 * ipa.c (function_and_variable_visibility): Clear needed flags on
19198 nodes with external decls; handle weakrefs merging correctly.
19200 2011-01-07 Joseph Myers <joseph@codesourcery.com>
19202 * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
19205 2011-01-07 Jan Hubicka <jh@suse.cz>
19207 * doc/invoke.texi (-flto, -fuse-linker-plugin): Update defaults
19208 and no longer claim that gold is required for linker plugin.
19209 * configure: Regenerate.
19210 * gcc.c (PLUGIN_COND): New macro.
19211 (LINK_COMMAND_SPEC): Use it.
19212 (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
19213 * config.in (HAVE_LTO_PLUGIN): New.
19214 * configure.ac (--with-lto-plugin): New parameter; autodetect
19217 2011-01-07 Jan Hubicka <jh@suse.cz>
19219 PR tree-optimization/46367
19220 * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
19221 when we can update original.
19222 (cgraph_mark_inline_edge): Sanity check.
19223 * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
19225 2011-01-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19227 * config/spu/spu.h (ASM_COMMENT_START): Define.
19229 2011-01-07 H.J. Lu <hongjiu.lu@intel.com>
19232 * gcc.c (%>S): New.
19233 (SWITCH_KEEP_FOR_GCC): Likewise.
19234 (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
19235 (do_spec_1): Handle "%>".
19237 * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
19239 2011-01-07 Jakub Jelinek <jakub@redhat.com>
19242 * config/i386/i386.c (ix86_delegitimize_address): If
19243 simplify_gen_subreg fails, return orig_x.
19246 * value-prof.c (gimple_stringop_fixed_value): Handle
19247 lhs of the call properly.
19249 2011-01-07 Jan Hubicka <jh@suse.cz>
19252 * lto-opt.c (lto_reissue_options): Set flag_shlib.
19254 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
19256 * target.def (function_switched_text_sections): New hook.
19257 * doc/tm.texi: Regenerated.
19258 * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
19259 * final.c (default_function_switched_text_sections): New.
19260 (final_scan_insn): Call function_switched_text_sections when a
19261 mid-function section change occurs.
19262 * output.h (default_function_switched_text_sections): Declare.
19263 * config/darwin-protos.h (darwin_function_switched_text_sections):
19265 * config/darwin.c (darwin_function_switched_text_sections): New.
19266 * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
19268 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
19270 * dwarf2out.c (gen_subprogram_die): Add pubnames with code ranges for
19271 DWARF >= 3. Add pubnames for the primary section and a reduced DIE for
19272 the secondary code fragment when outputting for DWARF == 2.
19274 2011-01-07 Anatoly Sokolov <aesok@post.ru>
19276 * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
19277 * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
19279 * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
19280 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
19282 2011-01-06 Eric Botcazou <ebotcazou@adacore.com>
19285 * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
19286 when it is not empty.
19288 2011-01-06 Changpeng Fang <changpeng.fang@amd.com>
19291 * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
19292 (case ${target}): Add btver1.
19293 * config/i386/driver-i386.c (host_detect_local_cpu): Let
19294 -march=native recognize btver1 processors.
19295 * config/i386/i386-c.c (ix86_target_macros_internal): Add
19296 btver1 def_and_undef
19297 * config/i386/i386.c (struct processor_costs btver1_cost): New
19299 (m_BTVER1): New definition.
19300 (m_AMD_MULTIPLE): Includes m_BTVER1.
19301 (initial_ix86_tune_features): Add btver1 tune.
19302 (processor_target_table): Add btver1 entry.
19303 (static const char *const cpu_names): Add btver1 entry.
19304 (software_prefetching_beneficial_p): Add btver1.
19305 (ix86_option_override_internal): Add btver1 instruction sets.
19306 (ix86_issue_rate): Add btver1.
19307 (ix86_adjust_cost): Add btver1.
19308 * config/i386/i386.h (TARGET_BTVER1): New definition.
19309 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
19310 (enum processor_type): Add PROCESSOR_BTVER1.
19311 * config/i386/i386.md (define_attr "cpu"): Add btver1.
19313 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19316 * config/i386/i386.c (legitimize_tls_address)
19317 <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
19318 * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
19319 (tls_initial_exec_64_sun): New pattern.
19321 2011-01-06 Gerald Pfeifer <gerald@pfeifer.com>
19323 * doc/invoke.texi (Overall Options): Improve wording and markup
19324 of the description of -wrapper.
19326 2011-01-06 Joseph Myers <joseph@codesourcery.com>
19328 * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
19329 rdynamic, threads): New Driver options.
19331 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19334 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
19335 if coming from .tdata.
19336 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
19338 2011-01-06 Jan Hubicka <jh@suse.cz>
19341 * collect2.c (main): Do not enable LTOmode when plugin is active.
19343 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19346 * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
19347 --version output if supported.
19348 * configure: Regenerate.
19350 2011-01-06 Joseph Myers <joseph@codesourcery.com>
19352 * config/linux-android.opt (tno-android-cc, tno-android-ld): New
19355 2011-01-06 Jakub Jelinek <jakub@redhat.com>
19358 * c-convert.c (convert): When converting a complex expression
19359 other than COMPLEX_EXPR to a different complex type, ensure
19360 c_save_expr is called instead of save_expr, unless in_late_binary_op.
19361 * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
19362 when converting COMPLEX_TYPE.
19364 2011-01-06 Ira Rosen <irar@il.ibm.com>
19366 PR tree-optimization/47139
19367 * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
19368 only the last reduction value is used outside the loop. Update
19371 2011-01-05 Joseph Myers <joseph@codesourcery.com>
19373 * config/rtems.opt: New.
19374 * config.gcc (*-*-rtems*): Use rtems.opt.
19376 2011-01-05 Changpeng Fang <changpeng.fang@amd.com>
19378 * config/i386/i386.c (ix86_option_override_internal): Bulldozer
19379 processors do not support 3DNow instructions.
19381 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19383 * config/spu/spu.c (spu_option_override): Set parameter
19384 PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
19386 2011-01-05 Jan Hubicka <jh@suse.cz>
19388 * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
19389 at the command line.
19391 2011-01-05 Martin Jambor <mjambor@suse.cz>
19394 * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
19395 deltas on streamed outgoing edges.
19396 (output_node_opt_summary): Output info for outgoing edges only when
19397 the node is in new parameter set.
19398 (output_cgraph_opt_summary): New parameter set, passed to the two
19399 aforementioned functions. Update its forward declaration and its
19402 2011-01-05 Tom Tromey <tromey@redhat.com>
19404 * c-parser.c (c_parser_omp_atomic): Pass location of assignment
19405 operator to c_finish_omp_atomic.
19406 * c-typeck.c (lvalue_or_else): Add 'loc' argument.
19407 (build_unary_op): Update.
19408 (build_modify_expr): Update.
19409 (build_asm_expr): Update.
19411 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19413 * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
19414 newly inserted insns.
19415 (pad_bb): Likewise.
19416 (spu_emit_branch_hint): Likewise.
19417 (insert_hbrp_for_ilb_runout): Likewise.
19418 (spu_machine_dependent_reorg): Call df_finish_pass after
19419 schedule_insns returns.
19421 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19423 * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
19425 2011-01-05 Eric Botcazou <ebotcazou@adacore.com>
19427 PR tree-optimization/47005
19428 * tree-sra.c (struct access): Add 'non_addressable' bit.
19429 (create_access): Set it for a DECL_NONADDRESSABLE_P field.
19430 (decide_one_param_reduction): Return 0 if the parameter is passed by
19431 reference and one of the accesses in the group is non_addressable.
19433 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
19435 PR tree-optimization/47056
19436 * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
19437 (mark_load): Likewise. Handle FUNCTION_DECL specially.
19438 (mark_store): Likewise. Pass STMT to ipa_record_reference.
19440 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
19442 * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
19443 initializer. Skip view conversions from aggregate types.
19445 2011-01-04 Kai Tietz <kai.tietz@onevision.com>
19448 * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
19450 2011-01-04 Philipp Thomas <pth@suse.de>
19452 * config/microblaze/microbalse.opt (mxl-float-convert): Fix
19455 2011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19457 * function.c (thread_prologue_and_epilogue_insns): Do not crash
19458 on empty epilogue sequences.
19460 2011-01-04 Joseph Myers <joseph@codesourcery.com>
19462 * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
19463 non-static): New Driver options.
19465 2011-01-04 Jie Zhang <jie@codesourcery.com>
19468 * gcc.c (default_compilers[]): Set combinable field to 0
19469 for all assembly languages.
19471 2011-01-04 Mingjie Xing <mingjie.xing@gmail.com>
19473 * config/mips/loongson3a.md: New file.
19474 * config/mips/mips.md: Include loongson3a.md.
19475 * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
19478 2011-01-03 Eric Botcazou <ebotcazou@adacore.com>
19480 PR middle-end/47017
19481 * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
19482 instead of convert_memory_address_addr_space on the base expression.
19484 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19486 * config/spu/spu.c (spu_option_override): Update error text
19487 for bad -march= / -mtune= values.
19489 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19491 * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
19492 if branch-hint optimization will be performed.
19494 2011-01-03 Jakub Jelinek <jakub@redhat.com>
19496 PR tree-optimization/47148
19497 * ipa-split.c (split_function): Convert arguments to
19498 DECL_ARG_TYPE if possible.
19500 PR tree-optimization/47155
19501 * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
19502 when computing uns.
19504 PR rtl-optimization/47157
19505 * combine.c (try_combine): If undobuf.other_insn becomes
19506 (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
19507 and set *new_direct_jump_p too.
19509 2011-01-03 Sebastian Pop <sebastian.pop@amd.com>
19511 PR tree-optimization/47021
19512 * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
19514 2011-01-03 Jakub Jelinek <jakub@redhat.com>
19516 * gcc.c (process_command): Update copyright notice dates.
19517 * gcov.c (print_version): Likewise.
19518 * gcov-dump.c (print_version): Likewise.
19519 * mips-tfile.c (main): Likewise.
19520 * mips-tdump.c (main): Likewise.
19522 2011-01-03 Martin Jambor <mjambor@suse.cz>
19524 PR tree-optimization/46801
19525 * tree-sra.c (type_internals_preclude_sra_p): Check whether
19526 aggregate fields start at byte boundary instead of the bit-field flag.
19528 2011-01-03 H.J. Lu <hongjiu.lu@intel.com>
19531 * gcc.c (main): Revert revision 168407.
19533 2011-01-03 Martin Jambor <mjambor@suse.cz>
19535 * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
19537 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19539 * tree-vect-generic.c (expand_vector_operations_1): When using vector/
19540 vector optab to expand vector/scalar shift, update gimple to vector.
19542 2011-01-03 Martin Jambor <mjambor@suse.cz>
19544 * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
19547 2011-01-03 Martin Jambor <mjambor@suse.cz>
19549 PR tree-optimization/46984
19550 * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
19552 (cgraph_create_indirect_edge): Fixed line length.
19553 (cgraph_indirect_call_info): Declare.
19554 (cgraph_make_edge_direct) Update declaration.
19555 * cgraph.c (cgraph_allocate_init_indirect_info): New function.
19556 (cgraph_create_indirect_edge): Use it.
19557 (cgraph_make_edge_direct): Made delta HOST_WIDE_INT. Updated all
19559 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
19560 the new thunk_delta representation.
19561 * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
19563 (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
19564 (ipa_read_indirect_edge_info): Likewise.
19565 * lto-cgraph.c (output_edge_opt_summary): New function.
19566 (output_node_opt_summary): Call it on all outgoing edges.
19567 (input_edge_opt_summary): New function.
19568 (input_node_opt_summary): Call it on all outgoing edges.
19570 2011-01-02 H.J. Lu <hongjiu.lu@intel.com>
19573 * gcc.c (main): Don't check have_o when settting combine_inputs.
19575 2011-01-02 Eric Botcazou <ebotcazou@adacore.com>
19577 * regrename.c: Add general comment describing the pass.
19578 (struct du_head): Remove 'length' field.
19579 (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
19580 (regrename_optimize): Do not sort chains. Rework comments, add others.
19581 Force renaming to the preferred class (if any) in the first pass and do
19582 not consider registers that belong to it in the second pass.
19583 (create_new_chain): Do not set 'length' field.
19584 (scan_rtx_reg): Likewise.
19586 2011-01-02 Jakub Jelinek <jakub@redhat.com>
19588 PR tree-optimization/47140
19589 * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
19590 TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
19591 to bit_value_binop.
19593 PR rtl-optimization/47028
19594 * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
19595 parm_birth_insn instead of at the beginning of first bb.
19597 2011-01-02 Mingjie Xing <mingjie.xing@gmail.com>
19599 * doc/generic.texi: Remove duplicated "@subsubsection Statements".
19600 Remove the word "see" before "@pxref".
19601 * doc/rtl.texi: Remove the word "see" before "@pxref".
19603 2011-01-01 Jan Hubicka <jh@suse.cz>
19605 * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
19608 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
19611 * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
19614 Copyright (C) 2011 Free Software Foundation, Inc.
19616 Copying and distribution of this file, with or without modification,
19617 are permitted in any medium without royalty provided the copyright
19618 notice and this notice are preserved.