c33c5a5b4b047f2d7aac841df6c1eac176f0fe33
[gcc.git] / gcc / ChangeLog
1 2012-07-04 Richard Guenther <rguenther@suse.de>
2
3 PR tree-optimization/53844
4 * tree-ssa-dse.c (dse_possible_dead_store_p): Properly handle
5 the loop virtual PHI.
6
7 2012-07-04 Richard Guenther <rguenther@suse.de>
8
9 PR tree-optimization/53849
10 * tree-cfg.c (move_stmt_op): Only call add_referenced_var
11 for duplicated locals. Use add_referenced_var_1 to avoid
12 pushing/popping cfun.
13
14 2012-07-04 Kai Tietz <ktietz@redhat.com>
15
16 * config/i386/winnt.c (i386_pe_reloc_rw_mask): New function.
17 * config/i386/i386-protos.h (i386_pe_reloc_rw_mask): Add
18 prototype.
19 * config/i386/cygming.h (TARGET_ASM_RELOC_RW_MASK): Define
20 as i386_pe_reloc_rw_mask.
21
22 2012-07-04 Richard Guenther <rguenther@suse.de>
23
24 * tree.c (find_decls_types_r): Handle TYPE_CONTEXT the same
25 as in free_lang_data_in_type.
26
27 2012-07-04 Tobias Grosser <tobias@grosser.es>
28 Michael Matz <matz@suse.de>
29
30 * Makefile.in (OBJS): Add graphite-optimize-isl.o.
31 (graphite-optimize-isl.o): Add dependencies.
32 * common.opt (floop-nest-optimize): New flag.
33 * doc/invoke.texi (floop-nest-optimize): Document.
34 * graphite-dependences.c (compute_deps): Export.
35 * graphite-poly.h (compute_deps): Declare.
36 * graphite-optimize-isl.c: New file.
37 * graphite-poly.c (apply_poly_transforms): Run the loop
38 nest optimizer.
39 * tree-ssa-loop.c (gate_graphite_transforms): Enable graphite
40 if -floop-nest-optimize is enabled.
41
42 2012-07-03 Oleg Endo <olegendo@gcc.gnu.org>
43
44 * config/sh/predicates.md (logical_and_operand): New predicate.
45 * config/sh/constraints.md (Jmb, Jmw): New constraints.
46 * config/sh/sh.md (andsi3): Move expander above insns. Add handling
47 of 0xFFFF constant. Use logical_and_operand predicate and
48 satisfies_constraint_Jmb, satisfies_constraint_Jmw.
49 (*andsi3_compact): Make it an insn_and_split. Use
50 logical_and_operand predicate. Add Jmb,Jmw alternatives.
51
52 2012-07-03 Jason Merrill <jason@redhat.com>
53
54 PR c++/53826
55 * tree.c (build_zero_cst): Handle NULLPTR_TYPE.
56
57 2012-07-03 Nick Clifton <nickc@redhat.com>
58
59 * config/mep/mep.c (mep_reorg_regmove): Use
60 next_nonnote_non_debug_insn to advance to the next insn. Do not
61 expect delete_insn to return an rtx.
62
63 2012-07-03 Richard Guenther <rguenther@suse.de>
64
65 * doc/install.texi (CLooG): Clarify how CLooG needs to be
66 configured and that it needs to be built against ISL 0.10.
67
68 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
69
70 * config/i386/i386.c (ix86_option_override_internal): Fix wrong
71 code model string in the error message.
72
73 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
74
75 PR target/53811
76 * config/i386/i386.c (x86_output_mi_thunk): Check if fnaddr satisfies
77 sibcall_insn_operand. Move it to a temporary register if not.
78
79 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
80
81 PR target/28896
82 * config/m68k/m68k.c (m68k_option_override): Reset stack_limit_rtx
83 if !TARGET_68020.
84
85 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
86
87 * config/i386/xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.
88
89 2012-07-03 Roland McGrath <mcgrathr@google.com>
90
91 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): Also require that the
92 assembler accept 'rep bsf ...', 'rep bsr ...', 'rep ret' and 'rep nop'.
93 * configure: Regenerated.
94 * config/i386/i386.md (simple_return_internal_long): Use %;
95 (ctz<mode>2): Likewise.
96 (*pause): Likewise.
97
98 2012-07-02 Oleg Endo <olegendo@gcc.gnu.org>
99
100 PR target/51244
101 * config/sh/predicates.md (t_reg_operand, negt_reg_operand): New
102 predicates.
103 * config/sh/sh-protos.h (get_t_reg_rtx): New prototype.
104 * config/sh/sh.c (get_t_reg_rtx): New function. Use it when invoking
105 gen_branch_true and gen_branch_false.
106 * config/sh/sh.md: Use get_t_reg_rtx when invoking gen_branch_true and
107 gen_branch_false.
108 (branch_true, branch_false): Use t_reg_operand predicate.
109 (*branch_true, *branch_false): Delete.
110 (movt): Use t_reg_operand predicate.
111 (*negnegt): Use negt_reg_operand predicate and fold little and big
112 endian variants.
113 (*movtt): Use t_reg_operand and fold little and big endian variants.
114 (*movt_qi): Delete.
115
116 2012-07-02 Steven Bosscher <steven@gcc.gnu.org>
117
118 * stmt.c (emit_case_bit_tests): Remove.
119 (expand_case): Remove expand_switch_using_bit_tests_p code.
120 * tree-switch-conversion.c (hoist_edge_and_branch_if_true): New.
121 (MAX_CASE_BIT_TESTS): Moved from stmt.c to here.
122 (lshift_cheap_p): Likewise.
123 (expand_switch_using_bit_tests_p): Likewise.
124 (struct case_bit_test): Likewise.
125 (case_bit_test_cmp): Likewise.
126 (emit_case_bit_tests): New implementation for GIMPLE.
127 (gen_inbound_check): Do not release post-dominator info here.
128 (process_switch): Reorder code. Expand as bit tests if it
129 looks like a win.
130 (do_switchconv): Release post-dominator info here if something changed.
131 (struct gimple_opt_pass): Verify more.
132 * tree.h (expand_switch_using_bit_tests_p): Remove prototype.
133
134 2012-07-02 Martin Jambor <mjambor@suse.cz>
135
136 PR middle-end/38474
137 * ipa-prop.c (compute_known_type_jump_func): Put BINFO check before a
138 dynamic type change check.
139
140 2012-07-02 Richard Guenther <rguenther@suse.de>
141 Michael Matz <matz@suse.de>
142 Tobias Grosser <tobias@grosser.es>
143 Sebastian Pop <sebpop@gmail.com>
144
145 * Makefile.in: Remove PPL flags in favor of ISL ones.
146 (BACKENDLIBS): Remove PPL libs.
147 (INCLUDES): Remove PPL includes in favor of ISL ones.
148 (graphite-clast-to-gimple.o): Remove graphite-dependences.h and
149 graphite-cloog-compat.h dependencies.
150 (graphite-dependences.o): Likewise.
151 (graphite-poly.o): Likewise.
152 * configure.ac: Declare ISL vars instead of PPL ones.
153 * configure: Regenerated.
154 * doc/install.texi: Replace PPL requirement documentation with ISL one.
155 * graphite-blocking.c: Remove PPL code, add ISL equivalent.
156 * graphite-clast-to-gimple.c: Likewise.
157 * graphite-dependences.c: Likewise.
158 * graphite-interchange.c: Likewise.
159 * graphite-poly.h: Likewise.
160 * graphite-poly.c: Likewise.
161 * graphite-sese-to-poly.c: Likewise.
162 * graphite.c: Likewise.
163 * graphite-scop-detection.c: Re-arrange includes.
164 * graphite-cloog-util.c: Remove.
165 * graphite-cloog-util.h: Likewise.
166 * graphite-ppl.h: Likewise.
167 * graphite-ppl.c: Likewise.
168 * graphite-dependences.h: Likewise.
169
170 2012-07-02 Richard Guenther <rguenther@suse.de>
171
172 Merge from graphite branch
173 2011-07-21 Tobias Grosser <tobias@grosser.es>
174
175 * Makefile.in (graphite-clast-to-gimple.o, graphite-cloog-util.o):
176 Remove graphite-cloog-util.h.
177 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop,
178 build_iv_mapping, translate_clast_user, translate_clast,
179 free_scattering, initialize_cloog_names, build_cloog_prog,
180 create_params_index): Do not use old compatibility functions.
181 (clast_name_to_index, set_cloog_options): Remove code for legacy cloog.
182 * graphite-cloog-util.c (openscop_print_cloog_matrix): Do not use old
183 compatibility functions.
184 (new_Cloog_Scattering_from_ppl_Polyhedron): Remove code for legacy
185 cloog.
186 * graphite-cloog-util.h: Remove include of graphite-cloog-util.h.
187 * graphite.c (graphite.c): Do not call outdated cloog_initialize() and
188 cloog_finalize().
189 * graphite-cloog-compat.h: Remove.
190
191 2011-08-09 Tobias Grosser <tobias@grosser.es>
192
193 * graphite-clast-to-gimple.c (new_clast_name_index): Store a copy
194 of the string, no just a reference.
195 (clast_name_index): Add a new field, that specifies if we need to free
196 the name.
197 (free_clast_name_index): If necessary, free the name string.
198 (clast_name_index_elt_info): Calculate the hash based on the string
199 content, not the memory location it is stored in.
200 (clast_name_to_level): Specify that we do not need to free the name.
201 (clast_name_to_index): Dito.
202 (clast_name_to_lb_ub): Dito.
203 (eq_clast_name_indexes): Compare the strings, not their base pointers.
204 (free_scattering): Removed.
205 (initialize_cloog_names): Renamed to add_names_to_union_domain().
206 (add_names_to_union_domain): Changed to work on a union_domain,
207 instead of a CloogNames structure.
208 (build_cloog_prog): Removed.
209 (build_cloog_union_domain): New.
210 (generate_cloog_input): New.
211 (scop_to_clast): Use CloogInput instead of CloogProgram.
212 (print_generated_program): Adapt to new scop_to_clast() and do not
213 print the CloogProgram any more.
214 (create_params_index): Removed, functionality integrated in
215 add_names_to_union_domain().
216 (gloog): Adapt to new scop_to_clast().
217 * graphite-clast-to-gimple.h (scop_to_clast): Remove.
218
219 2012-01-11 Tobias Grosser <tobias@grosser.es>
220
221 * graphite-clast-to-gimple.c (clast_name_to_index,
222 clast_name_to_lb_ub, clast_name_to_gcc): Change types.
223 (clast_to_gcc_expression): Add clast_expr_name as a new
224 case. Do not assume a clast_expr_term points always to a
225 clast_expr_name.
226 (type_for_clast_term): Do not assume a clast_expr_term points always to
227 a clast_expr_name.
228 (type_for_clast_name): New.
229 (type_for_clast_expr): Add clast_expr_name as a new case.
230
231 2011-08-03 Sebastian Pop <sebpop@gmail.com>
232
233 * graphite-cloog-util.c (new_Cloog_Domain_from_ppl_Polyhedron,
234 new_Cloog_Scattering_from_ppl_Polyhedron,
235 new_Cloog_Domain_from_ppl_Pointset_Powerset): Remove ATTRIBUTE_UNUSED.
236
237 2012-07-02 Jakub Jelinek <jakub@redhat.com>
238
239 PR tree-optimization/53645
240 * tree-vect-generic.c (expand_vector_divmod): Use TYPE_MODE (type)
241 instead of TYPE_MODE (wider_type) as can_vec_perm_p argument.
242
243 2012-07-01 Wei Guozhi <carrot@google.com>
244
245 PR target/53447
246 * config/arm/arm-protos.h (const_ok_for_dimode_op): New prototype.
247 * config/arm/arm.c (const_ok_for_dimode_op): New function.
248 * config/arm/constraints.md (Dd): New constraint.
249 * config/arm/predicates.md (arm_adddi_operand): New predicate.
250 * config/arm/arm.md (adddi3): Extend it to handle constants.
251 (arm_adddi3): Likewise.
252 (addsi3_carryin_<optab>): Extend it to handle sbc case.
253 (addsi3_carryin_alt2_<optab>): Likewise.
254 * config/arm/neon.md (adddi3_neon): Extend it to handle constants.
255
256 2012-06-30 Nathan Sidwell <nathan@acm.org>
257
258 * coverage.c (bbg_file_stamp): New.
259 (read_counts_file): Merge incoming stamp with bbg_file_stamp.
260 (build_info): Write bbg_file_stamp.
261 (coverage_init): Initialize bbg_file_stamp. Read counts file
262 before writing graph header.
263 (coverage_finish): Don't unlink the data file if we can generate a
264 unique file stamp.
265 * tree.h (crc32_unsigned): Declare.
266 * tree.c (crc32_unsigned_bits): New, broken out of ...
267 (crc32_byte): ... here. Use it.
268 (crc32_unsigned): New.
269
270 2012-06-29 Cary Coutant <ccoutant@google.com>
271
272 * dwarf2out.c (add_pubname_string): Don't check for want_pubnames.
273 (gen_subprogram_die): Don't add pubname if want_pubnames is false.
274 (gen_variable_die): Likewise.
275 (gen_namespace_die): Likewise.
276
277 2012-06-29 Eric Botcazou <ebotcazou@adacore.com>
278
279 * tree-eh.c (lower_try_finally_switch): Really put the location of the
280 last statement of the finally block onto the switch.
281
282 2012-06-29 H.J. Lu <hongjiu.lu@intel.com>
283
284 PR target/53539
285 * config/i386/gnu-user64.h (WCHAR_TYPE): Use "int" only for
286 TARGET_LP64.
287
288 2012-06-29 Sterling Augustine <saugustine@google.com>
289
290 * dwarf2out.c (add_pubname): Add comment.
291 (add_pubtype): Fix indentation.
292 (gen_enumeration_type_die): Likewise.
293
294 2012-06-29 Jakub Jelinek <jakub@redhat.com>
295
296 * tree-vect-generic.c (expand_vector_divmod): For even/odd
297 widening multiply, put even always as first argument to VEC_PERM_EXPR.
298
299 2012-06-29 Richard Henderson <rth@redhat.com>
300
301 * tree-vect-generic.c: Include target.h.
302 (expand_vector_divmod): Use builtin_mul_widen_even/odd if supported.
303 * Makefile.in (tree-vect-generic.o): Update.
304
305 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
306
307 * configure.ac: Remove special gtfiles case for C.
308 * configure: Regenerate.
309 * Makefile.in: Remove C front-end hooks and build hooks that
310 will be picked up from c/Make-lang.in now.
311 Add tree-mudflap to C_COMMON_OBJS.
312 * gengtype.c (files_rules): Adjust gt-files for c/c-decl.c.
313 * config/vms/vms.c: Look for c-tree.h in c/.
314 * doc/gty.texi: Remove reference to c-config-lang.in.
315 * doc/sourcebuild.texi: Document the c/ subdirectory.
316
317 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
318
319 * system.h (CASE_USE_BIT_TESTS): Poison.
320 * stmt.c (CASE_USE_BIT_TESTS): Fold away into its only user ...
321 (expand_switch_using_bit_tests_p): ...here.
322 * doc/tm.texi.in (CASE_USE_BIT_TESTS): Remove documentation.
323 * doc/tm.texi (CASE_USE_BIT_TESTS): Regenerate.
324
325 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
326
327 * system.h (IFCVT_EXTRA_FIELDS): Poison.
328 (IFCVT_INIT_EXTRA_FIELDS): Poison.
329 * basic-block.h (struct ce_if_block): Remove IFCVT_EXTRA_FIELDS.
330 * ifcvt.c (find_if_header): Use IFCVT_MACHDEP_INIT instead of
331 IFCVT_INIT_EXTRA_FIELDS.
332 * gengtype-parse.c (struct_field_seq): Remove obsolete comment.
333 * config/frv/frv.h (IFCVT_INIT_EXTRA_FIELDS): Rename to
334 IFCVT_MACHDEP_INIT.
335 * config/frv/frv.c (frv_ifcvt_init_extra_fields): Rename to
336 frv_ifcvt_machdep_init.
337 * doc/tm.texi.in (IFCVT_INIT_EXTRA_FIELDS, IFCVT_EXTRA_FIELDS):
338 Remove documentation.
339 (IFCVT_MACHDEP_INIT): Document.
340 * doc/tm.texi: Regenerate.
341
342 2012-06-29 Nick Clifton <nickc@redhat.com>
343
344 * config/lm32/lm32.c (lm32_compute_frame_size): Fix typo.
345
346 2012-06-29 Jakub Jelinek <jakub@redhat.com>
347
348 * tree-vect-stmts.c (vectorizable_operation): Check both
349 VEC_WIDEN_MULT_LO_EXPR and VEC_WIDEN_MULT_HI_EXPR optabs.
350 Verify that operand[0]'s mode is TYPE_MODE (wide_vectype).
351
352 2012-06-28 Richard Henderson <rth@redhat.com>
353
354 * doc/generic.texi (MULT_HIGHPART_EXPR): Document it.
355
356 2012-06-28 Jakub Jelinek <jakub@redhat.com>
357
358 PR tree-optimization/51581
359 * tree-vect-stmts.c (permute_vec_elements): Add forward decl.
360 (vectorizable_operation): Handle vectorization of MULT_HIGHPART_EXPR
361 also using VEC_WIDEN_MULT_*_EXPR or builtin_mul_widen_* plus
362 VEC_PERM_EXPR if vector MULT_HIGHPART_EXPR isn't supported.
363 * tree-vect-patterns.c (vect_recog_divmod_pattern): Use
364 MULT_HIGHPART_EXPR instead of VEC_WIDEN_MULT_*_EXPR and shifts.
365
366 PR tree-optimization/53645
367 * tree-vect-generic.c (expand_vector_divmod): Use MULT_HIGHPART_EXPR
368 instead of VEC_WIDEN_MULT_{HI,LO}_EXPR followed by VEC_PERM_EXPR
369 if possible.
370
371 2012-06-28 Georg-Johann Lay <avr@gjlay.de>
372
373 PR 53595
374 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): New.
375 * config/avr/avr-protos.h (avr_hard_regno_call_part_clobbered): New.
376 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): Forward to
377 avr_hard_regno_call_part_clobbered.
378
379 2012-06-28 Richard Guenther <rguenther@suse.de>
380
381 PR middle-end/53790
382 * expr.c (expand_expr_real_1): Verify if the type is complete
383 before inspecting its size.
384
385 2012-06-28 Andreas Schwab <schwab@linux-m68k.org>
386
387 * doc/include/gpl.texi: Remove.
388 * doc/sourcebuild.texi (Texinfo Manuals): Don't mention gpl.texi.
389
390 2012-06-28 Jakub Jelinek <jakub@redhat.com>
391
392 PR tree-optimization/53645
393 * tree-vect-generic.c (add_rshift): New function.
394 (expand_vector_divmod): New function.
395 (expand_vector_operation): Use it for vector integer
396 TRUNC_{DIV,MOD}_EXPR by VECTOR_CST.
397 * tree-vect-patterns.c (vect_recog_divmod_pattern): Replace
398 unused lguup variable with dummy_int.
399
400 2012-06-28 OLivier Hainque <hainque@adacore.com>
401
402 * expr.c (convert_move): Latch mem integer inputs into a
403 register before expanding a multi-instructions sequence.
404
405 2012-06-28 Alexandre Oliva <aoliva@redhat.com>
406 Uros Bizjak <ubizjak@gmail.com>
407 Jakub Jelinek <jakub@redhat.com>
408
409 PR debug/53706
410 PR debug/47624
411 * var-tracking.c (vt_emit_notes): Release loc_exp_dep_pool...
412 (vt_finalize): ... here instead, if needed.
413
414 2012-06-28 Alexandre Oliva <aoliva@redhat.com>
415
416 PR debug/53740
417 PR debug/52983
418 PR debug/48866
419 * dce.c (word_dce_process_block): Check whether inserting debug
420 temps are needed even for needed insns.
421 (dce_process_block): Likewise.
422 * df-problems.c (dead_debug_add): Add comment about multi-regs.
423 (dead_debug_insert_temp): Likewise. Don't subreg when we're
424 setting fewer regs than a multi-reg requires.
425
426 2012-06-27 Richard Henderson <rth@redhat.com>
427
428 * config/alpha/alpha.c (alpha_dimode_u): New.
429 (alpha_init_builtins): Initialize it, and use it.
430 (alpha_fold_builtin_cmpbge): Use alpha_dimode_u.
431 (alpha_fold_builtin_zapnot, alpha_fold_builtin_insxx): Likewise.
432 (alpha_fold_vector_minmax, alpha_fold_builtin_perr): Likewise.
433 (alpha_fold_builtin_pklb, alpha_fold_builtin_pkwb): Likewise.
434 (alpha_fold_builtin_unpkbl, alpha_fold_builtin_unpkbw): Likewise.
435 (alpha_fold_builtin_cttz, alpha_fold_builtin_ctlz): Likewise.
436 (alpha_fold_builtin_ctpop): Likewise.
437 (alpha_fold_builtin_umulh): Remove.
438 (alpha_fold_builtin): Use MULT_HIGHPART_EXPR for UMULH; fix
439 typo in MAX_ARGS check.
440
441 2012-06-27 Richard Henderson <rth@redhat.com>
442
443 * tree.def (MULT_HIGHPART_EXPR): New.
444 * cfgexpand.c (expand_debug_expr): Ignore it.
445 * expr.c (expand_expr_real_2): Handle it.
446 * fold-const.c (int_const_binop_1): Likewise.
447 * optabs.c (optab_for_tree_code): Likewise.
448 * tree-cfg.c (verify_gimple_assign_binary): Likewise.
449 * tree-inline.c (estimate_operator_cost): Likewise.
450 * tree-pretty-print.c (dump_generic_node): Likewise.
451 (op_code_prio, op_symbol_code): Likewise.
452 * tree.c (commutative_tree_code): Likewise. Also handle
453 WIDEN_MULT_EXPR, VEC_WIDEN_MULT_HI_EXPR, VEC_WIDEN_MULT_LO_EXPR.
454
455 2012-06-27 Richard Henderson <rth@redhat.com>
456
457 PR target/53749
458 * config/i386/i386.c (ix86_rtx_costs): Fix typo vs UNITS_PER_WORD
459 in 2012-06-23 change. Adjust two other DImode tests as well.
460
461 2012-06-27 Nick Clifton <nickc@redhat.com>
462
463 * config/rx/rx.md (comparesi3_extend): Remove = modifier from
464 input operand.
465
466 2012-06-27 Richard Guenther <rguenther@suse.de>
467
468 PR middle-end/53676
469 * tree-chrec.c (chrec_convert_1): Represent truncation to
470 a type with undefined overflow as truncation to an unsigned
471 type converted to the type with undefined overflow.
472 * tree-scalar-evolution.c (interpret_rhs_expr): For computing
473 the scalar evolution of a truncated widened operation avoid
474 looking at the non-existing evolution of the widened operation
475 result.
476
477 2012-06-27 Richard Guenther <rguenther@suse.de>
478
479 PR tree-optimization/53774
480 * tree-ssa-reassoc.c (get_rank): All default defs have
481 precomputed rank.
482 (init_reassoc): Precompute rank for all SSA default defs.
483
484 2012-06-27 Nick Clifton <nickc@redhat.com>
485
486 * config/rx/rx.md (simple_return): Use the simple_return rtx.
487
488 2012-06-26 Richard Henderson <rth@redhat.com>
489
490 * config/i386/i386.c (ix86_rtx_costs): Use standard_sse_constant_p
491 and don't fall thru from standard_80387_constant_p to the memory
492 fallback.
493
494 2012-06-26 Richard Henderson <rth@redhat.com>
495
496 * config/i386/i386.c (bdesc_args): Update. Change
497 IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI to OPTION_MASK_ISA_SSE2.
498 (IX86_BUILTIN_VEC_WIDEN_SMUL_EVEN_V4SI): New.
499 (ix86_builtin_mul_widen_even): Use it.
500 (ix86_builtin_mul_widen_odd): Relax SMUL_ODD from sse4 to sse2.
501 (ix86_expand_mul_widen_evenodd): Handle signed for sse2.
502 * config/i386/sse.md (vec_widen_<s>mult_hi_<V124_AVX2>): Allow
503 for all SSE2.
504 (vec_widen_<s>mult_lo_<V124_AVX2>): Likewise.
505 (vec_widen_<s>mult_odd_<VI4_AVX2>): Likewise. Relax from V124_AVX2.
506 (vec_widen_smult_even_v4si): New.
507
508 2012-06-26 Richard Henderson <rth@redhat.com>
509
510 * config/i386/sse.md (mul<VI8_AVX2>3): Change from insn_and_split
511 to expander; move guts to ...
512 * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): ... here. Add
513 highparts before shifting up.
514 * config/i386/i386-protos.h: Update.
515
516 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
517
518 * system.h (USE_COMMON_FOR_ONE_ONLY): Poison.
519 * defaults.h (USE_COMMON_FOR_ONE_ONLY): Do not provide default.
520 * config/darwin.h (USE_COMMON_FOR_ONE_ONLY): Do not define.
521
522 2012-06-26 Alexandre Oliva <aoliva@redhat.com>
523
524 * var-tracking.c (vt_add_function_parameter): Use a preserved
525 VALUE for the MEM address of an incoming parameter.
526
527 2012-06-26 Sterling Augustine <saugustine@google.com>
528
529 * dwarf2out.c (output_pubnames): Add check for DW_TAG_enumerator.
530 (prune_unused_types): Likewise.
531
532 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
533
534 * system.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
535 UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Poison.
536 * vmsdbgout.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
537 UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Rename to
538 VMS_UNALIGNED_SHORT_ASM_OP, VMS_UNALIGNED_INT_ASM_OP,
539 VMS_UNALIGNED_LONG_ASM_OP, and VMS_UNALIGNED_DOUBLE_INT_ASM_OP.
540 * config/microblaze/microblaze.h (UNALIGNED_SHORT_ASM_OP,
541 UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Do not define.
542 * doc/tm.texi.in: Remove UNALIGNED_INT_ASM_OP reference from the
543 documentation.
544 * doc/tm.texi: Regenerate.
545 * doc/cpp.texi: Make example for #error generic.
546 * config/frv/frv.h: Fix example text to match tm.texi.
547
548 2012-06-26 Bill Schmidt <wschmidt@linux.ibm.com>
549
550 * tree-pass.h (pass_strength_reduction): New decl.
551 * tree-ssa-loop-ivopts.c (initialize_costs): Make non-static.
552 (finalize_costs): Likewise.
553 * timevar.def (TV_TREE_SLSR): New timevar.
554 * gimple-ssa-strength-reduction.c: New.
555 * tree-flow.h (initialize_costs): New decl.
556 (finalize_costs): Likewise.
557 * Makefile.in (tree-ssa-strength-reduction.o): New dependencies.
558 * passes.c (init_optimization_passes): Add pass_strength_reduction.
559
560 2012-06-26 Matt Turner <mattst88@gmail.com>
561
562 * doc/extend.texi (__builtin_arm_tinsrb): Add missing second parameter.
563 (__builtin_arm_tinsrh): Likewise.
564 (__builtin_arm_tinsrw): Likewise.
565 (__builtin_arm_wsadb): Add missing v2si parameter.
566 (__builtin_arm_wsadh): Likewise.
567 (__builtin_arm_getwcx): Delete.
568 (__builtin_arm_setwcx): Delete.
569 (__builtin_arm_getwcgr0): Add.
570 (__builtin_arm_getwcgr1): Add.
571 (__builtin_arm_getwcgr2): Add.
572 (__builtin_arm_getwcgr3): Add.
573 (__builtin_arm_setwcgr0): Add.
574 (__builtin_arm_setwcgr1): Add.
575 (__builtin_arm_setwcgr2): Add.
576 (__builtin_arm_setwcgr3): Add.
577
578 2012-06-26 Richard Guenther <rguenther@suse.de>
579
580 Revert
581 2012-06-21 Richard Guenther <rguenther@suse.de>
582
583 * tree-inline.c (estimate_num_insns): Estimate call cost for
584 tailcalls properly.
585
586 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
587
588 PR other/33190
589 * doc/tm.texi.in: Document LOGICAL_OP_NON_SHORT_CIRCUIT.
590 * doc/tm.texi: Regenerate.
591
592 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
593
594 PR other/33190
595 * config/mips/mips.h: Do not define ALL_COP_ADDITIONAL_REGISTER_NAMES.
596 * config/frv/frv.h: Do not define REVERSE_CONDEXEC_PREDICATES_P.
597 * doc/tm.texi.in: Remove documentation for unused target macros
598 ALL_COP_ADDITIONAL_REGISTER_NAMES, DBX_OUTPUT_LBRAC, DBX_OUTPUT_NFUN,
599 DBX_OUTPUT_RBRAC, RANGE_TEST_NON_SHORT_CIRCUIT, REAL_VALUE_TRUNCATE,
600 REVERSE_CONDEXEC_PREDICATES_P, TARGET_ALIGN_ANON_BITFIELDS, and
601 TARGET_NARROW_VOLATILE_BITFIELDS.
602 Document that MD_HANDLE_UNWABI is a macro in libgcc.
603 * doc/tm.texi: Regenerate.
604 * system.h: Poison target macros
605 ALL_COP_ADDITIONAL_REGISTER_NAMES, DBX_OUTPUT_LBRAC, DBX_OUTPUT_NFUN,
606 DBX_OUTPUT_RBRAC, RANGE_TEST_NON_SHORT_CIRCUIT, REAL_VALUE_TRUNCATE,
607 REVERSE_CONDEXEC_PREDICATES_P, TARGET_ALIGN_ANON_BITFIELDS, and
608 TARGET_NARROW_VOLATILE_BITFIELDS
609
610 2012-06-26 Jan Hubicka <jh@suse.cz>
611
612 PR lto/53572
613 * cgraph.h (varpool_can_remove_if_no_refs): Fix handling of
614 used symbols.
615
616 2012-06-26 Dehao Chen <dehao@google.com>
617
618 * tree-inline.c: (expand_call_inline): Ensure that lexical block's
619 source location is consistant with the call stmt.
620
621 2012-06-26 Ulrich Weigand <ulrich.weigand@linaro.org>
622
623 PR tree-optimization/53729
624 PR tree-optimization/53636
625 * tree-vect-slp.c (vect_slp_analyze_bb_1): Delay call to
626 vect_verify_datarefs_alignment until after statements have
627 been marked as relevant/irrelevant.
628 * tree-vect-data-refs.c (vect_verify_datarefs_alignment):
629 Skip irrelevant statements.
630 (vect_enhance_data_refs_alignment): Use STMT_VINFO_RELEVANT_P
631 instead of STMT_VINFO_RELEVANT.
632 (vect_get_data_access_cost): Do not check for supportable
633 alignment before calling vect_get_load_cost/vect_get_store_cost.
634 * tree-vect-stmts.c (vect_get_store_cost): Do not abort when
635 handling unsupported alignment.
636 (vect_get_load_cost): Likewise.
637
638 2012-06-25 Steven Bosscher <steven@gcc.gnu.org>
639
640 * config/rl78/rl78.h: Do not undefine DONT_USE_BUILTIN_SETJMP.
641 Do not define JMP_BUF_SIZE.
642
643 2012-06-26 Jakub Jelinek <jakub@redhat.com>
644
645 PR tree-optimization/53748
646 * tree-ssa-phiopt.c (conditional_replacement): Only optimize
647 if arg0/arg1 have integral or pointer types.
648
649 2012-06-25 Richard Henderson <rth@redhat.com>
650
651 * config/i386/sse.md (sse2_sse4_1): Remove code attr.
652 (<s>dot_prodv4si, <s>dot_prodv8si): Remove
653 (sdot_prodv4si): New; handle only XOP.
654
655 2012-06-25 Richard Henderson <rth@redhat.com>
656
657 * config/i386/i386-builtin-types.def (V4UDI, V8USI): New.
658 (V2UDI_FUNC_V4USI_V4USI): New.
659 (V4UDI_FUNC_V8USI_V8USI): New.
660 * config/i386/i386.c (ix86_expand_args_builtin): Handle them.
661 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI): New.
662 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V8SI): New.
663 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V4SI): New.
664 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V8SI): New.
665 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V4SI): New.
666 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V8SI): New.
667 (bdesc_args): Add them.
668 (ix86_builtin_mul_widen_even, ix86_builtin_mul_widen_odd): New.
669 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): New.
670 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): New.
671 (ix86_expand_mul_widen_evenodd): Use xop_pmacsdqh.
672 * config/i386/sse.md (vec_widen_<s>mult_odd_<V124_AVX2>): New.
673
674 2012-06-25 Richard Henderson <rth@redhat.com>
675
676 * config/i386.sse.md (mul<VI4_AVX2>3): Use xop_pmacsdd.
677
678 2012-06-25 Richard Henderson <rth@redhat.com>
679
680 * config/i386/i386.c (ix86_rtx_costs) [MULT]: Only apply XOP cost
681 to V16QImode.
682 (ix86_expand_vec_interleave): New.
683 (ix86_expand_mul_widen_evenodd): New.
684 (ix86_expand_mul_widen_hilo): New.
685 (ix86_expand_sse2_mulv4si3): Use ix86_expand_mul_widen_evenodd.
686 * config/i386/i386.md (u_bool) New code attr.
687 * config/i386/predicates.md
688 (nonimmediate_or_const_vector_operand): Remove.
689 * config/i386/sse.md (mul<VI4_AVX2>3): Don't use it; don't test
690 both AVX and SSE4_1.
691 (vec_widen<s>mult_hi_<VI2_AVX2>): Remove.
692 (vec_widen<s>mult_lo_<VI2_AVX2>): Remove.
693 (vec_widen<s>mult_hi_v8si): Remove.
694 (vec_widen<s>mult_lo_v8si): Remove.
695 (vec_widen_smult_hi_v4si): Remove.
696 (vec_widen_smult_lo_v4si): Remove.
697 (vec_widen_umult_hi_v4si): Remove.
698 (vec_widen_umult_lo_v4si): Remove.
699 (vec_widen_<s>mult_hi_<VI124_AVX2>): New.
700 (vec_widen_<s>mult_lo_<VI124_AVX2>): New.
701 * config/i386/i386-protos.h: Update.
702
703 2012-06-25 Christophe Lyon <christophe.lyon@st.com>
704
705 * config/arm/neon.md (UNSPEC_VLD1_DUP): Remove.
706 (neon_vld1_dup): Restrict to VQ operands.
707 (neon_vld1_dupv2di): New, fixes vld1q_dup_s64.
708
709 2012-06-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
710 James Greenhalgh <james.greenhalgh@arm.com>
711
712 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add new built-ins.
713 (TARGET_FMA): New macro.
714 (TARGET_ARM_QBIT, TARGET_ARM_SAT): Likewise.
715 (TARGET_ARM_ARCH): Likewise.
716 (TARGET_ARM_ARCH_ISA_THUMB): Likewise.
717 (TARGET_V6M, TARGET_V7M): Likewise.
718 (TARGET_ARM_ARCH_PROFILE): Likewise.
719 (TARGET_ARM_FEATURE_LDREX): Likewise.
720 (TARGET_ARM_FP, TARGET_NEON_FP): Likewise.
721 (ARM_MIN_ENUM_SIZE): Likewise.
722 * config/arm/arm.c (arm_file_start): Refactor appropriately.
723 (base_architecture): New enumeration.
724 (arm_base_arch): New global variable.
725 (processors): Add field base_arch.
726 (ARM_ARCH, ARM_CORE): Adjust accordingly.
727 (arm_option_override): Add initialization of arm_base_arch.
728 * doc/cpp.texi (system-specific predefined macros.): Change.
729
730 2012-06-25 Jakub Jelinek <jakub@redhat.com>
731
732 PR target/53759
733 * config/i386/sse.md (sse_loadlps): Use x m x constraints instead
734 of x x x in the vmovlps load alternative.
735
736 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
737
738 PR debug/53740
739 * df.h (dead_debug_add): Remove third argument.
740 * df-problems.c (dead_debug_add): Likewise. Use the REGNO of the
741 REG that we want to replace instead.
742 (dead_debug_insert_temp): Use the REGNO of the reg that we want
743 to replace instead of DF_REF_REGNO. Require there to always be
744 at least one such use. Check for cases where the same location
745 has more than df_ref associated with it.
746 (df_note_bb_compute): Remove third dead_debug_add argument.
747 * dce.c (word_dce_process_block): Likewise.
748
749 2012-06-25 Steven Bosscher <steven@gcc.gnu.org>
750
751 * config/v850/v850.c: Remove redundant extern declarations for
752 last_assemble_variable_decl and size_directive_output.
753
754 * doc/tm.texi.in: Document JMP_BUF_SIZE.
755 * doc/tm.texi: Regenerate.
756 * config/sparc/sparc.h (JMP_BUF_SIZE): Do not define.
757 * config/pa/pa.h (JMP_BUF_SIZE): Likewise.
758 * config/stormy16/stormy16.h: Likewise.
759
760 * config/picochip/picochip.c: Do not define DONT_USE_BUILTIN_SETJMP.
761
762 * doc/sourcebuild.texi: Add missing subdirectories.
763
764 2012-06-25 Tristan Gingold <gingold@adacore.com>
765
766 * config/i386/i386.h: Fix typo.
767
768 2012-06-25 Tristan Gingold <gingold@adacore.com>
769
770 * config/i386/winnt.c (i386_pe_seh_end_prologue): Move code to ...
771 (seh_cfa_adjust_cfa): ... that function.
772 (seh_emit_stackalloc): Do not emit out of range values.
773 * config/i386/i386.md: Delete unused UNSPEC_REG_SAVE,
774 UNSPEC_DEF_CFA constants.
775 * config/i386/i386.h (SEH_MAX_FRAME_SIZE): Define.
776 * config/i386/i386.c (ix86_frame_pointer_required): Required
777 for very large frames on SEH target.
778 (ix86_compute_frame_layout): Save area is before frame pointer
779 on SEH target. Handle very large frames.
780 (ix86_expand_prologue): Likewise.
781
782 2012-06-24 Steven Bosscher <steven@gcc.gnu.org>
783
784 * output.h: (current_function_is_leaf,
785 current_function_sp_is_unchanging,
786 current_function_uses_only_leaf_regs): Remove.
787 * function.c (current_function_is_leaf,
788 current_function_sp_is_unchanging,
789 current_function_uses_only_leaf_regs): Remove.
790 (rest_of_handle_check_leaf_regs): Set crtl->uses_only_leaf_regs
791 instead of current_function_uses_only_leaf_regs.
792 * function.h (struct rtl_data): New fields sp_is_unchanging,
793 is_leaf, uses_only_leaf_regs.
794 * resource.c (init_resource_info): Replace current_function_is_leaf,
795 current_function_sp_is_unchanging, and
796 current_function_uses_only_leaf_regs with new crtl fields.
797 * sdbout.c (sdbout_symbol): Likewise.
798 * df-core.c (rest_of_handle_df_initialize): Likewise.
799 * ira.c (ira): Likewise.
800 * final.c (final_start_function): Likewise.
801 * reorg.c (fill_simple_delay_slots): Likewise.
802 * regrename.c (check_new_reg_p): Likewise.
803 * stack-ptr-mod.c (notice_stack_pointer_modification_1): Likewise.
804 (notice_stack_pointer_modification): Likewise.
805 * dbxout.c (dbxout_symbol): Likewise.
806 (dbxout_parms): Likewise.
807 * sel-sched.c (init_regs_for_mode): Likewise.
808 * dwarf2out.c (dbx_reg_number): Likewise.
809 (multiple_reg_loc_descriptor): Likewise.
810 * config/i386/i386.c (ix86_frame_pointer_required): Likewise.
811 (gen_pop): Likewise.
812 (ix86_select_alt_pic_regnum): Likewise.
813 (ix86_compute_frame_layout): Likewise.
814 (ix86_finalize_stack_realign_flags): Likewise.
815 (ix86_expand_epilogue): Likewise.
816 * config/rs6000/rs6000.c (rs6000_stack_info): Likewise.
817 * config/h8300/h8300.c (byte_reg): Likewise.
818 * config/c6x/c6x.c (must_reload_pic_reg_p): Likewise.
819 (c6x_save_reg): Likewise.
820 (c6x_compute_frame_layout): Likewise.
821 * config/pa/pa.c (pa_compute_frame_size): Likewise.
822 (pa_output_function_prologue): Likewise.
823 * config/stormy16/stormy16.c (struct xstormy16_stack_layout): Likewise.
824 * config/sparc/sparc.md (attr "leaf_function"): Likewise.
825 * config/sparc/sparc.c (sparc_initial_elimination_offset): Likewise.
826 (sparc_expand_prologue): Likewise.
827 (sparc_flat_expand_prologue): Likewise.
828 (sparc_asm_function_prologue): Likewise.
829 (sparc_output_mi_thunk): Likewise.
830 (sparc_frame_pointer_required): Likewise.
831 * config/epiphany/epiphany.c (epiphany_compute_function_type):
832 Likewise.
833 (epiphany_compute_frame_size): Likewise.
834 * config/lm32/lm32.c (lm32_compute_frame_size): Likewise.
835 * config/cris/cris.c (cris_md_asm_clobbers): Likewise.
836 (cris_frame_pointer_required): Likewise.
837 * config/tilepro/tilepro.c (emit_sp_adjust): Likewise.
838 (tilepro_current_function_is_leaf): Likewise.
839 * config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Likewise.
840 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
841 * config/ia64/ia64.c (find_gr_spill): Likewise.
842 (ia64_compute_frame_size): Likewise.
843 (ia64_can_eliminate): Likewise.
844 (ia64_initial_elimination_offset): Likewise.
845 * config/m68k/m68k.c (m68k_save_reg): Likewise.
846 (m68k_expand_epilogue): Likewise.
847 * config/rx/rx.c (rx_get_stack_layout): Likewise.
848 * config/tilegx/tilegx.c (tilegx_current_function_is_leaf): Likewise.
849 * config/picochip/picochip.c (picochip_can_eliminate_link_sp_save):
850 Likewise.
851 (picochip_output_frame_debug): Likewise.
852 * config/sh/sh.c (sh_media_register_for_return): Likewise.
853 (sh_allocate_initial_value): Likewise.
854 (sh_output_mi_thunk): Likewise.
855 * config/microblaze/microblaze.c (microblaze_must_save_register):
856 Likewise.
857 (compute_frame_size): Likewise.
858 (microblaze_initial_elimination_offset): Likewise.
859 (microblaze_expand_prologue): Likewise.
860 (microblaze_expand_epilogue): Likewise.
861 * config/frv/frv.c (frv_expand_epilogue): Likewise.
862 (frv_frame_pointer_required): Likewise.
863 * config/spu/spu.c (get_pic_reg): Likewise.
864 (direct_return): Likewise.
865 (spu_expand_prologue): Likewise.
866 (spu_expand_epilogue): Likewise.
867 (spu_initial_elimination_offset): Likewise.
868 * config/mips/mips.c (mips_global_pointer): Likewise.
869 (mips_cfun_might_clobber_call_saved_reg_p): Likewise.
870 (mips_compute_frame_info): Likewise.
871 * config/mep/mep.c (mep_interrupt_saved_reg): Likewise.
872 (mep_reload_pointer): Likewise.
873 * config/rl78/rl78.c (need_to_save): Likewise.
874 * config/cr16/cr16.c (cr16_compute_save_regs): Likewise.
875 * config/score/score.c (score_compute_frame_size): Likewise.
876 (score_function_prologue): Likewise.
877 * config/bfin/bfin.c (must_save_p): Likewise.
878 (expand_prologue_reg_save): Likewise.
879 (expand_epilogue_reg_restore): Likewise.
880 (bfin_frame_pointer_required): Likewise.
881 (n_regs_saved_by_prologue): Likewise.
882 (add_to_reg): Likewise.
883 (expand_interrupt_handler_prologue): Likewise.
884 (expand_interrupt_handler_epilogue): Likewise.
885 (bfin_expand_prologue): Likewise.
886 * config/avr/avr.c (avr_regs_to_save): Likewise.
887 (avr_prologue_setup_frame): Likewise.
888 (expand_epilogue): Likewise.
889 * config/s390/s390.c (s390_regs_ever_clobbered): Likewise.
890 (s390_register_info): Likewise.
891 (s390_frame_info): Likewise.
892 (s390_init_frame_layout): Likewise.
893 (s390_emit_prologue): Likewise.
894
895
896 2012-06-24 Steven Bosscher <steven@gcc.gnu.org>
897
898 * system.h: Poison ASM_BYTE_OP and ASM_OUTPUT_BYTE.
899 * vmsdbgout: Do not undefine it if defined.
900 Rename local ASM_BYTE_OP definition to VMS_ASM_BYTE_OP.
901 * config/microblaze/microblaze/h: Do no define ASM_BYTE_OP.
902 * config/mep/mep.h: Do not define ASM_OUTPUT_BYTE.
903
904 2012-06-24 Richard Sandiford <rdsandiford@googlemail.com>
905
906 * config/mips/mips.c (mips_process_sync_loop): Add missing enum cast.
907
908 2012-06-23 Richard Henderson <rth@redhat.com>
909
910 PR target/53749
911 * config/i386/i386.c (ix86_rtx_costs): Add reasonable costs for
912 V*QImode shifts and multiply.
913 (ix86_expand_vecop_qihi): Support shifts.
914 * config/i386/i386.md (any_shift): New code iterator.
915 * config/i386/sse.md (ashlv16qi3): Merge ...
916 (<any_shiftrt>v16qi3): ... into ...
917 (<any_shift><VI1_AVX2>3): ... here. Use ix86_expand_vecop_qihi
918 to support SSE and AVX.
919
920 * config/i386/i386.c (ix86_expand_sse_unpack): Split operands[]
921 parameter into src and dest.
922 * config/i386/sse.md (vec_unpacku_hi_<V124_AVX2>): Update call.
923 (vec_unpacks_hi_<V124_AVX2>): Likewise.
924 (vec_unpacku_lo_<V124_AVX2>): Likewise.
925 (vec_unpacks_lo_<V124_AVX2>): Likewise.
926 * config/i386/i386-protos.h: Update.
927
928 * config/i386/sse.md (mul<VI1_AVX2>3): Change from insn_and_split to
929 pure expander; move expansion code ...
930 * config/i386/i386.c (ix86_expand_vecop_qihi): ... here. New function.
931 * config/i386/i386-protos.h: Update.
932
933 2012-06-22 Edmar Wienskoski <edmar@freescale.com>
934
935 * config/rs6000/rs6000.md (define_attr "type"): New type popcnt.
936 (popcntb<mode>2): Add attribute type popcnt.
937 (popcntd<mode>2): Ditto.
938 * config/rs6000/power4.md (define_insn_reservation): Add type popcnt.
939 * config/rs6000/power5.md (define_insn_reservation): Ditto.
940 * config/rs6000/power7.md (define_insn_reservation): Ditto.
941 * config/rs6000/476.md (define_insn_reservation): Ditto.
942 * config/rs6000/power6.md (define_insn_reservation): New
943 reservation for popcnt instructions.
944
945 2012-06-22 H.J. Lu <hongjiu.lu@intel.com>
946
947 * doc/invoke.texi: Update -mpreferred-stack-boundary=3 warning.
948
949 2012-06-22 H.J. Lu <hongjiu.lu@intel.com>
950
951 PR target/53383
952 * doc/invoke.texi: Add a warning for -mpreferred-stack-boundary=3.
953
954 * config/i386/i386.c (ix86_option_override_internal): Allow
955 -mpreferred-stack-boundary=3 for 64-bit if SSE is disabled.
956
957 * config/i386/i386.h (MIN_STACK_BOUNDARY): Set to 64 for 64-bit
958 if SSE is disabled.
959
960 2012-06-22 Bill Schmidt <wschmidt@linux.ibm.com>
961
962 * double-int.c (double_int_multiple_of): New function.
963 * double-int.h (double_int_multiple_of): New decl.
964 * tree-ssa-loop-ivopts.c (add_cost, zero_cost): Remove undefs.
965 (mbc_entry_hash): New forward decl.
966 (mbc_entry_eq): Likewise.
967 (zero_cost): Change to no_cost.
968 (mult_costs): New static var.
969 (cost_tables_exist): Likewise.
970 (initialize_costs): New function.
971 (finalize_costs): Likewise.
972 (tree_ssa_iv_optimize_init): Call initialize_costs.
973 (add_cost): Change to add_regs_cost; distinguish costs by speed.
974 (multiply_regs_cost): New function.
975 (add_const_cost): Likewise.
976 (extend_or_trunc_reg_cost): Likewise.
977 (negate_reg_cost): Likewise.
978 (multiply_by_cost): Change to multiply_by_const_cost; distinguish
979 costs by speed.
980 (get_address_cost): Change add_cost to add_regs_cost; change
981 multiply_by_cost to multiply_by_const_cost.
982 (force_expr_to_var_cost): Change zero_cost to no_cost; change
983 add_cost to add_regs_cost; change multiply_by_cost to
984 multiply_by_const_cost.
985 (split_cost): Change zero_cost to no_cost.
986 (ptr_difference_cost): Likewise.
987 (difference_cost): Change zero_cost to no_cost; change multiply_by_cost
988 to multiply_by_const_cost.
989 (get_computation_cost_at): Change add_cost to add_regs_cost; change
990 multiply_by_cost to multiply_by_const_cost.
991 (determine_use_iv_cost_generic): Change zero_cost to no_cost.
992 (determine_iv_cost): Change add_cost to add_regs_cost.
993 (iv_ca_new): Change zero_cost to no_cost.
994 (tree_ssa_iv_optimize_finalize): Call finalize_costs.
995 * tree-ssa-address.c (most_expensive_mult_to_index): Change
996 multiply_by_cost to multiply_by_const_cost.
997 * tree-flow.h (multiply_by_cost): Change to multiply_by_const_cost.
998 (add_regs_cost): New decl.
999 (multiply_regs_cost): Likewise.
1000 (add_const_cost): Likewise.
1001 (extend_or_trunc_reg_cost): Likewise.
1002 (negate_reg_cost): Likewise.
1003
1004 2012-06-22 Richard Guenther <rguenther@suse.de>
1005
1006 Merge from graphite branch
1007 2011-08-10 Sebastian Pop <sebpop@gmail.com>
1008
1009 * graphite-sese-to-poly.c (build_scop_drs): Fix memory leak.
1010
1011 2012-01-13 Tobias Grosser <tobias@grosser.es>
1012
1013 * tree-flow.h (parallelized_function_p): Declare.
1014 * tree-parloops.c (parallelized_function_p): Export.
1015 * graphite.c (graphite_transform_loops): Do not run graphite on
1016 already parallel functions.
1017
1018 2012-06-22 Alan Modra <amodra@gmail.com>
1019
1020 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Pass in and
1021 return mem. Convert to indirect addressing if not indirect or
1022 indexed. Adjust all callers.
1023
1024 2012-06-22 Richard Guenther <rguenther@suse.de>
1025
1026 * gcov-iov.c: Include bconfig.h and system.h.
1027
1028 2012-06-22 Andreas Schwab <schwab@linux-m68k.org>
1029
1030 * doc/include/texinfo.tex: Update to version 2012-06-05.14.
1031
1032 2012-06-22 Richard Guenther <rguenther@suse.de>
1033
1034 PR gcov-profile/53744
1035 * gcov-iov.c (main): Treat "" and "prerelease" the same.
1036
1037 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
1038
1039 PR debug/53704
1040 * dwarf2out.c (gen_compile_unit_die): Use DW_LANG_Fortran90 as language
1041 for GNU Fortran if in strict DWARF2 mode.
1042
1043 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
1044
1045 * tree-ssa-live.c (remove_unused_scope_block_p): Remove again
1046 DECL_IGNORED_P non-reg vars even if they are used.
1047
1048 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1049
1050 PR debug/53671
1051 PR debug/49888
1052 * var-tracking.c (vt_get_canonicalize_base): New.
1053 (vt_canonicalize_addr, vt_stack_offset_p): New.
1054 (vt_canon_true_dep): New.
1055 (drop_overlapping_mem_locs): Use vt_canon_true_dep.
1056 (clobber_overlaping_mems): Use vt_canonicalize_addr.
1057
1058 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1059
1060 PR debug/53671
1061 PR debug/49888
1062 * var-tracking.c (vt_initialize): Record initial offset between
1063 arg pointer and stack pointer.
1064
1065 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1066
1067 PR debug/53671
1068 PR debug/49888
1069 * var-tracking.c (vt_init_cfa_base): Drop redundant recording of
1070 CFA base.
1071
1072 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1073
1074 PR debug/53671
1075 PR debug/49888
1076 * alias.c (memrefs_conflict_p): Improve handling of AND for alignment.
1077
1078 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1079
1080 * ddg.c (build_intra_loop_deps): Discard deps of nondebug on debug.
1081
1082 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1083
1084 PR debug/53682
1085 * cselib.c (promote_debug_loc): Don't crash on NULL argument.
1086
1087 2012-06-21 Meador Inge <meadori@codesourcery.com>
1088
1089 PR c/53702
1090 * c-decl.c (c_push_function_context): Restore the behavior to reuse
1091 the language function allocated for -Wunused-local-typedefs.
1092 (c_pop_function_context): If necessary, clear the language function
1093 created in c_push_function_context. Always clear out the
1094 x_cur_stmt_list field of the restored language function.
1095
1096 2012-06-21 Sterling Augustine <saugustine@google.com>
1097 Cary Coutant <ccoutant@google.com>
1098
1099 * dwarf2out.c (is_cu_die, is_namespace_die, is_class_die,
1100 add_AT_pubnames, add_enumerator_pubname, want_pubnames): New functions.
1101 (comdat_type_struct): New field 'skeleton_die'.
1102 (breakout_comdat_types): Update it.
1103 (add_pubname): Rework logic. Call is_class_die, is_cu_die and
1104 is_namespace_die. Fix minor style violation. Call want_pubnames.
1105 (add_pubname_string): Call want_pubnames.
1106 (add_pubtype): Rework logic for calculating type name. Call
1107 is_namespace_die. Call want_pubnames.
1108 (output_pubnames): Move conditional logic deciding when to produce the
1109 section from dwarf2out_finish. Use new skeleton_die field.
1110 (base_type_die): Call add_pubtype.
1111 (gen_enumeration_type_die): Unconditionally call add_pubtype.
1112 (gen_subprogram_die): Adjust calls to add_pubname.
1113 (gen_namespace_die): Call add_pubname_string.
1114 (dwarf2out_finish): Call add_AT_pubnames; Move logic on when to
1115 produce pubnames and pubtypes sections to output_pubnames.
1116 * common.opt (-gpubnames): New option.
1117 * doc/invoke.texi: Document it.
1118
1119 2012-06-21 Steven Bosscher <steven@gcc.gnu.org>
1120
1121 * config/m32c/m32c-pragma.c: Remove unnecessary includes.
1122
1123 2012-06-21 Michael Matz <matz@suse.de>
1124
1125 PR middle-end/53688
1126 * builtins.c (get_memory_rtx): Always build an all-aliasing MEM_REF
1127 with correct size.
1128
1129 2012-06-21 Richard Guenther <rguenther@suse.de>
1130
1131 * tree-inline.c (estimate_num_insns): Estimate call cost for
1132 tailcalls properly.
1133
1134 2012-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1135
1136 * tree.h (DECL_SOURCE_COLUMN): New accessor.
1137
1138 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
1139
1140 * config/i386/i386.md (SINCOS): New int iterator.
1141 (sincos): New int attribute.
1142 (*<sincos>xf2_i387): Macroize insn from *{sin,cos}xf2_i387 using
1143 SINCOS int iterator.
1144 (*<sincos>_extend<mode>xf2_i387): Macroize insn from
1145 *{sin,cos}_extend<mode>xf2_i387 using SINCOS int iterator.
1146
1147 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
1148
1149 * config/i386/i386.md (RDFSGSBASE): New int iterator.
1150 (WRFSGSBASE): Ditto.
1151 (fsgs): New int attribute.
1152 (rd<fsgs>base<mode>): Macroize insn from rd<fsgs>base<mode> using
1153 RDFSGSBASE int iterator.
1154 (wr<fsgs>base<mode>): Macroize insn from wr<fsgs>base<mode> using
1155 WRFSGSBASE int iterator.
1156
1157 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
1158
1159 * config/i386/i386.md (<rounding_insn><mode>2): Macroize expander
1160 from {floor,ceil,btrunc}<mode>2 using FIST_ROUNDING int iterator.
1161 (l<rounding_insn><MODEF:mode><SWI48:mode>2): Macroize expander
1162 from l{floor,ceil}<MODEF:mode><SWI48:mode>2 using FIST_ROUNDING
1163 int iterator.
1164
1165 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
1166
1167 * system.h: Poison ASM_OUTPUT_IDENT and IDENT_ASM_OP.
1168
1169 2012-06-20 Richard Guenther <rguenther@suse.de>
1170
1171 PR tree-optimization/30318
1172 * tree-vrp.c (range_int_cst_p): Do not reject overflowed
1173 constants here.
1174 (range_int_cst_singleton_p): But explicitely here.
1175 (zero_nonzero_bits_from_vr): And here.
1176 (extract_range_from_binary_expr_1): Re-implement PLUS_EXPR
1177 to cover all cases we can perform arbitrary precision
1178 arithmetic with double-ints.
1179 (intersect_ranges): Handle adjacent anti-ranges.
1180
1181 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
1182
1183 * config/i386/i386.md (rounding_insn): New int attribute.
1184 (<rounding_insn>xf2): Macroize insn from
1185 {floor,ceil,btrunc}xf2 using FRNDINT_ROUNDING int iterator.
1186 (l<rounding_insn>xf<mode>2): Rename from l<rounding>xf<mode>2.
1187
1188 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
1189
1190 * config/i386/i386.md (IEEE_MAXMIN): New int iterator.
1191 (ieee_maxmin): New int attribute.
1192 (*ieee_s<ieee_maxmin><mode>3): Macroize insn from
1193 *ieee_s{max,min}<mode>3 using IEEE_MAXMIN int iterator.
1194
1195 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
1196
1197 * config/arm/arm.h (EMIT_EABI_ATTRIBUTE): Remove.
1198 * config/arm/arm.c: Do not include c-pragma.h.
1199 (arm_emit_eabi_attribute): New function based on EMIT_EABI_ATTRIBUTE.
1200 (arm_file_start): Replace uses of EMIT_EABI_ATTRIBUTE with calls
1201 to arm_emit_eabi_attribute.
1202 * arm-c.c: Do not include output.h.
1203 (arm_output_c_attributes): Replace use of EMIT_EABI_ATTRIBUTE with a
1204 call to arm_emit_eabi_attribute.
1205 * config/arm/arm-protos.h (arm_emit_eabi_attribute): Prototype it.
1206
1207 2012-06-20 Richard Guenther <rguenther@suse.de>
1208
1209 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p):
1210 Allow adjusting alignment of user-aligned decls again.
1211
1212 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
1213
1214 * config/rl78/rl78-c.c: Remove unnecessary includes.
1215
1216 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
1217
1218 * config/cris/cris.c: Include cgraph.h.
1219 (cris_option_override): Do not set non-existing flag_no_gcc_ident.
1220
1221 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1222
1223 * emit-rtl.c (need_atomic_barrier_p): New function.
1224 * emit-rtl.h (need_atomic_barrier_p): Declare it.
1225 * config/alpha/alpha.c (alpha_{pre,post}_atomic_barrier): Use it.
1226 * config/arm/arm.c (arm_{pre,post}_atomic_barrier): Use it.
1227 * config/tilegx/tilegx.c (tile_{pre,post}_atomic_barrier): Use it.
1228 * config/mips/mips.c (mips_{pre,post}_atomic_barrier_p): Remove.
1229 (mips_process_sync_loop): Use generic version instead.
1230
1231 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1232
1233 * config/mips/mips.c (mips_process_sync_loop): Emit cmp result only if
1234 it is used.
1235
1236 2012-06-19 Tom de Vries <vries@codesourcery.com>
1237 Maxim Kuvyrkov <maxim@codesourcery.com>
1238
1239 * config/mips/constraints.md (ZR): New constraint.
1240 * config/mips/predicates.md (mem_noofs_operand): New predicate.
1241 * config/mips/mips.c (mips_print_operand): Handle new print modifier.
1242 * config/mips/mips.h (TARGET_XLP): Define.
1243 (TARGET_SYNC_AFTER_SC): Update.
1244 (ISA_HAS_SWAP, ISA_HAS_LDADD): Define.
1245 * config/mips/sync.md (atomic_exchange, atomic_fetch_add): Use
1246 XLP-specific swap and ldadd patterns.
1247 (atomic_exchange_swap, atomic_fetch_add_ldadd): New patterns.
1248
1249 2012-06-19 Tom de Vries <vries@codesourcery.com>
1250 Maxim Kuvyrkov <maxim@codesourcery.com>
1251
1252 * config/mips/mips.c (mips_emit_pre_atomic_barrier_p,)
1253 (mips_emit_post_atomic_barrier_p): New static functions.
1254 (mips_process_sync_loop): Use them. Emit sync memory barriers in
1255 accordance with memory model semantics. Add return of CMP result for
1256 compare_and_swap.
1257 * config/mips/mips.md: Update comment.
1258 (sync_cmp): New attribute.
1259 (sync_memmodel): New attribute replacing sync_release_barrier.
1260 * config/mips/sync.md (UNSPEC_ATOMIC_COMPARE_AND_SWAP,)
1261 (UNSPEC_ATOMIC_EXCHANGE, UNSPEC_ATOMIC_FETCH_OP): New constants.
1262 (sync_lock_test_and_set, test_and_set_12): Update.
1263 (atomic_compare_and_swap, atomic_exchange, atomic_exchange_llsc,)
1264 (atomic_fetch_add, atomic_fetch_add_llsc): New patterns.
1265
1266 2012-06-19 Joseph Myers <joseph@codesourcery.com>
1267
1268 * config/rs6000/spe.md (*mov_si<mode>_e500_subreg0): Rename to
1269 mov_si<mode>_e500_subreg0.
1270 (*mov_si<mode>_e500_subreg0_elf_low)
1271 (*mov_si<mode>_e500_subreg4_elf_low): New patterns.
1272
1273 2012-06-19 Richard Henderson <rth@redhat.com>
1274
1275 * config/alpha/alpha.c: Include params.h.
1276 (alpha_option_override): Initialize PARAM_L1_CACHE_LINE_SIZE,
1277 PARAM_L1_CACHE_SIZE, PARAM_L2_CACHE_SIZE for the cpu tuning.
1278
1279 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
1280
1281 * doc/tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE,
1282 TARGET_OBJC_DECLARE_CLASS_DEFINITION): Add @hooks.
1283 (ASM_DECLARE_CLASS_REFERENCE, ASM_DECLARE_UNRESOLVED_REFERENCE):
1284 Remove.
1285 * doc/tm.texi: Regenerate.
1286 * config/darwin.h (ASM_OUTPUT_LABELREF): Remove special case for
1287 .objc_class_name_*.
1288 * config/darwin-c.c: Include target.h.
1289 (darwin_objc_declare_unresolved_class_reference): New function.
1290 (darwin_objc_declare_class_definition): New function.
1291 (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE): Define.
1292 (TARGET_OBJC_DECLARE_CLASS_DEFINITION): Define.
1293
1294 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
1295
1296 * target.def (output_ident): New hook.
1297 * targhooks.h (default_asm_output_ident_directive): Add prototype.
1298 * varasm.c (assemble_asm): Only prefix a tab if the string does not
1299 already start with one.
1300 (default_asm_output_ident_directive): New function to emit
1301 .ident as a top-level asm node while parsing, or directly to
1302 asm_out_file after parsing.
1303 * toplev.c (compile_file): Print a GCC .ident with
1304 targetm.asm_out.output_ident.
1305 * doc/tm.texi.in (ASM_OUTPUT_IDENT): Remove documentation for macro.
1306 (TARGET_ASM_OUTPUT_IDENT): Add @hook for this.
1307 * doc/tm.texi: Update.
1308
1309 * config/elfos.h (ASM_OUTPUT_IDENT, IDENT_ASM_OP): Remove.
1310 (TARGET_ASM_OUTPUT_IDENT): Define.
1311 * config/i386/djgpp.h (IDENT_ASM_OP): Remove.
1312 * config/i386/gas.h (ASM_OUTPUT_IDENT): Remove.
1313 * config/arm/aout.h (ASM_OUTPUT_IDENT): Remove.
1314 * config/sparc/sparc.h (IDENT_ASM_OP): Remove.
1315 (TARGET_ASM_OUTPUT_IDENT): Define.
1316 * config/picochip/picochip.h (IDENT_ASM_OP): Remove.
1317 (TARGET_ASM_OUTPUT_IDENT): Define.
1318
1319 * config/cris/cris-protos.h (cris_asm_output_ident): Add prototype.
1320 * config/cris/cris.c (cris_asm_output_ident): New function.
1321 * config/cris/cris.h (ASM_OUTPUT_IDENT, IDENT_ASM_OP): Remove.
1322
1323 * config/microblaze/microblaze-protos.h (microblaze_asm_output_ident):
1324 Add prototype.
1325 * config/microblaze/microblaze.c: Include cgraph.h for add_asm_node.
1326 (microblaze_asm_output_ident): Rewrite to work similar to
1327 default_asm_output_ident_directive for front-end .idents.
1328 * config/microblaze/microblaze.h (ASM_OUTPUT_IDENT): Remove.
1329 (TARGET_ASM_OUTPUT_IDENT): Define.
1330
1331 * config/mips/mips.h (ASM_OUTPUT_IDENT): Remove.
1332 * config/mips/sde.h (IDENT_ASM_OP, ASM_OUTPUT_IDENT): Remove.
1333
1334 * config/rx/rx.c: Include cgraph.h for add_asm_node.
1335 (rx_asm_output_ident): New function, similar to
1336 default_asm_output_ident_directive, but handle AS100 syntax also, so
1337 that #ident also works for rx in AS100 syntax.
1338 (TARGET_ASM_OUTPUT_IDENT): Define.
1339 * config/rx/rx.h (IDENT_ASM_OP): Remove.
1340
1341 * Makefile.in: Fix dependencies for c-family/c-lex.o.
1342
1343 2012-06-19 Uros Bizjak <ubizjak@gmail.com>
1344
1345 * config/i386/i386.md (FIST_ROUNDING): New int iterator.
1346 (rounding): Handle UNSPEC_FIST_{FLOOR,CEIL}.
1347 (ROUNDING): Ditto.
1348 (*fist<mode>2_<rounding>_1): Macroize insn from
1349 *fist<mode>2_{floor,ceil}_1 using FIST_ROUNDING int iterator.
1350 (fistdi2_<rounding>): Macroize insn from
1351 fistdi2_{floor,ceil} using FIST_ROUNDING int iterator.
1352 (fistdi2_<rounding>_with_temp and splitters): Macroize insn and
1353 corresponding splitters from fistdi2_{floor,ceil} and corresponding
1354 splitters using FIST_ROUNDING int iterator.
1355 (fist<mode>2_<rounding>): Macroize insn from
1356 fist<mode>2_{floor,ceil} using FIST_ROUNDING int iterator.
1357 (fist<mode>2_<rounding>_with_temp and splitters): Macroize insn and
1358 corresponding splitters from fist<mode>2_{floor,ceil} and corresponding
1359 splitters using FIST_ROUNDING int iterator.
1360 (l<rounding>xf<mode>2): Macroize expander from l{floor,ceil}xf<mode>2
1361 using FIST_ROUNDING int iterator.
1362
1363 2012-06-19 Richard Henderson <rth@redhat.com>
1364
1365 * config/i386/i386-protos.h (ix86_expand_sse2_mulv4si3): Declare.
1366 * config/i386/i386.c (ix86_expand_sse2_mulv4si3): New.
1367 * config/i386/predicates.md (nonimmediate_or_const_vector_operand): New.
1368 * config/i386/sse.md (sse2_mulv4si3): Delete.
1369 (mul<VI4_AVX2>3): Use ix86_expand_sse2_mulv4si3 and
1370 nonimmediate_or_const_vector_operand.
1371
1372 2012-06-19 Richard Henderson <rth@redhat.com>
1373
1374 * expmed.c (struct init_expmed_rtl): Split ...
1375 (init_expmed_one_mode): ... out of ...
1376 (init_expmed): ... here. Initialize integer vector modes also.
1377 (synth_mult): Handle integer vector modes.
1378 (choose_mult_variant): Likewise.
1379 (expand_mult_const): Likewise.
1380 (expand_mult): Likewise.
1381 * machmode.h (GET_MODE_UNIT_BITSIZE): New.
1382
1383 2012-06-19 Richard Henderson <rth@redhat.com>
1384
1385 * config/i386/i386.c (ix86_rtx_costs): Handle CONST_VECTOR, and
1386 integral vector modes.
1387
1388 2012-06-19 Uros Bizjak <ubizjak@gmail.com>
1389
1390 * config/i386/i386.md (FRNDINT_ROUNDING): New int iterator.
1391 (rounding): New int attribute.
1392 (ROUNDING): Ditto.
1393 (frndintxf2_<rounding>): Macroize insn from
1394 frndintxf2_{floor,ceil,trunc} using FRNDINT_ROUNDING int iterator.
1395 (frndintxf2_<rounding>_i387): Macroize insn from
1396 frndintxf2_{floor,ceil,trunc}_i387 using FRNDINT_ROUNDING int iterator.
1397
1398 2012-06-19 Richard Guenther <rguenther@suse.de>
1399
1400 * tree-vrp.c (union_ranges): New function.
1401 (vrp_meet_1): Use union_ranges.
1402 (vrp_meet): Dump what we union and call vrp_meet_1.
1403
1404 2012-06-19 Richard Earnshaw <rearnsha@arm.com>
1405
1406 * arm.md (enum unspec): Delete UNSPEC_SIN and UNSPEC_COS.
1407 (attr type): Remove fmul, ffmul, farith, ffarith, float_em
1408 f_fpa_load, f_fpa_store, f_mem_r, r_mem_f.
1409 (attr write_conflict, attr core_cycles): Update.
1410 * arm-generic.md (r_mem_f_wbuf): Delete reservation.
1411
1412 2012-06-19 Richard Guenther <rguenther@suse.de>
1413
1414 * tree-vrp.c (intersect_ranges): Handle more cases.
1415 (vrp_intersect_ranges): Dump what we intersect and call ...
1416 (vrp_intersect_ranges_1): ... this.
1417
1418 2012-06-19 Richard Guenther <rguenther@suse.de>
1419
1420 PR tree-optimization/53708
1421 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Preserve
1422 user-supplied alignment and alignment of decls with the used
1423 attribute.
1424
1425 2012-06-18 Lawrence Crowl <crowl@google.com>
1426
1427 * timevar.def (TV_PHASE_GENERATE): Rename to TV_PHASE_LATE_ASM.
1428 (TV_PHASE_CGRAPH): Rename to TV_PHASE_OPT_GEN.
1429 (TV_PHASE_STREAM_IN): New.
1430 (TV_PHASE_STREAM_OUT): New.
1431 * timevar.c (validate_phases): New.
1432 (timevar_print): Call validate_phases.
1433 * c-decl.c (c_write_global_declarations): Rename use of TV_PHASE_CGRAPH
1434 to TV_PHASE_OPT_GEN.
1435 * langhooks.c (write_global_declarations): Rename use of
1436 TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Use TV_PHASE_DBGINFO instead of
1437 TV_PHASE_CHECK_DBGINFO.
1438 * toplev.c (compile_file): Rename use of TV_PHASE_GENERATE to
1439 TV_PHASE_LATE_ASM. Move start of TV_PHASE_LATE_ASM to after call to
1440 lang_hooks.decls.final_write_globals.
1441
1442 2012-06-18 David Edelshn <dje.gcc@gmail.com>
1443
1444 * config/rs6000/aix52.h (TARGET_EXTRA_BUILTINS): Define as 0.
1445
1446 2012-06-18 Uros Bizjak <ubizjak@gmail.com>
1447
1448 PR target/53712
1449 * config/i386/sse.md (*sse4_2_pcmpestr_unaligned): New.
1450 (*sse4_2_pcmpistr_unaligned): New.
1451
1452 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1453 Sameera Deshpande <sameera.deshpande@arm.com>
1454 Greta Yorsh <greta.yorsh@arm.com>
1455
1456 * config/arm/arm-protos.h (arm_output_epilogue): Remove.
1457 * config/arm/arm.c (print_multi_reg): Remove.
1458 (vfp_output_fldmd): Likewise.
1459 (arm_output_epilogue): Likewise.
1460 * config/arm/arm.md (epilogue_insns): Update condition and code.
1461
1462 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1463 Sameera Deshpande <sameera.deshpande@arm.com>
1464 Greta Yorsh <greta.yorsh@arm.com>
1465
1466 * config/arm/arm-protos.h (thumb2_expand_return): New declaration.
1467 * config/arm/arm.c (thumb2_expand_return): New function.
1468 * config/arm/arm.md (return): Update condition and code.
1469
1470 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1471 Sameera Deshpande <sameera.deshpande@arm.com>
1472 Greta Yorsh <greta.yorsh@arm.com>
1473
1474 * config/arm/arm-protos.h (output_return_instruction): New parameter
1475 and int to bool change of parameter types.
1476 * config/arm/arm.c (output_return_instruction): Likewise.
1477 * config/arm/arm.md (arm_simple_return): New pattern.
1478 (arm_return, cond_return, cond_return_inverted): Add new arguments.
1479 * config/arm/thumb2.md (thumb2_return): Update condition and code.
1480
1481 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1482 Sameera Deshpande <sameera.deshpande@arm.com>
1483 Greta Yorsh <greta.yorsh@arm.com>
1484
1485 * config/arm/arm-protos.h (arm_expand_epilogue): New declaration.
1486 * config/arm/arm.c (arm_expand_epilogue): New function.
1487 * config/arm/arm.md (epilogue): Update condition and code.
1488 (sibcall_epilogue): Likewise.
1489
1490 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1491 Sameera Deshpande <sameera.deshpande@arm.com>
1492 Greta Yorsh <greta.yorsh@arm.com>
1493
1494 * config/arm/arm.c (arm_expand_epilogue_apcs_frame): New function.
1495 * config/arm/arm.md (arm_addsi3) Add an alternative.
1496
1497 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1498 Sameera Deshpande <sameera.deshpande@arm.com>
1499 Greta Yorsh <greta.yorsh@arm.com>
1500
1501 * config/arm/arm.md (vfp_pop_multiple_with_writeback) New define_insn.
1502 * config/arm/predicates.md (pop_multiple_fp) New special predicate.
1503 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): New function.
1504
1505 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1506 Sameera Deshpande <sameera.deshpande@arm.com>
1507 Greta Yorsh <greta.yorsh@arm.com>
1508
1509 * config/arm/arm.md (load_multiple_with_writeback) New define_insn.
1510 (load_multiple, pop_multiple_with_writeback_and_return) Likewise.
1511 (pop_multiple_with_return, ldr_with_return) Likewise.
1512 * config/arm/predicates.md (pop_multiple_return) New special predicate.
1513 * config/arm/arm-protos.h (arm_output_multireg_pop) New declaration.
1514 * config/arm/arm.c (arm_output_multireg_pop) New function.
1515 (arm_emit_multi_reg_pop): New function.
1516
1517 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
1518
1519 * config/arm/arm.c (ldm_stm_operation_p): Require SP
1520 as base register for loads if SP is in the register list.
1521
1522 2012-06-18 Richard Guenther <rguenther@suse.de>
1523
1524 PR tree-optimization/53693
1525 * tree-vect-patterns.c (vect_operation_fits_smaller_type):
1526 Reject operands with more than one use.
1527
1528 2012-06-18 Bill Schmidt <wschmidt@linux.ibm.com>
1529
1530 PR tree-optimization/53703
1531 * tree-ssa-phiopt.c (hoist_adjacent_loads): Skip virtual phis;
1532 correctly set bb_for_def[12].
1533
1534 2012-06-18 Steven Bosscher <steven@gcc.gnu.org>
1535
1536 * config/vax/vax.h (VMS_TARGET): Remove.
1537
1538 2012-06-18 Richard Guenther <rguenther@suse.de>
1539
1540 * tree-vrp.c (extract_range_from_assert): Split out range
1541 intersecting code.
1542 (intersect_ranges): New function.
1543 (vrp_intersect_ranges): Likewise.
1544
1545 2012-06-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1546
1547 * config/s390/s390.c (s390_gimplify_va_arg): Revert change from
1548 r187965.
1549
1550 2012-06-18 Tejas Belagod <tejas.belagod@arm.com>
1551
1552 * doc/md.texi: Document int iterators.
1553 * read-rtl.c (ints): New iterator group.
1554 (find_int): Int iterator group callback.
1555 (apply_int_iterator): Likewise.
1556 (apply_iterators): Traverse int iterator table and add all the used
1557 iterators to list.
1558 (initialize_iterators): Initialize data structures and callbacks for
1559 int iterators.
1560 (read_rtx): Parse and read mappings for int iterators.
1561 (read_rtx_code): Record int iterator usage.
1562
1563 2012-06-18 Richard Sandiford <rdsandiford@googlemail.com>
1564
1565 PR middle-end/53698
1566 * expr.c (expand_expr_addr_expr_1): Convert to tmode before
1567 performing an addition.
1568
1569 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1570
1571 * output.h (split_double): Move prototype to rtl.h.
1572 (constructor_static_from_elts_p): Move prototype to tree.c.
1573 * rtl.h (split_double): Moved here from output.h.
1574 * tree.h (constructor_static_from_elts_p): Moved here from output.h.
1575 * final.c (split_double): Move from here ...
1576 * rtlanal.c (split_double): ... to here.
1577 * expr.c: Do not include output.h.
1578
1579 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1580
1581 * cfglayout.h: Remove.
1582 * cfglayout.c: Remove.
1583 * function.h (struct function): Remove x_last_location field.
1584 * function.c: Do not include cfglayout.h.
1585 (expand_function_start): Do not call no-op force_next_line_note.
1586 (expand_function_end): Likewise.
1587 * cfgrtl.c: Do not include cfglayout.h. Include gt-cfgrtl.h.
1588 (unlink_insn_chain): Moved here from cfglayout.c.
1589 (skip_insns_after_block, label_for_bb, record_effective_endpoints,
1590 into_cfg_layout_mode, outof_cfg_layout_mode,
1591 pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode,
1592 relink_block_chain, fixup_reorder_chain, verify_insn_chain,
1593 fixup_fallthru_exit_predecessor, force_one_exit_fallthru,
1594 cfg_layout_can_duplicate_bb_p, duplicate_insn_chain,
1595 cfg_layout_duplicate_bb, cfg_layout_initialize, break_superblocks,
1596 cfg_layout_finalize): Likewise.
1597 (rtl_can_remove_branch_p): Likewise.
1598 * rtl.h (insn_scope): Move prototype from cfglayout.h here.
1599 (duplicate_insn_chain): Likewise.
1600 (force_next_line_note): Remove prototype.
1601 * emit-rtl.c: Do not include tree-flow.h, egad. Include vecprim.h.
1602 (last_location): Remove #define to emit.x_last_location.
1603 (force_next_line_note): Remove no-op function.
1604 (init_emit): Don't set x_last_location.
1605 (block_locators_locs, block_locators_blocks, locations_locators_locs,
1606 locations_locators_vals, prologue_locator, epilogue_locator,
1607 curr_location, last_location, curr_block, last_block, curr_rtl_loc):
1608 Move POD to here from cfglayout.c.
1609 (insn_locators_alloc, insn_locators_finalize, insn_locators_free,
1610 set_curr_insn_source_location, get_curr_insn_source_location,
1611 set_curr_insn_block, get_curr_insn_block, curr_insn_locator,
1612 locator_scope, insn_scope, locator_location, locator_line, insn_line,
1613 locator_file, insn_file, locator_eq): Move to here from cfglayout.c.
1614 * cfghooks.h: Remove double-include protection.
1615 (can_copy_bbs_p, copy_bbs): Move prototypes from cfglayout.h to here.
1616 * cfghooks.c (can_copy_bbs_p, copy_bbs): Move to here from cfglayout.c.
1617 * final.c: Do not include cfglayout.h.
1618 (choose_inner_scope, change_scope): Move to here from cfglayout.c.
1619 (reemit_insn_block_notes): Likewise. Make static.
1620 * tree-flow.h (tree_could_trap_p, operation_could_trap_helper_p,
1621 operation_could_trap_p, tree_could_throw_p): Move from here...
1622 * tree.h: ... to here.
1623 * gengtype.c (open_base_files): Remove cfglayout.h from the list.
1624 * profile.c: Do not include cfghooks.h.
1625 * cfgloopmanip.c: Do not include cfglayout.h and cfghooks.h.
1626 * modulo-sched.c: Likewise.
1627 * loop-unswitch.c: Do not include cfglayout.h.
1628 * sched-ebb.c: Likewise.
1629 * tracer.c: Likewise.
1630 * ddg.c: Likewise.
1631 * tree-vect-loop-manip.c: Likewise.
1632 * loop-init.c: Likewise.
1633 * dwarf2out.c: Likewise.
1634 * hw-doloop.c: Likewise.
1635 * loop-unroll.c: Likewise.
1636 * cfgcleanup.c: Likewise.
1637 * bb-reorder.c: Likewise.
1638 * sched-rgn.c: Likewise.
1639 * tree-cfg.c: Likewise.
1640 * config/alpha/alpha.c: Likewise.
1641 * config/spu/spu.c: Likewise.
1642 * config/sparc/sparc.c: Likewise.
1643 * config/sh/sh.c: Likewise.
1644 * config/c6x/c6x.c: Likewise.
1645 * config/ia64/ia64.c: Likewise.
1646 * config/rs6000/rs6000.c: Likewise.
1647 * config/score/score.c: Likewise.
1648 * config/mips/mips.c: Likewise.
1649 * config/bfin/bfin.c: Likewise.
1650 * Makefile.in (CFGAYOUT_H): Remove, and fixup users.
1651 * config/rs6000/t-rs6000 (rs6000.o): Do not depend on cfglayout.h.
1652 * config/spu/t-spu-elf (spu.o: $): Likewise.
1653 * config/sparc/t-sparc (sparc.o): Do not depend on CFGLAYOUT_H.
1654
1655 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1656
1657 * cfgloop.h: Do not include rtl.h.
1658 (enum iv_extend_code): New.
1659 (struct rtx_iv): Use iv_extend_code instead of rtx_code.
1660 * Makefile.in (CFGLOOP_H): Do not depend on RTL_H.
1661 * loop-iv.c (iv_extend_to_rtx_code): New function to translate
1662 an IV_EXTEND_CODE to an RTX_CODE.
1663 (dump_iv_info): Update for rtx_iv field type change.
1664 (iv_constant): Likewise.
1665 (iv_subreg): Likewise.
1666 (iv_extend): Likewise.
1667 (iv_neg): Likewise.
1668 (iv_add): Likewise.
1669 (iv_mult): Likewise.
1670 (iv_shift): Likewise.
1671 (get_biv_step_1): Likewise.
1672 (get_biv_step): Likewise.
1673 (iv_analyze_biv): Likewise.
1674 (get_iv_value): Likewise.
1675 (shorten_into_mode): Likewise.
1676 (canonicalize_iv_subregs): Likewise.
1677 * sese.c (sese_build_liveouts): Use MAY_HAVE_DEBUG_STMTS instead
1678 of MAY_HAVE_DEBUG_INSNS.
1679 * tree-ssa-loop-ivopts.c: Include recog.h after expr.h.
1680 * tree-ssa-loop-prefetch.c: Likewise.
1681
1682 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1683
1684 * expmed.c (ceil_log2): Move from here...
1685 * hwint.c: ... to here for older GCCs...
1686 * hwint.h: ... and here for newer GCCs.
1687 * rtl.h (ceil_log2): Remove prototype.
1688
1689 * tree-phinodes.c: Do not include rtl.h.
1690 * Makefile.in (tree-phinodes.o): Do not depend on RTL_H.
1691
1692 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1693
1694 * config/cris/cris.h (TARGET_ELF): Remove.
1695 (FORCE_EH_FRAME_INFO_IN_DATA_SECTION): Remove.
1696 (CRIS_ASM_OUTPUT_ALIGNED_DECL_COMMON): Simpify using TARGET_ELF==1.
1697 (LOCAL_LABEL_PREFIX): Likewise.
1698 * config/cris/cris.c (cris_target_asm_named_section): Remove.
1699 (cris_option_override): Simpify using TARGET_ELF==1.
1700 (cris_file_start): Likewise.
1701 * config/cris/cris-protos.h (cris_target_asm_named_section): Remove.
1702
1703 2012-06-17 Uros Bizjak <ubizjak@gmail.com>
1704
1705 * config/i386/sse.md (vcvtph2ps): Fix vec_select selector.
1706
1707 2012-06-16 Eric Botcazou <ebotcazou@adacore.com>
1708
1709 PR middle-end/53590
1710 * tree-inline.c (initialize_cfun): Copy can_delete_dead_exceptions.
1711
1712 2012-06-15 Easwaran Raman <eraman@google.com>
1713
1714 * passes.c (init_optimization_passes): Remove pass_call_cdce
1715 from its current position and insert after pass_dce.
1716
1717 2012-06-15 Walter Lee <walt@tilera.com>
1718
1719 * config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.
1720
1721 2012-06-15 Richard Earnshaw <rearnsha@arm.com>
1722
1723 * arm.c (note_invalid_constants): Don't return a result.
1724 (arm_memory_load_p): Delete function.
1725 (arm_const_double_rtx): Delete iterator variable i;
1726 (fp_immediate_constant): Likewise.
1727 (fp_const_from_val): Likewise.
1728
1729 * arm.c (arm_init_iwmmxt_builtins): Delete void_ftype_void.
1730
1731 2012-06-15 Marc Glisse <marc.glisse@inria.fr>
1732
1733 PR c++/51033
1734 * c-typeck.c (c_build_vec_perm_expr): Move to c-family/c-common.c.
1735 * c-tree.h (c_build_vec_perm_expr): Move to c-family/c-common.h.
1736
1737 2012-06-15 Georg-Johann Lay <avr@gjlay.de>
1738
1739 * config/avr/avr.c (avr_default_expand_builtin): New function.
1740 (avr_expand_builtin): Use it.
1741 (avr_expand_unop_builtin): Remove.
1742 (avr_expand_binop_builtin): Remove.
1743 (avr_expand_triop_builtin): Remove.
1744
1745 2012-06-15 Michael Matz <matz@suse.de>
1746
1747 PR middle-end/38474
1748 * cfgexpand.c (add_alias_set_conflicts): Remove.
1749 (expand_used_vars): Don't call it.
1750 (aggregate_contains_union_type): Remove.
1751 * function.c (n_temp_slots_in_use): New static data.
1752 (make_slot_available, assign_stack_temp_for_type): Update it.
1753 (init_temp_slots): Zero it.
1754 (remove_unused_temp_slot_addresses): Use it for quicker removal.
1755 (remove_unused_temp_slot_addresses_1): Use htab_clear_slot.
1756
1757 2012-06-15 Michael Matz <matz@suse.de>
1758
1759 * gimplify.c (gimplify_compound_literal_expr): Take gimple_test_f
1760 argument, don't emit assign statement if value is directly usable.
1761 (gimplify_expr): Adjust.
1762
1763 2012-06-15 Michael Matz <matz@suse.de>
1764
1765 * gimplify.c (gimplify_modify_expr): Fold generated statements.
1766 * gimple-fold.c (can_refer_decl_in_current_unit_p): Check flag_ltrans.
1767
1768 2012-06-15 Richard Guenther <rguenther@suse.de>
1769
1770 * tree-vrp.c (set_and_canonicalize_value_range): Use canonical
1771 predicates to set VR_UNDEFINED and VR_VARYING. Drop a case
1772 we assert for in set_value_range to VR_VARYING.
1773
1774 2012-06-15 Richard Earnshaw <rearnsha@arm.com>
1775
1776 * arm.md (addsf3, adddf3): Use s_register_operand.
1777 (subsf3, subdf3): Likewise.
1778 (mulsf3, muldf3): Likewise.
1779 (difsf3, divdf3): Likewise.
1780 (movsfcc, movdfcc): Likewise.
1781 * predicates.md (f_register_operand): Delete.
1782 (arm_float_rhs_operand): Delete.
1783 (arm_float_add_operand): Delete.
1784 (arm_float_compare_operand): Use s_register_operand when
1785 there's no VFP.
1786 (cirrus_register_operand): Delete.
1787 (cirrus_fp_register): Delete.
1788 (cirrus_shift_const): Delete.
1789 (cmpdi_operand): Remove Maverick support.
1790 * constraints.md (f, v, H): Delete constraints.
1791 (G): Update documentation.
1792 * arm.c (fp_consts_inited): Convert to bool.
1793 (strings_fp): Delete.
1794 (values_fp): Delete.
1795 (value_fp0): New variable.
1796 (init_fp_table): Simplify logic.
1797 (arm_const_double_rtx): Likewise.
1798 (fp_immediate_constant): Likewise.
1799 (fp_const_from_val): Likewise.
1800 (neg_const_double_rtx_ok_for_fpa): Delete.
1801 * doc/md.texi (ARM constraints): Update documentation.
1802
1803 2012-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1804
1805 PR tree-optimization/53636
1806 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Verify
1807 stride when doing basic-block vectorization.
1808
1809 2012-06-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1810
1811 * tree-vect-generic.c (lower_vec_perm): Propagate vector constants
1812 into VEC_PERM_EXPR.
1813
1814 2012-06-15 Jakub Jelinek <jakub@redhat.com>
1815
1816 * tree-vect-patterns.c (vect_pattern_recog): Don't unnecessarily
1817 allocate and free bbs array for the SLP case.
1818
1819 PR tree-optimization/51581
1820 * expr.h (choose_multiplier): New prototype.
1821 * expmed.c (choose_multiplier): No longer static.
1822 Change multiplier_ptr from rtx * to UHWI *.
1823 (expand_divmod): Adjust callers.
1824 * tree-vect-patterns.c (vect_recog_sdivmod_pow2_pattern): Renamed to...
1825 (vect_recog_divmod_pattern): ... this. Pass bb_vinfo as last
1826 argument to new_stmt_vec_info. Attempt to optimize also divisions
1827 by non-pow2 constants if integer vector division isn't supported.
1828 * tree-vect-stmts.c (vect_analyze_stmt): If node != NULL,
1829 don't look at pattern stmts and sequences.
1830
1831 2012-06-15 Eric Botcazou <ebotcazou@adacore.com>
1832
1833 PR middle-end/53590
1834 * common.opt (-fdelete-dead-exceptions): New switch.
1835 * doc/invoke.texi (Code Gen Options): Document it.
1836 * cse.c (count_reg_usage) <CALL_INSN>: Use !insn_nothrow_p in lieu of
1837 insn_could_throw_p predicate. Do not skip an insn that could throw
1838 if dead exceptions can be deleted.
1839 (insn_live_p): Likewise, do not return true in that case.
1840 * dce.c (can_alter_cfg): New flag.
1841 (deletable_insn_p): Do not return false for an insn that can throw if
1842 the CFG can be altered and dead exceptions can be deleted.
1843 (init_dce): Set can_alter_cfg to false for fast DCE, true otherwise.
1844 * dse.c (scan_insn): Use !insn_nothrow_p in lieu of insn_could_throw_
1845 predicate. Do not preserve an insn that could throw if dead exceptions
1846 can be deleted.
1847 * function.h (struct function): Add can_delete_dead_exceptions flag.
1848 * function.c (allocate_struct_function): Set it.
1849 * lto-streamer-in.c (input_struct_function_base): Stream it.
1850 * lto-streamer-out.c (input_struct_function_base): Likewise.
1851 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark a
1852 statement that could throw as necessary if dead exceptions can be
1853 deleted.
1854
1855 2012-06-14 Maxim Kuvyrkov <maxim@codesourcery.com>
1856
1857 * config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.
1858
1859 2012-06-14 Oleg Endo <olegendo@gcc.gnu.org>
1860
1861 PR target/53568
1862 * config/sh/sh.md: Add peephole for swapbsi2.
1863 (*swapbisi2_and_shl8, *swapbhisi2): New insns and splits.
1864
1865 2012-06-14 Uros Bizjak <ubizjak@gmail.com>
1866
1867 * config/i386/i386.md (*zero_extendsidi2): Remove x,x alternative.
1868 (*zero_extendsidi2_rex64): Ditto. Remove isa attribute.
1869
1870 2012-06-14 Jakub Jelinek <jakub@redhat.com>
1871
1872 PR target/53639
1873 * config/i386/i386.md (*anddi_1 into *andsi_1_zext splitter): New.
1874
1875 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
1876
1877 * arm.c (arm_cirrus_insn_p): Delete.
1878 (cirrus_reorg): Delete.
1879 (arm_reorg): Don't call cirrus_reorg.
1880 (arm_final_prescan_insn_p): Don't check for cirrus insns.
1881 * arm.md (define_attr "type"): Remove mav_farith and mav_dmult.
1882 (adddi3, subdi3): Remove Maverick support.
1883 (arm_adddi3): Likewise.
1884 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
1885 (addsf3, adddf3): Likewise.
1886 (subsf3, subdf3): Likewise.
1887 (mulsf3, muldf3): Likewise.
1888 (ashldi3, ashrdi3, lshrdi3): Likewise.
1889 (floatsisf2, floatsidf2): Likewise.
1890 (fix_truncsfsi2, fix_truncdfsi2): Likewise.
1891 (arm_movdi, thumb1_movdi_insn): Likewise.
1892 (arm_cmpdi_insn): Likewise.
1893 (cirrus_cmpsf, cirrus_cmpdf, cirrus_cmpdi): Likewise.
1894 (cirrus.md): Don't include.
1895 * cirrus.md: Delete file.
1896 * t-arm (MD_INCLUDES): Remove cirrus.md.
1897
1898 2012-06-14 Eric Botcazou <ebotcazou@adacore.com>
1899
1900 * dwarf2out.c (function_possibly_abstracted_p): New static function.
1901 (gen_subprogram_die): Use it function_possibly_abstracted_p in lieu of
1902 cgraph_function_possibly_inlined_p.
1903 (gen_inlined_subroutine_die): Return if the origin is to be ignored.
1904 (process_scope_var): Do not emit concrete instances of abstracted
1905 nested functions from here.
1906 (gen_decl_die): Emit the abstract instance if the function is possibly
1907 abstracted and not only possibly inlined.
1908 (dwarf2out_finish): Find the first non-abstract parent instance and
1909 attach concrete instances on the limbo list to it.
1910
1911 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
1912
1913 * arm.md (divsf3, divdf3): Remove FPA support.
1914 (negsf2, negdf2): Likewise.
1915 (sqrtsf2, sqrtdf2): Likewise.
1916 (movdfcc): Likewise.
1917 (modsf3, moddf3, movxf): Delete.
1918 (push_fp_multi): Delete.
1919 (fpa.md): Don't include it.
1920 * fpa.md: Delete file.
1921 * t-arm (MD_INCLUDES): Remove fpa.md.
1922
1923 2012-06-14 Bill Schmidt <wschmidt@linux.ibm.com>
1924
1925 * tree-vectorizer.h (vect_get_stmt_cost): Move from tree-vect-stmts.c.
1926 (cost_for_stmt): Remove decl.
1927 (vect_get_single_scalar_iteration_cost): Correct typo in name.
1928 * tree-vect-loop.c (vect_get_cost): Remove.
1929 (vect_get_single_scalar_iteration_cost): Correct typo in name; use
1930 vect_get_stmt_cost rather than vect_get_cost.
1931 (vect_get_known_peeling_cost): Use vect_get_stmt_cost rather than
1932 vect_get_cost.
1933 (vect_estimate_min_profitable_iters): Correct typo in call to
1934 vect_get_single_scalar_iteration_cost; use vect_get_stmt_cost rather
1935 than vect_get_cost.
1936 (vect_model_reduction_cost): Use vect_get_stmt_cost rather than
1937 vect_get_cost.
1938 (vect_model_induction_cost): Likewise.
1939 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Correct
1940 typo in call to vect_get_single_scalar_iteration_cost.
1941 * tree-vect-stmts.c (vect_get_stmt_cost): Move to tree-vectorizer.h.
1942 (cost_for_stmt): Remove unnecessary function.
1943 * Makefile.in (TREE_VECTORIZER_H): Update dependencies.
1944
1945 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
1946
1947 * arm.opt (mfp=2, mfp=3, mfpe, mfpe=2, mfpe=3): Delete options.
1948 * arm-fpus.def (fpa, fpe2, fpe3, maverick): Delete FPU types.
1949 * arm-tables.opt: Regenerated.
1950 * doc/invoke.texi: Remove references to deleted options.
1951
1952 2012-06-14 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
1953
1954 * config/h8300/genmova.sh: Modified to add offset bits of
1955 mova/Sz assembly instruction for memory access.
1956 * config/h8300/h8300.c: Likewise.
1957 * config/h8300/mova.md: Likewise.
1958
1959 2012-06-12 Christian Bruel <christian.bruel@st.com>
1960
1961 PR target/53621
1962 * config/sh/sh.c (sh_option_override): Don't force
1963 flag_omit_frame_pointer and maccumulate_outgoing_args.
1964 * config/sh/sh.opt (maccumulate-outgoing-args): Init as Var.
1965
1966 2012-06-14 Richard Guenther <rguenther@suse.de>
1967
1968 * tree-vrp.c (VR_INITIALIZER): New define.
1969 (ranges_from_anti_range): New function.
1970 (extract_range_from_binary_expr_1): Decompose operations on
1971 VR_ANTI_RANGEs to operations on VR_RANGE.
1972 (extract_range_from_unary_expr_1): Likewise.
1973 (extract_range_from_binary_expr_1, extract_range_from_binary_expr,
1974 extract_range_from_unary_expr_1, extract_range_from_unary_expr,
1975 extract_range_from_cond_expr, adjust_range_with_scev,
1976 vrp_visit_assignment_or_call, vrp_visit_phi_node,
1977 simplify_bit_ops_using_ranges): Use VR_INITIALIZER.
1978
1979 2012-06-13 Richard Henderson <rth@redhat.com>
1980
1981 * hwint.h (HOST_WIDEST_INT_C): New.
1982 (HOST_WIDE_INT_C): New.
1983 (HOST_WIDE_INT_1): Use it.
1984 * config/alpha/alpha.c (alpha_trampoline_init): Use it.
1985
1986 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
1987
1988 PR debug/49888
1989 * var-tracking.c: Include alias.h.
1990 (overlapping_mems): New struct.
1991 (drop_overlapping_mem_locs): New.
1992 (clobber_overlapping_mems): New.
1993 (var_mem_delete_and_set, var_mem_delete): Call it.
1994 (val_bind): Likewise, but only if modified.
1995 (compute_bb_dataflow, emit_notes_in_bb): Call it on MEMs.
1996 * Makefile.in (var-tracking.o): Depend in $(ALIAS_H).
1997
1998 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
1999
2000 PR debug/47624
2001 * var-tracking.c (loc_exp_dep_pool): New.
2002 (vt_emit_notes): Create and release the pool.
2003 (compute_bb_dataflow): Use value-based locations in MO_VAL_SET.
2004 (emit_notes_in_bb): Likewise.
2005 (loc_exp_dep_insert): Deal with NOT_ONEPART vars.
2006 (notify_dependents_of_changed_value): Likewise.
2007 (notify_dependents_of_resolved_value): Check that NOT_ONEPART
2008 variables don't have a VAR_LOC_DEP_LST.
2009 (emit_note_insn_var_location): Expand NOT_ONEPART locs that are
2010 VALUEs or MEMs of VALUEs.
2011
2012 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
2013
2014 PR debug/52983
2015 PR debug/48866
2016 * dce.c (word_dce_process_block): Insert debug temps only if the
2017 insn is not marked.
2018 (dce_process_block): Likewise, and if debug.used is not empty,
2019 and only after iterating over all DEFs that might mark the insn.
2020
2021 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
2022
2023 * common.opt (ftree-coalesce-inlined-vars): New.
2024 (ftree-coalesce-vars): New.
2025 * doc/invoke.texi: Document them.
2026 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
2027 Implement them.
2028
2029 2012-06-13 Richard Sandiford <rdsandiford@googlemail.com>
2030
2031 * read-rtl.c (mapping): Remove index field. Add current_value field.
2032 Define heap vectors.
2033 (iterator_group): Fix long line. Remove num_builtins field and
2034 uses_iterator fields. Make apply_iterator take a void * parameter.
2035 (iterator_use, atttribute_use): New structures.
2036 (iterator_traverse_data, BELLWETHER_CODE, bellwether_codes): Delete.
2037 (current_iterators, iterator_uses, attribute_uses): New variables.
2038 (uses_mode_iterator_p, uses_code_iterator_p): Delete.
2039 (apply_mode_iterator, apply_code_iterator): Take a void * parameter.
2040 (map_attr_string, apply_iterator_to_string): Remove iterator
2041 and value parameters. Look through all current iterator values
2042 for a matching attribute.
2043 (mode_attr_index, apply_mode_maps): Delete.
2044 (apply_iterator_to_rtx): Replace with...
2045 (copy_rtx_for_iterators): ...this new function.
2046 (uses_iterator_p, apply_iterator_traverse): Delete.
2047 (apply_attribute_uses, add_current_iterators, apply_iterators): New
2048 functions.
2049 (add_mapping): Remove index field. Set current_value field.
2050 (initialize_iterators): Don't set num_builtins and uses_iterator_p
2051 fields.
2052 (find_iterator): Delete.
2053 (record_iterator_use, record_attribute_use): New functions.
2054 (record_potential_iterator_use): New function.
2055 (check_code_iterator): Remove handling of bellwether codes.
2056 (read_rtx): Remove mode maps. Truncate iterator and attribute uses.
2057 (read_rtx_code, read_nested_rtx, read_rtx_variadic): Remove mode_maps
2058 parameter. Use the first code iterator value instead of the
2059 bellwether_codes array. Use record_potential_iterator_use for modes.
2060
2061 2012-06-13 Oleg Endo <olegendo@gcc.gnu.org>
2062
2063 PR target/53568
2064 * config/sh/sh.md (bswapsi2): New expander.
2065 (swapbsi2): New insn.
2066
2067 2012-06-13 H.J. Lu <hongjiu.lu@intel.com>
2068
2069 PR target/53647
2070 * config/i386/i386.c (ix86_tune_cost): New variable.
2071 (ix86_option_override_internal): Set ix86_tune_cost. Use
2072 ix86_tune_cost for simultaneous_prefetches, prefetch_block,
2073 l1_cache_size and l2_cache_size.
2074
2075 2012-06-13 Richard Guenther <rguenther@suse.de>
2076
2077 * tree-vrp.c (vrp_meet): Properly meet equivalent ranges.
2078 Handle meeting two VR_RANGE to an VR_ANTI_RANGE. Implement
2079 all possible meetings of VR_RANGE with VR_ANTI_RANGE and
2080 VR_ANTI_RANGE with VR_ANTI_RANGE.
2081
2082 2012-06-13 Richard Earnshaw <rearnsha@arm.com>
2083
2084 * config.gcc (unsupported): Move obsoleted FPA-based configurations
2085 here from ...
2086 (obsolete): ... here.
2087 (arm*-*-freebsd*): Remove.
2088 (arm*-*-linux*): Only accept EABI variants. Simplify logic.
2089 (arm*-*-uclinux*): Likewise.
2090 (arm*-*-ecos-elf): Remove.
2091 (arm*-*-rtems*): Remove.
2092 (arm*-*-elf): Remove.
2093 (arm*-wince-pe*): Remove.
2094 (arm, --with-fpu): Remove support for fpa and Maverick variants.
2095 * arm/ecos-elf.h: Delete.
2096 * arm/t-strongarm-elf: Delete.
2097 * arm/rtems-elf.h: Delete.
2098 * arm/wince-pe.h: Delete.
2099 * arm/pe.c: Delete.
2100 * arm/pe.h: Delete.
2101 * arm/t-wince-pe: Delete.
2102
2103 2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
2104
2105 PR tree-optimization/53647
2106 * tree-ssa-phiopt.c (gate_hoist_loads): Skip transformation for
2107 targets with no defined cache line size.
2108
2109 2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
2110
2111 * targhooks.c (default_builtin_vectorized_conversion): Handle
2112 vec_construct, using vectype to base cost on subparts.
2113 * target.h (enum vect_cost_for_stmt): Add vec_construct.
2114 * tree-vect-stmts.c (vect_model_load_cost): Use vec_construct
2115 instead of scalar_to-vec.
2116 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
2117 vec_construct in same way as default for now.
2118 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
2119 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
2120 Handle vec_construct, including special case for 32-bit loads.
2121
2122 2012-06-13 Xinyu Qi <xyqi@marvell.com>
2123
2124 * config/arm/arm.c (FL_IWMMXT2): New define.
2125 (arm_arch_iwmmxt2): New variable.
2126 (arm_option_override): Enable use of iWMMXt with VFP.
2127 Disable use of iWMMXt with NEON. Disable use of iWMMXt under
2128 Thumb mode. Set arm_arch_iwmmxt2.
2129 (arm_expand_binop_builtin): Accept VOIDmode op.
2130 (enum arm_builtins): Revise built-in fcode.
2131 (IWMMXT2_BUILTIN): New define.
2132 (IWMMXT2_BUILTIN2): Likewise.
2133 (iwmmx2_mbuiltin): Likewise.
2134 (builtin_description bdesc_2arg): Revise built in declaration.
2135 (builtin_description bdesc_1arg): Likewise.
2136 (arm_init_iwmmxt_builtins): Revise built in initialization.
2137 (arm_expand_builtin): Revise built in expansion.
2138 (arm_output_iwmmxt_shift_immediate): New function.
2139 (arm_output_iwmmxt_tinsr): Likewise.
2140 * config/arm/arm-protos.h (arm_output_iwmmxt_shift_immediate): Declare.
2141 (arm_output_iwmmxt_tinsr): Likewise.
2142 * config/arm/iwmmxt.md (WCGR0, WCGR1, WCGR2, WCGR3): New constant.
2143 (iwmmxt_psadbw, iwmmxt_walign, iwmmxt_tmrc, iwmmxt_tmcr): Delete.
2144 (rorv4hi3, rorv2si3, rordi3): Likewise.
2145 (rorv4hi3_di, rorv2si3_di, rordi3_di): Likewise.
2146 (ashrv4hi3_di, ashrv2si3_di, ashrdi3_di): Likewise.
2147 (lshrv4hi3_di, lshrv2si3_di, lshrdi3_di): Likewise.
2148 (ashlv4hi3_di, ashlv2si3_di, ashldi3_di): Likewise.
2149 (iwmmxt_tbcstqi, iwmmxt_tbcsthi, iwmmxt_tbcstsi): Likewise
2150 (*iwmmxt_clrv8qi, *iwmmxt_clrv4hi, *iwmmxt_clrv2si): Likewise.
2151 (tbcstv8qi, tbcstv4hi, tbsctv2si): New pattern.
2152 (iwmmxt_clrv8qi, iwmmxt_clrv4hi, iwmmxt_clrv2si): Likewise.
2153 (*and<mode>3_iwmmxt, *ior<mode>3_iwmmxt, *xor<mode>3_iwmmxt): Likewise.
2154 (ror<mode>3, ror<mode>3_di): Likewise.
2155 (ashr<mode>3_di, lshr<mode>3_di, ashl<mode>3_di): Likewise.
2156 (ashli<mode>3_iwmmxt, iwmmxt_waligni, iwmmxt_walignr): Likewise.
2157 (iwmmxt_walignr0, iwmmxt_walignr1): Likewise.
2158 (iwmmxt_walignr2, iwmmxt_walignr3): Likewise.
2159 (iwmmxt_setwcgr0, iwmmxt_setwcgr1): Likewise.
2160 (iwmmxt_setwcgr2, iwmmxt_setwcgr3): Likewise.
2161 (iwmmxt_getwcgr0, iwmmxt_getwcgr1): Likewise.
2162 (iwmmxt_getwcgr2, iwmmxt_getwcgr3): Likewise.
2163 (All instruction patterns): Add wtype attribute.
2164 (*iwmmxt_arm_movdi, *iwmmxt_movsi_insn): iWMMXt coexist with vfp.
2165 (iwmmxt_uavgrndv8qi3, iwmmxt_uavgrndv4hi3): Revise the pattern.
2166 (iwmmxt_uavgv8qi3, iwmmxt_uavgv4hi3): Likewise.
2167 (ashr<mode>3_iwmmxt, ashl<mode>3_iwmmxt, lshr<mode>3_iwmmxt): Likewise.
2168 (iwmmxt_tinsrb, iwmmxt_tinsrh, iwmmxt_tinsrw):Likewise.
2169 (eqv8qi3, eqv4hi3, eqv2si3, gtuv8qi3): Likewise.
2170 (gtuv4hi3, gtuv2si3, gtv8qi3, gtv4hi3, gtv2si3): Likewise.
2171 (iwmmxt_wunpckihh, iwmmxt_wunpckihw, iwmmxt_wunpckilh): Likewise.
2172 (iwmmxt_wunpckilw, iwmmxt_wunpckehub, iwmmxt_wunpckehuh): Likewise.
2173 (iwmmxt_wunpckehuw, iwmmxt_wunpckehsb, iwmmxt_wunpckehsh): Likewise.
2174 (iwmmxt_wunpckehsw, iwmmxt_wunpckelub, iwmmxt_wunpckeluh): Likewise.
2175 (iwmmxt_wunpckeluw, iwmmxt_wunpckelsb, iwmmxt_wunpckelsh): Likewise.
2176 (iwmmxt_wunpckelsw, iwmmxt_wmadds, iwmmxt_wmaddu): Likewise.
2177 (iwmmxt_wsadb, iwmmxt_wsadh, iwmmxt_wsadbz, iwmmxt_wsadhz): Likewise.
2178 (iwmmxt2.md): Include.
2179 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __IWMMXT2__.
2180 (TARGET_IWMMXT2): New define.
2181 (TARGET_REALLY_IWMMXT2): Likewise.
2182 (arm_arch_iwmmxt2): Declare.
2183 * config/arm/mmintrin.h: Use __IWMMXT__ to enable iWMMXt intrinsics.
2184 Use __IWMMXT2__ to enable iWMMXt2 intrinsics.
2185 Use C name-mangling for intrinsics.
2186 (__v8qi): Redefine.
2187 (_mm_cvtsi32_si64, _mm_andnot_si64, _mm_sad_pu8): Revise.
2188 (_mm_sad_pu16, _mm_align_si64, _mm_setwcx, _mm_getwcx): Likewise.
2189 (_m_from_int): Likewise.
2190 (_mm_sada_pu8, _mm_sada_pu16): New intrinsic.
2191 (_mm_alignr0_si64, _mm_alignr1_si64, _mm_alignr2_si64): Likewise.
2192 (_mm_alignr3_si64, _mm_tandcb, _mm_tandch, _mm_tandcw): Likewise.
2193 (_mm_textrcb, _mm_textrch, _mm_textrcw, _mm_torcb): Likewise.
2194 (_mm_torch, _mm_torcw, _mm_tbcst_pi8, _mm_tbcst_pi16): Likewise.
2195 (_mm_tbcst_pi32): Likewise.
2196 (_mm_abs_pi8, _mm_abs_pi16, _mm_abs_pi32): New iWMMXt2 intrinsic.
2197 (_mm_addsubhx_pi16, _mm_absdiff_pu8, _mm_absdiff_pu16): Likewise.
2198 (_mm_absdiff_pu32, _mm_addc_pu16, _mm_addc_pu32): Likewise.
2199 (_mm_avg4_pu8, _mm_avg4r_pu8, _mm_maddx_pi16, _mm_maddx_pu16): Likewise.
2200 (_mm_msub_pi16, _mm_msub_pu16, _mm_mulhi_pi32): Likewise.
2201 (_mm_mulhi_pu32, _mm_mulhir_pi16, _mm_mulhir_pi32): Likewise.
2202 (_mm_mulhir_pu16, _mm_mulhir_pu32, _mm_mullo_pi32): Likewise.
2203 (_mm_qmulm_pi16, _mm_qmulm_pi32, _mm_qmulmr_pi16): Likewise.
2204 (_mm_qmulmr_pi32, _mm_subaddhx_pi16, _mm_addbhusl_pu8): Likewise.
2205 (_mm_addbhusm_pu8, _mm_qmiabb_pi32, _mm_qmiabbn_pi32): Likewise.
2206 (_mm_qmiabt_pi32, _mm_qmiabtn_pi32, _mm_qmiatb_pi32): Likewise.
2207 (_mm_qmiatbn_pi32, _mm_qmiatt_pi32, _mm_qmiattn_pi32): Likewise.
2208 (_mm_wmiabb_si64, _mm_wmiabbn_si64, _mm_wmiabt_si64): Likewise.
2209 (_mm_wmiabtn_si64, _mm_wmiatb_si64, _mm_wmiatbn_si64): Likewise.
2210 (_mm_wmiatt_si64, _mm_wmiattn_si64, _mm_wmiawbb_si64): Likewise.
2211 (_mm_wmiawbbn_si64, _mm_wmiawbt_si64, _mm_wmiawbtn_si64): Likewise.
2212 (_mm_wmiawtb_si64, _mm_wmiawtbn_si64, _mm_wmiawtt_si64): Likewise.
2213 (_mm_wmiawttn_si64, _mm_merge_si64): Likewise.
2214 (_mm_torvscb, _mm_torvsch, _mm_torvscw): Likewise.
2215 (_m_to_int): New define.
2216 * config/arm/arm-cores.def (iwmmxt2): Add FL_IWMMXT2.
2217 * config/arm/arm-arches.def (iwmmxt2): Likewise.
2218 * config/arm/t-arm (MD_INCLUDES): Add marvell-f-iwmmxt.md and
2219 iwmmxt2.md.
2220 * config/arm/arm.md (marvell-f-iwmmxt.md): Include.
2221 (arch): Add "iwmmxt2".
2222 (arch_enabled): Handle "iwmmxt2".
2223 (wtype): New attribute.
2224 (UNSPEC_WMADDS, UNSPEC_WMADDU): Delete.
2225 (UNSPEC_WALIGNI): New unspec.
2226 * config/arm/predicates.md (imm_or_reg_operand): New predicate.
2227 * config/arm/iterators.md (VMMX2): New mode_iterator.
2228 * config/arm/marvell-f-iwmmxt.md: New file.
2229 * config/arm/iwmmxt2.md: New file.
2230
2231 2012-06-12 Jakub Jelinek <jakub@redhat.com>
2232
2233 PR c/53532
2234 PR c/51034
2235 PR c/53196
2236 * c-decl.c (build_compound_literal): Call c_incomplete_type_error
2237 if type isn't complete.
2238
2239 2012-06-12 Uros Bizjak <ubizjak@gmail.com>
2240
2241 * config/ia64/sync.md (fetchop_name): Change ior attribute to "or".
2242
2243 2012-06-12 Richard Henderson <rth@redhat.com>
2244
2245 * config/rs6000/sync.md (atomic_load, atomic_store): Use INT1 mode
2246 iterator instead of INT.
2247
2248 2012-06-12 Bill Schmidt <wschmidt@linux.ibm.com>
2249
2250 * opts.c: Add -fhoist-adjacent-loads to -O2 and above.
2251 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Add argument to forward
2252 declaration.
2253 (hoist_adjacent_loads, gate_hoist_loads): New forward declarations.
2254 (tree_ssa_phiopt): Call gate_hoist_loads.
2255 (tree_ssa_cs_elim): Add parm to tree_ssa_phiopt_worker call.
2256 (tree_ssa_phiopt_worker): Add do_hoist_loads to formal arg list; call
2257 hoist_adjacent_loads.
2258 (local_mem_dependence): New function.
2259 (hoist_adjacent_loads): Likewise.
2260 (gate_hoist_loads): Likewise.
2261 * common.opt (fhoist-adjacent-loads): New switch.
2262 * Makefile.in (tree-ssa-phiopt.o): Added dependencies.
2263
2264 2012-06-12 Michael Matz <matz@suse.de>
2265
2266 * alias.c (nonoverlapping_component_refs_p): Take two rtx arguments.
2267 (nonoverlapping_memrefs_p): Don't call it here ...
2268 (true_dependence_1): ... but here.
2269
2270 2012-06-12 Richard Guenther <rguenther@suse.de>
2271
2272 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove dead code.
2273 * alias.c (ao_ref_from_mem): MEM_EXPR is conservative, MEM_OFFSET
2274 and MEM_SIZE only refines it. Reflect that and be less conservative
2275 if either of the latter is not known.
2276
2277 2012-06-12 Jakub Jelinek <jakub@redhat.com>
2278
2279 PR rtl-optimization/53589
2280 * cfgrtl.c (force_nonfallthru_and_redirect): Do asm_goto_edge
2281 discovery even when e->dest != target. If any LABEL_REF points
2282 to e->dest label, redirect it to target's label.
2283
2284 2012-06-12 Chung-Lin Tang <cltang@codesourcery.com>
2285
2286 * config/sh/sh.c (output_stack_adjust): Remove !epilogue_p
2287 condition for generating REG_FRAME_RELATED_EXPR note.
2288 (pop): Add code for generating REG_CFA_RESTORE,
2289 REG_CFA_ADJUST_CFA notes. Set RTX_FRAME_RELATED_P to 1.
2290 (sh_expand_epilogue): Use frame_insn() for FP to SP move.
2291 Set 'frame_p' of calls to output_stack_adjust() to 'true'.
2292
2293 2012-06-11 Richard Henderson <rth@redhat.com>
2294
2295 * config/alpha/alpha.c (HWI_HEX2): Add missing shift.
2296 * vmsdbgout.c (VMS_EPOCH_OFFSET): Add LL suffix.
2297
2298 * config/alpha/alpha.c (alpha_trampoline_init): Split large constants.
2299
2300 2012-06-12 Hans-Peter Nilsson <hp@axis.com>
2301
2302 * doc/tm.texi.in (Addressing Modes) <TARGET_LEGITIMIZE_ADDRESS>:
2303 Mention that this hook needs to be defined for native TLS.
2304 * doc/tm.texi: Regenerate.
2305
2306 2012-06-11 Mike Stump <mikestump@comcast.net>
2307
2308 * emit-rtl.c (init_emit_once): Iterate through the
2309 MODE_PARTIAL_INT modes with MIN_MODE_PARTIAL_INT and
2310 MAX_MODE_PARTIAL_INT, as GET_MODE_WIDER_MODE doesn't step through
2311 all the MIN_MODE_PARTIAL_INT modes anymore.
2312
2313 2012-06-12 Maxim Kuvyrkov <maxim@codesourcery.com>
2314
2315 * gcc/config/mips/mips-tables.opt (xlp): Fix merge typo.
2316
2317 2012-06-11 Roland McGrath <mcgrathr@google.com>
2318
2319 * dwarf2out.c (const_ok_for_output_1): Detect a TLS UNSPEC using
2320 SYMBOL_REF_TLS_MODEL rather than DECL_THREAD_LOCAL_P, in case it's
2321 not a VAR_DECL. Also don't limit it to UNSPECs with exactly one
2322 operand.
2323
2324 2012-06-11 Oleg Endo <olegendo@gcc.gnu.org>
2325
2326 PR target/53511
2327 * config/sh/sh.md (fmasf4): New expander.
2328 (*macsf3): Rename to fmasf4_i. Adapt to fma pattern.
2329 (mac_media): Rename to fmasf4_media. Adapt to fma pattern.
2330 * config/sh/sh.opt (mfused-madd): Remove.
2331 * config/sh/sh.c (sh_option_override): Remove mfused-madd handling.
2332 (builtin_description bdesc): Remove __builtin_sh_media_FMAC_S.
2333 * config.gcc (sh[123456789lbe]*-*-* | sh-*-*): Add fused-madd.opt
2334 as extra options.
2335 * doc/invoke.texi (SH Options): Update mfused-madd and mno-fused-madd
2336 descriptions.
2337
2338 2012-06-11 Richard Henderson <rth@redhat.com>
2339
2340 * dwarf2cfi.c (scan_trace): Handle annulled branch-taken delay slots.
2341
2342 2012-06-11 Richard Guenther <rguenther@suse.de>
2343
2344 PR middle-end/53470
2345 * tree.c (free_lang_data_in_type): Do not clear TYPE_CONTEXT but
2346 replace it with the first non-BLOCK context.
2347
2348 2012-06-11 Richard Guenther <rguenther@suse.de>
2349
2350 * alias.c (aliases_everything_p): Remove.
2351 (DIFFERENT_ALIAS_SETS_P): Likewise.
2352 (true_dependence_1): Use mems_in_disjoint_alias_sets_p directly.
2353 Do not use aliases_everything_p or special-case ANDs. Do not
2354 special-case BLKmode moves.
2355 (may_alias_p): Likewise. Handle BLKmode similar like everywhere
2356 - for SCATCH only.
2357
2358 2012-06-09 Hans-Peter Nilsson <hp@axis.com>
2359
2360 Fix CRIS build errors with --enable-build-with-cxx.
2361 * config/cris/cris.c (cris_emit_trap_for_misalignment): Rename
2362 variable "and" to "andop".
2363 * config/cris/sync.md ("atomic_fetch_<atomic_op_name><mode>"): Use
2364 temporary variable for memory model, passing C++-type-correct
2365 parameter type to expand_mem_thread_fence.
2366 ("atomic_compare_and_swap<mode>"): Ditto.
2367
2368 2012-06-09 Richard Henderson <rth@redhat.com>
2369
2370 PR c++/53602
2371 * cfgcleanup.c (execute_jump): Rename from rest_of_handle_jump2.
2372 (pass_jump): Rename from pass_jump2.
2373 (execute_jump2, pass_jump2): New.
2374 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Don't
2375 perform cfg cleanup here. Move the test of PUSH_ROUNDING
2376 and ACCUMULATE_OUTGOING_ARGS test...
2377 (gate_handle_stack_adjustments): ... here.
2378 * passes.c (init_optimization_passes): Update for pass_jump2 rename.
2379 Place new pass_jump2 after pass_stack_adjustments.
2380 * tree-pass.h (pass_jump): Declare.
2381
2382 2012-06-09 Kenneth Zadeck <zadeck@naturalbridge.com>
2383
2384 * simplify-rtx.c (simplify_const_binary_operation): Fixed shift
2385 count trucation.
2386
2387 2012-06-08 Richard Henderson <rth@redhat.com>
2388
2389 PR c++/53602
2390 * combine-stack-adj.c (force_move_args_size_note): Add ARGS_SIZE
2391 note to a clobber insn when no other insn is available.
2392
2393 2012-06-08 Georg-Johann Lay <avr@gjlay.de>
2394
2395 * config/avr/avr.c (avr_case_values_threshold): Return 7.
2396
2397 2012-06-07 Andreas Schwab <schwab@linux-m68k.org>
2398
2399 * genhooks.c (main): Set progname.
2400 (emit_documentation): Remove variable found_start, always bail out
2401 when a place is missing.
2402 * doc/tm.texi.in (C++ ABI): Add @hook TARGET_CXX_DECL_MANGLING_CONTEXT.
2403
2404 2012-06-07 Jakub Jelinek <jakub@redhat.com>
2405
2406 PR middle-end/53580
2407 * omp-low.c (scan_omp): Change first argument to gimple_seq *,
2408 call walk_gimple_seq_mod instead of walk_gimple_seq.
2409 (scan_sharing_clauses, scan_omp_parallel, scan_omp_task,
2410 scan_omp_for, scan_omp_sections, scan_omp_single,
2411 execute_lower_omp): Adjust callers.
2412 (scan_omp_1_stmt): Likewise. If check_omp_nesting_restrictions
2413 returns false, replace stmt with GIMPLE_NOP.
2414 (check_omp_nesting_restrictions): Instead of issuing warnings,
2415 issue errors and return false if any errors were reported.
2416
2417 2012-06-06 Steven Bosscher <steven@gcc.gnu.org>
2418
2419 * doc/invoke.texi (fconserve-space): Remove documentation.
2420
2421 2012-06-06 Edmar Wienskoski <edmar@freescale.com>
2422
2423 * config/rs6000/rs6000-tables.opt: Regenerated.
2424
2425 2012-06-06 Richard Guenther <rguenther@suse.de>
2426
2427 PR tree-optimization/53081
2428 * tree-data-ref.h (adjacent_store_dr_p): Rename to ...
2429 (adjacent_dr_p): ... this and make it work for reads, too.
2430 * tree-loop-distribution.c (enum partition_kind): Add PKIND_MEMCPY.
2431 (struct partition_s): Change main_stmt to main_dr, add
2432 secondary_dr member.
2433 (build_size_arg_loc): Change to date data-reference and not
2434 gimplify here.
2435 (build_addr_arg_loc): New function split out from ...
2436 (generate_memset_builtin): ... here. Use it and simplify.
2437 (generate_memcpy_builtin): New function.
2438 (generate_code_for_partition): Adjust.
2439 (classify_partition): Streamline pattern detection. Detect memcpy.
2440 (ldist_gen): Adjust.
2441 (tree_loop_distribution): Adjust seed statements for memcpy
2442 recognition.
2443
2444 2012-06-06 Matt Turner <mattst88@gmail.com>
2445
2446 * config/arm/mmintrin.h (_mm_empty): New.
2447 (_m_empty): New.
2448
2449 2012-06-06 Richard Sandiford <r.sandiford@uk.ibm.com>
2450
2451 * doc/invoke.texi (sched-pressure-algorithm): Document new --param.
2452 * common.opt (fsched-pressure-algorithm=): Remove.
2453 * flag-types.h (sched_pressure_algorithm): Move to...
2454 * sched-int.h (sched_pressure_algorithm): ...here.
2455 * params.def (sched-pressure-algorithm): New param.
2456 * haifa-sched.c (sched_init): Use it to initialize sched_pressure.
2457 * common/config/s390/s390-common.c (s390_option_optimization_table):
2458 Remove OPT_fsched_pressure_algorithm_ entry.
2459 * config/s390/s390.c (s390_option_override): Set a default value for
2460 PARAM_SCHED_PRESSURE_ALGORITHM.
2461
2462 2012-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
2463
2464 PR target/53487
2465 * config/rs6000/rs6000.c (rs6000_generate_compare): If we are
2466 doing an unsigned compare, make sure the second argument is not a
2467 negative constant.
2468 (rs6000_emit_cmove): Don't allow floating point comparisons when
2469 generating ISEL moves.
2470
2471 2012-06-05 Edmar Wienskoski <edmar@freescale.com>
2472
2473 * config/rs6000/e5500.md: New file.
2474 * config/rs6000/e6500.md: New file.
2475 * config/rs6000/rs6000.c (processor_costs): Add new costs for
2476 e5500 and e6500.
2477 (rs6000_option_override_internal): Altivec and Spe options not
2478 allowed with e5500. Spe options not allowed with e6500. Increase
2479 move inline limit for e5500 and e6500. Disable string instructions
2480 for e5500 and e6500. Enable branch targets alignment for e5500 and
2481 e6500. Initialize rs6000_cost for e5500 and e6500.
2482 (rs6000_adjust_cost): Add extra scheduling cycles between compare
2483 and brnach for e5500 and e6500.
2484 (rs6000_issue_rate): Set issue rate for e5500 and e6500.
2485 * config/rs6000/rs6000-cpus.def: Add cpu definitions for e5500 and
2486 e6500.
2487 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add e5500 and e6500.
2488 * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce5500 and
2489 ppce6500.
2490 Include e5500.md and e6500.md.
2491 * config/rs6000/rs6000-opt.h (processor_type): Add
2492 PROCESSOR_PPCE5500 and PROCESSOR_PPCE6500.
2493 * config.gcc (cpu_is_64bit): Add new cores e5500, e6500.
2494 (powerpc*-*-*): Add new cores e5500, e6500.
2495 * doc/invoke.texi: (item -mcpu): Add e5500 and e6500 to list of cpus.
2496
2497 2012-06-05 Richard Guenther <rguenther@suse.de>
2498
2499 * tree-vect-data-refs.c (vect_analyze_data_refs): Fix last change.
2500
2501 2012-06-05 H.J. Lu <hongjiu.lu@intel.com>
2502
2503 PR target/53575
2504 * config.gcc: Select x32 run-time library if --with-abi={x32|mx32}
2505 is used for x86_64-*-*.
2506
2507 2012-06-05 Richard Guenther <rguenther@suse.de>
2508
2509 PR tree-optimization/30442
2510 * tree-vect-data-refs.c (vect_analyze_data_refs): For basic-block
2511 vectorization stop analysis at the first stmt we cannot compute
2512 a data-reference for instead of giving up completely.
2513
2514 2012-06-05 Richard Guenther <rguenther@suse.de>
2515
2516 * tree-loop-distribution.c (struct partition_s): Add has_writes member.
2517 (partition_alloc): Initialize it.
2518 (partition_has_writes): New function.
2519 (rdg_flag_uses): Adjust.
2520 (rdg_flag_vertex): Likewise.
2521 (rdg_flag_vertex_and_dependent): Likewise.
2522 (rdg_flag_loop_exits): Likewise.
2523 (build_rdg_partition_for_component): Likewise.
2524 (rdg_build_partitions): Likewise.
2525
2526 2012-06-05 Richard Guenther <rguenther@suse.de>
2527
2528 PR tree-optimization/53081
2529 * tree-loop-distribution.c (generate_memset_builtin): Handle all
2530 kinds of byte-sized stores.
2531 (classify_partition): Likewise.
2532 (tree_loop_distribution): Adjust seed statements used for
2533 !flag_tree_loop_distribution.
2534
2535 2012-06-05 Alan Modra <amodra@gmail.com>
2536
2537 * config/rs6000/rs6000.c (ptr_regno_for_savres): Comment.
2538 (rs6000_emit_prologue): Ensure register used for inline saves
2539 of vector regs is not the static chain register. Revise comment.
2540
2541 2012-06-04 Oleg Endo <olegendo@gcc.gnu.org>
2542
2543 * doc/md.texi (Standard Pattern Names For Generation): Document
2544 sincos pattern.
2545
2546 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
2547
2548 PR bootstrap/53555
2549 * config/i386/i386.c (ix86_sched_reorder) Skip debug insns.
2550
2551 2012-06-04 Jason Merrill <jason@redhat.com>
2552
2553 * dwarf2out.c (is_unit_die): New.
2554 (copy_declaration_context, copy_ancestor_tree): Use it.
2555 (copy_decls_walk): Likewise.
2556
2557 2012-06-04 Paolo Carlini <paolo.carlini@oracle.com>
2558
2559 PR c++/53524
2560 * doc/invoke.texi (Wenum-compare): Update documentation.
2561
2562 2012-06-04 Dodji Seketeli <dodji@redhat.com>
2563
2564 PR preprocessor/53463
2565 * parser.c (cp_parser_assignment_expression): Use the location
2566 for the '=' as the default location for the expression.
2567
2568 2012-06-04 Edmar Wienskoski <edmar@freescale.com>
2569
2570 PR target/53559
2571 * config/rs6000/altivec.md (altivec_stvlx): Change machine mode of
2572 operands.
2573 (altivec_stvlxl): Ditto.
2574 (altivec_stvrx): Ditto.
2575 (altivec_stvrxl): Ditto.
2576
2577 2012-06-04 Vladimir Makarov <vmakarov@redhat.com>
2578
2579 * ira-int.h (struct target_ira_int): Add member x_ira_uniform_class_p.
2580 (ira_uniform_class_p): New macro.
2581
2582 * ira.c (setup_uniform_class_p): New function.
2583 (setup_allocno_and_important_classes): Call the function.
2584 (print_unform_and_important_classes): New function.
2585 (print_classes): Rename to print_translated_classes.
2586 (ira_debug_allocno_classes): Add call of
2587 print_unform_and_important_classes.
2588
2589 * ira-costs.c (setup_regno_cost_classes_by_aclass): Use uniform
2590 classes instead of pressure classes.
2591
2592 2012-06-04 Aldy Hernandez <aldyh@redhat.com>
2593
2594 PR middle-end/47530
2595 * trans-mem.c (expand_block_edges): Do not skip the first
2596 statement when resetting the BB.
2597
2598 2012-06-04 Richard Guenther <rguenther@suse.de>
2599
2600 * tree-data-ref.c (stores_from_loop): Remove.
2601 (stmt_with_adjacent_zero_store_dr_p): Likewise.
2602 (stores_zero_from_loop): Likewise.
2603 * tree-data-ref.h (stores_from_loop, stores_zero_from_loop,
2604 stmt_with_adjacent_zero_store_dr_p, stride_of_unit_type_p): Remove.
2605 (adjacent_store_dr_p): New function.
2606 * tree-loop-distribution.c (generate_memset_builtin): Pass
2607 the RDG, use the already available data-reference.
2608 (generate_code_for_partition): Pass down RDG.
2609 (classify_partition): Inline parts of the former
2610 stmt_with_adjacent_zero_store_dr_p here and use adjacent_store_dr_p.
2611 (ldist_gen): Remember if there was any detected builtin and
2612 do less work if not and flag_tree_loop_distribution is not set.
2613 (tree_loop_distribution): Inline and fuse stores_from_loop
2614 and stores_zero_from_loop here.
2615
2616 2012-06-04 Richard Guenther <rguenther@suse.de>
2617
2618 PR middle-end/53471
2619 * dwarf2out.c (dwarf2out_finish): If generating LTO do not
2620 create new assembler names.
2621
2622 2012-06-04 Richard Guenther <rguenther@suse.de>
2623
2624 * tree-data-ref.c (struct rdg_vertex_info): Remove.
2625 (rdg_vertex_for_stmt): Simplify using gimple_uid.
2626 (create_rdg_vertices): Pass loop argument, remove stmt to RDG index
2627 hashtable. Record stmt data-references.
2628 (hash_stmt_vertex_info): Remove.
2629 (eq_stmt_vertex_info): Likewise.
2630 (hash_stmt_vertex_del): Likewise.
2631 (build_empty_rdg): Simplify.
2632 (build_rdg): Adjust.
2633 (free_rdg): Likewise.
2634 (ref_base_address): Remove.
2635 (have_similar_memory_accesses): Likewise.
2636 * tree-data-ref.h (create_rdg_vertices): Remove.
2637 (struct rdg_vertex): Add datarefs member.
2638 (RDGV_DATAREFS): New define.
2639 (RDG_DATAREFS): Likewise.
2640 (have_similar_memory_accesses): Remove.
2641 (rdg_has_similar_memory_accesses): Likewise.
2642 * tree-loop-distribution.c (ref_base_address): Re-implement here.
2643 (similar_memory_accesses): Re-implement using existing data-references.
2644 (tree_loop_distribution): Initialize stmt uids for the stmt to
2645 RDG index mapping.
2646 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
2647 access stmt vinfo for stmts in loop.
2648
2649 2012-06-04 Andreas Schwab <schwab@linux-m68k.org>
2650
2651 PR target/53461
2652 * config/m68k/m68k.md ("tablejump"): Fix check for
2653 CASE_VECTOR_PC_RELATIVE.
2654
2655 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
2656
2657 * output.h (merge_weak, assemble_alias,
2658 initializer_constant_valid_p,
2659 initializer_constant_valid_for_bitfield_p): Move protos from here...
2660 * tree.h: ... to here.
2661 * cgraphclones.c: Do not include output.h.
2662 * gimplify.c: Likewise.
2663 * reload.c: Likewise.
2664 * recog.c: Likewise.
2665 * tree-ssa-loop-ivopts.c: Likewise.
2666 * tree-switch-conversion.c: Likewise.
2667 * c-parser.c: Likewise.
2668 * c-typeck.c: Likewise.
2669 * Makefile.in: Fix dependencies.
2670
2671 2012-06-04 Georg-Johann Lay <avr@gjlay.de>
2672
2673 PR target/46261
2674 * config/avr/avr-stdint.h: New file.
2675 * config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of
2676 newlib-stdint.h
2677
2678 2012-06-04 Jakub Jelinek <jakub@redhat.com>
2679
2680 PR tree-optimization/53550
2681 * tree-ssa-loop-niter.c (number_of_iterations_cond): If type
2682 is POINTER_TYPE_P, use sizetype as step type instead of type.
2683
2684 2012-06-04 Richard Guenther <rguenther@suse.de>
2685
2686 * tree-data-ref.c (have_similar_memory_accesses_1): Remove.
2687 (ref_base_address_1): Likewise.
2688 (remove_similar_memory_refs): Likewise.
2689 * tree-data-ref.h (remove_similar_memory_refs): Remove.
2690 * tree-loop-distribution.c (classify_partition): Do not classify
2691 as builtin if -ftree-loop-distribute-patterns is not enabled.
2692 (fuse_partitions_with_similar_memory_accesses): Inline ...
2693 (ldist_gen): ... here. Fuse all non-builtin partitions if
2694 -ftree-loop-distribution is not enabled. Properly return
2695 the number of created partitions. Do not update SSA form here but ...
2696 (tree_loop_distribution): ... once here for the whole function.
2697 Only walk innermost loops, constrain loops we consider here
2698 further. Do not call remove_similar_memory_refs.
2699 (distribute_loop): Do not check number of loop nodes here.
2700
2701 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
2702
2703 * Makefile.in (GIMPLE_H): Do not depend on TARGET_H.
2704
2705 2012-06-03 Martin Jambor <mjambor@suse.cz>
2706
2707 * ipa-prop.h (ipa_get_jf_known_type_offset): New function.
2708 (ipa_get_jf_known_type_base_type): Likewise.
2709 (ipa_get_jf_known_type_component_type): Likewise.
2710 (ipa_get_jf_constant): Likewise.
2711 (ipa_get_jf_pass_through_formal_id): Likewise.
2712 (ipa_get_jf_pass_through_operation): Likewise.
2713 (ipa_get_jf_ancestor_offset): Likewise.
2714 (ipa_get_jf_ancestor_type): Likewise.
2715 (ipa_get_jf_ancestor_formal_id): Likewise.
2716 (ipa_get_jf_member_ptr_pfn): Likewise.
2717 * ipa-prop.c (ipa_set_jf_known_type): New function.
2718 (ipa_set_jf_constant): Likewise.
2719 (ipa_set_jf_simple_pass_through): Likewise.
2720 (ipa_set_jf_arith_pass_through): Likewise.
2721 (ipa_set_ancestor_jf): Likewise.
2722 (fill_member_ptr_cst_jump_function): Moved up and renamed to
2723 ipa_set_jf_member_ptr_cst.
2724 (detect_type_change_1): Use the new jump function creation functions.
2725 (compute_complex_assign_jump_func): Likewise.
2726 (compute_complex_ancestor_jump_func): Likewise.
2727 (compute_known_type_jump_func): Likewise.
2728 (compute_scalar_jump_functions): Likewise.
2729 (compute_pass_through_member_ptrs): Likewise.
2730 (determine_cst_member_ptr): Likewise.
2731 (combine_known_type_and_ancestor_jfs): Likewise.
2732 (try_make_edge_direct_simple_call): Likewise.
2733 (try_make_edge_direct_virtual_call): Likewise.
2734 (update_indirect_edges_after_inlining): Likewise.
2735 * ipa-cp.c (ipa_get_jf_pass_through_result): Use jump function
2736 access functions. Incorporat NOP_EXPR and BINFO handling from its
2737 callers.
2738 (ipa_get_jf_ancestor_result): Likewise. Incorporate handling BINFOs
2739 which was in its callers.
2740 (ipa_value_from_jfunc): Use jump function access functions. Some
2741 functionality moved to functions above.
2742 (propagate_vals_accross_ancestor): Likewise.
2743 (propagate_vals_accross_pass_through): Use jump function access
2744 functions.
2745 (propagate_accross_jump_function): Likewise.
2746 * ipa-inline-analysis.c (remap_edge_change_prob): Use jump function
2747 access functions.
2748 (inline_merge_summary): Likewise.
2749
2750 2012-06-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2751
2752 * config/pa/pa.h (MAX_PCREL17F_OFFSET): Define.
2753 * config/pa/pa.c (pa_attr_length_millicode_call): Use
2754 MAX_PCREL17F_OFFSET instead of fixed offset.
2755 (pa_attr_length_call): Likewise.
2756 (pa_attr_length_indirect_call): Likewise.
2757
2758 2012-06-03 Oleg Endo <olegendo@gcc.gnu.org>
2759
2760 PR target/53512
2761 * config/sh/sh.opt (mfsca, mfsrra): New options.
2762 * config/sh/sh.md (rsqrtsf2): Use TARGET_FPU_ANY and TARGET_FSRRA
2763 condition.
2764 (fsca): Use TARGET_FPU_ANY and TARGET_FSCA condition.
2765 (sinssf2, cossf2): Fold expanders to ...
2766 (sincossf3): ... this new expander. Use TARGET_FPU_ANY and
2767 TARGET_FSCA condition.
2768 * config/sh/sh.c (sh_option_override): Handle TARGET_FSRRA and
2769 TARGET_FSCA.
2770 * doc/invoke.texi (SH Options): Add descriptions for -mfsca,
2771 -mno-fsca, -mfsrra, -mno-fsrra.
2772
2773 2012-06-03 Matt Turner <mattst88@gmail.com>
2774
2775 * config/mips/4600.md (r4700_imul_si): New.
2776 (r4700_imul_di): New.
2777 (r4700_fmul_single): New.
2778 (r4700_fmul_double): New.
2779 * config/mips/mips-cpus.def: Add r4700.
2780 * config/mips/mips.c: Likewise.
2781 * config/mips/mips.md: Likewise.
2782 * config/mips/mips-tables.opt: Regenerate.
2783
2784 2012-06-02 Steven Bosscher <steven@gcc.gnu.org>
2785
2786 * config/sparc/sparc.h (INITIAL_ELIMINATION_OFFSET): Split out to
2787 new function sparc_initial_elimination_offset.
2788 * config/sparc/sparc.c (sparc_initial_elimination_offset): New
2789 function.
2790 * config/sparc/sparc-protos.h (sparc_initial_elimination_offset):
2791 Prototype it.
2792
2793 2012-06-02 Kenneth Zadeck <zadeck@naturalbridge.com>
2794
2795 * expmed.c (expand_mult, choose_multiplier): Change
2796 "2 * HOST_BITS_PER_WIDE_INT" to "HOST_BITS_PER_DOUBLE_INT".
2797 * expr.c (convert_modes): Likewise.
2798 * explow.c (plus_constant): Likewise.
2799 * fixed-value.c (fixed_saturate1, fixed_saturate2)
2800 (do_fixed_add, do_fixed_multiply, do_fixed_multiply)
2801 (do_fixed_multiply, do_fixed_multiply, do_fixed_divide)
2802 (do_fixed_divide, do_fixed_divide, do_fixed_divide)
2803 (do_fixed_divide, do_fixed_divide, do_fixed_shift, do_fixed_shift)
2804 (do_fixed_shift, fixed_convert, fixed_convert)
2805 (fixed_convert_from_int, fixed_convert_from_int)
2806 (fixed_convert_from_real): Likewise.
2807 * fold-const.c (fold_convert_const_int_from_fixed, sign_bit_p)
2808 (native_interpret_int, fold_binary_loc, fold_ternary_loc): Likewise.
2809 * varasm.c (output_constructor_bitfield): Likewise.
2810 * tree-vrp.c (register_edge_assert_for_2): Likewise.
2811 * double-int.c (rshift_double, lshift_double): Likewise.
2812 * double-int.h (double_int_fits_in_uhwi_p, double_int, double_int):
2813 Likewise.
2814 * simplify-rtx.c (mode_signbit_p)
2815 (simplify_const_unary_operation, simplify_binary_operation_1)
2816 (simplify_immed_subreg): Likewise.
2817 * builtins.c (c_readstr, fold_builtin_bitop): Likewise.
2818 * tree-vect-generic.c (build_replicated_const): Likewise.
2819 * dbxout.c (stabstr_O): Likewise.
2820 * emit-rtl.c (immed_double_int_const, immed_double_const)
2821 (gen_lowpart_common, init_emit_once): Likewise.
2822 * tree.c (integer_pow2p, tree_log2, tree_floor_log2)
2823 (widest_int_cst_value, upper_bound_in_type): Likewise.
2824 * stor-layout.c (initialize_sizetypes, fixup_signed_type)
2825 (fixup_unsigned_type): Likewise.
2826 * real.c (real_to_integer2, real_from_integer): Likewise.
2827 * dwarf2out.c (size_of_loc_descr, size_of_die, output_die)
2828 (clz_loc_descriptor, mem_loc_descriptor): Likewise.
2829
2830 2012-06-01 Eric Botcazou <ebotcazou@adacore.com>
2831
2832 PR middle-end/53501
2833 * fold-const.c (fold_binary_loc): Refine previous change.
2834
2835 2012-06-01 Olivier Hainque <hainque@adacore.com>
2836
2837 * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore
2838 the "do {" part of the do-while(0) loop.
2839
2840 2012-06-01 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
2841
2842 * config/i386/i386.c (x86_sched_reorder): New function.
2843 Added new function x86_sched_reorder.
2844
2845 2012-06-01 Richard Guenther <rguenther@suse.de>
2846
2847 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
2848 Handle PHIs.
2849 (classify_partition): Likewise.
2850
2851 2012-06-01 Richard Guenther <rguenther@suse.de>
2852
2853 * tree-loop-distribution.c (enum partition_kind): New enum.
2854 (struct partition_s): Add kind and main_stmt members.
2855 (partition_alloc): Initialize kind to PKIND_NORMAL.
2856 (partition_builtin_p): New function.
2857 (copy_loop_before): Remove failure path and assert instead.
2858 (generate_loops_for_partition): Likewise.
2859 (generate_memset_zero): Fold into ...
2860 (generate_memset_builtin): ... this.
2861 (classify_partition): New function with code from
2862 can_generate_builtin and generate_builtin.
2863 (generate_builtin): Remove.
2864 (can_generate_builtin): Likewise.
2865 (fuse_partitions_with_similar_memory_accesses): Call
2866 partition_builtin_p instead of can_generate_builtin.
2867 (rdg_build_partitions): Do not call
2868 fuse_partitions_with_similar_memory_accesses here...
2869 (ldist_gen): ... but here after classifying all partitions.
2870 Remove failure path of generate_code_for_partition.
2871 (generate_code_for_partition): Generate code according
2872 to partition classification.
2873
2874 2012-06-01 Manuel López-Ibáñez <manu@gcc.gnu.org>
2875 Jonathan Wakely <jwakely.gcc@gmail.com>
2876
2877 PR c++/50134
2878 * doc/invoke.texi (Warning Options): Explain purpose and differences
2879 between -Wmissing-prototypes and -Wmissing-declarations.
2880
2881 2012-06-01 Christian Bruel <christian.bruel@st.com>
2882
2883 * gcc.c (save_switch): Add user_p parameter.
2884 (read_specs): Likewise.
2885 (set_specs): Likewise.
2886 (validate_switches): Likewise.
2887 (validate_switches_from_spec): Likewise.
2888 (validate_all_switches): Pass on user_p parameter.
2889 (struct spec_list): Add user_p field.
2890 (struct switchstr): Add known field.
2891 (save_switch): Add known parameter.
2892 (INIT_STATIC_SPEC): Initialize user_p;
2893 (driver_unknown_option_callbac): call save_switch if
2894 OPT_SPECIAL_unknown.
2895 (driver_handle_option): Propagate OPT_specs.
2896 (do_spec_1): Set validated only if known.
2897 (check_live_switch): Likewise.
2898 (validate_switches): Set validated if known or user_spec.
2899
2900 2012-06-01 Hans-Peter Nilsson <hp@axis.com>
2901
2902 Add CRIS atomic patterns for 1, 2, and 4 bytes.
2903 * config/cris/cris.c (cris_emit_trap_for_misalignment): New function.
2904 * config/cris/cris-protos.h: Declare it.
2905 * config/cris/cris.h [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 32]
2906 (TARGET_DEFAULT): Add alignment by 32.
2907 [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 10] (TARGET_DEFAULT): New
2908 case, as TARGET_CPU_DEFAULT == 0 but with alignment as for
2909 TARGET_CPU_DEFAULT == 32.
2910 (TARGET_TRAP_UNALIGNED_ATOMIC): New macro.
2911 * config/cris/cris.md: Include sync.md. Avoid allocating specific
2912 numbers by replacing the define_constants for all UNSPECs with the
2913 equivalent define_c_enum construct.
2914 * config/cris/cris.opt (mtrap-unaligned-atomic): New option.
2915 * config/cris/sync.md: New file.
2916
2917 2012-05-31 Matt Turner <mattst88@gmail.com>
2918
2919 * config/mips/4600.md (r4600_imul_si): Rename from r4600_imul.
2920 (r4600_imul_di): New.
2921 (r4600_idiv_si): Rename from r4600_idiv.
2922 (r4600_idiv_di): New.
2923
2924 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
2925
2926 * output.h (__gcc_host_wide_int__): Move to hwint.h.
2927 (decl_default_tls_model): Move to tree.h
2928 (dump_file): Move to system.h.
2929 (default_stabs_asm_out_destructor, default_stabs_asm_out_constructor,
2930 dbxout_int, dbxout_stabd, dbxout_begin_stabn, dbxout_begin_stabn_sline,
2931 dbxout_begin_empty_stabs, dbxout_begin_simple_stabs,
2932 dbxout_begin_simple_stabs_desc, dbxout_stab_value_zero,
2933 dbxout_stab_value_zero, dbxout_stab_value_label_diff,
2934 dbxout_stab_value_internal_label,
2935 dbxout_stab_value_internal_label_diff): Move from here ...
2936 * dbxout.h: ... to here.
2937 * system.h (dump_file): Moved here from output.h.
2938 * hwint.h (__gcc_host_wide_int__): Moved here from output.h.
2939 * tree.h (decl_default_tls_model): Moved here from output.h.
2940 * varasm.c (default_stabs_asm_out_destructor,
2941 default_stabs_asm_out_constructor): Move from here ...
2942 * dbxout.c: ... to here.
2943
2944 * gcov-dump.c (dump_file): Rename to dump_gcov_file. Update callers.
2945
2946 * collect2.h (dump_file): Rename to dump_ld_file.
2947 * collect2.c: Likewise.
2948 * tlink.c: Likewise.
2949
2950 * alias.c: Do not include output.h.
2951 * auto-inc-dec.c: Likewise.
2952 * bt-load.c: Likewise.
2953 * caller-save.c: Likewise.
2954 * cfg.c: Likewise.
2955 * cfgbuild.c: Likewise.
2956 * cfgcleanup.c: Likewise.
2957 * cfglayout.c: Likewise.
2958 * cfgloop.c: Likewise.
2959 * cfgloopanal.c: Likewise.
2960 * cfgloopmanip.c: Likewise.
2961 * cfgrtl.c: Likewise.
2962 * cgraph.c: Likewise.
2963 * cgraphclones.c: Likewise.
2964 * combine-stack-adj.c: Likewise.
2965 * combine.c: Likewise.
2966 * cprop.c: Likewise.
2967 * cse.c: Likewise.
2968 * cselib.c: Likewise.
2969 * dbgcnt.c: Likewise.
2970 * df-problems.c: Likewise.
2971 * df-scan.c: Likewise.
2972 * dojump.c: Likewise.
2973 * fwprop.c: Likewise.
2974 * gcse.c: Likewise.
2975 * graph.c: Likewise.
2976 * haifa-sched.c: Likewise.
2977 * hw-doloop.c: Likewise.
2978 * ipa-inline-transform.c: Likewise.
2979 * ipa-pure-const.c: Likewise.
2980 * ipa-reference.c: Likewise.
2981 * ipa-utils.c: Likewise.
2982 * ira-build.c: Likewise.
2983 * ira-emit.c: Likewise.
2984 * lcm.c: Likewise.
2985 * loop-doloop.c: Likewise.
2986 * loop-invariant.c: Likewise.
2987 * loop-iv.c: Likewise.
2988 * loop-unroll.c: Likewise.
2989 * loop-unswitch.c: Likewise.
2990 * lto-cgraph.c: Likewise.
2991 * lto-section-in.c: Likewise.
2992 * lto-streamer-in.c: Likewise.
2993 * mcf.c: Likewise.
2994 * mode-switching.c: Likewise.
2995 * postreload-gcse.c: Likewise.
2996 * postreload.c: Likewise.
2997 * predict.c: Likewise.
2998 * profile.c: Likewise.
2999 * ree.c: Likewise.
3000 * reg-stack.c: Likewise.
3001 * regcprop.c: Likewise.
3002 * regmove.c: Likewise.
3003 * regstat.c: Likewise.
3004 * reload1.c: Likewise.
3005 * sched-ebb.c: Likewise.
3006 * sel-sched-dump.c: Likewise.
3007 * simplify-rtx.c: Likewise.
3008 * stor-layout.c: Likewise.
3009 * store-motion.c: Likewise.
3010 * tracer.c: Likewise.
3011 * tree-affine.c: Likewise.
3012 * tree-cfg.c: Likewise.
3013 * tree-cfgcleanup.c: Likewise.
3014 * tree-dfa.c: Likewise.
3015 * tree-into-ssa.c: Likewise.
3016 * tree-nomudflap.c: Likewise.
3017 * tree-optimize.c: Likewise.
3018 * tree-pretty-print.c: Likewise.
3019 * tree-profile.c: Likewise.
3020 * tree-ssa-address.c: Likewise.
3021 * tree-ssa-ccp.c: Likewise.
3022 * tree-ssa-copy.c: Likewise.
3023 * tree-ssa-dom.c: Likewise.
3024 * tree-ssa-loop-ch.c: Likewise.
3025 * tree-ssa-loop-im.c: Likewise.
3026 * tree-ssa-loop-manip.c: Likewise.
3027 * tree-ssa-loop-niter.c: Likewise.
3028 * tree-ssa-loop-prefetch.c: Likewise.
3029 * tree-ssa-loop-unswitch.c: Likewise.
3030 * tree-ssa-loop.c: Likewise.
3031 * tree-ssa-propagate.c: Likewise.
3032 * tree-ssa-structalias.c: Likewise.
3033 * tree-ssa-tail-merge.c: Likewise.
3034 * tree-ssa-threadedge.c: Likewise.
3035 * tree-ssa-threadupdate.c: Likewise.
3036 * tree-ssa-uncprop.c: Likewise.
3037 * tree-ssa-uninit.c: Likewise.
3038 * tree-ssa.c: Likewise.
3039 * value-prof.c: Likewise.
3040 * var-tracking.c: Likewise.
3041 * web.c: Likewise.
3042
3043 * config/m32r/m32r.c: Include dbxout.h.
3044 * config/pa/pa.c: Likewise.
3045 * config/rs6000/rs6000.c: Likewise.
3046
3047 * Makefile.in: Fix dependencies.
3048 * config/rs6000/t-rs5000: Likewise.
3049
3050 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
3051
3052 * tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.
3053 * gimple.h (block_in_transaction): Check for flag_tm.
3054
3055 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
3056
3057 PR tree-optimization/52558
3058 * cfg.c (alloc_aux_for_edge): Fix comment.
3059 (alloc_aux_for_edge): Remove static.
3060 * basic-block.h (alloc_aux_for_edge): Protoize.
3061 * tree-ssa-loop-im.c (execute_sm_if_changed): New.
3062 (execute_sm_if_changed_flag): New.
3063 (execute_sm_if_changed_flag_set): New.
3064 (execute_sm): Do not generate data races unless requested.
3065 (tree_ssa_lim_initialize): Call alloc_aux_for_edges.
3066 (tree_ssa_lim_finalize): Call free_aux_for_edges.
3067 * gimple.h (block_in_transaction): New.
3068 (gimple_in_transaction): Use block_in_transaction.
3069
3070 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
3071
3072 PR target/51345
3073 * config/avr/avr.opt (-msp8): Document it.
3074 * doc/invoke.texi (AVR Options): Ditto. And document related
3075 built-in macros.
3076
3077 2012-05-31 Diego Novillo <dnovillo@google.com>
3078
3079 * configure.ac (CXX_FOR_BUILD): Define and substitute.
3080 (BUILD_CXXFLAGS): Define and substitute.
3081 * Makefile.in (BUILD_CXXFLAGS): Define.
3082 (CXX_FOR_BUILD): Define.
3083 (COMPILER_FOR_BUILD): Set to CXX_FOR_BUILD if building with C++.
3084 (LINKER_FOR_BUILD): Likewise.
3085 (BUILD_COMPILERFLAGS): Set to BUILD_CXXFLAGS if building with C++.
3086 (BUILD_LINKERFLAGS): Likewise.
3087 * configure: Regenerate.
3088
3089 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
3090
3091 * Makefile.in: Fix many dependencies.
3092 * tree-profile.c: Don't include regs.h.
3093 * tree-vectorizer.c: Don't include cfglayout.h.
3094 * tree-vect-stmts.c: Likewise.
3095 * tree-vect-slp.c: Likewise.
3096 * tree-vect-loop.c: Likewise.
3097 * reg-stack.c: Likewise.
3098 * tree-ssa-loop-manip.c: Likewise.
3099 * toplev.c: Likewise.
3100 * varasm.c: Don't include cfglayout.h, basic-block.h,
3101 and tree-iterator.h.
3102 * tree-cfgcleanup.c: Don't include cfglayout.h.
3103 * passes.c: Don't include cfglayout.h, dwarf2asm.h,
3104 dwarf2out.h, dbxout.h, sdbout.h, and xcoffout.h.
3105 * cgraphclones.c: Don't include plugin.h.
3106
3107 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
3108
3109 * config/avr/t-avr: Correct avr-mmcu.texi dependencies.
3110 (s-avr-mmcu-texi): Don't sed on gen-avr-mmcu-texi output.
3111 * doc/avr-mmcu.texi (svn:eol-style): Set to native.
3112
3113 2012-05-31 Richard Guenther <rguenther@suse.de>
3114
3115 * tree-loop-distribution.c (struct partition_s): New struct,
3116 typedef and vector type.
3117 (partition_alloc, partition_free): New functions.
3118 (generate_loops_for_partition, generate_builtin,
3119 generate_code_for_partition, rdg_flag_uses, rdg_flag_vertex,
3120 rdg_flag_vertex_and_dependent, rdg_flag_loop_exits,
3121 build_rdg_partition_for_component, can_generate_builtin,
3122 similar_memory_accesses, fuse_partitions_with_similar_memory_accesses,
3123 rdg_build_partitions, dump_rdg_partitions, debug_rdg_partitions,
3124 number_of_rw_in_partition, partition_contains_all_rw,
3125 ldist_gen): Use partition_t instead of bitmap.
3126
3127 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
3128
3129 * config/avr/gen-avr-mmcu-texi.c: Sort MCUs.
3130 * doc/avr-mmcu.texi: Regenerate.
3131
3132 2012-05-31 Richard Guenther <rguenther@suse.de>
3133
3134 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
3135 Use FOR_EACH_SSA_DEF_OPERAND.
3136 (generate_builtin): Adjust.
3137 (stmt_generated_in_another_partition): Remove.
3138 (add_scalar_computations_to_partition): Likewise.
3139 (rdg_build_partitions): Do not call
3140 add_scalar_computations_to_partition.
3141
3142 2012-05-31 Eric Botcazou <ebotcazou@adacore.com>
3143
3144 * tree-dfa.c (get_ref_base_and_extent): Compute the offset using
3145 double ints throughout.
3146 * tree-sra.c (build_user_friendly_ref_for_offset) <RECORD_TYPE>:
3147 Check that the position of the field is representable as an integer.
3148
3149 2012-05-31 Richard Guenther <rguenther@suse.de>
3150
3151 * tree-data-ref.c (dr_analyze_innermost): Properly convert
3152 the MEM_REF offset to sizetype.
3153
3154 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
3155
3156 * doc/invoke.texi (AVR Options): Fix typos.
3157
3158 2012-05-31 Hans-Peter Nilsson <hp@axis.com>
3159
3160 * config/cris/cris.h (CC1_SPEC): Pass through all -march=
3161 and -mcpu= options.
3162 (ASM_SPEC): Ditto, not just -march=v32, but translate non-v10,
3163 non-v32 into --march=v0_v10.
3164
3165 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3166
3167 * ira-int.h (target_ira_int): Rename x_move_cost to
3168 x_ira_register_move_cost, x_may_move_in_cost to
3169 x_ira_may_move_in_cost and x_may_move_out_cost to
3170 x_ira_may_move_out_cost. Delete the old fields with
3171 those names and also x_ira_max_register_move_cost,
3172 x_ira_max_may_move_in_cost and x_ira_max_may_move_out_cost.
3173 (move_cost, may_move_in_cost, may_move_out_cost)
3174 (ira_max_register_move_cost, ira_max_may_move_in_cost)
3175 (ira_max_may_move_out_cost): Delete.
3176 * ira.c (init_move_cost): Rename to...
3177 (ira_init_register_move_cost): ...this, deleting the old
3178 function with that name. Apply above variable renamings.
3179 Retain asserts for null fields.
3180 (ira_init_once): Don't initialize register move costs here.
3181 (free_register_move_costs): Apply above variable renamings.
3182 Remove code for deleted fields.
3183
3184 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3185
3186 * ira.c (init_move_cost): Adjust choice of subclasses to match
3187 the current ira_init_register_move_cost choice. Use
3188 ira_class_subset_p instead of reg_class_subset_p.
3189 (ira_init_register_move_cost): Assert that move_cost,
3190 may_move_in_cost and may_move_out_cost already hold the desired
3191 values for their ira_* equivalents. For the latter two,
3192 ignore classes that can't store a register of the given mode.
3193
3194 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3195
3196 * ira.c (setup_allocno_and_important_classes): Use
3197 ira_class_hard_regs_num to check whether a class has any
3198 allocatable registers.
3199 (ira_init_register_move_cost): Likewise.
3200
3201 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3202
3203 * ira.c (init_move_cost): Adjust local variable names to match
3204 file conventions. Use ira_assert instead of gcc_assert.
3205
3206 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3207
3208 * regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost):
3209 Move these definitions and associated target_globals fields to...
3210 * ira-int.h: ...here.
3211 * rtl.h (init_move_cost): Delete.
3212 * reginfo.c (last_mode_for_init_move_cost, init_move_cost): Move to...
3213 * ira.c: ...here, making the latter static.
3214
3215 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3216
3217 * ira-costs.c (copy_cost): Use ira_init_register_move_cost_if_necessary
3218 and ira_register_move_cost instead of init_move_cost and move_cost.
3219
3220 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3221
3222 * ira.h (target_ira): Delete x_ira_available_class_regs.
3223 (ira_available_class_regs): Delete.
3224 * ira.c (setup_available_class_regs): Delete.
3225 (setup_alloc_classes): Don't call it.
3226 (setup_pressure_classes): Use ira_class_hard_regs_num instead of
3227 ira_available_class_regs.
3228 * haifa-sched.c (print_curr_reg_pressure, setup_insn_reg_pressure_info)
3229 (model_spill_cost): Likewise.
3230 * ira-build.c (low_pressure_loop_node_p): Likewise.
3231 * ira-color.c (color_pass): Likewise.
3232 * ira-emit.c (change_loop): Likewise.
3233 * ira-lives.c (inc_register_pressure, dec_register_pressure)
3234 (single_reg_class, ira_implicitly_set_insn_hard_regs)
3235 (process_bb_node_lives): Likewise.
3236 * loop-invariant.c (gain_for_invariant): Likewise.
3237
3238 2012-05-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3239
3240 PR target/52999
3241 * config/pa/pa.c (TARGET_SECTION_TYPE_FLAGS): Define.
3242 (pa_section_type_flags): New.
3243 (pa_legitimate_constant_p): Revert previous change.
3244
3245 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
3246
3247 * ira.c (allocate_initial_values): Make static.
3248
3249 2012-05-30 Uros Bizjak <ubizjak@gmail.com>
3250
3251 * config/i386/i386.c (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>:
3252 Generate tls_initial_exec_64_sun only when !TARGET_X32.
3253
3254 2012-05-30 Richard Guenther <rguenther@suse.de>
3255
3256 PR middle-end/53501
3257 * fold-const.c (fold_binary_loc): Make sure to call
3258 fold_plusminus_mult_expr with the original sign of operands.
3259
3260 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
3261
3262 * Makefile.in: Fix many dependencies.
3263 (DWARF2_H): Depend on dwarf2.def.
3264 (RTL_ERROR_H): Depend on rtl-error.h.
3265 (TREE_PRETTY_PRINT_H, GIMPLE_PRETTY_PRINT_H): New. Replace
3266 all gimple-pretty-print.h and tree-pretty-print.h references.
3267
3268 2012-05-30 Marc Glisse <marc.glisse@inria.fr>
3269
3270 * simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of
3271 concatenations.
3272
3273 2012-05-30 Richard Guenther <rguenther@suse.de>
3274
3275 PR middle-end/53522
3276 * tree-emutls.c (gen_emutls_addr): Do not add globals to
3277 referenced-vars.
3278
3279 2012-05-30 Eric Botcazou <ebotcazou@adacore.com>
3280
3281 * explow.c (probe_stack_range): Restore simple control flow and stop
3282 again when the probe cannot be generated if HAVE_check_stack.
3283
3284 2012-05-30 Jakub Jelinek <jakub@redhat.com>
3285
3286 PR rtl-optimization/53519
3287 * combine.c (simplify_shift_const_1) <case NOT>: Use constm1_rtx
3288 instead of GEN_INT (GET_MODE_MASK (mode)) as second operand of XOR.
3289
3290 2012-05-30 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3291
3292 * config/arm/arm.c (arm_evpc_neon_vrev): Adjust off by one error.
3293
3294 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
3295
3296 PR debug/53453
3297 * doc/tm.texi: Update.
3298 * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Add @hook.
3299 * target.def (force_at_comp_dir): New hook.
3300 * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Define.
3301 * dwarf2out.c (dwarf2out_finish): Check targetm.force_at_comp_dir.
3302
3303 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
3304
3305 * config/darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when
3306 Darwin >= 10.
3307 (DARWIN_DYLIB1_SPEC): Do not use -ldylib1.10.5.o when Darwin >= 10.
3308 (DARWIN_CRT1_SPEC): Use -lcrt1.10.6.o when Darwin >= 10.
3309
3310 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
3311
3312 PR target/51340
3313 * config/sh/sh.c (sh_option_override): Set TARGET_FMAC if
3314 flag_unsafe_math_optimizations is set.
3315 * doc/invoke.texi (SH Options): Add -mno-fused-madd description.
3316 Update description of -mfused-madd.
3317
3318 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
3319
3320 PR target/52941
3321 * config/sh/predicates.md (atomic_arith_operand,
3322 atomic_logical_operand): New predicates.
3323 * config/sh/sh.c (sh_option_override): Check atomic options.
3324 * config/sh/sh.h (TARGET_ANY_ATOMIC, UNSUPPORTED_ATOMIC_OPTIONS,
3325 UNSUPPORTED_HARD_ATOMIC_CPU): New macros.
3326 (DRIVER_SELF_SPECS): Use UNSUPPORTED_ATOMIC_OPTIONS and
3327 UNSUPPORTED_HARD_ATOMIC_CPU.
3328 * config/sh/sync.md: Update description comments.
3329 (I12): New mode iterator.
3330 (fetchop_predicate, fetchop_constraint): New code attributes.
3331 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
3332 atomic_exchangesi_hard, atomic_exchange<mode>_hard,
3333 atomic_fetch_<fetchop_name>si_hard,
3334 atomic_fetch_<fetchop_name><mode>_hard,
3335 atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
3336 atomic_<fetchop_name>_fetchsi_hard,
3337 atomic_<fetchop_name>_fetch<mode>_hard,
3338 atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
3339 atomic_test_and_set_hard): New insns.
3340 (atomic_compare_and_swap<mode>_soft, atomic_exchange<mode>_soft,
3341 atomic_fetch_<fetchop_name><mode>_soft, atomic_fetch_nand<mode>_soft,
3342 atomic_<fetchop_name>_fetch<mode>_soft, atomic_nand_fetch<mode>_soft,
3343 atomic_test_and_set_soft): Use same formatting for the first line of
3344 the asm block as in new insns above.
3345 (atomic_compare_and_swap<mode>, atomic_exchange<mode>,
3346 atomic_fetch_<fetchop_name><mode>, atomic_<fetchop_name>_fetch<mode>,
3347 atomic_test_and_set): Integrate new *_hard insns into expanders.
3348 * config/sh/sh.opt (mhard-atomic): New option.
3349 * doc/invoke.texi (SH Options): Document it.
3350
3351 2012-05-29 Meador Inge <meadori@codesourcery.com>
3352
3353 * c-decl.c (c_push_function_context): Always create a new language
3354 function.
3355 (c_pop_function_context): Clear the language function created in
3356 c_push_function_context.
3357
3358 2012-05-29 Matt Turner <mattst88@gmail.com>
3359
3360 * config/alpha/ev6.md: (define_bypass "ev6_fmul,ev6_fadd"): New.
3361 (define_bypass "ev6_fcmov"): New.
3362
3363 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
3364
3365 * integrate.c: Remove.
3366 * integrate.h: Remove.
3367 * Makefile.in: Remove make rules for integrate.c and INTEGRATE_H.
3368 * config/arm/t-arm: Remove INTEGRATE_H dependency for target files.
3369 * config/rs6000/t-rs6000: Likewise
3370 * config/spu/t-spu-elf: Likewise.
3371 * function.h (get_hard_reg_initial_val, has_hard_reg_initial_val,
3372 get_hard_reg_initial_reg, emit_initial_value_sets): Move prototypes
3373 from integrate.h to here.
3374 (initial_value_entry): New prototype.
3375 * reload.h (allocate_initial_values): Remove prototype.
3376 * tree.h (set_decl_abstract_flags, set_decl_origin_self): Likewise.
3377 * cse.c (fixed_base_plus_p): Don't handle virtual registers for
3378 integrate.c.
3379 * dwarf2out.c (set_decl_origin_self, set_block_origin_self,
3380 set_decl_abstract_flags, set_block_abstract_flags): Move from
3381 integrate.c to here, the only user.
3382 * expmed.c (extract_fixed_bit_field): Remove outdated comment
3383 about integrate.c.
3384 * function.c: Don't include integrate.h.
3385 (struct initial_value_pair, struct initial_value_struct,
3386 get_hard_reg_initial_val, has_hard_reg_initial_val,
3387 get_hard_reg_initial_reg, emit_initial_value_sets): Move from
3388 integrate.c to here.
3389 (initial_value_entry): New function.
3390 * genemit.c (main): Don't print integrate.h include line.
3391 * ira.c: Don't include integrate.h.
3392 (allocate_initial_values): Move from integrate.c to here.
3393 (ira): Update allocate_initial_values call.
3394 * tree-inline.c: Don't include integrate.h.
3395 (function_attribute_inlinable_p): Moved from integrate.c to here.
3396 * cfgexpand.c: Don't include integrate.h.
3397 * except.c: Likewise.
3398 * langhooks.c: Likewise.
3399 * passes.c: Likewise.
3400 * toplev.c: Likewise.
3401 * config/frv/frv.c: Likewise.
3402 * config/pa/pa.c: Likewise.
3403 * config/spu/spu.c: Likewise.
3404 * config/epiphany/epiphany.c: Likewise.
3405 * config/mep/mep.c: Likewise.
3406 * config/score/score.c: Likewise.
3407 * config/picochip/picochip.c: Likewise.
3408 * config/sh/sh.c: Likewise.
3409 * config/alpha/alpha.c: Likewise.
3410 * config/microblaze/microblaze.c: Likewise.
3411 * config/mips/mips.c: Likewise.
3412 * config/v850/v850.c: Likewise.
3413 * config/mmix/mmix.c: Likewise.
3414 * config/bfin/bfin.c: Likewise.
3415 * config/arm/arm.c: Likewise.
3416 * config/s390/s390.c: Likewise.
3417 * config/m32r/m32r.c: Likewise.
3418 * config/rs6000/rs6000.c: Likewise.
3419 * config/c6x/c6x.c: Include function.h instead of integrate.h.
3420 * config/tilegx/tilegx.c: Likewise.
3421 * config/tilepro/tilepro.c: Likewise.
3422
3423 2012-05-29 Georg-Johann Lay <avr@gjlay.de>
3424
3425 * config/avr/t-avr (s-avr-mmcu-texi): Call
3426 gen-avr-mmcu-texi$(build_exeext) via ./ and don't assume . is in PATH.
3427
3428 2012-05-29 Michael Matz <matz@suse.de>
3429
3430 * rtl.h (assign_stack_temp, assign_stack_temp_for_type,
3431 assign_temp): Remove 'keep' argument.
3432 (mark_temp_addr_taken): Remove prototype.
3433 * tree.h (expand_decl): Remove prototype.
3434 * function.c (struct temp_slot): Remove addr_taken and keep member.
3435 (assign_stack_temp_for_type) Don't initialize above, remove
3436 keep argument.
3437 (assign_stack_temp, assign_temp): Remove keep argument.
3438 (mark_temp_addr_taken): Remove.
3439 (preserve_temp_slots): Remove handling of addr_taken and keep members.
3440 (free_temp_slots): Ditto.
3441 * expr.c (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Remove
3442 dead code.
3443 * stmt.c (expand_asm_operands): Remove dead code.
3444 (expand_decl): Remove.
3445 * c-decl.c (finish_struct): Don't call expand_decl.
3446 * builtins.c (expand_builtin_cexpi): Adjust calls to assign_temp
3447 and assign_stack_temp.
3448 * calls.c (save_fixed_argument_area, initialize_argument_information,
3449 expand_call, emit_library_call_value_1, store_one_arg): Ditto.
3450 * expmed.c (extract_bit_field_1): Ditto.
3451 * expr.c (emit_group_load_1, emit_group_store,
3452 copy_blkmode_from_reg, emit_push_insn, expand_assignment,
3453 store_field, expand_constructor, expand_cond_expr_using_cmove,
3454 expand_expr_real_2, expand_expr_real_1): Ditto.
3455 * stmt.c (expand_asm_operands, expand_return): Ditto.
3456
3457 * function.c (pop_temp_slots): Call free_temp_slots.
3458 * calls.c (store_one_arg): Don't call preserve_temp_slots or
3459 free_temp_slots.
3460 * expr.c (expand_assignment): Don't call free_temp_slots.
3461
3462 * config/arm/arm.c (neon_expand_vector_init): Ditto.
3463 * config/i386/i386.c (ix86_expand_vector_set): Ditto.
3464 (ix86_expand_vector_extract): Ditto.
3465 * config/ia64/ia64.c (spill_xfmode_rfmode_operand,
3466 ia64_expand_movxf_movrf): Ditto.
3467 * config/mips/mips.c (mips_expand_vi_general): Ditto.
3468 * config/mmix/mmix.md (floatdisf2, floatunsdisf2, truncdfsf2,
3469 extendsfdf2): Ditto.
3470 * config/rs6000/rs6000.c (rs6000_expand_vector_init,
3471 rs6000_expand_vector_set, rs6000_expand_vector_extract,
3472 rs6000_allocate_stack_temp): Ditto.
3473 * config/rs6000/rs6000.md (fix_trunctfsi2_fprs): Ditto.
3474 * config/sparc/sparc.c (emit_soft_tfmode_libcall,
3475 sparc_emit_float_lib_cmp, sparc_emit_float_lib_cmp,
3476 sparc_expand_vector_init): Ditto.
3477
3478 2012-05-29 Michael Matz <matz@suse.de>
3479
3480 * c-tree.h (c_expand_decl): Remove prototype.
3481
3482 * expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate
3483 a kept temp.
3484 (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Make unreachable.
3485 * gimple-fold.c (canonicalize_constructor_val): Canonicalize
3486 COMPOUND_LITERAL_EXPR.
3487 * function.c (expand_function_start): Don't call expand_decl,
3488 instead assert that we have RTL assigned.
3489 * tree-ssa-live.c (remove_unused_locals): Clear
3490 nonlocal_goto_save_area if its backing variable is removed.
3491 * stmt.c (expand_asm_operands): Remove handling of non-lvalues
3492 as mem inputs.
3493 (expand_decl): Assert that this does nothing.
3494 * calls.c (expand_call): Don't call mark_temp_addr_taken.
3495
3496 2012-05-29 Richard Guenther <rguenther@suse.de>
3497
3498 PR tree-optimization/53516
3499 * tree-data-ref.c (stmt_with_adjacent_zero_store_dr_p): Reject
3500 bitfield accesses.
3501 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
3502
3503 2012-05-29 Joseph Myers <joseph@codesourcery.com>
3504
3505 * LANGUAGES: Fix typos.
3506 * Makefile.in: Fix typos.
3507 * alias.c: Fix typos.
3508 * auto-inc-dec.c: Fix typos.
3509 * bb-reorder.c: Fix typos.
3510 * cfgcleanup.c: Fix typos.
3511 * cgraph.c: Fix typos.
3512 * cgraph.h: Fix typos.
3513 * cgraphunit.c: Fix typos.
3514 * collect2-aix.h: Fix typos.
3515 * collect2.c: Fix typos.
3516 * compare-elim.c: Fix typos.
3517 * config/alpha/vms.h: Fix typos.
3518 * config/arm/README-interworking: Fix typos.
3519 * config/arm/arm.c: Fix typos.
3520 * config/arm/iterators.md: Fix typos.
3521 * config/arm/vxworks.h: Fix typos.
3522 * config/avr/avr.c: Fix typos.
3523 * config/avr/avr.h: Fix typos.
3524 * config/avr/avr.md: Fix typos.
3525 * config/avr/builtins.def: Fix typos.
3526 * config/c6x/c6x.c: Fix typos.
3527 * config/cr16/cr16.c: Fix typos.
3528 * config/cr16/cr16.md: Fix typos.
3529 * config/cris/cris.md: Fix typos.
3530 * config/darwin.c: Fix typos.
3531 * config/darwin.opt: Fix typos.
3532 * config/i386/i386-c.c: Fix typos.
3533 * config/i386/i386.c: Fix typos.
3534 * config/ia64/ia64.c: Fix typos.
3535 * config/m68k/cf.md: Fix typos.
3536 * config/mep/mep.c: Fix typos.
3537 * config/microblaze/microblaze.c: Fix typos.
3538 * config/microblaze/microblaze.h: Fix typos.
3539 * config/mn10300/mn10300.c: Fix typos.
3540 * config/mn10300/mn10300.md: Fix typos.
3541 * config/pa/pa.c: Fix typos.
3542 * config/picochip/picochip.h: Fix typos.
3543 * config/rs6000/a2.md: Fix typos.
3544 * config/rs6000/rs6000.c: Fix typos.
3545 * config/rs6000/vector.md: Fix typos.
3546 * config/rx/rx.md: Fix typos.
3547 * config/rx/rx.opt: Fix typos.
3548 * config/s390/2097.md: Fix typos.
3549 * config/s390/s390.c: Fix typos.
3550 * config/s390/s390.h: Fix typos.
3551 * config/sh/sh.c: Fix typos.
3552 * config/sh/sh.md: Fix typos.
3553 * config/sparc/sync.md: Fix typos.
3554 * config/spu/spu.c: Fix typos.
3555 * config/spu/spu.md: Fix typos.
3556 * config/vms/vms.c: Fix typos.
3557 * config/vxworks-dummy.h: Fix typos.
3558 * config/vxworks.h: Fix typos.
3559 * cselib.c: Fix typos.
3560 * df-scan.c: Fix typos.
3561 * df.h: Fix typos.
3562 * doc/extend.texi: Fix typos.
3563 * doc/install.texi: Fix typos.
3564 * doc/invoke.texi: Fix typos.
3565 * doc/md.texi: Fix typos.
3566 * doc/plugins.texi: Fix typos.
3567 * doc/rtl.texi: Fix typos.
3568 * dse.c: Fix typos.
3569 * dwarf2asm.c: Fix typos.
3570 * dwarf2out.c: Fix typos.
3571 * except.h: Fix typos.
3572 * expr.c: Fix typos.
3573 * fold-const.c: Fix typos.
3574 * gcc.c: Fix typos.
3575 * gcse.c: Fix typos.
3576 * genautomata.c: Fix typos.
3577 * gengtype-state.c: Fix typos.
3578 * gengtype.c: Fix typos.
3579 * genhooks.c: Fix typos.
3580 * gimple-fold.c: Fix typos.
3581 * gimple-pretty-print.c: Fix typos.
3582 * gimple.c: Fix typos.
3583 * gimple.h: Fix typos.
3584 * gimplify.c: Fix typos.
3585 * graphite-interchange.c: Fix typos.
3586 * graphite-sese-to-poly.c: Fix typos.
3587 * ifcvt.c: Fix typos.
3588 * input.c: Fix typos.
3589 * ipa-cp.c: Fix typos.
3590 * ipa-inline-analysis.c: Fix typos.
3591 * ipa-inline-transform.c: Fix typos.
3592 * ipa-inline.c: Fix typos.
3593 * ipa-pure-const.c: Fix typos.
3594 * ipa-ref.h: Fix typos.
3595 * ipa-reference.c: Fix typos.
3596 * ipa-utils.c: Fix typos.
3597 * ipa.c: Fix typos.
3598 * ira-emit.c: Fix typos.
3599 * ira-lives.c: Fix typos.
3600 * lto-streamer.c: Fix typos.
3601 * lto-streamer.h: Fix typos.
3602 * lto-wrapper.c: Fix typos.
3603 * mcf.c: Fix typos.
3604 * mode-switching.c: Fix typos.
3605 * modulo-sched.c: Fix typos.
3606 * plugin.c: Fix typos.
3607 * postreload.c: Fix typos.
3608 * sched-deps.c: Fix typos.
3609 * sel-sched-ir.c: Fix typos.
3610 * sel-sched-ir.h: Fix typos.
3611 * sel-sched.c: Fix typos.
3612 * sese.c: Fix typos.
3613 * stor-layout.c: Fix typos.
3614 * target-hooks-macros.h: Fix typos.
3615 * target.def: Fix typos.
3616 * trans-mem.c: Fix typos.
3617 * tree-eh.c: Fix typos.
3618 * tree-predcom.c: Fix typos.
3619 * tree-sra.c: Fix typos.
3620 * tree-ssa-address.c: Fix typos.
3621 * tree-ssa-loop-ivopts.c: Fix typos.
3622 * tree-ssa-loop-niter.c: Fix typos.
3623 * tree-ssa-math-opts.c: Fix typos.
3624 * tree-ssa-pre.c: Fix typos.
3625 * tree-ssa-propagate.c: Fix typos.
3626 * tree-ssa-reassoc.c: Fix typos.
3627 * tree-ssa-sccvn.c: Fix typos.
3628 * tree-ssa-ter.c: Fix typos.
3629 * tree-ssa-uninit.c: Fix typos.
3630 * tree-ssanames.c: Fix typos.
3631 * tree-vect-generic.c: Fix typos.
3632 * tree-vect-slp.c: Fix typos.
3633 * tree.c: Fix typos.
3634 * tree.h: Fix typos.
3635 * varasm.c: Fix typos.
3636 * varpool.c: Fix typos.
3637
3638 2012-05-29 Joseph Myers <joseph@codesourcery.com>
3639
3640 * doc/include/texinfo.tex: Update to version 2012-05-16.16.
3641
3642 2012-05-29 Richard Guenther <rguenther@suse.de>
3643
3644 * tree-dfa.c (find_vars_r): Do not call add_referenced_vars
3645 for globals.
3646 (add_referenced_var_1): Re-organize. Assert we are not
3647 called for globals.
3648 (remove_referenced_var): Likewise.
3649 * varpool.c (add_new_static_var): Use create_tmp_var_raw.
3650 * tree-mudflap.c (execute_mudflap_function_ops): Do not
3651 call add_referenced_var on globals.
3652 * matrix-reorg.c (transform_access_sites): Likewise.
3653
3654 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
3655
3656 * alias.c (reg_known_value): Make this a VEC.
3657 (reg_known_equiv_p): Make this an sbitmap.
3658 (reg_known_value_size): Remove.
3659 (get_reg_known_value, set_reg_known_value, get_reg_known_equiv_p,
3660 set_reg_known_equiv_p): Update for reg_known_value and
3661 reg_known_value_size data structure change.
3662 (init_alias_analysis, end_alias_analysis): Likewise.
3663
3664 2012-05-29 Jakub Jelinek <jakub@redhat.com>
3665
3666 PR middle-end/53510
3667 * input.c (read_line): Use XRESIZEVEC instead of XNEWVEC
3668 to avoid leaking memory. No need to handle memory allocation
3669 failure. Double string_len on each reallocation instead of adding 2.
3670 * gcov.c (read_line): Likewise.
3671
3672 2012-05-29 Hans-Peter Nilsson <hp@axis.com>
3673
3674 * config/cris/cris.h (TARGET_HAS_BREAK, TARGET_TRAP_USING_BREAK8):
3675 New macros.
3676 * config/cris/cris.md ("trap"): Define, enabled for
3677 TARGET_TRAP_USING_BREAK8.
3678 * config/cris/cris.opt (mtrap-using-break8): New option.
3679
3680 2012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
3681
3682 PR c++/25137
3683 * doc/invoke.texi: Document -Wmissing-braces not enabled by -Wall
3684 for C++.
3685
3686 2012-05-28 Hans-Peter Nilsson <hp@axis.com>
3687
3688 * doc/md.texi (stack_protect_test): Remove negation of branch to label.
3689 (Standard Names): Fix typos in documentation of atomic patterns.
3690
3691 2012-05-27 Nathan Sidwell <nathan@acm.org>
3692
3693 * tree.c (build_constructor): Propagate TREE_SIDE_EFFECTS.
3694
3695 2012-05-26 Jason Merrill <jason@redhat.com>
3696
3697 PR c++/53220
3698 * c-typeck.c (array_to_pointer_conversion): Give -Wc++-compat warning
3699 about array compound literals.
3700
3701 2012-05-26 Eric Botcazou <ebotcazou@adacore.com>
3702
3703 * cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks
3704 if CLEANUP_NO_INSN_DEL.
3705 * cfgrtl.c (unique_locus_on_edge_between_p): New function extracted
3706 from cfg_layout_merge_blocks.
3707 (emit_nop_for_unique_locus_between): New function.
3708 (rtl_merge_blocks): Invoke emit_nop_for_unique_locus_between.
3709 (cfg_layout_merge_blocks): Likewise.
3710
3711 2012-05-26 Dimitrios Apostolou <jimis@gmx.net>
3712 Paolo Bonzini <bonzini@gnu.org>
3713
3714 * df-scan.c (df_def_record_1): Assert a parallel must contain an
3715 EXPR_LIST at this point. Receive the LOC and move its extraction...
3716 (df_defs_record): ... here. Change if-else to a switch statement.
3717 (df_find_hard_reg_defs, df_find_hard_reg_defs_1): New.
3718 (df_get_call_refs): Changed defs_generated from bitmap to HARD_REG_SET
3719 and compute it from df_find_hard_reg_defs(). Record DF_REF_BASE
3720 DEFs in REGNO order. Use HARD_REG_SET instead of bitmap for
3721 regs_invalidated_by_call.
3722 (df_insn_refs_collect): Record DF_REF_REGULAR DEFs after
3723 df_get_call_refs().
3724
3725 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
3726
3727 PR lto/52178
3728 * tree-inline.c (remap_gimple_op_r): Fix handling of FIELD_DECL.
3729 * tree.c (RETURN_TRUE_IF_VAR): Do not return true for PLACEHOLDER_EXPR.
3730
3731 2012-05-25 Michael Meissner <meissner@linux.vnet.ibm.com>
3732
3733 * config/rs6000/t-linux64: Delete the 32-bit multilib that uses
3734 software floating point emulation. No longer build the multilibs
3735 with -mstrict-align.
3736
3737 2012-05-25 Aldy Hernandez <aldyh@redhat.com>
3738
3739 PR middle-end/53008
3740 * trans-mem.c (ipa_tm_create_version_alias): Output new_node if
3741 accessed indirectly.
3742 (ipa_tm_create_version): Same.
3743
3744 2012-05-25 Uros Bizjak <ubizjak@gmail.com>
3745
3746 PR target/53474
3747 * config/i386/i386.c (ix86_print_operand) <case 'O'>: Print '.' here.
3748 <case 'C', case 'c', case 'F', case 'f'>: Print '.' only for C and c.
3749
3750 2012-05-25 Alexander Ivchenko <alexander.ivchenko@intel.com>
3751
3752 PR target/53435
3753 * config/i386/i386.c (ix86_expand_vec_perm): Use correct op.
3754 (ix86_expand_vec_perm): Use int mode instead of float.
3755 (expand_vec_perm_pshufb): Remove handling of useseless type
3756 conversion.
3757
3758 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
3759
3760 PR ada/52362
3761 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Set gas and
3762 gnu_ld variables to yes.
3763 * configure.ac (HAVE_GNU_LD): Move to after config.gcc inclusion.
3764 (HAVE_GNU_AS): Likewise.
3765 * config.in: Regenerate.
3766 * configure: Likewise.
3767
3768 2012-05-25 Tristan Gingold <gingold@adacore.com>
3769
3770 * config/i386/i386.c (struct ix86_frame): Remove unused frame field.
3771 (ix86_compute_frame_layout): Fix type of stack_alignment_needed
3772 and preferred_alignment.
3773
3774 2012-05-25 Tristan Gingold <gingold@adacore.com>
3775
3776 * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.
3777
3778 2012-05-25 Thomas Schwinge <thomas@codesourcery.com>
3779
3780 * fold-const.c (optimize_bit_field_compare): Abort early in the strict
3781 volatile bitfields case.
3782
3783 2012-05-24 Pat Haugen <pthaugen@us.ibm.com>
3784
3785 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
3786 rs6000_sched_costly_dep default to true_store_to_load_dep_costly.
3787 (adjacent_mem_locations): Move some code to and call...
3788 (get_memref_parts): ...new function.
3789 (mem_locations_overlap): New function.
3790 (rs6000_adjust_priority): Adjust calls to is_load_insn/is_store_insn.
3791 (is_mem_ref): Rename to...
3792 (find_mem_ref): ...this. Return MEM rtx.
3793 (get_store_dest): Remove function.
3794 (is_load_insn1, is_load_insn, is_store_insn1, is_store_insn): Add
3795 new parameter and adjust calls.
3796 (rs6000_is_costly_dependence): Update calls for extra arg. Make sure
3797 mem refs overlap for true_store_to_load_dep_costly.
3798 (rs6000_sched_reorder2): Update calls for extra arg. Adjust args
3799 passed to adjacent_mem_locations.
3800 (is_costly_group): Walk resolved dependency list.
3801 (force_new_group): Emit group ending nop for Power6/Power7.
3802 * config/rs6000/rs6000.md (UNSPEC_GRP_END_NOP): New enum value.
3803 (group_ending_nop): New define_insn.
3804
3805 2012-05-24 Dodji Seketeli <dodji@redhat.com>
3806
3807 Make unwound macro expansion trace less redundant
3808 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Don't print
3809 context of macro definition in the trace, when it's redundant.
3810 Update comments.
3811
3812 2012-05-24 Richard Guenther <rguenther@suse.de>
3813
3814 PR middle-end/53460
3815 * tree-profile.c (tree_profiling): Cleanup the CFG if
3816 execute_fixup_cfg requests it.
3817
3818 2012-05-24 Richard Guenther <rguenther@suse.de>
3819
3820 * tree-flow.h (create_var_ann): Remove.
3821 * tree-dfa.c (create_var_ann): Remove and inline into its
3822 single caller ...
3823 (add_referenced_var_1): ... here.
3824 * varpool.c (add_new_static_var): Do not call add_referenced_var
3825 for global vars.
3826 * gimple-fold.c (canonicalize_constructor_val): Likewise.
3827 * tree-switch-conversion.c (build_one_array): Likewise.
3828 * tree-profile.c (gimple_gen_ic_profiler): Likewise.
3829 * tree-flow-inline.h (gimple_referenced_vars): Guard against
3830 NULL fn argument.
3831 * tree-inline.c (remap_gimple_op_r): Likewise. Check
3832 gimple_referenced_vars instead of gimple_in_ssa_p.
3833 (copy_tree_body_r): Likewise.
3834 (setup_one_parameter): Likewise.
3835 (declare_return_variable): Likewise.
3836 (tree_function_versioning): Likewise.
3837
3838 2012-05-24 Jakub Jelinek <jakub@redhat.com>
3839
3840 PR tree-optimization/53465
3841 * tree-vrp.c (extract_range_from_cond_expr): First copy_value_range
3842 vr0 into *vr, then vrp_meet that.
3843 (vrp_meet): If one vr type is VR_UNDEFINED, ensure the result doesn't
3844 have any equivalences.
3845 (vrp_visit_phi_node): Call copy_value_range instead of vrp_meet the
3846 first time.
3847
3848 2012-05-24 Jim MacArthur <jim.macarthur@arm.com>
3849
3850 * recog.c (reg_fits_class_p): Check both regno and regno + offset are
3851 hard registers.
3852 * regs.h (in_hard_reg_set_p): Assert that regno is a hard register and
3853 check end_regno - 1 is a hard register.
3854
3855 2012-05-24 Richard Guenther <rguenther@suse.de>
3856
3857 * varpool.c (add_new_static_var): Remove call to create_var_ann.
3858 * tree-ssa-operands.c (create_vop_var): Likewise.
3859
3860 2012-05-24 Richard Guenther <rguenther@suse.de>
3861
3862 PR bootstrap/53466
3863 * tree-ssa-live.c (remove_unused_scope_block_p): Properly
3864 handle globals.
3865 (remove_unused_locals): Pass global_unused_vars to
3866 remove_unused_scope_block_p. Restore code walking all
3867 referenced vars and pruning them.
3868
3869 2012-05-23 Jan Hubicka <jh@suse.cz>
3870
3871 * tree.h (alias_diag_flags): Remove.
3872 (alias_pair): Remove emitted_diags.
3873 (finish_aliases_1, finish_aliases_2, remove_unreachable_alias_pairs,
3874 symbol_alias_set_t, symbol_alias_set_destroy,
3875 symbol_alias_set_contains, propagate_aliases_backward): Remove.
3876 * toplev.c (compile_file): Do not call finish_aliases_2
3877 * cgraphunit.c (cgraph_process_new_functions): Do not call
3878 finish_aliases_1.
3879 (handle_alias_pairs): Output diagnostics about aliases to externals.
3880 (assemble_thunks_and_aliases): Use do_assemble_alias.
3881 (output_weakrefs): Likewise.
3882 (finalize_compilation_unit): Do not call finish_aliases_1.
3883 * ipa.c (symtab_remove_unreachable_nodes): De not call
3884 remove_unreachable_alias_pairs.
3885 * varasm.c (do_assemble_alias): Export.
3886 (symbol_alias_set_create, symbol_alias_set_destroy,
3887 symbol_alias_set_contains, symbol_alias_set_insert,
3888 propagate_aliases_forward, propagate_aliases_backward,
3889 propagate_aliases_backward, trivially_visible_alias,
3890 trivially_defined_alias, remove_unreachable_alias_pairs,
3891 finish_aliases_1, finish_aliases_2, assemble_alias): Remove.
3892 * output.h (do_assemble_alias): Declare.
3893 * varpool.c (varpool_remove_unreferenced_decls): Do not call
3894 finish_aliases_1.
3895
3896 2012-05-23 Martin Jambor <mjambor@suse.cz>
3897
3898 * ipa-inline-analysis.c (inline_merge_summary): Free operand_map.
3899
3900 2012-05-23 Eric Botcazou <ebotcazou@adacore.com>
3901
3902 * gimple.c (gimple_types_compatible_p_1) <ARRAY_TYPE>: Remove bogus
3903 size handling.
3904 (gimple_canonical_types_compatible_p) <ARRAY_TYPE>: Likewise.
3905 (iterative_hash_gimple_type): Adjust comment.
3906 (iterative_hash_canonical_type): Likewise. Hash the bounds of the
3907 domain for an array type instead of the domain type itself.
3908
3909 2012-05-23 Richard Guenther <rguenther@suse.de>
3910
3911 PR tree-optimization/53438
3912 * tree-sra.c (analyze_access_subtree): Correct bitfield exclusion.
3913
3914 2012-05-23 Georg-Johann Lay <avr@gjlay.de>
3915
3916 PR target/53448
3917 * config/avr/avr.h (ASM_OUTPUT_ALIGN): Don't inhibit .p2align 1.
3918 * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Use
3919 ASM_OUTPUT_ALIGN.
3920
3921 2012-05-23 Richard Guenther <rguenther@suse.de>
3922
3923 * tree-dfa.c (add_referenced_var_1): Do not add global vars.
3924 * tree-ssa-live.c (mark_all_vars_used_1): Handle global vars
3925 via the global_unused_vars bitmap.
3926 (remove_unused_locals): Handle global vars in local-decls via
3927 a global_unused_vars bitmap instead of the used flag in the
3928 var annotation. Simplify global variable handling and removal.
3929
3930 2012-05-22 Jan Hubicka <jh@suse.cz>
3931
3932 PR middle-end/53426
3933 * tree-ssa-structalias.c (create_variable_info_for): Skip constructors
3934 from other partitions.
3935
3936 2012-05-22 Jan Hubicka <jh@suse.cz>
3937
3938 PR middle-end/53161
3939 * symtab.c (symtab_register_node): Fix ordering issue.
3940
3941 2012-05-22 Steven Drake <sbd@NetBSD.org>
3942
3943 * gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir.
3944
3945 2012-05-22 David Edelsohn <dje.gcc@gmail.com>
3946
3947 * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_table_ref):
3948 Use strip_name_encoding target hook.
3949
3950 2012-05-22 Richard Guenther <rguenther@suse.de>
3951
3952 * tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
3953 (init_function_for_compilation): Remove.
3954 * tree-dfa.c (find_vars_r): Take struct function argument.
3955 (find_referenced_vars_in): Adjust.
3956 * tree-ssa-operands.c (clobber_stats): Remove.
3957 (create_vop_var): Take struct function argument. Mark
3958 virtual operand with VAR_DECL_IS_VIRTUAL_OPERAND.
3959 (init_ssa_operands): Take struct function argument.
3960 (fini_ssa_operands): Do not dump dead stats.
3961 * tree-ssa-operands.h (init_ssa_operands): Take struct function
3962 argument.
3963 * cgraphunit.c (init_lowered_empty_function): Adjust.
3964 * lto-streamer-in.c (input_cfg): Likewise.
3965 * tree-inline.c (initialize_cfun): Likewise.
3966 * tree-into-ssa.c (rewrite_into_ssa): Likewise.
3967 * omp-low.c (expand_omp_taskreg): Likewise. Avoid switching cfun.
3968 * gimple.c (is_gimple_reg): Optimize the SSA_NAME case,
3969 virtual operands are not registers.
3970
3971 2012-05-22 Richard Guenther <rguenther@suse.de>
3972
3973 * tree-cfg.c (verify_gimple_assign_unary): Fix typo in previous commit.
3974
3975 2012-05-22 Richard Guenther <rguenther@suse.de>
3976
3977 PR middle-end/53437
3978 * tree-inline.c (setup_one_parameter): Create a dummy init
3979 statement for unused parameters when not optimizing.
3980
3981 2012-05-22 Richard Guenther <rguenther@suse.de>
3982
3983 * tree-flow.h (add_referenced_var_1): Declare.
3984 (add_referenced_var): Define.
3985 * tree-dfa.c (referenced_var_check_and_insert): Avoid one hash lookup.
3986 (add_referenced_var): Rename to ...
3987 (add_referenced_var_1): ... this. Take struct function argument.
3988
3989 2012-05-22 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3990
3991 PR target/53334
3992 * config/arm/arm-protos.h (arm_validize_comparison): Declare.
3993 * config/arm/arm.c (arm_validize_comparison): Define.
3994 * config/arm/arm.md ("cbranchsi4"): Cleanup expansion and use
3995 arm_validize_comparison.
3996 ("cbranchdi4"): Likewise.
3997 ("cstoredi4"): Likewise.
3998 ("movsicc"): Likewise.
3999 ("movsfcc"): Likewise.
4000 ("movdfcc"): Likewise.
4001
4002 2012-05-22 Dimitrios Apostolou <jimis@gmx.net>
4003
4004 * df-scan.c (df_scan_alloc): Round up allocation pools size, reduce
4005 the mw_reg_pool size.
4006
4007 2012-05-22 Paolo Bonzini <bonzini@gnu.org>
4008
4009 PR tree-optimization/53336
4010 * tree-cfg.c (verify_gimple_assign_unary): Allow conversion from
4011 non-integer integral types to offset type and vice versa.
4012
4013 2012-05-22 Alan Modra <amodra@gmail.com>
4014
4015 * config/rs6000/aix.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
4016 * config/rs6000/darwin.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
4017 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE,
4018 V_SAVE_INLINE): Delete.
4019 * config/rs6000/rs6000.c (V_SAVE_INLINE): Delete.
4020 (rs6000_savres_strategy): Reimplement GP/FP/V_SAVE_INLINE logic.
4021 For ELF targets, use out-of-line restores for -Os and any number
4022 of regs if the restore exits, and out-of-line gp save for two or
4023 more regs. Use save_reg_p to test for holes in reg restore set.
4024 Replace "#if" with "if".
4025
4026 2012-05-22 Alan Modra <amodra@gmail.com>
4027
4028 * config/rs6000/rs6000.c (save_reg_p): New function.
4029 (first_reg_to_save, first_fp_reg_to_save): Use it here.
4030 (first_altivec_reg_to_save, restore_saved_cr): Likewise.
4031 (emit_frame_save): Use gen_frame_store.
4032 (gen_frame_mem_offset): Correct SPE condition requiring reg+reg.
4033 (rs6000_emit_prologue): Use save_reg_p. Use gen_frame_store for
4034 vrsave and toc.
4035 (rs6000_emit_epilogue): Use save_reg_p. Use gen_frame_load for
4036 vrsave, toc, gp and fp restores.
4037
4038 2012-05-22 Alan Modra <amodra@gmail.com>
4039
4040 * config/rs6000/rs6000.c: Delete unnecessary forward declarations.
4041 Move those with ATTRIBUTE_UNUSED to immediately before definitions.
4042 Move function pointer variables after forward declarations.
4043 (rs6000_builtin_support_vector_misalignment): Make static.
4044 (rs6000_legitimate_address_p, rs6000_gimplify_va_arg): Likewise.
4045 (rs6000_function_value, rs6000_can_eliminate): Likewise.
4046
4047 2012-05-21 Bernd Schmidt <bernds@codesourcery.com>
4048
4049 PR rtl-optimization/53373
4050 * caller-save.c (save_call_clobbered_regs): Look into a possible
4051 PARALLEL manually rather than using single_set on a call insn.
4052
4053 2012-05-21 Jakub Jelinek <jakub@redhat.com>
4054
4055 PR tree-optimization/53436
4056 * omp-low.c (omp_build_component_ref): New function.
4057 (build_receiver_ref, build_sender_ref, create_task_copyfn): Use it.
4058
4059 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
4060
4061 * config/i386/i386.c (put_condition_code): Change "reverse" and "fp"
4062 arguments to bool.
4063 (ix86_print_operand) <case 'O'>: Look at mode size of the operand.
4064 Do not print '.' here. Output operand lossage error for unhandled
4065 sizes. Move.
4066 <case '*'>: Move.
4067 <case '&'>: Ditto.
4068 <case 'Y'>: Ditto.
4069 <case 'z'>: Hardcode "code" argument into error strings.
4070 <case 'Z'>: Ditto.
4071 <case 'D'>: Merge AVX and non-AVX codes.
4072 <case 'C', case 'c', case 'F', case 'f'>: Merge. Fix error string.
4073 Update call to put_condition_code.
4074
4075 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
4076
4077 * config/m68k/m68k.md (*clzsi2_cf): Renamed from clzsi2. Call
4078 CC_STATUS_INIT.
4079 (clzsi2): New expander.
4080 (*clzsi2_68k): New insn.
4081 * config/m68k/m68k.h: Update comment about CLZ_DEFINED_VALUE_AT_ZERO.
4082
4083 2012-05-21 Aldy Hernandez <aldyh@redhat.com>
4084
4085 * gimple.h (gimple_set_in_transaction): Remove.
4086 (gimple_in_transaction): Look in BB instead.
4087 (gimple_statement_base): Remove in_transaction field.
4088 * basic-block.h (enum bb_flags): Add BB_IN_TRANSACTION.
4089 * trans-mem.c (compute_transaction_bits): Place transaction bit
4090 information into basic blocks.
4091
4092 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
4093
4094 * expr.c (get_def_for_expr_class): Define only if
4095 HAVE_conditional_move.
4096 (convert_tree_comp_to_rtx): Likewise.
4097
4098 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
4099
4100 PR target/53399
4101 * config/i386/i386.md (ffs<mode>2): Generate CCCmode compare
4102 for TARGET_BMI.
4103 (ffssi2_no_cmove): Ditto.
4104 (*ffs<mode>_1): Remove insn pattern.
4105 (*tzcnt<mode>_1): New insn pattern.
4106 (*bsf<mode>1): Ditto.
4107
4108 2012-05-21 Richard Guenther <rguenther@suse.de>
4109
4110 * tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for
4111 more referenced vars.
4112 * tree-ssa-live.c (mark_all_vars_used_1): Only set the used
4113 flag on variables that have a var-annotation.
4114
4115 2012-05-21 Joseph Myers <joseph@codesourcery.com>
4116
4117 PR c/53418
4118 * c-typeck.c (build_conditional_expr): Remove C_MAYBE_CONST_EXPR
4119 from folded operands before wrapping another around the
4120 conditional expression.
4121
4122 2012-05-21 Jakub Jelinek <jakub@redhat.com>
4123
4124 PR tree-optimization/53366
4125 * tree-vect-slp.c (vect_supported_load_permutation_p): Don't shortcut
4126 tests if complex_numbers == 2, but there are non-complex number loads
4127 too.
4128
4129 PR tree-optimization/53409
4130 * tree-vect-loop.c (vect_analyze_loop_operations): Don't check
4131 vinfo_for_stmt (op_def_stmt) if op_def_stmt isn't inside loop.
4132
4133 PR tree-optimization/53410
4134 * fold-const.c (fold_binary_loc): Use build_zero_cst (type)
4135 instead of build_int_cst (type, 0) where vector types might be
4136 involved. Instead of build_int_cst (type, 1) convert the original
4137 integer_onep argument to the desired type.
4138
4139 2012-05-21 Michael Matz <matz@suse.de>
4140
4141 * genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.
4142 (simplify_test_exp): Handle one more case of distributive law,
4143 decrease cost threshold.
4144 (tests_attr_p, get_attr_order): New functions.
4145 (optimize_attrs): Use topological order, inline only cheap values.
4146 (write_attr_set): Reset our_known_true after some time.
4147
4148 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
4149
4150 PR target/53425
4151 * config/i386/i386.c (type_natural_mode): Warn passing SSE
4152 vector argument without SSE enabled changes the ABI.
4153
4154 2012-05-21 Richard Guenther <rguenther@suse.de>
4155
4156 PR tree-optimization/53408
4157 * tree-vect-loop.c (vectorizable_induction): Properly check
4158 the restriction that we cannot handle induction results from
4159 the inner loop outside of the outer loop.
4160
4161 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
4162
4163 PR target/53416
4164 * config/i386/i386.md (UNSPEC_RDRAND): Renamed to ...
4165 (UNSPECV_RDRAND): This.
4166 (rdrand<mode>_1): Updated.
4167
4168 2012-05-21 Richard Guenther <rguenther@suse.de>
4169
4170 * tree-loop-distribution.c (can_generate_builtin): Reject
4171 volatile stmts.
4172
4173 2012-05-21 Chung-Lin Tang <cltang@codesourcery.com>
4174
4175 * Makefile.in (options.c): Add options.h to included header
4176 files, before tm.h.
4177
4178 2012-05-21 Razya Ladelsky <razya@il.ibm.com>
4179
4180 * tree-parloops.c : Add myself to contributors, update
4181 TODO list, add link to wiki.
4182
4183 2012-05-21 Alan Modra <amodra@gmail.com>
4184
4185 * config/rs6000/predicates.md (input_operand): Don't match
4186 constant pool addresses. Remove label_ref, high and plus from
4187 match_code list. Remove redundant CONSTANT_P test.
4188 (splat_input_operand): Similarly update match_code list.
4189 (small_toc_ref): New predicate.
4190 * config/rs6000/rs6000-protos.h (toc_relative_expr_p): Update prototype.
4191 * config/rs6000/rs6000.c (tocrel_base, tocrel_offset): Make const.
4192 (legitimate_constant_pool_address_p): Move TARGET_TOC test and
4193 register checks to..
4194 (toc_relative_expr_p): ..here. Add "strict" param. Match new rtl
4195 generated by create_TOC_reference.
4196 (rs6000_legitimize_address): Update cerate_TOC_reference call.
4197 (rs6000_delegitimize_address): Handle new rtl for toc refs.
4198 (rs6000_cannot_force_const_mem, rs6000_find_base_term): Likewise.
4199 (use_toc_relative_ref): New function, split out from..
4200 (rs6000_emit_move): ..here. Remove redundant tests. Update
4201 create_TOC_reference calls.
4202 (rs6000_legitimize_reload_address): Formatting. Handle splitting
4203 of medium/large model toc addresses. Use use_toc_relative_ref.
4204 (print_operand): Formatting, style. Adjust for toc changes.
4205 (print_operand_address): Likewise.
4206 (rs6000_output_addr_const_extra): Likewise.
4207 (create_TOC_reference): Put TOC_REGISTER in UNSPEC_TOCREL rather
4208 than a PLUS. Use this formulation for both high and low part
4209 of -mcmodel=medium/large toc reference too. Before reload,
4210 always use the small model formulation.
4211 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Similarly avoid
4212 a PLUS in high part of addresses here.
4213 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
4214 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
4215 (largetoc_high, largetoc_low): Move earlier. Cope when no
4216 base reg available.
4217 (largetoc_high_plus): New insn.
4218 (movsi_internal1, movsi_internal1_single, movsf_softfloat,
4219 movdi_mfpgpr, movdi_internal64): Don't handle 'R' constraint here..
4220 (tocref): ..instead do so here, new insn and split.
4221
4222 2012-05-20 H.J. Lu <hongjiu.lu@intel.com>
4223
4224 * config/i386/driver-i386.c (host_detect_local_cpu): Support
4225 RDRND, F16C and FSGSBASE.
4226
4227 2012-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4228
4229 PR rtl-optimzation/53373
4230 * config/pa/pa.md (call_symref_pic): Don't expose PIC register save in
4231 call pattern. Update split patterns.
4232 (call_symref_64bit, call_reg_pic, call_reg_64bit, call_val_symref_pic,
4233 call_val_symref_64bit, call_val_reg_pic, call_val_reg_64bit): Likewise.
4234
4235 2012-05-20 Razya Ladelsky <razya@il.ibm.com>
4236
4237 * tree-parloops.c (gen_parallel_loop): Change many_iterations_cond
4238 for outer loops.
4239
4240 2012-05-18 Jan Hubicka <jh@suse.cz>
4241
4242 * cgraphunit.c (handle_alias_pairs): Declare; free alias_pairs
4243 (cgraph_process_new_functions): Process also aliases.
4244 * lto-streamer-out.c (struct sets): Remove.
4245 (trivally_defined_alias): Remove.
4246 (output_alias_pair_p): Remove.
4247 (output_unreferenced_globals): Remove.
4248 (produce_symtab); Do not handle alias pairs.
4249 (produce_asm_for_decls): Likewise.
4250 * lto-streamer-in.c (input_alias_pairs): Remove.
4251 (lto_read_body): Do not input alias pairs.
4252 (lto_input_constructors_and_inits): Remove.
4253
4254 2012-05-18 Jan Hubicka <jh@suse.cz>
4255
4256 * cgraphunit.c (handle_alias_pairs): Cleanup; handle all types of
4257 aliases.
4258
4259 2012-05-18 Jan Hubicka <jh@suse.cz>
4260
4261 * cgraphbuild.c (record_reference): Update.
4262 * lto-cgraph.c (lto_output_varpool_node): External vars
4263 are not in other partition even if they are not output
4264 in current partition.
4265 * gimple-fold.c (can_refer_decl_in_current_unit_p): Take FROM_DECL
4266 argument; fix.
4267 (canonicalize_constructor_val): Take FROM_DECL argument.
4268 (fold_ctor_reference, fold_string_cst_ctor_reference,
4269 fold_array_ctor_reference, fold_nonarray_ctor_reference,
4270 fold_ctor_reference): Likewise.
4271 (fold_const_aggregate_ref_1, gimple_get_virt_method_for_binfo): Update.
4272 * gimple.h (gimple_fold_builtin): Likewise.
4273
4274 2012-05-18 Olivier Hainque <hainque@adacore.com>
4275
4276 * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of
4277 $(libsubdir) as libexecsubdir.
4278
4279 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4280
4281 * config/rs6000/rs6000.c (print_operand): Revise code that unsafely
4282 relied on signed overflow behavior.
4283
4284 2012-05-18 Richard Guenther <rguenther@suse.de>
4285
4286 PR tree-optimization/53346
4287 * tree-loop-distribution.c (ldist_gen): Make sure to apply
4288 builtin transform even when only a single partition with
4289 all reads/writes exists.
4290
4291 2012-05-18 Richard Guenther <rguenther@suse.de>
4292
4293 PR tree-optimization/53390
4294 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Ignore
4295 strided loads.
4296
4297 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4298
4299 * tree-ssa-reassoc.c (bip_map): Remove decl.
4300 (completely_remove_stmt): Remove function.
4301 (remove_def_if_absorbed_call): Remove function.
4302 (remove_visited_stmt_chain): Remove __builtin_powi handling.
4303 (possibly_move_powi): Remove function.
4304 (rewrite_expr_tree): Remove calls to possibly_move_powi.
4305 (rewrite_expr_tree_parallel): Likewise.
4306 (attempt_builtin_powi): Build multiplies explicitly rather than
4307 relying on the ops vector and rank system.
4308 (transform_stmt_to_copy): New function.
4309 (transform_stmt_to_multiply): Likewise.
4310 (reassociate_bb): Handle leftover operations after __builtin_powi
4311 optimization; build a final multiply if necessary.
4312
4313 2012-05-18 Jan Hubicka <jh@suse.cz>
4314
4315 * cgraphunit.c (varpool_finalize_decl): Allow external decls.
4316 (mark_functions_to_output): Fix sanity check.
4317 * ipa.c (function_and_variable_visibility): Remove TREE_STATIC check.
4318
4319 2012-05-18 Richard Guenther <rguenther@suse.de>
4320
4321 * tree-flow.h (mark_symbols_for_renaming): Remove.
4322 * tree-dfa.c (mark_symbols_for_renaming): Likewise.
4323 * tree-inline.c (copy_edges_for_bb): Do not mark symbols for renaming.
4324 (copy_debug_stmt): Likewise.
4325 (expand_call_inline): Likewise.
4326 (declare_return_variable): Mark the return variable for renaming
4327 if necessary.
4328
4329 2012-05-18 Andrew Stubbs <ams@codesourcery.com>
4330
4331 * config/arm/arm-protos.h (arm_emit_coreregs_64bit_shift): New
4332 prototype.
4333 * config/arm/arm.c (arm_emit_coreregs_64bit_shift): New function.
4334 * config/arm/arm.md (ashldi3): Use arm_emit_coreregs_64bit_shift.
4335 (ashrdi3,lshrdi3): Likewise.
4336 (arm_cond_branch): Remove '*' to enable gen_arm_cond_branch.
4337
4338 2012-05-18 Meador Inge <meadori@codesourcery.com>
4339
4340 PR rtl-optimization/53352
4341 * cse.c (equiv_constant): Ignore paradoxical subregs.
4342
4343 2012-05-17 Steven Bosscher <steven@gcc.gnu.org>
4344
4345 PR rtl-optimization/53125
4346 * regstat.c (regstat_bb_compute_ri): Take new local_live_last_luid
4347 argument. Simplify calculation of REG_LIVE_LENGTH for regnos that
4348 die in the basic block. Correctly top off REG_FREQ and
4349 REG_FREQ_CALLS_CROSSED.
4350 Remove do_not_gen.
4351 (regstat_compute_ri): Allocate and free local_live_last_luid.
4352 Remove do_not_gen.
4353 (regstat_bb_compute_calls_crossed): Correctly top off
4354 REG_FREQ_CALLS_CROSSED.
4355
4356 2012-05-17 Jan Hubicka <jh@suse.cz>
4357
4358 * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with
4359 constructor over decl without.
4360 * cgraph.c (cgraph_remove_node): Clear also body of unanalyzed nodes.
4361 * cgraph.h (varpool_can_remove_if_no_refs): Handle external correctly.
4362 * cgraphunit.c (process_function_and_variable_attributes): Finalize
4363 extrnal decls.
4364 (mark_functions_to_output): Also accept bodies for functions with
4365 clones.
4366 (output_in_order): Skip external vars.
4367 * lto-cgraph.c (lto_output_node): External functions are never in other
4368 partition.
4369 (lto_output_varpool_node): Likewise.
4370 * lto-streamer-out.c (lto_write_tree): Always use error_mark_nodes for
4371 forgotten initializers.
4372 * ipa.c (process_references): Handle external vars.
4373 (symtab_remove_unreachable_nodes): Update to handle external vars.
4374 (varpool_externally_visible_p): External vars are externally visible.
4375 * gimple-fold.c (can_refer_decl_in_current_unit_p): Update.
4376 * varpool.c (varpool_remove_node): Remove constructor.
4377 (decide_is_variable_needed): Handle externals.
4378 (varpool_remove_unreferenced_decls): Likewise.
4379
4380 2012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
4381
4382 * opts.c (common_handle_option): -pedantic-errors enables -Wpedantic.
4383 (enable_warning_as_error): Do not special case Wuninitialized.
4384 * optc-gen.awk: Add sanity checks.
4385
4386 2012-05-17 Jan Hubicka <jh@suse.cz>
4387
4388 * ipa-reference.c (is_proper_for_analysis): Do not check flags
4389 that might change as result of global optimization.
4390 (analyze_function): Do not check analyzed and externally_visible
4391 flags; be happy about address dereferences.
4392 (propagate): Prune all_module_statics so it really contains just
4393 statics; prune all the local summaries.
4394 (ipa_reference_write_optimization_summary): Simplify.
4395
4396 2012-05-17 Kwok Cheung Yeung <kcy@codesourcery.com>
4397
4398 * config/m68k/m68k-devices.def: Add 51ag, 51je, 51jf, 51jg, 51mm, 51qm.
4399 * config/m68k/m68k-tables.opt: Regenerated.
4400 * doc/invoke.texi (M680x0 Options): Document.
4401
4402 2012-05-16 Dave Boutcher <daveboutcher@gmail.com>
4403 Patrick Marlier <patrick.marlier@gmail.com>
4404
4405 * trans-mem.c (ipa_tm_transform_clone): Transform functions with
4406 indirect calls.
4407
4408 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
4409
4410 * configure: Regenerated.
4411
4412 2012-05-16 Andrew Pinski <apinski@cavium.com>
4413
4414 * gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under
4415 GIMPLE_ASSIGN.
4416
4417 2012-05-16 David S. Miller <davem@davemloft.net>
4418
4419 * jump.c (delete_related_insns): If we remove a CALL, make sure
4420 we delete it's NOTE_INSN_CALL_ARG_LOCATION note too.
4421
4422 2012-05-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4423
4424 PR tree-optimization/53217
4425 * tree-ssa-reassoc.c (bip_map): New static variable.
4426 (possibly_move_powi): Move feeding multiplies with __builtin_powi call.
4427 (attempt_builtin_powi): Save feeding multiplies on a stack.
4428 (reassociate_bb): Create and destroy bip_map.
4429
4430 2012-05-16 Olivier Hainque <hainque@adacore.com>
4431
4432 * Makefile.in (install-no-fixedincludes): New target, former toplevel
4433 gcc-no-fixedincludes. Stash "include-fixed" in addition to "include".
4434 Add comments and improve stamp preservation across the whole sequence.
4435 (stmp-int-hdrs): Use move-if-change + cp -p to setup fix_dir/limits.h.
4436
4437 2012-05-16 Richard Guenther <rguenther@suse.de>
4438
4439 * tree-inline.c (insert_init_stmt): Do not call
4440 mark_symbols_for_renaming.
4441 (setup_one_parameter): Avoid initializing unused parameters.
4442 (declare_return_variable): Properly handle DECL_BY_REFERENCE
4443 return vars in SSA form.
4444
4445 2012-05-16 Richard Guenther <rguenther@suse.de>
4446
4447 * tree-flow.h (get_virtual_var): Remove.
4448 * tree-dfa.c (get_virtual_var): Likewise.
4449
4450 2012-05-16 Richard Guenther <rguenther@suse.de>
4451
4452 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1):
4453 Remove set-only bitmap of new names.
4454 (slpeel_tree_peel_loop_to_edge): Likewise. Do not set
4455 CFG hooks.
4456 * tree-flow.h (ssa_names_to_replace): Remove.
4457 * tree-into-ssa.c (ssa_names_to_replace): Likewise.
4458
4459 2012-05-16 Richard Guenther <rguenther@suse.de>
4460
4461 PR tree-optimization/53364
4462 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
4463 detect a view-conversion of the decl.
4464
4465 2012-05-16 Dodji Seketeli <dodji@redhat.com>
4466
4467 PR preprocessor/7263
4468 * c-tree.h (enum c_declspec_word): Declare new enum.
4469 (struct c_declspecs::locations): New member.
4470 (declspecs_add_qual, declspecs_add_scspec)
4471 (declspecs_add_addrspace, declspecs_add_alignas): Take a new
4472 location parameter.
4473 * c-decl.c (build_null_declspecs): Initialize the new struct
4474 c_declspecs::locations member.
4475 (declspecs_add_addrspace): Take a location parameter for the
4476 address space. Store it onto declaration specifiers.
4477 (declspecs_add_qual): Likewise, take a location parameter for the
4478 qualifier.
4479 (declspecs_add_type): Likewise, take a location parameter for the
4480 type specifier.
4481 (declspecs_add_scspec): Likewise, take a location parameter for
4482 the storage class specifier.
4483 (declspecs_add_attrs): Likewise, take a location parameter for the
4484 first attribute.
4485 (declspecs_add_alignas): Likewise, take a location parameter for
4486 the alignas token.
4487 (finish_declspecs): For diagnostics, use the location of the
4488 relevant declspec, instead of the global input_location.
4489 * c-parser.c (c_parser_parameter_declaration): Pass the precise
4490 virtual location of the declspec to the declspecs-setters.
4491 (c_parser_declspecs): Likewise. Avoid calling c_parser_peek_token
4492 repeatedly.
4493
4494 2012-05-16 Igor Zamyatin <igor.zamyatin@intel.com>
4495
4496 * configure.ac: Stack protector enabling for Android targets.
4497 * configure: Regenerate.
4498
4499 2012-05-16 Richard Sandiford <r.sandiford@uk.ibm.com>
4500
4501 * ira.c (pseudo_move_insn): Delete.
4502 (find_moveable_pseudos): Don't set it.
4503 (move_unallocated_pseudos): Use DF_REG_DEF_CHAIN to find
4504 the definitions of the original pseudo. Delete all of them.
4505
4506 2012-05-16 Olivier Hainque <hainque@adacore.com>
4507
4508 * config/rs6000/rs6000-opts.h (enum processor_type): Add
4509 PROCESSOR_PPC8548.
4510 * config/rs6000/rs6000-cpus.def: Reference it for cpu="8548".
4511 * config/rs6000/rs6000.md (cpu attribute definition): Add ppc8548.
4512 * config/rs6000/8540.md: indicate that the units/patterns apply to
4513 ppc8548 as well.
4514
4515 * config/rs6000/rs6000.c (rs6000_option_override_internal): Rename
4516 default_cpu into implicit_cpu, conveying what --with-cpu was passed at
4517 configure time. Treat implicit_cpu as have_CPU. Pick defaults for SPE
4518 related flags, check that what is queried is supported by the selected
4519 configuration. Rework the single/double_float and MASK_STRING resets to
4520 hit for all the E500 cores (854x + E500MC variants). Select the ppc8540
4521 costs for PROCESSOR_PPC8548 as well.
4522 (rs6000_issue_rate): case CPU_PPC8548 together with CPU_PPC8540.
4523 (rs6000_use_sched_lookahead): Likewise, rewriting function as a case
4524 statement instead of a sequence of ifs.
4525
4526 * config/rs6000/rs6000.h (TARGET_E500): Remove.
4527 (TARGET_NO_LWSYNC): Adjust accordingly.
4528 * config/rs6000/e500.h (TARGET_E500): Remove.
4529 (CHECK_E500_OPTIONS): Adjust accordingly.
4530 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove.
4531 (TARGET_DEFAULT): Reformat definition to match the one in linuxspe.h.
4532 * config/rs6000/linuxspe.h: Likewise.
4533 * config/rs6000/vxworks.h: Remove bogus TARGET_E500 overrides and
4534 superfluous comments.
4535 * config/rs6000/e500-double.h: Remove.
4536
4537 * config.gcc (pick a default with_cpu): For powerpc*-*-*spe*,
4538 default to with_cpu=8548 if --enable-e500-double, and to 8540
4539 otherwise.
4540 (set misc flags section): For powerpc*|rs6000*, remove inclusion
4541 of e500-double.h for --enable-e500-double.
4542
4543 2012-05-16 Olivier Hainque <hainque@adacore.com>
4544
4545 * Makefile.in (s-header-vars): Resort to -n instead of trailing
4546 -e d in sed invocation.
4547
4548 2012-05-16 Hans-Peter Nilsson <hp@axis.com>
4549
4550 * doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to
4551 source-code.
4552 * doc/tm.texi: Regenerate.
4553
4554 2012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
4555
4556 * tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
4557
4558 2012-05-15 Jakub Jelinek <jakub@redhat.com>
4559
4560 PR target/53358
4561 * config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
4562 that operands[2] is either immediate, or q_regs_operand.
4563
4564 2012-05-15 Richard Guenther <rguenther@suse.de>
4565
4566 * cgraphunit.c (thunk_adjust): Use make_rename_temp.
4567 (assemble_thunk): Likewise. Manually rename and register
4568 function arguments.
4569
4570 2012-05-15 Richard Guenther <rguenther@suse.de>
4571
4572 PR tree-optimization/53355
4573 * tree-vrp.c (extract_range_from_binary_expr_1): Handle LSHIFT_EXPRs
4574 by constants.
4575
4576 2012-05-15 Tristan Gingold <gingold@adacore.com>
4577
4578 * tree-ssa-strlen.c (get_string_length): Convert lhs if needed.
4579
4580 2012-05-15 Richard Guenther <rguenther@suse.de>
4581
4582 * gimple.c (gimple_set_modified): Move ...
4583 * gimple.h (gimple_set_modified): ... here.
4584
4585 2012-05-15 Tristan Gingold <gingold@adacore.com>
4586
4587 * ira-color.c (move_spill_restore): Add a guard.
4588
4589 2012-05-15 Tristan Gingold <gingold@adacore.com>
4590
4591 * config/ia64/ia64.c (ia64_emit_probe_stack_range): Adjust calls to
4592 plus_constant.
4593
4594 2012-05-15 Eric Botcazou <ebotcazou@adacore.com>
4595
4596 * gimplify.c (gimplify_init_constructor): Do a block move for very
4597 small objects as well.
4598
4599 2012-05-15 Bernd Schmidt <bernds@codesourcery.com>
4600
4601 * ira.c (find_moveable_pseudos): Skip registers whose
4602 DF_REG_EQ_USE_COUNT is nonzero.
4603
4604 2012-05-15 Kenneth Zadeck <zadeck@naturalbridge.com>
4605
4606 * doc/md.texi (fma): Define to only be applicable for single rounding.
4607
4608 2012-05-14 Uros Bizjak <ubizjak@gmail.com>
4609
4610 PR target/46098
4611 * config/i386/i386.c (ix86_expand_special_args_builtin): Always
4612 generate target register for "load" class builtins.
4613
4614 Revert:
4615 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
4616
4617 PR target/46098
4618 * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
4619 Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
4620 (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
4621 (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
4622 (<sse>_movu<ssemodesuffix>): New expander.
4623 (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
4624 (avx_movdqu<avxmodesuffix>): New expander.
4625 (*sse2_movdqu): Rename from sse2_movdqu.
4626 (sse2_movdqu): New expander.
4627
4628 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
4629
4630 PR target/52607
4631 * config/i386/i386.c (ix86_expand_vec_perm_const): Move code to ...
4632 (canonicalize_perm): ... new function.
4633 (expand_vec_perm_2vperm2f128_vshuf): New function.
4634 (ix86_expand_vec_perm_const_1): Call it.
4635
4636 2012-05-14 Andrew Pinski <apinski@cavium.com>
4637 H.J. Lu <hongjiu.lu@intel.com>
4638 Jakub Jelinek <jakub@redhat.com>
4639
4640 PR target/53315
4641 * config/i386/i386.md (xbegin_1): Use + in constraint and match_dup.
4642 (xbegin): Updated.
4643
4644 2012-05-14 Jakub Jelinek <jakub@redhat.com>
4645
4646 * dwarf2out.c (dwarf2out_define, dwarf2out_undef): Treat
4647 lineno 1 the same as lineno 0 before first start file directive.
4648 (optimize_macinfo_range): Likewise.
4649
4650 * dwarf2out.c (have_macinfo): Define.
4651 (dwarf2out_finish): Don't emit DW_AT_GNU_macros or DW_AT_macro_info
4652 attribute, don't force empty compilation unit and don't emit any
4653 .debug_macinfo/.debug_macro section if macinfo_table is empty.
4654
4655 2012-05-14 Georg-Johann Lay <avr@gjlay.de>
4656
4657 PR target/53344
4658 * config/avr/avr.c (avr_const_address_lo16): Remove.
4659 (avr_assemble_integer): Print ".byte lo8(x)",
4660 ".byte hi8(x)", ".byte hh8(x)" instead of emit an assembler
4661 .warning if 3-byte address is assembled.
4662 * doc/extend.texi (AVR Named Address Spaces): Document that
4663 binutils 2.23 is needed to assemble 3-byte addresses.
4664
4665 2012-05-14 Richard Guenther <rguenther@suse.de>
4666
4667 * tree-vect-data-refs.c (vect_setup_realignment): Remove
4668 call to mark_symbols_for_renaming.
4669 (vect_permute_load_chain): Likewise.
4670 * tree-vect-loop.c (vect_is_slp_reduction): Update stmt
4671 instead of calling mark_symbols_for_renaming.
4672 * tree-vect-stmts.c (read_vector_array): Remove call to
4673 mark_symbols_for_renaming.
4674 (write_vector_array): Likewise.
4675 (vectorizable_call): Likewise.
4676 (vectorizable_store): Likewise.
4677 (vectorizable_load): Likewise.
4678 * matrix-reorg.c (transform_allocation_sites): Likewise.
4679 * tree-ssa-pre.c (create_expression_by_pieces): Likewise.
4680 (create_expression_by_pieces): Likewise.
4681
4682 2012-05-14 Richard Guenther <rguenther@suse.de>
4683
4684 * gimplify.c (gimple_regimplify_operands): Only mark the LHS
4685 of statements for renaming.
4686 (force_gimple_operand_1): Likewise, consistently for both
4687 calls to force_gimple_operand and force_gimple_operand_gsi.
4688
4689 2012-05-14 Richard Guenther <rguenther@suse.de>
4690
4691 * tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.
4692 * omp-low.c (expand_omp_taskreg): Properly conditionalize call
4693 to update_ssa.
4694 (expand_omp_for): Likewise.
4695 (expand_omp_for_generic): Adjust conditional add to referenced vars.
4696 Use make_rename_temp for temporaries that should be rewritten into
4697 SSA form.
4698 (expand_omp_for_static_nochunk): Likewise.
4699 (expand_omp_atomic_pipeline): Likewise.
4700
4701 2012-05-14 Richard Guenther <rguenther@suse.de>
4702
4703 PR tree-optimization/53331
4704 * tree-vect-data-refs.c (vect_verify_datarefs_alignment): Ignore
4705 strided loads.
4706 * tree-vect-stmts.c (vect_model_load_cost): Handle strided loads.
4707
4708 2012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
4709
4710 PR 53063
4711 * doc/options.texi: (LangEnabledBy): Document it.
4712 * optc-gen.awk: Handle LangEnabledBy.
4713 * opth-gen.awk: Generate declaration for lang-specific functions.
4714 * opt-read.awk: Record lang numbers.
4715 * opt-functions.awk (flag_set_p): Ignore the arguments of flags.
4716 (lang_sanitized_name): New.
4717
4718 2012-05-14 Bernd Schmidt <bernds@codesourcery.com>
4719
4720 * attribs.c (decl_attributes): Avoid emitting a warning if
4721 ATTR_FLAG_BUILT_IN.
4722 * doc/rtl.texi (CALL_INSN_FUNCTION_USAGE): Use lowercase for rtx
4723 codes. Document meaning of sets inside CALL_INSN_FUNCTION_USAGE.
4724 * builtin-attrs.def (DEF_ATTR_FOR_STRING): Define. Use it to
4725 define a string "1".
4726 (ATTR_RET1_NOTHROW_NONNULL_LEAF): New attr definition.
4727 * builtins.def (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET,
4728 BUILT_IN_STRCPY): Use it for these functions.
4729 * postreload.c (reload_combine): Deal with SETs inside
4730 CALL_INSN_FUNCTION_USAGE.
4731 * caller-save.c (setup_save_areas, save_call_clobbered_regs):
4732 Look for REG_RETURNED notes and use a cheap restore if possible.
4733 * ira-int.h (struct ira_allocno): New member cheap_calls_crossed_num.
4734 (ALLOCNO_CHEAP_CALLS_CROSSED_NUM): New macro.
4735 * ira-build.c (ira_create_allocno, create_cap_allocno,
4736 propagate_allocno_info, propagate_some_info_from_allocno,
4737 copy_info_to_removed_store_destination, ira_flattening): Handle it.
4738 * ira-lives.c (pseudo_regno_single_word_and_live_p,
4739 find_call_crossed_cheap_reg): New static functions.
4740 (process_bb_node_lives): Look for SETs in CALL_INSN_FUNCTION_USAGE,
4741 and set ALLOCNO_CHEAP_CALLS_CROSSED_NUM if possible. Also make
4742 a REG_RETURNED note in that case.
4743 * ira.c (setup_reg_renumber): Change assert to allow cases where
4744 allocnos only cross calls for which they are cheap to restore.
4745 * ira-costs.c (ira_tune_allocno_costs): Compare
4746 ALLOCNO_CALLS_CROSSED_NUM to ALLOCNO_CHEAP_CALLS_CROSSED_NUM rather
4747 than 0.
4748 * reg-notes.def (REG_RETURNED): New note.
4749 * cse.c (cse_insn): Likewise.
4750 * sched-deps.c (sched_analyze_insn): Likewise.
4751 * expr.c (init_block_move_fn): Set a "fn spec" attribute.
4752 * calls.c (decl_return_flags): New static function.
4753 (expand_call): Generate a SET in CALL_INSN_FUNCTION_USAGE for
4754 functions that return one of their arguments.
4755 * regcprop.c (struct kill_set_value_data): New.
4756 (kill_set_value): Interpret data as a pointer to such a struct.
4757 Do nothing if the caller wants the register to be ignored.
4758 (copyprop_hardreg_forward_1): Handle SETs in CALL_INSN_FUNCTION_USAGE.
4759
4760 2012-05-14 Richard Guenther <rguenther@suse.de>
4761
4762 PR tree-optimization/53340
4763 * tree-ssa-pre.c (op_valid_in_sets): Fix error in last commit.
4764
4765 2012-05-14 Richard Guenther <rguenther@suse.de>
4766
4767 * gimplify.c (gimplify_expr): Remove odd code.
4768
4769 2012-05-14 Eric Botcazou <ebotcazou@adacore.com>
4770
4771 * stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype
4772 into a PLUS_EXPR byte offset.
4773
4774 * tree-ssa-pre.c (can_value_number_call): Delete.
4775 (compute_avail): Skip all statements with side effects.
4776 <GIMPLE_CALL>: Skip calls to internal functions.
4777
4778 2012-05-13 Steven Bosscher <steven@gcc.gnu.org>
4779
4780 * config/pa/pa.md: Use define_c_enum for "unspec" and "unspecv".
4781
4782 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
4783
4784 * common.opt (Wtype-limits): Use EnabledBy.
4785
4786 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
4787
4788 * config/i386/i386.md (*pushtf): Enable for TARGET_SSE.
4789 (pushtf splitter): Ditto.
4790 (movtf): Ditto.
4791 (*movtf_internal): Ditto. Use V4SFmode for !TARGET_SSE2.
4792 (<code>tf2): Enable for TARGET_SSE.
4793 (*absnegtf2_sse): Ditto.
4794 (copysign<mode>3): Enable TFmode for TARGET_SSE.
4795 (copysign<mode>3_const): Ditto.
4796 (copysign<mode>3_var): Ditto.
4797 * config/i386/sse.md (<code>tf3): Enable for TARGET_SSE.
4798 (*andnottf3): Ditto. Use V4SFmode for !TARGET_SSE2.
4799 (*<code>tf3): Ditto.
4800 * config/i386/i386.c (struct builtin_description bdesc_args)
4801 <IX86_BUILTIN_FABSQ>: Enable for TARGET_SSE.
4802 <IX86_BUILTIN_COPYSIGNQ>: Ditto.
4803 (ix86_expand_builtin) <IX86_BUILTIN_FABSQ, IX86_BUILTIN_COPYSIGNQ>:
4804 Emit a normal call if SSE isn't available.
4805
4806 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
4807
4808 * config/i386/sse.md (<sse>_andnot<mode>3): Handle
4809 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
4810 (<code><mode>3): Ditto.
4811 (*andnot<mode>3): Ditto.
4812 (*andnottf3): Ditto.
4813 (*<code><mode>3): Ditto.
4814 (<code>tf3): Ditto.
4815
4816 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
4817
4818 * optc-gen.awk: Error instead of warning for conflicting help.
4819
4820 2012-05-12 Jason Merrill <jason@redhat.com>
4821
4822 PR debug/53235
4823 * dwarf2out.c (build_local_stub): Prefer DW_AT_signature for
4824 comdat types.
4825
4826 2012-05-12 Eric Botcazou <ebotcazou@adacore.com>
4827
4828 * function.c (requires_stack_frame_p): If the function can throw
4829 non-call exceptions, return true if the insn can throw internally.
4830
4831 2012-05-12 Paolo Carlini <paolo.carlini@oracle.com>
4832
4833 * doc/generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
4834
4835 2012-05-12 Uros Bizjak <ubizjak@gmail.com>
4836
4837 * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
4838 ORDERED and UNORDERED conditions.
4839
4840 2012-05-11 Richard Guenther <rguenther@suse.de>
4841
4842 * tree-flow.h (referenced_var_check_and_insert): Remove.
4843 (find_new_referenced_vars): Likewise.
4844 * tree-dfa.c (referenced_var_check_and_insert): Make static.
4845 (find_new_referenced_vars_1, find_new_referenced_vars): Remove.
4846 * tree-inline.c (copy_bb): Use find_referenced_vars_in
4847 instead of find_new_referenced_vars.
4848 * gimple-fold.c (gimplify_and_update_call_from_tree): Likewise.
4849
4850 2012-05-11 Richard Guenther <rguenther@suse.de>
4851
4852 * tree-pass.h (pass_rest_of_compilation,
4853 pass_all_optimizations, pass_postreload, pass_all_early_optimizations):
4854 Remove.
4855 * passes.c (pass_all_optimizations, pass_postreload,
4856 pass_all_early_optimizations): Make static.
4857 (pass_rest_of_compilation): Likewise. Make it an RTL_PASS.
4858 * tree-phinodes.c (init_phinodes, fini_phinodes): Remove.
4859 * tree-ssa.c (init_tree_ssa): Do not call init_phinodes.
4860 (delete_tree_ssa): Do not call fini_phinodes.
4861 * tree-flow.h (init_phinodes, fini_phinodes): Remove.
4862
4863 2012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
4864
4865 PR 53063
4866 * doc/options.texi (EnabledBy): Document
4867 * opts.c: Include opts.h and options.h before tm.h.
4868 (finish_options): Do not handle some sub-options here...
4869 (common_handle_option): ... instead call common_handle_option_auto
4870 here.
4871 * optc-gen.awk: Handle EnabledBy.
4872 * opth-gen.awk: Declare common_handle_option_auto.
4873 * common.opt (Wuninitialized): Use EnabledBy. Delete Init.
4874 (Wmaybe-uninitialized): Likewise.
4875 (Wunused-but-set-variable): Likewise.
4876 (Wunused-function): Likewise.
4877 (Wunused-label): Likewise.
4878 (Wunused-value): Likewise.
4879 (Wunused-variable): Likewise.
4880 * opt-read.awk: Create opt_numbers array.
4881
4882 2012-05-11 Richard Guenther <rguenther@suse.de>
4883
4884 PR tree-optimization/53295
4885 * tree-data-ref.h (stride_of_unit_type_p): Handle non-constant
4886 strides.
4887 * tree-data-ref.c (dr_analyze_innermost): Allow non-constant
4888 strides when analyzing data-references in a loop context.
4889 * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Reject
4890 non-constant strides for now.
4891 (vect_enhance_data_refs_alignment): Ignore data references
4892 that are strided loads.
4893 (vect_analyze_data_ref_access): Handle non-constant strides.
4894 (vect_check_strided_load): Verify the data-reference is a load.
4895 (vect_analyze_data_refs): Restructure to make strided load
4896 support not dependent on gather support.
4897 * tree-vect-stmts.c (vectorizable_load): Avoid useless work
4898 when doing strided or gather loads.
4899 * tree-vect-loop-manip.c (vect_vfa_segment_size): Use
4900 integer_zerop to compare stride with zero.
4901
4902 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
4903
4904 * config/i386/driver-i386.c (host_detect_local_cpu): Support RTM.
4905
4906 2012-05-11 Jan Hubicka <jh@suse.cz>
4907
4908 PR bootstrap/53300
4909 * varpool.c (varpool_assemble_decl): Also output constat pool entries
4910 that output_constant_pool missed.
4911
4912 2012-05-11 Mingjie Xing <mingjie.xing@gmail.com>
4913
4914 * config/mips/t-vxworks: Change MUTLILIB_EXTRA_OPTS to
4915 MULTILIB_EXTRA_OPTS.
4916
4917 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
4918
4919 PR target/53291
4920 * config/i386/i386.md (xtest): Use NE condition in ix86_expand_setcc.
4921
4922 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
4923
4924 * config/i386/i386.md (*movti_internal_rex64): Avoid MOVAPS size
4925 optimization for TARGET_AVX.
4926 (*movti_internal_sse): Ditto.
4927 (*movdi_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
4928 (*movdi_internal): Ditto.
4929 (*movsi_internal): Ditto.
4930 (*movtf_internal): Avoid MOVAPS size optimization for TARGET_AVX.
4931 (*movdf_internal_rex64): Ditto.
4932 (*movfd_internal): Ditto.
4933 (*movsf_internal): Ditto.
4934 * config/i386/sse.md (mov<mode>): Handle TARGET_SSE_LOAD0_BY_PXOR.
4935
4936 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
4937
4938 * dwarf2out.c (add_byte_size_attribute) <RECORD_TYPE>: Handle variable
4939 reference as size attribute.
4940
4941 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
4942 Tristan Gingold <gingold@adacore.com>
4943
4944 * doc/md.texi (Standard Names): Document probe_stack_address.
4945 * explow.c (emit_stack_probe): Handle probe_stack_address.
4946 * config/ia64/ia64.md (UNSPECV_PROBE_STACK_ADDRESS): New constant.
4947 (UNSPECV_PROBE_STACK_RANGE): Likewise.
4948 (probe_stack_address): New insn.
4949 (probe_stack_range): Likewise.
4950 * config/ia64/ia64.c: Include common/common-target.h.
4951 (ia64_compute_frame_size): Mark r2 and r3 as used if static stack
4952 checking is enabled.
4953 (ia64_emit_probe_stack_range): New function.
4954 (output_probe_stack_range): Likewise.
4955 (ia64_expand_prologue): Invoke ia64_emit_probe_stack_range if static
4956 builtin stack checking is enabled.
4957 (rtx_needs_barrier) <UNSPEC_VOLATILE>: Handle UNSPECV_PROBE_STACK_RANGE
4958 and UNSPECV_PROBE_STACK_ADDRESS.
4959 (unknown_for_bundling_p): New predicate.
4960 (group_barrier_needed): Use important_for_bundling_p.
4961 (ia64_dfa_new_cycle): Use unknown_for_bundling_p.
4962 (issue_nops_and_insn): Likewise.
4963 (bundling): Likewise.
4964 (final_emit_insn_group_barriers): Likewise.
4965 * config/ia64/ia64-protos.h (output_probe_stack_range): Declare.
4966 * config/ia64/hpux.h (STACK_CHECK_STATIC_BUILTIN): Define.
4967 (STACK_CHECK_PROTECT): Likewise.
4968 * config/ia64/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4969
4970 2012-05-10 Jan Hubicka <jh@suse.cz>
4971
4972 * ipa-inline.c (update_all_callee_keys): Remove.
4973 (inline_small_functions): Simplify priority updating.
4974
4975 2012-05-10 Jan Hubicka <jh@suse.cz>
4976
4977 * ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.
4978
4979 2012-05-10 Jan Hubicka <jh@suse.cz>
4980
4981 * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...
4982 (symtab_remove_unreachable_nodes): ... this one.
4983 * ipa-cp.c (ipcp_driver): Do not remove unreachable nodes.
4984 * cgraphunit.c (ipa_passes): Update.
4985 * cgraphclones.c (cgraph_materialize_all_clones): Update.
4986 * cgraph.c (cgraph_release_function_body): Only turn initial
4987 into error mark when initial was previously set.
4988 * ipa-inline.c (ipa_inline): Update.
4989 * ipa.c: Include ipa-inline.h
4990 (enqueue_cgraph_node, enqueue_varpool_node): Remove.
4991 (enqueue_node): New function.
4992 (process_references): Update.
4993 (symtab_remove_unreachable_nodes): Cleanup.
4994 * passes.c (execute_todo, execute_one_pass): Update.
4995
4996 2012-05-10 Vladimir Makarov <vmakarov@redhat.com>
4997
4998 PR rtl-optimization/53125
4999 * ira.c (ira): Call find_moveable_pseudos and
5000 move_unallocated_pseudos if only ira_conflicts_p is true.
5001
5002 2012-05-10 Uros Bizjak <ubizjak@gmail.com>
5003
5004 * config/i386/i386.md (*movoi_internal_avx): Handle
5005 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL and TARGET_SSE_TYPELESS_STORES.
5006 (*movti_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
5007 (*movti_internal_sse): Ditto.
5008 (*movtf_internal): Ditto.
5009 * config/i386/sse.md (ssePSmode): New mode attribute.
5010 (*move<mode>_internal): Use ssePSmode.
5011 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Ditto.
5012 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
5013 * config/i386/i386.c (standard_sse_constant_opcode): Do not handle
5014 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL here.
5015
5016 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
5017
5018 * gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
5019 DECL_ORIGINAL_TYPE if it is present.
5020
5021 2012-05-10 Nick Clifton <nickc@redhat.com>
5022
5023 PR target/53120
5024 * config/m32c/bitops.md (bset_qi): Change operand 2 from having
5025 a "0" constraint to being a (match_dup 0).
5026
5027 2012-05-10 Richard Guenther <rguenther@suse.de>
5028
5029 * stor-layout.c (byte_from_pos): Amend comment.
5030
5031 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5032
5033 * doc/extend.texi (X86 Built-in Functions, __builtin_cpu_init):
5034 Document requirement to call in constructors.
5035
5036 * config/i386/i386.c: Update comments for i386-cpuinfo.c name change.
5037
5038 2012-05-10 Richard Guenther <rguenther@suse.de>
5039
5040 * tree.h (TYPE_IS_SIZETYPE): Remove.
5041 * fold-const.c (int_const_binop_1): Remove TYPE_IS_SIZETYPE use.
5042 (extract_muldiv_1): Likewise.
5043 * gimple.c (gtc_visit): Likewise.
5044 (gimple_types_compatible_p): Likewise.
5045 (iterative_hash_canonical_type): Likewise.
5046 (gimple_canonical_types_compatible_p): Likewise.
5047 * gimplify.c (gimplify_one_sizepos): Likewise.
5048 * print-tree.c (print_node): Likewise.
5049 * stor-layout.c (initialize_sizetypes): Do not set TYPE_IS_SIZETYPE.
5050
5051 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
5052
5053 PR target/52908
5054 * config/i386/sse.md (vec_widen_smult_hi_v4si): Expand using
5055 xop_pmacsdqh insn pattern instead of xop_mulv2div2di3_high.
5056 (vec_widen_smult_lo_v4si): Expand using xop_pmacsdql insn pattern
5057 instead of xop_mulv2div2di3_low.
5058 (xop_p<macs>dql): Fix vec_select selector.
5059 (xop_p<macs>dqh): Ditto.
5060 (xop_mulv2div2di3_low): Remove insn_and_split pattern.
5061 (xop_mulv2div2di3_high): Ditto.
5062
5063 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
5064
5065 PR c++/53289
5066 * diagnostic.h (diagnostic_context): Add last_location.
5067 * diagnostic.c (diagnostic_initialize): Initialize it.
5068 (diagnostic_show_locus): Use it.
5069
5070 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
5071
5072 * doc/extend.texi (Function Attributes): Point xref to section
5073 about Pragmas.
5074
5075 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
5076
5077 * config/i386/i386.c (*movdf_internal_rex64): Remove
5078 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
5079 Calculate "mode" attribute according to
5080 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
5081 (*movdf_internal): Ditto.
5082
5083 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
5084
5085 PR target/44141
5086 * config/i386/i386.c (ix86_expand_vector_move_misalign): Do not handle
5087 128 bit vectors specially for TARGET_AVX. Emit sse2_movupd and
5088 sse_movupd RTXes for TARGET_AVX, TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
5089 or when optimizing for size.
5090 * config/i386/sse.md (*mov<mode>_internal): Remove
5091 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
5092 Calculate "mode" attribute according to optimize_function_for_size_p
5093 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
5094 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Choose asm template
5095 depending on the mode of the instruction. Calculate "mode" attribute
5096 according to optimize_function_for_size_p, TARGET_SSE_TYPELESS_STORES
5097 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flags.
5098 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
5099
5100 2012-05-09 Georg-Johann Lay <avr@gjlay.de>
5101
5102 PR target/53256
5103 * config/avr/elf.h (ASM_DECLARE_FUNCTION_NAME): Remove.
5104 * config/avr/avr-protos.h (avr_asm_declare_function_name): Remove.
5105 * config/avr/avr.h (struct machine_function): Add attributes_checked_p.
5106 * config/avr/avr.c (avr_asm_declare_function_name): Remove.
5107 (expand_prologue): Move initialization of cfun->machine->is_naked,
5108 is_interrupt, is_signal, is_OS_task, is_OS_main from here to...
5109 (avr_set_current_function): ...this new static function.
5110 (TARGET_SET_CURRENT_FUNCTION): New define.
5111 (avr_function_ok_for_sibcall): Use cfun->machine->is_* instead of
5112 checking attributes of current_function_decl.
5113 (avr_regs_to_save): Ditto.
5114 (signal_function_p): Rename to avr_signal_function_p.
5115 (interrupt_function_p): Rename to avr_interrupt_function_p.
5116
5117 * doc/extend.texi (Function Attributes): Better explanation of
5118 'interrupt' and 'signal' for AVR. Move 'ifunc' down to establish
5119 alphabetical order.
5120
5121 2012-05-09 Michael Matz <matz@suse.de>
5122
5123 PR tree-optimization/53185
5124 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Disable
5125 peeling when we see strided loads.
5126
5127 2012-05-09 Matthias Klose <doko@ubuntu.com>
5128
5129 * gcc-ar.c (main): Don't check for execute bits for the plugin.
5130
5131 2012-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
5132
5133 * tree-ssa-loop-ivopts.c (add_autoinc_candidates, get_address_cost):
5134 Replace use of HAVE_{POST/PRE}_{INCREMENT/DECREMENT} with
5135 USE_{LOAD/STORE}_{PRE/POST}_{INCREMENT/DECREMENT} appropriately.
5136 * config/arm/arm.h (ARM_AUTOINC_VALID_FOR_MODE_P): New.
5137 (USE_LOAD_POST_INCREMENT): Define.
5138 (USE_LOAD_PRE_INCREMENT): Define.
5139 (USE_LOAD_POST_DECREMENT): Define.
5140 (USE_LOAD_PRE_DECREMENT): Define.
5141 (USE_STORE_PRE_DECREMENT): Define.
5142 (USE_STORE_PRE_INCREMENT): Define.
5143 (USE_STORE_POST_DECREMENT): Define.
5144 (USE_STORE_POST_INCREMENT): Define.
5145 (arm_auto_incmodes): Add enumeration.
5146 * config/arm/arm-protos.h (arm_autoinc_modes_ok_p): Declare.
5147 * config/arm/arm.c (arm_autoinc_modes_ok_p): Define.
5148
5149 2012-05-09 Jakub Jelinek <jakub@redhat.com>
5150
5151 PR tree-optimization/53226
5152 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Remove
5153 prev and prev_initialized vars, gimple_set_plf (stmt, GF_PLF_1, false)
5154 before processing it and gimple_set_plf (stmt, GF_PLF_1, true) if it
5155 doesn't need to be revisited, look for earliest stmt with
5156 !gimple_plf (stmt, GF_PLF_1) if something changed.
5157
5158 2012-05-09 Terry Guo <terry.guo@arm.com>
5159
5160 * genmultilib: Update copyright dates.
5161 * doc/fragments.texi: Ditto.
5162
5163 2012-05-09 Terry Guo <terry.guo@arm.com>
5164
5165 * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED.
5166 * genmultilib (MULTILIB_REQUIRED): New.
5167 * doc/fragments.texi: Document the MULTILIB_REQUIRED.
5168
5169 2012-05-09 Richard Guenther <rguenther@suse.de>
5170
5171 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
5172 (vect_do_peeling_for_loop_bound): Likewise.
5173 (vect_do_peeling_for_alignment): Likewise.
5174 * tree-vect-loop-manip.c (conservative_cost_threshold): Remove.
5175 (vect_do_peeling_for_loop_bound): Get check_profitability and
5176 threshold as parameters.
5177 (vect_do_peeling_for_alignment): Likewise.
5178 (vect_loop_versioning): Likewise.
5179 * tree-vect-loop.c (vect_transform_loop): Compute check_profitability
5180 and threshold here. Control where to put the check here.
5181
5182 2012-05-09 Richard Sandiford <rdsandiford@googlemail.com>
5183
5184 PR middle-end/53249
5185 * dwarf2out.h (get_address_mode): Move declaration to...
5186 * rtl.h: ...here.
5187 * dwarf2out.c (get_address_mode): Move definition to...
5188 * rtlanal.c: ...here.
5189 * var-tracking.c (get_address_mode): Delete.
5190 * combine.c (find_split_point): Use get_address_mode instead of
5191 targetm.addr_space.address_mode.
5192 * cselib.c (cselib_record_sets): Likewise.
5193 * dse.c (canon_address, record_store): Likewise.
5194 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
5195 * expr.c (move_by_pieces, emit_block_move_via_loop, store_by_pieces)
5196 (store_by_pieces_1, expand_assignment, store_expr, store_constructor)
5197 (expand_expr_real_1): Likewise.
5198 * ifcvt.c (noce_try_cmove_arith): Likewise.
5199 * optabs.c (maybe_legitimize_operand_same_code): Likewise.
5200 * reload.c (find_reloads): Likewise.
5201 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
5202 * sel-sched-dump.c (debug_mem_addr_value): Likewise.
5203
5204 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5205
5206 * config/mips/mips.c (mips16_gp_pseudo_reg): Remove line
5207 information from the instruction produced.
5208
5209 2012-05-09 Richard Guenther <rguenther@suse.de>
5210
5211 * stor-layout.c (bit_from_pos): Document.
5212 (byte_from_pos): Likewise. Optimize.
5213 (pos_from_bit): Likewise.
5214 (normalize_offset): Use pos_from_bit instead of replicating it.
5215
5216 2012-05-09 Alan Modra <amodra@gmail.com>
5217
5218 PR target/53271
5219 * config/rs6000/rs6000.c (gen_frame_set): New function.
5220 (gen_frame_load, gen_frame_store): New functions.
5221 (rs6000_savres_rtx): Use the above.
5222 (rs6000_emit_epilogue, rs6000_emit_prologue): Here too.
5223 Correct mode used for CR2 in save/restore_world patterns.
5224 Don't emit instructions for eh_return frame unwind reg info.
5225
5226 2012-05-08 Jan Hubicka <jh@suse.cz>
5227
5228 * cgraphbuild.c (build_cgraph_edges): Do not finalize vars
5229 with VALUE_EXPR.
5230 * cgraph.h (varpool_can_remove_if_no_refs): Vars with VALUE_EXPR
5231 are removable.
5232 * toplev.c (wrapup_global_declaration_2): Vars with VALUE_EXPR
5233 need to wrapup.
5234 (compile_file): Do not output variables.
5235 * cgraphbuild.c (varpool_finalize_decl): When var is finalized late,
5236 output it.
5237 * langhooks.c: Include timevar.h
5238 (write_global_declarations): Finalize compilation unit after wrapup;
5239 set timevars correctly.
5240 * passes.c (rest_of_decl_compilation): Decls with VALUE_EXPR needs
5241 not to be added to varpool.
5242 * varpool.c (varpool_assemble_decl): Sanity check that we are called
5243 only on cases where it makes sense; skip constant pool and value expr
5244 vars.
5245
5246 2012-05-08 David S. Miller <davem@davemloft.net>
5247
5248 * config/sparc/linux.h (LINK_SPEC): Don't pass "-Y" option.
5249 * config/sparc/linux64.h (LINK_ARCH32_SPEC): Likewise.
5250 * config/sparc/linux64.h (LINK_ARCH64_SPEC): Likewise.
5251
5252 2012-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5253
5254 PR rtl-optimization/53278
5255 * lower-subreg.c (decompose_multiword_subregs): Remove left-over
5256 speed_p code from earlier patch.
5257
5258 2012-05-08 Oleg Endo <olegendo@gcc.gnu.org>
5259
5260 PR target/51244
5261 * config/sh/sh.md (*branch_true, *branch_false): New insns.
5262
5263 2012-05-08 Teresa Johnson <tejohnson@google.com>
5264
5265 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.
5266 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
5267
5268 2012-05-08 Jan Hubicka <jh@suse.cz>
5269
5270 * cgraph.c (cgraph_call_edge_duplication_hooks): Export.
5271 (cgraph_create_node_1): Rename to ...
5272 (cgraph_create_empty_node): ... this one; export.
5273 (cgraph_create_node): Update.
5274 (cgraph_set_call_stmt_including_clones): Move to cgraphclones.c
5275 (cgraph_create_edge_including_clones): Likewise.
5276 (cgraph_find_replacement_node): Likewise.
5277 (cgraph_clone_edge): Likewise.
5278 (cgraph_clone_node): Likewise.
5279 (clone_function_name): Likewise.
5280 (cgraph_create_virtual_clone): Likewise.
5281 (cgraph_remove_node_and_inline_clones): Likewise.
5282 (cgraph_redirect_edge_call_stmt_to_callee): Move here from cgraphunit.c
5283 * cgraph.h: Reorder declarations so they match file of origin.
5284 (cgraph_create_empty_node): Declare.
5285 * cgraphunit.c (update_call_expr): Move to cgraphclones.c
5286 (cgraph_copy_node_for_versioning): Likewise.
5287 (cgraph_function_versioning): Likewise.
5288 (cgraph_materialize_clone): Likewise.
5289 (cgraph_redirect_edge_call_stmt_to_callee): Likewise.
5290 (cgraph_materialize_all_clones): Likewise.
5291 * cgraphclones.c: New file.
5292 * Makefile.in: Update for cgraphclones.
5293
5294 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
5295
5296 PR target/53176
5297 * config/i386/i386.c (ix86_set_reg_reg_cost): New function.
5298 (ix86_rtx_costs): Handle SET.
5299
5300 2012-05-08 Michael Matz <matz@suse.de>
5301
5302 * basic-block.h (struct rtl_bb_info): Remove visited member and
5303 move head_ member to ...
5304 (struct basic_block_def.basic_block_il_dependent): ... the new
5305 member x, replacing but containing old member rtl.
5306 (enum bb_flags): New BB_VISITED flag.
5307 (BB_HEADER, BB_FOOTER): New macros.
5308
5309 * jump.c (mark_all_labels): Adjust.
5310 * cfgcleanup.c (try_optimize_cfg): Adjust.
5311 * cfglayout.c (record_effective_endpoints): Adjust.
5312 (relink_block_chain): Ditto (and don't fiddle with visited).
5313 (fixup_reorder_chain): Adjust.
5314 (fixup_fallthru_exit_predecessor): Ditto.
5315 (cfg_layout_duplicate_bb): Ditto.
5316 * combine.c (update_cfg_for_uncondjump): Adjust.
5317 * bb-reorder.c (struct bbro_basic_block_data_def): Add visited member.
5318 (bb_visited_trace): New accessor.
5319 (mark_bb_visited): Move in front.
5320 (rotate_loop): Use bb_visited_trace.
5321 (find_traces_1_round): Ditto.
5322 (emit_barrier_after): Ditto.
5323 (copy_bb): Ditto, and initialize visited on resize.
5324 (reorder_basic_blocks): Initize visited member.
5325 (duplicate_computed_gotos): Clear bb flags at start, use
5326 BB_VISITED flags.
5327
5328 * cfgrtl.c (try_redirect_by_replacing_jump): Adjust.
5329 (rtl_verify_flow_info_1): Ditto.
5330 (cfg_layout_split_block): Ditto.
5331 (cfg_layout_delete_block): Ditto.
5332 (cfg_layout_merge_blocks): Ditto.
5333 (init_rtl_bb_info): Adjust and initialize il.x.head_ member.
5334
5335 2012-05-08 Hans-Peter Nilsson <hp@axis.com>
5336
5337 PR target/53272
5338 * config/cris/cris.c (cris_normal_notice_update_cc): For TARGET_V32,
5339 when a constant source operand matches an "I" constraint, the "no
5340 CC0 change" applies to a register-destination only, not a
5341 strict_low_part-destination.
5342
5343 2012-05-08 Richard Guenther <rguenther@suse.de>
5344
5345 * fold-const.c (fold_binary_loc): Fold (X * CST1) & CST2
5346 to zero or to (X * CST1) & CST2' when CST1 has trailing zeros.
5347
5348 2012-05-08 Georg-Johann Lay <avr@gjlay.de>
5349
5350 * Makefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.
5351
5352 * doc/avr-mmcu.texi: New auto-generated file.
5353 * doc/invoke.texi (AVR Options): Include avr-mmcu.texi in order
5354 to document all valid -mmcu= arguments.
5355
5356 * config/avr/avr.h (arch_info_s): New struct definition.
5357 * config/avr/avr-devices.c (avr_texinfo): New variable.
5358 * config/avr/gen-avr-mmcu-texi.c: New file.
5359 * config/avr/t-avr: New rules and dependencies to build avr-mmcu.texi.
5360
5361 2012-05-08 Dehao Chen <dehao@google.com>
5362
5363 * predict.c (find_qualified_ssa_name): New.
5364 (find_ssa_name_in_expr): New.
5365 (find_ssa_name_in_assign_stmt): New.
5366 (is_comparison_with_loop_invariant_p): New.
5367 (is_bound_expr_similar): New.
5368 (predict_iv_comparison): New.
5369 (predict_loops): Add heuristic for loop-nested branches that compare an
5370 induction variable to a loop bound variable.
5371 * predict.def (PRED_LOOP_IV_COMPARE): New macro.
5372
5373 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
5374
5375 * config/i386/i386.c (has_dispatch): Use TARGET_BDVER1 and
5376 TARGET_BDVER2 defines where appropriate.
5377
5378 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
5379
5380 * configure.ac (PLUGIN_LD): Rename into...
5381 (PLUGIN_LD_SUFFIX): ...this and strip the target_alias triplet.
5382 * config.in: Regenerate.
5383 * configure: Likewise.
5384 * collect2.c (main): Set plugin_ld_suffix to PLUGIN_LD_SUFFIX.
5385
5386 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
5387
5388 * tree-dfa.c (get_ref_base_and_extent) <ARRAY_REF>: Do the offset
5389 computation using the precision of the index type.
5390 * gimple-fold.c (fold_const_aggregate_ref_1) <ARRAY_REF>: Likewise.
5391 (fold_array_ctor_reference): Do index computations in the index type.
5392
5393 2012-05-07 Georg-Johann Lay <avr@gjlay.de>
5394
5395 * config/avr/avr.c (avr_prologue_setup_frame): Fix mode passed
5396 down to plus_constant.
5397 (expand_epilogue): Ditto.
5398
5399 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5400
5401 * postreload.c (reload_cse_regs): Make static.
5402 * reload.h (reload_cse_regs): Remove prototype.
5403
5404 2012-05-07 Richard Henderson <rth@redhat.com>
5405
5406 * config/alpha/alpha.md (clear_cache): New pattern.
5407
5408 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5409
5410 PR middle-end/53245
5411 * gimplify.c (preprocess_case_label_vec_for_gimple): If low or high
5412 is folded to a type boundary value, verify that the resulting case
5413 label is still a care range.
5414
5415 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
5416
5417 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf
5418 only for TARGET_GENERIC, when not optimizing for size.
5419 (*ffs<mode>_1): Ditto.
5420
5421 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5422
5423 * tree-cfg.c (verify_gimple_switch): Tighten checks.
5424
5425 2012-05-07 Jakub Jelinek <jakub@redhat.com>
5426
5427 PR tree-optimization/53239
5428 * tree-vrp.c (get_value_range): Set VR of SSA_NAME_IS_DEFAULT_DEF
5429 of DECL_BY_REFERENCE RESULT_DECL to nonnull.
5430
5431 2012-05-07 Richard Guenther <rguenther@suse.de>
5432
5433 PR tree-optimization/53195
5434 * tree-inline.c (setup_one_parameter): Properly add referenced
5435 vars from the parameters new known value.
5436
5437 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5438
5439 * config/m68k/m68k.c (m68k_sched_branch_type): Remove.
5440 (sched_branch_type): Remove.
5441 (m68k_sched_md_init_global): Don't allocate it.
5442 (m68k_sched_md_finish_global): Don't free it.
5443 * config/m68k/m68k.h (m68k_sched_branch_type): Remove prototype.
5444 * config/m68k/m68k.md: Set the type of insns using
5445 m68k_sched_branch_type to bcc directly.
5446
5447 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5448
5449 * config/sol2.c (solaris_override_options): New function.
5450 * config/sol2-protos.h (solaris_override_options): Declare.
5451 * config/sol2.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
5452
5453 2012-05-07 Richard Guenther <rguenther@suse.de>
5454
5455 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return
5456 whether we failed to compute data dependences.
5457 (loop_prefetch_arrays): Fail if we failed.
5458
5459 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
5460 Paolo Bonzini <bonzini@gnu.org>
5461
5462 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf even for !TARGET_BMI.
5463 Emit bsf when optimizing for size.
5464 (*ffs<mode>_1): Ditto.
5465
5466 2012-05-07 Oleg Endo <olegendo@gcc.gnu.org>
5467
5468 PR target/53250
5469 * config/sh/sh.c (sh_rtx_costs): Handle SET.
5470
5471 2012-05-06 Uros Bizjak <ubizjak@gmail.com>
5472
5473 PR target/53227
5474 * config/i386/i386.md (swap<mode>): Rename from *swap<mode>.
5475 (bswapdi2): Split from bswap<mode>2. Use nonnimediate_operand
5476 predicate for operand 1. Force operand 1 to register for TARGET_BSWAP.
5477 (bswapsi2): Ditto.
5478 (*bswapdi2_doubleword): New insn pattern.
5479 (*bswap<mode>2): Rename from *bswap<mode>2_1.
5480
5481 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
5482
5483 * config/mips/mips.c (mips_set_reg_reg_piece_cost): New function.
5484 (mips_set_reg_reg_cost): Likewise.
5485 (mips_rtx_costs): Handle SET.
5486
5487 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
5488
5489 * lower-subreg.c (shift_cost): Use set_src_cost, avoiding the SET.
5490 (compute_costs): Likewise for the zero extension. Use set_rtx_cost
5491 to compute the cost of moves. Set the mode of the target register.
5492
5493 2012-05-05 Richard Sandiford <rdsandiford@googlemail.com>
5494
5495 * rtl.h (plus_constant, plus_constant_mode): Merge into a single
5496 plus_constant function.
5497 * explow.c (plus_constant, plus_constant_mode): Likewise. Assert
5498 that the mode is sensible.
5499 (use_anchored_address, round_push, allocate_dynamic_stack_space)
5500 (probe_stack_range, anti_adjust_stack_and_probe): Update calls to
5501 plus_constant.
5502
5503 * alias.c (canon_rtx): Likewise.
5504 (init_alias_analysis): Likewise.
5505 * builtins.c (expand_builtin_return_addr)
5506 (expand_builtin_setjmp_setup, expand_builtin_longjmp)
5507 (expand_builtin_nonlocal_goto, expand_builtin_update_setjmp_buf)
5508 (expand_builtin_apply_args_1, expand_builtin_apply, expand_movstr)
5509 (expand_builtin_stpcpy): Likewise.
5510 * calls.c (save_fixed_argument_area, restore_fixed_argument_area)
5511 (compute_argument_addresses, internal_arg_pointer_based_exp)
5512 (expand_call, emit_library_call_value_1): Likewise.
5513 * cfgexpand.c (expand_one_stack_var_at, expand_debug_expr): Likewise.
5514 * combine-stack-adj.c (try_apply_stack_adjustment): Likewise.
5515 * combine.c (combine_simplify_rtx, force_to_mode): Likewise.
5516 * cse.c (insert_const_anchor, find_reg_offset_for_const)
5517 (use_related_value, fold_rtx): Likewise.
5518 * cselib.c (cselib_subst_to_values): Likewise.
5519 * dse.c (record_store, check_mem_read_rtx): Likewise.
5520 * dwarf2out.c (rtl_for_decl_location, gen_variable_die): Likewise.
5521 * emit-rtl.c (adjust_address_1): Likewise.
5522 * except.c (sjlj_emit_function_enter)
5523 (expand_builtin_extract_return_addr)
5524 (expand_builtin_frob_return_addr): Likewise.
5525 * expmed.c (expand_divmod): Likewise.
5526 * expr.c (move_by_pieces, store_by_pieces, store_by_pieces_1)
5527 (emit_move_resolve_push, push_block, emit_push_insn, store_expr)
5528 (expand_expr_addr_expr_1, expand_expr_real_1): Likewise.
5529 * function.c (assign_stack_local_1)
5530 (instantiate_virtual_regs_in_rtx): Likewise.
5531 * optabs.c (prepare_cmp_insn): Likewise.
5532 * recog.c (offsettable_address_addr_space_p): Likewise.
5533 * reload.c (find_reloads_address, form_sum)
5534 (find_reloads_subreg_address): Likewise.
5535 * reload1.c (init_reload, eliminate_regs_1)
5536 (eliminate_regs_in_insn): Likewise.
5537 * simplify-rtx.c (simplify_unary_operation_1)
5538 (simplify_binary_operation_1, simplify_plus_minus): Likewise.
5539 * var-tracking.c (compute_cfa_pointer, prepare_call_arguments)
5540 (vt_add_function_parameter): Likewise.
5541
5542 * config/alpha/alpha.h (EH_RETURN_HANDLER_RTX): Likewise.
5543 * config/alpha/vms.h (EH_RETURN_HANDLER_RTX): Likewise.
5544 * config/alpha/alpha.c (alpha_legitimize_address_1)
5545 (get_unaligned_address, alpha_expand_unaligned_load)
5546 (alpha_expand_unaligned_store, alpha_expand_unaligned_load_words)
5547 (alpha_expand_unaligned_store_words, alpha_expand_block_clear)
5548 (alpha_expand_builtin_establish_vms_condition_handler)
5549 (alpha_setup_incoming_varargs, emit_frame_store_1)
5550 (alpha_expand_prologue, alpha_expand_epilogue)
5551 (alpha_use_linkage): Likewise.
5552 * config/alpha/alpha.md: Likewise.
5553
5554 * config/arm/arm.c (arm_trampoline_init, legitimize_pic_address)
5555 (arm_load_pic_register, arm_pic_static_addr, arm_legitimize_address)
5556 (thumb_legitimize_address, arm_gen_load_multiple_1)
5557 (arm_gen_store_multiple_1, arm_gen_multiple_op, gen_ldm_seq)
5558 (gen_stm_seq, gen_const_stm_seq, arm_block_move_unaligned_straight)
5559 (arm_block_move_unaligned_loop, arm_gen_movmemqi, arm_reload_in_hi)
5560 (arm_reload_out_hi, arm_reorg, vfp_emit_fstmd, emit_multi_reg_push)
5561 (emit_sfm, thumb_set_frame_pointer, arm_expand_prologue)
5562 (thumb1_emit_multi_reg_push, thumb1_expand_prologue)
5563 (thumb_expand_movmemqi, arm_set_return_address)
5564 (thumb_set_return_address): Likewise.
5565 * config/arm/arm.md: Likewise.
5566
5567 * config/avr/avr.c (avr_incoming_return_addr_rtx)
5568 (avr_prologue_setup_frame, expand_epilogue)
5569 (avr_const_address_lo16): Likewise.
5570
5571 * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Likewise.
5572 * config/bfin/bfin.c (setup_incoming_varargs, bfin_load_pic_reg)
5573 (bfin_expand_prologue, bfin_trampoline_init, bfin_expand_call)
5574 (bfin_output_mi_thunk): Likewise.
5575
5576 * config/c6x/c6x.c (c6x_initialize_trampoline)
5577 (c6x_output_mi_thunk): Likewise.
5578
5579 * config/cr16/cr16.h (EH_RETURN_HANDLER_RTX): Likewise.
5580 * config/cr16/cr16.c (cr16_create_dwarf_for_multi_push): Likewise.
5581
5582 * config/cris/cris.c (cris_return_addr_rtx, cris_split_movdx)
5583 (cris_expand_prologue, cris_expand_epilogue, cris_gen_movem_load)
5584 (cris_emit_movem_store, cris_trampoline_init): Likewise.
5585 * config/cris/cris.md: Likewise.
5586
5587 * config/darwin.c (machopic_indirect_data_reference)
5588 (machopic_legitimize_pic_address): Likewise.
5589
5590 * config/epiphany/epiphany.c (epiphany_emit_save_restore)
5591 (epiphany_expand_prologue, epiphany_expand_epilogue)
5592 (epiphany_trampoline_init): Likewise.
5593 * config/epiphany/epiphany.md: Likewise.
5594
5595 * config/fr30/fr30.c (fr30_move_double): Likewise.
5596
5597 * config/frv/frv.c (frv_dwarf_store, frv_expand_prologue)
5598 (frv_expand_block_move, frv_expand_block_clear, frv_return_addr_rtx)
5599 (frv_index_memory, unspec_got_name, frv_find_base_term)
5600 (frv_output_dwarf_dtprel): Likewise.
5601
5602 * config/h8300/h8300.c (h8300_push_pop, h8300_return_addr_rtx)
5603 (h8300_swap_into_er6, h8300_swap_out_of_er6): Likewise.
5604
5605 * config/i386/i386.h (RETURN_ADDR_RTX): Likewise.
5606 * config/i386/i386.c (setup_incoming_varargs_64)
5607 (setup_incoming_varargs_ms_64, choose_baseaddr)
5608 (ix86_emit_save_reg_using_mov, ix86_adjust_stack_and_probe)
5609 (ix86_emit_probe_stack_range, ix86_expand_prologue)
5610 (ix86_emit_restore_reg_using_pop, ix86_emit_leave)
5611 (ix86_expand_epilogue, legitimize_pic_address, ix86_legitimize_address)
5612 (ix86_split_long_move, ix86_expand_movmem, ix86_expand_setmem)
5613 (ix86_static_chain, ix86_trampoline_init, x86_this_parameter)
5614 (x86_output_mi_thunk): Likewise.
5615 * config/i386/i386.md: Likewise.
5616
5617 * config/ia64/ia64.c (ia64_expand_load_address)
5618 (ia64_expand_tls_address, ia64_expand_move, ia64_split_tmode)
5619 (do_spill, ia64_trampoline_init): Likewise.
5620
5621 * config/iq2000/iq2000.c (iq2000_va_start)
5622 (iq2000_emit_frame_related_store, iq2000_expand_prologue)
5623 (iq2000_expand_eh_return, iq2000_setup_incoming_varargs)
5624 (iq2000_print_operand, iq2000_legitimize_address): Likewise.
5625
5626 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
5627
5628 * config/m32c/m32c.c (m32c_return_addr_rtx)
5629 (m32c_expand_insv): Likewise.
5630
5631 * config/m32r/m32r.c (m32r_setup_incoming_varargs)
5632 (m32r_legitimize_pic_address, m32r_print_operand)
5633 (m32r_print_operand_address): Likewise.
5634
5635 * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Likewise.
5636 * config/m68k/m68k.h (RETURN_ADDR_RTX): Likewise.
5637 (EH_RETURN_HANDLER_RTX): Likewise.
5638 * config/m68k/m68k.c (m68k_emit_movem, m68k_expand_prologue)
5639 (m68k_expand_epilogue, legitimize_pic_address)
5640 (m68k_output_mi_thunk): Likewise.
5641 * config/m68k/m68k.md: Likewise.
5642
5643 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
5644 (mcore_expand_epilog): Likewise.
5645 * config/mcore/mcore.md: Likewise.
5646
5647 * config/mep/mep.c (mep_allocate_initial_value)
5648 (mep_expand_prologue, mep_expand_epilogue): Likewise.
5649
5650 * config/microblaze/microblaze.c (double_memory_operand)
5651 (microblaze_block_move_loop): Likewise.
5652
5653 * config/mips/mips.c (mips_strip_unspec_address, mips_add_offset)
5654 (mips_setup_incoming_varargs, mips_va_start, mips_block_move_loop)
5655 (mips_print_operand, mips16e_save_restore_reg, mips_save_restore_reg)
5656 (mips_expand_prologue, mips_epilogue_set_cfa)
5657 (mips_expand_epilogue): Likewise.
5658 * config/mips/mips.md: Likewise.
5659
5660 * config/mmix/mmix.c (mmix_dynamic_chain_address, mmix_return_addr_rtx)
5661 (mmix_expand_prologue, mmix_expand_epilogue): Likewise.
5662
5663 * config/mn10300/mn10300.c (mn10300_gen_multiple_store)
5664 (mn10300_builtin_saveregs, mn10300_trampoline_init): Likewise.
5665
5666 * config/moxie/moxie.h (INCOMING_RETURN_ADDR_RTX): Likewise.
5667 (EH_RETURN_HANDLER_RTX): Likewise.
5668 * config/moxie/moxie.c (moxie_static_chain): Likewise.
5669
5670 * config/pa/pa.c (legitimize_pic_address, hppa_legitimize_address)
5671 (store_reg, set_reg_plus_d, pa_expand_prologue, load_reg)
5672 (pa_return_addr_rtx, hppa_builtin_saveregs)
5673 (pa_trampoline_init): Likewise.
5674 * config/pa/pa.md: Likewise.
5675
5676 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
5677
5678 * config/picochip/picochip.c (picochip_static_chain): Likewise.
5679
5680 * config/rs6000/rs6000.h (RS6000_SAVE_TOC): Likewise.
5681 * config/rs6000/rs6000.c (rs6000_legitimize_address)
5682 (setup_incoming_varargs, print_operand, rs6000_return_addr)
5683 (rs6000_emit_eh_reg_restore, rs6000_emit_probe_stack_range)
5684 (rs6000_emit_epilogue)
5685 (rs6000_machopic_legitimize_pic_address): Likewise.
5686
5687 * config/rx/rx.c (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
5688
5689 * config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Likewise.
5690 (DYNAMIC_CHAIN_ADDRESS): Likewise.
5691 * config/s390/s390.c (s390_decompose_address, legitimize_pic_address)
5692 (s390_delegitimize_address, print_operand, annotate_constant_pool_refs)
5693 (replace_constant_pool_ref, s390_return_addr_rtx, s390_back_chain_rtx)
5694 (save_fpr, restore_fpr, save_gprs, restore_gprs, s390_emit_prologue)
5695 (s390_emit_epilogue, s390_function_profiler): Likewise.
5696 * config/s390/s390.md: Likewise.
5697
5698 * config/score/score.c (score_add_offset, score_prologue): Likewise.
5699
5700 * config/sh/sh.c (expand_block_move, push_regs, sh_builtin_saveregs)
5701 (sh_output_mi_thunk): Likewise.
5702 * config/sh/sh.md: Likewise.
5703
5704 * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS, FRAME_ADDR_RTX)
5705 (RETURN_ADDR_RTX, INCOMING_RETURN_ADDR_RTX): Likewise.
5706 * config/sparc/sparc.c (sparc_legitimize_pic_address)
5707 (sparc_emit_probe_stack_range, emit_save_or_restore_regs)
5708 (emit_window_save, sparc_flat_expand_prologue, sparc_struct_value_rtx)
5709 (emit_and_preserve): Likewise.
5710 * config/sparc/sparc.md: Likewise.
5711
5712 * config/spu/spu.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
5713 * config/spu/spu.c (spu_expand_insv, spu_machine_dependent_reorg)
5714 (spu_setup_incoming_varargs, ea_load_store_inline)
5715 (spu_expand_load): Likewise.
5716
5717 * config/stormy16/stormy16.c (xstormy16_expand_prologue)
5718 (combine_bnp): Likewise.
5719
5720 * config/tilegx/tilegx.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
5721 * config/tilegx/tilegx.c (tilegx_setup_incoming_varargs)
5722 (tilegx_expand_unaligned_load, tilegx_trampoline_init): Likewise.
5723
5724 * config/tilepro/tilepro.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
5725 * config/tilepro/tilepro.c (tilepro_setup_incoming_varargs)
5726 (tilepro_expand_unaligned_load, tilepro_trampoline_init): Likewise.
5727
5728 * config/v850/v850.c (expand_prologue, expand_epilogue): Likewise.
5729 * config/v850/v850.md: Likewise.
5730
5731 * config/vax/elf.h (EH_RETURN_STACKADJ_RTX): Likewise.
5732 (EH_RETURN_HANDLER_RTX): Likewise.
5733 * config/vax/vax.h (DYNAMIC_CHAIN_ADDRESS, RETURN_ADDR_RTX): Likewise.
5734 * config/vax/vax.c (vax_add_reg_cfa_offset, vax_expand_prologue)
5735 (print_operand_address, vax_trampoline_init): Likewise.
5736
5737 * config/xtensa/xtensa.c (xtensa_expand_prologue, xtensa_return_addr)
5738 (xtensa_function_value_regno_p): Likewise.
5739
5740 2012-05-04 Andrew Pinski <apinski@cavium.com>
5741
5742 * expr.c (get_def_for_expr_class): New function.
5743 (convert_tree_comp_to_rtx): New function.
5744 (expand_cond_expr_using_cmove): New function.
5745 (expand_expr_real_2 <case COND_EXPR>): Call
5746 expand_cond_expr_using_cmove first and return if it succeeds.
5747 Remove the check for HAVE_conditional_move since we should have
5748 already converted it to a conditional move.
5749 * config/i386/i386.c (ix86_expand_int_movcc): Disallow comparison
5750 modes of DImode for 32bits and TImode.
5751
5752 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
5753
5754 PR other/29442
5755 * read-md.c (fprint_md_ptr_loc, fprint_c_condition): New functions.
5756 (print_md_ptr_loc, print_c_condition): Use them.
5757 * read-md.h (fprint_md_ptr_loc, fprint_c_condition): New prototypes.
5758 * genattrtab.c (attr_file_name, dfa_file_name, latency_file_name,
5759 attr_file, dfa_file, latency_file): New global variables.
5760 (write_attr_valueq, write_attr_set, write_attr_case, write_attr_value,
5761 write_upcase, write_indent, write_length_unit_log, write_test_expr,
5762 write_attr_get, write_insn_cases, write_eligible_delay,
5763 write_const_num_delay_slots): Accept FILE pointer and toss it around.
5764 Update all callers.
5765 (write_header, open_outfile, handle_arg): New funcions.
5766 (make_automaton_attrs): Write prototypes as extern to the output
5767 files.
5768 (main): Use init_rtx_reader_args_cb with handle_arg to take 3 file
5769 names from the command line. Open the output files and write out
5770 internal functions for DFA functions to dfa_file_name, insn latency
5771 functions to latency_file_name, and everything else to attr_file.
5772 * Makefile.in (OBJS): Add insn-dfatab.o and insn-latencytab.o.
5773 (BACKEND): Build libbackend first.
5774 (MOSTLYCLEANFILES): Add insn-dfatab.c and insn-latencytab.c.
5775 (.PRECIOUS): Likewise.
5776 (insn-dfatab.o): New rule.
5777 (insn-latencytab.o): New rule.
5778 (simple_rtl_generated_c): Do not include insn-attrtab.c.
5779 (s-attrtab): New rule.
5780
5781 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
5782
5783 * rtl.def (ATTR_FLAG): Remove probability indicating flags.
5784 * genattr.c (main): Remove ATTR_FLAG_likely, ATTR_FLAG_unlikely,
5785 ATTR_FLAG_very_likely, and ATTR_FLAG_very_unlikely.
5786 * reorg.c (get_jump_flags): Do not set the removed flags.
5787
5788 * doc/md.texi (attr_flag): Update for abovementioned changes.
5789
5790 2012-05-04 Uros Bizjak <ubizjak@gmail.com>
5791
5792 PR target/53228
5793 * config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
5794 (TARGET_CMOV): Rename from TARGET_CMOVE.
5795 (TARGET_CMOVE): New define.
5796 * config/i386/i386.c (ix86_option_override_internal): Use TARGET_CMOV.
5797 Do not set TARGET_CMOVE here.
5798
5799 2012-05-04 Dodji Seketeli <dodji@redhat.com>
5800
5801 Enable -Wunused-local-typedefs when -Wall or -Wunused is on
5802 * opts.c (finish_options): Activate -Wunused-local-typedefs if
5803 -Wunused is activated.
5804 * doc/invoke.texi: Update blurb of -Wunused-local-typedefs.
5805
5806 2012-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5807
5808 * config/s390/s390.md (*movmem_short, *clrmem_short)
5809 (*cmpmem_short): Move the mode check from the insn condition to
5810 the match_scratch.
5811
5812 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
5813
5814 PR tree-optimization/52633
5815 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Swap order of
5816 vect_recog_widen_shift_pattern and vect_recog_over_widening_pattern.
5817 (vect_recog_over_widening_pattern): Remove handling of code that was
5818 already detected as over-widening pattern. Remove special handling
5819 of "unsigned" cases. Instead, support general case of conversion
5820 of the shift result to another type.
5821
5822 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
5823
5824 * tree-vect-patterns.c (vect_single_imm_use): New function.
5825 (vect_recog_widen_mult_pattern): Use it instead of open-coding loop.
5826 (vect_recog_over_widening_pattern): Likewise.
5827 (vect_recog_widen_shift_pattern): Likewise.
5828
5829 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
5830
5831 * tree-vect-patterns.c (vect_same_loop_or_bb_p): New function.
5832 (vect_handle_widen_op_by_const): Use it instead of open-coding test.
5833 (vect_recog_widen_mult_pattern): Likewise.
5834 (vect_operation_fits_smaller_type): Likewise.
5835 (vect_recog_over_widening_pattern): Likewise.
5836 (vect_recog_widen_shift_pattern): Add to vect_same_loop_or_bb_p test.
5837
5838 2012-05-04 Richard Guenther <rguenther@suse.de>
5839
5840 PR lto/50602
5841 * lto-wrapper.c (merge_and_complain): Complain about mismatches
5842 of -freg-struct-return and -fpcc-struct-return.
5843 (run_gcc): Pass through -freg-struct-return and -fpcc-struct-return
5844 from the input file options and ignore those from the link
5845 command line.
5846
5847 2012-05-04 Richard Guenther <rguenther@suse.de>
5848
5849 PR tree-optimization/53168
5850 * tree-ssa-pre.c (phi_translate_1): Only handle type-punned
5851 memory reads when the result is a constant we can pun.
5852
5853 2012-05-04 Richard Guenther <rguenther@suse.de>
5854
5855 * common.opt (flto-report): Do not mark as Optimization.
5856
5857 2012-05-04 Eric Botcazou <ebotcazou@adacore.com>
5858
5859 PR target/48496
5860 * recog.c (constrain_operands): If extra constraints are present, also
5861 accept pseudo-registers with equivalent memory locations during reload.
5862
5863 2012-05-04 Olivier Hainque <hainque@adacore.com>
5864
5865 * collect2.c (may_unlink_output_file): New global.
5866 (maybe_unlink): Honor it.
5867 * collect2.h: Add extern for it.
5868 * tlink.c (do_tlink): Set it to true if the link succeeded.
5869
5870 2012-05-04 Olivier Hainque <hainque@adacore.com>
5871
5872 * gcc.c (eval_spec_function): Finalize/restore the current string
5873 obstack state as part of the context push/pop operations.
5874
5875 2012-05-04 Bin Cheng <bin.cheng@arm.com>
5876
5877 PR rtl-optimization/52804
5878 * reload1.c (reload_reg_reaches_end_p): Check whether successor
5879 reload with type RELOAD_FOR_INPUT_ADDRESS kills reload register
5880 of current one with type RELOAD_FOR_INPADDR_ADDRESS.
5881 Same stands for reloads with type RELOAD_FOR_OUTPUT_ADDRESS and
5882 RELOAD_FOR_OUTADDR_ADDRESS.
5883
5884 2012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
5885
5886 PR c++/24985
5887 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Show caret
5888 for macro expansion.
5889
5890 2012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
5891
5892 * flags.h (flag_permissive): Do not declare.
5893 * diagnostic.c (diagnostic_report_diagnostic): Handle fpermissive
5894 option specially.
5895 * toplev.c (flag_permissive): Do not define.
5896 * c-tree.h (system_header_p): Delete unused.
5897
5898 2012-05-03 David S. Miller <davem@davemloft.net>
5899
5900 PR target/52684
5901 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If we pass a
5902 MEM directly into a libcall, mark it's MEM_EXPR as addressable.
5903 (sparc_emit_float_lib_cmp): Likewise.
5904
5905 2012-05-03 Michael Meissner <meissner@linux.vnet.ibm.com>
5906
5907 PR target/53199
5908 * config/rs6000/rs6000.md (bswapdi splitters): If
5909 -mavoid-indexed-addresses (or -mcpu=power6 which sets it by
5910 default) is used, generate an alternate sequence that does not
5911 depend on using indexed addressing.
5912
5913 2012-05-03 Jason Merrill <jason@redhat.com>
5914
5915 * gengtype.c (write_types): Fix warning message.
5916 (write_local): Likewise.
5917
5918 2012-05-02 Jason Merrill <jason@redhat.com>
5919
5920 * dwarf2out.c (struct external_ref, build_local_stub): New.
5921 (hash_external_ref, external_ref_eq, lookup_external_ref): New.
5922 (optimize_external_refs, optimize_external_refs_1): New.
5923 (change_AT_die_ref): New.
5924 (clone_as_declaration): Add DW_AT_signature when cloning a declaration.
5925 (build_abbrev_table): Take the external refs hashtable.
5926 (output_comp_unit): Get it from optimize_external_refs and pass it in.
5927
5928 2012-05-03 Jan Hubicka <jh@suse.cz>
5929
5930 PR middle-end/53093
5931 * tree-emutls.c (new_emutls_decl): Fix handling of aliases.
5932
5933 2012-05-03 Jan Hubicka <jh@suse.cz>
5934
5935 PR middle-end/53106
5936 * ipa.c (cgraph_remove_unreachable_nodes): Fix handling of clones.
5937
5938 2012-05-03 Jason Merrill <jason@redhat.com>
5939
5940 * dwarf2out.c (die_struct): Add comdat_type_p flag. Use it instead of
5941 use_debug_types to discriminate the die_id union.
5942 (print_die, assign_symbol_names, copy_decls_walk): Likewise.
5943 (build_abbrev_table, output_die): Likewise.
5944 (prune_unused_types_walk_attribs): Likewise.
5945 (generate_type_signature, copy_declaration_context): Set it.
5946 (remove_child_or_replace_with_skeleton): Set it.
5947 (dwarf2out_start_source_file, dwarf2out_end_source_file): Don't
5948 check use_debug_types.
5949 (dwarf2out_finish): Do break_out_includes after .debug_types.
5950
5951 2012-05-03 Jason Merrill <jason@redhat.com>
5952
5953 * dwarf2out.c (modified_type_die): Use scope_die_for.
5954 (gen_type_die_with_usage, dwarf2out_finish): Likewise.
5955 (uses_local_type_r, uses_local_type): New.
5956 (scope_die_for): Keep a type that uses a local type in local scope.
5957 Use get_context_die for namespace and type scope.
5958
5959 2012-05-03 Jason Merrill <jason@redhat.com>
5960
5961 * config/i386/i386.c (ix86_code_end): Set DECL_IGNORED_P on the
5962 pc thunk.
5963 * dwarf2out.c (output_aranges): Skip DECL_IGNORED_P functions.
5964 (dwarf2out_finish): Likewise.
5965
5966 2012-05-03 Martin Jambor <mjambor@suse.cz>
5967
5968 * builtins.c (get_object_alignment_1): Return whether we can determine
5969 the alignment or conservatively assume byte alignment. Return the
5970 alignment by reference. Use get_pointer_alignment_1 for dereference
5971 alignment.
5972 (get_pointer_alignment_1): Return whether we can determine the
5973 alignment or conservatively assume byte alignment. Return the
5974 alignment by reference. Use get_ptr_info_alignment to get SSA name
5975 alignment.
5976 (get_object_alignment): Update call to get_object_alignment_1.
5977 (get_object_or_type_alignment): Likewise, fall back to type alignment
5978 only when it returned false.
5979 (get_pointer_alignment): Update call to get_pointer_alignment_1.
5980 * fold-const.c (get_pointer_modulus_and_residue): Update call to
5981 get_object_alignment_1.
5982 * ipa-prop.c (ipa_modify_call_arguments): Update call to
5983 get_pointer_alignment_1.
5984 * tree-sra.c (build_ref_for_offset): Likewise, fall back to the type
5985 of MEM_REF or TARGET_MEM_REF only when it returns false.
5986 * tree-ssa-ccp.c (get_value_from_alignment): Update call to
5987 get_object_alignment_1.
5988 (ccp_finalize): Use set_ptr_info_alignment.
5989 * tree.h (get_object_alignment_1): Update declaration.
5990 (get_pointer_alignment_1): Likewise.
5991 * gimple-pretty-print.c (dump_gimple_phi): Use get_ptr_info_alignment.
5992 (dump_gimple_stmt): Likewise.
5993 * tree-flow.h (ptr_info_def): Updated comments of fields align and
5994 misalign.
5995 (get_ptr_info_alignment): Declared.
5996 (mark_ptr_info_alignment_unknown): Likewise.
5997 (set_ptr_info_alignment): Likewise.
5998 (adjust_ptr_info_misalignment): Likewise.
5999 * tree-ssa-address.c (copy_ref_info): Use new access functions to get
6000 and set alignment of SSA names.
6001 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Call
6002 mark_ptr_info_alignment_unknown.
6003 * tree-ssanames.c (get_ptr_info_alignment): New function.
6004 (mark_ptr_info_alignment_unknown): Likewise.
6005 (set_ptr_info_alignment): Likewise.
6006 (adjust_ptr_info_misalignment): Likewise.
6007 (get_ptr_info): Call mark_ptr_info_alignment_unknown.
6008 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
6009 Likewise.
6010 (bump_vector_ptr): Likewise.
6011 * tree-vect-stmts.c (create_array_ref): Use set_ptr_info_alignment.
6012 (vectorizable_store): Likewise.
6013 (vectorizable_load): Likewise.
6014
6015 2012-05-03 Michael Matz <matz@suse.de>
6016
6017 * basic-block.h (struct rtl_bb_info, struct gimple_bb_info): Move
6018 in front of basic_block_def.
6019 (struct basic_block_def): Make il.gimple the full struct, not a
6020 pointer.
6021 (__assert_gimple_bb_smaller_rtl_bb): Asserting typedef.
6022
6023 * cfgexpand.c (expand_gimple_basic_block): Clear all il.gimple members.
6024 * gimple-iterator.c (gimple_stmt_iterator): Don't special case
6025 NULL il.gimple, which can't happen anymore.
6026 * gimple.h (bb_seq): il.gimple can't be NULL.
6027 (bb_seq_add): Ditto.
6028 (set_bb_seq): Adjust.
6029 (gsi_start_bb, gsi_last_bb): Tidy.
6030 * lto-streamer-in.c (make_new_block): Don't zero members that
6031 are zeroed already, don't allocate a gimple_bb_info.
6032 * tree-cfg.c (create_bb): Don't allocate a gimple_bb_info.
6033 (remove_bb): Clear all il.gimple members.
6034 (gimple_verify_flow_info): Adjust for flat il.gimple.
6035 * tree-flow-inline.h (phi_nodes, phi_nodes_ptr, set_phi_nodes): Adjust.
6036
6037 * coretypes.h (const_gimple_seq): Remove typedef.
6038 * gimple.h (gimple_seq_first): Take gimple_seq.
6039 (gimple_seq_first_stmt): Ditto.
6040 (gimple_seq_last): Ditto.
6041 (gimple_seq_last_stmt): Ditto.
6042 (gimple_seq_empty_p): Ditto.
6043
6044 2012-05-03 Richard Guenther <rguenther@suse.de>
6045
6046 * tree-ssa-pre.c (valid_in_sets): Remove checking of trapping
6047 operations.
6048 (prune_clobbered_mems): Do it here. Do not uselessly sort expressions.
6049 (compute_avail): Do not add possibly trapping operations to
6050 EXP_GEN if they might not be executed in the block.
6051
6052 2012-05-03 Uros Bizjak <ubizjak@gmail.com>
6053
6054 * config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Remove.
6055
6056 2012-05-03 Steven Bosscher <steven@gcc.gnu.org>
6057
6058 * tree-switch-conversion.c (gen_inbound_check): Free post-dominance
6059 information as early as possible. Update dominance info instead of
6060 discarding it.
6061
6062 2012-05-03 Richard Guenther <rguenther@suse.de>
6063
6064 * tree-ssa-pre.c (debug_bitmap_sets_for): New function.
6065 (union_contains_value): Remove.
6066 (vro_valid_in_sets): Likewise.
6067 (op_valid_in_sets): New function.
6068 (valid_in_sets): Use op_valid_in_sets.
6069 (insert_into_preds_of_block): Move dumping ...
6070 (do_regular_insertion): ... here.
6071 (do_partial_partial_insertion): ... and here. Dump that
6072 we've found a partial partial redundancy.
6073 (insert): Dump the current insert iteration.
6074
6075 2012-05-03 Jakub Jelinek <jakub@redhat.com>
6076
6077 PR plugins/53126
6078 * gcc-ar.c (main): If GCC_EXEC_PREFIX is set in env,
6079 append program name to it and pass that as first argument
6080 to make_relative_prefix. Always pass standard_libexec_prefix
6081 as last argument to make_relative_prefix. If
6082 make_relative_prefix returns NULL, fall back to
6083 standard_libexec_prefix.
6084
6085 PR debug/53174
6086 * tree-predcom.c (remove_stmt): Call reset_debug_uses on stmts being
6087 removed.
6088
6089 PR target/53187
6090 * config/arm/arm.c (arm_select_cc_mode): If x has MODE_CC class
6091 mode, return that mode.
6092
6093 PR target/53194
6094 * config/i386/i386-c.c (ix86_target_macros_internal): Don't
6095 define __ATOMIC_HLE_* macros here.
6096 (ix86_target_macros): But here, using cpp_define_formatted.
6097
6098 2012-05-03 Richard Guenther <rguenther@suse.de>
6099
6100 PR tree-optimization/53144
6101 * tree-ssa-sccvn.c (vn_reference_lookup_or_insert_constant_for_pieces):
6102 Rename to ...
6103 (vn_reference_lookup_or_insert_for_pieces): ... this. Properly deal
6104 with SSA name values.
6105 (vn_reference_lookup_3): Adjust callers.
6106
6107 2012-05-03 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
6108
6109 * config/i386/driver-i386.c (host_detect_local_cpu): Reset
6110 has_fma4 for AMD processors with both fma3 and fma4 support.
6111
6112 2012-05-03 Kirill Yukhin <kirill.yukhin@intel.com>
6113
6114 PR target/53201
6115 * config/i386/driver-i386.c (host_detect_local_cpu): Add space to
6116 "-mno-hle".
6117
6118 2012-05-03 Michael Matz <matz@suse.de>
6119
6120 PR bootstrap/53197
6121 * tree-ssa-dse.c (dse_optimize_stmt): Take pointer to iterator.
6122 (dse_enter_block): Properly iterate the whole sequence even
6123 if the last statement was removed.
6124
6125 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
6126
6127 * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code,
6128 unset flag_jump_tables.
6129 * stmt.c (expand_case): Remove special flag_pic case conditional
6130 on ASM_OUTPUT_ADDR_DIFF_ELT not being defined.
6131
6132 2012-05-02 Ulrich Weigand <ulrich.weigand@linaro.org>
6133
6134 * common/config/s390/s390-common.c (s390_option_optimization_table):
6135 Enable -fsched-pressure using -fsched-pressure-algorithm=model by
6136 default when optimizing.
6137
6138 2012-05-02 Martin Jambor <mjambor@suse.cz>
6139
6140 PR lto/52605
6141 * dwarf2out.c (dwarf2out_decl): Only lookup die representing context
6142 of a variable when the contect is a function.
6143
6144 2012-05-02 Michael Matz <matz@suse.de>
6145
6146 * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.
6147 * gimple.h (struct gimple_seq_node_d, struct gimple_seq_d): Remove.
6148 (const_gimple_seq_node): Remove.
6149 (gimple_seq_node): Typedef as gimple.
6150 (struct gimple_statement_base): Add next and prev members,
6151 adjust all WORD markers in using structs.
6152 (union gimple_statement_d): Link via gsbase.next field for GC and PCH.
6153 (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
6154 gimple_seq_last_stmt): Adjust as gimple_seq, gimple_seq_node and
6155 gimple are the same.
6156 (gimple_seq_set_last, gimple_seq_set_first): Don't allocate
6157 gimple_seq, adjust.
6158 (gimple_init_singleton): New function.
6159 (gsi_start_1, gsi_last_1, gsi_end_p, gsi_one_before_end_p): Adjust.
6160 (gsi_next, gsi_prev): Adjust, handle prev cyclic list correctly.
6161 (gsi_stmt): Adjust.
6162 (gsi_stmt_ptr): Remove.
6163 (enum gimple_alloc_kind): Remove gimple_alloc_kind_seq member.
6164
6165 * gimple-iterator.c (update_bb_for_stmts): Take last parameter
6166 again, adjust for above changes.
6167 (update_call_edge_frequencies): Adjust for above changes.
6168 (gsi_insert_seq_nodes_before): Rewrite for new data structure.
6169 (gsi_insert_seq_nodes_after): Ditto.
6170 (gsi_split_seq_after): Ditto.
6171 (gsi_set_stmt): Ditto.
6172 (gsi_split_seq_before): Ditto.
6173 (gsi_remove): Ditto.
6174 (gsi_insert_seq_before_without_update): Don't free sequence.
6175 (gsi_insert_seq_after_without_update): Ditto.
6176 (gsi_replace): Assert some more invariants.
6177 (gsi_insert_before_without_update, gsi_insert_after_without_update):
6178 Tidy.
6179 (gsi_for_stmt): Don't search for stmt.
6180 (gsi_insert_on_edge_immediate): Tidy.
6181
6182 * gimple.c (gimple_alloc_k): Remove "sequences".
6183 (gimple_seq_cache): Remove.
6184 (gimple_alloc_stat): Make stmt a singleton sequence.
6185 (gimple_seq_alloc, gimple_seq_free): Remove.
6186 (gimple_assign_set_rhs_with_ops_1): Ensure new stmt is a singleton.
6187 (gimple_copy): Ditto.
6188 * gimplify.c (gimplify_cleanup_point_expr): Use gsi_set_stmt,
6189 create iterator from correct sequence.
6190 * tree-phinodes.c (make_phi_node): Make stmt a singleton.
6191
6192 2012-05-02 Michael Matz <matz@suse.de>
6193
6194 * gimple.h (gimple_stmt_iterator <seq>): Make it be pointer to
6195 gimple_seq.
6196 (gimple_seq_set_last, gimple_seq_set_first): Take pointer to
6197 sequence, lazily allocate it.
6198 (bb_seq_addr): New function.
6199 (gsi_start_1): Rename from gsi_start, but take pointer to sequence.
6200 (gsi_start): Macro to wrap gsi_start_1 taking pointer of argument.
6201 (gsi_none): New function.
6202 (gsi_start_bb): Adjust.
6203 (gsi_last_1): Rename from gsi_last, but take pointer to sequence.
6204 (gsi_last): Macro to wrap gsi_last_1 taking pointer of argument.
6205 (gsi_last_bb): Adjust.
6206 (gsi_seq): Adjust.
6207 * tree-flow-inline.h (phi_nodes_ptr): New function.
6208
6209 * gimple-iterator.c (gsi_insert_seq_nodes_before): Adjust to
6210 datastructure and interface change.
6211 (gsi_insert_seq_before_without_update): Ditto.
6212 (gsi_insert_seq_nodes_after): Ditto.
6213 (gsi_insert_seq_after_without_update): Ditto.
6214 (gsi_split_seq_after): Ditto, don't use gimple_seq_alloc.
6215 (gsi_split_seq_before): Ditto.
6216 (gsi_start_phis): Adjust.
6217 * tree-vect-loop.c (vect_determine_vectorization_factor): Use gsi_none.
6218 (vect_transform_loop): Ditto.
6219 * gimple.c (gimple_seq_add_stmt, gimple_seq_add_seq,
6220 gimple_seq_copy): Don't use gimple_seq_alloc.
6221 * gimplify.c (gimple_seq_add_stmt_without_update): Ditto.
6222 (gimplify_seq_add_seq): Ditto.
6223 * lto-streamer-in.c (make_new_block): Ditto.
6224 * tree-cfg.c (create_bb): Ditto.
6225 * tree-sra.c (initialize_parameter_reductions): Ditto.
6226
6227 2012-05-02 Michael Matz <matz@suse.de>
6228
6229 * gimple.h (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
6230 gimple_seq_last_stmt, gimple_seq_set_last, gimple_seq_set_first,
6231 gimple_seq_empty_p, gimple_seq_alloc_with_stmt, bb_seq,
6232 set_bb_seq): Move down to after gimple_statement_d definition.
6233
6234 2012-05-02 Michael Matz <matz@suse.de>
6235
6236 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
6237 gsi_replace_with_seq, instead of inserting itself.
6238 * gimple-iterator.c (gsi_replace_with_seq): New function.
6239 * tree-ssa-forwprop.c (forward_propagate_comparison): Take
6240 iterator instead of statement, advance it.
6241 (ssa_forward_propagate_and_combine): Adjust call to above.
6242
6243 2012-05-02 Michael Matz <matz@suse.de>
6244
6245 * tree-phinodes.c (add_phi_node_to_bb): Tidy, don't use
6246 gimple_seq_alloc.
6247 * omp-low.c (finalize_task_copyfn): Don't use gimple_seq_alloc.
6248 * tree-nested.c (walk_gimple_omp_for): Ditto.
6249 * trans-mem.c (lower_transaction): Ditto.
6250 * tree-eh.c (do_return_redirection): Ditto.
6251 (do_goto_redirection): Ditto.
6252 (lower_try_finally_switch): Ditto.
6253 * gimplify.c (gimplify_stmt): Ditto.
6254 (gimplify_scan_omp_clauses): Ditto.
6255 (gimplify_omp_for): Ditto.
6256 (gimplify_function_tree): Ditto.
6257 * gimple-fold.c (gimplify_and_update_call_from_tree): Ditto.
6258 * tree-mudflap.c (mf_decl_cache_locals): Ditto.
6259 (mf_build_check_statement_for): Ditto.
6260 (mx_register_decls): Ditto.
6261 * graphite-sese-to-poly.c (remove_invariant_phi): Ditto,
6262 and don't use itertors to append.
6263 (insert_stmts): Ditto.
6264 (insert_out_of_ssa_copy): Ditto.
6265 (insert_out_of_ssa_copy_on_edge): Ditto.
6266
6267 2012-05-02 Michael Matz <matz@suse.de>
6268
6269 * gimple.h (gimple_bind_body_ptr): New function.
6270 (gimple_bind_body): Use it.
6271 (gimple_catch_handler): Use gimple_catch_handler_ptr.
6272 (gimple_eh_filter_failure_ptr): New function.
6273 (gimple_eh_filter_failure): Use it.
6274 (gimple_eh_else_n_body_ptr): New function.
6275 (gimple_eh_else_n_body): Use it.
6276 (gimple_eh_else_e_body_ptr): New function.
6277 (gimple_eh_else_e_body): Use it.
6278 (gimple_try_eval_ptr): New function.
6279 (gimple_try_eval): Use it.
6280 (gimple_try_cleanup_ptr): New function.
6281 (gimple_try_cleanup): Use it.
6282 (gimple_wce_cleanup_ptr): New function.
6283 (gimple_wce_cleanup): Use it.
6284 (gimple_omp_body_ptr): New function.
6285 (gimple_omp_body): Use it.
6286 (gimple_omp_for_pre_body_ptr): New function.
6287 (gimple_omp_for_pre_body): Use it.
6288 (gimple_transaction_body_ptr): New function.
6289 (gimple_transaction_body): Use it.
6290 (gsi_split_seq_before): Adjust to return nothing and take pointer
6291 to sequence.
6292 (gsi_set_stmt): Declare.
6293 (gsi_replace_with_seq): Declare.
6294 (walk_gimple_seq_mod): Declare.
6295 * function.h (struct function <gimple_body>): Use typedef gimple_seq.
6296
6297 * gimple-iterator.c (gsi_set_stmt): New function.
6298 (gsi_split_seq_before): Return new sequence via pointer argument.
6299 (gsi_replace): Use gsi_set_stmt.
6300
6301 * tree-ssa-loop-im.c (move_computations_stmt): First remove
6302 then insert stmt.
6303 * tree-complex.c (update_complex_components_on_edge): Don't copy gsi.
6304 * tree-phinodes.c (resize_phi_node): Don't resize stmt in-place,
6305 return new stmt.
6306 (reserve_phi_args_for_new_edge): Change call to above,
6307 use gsi_set_stmt.
6308
6309 * omp-low.c (lower_omp): Change prototype to take pointer to sequence.
6310 (lower_rec_input_clauses): Use gimple_seq_add_seq instead of
6311 iterators. Adjust call to lower_omp.
6312 (lower_lastprivate_clauses): Adjust call to lower_omp.
6313 (lower_reduction_clauses): Ditto.
6314 (expand_omp_taskreg): Nullify non-cfg body of child_fn.
6315 (lower_omp_sections): Don't explicitely count sequence length,
6316 nullify lowered bodies earlier, ensure stmts are part of only
6317 one sequence, adjust call to lower_omp.
6318 (lower_omp_single): Ensure stmts are part of only one sequence,
6319 adjust call to lower_omp.
6320 (lower_omp_master): Ditto.
6321 (lower_omp_ordered): Ditto.
6322 (lower_omp_critical): Ditto.
6323 (lower_omp_for): Ditto.
6324 (lower_omp_taskreg): Ditto, tidy.
6325 (lower_omp_1): Adjust calls to lower_omp.
6326 (execute_lower_omp): Ditto.
6327 (lower_omp): Adjust to take pointer to sequence.
6328 (diagnose_sb_2): Use walk_gimple_seq_mod.
6329 (diagnose_omp_structured_block_errors): Ditto and set possibly
6330 changed function body.
6331 * gimple-low.c (lower_function_body): Set function body after
6332 it stabilizes.
6333 (lower_sequence): Adjust to take pointer to sequence.
6334 (lower_omp_directive): Ensure stmt isn't put twice into the
6335 sequence, adjust call to lower_sequence.
6336 (lower_stmt): Adjust calls to lower_sequence.
6337 (lower_gimple_bind): Ditto.
6338 (gimple_try_catch_may_fallthru): Call gsi_start with lvalue.
6339 * tree-nested.c (walk_body): Take pointer to sequence, use
6340 walk_gimple_seq_mod.
6341 (walk_function): Adjust call to walk_body, set possibly changed body.
6342 (walk_gimple_omp_for): Adjust calls to walk_body.
6343 (convert_nonlocal_omp_clauses): Ditto.
6344 (convert_nonlocal_reference_stmt): Ditto.
6345 (convert_local_omp_clauses): Ditto.
6346 (convert_local_reference_stmt): Ditto.
6347 (convert_tramp_reference_stmt): Ditto.
6348 (convert_gimple_call): Ditto.
6349 (convert_nl_goto_reference): Use local iterator copy.
6350 * gimple.c (walk_gimple_seq_mod): Renamed from walk_gimple_seq,
6351 but taking pointer to sequence, ensure gsi_start is called with
6352 callers lvalue.
6353 (walk_gimple_seq): New wrapper around walk_gimple_seq_mod,
6354 asserting that the sequence head didn't change.
6355 (walk_gimple_stmt): Replace all calls to walk_gimple_seq with
6356 walk_gimple_seq_mod.
6357 * trans-mem.c (lower_transaction): Use walk_gimple_seq_mod.
6358 (execute_lower_tm): Ditto, and set possibly changed body.
6359 * tree-eh.c (lower_eh_constructs_1): Take pointer to sequence,
6360 call gsi_start with that lvalue.
6361 (replace_goto_queue_stmt_list): Ditto.
6362 (replace_goto_queue_1): Adjust calls to replace_goto_queue_stmt_list.
6363 (replace_goto_queue): Ditto.
6364 (lower_try_finally_nofallthru): Adjust calls to lower_eh_constructs_1.
6365 (lower_try_finally_onedest): Ditto.
6366 (lower_try_finally_copy): Ditto.
6367 (lower_try_finally_switch): Ditto.
6368 (lower_try_finally): Ditto.
6369 (lower_eh_filter): Ditto.
6370 (lower_eh_must_not_throw): Ditto.
6371 (lower_cleanup): Ditto.
6372 (lower_eh_constructs_2): Ditto.
6373 (lower_catch): Ditto, and ensure gsi_start is called with lvalue.
6374 (lower_eh_constructs): Adjust calls to lower_eh_constructs_1, and
6375 set possibly changed body.
6376 (optimize_double_finally): Call gsi_start with lvalue.
6377
6378 * tree-cfg.c (make_blocks): Adjust call to gsi_split_seq_before.
6379 (gimple_split_block): Ditto.
6380 (gimple_merge_blocks): Use gsi_start_phis.
6381 (move_stmt_r): Use walk_gimple_seq_mod.
6382 * tree-ssa-dse.c (dse_enter_block): Use gsi_last_bb.
6383 * cgraphbuild.c (build_cgraph_edges): Use gsi_start_phis.
6384 (rebuild_cgraph_edges): Ditto.
6385 (cgraph_rebuild_references): Ditto.
6386 * ipa-prop.c (ipa_analyze_params_uses): Ditto.
6387 * tree-inline.c (copy_phis_for_bb): Ditto.
6388 * tree-ssa-dce.c: Ditto.
6389
6390 * cgraphunit.c (cgraph_analyze_function): Use gimple_has_body_p.
6391
6392 2012-05-02 Kirill Yukhin <kirill.yukhin@intel.com>
6393 Andi Kleen <ak@linux.intel.com>
6394
6395 * coretypes.h (MEMMODEL_MASK): New.
6396 * builtins.c (get_memmodel): Add val. Call target.memmodel_check
6397 and return new variable.
6398 (expand_builtin_atomic_exchange): Mask memmodel values.
6399 (expand_builtin_atomic_compare_exchange): Ditto.
6400 (expand_builtin_atomic_load): Ditto.
6401 (expand_builtin_atomic_store): Ditto.
6402 (expand_builtin_atomic_clear): Ditto.
6403 * doc/extend.texi: Mention port-dependent memory model flags.
6404 * config/i386/cpuid.h (bit_HLE): New.
6405 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
6406 HLE support.
6407 * config/i386/i386-protos.h (ix86_generate_hle_prefix): New.
6408 * config/i386/i386-c.c (ix86_target_macros_internal): Set HLE defines.
6409 (ix86_target_string)<-mhle>: New.
6410 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
6411 * config/i386/i386.c (ix86_target_string) <OPTION_MASK_ISA_HLE>: New.
6412 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
6413 (ix86_option_override_internal) <PTA_HLE>: New switch, set it
6414 enabled for generic, generic64 and core-avx2.
6415 (ix86_print_operand): Generate HLE lock prefixes.
6416 (ix86_memmodel_check): New.
6417 (TARGET_MEMMODEL_CHECK): Ditto.
6418 * config/i386/i386.h (OPTION_ISA_HLE): Ditto.
6419 (IX86_HLE_ACQUIRE): Ditto.
6420 (IX86_HLE_RELEASE): Ditto.
6421 * config/i386/i386.h (ix86_generate_hle_prefix): Ditto.
6422 * config/i386/i386.opt (mhle): Ditto.
6423 * config/i386/sync.md(atomic_compare_and_swap<mode>): Pass
6424 success model to instruction emitter.
6425 (atomic_fetch_add<mode>): Ditto.
6426 (atomic_exchange<mode>): Ditto.
6427 (atomic_add<mode>): Ditto.
6428 (atomic_sub<mode>): Ditto.
6429 (atomic_<code><mode>): Ditto.
6430 (*atomic_compare_and_swap_doubledi_pic): Ditto.
6431 (atomic_compare_and_swap_single<mode>): Define and use argument
6432 for success model.
6433 (atomic_compare_and_swap_double<mode>): Ditto.
6434 * configure.ac: Check if assembler support HLE prefixes.
6435 * configure: Regenerate.
6436 * config.in: Ditto.
6437
6438 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
6439
6440 PR middle-end/53153
6441 * gimplify.c (preprocess_case_label_vec_for_gimple): New function,
6442 split out from ...
6443 (gimplify_switch_expr): ... here.
6444 * gimple.h (preprocess_case_label_vec_for_gimple): Add prototype.
6445 * tree-ssa-forwprop.c (simplify_gimple_switch_label_vec): New function
6446 to clean up case labels with values outside the index type range.
6447 (simplify_gimple_switch): Call it if something changed.
6448 Remove strange and unnecessary assert.
6449
6450 2012-05-02 Richard Guenther <rguenther@suse.de>
6451
6452 * fold-const.c (div_if_zero_remainder): sizetypes no longer
6453 sign-extend.
6454 (int_const_binop_1): New worker for int_const_binop with
6455 overflowable parameter. Pass it through to force_fit_type_double.
6456 (int_const_binop): Wrap around int_const_binop_1 with overflowable
6457 equal to one.
6458 (size_binop_loc): Call int_const_binop_1 with overflowable equal
6459 to minus one, forcing overflow detection for even unsigned types.
6460 (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE special-casing.
6461 (fold_binary_loc): Call try_move_mult_to_index with signed offset.
6462 * stor-layout.c (initialize_sizetypes): sizetypes no longer
6463 sign-extend.
6464 (layout_type): For zero-sized arrays ignore overflow on the
6465 size calculations.
6466 * tree-ssa-ccp.c (bit_value_unop_1): Likewise.
6467 (bit_value_binop_1): Likewise.
6468 * tree.c (double_int_to_tree): Likewise.
6469 (double_int_fits_to_tree_p): Likewise.
6470 (force_fit_type_double): Likewise.
6471 (host_integerp): Likewise.
6472 (int_fits_type_p): Likewise.
6473 * varasm.c (output_constructor_regular_field): Sign-extend the
6474 field-offset to cater for negative offsets produced by the Ada
6475 frontend.
6476 * omp-low.c (extract_omp_for_data): Convert the loop step to
6477 signed for pointer adjustments.
6478
6479 2012-05-02 Richard Guenther <rguenther@suse.de>
6480
6481 * tree.c (valid_constant_size_p): New function.
6482 * tree.h (valid_constant_size_p): Declare.
6483 * cfgexpand.c (expand_one_var): Adjust check for too large
6484 variables by using valid_constant_size_p.
6485 * varasm.c (assemble_variable): Likewise.
6486
6487 * c-decl.c (grokdeclarator): Properly check for sizes that
6488 cover more than half of the address-space.
6489
6490 2012-05-02 Jakub Jelinek <jakub@redhat.com>
6491
6492 PR tree-optimization/53163
6493 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Don't ignore
6494 return value from compute_all_dependences.
6495
6496 PR rtl-optimization/53160
6497 * ree.c (combine_reaching_defs): Handle the case where cand->insn
6498 has been modified by ree pass already.
6499
6500 2012-05-01 Ian Lance Taylor <iant@google.com>
6501
6502 PR c/37303
6503 * c-decl.c (build_compound_literal): Make the decl readonly if it
6504 an array of a readonly type.
6505 * gimplify.c (gimplify_compound_literal_expr): Add fallback
6506 parameter. Change all callers. If the decl is not addressable
6507 and is not an l-value, make it readonly.
6508
6509 2012-05-01 Bernd Schmidt <bernds@codesourcery.com>
6510
6511 * ira.c (allocated_reg_info_size): New static variable.
6512 (expand_reg_info): Manage it. Call
6513 setup_preferred_alternate_classes_for_new_pseudos.
6514 (ira): Don't do it here. Remove local allocated_reg_info_size,
6515 set the global before calling find_moveable_pseudos.
6516 (find_moveable_pseudos): Call expand_reg_info rather than
6517 resize_reg_info.
6518
6519 2012-05-01 Richard Henderson <rth@redhat.com>
6520
6521 * common.opt (fsync-libcalls): New.
6522 * doc/invoke.texi: Document it.
6523 * optabs.c (init_sync_libfuncs): Honor it.
6524
6525 2012-05-01 Kenneth Zadeck <zadeck@naturalbridge.com>
6526 Richard Sandiford <r.sandiford@uk.ibm.com>
6527
6528 PR rtl-optimization/52543
6529 * Makefile.in (lower-subreg.o, target-globals.o): Depend on
6530 lower-subreg.h.
6531 * lower-subreg.h: New file.
6532 * target-globals.h (this_target_lower_subreg): Declare.
6533 (target_globals): Add lower_subreg;
6534 (restore_target_globals): Restore this_target_lower_subreg.
6535 * target-globals.c: Include it.
6536 (default_target_globals): Add default_target_lower_subreg.
6537 (save_target_globals): Initialize target_lower_subreg.
6538 * rtl.h (init_lower_subreg): Added declaration.
6539 * toplev.c (backend_init_target): Call initializer for lower-subreg
6540 pass.
6541 * lower-subreg.c (LOG_COSTS, FORCE_LOWERING): New macros.
6542 (default_target_lower_subreg): New variable.
6543 (this_target_lower_subreg): Likewise.
6544 (twice_word_mode, choices): New macros.
6545 (shift_cost, compute_splitting_shift, compute_costs)
6546 (init_lower_subreg): New functions.
6547 (resolve_simple_move): Add speed_p argument. Check choices.
6548 (find_pseudo_copy): Don't check the mode size here.
6549 (resolve_simple_move): Assert the mode size.
6550 (find_decomposable_shift_zext): Add speed_p argument and return
6551 a bool. Check choices.
6552 (resolve_shift_zext): Add comment.
6553 (dump_shift_choices, dump_choices): New functions.
6554 (decompose_multiword_subregs): Dump list of profitable
6555 transformations. Add code to skip non profitable transformations.
6556 Update calls to simple_move and find_decomposable_shift_zext.
6557
6558 2012-05-01 Ian Bolton <ian.bolton@arm.com>
6559 Sameera Deshpande <sameera.deshpande@arm.com>
6560 Greta Yorsh <greta.yorsh@arm.com>
6561
6562 * config/arm/arm-protos.h (thumb_unexpanded_epilogue): Rename to...
6563 (thumb1_unexpanded_epilogue): ...this.
6564 * config/arm/arm.c (thumb_unexpanded_epilogue): Rename to...
6565 (thumb1_unexpanded_epilogue): ...this.
6566 * config/arm/arm.md (thumb_unexpanded_epilogue): Rename to...
6567 (thumb1_unexpanded_epilogue): ...this.
6568
6569 2012-05-01 Richard Earnshaw <rearnsha@arm.com>
6570
6571 * arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef
6572 comparing enumeration values. Update comments.
6573
6574 2012-05-01 Alan Modra <amodra@gmail.com>
6575
6576 PR target/53038
6577 * config/rs6000/rs6000.c (load_lr_save, restore_saved_lr,
6578 load_cr_save, add_crlr_cfa_restore): New functions.
6579 (rs6000_restore_saved_cr): Rename to..
6580 (restore_saved_cr): ..this. Add cfa_restore notes for cr.
6581 (rs6000_emit_epilogue): Use new functions. Adjust condition
6582 for emitting lr and cr cfa_restore. Emit cfa_restores for fp
6583 regs when using out-of-line restore only when shrink wrapping.
6584
6585 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
6586
6587 PR middle-end/53136
6588 * ipa-prop.c (ipa_print_node_jump_functions): Wrap multiple
6589 calls to cgraph_node_name in xstrdup.
6590 (ipa_make_edge_direct_to_target): Ditto.
6591 * cgraph.c (dump_cgraph_node): Ditto.
6592 * tree-sra.c (convert_callers_for_node): Ditto.
6593 * lto-symtab.c (lto_cgraph_replace_node): Ditto.
6594 * ipa-cp.c (perhaps_add_new_callers): Ditto.
6595 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Ditto.
6596 (cgraph_materialize_all_clones): Ditto.
6597 * ipa-inline.c (report_inline_failed_reason): Ditto.
6598 (want_early_inline_function_p): Ditto.
6599 (edge_badness): Ditto.
6600 (update_edge_key): Ditto.
6601 (flatten_function): Ditto.
6602 (ipa_inline): Ditto.
6603 (inline_always_inline_functions): Ditto.
6604 (early_inline_small_functions): Ditto.
6605
6606 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
6607
6608 PR target/53141
6609 * config/i386/i386.md (*umul<mode><dwi>3_1): Switch places of
6610 constraints 0 and 1.
6611
6612 012-04-30 Jan Hubicka <jh@suse.cz>
6613
6614 * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
6615 (cgraph_asm_nodes, cgraph_asm_last_node): Move to cgraphunit.c
6616 (cgraph_add_to_same_comdat_group): Remove.
6617 (cgraph_add_asm_node): Move to cgraphunit.c.
6618 (cgraph_make_decl_local): Move to symtab.c
6619 (cgraph_make_node_local_1): Update.
6620 (cgraph_can_remove_if_no_direct_calls_and): Update.
6621 (used_from_object_file_p): Update.
6622 (resolution_used_from_other_file_p): Move to symtab.c
6623 (cgraph_used_from_object_file_p): move to symtab.c
6624 (verify_cgraph_node): Verify same comdat groups.
6625 * cgraph.h (cgraph_asm_node): Rename to ...
6626 (asm_node): ... this one.
6627 (cgraph_asm_nodes): Rename to ...
6628 (asm_nodes): ... this one.
6629 (symtab_add_to_same_comdat_group): New function.
6630 (symtab_dissolve_same_comdat_group_list): New function.
6631 (symtab_used_from_object_file_p): Declare.
6632 (symtab_make_decl_local): Declare.
6633 (cgraph_add_to_same_comdat_group): Remove.
6634 (cgraph_add_asm_node): Remove.
6635 (cgraph_used_from_object_file_p, varpool_used_from_object_file_p):
6636 Remove.
6637 (cgraph_finalize_compilation_unit): Rename to ...
6638 (finalize_compilation_unit): ... this one.
6639 (cgraph_optimize): Rename to ....
6640 (compile): ... this one.
6641 (add_asm_node): Declare.
6642 (fixup_same_cpp_alias_visibility): Declare.
6643 (cgraph_make_decl_local): Remove.
6644 (varpool_assemble_pending_decls): Rename to ...
6645 (varpool_output_variables): ... this one.
6646 (varpool_remove_unreferenced_decls): Remove.
6647 * ipa-inline-transform.c (clone_inlined_nodes): Dissolve comdat groups.
6648 (preserve_function_body_p): Make static.
6649 * toplev.c (compile_file): Update comments; update.
6650 * cgraphunit.c: Update comments.
6651 (cgraph_expand_all_functions): Rename to ...
6652 (expand_all_functions): ... this one; update.
6653 (cgraph_mark_functions_to_output): Rename to ...
6654 (mark_functions_to_output): ... this one; cleanup.
6655 (cgraph_output_pending_asms): Remove prototype.
6656 (asm_nodes, asm_last_node): New static vars.
6657 (cgraph_process_new_functions): Update.
6658 (cgraph_reset_node): Cleanup; add comment.
6659 (cgraph_add_new_function): Update.
6660 (cgraph_output_pending_asms): Rename to ...
6661 (output_asm_statements): ... this one.
6662 (add_asm_node): New function.
6663 (fixup_same_cpp_alias_visibility): New function based on code
6664 in cgraph_analyze_function.
6665 (cgraph_analyze_function): Use it.
6666 (cgraph_order_sort): Update.
6667 (cgraph_output_in_order): Update.
6668 (cgraph_function_versioning): Update.
6669 (cgraph_optimize): Rename to ...
6670 (compile): ... this one; initialize streamer hooks here.
6671 (cgraph_finalize_compilation_unit): Rename to ...
6672 (finalize_compilation_unit): ... this one; do not initialize streamer
6673 hook here.
6674 * lto-streamer-out.c (lto_output_toplevel_asms): Update.
6675 * dwarf2out.c: Update ocmment.
6676 * optimize.c (maybe_clone_body): Use symtab_add_to_same_comdat_group.
6677 * method.c (use_thunk): Likewise.
6678 * semantics.c (maybe_add_lambda_conv_op): Likewise.
6679 * decl2.c (maybe_emit_vtables): Likewise.
6680 (cp_write_global_declarations): Use finalize_compilation_unit.
6681 * parser.c (cp_parser_asm_definition): Use add_asm_node.
6682 * lto-streamer-in.c (lto_input_toplevel_asms): Use add_asm_node
6683 * c-decl.c (c_write_global_declarations): Use
6684 finalize_compilation_unit.
6685 * langhooks.c (write_global_declarations): Update.
6686 * ipa.c (cgraph_externally_visible_p): Update.
6687 (dissolve_same_comdat_group_list): Remove.
6688 (function_and_variable_visibility): Update.
6689 * symtab.c: Inlcude lto-streamer.h and rtl.h
6690 (ld_plugin_symbol_resolution_names): New.
6691 (symtab_add_to_same_comdat_group): New.
6692 (symtab_dissolve_same_comdat_group_list): New.
6693 (resolution_used_from_other_file_p): Move here from cgraph.c
6694 (symtab_used_from_object_file_p): New.
6695 (symtab_make_decl_local): New.
6696 * passes.c (register_pass): Update comments.
6697 * c-parser.c (c_parser_asm_definition): Update.
6698 * varpool.c (varpool_analyze_node): Use
6699 fixup_same_cpp_alias_visibility.
6700 (varpool_remove_unreferenced_decls): Make static.
6701 (varpool_assemble_pending_decls): Rename to ...
6702 (varpool_output_variables): ... this one; call
6703 varpool_remove_unreferenced_decls.
6704 (varpool_used_from_object_file_p): Remove.
6705
6706 2012-04-30 Marc Glisse <marc.glisse@inria.fr>
6707
6708 PR c++/51033
6709 * c-typeck.c (build_array_ref): Call
6710 convert_vector_to_pointer_for_subscript.
6711 * doc/extend.texi (Vector Extensions): Subscripting not just for C.
6712
6713 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
6714
6715 * config/i386/i386.md (and<mode>3): Change runtime operand mode checks
6716 to compile-time "mode == <MODE>mode" checks.
6717 (and splitter): Ditto.
6718
6719 2012-04-30 Richard Henderson <rth@redhat.com>
6720
6721 * config/arm/arm.md (UNSPEC_LL): New.
6722 * config/arm/sync.md (atomic_loaddi, atomic_loaddi_1): New.
6723 (arm_load_exclusivedi): Use %H0.
6724
6725 2012-04-30 Jason Merrill <jason@redhat.com>
6726
6727 * dwarf2out.c (comdat_symbol_id): Add const.
6728 (union die_symbol_or_type_node): Add const to die_symbol.
6729 (output_die_symbol, output_die, output_comp_unit): Adjust.
6730
6731 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
6732
6733 * config/arm/arm.md (negdi2): Use gen_negdi2_neon.
6734 * config/arm/neon.md (negdi2_neon): New insn.
6735 Also add splitters for core and NEON registers.
6736
6737 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
6738
6739 * config/arm/arm.c (neon_valid_immediate): Allow const_int.
6740 (arm_print_operand): Add 'x' format.
6741 * config/arm/constraints.md (Dn): Allow const_int.
6742 * config/arm/neon.md (neon_mov<mode>): Use VDX to allow DImode.
6743 Use 'x' format to print constants.
6744 * config/arm/predicates.md (imm_for_neon_mov_operand): Allow const_int.
6745 * config/arm/vfp.md (movdi_vfp): Disable for const_int when neon
6746 is enabled.
6747 (movdi_vfp_cortexa8): Likewise.
6748
6749 2012-04-30 Ian Bolton <ian.bolton@arm.com>
6750 Sameera Deshpande <sameera.deshpande@arm.com>
6751 Greta Yorsh <greta.yorsh@arm.com>
6752
6753 * config/arm/arm-protos.h (ldm_stm_operation_p): New declaration.
6754 * config/arm/arm.c (ldm_stm_operation_p): New function.
6755 * config/arm/predicates.md (load_multiple_operation): Update predicate.
6756 (store_multiple_operation): Likewise.
6757
6758 * config/arm/arm-protos.h (ldm_stm_operation_p): New parameters.
6759 * config/arm/arm.c (ldm_stm_operation_p): New parameters.
6760 * config/arm/predicates.md (load_multiple_operation): Add arguments.
6761 (store_multiple_operation): Likewise.
6762
6763 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
6764
6765 * config/i386/i386.md (and<mode>3): Expand masking operations with
6766 0xff, 0xffff or 0xffffffff immediates to corresponding zero_extend RTX.
6767 (and splitter): Split to DImode zero_extend RTX for DImode operand[0].
6768
6769 2012-04-30 Dodji Seketeli <dodji@redhat.com>
6770
6771 Add -Wvarargs option
6772 * builtins.c (fold_builtin_next_arg): Use OPT_Wvarargs as an
6773 argument for the various warning_at calls.
6774 * docs/invoke.texi: Update the documentation.
6775
6776 2012-04-30 Dodji Seketeli <dodji@redhat.com>
6777
6778 Switch -ftrack-macro-expansion=2 on by default.
6779 * docs/cppopts.texi: Adjust for enabling -ftrack-macro-expansion=2
6780 by default.
6781
6782 Fix va_start related location
6783 * builtins.c (fold_builtin_next_arg): Unwinds to the first
6784 location in real source code.
6785
6786 Make conversion warnings work on NULL with -ftrack-macro-expansion
6787 * input.h (expansion_point_location_if_in_system_header): Declare
6788 new function.
6789 * input.c (expansion_point_location_if_in_system_header): Define it.
6790
6791 Fix -Wuninitialized for -ftrack-macro-expansion
6792 * tree-ssa.c (warn_uninit): Use the spelling location of the variable
6793 declaration. Use linemap_location_before_p for source locations.
6794
6795 Strip "<built-in>" loc from displayed expansion context
6796 * input.c (expand_location_1): When expanding to spelling location
6797 in a context of a macro expansion, skip reserved system header
6798 locations. Update comments. * tree-diagnostic.c
6799 (maybe_unwind_expanded_macro_loc): Likewise.
6800
6801 Make expand_location resolve to locus in main source file
6802 * input.c (expand_location_1): New. Takes a parameter to choose
6803 whether to resolve the location to spelling or expansion point.
6804 Was factorized from ...
6805 (expand_location): ... here.
6806 (expand_location_to_spelling_point): New. Implemented in terms of
6807 expand_location_1.
6808 * diagnostic.c (diagnostic_build_prefix): Use the new
6809 expand_location_to_spelling_point instead of expand_location.
6810
6811 Fix PCH crash on GTYed pointer-to-scalar field of a struct
6812 * gengtype.c (write_types_process_field): Force second argument of
6813 the call to the PCH object hierarchy walker to be 'x'.
6814
6815 2012-04-30 Eric Botcazou <ebotcazou@adacore.com>
6816
6817 * config/i386/i386.c (ix86_handle_struct_attribute): Use the proper
6818 predicate to discriminate types.
6819
6820 2012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
6821
6822 * doc/invoke.texi (Wmissing-format-attribute): Document as an
6823 alias of Wsuggest-attribute=format.
6824 * c-typeck.c (convert_for_assignment): Replace
6825 Wmissing-format-attribute with Wsuggest-attribute=format.
6826 (digest_init): Likewise.
6827
6828 2012-04-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
6829
6830 * opts.c (finish_options): Do not handle -Wmissing-noreturn here.
6831 * common.opt (Wmissing-noreturn): Alias of
6832 -Wsuggest-attribute=noreturn.
6833
6834 2012-04-29 Hans-Peter Nilsson <hp@axis.com>
6835
6836 PR target/53156
6837 * config/cris/cris.md (andqu): New peephole2.
6838 (andu): Tweak head comment.
6839
6840 2012-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
6841 Steven Bosscher <steven@gcc.gnu.org>
6842 Maxim Kuvyrkov <maxim@codesourcery.com>
6843
6844 PR tree-optimization/38785
6845 * common.opt (ftree-partial-pre): New option.
6846 * doc/invoke.texi: Document it.
6847 * opts.c (default_options_table): Initialize flag_tree_partial_pre.
6848 * tree-ssa-pre.c (do_partial_partial_insertion): Insert only if it will
6849 benefit speed path.
6850 (execute_pre): Use flag_tree_partial_pre.
6851
6852 2012-04-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6853
6854 PR target/52999
6855 * config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels
6856 in constant pool.
6857
6858 2012-04-27 Ollie Wild <aaw@google.com>
6859
6860 * doc/invoke.texi (Wliteral-suffix): Document new option.
6861
6862 2012-04-27 Tom Tromey <tromey@redhat.com>
6863
6864 * dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.
6865 (dwarf_tag_name): Use get_DW_TAG_name.
6866 (dwarf_attr_name): Use get_DW_AT_name.
6867 (dwarf_form_name): Use get_DW_FORM_name.
6868 * dwarf2cfi.c (dwarf_cfi_name): Use get_DW_CFA_name.
6869
6870 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
6871
6872 * tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose
6873 arguments are -1 and 0, by negating the result of the conditional.
6874
6875 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
6876
6877 PR target/53138
6878 * config/i386/i386.md (x86_mov<mode>cc_0_m1_neg): Add clobber.
6879
6880 2012-04-27 Richard Guenther <rguenther@suse.de>
6881
6882 * tree-flow.h (is_hidden_global_store): Remove.
6883 * tree-ssa-sink.c (is_hidden_global_store): Likewise.
6884 * tree-ssa-alias.h (ref_may_alias_global_p): Declare.
6885 (stmt_may_clobber_global_p): Likewise.
6886 * tree-ssa-alias.c (ref_may_alias_global_p): New function.
6887 (stmt_may_clobber_global_p): Likewise.
6888 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Call
6889 stmt_may_clobber_global_p.
6890 * tree-ssa-dse.c (dse_possible_dead_store_p): Likewise.
6891
6892 2012-04-27 Steven Bosscher <steven@gcc.gnu.org>
6893
6894 * cfg.c (disconnect_src): Do df_mark_solutions_dirty in the right
6895 place.
6896
6897 * tree-switch-conversion.c (struct switch_conv_info): Add range_max,
6898 reorganize some fields and update comments. Rename bit_test_uniq
6899 and bit_test_count to uniq resp. count. Remove bit_test_bb.
6900 (collect_switch_conv_info): New function, collects info about a
6901 GIMPLE_SWITCH into a struct switch_conv_info.
6902 (check_range): Simplify to use pre-recorded info. Fix think-o in
6903 range-branch ratio check.
6904 (check_process_case): Remove function.
6905 (check_all_empty_except_final): New function, verifies that all
6906 non-final basic blocks are empty.
6907 (process_switch): Simplify to use pre-recorded info. Call
6908 collect_switch_conv_info to do that. Assert that degenerate switch
6909 statements have been cleaned up.
6910
6911 2012-04-27 Marc Glisse <marc.glisse@inria.fr>
6912
6913 PR middle-end/27139
6914 * tree-ssa-forwprop.c (combine_conversions): Handle INT->FP->INT.
6915
6916 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
6917
6918 PR c/53130
6919 * c-typeck.c (pop_init_level): Use %qD instead of %qT.
6920
6921 2012-04-27 Tom de Vries <tom@codesourcery.com>
6922
6923 PR tree-optimization/51879
6924 * tree-ssa-sccvn.h (struct vn_reference_s): Add result_vdef field.
6925 * tree-ssa-sccvn.c (mark_use_processed): New function, factored out
6926 of ...
6927 (defs_to_varying): ... here. Don't set use_processed.
6928 (visit_reference_op_call): Handle gimple_vdef.
6929 Handle case that lhs is NULL_TREE.
6930 (visit_use): Use mark_use_processed. Handle calls with side-effect
6931 using visit_reference_op_call.
6932
6933 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
6934
6935 * sched-deps.c (fixup_sched_groups): Rename to...
6936 (chain_to_prev_insn): ...this.
6937 (chain_to_prev_insn_p): New function.
6938 (deps_analyze_insn): Use it instead of SCHED_GROUP_P.
6939
6940 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
6941
6942 * sched-int.h (_haifa_insn_data): Move priority_status.
6943 Add model_index.
6944 (INSN_MODEL_INDEX): New macro.
6945 * haifa-sched.c (insn_delay): New function.
6946 (sched_regno_pressure_class): Update commentary.
6947 (mark_regno_birth_or_death): Pass the liveness bitmap and
6948 pressure array as arguments, instead of using curr_reg_live and
6949 curr_reg_pressure. Only update the pressure if the bit in the
6950 liveness set has changed.
6951 (initiate_reg_pressure_info): Always trust the live-in set for
6952 SCHED_PRESSURE_MODEL.
6953 (initiate_bb_reg_pressure_info): Update call to
6954 mark_regno_birth_or_death.
6955 (dep_list_size): Take the list as argument.
6956 (calculate_reg_deaths): New function, extracted from...
6957 (setup_insn_reg_pressure_info): ...here.
6958 (MODEL_BAR): New macro.
6959 (model_pressure_data, model_insn_info, model_pressure_limit)
6960 (model_pressure_group): New structures.
6961 (model_schedule, model_worklist, model_insns, model_num_insns)
6962 (model_curr_point, model_before_pressure, model_next_priority):
6963 New variables.
6964 (MODEL_PRESSURE_DATA, MODEL_MAX_PRESSURE, MODEL_REF_PRESSURE)
6965 (MODEL_INSN_INFO, MODEL_INSN): New macros.
6966 (model_index, model_update_limit_points_in_group): New functions.
6967 (model_update_limit_points, model_last_use_except): Likewise.
6968 (model_start_update_pressure, model_update_pressure): Likewise.
6969 (model_recompute, model_spill_cost, model_excess_group_cost): Likewise.
6970 (model_excess_cost, model_dump_pressure_points): Likewise.
6971 (model_set_excess_costs): Likewise.
6972 (rank_for_schedule): Extend SCHED_PRIORITY_WEIGHTED ordering to
6973 SCHED_PRIORITY_MODEL. Use insn_delay. Use the order in the model
6974 schedule as an alternative tie-breaker. Update the call to
6975 dep_list_size.
6976 (ready_sort): Call model_set_excess_costs.
6977 (update_register_pressure): Update call to mark_regno_birth_or_death.
6978 Rely on that function to check liveness rather than doing it here.
6979 (model_classify_pressure, model_order_p, model_add_to_worklist_at)
6980 (model_remove_from_worklist, model_add_to_worklist, model_promote_insn)
6981 (model_add_to_schedule, model_analyze_insns, model_init_pressure_group)
6982 (model_record_pressure, model_record_pressures): New functions.
6983 (model_record_final_pressures, model_add_successors_to_worklist)
6984 (model_promote_predecessors, model_choose_insn): Likewise.
6985 (model_reset_queue_indices, model_dump_pressure_summary): Likewise.
6986 (model_start_schedule, model_finalize_pressure_group): Likewise.
6987 (model_end_schedule): Likewise.
6988 (schedule_insn): Say when we're scheduling the next instruction
6989 in the model schedule.
6990 (schedule_insn): Handle SCHED_PRESSURE_MODEL.
6991 (queue_to_ready): Do not add instructions that are
6992 MAX_SCHED_READY_INSNS beyond the current point of the model schedule.
6993 Always allow the next instruction in the model schedule to be added.
6994 (debug_ready_list): Print the INSN_REG_PRESSURE_EXCESS_COST_CHANGE
6995 and delay for SCHED_PRESSURE_MODEL too.
6996 (prune_ready_list): Extend SCHED_PRIORITY_WEIGHTED handling to
6997 SCHED_PRIORITY_MODEL, but also take the DFA into account.
6998 (schedule_block): Call model_start_schedule and model_end_schedule.
6999 Extend SCHED_PRIORITY_WEIGHTED stall handling to SCHED_PRIORITY_MODEL.
7000 (sched_init): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
7001 to SCHED_PRESSURE_MODEL, but don't allocate saved_reg_live or
7002 region_ref_regs.
7003 (sched_finish): Update accordingly.
7004 (fix_tick_ready): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
7005 to SCHED_PRESSURE_MODEL.
7006 (add_jump_dependencies): Update call to dep_list_size.
7007 (haifa_finish_h_i_d): Fix leak of max_reg_pressure.
7008 (haifa_init_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
7009 to SCHED_PRESSURE_MODEL.
7010 * sched-deps.c (init_insn_reg_pressure_info): Likewise, but don't
7011 allocate INSN_MAX_REG_PRESSURE for SCHED_PRESSURE_MODEL.
7012 (sched_analyze_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE
7013 handling to SCHED_PRESSURE_MODEL.
7014
7015 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
7016
7017 * common.opt (fsched-pressure-algorithm=): New option.
7018 * flag-types.h (sched_pressure_algorithm): New enum.
7019 * sched-int.h (sched_pressure_p): Replace with...
7020 (sched_pressure): ...this new variable.
7021 * haifa-sched.c (sched_pressure_p): Replace with...
7022 (sched_pressure): ...this new variable.
7023 (sched_regno_pressure_class, rank_for_schedule, ready_sort)
7024 (update_reg_and_insn_max_reg_pressure, schedule_insn)
7025 (debug_ready_list, prune_ready_list, schedule_block, sched_init)
7026 (sched_finish, fix_tick_ready, haifa_init_insn): Update accordingly.
7027 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
7028 (sched_analyze_insn): Likewise.
7029 * sched-rgn.c (schedule_region): Likewise.
7030 * config/m68k/m68k.c (m68k_sched_variable_issue): Likewise.
7031
7032 2012-04-26 Bernd Schmidt <bernds@codesourcery.com>
7033
7034 * PR middle-end/52997
7035 * ira.c (find_moveable_pseudos): Call resize_reg_info.
7036
7037 PR middle-end/52940
7038 * machmode.h (CLASS_HAS_WIDER_MODES_P): True for MODE_PARTIAL_INT.
7039 * expr.c (convert_move): Honor unsignedp when extending partial int
7040 modes.
7041 * genmodes.c (complete_mode): Don't clear component field of partial
7042 int modes.
7043 (emit_mode_inner): Don't emit it however.
7044 (calc_wider_mode): Partial int modes widen to their component.
7045
7046 2012-04-26 David S. Miller <davem@davemloft.net>
7047
7048 * config/sparc/niagara4.md: New file.
7049 * config/sparc/sparc.md: Include it.
7050 * config/sparc/sparc.c (niagara4_costs): New processor costs.
7051 (sparc_option_override): Use it.
7052 (sparc_use_sched_lookahead): Return 2 for niagara4.
7053 (sparc_issue_rate): Likewise.
7054
7055 * config/sparc/sparc.md (attr type): Delete 'fgm_cmp'.
7056 (fpack16_vis, fpackfix_vis, fpack32_vis): Set type to fgm_pack.
7057 (fmul8x16_vis, fmul8x16au_vis, fmul8x16al_vis, fmul8sux16_vis,
7058 fmul8ulx16_vis, fmuld8sux16_vis, fmuld8ulx16_vis): Set type to fgm_mul.
7059 (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis,
7060 alignaddrldi_vis): Set type to gsr.
7061 (pdist_vis, pdistn<mode>_vis): Set type to fgm_pdsit.
7062 (fcmp<code><GCM:gcm_name><P:mode>_vis, cmask8<P:mode>_vis,
7063 cmask16<P:mode>_vis, cmask32<P:mode>_vis, fchksm16_vis,
7064 v<vis3_shift_patname><mode>3, fmean16_vis,
7065 fp<plusminus_insn>64_vis, <vis3_addsub_ss_patname><mode>3,
7066 fucmp<code>8<P:mode>_vis): Set type to fga.
7067 * config/sparc/ultra1_2.md: Remove refrences to fgm_cmp.
7068 * config/sparc/niagara.md: Likewise.
7069 * config/sparc/niagara2.md: Likewise.
7070 * config/sparc/ultra3.md: Likewise, and fix type matching for
7071 us3_ialuX reservation.
7072
7073 2012-04-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7074
7075 * reload.c (find_reloads): Change the loop nesting when trying an
7076 alternative with swapped operands.
7077
7078 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
7079
7080 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix
7081 comment. Delete unused parameter first_exp_point_map.
7082 (virt_loc_aware_diagnostic_finalizer): Update call.
7083
7084 2012-04-26 Michael Hope <michael.hope@linaro.org>
7085 Richard Earnshaw <rearnsha@arm.com>
7086
7087 * config/arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_SOFT_FLOAT): Define.
7088 (GLIBC_DYNAMIC_LINKER_HARD_FLOAT): Define.
7089 (GLIBC_DYNAMIC_LINKER_DEFAULT): Define.
7090 (GLIBC_DYNAMIC_LINKER): Redefine to use the hard float path.
7091
7092 2012-04-25 Sriraman Tallam <tmsriram@google.com>
7093
7094 * doc/extend.texi: Document avx2 support.
7095 * config/i386/i386.c (fold_builtin_cpu): Add avx2.
7096
7097 2012-04-26 Hans-Peter Nilsson <hp@axis.com>
7098
7099 PR target/53120
7100 * config/cris/cris.md ("*andhi_lowpart_v32")
7101 ("*andqi_lowpart_v32"): Change first input-only operand from
7102 a (match_operand ...) to (match_dup 0). Drop alternatives with
7103 const_int-matching constraints for redundancy.
7104 ("*andhi_lowpart_non_v32", "*andqi_lowpart_non_v32"): Ditto. Drop
7105 three-operand alternative.
7106
7107 2012-04-25 Jakub Jelinek <jakub@redhat.com>
7108
7109 PR target/53110
7110 * config/i386/i386.md (and<mode>3): For andq $0xffffffff, reg
7111 instead expand it as zero extension.
7112
7113 2012-04-25 H.J. Lu <hongjiu.lu@intel.com>
7114
7115 PR debug/52857
7116 * dwarf2out.c (dbx_reg_number): Assert return value != INVALID_REGNUM.
7117
7118 2012-04-25 Jakub Jelinek <jakub@redhat.com>
7119
7120 * common.opt (flag_debug_types_section): Default to 0.
7121 (dwarf_version): Default to 4.
7122 (dwarf_record_gcc_switches): Default to 1.
7123 (dwarf_strict): Default to 0.
7124 * toplev.c (process_options): Don't handle dwarf_strict
7125 or dwarf_version here.
7126 * config/vxworks.c (vxworks_override_options): Don't
7127 test whether dwarf_strict or dwarf_version are negative,
7128 instead test !global_options_set.x_dwarf_*.
7129 * config/darwin.c (darwin_override_options): Default to
7130 dwarf_version 2.
7131 * doc/invoke.texi: Note that -gdwarf-4, -grecord-gcc-switches
7132 and -fno-debug-types-section are now the default.
7133
7134 2012-04-25 Jan Hubicka <jh@suse.cz>
7135
7136 * cgraphunit.c: Update toplevel comment.
7137 (tree_rest_of_compilation): Merge into cgraph_expand_function.
7138 (cgraph_analyze_function): Make static.
7139 (cgraph_decide_is_function_needed): Make static.
7140 (cgraph_add_new_function): Use expand_function instead of
7141 rest_of_compilation.
7142 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
7143 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
7144 Move to cgraph.c
7145 (cgraph_inline_p): Remove.
7146 (cgraph_preserve_function_body_p): Move to ipa-inline-transform.
7147 (init_cgraph): Add comment.
7148 * cgraphbuild.c (record_reference, mark_address, mark_load,
7149 mark_store): Do not call analyze_expr hook.
7150 * cgraph.c: Update toplevel comment.
7151 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
7152 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
7153 Move fere from cgraphunit.c
7154 (cgraph_mark_force_output_node): Move to cgraph.h
7155 * cgraph.h: Reorder so the comments match the function placement.
7156 (cgraph_analyze_function, cgraph_decide_is_function_needed): Remove.
7157 (cgraph_mark_force_output_node): Move here from cgraph.c
7158 * tree.c (free_lang_data): Do not clear analyze_expr hook.
7159 * ipa-inline-transform.c (preserve_function_body_p): New function.
7160 (inline_transform): Update.
7161 * langhooks.c (lhd_callgraph_analyze_expr): Remove.
7162 * langhooks.h (lang_hooks_for_callgraph): Remove.
7163 (lang_hooks): Remove callgraph.
7164 * tree-inline.c (expand_call_inline): Do not use cgraph_inline_p.
7165 * varpool.c: Remove out of date comment.
7166 * langhooks-def.h (lhd_callgraph_analyze_expr): Remove.
7167 (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Remove.
7168
7169 2012-04-25 Jan Hubicka <jh@suse.cz>
7170
7171 PR middle-end/53089
7172 * cgraphunit.c (referred_to_p): Move ahead in file to avoid
7173 forward declaration.
7174 (cgraph_finalize_function): Finalize them here.
7175 * symtab.c (dump_symtab): Dump ctors and dtors.
7176
7177 2012-04-25 Jakub Jelinek <jakub@redhat.com>
7178
7179 PR middle-end/52979
7180 * stor-layout.c (get_best_mode): Don't return mode with bitsize
7181 larger than maxbits. Don't compute maxbits modulo align.
7182 Also check that unit bytes long store at bitpos / unit * unit
7183 doesn't affect bits beyond bitregion_end.
7184 * expmed.c (store_bit_field_1): Avoid trying insv if OP_MODE MEM
7185 would not fit into bitregion_start ... bitregion_end + 1 bit region.
7186 (store_split_bit_field): Decrease unit close to end of bitregion_end
7187 if access is restricted in order to avoid mutual recursion.
7188
7189 PR tree-optimization/53058
7190 * double-int.h (double_int_max_value, double_int_min_value): New
7191 prototypes.
7192 * double-int.c (double_int_max_value, double_int_min_value): New
7193 functions.
7194 * tree-vrp.c (register_edge_assert_for_2): Compare mask for LE_EXPR
7195 or GT_EXPR with double_int_max_value instead of double_int_mask.
7196
7197 2012-04-25 Richard Guenther <rguenther@suse.de>
7198
7199 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
7200 * tree-vect-loop.c (vect_transform_loop): Adjust.
7201 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Record
7202 the maximum number of iterations for the epilogue loop.
7203 (vect_loop_versioning): Remove case re-using the peeled epilogue loop.
7204
7205 2012-04-25 Jakub Jelinek <jakub@redhat.com>
7206
7207 PR c/52880
7208 * c-typeck.c (set_nonincremental_init,
7209 set_nonincremental_init_from_string): Pass true instead of false
7210 as IMPLICIT to add_pending_init.
7211
7212 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
7213
7214 * c-typeck.c (pop_init_level): Improve diagnostics.
7215
7216 2012-04-25 Uros Bizjak <ubizjak@gmail.com>
7217
7218 * compare-elim.c (try_eliminate_compare): Also handle operands with
7219 implicit extensions.
7220
7221 2012-04-25 Alan Modra <amodra@gmail.com>
7222
7223 * config/rs6000/rs6000 (SAVE_INLINE_VRS, REST_INLINE_VRS,
7224 V_SAVE_INLINE, SAVRES_LR, SAVRES_SAVE, SAVRES_REG,
7225 SAVRES_GPR, SAVRES_FPR, SAVRES_VR): Define.
7226 (no_global_regs_above): Delete.
7227 (no_global_regs): New function.
7228 (rs6000_savres_strategy): Handle vector regs. Use proper lr_save_p
7229 value for load multiple test.
7230 (savres_routine_syms): Increase size.
7231 (rs6000_savres_routine_name, rs6000_savres_routine_sym,
7232 ptr_regno_for_savres, rs6000_emit_savres_rtx): Pass in int selector
7233 rather than a number of boolean flags. Update all callers.
7234 (rs6000_savres_routine_name): Generate vector save/restore names.
7235 (rs6000_savres_routine_sym): Handle vector regs. Delete forward decl.
7236 (ptr_regno_for_savres, rs6000_emit_savres_rtx): Likewise.
7237 (rs6000_emit_prologue): Delete saving_FPRs_inline, saving_GPRs_inline
7238 and using_store_multiple. Expand uses. Don't always use r11 as
7239 frame reg when needed for out-of-line saves. Set up initial offset
7240 for out-of-line vector saves when buying stack frame. Handle pointer
7241 reg setup for out-of-line fp save. Emit call to out-of-line vector
7242 save function. Choose r11 or r12 for vrsave reg when available for
7243 better scheduling.
7244 (rs6000_output_function_prologue): Don't emit .extern for ELF.
7245 (rs6000_emit_epilogue): Choose a better frame reg when restoring
7246 from back-chain to suit out-of-line vector restore functions. Emit
7247 call to out-of-line vector restore function. Adjust register used
7248 for cr restore. Tweak pointer register setup for gpr restore.
7249 * config/rs6000/rs6000.h (FIRST_SAVED_GP_REGNO): Take into account
7250 FIXED_R13.
7251 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Simplify.
7252 (V_SAVE_INLINE): Define.
7253 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*): New insns.
7254
7255 2012-04-25 Alan Modra <amodra@gmail.com>
7256
7257 * config/rs6000/rs6000.c (rs6000_savres_strategy): Allow
7258 out-of-line save/restore for large frames. Don't disable
7259 out-of-line saves on ABI_AIX when using static chain reg.
7260 (rs6000_emit_prologue): Adjust cr_save_regno on ABI_AIX to not
7261 clobber static chain reg, and tweak for out-of-line gpr saves
7262 that use r1.
7263
7264 2012-04-25 Alan Modra <amodra@gmail.com>
7265
7266 * config/rs6000/rs6000.c (START_USE, END_USE, NOT_INUSE): Define.
7267 (rs6000_emit_prologue): Use the above to catch register overlap.
7268
7269 2012-04-25 Alan Modra <amodra@gmail.com>
7270
7271 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Delete forward
7272 decl. Move logic selecting update reg to callers. Update all callers.
7273 (rs6000_emit_allocate_stack): Add copy_off param.
7274 (emit_frame_save): Don't handle reg+reg addressing.
7275 (ptr_regno_for_savres): New function, extracted from..
7276 (rs6000_emit_savres_rtx): ..here. Add lr_offset param.
7277 (rs6000_emit_prologue): Generate frame_ptr_rtx as we need it.
7278 Set frame_reg_rtx to r11 whenever r11 is needed, and merge
7279 frame offset adjustment for out-of-line save with copy from sp.
7280 Simplify condition controlling whether cr is saved early or
7281 late. Use ptr_regno_for_savres to verify correct reg is set
7282 up for out-of-line saves. Pass the actual pointer reg used to
7283 rs6000_emit_savres_rtx so rtl matches insns in out-of-line
7284 function. Rearrange spe vars so code is similar to that
7285 elsewhere in this function. Don't update frame_off when spe
7286 save code will restore r11. Use emit_frame_save for spe and
7287 gpr saves. Consolidate darwin out-of-line gpr setup with that
7288 for other abis. Don't assume frame_offset is zero and frame
7289 reg is sp when setting up altivec reg saves, and calculate
7290 exact offset requirement.
7291 (rs6000_emit_epilogue): Use HOST_WIDE_INT for frame_off. Tidy
7292 spe restore code. Consolidate darwin out-of-line gpr setup
7293 with that for other abis.
7294
7295 2012-04-25 Alan Modra <amodra@gmail.com>
7296
7297 * config/rs6000/rs6000.c (rs6000_frame_related): Don't emit a
7298 REG_FRAME_RELATED_EXPR note when the instruction exactly matches
7299 the replacement.
7300 (emit_frame_save): Delete frame_ptr param. Rename total_size to
7301 frame_reg_to_sp.
7302 (rs6000_emit_prologue): Add sp_off. Update rs6000_frame_related
7303 and emit_frame_save calls. Cope with possibly missing note.
7304
7305 2012-04-24 Sriraman Tallam <tmsriram@google.com>
7306
7307 * config/i386/i386.c (build_processor_model_struct): New function.
7308 (make_var_decl): New function.
7309 (fold_builtin_cpu): New function.
7310 (ix86_fold_builtin): New function.
7311 (make_cpu_type_builtin): New function.
7312 (ix86_init_platform_type_builtins): New function.
7313 (ix86_expand_builtin): Expand new builtins by folding them.
7314 (ix86_init_builtins): Make new builtins to detect CPU type.
7315 (TARGET_FOLD_BUILTIN): New macro.
7316 (IX86_BUILTIN_CPU_INIT): New enum value.
7317 (IX86_BUILTIN_CPU_IS): New enum value.
7318 (IX86_BUILTIN_CPU_SUPPORTS): New enum value.
7319 * config/i386/i386-builtin-types.def: New function type.
7320 * testsuite/gcc.target/builtin_target.c: New testcase.
7321 * doc/extend.texi: Document builtins.
7322
7323 2012-04-24 Olivier Hainque <hainque@adacore.com>
7324
7325 * common.opt (gdwarf-): Initialize dwarf_version to -1 instead of 2.
7326 * toplev.c (process_options): Default to dwarf_version 2.
7327 * config/vxworks.c (vxworks_override_options): Default to strict-dwarf
7328 and dwarf_version 2.
7329
7330 2012-04-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
7331
7332 * tree-pretty-print.h (default_tree_printer): Do not declare.
7333 * tree-diagnostic.c: Include tree-pretty-print.h, tree-pass.h and
7334 intl.h.
7335 (default_tree_diagnostic_starter): Make static.
7336 (default_tree_printer): Move to here. Make static.
7337 (tree_diagnostics_defaults): New.
7338 * tree-diagnostic.h (default_tree_diagnostic_starter): Do not declare.
7339 * tree.c (free_lang_data): Use tree_diagnostics_defaults.
7340 * toplev.c: Do not include tree-pass.h.
7341 (default_tree_printer): Move from here.
7342 (general_init): Use tree_diagnostics_defaults.
7343
7344 2012-04-24 Chao-ying Fu <fu@mips.com>
7345
7346 * config.gcc (mips64*-*-linux*): Append mips/linux-common.h to tm_file.
7347 (mips*-*-linux*): Append mips/linux-common.h to tm_file.
7348 * config/mips/gnu-user.h
7349 (SUBTARGET_CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC directly.
7350 (GNU_USER_TARGET_LINK_SPEC): New define.
7351 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
7352 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC directly.
7353 (GNU_USER_TARGET_MATHFILE_SPEC): New define.
7354 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC and
7355 GNU_USER_TARGET_ENDFILE_SPEC.
7356 * config/mips/gnu-user64.h (LIB_SPEC): Remove.
7357 (GNU_USER_TARGET_LINK_SPEC): New define.
7358 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
7359 * config/mips/linux-common.h: New file.
7360
7361 2012-04-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7362
7363 PR target/47197
7364 * config/rs6000/rs6000-c.c (fully_fold_convert): New function.
7365 (altivec_build_resolved_builtin): Call fully_fold_convert.
7366
7367 2012-04-24 Georg-Johann Lay <avr@gjlay.de>
7368
7369 PR target/53065
7370 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): New hook define.
7371
7372 2012-04-24 Richard Guenther <rguenther@suse.de>
7373
7374 PR tree-optimization/53085
7375 * tree-ssa-pre.c (eliminate): Do not eliminate volatile redundant
7376 stores.
7377
7378 2012-04-24 Richard Guenther <rguenther@suse.de>
7379
7380 * tree-if-conv.c (main_tree_if_conversion): Move bb under
7381 ENABLE_CHECKING.
7382
7383 2012-04-24 Jim Meyering <meyering@redhat.com>
7384
7385 * genattrtab.c (gen_attr): Avoid NULL-deref after diagnosing
7386 absence of an define_enum call.
7387
7388 2012-04-24 Richard Guenther <rguenther@suse.de>
7389
7390 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): If
7391 the epilogue loop is not re-used as unvectorized version
7392 record the its maximum number of iterations.
7393
7394 2012-04-24 Andrew Pinski <apinski@cavium.com>
7395
7396 * tree-ssa-forwprop.c (simplify_bitwise_binary):
7397 Don't directly use def1/def2.
7398
7399 2012-04-24 Richard Guenther <rguenther@suse.de>
7400
7401 PR tree-optimization/53098
7402 * tree-vect-loop.c (vect_analyze_loop_operations): Fixup
7403 comparison sign.
7404
7405 2012-04-24 Andrew Pinski <apinski@cavium.com>
7406
7407 PR tree-opt/33512
7408 * tree-ssa-forwprop.c (defcodefor_name): New function.
7409 (simplify_bitwise_binary): Use defcodefor_name instead of manually
7410 Simplify "( X | Y) & X" to X and "( X & Y) | X" to X.
7411 Simplify "(~X | Y) & X" to "X & Y" and
7412 "(~X & Y) | X" to "X | Y".
7413
7414 2012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7415
7416 * recog.c (insn_invalid_p): Add IN_GROUP parameter and use
7417 validate_change to add clobbers if IN_GROUP is nonzero.
7418 (verify_changes): Call insn_invalid_p with IN_GROUP set to true.
7419 * recog.h (insn_invalid_p): Add IN_GROUP parameter to function
7420 prototype.
7421 * gcse.c (process_insert_insn): Call insn_invalid_p with IN_GROUP
7422 set to false.
7423 * config/s390/s390.c (insn_invalid_p): Likewise.
7424
7425 2012-04-24 Jakub Jelinek <jakub@redhat.com>
7426
7427 PR middle-end/53084
7428 * varasm.c (compute_reloc_for_constant): Handle ADDR_EXPR of MEM_REF.
7429 (output_addressed_constants): Likewise.
7430
7431 PR middle-end/52999
7432 * varasm.c (get_section): Don't ICE for section conflicts with
7433 built-in section kinds.
7434
7435 2012-04-23 DJ Delorie <dj@redhat.com>
7436
7437 * config/s390/s390.h (LINK_SPEC): Remove, no longer needed.
7438 (LIBSTDCXX): Change to CPP2.
7439
7440 2012-04-23 H.J. Lu <hongjiu.lu@intel.com>
7441
7442 PR bootstrap/52878
7443 * opth-gen.awk: Check if MASK_ and TARGET_ macros are defined for
7444 extra_masks.
7445
7446 2012-04-23 Uros Bizjak <ubizjak@gmail.com>
7447
7448 * config/i386/i386.md (*add<mode>_2): Add r/r/0 alternative.
7449 (*addsi_2_zext): Ditto.
7450 (*add<mode>_3): Ditto.
7451 (*addsi_3_zext): Ditto.
7452 (*add<mode>_5): Ditto.
7453
7454 2012-04-23 Andrew Pinski <apinski@cavium.com>
7455
7456 * tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0
7457 (C & B) to (A OP0) & B.
7458
7459 2012-04-23 Martin Jambor <mjambor@suse.cz>
7460
7461 * expr.c (expand_expr_real_1): Remove setting parent's alias set for
7462 temporaries created for a bitfield (reverting revision 122014).
7463
7464 2012-04-23 Richard Guenther <rguenther@suse.de>
7465
7466 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify
7467 the condition using is_gimple_condexpr and avoid the not necessary
7468 boolification.
7469 (set_prologue_iterations): Likewise.
7470 (vect_loop_versioning): Likewise.
7471
7472 2012-04-23 Richard Guenther <rguenther@suse.de>
7473
7474 PR tree-optimization/53070
7475 * tree-if-conv.c (combine_blocks): Free predicates in all blocks.
7476 (main_tree_if_conversion): Verify we succeeded in that.
7477
7478 2012-04-23 Jan Hubicka <jh@suse.cz>
7479
7480 * lto-symtab.c (lto_cgraph_replace_node): Do not call
7481 mark_reahcable_node.
7482 * cgraph.c (cgraph_remove_node): Do not clear reachable.
7483 (cgraph_mark_reachable_node): Remove.
7484 (cgraph_mark_force_output_node): Do not set reachable.
7485 (dump_cgraph_node): Do not dump reachable.
7486 (cgraph_create_virtual_clone): Do not set reachable.
7487 * cgraph.h (cgraph_node): Remove reachable flag.
7488 (varpool_node): Remove reachable flag.
7489 (cgraph_mark_if_needed): Remove.
7490 (cgraph_mark_reachable_node): Remove.
7491 * tree-emutls.c (ipa_lower_emutls): Do not check reachable.
7492 * cgraphunit.c (cgraph_finalize_function): Do not mark node as
7493 reachable.
7494 (cgraph_add_new_function): Likewise.
7495 (cgraph_mark_if_needed): Remove.
7496 (cgraph_analyze_function): Do not set target as reachable.
7497 (process_function_and_variable_attributes): Do not care about
7498 dllexport.
7499 (cgraph_analyze_functions): Do not set reachable flags.
7500 (cgraph_mark_functions_to_output): Do not check reachability.
7501 (cgraph_copy_node_for_versioning): Do not set reachable flag.
7502 (dbxout_expand_expr): Update.
7503 * c-decl.c (merge_decls): Do not track changed externs.
7504 * ipa.c: Include pointer-set.h
7505 (enqueue_cgraph_node): Use reachable pointer set.
7506 (process_references): Likewise.
7507 (cgraph_remove_unreachable_nodes): Likewise.
7508 (whole_program_function_and_variable_visibility): Do not recompute
7509 reachable.
7510 * trans-mem.c (ipa_tm_execute): Do not check reachable flag.
7511
7512 2012-04-23 Georg-Johann Lay <avr@gjlay.de>
7513
7514 * doc/extend.texi (AVR Named Address Spaces): Fix typos.
7515
7516 2012-04-23 Richard Guenther <rguenther@suse.de>
7517
7518 PR c/53060
7519 * c-typeck.c (build_binary_op): Fix typo.
7520
7521 2012-04-23 Jakub Jelinek <jakub@redhat.com>
7522
7523 PR tree-optimizations/52891
7524 * tree-vect-patterns.c (adjust_bool_pattern): Use
7525 build_nonstandard_type even if rhs1 has unsigned INTEGER_TYPE,
7526 but with non-standard precision.
7527
7528 2012-04-22 Jan Hubicka <jh@suse.cz>
7529
7530 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Bail out at NULL
7531 tree refs.
7532
7533 2012-04-22 Jan Hubicka <jh@suse.cz>
7534
7535 * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.
7536 * cgraphbuild.c (record_reference, record_type_list, mark_address,
7537 mark_load, mark_store): Do not mark varpool nodes as needed.
7538 * cgraph.c (cgraph_new_nodes): Remove.
7539 (cgraph_create_function_alias): Do not mark nodes as reachable.
7540 (cgraph_add_thunk): Likewise.
7541 (cgraph_mark_reachable_node): Do not manage the queue.
7542 * cgraph.h (cgraph_node): Remove next_needed.
7543 (varpool_nodes_queue): Remove next_needed and prev_needed.
7544 (x_cgraph_nodes_queue, x_cgraph_nodes_queue, cgraph_new_nodes): Remove.
7545 (cgraph_new_nodes): Declare.
7546 (x_varpool_nodes_queue, varpool_nodes_queue); Remove.
7547 (varpool_analyze_pending_decls): Remove.
7548 (varpool_analyze_node): New.
7549 (varpool_mark_needed_node): Remove.
7550 (varpool_first_variable, varpool_next_variable): New inlines.
7551 (varpool_first_static_initializer, varpool_next_static_initializer):
7552 Update.
7553 (FOR_EACH_STATIC_VARIABLE): Remove unused walker.
7554 (varpool_first_defined_variable): New inline.
7555 (varpool_next_defined_variable): New inline
7556 (FOR_EACH_VARIABLE): Reimplement.
7557 (FOR_EACH_DEFINED_VARIABLE): Reimplement.
7558 * toplev.c (wrapup_global_declaration_2): Use analyzed instead of
7559 needed flag.
7560 * cgraphunit.c (cgraph_new_nodes): Declare here.
7561 (enqueue_node): New function.
7562 (cgraph_process_new_functions): update for new
7563 node set; when constructing cgraph enqueue node for processing.
7564 (cgraph_add_new_function): Use new node set.
7565 (process_function_and_variable_attributes): Do not set varpool needed
7566 flags.
7567 (referred_to_p): New function.
7568 (varpool_finalize_decl): Move here from varpool.c; enqueue needed node
7569 when varpool is in construction.
7570 (cgraph_analyze_functions): Rewrite.
7571 (cgraph_expand_all_functions): Update.
7572 (cgraph_output_in_order): Do not analyze pending decls; do not set
7573 needed flags.
7574 (cgraph_optimize): Do not analyze pending decls.
7575 * lto-cgraph.c (input_varpool_node): Clear analyzed flag for objects
7576 in other partition; do not mark node as needed.
7577 * dwarf2out.c (reference_to_unused): Use analyzed flag.
7578 (premark_types_used_by_global_vars_helper): Likewise.
7579 * ipa.c (process_references): Do not call varpool_mark_needed_node.
7580 (cgraph_remove_unreachable_nodes): Do not rely on varpool and
7581 cgrpah queues.
7582 (function_and_variable_visibility): Do not mark node as needed.
7583 (whole_program_function_and_variable_visibility): Likewise.
7584 * Makefile.in (gt-varpool.h): No longer needed.
7585 * passes.c (execute_one_pass, execute_ipa_pass_list): Update.
7586 (ipa_write_summaries): Do not use needed flag.
7587 * varpool.c: Do not include gt-varpool.h
7588 (x_varpool_nodes_queue, x_varpool_last_needed_node,
7589 x_varpool_last_needed_node, x_varpool_first_unanalyzed_node,
7590 x_varpool_first_unanalyzed_node, varpool_assembled_nodes_queue):
7591 Remove.
7592 (varpool_remove_node): Do not update the lists.
7593 (dump_varpool_node): Do not dump needed flag.
7594 (varpool_enqueue_needed_node): Remove.
7595 (varpool_mark_needed_node): Remove.
7596 (varpool_reset_queue): Remove.
7597 (varpool_finalize_decl): Move to cgraphunit.c
7598 (varpool_analyze_node): New functions based on former
7599 varpool_analyze_pending_decls.
7600 (varpool_analyze_pending_decls): Remove.
7601 (varpool_assemble_decl): Do not update the lists.
7602 (enqueue_node): New function.
7603 (varpool_remove_unreferenced_decls): Rewrite.
7604 (varpool_empty_needed_queue): Remove.
7605 (add_new_static_var): Do not mark node as needed.
7606 (varpool_create_variable_alias): Handle expansion state
7607 creation.
7608 * except.c (output_ttype): Do not mark node as needed.
7609 * varasm.c (mark_decl_referenced): Do not use mark_needed_node.
7610 * tree-profile.c (init_ic_make_global_vars, init_ic_make_global_vars):
7611 Likewise.
7612 * tree-switch-conversion.c (build_one_array): Likewise.
7613
7614 2012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
7615
7616 PR c/44774
7617 * doc/invoke.texi (pedantic): Rename to Wpedantic.
7618 * common.opt (Wpedantic): New.
7619 (pedantic): Alias Wpedantic.
7620 * diagnostic.c (warning_at): Likewise.
7621 * c-decl.c (diagnose_mismatched_decls): Likewise.
7622 (build_array_declarator): Likewise.
7623 (mark_forward_parm_decls):
7624 (check_bitfield_type_and_width): Likewise.
7625 (grokdeclarator): Likewise.
7626 (grokfield): Likewise.
7627 (finish_struct): Likewise.
7628 (build_enumerator): Likewise.
7629 (store_parm_decls_oldstyle): Likewise.
7630 (declspecs_add_qual): Likewise.
7631 (declspecs_add_type): Likewise.
7632 (finish_declspecs): Likewise.
7633 * c-typeck.c (composite_type): Likewise.
7634 (comp_target_types): Likewise.
7635 (build_array_ref): Likewise.
7636 (pointer_diff): Likewise.
7637 (build_unary_op): Likewise.
7638 (build_conditional_expr): Likewise.
7639 (build_c_cast): Likewise.
7640 (convert_for_assignment): Likewise.
7641 (maybe_warn_string_init): Likewise.
7642 (digest_init): Likewise.
7643 (pop_init_level): Likewise.
7644 (set_init_index): Likewise.
7645 (c_finish_goto_label): Likewise.
7646 (c_finish_return): Likewise.
7647 (do_case): Likewise.
7648 (build_binary_op): Likewise.
7649 * c-parser.c (static): Likewise.
7650 (c_parser_external_declaration): Likewise.
7651 (c_parser_declaration_or_fndef): Likewise.
7652 (c_parser_static_assert_declaration_no_se): Likewise.
7653 (c_parser_enum_specifier): Likewise.
7654 (c_parser_struct_or_union_specifier): Likewise.
7655 (c_parser_struct_declaration): Likewise.
7656 (c_parser_alignas_specifier): Likewise.
7657 (c_parser_braced_init): Likewise.
7658 (c_parser_initelt): Likewise.
7659 (c_parser_compound_statement_nostart): Likewise.
7660 (c_parser_conditional_expression): Likewise.
7661 (c_parser_alignof_expression): Likewise.
7662 (c_parser_postfix_expression): Likewise.
7663 (c_parser_postfix_expression_after_paren_): Likewise.
7664 (c_parser_objc_class_instance_variables): Likewise.
7665 (c_parser_objc_method_definition): Likewise.
7666 (c_parser_objc_methodprotolist): Likewise.
7667
7668 2012-04-22 Ian Lance Taylor <iant@google.com>
7669
7670 * godump.c (go_output_typedef): Dump size of structs.
7671
7672 2012-04-22 Razya Ladelsky <razya@il.ibm.com>
7673
7674 Correcting transform_to_exit_first_loop + fix to PR46886
7675 * tree-parloops.c (transform_to_exit_first_loop): Remove
7676 setting of number of iterations according to the loop pattern.
7677 Duplicate from entry to exit->src instead of loop->latch.
7678 (pallelize_loops): Remove the condition preventing do-while loops.
7679 * tree-cfg.c (bool bb_in_region_p): New.
7680 (gimple_duplicate_sese_tail): Adjust duplication of the the subloops.
7681 Adjust redirection of the duplicated iteration.
7682
7683 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
7684
7685 PR bootstrap/53021
7686 * rtl.def (ADDRESS): Use "i" rather than "w".
7687 * rtl.h (find_base_term): Delete.
7688 (may_be_sp_based_p): Declare.
7689 * rtl.c (rtx_code_size): Remove ADDRESS special case.
7690 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP)
7691 (UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Move to...
7692 * alias.c: ...here.
7693 (find_base_term): Make static.
7694 (may_be_sp_based_p): New function.
7695 * dse.c (record_store): Use it.
7696 * store-motion.c (store_killed_in_insn): Likewise.
7697
7698 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
7699
7700 * fold-const.c (fold_checksum_tree): Fix VECTOR_CST case.
7701
7702 2012-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
7703
7704 PR 35441
7705 * c-typeck.c (inform_declaration): New.
7706 (build_function_call_vec): Do not pretty-print
7707 expressions when caret is enabled.
7708 (convert_arguments): Use inform_declaration.
7709
7710 2012-04-20 Jim Meyering <meyering@redhat.com>
7711
7712 * genmodes.c (make_complex_modes): Don't truncate a mode name of
7713 length 7 or more when prepending a "C". Suggested by Richard Guenther.
7714
7715 2012-04-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7716
7717 PR rtl-optimization/44214
7718 * fold-const.c (exact_inverse): New function.
7719 (fold_binary_loc): Fold vector and complex division by constant into
7720 multiply by recripocal with flag_reciprocal_math; fold vector division
7721 by constant into multiply by reciprocal with exact inverse.
7722
7723 2012-04-20 Jan Hubicka <jh@suse.cz>
7724
7725 * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of
7726 force flags.
7727 * cgraph.c (cgraph_add_thunk): Use mark_reachable_node.
7728 (cgraph_remove_node): Update.
7729 (cgraph_mark_needed_node): Remove.
7730 (cgraph_mark_force_output_node): New.
7731 (dump_cgraph_node): Do not dump needed flag.
7732 (cgraph_node_cannot_be_local_p_1): Update.
7733 (cgraph_can_remove_if_no_direct_calls_and_refs): Update.
7734 * cgraph.h (symtab_node_base): Add force_output flag.
7735 (cgraph_node): Remove needed flag.
7736 (varpool_node): Remove force_output flag.
7737 (cgraph_mark_needed_node): Remove.
7738 (cgraph_mark_force_output_node): New.
7739 (cgraph_only_called_directly_or_aliased_p,
7740 varpool_can_remove_if_no_refs, varpool_all_refs_explicit_p): Update.
7741 * ipa-cp.c (ipcp_generate_summary): Remove out of date assert.
7742 * cgraphunit.c (cgraph_decide_is_function_needed): rewrite.
7743 (cgraph_add_new_function): Update.
7744 (cgraph_mark_if_needed): Update.
7745 (verify_cgraph_node): Update.
7746 (cgraph_analyze_function): Alias target is reachable.
7747 (process_function_and_variable_attributes): Update: externally_visible
7748 flag makes function reachable.
7749 (cgraph_analyze_functions): Update dumping.
7750 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
7751 input_overwrite_node, input_varpool_node): Update streaming.
7752 * lto-streamer-out.c (produce_symtab): Use force_output.
7753 * ipa.c (process_references): Weakrefs must be processed.
7754 (cgraph_remove_unreachable_nodes): Likewise; update for new
7755 force_output flag.
7756 (varpool_externally_visible_p): Weakrefs are externally visible
7757 even if they are not.
7758 (function_and_variable_visibility): Update; when processing alias
7759 pair force the targets to be output.
7760 (whole_program_function_and_variable_visility): Use
7761 mark_reachable_node.
7762 * trans-mem.c (ipa_tm_mark_needed_node): Remove
7763 (ipa_tm_mark_force_output_node): New function.
7764 (ipa_tm_create_version_alias, ipa_tm_create_version): Update.
7765 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be lax about
7766 aliases.
7767 * varasm.c (mark_decl_referenced): Update.
7768 (find_decl_and_mark_needed): Remove.
7769 (find_decl): New function.
7770 (weak_finish, finish_aliases_1, assemble_alias): Update; do not mark
7771 alias targets as needed.
7772 (dump_tm_clone_pairs): Update.
7773 * tree-inline.c (copy_bb): Update check.
7774 * symtab.c (dump_symtab_base): Dump force_output.
7775 * tree-ssa-structalias.c (ipa_pta_execute): Use force_output.
7776 * passes.c (execute_todo): Fix dumping.
7777 * varpool.c (decide_is_variable_needed, varpool_finalize_decl): Update.
7778 (varpool_analyze_pending_decls): Alias target is reachable.
7779 (varpool_create_variable_alias): Finalize weakrefs.
7780
7781 2012-04-20 Jakub Jelinek <jakub@redhat.com>
7782
7783 PR bootstrap/53021
7784 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP,
7785 UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Define.
7786 * alias.c (init_alias_targets): Use UNIQUE_BASE_VALUE_*
7787 macros instead of constants.
7788 * dse.c (record_store): Check for SP ADDRESS by comparing
7789 XWINT to UNIQUE_BASE_VALUE_SP instead of expecting
7790 XEXP to be stack_pointer_rtx.
7791
7792 2012-04-20 Richard Guenther <rguenther@suse.de>
7793
7794 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Use
7795 update_call_from_tree when propagating into a call.
7796
7797 2012-04-20 Alan Modra <amodra@gmail.com>
7798
7799 * config/rs6000/rs6000.c (rs6000_emit_savres_rtx): Formatting.
7800 (rs6000_emit_prologue, rs6000_emit_epilogue): Likewise. Rename
7801 sp_offset to frame_off. Move world save code earlier.
7802
7803 2012-04-20 Richard Guenther <rguenther@suse.de>
7804
7805 PR tree-optimization/53050
7806 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine):
7807 Do only one transform on COND_EXPRs at the same time.
7808
7809 2012-04-19 Jan Hubicka <jh@suse.cz>
7810
7811 * symtab.c (dump_symtab_base): Revert accidental checkin.
7812
7813 2012-04-20 Alan Modra <amodra@gmail.com>
7814
7815 PR target/53040
7816 * config/rs6000/rs6000.c (rs6000_savres_strategy): When using
7817 static chain, set REST_INLINE_FPRS too.
7818
7819 2012-04-20 Thomas Schwinge <thomas@codesourcery.com>
7820
7821 * tree-dump.c (dequeue_and_dump) <BIT_FIELD_REF>: Dump the three child
7822 nodes.
7823
7824 2012-04-20 Richard Guenther <rguenther@suse.de>
7825
7826 * tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize
7827 loops that can never run more often than the vectorization factor.
7828
7829 2012-04-19 Jan Hubicka <jh@suse.cz>
7830
7831 * symtab.c (dump_symtab_base): Fix dumping of asm lists.
7832
7833 2012-04-19 David Edelsohn <dje.gcc@gmail.com>
7834
7835 * config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
7836
7837 2012-04-19 Jim Meyering <meyering@redhat.com>
7838
7839 * genmodes.c (make_complex_modes): Avoid unnecessary use of strncpy.
7840 We verified above that the string(including trailing NUL) fits in buf,
7841 so just use memcpy.
7842
7843 2012-04-19 Richard Guenther <rguenther@suse.de>
7844
7845 * symtab.c (dump_symtab_base): Use TREE_STRING_POINTER
7846 for dumping DECL_SECTION_NAME.
7847
7848 2012-04-19 Michael Matz <matz@suse.de>
7849
7850 PR middle-end/52977
7851 * tree.h (VECTOR_CST_NELTS): Use part number of types again.
7852 (struct tree_vector): Adjust GTY length.
7853 * tree.c (make_vector_stat): Don't set VECTOR_CST_NELTS.
7854
7855 * gengtype.c (struct walk_type_data): Add in_record_p and loopcounter
7856 members.
7857 (walk_type, <TYPE_POINTER, TYPE_ARRAY>): Handle case where our
7858 caller emitted the length calulation already.
7859 (walk_type, <TYPE_UNION, TYPE_STRUCT>): Emit length calculations
7860 before handling any of the fields for structs.
7861
7862 2012-04-19 Richard Guenther <rguenther@suse.de>
7863
7864 PR tree-optimization/53031
7865 * tree-vrp.c (adjust_range_with_scev): Revert back to
7866 using max_loop_iterations.
7867
7868 2012-04-19 Michael Matz <matz@suse.de>
7869
7870 * diagnostic.c (emit_diagnostic): Move va_end call after user
7871 of the va_list.
7872 (warning, warning_at, pedwarn, permerror): Ditto.
7873
7874 2012-04-19 Richard Guenther <rguenther@suse.de>
7875
7876 * ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound
7877 array access.
7878
7879 2012-04-19 Georg-Johann Lay <avr@gjlay.de>
7880
7881 PR target/53033
7882 * config/avr/avr.c (avr_out_load_psi): Fix assembler template for
7883 the case *(X+const).
7884
7885 2012-04-19 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
7886
7887 * config/arm/sync.md (sync_optab): Change ior attribute to "or".
7888
7889 2012-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
7890
7891 PR c/52283/37985
7892 * stmt.c (warn_if_unused_value): Skip NOP_EXPR.
7893 * convert.c (convert_to_integer): Don't set TREE_NO_WARNING.
7894
7895 2012-04-19 Richard Guenther <rguenther@suse.de>
7896
7897 PR rtl-optimization/44688
7898 * loop-iv.c (determine_max_iter): Only return max_iter.
7899 (iv_number_of_iterations): Also use the recorded loop bound
7900 on the maximum number of iterations.
7901 * loop-unroll.c (decide_unroll_runtime_iterations): Use
7902 max_iter to avoid unrolling loops that do not roll.
7903 (decide_unroll_stupid): Likewise.
7904
7905 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
7906
7907 * targhooks.c (default_case_values_threshold): Fix code style nit.
7908
7909 * stmt.c (add_case_node, expand_case): Move logic to remove/reduce
7910 case range and type folding from here...
7911 * gimplify.c (gimplify_switch_expr): ... to here. Expect NULL_TREE
7912 type, as documented in tree.def.
7913
7914 2012-04-18 Jan Hubicka <jh@suse.cz>
7915
7916 * cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):
7917 Declare.
7918 * cgraphunit.c (verify_cgraph_node): Verify symtab base; do not verify
7919 cgraph hash and same comdat groups.
7920 (cgraph_optimize): Verify symbol table.
7921 * ipa.c (cgraph_remove_unreachable_nodes): Verify symbol table.
7922 (dissolve_same_comdat_group_list): Work on symtab nodes.
7923 (function_and_variable_visibility): Dissolve variable same comdat group
7924 lists, too.
7925 * symtab.c: Include timevar.h
7926 (verify_symtab_base, verify_symtab_node, verify_symtab): New functions.
7927
7928 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
7929
7930 * tree-switch-conversion.c (info): Remove global pass info.
7931 (check_range, check_process_case, check_final_bb, create_temp_arrays,
7932 free_temp_arrays, gather_default_values, build_constructors,
7933 array_value_type, build_one_array, build_arrays, gen_def_assigns,
7934 fix_phi_nodes, gen_inbound_check): Pass info around from ...
7935 (process_switch): ... here. Unify message format. Return a const
7936 char pointer to the failure reason message.
7937 (do_switchconv): Unify message format. Update process_switch usage.
7938
7939 * tree.def (CASE_LABEL_EXPR): Fix documentation, mention all operands.
7940 * tree-cfg.c (edge_to_cases): Fix documentation.
7941
7942 2012-04-18 Uros Bizjak <ubizjak@gmail.com>
7943
7944 * config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
7945
7946 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7947
7948 PR tree-optimization/52976
7949 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): Delete.
7950 (possibly_move_powi): New function.
7951 (rewrite_expr_tree): Call possibly_move_powi.
7952 (rewrite_expr_tree_parallel): Likewise.
7953 (attempt_builtin_powi): Change call of add_to_ops_vec_max_rank to
7954 call add_to_ops_vec instead.
7955
7956 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7957
7958 PR tree-optimization/52976
7959 * tree-ssa-reassoc.c (stmt_is_power_of_op): New function.
7960 (decrement_power): Likewise.
7961 (propagate_op_to_single_use): Likewise.
7962 (zero_one_operation): Handle __builtin_pow* calls in linearized
7963 expression trees; factor logic into propagate_op_to_single_use.
7964 (undistribute_ops_list): Allow operands with repeat counts > 1.
7965
7966 2012-04-18 Richard Guenther <rguenther@suse.de>
7967
7968 PR tree-optimization/44688
7969 * cfgloop.h (record_niter_bound): Declare.
7970 * tree-ssa-loop-niter.c (record_niter_bound): Export.
7971 Update the estimation with the upper bound here...
7972 (estimate_numbers_of_iterations_loop): ... instead of here.
7973 Do not forcefully reset a recorded upper bound.
7974 * tree-vect-loop-manip.c (vect_do_peeling_for_alignment):
7975 Record the maximum number of loop iterations of the prologue loop.
7976
7977 2012-04-18 Jan Hubicka <jh@suse.cz>
7978
7979 * lto-symtab.c (lto_cgraph_replace_node): Update.
7980 * cgraphbuild.c (record_reference, record_type_list,
7981 record_eh_tables, mark_address, mark_load, mark_store): Update.
7982 * cgraph.c (cgraph_same_body_alias, dump_cgraph_node,
7983 cgraph_create_virtual_clone, cgraph_for_node_thunks_and_aliases):
7984 Update.
7985 * cgraph.h (symtab_node_def, symtab_node, const_symtab_node): Remove.
7986 (cgraph_alias_aliased_node, varpool_alias_aliased_node): Update.
7987 * reload.c: Fix typo in comment.
7988 * rtlanal.c: Likewise.
7989 * tree-emultls.c (gen_emutls_addr): Update.
7990 * ipa-reference.c (analyze_function): Update.
7991 * cgraphunit.c (cgraph_analyze_function,
7992 cgraph_process_same_body_aliases, assemble_thunks_and_aliases):
7993 Update.
7994 * ipa-ref.c (ipa_record_reference): Reorg to avoid reference types.
7995 (ipa_remove_reference): Likewise.
7996 (ipa_remove_all_refering): Rename to ...
7997 (ipa_remove_all_referring): ... this one; update.
7998 (ipa_dump_references): Update.
7999 (ipa_dump_referring): Update.
8000 (ipa_clone_references): Update.
8001 (ipa_clone_refering): Rename to ...
8002 (ipa_clone_referring): ... this one; update.
8003 (ipa_ref_cannot_lead_to_return): Update.
8004 (ipa_ref_has_aliases_p): Update.
8005 * ipa-ref.h (symtab_node_def, symtab_node, const_symtab_node): New
8006 forward typedefs.
8007 (ipa_ref_type): Remove.
8008 (ipa_ref_ptr_u): Remove.
8009 (ipa_ref): Remove referencing, refered, refered_index, refering_type
8010 and refered_type; add referring, referred and referred_index.
8011 (ipa_ref_list): Rename refering to referring.
8012 (ipa_record_reference, ipa_remove_all_referring, ipa_dump_referring,
8013 ipa_clone_references, ipa_clone_referring): Update prototypes.
8014 * lto-cgraph.c (referenced_from_other_partition_p): Update.
8015 (lto_output_ref): Update.
8016 (add_references): Update.
8017 (input_varpool_node): Update.
8018 (input_refs): Update.
8019 * ipa-ref-inline.h (ipa_ref_node): Update.
8020 (ipa_ref_varpool_node): Update.
8021 (ipa_ref_referring_node): Update.
8022 (ipa_ref_referring_varpool_node): Update.
8023 (ipa_ref_referring_ref_list): Update.
8024 (ipa_ref_referred_ref_list): Update.
8025 (ipa_ref_list_first_referring): Update.
8026 (ipa_empty_ref_list): Update.
8027 (ipa_ref_list_refering_iterate): Rename to ...
8028 (ipa_ref_list_referring_iterate): ... this one.
8029 * cse.c: Update comment.
8030 * ipa-utils.c (ipa_reverse_postorder): Update.
8031 * tree-ssa-alias.c: Update.
8032 * ipa-inline.c (reset_edge_caches): Update.
8033 (update_caller_keys): Update.
8034 * ipa-inline.h: Update comments.
8035 * jump.c: Update comment.
8036 * alias.c: Likewise.
8037 * ipa.c (process_references): Update.
8038 (cgraph_remove_unreachable_nodes): Likewise.
8039 (ipa_discover_readonly_nonaddressable_var): Likewise.
8040 (cgraph_address_taken_from_non_vtable_p): Likewise.
8041 * trans-mem.c (ipa_tm_execute): Update.
8042 * simplify-rtx.c: Fix comment.
8043 * rtl.c: Fix comment.
8044 * symtab.c (symtab_unregister_node): Update.
8045 * varpool.c (dump_varpool_node): Update.
8046 (varpool_analyze_pending_decls): Update.
8047 (assemble_aliases): Update.
8048 (varpool_for_node_and_aliases): Update.
8049
8050 2012-04-18 Richard Guenther <rguenther@suse.de>
8051
8052 * cfgloop.h (estimate_numbers_of_iterations_loop): Remove
8053 use_undefined_p parameter.
8054 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
8055 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
8056 Likewise.
8057 (estimate_numbers_of_iterations): Likewise.
8058 (estimated_loop_iterations): Adjust.
8059 (max_loop_iterations): Likewise.
8060 (scev_probably_wraps_p): Likewise.
8061 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
8062 * tree-vrp.c (adjust_range_with_scev): Use max_stmt_executions,
8063 not max_loop_iterations.
8064 (execute_vrp): Remove explicit number of iterations estimation.
8065
8066 2012-04-18 Enkovich Ilya <ilya.enkovich@intel.com>
8067
8068 * config/i386/linux-common.h: New.
8069
8070 * config.gcc: Add i386/linux-common.h before
8071 all i386/linux.h and i386/linux64.h usages.
8072
8073 * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): New.
8074 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
8075 * config/i386/gnu-user64.h: Likewise.
8076
8077 * config/i386/gnu-user.common.h (GNU_USER_TARGET_CC1_SPEC): New.
8078 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC.
8079 (GNU_USER_TARGET_MATHFILE_SPEC): New.
8080 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC.
8081
8082 2012-04-18 Jan Hubicka <jh@suse.cz>
8083
8084 * cgraph.c (cgraph_node_name): Remove.
8085 (dump_cgraph_node): Use dump_symtab_base; reformat.
8086 * cgraph.h (symtab_node_asm_name, symtab_node_name, dump_symtab,
8087 debug_symtab, dump_symtab_node, debug_symtab_node, dump_symtab_base):
8088 Declare.
8089 (cgraph_node_name, varpool_node_name): Remove.
8090 (cgraph_node_asm_name, varpool_node_asm_name,
8091 cgraph_node_name, varpool_node_name): New.
8092 * tree-pass.h (TODO_dump_cgraph): Rename to ...
8093 (TODO_dump_symtab): ... this one.
8094 * ipa-cp (pass_ipa_cp): Update.
8095 * ia-reference.c (generate_summary, read_write_all_from_decl,
8096 propagate, ipa_reference_read_optimization_summary): Update.
8097 * cgraphunit.c (cgraph_analyze_functions): Update.
8098 (cgraph_optimize): Update.
8099 * ipa-ref.c (ipa_dump_references): Update.
8100 (ipa_dump_refering): Update.
8101 * ipa-inline.c (pass_ipa_inline): Update.
8102 * matrix-reorg.c (pass_ipa_matrix_reorg): Update.
8103 * ipa.c (pass_ipa_function_visibility,
8104 pass_ipa_whole_program_visibility): Update.
8105 * tree-sra.c (pass_early_ipa_sra): Update.
8106 * symtab.c: Include langhooks.h
8107 (symtab_node_asm_name): New.
8108 (symtab_node_name): New.
8109 (symtab_type_names): New static var.
8110 (dump_symtab_base): New.
8111 (dump_symtab_node, dump_symtab): New.
8112 (debug_symtab_node, debug_symtab): New.
8113 * tree-ssa-structalias.c: Dump symbol table.
8114 * pases.c (execute_todo): Handle TODO_dump_symtab instead
8115 of TODO_dump_cgraph.
8116 * varpoo.c (varpool_node_name): Remove.
8117 (dump_varpool_node): Use dump_symtab_base; reformat.
8118
8119 2012-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
8120
8121 * doc/invoke.texi (Language Independent Options): @item should be
8122 before @opindex.
8123
8124 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
8125
8126 PR bootstrap/53021
8127 * rtl.c (rtx_code_size): Handle ADDRESS.
8128
8129 2012-04-17 Tom de Vries <tom@codesourcery.com>
8130
8131 * tree-iterator.c (append_to_statement_list_1): Handle case that *list_p
8132 is not a STMT_LIST.
8133
8134 2012-04-17 Uros Bizjak <ubizjak@gmail.com>
8135
8136 PR target/53020
8137 * config/i386/sync.md (atomic_<code><mode>): Rename to
8138 atomic_<logic><mode>.
8139
8140 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
8141
8142 * rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.
8143 * alias.c (reg_base_value): Expand and update comment.
8144 (arg_base_value): New variable.
8145 (unique_id): Move up file.
8146 (unique_base_value, unique_base_value_p, known_base_value_p): New.
8147 (find_base_value): Use arg_base_value and known_base_value_p.
8148 (record_set): Document REG_NOALIAS handling. Use unique_base_value.
8149 (find_base_term): Use known_base_value_p.
8150 (base_alias_check): Use unique_base_value_p.
8151 (init_alias_target): Initialize arg_base_value. Use unique_base_value.
8152 (init_alias_analysis): Use 1 as the first id for REG_NOALIAS bases.
8153
8154 2012-04-17 Pat Haugen <pthaugen@us.ibm.com>
8155
8156 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Remove DImode.
8157
8158 2012-04-17 Michael Matz <matz@suse.de>
8159
8160 PR tree-optimization/18437
8161 * tree-vectorizer.h (_stmt_vec_info.stride_load_p): New member.
8162 (STMT_VINFO_STRIDE_LOAD_P): New accessor.
8163 (vect_check_strided_load): Declare.
8164 * tree-vect-data-refs.c (vect_check_strided_load): New function.
8165 (vect_analyze_data_refs): Use it to accept strided loads.
8166 * tree-vect-stmts.c (vectorizable_load): Ditto and handle them.
8167
8168 2012-04-17 Richard Guenther <rguenther@suse.de>
8169
8170 PR middle-end/53011
8171 * tree-eh.c (cleanup_empty_eh_merge_phis): Properly discard
8172 loops when redirecting an entry or latch edge.
8173
8174 2012-04-17 Bernd Schmidt <bernds@codesourcery.com>
8175
8176 * sel-sched.c (sel_global_init): Revert previous change.
8177
8178 2012-04-17 Richard Guenther <rguenther@suse.de>
8179
8180 * tree-flow.h (array_at_struct_end_p): Move declaration ...
8181 * tree.h (array_at_struct_end_p): ... here.
8182 * tree-ssa-loop-niter.c (array_at_struct_end_p): Move ...
8183 * expr.c (array_at_struct_end_p): ... here. Rewrite.
8184
8185 2012-04-17 Steven Bosscher <steven@gcc.gnu.org>
8186
8187 * stmt.c (cost_table_, use_cost_table, cost_table_initialize,
8188 COST_TABLE): Remove.
8189 (estimate_case_costs): Remove.
8190 (expand_case): Do not call estimate_case_costs
8191 to set use_cost_table.
8192 (balance_case_nodes): Do not use use_cost_table.
8193
8194 2012-04-16 Jan Hubicka <jh@suse.cz>
8195
8196 * cgraph.c (cgraph_hash, assembler_name_hash): Remove.
8197 (hash_node, eq_node): Remove.
8198 (cgraph_create_node): Do not handle hashtable.
8199 (cgraph_get_node): Remove.
8200 (cgraph_insert_node_to_hashtable): Remove.
8201 (hash_node_by_assembler_name): Remove.
8202 (eq_assembler_name): Remove.
8203 (cgraph_node_for_asm): Rewrite.
8204 (cgraph_find_replacement_node): Break out from ...
8205 (cgraph_remove_node): ... here; do not maintain hashtables.
8206 (change_decl_assembler_name): Remove.
8207 (cgraph_clone_node): Do not maintain hashtables.
8208 * cgraph.h (const_symtab_node): New typedef.
8209 (cgraph_insert_node_to_hashtable): Remove.
8210 (symtab_get_node, symtab_node_for_asm,
8211 symtab_insert_node_to_hashtable): Declare.
8212 (cgraph_find_replacement_node): Declare.
8213 (cgraph_get_node, varpool_get_node): Turn into inlines.
8214 (cgraph, varpool): Work sanely on NULL pointers.
8215 (FOR_EACH_SYMBOL): New walker.
8216 * ipa-inline-transform.c (save_inline_function_body): Use
8217 symtab_insert_node_to_hashtable.
8218 * symtab.c: Include ggc.h and diagnostics.h
8219 (symtab_hash, assembler_name_hash): New static vars;
8220 (hash_node, eq_node, hash_node_by_assembler_name,
8221 eq_assembler_name, insert_to_assembler_name_hash,
8222 unlink_from_assembler_name_hash): New.
8223 (symtab_register_node): Update hashtables.
8224 (symtab_insert_node_to_hashtable): New.
8225 (symtab_unregister_node): Update hashtables.
8226 (symtab_get_node): New.
8227 (symtab_node_for_asm): New.
8228 (change_decl_assembler_name): New.
8229 * Makefile.in (symtab.o): Needs GTY.
8230 * varpool.c (varpool_hash): Remove.
8231 (hash_varpool_node, eq_varpool_node, varpool_get_node): Remove.
8232 (varpool_node): Rewrite using varpool_get_node.
8233 (varpool_remove_node): DO not maintain hashtables.
8234 (varpool_node_for_asm): Rewrite.
8235
8236 2012-04-16 Sandra Loosemore <sandra@codesourcery.com>
8237
8238 * doc/invoke.texi: Copy-edit to put verbs in the present tense
8239 when describing the current behavior of GCC.
8240
8241 2012-04-16 Richard Sandiford <rdsandiford@googlemail.com>
8242
8243 * genemit.c (gen_exp): Remove ADDRESS handling.
8244 * genoutput.c (scan_operands): Likewise.
8245 * genpeep.c (match_rtx): Likewise.
8246 * genrecog.c (add_to_sequence): Likewise.
8247
8248 2012-04-16 David Edelsohn <dje.gcc@gmail.com>
8249
8250 * doc/install.texi (Specific, *-ibm-aix*): Update assembler bug status.
8251
8252 2012-04-16 Martin Jambor <mjambor@suse.cz>
8253
8254 * tree-sra.c (build_ref_for_model): Create COMPONENT_REFs only for
8255 bit-fields.
8256
8257 2012-04-16 Ulrich Weigand <ulrich.weigand@linaro.org>
8258
8259 PR target/51819
8260 * config/arm/arm.c (arm_print_operand): Fix invalid alignment
8261 hints for 'A' operand types.
8262
8263 2012-04-16 Jan Hubicka <jh@suse.cz>
8264
8265 * cgraph.h (symtab_node_base): Add next and previous pointers.
8266 (cgraph_node): Remove next and preivous pointers.
8267 (varpool_node): Likewise; remove next/previous GTY marker;
8268 it is not type safe.
8269 (symtab_node_def): Update GTY marker
8270 (x_cgraph_nodes, cgraph_nodes): Remove.
8271 (symtab_nodes): New function.
8272 (cgraph_order): Rename to ...
8273 (symtab_order): ... this one.
8274 (symtab_register_node, symtab_unregister_node, symtab_remove_node):
8275 Declare.
8276 (x_varpool_nodes, varpool_nodes): Remove.
8277 (FOR_EACH_STATIC_VARIABLE): Update.
8278 (symtab_function_p, symtab_variable_p): New function.
8279 (FOR_EACH_VARIABLE): Update.
8280 (varpool_first_variable, varpool_next_variable): New functions.
8281 (FOR_EACH_VARIABLE): Update.
8282 (cgraph_first_defined_function): Update.
8283 (cgraph_next_defined_function, cgraph_next_defined_function): Update.
8284 (FOR_EACH_DEFINED_FUNCTION, FOR_EACH_FUNCTION): Update.
8285 (cgraph_first_function, cgraph_next_function): New.
8286 (FOR_EACH_FUNCTION): Update.
8287 (cgraph_first_function_with_gimple_body,
8288 cgraph_next_function_with_gimple_body): Update.
8289 * symtab.c: New file.
8290 * cgraph.c: Update copyright dates.
8291 (x_cgraph_nodes, cgraph_order): Remove.
8292 (NEXT_FREE_NODE): Update.
8293 (SET_NEXT_FREE_NODE): New.
8294 (cgraph_create_node_1): Remove common code.
8295 (cgraph_create_node): Remove common code; call symtab_register_node.
8296 (cgraph_remove_node): Remove common code; call symtab_unregister-node.
8297 (cgraph_add_asm_node): Update.
8298 (cgraph_clone_node): Register new node.
8299 * cgraphunit.c (process_function_and_variable_attributes): Update.
8300 (cgraph_analyze_functions): Update.
8301 (cgraph_analyze_functions): Update.
8302 (cgraph_output_in_order): Update.
8303 * lto-cgraph.c (input_node, input_varpool_node, input_cgraph_1):
8304 Update.
8305 * ipa-inline.c (recursive_inlining): Update.
8306 * lto-streamer-in.c (lto_input_toplevel_asms): Update.
8307 * ipa.c (cgraph_remove_unreachable_nodes): Update.
8308 * Makefile.in: Add symtab.o
8309 * varpool.c (x_varpool_nodes): Remove
8310 (varpool_node): Remove common code; call symtab_register_node.
8311 (varpool_remove_node): Remove common code; call symtab_unregister_node.
8312
8313 2012-04-16 Richard Guenther <rguenther@suse.de>
8314
8315 PR middle-end/52977
8316 * tree.h (VECTOR_CST_NELTS): Adjust.
8317 (struct tree_vector): Add explicit length field.
8318 (make_vector_stat): Declare.
8319 (make_vector): Define.
8320 * tree.c (make_vector_stat): New function.
8321 (build_vector_stat): Use it.
8322 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
8323
8324 2012-04-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8325
8326 PR tree-optimization/52976
8327 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): New function.
8328 (undistribute_ops_list): Ops with repeat counts aren't eligible for
8329 undistribution.
8330 (attempt_builtin_powi): Call add_to_ops_vec_max_rank.
8331
8332 2012-04-16 Jan Hubicka <jh@suse.cz>
8333
8334 * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):
8335 New macros.
8336 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Use FOR_EACH
8337 walkers to walk cgraph and varpool.
8338 * cgraph.c (cgraph_node_for_asm): Likewise.
8339 (dump_cgraph): Likewise.
8340 * value-prof.c (init_node_map): Likewise.
8341 * tree.c (free_lang_data_in_cgraph): Likewise.
8342 * tree-emutls.c: (ipa_lower_emutls): Likewise.
8343 * ipa-reference.c (generate_summary, propagate): Likewise.
8344 * cgraphunit.c (verify_cgraph, cgraph_process_same_body_aliases,
8345 cgraph_mark_functions_to_output, cgraph_output_in_order,
8346 output_weakrefs, cgraph_materialize_all_clones,
8347 cgraph_optimize): Likewise.
8348 * lto-cgraph.c (merge_profile_summaries): Likewise.
8349 (input_cgraph): Likewise.
8350 * ipa-pure-const.c (generate_summary): Likewise.
8351 (propagate): Likwise.
8352 * ipa-utils.c (ipa_reduced_postorder): Likewise.
8353 (ipa_free_postorder_info): Likewise.
8354 (ipa_reverse_postorder): Likewise.
8355 * ipa-inline.c (ipa_inline): Likewise.
8356 * matrix-reorg.c (find_matrices_decl): Likewise.
8357 (matrix_reorg): Likewise.
8358 * tree-vectorizer.c (increase_alignment): Likewise.
8359 * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
8360 (function_and_variable_visibility): Likewise.
8361 (whole_program_function_and_variable_visibility): Likewise.
8362 (ipa_cdtor_merge): Likewise.
8363 * trans-mem.c (ipa_tm_execute): Likewise.
8364 * ipa-inline-analysis.c (dump_inline_summaries): Likewise.
8365 * ipa-prop.c (ipa_print_all_jump_functions): Likewise.
8366 (ipa_print_all_params): Likewise.
8367 (ipa_update_after_lto_read): Likewise.
8368 * tree-profie.c (tree_profiling): Likewise.
8369 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
8370 * passes.c (dump_passes): Likewise.
8371 (do_per_function): Likewise.
8372 (ipa_write_summaries): Likewise.
8373 * varpool.c (dump_varpool): Likewise.
8374 (varpool_node_for_asm): Likewise.
8375 (varpool_assemble_pending_decls): Likewise.
8376
8377 2012-04-16 Richard Guenther <rguenther@suse.de>
8378
8379 PR tree-optimization/52975
8380 * tree-if-conv.c (predicate_bbs): Do not simplify inverted
8381 condition but always mark it with TRUTH_NOT_EXPR.
8382
8383 2012-04-16 Richard Guenther <rguenther@suse.de>
8384
8385 PR tree-optimization/52975
8386 * tree-ssa-forwprop.c (combine_cond_exprs): New function.
8387 (ssa_forward_propagate_and_combine): Call it for COND_EXPRs
8388 and VEC_COND_EXPRs. Also combine into VEC_COND_EXPRs condition.
8389 * fold-const.c (operand_equal_p): Handle TARGET_MEM_REF.
8390
8391 2012-04-14 Uros Bizjak <ubizjak@gmail.com>
8392
8393 * config/i386/sse.md (ssse3_plusminus): New code iterator.
8394 (avx2_ph<plusminus_mnemonic>wv16hi3): Macroize insn from
8395 avx2_ph{add,adds,sub,subs}wv16hi3 using ssse3_plusminus code iterator.
8396 (ssse3_ph<plusminus_mnemonic>wv8hi3): Macroize insn from
8397 ssse3_ph{add,adds,sub,subs}wv8hi3 using ssse3_plusminus code iterator.
8398 (ssse3_ph<plusminus_mnemonic>wv4hi3): Macroize insn from
8399 ssse3_ph{add,adds,sub,subs}wv4hi3 using ssse3_plusminus code iterator.
8400
8401 (avx2_ph<plusminus_mnemonic>dv8si3): Macroize insn from
8402 avx2_ph{add,adds,sub,subs}dv8si3 using plusminus code iterator.
8403 (ssse3_ph<plusminus_mnemonic>dv4si3): Macroize insn from
8404 ssse3_ph{add,adds,sub,subs}dv4si3 using plusminus code iterator.
8405 (ssse3_ph<plusminus_mnemonic>dv2si3): Macroize insn from
8406 ssse3_ph{add,adds,sub,subs}dv2si3 using plusminus code iterator.
8407
8408 (xop_plus): New code iterator.
8409 (macs): New code attribute.
8410 (macds): Ditto.
8411 (xop_p<macs><ssemodesuffix><ssemodesuffix>): Macroize insn from
8412 xop_pmacs{,s}{ww,dd} using xop_plus code iterator and VI24_128 mode
8413 iterator.
8414 (xop_p<macs>dql): Macroize insn from xop_pmacs{,s}dql using
8415 xop_plus code iterator.
8416 (xop_p<macs>dqh): Macroize insn from xop_pmacs{,s}dqh using
8417 xop_plus code iterator.
8418 (xop_p<macs>wd): Macroize insn from xop_pmacs{,s}wd using
8419 xop_plus code iterator.
8420 (xop_p<madcs>wd): Macroize insn from xop_pmadcs{,s}wd using
8421 xop_plus code iterator.
8422
8423 (xop_phadd<u>bw): Macroize insn from xop_phadd{,u}bw usign
8424 any_extend code iterator.
8425 (xop_phadd<u>bd): Macroize insn from xop_phadd{,u}bd usign
8426 any_extend code iterator.
8427 (xop_phadd<u>bq): Macroize insn from xop_phadd{,u}bq usign
8428 any_extend code iterator.
8429 (xop_phadd<u>wd): Macroize insn from xop_phadd{,u}wd usign
8430 any_extend code iterator.
8431 (xop_phadd<u>wq): Macroize insn from xop_phadd{,u}wq usign
8432 any_extend code iterator.
8433 (xop_phadd<u>dq): Macroize insn from xop_phadd{,u}dq usign
8434 any_extend code iterator.
8435
8436 2012-04-14 Tom de Vries <tom@codesourcery.com>
8437
8438 * cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by
8439 call to delete_insn. Remove code to reorder BASIC_BLOCK note and
8440 DELETED_LABEL note, and move it to ...
8441 * cfgrtl.c (delete_insn): ... here. Change return type to void.
8442 (delete_insn_and_edges): Likewise.
8443 (delete_insn_chain): Handle new return type of delete_insn. Delete
8444 chain backwards rather than forwards.
8445 * rtl.h (delete_insn, delete_insn_and_edges): Change return type to
8446 void.
8447 * cfglayout.c (fixup_reorder_chain): Delete unused label.
8448
8449 2012-04-14 Jan Hubicka <jh@suse.cz>
8450
8451 * cgraph.h: Update copyrights;
8452 (symtab_node): Turn to union typedef.
8453 (symtab_node_base): New structure.
8454 (symtab_type): Add SYMTAB_SYMBOL tag.
8455 (cgraph_node): Annotate some pinters with nested_ptr.
8456 (varpool_node): Likewise.
8457 (cgraph_local_info): Remove lto_file_data
8458 and externally_visible.
8459 (cgraph_node): Remove decl; same_comdat_group list;
8460 aux; ref_list; order; address_taken; reachable_from_other_parittion,
8461 in_other_partition; resolution.
8462 (varpool_node): Remove decl; same_comdat_group;
8463 ref_list; lto_file_data; aux; order; resolution; externally_visible;
8464 used_from_other_partition; in_other_partition.
8465 (symtab_node_def): New union.
8466 (cgraph, varpool): Update.
8467 (varpool_first_static_initializer, varpool_next_static_initializer,
8468 cgraph_only_called_directly_or_aliased_p,
8469 varpool_can_remove_if_no_refs, varpool_can_remove_if_no_refs,
8470 varpool_all_refs_explicit_p, cgraph_alias_aliased_node,
8471 varpool_alias_aliased_node, cgraph_edge_recursive_p): Update
8472 field references.
8473 * cgraph.c: Likewise.
8474 (cgraph_hash, assembler_name_hash): Turn into symtab_node.
8475 * cgraphbuild.c: Likewise.
8476 * lto-symtab.c: Likewise.
8477 * c-gimplify.c: Likewise.
8478 * value-prof.c: Likewise.
8479 * tree.c: Likewise.
8480 * ipa-cp.c: Likewise.
8481 * tree-emutls.c: Likewise.
8482 * ipa-inline-transform.c: Likwise.
8483 * ipa-reference.c: Likewise.
8484 * cgraphunit.c: Likewise.
8485 * ipa-ref.c: Likewise.
8486 * lto-cgraph.c: Likewise.
8487 * ipa-ref-inline.h: Likewise.
8488 * ipa-pure-const.c: Likewise.
8489 * lto-streamer-out.c: Likewise.
8490 * ipa-utils.c: Likewise.
8491 * ipa-inline.c: Likewise.
8492 * matrix-reorg.c: Likewise.
8493 * tree-eh.c: Likewise.
8494 * tree-vectorizer.c: Likewise.
8495 * ipa-split.c: Likewise.
8496 * ipa.c: Likewise.
8497 * trans-mem.c: Likewise.
8498 * ipa-inline-analysis.c: Likewise.
8499 * gimplify.c: Likewise.
8500 * cfgexpand.c: Likewise.
8501 * tree-sra.c: Likewise.
8502 * ipa-prop.c: Likewise.
8503 * varasm.c: Likewise.
8504 * tree-nested.c: Likewise.
8505 * tree-inline.c: Likewise.
8506 * tree-profile.c: Likewise.
8507 * tree-ssa-structalias.c: Likewise.
8508 * passes.c: Likewise.
8509 * varpool.c: Likewise.
8510
8511 2012-04-14 Tom de Vries <tom@codesourcery.com>
8512
8513 * tree-ssa-tail-merge.c (stmt_local_def): New function, factored out of
8514 same_succ_hash, with local_def inlined. Use SINGLE_SSA_DEF_OPERAND.
8515 Use FOR_EACH_IMM_USE_FAST instead of FOR_EACH_IMM_USE_STMT. Remove use
8516 of find_edge.
8517 (gsi_advance_fw_nondebug_nonlocal): New function.
8518 (local_def): Removed function.
8519 (same_succ_hash): Use stmt_local_def.
8520 (same_succ_equal): Use gsi_advance_fw_nondebug_nonlocal.
8521 (gsi_advance_bw_nondebug_nonlocal): Use stmt_local_def.
8522
8523 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
8524
8525 * config/i386/i386-c.c (ix86_target_macros): Define _ILP32
8526 and __ILP32__ for x32.
8527
8528 2012-04-13 Martin Jambor <mjambor@suse.cz>
8529
8530 PR middle-end/52939
8531 * gimple-fold.c (gimple_get_virt_method_for_binfo): Bail out if
8532 fold_ctor_reference returns a zero constant.
8533
8534 2012-04-13 Enkovich Ilya <ilya.enkovich@intel.com>
8535
8536 * config.gcc: Add i386/gnu-user-common.h before all
8537 i386/gnu-user.h and i386/gnu-user64.h usages.
8538
8539 * config/i386/gnu-user-common.h: New.
8540
8541 * config/i386/gnu-user.h (CPP_SPEC): Moved to gnu-user-common.h.
8542 (CC1_SPEC): Likewise.
8543 (ENDFILE_SPEC): Likewise.
8544 (DEFAULT_PCC_STRUCT_RETURN): Likewise.
8545 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Likewise.
8546 (TARGET_OS_CPP_BUILTINS): Likewise.
8547 (LIBGCC2_HAS_TF_MODE): Likewise.
8548 (LIBGCC2_TF_CEXT): Likewise.
8549 (TF_SIZE): Likewise.
8550 (TARGET_ASM_FILE_END): Likewise.
8551 (STACK_CHECK_MOVING_SP): Likewise.
8552 (STACK_CHECK_STATIC_BUILTIN): Likewise.
8553 * config/i386/gnu-user64.h: Likewise.
8554
8555 2012-04-13 Martin Jambor <mjambor@suse.cz>
8556
8557 * expr.c (expand_expr_real_1): Pass type, not the expression, to
8558 set_mem_attributes for a memory temporary. Do not call the function
8559 for the memory temporary created for a bitfield.
8560
8561 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
8562
8563 PR debug/48866
8564 * df.h (enum debug_temp_where): New.
8565 (dead_debug_init, dead_debug_finish) Declare.
8566 (dead_debug_add, dead_debug_insert_temp): Declare.
8567 (struct dead_debug_use, struct dead_debug): Moved from...
8568 * df-problems.c: ... here.
8569 (df_set_unused_notes_for_mw): Bind debug uses of unused regno
8570 to a debug temp.
8571 (df_create_unused_note): Likewise.
8572 (df_set_dead_notes_for_mw): Move comment where it belongs.
8573 (dead_debug_init): Export.
8574 (dead_debug_reset_uses): New, factored out of...
8575 (dead_debug_finish): ...this. Export.
8576 (dead_debug_reset): Remove.
8577 (dead_debug_add): Export.
8578 (dead_debug_insert_before): Rename to...
8579 (dead_debug_insert_temp): ... this. Add where argument. Export.
8580 Locate stored value for BEFORE_WITH_VALUE. Avoid repeat inserts.
8581 Return insertion count.
8582 (df_note_bb_compute): Adjust.
8583 * dce.c (word_dce_process_block): Adjust dead debug uses.
8584 (dce_process_block): Likewise.
8585
8586 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
8587
8588 * df-problems.c (df_note_bb_compute): Do not take note of
8589 debug uses for whose REGs we won't emit DEAD or UNUSED notes.
8590
8591 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
8592
8593 PR debug/51570
8594 * var-tracking.c (expand_depth): New type.
8595 (onepart_aux, expand_loc_callback_data): Change depth type to it.
8596 (loc_exp_dep_alloc): Adjust initializer.
8597 (update_depth): Use new type. Add entryvals.
8598 (vt_expand_var_loc_chain): Take note of expansions with
8599 ENTRY_VALUEs, but don't accept them right away. Run an optional
8600 second pass accepting the minimum ENTRY_VALUE count found in the
8601 first pass.
8602 (vt_expand_loc_callback, INIT_ELCD): Adjust.
8603
8604 2012-04-13 Tom de Vries <tom@codesourcery.com>
8605
8606 * tree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal): Add
8607 parameters vuse and vuse_escaped.
8608 (find_duplicate): Init vuse1, vuse2 and vuse_escaped. Pass to
8609 gsi_advance_bw_nondebug_nonlocal. Return if vuse_escaped and
8610 vuse1 != vuse2.
8611
8612 2012-04-13 Richard Guenther <rguenther@suse.de>
8613
8614 PR tree-optimization/52969
8615 * tree-if-conv.c (predicate_mem_writes): Properly gimplify
8616 the condition for the COND_EXPR and handle predicate negation
8617 by swapping the COND_EXPR arms.
8618
8619 2012-04-13 Nick Clifton <nickc@redhat.com>
8620
8621 * config/rl78/rl78.c (rl78_devirt_pass): Remove use of
8622 TODO_dump_func flag.
8623
8624 2012-04-13 Andrey Belevantsev <abel@ispras.ru>
8625
8626 PR rtl-optimization/52203
8627 PR rtl-optimization/52715
8628
8629 Revert the 2012-03-07 fix for PR 52203.
8630 * sel-sched.c (reset_sched_cycles_in_current_ebb): Check that
8631 the insn does not modify DFA right before issuing, adjust
8632 issue_rate accordingly.
8633
8634 2012-04-13 Richard Guenther <rguenther@suse.de>
8635
8636 PR c/52549
8637 * c-typeck.c (pointer_diff): Remove bogus assert.
8638
8639 2012-04-13 Richard Guenther <rguenther@suse.de>
8640
8641 PR c/52862
8642 * convert.c (convert_to_pointer): Remove special-casing of zero.
8643
8644 2012-04-13 Joey Ye <joey.ye@arm.com>
8645
8646 * config/arm/constraints.md (Pe): New constraint.
8647 * config/arm/arm.md: New split for imm 256-510.
8648
8649 2012-04-13 Terry Guo <terry.guo@arm.com>
8650
8651 * config/arm/arm-cores.def: Added core cortex-m0plus.
8652 * config/arm/arm-tune.md: Regenerated.
8653 * config/arm/arm-tables.opt: Regenerated.
8654 * doc/invoke.texi: Added entry for cpu ARM cortex-m0plus.
8655
8656 2012-04-13 Alan Modra <amodra@gmail.com>
8657
8658 PR target/52828
8659 * config/rs6000/rs6000.c (rs6000_emit_stack_tie): Rewrite with
8660 tie regs on destination of sets. Delete forward declaration.
8661 (rs6000_emit_stack_reset): Update rs6000_emit_stack_tie calls.
8662 (rs6000_emit_prologue): Likewise.
8663 (rs6000_emit_epilogue): Likewise. Use in place of gen_frame_tie
8664 and gen_stack_tie.
8665 (is_mem_ref): Use tie_operand to recognise stack ties.
8666 * config/rs6000/predicates.md (tie_operand): New.
8667 * config/rs6000/rs6000.md (restore_stack_block): Generate new
8668 stack tie rtl.
8669 (restore_stack_nonlocal): Likewise.
8670 (stack_tie): Update.
8671 (frame_tie): Delete.
8672
8673 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8674
8675 * tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to
8676 HOST_WIDE_INT_PRINT_DEC in format strings.
8677
8678 2012-04-12 Uros Bizjak <ubizjak@gmail.com>
8679
8680 PR target/52932
8681 * config/i386/avx2intrin.h (_mm256_permutevar8x32_ps): Change second
8682 argument type to __m256i. Update call to __builtin_ia32_permvarsf256.
8683 * config/i386/sse.md (UNSPEC_VPERMVAR): New.
8684 (UNSPEC_VPERMSI, UNSPEC_VPERMSF): Remove.
8685 (avx2_permvarv8sf, avx2_permvarv8si): Switch operands 1 and 2.
8686 (avx2_permvar<mode>): Macroize insn from avx2_permvarv8sf and
8687 avx2_permvarv8si using VI4F_256 mode iterator.
8688 * config/i386/i386.c (bdesc_args) <__builtin_ia32_permvarsf256>:
8689 Update builtin type to V8SF_FTYPE_V8SF_V8SI.
8690 (ix86_expand_vec_perm): Update calls to gen_avx2_permvarv8si and
8691 gen_avx2_permvarv8sf.
8692 (expand_vec_perm_pshufb): Ditto.
8693
8694 2012-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
8695
8696 PR target/52775
8697 * config/rs6000/rs6000.h (TARGET_FCFID): Add TARGET_PPC_GPOPT to
8698 the list of options to enable the FCFID instruction.
8699 (TARGET_EXTRA_BUILTINS): Adjust comment.
8700
8701 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8702
8703 PR tree-optimization/18589
8704 * tree-ssa-reassoc.c (reassociate_stats): Add two fields.
8705 (operand_entry): Add count field.
8706 (add_repeat_to_ops_vec): New function.
8707 (completely_remove_stmt): Likewise.
8708 (remove_def_if_absorbed_call): Likewise.
8709 (remove_visited_stmt_chain): Remove feeding builtin pow/powi calls.
8710 (acceptable_pow_call): New function.
8711 (linearize_expr_tree): Look for builtin pow/powi calls and add operand
8712 entries with repeat counts when found.
8713 (repeat_factor_d): New struct and associated typedefs.
8714 (repeat_factor_vec): New static vector variable.
8715 (compare_repeat_factors): New function.
8716 (get_reassoc_pow_ssa_name): Likewise.
8717 (attempt_builtin_powi): Likewise.
8718 (reassociate_bb): Call attempt_builtin_powi.
8719 (fini_reassoc): Two new calls to statistics_counter_event.
8720
8721 2012-04-12 Richard Guenther <rguenther@suse.de>
8722
8723 * Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
8724 * cgraph.h (tree_rest_of_compilation): Remove.
8725 * cgraph.c (cgraph_add_new_function): Move ...
8726 * cgraphunit.c (cgraph_add_new_function): ... here.
8727 (tree_rest_of_compilation): Make static.
8728 (cgraph_expand_function): Do not set cgraph_function_flags_ready.
8729 * tree-optimize.c (gate_all_optimizations, pass_all_optimizations,
8730 gate_all_early_local_passes, execute_all_early_local_passes,
8731 pass_early_local_passes, gate_all_early_optimizations,
8732 pass_all_early_optimizations): Move ...
8733 * passes.c (gate_all_optimizations, pass_all_optimizations,
8734 gate_all_early_local_passes, execute_all_early_local_passes,
8735 pass_early_local_passes, gate_all_early_optimizations,
8736 pass_all_early_optimizations): ... here.
8737 * tree-optimize.c (execute_free_datastructures): Remove.
8738 * tree-flow.h (execute_free_datastructures): Remove.
8739 * tree-optimize.c (execute_init_datastructures,
8740 pass_init_datastructures): Move ...
8741 * tree-ssa.c (execute_init_datastructures,
8742 pass_init_datastructures): ... here.
8743 * cfgexpand.c (gimple_expand_cfg): Inline-expand call to
8744 execute_free_datastructures.
8745
8746 2012-04-12 Bernd Schmidt <bernds@codesourcery.com>
8747
8748 * dbgcnt.def (ira_move): New counter.
8749 * ira-int.h (ira_create_new_reg): Declare function.
8750 (first_moveable_pseudo, last_moveable_pseudo): Declare variables.
8751 * ira-emit.c (ira_create_new_reg): Renamed from craete_new_reg and
8752 no longer static. All callers changed.
8753 * ira.c: Include "dbgcnt.h".
8754 (rtx_moveable_p, insn_dominated_by_p, find_moveable_pseudos,
8755 move_unallocated_pseudos): New static functions.
8756 (first_moveable_pseudo, last_moveable_pseudo): New global variables.
8757 (pseudo_replaced_reg, pseudo_move_insn): New static variables.
8758 (ira): Call find_moveable_pseudos and move_unallocated_pseudos.
8759 * ira-costs.c (find_costs_and_classes): Assign a memory cost of zero
8760 to the pseudos generated in find_moveable_pseudos.
8761 * Makefile.in (ira.o): Add $(DBGCNT_H).
8762
8763 2012-04-12 Richard Guenther <rguenther@suse.de>
8764
8765 PR tree-optimization/52943
8766 * tree-chrec.h (chrec_is_positive): Remove.
8767 * tree-scalar-evolution.c (chrec_is_positive): Move ...
8768 * tree-data-ref.c (chrec_is_positive): ... here. Make static.
8769 Return false for a constant zero instead of negative.
8770 (analyze_siv_subscript_cst_affine): Handle zero difference
8771 in the initial condition explicitely.
8772
8773 2012-04-12 Richard Guenther <rguenther@suse.de>
8774
8775 * tree-parloops.c (parallelize_loops): Also consult the upper
8776 bound for the number of iterations.
8777 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
8778 (loop_prefetch_arrays): Likewise.
8779
8780 2012-04-12 Richard Guenther <rguenther@suse.de>
8781
8782 * cfgloop.h (estimated_loop_iterations_int): Ditch
8783 'conservative' parameter.
8784 (max_stmt_executions_int): Likewise.
8785 (estimated_loop_iterations): Likewise.
8786 (max_stmt_executions): Likewise.
8787 (max_loop_iterations): Declare.
8788 (max_loop_iterations_int): Likewise.
8789 (estimated_stmt_executions): Likewise.
8790 (estimated_stmt_executions_int): Likewise.
8791 * tree-ssa-loop-niter.c (estimated_loop_iterations):
8792 Split parts to ...
8793 (max_loop_iterations): ... this.
8794 (estimated_loop_iterations_int): Split parts to ...
8795 (max_loop_iterations_int): ... this.
8796 (max_stmt_executions_int): Split parts to ...
8797 (estimated_stmt_executions_int): ... this.
8798 (max_stmt_executions): Split parts to ...
8799 (estimated_stmt_executions): ... this.
8800 * graphite-sese-to-poly.c (build_loop_iteration_domains): Adjust.
8801 * predict.c (predict_loops): Likewise.
8802 * tree-data-ref.c (max_stmt_executions_tree): Likewise.
8803 (analyze_siv_subscript_cst_affine): Likewise.
8804 (compute_overlap_steps_for_affine_1_2): Likewise.
8805 (analyze_subscript_affine_affine): Likewise.
8806 (init_omega_for_ddr_1): Likewise.
8807 * tree-parloops.c (parallelize_loops): Likewise.
8808 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
8809 (may_eliminate_iv): Likewise.
8810 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
8811 (loop_prefetch_arrays): Likewise.
8812 * tree-vrp.c (adjust_range_with_scev): Likewise.
8813
8814 2012-04-12 Oleg Endo <olegendo@gcc.gnu.org>
8815
8816 * config/sh/sh.h (RETURN_ADDR_RTX): Use NULL_RTX instead of 0.
8817 * config/sh/sh.c (INSN_REGMODE_WEIGHT, CURR_REGMODE_PRESSURE):
8818 Fix line width.
8819 (dump_table): Use bool type for need_align and have_df variables.
8820 (find_barrier, sfunc_uses_reg): Use NULL_RTX instead of 0.
8821 (regs_used): Remove register modifier.
8822 (barrier_align): Move variables slot, credit, jump_to_next
8823 into if block above for loop. Use bool type for jump_to_next.
8824 (sh_function_arg): Use NULL_RTX instead of 0.
8825
8826 2012-04-11 Andreas Schwab <schwab@linux-m68k.org>
8827
8828 * config/m68k/m68k.md (rotrhi3+1): Name it rotrhi_lowpart.
8829 (bswapsi2): New expander.
8830
8831 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
8832
8833 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Defined to
8834 0x60000000 if __x86_64 is defined and __LP64__ isn't defined.
8835
8836 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
8837
8838 PR rtl-optimization/52876
8839 * emit-rtl.c (set_reg_attrs_from_value): Handle arbitrary value.
8840 Don't call mark_reg_pointer for incompatible pointer sign extension.
8841
8842 * reginfo.c (reg_scan_mark_refs): Call set_reg_attrs_from_value
8843 directly.
8844
8845 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
8846
8847 * fold-const.c (fold_unary_loc): Use GET_MODE_PRECISION for
8848 comparisons against TYPE_PRECISION.
8849 * tree-ssa-forwprop.c (combine_conversions): Likewise.
8850
8851 2012-04-11 Xinliang David Li <davidxl@google.com>
8852
8853 * tree-passes.h: Remove TODO_dump_func.
8854 * tree-ssa-tail-merge.c (tail_merge_optimize): Remove TODO_dump_func.
8855 * trans-mem.c: Remove TODO_dump_func.
8856 * ira.c: Remove TODO_dump_func.
8857
8858 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
8859
8860 * config/i386/i386.c (ix86_option_override_internal): Check
8861 SUBTARGET_OVERRIDE_OPTIONS and SUBSUBTARGET_OVERRIDE_OPTIONS
8862 after TARGET_64BIT is updated.
8863
8864 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
8865
8866 * config/sh/sh.h: Remove old secondary reload code.
8867
8868 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
8869
8870 * config/sh/sh.c (SCHED_REORDER): Merge macro into ...
8871 (ready_reorder): ... this function.
8872
8873 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
8874
8875 * sel-sched.c (sel_global_init): Swap order of sched_rgn_init and
8876 sched_init calls.
8877
8878 * haifa-sched.c (prune_ready_list): Rework handling of SCHED_GROUP_P
8879 insns so that no other insn is queued for a time before them.
8880
8881 * config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
8882 unknown.
8883
8884 2012-04-11 Richard Guenther <rguenther@suse.de>
8885
8886 PR middle-end/52621
8887 * tree-chrec.c (evolution_function_is_invariant_rec_p): Properly
8888 consider loop nesting.
8889 (evolution_function_is_univariate_p): Properly check the remainder
8890 for chrecs.
8891
8892 2012-04-11 Richard Guenther <rguenther@suse.de>
8893
8894 PR middle-end/52918
8895 * except.c (sjlj_emit_dispatch_table): Properly update loop structure.
8896
8897 2012-04-11 Nick Clifton <nickc@redhat.com>
8898
8899 * config/rl78/rl78.c (rl78_expand_prologue): Set stack use
8900 information, if requested.
8901
8902 * config/rx/rx.c (rx_expand_prologue): Likewise.
8903
8904 2012-04-11 Peter Bergner <bergner@vnet.ibm.com>
8905 Michael Matz <matz@suse.de>
8906
8907 PR target/16458
8908 * rtlanal.c (unsigned_reg_p): New function.
8909 Update copyright notice dates.
8910 * rtl.h (unsigned_reg_p): Prototype it.
8911 Update copyright notice dates.
8912 * config/rs6000/rs6000.c (rs6000_generate_compare): Use it.
8913 Update comment.
8914 * expr.c (expand_expr_real_1): Set register attributes.
8915 * stmt.c (expand_case): Likewise.
8916
8917 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
8918
8919 PR target/50751
8920 * config/sh/sh-protos.h (sh_legitimate_index_p): Add new arguments
8921 consider_sh2a and allow_zero.
8922 * config/sh/sh.c (sh_legitimate_index_p): Likewise.
8923 (disp_addr_displacement): New function.
8924 (sh_address_cost): Use disp_addr_displacement function instead
8925 of DISP_ADDR_OFFSET.
8926 (sh_legitimate_address_p): Adapt to changed
8927 sh_legitimate_index_p declaration.
8928 (sh_find_mov_disp_adjust): Remove HImode check.
8929 (sh_secondary_reload): Add HImode case. Use satisfies_constraint_Sdd,
8930 disp_addr_displacement and max_mov_insn_displacement.
8931 (max_mov_insn_displacement): Remove HImode check.
8932 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12,
8933 DISP_ADDR_P, DISP_ADDR_OFFSET): Remove.
8934 * config/sh/constraints.md (K05, K13): New constraints.
8935 (K12): Correct comment.
8936 (Sdd): Do not use DISP_ADDR_P macro.
8937 (Snd, Sbw): Use satisfies_constraint_Sdd.
8938 * config/sh/sh.md (extendhisi2): Remove constraints from expander.
8939 (*extendhisi2_compact, movhi_i): Remove.
8940 (*extendhisi2_compact_reg, *extendhisi2_compact_mem_disp,
8941 *extendhisi2_compact_mem_disp, *extendhisi2_compact_snd,
8942 *movhi_reg_reg, *movhi_store_mem_disp05, *movhi_store_mem_disp13,
8943 *movhi_load_mem_disp, *movhi_load_mem_disp, *movhi): New insns.
8944 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_mem_disp,
8945 *movqi_store_mem_disp04, *movqi_store_mem_disp12, *movqi_load_mem_disp,
8946 *movqi_load_mem_disp): Use sh_legitimate_index_p instead of
8947 CONST_OK_FOR_Kxx.
8948 Add new peepholes for HImode displacement addressing.
8949
8950 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
8951
8952 * config/sh/sh.h (SIDI_OFF): Remove.
8953 * config/sh/sh.md: Use gen_highpart and gen_lowpart to access
8954 DImode subregs instead of gen_rtx_REG or simplifly_gen_subreg
8955 or operand_subword.
8956
8957 2012-04-11 Eric Botcazou <ebotcazou@adacore.com>
8958
8959 PR target/52624
8960 * doc/extend.texi (Other Builtins): Document __builtin_bswap16.
8961 (PowerPC AltiVec/VSX Built-in Functions): Remove it.
8962 * doc/md.texi (Standard Names): Add bswap.
8963 * builtin-types.def (BT_UINT16): New primitive type.
8964 (BT_FN_UINT16_UINT16): New function type.
8965 * builtins.def (BUILT_IN_BSWAP16): New.
8966 * builtins.c (expand_builtin_bswap): Add TARGET_MODE argument.
8967 (expand_builtin) <BUILT_IN_BSWAP16>: New case. Pass TARGET_MODE to
8968 expand_builtin_bswap.
8969 (fold_builtin_bswap): Add BUILT_IN_BSWAP16 case.
8970 (fold_builtin_1): Likewise.
8971 (is_inexpensive_builtin): Likewise.
8972 * optabs.c (expand_unop): Deal with bswap in HImode specially. Add
8973 missing bits for bswap to libcall code.
8974 * tree.c (build_common_tree_nodes): Build uint16_type_node.
8975 * tree.h (enum tree_index): Add TI_UINT16_TYPE.
8976 (uint16_type_node): New define.
8977 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_BSWAP_HI): Delete.
8978 * config/rs6000/rs6000.c (rs6000_expand_builtin): Remove handling of
8979 above builtin.
8980 (rs6000_init_builtins): Likewise.
8981 * config/rs6000/rs6000.md (bswaphi2): Add TARGET_POWERPC predicate.
8982
8983 2012-04-11 Tristan Gingold <gingold@adacore.com>
8984
8985 * doc/extend.texi (Type Attributes): Move paragraph.
8986
8987 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
8988
8989 PR 24985
8990 * diagnostic.h (show_caret): Declare.
8991 (caret_max_width): Declare.
8992 (diagnostic_show_locus): Declare.
8993 * diagnostic.c (diagnostic_initialize): Initialize to false.
8994 (diagnostic_show_locus): New.
8995 (diagnostic_report_diagnostic): Call it.
8996 (getenv_columns): New.
8997 (adjust_line): New.
8998 (diagnostic_set_caret_max_width): New.
8999 * input.c (read_line): New.
9000 (location_get_source_line): New.
9001 * input.h (location_get_source_line): Declare.
9002 * toplev.c (general_init): Initialize show_caret from options.
9003 * dwarf2out.c (gen_producer_string): Handle fdiagnostics-show-caret.
9004 * opts.c (common_handle_option): Likewise.
9005 * pretty-print.h (pp_get_prefix): New.
9006 (pp_base_get_prefix): New.
9007 * common.opt (fdiagnostics-show-caret): New option.
9008 * doc/invoke.texi (fdiagnostics-show-caret): Document it.
9009
9010 2012-04-11 Richard Guenther <rguenther@suse.de>
9011
9012 PR rtl-optimization/52881
9013 * ifcvt.c (find_if_case_2): Avoid speculating loop latches.
9014
9015 2012-04-11 Richard Guenther <rguenther@suse.de>
9016
9017 PR tree-optimization/52912
9018 * tree-ssa-threadupdate.c (thread_block): Tell the cfg
9019 manipulation code we are threading through a loop header
9020 to an exit destination.
9021
9022 2012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
9023
9024 * tree.h (warn_if_unused_value): Move declaration from here.
9025 * stmt.c (warn_if_unused_value): Move definition from here.
9026
9027 2012-04-10 Michael Matz <matz@suse.de>
9028
9029 * tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to
9030 grouped_stores.
9031 (LOOP_VINFO_STRIDED_STORES): Rename to LOOP_VINFO_GROUPED_STORES.
9032 (struce _bb_vec_info.strided_stores): Rename to grouped_stores.
9033 (BB_VINFO_STRIDED_STORES): Rename to BB_VINFO_GROUPED_STORES.
9034 (STMT_VINFO_STRIDED_ACCESS): Rename to STMT_VINFO_GROUPED_ACCESS.
9035 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
9036 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
9037 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
9038 (vect_record_strided_load_vectors): Rename to
9039 vect_record_grouped_load_vectors.
9040 * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
9041 Rename use of above macros.
9042 (vect_verify_datarefs_alignment): Ditto.
9043 (vector_alignment_reachable_p): Ditto.
9044 (vect_peeling_hash_get_lowest_cost): Ditto.
9045 (vect_enhance_data_refs_alignment): Ditto.
9046 (vect_analyze_group_access): Ditto and rename stride to groupsize.
9047 (vect_analyze_data_ref_access): Rename "strided" to "grouped".
9048 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
9049 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
9050 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
9051 (vect_record_strided_load_vectors): Rename to
9052 vect_record_grouped_load_vectors.
9053 * tree-vect-loop.c (new_loop_vec_info): Rename use of above macros.
9054 (destroy_loop_vec_info): Ditto.
9055 (vect_transform_loop): Ditto and rename strided_store to grouped_store.
9056 * tree-vect-slp.c (vect_build_slp_tree): Rename use of above macros.
9057 (vect_analyze_slp): Ditto.
9058 (new_bb_vec_info): Ditto.
9059 (destroy_bb_vec_info): Ditto.
9060 (vect_schedule_slp_instance): Ditto and rename strided_store to
9061 grouped_store.
9062 * tree-vect-stmts.c (vect_cost_strided_group_size): Rename to
9063 vect_cost_group_size.
9064 (vect_model_store_cost): Rename use of above macros and call
9065 to vect_cost_strided_group_size.
9066 (vect_model_load_cost): Ditto.
9067 (vectorizable_store): Ditto, rename strided_store to grouped_store
9068 and calls to renamed tree-vectorizer.h functions.
9069 (vectorizable_load): Ditto.
9070 (vect_transform_stmt): Rename use of above macros and strided_store
9071 to grouped_store.
9072
9073 2012-04-10 Jan Hubicka <jh@suse.cz>
9074
9075 * cgraph.h: Remove misledaing comment on ipa-ref.h.
9076 (symtab_type): New enum.
9077 (symtab_node): New structure.
9078 (cgraph_node, varpool_node): Add symbol base type.
9079 (cgraph, varpool): New accestor functions.
9080 * cgraph.c (cgraph_create_node_1): Set symbol type.
9081 * varpool.c (varpool_node): Set symbol type.
9082
9083 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
9084 Richard Sandiford <rdsandiford@googlemail.com>
9085
9086 * fwprop.c (propagate_rtx): Also set PR_CAN_APPEAR for subregs.
9087
9088 2012-04-10 Richard Guenther <rguenther@suse.de>
9089
9090 PR middle-end/52888
9091 * gimple-low.c (gimple_check_call_args): Properly account for
9092 compatible aggregate types.
9093
9094 2012-04-10 Richard Guenther <rguenther@suse.de>
9095
9096 * toplev.h (tree_rest_of_compilation): Remove.
9097 * tree-optimize.c (tree_rest_of_compilation): Likewise.
9098 * cgraph.h (tree_rest_of_compilation): Declare.
9099 * tree-optimize.c (tree_rest_of_compilation): Move ...
9100 * cgraphunit.c (tree_rest_of_compilation): ... here.
9101 * cgraph.c (cgraph_add_new_function): Adjust.
9102 * Makefile.in (tree-optimize.o): Adjust.
9103 (cgraphunit.o): Likewise.
9104
9105 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
9106
9107 PR tree-optimization/52870
9108 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
9109 presumed pattern statement is within the same loop or basic block.
9110
9111 2012-04-10 Tristan Gingold <gingold@adacore.com>
9112
9113 * gengtype.c (main): Make uintptr_t a known type.
9114
9115 2012-04-10 Richard Guenther <rguenther@suse.de>
9116
9117 * tree-pass.h (tree_lowering_passes): Remove.
9118 * tree-optimize.c (tree_lowering_passes): Remove.
9119 * cgraph.c (cgraph_add_new_function): Inline relevant parts
9120 of tree_lowering_passes, avoid redundant call of early local passes.
9121 * cgraphunit.c (cgraph_lower_function): Fold into ...
9122 (cgraph_analyze_function): ... its single caller. Inline
9123 relevant parts of tree_lowering_passes.
9124
9125 2012-04-09 H.J. Lu <hongjiu.lu@intel.com>
9126
9127 PR other/52777
9128 * config/pa/pa.opt: Remove SIO and GNU_LD.
9129
9130 2012-04-09 Jan Hubicka <jh@suse.cz>
9131
9132 PR lto/52722
9133 PR lto/51765
9134 PR lto/52634
9135 * lto-cgraph.c (compute_ltrans_boundary): When alias is in the
9136 boundary, add its target too.
9137 * lto.c (add_references_to_partition): Add also aliased nodes.
9138 (add_cgraph_node_to_partition,
9139 add_varpool_node_to_partition): Work on nodes, not functions/variables;
9140 when adding alias, add also the aliased object.
9141
9142 2012-04-09 Uros Bizjak <ubizjak@gmail.com>
9143
9144 PR target/52883
9145 * config/i386/predicates.md (x86_64_zext_general_operand): Prevent
9146 VOIDmode immediate operands.
9147 * config/i386/constraints.md (Wz): New constraint.
9148 * config/i386/i386.md (*zero_extendsidi2_rex64): Use Wz instead of Z.
9149
9150 2012-04-09 Eric Botcazou <ebotcazou@adacore.com>
9151
9152 PR target/52717
9153 * config/sparc/sparc.c (sparc_file_end): Set TREE_PUBLIC explicitly on
9154 the DECL generated for the special GOT helper.
9155
9156 2012-04-09 Oleg Endo <olegendo@gcc.gnu.org>
9157
9158 * config/sh/constraints.md: Update list of constraints in
9159 comment block.
9160 (Sr0): Remove unused memory constraint.
9161
9162 2012-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
9163
9164 * tree-pretty-print.h: Update comment.
9165
9166 2012-04-08 Oleg Endo <olegendo@gcc.gnu.org>
9167
9168 * config/sh/sh.md: Use braced string notation where applicable.
9169 (*prefetch_i4, prefetch_m2a): Merge into ...
9170 (*prefetch): ... this new insn.
9171
9172 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
9173
9174 * config/sh/sh.h (high_life_started): Remove
9175 * config/sh/predicates.md (general_movdst_operand): Use
9176 'reload_in_progress' instead of 'high_life_started'.
9177 * config/sh/sh.md (divsi_inv_call, *divsi_inv_call_combine,
9178 divsi_inv_fp): Likewise.
9179
9180 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
9181
9182 * config/sh/sh-protos.h (prepare_move_operands): Return void
9183 instead of int.
9184 * config/sh/sh.c (prepare_move_operands): Likewise.
9185 * config/sh/sh.md: Remove return value checks of prepare_move_operands.
9186
9187 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
9188
9189 * config/sh/sh-protos.h (fp_int_operand, symbol_ref_operand,
9190 general_movsrc_operand, general_movdst_operand, arith_reg_operand,
9191 fp_arith_reg_operand, arith_operand, arith_reg_or_0_operand,
9192 logical_operand, fpscr_operand, fpul_operand, expand_fp_branch,
9193 commutative_float_operator, noncommutative_float_operator,
9194 sh_handle_pragma): Remove.
9195
9196 2012-04-06 Sandra Loosemore <sandra@codesourcery.com>
9197
9198 * doc/invoke.texi: Clean up Texinfo markup throughout the file.
9199 Use @option markup on command-line options. Use @samp markup on
9200 literal keywords to options. Use @code markup on code fragments.
9201 Use other markup in preference to quotation marks in the text.
9202 Add markup to some passages without any.
9203
9204 2012-04-06 Mike Stump <mikestump@comcast.net>
9205
9206 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Avoid warning.
9207
9208 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
9209
9210 * config/sh/sh.c (hi_const): Remove.
9211 (find_barrier, sh_reorg): Use satisfies_constraint_I16 instead
9212 of hi_const.
9213
9214 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
9215
9216 * config/sh/sh-protos.h (sh_expand_t_scc): Change return type from int
9217 to bool.
9218 * config/sh/sh.c (sh_expand_t_scc): Likewise.
9219 * config/sh/sh.md (cstoresi4, cstoredi4): Remove GET_CODE checks before
9220 calling sh_expand_t_scc.
9221
9222 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
9223
9224 * config/sh/sh-protos.h (fp_zero_operand, fp_one_operand,
9225 nonpic_symbol_mentioned_p, expand_block_move, expand_ashiftrt,
9226 sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext, system_reg_operand,
9227 reg_unused_after, sh_can_redirect_branch, sh_need_epilogue, fldi_ok,
9228 sh_hard_regno_rename_ok, sh_cfun_interrupt_handler_p,
9229 sh_cfun_resbank_handler_p, sh_attr_renesas_p, sh_cfun_attr_renesas_p,
9230 check_use_sfunc_addr, sh_contains_memref_p, sh_loads_bankedreg_p,
9231 sh2a_is_function_vector_call): Use bool as return type.
9232 (sh_pass_in_reg_p): Remove.
9233 * config/sh/sh.c (broken_move, mova_p, noncall_uses_reg, high_pressure,
9234 flow_dependent_p, sh2a_function_vector_p, expand_block_move,
9235 expand_ashiftrt, sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext,
9236 sh_need_epilogue, sh2a_is_function_vector_call, sh_attr_renesas_p,
9237 sh_cfun_attr_renesas_p, sh_cfun_interrupt_handler_p,
9238 sh_cfun_resbank_handler_p, system_reg_operand, fp_zero_operand,
9239 fp_one_operand, fldi_ok, reg_unused_after, sh_can_redirect_branch,
9240 sh_hard_regno_rename_ok, check_use_sfunc_addr, sh_contains_memref_p,
9241 sh_loads_bankedreg_p): Use bool as return type.
9242 (nonpic_symbol_mentioned_p): Use bool as return type. Remove
9243 'register' modifier.
9244
9245 2012-04-06 Matt Turner <mattst88@gmail.com>
9246
9247 * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
9248
9249 2012-04-06 Eric Botcazou <ebotcazou@adacore.com>
9250
9251 * config/ia64/ia64.c (ia64_load_pair_ok): Return 0 if the second member
9252 of the destination isn't also a FP_REGS register.
9253
9254 2012-04-05 Teresa Johnson <tejohnson@google.com>
9255 H.J. Lu <hongjiu.lu@intel.com>
9256
9257 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_LCP_STALL.
9258 * config/i386/i386.md (move immediate to memory peephole2):
9259 Add cases for HImode move when LCP stall avoidance is needed.
9260 * config/i386/i386.c (initial_ix86_tune_features): Initialize
9261 X86_TUNE_LCP_STALL entry.
9262
9263 2012-04-05 Uros Bizjak <ubizjak@gmail.com>
9264
9265 PR target/52882
9266 * config/i386/i386.c (ix86_decompose_address): Allow VOIDmode
9267 CONST_INT operands, zero-extended with AND.
9268
9269 2012-04-05 Oleg Endo <olegendo@gcc.gnu.org>
9270
9271 PR target/50751
9272 * config/sh/sh.c (sh_find_mov_disp_adjust): Take machine_mode as the
9273 first argument instead of mode size. Move displacement calculations
9274 to ...
9275 (mov_insn_size, max_mov_insn_displacement, mov_insn_alignment_mask):
9276 ... these new functions.
9277 (disp_adjust): Remove max_mov_disp field.
9278 (sh_legitimate_index_p): Use max_mov_insn_displacement and
9279 mov_insn_alignment_mask.
9280 (sh_address_cost): Use max_mov_insn_displacement.
9281
9282 2012-04-05 Andrew Stubbs <ams@codesourcery.com>
9283
9284 * config/arm/arm.md (arch): Add neon_onlya8 and neon_nota8.
9285 (arch_enabled): Handle new arch types.
9286 (one_cmpldi2): Add NEON support.
9287
9288 2012-04-05 Richard Guenther <rguenther@suse.de>
9289
9290 * gimple.c (walk_gimple_op): Compute val_only for the LHS
9291 of an assigment in the canonical way, avoiding is_gimple_mem_rhs.
9292 (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt): Move ...
9293 * gimplify.c (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
9294 ... here and make static.
9295 * gimple.h (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
9296 Remove.
9297
9298 2012-04-05 Richard Guenther <rguenther@suse.de>
9299
9300 * tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt
9301 basic-block before removing it.
9302
9303 2012-04-05 Richard Guenther <rguenther@suse.de>
9304
9305 * tree-ssanames.c (release_dead_ssa_names): Compact the SSA
9306 version namespace as we release the freelist.
9307
9308 2012-04-05 Richard Guenther <rguenther@suse.de>
9309
9310 * tree-nrv.c (tree_nrv): Release VDEFs.
9311 * tree-sra.c (sra_modify_constructor_assign): Likewise.
9312 (sra_modify_assign): Likewise.
9313 * tree-vect-stmts.c (vect_remove_stores): Likewise.
9314 * tree-vect-loop.c (vect_transform_loop): Likewise.
9315 * tree-ssa-dom.c (optimize_stmt): Likewise.
9316 * tree-vect-slp.c (vect_schedule_slp): Likewise.
9317 * tree-ssa-math-opts.c (execute_cse_sincos): Likewise.
9318
9319 2012-04-05 Richard Guenther <rguenther@suse.de>
9320
9321 * gimple-iterator.c (gsi_remove): Return whether EH edges need to be
9322 cleanup.
9323 * gimple.h (gsi_remove): Adjust.
9324 * tree-ssa-operands.c (unlink_stmt_vdef): Optimize.
9325 * tree-ssa-dom.c (optimize_stmt): Use gsi_remove result.
9326 * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
9327 * tree-ssa-forwprop.c (remove_prop_source_from_use): Likewise.
9328 * tree-ssa-math-opts.c (execute_optimize_widening_mul): Likewise.
9329 * tree-ssa-pre.c (eliminate): Likewise.
9330
9331 2012-04-04 Mike Stump <mikestump@comcast.net>
9332
9333 * doc/rtl.texi (const_double): Document as sign-extending.
9334 * expmed.c (expand_mult): Ensure we don't use shift incorrectly.
9335 * emit-rtl.c (immed_double_int_const): Refine to state the
9336 value is signed.
9337 * simplify-rtx.c (mode_signbit_p): Add a fixme for wider than
9338 CONST_DOUBLE integers.
9339 (simplify_const_unary_operation, UNSIGNED_FLOAT): Ensure no
9340 negative values are converted. Fix conversions bigger than
9341 HOST_BITS_PER_WIDE_INT.
9342 (simplify_binary_operation_1): Ensure we don't use shift incorrectly.
9343 (simplify_immed_subreg): Sign-extend CONST_DOUBLEs.
9344 * explow.c (plus_constant_mode): Add.
9345 (plus_constant): Implement with plus_constant_mode.
9346 * rtl.h (plus_constant_mode): Add.
9347
9348 2012-04-04 Richard Guenther <rguenther@suse.de>
9349
9350 PR tree-optimization/52808
9351 * tracer.c (tail_duplicate): Do not tail-duplicate loop header blocks.
9352 * Makefile.in (tracer.o): Depend on $(CFGLOOP_H).
9353
9354 2012-04-04 Tristan Gingold <gingold@adacore.com>
9355
9356 * expr.c (expand_expr_real_2): Handle larger sizetype in
9357 POINTER_PLUS_EXPR.
9358
9359 2012-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
9360
9361 * config/sh/t-sh (MULTILIB_MATCHES): Match m2a-single-only
9362 to m2a-single instead of m2e.
9363
9364 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
9365
9366 * expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.
9367 Change type of BITOFFSET to signed. Make sure the lower bound of
9368 the computed range is non-negative by adjusting OFFSET and BITPOS.
9369 (expand_assignment): Adjust call to get_bit_range.
9370
9371 2012-04-03 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
9372
9373 * h8300/h8300.c (h8300_current_function_monitor_function_p):
9374 New function. Added to check monitor functions.
9375 (h8300_option_override): Modified to generate error/warning
9376 messages for invalid combinations of different command line
9377 options.
9378 * h8300/h8300.md: Generate 'rte' for monitor functions. Do not
9379 save EXR on stack for monitor function in case of H8S target
9380 when "-mno-exr" is passed.
9381 * h8300/h8300-protos.h (h8300_current_function_monitor_function_p):
9382 Add prototype.
9383 * doc/invoke.texi: Document H8S options.
9384
9385 2012-04-03 Tristan Gingold <gingold@adacore.com>
9386
9387 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead
9388 of gcc_AC_FUNC_MMAP_BLACKLIST.
9389 * acinclude.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Remove.
9390 * Makefile.in (aclocal_deps): Add mmap.m4.
9391 * configure: Regenerate.
9392 * aclocal.m4: Regenerate.
9393
9394 2012-04-03 Richard Guenther <rguenther@suse.de>
9395
9396 PR tree-optimization/52808
9397 * tracer.c (tail_duplicate): Return whether we have duplicated
9398 any block.
9399 (tracer): If we have duplicated any block, cleanup the CFG.
9400 * cfghooks.c (duplicate_block): If we duplicated a loop
9401 header but not its loop, destroy the loop because it now has
9402 multiple entries.
9403 * tree-ssa-threadupdate.c (thread_through_loop_header): Tell
9404 the cfg manipulation routines we are not creating a multiple
9405 entry loop.
9406
9407 2012-04-03 Tristan Gingold <gingold@adacore.com>
9408
9409 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle
9410 'byte' alignment.
9411 (vms_c_common_override_options): Allow parameterless variadic
9412 functions.
9413
9414 2012-04-03 Jakub Jelinek <jakub@redhat.com>
9415
9416 PR tree-optimization/52835
9417 * tree-data-ref.c (build_rdg): Return NULL if
9418 compute_data_dependences_for_loop failed.
9419
9420 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
9421
9422 * varasm.c (initializer_constant_valid_for_bitfield_p): Return true
9423 for REAL_CST as well.
9424 (output_constructor): Use RECORD_OR_UNION_TYPE_P predicate.
9425 In the bitfield case, if the value is a REAL_CST, convert it first to
9426 an INTEGER_CST.
9427
9428 2012-04-02 H.J. Lu <hongjiu.lu@intel.com>
9429
9430 * config.gcc: Use i386/biarchx32.h instead of i386/biarch64.h
9431 for --with-abi={x32|mx32} or --with-multilib-list=mx32.
9432 (supported_defaults): Add abi for i[34567]86-*-* and x86_64-*-*.
9433
9434 * config/i386/biarchx32.h: New.
9435
9436 2012-04-02 Anatoly Sokolov <aesok@post.ru>
9437
9438 * config/arm/arm.h (PREFERRED_RELOAD_CLASS): Remove.
9439 * config/arm/arm.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
9440 (arm_preferred_reload_class): New function.
9441
9442 2012-04-02 Richard Guenther <rguenther@suse.de>
9443
9444 PR tree-optimization/52756
9445 * tree-ssa-threadupdate.c (def_split_header_continue_p): New function.
9446 (thread_through_loop_header): After threading through the loop latch
9447 remove the split part from the loop and clear further threading
9448 opportunities that would create a multiple entry loop.
9449
9450 2012-04-02 Richard Guenther <rguenther@suse.de>
9451
9452 PR rtl-optimization/52800
9453 * cprop.c (execute_rtl_cprop): Call cleanup_cfg with
9454 CLEANUP_CFG_CHANGED.
9455
9456 2012-04-02 Richard Guenther <rguenther@suse.de>
9457
9458 PR middle-end/52803
9459 * loop-init.c (gate_handle_loop2): Destroy loops here if
9460 we don't enter RTL loop optimizers.
9461
9462 2012-04-02 Uros Bizjak <ubizjak@gmail.com>
9463
9464 Partially revert:
9465 2012-03-29 Richard Guenther <rguenther@suse.de>
9466
9467 * rtl.h (extended_count): Remove.
9468 * combine.c (extended_count): Remove.
9469
9470 2012-04-02 Dodji Seketeli <dodji@redhat.com>
9471
9472 PR c++/40942
9473 * pt.c (more_specialized_fn): Don't apply decay conversion to
9474 types of function parameters.
9475
9476 2012-04-02 Tristan Gingold <gingold@adacore.com>
9477
9478 * ggc-page.c (PAGE_L1_SIZE, PAGE_L2_SIZE, LOOKUP_L1, LOOKUP_L2)
9479 (ggc_allocated_p, lookup_page_table_entry, set_page_table_entry)
9480 (alloc_page, init_ggc, clear_marks, struct ggc_pch_data)
9481 (ggc_pch_this_base): Use uintptr_t instead of size_t.
9482
9483 2012-03-31 H.J. Lu <hongjiu.lu@intel.com>
9484
9485 PR bootstrap/52784
9486 * config/i386/i386.c (ix86_option_override_internal): Don't
9487 check TARGET_64BIT if TARGET_64BIT_DEFAULT is false.
9488
9489 2012-03-31 Eric Botcazou <ebotcazou@adacore.com>
9490
9491 * tree-cfg.c (call_can_make_abnormal_goto): New predicate.
9492 (stmt_can_make_abnormal_goto): Use it.
9493 (is_ctrl_altering_stmt): Likewise.
9494
9495 2012-03-30 Naveen H.S <naveen.S@kpitcummins.com>
9496 Kaz Kojima <kkojima@gcc.gnu.org>
9497
9498 * config/sh/sh.c (push_regs): Skip banked registers when
9499 resbank attribute is specified.
9500 (sh_expand_epilogue): Likewise.
9501
9502 2012-03-30 Richard Henderson <rth@redhat.com>
9503
9504 PR debug/52727
9505 * combine-stack-adj.c (prev_active_insn_bb): New.
9506 (next_active_insn_bb): New.
9507 (force_move_args_size_note): New.
9508 (combine_stack_adjustments_for_block): Use it.
9509
9510 2012-03-30 Richard Henderson <rth@redhat.com>
9511
9512 * config/i386/i386.c (struct expand_vec_perm_d): Add one_operand_p.
9513 (ix86_expand_vector_init_duplicate): Initialize it.
9514 (expand_vec_perm_palignr): Likewise.
9515 (ix86_expand_vec_perm_const): Likewise.
9516 (ix86_vectorize_vec_perm_const_ok): Likewise.
9517 (expand_vec_perm_blend): Use it.
9518 (expand_vec_perm_vpermil): Likewise.
9519 (expand_vec_perm_pshufb): Likewise.
9520 (expand_vec_perm_1): Likewise.
9521 (expand_vec_perm_pshuflw_pshufhw): Likewise.
9522 (expand_vec_perm_interleave2): Likewise.
9523 (expand_vec_perm_vpermq_perm_1): Likewise.
9524 (expand_vec_perm_vperm2f128): Likewise.
9525 (expand_vec_perm_interleave3): Likewise.
9526 (expand_vec_perm_vperm2f128_vblend): Likewise.
9527 (expand_vec_perm_vpshufb2_vpermq): Likewise.
9528 (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise,.
9529 (expand_vec_perm_broadcast): Likewise.
9530 (expand_vec_perm_vpshufb4_vpermq2): Likewise.
9531
9532 2012-03-30 Richard Henderson <rth@redhat.com>
9533
9534 * dwarf2out.c (gen_variable_die): Initialize off.
9535
9536 2012-03-30 Tristan Gingold <gingold@adacore.com>
9537
9538 * config/vms/vms-f.c: New file.
9539 * config/vms/t-vms (vms-f.o): New rule.
9540 * config.gcc (*-*-*vms*): Define fortran_target_objs.
9541
9542 2012-03-30 Richard Guenther <rguenther@suse.de>
9543
9544 PR tree-optimization/52754
9545 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Only
9546 propagate arbitrary addresses into really plain dereferences.
9547
9548 2012-03-30 Richard Guenther <rguenther@suse.de>
9549
9550 PR middle-end/52772
9551 * except.c (emit_to_new_bb_before): Move loop updating ...
9552 (dw2_build_landing_pads): ... here. Use a proper block for
9553 querying the loop father.
9554
9555 2012-03-30 Tristan Gingold <gingold@adacore.com>
9556
9557 * config/ia64/ia64.c (ia64_section_type_flags): Remove
9558 common_object attribute handling.
9559 (SECTION_VMS_OVERLAY): Remove
9560 (ia64_vms_common_object_attribute): Replace abort with an assert.
9561 Do not set DECL_SECTION_NAME.
9562 (ia64_vms_output_aligned_decl_common): Handle common_object
9563 attribute.
9564 (ia64_vms_elf_asm_named_section): Remove.
9565 * config/ia64/vms.h (TARGET_ASM_NAMED_SECTION): Remove.
9566
9567 2012-03-30 Richard Guenther <rguenther@suse.de>
9568
9569 PR middle-end/52786
9570 * double-int.c (rshift_double): Remove not needed cast.
9571
9572 2012-03-30 Richard Guenther <rguenther@suse.de>
9573
9574 * tree-affine.h (print_aff): Remove.
9575 * tree-affine.c (print_aff): Make static.
9576 * tree-data-ref.h (access_matrix_get_index_for_parameter): Remove.
9577 (get_references_in_stmt): Likewise.
9578 (print_direction_vector): Likewise.
9579 (print_dir_vectors): Likewise.
9580 (print_dist_vectors): Likewise.
9581 (dump_subscript): Likewise.
9582 (dump_ddrs): Likewise.
9583 (dump_dist_dir_vectors): Likewise.
9584 (dump_data_references): Likewise.
9585 (dump_data_dependence_relation): Likewise.
9586 (dump_data_dependence_direction): Likewise.
9587 (dump_rdg_vertex): Likewise.
9588 (dump_rdg_component): Likewise.
9589 (debug_ddrs): Declare.
9590 (struct data_ref_loc_d): Move ...
9591 * tree-data-ref.c (struct data_ref_loc_d): ... here.
9592 (get_references_in_stmt): Make static.
9593 (dump_data_references): Likewise.
9594 (dump_subscript): Likewise.
9595 (print_direction_vector): Likewise.
9596 (print_dir_vectors): Likewise.
9597 (print_dist_vectors): Likewise.
9598 (dump_data_dependence_relation): Likewise.
9599 (dump_dist_dir_vectors): Likewise.
9600 (dump_ddrs): Likewise.
9601 (dump_rdg_vertex): Likewise.
9602 (dump_rdg_component): Likewise.
9603 (debug_ddrs): New function.
9604 (access_matrix_get_index_for_parameter): Remove.
9605
9606 2012-03-30 Tristan Gingold <gingold@adacore.com>
9607
9608 * config/vms/vms.c (VMS_CRTL_FLOAT32): Rename.
9609 (VMS_CRTL_FLOAT64, VMS_CRTL_FLOAT64_VAXD): New.
9610 (VMS_CRTL_FLOAT128, VMS_CRTL_DPML, VMS_CRTL_NODMPL)
9611 (VMS_CRTL_32ONLY, VMS_CRTL_G_MASK, VMS_CRTL_G_NONE)
9612 (VMS_CRTL_GA, VMS_CRTL_GL, VMS_CRTL_FLOATV2): New.
9613 (vms_patch_builtins): Handle new flags
9614 * config/vms/vms-crtlmap.map: Completed using nm on
9615 c and math system libraries.
9616 * config/vms/make-crtlmap.awk: Handle any number of flags.
9617
9618 2012-03-30 Martin Jambor <mjambor@suse.cz>
9619
9620 * tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there
9621 is a builtin_stack_save in a dominating BB.
9622
9623 2012-03-29 Uros Bizjak <ubizjak@gmail.com>
9624
9625 * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix results
9626 crossing 128bit lane boundary.
9627
9628 2012-03-29 Vladimir Makarov <vmakarov@redhat.com>
9629
9630 * ira-color.c (setup_left_conflict_sizes_p): Process all
9631 conflicting objects.
9632
9633 2012-03-29 Jakub Jelinek <jakub@redhat.com>
9634
9635 PR tree-optimization/52760
9636 * tree-vect-slp.c (vect_get_constant_vectors): Convert constant_p
9637 shift count for {L,R}{SHIFT,ROTATE}_EXPR to TREE_TYPE (vector_type).
9638
9639 2012-03-29 Richard Guenther <rguenther@suse.de>
9640
9641 * cgraph.h (cgraph_materialize_all_clones): Remove.
9642 (reset_inline_failed): Likewise.
9643 * cgraphunit.c (cgraph_materialize_all_clones): Make static.
9644 * cgraphbuild.c (reset_inline_failed): Remove.
9645 * rtl.h (cse_main): Remove.
9646 (extended_count): Likewise.
9647 * cse.c (dump_class): Mark as DEBUG_FUNCTION.
9648 (cse_main): Make static.
9649 * combine.c (extended_count): Remove.
9650 (dump_combine_stats): Mark as DEBUG_FUNCTION.
9651 * basic-block.h (reorder_basic_blocks): Remove.
9652 * bb-reorder.c (reorder_basic_blocks): Make static.
9653 * Makefile.in (dse.o): Remove dse.h dependency.
9654 * dse.h: Remove.
9655 * dse.c (gate_dse): Remove.
9656 (clear_alias_mode_eq): Likewise.
9657 (clear_alias_mode_hash): Likewise.
9658 (dse_record_singleton_alias_set): Likewise.
9659 (dse_invalidate_singleton_alias_set): Likewise.
9660
9661 2012-03-29 H.J. Lu <hongjiu.lu@intel.com>
9662
9663 * config/linux-android.h (ANDROID_STARTFILE_SPEC): Use
9664 crtbegin_so%O%s for -shared.
9665 (ANDROID_ENDFILE_SPEC): Use crtend_so%O%s for -shared.
9666
9667 2012-03-29 Richard Guenther <rguenther@suse.de>
9668
9669 * tree-flow.h (struct pre_expr_d): Remove forward declaration.
9670 (add_to_value): Remove.
9671 (print_value_expressions): Likewise.
9672 * tree-ssa-pre.c (add_to_value): Make static.
9673 (print_value_expressions): Likewise.
9674 * gimple.h (gimple_adjust_this_by_delta): Remove.
9675 * gimple-fold.c (gimple_adjust_this_by_delta): Likewise.
9676
9677 2012-03-29 Richard Guenther <rguenther@suse.de>
9678
9679 PR middle-end/50708
9680 * double-int.h (rshift_double): Remove.
9681 * double-int.c (lshift_double): Use absu_hwi to make count positive.
9682 (rshift_double): Make static, take unsigned count argument,
9683 remove handling of negative count argument.
9684 (double_int_rshift): Dispatch to lshift_double.
9685
9686 2012-03-28 H.J. Lu <hongjiu.lu@intel.com>
9687
9688 * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Add
9689 OPTION_MASK_ABI_64.
9690
9691 * config/i386/gnu-user64.h (SPEC_64): Support TARGET_BI_ARCH == 2.
9692 (SPEC_X32): Likewise.
9693 (MULTILIB_DEFAULTS): Likewise.
9694
9695 * config/i386/i386.c (isa_opts): Remove -m64.
9696 (ix86_target_string): Properly handle -m32/-m64/-mx32.
9697 (ix86_option_override_internal): Properly
9698 set OPTION_MASK_ISA_64BIT and OPTION_MASK_ISA_X32 as well as
9699 handle -m32, -m64 and -mx32.
9700
9701 * config/i386/i386.h (TARGET_X32): Replace OPTION_ISA_X32
9702 with OPTION_ABI_X32. Moved after TARGET_LP64.
9703 (TARGET_LP64): Changed to OPTION_ABI_64.
9704
9705 * config/i386/i386.opt (m64): Replace ISA_64BIT with ABI_64.
9706 (mx32): Replace ISA_X32 with ABI_X32.
9707
9708 2012-03-28 Eric Botcazou <ebotcazou@adacore.com>
9709
9710 * tree.c (tree_size) <VECTOR_CST>: New case.
9711
9712 2012-03-28 Uros Bizjak <ubizjak@gmail.com>
9713
9714 * config/i386/i386.c (ix86_modes_tieable_p): Handle 32bit AVX modes.
9715 (ix86_expand_vector_move_misalign): Remove un-needed gen_lowpart calls.
9716
9717 2012-03-28 Jakub Jelinek <jakub@redhat.com>
9718
9719 PR middle-end/52691
9720 * tree-ssa-ccp.c (optimize_stdarg_builtin): Optimize
9721 __builtin_va_start to __builtin_next_arg if the latter is
9722 builtin_decl_explicit_p rather than when it is not.
9723
9724 PR middle-end/52750
9725 * tree-vect-generic.c (vector_element): Perform multiplication
9726 for pos in bitsizetype type instead of idx type.
9727
9728 2012-03-28 Richard Guenther <rguenther@suse.de>
9729
9730 * loop-init.c (loop_optimizer_init): If loops are preserved
9731 perform incremental initialization of required loop features.
9732 (loop_optimizer_finalize): If loops are to be preserved only
9733 clean up optional loop features.
9734 (rtl_loop_done): Forcefully free loops here.
9735 * cgraph.c (cgraph_release_function_body): Forcefully free loops.
9736 * cfgexpand.c (expand_gimple_cond): Properly add new basic-blocks
9737 to existing loops.
9738 (construct_init_block): Likewise.
9739 (construct_exit_block): Likewise.
9740 (gimple_expand_cfg): Clear LOOP_CLOSED_SSA loop state. Cleanup
9741 the CFG after expanding.
9742 * cfgloop.c (verify_loop_structure): Calculate or verify dominators.
9743 If we needed to calculate them, free them afterwards.
9744 * tree-pass.h (PROP_loops): New define.
9745 * tree-ssa-loop.c (pass_tree_loop_init): Provide PROP_loops.
9746 * basic-block.h (CLEANUP_CFG_CHANGED): New.
9747 * cfgcleanup.c (merge_blocks_move): Protect loop latches.
9748 (cleanup_cfg): If we did something and have loops around, fix them up.
9749 * cse.c (rest_of_handle_cse_after_global_opts): Call cleanup_cfg
9750 with CLEANUP_CFG_CHANGED.
9751 * cfghooks.c (merge_blocks): If we merge a loop header into
9752 its predecessor, update the loop structure.
9753 (duplicate_block): If we copy a loop latch, adjust loop state
9754 to note we may have multiple latches.
9755 (delete_basic_block): Mark loops for fixup if we remove a loop.
9756 * cfganal.c (forwarder_block_p): Protect loop latches, headers
9757 and preheaders.
9758 * cfgrtl.c (rtl_can_merge_blocks): Protect loop latches.
9759 (cfg_layout_can_merge_blocks_p): Likewise.
9760 * cprop.c (bypass_block): If we create a loop with multiple
9761 entries, mark it for removal.
9762 * except.c (emit_to_new_bb_before): Add the new basic-block
9763 to existing loops.
9764 * tree-eh.c (lower_resx): Likewise.
9765 * omp-low.c (finalize_task_copyfn): Do not copy PROP_loops.
9766 (expand_omp_taskreg): Likewise.
9767 * tree-inline.c (initialize_cfun): Likewise.
9768 * tree-mudflap.c (add_bb_to_loop): Prototype.
9769 (mf_build_check_statement_for): Properly add new basic-blocks
9770 to existing loops.
9771 * tree-ssa-threadupdate.c (thread_block): Mark loops for fixup
9772 if we remove a loop.
9773 (thread_through_loop_header): Likewise.
9774 * trans-mem.c (tm_log_emit_save_or_restores): Properly add
9775 new basic-blocks to existing loops.
9776 (expand_transaction): Likewise.
9777 * Makefile.in (except.o): Add $(CFGLOOP_H).
9778 (expr.o): Likewise.
9779 (cgraph.o): Likewise.
9780 (cprop.o): Likewise.
9781 (cfgexpand.o): Likewise.
9782 (cfganal.o): Likewise.
9783 (trans-mem.o): Likewise.
9784 (tree-eh.o): Likewise.
9785
9786 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
9787
9788 PR target/52692
9789 * config/avr/avr.c (TARGET_BUILTIN_DECL): New define.
9790 (avr_builtin_decl): New static function.
9791 (struct avr_builtin_description, avr_bdesc): Move up.
9792 Add GTY marker. Add field fndecl. Remove redundant field id.
9793 (avr_init_builtins): Initialize avr_bdesc[ID].fndecl.
9794 (avr_expand_builtin): Code cleanup because .id is removed.
9795
9796 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
9797
9798 PR target/52737
9799 * config.gcc (tm_file): Remove avr/multilib.h.
9800
9801 * doc/invoke.texi (AVR Options): Adjust documentation of -mtiny-stack.
9802
9803 * config/avr/genmultilib.awk: Remove code to generate multilib.h.
9804 (BEGIN): Use -msp8 as multilib option instead of -mtiny-stack.
9805 * config/avr/t-avr: Remove generation of multilib.h.
9806 * config/avr/t-multilib: Regenerate.
9807 * config/avr/multilib.h: Remove.
9808 * config/avr/avr.opt (-msp8): New option.
9809 (avr_sp8): New variable.
9810 * config/avr/driver-avr.c (avr_device_to_sp8): New function.
9811 * config/avr/avr.h (AVR_HAVE_SPH): New define.
9812 (AVR_HAVE_8BIT_SP): Also set by avr_sp8 i.e. -msp8.
9813 (avr_device_to_sp8): New prototype.
9814 (EXTRA_SPEC_FUNCTIONS): Add { "device_to_sp8", avr_device_to_sp8 }
9815 (DRIVER_SELF_SPECS): New define.
9816 * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in defines:
9817 __AVR_SP8__, __AVR_HAVE_SPH__.
9818 * config/avr/avr.c (output_movhi): Use AVR_HAVE_SPH instead of
9819 AVR_HAVE_8BIT_SP to decide if SP_H is present.
9820 (avr_file_start): Ditto.
9821
9822 2012-03-28 Jakub Jelinek <jakub@redhat.com>
9823
9824 PR target/52736
9825 * config/i386/sse.md (sse2_loadlpd splitter): Use offset 0
9826 instead of 8 in adjust_address.
9827
9828 2012-03-27 Aurelien Buhrig <aurelien.buhrig.gcc@gmail.com>
9829
9830 PR middle-end/51893
9831 * expmed.c (store_bit_field_1): Fix wordnum value for big-endian
9832 targets.
9833
9834 2012-03-27 Oleg Endo <olegendo@gcc.gnu.org>
9835
9836 PR target/50751
9837 * config/sh/sh.c (sh_legitimize_address, sh_legitimize_reload_address):
9838 Rearrange conditional logic. Move displacement address calculations
9839 to ...
9840 (sh_find_mov_disp_adjust): ... this new function.
9841
9842 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
9843
9844 * config/arm/arm.opt (mapcs): Remove MaskExists.
9845 * config/cris/linux.opt (mno-gotplt): Likewise.
9846 * config/i386/i386.opt (mhard-float): Likewise.
9847 (msse4): Likewise.
9848 (mno-sse4): Likewise.
9849 * config/m68k/m68k.opt (mhard-float): Likewise.
9850 * config/mep/mep.op (mcop32): Likewise.
9851 * config/pa/pa-hpux.opt (msio): Likewise.
9852 * config/pa/pa64-hpux.opt (mgnu-ld): Likewise.
9853 * config/picochip/picochip.opt (mlittle): Likewise.
9854 * config/sh/sh.opt (mrenesas): Likewise.
9855 * config/sparc/long-double-switch.opt (mlong-double-128): Likewise.
9856 * config/sparc/sparc.opt (mhard-float): Likewise.
9857 * config/v850/v850.opt (mv850es): Likewise.
9858 * config/vax/vax.opt (mg-float): Likewise.
9859
9860 2012-03-27 Martin Jambor <mjambor@suse.cz>
9861
9862 PR middle-end/52693
9863 * tree-sra.c (sra_modify_assign): Do not call
9864 load_assign_lhs_subreplacements when working with an unscalarizable
9865 region.
9866
9867 2012-03-27 Uros Bizjak <ubizjak@gmail.com>
9868
9869 PR target/52698
9870 * config/i386/i386-protos.h (ix86_legitimize_reload_address):
9871 New prototype.
9872 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): New define.
9873 * config/i386/i386.c: Include reload.h.
9874 (ix86_legitimize_reload_address): New function.
9875
9876 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
9877
9878 * opth-gen.awk: Allocated a bit for Mask and InverseMask if it
9879 hasn't been allocated. Define a target macro for Mask and
9880 InverseMask if it hasn't been defined. Remove MaskExists handling.
9881
9882 * doc/options.texi: Remove MaskExists.
9883
9884 2012-03-27 Chung-Lin Tang <cltang@codesourcery.com>
9885
9886 PR target/52667
9887 * config/sh/sh.c (find_barrier): Add equality check of last_got
9888 to avoid going above orig insn. Update comments.
9889
9890 2012-03-27 Richard Guenther <rguenther@suse.de>
9891
9892 PR middle-end/52720
9893 * fold-const.c (try_move_mult_to_index): Handle &x.array more
9894 explicitely.
9895
9896 2012-03-27 Eric Botcazou <ebotcazou@adacore.com>
9897
9898 * expmed.c (store_bit_field): Assert that BITREGION_START is a multiple
9899 of a unit before computing the offset in units.
9900 * expr.c (get_bit_range): Return the null range if the enclosing record
9901 is part of a larger bit field.
9902
9903 2012-03-27 Tristan Gingold <gingold@adacore.com>
9904
9905 * config/ia64/vms.h (CASE_VECTOR_MODE): Define.
9906 * config/ia64/ia64.md: Remove mode in template.
9907 Sign extend operand in expand_simple_binop.
9908 * config/ia64/ia64.h (ASM_OUTPUT_ADDR_DIFF_ELT): Use
9909 CASE_VECTOR_MODE instead of TARGET_ILP32.
9910 (ADDR_VEC_ALIGN): Make it depends on CASE_VECTOR_MODE.
9911
9912 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
9913
9914 * varasm.c (assemble_external): #if 0 out the new assert from the
9915 previous commit, it breaks the Java and Go front ends.
9916
9917 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
9918
9919 * toplev.c (check_global_declaration_1): Do not call assemble_external.
9920 * expr.c (emit_block_move_libcall_fn): Likewise.
9921 (clear_storage_libcall_fn): Likewise.
9922 (expand_expr_addr_expr_1): Likewise.
9923 (expand_expr_real_1): Likewise.
9924 * calls.c (rtx_for_function_call): Likewise.
9925
9926 * varasm.c (assemble_external): Assert this function is only called
9927 during or after expanding to RTL.
9928
9929 2012-03-26 Martin Jambor <mjambor@suse.cz>
9930
9931 PR tree-optimization/50052
9932 * tree-sra.c (tree_non_aligned_mem_p): Removed.
9933 (tree_non_aligned_mem_for_access_p): Likewise.
9934 (build_accesses_from_assign): Removed strict alignment requirements
9935 checks.
9936 (access_precludes_ipa_sra_p): Likewise.
9937
9938 2012-03-26 Richard Guenther <rguenther@suse.de>
9939
9940 PR tree-optimization/52701
9941 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Always
9942 compute and set the evolution part of PHI nodes.
9943
9944 2012-03-26 Richard Guenther <rguenther@suse.de>
9945
9946 PR tree-optimization/52721
9947 * tree-vect-stmts.c (vect_init_vector): Handle scalars.
9948
9949 2012-03-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9950
9951 PR tree-optimization/52686
9952 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
9953 WIDEN_LSHIFT_EXPR.
9954
9955 2012-03-26 Tristan Gingold <gingold@adacore.com>
9956
9957 * config/alpha/vms.h (LINK_SPEC): Simplify.
9958 (STARTFILE_SPEC): Remove -mvms-return-codes handling.
9959 (NAME__MAIN, SYMBOL__MAIN): Remove.
9960 (VMS_DEBUG_MAIN_POINTER): Remove.
9961 * config/ia64/vms.h: Likewise.
9962 * config/alpha/alpha.c (alpha_start_function): Move vms_debug_main
9963 code to vms.c. Call vms_start_function.
9964 * config/ia64/ia64.c (ia64_start_function): Likewise.
9965 * config/vms/vms-protos.h (vms_start_function): Declare.
9966 * config/vms/vms.c (vms_start_function): New function.
9967 * config/vms/vms.h (MATH_LIBRARY): Define.
9968 (VMS_DEBUG_MAIN_POINTER): Define.
9969
9970 2012-03-26 Eric Botcazou <ebotcazou@adacore.com>
9971
9972 PR rtl-optimization/52629
9973 * reload1.c (count_pseudo): Short-circuit common case.
9974 (count_spilled_pseudo): Return early for pseudos without hard regs.
9975 Assert that the pseudo has got a hard reg before manipulating it.
9976
9977 2012-03-24 Jan Hubicka <jh@suse.cz>
9978
9979 PR lto/51663
9980 * varpool.c (varpool_finalize_decl): Handle toplevel_reorder here.
9981 (decide_is_variable_needed): Do not handle toplevel reorder here.
9982 * cgraph.h (varpool_can_remove_if_no_refs): Likewise.
9983 * ipa.c (cgraph_remove_unreachable_nodes): Remove unreachable vars
9984 even at -O0.
9985
9986 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
9987
9988 * expr.c (optimize_bitfield_assignment_op) <BIT_IOR_EXPR>: Use str_mode
9989 and str_bitsize instead of more convoluted expressions.
9990
9991 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
9992
9993 PR target/52610
9994 * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=leon.
9995
9996 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
9997
9998 PR target/52656
9999 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Fix pasto.
10000
10001 2012-03-23 Martin Jambor <mjambor@suse.cz>
10002
10003 * tree-sra.c (build_accesses_from_assign): Remove FIXME comment.
10004
10005 2012-03-23 Richard Guenther <rguenther@suse.de>
10006
10007 PR tree-optimization/52678
10008 * tree-vectorizer.h (struct _stmt_vec_info): Add
10009 loop_phi_evolution_part member.
10010 (STMT_VINFO_LOOP_PHI_EVOLUTION_PART): New define.
10011 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Initialize
10012 STMT_VINFO_LOOP_PHI_EVOLUTION_PART.
10013 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
10014 Use the cached evolution part and the PHI nodes value from
10015 the loop preheader edge instead of re-analyzing the evolution.
10016
10017 2012-03-22 Maxim Kuvyrkov <maxim@codesourcery.com>
10018
10019 * config/mips/mips-tables.opt: Update.
10020 * config/mips/mips.md (processor): Add xlp.
10021 * config/mips/mips-cpus.def: Add xlp.
10022 * config/mips/mips.c (mips_rtx_cost_data): Add costs for XLP, copy from
10023 5KF for now.
10024 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle xlp.
10025 * doc/invoke.texi: Mention XLP.
10026
10027 2012-03-22 Jakub Jelinek <jakub@redhat.com>
10028
10029 PR middle-end/52547
10030 * tree-nested.c (convert_tramp_reference_stmt): Call declare_vars
10031 on any new_local_var_chain vars declared during recursing on
10032 GIMPLE_OMP_PARALLEL or GIMPLE_OMP_TASK body.
10033
10034 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
10035
10036 * config/alpha/alpha.h (ASM_OUTPUT_ALIGN): Move to config/alpha/elf.h
10037 (ASM_OUTPUT_SKIP): Move to config/alpha/vms.h
10038 (ASM_OUTPUT_LOCAL): Ditto.
10039 (ASM_OUTPUT_COMMON): Remove.
10040 * config/alpha/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Use ASM_OUTPUT_DEF.
10041 * config/alpha/vms.h (ASM_OUTPUT_ALIGN): Do not undefine before define.
10042
10043 2012-03-22 Jan Hubicka <jh@suse.cz>
10044
10045 PR middle-end/51737
10046 * cgraph.c (cgraph_remove_node_and_inline_clones): Add FORBIDDEN_NODE
10047 parameter.
10048 * cgraph.h (cgraph_remove_node_and_inline_clones): Update prototype.
10049 * ipa-inline-transform.c (save_inline_function_body): Remove
10050 copied clone if needed.
10051 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Update.
10052
10053 2012-03-22 Richard Guenther <rguenther@suse.de>
10054
10055 PR middle-end/52666
10056 * fold-const.c (fold_ternary_loc): Fix typo.
10057
10058 2012-03-22 Georg-Johann Lay <avr@gjlay.de>
10059
10060 PR target/52496
10061 * config/avr/avr.md (unspec): Remove UNSPEC_MEMORY_BARRIER.
10062 (unspecv): Add UNSPECV_MEMORY_BARRIER.
10063 (cli_sei): Use unspec_volatile instead of unspec for memory barrier.
10064 (delay_cycles_1, delay_cycles_2): Ditto.
10065 (delay_cycles_3, delay_cycles_4): Ditto.
10066 (nopv, *nopv): Ditto.
10067 (sleep, *sleep): Ditto.
10068 (wdr, *wdr): Ditto.
10069
10070 2012-03-22 Richard Guenther <rguenther@suse.de>
10071
10072 PR tree-optimization/52548
10073 * tree-ssa-pre.c (valid_in_sets): Remove handling of invalidation
10074 because of clobbers.
10075 (prune_clobbered_mems): New function.
10076 (compute_antic_aux): Use it to prune ANTIC_OUT.
10077 (compute_partial_antic_aux): Use it to prune PA_IN.
10078 (compute_avail): Only insert expressions into EXP_GEN that are not
10079 invalidated when translated up to the beginning of the block.
10080
10081 2012-03-22 Richard Guenther <rguenther@suse.de>
10082
10083 PR tree-optimization/52638
10084 * tree-vect-stmts.c (vect_init_vector_1): New function, split
10085 out from ...
10086 (vect_init_vector): ... here. Handle scalar vector inits.
10087 (vect_get_vec_def_for_operand): Adjust.
10088 (vectorizable_load): Likewise.
10089
10090 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
10091
10092 * config.gcc (alpha*-*-linux*): Add elfos.h to tm_file.
10093 (alpha*-*-freebsd*): Ditto.
10094 (alpha*-*-netbsd*): Ditto.
10095 (alpha*-*-openbsd*): Ditto.
10096 * config/alpha/elf.h (OBJECT_FORMAT_ELF): Remove.
10097 (DWARF2_DEBUGGING_INFO): Remove.
10098 (PREFERRED_DEBUGGING_TYPE): Remove.
10099 (ASM_FINAL_SPEC): Remove.
10100 (IDENT_ASM_OP): Remove.
10101 (ASM_OUTPUT_IDENT): Remove.
10102 (SKIP_ASM_OP): Remove.
10103 (ASM_OUTPUT_SKIP): Remove.
10104 (ALIGN_ASM_OP): Remove.
10105 (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
10106 (ASM_OUTPUT_CASE_LABEL): Remove.
10107 (ASM_OUTPUT_EXTERNAL_LIBCALL): Remove.
10108 (COMMON_ASM_OP): Remove.
10109 (ASM_OUTPUT_ALIGNED_COMMON): Remove.
10110 (ASCII_DATA_ASM_OP): Remove.
10111 (READONLY_DATA_SECTION_ASM_OP): Remove.
10112 (INIT_SECTION_ASM_OP): Remove.
10113 (FINI_SECTION_ASM_OP): Remove.
10114 (ASM_SECTION_START_OP): Remove.
10115 (ASM_OUTPUT_SECTION_START_FILE): Remove.
10116 (TARGET_ASM_NAMED_SECTION): Remove.
10117 (TARGET_ASM_SELECT_SECTION): Remove.
10118 (MAKE_DECL_ONE_ONLY): Remove.
10119 (TYPE_ASM_OP): Remove.
10120 (SIZE_ASM_OP): Remove.
10121 (ASM_WEAKEN_LABEL): Remove.
10122 (TYPE_OPERAND_FMT): Remove.
10123 (ASM_DECLARE_RESULT): Remove.
10124 (ASM_DECLARE_OBJECT_NAME): Remove.
10125 (ASM_FINISH_DECLARE_OBJECT): Remove.
10126 (ELF_ASCII_ESCAPES): Remove.
10127 (ELF_STRING_LIMIT): Remove.
10128 (STRING_ASM_OP): Remove.
10129 (ASM_OUTPUT_EXTERNAL): Remove.
10130 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Redefine to false.
10131 * config/alpha/alpha.h (PCC_BITFIELD_TYPE_MATTERS): Undefine
10132 before define.
10133 (ASM_DECLARE_FUNCTION_NAME): Ditto.
10134 (ASM_DECLARE_FUNCTION_SIZE): Ditto.
10135 (ASM_GENERATE_INTERNAL_LABEL): Ditto.
10136 (ASM_OUTPUT_SKIP): Ditto.
10137 (READONLY_DATA_SECTION_ASM_OP): Remove.
10138 (USER_LABEL_PREFIX): Remove.
10139 (ASM_OUTPUT_ASCII): Remove.
10140 (ASM_OUTPUT_CASE_LABEL): Remove.
10141 (NO_DOLLAR_IN_LABEL): Undefine.
10142
10143 2012-03-22 Richard Guenther <rguenther@suse.de>
10144
10145 PR tree-optimization/52459
10146 * tree-ssa-pre.c (inhibit_phi_insertion): Do not inhibit
10147 PHI insertion for calls.
10148
10149 2012-03-21 Steven Bosscher <steven@gcc.gnu.org>
10150
10151 * cse.c (invalidate_from_sets_and_clobbers, try_back_substitute_reg,
10152 find_sets_in_insn, canonicalize_insn): Split out from ...
10153 (cse_insn): ... here.
10154 (invalidate_from_clobbers): Take an insn instead of the pattern.
10155
10156 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
10157
10158 PR target/52479
10159 * config/sh/sh-protos.h (sh_fsca_df2int): Remove.
10160 * config/sh/sh.c (sh_fsca_df2int_rtx, sh_fsca_df2int): Remove.
10161 * config/sh/sh.md (sindf2, cosdf2): Remove.
10162
10163 2012-03-21 Kaz Kojima <kkojima@gcc.gnu.org>
10164
10165 PR target/52642
10166 * config/sh/sh.c (sh_expand_prologue): Emit blockage at the end of
10167 prologue for unwinder and profiler.
10168
10169 2012-03-21 Andreas Tobler <andreast@fgznet.ch>
10170
10171 * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
10172 Introduce emul_name to select the right linker emulation for
10173 powerpc64-*-freebsd*.
10174 * configure: Regenerate.
10175 * config.gcc: Add bits to support powerpc64-*-freebsd*.
10176 * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
10177 * config/rs6000/freebsd64.h: New file.
10178 * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
10179 POWERPC_FREEBSD.
10180 (rs6000_savres_strategy): Likewise.
10181 (rs6000_savres_routine_name): Likewise.
10182 (rs6000_elf_file_end): Likewise.
10183 * config/rs6000/t-freebsd64: New file.
10184 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
10185 rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.
10186
10187 * config/rs6000/freebsd64.h: Remove duplicated entries from last
10188 commit.
10189 * config/rs6000/t-freebsd64: Likewise.
10190
10191 2012-03-21 Georg-Johann Lay <avr@gjlay.de>
10192
10193 PR rtl-optimization/52543
10194 PR target/52461
10195 * config/avr/avr-protos.h (avr_load_lpm): New prototype.
10196 * config/avr/avr.c (avr_mode_dependent_address_p): New function.
10197 (TARGET_MODE_DEPENDENT_ADDRESS_P): New define.
10198 (avr_load_libgcc_p): Restrict to __flash loads.
10199 (avr_out_lpm): Only handle 1-byte loads from __flash.
10200 (avr_load_lpm): New function.
10201 (avr_find_unused_d_reg): Remove.
10202 (avr_out_lpm_no_lpmx): Remove.
10203 (adjust_insn_length): Handle ADJUST_LEN_LOAD_LPM.
10204 * config/avr/avr.md (unspec): Add UNSPEC_LPM.
10205 (load_<mode>_libgcc): Use UNSPEC_LPM instead of MEM.
10206 (load_<mode>, load_<mode>_clobber): New insns.
10207 (mov<mode>): For multi-byte move from non-generic
10208 16-bit address spaces: Expand to load_<mode> resp.
10209 load_<mode>_clobber.
10210 (load<mode>_libgcc): Remove expander.
10211 (split-lpmx): Remove split.
10212
10213 2012-03-21 Richard Earnshaw <rearnsha@arm.com>
10214
10215 * neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart.
10216 * config/arm/neon.ml (Fixed_return_reg): Renamed to fixed_vector_reg.
10217 All callers changed.
10218 (Fixed_core_reg): New feature.
10219 (Vget_lane [sizes S64 and U64]): Add Fixed_core_reg. Allow fmrrd in
10220 disassembly.
10221 * neon-testgen.ml: Handle Fixed_core_reg.
10222
10223 2012-03-21 Andrew Stubbs <ams@codesourcery.com>
10224
10225 * config/arm/arm.c (thumb2_reorg): Add complete support
10226 for 16-bit instructions.
10227 * config/arm/thumb2.md: Delete obsolete flag-clobbering peepholes.
10228
10229 2012-03-21 Richard Guenther <rguenther@suse.de>
10230
10231 PR tree-optimizer/52636
10232 * tree-vect-slp.c (vect_get_constant_vectors): Convert constants
10233 to the appropriate type.
10234
10235 2012-03-21 Richard Guenther <rguenther@suse.de>
10236
10237 * Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H)
10238 dependencies.
10239 * cfgexpand.c (gimple_expand_cfg): Fold in pass_init_function,
10240 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
10241 * passes.c (init_optimization_passes): Remove pass_init_function,
10242 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
10243 * tree-pass.h (pass_init_function): Remove.
10244 (pass_jump): Remove.
10245 (pass_initial_value_sets): Remove.
10246 (pass_unshare_all_rtl): Remove.
10247 * integrate.c (pass_initial_value_sets): Remove.
10248 * emit-rtl.c (pass_unshare_all_rtl): Remove.
10249 * tree.h (init_function_for_compilation): Remove.
10250 * function.c (init_function_for_compilation): Remove.
10251 (pass_init_function): Remove.
10252 * cfgcleanup.c (rest_of_handle_jump): Remove.
10253 (pass_jump): Remove.
10254
10255 2012-03-20 Jason Merrill <jason@redhat.com>
10256
10257 * tree-streamer-in.c (streamer_alloc_tree): Call
10258 ggc_alloc_zone_cleared_tree_node instead of
10259 ggc_alloc_zone_cleared_tree_node_stat.
10260
10261 2012-03-20 Jonathan Wakely <jwakely.gcc@gmail.com>
10262
10263 * doc/extend.texi (Template Instantiation): Remove anachronisms.
10264
10265 2012-03-20 Jakub Jelinek <jakub@redhat.com>
10266
10267 PR target/52607
10268 * config/i386/i386.c (expand_vec_perm_vperm2f128): New function.
10269 (ix86_expand_vec_perm_const_1): Call it.
10270
10271 * config/i386/i386.c (vselect_insn): New variable.
10272 (init_vselect_insn): New function.
10273 (expand_vselect, expand_vselect_insn): Add testing_p argument.
10274 Call init_vselect_insn if vselect_insn is NULL. Adjust
10275 PATTERN (vselect_insn), instead of creating a new insn each time,
10276 only emit a copy of it if not testing and recog has been successful.
10277 (expand_vec_perm_pshufb, expand_vec_perm_1,
10278 expand_vec_perm_pshuflw_pshufhw, expand_vec_perm_broadcast_1): Adjust
10279 callers.
10280
10281 PR target/52607
10282 * config/i386/i386.md ("isa" attribute): Add avx2 and noavx2.
10283 ("enabled" attribute): Handle avx2 and noavx2 isas.
10284 * config/i386/sse.md (avx2_vec_dupv8sf_1, avx2_pbroadcast<mode>_1):
10285 New insns.
10286 (vec_dup<mode>): Add avx2 =x,x alternative.
10287 (vec_dup<mode> splitter): Don't split if TARGET_AVX2.
10288 (*avx_vperm_broadcast_<mode>): Don't split V4DFmode if TARGET_AVX2.
10289 For TARGET_AVX2, V8SFmode and elt == 0 split into vbroadcastss.
10290 * config/i386/i386.c (expand_vec_perm_pshufb): Emit also vpermps
10291 for V8SFmode.
10292 (expand_vec_perm_1): For broadcasts, use avx2_pbroadcast<mode>_1
10293 if possible, handle also V8SFmode.
10294
10295 2012-03-20 Richard Earnshaw <rearnsha@arm.com>
10296
10297 * arm/predicates.md (zero_operand, reg_or_zero_operand): New predicates.
10298 * arm/neon.md (neon_vceq<mode>, neon_vcge<mode>): Use
10299 reg_or_zero_operand predicate.
10300 (neon_vcle<mode>, neon_vclt<mode>): Use zero_operand predicate.
10301
10302 2012-03-20 Jakub Jelinek <jakub@redhat.com>
10303
10304 * config/i386/i386.c (ix86_decompose_address) <case ZERO_EXTEND>:
10305 If operand isn't UNSPEC, return 0.
10306
10307 2012-03-20 Richard Guenther <rguenther@suse.de>
10308
10309 * tree-pass.h (pass_rtl_eh): Remove.
10310 * except.c (gate_handle_eh): Likewise.
10311 (rest_of_handle_eh): Likewise.
10312 (pass_rtl_eh): Likewise.
10313 (finish_eh_generation): Export.
10314 * except.h (finish_eh_generation): Declare.
10315 * passes.c (init_optimization_passes): Remove pass_rtl_eh.
10316 * cfgexpand.c (gimple_expand_cfg): Call finish_eh_generation
10317 after expanding stack alignment. Instead of compacting blocks
10318 call cleanup_cfg.
10319
10320 2012-03-20 Richard Guenther <rguenther@suse.de>
10321
10322 * stor-layout.c (finish_bitfield_representative): Fallback
10323 to conservative maximum size if the padding up to the next
10324 field cannot be computed as a constant.
10325 (finish_bitfield_layout): If we cannot compute the distance
10326 between the start of the bitfield representative and the
10327 bitfield member start a new representative.
10328 * expr.c (get_bit_range): The distance between the start of
10329 the bitfield representative and the bitfield member is zero
10330 if the field offsets are not constants.
10331
10332 2012-03-20 Tristan Gingold <gingold@adacore.com>
10333
10334 * tree.h (enum size_type_kind): Add stk_ prefix to constants,
10335 convert in lowercase.
10336 (sizetype_tab, sizetype, bitsizetype, ssizetype, sbitsizetype)
10337 (size_int, ssize_int, bitsize_int, sbitsize_int): Adjust.
10338 * stor-layout.c (sizetype_tab): Adjust.
10339 (initialize_sizetypes): Use SIZETYPE instead of SIZE_TYPE.
10340 * tree-streamer.c (preload_common_nodes): Use stk_type_kind_last
10341 instead of type_kind_last.
10342 * tree-scalar-evolution.c (interpret_rhs_expr): Use size_int
10343 instead of size_int_kind.
10344 * doc/tm.texi.in (Type Layout): Document SIZETYPE.
10345 * doc/tm.texi: Regenerate.
10346 * defaults.h (SIZETYPE): Provide a default value.
10347 * config/vms/vms.h (SIZE_TYPE): Define as "unsigned int".
10348 (SIZETYPE): Define.
10349
10350 2012-03-20 Oleg Endo <olegendo@gcc.gnu.org>
10351
10352 * config/sh/sh.md: Use braced string notation where applicable.
10353
10354 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10355
10356 * config/i386/i386.md (allocate_stack): Simplify.
10357
10358 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10359
10360 * builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of
10361 copy_to_mode_reg (Pmode, ...).
10362 (expand_builtin_frame_address): Ditto.
10363 * expr.c (emit_block_move_via_libcall): Ditto.
10364 (set_storage_via_libcall): Ditto.
10365
10366 * config/i386/i386.c (ix86_expand_movmem): Ditto.
10367 (ix86_expand_setmem): Ditto.
10368 (ix86_trampoline_init): DItto.
10369 * config/i386/i386.md (cmpstrnsi): Ditto.
10370
10371 2012-03-19 Sandra Loosemore <sandra@codesourcery.com>
10372
10373 * config/sh/sh.opt (madjust-unroll): Mark as ignored/obsolete.
10374 * config/sh/sh.h (TARGET_OPT_DEFAULT): Don't use MASK_ADJUST_UNROLL.
10375 * doc/invoke.texi (Option Summary): Remove -madjust-unroll.
10376 (SH Options): Likewise.
10377
10378 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10379
10380 * config/i386/i386.c (get_thread_pointer): Add tp_mode argument.
10381 Generate ZERO_EXTEND in place if GET_MODE (tp) != tp_mode.
10382 (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>: Always generate
10383 DImode UNSPEC_GOTNTPOFF references on TARGET_64BIT.
10384 (ix86_decompose_address): Allow zero extended UNSPEC_TP references.
10385
10386 Revert:
10387 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10388
10389 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
10390 * config/i386/i386.c (ix86_decompose_address): Use
10391 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
10392 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
10393 thread pointer to a register.
10394
10395 Revert:
10396 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
10397
10398 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
10399 if Pmode != word_mode.
10400 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
10401 Pmode == SImode for TARGET_X32.
10402
10403 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
10404 (tls_initial_exec_x32): Likewise.
10405
10406 2012-03-19 Oleg Endo <olegendo@gcc.gnu.org>
10407
10408 PR target/50751
10409 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12, DISP_ADDR_P,
10410 DISP_ADDR_OFFSET): New macros.
10411 * config/sh/sh.c (sh_address_cost): Add SH2A special case.
10412 (sh_legitimate_index_p): Allow QImode displacements for non-SH2A.
10413 (sh_legitimize_address): Add QImode displacement handling.
10414 (sh_cannot_change_mode_class): Disallow GENERAL_REGS for SFmode
10415 vector subregs.
10416 (sh_secondary_reload): Add QImode displacement handling.
10417 * config/sh/predicates.md (movsrc_no_disp_mem_operand): New predicate.
10418 * config/sh/constraints.md (K04, Snd, Sdd): New constraints.
10419 * config/sh/sh.md (extendqisi2): Remove constraints from expander.
10420 (*extendqisi2_compact): Rename to *extendqisi2_compact_reg, restrict
10421 to register operands only.
10422 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New insns.
10423 (extendqihi2): Change insn to expander.
10424 (*extendqihi2_compact_reg): New insn.
10425 (movqi_i, movqi): Replace with ...
10426 (movqi, *movqi_reg_reg, *movqi_store_mem_disp12,
10427 *movqi_load_mem_disp, *movqi_load_mem_disp): ... these.
10428 Add new peepholes for QImode displacement addressing.
10429
10430 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
10431
10432 PR c++/14710
10433 * doc/invoke.texi: Document -Wuseless-cast.
10434
10435 2012-03-19 Eric Botcazou <ebotcazou@adacore.com>
10436
10437 * tree.def (REALPART_EXPR, IMAGPART_EXPR, VIEW_CONVERT_EXPR): Move.
10438 * tree.h (handled_component_p): Reorder cases.
10439 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref): Do
10440 not initialize unsignedp.
10441 (loc_list_from_tree): Likewise.
10442 (fortran_common): Likewise.
10443 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
10444
10445 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10446
10447 * config/i386/i386.c (ix86_expand_prologue) <CM_LARGE_PIC>: Use Pmode
10448 mode consistently. Use ix86_gen_add3. Assert that Pmode == DImode.
10449 (ix86_expand_split_stack_prologue): Use ix86_gen_add3.
10450 (ix86_split_long_move): Ditto.
10451 (legitimize_tls_address): Use ix86_gen_sub3.
10452 (construct_plt_address): Assert that Pmode == DImode.
10453
10454 2012-03-18 Uros Bizjak <ubizjak@gmail.com>
10455
10456 * config/i386/i386.md: Remove empty predicates and/or constraints.
10457 * config/i386/sync.md: Ditto.
10458 * config/i386/sse.md: Ditto.
10459 * config/i386/mmx.md: Ditto.
10460 * config/i386/pentium.md: Ditto.
10461 * config/i386/athlon.md: Ditto.
10462
10463 2012-03-16 Richard Guenther <rguenther@suse.de>
10464
10465 PR tree-optimization/52603
10466 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Clarify
10467 comment.
10468
10469 Revert
10470 2012-03-14 Richard Guenther <rguenther@suse.de>
10471
10472 PR tree-optimization/52571
10473 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
10474 flag_section_anchors check ...
10475 (vect_can_force_dr_alignment_p): ... here.
10476
10477 2012-03-16 Martin Jambor <mjambor@suse.cz>
10478
10479 * expr.c (expand_expr_real_1): Handle misaligned scalar reads from
10480 memory through MEM_REFs by calling extract_bit_field.
10481
10482 2012-03-16 Richard Guenther <rguenther@suse.de>
10483
10484 * fold-const.c (native_interpret_expr): Also support POINTER_TYPE
10485 and REFERENCE_TYPE interpretations.
10486 (can_native_interpret_type_p): New function.
10487 (fold_ternary_loc): Use native encode/interpret to fold
10488 BIT_FIELD_REFs of constants.
10489
10490 2012-03-16 Richard Guenther <rguenther@suse.de>
10491
10492 PR middle-end/52584
10493 * fold-const.c (fold_ternary_loc): Fold vector typed BIT_FIELD_REFs
10494 of vector constants and constructors.
10495
10496 2012-03-16 Richard Guenther <rguenther@suse.de>
10497
10498 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
10499 VIEW_CONVERT_EXPR to convert constants.
10500 (vect_is_simple_use): Treat all constants as vec_constant_def.
10501
10502 2012-03-16 Richard Guenther <rguenther@suse.de>
10503 Kai Tietz <ktietz@redhat.com>
10504
10505 PR middle-end/48814
10506 * gimplify.c (gimplify_self_mod_expr): Evaluate postfix
10507 side-effects completely in the pre-queue and use a temporary
10508 for the result.
10509
10510 2012-03-16 Richard Guenther <rguenther@suse.de>
10511
10512 * stor-layout.c (finish_bitfield_representative): Fall back
10513 to the conservative maximum size if we cannot compute the
10514 size of the tail padding.
10515
10516 2012-03-16 Tristan Gingold <gingold@adacore.com>
10517
10518 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
10519 __CRTL_VER and __VMS_VER.
10520 * config/vms/vms-protos.h: Declare vms_c_get_crtl_ver
10521 and vms_c_get_vms_ver.
10522 * config/vms/vms-c.c (vms_c_get_crtl_ver, vms_c_get_vms_ver): New
10523 functions.
10524 * config/alpha/vms.h (VMS_DEFAULT_CRTL_VER)
10525 (VMS_DEFAULT_VMS_VER): Define.
10526 * config/ia64/vms.h (VMS_DEFAULT_CRTL_VER)
10527 (VMS_DEFAULT_VMS_VER): Define.
10528
10529 2012-03-16 Richard Guenther <rguenther@suse.de>
10530
10531 * tree-vect-loop.c (get_initial_def_for_induction): Use
10532 build_constructor directly.
10533 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
10534 build_vector_from_val.
10535 * tree.c (build_vector_from_val): Avoid creating a constructor
10536 first when we want a constant vector.
10537
10538 2012-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10539
10540 * doc/install.texi (Specific, *-*-solaris2*): Improve wording.
10541
10542 2012-03-16 Richard Guenther <rguenther@suse.de>
10543
10544 * tree.h (TREE_VECTOR_CST_ELTS): Remove.
10545 (VECTOR_CST_NELTS, VECTOR_CST_ELTS, VECTOR_CST_ELT): New defines.
10546 (struct tree_vector): Remove elements member, add variable size
10547 elts array member.
10548 (build_vector_stat): Declare.
10549 (build_vector): Define in terms of build_vector_stat.
10550 * tree.c (build_vector): Rename to ...
10551 (build_vector_stat): ... this. Take array of trees as parameter.
10552 (build_vector_from_ctor): Adjust.
10553 (integer_zerop, integer_onep, integer_all_onesp, iterative_hash_expr,
10554 initializer_zerop): Adjust.
10555 * cfgexpand.c (expand_debug_expr): Likewise.
10556 * expr.c (categorize_ctor_elements_1, expand_expr_real_1,
10557 const_vector_from_tree): Likewise.
10558 * fold-const.c (const_binop, operand_equal_p, native_encode_vector,
10559 native_interpret_vector, fold_unary_loc, vec_cst_ctor_to_array,
10560 fold_vec_perm, fold_binary_loc, fold_ternary_loc): Likewise.
10561 * tree-streamer-in.c (streamer_alloc_tree): Handle TS_VECTOR.
10562 (lto_input_ts_vector_tree_pointers): Adjust.
10563 * tree-streamer-out.c (streamer_write_tree_header): Handle TS_VECTOR.
10564 (write_ts_vector_tree_pointers): Adjust.
10565 * varasm.c (const_hash_1, compare_constant, copy_constant,
10566 output_constant): Adjust.
10567 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Adjust.
10568 * print-tree.c (print_node): Adjust.
10569 * tree-pretty-print.c (dump_generic_node): Adjust.
10570 * tree-vect-generic.c (uniform_vector_p, vector_element,
10571 lower_vec_perm): Adjust.
10572 * tree-vect-loop.c (get_initial_def_for_reduction): Adjust.
10573 * tree-vect-slp.c (vect_get_constant_vectors,
10574 vect_transform_slp_perm_load): Adjust.
10575 * tree-vect-stmts.c (vect_gen_perm_mask): Adjust.
10576 * expmed.c (make_tree): Adjust.
10577 * config/i386/i386.c (ix86_expand_builtin): Adjust.
10578 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Adjust interface
10579 and implementation.
10580 (sparc_fold_builtin): Adjust.
10581
10582 2012-03-16 Tristan Gingold <gingold@adacore.com>
10583
10584 * config.gcc (*-*-*vms*): Define use_gcc_stdint and tm_file.
10585 * config/vms/vms-stdint.h: New file.
10586
10587 2012-03-16 Tristan Gingold <gingold@adacore.com>
10588
10589 * config.host (alpha64-dec-*vms*, alpha*-dec-*vms*)
10590 (ia64-hp-*vms*): Replaced by ...
10591 (*-*-*vms*): ... This new entry.
10592
10593 2012-03-15 Jakub Jelinek <jakub@redhat.com>
10594
10595 PR target/52568
10596 * config/i386/i386.c (expand_vec_perm_vperm2f128_vblend): New function.
10597 (ix86_expand_vec_perm_const_1): Use it.
10598
10599 PR target/52568
10600 * config/i386/sse.md (UNSPEC_VPERMDF): Remove.
10601 (avx2_permv4df): Remove.
10602 (avx2_permv4di): Macroize into...
10603 (avx2_perm<mode>): ... this using VI8F_256 iterator.
10604 (avx2_permv4di_1): Macroize into...
10605 (avx2_perm<mode>_1): ... this using VI8F_256 iterator.
10606
10607 2012-03-15 Ulrich Weigand <ulrich.weigand@linaro.org>
10608
10609 * combine.c (apply_distributive_law): Do not distribute SUBREG.
10610
10611 2012-03-15 Ira Rosen <irar@il.ibm.com>
10612 Ulrich Weigand <ulrich.weigand@linaro.org>
10613
10614 * tree-vect-patterns.c (widened_name_p): Rename to ...
10615 (type_conversion_p): ... this. Add new argument to determine
10616 if it's a promotion or demotion operation. Check for
10617 CONVERT_EXPR_CODE_P instead of NOP_EXPR.
10618 (vect_recog_dot_prod_pattern): Call type_conversion_p instead
10619 widened_name_p.
10620 (vect_recog_widen_mult_pattern, vect_recog_widen_sum_pattern,
10621 vect_operation_fits_smaller_type, vect_recog_widen_shift_pattern):
10622 Likewise.
10623 (vect_recog_mixed_size_cond_pattern): Likewise and allow
10624 non-constant then and else clauses.
10625
10626 2012-03-15 Ira Rosen <irar@il.ibm.com>
10627 Ulrich Weigand <ulrich.weigand@linaro.org>
10628
10629 * tree-vectorizer.h (vect_pattern_recog): Add new argument.
10630 * tree-vect-loop.c (vect_analyze_loop_2): Update call to
10631 vect_pattern_recog.
10632 * tree-vect-patterns.c (widened_name_p): Pass basic block
10633 info to vect_is_simple_use.
10634 (vect_recog_dot_prod_pattern): Fail for basic blocks.
10635 (vect_recog_widen_sum_pattern): Likewise.
10636 (vect_handle_widen_op_by_const): Support basic blocks.
10637 (vect_operation_fits_smaller_type,
10638 vect_recog_over_widening_pattern): Likewise.
10639 (vect_recog_vector_vector_shift_pattern): Support basic blocks.
10640 Update call to vect_is_simple_use.
10641 (vect_recog_mixed_size_cond_pattern): Support basic blocks.
10642 Add printing.
10643 (check_bool_pattern): Add an argument, update call to
10644 vect_is_simple_use and the recursive calls.
10645 (vect_recog_bool_pattern): Update relevant function calls.
10646 Add printing.
10647 (vect_mark_pattern_stmts): Update calls to new_stmt_vec_info.
10648 (vect_pattern_recog_1): Check for reduction only in loops.
10649 (vect_pattern_recog): Add new argument. Support basic blocks.
10650 * tree-vect-stmts.c (vectorizable_conversion): Pass basic block
10651 info to vect_is_simple_use_1.
10652 * tree-vect-slp.c (vect_get_and_check_slp_defs): Support basic blocks.
10653 (vect_slp_analyze_bb_1): Call vect_pattern_recog.
10654
10655 2012-03-15 Jakub Jelinek <jakub@redhat.com>
10656 Andrew Pinski <apinski@cavium.com>
10657
10658 PR middle-end/52592
10659 * builtins.c (expand_builtin_int_roundingfn_2): If expanding
10660 BUILT_IN_IR{INT,OUND}* using optab fails, emit lr{int,ound}*
10661 calls instead of __builtin_ir{int,ound}*.
10662
10663 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
10664
10665 * doc/sourcebuild.texi (cleanup-modules, keep-modules): Update
10666 documentation.
10667
10668 2012-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
10669
10670 * config.gcc (target_type_format_char): New. Document it. Set it for
10671 arm*-*-* .
10672 * configure.ac (gnu_unique_option): Use target_type_format_char
10673 in test. Comment rationale.
10674 * configure: Regenerate .
10675
10676 2012-03-15 Jakub Jelinek <jakub@redhat.com>
10677
10678 PR tree-optimization/52267
10679 * tree-vrp.c (masked_increment): New function.
10680 (register_edge_assert_for_2): Derive ASSERT_EXPRs
10681 from (X & CST1) cmp CST2 tests.
10682
10683 2012-03-15 Richard Guenther <rguenther@suse.de>
10684
10685 PR middle-end/52580
10686 * tree-data-ref.c (subscript_dependence_tester_1): Check
10687 all dimensions for non-conflicting access functions.
10688
10689 2012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
10690
10691 PR c++/44783
10692 * doc/invoke.texi [C++ Language Options]: Document
10693 -ftemplate-backtrace-limit.
10694
10695 2012-03-15 Tristan Gingold <gingold@adacore.com>
10696
10697 * c-parser.c (c_parser_parameter_declaration): Handle #pragma
10698 before a parameter.
10699
10700 2012-03-15 Tristan Gingold <gingold@adacore.com>
10701
10702 * dwarf2out.c (gen_subprogram_die): Require dwarf unwinding to
10703 use DW_OP_call_frame_cfa.
10704
10705 2012-03-14 H.J. Lu <hongjiu.lu@intel.com>
10706
10707 PR target/50797
10708 * config/i386/i386-opts.h (pmode): New.
10709
10710 * config/i386/i386.c (ix86_option_override_internal): Properly
10711 check and set ix86_pmode.
10712
10713 * config/i386/i386.h (Pmode): Check ix86_pmode instead of TARGET_64BIT.
10714
10715 * config/i386/i386.opt (maddress-mode=): New.
10716
10717 * doc/invoke.texi: Document -maddress-mode=short|long for x86.
10718
10719 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10720
10721 * dwarf2cfi.c (def_cfa_0): Remove MIPS_DEBUGGING_INFO handling.
10722 (dwarf2out_do_cfi_asm): Likewise.
10723 * dwarf2out.c (output_call_frame_info): Remove MIPS_DEBUGGING_INFO
10724 handling.
10725 (add_data_member_location_attribute): Likewise.
10726 (gen_array_type_die): Likewise.
10727 (gen_subprogram_die): Likewise.
10728 (gen_producer_string): Likewise.
10729 * sdbout.c (sdbout_begin_prologue): Declare unconditionally.
10730 Remove MIPS_DEBUGGING_INFO handling.
10731 (sdb_debug_hooks): Likewise.
10732 (sdbout_begin_block): Likewise.
10733 (sdbout_end_block): Likewise.
10734 (sdbout_begin_prologue): Likewise.
10735 (sdbout_start_source_file): Likewise.
10736 (sdbout_end_source_file): Likewise.
10737 (sdbout_init): Likewise.
10738 * system.h (MIPS_DEBUGGING_INFO): Poison.
10739
10740 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10741
10742 * config/alpha/alpha.c [HAVE_STAMP_H]: Remove.
10743 (alpha_file_start) [MS_STAMP]: Remove.
10744
10745 * config/alpha/elf.h (TARGET_GAS): Remove.
10746 * config/alpha/freebsd.h (TARGET_DEFAULT): Remove.
10747 * config/alpha/linux.h (TARGET_DEFAULT): Remove.
10748 * config/alpha/netbsd.h (TARGET_DEFAULT): Remove.
10749 * config/alpha/vms.h (TARGET_DEFAULT): Remove.
10750 * config.gcc (alpha*-*-linux*): Remove target_cpu_default.
10751 (alpha*-*-freebsd*): Likewise.
10752 (alpha*-*-netbsd*): Likewise.
10753 (alpha*-*-openbsd*): Likewise.
10754 (alpha*-*-*): Remove target_cpu_default2.
10755 * config/alpha/alpha.c (alpha_output_filename): Remove !TARGET_GAS
10756 handling.
10757 * config/alpha/alpha.h (TARGET_AS_CAN_SUBTRACT_LABELS): Remove.
10758 (TARGET_AS_SLASH_BEFORE_SUFFIX): Remove.
10759 * config/alpha/alpha.c (print_operand): Always assume
10760 TARGET_AS_SLASH_BEFORE_SUFFIX.
10761 * config/alpha/alpha.md ("*builtin_setjmp_receiver_er_sl_1"):
10762 Remove TARGET_AS_CAN_SUBTRACT_LABELS.
10763 ("*builtin_setjmp_receiver_er_1"): Remove.
10764 * config/alpha/alpha.opt (malpha-as): Remove.
10765 (mgas): Ignore.
10766 * doc/invoke.texi (Option Summary, DEC Alpha Options): Remove
10767 -malpha-as, -mgas.
10768 Remove DEC Unix reference.
10769
10770 * config/alpha/alpha.h (OBJECT_FORMAT_COFF): Remove.
10771 (EXTENDED_COFF): Remove.
10772 * config/alpha/elf.h (OBJECT_FORMAT_COFF): Don't undef.
10773 (EXTENDED_COFF): Don't undef.
10774 * config/alpha/alpha.c (alpha_file_start): Always assume
10775 OBJECT_FORMAT_ELF.
10776 Don't set targetm.asm_file_start_file_directive.
10777 [!OBJECT_FORMAT_ELF]: Remove.
10778 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
10779
10780 * config/alpha/alpha.h (SDB_DEBUGGING_INFO): Remove.
10781 (DBX_DEBUGGING_INFO): Remove.
10782 (MIPS_DEBUGGING_INFO): Remove.
10783 (PREFERRED_DEBUGGING_TYPE): Remove.
10784 (DBX_OUTPUT_SOURCE_LINE): Remove.
10785 (SDB_OUTPUT_SOURCE_LINE): Remove.
10786 (DBX_CONTIN_LENGTH): Remove.
10787 (NO_DBX_FUNCTION_END): Remove.
10788 (ASM_STABS_OP): Remove.
10789 (ASM_STABN_OP): Remove.
10790 (ASM_STABD_OP): Remove.
10791 (SDB_ALLOW_FORWARD_REFERENCES): Remove.
10792 (SDB_ALLOW_UNKNOWN_REFERENCES): Remove.
10793 (PUT_SDB_DEF): Remove.
10794 (PUT_SDB_PLAIN_DEF): Remove.
10795 (PUT_SDB_TYPE): Remove.
10796 (sdb_label_count): Remove.
10797 (PUT_SDB_BLOCK_START): Remove.
10798 (PUT_SDB_BLOCK_END): Remove.
10799 (PUT_SDB_FUNCTION_START): Remove.
10800 (PUT_SDB_FUNCTION_END): Remove.
10801 (PUT_SDB_EPILOGUE_END): Remove.
10802 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Don't undef.
10803 (MIPS_DEBUGGING_INFO): Don't undef.
10804 (DBX_DEBUGGING_INFO): Don't undef.
10805 * config/alpha/vms.h (SDB_DEBUGGING_INFO): Don't undef.
10806 (MIPS_DEBUGGING_INFO): Don't undef.
10807 (DBX_DEBUGGING_INFO): Don't undef.
10808 * config/alpha/freebsd.h (DBX_CONTIN_CHAR): Remove.
10809 * config/alpha/alpha.c (alpha_option_override): Remove SDB_DEBUG
10810 handling.
10811 (alpha_start_function): Likewise.
10812 (sdb_label_count): Remove.
10813 (alpha_output_filename): Remove DBX_DEBUG handling.
10814 (alpha_file_start): Likewise.
10815
10816 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10817
10818 * config.gcc (enable_obsolete): Remove *-*-solaris2.8*.
10819 (*-*-solaris2.[0-8], *-*-solaris2.[0-8].*): Mark unsupported.
10820 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Remove
10821 Solaris 8 support.
10822 * configure.ac (gcc_cv_ld_hidden): Remove *-*-solaris2.8*.
10823 (ld_tls_support): Remove Solaris 8 references.
10824 (lwp_dir, lwp_spec): Remove support for alternate thread library.
10825 * acinclude.m4 (gcc_cv_initfini_array): Remove *-*-solaris2.* tests.
10826 * configure: Regenerate.
10827 * config.in: Regenerate.
10828
10829 * config/sol2.h (LINK_SPEC): Remove LIB_THREAD_LDFLAGS_SPEC.
10830 * config/i386/sol2.h: Remove Solaris 8 references.
10831
10832 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Rename to ...
10833 (i?86-*-solaris2.9): ... this.
10834 Remove Solaris 8 references.
10835 (Specific, *-*-solaris2*): Document Solaris 8 removal.
10836 Remove Solaris 8 references.
10837
10838 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10839
10840 * config.gcc (enable_obsolete): Remove mips-sgi-irix6.5.
10841 (mips-sgi-irix6.5*): Remove.
10842 * config.host (mips-sgi-irix*): Remove.
10843 * configure.ac (enable_fixed_point): Remove mips*-sgi-irix*.
10844 (set_have_as_tls): Remove *-*-irix6*.
10845 (gcc_cv_ld_static_dynamic): Remove mips-sgi-irix6*.
10846 * configure: Regenerate.
10847
10848 * config/mips/iris6.h: Remove.
10849 * config/mips/iris6.opt: Remove.
10850 * config/mips/t-irix6: Remove.
10851
10852 * config/mips/mips.h (TARGET_GPWORD): Remove IRIX 6 N64 handling.
10853 (TARGET_IRIX6): Remove.
10854 (TARGET_CPU_CPP_BUILTINS): Remove IRIX 6 handling.
10855 Don't define LANGUAGE_C, _LANGUAGE_C for Objective-C.
10856 * config/mips/mips.c (mips_build_builtin_va_list): Remove IRIX 6
10857 handling.
10858 (mips_file_start): Likewise.
10859 * config/mips/mips-protos.h (irix_asm_output_align): Remove.
10860
10861 * config/mips/driver-native.c [__sgi__]: Remove.
10862 (host_detect_local_cpu) [__sgi__]: Remove.
10863
10864 * config/mips/gnu-user.h: Remove iris5.h reference.
10865
10866 * config/mips/mips-modes.def: Remove IRIX 6 reference.
10867 * config/mips/gnu-user64.h (MIPS_TFMODE_FORMAT): Remove.
10868 * config/mips/mips.c (mips_option_override) [MIPS_TFMODE_FORMAT]:
10869 Remove.
10870
10871 * gcc.c (main): Move asm_debug initialization ...
10872 (asm_debug): ... here.
10873
10874 * ginclude/stddef.h (__STDDEF_H__): Don't define.
10875
10876 * defaults.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Remove.
10877 * system.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Poison.
10878 * collect2.c [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
10879 (main) [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
10880 [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES] (is_in_args): Remove.
10881 * doc/tm.texi.in (Driver, LINK_ELIMINATE_DUPLICATE_LDIRECTORIES):
10882 Remove.
10883 * doc/tm.texi: Regenerate.
10884
10885 * doc/invoke.texi (Debugging Options, -gdwarf-<version>): Remove
10886 IRIX 6 reference.
10887 (MIPS Options, -march): Remove IRIX reference.
10888 * doc/install.texi (Binaries, SGI IRIX): Remove.
10889 (Specific, mips-sgi-irix6): Document IRIX 6.5 removal, remove rest
10890 of section.
10891 * doc/trouble.texi (Interoperation): Remove -lgl_s handling.
10892
10893 2012-03-14 Martin Jambor <mjambor@suse.cz>
10894
10895 * expr.c (expand_assignment): Use expand_expr with EXPAND_WRITE
10896 when expanding MEM_REFs, MEM_TARGET_REFs and handled_component bases.
10897 (expand_expr_real_1): Do not handle misalignment if modifier is
10898 EXPAND_WRITE.
10899
10900 2012-03-14 Richard Guenther <rguenther@suse.de>
10901
10902 PR middle-end/52584
10903 * tree-vect-generic.c (type_for_widest_vector_mode): Take
10904 element type instead of mode, use build_vector_type_for_mode
10905 instead of the langhook, build a vector of proper signedness.
10906 (expand_vector_operations_1): Adjust.
10907
10908 2012-03-14 Richard Guenther <rguenther@suse.de>
10909
10910 PR middle-end/52582
10911 * gimple-fold.c (canonicalize_constructor_val): Make sure we have
10912 a cgraph node for a FUNCTION_DECL that comes from a constructor.
10913 (gimple_get_virt_method_for_binfo): Likewise.
10914
10915 2012-03-14 Richard Guenther <rguenther@suse.de>
10916
10917 PR tree-optimization/52571
10918 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
10919 flag_section_anchors check ...
10920 (vect_can_force_dr_alignment_p): ... here. Do not re-align
10921 DECL_COMMON variables.
10922
10923 2012-03-14 Richard Guenther <rguenther@suse.de>
10924
10925 * tree.h (DECL_BIT_FIELD_REPRESENTATIVE): New define.
10926 * stor-layout.c (start_bitfield_representative): New function.
10927 (finish_bitfield_representative): Likewise.
10928 (finish_bitfield_layout): Likewise.
10929 (finish_record_layout): Call finish_bitfield_layout.
10930 * tree.c (free_lang_data_in_decl): Only free DECL_QUALIFIER
10931 for QUAL_UNION_TYPE fields.
10932 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
10933 Stream DECL_BIT_FIELD_REPRESENTATIVE.
10934 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
10935
10936 PR middle-end/52080
10937 PR middle-end/52097
10938 PR middle-end/48124
10939 * expr.c (get_bit_range): Unconditionally extract bitrange
10940 from DECL_BIT_FIELD_REPRESENTATIVE.
10941 (expand_assignment): Adjust call to get_bit_range.
10942
10943 2012-03-14 Richard Guenther <rguenther@suse.de>
10944
10945 PR middle-end/52578
10946 * fold-const.c (fold_unary_loc): Fold (T1)(T2)x to (T1)x if
10947 the outermost conversion is a sign-change only.
10948 (fold_binary_loc): Disregard widening and sign-changing
10949 conversions when we determine if two variables are equal
10950 for reassociation.
10951 * tree-ssa-forwprop.c (combine_conversions): Fold (T1)(T2)x to
10952 (T1)x if the outermost conversion is a sign-change only.
10953
10954 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
10955
10956 Revert:
10957 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
10958
10959 * config/i386/predicates.md (constant_call_address_operand): Declare
10960 as special predicate. Update all uses.
10961
10962 2012-03-13 Jakub Jelinek <jakub@redhat.com>
10963
10964 PR c/52577
10965 * c-parser.c (c_parser_postfix_expression)
10966 <case RID_BUILTIN_SHUFFLE>: Call mark_exp_read on argument values.
10967
10968 * config/i386/smmintrin.h: Avoid /* within a comment.
10969 * config/i386/nmmintrin.h: Likewise.
10970
10971 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10972
10973 * config/i386/i386.md (xbegin): Remove constraint from expander.
10974
10975 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10976
10977 * config/i386/predicates.md (constant_call_address_operand): Declare
10978 as special predicate. Update all uses.
10979 * config/i386/i386.md: Remove mode from constant_call_address_operand
10980 predicates.
10981 * config/i386/i386.c (ix86_output_call_insn): Call
10982 constant_call_address_operand with VOIDmode.
10983
10984 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10985
10986 * config/i386/i386.c (ix86_decompose_address): Handle subregs of
10987 AND zero extended address correctly.
10988
10989 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10990
10991 * config/i386/predicates.md (tls_symbolic_operand): Declare as
10992 special predicate.
10993 (tls_modbase_operand): Ditto.
10994 * config/i386/i386.md: Remove mode from tls_symbolic_operand and
10995 tls_modbase_operand predicates.
10996
10997 2012-03-13 Martin Jambor <mjambor@suse.cz>
10998
10999 * expr.c (expand_assignment): Handle misaligned scalar writes to
11000 memory through top-level MEM_REFs by calling store_bit_field.
11001
11002 2012-03-13 Richard Guenther <rguenther@suse.de>
11003
11004 PR middle-end/52134
11005 * fold-const.c (fold_binary_loc): Fold (X * Y) & -(1 << CST) to X * Y
11006 if Y is a constant multiple of 1 << CST.
11007
11008 2012-03-13 Georg-Johann Lay <avr@gjlay.de>
11009
11010 PR target/52488
11011 * config/avr/avr.c (avr_prologue_setup_frame): Cut down stack
11012 offset (size) to a value the insns can deal with.
11013 (expand_epilogue): Ditto.
11014
11015 2012-03-13 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11016
11017 * config/arm/neon.ml (ops): Fixup expected instructions for
11018 unsigned vector compares.
11019
11020 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
11021
11022 * config/i386/i386.c (ix86_decompose_address): Prevent %fs:(%reg)
11023 addresses only when %reg is not in word mode.
11024
11025 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11026
11027 * config/microblaze/microblaze.md: Fix typo.
11028 * tree-if-conv.c: Likewise.
11029 * tree-vect-patterns.c: Likewise.
11030
11031 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11032
11033 * config.gcc (extra_passes): Remove.
11034 * configure.ac (extra_passes): Don't substitute.
11035 * configure: Regenerate.
11036 * Makefile.in (EXTRA_PASSES): Remove.
11037 (GCC_PASSES): Remove $(EXTRA_PASSES).
11038 (MOSTLYCLEANFILES): Likewise.
11039 (native): Likewise.
11040 (install-common): Likewise.
11041
11042 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
11043
11044 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
11045 * config/i386/i386.c (ix86_decompose_address): Use
11046 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
11047 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
11048 thread pointer to a register.
11049
11050 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
11051
11052 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P
11053 on tls_symbolic_operand.
11054 (tls_global_dynamic_64_<mode>): Likewise.
11055
11056 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
11057
11058 PR other/52545
11059 * output.h (SECTION_EXCLUDE, SECTION_MACH_DEP): Don't use
11060 SECTION_MACH_DEP reserved bits for SECTION_EXCLUDE.
11061
11062 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
11063
11064 PR target/52499
11065 * config/avr/avr.c (avr_mode_code_base_reg_class): Change return
11066 type from reg_class_t to enum reg_class.
11067 * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
11068
11069 2012-03-12 Andrew Pinski <apinski@cavium.com>
11070
11071 * tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.
11072 (tree_ssa_phiopt_worker): Use single_non_singleton_phi_for_edges.
11073 (value_replacement): Likewise.
11074 (empty_block_p): Check also if the PHIs for the block are empty.
11075
11076 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
11077
11078 PR target/52148
11079 * config/avr/avr.c (avr_out_movmem): Fix typo in output template
11080 for the case ADDR_SPACE_FLASH and AVR_HAVE_LPMX introduced in
11081 r184615 from 2012-02-28.
11082
11083 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
11084
11085 * config/i386/i386.c (ix86_gen_tls_global_dynamic_64): New.
11086 (ix86_gen_tls_local_dynamic_base_64): Likewise.
11087 (ix86_option_override_internal): Set ix86_gen_tls_global_dynamic_64
11088 and ix86_gen_tls_local_dynamic_base_64.
11089 (legitimize_tls_address): Use ix86_gen_tls_global_dynamic_64 and
11090 ix86_gen_tls_local_dynamic_base_64.
11091
11092 * config/i386/i386.md (*tls_global_dynamic_64): Renamed to ...
11093 (*tls_global_dynamic_64_<mode>): This.
11094 (tls_global_dynamic_64): Renamed to ...
11095 (tls_global_dynamic_64_<mode>): This.
11096 (*tls_local_dynamic_base_64): Renamed to ...
11097 (*tls_local_dynamic_base_64_<mode>): This.
11098 (tls_local_dynamic_base_64): Renamed to ...
11099 (tls_local_dynamic_base_64_<mode>): This.
11100
11101 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
11102
11103 * config/i386/i386.c (ix86_option_override_internal): Properly
11104 set ix86_gen_leave and ix86_gen_monitor. Check Pmode == DImode,
11105 instead of TARGET_64BIT, to set ix86_gen_add3, ix86_gen_sub3,
11106 ix86_gen_one_cmpl2, ix86_gen_andsp, ix86_gen_allocate_stack_worker,
11107 ix86_gen_adjust_stack_and_probe and ix86_gen_probe_stack_range.
11108
11109 * config/i386/sse.md (sse3_monitor64): Renamed to ...
11110 (sse3_monitor64_<mode>): This.
11111
11112 2012-03-12 Tristan Gingold <gingold@adacore.com>
11113
11114 * config/ia64/ia64.c (ia64_function_arg_1): Move code around.
11115 (ia64_function_arg_advance): Ditto.
11116
11117 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11118
11119 * config.gcc (mips*-*-openbsd*): Remove.
11120 * config/mips/openbsd.h: Remove.
11121 * config/mips/sdb.h: Remove.
11122
11123 * config/mips/mips.h (SDB_OUTPUT_SOURCE_LINE): Remove.
11124 * config/mips/mips.c (sdb_label_count): Remove.
11125 (mips_debugger_offset): Remove #if 0 code.
11126 (mips_output_function_prologue) [SDB_DEBUGGING_INFO]: Remove.
11127 * config/mips/sde.h (SDB_DEBUGGING_INFO): Don't undef.
11128
11129 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11130
11131 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Update
11132 binutils reference.
11133 (Specific, i?86-*-solaris2.10): Remove GCC 4.0 reference.
11134 Update binutils references.
11135 (Specific, *-*-solaris2*): Mention bundled GCC in Solaris 10 and 11.
11136 Update binutils reference.
11137 Update Sun as/GNU ld caveat.
11138 Document binutils largefile requirement for LTO plugin.
11139 Remove reference to alternate libpthread.
11140
11141 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11142
11143 * config.gcc (alpha*-dec-osf5.1*): Remove.
11144 * config.host (alpha*-dec-osf*): Remove.
11145 * configure.ac (*-*-osf*): Remove.
11146 (alpha*-dec-osf*): Remove.
11147 * configure: Regenerate.
11148
11149 * config/alpha/host-osf.c, config/alpha/osf5.h, config/alpha/osf5.opt,
11150 config/alpha/va_list.h, config/alpha/x-osf: Remove.
11151
11152 * config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Remove.
11153 * config/alpha/alpha.c (struct machine_function): Update comment.
11154 (alpha_start_function): Remove Tru64 UNIX as handling for
11155 max_frame_size.
11156 * config/alpha/alpha.md ("exception_receiver"): Remove
11157 TARGET_LD_BUGGY_LDGP.
11158 ("*exception_receiver_2"): Likewise.
11159 * except.c (finish_eh_generation): Remove Tru64 reference.
11160 * ginclude/stdarg.h [_HIDDEN_VA_LIST]: Don't undef _VA_LIST.
11161 * system.h (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Poison.
11162 * target.def (handle_pragma_extern_prefix): Remove.
11163
11164 * Makefile.in (mips-tfile.o-warn): Remove.
11165 (ALL_HOST_BACKEND_OBJS): Remove mips-tfile.o, mips-tdump.o.
11166 (mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): Remove.
11167 * mips-tdump.c, mips-tfile.c: Remove.
11168
11169 * doc/extend.texi (Symbol-Renaming Pragmas): Remove #pragma
11170 extern_prefix.
11171 * doc/install.texi (Binaries): Remove Tru64 UNIX reference.
11172 (Specific, alpha*-dec-osf5.1): Note removal.
11173 * doc/tm.texi.in (Misc, TARGET_HANDLE_PRAGMA_EXTERN_PREFIX):
11174 Remove.
11175 * doc/tm.texi: Regenerate.
11176 * doc/trouble.texi (Cross-Compiler Problems): Remove.
11177
11178 2012-03-12 Richard Guenther <rguenther@suse.de>
11179
11180 * config/arm/arm.c (neon_dereference_pointer): Do not call
11181 covert during RTL expansion.
11182
11183 2012-03-12 Tristan Gingold <gingold@adacore.com>
11184
11185 * doc/invoke.texi (VMS Options): Merge Alpha/VMS and IA-64/VMS
11186 Options. Mention -mpointer-size.
11187
11188 2012-03-12 Richard Guenther <rguenther@suse.de>
11189
11190 * config/alpha/alpha.c (alpha_gimplify_va_arg): Use
11191 build_nonstandard_integer_type.
11192
11193 2012-03-12 Richard Guenther <rguenther@suse.de>
11194
11195 * tree.c (signed_or_unsigned_type_for): Use
11196 build_nonstandard_integer_type.
11197 (signed_type_for): Adjust documentation.
11198 (unsigned_type_for): Likewise.
11199 * tree-pretty-print.c (dump_generic_node): Use standard names
11200 for non-standard integer types if available.
11201
11202 2012-03-12 Tristan Gingold <gingold@adacore.com>
11203
11204 * config/vms/vms.opt: Add vms-opts.h header.
11205 (mmalloc64): Use flag_vms_malloc64 flag instead of MALLOC64
11206 target mask.
11207 (-mvms-return-codes): Document.
11208 (-mpointer-size): New option.
11209 (vms_pointer_size): Add enumeration.
11210 * config/vms/vms-opts.h: New file.
11211 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
11212 __INITIAL_POINTER_SIZE.
11213 (POINTER_SIZE, SIZE_TYPE, PTRDIFF_TYPE): Adjust definition.
11214 (C_COMMON_OVERRIDE_OPTIONS): Define.
11215 (DWARF2_ADDR_SIZE): Define.
11216 * config/vms/vms.c (vms_patch_builtins): Adjust condition.
11217 * config/vms/vms-protos.h (vms_c_common_override_options):
11218 New prototype.
11219 * config/vms/vms-c.c (vms_pragma_pointer_size): Ignore pragma
11220 if -mno-pointer-size.
11221 (vms_c_common_override_options): New function.
11222 * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
11223 * config/alpha/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
11224 (MALLOC_ABI_ALIGNMENT): Use flag_vms_malloc64
11225 and flag_vms_pointer_size.
11226 (MASK_RETURN_ADDR): Set according to flag_vms_pointer_size.
11227 * config.gcc (*-*-*vms*): Define xm_file.
11228 (alpha*-dec-*vms*): Do not define xm_file.
11229 (alpha64-dec-*vms*): Remove.
11230 (ia64-hp-*vms*): Do not define xm_file. Simplify tm_file
11231 and tmake_file.
11232
11233 2012-03-12 Jakub Jelinek <jakub@redhat.com>
11234
11235 PR tree-optimization/51721
11236 * tree-vrp.c (register_edge_assert_for_2): Add asserts for unsvar
11237 if (int) unsvar cmp CST.
11238
11239 2012-03-12 Richard Guenther <rguenther@suse.de>
11240
11241 * tree-sra.c (create_access_replacement): Only rename the replacement
11242 if we can rewrite it into SSA form. Properly mark register typed
11243 replacements that we cannot rewrite with TREE_ADDRESSABLE.
11244 * tree-cfg.c (verify_expr): Fix BIT_FIELD_REF verification
11245 for aggregate or BLKmode results.
11246
11247 2012-03-12 Jakub Jelinek <jakub@redhat.com>
11248
11249 PR tree-optimization/52533
11250 * tree-vrp.c (register_edge_assert_for_2): Use double_int
11251 type for mask, only handle shifts by non-zero in-range
11252 shift count, for LE_EXPR and GT_EXPR if new_val is
11253 maximum, don't add the assertion.
11254
11255 2012-02-12 Kirill Yukhin <kirill.yukhin@intel.com>
11256
11257 * doc/invoke.texi: Document -mrtm option.
11258 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RTM_SET): New.
11259 (OPTION_MASK_ISA_RTM_UNSET): Ditto.
11260 (ix86_handle_option): Handle OPT_mrtm.
11261 * config.gcc (i[34567]86-*-*): Add rtmintrin.h and
11262 xtestintrin.h.
11263 (x86_64-*-*): Ditto.
11264 * i386-builtin-types.def (INT_FTYPE_VOID): New.
11265 * config/i386/i386-c.c (ix86_target_macros_internal): Define
11266 __RTM__ if needed.
11267 (ix86_target_string): Define -mrtm option.
11268 (PTA_RTM): New.
11269 (ix86_option_override_internal): Extend "corei7-avx" with RTM option.
11270 Handle new option.
11271 (ix86_valid_target_attribute_inner_p): Add OPT_mrtm.
11272 (ix86_builtins): Add IX86_BUILTIN_XBEGIN, IX86_BUILTIN_XEND,
11273 IX86_BUILTIN_XTEST.
11274 (bdesc_special_args): Ditto.
11275 (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_XABORT.
11276 (ix86_expand_special_args_builtin): Handle new built-in type.
11277 (ix86_expand_builtin): Handle XABORT instruction.
11278 * config/i386/i386.h (TARGET_RTM): New.
11279 * config/i386/i386.md (UNSPECV_XBEGIN): New.
11280 (UNSPECV_XEND): Ditto.
11281 (UNSPECV_XABORT): Ditto.
11282 (UNSPECV_XTEST): Ditto.
11283 (xbegin): Ditto.
11284 (xbegin_1): Ditto.
11285 (xend): Ditto.
11286 (xabort): Ditto
11287 (xtest): Ditto.
11288 (xtest_1): Ditto.
11289 * config/i386/i386.opt (mrtm): New.
11290 * config/i386/immintrin.h: Include rtmintrin.h and xtestintrin.h.
11291 * config/i386/rtmintrin.h: New header.
11292 * config/i386/xtestintrin.h: Ditto.
11293
11294 2012-03-12 Tristan Gingold <gingold@adacore.com>
11295
11296 * ginclude/stddef.h: Adjust previous patch.
11297 Use __VMS__ instead of VMS.
11298
11299 2012-03-12 Uros Bizjak <ubizjak@gmail.com>
11300
11301 * config/i386/i386.md (setcc + movzbl to xor + setcc peephole2):
11302 Also convert sequences with CC setting arithmetic instruction.
11303
11304 2012-03-11 Sandra Loosemore <sandra@codesourcery.com>
11305
11306 * doc/invoke.texi (Option Summary): Move -no-integrated-cpp
11307 from C Language Options to Preprocessor Options.
11308 (C Dialect Options): Move -no-integrated-cpp documentation
11309 from here...
11310 (Preprocessor Options): ...to here. Rewrite the description
11311 so it makes more sense, and remove discussion of merging front ends.
11312
11313 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
11314
11315 * config/i386/i386.c (ix86_expand_movmem): Use word_mode for size
11316 needed for loop.
11317 (ix86_expand_setmem): Likewise.
11318
11319 2012-03-11 Uros Bizjak <ubizjak@gmail.com>
11320
11321 * config/i386/i386.c (ix86_zero_extend_to_Pmode): Rewrite using
11322 convert_to_mode.
11323
11324 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
11325
11326 * config/i386/i386.c (ix86_trampoline_init): Use movl for 64bit if
11327 ptr_mode == SImode. Replace DImode with Pmode or ptr_mode.
11328
11329 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
11330
11331 * config/i386/i386.c (x86_this_parameter): Replace DImode with Pmode.
11332
11333 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
11334
11335 * config/i386/i386.md (lwp_slwpcb): Check Pmode instead of
11336 TARGET_64BIT.
11337
11338 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
11339 Uros Bizjak <ubizjak@gmail.com>
11340
11341 * config/i386/predicates.md (call_insn_operand): Allow
11342 constant_call_address_operand in Pmode only.
11343 (sibcall_insn_operand): Ditto.
11344 * config/i386/i386.md (*call): Use W mode iterator instead of P mode.
11345 (*call_vzeroupper): Ditto.
11346 (*sibcall): Ditto.
11347 (*sibcall_vzeroupper): Ditto.
11348 (*call_value): Ditto.
11349 (*call_value_vzeroupper): Ditto.
11350 (*sibcall_value): Ditto.
11351 (*sibcall_value_vzeroupper): Ditto.
11352 (*indirect_jump): Ditto.
11353 (*tablejump_1): Ditto.
11354 (indirect_jump): Convert memory address to word mode for TARGET_X32.
11355 (tablejump): Ditto.
11356 * config/i386/i386.c (ix86_expand_call): Convert indirect operands
11357 to word mode.
11358
11359 2012-03-11 Oleg Endo <olegendo@gcc.gnu.org>
11360
11361 PR target/51244
11362 * config/sh/sh.md (movnegt): Expand into respective insns immediately.
11363 Use movrt_negc instead of negc pattern for non-SH2A.
11364 (*movnegt): Remove.
11365 (*movrt_negc, *negnegt, *movtt, *movt_qi): New insns and splits.
11366
11367 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
11368
11369 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
11370 if Pmode != word_mode.
11371 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
11372 Pmode == SImode for TARGET_X32.
11373
11374 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
11375 (tls_initial_exec_x32): Likewise.
11376
11377 2012-03-10 Chung-Lin Tang <cltang@codesourcery.com>
11378
11379 PR rtl-optimization/52528
11380 * combine.c (can_combine_p): Add setting of subst_low_luid
11381 before call to expand_field_assignment().
11382
11383 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
11384
11385 * doc/invoke.texi: Use correct names/markup for "GCC", "GDB", "ld",
11386 and related program names.
11387
11388 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
11389
11390 * doc/invoke.texi: Use correct names for "DWARF", "stabs", and "ELF".
11391
11392 2012-03-09 Uros Bizjak <ubizjak@gmail.com>
11393
11394 PR target/52530
11395 * config/i386/i386.c (ix86_print_operand): Handle 'E' operand modifier.
11396 (ix86_print_operand_address): Handle UNSPEC_LEA_ADDR. Do not fallback
11397 to set code to 'q'.
11398 * config/i386/i386.md (UNSPEC_LEA_ADDR): New unspec.
11399 (*movdi_internal_rex64): Use %E operand modifier for lea.
11400 (*movsi_internal): Ditto.
11401 (*lea_1): Ditto.
11402 (*lea<mode>_2): Ditto.
11403 (*lea_{3,4,5,6}_zext): Ditto.
11404 (*tls_global_dynamic_32_gnu): Ditto.
11405 (*tls_global_dynamic_64): Ditto.
11406 (*tls_dynamic_gnu2_lea_32): Ditto.
11407 (*tls_dynamic_gnu2_lea_64): Ditto.
11408 (pro_epilogue_adjust_stack_<mode>_add): Ditto.
11409
11410 2012-03-09 Michael Meissner <meissner@linux.vnet.ibm.com>
11411
11412 * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not
11413 redefine to be NULL if the current bit-size is different from the
11414 configured bit-size.
11415
11416 * config/rs6000/rs6000.c (rs6000_option_override_internal): If the
11417 cpu is defaulted, use PROCESSOR_DEFAULT and PROCESSOR_DEFAULT64 to
11418 set the default tuning. Add asserts to make sure the cpu and tune
11419 indexes are defined. Fix tests for cpu/tune index to use >= 0 to
11420 test whether the index is set, instead of > 0.
11421 (rs6000_file_start): Do not reset the default cpu if the current
11422 bit-size is different from the configured bit-size.
11423
11424 2012-03-09 Tristan Gingold <gingold@adacore.com>
11425
11426 * config/vms/vms-crtlmap.map: Add comments.
11427 Add entries needed to build Ada RTS.
11428
11429 2012-03-09 Tristan Gingold <gingold@adacore.com>
11430
11431 * ginclude/stddef.h: Do not define __size_t on VMS.
11432
11433 2012-03-09 Tristan Gingold <gingold@adacore.com>
11434
11435 * c-tree.h (c_default_pointer_mode): New variable.
11436 * c-decl.c (c_default_pointer_mode): New variable.
11437 (c_build_pointer_type): New function.
11438 (grokdeclarator): Call c_build_pointer_type instead
11439 of build_pointer_type.
11440
11441 * config/vms/vms-c.c: Include c-tree.h
11442 (saved_pointer_mode): New variable.
11443 (handle_pragma_pointer_size): New function.
11444 (vms_pragma_pointer_size, vms_pragma_required_pointer_size): Likewise.
11445 (vms_c_register_pragma): Register __pointer_size and
11446 __required_pointer_size pragmas.
11447
11448 2012-03-09 Tristan Gingold <gingold@adacore.com>
11449
11450 * config/vms/vms-c.c (vms_construct_include_filename): New function.
11451 (vms_c_register_includes): Reference it.
11452
11453 2012-03-09 Andrew Pinski <apinski@cavium.com>
11454
11455 PR middle-end/51988
11456 * tree-ssa-phiopt.c: Include tree-pretty-print.h for
11457 print_generic_expr.
11458 (tree_ssa_phiopt_worker): Go through all the PHIs for
11459 value_replacement instead of just the singleton one.
11460 (value_replacement): Change return type to int. Return 0 instead of
11461 false.
11462 Allow the middle basic block to contain more than just the defining
11463 statement.
11464 Handle non empty middle basic blocks.
11465 * Makefile.in (tree-ssa-phiopt.o): Add tree-pretty-print.h.
11466
11467 2012-03-09 Jiangning Liu <jiangning.liu@arm.com>
11468
11469 * tree-scalar-evolution (interpret_rhs_expr): generate chrec for
11470 array reference and component reference.
11471 (analyze_scalar_evolution_for_address_of): New.
11472
11473 2012-03-08 Jie Zhang <jzhang918@gmail.com>
11474
11475 PR target/49862
11476 * config/bfin/bfin.c (hwloop_optimize): Fix unused variable warnings.
11477 (hwloop_pattern_reg): Fix set but not used warning.
11478 (bfin_reorg_loops): Remove unused parameter.
11479 (bfin_reorg): Update use of bfin_reorg_loops.
11480
11481 2012-03-08 H.J. Lu <hongjiu.lu@intel.com>
11482
11483 * config/i386/i386.c (setup_incoming_varargs_64): Use word_mode
11484 with integer parameters in registers.
11485 (gen_push): Push register in word_mode instead of Pmode.
11486 (ix86_emit_save_regs): Likewise.
11487 (ix86_emit_save_regs_using_mov): Save integer registers in word_mode.
11488 (gen_pop): Pop register in word_mode instead of Pmode.
11489 (ix86_emit_restore_regs_using_pop): Likewise.
11490 (ix86_expand_prologue): Replace Pmode with word_mode for push
11491 immediate. Use ix86_gen_pro_epilogue_adjust_stack. Save and
11492 restore RAX and R10 in word_mode.
11493 (ix86_emit_restore_regs_using_mov): Restore integer registers
11494 in word_mode.
11495 (ix86_expand_split_stack_prologue): Save R10_REG and restore in
11496 word_mode.
11497 (ix86_split_to_parts): Use word_mode with PUT_MODE for push.
11498 (ix86_split_long_move): Likewise.
11499
11500 * config/i386/i386.md (W): New.
11501 (*push<mode>2_prologue): Replace :P with :W.
11502 (*pop<mode>1): Likewise.
11503 (*pop<mode>1_epilogue): Likewise.
11504 (push/pop peephole2): Use word_mode scratch registers.
11505
11506 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
11507
11508 * config/i386/predicates.md (indirect_branch_operand): Simplify.
11509
11510 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
11511
11512 * config/avr/avr.md (*addhi3, addhi3_clobber): Add "w" alternative
11513 for constants in [-63,63].
11514
11515 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
11516
11517 PR target/52530
11518 Revert:
11519 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
11520
11521 * config/i386/i386.c (ix86_print_operand_address): Only handle
11522 zero-extended DImode addresses.
11523
11524 2012-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11525
11526 * configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
11527 * configure: Regenerate.
11528
11529 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
11530
11531 PR target/52496
11532 * config/avr/avr.c (avr_mem_clobber): New static function.
11533 (avr_expand_delay_cycles): Add memory clobber operand to
11534 delay_cycles_1, delay_cycles_2, delay_cycles_3, delay_cycles_4.
11535 * config/avr/avr.md (unspec): Add UNSPEC_MEMORY_BARRIER.
11536 (enable_interrupt, disable_interrupt): New expander.
11537 (nopv, sleep, wdr): New expanders.
11538 (delay_cycles_1): Add memory clobber.
11539 (delay_cycles_2): Add memory clobber.
11540 (delay_cycles_3): Add memory clobber.
11541 (delay_cycles_4): Add memory clobber.
11542 (cli_sei): New insn from former "enable_interrupt",
11543 "disable_interrupt" with memory clobber.
11544 (*wdt): New insn from former "wdt" with memory clobber.
11545 (*nopv): Similar, but for "nopv".
11546 (*sleep): Similar, but for "sleep".
11547
11548 2012-03-07 Oleg Endo <olegendo@gcc.gnu.org>
11549 Kaz Kojima <kkojima@gcc.gnu.org>
11550
11551 PR target/52503
11552 * config/sh/sh.opt (msoft-atomic): Use Var instead of Mask.
11553 * config/sh/linux.h (TARGET_DEFAULT): Remove MASK_SOFT_ATOMIC.
11554 (SUBTARGET_OVERRIDE_OPTIONS): Define.
11555
11556 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
11557
11558 * config/i386/predicates.md (x86_64_zext_general_operand): New.
11559 * config/i386/i386.md (*zero_extendsidi2_rex64): Change operand 1
11560 predicate to x86_64_zext_general_operand. Accept "Z" constraint.
11561
11562 2012-03-07 Walter Lee <walt@tilera.com>
11563
11564 * config/tilegx/tilegx.c (tilegx_expand_prologue): Don't generate
11565 REG_CFA_* notes for the stack pointer.
11566 (tilegx_expand_epilogue): Restore stack pointer by adjusting it by
11567 EH_RETURN_STACKADJ_RTX.
11568 * config/tilepro/tilepro.c (tilepro_expand_prologue): Don't
11569 generate REG_CFA_* notes for the stack pointer.
11570 (tilepro_expand_epilogue): Restore stack pointer by adjusting it
11571 by EH_RETURN_STACKADJ_RTX.
11572
11573 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11574
11575 * doc/invoke.texi (AVR Built-in Macros): Correct condition for
11576 when __AVR_3_BYTE_PC__ is defined.
11577
11578 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
11579
11580 * config/i386/i386.c (ix86_print_operand_punct_valid_p): Add '^'.
11581 (ix86_print_operand): Handle '^'.
11582 * config/i386/i386.md (*strmovdi_rex_1): Macroize memory operands
11583 using P mode iterator. Add %^ to asm template to conditionally emit
11584 addr32 prefix.
11585 (*rep_movdi_rex64): Ditto.
11586 (*strsetdi_rex_1): Ditto.
11587 (*rep_stosdi_rex64): Ditto.
11588 (*strmov{si,hi,qi}_1): Add %^ to asm template to
11589 conditionally emit addr32 prefix.
11590 (*rep_mov{si,qi}): Ditto.
11591 (*strset{si,hi,qi}): Ditto.
11592 (*rep_stos{si,qi}): Ditto.
11593 (*cmpstrnqi_nz_1): Ditto.
11594 (*cmpstrnqi_1): Ditto.
11595 (*strlenqi_1): Ditto.
11596
11597 2012-03-07 H.J. Lu <hongjiu.lu@intel.com>
11598
11599 * config/i386/i386.c (function_value_64): Return pointers in
11600 word_mode instead of Pmode.
11601 (ix86_promote_function_mode): Likewise.
11602
11603 2012-03-07 Richard Guenther <rguenther@suse.de>
11604
11605 * coverage.c (get_gcov_type): Use type_for_mode.
11606 (get_gcov_unsigned_t): Likewise.
11607 * expr.c (store_constructor): Use type_for_mode.
11608 (try_casesi): Likewise.
11609 * tree-ssa-loop-ivopts.c (add_standard_iv_candidates_for_size): Remove.
11610 (add_standard_iv_candidates): Use standard type trees.
11611 * dojump.c (do_jump): Remove dead code.
11612
11613 2012-03-07 Richard Guenther <rguenther@suse.de>
11614
11615 * c-typeck.c (pointer_diff): Use c_common_type_for_size.
11616
11617 2012-03-07 Richard Guenther <rguenther@suse.de>
11618
11619 * convert.c (strip_float_extensions): Move ...
11620 * tree.c (strip_float_extensions): ... here.
11621
11622 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11623
11624 PR target/52484
11625 * config/avr/avr.md (xload<mode>_A): Add R22... to register footprint.
11626
11627 2012-03-07 Richard Guenther <rguenther@suse.de>
11628
11629 * omp-low.c (extract_omp_for_data): Use signed_type_for.
11630 (expand_omp_for_generic): Likewise.
11631 (expand_omp_for_static_nochunk): Likewise.
11632 (expand_omp_for_static_chunk): Likewise.
11633 * tree-vect-stmts.c (vect_gen_perm_mask): Use type_for_mode.
11634 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
11635 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
11636 Use unsigned_type_for.
11637 (vect_create_cond_for_align_checks): Use signed_type_for.
11638
11639 2012-03-07 Andrey Belevantsev <abel@ispras.ru>
11640
11641 PR rtl-optimization/52203
11642 * sel-sched.c (estimate_insn_cost): New parameter pempty. Adjust
11643 all callers to pass NULL except ...
11644 (reset_sched_cycles_in_current_ebb): ... here, save the value
11645 in new variable 'empty'. Increase issue_rate only for
11646 non-empty insns.
11647
11648 2012-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
11649
11650 PR target/51417
11651 * Makefile.in: Let install-gcc-ar depend on installdirs,
11652 gcc-ar$(exeext), gcc-nm$(exeext), gcc-ranlib$(exeext).
11653 Don't double canonicalize if cross-compiling.
11654
11655 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11656
11657 PR target/52506
11658 * gcc/config/avr/avr.c (expand_epilogue): Fix order of restoration
11659 to: RAMPZ, RAMPY, RAMPX, RAMPD.
11660 (expand_prologue): Only clear RAMPZ if it has effect on RAM-read.
11661
11662 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11663
11664 PR target/52505
11665 * config/avr/avr.c (avr_out_xload): Don't read unintentionally
11666 from RAM.
11667 * config/avr/avr.md (xload_8): Adjust insn length.
11668
11669 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11670
11671 PR target/52461
11672 * gcc/config/avr/avr.c (avr_out_lpm): Clear RAMPZ after usage
11673 if RAMPZ affects reading from RAM.
11674
11675 2012-03-07 Richard Guenther <rguenther@suse.de>
11676
11677 PR pch/52518
11678 PR pch/38987
11679 * doc/invoke.texi (Precompiled Headers): Remove sentence that
11680 suggests you can include PCHs from inside another header.
11681
11682 2012-03-07 Richard Sandiford <rdsandiford@googlemail.com>
11683
11684 PR middle-end/52515
11685 * rtl.h (pc_rtx, cc0_rtx, ret_rtx, simple_return_rtx): Add GTY markers.
11686
11687 2012-03-07 Kai Tietz <ktietz@redhat.com>
11688
11689 * doc/invoke.texi (fwritable-relocated-rdata): Document
11690 new Cygwin/MinGW target option.
11691 * config/i386/winnt.c (i386_pe_unique_section): Ignore
11692 reloc if flag -fwritable-relocated-rdata is not set.
11693 (i386_pe_section_type_flags): Likewise.
11694 * config/i386/cygming.opt (fwritable-relocated-rdata):
11695 Add new flag variable flag_writable_rel_rdata.
11696
11697 2012-03-07 Richard Guenther <rguenther@suse.de>
11698
11699 * tree-ssa-math-opts.c (convert_mult_to_widen): Check actual
11700 precision against gimple constraints.
11701
11702 2012-03-06 Richard Sandiford <rdsandiford@googlemail.com>
11703
11704 PR middle-end/52372
11705 * rtl.h (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): Redefine as
11706 variables.
11707 (GR_PC, GR_CC0, GR_RETURN, GR_SIMPLE_RETURN): Delete.
11708 * emit-rtl.c (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): New
11709 variables.
11710 (init_emit_regs): Move associated initialization to...
11711 (init_emit_once): ...here.
11712
11713 2012-03-06 Richard Henderson <rth@redhat.com>
11714
11715 * config/m68k/m68k.h (ISA_HAS_TAS): New.
11716 * config/m68k/sync.md (atomic_test_and_set): Use it.
11717 (atomic_test_and_set_1): Likewise.
11718
11719 2012-03-06 Michael Meissner <meissner@linux.vnet.ibm.com>
11720
11721 PR target/50310
11722 * config/rs6000/vector.md (vector_uneq<mode>): Add support for
11723 UNEQ, LTGT, ORDERED, and UNORDERED IEEE vector comparisons.
11724 (vector_ltgt<mode>): Likewise.
11725 (vector_ordered<mode>): Likewise.
11726 (vector_unordered<mode>): Likewise.
11727 * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
11728
11729 2012-03-06 Aldy Hernandez <aldyh@redhat.com>
11730
11731 * trans-mem.c: New typedef for tm_region_p.
11732 Define vector types for tm_region_p.
11733 (tm_region_init): Replace region_worklist to a vector called
11734 bb_regions.
11735
11736 2012-03-06 Richard Guenther <rguenther@suse.de>
11737
11738 * fold-const.c (build_fold_addr_expr_with_type_loc): Fold
11739 MEM_REF with constant pointer operand.
11740
11741 2012-03-06 Richard Guenther <rguenther@suse.de>
11742
11743 PR middle-end/52493
11744 * tree-ssa-alias.c (ptr_derefs_may_alias_p): Robustify.
11745
11746 2012-03-06 Tristan Gingold <gingold@adacore.com>
11747
11748 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle octaword.
11749 (external_model_kind): Improve documentation.
11750 (vms_pragma_extern_model): Handle relaxed_redef.
11751 (vms_c_register_pragma): Allow expansion for nomember_alignment.
11752
11753 2012-03-06 Georg-Johann Lay <avr@gjlay.de>
11754
11755 * doc/invoke.texi (AVR Options): -mmcu=: Document the XMEGA cores.
11756 Explain RAMPD, RAMPX, RAMPDY, RAMPZ usage by avr-gcc.
11757 Some more notes on EIND usage and reorder EIND subsection.
11758
11759 2012-03-06 Tristan Gingold <gingold@adacore.com>
11760
11761 * config/vms/vms.c (VMS_CRTL_LDBL): Rename from VMS_CRTL_PRNTF.
11762 * config/vms/vms-crtlmap.map: Rename PRNTF to LDBL.
11763
11764 2012-03-06 Tristan Gingold <gingold@adacore.com>
11765
11766 * config/vms/t-vmsnative (version): Define.
11767 * config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove.
11768
11769 2012-03-06 Andrey Belevantsev <abel@ispras.ru>
11770
11771 PR rtl-optimization/52250
11772 * sel-sched-ir.c (maybe_tidy_empty_bb): Try harder to find a bb
11773 to put note list into. Unconditionally call move_bb_info.
11774 (move_bb_info): Do not assert the blocks being in the same region,
11775 just drop the note list if they are not.
11776
11777 2012-03-06 Oleg Endo <olegendo@gcc.gnu.org>
11778
11779 PR target/51244
11780 * config/sh/sh.c (sh_expand_t_scc): Remove SH2A special case
11781 and use unified expansion logic.
11782 * config/sh/sh.md (xorsi3_movrt): Rename to movrt. Move
11783 closer to the existing movt insn.
11784 (negc): Rename insn to *negc. Add new expander.
11785 (movnegt): Use xor pattern for T bit negation. Reserve helper
11786 constant for negc pattern.
11787 (*movnegt): New insn and splitter.
11788
11789 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
11790
11791 * c-typeck.c (pointer_diff): Check for POINTER_PLUS_EXPR, not
11792 PLUS_EXPR.
11793
11794 2012-03-05 Richard Henderson <rth@redhat.com>
11795
11796 * genemit.c (main): Include "target.h" in insn-emit.c.
11797 * Makefile.in (insn-emit.o): Depend on TARGET_H.
11798 * config/sh/sync.md (atomic_test_and_set): Reference
11799 targetm.atomic_test_and_set_trueval instead of
11800 TARGET_ATOMIC_TEST_AND_SET_TRUEVAL.
11801
11802 2012-03-05 Joern Rennecke <joern.rennecke@embecosm.com>
11803
11804 * config/epiphany/epiphany.c (epiphany_function_value_regno_p):
11805 Make static.
11806
11807 2012-03-05 Steven Bosscher <steven@gcc.gnu.org>
11808
11809 * langhooks.c (add_builtin_type): New function.
11810 * langhooks.h (add_builtin_type): Export it.
11811 * config/mep/mep.c (mep_init_builtins): Use it.
11812 * config/rs6000/rs6000.c (rs6000_init_builtins): Use it.
11813
11814 2012-03-05 Jakub Jelinek <jakub@redhat.com>
11815
11816 PR debug/51902
11817 * tree.h (BLOCK_SAME_RANGE): Define.
11818 * function.c (block_fragments_nreverse): Clear BLOCK_SAME_RANGE
11819 if BLOCK_FRAGMENT_CHAIN is non-NULL, but has it cleared.
11820 Also clear BLOCK_SAME_RANGE if fragment chain's supercontext fragment
11821 isn't equal to supercontext fragment's fragment chain.
11822 Adjust BLOCK_SUPERCONTEXT to point to supercontext fragment's
11823 fragment origin.
11824 (blocks_nreverse_all): Likewise.
11825 (reorder_blocks_1): Compute BLOCK_SAME_RANGE bits. Set
11826 BLOCK_SUPERCONTEXT to supercontext fragment instead of
11827 supercontext fragment's fragment origin.
11828 * dwarf2out.c (add_high_low_attributes): If stmt has the same
11829 range as its parent (or parents thereof etc.), use the parent's
11830 DW_AT_ranges value instead of creating a new .debug_ranges range.
11831
11832 2012-03-05 Richard Henderson <rth@redhat.com>
11833
11834 PR tree-opt/52242
11835 Revert: 2011-11-26 Richard Henderson <rth@redhat.com>
11836 * omp-low.c (expand_omp_atomic): Assume anything aligned to
11837 BIGGEST_ALIGNMENT is aligned.
11838
11839 2012-03-05 Richard Henderson <rth@redhat.com>
11840
11841 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Move...
11842 * config/sh/sh.c: ... here.
11843
11844 2012-03-05 Richard Henderson <rth@redhat.com>
11845
11846 PR target/52481
11847 * config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
11848 instead of calling negqi2 directly.
11849
11850 2012-03-05 Aldy Hernandez <aldyh@redhat.com>
11851
11852 PR middle-end/52463
11853 * trans-mem.c (tm_region_init): Use last_basic_block.
11854
11855 2012-03-05 Oleg Endo <olegendo@gcc.gnu.org>
11856
11857 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New hook.
11858 * config/sh/sync.md (atomic_test_and_set): New expander.
11859 (tasb, atomic_test_and_set_soft): New insns.
11860 * config/sh/sh.opt (menable-tas): New option.
11861 * doc/invoke.texi (SH Options): Document it.
11862
11863 2012-03-05 Richard Guenther <rguenther@suse.de>
11864
11865 * cfgloop.c (verify_loop_structure): Verify dominators before
11866 using them.
11867 * graphite-clast-to-gimple.c (graphite_verify): Do not verify
11868 dominators from here.
11869 * graphite-scop-detection.c (create_sese_edges): Likewise.
11870 * loop-doloop.c (doloop_optimize_loops): Likewise.
11871 * loop-init.c (loop_optimizer_init): Likewise.
11872 * loop-unroll.c (unroll_and_peel_loops): Likewise.
11873 * loop-unswitch.c (unswitch_loops): Likewise.
11874 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
11875 * tree-parloops.c (parallelize_loops): Likewise. Verify
11876 only when checking is enabled.
11877 * tree-loop-distribution.c (tree_loop_distribution): Likewise.
11878
11879 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
11880
11881 * genautomata.c (parse_automata_opt): New static function.
11882 (initiate_automaton_gen): Remove all option handling code. Remove
11883 argc argument. All callers changed.
11884 (main): Call init_rtx_reader_args_cb with the new function as argument.
11885
11886 2012-03-05 Richard Guenther <rguenther@suse.de>
11887
11888 * cfgexpand.c (gimple_expand_cfg): Free dominator info.
11889 * tree-if-conv.c (combine_blocks): Free post-dominator info
11890 after breaking it.
11891 * tree-parloops.c (create_parallel_loop): Free and re-compute
11892 dominator info after breaking it.
11893
11894 2012-03-05 Richard Guenther <rguenther@suse.de>
11895
11896 PR middle-end/52353
11897 * optabs.h (trapv_unoptab_p): New function.
11898 (trapv_binoptab_p): Likewise.
11899 * optabs.c (expand_binop): Use emit_libcall_block_1 with
11900 a proper equiv_may_trap argument.
11901 (expand_unop): Likewise.
11902 (emit_libcall_block_1): Take extra argument whether the
11903 instruction may trap. Renamed from ...
11904 (emit_libcall_block): ... this. New wrapper.
11905
11906 2012-03-05 Jakub Jelinek <jakub@redhat.com>
11907
11908 PR tree-optimization/51721
11909 * tree-vrp.c (register_edge_assert_for_2): If comparing
11910 lhs of right shift by constant with an integer constant,
11911 add ASSERT_EXPRs for the rhs1 of the right shift.
11912
11913 * cfgrtl.c (cfg_layout_merge_blocks): Cleanup.
11914
11915 2012-03-05 Richard Guenther <rguenther@suse.de>
11916
11917 * tree.c (integer_zerop): Handle VECTOR_CSTs.
11918 (integer_onep): Likewise.
11919 (integer_all_onesp): Likewise.
11920
11921 2012-03-05 Georg-Johann Lay <avr@gjlay.de>
11922
11923 * config/avr/avr.md (*umaddqihi4.2): New insn-and-split.
11924
11925 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
11926
11927 * config/i386/i386.c (pro_epilogue_adjust_stack): Check Pmode
11928 instead of TARGET_64BIT.
11929
11930 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
11931
11932 * config/i386/i386.c (ix86_expand_prologue): Check Pmode to set
11933 adjust_stack_insn.
11934
11935 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
11936
11937 * config/i386/i386.c (ix86_print_operand_address): Only handle
11938 zero-extended DImode addresses.
11939
11940 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
11941
11942 * config/i386/i386.c (ix86_print_operand) <case '+'>: Declare
11943 taken and cputaken as bool.
11944
11945 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
11946
11947 * config/i386/constraints.md (Ya): New internal constraint.
11948 * config/i386/i386.md (zero_extendsidi2): Remove expansion.
11949 (*zero_extendsidi2_rex64): Add x,x alternative.
11950 (*zero_extendsidi2): Ditto. Add o,0 alternative.
11951 Remove flags reg clobber. Adjust corresponding splits.
11952 (zero_extend<mode>si2): Macroize expander from zero_extendhisi2 and
11953 zero_extendqisi2 expanders using SWI12 mode iterator.
11954 (zero_extend<mode>si2_and): Macroize insn from
11955 zero_extendhisi2_and and zero_extendqisi2_and. Merge corresponding
11956 splitters.
11957 (*zero_extend<mode>si2): Macroize insn from
11958 *zero_extendhisi2_movzbl and *zero_extendqisi2_movzbl.
11959 (*zero_extend*2_movzbl_and): Remove insn patterns.
11960 (zero_extendqihi2_and): Merge corresponding splitter.
11961 (*zero_extendqihi2): Rename from *zero_extendqihi2_movzbl.
11962 (*zero_extend*2_movzbl_and): Remove insn patterns.
11963 (*anddi_1): Split TYPE_IMOVX instructions.
11964 (*andsi_1): Use Ya for alternative 2. Split TYPE_IMOVX instructions.
11965 (*andhi_1): Ditto.
11966 (and->zext splitter): Add splitter pattern.
11967 (zero extend with andsi3 splitter): Adjust zero_extend pattern.
11968
11969 2012-03-04 Sandra Loosemore <sandra@codesourcery.com>
11970
11971 * doc/invoke.texi (C++ Dialect Options): Minor copy-edits to
11972 x86-specific text.
11973 (Debugging Options): Likewise.
11974 (Optimize Options): Likewise.
11975 (i386 and x86-64 Options): Discuss -march before -mtune, consistently
11976 with other architectures. Use official processor names with correct
11977 spelling/capitalization. Fix formatting and grammar issues.
11978 (i386 and x86-64 Windows Options): Similar cleanup here.
11979
11980 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
11981
11982 * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
11983
11984 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
11985
11986 * config/sh/sh.c (sh_dwarf_register_span): Don't apply
11987 DBX_REGISTER_NUMBER.
11988
11989 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
11990
11991 * config/sh/sh.c (shiftcosts): Return MAX_COST when the first
11992 operand is CONST_INT. Take COSTS_N_INSNS into account.
11993 (sh_rtx_costs): Don't apply COSTS_N_INSNS to the return value
11994 of shiftcosts.
11995
11996 2012-03-02 Richard Henderson <rth@redhat.com>
11997
11998 * optabs.c (expand_atomic_test_and_set): Honor
11999 atomic_test_and_set_trueval even when atomic_test_and_set
12000 optab is not in use.
12001
12002 2012-03-02 Kaz Kojima <kkojima@gcc.gnu.org>
12003
12004 PR target/48596
12005 PR target/48806
12006 * config/sh/sh.c (sh_register_move_cost): Increase cost between
12007 GENERAL_REGS and FP_REGS for SImode.
12008
12009 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
12010
12011 PR target/49486
12012 * config/sh/sh.md (negdi2): Add TARGET_SH1 condition.
12013 (absdi2): New expander.
12014 (*absdi2, *negabsdi2, negdi_cond): New insns and splits.
12015
12016 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
12017
12018 * config/sh/sync.md (atomic_exchange<mode>): New expander.
12019 (atomic_exchange<mode>_soft): New insn.
12020
12021 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
12022
12023 * config/sh/sync.md: Update copyright notice dates.
12024 (atomic_compare_and_swap<mode>): Use SImode for return value instead
12025 of QImode.
12026 (atomic_compare_and_swap<mode>_soft): Likewise.
12027
12028 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
12029
12030 PR target/31640
12031 * config/sh/sh.h (LOOP_ALIGN): Move logic to sh_loop_align.
12032 * config/sh/sh.c: Update copyright notice dates.
12033 (sh_loop_align): Add logic from LOOP_ALIGN. Don't disable loop
12034 alignment for TARGET_HARD_SH4.
12035 (sh_option_override): Reduce default function alignment. Set
12036 loop alignment to 4 bytes when not optimizing for size.
12037
12038 2012-03-02 Maxim Kuvyrkov <maxim@codesourcery.com>
12039
12040 PR middle-end/50335
12041 * doc/invoke.texi (floop-flatten): Remove.
12042 * toplev.c (process_options): Remove references to flag_loop_flatten.
12043 * tree-ssa-loop.c (gate_graphite_transform): Same.
12044 * common.opt (floop-flatten): Obsolete.
12045 * graphite-poly.c (apply_poly_transforms): Remove reference to
12046 flag_loop_flatten.
12047 * Makefile.in (graphite-flattening.o): Remove.
12048 * graphite-flattening.c: Remove.
12049
12050 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
12051
12052 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
12053 having mode compatible with the mode of previous compare. Substitute
12054 compare mode of previous compare with the mode, compatible
12055 with eliminated and previous compare.
12056
12057 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
12058
12059 * config/rs6000/dfp.md (floatdidd2): New define_insn.
12060
12061 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
12062
12063 * config/i386/i386.c (ix86_cc_modes_compatible): Declare CCZmode
12064 compatible with CCGOCmode and CCGCmode.
12065
12066 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
12067
12068 * config/rs6000/vsx.md (vsx_set_<mode>): Reorder operands.
12069
12070 2012-03-02 Ulrich Weigand <ulrich.weigand@linaro.org>
12071
12072 * config/arm/arm.c (arm_sat_operator_match): New function.
12073 * config/arm/arm-protos.h (arm_sat_operator_match): Add prototype.
12074 * config/arm/arm.md ("insn" attribute): Add "sat" value.
12075 ("SAT", "SATrev"): New code iterators.
12076 ("SATlo", "SAThi"): New code iterator attributes.
12077 ("*satsi_<SAT:code>"): New pattern.
12078 ("*satsi_<SAT:code>_shift"): Likewise.
12079 * config/arm/arm-fixed.md ("arm_ssatsihi_shift"): Add "insn"
12080 and "shift" attributes.
12081 ("arm_usatsihi"): Add "insn" attribute.
12082 * config/arm/predicates.md (sat_shift_operator): Allow multiplication
12083 by powers of two. Do not allow shift by 32.
12084
12085 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
12086
12087 PR target/46716
12088 * config/i386/i386.c (construct_container): Use gen_reg_or_parallel
12089 to pass the argument in the register of "natural" mode.
12090
12091 2012-03-02 Richard Guenther <rguenther@suse.de>
12092
12093 PR tree-optimization/52406
12094 * tree-data-ref.h: Update documentation about DR_BASE_OBJECT.
12095 (struct indices): Add unconstrained_base member.
12096 (struct dr_alias): Remove unused vops member.
12097 (DR_UNCONSTRAINED_BASE): New define.
12098 * tree-data-ref.c (dr_analyze_indices): For COMPONENT_REFs
12099 add indices to allow their disambiguation. Make DR_BASE_OBJECT
12100 be an artificial access that covers the whole indexed object,
12101 or mark it with DR_UNCONSTRAINED_BASE if we cannot do so. Canonicalize
12102 plain decl base-objects to their MEM_REF variant.
12103 (dr_may_alias_p): When the base-object of either data reference
12104 has unknown size use only points-to information.
12105 (compute_affine_dependence): Make dumps easier to read and
12106 more verbose.
12107 * tree-vect-data-ref.c (vector_alignment_reachable_p): Use
12108 DR_REF when looking for packed references.
12109 (vect_supportable_dr_alignment): Likewise.
12110
12111 2012-03-02 Greta Yorsh <Greta.Yorsh@arm.com>
12112
12113 * config/arm/arm-ldmstm.ml (write_ldm_commutative_peephole):
12114 Improve conditions for peepholes of loads followed by commutative
12115 operators.
12116 * config/arm/ldmstm.md: Regenerated.
12117
12118 2012-03-02 Richard Guenther <rguenther@suse.de>
12119
12120 * BASE-VER: Set to 4.8.0.
12121
12122 2012-03-01 Richard Earnshaw <rearnsha@arm.com>
12123
12124 * config.gcc (obsolete): Add all ARM targets using the FPA.
12125 (with_fpu): Obsolete selection of the FPA or Maverick on ARM.
12126 * doc/install.texi: Avoid references to obsolete ARM ports.
12127
12128 2012-03-01 Joern Rennecke <joern.rennecke@embecosm.com>
12129
12130 * config/epiphany/epiphany.md (movmisalign<mode>): New patterns.
12131
12132 2012-03-01 Jeremy Bennett <jeremy.bennett@embecosm.com>
12133 Joern Rennecke <joern.rennecke@embecosm.com>
12134
12135 * doc/extend.texi: Expand and update information on interrupt
12136 attribute for Epiphany.
12137
12138 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
12139
12140 * config/sh/sh-protos.h: Update copyright notice dates.
12141 * config/sh/sh.h: Likewise.
12142 * config/sh/sh.md: Likewise.
12143 * config/sh/constraints.md: Likewise.
12144 * config/sh/predicates.md: Likewise.
12145
12146 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
12147
12148 * config/sh/sh-protos.h (tertiary_reload_operand): Remove dead function.
12149 * config/sh/sh.c (tertiary_reload_operand): Likewise.
12150
12151 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
12152
12153 * config/sh/constraints.md: Fix comment typo.
12154
12155 2012-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12156
12157 PR target/52408
12158 * config/pa/pa.md (zvdep_imm32): Change type of variable x from int to
12159 unsigned HOST_WIDE_INT.
12160 (zvdep_imm64): Likewise.
12161 (vdepi_ior): Change type of variable x from int to HOST_WIDE_INT.
12162 (vdepi_and): Likewise.
12163 Likewise for unamed 64-bit patterns.
12164 * config/pa/predicates.md (lhs_lshift_cint_operand): Update comment.
12165
12166 2012-03-01 Alexandre Oliva <aoliva@redhat.com>
12167
12168 PR debug/52001
12169 PR rtl-optimization/52417
12170 * cselib.c (cselib_any_perm_equivs): New variable.
12171 (cselib_reset_table): Check that it's not set when not
12172 preserving constants.
12173 (cselib_add_permanent_equiv): Set it.
12174 (cselib_have_permanent_equivalences): New.
12175 (cselib_init, cselib_finish): Reset it.
12176 * cselib.h (cselib_have_permanent_equivalences): Declare.
12177 * alias.c (get_addr): Restore earlier behavior when there
12178 aren't permanent equivalences.
12179
12180 2012-03-01 Steven Bosscher <steven@gcc.gnu.org>
12181
12182 * config/mn10300/mn10300-modes.def: Fix copyright notice.
12183 * config/v850/v850-modes.def: Fix copyright notice.
12184
12185 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
12186
12187 * doc/extend.texi (AVR Built-in Functions): Document
12188 __builtin_avr_flash_segment.
12189
12190 * config/avr/builtins.def (__builtin_avr_flash_segment): New entry.
12191 * config/avr/avr.md (flash_segment, flash_segment1): New expanders.
12192 (*split.flash_segment): New insn-and-split.
12193 * config/avr/avr.c (avr_init_builtins): Add local variables:
12194 const_memx_void_node, const_memx_ptr_type_node,
12195 char_ftype_const_memx_ptr.
12196
12197 2012-03-01 Jakub Jelinek <jakub@redhat.com>
12198
12199 PR tree-optimization/52445
12200 * tree-ssa-phiopt.c (struct name_to_bb): Remove ssa_name field,
12201 add ssa_name_ver, offset and size fields and change store field
12202 to bool.
12203 (name_to_bb_hash, name_to_bb_eq): Adjust for the above changes.
12204 (add_or_mark_expr): Likewise. Only consider previous stores
12205 with the same size and offset.
12206 (nt_init_block): Only look at gimple_assign_single_p stmts,
12207 doesn't look at rhs2.
12208
12209 2012-03-01 Richard Guenther <rguenther@suse.de>
12210
12211 PR middle-end/52443
12212 * tree-cfg.c (verify_gimple_assign_unary): Allow any
12213 conversions from integral types to pointer types.
12214
12215 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
12216
12217 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Restore built-in
12218 defines for __UINT24_MAX__, __INT24_MAX__, __INT24_MIN__
12219 unintentionally removed in r184616.
12220
12221 2012-03-01 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
12222
12223 * doc/invoke.texi: Document AMD bdver2 and remove mentioning
12224 3DNow from bdver1.
12225
12226 2012-02-29 Jakub Jelinek <jakub@redhat.com>
12227 Uros Bizjak <ubizjak@gmail.com>
12228
12229 PR target/52437
12230 * config/i386/sse.md (vec_set<mode>_0): Swap "*r" and "fF"
12231 alternatives, add "e" constraint to the new last alternative
12232 and ! to last 3 alternatives.
12233
12234 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
12235
12236 * dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and
12237 DW_AT_artificial attributes at the end of the processing.
12238 (gen_array_type_die): Likewise.
12239 (gen_enumeration_type_die): Likewise.
12240 (gen_struct_or_union_type_die): Likewise.
12241 (add_gnat_descriptive_type_attribute): Do not suppress debug info for
12242 the parent type.
12243
12244 2012-02-29 Jakub Jelinek <jakub@redhat.com>
12245
12246 PR middle-end/52419
12247 * expr.c (expand_assignment): If doing misaligned store that doesn't
12248 cover all mode bits, perform a RMW cycle.
12249
12250 PR tree-optimization/52429
12251 * tree-parloops.c (separate_decls_in_region_debug): Return early
12252 if var is LABEL_DECL.
12253
12254 2012-02-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12255
12256 PR tree-optimization/52424
12257 * tree-ssa-dom.c (dom_opt_leave_block): Push a marker before
12258 calling dom_thread_across_edge.
12259
12260 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
12261
12262 * config/avr/avr.c: Move definition of TARGET macros to end of file.
12263
12264 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
12265
12266 * config/avr/avr-protos.h (avr_output_bld): Remove unused prototype.
12267 * config/avr/avr.c (avr_output_bld): Remove unused function.
12268 (avr_out_sbxx_branch): Use "%T" to print bit position.
12269
12270 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
12271
12272 * config/avr/avr.md: Untabify.
12273
12274 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
12275
12276 * config/avr/avr.md (eqne): New code iterator.
12277 (*dec-and-branchsi): Use it in text peephole's condition.
12278 (*dec-and-branchhi): Ditto.
12279 (*dec-and-branchqi): Ditto.
12280
12281 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
12282
12283 PR target/49939
12284 * config/avr/avr.h (ASM_SPEC): Add -mno-skip-bug if we know that
12285 the device does not have the skip-bug.
12286
12287 2012-02-29 Oleg Endo <olegendo@gcc.gnu.org>
12288
12289 * doc/invoke.texi (-msoft-atomic): Add more detailed description.
12290 (-mbranch-cost, -mcbranchdi -mcmpeqdi -mfused-madd
12291 -mpretend-cmove): New.
12292
12293 2012-02-29 Jakub Jelinek <jakub@redhat.com>
12294
12295 PR bootstrap/52397
12296 * df.h (struct df_d): Adjust comment that hard_regs_live_count
12297 doesn't count DEBUG_INSN refs.
12298 * df-scan.c (df_ref_create_structure): Don't set DF_HARD_REG_LIVE
12299 for DEBUG_INSN refs.
12300
12301 2012-02-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12302
12303 Partially revert:
12304
12305 2012-02-20 Richard Guenther <rguenther@suse.de>
12306 PR tree-optimization/52298
12307 * tree-vect-stmts.c (vectorizable_load): Properly use
12308 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing outer loops.
12309
12310 2012-02-28 Aldy Hernandez <aldyh@redhat.com>
12311
12312 PR middle-end/51752
12313 * gimple.h (gimple_in_transaction): New.
12314 (gimple_set_in_transaction): New.
12315 (struct gimple_statement_base): Add in_transaction field.
12316 * tree-ssa-loop-im.c: (movement_possibility): Restrict movement of
12317 transaction loads.
12318 (tree_ssa_lim_initialize): Compute transaction bits.
12319 * tree.h (compute_transaction_bits): Protoize.
12320 * trans-mem.c (tm_region_init): Use the heap to store BB
12321 auxilliary data.
12322 (compute_transaction_bits): New.
12323
12324 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12325
12326 * gcc.c (display_help): Document --help=common and sort entries
12327 alphabetically.
12328
12329 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12330
12331 * doc/install.texi: Document check-$LANG specific shortcuts
12332
12333 2012-02-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
12334
12335 PR target/51534
12336 * config/arm/arm.c (neon_builtin_data): Add entries for vcgeu
12337 and vcgtu.
12338 * config/arm/arm_neon.h: Regenerate.
12339 * config/arm/neon.md (unspec): Add UNSPEC_VCGEU, and UNSPEC_VCGTU.
12340 (neon_vcgeu): New insn.
12341 (neon_vcgtu): Likewise.
12342 * config/arm/neon.ml (s_8_32, u_8_32): New lists.
12343 (ops): Unsigned comparison intrinsics call a different builtin.
12344
12345 2012-02-28 Richard Guenther <rguenther@suse.de>
12346
12347 PR target/52407
12348 * config/i386/i386.c (ix86_expand_vector_set): Fix element
12349 ordering for the VEC_CONCAT for two element vectors for
12350 V2SFmode, V2SImode and V2DImode.
12351
12352 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
12353
12354 PR target/49448
12355 * config.gcc (arm*-*-linux*): Use an unambiguous pattern for
12356 detecting big-endian triplets.
12357
12358 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
12359
12360 * arm.c (aapcs_vfp_is_call_or_return_candidate): Only use the machine
12361 mode if there is no type information available.
12362
12363 2012-02-28 Thomas Koenig <tkoenig@gcc.gnu.org>
12364
12365 PR tree-optimization/53207
12366 * doc/invoke.texi: Document as experimental and relying on graphite.
12367
12368 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12369
12370 * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
12371 of initializer to changes from r184614.
12372
12373 2012-02-28 Richard Guenther <rguenther@suse.de>
12374
12375 PR tree-optimization/52395
12376 * tree-sra.c (build_ref_for_offset): Also look at the base
12377 TYPE_ALIGN when figuring out the alignment of the replacement.
12378
12379 2012-02-28 Richard Guenther <rguenther@suse.de>
12380
12381 PR tree-optimization/52402
12382 * ipa-prop.c (ipa_modify_call_arguments): Properly use
12383 mis-aligned types when creating the accesses at the call site.
12384
12385 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12386
12387 * config/avr/builtins.def: New file.
12388 * config/avr/t-avr (avr.o, avr-c.o): Depend on it.
12389 * config/avr/avr.c (enum avr_builtin_id): Use it.
12390 (avr_init_builtins): Use it. And use avr_bdesc.
12391 (bdesc_1arg): Remove.
12392 (bdesc_2arg): Remove.
12393 (bdesc_3arg): Remove.
12394 (struct avr_builtin_description): Add field n_args.
12395 (avr_bdesc): New static variable using builtins.def.
12396 (avr_expand_builtin): Use it.
12397 Don't call avr_expand_delay_cycles if op0 is not CONST_INT.
12398 (avr_fold_builtin): Fold AVR_BUILTIN_SWAP.
12399 Don't fold AVR_BUILTIN_INSERT_BITS if arg0 is not INTEGER_CST.
12400
12401 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12402
12403 PR target/52148
12404 * config/avr/avr.md (movmem_<mode>): Replace match_operand that
12405 match only one single hard register with respective hard reg rtx.
12406 (movmemx_<mode>): Ditto.
12407 * config/avr/avr.c (avr_emit_movmemhi): Adapt expanding to new
12408 insn anatomy of movmem[x]_<mode>.
12409 (avr_out_movmem): Same for printing assembler and operand usage.
12410
12411 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12412
12413 PR target/49868
12414 PR target/52261
12415 * doc/extend.texi (AVR Named Address Spaces): No more try to fix
12416 address spaces located outside of device flash.
12417
12418 * config/avr/avr.h (base_arch_s): Remove field n_segments.
12419 (mcu_type_s): Add field n_flash.
12420 * config/avr/avr-devices.c (avr_arch_types): Remove .n_segments.
12421 Set .have_elpm and .have_elpmx to 1 for avrxmega4 and avrxmega5.
12422 (AVR_MCU): Add N_FLASH argument.
12423 * config/avr/avr-mcus.def (AVR_MCU): Add initializer for .n_flash.
12424 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Only define built-in
12425 macro __FLASH<n> if that address space makes sense for the device.
12426 * config/avr/avr.c (avr_out_lpm): Don't try to fix address spaces
12427 outside of target flash.
12428 (avr_asm_named_section): Ditto.
12429 (avr_asm_select_section): Ditto.
12430 (avr_addr_space_convert): Ditto.
12431 (avr_emit_movmemhi): Ditto.
12432 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Error if
12433 address space is outside of device flash.
12434 (avr_insert_attributes): Ditto.
12435 (avr_xload_libgcc_p): Use avr_current_device->n_flash instead of
12436 avr_current_arch->n_segments.
12437
12438 2012-02-27 H.J. Lu <hongjiu.lu@intel.com>
12439
12440 PR target/52352
12441 * config/i386/i386.md (*movabs<mode>_1): Enable only for TARGET_LP64.
12442 (*movabs<mode>_2): Likewise.
12443
12444 2012-02-27 Jakub Jelinek <jakub@redhat.com>
12445
12446 PR target/52375
12447 * config/arm/neon.md (vashr<mode>3, vlshr<mode>3): Use
12448 s_register_operand in the test instead of REG_P. Don't call
12449 gen_reg_rtx if it won't be used.
12450
12451 PR tree-optimization/52376
12452 * ipa-split.c (split_function): Ignore CLOBBER stmts.
12453
12454 2012-02-27 Stuart Henderson <shenders@gcc.gnu.org>
12455
12456 * ifcvt.c (noce_get_condition): Check condition variable is not
12457 small_register_classes_for_mode_p before accepting.
12458
12459 2012-02-27 Uros Bizjak <ubizjak@gmail.com>
12460
12461 * config/i386/i386.md (*movabs<mode>_1): Fix operand 1 constraints.
12462
12463 2012-02-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
12464
12465 Revert:
12466 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
12467 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
12468 tuning parameters.
12469 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
12470
12471 2012-02-27 Oleg Endo <olegendo@gcc.gnu.org>
12472
12473 * config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
12474
12475 2012-02-26 Oleg Endo <olegendo@gcc.gnu.org>
12476
12477 * config/sh/predicates.md: Remove blank lines.
12478 * config/sh/sh.c: Fix typos in comments.
12479 * config/sh/constraints.md: Likewise.
12480 * config/sh/sh.md: Remove blank lines.
12481 Fix typos in comments. Use ;; as comment characters.
12482
12483 2012-02-26 Walter Lee <walt@tilera.com>
12484
12485 * config/tilegx/tilegx.c (match_pcrel_step2): Fix instruction pattern.
12486 (replace_mov_pcrel_step2): Ditto.
12487
12488 2012-02-25 Alexandre Oliva <aoliva@redhat.com>
12489
12490 PR debug/52001
12491 * alias.c (refs_newer_value_cb, refs_newer_value_p): New.
12492 (get_addr): Walk canonical value's locs. Avoid returning VALUEs
12493 and locs that reference values newer than the non-canonical value
12494 at hand. Return the canonical value as a worst case.
12495 (memrefs_conflict_p): Walk canonical value's locs.
12496
12497 PR debug/52001
12498 * cselib.c (preserve_only_constants): Rename to...
12499 (preserve_constants_and_equivs): ... this. Split out...
12500 (invariant_or_equiv_p): ... this. Preserve plus expressions
12501 of other preserved expressions too.
12502 (cselib_reset_table): Adjust.
12503 * var-tracking.c (reverse_op): Use canonical value to build
12504 reverse operation.
12505
12506 2012-02-23 Kai Tietz <ktietz@redhat.com>
12507
12508 * config/i386/i386.c (ix86_delegitimize_address): Handle
12509 UNSPEC_PCREL plus displacement.
12510
12511 2012-02-24 Georg-Johann Lay <avr@gjlay.de>
12512
12513 PR target/52261
12514 * config/avr/avr.c (avr_out_movhi_mr_r_xmega): Use base
12515 to test for unusedness in st X addressing.
12516
12517 2012-02-24 Richard Guenther <rguenther@suse.de>
12518
12519 PR middle-end/52361
12520 * gimple.c (walk_gimple_op): Use predicates with less redundant tests.
12521 (is_gimple_reg_type): Move inline ...
12522 * gimple.h (is_gimple_reg_type): ... here.
12523
12524 2012-02-24 Richard Guenther <rguenther@suse.de>
12525
12526 PR middle-end/52361
12527 * passes.c (execute_function_todo): When verifying SSA form
12528 verify gimple form first.
12529 * tree-ssa.c (verify_ssa): Do not verify gimple form here.
12530
12531 2012-02-24 Richard Guenther <rguenther@suse.de>
12532
12533 PR middle-end/52355
12534 * fold-const.c (fold_addr_of_array_ref_difference): New function.
12535 (fold_binary_loc): Use it to extend the existing &a[i] - &a[j] folding.
12536
12537 2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12538
12539 * tree-if-conv (predicate_scalar_phi): Commentary typo fix.
12540
12541 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12542
12543 * tree-phinodes.c (make_phi_node): Mark static.
12544 * tree-flow.h (make_phi_node): Remove extern decl.
12545 * doc/gimple.texi (make_phi_node): Remove documentation.
12546
12547 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12548
12549 * tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.
12550 * tree-ssa-sccvn.c (print_scc): Ditto.
12551
12552 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12553
12554 * doc/passes.texi (Full redundancy elimination): Fix typo.
12555
12556 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12557
12558 * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries.
12559
12560 2012-02-23 Eric Botcazou <ebotcazou@adacore.com>
12561
12562 PR bootstrap/52287
12563 * haifa-sched.c (rank_for_schedule): Stabilize sort for debug insns.
12564
12565 2012-02-23 Uros Bizjak <ubizjak@gmail.com>
12566
12567 PR c/52290
12568 * c-decl.c (start_function): Exit early if decl1 is not FUNTION_DECL.
12569
12570 2012-02-23 Georg-Johann Lay <avr@gjlay.de>
12571
12572 * config/avr/avr.md (code_stdname): Add ior, xor.
12573 (xior): New code iterator.
12574 (*<code_stdname><mode>qi.byte0): Use xior instead of ior.
12575 (*<code_stdname><mode>qi.byte1-3): Ditto.
12576
12577 2012-02-23 Jakub Jelinek <jakub@redhat.com>
12578
12579 PR tree-optimization/52019
12580 * ipa-split.c (find_return_bb, find_retval, visit_bb): Ignore
12581 CLOBBER stmts.
12582
12583 2012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12584
12585 * acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of
12586 HAVE_INITFINI_ARRAY to work around namespace pollution in
12587 certain versions of newlib system headers.
12588 * config.in: Regenerate.
12589 * configure: Regenerate.
12590 * config/initfini-array.h: Use HAVE_INITFINI_ARRAY_SUPPORT
12591 instead of HAVE_INITFINI_ARRAY.
12592
12593 2012-02-22 Uros Bizjak <ubizjak@gmail.com>
12594
12595 PR target/52330
12596 * config/i386/i386.c (ix86_print_operand) <case 'H'>: Error out if x
12597 is not offsettable memory reference.
12598
12599 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
12600
12601 PR target/18145
12602 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Skip
12603 setting avr_need_clear_bss_p for __gnu_lto* symbols.
12604
12605 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
12606
12607 * config/avr/avr.h (avr_accumulate_outgoing_args): Return int.
12608 * config/avr/avr.c (avr_accumulate_outgoing_args): Return int.
12609
12610 2012-02-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12611
12612 * configure.ac (LIB_TLS_SPEC): Enforce use of alternate thread
12613 library on Solaris 8 even without TLS support.
12614 * configure: Regenerate.
12615
12616 2012-02-22 Richard Guenther <rguenther@suse.de>
12617
12618 PR middle-end/52329
12619 * gimple-fold.c (fold_stmt_1): Also canonicalize ADDR_EXPRs
12620 for GIMPLE_DEBUG stmts.
12621
12622 2012-02-22 Martin Jambor <mjambor@suse.cz>
12623
12624 PR middle-end/51782
12625 * emit-rtl.c (set_mem_attributes_minus_bitpos): Set address space
12626 according to the base object.
12627
12628 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
12629
12630 PR rtl-optimization/50063
12631 * config/avr/avr.md (movhi_sp_r): Handle -1 (unknown IRQ state)
12632 and 2 (8-bit SP) in operand 2.
12633 * config/avr/avr.c (avr_prologue_setup_frame): Adjust prologue
12634 setup to use movhi_sp_r instead of vanilla move to write SP.
12635 Adjust REG_CFA notes to superseed unspec.
12636 (expand_epilogue): Adjust epilogue setup to use movhi_sp_r instead
12637 of vanilla move.
12638 As function body might contain CLI or SEI: Use irq_state 0 (IRQ
12639 known to be off) only with TARGET_NO_INTERRUPTS. Never use
12640 irq_state 1 (IRQ known to be on) here.
12641
12642 2012-02-21 Bernd Schmidt <bernds@codesourcery.com>
12643
12644 * ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not
12645 WORDS_BIG_ENDIAN.
12646 * ira-color.c (setup_profitable_hard_regs, check_hard_reg_p,
12647 assign_hard_reg): Likewise.
12648
12649 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
12650
12651 * config/avr/avr.md (neghi2): Remove "!d,0" alternative. Tweak "r,0".
12652
12653 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
12654
12655 * config/avr/avr.md
12656 (*dec-and-branchhi!=-1.d.clobber): New text peephole.
12657 (*dec-and-branchhi!=-1.l.clobber): New text peephole.
12658
12659 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
12660
12661 * config/avr/avr-protos.h (avr_accumulate_outgoing_args): Move
12662 prototype from here to...
12663 * config/avr/avr.h: ...here.
12664
12665 2012-02-21 Richard Earnshaw <rearnsha@arm.com>
12666
12667 PR target/52294
12668 * thumb2.md (thumb2_shiftsi3_short): Split register and
12669 immediate shifts. For register shifts tie operands 0 and 1.
12670 (peephole2 for above): Check that register-controlled shifts
12671 have suitably tied operands.
12672
12673 2012-02-21 Quentin Neill <quentin.neill@amd.com>
12674
12675 PR target/52137
12676 * config/i386/bdver1.md (bdver1_call, bdver1_push,
12677 bdver1_pop, bdver1_leave, bdver1_lea, bdver1_imul_DI, bdver1_imul,
12678 bdver1_imul_mem_DI, bdver1_imul_mem, bdver1_idiv, bdver1_idiv_mem,
12679 bdver1_str, bdver1_idirect, bdver1_ivector, bdver1_idirect_loadmov,
12680 bdver1_idirect_load, bdver1_ivector_load, bdver1_idirect_movstore,
12681 bdver1_idirect_both, bdver1_ivector_both, bdver1_idirect_store,
12682 bdver1_ivector_store, bdver1_fldxf, bdver1_fld, bdver1_fstxf,
12683 bdver1_fst, bdver1_fist, bdver1_fmov_bdver1, bdver1_fadd_load,
12684 bdver1_fadd, bdver1_fmul_load, bdver1_fmul, bdver1_fsgn,
12685 bdver1_fdiv_load, bdver1_fdiv, bdver1_fpspc_load, bdver1_fpspc,
12686 bdver1_fcmov_load, bdver1_fcmov, bdver1_fcomi_load,
12687 bdver1_fcomi, bdver1_fcom_load, bdver1_fcom,
12688 bdver1_fxch, bdver1_ssevector_avx128_unaligned_load,
12689 bdver1_ssevector_avx256_unaligned_load,
12690 bdver1_ssevector_sse128_unaligned_load,
12691 bdver1_ssevector_avx128_load, bdver1_ssevector_avx256_load,
12692 bdver1_ssevector_sse128_load, bdver1_ssescalar_movq_load,
12693 bdver1_ssescalar_vmovss_load, bdver1_ssescalar_sse128_load,
12694 bdver1_mmxsse_load, bdver1_sse_store_avx256, bdver1_sse_store,
12695 bdver1_mmxsse_store_short, bdver1_ssevector_avx256,
12696 bdver1_movss_movsd, bdver1_mmxssemov, bdver1_sselog_load_256,
12697 bdver1_sselog_256, bdver1_sselog_load, bdver1_sselog,
12698 bdver1_ssecmp_load, bdver1_ssecmp, bdver1_ssecomi_load,
12699 bdver1_ssecomi, bdver1_vcvtX2Y_avx256_load, bdver1_vcvtX2Y_avx256,
12700 bdver1_ssecvt_cvtss2sd_load, bdver1_ssecvt_cvtss2sd,
12701 bdver1_sseicvt_cvtsi2sd_load, bdver1_sseicvt_cvtsi2sd,
12702 bdver1_ssecvt_cvtpd2ps_load, bdver1_ssecvt_cvtpd2ps,
12703 bdver1_ssecvt_cvtdq2ps_load, bdver1_ssecvt_cvtdq2ps,
12704 bdver1_ssecvt_cvtdq2pd_load, bdver1_ssecvt_cvtdq2pd,
12705 bdver1_ssecvt_cvtps2pd_load, bdver1_ssecvt_cvtps2pd,
12706 bdver1_ssecvt_cvtsX2si_load, bdver1_ssecvt_cvtsX2si,
12707 bdver1_ssecvt_cvtpd2pi_load, bdver1_ssecvt_cvtpd2pi,
12708 bdver1_ssecvt_cvtpd2dq_load, bdver1_ssecvt_cvtpd2dq,
12709 bdver1_ssecvt_cvtps2pi_load, bdver1_ssecvt_cvtps2pi,
12710 bdver1_ssemuladd_load_256, bdver1_ssemuladd_256,
12711 bdver1_ssemuladd_load, bdver1_ssemuladd, bdver1_sseimul_load,
12712 bdver1_sseimul, bdver1_sseiadd_load, bdver1_sseiadd,
12713 bdver1_ssediv_double_load_256, bdver1_ssediv_double_256,
12714 bdver1_ssediv_single_load_256, bdver1_ssediv_single_256,
12715 bdver1_ssediv_double_load, bdver1_ssediv_double,
12716 bdver1_ssediv_single_load, bdver1_ssediv_single, bdver1_sseins):
12717 Add "bdver2" attribute.
12718
12719 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12720
12721 * config/s390/s390.c (s390_option_override): Make -mhard-dfp the
12722 default if possible and not specified otherwise.
12723
12724 2012-02-21 Richard Guenther <rguenther@suse.de>
12725
12726 PR middle-end/52314
12727 * gimplify.c (create_tmp_from_val): Use the main variant type
12728 for the type of the temporary we create.
12729
12730 2012-02-21 Richard Guenther <rguenther@suse.de>
12731
12732 PR tree-optimization/52324
12733 * gimplify.c (gimplify_expr): When re-gimplifying expressions
12734 do not gimplify a MEM_REF address operand if it is already
12735 in suitable form.
12736
12737 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12738
12739 * config/s390/s390.md ("fixuns_trunc<mode>si2"): Replace
12740 TARGET_HARD_FLOAT with TARGET_HARD_DFP.
12741
12742 2012-02-21 Richard Guenther <rguenther@suse.de>
12743
12744 * tree-vect-stmts.c (vectorizable_load): Use pre-computed
12745 nested_in_vect_loop.
12746
12747 2012-02-21 Jakub Jelinek <jakub@redhat.com>
12748
12749 PR tree-optimization/52318
12750 * gimple-fold.c (gimplify_and_update_call_from_tree): Add
12751 vdef also to non-pure/const call stmts in the sequence.
12752
12753 2012-02-21 Tristan Gingold <gingold@adacore.com>
12754
12755 * config/vms/vms-ld.c (main): Fix IDENTIFICATION padding.
12756
12757 2012-02-20 David S. Miller <davem@davemloft.net>
12758
12759 * config/sparc/sparc.md (load_pcrel_sym<P:mode>): Explain why we
12760 don't use the "rd %pc" instruction on v9 for PIC register loads.
12761
12762 2012-02-20 Aldy Hernandez <aldyh@redhat.com>
12763
12764 PR middle-end/52141
12765 * trans-mem.c (ipa_tm_scan_irr_block): Error out on GIMPLE_ASM's
12766 in a transaction safe function.
12767
12768 2012-02-20 Kai Tietz <ktietz@redhat.com>
12769
12770 PR target/52238
12771 * stor-layout.c (place_field): Handle desired_align for
12772 ms-bitfields, too.
12773
12774 2012-02-20 Richard Guenther <rguenther@suse.de>
12775
12776 PR tree-optimization/52298
12777 * tree-vect-stmts.c (vectorizable_store): Properly use
12778 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing
12779 outer loops.
12780 (vectorizable_load): Likewise.
12781 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
12782 Access DR_STEP after ensuring it is not NULL.
12783
12784 2012-02-20 Jakub Jelinek <jakub@redhat.com>
12785
12786 PR tree-optimization/52286
12787 * fold-const.c (fold_binary_loc): For (X & C1) | C2
12788 optimization use double_int_to_tree instead of build_int_cst_wide,
12789 rewrite to use double_int vars.
12790
12791 2012-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12792
12793 PR target/50166
12794 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Require gcc_SUN_LD_VERSION.
12795 Define _start.
12796 Remove -e 0 from $gcc_cv_ld invocation.
12797 Only use __GLIBC_PREREQ if defined.
12798 Enable on Solaris since Solaris 8 patch.
12799 (gcc_SUN_LD_VERSION): New macro.
12800 * configure.ac (ld_ver) <*-*-solaris2*>: Refer to
12801 gcc_SUN_LD_VERSION for version number format.
12802 * configure: Regenerate.
12803 * varasm.c (get_elf_initfini_array_priority_section): Set
12804 SECTION_NOTYPE for non-default priority.
12805 Use get_section instead of get_unnamed_section to emit
12806 .init_array/.fini_array with default priority.
12807
12808 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
12809
12810 * config/mips/mips.c (mips_need_mips16_rdhwr_p): New variable.
12811 (mips_get_tp): Set it. Record that __mips16_rdhwr binds locally.
12812 (mips_start_unique_function, mips_output_mips16_rdhwr)
12813 (mips_code_end): New functions.
12814 (TARGET_ASM_CODE_END): Define.
12815
12816 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
12817
12818 * config/mips/mips.c (mips16_build_call_stub): Add CFI information
12819 to stubs with non-sibling calls.
12820
12821 2012-02-18 Sandra Loosemore <sandra@codesourcery.com>
12822
12823 * doc/invoke.texi (-fira-* options): Copy-edit.
12824 (ira-* parameters): Copy-edit.
12825
12826 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
12827
12828 * doc/invoke.texi: Minor copy-edits to bring into conformance with
12829 GCC coding conventions.
12830
12831 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
12832
12833 * doc/invoke.texi: Consistently hyphenate "big-endian"/"little-endian"
12834 when used as adjectives.
12835
12836 2012-02-16 Sandra Loosemore <sandra@codesourcery.com>
12837
12838 * doc/invoke.texi: Clean up "that"/"which" confusion.
12839
12840 2012-02-17 Steven Bosscher <steven@gcc.gnu.org>
12841
12842 * system.h: Poison SMALL_REGISTER_CLASSES
12843 * config/rl78/rl78.h: Replace SMALL_REGISTER_CLASSES with hook.
12844 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES.
12845
12846 2012-02-16 Jakub Jelinek <jakub@redhat.com>
12847
12848 PR tree-optimization/52285
12849 * tree-tailcall.c (find_tail_calls): Ignore gimple_clobber_p stmts
12850 when deciding if a call is a tail call or tail recursion.
12851
12852 2012-02-16 Kai Tietz <ktietz@redhat.com>
12853
12854 * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
12855 interger-constant displacement for UNSPEC_PCREL.
12856
12857 2012-02-16 Jakub Jelinek <jakub@redhat.com>
12858
12859 PR rtl-optimization/52208
12860 * ira-costs.c (scan_one_insn): Don't decrease mem_cost
12861 for MEMs with REG_EQUIV, if the MEM isn't general_operand.
12862
12863 PR tree-optimization/52255
12864 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): If
12865 loop->header has virtual PHI, but exit_e->dest doesn't, add
12866 virtual PHI to exit_e->dest and adjust all uses after the loop.
12867
12868 PR debug/52260
12869 * dwarf2out.c (copy_decls_walk): Fill in *slot before traversing
12870 children with clone_tree_hash, not after it.
12871
12872 2012-02-16 Iain Sandoe <iains@gcc.gnu.org>
12873
12874 * config/darwin.h (ASM_OUTPUT_LABELREF): Add user label prefix for
12875 extended identifiers.
12876
12877 2012-02-16 Jakub Jelinek <jakub@redhat.com>
12878
12879 PR middle-end/51929
12880 * cgraphunit.c (verify_edge_corresponds_to_fndecl): If node is
12881 a same_body_alias, also test whether e->callee isn't a former
12882 or current clone of the decl this is a same body alias of.
12883
12884 PR translation/52264
12885 * cgraphunit.c (verify_cgraph_node): Fix a typo.
12886
12887 2012-02-15 Sandra Loosemore <sandra@codesourcery.com>
12888
12889 * doc/invoke.texi: Clean up "n-bit/byte/word" modifiers.
12890
12891 2012-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
12892
12893 PR target/52199
12894 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
12895 force_reg instead of copy_to_reg for better optimization. Force
12896 non-register or memory operands into a register.
12897
12898 2012-02-15 Andrew MacLeod <amacleod@redhat.com>
12899
12900 * extend.texi: Reserve upper bits of memory model for future use.
12901
12902 2012-01-15 Georg-Johann Lay <avr@gjlay.de>
12903 Anatoly Sokolov <aesok@post.ru>
12904 Eric Weddington <eric.weddington@atmel.com>
12905
12906 PR target/52261
12907 * config/avr/avr-devices.c (avr_arch_types): Add avrxmega2,
12908 avrxmega4, avrxmega5, avrxmega6, avrxmega7.
12909 Rewrite initializers for .macro.
12910 * config/avr/avr-mcus.def (AVR_MCU): Add known MCUs:
12911 avrxmega2: atxmega16a4, atxmega16d4, atxmega16x1, atxmega32a4
12912 atxmega32d4, atxmega32x1.
12913 avrxmega4: atxmega64a3, atxmega64d3.
12914 avrxmega5: atxmega64a1, atxmega64a1u.
12915 avrxmega6: atxmega128a3, atxmega128d3, atxmega192a3, atxmega192d3,
12916 atxmega256a3, atxmega256a3b, atxmega256a3bu, atxmega256d3.
12917 avrxmega7: atxmega128a1, atxmega128a1u.
12918 * config/avr/avr.h (enum avr_arch): Add: ARCH_AVRXMEGA2,
12919 ARCH_AVRXMEGA4, ARCH_AVRXMEGA5, ARCH_AVRXMEGA6, ARCH_AVRXMEGA7.
12920 (struct base_arch_s): Rename reserved to xmega_p.
12921 Rename reserved2 to have_rampd.
12922 (AVR_XMEGA): New define.
12923 (AVR_HAVE_RAMPD, AVR_HAVE_RAMPX, AVR_HAVE_RAMPY): New defines.
12924 (AVR_HAVE_RAMPZ): Change definition to fit xmega.
12925 * config/avr/predicates.md (io_address_operand): Take into
12926 account SFR offset.
12927 (low_io_address_operand): Ditto.
12928 (high_io_address_operand): Ditto.
12929 * config/avr/avr.md (isa): Add alternatives no_xmega, xmega.
12930 (enabled, movhi_sp_r): Use them.
12931 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use
12932 cpp_define_formatted to built-in define __AVR_ARCH__.
12933 (__AVR_XMEGA__): New built-in define.
12934 (__AVR_HAVE_RAMPD__): New built-in define.
12935 (__AVR_HAVE_RAMPX__): New built-in define.
12936 (__AVR_HAVE_RAMPY__): New built-in define.
12937 (__AVR_HAVE_RAMPZ__): Change condition when to built-in define it.
12938
12939 * config/avr/avr.c (avr_addr_t): Add ccp, rampd, rampx, rampy.
12940 (avr_option_override): Initialize them.
12941 (sreg_rtx, rampd_rtx, rampx_rtx, rampy_rtx): New GTY rtx.
12942 (avr_init_expanders): Initialize them. No more block several calls.
12943 (emit_push_sfr): New static function.
12944 (avr_prologue_setup_frame): Use it to push SREG, RAMPD/X/Y/Z as needed.
12945 Handle AVR_XMEGA.
12946 (expand_epilogue): Handle AVR_XMEGA. Pop RAMPD/X/Y/Z as needed.
12947 (avr_print_operand): Print addreeses as symbols for
12948 RAMPX, RAMPY, RAMPD, CCP.
12949 (output_movhi): Handle AVR_XMEGA when writing to SP.
12950 (avr_out_movhi_mr_r_xmega): New static function.
12951 (out_movhi_mr_r): Forward to avr_out_movhi_mr_r_xmega for AVR_XMEGA.
12952 (avr_file_start): Print symbol defines for __RAMPX__, __RAMPY__,
12953 __RAMPD__, __CCP__ as needed.
12954
12955 * config/avr/multilib.h: Regenerate.
12956 * config/avr/t-multilib: Regenerate.
12957 * config/avr/avr-tables.opt: Regenerate.
12958
12959 2012-02-15 Tobias Grosser <grosser@fim.uni-passau.de>
12960
12961 PR tree-optimization/50561
12962 * graphite-flattening.c (lst_project_loop): Do not
12963 remove old scattering dimensions after flattening.
12964 (lst_do_flatten): Likewise.
12965
12966 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
12967
12968 * doc/extend.texi (AVR Built-in Functions): Remove doc for
12969 __builtin_avr_map8, __builtin_avr_map16.
12970 Document __builtin_avr_insert_bits.
12971
12972 * config/avr/avr.md (map_bitsqi, map_bitshi): Remove.
12973 (insert_bits): New insn.
12974 (adjust_len.map_bits): Rename to insert_bits.
12975 (UNSPEC_MAP_BITS): Rename to UNSPEC_INSERT_BITS.
12976 * avr-protos.h (avr_out_map_bits): Remove.
12977 (avr_out_insert_bits, avr_has_nibble_0xf): New.
12978 * config/avr/constraints.md (Cxf,C0f): New.
12979 * config/avr/avr.c (avr_cpu_cpp_builtins): Remove built-in
12980 defines __BUILTIN_AVR_MAP8, __BUILTIN_AVR_MAP16.
12981 New built-in define __BUILTIN_AVR_INSERT_BITS.
12982 * config/avr/avr.c (TARGET_FOLD_BUILTIN): New define.
12983 (enum avr_builtin_id): Add AVR_BUILTIN_INSERT_BITS.
12984 (avr_move_bits): Rewrite.
12985 (avr_fold_builtin, avr_map_metric, avr_map_decompose): New static
12986 functions.
12987 (avr_map_op_t): New typedef.
12988 (avr_map_op): New static variable.
12989 (avr_out_insert_bits, avr_has_nibble_0xf): New functions.
12990 (adjust_insn_length): Handle ADJUST_LEN_INSERT_BITS.
12991 (avr_init_builtins): Add definition for __builtin_avr_insert_bits.
12992 (bdesc_3arg, avr_expand_triop_builtin): New.
12993 (avr_expand_builtin): Use them. And handle AVR_BUILTIN_INSERT_BITS.
12994 (avr_revert_map, avr_swap_map, avr_id_map, avr_sig_map): Remove.
12995 (avr_map_hamming_byte, avr_map_hamming_nonstrict): Remove.
12996 (avr_map_equal_p, avr_map_sig_p): Remove.
12997 (avr_out_swap_bits, avr_out_revert_bits, avr_out_map_bits): Remove.
12998 (bdesc_2arg): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
12999 (adjust_insn_length): Remove handling for ADJUST_LEN_MAP_BITS.
13000 (enum avr_builtin_id): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
13001 (avr_init_builtins): Remove __builtin_avr_map8, __builtin_avr_map16.
13002 (avr_expand_builtin): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
13003
13004 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
13005
13006 * config/c6x/c6x.md (reserve_cycles): New attribute.
13007 * config/c6x/c6x.c (c6x_sched_reorder_1): Ensure insns we predicate
13008 don't reserve functional units after the branch occurs.
13009
13010 2012-02-14 Aldy Hernandez <aldyh@redhat.com>
13011
13012 PR middle-end/52142
13013 * ipa-inline.c (can_inline_edge_p): Do not inline tm_pure
13014 functions into non-tm_pure functions.
13015
13016 2012-02-14 Eric Botcazou <ebotcazou@adacore.com>
13017
13018 PR lto/52178
13019 * gimple.c (iterative_hash_gimple_type): Use RECORD_OR_UNION_TYPE_P.
13020 (iterative_hash_canonical_type): Likewise.
13021 * tree-ssa-pre.c (fini_pre): Clean up the CFG only after purging all
13022 the dead edges.
13023
13024 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
13025
13026 * haifa-sched.c (prune_ready_list): Ensure that if there is a
13027 sched-group insn, it either remains alone or the entire list is pruned.
13028
13029 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
13030
13031 * doc/install.texi (Prerequisites): Fix grammar.
13032 (Configuration): Likewise.
13033
13034 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
13035
13036 * doc/install.texi (Prerequisites): Suggest building GMP, MPFR and
13037 MPC as part of GCC before describing configuring with --with-gmp etc.
13038 (Installing GCC: Configuration): --with-gmp etc. aren't needed if
13039 sources are present.
13040
13041 2012-02-14 Jakub Jelinek <jakub@redhat.com>
13042
13043 PR debug/51950
13044 * dwarf2out.c (clone_tree_hash): New function.
13045 (copy_decls_walk): Use it instead of clone_tree.
13046
13047 2012-02-14 Richard Guenther <rguenther@suse.de>
13048
13049 PR tree-optimization/52244
13050 PR tree-optimization/51528
13051 * tree-sra.c (analyze_access_subtree): Only create INTEGER_TYPE
13052 replacements for integral types.
13053
13054 2012-02-14 Walter Lee <walt@tilera.com>
13055
13056 * config.gcc: Handle tilegx and tilepro.
13057 * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
13058 tilegx and tilepro.
13059 Add HAVE_AS_TLS check for tilegx and tilepro.
13060 * configure: Regenerate.
13061 * doc/contrib.texi: Add Mat Hostetter and self.
13062 * doc/extend.texi (TILE-Gx Built-in Functions): New node.
13063 Document instruction intrinsics and network accessing intrinsics.
13064 (TILEPro Built-in Functions): New node. Document instruction
13065 intrinsics and network accessing intrinsics.
13066 * doc/install.texi (Specific, tilegx-*-linux*): Document it.
13067 (Specific, tilepro-*-linux*): Likewise.
13068 * doc/invoke.texi (TILE-Gx Options): New section.
13069 (TILEPro Options): New section.
13070 * doc/md.texi (TILE-Gx): New section.
13071 (TILEPro): New section.
13072 * common/config/tilegx/tilegx-common.c: New file.
13073 * common/config/tilepro/tilepro-common.c: New file.
13074 * config/tilegx/constraints.md: New file.
13075 * config/tilegx/linux.h: New file.
13076 * config/tilegx/mul-tables.c: New file.
13077 * config/tilegx/predicates.md: New file.
13078 * config/tilegx/sync.md: New file.
13079 * config/tilegx/t-tilegx: New file.
13080 * config/tilegx/tilegx-builtins.h: New file.
13081 * config/tilegx/tilegx-c.c: New file.
13082 * config/tilegx/tilegx-generic.md: New file.
13083 * config/tilegx/tilegx-modes.def: New file.
13084 * config/tilegx/tilegx-multiply.h: New file.
13085 * config/tilegx/tilegx-protos.h: New file.
13086 * config/tilegx/tilegx.c: New file.
13087 * config/tilegx/tilegx.h: New file.
13088 * config/tilegx/tilegx.md: New file.
13089 * config/tilegx/tilegx.opt: New file.
13090 * config/tilepro/constraints.md: New file.
13091 * config/tilepro/gen-mul-tables.cc: New file.
13092 * config/tilepro/linux.h: New file.
13093 * config/tilepro/mul-tables.c: New file.
13094 * config/tilepro/predicates.md: New file.
13095 * config/tilepro/t-tilepro: New file.
13096 * config/tilepro/tilepro-builtins.h: New file.
13097 * config/tilepro/tilepro-c.c: New file.
13098 * config/tilepro/tilepro-generic.md: New file.
13099 * config/tilepro/tilepro-modes.def: New file.
13100 * config/tilepro/tilepro-multiply.h: New file.
13101 * config/tilepro/tilepro-protos.h: New file.
13102 * config/tilepro/tilepro.c: New file.
13103 * config/tilepro/tilepro.h: New file.
13104 * config/tilepro/tilepro.md: New file.
13105 * config/tilepro/tilepro.opt: New file.
13106
13107 2012-02-14 Jakub Jelinek <jakub@redhat.com>
13108
13109 PR tree-optimization/52210
13110 * tree-vect-slp.c (vect_get_and_check_slp_defs): Call
13111 vect_model_simple_cost with two entry vect_def_type array instead
13112 of an address of dt.
13113
13114 2012-02-14 Richard Guenther <rguenther@suse.de>
13115
13116 PR lto/52178
13117 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
13118 Do not stream DECL_QUALIFIER.
13119 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
13120 * tree.c (free_lang_data_in_decl): Free DECL_QUALIFIER.
13121 (find_decls_types_r): Do not walk DECL_QUALIFIER.
13122
13123 2012-02-14 Jakub Jelinek <jakub@redhat.com>
13124
13125 PR c/52181
13126 * c-decl.c (merge_decls): Copy DECL_USER_ALIGN bit from olddecl to
13127 newdecl.
13128
13129 2012-02-13 Jakub Jelinek <jakub@redhat.com>
13130
13131 PR bootstrap/52172
13132 * cselib.h (cselib_subst_to_values_from_insn): New prototype.
13133 * cselib.c (cselib_subst_to_values_from_insn): New function.
13134 * sched-deps.c (add_insn_mem_dependence,
13135 sched_analyze_1, sched_analyze_2): Use it.
13136
13137 2012-02-13 Jan Hubicka <jh@suse.cz>
13138
13139 PR middle-end/52214
13140 * predict.c (predict_paths_for_bb): Fix thinko in prevoius patch.
13141
13142 2012-02-13 Eric Botcazou <ebotcazou@adacore.com>
13143
13144 * gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.
13145 (GTM_SELF_SPECS): Define if not already defined.
13146 (driver_self_specs): Add GTM_SELF_SPECS.
13147 * config/darwin.h (LINK_COMMAND_SPEC_A): Deal with -fgnu-tm.
13148 (GTM_SELF_SPECS): Define.
13149 * config/i386/cygwin.h (GTM_SELF_SPECS): Likewise.
13150 * config/i386/mingw32.h (GTM_SELF_SPECS): Likewise.
13151
13152 2012-02-13 Jakub Jelinek <jakub@redhat.com>
13153
13154 * cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right
13155 away if seen.
13156
13157 * cselib.c (dump_cselib_val): Don't assume l->setting_insn is non-NULL.
13158
13159 PR middle-end/52230
13160 * omp-low.c (expand_omp_for): If a static schedule without chunk size
13161 has NULL region->cont, force fd.chunk_size to be integer_zero_node.
13162
13163 2012-02-13 Andrew MacLeod <amacleod@redhat.com>
13164
13165 PR c/52190
13166 * doc/extend.texi : Fix another __atomic_compare_exchange typo.
13167
13168 2012-02-13 Richard Guenther <rguenther@suse.de>
13169
13170 PR translation/52211
13171 * passes.c (enable_disable_pass): Fix typo.
13172
13173 2012-02-13 Jakub Jelinek <jakub@redhat.com>
13174
13175 PR middle-end/52209
13176 * expr.c (expand_expr_real_2) <case BIT_NOT_EXPR>: Only expand using
13177 XOR for reduce_bit_field if type is unsigned.
13178
13179 2012-02-12 Eric Botcazou <ebotcazou@adacore.com>
13180
13181 * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): In 64-bit mode,
13182 disallow changes from SFmode to mode with different size in FP regs.
13183
13184 2012-02-12 Robert Millan <rmh@gnu.org>
13185 Gerald Pfeifer <gerald@pfeifer.com>
13186
13187 * ginclude/stddef.h [__FreeBSD_kernel__] (__size_t): Do not define.
13188 Tweak comment.
13189
13190 2012-02-11 Richard Sandiford <rdsandiford@googlemail.com>
13191
13192 PR rtl-optimization/52175
13193 * reorg.c (fill_slots_from_thread): Don't apply add/sub optimization
13194 to frame-related instructions.
13195
13196 2012-02-10 Jason Merrill <jason@redhat.com>
13197
13198 PR c++/51910
13199 * tlink.c (demangled_hash_entry): Change mangled to a VEC.
13200 (demangle_new_symbols): Fill it.
13201 (scan_linker_output): Walk it.
13202 (start_tweaking): Split out from scan_linker_output.
13203 (maybe_tweak): Update sym->chosen.
13204 * Makefile.in (COLLECT2_OBJS): Add vec.o and gcc-none.o
13205
13206 2012-02-11 Jakub Jelinek <jakub@redhat.com>
13207
13208 PR debug/52132
13209 * reg-stack.c (subst_stack_regs_in_debug_insn): Don't use get_true_reg.
13210
13211 2012-02-11 Uros Bizjak <ubizjak@gmail.com>
13212
13213 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
13214 having the same mode as previous compare.
13215
13216 2012-02-10 Eric Botcazou <ebotcazou@adacore.com>
13217
13218 * config/sparc/sparc.c (sparc_flat_expand_prologue): Use emit_use.
13219 * config/sparc/sparc.md (UNSPECV_GOTO): Delete.
13220 (nonlocal_goto_internal): Likewise.
13221 (nonlocal_goto): Emit a use and an indirect jump directly.
13222
13223 2012-02-10 Andrew MacLeod <amacleod@redhat.com>
13224
13225 PR c/52190
13226 * doc/extend.texi : Update comments for __atomic_compare_exchange and
13227 __atomic_{is,always}_lock_free.
13228
13229 2012-02-10 Uros Bizjak <ubizjak@gmail.com>
13230
13231 PR target/52146
13232 * config/i386/i386.c (ix86_legitimate_address_p): Disallow
13233 negative constant address for TARGET_X32.
13234
13235 2012-02-10 Richard Henderson <rth@redhat.com>
13236
13237 * tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.
13238 * tree-ssa-operands.c (parse_ssa_operands): Add virtual operands
13239 for GIMPLE_TRANSACTION. Tidy if's into a switch.
13240
13241 2012-02-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13242 Ira Rosen <irar@il.ibm.com>
13243
13244 PR tree-optimization/50031
13245 * targhooks.c (default_builtin_vectorization_cost): Handle
13246 vec_promote_demote.
13247 * target.h (enum vect_cost_for_stmt): Add vec_promote_demote.
13248 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Handle
13249 all types of reduction and pattern statements.
13250 (vect_estimate_min_profitable_iters): Likewise.
13251 * tree-vect-stmts.c (vect_model_promotion_demotion_cost): New function.
13252 (vect_get_load_cost): Use vec_perm for permutations; add dump logic
13253 for explicit realigns.
13254 (vectorizable_conversion): Call vect_model_promotion_demotion_cost.
13255 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
13256 vec_promote_demote.
13257 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
13258 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Update
13259 vec_perm for VSX and handle vec_promote_demote.
13260
13261 2012-02-10 Jakub Jelinek <jakub@redhat.com>
13262
13263 PR middle-end/52177
13264 * builtins.c (fold_builtin_atomic_always_lock_free,
13265 expand_builtin_atomic_always_lock_free,
13266 fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
13267 Return and/or test boolean_true_node/boolean_false_node instead of
13268 integer_one_node/integer_zero_node.
13269
13270 2012-02-10 Jan Hubicka <jh@suse.cz>
13271
13272 PR middle-end/48600
13273 * predict.c (predict_paths_for_bb): Prevent looping.
13274 (predict_paths_leading_to_edge, predict_paths_leading_to): Update.
13275
13276 2012-02-10 Roman Zhuykov <zhroma@ispras.ru>
13277
13278 * config/arm/arm.c (output_move_double): In one case properly
13279 count number of instructions that will be emitted.
13280
13281 2012-02-10 Richard Guenther <rguenther@suse.de>
13282
13283 PR translation/52193
13284 * cgraphunit.c (cgraph_mark_functions_to_output): Fix typo.
13285
13286 2012-02-09 Peter Bergner <bergner@vnet.ibm.com>
13287
13288 PR middle-end/52140
13289 * dojump.c (do_compare_rtx_and_jump): Use SCALAR_FLOAT_MODE_P.
13290
13291 2012-02-09 Jakub Jelinek <jakub@redhat.com>
13292
13293 PR debug/52165
13294 * var-tracking.c (emit_note_insn_var_location): If
13295 EMIT_NOTE_BEFORE_INSN and insn is NOTE_INSN_CALL_ARG_LOCATION,
13296 emit it before next non-NOTE_INSN_CALL_ARG_LOCATION
13297 non-NOTE_DURING_CALL_P insn.
13298
13299 2012-02-09 Bin Cheng <bin.cheng@arm.com>
13300
13301 PR middle-end/51867
13302 * builtins.c (expand_builtin): Don't check DECL_ASSEMBLER_NAME_SET_P.
13303
13304 2012-02-08 Magnus Granberg <zorry@gentoo.org>
13305
13306 PR driver/48524
13307 * gcc.c (switch_matches) Support switches with separated form,
13308 -D and -U.
13309
13310 2012-02-08 Georg-Johann Lay <avr@gjlay.de>
13311
13312 * config/avr/avr.md (SREG_ADDR): Remove constant definition.
13313 (SP_ADDR): Ditto.
13314 (RAMPZ_ADDR): Ditto.
13315 * config/avr/avr.c (avr_addr_t): New typedef.
13316 (avr_addr): New struct to hold RAM address of SPL, SPH, RAMPZ, SREG.
13317 (avr_init_expanders): Initialize it.
13318 (expand_prologue): Use avr_addr instead of RAMPZ_ADDR, SP_ADDR,
13319 SREG_ADDR.
13320 (expand_epilogue): Ditto.
13321 (avr_print_operand): Ditto.
13322 (avr_file_start): Ditto.
13323 (avr_emit_movmemhi): Ditto.
13324
13325 2012-02-08 Richard Guenther <rguenther@suse.de>
13326
13327 PR tree-optimization/46886
13328 * tree-flow.h (do_while_loop_p): Declare.
13329 * tree-ssa-loop-ch.c (do_while_loop_p): Export.
13330 * tree-parloops.c (parallelize_loops): Only parallelize do-while loops.
13331
13332 2012-02-08 Andrew MacLeod <amacleod@redhat.com>
13333
13334 * optabs.c (expand_atomic_load): Do not assume compare_and_swap will
13335 always succeed for integers larger than a native word.
13336
13337 2012-02-08 Richard Guenther <rguenther@suse.de>
13338
13339 PR rtl-optimization/52170
13340 * simplify-rtx.c (simplify_plus_minus): Use CONSTM1_RTX to
13341 properly handle integer vector modes.
13342
13343 2012-02-08 Jakub Jelinek <jakub@redhat.com>
13344
13345 PR gcov-profile/52150
13346 * coverage.c: Include target.h.
13347 (build_var): Call targetm.strip_name_encoding on the assembler name.
13348 Change one _ into . or $ if the target allows it.
13349 * Makefile.in (coverage.o): Depend on $(TARGET_H).
13350
13351 PR rtl-optimization/52139
13352 * cfgrtl.c (cfg_layout_merge_blocks): If BB_END
13353 is a BARRIER after emit_insn_after_noloc, move BB_END
13354 to the last non-BARRIER insn before it.
13355
13356 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
13357
13358 PR middle-end/24306
13359 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): New function.
13360 (mips_gimplify_va_arg_expr): Call it instead of
13361 std_gimplify_va_arg_expr.
13362
13363 2012-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
13364
13365 * config/rs6000/rs6000.c (rs6000_trampoline_init): Fix error
13366 message for -mno-pointers-to-nested-function.
13367
13368 2012-02-07 Eric Botcazou <ebotcazou@adacore.com>
13369
13370 PR middle-end/51994
13371 * expr.c (get_inner_reference): If there is an offset, add a negative
13372 bit position to it (if any).
13373
13374 2012-02-07 Jakub Jelinek <jakub@redhat.com>
13375
13376 PR rtl-optimization/52060
13377 * combine.c (try_combine): Add i0src_copy and i0src_copy2 variables,
13378 copy i1src to i1src_copy whenever added_sets_2 && i1_feeds_i2_n already
13379 before i1dest -> i1src substitution in newpat, copy i0src to i0src_copy
13380 and/or i0src_copy2 when needed.
13381
13382 2012-02-07 Jakub Jelinek <jakub@redhat.com>
13383
13384 * gcc.c (main): Don't look for lto-wrapper or lto-wrapper
13385 or LTOPLUGINSONAME if have_c.
13386
13387 * config/freebsd-spec.h: Add comment about what macros can be defined
13388 in this header.
13389 (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): Don't define here.
13390 * config/freebsd.h (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): But
13391 here instead.
13392
13393 2012-02-07 Richard Guenther <rguenther@suse.de>
13394
13395 * gimple-pretty-print.c (dump_gimple_phi): Avoid excessive
13396 newline in -alias dumps.
13397
13398 2012-02-07 Kai Tietz <ktietz@redhat.com>
13399 Dave Korn <dave.korn.cygwin@gmail.com>
13400
13401 PR target/40068
13402 * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition):
13403 Take care that typinfo gets dllexport-attribute.
13404
13405 2012-02-07 Jakub Jelinek <jakub@redhat.com>
13406
13407 PR middle-end/52074
13408 * expr.c (expand_expr_addr_expr_1): For CONSTANT_CLASS_P or CONST_DECL
13409 if modifier < EXPAND_SUM call force_operand on the result.
13410
13411 2012-02-07 Joern Rennecke <joern.rennecke@embecosm.com>
13412
13413 * config/epiphany/epiphany.h (ASM_DECLARE_FUNCTION_SIZE): Redefine,
13414 adding __forwarder_dst__ prefix if a forwarder_section attribute is
13415 present.
13416 (epiphany_function_type): Replace types for specific interrupts with
13417 EPIPHANY_FUNCTION_INTERRUPT.
13418 (EPIPHANY_INTERRUPT_P): Update.
13419 * config/epiphany/epiphany.c (epiphany_handle_forwarder_attribute):
13420 New static function.
13421 (epiphany_attribute_table) <interrupt>: min_len is 0, max_len is 9.
13422 <disinterrupt>: Affects type identity.
13423 (epiphany_handle_interrupt_attribute): Handle variable number of
13424 arguments.
13425 (epiphany_compute_function_type): Update for new
13426 epiphany_function_type definition.
13427 (epiphany_expand_prologue): Don't save (reg:DI GPR_0) for interrupt
13428 handlers with a longcall forwarder.
13429 (epiphany_start_function): Handle multiple interrupt arguments and/or
13430 forwarder_section attribute.
13431
13432 * config/epiphany/epiphany.h (LIB_SPEC): Link libc again after
13433 libgloss.
13434
13435 2012-02-07 Alan Modra <amodra@gmail.com>
13436
13437 PR target/52107
13438 * config/rs6000/rs6000.c (rs6000_emit_move): Don't create DImode
13439 subregs of TFmode.
13440
13441 2012-02-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13442
13443 PR tree-optimization/50969
13444 * tree-vect-stmts.c (vect_model_store_cost): Correct statement cost to
13445 use vec_perm rather than vector_stmt.
13446 (vect_model_load_cost): Likewise.
13447 * config/i386/i386.c (ix86_builtin_vectorization_cost): Change cost of
13448 vec_perm to be the same as other vector statements.
13449 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Revise
13450 cost of vec_perm for TARGET_VSX.
13451
13452 2012-02-06 Richard Guenther <rguenther@suse.de>
13453
13454 PR tree-optimization/52115
13455 * tree-sra.c (access_has_replacements_p): New function.
13456 (sra_modify_assign): Use it to decide whether a use is uninitialized.
13457
13458 2012-02-06 Patrick Marlier <patrick.marlier@gmail.com>
13459
13460 PR middle-end/52047
13461 * trans-mem.c (expand_call_tm): Add an assertion.
13462 * calls.c (flags_from_decl_or_type): Add ECF_TM_PURE to 'no vops'
13463 functions.
13464
13465 2012-02-06 Richard Guenther <rguenther@suse.de>
13466
13467 PR tree-optimization/50955
13468 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Artificially
13469 raise cost of expressions that replace an address with an
13470 expression based on a different pointer.
13471
13472 2012-02-06 Jakub Jelinek <jakub@redhat.com>
13473
13474 PR target/52129
13475 * calls.c (mem_overlaps_already_clobbered_arg_p): If val is
13476 CONST_INT_P, subtract resp. add crtl->args.pretend_args_size to it.
13477
13478 2012-02-06 Jonathan Wakely <jwakely.gcc@gmail.com>
13479
13480 PR c++/48680
13481 * doc/invoke.texi (C++ Dialect Options): Use @option markup for
13482 -Weffc++ and specify guidelines come from second edition.
13483
13484 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
13485
13486 * config/mips/mips.md (sibcall_internal, sibcall_value_internal)
13487 (sibcall_value_multiple_internal, call_split, call_internal_direct)
13488 (call_direct_split, call_value_split, call_value_internal_direct)
13489 (call_value_direct_split, call_value_multiple_split): Use jal and
13490 jal_macro attributes.
13491
13492 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
13493
13494 * reload1.c (reload_regs_reach_end_p): Replace with...
13495 (reload_reg_rtx_reaches_end_p): ...this function.
13496 (new_spill_reg_store): Update commentary.
13497 (emit_input_reload_insns): Don't clear new_spill_reg_store here.
13498 (emit_output_reload_insns): Check reload_reg_rtx_reaches_end_p
13499 before setting new_spill_reg_store.
13500 (emit_reload_insns): Use a separate loop to clear new_spill_reg_store.
13501 Use reload_reg_rtx_reaches_end_p instead of reload_regs_reach_end_p.
13502 Also use reload_reg_rtx_reaches_end_p when reading new_spill_reg_store
13503 for non-spill reload registers.
13504
13505 2012-02-05 Ira Rosen <irar@il.ibm.com>
13506
13507 PR tree-optimization/52091
13508 * tree-vectorizer.h (vect_is_simple_use): Add an argument.
13509 (vect_is_simple_use_1): Likewise.
13510 * tree-vect-loop.c (vectorizable_reduction): Update calls
13511 to vect_is_simple_use_1 and vect_is_simple_use.
13512 (vectorizable_live_operation): Likewise.
13513 * tree-vect-patterns.c (widened_name_p,
13514 vect_recog_vector_vector_shift_pattern, check_bool_pattern): Likewise.
13515 * tree-vect-stmts.c (process_use, vect_get_vec_def_for_operand,
13516 vectorizable_call, vectorizable_conversion, vectorizable_assignment,
13517 vectorizable_shift,vectorizable_operation, vectorizable_store,
13518 vectorizable_load): Likewise.
13519 (vect_is_simple_cond): Add an argument, pass it to
13520 vect_is_simple_use_1.
13521 (vectorizable_condition): Update calls to vect_is_simple_cond,
13522 vect_is_simple_use.
13523 (vect_is_simple_use): Add an argument, the statement in which
13524 OPERAND is used. Check that if OPERAND's def stmt is a double
13525 reduction phi node, the use is a phi node too.
13526 (vect_is_simple_use_1): Add an argument, pass it to
13527 vect_is_simple_use.
13528 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update a call
13529 to vect_is_simple_use.
13530
13531 2012-02-04 Jakub Jelinek <jakub@redhat.com>
13532
13533 PR rtl-optimization/52095
13534 * modulo-sched.c (dump_insn_locator): New function.
13535 (loop_canon_p, sms_schedule): Use it.
13536
13537 PR rtl-optimization/52113
13538 * lower-subreg.c (decompose_multiword_subregs): Call recog_memoized
13539 even for decomposable shift/zext insns.
13540
13541 2012-02-03 Jakub Jelinek <jakub@redhat.com>
13542 Zdenek Dvorak <ook@ucw.cz>
13543
13544 PR rtl-optimization/52092
13545 * loop-unswitch.c (unswitch_single_loop): Call copy_rtx_if_shared
13546 on get_iv_value result.
13547
13548 2012-02-02 Andrew Pinski <apinski@cavium.com>
13549
13550 PR middle-end/47982
13551 PR middle-end/43967
13552 * doc/libgcc.texi (__udivmoddi4/__udivmodti4): Fix documentation typo.
13553
13554 2012-02-02 Jakub Jelinek <jakub@redhat.com>
13555
13556 PR middle-end/48071
13557 * diagnostic.c (diagnostic_finish): Remove trailing newlines.
13558
13559 2012-02-02 Vladimir Makarov <vmakarov@redhat.com>
13560
13561 PR rtl-optimization/49800
13562 * haifa-sched.c (sched_init): Call regstat_init_n_sets_and_refs.
13563 (sched_finish): Call regstat_free_n_sets_and_refs.
13564
13565 2012-02-02 Jia Liu <proljc@gmail.com>
13566
13567 * config/mips/mips-dspr2.md (mips_prepend): Mask operand 3 rather
13568 than operand 2.
13569
13570 2012-02-02 Jan Hubicka <jh@suse.cz>
13571 Tom de Vries <tom@codesourcery.com>
13572
13573 PR middle-end/51998
13574 * cgraphunit.c (cgraph_analyze_function): Break cyclic aliases.
13575 * varpool.c (varpool_analyze_pending_decls): Likewise.
13576
13577 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
13578 Jayant R Sonar <jayant.sonar@kpitcummins.com>
13579
13580 * config.gcc: Add cr16-* support.
13581
13582 * doc/extend.texi: Document cr16 extensions.
13583 * doc/install.texi: Document cr16 install.
13584 * doc/invoke.texi: Document cr16 options.
13585 * doc/md.texi: Document cr16 constraints.
13586
13587 * common/config/cr16/cr16-common.c: New file.
13588 * config/cr16/cr16.c: New file.
13589 * config/cr16/cr16.h: New file.
13590 * config/cr16/cr16.md: New file.
13591 * config/cr16/cr16.opt: New file.
13592 * config/cr16/cr16-protos.h: New file.
13593 * config/cr16/predicates.md: New file.
13594 * config/cr16/constraints.md: New file.
13595 * config/cr16/t-cr16: New file.
13596
13597 2012-02-02 Jakub Jelinek <jakub@redhat.com>
13598
13599 PR target/52086
13600 * config/i386/i386.md (*addqi_2 peephole with SImode addition): Check
13601 that operands[2] is either immediate, or q_regs_operand.
13602
13603 PR tree-optimization/52073
13604 * tree-vect-stmts.c (vect_mark_relevant): When checking uses of
13605 a pattern stmt for pattern uses, ignore uses outside of the loop.
13606
13607 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
13608
13609 * config/avr/avr.c: Resolve all AS1 and AS2 macros.
13610 * config/avr/avr.h (AS1, AS2, AS2C, AS3): Remove.
13611 (OUT_AS1, OUT_AS2): Remove.
13612
13613 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
13614
13615 PR rtl-optimization/51374
13616 * combine.c (can_combine_p): Don't allow volatile_refs_p insns
13617 to cross other volatile_refs_p insns.
13618
13619 2012-02-01 Richard Guenther <rguenther@suse.de>
13620
13621 * doc/invoke.texi (fno-inline): Clarify documentation.
13622 (finline-small-functions): Likewise.
13623 (finline-functions): Likewise.
13624 * common.opt (finline): Adjust comment and documentation.
13625 (finline-small-functions): Clarify documentation.
13626 (finline-functions): Likewise.
13627 (finline-functions-called-once): Likewise.
13628
13629 2012-02-01 Tristan Gingold <gingold@adacore.com>
13630
13631 * c-typeck.c (composite_type): Keep mode for pointers.
13632
13633 2012-01-31 Richard Sandiford <rdsandiford@googlemail.com>
13634
13635 * function.h (regno_reg_rtx): Adjust comment.
13636 * reginfo.c (init_reg_modes_target): Only use the previous mode
13637 if it fits within one register. Remove MIPS comment.
13638
13639 2012-01-31 Jakub Jelinek <jakub@redhat.com>
13640
13641 PR bootstrap/52058
13642 * combine.c (do_SUBST_LINK, SUBST_LINK): Guard with #ifndef HAVE_cc0.
13643
13644 2012-01-31 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13645
13646 * config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
13647 to srak instruction.
13648
13649 2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
13650
13651 * config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true condition.
13652
13653 2012-01-31 Jakub Jelinek <jakub@redhat.com>
13654
13655 PR bootstrap/52041
13656 PR bootstrap/52039
13657 PR target/51974
13658 * ipa-prop.c (detect_type_change_1): Call ao_ref_init.
13659
13660 2012-01-31 Richard Guenther <rguenther@suse.de>
13661
13662 PR tree-optimization/51528
13663 * tree-sra.c (sra_modify_assign): Avoid copy-in/out for aggregate
13664 assigns.
13665
13666 2012-01-31 Jakub Jelinek <jakub@redhat.com>
13667
13668 PR bootstrap/52041
13669 PR bootstrap/52039
13670 PR target/51974
13671 * ree.c (add_removable_extension): Change def_map argument
13672 to unsigned *, store in def_map 1 + offset into *insn_list vector
13673 instead of pointers into the vector.
13674 (find_removable_extensions): Adjust caller.
13675
13676 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
13677
13678 * config/avr/avr.md: Resolve all AS1 and AS2 macros.
13679 Transform all "* quoted-c-code" to { c-code }.
13680 Remove redundant test for "optimize" in combine patterns.
13681 Move (include "avr-dimode.md") to end of file.
13682
13683 2012-01-30 Bin Cheng <bin.cheng@arm.com>
13684
13685 PR target/51835
13686 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
13687 for __aeabi_d2iz/__aeabi_d2uiz with hard-float.
13688
13689 2012-01-30 Richard Guenther <rguenther@suse.de>
13690
13691 PR tree-optimization/52028
13692 * tree-loop-distribution.c (ldist_gen): Properly update
13693 virtual SSA form.
13694
13695 2012-01-30 Jakub Jelinek <jakub@redhat.com>
13696
13697 PR debug/52027
13698 * dwarf2out.c (dwarf2out_switch_text_section): Don't call
13699 set_cur_line_info_table if not emitting debug info.
13700
13701 PR tree-optimization/52046
13702 * tree-vect-patterns.c (check_bool_pattern): Give up if
13703 a comparison could throw.
13704
13705 PR debug/52048
13706 * tree-ssa-tail-merge.c (local_def): Ignore debug uses.
13707
13708 2012-01-30 Richard Guenther <rguenther@suse.de>
13709
13710 PR tree-optimization/52045
13711 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Update
13712 SSA form if cfgcleanup did anything.
13713
13714 2012-01-30 Richard Guenther <rguenther@suse.de>
13715
13716 PR tree-optimization/52045
13717 * ipa-inline-transform.c (inline_transform): Call execute_fixup_cfg
13718 before computing final todo.
13719
13720 2012-01-30 Richard Guenther <rguenther@suse.de>
13721
13722 PR tree-optimization/51528
13723 * tree-sra.c (sra_modify_assign): Re-factor in preparation
13724 for PR51528 fix.
13725
13726 2012-01-30 Paolo Bonzini <bonzini@gnu.org>
13727
13728 * df-problems.c (df_kill_notes): Check that the use refers
13729 to the note under examination.
13730
13731 2012-01-30 Eric Botcazou <ebotcazou@adacore.com>
13732
13733 PR target/51920
13734 * config/sparc/sparc.c (vector_init_fpmerge): Remove INNER_MODE
13735 parameter and use short-lived pseudos.
13736 (vector_init_faligndata): Remove INNER_MODE parameter and use loop.
13737 (sparc_expand_vector_init): Const-ify local variables and adjust
13738 calls to above functions.
13739
13740 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
13741
13742 * config/avr/avr.c (out_movqi_mr_r): Fix length computation.
13743
13744 2012-01-29 Sandra Loosemore <sandra@codesourcery.com>
13745
13746 * doc/invoke.texi: Make usage of "compile time" and
13747 "run time"/"runtime" consistent throughout the file.
13748
13749 2012-01-29 Uros Bizjak <ubizjak@gmail.com>
13750
13751 * config/alpha/alpha.c (alpha_option_override): Default to
13752 full IEEE compliance mode for Go language.
13753
13754 2012-01-29 Tijl Coosemans <tijl@coosemans.org>
13755
13756 * config/freebsd-spec.h [TARGET_LIBC_PROVIDES_SSP]
13757 (LINK_SSP_SPEC): Define.
13758
13759 2012-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13760
13761 PR target/51871
13762 * config/pa/pa.c (pa_return_addr_rtx): Add support for PA2.0 export
13763 stubs.
13764
13765 2012-01-28 Sandra Loosemore <sandra@codesourcery.com>
13766
13767 * doc/invoke.texi: Correct hyphenation of "floating point",
13768 "double precision", and related terminology throughout the file.
13769
13770 2012-01-28 Jakub Jelinek <jakub@redhat.com>
13771
13772 PR target/52006
13773 * config/arm/arm.md (pic_add_dot_plus_eight peephole2): Use
13774 arm_general_register_operand predicate for operand 2 instead of
13775 register_operand.
13776
13777 2012-01-27 Ian Lance Taylor <iant@google.com>
13778
13779 PR go/47656
13780 * builtins.def (BUILT_IN_INIT_HEAP_TRAMPOLINE): Define.
13781 * builtins.c (expand_builtin_init_trampoline): Add onstack
13782 parameter. Change caller.
13783 (expand_builtin): Handle BUILT_IN_INIT_HEAP_TRAMPOLINE.
13784 * tree.c (build_common_builtin_nodes): Declare
13785 __builtin_init_heap_trampoline.
13786
13787 2012-01-27 Georg-Johann Lay <avr@gjlay.de>
13788
13789 * config/avr/avr-protos.h (lpm_reg_rtx, lpm_addr_reg_rtx,
13790 tmp_reg_rtx, zero_reg_rtx, all_regs_rtx, rampz_rtx): Make global.
13791 * config/avr/avr.c: Ditto.
13792 (avr_regnames): Remove because unused.
13793 * config/avr/avr.md (*cpse.ne): New peephole.
13794 (*cpse.eq): New peephole from former cpse peepholes.
13795
13796 2012-01-27 Michael Eager <eager@eagercon.com>
13797
13798 * config/microblaze.c (microblaze_emit_compare): Correct
13799 test after pcmp instruction.
13800
13801 2012-01-27 Richard Guenther <rguenther@suse.de>
13802
13803 PR tree-optimization/52020
13804 * tree-sra.c (sra_modify_assign): Do not transform clobbers.
13805
13806 2012-01-27 Richard Guenther <rguenther@suse.de>
13807
13808 * ipa-pure-const.c (check_stmt): Clobbers do not make a
13809 function non-const/pure.
13810
13811 2012-01-27 Richard Guenther <rguenther@suse.de>
13812
13813 PR tree-optimization/50444
13814 * tree-sra.c (build_ref_for_offset): Properly adjust the
13815 MEM_REF type for unaligned accesses.
13816
13817 2012-01-27 Richard Guenther <rguenther@suse.de>
13818
13819 PR tree-optimization/50444
13820 * expr.c (mem_ref_refers_to_non_mem_p): New function.
13821 (expand_assignment): Use it. Properly handle misaligned
13822 bases when expanding stores to component references.
13823 (expand_expr_real_1): Use mem_ref_refers_to_non_mem_p and
13824 refactor that case.
13825
13826 2012-01-27 Andrey Belevantsev <abel@ispras.ru>
13827
13828 PR middle-end/51389
13829 * Makefile.in (tree-data-ref.o): Depend on $(PARAMS_H).
13830 * tree-data-ref.h (find_data_references_in_loop): Remove declaration.
13831 * tree-data-ref.c (find_data_references_in_loop): Make static.
13832 (compute_all_dependences): Change return type to bool. Bail out
13833 for too many datarefs in a loop. Move the hunk resetting the data
13834 dependences vector from ...
13835 (compute_data_dependences_for_loop): ... here. Account for
13836 compute_all_dependences returning false.
13837 (compute_data_dependences_for_bb): Likewise.
13838 * params.def (PARAM_LOOP_MAX_DATAREFS_FOR_DATADEPS): New param.
13839 * doc/invoke.texi (loop-max-datarefs-for-datadeps): Document it.
13840
13841 2012-01-27 Richard Guenther <rguenther@suse.de>
13842
13843 PR middle-end/51959
13844 * expr.c (store_field): Use the alias-set of the scratch memory
13845 for storing to it.
13846
13847 2012-01-27 Tom de Vries <tom@codesourcery.com>
13848
13849 PR tree-optimization/51990
13850 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
13851 WITH_SIZE_EXPR.
13852 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Same.
13853
13854 2012-01-27 Jakub Jelinek <jakub@redhat.com>
13855
13856 PR debug/52001
13857 * var-tracking.c (reverse_op): Don't add any reverse operation
13858 if V already has any constant locations.
13859
13860 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
13861
13862 * doc/invoke.texi: Correct usage of "command line" (noun)
13863 vs "command-line" (adjective) throughout.
13864
13865 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
13866
13867 * doc/invoke.texi (Language Independent Options): Move
13868 -Wcoverage-mismatch blurb from here....
13869 (Warning Options): ...to here.
13870
13871 2012-01-27 Peter Bergner <bergner@vnet.ibm.com>
13872
13873 * config/rs6000/rs6000.c (rs6000_option_override_internal):
13874 Set rs6000_always_hint to false for 476.
13875
13876 2012-01-27 Matthias Klose <doko@ubuntu.com>
13877
13878 * gcc.c (add_sysrooted_prefix): Remove trailing dir separator from
13879 system root.
13880 * incpath.c (add_standard_paths): Likewise.
13881
13882 2012-01-27 Richard Henderson <rth@redhat.com>
13883
13884 * config/m68k/m68k.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
13885 * config/m68k/sync.md (atomic_test_and_set): Rename from
13886 sync_test_and_setqi and adjust the operands.
13887 (atomic_test_and_set_1): Rename from sync_test_and_setqi_1
13888 and unconditionally enable.
13889
13890 2012-01-27 Richard Henderson <rth@redhat.com>
13891
13892 * config/sparc/sparc.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
13893 * config/sparc/sync.md (atomic_test_and_set): Only handle QImode.
13894 (ldstub): Rename from ldstubqi.
13895 (ldstub<I24MODE>): Remove.
13896
13897 2012-01-27 Richard Henderson <rth@redhat.com>
13898
13899 * target.def (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
13900 * c-cppbuiltin.c (cpp_atomic_builtins): Define
13901 __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
13902 * doc/tm.texi.in (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Add doc hook.
13903 * doc/tm.texi: Rebuild.
13904
13905 2012-01-27 Richard Henderson <rth@redhat.com>
13906
13907 * optabs.c (gen_atomic_test_and_set): Remove default.
13908 (maybe_emit_atomic_test_and_set): Use maybe_expand_insn.
13909
13910 2012-01-26 Jakub Jelinek <jakub@redhat.com>
13911
13912 PR rtl-optimization/51978
13913 * ree.c (make_defs_and_copies_lists): Change set_pat type to const_rtx.
13914 (combine_reaching_defs): Likewise.
13915 (struct re_info): Remove.
13916 (add_removable_extension): Remove x and data arguments,
13917 add insn, insn_list and def_map. Use the arguments directly
13918 instead of using struct re_info.
13919 (find_removable_extensions): Don't call add_removable_extension
13920 through note_stores, instead just call it with single_set
13921 result if non-NULL.
13922 (find_and_remove_re): Pass curr_cand->expr instead of
13923 PATTERN (curr_cand->insn) as set_pat argument to combine_reaching_defs.
13924
13925 2012-01-26 Michael Matz <matz@suse.de>
13926
13927 PR tree-optimization/46590
13928 * cfgexpand.c: Revert last change (r183305).
13929 * gimplify.c (gimplify_bind_expr): Add clobbers for all non-gimple
13930 regs.
13931 * tree-eh.c (cleanup_empty_eh): Try to optimize clobbers before
13932 checking for emptiness.
13933
13934 2012-01-26 Jakub Jelinek <jakub@redhat.com>
13935
13936 PR middle-end/51895
13937 * expr.c (expand_expr_real_1): Handle BLKmode MEM_REF of
13938 non-addressable non-BLKmode base correctly.
13939
13940 2012-01-26 Michael Matz <matz@suse.de>
13941
13942 PR tree-optimization/48794
13943 * tree-eh.c (remove_unreachable_handlers_no_lp): Don't remove
13944 regions referenced from RESX/EH_DISPATCH.
13945
13946 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13947
13948 * config/s390/s390.h: Make BRANCH_COST an option.
13949 * config/s390/s390.opt: New option -mbranch-cost.
13950
13951 2012-01-26 Richard Henderson <rth@redhat.com>
13952
13953 Revert 2012-01-24 change:
13954 * trans-mem.c (requires_barrier): Do not instrument thread local
13955 variables and emit save/restore for them.
13956
13957 2012-01-25 Jakub Jelinek <jakub@redhat.com>
13958
13959 PR middle-end/51986
13960 * sched-deps.c (sched_get_condition_with_rev_uncached): Don't test
13961 for pat == 0.
13962
13963 2012-01-25 Richard Sandiford <rdsandiford@googlemail.com>
13964
13965 * config/mips/mips.c (mips_small_data_pattern_1): Don't process
13966 ASM_OPERANDS.
13967
13968 2012-01-25 Georg-Johann Lay <avr@gjlay.de>
13969
13970 PR target/49868
13971 Rename __pgm to __flash.
13972 Rename __pgm1 to __flash1.
13973 Rename __pgm2 to __flash2.
13974 Rename __pgm3 to __flash3.
13975 Rename __pgm4 to __flash4.
13976 Rename __pgm5 to __flash5.
13977 Rename __pgmx to __memx.
13978 * doc/extend.texi (AVR Named Address Spaces)
13979 Rename address space names as indicated above.
13980 * config/avr/avr.c (avr_addrspace): Ditto.
13981
13982 * config/avr/avr-protos.h
13983 (avr_mem_pgmx_p): Rename to avr_mem_memx_p.
13984 (avr_mem_pgm_p): Rename to avr_mem_flash_p.
13985 * config/avr/predicates.md: Ditto.
13986 * config/avr/avr.c Ditto, and
13987 (avr_decl_pgmx_p): Rename to avr_decl_memx_p.
13988 (avr_decl_pgm_p): Rename to avr_decl_flash_p.
13989
13990 * config/avr/avr.h (ADDR_SPACE_PGM): Rename to ADDR_SPACE_FLASH.
13991 (ADDR_SPACE_PGM1): Rename to ADDR_SPACE_FLASH1.
13992 (ADDR_SPACE_PGM2): Rename to ADDR_SPACE_FLASH2.
13993 (ADDR_SPACE_PGM3): Rename to ADDR_SPACE_FLASH3.
13994 (ADDR_SPACE_PGM4): Rename to ADDR_SPACE_FLASH4.
13995 (ADDR_SPACE_PGM5): Rename to ADDR_SPACE_FLASH5.
13996 (ADDR_SPACE_PGMX): Rename to ADDR_SPACE_MEMX.
13997 * config/avr/avr.c: Ditto.
13998 * config/avr/avr.md: Ditto.
13999
14000 2012-01-25 Jason Merrill <jason@redhat.com>
14001
14002 PR c++/51992
14003 * tree.c (find_decls_types_in_node): Walk gimple_call_fntype.
14004
14005 2012-01-25 Jakub Jelinek <jakub@redhat.com>
14006
14007 PR tree-optimization/51987
14008 * tree-data-ref.c (get_references_in_stmt): Handle references in
14009 non-volatile GIMPLE_ASM.
14010
14011 2012-01-25 Richard Guenther <rguenther@suse.de>
14012
14013 * tree-ssa-sccvn.c (vn_reference_eq): Also compare if both
14014 bases are dereferenced.
14015
14016 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
14017
14018 PR rtl-optimization/48374
14019 * sel-sched-ir.h (get_all_loop_exits): Check for zero successors.
14020
14021 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
14022
14023 * tree-predcom.c (tree_predictive_commoning_loop): Bail out when
14024 compute_data_dependences_for_loop returns false.
14025 * tree-parloops.c (loop_parallel_p): Likewise.
14026
14027 2012-01-25 Richard Guenther <rguenther@suse.de>
14028
14029 * tree.h (get_pointer_alignment_1): Declare.
14030 * builtins.c (get_pointer_alignment_1): New function.
14031 (get_pointer_alignment): Use it.
14032
14033 2012-01-25 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14034
14035 PR rtl-optimization/48308
14036 * combine.c (enum undo_kind): Add UNDO_LINKS.
14037 (struct undo): Add member l to other_contents and where.
14038 (do_SUBST_LINK): New.
14039 (SUBST_LINK): New.
14040 (try_combine): Handle LOG_LINKS for the dummy i1 case.
14041 (undo_all): Handle UNDO_LINKS.
14042
14043 2012-01-25 Richard Henderson <rth@redhat.com>
14044
14045 * optabs.c (maybe_emit_atomic_test_and_set): Allow non-QImode
14046 mem inputs.
14047
14048 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
14049
14050 * optabs.c (gen_atomic_test_and_set): Use each argument.
14051
14052 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
14053
14054 * config/mips/mips-ps-3d.md (mips_addr_ps, reduc_splus_v2sf)
14055 (mips_cvt_pw_ps, mips_cvt_ps_pw, mips_mulr_ps, mips_cabs_cond_<fmt>)
14056 (mips_cabs_cond_4s, mips_cabs_cond_ps, bc1any4t, bc1any4f, bc1any2t)
14057 (bc1any2f, mips_rsqrt1_<fmt>, mips_rsqrt2_<fmt>, mips_recip1_<fmt>)
14058 (mips_recip2_<fmt>): Require TARGET_MIPS3D rather than
14059 TARGET_PAIRED_SINGLE_FLOAT.
14060
14061 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
14062
14063 * doc/rtl.texi (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
14064 (in_struct, return_val): Remove MEM documentation.
14065 * rtl.h (rtx_def): Remove MEM meanings from in_struct and return_val.
14066 (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
14067 (MEM_COPY_ATTRIBUTES): Remove references to MEM_IN_STRUCT_P
14068 and MEM_SCALAR.
14069 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
14070 * cfgexpand.c (add_alias_set_conflicts): Likewise.
14071 * expr.c (store_field): Likewise.
14072 * function.c (assign_stack_temp_for_type): Likewise.
14073 * ifcvt.c (noce_try_cmove_arith): Likewise.
14074 * reload1.c (reload): Likewise.
14075 * config/alpha/alpha.c (alpha_set_memflags_1): Likewise.
14076 (alpha_set_memflags): Likewise.
14077 * config/m32c/m32c.c (m32c_immd_dbl_mov): Nullify.
14078
14079 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
14080
14081 * rtl.h (true_dependence, canon_true_dependence): Remove varies
14082 parameter.
14083 * alias.c (fixed_scalar_and_varying_struct_p): Delete.
14084 (true_dependence_1, write_dependence_p, may_alias_p): Don't call it.
14085 (true_dependence_1, true_dependence, canon_true_dependence): Remove
14086 varies parameter.
14087 * cselib.c (cselib_rtx_varies_p): Delete.
14088 (cselib_invalidate_mem): Update call to canon_true_dependence.
14089 * dse.c (record_store, check_mem_read_rtx): Likewise.
14090 (scan_reads_nospill): Likewise.
14091 * cse.c (check_dependence): Likewise.
14092 (cse_rtx_varies_p): Delete.
14093 * expr.c (safe_from_p): Update call to true_dependence.
14094 * ira.c (validate_equiv_mem_from_store): Likewise.
14095 (memref_referenced_p): Likewise.
14096 * postreload-gcse.c (find_mem_conflicts): Likewise.
14097 * sched-deps.c (sched_analyze_2): Likewise.
14098 * store-motion.c (load_kills_store): Likewise.
14099 * config/frv/frv.c (frv_registers_conflict_p_1): Likewise.
14100 * gcse.c (mems_conflict_for_gcse_p): Likewise.
14101 (compute_transp): Update call to canon_true_dependence.
14102
14103 2012-01-25 Richard Henderson <rth@redhat.com>
14104
14105 * optabs.c (CODE_FOR_atomic_test_and_set): Provide default.
14106 (maybe_emit_atomic_test_and_set): New.
14107 (expand_sync_lock_test_and_set): Use it.
14108 (expand_atomic_test_and_set): Likewise.
14109 * doc/extend.texi (__atomic_test_and_set): Adjust the docs to match
14110 the implementation; clarify implementation defined details.
14111 * doc/md.texi (atomic_test_and_set): Document.
14112
14113 2012-01-25 Richard Henderson <rth@redhat.com>
14114
14115 * config/sparc/predicates.md (zero_or_v7_operand): Use match_code.
14116
14117 2012-01-25 Richard Henderson <rth@redhat.com>
14118
14119 PR target/51968
14120 * config/arm/arm.c (neon_split_vcombine): Emit deleted note
14121 to effect no-op split.
14122
14123 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
14124
14125 PR lto/51698
14126 * builtin-types.def: (BT_CONST_DOUBLE_PTR): New.
14127 (BT_FN_VOID_PTR_CONST_PTR_SIZE): New.
14128 (BT_FN_VOID_PTR_INT_SIZE): New.
14129 (BT_FN_UINT_UINT_VAR): Remove.
14130 (BT_FN_UINT32_UINT32_VAR): New.
14131 (BT_FN_DOUBLE_VPTR): Remove.
14132 (BT_FN_DOUBLE_CONST_DOUBLE_PTR): New.
14133
14134 * gtm-builtins.def (_ITM_abortTransaction): Set return type to void.
14135 (_ITM_changeTransactionMode): Same.
14136 (_ITM_memmoveRtWt): Change return type to void.
14137 (_ITM_memcpyRtWt): Same.
14138 (_ITM_memsetW): Same.
14139 (_ITM_RaRD): Change types to double.
14140 (_ITM_RD): Same.
14141 (_ITM_RaWD): Same.
14142 (_ITM_RfWD): Same.
14143
14144 * builtins.def (DEF_TM_BUILTIN): Set BOTH_P to true.
14145
14146 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
14147 Patrick Marlier <patrick.marlier@gmail.com>
14148
14149 * trans-mem.c (requires_barrier): Do not instrument thread local
14150 variables and emit save/restore for them.
14151
14152 2012-01-24 Jason Merrill <jason@redhat.com>
14153
14154 PR c++/51812
14155 * cgraphunit.c (cgraph_decide_is_function_needed): Don't always
14156 output static aliases.
14157
14158 2012-01-24 Jakub Jelinek <jakub@redhat.com>
14159
14160 PR driver/47249
14161 * common.opt (-pie, -shared, pie, shared): Change from Common to
14162 Driver.
14163 * gcc.c (display_help): Display help for -pie and -shared.
14164
14165 2012-01-24 Georg-Johann Lay <avr@gjlay.de>
14166
14167 PR target/49868
14168 * doc/extend.texi (AVR Named Address Spaces): Move sample code up.
14169 Remove note on size/offset limitation.
14170 (AVR Variable Attributes): Add example how to read data located
14171 with progmem. Refer to named address spaces.
14172 * doc/invoke.texi (AVR Options): Fix typo.
14173
14174 2012-01-24 Richard Guenther <rguenther@suse.de>
14175
14176 Forward-port to trunk
14177 2010-09-21 Jakub Jelinek <jakub@redhat.com>
14178
14179 PR middle-end/45678
14180 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: If
14181 op0 isn't sufficiently aligned and there is movmisalignM
14182 insn for mode, use it to load op0 into a temporary register.
14183
14184 2012-01-24 Jakub Jelinek <jakub@redhat.com>
14185
14186 PR target/51957
14187 * target.def (const_not_ok_for_debug_p): New hook.
14188 * doc/tm.texi.in (TARGET_CONST_NOT_OK_FOR_DEBUG_P): New hook
14189 documentation.
14190 * doc/tm.texi: Regenerated.
14191 * dwarf2out.c (const_ok_for_output_1): If
14192 targetm.const_not_ok_for_debug_p returns true, fail.
14193 * config/rs6000/rs6000.c (rs6000_const_not_ok_for_debug_p): New
14194 function.
14195 (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Redefine.
14196
14197 2012-01-23 Kai Tietz <ktietz@redhat.com>
14198
14199 PR target/51900
14200 * config/i386/predicates.md (symbolic_operand): Allow
14201 UNSPEC_PCREL as PIC expression for lea.
14202 * config/i386/winnt.c (i386_pe_binds_local_p): Reworked.
14203 * config/i386/i386.c (ix86_delegitimize_address): Handle
14204 UNSPEC_PCREL for none-MEM, too.
14205
14206 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
14207
14208 * trans-mem.c (ipa_tm_create_version): Set externally_visible.
14209 (ipa_tm_create_version_alias): Same.
14210
14211 2012-01-23 Uros Bizjak <ubizjak@gmail.com>
14212
14213 PR libitm/51830
14214 * builtin-types.def (BT_FN_UINT_UINT_VAR): New.
14215 * gtm-builtins.def (BUILT_IN_TM_START): Declare as BT_FN_UINT_UINT_VAR.
14216
14217 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
14218 Patrick Marlier <patrick.marlier@gmail.com>
14219 Iain Sandoe <developer@sandoe-acoustics.co.uk>
14220
14221 PR lto/51916
14222 * lto-wrapper.c (run_gcc): Pass the LTO section name to
14223 simple_object_start_read.
14224
14225 2012-01-23 Richard Guenther <rguenther@suse.de>
14226
14227
14228 PR tree-optimization/51895
14229 * tree-sra.c (decide_one_param_reduction): Avoid sub-optimal
14230 parameter decomposition into BLKmode components.
14231
14232 2012-01-23 Eric Botcazou <ebotcazou@adacore.com>
14233
14234 * tree-ssa-structalias.c (intra_create_variable_infos): Do not create
14235 fake variables for restrict-qualified pointers whose pointed-to type
14236 contains a placeholder.
14237
14238 2012-01-23 Richard Guenther <rguenther@suse.de>
14239
14240 PR tree-optimization/51949
14241 * ipa-split.c (execute_split_functions): Do not split malloc functions.
14242
14243 2012-01-23 Jakub Jelinek <jakub@redhat.com>
14244
14245 PR rtl-optimization/51933
14246 * ree.c (transform_ifelse): Return true right away if dstreg is
14247 already wider or equal to cand->mode.
14248 (enum ext_modified_kind, struct ext_modified, ext_state): New types.
14249 (make_defs_and_copies_lists): Remove defs_list and copies_list
14250 arguments, add state argument, just truncate state->work_list
14251 instead of always allocating and freeing the vector. Assert that
14252 get_defs succeeds instead of returning 2. Changed return type to bool.
14253 (merge_def_and_ext): Add state argument. If SET_DEST doesn't
14254 have ext_src_mode, see if it has been modified already with the
14255 right kind of extension and has been extended before from the
14256 ext_src_mode. If SET_DEST is already wider or equal to cand->mode,
14257 just return true. Remember the original mode in state->modified array.
14258 (combine_reaching_defs): Add state argument. Don't allocate and
14259 free here def_list, copied_list and vec vectors, instead just
14260 VEC_truncate the vectors in *state. Don't handle outcome == 2 here.
14261 (find_and_remove_re): Set DF_DEFER_INSN_RESCAN df flag.
14262 Add state variable, clear vectors in it, initialize state.modified
14263 if needed. Free all the vectors at the end and state.modified too.
14264 Don't skip a candidate if the extension expression has been modified.
14265
14266 2012-01-22 Douglas B Rupp <rupp@gnat.com>
14267
14268 PR target/47096
14269 * config.gcc: (i[34567]86-*-interix3*): Remove from obsolete
14270 configurations. Change triplet to i[34567]86-*-interix[3-9]*.
14271 (extra_options) interix.opt -> i386/interix.opt"
14272 (extra_objs):Add winnt-stubs.o
14273 * configure.ac: Add interix to target_os .comm on PE check.
14274 * configure: Regenerate.
14275 * config/interix3.h: Delete and move bits to..
14276 * config/interix.h: Delete and move bits to..
14277 * config/i386/i386-interix3.h: Delete and move bits to..
14278 * config/i386/i386-interix.h: ..here.
14279 (TARGET_CPU_DEFAULT): Remove redefinition.
14280 (TARGET_ASM_CONSTRUCTOR): Undefine.
14281 (SUBTARGET_SWITCHES): Define for ms-bitfields.
14282 (TARGET_OS_CPP_BUILTINS): Remove __OPENNT. Add __declspec.
14283 (PTRDIFF_TYPE): Define.
14284 (LONG_DOUBLE_TYPE_SIZE): Define.
14285 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
14286 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
14287 (TARGET_SECTION_TYPE_FLAGS): Define.
14288 (ASM_DECLARE_FUNCTION_NAME): Define.
14289 (ASM_OUTPUT_EXTERNAL): Define.
14290 (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
14291 (ASM_OUTPUT_ALIGNED_BSS): Define.
14292 (PCC_BITFIELD_TYPE_MATTERS): Define.
14293 (USE_CONST_SECTION): Define.
14294 (SUBTARGET_ENCODE_SECTION_INFO): Remove.
14295 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
14296 (SUPPORTS_ONE_ONLY): Remove.
14297 (I386_PE_STRIP_ENCODING): Define.
14298 * config/interix.opt: Delete and move bits to..
14299 * config/i386/interix.opt: ..here. New.
14300 (mpe-aligned-commons): Add.
14301 * config/i386/t-interix: Add copyright header.
14302 (winnt-stubs.o): Add rule.
14303
14304 2012-01-22 Jason Merrill <jason@redhat.com>
14305
14306 PR c++/51832
14307 * varpool.c (varpool_analyze_pending_decls): Copy DECL_EXTERNAL
14308 for extra name aliases.
14309
14310 2012-01-22 Eric Botcazou <ebotcazou@adacore.com>
14311
14312 PR rtl-optimization/51924
14313 * ree.c (combine_set_extension): Improve debugging message.
14314 (combine_reaching_defs): Likewise.
14315 (get_defs): Rename confusingly named variable.
14316 (find_and_remove_re): Skip a candidate if the extension expression has
14317 been modified.
14318
14319 2012-01-21 Robert Millan <rmh@gnu.org>
14320 Gerald Pfeifer <gerald@pfeifer.com>
14321
14322 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
14323 (GNU_USER_DYNAMIC_LINKER): Adjust indentation.
14324
14325 2012-01-20 Jakub Jelinek <jakub@redhat.com>
14326
14327 PR tree-optimization/51914
14328 * tree-vect-stmts.c (vectorizable_conversion): For
14329 cvt_type && modifier == WIDEN, put temporary with cvt_type
14330 at the beginning of vec_dsts and set vec_dest to temporary
14331 with vectype_out.
14332
14333 2012-01-20 Eric Botcazou <ebotcazou@adacore.com>
14334
14335 * cfgrtl.c (rtl_dump_bb): Do not dump insns for {ENTRY|EXIT}_BLOCK.
14336
14337 2012-01-20 Tijl Coosemans <tijl@coosemans.org>
14338
14339 * config/i386/i386.c: Fix checks for !TARGET_MACHO.
14340 * config/rs6000/rs6000.c: Likewise.
14341
14342 2012-01-20 Jakub Jelinek <jakub@redhat.com>
14343
14344 PR target/51915
14345 * config/arm/arm.c (arm_count_output_move_double_insns): Call
14346 output_move_double on a copy of operands array.
14347
14348 2012-01-20 Cary Coutant <ccoutant@google.com>
14349 Dodji Seketeli <dodji@redhat.com>
14350
14351 PR debug/45682
14352 * dwarf2out.c (copy_declaration_context): Return ref to parent
14353 of declaration DIE, if necessary.
14354 (remove_child_or_replace_with_skeleton): Add new parameter; update
14355 caller. Place skeleton DIE under parent DIE of original declaration.
14356 Move call to copy_declaration_context to here ...
14357 (break_out_comdat_types): ... from here.
14358
14359 2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14360
14361 PR rtl-optimization/51856
14362 * reload.c (find_reloads_subreg_address): Set the address_reloaded
14363 flag to reloaded.
14364
14365 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14366
14367 PR target/51819
14368 * config/arm/arm.c (arm_print_operand): Correct output of alignment
14369 hints for neon loads and stores.
14370
14371 2012-01-20 Georg-Johann Lay <avr@gjlay.de>
14372
14373 PR target/49868
14374 PR target/50887
14375 * doc/extend.texi (Named Address Spaces): Split into subsections.
14376 (AVR Named Address Spaces): New subsection.
14377 (M32C Named Address Spaces): New subsection.
14378 (RL78 Named Address Spaces): New subsection.
14379 (SPU Named Address Spaces): New subsection.
14380 (Variable Attributes): New anchor "AVR Variable Attributes".
14381 (AVR Variable Attributes): Rewrite and avoid wording
14382 "address space" in this context.
14383 * doc/invoke.texi (AVR Options): Rewrite and add documentation
14384 for -maccumulate-args, -mbranch-cost=, -mrelax, -mshort-calls.
14385 (AVR Built-in Macros): New subsubsection therein.
14386 * doc/md.texi (AVR constraints): Remove "C04", "R".
14387
14388 2012-01-20 Richard Guenther <rguenther@suse.de>
14389
14390 PR tree-optimization/51903
14391 * tree-ssa-pre.c (eliminate): Properly purging of EH edges
14392 when removing stmts.
14393
14394 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14395
14396 PR target/50313
14397 * config/arm/arm.c (arm_load_pic_register): Use
14398 gen_pic_load_addr_unified. Delete calls to gen_pic_load_addr_32bit
14399 , gen_pic_add_dot_plus_eight and gen_pic_add_dot_plus_four.
14400 (arm_pic_static_addr): Likewise.
14401 (arm_rtx_costs_1): Adjust cost for UNSPEC_PIC_UNIFIED.
14402 (arm_note_pic_base): Handle UNSPEC_PIC_UNIFIED.
14403 * config/arm/arm.md (UNSPEC_PIC_UNIFIED): Define.
14404 (pic_load_addr_unified): New.
14405
14406 2012-01-20 Andrey Belevantsev <abel@ispras.ru>
14407
14408 PR target/51106
14409 * function.c (instantiate_virtual_regs_in_insn): Use
14410 delete_insn_and_edges when removing a wrong asm insn.
14411
14412 2012-01-19 Vladimir Makarov <vmakarov@redhat.com>
14413
14414 PR rtl-optimization/40761
14415 * ira-int.h (struct ira_loop_tree_node): Add comment for member loop.
14416 Add new member loop_num.
14417 (IRA_LOOP_NODE_BY_INDEX): Modify the check.
14418 (ira_build): Remove the parameter.
14419
14420 * ira.c (ira_print_disposition): Use loop_num instead of loop->num.
14421 (ira.c): Do not build CFG loops for one region allocation. Remove
14422 argument from ira_build call.
14423
14424 * ira-build.c (init_loop_tree_node): New function.
14425 (create_loop_tree_nodes): Use it. Separate the case when CFG
14426 loops are not built.
14427 (more_one_region_p): Check current_loops.
14428 (finish_loop_tree_nodes): Separate the case when CFG loops are not
14429 built.
14430 (add_loop_to_tree): Process loop equal to NULL too.
14431 (form_loop_tree): Separate the case when CFG loops are not built.
14432 Use explicitly number for the root.
14433 (rebuild_regno_allocno_maps, create_loop_tree_node_allocnos): Add
14434 an assertion.
14435 (ira_print_expanded_allocno, loop_compare_func): Use loop_num
14436 instead of loop->num.
14437 (mark_loops_for_removal): Ditto. Use loop_num instead of loop->num.
14438 (mark_all_loops_for_removal): Ditto.
14439 (remove_unnecessary_regions): Separate the case when CFG loops
14440 are not built.
14441 (ira_build): Remove the parameter. Use explicit number of regions
14442 when CFG loops are not built.
14443
14444 * ira-color.c (print_loop_title): Separate the case for the root node.
14445 Use loop_num instead of loop->num.
14446 (move_spill_restore): Use loop_num instead of loop->num.
14447
14448 * ira-emit.c (setup_entered_from_non_parent_p): Add an assertion.
14449 (change_loop): Ditto.
14450 (change_loop): Use loop_num instead of loop->num.
14451
14452 * ira-lives.c (process_bb_node_lives): Ditto.
14453
14454 * ira-costs.c (print_allocno_costs, find_costs_and_classes): Ditto.
14455
14456 * ira-conflicts.c (print_allocno_conflicts): Ditto.
14457
14458 2012-01-19 Jakub Jelinek <jakub@redhat.com>
14459
14460 PR libmudflap/40778
14461 * tree-mudflap.c (mf_artificial): New function.
14462 (execute_mudflap_function_ops, execute_mudflap_function_decls,
14463 mx_register_decls, mudflap_enqueue_decl): Use it.
14464
14465 PR target/51876
14466 * config/arm/neon.md (*neon_vswp<mode>): Fix up operand
14467 numbers in the insn pattern.
14468
14469 2012-01-19 Michael Matz <matz@suse.de>
14470
14471 PR tree-optimization/46590
14472 * cfgexpand.c (add_scope_conflicts_1): New old_conflicts argument,
14473 use it in remembering which conflicts we already created.
14474 (add_scope_conflicts): Adjust call to above, (de)allocate helper
14475 bitmap.
14476
14477 2012-01-19 Aldy Hernandez <aldyh@redhat.com>
14478
14479 PR lto/51280
14480 * lto-wrapper.c (run_gcc): Pass -fgnu_tm on.
14481 (merge_and_complain): Same.
14482
14483 2012-01-19 Jakub Jelinek <jakub@redhat.com>
14484
14485 PR bootstrap/50237
14486 * config/initfini-array.h: Guard content of the header
14487 with #ifdef HAVE_INITFINI_ARRAY.
14488 * configure.ac: Move gcc_AC_INITFINI_ARRAY much later into the file.
14489 Add initfini-array.h to tm_file here.
14490 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): For non-ia64 do a linker test.
14491 * config.gcc: Don't add initfini-array.h to tm_file here.
14492 * configure: Regenerated.
14493
14494 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
14495
14496 PR rtl-optimization/51505
14497 * df-problems.c (df_kill_notes): New parameter live. Update comment.
14498 Remove REG_EQUAL/REG_EQUIV notes referring to dead registers.
14499 (df_note_bb_compute): Update the call to df_kill_notes.
14500
14501 2012-01-18 Aldy Hernandez <aldyh@redhat.com>
14502
14503 * trans-mem.c (requires_barrier): Remove call to is_global_var.
14504
14505 2012-01-18 Richard Guenther <rguenther@suse.de>
14506
14507 * tree-ssa.c (useless_type_conversion_p): Remove special-casing
14508 of conversions to void *.
14509
14510 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14511 Richard Sandiford <rdsandiford@googlemail.com>
14512
14513 PR middle-end/50325
14514 PR middle-end/51192
14515 * optabs.h (simplify_expand_binop): Declare.
14516 * optabs.c (simplify_expand_binop): Make global.
14517 * expmed.c (store_bit_field_1): Use simplify_expand_binop on big
14518 endian targets if the source cannot be exactly covered by word
14519 mode chunks.
14520
14521 2012-01-17 Jakub Jelinek <jakub@redhat.com>
14522
14523 PR bootstrap/51872
14524 * hard-reg-set.h (struct hard_reg_set_container): New type.
14525 * target.h (struct hard_reg_set_container): Forward declare.
14526 * target.def (set_up_by_prologue): New target hook.
14527 * doc/tm.texi.in (TARGET_SET_UP_BY_PROLOGUE): Document it.
14528 * doc/tm.texi: Regenerated.
14529 * function.c (thread_prologue_and_epilogue_insns): Change
14530 set_up_by_prologue HARD_REG_SET into struct hard_reg_set_container.
14531 Call targetm.set_up_by_prologue on it.
14532 * config/rs6000/rs6000.c (rs6000_set_up_by_prologue): New function.
14533 (TARGET_SET_UP_BY_PROLOGUE): Redefine to it.
14534
14535 2012-01-17 Nick Clifton <nickc@redhat.com>
14536
14537 * config/rx/rx.c (rx_can_use_simple_return): New function.
14538 * config/rx/rx-protos.h (rx_can_use_simple_return): Prototype.
14539 * config/rx/rx.md (return): Predicate on rx_can_use_simple_return.
14540
14541 2012-01-17 Richard Guenther <rguenther@suse.de>
14542
14543 PR middle-end/51782
14544 * expr.c (expand_assignment): Take address-space information
14545 from the address operand of MEM_REF and TARGET_MEM_REF.
14546 (expand_expr_real_1): Likewise.
14547
14548 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14549
14550 * ira.c (do_reload): Make sure ira_dump_file is re-set if no
14551 reload dump is requested.
14552
14553 2012-01-17 Aldy Hernandez <aldyh@redhat.com>
14554
14555 PR other/51165
14556 * trans-mem.c (requires_barrier): Call may_be_aliased.
14557
14558 2012-01-17 Jakub Jelinek <jakub@redhat.com>
14559
14560 PR tree-optimization/51877
14561 * tree-ssa-tail-merge.c (gimple_equal_p): Don't return true whenever
14562 call arguments and fndecls compare equal, instead return false if they
14563 don't. Return true only if lhs1 and lhs2 are either both NULL, or
14564 both SSA_NAMEs that are valueized the same, or they satisfy
14565 operand_equal_p.
14566
14567 2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14568
14569 * configure.ac (gcc_cv_target_dl_iterate_phdr): Only check on
14570 Solaris 11+.
14571 * configure: Regenerate.
14572
14573 2012-01-16 Jan Hubicka <jh@suse.cz>
14574
14575 PR c/12245
14576 PR c++/14179
14577 * convert.c (convert_to_integer): Use fold_convert for
14578 converting an INTEGER_CST to integer type.
14579
14580 2012-01-16 Jason Merrill <jason@redhat.com>
14581
14582 PR c++/14179
14583 * vec.c (vec_gc_o_reserve_1): Use ggc_round_alloc_size.
14584
14585 2012-01-16 Jakub Jelinek <jakub@redhat.com>
14586
14587 PR bootstrap/51860
14588 * config/s390/s390.c (s390_chunkify_start): Don't skip
14589 call insns followed by NOTE_INSN_CALL_ARG_LOCATION note. Skip
14590 NOTE_INSN_VAR_LOCATION and NOTE_INSN_CALL_ARG_LOCATION notes.
14591 If insn is followed by NOTE_INSN_VAR_LOCATION or
14592 NOTE_INSN_CALL_ARG_LOCATION notes, insert jump after all those notes.
14593 Don't use location of note insns.
14594
14595 PR tree-optimization/51865
14596 * tree-inline.c (tree_function_versioning): Call remap_decl
14597 on DECL_RESULT whenever it has VOID_TYPE_P type.
14598
14599 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
14600
14601 * config/mips/mips.c (mips16_build_call_stub): Don't use a stub
14602 for calls to locally-binding MIPS16 functions if only the return
14603 type uses float regs.
14604
14605 2012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
14606 Richard Sandiford <rdsandiford@googlemail.com>
14607
14608 * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): Delete.
14609 (SYMBOL_32_HIGH): Likewise.
14610 (mips_output_tls_reloc_directive): Declare.
14611 * config/mips/mips.h (PIC_FUNCTION_ADDR_REGNUM): Move to mips.md.
14612 (mips_use_pcrel_pool_p, mips_lo_relocs, mips_hi_relocs): Declare.
14613 * config/mips/mips.c (mips_use_pcrel_pool_p): New variable.
14614 (mips_lo_relocs, mips_hi_relocs): Make extern.
14615 (mips16_stub_function): Move up file.
14616 (mips_classify_symbol): Remove SYMBOL_FORCE_TO_MEM handling.
14617 (mips_symbolic_constant_p): Likewise. Remove SYMBOL_32_HIGH too.
14618 (mips_symbol_insns_1): Likewise. Check mips_use_pcrel_pool_p.
14619 (mips_cannot_force_const_mem): Use mips_use_pcrel_pool_p instead of
14620 SYMBOL_FORCE_TO_MEM. Only check mips_tls_symbol_ref_1 if it's false.
14621 (mips_get_tp): Add MIPS16 support.
14622 (mips_legitimize_tls_address): Remove MIPS16 sorry().
14623 Generalize DTPREL and TPREL handling.
14624 (mips_init_relocs): Initialize mips_use_pcrel_pool_p.
14625 Add MIPS16 TLS support.
14626 (mips_output_tls_reloc_directive): New function.
14627 (mips16_rewrite_pool_refs): Ignore UNSPEC_TLS_GET_TPs.
14628 * config/mips/predicates.md (symbolic_operand_with_high)
14629 (tls_reloc_operand): New predicates.
14630 (force_to_mem_operand): Use mips_use_pcrel_pool_p.
14631 * config/mips/mips.md (UNSPEC_UNSHIFTED_HIGH): New unspec.
14632 (PIC_FUNCTION_ADDR_REGNUM): Moved from mips.h.
14633 (*unshifted_high): New instruction. Use it for MIPS16 high splitter.
14634 (consttable_tls_reloc, tls_get_tp_mips16_<mode>): New patterns.
14635 (*tls_get_tp_mips16_call_<mode>): Likewise.
14636
14637 2012-01-15 Uros Bizjak <ubizjak@gmail.com>
14638
14639 PR rtl-optimization/51821
14640 * recog.c (peep2_find_free_register): Determine clobbered registers
14641 from insn pattern.
14642
14643 2012-01-14 Denis Chertykov <chertykov@gmail.com>
14644
14645 PR target/50925
14646 * config/avr/avr-protos.h: Revert change of 2012-01-09.
14647 * config/avr/avr.c: Likewise.
14648 * config/avr/avr.h: Likewise.
14649
14650 2012-01-13 Ian Lance Taylor <iant@google.com>
14651
14652 PR c++/50012
14653 * tree.h (TYPE_QUALS): Add cast to int.
14654 (TYPE_QUALS_NO_ADDR_SPACE): Likewise.
14655
14656 2012-01-13 Ian Lance Taylor <iant@google.com>
14657
14658 * ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when
14659 comparing param_index to VEC_length result.
14660
14661 2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
14662
14663 * c-decl.c: Do not include tree-mudflap.h
14664 * tree-optimize.c: Likewise.
14665 * Makefile.in: Update dependencies.
14666
14667 2012-01-13 Richard Guenther <rguenther@suse.de>
14668
14669 PR middle-end/8081
14670 * gimplify.c (gimplify_modify_expr_rhs): For calls with a
14671 variable-sized result always use RSO.
14672
14673 2012-01-12 DJ Delorie <dj@redhat.com>
14674
14675 * cfgexpand.c (convert_debug_memory_address): Allow any valid
14676 pointer type, not just the default pointer type.
14677
14678 2012-01-09 Richard Henderson <rth@redhat.com>
14679 Denis Chertykov <chertykov@gmail.com>
14680
14681 PR target/50925
14682 * config/avr/avr-protos.h (avr_hard_regno_nregs): Declare.
14683 * config/avr/avr.c (avr_can_eliminate): Simplify.
14684 (avr_initial_elimination_offset): Likewise.
14685 (avr_prologue_setup_frame): Use hard_frame_pointer_rtx.
14686 (expand_epilogue): Likewise.
14687 (avr_legitimize_address): Gut.
14688 (avr_legitimize_reload_address): Use hard_frame_pointer_rtx.
14689 (avr_hard_regno_nregs): New.
14690 (avr_hard_regno_ok): Allow only Pmode for arg and frame_pointers.
14691 (avr_regno_mode_code_ok_for_base_b): Handle arg and frame pointers.
14692 * config/avr/avr.h (FIXED_REGISTERS): Adjust arg pointer,
14693 add soft frame pointer.
14694 (CALL_USED_REGISTERS): Likewise.
14695 (REG_CLASS_CONTENTS): Likewise.
14696 (REGISTER_NAMES): Likewise.
14697 (HARD_REGNO_NREGS): Use avr_hard_regno_nregs.
14698 (HARD_FRAME_POINTER_REGNUM): New.
14699 (FRAME_POINTER_REGNUM): Use soft frame pointer.
14700 (ELIMINABLE_REGS): Eliminate from the soft frame pointer,
14701 remove the HARD_FRAME_POINTER self-elimination.
14702
14703 2012-01-12 Georg-Johann Lay <avr@gjlay.de>
14704
14705 PR target/51756
14706 * config/avr/avr.c (avr_encode_section_info): Test for absence of
14707 DECL_EXTERNAL when checking for initializers of progmem variables.
14708
14709 2012-01-12 Ira Rosen <irar@il.ibm.com>
14710
14711 PR tree-optimization/51799
14712 * tree-vect-patterns.c (vect_recog_over_widening_pattern): Check
14713 that the last operation is a type demotion.
14714
14715 2012-01-12 Uros Bizjak <ubizjak@gmail.com>
14716
14717 * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
14718 (x86_shift<mode>_adj_1): Remove operand constraint from operand 3.
14719
14720 2012-01-11 Jakub Jelinek <jakub@redhat.com>
14721
14722 PR bootstrap/51796
14723 * combine.c (distribute_notes): If i3 is a noreturn call,
14724 allow old_size to be equal to args_size and make sure the
14725 noreturn call gets REG_ARGS_SIZE note.
14726 * expr.c (fixup_args_size_notes): Put REG_ARGS_SIZE notes
14727 on noreturn calls even when the delta is 0.
14728
14729 2012-01-11 Nathan Sidwell <nathan@acm.org>
14730
14731 * gcov.c (STRING_SIZE): Remove.
14732 (generate_results): Erase annotations for source files with no
14733 coverage information.
14734 (read_line): New.
14735 (output_lines): Use it.
14736
14737 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
14738
14739 * gimple.h (gimplify_body): Remove first argument.
14740 * gimplify.c (copy_if_shared): Add DATA argument. Do not create the
14741 pointer set here, instead just pass DATA to walk_tree.
14742 (unshare_body): Remove BODY_P argument and adjust. Create the pointer
14743 set here and invoke copy_if_shared on the size trees of DECL_RESULT.
14744 (unvisit_body): Likewise, but with unmark_visited.
14745 (gimplify_body): Remove BODY_P argument and adjust.
14746 (gimplify_function_tree): Adjust call to gimplify_body.
14747 * omp-low.c (finalize_task_copyfn): Likewise.
14748
14749 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
14750
14751 * tree.h (build_function_decl_skip_args): Add boolean parameter.
14752 (build_function_type_skip_args): Delete.
14753 * tree.c (build_function_type_skip_args): Make static and add
14754 SKIP_RETURN parameter. Fix thinko in the handling of variants.
14755 (build_function_decl_skip_args): Add SKIP_RETURN parameter and
14756 pass it to build_function_type_skip_args.
14757 * cgraph.h (cgraph_function_versioning): Add boolean parameter.
14758 (tree_function_versioning): Likewise.
14759 * cgraph.c (cgraph_create_virtual_clone): Adjust call to
14760 build_function_decl_skip_args.
14761 * cgraphunit.c (cgraph_function_versioning): Add SKIP_RETURN parameter
14762 and pass it to build_function_decl_skip_args/tree_function_versioning.
14763 (cgraph_materialize_clone): Adjust call to tree_function_versioning.
14764 * ipa-inline-transform.c (save_inline_function_body): Likewise.
14765 * trans-mem.c (ipa_tm_create_version): Likewise.
14766 * tree-sra.c (modify_function): Ditto for cgraph_function_versioning.
14767 * tree-inline.c (declare_return_variable): Remove always-true test.
14768 (tree_function_versioning): Add SKIP_RETURN parameter. If the function
14769 returns non-void and SKIP_RETURN, create a void-typed RESULT_DECL.
14770 * ipa-split.c (split_function): Skip the return value for the split
14771 part if it doesn't return.
14772
14773 2012-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14774
14775 PR tree-optimization/49642
14776 * ipa-split.c (forbidden_dominators): New variable.
14777 (check_forbidden_calls): New function.
14778 (dominated_by_forbidden): Likewise.
14779 (consider_split): Check for forbidden dominators.
14780 (execute_split_functions): Initialize and free forbidden
14781 dominators info; call check_forbidden_calls.
14782
14783 2012-01-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
14784
14785 * config/arm/arm.md (mov_notscc): Use MVN for false condition.
14786
14787 2012-01-11 Nick Clifton <nickc@redhat.com>
14788
14789 * config/rx/rx.md (return): Define pattern.
14790
14791 2012-01-11 Richard Guenther <rguenther@suse.de>
14792
14793 * doc/extend.texi (malloc attribute): Adjust according to
14794 implementation.
14795
14796 2012-01-10 Aldy Hernandez <aldyh@redhat.com>
14797 Patrick Marlier <patrick.marlier@gmail.com>
14798
14799 PR middle-end/51516
14800 * trans-mem.c (get_cg_data): Traverse aliases if requested.
14801 (ipa_tm_scan_calls_block): Update parameters to get_cg_data.
14802 (ipa_tm_note_irrevocable): Same.
14803 (ipa_tm_scan_irr_block): Same.
14804 (ipa_tm_decrement_clone_counts): Same.
14805 (ipa_tm_scan_irr_function): Same.
14806 (ipa_tm_create_version_alias): Same.
14807 (ipa_tm_create_version): Same.
14808 (ipa_tm_transform_calls_redirect): Same.
14809 (ipa_tm_transform_calls): Same.
14810 (ipa_tm_transform_transaction): Same.
14811 (ipa_tm_execute): Same.
14812
14813 2012-01-10 Richard Guenther <rguenther@suse.de>
14814
14815 PR middle-end/51806
14816 * opts.c (common_handle_option): Handle -Werror.
14817
14818 2012-01-10 Andreas Schwab <schwab@linux-m68k.org>
14819
14820 * config/m68k/sync.md ("atomic_compare_and_swap<mode>_1"): Fix
14821 operand number.
14822
14823 2012-01-10 Jason Merrill <jason@redhat.com>
14824
14825 * doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
14826 information.
14827
14828 2012-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14829
14830 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check if linker
14831 supports R_386_TLS_GD_PLT reloc.
14832 (gcc_cv_as_ix86_tlsldmplt): Check if linker
14833 supports R_386_TLS_LDM_PLT reloc.
14834 * configure: Regenerate.
14835 * config.in: Regenerate.
14836
14837 2012-01-10 Georg-Johann Lay <avr@gjlay.de>
14838
14839 PR target/49868
14840 Extend __pgmx semantics to linearize memory.
14841 * config/avr/avr.md (mov<mode>): Use avr_xload_libgcc_p to
14842 determine if code comes inline or from libgcc.
14843 (MOVMEM_r_d:HI): Add "w" to constraint for better preference.
14844 (movmem_qi, movmem_qi): Set constraint #2 to "n".
14845 (movmem_qi_elpm, movmem_hi_elpm): Remove insns.
14846 (movmemx_qi, movmemx_hi): New insns.
14847 (xload_<mode>_libgcc): Rewrite to new insn condition.
14848 (xload_<mode>): Remove insns.
14849 * config/avr/avr.c (avr_out_xload): Rewrite: Only need to handle
14850 cases that don't satisfy avr_xload_libgcc_p().
14851 (avr_addr_space_convert): Allow converting in any direction.
14852 (avr_addr_space_subset_p): Return always true.
14853 (avr_xload_libgcc_p): Rewrite to fit new __pgmx semantics.
14854 (avr_emit_movmemhi): Ditto.
14855 (avr_out_lpm): No need to handle ADDR_SPACE_PGMX any more.
14856 (avr_out_movmem): Ditto.
14857 (AVR_SYMBOL_FLAG_PROGMEM): New macro.
14858 (AVR_SYMBOL_SET_ADDR_SPACE): New macro.
14859 (AVR_SYMBOL_GET_ADDR_SPACE): New macro.
14860 (avr_encode_section_info): Encode 'progmem' in symbol flags.
14861 (output_reload_in_const): Don't zero-extend any 24-bit symbols.
14862
14863 2012-01-10 Richard Guenther <rguenther@suse.de>
14864
14865 PR tree-optimization/50913
14866 * graphite-scop-detection.c (stmt_has_simple_data_refs_p):
14867 Require data-refs to be representable by Graphite with respect
14868 to any loop nest.
14869
14870 2012-01-10 Uros Bizjak <ubizjak@gmail.com>
14871
14872 * config/i386/constraints.md ("L"): Return true for 0xffffffff.
14873 * config/i386/i386.c (*anddi_1): Emit AND with 0xffffffff as MOV.
14874
14875 2012-01-10 Tom de Vries <tom@codesourcery.com>
14876
14877 PR rtl-optimization/51271
14878 * dwarf2cfi.c (scan_trace): Save and restore cur_row->reg_save when
14879 handling annulled branch.
14880
14881 2012-01-10 Richard Henderson <rth@redhat.com>
14882
14883 * config/arm/arm.c (arm_vectorize_vec_perm_const_ok,
14884 TARGET_VECTORIZE_VEC_PERM_CONST_OK, neon_split_vcombine, MAX_VECT_LEN,
14885 struct expand_vec_perm_d, arm_expand_vec_perm_1, arm_expand_vec_perm,
14886 arm_evpc_neon_vuzp, arm_evpc_neon_vzip, arm_evpc_neon_vrev,
14887 arm_evpc_neon_vtrn, arm_evpc_neon_vtbl, arm_expand_vec_perm_const_1,
14888 arm_expand_vec_perm_const): New.
14889 * config/arm/arm-protos.h: Update.
14890 * config/arm/neon.md (UNSPEC_VCONCAT): New.
14891 (*neon_vswp<VDQX>): New.
14892 (neon_vcombine<VDX>): Use neon_split_vcombine.
14893 (neon_vtbl1v16qi, neon_vtbl2v16qi, neon_vcombinev16qi): New.
14894 * config/arm/vec-common.md (vec_perm_const<VALL>): New.
14895 (vec_perm<VE>): New.
14896
14897 2012-01-10 Richard Henderson <rth@redhat.com>
14898
14899 * config/arm/arm.c (arm_gen_compare_reg): Add scratch argument;
14900 use it if reload_completed.
14901 (arm_legitimize_sync_memory, arm_emit, arm_insn_count, arm_count,
14902 arm_output_asm_insn, arm_process_output_memory_barrier,
14903 arm_output_memory_barrier, arm_ldrex_suffix, arm_output_ldrex,
14904 arm_output_strex, arm_output_it, arm_output_op2, arm_output_op3,
14905 arm_output_sync_loop, arm_get_sync_operand, FETCH_SYNC_OPERAND,
14906 arm_process_output_sync_insn, arm_output_sync_insn,
14907 arm_sync_loop_insns, arm_call_generator, arm_expand_sync): Remove.
14908 (arm_pre_atomic_barrier, arm_post_atomic_barrier): New.
14909 (arm_emit_load_exclusive, arm_emit_store_exclusive): New.
14910 (emit_unlikely_jump): New.
14911 (arm_expand_compare_and_swap, arm_split_compare_and_swap): New.
14912 (arm_split_atomic_op): New.
14913 * config/arm/arm-protos.h: Update.
14914 * config/arm/arm.h (enum arm_sync_generator_tag): Remove.
14915 (struct arm_sync_generator): Remove.
14916 * config/arm/arm.md (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK,
14917 VUNSPEC_SYNC_OP, VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): Remove.
14918 (VUNSPEC_ATOMIC_CAS, VUNSPEC_ATOMIC_XCHG, VUNSPEC_ATOMIC_OP): New.
14919 (VUNSPEC_LL, VUNSPEC_SC): New.
14920 (sync_result, sync_memory, sync_required_value, sync_new_value,
14921 sync_t1, sync_t2, sync_release_barrier, sync_op): Remove.
14922 (attr length): Don't use arm_sync_loop_insns.
14923 (cbranch_cc, cstore_cc): Update call to arm_gen_compare_reg.
14924 (movsfcc, movdfcc): Likewise.
14925 * config/arm/constraints.md (Ua): New.
14926 * config/arm/prediates.md (mem_noofs_operand): New.
14927 (sync_compare_and_swap<QHSD>, sync_lock_test_and_set<QHSD>): Remove.
14928 (sync_clobber, sync_t2_reqd): Remove.
14929 (sync_<syncop><QHSD>, sync_nand<QHSD>): Remove.
14930 (sync_new_<syncop><QHSD>, sync_new_nand<QHSD>): Remove.
14931 (sync_old_<syncop><QHSD>, sync_old_nand<QHSD>): Remove.
14932 (arm_sync_compare_and_swap<SIDI>): Remove.
14933 (arm_sync_compare_and_swap<NARROW>): Remove.
14934 (arm_sync_lock_test_and_set<SIDI>): Remove.
14935 (arm_sync_lock_test_and_set<NARROW>): Remove.
14936 (arm_sync_new_<syncop><SIDI>): Remove.
14937 (arm_sync_new_<syncop><NARROW>): Remove.
14938 (arm_sync_new_nand<SIDI>): Remove.
14939 (arm_sync_new_nand<NARROW>): Remove.
14940 (arm_sync_old_<syncop><SIDI>): Remove.
14941 (arm_sync_old_<syncop><NARROW>): Remove.
14942 (arm_sync_old_nand<SIDI>): Remove.
14943 (arm_sync_old_nand<NARROW>): Remove.
14944 (*memory_barrier): Merge arm_output_memory_barrier.
14945 (atomic_compare_and_swap<QHSD>): New.
14946 (atomic_compare_and_swap<NARROW>_1): New.
14947 (atomic_compare_and_swap<SIDI>_1): New.
14948 (atomic_exchange<QHSD>): New.
14949 (cas_cmp_operand, cas_cmp_str): New.
14950 (atomic_op_operand, atomic_op_str): New.
14951 (atomic_<syncop><QHSD>, atomic_nand<QHSD>): New.
14952 (atomic_fetch_<syncop><QHSD>, atomic_fetch_nand<QHSD>): New.
14953 (atomic_<syncop>_fetch<QHSD>, atomic_nand_fetch<QHSD>): New.
14954 (arm_load_exclusive<NARROW>): New.
14955 (arm_load_exclusivesi, arm_load_exclusivedi): New.
14956 (arm_store_exclusive<QHSD>): New.
14957
14958 2012-01-09 Michael Meissner <meissner@linux.vnet.ibm.com>
14959
14960 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add DF
14961 reload patterns if -mvsx-scalar-memory.
14962
14963 * config/rs6000/vsx.md (vsx_xscvspdp): Allow xscvspdp to be
14964 generated, even -mno-vsx-scalar-double was used.
14965 (vsx_xscvdpsp_scalar): Likewise.
14966 (vsx_xscvspdp_scalar2): Likewise.
14967
14968 2012-01-09 Tom de Vries <tom@codesourcery.com>
14969 Andrew Pinski <apinski@cavium.com>
14970
14971 PR debug/51471
14972 * reorg.c (fill_slots_from_thread): Don't speculate
14973 frame-related insns.
14974
14975 2012-01-09 Richard Sandiford <rdsandiford@googlemail.com>
14976
14977 * sched-int.h (bb_note): Move to...
14978 * basic-block.h: ...here.
14979 * haifa-sched.c (bb_note): Move to...
14980 * cfgrtl.c: ...here.
14981 * function.c (next_block_for_reg): New function.
14982 (move_insn_for_shrink_wrap): Likewise.
14983 (prepare_shrink_wrap): Rewrite to use the above.
14984
14985 2012-01-09 Aldy Hernandez <aldyh@redhat.com>
14986
14987 * gimple.c (is_gimple_non_addressable): Remove.
14988 * gimple.h: Remove is_gimple_non_addressable.
14989 * gimplify.c (gimplify_modify_expr_rhs): Use is_gimple_reg instead of
14990 is_gimple_non_addressable.
14991 * trans-mem.c (expand_assign_tm): Same.
14992
14993 2012-01-09 Richard Guenther <rguenther@suse.de>
14994
14995 PR tree-optimization/51775
14996 * tree-ssa-sccvn.c (visit_use): Value-number throwing stmts.
14997 * tree-ssa-pre.c (eliminate): Properly fixup EH info.
14998
14999 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
15000
15001 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
15002 tuning parameters.
15003 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
15004
15005 2012-01-09 Richard Guenther <rguenther@suse.de>
15006
15007 * tree-streamer-out.c (write_ts_optimization): Fix spelling.
15008
15009 2012-01-08 Jan Hubicka <jh@suse.cz>
15010
15011 PR tree-optimize/51680
15012 * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition
15013 on when known_vals needs to be computed; cleanup.
15014
15015 2012-01-08 Jan Hubicka <jh@suse.cz>
15016
15017 PR tree-optimize/51694
15018 * ipa-cp.c (ipa_get_indirect_edge_target): Add bounds checks.
15019
15020 2012-01-08 Jonathan Wakely <jwakely.gcc@gmail.com>
15021
15022 * doc/cpp.texi (Predefined Macros): __STRICT_ANSI__ is defined
15023 for -std=c++98 and -std=c++11 too.
15024
15025 2012-01-08 Chung-Lin Tang <cltang@codesourcery.com>
15026
15027 * cfgloop.c (cancel_loop): Add free() of bbs array.
15028
15029 2012-01-07 Jan Hubicka <jh@suse.cz>
15030
15031 PR tree-optimization/51600
15032 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Disable code
15033 that benefits small functions.
15034
15035 2012-01-07 Jan Hubicka <jh@suse.cz>
15036
15037 * ipa-inline.c (want_inline_small_function_p): Fix formating.
15038
15039 2012-01-07 Jan Hubicka <jh@suse.cz>
15040
15041 PR tree-optimization/51680
15042 * ipa-inline.c (want_inline_small_function_p): Be more lax on functions
15043 whose inlining reduce unit size.
15044
15045 2012-01-07 Alexandre Oliva <aoliva@redhat.com>
15046
15047 PR bootstrap/51725
15048 * cselib.c (new_elt_loc_list): Promote addr_list to canonical node.
15049 Add canonical node to containing_mem chain after the non-canonical
15050 one, even if there weren't any locs to propagate.
15051 (remove_useless_values): Keep only canonical values.
15052 (add_mem_for_addr, cselib_lookup_mem): Canonicalize addr.
15053 (cselib_invalidate_mem): Likewise. Ensure v is canonical, and
15054 canonicalize mem_chain elements that are not discarded.
15055
15056 2012-01-06 Jakub Jelinek <jakub@redhat.com>
15057
15058 PR target/47333
15059 * cgraphunit.c (cgraph_optimize): Call output_weakrefs
15060 before emitting functions.
15061
15062 PR gcov-profile/50127
15063 * bb-reorder.c (partition_hot_cold_basic_blocks): Call
15064 clear_aux_for_blocks.
15065
15066 2012-01-06 Alexandre Oliva <aoliva@redhat.com>
15067
15068 PR debug/51746
15069 * cselib.c (cselib_hash_rtx): Hash incoming VALUEs too.
15070
15071 2012-01-06 Arnaud Charlet <charlet@adacore.com>
15072
15073 * c-decl.c (ext_block): Moved up.
15074 (collect_all_refs, for_each_global_decl): Take ext_block into account.
15075
15076 2012-01-06 Han Shen <shenhan@google.com>
15077
15078 Translate built-in include paths for sysroot.
15079 * Makefile.in (gcc_gxx_include_dir_add_sysroot): New.
15080 (PREPROCESSOR_DEFINES): Define GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT.
15081
15082 * cppdefault.c (cpp_include_defaults): Replace hard coded "0" with
15083 GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT for "add_sysroot" field.
15084
15085 * configure.ac (AC_SUBST): Add gcc_gxx_include_dir_add_sysroot to
15086 control whether sysroot should be prepended to gxx include dir.
15087
15088 * configure: Regenerate.
15089
15090 2012-01-06 Torvald Riegel <triegel@redhat.com>
15091
15092 PR rtl-optimization/51771
15093 * builtin-attrs.def (ATTR_RETURNS_TWICE, ATTR_TM_NOTHROW_RT_LIST): New.
15094 * gtm-builtins.def (BUILT_IN_TM_START): Add returns-twice attrib.
15095
15096 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
15097
15098 PR tree-optimization/51315
15099 * tree-sra.c (tree_non_aligned_mem_for_access_p): New predicate.
15100 (build_accesses_from_assign): Use it instead of tree_non_aligned_mem_p.
15101
15102 2012-01-05 Uros Bizjak <ubizjak@gmail.com>
15103
15104 PR target/51681
15105 * config/ia64/ia64.c (expand_vec_perm_shrp): Use correct operands
15106 for shrp pattern. Correctly handle and fixup shift variable.
15107 Return false when shift > nelt for BYTES_BIG_ENDIAN target.
15108
15109 2012-01-05 Jakub Jelinek <jakub@redhat.com>
15110
15111 PR debug/51762
15112 * calls.c (emit_call_1): For noreturn calls force a REG_ARGS_SIZE
15113 note when !ACCUMULATE_OUTGOING_ARGS.
15114
15115 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
15116
15117 * tree-vrp.c (extract_range_from_binary_expr_1): Remove duplicated
15118 condition.
15119 (extract_range_from_unary_expr_1): Avoid useless computations.
15120
15121 2012-01-05 Jakub Jelinek <jakub@redhat.com>
15122
15123 PR rtl-optimization/51767
15124 * cfgrtl.c (force_nonfallthru_and_redirect): Force addition
15125 of jump_block and add an extra edge for degenerated asm gotos.
15126
15127 PR middle-end/51768
15128 * stmt.c (check_unique_operand_names): Don't ICE during error
15129 reporting if i is from labels chain.
15130
15131 PR middle-end/44777
15132 * profile.c (branch_prob): Split bbs that have exit edge
15133 and need a fake entry edge too.
15134
15135 2012-01-05 Jan Hubicka <jh@suse.cz>
15136
15137 PR middle-end/49710
15138 * cfgloopmanip.c (remove_path): Walk loop hiearchy upwards when
15139 unlooping loops.
15140
15141 2012-01-05 Richard Guenther <rguenther@suse.de>
15142
15143 PR lto/50490
15144 * tree-streamer-out.c (write_ts_optimization): New function.
15145 (streamer_write_tree_body): Call it.
15146 * tree-streamer-in.c (lto_input_ts_optimization): New function.
15147 (streamer_read_tree_body): Call it.
15148 * lto-streamer-out.c (lto_is_streamable): Handle OPTIMIZATION_NODE.
15149
15150 2012-01-05 Jakub Jelinek <jakub@redhat.com>
15151
15152 PR middle-end/51761
15153 * gimple.h (struct gimplify_ctx): Add in_cleanup_point_expr field.
15154 * gimplify.c (gimplify_cleanup_point_expr): Save and set
15155 in_cleanup_point_expr before gimplify_stmt call and restore it
15156 afterwards.
15157 (gimplify_target_expr): Don't add {CLOBBER} cleanup if
15158 in_cleanup_point_expr is false.
15159
15160 2012-01-05 Richard Guenther <rguenther@suse.de>
15161
15162 PR middle-end/51764
15163 * common.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move
15164 to c.opt.
15165 * toplev.c (process_options): Reject combining mudflap and LTO.
15166 * tree-nomudflap.c (nogo): Use sorry instead of internal_error.
15167
15168 2012-01-05 Richard Guenther <rguenther@suse.de>
15169
15170 PR tree-optimization/51760
15171 * tree-ssa-ccp.c (likely_value): Drop UNDEFINED to CONSTANT,
15172 not VARYING.
15173 (bit_value_unop): Handle UNDEFINED operands.
15174 (bit_value_binop): Likewise.
15175
15176 2012-01-05 Georg-Johann Lay <avr@gjlay.de>
15177
15178 * config/avr/avr.c (avr_replace_prefix): Remove.
15179 (avr_asm_named_section): Use ACONCAT instead of avr_replace_prefix.
15180 (avr_asm_function_rodata_section): Ditto.
15181 (avr_asm_select_section): Ditto.
15182
15183 2012-01-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
15184
15185 * reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND
15186 insertion.
15187
15188 2012-01-05 Jakub Jelinek <jakub@redhat.com>
15189
15190 PR bootstrap/51648
15191 * tree-cfg.c (need_fake_edge_p): Return true also for noreturn
15192 calls that have any non-fake successor edges.
15193
15194 PR debug/51746
15195 * var-tracking.c (add_stores): For COND_EXEC allow oval to be NULL.
15196
15197 2012-01-04 Eric Botcazou <ebotcazou@adacore.com>
15198
15199 PR tree-optimization/51624
15200 * tree-sra.c (build_ref_for_model): When replicating a chain of
15201 COMPONENT_REFs, stop as soon as the offset would become negative.
15202
15203 2012-01-04 Jakub Jelinek <jakub@redhat.com>
15204
15205 PR debug/51695
15206 * dwarf2out.c (output_loc_list): For now drop >= 64KB expressions
15207 in .debug_loc on the floor.
15208
15209 2012-01-04 Andrew Pinski <apinski@cavium.com>
15210
15211 * doc/invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.
15212
15213 2012-01-04 Andrew Pinski <apinski@cavium.com>
15214 Adam Nemet <anemet@caviumnetworks.com>
15215
15216 * config/mips/mips.md (size): Add SI and DI.
15217 (SIZE): New mode attribute.
15218 (U): New code attribute.
15219 * config/mips/mips-dsp.md (mips_lbux): Use gen_mips_lbux_extsi.
15220 (mips_lbux_<mode>): Delete.
15221 (mips_l<SHORT:size><u>x_ext<GPR:mode>_<P:mode>): New pattern.
15222 (mips_lhx): Use gen_mips_lhx_extsi.
15223 (mips_lhx_<mode>): Delete.
15224 (mips_lwx): Delete.
15225 (mips_l<size>x): New expand.
15226 (mips_lwx_<mode>): Delete.
15227 (mips_l<GPR:size>x_<P:mode>): New pattern.
15228 (*mips_lw<u>x_<P:mode>_ext): Likewise.
15229 * config/mips/mips-ftypes.def: Add DI f(POINTER, SI) function type.
15230 * config/mips/mips.c (mips_lx_address_p): New function.
15231 (mips_rtx_costs <case MEM>): Call mips_lx_address_p.
15232 (dsp64): New availability predicate.
15233 (mips_builtins): Add an entry for __builtin_mips_ldx.
15234 * config/mips/mips.h (ISA_HAS_LBX): New define.
15235 (ISA_HAS_LBUX): Likewise.
15236 (ISA_HAS_LHX): Likewise.
15237 (ISA_HAS_LHUX): Likewise.
15238 (ISA_HAS_LWX): Likewise.
15239 (ISA_HAS_LWUX): Likewise.
15240 (ISA_HAS_LDX): Likewise.
15241 * doc/extend.texi (__builtin_mips_ldx): Document.
15242
15243 2012-01-04 Tristan Gingold <gingold@adacore.com>
15244
15245 * config/vms/xm-vms.h (HOST_LONG_FORMAT, HOST_PTR_PRINTF): Define
15246 when long pointers are used.
15247 * config.build (*-*-*vms*): Handle all OpenVMS targets.
15248 (alpha64-dec-*vms*, alpha*-dec-*vms*)
15249 (ia64-hp-*vms*): Remove.
15250 * config/vms/xm-vms64.h: Delete.
15251
15252 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
15253
15254 PR middle-end/51472
15255 * trans-mem.c (expand_assign_tm): Handle TM_MEMMOVE loads correctly.
15256
15257 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
15258
15259 * opts.c (finish_options): Remove duplicate sorry.
15260
15261 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
15262
15263 PR middle-end/51696
15264 * trans-mem.c (diagnose_tm_1): Display indirect calls with no name
15265 correctly.
15266
15267 2012-01-04 Richard Guenther <rguenther@suse.de>
15268
15269 PR middle-end/51750
15270 * tree.c (size_low_cst): New function.
15271 * tree.h (size_low_cst): Declare.
15272 * fold-const.c (fold_comparison): Use it to extract the low
15273 part of the POINTER_PLUS_EXPR offset.
15274
15275 2012-01-04 Georg-Johann Lay <avr@gjlay.de>
15276
15277 Fix clearing ZERO_REG
15278 * config/avr/avr.md (cc): Add alternative "ldi".
15279 (movqi_insn): Use it in cc attribute.
15280 * config/avr/avr.c (notice_update_cc): Handle CC_LDI.
15281 (output_reload_in_const): Use CLR to move 0 to ZERO_REG.
15282 (output_reload_insisf): Use ZERO_REG to pre-clear register.
15283
15284 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15285
15286 * configure: Regenerate.
15287
15288 2012-01-04 Richard Guenther <rguenther@suse.de>
15289
15290 PR tree-optimization/49651
15291 * tree-ssa-structalias.c (type_can_have_subvars): New function.
15292 (var_can_have_subvars): Use it.
15293 (get_constraint_for_1): Only consider subfields if there can be any.
15294
15295 2012-01-03 Jakub Jelinek <jakub@redhat.com>
15296
15297 PR bootstrap/51725
15298 * cselib.c (new_elt_loc_list): When moving locs from one cselib_val
15299 to its new canonical_cselib_val and the cselib_val was in
15300 first_containing_mem chain, but the canonical_cselib_val was not,
15301 add the latter into the chain.
15302 (cselib_invalidate_mem): Compare canonical_cselib_val of
15303 addr_list chain elt with v.
15304
15305 PR pch/51722
15306 * dwarf2out.c (dwarf2out_start_source_file, dwarf2out_define,
15307 dwarf2out_undef): Allocate e.info using ggc_strdup instead
15308 of xstrdup.
15309 (output_macinfo_op): Don't ggc_strdup fd->filename.
15310 (optimize_macinfo_range): Allocate grp_name using XALLOCAVEC,
15311 then ggc_strdup it. Don't free inc->info or cur->info.
15312 (output_macinfo): Don't free ref->info or file->info.
15313
15314 2012-01-03 Ira Rosen <irar@il.ibm.com>
15315
15316 PR tree-optimization/51269
15317 * tree-vect-loop-manip.c (set_prologue_iterations): Make
15318 first_niters a pointer.
15319 (slpeel_tree_peel_loop_to_edge): Likewise.
15320 (vect_do_peeling_for_loop_bound): Update call to
15321 slpeel_tree_peel_loop_to_edge.
15322 (vect_gen_niters_for_prolog_loop): Don't compute wide_prolog_niters
15323 here. Remove it from the parameters list.
15324 (vect_do_peeling_for_alignment): Update calls and compute
15325 wide_prolog_niters.
15326
15327 2012-01-03 Richard Guenther <rguenther@suse.de>
15328
15329 PR tree-optimization/51070
15330 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
15331 Properly handle calls.
15332
15333 2012-01-03 Richard Guenther <rguenther@suse.de>
15334
15335 PR tree-optimization/51692
15336 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove
15337 the LHS of allocation stmts.
15338
15339 2012-01-03 Olivier Hainque <hainque@adacore.com>
15340
15341 * system.h: Prior to #define, #undef fopen and freopen unconditionally.
15342
15343 2012-01-03 Olivier Hainque <hainque@adacore.com>
15344
15345 * collect2.c (main): In AIX specific computations for vector
15346 insertions, use CONST_CAST2 to cast from char ** to const char **.
15347
15348 2012-01-03 Richard Guenther <rguenther@suse.de>
15349
15350 PR debug/51650
15351 * dwarf2out.c (dwarf2out_finish): Always create a DIE for
15352 the context of a limbo DIE when it does not already exist.
15353
15354 2012-01-03 Jakub Jelinek <jakub@redhat.com>
15355
15356 PR tree-optimization/51719
15357 * value-prof.c (gimple_ic): When indirect call isn't noreturn,
15358 but direct call is, clear direct call's lhs and don't add fallthrough
15359 edge from dcall_bb to join_bb and PHIs.
15360
15361 2012-01-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15362
15363 * config/s390/s390.md ("*cmp<mode>_ccs"): Fix comment mentioning
15364 the instructions emitted by the pattern.
15365 ("*TDC_insn_<mode>"): Add comment.
15366
15367 2012-01-03 Richard Guenther <rguenther@suse.de>
15368
15369 PR middle-end/51730
15370 * fold-const.c (fold_comparison): Properly canonicalize
15371 tree offset and HOST_WIDE_INT bit position.
15372
15373 2012-01-02 Uros Bizjak <ubizjak@gmail.com>
15374
15375 * config/ia64/ia64.c (expand_vec_perm_broadcast): Use correct
15376 operands for extzv pattern.
15377
15378 2012-01-02 Jakub Jelinek <jakub@redhat.com>
15379
15380 PR bootstrap/51725
15381 * cselib.c (add_mem_for_addr): Call canonical_cselib_val
15382 on mem_elt first.
15383
15384 2012-01-02 Sandra Loosemore <sandra@codesourcery.com>
15385
15386 * doc/invoke.texi (-flto and related options): Copy-edit.
15387
15388 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
15389
15390 * config/mips/mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
15391
15392 2012-01-02 Jakub Jelinek <jakub@redhat.com>
15393
15394 * config/i386/sse.md (*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4):
15395 New patterns.
15396
15397 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
15398
15399 * expr.h (move_by_pieces_ninsns): Declare.
15400 * expr.c (move_by_pieces_ninsns): Make external.
15401 * config/mips/mips-protos.h (mips_move_by_pieces_p): Declare.
15402 (mips_store_by_pieces_p): Likewise.
15403 * config/mips/mips.h (MOVE_BY_PIECES_P): Call mips_move_by_pieces_p.
15404 (STORE_BY_PIECES_P): Likewise mips_store_by_pieces_p.
15405 * config/mips/mips.c (mips_move_by_pieces_p): New function.
15406 (mips_store_by_pieces_p): Likewise.
15407
15408 2012-01-02 Jakub Jelinek <jakub@redhat.com>
15409
15410 * passes.c (register_one_dump_file): Free full_name.
15411
15412 * reload1.c (reload): Don't allocate reg_max_ref_width here.
15413 (calculate_elim_costs_all_insns): Free offsets_at and
15414 offsets_known_at at the end and clear the pointers.
15415
15416 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15417
15418 * config/avr/avr.opt (-mbranch-cost): Fix double definition of
15419 this option introduced in r180739.
15420
15421 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15422
15423 PR target/51345
15424 * config.gcc (tm_file target=avr]): Add avr/avr-multilib.h
15425 (tmake_file target=avr): Add avr/t-multilib.
15426
15427 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use AVR_HAVE_8BIT_SP
15428 to built-in define __AVR_HAVE_8BIT_SP__, __AVR_HAVE_16BIT_SP__.
15429 * config/avr/genmultilib.awk: New file.
15430 * config/avr/t-multilib: New auto-generated file.
15431 * config/avr/multilib.h: New auto-generated file.
15432 * config/avr/t-avr (AVR_MCUS): New variable.
15433 (genopt.sh): Use it.
15434 (s-mlib): Depend on t-multilib.
15435 (t-multilib, multilib.h): New dependencies.
15436 (s-avr-mlib): New rule to build t-multilib, multilib.h from AVR_MCUS.
15437 (MULTILIB_OPTIONS): Remove.
15438 (MULTILIB_MATCHES): Remove.
15439 (MULTILIB_DIRNAMES): Remove.
15440 (MULTILIB_EXCEPTIONS): Remove:
15441 * config/avr/genopt.sh: Don't use hard coded file name;
15442 pass AVR_MCUS from t-avr instead.
15443
15444 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15445
15446 * config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".
15447
15448 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15449
15450 Implement light-weight DImode support.
15451 * config/avr/avr-dimode.md: New file.
15452 * config/avr/avr.md: Include it.
15453 (adjust_len): Add plus64, compare64.
15454 (HIDI): Remove code iterator.
15455 (code_stdname): New code attribute.
15456 (rotx, rotsmode): Remove DI.
15457 (rotl<mode>3, *rotw<mode>, *rotb<mode>): Use HISI instead of HIDI
15458 as code iterator.
15459 * config/avr/avr-protos.h (avr_have_dimode): New.
15460 (avr_out_plus64, avr_out_compare64): New.
15461 * config/avr/avr.c (avr_out_compare): Handle DImode.
15462 (avr_have_dimode): New variable definition and initialization.
15463 (avr_out_compare64, avr_out_plus64): New functions.
15464 (avr_out_plus_1): Use simplify_unary_operation to negate xval.
15465 (adjust_insn_length): Handle ADJUST_LEN_COMPARE64, ADJUST_LEN_PLUS64.
15466 (avr_compare_pattern): Skip DImode comparisons.
15467
15468 2012-01-02 Revital Eres <revital.eres@linaro.org>
15469
15470 * ddg.c (def_has_ccmode_p): New function.
15471 (add_cross_iteration_register_deps,
15472 create_ddg_dep_from_intra_loop_link): Call it.
15473
15474 2012-01-02 Richard Guenther <rguenther@suse.de>
15475
15476 PR other/51679
15477 * invoke.texi (fassociative-math): Remove spurious paranthesis.
15478
15479 2012-01-01 Jakub Jelinek <jakub@redhat.com>
15480
15481 * gcc.c (process_command): Update copyright notice dates.
15482 * gcov.c (print_version): Likewise.
15483 * gcov-dump.c (print_version): Likewise.
15484 * mips-tfile.c (main): Likewise.
15485 * mips-tdump.c (main): Likewise.
15486
15487 2012-01-01 Ira Rosen <irar@il.ibm.com>
15488
15489 PR tree-optimization/51704
15490 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Check that
15491 a use is inside the basic block or loop before accessing its vect info.
15492
15493 2012-01-01 Jan Hubicka <jhjh@suse.cz>
15494
15495 PR rtl-optimization/51069
15496 * cfgloopmanip.c (remove_path): Removing path making irreducible
15497 region unconditional makes BB part of the region.
15498
15499 2012-01-01 Jakub Jelinek <jakub@redhat.com>
15500
15501 PR tree-optimization/51683
15502 * tree-ssa-propagate.c (substitute_and_fold): Don't optimize away
15503 calls with side-effects.
15504 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
15505 \f
15506 Copyright (C) 2012 Free Software Foundation, Inc.
15507
15508 Copying and distribution of this file, with or without modification,
15509 are permitted in any medium without royalty provided the copyright
15510 notice and this notice are preserved.