6ebc1ce23928aeda8b86dcb6c98dcf7a5a4ff16b
[gcc.git] / gcc / ChangeLog
1 2011-06-27 Richard Earnshaw <rearnsha@arm.com>
2
3 PR target/48637
4 * arm.c (arm_print_operand): Allow sym+offset. Don't abort on invalid
5 asm operands.
6
7 2011-06-27 Jan Hubicka <jh@suse.cz>
8
9 * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of node
10 instead of references in node.
11
12 2011-06-27 Richard Henderson <rth@redhat.com>
13
14 * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
15 * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
16 inside ifdef.
17
18 2011-06-27 Jakub Jelinek <jakub@redhat.com>
19
20 * c-decl.c (union lang_tree_node): Use it in chain_next expression.
21
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.
35
36 PR debug/49544
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.
40
41 2011-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
42
43 PR libmudflap/38738
44 * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
45
46 2011-06-27 Nick Clifton <nickc@redhat.com>
47
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
50 zero bits.
51
52 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
53
54 * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
55
56 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
57
58 PR lto/48492
59 * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
60 to a NULL parent.
61
62 2011-06-27 Richard Guenther <rguenther@suse.de>
63
64 PR tree-optimization/49394
65 * passes.c (execute_one_pass): Restore current_pass after
66 applying IPA transforms.
67
68 2011-06-27 Kai Tietz <ktietz@redhat.com>
69
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.
74
75 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
76
77 * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
78 forward scan as well.
79
80 2011-06-27 Tristan Gingold <gingold@adacore.com>
81
82 PR target/44241
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,
104 tm_p_file.
105
106 2011-06-27 Tristan Gingold <gingold@adacore.com>
107
108 * config/alpha/alpha.c (alpha_end_function): Always generate .end
109 directive on VMS.
110
111 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
112
113 * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
114 the function receives nonlocal gotos.
115
116 2011-06-27 Richard Guenther <rguenther@suse.de>
117
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.
122
123 2011-06-27 Richard Guenther <rguenther@suse.de>
124
125 PR tree-optimization/49365
126 * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
127
128 2011-06-27 Richard Guenther <rguenther@suse.de>
129
130 PR tree-optimization/49169
131 * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
132 the alignment of function decls.
133
134 2011-06-26 Iain Sandoe <iains@gcc.gnu.org>
135
136 PR target/47997
137 * config/darwin.c (darwin_mergeable_string_section): Place string
138 constants in '.cstring' rather than '.const' when CF/NSStrings are
139 active.
140
141 2011-06-26 Eric Botcazou <ebotcazou@adacore.com>
142
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.
148
149 2011-06-25 Iain Sandoe <iains@gcc.gnu.org>
150
151 PR driver/49371
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.
157
158 2011-06-25 Basile Starynkevitch <basile@starynkevitch.net>
159
160 * timevar.c (timevar_print): Increase width for display of timevar
161 name.
162
163 2011-06-24 Jakub Jelinek <jakub@redhat.com>
164
165 PR c++/46400
166 * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
167 instead of TYPE_CHAIN for chain_next for types.
168
169 2011-06-24 Richard Henderson <rth@redhat.com>
170
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.
177
178 2011-06-24 Easwaran Raman <eraman@google.com>
179
180 PR rtl-optimization/49429
181 PR target/49454
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.
189
190 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
191
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.
196
197 2011-06-24 Martin Jambor <mjambor@suse.cz>
198
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.
202
203 2011-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
204
205 PR target/49335
206 * config/arm/predicates.md (add_operator): New.
207 * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage
208 in Thumb2.
209
210 2011-06-24 Andi Kleen <ak@linux.intel.com>
211
212 * tree-sra.c (type_internals_preclude_sra_p): Add msg
213 parameter. Split up ifs and report reason in *msg.
214 (reject): Add.
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.
219
220 2011-06-23 Jeff Law <law@redhat.com>
221
222 PR middle-end/48770
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.
230
231 PR middle-end/49465
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.
235
236 2011-06-23 Jakub Jelinek <jakub@redhat.com>
237
238 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
239 get_pointer_alignment to see if base isn't sufficiently aligned.
240
241 2011-06-23 Jan Hubicka <jh@suse.cz>
242
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
247 materialization.
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.
255
256 2011-06-23 Joseph Myers <joseph@codesourcery.com>
257
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
267 target.def.
268 * common/config/ia64/ia64-common.c: Include params.h.
269 (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
270 from ia64.c.
271 * common/config/rs6000/rs6000-common.c: Include params.h.
272 (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
273 from rs6000.c.
274 * common/config/sh/sh-common.c: Include params.h.
275 (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
276 from sh.c.
277 * common/config/spu/spu-common.c: Include params.h.
278 (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
279 from spu.c.
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.
292
293 2011-06-23 Alan Modra <amodra@gmail.com>
294
295 PR bootstrap/49383
296 * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
297 invocation for 2011-06-09 changes.
298
299 2011-06-22 Jakub Jelinek <jakub@redhat.com>
300
301 PR libgomp/49490
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.
307
308 PR debug/49496
309 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
310 uses.
311
312 2011-06-22 Richard Guenther <rguenther@suse.de>
313
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.
323
324 2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
325
326 * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect
327 typo.
328 * config.gcc (arm*-*-linux*): Default to gnu tls.
329 (arm*-*-*): Add --with-tls option.
330 (all_defaults): Add 'tls'.
331
332 2011-06-22 Richard Henderson <rth@redhat.com>
333
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.
339
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>.
347
348 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
349
350 PR target/49497
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.
355
356 * config/i386/predicates.md (const359_operand): New.
357
358 2011-06-22 Michael Matz <matz@suse.de>
359
360 * cgraphunit.c (assemble_thunk): Use correct return type.
361
362 2011-06-22 Dmitry Plotnikov <dplotnikov@ispras.ru>
363 Dmitry Melnik <dm@ispras.ru>
364
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
368 prototype.
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
376 predicate.
377 (imm_for_neon_rshift_operand): Ditto.
378 (imm_lshift_or_reg_neon): Ditto.
379 (imm_rshift_or_reg_neon): Ditto.
380
381 * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
382
383 2011-06-22 Jakub Jelinek <jakub@redhat.com>
384
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.
402
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
411 untyped.
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.
416
417 PR debug/47858
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
437 prototypes.
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
448 DEBUG_PARAMETER_REF.
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
465 vector.
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
480 DEBUG_PARAMETER_REF.
481
482 2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
483
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.
495 (tlscall): New.
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.
499
500 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>
501
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
516 lookup_attribute.
517 (merge_dllimport_decl_attributes): Use remove_attribute.
518 (attribute_list_contained): Likewise.
519 (attribute_list_equal): Immediately return 1 if the arguments are
520 identical pointers.
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.
527 Updated comments.
528
529 2011-06-21 Andrew MacLeod <amacleod@redhat.com>
530
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.
534
535 2011-06-21 Georg-Johann Lay <avr@gjlay.de>
536
537 PR target/33049
538 * config/avr/avr.md (extzv): New expander.
539 (*extzv): New insn.
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.
543
544 2011-06-21 Jakub Jelinek <jakub@redhat.com>
545
546 PR middle-end/49489
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.
555
556 2011-06-21 Georg-Johann Lay <avr@gjlay.de>
557
558 * config/avr/avr.md (*jcindirect_jump): Fix build warning.
559
560 2011-06-21 Bernd Schmidt <bernds@codesourcery.com>
561
562 * gensupport.c (add_define_attr): New static function.
563 (is_predicable): Allow multi-alternative lists for the "predicable"
564 attribute.
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".
569
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
587 and popcount.
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.
595
596 2011-06-21 Richard Guenther <rguenther@suse.de>
597
598 * ipa-inline-transform.c (inline_transform): Fix previous change.
599
600 2011-06-21 Ira Rosen <ira.rosen@linaro.org>
601
602 PR tree-optimization/49478
603 * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
604 with constant operand.
605
606 2011-06-21 Richard Guenther <rguenther@suse.de>
607
608 * ipa-inline-transform.c (inline_transform): Fix typo.
609
610 2011-06-21 Richard Guenther <rguenther@suse.de>
611
612 PR tree-optimization/49483
613 * tree-vect-stmts.c (vectorizable_assignment): Also handle
614 VIEW_CONVERT_EXPR conversions.
615
616 2011-06-21 Joseph Myers <joseph@codesourcery.com>
617
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
622 avr-mcus.def.
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.
637
638 2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
639
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):
647 Define.
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
712 common parts ...
713 (*-*-solaris2*): ... here.
714
715 2011-06-21 Christian Bruel <christian.bruel@st.com>
716
717 PR other/43564
718 * ipa-inline.c (can_inline_edge_p): Check
719 !DECL_DISREGARD_INLINE_LIMITS.
720
721 2011-06-21 Christian Bruel <christian.bruel@st.com>
722
723 PR middle-end/49139
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
727 optimize_inline.
728 * tree-inline.c (tree_inlinable_function_p): Use error instead
729 of sorry.
730 (expand_call_inline): Likewise.
731
732 2011-06-21 Jakub Jelinek <jakub@redhat.com>
733
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.
737
738 2011-06-20 Changpeng Fang <changpeng.fang@amd.com>
739
740 PR i386/49089
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.
745
746 2011-06-20 Bernd Schmidt <bernds@codesourcery.com>
747
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.
750
751 2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
752
753 PR middle-end/47725
754 * combine.c (cant_combine_insn_p): Don't check zero/sign
755 extended hard registers.
756
757 2011-06-21 Alan Modra <amodra@gmail.com>
758
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.
763
764 2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
765
766 PR middle-end/47725
767 * combine.c (cant_combine_insn_p): Check zero/sign extended
768 hard registers.
769
770 2011-06-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
771
772 PR target/49385
773 * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
774 one of the operands is a register.
775
776 2011-06-20 Kai Tietz <ktietz@redhat.com>
777
778 * fold-const.c (fold_binary_loc): Add missing folding for truth-not
779 operations in combination with binary and.
780
781 2011-06-20 Bernd Schmidt <bernds@codesourcery.com>
782
783 * regrename.c (do_replace): Don't update notes.
784
785 2011-06-20 Alan Modra <amodra@gmail.com>
786
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.
796
797 2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
798
799 * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
800 (count_trailing_zeros): Likewise.
801
802 2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
803
804 PR other/49325
805 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
806 .init_array can be used with .ctors on targets.
807 * configure: Regenerated.
808
809 2011-06-18 Eric Botcazou <ebotcazou@adacore.com>
810
811 * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
812 if the element type is volatile.
813
814 2011-06-18 Jan Hubicka <jh@suse.cz>
815
816 * lto-symtab.c (lto_varpool_replace_node): Remove code handling
817 extra name aliases.
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.
845
846 2011-06-18 Jakub Jelinek <jakub@redhat.com>
847
848 PR target/49411
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.
858
859 Revert:
860 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
861
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.
866
867 2011-06-17 Hans-Peter Nilsson <hp@axis.com>
868
869 PR rtl-optimization/48542
870 * reload.c (find_equiv_reg): Stop looking when finding a
871 setjmp-type call.
872 * reload1.c (reload_as_needed): Invalidate all reload
873 registers when crossing a setjmp-type call.
874
875 2011-06-16 Jeff Law <law@redhat.com>
876
877 * tree-ssa-threadupdate.c (struct redirection_data): New field
878 intermediate_edge.
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
892 block.
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
896 updated.
897 * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
898 (thread_across_edge): Handle threading through a joiner block.
899
900 2011-06-16 Martin Jambor <mjambor@suse.cz>
901
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.
905
906 2011-06-16 Iain Sandoe <iains@gcc.gnu.org>
907
908 * config/darwin-protos.h (machopic_select_rtx_section): Move to
909 inside RTX_CODE ifdef.
910
911 2011-06-16 Tom de Vries <tom@codesourcery.com>
912
913 PR target/45098
914 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
915 Disallow NULL pointer for pointer arithmetic.
916
917 2011-06-16 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
918
919 PR target/49398
920 Revert.
921 2011-06-10 Wei Guozhi <carrot@google.com>
922
923 PR target/45335
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
927 related peephole2.
928 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
929 related peephole2.
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.
936
937 2011-06-16 Joern Rennecke <joern.rennecke@embecosm.com>
938
939 PR middle-end/46500
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):
993 Remove prototype.
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):
1017 Likewise.
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):
1025 Likewise.
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
1087 with const void *.
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):
1107 Likewise.
1108 * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
1109 m32r_pass_by_reference.
1110
1111 2011-06-16 Ira Rosen <ira.rosen@linaro.org>
1112
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
1119 documentation.
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.
1128
1129 2011-06-16 Nick Clifton <nickc@redhat.com>
1130
1131 PR target/49427
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.
1136
1137 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
1138
1139 * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
1140 truncation mask to 63.
1141
1142 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
1143
1144 PR target/49313
1145 PR target/29524
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.
1181
1182 2011-06-16 Richard Guenther <rguenther@suse.de>
1183
1184 * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
1185 the same as x != 0.
1186 * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
1187 to (bool) X & 1.
1188 * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
1189 equality compares against zero for the lower bit.
1190
1191 2011-06-16 Jakub Jelinek <jakub@redhat.com>
1192
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.
1198
1199 2011-06-16 Revital Eres <revital.eres@linaro.org>
1200
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.
1213
1214 2011-06-16 Revital Eres <revital.eres@linaro.org>
1215
1216 * ddg.c (add_intra_loop_mem_dep): New function.
1217 (build_intra_loop_deps): Call it.
1218
1219 2011-06-13 Jeff Law <law@redhat.com>
1220
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.
1225
1226 2011-06-13 Jan Hubicka <jh@suse.cz>
1227
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.
1232
1233 2011-06-15 Richard Guenther <rguenther@suse.de>
1234
1235 * expr.c (expand_expr_real_2): Reduce all integral types to
1236 bitfield precision.
1237 (expand_expr_real_1): Likewise.
1238
1239 2011-06-15 Martin Jambor <mjambor@suse.cz>
1240
1241 PR tree-optimization/48613
1242 * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
1243 ipa_node_params_vector is NULL.
1244
1245 2011-06-15 Jakub Jelinek <jakub@redhat.com>
1246
1247 PR debug/49382
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.
1253
1254 2011-06-15 Alexander Monakov <amonakov@ispras.ru>
1255
1256 PR target/49349
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.
1262
1263 2011-06-15 Ira Rosen <ira.rosen@linaro.org>
1264
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.
1290
1291 2011-06-14 Joseph Myers <joseph@codesourcery.com>
1292
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
1311 defined.
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
1379 arm-common.c.
1380 * config/avr/avr.c (avr_option_optimization_table,
1381 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
1382 to avr-common.c.
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
1390 cris-common.c.
1391 * config/fr30/fr30.c (fr30_option_optimization_table,
1392 TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
1393 to fr30-common.c.
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
1435 i386-common.c.
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
1446 to lm32-common.c.
1447 * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
1448 m32c-common.c.
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
1471 mips-common.c.
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
1490 pdp11-common.c.
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
1529 v850-common.c.
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.
1584
1585 2011-06-14 Easwaran Raman <eraman@google.com>
1586
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.
1609
1610 2011-06-14 Joseph Myers <joseph@codesourcery.com>
1611
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.
1640
1641 2011-06-14 David Li <davidxl@google.com>
1642
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.
1737
1738 2011-06-14 H.J. Lu <hongjiu.lu@intel.com>
1739
1740 PR middle-end/47364
1741 * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
1742 and properly handle result not in Pmode.
1743
1744 2011-06-14 Robert Millan <rmh@gnu.org>
1745
1746 * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
1747 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
1748 `config/linux.h'.
1749
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'.
1753
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'.
1759
1760 2011-06-14 Nick Clifton <nickc@redhat.com>
1761
1762 PR target/49403
1763 * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
1764
1765 PR target/49402
1766 * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
1767
1768 2011-06-14 Jakub Jelinek <jakub@redhat.com>
1769
1770 PR fortran/49103
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.
1778
1779 PR rtl-optimization/49390
1780 Revert:
1781 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
1782
1783 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
1784 MEM_ALIAS_SET.
1785
1786 2011-06-14 Zdenek Dvorak <ook@ucw.cz>
1787 Tom de Vries <tom@codesourcery.com>
1788
1789 PR target/45098
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.
1818
1819 2011-06-13 Jan Hubicka <jh@suse.cz>
1820
1821 * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
1822
1823 2011-06-14 Richard Henderson <rth@redhat.com>
1824
1825 PR debug/48459
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.
1830
1831 2011-06-14 Sanjin Liu <scliu@faraday-tech.com>
1832 Mingfeng Wu <mingfeng@faraday-tech.com>
1833
1834 * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
1835
1836 2011-06-13 Jan Hubicka <jh@suse.cz>
1837
1838 * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
1839
1840 2011-06-13 Jan Hubicka <jh@suse.cz>
1841
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.
1846
1847 2011-06-13 Jan Hubicka <jh@suse.cz>
1848
1849 * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
1850 BINFO_VIRTUALS when streaming for ltrans unit.
1851
1852 2011-06-13 David Edelsohn <dje.gcc@gmail.com>
1853
1854 * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
1855 (movdi_internal64): Same.
1856
1857 2011-06-13 Edmar Wienskoski <edmar@freescale.com>
1858
1859 PR target/44618
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
1868
1869 2011-06-13 Jan Hubicka <jh@suse.cz>
1870
1871 * ipa-utils.c (postorder_stack): New structure.
1872 (ipa_reverse_postorder): Handle aliases.
1873
1874 2011-06-13 Jan Hubicka <jh@suse.cz>
1875
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.
1880
1881 2011-06-13 Jan Hubicka <jh@suse.cz>
1882
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.
1887
1888 2011-06-13 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1889
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.
1894
1895 2011-06-13 Jan Hubicka <jh@suse.cz>
1896
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
1907 once, too.
1908 * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
1909
1910 2011-06-13 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1911
1912 PR target/48454
1913 * config/arm/neon.md (vec_pack_trunc): Set the lengths
1914 correctly for the case with Quad vectors.
1915
1916 2011-06-13 Jakub Jelinek <jakub@redhat.com>
1917 Ira Rosen <ira.rosen@linaro.org>
1918
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.
1926
1927 2011-06-11 Jan Hubicka <jh@suse.cz>
1928
1929 PR middle-end/49373
1930 * ipa.c (cgraph_externally_visible_p): Check resolution info.
1931
1932 2011-06-11 Jan Hubicka <jh@suse.cz>
1933
1934 PR middle-end/48836
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.
1938
1939 2011-06-11 Jan Hubicka <jh@suse.cz>
1940
1941 PR middle-end/49378
1942 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
1943 aliases and thunks.
1944
1945 2011-06-12 Ira Rosen <ira.rosen@linaro.org>
1946
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.
1950
1951 2011-06-11 Jan Hubicka <jh@suse.cz>
1952
1953 * lto-streamer-out.c (produce_symtab): Stream out the newly
1954 represented aliases.
1955
1956 2011-06-11 Jan Hubicka <jh@suse.cz>
1957
1958 * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
1959 varying args.
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.
1963
1964 2011-06-11 Jan Hubicka <jh@suse.cz>
1965
1966 * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
1967
1968 2011-06-11 Jan Hubicka <jh@suse.cz>
1969
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
1976 representation.
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
1988 representation.
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
2010 alias.
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.
2035
2036 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
2037
2038 * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
2039 (*vec_dupv2df): Rename from vec_dupv2df.
2040 (vec_dupv2df): New expander.
2041
2042 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
2043
2044 * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
2045
2046 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
2047
2048 * config/i386/i386.md: Use default value in "isa" attribute.
2049 * config/i386/sse.md: Ditto.
2050 * config/i386/mmx.md: Ditto.
2051
2052 2011-06-10 Wei Guozhi <carrot@google.com>
2053
2054 PR target/45335
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
2058 related peephole2.
2059 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
2060 related peephole2.
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.
2067
2068 2011-06-10 David Li <davidxl@google.com>
2069
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.
2077
2078 2011-06-10 Jan Hubicka <jh@suse.cz>
2079
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.
2087
2088 2011-06-10 Jan Hubicka <jh@suse.cz>
2089
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.
2094
2095 2011-06-10 Jan Hubicka <jh@suse.cz>
2096
2097 * opts.c (default_options): Enlist OPT_finline_functions_called_once.
2098 * common.opt (flag_inline_functions_called_once): Do not
2099 initialize to 1.
2100
2101 2011-06-10 Jan Hubicka <jh@suse.cz>
2102
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.
2107
2108 2011-06-10 Jan Hubicka <jh@suse.cz>
2109
2110 * ipa-prop.c (ipa_write_node_info): Stream jump functions
2111 for indirect calls.
2112 (ipa_read_node_info): Likewise.
2113
2114 2011-06-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2115
2116 PR lto/49302
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.
2123
2124 2011-06-10 Jan Hubicka <jh@suse.cz>
2125
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
2134 for aliases.
2135 (ipa_compute_jump_functions): Look through aliases.
2136
2137 2011-06-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2138
2139 * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
2140
2141 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
2142
2143 * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
2144 Adjust comments.
2145 * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
2146
2147 2011-06-10 Jan Hubicka <jh@suse.cz>
2148
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.
2155
2156 2011-06-10 Jan Hubicka <jh@suse.cz>
2157
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.
2165
2166 2011-06-10 Richard Guenther <rguenther@suse.de>
2167
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.
2171
2172 2011-06-10 Richard Guenther <rguenther@suse.de>
2173
2174 PR bootstrap/49344
2175 * tree-ssa-math-opts.c (convert_mult_to_fma): Use
2176 FOR_EACH_PHI_OR_STMT_USE.
2177
2178 2011-06-10 Jan Hubicka <jh@suse.cz>
2179
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.
2197
2198 2011-06-10 Richard Guenther <rguenther@suse.de>
2199
2200 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
2201 forward when combining, visit inserted stmts when a stmt was changed.
2202
2203 2011-06-10 Paolo Carlini <paolo.carlini@oracle.com>
2204
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.
2210
2211 2011-06-10 Georg-Johann Lay <avr@gjlay.de>
2212
2213 * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
2214 when a value is actually passed in regs.
2215
2216 2011-06-10 Eric Botcazou <ebotcazou@adacore.com>
2217 Laurent Rougé <laurent.rouge@menta.fr>
2218
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):
2248 Delete.
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
2256 for Out registers.
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.
2305
2306 2011-06-10 Jan Hubicka <jh@suse.cz>
2307
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.
2317
2318 2011-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2319 Richard Earnshaw <rearnsha@arm.com>
2320
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.
2327
2328 2011-06-10 Richard Guenther <rguenther@suse.de>
2329
2330 * stor-layout.c (initialize_sizetypes): Give names to all
2331 sizetype kinds.
2332
2333 2011-06-10 Ira Rosen <ira.rosen@linaro.org>
2334
2335 PR tree-optimization/49318
2336 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
2337 irrelevant pattern statements.
2338
2339 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
2340
2341 * system.h (SETJMP_VIA_SAVE_AREA): Poison.
2342
2343 PR bootstrap/49354
2344 * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
2345 to last assignment.
2346
2347 2011-06-09 Jan Hubicka <jh@suse.cz>
2348
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.
2353
2354 2011-06-09 Jan Hubicka <jh@suse.cz>
2355
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):
2386 New functions.
2387 (collect_callers_of_node_1, collect_callers_of_node): New functions.
2388
2389 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
2390
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.
2398
2399 2011-06-09 Jan Hubicka <jh@suse.cz>
2400
2401 * cgraphbuild.c (record_eh_tables): Mark personality function as having
2402 address taken.
2403
2404 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
2405
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.
2409
2410 PR rtl-optimization/49154
2411 * doc/tm.texi.in (Register Classes): Document rule for the narrowest
2412 register classes.
2413 * doc/tm.texi: Regenerate.
2414
2415 2011-06-09 Kaz Kojima <kkojima@gcc.gnu.org>
2416
2417 PR target/49307
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.
2421
2422 2011-06-09 Kai Tietz <ktietz@redhat.com>
2423
2424 * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
2425
2426 2011-06-09 Eric Botcazou <ebotcazou@adacore.com>
2427
2428 * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
2429
2430 2011-06-09 Wei Guozhi <carrot@google.com>
2431
2432 PR target/46975
2433 * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
2434 (peephole2 for conditional move): Generate 16 bit instructions.
2435
2436 2011-06-09 Uros Bizjak <ubizjak@gmail.com>
2437
2438 * config/i386/i386.md (*movdi_internal_rex64): Merge
2439 alternatives 6 and 8.
2440
2441 2011-06-09 David Li <davidxl@google.com>
2442
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.
2450
2451 2011-06-09 David Li <davidxl@google.com>
2452
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.
2464
2465 2011-06-09 Bernd Schmidt <bernds@codesourcery.com>
2466
2467 PR target/48673
2468 * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
2469 in all basic blocks.
2470
2471 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2472
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.
2506
2507 2011-06-09 Jakub Jelinek <jakub@redhat.com>
2508
2509 PR middle-end/49308
2510 * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
2511 variable. After resetting and rescanning insn continue with previous
2512 statement.
2513
2514 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2515
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.
2529
2530 2011-06-08 Andi Kleen <ak@linux.intel.com>
2531
2532 * varasm.c (get_section): Print location of other conflict
2533 for section conflicts.
2534
2535 2011-06-08 Andi Kleen <ak@linux.intel.com>
2536
2537 * config/i386/driver-i386.c (host_detect_local_cpu):
2538 Add model 0x2d Intel CPU.
2539
2540 2011-06-08 Andi Kleen <ak@linux.intel.com>
2541
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().
2547
2548 2011-06-09 Mingjie Xing <mingjie.xing@gmail.com>
2549
2550 * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
2551
2552 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
2553
2554 PR target/49305
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.
2558
2559 2011-06-09 Nicola Pero <nicola.pero@meta-innovation.com>
2560
2561 * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
2562
2563 2011-06-08 Alexandre Oliva <aoliva@redhat.com>
2564
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.
2569
2570 2011-06-08 Nick Clifton <nickc@redhat.com>
2571
2572 * doc/invoke.texi (ARM Options): Update description of
2573 -mthumb-interwork.
2574
2575 2011-06-08 H.J. Lu <hongjiu.lu@intel.com>
2576
2577 * config/i386/driver-i386.c (host_detect_local_cpu): Support
2578 unknown Intel family 0x6 CPUs.
2579
2580 2011-06-08 Martin Jambor <mjambor@suse.cz>
2581
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.
2585
2586 2011-06-08 Julian Brown <julian@codesourcery.com>
2587
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.
2591
2592 2011-06-08 Alexander Monakov <amonakov@ispras.ru>
2593
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.
2598
2599 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
2600
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.
2604
2605 2011-06-07 Jason Merrill <jason@redhat.com>
2606
2607 * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
2608
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.
2612
2613 2011-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2614
2615 PR tree-optimization/48497
2616 * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
2617
2618 2011-06-07 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2619
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.
2625
2626 2011-06-07 H.J. Lu <hongjiu.lu@intel.com>
2627
2628 * config/i386/i386.md (*movsf_internal): Optimize AVX check.
2629
2630 2011-06-07 Sergey Grechanik <mouseentity@ispras.ru>
2631
2632 * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
2633 constant vectors.
2634
2635 2011-06-07 Richard Guenther <rguenther@suse.de>
2636
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.
2642
2643 2011-06-07 Nick Clifton <nickc@redhat.com>
2644
2645 * config.gcc: Unify V850 architecture options and add support for
2646 newer V850 architectures.
2647 * config/v850/t-v850e: Delete.
2648
2649 2011-06-07 Richard Guenther <rguenther@suse.de>
2650
2651 * tree.c (build_common_tree_nodes): Also initialize size_type_node.
2652 Call set_sizetype from here.
2653
2654 2011-06-07 Andrew Stubbs <ams@codesourcery.com>
2655
2656 * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
2657 (*maddhisi4tb, *maddhisi4tt): New define_insns.
2658
2659 2011-06-07 Bernd Schmidt <bernds@codesourcery.com>
2660 Andrew Stubbs <ams@codesourcery.com>
2661
2662 * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
2663 multiplies.
2664 * doc/md.texi (Canonicalization of Instructions): Document widening
2665 multiply canonicalization.
2666
2667 2011-06-07 Jakub Jelinek <jakub@redhat.com>
2668
2669 PR gcov-profile/49299
2670 * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
2671
2672 2011-06-07 Ira Rosen <ira.rosen@linaro.org>
2673
2674 * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
2675 a pointer.
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.
2690
2691 2011-06-06 Richard Sandiford <rdsandiford@googlemail.com>
2692
2693 PR rtl-optimization/49145
2694 * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
2695
2696 2011-06-06 Jakub Jelinek <jakub@redhat.com>
2697
2698 PR debug/49262
2699 * dwarf2out.c (native_encode_initializer): Decrement count in each
2700 iteration.
2701
2702 PR debug/49294
2703 * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
2704 non-MODE_INT modes.
2705
2706 PR c++/49264
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.
2713
2714 2011-06-04 Diego Novillo <dnovillo@google.com>
2715
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
2721 if LTO is enabled.
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
2762
2763 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2764
2765 * longlong.h (smul_ppmm): The resulting register pair contains the
2766 higher order word first.
2767
2768 2011-06-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2769
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.
2780
2781 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
2782
2783 * cprop.c (local_cprop_pass): Don't set changed for debug insns.
2784
2785 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
2786
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.
2795
2796 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
2797
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.
2804
2805 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
2806
2807 PR bootstrap/49270
2808 * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
2809
2810 2011-06-06 Mikael Pettersson <mikpe@it.uu.se>
2811
2812 PR tree-optimization/49243
2813 * calls.c (setjmp_call_p): Also check if fndecl has the
2814 returns_twice attribute.
2815
2816 2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2817
2818 * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
2819 -ffast-math etc.
2820
2821 2011-06-06 Richard Henderson <rth@redhat.com>
2822 Georg-Johann Lay <avr@gjlay.de>
2823
2824 PR target/42210
2825 * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
2826 New predicates.
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.
2830
2831 2011-06-06 Hans-Peter Nilsson <hp@bitrange.com>
2832
2833 PR target/49285
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.
2837
2838 2011-06-05 Eric Botcazou <ebotcazou@adacore.com>
2839
2840 * config/sparc/sparc.c (output_return): Fix thinko in the output of an
2841 EH return when delayed branches are disabled.
2842
2843 2011-06-05 Uros Bizjak <ubizjak@gmail.com>
2844
2845 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
2846 Remove MODE_TI handling. Remove SSE1 handling in attribute "mode"
2847 calculation.
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.
2852
2853 2011-06-04 Jan Hubicka <jh@suse.cz>
2854
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):
2859 Bounds check.
2860
2861 2011-06-04 Jan Hubicka <jh@suse.cz>
2862
2863 PR lto/48954
2864 * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
2865 bitmaps.
2866
2867 2011-06-04 Jonathan Wakely <jwakely.gcc@gmail.com>
2868
2869 * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
2870
2871 2011-06-04 Jakub Jelinek <jakub@redhat.com>
2872
2873 PR target/49281
2874 * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
2875 to be strictly smaller than 1 << shiftcount.
2876
2877 2011-06-04 Jan Hubicka <jh@suse.cz>
2878
2879 PR tree-optimize/48929
2880 * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
2881 of empty predicate.
2882
2883 2011-06-04 Alexandre Oliva <aoliva@redhat.com>
2884
2885 PR debug/48333
2886 * calls.c (emit_call_1): Prefer the __builtin declaration of
2887 builtin functions.
2888
2889 2011-06-03 Diego Novillo <dnovillo@google.com>
2890
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.
2897
2898 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2899
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
2951 MD_UNWIND_SUPPORT.
2952 * config/ia64/unwind-ia64.c: Likewise.
2953 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
2954
2955 2011-06-03 Jack Howarth <howarth@bromo.med.uc.edu>
2956
2957 * varpool.c (varpool_extra_name_alias): Return NULL, not false.
2958
2959 2011-06-03 Richard Henderson <rth@redhat.com>
2960 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2961
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.
2965
2966 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2967
2968 * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
2969 t-slibgcc-dummy.
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.
2975
2976 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2977
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.
2985
2986 2011-06-03 Diego Novillo <dnovillo@google.com>
2987
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.
2993
2994 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2995
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.
3000
3001 2011-06-03 Julian Brown <julian@codesourcery.com>
3002
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.
3012
3013 2011-06-03 Nathan Sidwell <nathan@codesourcery.com>
3014
3015 * doc/install.texi (Options specification): Document --with-specs.
3016
3017 2011-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3018
3019 * config/arm/neon.md (orndi3_neon): Actually split it.
3020
3021 2011-06-02 Alexandre Oliva <aoliva@redhat.com>
3022
3023 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
3024 * var-tracking.c (reverse_op): Limite recurse depth to 5.
3025
3026 2011-06-02 Alexandre Oliva <aoliva@redhat.com>
3027
3028 PR debug/47590
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.
3059
3060 2011-06-02 Kaz Kojima <kkojima@gcc.gnu.org>
3061
3062 PR target/49163
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.
3067
3068 2011-06-02 Eric Botcazou <ebotcazou@adacore.com>
3069
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.
3073
3074 2011-06-02 Uros Bizjak <ubizjak@gmail.com>
3075
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.
3081
3082 2011-06-02 Julian Brown <julian@codesourcery.com>
3083
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.
3087
3088 2011-06-02 Julian Brown <julian@codesourcery.com>
3089
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.
3099
3100 2011-06-02 Julian Brown <julian@codesourcery.com>
3101
3102 * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
3103 tuning.
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
3107 field.
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.
3114
3115 2011-06-02 Uros Bizjak <ubizjak@gmail.com>
3116
3117 * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
3118 switch statement.
3119 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
3120 (*movdf_internal) <case 6,7,8>: Ditto.
3121
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.
3129
3130 2011-06-02 Stuart Henderson <shenders@gcc.gnu.org>
3131
3132 PR target/48807
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.
3135
3136 2011-06-02 Eric Botcazou <ebotcazou@adacore.com>
3137
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
3145 support.
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.
3165 (setjmp): Likewise.
3166 (builtin_setjmp_receiver): New expander.
3167
3168 2011-06-01 David Li <davidxl@google.com>
3169
3170 PR middle-end/49261
3171 * tree-pretty-print.c (dump_function_header): Format cleanup.
3172
3173 2011-06-01 Kaz Kojima <kkojima@gcc.gnu.org>
3174
3175 PR target/49238
3176 * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
3177 needed when original operands are used for msw_skip comparison.
3178
3179 2011-06-01 Jakub Jelinek <jakub@redhat.com>
3180
3181 PR debug/49250
3182 * var-tracking.c (add_uses, add_stores): Don't call
3183 cselib_subst_to_values on ENTRY_VALUE.
3184
3185 2011-06-01 Diego Novillo <dnovillo@google.com>
3186
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.
3202
3203 2011-06-01 Diego Novillo <dnovillo@google.com>
3204
3205 * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
3206 Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
3207
3208 2011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
3209
3210 PR target/45074
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.
3220
3221 2011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
3222
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.
3231
3232 2011-06-01 David Li <davidxl@google.com>
3233
3234 * predict.c : Change pass name
3235 * ipa.c: Ditto.
3236 * dce.c: Ditto.
3237 * tree-profile.c: Ditto.
3238 * except.c: Ditto.
3239
3240 2011-06-01 David Li <davidxl@google.com>
3241
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.
3246
3247 2011-06-01 Jakub Jelinek <jakub@redhat.com>
3248
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):
3252 New functions.
3253 (mem_loc_descriptor): Use them.
3254
3255 * var-tracking.c (create_entry_value): New function.
3256 (vt_add_function_parameter): Use it.
3257
3258 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3259
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.
3268
3269 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3270
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
3280 t-slibgcc-dummy.
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.
3286 Remove extra_parts.
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.
3310
3311 2011-06-01 Jakub Jelinek <jakub@redhat.com>
3312
3313 * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
3314 base_type_for_mode with op_mode instead of mode.
3315
3316 2011-06-01 Paul Brook <paul@cpodesourcery.com>
3317
3318 * config/arm/arm-cores.def: Add cortex-r5. Add DIV flags to
3319 Cortex-A15.
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
3338
3339 2011-06-01 Martin Jambor <mjambor@suse.cz>
3340
3341 * ipa-utils.c (ipa_dfs_info): New field scc_no.
3342 * ipa-utils.c (searchc): Set scc_no.
3343
3344 2011-06-01 Martin Jambor <mjambor@suse.cz>
3345
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.
3350
3351 2011-06-01 Richard Guenther <rguenther@suse.de>
3352
3353 * tree.c (free_lang_data): Do not reset boolean_type_node nor
3354 char_type_node.
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.
3359
3360 2011-05-31 Pat Haugen <pthaugen@us.ibm.com>
3361
3362 * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
3363 NON_FLOAT_REGS.
3364
3365 2011-05-31 Pat Haugen <pthaugen@us.ibm.com>
3366
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.
3370
3371 2011-05-31 Jakub Jelinek <jakub@redhat.com>
3372
3373 * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
3374 DW_OP_GNU_convert ops.
3375
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
3381 the wider VALUE.
3382 (cselib_subst_to_values): Handle ENTRY_VALUE.
3383 * var-tracking.c (replace_expr_with_values): Return NULL for
3384 ENTRY_VALUE too.
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.
3395
3396 PR target/48688
3397 * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
3398
3399 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
3400
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.
3407
3408 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
3409
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.
3414
3415 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
3416
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.
3419
3420 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
3421
3422 * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
3423
3424 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
3425
3426 * gengtype-state.c (read_state_params_structs): Initialize previous.
3427
3428 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
3429
3430 * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
3431 (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
3432
3433 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
3434
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
3443 alternatives.
3444 (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
3445
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.
3450
3451 2011-05-31 Jan Hubicka <jh@suse.cz>
3452
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
3461 var_len_unsigned.
3462 (input_varpool_node): Likewise.
3463 (input_edge): Likewise.
3464 (input_cgraph_1): Likewise.
3465
3466 2011-05-31 Richard Guenther <rguenther@suse.de>
3467
3468 * gimple.c (gimple_register_canonical_type): Do not register
3469 any types via gimple_register_type.
3470
3471 2011-05-31 Jan Hubicka <jh@suse.cz>
3472
3473 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
3474 of thunks.
3475
3476 2011-05-31 Jakub Jelinek <jakub@redhat.com>
3477
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.
3481
3482 2011-05-31 Ira Rosen <ira.rosen@linaro.org>
3483
3484 PR tree-optimization/49093
3485 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
3486 data references.
3487
3488 2011-05-31 Dodji Seketeli <dodji@redhat.com>
3489
3490 PR debug/49047
3491 * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
3492 for concrete functions containing the code of cloned functions.
3493
3494 2011-05-31 Richard Guenther <rguenther@suse.de>
3495
3496 * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
3497 to ...
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.
3512
3513 2011-05-30 Ian Lance Taylor <iant@google.com>
3514
3515 * godump.c (go_format_type): Correct length of name added to
3516 obstack for anonymous field.
3517
3518 2011-05-30 Kaz Kojima <kkojima@gcc.gnu.org>
3519
3520 PR target/49186
3521 * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
3522 part of the second operand is 0.
3523
3524 2011-05-30 Uros Bizjak <ubizjak@gmail.com>
3525
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
3539 function for speed.
3540 * config/i386/i386.c (ix86_option_override_internal): Do not
3541 set TARGET_INTEGER_DFMODE_MOVES here.
3542
3543 2011-05-30 H.J. Lu <hongjiu.lu@intel.com>
3544
3545 PR target/49168
3546 * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
3547
3548 2011-05-30 Jakub Jelinek <jakub@redhat.com>
3549
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.
3553
3554 2011-05-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3555
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.
3562
3563 2011-05-30 Nathan Froyd <froydnj@gcc.gnu.org>
3564
3565 PR bootstrap/49190
3566
3567 Revert:
3568 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
3569
3570 * tree.h (struct tree_identifier): Inherit from tree_typed, not
3571 tree_common.
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.
3576
3577 2011-05-30 Richard Sandiford <rdsandiford@googlemail.com>
3578
3579 * config.gcc: Keep obselete list sorted.
3580
3581 2011-05-30 Jakub Jelinek <jakub@redhat.com>
3582 Eric Botcazou <ebotcazou@adacore.com>
3583
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.
3589
3590 2011-05-30 Richard Guenther <rguenther@suse.de>
3591
3592 * gimple.c (gimple_types_compatible_p_1): Compare record
3593 and union type members properly.
3594
3595 2011-05-30 Richard Guenther <rguenther@suse.de>
3596
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.
3600
3601 2011-05-30 Richard Guenther <rguenther@suse.de>
3602
3603 PR tree-optimization/49218
3604 * tree-vrp.c (adjust_range_with_scev): Properly check whether
3605 overflow occured.
3606
3607 2011-05-30 Richard Guenther <rguenther@suse.de>
3608
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.
3618
3619 2011-05-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3620
3621 * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
3622 from plugin linker.
3623 * configure: Regenerate.
3624
3625 2011-05-30 Ira Rosen <ira.rosen@linaro.org>
3626
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.
3630
3631 2011-05-29 Xinliang David Li <davidxl@google.com>
3632
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.
3637 (passr_eq): Ditto.
3638 (register_pass_name): Ditto.
3639 (get_pass_by_name): Ditto.
3640 (pass_hash): Ditto.
3641 (pass_eq): Ditto.
3642 (enable_pass): Ditto.
3643 (disable_pass): Ditto.
3644 (is_pass_explicitly_enabled_or_disabled): Ditto.
3645
3646 2011-05-29 Uros Bizjak <ubizjak@gmail.com>
3647
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
3652 alternative 2.
3653 (*movdi_internal_rex64): Use standard_sse_constant_opcode for
3654 sselog1 type moves.
3655 (*movsi_internal): Ditto.
3656 (*movdi_internal): Ditto. Add ssecvt type moves.
3657
3658 2011-05-29 Eric Botcazou <ebotcazou@adacore.com>
3659
3660 PR target/48830
3661 * rtlanal.c (simplify_subreg_regno): Adjust comment.
3662
3663 2011-05-29 Jakub Jelinek <jakub@redhat.com>
3664
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.
3668
3669 2011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
3670
3671 PR target/43995
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.
3678
3679 2011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
3680
3681 * emit-rtl.c (try_split): Use a loop to search for
3682 NOTE_INSN_CALL_ARG_LOCATIONs.
3683
3684 2011-05-29 Richard Guenther <rguenther@suse.de>
3685
3686 PR tree-optimization/49217
3687 * ipa-pure-const.c (propagate_pure_const): Fix typos.
3688
3689 2011-05-28 Jan Hubicka <jh@suse.cz>
3690
3691 * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
3692 length.
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.
3707
3708 2011-05-28 Jan Hubicka <jh@suse.cz>
3709
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):
3721 New functions.
3722 (bp_pack_enum, bp_unpack_enum): New macros.
3723
3724 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
3725
3726 * genrecog.c: Remove redundant forward declarations.
3727
3728 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
3729
3730 * config.gcc: Deprecate mips*-*-openbsd*.
3731
3732 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
3733
3734 PR bootstrap/49195
3735 * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
3736 for match_op_dup.
3737
3738 2011-05-27 Andrew Pinski <pinskia@gmail.com>
3739
3740 PR middle-end/48981
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.
3759
3760 2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3761
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.
3768
3769 2011-05-27 Alexander Monakov <amonakov@ispras.ru>
3770
3771 * doc/contrib.texi: Update copyright years.
3772 (Contributors): Add Zdenek Sojka.
3773
3774 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
3775
3776 * c-decl.c (c_push_function_context): Copy the current statement
3777 list stack.
3778 (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
3779 (finish_struct): Call building_stmt_list_p instead of checking
3780 cur_stmt_list.
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
3788 of tree_common.
3789 * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
3790 as TS_TYPED instead of TS_COMMON.
3791
3792 2011-05-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3793 Uros Bizjak <ubizjak@gmail.com>
3794
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
3806 @tlsldmplt or @plt.
3807 (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
3808
3809 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
3810
3811 * sched-int.h (struct _haifa_deps_insn_data): New members cond
3812 and reverse_cond.
3813 (INSN_COND, INSN_REVERSE_COND): New macros.
3814 * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
3815 once.
3816 (sched_get_condition_with_rev): Cache the results, and look them up
3817 if possible.
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.
3823
3824 2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3825
3826 PR tree-optimization/49170
3827 * tree-ssa-math-opts.c (execute_cse_sincos): Add checks for
3828 sincos or cexp.
3829
3830 2011-05-27 Richard Guenther <rguenther@suse.de>
3831
3832 PR middle-end/49189
3833 * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
3834 of comparisons.
3835
3836 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
3837
3838 * haifa-sched.c (sched_scan_info): Remove.
3839 (schedule_block): Call sched_extend_luids rather than sched_init_luids
3840 with NULL args.
3841 (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
3842 Remove functions.
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
3869 declarations.
3870
3871 2011-05-27 Richard Guenther <rguenther@suse.de>
3872
3873 PR middle-end/49177
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.
3876
3877 2011-05-27 Jan Hubicka <jh@suse.cz>
3878
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
3888 len values.
3889 * lto-streamer-in.c (string_for_index): Break out from ...; offset
3890 values by 1.
3891 (input_string_internal): ... here;
3892 (input_string_cst, input_identifier, lto_input_string): Update handling
3893 of NULL strings.
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
3897 values.
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):
3902 New functions.
3903 * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
3904 New functions.
3905
3906 2011-05-27 Hariharan Sandanagobalane <hariharan@picochip.com>
3907
3908 * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
3909 call_arg_location instructions down the floor.
3910
3911 2011-05-26 Vladimir Makarov <vmakarov@redhat.com>
3912
3913 PR rtl-optimization/49154
3914 * ira.c (setup_pressure_classes): Process class without sublcasses
3915 as a candidate for pressure classes.
3916
3917 2011-05-26 Richard Sandiford <rdsandiford@googlemail.com>
3918
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.
3930
3931 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
3932
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
3936 TREE_TYPE.
3937 * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
3938 Add chain field.
3939 (BLOCK_CHAIN): Use new chain field.
3940
3941 2011-05-26 Pat Haugen <pthaugen@us.ibm.com>
3942
3943 * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
3944 moves expensive on Power7 also.
3945
3946 2011-05-26 Richard Guenther <rguenther@suse.de>
3947
3948 * fold-const.c (fold_unary_loc): Remove bogus code.
3949
3950 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
3951
3952 * tree.h (struct tree_identifier): Inherit from tree_typed, not
3953 tree_common.
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.
3958
3959 2011-05-26 Bernd Schmidt <bernds@codesourcery.com>
3960
3961 * Makefile.in (srcdirify): Change order so that libgcc_objdir is
3962 substituted first.
3963 * libgcc-std.ver: Delete file.
3964
3965 2011-05-26 Richard Guenther <rguenther@suse.de>
3966
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.
3972
3973 2011-05-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3974
3975 PR target/49099
3976 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
3977 declaration in TARGET_SOLARIS.
3978
3979 2011-05-26 Hariharan Sandanagobalane <hariharan@picochip.com>
3980
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.
3985
3986 2011-05-26 Jakub Jelinek <jakub@redhat.com>
3987
3988 PR c++/49165
3989 * gimplify.c (shortcut_cond_r): Don't special case
3990 COND_EXPRs if they have void type on one of their arms.
3991
3992 2011-05-26 Bernd Schmidt <bernds@codesourcery.com>
3993
3994 * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
3995 to reduce duplication, and to achieve a slightly more logical order
3996 of operations.
3997
3998 2011-05-26 Jakub Jelinek <jakub@redhat.com>
3999
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.
4008
4009 2011-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4010
4011 * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
4012 ("orndi3_neon"): Likewise.
4013 ("bic<mode>3_neon"): Likewise.
4014
4015 2011-05-26 Ira Rosen <ira.rosen@linaro.org>
4016
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
4020 accesses with gaps.
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
4025 account.
4026 (vect_transform_loop): Generate epilogue if required by data
4027 access with gaps.
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
4030 the strided group.
4031
4032 2011-05-25 Ian Lance Taylor <iant@google.com>
4033
4034 * godump.c (go_format_type): Output the first field with a usable
4035 Go type, if any.
4036
4037 2011-05-25 Ian Lance Taylor <iant@google.com>
4038
4039 * godump.c (go_format_type): Check for invalid type names, pointer
4040 target types, and struct field types.
4041
4042 2011-05-25 Jason Merrill <jason@redhat.com>
4043
4044 * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
4045
4046 2011-05-25 Uros Bizjak <ubizjak@gmail.com>
4047
4048 * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
4049
4050 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
4051
4052 * config/i386/i386.md (*movqi_extv_1)): Put back
4053 "register_operand" check in "type" calculation.
4054 (*movqi_extzv_2): Likewise.
4055
4056 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
4057
4058 * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
4059
4060 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
4061
4062 PR bootstrap/49160
4063 * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
4064 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
4065 __divxc3, __divtc3): Wrap definitions in #ifndef.
4066
4067 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
4068
4069 PR target/49142
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.
4076
4077 * config/i386/predicates.md (QIreg_operand): New.
4078
4079 2011-05-25 Richard Guenther <rguenther@suse.de>
4080
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.
4084
4085 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
4086
4087 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
4088 (bdesc_special_args): Add pause intrinsic.
4089
4090 * config/i386/i386.md (UNSPEC_PAUSE): New.
4091 (pause): Likewise.
4092 (*pause): Likewise.
4093 * config/i386/ia32intrin.h (__pause): Likewise.
4094
4095 * doc/extend.texi (X86 Built-in Functions): Add documentation for
4096 pause intrinsic.
4097
4098 2011-05-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4099
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.
4103
4104 2011-05-25 Nathan Froyd <froydnj@codesourcery.com>
4105
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.
4109
4110 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
4111
4112 * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
4113 LIBGCC2_GNU_PREFIX is defined.
4114 (__N): New macro.
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
4127 account.
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
4131 and divide.
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
4137 libgcc-std.ver.
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.
4148
4149 2011-05-25 Jan Hubicka <jh@suse.cz>
4150
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.
4160
4161 2011-05-25 Eric Botcazou <ebotcazou@adacore.com>
4162
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.
4190
4191 2011-05-25 Richard Guenther <rguenther@suse.de>
4192
4193 * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
4194 (gimple_canonical_types_compatible_p): Likewise.
4195
4196 2011-05-25 Jan Hubicka <jh@suse.cz>
4197
4198 PR middle-end/49062
4199 * ipa.c (function_and_variable_visibility): Only add to same
4200 comdat group list if DECL_ONE_ONLY.
4201
4202 2011-05-25 Andrey Belevantsev <abel@ispras.ru>
4203
4204 PR rtl-optimization/49014
4205 * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
4206
4207 2011-05-25 Jakub Jelinek <jakub@redhat.com>
4208
4209 PR target/49128
4210 * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
4211
4212 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
4213
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
4217 conditional.
4218 (mark_loops_for_removal): Make call of loop_with_complex_edge_p
4219 conditional.
4220
4221 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
4222
4223 * config/sparc/sparc.c (sparc_option_override): If not set by the user,
4224 force flag_ira_share_save_slots to 0.
4225
4226 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
4227
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.
4233
4234 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com>
4235
4236 PR objc/48187
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.
4241
4242 2011-05-24 Ian Lance Taylor <iant@google.com>
4243
4244 * godump.c (go_define): Don't accept a string immediately after
4245 another operand.
4246
4247 2011-05-24 Ian Lance Taylor <iant@google.com>
4248
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.
4253
4254 2011-05-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4255
4256 PR tree-optimization/46728
4257 * tree-ssa-math-opts.c (powi_table): New.
4258 (powi_lookup_cost): New.
4259 (powi_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.
4265
4266 2011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4267
4268 PR target/3746
4269 * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
4270 mips-tdump native.
4271 * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
4272 * mips-tdump.c: Likewise.
4273
4274 2011-05-24 H.J. Lu <hongjiu.lu@intel.com>
4275
4276 PR target/49128
4277 * config/i386/driver-i386.c (host_detect_local_cpu): Always
4278 add -mno-XXX. Handle FMA.
4279
4280 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
4281
4282 PR rtl-optimization/48633
4283 * ira-build.c (loop_with_eh_edge_p): New function.
4284 (mark_loops_for_removal): Use it.
4285
4286 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
4287
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.
4294
4295 2011-05-24 Uros Bizjak <ubizjak@gmail.com>
4296
4297 PR target/49133
4298 * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
4299
4300 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
4301 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4302
4303 PR gcov-profile/48845
4304 * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
4305
4306 2011-05-24 Richard Guenther <rguenther@suse.de>
4307
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.
4312 incomplete types.
4313 (gimple_canonical_types_compatible_p): Likewise.
4314
4315 2011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4316
4317 * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
4318
4319 2011-05-24 Richard Guenther <rguenther@suse.de>
4320
4321 PR bootstrap/49078
4322 * gimple.c (gimple_register_canonical_type): Revert
4323 previous change.
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.
4327
4328 2011-05-24 Joseph Myers <joseph@codesourcery.com>
4329
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
4338 prefix.o.
4339
4340 2011-05-23 Joseph Myers <joseph@codesourcery.com>
4341
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
4345 driver.
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.
4354
4355 2011-05-23 Jakub Jelinek <jakub@redhat.com>
4356
4357 PR debug/49032
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).
4363
4364 PR c/49120
4365 * c-decl.c (start_decl): Convert expr to void_type_node.
4366
4367 2011-05-23 Richard Sandiford <rdsandiford@googlemail.com>
4368
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.
4372
4373 2011-05-23 Jakub Jelinek <jakub@redhat.com>
4374
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.
4378
4379 2011-05-23 H.J. Lu <hongjiu.lu@intel.com>
4380
4381 PR target/47315
4382 * config/i386/i386.c (ix86_option_override_internal): Save the
4383 initial options after checking vzeroupper.
4384
4385 2011-05-23 David Li <davidxl@google.com>
4386
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.
4390
4391 2011-05-23 Richard Guenther <rguenther@suse.de>
4392
4393 * gimple.c (gimple_types_compatible_p_1): Always compare type names.
4394 (iterative_hash_gimple_type): Always hash type names.
4395
4396 2011-05-23 Nathan Froyd <froydnj@codesourcery.com>
4397
4398 * c-typeck.c (build_function_call_vec): Tweak call to
4399 check_function_arguments.
4400
4401 2011-05-23 Richard Guenther <rguenther@suse.de>
4402
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.
4407
4408 2011-05-23 Richard Guenther <rguenther@suse.de>
4409
4410 PR middle-end/15419
4411 * builtins.c (fold_builtin_memory_op): Be less restrictive about
4412 what pointer types we accept for folding.
4413
4414 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4415
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.
4426
4427 2011-05-23 Tristan Gingold <gingold@adacore.com>
4428 Eric Botcazou <ebotcazou@adacore.com>
4429
4430 * gcov.c (create_file_names): If no object directory is specified,
4431 keep the directory of the file.
4432
4433 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4434
4435 * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
4436 * configure: Regenerate.
4437
4438 2011-05-23 Jakub Jelinek <jakub@redhat.com>
4439
4440 PR middle-end/48973
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.
4447
4448 2011-05-23 Tom de Vries <tom@codesourcery.com>
4449
4450 PR target/45098
4451 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
4452 function.
4453 (infer_loop_bounds_from_undefined): Use new function.
4454
4455 2011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
4456
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,
4460 and -O0 otherwise.
4461 (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
4462
4463 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
4464
4465 * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
4466 (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
4467 returns true.
4468
4469 2011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
4470
4471 * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
4472
4473 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
4474
4475 * config/sparc/sparc.c (sparc_delegitimize_address): Handle
4476 UNSPEC_MOVE_PIC pattern.
4477
4478 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
4479
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.
4487 (crtn.o): Likewise.
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.
4492
4493 2011-05-22 Tom de Vries <tom@codesourcery.com>
4494
4495 PR middle-end/48689
4496 * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
4497 CODE_CONTAINS_STRUCT (TS_COMMON).
4498
4499 2011-05-22 Jakub Jelinek <jakub@redhat.com>
4500
4501 PR middle-end/49029
4502 * expmed.c (extract_fixed_bit_field): Test whether target can be used
4503 only after deciding which mode to use.
4504
4505 2011-05-22 Tom de Vries <tom@codesourcery.com>
4506
4507 PR target/45098
4508 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
4509 for call to get_shiftadd_cost.
4510
4511 2011-05-22 Uros Bizjak <ubizjak@gmail.com>
4512
4513 PR target/49104
4514 * config/i386/cpuid.h (bit_MMXEXT): New define.
4515
4516 2011-05-22 Nick Clifton <nickc@redhat.com>
4517
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.
4521
4522 2011-05-22 Ira Rosen <ira.rosen@linaro.org>
4523
4524 PR tree-optimization/49087
4525 * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
4526
4527 2011-05-21 Jason Merrill <jason@redhat.com>
4528
4529 PR c++/49092
4530 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
4531 static storage duration.
4532
4533 2011-05-21 Eric Botcazou <ebotcazou@adacore.com>
4534
4535 * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
4536 frame pointer.
4537
4538 2011-05-21 Eric Botcazou <ebotcazou@adacore.com>
4539
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.
4546
4547 2011-05-21 Nick Clifton <nickc@redhat.com>
4548
4549 PR target/49098
4550 * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
4551
4552 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>
4553
4554 * gengtype.c (walk_type): Implemented "atomic" GTY option.
4555 * doc/gty.texi (GTY Options): Document "atomic" GTY option.
4556
4557 2011-05-21 Joseph Myers <joseph@codesourcery.com>
4558
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.
4563
4564 2011-05-20 Nathan Froyd <froydnj@codesourcery.com>
4565
4566 * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
4567
4568 2011-05-20 Tom de Vries <tom@codesourcery.com>
4569
4570 PR target/45098
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.
4574
4575 2011-05-20 Jakub Jelinek <jakub@redhat.com>
4576
4577 PR bootstrap/49086
4578 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
4579 for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
4580
4581 2011-05-20 Joseph Myers <joseph@codesourcery.com>
4582
4583 * Makefile.in: Update comment referring to $(OBJS-common).
4584
4585 2011-05-20 Ian Lance Taylor <iant@google.com>
4586
4587 * godump.c (go_output_typedef): Put enum constants in the macro
4588 hash table to avoid duplicate Go const definitions.
4589
4590 2011-05-20 Joseph Myers <joseph@codesourcery.com>
4591
4592 * Makefile.in (LIBDEPS): Add libcommon.a.
4593 (LIBS): Likewise.
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.
4601 (libcommon.a): New.
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).
4608 (errors.o): Remove.
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.
4618 (fnotice): Remove.
4619 (main): Initialize diagnostics.
4620 * lto-wrapper.c: Include diagnostic.h.
4621 (main): Initialize diagnostics.
4622
4623 2011-05-20 Michael Matz <matz@suse.de>
4624
4625 * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
4626
4627 2011-05-20 Michael Matz <matz@suse.de>
4628 Richard Guenther <rguenther@suse.de>
4629
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
4634 track seen nodes.
4635 (lto_streamer_cache_create): Call lto_preload_common_nodes.
4636
4637 2011-05-20 Richard Guenther <rguenther@suse.de>
4638
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
4643 constraining.
4644
4645 2011-05-20 Uros Bizjak <ubizjak@gmail.com>
4646
4647 * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
4648 argument expansion.
4649
4650 2011-05-20 Jakub Jelinek <jakub@redhat.com>
4651
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.
4656
4657 2011-05-20 Richard Guenther <rguenther@suse.de>
4658
4659 PR middle-end/48849
4660 * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
4661 of pointer types the same way the middle-end does.
4662
4663 2011-05-20 Richard Guenther <rguenther@suse.de>
4664
4665 * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
4666 or pointer-to chains. Delay all fixup to uniquify_nodes.
4667
4668 2011-05-19 Quentin Neill <quentin.neill@amd.com>
4669
4670 * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
4671 (fma4_fmaddsub): Likewise
4672
4673 2011-05-19 Jan Hubicka <jh@suse.cz>
4674
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
4683 and gtc_ob.
4684
4685 2011-05-19 Uros Bizjak <ubizjak@gmail.com>
4686
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.
4691
4692 2011-05-19 Joseph Myers <joseph@codesourcery.com>
4693
4694 * config/arm/arm-fpus.def: New.
4695 * config/arm/genopt.sh: Generate Enum and EnumValue entries from
4696 arm-fpus.def.
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.
4703
4704 2011-05-19 Joseph Myers <joseph@codesourcery.com>
4705
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.
4719
4720 2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4721
4722 * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
4723
4724 2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4725
4726 PR target/40483
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
4748 solaris_code_end.
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.
4759
4760 2011-05-19 Kai Tietz <ktietz@redhat.com>
4761
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.
4765
4766 2011-05-19 Anatoly Sokolov <aesok@post.ru>
4767 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4768
4769 * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
4770
4771 2011-05-19 Richard Guenther <rguenther@suse.de>
4772
4773 PR middle-end/48985
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.
4776
4777 2011-05-19 Richard Guenther <rguenther@suse.de>
4778
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.
4784
4785 2011-05-19 Tom de Vries <tom@codesourcery.com>
4786
4787 PR target/45098
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
4794 express cases.
4795
4796 2011-05-19 Tom de Vries <tom@codesourcery.com>
4797
4798 PR target/45098
4799 * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
4800 cost_base.cost == 0.
4801
4802 2011-05-18 H.J. Lu <hongjiu.lu@intel.com>
4803
4804 PR target/49002
4805 * config/i386/sse.md
4806 (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
4807 load cast.
4808
4809 2011-05-18 Jakub Jelinek <jakub@redhat.com>
4810
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>].
4815
4816 2011-05-18 Tom de Vries <tom@codesourcery.com>
4817
4818 PR target/45098
4819 * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
4820
4821 2011-05-18 Uros Bizjak <ubizjak@gmail.com>
4822
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.
4828
4829 2011-05-18 Stuart Henderson <shenders@gcc.gnu.org>
4830
4831 * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
4832 * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
4833 bf592-none.
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.
4841
4842 2011-05-18 Joseph Myers <joseph@codesourcery.com>
4843
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
4855 to arm-opts.h.
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.
4868
4869 2011-05-18 Richard Guenther <rguenther@suse.de>
4870
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.
4875
4876 2011-05-18 Richard Guenther <rguenther@suse.de>
4877
4878 * gimple.c (gimple_register_type_1): New function, split out from ...
4879 (gimple_register_type): ... here. Avoid infinite recursion.
4880
4881 2011-05-18 Ira Rosen <ira.rosen@linaro.org>
4882
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
4895 reduction chains.
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.
4901
4902 2011-05-18 Ira Rosen <ira.rosen@linaro.org>
4903
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
4910 elements access.
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.
4925
4926 2011-05-18 Richard Guenther <rguenther@suse.de>
4927
4928 PR middle-end/48989
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.
4934
4935 2011-05-18 Tom de Vries <tom@codesourcery.com>
4936
4937 PR target/45098
4938 * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
4939
4940 2011-05-18 Jakub Jelinek <jakub@redhat.com>
4941
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
4946 the debug stmt.
4947
4948 2011-05-17 Joseph Myers <joseph@codesourcery.com>
4949
4950 * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
4951 enum_opts_set when testing if attributes have set -mfpmath=.
4952
4953 2011-05-17 Richard Sandiford <rdsandiford@googlemail.com>
4954
4955 * config/mips/mips.c (mips_handle_option): Remove unused variable.
4956
4957 2011-05-17 Uros Bizjak <ubizjak@gmail.com>
4958
4959 * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
4960 info->entry with 0
4961 * tree-inline.c (maybe_inline_call_in_expr): Initialize
4962 id.transform_lang_insert_block with NULL.
4963
4964 2011-05-17 Uros Bizjak <ubizjak@gmail.com>
4965
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.
4974
4975 2011-05-17 Richard Guenther <rguenther@suse.de>
4976
4977 * gimple.c (type_hash_pair_compare): Fix comparison.
4978
4979 2011-05-17 Richard Guenther <rguenther@suse.de>
4980
4981 * gimple.c (iterative_hash_gimple_type): Simplify singleton
4982 case some more, fix final hash value of the non-singleton case.
4983
4984 2011-05-17 Richard Guenther <rguenther@suse.de>
4985
4986 PR bootstrap/49013
4987 Revert
4988 2011-05-16 Richard Guenther <rguenther@suse.de>
4989
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.
4993
4994 2011-05-17 Richard Guenther <rguenther@suse.de>
4995
4996 * gimple.c (gimple_register_canonical_type): Use the main-variant
4997 leader for computing the canonical type.
4998
4999 2011-05-17 Nick Clifton <nickc@redhat.com>
5000
5001 * config/rx/rx.c (rx_memory_move_cost): Include cost of register
5002 moves.
5003
5004 * config/rx/rx.md: Add peephole to remove redundant extensions
5005 after loads.
5006 (bitset_in_memory): Use rx_restricted_mem_operand.
5007 (bitinvert_in_memory): Likewise.
5008 (bitclr_in_memory): Likewise.
5009
5010 2011-05-17 Kazuhio Inaoka <kazuhiro.inaoka.ud@renesas.com>
5011 Nick Clifton <nickc@redhat.com>
5012
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.
5016
5017 2011-05-17 Jakub Jelinek <jakub@redhat.com>
5018
5019 PR target/48986
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.
5023
5024 2011-05-16 Joseph Myers <joseph@codesourcery.com>
5025
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.
5053
5054 2011-05-16 Joseph Myers <joseph@codesourcery.com>
5055
5056 PR preprocessor/48677
5057 * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
5058 from decoded_options[0], not from itself.
5059
5060 2011-05-16 Uros Bizjak <ubizjak@gmail.com>
5061
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
5087 for operand 1.
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.
5108 Update all callers.
5109 * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
5110
5111 2011-05-16 Richard Guenther <rguenther@suse.de>
5112
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.
5116
5117 2011-05-16 Richard Guenther <rguenther@suse.de>
5118
5119 * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
5120 always visit pointer target and function result and argument types.
5121
5122 2011-05-16 Jason Merrill <jason@redhat.com>
5123
5124 PR c++/48999
5125 * tree-inline.c (copy_statement_list): Put back recursion.
5126
5127 2011-05-16 Georg-Johann Lay <avr@gjlay.de>
5128
5129 PR target/27663
5130 PR target/41076
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.
5134
5135 2011-05-16 Georg-Johann Lay <avr@gjlay.de>
5136
5137 PR target/45099
5138 * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
5139 register is needed for a function argument.
5140
5141 2011-05-16 Richard Guenther <rguenther@suse.de>
5142
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.
5146
5147 2011-05-16 Revital Eres <revital.eres@linaro.org>
5148
5149 * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
5150
5151 2011-05-15 Uros Bizjak <ubizjak@gmail.com>
5152
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.
5156
5157 2011-05-15 Uros Bizjak <ubizjak@gmail.com>
5158
5159 * config/i386/i386.md (*movdf_internal): Simplify insn condition.
5160
5161 2011-05-14 Eric Botcazou <ebotcazou@adacore.com>
5162
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.
5166
5167 2011-05-14 Uros Bizjak <ubizjak@gmail.com>
5168
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
5178 output SSE insn.
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.
5185
5186 2011-05-14 Tobias Burnus <burnus@net-b.de>
5187
5188 * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
5189
5190 2011-05-13 Martin Jambor <mjambor@suse.cz>
5191
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.
5199
5200 2011-05-13 Eric Botcazou <ebotcazou@adacore.com>
5201
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.
5207
5208 2011-05-13 Martin Thuresson <martint@google.com>
5209
5210 PR gcov-profile/47793
5211 * libgcov.c (gcov_exit): Support relative profile paths.
5212 * doc/invoke.texi (-fprofile-dir): Update for above change.
5213
5214 2011-05-13 Richard Guenther <rguenther@suse.de>
5215
5216 * gimple.c (gimple_canonical_types_compatible_p): Do not use
5217 type-pair caching, do not compare hashes.
5218
5219 2011-05-13 Nathan Froyd <froydnj@codesourcery.com>
5220
5221 PR middle-end/48965
5222 * tree-cfg.c (edge_to_cases_cleanup): Return true.
5223 (verify_expr) [CASE_LABEL_EXPR]: Add checking.
5224
5225 2011-05-13 Kai Tietz <ktietz@redhat.com>
5226
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.
5230
5231 2011-05-13 H.J. Lu <hongjiu.lu@intel.com>
5232
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 ().
5236
5237 2011-05-13 Richard Guenther <rguenther@suse.de>
5238
5239 PR lto/48978
5240 * gimple.c (iterative_hash_gimple_type): Revert change in
5241 pointer target and function result and argument hashing.
5242
5243 2011-05-13 Uros Bizjak <ubizjak@gmail.com>
5244
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 ().
5252
5253 2011-05-13 Joseph Myers <joseph@codesourcery.com>
5254
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
5261 OPT_mbranch_cost_.
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
5271 HeaderInclude.
5272 (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
5273 but not Var.
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.
5291
5292 2011-05-13 Nick Clifton <nickc@redhat.com>
5293
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.
5296
5297 2011-05-13 Kai Tietz <ktietz@redhat.com>
5298
5299 PR middle-end/48984
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
5303 BOOLEAN_TYPE.
5304
5305 2011-05-13 Richard Guenther <rguenther@suse.de>
5306
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.
5311
5312 2011-05-13 Andreas Schwab <schwab@redhat.com>
5313
5314 * configure.ac: Use AS_HELP_STRING throughout.
5315 * configure: Regenerate.
5316
5317 2011-05-12 H.J. Lu <hongjiu.lu@intel.com>
5318
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.
5322
5323 2011-05-12 Anatoly Sokolov <aesok@post.ru>
5324
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
5331 SYMBOLIC_CONST.
5332
5333 2011-05-12 Kai Tietz <ktietz@redhat.com>
5334
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.
5342
5343 2011-05-12 Jakub Jelinek <jakub@redhat.com>
5344
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.
5348
5349 2011-05-12 Richard Guenther <rguenther@suse.de>
5350
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
5363 registering.
5364
5365 2011-05-12 Richard Guenther <rguenther@suse.de>
5366
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.
5371
5372 2011-05-12 Jakub Jelinek <jakub@redhat.com>
5373
5374 PR debug/48967
5375 * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
5376 if validate_subreg fails.
5377
5378 2011-05-12 Hariharan Sandanagobalane <hariharan@picochip.com>
5379
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
5382 early.
5383
5384 2011-05-12 DJ Delorie <dj@redhat.com>
5385
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.
5391
5392 2011-05-12 DJ Delorie <dj@redhat.com>
5393 Nick Clifton <nickc@redhat.com>
5394
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
5399 REG+INT addressing.
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.
5404
5405 2011-05-11 Jason Merrill <jason@redhat.com>
5406
5407 * tree.c (type_hash_canon): Use struct tree_type_non_common.
5408
5409 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
5410
5411 * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
5412 reindent the subsequent block.
5413
5414 2011-05-11 Satoru Takabayashi <satorux@google.com>
5415 Paul Pluzhnikov <ppluzhnikov@google.com>
5416
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.
5422
5423 2011-05-11 Richard Guenther <rguenther@suse.de>
5424
5425 PR middle-end/48964
5426 * gimple.c (iterative_hash_canonical_type): Fix typo.
5427
5428 2011-05-11 Uros Bizjak <ubizjak@gmail.com>
5429
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.
5450
5451 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
5452
5453 * function.c (expand_function_start): Initialize stack_check_probe_note
5454 only if the generic stack checking mechanism is used.
5455
5456 2011-05-11 Richard Guenther <rguenther@suse.de>
5457
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.
5463
5464 2011-05-11 Nathan Froyd <froydnj@codesourcery.com>
5465
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):
5484 Define.
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
5489 accordingly.
5490 (TYPE_VALUES_RAW): Define.
5491 (union tree_node): Update for above changes.
5492 * tree.c (tree_node_structure_for_code) [tcc_type]: Return
5493 TS_TYPE_NON_COMMON.
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):
5499 Define.
5500
5501 2011-05-11 Jakub Jelinek <jakub@redhat.com>
5502
5503 PR debug/48159
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
5511 partition bitmap.
5512
5513 2011-05-11 Richard Guenther <rguenther@suse.de>
5514
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.
5521 (visit): Likewise.
5522 (gimple_type_eq): Adjust.
5523
5524 2011-05-11 Revital Eres <revital.eres@linaro.org>
5525
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.
5544
5545 2011-05-11 Richard Guenther <rguenther@suse.de>
5546
5547 PR middle-end/48953
5548 * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
5549
5550 2011-05-11 Joseph Myers <joseph@codesourcery.com>
5551
5552 * opts.c (finish_options): Move warning settings from process_options.
5553 * toplev.c (process_options): Move warning settings to finish_options.
5554
5555 2011-05-11 Richard Guenther <rguenther@suse.de>
5556
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.
5562
5563 2011-05-11 Richard Guenther <rguenther@suse.de>
5564
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.
5573
5574 2011-05-11 Revital Eres <revital.eres@linaro.org>
5575
5576 * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
5577 recognizing doloop.
5578
5579 2011-05-11 Revital Eres <revital.eres@linaro.org>
5580
5581 * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
5582 instead of PREV_INSN.
5583
5584 2011-05-11 Revital Eres <revital.eres@linaro.org>
5585
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 "*".
5589 (doloop_end): New.
5590 * config/arm/arm.md (*addsi3_compare0): Remove "*".
5591
5592 2011-05-10 Nathan Froyd <froydnj@codesourcery.com>
5593
5594 * tree.def (CASE_LABEL_EXPR): Add an operand.
5595 * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
5596
5597 2011-05-10 Joseph Myers <joseph@codesourcery.com>
5598
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.
5605
5606 2011-05-10 Michael Meissner <meissner@linux.vnet.ibm.com>
5607
5608 PR target/48857, 48495
5609 * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
5610 (VSX_MODE): Ditto.
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.
5617
5618 * config/rs6000/rs6000.c (rs6000_emit_move): Use
5619 ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
5620 VSX_VECTOR_MODE.
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.
5629
5630 2011-05-10 Joseph Myers <joseph@codesourcery.com>
5631
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.
5635
5636 2011-05-10 Joseph Myers <joseph@codesourcery.com>
5637
5638 * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
5639
5640 2011-05-10 Joseph Myers <joseph@codesourcery.com>
5641
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):
5664 Remove.
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.
5674
5675 2011-05-10 Joseph Myers <joseph@codesourcery.com>
5676
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.
5688
5689 2011-05-10 Georg-Johann Lay <avr@gjlay.de>
5690
5691 PR target/48896
5692 * config/avr/avr.c (avr_ret_register): Return unsigned int
5693 instead of 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
5697 expand_expr.
5698 (avr_expand_binop_builtin): Ditto.
5699 (avr_expand_unop_builtin): Ditto.
5700
5701 2011-05-10 DJ Delorie <dj@redhat.com>
5702
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
5707 used enough.
5708 * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
5709
5710 2011-05-10 Richard Guenther <rguenther@suse.de>
5711
5712 * tree-ssa-forwprop.c (combine_conversions): Pattern-match
5713 a series of conversions and apply foldings similar to what
5714 fold-const does.
5715 (tree_ssa_forward_propagate_single_use_vars): Call it.
5716
5717 2011-05-10 Jakub Jelinek <jakub@redhat.com>
5718
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.
5723
5724 PR debug/48928
5725 * dfp.c (decimal_to_decnumber): Handle conversion from
5726 dconst{1,2,m1,half}.
5727
5728 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
5729
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.
5733
5734 2011-05-09 Eric Botcazou <ebotcazou@adacore.com>
5735
5736 * fold-const.c (fold_range_test): Pass LOC to build_range_check.
5737 (fold_ternary_loc): Use expr_location_or.
5738
5739 2011-05-09 H.J. Lu <hongjiu.lu@intel.com>
5740
5741 PR debug/48853
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.
5745
5746 2011-05-09 Ville Voutilainen <ville.voutilainen@gmail.com>
5747
5748 * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
5749 TYPE_QUAL_RESTRICT): Convert to enum.
5750
5751 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
5752
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.
5761
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.
5769
5770 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
5771
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.
5776
5777 2011-05-09 Richard Guenther <rguenther@suse.de>
5778
5779 * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
5780 for diagnostics.
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.
5787
5788 2011-05-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5789
5790 * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
5791 temporary register to match Pmode.
5792
5793 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
5794
5795 * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
5796 and *vec_concatv4si_1_avx.
5797
5798 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
5799
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.
5807
5808 2011-05-09 Eric Botcazou <ebotcazou@adacore.com>
5809
5810 * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
5811 (dataflow_set_preserve_mem_locs): Likewise.
5812
5813 2011-05-09 Philipp Thomas <pth@suse.de>
5814
5815 * config/mep/mep.c (mep_validate_vliw): Syntax description
5816 should not be translated.
5817
5818 2011-05-09 Joseph Myers <joseph@codesourcery.com>
5819
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
5826 mips-cpus.def.
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
5835 definition.
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.
5840
5841 2011-05-08 Jan Hubicka <jh@suse.cz>
5842
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.
5846
5847 2011-05-09 Nick Clifton <nickc@redhat.com>
5848
5849 PR target/48899
5850 * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
5851 PROCESSOR_DEFAULT.
5852
5853 PR target/48897
5854 * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
5855 variable 's'.
5856
5857 2011-05-08 Chung-Lin Tang <cltang@codesourcery.com>
5858
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().
5863
5864 2011-05-08 Jan Hubicka <jh@suse.cz>
5865
5866 * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
5867 (cgraph_create_virtual_clone): Call hooks once virtual clone
5868 is finished.
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
5880 on parameter map.
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.
5887
5888 2011-05-08 Richard Guenther <rguenther@suse.de>
5889
5890 PR middle-end/48908
5891 PR middle-end/48905
5892 * expmed.c (expand_shift_1): Compute adjusted constant shift
5893 amount manually.
5894
5895 2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
5896
5897 * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
5898
5899 2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
5900
5901 * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
5902
5903 2011-05-08 Jonathan Wakely <jwakely.gcc@gmail.com>
5904
5905 * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
5906
5907 2011-05-07 Jan Hubicka <jh@suse.cz>
5908
5909 * ipa-inline-transform.c (inline_call): Account when program size
5910 decreases.
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.
5915
5916 2011-05-07 Eric Botcazou <ebotcazou@adacore.com>
5917
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.
5926
5927 2011-05-07 Zdenek Dvorak <ook@ucw.cz>
5928
5929 PR tree-optimization/48837
5930 * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
5931 when accumulator transformation is performed.
5932
5933 2011-05-06 Jan Hubicka <jh@suse.cz>
5934
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.
5942
5943 2011-05-06 Jan Hubicka <jh@suse.cz>
5944
5945 * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
5946
5947 2011-05-06 Jan Hubicka <jh@suse.cz>
5948
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):
5958 New macros.
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.
5986
5987 2011-05-06 Joseph Myers <joseph@codesourcery.com>
5988
5989 * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
5990 rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
5991 entries.
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.
5999
6000 2011-05-06 Cary Coutant <ccoutant@google.com>
6001
6002 * dwarf2out.c (contains_subprogram_definition): New function.
6003 (should_move_die_to_comdat): Call it.
6004
6005 2011-05-06 Jeff Law <law@redhat.com>
6006
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.
6012
6013 2011-05-06 Alan Modra <amodra@gmail.com>
6014
6015 PR target/48900
6016 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
6017 const0_rtx as the arg to the dummy __tls_get_addr libcall.
6018
6019 2011-05-06 Uros Bizjak <ubizjak@gmail.com>
6020
6021 * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
6022 constraint modifier to "r".
6023
6024 2011-05-06 Joseph Myers <joseph@codesourcery.com>
6025
6026 * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
6027 fall through for OPT_mcmodel_.
6028
6029 2011-05-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6030
6031 * config/s390/s390.c (s390_asm_trampoline_template): Comment
6032 instruction sizes.
6033 (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
6034
6035 2011-05-06 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
6036
6037 PR target/47930
6038 * config/arm/arm.opt (marm): Document it.
6039 (mthumb): Reject negative variant.
6040
6041 2011-05-06 Uros Bizjak <ubizjak@gmail.com>
6042
6043 PR target/48898
6044 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
6045 Fix typo in "ccvt" variable name.
6046
6047 2011-05-06 Tristan Gingold <gingold@adacore.com>
6048
6049 PR target/48895
6050 * config/vms/vms-ar.c (main): Remove cwd variable.
6051
6052 2011-05-06 Jakub Jelinek <jakub@redhat.com>
6053
6054 PR debug/48902
6055 * var-tracking.c (prepare_call_arguments): Move else before #endif.
6056
6057 2011-05-05 Nathan Froyd <froydnj@codesourcery.com>
6058
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.
6066
6067 2011-05-05 Jason Merrill <jason@redhat.com>
6068
6069 PR c++/40975
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
6073 STATEMENT_LIST.
6074
6075 2011-05-05 Joseph Myers <joseph@codesourcery.com>
6076
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.
6080
6081 2011-05-05 Bernd Schmidt <bernds@codesourcery.com>
6082
6083 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
6084 POST_MODIFY.
6085
6086 2011-05-05 Steve Ellcey <sje@cup.hp.com>
6087
6088 * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
6089 for 11.31.
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.
6098
6099 2011-05-05 Jakub Jelinek <jakub@redhat.com>
6100
6101 PR debug/48853
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
6106 VOIDmode.
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.
6111
6112 2011-05-05 Julian Brown <julian@codesourcery.com>
6113
6114 * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
6115 parenthesis in D-register case.
6116
6117 2011-05-05 Joseph Myers <joseph@codesourcery.com>
6118
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.
6137 (mrecip=): Use Var.
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.
6147 (mfpu=): Use Enum.
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
6162 definition.
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.
6172
6173 2011-05-05 Michael Matz <matz@suse.de>
6174
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.
6191
6192 2011-05-05 Richard Guenther <rguenther@suse.de>
6193
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.
6199
6200 2011-05-05 Jakub Jelinek <jakub@redhat.com>
6201
6202 * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
6203
6204 2011-05-05 Eric Botcazou <ebotcazou@adacore.com>
6205
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.
6221
6222 2011-05-05 Uros Bizjak <ubizjak@gmail.com>
6223
6224 * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
6225 conditions.
6226 (*movdf_internal): Ditto.
6227 (*movdf_internal_nointeger): Ditto.
6228 (*movsf_internal): Ditto.
6229
6230 2011-05-05 Joseph Myers <joseph@codesourcery.com>
6231
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
6241 get_pending_sizes.
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
6251 grokparm.
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.
6255
6256 2011-05-05 Michael Hope <michael.hope@linaro.org>
6257
6258 PR pch/45979
6259 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
6260 __ARM_EABI__ hosts.
6261
6262 2011-05-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6263
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.
6267
6268 2011-05-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6269
6270 * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
6271 targetm.asm_out.print_operand.
6272 * config/sol2.c: Include target.h.
6273
6274 2011-05-04 Jan Hubicka <jh@suse.cz>
6275
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
6282 recomputing it.
6283
6284 2011-05-04 Bernd Schmidt <bernds@codesourcery.com>
6285
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.
6289
6290 2011-05-04 Tobias Burnus <burnus@net-b.de>
6291
6292 PR fortran/48864
6293 * doc/invoke.texi (Ofast): Document that it
6294 enables Fortran's -fno-protect-parens.
6295
6296 2011-05-04 Uros Bizjak <ubizjak@gmail.com>
6297
6298 * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
6299
6300 2011-05-04 Eric Botcazou <ebotcazou@adacore.com>
6301
6302 * stor-layout.c (variable_size): Do not issue errors.
6303
6304 2011-05-04 Richard Guenther <rguenther@suse.de>
6305
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.
6311
6312 2011-05-04 Richard Guenther <rguenther@suse.de>
6313
6314 * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
6315 to build_int_cst.
6316 * c-typeck.c (really_start_incremental_init): Use bitsize_int
6317 for constructor indices.
6318 (push_init_level): Likewise.
6319
6320 2011-05-04 Richard Guenther <rguenther@suse.de>
6321
6322 * explow.c (promote_mode): Move variable declarations before code.
6323
6324 2011-05-04 Nathan Froyd <froydnj@codesourcery.com>
6325
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.
6332
6333 2011-05-04 Richard Sandiford <richard.sandiford@linaro.org>
6334
6335 * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
6336 before setting STMT_VINFO_TYPE.
6337
6338 2011-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6339
6340 * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
6341 instead of spu_pass_by_reference.
6342
6343 2011-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6344
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.
6352
6353 * doc/tm.texi: Document that TYPE argument might be NULL.
6354
6355 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
6356
6357 * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
6358
6359 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
6360
6361 From Bernd Schmidt
6362 * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
6363
6364 2011-05-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6365
6366 * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
6367 (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
6368 Move ...
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.
6379 (STATIC): Remove.
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.
6387
6388 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
6389
6390 From Jie Zhang
6391 *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
6392 (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
6393
6394 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
6395
6396 From Bernd Schmidt
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.
6402
6403 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
6404
6405 From Jie Zhang
6406 * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
6407
6408 2011-05-04 Nick Clifton <nickc@redhat.com>
6409
6410 * config/mn10300/mn10300.c: Include cfgloop.h.
6411 (DUMP): New macro.
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.
6430 (Lcc): New pattern.
6431 (FLcc): New pattern.
6432
6433 2011-05-04 Uros Bizjak <ubizjak@gmail.com>
6434
6435 PR target/48860
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.
6442
6443 Revert:
6444 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
6445
6446 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
6447 reg<->xmm moves.
6448 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
6449
6450 2011-05-04 Richard Guenther <rguenther@suse.de>
6451
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.
6489
6490 2011-05-03 Mark Wielaard <mjw@redhat.com>
6491
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.
6501
6502 2011-05-04 Alexandre Oliva <aoliva@redhat.com>
6503
6504 PR other/48093
6505 * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
6506
6507 2011-05-04 Alexandre Oliva <aoliva@redhat.com>
6508
6509 PR debug/47994
6510 PR debug/47919
6511 * combine.c (try_combine): Skip debug insns at m_split tests.
6512
6513 2011-04-26 Mark Wielaard <mjw@redhat.com>
6514
6515 PR42288
6516 * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
6517 when info_section_emitted.
6518
6519 2011-05-03 Joseph Myers <joseph@codesourcery.com>
6520
6521 * config/mips/mips-opts.h: New.
6522 * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
6523 to mips-opts.h.
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
6527 via opts pointer.
6528 * config/mips/mips.h (enum mips_code_readable_setting): Move to
6529 mips-opts.h.
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.
6538
6539 2011-05-03 Jan Hubicka <jh@suse.cz>
6540
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.
6562
6563 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6564
6565 From Mike Frysinger:
6566 * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
6567 bf542/bf544/bf547/bf548/bf549.
6568
6569 2011-05-03 Uros Bizjak <ubizjak@gmail.com>
6570
6571 * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
6572
6573 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6574
6575 From Bernd Schmidt:
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.
6580
6581 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6582
6583 From Bernd Schmidt
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.
6589
6590 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6591
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.
6595
6596 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6597
6598 * config/i386/i386.c (ix86_code_end): Call build_function_type_list
6599 instead of build_function_type.
6600
6601 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6602
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.
6607
6608 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6609
6610 * config/sh/sh.c (sh_media_init_builtins): Call
6611 build_function_type_list instead of build_function_type.
6612
6613 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6614
6615 * config/sparc/sparc.c (sparc_file_end): Call
6616 build_function_type_list instead of build_function_type.
6617
6618 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6619
6620 * config/alpha/alpha.c (alpha_init_builtins): Call
6621 build_function_type_list instead of build_function_type.
6622
6623 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6624
6625 * config/xtensa/xtensa.c (xtensa_init_builtins): Call
6626 build_function_type_list instead of build_function_type.
6627
6628 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6629
6630 * config/iq2000/i2000.c (iq2000_init_builtins): Call
6631 build_function_type_list instead of build_function_type.
6632 Delete `endlink' variable.
6633
6634 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6635
6636 * config/avr/avr.c (avr_init_builtins): Call
6637 build_function_type_list instead of build_function_type.
6638
6639 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6640
6641 * config/picochip/picochip.c (picochip_init_builtins): Call
6642 build_function_type_list instead of build_function_type.
6643 Delete `endlink' variable.
6644
6645 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
6646
6647 * config/bfin/bfin.c (bfin_init_builtins): Call
6648 build_function_type_list instead of build_function_type.
6649
6650 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6651
6652 From Bernd Schmidt
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.
6655
6656 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6657
6658 From Jie Zhang:
6659 * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
6660 libbffastfp overrides libgcc when -mfast-fp.
6661
6662 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6663
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
6667 TARGET_FDPIC.
6668
6669 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
6670
6671 Originally From Bernd Schmidt
6672 * config/bfin/bfin.c (override_options): Disable -fstack-limit for
6673 FD-PIC.
6674
6675 2011-05-03 Jeff Law <law@redhat.com>
6676
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
6681 clearing it.
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.
6686
6687 2011-05-03 Bernd Schmidt <bernds@codesourcery.com>
6688
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.
6695
6696 2011-05-03 Uros Bizjak <ubizjak@gmail.com>
6697 Jakub Jelinek <jakub@redhat.com>
6698
6699 PR target/48774
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.
6702
6703 2011-05-03 Bernd Schmidt <bernds@codesourcery.com>
6704
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.
6711 (ret_rtx): New.
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):
6721 Likewise.
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.
6728
6729 2011-05-03 Richard Guenther <rguenther@suse.de>
6730
6731 PR lto/48846
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.
6735
6736 2011-05-03 Richard Guenther <rguenther@suse.de>
6737
6738 * c-decl.c (grokdeclarator): Instead of looking at
6739 TREE_OVERFLOW check if the constant fits in the index type.
6740
6741 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
6742
6743 * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
6744 (vec_store_lanes<mode><mode>): Likewise.
6745
6746 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
6747
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
6771 interleaved stores.
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.
6776
6777 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
6778
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.
6788
6789 2011-05-03 Eric Botcazou <ebotcazou@adacore.com>
6790
6791 PR target/48723
6792 * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
6793 for -fstack-check if the size to allocate is negative.
6794
6795 2011-05-02 Lawrence Crowl <crowl@google.com>
6796
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
6799 already running.
6800 (timevar_cond_stop): New for stopping a timer when it was not already
6801 running.
6802
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.
6806
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.
6816
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.
6820
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.
6826
6827 * c-decl.c (c_write_global_declarations): Add start/stop of
6828 TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
6829
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.
6834
6835 2011-05-02 Jason Merrill <jason@redhat.com>
6836
6837 PR c++/40975
6838 * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
6839
6840 2011-05-02 Simon Martin <simartin@users.sourceforge.net>
6841
6842 PR c/35445
6843 * c-decl.c (finish_decl): Only create a composite if the types are
6844 compatible.
6845
6846 2011-05-02 Joseph Myers <joseph@codesourcery.com>
6847
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.
6860
6861 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
6862
6863 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
6864 reg<->xmm moves.
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.
6874
6875 2011-05-02 Stuart Henderson <shenders@gcc.gnu.org>
6876
6877 PR target/47951
6878 * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
6879 inputs match the output.
6880
6881 2011-05-02 Andreas Schwab <schwab@linux-m68k.org>
6882
6883 PR target/47955
6884 * config/m68k/m68k.c (m68k_expand_prologue): Set
6885 current_function_static_stack_size.
6886
6887 2011-05-02 Jan Hubicka <jh@suse.cz>
6888
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.
6893
6894 2011-05-02 Joseph Myers <joseph@codesourcery.com>
6895
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
6913 to m68k-opts.h.
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.
6918
6919 2011-05-02 Richard Guenther <rguenther@suse.de>
6920
6921 * varasm.c (output_constructor_regular_field): Compute zero-based
6922 index with double-ints. Make sure to ICE instead of producing
6923 wrong code.
6924 * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
6925 in asserts. Properly use a signed type.
6926
6927 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
6928
6929 * config/i386/sse.md (V): New mode iterator.
6930 (V_128): Rename from SSEMODE. Make V2DF mode conditional on
6931 TARGET_SSE2.
6932 (V_256): Rename from AVX256MODE.
6933 (VF): Make V4SF mode unconditional. Add TARGET_SSE instruction
6934 condition to all users.
6935 (VF1): Ditto.
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
6953 unconditional.
6954 (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO. Make V4SF mode
6955 unconditional.
6956 (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
6957 xop_pcmov_<mode>256. Use V mode iterator.
6958
6959 Adjust RTX patterns globally for renamed mode attributes.
6960
6961 2011-05-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6962
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.
6966
6967 2011-05-02 Richard Guenther <rguenther@suse.de>
6968
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.
6972
6973 2011-05-02 Jan Hubicka <jh@suse.cz>
6974
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
6983 functions.
6984
6985 2011-05-02 Richard Guenther <rguenther@suse.de>
6986
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.
6990
6991 2011-05-01 Jan Hubicka <jh@suse.cz>
6992
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
6997 on stack usage.
6998 (dump_inline_summary): Export.
6999 (debug_inline_summary): Declare as DEBUG_FUNCTION.
7000
7001 2011-05-01 Anatoly Sokolov <aesok@post.ru>
7002
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
7007 reg_class_t.
7008 * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
7009 Update prototype.
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
7015 to reg_class_t.
7016 * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
7017 memory_move_cost call.
7018
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.
7022
7023 2011-04-30 Jan Hubicka <jh@suse.cz>
7024
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.
7029
7030 2011-04-30 Jan Hubicka <jh@suse.cz>
7031
7032 * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
7033 flags.
7034
7035 2011-04-30 Anatoly Sokolov <aesok@post.ru>
7036
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
7046 functions.
7047
7048 2011-04-30 Jan Hubicka <jh@suse.cz>
7049
7050 PR middle-end/48752
7051 * ipa-inline.c (early_inliner): Disable when doing late
7052 addition of function.
7053
7054 2011-04-30 Jakub Jelinek <jakub@redhat.com>
7055
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
7075 next_die_offset.
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
7084 vector entries.
7085 (resolve_addr): Call mark_base_types.
7086 (dwarf2out_finish): Call move_marked_base_types.
7087
7088 PR tree-optimization/48809
7089 * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
7090 type.
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.
7094
7095 2011-04-29 Jeff Law <law@redhat.com>
7096
7097 * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
7098
7099 2011-04-29 Martin Jambor <mjambor@suse.cz>
7100
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
7121 comments.
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.
7128 (ipa.o): Likewise.
7129 (ipa-inline.o): Likewise.
7130
7131 2011-04-29 Jan Hubicka <jh@suse.cz>
7132
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
7139 ordered.
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.
7152
7153 2011-04-29 Nicola Pero <nicola.pero@meta-innovation.com>
7154
7155 * Makefile.in (ENABLE_MAINTAINER_RULES): New.
7156
7157 2011-04-27 Xinliang David Li <davidxl@google.com>
7158
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.
7163
7164 2011-04-29 Richard Guenther <rguenther@suse.de>
7165
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
7184 indices.
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.
7189
7190 2011-04-29 Richard Guenther <rguenther@suse.de>
7191
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.
7214
7215 2011-04-29 Richard Guenther <rguenther@suse.de>
7216
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
7220 predict kind.
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.
7223
7224 2011-04-29 Michael Matz <matz@suse.de>
7225
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.
7229
7230 2011-04-29 Richard Guenther <rguenther@suse.de>
7231
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
7235 for all indexes.
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.
7244
7245 2011-04-29 Richard Guenther <rguenther@suse.de>
7246
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.
7250
7251 2011-04-29 Alexandre Oliva <aoliva@redhat.com>
7252
7253 * haifa-sched.c (last_nondebug_scheduled_insn): New.
7254 (rank_for_schedule): Use it.
7255 (schedule_block): Set it.
7256
7257 2011-04-28 David Li <davidxl@google.com>
7258
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.
7282
7283 2011-04-29 Alan Modra <amodra@gmail.com>
7284
7285 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
7286 unspec plus offset. Tidy macho code.
7287
7288 2011-04-29 Martin Jambor <mjambor@suse.cz>
7289
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.
7293
7294 2011-04-28 Ira Rosen <ira.rosen@linaro.org>
7295
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
7305 SLP statement.
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):
7310 Likewise.
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.
7315
7316 2011-04-28 Jakub Jelinek <jakub@redhat.com>
7317
7318 PR middle-end/48597
7319 * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
7320 inline asm.
7321
7322 2011-04-28 Joseph Myers <joseph@codesourcery.com>
7323
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
7329 linux*.h headers.
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
7336 REG_NAME.
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.
7341
7342 2011-04-28 Jan Hubicka <jh@suse.cz>
7343
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.
7348
7349 2011-04-28 Richard Guenther <rguenther@suse.de>
7350
7351 PR bootstrap/48804
7352 Revert
7353 2011-04-28 Richard Guenther <rguenther@suse.de>
7354
7355 * tree-ssa-structalias.c (solve_constraints): Build succ graph
7356 as late as possible.
7357
7358 2011-04-28 Richard Guenther <rguenther@suse.de>
7359
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.
7368
7369 2011-04-28 Richard Guenther <rguenther@suse.de>
7370
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.
7375
7376 2011-04-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
7377
7378 * internal-fn.h (internal_fn_name_array): Declare.
7379 (internal_fn_flags_array): Likewise.
7380
7381 2011-04-27 Uros Bizjak <ubizjak@gmail.com>
7382
7383 * config/i386/i386.md (ssemodesuffix): Merge with ssevecsize,
7384 ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
7385 Move from sse.md.
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
7407 mode attribute.
7408
7409 Adjust RTX patterns globally for renamed mode attributes.
7410
7411 2011-04-27 Jan Hubcika <jh@suse.cz>
7412
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.
7446
7447 2011-04-27 Richard Guenther <rguenther@suse.de>
7448
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.
7456
7457 2011-04-27 Jan Hubicka <jh@suse.cz>
7458
7459 * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
7460
7461 2011-04-27 Uros Bizjak <ubizjak@gmail.com>
7462
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.
7469
7470 2011-04-27 Richard Guenther <rguenther@suse.de>
7471
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.
7500
7501 2011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7502
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.
7509
7510 2011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7511
7512 * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
7513
7514 2011-04-27 Jan Hubicka <jh@suse.cz>
7515
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.
7520
7521 2011-04-27 Richard Guenther <rguenther@suse.de>
7522
7523 PR tree-optimization/48772
7524 * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
7525
7526 2011-04-27 Richard Guenther <rguenther@suse.de>
7527
7528 * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
7529 TARGET_MEM_REF handling.
7530
7531 2011-04-27 Nick Clifton <nickc@redhat.com>
7532
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.
7546
7547 * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
7548 end of the regno_reg_class array.
7549
7550 2011-04-27 Jakub Jelinek <jakub@redhat.com>
7551
7552 PR c/48742
7553 * c-typeck.c (build_binary_op): Don't wrap arguments if
7554 int_operands is true.
7555
7556 2011-04-26 Kaz Kojima <kkojima@gcc.gnu.org>
7557
7558 PR target/48767
7559 * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
7560 targetm.calls.must_pass_in_stack for void type.
7561
7562 2011-04-26 Jan Hubicka <jh@suse.cz>
7563
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
7579 prototype.
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):
7590 New.
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.
7610
7611 2011-04-26 Jason Merrill <jason@redhat.com>
7612
7613 * tree-eh.c (lower_try_finally_switch): Create the label along with
7614 the CASE_LABEL_EXPR.
7615
7616 2011-04-26 David S. Miller <davem@davemloft.net>
7617 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7618
7619 * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
7620 * configure: Regenerate.
7621
7622 2011-04-26 Michael Meissner <meissner@linux.vnet.ibm.com>
7623
7624 PR target/48258
7625 * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
7626 reduction.
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.
7632
7633 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
7634 support for extracting SF on VSX.
7635
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.
7645
7646 2011-04-26 Joseph Myers <joseph@codesourcery.com>
7647
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 *.
7652
7653 2011-04-26 Xinliang David Li <davidxl@google.com>
7654
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.
7663
7664 2011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7665
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.
7669
7670 2011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7671
7672 * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
7673 * config/mips/mips.opt (mmips-tfile): Remove.
7674
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.
7680
7681 2011-04-26 Jakub Jelinek <jakub@redhat.com>
7682
7683 PR debug/48768
7684 * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
7685 is error_mark_node, set value to NULL.
7686
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.
7691
7692 2011-04-26 Uros Bizjak <ubizjak@gmail.com>
7693
7694 * config/i386/predicates.md (ext_QIreg_operand): Remove extra
7695 mode check.
7696 (ext_QIreg_nomode_operands): Remove.
7697 * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
7698 (*andsi_1): Ditto.
7699 (*andhi_1): Ditto.
7700
7701 2011-04-26 Andrew Stubbs <ams@codesourcery.com>
7702
7703 * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
7704
7705 2011-04-26 Richard Guenther <rguenther@suse.de>
7706
7707 * c-typeck.c (build_unary_op): Do not expand array-refs via
7708 pointer arithmetic. Only adjust qualifiers for function types.
7709
7710 2011-04-26 Richard Guenther <rguenther@suse.de>
7711
7712 PR middle-end/48694
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.
7717
7718 2011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
7719
7720 * doc/extend.texi: Document __underlying_type.
7721
7722 2011-04-25 Segher Boessenkool <segher@kernel.crashing.org>
7723
7724 * config/rs6000/titan.md (automata_option "progress"): Remove.
7725
7726 2011-04-25 Jeff Law <law@redhat.com>
7727
7728 * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
7729
7730 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7731
7732 * system.h (ENUM_BITFIELD): Remove.
7733
7734 2011-04-25 Maxim Kuvyrkov <maxim@codesourcery.com>
7735 Eric Botcazou <ebotcazou@adacore.com>
7736
7737 * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
7738 for STORE_FLAG_VALUE==-1 case.
7739
7740 2011-04-24 Richard Sandiford <richard.sandiford@linaro.org>
7741
7742 PR target/43804
7743 * config/m68k/constraints.md (T): Allow PIC operands that satisfy
7744 LEGITIMATE_PIC_OPERAND_P.
7745
7746 2011-04-24 Jan Hubicka <jh@suse.cz>
7747
7748 * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
7749 WPA hack.
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
7758 predicate length.
7759
7760 2011-04-24 Paolo Carlini <paolo.carlini@oracle.com>
7761
7762 PR other/48748
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.
7766
7767 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
7768
7769 * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
7770 testsuite and make it version agnostic.
7771
7772 2011-04-22 Jan Hubicka <jh@suse.cz>
7773
7774 * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
7775
7776 2011-04-23 Jakub Jelinek <jakub@redhat.com>
7777
7778 PR c/48685
7779 * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
7780 to VOID_TYPE even around MODIFY_EXPR.
7781
7782 2011-04-22 Mike Stump <mikestump@comcast.net>
7783
7784 * gensupport.c (read_md_rtx): Fix typo in comment.
7785 * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
7786 comment.
7787
7788 2011-04-22 Jan Hubicka <jh@suse.cz>
7789
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
7817 functions.
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):
7855 Declare.
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.
7864
7865 2011-04-22 Richard Guenther <rguenther@suse.de>
7866
7867 * tree.c (build_int_cst): Properly create canonicalized integer
7868 constants.
7869 (build_int_cst_type): Remove scary comments.
7870
7871 2011-04-22 Xinliang David Li <davidxl@google.com>
7872
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.
7877
7878 2011-04-22 Jakub Jelinek <jakub@redhat.com>
7879
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.
7883
7884 2011-04-22 Joseph Myers <joseph@codesourcery.com>
7885
7886 * config/bfin/bfin-protos.h (Mmode): Don't define. Expand
7887 definition where used.
7888
7889 2011-04-22 Jakub Jelinek <jakub@redhat.com>
7890
7891 PR c/48716
7892 * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
7893 TREE_STATIC variables declared inside of some OpenMP construct.
7894
7895 2011-04-22 Martin Jambor <mjambor@suse.cz>
7896
7897 PR middle-end/48585
7898 * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
7899
7900 2011-04-22 Alexander Monakov <amonakov@ispras.ru>
7901
7902 PR c/36750
7903 * c-typeck.c (pop_init_level): Do not warn about initializing
7904 with ` = {0}'.
7905
7906 2011-04-22 Alan Modra <amodra@gmail.com>
7907
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
7920 operand.
7921 * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
7922 sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
7923 sibcall_value_symbolic_64): Delete.
7924
7925 2011-04-21 Xinliang David Li <davidxl@google.com>
7926
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.
7939
7940 2011-04-21 Ian Lance Taylor <iant@google.com>
7941
7942 * godump.c (go_format_type): Use exported Go name for anonymous
7943 field name.
7944
7945 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
7946
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.
7950
7951 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
7952
7953 * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
7954 build_function_type_list instead of build_function_type.
7955 Delete variable `endlink'.
7956
7957 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
7958
7959 * config/s390/s390.c (s390_init_builtins): Call
7960 build_function_type_list instead of build_function_type.
7961
7962 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
7963
7964 * config/ia64/ia64.c (ia64_init_builtins): Call
7965 build_function_type_list instead of builtin_function_type.
7966
7967 2011-04-21 Easwaran Raman <eraman@google.com>
7968
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.
7976
7977 2011-04-21 Dimitrios Apostolou <jimis@gmx.net>
7978 Jeff Law <law@redhat.com>
7979
7980 * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
7981 * gengtype.c (matching_file_name_substitute): Likewise.
7982
7983 2011-04-21 Richard Guenther <rguenther@suse.de>
7984
7985 PR lto/48703
7986 * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
7987
7988 2011-04-21 Eric Botcazou <ebotcazou@adacore.com>
7989
7990 * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
7991
7992 2011-04-21 Richard Guenther <rguenther@suse.de>
7993
7994 * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
7995 file name.
7996
7997 2011-04-21 Richard Guenther <rguenther@suse.de>
7998
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.
8013
8014 2011-04-21 Tristan Gingold <gingold@adacore.com>
8015
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.
8019
8020 2011-04-21 Tristan Gingold <gingold@adacore.com>
8021
8022 * config/ia64/ia64.c (ia64_start_function): Add a guard.
8023
8024 2011-04-21 Uros Bizjak <ubizjak@gmail.com>
8025
8026 PR target/48708
8027 * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
8028 vec_extract and vec_concat for non-SSE4_1 targets.
8029
8030 2011-04-21 Richard Guenther <rguenther@suse.de>
8031
8032 * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
8033 return statements.
8034
8035 2011-04-21 Joseph Myers <joseph@codesourcery.com>
8036
8037 * config/i386/cygming.h (union tree_node, TREE): Don't define or
8038 undefine.
8039 (FILE): Don't undefine.
8040
8041 2011-04-21 Joseph Myers <joseph@codesourcery.com>
8042
8043 * config/alpha/alpha.c (struct machine_function): Use rtx, not
8044 struct rtx_def *.
8045 * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
8046 struct rtx_def *.
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
8050 rtx_def *.
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
8056 rtx_def *.
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
8062 struct rtx_def *.
8063 * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
8064 rtx_def *.
8065 * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
8066
8067 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
8068
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.
8072
8073 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
8074
8075 PR target/46329
8076 * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
8077 for all Neon struct constants.
8078
8079 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
8080
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.
8097
8098 * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
8099 mode argument.
8100 * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
8101 * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
8102 argument.
8103 (TARGET_LEGITIMATE_CONSTANT_P): Define.
8104 * config/alpha/predicates.md (input_operand): Update call to
8105 alpha_legitimate_constant_p.
8106
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.
8114
8115 * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
8116
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.
8123
8124 * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
8125
8126 * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
8127
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.
8132
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.
8136
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
8141 argument.
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.
8146
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.
8151
8152 * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
8153
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.
8158
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.
8162
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.
8166
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.
8175
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.
8179
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.
8186
8187 * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
8188 Delete.
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.
8194
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.
8200
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
8205 a mode argument.
8206 (mmix_print_operand_address): Update accordingly.
8207
8208 * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
8209 Delete.
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.
8214
8215 * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
8216
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.
8220
8221 * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
8222
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.
8226
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.
8230
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.
8238
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.
8245
8246 * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
8247
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.
8251
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
8257 argument.
8258 (constant_address_p): Update accordingly.
8259
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.
8267
8268 * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
8269
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.
8273
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.
8277
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.
8281
8282 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
8283
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
8296 argument.
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
8307 argument.
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
8315 argument.
8316 * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
8317 * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
8318 to...
8319 (xtensa_cannot_force_const_mem): ...this new function.
8320
8321 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
8322
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.
8326
8327 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
8328
8329 * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
8330 instead of build_function_type.
8331
8332 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
8333
8334 * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
8335 instead of build_function_type.
8336
8337 2011-04-20 Uros Bizjak <ubizjak@gmail.com>
8338
8339 PR target/48678
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.
8349
8350 2011-04-20 Easwaran Raman <eraman@google.com>
8351
8352 * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
8353 containing union type only with -fstrict-aliasing.
8354
8355 2011-04-20 Jim Meyering <meyering@redhat.com>
8356
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.
8393
8394 2011-04-20 Jakub Jelinek <jakub@redhat.com>
8395
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.
8399
8400 2011-04-20 Catherine Moore <clm@codesourcery.com>
8401
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
8405 fixing 24K errata.
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.
8409
8410 2011-04-20 Chung-Lin Tang <cltang@codesourcery.com>
8411
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.
8414
8415 2011-04-20 Andrew Stubbs <ams@codesourcery.com>
8416
8417 * config/arm/arm.c (arm_gen_constant): Move movw support ....
8418 (const_ok_for_op): ... to here.
8419
8420 2011-04-20 Kai Tietz <ktietz@redhat.com>
8421
8422 * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
8423 and (X && !Y) | (!X && Y) optimization to (X ^ Y).
8424
8425 2011-04-20 Andrew Stubbs <ams@codesourcery.com>
8426
8427 * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
8428
8429 2011-04-20 Richard Guenther <rguenther@suse.de>
8430
8431 PR tree-optimization/47892
8432 * tree-if-conv.c (if_convertible_stmt_p): Const builtins
8433 are if-convertible.
8434
8435 2011-04-20 Eric Botcazou <ebotcazou@adacore.com>
8436
8437 * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
8438
8439 2011-04-20 Tristan Gingold <gingold@adacore.com>
8440
8441 * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
8442
8443 2011-04-20 Georg-Johann Lay <avr@gjlay.de>
8444
8445 PR target/18145
8446
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.
8452
8453 * config/avr/avr-protos.h (avr_asm_output_aligned_common):
8454 New prototype.
8455
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
8464 from here to...
8465 (avr_file_end): ...here.
8466
8467 2011-04-20 Richard Guenther <rguenther@suse.de>
8468
8469 PR middle-end/48695
8470 * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
8471 objects and types here. Adjust for their offset before comparing.
8472
8473 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
8474
8475 * tree-vect-stmts.c (vectorizable_store): Only chain one related
8476 statement per copy.
8477
8478 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
8479
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
8490 internal_fn field.
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
8519 functions.
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.
8541
8542 2011-04-19 Jan Hubicka <jh@suse.cz>
8543
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.
8547
8548 2011-04-19 Jan Hubicka <jh@suse.cz>
8549
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;
8554 make global.
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):
8565 Declare.
8566 * Makefile.in (ipa-inline-transform.o): New file.
8567 * cgraphunit.c (save_inline_function_body): Move to
8568 ipa-inline-transform.c
8569
8570 2011-04-19 DJ Delorie <dj@redhat.com>
8571
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
8579 int" wchar type.
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
8584 the compiler.
8585
8586 2011-04-19 Anatoly Sokolov <aesok@post.ru>
8587
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.
8591
8592 2011-04-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8593
8594 * doc/install.texi (Configuration, --enable-threads): Remove mach.
8595 Add lynx, mipssde. Sort table.
8596
8597 2011-04-19 Xinliang David Li <davidxl@google.com>
8598
8599 * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
8600 not negative.
8601
8602 2011-04-19 Jakub Jelinek <jakub@redhat.com>
8603
8604 PR target/48678
8605 * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
8606 is a SUBREG with non-MODE_INT mode inside of it.
8607
8608 2011-04-19 Martin Jambor <mjambor@suse.cz>
8609
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.
8615
8616 2011-04-19 Martin Jambor <mjambor@suse.cz>
8617
8618 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
8619 non-pointer assignments.
8620
8621 2011-04-19 Martin Jambor <mjambor@suse.cz>
8622
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.
8633
8634 2011-04-19 Eric Botcazou <ebotcazou@adacore.com>
8635
8636 PR lto/48148
8637 * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
8638 the types if they have different enumeration identifiers.
8639
8640 2011-04-19 Jan Hubicka <jh@suse.cz>
8641
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.
8646
8647 2011-04-19 Richard Guenther <rguenther@suse.de>
8648
8649 PR lto/48207
8650 * tree.c (free_lang_data): Do not reset the decl-assembler-name
8651 langhook.
8652
8653 2011-04-19 Eric Botcazou <ebotcazou@adacore.com>
8654
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.
8657
8658 2011-04-19 Bernd Schmidt <bernds@codesourcery.com>
8659
8660 PR fortran/47976
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.
8664
8665 2011-04-19 Basile Starynkevitch <basile@starynkevitch.net>
8666
8667 * gengtype.h: Updated copyright year.
8668 (struct input_file_st): Add inpisplugin field.
8669 (type_fileloc): New function.
8670 * gengtype.c
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.
8676
8677 2011-04-19 Nicola Pero <nicola.pero@meta-innovation.com>
8678
8679 * gengtype-state.c (string_eq): New.
8680 (read_state): Use string_eq instead of strcmp when creating the
8681 state_ident_tab.
8682
8683 2011-04-19 Wei Guozhi <carrot@google.com>
8684
8685 PR target/47855
8686 * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
8687 * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
8688 linkage.
8689 * config/arm/constraints.md (Uu): New constraint.
8690 * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
8691
8692 2011-04-19 Tristan Gingold <gingold@adacore.com>
8693
8694 * config.gcc (-*-*-*vms): Added.
8695 (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
8696 definitions moved.
8697 * config/vms/vms-ld.c: New file.
8698 * config/vms/vms-ar.c: New file.
8699 * config/vms/t-vmsnative: New file.
8700
8701 2011-04-18 Xinliang David Li <davidxl@google.com>
8702
8703 * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
8704
8705 2011-04-18 Jakub Jelinek <jakub@redhat.com>
8706
8707 PR middle-end/48661
8708 * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
8709 if TREE_TYPE (v) is non-NULL.
8710
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
8715 callers.
8716 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
8717
8718 2011-04-18 Michael Matz <matz@suse.de>
8719 Steve Ellcey <sje@cup.hp.com>
8720
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.
8723
8724 2011-04-18 Dennis, CHENG Renquan <crquan@fedoraproject.org>
8725
8726 * doc/passes.texi: Fill crossref nodes.
8727
8728 2011-04-18 Jim Meyering <meyering@redhat.com>
8729
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.
8736
8737 2011-04-18 Uros Bizjak <ubizjak@gmail.com>
8738
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
8750 iterator.
8751 (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
8752 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
8753 (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
8754
8755 2011-04-18 Jan Hubicka <jh@suse.cz>
8756
8757 * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
8758
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
8761 ipa_inline.
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.
8774
8775 2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
8776
8777 * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
8778
8779 2011-04-18 Jie Zhang <jie@codesourcery.com>
8780 Richard Earnshaw <rearnsha@arm.com>
8781
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.
8794
8795 * arm.h (enum arm_builtins): Move to ...
8796 * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
8797
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.
8807
8808 2011-04-18 Richard Guenther <rguenther@suse.de>
8809
8810 * tree.c (upper_bound_in_type): Build properly canonicalized
8811 INTEGER_CSTs.
8812 (lower_bound_in_type): Likewise.
8813
8814 2011-04-18 Richard Guenther <rguenther@suse.de>
8815
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
8819 for direct calls.
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.
8822
8823 2011-04-18 Richard Guenther <rguenther@suse.de>
8824
8825 PR middle-end/48650
8826 * tree.c (build_string): STRING_CST is now derived from tree_typed.
8827
8828 2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
8829
8830 PR lto/48492
8831 * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
8832 DECL_IN_CONSTANT_POOL without RTL.
8833
8834 2011-04-18 Ulrich Weigand <ulrich.weigand@linaro.org>
8835 Ira Rosen <ira.rosen@linaro.org>
8836
8837 PR target/48252
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.
8843
8844 2011-04-18 Jakub Jelinek <jakub@redhat.com>
8845
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.
8850
8851 2011-04-17 Chung-Lin Tang <cltang@codesourcery.com>
8852
8853 * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
8854 memory operands.
8855
8856 2011-04-17 Richard Sandiford <rdsandiford@googlemail.com>
8857
8858 PR target/43700
8859 * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
8860 registers.
8861
8862 2011-04-17 Jan Hubicka <jh@suse.cz>
8863
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.
8869
8870 2011-04-17 Jan Hubicka <jh@suse.cz>
8871
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
8876 method.
8877 * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
8878 gimple-fold.c
8879 * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
8880
8881 2011-04-17 Eric Botcazou <ebotcazou@adacore.com>
8882
8883 PR lto/48538
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.
8887
8888 2011-04-17 Revital Eres <revital.eres@linaro.org>
8889
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.
8893
8894 2011-04-17 Jan Hubicka <jh@suse.cz>
8895
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.
8899 (MAX_TIME): Remove.
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
8922 valid FIXME.
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.
8962
8963 2011-04-17 Revital Eres <revital.eres@linaro.org>
8964
8965 * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
8966
8967 2011-04-17 Revital Eres <revital.eres@linaro.org>
8968
8969 * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
8970
8971 2011-04-17 Michael Matz <matz@suse.de>
8972
8973 PR tree-optimization/48622
8974 PR lto/48645
8975 * ipa-inline-analysis.c (inline_read_summary): Read size/time
8976 in same order as they're written.
8977
8978 2011-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8979
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.
9008
9009 2011-04-16 Uros Bizjak <ubizjak@gmail.com>
9010
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.
9026
9027 2011-04-16 Jan Hubicka <jh@suse.cz>
9028
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):
9040 Update.
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
9077 ipa-inline.h.
9078
9079 2011-04-16 Uros Bizjak <ubizjak@gmail.com>
9080
9081 * config/i386/sse.md (V16): New mode iterator.
9082 (VI1, VI8): Ditto.
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.
9104
9105 2011-04-16 Bernd Schmidt <bernds@codesourcery.com>
9106
9107 PR target/48629
9108 * haifa-sched.c (prune_ready_list, schedule_block): Use
9109 sched_pressure_p rather than flag_sched_pressure.
9110
9111 2011-04-15 Pat Haugen <pthaugen@us.ibm.com>
9112
9113 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
9114 cgraph_get_node instead of cgraph_get_create_node.
9115
9116 2011-04-15 Jakub Jelinek <jakub@redhat.com>
9117
9118 * cfgexpand.c (expand_debug_expr): Use
9119 simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
9120
9121 2011-04-15 Michael Matz <matz@suse.de>
9122
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.
9127
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.
9134
9135 * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
9136 calls if they were for VLA objects.
9137
9138 2011-04-15 Martin Jambor <mjambor@suse.cz>
9139
9140 * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
9141 of ADR_EXPRs.
9142
9143 2011-04-15 Martin Jambor <mjambor@suse.cz>
9144
9145 PR middle-end/48601
9146 * tree-emutls.c (lower_emutls_function_body): Call
9147 cgraph_get_create_node instead of cgraph_get_node. Do not assert the
9148 result is non-NULL.
9149
9150 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
9151
9152 * c-decl.c (detect_field_duplicates): Call
9153 objc_detect_field_duplicates instead of objc_get_interface_ivars.
9154
9155 2011-04-15 Nathan Froyd <froydnj@codesourcery.com>
9156
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.
9161
9162 2011-04-15 Richard Guenther <rguenther@suse.de>
9163
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.
9169
9170 2011-04-15 H.J. Lu <hongjiu.lu@intel.com>
9171
9172 PR target/48612
9173 * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
9174 (*ieee_smax<mode>3): Likewise.
9175
9176 2011-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9177
9178 * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
9179 Replace match_operand with match_dup for the third operand in
9180 these expanders.
9181
9182 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
9183
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.
9187
9188 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
9189
9190 * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
9191 -fsched-pressure.
9192
9193 2011-04-15 Georg-Johann Lay <avr@gjlay.de>
9194
9195 * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
9196 instead of match_operand for operand 3.
9197
9198 2011-04-15 Richard Sandiford <richard.sandiford@linaro.org>
9199
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
9204 op->value.
9205
9206 2011-04-15 Eric Botcazou <ebotcazou@adacore.com>
9207
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.
9216
9217 2011-04-15 Eric Botcazou <ebotcazou@adacore.com>
9218
9219 * cfgexpand.c (expand_call_stmt): Convert the function type to the
9220 original one if this is not a builtin function.
9221
9222 2011-04-14 Jakub Jelinek <jakub@redhat.com>
9223
9224 PR target/48605
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].
9228
9229 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
9230
9231 * c-parser.c (c_parser_objc_protocol_definition): Updated for
9232 change from objc_declare_protocols() to objc_declare_protocol().
9233
9234 2011-04-14 Uros Bizjak <ubizjak@gmail.com>
9235
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
9253 VF mode iterator.
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):
9262 New predicate.
9263 (nonimm_not_xmm0_operand_maybe_avx): Ditto.
9264
9265 2011-04-14 H.J. Lu <hongjiu.lu@intel.com>
9266
9267 PR middle-end/48608
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.
9272
9273 2011-04-14 Richard Guenther <rguenther@suse.de>
9274
9275 * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
9276 Remove.
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.
9286
9287 2011-04-14 Jan Hubicka <jh@suse.cz>
9288
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
9295 accesor.
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
9316 calls.
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.
9326
9327 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
9328
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.
9346
9347 2011-04-14 Richard Guenther <rguenther@suse.de>
9348
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.
9356
9357 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
9358
9359 * c-parser.c (c_parser_objc_class_declaration): Updated call to
9360 objc_declare_class.
9361
9362 2011-04-14 Richard Guenther <rguenther@suse.de>
9363
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.
9369
9370 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
9371
9372 * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
9373 type parameter.
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.
9379
9380 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
9381
9382 * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
9383 within the per-copy loop.
9384
9385 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
9386
9387 * tree-vect-stmts.c (vectorizable_load): Print the number of copies
9388 in the dump file.
9389
9390 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
9391
9392 * doc/options.texi (Negative): Explicitly mention that the
9393 Negative chain must be circular.
9394
9395 2011-04-14 Nathan Froyd <froydnj@codesourcery.com>
9396
9397 * function.h (block_chainon): Declare.
9398 * function.c (block_chainon): Define.
9399
9400 2011-04-14 Anatoly Sokolov <aesok@post.ru>
9401 Eric Weddington <eric.weddington@atmel.com>
9402 Georg-Johann Lay <avr@gjlay.de>
9403
9404 * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
9405 New Includes
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.
9413
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
9424
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.
9431
9432 * doc/extend.texi (AVR Built-in Functions): New node
9433 (Target Builtins): Add documentation of AVR
9434 built-in functions.
9435
9436 2011-04-14 Georg-Johann Lay <avr@gjlay.de>
9437
9438 PR target/44643
9439 * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
9440 alone. Error if non-const data has attribute progmem.
9441
9442 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
9443
9444 * tree.h (struct tree_constructor): Include tree_typed instead of
9445 tree_common.
9446 * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
9447 TS_TYPED instead of TS_COMMON.
9448
9449 2011-04-13 Uros Bizjak <ubizjak@gmail.com>
9450
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.
9465
9466 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
9467
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
9473 tree_common.
9474 * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
9475 TS_TYPED instead of TS_COMMON.
9476
9477 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
9478
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.
9499
9500 2011-04-13 Vladimir Makarov <vmakarov@redhat.com>
9501
9502 PR rtl-optimization/48455
9503 * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
9504 `temp_costs->mem_cost'.
9505
9506 2011-04-13 Jan Hubicka <jh@suse.cz>
9507
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.
9541
9542 2011-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9543
9544 * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
9545 * configure: Regenerate.
9546
9547 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
9548
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):
9552 Likewise.
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.
9556
9557 2011-04-01 Georg-Johann Lay <avr@gjlay.de>
9558
9559 PR target/45263
9560 * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
9561 r20 around calls of __tablejump_elpm__
9562
9563 2011-04-13 Jakub Jelinek <jakub@redhat.com>
9564
9565 PR middle-end/48591
9566 * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
9567 NULL.
9568 (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
9569
9570 2011-04-13 Bernd Schmidt <bernds@codesourcery.com>
9571
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
9591 list.
9592 (dwarf2out_begin_prologue): Change initializations to match
9593 new struct members.
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.
9598
9599 2011-04-13 Nick Clifton <nickc@redhat.com>
9600
9601 * config/rx/rx.md (movmemsi): Do not use this pattern when
9602 volatile pointers are involved.
9603
9604 2011-04-13 Uros Bizjak <ubizjak@gmail.com>
9605
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.
9626
9627 2011-04-12 Nathan Froyd <froydnj@codesourcery.com>
9628
9629 * c-decl.c (union lang_tree_node): Check for TS_COMMON before
9630 calling TREE_CHAIN.
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):
9641 ...and these...
9642 (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
9643 * tree.h: ...here.
9644 (TREE_CHAIN): Check for a TS_COMMON structure.
9645 (TREE_TYPE): Check for a TS_TYPED structure.
9646
9647 2011-04-12 Pat Haugen <pthaugen@us.ibm.com>
9648
9649 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
9650 cgraph_get_create_node instead of cgraph_node.
9651
9652 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
9653
9654 * c-parser.c (c_parser_initelt): Updated call to
9655 objc_build_message_expr.
9656 (c_parser_postfix_expression): Likewise.
9657
9658 2011-04-12 Kai Tietz <ktietz@redhat.com>
9659
9660 * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
9661 MASK_MS_BITFIELD_LAYOUT bit.
9662
9663 2011-04-12 Jakub Jelinek <jakub@redhat.com>
9664
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
9668 moves.
9669
9670 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
9671
9672 * c-parser.c (c_lex_one_token): Rewritten conditional used when
9673 compiling Objective-C to be more efficient.
9674
9675 2011-04-12 Axel Freyn <axel-freyn@gmx.de>
9676
9677 * opts-common.c (decode_cmdline_options_to_array): Remove variable
9678 argv_copied.
9679
9680 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
9681
9682 * recog.h, genoutput.c, optabs.c: Revert last patch.
9683
9684 2011-04-12 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9685
9686 PR target/48090
9687 * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
9688
9689 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
9690
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
9695 op->value.
9696
9697 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
9698
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
9706 argument.
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.
9713
9714 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
9715
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.
9745
9746 2011-04-12 Nick Clifton <nickc@redhat.com>
9747
9748 * config/v850/v850.c (expand_prologue): Do not use the CALLT
9749 instruction for interrupt handlers if the target is the basic V850
9750 architecture.
9751 (expand_epilogue): Likewise.
9752
9753 2011-04-12 Jakub Jelinek <jakub@redhat.com>
9754
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.
9760
9761 2011-04-12 Richard Guenther <rguenther@suse.de>
9762
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
9772 function type.
9773 * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
9774 function type.
9775 * tree-ssa.c (useless_type_conversion_p): Function pointer
9776 conversions are useless.
9777
9778 2011-04-12 Martin Jambor <mjambor@suse.cz>
9779
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
9787 of cgraph_node.
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
9805 of cgraph_node.
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
9810 cgraph_node.
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
9814 of cgraph_node.
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.
9819
9820 2011-04-12 Martin Jambor <mjambor@suse.cz>
9821
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.
9829
9830 2011-04-12 Jakub Jelinek <jakub@redhat.com>
9831
9832 PR c/48552
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
9835 don't allow memory.
9836
9837 2011-04-11 Chung-Lin Tang <cltang@codesourcery.com>
9838 Richard Earnshaw <rearnsha@arm.com>
9839
9840 PR target/48250
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.
9846
9847 2011-04-11 Nathan Froyd <froydnj@codesourcery.com>
9848
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.
9859
9860 2011-04-11 Eric Botcazou <ebotcazou@adacore.com>
9861
9862 * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
9863 (force_nonfallthru): Do not alter the loop nest if no basic block
9864 was created.
9865
9866 2011-04-11 Uros Bizjak <ubizjak@gmail.com>
9867
9868 * config/i386/sse.md (VI): New mode iterator.
9869 (SSEMODEI): Remove.
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.
9882
9883 2011-04-11 Joseph Myers <joseph@codesourcery.com>
9884 Robert Millan <rmh@gnu.org>
9885
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.
9895
9896 2011-04-11 Joseph Myers <joseph@codesourcery.com>
9897
9898 * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
9899 (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
9900
9901 2011-04-11 Xinliang David Li <davidxl@google.com>
9902
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.
9908
9909 2011-04-11 Basile Starynkevitch <basile@starynkevitch.net>
9910
9911 * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
9912 tree-pretty-print.h & realmpfr.h.
9913
9914 2011-04-11 Vladimir Makarov <vmakarov@redhat.com>
9915
9916 PR middle-end/48464
9917 * ira.c (setup_pressure_classes): Fix typo in loop condition.
9918 (setup_allocno_and_important_classes): Ditto.
9919
9920 2011-04-11 Joseph Myers <joseph@codesourcery.com>
9921
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.
10026
10027 2011-04-11 Joseph Myers <joseph@codesourcery.com>
10028
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.
10077
10078 2011-04-11 Kai Tietz <ktietz@redhat.com>
10079
10080 PR target/9601
10081 PR target/11772
10082 * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
10083 * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
10084 comment.
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
10099 by flag-values.
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):
10105 Likewise.
10106 (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
10107 for declaration.
10108
10109 2011-04-11 Uros Bizjak <ubizjak@gmail.com>
10110
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>.
10141
10142 2011-04-11 Richard Guenther <rguenther@suse.de>
10143
10144 * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
10145 before calling tree_low_cst.
10146
10147 2011-04-11 Richard Guenther <rguenther@suse.de>
10148
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.
10153
10154 2011-04-11 Joseph Myers <joseph@codesourcery.com>
10155
10156 * common.opt (Tbss=, Tdata=, Ttext=): New options.
10157
10158 2011-04-11 Martin Jambor <mjambor@suse.cz>
10159
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.
10173
10174 2011-04-11 Martin Jambor <mjambor@suse.cz>
10175
10176 * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
10177 of cgraph_node.
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.
10214
10215 2011-04-11 Martin Jambor <mjambor@suse.cz>
10216
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.
10226
10227 2011-04-09 Anatoly Sokolov <aesok@post.ru>
10228
10229 * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
10230 instead of loop.
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.
10236
10237 2011-04-09 Xinliang David Li <davidxl@google.com>
10238
10239 PR tree-optimization/PR48484
10240 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
10241 has_valid_pred lazily
10242
10243 2011-04-09 Duncan Sands <baldrick@free.fr>
10244
10245 * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
10246
10247 2011-04-08 Eric Botcazou <ebotcazou@adacore.com>
10248
10249 * combine.c (combine_validate_cost): Adjust comments. Set registered
10250 cost of I0 to zero at the end, if any.
10251
10252 2011-04-08 Xinliang David Li <davidxl@google.com>
10253
10254 * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
10255 to insane profile data.
10256
10257 2011-04-08 Xinliang David Li <davidxl@google.com>
10258
10259 * ipa-cp.c (ipcp_update_profiling): Correct
10260 negative scale factor due to insane profile data.
10261
10262 2011-04-08 Xinliang David Li <davidxl@google.com>
10263
10264 * final.c (dump_basic_block_info): New function.
10265 (final): Dump basic block.
10266 (final_scan_insn): Remove old dump.
10267
10268 2011-04-08 Steven G. Kargl <kargl@gcc.gnu.org>
10269
10270 PR target/47829
10271 * config.gcc (i386-*-freebsd): Disable unwind table generation for
10272 crtbegin/crtend.
10273
10274 2011-04-08 Michael Matz <matz@suse.de>
10275
10276 PR middle-end/48389
10277 * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
10278 functions.
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.
10283
10284 2011-04-08 Joseph Myers <joseph@codesourcery.com>
10285
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.
10301
10302 2011-04-08 Basile Starynkevitch <basile@starynkevitch.net>
10303
10304 * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
10305 of header_file.
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.
10309
10310 2011-04-08 Vladimir Makarov <vmakarov@redhat.com>
10311
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.
10318
10319 2011-04-08 Nathan Froyd <froydnj@codesourcery.com>
10320
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.
10324
10325 2011-04-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10326
10327 PR target/48366
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.
10337
10338 2011-04-08 Richard Guenther <rguenther@suse.de>
10339
10340 * gimple.c (gimple_call_flags): Remove kludge.
10341
10342 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
10343
10344 * sel-sched.c (sel_region_init): Move call to
10345 sel_setup_region_sched_flags after setup_current_loop_nest.
10346
10347 2011-04-08 Andrey Belevantsev <abel@ispras.ru>
10348
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.
10355
10356 2011-04-08 Richard Guenther <rguenther@suse.de>
10357
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.
10361
10362 2011-04-08 Richard Guenther <rguenther@suse.de>
10363
10364 PR lto/48467
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.
10368
10369 2011-04-08 Richard Guenther <rguenther@suse.de>
10370
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.
10382
10383 2011-04-08 Dmitry Melnik <dm@ispras.ru>
10384
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.
10390
10391 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
10392
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
10400 sel_init_bbs.
10401
10402 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
10403
10404 PR target/48273
10405 * cfgloop.h (loop_has_exit_edges): New helper.
10406 * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
10407 non-clonable.
10408 * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
10409 that have no exit edges.
10410
10411 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
10412
10413 PR rtl-optimization/48442
10414 * sel-sched.c (init_seqno): Remove number_of_insns argument. Update
10415 all callers. Adjust assert.
10416
10417 2011-04-08 Jakub Jelinek <jakub@redhat.com>
10418
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
10422 TYPE_SIZE.
10423
10424 2011-04-08 Richard Guenther <rguenther@suse.de>
10425
10426 PR bootstrap/48513
10427 * doc/tm.texi: Re-generate.
10428
10429 2011-04-08 Wei Guozhi <carrot@google.com>
10430
10431 PR target/47855
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
10435 call a C function.
10436
10437 2011-04-08 Anatoly Sokolov <aesok@post.ru>
10438
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.
10445
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):
10450 Likewise.
10451 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
10452 Likewise.
10453 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
10454 Likewise.
10455 * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10456
10457 2011-04-07 Joseph Myers <joseph@codesourcery.com>
10458
10459 * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
10460 EnumValue lines.
10461
10462 2011-04-07 Joseph Myers <joseph@codesourcery.com>
10463
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
10467 OPT_mcpu32.
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.
10480
10481 2011-04-07 Eric Botcazou <ebotcazou@adacore.com>
10482
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.
10496
10497 2011-04-07 Anatoly Sokolov <aesok@post.ru>
10498
10499 * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
10500 Remove macros.
10501
10502 2011-04-07 Uros Bizjak <ubizjak@gmail.com>
10503
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.
10531
10532 2011-04-07 Jakub Jelinek <jakub@redhat.com>
10533
10534 PR debug/48343
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.
10539
10540 2011-04-07 Nick Clifton <nickc@redhat.com>
10541
10542 * config/mn10300/mn10300.md (movqi_internal): Add alternatives
10543 to handle MDR <-> data register transfers.
10544 (movhi_internal): Likewise.
10545
10546 2011-04-07 Alan Modra <amodra@gmail.com>
10547
10548 * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
10549 previous stack info.
10550
10551 2011-04-07 Tom de Vries <tom@codesourcery.com>
10552
10553 PR target/43920
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.
10557
10558 2011-04-07 Tom de Vries <tom@codesourcery.com>
10559
10560 PR target/43920
10561 * cfgcleanup.c (walk_to_nondebug_insn): New function.
10562 (flow_find_cross_jump): Use walk_to_nondebug_insn. Recalculate bb1
10563 and bb2.
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.
10567
10568 2011-04-07 Tom de Vries <tom@codesourcery.com>
10569
10570 PR target/43920
10571 * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
10572 function.
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.
10586
10587 2011-04-06 Uros Bizjak <ubizjak@gmail.com>
10588
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.
10620
10621 2011-04-06 Joseph Myers <joseph@codesourcery.com>
10622
10623 * gcov-io.c: Use GCC Runtime Library Exception.
10624
10625 2011-04-06 Jakub Jelinek <jakub@redhat.com>
10626
10627 PR debug/48466
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.
10631
10632 2011-04-06 Joseph Myers <joseph@codesourcery.com>
10633
10634 * doc/tm.texi.in: Document C target hooks as separate from general
10635 target hooks.
10636 * doc/tm.texi: Regenerate.
10637 * genhooks.c (struct hook_desc): Add docname field.
10638 (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC). Initialize
10639 docname field.
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
10651 c-family/c-opts.c.
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
10668 declare.
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
10681 c-target.def.
10682 (build/genhooks.o): Update dependencies.
10683
10684 2011-04-06 Richard Guenther <rguenther@suse.de>
10685
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.
10694
10695 2011-04-06 Andrew Stubbs <ams@codesourcery.com>
10696 Julian Brown <julian@codesourcery.com>
10697 Mark Shinwell <shinwell@codesourcery.com>
10698
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.
10703
10704 2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
10705
10706 * gimple-low.c (lower_gimple_return): When not optimizing, force labels
10707 associated with user returns to be preserved.
10708
10709 2011-04-06 Tristan Gingold <gingold@adacore.com>
10710
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.
10715
10716 2011-04-06 Uros Bizjak <ubizjak@gmail.com>
10717
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.
10728
10729 * config/i386/sse.md (VF): New mode iterator.
10730 (VF1): Ditto.
10731 (VF2): Ditto.
10732 (VF_128): Ditto.
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
10737 mode iterator.
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
10746 mode iterator.
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
10751 mode iterator.
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
10760 mode iterator.
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
10772 mode iterator.
10773 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3. Use VF
10774 mode iterator.
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
10780 VF mode iterator.
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
10784 mode iterator.
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
10791 compare patterns.
10792 (ix86_expand_args_builtin): Ditto.
10793 (ix86_expand_sse_compare_mask): Ditto.
10794
10795 2011-04-06 Richard Guenther <rguenther@suse.de>
10796
10797 * tree-inline.c (estimate_num_insns): For calls simply account
10798 for all passed arguments and a used return value.
10799
10800 2011-04-06 Richard Guenther <rguenther@suse.de>
10801
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
10819 adjust.
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
10835 functions here.
10836 * lto-cgraph.c (lto_output_edge): Output edge call costs.
10837 (input_edge): Input edge call costs.
10838
10839 2011-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10840
10841 * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
10842
10843 2011-04-06 Jonathan Wakely <jwakely.gcc@gmail.com>
10844
10845 * doc/invoke.texi (Spec Files): Fix typo.
10846
10847 2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
10848
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.
10852
10853 2011-04-06 Wei Guozhi <carrot@google.com>
10854
10855 PR target/47855
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.
10862
10863 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10864
10865 PR bootstrap/48471
10866 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
10867 Move these...
10868 (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
10869 (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
10870 #ifdef DBX_DEBUGGING_INFO.
10871
10872 2011-04-05 Bernd Schmidt <bernds@codesourcery.com>
10873
10874 PR bootstrap/48403
10875 * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
10876 if old and new states differ.
10877
10878 2011-04-05 Joseph Myers <joseph@codesourcery.com>
10879
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.
10888
10889 2011-04-05 Jeff Law <law@redhat.com>
10890
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.
10894
10895 2011-04-05 Steven Bosscher <steven@gcc.gnu.org>
10896
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.
10903
10904 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10905
10906 PR bootstrap/48469
10907 * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
10908 declaration.
10909
10910 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10911
10912 * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
10913 as an rtx.
10914 (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
10915
10916 2011-04-05 Steven Bosscher <steven@gcc.gnu.org>
10917
10918 PR middle-end/48441
10919 * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
10920
10921 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10922
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).
10937
10938 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10939
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.
10946
10947 2011-04-05 Tom de Vries <tom@codesourcery.com>
10948
10949 PR middle-end/48461
10950 * function.c (emit_use_return_register_into_block): Only define if
10951 HAVE_return.
10952
10953 2011-04-05 Eric Botcazou <ebotcazou@adacore.com>
10954
10955 * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
10956
10957 2011-04-05 Joseph Myers <joseph@codesourcery.com>
10958
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.
10970
10971 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10972
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):
10976 Move these...
10977 (debug_free_queue, debug_nesting, symbol_queue_index):
10978 ...and these...
10979 * dbxout.c: ...to here. Make static.
10980
10981 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
10982
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.
10990
10991 2011-04-05 Tom de Vries <tom@codesourcery.com>
10992
10993 PR target/43920
10994 * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
10995 for size.
10996
10997 2011-04-05 Tom de Vries <tom@codesourcery.com>
10998
10999 PR target/43920
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.
11003
11004 2011-04-05 Tom de Vries <tom@codesourcery.com>
11005
11006 PR target/43920
11007 * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
11008 insn.
11009
11010 2011-04-05 Tom de Vries <tom@codesourcery.com>
11011
11012 * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
11013
11014 2011-04-05 Yufeng Zhang <yufeng.zhang@arm.com>
11015
11016 * config/arm/arm.md (define_constants for unspec): Replace with
11017 define_c_enum.
11018 (define_constants for unspecv): Replace with define_c_enum.
11019 * config/arm/neon.md (define_constants for unspec): Replace with
11020 define_c_enum.
11021
11022 2011-04-04 Richard Henderson <rth@redhat.com>
11023
11024 PR bootstrap/48400
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.
11029
11030 2011-04-04 Vladimir Makarov <vmakarov@redhat.com>
11031
11032 PR target/48380
11033 * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
11034 not called.
11035
11036 * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
11037
11038 2011-04-04 Steven Bosscher <steven@gcc.gnu.org>
11039
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
11048 unconditionally.
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.
11053
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
11058 necessary.
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.
11062
11063 * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
11064 (gcse_obstack): Renamed to cprop_obstack.
11065 (GNEW, GNEWVEC, GNEWVAR): Remove.
11066 (gmalloc): 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.
11074
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.
11082
11083 2011-04-04 Bernd Schmidt <bernds@codesourcery.com>
11084
11085 PR bootstrap/48403
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
11091 we have a dbg_cnt.
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.
11099
11100 2011-04-04 Joseph Myers <joseph@codesourcery.com>
11101
11102 * optc-gen.awk: Always remove type from Variable entry before
11103 recording in var_seen.
11104
11105 2011-04-04 Eric Botcazou <ebotcazou@adacore.com>
11106
11107 * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
11108 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
11109 call to tidy_fallthru_edges.
11110
11111 2011-04-04 Joseph Myers <joseph@codesourcery.com>
11112
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=
11121 argument.
11122
11123 2011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
11124
11125 * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
11126
11127 2011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
11128
11129 * config/vax/vax.c: Include reload.h.
11130
11131 2011-04-04 Anatoly Sokolov <aesok@post.ru>
11132
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.
11136
11137 2011-04-04 Jakub Jelinek <jakub@redhat.com>
11138
11139 PR debug/48401
11140 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
11141 Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
11142
11143 2011-04-03 Nathan Froyd <froydnj@codesourcery.com>
11144
11145 * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
11146 * tree.c (initialize_tree_contains_struct): Adjust accordingly.
11147
11148 2011-04-03 Anatoly Sokolov <aesok@post.ru>
11149
11150 * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
11151 (ASM_OUTPUT_ALIGNED_BSS): Define.
11152
11153 2011-04-03 Michael Matz <matz@suse.de>
11154
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
11166 parameter.
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
11192 index.
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.
11196
11197 * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
11198 don't use function calls in arguments to MIN.
11199
11200 * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
11201 twice.
11202
11203 * gimple.c (gimple_type_leader_entry): Mark deletable.
11204
11205 2011-04-03 Alan Modra <amodra@gmail.com>
11206
11207 * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
11208
11209 2011-04-03 Michael Matz <matz@suse.de>
11210
11211 * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
11212 an integer.
11213 * tree.h (tree_decl_non_common.vindex): Adjust comment.
11214
11215 2011-04-03 Michael Matz <matz@suse.de>
11216
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.
11222
11223 2011-04-03 Michael Matz <matz@suse.de>
11224
11225 * tree.c (decl_init_priority_insert): Don't create entry for
11226 default priority.
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.
11231
11232 2011-04-03 Eric Botcazou <ebotcazou@adacore.com>
11233
11234 * combine.c (try_combine): Remove useless local variable.
11235
11236 2011-04-03 Richard Guenther <rguenther@suse.de>
11237 Ira Rosen <ira.rosen@linaro.org>
11238
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.
11242
11243 2011-04-02 Kai Tietz <ktietz@redhat.com>
11244
11245 PR target/48416
11246 * i386.c (ix86_function_arg_boundary): Fix printf formatter.
11247
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
11251 special.
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.
11257
11258 2011-04-01 Olivier Hainque <hainque@adacore.com>
11259 Nicolas Setton <setton@adacore.com>
11260 Eric Botcazou <ebotcazou@adacore.com>
11261
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.
11271
11272 2011-04-01 Jakub Jelinek <jakub@redhat.com>
11273
11274 PR bootstrap/48148
11275 * dwarf2out.c (resolve_addr): Don't call force_decl_die
11276 if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
11277
11278 Revert:
11279 2011-03-17 Richard Guenther <rguenther@suse.de>
11280
11281 PR bootstrap/48148
11282 * lto-cgraph.c (input_overwrite_node): Clear the abstract
11283 origin for decls in other ltrans units.
11284 (input_varpool_node): Likewise.
11285
11286 2011-04-01 Jakub Jelinek <jakub@redhat.com>
11287
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.
11296
11297 2011-04-01 Naveen H.S <naveen.S@kpitcummins.com>
11298
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.
11314
11315 2011-04-01 Richard Henderson <rth@redhat.com>
11316
11317 PR 48400
11318 * dwarf2out.c (dwarf2out_source_line): Disable discriminators
11319 in strict mode before dwarf4. Re-order tests to early out
11320 before switching sections.
11321
11322 2011-04-01 Nathan Froyd <froydnj@codesourcery.com>
11323
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.
11347
11348 2011-04-01 Andrew Pinski <pinskia@gmail.com>
11349 Michael Meissner <meissner@linux.vnet.ibm.com>
11350
11351 PR target/48262
11352 * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
11353 operands, as per the specifications.
11354
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.
11360
11361 2011-03-31 Mark Wielaard <mjw@redhat.com>
11362
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
11366 dwarf_version < 4.
11367
11368 2011-04-01 Bernd Schmidt <bernds@codesourcery.com>
11369
11370 * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
11371 * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
11372 out of ...
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.
11376
11377 * ifcvt.c (cond_exec_process_insns): Disallow converting a block
11378 that contains the prologue.
11379
11380 * haifa-sched.c (queue_insn): New arg REASON. All callers
11381 changed. Print it in debugging output.
11382
11383 * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
11384
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.
11401
11402 * haifa-sched.c (prune_ready_list): New function, broken out of
11403 schedule_block.
11404 (schedule_block): Use it.
11405
11406 2011-04-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11407
11408 * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
11409
11410 2011-04-01 Kai Tietz <ktietz@redhat.com>
11411
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
11416 definition.
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.
11432
11433 2011-04-01 Gary Funck <gary@intrepid.com>
11434
11435 * c-decl.c (grokdeclarator): Fix formatting.
11436
11437 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
11438
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.
11447
11448 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
11449
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.
11456
11457 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
11458
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.
11464
11465 2011-03-31 Nathan Froyd <froydnj@codesourcery.com>
11466
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):
11476 Likewise.
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.
11480
11481 2011-03-31 Richard Henderson <rth@redhat.com>
11482
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.
11511
11512 2011-03-31 Joseph Myers <joseph@codesourcery.com>
11513
11514 * opts.h (cl_option): Add comments to fields. Add bit-fields for
11515 various flags.
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
11525 flags field.
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
11533 of CL_REPORT flag.
11534
11535 2011-03-31 Eric Botcazou <ebotcazou@adacore.com>
11536
11537 * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
11538 a zero minimum index only if it is redundant.
11539
11540 2011-03-31 Vladimir Makarov <vmakarov@redhat.com>
11541
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
11545 hard registers.
11546
11547 2011-03-31 Steven Bosscher <steven@gcc.gnu.org>
11548
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.
11561
11562 2011-03-31 Michael Matz <matz@suse.de>
11563
11564 * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
11565
11566 2011-03-31 Anatoly Sokolov <aesok@post.ru>
11567
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.
11573
11574 2011-03-31 Jeff Law <law@redhat.com>
11575
11576 * reload1.c (elimination_effects): Fix typo in recent change.
11577
11578 * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
11579 typo potentially leading to null pointer dereference.
11580
11581 * caller-save.c (new_saved_hard_reg): Eliminate return value.
11582 (setup_save_areas): Corresponding changes to avoid useless
11583 assignments.
11584
11585 * jump.c (reversed_comparison_code_parts): Avoid successive return
11586 statements when REVERSE_CONDITION is defined.
11587
11588 * expr.c (expand_assignment): Avoid useless assignments.
11589 (expand_expr_real_1): Likewise.
11590 (expand_expr_real_2): Avoid useless statements.
11591
11592 * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
11593
11594 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
11595
11596 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
11597 statements.
11598
11599 * stmt.c (expand_expr_stmt): Avoid useless assignment.
11600
11601 2011-03-31 Joseph Myers <joseph@codesourcery.com>
11602
11603 PR target/47109
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.
11728
11729 2011-03-31 Eric Botcazou <ebotcazou@adacore.com>
11730
11731 PR target/48142
11732 * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
11733 frame-related from frame-unrelated adjustments to the stack pointer.
11734
11735 2011-03-31 Jakub Jelinek <jakub@redhat.com>
11736
11737 * common.opt (fdebug-types-section): Move earlier.
11738 * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
11739
11740 2011-03-31 Andreas Tobler <andreast@fgznet.ch>
11741
11742 * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
11743 var.
11744
11745 2011-03-30 Nathan Froyd <froydnj@codesourcery.com>
11746
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.
11750
11751 2011-03-30 Vladimir Makarov <vmakarov@redhat.com>
11752
11753 PR middle-end/48367
11754 * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
11755 calculation.
11756
11757 2011-03-30 Jeff Law <law@redhat.com>
11758
11759 * PR bootstrap/48371
11760 * reload1.c (reload): Fix botch in last change.
11761
11762 * reload.h (struct reload): Fix typo introduced in last change.
11763
11764 2011-03-30 Joseph Myers <joseph@codesourcery.com>
11765
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
11769 -mhard-float.
11770
11771 2011-03-30 Joseph Myers <joseph@codesourcery.com>
11772
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
11781 OPT_mspe_.
11782 * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
11783 Alias entries.
11784 * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
11785 mno-spe and mno-isel instead of mspe=no and -misel=no.
11786
11787 2011-03-29 Mark Wielaard <mjw@redhat.com>
11788
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
11794 use_debug_types.
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.
11808
11809 2011-03-30 Vladimir Makarov <vmakarov@redhat.com>
11810
11811 * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
11812
11813 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
11814
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.
11818
11819 2011-03-30 Jeff Law <law@redhat.com>
11820
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
11857 changes.
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
11863 changes.
11864 * pa/pa.c (emit_move_sequence): Corresponding changes.
11865 * vax/vax.c (nonindexed_address_p): Corresponding changes.
11866
11867 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
11868
11869 PR target/47551
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.
11873
11874 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
11875 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11876
11877 PR target/43590
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.
11881
11882 2011-03-30 Christian Schüler <cschueler@gmx.de>
11883
11884 PR driver/48208
11885 * config/c.opt (F): Added 'Driver' to -F option.
11886
11887 PR driver/48260
11888 * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
11889 handler function.
11890 * config/darwin.opt: Added '-arch' option.
11891
11892 2011-03-30 Nick Clifton <nickc@redhat.com>
11893
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
11901 addresses.
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.
11905
11906 2011-03-30 Jakub Jelinek <jakub@redhat.com>
11907
11908 PR c/48305
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.
11912
11913 2011-03-30 Eric Botcazou <ebotcazou@adacore.com>
11914
11915 * cfglayout.c (insn_locators_alloc): Initialize curr_location and
11916 last_location to UNKNOWN_LOCATION.
11917
11918 2011-03-30 H.J. Lu <hongjiu.lu@intel.com>
11919
11920 PR target/48349
11921 * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
11922 FLOAT_SSE_REGS.
11923
11924 2011-03-30 Joseph Myers <joseph@codesourcery.com>
11925 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11926
11927 PR bootstrap/48337
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
11932 PROCESSOR_V7.
11933
11934 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
11935
11936 PR target/48336
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
11941 allocation.
11942
11943 2011-03-29 Jeff Law <law@redhat.com>
11944
11945 PR bootstrap/48327
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.
11953
11954 2011-03-29 Joseph Myers <joseph@codesourcery.com>
11955
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
11959 unsigned.
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.
11968
11969 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
11970
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.
11975
11976 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
11977
11978 * ira-conflicts.c (build_object_conflicts): Add unused attribute
11979 to parent_max.
11980
11981 2011-03-29 Uros Bizjak <ubizjak@gmail.com>
11982
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
11986 set_mem_alias_set.
11987 (alpha_expand_epilogue): Ditto.
11988
11989 2011-03-29 Ira Rosen <ira.rosen@linaro.org>
11990
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.
11995
11996 2011-03-29 Richard Sandiford <richard.sandiford@linaro.org>
11997
11998 PR debug/48190
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
12015 location lists.
12016
12017 2011-03-28 Vladimir Makarov <vmakarov@redhat.com>
12018
12019 * ira-color.c (update_left_conflict_sizes_p): Don't assume that
12020 conflict object hard regset nodes have intersecting hard reg sets.
12021
12022 * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
12023 after regstat_init_n_sets_and_refs.
12024
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.
12031
12032 * ira-emit.c: Add 2011 to the Copyright line. Add comments at the
12033 start of the file.
12034
12035 * ira-color.c: Add 2011 to the Copyright line.
12036 (assign_hard_reg): Add more comments.
12037 (improve_allocation): Ditto.
12038
12039 * ira-costs.c: Add 2011 to the Copyright line.
12040 (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
12041 comments.
12042 (setup_regno_cost_classes_by_mode): Ditto.
12043
12044 Initial patches from ira-improv branch:
12045
12046 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
12047
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
12059 ALLOCNO_REG.
12060 (ira_flattening): Ditto. Use ALLOCNO_EMIT_DATA instead of
12061 ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
12062
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.
12069
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.
12076 Fix formatting.
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.
12107
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.
12113
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.
12125
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
12130 definitions.
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.
12136
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
12142 add_data.
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.
12173
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.
12177
12178 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
12179
12180 * ira-int.h (struct target_ira_int): Remove x_cost_classes.
12181
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
12197 cost_classes.
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
12201 cost_classes.
12202 (setup_allocno_class_and_costs): Use regno_cost_classes instead of
12203 cost_classes.
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.
12207
12208 2010-10-04 Vladimir Makarov <vmakarov@redhat.com>
12209
12210 * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
12211
12212 * target.def (ira_cover_classes): Remove.
12213
12214 * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
12215
12216 * doc/tm.texi.in: Ditto.
12217
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.
12221
12222 * targhooks.c (default_ira_cover_classes): Remove.
12223
12224 * targhooks.h (default_ira_cover_classes): Ditto.
12225
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.
12233
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.
12278
12279 * opts.c (decode_options): Remove ira_cover_class check.
12280
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):
12290 New definitions.
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):
12299 Ditto.
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
12331 colorability.
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.
12360
12361 * ira-lives.c: Remove mentioning cover classes from the file. Fix
12362 formatting.
12363 (update_allocno_pressure_excess_length): Use pressure classes.
12364 (inc_register_pressure, dec_register_pressure): Check for pressure
12365 class.
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.
12374
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.
12380
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.
12400
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.
12411
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.
12446
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.
12455
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.
12476
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
12493 the next pass.
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
12499 regno_cover_class.
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.
12506
12507 * rtl.h (reg_cover_class): Rename to reg_allocno_class.
12508
12509 * sched-int.h: Remove mentioning cover classes from the file.
12510 (sched_regno_cover_class): Rename to sched_regno_pressure_class.
12511
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.
12516
12517 * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
12518
12519 * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
12520
12521 * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
12522
12523 * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
12524
12525 * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
12526
12527 * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
12528
12529 * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
12530
12531 * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
12532
12533 * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
12534
12535 * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
12536
12537 * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
12538 (i386_ira_cover_classes): Ditto.
12539
12540 * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
12541
12542 * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
12543
12544 * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
12545
12546 * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
12547
12548 * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
12549
12550 * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
12551
12552 * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
12553 (mips_ira_cover_classes): Ditto.
12554
12555 * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
12556
12557 * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
12558
12559 * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
12560
12561 * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
12562
12563 * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
12564
12565 * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
12566 (IRA_COVER_CLASSES_VSX): Ditto.
12567
12568 * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
12569 (rs6000_ira_cover_classes): Ditto.
12570
12571 * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
12572
12573 * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
12574
12575 * config/score/score.h (IRA_COVER_CLASSES): Ditto.
12576
12577 * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
12578
12579 * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
12580
12581 * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
12582
12583 * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
12584
12585 * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
12586
12587 * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
12588
12589 * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
12590
12591 2011-03-29 Jakub Jelinek <jakub@redhat.com>
12592
12593 PR debug/48253
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
12599 fields.
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}
12639 for second.
12640
12641 PR debug/48203
12642 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
12643 create ENTRY_VALUE if incoming or address of incoming's MEM
12644 is a hard REG.
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
12651 ENTRY_VALUE_EXPs.
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.
12657
12658 2011-03-28 Richard Sandiford <richard.sandiford@linaro.org>
12659
12660 * builtins.c (expand_builtin_memset_args): Use gen_int_mode
12661 instead of GEN_INT.
12662
12663 2011-03-28 Eric Botcazou <ebotcazou@adacore.com>
12664
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
12670 unknown.
12671
12672 2011-03-28 Steven Bosscher <steven@gcc.gnu.org>
12673
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.
12691
12692 2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
12693
12694 * config/i386/i386.c (flag_opts): Fix a typo in
12695 -mavx256-split-unaligned-store.
12696
12697 2011-03-28 Anatoly Sokolov <aesok@post.ru>
12698
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.
12705
12706 2011-03-28 Anatoly Sokolov <aesok@post.ru>
12707
12708 * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
12709
12710 2011-03-28 Jeff Law <law@redhat.com>
12711
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.
12725
12726 2011-03-28 Tristan Gingold <gingold@adacore.com>
12727
12728 * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
12729 when for_return is 2.
12730
12731 2011-03-28 Jeff Law <law@redhat.com>
12732
12733 * var-tracking.c (canonicalize_values_mark): Delete unused
12734 lhs assignment.
12735 (canonicalize_values_star, set_variable_part): Likewise.
12736 (clobber_variable_part, delete_variable_part): Likewise.
12737
12738 2011-03-28 Steven Bosscher <steven@gcc.gnu.org>
12739
12740 * gcse.c (free_gcse_mem): Free reg_set_bitmap.
12741
12742 2011-03-28 Martin Jambor <mjambor@suse.cz>
12743
12744 * tree-inline.c (expand_call_inline): Do not check that destination
12745 node is analyzed.
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.
12751
12752 2011-03-28 Joseph Myers <joseph@codesourcery.com>
12753
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
12761 fpu_option_set.
12762 * config/sparc/sparc.h (enum processor_type): Move to
12763 sparc-opts.h.
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.
12769
12770 2011-03-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12771 Iain Sandoe <iains@gcc.gnu.org>
12772
12773 PR target/48245
12774 * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
12775
12776 2011-03-28 Eric Botcazou <ebotcazou@adacore.com>
12777
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.
12784
12785 2011-03-28 Uros Bizjak <ubizjak@gmail.com>
12786
12787 * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
12788 (divtf3): Ditto.
12789 (multf3): Ditto.
12790 (subtf3): Ditto.
12791
12792 2011-03-27 H.J. Lu <hongjiu.lu@intel.com>
12793
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.
12798
12799 2011-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12800
12801 PR target/48288
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.
12805
12806 2011-03-27 Anatoly Sokolov <aesok@post.ru>
12807
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.
12818
12819 2011-03-27 H.J. Lu <hongjiu.lu@intel.com>
12820
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.
12827
12828 * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
12829 -mavx256-split-unaligned-store.
12830
12831 * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
12832 256bit load/store. Generate unaligned store on misaligned memory
12833 operand.
12834 (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
12835 256bit load/store.
12836 (*avx_movdqu<avxmodesuffix>): Likewise.
12837
12838 * doc/invoke.texi: Document -mavx256-split-unaligned-load and
12839 -mavx256-split-unaligned-store.
12840
12841 2011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
12842
12843 PR target/38598
12844 * config/mips/mips.md (extendsidi2): Add an "l" alternative.
12845 Update commentary.
12846
12847 2011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
12848
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
12853 functions.
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.
12858
12859 2011-03-27 Ira Rosen <ira.rosen@linaro.org>
12860
12861 * config/arm/arm.c (arm_autovectorize_vector_sizes): New
12862 function.
12863 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
12864
12865 2011-03-26 Eric Botcazou <ebotcazou@adacore.com>
12866
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
12874 compensation code.
12875
12876 2011-03-26 Andrey Belevantsev <abel@ispras.ru>
12877
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.
12885
12886 2011-03-26 Alan Modra <amodra@gmail.com>
12887
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.
12895
12896 2011-03-26 Alan Modra <amodra@gmail.com>
12897
12898 PR target/47487
12899 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
12900 GNU Go in traceback table.
12901
12902 2011-03-25 Richard Henderson <rth@redhat.com>
12903
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.
12907
12908 2011-03-25 Kai Tietz <ktietz@redhat.com>
12909
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
12917 of strcmp.
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
12923 instead of strcmp.
12924 (make_gcov_file_name): Fix order of slash/backslash
12925 checks.
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
12930 strncmp.
12931 * profile.c (output_location): Use filename_cmp instead
12932 of strcmp.
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
12936 strcmp.
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
12942 instead of strcmp.
12943
12944 2011-03-25 Richard Sandiford <richard.sandiford@linaro.org>
12945
12946 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
12947 case to VFPv1.
12948
12949 2011-03-25 Nathan Froyd <froydnj@codesourcery.com>
12950
12951 * fold-const.c (expr_location_or): New function.
12952 (fold_truth_not_expr): Call it.
12953
12954 2011-03-25 Jeff Law <law@redhat.com>
12955
12956 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
12957 va_end.
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.
12962
12963 2011-03-25 Richard Guenther <rguenther@suse.de>
12964
12965 * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
12966 also generate copies.
12967 (fini_copy_prop): Handle constant values properly.
12968
12969 2011-03-25 Jakub Jelinek <jakub@redhat.com>
12970
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.
12975
12976 2011-03-25 Kai Tietz <ktietz@redhat.com>
12977
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
12986 32-bit, too.
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
12994 to 16 bytes.
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.
13000
13001 2011-03-25 Richard Guenther <rguenther@suse.de>
13002
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
13007 from verify_stmts.
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.
13018
13019 2011-03-25 Richard Guenther <rguenther@suse.de>
13020
13021 * passes.c (init_optimization_passes): Add FRE pass after
13022 early SRA.
13023
13024 2011-03-25 Bernd Schmidt <bernds@codesourcery.com>
13025 Andrew Stubbs <ams@codesourcery.com>
13026
13027 * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
13028 for Cortex-A8.
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".
13036
13037 2011-03-25 Nathan Froyd <froydnj@codesourcery.com>
13038
13039 PR bootstrap/48282
13040 Revert:
13041 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
13042
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.
13048
13049 2011-03-25 Kai Tietz <ktietz@redhat.com>
13050
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.
13061
13062 2011-03-25 Richard Guenther <rguenther@suse.de>
13063
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.
13068
13069 2011-03-24 Mark Wielaard <mjw@redhat.com>
13070
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.
13073
13074 2011-03-24 Mark Wielaard <mjw@redhat.com>
13075
13076 PR debug/48041
13077 * dwarf2out.c (output_abbrev_section): Only write table when
13078 abbrev_die_table_in_use > 1.
13079
13080 2011-02-24 Richard Henderson <rth@redhat.com>
13081
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.
13087
13088 2011-02-24 Richard Henderson <rth@redhat.com>
13089
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.
13111
13112 2011-02-24 Richard Henderson <rth@redhat.com>
13113
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}.
13117
13118 2011-02-24 Richard Henderson <rth@redhat.com>
13119
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.
13130
13131 2011-02-24 Richard Henderson <rth@redhat.com>
13132
13133 * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
13134 (extendqisi2, extendhisi2): Likewise.
13135 (extendqidi2): Simplify BWX/non-BWX expansions.
13136 (extendhidi2): Similarly.
13137
13138 2011-02-24 Richard Henderson <rth@redhat.com>
13139
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.
13146
13147 2011-02-24 Richard Henderson <rth@redhat.com>
13148
13149 * config/alpha/predicates.md (input_operand): Revert last change;
13150 update comment to mention 32-bit VMS rather than Windows.
13151
13152 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
13153
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.
13159
13160 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
13161
13162 * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
13163
13164 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
13165
13166 * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
13167 correctly.
13168
13169 2011-03-24 Jakub Jelinek <jakub@redhat.com>
13170
13171 PR debug/48204
13172 * simplify-rtx.c (simplify_const_unary_operation): Call
13173 real_convert when changing mode class with FLOAT_EXTEND.
13174
13175 2011-03-24 Nick Clifton <nickc@redhat.com>
13176
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.
13188
13189 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
13190
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.
13194
13195 2011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13196
13197 * reload.c (find_reloads_subreg_address): Add address_reloaded
13198 parameter and return true there if the full address has been
13199 reloaded.
13200 (find_reloads_toplev): Pass address_reloaded flag.
13201 (find_reloads_address_1): Don't use address_reloaded parameter.
13202
13203 2011-03-24 Jeff Law <law@redhat.com>
13204
13205 * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
13206 unused variable "ann".
13207 (remove_unused_locals): Likewise.
13208
13209 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
13210 statement.
13211
13212 * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
13213 after it is freed.
13214
13215 2011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13216
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
13220 larl operands.
13221
13222 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
13223
13224 * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
13225 the argument in calls to fold_truth_not_expr.
13226
13227 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
13228
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.
13233
13234 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
13235
13236 * builtins.c (expand_movstr): Fix endp == 1 adjustment after
13237 last commit.
13238
13239 2011-03-24 Richard Guenther <rguenther@suse.de>
13240
13241 PR tree-optimization/48271
13242 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
13243 blocks that still exist.
13244
13245 2011-03-24 Richard Guenther <rguenther@suse.de>
13246
13247 PR tree-optimization/48270
13248 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
13249 not free datarefs before ddrs.
13250
13251 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
13252
13253 * tree-sra.c (build_ref_for_offset): Strip useless type conversions
13254 from the address built for a reference with variable offset.
13255
13256 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
13257
13258 PR target/48237
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.
13264
13265 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
13266
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.
13277
13278 2011-03-24 Richard Guenther <rguenther@suse.de>
13279
13280 PR middle-end/48269
13281 * tree-object-size.c (addr_object_size): Do not double-account
13282 for MEM_REF offsets.
13283
13284 2011-03-24 Diego Novillo <dnovillo@google.com>
13285
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.
13289 Update all users.
13290 (lto_input_string): Rename from input_string. Make extern.
13291 Update all users.
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
13295 not emit 0.
13296 (lto_output_string): Rename from output_string. Make extern.
13297 Update all users.
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.
13306
13307 2011-03-24 Richard Guenther <rguenther@suse.de>
13308
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.
13342
13343 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
13344
13345 * config/h8300/predicates.md (jump_address_operand): Fix register
13346 mode check.
13347
13348 2011-03-24 Ira Rosen <ira.rosen@linaro.org>
13349
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
13367 documentation.
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.
13371
13372 2011-03-23 Chung-Lin Tang <cltang@codesourcery.com>
13373
13374 PR target/46934
13375 * config/arm/arm.md (casesi): Use the gen_int_mode() function
13376 to subtract lower bound instead of GEN_INT().
13377
13378 2011-03-23 Jonathan Wakely <jwakely.gcc@gmail.com>
13379
13380 PR other/48179
13381 PR other/48221
13382 PR other/48234
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.
13386
13387 2011-03-23 Jeff Law <law@redhat.com>
13388
13389 * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
13390 before removing the edge.
13391
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.
13395
13396 2011-03-23 Richard Guenther <rguenther@suse.de>
13397
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.
13401
13402 2011-03-23 Richard Guenther <rguenther@suse.de>
13403
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.
13428
13429 2011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13430
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
13441 warnings.
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.
13449
13450 2011-03-23 Julian Brown <julian@codesourcery.com>
13451
13452 * expr.c (expand_expr_real_1): Only use BLKmode for volatile
13453 accesses which are not naturally aligned.
13454
13455 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
13456
13457 PR target/47553
13458 * config/arm/predicates.md (neon_lane_number): Accept 0..15.
13459
13460 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
13461
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.
13505
13506 2011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13507
13508 * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
13509 if possible.
13510
13511 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
13512
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.
13519
13520 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
13521
13522 * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
13523 (__ffsDI2): Likewise.
13524
13525 2011-03-22 Richard Henderson <rth@redhat.com>
13526
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.
13536
13537 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13538
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.
13562
13563 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13564
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
13568 settings.
13569 * config/score/score.opt (march=): Use Enum.
13570 (score_arch): New Enum and EnumValue entries.
13571
13572 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13573
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.
13583
13584 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13585
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.
13603
13604 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13605
13606 * config/sh/sh.c (sh_handle_option): Access target_flags via opts
13607 pointer. Don't assert that global structures are in use.
13608
13609 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13610
13611 * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
13612 via opts pointer. Don't assert that global structures are in use.
13613
13614 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13615
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
13625 OPT_munix_98 here.
13626 (pa_option_override): Handle deferred OPT_mfixed_range_.
13627
13628 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13629
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
13635 OPT_mtune_ here.
13636 * config/mn10300/mn10300.h (enum processor_type): Move to
13637 mn10300-opts.h.
13638 (mn10300_processor): Remove.
13639 * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
13640 HeaderInclude entry.
13641 (mn10300_processor): New Variable entry.
13642 (mtune=): Use Var.
13643
13644 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13645
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.
13650
13651 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13652
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.
13669
13670 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13671
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
13679 variable.
13680
13681 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13682
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.
13694
13695 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13696
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.
13709
13710 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13711
13712 * config/frv/frv-opts.h: New.
13713 * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
13714 frv-opts.h.
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.
13721
13722 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13723
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.
13728
13729 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13730
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
13745 entries.
13746
13747 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13748
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
13756 msoft-float.
13757 * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
13758 -msoft-float.
13759 (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
13760 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
13761 not mhard-float.
13762 (LIBGCC_SPEC): Don't handle -msoft-float.
13763 * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
13764 -mhard-float.
13765 * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
13766 msoft-float.
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
13770 -msoft-float.
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
13778 mhard-float.
13779 * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
13780 mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
13781 msoft-float.
13782 * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
13783 not mhard-float.
13784 * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
13785 not msoft-float.
13786
13787 2011-03-22 Richard Henderson <rth@redhat.com>
13788
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.
13799
13800 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13801
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.
13805
13806 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13807
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.
13817
13818 2011-03-22 Richard Henderson <rth@redhat.com>
13819
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.
13860
13861 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13862
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
13873 down to hook.
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.
13930
13931 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13932
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.
13937
13938 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
13939
13940 * combine.c (simplify_set): Try harder to find the best CC mode when
13941 simplifying a nested COMPARE on the RHS.
13942
13943 2011-03-22 Joseph Myers <joseph@codesourcery.com>
13944
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
13968 targets.
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*):
13975 Remove cases.
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
13980 -mcall-gnu.
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):
13996 Remove.
13997 (-mcall-gnu): Remove.
13998 * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
13999 families): Remove constraint documentation.
14000
14001 2011-03-22 Marius Strobl <marius@FreeBSD.org>
14002
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.
14006
14007 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
14008
14009 PR target/48226
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
14012 keywords.
14013
14014 2011-03-21 Georg-Johann Lay <avr@gjlay.de>
14015
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
14021 sibcall epilogues.
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
14033 sibling calls.
14034
14035 2011-03-21 Nick Clifton <nickc@redhat.com>
14036
14037 * doc/invoke.texi (Overall Options): Move closing brace to end of
14038 options list.
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.
14045
14046 2011-03-22 Richard Henderson <rth@redhat.com>
14047
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.
14062 (pophi): Remove.
14063
14064 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
14065
14066 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
14067
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
14073 macro.
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.
14079
14080 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
14081
14082 * tree.c (build_call_1): New function.
14083 (build_call_valist, build_call_array_loc, build_call_vec): Call it.
14084
14085 2011-03-22 Richard Guenther <rguenther@suse.de>
14086
14087 PR tree-optimization/48228
14088 * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
14089 for single-arg PHIs.
14090
14091 2011-03-22 Andrey Belevantsev <abel@ispras.ru>
14092
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.
14097
14098 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14099
14100 * recog.c (canonicalize_change_group): Use validate_unshare_change.
14101
14102 2011-03-22 Richard Guenther <rguenther@suse.de>
14103
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.
14121
14122 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
14123
14124 * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
14125
14126 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14127
14128 * config/s390/s390.c (s390_delegitimize_address): Fix offset
14129 handling for PLTOFF/GOTOFF.
14130
14131 2011-03-22 Nick Clifton <nickc@redhat.com>
14132
14133 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
14134 trailing backslash from the end of the macro definition.
14135
14136 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14137
14138 * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
14139 and PLT unspecs.
14140
14141 2011-03-21 Richard Sandiford <richard.sandiford@linaro.org>
14142
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):
14153 Likewise.
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.
14160
14161 2011-03-21 Uros Bizjak <ubizjak@gmail.com>
14162
14163 * config/alpha/alpha.md (unspec): New define_c_enum.
14164 (unspecv): Ditto.
14165
14166 2011-03-21 Uros Bizjak <ubizjak@gmail.com>
14167
14168 PR debug/48214
14169 * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
14170 between a call and its CALL_ARG_LOCATION note.
14171
14172 2011-03-21 Eric Botcazou <ebotcazou@adacore.com>
14173
14174 * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
14175
14176 2011-03-21 Jakub Jelinek <jakub@redhat.com>
14177
14178 PR c/42544
14179 PR c/48197
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.
14182
14183 2011-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14184
14185 * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
14186 for barrier handlers.
14187
14188 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
14189
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.
14199
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.
14204
14205 2011-03-21 Richard Guenther <rguenther@suse.de>
14206
14207 * params.def (lto-min-partition): Fix typo.
14208
14209 2011-03-21 Richard Guenther <rguenther@suse.de>
14210
14211 PR c/47939
14212 * c-decl.c (grokdeclarator): Drop to the main variant only
14213 for array types. Drop flag_gen_aux_info check.
14214
14215 2011-03-21 Richard Guenther <rguenther@suse.de>
14216
14217 PR translation/47911
14218 * params.def (lto-partitions): Fix typo.
14219 (lto-min-partition): Fix wording.
14220
14221 2011-03-21 Andreas Tobler <andreast@fgznet.ch>
14222
14223 * config/rs6000/t-freebsd: Remove duplication from file.
14224
14225 2011-03-21 Richard Guenther <rguenther@suse.de>
14226
14227 PR middle-end/47661
14228 * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
14229
14230 2011-03-21 Richard Guenther <rguenther@suse.de>
14231
14232 PR lto/48210
14233 * params.def (lto-partitions): Require at least 1 partition.
14234
14235 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14236
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
14248 solaris.
14249
14250 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14251
14252 * config.gcc: Obsolete *-*-solaris2.8*.
14253 * doc/install.texi (Specific, *-*-solaris2*): Document it.
14254
14255 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14256
14257 PR bootstrap/48135
14258 * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
14259 reference. Solaris 8 perl works.
14260
14261 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14262
14263 PR bootstrap/48135
14264 * doc/install.texi (Prerequisites): Move jar etc. up.
14265 Explain support library version requirements.
14266
14267 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14268
14269 PR bootstrap/48135
14270 * doc/install.texi (Prerequisites): Move Perl to build
14271 requirements. Always necessary on Solaris 2 with Sun ld.
14272
14273 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14274
14275 * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
14276 binutils 2.21.
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.
14282
14283 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14284
14285 * configure.ac (gcc_cv_lto_plugin): Fix typo.
14286 Allow -fuse-linker-plugin for non-default plugin linker.
14287 * configure: Regenerate.
14288
14289 2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
14290
14291 PR bootstrap/48167
14292 * gengtype.c (files_rules): Added rule for cp/parser.h.
14293
14294 2011-03-21 Jakub Jelinek <jakub@redhat.com>
14295
14296 PR target/48213
14297 * config/s390/s390.c (s390_delegitimize_address): Don't call
14298 lowpart_subreg if orig_x has BLKmode.
14299
14300 2011-03-21 Kai Tietz <ktietz@redhat.com>
14301
14302 PR target/12171
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
14306 initializers.
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.
14334
14335 2011-03-21 Chung-Lin Tang <cltang@codesourcery.com>
14336
14337 * simplify-rtx.c (simplify_binary_operation_1): Handle
14338 (xor (and A B) C) case when B and C are both constants.
14339
14340 2011-03-21 Mingjie Xing <mingjie.xing@gmail.com>
14341
14342 * tree-dfa.c (add_referenced_var): Fix typo in comment.
14343
14344 2011-03-20 Eric Botcazou <ebotcazou@adacore.com>
14345
14346 PR bootstrap/48168
14347 * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
14348
14349 2011-03-20 Jakub Jelinek <jakub@redhat.com>
14350
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.
14354
14355 2011-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14356
14357 PR debug/48023
14358 * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
14359 between a call and its CALL_ARG_LOCATION note.
14360
14361 2011-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
14362
14363 PR debug/48178
14364 * config/sh/sh.c (find_barrier): Don't emit a constant pool
14365 between a call and its corresponding CALL_ARG_LOCATION note.
14366
14367 2011-03-19 Anatoly Sokolov <aesok@post.ru>
14368
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.
14376
14377 2011-03-18 Joseph Myers <joseph@codesourcery.com>
14378
14379 * c-decl.c (diagnose_mismatched_decls): Give an error for
14380 redefining a typedef with variably modified type.
14381
14382 2011-03-18 Joseph Myers <joseph@codesourcery.com>
14383
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.
14387
14388 2011-03-18 Uros Bizjak <ubizjak@gmail.com>
14389
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.
14395
14396 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14397
14398 * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
14399 unspecs.
14400
14401 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14402
14403 * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
14404 splitting between a call and its corresponding CALL_ARG_LOCATION note.
14405
14406 2011-03-18 Maxim Kuvyrkov <maxim@codesourcery.com>
14407
14408 PR rtl-optimization/48170
14409 * gcse.c (hoist_code): Remove bogus asserts.
14410
14411 2011-03-18 Georg-Johann Lay <avr@gjlay.de>
14412
14413 * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
14414 computation for prologue/epilogue.
14415
14416 2011-03-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14417
14418 * Makefile.in (check-consistency): Remove.
14419
14420 2011-03-18 Jakub Jelinek <jakub@redhat.com>
14421
14422 PR debug/48176
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.
14427
14428 2011-03-18 Anatoly Sokolov <aesok@post.ru>
14429
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):
14433 Remove.
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.
14441
14442 2011-03-18 Jason Merrill <jason@redhat.com>
14443
14444 PR c++/23372
14445 * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
14446
14447 2011-03-18 Richard Guenther <rguenther@suse.de>
14448
14449 * doc/install.texi (--enable-gold): Remove.
14450 (--with-plugin-ld): Document.
14451 * doc/invoke.texi (-fuse-linker-plugin): Clarify.
14452
14453 2011-03-18 Andrew Pinski <pinskia@gmail.com>
14454
14455 PR middle-end/47790
14456 * expr.c (optimize_bitfield_assignment_op): Revamp to work
14457 again after expansion changes.
14458
14459 2011-03-18 Chung-Lin Tang <cltang@codesourcery.com>
14460
14461 * combine.c (try_combine): Do simplification only call of
14462 subst() on i2 even when i1 is present. Update comments.
14463
14464 2011-03-18 Kaz Kojima <kkojima@gcc.gnu.org>
14465
14466 * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
14467 and UNSPEC_PCREL_SYMOFF.
14468
14469 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14470
14471 * config/s390/s390.md: Use define_c_enum for the unspec constant
14472 definitions.
14473
14474 2011-03-18 Richard Henderson <rth@redhat.com>
14475 Jakub Jelinek <jakub@redhat.com>
14476
14477 PR bootstrap/48161
14478 * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
14479 instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
14480
14481 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
14482
14483 PR middle-end/47725
14484 * combine.c (cant_combine_insn_p): Don't check zero/sign
14485 extended hard registers.
14486
14487 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
14488
14489 PR middle-end/47725
14490 * combine.c (cant_combine_insn_p): Check zero/sign extended
14491 hard registers.
14492
14493 2011-03-17 Anatoly Sokolov <aesok@post.ru>
14494
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.
14500
14501 2011-03-17 Jakub Jelinek <jakub@redhat.com>
14502
14503 PR debug/48163
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.
14510
14511 PR debug/48163
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
14518 a MEM too.
14519
14520 2011-03-16 Jeff Law <law@redhat.com>
14521
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.
14526
14527 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
14528
14529 PR debug/48160
14530 * var-tracking.c (prepare_call_arguments): Check SUBREG.
14531
14532 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
14533
14534 PR target/48171
14535 * config/i386/i386.opt: Add Save to -mavx and -mfma.
14536
14537 2011-03-17 Jakub Jelinek <jakub@redhat.com>
14538
14539 PR bootstrap/48153
14540 * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
14541 if dwarf_strict.
14542 (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
14543 Clear call_arg_locations and call_arg_loc_last always.
14544
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.
14548
14549 2011-03-17 Richard Guenther <rguenther@suse.de>
14550
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.
14554
14555 2011-03-17 Chung-Lin Tang <cltang@codesourcery.com>
14556
14557 PR target/43872
14558 * config/arm/arm.c (arm_get_frame_offsets): Adjust early
14559 return condition with !cfun->calls_alloca.
14560
14561 2011-03-17 Richard Guenther <rguenther@suse.de>
14562
14563 PR bootstrap/48148
14564 * lto-cgraph.c (input_overwrite_node): Clear the abstract
14565 origin for decls in other ltrans units.
14566 (input_varpool_node): Likewise.
14567
14568 2011-03-17 Richard Guenther <rguenther@suse.de>
14569
14570 PR middle-end/48165
14571 * tree-object-size.c (compute_object_offset): Properly return
14572 the offset operand of MEM_REFs as sizetype.
14573
14574 2011-03-17 Jakub Jelinek <jakub@redhat.com>
14575
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
14581 to NULL.
14582 (record_store, check_mem_read_rtx): Decrease it when removing
14583 from the chain.
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).
14588
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.
14592
14593 2011-03-16 Dodji Seketeli <dodji@redhat.com>
14594
14595 PR debug/47510
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.
14601
14602 2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
14603
14604 PR target/48154
14605 * config/i386/i386.c (ix86_builtin_vectorized_function): Check
14606 TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
14607
14608 2011-03-16 Jeff Law <law@redhat.com>
14609
14610 * tree-vrp.c (identify_jump_threads): Slightly simplify type
14611 check for operands of conditional. Allow type to be a pointer.
14612
14613 2011-03-16 Richard Guenther <rguenther@suse.de>
14614
14615 PR tree-optimization/48149
14616 * fold-const.c (fold_binary_loc): Fold
14617 COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
14618
14619 2011-03-16 Richard Guenther <rguenther@suse.de>
14620
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
14626 more properly.
14627
14628 2011-03-16 Richard Guenther <rguenther@suse.de>
14629
14630 PR tree-optimization/48146
14631 * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
14632 operands avoiding the need for renaming.
14633
14634 2011-03-16 Richard Guenther <rguenther@suse.de>
14635
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.
14640
14641 2011-03-16 Jakub Jelinek <jakub@redhat.com>
14642
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
14646 types.
14647
14648 * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
14649 to nargs.
14650
14651 2011-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14652
14653 PR lto/46944
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.
14666
14667 2011-03-16 Jakub Jelinek <jakub@redhat.com>
14668
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.
14699
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
14704 chain.
14705 * dwarf2out.c (gen_subprogram_die): Emit
14706 DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
14707 can't be emitted.
14708
14709 PR debug/45882
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.
14722
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
14761 the decl itself.
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.
14798
14799 2011-03-16 Alan Modra <amodra@gmail.com>
14800
14801 PR target/45844
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.
14806
14807 2011-03-15 Xinliang David Li <davidxl@google.com>
14808
14809 PR c/47837
14810 * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
14811 (normalize_preds): New function.
14812 (is_use_properly_guarded): Normalize def predicates.
14813
14814 2011-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14815
14816 PR target/46788
14817 * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
14818 in the output template.
14819
14820 2011-03-15 Richard Guenther <rguenther@suse.de>
14821
14822 PR middle-end/47650
14823 * tree-pretty-print.c (dump_function_declaration): Properly
14824 dump unprototyped and varargs function types.
14825
14826 2011-03-15 Richard Guenther <rguenther@suse.de>
14827
14828 PR tree-optimization/13954
14829 * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
14830 and friends.
14831
14832 2011-03-15 Richard Guenther <rguenther@suse.de>
14833
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
14838 vector select.
14839
14840 2011-03-15 Jakub Jelinek <jakub@redhat.com>
14841
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.
14846
14847 2011-03-15 Richard Guenther <rguenther@suse.de>
14848
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
14853 return statements.
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.
14857
14858 2011-03-15 Richard Guenther <rguenther@suse.de>
14859
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.
14863
14864 2011-03-15 Richard Guenther <rguenther@suse.de>
14865
14866 * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
14867
14868 2011-03-15 Alan Modra <amodra@gmail.com>
14869
14870 PR target/48032
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):
14883 Update prototype.
14884
14885 2011-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
14886
14887 PR target/48053
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.
14891
14892 2011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14893
14894 * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
14895
14896 2011-03-14 Jakub Jelinek <jakub@redhat.com>
14897
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.
14902
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.
14908
14909 PR debug/47946
14910 * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
14911 emit it as add_AT_int instead of add_AT_unsigned.
14912
14913 2011-03-14 Tom Tromey <tromey@redhat.com>
14914
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.
14919
14920 2011-03-14 Uros Bizjak <ubizjak@gmail.com>
14921
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
14932 aliases.
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
14939 function types.
14940 (ix86_builtin_vectorized_function): Handle
14941 BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
14942
14943 2011-03-14 Tom Tromey <tromey@redhat.com>
14944
14945 * c-parser.c (c_parser_asm_string_literal): Clear
14946 warn_overlength_strings.
14947
14948 2011-03-14 Tom Tromey <tromey@redhat.com>
14949
14950 * c-parser.c (disable_extension_diagnostics): Save
14951 warn_overlength_strings.
14952 (restore_extension_diagnostics): Restore warn_overlength_strings.
14953
14954 2011-03-14 Jakub Jelinek <jakub@redhat.com>
14955
14956 * BASE-VER: Change to 4.7.0.
14957
14958 2011-03-14 Richard Guenther <rguenther@suse.de>
14959
14960 PR middle-end/48098
14961 * tree.c (build_vector_from_val): Adjust assert to requirements
14962 and reality.
14963
14964 2011-03-14 Jakub Jelinek <jakub@redhat.com>
14965
14966 PR bootstrap/48102
14967 * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
14968
14969 2011-03-14 Andreas Tobler <andreast@fgznet.ch>
14970
14971 * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
14972 terms of target_flags_explicit. Adjust copyright year.
14973
14974 * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
14975 * config/rs6000/t-freebsd: New file. Add override for
14976 LIB2FUNCS_EXTRA.
14977
14978 2011-03-13 Chris Demetriou <cgd@google.com>
14979
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.
14983
14984 2011-03-12 Peter Bergner <bergner@vnet.ibm.com>
14985
14986 PR target/48053
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
14994 registers to 0.
14995 (movdi_internal64): Likewise.
14996
14997 2011-03-12 Sebastian Pop <sebastian.pop@amd.com>
14998
14999 PR tree-optimization/47127
15000 * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
15001 parameter.
15002 (set_cloog_options): Same.
15003 (scop_to_clast): Same.
15004 (print_clast_stmt): Do not call cloog_state_malloc and
15005 cloog_state_free.
15006 (print_generated_program): Same.
15007 (gloog): 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.
15013
15014 2011-03-11 Jason Merrill <jason@redhat.com>
15015
15016 * attribs.c (lookup_attribute_spec): Take const_tree.
15017 * tree.h: Adjust.
15018
15019 2011-03-11 Joseph Myers <joseph@codesourcery.com>
15020
15021 * config/sparc/sparc.c (sparc_option_override): Use
15022 PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
15023
15024 2011-03-11 Richard Guenther <rguenther@suse.de>
15025
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
15029 stmt.
15030
15031 2011-03-11 Richard Guenther <rguenther@suse.de>
15032
15033 * doc/invoke.texi (max-inline-insns-single): Adjust default value.
15034
15035 2011-03-11 Richard Guenther <rguenther@suse.de>
15036
15037 PR lto/48073
15038 * tree.c (find_decls_types_r): Do not walk types only reachable
15039 from IDENTIFIER_NODEs.
15040
15041 2011-03-11 Jakub Jelinek <jakub@redhat.com>
15042
15043 PR middle-end/48044
15044 * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
15045 all vnode->force_output nodes as needed.
15046
15047 2011-03-11 Jason Merrill <jason@redhat.com>
15048
15049 PR c++/48069
15050 * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
15051 COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
15052
15053 2011-03-11 Martin Jambor <mjambor@suse.cz>
15054
15055 * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
15056 cgraph_node.
15057
15058 2011-03-11 Jakub Jelinek <jakub@redhat.com>
15059
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).
15063
15064 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
15065
15066 * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
15067 extra_objs.
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.
15082
15083 2011-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15084
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.
15088
15089 2011-03-10 Jason Merrill <jason@redhat.com>
15090
15091 PR c++/48029
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.
15095
15096 2011-03-10 Jakub Jelinek <jakub@redhat.com>
15097
15098 PR debug/48043
15099 * config/s390/s390.c (s390_delegitimize_address): Make sure the
15100 result mode matches original rtl mode.
15101
15102 2011-03-10 Nick Clifton <nickc@redhat.com>
15103
15104 * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
15105 (andsi3, andsi3_flags): Fix timings for three operand alternative.
15106
15107 2011-03-09 Jakub Jelinek <jakub@redhat.com>
15108
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
15116 macro.
15117 * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
15118
15119 2011-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15120
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.
15124
15125 2011-03-08 Michael Meissner <meissner@linux.vnet.ibm.com>
15126
15127 PR target/47755
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.
15131
15132 2011-03-08 Anatoly Sokolov <aesok@post.ru>
15133
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.
15139
15140 2011-03-08 Georg-Johann Lay <avr@gjlay.de>
15141
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.
15146
15147 2011-03-08 Jakub Jelinek <jakub@redhat.com>
15148
15149 PR debug/47881
15150 * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
15151 removed anything.
15152
15153 PR tree-optimization/48022
15154 * fold-const.c (fold_comparison): Don't call fold_overflow_warning
15155 for EQ/NE_EXPR.
15156
15157 2011-03-07 Jakub Jelinek <jakub@redhat.com>
15158
15159 PR debug/47991
15160 * var-tracking.c (find_use_val): Return NULL for
15161 cui->sets && cui->store_p BLKmode MEMs.
15162
15163 2011-03-07 Anatoly Sokolov <aesok@post.ru>
15164
15165 * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
15166 Remove.
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.
15172
15173 2011-03-07 Pat Haugen <pthaugen@us.ibm.com>
15174
15175 PR target/47862
15176 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
15177 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
15178 before definition.
15179
15180 2011-03-07 Zdenek Dvorak <ook@ucw.cz>
15181
15182 PR bootstrap/48000
15183 * cfgloopmanip.c (fix_bb_placements): Return immediately
15184 if FROM is BASE_LOOP's header.
15185
15186 2011-03-07 Paul Wögerer <paul_woegerer@mentor.com>
15187
15188 * gimplify.c (gimplify_function_tree): Fix building calls
15189 to __builtin_return_address.
15190
15191 2011-03-07 Alan Modra <amodra@gmail.com>
15192
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
15197 return_mode args.
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.
15215
15216 2011-03-07 Mingjie Xing <mingjie.xing@gmail.com>
15217
15218 * doc/cfg.texi: Remove "See" before @ref.
15219 * doc/invoke.texi: Likewise.
15220
15221 2011-03-05 Jason Merrill <jason@redhat.com>
15222
15223 * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
15224
15225 2011-03-05 Anthony Green <green@moxielogic.com>
15226
15227 * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
15228
15229 2011-03-05 Zdenek Dvorak <ook@ucw.cz>
15230
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.
15234
15235 2011-03-05 Richard Earnshaw <rearnsha@arm.com>
15236
15237 PR target/47719
15238 * arm.md (movhi_insn_arch4): Accept any immediate constant.
15239
15240 2011-03-05 Jakub Jelinek <jakub@redhat.com>
15241
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.
15248
15249 2011-03-05 Alan Modra <amodra@gmail.com>
15250
15251 PR target/47986
15252 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
15253 full cmodel medium/large lo_sum + high addresses.
15254
15255 2011-03-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15256
15257 * config/s390/s390.c (s390_decompose_address): Reject non-literal
15258 pool references in UNSPEC_LTREL_OFFSET.
15259
15260 2011-03-04 Jan Hubicka <jh@suse.cz>
15261
15262 PR lto/47497
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):
15266 Add node pointers.
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.
15273
15274 2011-03-04 Changpeng Fang <changpeng.fang@amd.com>
15275
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.
15279
15280 2011-03-04 Richard Sandiford <richard.sandiford@linaro.org>
15281
15282 * dwarf2out.c (compare_loc_operands): Fix address handling.
15283
15284 2011-03-04 Alan Modra <amodra@gmail.com>
15285
15286 * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
15287
15288 2011-03-04 Richard Guenther <rguenther@suse.de>
15289
15290 PR middle-end/47968
15291 * expmed.c (extract_bit_field_1): Prefer vector modes that
15292 vec_extract patterns can handle.
15293
15294 2011-03-04 Richard Guenther <rguenther@suse.de>
15295
15296 PR middle-end/47975
15297 * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
15298
15299 2011-03-04 Richard Henderson <rth@redhat.com>
15300
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.
15309
15310 2011-03-03 Uros Bizjak <ubizjak@gmail.com>
15311
15312 * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
15313 (ssse3_pmaddubsw128): Ditto.
15314 (ssse3_pmaddubsw): Ditto.
15315
15316 2011-03-03 Steve Ellcey <sje@cup.hp.com>
15317
15318 * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
15319
15320 2011-03-03 Jakub Jelinek <jakub@redhat.com>
15321
15322 PR c/47963
15323 * gimplify.c (omp_add_variable): Only call omp_notice_variable
15324 on TYPE_SIZE_UNIT if it is a DECL.
15325
15326 PR debug/47283
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
15330 MEM_EXPR on op0.
15331
15332 2011-03-03 Richard Guenther <rguenther@suse.de>
15333
15334 PR middle-end/47283
15335 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
15336 match comment.
15337 (refs_may_alias_p_1): For release branches return true if
15338 we are confused by our input.
15339
15340 2011-03-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15341
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.
15350
15351 2011-03-02 Joseph Myers <joseph@codesourcery.com>
15352
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.
15356
15357 2011-03-02 Anatoly Sokolov <aesok@post.ru>
15358
15359 * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
15360 Remove.
15361 * config/stormy16/stormy16.c: Include reload.h.
15362 (xstormy16_memory_move_cost): New function.
15363 (TARGET_MEMORY_MOVE_COST): Define.
15364
15365 2011-03-02 Richard Sandiford <richard.sandiford@linaro.org>
15366
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.
15370
15371 2011-03-02 Alan Modra <amodra@gmail.com>
15372
15373 PR target/47935
15374 * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
15375 toc relative addresses for valid offsets.
15376
15377 2011-03-01 Richard Guenther <rguenther@suse.de>
15378
15379 PR tree-optimization/47890
15380 * tree-vect-loop.c (get_initial_def_for_induction): Set
15381 related stmt properly.
15382
15383 2011-03-01 Richard Guenther <rguenther@suse.de>
15384
15385 PR lto/47924
15386 * lto-streamer.c (lto_record_common_node): Also register
15387 the canonical type.
15388
15389 2011-03-01 Richard Guenther <rguenther@suse.de>
15390
15391 PR lto/46911
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.
15400
15401 2011-02-28 Anatoly Sokolov <aesok@post.ru>
15402
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
15409 function.
15410 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15411 TARGET_FUNCTION_VALUE_REGNO_P): Define.
15412
15413 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
15414
15415 PR debug/28047
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.
15419
15420 2011-02-28 Bernd Schmidt <bernds@codesourcery.com>
15421 Jakub Jelinek <jakub@redhat.com>
15422
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
15433 callers.
15434
15435 2011-02-28 Jakub Jelinek <jakub@redhat.com>
15436
15437 PR debug/47283
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.
15446
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.
15453
15454 2011-02-28 Martin Jambor <mjambor@suse.cz>
15455
15456 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
15457 the description to match the printed values.
15458
15459 2011-02-28 Richard Guenther <rguenther@suse.de>
15460
15461 * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
15462 of the copied scope tree.
15463
15464 2011-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15465
15466 * doc/extend.texi (Function Attributes): Avoid deeply (and
15467 wrongly) nested tables.
15468
15469 2011-02-27 Jakub Jelinek <jakub@redhat.com>
15470
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.
15475
15476 2011-02-23 Georg-Johann Lay <avr@gjlay.de>
15477
15478 * config/avr/avr.md: Remove magic comment for emacs.
15479
15480 2011-02-23 Georg-Johann Lay <avr@gjlay.de>
15481
15482 PR target/45261
15483 * config/avr/avr.c (avr_option_override): Use error on bad options.
15484 (avr_help): New function.
15485 (TARGET_HELP): Define.
15486
15487 2011-02-22 Georg-Johann Lay <avr@gjlay.de>
15488
15489 PR target/42240
15490 * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
15491 (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
15492
15493 2011-02-26 Gerald Pfeifer <gerald@pfeifer.com>
15494
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.
15500
15501 2011-02-26 Tijl Coosemans <tijl@coosemans.org>
15502
15503 * config.gcc (i386-*-freebsd*): Make i486 the default arch on
15504 FreeBSD 6 and later. Generally use cpu generic.
15505
15506 2011-02-25 Gerald Pfeifer <gerald@pfeifer.com>
15507
15508 * doc/cpp.texi: Update copyright years.
15509
15510 2011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org>
15511
15512 PR target/46898
15513 * config/lm32/lm32.md (ashrsi3): Added needed variable.
15514
15515 2011-02-25 Jon Beniston <jon@beniston.com>
15516
15517 PR target/46898
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.
15524
15525 2011-02-25 Eric Botcazou <ebotcazou@adacore.com>
15526
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.
15531
15532 2011-02-24 Anatoly Sokolov <aesok@post.ru>
15533
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.
15542
15543 2011-02-24 Richard Guenther <rguenther@suse.de>
15544
15545 * lto-streamer-in.c (input_bb): Do not find referenced vars
15546 in debug statements.
15547
15548 2011-02-23 Jason Merrill <jason@redhat.com>
15549
15550 * common.opt (fabi-version): Document v5 and v6.
15551
15552 2011-02-23 Richard Guenther <rguenther@suse.de>
15553
15554 PR tree-optimization/47849
15555 * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
15556
15557 2011-02-23 Jie Zhang <jie@codesourcery.com>
15558
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.
15564
15565 2011-02-23 Nathan Froyd <froydnj@codesourcery.com>
15566
15567 * config.gcc: Declare score-* and crx-* obsolete.
15568
15569 2011-02-23 Jie Zhang <jie@codesourcery.com>
15570
15571 PR rtl-optimization/47763
15572 * web.c (web_main): Ignore naked clobber when replacing register.
15573
15574 2011-02-22 Anatoly Sokolov <aesok@post.ru>
15575
15576 * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
15577 Remove.
15578
15579 2011-02-22 Sebastian Pop <sebastian.pop@amd.com>
15580
15581 PR doc/47848
15582 * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
15583
15584 2011-02-22 Mike Stump <mikestump@comcast.net>
15585
15586 * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
15587 assembler.
15588 * configure: Regenerate.
15589
15590 2011-02-21 Chung-Lin Tang <cltang@codesourcery.com>
15591
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'.
15595
15596 2011-02-21 Joseph Myers <joseph@codesourcery.com>
15597
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.
15605
15606 2011-02-21 Mike Stump <mikestump@comcast.net>
15607
15608 PR target/47822
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.
15619
15620 2011-02-21 Uros Bizjak <ubizjak@gmail.com>
15621
15622 PR target/47840
15623 * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
15624 (_mm256_insert_epi64): Use _mm_insert_epi64.
15625
15626 2011-02-21 Anatoly Sokolov <aesok@post.ru>
15627
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.
15635
15636 2011-02-21 Richard Guenther <rguenther@suse.de>
15637
15638 PR lto/47820
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
15642 TUs context.
15643 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
15644 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
15645
15646 2011-02-20 Richard Guenther <rguenther@suse.de>
15647
15648 PR lto/47822
15649 * tree.c (free_lang_data_in_decl): Clean builtins from
15650 the TU decl BLOCK_VARS.
15651
15652 2011-02-19 Alexandre Oliva <aoliva@redhat.com>
15653
15654 PR debug/47620
15655 PR debug/47630
15656 * haifa-sched.c (fix_tick_ready): Skip tick computation
15657 for debug insns.
15658
15659 2011-02-19 Richard Guenther <rguenther@suse.de>
15660
15661 PR lto/47647
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.
15666
15667 2011-02-19 Joseph Myers <joseph@codesourcery.com>
15668
15669 * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
15670
15671 2011-02-19 Joseph Myers <joseph@codesourcery.com>
15672
15673 * config/i386/biarch32.h, config/i386/mach.h,
15674 config/rs6000/aix.opt, config/sh/superh64.h: Remove.
15675
15676 2011-02-19 Jakub Jelinek <jakub@redhat.com>
15677
15678 PR target/47800
15679 * config/i386/i386.md (peephole2 for shift and plus): Use
15680 operands[1] original mode in the first insn.
15681
15682 2011-02-18 Mike Stump <mikestump@comcast.net>
15683
15684 * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
15685
15686 2011-02-18 Jan Hubicka <jh@suse.cz>
15687
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.
15691
15692 2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15693
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.
15700
15701 2011-02-18 Jakub Jelinek <jakub@redhat.com>
15702
15703 PR driver/47787
15704 * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
15705
15706 2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15707
15708 PR target/47792
15709 * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
15710
15711 2011-02-18 Anatoly Sokolov <aesok@post.ru>
15712
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.
15725
15726 2011-02-18 Chung-Lin Tang <cltang@codesourcery.com>
15727
15728 PR rtl-optimization/46178
15729 * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
15730 compute ira_hard_regno_cover_class[].
15731
15732 2011-02-18 Richard Guenther <rguenther@suse.de>
15733
15734 PR lto/47798
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.
15738
15739 2011-02-18 Richard Guenther <rguenther@suse.de>
15740
15741 PR tree-optimization/47737
15742 * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
15743 edge dominance check.
15744
15745 2011-02-18 Jakub Jelinek <jakub@redhat.com>
15746
15747 PR debug/47780
15748 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
15749 avoid invalid rtx sharing.
15750
15751 2011-02-18 Gerald Pfeifer <gerald@pfeifer.com>
15752
15753 * doc/cpp.texi (Obsolete Features): Add background on the
15754 origin of assertions.
15755
15756 2011-02-17 Iain Sandoe <iains@gcc.gnu.org>
15757
15758 * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
15759 objc_abi == 2.
15760 * config/darwin.c (output_objc_section_asm_op): Added support for
15761 ABI v1 and v2.
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
15768 appropriately.
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.
15775
15776 2011-02-17 Joseph Myers <joseph@codesourcery.com>
15777
15778 * common.opt (optimize_fast): New Variable.
15779 * opts.c (default_options_optimization): Use opts->x_optimize_fast
15780 instead of local variable ofast.
15781
15782 2011-02-17 Nicola Pero <nicola.pero@meta-innovation.com>
15783
15784 * doc/invoke.texi (fobjc-abi-version): Documented.
15785 (fobjc-nilcheck): Documented.
15786 (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
15787 version.
15788
15789 2011-02-17 Joseph Myers <joseph@codesourcery.com>
15790
15791 PR driver/47390
15792 * common.opt (export-dynamic): New Driver option.
15793 * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
15794
15795 2011-02-17 Joseph Myers <joseph@codesourcery.com>
15796
15797 * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
15798
15799 2011-02-17 Alexandre Oliva <aoliva@redhat.com>
15800 Jan Hubicka <jh@suse.cz>
15801
15802 PR debug/47106
15803 PR debug/47402
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.
15822
15823 2011-02-17 Joseph Myers <joseph@codesourcery.com>
15824
15825 * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
15826 -mlittle-endian-data.
15827
15828 2011-02-17 Joseph Myers <joseph@codesourcery.com>
15829
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.
15834
15835 2011-02-17 Uros Bizjak <ubizjak@gmail.com>
15836
15837 PR target/43653
15838 * config/i386/i386.c (ix86_secondary_reload): Handle SSE
15839 input reload with PLUS RTX.
15840
15841 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15842
15843 * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
15844 of InverseVar(MDMX).
15845
15846 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15847
15848 * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
15849 --m4-340.
15850
15851 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15852
15853 * config/mn10300/mn10300.opt (mno-crt0): New.
15854
15855 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15856
15857 * config/m68k/uclinux.opt (static-libc): New Driver option.
15858
15859 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15860
15861 * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
15862
15863 2011-02-16 Joseph Myers <joseph@codesourcery.com>
15864
15865 * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
15866 %{muser-extend-enabled}.
15867
15868 2011-02-16 Richard Guenther <rguenther@suse.de>
15869
15870 PR tree-optimization/47738
15871 * tree-ssa-loop.c (run_tree_predictive_commoning): Return
15872 the TODO from tree_predictive_commoning.
15873
15874 2011-02-15 Jeff Law <law@redhat.com>
15875
15876 Revert
15877 2011-01-25 Jeff Law <law@redhat.com>
15878
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.
15883
15884 2011-02-15 H.J. Lu <hongjiu.lu@intel.com>
15885
15886 PR middle-end/47725
15887 * combine.c (cant_combine_insn_p): Revert the last change.
15888
15889 2011-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
15890
15891 PR target/47755
15892 * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
15893 mode for vector constants. Remove code that checks for TImode.
15894
15895 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
15896
15897 PR debug/47106
15898 PR debug/47402
15899 * cgraph.h (compute_inline_parameters): Return void.
15900 * ipa-inline.c (compute_inline_parameters): Adjust.
15901
15902 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
15903
15904 PR debug/47106
15905 PR debug/47402
15906 * tree-inline.h (estimated_stack_frame_size): Take cgraph node
15907 rather than decl.
15908 * cfgexpand.c (estimated_stack_frame_size): Likewise.
15909 * ipa-inline.c (compute_inline_parameters): Adjust.
15910
15911 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
15912
15913 PR debug/47106
15914 PR debug/47402
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
15918 fn argument.
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.
15928
15929 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
15930
15931 PR debug/47106
15932 PR debug/47402
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.
15941
15942 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
15943
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.
15954
15955 2011-02-15 Nick Clifton <nickc@redhat.com>
15956
15957 * config/mn10300/mn10300.c: Include tm-constrs.h.
15958 (struct liw_data): New data structure describing an LIW candidate
15959 instruction.
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
15967 before swapping.
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
15974 LIW attributes.
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
15979 mode values.
15980 (cmp_liw, liw_cmp): Likewise. Plus fix order of operands in the
15981 instruction.
15982
15983 2011-02-15 H.J. Lu <hongjiu.lu@intel.com>
15984
15985 PR middle-end/47725
15986 * combine.c (cant_combine_insn_p): Check zero/sign extended
15987 hard registers.
15988
15989 2011-02-15 Richard Guenther <rguenther@suse.de>
15990
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.
15994
15995 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
15996
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.
16002
16003 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
16004
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.
16020
16021 2011-02-15 Jakub Jelinek <jakub@redhat.com>
16022
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.
16026
16027 2011-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16028
16029 PR pch/14940
16030 * config/alpha/host-osf.c: New file.
16031 * config/alpha/x-osf: New file.
16032 * config.host (alpha*-dec-osf*): Use it.
16033
16034 2011-02-14 Anatoly Sokolov <aesok@post.ru>
16035
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
16040 type to const_rtx.
16041 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
16042
16043 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
16044
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):
16049 Delete.
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):
16055 Un-staticize.
16056 (xstormy16_extra_constraint_p): Delete.
16057
16058 2011-02-14 Eric Botcazou <ebotcazou@adacore.com>
16059
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.
16074
16075 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
16076
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.
16090
16091 2011-02-14 Anatoly Sokolov <aesok@post.ru>
16092
16093 PR target/47696
16094 * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
16095 description.
16096
16097 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
16098
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.
16110
16111 2011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16112
16113 PR ada/41929
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.
16126
16127 2011-02-14 Andriy Gapon <avg@freebsd.org>
16128
16129 PR target/45808
16130 * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
16131
16132 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16133
16134 * configure: Regenerate.
16135
16136 2011-02-12 Joseph Myers <joseph@codesourcery.com>
16137
16138 PR driver/45731
16139 * gcc.c (asm_options): Correct spec matching --target-help.
16140
16141 2011-02-12 Martin Jambor <mjambor@suse.cz>
16142
16143 * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
16144 to gimple call error.
16145
16146 2011-02-12 Mike Stump <mikestump@comcast.net>
16147
16148 * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
16149 comments in backslash regions.
16150
16151 2011-02-12 Mike Stump <mikestump@comcast.net>
16152 Jakub Jelinek <jakub@redhat.com>
16153 Iain Sandoe <iains@gcc.gnu.org>
16154
16155 PR target/47324
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.
16165
16166 2011-02-12 Anatoly Sokolov <aesok@post.ru>
16167
16168 * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
16169 Remove macros.
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.
16173
16174 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
16175
16176 PR lto/47225
16177 * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
16178 in the current directory.
16179 * configure: Rebuilt.
16180
16181 2011-02-12 Iain Sandoe <iains@gcc.gnu.org>
16182
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.
16186
16187 2011-02-12 Iain Sandoe <iains@gcc.gnu.org>
16188
16189 * gcc.c (driver_handle_option): Concatenate the argument to -F with
16190 the switch.
16191
16192 2011-02-11 Joseph Myers <joseph@codesourcery.com>
16193
16194 * common.opt (nostartfiles): New Driver option.
16195
16196 2011-02-11 Xinliang David Li <davidxl@google.com>
16197
16198 PR tree-optimization/47707
16199 * tree-chrec.c (convert_affine_scev): Keep type precision.
16200
16201 2011-02-11 Eric Botcazou <ebotcazou@adacore.com>
16202
16203 PR tree-optimization/47420
16204 * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
16205
16206 2011-02-11 Pat Haugen <pthaugen@us.ibm.com>
16207
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.
16213
16214 2011-02-11 Joseph Myers <joseph@codesourcery.com>
16215
16216 PR driver/47678
16217 * gcc.c (main): Do not compile inputs if there were errors in
16218 option handling.
16219 * opts-common.c (read_cmdline_option): Check for wrong language
16220 after other error checks.
16221
16222 2011-02-11 Nathan Froyd <froydnj@codesourcery.com>
16223
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.
16233
16234 2011-02-11 Jakub Jelinek <jakub@redhat.com>
16235
16236 PR debug/47684
16237 * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
16238
16239 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16240
16241 PR testsuite/47400
16242 * doc/sourcebuild.texi (Require Support): Document
16243 dg-require-ascii-locale.
16244
16245 2011-02-11 Mingjie Xing <mingjie.xing@gmail.com>
16246
16247 * doc/lto.texi (Write summary): Fix missing parentheses.
16248
16249 2011-02-10 DJ Delorie <dj@redhat.com>
16250
16251 * config/m32c/m32c.c (m32c_option_override): Disable
16252 -fcombine-stack-adjustments until flag value tracking and compare
16253 optimization can be rewritten.
16254
16255 2011-02-10 Peter Bergner <bergner@vnet.ibm.com>
16256
16257 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
16258 PROCESSOR_POWER7.
16259 (PROCESSOR_DEFAULT64): Likewise.
16260
16261 2011-02-10 Richard Henderson <rth@redhat.com>
16262
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.
16269
16270 2011-02-10 Richard Guenther <rguenther@suse.de>
16271
16272 * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
16273
16274 2011-02-10 Richard Guenther <rguenther@suse.de>
16275
16276 PR tree-optimization/47677
16277 * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
16278
16279 2011-02-10 Jakub Jelinek <jakub@redhat.com>
16280
16281 PR target/47665
16282 * combine.c (make_compound_operation): Only change shifts into
16283 multiplication for SCALAR_INT_MODE_P.
16284
16285 2011-02-10 Jie Zhang <jie@codesourcery.com>
16286
16287 PR testsuite/47622
16288 Revert
16289 2011-02-05 Jie Zhang <jie@codesourcery.com>
16290 PR debug/42631
16291 * web.c (entry_register): Don't clobber the number of the
16292 first uninitialized reference in used[].
16293
16294 2011-02-09 Richard Guenther <rguenther@suse.de>
16295
16296 PR tree-optimization/47664
16297 * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
16298 all edges again.
16299
16300 2011-02-09 David Edelsohn <dje.gcc@gmail.com>
16301
16302 PR target/46481
16303 PR target/47032
16304 * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
16305 PROCESSOR_POWER7.
16306 (PROCESSOR_DEFAULT64): Same.
16307 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
16308
16309 2011-02-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16310
16311 * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
16312
16313 2011-02-09 Martin Jambor <mjambor@suse.cz>
16314
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
16318 flags.
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.
16324
16325 2011-02-08 DJ Delorie <dj@redhat.com>
16326
16327 PR target/47548
16328 * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
16329 patterns.
16330
16331 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16332
16333 * config/m68k/uclinux.opt: New.
16334 * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
16335
16336 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16337
16338 * config/cris/elf.opt (sim): New Driver option.
16339
16340 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16341
16342 * config/xtensa/elf.opt: New.
16343 * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
16344
16345 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16346
16347 * config/vax/elf.opt: New.
16348 * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
16349
16350 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16351
16352 * config/rs6000/aix64.opt (posix, pthread): New Driver options.
16353
16354 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16355
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.
16360
16361 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
16362
16363 * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
16364 * config/i386/gnu.h (CPP_SPEC): Likewise.
16365
16366 2011-02-08 Ian Lance Taylor <iant@google.com>
16367
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.
16378
16379 2011-02-08 Joseph Myers <joseph@codesourcery.com>
16380
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.
16386
16387 2011-02-08 Sebastian Pop <sebastian.pop@amd.com>
16388
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.
16397
16398 2011-02-08 Richard Guenther <rguenther@suse.de>
16399
16400 PR middle-end/47639
16401 * tree-vect-generic.c (expand_vector_operations_1): Update
16402 stmts here ...
16403 (expand_vector_operations): ... not here. Cleanup EH info
16404 and the CFG if required.
16405
16406 2011-02-08 Richard Guenther <rguenther@suse.de>
16407
16408 PR tree-optimization/47641
16409 * tree-ssa.c (execute_update_addresses_taken): For asm outputs
16410 require type compatibility.
16411
16412 2011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16413
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.
16418
16419 2011-02-08 Richard Guenther <rguenther@suse.de>
16420
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.
16430
16431 2011-02-08 Nick Clifton <nickc@redhat.com>
16432
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.
16446 (cmpsi): 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.
16463
16464 2011-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16465
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.
16474
16475 2011-02-07 Iain Sandoe <iains@gcc.gnu.org>
16476
16477 PR target/47558
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
16481 10.6 or later.
16482
16483 2011-02-07 Steve Ellcey <sje@cup.hp.com>
16484
16485 PR target/46997
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.
16490
16491 2011-02-07 Mike Stump <mikestump@comcast.net>
16492
16493 PR target/42333
16494 Add __ieee_divdc3 entry point.
16495 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
16496 entry point.
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.
16501
16502 2011-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
16503
16504 PR target/47636
16505 * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
16506 for the condition.
16507
16508 2011-02-07 Mike Stump <mikestump@comcast.net>
16509
16510 * config/darwin.opt (mmacosx-version-min): Update default OS version.
16511
16512 2011-02-07 Denis Chertykov <chertykov@gmail.com>
16513
16514 PR target/47534
16515 * config/avr/libgcc.S (exit): Move .endfunc
16516
16517 2011-02-07 Richard Guenther <rguenther@suse.de>
16518
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.
16525
16526 2011-02-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16527
16528 * config/spu/spu.c (spu_init_libfuncs): Install SImode and
16529 DImode trapping arithmetic libfuncs.
16530
16531 2011-02-07 Richard Guenther <rguenther@suse.de>
16532
16533 PR tree-optimization/47621
16534 * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
16535 two duplicates ...
16536 (execute_update_addresses_taken): ... here. Make it more
16537 conservative in what we accept.
16538
16539 2011-02-06 Joseph Myers <joseph@codesourcery.com>
16540
16541 * config/sparc/freebsd.h (ASM_SPEC): Define.
16542 * config/sparc/vxworks.h (ASM_SPEC): Define.
16543
16544 2011-02-06 Joseph Myers <joseph@codesourcery.com>
16545
16546 * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
16547
16548 2011-02-06 Steven Bosscher <steven@gcc.gnu.org>
16549
16550 * doc/invoke.texi: Remove reference to compiler internals from
16551 user documentation.
16552
16553 * reg-notes.def: Remove REG_VALUE_PROFILE.
16554 * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
16555
16556 2011-02-05 Jakub Jelinek <jakub@redhat.com>
16557
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.
16561
16562 2011-02-05 Jie Zhang <jie@codesourcery.com>
16563
16564 PR debug/42631
16565 * web.c (entry_register): Don't clobber the number of the
16566 first uninitialized reference in used[].
16567
16568 2011-02-04 Sebastian Pop <sebastian.pop@amd.com>
16569
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.
16574
16575 2011-02-04 Joseph Myers <joseph@codesourcery.com>
16576
16577 * config/mips/iris6.opt: New.
16578 * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
16579
16580 2011-02-04 Richard Henderson <rth@redhat.com>
16581 Steve Ellcey <sje@cup.hp.com>
16582
16583 PR target/46997
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.
16640
16641 2011-02-04 Jakub Jelinek <jakub@redhat.com>
16642
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
16648 callers.
16649 * expr.c (expand_expr_real_1) <case SSA_NAME>: If
16650 get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
16651 SSA_NAME_DEF_STMT.
16652 * tree-flow.h (stmt_is_replaceable_p): New prototype.
16653
16654 2011-02-04 Joseph Myers <joseph@codesourcery.com>
16655
16656 * config/rs6000/xilinx.opt: New.
16657 * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
16658
16659 2011-02-04 Joseph Myers <joseph@codesourcery.com>
16660
16661 * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
16662
16663 2011-02-03 Anatoly Sokolov <aesok@post.ru>
16664
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.
16676
16677 2011-02-03 Joseph Myers <joseph@codesourcery.com>
16678
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.
16682
16683 2011-02-03 Jakub Jelinek <jakub@redhat.com>
16684
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.
16702
16703 Revert:
16704 2010-11-17 Dinar Temirbulatov <dtemirbulatov@gmail.com>
16705 Steve Ellcey <sje@cup.hp.com>
16706
16707 PR middle-end/31490
16708 * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
16709 if section attribute used.
16710
16711 2011-02-03 Jakub Jelinek <jakub@redhat.com>
16712
16713 * config/darwin.h (SECTION_NO_ANCHOR): Remove.
16714 * config/darwin.c (SECTION_NO_ANCHOR): Define.
16715 (darwin_init_sections): Remove assertion.
16716
16717 2011-02-03 Nick Clifton <nickc@redhat.com>
16718
16719 * config/rx/predicates.md (rx_zs_comparison_operator): Remove
16720 lt and ge.
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
16725 CC_FLAG_S.
16726
16727 2011-02-03 Jakub Jelinek <jakub@redhat.com>
16728
16729 PR target/47312
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.
16732
16733 PR lto/47274
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.
16737
16738 PR target/47564
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.
16745
16746 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
16747
16748 PR debug/43092
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.
16776 Deal with autoinc.
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
16786 to cselib_lookup.
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.
16796
16797 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
16798
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.
16802
16803 2011-02-02 Michael Meissner <meissner@linux.vnet.ibm.com>
16804
16805 PR target/47272
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.
16809
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.
16813
16814 * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
16815 function.
16816
16817 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
16818 V2DF, V2DI support to load/store overloaded builtins.
16819
16820 * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
16821 altivec load/store builtins for V2DF/V2DI types.
16822
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
16833 for Altivec.
16834
16835 * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
16836 vec_vsx_ld and vec_vsx_st.
16837 (vsx_store_<mode>): Ditto.
16838
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.
16844
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.
16848
16849 * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
16850 short cuts.
16851 (vec_vsx_st): Ditto.
16852
16853 2011-02-02 Joseph Myers <joseph@codesourcery.com>
16854
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.
16859
16860 2011-02-02 Joseph Myers <joseph@codesourcery.com>
16861
16862 * config/ia64/vms.opt: New.
16863 * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
16864
16865 2011-02-01 Michael Meissner <meissner@linux.vnet.ibm.com>
16866
16867 PR target/47580
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.
16874
16875 2011-02-02 Joseph Myers <joseph@codesourcery.com>
16876
16877 * config/i386/djgpp.opt (posix): New Driver option.
16878
16879 2011-02-02 Gerald Pfeifer <gerald@pfeifer.com>
16880
16881 * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
16882 Move to the unsupported targets list.
16883
16884 2011-02-02 Peter Bergner <bergner@vnet.ibm.com>
16885
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.
16890
16891 2011-02-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16892
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.
16897
16898 2011-02-02 Jeff Law <law@redhat.com>
16899
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.
16903
16904 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
16905 Richard Guenther <rguenther@suse.de>
16906
16907 PR tree-optimization/40979
16908 PR bootstrap/47044
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.
16912
16913 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
16914
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.
16922
16923 2011-02-02 Richard Guenther <rguenther@suse.de>
16924
16925 PR tree-optimization/47566
16926 * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
16927
16928 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
16929
16930 PR debug/47106
16931 PR debug/47402
16932 * tree-inline.c (declare_return_variable): Remove unused caller
16933 variable.
16934
16935 PR debug/47106
16936 PR debug/47402
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.
16943
16944 PR debug/47106
16945 PR debug/47402
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
16949 as referenced.
16950
16951 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
16952
16953 PR debug/47498
16954 PR debug/47501
16955 PR debug/45136
16956 PR debug/45130
16957 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
16958 debug insns.
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.
16969
16970 2011-02-01 Joseph Myers <joseph@codesourcery.com>
16971
16972 * config/openbsd.opt (assert=): New Driver option.
16973
16974 2011-02-01 Joseph Myers <joseph@codesourcery.com>
16975
16976 * config/i386/nto.opt: New.
16977 * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
16978
16979 2011-02-01 Joseph Myers <joseph@codesourcery.com>
16980
16981 * config/i386/netware.opt: New.
16982 * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
16983
16984 2011-02-01 Joseph Myers <joseph@codesourcery.com>
16985
16986 * config/interix.opt (posix): New Driver option.
16987
16988 2011-02-01 DJ Delorie <dj@redhat.com>
16989
16990 * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
16991
16992 * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
16993 class for A0/A1.
16994
16995 2011-02-01 Sebastian Pop <sebastian.pop@amd.com>
16996
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.
17000
17001 2011-02-01 Joseph Myers <joseph@codesourcery.com>
17002
17003 * config/i386/cygming.opt (posix): New Driver option.
17004
17005 2011-02-01 Joseph Myers <joseph@codesourcery.com>
17006
17007 * config/arm/vxworks.opt: New.
17008 * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
17009
17010 2011-02-01 Joseph Myers <joseph@codesourcery.com>
17011
17012 * config/alpha/elf.opt: New.
17013 * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
17014 alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
17015
17016 2011-02-01 Richard Guenther <rguenther@suse.de>
17017
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.
17021
17022 2011-02-01 Bernd Schmidt <bernds@codesourcery.com>
17023
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.
17028
17029 2011-02-01 H.J. Lu <hongjiu.lu@intel.com>
17030
17031 PR driver/47547
17032 * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
17033 is HOST_BIT_BUCKET.
17034
17035 * opts.c (finish_options): Don't add x_aux_base_name if it is
17036 HOST_BIT_BUCKET.
17037
17038 2011-02-01 Richard Guenther <rguenther@suse.de>
17039
17040 PR tree-optimization/47555
17041 Revert
17042 2010-07-15 Sebastian Pop <sebastian.pop@amd.com>
17043
17044 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
17045
17046 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
17047
17048 PR gcc/46692
17049 * config/lm32/t-lm32: Add multilib for all CPU options.
17050
17051 2011-02-01 Richard Guenther <rguenther@suse.de>
17052
17053 PR tree-optimization/47541
17054 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
17055 sure to have a field at offset zero.
17056
17057 2011-01-31 Joseph Myers <joseph@codesourcery.com>
17058
17059 * config/arc/arc.opt (EB, EL): New Driver options.
17060
17061 2011-01-31 Joseph Myers <joseph@codesourcery.com>
17062
17063 * config/alpha/osf5.opt: New.
17064 * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
17065
17066 2011-01-31 Joseph Myers <joseph@codesourcery.com>
17067
17068 * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
17069
17070 2011-01-31 Sebastian Pop <sebastian.pop@amd.com>
17071
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.
17079
17080 2011-01-31 Jakub Jelinek <jakub@redhat.com>
17081 Richard Guenther <rguenther@suse.de>
17082
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.
17088
17089 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17090
17091 * doc/sourcebuild.texi (Effective-Target Keywords): Document
17092 avx_runtime.
17093
17094 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17095
17096 * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
17097 version number.
17098 * configure: Regenerate.
17099
17100 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17101
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
17105 instead.
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.
17113
17114 2011-01-31 Nick Clifton <nickc@redhat.com>
17115
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
17118 function.
17119
17120 2011-01-31 Nick Clifton <nickc@redhat.com>
17121
17122 * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
17123 reg_renumber returning an INVALID_REGNUM.
17124
17125 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
17126
17127 PR libgcj/44341
17128 * doc/install.texi: Document host options discarded when cross
17129 configuring target libraries.
17130
17131 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
17132
17133 Reverted:
17134 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
17135 PR debug/45136
17136 PR debug/45130
17137 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
17138 debug insns.
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.
17149
17150 2011-01-31 Alan Modra <amodra@gmail.com>
17151
17152 * config/rs6000/rs6000.c (print_operand): Rearrange addends in
17153 toc relative expressions as we do in print_operand_address.
17154
17155 2011-01-30 Kazu Hirata <kazu@codesourcery.com>
17156
17157 * doc/extend.texi: Follow spelling conventions.
17158 * doc/invoke.texi: Fix a typo.
17159
17160 2011-01-30 Joseph Myers <joseph@codesourcery.com>
17161
17162 * config/hpux11.opt: New.
17163 * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
17164 ia64*-*-hpux*): Use hpux11.opt.
17165
17166 2011-01-30 Jonathan Yong <jon_y@users.sourceforge.net>
17167
17168 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
17169 to tmake_file.
17170
17171 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
17172
17173 * doc/install.texi (hppa-hp-hpux10): Remove references to HP
17174 support sites.
17175
17176 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
17177
17178 * doc/install.texi (Binaries): Remove outdated reference for
17179 Motorola 68HC11/68HC12 downloads.
17180
17181 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
17182
17183 * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
17184 Drepper's paper.
17185
17186 2011-01-29 Jonathan Wakely <jwakely.gcc@gmail.com>
17187
17188 PR bootstrap/47147
17189 * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
17190 used by NetBSD.
17191
17192 2011-01-28 Ahmad Sharif <asharif@google.com>
17193
17194 * value-prof.c (check_counter): Corrected error message.
17195
17196 2011-01-29 Jie Zhang <jie@codesourcery.com>
17197
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.
17202
17203 2011-01-28 Ian Lance Taylor <iant@google.com>
17204
17205 * godump.c (go_define): Ignore macros whose definitions include
17206 two adjacent operands.
17207
17208 2011-01-28 Jakub Jelinek <jakub@redhat.com>
17209
17210 PR target/42894
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.
17215
17216 2011-01-28 Joseph Myers <joseph@codesourcery.com>
17217
17218 * config/freebsd.opt (posix, rdynamic): New Driver options.
17219
17220 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17221
17222 * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
17223 -Bstatic/-Bdynamic.
17224 * configure: Regenerate.
17225
17226 2011-01-27 Joseph Myers <joseph@codesourcery.com>
17227
17228 * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
17229 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
17230
17231 2011-01-27 Anatoly Sokolov <aesok@post.ru>
17232
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.
17238
17239 2011-01-27 Jan Hubicka <jh@suse.cz>
17240
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.
17244
17245 2011-01-27 Martin Jambor <mjambor@suse.cz>
17246
17247 PR tree-optimization/47228
17248 * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
17249 build_ref_for_offset.
17250
17251 2011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17252
17253 * config/spu/spu-elf.h (ASM_SPEC): Remove.
17254
17255 2011-01-26 Mikael Pettersson <mikpe@it.uu.se>
17256
17257 PR rtl-optimization/46856
17258 * postreload.c (reload_combine_recognize_const_pattern): Do not
17259 separate cc0 setter and user on cc0 targets.
17260
17261 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>
17262
17263 PR c/43082
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.
17267
17268 2011-01-26 Jeff Law <law@redhat.com>
17269
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.
17273
17274 2011-01-26 DJ Delorie <dj@redhat.com>
17275
17276 PR rtl-optimization/46878
17277 * combine.c (insn_a_feeds_b): Check for the implicit cc0
17278 setter/user dependency as well.
17279
17280 2011-01-26 Eric Botcazou <ebotcazou@adacore.com>
17281
17282 PR rtl-optimization/44469
17283 * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
17284 after removing trivially dead basic blocks.
17285
17286 2011-01-26 Joseph Myers <joseph@codesourcery.com>
17287
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.
17298
17299 2011-01-26 Joseph Myers <joseph@codesourcery.com>
17300
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.
17310
17311 2011-01-26 Joseph Myers <joseph@codesourcery.com>
17312
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.
17316
17317 2011-01-26 Joseph Myers <joseph@codesourcery.com>
17318
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,*}.
17331
17332 2011-01-26 Steve Ellcey <sje@cup.hp.com>
17333
17334 PR target/46997
17335 * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
17336 (*mux2): Ditto.
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.
17345
17346 2011-01-22 Jan Hubicka <jh@suse.cz>
17347
17348 PR target/47237
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
17353 can change.
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.
17367
17368 2011-01-22 Jan Hubicka <jh@suse.cz>
17369
17370 * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
17371
17372 2011-01-26 Richard Guenther <rguenther@suse.de>
17373
17374 PR tree-optimization/47190
17375 * cgraphunit.c (process_common_attributes): New function.
17376 (process_function_and_variable_attributes): Use it.
17377
17378 2011-01-26 Richard Guenther <rguenther@suse.de>
17379
17380 PR lto/47423
17381 * cgraphbuild.c (record_eh_tables): Record reference to personality
17382 function.
17383
17384 2011-01-26 Alexandre Oliva <aoliva@redhat.com>
17385
17386 PR debug/45454
17387 * sel-sched.c (moveup_expr): Don't let debug insns prevent
17388 non-debug insns from moving up.
17389
17390 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
17391
17392 PR target/40125
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.
17403
17404 2011-01-26 Chung-Lin Tang <cltang@codesourcery.com>
17405
17406 PR target/47246
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.
17410
17411 2011-01-25 Ian Lance Taylor <iant@google.com>
17412
17413 * godump.c (go_define): Improve lexing of macro expansion to only
17414 accept expressions which match Go spec.
17415
17416 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
17417
17418 PR c++/43601
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.
17422
17423 2011-01-25 Ian Lance Taylor <iant@google.com>
17424
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.
17432
17433 2011-01-25 Jonathan Wakely <jwakely.gcc@gmail.com>
17434
17435 * doc/invoke.texi (Warning Options): Add missing hyphen.
17436 (-fprofile-dir): Minor grammatical fixes.
17437 (-fbranch-probabilities): Likewise.
17438
17439 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
17440
17441 PR debug/45136
17442 PR debug/45130
17443 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
17444 debug insns.
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.
17455
17456 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17457
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.
17519
17520 2011-01-25 Jakub Jelinek <jakub@redhat.com>
17521
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.
17526
17527 2011-01-25 Martin Jambor <mjambor@suse.cz>
17528
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.
17532
17533 2011-01-25 Joel Sherrill <joel.sherrill@oarcorp.com>
17534
17535 * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
17536 sjlj_except_unwind_info.
17537
17538 2011-01-25 Richard Guenther <rguenther@suse.de>
17539
17540 PR tree-optimization/47426
17541 * tree-ssa-structalias.c (ipa_pta_execute): Make externally
17542 visible functions results escape.
17543
17544 2011-01-25 Jakub Jelinek <jakub@redhat.com>
17545
17546 PR target/45701
17547 * config/arm/arm.c (any_sibcall_uses_r3): New function.
17548 (arm_get_frame_offsets): Use it.
17549
17550 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17551 Jakub Jelinek <jakub@redhat.com>
17552
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.
17558
17559 2011-01-25 Nick Clifton <nickc@redhat.com>
17560
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.
17571
17572 2011-01-25 Jeff Law <law@redhat.com>
17573
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.
17578
17579 2011-01-25 Jakub Jelinek <jakub@redhat.com>
17580
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.
17585
17586 2011-01-25 Richard Guenther <rguenther@suse.de>
17587
17588 PR middle-end/47414
17589 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
17590 correct type for TBAA.
17591
17592 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17593
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.
17597
17598 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17599
17600 * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
17601 when it is initialized.
17602
17603 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17604
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
17617 declaration.
17618 (create_data_ref): Same.
17619 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
17620 call to create_data_ref.
17621
17622 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17623
17624 * graphite-sese-to-poly.c (build_poly_scop): Move
17625 rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
17626
17627 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17628
17629 * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
17630 VAR_DECL, PARM_DECL, and RESULT_DECL.
17631
17632 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17633
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.
17638
17639 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17640
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.
17645
17646 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17647
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.
17651
17652 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17653
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
17662 parameter.
17663 * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
17664
17665 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17666
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
17671 and unshare_expr.
17672
17673 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17674
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.
17678
17679 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17680
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.
17697
17698 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17699
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.
17708
17709 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17710
17711 * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
17712 the "a followed by b" relation and document it.
17713
17714 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17715
17716 * graphite-dependences.c (build_lexicographical_constraint): Stop the
17717 iteration when the bag of constraints is empty.
17718
17719 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17720
17721 * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
17722
17723 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17724
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.
17729
17730 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17731
17732 * graphite-dependences.c (print_pddr): Call
17733 ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
17734
17735 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
17736
17737 * graphite-ppl.c (debug_gmp_value): New.
17738 * graphite-ppl.h (debug_gmp_value): Declared.
17739
17740 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
17741
17742 * doc/install.texi: Document availability of cloog-0.16.
17743
17744 2011-01-25 Vladimir Kargov <kargov@gmail.com>
17745
17746 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
17747 invalid postdominance info.
17748
17749 2011-01-24 Jan Hubicka <jh@suse.cz>
17750
17751 PR c/21659
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.
17756
17757 2011-01-24 Kenneth Zadeck <zadeck@naturalbridge.com>
17758
17759 * machmode.def: Fixed comments.
17760
17761 2011-01-24 Kai Tietz <kai.tietz@onevision.com>
17762
17763 * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
17764
17765 2011-01-24 Paul Koning <ni1d@arrl.net>
17766
17767 * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
17768 WORDS_BIG_ENDIAN.
17769
17770 2011-01-24 H.J. Lu <hongjiu.lu@intel.com>
17771
17772 PR target/46519
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
17779 state is changed.
17780 (move_or_delete_vzeroupper): Visit basic blocks using the
17781 work-list based algorithm based on vt_find_locations in
17782 var-tracking.c.
17783
17784 * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
17785
17786 2011-01-24 Nick Clifton <nickc@redhat.com>
17787
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.
17793
17794 2011-01-24 Richard Henderson <rth@redhat.com>
17795
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.
17806
17807 2011-01-24 Michael Meissner <meissner@linux.vnet.ibm.com>
17808
17809 PR target/47385
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.
17813
17814 2011-01-23 Bernd Schmidt <bernds@codesourcery.com>
17815 Richard Sandiford <rdsandiford@googlemail.com>
17816
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
17821 reloadreg.
17822
17823 2011-01-23 Andreas Schwab <schwab@linux-m68k.org>
17824
17825 * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
17826
17827 2011-01-22 Jan Hubicka <jh@suse.cz>
17828
17829 PR lto/47333
17830 * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
17831
17832 2011-01-22 Jan Hubicka <jh@suse.cz>
17833
17834 PR tree-optimization/43884
17835 PR lto/44334
17836 * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
17837 * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
17838
17839 2011-01-22 Anatoly Sokolov <aesok@post.ru>
17840
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.
17845
17846 2011-01-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17847
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.
17856
17857 2011-01-21 Richard Henderson <rth@redhat.com>
17858
17859 * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
17860
17861 * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
17862
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.
17875
17876 2011-01-22 Nick Clifton <nickc@redhat.com>
17877
17878 * config/rx/rx.md (cstoresf4): Pass comparison operator to
17879 rx_split_fp_compare.
17880
17881 2011-01-22 Nick Clifton <nickc@redhat.com>
17882
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
17895 sibcall_internal.
17896 (sibcall_value): Likewise.
17897 (mov<>): FAIL if a constant operand is not legitimate.
17898 (addsi3_unpsec): New pattern.
17899
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
17906 UNSPEC CONSTs.
17907
17908 2011-01-21 Jeff Law <law@redhat.com>
17909
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.
17916
17917 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
17918
17919 PR debug/47402
17920 Temporarily revert:
17921 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
17922 PR debug/47106
17923 * tree-dfa.c (create_var_ann): Mark variable as used.
17924
17925 2011-01-21 Jakub Jelinek <jakub@redhat.com>
17926
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.
17931
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.
17939
17940 2011-01-21 Jeff Law <law@redhat.com>
17941
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.
17947
17948 2011-01-21 Jakub Jelinek <jakub@redhat.com>
17949
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.
17953
17954 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
17955
17956 PR debug/47106
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.
17961
17962 2011-01-21 Richard Guenther <rguenther@suse.de>
17963
17964 PR middle-end/47395
17965 * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
17966
17967 2011-01-21 Richard Guenther <rguenther@suse.de>
17968
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.
17983
17984 2011-01-21 Jakub Jelinek <jakub@redhat.com>
17985
17986 * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
17987 DECL_IGNORED_P non-reg vars if they are used.
17988
17989 PR tree-optimization/47391
17990 * varpool.c (const_value_known_p): Return false if
17991 decl is volatile.
17992
17993 2011-01-21 Kai Tietz <kai.tietz@onevision.com>
17994
17995 PR bootstrap/47215
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.
17999
18000 2011-01-21 Alan Modra <amodra@gmail.com>
18001
18002 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
18003 builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
18004
18005 2011-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
18006
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.
18027
18028 2011-01-20 Anatoly Sokolov <aesok@post.ru>
18029
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.
18036
18037 2011-01-20 Alexandre Oliva <aoliva@redhat.com>
18038
18039 PR debug/46583
18040 * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
18041
18042 2011-01-20 Jakub Jelinek <jakub@redhat.com>
18043
18044 PR debug/47283
18045 * cfgexpand.c (expand_debug_expr): Instead of generating
18046 (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
18047 etc. handling.
18048
18049 2011-01-20 Richard Guenther <rguenther@suse.de>
18050
18051 PR middle-end/47370
18052 * tree-inline.c (remap_gimple_op_r): Recurse manually for
18053 the pointer operand of MEM_REFs.
18054
18055 2011-01-20 Jakub Jelinek <jakub@redhat.com>
18056
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,
18060 refuse to split.
18061
18062 2011-01-20 Richard Guenther <rguenther@suse.de>
18063
18064 PR tree-optimization/47167
18065 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
18066 Revert previous change, only avoid enumeral type changes.
18067
18068 2011-01-19 Mike Stump <mikestump@comcast.net>
18069
18070 * doc/tm.texi.in (BRANCH_COST): Englishify.
18071 * doc/tm.texi (BRANCH_COST): Likewise.
18072
18073 2011-01-19 Dodji Seketeli <dodji@redhat.com>
18074
18075 PR c++/47291
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.
18081
18082 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
18083
18084 PR debug/46240
18085 * tree-into-ssa.c (maybe_register_def): Do not attempt to add
18086 debug bind stmt on merge edges.
18087
18088 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
18089
18090 PR debug/47079
18091 PR debug/46724
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.
18096
18097 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
18098
18099 * c-parser.c (c_parser_for_statement): Initialize
18100 collection_expression.
18101
18102 2011-01-19 Joseph Myers <joseph@codesourcery.com>
18103
18104 * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
18105
18106 2011-01-19 Joseph Myers <joseph@codesourcery.com>
18107
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.
18111
18112 2011-01-19 Joseph Myers <joseph@codesourcery.com>
18113
18114 * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
18115 (NO_SHARED_LIB_SUPPORT): Remove.
18116 (LINK_SHLIB_SPEC): Remove one conditional definition.
18117
18118 2011-01-19 Joseph Myers <joseph@codesourcery.com>
18119
18120 * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
18121 %{call_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}
18127 %{call_shared}.
18128
18129 2011-01-19 Jakub Jelinek <jakub@redhat.com>
18130
18131 * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
18132 simplify.
18133
18134 * ipa-split.c: Spelling fixes.
18135
18136 2011-01-19 Richard Henderson <rth@redhat.com>
18137
18138 * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
18139 (*mulsi3): Likewise.
18140
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.
18146
18147 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18148
18149 * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
18150
18151 2011-01-19 Richard Henderson <rth@redhat.com>
18152
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.
18158
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.
18166
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.
18185
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
18200 to the function.
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
18208 when possible.
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.
18251
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.
18266
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.
18280
18281 * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
18282 POST_MODIFY.
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.
18308
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.
18320
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
18333 for MN103.
18334 (udivsi3, umodsi3): New patterns for MN103 only.
18335
18336 2011-01-19 Joern Rennecke <amylaar@spamcop.net>
18337
18338 * doc/tm.texi.in: Spell out that a lack of register class unions
18339 can lead to ICEs.
18340 * doc/tm.texi: Regenerate.
18341
18342 2011-01-19 Jakub Jelinek <jakub@redhat.com>
18343
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.
18347
18348 PR tree-optimization/47290
18349 * tree-eh.c (infinite_empty_loop_p): New function.
18350 (cleanup_empty_eh): Use it.
18351
18352 2011-01-18 Steve Ellcey <sje@cup.hp.com>
18353
18354 PR target/46997
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.
18369 (mix1_r): 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.
18375
18376 2011-01-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18377
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
18386 builtins.
18387 * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
18388 * config/pa/quadlib.c (_U_Qfcopysign): New.
18389
18390 2011-01-18 Eric Botcazou <ebotcazou@adacore.com>
18391
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
18395 are defined.
18396
18397 2011-01-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18398
18399 PR tree-optimization/47179
18400 * config/spu/spu.c (spu_ref_may_alias_errno): New function.
18401 (TARGET_REF_MAY_ALIAS_ERRNO): Define.
18402
18403 2011-01-18 Richard Guenther <rguenther@suse.de>
18404
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.
18410
18411 2011-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
18412
18413 * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
18414 (cortex_a9_dp): Handle neon types correctly.
18415
18416 2011-01-18 Jakub Jelinek <jakub@redhat.com>
18417
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
18423 before using it.
18424
18425 2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18426
18427 * doc/lto.texi (LTO): Ensure two spaces after period. Fix
18428 spacing after 'e.g.', typos, comma, hyphenation.
18429
18430 2011-01-17 Richard Henderson <rth@redhat.com>
18431
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.
18442
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.
18448
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.
18458
18459 * config/rx/rx.md (bswapsi2): Use = not + for output reload.
18460 (bswaphi2, bitinvert, revw): Likewise.
18461
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.
18473
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.
18485
18486 * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
18487
18488 * config/rx/rx.c (rx_print_operand): Remove workaround for
18489 unsplit comparison operations.
18490
18491 * config/rx/rx.md (movsicc): Split after reload.
18492 (*movsicc): Merge *movsieq and *movsine via match_operator.
18493 (*stcc): New pattern.
18494
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.
18499
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.
18528
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.
18532
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.
18537
18538 2011-01-17 Richard Henderson <rth@redhat.com>
18539
18540 * except.c (dump_eh_tree): Fix stray ; after for statement.
18541
18542 2011-01-17 Richard Guenther <rguenther@suse.de>
18543
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.
18548
18549 2011-01-17 Ian Lance Taylor <iant@google.com>
18550
18551 PR target/47219
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
18557 set_mem_alias_set.
18558 (sparc_struct_value_rtx): Likewise.
18559
18560 2011-01-17 H.J. Lu <hongjiu.lu@intel.com>
18561
18562 PR target/47318
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.
18571
18572 * config/i386/i386-builtin-types.def: Updated.
18573 (ix86_expand_special_args_builtin): Likewise.
18574
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.
18580
18581 * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
18582 Use <avxpermvecmode> on mask register.
18583 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
18584
18585 2011-01-17 Olivier Hainque <hainque@adacore.com>
18586 Michael Haubenwallner <michael.haubenwallner@salomon.at>
18587 Eric Botcazou <ebotcazou@adacore.com>
18588
18589 PR target/46655
18590 * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
18591 if <= USHRT_MAX in 32-bit mode.
18592
18593 2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18594
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.
18598
18599 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
18600
18601 * config/mips/mips.c (mips_classify_symbol): Don't return
18602 SYMBOL_PC_RELATIVE for nonlocal labels.
18603
18604 2011-01-15 Eric Botcazou <ebotcazou@adacore.com>
18605
18606 * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
18607
18608 2011-01-15 Jan Hubicka <jh@suse.cz>
18609
18610 PR tree-optimization/47276
18611 * ipa.c (function_and_variable_visibility): Do not try to mark alias
18612 declarations as needed.
18613
18614 2011-01-15 Martin Jambor <mjambor@suse.cz>
18615
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.
18624
18625 2011-01-14 Martin Jambor <mjambor@suse.cz>
18626
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.
18640
18641 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18642
18643 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
18644 * config/i386/i386.opt (msse5): New Alias.
18645
18646 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18647
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.
18652
18653 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18654
18655 * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
18656 -mcpu options.
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):
18661 Likewise.
18662 * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
18663
18664 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18665
18666 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
18667
18668 2011-01-14 Mike Stump <mikestump@comcast.net>
18669
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.
18677
18678 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18679
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.
18688
18689 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18690
18691 * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
18692
18693 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18694
18695 * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
18696 ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
18697
18698 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18699
18700 * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
18701 -nodefaultlib.
18702
18703 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18704
18705 * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
18706 for mcpu not cpu.
18707 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
18708 CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
18709 not cpu.
18710 (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
18711 Don't handle -shlib.
18712
18713 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18714
18715 * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
18716 (CC1_SPEC): Don't handle -profile.
18717
18718 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18719
18720 * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
18721 * config/mips/mips.h (CC1_SPEC): Likewise.
18722
18723 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18724
18725 * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
18726 * config/mips/mips.h (CC1_SPEC): Likewise.
18727
18728 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18729
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.
18738
18739 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18740
18741 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
18742 %{version:-v}.
18743 * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
18744
18745 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18746
18747 * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
18748 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
18749
18750 2011-01-14 Joseph Myers <joseph@codesourcery.com>
18751
18752 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
18753
18754 2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18755
18756 * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
18757 supports -Bstatic/-Bdynamic.
18758 * configure: Regenerate.
18759
18760 2011-01-14 Jan Hubicka <jh@suse.cz>
18761 Jack Howarth <howarth@bromo.med.uc.edu>
18762
18763 PR target/46037
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.
18767
18768 2011-01-14 Richard Guenther <rguenther@suse.de>
18769
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.
18782
18783 2011-01-14 Richard Guenther <rguenther@suse.de>
18784
18785 * tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.
18786
18787 2011-01-14 Richard Guenther <rguenther@suse.de>
18788
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.
18794
18795 2011-01-14 Richard Guenther <rguenther@suse.de>
18796
18797 PR middle-end/47281
18798 Revert
18799 2011-01-11 Richard Guenther <rguenther@suse.de>
18800
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.
18804
18805 2011-01-14 Richard Guenther <rguenther@suse.de>
18806
18807 PR tree-optimization/47286
18808 * tree-ssa-structalias.c (new_var_info): Register variables are global.
18809
18810 2011-01-14 Martin Jambor <mjambor@suse.cz>
18811
18812 PR middle-end/46823
18813 * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
18814
18815 2011-01-13 Anatoly Sokolov <aesok@post.ru>
18816
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.
18822
18823 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
18824
18825 PR c++/47213
18826 * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
18827 PE specific hook.
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.
18832
18833 2011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
18834
18835 PR target/47251
18836 * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
18837 floating point.
18838 (floatunsdidf2_fcfidu): Ditto.
18839
18840 2011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18841
18842 * config/s390/s390.c (print_operand_address): Replace 'error' with
18843 'output_operand_lossage'.
18844 (print_operand): Likewise.
18845
18846 2011-01-13 Jeff Law <law@redhat.com>
18847
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.
18855
18856 2011-01-13 Dodji Seketeli <dodji@redhat.com>
18857
18858 PR debug/PR46973
18859 * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
18860 static function.
18861 (prune_unused_types_mark): Use it.
18862
18863 2011-01-13 Andrey Belevantsev <abel@ispras.ru>
18864
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.
18869
18870 2011-01-12 Richard Henderson <rth@redhat.com>
18871
18872 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
18873 (TARGET_MD_ASM_CLOBBERS): New.
18874
18875 * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
18876 (TARGET_DELEGITIMIZE_ADDRESS): New.
18877
18878 * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
18879 (clzsi2, *bsch): New patterns.
18880
18881 * config/mn10300/mn10300.md (INT): New mode iterator.
18882 (*mov<INT>_clr): New pattern, and peep2 to generate it.
18883
18884 * config/mn10300/mn10300.c (mn10300_option_override): Force enable
18885 flag_split_wide_types.
18886
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.
18891
18892 2011-01-12 Anatoly Sokolov <aesok@post.ru>
18893
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.
18898
18899 2011-01-12 Kai Tietz <kai.tietz@onevision.com>
18900
18901 PR debug/47209
18902 * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
18903 of type.
18904
18905 2011-01-12 Jan Hubicka <jh@suse.cz>
18906
18907 PR driver/47244
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.
18911
18912 2011-01-12 Richard Guenther <rguenther@suse.de>
18913
18914 PR lto/47259
18915 * lto-streamer-out.c (output_gimple_stmt): Do not wrap
18916 register variables in a MEM_REF.
18917
18918 2011-01-12 Joseph Myers <joseph@codesourcery.com>
18919
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.
18957
18958 2011-01-12 Richard Guenther <rguenther@suse.de>
18959
18960 PR other/46946
18961 * doc/invoke.texi (ffast-math): Document it is turned on
18962 with -Ofast.
18963
18964 2011-01-12 Jan Hubicka <jh@suse.cz>
18965
18966 PR tree-optimization/47233
18967 * opts.c (common_handle_option): Disable ipa-reference with profile
18968 feedback.
18969
18970 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
18971
18972 * c-parser.c (c_parser_objc_at_property_declaration): Improved
18973 error message.
18974
18975 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
18976
18977 * c-parser.c (c_lex_one_token): Updated and reindented some
18978 comments. No changes in code.
18979
18980 2011-01-11 Ian Lance Taylor <iant@google.com>
18981
18982 * godump.c (go_output_var): Don't output the variable if there is
18983 already a type with the same name.
18984
18985 2011-01-11 Ian Lance Taylor <iant@google.com>
18986
18987 * godump.c (go_format_type): Don't generate float80.
18988
18989 2011-01-11 Richard Henderson <rth@redhat.com>
18990
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.
19004
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.
19014
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.
19019
19020 * config/mn10300/mn10300.md (isa): New attribute.
19021 (enabled): New attribute.
19022
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.
19027
19028 * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
19029 (DEBUGGER_AUTO_OFFSET): Remove.
19030 (DEBUGGER_ARG_OFFSET): Remove.
19031
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.
19037
19038 * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
19039
19040 * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
19041 in terms of the value on the stack, not the MDR register.
19042
19043 2011-01-11 Jan Hubicka <jh@suse.cz>
19044
19045 PR lto/45721
19046 PR lto/45375
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
19056 as needed in lto.
19057 * varasm.c (symbol_alias_set_t): Remove.
19058 (symbol_alias_set_destroy): Export.
19059 (propagate_aliases_forward, propagate_aliases_backward): New functions
19060 based on ...
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
19067 in LTO mode.
19068
19069 2011-01-11 Richard Guenther <rguenther@suse.de>
19070
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.
19074
19075 2011-01-11 Richard Guenther <rguenther@suse.de>
19076
19077 PR middle-end/45235
19078 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
19079 volatile MEMs as MEM_READONLY_P.
19080
19081 2011-01-11 Richard Guenther <rguenther@suse.de>
19082
19083 PR tree-optimization/47239
19084 * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
19085
19086 2011-01-11 Jeff Law <law@redhat.com>
19087
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.
19091
19092 2011-01-10 Jan Hubicka <jh@suse.cz>
19093
19094 PR lto/45375
19095 * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
19096
19097 2011-01-10 Jan Hubicka <jh@suse.cz>
19098
19099 PR lto/45375
19100 * profile.c (read_profile_edge_counts): Ignore profile inconistency
19101 when correcting profile.
19102
19103 2011-01-10 Jan Hubicka <jh@suse.cz>
19104
19105 PR lto/46083
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.
19110
19111 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19112
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.
19120
19121 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19122
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.
19127
19128 2011-01-10 Jeff Law <law@redhat.com>
19129
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.
19133
19134 2011-01-10 Jan Hubicka <jh@suse.cz>
19135
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
19140 tree-profile.
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.
19146
19147 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
19148
19149 PR lto/46760
19150 * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
19151 calling gimple_call_set_cannot_inline.
19152
19153 2011-01-10 Iain Sandoe <iains@gcc.gnu.org>
19154
19155 * config/darwin-sections.def: Remove unused section.
19156
19157 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
19158
19159 PR c++/47218
19160 * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
19161
19162 2011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
19163
19164 PR objc/47232
19165 * c-parser.c (c_parser_declaration_or_fndef): Improved
19166 error message.
19167
19168 2011-01-09 Kai Tietz <kai.tietz@onevision.com>
19169
19170 * config/i386/winnt.c (i386_pe_start_function): Make sure
19171 to switch back to function's section.
19172
19173 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
19174
19175 PR gcc/46902
19176 PR testsuite/46912
19177 * plugin.c: Move include of dlfcn.h from here...
19178 * system.h: ... to here.
19179
19180 2011-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19181
19182 * doc/cpp.texi (C++ Named Operators): Fix markup for header
19183 file name.
19184 * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
19185 two extra empty pages in PDF output.
19186
19187 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
19188
19189 PR objc/47078
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.
19193
19194 2011-01-07 Jan Hubicka <jh@suse.cz>
19195
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.
19199
19200 2011-01-07 Joseph Myers <joseph@codesourcery.com>
19201
19202 * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
19203 not false.
19204
19205 2011-01-07 Jan Hubicka <jh@suse.cz>
19206
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
19215 HAVE_LTO_PLUGIN.
19216
19217 2011-01-07 Jan Hubicka <jh@suse.cz>
19218
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.
19224
19225 2011-01-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19226
19227 * config/spu/spu.h (ASM_COMMENT_START): Define.
19228
19229 2011-01-07 H.J. Lu <hongjiu.lu@intel.com>
19230
19231 PR driver/42445
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 "%>".
19236
19237 * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
19238
19239 2011-01-07 Jakub Jelinek <jakub@redhat.com>
19240
19241 PR target/47201
19242 * config/i386/i386.c (ix86_delegitimize_address): If
19243 simplify_gen_subreg fails, return orig_x.
19244
19245 PR bootstrap/47187
19246 * value-prof.c (gimple_stringop_fixed_value): Handle
19247 lhs of the call properly.
19248
19249 2011-01-07 Jan Hubicka <jh@suse.cz>
19250
19251 PR lto/45375
19252 * lto-opt.c (lto_reissue_options): Set flag_shlib.
19253
19254 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
19255
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):
19264 Likewise.
19265 * config/darwin.c (darwin_function_switched_text_sections): New.
19266 * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
19267
19268 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
19269
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.
19273
19274 2011-01-07 Anatoly Sokolov <aesok@post.ru>
19275
19276 * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
19277 * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
19278 Remove.
19279 * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
19280 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
19281
19282 2011-01-06 Eric Botcazou <ebotcazou@adacore.com>
19283
19284 PR debug/46704
19285 * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
19286 when it is not empty.
19287
19288 2011-01-06 Changpeng Fang <changpeng.fang@amd.com>
19289
19290 Bobcat Enablement
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
19298 btver1 cost table.
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.
19312
19313 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19314
19315 PR target/43309
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.
19320
19321 2011-01-06 Gerald Pfeifer <gerald@pfeifer.com>
19322
19323 * doc/invoke.texi (Overall Options): Improve wording and markup
19324 of the description of -wrapper.
19325
19326 2011-01-06 Joseph Myers <joseph@codesourcery.com>
19327
19328 * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
19329 rdynamic, threads): New Driver options.
19330
19331 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19332
19333 PR target/38118
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.
19337
19338 2011-01-06 Jan Hubicka <jh@suse.cz>
19339
19340 PR lto/47188
19341 * collect2.c (main): Do not enable LTOmode when plugin is active.
19342
19343 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19344
19345 PR other/45915
19346 * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
19347 --version output if supported.
19348 * configure: Regenerate.
19349
19350 2011-01-06 Joseph Myers <joseph@codesourcery.com>
19351
19352 * config/linux-android.opt (tno-android-cc, tno-android-ld): New
19353 Driver options.
19354
19355 2011-01-06 Jakub Jelinek <jakub@redhat.com>
19356
19357 PR c/47150
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.
19363
19364 2011-01-06 Ira Rosen <irar@il.ibm.com>
19365
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
19369 documentation.
19370
19371 2011-01-05 Joseph Myers <joseph@codesourcery.com>
19372
19373 * config/rtems.opt: New.
19374 * config.gcc (*-*-rtems*): Use rtems.opt.
19375
19376 2011-01-05 Changpeng Fang <changpeng.fang@amd.com>
19377
19378 * config/i386/i386.c (ix86_option_override_internal): Bulldozer
19379 processors do not support 3DNow instructions.
19380
19381 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19382
19383 * config/spu/spu.c (spu_option_override): Set parameter
19384 PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
19385
19386 2011-01-05 Jan Hubicka <jh@suse.cz>
19387
19388 * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
19389 at the command line.
19390
19391 2011-01-05 Martin Jambor <mjambor@suse.cz>
19392
19393 PR lto/47162
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
19400 callee too.
19401
19402 2011-01-05 Tom Tromey <tromey@redhat.com>
19403
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.
19410
19411 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19412
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.
19420
19421 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19422
19423 * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
19424
19425 2011-01-05 Eric Botcazou <ebotcazou@adacore.com>
19426
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.
19432
19433 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
19434
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.
19439
19440 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
19441
19442 * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
19443 initializer. Skip view conversions from aggregate types.
19444
19445 2011-01-04 Kai Tietz <kai.tietz@onevision.com>
19446
19447 PR bootstrap/47055
19448 * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
19449
19450 2011-01-04 Philipp Thomas <pth@suse.de>
19451
19452 * config/microblaze/microbalse.opt (mxl-float-convert): Fix
19453 obvious typo.
19454
19455 2011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19456
19457 * function.c (thread_prologue_and_epilogue_insns): Do not crash
19458 on empty epilogue sequences.
19459
19460 2011-01-04 Joseph Myers <joseph@codesourcery.com>
19461
19462 * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
19463 non-static): New Driver options.
19464
19465 2011-01-04 Jie Zhang <jie@codesourcery.com>
19466
19467 PR driver/47137
19468 * gcc.c (default_compilers[]): Set combinable field to 0
19469 for all assembly languages.
19470
19471 2011-01-04 Mingjie Xing <mingjie.xing@gmail.com>
19472
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
19476 TUNE_LOONGSON_3A.
19477
19478 2011-01-03 Eric Botcazou <ebotcazou@adacore.com>
19479
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.
19483
19484 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19485
19486 * config/spu/spu.c (spu_option_override): Update error text
19487 for bad -march= / -mtune= values.
19488
19489 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19490
19491 * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
19492 if branch-hint optimization will be performed.
19493
19494 2011-01-03 Jakub Jelinek <jakub@redhat.com>
19495
19496 PR tree-optimization/47148
19497 * ipa-split.c (split_function): Convert arguments to
19498 DECL_ARG_TYPE if possible.
19499
19500 PR tree-optimization/47155
19501 * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
19502 when computing uns.
19503
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.
19508
19509 2011-01-03 Sebastian Pop <sebastian.pop@amd.com>
19510
19511 PR tree-optimization/47021
19512 * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
19513
19514 2011-01-03 Jakub Jelinek <jakub@redhat.com>
19515
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.
19521
19522 2011-01-03 Martin Jambor <mjambor@suse.cz>
19523
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.
19527
19528 2011-01-03 H.J. Lu <hongjiu.lu@intel.com>
19529
19530 PR driver/47137
19531 * gcc.c (main): Revert revision 168407.
19532
19533 2011-01-03 Martin Jambor <mjambor@suse.cz>
19534
19535 * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
19536
19537 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19538
19539 * tree-vect-generic.c (expand_vector_operations_1): When using vector/
19540 vector optab to expand vector/scalar shift, update gimple to vector.
19541
19542 2011-01-03 Martin Jambor <mjambor@suse.cz>
19543
19544 * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
19545 a thunk.
19546
19547 2011-01-03 Martin Jambor <mjambor@suse.cz>
19548
19549 PR tree-optimization/46984
19550 * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
19551 HOST_WIDE_INT.
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
19558 callees.
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
19562 HOST_WIDE_INT.
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.
19569
19570 2011-01-02 H.J. Lu <hongjiu.lu@intel.com>
19571
19572 PR driver/47137
19573 * gcc.c (main): Don't check have_o when settting combine_inputs.
19574
19575 2011-01-02 Eric Botcazou <ebotcazou@adacore.com>
19576
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.
19585
19586 2011-01-02 Jakub Jelinek <jakub@redhat.com>
19587
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.
19592
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.
19596
19597 2011-01-02 Mingjie Xing <mingjie.xing@gmail.com>
19598
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".
19602
19603 2011-01-01 Jan Hubicka <jh@suse.cz>
19604
19605 * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
19606 memory.
19607
19608 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
19609
19610 PR target/38662
19611 * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
19612
19613 \f
19614 Copyright (C) 2011 Free Software Foundation, Inc.
19615
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.