tree-vect-stmts.c (vectorizable_operation): Check both VEC_WIDEN_MULT_LO_EXPR and...
[gcc.git] / gcc / ChangeLog
1 2012-06-29 Jakub Jelinek <jakub@redhat.com>
2
3 * tree-vect-stmts.c (vectorizable_operation): Check both
4 VEC_WIDEN_MULT_LO_EXPR and VEC_WIDEN_MULT_HI_EXPR optabs.
5 Verify that operand[0]'s mode is TYPE_MODE (wide_vectype).
6
7 2012-06-28 Richard Henderson <rth@redhat.com>
8
9 * doc/generic.texi (MULT_HIGHPART_EXPR): Document it.
10
11 2012-06-28 Jakub Jelinek <jakub@redhat.com>
12
13 PR tree-optimization/51581
14 * tree-vect-stmts.c (permute_vec_elements): Add forward decl.
15 (vectorizable_operation): Handle vectorization of MULT_HIGHPART_EXPR
16 also using VEC_WIDEN_MULT_*_EXPR or builtin_mul_widen_* plus
17 VEC_PERM_EXPR if vector MULT_HIGHPART_EXPR isn't supported.
18 * tree-vect-patterns.c (vect_recog_divmod_pattern): Use
19 MULT_HIGHPART_EXPR instead of VEC_WIDEN_MULT_*_EXPR and shifts.
20
21 PR tree-optimization/53645
22 * tree-vect-generic.c (expand_vector_divmod): Use MULT_HIGHPART_EXPR
23 instead of VEC_WIDEN_MULT_{HI,LO}_EXPR followed by VEC_PERM_EXPR
24 if possible.
25
26 2012-06-28 Georg-Johann Lay <avr@gjlay.de>
27
28 PR 53595
29 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): New.
30 * config/avr/avr-protos.h (avr_hard_regno_call_part_clobbered): New.
31 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): Forward to
32 avr_hard_regno_call_part_clobbered.
33
34 2012-06-28 Richard Guenther <rguenther@suse.de>
35
36 PR middle-end/53790
37 * expr.c (expand_expr_real_1): Verify if the type is complete
38 before inspecting its size.
39
40 2012-06-28 Andreas Schwab <schwab@linux-m68k.org>
41
42 * doc/include/gpl.texi: Remove.
43 * doc/sourcebuild.texi (Texinfo Manuals): Don't mention gpl.texi.
44
45 2012-06-28 Jakub Jelinek <jakub@redhat.com>
46
47 PR tree-optimization/53645
48 * tree-vect-generic.c (add_rshift): New function.
49 (expand_vector_divmod): New function.
50 (expand_vector_operation): Use it for vector integer
51 TRUNC_{DIV,MOD}_EXPR by VECTOR_CST.
52 * tree-vect-patterns.c (vect_recog_divmod_pattern): Replace
53 unused lguup variable with dummy_int.
54
55 2012-06-28 OLivier Hainque <hainque@adacore.com>
56
57 * expr.c (convert_move): Latch mem integer inputs into a
58 register before expanding a multi-instructions sequence.
59
60 2012-06-28 Alexandre Oliva <aoliva@redhat.com>,
61 Uros Bizjak <ubizjak@gmail.com>,
62 Jakub Jelinek <jakub@redhat.com>
63
64 PR debug/53706
65 PR debug/47624
66 * var-tracking.c (vt_emit_notes): Release loc_exp_dep_pool...
67 (vt_finalize): ... here instead, if needed.
68
69 2012-06-28 Alexandre Oliva <aoliva@redhat.com>
70
71 PR debug/53740
72 PR debug/52983
73 PR debug/48866
74 * dce.c (word_dce_process_block): Check whether inserting debug
75 temps are needed even for needed insns.
76 (dce_process_block): Likewise.
77 * df-problems.c (dead_debug_add): Add comment about multi-regs.
78 (dead_debug_insert_temp): Likewise. Don't subreg when we're
79 setting fewer regs than a multi-reg requires.
80
81 2012-06-27 Richard Henderson <rth@redhat.com>
82
83 * config/alpha/alpha.c (alpha_dimode_u): New.
84 (alpha_init_builtins): Initialize it, and use it.
85 (alpha_fold_builtin_cmpbge): Use alpha_dimode_u.
86 (alpha_fold_builtin_zapnot, alpha_fold_builtin_insxx): Likewise.
87 (alpha_fold_vector_minmax, alpha_fold_builtin_perr): Likewise.
88 (alpha_fold_builtin_pklb, alpha_fold_builtin_pkwb): Likewise.
89 (alpha_fold_builtin_unpkbl, alpha_fold_builtin_unpkbw): Likewise.
90 (alpha_fold_builtin_cttz, alpha_fold_builtin_ctlz): Likewise.
91 (alpha_fold_builtin_ctpop): Likewise.
92 (alpha_fold_builtin_umulh): Remove.
93 (alpha_fold_builtin): Use MULT_HIGHPART_EXPR for UMULH; fix
94 typo in MAX_ARGS check.
95
96 2012-06-27 Richard Henderson <rth@redhat.com>
97
98 * tree.def (MULT_HIGHPART_EXPR): New.
99 * cfgexpand.c (expand_debug_expr): Ignore it.
100 * expr.c (expand_expr_real_2): Handle it.
101 * fold-const.c (int_const_binop_1): Likewise.
102 * optabs.c (optab_for_tree_code): Likewise.
103 * tree-cfg.c (verify_gimple_assign_binary): Likewise.
104 * tree-inline.c (estimate_operator_cost): Likewise.
105 * tree-pretty-print.c (dump_generic_node): Likewise.
106 (op_code_prio, op_symbol_code): Likewise.
107 * tree.c (commutative_tree_code): Likewise. Also handle
108 WIDEN_MULT_EXPR, VEC_WIDEN_MULT_HI_EXPR, VEC_WIDEN_MULT_LO_EXPR.
109
110 2012-06-27 Richard Henderson <rth@redhat.com>
111
112 PR target/53749
113 * config/i386/i386.c (ix86_rtx_costs): Fix typo vs UNITS_PER_WORD
114 in 2012-06-23 change. Adjust two other DImode tests as well.
115
116 2012-06-27 Nick Clifton <nickc@redhat.com>
117
118 * config/rx/rx.md (comparesi3_extend): Remove = modifier from
119 input operand.
120
121 2012-06-27 Richard Guenther <rguenther@suse.de>
122
123 PR middle-end/53676
124 * tree-chrec.c (chrec_convert_1): Represent truncation to
125 a type with undefined overflow as truncation to an unsigned
126 type converted to the type with undefined overflow.
127 * tree-scalar-evolution.c (interpret_rhs_expr): For computing
128 the scalar evolution of a truncated widened operation avoid
129 looking at the non-existing evolution of the widened operation
130 result.
131
132 2012-06-27 Richard Guenther <rguenther@suse.de>
133
134 PR tree-optimization/53774
135 * tree-ssa-reassoc.c (get_rank): All default defs have
136 precomputed rank.
137 (init_reassoc): Precompute rank for all SSA default defs.
138
139 2012-06-27 Nick Clifton <nickc@redhat.com>
140
141 * config/rx/rx.md (simple_return): Use the simple_return rtx.
142
143 2012-06-26 Richard Henderson <rth@redhat.com>
144
145 * config/i386/i386.c (ix86_rtx_costs): Use standard_sse_constant_p
146 and don't fall thru from standard_80387_constant_p to the memory
147 fallback,
148
149 2012-06-26 Richard Henderson <rth@redhat.com>
150
151 * config/i386/i386.c (bdesc_args): Update. Change
152 IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI to OPTION_MASK_ISA_SSE2.
153 (IX86_BUILTIN_VEC_WIDEN_SMUL_EVEN_V4SI): New.
154 (ix86_builtin_mul_widen_even): Use it.
155 (ix86_builtin_mul_widen_odd): Relax SMUL_ODD from sse4 to sse2.
156 (ix86_expand_mul_widen_evenodd): Handle signed for sse2.
157 * config/i386/sse.md (vec_widen_<s>mult_hi_<V124_AVX2>): Allow
158 for all SSE2.
159 (vec_widen_<s>mult_lo_<V124_AVX2>): Likewise.
160 (vec_widen_<s>mult_odd_<VI4_AVX2>): Likewise. Relax from V124_AVX2.
161 (vec_widen_smult_even_v4si): New.
162
163 2012-06-26 Richard Henderson <rth@redhat.com>
164
165 * config/i386/sse.md (mul<VI8_AVX2>3): Change from insn_and_split
166 to expander; move guts to ...
167 * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): ... here. Add
168 highparts before shifting up.
169 * config/i386/i386-protos.h: Update.
170
171 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
172
173 * system.h (USE_COMMON_FOR_ONE_ONLY): Poison.
174 * defaults.h (USE_COMMON_FOR_ONE_ONLY): Do not provide default.
175 * config/darwin.h (USE_COMMON_FOR_ONE_ONLY): Do not define.
176
177 2012-06-26 Alexandre Oliva <aoliva@redhat.com>
178
179 * var-tracking.c (vt_add_function_parameter): Use a preserved
180 VALUE for the MEM address of an incoming parameter.
181
182 2012-06-26 Sterling Augustine <saugustine@google.com>
183
184 * dwarf2out.c (output_pubnames): Add check for DW_TAG_enumerator.
185 (prune_unused_types): Likewise.
186
187 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
188
189 * system.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
190 UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Poison.
191 * vmsdbgout.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
192 UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Rename to
193 VMS_UNALIGNED_SHORT_ASM_OP, VMS_UNALIGNED_INT_ASM_OP,
194 VMS_UNALIGNED_LONG_ASM_OP, and VMS_UNALIGNED_DOUBLE_INT_ASM_OP.
195 * config/microblaze/microblaze.h (UNALIGNED_SHORT_ASM_OP,
196 UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Do not define.
197 * doc/tm.texi.in: Remove UNALIGNED_INT_ASM_OP reference from the
198 documentation.
199 * doc/tm.texi: Regenerate.
200 * doc/cpp.texi: Make example for #error generic.
201 * config/frv/frv.h: Fix example text to match tm.texi.
202
203 2012-06-26 Bill Schmidt <wschmidt@linux.ibm.com>
204
205 * tree-pass.h (pass_strength_reduction): New decl.
206 * tree-ssa-loop-ivopts.c (initialize_costs): Make non-static.
207 (finalize_costs): Likewise.
208 * timevar.def (TV_TREE_SLSR): New timevar.
209 * gimple-ssa-strength-reduction.c: New.
210 * tree-flow.h (initialize_costs): New decl.
211 (finalize_costs): Likewise.
212 * Makefile.in (tree-ssa-strength-reduction.o): New dependencies.
213 * passes.c (init_optimization_passes): Add pass_strength_reduction.
214
215 2012-06-26 Matt Turner <mattst88@gmail.com>
216
217 * doc/extend.texi (__builtin_arm_tinsrb): Add missing second
218 parameter.
219 (__builtin_arm_tinsrh): Likewise.
220 (__builtin_arm_tinsrw): Likewise.
221 (__builtin_arm_wsadb): Add missing v2si parameter.
222 (__builtin_arm_wsadh): Likewise.
223 (__builtin_arm_getwcx): Delete.
224 (__builtin_arm_setwcx): Delete.
225 (__builtin_arm_getwcgr0): Add.
226 (__builtin_arm_getwcgr1): Add.
227 (__builtin_arm_getwcgr2): Add.
228 (__builtin_arm_getwcgr3): Add.
229 (__builtin_arm_setwcgr0): Add.
230 (__builtin_arm_setwcgr1): Add.
231 (__builtin_arm_setwcgr2): Add.
232 (__builtin_arm_setwcgr3): Add.
233
234 2012-06-26 Richard Guenther <rguenther@suse.de>
235
236 Revert
237 2012-06-21 Richard Guenther <rguenther@suse.de>
238
239 * tree-inline.c (estimate_num_insns): Estimate call cost for
240 tailcalls properly.
241
242 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
243
244 PR other/33190
245 * doc/tm.texi.in: Document LOGICAL_OP_NON_SHORT_CIRCUIT.
246 * doc/tm.texi: Regenerate.
247
248 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
249
250 PR other/33190
251 * config/mips/mips.h: Do not define ALL_COP_ADDITIONAL_REGISTER_NAMES.
252 * config/frv/frv.h: Do not define REVERSE_CONDEXEC_PREDICATES_P.
253 * doc/tm.texi.in: Remove documentation for unused target macros
254 ALL_COP_ADDITIONAL_REGISTER_NAMES, DBX_OUTPUT_LBRAC, DBX_OUTPUT_NFUN,
255 DBX_OUTPUT_RBRAC, RANGE_TEST_NON_SHORT_CIRCUIT, REAL_VALUE_TRUNCATE,
256 REVERSE_CONDEXEC_PREDICATES_P, TARGET_ALIGN_ANON_BITFIELDS, and
257 TARGET_NARROW_VOLATILE_BITFIELDS.
258 Document that MD_HANDLE_UNWABI is a macro in libgcc.
259 * doc/tm.texi: Regenerate.
260 * system.h: Poison target macros
261 ALL_COP_ADDITIONAL_REGISTER_NAMES, DBX_OUTPUT_LBRAC, DBX_OUTPUT_NFUN,
262 DBX_OUTPUT_RBRAC, RANGE_TEST_NON_SHORT_CIRCUIT, REAL_VALUE_TRUNCATE,
263 REVERSE_CONDEXEC_PREDICATES_P, TARGET_ALIGN_ANON_BITFIELDS, and
264 TARGET_NARROW_VOLATILE_BITFIELDS
265
266 2012-06-26 Jan Hubicka <jh@suse.cz>
267
268 PR lto/53572
269 * cgraph.h (varpool_can_remove_if_no_refs): Fix handling of
270 used symbols.
271
272 2012-06-26 Dehao Chen <dehao@google.com>
273
274 * tree-inline.c: (expand_call_inline): Ensure that lexical block's
275 source location is consistant with the call stmt.
276
277 2012-06-26 Ulrich Weigand <ulrich.weigand@linaro.org>
278
279 PR tree-optimization/53729
280 PR tree-optimization/53636
281 * tree-vect-slp.c (vect_slp_analyze_bb_1): Delay call to
282 vect_verify_datarefs_alignment until after statements have
283 been marked as relevant/irrelevant.
284 * tree-vect-data-refs.c (vect_verify_datarefs_alignment):
285 Skip irrelevant statements.
286 (vect_enhance_data_refs_alignment): Use STMT_VINFO_RELEVANT_P
287 instead of STMT_VINFO_RELEVANT.
288 (vect_get_data_access_cost): Do not check for supportable
289 alignment before calling vect_get_load_cost/vect_get_store_cost.
290 * tree-vect-stmts.c (vect_get_store_cost): Do not abort when
291 handling unsupported alignment.
292 (vect_get_load_cost): Likewise.
293
294 2012-06-25 Steven Bosscher <steven@gcc.gnu.org>
295
296 * config/rl78/rl78.h: Do not undefine DONT_USE_BUILTIN_SETJMP.
297 Do not define JMP_BUF_SIZE.
298
299 2012-06-26 Jakub Jelinek <jakub@redhat.com>
300
301 PR tree-optimization/53748
302 * tree-ssa-phiopt.c (conditional_replacement): Only optimize
303 if arg0/arg1 have integral or pointer types.
304
305 2012-06-25 Richard Henderson <rth@redhat.com>
306
307 * config/i386/sse.md (sse2_sse4_1): Remove code attr.
308 (<s>dot_prodv4si, <s>dot_prodv8si): Remove
309 (sdot_prodv4si): New; handle only XOP.
310
311 2012-06-25 Richard Henderson <rth@redhat.com>
312
313 * config/i386/i386-builtin-types.def (V4UDI, V8USI): New.
314 (V2UDI_FUNC_V4USI_V4USI): New.
315 (V4UDI_FUNC_V8USI_V8USI): New.
316 * config/i386/i386.c (ix86_expand_args_builtin): Handle them.
317 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI): New.
318 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V8SI): New.
319 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V4SI): New.
320 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V8SI): New.
321 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V4SI): New.
322 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V8SI): New.
323 (bdesc_args): Add them.
324 (ix86_builtin_mul_widen_even, ix86_builtin_mul_widen_odd): New.
325 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): New.
326 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): New.
327 (ix86_expand_mul_widen_evenodd): Use xop_pmacsdqh.
328 * config/i386/sse.md (vec_widen_<s>mult_odd_<V124_AVX2>): New.
329
330 2012-06-25 Richard Henderson <rth@redhat.com>
331
332 * config/i386.sse.md (mul<VI4_AVX2>3): Use xop_pmacsdd.
333
334 2012-06-25 Richard Henderson <rth@redhat.com>
335
336 * config/i386/i386.c (ix86_rtx_costs) [MULT]: Only apply XOP cost
337 to V16QImode.
338 (ix86_expand_vec_interleave): New.
339 (ix86_expand_mul_widen_evenodd): New.
340 (ix86_expand_mul_widen_hilo): New.
341 (ix86_expand_sse2_mulv4si3): Use ix86_expand_mul_widen_evenodd.
342 * config/i386/i386.md (u_bool) New code attr.
343 * config/i386/predicates.md
344 (nonimmediate_or_const_vector_operand): Remove.
345 * config/i386/sse.md (mul<VI4_AVX2>3): Don't use it; don't test
346 both AVX and SSE4_1.
347 (vec_widen<s>mult_hi_<VI2_AVX2>): Remove.
348 (vec_widen<s>mult_lo_<VI2_AVX2>): Remove.
349 (vec_widen<s>mult_hi_v8si): Remove.
350 (vec_widen<s>mult_lo_v8si): Remove.
351 (vec_widen_smult_hi_v4si): Remove.
352 (vec_widen_smult_lo_v4si): Remove.
353 (vec_widen_umult_hi_v4si): Remove.
354 (vec_widen_umult_lo_v4si): Remove.
355 (vec_widen_<s>mult_hi_<VI124_AVX2>): New.
356 (vec_widen_<s>mult_lo_<VI124_AVX2>): New.
357 * config/i386/i386-protos.h: Update.
358
359 2012-06-25 Christophe Lyon <christophe.lyon@st.com>
360
361 * config/arm/neon.md (UNSPEC_VLD1_DUP): Remove.
362 (neon_vld1_dup): Restrict to VQ operands.
363 (neon_vld1_dupv2di): New, fixes vld1q_dup_s64.
364
365 2012-06-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
366 James Greenhalgh <james.greenhalgh@arm.com>
367
368 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add new built-ins.
369 (TARGET_FMA): New macro.
370 (TARGET_ARM_QBIT, TARGET_ARM_SAT): Likewise.
371 (TARGET_ARM_ARCH): Likewise.
372 (TARGET_ARM_ARCH_ISA_THUMB): Likewise.
373 (TARGET_V6M, TARGET_V7M): Likewise.
374 (TARGET_ARM_ARCH_PROFILE): Likewise.
375 (TARGET_ARM_FEATURE_LDREX): Likewise.
376 (TARGET_ARM_FP, TARGET_NEON_FP): Likewise.
377 (ARM_MIN_ENUM_SIZE): Likewise.
378 * config/arm/arm.c (arm_file_start): Refactor appropriately.
379 (base_architecture): New enumeration.
380 (arm_base_arch): New global variable.
381 (processors): Add field base_arch.
382 (ARM_ARCH, ARM_CORE): Adjust accordingly.
383 (arm_option_override): Add initialization of arm_base_arch.
384 * doc/cpp.texi (system-specific predefined macros.): Change.
385
386 2012-06-25 Jakub Jelinek <jakub@redhat.com>
387
388 PR target/53759
389 * config/i386/sse.md (sse_loadlps): Use x m x constraints instead
390 of x x x in the vmovlps load alternative.
391
392 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
393
394 PR debug/53740
395 * df.h (dead_debug_add): Remove third argument.
396 * df-problems.c (dead_debug_add): Likewise. Use the REGNO of the
397 REG that we want to replace instead.
398 (dead_debug_insert_temp): Use the REGNO of the reg that we want
399 to replace instead of DF_REF_REGNO. Require there to always be
400 at least one such use. Check for cases where the same location
401 has more than df_ref associated with it.
402 (df_note_bb_compute): Remove third dead_debug_add argument.
403 * dce.c (word_dce_process_block): Likewise.
404
405 2012-06-25 Steven Bosscher <steven@gcc.gnu.org>
406
407 * config/v850/v850.c: Remove redundant extern declarations for
408 last_assemble_variable_decl and size_directive_output.
409
410 * doc/tm.texi.in: Document JMP_BUF_SIZE.
411 * doc/tm.texi: Regenerate.
412 * config/sparc/sparc.h (JMP_BUF_SIZE): Do not define.
413 * config/pa/pa.h (JMP_BUF_SIZE): Likewise.
414 * config/stormy16/stormy16.h: Likewise.
415
416 * config/picochip/picochip.c: Do not define DONT_USE_BUILTIN_SETJMP.
417
418 * doc/sourcebuild.texi: Add missing subdirectories.
419
420 2012-06-25 Tristan Gingold <gingold@adacore.com>
421
422 * config/i386/i386.h: Fix typo.
423
424 2012-06-25 Tristan Gingold <gingold@adacore.com>
425
426 * config/i386/winnt.c (i386_pe_seh_end_prologue): Move code to ...
427 (seh_cfa_adjust_cfa): ... that function.
428 (seh_emit_stackalloc): Do not emit out of range values.
429 * config/i386/i386.md: Delete unused UNSPEC_REG_SAVE,
430 UNSPEC_DEF_CFA constants.
431 * config/i386/i386.h (SEH_MAX_FRAME_SIZE): Define.
432 * config/i386/i386.c (ix86_frame_pointer_required): Required
433 for very large frames on SEH target.
434 (ix86_compute_frame_layout): Save area is before frame pointer
435 on SEH target. Handle very large frames.
436 (ix86_expand_prologue): Likewise.
437
438 2012-06-24 Steven Bosscher <steven@gcc.gnu.org>
439
440 * output.h: (current_function_is_leaf,
441 current_function_sp_is_unchanging,
442 current_function_uses_only_leaf_regs): Remove.
443 * function.c (current_function_is_leaf,
444 current_function_sp_is_unchanging,
445 current_function_uses_only_leaf_regs): Remove.
446 (rest_of_handle_check_leaf_regs): Set crtl->uses_only_leaf_regs
447 instead of current_function_uses_only_leaf_regs.
448 * function.h (struct rtl_data): New fields sp_is_unchanging,
449 is_leaf, uses_only_leaf_regs.
450 * resource.c (init_resource_info): Replace current_function_is_leaf,
451 current_function_sp_is_unchanging, and
452 current_function_uses_only_leaf_regs with new crtl fields.
453 * sdbout.c (sdbout_symbol): Likewise.
454 * df-core.c (rest_of_handle_df_initialize): Likewise.
455 * ira.c (ira): Likewise.
456 * final.c (final_start_function): Likewise.
457 * reorg.c (fill_simple_delay_slots): Likewise.
458 * regrename.c (check_new_reg_p): Likewise.
459 * stack-ptr-mod.c (notice_stack_pointer_modification_1): Likewise.
460 (notice_stack_pointer_modification): Likewise.
461 * dbxout.c (dbxout_symbol): Likewise.
462 (dbxout_parms): Likewise.
463 * sel-sched.c (init_regs_for_mode): Likewise.
464 * dwarf2out.c (dbx_reg_number): Likewise.
465 (multiple_reg_loc_descriptor): Likewise.
466 * config/i386/i386.c (ix86_frame_pointer_required): Likewise.
467 (gen_pop): Likewise.
468 (ix86_select_alt_pic_regnum): Likewise.
469 (ix86_compute_frame_layout): Likewise.
470 (ix86_finalize_stack_realign_flags): Likewise.
471 (ix86_expand_epilogue): Likewise.
472 * config/rs6000/rs6000.c (rs6000_stack_info): Likewise.
473 * config/h8300/h8300.c (byte_reg): Likewise.
474 * config/c6x/c6x.c (must_reload_pic_reg_p): Likewise.
475 (c6x_save_reg): Likewise.
476 (c6x_compute_frame_layout): Likewise.
477 * config/pa/pa.c (pa_compute_frame_size): Likewise.
478 (pa_output_function_prologue): Likewise.
479 * config/stormy16/stormy16.c (struct xstormy16_stack_layout): Likewise.
480 * config/sparc/sparc.md (attr "leaf_function"): Likewise.
481 * config/sparc/sparc.c (sparc_initial_elimination_offset): Likewise.
482 (sparc_expand_prologue): Likewise.
483 (sparc_flat_expand_prologue): Likewise.
484 (sparc_asm_function_prologue): Likewise.
485 (sparc_output_mi_thunk): Likewise.
486 (sparc_frame_pointer_required): Likewise.
487 * config/epiphany/epiphany.c (epiphany_compute_function_type):
488 Likewise.
489 (epiphany_compute_frame_size): Likewise.
490 * config/lm32/lm32.c (lm32_compute_frame_size): Likewise.
491 * config/cris/cris.c (cris_md_asm_clobbers): Likewise.
492 (cris_frame_pointer_required): Likewise.
493 * config/tilepro/tilepro.c (emit_sp_adjust): Likewise.
494 (tilepro_current_function_is_leaf): Likewise.
495 * config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Likewise.
496 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
497 * config/ia64/ia64.c (find_gr_spill): Likewise.
498 (ia64_compute_frame_size): Likewise.
499 (ia64_can_eliminate): Likewise.
500 (ia64_initial_elimination_offset): Likewise.
501 * config/m68k/m68k.c (m68k_save_reg): Likewise.
502 (m68k_expand_epilogue): Likewise.
503 * config/rx/rx.c (rx_get_stack_layout): Likewise.
504 * config/tilegx/tilegx.c (tilegx_current_function_is_leaf): Likewise.
505 * config/picochip/picochip.c (picochip_can_eliminate_link_sp_save):
506 Likewise.
507 (picochip_output_frame_debug): Likewise.
508 * config/sh/sh.c (sh_media_register_for_return): Likewise.
509 (sh_allocate_initial_value): Likewise.
510 (sh_output_mi_thunk): Likewise.
511 * config/microblaze/microblaze.c (microblaze_must_save_register):
512 Likewise.
513 (compute_frame_size): Likewise.
514 (microblaze_initial_elimination_offset): Likewise.
515 (microblaze_expand_prologue): Likewise.
516 (microblaze_expand_epilogue): Likewise.
517 * config/frv/frv.c (frv_expand_epilogue): Likewise.
518 (frv_frame_pointer_required): Likewise.
519 * config/spu/spu.c (get_pic_reg): Likewise.
520 (direct_return): Likewise.
521 (spu_expand_prologue): Likewise.
522 (spu_expand_epilogue): Likewise.
523 (spu_initial_elimination_offset): Likewise.
524 * config/mips/mips.c (mips_global_pointer): Likewise.
525 (mips_cfun_might_clobber_call_saved_reg_p): Likewise.
526 (mips_compute_frame_info): Likewise.
527 * config/mep/mep.c (mep_interrupt_saved_reg): Likewise.
528 (mep_reload_pointer): Likewise.
529 * config/rl78/rl78.c (need_to_save): Likewise.
530 * config/cr16/cr16.c (cr16_compute_save_regs): Likewise.
531 * config/score/score.c (score_compute_frame_size): Likewise.
532 (score_function_prologue): Likewise.
533 * config/bfin/bfin.c (must_save_p): Likewise.
534 (expand_prologue_reg_save): Likewise.
535 (expand_epilogue_reg_restore): Likewise.
536 (bfin_frame_pointer_required): Likewise.
537 (n_regs_saved_by_prologue): Likewise.
538 (add_to_reg): Likewise.
539 (expand_interrupt_handler_prologue): Likewise.
540 (expand_interrupt_handler_epilogue): Likewise.
541 (bfin_expand_prologue): Likewise.
542 * config/avr/avr.c (avr_regs_to_save): Likewise.
543 (avr_prologue_setup_frame): Likewise.
544 (expand_epilogue): Likewise.
545 * config/s390/s390.c (s390_regs_ever_clobbered): Likewise.
546 (s390_register_info): Likewise.
547 (s390_frame_info): Likewise.
548 (s390_init_frame_layout): Likewise.
549 (s390_emit_prologue): Likewise.
550
551
552 2012-06-24 Steven Bosscher <steven@gcc.gnu.org>
553
554 * system.h: Poison ASM_BYTE_OP and ASM_OUTPUT_BYTE.
555 * vmsdbgout: Do not undefine it if defined.
556 Rename local ASM_BYTE_OP definition to VMS_ASM_BYTE_OP.
557 * config/microblaze/microblaze/h: Do no define ASM_BYTE_OP.
558 * config/mep/mep.h: Do not define ASM_OUTPUT_BYTE.
559
560 2012-06-24 Richard Sandiford <rdsandiford@googlemail.com>
561
562 * config/mips/mips.c (mips_process_sync_loop): Add missing
563 enum cast.
564
565 2012-06-23 Richard Henderson <rth@redhat.com>
566
567 PR target/53749
568 * config/i386/i386.c (ix86_rtx_costs): Add reasonable costs for
569 V*QImode shifts and multiply.
570 (ix86_expand_vecop_qihi): Support shifts.
571 * config/i386/i386.md (any_shift): New code iterator.
572 * config/i386/sse.md (ashlv16qi3): Merge ...
573 (<any_shiftrt>v16qi3): ... into ...
574 (<any_shift><VI1_AVX2>3): ... here. Use ix86_expand_vecop_qihi
575 to support SSE and AVX.
576
577 * config/i386/i386.c (ix86_expand_sse_unpack): Split operands[]
578 parameter into src and dest.
579 * config/i386/sse.md (vec_unpacku_hi_<V124_AVX2>): Update call.
580 (vec_unpacks_hi_<V124_AVX2>): Likewise.
581 (vec_unpacku_lo_<V124_AVX2>): Likewise.
582 (vec_unpacks_lo_<V124_AVX2>): Likewise.
583 * config/i386/i386-protos.h: Update.
584
585 * config/i386/sse.md (mul<VI1_AVX2>3): Change from insn_and_split to
586 pure expander; move expansion code ...
587 * config/i386/i386.c (ix86_expand_vecop_qihi): ... here. New function.
588 * config/i386/i386-protos.h: Update.
589
590 2012-06-22 Edmar Wienskoski <edmar@freescale.com>
591
592 * config/rs6000/rs6000.md (define_attr "type"): New type popcnt.
593 (popcntb<mode>2): Add attribute type popcnt.
594 (popcntd<mode>2): Ditto.
595 * config/rs6000/power4.md (define_insn_reservation): Add type popcnt.
596 * config/rs6000/power5.md (define_insn_reservation): Ditto.
597 * config/rs6000/power7.md (define_insn_reservation): Ditto.
598 * config/rs6000/476.md (define_insn_reservation): Ditto.
599 * config/rs6000/power6.md (define_insn_reservation): New
600 reservation for popcnt instructions.
601
602 2012-06-22 H.J. Lu <hongjiu.lu@intel.com>
603
604 * doc/invoke.texi: Update -mpreferred-stack-boundary=3 warning.
605
606 2012-06-22 H.J. Lu <hongjiu.lu@intel.com>
607
608 PR target/53383
609 * doc/invoke.texi: Add a warning for -mpreferred-stack-boundary=3.
610
611 * config/i386/i386.c (ix86_option_override_internal): Allow
612 -mpreferred-stack-boundary=3 for 64-bit if SSE is disabled.
613
614 * config/i386/i386.h (MIN_STACK_BOUNDARY): Set to 64 for 64-bit
615 if SSE is disabled.
616
617 2012-06-22 Bill Schmidt <wschmidt@linux.ibm.com>
618
619 * double-int.c (double_int_multiple_of): New function.
620 * double-int.h (double_int_multiple_of): New decl.
621 * tree-ssa-loop-ivopts.c (add_cost, zero_cost): Remove undefs.
622 (mbc_entry_hash): New forward decl.
623 (mbc_entry_eq): Likewise.
624 (zero_cost): Change to no_cost.
625 (mult_costs): New static var.
626 (cost_tables_exist): Likewise.
627 (initialize_costs): New function.
628 (finalize_costs): Likewise.
629 (tree_ssa_iv_optimize_init): Call initialize_costs.
630 (add_cost): Change to add_regs_cost; distinguish costs by speed.
631 (multiply_regs_cost): New function.
632 (add_const_cost): Likewise.
633 (extend_or_trunc_reg_cost): Likewise.
634 (negate_reg_cost): Likewise.
635 (multiply_by_cost): Change to multiply_by_const_cost; distinguish
636 costs by speed.
637 (get_address_cost): Change add_cost to add_regs_cost; change
638 multiply_by_cost to multiply_by_const_cost.
639 (force_expr_to_var_cost): Change zero_cost to no_cost; change
640 add_cost to add_regs_cost; change multiply_by_cost to
641 multiply_by_const_cost.
642 (split_cost): Change zero_cost to no_cost.
643 (ptr_difference_cost): Likewise.
644 (difference_cost): Change zero_cost to no_cost; change multiply_by_cost
645 to multiply_by_const_cost.
646 (get_computation_cost_at): Change add_cost to add_regs_cost; change
647 multiply_by_cost to multiply_by_const_cost.
648 (determine_use_iv_cost_generic): Change zero_cost to no_cost.
649 (determine_iv_cost): Change add_cost to add_regs_cost.
650 (iv_ca_new): Change zero_cost to no_cost.
651 (tree_ssa_iv_optimize_finalize): Call finalize_costs.
652 * tree-ssa-address.c (most_expensive_mult_to_index): Change
653 multiply_by_cost to multiply_by_const_cost.
654 * tree-flow.h (multiply_by_cost): Change to multiply_by_const_cost.
655 (add_regs_cost): New decl.
656 (multiply_regs_cost): Likewise.
657 (add_const_cost): Likewise.
658 (extend_or_trunc_reg_cost): Likewise.
659 (negate_reg_cost): Likewise.
660
661 2012-06-22 Richard Guenther <rguenther@suse.de>
662
663 Merge from graphite branch
664 2011-08-10 Sebastian Pop <sebpop@gmail.com>
665
666 * graphite-sese-to-poly.c (build_scop_drs): Fix memory leak.
667
668 2012-01-13 Tobias Grosser <tobias@grosser.es>
669
670 * tree-flow.h (parallelized_function_p): Declare.
671 * tree-parloops.c (parallelized_function_p): Export.
672 * graphite.c (graphite_transform_loops): Do not run graphite on
673 already parallel functions.
674
675 2012-06-22 Alan Modra <amodra@gmail.com>
676
677 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Pass in and
678 return mem. Convert to indirect addressing if not indirect or
679 indexed. Adjust all callers.
680
681 2012-06-22 Richard Guenther <rguenther@suse.de>
682
683 * gcov-iov.c: Include bconfig.h and system.h.
684
685 2012-06-22 Andreas Schwab <schwab@linux-m68k.org>
686
687 * doc/include/texinfo.tex: Update to version 2012-06-05.14.
688
689 2012-06-22 Richard Guenther <rguenther@suse.de>
690
691 PR gcov-profile/53744
692 * gcov-iov.c (main): Treat "" and "prerelease" the same.
693
694 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
695
696 PR debug/53704
697 * dwarf2out.c (gen_compile_unit_die): Use DW_LANG_Fortran90 as language
698 for GNU Fortran if in strict DWARF2 mode.
699
700 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
701
702 * tree-ssa-live.c (remove_unused_scope_block_p): Remove again
703 DECL_IGNORED_P non-reg vars even if they are used.
704
705 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
706
707 PR debug/53671
708 PR debug/49888
709 * var-tracking.c (vt_get_canonicalize_base): New.
710 (vt_canonicalize_addr, vt_stack_offset_p): New.
711 (vt_canon_true_dep): New.
712 (drop_overlapping_mem_locs): Use vt_canon_true_dep.
713 (clobber_overlaping_mems): Use vt_canonicalize_addr.
714
715 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
716
717 PR debug/53671
718 PR debug/49888
719 * var-tracking.c (vt_initialize): Record initial offset between
720 arg pointer and stack pointer.
721
722 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
723
724 PR debug/53671
725 PR debug/49888
726 * var-tracking.c (vt_init_cfa_base): Drop redundant recording of
727 CFA base.
728
729 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
730
731 PR debug/53671
732 PR debug/49888
733 * alias.c (memrefs_conflict_p): Improve handling of AND for
734 alignment.
735
736 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
737
738 * ddg.c (build_intra_loop_deps): Discard deps of nondebug on debug.
739
740 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
741
742 PR debug/53682
743 * cselib.c (promote_debug_loc): Don't crash on NULL argument.
744
745 2012-06-21 Meador Inge <meadori@codesourcery.com>
746
747 PR c/53702
748 * c-decl.c (c_push_function_context): Restore the behavior to reuse
749 the language function allocated for -Wunused-local-typedefs.
750 (c_pop_function_context): If necessary, clear the language function
751 created in c_push_function_context. Always clear out the
752 x_cur_stmt_list field of the restored language function.
753
754 2012-06-21 Sterling Augustine <saugustine@google.com>
755 Cary Coutant <ccoutant@google.com>
756
757 * dwarf2out.c (is_cu_die, is_namespace_die, is_class_die,
758 add_AT_pubnames, add_enumerator_pubname, want_pubnames): New functions.
759 (comdat_type_struct): New field 'skeleton_die'.
760 (breakout_comdat_types): Update it.
761 (add_pubname): Rework logic. Call is_class_die, is_cu_die and
762 is_namespace_die. Fix minor style violation. Call want_pubnames.
763 (add_pubname_string): Call want_pubnames.
764 (add_pubtype): Rework logic for calculating type name. Call
765 is_namespace_die. Call want_pubnames.
766 (output_pubnames): Move conditional logic deciding when to produce the
767 section from dwarf2out_finish. Use new skeleton_die field.
768 (base_type_die): Call add_pubtype.
769 (gen_enumeration_type_die): Unconditionally call add_pubtype.
770 (gen_subprogram_die): Adjust calls to add_pubname.
771 (gen_namespace_die): Call add_pubname_string.
772 (dwarf2out_finish): Call add_AT_pubnames; Move logic on when to
773 produce pubnames and pubtypes sections to output_pubnames.
774 * common.opt (-gpubnames): New option.
775 * doc/invoke.texi: Document it.
776
777 2012-06-21 Steven Bosscher <steven@gcc.gnu.org>
778
779 * config/m32c/m32c-pragma.c: Remove unnecessary includes.
780
781 2012-06-21 Michael Matz <matz@suse.de>
782
783 PR middle-end/53688
784 * builtins.c (get_memory_rtx): Always build an all-aliasing MEM_REF
785 with correct size.
786
787 2012-06-21 Richard Guenther <rguenther@suse.de>
788
789 * tree-inline.c (estimate_num_insns): Estimate call cost for
790 tailcalls properly.
791
792 2012-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
793
794 * tree.h (DECL_SOURCE_COLUMN): New accessor.
795
796 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
797
798 * config/i386/i386.md (SINCOS): New int iterator.
799 (sincos): New int attribute.
800 (*<sincos>xf2_i387): Macroize insn from *{sin,cos}xf2_i387 using
801 SINCOS int iterator.
802 (*<sincos>_extend<mode>xf2_i387): Macroize insn from
803 *{sin,cos}_extend<mode>xf2_i387 using SINCOS int iterator.
804
805 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
806
807 * config/i386/i386.md (RDFSGSBASE): New int iterator.
808 (WRFSGSBASE): Ditto.
809 (fsgs): New int attribute.
810 (rd<fsgs>base<mode>): Macroize insn from rd<fsgs>base<mode> using
811 RDFSGSBASE int iterator.
812 (wr<fsgs>base<mode>): Macroize insn from wr<fsgs>base<mode> using
813 WRFSGSBASE int iterator.
814
815 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
816
817 * config/i386/i386.md (<rounding_insn><mode>2): Macroize expander
818 from {floor,ceil,btrunc}<mode>2 using FIST_ROUNDING int iterator.
819 (l<rounding_insn><MODEF:mode><SWI48:mode>2): Macroize expander
820 from l{floor,ceil}<MODEF:mode><SWI48:mode>2 using FIST_ROUNDING
821 int iterator.
822
823 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
824
825 * system.h: Poison ASM_OUTPUT_IDENT and IDENT_ASM_OP.
826
827 2012-06-20 Richard Guenther <rguenther@suse.de>
828
829 PR tree-optimization/30318
830 * tree-vrp.c (range_int_cst_p): Do not reject overflowed
831 constants here.
832 (range_int_cst_singleton_p): But explicitely here.
833 (zero_nonzero_bits_from_vr): And here.
834 (extract_range_from_binary_expr_1): Re-implement PLUS_EXPR
835 to cover all cases we can perform arbitrary precision
836 arithmetic with double-ints.
837 (intersect_ranges): Handle adjacent anti-ranges.
838
839 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
840
841 * config/i386/i386.md (rounding_insn): New int attribute.
842 (<rounding_insn>xf2): Macroize insn from
843 {floor,ceil,btrunc}xf2 using FRNDINT_ROUNDING int iterator.
844 (l<rounding_insn>xf<mode>2): Rename from l<rounding>xf<mode>2.
845
846 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
847
848 * config/i386/i386.md (IEEE_MAXMIN): New int iterator.
849 (ieee_maxmin): New int attribute.
850 (*ieee_s<ieee_maxmin><mode>3): Macroize insn from
851 *ieee_s{max,min}<mode>3 using IEEE_MAXMIN int iterator.
852
853 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
854
855 * config/arm/arm.h (EMIT_EABI_ATTRIBUTE): Remove.
856 * config/arm/arm.c: Do not include c-pragma.h.
857 (arm_emit_eabi_attribute): New function based on EMIT_EABI_ATTRIBUTE.
858 (arm_file_start): Replace uses of EMIT_EABI_ATTRIBUTE with calls
859 to arm_emit_eabi_attribute.
860 * arm-c.c: Do not include output.h.
861 (arm_output_c_attributes): Replace use of EMIT_EABI_ATTRIBUTE with a
862 call to arm_emit_eabi_attribute.
863 * config/arm/arm-protos.h (arm_emit_eabi_attribute): Prototype it.
864
865 2012-06-20 Richard Guenther <rguenther@suse.de>
866
867 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p):
868 Allow adjusting alignment of user-aligned decls again.
869
870 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
871
872 * config/rl78/rl78-c.c: Remove unnecessary includes.
873
874 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
875
876 * config/cris/cris.c: Include cgraph.h.
877 (cris_option_override): Do not set non-existing flag_no_gcc_ident.
878
879 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
880
881 * emit-rtl.c (need_atomic_barrier_p): New function.
882 * emit-rtl.h (need_atomic_barrier_p): Declare it.
883 * config/alpha/alpha.c (alpha_{pre,post}_atomic_barrier): Use it.
884 * config/arm/arm.c (arm_{pre,post}_atomic_barrier): Use it.
885 * config/tilegx/tilegx.c (tile_{pre,post}_atomic_barrier): Use it.
886 * config/mips/mips.c (mips_{pre,post}_atomic_barrier_p): Remove.
887 (mips_process_sync_loop): Use generic version instead.
888
889 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
890
891 * config/mips/mips.c (mips_process_sync_loop): Emit cmp result only if
892 it is used.
893
894 2012-06-19 Tom de Vries <vries@codesourcery.com>
895 Maxim Kuvyrkov <maxim@codesourcery.com>
896
897 * config/mips/constraints.md (ZR): New constraint.
898 * config/mips/predicates.md (mem_noofs_operand): New predicate.
899 * config/mips/mips.c (mips_print_operand): Handle new print modifier.
900 * config/mips/mips.h (TARGET_XLP): Define.
901 (TARGET_SYNC_AFTER_SC): Update.
902 (ISA_HAS_SWAP, ISA_HAS_LDADD): Define.
903 * config/mips/sync.md (atomic_exchange, atomic_fetch_add): Use
904 XLP-specific swap and ldadd patterns.
905 (atomic_exchange_swap, atomic_fetch_add_ldadd): New patterns.
906
907 2012-06-19 Tom de Vries <vries@codesourcery.com>
908 Maxim Kuvyrkov <maxim@codesourcery.com>
909
910 * config/mips/mips.c (mips_emit_pre_atomic_barrier_p,)
911 (mips_emit_post_atomic_barrier_p): New static functions.
912 (mips_process_sync_loop): Use them. Emit sync memory barriers in
913 accordance with memory model semantics. Add return of CMP result for
914 compare_and_swap.
915 * config/mips/mips.md: Update comment.
916 (sync_cmp): New attribute.
917 (sync_memmodel): New attribute replacing sync_release_barrier.
918 * config/mips/sync.md (UNSPEC_ATOMIC_COMPARE_AND_SWAP,)
919 (UNSPEC_ATOMIC_EXCHANGE, UNSPEC_ATOMIC_FETCH_OP): New constants.
920 (sync_lock_test_and_set, test_and_set_12): Update.
921 (atomic_compare_and_swap, atomic_exchange, atomic_exchange_llsc,)
922 (atomic_fetch_add, atomic_fetch_add_llsc): New patterns.
923
924 2012-06-19 Joseph Myers <joseph@codesourcery.com>
925
926 * config/rs6000/spe.md (*mov_si<mode>_e500_subreg0): Rename to
927 mov_si<mode>_e500_subreg0.
928 (*mov_si<mode>_e500_subreg0_elf_low)
929 (*mov_si<mode>_e500_subreg4_elf_low): New patterns.
930
931 2012-06-19 Richard Henderson <rth@redhat.com>
932
933 * config/alpha/alpha.c: Include params.h.
934 (alpha_option_override): Initialize PARAM_L1_CACHE_LINE_SIZE,
935 PARAM_L1_CACHE_SIZE, PARAM_L2_CACHE_SIZE for the cpu tuning.
936
937 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
938
939 * doc/tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE,
940 TARGET_OBJC_DECLARE_CLASS_DEFINITION): Add @hooks.
941 (ASM_DECLARE_CLASS_REFERENCE, ASM_DECLARE_UNRESOLVED_REFERENCE):
942 Remove.
943 * doc/tm.texi: Regenerate.
944 * config/darwin.h (ASM_OUTPUT_LABELREF): Remove special case for
945 .objc_class_name_*.
946 * config/darwin-c.c: Include target.h.
947 (darwin_objc_declare_unresolved_class_reference): New function.
948 (darwin_objc_declare_class_definition): New function.
949 (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE): Define.
950 (TARGET_OBJC_DECLARE_CLASS_DEFINITION): Define.
951
952 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
953
954 * target.def (output_ident): New hook.
955 * targhooks.h (default_asm_output_ident_directive): Add prototype.
956 * varasm.c (assemble_asm): Only prefix a tab if the string does not
957 already start with one.
958 (default_asm_output_ident_directive): New function to emit
959 .ident as a top-level asm node while parsing, or directly to
960 asm_out_file after parsing.
961 * toplev.c (compile_file): Print a GCC .ident with
962 targetm.asm_out.output_ident.
963 * doc/tm.texi.in (ASM_OUTPUT_IDENT): Remove documentation for macro.
964 (TARGET_ASM_OUTPUT_IDENT): Add @hook for this.
965 * doc/tm.texi: Update.
966
967 * config/elfos.h (ASM_OUTPUT_IDENT, IDENT_ASM_OP): Remove.
968 (TARGET_ASM_OUTPUT_IDENT): Define.
969 * config/i386/djgpp.h (IDENT_ASM_OP): Remove.
970 * config/i386/gas.h (ASM_OUTPUT_IDENT): Remove.
971 * config/arm/aout.h (ASM_OUTPUT_IDENT): Remove.
972 * config/sparc/sparc.h (IDENT_ASM_OP): Remove.
973 (TARGET_ASM_OUTPUT_IDENT): Define.
974 * config/picochip/picochip.h (IDENT_ASM_OP): Remove.
975 (TARGET_ASM_OUTPUT_IDENT): Define.
976
977 * config/cris/cris-protos.h (cris_asm_output_ident): Add prototype.
978 * config/cris/cris.c (cris_asm_output_ident): New function.
979 * config/cris/cris.h (ASM_OUTPUT_IDENT, IDENT_ASM_OP): Remove.
980
981 * config/microblaze/microblaze-protos.h (microblaze_asm_output_ident):
982 Add prototype.
983 * config/microblaze/microblaze.c: Include cgraph.h for add_asm_node.
984 (microblaze_asm_output_ident): Rewrite to work similar to
985 default_asm_output_ident_directive for front-end .idents.
986 * config/microblaze/microblaze.h (ASM_OUTPUT_IDENT): Remove.
987 (TARGET_ASM_OUTPUT_IDENT): Define.
988
989 * config/mips/mips.h (ASM_OUTPUT_IDENT): Remove.
990 * config/mips/sde.h (IDENT_ASM_OP, ASM_OUTPUT_IDENT): Remove.
991
992 * config/rx/rx.c: Include cgraph.h for add_asm_node.
993 (rx_asm_output_ident): New function, similar to
994 default_asm_output_ident_directive, but handle AS100 syntax also, so
995 that #ident also works for rx in AS100 syntax.
996 (TARGET_ASM_OUTPUT_IDENT): Define.
997 * config/rx/rx.h (IDENT_ASM_OP): Remove.
998
999 * Makefile.in: Fix dependencies for c-family/c-lex.o.
1000
1001 2012-06-19 Uros Bizjak <ubizjak@gmail.com>
1002
1003 * config/i386/i386.md (FIST_ROUNDING): New int iterator.
1004 (rounding): Handle UNSPEC_FIST_{FLOOR,CEIL}.
1005 (ROUNDING): Ditto.
1006 (*fist<mode>2_<rounding>_1): Macroize insn from
1007 *fist<mode>2_{floor,ceil}_1 using FIST_ROUNDING int iterator.
1008 (fistdi2_<rounding>): Macroize insn from
1009 fistdi2_{floor,ceil} using FIST_ROUNDING int iterator.
1010 (fistdi2_<rounding>_with_temp and splitters): Macroize insn and
1011 corresponding splitters from fistdi2_{floor,ceil} and corresponding
1012 splitters using FIST_ROUNDING int iterator.
1013 (fist<mode>2_<rounding>): Macroize insn from
1014 fist<mode>2_{floor,ceil} using FIST_ROUNDING int iterator.
1015 (fist<mode>2_<rounding>_with_temp and splitters): Macroize insn and
1016 corresponding splitters from fist<mode>2_{floor,ceil} and corresponding
1017 splitters using FIST_ROUNDING int iterator.
1018 (l<rounding>xf<mode>2): Macroize expander from l{floor,ceil}xf<mode>2
1019 using FIST_ROUNDING int iterator.
1020
1021 2012-06-19 Richard Henderson <rth@redhat.com>
1022
1023 * config/i386/i386-protos.h (ix86_expand_sse2_mulv4si3): Declare.
1024 * config/i386/i386.c (ix86_expand_sse2_mulv4si3): New.
1025 * config/i386/predicates.md (nonimmediate_or_const_vector_operand): New.
1026 * config/i386/sse.md (sse2_mulv4si3): Delete.
1027 (mul<VI4_AVX2>3): Use ix86_expand_sse2_mulv4si3 and
1028 nonimmediate_or_const_vector_operand.
1029
1030 2012-06-19 Richard Henderson <rth@redhat.com>
1031
1032 * expmed.c (struct init_expmed_rtl): Split ...
1033 (init_expmed_one_mode): ... out of ...
1034 (init_expmed): ... here. Initialize integer vector modes also.
1035 (synth_mult): Handle integer vector modes.
1036 (choose_mult_variant): Likewise.
1037 (expand_mult_const): Likewise.
1038 (expand_mult): Likewise.
1039 * machmode.h (GET_MODE_UNIT_BITSIZE): New.
1040
1041 2012-06-19 Richard Henderson <rth@redhat.com>
1042
1043 * config/i386/i386.c (ix86_rtx_costs): Handle CONST_VECTOR, and
1044 integral vector modes.
1045
1046 2012-06-19 Uros Bizjak <ubizjak@gmail.com>
1047
1048 * config/i386/i386.md (FRNDINT_ROUNDING): New int iterator.
1049 (rounding): New int attribute.
1050 (ROUNDING): Ditto.
1051 (frndintxf2_<rounding>): Macroize insn from
1052 frndintxf2_{floor,ceil,trunc} using FRNDINT_ROUNDING int iterator.
1053 (frndintxf2_<rounding>_i387): Macroize insn from
1054 frndintxf2_{floor,ceil,trunc}_i387 using FRNDINT_ROUNDING int iterator.
1055
1056 2012-06-19 Richard Guenther <rguenther@suse.de>
1057
1058 * tree-vrp.c (union_ranges): New function.
1059 (vrp_meet_1): Use union_ranges.
1060 (vrp_meet): Dump what we union and call vrp_meet_1.
1061
1062 2012-06-19 Richard Earnshaw <rearnsha@arm.com>
1063
1064 * arm.md (enum unspec): Delete UNSPEC_SIN and UNSPEC_COS.
1065 (attr type): Remove fmul, ffmul, farith, ffarith, float_em
1066 f_fpa_load, f_fpa_store, f_mem_r, r_mem_f.
1067 (attr write_conflict, attr core_cycles): Update.
1068 * arm-generic.md (r_mem_f_wbuf): Delete reservation.
1069
1070 2012-06-19 Richard Guenther <rguenther@suse.de>
1071
1072 * tree-vrp.c (intersect_ranges): Handle more cases.
1073 (vrp_intersect_ranges): Dump what we intersect and call ...
1074 (vrp_intersect_ranges_1): ... this.
1075
1076 2012-06-19 Richard Guenther <rguenther@suse.de>
1077
1078 PR tree-optimization/53708
1079 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Preserve
1080 user-supplied alignment and alignment of decls with the used
1081 attribute.
1082
1083 2012-06-18 Lawrence Crowl <crowl@google.com>
1084
1085 * timevar.def (TV_PHASE_GENERATE): Rename to TV_PHASE_LATE_ASM.
1086 (TV_PHASE_CGRAPH): Rename to TV_PHASE_OPT_GEN.
1087 (TV_PHASE_STREAM_IN): New.
1088 (TV_PHASE_STREAM_OUT): New.
1089 * timevar.c (validate_phases): New.
1090 (timevar_print): Call validate_phases.
1091 * c-decl.c (c_write_global_declarations): Rename use of TV_PHASE_CGRAPH
1092 to TV_PHASE_OPT_GEN.
1093 * langhooks.c (write_global_declarations): Rename use of
1094 TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Use TV_PHASE_DBGINFO instead of
1095 TV_PHASE_CHECK_DBGINFO.
1096 * toplev.c (compile_file): Rename use of TV_PHASE_GENERATE to
1097 TV_PHASE_LATE_ASM. Move start of TV_PHASE_LATE_ASM to after call to
1098 lang_hooks.decls.final_write_globals.
1099
1100 2012-06-18 David Edelshn <dje.gcc@gmail.com>
1101
1102 * config/rs6000/aix52.h (TARGET_EXTRA_BUILTINS): Define as 0.
1103
1104 2012-06-18 Uros Bizjak <ubizjak@gmail.com>
1105
1106 PR target/53712
1107 * config/i386/sse.md (*sse4_2_pcmpestr_unaligned): New.
1108 (*sse4_2_pcmpistr_unaligned): New.
1109
1110 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1111 Sameera Deshpande <sameera.deshpande@arm.com>
1112 Greta Yorsh <greta.yorsh@arm.com>
1113
1114 * config/arm/arm-protos.h (arm_output_epilogue): Remove.
1115 * config/arm/arm.c (print_multi_reg): Remove.
1116 (vfp_output_fldmd): Likewise.
1117 (arm_output_epilogue): Likewise.
1118 * config/arm/arm.md (epilogue_insns): Update condition and code.
1119
1120 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1121 Sameera Deshpande <sameera.deshpande@arm.com>
1122 Greta Yorsh <greta.yorsh@arm.com>
1123
1124 * config/arm/arm-protos.h (thumb2_expand_return): New declaration.
1125 * config/arm/arm.c (thumb2_expand_return): New function.
1126 * config/arm/arm.md (return): Update condition and code.
1127
1128 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1129 Sameera Deshpande <sameera.deshpande@arm.com>
1130 Greta Yorsh <greta.yorsh@arm.com>
1131
1132 * config/arm/arm-protos.h (output_return_instruction): New parameter
1133 and int to bool change of parameter types.
1134 * config/arm/arm.c (output_return_instruction): Likewise.
1135 * config/arm/arm.md (arm_simple_return): New pattern.
1136 (arm_return, cond_return, cond_return_inverted): Add new arguments.
1137 * config/arm/thumb2.md (thumb2_return): Update condition and code.
1138
1139 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1140 Sameera Deshpande <sameera.deshpande@arm.com>
1141 Greta Yorsh <greta.yorsh@arm.com>
1142
1143 * config/arm/arm-protos.h (arm_expand_epilogue): New declaration.
1144 * config/arm/arm.c (arm_expand_epilogue): New function.
1145 * config/arm/arm.md (epilogue): Update condition and code.
1146 (sibcall_epilogue): Likewise.
1147
1148 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1149 Sameera Deshpande <sameera.deshpande@arm.com>
1150 Greta Yorsh <greta.yorsh@arm.com>
1151
1152 * config/arm/arm.c (arm_expand_epilogue_apcs_frame): New function.
1153 * config/arm/arm.md (arm_addsi3) Add an alternative.
1154
1155 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1156 Sameera Deshpande <sameera.deshpande@arm.com>
1157 Greta Yorsh <greta.yorsh@arm.com>
1158
1159 * config/arm/arm.md (vfp_pop_multiple_with_writeback) New define_insn.
1160 * config/arm/predicates.md (pop_multiple_fp) New special predicate.
1161 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): New function.
1162
1163 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1164 Sameera Deshpande <sameera.deshpande@arm.com>
1165 Greta Yorsh <greta.yorsh@arm.com>
1166
1167 * config/arm/arm.md (load_multiple_with_writeback) New define_insn.
1168 (load_multiple, pop_multiple_with_writeback_and_return) Likewise.
1169 (pop_multiple_with_return, ldr_with_return) Likewise.
1170 * config/arm/predicates.md (pop_multiple_return) New special predicate.
1171 * config/arm/arm-protos.h (arm_output_multireg_pop) New declaration.
1172 * config/arm/arm.c (arm_output_multireg_pop) New function.
1173 (arm_emit_multi_reg_pop): New function.
1174
1175 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
1176
1177 * config/arm/arm.c (ldm_stm_operation_p): Require SP
1178 as base register for loads if SP is in the register list.
1179
1180 2012-06-18 Richard Guenther <rguenther@suse.de>
1181
1182 PR tree-optimization/53693
1183 * tree-vect-patterns.c (vect_operation_fits_smaller_type):
1184 Reject operands with more than one use.
1185
1186 2012-06-18 Bill Schmidt <wschmidt@linux.ibm.com>
1187
1188 PR tree-optimization/53703
1189 * tree-ssa-phiopt.c (hoist_adjacent_loads): Skip virtual phis;
1190 correctly set bb_for_def[12].
1191
1192 2012-06-18 Steven Bosscher <steven@gcc.gnu.org>
1193
1194 * config/vax/vax.h (VMS_TARGET): Remove.
1195
1196 2012-06-18 Richard Guenther <rguenther@suse.de>
1197
1198 * tree-vrp.c (extract_range_from_assert): Split out range
1199 intersecting code.
1200 (intersect_ranges): New function.
1201 (vrp_intersect_ranges): Likewise.
1202
1203 2012-06-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1204
1205 * config/s390/s390.c (s390_gimplify_va_arg): Revert change from
1206 r187965.
1207
1208 2012-06-18 Tejas Belagod <tejas.belagod@arm.com>
1209
1210 * doc/md.texi: Document int iterators.
1211 * read-rtl.c (ints): New iterator group.
1212 (find_int): Int iterator group callback.
1213 (apply_int_iterator): Likewise.
1214 (apply_iterators): Traverse int iterator table and add all the used
1215 iterators to list.
1216 (initialize_iterators): Initialize data structures and callbacks for
1217 int iterators.
1218 (read_rtx): Parse and read mappings for int iterators.
1219 (read_rtx_code): Record int iterator usage.
1220
1221 2012-06-18 Richard Sandiford <rdsandiford@googlemail.com>
1222
1223 PR middle-end/53698
1224 * expr.c (expand_expr_addr_expr_1): Convert to tmode before
1225 performing an addition.
1226
1227 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1228
1229 * output.h (split_double): Move prototype to rtl.h.
1230 (constructor_static_from_elts_p): Move prototype to tree.c.
1231 * rtl.h (split_double): Moved here from output.h.
1232 * tree.h (constructor_static_from_elts_p): Moved here from output.h.
1233 * final.c (split_double): Move from here ...
1234 * rtlanal.c (split_double): ... to here.
1235 * expr.c: Do not include output.h.
1236
1237 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1238
1239 * cfglayout.h: Remove.
1240 * cfglayout.c: Remove.
1241 * function.h (struct function): Remove x_last_location field.
1242 * function.c: Do not include cfglayout.h.
1243 (expand_function_start): Do not call no-op force_next_line_note.
1244 (expand_function_end): Likewise.
1245 * cfgrtl.c: Do not include cfglayout.h. Include gt-cfgrtl.h.
1246 (unlink_insn_chain): Moved here from cfglayout.c.
1247 (skip_insns_after_block, label_for_bb, record_effective_endpoints,
1248 into_cfg_layout_mode, outof_cfg_layout_mode,
1249 pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode,
1250 relink_block_chain, fixup_reorder_chain, verify_insn_chain,
1251 fixup_fallthru_exit_predecessor, force_one_exit_fallthru,
1252 cfg_layout_can_duplicate_bb_p, duplicate_insn_chain,
1253 cfg_layout_duplicate_bb, cfg_layout_initialize, break_superblocks,
1254 cfg_layout_finalize): Likewise.
1255 (rtl_can_remove_branch_p): Likewise.
1256 * rtl.h (insn_scope): Move prototype from cfglayout.h here.
1257 (duplicate_insn_chain): Likewise.
1258 (force_next_line_note): Remove prototype.
1259 * emit-rtl.c: Do not include tree-flow.h, egad. Include vecprim.h.
1260 (last_location): Remove #define to emit.x_last_location.
1261 (force_next_line_note): Remove no-op function.
1262 (init_emit): Don't set x_last_location.
1263 (block_locators_locs, block_locators_blocks, locations_locators_locs,
1264 locations_locators_vals, prologue_locator, epilogue_locator,
1265 curr_location, last_location, curr_block, last_block, curr_rtl_loc):
1266 Move POD to here from cfglayout.c.
1267 (insn_locators_alloc, insn_locators_finalize, insn_locators_free,
1268 set_curr_insn_source_location, get_curr_insn_source_location,
1269 set_curr_insn_block, get_curr_insn_block, curr_insn_locator,
1270 locator_scope, insn_scope, locator_location, locator_line, insn_line,
1271 locator_file, insn_file, locator_eq): Move to here from cfglayout.c.
1272 * cfghooks.h: Remove double-include protection.
1273 (can_copy_bbs_p, copy_bbs): Move prototypes from cfglayout.h to here.
1274 * cfghooks.c (can_copy_bbs_p, copy_bbs): Move to here from cfglayout.c.
1275 * final.c: Do not include cfglayout.h.
1276 (choose_inner_scope, change_scope): Move to here from cfglayout.c.
1277 (reemit_insn_block_notes): Likewise. Make static.
1278 * tree-flow.h (tree_could_trap_p, operation_could_trap_helper_p,
1279 operation_could_trap_p, tree_could_throw_p): Move from here...
1280 * tree.h: ... to here.
1281 * gengtype.c (open_base_files): Remove cfglayout.h from the list.
1282 * profile.c: Do not include cfghooks.h.
1283 * cfgloopmanip.c: Do not include cfglayout.h and cfghooks.h.
1284 * modulo-sched.c: Likewise.
1285 * loop-unswitch.c: Do not include cfglayout.h.
1286 * sched-ebb.c: Likewise.
1287 * tracer.c: Likewise.
1288 * ddg.c: Likewise.
1289 * tree-vect-loop-manip.c: Likewise.
1290 * loop-init.c: Likewise.
1291 * dwarf2out.c: Likewise.
1292 * hw-doloop.c: Likewise.
1293 * loop-unroll.c: Likewise.
1294 * cfgcleanup.c: Likewise.
1295 * bb-reorder.c: Likewise.
1296 * sched-rgn.c: Likewise.
1297 * tree-cfg.c: Likewise.
1298 * config/alpha/alpha.c: Likewise.
1299 * config/spu/spu.c: Likewise.
1300 * config/sparc/sparc.c: Likewise.
1301 * config/sh/sh.c: Likewise.
1302 * config/c6x/c6x.c: Likewise.
1303 * config/ia64/ia64.c: Likewise.
1304 * config/rs6000/rs6000.c: Likewise.
1305 * config/score/score.c: Likewise.
1306 * config/mips/mips.c: Likewise.
1307 * config/bfin/bfin.c: Likewise.
1308 * Makefile.in (CFGAYOUT_H): Remove, and fixup users.
1309 * config/rs6000/t-rs6000 (rs6000.o): Do not depend on cfglayout.h.
1310 * config/spu/t-spu-elf (spu.o: $): Likewise.
1311 * config/sparc/t-sparc (sparc.o): Do not depend on CFGLAYOUT_H.
1312
1313 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1314
1315 * cfgloop.h: Do not include rtl.h.
1316 (enum iv_extend_code): New.
1317 (struct rtx_iv): Use iv_extend_code instead of rtx_code.
1318 * Makefile.in (CFGLOOP_H): Do not depend on RTL_H.
1319 * loop-iv.c (iv_extend_to_rtx_code): New function to translate
1320 an IV_EXTEND_CODE to an RTX_CODE.
1321 (dump_iv_info): Update for rtx_iv field type change.
1322 (iv_constant): Likewise.
1323 (iv_subreg): Likewise.
1324 (iv_extend): Likewise.
1325 (iv_neg): Likewise.
1326 (iv_add): Likewise.
1327 (iv_mult): Likewise.
1328 (iv_shift): Likewise.
1329 (get_biv_step_1): Likewise.
1330 (get_biv_step): Likewise.
1331 (iv_analyze_biv): Likewise.
1332 (get_iv_value): Likewise.
1333 (shorten_into_mode): Likewise.
1334 (canonicalize_iv_subregs): Likewise.
1335 * sese.c (sese_build_liveouts): Use MAY_HAVE_DEBUG_STMTS instead
1336 of MAY_HAVE_DEBUG_INSNS.
1337 * tree-ssa-loop-ivopts.c: Include recog.h after expr.h.
1338 * tree-ssa-loop-prefetch.c: Likewise.
1339
1340 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1341
1342 * expmed.c (ceil_log2): Move from here...
1343 * hwint.c: ... to here for older GCCs...
1344 * hwint.h: ... and here for newer GCCs.
1345 * rtl.h (ceil_log2): Remove prototype.
1346
1347 * tree-phinodes.c: Do not include rtl.h.
1348 * Makefile.in (tree-phinodes.o): Do not depend on RTL_H.
1349
1350 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1351
1352 * config/cris/cris.h (TARGET_ELF): Remove.
1353 (FORCE_EH_FRAME_INFO_IN_DATA_SECTION): Remove.
1354 (CRIS_ASM_OUTPUT_ALIGNED_DECL_COMMON): Simpify using TARGET_ELF==1.
1355 (LOCAL_LABEL_PREFIX): Likewise.
1356 * config/cris/cris.c (cris_target_asm_named_section): Remove.
1357 (cris_option_override): Simpify using TARGET_ELF==1.
1358 (cris_file_start): Likewise.
1359 * config/cris/cris-protos.h (cris_target_asm_named_section): Remove.
1360
1361 2012-06-17 Uros Bizjak <ubizjak@gmail.com>
1362
1363 * config/i386/sse.md (vcvtph2ps): Fix vec_select selector.
1364
1365 2012-06-16 Eric Botcazou <ebotcazou@adacore.com>
1366
1367 PR middle-end/53590
1368 * tree-inline.c (initialize_cfun): Copy can_delete_dead_exceptions.
1369
1370 2012-06-15 Easwaran Raman <eraman@google.com>
1371
1372 * passes.c (init_optimization_passes): Remove pass_call_cdce
1373 from its current position and insert after pass_dce.
1374
1375 2012-06-15 Walter Lee <walt@tilera.com>
1376
1377 * config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.
1378
1379 2012-06-15 Richard Earnshaw <rearnsha@arm.com>
1380
1381 * arm.c (note_invalid_constants): Don't return a result.
1382 (arm_memory_load_p): Delete function.
1383 (arm_const_double_rtx): Delete iterator variable i;
1384 (fp_immediate_constant): Likewise.
1385 (fp_const_from_val): Likewise.
1386
1387 * arm.c (arm_init_iwmmxt_builtins): Delete void_ftype_void.
1388
1389 2012-06-15 Marc Glisse <marc.glisse@inria.fr>
1390
1391 PR c++/51033
1392 * c-typeck.c (c_build_vec_perm_expr): Move to c-family/c-common.c.
1393 * c-tree.h (c_build_vec_perm_expr): Move to c-family/c-common.h.
1394
1395 2012-06-15 Georg-Johann Lay <avr@gjlay.de>
1396
1397 * config/avr/avr.c (avr_default_expand_builtin): New function.
1398 (avr_expand_builtin): Use it.
1399 (avr_expand_unop_builtin): Remove.
1400 (avr_expand_binop_builtin): Remove.
1401 (avr_expand_triop_builtin): Remove.
1402
1403 2012-06-15 Michael Matz <matz@suse.de>
1404
1405 PR middle-end/38474
1406 * cfgexpand.c (add_alias_set_conflicts): Remove.
1407 (expand_used_vars): Don't call it.
1408 (aggregate_contains_union_type): Remove.
1409 * function.c (n_temp_slots_in_use): New static data.
1410 (make_slot_available, assign_stack_temp_for_type): Update it.
1411 (init_temp_slots): Zero it.
1412 (remove_unused_temp_slot_addresses): Use it for quicker removal.
1413 (remove_unused_temp_slot_addresses_1): Use htab_clear_slot.
1414
1415 2012-06-15 Michael Matz <matz@suse.de>
1416
1417 * gimplify.c (gimplify_compound_literal_expr): Take gimple_test_f
1418 argument, don't emit assign statement if value is directly usable.
1419 (gimplify_expr): Adjust.
1420
1421 2012-06-15 Michael Matz <matz@suse.de>
1422
1423 * gimplify.c (gimplify_modify_expr): Fold generated statements.
1424 * gimple-fold.c (can_refer_decl_in_current_unit_p): Check flag_ltrans.
1425
1426 2012-06-15 Richard Guenther <rguenther@suse.de>
1427
1428 * tree-vrp.c (set_and_canonicalize_value_range): Use canonical
1429 predicates to set VR_UNDEFINED and VR_VARYING. Drop a case
1430 we assert for in set_value_range to VR_VARYING.
1431
1432 2012-06-15 Richard Earnshaw <rearnsha@arm.com>
1433
1434 * arm.md (addsf3, adddf3): Use s_register_operand.
1435 (subsf3, subdf3): Likewise.
1436 (mulsf3, muldf3): Likewise.
1437 (difsf3, divdf3): Likewise.
1438 (movsfcc, movdfcc): Likewise.
1439 * predicates.md (f_register_operand): Delete.
1440 (arm_float_rhs_operand): Delete.
1441 (arm_float_add_operand): Delete.
1442 (arm_float_compare_operand): Use s_register_operand when
1443 there's no VFP.
1444 (cirrus_register_operand): Delete.
1445 (cirrus_fp_register): Delete.
1446 (cirrus_shift_const): Delete.
1447 (cmpdi_operand): Remove Maverick support.
1448 * constraints.md (f, v, H): Delete constraints.
1449 (G): Update documentation.
1450 * arm.c (fp_consts_inited): Convert to bool.
1451 (strings_fp): Delete.
1452 (values_fp): Delete.
1453 (value_fp0): New variable.
1454 (init_fp_table): Simplify logic.
1455 (arm_const_double_rtx): Likewise.
1456 (fp_immediate_constant): Likewise.
1457 (fp_const_from_val): Likewise.
1458 (neg_const_double_rtx_ok_for_fpa): Delete.
1459 * doc/md.texi (ARM constraints): Update documentation.
1460
1461 2012-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1462
1463 PR tree-optimization/53636
1464 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Verify
1465 stride when doing basic-block vectorization.
1466
1467 2012-06-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1468
1469 * tree-vect-generic.c (lower_vec_perm): Propagate vector constants
1470 into VEC_PERM_EXPR.
1471
1472 2012-06-15 Jakub Jelinek <jakub@redhat.com>
1473
1474 * tree-vect-patterns.c (vect_pattern_recog): Don't unnecessarily
1475 allocate and free bbs array for the SLP case.
1476
1477 PR tree-optimization/51581
1478 * expr.h (choose_multiplier): New prototype.
1479 * expmed.c (choose_multiplier): No longer static.
1480 Change multiplier_ptr from rtx * to UHWI *.
1481 (expand_divmod): Adjust callers.
1482 * tree-vect-patterns.c (vect_recog_sdivmod_pow2_pattern): Renamed to...
1483 (vect_recog_divmod_pattern): ... this. Pass bb_vinfo as last
1484 argument to new_stmt_vec_info. Attempt to optimize also divisions
1485 by non-pow2 constants if integer vector division isn't supported.
1486 * tree-vect-stmts.c (vect_analyze_stmt): If node != NULL,
1487 don't look at pattern stmts and sequences.
1488
1489 2012-06-15 Eric Botcazou <ebotcazou@adacore.com>
1490
1491 PR middle-end/53590
1492 * common.opt (-fdelete-dead-exceptions): New switch.
1493 * doc/invoke.texi (Code Gen Options): Document it.
1494 * cse.c (count_reg_usage) <CALL_INSN>: Use !insn_nothrow_p in lieu of
1495 insn_could_throw_p predicate. Do not skip an insn that could throw
1496 if dead exceptions can be deleted.
1497 (insn_live_p): Likewise, do not return true in that case.
1498 * dce.c (can_alter_cfg): New flag.
1499 (deletable_insn_p): Do not return false for an insn that can throw if
1500 the CFG can be altered and dead exceptions can be deleted.
1501 (init_dce): Set can_alter_cfg to false for fast DCE, true otherwise.
1502 * dse.c (scan_insn): Use !insn_nothrow_p in lieu of insn_could_throw_
1503 predicate. Do not preserve an insn that could throw if dead exceptions
1504 can be deleted.
1505 * function.h (struct function): Add can_delete_dead_exceptions flag.
1506 * function.c (allocate_struct_function): Set it.
1507 * lto-streamer-in.c (input_struct_function_base): Stream it.
1508 * lto-streamer-out.c (input_struct_function_base): Likewise.
1509 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark a
1510 statement that could throw as necessary if dead exceptions can be
1511 deleted.
1512
1513 2012-06-14 Maxim Kuvyrkov <maxim@codesourcery.com>
1514
1515 * config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.
1516
1517 2012-06-14 Oleg Endo <olegendo@gcc.gnu.org>
1518
1519 PR target/53568
1520 * config/sh/sh.md: Add peephole for swapbsi2.
1521 (*swapbisi2_and_shl8, *swapbhisi2): New insns and splits.
1522
1523 2012-06-14 Uros Bizjak <ubizjak@gmail.com>
1524
1525 * config/i386/i386.md (*zero_extendsidi2): Remove x,x alternative.
1526 (*zero_extendsidi2_rex64): Ditto. Remove isa attribute.
1527
1528 2012-06-14 Jakub Jelinek <jakub@redhat.com>
1529
1530 PR target/53639
1531 * config/i386/i386.md (*anddi_1 into *andsi_1_zext splitter): New.
1532
1533 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
1534
1535 * arm.c (arm_cirrus_insn_p): Delete.
1536 (cirrus_reorg): Delete.
1537 (arm_reorg): Don't call cirrus_reorg.
1538 (arm_final_prescan_insn_p): Don't check for cirrus insns.
1539 * arm.md (define_attr "type"): Remove mav_farith and mav_dmult.
1540 (adddi3, subdi3): Remove Maverick support.
1541 (arm_adddi3): Likewise.
1542 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
1543 (addsf3, adddf3): Likewise.
1544 (subsf3, subdf3): Likewise.
1545 (mulsf3, muldf3): Likewise.
1546 (ashldi3, ashrdi3, lshrdi3): Likewise.
1547 (floatsisf2, floatsidf2): Likewise.
1548 (fix_truncsfsi2, fix_truncdfsi2): Likewise.
1549 (arm_movdi, thumb1_movdi_insn): Likewise.
1550 (arm_cmpdi_insn): Likewise.
1551 (cirrus_cmpsf, cirrus_cmpdf, cirrus_cmpdi): Likewise.
1552 (cirrus.md): Don't include.
1553 * cirrus.md: Delete file.
1554 * t-arm (MD_INCLUDES): Remove cirrus.md.
1555
1556 2012-06-14 Eric Botcazou <ebotcazou@adacore.com>
1557
1558 * dwarf2out.c (function_possibly_abstracted_p): New static function.
1559 (gen_subprogram_die): Use it function_possibly_abstracted_p in lieu of
1560 cgraph_function_possibly_inlined_p.
1561 (gen_inlined_subroutine_die): Return if the origin is to be ignored.
1562 (process_scope_var): Do not emit concrete instances of abstracted
1563 nested functions from here.
1564 (gen_decl_die): Emit the abstract instance if the function is possibly
1565 abstracted and not only possibly inlined.
1566 (dwarf2out_finish): Find the first non-abstract parent instance and
1567 attach concrete instances on the limbo list to it.
1568
1569 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
1570
1571 * arm.md (divsf3, divdf3): Remove FPA support.
1572 (negsf2, negdf2): Likewise.
1573 (sqrtsf2, sqrtdf2): Likewise.
1574 (movdfcc): Likewise.
1575 (modsf3, moddf3, movxf): Delete.
1576 (push_fp_multi): Delete.
1577 (fpa.md): Don't include it.
1578 * fpa.md: Delete file.
1579 * t-arm (MD_INCLUDES): Remove fpa.md.
1580
1581 2012-06-14 Bill Schmidt <wschmidt@linux.ibm.com>
1582
1583 * tree-vectorizer.h (vect_get_stmt_cost): Move from tree-vect-stmts.c.
1584 (cost_for_stmt): Remove decl.
1585 (vect_get_single_scalar_iteration_cost): Correct typo in name.
1586 * tree-vect-loop.c (vect_get_cost): Remove.
1587 (vect_get_single_scalar_iteration_cost): Correct typo in name; use
1588 vect_get_stmt_cost rather than vect_get_cost.
1589 (vect_get_known_peeling_cost): Use vect_get_stmt_cost rather than
1590 vect_get_cost.
1591 (vect_estimate_min_profitable_iters): Correct typo in call to
1592 vect_get_single_scalar_iteration_cost; use vect_get_stmt_cost rather
1593 than vect_get_cost.
1594 (vect_model_reduction_cost): Use vect_get_stmt_cost rather than
1595 vect_get_cost.
1596 (vect_model_induction_cost): Likewise.
1597 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Correct
1598 typo in call to vect_get_single_scalar_iteration_cost.
1599 * tree-vect-stmts.c (vect_get_stmt_cost): Move to tree-vectorizer.h.
1600 (cost_for_stmt): Remove unnecessary function.
1601 * Makefile.in (TREE_VECTORIZER_H): Update dependencies.
1602
1603 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
1604
1605 * arm.opt (mfp=2, mfp=3, mfpe, mfpe=2, mfpe=3): Delete options.
1606 * arm-fpus.def (fpa, fpe2, fpe3, maverick): Delete FPU types.
1607 * arm-tables.opt: Regenerated.
1608 * doc/invoke.texi: Remove references to deleted options.
1609
1610 2012-06-14 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
1611
1612 * config/h8300/genmova.sh: Modified to add offset bits of
1613 mova/Sz assembly instruction for memory access.
1614 * config/h8300/h8300.c: Likewise.
1615 * config/h8300/mova.md: Likewise.
1616
1617 2012-06-12 Christian Bruel <christian.bruel@st.com>
1618
1619 PR target/53621
1620 * config/sh/sh.c (sh_option_override): Don't force
1621 flag_omit_frame_pointer and maccumulate_outgoing_args.
1622 * config/sh/sh.opt (maccumulate-outgoing-args): Init as Var.
1623
1624 2012-06-14 Richard Guenther <rguenther@suse.de>
1625
1626 * tree-vrp.c (VR_INITIALIZER): New define.
1627 (ranges_from_anti_range): New function.
1628 (extract_range_from_binary_expr_1): Decompose operations on
1629 VR_ANTI_RANGEs to operations on VR_RANGE.
1630 (extract_range_from_unary_expr_1): Likewise.
1631 (extract_range_from_binary_expr_1, extract_range_from_binary_expr,
1632 extract_range_from_unary_expr_1, extract_range_from_unary_expr,
1633 extract_range_from_cond_expr, adjust_range_with_scev,
1634 vrp_visit_assignment_or_call, vrp_visit_phi_node,
1635 simplify_bit_ops_using_ranges): Use VR_INITIALIZER.
1636
1637 2012-06-13 Richard Henderson <rth@redhat.com>
1638
1639 * hwint.h (HOST_WIDEST_INT_C): New.
1640 (HOST_WIDE_INT_C): New.
1641 (HOST_WIDE_INT_1): Use it.
1642 * config/alpha/alpha.c (alpha_trampoline_init): Use it.
1643
1644 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
1645
1646 PR debug/49888
1647 * var-tracking.c: Include alias.h.
1648 (overlapping_mems): New struct.
1649 (drop_overlapping_mem_locs): New.
1650 (clobber_overlapping_mems): New.
1651 (var_mem_delete_and_set, var_mem_delete): Call it.
1652 (val_bind): Likewise, but only if modified.
1653 (compute_bb_dataflow, emit_notes_in_bb): Call it on MEMs.
1654 * Makefile.in (var-tracking.o): Depend in $(ALIAS_H).
1655
1656 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
1657
1658 PR debug/47624
1659 * var-tracking.c (loc_exp_dep_pool): New.
1660 (vt_emit_notes): Create and release the pool.
1661 (compute_bb_dataflow): Use value-based locations in MO_VAL_SET.
1662 (emit_notes_in_bb): Likewise.
1663 (loc_exp_dep_insert): Deal with NOT_ONEPART vars.
1664 (notify_dependents_of_changed_value): Likewise.
1665 (notify_dependents_of_resolved_value): Check that NOT_ONEPART
1666 variables don't have a VAR_LOC_DEP_LST.
1667 (emit_note_insn_var_location): Expand NOT_ONEPART locs that are
1668 VALUEs or MEMs of VALUEs.
1669
1670 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
1671
1672 PR debug/52983
1673 PR debug/48866
1674 * dce.c (word_dce_process_block): Insert debug temps only if the
1675 insn is not marked.
1676 (dce_process_block): Likewise, and if debug.used is not empty,
1677 and only after iterating over all DEFs that might mark the insn.
1678
1679 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
1680
1681 * common.opt (ftree-coalesce-inlined-vars): New.
1682 (ftree-coalesce-vars): New.
1683 * doc/invoke.texi: Document them.
1684 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
1685 Implement them.
1686
1687 2012-06-13 Richard Sandiford <rdsandiford@googlemail.com>
1688
1689 * read-rtl.c (mapping): Remove index field. Add current_value field.
1690 Define heap vectors.
1691 (iterator_group): Fix long line. Remove num_builtins field and
1692 uses_iterator fields. Make apply_iterator take a void * parameter.
1693 (iterator_use, atttribute_use): New structures.
1694 (iterator_traverse_data, BELLWETHER_CODE, bellwether_codes): Delete.
1695 (current_iterators, iterator_uses, attribute_uses): New variables.
1696 (uses_mode_iterator_p, uses_code_iterator_p): Delete.
1697 (apply_mode_iterator, apply_code_iterator): Take a void * parameter.
1698 (map_attr_string, apply_iterator_to_string): Remove iterator
1699 and value parameters. Look through all current iterator values
1700 for a matching attribute.
1701 (mode_attr_index, apply_mode_maps): Delete.
1702 (apply_iterator_to_rtx): Replace with...
1703 (copy_rtx_for_iterators): ...this new function.
1704 (uses_iterator_p, apply_iterator_traverse): Delete.
1705 (apply_attribute_uses, add_current_iterators, apply_iterators): New
1706 functions.
1707 (add_mapping): Remove index field. Set current_value field.
1708 (initialize_iterators): Don't set num_builtins and uses_iterator_p
1709 fields.
1710 (find_iterator): Delete.
1711 (record_iterator_use, record_attribute_use): New functions.
1712 (record_potential_iterator_use): New function.
1713 (check_code_iterator): Remove handling of bellwether codes.
1714 (read_rtx): Remove mode maps. Truncate iterator and attribute uses.
1715 (read_rtx_code, read_nested_rtx, read_rtx_variadic): Remove mode_maps
1716 parameter. Use the first code iterator value instead of the
1717 bellwether_codes array. Use record_potential_iterator_use for modes.
1718
1719 2012-06-13 Oleg Endo <olegendo@gcc.gnu.org>
1720
1721 PR target/53568
1722 * config/sh/sh.md (bswapsi2): New expander.
1723 (swapbsi2): New insn.
1724
1725 2012-06-13 H.J. Lu <hongjiu.lu@intel.com>
1726
1727 PR target/53647
1728 * config/i386/i386.c (ix86_tune_cost): New variable.
1729 (ix86_option_override_internal): Set ix86_tune_cost. Use
1730 ix86_tune_cost for simultaneous_prefetches, prefetch_block,
1731 l1_cache_size and l2_cache_size.
1732
1733 2012-06-13 Richard Guenther <rguenther@suse.de>
1734
1735 * tree-vrp.c (vrp_meet): Properly meet equivalent ranges.
1736 Handle meeting two VR_RANGE to an VR_ANTI_RANGE. Implement
1737 all possible meetings of VR_RANGE with VR_ANTI_RANGE and
1738 VR_ANTI_RANGE with VR_ANTI_RANGE.
1739
1740 2012-06-13 Richard Earnshaw <rearnsha@arm.com>
1741
1742 * config.gcc (unsupported): Move obsoleted FPA-based configurations
1743 here from ...
1744 (obsolete): ... here.
1745 (arm*-*-freebsd*): Remove.
1746 (arm*-*-linux*): Only accept EABI variants. Simplify logic.
1747 (arm*-*-uclinux*): Likewise.
1748 (arm*-*-ecos-elf): Remove.
1749 (arm*-*-rtems*): Remove.
1750 (arm*-*-elf): Remove.
1751 (arm*-wince-pe*): Remove.
1752 (arm, --with-fpu): Remove support for fpa and Maverick variants.
1753 * arm/ecos-elf.h: Delete.
1754 * arm/t-strongarm-elf: Delete.
1755 * arm/rtems-elf.h: Delete.
1756 * arm/wince-pe.h: Delete.
1757 * arm/pe.c: Delete.
1758 * arm/pe.h: Delete.
1759 * arm/t-wince-pe: Delete.
1760
1761 2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
1762
1763 PR tree-optimization/53647
1764 * tree-ssa-phiopt.c (gate_hoist_loads): Skip transformation for
1765 targets with no defined cache line size.
1766
1767 2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
1768
1769 * targhooks.c (default_builtin_vectorized_conversion): Handle
1770 vec_construct, using vectype to base cost on subparts.
1771 * target.h (enum vect_cost_for_stmt): Add vec_construct.
1772 * tree-vect-stmts.c (vect_model_load_cost): Use vec_construct
1773 instead of scalar_to-vec.
1774 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
1775 vec_construct in same way as default for now.
1776 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
1777 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
1778 Handle vec_construct, including special case for 32-bit loads.
1779
1780 2012-06-13 Xinyu Qi <xyqi@marvell.com>
1781
1782 * config/arm/arm.c (FL_IWMMXT2): New define.
1783 (arm_arch_iwmmxt2): New variable.
1784 (arm_option_override): Enable use of iWMMXt with VFP.
1785 Disable use of iWMMXt with NEON. Disable use of iWMMXt under
1786 Thumb mode. Set arm_arch_iwmmxt2.
1787 (arm_expand_binop_builtin): Accept VOIDmode op.
1788 (enum arm_builtins): Revise built-in fcode.
1789 (IWMMXT2_BUILTIN): New define.
1790 (IWMMXT2_BUILTIN2): Likewise.
1791 (iwmmx2_mbuiltin): Likewise.
1792 (builtin_description bdesc_2arg): Revise built in declaration.
1793 (builtin_description bdesc_1arg): Likewise.
1794 (arm_init_iwmmxt_builtins): Revise built in initialization.
1795 (arm_expand_builtin): Revise built in expansion.
1796 (arm_output_iwmmxt_shift_immediate): New function.
1797 (arm_output_iwmmxt_tinsr): Likewise.
1798 * config/arm/arm-protos.h (arm_output_iwmmxt_shift_immediate): Declare.
1799 (arm_output_iwmmxt_tinsr): Likewise.
1800 * config/arm/iwmmxt.md (WCGR0, WCGR1, WCGR2, WCGR3): New constant.
1801 (iwmmxt_psadbw, iwmmxt_walign, iwmmxt_tmrc, iwmmxt_tmcr): Delete.
1802 (rorv4hi3, rorv2si3, rordi3): Likewise.
1803 (rorv4hi3_di, rorv2si3_di, rordi3_di): Likewise.
1804 (ashrv4hi3_di, ashrv2si3_di, ashrdi3_di): Likewise.
1805 (lshrv4hi3_di, lshrv2si3_di, lshrdi3_di): Likewise.
1806 (ashlv4hi3_di, ashlv2si3_di, ashldi3_di): Likewise.
1807 (iwmmxt_tbcstqi, iwmmxt_tbcsthi, iwmmxt_tbcstsi): Likewise
1808 (*iwmmxt_clrv8qi, *iwmmxt_clrv4hi, *iwmmxt_clrv2si): Likewise.
1809 (tbcstv8qi, tbcstv4hi, tbsctv2si): New pattern.
1810 (iwmmxt_clrv8qi, iwmmxt_clrv4hi, iwmmxt_clrv2si): Likewise.
1811 (*and<mode>3_iwmmxt, *ior<mode>3_iwmmxt, *xor<mode>3_iwmmxt): Likewise.
1812 (ror<mode>3, ror<mode>3_di): Likewise.
1813 (ashr<mode>3_di, lshr<mode>3_di, ashl<mode>3_di): Likewise.
1814 (ashli<mode>3_iwmmxt, iwmmxt_waligni, iwmmxt_walignr): Likewise.
1815 (iwmmxt_walignr0, iwmmxt_walignr1): Likewise.
1816 (iwmmxt_walignr2, iwmmxt_walignr3): Likewise.
1817 (iwmmxt_setwcgr0, iwmmxt_setwcgr1): Likewise.
1818 (iwmmxt_setwcgr2, iwmmxt_setwcgr3): Likewise.
1819 (iwmmxt_getwcgr0, iwmmxt_getwcgr1): Likewise.
1820 (iwmmxt_getwcgr2, iwmmxt_getwcgr3): Likewise.
1821 (All instruction patterns): Add wtype attribute.
1822 (*iwmmxt_arm_movdi, *iwmmxt_movsi_insn): iWMMXt coexist with vfp.
1823 (iwmmxt_uavgrndv8qi3, iwmmxt_uavgrndv4hi3): Revise the pattern.
1824 (iwmmxt_uavgv8qi3, iwmmxt_uavgv4hi3): Likewise.
1825 (ashr<mode>3_iwmmxt, ashl<mode>3_iwmmxt, lshr<mode>3_iwmmxt): Likewise.
1826 (iwmmxt_tinsrb, iwmmxt_tinsrh, iwmmxt_tinsrw):Likewise.
1827 (eqv8qi3, eqv4hi3, eqv2si3, gtuv8qi3): Likewise.
1828 (gtuv4hi3, gtuv2si3, gtv8qi3, gtv4hi3, gtv2si3): Likewise.
1829 (iwmmxt_wunpckihh, iwmmxt_wunpckihw, iwmmxt_wunpckilh): Likewise.
1830 (iwmmxt_wunpckilw, iwmmxt_wunpckehub, iwmmxt_wunpckehuh): Likewise.
1831 (iwmmxt_wunpckehuw, iwmmxt_wunpckehsb, iwmmxt_wunpckehsh): Likewise.
1832 (iwmmxt_wunpckehsw, iwmmxt_wunpckelub, iwmmxt_wunpckeluh): Likewise.
1833 (iwmmxt_wunpckeluw, iwmmxt_wunpckelsb, iwmmxt_wunpckelsh): Likewise.
1834 (iwmmxt_wunpckelsw, iwmmxt_wmadds, iwmmxt_wmaddu): Likewise.
1835 (iwmmxt_wsadb, iwmmxt_wsadh, iwmmxt_wsadbz, iwmmxt_wsadhz): Likewise.
1836 (iwmmxt2.md): Include.
1837 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __IWMMXT2__.
1838 (TARGET_IWMMXT2): New define.
1839 (TARGET_REALLY_IWMMXT2): Likewise.
1840 (arm_arch_iwmmxt2): Declare.
1841 * config/arm/mmintrin.h: Use __IWMMXT__ to enable iWMMXt intrinsics.
1842 Use __IWMMXT2__ to enable iWMMXt2 intrinsics.
1843 Use C name-mangling for intrinsics.
1844 (__v8qi): Redefine.
1845 (_mm_cvtsi32_si64, _mm_andnot_si64, _mm_sad_pu8): Revise.
1846 (_mm_sad_pu16, _mm_align_si64, _mm_setwcx, _mm_getwcx): Likewise.
1847 (_m_from_int): Likewise.
1848 (_mm_sada_pu8, _mm_sada_pu16): New intrinsic.
1849 (_mm_alignr0_si64, _mm_alignr1_si64, _mm_alignr2_si64): Likewise.
1850 (_mm_alignr3_si64, _mm_tandcb, _mm_tandch, _mm_tandcw): Likewise.
1851 (_mm_textrcb, _mm_textrch, _mm_textrcw, _mm_torcb): Likewise.
1852 (_mm_torch, _mm_torcw, _mm_tbcst_pi8, _mm_tbcst_pi16): Likewise.
1853 (_mm_tbcst_pi32): Likewise.
1854 (_mm_abs_pi8, _mm_abs_pi16, _mm_abs_pi32): New iWMMXt2 intrinsic.
1855 (_mm_addsubhx_pi16, _mm_absdiff_pu8, _mm_absdiff_pu16): Likewise.
1856 (_mm_absdiff_pu32, _mm_addc_pu16, _mm_addc_pu32): Likewise.
1857 (_mm_avg4_pu8, _mm_avg4r_pu8, _mm_maddx_pi16, _mm_maddx_pu16): Likewise.
1858 (_mm_msub_pi16, _mm_msub_pu16, _mm_mulhi_pi32): Likewise.
1859 (_mm_mulhi_pu32, _mm_mulhir_pi16, _mm_mulhir_pi32): Likewise.
1860 (_mm_mulhir_pu16, _mm_mulhir_pu32, _mm_mullo_pi32): Likewise.
1861 (_mm_qmulm_pi16, _mm_qmulm_pi32, _mm_qmulmr_pi16): Likewise.
1862 (_mm_qmulmr_pi32, _mm_subaddhx_pi16, _mm_addbhusl_pu8): Likewise.
1863 (_mm_addbhusm_pu8, _mm_qmiabb_pi32, _mm_qmiabbn_pi32): Likewise.
1864 (_mm_qmiabt_pi32, _mm_qmiabtn_pi32, _mm_qmiatb_pi32): Likewise.
1865 (_mm_qmiatbn_pi32, _mm_qmiatt_pi32, _mm_qmiattn_pi32): Likewise.
1866 (_mm_wmiabb_si64, _mm_wmiabbn_si64, _mm_wmiabt_si64): Likewise.
1867 (_mm_wmiabtn_si64, _mm_wmiatb_si64, _mm_wmiatbn_si64): Likewise.
1868 (_mm_wmiatt_si64, _mm_wmiattn_si64, _mm_wmiawbb_si64): Likewise.
1869 (_mm_wmiawbbn_si64, _mm_wmiawbt_si64, _mm_wmiawbtn_si64): Likewise.
1870 (_mm_wmiawtb_si64, _mm_wmiawtbn_si64, _mm_wmiawtt_si64): Likewise.
1871 (_mm_wmiawttn_si64, _mm_merge_si64): Likewise.
1872 (_mm_torvscb, _mm_torvsch, _mm_torvscw): Likewise.
1873 (_m_to_int): New define.
1874 * config/arm/arm-cores.def (iwmmxt2): Add FL_IWMMXT2.
1875 * config/arm/arm-arches.def (iwmmxt2): Likewise.
1876 * config/arm/t-arm (MD_INCLUDES): Add marvell-f-iwmmxt.md and
1877 iwmmxt2.md.
1878 * config/arm/arm.md (marvell-f-iwmmxt.md): Include.
1879 (arch): Add "iwmmxt2".
1880 (arch_enabled): Handle "iwmmxt2".
1881 (wtype): New attribute.
1882 (UNSPEC_WMADDS, UNSPEC_WMADDU): Delete.
1883 (UNSPEC_WALIGNI): New unspec.
1884 * config/arm/predicates.md (imm_or_reg_operand): New predicate.
1885 * config/arm/iterators.md (VMMX2): New mode_iterator.
1886 * config/arm/marvell-f-iwmmxt.md: New file.
1887 * config/arm/iwmmxt2.md: New file.
1888
1889 2012-06-12 Jakub Jelinek <jakub@redhat.com>
1890
1891 PR c/53532
1892 PR c/51034
1893 PR c/53196
1894 * c-decl.c (build_compound_literal): Call c_incomplete_type_error
1895 if type isn't complete.
1896
1897 2012-06-12 Uros Bizjak <ubizjak@gmail.com>
1898
1899 * config/ia64/sync.md (fetchop_name): Change ior attribute to "or".
1900
1901 2012-06-12 Richard Henderson <rth@redhat.com>
1902
1903 * config/rs6000/sync.md (atomic_load, atomic_store): Use INT1 mode
1904 iterator instead of INT.
1905
1906 2012-06-12 Bill Schmidt <wschmidt@linux.ibm.com>
1907
1908 * opts.c: Add -fhoist-adjacent-loads to -O2 and above.
1909 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Add argument to forward
1910 declaration.
1911 (hoist_adjacent_loads, gate_hoist_loads): New forward declarations.
1912 (tree_ssa_phiopt): Call gate_hoist_loads.
1913 (tree_ssa_cs_elim): Add parm to tree_ssa_phiopt_worker call.
1914 (tree_ssa_phiopt_worker): Add do_hoist_loads to formal arg list; call
1915 hoist_adjacent_loads.
1916 (local_mem_dependence): New function.
1917 (hoist_adjacent_loads): Likewise.
1918 (gate_hoist_loads): Likewise.
1919 * common.opt (fhoist-adjacent-loads): New switch.
1920 * Makefile.in (tree-ssa-phiopt.o): Added dependencies.
1921
1922 2012-06-12 Michael Matz <matz@suse.de>
1923
1924 * alias.c (nonoverlapping_component_refs_p): Take two rtx arguments.
1925 (nonoverlapping_memrefs_p): Don't call it here ...
1926 (true_dependence_1): ... but here.
1927
1928 2012-06-12 Richard Guenther <rguenther@suse.de>
1929
1930 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove dead code.
1931 * alias.c (ao_ref_from_mem): MEM_EXPR is conservative, MEM_OFFSET
1932 and MEM_SIZE only refines it. Reflect that and be less conservative
1933 if either of the latter is not known.
1934
1935 2012-06-12 Jakub Jelinek <jakub@redhat.com>
1936
1937 PR rtl-optimization/53589
1938 * cfgrtl.c (force_nonfallthru_and_redirect): Do asm_goto_edge
1939 discovery even when e->dest != target. If any LABEL_REF points
1940 to e->dest label, redirect it to target's label.
1941
1942 2012-06-12 Chung-Lin Tang <cltang@codesourcery.com>
1943
1944 * config/sh/sh.c (output_stack_adjust): Remove !epilogue_p
1945 condition for generating REG_FRAME_RELATED_EXPR note.
1946 (pop): Add code for generating REG_CFA_RESTORE,
1947 REG_CFA_ADJUST_CFA notes. Set RTX_FRAME_RELATED_P to 1.
1948 (sh_expand_epilogue): Use frame_insn() for FP to SP move.
1949 Set 'frame_p' of calls to output_stack_adjust() to 'true'.
1950
1951 2012-06-11 Richard Henderson <rth@redhat.com>
1952
1953 * config/alpha/alpha.c (HWI_HEX2): Add missing shift.
1954 * vmsdbgout.c (VMS_EPOCH_OFFSET): Add LL suffix.
1955
1956 * config/alpha/alpha.c (alpha_trampoline_init): Split large constants.
1957
1958 2012-06-12 Hans-Peter Nilsson <hp@axis.com>
1959
1960 * doc/tm.texi.in (Addressing Modes) <TARGET_LEGITIMIZE_ADDRESS>:
1961 Mention that this hook needs to be defined for native TLS.
1962 * doc/tm.texi: Regenerate.
1963
1964 2012-06-11 Mike Stump <mikestump@comcast.net>
1965
1966 * emit-rtl.c (init_emit_once): Iterate through the
1967 MODE_PARTIAL_INT modes with MIN_MODE_PARTIAL_INT and
1968 MAX_MODE_PARTIAL_INT, as GET_MODE_WIDER_MODE doesn't step through
1969 all the MIN_MODE_PARTIAL_INT modes anymore.
1970
1971 2012-06-12 Maxim Kuvyrkov <maxim@codesourcery.com>
1972
1973 * gcc/config/mips/mips-tables.opt (xlp): Fix merge typo.
1974
1975 2012-06-11 Roland McGrath <mcgrathr@google.com>
1976
1977 * dwarf2out.c (const_ok_for_output_1): Detect a TLS UNSPEC using
1978 SYMBOL_REF_TLS_MODEL rather than DECL_THREAD_LOCAL_P, in case it's
1979 not a VAR_DECL. Also don't limit it to UNSPECs with exactly one
1980 operand.
1981
1982 2012-06-11 Oleg Endo <olegendo@gcc.gnu.org>
1983
1984 PR target/53511
1985 * config/sh/sh.md (fmasf4): New expander.
1986 (*macsf3): Rename to fmasf4_i. Adapt to fma pattern.
1987 (mac_media): Rename to fmasf4_media. Adapt to fma pattern.
1988 * config/sh/sh.opt (mfused-madd): Remove.
1989 * config/sh/sh.c (sh_option_override): Remove mfused-madd handling.
1990 (builtin_description bdesc): Remove __builtin_sh_media_FMAC_S.
1991 * config.gcc (sh[123456789lbe]*-*-* | sh-*-*): Add fused-madd.opt
1992 as extra options.
1993 * doc/invoke.texi (SH Options): Update mfused-madd and mno-fused-madd
1994 descriptions.
1995
1996 2012-06-11 Richard Henderson <rth@redhat.com>
1997
1998 * dwarf2cfi.c (scan_trace): Handle annulled branch-taken delay slots.
1999
2000 2012-06-11 Richard Guenther <rguenther@suse.de>
2001
2002 PR middle-end/53470
2003 * tree.c (free_lang_data_in_type): Do not clear TYPE_CONTEXT but
2004 replace it with the first non-BLOCK context.
2005
2006 2012-06-11 Richard Guenther <rguenther@suse.de>
2007
2008 * alias.c (aliases_everything_p): Remove.
2009 (DIFFERENT_ALIAS_SETS_P): Likewise.
2010 (true_dependence_1): Use mems_in_disjoint_alias_sets_p directly.
2011 Do not use aliases_everything_p or special-case ANDs. Do not
2012 special-case BLKmode moves.
2013 (may_alias_p): Likewise. Handle BLKmode similar like everywhere
2014 - for SCATCH only.
2015
2016 2012-06-09 Hans-Peter Nilsson <hp@axis.com>
2017
2018 Fix CRIS build errors with --enable-build-with-cxx.
2019 * config/cris/cris.c (cris_emit_trap_for_misalignment): Rename
2020 variable "and" to "andop".
2021 * config/cris/sync.md ("atomic_fetch_<atomic_op_name><mode>"): Use
2022 temporary variable for memory model, passing C++-type-correct
2023 parameter type to expand_mem_thread_fence.
2024 ("atomic_compare_and_swap<mode>"): Ditto.
2025
2026 2012-06-09 Richard Henderson <rth@redhat.com>
2027
2028 PR c++/53602
2029 * cfgcleanup.c (execute_jump): Rename from rest_of_handle_jump2.
2030 (pass_jump): Rename from pass_jump2.
2031 (execute_jump2, pass_jump2): New.
2032 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Don't
2033 perform cfg cleanup here. Move the test of PUSH_ROUNDING
2034 and ACCUMULATE_OUTGOING_ARGS test...
2035 (gate_handle_stack_adjustments): ... here.
2036 * passes.c (init_optimization_passes): Update for pass_jump2 rename.
2037 Place new pass_jump2 after pass_stack_adjustments.
2038 * tree-pass.h (pass_jump): Declare.
2039
2040 2012-06-09 Kenneth Zadeck <zadeck@naturalbridge.com>
2041
2042 * simplify-rtx.c (simplify_const_binary_operation): Fixed shift
2043 count trucation.
2044
2045 2012-06-08 Richard Henderson <rth@redhat.com>
2046
2047 PR c++/53602
2048 * combine-stack-adj.c (force_move_args_size_note): Add ARGS_SIZE
2049 note to a clobber insn when no other insn is available.
2050
2051 2012-06-08 Georg-Johann Lay <avr@gjlay.de>
2052
2053 * config/avr/avr.c (avr_case_values_threshold): Return 7.
2054
2055 2012-06-07 Andreas Schwab <schwab@linux-m68k.org>
2056
2057 * genhooks.c (main): Set progname.
2058 (emit_documentation): Remove variable found_start, always bail out
2059 when a place is missing.
2060 * doc/tm.texi.in (C++ ABI): Add @hook TARGET_CXX_DECL_MANGLING_CONTEXT.
2061
2062 2012-06-07 Jakub Jelinek <jakub@redhat.com>
2063
2064 PR middle-end/53580
2065 * omp-low.c (scan_omp): Change first argument to gimple_seq *,
2066 call walk_gimple_seq_mod instead of walk_gimple_seq.
2067 (scan_sharing_clauses, scan_omp_parallel, scan_omp_task,
2068 scan_omp_for, scan_omp_sections, scan_omp_single,
2069 execute_lower_omp): Adjust callers.
2070 (scan_omp_1_stmt): Likewise. If check_omp_nesting_restrictions
2071 returns false, replace stmt with GIMPLE_NOP.
2072 (check_omp_nesting_restrictions): Instead of issuing warnings,
2073 issue errors and return false if any errors were reported.
2074
2075 2012-06-06 Steven Bosscher <steven@gcc.gnu.org>
2076
2077 * doc/invoke.texi (fconserve-space): Remove documentation.
2078
2079 2012-06-06 Edmar Wienskoski <edmar@freescale.com>
2080
2081 * config/rs6000/rs6000-tables.opt: Regenerated.
2082
2083 2012-06-06 Richard Guenther <rguenther@suse.de>
2084
2085 PR tree-optimization/53081
2086 * tree-data-ref.h (adjacent_store_dr_p): Rename to ...
2087 (adjacent_dr_p): ... this and make it work for reads, too.
2088 * tree-loop-distribution.c (enum partition_kind): Add PKIND_MEMCPY.
2089 (struct partition_s): Change main_stmt to main_dr, add
2090 secondary_dr member.
2091 (build_size_arg_loc): Change to date data-reference and not
2092 gimplify here.
2093 (build_addr_arg_loc): New function split out from ...
2094 (generate_memset_builtin): ... here. Use it and simplify.
2095 (generate_memcpy_builtin): New function.
2096 (generate_code_for_partition): Adjust.
2097 (classify_partition): Streamline pattern detection. Detect memcpy.
2098 (ldist_gen): Adjust.
2099 (tree_loop_distribution): Adjust seed statements for memcpy
2100 recognition.
2101
2102 2012-06-06 Matt Turner <mattst88@gmail.com>
2103
2104 * config/arm/mmintrin.h (_mm_empty): New.
2105 (_m_empty): New.
2106
2107 2012-06-06 Richard Sandiford <r.sandiford@uk.ibm.com>
2108
2109 * doc/invoke.texi (sched-pressure-algorithm): Document new --param.
2110 * common.opt (fsched-pressure-algorithm=): Remove.
2111 * flag-types.h (sched_pressure_algorithm): Move to...
2112 * sched-int.h (sched_pressure_algorithm): ...here.
2113 * params.def (sched-pressure-algorithm): New param.
2114 * haifa-sched.c (sched_init): Use it to initialize sched_pressure.
2115 * common/config/s390/s390-common.c (s390_option_optimization_table):
2116 Remove OPT_fsched_pressure_algorithm_ entry.
2117 * config/s390/s390.c (s390_option_override): Set a default value for
2118 PARAM_SCHED_PRESSURE_ALGORITHM.
2119
2120 2012-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
2121
2122 PR target/53487
2123 * config/rs6000/rs6000.c (rs6000_generate_compare): If we are
2124 doing an unsigned compare, make sure the second argument is not a
2125 negative constant.
2126 (rs6000_emit_cmove): Don't allow floating point comparisons when
2127 generating ISEL moves.
2128
2129 2012-06-05 Edmar Wienskoski <edmar@freescale.com>
2130
2131 * config/rs6000/e5500.md: New file.
2132 * config/rs6000/e6500.md: New file.
2133 * config/rs6000/rs6000.c (processor_costs): Add new costs for
2134 e5500 and e6500.
2135 (rs6000_option_override_internal): Altivec and Spe options not
2136 allowed with e5500. Spe options not allowed with e6500. Increase
2137 move inline limit for e5500 and e6500. Disable string instructions
2138 for e5500 and e6500. Enable branch targets alignment for e5500 and
2139 e6500. Initialize rs6000_cost for e5500 and e6500.
2140 (rs6000_adjust_cost): Add extra scheduling cycles between compare
2141 and brnach for e5500 and e6500.
2142 (rs6000_issue_rate): Set issue rate for e5500 and e6500.
2143 * config/rs6000/rs6000-cpus.def: Add cpu definitions for e5500 and
2144 e6500.
2145 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add e5500 and e6500.
2146 * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce5500 and
2147 ppce6500.
2148 Include e5500.md and e6500.md.
2149 * config/rs6000/rs6000-opt.h (processor_type): Add
2150 PROCESSOR_PPCE5500 and PROCESSOR_PPCE6500.
2151 * config.gcc (cpu_is_64bit): Add new cores e5500, e6500.
2152 (powerpc*-*-*): Add new cores e5500, e6500.
2153 * doc/invoke.texi: (item -mcpu): Add e5500 and e6500 to list of cpus.
2154
2155 2012-06-05 Richard Guenther <rguenther@suse.de>
2156
2157 * tree-vect-data-refs.c (vect_analyze_data_refs): Fix last change.
2158
2159 2012-06-05 H.J. Lu <hongjiu.lu@intel.com>
2160
2161 PR target/53575
2162 * config.gcc: Select x32 run-time library if --with-abi={x32|mx32}
2163 is used for x86_64-*-*.
2164
2165 2012-06-05 Richard Guenther <rguenther@suse.de>
2166
2167 PR tree-optimization/30442
2168 * tree-vect-data-refs.c (vect_analyze_data_refs): For basic-block
2169 vectorization stop analysis at the first stmt we cannot compute
2170 a data-reference for instead of giving up completely.
2171
2172 2012-06-05 Richard Guenther <rguenther@suse.de>
2173
2174 * tree-loop-distribution.c (struct partition_s): Add has_writes member.
2175 (partition_alloc): Initialize it.
2176 (partition_has_writes): New function.
2177 (rdg_flag_uses): Adjust.
2178 (rdg_flag_vertex): Likewise.
2179 (rdg_flag_vertex_and_dependent): Likewise.
2180 (rdg_flag_loop_exits): Likewise.
2181 (build_rdg_partition_for_component): Likewise.
2182 (rdg_build_partitions): Likewise.
2183
2184 2012-06-05 Richard Guenther <rguenther@suse.de>
2185
2186 PR tree-optimization/53081
2187 * tree-loop-distribution.c (generate_memset_builtin): Handle all
2188 kinds of byte-sized stores.
2189 (classify_partition): Likewise.
2190 (tree_loop_distribution): Adjust seed statements used for
2191 !flag_tree_loop_distribution.
2192
2193 2012-06-05 Alan Modra <amodra@gmail.com>
2194
2195 * config/rs6000/rs6000.c (ptr_regno_for_savres): Comment.
2196 (rs6000_emit_prologue): Ensure register used for inline saves
2197 of vector regs is not the static chain register. Revise comment.
2198
2199 2012-06-04 Oleg Endo <olegendo@gcc.gnu.org>
2200
2201 * doc/md.texi (Standard Pattern Names For Generation): Document
2202 sincos pattern.
2203
2204 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
2205
2206 PR bootstrap/53555
2207 * config/i386/i386.c (ix86_sched_reorder) Skip debug insns.
2208
2209 2012-06-04 Jason Merrill <jason@redhat.com>
2210
2211 * dwarf2out.c (is_unit_die): New.
2212 (copy_declaration_context, copy_ancestor_tree): Use it.
2213 (copy_decls_walk): Likewise.
2214
2215 2012-06-04 Paolo Carlini <paolo.carlini@oracle.com>
2216
2217 PR c++/53524
2218 * doc/invoke.texi (Wenum-compare): Update documentation.
2219
2220 2012-06-04 Dodji Seketeli <dodji@redhat.com>
2221
2222 PR preprocessor/53463
2223 * parser.c (cp_parser_assignment_expression): Use the location
2224 for the '=' as the default location for the expression.
2225
2226 2012-06-04 Edmar Wienskoski <edmar@freescale.com>
2227
2228 PR target/53559
2229 * config/rs6000/altivec.md (altivec_stvlx): Change machine mode of
2230 operands.
2231 (altivec_stvlxl): Ditto.
2232 (altivec_stvrx): Ditto.
2233 (altivec_stvrxl): Ditto.
2234
2235 2012-06-04 Vladimir Makarov <vmakarov@redhat.com>
2236
2237 * ira-int.h (struct target_ira_int): Add member x_ira_uniform_class_p.
2238 (ira_uniform_class_p): New macro.
2239
2240 * ira.c (setup_uniform_class_p): New function.
2241 (setup_allocno_and_important_classes): Call the function.
2242 (print_unform_and_important_classes): New function.
2243 (print_classes): Rename to print_translated_classes.
2244 (ira_debug_allocno_classes): Add call of
2245 print_unform_and_important_classes.
2246
2247 * ira-costs.c (setup_regno_cost_classes_by_aclass): Use uniform
2248 classes instead of pressure classes.
2249
2250 2012-06-04 Aldy Hernandez <aldyh@redhat.com>
2251
2252 PR middle-end/47530
2253 * trans-mem.c (expand_block_edges): Do not skip the first
2254 statement when resetting the BB.
2255
2256 2012-06-04 Richard Guenther <rguenther@suse.de>
2257
2258 * tree-data-ref.c (stores_from_loop): Remove.
2259 (stmt_with_adjacent_zero_store_dr_p): Likewise.
2260 (stores_zero_from_loop): Likewise.
2261 * tree-data-ref.h (stores_from_loop, stores_zero_from_loop,
2262 stmt_with_adjacent_zero_store_dr_p, stride_of_unit_type_p): Remove.
2263 (adjacent_store_dr_p): New function.
2264 * tree-loop-distribution.c (generate_memset_builtin): Pass
2265 the RDG, use the already available data-reference.
2266 (generate_code_for_partition): Pass down RDG.
2267 (classify_partition): Inline parts of the former
2268 stmt_with_adjacent_zero_store_dr_p here and use adjacent_store_dr_p.
2269 (ldist_gen): Remember if there was any detected builtin and
2270 do less work if not and flag_tree_loop_distribution is not set.
2271 (tree_loop_distribution): Inline and fuse stores_from_loop
2272 and stores_zero_from_loop here.
2273
2274 2012-06-04 Richard Guenther <rguenther@suse.de>
2275
2276 PR middle-end/53471
2277 * dwarf2out.c (dwarf2out_finish): If generating LTO do not
2278 create new assembler names.
2279
2280 2012-06-04 Richard Guenther <rguenther@suse.de>
2281
2282 * tree-data-ref.c (struct rdg_vertex_info): Remove.
2283 (rdg_vertex_for_stmt): Simplify using gimple_uid.
2284 (create_rdg_vertices): Pass loop argument, remove stmt to RDG index
2285 hashtable. Record stmt data-references.
2286 (hash_stmt_vertex_info): Remove.
2287 (eq_stmt_vertex_info): Likewise.
2288 (hash_stmt_vertex_del): Likewise.
2289 (build_empty_rdg): Simplify.
2290 (build_rdg): Adjust.
2291 (free_rdg): Likewise.
2292 (ref_base_address): Remove.
2293 (have_similar_memory_accesses): Likewise.
2294 * tree-data-ref.h (create_rdg_vertices): Remove.
2295 (struct rdg_vertex): Add datarefs member.
2296 (RDGV_DATAREFS): New define.
2297 (RDG_DATAREFS): Likewise.
2298 (have_similar_memory_accesses): Remove.
2299 (rdg_has_similar_memory_accesses): Likewise.
2300 * tree-loop-distribution.c (ref_base_address): Re-implement here.
2301 (similar_memory_accesses): Re-implement using existing data-references.
2302 (tree_loop_distribution): Initialize stmt uids for the stmt to
2303 RDG index mapping.
2304 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
2305 access stmt vinfo for stmts in loop.
2306
2307 2012-06-04 Andreas Schwab <schwab@linux-m68k.org>
2308
2309 PR target/53461
2310 * config/m68k/m68k.md ("tablejump"): Fix check for
2311 CASE_VECTOR_PC_RELATIVE.
2312
2313 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
2314
2315 * output.h (merge_weak, assemble_alias,
2316 initializer_constant_valid_p,
2317 initializer_constant_valid_for_bitfield_p): Move protos from here...
2318 * tree.h: ... to here.
2319 * cgraphclones.c: Do not include output.h.
2320 * gimplify.c: Likewise.
2321 * reload.c: Likewise.
2322 * recog.c: Likewise.
2323 * tree-ssa-loop-ivopts.c: Likewise.
2324 * tree-switch-conversion.c: Likewise.
2325 * c-parser.c: Likewise.
2326 * c-typeck.c: Likewise.
2327 * Makefile.in: Fix dependencies.
2328
2329 2012-06-04 Georg-Johann Lay <avr@gjlay.de>
2330
2331 PR target/46261
2332 * config/avr/avr-stdint.h: New file.
2333 * config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of
2334 newlib-stdint.h
2335
2336 2012-06-04 Jakub Jelinek <jakub@redhat.com>
2337
2338 PR tree-optimization/53550
2339 * tree-ssa-loop-niter.c (number_of_iterations_cond): If type
2340 is POINTER_TYPE_P, use sizetype as step type instead of type.
2341
2342 2012-06-04 Richard Guenther <rguenther@suse.de>
2343
2344 * tree-data-ref.c (have_similar_memory_accesses_1): Remove.
2345 (ref_base_address_1): Likewise.
2346 (remove_similar_memory_refs): Likewise.
2347 * tree-data-ref.h (remove_similar_memory_refs): Remove.
2348 * tree-loop-distribution.c (classify_partition): Do not classify
2349 as builtin if -ftree-loop-distribute-patterns is not enabled.
2350 (fuse_partitions_with_similar_memory_accesses): Inline ...
2351 (ldist_gen): ... here. Fuse all non-builtin partitions if
2352 -ftree-loop-distribution is not enabled. Properly return
2353 the number of created partitions. Do not update SSA form here but ...
2354 (tree_loop_distribution): ... once here for the whole function.
2355 Only walk innermost loops, constrain loops we consider here
2356 further. Do not call remove_similar_memory_refs.
2357 (distribute_loop): Do not check number of loop nodes here.
2358
2359 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
2360
2361 * Makefile.in (GIMPLE_H): Do not depend on TARGET_H.
2362
2363 2012-06-03 Martin Jambor <mjambor@suse.cz>
2364
2365 * ipa-prop.h (ipa_get_jf_known_type_offset): New function.
2366 (ipa_get_jf_known_type_base_type): Likewise.
2367 (ipa_get_jf_known_type_component_type): Likewise.
2368 (ipa_get_jf_constant): Likewise.
2369 (ipa_get_jf_pass_through_formal_id): Likewise.
2370 (ipa_get_jf_pass_through_operation): Likewise.
2371 (ipa_get_jf_ancestor_offset): Likewise.
2372 (ipa_get_jf_ancestor_type): Likewise.
2373 (ipa_get_jf_ancestor_formal_id): Likewise.
2374 (ipa_get_jf_member_ptr_pfn): Likewise.
2375 * ipa-prop.c (ipa_set_jf_known_type): New function.
2376 (ipa_set_jf_constant): Likewise.
2377 (ipa_set_jf_simple_pass_through): Likewise.
2378 (ipa_set_jf_arith_pass_through): Likewise.
2379 (ipa_set_ancestor_jf): Likewise.
2380 (fill_member_ptr_cst_jump_function): Moved up and renamed to
2381 ipa_set_jf_member_ptr_cst.
2382 (detect_type_change_1): Use the new jump function creation functions.
2383 (compute_complex_assign_jump_func): Likewise.
2384 (compute_complex_ancestor_jump_func): Likewise.
2385 (compute_known_type_jump_func): Likewise.
2386 (compute_scalar_jump_functions): Likewise.
2387 (compute_pass_through_member_ptrs): Likewise.
2388 (determine_cst_member_ptr): Likewise.
2389 (combine_known_type_and_ancestor_jfs): Likewise.
2390 (try_make_edge_direct_simple_call): Likewise.
2391 (try_make_edge_direct_virtual_call): Likewise.
2392 (update_indirect_edges_after_inlining): Likewise.
2393 * ipa-cp.c (ipa_get_jf_pass_through_result): Use jump function
2394 access functions. Incorporat NOP_EXPR and BINFO handling from its
2395 callers.
2396 (ipa_get_jf_ancestor_result): Likewise. Incorporate handling BINFOs
2397 which was in its callers.
2398 (ipa_value_from_jfunc): Use jump function access functions. Some
2399 functionality moved to functions above.
2400 (propagate_vals_accross_ancestor): Likewise.
2401 (propagate_vals_accross_pass_through): Use jump function access
2402 functions.
2403 (propagate_accross_jump_function): Likewise.
2404 * ipa-inline-analysis.c (remap_edge_change_prob): Use jump function
2405 access functions.
2406 (inline_merge_summary): Likewise.
2407
2408 2012-06-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2409
2410 * config/pa/pa.h (MAX_PCREL17F_OFFSET): Define.
2411 * config/pa/pa.c (pa_attr_length_millicode_call): Use
2412 MAX_PCREL17F_OFFSET instead of fixed offset.
2413 (pa_attr_length_call): Likewise.
2414 (pa_attr_length_indirect_call): Likewise.
2415
2416 2012-06-03 Oleg Endo <olegendo@gcc.gnu.org>
2417
2418 PR target/53512
2419 * config/sh/sh.opt (mfsca, mfsrra): New options.
2420 * config/sh/sh.md (rsqrtsf2): Use TARGET_FPU_ANY and TARGET_FSRRA
2421 condition.
2422 (fsca): Use TARGET_FPU_ANY and TARGET_FSCA condition.
2423 (sinssf2, cossf2): Fold expanders to ...
2424 (sincossf3): ... this new expander. Use TARGET_FPU_ANY and
2425 TARGET_FSCA condition.
2426 * config/sh/sh.c (sh_option_override): Handle TARGET_FSRRA and
2427 TARGET_FSCA.
2428 * doc/invoke.texi (SH Options): Add descriptions for -mfsca,
2429 -mno-fsca, -mfsrra, -mno-fsrra.
2430
2431 2012-06-03 Matt Turner <mattst88@gmail.com>
2432
2433 * config/mips/4600.md (r4700_imul_si): New.
2434 (r4700_imul_di): New.
2435 (r4700_fmul_single): New.
2436 (r4700_fmul_double): New.
2437 * config/mips/mips-cpus.def: Add r4700.
2438 * config/mips/mips.c: Likewise.
2439 * config/mips/mips.md: Likewise.
2440 * config/mips/mips-tables.opt: Regenerate.
2441
2442 2012-06-02 Steven Bosscher <steven@gcc.gnu.org>
2443
2444 * config/sparc/sparc.h (INITIAL_ELIMINATION_OFFSET): Split out to
2445 new function sparc_initial_elimination_offset.
2446 * config/sparc/sparc.c (sparc_initial_elimination_offset): New
2447 function.
2448 * config/sparc/sparc-protos.h (sparc_initial_elimination_offset):
2449 Prototype it.
2450
2451 2012-06-02 Kenneth Zadeck <zadeck@naturalbridge.com>
2452
2453 * expmed.c (expand_mult, choose_multiplier): Change
2454 "2 * HOST_BITS_PER_WIDE_INT" to "HOST_BITS_PER_DOUBLE_INT".
2455 * expr.c (convert_modes): Likewise.
2456 * explow.c (plus_constant): Likewise.
2457 * fixed-value.c (fixed_saturate1, fixed_saturate2)
2458 (do_fixed_add, do_fixed_multiply, do_fixed_multiply)
2459 (do_fixed_multiply, do_fixed_multiply, do_fixed_divide)
2460 (do_fixed_divide, do_fixed_divide, do_fixed_divide)
2461 (do_fixed_divide, do_fixed_divide, do_fixed_shift, do_fixed_shift)
2462 (do_fixed_shift, fixed_convert, fixed_convert)
2463 (fixed_convert_from_int, fixed_convert_from_int)
2464 (fixed_convert_from_real): Likewise.
2465 * fold-const.c (fold_convert_const_int_from_fixed, sign_bit_p)
2466 (native_interpret_int, fold_binary_loc, fold_ternary_loc): Likewise.
2467 * varasm.c (output_constructor_bitfield): Likewise.
2468 * tree-vrp.c (register_edge_assert_for_2): Likewise.
2469 * double-int.c (rshift_double, lshift_double): Likewise.
2470 * double-int.h (double_int_fits_in_uhwi_p, double_int, double_int):
2471 Likewise.
2472 * simplify-rtx.c (mode_signbit_p)
2473 (simplify_const_unary_operation, simplify_binary_operation_1)
2474 (simplify_immed_subreg): Likewise.
2475 * builtins.c (c_readstr, fold_builtin_bitop): Likewise.
2476 * tree-vect-generic.c (build_replicated_const): Likewise.
2477 * dbxout.c (stabstr_O): Likewise.
2478 * emit-rtl.c (immed_double_int_const, immed_double_const)
2479 (gen_lowpart_common, init_emit_once): Likewise.
2480 * tree.c (integer_pow2p, tree_log2, tree_floor_log2)
2481 (widest_int_cst_value, upper_bound_in_type): Likewise.
2482 * stor-layout.c (initialize_sizetypes, fixup_signed_type)
2483 (fixup_unsigned_type): Likewise.
2484 * real.c (real_to_integer2, real_from_integer): Likewise.
2485 * dwarf2out.c (size_of_loc_descr, size_of_die, output_die)
2486 (clz_loc_descriptor, mem_loc_descriptor): Likewise.
2487
2488 2012-06-01 Eric Botcazou <ebotcazou@adacore.com>
2489
2490 PR middle-end/53501
2491 * fold-const.c (fold_binary_loc): Refine previous change.
2492
2493 2012-06-01 Olivier Hainque <hainque@adacore.com>
2494
2495 * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore
2496 the "do {" part of the do-while(0) loop.
2497
2498 2012-06-01 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
2499
2500 * config/i386/i386.c (x86_sched_reorder): New function.
2501 Added new function x86_sched_reorder.
2502
2503 2012-06-01 Richard Guenther <rguenther@suse.de>
2504
2505 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
2506 Handle PHIs.
2507 (classify_partition): Likewise.
2508
2509 2012-06-01 Richard Guenther <rguenther@suse.de>
2510
2511 * tree-loop-distribution.c (enum partition_kind): New enum.
2512 (struct partition_s): Add kind and main_stmt members.
2513 (partition_alloc): Initialize kind to PKIND_NORMAL.
2514 (partition_builtin_p): New function.
2515 (copy_loop_before): Remove failure path and assert instead.
2516 (generate_loops_for_partition): Likewise.
2517 (generate_memset_zero): Fold into ...
2518 (generate_memset_builtin): ... this.
2519 (classify_partition): New function with code from
2520 can_generate_builtin and generate_builtin.
2521 (generate_builtin): Remove.
2522 (can_generate_builtin): Likewise.
2523 (fuse_partitions_with_similar_memory_accesses): Call
2524 partition_builtin_p instead of can_generate_builtin.
2525 (rdg_build_partitions): Do not call
2526 fuse_partitions_with_similar_memory_accesses here...
2527 (ldist_gen): ... but here after classifying all partitions.
2528 Remove failure path of generate_code_for_partition.
2529 (generate_code_for_partition): Generate code according
2530 to partition classification.
2531
2532 2012-06-01 Manuel López-Ibáñez <manu@gcc.gnu.org>
2533 Jonathan Wakely <jwakely.gcc@gmail.com>
2534
2535 PR c++/50134
2536 * doc/invoke.texi (Warning Options): Explain purpose and differences
2537 between -Wmissing-prototypes and -Wmissing-declarations.
2538
2539 2012-06-01 Christian Bruel <christian.bruel@st.com>
2540
2541 * gcc.c (save_switch): Add user_p parameter.
2542 (read_specs): Likewise.
2543 (set_specs): Likewise.
2544 (validate_switches): Likewise.
2545 (validate_switches_from_spec): Likewise.
2546 (validate_all_switches): Pass on user_p parameter.
2547 (struct spec_list): Add user_p field.
2548 (struct switchstr): Add known field.
2549 (save_switch): Add known parameter.
2550 (INIT_STATIC_SPEC): Initialize user_p;
2551 (driver_unknown_option_callbac): call save_switch if
2552 OPT_SPECIAL_unknown.
2553 (driver_handle_option): Propagate OPT_specs.
2554 (do_spec_1): Set validated only if known.
2555 (check_live_switch): Likewise.
2556 (validate_switches): Set validated if known or user_spec.
2557
2558 2012-06-01 Hans-Peter Nilsson <hp@axis.com>
2559
2560 Add CRIS atomic patterns for 1, 2, and 4 bytes.
2561 * config/cris/cris.c (cris_emit_trap_for_misalignment): New function.
2562 * config/cris/cris-protos.h: Declare it.
2563 * config/cris/cris.h [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 32]
2564 (TARGET_DEFAULT): Add alignment by 32.
2565 [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 10] (TARGET_DEFAULT): New
2566 case, as TARGET_CPU_DEFAULT == 0 but with alignment as for
2567 TARGET_CPU_DEFAULT == 32.
2568 (TARGET_TRAP_UNALIGNED_ATOMIC): New macro.
2569 * config/cris/cris.md: Include sync.md. Avoid allocating specific
2570 numbers by replacing the define_constants for all UNSPECs with the
2571 equivalent define_c_enum construct.
2572 * config/cris/cris.opt (mtrap-unaligned-atomic): New option.
2573 * config/cris/sync.md: New file.
2574
2575 2012-05-31 Matt Turner <mattst88@gmail.com>
2576
2577 * config/mips/4600.md (r4600_imul_si): Rename from r4600_imul.
2578 (r4600_imul_di): New.
2579 (r4600_idiv_si): Rename from r4600_idiv.
2580 (r4600_idiv_di): New.
2581
2582 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
2583
2584 * output.h (__gcc_host_wide_int__): Move to hwint.h.
2585 (decl_default_tls_model): Move to tree.h
2586 (dump_file): Move to system.h.
2587 (default_stabs_asm_out_destructor, default_stabs_asm_out_constructor,
2588 dbxout_int, dbxout_stabd, dbxout_begin_stabn, dbxout_begin_stabn_sline,
2589 dbxout_begin_empty_stabs, dbxout_begin_simple_stabs,
2590 dbxout_begin_simple_stabs_desc, dbxout_stab_value_zero,
2591 dbxout_stab_value_zero, dbxout_stab_value_label_diff,
2592 dbxout_stab_value_internal_label,
2593 dbxout_stab_value_internal_label_diff): Move from here ...
2594 * dbxout.h: ... to here.
2595 * system.h (dump_file): Moved here from output.h.
2596 * hwint.h (__gcc_host_wide_int__): Moved here from output.h.
2597 * tree.h (decl_default_tls_model): Moved here from output.h.
2598 * varasm.c (default_stabs_asm_out_destructor,
2599 default_stabs_asm_out_constructor): Move from here ...
2600 * dbxout.c: ... to here.
2601
2602 * gcov-dump.c (dump_file): Rename to dump_gcov_file. Update callers.
2603
2604 * collect2.h (dump_file): Rename to dump_ld_file.
2605 * collect2.c: Likewise.
2606 * tlink.c: Likewise.
2607
2608 * alias.c: Do not include output.h.
2609 * auto-inc-dec.c: Likewise.
2610 * bt-load.c: Likewise.
2611 * caller-save.c: Likewise.
2612 * cfg.c: Likewise.
2613 * cfgbuild.c: Likewise.
2614 * cfgcleanup.c: Likewise.
2615 * cfglayout.c: Likewise.
2616 * cfgloop.c: Likewise.
2617 * cfgloopanal.c: Likewise.
2618 * cfgloopmanip.c: Likewise.
2619 * cfgrtl.c: Likewise.
2620 * cgraph.c: Likewise.
2621 * cgraphclones.c: Likewise.
2622 * combine-stack-adj.c: Likewise.
2623 * combine.c: Likewise.
2624 * cprop.c: Likewise.
2625 * cse.c: Likewise.
2626 * cselib.c: Likewise.
2627 * dbgcnt.c: Likewise.
2628 * df-problems.c: Likewise.
2629 * df-scan.c: Likewise.
2630 * dojump.c: Likewise.
2631 * fwprop.c: Likewise.
2632 * gcse.c: Likewise.
2633 * graph.c: Likewise.
2634 * haifa-sched.c: Likewise.
2635 * hw-doloop.c: Likewise.
2636 * ipa-inline-transform.c: Likewise.
2637 * ipa-pure-const.c: Likewise.
2638 * ipa-reference.c: Likewise.
2639 * ipa-utils.c: Likewise.
2640 * ira-build.c: Likewise.
2641 * ira-emit.c: Likewise.
2642 * lcm.c: Likewise.
2643 * loop-doloop.c: Likewise.
2644 * loop-invariant.c: Likewise.
2645 * loop-iv.c: Likewise.
2646 * loop-unroll.c: Likewise.
2647 * loop-unswitch.c: Likewise.
2648 * lto-cgraph.c: Likewise.
2649 * lto-section-in.c: Likewise.
2650 * lto-streamer-in.c: Likewise.
2651 * mcf.c: Likewise.
2652 * mode-switching.c: Likewise.
2653 * postreload-gcse.c: Likewise.
2654 * postreload.c: Likewise.
2655 * predict.c: Likewise.
2656 * profile.c: Likewise.
2657 * ree.c: Likewise.
2658 * reg-stack.c: Likewise.
2659 * regcprop.c: Likewise.
2660 * regmove.c: Likewise.
2661 * regstat.c: Likewise.
2662 * reload1.c: Likewise.
2663 * sched-ebb.c: Likewise.
2664 * sel-sched-dump.c: Likewise.
2665 * simplify-rtx.c: Likewise.
2666 * stor-layout.c: Likewise.
2667 * store-motion.c: Likewise.
2668 * tracer.c: Likewise.
2669 * tree-affine.c: Likewise.
2670 * tree-cfg.c: Likewise.
2671 * tree-cfgcleanup.c: Likewise.
2672 * tree-dfa.c: Likewise.
2673 * tree-into-ssa.c: Likewise.
2674 * tree-nomudflap.c: Likewise.
2675 * tree-optimize.c: Likewise.
2676 * tree-pretty-print.c: Likewise.
2677 * tree-profile.c: Likewise.
2678 * tree-ssa-address.c: Likewise.
2679 * tree-ssa-ccp.c: Likewise.
2680 * tree-ssa-copy.c: Likewise.
2681 * tree-ssa-dom.c: Likewise.
2682 * tree-ssa-loop-ch.c: Likewise.
2683 * tree-ssa-loop-im.c: Likewise.
2684 * tree-ssa-loop-manip.c: Likewise.
2685 * tree-ssa-loop-niter.c: Likewise.
2686 * tree-ssa-loop-prefetch.c: Likewise.
2687 * tree-ssa-loop-unswitch.c: Likewise.
2688 * tree-ssa-loop.c: Likewise.
2689 * tree-ssa-propagate.c: Likewise.
2690 * tree-ssa-structalias.c: Likewise.
2691 * tree-ssa-tail-merge.c: Likewise.
2692 * tree-ssa-threadedge.c: Likewise.
2693 * tree-ssa-threadupdate.c: Likewise.
2694 * tree-ssa-uncprop.c: Likewise.
2695 * tree-ssa-uninit.c: Likewise.
2696 * tree-ssa.c: Likewise.
2697 * value-prof.c: Likewise.
2698 * var-tracking.c: Likewise.
2699 * web.c: Likewise.
2700
2701 * config/m32r/m32r.c: Include dbxout.h.
2702 * config/pa/pa.c: Likewise.
2703 * config/rs6000/rs6000.c: Likewise.
2704
2705 * Makefile.in: Fix dependencies.
2706 * config/rs6000/t-rs5000: Likewise.
2707
2708 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
2709
2710 * tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.
2711 * gimple.h (block_in_transaction): Check for flag_tm.
2712
2713 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
2714
2715 PR tree-optimization/52558
2716 * cfg.c (alloc_aux_for_edge): Fix comment.
2717 (alloc_aux_for_edge): Remove static.
2718 * basic-block.h (alloc_aux_for_edge): Protoize.
2719 * tree-ssa-loop-im.c (execute_sm_if_changed): New.
2720 (execute_sm_if_changed_flag): New.
2721 (execute_sm_if_changed_flag_set): New.
2722 (execute_sm): Do not generate data races unless requested.
2723 (tree_ssa_lim_initialize): Call alloc_aux_for_edges.
2724 (tree_ssa_lim_finalize): Call free_aux_for_edges.
2725 * gimple.h (block_in_transaction): New.
2726 (gimple_in_transaction): Use block_in_transaction.
2727
2728 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
2729
2730 PR target/51345
2731 * config/avr/avr.opt (-msp8): Document it.
2732 * doc/invoke.texi (AVR Options): Ditto. And document related
2733 built-in macros.
2734
2735 2012-05-31 Diego Novillo <dnovillo@google.com>
2736
2737 * configure.ac (CXX_FOR_BUILD): Define and substitute.
2738 (BUILD_CXXFLAGS): Define and substitute.
2739 * Makefile.in (BUILD_CXXFLAGS): Define.
2740 (CXX_FOR_BUILD): Define.
2741 (COMPILER_FOR_BUILD): Set to CXX_FOR_BUILD if building with C++.
2742 (LINKER_FOR_BUILD): Likewise.
2743 (BUILD_COMPILERFLAGS): Set to BUILD_CXXFLAGS if building with C++.
2744 (BUILD_LINKERFLAGS): Likewise.
2745 * configure: Regenerate.
2746
2747 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
2748
2749 * Makefile.in: Fix many dependencies.
2750 * tree-profile.c: Don't include regs.h.
2751 * tree-vectorizer.c: Don't include cfglayout.h.
2752 * tree-vect-stmts.c: Likewise.
2753 * tree-vect-slp.c: Likewise.
2754 * tree-vect-loop.c: Likewise.
2755 * reg-stack.c: Likewise.
2756 * tree-ssa-loop-manip.c: Likewise.
2757 * toplev.c: Likewise.
2758 * varasm.c: Don't include cfglayout.h, basic-block.h,
2759 and tree-iterator.h.
2760 * tree-cfgcleanup.c: Don't include cfglayout.h.
2761 * passes.c: Don't include cfglayout.h, dwarf2asm.h,
2762 dwarf2out.h, dbxout.h, sdbout.h, and xcoffout.h.
2763 * cgraphclones.c: Don't include plugin.h.
2764
2765 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
2766
2767 * config/avr/t-avr: Correct avr-mmcu.texi dependencies.
2768 (s-avr-mmcu-texi): Don't sed on gen-avr-mmcu-texi output.
2769 * doc/avr-mmcu.texi (svn:eol-style): Set to native.
2770
2771 2012-05-31 Richard Guenther <rguenther@suse.de>
2772
2773 * tree-loop-distribution.c (struct partition_s): New struct,
2774 typedef and vector type.
2775 (partition_alloc, partition_free): New functions.
2776 (generate_loops_for_partition, generate_builtin,
2777 generate_code_for_partition, rdg_flag_uses, rdg_flag_vertex,
2778 rdg_flag_vertex_and_dependent, rdg_flag_loop_exits,
2779 build_rdg_partition_for_component, can_generate_builtin,
2780 similar_memory_accesses, fuse_partitions_with_similar_memory_accesses,
2781 rdg_build_partitions, dump_rdg_partitions, debug_rdg_partitions,
2782 number_of_rw_in_partition, partition_contains_all_rw,
2783 ldist_gen): Use partition_t instead of bitmap.
2784
2785 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
2786
2787 * config/avr/gen-avr-mmcu-texi.c: Sort MCUs.
2788 * doc/avr-mmcu.texi: Regenerate.
2789
2790 2012-05-31 Richard Guenther <rguenther@suse.de>
2791
2792 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
2793 Use FOR_EACH_SSA_DEF_OPERAND.
2794 (generate_builtin): Adjust.
2795 (stmt_generated_in_another_partition): Remove.
2796 (add_scalar_computations_to_partition): Likewise.
2797 (rdg_build_partitions): Do not call
2798 add_scalar_computations_to_partition.
2799
2800 2012-05-31 Eric Botcazou <ebotcazou@adacore.com>
2801
2802 * tree-dfa.c (get_ref_base_and_extent): Compute the offset using
2803 double ints throughout.
2804 * tree-sra.c (build_user_friendly_ref_for_offset) <RECORD_TYPE>:
2805 Check that the position of the field is representable as an integer.
2806
2807 2012-05-31 Richard Guenther <rguenther@suse.de>
2808
2809 * tree-data-ref.c (dr_analyze_innermost): Properly convert
2810 the MEM_REF offset to sizetype.
2811
2812 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
2813
2814 * doc/invoke.texi (AVR Options): Fix typos.
2815
2816 2012-05-31 Hans-Peter Nilsson <hp@axis.com>
2817
2818 * config/cris/cris.h (CC1_SPEC): Pass through all -march=
2819 and -mcpu= options.
2820 (ASM_SPEC): Ditto, not just -march=v32, but translate non-v10,
2821 non-v32 into --march=v0_v10.
2822
2823 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
2824
2825 * ira-int.h (target_ira_int): Rename x_move_cost to
2826 x_ira_register_move_cost, x_may_move_in_cost to
2827 x_ira_may_move_in_cost and x_may_move_out_cost to
2828 x_ira_may_move_out_cost. Delete the old fields with
2829 those names and also x_ira_max_register_move_cost,
2830 x_ira_max_may_move_in_cost and x_ira_max_may_move_out_cost.
2831 (move_cost, may_move_in_cost, may_move_out_cost)
2832 (ira_max_register_move_cost, ira_max_may_move_in_cost)
2833 (ira_max_may_move_out_cost): Delete.
2834 * ira.c (init_move_cost): Rename to...
2835 (ira_init_register_move_cost): ...this, deleting the old
2836 function with that name. Apply above variable renamings.
2837 Retain asserts for null fields.
2838 (ira_init_once): Don't initialize register move costs here.
2839 (free_register_move_costs): Apply above variable renamings.
2840 Remove code for deleted fields.
2841
2842 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
2843
2844 * ira.c (init_move_cost): Adjust choice of subclasses to match
2845 the current ira_init_register_move_cost choice. Use
2846 ira_class_subset_p instead of reg_class_subset_p.
2847 (ira_init_register_move_cost): Assert that move_cost,
2848 may_move_in_cost and may_move_out_cost already hold the desired
2849 values for their ira_* equivalents. For the latter two,
2850 ignore classes that can't store a register of the given mode.
2851
2852 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
2853
2854 * ira.c (setup_allocno_and_important_classes): Use
2855 ira_class_hard_regs_num to check whether a class has any
2856 allocatable registers.
2857 (ira_init_register_move_cost): Likewise.
2858
2859 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
2860
2861 * ira.c (init_move_cost): Adjust local variable names to match
2862 file conventions. Use ira_assert instead of gcc_assert.
2863
2864 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
2865
2866 * regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost):
2867 Move these definitions and associated target_globals fields to...
2868 * ira-int.h: ...here.
2869 * rtl.h (init_move_cost): Delete.
2870 * reginfo.c (last_mode_for_init_move_cost, init_move_cost): Move to...
2871 * ira.c: ...here, making the latter static.
2872
2873 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
2874
2875 * ira-costs.c (copy_cost): Use ira_init_register_move_cost_if_necessary
2876 and ira_register_move_cost instead of init_move_cost and move_cost.
2877
2878 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
2879
2880 * ira.h (target_ira): Delete x_ira_available_class_regs.
2881 (ira_available_class_regs): Delete.
2882 * ira.c (setup_available_class_regs): Delete.
2883 (setup_alloc_classes): Don't call it.
2884 (setup_pressure_classes): Use ira_class_hard_regs_num instead of
2885 ira_available_class_regs.
2886 * haifa-sched.c (print_curr_reg_pressure, setup_insn_reg_pressure_info)
2887 (model_spill_cost): Likewise.
2888 * ira-build.c (low_pressure_loop_node_p): Likewise.
2889 * ira-color.c (color_pass): Likewise.
2890 * ira-emit.c (change_loop): Likewise.
2891 * ira-lives.c (inc_register_pressure, dec_register_pressure)
2892 (single_reg_class, ira_implicitly_set_insn_hard_regs)
2893 (process_bb_node_lives): Likewise.
2894 * loop-invariant.c (gain_for_invariant): Likewise.
2895
2896 2012-05-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2897
2898 PR target/52999
2899 * config/pa/pa.c (TARGET_SECTION_TYPE_FLAGS): Define.
2900 (pa_section_type_flags): New.
2901 (pa_legitimate_constant_p): Revert previous change.
2902
2903 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
2904
2905 * ira.c (allocate_initial_values): Make static.
2906
2907 2012-05-30 Uros Bizjak <ubizjak@gmail.com>
2908
2909 * config/i386/i386.c (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>:
2910 Generate tls_initial_exec_64_sun only when !TARGET_X32.
2911
2912 2012-05-30 Richard Guenther <rguenther@suse.de>
2913
2914 PR middle-end/53501
2915 * fold-const.c (fold_binary_loc): Make sure to call
2916 fold_plusminus_mult_expr with the original sign of operands.
2917
2918 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
2919
2920 * Makefile.in: Fix many dependencies.
2921 (DWARF2_H): Depend on dwarf2.def.
2922 (RTL_ERROR_H): Depend on rtl-error.h.
2923 (TREE_PRETTY_PRINT_H, GIMPLE_PRETTY_PRINT_H): New. Replace
2924 all gimple-pretty-print.h and tree-pretty-print.h references.
2925
2926 2012-05-30 Marc Glisse <marc.glisse@inria.fr>
2927
2928 * simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of
2929 concatenations.
2930
2931 2012-05-30 Richard Guenther <rguenther@suse.de>
2932
2933 PR middle-end/53522
2934 * tree-emutls.c (gen_emutls_addr): Do not add globals to
2935 referenced-vars.
2936
2937 2012-05-30 Eric Botcazou <ebotcazou@adacore.com>
2938
2939 * explow.c (probe_stack_range): Restore simple control flow and stop
2940 again when the probe cannot be generated if HAVE_check_stack.
2941
2942 2012-05-30 Jakub Jelinek <jakub@redhat.com>
2943
2944 PR rtl-optimization/53519
2945 * combine.c (simplify_shift_const_1) <case NOT>: Use constm1_rtx
2946 instead of GEN_INT (GET_MODE_MASK (mode)) as second operand of XOR.
2947
2948 2012-05-30 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2949
2950 * config/arm/arm.c (arm_evpc_neon_vrev): Adjust off by one error.
2951
2952 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
2953
2954 PR debug/53453
2955 * doc/tm.texi: Update.
2956 * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Add @hook.
2957 * target.def (force_at_comp_dir): New hook.
2958 * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Define.
2959 * dwarf2out.c (dwarf2out_finish): Check targetm.force_at_comp_dir.
2960
2961 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
2962
2963 * config/darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when
2964 Darwin >= 10.
2965 (DARWIN_DYLIB1_SPEC): Do not use -ldylib1.10.5.o when Darwin >= 10.
2966 (DARWIN_CRT1_SPEC): Use -lcrt1.10.6.o when Darwin >= 10.
2967
2968 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
2969
2970 PR target/51340
2971 * config/sh/sh.c (sh_option_override): Set TARGET_FMAC if
2972 flag_unsafe_math_optimizations is set.
2973 * doc/invoke.texi (SH Options): Add -mno-fused-madd description.
2974 Update description of -mfused-madd.
2975
2976 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
2977
2978 PR target/52941
2979 * config/sh/predicates.md (atomic_arith_operand,
2980 atomic_logical_operand): New predicates.
2981 * config/sh/sh.c (sh_option_override): Check atomic options.
2982 * config/sh/sh.h (TARGET_ANY_ATOMIC, UNSUPPORTED_ATOMIC_OPTIONS,
2983 UNSUPPORTED_HARD_ATOMIC_CPU): New macros.
2984 (DRIVER_SELF_SPECS): Use UNSUPPORTED_ATOMIC_OPTIONS and
2985 UNSUPPORTED_HARD_ATOMIC_CPU.
2986 * config/sh/sync.md: Update description comments.
2987 (I12): New mode iterator.
2988 (fetchop_predicate, fetchop_constraint): New code attributes.
2989 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
2990 atomic_exchangesi_hard, atomic_exchange<mode>_hard,
2991 atomic_fetch_<fetchop_name>si_hard,
2992 atomic_fetch_<fetchop_name><mode>_hard,
2993 atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
2994 atomic_<fetchop_name>_fetchsi_hard,
2995 atomic_<fetchop_name>_fetch<mode>_hard,
2996 atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
2997 atomic_test_and_set_hard): New insns.
2998 (atomic_compare_and_swap<mode>_soft, atomic_exchange<mode>_soft,
2999 atomic_fetch_<fetchop_name><mode>_soft, atomic_fetch_nand<mode>_soft,
3000 atomic_<fetchop_name>_fetch<mode>_soft, atomic_nand_fetch<mode>_soft,
3001 atomic_test_and_set_soft): Use same formatting for the first line of
3002 the asm block as in new insns above.
3003 (atomic_compare_and_swap<mode>, atomic_exchange<mode>,
3004 atomic_fetch_<fetchop_name><mode>, atomic_<fetchop_name>_fetch<mode>,
3005 atomic_test_and_set): Integrate new *_hard insns into expanders.
3006 * config/sh/sh.opt (mhard-atomic): New option.
3007 * doc/invoke.texi (SH Options): Document it.
3008
3009 2012-05-29 Meador Inge <meadori@codesourcery.com>
3010
3011 * c-decl.c (c_push_function_context): Always create a new language
3012 function.
3013 (c_pop_function_context): Clear the language function created in
3014 c_push_function_context.
3015
3016 2012-05-29 Matt Turner <mattst88@gmail.com>
3017
3018 * config/alpha/ev6.md: (define_bypass "ev6_fmul,ev6_fadd"): New.
3019 (define_bypass "ev6_fcmov"): New.
3020
3021 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
3022
3023 * integrate.c: Remove.
3024 * integrate.h: Remove.
3025 * Makefile.in: Remove make rules for integrate.c and INTEGRATE_H.
3026 * config/arm/t-arm: Remove INTEGRATE_H dependency for target files.
3027 * config/rs6000/t-rs6000: Likewise
3028 * config/spu/t-spu-elf: Likewise.
3029 * function.h (get_hard_reg_initial_val, has_hard_reg_initial_val,
3030 get_hard_reg_initial_reg, emit_initial_value_sets): Move prototypes
3031 from integrate.h to here.
3032 (initial_value_entry): New prototype.
3033 * reload.h (allocate_initial_values): Remove prototype.
3034 * tree.h (set_decl_abstract_flags, set_decl_origin_self): Likewise.
3035 * cse.c (fixed_base_plus_p): Don't handle virtual registers for
3036 integrate.c.
3037 * dwarf2out.c (set_decl_origin_self, set_block_origin_self,
3038 set_decl_abstract_flags, set_block_abstract_flags): Move from
3039 integrate.c to here, the only user.
3040 * expmed.c (extract_fixed_bit_field): Remove outdated comment
3041 about integrate.c.
3042 * function.c: Don't include integrate.h.
3043 (struct initial_value_pair, struct initial_value_struct,
3044 get_hard_reg_initial_val, has_hard_reg_initial_val,
3045 get_hard_reg_initial_reg, emit_initial_value_sets): Move from
3046 integrate.c to here.
3047 (initial_value_entry): New function.
3048 * genemit.c (main): Don't print integrate.h include line.
3049 * ira.c: Don't include integrate.h.
3050 (allocate_initial_values): Move from integrate.c to here.
3051 (ira): Update allocate_initial_values call.
3052 * tree-inline.c: Don't include integrate.h.
3053 (function_attribute_inlinable_p): Moved from integrate.c to here.
3054 * cfgexpand.c: Don't include integrate.h.
3055 * except.c: Likewise.
3056 * langhooks.c: Likewise.
3057 * passes.c: Likewise.
3058 * toplev.c: Likewise.
3059 * config/frv/frv.c: Likewise.
3060 * config/pa/pa.c: Likewise.
3061 * config/spu/spu.c: Likewise.
3062 * config/epiphany/epiphany.c: Likewise.
3063 * config/mep/mep.c: Likewise.
3064 * config/score/score.c: Likewise.
3065 * config/picochip/picochip.c: Likewise.
3066 * config/sh/sh.c: Likewise.
3067 * config/alpha/alpha.c: Likewise.
3068 * config/microblaze/microblaze.c: Likewise.
3069 * config/mips/mips.c: Likewise.
3070 * config/v850/v850.c: Likewise.
3071 * config/mmix/mmix.c: Likewise.
3072 * config/bfin/bfin.c: Likewise.
3073 * config/arm/arm.c: Likewise.
3074 * config/s390/s390.c: Likewise.
3075 * config/m32r/m32r.c: Likewise.
3076 * config/rs6000/rs6000.c: Likewise.
3077 * config/c6x/c6x.c: Include function.h instead of integrate.h.
3078 * config/tilegx/tilegx.c: Likewise.
3079 * config/tilepro/tilepro.c: Likewise.
3080
3081 2012-05-29 Georg-Johann Lay <avr@gjlay.de>
3082
3083 * config/avr/t-avr (s-avr-mmcu-texi): Call
3084 gen-avr-mmcu-texi$(build_exeext) via ./ and don't assume . is in PATH.
3085
3086 2012-05-29 Michael Matz <matz@suse.de>
3087
3088 * rtl.h (assign_stack_temp, assign_stack_temp_for_type,
3089 assign_temp): Remove 'keep' argument.
3090 (mark_temp_addr_taken): Remove prototype.
3091 * tree.h (expand_decl): Remove prototype.
3092 * function.c (struct temp_slot): Remove addr_taken and keep member.
3093 (assign_stack_temp_for_type) Don't initialize above, remove
3094 keep argument.
3095 (assign_stack_temp, assign_temp): Remove keep argument.
3096 (mark_temp_addr_taken): Remove.
3097 (preserve_temp_slots): Remove handling of addr_taken and keep members.
3098 (free_temp_slots): Ditto.
3099 * expr.c (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Remove
3100 dead code.
3101 * stmt.c (expand_asm_operands): Remove dead code.
3102 (expand_decl): Remove.
3103 * c-decl.c (finish_struct): Don't call expand_decl.
3104 * builtins.c (expand_builtin_cexpi): Adjust calls to assign_temp
3105 and assign_stack_temp.
3106 * calls.c (save_fixed_argument_area, initialize_argument_information,
3107 expand_call, emit_library_call_value_1, store_one_arg): Ditto.
3108 * expmed.c (extract_bit_field_1): Ditto.
3109 * expr.c (emit_group_load_1, emit_group_store,
3110 copy_blkmode_from_reg, emit_push_insn, expand_assignment,
3111 store_field, expand_constructor, expand_cond_expr_using_cmove,
3112 expand_expr_real_2, expand_expr_real_1): Ditto.
3113 * stmt.c (expand_asm_operands, expand_return): Ditto.
3114
3115 * function.c (pop_temp_slots): Call free_temp_slots.
3116 * calls.c (store_one_arg): Don't call preserve_temp_slots or
3117 free_temp_slots.
3118 * expr.c (expand_assignment): Don't call free_temp_slots.
3119
3120 * config/arm/arm.c (neon_expand_vector_init): Ditto.
3121 * config/i386/i386.c (ix86_expand_vector_set): Ditto.
3122 (ix86_expand_vector_extract): Ditto.
3123 * config/ia64/ia64.c (spill_xfmode_rfmode_operand,
3124 ia64_expand_movxf_movrf): Ditto.
3125 * config/mips/mips.c (mips_expand_vi_general): Ditto.
3126 * config/mmix/mmix.md (floatdisf2, floatunsdisf2, truncdfsf2,
3127 extendsfdf2): Ditto.
3128 * config/rs6000/rs6000.c (rs6000_expand_vector_init,
3129 rs6000_expand_vector_set, rs6000_expand_vector_extract,
3130 rs6000_allocate_stack_temp): Ditto.
3131 * config/rs6000/rs6000.md (fix_trunctfsi2_fprs): Ditto.
3132 * config/sparc/sparc.c (emit_soft_tfmode_libcall,
3133 sparc_emit_float_lib_cmp, sparc_emit_float_lib_cmp,
3134 sparc_expand_vector_init): Ditto.
3135
3136 2012-05-29 Michael Matz <matz@suse.de>
3137
3138 * c-tree.h (c_expand_decl): Remove prototype.
3139
3140 * expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate
3141 a kept temp.
3142 (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Make unreachable.
3143 * gimple-fold.c (canonicalize_constructor_val): Canonicalize
3144 COMPOUND_LITERAL_EXPR.
3145 * function.c (expand_function_start): Don't call expand_decl,
3146 instead assert that we have RTL assigned.
3147 * tree-ssa-live.c (remove_unused_locals): Clear
3148 nonlocal_goto_save_area if its backing variable is removed.
3149 * stmt.c (expand_asm_operands): Remove handling of non-lvalues
3150 as mem inputs.
3151 (expand_decl): Assert that this does nothing.
3152 * calls.c (expand_call): Don't call mark_temp_addr_taken.
3153
3154 2012-05-29 Richard Guenther <rguenther@suse.de>
3155
3156 PR tree-optimization/53516
3157 * tree-data-ref.c (stmt_with_adjacent_zero_store_dr_p): Reject
3158 bitfield accesses.
3159 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
3160
3161 2012-05-29 Joseph Myers <joseph@codesourcery.com>
3162
3163 * LANGUAGES: Fix typos.
3164 * Makefile.in: Fix typos.
3165 * alias.c: Fix typos.
3166 * auto-inc-dec.c: Fix typos.
3167 * bb-reorder.c: Fix typos.
3168 * cfgcleanup.c: Fix typos.
3169 * cgraph.c: Fix typos.
3170 * cgraph.h: Fix typos.
3171 * cgraphunit.c: Fix typos.
3172 * collect2-aix.h: Fix typos.
3173 * collect2.c: Fix typos.
3174 * compare-elim.c: Fix typos.
3175 * config/alpha/vms.h: Fix typos.
3176 * config/arm/README-interworking: Fix typos.
3177 * config/arm/arm.c: Fix typos.
3178 * config/arm/iterators.md: Fix typos.
3179 * config/arm/vxworks.h: Fix typos.
3180 * config/avr/avr.c: Fix typos.
3181 * config/avr/avr.h: Fix typos.
3182 * config/avr/avr.md: Fix typos.
3183 * config/avr/builtins.def: Fix typos.
3184 * config/c6x/c6x.c: Fix typos.
3185 * config/cr16/cr16.c: Fix typos.
3186 * config/cr16/cr16.md: Fix typos.
3187 * config/cris/cris.md: Fix typos.
3188 * config/darwin.c: Fix typos.
3189 * config/darwin.opt: Fix typos.
3190 * config/i386/i386-c.c: Fix typos.
3191 * config/i386/i386.c: Fix typos.
3192 * config/ia64/ia64.c: Fix typos.
3193 * config/m68k/cf.md: Fix typos.
3194 * config/mep/mep.c: Fix typos.
3195 * config/microblaze/microblaze.c: Fix typos.
3196 * config/microblaze/microblaze.h: Fix typos.
3197 * config/mn10300/mn10300.c: Fix typos.
3198 * config/mn10300/mn10300.md: Fix typos.
3199 * config/pa/pa.c: Fix typos.
3200 * config/picochip/picochip.h: Fix typos.
3201 * config/rs6000/a2.md: Fix typos.
3202 * config/rs6000/rs6000.c: Fix typos.
3203 * config/rs6000/vector.md: Fix typos.
3204 * config/rx/rx.md: Fix typos.
3205 * config/rx/rx.opt: Fix typos.
3206 * config/s390/2097.md: Fix typos.
3207 * config/s390/s390.c: Fix typos.
3208 * config/s390/s390.h: Fix typos.
3209 * config/sh/sh.c: Fix typos.
3210 * config/sh/sh.md: Fix typos.
3211 * config/sparc/sync.md: Fix typos.
3212 * config/spu/spu.c: Fix typos.
3213 * config/spu/spu.md: Fix typos.
3214 * config/vms/vms.c: Fix typos.
3215 * config/vxworks-dummy.h: Fix typos.
3216 * config/vxworks.h: Fix typos.
3217 * cselib.c: Fix typos.
3218 * df-scan.c: Fix typos.
3219 * df.h: Fix typos.
3220 * doc/extend.texi: Fix typos.
3221 * doc/install.texi: Fix typos.
3222 * doc/invoke.texi: Fix typos.
3223 * doc/md.texi: Fix typos.
3224 * doc/plugins.texi: Fix typos.
3225 * doc/rtl.texi: Fix typos.
3226 * dse.c: Fix typos.
3227 * dwarf2asm.c: Fix typos.
3228 * dwarf2out.c: Fix typos.
3229 * except.h: Fix typos.
3230 * expr.c: Fix typos.
3231 * fold-const.c: Fix typos.
3232 * gcc.c: Fix typos.
3233 * gcse.c: Fix typos.
3234 * genautomata.c: Fix typos.
3235 * gengtype-state.c: Fix typos.
3236 * gengtype.c: Fix typos.
3237 * genhooks.c: Fix typos.
3238 * gimple-fold.c: Fix typos.
3239 * gimple-pretty-print.c: Fix typos.
3240 * gimple.c: Fix typos.
3241 * gimple.h: Fix typos.
3242 * gimplify.c: Fix typos.
3243 * graphite-interchange.c: Fix typos.
3244 * graphite-sese-to-poly.c: Fix typos.
3245 * ifcvt.c: Fix typos.
3246 * input.c: Fix typos.
3247 * ipa-cp.c: Fix typos.
3248 * ipa-inline-analysis.c: Fix typos.
3249 * ipa-inline-transform.c: Fix typos.
3250 * ipa-inline.c: Fix typos.
3251 * ipa-pure-const.c: Fix typos.
3252 * ipa-ref.h: Fix typos.
3253 * ipa-reference.c: Fix typos.
3254 * ipa-utils.c: Fix typos.
3255 * ipa.c: Fix typos.
3256 * ira-emit.c: Fix typos.
3257 * ira-lives.c: Fix typos.
3258 * lto-streamer.c: Fix typos.
3259 * lto-streamer.h: Fix typos.
3260 * lto-wrapper.c: Fix typos.
3261 * mcf.c: Fix typos.
3262 * mode-switching.c: Fix typos.
3263 * modulo-sched.c: Fix typos.
3264 * plugin.c: Fix typos.
3265 * postreload.c: Fix typos.
3266 * sched-deps.c: Fix typos.
3267 * sel-sched-ir.c: Fix typos.
3268 * sel-sched-ir.h: Fix typos.
3269 * sel-sched.c: Fix typos.
3270 * sese.c: Fix typos.
3271 * stor-layout.c: Fix typos.
3272 * target-hooks-macros.h: Fix typos.
3273 * target.def: Fix typos.
3274 * trans-mem.c: Fix typos.
3275 * tree-eh.c: Fix typos.
3276 * tree-predcom.c: Fix typos.
3277 * tree-sra.c: Fix typos.
3278 * tree-ssa-address.c: Fix typos.
3279 * tree-ssa-loop-ivopts.c: Fix typos.
3280 * tree-ssa-loop-niter.c: Fix typos.
3281 * tree-ssa-math-opts.c: Fix typos.
3282 * tree-ssa-pre.c: Fix typos.
3283 * tree-ssa-propagate.c: Fix typos.
3284 * tree-ssa-reassoc.c: Fix typos.
3285 * tree-ssa-sccvn.c: Fix typos.
3286 * tree-ssa-ter.c: Fix typos.
3287 * tree-ssa-uninit.c: Fix typos.
3288 * tree-ssanames.c: Fix typos.
3289 * tree-vect-generic.c: Fix typos.
3290 * tree-vect-slp.c: Fix typos.
3291 * tree.c: Fix typos.
3292 * tree.h: Fix typos.
3293 * varasm.c: Fix typos.
3294 * varpool.c: Fix typos.
3295
3296 2012-05-29 Joseph Myers <joseph@codesourcery.com>
3297
3298 * doc/include/texinfo.tex: Update to version 2012-05-16.16.
3299
3300 2012-05-29 Richard Guenther <rguenther@suse.de>
3301
3302 * tree-dfa.c (find_vars_r): Do not call add_referenced_vars
3303 for globals.
3304 (add_referenced_var_1): Re-organize. Assert we are not
3305 called for globals.
3306 (remove_referenced_var): Likewise.
3307 * varpool.c (add_new_static_var): Use create_tmp_var_raw.
3308 * tree-mudflap.c (execute_mudflap_function_ops): Do not
3309 call add_referenced_var on globals.
3310 * matrix-reorg.c (transform_access_sites): Likewise.
3311
3312 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
3313
3314 * alias.c (reg_known_value): Make this a VEC.
3315 (reg_known_equiv_p): Make this an sbitmap.
3316 (reg_known_value_size): Remove.
3317 (get_reg_known_value, set_reg_known_value, get_reg_known_equiv_p,
3318 set_reg_known_equiv_p): Update for reg_known_value and
3319 reg_known_value_size data structure change.
3320 (init_alias_analysis, end_alias_analysis): Likewise.
3321
3322 2012-05-29 Jakub Jelinek <jakub@redhat.com>
3323
3324 PR middle-end/53510
3325 * input.c (read_line): Use XRESIZEVEC instead of XNEWVEC
3326 to avoid leaking memory. No need to handle memory allocation
3327 failure. Double string_len on each reallocation instead of adding 2.
3328 * gcov.c (read_line): Likewise.
3329
3330 2012-05-29 Hans-Peter Nilsson <hp@axis.com>
3331
3332 * config/cris/cris.h (TARGET_HAS_BREAK, TARGET_TRAP_USING_BREAK8):
3333 New macros.
3334 * config/cris/cris.md ("trap"): Define, enabled for
3335 TARGET_TRAP_USING_BREAK8.
3336 * config/cris/cris.opt (mtrap-using-break8): New option.
3337
3338 2012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
3339
3340 PR c++/25137
3341 * doc/invoke.texi: Document -Wmissing-braces not enabled by -Wall
3342 for C++.
3343
3344 2012-05-28 Hans-Peter Nilsson <hp@axis.com>
3345
3346 * doc/md.texi (stack_protect_test): Remove negation of branch to label.
3347 (Standard Names): Fix typos in documentation of atomic patterns.
3348
3349 2012-05-27 Nathan Sidwell <nathan@acm.org>
3350
3351 * tree.c (build_constructor): Propagate TREE_SIDE_EFFECTS.
3352
3353 2012-05-26 Jason Merrill <jason@redhat.com>
3354
3355 PR c++/53220
3356 * c-typeck.c (array_to_pointer_conversion): Give -Wc++-compat warning
3357 about array compound literals.
3358
3359 2012-05-26 Eric Botcazou <ebotcazou@adacore.com>
3360
3361 * cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks
3362 if CLEANUP_NO_INSN_DEL.
3363 * cfgrtl.c (unique_locus_on_edge_between_p): New function extracted
3364 from cfg_layout_merge_blocks.
3365 (emit_nop_for_unique_locus_between): New function.
3366 (rtl_merge_blocks): Invoke emit_nop_for_unique_locus_between.
3367 (cfg_layout_merge_blocks): Likewise.
3368
3369 2012-05-26 Dimitrios Apostolou <jimis@gmx.net>
3370 Paolo Bonzini <bonzini@gnu.org>
3371
3372 * df-scan.c (df_def_record_1): Assert a parallel must contain an
3373 EXPR_LIST at this point. Receive the LOC and move its extraction...
3374 (df_defs_record): ... here. Change if-else to a switch statement.
3375 (df_find_hard_reg_defs, df_find_hard_reg_defs_1): New.
3376 (df_get_call_refs): Changed defs_generated from bitmap to HARD_REG_SET
3377 and compute it from df_find_hard_reg_defs(). Record DF_REF_BASE
3378 DEFs in REGNO order. Use HARD_REG_SET instead of bitmap for
3379 regs_invalidated_by_call.
3380 (df_insn_refs_collect): Record DF_REF_REGULAR DEFs after
3381 df_get_call_refs().
3382
3383 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
3384
3385 PR lto/52178
3386 * tree-inline.c (remap_gimple_op_r): Fix handling of FIELD_DECL.
3387 * tree.c (RETURN_TRUE_IF_VAR): Do not return true for PLACEHOLDER_EXPR.
3388
3389 2012-05-25 Michael Meissner <meissner@linux.vnet.ibm.com>
3390
3391 * config/rs6000/t-linux64: Delete the 32-bit multilib that uses
3392 software floating point emulation. No longer build the multilibs
3393 with -mstrict-align.
3394
3395 2012-05-25 Aldy Hernandez <aldyh@redhat.com>
3396
3397 PR middle-end/53008
3398 * trans-mem.c (ipa_tm_create_version_alias): Output new_node if
3399 accessed indirectly.
3400 (ipa_tm_create_version): Same.
3401
3402 2012-05-25 Uros Bizjak <ubizjak@gmail.com>
3403
3404 PR target/53474
3405 * config/i386/i386.c (ix86_print_operand) <case 'O'>: Print '.' here.
3406 <case 'C', case 'c', case 'F', case 'f'>: Print '.' only for C and c.
3407
3408 2012-05-25 Alexander Ivchenko <alexander.ivchenko@intel.com>
3409
3410 PR target/53435
3411 * config/i386/i386.c (ix86_expand_vec_perm): Use correct op.
3412 (ix86_expand_vec_perm): Use int mode instead of float.
3413 (expand_vec_perm_pshufb): Remove handling of useseless type
3414 conversion.
3415
3416 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
3417
3418 PR ada/52362
3419 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Set gas and
3420 gnu_ld variables to yes.
3421 * configure.ac (HAVE_GNU_LD): Move to after config.gcc inclusion.
3422 (HAVE_GNU_AS): Likewise.
3423 * config.in: Regenerate.
3424 * configure: Likewise.
3425
3426 2012-05-25 Tristan Gingold <gingold@adacore.com>
3427
3428 * config/i386/i386.c (struct ix86_frame): Remove unused frame field.
3429 (ix86_compute_frame_layout): Fix type of stack_alignment_needed
3430 and preferred_alignment.
3431
3432 2012-05-25 Tristan Gingold <gingold@adacore.com>
3433
3434 * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.
3435
3436 2012-05-25 Thomas Schwinge <thomas@codesourcery.com>
3437
3438 * fold-const.c (optimize_bit_field_compare): Abort early in the strict
3439 volatile bitfields case.
3440
3441 2012-05-24 Pat Haugen <pthaugen@us.ibm.com>
3442
3443 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
3444 rs6000_sched_costly_dep default to true_store_to_load_dep_costly.
3445 (adjacent_mem_locations): Move some code to and call...
3446 (get_memref_parts): ...new function.
3447 (mem_locations_overlap): New function.
3448 (rs6000_adjust_priority): Adjust calls to is_load_insn/is_store_insn.
3449 (is_mem_ref): Rename to...
3450 (find_mem_ref): ...this. Return MEM rtx.
3451 (get_store_dest): Remove function.
3452 (is_load_insn1, is_load_insn, is_store_insn1, is_store_insn): Add
3453 new parameter and adjust calls.
3454 (rs6000_is_costly_dependence): Update calls for extra arg. Make sure
3455 mem refs overlap for true_store_to_load_dep_costly.
3456 (rs6000_sched_reorder2): Update calls for extra arg. Adjust args
3457 passed to adjacent_mem_locations.
3458 (is_costly_group): Walk resolved dependency list.
3459 (force_new_group): Emit group ending nop for Power6/Power7.
3460 * config/rs6000/rs6000.md (UNSPEC_GRP_END_NOP): New enum value.
3461 (group_ending_nop): New define_insn.
3462
3463 2012-05-24 Dodji Seketeli <dodji@redhat.com>
3464
3465 Make unwound macro expansion trace less redundant
3466 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Don't print
3467 context of macro definition in the trace, when it's redundant.
3468 Update comments.
3469
3470 2012-05-24 Richard Guenther <rguenther@suse.de>
3471
3472 PR middle-end/53460
3473 * tree-profile.c (tree_profiling): Cleanup the CFG if
3474 execute_fixup_cfg requests it.
3475
3476 2012-05-24 Richard Guenther <rguenther@suse.de>
3477
3478 * tree-flow.h (create_var_ann): Remove.
3479 * tree-dfa.c (create_var_ann): Remove and inline into its
3480 single caller ...
3481 (add_referenced_var_1): ... here.
3482 * varpool.c (add_new_static_var): Do not call add_referenced_var
3483 for global vars.
3484 * gimple-fold.c (canonicalize_constructor_val): Likewise.
3485 * tree-switch-conversion.c (build_one_array): Likewise.
3486 * tree-profile.c (gimple_gen_ic_profiler): Likewise.
3487 * tree-flow-inline.h (gimple_referenced_vars): Guard against
3488 NULL fn argument.
3489 * tree-inline.c (remap_gimple_op_r): Likewise. Check
3490 gimple_referenced_vars instead of gimple_in_ssa_p.
3491 (copy_tree_body_r): Likewise.
3492 (setup_one_parameter): Likewise.
3493 (declare_return_variable): Likewise.
3494 (tree_function_versioning): Likewise.
3495
3496 2012-05-24 Jakub Jelinek <jakub@redhat.com>
3497
3498 PR tree-optimization/53465
3499 * tree-vrp.c (extract_range_from_cond_expr): First copy_value_range
3500 vr0 into *vr, then vrp_meet that.
3501 (vrp_meet): If one vr type is VR_UNDEFINED, ensure the result doesn't
3502 have any equivalences.
3503 (vrp_visit_phi_node): Call copy_value_range instead of vrp_meet the
3504 first time.
3505
3506 2012-05-24 Jim MacArthur <jim.macarthur@arm.com>
3507
3508 * recog.c (reg_fits_class_p): Check both regno and regno + offset are
3509 hard registers.
3510 * regs.h (in_hard_reg_set_p): Assert that regno is a hard register and
3511 check end_regno - 1 is a hard register.
3512
3513 2012-05-24 Richard Guenther <rguenther@suse.de>
3514
3515 * varpool.c (add_new_static_var): Remove call to create_var_ann.
3516 * tree-ssa-operands.c (create_vop_var): Likewise.
3517
3518 2012-05-24 Richard Guenther <rguenther@suse.de>
3519
3520 PR bootstrap/53466
3521 * tree-ssa-live.c (remove_unused_scope_block_p): Properly
3522 handle globals.
3523 (remove_unused_locals): Pass global_unused_vars to
3524 remove_unused_scope_block_p. Restore code walking all
3525 referenced vars and pruning them.
3526
3527 2012-05-23 Jan Hubicka <jh@suse.cz>
3528
3529 * tree.h (alias_diag_flags): Remove.
3530 (alias_pair): Remove emitted_diags.
3531 (finish_aliases_1, finish_aliases_2, remove_unreachable_alias_pairs,
3532 symbol_alias_set_t, symbol_alias_set_destroy,
3533 symbol_alias_set_contains, propagate_aliases_backward): Remove.
3534 * toplev.c (compile_file): Do not call finish_aliases_2
3535 * cgraphunit.c (cgraph_process_new_functions): Do not call
3536 finish_aliases_1.
3537 (handle_alias_pairs): Output diagnostics about aliases to externals.
3538 (assemble_thunks_and_aliases): Use do_assemble_alias.
3539 (output_weakrefs): Likewise.
3540 (finalize_compilation_unit): Do not call finish_aliases_1.
3541 * ipa.c (symtab_remove_unreachable_nodes): De not call
3542 remove_unreachable_alias_pairs.
3543 * varasm.c (do_assemble_alias): Export.
3544 (symbol_alias_set_create, symbol_alias_set_destroy,
3545 symbol_alias_set_contains, symbol_alias_set_insert,
3546 propagate_aliases_forward, propagate_aliases_backward,
3547 propagate_aliases_backward, trivially_visible_alias,
3548 trivially_defined_alias, remove_unreachable_alias_pairs,
3549 finish_aliases_1, finish_aliases_2, assemble_alias): Remove.
3550 * output.h (do_assemble_alias): Declare.
3551 * varpool.c (varpool_remove_unreferenced_decls): Do not call
3552 finish_aliases_1.
3553
3554 2012-05-23 Martin Jambor <mjambor@suse.cz>
3555
3556 * ipa-inline-analysis.c (inline_merge_summary): Free operand_map.
3557
3558 2012-05-23 Eric Botcazou <ebotcazou@adacore.com>
3559
3560 * gimple.c (gimple_types_compatible_p_1) <ARRAY_TYPE>: Remove bogus
3561 size handling.
3562 (gimple_canonical_types_compatible_p) <ARRAY_TYPE>: Likewise.
3563 (iterative_hash_gimple_type): Adjust comment.
3564 (iterative_hash_canonical_type): Likewise. Hash the bounds of the
3565 domain for an array type instead of the domain type itself.
3566
3567 2012-05-23 Richard Guenther <rguenther@suse.de>
3568
3569 PR tree-optimization/53438
3570 * tree-sra.c (analyze_access_subtree): Correct bitfield exclusion.
3571
3572 2012-05-23 Georg-Johann Lay <avr@gjlay.de>
3573
3574 PR target/53448
3575 * config/avr/avr.h (ASM_OUTPUT_ALIGN): Don't inhibit .p2align 1.
3576 * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Use
3577 ASM_OUTPUT_ALIGN.
3578
3579 2012-05-23 Richard Guenther <rguenther@suse.de>
3580
3581 * tree-dfa.c (add_referenced_var_1): Do not add global vars.
3582 * tree-ssa-live.c (mark_all_vars_used_1): Handle global vars
3583 via the global_unused_vars bitmap.
3584 (remove_unused_locals): Handle global vars in local-decls via
3585 a global_unused_vars bitmap instead of the used flag in the
3586 var annotation. Simplify global variable handling and removal.
3587
3588 2012-05-22 Jan Hubicka <jh@suse.cz>
3589
3590 PR middle-end/53426
3591 * tree-ssa-structalias.c (create_variable_info_for): Skip constructors
3592 from other partitions.
3593
3594 2012-05-22 Jan Hubicka <jh@suse.cz>
3595
3596 PR middle-end/53161
3597 * symtab.c (symtab_register_node): Fix ordering issue.
3598
3599 2012-05-22 Steven Drake <sbd@NetBSD.org>
3600
3601 * gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir.
3602
3603 2012-05-22 David Edelsohn <dje.gcc@gmail.com>
3604
3605 * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_table_ref):
3606 Use strip_name_encoding target hook.
3607
3608 2012-05-22 Richard Guenther <rguenther@suse.de>
3609
3610 * tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
3611 (init_function_for_compilation): Remove.
3612 * tree-dfa.c (find_vars_r): Take struct function argument.
3613 (find_referenced_vars_in): Adjust.
3614 * tree-ssa-operands.c (clobber_stats): Remove.
3615 (create_vop_var): Take struct function argument. Mark
3616 virtual operand with VAR_DECL_IS_VIRTUAL_OPERAND.
3617 (init_ssa_operands): Take struct function argument.
3618 (fini_ssa_operands): Do not dump dead stats.
3619 * tree-ssa-operands.h (init_ssa_operands): Take struct function
3620 argument.
3621 * cgraphunit.c (init_lowered_empty_function): Adjust.
3622 * lto-streamer-in.c (input_cfg): Likewise.
3623 * tree-inline.c (initialize_cfun): Likewise.
3624 * tree-into-ssa.c (rewrite_into_ssa): Likewise.
3625 * omp-low.c (expand_omp_taskreg): Likewise. Avoid switching cfun.
3626 * gimple.c (is_gimple_reg): Optimize the SSA_NAME case,
3627 virtual operands are not registers.
3628
3629 2012-05-22 Richard Guenther <rguenther@suse.de>
3630
3631 * tree-cfg.c (verify_gimple_assign_unary): Fix typo in previous commit.
3632
3633 2012-05-22 Richard Guenther <rguenther@suse.de>
3634
3635 PR middle-end/53437
3636 * tree-inline.c (setup_one_parameter): Create a dummy init
3637 statement for unused parameters when not optimizing.
3638
3639 2012-05-22 Richard Guenther <rguenther@suse.de>
3640
3641 * tree-flow.h (add_referenced_var_1): Declare.
3642 (add_referenced_var): Define.
3643 * tree-dfa.c (referenced_var_check_and_insert): Avoid one hash lookup.
3644 (add_referenced_var): Rename to ...
3645 (add_referenced_var_1): ... this. Take struct function argument.
3646
3647 2012-05-22 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3648
3649 PR target/53334
3650 * config/arm/arm-protos.h (arm_validize_comparison): Declare.
3651 * config/arm/arm.c (arm_validize_comparison): Define.
3652 * config/arm/arm.md ("cbranchsi4"): Cleanup expansion and use
3653 arm_validize_comparison.
3654 ("cbranchdi4"): Likewise.
3655 ("cstoredi4"): Likewise.
3656 ("movsicc"): Likewise.
3657 ("movsfcc"): Likewise.
3658 ("movdfcc"): Likewise.
3659
3660 2012-05-22 Dimitrios Apostolou <jimis@gmx.net>
3661
3662 * df-scan.c (df_scan_alloc): Round up allocation pools size, reduce
3663 the mw_reg_pool size.
3664
3665 2012-05-22 Paolo Bonzini <bonzini@gnu.org>
3666
3667 PR tree-optimization/53336
3668 * tree-cfg.c (verify_gimple_assign_unary): Allow conversion from
3669 non-integer integral types to offset type and vice versa.
3670
3671 2012-05-22 Alan Modra <amodra@gmail.com>
3672
3673 * config/rs6000/aix.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
3674 * config/rs6000/darwin.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
3675 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE,
3676 V_SAVE_INLINE): Delete.
3677 * config/rs6000/rs6000.c (V_SAVE_INLINE): Delete.
3678 (rs6000_savres_strategy): Reimplement GP/FP/V_SAVE_INLINE logic.
3679 For ELF targets, use out-of-line restores for -Os and any number
3680 of regs if the restore exits, and out-of-line gp save for two or
3681 more regs. Use save_reg_p to test for holes in reg restore set.
3682 Replace "#if" with "if".
3683
3684 2012-05-22 Alan Modra <amodra@gmail.com>
3685
3686 * config/rs6000/rs6000.c (save_reg_p): New function.
3687 (first_reg_to_save, first_fp_reg_to_save): Use it here.
3688 (first_altivec_reg_to_save, restore_saved_cr): Likewise.
3689 (emit_frame_save): Use gen_frame_store.
3690 (gen_frame_mem_offset): Correct SPE condition requiring reg+reg.
3691 (rs6000_emit_prologue): Use save_reg_p. Use gen_frame_store for
3692 vrsave and toc.
3693 (rs6000_emit_epilogue): Use save_reg_p. Use gen_frame_load for
3694 vrsave, toc, gp and fp restores.
3695
3696 2012-05-22 Alan Modra <amodra@gmail.com>
3697
3698 * config/rs6000/rs6000.c: Delete unnecessary forward declarations.
3699 Move those with ATTRIBUTE_UNUSED to immediately before definitions.
3700 Move function pointer variables after forward declarations.
3701 (rs6000_builtin_support_vector_misalignment): Make static.
3702 (rs6000_legitimate_address_p, rs6000_gimplify_va_arg): Likewise.
3703 (rs6000_function_value, rs6000_can_eliminate): Likewise.
3704
3705 2012-05-21 Bernd Schmidt <bernds@codesourcery.com>
3706
3707 PR rtl-optimization/53373
3708 * caller-save.c (save_call_clobbered_regs): Look into a possible
3709 PARALLEL manually rather than using single_set on a call insn.
3710
3711 2012-05-21 Jakub Jelinek <jakub@redhat.com>
3712
3713 PR tree-optimization/53436
3714 * omp-low.c (omp_build_component_ref): New function.
3715 (build_receiver_ref, build_sender_ref, create_task_copyfn): Use it.
3716
3717 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
3718
3719 * config/i386/i386.c (put_condition_code): Change "reverse" and "fp"
3720 arguments to bool.
3721 (ix86_print_operand) <case 'O'>: Look at mode size of the operand.
3722 Do not print '.' here. Output operand lossage error for unhandled
3723 sizes. Move.
3724 <case '*'>: Move.
3725 <case '&'>: Ditto.
3726 <case 'Y'>: Ditto.
3727 <case 'z'>: Hardcode "code" argument into error strings.
3728 <case 'Z'>: Ditto.
3729 <case 'D'>: Merge AVX and non-AVX codes.
3730 <case 'C', case 'c', case 'F', case 'f'>: Merge. Fix error string.
3731 Update call to put_condition_code.
3732
3733 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
3734
3735 * config/m68k/m68k.md (*clzsi2_cf): Renamed from clzsi2. Call
3736 CC_STATUS_INIT.
3737 (clzsi2): New expander.
3738 (*clzsi2_68k): New insn.
3739 * config/m68k/m68k.h: Update comment about CLZ_DEFINED_VALUE_AT_ZERO.
3740
3741 2012-05-21 Aldy Hernandez <aldyh@redhat.com>
3742
3743 * gimple.h (gimple_set_in_transaction): Remove.
3744 (gimple_in_transaction): Look in BB instead.
3745 (gimple_statement_base): Remove in_transaction field.
3746 * basic-block.h (enum bb_flags): Add BB_IN_TRANSACTION.
3747 * trans-mem.c (compute_transaction_bits): Place transaction bit
3748 information into basic blocks.
3749
3750 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
3751
3752 * expr.c (get_def_for_expr_class): Define only if
3753 HAVE_conditional_move.
3754 (convert_tree_comp_to_rtx): Likewise.
3755
3756 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
3757
3758 PR target/53399
3759 * config/i386/i386.md (ffs<mode>2): Generate CCCmode compare
3760 for TARGET_BMI.
3761 (ffssi2_no_cmove): Ditto.
3762 (*ffs<mode>_1): Remove insn pattern.
3763 (*tzcnt<mode>_1): New insn pattern.
3764 (*bsf<mode>1): Ditto.
3765
3766 2012-05-21 Richard Guenther <rguenther@suse.de>
3767
3768 * tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for
3769 more referenced vars.
3770 * tree-ssa-live.c (mark_all_vars_used_1): Only set the used
3771 flag on variables that have a var-annotation.
3772
3773 2012-05-21 Joseph Myers <joseph@codesourcery.com>
3774
3775 PR c/53418
3776 * c-typeck.c (build_conditional_expr): Remove C_MAYBE_CONST_EXPR
3777 from folded operands before wrapping another around the
3778 conditional expression.
3779
3780 2012-05-21 Jakub Jelinek <jakub@redhat.com>
3781
3782 PR tree-optimization/53366
3783 * tree-vect-slp.c (vect_supported_load_permutation_p): Don't shortcut
3784 tests if complex_numbers == 2, but there are non-complex number loads
3785 too.
3786
3787 PR tree-optimization/53409
3788 * tree-vect-loop.c (vect_analyze_loop_operations): Don't check
3789 vinfo_for_stmt (op_def_stmt) if op_def_stmt isn't inside loop.
3790
3791 PR tree-optimization/53410
3792 * fold-const.c (fold_binary_loc): Use build_zero_cst (type)
3793 instead of build_int_cst (type, 0) where vector types might be
3794 involved. Instead of build_int_cst (type, 1) convert the original
3795 integer_onep argument to the desired type.
3796
3797 2012-05-21 Michael Matz <matz@suse.de>
3798
3799 * genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.
3800 (simplify_test_exp): Handle one more case of distributive law,
3801 decrease cost threshold.
3802 (tests_attr_p, get_attr_order): New functions.
3803 (optimize_attrs): Use topological order, inline only cheap values.
3804 (write_attr_set): Reset our_known_true after some time.
3805
3806 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
3807
3808 PR target/53425
3809 * config/i386/i386.c (type_natural_mode): Warn passing SSE
3810 vector argument without SSE enabled changes the ABI.
3811
3812 2012-05-21 Richard Guenther <rguenther@suse.de>
3813
3814 PR tree-optimization/53408
3815 * tree-vect-loop.c (vectorizable_induction): Properly check
3816 the restriction that we cannot handle induction results from
3817 the inner loop outside of the outer loop.
3818
3819 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
3820
3821 PR target/53416
3822 * config/i386/i386.md (UNSPEC_RDRAND): Renamed to ...
3823 (UNSPECV_RDRAND): This.
3824 (rdrand<mode>_1): Updated.
3825
3826 2012-05-21 Richard Guenther <rguenther@suse.de>
3827
3828 * tree-loop-distribution.c (can_generate_builtin): Reject
3829 volatile stmts.
3830
3831 2012-05-21 Chung-Lin Tang <cltang@codesourcery.com>
3832
3833 * Makefile.in (options.c): Add options.h to included header
3834 files, before tm.h.
3835
3836 2012-05-21 Razya Ladelsky <razya@il.ibm.com>
3837
3838 * tree-parloops.c : Add myself to contributors, update
3839 TODO list, add link to wiki.
3840
3841 2012-05-21 Alan Modra <amodra@gmail.com>
3842
3843 * config/rs6000/predicates.md (input_operand): Don't match
3844 constant pool addresses. Remove label_ref, high and plus from
3845 match_code list. Remove redundant CONSTANT_P test.
3846 (splat_input_operand): Similarly update match_code list.
3847 (small_toc_ref): New predicate.
3848 * config/rs6000/rs6000-protos.h (toc_relative_expr_p): Update prototype.
3849 * config/rs6000/rs6000.c (tocrel_base, tocrel_offset): Make const.
3850 (legitimate_constant_pool_address_p): Move TARGET_TOC test and
3851 register checks to..
3852 (toc_relative_expr_p): ..here. Add "strict" param. Match new rtl
3853 generated by create_TOC_reference.
3854 (rs6000_legitimize_address): Update cerate_TOC_reference call.
3855 (rs6000_delegitimize_address): Handle new rtl for toc refs.
3856 (rs6000_cannot_force_const_mem, rs6000_find_base_term): Likewise.
3857 (use_toc_relative_ref): New function, split out from..
3858 (rs6000_emit_move): ..here. Remove redundant tests. Update
3859 create_TOC_reference calls.
3860 (rs6000_legitimize_reload_address): Formatting. Handle splitting
3861 of medium/large model toc addresses. Use use_toc_relative_ref.
3862 (print_operand): Formatting, style. Adjust for toc changes.
3863 (print_operand_address): Likewise.
3864 (rs6000_output_addr_const_extra): Likewise.
3865 (create_TOC_reference): Put TOC_REGISTER in UNSPEC_TOCREL rather
3866 than a PLUS. Use this formulation for both high and low part
3867 of -mcmodel=medium/large toc reference too. Before reload,
3868 always use the small model formulation.
3869 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Similarly avoid
3870 a PLUS in high part of addresses here.
3871 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
3872 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
3873 (largetoc_high, largetoc_low): Move earlier. Cope when no
3874 base reg available.
3875 (largetoc_high_plus): New insn.
3876 (movsi_internal1, movsi_internal1_single, movsf_softfloat,
3877 movdi_mfpgpr, movdi_internal64): Don't handle 'R' constraint here..
3878 (tocref): ..instead do so here, new insn and split.
3879
3880 2012-05-20 H.J. Lu <hongjiu.lu@intel.com>
3881
3882 * config/i386/driver-i386.c (host_detect_local_cpu): Support
3883 RDRND, F16C and FSGSBASE.
3884
3885 2012-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3886
3887 PR rtl-optimzation/53373
3888 * config/pa/pa.md (call_symref_pic): Don't expose PIC register save in
3889 call pattern. Update split patterns.
3890 (call_symref_64bit, call_reg_pic, call_reg_64bit, call_val_symref_pic,
3891 call_val_symref_64bit, call_val_reg_pic, call_val_reg_64bit): Likewise.
3892
3893 2012-05-20 Razya Ladelsky <razya@il.ibm.com>
3894
3895 * tree-parloops.c (gen_parallel_loop): Change many_iterations_cond
3896 for outer loops.
3897
3898 2012-05-18 Jan Hubicka <jh@suse.cz>
3899
3900 * cgraphunit.c (handle_alias_pairs): Declare; free alias_pairs
3901 (cgraph_process_new_functions): Process also aliases.
3902 * lto-streamer-out.c (struct sets): Remove.
3903 (trivally_defined_alias): Remove.
3904 (output_alias_pair_p): Remove.
3905 (output_unreferenced_globals): Remove.
3906 (produce_symtab); Do not handle alias pairs.
3907 (produce_asm_for_decls): Likewise.
3908 * lto-streamer-in.c (input_alias_pairs): Remove.
3909 (lto_read_body): Do not input alias pairs.
3910 (lto_input_constructors_and_inits): Remove.
3911
3912 2012-05-18 Jan Hubicka <jh@suse.cz>
3913
3914 * cgraphunit.c (handle_alias_pairs): Cleanup; handle all types of
3915 aliases.
3916
3917 2012-05-18 Jan Hubicka <jh@suse.cz>
3918
3919 * cgraphbuild.c (record_reference): Update.
3920 * lto-cgraph.c (lto_output_varpool_node): External vars
3921 are not in other partition even if they are not output
3922 in current partition.
3923 * gimple-fold.c (can_refer_decl_in_current_unit_p): Take FROM_DECL
3924 argument; fix.
3925 (canonicalize_constructor_val): Take FROM_DECL argument.
3926 (fold_ctor_reference, fold_string_cst_ctor_reference,
3927 fold_array_ctor_reference, fold_nonarray_ctor_reference,
3928 fold_ctor_reference): Likewise.
3929 (fold_const_aggregate_ref_1, gimple_get_virt_method_for_binfo): Update.
3930 * gimple.h (gimple_fold_builtin): Likewise.
3931
3932 2012-05-18 Olivier Hainque <hainque@adacore.com>
3933
3934 * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of
3935 $(libsubdir) as libexecsubdir.
3936
3937 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3938
3939 * config/rs6000/rs6000.c (print_operand): Revise code that unsafely
3940 relied on signed overflow behavior.
3941
3942 2012-05-18 Richard Guenther <rguenther@suse.de>
3943
3944 PR tree-optimization/53346
3945 * tree-loop-distribution.c (ldist_gen): Make sure to apply
3946 builtin transform even when only a single partition with
3947 all reads/writes exists.
3948
3949 2012-05-18 Richard Guenther <rguenther@suse.de>
3950
3951 PR tree-optimization/53390
3952 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Ignore
3953 strided loads.
3954
3955 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3956
3957 * tree-ssa-reassoc.c (bip_map): Remove decl.
3958 (completely_remove_stmt): Remove function.
3959 (remove_def_if_absorbed_call): Remove function.
3960 (remove_visited_stmt_chain): Remove __builtin_powi handling.
3961 (possibly_move_powi): Remove function.
3962 (rewrite_expr_tree): Remove calls to possibly_move_powi.
3963 (rewrite_expr_tree_parallel): Likewise.
3964 (attempt_builtin_powi): Build multiplies explicitly rather than
3965 relying on the ops vector and rank system.
3966 (transform_stmt_to_copy): New function.
3967 (transform_stmt_to_multiply): Likewise.
3968 (reassociate_bb): Handle leftover operations after __builtin_powi
3969 optimization; build a final multiply if necessary.
3970
3971 2012-05-18 Jan Hubicka <jh@suse.cz>
3972
3973 * cgraphunit.c (varpool_finalize_decl): Allow external decls.
3974 (mark_functions_to_output): Fix sanity check.
3975 * ipa.c (function_and_variable_visibility): Remove TREE_STATIC check.
3976
3977 2012-05-18 Richard Guenther <rguenther@suse.de>
3978
3979 * tree-flow.h (mark_symbols_for_renaming): Remove.
3980 * tree-dfa.c (mark_symbols_for_renaming): Likewise.
3981 * tree-inline.c (copy_edges_for_bb): Do not mark symbols for renaming.
3982 (copy_debug_stmt): Likewise.
3983 (expand_call_inline): Likewise.
3984 (declare_return_variable): Mark the return variable for renaming
3985 if necessary.
3986
3987 2012-05-18 Andrew Stubbs <ams@codesourcery.com>
3988
3989 * config/arm/arm-protos.h (arm_emit_coreregs_64bit_shift): New
3990 prototype.
3991 * config/arm/arm.c (arm_emit_coreregs_64bit_shift): New function.
3992 * config/arm/arm.md (ashldi3): Use arm_emit_coreregs_64bit_shift.
3993 (ashrdi3,lshrdi3): Likewise.
3994 (arm_cond_branch): Remove '*' to enable gen_arm_cond_branch.
3995
3996 2012-05-18 Meador Inge <meadori@codesourcery.com>
3997
3998 PR rtl-optimization/53352
3999 * cse.c (equiv_constant): Ignore paradoxical subregs.
4000
4001 2012-05-17 Steven Bosscher <steven@gcc.gnu.org>
4002
4003 PR rtl-optimization/53125
4004 * regstat.c (regstat_bb_compute_ri): Take new local_live_last_luid
4005 argument. Simplify calculation of REG_LIVE_LENGTH for regnos that
4006 die in the basic block. Correctly top off REG_FREQ and
4007 REG_FREQ_CALLS_CROSSED.
4008 Remove do_not_gen.
4009 (regstat_compute_ri): Allocate and free local_live_last_luid.
4010 Remove do_not_gen.
4011 (regstat_bb_compute_calls_crossed): Correctly top off
4012 REG_FREQ_CALLS_CROSSED.
4013
4014 2012-05-17 Jan Hubicka <jh@suse.cz>
4015
4016 * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with
4017 constructor over decl without.
4018 * cgraph.c (cgraph_remove_node): Clear also body of unanalyzed nodes.
4019 * cgraph.h (varpool_can_remove_if_no_refs): Handle external correctly.
4020 * cgraphunit.c (process_function_and_variable_attributes): Finalize
4021 extrnal decls.
4022 (mark_functions_to_output): Also accept bodies for functions with
4023 clones.
4024 (output_in_order): Skip external vars.
4025 * lto-cgraph.c (lto_output_node): External functions are never in other
4026 partition.
4027 (lto_output_varpool_node): Likewise.
4028 * lto-streamer-out.c (lto_write_tree): Always use error_mark_nodes for
4029 forgotten initializers.
4030 * ipa.c (process_references): Handle external vars.
4031 (symtab_remove_unreachable_nodes): Update to handle external vars.
4032 (varpool_externally_visible_p): External vars are externally visible.
4033 * gimple-fold.c (can_refer_decl_in_current_unit_p): Update.
4034 * varpool.c (varpool_remove_node): Remove constructor.
4035 (decide_is_variable_needed): Handle externals.
4036 (varpool_remove_unreferenced_decls): Likewise.
4037
4038 2012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
4039
4040 * opts.c (common_handle_option): -pedantic-errors enables -Wpedantic.
4041 (enable_warning_as_error): Do not special case Wuninitialized.
4042 * optc-gen.awk: Add sanity checks.
4043
4044 2012-05-17 Jan Hubicka <jh@suse.cz>
4045
4046 * ipa-reference.c (is_proper_for_analysis): Do not check flags
4047 that might change as result of global optimization.
4048 (analyze_function): Do not check analyzed and externally_visible
4049 flags; be happy about address dereferences.
4050 (propagate): Prune all_module_statics so it really contains just
4051 statics; prune all the local summaries.
4052 (ipa_reference_write_optimization_summary): Simplify.
4053
4054 2012-05-17 Kwok Cheung Yeung <kcy@codesourcery.com>
4055
4056 * config/m68k/m68k-devices.def: Add 51ag, 51je, 51jf, 51jg, 51mm, 51qm.
4057 * config/m68k/m68k-tables.opt: Regenerated.
4058 * doc/invoke.texi (M680x0 Options): Document.
4059
4060 2012-05-16 Dave Boutcher <daveboutcher@gmail.com>
4061 Patrick Marlier <patrick.marlier@gmail.com>
4062
4063 * trans-mem.c (ipa_tm_transform_clone): Transform functions with
4064 indirect calls.
4065
4066 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
4067
4068 * configure: Regenerated.
4069
4070 2012-05-16 Andrew Pinski <apinski@cavium.com>
4071
4072 * gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under
4073 GIMPLE_ASSIGN.
4074
4075 2012-05-16 David S. Miller <davem@davemloft.net>
4076
4077 * jump.c (delete_related_insns): If we remove a CALL, make sure
4078 we delete it's NOTE_INSN_CALL_ARG_LOCATION note too.
4079
4080 2012-05-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4081
4082 PR tree-optimization/53217
4083 * tree-ssa-reassoc.c (bip_map): New static variable.
4084 (possibly_move_powi): Move feeding multiplies with __builtin_powi call.
4085 (attempt_builtin_powi): Save feeding multiplies on a stack.
4086 (reassociate_bb): Create and destroy bip_map.
4087
4088 2012-05-16 Olivier Hainque <hainque@adacore.com>
4089
4090 * Makefile.in (install-no-fixedincludes): New target, former toplevel
4091 gcc-no-fixedincludes. Stash "include-fixed" in addition to "include".
4092 Add comments and improve stamp preservation across the whole sequence.
4093 (stmp-int-hdrs): Use move-if-change + cp -p to setup fix_dir/limits.h.
4094
4095 2012-05-16 Richard Guenther <rguenther@suse.de>
4096
4097 * tree-inline.c (insert_init_stmt): Do not call
4098 mark_symbols_for_renaming.
4099 (setup_one_parameter): Avoid initializing unused parameters.
4100 (declare_return_variable): Properly handle DECL_BY_REFERENCE
4101 return vars in SSA form.
4102
4103 2012-05-16 Richard Guenther <rguenther@suse.de>
4104
4105 * tree-flow.h (get_virtual_var): Remove.
4106 * tree-dfa.c (get_virtual_var): Likewise.
4107
4108 2012-05-16 Richard Guenther <rguenther@suse.de>
4109
4110 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1):
4111 Remove set-only bitmap of new names.
4112 (slpeel_tree_peel_loop_to_edge): Likewise. Do not set
4113 CFG hooks.
4114 * tree-flow.h (ssa_names_to_replace): Remove.
4115 * tree-into-ssa.c (ssa_names_to_replace): Likewise.
4116
4117 2012-05-16 Richard Guenther <rguenther@suse.de>
4118
4119 PR tree-optimization/53364
4120 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
4121 detect a view-conversion of the decl.
4122
4123 2012-05-16 Dodji Seketeli <dodji@redhat.com>
4124
4125 PR preprocessor/7263
4126 * c-tree.h (enum c_declspec_word): Declare new enum.
4127 (struct c_declspecs::locations): New member.
4128 (declspecs_add_qual, declspecs_add_scspec)
4129 (declspecs_add_addrspace, declspecs_add_alignas): Take a new
4130 location parameter.
4131 * c-decl.c (build_null_declspecs): Initialize the new struct
4132 c_declspecs::locations member.
4133 (declspecs_add_addrspace): Take a location parameter for the
4134 address space. Store it onto declaration specifiers.
4135 (declspecs_add_qual): Likewise, take a location parameter for the
4136 qualifier.
4137 (declspecs_add_type): Likewise, take a location parameter for the
4138 type specifier.
4139 (declspecs_add_scspec): Likewise, take a location parameter for
4140 the storage class specifier.
4141 (declspecs_add_attrs): Likewise, take a location parameter for the
4142 first attribute.
4143 (declspecs_add_alignas): Likewise, take a location parameter for
4144 the alignas token.
4145 (finish_declspecs): For diagnostics, use the location of the
4146 relevant declspec, instead of the global input_location.
4147 * c-parser.c (c_parser_parameter_declaration): Pass the precise
4148 virtual location of the declspec to the declspecs-setters.
4149 (c_parser_declspecs): Likewise. Avoid calling c_parser_peek_token
4150 repeatedly.
4151
4152 2012-05-16 Igor Zamyatin <igor.zamyatin@intel.com>
4153
4154 * configure.ac: Stack protector enabling for Android targets.
4155 * configure: Regenerate.
4156
4157 2012-05-16 Richard Sandiford <r.sandiford@uk.ibm.com>
4158
4159 * ira.c (pseudo_move_insn): Delete.
4160 (find_moveable_pseudos): Don't set it.
4161 (move_unallocated_pseudos): Use DF_REG_DEF_CHAIN to find
4162 the definitions of the original pseudo. Delete all of them.
4163
4164 2012-05-16 Olivier Hainque <hainque@adacore.com>
4165
4166 * config/rs6000/rs6000-opts.h (enum processor_type): Add
4167 PROCESSOR_PPC8548.
4168 * config/rs6000/rs6000-cpus.def: Reference it for cpu="8548".
4169 * config/rs6000/rs6000.md (cpu attribute definition): Add ppc8548.
4170 * config/rs6000/8540.md: indicate that the units/patterns apply to
4171 ppc8548 as well.
4172
4173 * config/rs6000/rs6000.c (rs6000_option_override_internal): Rename
4174 default_cpu into implicit_cpu, conveying what --with-cpu was passed at
4175 configure time. Treat implicit_cpu as have_CPU. Pick defaults for SPE
4176 related flags, check that what is queried is supported by the selected
4177 configuration. Rework the single/double_float and MASK_STRING resets to
4178 hit for all the E500 cores (854x + E500MC variants). Select the ppc8540
4179 costs for PROCESSOR_PPC8548 as well.
4180 (rs6000_issue_rate): case CPU_PPC8548 together with CPU_PPC8540.
4181 (rs6000_use_sched_lookahead): Likewise, rewriting function as a case
4182 statement instead of a sequence of ifs.
4183
4184 * config/rs6000/rs6000.h (TARGET_E500): Remove.
4185 (TARGET_NO_LWSYNC): Adjust accordingly.
4186 * config/rs6000/e500.h (TARGET_E500): Remove.
4187 (CHECK_E500_OPTIONS): Adjust accordingly.
4188 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove.
4189 (TARGET_DEFAULT): Reformat definition to match the one in linuxspe.h.
4190 * config/rs6000/linuxspe.h: Likewise.
4191 * config/rs6000/vxworks.h: Remove bogus TARGET_E500 overrides and
4192 superfluous comments.
4193 * config/rs6000/e500-double.h: Remove.
4194
4195 * config.gcc (pick a default with_cpu): For powerpc*-*-*spe*,
4196 default to with_cpu=8548 if --enable-e500-double, and to 8540
4197 otherwise.
4198 (set misc flags section): For powerpc*|rs6000*, remove inclusion
4199 of e500-double.h for --enable-e500-double.
4200
4201 2012-05-16 Olivier Hainque <hainque@adacore.com>
4202
4203 * Makefile.in (s-header-vars): Resort to -n instead of trailing
4204 -e d in sed invocation.
4205
4206 2012-05-16 Hans-Peter Nilsson <hp@axis.com>
4207
4208 * doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to
4209 source-code.
4210 * doc/tm.texi: Regenerate.
4211
4212 2012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
4213
4214 * tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
4215
4216 2012-05-15 Jakub Jelinek <jakub@redhat.com>
4217
4218 PR target/53358
4219 * config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
4220 that operands[2] is either immediate, or q_regs_operand.
4221
4222 2012-05-15 Richard Guenther <rguenther@suse.de>
4223
4224 * cgraphunit.c (thunk_adjust): Use make_rename_temp.
4225 (assemble_thunk): Likewise. Manually rename and register
4226 function arguments.
4227
4228 2012-05-15 Richard Guenther <rguenther@suse.de>
4229
4230 PR tree-optimization/53355
4231 * tree-vrp.c (extract_range_from_binary_expr_1): Handle LSHIFT_EXPRs
4232 by constants.
4233
4234 2012-05-15 Tristan Gingold <gingold@adacore.com>
4235
4236 * tree-ssa-strlen.c (get_string_length): Convert lhs if needed.
4237
4238 2012-05-15 Richard Guenther <rguenther@suse.de>
4239
4240 * gimple.c (gimple_set_modified): Move ...
4241 * gimple.h (gimple_set_modified): ... here.
4242
4243 2012-05-15 Tristan Gingold <gingold@adacore.com>
4244
4245 * ira-color.c (move_spill_restore): Add a guard.
4246
4247 2012-05-15 Tristan Gingold <gingold@adacore.com>
4248
4249 * config/ia64/ia64.c (ia64_emit_probe_stack_range): Adjust calls to
4250 plus_constant.
4251
4252 2012-05-15 Eric Botcazou <ebotcazou@adacore.com>
4253
4254 * gimplify.c (gimplify_init_constructor): Do a block move for very
4255 small objects as well.
4256
4257 2012-05-15 Bernd Schmidt <bernds@codesourcery.com>
4258
4259 * ira.c (find_moveable_pseudos): Skip registers whose
4260 DF_REG_EQ_USE_COUNT is nonzero.
4261
4262 2012-05-15 Kenneth Zadeck <zadeck@naturalbridge.com>
4263
4264 * doc/md.texi (fma): Define to only be applicable for single rounding.
4265
4266 2012-05-14 Uros Bizjak <ubizjak@gmail.com>
4267
4268 PR target/46098
4269 * config/i386/i386.c (ix86_expand_special_args_builtin): Always
4270 generate target register for "load" class builtins.
4271
4272 Revert:
4273 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
4274
4275 PR target/46098
4276 * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
4277 Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
4278 (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
4279 (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
4280 (<sse>_movu<ssemodesuffix>): New expander.
4281 (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
4282 (avx_movdqu<avxmodesuffix>): New expander.
4283 (*sse2_movdqu): Rename from sse2_movdqu.
4284 (sse2_movdqu): New expander.
4285
4286 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
4287
4288 PR target/52607
4289 * config/i386/i386.c (ix86_expand_vec_perm_const): Move code to ...
4290 (canonicalize_perm): ... new function.
4291 (expand_vec_perm_2vperm2f128_vshuf): New function.
4292 (ix86_expand_vec_perm_const_1): Call it.
4293
4294 2012-05-14 Andrew Pinski <apinski@cavium.com>
4295 H.J. Lu <hongjiu.lu@intel.com>
4296 Jakub Jelinek <jakub@redhat.com>
4297
4298 PR target/53315
4299 * config/i386/i386.md (xbegin_1): Use + in constraint and match_dup.
4300 (xbegin): Updated.
4301
4302 2012-05-14 Jakub Jelinek <jakub@redhat.com>
4303
4304 * dwarf2out.c (dwarf2out_define, dwarf2out_undef): Treat
4305 lineno 1 the same as lineno 0 before first start file directive.
4306 (optimize_macinfo_range): Likewise.
4307
4308 * dwarf2out.c (have_macinfo): Define.
4309 (dwarf2out_finish): Don't emit DW_AT_GNU_macros or DW_AT_macro_info
4310 attribute, don't force empty compilation unit and don't emit any
4311 .debug_macinfo/.debug_macro section if macinfo_table is empty.
4312
4313 2012-05-14 Georg-Johann Lay <avr@gjlay.de>
4314
4315 PR target/53344
4316 * config/avr/avr.c (avr_const_address_lo16): Remove.
4317 (avr_assemble_integer): Print ".byte lo8(x)",
4318 ".byte hi8(x)", ".byte hh8(x)" instead of emit an assembler
4319 .warning if 3-byte address is assembled.
4320 * doc/extend.texi (AVR Named Address Spaces): Document that
4321 binutils 2.23 is needed to assemble 3-byte addresses.
4322
4323 2012-05-14 Richard Guenther <rguenther@suse.de>
4324
4325 * tree-vect-data-refs.c (vect_setup_realignment): Remove
4326 call to mark_symbols_for_renaming.
4327 (vect_permute_load_chain): Likewise.
4328 * tree-vect-loop.c (vect_is_slp_reduction): Update stmt
4329 instead of calling mark_symbols_for_renaming.
4330 * tree-vect-stmts.c (read_vector_array): Remove call to
4331 mark_symbols_for_renaming.
4332 (write_vector_array): Likewise.
4333 (vectorizable_call): Likewise.
4334 (vectorizable_store): Likewise.
4335 (vectorizable_load): Likewise.
4336 * matrix-reorg.c (transform_allocation_sites): Likewise.
4337 * tree-ssa-pre.c (create_expression_by_pieces): Likewise.
4338 (create_expression_by_pieces): Likewise.
4339
4340 2012-05-14 Richard Guenther <rguenther@suse.de>
4341
4342 * gimplify.c (gimple_regimplify_operands): Only mark the LHS
4343 of statements for renaming.
4344 (force_gimple_operand_1): Likewise, consistently for both
4345 calls to force_gimple_operand and force_gimple_operand_gsi.
4346
4347 2012-05-14 Richard Guenther <rguenther@suse.de>
4348
4349 * tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.
4350 * omp-low.c (expand_omp_taskreg): Properly conditionalize call
4351 to update_ssa.
4352 (expand_omp_for): Likewise.
4353 (expand_omp_for_generic): Adjust conditional add to referenced vars.
4354 Use make_rename_temp for temporaries that should be rewritten into
4355 SSA form.
4356 (expand_omp_for_static_nochunk): Likewise.
4357 (expand_omp_atomic_pipeline): Likewise.
4358
4359 2012-05-14 Richard Guenther <rguenther@suse.de>
4360
4361 PR tree-optimization/53331
4362 * tree-vect-data-refs.c (vect_verify_datarefs_alignment): Ignore
4363 strided loads.
4364 * tree-vect-stmts.c (vect_model_load_cost): Handle strided loads.
4365
4366 2012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
4367
4368 PR 53063
4369 * doc/options.texi: (LangEnabledBy): Document it.
4370 * optc-gen.awk: Handle LangEnabledBy.
4371 * opth-gen.awk: Generate declaration for lang-specific functions.
4372 * opt-read.awk: Record lang numbers.
4373 * opt-functions.awk (flag_set_p): Ignore the arguments of flags.
4374 (lang_sanitized_name): New.
4375
4376 2012-05-14 Bernd Schmidt <bernds@codesourcery.com>
4377
4378 * attribs.c (decl_attributes): Avoid emitting a warning if
4379 ATTR_FLAG_BUILT_IN.
4380 * doc/rtl.texi (CALL_INSN_FUNCTION_USAGE): Use lowercase for rtx
4381 codes. Document meaning of sets inside CALL_INSN_FUNCTION_USAGE.
4382 * builtin-attrs.def (DEF_ATTR_FOR_STRING): Define. Use it to
4383 define a string "1".
4384 (ATTR_RET1_NOTHROW_NONNULL_LEAF): New attr definition.
4385 * builtins.def (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET,
4386 BUILT_IN_STRCPY): Use it for these functions.
4387 * postreload.c (reload_combine): Deal with SETs inside
4388 CALL_INSN_FUNCTION_USAGE.
4389 * caller-save.c (setup_save_areas, save_call_clobbered_regs):
4390 Look for REG_RETURNED notes and use a cheap restore if possible.
4391 * ira-int.h (struct ira_allocno): New member cheap_calls_crossed_num.
4392 (ALLOCNO_CHEAP_CALLS_CROSSED_NUM): New macro.
4393 * ira-build.c (ira_create_allocno, create_cap_allocno,
4394 propagate_allocno_info, propagate_some_info_from_allocno,
4395 copy_info_to_removed_store_destination, ira_flattening): Handle it.
4396 * ira-lives.c (pseudo_regno_single_word_and_live_p,
4397 find_call_crossed_cheap_reg): New static functions.
4398 (process_bb_node_lives): Look for SETs in CALL_INSN_FUNCTION_USAGE,
4399 and set ALLOCNO_CHEAP_CALLS_CROSSED_NUM if possible. Also make
4400 a REG_RETURNED note in that case.
4401 * ira.c (setup_reg_renumber): Change assert to allow cases where
4402 allocnos only cross calls for which they are cheap to restore.
4403 * ira-costs.c (ira_tune_allocno_costs): Compare
4404 ALLOCNO_CALLS_CROSSED_NUM to ALLOCNO_CHEAP_CALLS_CROSSED_NUM rather
4405 than 0.
4406 * reg-notes.def (REG_RETURNED): New note.
4407 * cse.c (cse_insn): Likewise.
4408 * sched-deps.c (sched_analyze_insn): Likewise.
4409 * expr.c (init_block_move_fn): Set a "fn spec" attribute.
4410 * calls.c (decl_return_flags): New static function.
4411 (expand_call): Generate a SET in CALL_INSN_FUNCTION_USAGE for
4412 functions that return one of their arguments.
4413 * regcprop.c (struct kill_set_value_data): New.
4414 (kill_set_value): Interpret data as a pointer to such a struct.
4415 Do nothing if the caller wants the register to be ignored.
4416 (copyprop_hardreg_forward_1): Handle SETs in CALL_INSN_FUNCTION_USAGE.
4417
4418 2012-05-14 Richard Guenther <rguenther@suse.de>
4419
4420 PR tree-optimization/53340
4421 * tree-ssa-pre.c (op_valid_in_sets): Fix error in last commit.
4422
4423 2012-05-14 Richard Guenther <rguenther@suse.de>
4424
4425 * gimplify.c (gimplify_expr): Remove odd code.
4426
4427 2012-05-14 Eric Botcazou <ebotcazou@adacore.com>
4428
4429 * stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype
4430 into a PLUS_EXPR byte offset.
4431
4432 * tree-ssa-pre.c (can_value_number_call): Delete.
4433 (compute_avail): Skip all statements with side effects.
4434 <GIMPLE_CALL>: Skip calls to internal functions.
4435
4436 2012-05-13 Steven Bosscher <steven@gcc.gnu.org>
4437
4438 * config/pa/pa.md: Use define_c_enum for "unspec" and "unspecv".
4439
4440 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
4441
4442 * common.opt (Wtype-limits): Use EnabledBy.
4443
4444 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
4445
4446 * config/i386/i386.md (*pushtf): Enable for TARGET_SSE.
4447 (pushtf splitter): Ditto.
4448 (movtf): Ditto.
4449 (*movtf_internal): Ditto. Use V4SFmode for !TARGET_SSE2.
4450 (<code>tf2): Enable for TARGET_SSE.
4451 (*absnegtf2_sse): Ditto.
4452 (copysign<mode>3): Enable TFmode for TARGET_SSE.
4453 (copysign<mode>3_const): Ditto.
4454 (copysign<mode>3_var): Ditto.
4455 * config/i386/sse.md (<code>tf3): Enable for TARGET_SSE.
4456 (*andnottf3): Ditto. Use V4SFmode for !TARGET_SSE2.
4457 (*<code>tf3): Ditto.
4458 * config/i386/i386.c (struct builtin_description bdesc_args)
4459 <IX86_BUILTIN_FABSQ>: Enable for TARGET_SSE.
4460 <IX86_BUILTIN_COPYSIGNQ>: Ditto.
4461 (ix86_expand_builtin) <IX86_BUILTIN_FABSQ, IX86_BUILTIN_COPYSIGNQ>:
4462 Emit a normal call if SSE isn't available.
4463
4464 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
4465
4466 * config/i386/sse.md (<sse>_andnot<mode>3): Handle
4467 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
4468 (<code><mode>3): Ditto.
4469 (*andnot<mode>3): Ditto.
4470 (*andnottf3): Ditto.
4471 (*<code><mode>3): Ditto.
4472 (<code>tf3): Ditto.
4473
4474 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
4475
4476 * optc-gen.awk: Error instead of warning for conflicting help.
4477
4478 2012-05-12 Jason Merrill <jason@redhat.com>
4479
4480 PR debug/53235
4481 * dwarf2out.c (build_local_stub): Prefer DW_AT_signature for
4482 comdat types.
4483
4484 2012-05-12 Eric Botcazou <ebotcazou@adacore.com>
4485
4486 * function.c (requires_stack_frame_p): If the function can throw
4487 non-call exceptions, return true if the insn can throw internally.
4488
4489 2012-05-12 Paolo Carlini <paolo.carlini@oracle.com>
4490
4491 * doc/generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
4492
4493 2012-05-12 Uros Bizjak <ubizjak@gmail.com>
4494
4495 * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
4496 ORDERED and UNORDERED conditions.
4497
4498 2012-05-11 Richard Guenther <rguenther@suse.de>
4499
4500 * tree-flow.h (referenced_var_check_and_insert): Remove.
4501 (find_new_referenced_vars): Likewise.
4502 * tree-dfa.c (referenced_var_check_and_insert): Make static.
4503 (find_new_referenced_vars_1, find_new_referenced_vars): Remove.
4504 * tree-inline.c (copy_bb): Use find_referenced_vars_in
4505 instead of find_new_referenced_vars.
4506 * gimple-fold.c (gimplify_and_update_call_from_tree): Likewise.
4507
4508 2012-05-11 Richard Guenther <rguenther@suse.de>
4509
4510 * tree-pass.h (pass_rest_of_compilation,
4511 pass_all_optimizations, pass_postreload, pass_all_early_optimizations):
4512 Remove.
4513 * passes.c (pass_all_optimizations, pass_postreload,
4514 pass_all_early_optimizations): Make static.
4515 (pass_rest_of_compilation): Likewise. Make it an RTL_PASS.
4516 * tree-phinodes.c (init_phinodes, fini_phinodes): Remove.
4517 * tree-ssa.c (init_tree_ssa): Do not call init_phinodes.
4518 (delete_tree_ssa): Do not call fini_phinodes.
4519 * tree-flow.h (init_phinodes, fini_phinodes): Remove.
4520
4521 2012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
4522
4523 PR 53063
4524 * doc/options.texi (EnabledBy): Document
4525 * opts.c: Include opts.h and options.h before tm.h.
4526 (finish_options): Do not handle some sub-options here...
4527 (common_handle_option): ... instead call common_handle_option_auto
4528 here.
4529 * optc-gen.awk: Handle EnabledBy.
4530 * opth-gen.awk: Declare common_handle_option_auto.
4531 * common.opt (Wuninitialized): Use EnabledBy. Delete Init.
4532 (Wmaybe-uninitialized): Likewise.
4533 (Wunused-but-set-variable): Likewise.
4534 (Wunused-function): Likewise.
4535 (Wunused-label): Likewise.
4536 (Wunused-value): Likewise.
4537 (Wunused-variable): Likewise.
4538 * opt-read.awk: Create opt_numbers array.
4539
4540 2012-05-11 Richard Guenther <rguenther@suse.de>
4541
4542 PR tree-optimization/53295
4543 * tree-data-ref.h (stride_of_unit_type_p): Handle non-constant
4544 strides.
4545 * tree-data-ref.c (dr_analyze_innermost): Allow non-constant
4546 strides when analyzing data-references in a loop context.
4547 * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Reject
4548 non-constant strides for now.
4549 (vect_enhance_data_refs_alignment): Ignore data references
4550 that are strided loads.
4551 (vect_analyze_data_ref_access): Handle non-constant strides.
4552 (vect_check_strided_load): Verify the data-reference is a load.
4553 (vect_analyze_data_refs): Restructure to make strided load
4554 support not dependent on gather support.
4555 * tree-vect-stmts.c (vectorizable_load): Avoid useless work
4556 when doing strided or gather loads.
4557 * tree-vect-loop-manip.c (vect_vfa_segment_size): Use
4558 integer_zerop to compare stride with zero.
4559
4560 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
4561
4562 * config/i386/driver-i386.c (host_detect_local_cpu): Support RTM.
4563
4564 2012-05-11 Jan Hubicka <jh@suse.cz>
4565
4566 PR bootstrap/53300
4567 * varpool.c (varpool_assemble_decl): Also output constat pool entries
4568 that output_constant_pool missed.
4569
4570 2012-05-11 Mingjie Xing <mingjie.xing@gmail.com>
4571
4572 * config/mips/t-vxworks: Change MUTLILIB_EXTRA_OPTS to
4573 MULTILIB_EXTRA_OPTS.
4574
4575 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
4576
4577 PR target/53291
4578 * config/i386/i386.md (xtest): Use NE condition in ix86_expand_setcc.
4579
4580 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
4581
4582 * config/i386/i386.md (*movti_internal_rex64): Avoid MOVAPS size
4583 optimization for TARGET_AVX.
4584 (*movti_internal_sse): Ditto.
4585 (*movdi_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
4586 (*movdi_internal): Ditto.
4587 (*movsi_internal): Ditto.
4588 (*movtf_internal): Avoid MOVAPS size optimization for TARGET_AVX.
4589 (*movdf_internal_rex64): Ditto.
4590 (*movfd_internal): Ditto.
4591 (*movsf_internal): Ditto.
4592 * config/i386/sse.md (mov<mode>): Handle TARGET_SSE_LOAD0_BY_PXOR.
4593
4594 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
4595
4596 * dwarf2out.c (add_byte_size_attribute) <RECORD_TYPE>: Handle variable
4597 reference as size attribute.
4598
4599 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
4600 Tristan Gingold <gingold@adacore.com>
4601
4602 * doc/md.texi (Standard Names): Document probe_stack_address.
4603 * explow.c (emit_stack_probe): Handle probe_stack_address.
4604 * config/ia64/ia64.md (UNSPECV_PROBE_STACK_ADDRESS): New constant.
4605 (UNSPECV_PROBE_STACK_RANGE): Likewise.
4606 (probe_stack_address): New insn.
4607 (probe_stack_range): Likewise.
4608 * config/ia64/ia64.c: Include common/common-target.h.
4609 (ia64_compute_frame_size): Mark r2 and r3 as used if static stack
4610 checking is enabled.
4611 (ia64_emit_probe_stack_range): New function.
4612 (output_probe_stack_range): Likewise.
4613 (ia64_expand_prologue): Invoke ia64_emit_probe_stack_range if static
4614 builtin stack checking is enabled.
4615 (rtx_needs_barrier) <UNSPEC_VOLATILE>: Handle UNSPECV_PROBE_STACK_RANGE
4616 and UNSPECV_PROBE_STACK_ADDRESS.
4617 (unknown_for_bundling_p): New predicate.
4618 (group_barrier_needed): Use important_for_bundling_p.
4619 (ia64_dfa_new_cycle): Use unknown_for_bundling_p.
4620 (issue_nops_and_insn): Likewise.
4621 (bundling): Likewise.
4622 (final_emit_insn_group_barriers): Likewise.
4623 * config/ia64/ia64-protos.h (output_probe_stack_range): Declare.
4624 * config/ia64/hpux.h (STACK_CHECK_STATIC_BUILTIN): Define.
4625 (STACK_CHECK_PROTECT): Likewise.
4626 * config/ia64/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4627
4628 2012-05-10 Jan Hubicka <jh@suse.cz>
4629
4630 * ipa-inline.c (update_all_callee_keys): Remove.
4631 (inline_small_functions): Simplify priority updating.
4632
4633 2012-05-10 Jan Hubicka <jh@suse.cz>
4634
4635 * ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.
4636
4637 2012-05-10 Jan Hubicka <jh@suse.cz>
4638
4639 * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...
4640 (symtab_remove_unreachable_nodes): ... this one.
4641 * ipa-cp.c (ipcp_driver): Do not remove unreachable nodes.
4642 * cgraphunit.c (ipa_passes): Update.
4643 * cgraphclones.c (cgraph_materialize_all_clones): Update.
4644 * cgraph.c (cgraph_release_function_body): Only turn initial
4645 into error mark when initial was previously set.
4646 * ipa-inline.c (ipa_inline): Update.
4647 * ipa.c: Include ipa-inline.h
4648 (enqueue_cgraph_node, enqueue_varpool_node): Remove.
4649 (enqueue_node): New function.
4650 (process_references): Update.
4651 (symtab_remove_unreachable_nodes): Cleanup.
4652 * passes.c (execute_todo, execute_one_pass): Update.
4653
4654 2012-05-10 Vladimir Makarov <vmakarov@redhat.com>
4655
4656 PR rtl-optimization/53125
4657 * ira.c (ira): Call find_moveable_pseudos and
4658 move_unallocated_pseudos if only ira_conflicts_p is true.
4659
4660 2012-05-10 Uros Bizjak <ubizjak@gmail.com>
4661
4662 * config/i386/i386.md (*movoi_internal_avx): Handle
4663 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL and TARGET_SSE_TYPELESS_STORES.
4664 (*movti_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
4665 (*movti_internal_sse): Ditto.
4666 (*movtf_internal): Ditto.
4667 * config/i386/sse.md (ssePSmode): New mode attribute.
4668 (*move<mode>_internal): Use ssePSmode.
4669 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Ditto.
4670 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
4671 * config/i386/i386.c (standard_sse_constant_opcode): Do not handle
4672 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL here.
4673
4674 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
4675
4676 * gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
4677 DECL_ORIGINAL_TYPE if it is present.
4678
4679 2012-05-10 Nick Clifton <nickc@redhat.com>
4680
4681 PR target/53120
4682 * config/m32c/bitops.md (bset_qi): Change operand 2 from having
4683 a "0" constraint to being a (match_dup 0).
4684
4685 2012-05-10 Richard Guenther <rguenther@suse.de>
4686
4687 * stor-layout.c (byte_from_pos): Amend comment.
4688
4689 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4690
4691 * doc/extend.texi (X86 Built-in Functions, __builtin_cpu_init):
4692 Document requirement to call in constructors.
4693
4694 * config/i386/i386.c: Update comments for i386-cpuinfo.c name change.
4695
4696 2012-05-10 Richard Guenther <rguenther@suse.de>
4697
4698 * tree.h (TYPE_IS_SIZETYPE): Remove.
4699 * fold-const.c (int_const_binop_1): Remove TYPE_IS_SIZETYPE use.
4700 (extract_muldiv_1): Likewise.
4701 * gimple.c (gtc_visit): Likewise.
4702 (gimple_types_compatible_p): Likewise.
4703 (iterative_hash_canonical_type): Likewise.
4704 (gimple_canonical_types_compatible_p): Likewise.
4705 * gimplify.c (gimplify_one_sizepos): Likewise.
4706 * print-tree.c (print_node): Likewise.
4707 * stor-layout.c (initialize_sizetypes): Do not set TYPE_IS_SIZETYPE.
4708
4709 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
4710
4711 PR target/52908
4712 * config/i386/sse.md (vec_widen_smult_hi_v4si): Expand using
4713 xop_pmacsdqh insn pattern instead of xop_mulv2div2di3_high.
4714 (vec_widen_smult_lo_v4si): Expand using xop_pmacsdql insn pattern
4715 instead of xop_mulv2div2di3_low.
4716 (xop_p<macs>dql): Fix vec_select selector.
4717 (xop_p<macs>dqh): Ditto.
4718 (xop_mulv2div2di3_low): Remove insn_and_split pattern.
4719 (xop_mulv2div2di3_high): Ditto.
4720
4721 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
4722
4723 PR c++/53289
4724 * diagnostic.h (diagnostic_context): Add last_location.
4725 * diagnostic.c (diagnostic_initialize): Initialize it.
4726 (diagnostic_show_locus): Use it.
4727
4728 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
4729
4730 * doc/extend.texi (Function Attributes): Point xref to section
4731 about Pragmas.
4732
4733 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
4734
4735 * config/i386/i386.c (*movdf_internal_rex64): Remove
4736 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
4737 Calculate "mode" attribute according to
4738 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
4739 (*movdf_internal): Ditto.
4740
4741 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
4742
4743 PR target/44141
4744 * config/i386/i386.c (ix86_expand_vector_move_misalign): Do not handle
4745 128 bit vectors specially for TARGET_AVX. Emit sse2_movupd and
4746 sse_movupd RTXes for TARGET_AVX, TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
4747 or when optimizing for size.
4748 * config/i386/sse.md (*mov<mode>_internal): Remove
4749 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
4750 Calculate "mode" attribute according to optimize_function_for_size_p
4751 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
4752 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Choose asm template
4753 depending on the mode of the instruction. Calculate "mode" attribute
4754 according to optimize_function_for_size_p, TARGET_SSE_TYPELESS_STORES
4755 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flags.
4756 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
4757
4758 2012-05-09 Georg-Johann Lay <avr@gjlay.de>
4759
4760 PR target/53256
4761 * config/avr/elf.h (ASM_DECLARE_FUNCTION_NAME): Remove.
4762 * config/avr/avr-protos.h (avr_asm_declare_function_name): Remove.
4763 * config/avr/avr.h (struct machine_function): Add attributes_checked_p.
4764 * config/avr/avr.c (avr_asm_declare_function_name): Remove.
4765 (expand_prologue): Move initialization of cfun->machine->is_naked,
4766 is_interrupt, is_signal, is_OS_task, is_OS_main from here to...
4767 (avr_set_current_function): ...this new static function.
4768 (TARGET_SET_CURRENT_FUNCTION): New define.
4769 (avr_function_ok_for_sibcall): Use cfun->machine->is_* instead of
4770 checking attributes of current_function_decl.
4771 (avr_regs_to_save): Ditto.
4772 (signal_function_p): Rename to avr_signal_function_p.
4773 (interrupt_function_p): Rename to avr_interrupt_function_p.
4774
4775 * doc/extend.texi (Function Attributes): Better explanation of
4776 'interrupt' and 'signal' for AVR. Move 'ifunc' down to establish
4777 alphabetical order.
4778
4779 2012-05-09 Michael Matz <matz@suse.de>
4780
4781 PR tree-optimization/53185
4782 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Disable
4783 peeling when we see strided loads.
4784
4785 2012-05-09 Matthias Klose <doko@ubuntu.com>
4786
4787 * gcc-ar.c (main): Don't check for execute bits for the plugin.
4788
4789 2012-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4790
4791 * tree-ssa-loop-ivopts.c (add_autoinc_candidates, get_address_cost):
4792 Replace use of HAVE_{POST/PRE}_{INCREMENT/DECREMENT} with
4793 USE_{LOAD/STORE}_{PRE/POST}_{INCREMENT/DECREMENT} appropriately.
4794 * config/arm/arm.h (ARM_AUTOINC_VALID_FOR_MODE_P): New.
4795 (USE_LOAD_POST_INCREMENT): Define.
4796 (USE_LOAD_PRE_INCREMENT): Define.
4797 (USE_LOAD_POST_DECREMENT): Define.
4798 (USE_LOAD_PRE_DECREMENT): Define.
4799 (USE_STORE_PRE_DECREMENT): Define.
4800 (USE_STORE_PRE_INCREMENT): Define.
4801 (USE_STORE_POST_DECREMENT): Define.
4802 (USE_STORE_POST_INCREMENT): Define.
4803 (arm_auto_incmodes): Add enumeration.
4804 * config/arm/arm-protos.h (arm_autoinc_modes_ok_p): Declare.
4805 * config/arm/arm.c (arm_autoinc_modes_ok_p): Define.
4806
4807 2012-05-09 Jakub Jelinek <jakub@redhat.com>
4808
4809 PR tree-optimization/53226
4810 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Remove
4811 prev and prev_initialized vars, gimple_set_plf (stmt, GF_PLF_1, false)
4812 before processing it and gimple_set_plf (stmt, GF_PLF_1, true) if it
4813 doesn't need to be revisited, look for earliest stmt with
4814 !gimple_plf (stmt, GF_PLF_1) if something changed.
4815
4816 2012-05-09 Terry Guo <terry.guo@arm.com>
4817
4818 * genmultilib: Update copyright dates.
4819 * doc/fragments.texi: Ditto.
4820
4821 2012-05-09 Terry Guo <terry.guo@arm.com>
4822
4823 * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED.
4824 * genmultilib (MULTILIB_REQUIRED): New.
4825 * doc/fragments.texi: Document the MULTILIB_REQUIRED.
4826
4827 2012-05-09 Richard Guenther <rguenther@suse.de>
4828
4829 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
4830 (vect_do_peeling_for_loop_bound): Likewise.
4831 (vect_do_peeling_for_alignment): Likewise.
4832 * tree-vect-loop-manip.c (conservative_cost_threshold): Remove.
4833 (vect_do_peeling_for_loop_bound): Get check_profitability and
4834 threshold as parameters.
4835 (vect_do_peeling_for_alignment): Likewise.
4836 (vect_loop_versioning): Likewise.
4837 * tree-vect-loop.c (vect_transform_loop): Compute check_profitability
4838 and threshold here. Control where to put the check here.
4839
4840 2012-05-09 Richard Sandiford <rdsandiford@googlemail.com>
4841
4842 PR middle-end/53249
4843 * dwarf2out.h (get_address_mode): Move declaration to...
4844 * rtl.h: ...here.
4845 * dwarf2out.c (get_address_mode): Move definition to...
4846 * rtlanal.c: ...here.
4847 * var-tracking.c (get_address_mode): Delete.
4848 * combine.c (find_split_point): Use get_address_mode instead of
4849 targetm.addr_space.address_mode.
4850 * cselib.c (cselib_record_sets): Likewise.
4851 * dse.c (canon_address, record_store): Likewise.
4852 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
4853 * expr.c (move_by_pieces, emit_block_move_via_loop, store_by_pieces)
4854 (store_by_pieces_1, expand_assignment, store_expr, store_constructor)
4855 (expand_expr_real_1): Likewise.
4856 * ifcvt.c (noce_try_cmove_arith): Likewise.
4857 * optabs.c (maybe_legitimize_operand_same_code): Likewise.
4858 * reload.c (find_reloads): Likewise.
4859 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
4860 * sel-sched-dump.c (debug_mem_addr_value): Likewise.
4861
4862 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
4863
4864 * config/mips/mips.c (mips16_gp_pseudo_reg): Remove line
4865 information from the instruction produced.
4866
4867 2012-05-09 Richard Guenther <rguenther@suse.de>
4868
4869 * stor-layout.c (bit_from_pos): Document.
4870 (byte_from_pos): Likewise. Optimize.
4871 (pos_from_bit): Likewise.
4872 (normalize_offset): Use pos_from_bit instead of replicating it.
4873
4874 2012-05-09 Alan Modra <amodra@gmail.com>
4875
4876 PR target/53271
4877 * config/rs6000/rs6000.c (gen_frame_set): New function.
4878 (gen_frame_load, gen_frame_store): New functions.
4879 (rs6000_savres_rtx): Use the above.
4880 (rs6000_emit_epilogue, rs6000_emit_prologue): Here too.
4881 Correct mode used for CR2 in save/restore_world patterns.
4882 Don't emit instructions for eh_return frame unwind reg info.
4883
4884 2012-05-08 Jan Hubicka <jh@suse.cz>
4885
4886 * cgraphbuild.c (build_cgraph_edges): Do not finalize vars
4887 with VALUE_EXPR.
4888 * cgraph.h (varpool_can_remove_if_no_refs): Vars with VALUE_EXPR
4889 are removable.
4890 * toplev.c (wrapup_global_declaration_2): Vars with VALUE_EXPR
4891 need to wrapup.
4892 (compile_file): Do not output variables.
4893 * cgraphbuild.c (varpool_finalize_decl): When var is finalized late,
4894 output it.
4895 * langhooks.c: Include timevar.h
4896 (write_global_declarations): Finalize compilation unit after wrapup;
4897 set timevars correctly.
4898 * passes.c (rest_of_decl_compilation): Decls with VALUE_EXPR needs
4899 not to be added to varpool.
4900 * varpool.c (varpool_assemble_decl): Sanity check that we are called
4901 only on cases where it makes sense; skip constant pool and value expr
4902 vars.
4903
4904 2012-05-08 David S. Miller <davem@davemloft.net>
4905
4906 * config/sparc/linux.h (LINK_SPEC): Don't pass "-Y" option.
4907 * config/sparc/linux64.h (LINK_ARCH32_SPEC): Likewise.
4908 * config/sparc/linux64.h (LINK_ARCH64_SPEC): Likewise.
4909
4910 2012-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4911
4912 PR rtl-optimization/53278
4913 * lower-subreg.c (decompose_multiword_subregs): Remove left-over
4914 speed_p code from earlier patch.
4915
4916 2012-05-08 Oleg Endo <olegendo@gcc.gnu.org>
4917
4918 PR target/51244
4919 * config/sh/sh.md (*branch_true, *branch_false): New insns.
4920
4921 2012-05-08 Teresa Johnson <tejohnson@google.com>
4922
4923 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.
4924 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
4925
4926 2012-05-08 Jan Hubicka <jh@suse.cz>
4927
4928 * cgraph.c (cgraph_call_edge_duplication_hooks): Export.
4929 (cgraph_create_node_1): Rename to ...
4930 (cgraph_create_empty_node): ... this one; export.
4931 (cgraph_create_node): Update.
4932 (cgraph_set_call_stmt_including_clones): Move to cgraphclones.c
4933 (cgraph_create_edge_including_clones): Likewise.
4934 (cgraph_find_replacement_node): Likewise.
4935 (cgraph_clone_edge): Likewise.
4936 (cgraph_clone_node): Likewise.
4937 (clone_function_name): Likewise.
4938 (cgraph_create_virtual_clone): Likewise.
4939 (cgraph_remove_node_and_inline_clones): Likewise.
4940 (cgraph_redirect_edge_call_stmt_to_callee): Move here from cgraphunit.c
4941 * cgraph.h: Reorder declarations so they match file of origin.
4942 (cgraph_create_empty_node): Declare.
4943 * cgraphunit.c (update_call_expr): Move to cgraphclones.c
4944 (cgraph_copy_node_for_versioning): Likewise.
4945 (cgraph_function_versioning): Likewise.
4946 (cgraph_materialize_clone): Likewise.
4947 (cgraph_redirect_edge_call_stmt_to_callee): Likewise.
4948 (cgraph_materialize_all_clones): Likewise.
4949 * cgraphclones.c: New file.
4950 * Makefile.in: Update for cgraphclones.
4951
4952 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
4953
4954 PR target/53176
4955 * config/i386/i386.c (ix86_set_reg_reg_cost): New function.
4956 (ix86_rtx_costs): Handle SET.
4957
4958 2012-05-08 Michael Matz <matz@suse.de>
4959
4960 * basic-block.h (struct rtl_bb_info): Remove visited member and
4961 move head_ member to ...
4962 (struct basic_block_def.basic_block_il_dependent): ... the new
4963 member x, replacing but containing old member rtl.
4964 (enum bb_flags): New BB_VISITED flag.
4965 (BB_HEADER, BB_FOOTER): New macros.
4966
4967 * jump.c (mark_all_labels): Adjust.
4968 * cfgcleanup.c (try_optimize_cfg): Adjust.
4969 * cfglayout.c (record_effective_endpoints): Adjust.
4970 (relink_block_chain): Ditto (and don't fiddle with visited).
4971 (fixup_reorder_chain): Adjust.
4972 (fixup_fallthru_exit_predecessor): Ditto.
4973 (cfg_layout_duplicate_bb): Ditto.
4974 * combine.c (update_cfg_for_uncondjump): Adjust.
4975 * bb-reorder.c (struct bbro_basic_block_data_def): Add visited member.
4976 (bb_visited_trace): New accessor.
4977 (mark_bb_visited): Move in front.
4978 (rotate_loop): Use bb_visited_trace.
4979 (find_traces_1_round): Ditto.
4980 (emit_barrier_after): Ditto.
4981 (copy_bb): Ditto, and initialize visited on resize.
4982 (reorder_basic_blocks): Initize visited member.
4983 (duplicate_computed_gotos): Clear bb flags at start, use
4984 BB_VISITED flags.
4985
4986 * cfgrtl.c (try_redirect_by_replacing_jump): Adjust.
4987 (rtl_verify_flow_info_1): Ditto.
4988 (cfg_layout_split_block): Ditto.
4989 (cfg_layout_delete_block): Ditto.
4990 (cfg_layout_merge_blocks): Ditto.
4991 (init_rtl_bb_info): Adjust and initialize il.x.head_ member.
4992
4993 2012-05-08 Hans-Peter Nilsson <hp@axis.com>
4994
4995 PR target/53272
4996 * config/cris/cris.c (cris_normal_notice_update_cc): For TARGET_V32,
4997 when a constant source operand matches an "I" constraint, the "no
4998 CC0 change" applies to a register-destination only, not a
4999 strict_low_part-destination.
5000
5001 2012-05-08 Richard Guenther <rguenther@suse.de>
5002
5003 * fold-const.c (fold_binary_loc): Fold (X * CST1) & CST2
5004 to zero or to (X * CST1) & CST2' when CST1 has trailing zeros.
5005
5006 2012-05-08 Georg-Johann Lay <avr@gjlay.de>
5007
5008 * Makefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.
5009
5010 * doc/avr-mmcu.texi: New auto-generated file.
5011 * doc/invoke.texi (AVR Options): Include avr-mmcu.texi in order
5012 to document all valid -mmcu= arguments.
5013
5014 * config/avr/avr.h (arch_info_s): New struct definition.
5015 * config/avr/avr-devices.c (avr_texinfo): New variable.
5016 * config/avr/gen-avr-mmcu-texi.c: New file.
5017 * config/avr/t-avr: New rules and dependencies to build avr-mmcu.texi.
5018
5019 2012-05-08 Dehao Chen <dehao@google.com>
5020
5021 * predict.c (find_qualified_ssa_name): New.
5022 (find_ssa_name_in_expr): New.
5023 (find_ssa_name_in_assign_stmt): New.
5024 (is_comparison_with_loop_invariant_p): New.
5025 (is_bound_expr_similar): New.
5026 (predict_iv_comparison): New.
5027 (predict_loops): Add heuristic for loop-nested branches that compare an
5028 induction variable to a loop bound variable.
5029 * predict.def (PRED_LOOP_IV_COMPARE): New macro.
5030
5031 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
5032
5033 * config/i386/i386.c (has_dispatch): Use TARGET_BDVER1 and
5034 TARGET_BDVER2 defines where appropriate.
5035
5036 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
5037
5038 * configure.ac (PLUGIN_LD): Rename into...
5039 (PLUGIN_LD_SUFFIX): ...this and strip the target_alias triplet.
5040 * config.in: Regenerate.
5041 * configure: Likewise.
5042 * collect2.c (main): Set plugin_ld_suffix to PLUGIN_LD_SUFFIX.
5043
5044 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
5045
5046 * tree-dfa.c (get_ref_base_and_extent) <ARRAY_REF>: Do the offset
5047 computation using the precision of the index type.
5048 * gimple-fold.c (fold_const_aggregate_ref_1) <ARRAY_REF>: Likewise.
5049 (fold_array_ctor_reference): Do index computations in the index type.
5050
5051 2012-05-07 Georg-Johann Lay <avr@gjlay.de>
5052
5053 * config/avr/avr.c (avr_prologue_setup_frame): Fix mode passed
5054 down to plus_constant.
5055 (expand_epilogue): Ditto.
5056
5057 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5058
5059 * postreload.c (reload_cse_regs): Make static.
5060 * reload.h (reload_cse_regs): Remove prototype.
5061
5062 2012-05-07 Richard Henderson <rth@redhat.com>
5063
5064 * config/alpha/alpha.md (clear_cache): New pattern.
5065
5066 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5067
5068 PR middle-end/53245
5069 * gimplify.c (preprocess_case_label_vec_for_gimple): If low or high
5070 is folded to a type boundary value, verify that the resulting case
5071 label is still a care range.
5072
5073 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
5074
5075 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf
5076 only for TARGET_GENERIC, when not optimizing for size.
5077 (*ffs<mode>_1): Ditto.
5078
5079 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5080
5081 * tree-cfg.c (verify_gimple_switch): Tighten checks.
5082
5083 2012-05-07 Jakub Jelinek <jakub@redhat.com>
5084
5085 PR tree-optimization/53239
5086 * tree-vrp.c (get_value_range): Set VR of SSA_NAME_IS_DEFAULT_DEF
5087 of DECL_BY_REFERENCE RESULT_DECL to nonnull.
5088
5089 2012-05-07 Richard Guenther <rguenther@suse.de>
5090
5091 PR tree-optimization/53195
5092 * tree-inline.c (setup_one_parameter): Properly add referenced
5093 vars from the parameters new known value.
5094
5095 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5096
5097 * config/m68k/m68k.c (m68k_sched_branch_type): Remove.
5098 (sched_branch_type): Remove.
5099 (m68k_sched_md_init_global): Don't allocate it.
5100 (m68k_sched_md_finish_global): Don't free it.
5101 * config/m68k/m68k.h (m68k_sched_branch_type): Remove prototype.
5102 * config/m68k/m68k.md: Set the type of insns using
5103 m68k_sched_branch_type to bcc directly.
5104
5105 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5106
5107 * config/sol2.c (solaris_override_options): New function.
5108 * config/sol2-protos.h (solaris_override_options): Declare.
5109 * config/sol2.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
5110
5111 2012-05-07 Richard Guenther <rguenther@suse.de>
5112
5113 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return
5114 whether we failed to compute data dependences.
5115 (loop_prefetch_arrays): Fail if we failed.
5116
5117 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
5118 Paolo Bonzini <bonzini@gnu.org>
5119
5120 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf even for !TARGET_BMI.
5121 Emit bsf when optimizing for size.
5122 (*ffs<mode>_1): Ditto.
5123
5124 2012-05-07 Oleg Endo <olegendo@gcc.gnu.org>
5125
5126 PR target/53250
5127 * config/sh/sh.c (sh_rtx_costs): Handle SET.
5128
5129 2012-05-06 Uros Bizjak <ubizjak@gmail.com>
5130
5131 PR target/53227
5132 * config/i386/i386.md (swap<mode>): Rename from *swap<mode>.
5133 (bswapdi2): Split from bswap<mode>2. Use nonnimediate_operand
5134 predicate for operand 1. Force operand 1 to register for TARGET_BSWAP.
5135 (bswapsi2): Ditto.
5136 (*bswapdi2_doubleword): New insn pattern.
5137 (*bswap<mode>2): Rename from *bswap<mode>2_1.
5138
5139 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
5140
5141 * config/mips/mips.c (mips_set_reg_reg_piece_cost): New function.
5142 (mips_set_reg_reg_cost): Likewise.
5143 (mips_rtx_costs): Handle SET.
5144
5145 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
5146
5147 * lower-subreg.c (shift_cost): Use set_src_cost, avoiding the SET.
5148 (compute_costs): Likewise for the zero extension. Use set_rtx_cost
5149 to compute the cost of moves. Set the mode of the target register.
5150
5151 2012-05-05 Richard Sandiford <rdsandiford@googlemail.com>
5152
5153 * rtl.h (plus_constant, plus_constant_mode): Merge into a single
5154 plus_constant function.
5155 * explow.c (plus_constant, plus_constant_mode): Likewise. Assert
5156 that the mode is sensible.
5157 (use_anchored_address, round_push, allocate_dynamic_stack_space)
5158 (probe_stack_range, anti_adjust_stack_and_probe): Update calls to
5159 plus_constant.
5160
5161 * alias.c (canon_rtx): Likewise.
5162 (init_alias_analysis): Likewise.
5163 * builtins.c (expand_builtin_return_addr)
5164 (expand_builtin_setjmp_setup, expand_builtin_longjmp)
5165 (expand_builtin_nonlocal_goto, expand_builtin_update_setjmp_buf)
5166 (expand_builtin_apply_args_1, expand_builtin_apply, expand_movstr)
5167 (expand_builtin_stpcpy): Likewise.
5168 * calls.c (save_fixed_argument_area, restore_fixed_argument_area)
5169 (compute_argument_addresses, internal_arg_pointer_based_exp)
5170 (expand_call, emit_library_call_value_1): Likewise.
5171 * cfgexpand.c (expand_one_stack_var_at, expand_debug_expr): Likewise.
5172 * combine-stack-adj.c (try_apply_stack_adjustment): Likewise.
5173 * combine.c (combine_simplify_rtx, force_to_mode): Likewise.
5174 * cse.c (insert_const_anchor, find_reg_offset_for_const)
5175 (use_related_value, fold_rtx): Likewise.
5176 * cselib.c (cselib_subst_to_values): Likewise.
5177 * dse.c (record_store, check_mem_read_rtx): Likewise.
5178 * dwarf2out.c (rtl_for_decl_location, gen_variable_die): Likewise.
5179 * emit-rtl.c (adjust_address_1): Likewise.
5180 * except.c (sjlj_emit_function_enter)
5181 (expand_builtin_extract_return_addr)
5182 (expand_builtin_frob_return_addr): Likewise.
5183 * expmed.c (expand_divmod): Likewise.
5184 * expr.c (move_by_pieces, store_by_pieces, store_by_pieces_1)
5185 (emit_move_resolve_push, push_block, emit_push_insn, store_expr)
5186 (expand_expr_addr_expr_1, expand_expr_real_1): Likewise.
5187 * function.c (assign_stack_local_1)
5188 (instantiate_virtual_regs_in_rtx): Likewise.
5189 * optabs.c (prepare_cmp_insn): Likewise.
5190 * recog.c (offsettable_address_addr_space_p): Likewise.
5191 * reload.c (find_reloads_address, form_sum)
5192 (find_reloads_subreg_address): Likewise.
5193 * reload1.c (init_reload, eliminate_regs_1)
5194 (eliminate_regs_in_insn): Likewise.
5195 * simplify-rtx.c (simplify_unary_operation_1)
5196 (simplify_binary_operation_1, simplify_plus_minus): Likewise.
5197 * var-tracking.c (compute_cfa_pointer, prepare_call_arguments)
5198 (vt_add_function_parameter): Likewise.
5199
5200 * config/alpha/alpha.h (EH_RETURN_HANDLER_RTX): Likewise.
5201 * config/alpha/vms.h (EH_RETURN_HANDLER_RTX): Likewise.
5202 * config/alpha/alpha.c (alpha_legitimize_address_1)
5203 (get_unaligned_address, alpha_expand_unaligned_load)
5204 (alpha_expand_unaligned_store, alpha_expand_unaligned_load_words)
5205 (alpha_expand_unaligned_store_words, alpha_expand_block_clear)
5206 (alpha_expand_builtin_establish_vms_condition_handler)
5207 (alpha_setup_incoming_varargs, emit_frame_store_1)
5208 (alpha_expand_prologue, alpha_expand_epilogue)
5209 (alpha_use_linkage): Likewise.
5210 * config/alpha/alpha.md: Likewise.
5211
5212 * config/arm/arm.c (arm_trampoline_init, legitimize_pic_address)
5213 (arm_load_pic_register, arm_pic_static_addr, arm_legitimize_address)
5214 (thumb_legitimize_address, arm_gen_load_multiple_1)
5215 (arm_gen_store_multiple_1, arm_gen_multiple_op, gen_ldm_seq)
5216 (gen_stm_seq, gen_const_stm_seq, arm_block_move_unaligned_straight)
5217 (arm_block_move_unaligned_loop, arm_gen_movmemqi, arm_reload_in_hi)
5218 (arm_reload_out_hi, arm_reorg, vfp_emit_fstmd, emit_multi_reg_push)
5219 (emit_sfm, thumb_set_frame_pointer, arm_expand_prologue)
5220 (thumb1_emit_multi_reg_push, thumb1_expand_prologue)
5221 (thumb_expand_movmemqi, arm_set_return_address)
5222 (thumb_set_return_address): Likewise.
5223 * config/arm/arm.md: Likewise.
5224
5225 * config/avr/avr.c (avr_incoming_return_addr_rtx)
5226 (avr_prologue_setup_frame, expand_epilogue)
5227 (avr_const_address_lo16): Likewise.
5228
5229 * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Likewise.
5230 * config/bfin/bfin.c (setup_incoming_varargs, bfin_load_pic_reg)
5231 (bfin_expand_prologue, bfin_trampoline_init, bfin_expand_call)
5232 (bfin_output_mi_thunk): Likewise.
5233
5234 * config/c6x/c6x.c (c6x_initialize_trampoline)
5235 (c6x_output_mi_thunk): Likewise.
5236
5237 * config/cr16/cr16.h (EH_RETURN_HANDLER_RTX): Likewise.
5238 * config/cr16/cr16.c (cr16_create_dwarf_for_multi_push): Likewise.
5239
5240 * config/cris/cris.c (cris_return_addr_rtx, cris_split_movdx)
5241 (cris_expand_prologue, cris_expand_epilogue, cris_gen_movem_load)
5242 (cris_emit_movem_store, cris_trampoline_init): Likewise.
5243 * config/cris/cris.md: Likewise.
5244
5245 * config/darwin.c (machopic_indirect_data_reference)
5246 (machopic_legitimize_pic_address): Likewise.
5247
5248 * config/epiphany/epiphany.c (epiphany_emit_save_restore)
5249 (epiphany_expand_prologue, epiphany_expand_epilogue)
5250 (epiphany_trampoline_init): Likewise.
5251 * config/epiphany/epiphany.md: Likewise.
5252
5253 * config/fr30/fr30.c (fr30_move_double): Likewise.
5254
5255 * config/frv/frv.c (frv_dwarf_store, frv_expand_prologue)
5256 (frv_expand_block_move, frv_expand_block_clear, frv_return_addr_rtx)
5257 (frv_index_memory, unspec_got_name, frv_find_base_term)
5258 (frv_output_dwarf_dtprel): Likewise.
5259
5260 * config/h8300/h8300.c (h8300_push_pop, h8300_return_addr_rtx)
5261 (h8300_swap_into_er6, h8300_swap_out_of_er6): Likewise.
5262
5263 * config/i386/i386.h (RETURN_ADDR_RTX): Likewise.
5264 * config/i386/i386.c (setup_incoming_varargs_64)
5265 (setup_incoming_varargs_ms_64, choose_baseaddr)
5266 (ix86_emit_save_reg_using_mov, ix86_adjust_stack_and_probe)
5267 (ix86_emit_probe_stack_range, ix86_expand_prologue)
5268 (ix86_emit_restore_reg_using_pop, ix86_emit_leave)
5269 (ix86_expand_epilogue, legitimize_pic_address, ix86_legitimize_address)
5270 (ix86_split_long_move, ix86_expand_movmem, ix86_expand_setmem)
5271 (ix86_static_chain, ix86_trampoline_init, x86_this_parameter)
5272 (x86_output_mi_thunk): Likewise.
5273 * config/i386/i386.md: Likewise.
5274
5275 * config/ia64/ia64.c (ia64_expand_load_address)
5276 (ia64_expand_tls_address, ia64_expand_move, ia64_split_tmode)
5277 (do_spill, ia64_trampoline_init): Likewise.
5278
5279 * config/iq2000/iq2000.c (iq2000_va_start)
5280 (iq2000_emit_frame_related_store, iq2000_expand_prologue)
5281 (iq2000_expand_eh_return, iq2000_setup_incoming_varargs)
5282 (iq2000_print_operand, iq2000_legitimize_address): Likewise.
5283
5284 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
5285
5286 * config/m32c/m32c.c (m32c_return_addr_rtx)
5287 (m32c_expand_insv): Likewise.
5288
5289 * config/m32r/m32r.c (m32r_setup_incoming_varargs)
5290 (m32r_legitimize_pic_address, m32r_print_operand)
5291 (m32r_print_operand_address): Likewise.
5292
5293 * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Likewise.
5294 * config/m68k/m68k.h (RETURN_ADDR_RTX): Likewise.
5295 (EH_RETURN_HANDLER_RTX): Likewise.
5296 * config/m68k/m68k.c (m68k_emit_movem, m68k_expand_prologue)
5297 (m68k_expand_epilogue, legitimize_pic_address)
5298 (m68k_output_mi_thunk): Likewise.
5299 * config/m68k/m68k.md: Likewise.
5300
5301 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
5302 (mcore_expand_epilog): Likewise.
5303 * config/mcore/mcore.md: Likewise.
5304
5305 * config/mep/mep.c (mep_allocate_initial_value)
5306 (mep_expand_prologue, mep_expand_epilogue): Likewise.
5307
5308 * config/microblaze/microblaze.c (double_memory_operand)
5309 (microblaze_block_move_loop): Likewise.
5310
5311 * config/mips/mips.c (mips_strip_unspec_address, mips_add_offset)
5312 (mips_setup_incoming_varargs, mips_va_start, mips_block_move_loop)
5313 (mips_print_operand, mips16e_save_restore_reg, mips_save_restore_reg)
5314 (mips_expand_prologue, mips_epilogue_set_cfa)
5315 (mips_expand_epilogue): Likewise.
5316 * config/mips/mips.md: Likewise.
5317
5318 * config/mmix/mmix.c (mmix_dynamic_chain_address, mmix_return_addr_rtx)
5319 (mmix_expand_prologue, mmix_expand_epilogue): Likewise.
5320
5321 * config/mn10300/mn10300.c (mn10300_gen_multiple_store)
5322 (mn10300_builtin_saveregs, mn10300_trampoline_init): Likewise.
5323
5324 * config/moxie/moxie.h (INCOMING_RETURN_ADDR_RTX): Likewise.
5325 (EH_RETURN_HANDLER_RTX): Likewise.
5326 * config/moxie/moxie.c (moxie_static_chain): Likewise.
5327
5328 * config/pa/pa.c (legitimize_pic_address, hppa_legitimize_address)
5329 (store_reg, set_reg_plus_d, pa_expand_prologue, load_reg)
5330 (pa_return_addr_rtx, hppa_builtin_saveregs)
5331 (pa_trampoline_init): Likewise.
5332 * config/pa/pa.md: Likewise.
5333
5334 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
5335
5336 * config/picochip/picochip.c (picochip_static_chain): Likewise.
5337
5338 * config/rs6000/rs6000.h (RS6000_SAVE_TOC): Likewise.
5339 * config/rs6000/rs6000.c (rs6000_legitimize_address)
5340 (setup_incoming_varargs, print_operand, rs6000_return_addr)
5341 (rs6000_emit_eh_reg_restore, rs6000_emit_probe_stack_range)
5342 (rs6000_emit_epilogue)
5343 (rs6000_machopic_legitimize_pic_address): Likewise.
5344
5345 * config/rx/rx.c (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
5346
5347 * config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Likewise.
5348 (DYNAMIC_CHAIN_ADDRESS): Likewise.
5349 * config/s390/s390.c (s390_decompose_address, legitimize_pic_address)
5350 (s390_delegitimize_address, print_operand, annotate_constant_pool_refs)
5351 (replace_constant_pool_ref, s390_return_addr_rtx, s390_back_chain_rtx)
5352 (save_fpr, restore_fpr, save_gprs, restore_gprs, s390_emit_prologue)
5353 (s390_emit_epilogue, s390_function_profiler): Likewise.
5354 * config/s390/s390.md: Likewise.
5355
5356 * config/score/score.c (score_add_offset, score_prologue): Likewise.
5357
5358 * config/sh/sh.c (expand_block_move, push_regs, sh_builtin_saveregs)
5359 (sh_output_mi_thunk): Likewise.
5360 * config/sh/sh.md: Likewise.
5361
5362 * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS, FRAME_ADDR_RTX)
5363 (RETURN_ADDR_RTX, INCOMING_RETURN_ADDR_RTX): Likewise.
5364 * config/sparc/sparc.c (sparc_legitimize_pic_address)
5365 (sparc_emit_probe_stack_range, emit_save_or_restore_regs)
5366 (emit_window_save, sparc_flat_expand_prologue, sparc_struct_value_rtx)
5367 (emit_and_preserve): Likewise.
5368 * config/sparc/sparc.md: Likewise.
5369
5370 * config/spu/spu.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
5371 * config/spu/spu.c (spu_expand_insv, spu_machine_dependent_reorg)
5372 (spu_setup_incoming_varargs, ea_load_store_inline)
5373 (spu_expand_load): Likewise.
5374
5375 * config/stormy16/stormy16.c (xstormy16_expand_prologue)
5376 (combine_bnp): Likewise.
5377
5378 * config/tilegx/tilegx.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
5379 * config/tilegx/tilegx.c (tilegx_setup_incoming_varargs)
5380 (tilegx_expand_unaligned_load, tilegx_trampoline_init): Likewise.
5381
5382 * config/tilepro/tilepro.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
5383 * config/tilepro/tilepro.c (tilepro_setup_incoming_varargs)
5384 (tilepro_expand_unaligned_load, tilepro_trampoline_init): Likewise.
5385
5386 * config/v850/v850.c (expand_prologue, expand_epilogue): Likewise.
5387 * config/v850/v850.md: Likewise.
5388
5389 * config/vax/elf.h (EH_RETURN_STACKADJ_RTX): Likewise.
5390 (EH_RETURN_HANDLER_RTX): Likewise.
5391 * config/vax/vax.h (DYNAMIC_CHAIN_ADDRESS, RETURN_ADDR_RTX): Likewise.
5392 * config/vax/vax.c (vax_add_reg_cfa_offset, vax_expand_prologue)
5393 (print_operand_address, vax_trampoline_init): Likewise.
5394
5395 * config/xtensa/xtensa.c (xtensa_expand_prologue, xtensa_return_addr)
5396 (xtensa_function_value_regno_p): Likewise.
5397
5398 2012-05-04 Andrew Pinski <apinski@cavium.com>
5399
5400 * expr.c (get_def_for_expr_class): New function.
5401 (convert_tree_comp_to_rtx): New function.
5402 (expand_cond_expr_using_cmove): New function.
5403 (expand_expr_real_2 <case COND_EXPR>): Call
5404 expand_cond_expr_using_cmove first and return if it succeeds.
5405 Remove the check for HAVE_conditional_move since we should have
5406 already converted it to a conditional move.
5407 * config/i386/i386.c (ix86_expand_int_movcc): Disallow comparison
5408 modes of DImode for 32bits and TImode.
5409
5410 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
5411
5412 PR other/29442
5413 * read-md.c (fprint_md_ptr_loc, fprint_c_condition): New functions.
5414 (print_md_ptr_loc, print_c_condition): Use them.
5415 * read-md.h (fprint_md_ptr_loc, fprint_c_condition): New prototypes.
5416 * genattrtab.c (attr_file_name, dfa_file_name, latency_file_name,
5417 attr_file, dfa_file, latency_file): New global variables.
5418 (write_attr_valueq, write_attr_set, write_attr_case, write_attr_value,
5419 write_upcase, write_indent, write_length_unit_log, write_test_expr,
5420 write_attr_get, write_insn_cases, write_eligible_delay,
5421 write_const_num_delay_slots): Accept FILE pointer and toss it around.
5422 Update all callers.
5423 (write_header, open_outfile, handle_arg): New funcions.
5424 (make_automaton_attrs): Write prototypes as extern to the output
5425 files.
5426 (main): Use init_rtx_reader_args_cb with handle_arg to take 3 file
5427 names from the command line. Open the output files and write out
5428 internal functions for DFA functions to dfa_file_name, insn latency
5429 functions to latency_file_name, and everything else to attr_file.
5430 * Makefile.in (OBJS): Add insn-dfatab.o and insn-latencytab.o.
5431 (BACKEND): Build libbackend first.
5432 (MOSTLYCLEANFILES): Add insn-dfatab.c and insn-latencytab.c.
5433 (.PRECIOUS): Likewise.
5434 (insn-dfatab.o): New rule.
5435 (insn-latencytab.o): New rule.
5436 (simple_rtl_generated_c): Do not include insn-attrtab.c.
5437 (s-attrtab): New rule.
5438
5439 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
5440
5441 * rtl.def (ATTR_FLAG): Remove probability indicating flags.
5442 * genattr.c (main): Remove ATTR_FLAG_likely, ATTR_FLAG_unlikely,
5443 ATTR_FLAG_very_likely, and ATTR_FLAG_very_unlikely.
5444 * reorg.c (get_jump_flags): Do not set the removed flags.
5445
5446 * doc/md.texi (attr_flag): Update for abovementioned changes.
5447
5448 2012-05-04 Uros Bizjak <ubizjak@gmail.com>
5449
5450 PR target/53228
5451 * config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
5452 (TARGET_CMOV): Rename from TARGET_CMOVE.
5453 (TARGET_CMOVE): New define.
5454 * config/i386/i386.c (ix86_option_override_internal): Use TARGET_CMOV.
5455 Do not set TARGET_CMOVE here.
5456
5457 2012-05-04 Dodji Seketeli <dodji@redhat.com>
5458
5459 Enable -Wunused-local-typedefs when -Wall or -Wunused is on
5460 * opts.c (finish_options): Activate -Wunused-local-typedefs if
5461 -Wunused is activated.
5462 * doc/invoke.texi: Update blurb of -Wunused-local-typedefs.
5463
5464 2012-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5465
5466 * config/s390/s390.md (*movmem_short, *clrmem_short)
5467 (*cmpmem_short): Move the mode check from the insn condition to
5468 the match_scratch.
5469
5470 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
5471
5472 PR tree-optimization/52633
5473 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Swap order of
5474 vect_recog_widen_shift_pattern and vect_recog_over_widening_pattern.
5475 (vect_recog_over_widening_pattern): Remove handling of code that was
5476 already detected as over-widening pattern. Remove special handling
5477 of "unsigned" cases. Instead, support general case of conversion
5478 of the shift result to another type.
5479
5480 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
5481
5482 * tree-vect-patterns.c (vect_single_imm_use): New function.
5483 (vect_recog_widen_mult_pattern): Use it instead of open-coding loop.
5484 (vect_recog_over_widening_pattern): Likewise.
5485 (vect_recog_widen_shift_pattern): Likewise.
5486
5487 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
5488
5489 * tree-vect-patterns.c (vect_same_loop_or_bb_p): New function.
5490 (vect_handle_widen_op_by_const): Use it instead of open-coding test.
5491 (vect_recog_widen_mult_pattern): Likewise.
5492 (vect_operation_fits_smaller_type): Likewise.
5493 (vect_recog_over_widening_pattern): Likewise.
5494 (vect_recog_widen_shift_pattern): Add to vect_same_loop_or_bb_p test.
5495
5496 2012-05-04 Richard Guenther <rguenther@suse.de>
5497
5498 PR lto/50602
5499 * lto-wrapper.c (merge_and_complain): Complain about mismatches
5500 of -freg-struct-return and -fpcc-struct-return.
5501 (run_gcc): Pass through -freg-struct-return and -fpcc-struct-return
5502 from the input file options and ignore those from the link
5503 command line.
5504
5505 2012-05-04 Richard Guenther <rguenther@suse.de>
5506
5507 PR tree-optimization/53168
5508 * tree-ssa-pre.c (phi_translate_1): Only handle type-punned
5509 memory reads when the result is a constant we can pun.
5510
5511 2012-05-04 Richard Guenther <rguenther@suse.de>
5512
5513 * common.opt (flto-report): Do not mark as Optimization.
5514
5515 2012-05-04 Eric Botcazou <ebotcazou@adacore.com>
5516
5517 PR target/48496
5518 * recog.c (constrain_operands): If extra constraints are present, also
5519 accept pseudo-registers with equivalent memory locations during reload.
5520
5521 2012-05-04 Olivier Hainque <hainque@adacore.com>
5522
5523 * collect2.c (may_unlink_output_file): New global.
5524 (maybe_unlink): Honor it.
5525 * collect2.h: Add extern for it.
5526 * tlink.c (do_tlink): Set it to true if the link succeeded.
5527
5528 2012-05-04 Olivier Hainque <hainque@adacore.com>
5529
5530 * gcc.c (eval_spec_function): Finalize/restore the current string
5531 obstack state as part of the context push/pop operations.
5532
5533 2012-05-04 Bin Cheng <bin.cheng@arm.com>
5534
5535 PR rtl-optimization/52804
5536 * reload1.c (reload_reg_reaches_end_p): Check whether successor
5537 reload with type RELOAD_FOR_INPUT_ADDRESS kills reload register
5538 of current one with type RELOAD_FOR_INPADDR_ADDRESS.
5539 Same stands for reloads with type RELOAD_FOR_OUTPUT_ADDRESS and
5540 RELOAD_FOR_OUTADDR_ADDRESS.
5541
5542 2012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
5543
5544 PR c++/24985
5545 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Show caret
5546 for macro expansion.
5547
5548 2012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
5549
5550 * flags.h (flag_permissive): Do not declare.
5551 * diagnostic.c (diagnostic_report_diagnostic): Handle fpermissive
5552 option specially.
5553 * toplev.c (flag_permissive): Do not define.
5554 * c-tree.h (system_header_p): Delete unused.
5555
5556 2012-05-03 David S. Miller <davem@davemloft.net>
5557
5558 PR target/52684
5559 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If we pass a
5560 MEM directly into a libcall, mark it's MEM_EXPR as addressable.
5561 (sparc_emit_float_lib_cmp): Likewise.
5562
5563 2012-05-03 Michael Meissner <meissner@linux.vnet.ibm.com>
5564
5565 PR target/53199
5566 * config/rs6000/rs6000.md (bswapdi splitters): If
5567 -mavoid-indexed-addresses (or -mcpu=power6 which sets it by
5568 default) is used, generate an alternate sequence that does not
5569 depend on using indexed addressing.
5570
5571 2012-05-03 Jason Merrill <jason@redhat.com>
5572
5573 * gengtype.c (write_types): Fix warning message.
5574 (write_local): Likewise.
5575
5576 2012-05-02 Jason Merrill <jason@redhat.com>
5577
5578 * dwarf2out.c (struct external_ref, build_local_stub): New.
5579 (hash_external_ref, external_ref_eq, lookup_external_ref): New.
5580 (optimize_external_refs, optimize_external_refs_1): New.
5581 (change_AT_die_ref): New.
5582 (clone_as_declaration): Add DW_AT_signature when cloning a declaration.
5583 (build_abbrev_table): Take the external refs hashtable.
5584 (output_comp_unit): Get it from optimize_external_refs and pass it in.
5585
5586 2012-05-03 Jan Hubicka <jh@suse.cz>
5587
5588 PR middle-end/53093
5589 * tree-emutls.c (new_emutls_decl): Fix handling of aliases.
5590
5591 2012-05-03 Jan Hubicka <jh@suse.cz>
5592
5593 PR middle-end/53106
5594 * ipa.c (cgraph_remove_unreachable_nodes): Fix handling of clones.
5595
5596 2012-05-03 Jason Merrill <jason@redhat.com>
5597
5598 * dwarf2out.c (die_struct): Add comdat_type_p flag. Use it instead of
5599 use_debug_types to discriminate the die_id union.
5600 (print_die, assign_symbol_names, copy_decls_walk): Likewise.
5601 (build_abbrev_table, output_die): Likewise.
5602 (prune_unused_types_walk_attribs): Likewise.
5603 (generate_type_signature, copy_declaration_context): Set it.
5604 (remove_child_or_replace_with_skeleton): Set it.
5605 (dwarf2out_start_source_file, dwarf2out_end_source_file): Don't
5606 check use_debug_types.
5607 (dwarf2out_finish): Do break_out_includes after .debug_types.
5608
5609 2012-05-03 Jason Merrill <jason@redhat.com>
5610
5611 * dwarf2out.c (modified_type_die): Use scope_die_for.
5612 (gen_type_die_with_usage, dwarf2out_finish): Likewise.
5613 (uses_local_type_r, uses_local_type): New.
5614 (scope_die_for): Keep a type that uses a local type in local scope.
5615 Use get_context_die for namespace and type scope.
5616
5617 2012-05-03 Jason Merrill <jason@redhat.com>
5618
5619 * config/i386/i386.c (ix86_code_end): Set DECL_IGNORED_P on the
5620 pc thunk.
5621 * dwarf2out.c (output_aranges): Skip DECL_IGNORED_P functions.
5622 (dwarf2out_finish): Likewise.
5623
5624 2012-05-03 Martin Jambor <mjambor@suse.cz>
5625
5626 * builtins.c (get_object_alignment_1): Return whether we can determine
5627 the alignment or conservatively assume byte alignment. Return the
5628 alignment by reference. Use get_pointer_alignment_1 for dereference
5629 alignment.
5630 (get_pointer_alignment_1): Return whether we can determine the
5631 alignment or conservatively assume byte alignment. Return the
5632 alignment by reference. Use get_ptr_info_alignment to get SSA name
5633 alignment.
5634 (get_object_alignment): Update call to get_object_alignment_1.
5635 (get_object_or_type_alignment): Likewise, fall back to type alignment
5636 only when it returned false.
5637 (get_pointer_alignment): Update call to get_pointer_alignment_1.
5638 * fold-const.c (get_pointer_modulus_and_residue): Update call to
5639 get_object_alignment_1.
5640 * ipa-prop.c (ipa_modify_call_arguments): Update call to
5641 get_pointer_alignment_1.
5642 * tree-sra.c (build_ref_for_offset): Likewise, fall back to the type
5643 of MEM_REF or TARGET_MEM_REF only when it returns false.
5644 * tree-ssa-ccp.c (get_value_from_alignment): Update call to
5645 get_object_alignment_1.
5646 (ccp_finalize): Use set_ptr_info_alignment.
5647 * tree.h (get_object_alignment_1): Update declaration.
5648 (get_pointer_alignment_1): Likewise.
5649 * gimple-pretty-print.c (dump_gimple_phi): Use get_ptr_info_alignment.
5650 (dump_gimple_stmt): Likewise.
5651 * tree-flow.h (ptr_info_def): Updated comments of fields align and
5652 misalign.
5653 (get_ptr_info_alignment): Declared.
5654 (mark_ptr_info_alignment_unknown): Likewise.
5655 (set_ptr_info_alignment): Likewise.
5656 (adjust_ptr_info_misalignment): Likewise.
5657 * tree-ssa-address.c (copy_ref_info): Use new access functions to get
5658 and set alignment of SSA names.
5659 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Call
5660 mark_ptr_info_alignment_unknown.
5661 * tree-ssanames.c (get_ptr_info_alignment): New function.
5662 (mark_ptr_info_alignment_unknown): Likewise.
5663 (set_ptr_info_alignment): Likewise.
5664 (adjust_ptr_info_misalignment): Likewise.
5665 (get_ptr_info): Call mark_ptr_info_alignment_unknown.
5666 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
5667 Likewise.
5668 (bump_vector_ptr): Likewise.
5669 * tree-vect-stmts.c (create_array_ref): Use set_ptr_info_alignment.
5670 (vectorizable_store): Likewise.
5671 (vectorizable_load): Likewise.
5672
5673 2012-05-03 Michael Matz <matz@suse.de>
5674
5675 * basic-block.h (struct rtl_bb_info, struct gimple_bb_info): Move
5676 in front of basic_block_def.
5677 (struct basic_block_def): Make il.gimple the full struct, not a
5678 pointer.
5679 (__assert_gimple_bb_smaller_rtl_bb): Asserting typedef.
5680
5681 * cfgexpand.c (expand_gimple_basic_block): Clear all il.gimple members.
5682 * gimple-iterator.c (gimple_stmt_iterator): Don't special case
5683 NULL il.gimple, which can't happen anymore.
5684 * gimple.h (bb_seq): il.gimple can't be NULL.
5685 (bb_seq_add): Ditto.
5686 (set_bb_seq): Adjust.
5687 (gsi_start_bb, gsi_last_bb): Tidy.
5688 * lto-streamer-in.c (make_new_block): Don't zero members that
5689 are zeroed already, don't allocate a gimple_bb_info.
5690 * tree-cfg.c (create_bb): Don't allocate a gimple_bb_info.
5691 (remove_bb): Clear all il.gimple members.
5692 (gimple_verify_flow_info): Adjust for flat il.gimple.
5693 * tree-flow-inline.h (phi_nodes, phi_nodes_ptr, set_phi_nodes): Adjust.
5694
5695 * coretypes.h (const_gimple_seq): Remove typedef.
5696 * gimple.h (gimple_seq_first): Take gimple_seq.
5697 (gimple_seq_first_stmt): Ditto.
5698 (gimple_seq_last): Ditto.
5699 (gimple_seq_last_stmt): Ditto.
5700 (gimple_seq_empty_p): Ditto.
5701
5702 2012-05-03 Richard Guenther <rguenther@suse.de>
5703
5704 * tree-ssa-pre.c (valid_in_sets): Remove checking of trapping
5705 operations.
5706 (prune_clobbered_mems): Do it here. Do not uselessly sort expressions.
5707 (compute_avail): Do not add possibly trapping operations to
5708 EXP_GEN if they might not be executed in the block.
5709
5710 2012-05-03 Uros Bizjak <ubizjak@gmail.com>
5711
5712 * config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Remove.
5713
5714 2012-05-03 Steven Bosscher <steven@gcc.gnu.org>
5715
5716 * tree-switch-conversion.c (gen_inbound_check): Free post-dominance
5717 information as early as possible. Update dominance info instead of
5718 discarding it.
5719
5720 2012-05-03 Richard Guenther <rguenther@suse.de>
5721
5722 * tree-ssa-pre.c (debug_bitmap_sets_for): New function.
5723 (union_contains_value): Remove.
5724 (vro_valid_in_sets): Likewise.
5725 (op_valid_in_sets): New function.
5726 (valid_in_sets): Use op_valid_in_sets.
5727 (insert_into_preds_of_block): Move dumping ...
5728 (do_regular_insertion): ... here.
5729 (do_partial_partial_insertion): ... and here. Dump that
5730 we've found a partial partial redundancy.
5731 (insert): Dump the current insert iteration.
5732
5733 2012-05-03 Jakub Jelinek <jakub@redhat.com>
5734
5735 PR plugins/53126
5736 * gcc-ar.c (main): If GCC_EXEC_PREFIX is set in env,
5737 append program name to it and pass that as first argument
5738 to make_relative_prefix. Always pass standard_libexec_prefix
5739 as last argument to make_relative_prefix. If
5740 make_relative_prefix returns NULL, fall back to
5741 standard_libexec_prefix.
5742
5743 PR debug/53174
5744 * tree-predcom.c (remove_stmt): Call reset_debug_uses on stmts being
5745 removed.
5746
5747 PR target/53187
5748 * config/arm/arm.c (arm_select_cc_mode): If x has MODE_CC class
5749 mode, return that mode.
5750
5751 PR target/53194
5752 * config/i386/i386-c.c (ix86_target_macros_internal): Don't
5753 define __ATOMIC_HLE_* macros here.
5754 (ix86_target_macros): But here, using cpp_define_formatted.
5755
5756 2012-05-03 Richard Guenther <rguenther@suse.de>
5757
5758 PR tree-optimization/53144
5759 * tree-ssa-sccvn.c (vn_reference_lookup_or_insert_constant_for_pieces):
5760 Rename to ...
5761 (vn_reference_lookup_or_insert_for_pieces): ... this. Properly deal
5762 with SSA name values.
5763 (vn_reference_lookup_3): Adjust callers.
5764
5765 2012-05-03 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
5766
5767 * config/i386/driver-i386.c (host_detect_local_cpu): Reset
5768 has_fma4 for AMD processors with both fma3 and fma4 support.
5769
5770 2012-05-03 Kirill Yukhin <kirill.yukhin@intel.com>
5771
5772 PR target/53201
5773 * config/i386/driver-i386.c (host_detect_local_cpu): Add space to
5774 "-mno-hle".
5775
5776 2012-05-03 Michael Matz <matz@suse.de>
5777
5778 PR bootstrap/53197
5779 * tree-ssa-dse.c (dse_optimize_stmt): Take pointer to iterator.
5780 (dse_enter_block): Properly iterate the whole sequence even
5781 if the last statement was removed.
5782
5783 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
5784
5785 * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code,
5786 unset flag_jump_tables.
5787 * stmt.c (expand_case): Remove special flag_pic case conditional
5788 on ASM_OUTPUT_ADDR_DIFF_ELT not being defined.
5789
5790 2012-05-02 Ulrich Weigand <ulrich.weigand@linaro.org>
5791
5792 * common/config/s390/s390-common.c (s390_option_optimization_table):
5793 Enable -fsched-pressure using -fsched-pressure-algorithm=model by
5794 default when optimizing.
5795
5796 2012-05-02 Martin Jambor <mjambor@suse.cz>
5797
5798 PR lto/52605
5799 * dwarf2out.c (dwarf2out_decl): Only lookup die representing context
5800 of a variable when the contect is a function.
5801
5802 2012-05-02 Michael Matz <matz@suse.de>
5803
5804 * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.
5805 * gimple.h (struct gimple_seq_node_d, struct gimple_seq_d): Remove.
5806 (const_gimple_seq_node): Remove.
5807 (gimple_seq_node): Typedef as gimple.
5808 (struct gimple_statement_base): Add next and prev members,
5809 adjust all WORD markers in using structs.
5810 (union gimple_statement_d): Link via gsbase.next field for GC and PCH.
5811 (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
5812 gimple_seq_last_stmt): Adjust as gimple_seq, gimple_seq_node and
5813 gimple are the same.
5814 (gimple_seq_set_last, gimple_seq_set_first): Don't allocate
5815 gimple_seq, adjust.
5816 (gimple_init_singleton): New function.
5817 (gsi_start_1, gsi_last_1, gsi_end_p, gsi_one_before_end_p): Adjust.
5818 (gsi_next, gsi_prev): Adjust, handle prev cyclic list correctly.
5819 (gsi_stmt): Adjust.
5820 (gsi_stmt_ptr): Remove.
5821 (enum gimple_alloc_kind): Remove gimple_alloc_kind_seq member.
5822
5823 * gimple-iterator.c (update_bb_for_stmts): Take last parameter
5824 again, adjust for above changes.
5825 (update_call_edge_frequencies): Adjust for above changes.
5826 (gsi_insert_seq_nodes_before): Rewrite for new data structure.
5827 (gsi_insert_seq_nodes_after): Ditto.
5828 (gsi_split_seq_after): Ditto.
5829 (gsi_set_stmt): Ditto.
5830 (gsi_split_seq_before): Ditto.
5831 (gsi_remove): Ditto.
5832 (gsi_insert_seq_before_without_update): Don't free sequence.
5833 (gsi_insert_seq_after_without_update): Ditto.
5834 (gsi_replace): Assert some more invariants.
5835 (gsi_insert_before_without_update, gsi_insert_after_without_update):
5836 Tidy.
5837 (gsi_for_stmt): Don't search for stmt.
5838 (gsi_insert_on_edge_immediate): Tidy.
5839
5840 * gimple.c (gimple_alloc_k): Remove "sequences".
5841 (gimple_seq_cache): Remove.
5842 (gimple_alloc_stat): Make stmt a singleton sequence.
5843 (gimple_seq_alloc, gimple_seq_free): Remove.
5844 (gimple_assign_set_rhs_with_ops_1): Ensure new stmt is a singleton.
5845 (gimple_copy): Ditto.
5846 * gimplify.c (gimplify_cleanup_point_expr): Use gsi_set_stmt,
5847 create iterator from correct sequence.
5848 * tree-phinodes.c (make_phi_node): Make stmt a singleton.
5849
5850 2012-05-02 Michael Matz <matz@suse.de>
5851
5852 * gimple.h (gimple_stmt_iterator <seq>): Make it be pointer to
5853 gimple_seq.
5854 (gimple_seq_set_last, gimple_seq_set_first): Take pointer to
5855 sequence, lazily allocate it.
5856 (bb_seq_addr): New function.
5857 (gsi_start_1): Rename from gsi_start, but take pointer to sequence.
5858 (gsi_start): Macro to wrap gsi_start_1 taking pointer of argument.
5859 (gsi_none): New function.
5860 (gsi_start_bb): Adjust.
5861 (gsi_last_1): Rename from gsi_last, but take pointer to sequence.
5862 (gsi_last): Macro to wrap gsi_last_1 taking pointer of argument.
5863 (gsi_last_bb): Adjust.
5864 (gsi_seq): Adjust.
5865 * tree-flow-inline.h (phi_nodes_ptr): New function.
5866
5867 * gimple-iterator.c (gsi_insert_seq_nodes_before): Adjust to
5868 datastructure and interface change.
5869 (gsi_insert_seq_before_without_update): Ditto.
5870 (gsi_insert_seq_nodes_after): Ditto.
5871 (gsi_insert_seq_after_without_update): Ditto.
5872 (gsi_split_seq_after): Ditto, don't use gimple_seq_alloc.
5873 (gsi_split_seq_before): Ditto.
5874 (gsi_start_phis): Adjust.
5875 * tree-vect-loop.c (vect_determine_vectorization_factor): Use gsi_none.
5876 (vect_transform_loop): Ditto.
5877 * gimple.c (gimple_seq_add_stmt, gimple_seq_add_seq,
5878 gimple_seq_copy): Don't use gimple_seq_alloc.
5879 * gimplify.c (gimple_seq_add_stmt_without_update): Ditto.
5880 (gimplify_seq_add_seq): Ditto.
5881 * lto-streamer-in.c (make_new_block): Ditto.
5882 * tree-cfg.c (create_bb): Ditto.
5883 * tree-sra.c (initialize_parameter_reductions): Ditto.
5884
5885 2012-05-02 Michael Matz <matz@suse.de>
5886
5887 * gimple.h (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
5888 gimple_seq_last_stmt, gimple_seq_set_last, gimple_seq_set_first,
5889 gimple_seq_empty_p, gimple_seq_alloc_with_stmt, bb_seq,
5890 set_bb_seq): Move down to after gimple_statement_d definition.
5891
5892 2012-05-02 Michael Matz <matz@suse.de>
5893
5894 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
5895 gsi_replace_with_seq, instead of inserting itself.
5896 * gimple-iterator.c (gsi_replace_with_seq): New function.
5897 * tree-ssa-forwprop.c (forward_propagate_comparison): Take
5898 iterator instead of statement, advance it.
5899 (ssa_forward_propagate_and_combine): Adjust call to above.
5900
5901 2012-05-02 Michael Matz <matz@suse.de>
5902
5903 * tree-phinodes.c (add_phi_node_to_bb): Tidy, don't use
5904 gimple_seq_alloc.
5905 * omp-low.c (finalize_task_copyfn): Don't use gimple_seq_alloc.
5906 * tree-nested.c (walk_gimple_omp_for): Ditto.
5907 * trans-mem.c (lower_transaction): Ditto.
5908 * tree-eh.c (do_return_redirection): Ditto.
5909 (do_goto_redirection): Ditto.
5910 (lower_try_finally_switch): Ditto.
5911 * gimplify.c (gimplify_stmt): Ditto.
5912 (gimplify_scan_omp_clauses): Ditto.
5913 (gimplify_omp_for): Ditto.
5914 (gimplify_function_tree): Ditto.
5915 * gimple-fold.c (gimplify_and_update_call_from_tree): Ditto.
5916 * tree-mudflap.c (mf_decl_cache_locals): Ditto.
5917 (mf_build_check_statement_for): Ditto.
5918 (mx_register_decls): Ditto.
5919 * graphite-sese-to-poly.c (remove_invariant_phi): Ditto,
5920 and don't use itertors to append.
5921 (insert_stmts): Ditto.
5922 (insert_out_of_ssa_copy): Ditto.
5923 (insert_out_of_ssa_copy_on_edge): Ditto.
5924
5925 2012-05-02 Michael Matz <matz@suse.de>
5926
5927 * gimple.h (gimple_bind_body_ptr): New function.
5928 (gimple_bind_body): Use it.
5929 (gimple_catch_handler): Use gimple_catch_handler_ptr.
5930 (gimple_eh_filter_failure_ptr): New function.
5931 (gimple_eh_filter_failure): Use it.
5932 (gimple_eh_else_n_body_ptr): New function.
5933 (gimple_eh_else_n_body): Use it.
5934 (gimple_eh_else_e_body_ptr): New function.
5935 (gimple_eh_else_e_body): Use it.
5936 (gimple_try_eval_ptr): New function.
5937 (gimple_try_eval): Use it.
5938 (gimple_try_cleanup_ptr): New function.
5939 (gimple_try_cleanup): Use it.
5940 (gimple_wce_cleanup_ptr): New function.
5941 (gimple_wce_cleanup): Use it.
5942 (gimple_omp_body_ptr): New function.
5943 (gimple_omp_body): Use it.
5944 (gimple_omp_for_pre_body_ptr): New function.
5945 (gimple_omp_for_pre_body): Use it.
5946 (gimple_transaction_body_ptr): New function.
5947 (gimple_transaction_body): Use it.
5948 (gsi_split_seq_before): Adjust to return nothing and take pointer
5949 to sequence.
5950 (gsi_set_stmt): Declare.
5951 (gsi_replace_with_seq): Declare.
5952 (walk_gimple_seq_mod): Declare.
5953 * function.h (struct function <gimple_body>): Use typedef gimple_seq.
5954
5955 * gimple-iterator.c (gsi_set_stmt): New function.
5956 (gsi_split_seq_before): Return new sequence via pointer argument.
5957 (gsi_replace): Use gsi_set_stmt.
5958
5959 * tree-ssa-loop-im.c (move_computations_stmt): First remove
5960 then insert stmt.
5961 * tree-complex.c (update_complex_components_on_edge): Don't copy gsi.
5962 * tree-phinodes.c (resize_phi_node): Don't resize stmt in-place,
5963 return new stmt.
5964 (reserve_phi_args_for_new_edge): Change call to above,
5965 use gsi_set_stmt.
5966
5967 * omp-low.c (lower_omp): Change prototype to take pointer to sequence.
5968 (lower_rec_input_clauses): Use gimple_seq_add_seq instead of
5969 iterators. Adjust call to lower_omp.
5970 (lower_lastprivate_clauses): Adjust call to lower_omp.
5971 (lower_reduction_clauses): Ditto.
5972 (expand_omp_taskreg): Nullify non-cfg body of child_fn.
5973 (lower_omp_sections): Don't explicitely count sequence length,
5974 nullify lowered bodies earlier, ensure stmts are part of only
5975 one sequence, adjust call to lower_omp.
5976 (lower_omp_single): Ensure stmts are part of only one sequence,
5977 adjust call to lower_omp.
5978 (lower_omp_master): Ditto.
5979 (lower_omp_ordered): Ditto.
5980 (lower_omp_critical): Ditto.
5981 (lower_omp_for): Ditto.
5982 (lower_omp_taskreg): Ditto, tidy.
5983 (lower_omp_1): Adjust calls to lower_omp.
5984 (execute_lower_omp): Ditto.
5985 (lower_omp): Adjust to take pointer to sequence.
5986 (diagnose_sb_2): Use walk_gimple_seq_mod.
5987 (diagnose_omp_structured_block_errors): Ditto and set possibly
5988 changed function body.
5989 * gimple-low.c (lower_function_body): Set function body after
5990 it stabilizes.
5991 (lower_sequence): Adjust to take pointer to sequence.
5992 (lower_omp_directive): Ensure stmt isn't put twice into the
5993 sequence, adjust call to lower_sequence.
5994 (lower_stmt): Adjust calls to lower_sequence.
5995 (lower_gimple_bind): Ditto.
5996 (gimple_try_catch_may_fallthru): Call gsi_start with lvalue.
5997 * tree-nested.c (walk_body): Take pointer to sequence, use
5998 walk_gimple_seq_mod.
5999 (walk_function): Adjust call to walk_body, set possibly changed body.
6000 (walk_gimple_omp_for): Adjust calls to walk_body.
6001 (convert_nonlocal_omp_clauses): Ditto.
6002 (convert_nonlocal_reference_stmt): Ditto.
6003 (convert_local_omp_clauses): Ditto.
6004 (convert_local_reference_stmt): Ditto.
6005 (convert_tramp_reference_stmt): Ditto.
6006 (convert_gimple_call): Ditto.
6007 (convert_nl_goto_reference): Use local iterator copy.
6008 * gimple.c (walk_gimple_seq_mod): Renamed from walk_gimple_seq,
6009 but taking pointer to sequence, ensure gsi_start is called with
6010 callers lvalue.
6011 (walk_gimple_seq): New wrapper around walk_gimple_seq_mod,
6012 asserting that the sequence head didn't change.
6013 (walk_gimple_stmt): Replace all calls to walk_gimple_seq with
6014 walk_gimple_seq_mod.
6015 * trans-mem.c (lower_transaction): Use walk_gimple_seq_mod.
6016 (execute_lower_tm): Ditto, and set possibly changed body.
6017 * tree-eh.c (lower_eh_constructs_1): Take pointer to sequence,
6018 call gsi_start with that lvalue.
6019 (replace_goto_queue_stmt_list): Ditto.
6020 (replace_goto_queue_1): Adjust calls to replace_goto_queue_stmt_list.
6021 (replace_goto_queue): Ditto.
6022 (lower_try_finally_nofallthru): Adjust calls to lower_eh_constructs_1.
6023 (lower_try_finally_onedest): Ditto.
6024 (lower_try_finally_copy): Ditto.
6025 (lower_try_finally_switch): Ditto.
6026 (lower_try_finally): Ditto.
6027 (lower_eh_filter): Ditto.
6028 (lower_eh_must_not_throw): Ditto.
6029 (lower_cleanup): Ditto.
6030 (lower_eh_constructs_2): Ditto.
6031 (lower_catch): Ditto, and ensure gsi_start is called with lvalue.
6032 (lower_eh_constructs): Adjust calls to lower_eh_constructs_1, and
6033 set possibly changed body.
6034 (optimize_double_finally): Call gsi_start with lvalue.
6035
6036 * tree-cfg.c (make_blocks): Adjust call to gsi_split_seq_before.
6037 (gimple_split_block): Ditto.
6038 (gimple_merge_blocks): Use gsi_start_phis.
6039 (move_stmt_r): Use walk_gimple_seq_mod.
6040 * tree-ssa-dse.c (dse_enter_block): Use gsi_last_bb.
6041 * cgraphbuild.c (build_cgraph_edges): Use gsi_start_phis.
6042 (rebuild_cgraph_edges): Ditto.
6043 (cgraph_rebuild_references): Ditto.
6044 * ipa-prop.c (ipa_analyze_params_uses): Ditto.
6045 * tree-inline.c (copy_phis_for_bb): Ditto.
6046 * tree-ssa-dce.c: Ditto.
6047
6048 * cgraphunit.c (cgraph_analyze_function): Use gimple_has_body_p.
6049
6050 2012-05-02 Kirill Yukhin <kirill.yukhin@intel.com>
6051 Andi Kleen <ak@linux.intel.com>
6052
6053 * coretypes.h (MEMMODEL_MASK): New.
6054 * builtins.c (get_memmodel): Add val. Call target.memmodel_check
6055 and return new variable.
6056 (expand_builtin_atomic_exchange): Mask memmodel values.
6057 (expand_builtin_atomic_compare_exchange): Ditto.
6058 (expand_builtin_atomic_load): Ditto.
6059 (expand_builtin_atomic_store): Ditto.
6060 (expand_builtin_atomic_clear): Ditto.
6061 * doc/extend.texi: Mention port-dependent memory model flags.
6062 * config/i386/cpuid.h (bit_HLE): New.
6063 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
6064 HLE support.
6065 * config/i386/i386-protos.h (ix86_generate_hle_prefix): New.
6066 * config/i386/i386-c.c (ix86_target_macros_internal): Set HLE defines.
6067 (ix86_target_string)<-mhle>: New.
6068 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
6069 * config/i386/i386.c (ix86_target_string) <OPTION_MASK_ISA_HLE>: New.
6070 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
6071 (ix86_option_override_internal) <PTA_HLE>: New switch, set it
6072 enabled for generic, generic64 and core-avx2.
6073 (ix86_print_operand): Generate HLE lock prefixes.
6074 (ix86_memmodel_check): New.
6075 (TARGET_MEMMODEL_CHECK): Ditto.
6076 * config/i386/i386.h (OPTION_ISA_HLE): Ditto.
6077 (IX86_HLE_ACQUIRE): Ditto.
6078 (IX86_HLE_RELEASE): Ditto.
6079 * config/i386/i386.h (ix86_generate_hle_prefix): Ditto.
6080 * config/i386/i386.opt (mhle): Ditto.
6081 * config/i386/sync.md(atomic_compare_and_swap<mode>): Pass
6082 success model to instruction emitter.
6083 (atomic_fetch_add<mode>): Ditto.
6084 (atomic_exchange<mode>): Ditto.
6085 (atomic_add<mode>): Ditto.
6086 (atomic_sub<mode>): Ditto.
6087 (atomic_<code><mode>): Ditto.
6088 (*atomic_compare_and_swap_doubledi_pic): Ditto.
6089 (atomic_compare_and_swap_single<mode>): Define and use argument
6090 for success model.
6091 (atomic_compare_and_swap_double<mode>): Ditto.
6092 * configure.ac: Check if assembler support HLE prefixes.
6093 * configure: Regenerate.
6094 * config.in: Ditto.
6095
6096 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
6097
6098 PR middle-end/53153
6099 * gimplify.c (preprocess_case_label_vec_for_gimple): New function,
6100 split out from ...
6101 (gimplify_switch_expr): ... here.
6102 * gimple.h (preprocess_case_label_vec_for_gimple): Add prototype.
6103 * tree-ssa-forwprop.c (simplify_gimple_switch_label_vec): New function
6104 to clean up case labels with values outside the index type range.
6105 (simplify_gimple_switch): Call it if something changed.
6106 Remove strange and unnecessary assert.
6107
6108 2012-05-02 Richard Guenther <rguenther@suse.de>
6109
6110 * fold-const.c (div_if_zero_remainder): sizetypes no longer
6111 sign-extend.
6112 (int_const_binop_1): New worker for int_const_binop with
6113 overflowable parameter. Pass it through to force_fit_type_double.
6114 (int_const_binop): Wrap around int_const_binop_1 with overflowable
6115 equal to one.
6116 (size_binop_loc): Call int_const_binop_1 with overflowable equal
6117 to minus one, forcing overflow detection for even unsigned types.
6118 (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE special-casing.
6119 (fold_binary_loc): Call try_move_mult_to_index with signed offset.
6120 * stor-layout.c (initialize_sizetypes): sizetypes no longer
6121 sign-extend.
6122 (layout_type): For zero-sized arrays ignore overflow on the
6123 size calculations.
6124 * tree-ssa-ccp.c (bit_value_unop_1): Likewise.
6125 (bit_value_binop_1): Likewise.
6126 * tree.c (double_int_to_tree): Likewise.
6127 (double_int_fits_to_tree_p): Likewise.
6128 (force_fit_type_double): Likewise.
6129 (host_integerp): Likewise.
6130 (int_fits_type_p): Likewise.
6131 * varasm.c (output_constructor_regular_field): Sign-extend the
6132 field-offset to cater for negative offsets produced by the Ada
6133 frontend.
6134 * omp-low.c (extract_omp_for_data): Convert the loop step to
6135 signed for pointer adjustments.
6136
6137 2012-05-02 Richard Guenther <rguenther@suse.de>
6138
6139 * tree.c (valid_constant_size_p): New function.
6140 * tree.h (valid_constant_size_p): Declare.
6141 * cfgexpand.c (expand_one_var): Adjust check for too large
6142 variables by using valid_constant_size_p.
6143 * varasm.c (assemble_variable): Likewise.
6144
6145 * c-decl.c (grokdeclarator): Properly check for sizes that
6146 cover more than half of the address-space.
6147
6148 2012-05-02 Jakub Jelinek <jakub@redhat.com>
6149
6150 PR tree-optimization/53163
6151 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Don't ignore
6152 return value from compute_all_dependences.
6153
6154 PR rtl-optimization/53160
6155 * ree.c (combine_reaching_defs): Handle the case where cand->insn
6156 has been modified by ree pass already.
6157
6158 2012-05-01 Ian Lance Taylor <iant@google.com>
6159
6160 PR c/37303
6161 * c-decl.c (build_compound_literal): Make the decl readonly if it
6162 an array of a readonly type.
6163 * gimplify.c (gimplify_compound_literal_expr): Add fallback
6164 parameter. Change all callers. If the decl is not addressable
6165 and is not an l-value, make it readonly.
6166
6167 2012-05-01 Bernd Schmidt <bernds@codesourcery.com>
6168
6169 * ira.c (allocated_reg_info_size): New static variable.
6170 (expand_reg_info): Manage it. Call
6171 setup_preferred_alternate_classes_for_new_pseudos.
6172 (ira): Don't do it here. Remove local allocated_reg_info_size,
6173 set the global before calling find_moveable_pseudos.
6174 (find_moveable_pseudos): Call expand_reg_info rather than
6175 resize_reg_info.
6176
6177 2012-05-01 Richard Henderson <rth@redhat.com>
6178
6179 * common.opt (fsync-libcalls): New.
6180 * doc/invoke.texi: Document it.
6181 * optabs.c (init_sync_libfuncs): Honor it.
6182
6183 2012-05-01 Kenneth Zadeck <zadeck@naturalbridge.com>
6184 Richard Sandiford <r.sandiford@uk.ibm.com>
6185
6186 PR rtl-optimization/52543
6187 * Makefile.in (lower-subreg.o, target-globals.o): Depend on
6188 lower-subreg.h.
6189 * lower-subreg.h: New file.
6190 * target-globals.h (this_target_lower_subreg): Declare.
6191 (target_globals): Add lower_subreg;
6192 (restore_target_globals): Restore this_target_lower_subreg.
6193 * target-globals.c: Include it.
6194 (default_target_globals): Add default_target_lower_subreg.
6195 (save_target_globals): Initialize target_lower_subreg.
6196 * rtl.h (init_lower_subreg): Added declaration.
6197 * toplev.c (backend_init_target): Call initializer for lower-subreg
6198 pass.
6199 * lower-subreg.c (LOG_COSTS, FORCE_LOWERING): New macros.
6200 (default_target_lower_subreg): New variable.
6201 (this_target_lower_subreg): Likewise.
6202 (twice_word_mode, choices): New macros.
6203 (shift_cost, compute_splitting_shift, compute_costs)
6204 (init_lower_subreg): New functions.
6205 (resolve_simple_move): Add speed_p argument. Check choices.
6206 (find_pseudo_copy): Don't check the mode size here.
6207 (resolve_simple_move): Assert the mode size.
6208 (find_decomposable_shift_zext): Add speed_p argument and return
6209 a bool. Check choices.
6210 (resolve_shift_zext): Add comment.
6211 (dump_shift_choices, dump_choices): New functions.
6212 (decompose_multiword_subregs): Dump list of profitable
6213 transformations. Add code to skip non profitable transformations.
6214 Update calls to simple_move and find_decomposable_shift_zext.
6215
6216 2012-05-01 Ian Bolton <ian.bolton@arm.com>
6217 Sameera Deshpande <sameera.deshpande@arm.com>
6218 Greta Yorsh <greta.yorsh@arm.com>
6219
6220 * config/arm/arm-protos.h (thumb_unexpanded_epilogue): Rename to...
6221 (thumb1_unexpanded_epilogue): ...this.
6222 * config/arm/arm.c (thumb_unexpanded_epilogue): Rename to...
6223 (thumb1_unexpanded_epilogue): ...this.
6224 * config/arm/arm.md (thumb_unexpanded_epilogue): Rename to...
6225 (thumb1_unexpanded_epilogue): ...this.
6226
6227 2012-05-01 Richard Earnshaw <rearnsha@arm.com>
6228
6229 * arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef
6230 comparing enumeration values. Update comments.
6231
6232 2012-05-01 Alan Modra <amodra@gmail.com>
6233
6234 PR target/53038
6235 * config/rs6000/rs6000.c (load_lr_save, restore_saved_lr,
6236 load_cr_save, add_crlr_cfa_restore): New functions.
6237 (rs6000_restore_saved_cr): Rename to..
6238 (restore_saved_cr): ..this. Add cfa_restore notes for cr.
6239 (rs6000_emit_epilogue): Use new functions. Adjust condition
6240 for emitting lr and cr cfa_restore. Emit cfa_restores for fp
6241 regs when using out-of-line restore only when shrink wrapping.
6242
6243 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
6244
6245 PR middle-end/53136
6246 * ipa-prop.c (ipa_print_node_jump_functions): Wrap multiple
6247 calls to cgraph_node_name in xstrdup.
6248 (ipa_make_edge_direct_to_target): Ditto.
6249 * cgraph.c (dump_cgraph_node): Ditto.
6250 * tree-sra.c (convert_callers_for_node): Ditto.
6251 * lto-symtab.c (lto_cgraph_replace_node): Ditto.
6252 * ipa-cp.c (perhaps_add_new_callers): Ditto.
6253 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Ditto.
6254 (cgraph_materialize_all_clones): Ditto.
6255 * ipa-inline.c (report_inline_failed_reason): Ditto.
6256 (want_early_inline_function_p): Ditto.
6257 (edge_badness): Ditto.
6258 (update_edge_key): Ditto.
6259 (flatten_function): Ditto.
6260 (ipa_inline): Ditto.
6261 (inline_always_inline_functions): Ditto.
6262 (early_inline_small_functions): Ditto.
6263
6264 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
6265
6266 PR target/53141
6267 * config/i386/i386.md (*umul<mode><dwi>3_1): Switch places of
6268 constraints 0 and 1.
6269
6270 012-04-30 Jan Hubicka <jh@suse.cz>
6271
6272 * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
6273 (cgraph_asm_nodes, cgraph_asm_last_node): Move to cgraphunit.c
6274 (cgraph_add_to_same_comdat_group): Remove.
6275 (cgraph_add_asm_node): Move to cgraphunit.c.
6276 (cgraph_make_decl_local): Move to symtab.c
6277 (cgraph_make_node_local_1): Update.
6278 (cgraph_can_remove_if_no_direct_calls_and): Update.
6279 (used_from_object_file_p): Update.
6280 (resolution_used_from_other_file_p): Move to symtab.c
6281 (cgraph_used_from_object_file_p): move to symtab.c
6282 (verify_cgraph_node): Verify same comdat groups.
6283 * cgraph.h (cgraph_asm_node): Rename to ...
6284 (asm_node): ... this one.
6285 (cgraph_asm_nodes): Rename to ...
6286 (asm_nodes): ... this one.
6287 (symtab_add_to_same_comdat_group): New function.
6288 (symtab_dissolve_same_comdat_group_list): New function.
6289 (symtab_used_from_object_file_p): Declare.
6290 (symtab_make_decl_local): Declare.
6291 (cgraph_add_to_same_comdat_group): Remove.
6292 (cgraph_add_asm_node): Remove.
6293 (cgraph_used_from_object_file_p, varpool_used_from_object_file_p):
6294 Remove.
6295 (cgraph_finalize_compilation_unit): Rename to ...
6296 (finalize_compilation_unit): ... this one.
6297 (cgraph_optimize): Rename to ....
6298 (compile): ... this one.
6299 (add_asm_node): Declare.
6300 (fixup_same_cpp_alias_visibility): Declare.
6301 (cgraph_make_decl_local): Remove.
6302 (varpool_assemble_pending_decls): Rename to ...
6303 (varpool_output_variables): ... this one.
6304 (varpool_remove_unreferenced_decls): Remove.
6305 * ipa-inline-transform.c (clone_inlined_nodes): Dissolve comdat groups.
6306 (preserve_function_body_p): Make static.
6307 * toplev.c (compile_file): Update comments; update.
6308 * cgraphunit.c: Update comments.
6309 (cgraph_expand_all_functions): Rename to ...
6310 (expand_all_functions): ... this one; update.
6311 (cgraph_mark_functions_to_output): Rename to ...
6312 (mark_functions_to_output): ... this one; cleanup.
6313 (cgraph_output_pending_asms): Remove prototype.
6314 (asm_nodes, asm_last_node): New static vars.
6315 (cgraph_process_new_functions): Update.
6316 (cgraph_reset_node): Cleanup; add comment.
6317 (cgraph_add_new_function): Update.
6318 (cgraph_output_pending_asms): Rename to ...
6319 (output_asm_statements): ... this one.
6320 (add_asm_node): New function.
6321 (fixup_same_cpp_alias_visibility): New function based on code
6322 in cgraph_analyze_function.
6323 (cgraph_analyze_function): Use it.
6324 (cgraph_order_sort): Update.
6325 (cgraph_output_in_order): Update.
6326 (cgraph_function_versioning): Update.
6327 (cgraph_optimize): Rename to ...
6328 (compile): ... this one; initialize streamer hooks here.
6329 (cgraph_finalize_compilation_unit): Rename to ...
6330 (finalize_compilation_unit): ... this one; do not initialize streamer
6331 hook here.
6332 * lto-streamer-out.c (lto_output_toplevel_asms): Update.
6333 * dwarf2out.c: Update ocmment.
6334 * optimize.c (maybe_clone_body): Use symtab_add_to_same_comdat_group.
6335 * method.c (use_thunk): Likewise.
6336 * semantics.c (maybe_add_lambda_conv_op): Likewise.
6337 * decl2.c (maybe_emit_vtables): Likewise.
6338 (cp_write_global_declarations): Use finalize_compilation_unit.
6339 * parser.c (cp_parser_asm_definition): Use add_asm_node.
6340 * lto-streamer-in.c (lto_input_toplevel_asms): Use add_asm_node
6341 * c-decl.c (c_write_global_declarations): Use
6342 finalize_compilation_unit.
6343 * langhooks.c (write_global_declarations): Update.
6344 * ipa.c (cgraph_externally_visible_p): Update.
6345 (dissolve_same_comdat_group_list): Remove.
6346 (function_and_variable_visibility): Update.
6347 * symtab.c: Inlcude lto-streamer.h and rtl.h
6348 (ld_plugin_symbol_resolution_names): New.
6349 (symtab_add_to_same_comdat_group): New.
6350 (symtab_dissolve_same_comdat_group_list): New.
6351 (resolution_used_from_other_file_p): Move here from cgraph.c
6352 (symtab_used_from_object_file_p): New.
6353 (symtab_make_decl_local): New.
6354 * passes.c (register_pass): Update comments.
6355 * c-parser.c (c_parser_asm_definition): Update.
6356 * varpool.c (varpool_analyze_node): Use
6357 fixup_same_cpp_alias_visibility.
6358 (varpool_remove_unreferenced_decls): Make static.
6359 (varpool_assemble_pending_decls): Rename to ...
6360 (varpool_output_variables): ... this one; call
6361 varpool_remove_unreferenced_decls.
6362 (varpool_used_from_object_file_p): Remove.
6363
6364 2012-04-30 Marc Glisse <marc.glisse@inria.fr>
6365
6366 PR c++/51033
6367 * c-typeck.c (build_array_ref): Call
6368 convert_vector_to_pointer_for_subscript.
6369 * doc/extend.texi (Vector Extensions): Subscripting not just for C.
6370
6371 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
6372
6373 * config/i386/i386.md (and<mode>3): Change runtime operand mode checks
6374 to compile-time "mode == <MODE>mode" checks.
6375 (and splitter): Ditto.
6376
6377 2012-04-30 Richard Henderson <rth@redhat.com>
6378
6379 * config/arm/arm.md (UNSPEC_LL): New.
6380 * config/arm/sync.md (atomic_loaddi, atomic_loaddi_1): New.
6381 (arm_load_exclusivedi): Use %H0.
6382
6383 2012-04-30 Jason Merrill <jason@redhat.com>
6384
6385 * dwarf2out.c (comdat_symbol_id): Add const.
6386 (union die_symbol_or_type_node): Add const to die_symbol.
6387 (output_die_symbol, output_die, output_comp_unit): Adjust.
6388
6389 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
6390
6391 * config/arm/arm.md (negdi2): Use gen_negdi2_neon.
6392 * config/arm/neon.md (negdi2_neon): New insn.
6393 Also add splitters for core and NEON registers.
6394
6395 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
6396
6397 * config/arm/arm.c (neon_valid_immediate): Allow const_int.
6398 (arm_print_operand): Add 'x' format.
6399 * config/arm/constraints.md (Dn): Allow const_int.
6400 * config/arm/neon.md (neon_mov<mode>): Use VDX to allow DImode.
6401 Use 'x' format to print constants.
6402 * config/arm/predicates.md (imm_for_neon_mov_operand): Allow const_int.
6403 * config/arm/vfp.md (movdi_vfp): Disable for const_int when neon
6404 is enabled.
6405 (movdi_vfp_cortexa8): Likewise.
6406
6407 2012-04-30 Ian Bolton <ian.bolton@arm.com>
6408 Sameera Deshpande <sameera.deshpande@arm.com>
6409 Greta Yorsh <greta.yorsh@arm.com>
6410
6411 * config/arm/arm-protos.h (ldm_stm_operation_p): New declaration.
6412 * config/arm/arm.c (ldm_stm_operation_p): New function.
6413 * config/arm/predicates.md (load_multiple_operation): Update predicate.
6414 (store_multiple_operation): Likewise.
6415
6416 * config/arm/arm-protos.h (ldm_stm_operation_p): New parameters.
6417 * config/arm/arm.c (ldm_stm_operation_p): New parameters.
6418 * config/arm/predicates.md (load_multiple_operation): Add arguments.
6419 (store_multiple_operation): Likewise.
6420
6421 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
6422
6423 * config/i386/i386.md (and<mode>3): Expand masking operations with
6424 0xff, 0xffff or 0xffffffff immediates to corresponding zero_extend RTX.
6425 (and splitter): Split to DImode zero_extend RTX for DImode operand[0].
6426
6427 2012-04-30 Dodji Seketeli <dodji@redhat.com>
6428
6429 Add -Wvarargs option
6430 * builtins.c (fold_builtin_next_arg): Use OPT_Wvarargs as an
6431 argument for the various warning_at calls.
6432 * docs/invoke.texi: Update the documentation.
6433
6434 2012-04-30 Dodji Seketeli <dodji@redhat.com>
6435
6436 Switch -ftrack-macro-expansion=2 on by default.
6437 * docs/cppopts.texi: Adjust for enabling -ftrack-macro-expansion=2
6438 by default.
6439
6440 Fix va_start related location
6441 * builtins.c (fold_builtin_next_arg): Unwinds to the first
6442 location in real source code.
6443
6444 Make conversion warnings work on NULL with -ftrack-macro-expansion
6445 * input.h (expansion_point_location_if_in_system_header): Declare
6446 new function.
6447 * input.c (expansion_point_location_if_in_system_header): Define it.
6448
6449 Fix -Wuninitialized for -ftrack-macro-expansion
6450 * tree-ssa.c (warn_uninit): Use the spelling location of the variable
6451 declaration. Use linemap_location_before_p for source locations.
6452
6453 Strip "<built-in>" loc from displayed expansion context
6454 * input.c (expand_location_1): When expanding to spelling location
6455 in a context of a macro expansion, skip reserved system header
6456 locations. Update comments. * tree-diagnostic.c
6457 (maybe_unwind_expanded_macro_loc): Likewise.
6458
6459 Make expand_location resolve to locus in main source file
6460 * input.c (expand_location_1): New. Takes a parameter to choose
6461 whether to resolve the location to spelling or expansion point.
6462 Was factorized from ...
6463 (expand_location): ... here.
6464 (expand_location_to_spelling_point): New. Implemented in terms of
6465 expand_location_1.
6466 * diagnostic.c (diagnostic_build_prefix): Use the new
6467 expand_location_to_spelling_point instead of expand_location.
6468
6469 Fix PCH crash on GTYed pointer-to-scalar field of a struct
6470 * gengtype.c (write_types_process_field): Force second argument of
6471 the call to the PCH object hierarchy walker to be 'x'.
6472
6473 2012-04-30 Eric Botcazou <ebotcazou@adacore.com>
6474
6475 * config/i386/i386.c (ix86_handle_struct_attribute): Use the proper
6476 predicate to discriminate types.
6477
6478 2012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
6479
6480 * doc/invoke.texi (Wmissing-format-attribute): Document as an
6481 alias of Wsuggest-attribute=format.
6482 * c-typeck.c (convert_for_assignment): Replace
6483 Wmissing-format-attribute with Wsuggest-attribute=format.
6484 (digest_init): Likewise.
6485
6486 2012-04-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
6487
6488 * opts.c (finish_options): Do not handle -Wmissing-noreturn here.
6489 * common.opt (Wmissing-noreturn): Alias of
6490 -Wsuggest-attribute=noreturn.
6491
6492 2012-04-29 Hans-Peter Nilsson <hp@axis.com>
6493
6494 PR target/53156
6495 * config/cris/cris.md (andqu): New peephole2.
6496 (andu): Tweak head comment.
6497
6498 2012-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
6499 Steven Bosscher <steven@gcc.gnu.org>
6500 Maxim Kuvyrkov <maxim@codesourcery.com>
6501
6502 PR tree-optimization/38785
6503 * common.opt (ftree-partial-pre): New option.
6504 * doc/invoke.texi: Document it.
6505 * opts.c (default_options_table): Initialize flag_tree_partial_pre.
6506 * tree-ssa-pre.c (do_partial_partial_insertion): Insert only if it will
6507 benefit speed path.
6508 (execute_pre): Use flag_tree_partial_pre.
6509
6510 2012-04-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6511
6512 PR target/52999
6513 * config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels
6514 in constant pool.
6515
6516 2012-04-27 Ollie Wild <aaw@google.com>
6517
6518 * doc/invoke.texi (Wliteral-suffix): Document new option.
6519
6520 2012-04-27 Tom Tromey <tromey@redhat.com>
6521
6522 * dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.
6523 (dwarf_tag_name): Use get_DW_TAG_name.
6524 (dwarf_attr_name): Use get_DW_AT_name.
6525 (dwarf_form_name): Use get_DW_FORM_name.
6526 * dwarf2cfi.c (dwarf_cfi_name): Use get_DW_CFA_name.
6527
6528 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
6529
6530 * tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose
6531 arguments are -1 and 0, by negating the result of the conditional.
6532
6533 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
6534
6535 PR target/53138
6536 * config/i386/i386.md (x86_mov<mode>cc_0_m1_neg): Add clobber.
6537
6538 2012-04-27 Richard Guenther <rguenther@suse.de>
6539
6540 * tree-flow.h (is_hidden_global_store): Remove.
6541 * tree-ssa-sink.c (is_hidden_global_store): Likewise.
6542 * tree-ssa-alias.h (ref_may_alias_global_p): Declare.
6543 (stmt_may_clobber_global_p): Likewise.
6544 * tree-ssa-alias.c (ref_may_alias_global_p): New function.
6545 (stmt_may_clobber_global_p): Likewise.
6546 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Call
6547 stmt_may_clobber_global_p.
6548 * tree-ssa-dse.c (dse_possible_dead_store_p): Likewise.
6549
6550 2012-04-27 Steven Bosscher <steven@gcc.gnu.org>
6551
6552 * cfg.c (disconnect_src): Do df_mark_solutions_dirty in the right
6553 place.
6554
6555 * tree-switch-conversion.c (struct switch_conv_info): Add range_max,
6556 reorganize some fields and update comments. Rename bit_test_uniq
6557 and bit_test_count to uniq resp. count. Remove bit_test_bb.
6558 (collect_switch_conv_info): New function, collects info about a
6559 GIMPLE_SWITCH into a struct switch_conv_info.
6560 (check_range): Simplify to use pre-recorded info. Fix think-o in
6561 range-branch ratio check.
6562 (check_process_case): Remove function.
6563 (check_all_empty_except_final): New function, verifies that all
6564 non-final basic blocks are empty.
6565 (process_switch): Simplify to use pre-recorded info. Call
6566 collect_switch_conv_info to do that. Assert that degenerate switch
6567 statements have been cleaned up.
6568
6569 2012-04-27 Marc Glisse <marc.glisse@inria.fr>
6570
6571 PR middle-end/27139
6572 * tree-ssa-forwprop.c (combine_conversions): Handle INT->FP->INT.
6573
6574 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
6575
6576 PR c/53130
6577 * c-typeck.c (pop_init_level): Use %qD instead of %qT.
6578
6579 2012-04-27 Tom de Vries <tom@codesourcery.com>
6580
6581 PR tree-optimization/51879
6582 * tree-ssa-sccvn.h (struct vn_reference_s): Add result_vdef field.
6583 * tree-ssa-sccvn.c (mark_use_processed): New function, factored out
6584 of ...
6585 (defs_to_varying): ... here. Don't set use_processed.
6586 (visit_reference_op_call): Handle gimple_vdef.
6587 Handle case that lhs is NULL_TREE.
6588 (visit_use): Use mark_use_processed. Handle calls with side-effect
6589 using visit_reference_op_call.
6590
6591 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
6592
6593 * sched-deps.c (fixup_sched_groups): Rename to...
6594 (chain_to_prev_insn): ...this.
6595 (chain_to_prev_insn_p): New function.
6596 (deps_analyze_insn): Use it instead of SCHED_GROUP_P.
6597
6598 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
6599
6600 * sched-int.h (_haifa_insn_data): Move priority_status.
6601 Add model_index.
6602 (INSN_MODEL_INDEX): New macro.
6603 * haifa-sched.c (insn_delay): New function.
6604 (sched_regno_pressure_class): Update commentary.
6605 (mark_regno_birth_or_death): Pass the liveness bitmap and
6606 pressure array as arguments, instead of using curr_reg_live and
6607 curr_reg_pressure. Only update the pressure if the bit in the
6608 liveness set has changed.
6609 (initiate_reg_pressure_info): Always trust the live-in set for
6610 SCHED_PRESSURE_MODEL.
6611 (initiate_bb_reg_pressure_info): Update call to
6612 mark_regno_birth_or_death.
6613 (dep_list_size): Take the list as argument.
6614 (calculate_reg_deaths): New function, extracted from...
6615 (setup_insn_reg_pressure_info): ...here.
6616 (MODEL_BAR): New macro.
6617 (model_pressure_data, model_insn_info, model_pressure_limit)
6618 (model_pressure_group): New structures.
6619 (model_schedule, model_worklist, model_insns, model_num_insns)
6620 (model_curr_point, model_before_pressure, model_next_priority):
6621 New variables.
6622 (MODEL_PRESSURE_DATA, MODEL_MAX_PRESSURE, MODEL_REF_PRESSURE)
6623 (MODEL_INSN_INFO, MODEL_INSN): New macros.
6624 (model_index, model_update_limit_points_in_group): New functions.
6625 (model_update_limit_points, model_last_use_except): Likewise.
6626 (model_start_update_pressure, model_update_pressure): Likewise.
6627 (model_recompute, model_spill_cost, model_excess_group_cost): Likewise.
6628 (model_excess_cost, model_dump_pressure_points): Likewise.
6629 (model_set_excess_costs): Likewise.
6630 (rank_for_schedule): Extend SCHED_PRIORITY_WEIGHTED ordering to
6631 SCHED_PRIORITY_MODEL. Use insn_delay. Use the order in the model
6632 schedule as an alternative tie-breaker. Update the call to
6633 dep_list_size.
6634 (ready_sort): Call model_set_excess_costs.
6635 (update_register_pressure): Update call to mark_regno_birth_or_death.
6636 Rely on that function to check liveness rather than doing it here.
6637 (model_classify_pressure, model_order_p, model_add_to_worklist_at)
6638 (model_remove_from_worklist, model_add_to_worklist, model_promote_insn)
6639 (model_add_to_schedule, model_analyze_insns, model_init_pressure_group)
6640 (model_record_pressure, model_record_pressures): New functions.
6641 (model_record_final_pressures, model_add_successors_to_worklist)
6642 (model_promote_predecessors, model_choose_insn): Likewise.
6643 (model_reset_queue_indices, model_dump_pressure_summary): Likewise.
6644 (model_start_schedule, model_finalize_pressure_group): Likewise.
6645 (model_end_schedule): Likewise.
6646 (schedule_insn): Say when we're scheduling the next instruction
6647 in the model schedule.
6648 (schedule_insn): Handle SCHED_PRESSURE_MODEL.
6649 (queue_to_ready): Do not add instructions that are
6650 MAX_SCHED_READY_INSNS beyond the current point of the model schedule.
6651 Always allow the next instruction in the model schedule to be added.
6652 (debug_ready_list): Print the INSN_REG_PRESSURE_EXCESS_COST_CHANGE
6653 and delay for SCHED_PRESSURE_MODEL too.
6654 (prune_ready_list): Extend SCHED_PRIORITY_WEIGHTED handling to
6655 SCHED_PRIORITY_MODEL, but also take the DFA into account.
6656 (schedule_block): Call model_start_schedule and model_end_schedule.
6657 Extend SCHED_PRIORITY_WEIGHTED stall handling to SCHED_PRIORITY_MODEL.
6658 (sched_init): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
6659 to SCHED_PRESSURE_MODEL, but don't allocate saved_reg_live or
6660 region_ref_regs.
6661 (sched_finish): Update accordingly.
6662 (fix_tick_ready): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
6663 to SCHED_PRESSURE_MODEL.
6664 (add_jump_dependencies): Update call to dep_list_size.
6665 (haifa_finish_h_i_d): Fix leak of max_reg_pressure.
6666 (haifa_init_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
6667 to SCHED_PRESSURE_MODEL.
6668 * sched-deps.c (init_insn_reg_pressure_info): Likewise, but don't
6669 allocate INSN_MAX_REG_PRESSURE for SCHED_PRESSURE_MODEL.
6670 (sched_analyze_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE
6671 handling to SCHED_PRESSURE_MODEL.
6672
6673 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
6674
6675 * common.opt (fsched-pressure-algorithm=): New option.
6676 * flag-types.h (sched_pressure_algorithm): New enum.
6677 * sched-int.h (sched_pressure_p): Replace with...
6678 (sched_pressure): ...this new variable.
6679 * haifa-sched.c (sched_pressure_p): Replace with...
6680 (sched_pressure): ...this new variable.
6681 (sched_regno_pressure_class, rank_for_schedule, ready_sort)
6682 (update_reg_and_insn_max_reg_pressure, schedule_insn)
6683 (debug_ready_list, prune_ready_list, schedule_block, sched_init)
6684 (sched_finish, fix_tick_ready, haifa_init_insn): Update accordingly.
6685 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
6686 (sched_analyze_insn): Likewise.
6687 * sched-rgn.c (schedule_region): Likewise.
6688 * config/m68k/m68k.c (m68k_sched_variable_issue): Likewise.
6689
6690 2012-04-26 Bernd Schmidt <bernds@codesourcery.com>
6691
6692 * PR middle-end/52997
6693 * ira.c (find_moveable_pseudos): Call resize_reg_info.
6694
6695 PR middle-end/52940
6696 * machmode.h (CLASS_HAS_WIDER_MODES_P): True for MODE_PARTIAL_INT.
6697 * expr.c (convert_move): Honor unsignedp when extending partial int
6698 modes.
6699 * genmodes.c (complete_mode): Don't clear component field of partial
6700 int modes.
6701 (emit_mode_inner): Don't emit it however.
6702 (calc_wider_mode): Partial int modes widen to their component.
6703
6704 2012-04-26 David S. Miller <davem@davemloft.net>
6705
6706 * config/sparc/niagara4.md: New file.
6707 * config/sparc/sparc.md: Include it.
6708 * config/sparc/sparc.c (niagara4_costs): New processor costs.
6709 (sparc_option_override): Use it.
6710 (sparc_use_sched_lookahead): Return 2 for niagara4.
6711 (sparc_issue_rate): Likewise.
6712
6713 * config/sparc/sparc.md (attr type): Delete 'fgm_cmp'.
6714 (fpack16_vis, fpackfix_vis, fpack32_vis): Set type to fgm_pack.
6715 (fmul8x16_vis, fmul8x16au_vis, fmul8x16al_vis, fmul8sux16_vis,
6716 fmul8ulx16_vis, fmuld8sux16_vis, fmuld8ulx16_vis): Set type to fgm_mul.
6717 (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis,
6718 alignaddrldi_vis): Set type to gsr.
6719 (pdist_vis, pdistn<mode>_vis): Set type to fgm_pdsit.
6720 (fcmp<code><GCM:gcm_name><P:mode>_vis, cmask8<P:mode>_vis,
6721 cmask16<P:mode>_vis, cmask32<P:mode>_vis, fchksm16_vis,
6722 v<vis3_shift_patname><mode>3, fmean16_vis,
6723 fp<plusminus_insn>64_vis, <vis3_addsub_ss_patname><mode>3,
6724 fucmp<code>8<P:mode>_vis): Set type to fga.
6725 * config/sparc/ultra1_2.md: Remove refrences to fgm_cmp.
6726 * config/sparc/niagara.md: Likewise.
6727 * config/sparc/niagara2.md: Likewise.
6728 * config/sparc/ultra3.md: Likewise, and fix type matching for
6729 us3_ialuX reservation.
6730
6731 2012-04-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6732
6733 * reload.c (find_reloads): Change the loop nesting when trying an
6734 alternative with swapped operands.
6735
6736 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
6737
6738 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix
6739 comment. Delete unused parameter first_exp_point_map.
6740 (virt_loc_aware_diagnostic_finalizer): Update call.
6741
6742 2012-04-26 Michael Hope <michael.hope@linaro.org>
6743 Richard Earnshaw <rearnsha@arm.com>
6744
6745 * config/arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_SOFT_FLOAT): Define.
6746 (GLIBC_DYNAMIC_LINKER_HARD_FLOAT): Define.
6747 (GLIBC_DYNAMIC_LINKER_DEFAULT): Define.
6748 (GLIBC_DYNAMIC_LINKER): Redefine to use the hard float path.
6749
6750 2012-04-25 Sriraman Tallam <tmsriram@google.com>
6751
6752 * doc/extend.texi: Document avx2 support.
6753 * config/i386/i386.c (fold_builtin_cpu): Add avx2.
6754
6755 2012-04-26 Hans-Peter Nilsson <hp@axis.com>
6756
6757 PR target/53120
6758 * config/cris/cris.md ("*andhi_lowpart_v32")
6759 ("*andqi_lowpart_v32"): Change first input-only operand from
6760 a (match_operand ...) to (match_dup 0). Drop alternatives with
6761 const_int-matching constraints for redundancy.
6762 ("*andhi_lowpart_non_v32", "*andqi_lowpart_non_v32"): Ditto. Drop
6763 three-operand alternative.
6764
6765 2012-04-25 Jakub Jelinek <jakub@redhat.com>
6766
6767 PR target/53110
6768 * config/i386/i386.md (and<mode>3): For andq $0xffffffff, reg
6769 instead expand it as zero extension.
6770
6771 2012-04-25 H.J. Lu <hongjiu.lu@intel.com>
6772
6773 PR debug/52857
6774 * dwarf2out.c (dbx_reg_number): Assert return value != INVALID_REGNUM.
6775
6776 2012-04-25 Jakub Jelinek <jakub@redhat.com>
6777
6778 * common.opt (flag_debug_types_section): Default to 0.
6779 (dwarf_version): Default to 4.
6780 (dwarf_record_gcc_switches): Default to 1.
6781 (dwarf_strict): Default to 0.
6782 * toplev.c (process_options): Don't handle dwarf_strict
6783 or dwarf_version here.
6784 * config/vxworks.c (vxworks_override_options): Don't
6785 test whether dwarf_strict or dwarf_version are negative,
6786 instead test !global_options_set.x_dwarf_*.
6787 * config/darwin.c (darwin_override_options): Default to
6788 dwarf_version 2.
6789 * doc/invoke.texi: Note that -gdwarf-4, -grecord-gcc-switches
6790 and -fno-debug-types-section are now the default.
6791
6792 2012-04-25 Jan Hubicka <jh@suse.cz>
6793
6794 * cgraphunit.c: Update toplevel comment.
6795 (tree_rest_of_compilation): Merge into cgraph_expand_function.
6796 (cgraph_analyze_function): Make static.
6797 (cgraph_decide_is_function_needed): Make static.
6798 (cgraph_add_new_function): Use expand_function instead of
6799 rest_of_compilation.
6800 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
6801 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
6802 Move to cgraph.c
6803 (cgraph_inline_p): Remove.
6804 (cgraph_preserve_function_body_p): Move to ipa-inline-transform.
6805 (init_cgraph): Add comment.
6806 * cgraphbuild.c (record_reference, mark_address, mark_load,
6807 mark_store): Do not call analyze_expr hook.
6808 * cgraph.c: Update toplevel comment.
6809 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
6810 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
6811 Move fere from cgraphunit.c
6812 (cgraph_mark_force_output_node): Move to cgraph.h
6813 * cgraph.h: Reorder so the comments match the function placement.
6814 (cgraph_analyze_function, cgraph_decide_is_function_needed): Remove.
6815 (cgraph_mark_force_output_node): Move here from cgraph.c
6816 * tree.c (free_lang_data): Do not clear analyze_expr hook.
6817 * ipa-inline-transform.c (preserve_function_body_p): New function.
6818 (inline_transform): Update.
6819 * langhooks.c (lhd_callgraph_analyze_expr): Remove.
6820 * langhooks.h (lang_hooks_for_callgraph): Remove.
6821 (lang_hooks): Remove callgraph.
6822 * tree-inline.c (expand_call_inline): Do not use cgraph_inline_p.
6823 * varpool.c: Remove out of date comment.
6824 * langhooks-def.h (lhd_callgraph_analyze_expr): Remove.
6825 (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Remove.
6826
6827 2012-04-25 Jan Hubicka <jh@suse.cz>
6828
6829 PR middle-end/53089
6830 * cgraphunit.c (referred_to_p): Move ahead in file to avoid
6831 forward declaration.
6832 (cgraph_finalize_function): Finalize them here.
6833 * symtab.c (dump_symtab): Dump ctors and dtors.
6834
6835 2012-04-25 Jakub Jelinek <jakub@redhat.com>
6836
6837 PR middle-end/52979
6838 * stor-layout.c (get_best_mode): Don't return mode with bitsize
6839 larger than maxbits. Don't compute maxbits modulo align.
6840 Also check that unit bytes long store at bitpos / unit * unit
6841 doesn't affect bits beyond bitregion_end.
6842 * expmed.c (store_bit_field_1): Avoid trying insv if OP_MODE MEM
6843 would not fit into bitregion_start ... bitregion_end + 1 bit region.
6844 (store_split_bit_field): Decrease unit close to end of bitregion_end
6845 if access is restricted in order to avoid mutual recursion.
6846
6847 PR tree-optimization/53058
6848 * double-int.h (double_int_max_value, double_int_min_value): New
6849 prototypes.
6850 * double-int.c (double_int_max_value, double_int_min_value): New
6851 functions.
6852 * tree-vrp.c (register_edge_assert_for_2): Compare mask for LE_EXPR
6853 or GT_EXPR with double_int_max_value instead of double_int_mask.
6854
6855 2012-04-25 Richard Guenther <rguenther@suse.de>
6856
6857 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
6858 * tree-vect-loop.c (vect_transform_loop): Adjust.
6859 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Record
6860 the maximum number of iterations for the epilogue loop.
6861 (vect_loop_versioning): Remove case re-using the peeled epilogue loop.
6862
6863 2012-04-25 Jakub Jelinek <jakub@redhat.com>
6864
6865 PR c/52880
6866 * c-typeck.c (set_nonincremental_init,
6867 set_nonincremental_init_from_string): Pass true instead of false
6868 as IMPLICIT to add_pending_init.
6869
6870 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
6871
6872 * c-typeck.c (pop_init_level): Improve diagnostics.
6873
6874 2012-04-25 Uros Bizjak <ubizjak@gmail.com>
6875
6876 * compare-elim.c (try_eliminate_compare): Also handle operands with
6877 implicit extensions.
6878
6879 2012-04-25 Alan Modra <amodra@gmail.com>
6880
6881 * config/rs6000/rs6000 (SAVE_INLINE_VRS, REST_INLINE_VRS,
6882 V_SAVE_INLINE, SAVRES_LR, SAVRES_SAVE, SAVRES_REG,
6883 SAVRES_GPR, SAVRES_FPR, SAVRES_VR): Define.
6884 (no_global_regs_above): Delete.
6885 (no_global_regs): New function.
6886 (rs6000_savres_strategy): Handle vector regs. Use proper lr_save_p
6887 value for load multiple test.
6888 (savres_routine_syms): Increase size.
6889 (rs6000_savres_routine_name, rs6000_savres_routine_sym,
6890 ptr_regno_for_savres, rs6000_emit_savres_rtx): Pass in int selector
6891 rather than a number of boolean flags. Update all callers.
6892 (rs6000_savres_routine_name): Generate vector save/restore names.
6893 (rs6000_savres_routine_sym): Handle vector regs. Delete forward decl.
6894 (ptr_regno_for_savres, rs6000_emit_savres_rtx): Likewise.
6895 (rs6000_emit_prologue): Delete saving_FPRs_inline, saving_GPRs_inline
6896 and using_store_multiple. Expand uses. Don't always use r11 as
6897 frame reg when needed for out-of-line saves. Set up initial offset
6898 for out-of-line vector saves when buying stack frame. Handle pointer
6899 reg setup for out-of-line fp save. Emit call to out-of-line vector
6900 save function. Choose r11 or r12 for vrsave reg when available for
6901 better scheduling.
6902 (rs6000_output_function_prologue): Don't emit .extern for ELF.
6903 (rs6000_emit_epilogue): Choose a better frame reg when restoring
6904 from back-chain to suit out-of-line vector restore functions. Emit
6905 call to out-of-line vector restore function. Adjust register used
6906 for cr restore. Tweak pointer register setup for gpr restore.
6907 * config/rs6000/rs6000.h (FIRST_SAVED_GP_REGNO): Take into account
6908 FIXED_R13.
6909 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Simplify.
6910 (V_SAVE_INLINE): Define.
6911 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*): New insns.
6912
6913 2012-04-25 Alan Modra <amodra@gmail.com>
6914
6915 * config/rs6000/rs6000.c (rs6000_savres_strategy): Allow
6916 out-of-line save/restore for large frames. Don't disable
6917 out-of-line saves on ABI_AIX when using static chain reg.
6918 (rs6000_emit_prologue): Adjust cr_save_regno on ABI_AIX to not
6919 clobber static chain reg, and tweak for out-of-line gpr saves
6920 that use r1.
6921
6922 2012-04-25 Alan Modra <amodra@gmail.com>
6923
6924 * config/rs6000/rs6000.c (START_USE, END_USE, NOT_INUSE): Define.
6925 (rs6000_emit_prologue): Use the above to catch register overlap.
6926
6927 2012-04-25 Alan Modra <amodra@gmail.com>
6928
6929 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Delete forward
6930 decl. Move logic selecting update reg to callers. Update all callers.
6931 (rs6000_emit_allocate_stack): Add copy_off param.
6932 (emit_frame_save): Don't handle reg+reg addressing.
6933 (ptr_regno_for_savres): New function, extracted from..
6934 (rs6000_emit_savres_rtx): ..here. Add lr_offset param.
6935 (rs6000_emit_prologue): Generate frame_ptr_rtx as we need it.
6936 Set frame_reg_rtx to r11 whenever r11 is needed, and merge
6937 frame offset adjustment for out-of-line save with copy from sp.
6938 Simplify condition controlling whether cr is saved early or
6939 late. Use ptr_regno_for_savres to verify correct reg is set
6940 up for out-of-line saves. Pass the actual pointer reg used to
6941 rs6000_emit_savres_rtx so rtl matches insns in out-of-line
6942 function. Rearrange spe vars so code is similar to that
6943 elsewhere in this function. Don't update frame_off when spe
6944 save code will restore r11. Use emit_frame_save for spe and
6945 gpr saves. Consolidate darwin out-of-line gpr setup with that
6946 for other abis. Don't assume frame_offset is zero and frame
6947 reg is sp when setting up altivec reg saves, and calculate
6948 exact offset requirement.
6949 (rs6000_emit_epilogue): Use HOST_WIDE_INT for frame_off. Tidy
6950 spe restore code. Consolidate darwin out-of-line gpr setup
6951 with that for other abis.
6952
6953 2012-04-25 Alan Modra <amodra@gmail.com>
6954
6955 * config/rs6000/rs6000.c (rs6000_frame_related): Don't emit a
6956 REG_FRAME_RELATED_EXPR note when the instruction exactly matches
6957 the replacement.
6958 (emit_frame_save): Delete frame_ptr param. Rename total_size to
6959 frame_reg_to_sp.
6960 (rs6000_emit_prologue): Add sp_off. Update rs6000_frame_related
6961 and emit_frame_save calls. Cope with possibly missing note.
6962
6963 2012-04-24 Sriraman Tallam <tmsriram@google.com>
6964
6965 * config/i386/i386.c (build_processor_model_struct): New function.
6966 (make_var_decl): New function.
6967 (fold_builtin_cpu): New function.
6968 (ix86_fold_builtin): New function.
6969 (make_cpu_type_builtin): New function.
6970 (ix86_init_platform_type_builtins): New function.
6971 (ix86_expand_builtin): Expand new builtins by folding them.
6972 (ix86_init_builtins): Make new builtins to detect CPU type.
6973 (TARGET_FOLD_BUILTIN): New macro.
6974 (IX86_BUILTIN_CPU_INIT): New enum value.
6975 (IX86_BUILTIN_CPU_IS): New enum value.
6976 (IX86_BUILTIN_CPU_SUPPORTS): New enum value.
6977 * config/i386/i386-builtin-types.def: New function type.
6978 * testsuite/gcc.target/builtin_target.c: New testcase.
6979 * doc/extend.texi: Document builtins.
6980
6981 2012-04-24 Olivier Hainque <hainque@adacore.com>
6982
6983 * common.opt (gdwarf-): Initialize dwarf_version to -1 instead of 2.
6984 * toplev.c (process_options): Default to dwarf_version 2.
6985 * config/vxworks.c (vxworks_override_options): Default to strict-dwarf
6986 and dwarf_version 2.
6987
6988 2012-04-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
6989
6990 * tree-pretty-print.h (default_tree_printer): Do not declare.
6991 * tree-diagnostic.c: Include tree-pretty-print.h, tree-pass.h and
6992 intl.h.
6993 (default_tree_diagnostic_starter): Make static.
6994 (default_tree_printer): Move to here. Make static.
6995 (tree_diagnostics_defaults): New.
6996 * tree-diagnostic.h (default_tree_diagnostic_starter): Do not declare.
6997 * tree.c (free_lang_data): Use tree_diagnostics_defaults.
6998 * toplev.c: Do not include tree-pass.h.
6999 (default_tree_printer): Move from here.
7000 (general_init): Use tree_diagnostics_defaults.
7001
7002 2012-04-24 Chao-ying Fu <fu@mips.com>
7003
7004 * config.gcc (mips64*-*-linux*): Append mips/linux-common.h to tm_file.
7005 (mips*-*-linux*): Append mips/linux-common.h to tm_file.
7006 * config/mips/gnu-user.h
7007 (SUBTARGET_CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC directly.
7008 (GNU_USER_TARGET_LINK_SPEC): New define.
7009 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
7010 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC directly.
7011 (GNU_USER_TARGET_MATHFILE_SPEC): New define.
7012 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC and
7013 GNU_USER_TARGET_ENDFILE_SPEC.
7014 * config/mips/gnu-user64.h (LIB_SPEC): Remove.
7015 (GNU_USER_TARGET_LINK_SPEC): New define.
7016 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
7017 * config/mips/linux-common.h: New file.
7018
7019 2012-04-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7020
7021 PR target/47197
7022 * config/rs6000/rs6000-c.c (fully_fold_convert): New function.
7023 (altivec_build_resolved_builtin): Call fully_fold_convert.
7024
7025 2012-04-24 Georg-Johann Lay <avr@gjlay.de>
7026
7027 PR target/53065
7028 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): New hook define.
7029
7030 2012-04-24 Richard Guenther <rguenther@suse.de>
7031
7032 PR tree-optimization/53085
7033 * tree-ssa-pre.c (eliminate): Do not eliminate volatile redundant
7034 stores.
7035
7036 2012-04-24 Richard Guenther <rguenther@suse.de>
7037
7038 * tree-if-conv.c (main_tree_if_conversion): Move bb under
7039 ENABLE_CHECKING.
7040
7041 2012-04-24 Jim Meyering <meyering@redhat.com>
7042
7043 * genattrtab.c (gen_attr): Avoid NULL-deref after diagnosing
7044 absence of an define_enum call.
7045
7046 2012-04-24 Richard Guenther <rguenther@suse.de>
7047
7048 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): If
7049 the epilogue loop is not re-used as unvectorized version
7050 record the its maximum number of iterations.
7051
7052 2012-04-24 Andrew Pinski <apinski@cavium.com>
7053
7054 * tree-ssa-forwprop.c (simplify_bitwise_binary):
7055 Don't directly use def1/def2.
7056
7057 2012-04-24 Richard Guenther <rguenther@suse.de>
7058
7059 PR tree-optimization/53098
7060 * tree-vect-loop.c (vect_analyze_loop_operations): Fixup
7061 comparison sign.
7062
7063 2012-04-24 Andrew Pinski <apinski@cavium.com>
7064
7065 PR tree-opt/33512
7066 * tree-ssa-forwprop.c (defcodefor_name): New function.
7067 (simplify_bitwise_binary): Use defcodefor_name instead of manually
7068 Simplify "( X | Y) & X" to X and "( X & Y) | X" to X.
7069 Simplify "(~X | Y) & X" to "X & Y" and
7070 "(~X & Y) | X" to "X | Y".
7071
7072 2012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7073
7074 * recog.c (insn_invalid_p): Add IN_GROUP parameter and use
7075 validate_change to add clobbers if IN_GROUP is nonzero.
7076 (verify_changes): Call insn_invalid_p with IN_GROUP set to true.
7077 * recog.h (insn_invalid_p): Add IN_GROUP parameter to function
7078 prototype.
7079 * gcse.c (process_insert_insn): Call insn_invalid_p with IN_GROUP
7080 set to false.
7081 * config/s390/s390.c (insn_invalid_p): Likewise.
7082
7083 2012-04-24 Jakub Jelinek <jakub@redhat.com>
7084
7085 PR middle-end/53084
7086 * varasm.c (compute_reloc_for_constant): Handle ADDR_EXPR of MEM_REF.
7087 (output_addressed_constants): Likewise.
7088
7089 PR middle-end/52999
7090 * varasm.c (get_section): Don't ICE for section conflicts with
7091 built-in section kinds.
7092
7093 2012-04-23 DJ Delorie <dj@redhat.com>
7094
7095 * config/s390/s390.h (LINK_SPEC): Remove, no longer needed.
7096 (LIBSTDCXX): Change to CPP2.
7097
7098 2012-04-23 H.J. Lu <hongjiu.lu@intel.com>
7099
7100 PR bootstrap/52878
7101 * opth-gen.awk: Check if MASK_ and TARGET_ macros are defined for
7102 extra_masks.
7103
7104 2012-04-23 Uros Bizjak <ubizjak@gmail.com>
7105
7106 * config/i386/i386.md (*add<mode>_2): Add r/r/0 alternative.
7107 (*addsi_2_zext): Ditto.
7108 (*add<mode>_3): Ditto.
7109 (*addsi_3_zext): Ditto.
7110 (*add<mode>_5): Ditto.
7111
7112 2012-04-23 Andrew Pinski <apinski@cavium.com>
7113
7114 * tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0
7115 (C & B) to (A OP0) & B.
7116
7117 2012-04-23 Martin Jambor <mjambor@suse.cz>
7118
7119 * expr.c (expand_expr_real_1): Remove setting parent's alias set for
7120 temporaries created for a bitfield (reverting revision 122014).
7121
7122 2012-04-23 Richard Guenther <rguenther@suse.de>
7123
7124 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify
7125 the condition using is_gimple_condexpr and avoid the not necessary
7126 boolification.
7127 (set_prologue_iterations): Likewise.
7128 (vect_loop_versioning): Likewise.
7129
7130 2012-04-23 Richard Guenther <rguenther@suse.de>
7131
7132 PR tree-optimization/53070
7133 * tree-if-conv.c (combine_blocks): Free predicates in all blocks.
7134 (main_tree_if_conversion): Verify we succeeded in that.
7135
7136 2012-04-23 Jan Hubicka <jh@suse.cz>
7137
7138 * lto-symtab.c (lto_cgraph_replace_node): Do not call
7139 mark_reahcable_node.
7140 * cgraph.c (cgraph_remove_node): Do not clear reachable.
7141 (cgraph_mark_reachable_node): Remove.
7142 (cgraph_mark_force_output_node): Do not set reachable.
7143 (dump_cgraph_node): Do not dump reachable.
7144 (cgraph_create_virtual_clone): Do not set reachable.
7145 * cgraph.h (cgraph_node): Remove reachable flag.
7146 (varpool_node): Remove reachable flag.
7147 (cgraph_mark_if_needed): Remove.
7148 (cgraph_mark_reachable_node): Remove.
7149 * tree-emutls.c (ipa_lower_emutls): Do not check reachable.
7150 * cgraphunit.c (cgraph_finalize_function): Do not mark node as
7151 reachable.
7152 (cgraph_add_new_function): Likewise.
7153 (cgraph_mark_if_needed): Remove.
7154 (cgraph_analyze_function): Do not set target as reachable.
7155 (process_function_and_variable_attributes): Do not care about
7156 dllexport.
7157 (cgraph_analyze_functions): Do not set reachable flags.
7158 (cgraph_mark_functions_to_output): Do not check reachability.
7159 (cgraph_copy_node_for_versioning): Do not set reachable flag.
7160 (dbxout_expand_expr): Update.
7161 * c-decl.c (merge_decls): Do not track changed externs.
7162 * ipa.c: Include pointer-set.h
7163 (enqueue_cgraph_node): Use reachable pointer set.
7164 (process_references): Likewise.
7165 (cgraph_remove_unreachable_nodes): Likewise.
7166 (whole_program_function_and_variable_visibility): Do not recompute
7167 reachable.
7168 * trans-mem.c (ipa_tm_execute): Do not check reachable flag.
7169
7170 2012-04-23 Georg-Johann Lay <avr@gjlay.de>
7171
7172 * doc/extend.texi (AVR Named Address Spaces): Fix typos.
7173
7174 2012-04-23 Richard Guenther <rguenther@suse.de>
7175
7176 PR c/53060
7177 * c-typeck.c (build_binary_op): Fix typo.
7178
7179 2012-04-23 Jakub Jelinek <jakub@redhat.com>
7180
7181 PR tree-optimizations/52891
7182 * tree-vect-patterns.c (adjust_bool_pattern): Use
7183 build_nonstandard_type even if rhs1 has unsigned INTEGER_TYPE,
7184 but with non-standard precision.
7185
7186 2012-04-22 Jan Hubicka <jh@suse.cz>
7187
7188 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Bail out at NULL
7189 tree refs.
7190
7191 2012-04-22 Jan Hubicka <jh@suse.cz>
7192
7193 * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.
7194 * cgraphbuild.c (record_reference, record_type_list, mark_address,
7195 mark_load, mark_store): Do not mark varpool nodes as needed.
7196 * cgraph.c (cgraph_new_nodes): Remove.
7197 (cgraph_create_function_alias): Do not mark nodes as reachable.
7198 (cgraph_add_thunk): Likewise.
7199 (cgraph_mark_reachable_node): Do not manage the queue.
7200 * cgraph.h (cgraph_node): Remove next_needed.
7201 (varpool_nodes_queue): Remove next_needed and prev_needed.
7202 (x_cgraph_nodes_queue, x_cgraph_nodes_queue, cgraph_new_nodes): Remove.
7203 (cgraph_new_nodes): Declare.
7204 (x_varpool_nodes_queue, varpool_nodes_queue); Remove.
7205 (varpool_analyze_pending_decls): Remove.
7206 (varpool_analyze_node): New.
7207 (varpool_mark_needed_node): Remove.
7208 (varpool_first_variable, varpool_next_variable): New inlines.
7209 (varpool_first_static_initializer, varpool_next_static_initializer):
7210 Update.
7211 (FOR_EACH_STATIC_VARIABLE): Remove unused walker.
7212 (varpool_first_defined_variable): New inline.
7213 (varpool_next_defined_variable): New inline
7214 (FOR_EACH_VARIABLE): Reimplement.
7215 (FOR_EACH_DEFINED_VARIABLE): Reimplement.
7216 * toplev.c (wrapup_global_declaration_2): Use analyzed instead of
7217 needed flag.
7218 * cgraphunit.c (cgraph_new_nodes): Declare here.
7219 (enqueue_node): New function.
7220 (cgraph_process_new_functions): update for new
7221 node set; when constructing cgraph enqueue node for processing.
7222 (cgraph_add_new_function): Use new node set.
7223 (process_function_and_variable_attributes): Do not set varpool needed
7224 flags.
7225 (referred_to_p): New function.
7226 (varpool_finalize_decl): Move here from varpool.c; enqueue needed node
7227 when varpool is in construction.
7228 (cgraph_analyze_functions): Rewrite.
7229 (cgraph_expand_all_functions): Update.
7230 (cgraph_output_in_order): Do not analyze pending decls; do not set
7231 needed flags.
7232 (cgraph_optimize): Do not analyze pending decls.
7233 * lto-cgraph.c (input_varpool_node): Clear analyzed flag for objects
7234 in other partition; do not mark node as needed.
7235 * dwarf2out.c (reference_to_unused): Use analyzed flag.
7236 (premark_types_used_by_global_vars_helper): Likewise.
7237 * ipa.c (process_references): Do not call varpool_mark_needed_node.
7238 (cgraph_remove_unreachable_nodes): Do not rely on varpool and
7239 cgrpah queues.
7240 (function_and_variable_visibility): Do not mark node as needed.
7241 (whole_program_function_and_variable_visibility): Likewise.
7242 * Makefile.in (gt-varpool.h): No longer needed.
7243 * passes.c (execute_one_pass, execute_ipa_pass_list): Update.
7244 (ipa_write_summaries): Do not use needed flag.
7245 * varpool.c: Do not include gt-varpool.h
7246 (x_varpool_nodes_queue, x_varpool_last_needed_node,
7247 x_varpool_last_needed_node, x_varpool_first_unanalyzed_node,
7248 x_varpool_first_unanalyzed_node, varpool_assembled_nodes_queue):
7249 Remove.
7250 (varpool_remove_node): Do not update the lists.
7251 (dump_varpool_node): Do not dump needed flag.
7252 (varpool_enqueue_needed_node): Remove.
7253 (varpool_mark_needed_node): Remove.
7254 (varpool_reset_queue): Remove.
7255 (varpool_finalize_decl): Move to cgraphunit.c
7256 (varpool_analyze_node): New functions based on former
7257 varpool_analyze_pending_decls.
7258 (varpool_analyze_pending_decls): Remove.
7259 (varpool_assemble_decl): Do not update the lists.
7260 (enqueue_node): New function.
7261 (varpool_remove_unreferenced_decls): Rewrite.
7262 (varpool_empty_needed_queue): Remove.
7263 (add_new_static_var): Do not mark node as needed.
7264 (varpool_create_variable_alias): Handle expansion state
7265 creation.
7266 * except.c (output_ttype): Do not mark node as needed.
7267 * varasm.c (mark_decl_referenced): Do not use mark_needed_node.
7268 * tree-profile.c (init_ic_make_global_vars, init_ic_make_global_vars):
7269 Likewise.
7270 * tree-switch-conversion.c (build_one_array): Likewise.
7271
7272 2012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
7273
7274 PR c/44774
7275 * doc/invoke.texi (pedantic): Rename to Wpedantic.
7276 * common.opt (Wpedantic): New.
7277 (pedantic): Alias Wpedantic.
7278 * diagnostic.c (warning_at): Likewise.
7279 * c-decl.c (diagnose_mismatched_decls): Likewise.
7280 (build_array_declarator): Likewise.
7281 (mark_forward_parm_decls):
7282 (check_bitfield_type_and_width): Likewise.
7283 (grokdeclarator): Likewise.
7284 (grokfield): Likewise.
7285 (finish_struct): Likewise.
7286 (build_enumerator): Likewise.
7287 (store_parm_decls_oldstyle): Likewise.
7288 (declspecs_add_qual): Likewise.
7289 (declspecs_add_type): Likewise.
7290 (finish_declspecs): Likewise.
7291 * c-typeck.c (composite_type): Likewise.
7292 (comp_target_types): Likewise.
7293 (build_array_ref): Likewise.
7294 (pointer_diff): Likewise.
7295 (build_unary_op): Likewise.
7296 (build_conditional_expr): Likewise.
7297 (build_c_cast): Likewise.
7298 (convert_for_assignment): Likewise.
7299 (maybe_warn_string_init): Likewise.
7300 (digest_init): Likewise.
7301 (pop_init_level): Likewise.
7302 (set_init_index): Likewise.
7303 (c_finish_goto_label): Likewise.
7304 (c_finish_return): Likewise.
7305 (do_case): Likewise.
7306 (build_binary_op): Likewise.
7307 * c-parser.c (static): Likewise.
7308 (c_parser_external_declaration): Likewise.
7309 (c_parser_declaration_or_fndef): Likewise.
7310 (c_parser_static_assert_declaration_no_se): Likewise.
7311 (c_parser_enum_specifier): Likewise.
7312 (c_parser_struct_or_union_specifier): Likewise.
7313 (c_parser_struct_declaration): Likewise.
7314 (c_parser_alignas_specifier): Likewise.
7315 (c_parser_braced_init): Likewise.
7316 (c_parser_initelt): Likewise.
7317 (c_parser_compound_statement_nostart): Likewise.
7318 (c_parser_conditional_expression): Likewise.
7319 (c_parser_alignof_expression): Likewise.
7320 (c_parser_postfix_expression): Likewise.
7321 (c_parser_postfix_expression_after_paren_): Likewise.
7322 (c_parser_objc_class_instance_variables): Likewise.
7323 (c_parser_objc_method_definition): Likewise.
7324 (c_parser_objc_methodprotolist): Likewise.
7325
7326 2012-04-22 Ian Lance Taylor <iant@google.com>
7327
7328 * godump.c (go_output_typedef): Dump size of structs.
7329
7330 2012-04-22 Razya Ladelsky <razya@il.ibm.com>
7331
7332 Correcting transform_to_exit_first_loop + fix to PR46886
7333 * tree-parloops.c (transform_to_exit_first_loop): Remove
7334 setting of number of iterations according to the loop pattern.
7335 Duplicate from entry to exit->src instead of loop->latch.
7336 (pallelize_loops): Remove the condition preventing do-while loops.
7337 * tree-cfg.c (bool bb_in_region_p): New.
7338 (gimple_duplicate_sese_tail): Adjust duplication of the the subloops.
7339 Adjust redirection of the duplicated iteration.
7340
7341 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
7342
7343 PR bootstrap/53021
7344 * rtl.def (ADDRESS): Use "i" rather than "w".
7345 * rtl.h (find_base_term): Delete.
7346 (may_be_sp_based_p): Declare.
7347 * rtl.c (rtx_code_size): Remove ADDRESS special case.
7348 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP)
7349 (UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Move to...
7350 * alias.c: ...here.
7351 (find_base_term): Make static.
7352 (may_be_sp_based_p): New function.
7353 * dse.c (record_store): Use it.
7354 * store-motion.c (store_killed_in_insn): Likewise.
7355
7356 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
7357
7358 * fold-const.c (fold_checksum_tree): Fix VECTOR_CST case.
7359
7360 2012-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
7361
7362 PR 35441
7363 * c-typeck.c (inform_declaration): New.
7364 (build_function_call_vec): Do not pretty-print
7365 expressions when caret is enabled.
7366 (convert_arguments): Use inform_declaration.
7367
7368 2012-04-20 Jim Meyering <meyering@redhat.com>
7369
7370 * genmodes.c (make_complex_modes): Don't truncate a mode name of
7371 length 7 or more when prepending a "C". Suggested by Richard Guenther.
7372
7373 2012-04-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7374
7375 PR rtl-optimization/44214
7376 * fold-const.c (exact_inverse): New function.
7377 (fold_binary_loc): Fold vector and complex division by constant into
7378 multiply by recripocal with flag_reciprocal_math; fold vector division
7379 by constant into multiply by reciprocal with exact inverse.
7380
7381 2012-04-20 Jan Hubicka <jh@suse.cz>
7382
7383 * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of
7384 force flags.
7385 * cgraph.c (cgraph_add_thunk): Use mark_reachable_node.
7386 (cgraph_remove_node): Update.
7387 (cgraph_mark_needed_node): Remove.
7388 (cgraph_mark_force_output_node): New.
7389 (dump_cgraph_node): Do not dump needed flag.
7390 (cgraph_node_cannot_be_local_p_1): Update.
7391 (cgraph_can_remove_if_no_direct_calls_and_refs): Update.
7392 * cgraph.h (symtab_node_base): Add force_output flag.
7393 (cgraph_node): Remove needed flag.
7394 (varpool_node): Remove force_output flag.
7395 (cgraph_mark_needed_node): Remove.
7396 (cgraph_mark_force_output_node): New.
7397 (cgraph_only_called_directly_or_aliased_p,
7398 varpool_can_remove_if_no_refs, varpool_all_refs_explicit_p): Update.
7399 * ipa-cp.c (ipcp_generate_summary): Remove out of date assert.
7400 * cgraphunit.c (cgraph_decide_is_function_needed): rewrite.
7401 (cgraph_add_new_function): Update.
7402 (cgraph_mark_if_needed): Update.
7403 (verify_cgraph_node): Update.
7404 (cgraph_analyze_function): Alias target is reachable.
7405 (process_function_and_variable_attributes): Update: externally_visible
7406 flag makes function reachable.
7407 (cgraph_analyze_functions): Update dumping.
7408 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
7409 input_overwrite_node, input_varpool_node): Update streaming.
7410 * lto-streamer-out.c (produce_symtab): Use force_output.
7411 * ipa.c (process_references): Weakrefs must be processed.
7412 (cgraph_remove_unreachable_nodes): Likewise; update for new
7413 force_output flag.
7414 (varpool_externally_visible_p): Weakrefs are externally visible
7415 even if they are not.
7416 (function_and_variable_visibility): Update; when processing alias
7417 pair force the targets to be output.
7418 (whole_program_function_and_variable_visility): Use
7419 mark_reachable_node.
7420 * trans-mem.c (ipa_tm_mark_needed_node): Remove
7421 (ipa_tm_mark_force_output_node): New function.
7422 (ipa_tm_create_version_alias, ipa_tm_create_version): Update.
7423 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be lax about
7424 aliases.
7425 * varasm.c (mark_decl_referenced): Update.
7426 (find_decl_and_mark_needed): Remove.
7427 (find_decl): New function.
7428 (weak_finish, finish_aliases_1, assemble_alias): Update; do not mark
7429 alias targets as needed.
7430 (dump_tm_clone_pairs): Update.
7431 * tree-inline.c (copy_bb): Update check.
7432 * symtab.c (dump_symtab_base): Dump force_output.
7433 * tree-ssa-structalias.c (ipa_pta_execute): Use force_output.
7434 * passes.c (execute_todo): Fix dumping.
7435 * varpool.c (decide_is_variable_needed, varpool_finalize_decl): Update.
7436 (varpool_analyze_pending_decls): Alias target is reachable.
7437 (varpool_create_variable_alias): Finalize weakrefs.
7438
7439 2012-04-20 Jakub Jelinek <jakub@redhat.com>
7440
7441 PR bootstrap/53021
7442 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP,
7443 UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Define.
7444 * alias.c (init_alias_targets): Use UNIQUE_BASE_VALUE_*
7445 macros instead of constants.
7446 * dse.c (record_store): Check for SP ADDRESS by comparing
7447 XWINT to UNIQUE_BASE_VALUE_SP instead of expecting
7448 XEXP to be stack_pointer_rtx.
7449
7450 2012-04-20 Richard Guenther <rguenther@suse.de>
7451
7452 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Use
7453 update_call_from_tree when propagating into a call.
7454
7455 2012-04-20 Alan Modra <amodra@gmail.com>
7456
7457 * config/rs6000/rs6000.c (rs6000_emit_savres_rtx): Formatting.
7458 (rs6000_emit_prologue, rs6000_emit_epilogue): Likewise. Rename
7459 sp_offset to frame_off. Move world save code earlier.
7460
7461 2012-04-20 Richard Guenther <rguenther@suse.de>
7462
7463 PR tree-optimization/53050
7464 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine):
7465 Do only one transform on COND_EXPRs at the same time.
7466
7467 2012-04-19 Jan Hubicka <jh@suse.cz>
7468
7469 * symtab.c (dump_symtab_base): Revert accidental checkin.
7470
7471 2012-04-20 Alan Modra <amodra@gmail.com>
7472
7473 PR target/53040
7474 * config/rs6000/rs6000.c (rs6000_savres_strategy): When using
7475 static chain, set REST_INLINE_FPRS too.
7476
7477 2012-04-20 Thomas Schwinge <thomas@codesourcery.com>
7478
7479 * tree-dump.c (dequeue_and_dump) <BIT_FIELD_REF>: Dump the three child
7480 nodes.
7481
7482 2012-04-20 Richard Guenther <rguenther@suse.de>
7483
7484 * tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize
7485 loops that can never run more often than the vectorization factor.
7486
7487 2012-04-19 Jan Hubicka <jh@suse.cz>
7488
7489 * symtab.c (dump_symtab_base): Fix dumping of asm lists.
7490
7491 2012-04-19 David Edelsohn <dje.gcc@gmail.com>
7492
7493 * config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
7494
7495 2012-04-19 Jim Meyering <meyering@redhat.com>
7496
7497 * genmodes.c (make_complex_modes): Avoid unnecessary use of strncpy.
7498 We verified above that the string(including trailing NUL) fits in buf,
7499 so just use memcpy.
7500
7501 2012-04-19 Richard Guenther <rguenther@suse.de>
7502
7503 * symtab.c (dump_symtab_base): Use TREE_STRING_POINTER
7504 for dumping DECL_SECTION_NAME.
7505
7506 2012-04-19 Michael Matz <matz@suse.de>
7507
7508 PR middle-end/52977
7509 * tree.h (VECTOR_CST_NELTS): Use part number of types again.
7510 (struct tree_vector): Adjust GTY length.
7511 * tree.c (make_vector_stat): Don't set VECTOR_CST_NELTS.
7512
7513 * gengtype.c (struct walk_type_data): Add in_record_p and loopcounter
7514 members.
7515 (walk_type, <TYPE_POINTER, TYPE_ARRAY>): Handle case where our
7516 caller emitted the length calulation already.
7517 (walk_type, <TYPE_UNION, TYPE_STRUCT>): Emit length calculations
7518 before handling any of the fields for structs.
7519
7520 2012-04-19 Richard Guenther <rguenther@suse.de>
7521
7522 PR tree-optimization/53031
7523 * tree-vrp.c (adjust_range_with_scev): Revert back to
7524 using max_loop_iterations.
7525
7526 2012-04-19 Michael Matz <matz@suse.de>
7527
7528 * diagnostic.c (emit_diagnostic): Move va_end call after user
7529 of the va_list.
7530 (warning, warning_at, pedwarn, permerror): Ditto.
7531
7532 2012-04-19 Richard Guenther <rguenther@suse.de>
7533
7534 * ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound
7535 array access.
7536
7537 2012-04-19 Georg-Johann Lay <avr@gjlay.de>
7538
7539 PR target/53033
7540 * config/avr/avr.c (avr_out_load_psi): Fix assembler template for
7541 the case *(X+const).
7542
7543 2012-04-19 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
7544
7545 * config/arm/sync.md (sync_optab): Change ior attribute to "or".
7546
7547 2012-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
7548
7549 PR c/52283/37985
7550 * stmt.c (warn_if_unused_value): Skip NOP_EXPR.
7551 * convert.c (convert_to_integer): Don't set TREE_NO_WARNING.
7552
7553 2012-04-19 Richard Guenther <rguenther@suse.de>
7554
7555 PR rtl-optimization/44688
7556 * loop-iv.c (determine_max_iter): Only return max_iter.
7557 (iv_number_of_iterations): Also use the recorded loop bound
7558 on the maximum number of iterations.
7559 * loop-unroll.c (decide_unroll_runtime_iterations): Use
7560 max_iter to avoid unrolling loops that do not roll.
7561 (decide_unroll_stupid): Likewise.
7562
7563 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
7564
7565 * targhooks.c (default_case_values_threshold): Fix code style nit.
7566
7567 * stmt.c (add_case_node, expand_case): Move logic to remove/reduce
7568 case range and type folding from here...
7569 * gimplify.c (gimplify_switch_expr): ... to here. Expect NULL_TREE
7570 type, as documented in tree.def.
7571
7572 2012-04-18 Jan Hubicka <jh@suse.cz>
7573
7574 * cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):
7575 Declare.
7576 * cgraphunit.c (verify_cgraph_node): Verify symtab base; do not verify
7577 cgraph hash and same comdat groups.
7578 (cgraph_optimize): Verify symbol table.
7579 * ipa.c (cgraph_remove_unreachable_nodes): Verify symbol table.
7580 (dissolve_same_comdat_group_list): Work on symtab nodes.
7581 (function_and_variable_visibility): Dissolve variable same comdat group
7582 lists, too.
7583 * symtab.c: Include timevar.h
7584 (verify_symtab_base, verify_symtab_node, verify_symtab): New functions.
7585
7586 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
7587
7588 * tree-switch-conversion.c (info): Remove global pass info.
7589 (check_range, check_process_case, check_final_bb, create_temp_arrays,
7590 free_temp_arrays, gather_default_values, build_constructors,
7591 array_value_type, build_one_array, build_arrays, gen_def_assigns,
7592 fix_phi_nodes, gen_inbound_check): Pass info around from ...
7593 (process_switch): ... here. Unify message format. Return a const
7594 char pointer to the failure reason message.
7595 (do_switchconv): Unify message format. Update process_switch usage.
7596
7597 * tree.def (CASE_LABEL_EXPR): Fix documentation, mention all operands.
7598 * tree-cfg.c (edge_to_cases): Fix documentation.
7599
7600 2012-04-18 Uros Bizjak <ubizjak@gmail.com>
7601
7602 * config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
7603
7604 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7605
7606 PR tree-optimization/52976
7607 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): Delete.
7608 (possibly_move_powi): New function.
7609 (rewrite_expr_tree): Call possibly_move_powi.
7610 (rewrite_expr_tree_parallel): Likewise.
7611 (attempt_builtin_powi): Change call of add_to_ops_vec_max_rank to
7612 call add_to_ops_vec instead.
7613
7614 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7615
7616 PR tree-optimization/52976
7617 * tree-ssa-reassoc.c (stmt_is_power_of_op): New function.
7618 (decrement_power): Likewise.
7619 (propagate_op_to_single_use): Likewise.
7620 (zero_one_operation): Handle __builtin_pow* calls in linearized
7621 expression trees; factor logic into propagate_op_to_single_use.
7622 (undistribute_ops_list): Allow operands with repeat counts > 1.
7623
7624 2012-04-18 Richard Guenther <rguenther@suse.de>
7625
7626 PR tree-optimization/44688
7627 * cfgloop.h (record_niter_bound): Declare.
7628 * tree-ssa-loop-niter.c (record_niter_bound): Export.
7629 Update the estimation with the upper bound here...
7630 (estimate_numbers_of_iterations_loop): ... instead of here.
7631 Do not forcefully reset a recorded upper bound.
7632 * tree-vect-loop-manip.c (vect_do_peeling_for_alignment):
7633 Record the maximum number of loop iterations of the prologue loop.
7634
7635 2012-04-18 Jan Hubicka <jh@suse.cz>
7636
7637 * lto-symtab.c (lto_cgraph_replace_node): Update.
7638 * cgraphbuild.c (record_reference, record_type_list,
7639 record_eh_tables, mark_address, mark_load, mark_store): Update.
7640 * cgraph.c (cgraph_same_body_alias, dump_cgraph_node,
7641 cgraph_create_virtual_clone, cgraph_for_node_thunks_and_aliases):
7642 Update.
7643 * cgraph.h (symtab_node_def, symtab_node, const_symtab_node): Remove.
7644 (cgraph_alias_aliased_node, varpool_alias_aliased_node): Update.
7645 * reload.c: Fix typo in comment.
7646 * rtlanal.c: Likewise.
7647 * tree-emultls.c (gen_emutls_addr): Update.
7648 * ipa-reference.c (analyze_function): Update.
7649 * cgraphunit.c (cgraph_analyze_function,
7650 cgraph_process_same_body_aliases, assemble_thunks_and_aliases):
7651 Update.
7652 * ipa-ref.c (ipa_record_reference): Reorg to avoid reference types.
7653 (ipa_remove_reference): Likewise.
7654 (ipa_remove_all_refering): Rename to ...
7655 (ipa_remove_all_referring): ... this one; update.
7656 (ipa_dump_references): Update.
7657 (ipa_dump_referring): Update.
7658 (ipa_clone_references): Update.
7659 (ipa_clone_refering): Rename to ...
7660 (ipa_clone_referring): ... this one; update.
7661 (ipa_ref_cannot_lead_to_return): Update.
7662 (ipa_ref_has_aliases_p): Update.
7663 * ipa-ref.h (symtab_node_def, symtab_node, const_symtab_node): New
7664 forward typedefs.
7665 (ipa_ref_type): Remove.
7666 (ipa_ref_ptr_u): Remove.
7667 (ipa_ref): Remove referencing, refered, refered_index, refering_type
7668 and refered_type; add referring, referred and referred_index.
7669 (ipa_ref_list): Rename refering to referring.
7670 (ipa_record_reference, ipa_remove_all_referring, ipa_dump_referring,
7671 ipa_clone_references, ipa_clone_referring): Update prototypes.
7672 * lto-cgraph.c (referenced_from_other_partition_p): Update.
7673 (lto_output_ref): Update.
7674 (add_references): Update.
7675 (input_varpool_node): Update.
7676 (input_refs): Update.
7677 * ipa-ref-inline.h (ipa_ref_node): Update.
7678 (ipa_ref_varpool_node): Update.
7679 (ipa_ref_referring_node): Update.
7680 (ipa_ref_referring_varpool_node): Update.
7681 (ipa_ref_referring_ref_list): Update.
7682 (ipa_ref_referred_ref_list): Update.
7683 (ipa_ref_list_first_referring): Update.
7684 (ipa_empty_ref_list): Update.
7685 (ipa_ref_list_refering_iterate): Rename to ...
7686 (ipa_ref_list_referring_iterate): ... this one.
7687 * cse.c: Update comment.
7688 * ipa-utils.c (ipa_reverse_postorder): Update.
7689 * tree-ssa-alias.c: Update.
7690 * ipa-inline.c (reset_edge_caches): Update.
7691 (update_caller_keys): Update.
7692 * ipa-inline.h: Update comments.
7693 * jump.c: Update comment.
7694 * alias.c: Likewise.
7695 * ipa.c (process_references): Update.
7696 (cgraph_remove_unreachable_nodes): Likewise.
7697 (ipa_discover_readonly_nonaddressable_var): Likewise.
7698 (cgraph_address_taken_from_non_vtable_p): Likewise.
7699 * trans-mem.c (ipa_tm_execute): Update.
7700 * simplify-rtx.c: Fix comment.
7701 * rtl.c: Fix comment.
7702 * symtab.c (symtab_unregister_node): Update.
7703 * varpool.c (dump_varpool_node): Update.
7704 (varpool_analyze_pending_decls): Update.
7705 (assemble_aliases): Update.
7706 (varpool_for_node_and_aliases): Update.
7707
7708 2012-04-18 Richard Guenther <rguenther@suse.de>
7709
7710 * cfgloop.h (estimate_numbers_of_iterations_loop): Remove
7711 use_undefined_p parameter.
7712 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
7713 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
7714 Likewise.
7715 (estimate_numbers_of_iterations): Likewise.
7716 (estimated_loop_iterations): Adjust.
7717 (max_loop_iterations): Likewise.
7718 (scev_probably_wraps_p): Likewise.
7719 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
7720 * tree-vrp.c (adjust_range_with_scev): Use max_stmt_executions,
7721 not max_loop_iterations.
7722 (execute_vrp): Remove explicit number of iterations estimation.
7723
7724 2012-04-18 Enkovich Ilya <ilya.enkovich@intel.com>
7725
7726 * config/i386/linux-common.h: New.
7727
7728 * config.gcc: Add i386/linux-common.h before
7729 all i386/linux.h and i386/linux64.h usages.
7730
7731 * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): New.
7732 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
7733 * config/i386/gnu-user64.h: Likewise.
7734
7735 * config/i386/gnu-user.common.h (GNU_USER_TARGET_CC1_SPEC): New.
7736 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC.
7737 (GNU_USER_TARGET_MATHFILE_SPEC): New.
7738 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC.
7739
7740 2012-04-18 Jan Hubicka <jh@suse.cz>
7741
7742 * cgraph.c (cgraph_node_name): Remove.
7743 (dump_cgraph_node): Use dump_symtab_base; reformat.
7744 * cgraph.h (symtab_node_asm_name, symtab_node_name, dump_symtab,
7745 debug_symtab, dump_symtab_node, debug_symtab_node, dump_symtab_base):
7746 Declare.
7747 (cgraph_node_name, varpool_node_name): Remove.
7748 (cgraph_node_asm_name, varpool_node_asm_name,
7749 cgraph_node_name, varpool_node_name): New.
7750 * tree-pass.h (TODO_dump_cgraph): Rename to ...
7751 (TODO_dump_symtab): ... this one.
7752 * ipa-cp (pass_ipa_cp): Update.
7753 * ia-reference.c (generate_summary, read_write_all_from_decl,
7754 propagate, ipa_reference_read_optimization_summary): Update.
7755 * cgraphunit.c (cgraph_analyze_functions): Update.
7756 (cgraph_optimize): Update.
7757 * ipa-ref.c (ipa_dump_references): Update.
7758 (ipa_dump_refering): Update.
7759 * ipa-inline.c (pass_ipa_inline): Update.
7760 * matrix-reorg.c (pass_ipa_matrix_reorg): Update.
7761 * ipa.c (pass_ipa_function_visibility,
7762 pass_ipa_whole_program_visibility): Update.
7763 * tree-sra.c (pass_early_ipa_sra): Update.
7764 * symtab.c: Include langhooks.h
7765 (symtab_node_asm_name): New.
7766 (symtab_node_name): New.
7767 (symtab_type_names): New static var.
7768 (dump_symtab_base): New.
7769 (dump_symtab_node, dump_symtab): New.
7770 (debug_symtab_node, debug_symtab): New.
7771 * tree-ssa-structalias.c: Dump symbol table.
7772 * pases.c (execute_todo): Handle TODO_dump_symtab instead
7773 of TODO_dump_cgraph.
7774 * varpoo.c (varpool_node_name): Remove.
7775 (dump_varpool_node): Use dump_symtab_base; reformat.
7776
7777 2012-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
7778
7779 * doc/invoke.texi (Language Independent Options): @item should be
7780 before @opindex.
7781
7782 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
7783
7784 PR bootstrap/53021
7785 * rtl.c (rtx_code_size): Handle ADDRESS.
7786
7787 2012-04-17 Tom de Vries <tom@codesourcery.com>
7788
7789 * tree-iterator.c (append_to_statement_list_1): Handle case that *list_p
7790 is not a STMT_LIST.
7791
7792 2012-04-17 Uros Bizjak <ubizjak@gmail.com>
7793
7794 PR target/53020
7795 * config/i386/sync.md (atomic_<code><mode>): Rename to
7796 atomic_<logic><mode>.
7797
7798 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
7799
7800 * rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.
7801 * alias.c (reg_base_value): Expand and update comment.
7802 (arg_base_value): New variable.
7803 (unique_id): Move up file.
7804 (unique_base_value, unique_base_value_p, known_base_value_p): New.
7805 (find_base_value): Use arg_base_value and known_base_value_p.
7806 (record_set): Document REG_NOALIAS handling. Use unique_base_value.
7807 (find_base_term): Use known_base_value_p.
7808 (base_alias_check): Use unique_base_value_p.
7809 (init_alias_target): Initialize arg_base_value. Use unique_base_value.
7810 (init_alias_analysis): Use 1 as the first id for REG_NOALIAS bases.
7811
7812 2012-04-17 Pat Haugen <pthaugen@us.ibm.com>
7813
7814 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Remove DImode.
7815
7816 2012-04-17 Michael Matz <matz@suse.de>
7817
7818 PR tree-optimization/18437
7819 * tree-vectorizer.h (_stmt_vec_info.stride_load_p): New member.
7820 (STMT_VINFO_STRIDE_LOAD_P): New accessor.
7821 (vect_check_strided_load): Declare.
7822 * tree-vect-data-refs.c (vect_check_strided_load): New function.
7823 (vect_analyze_data_refs): Use it to accept strided loads.
7824 * tree-vect-stmts.c (vectorizable_load): Ditto and handle them.
7825
7826 2012-04-17 Richard Guenther <rguenther@suse.de>
7827
7828 PR middle-end/53011
7829 * tree-eh.c (cleanup_empty_eh_merge_phis): Properly discard
7830 loops when redirecting an entry or latch edge.
7831
7832 2012-04-17 Bernd Schmidt <bernds@codesourcery.com>
7833
7834 * sel-sched.c (sel_global_init): Revert previous change.
7835
7836 2012-04-17 Richard Guenther <rguenther@suse.de>
7837
7838 * tree-flow.h (array_at_struct_end_p): Move declaration ...
7839 * tree.h (array_at_struct_end_p): ... here.
7840 * tree-ssa-loop-niter.c (array_at_struct_end_p): Move ...
7841 * expr.c (array_at_struct_end_p): ... here. Rewrite.
7842
7843 2012-04-17 Steven Bosscher <steven@gcc.gnu.org>
7844
7845 * stmt.c (cost_table_, use_cost_table, cost_table_initialize,
7846 COST_TABLE): Remove.
7847 (estimate_case_costs): Remove.
7848 (expand_case): Do not call estimate_case_costs
7849 to set use_cost_table.
7850 (balance_case_nodes): Do not use use_cost_table.
7851
7852 2012-04-16 Jan Hubicka <jh@suse.cz>
7853
7854 * cgraph.c (cgraph_hash, assembler_name_hash): Remove.
7855 (hash_node, eq_node): Remove.
7856 (cgraph_create_node): Do not handle hashtable.
7857 (cgraph_get_node): Remove.
7858 (cgraph_insert_node_to_hashtable): Remove.
7859 (hash_node_by_assembler_name): Remove.
7860 (eq_assembler_name): Remove.
7861 (cgraph_node_for_asm): Rewrite.
7862 (cgraph_find_replacement_node): Break out from ...
7863 (cgraph_remove_node): ... here; do not maintain hashtables.
7864 (change_decl_assembler_name): Remove.
7865 (cgraph_clone_node): Do not maintain hashtables.
7866 * cgraph.h (const_symtab_node): New typedef.
7867 (cgraph_insert_node_to_hashtable): Remove.
7868 (symtab_get_node, symtab_node_for_asm,
7869 symtab_insert_node_to_hashtable): Declare.
7870 (cgraph_find_replacement_node): Declare.
7871 (cgraph_get_node, varpool_get_node): Turn into inlines.
7872 (cgraph, varpool): Work sanely on NULL pointers.
7873 (FOR_EACH_SYMBOL): New walker.
7874 * ipa-inline-transform.c (save_inline_function_body): Use
7875 symtab_insert_node_to_hashtable.
7876 * symtab.c: Include ggc.h and diagnostics.h
7877 (symtab_hash, assembler_name_hash): New static vars;
7878 (hash_node, eq_node, hash_node_by_assembler_name,
7879 eq_assembler_name, insert_to_assembler_name_hash,
7880 unlink_from_assembler_name_hash): New.
7881 (symtab_register_node): Update hashtables.
7882 (symtab_insert_node_to_hashtable): New.
7883 (symtab_unregister_node): Update hashtables.
7884 (symtab_get_node): New.
7885 (symtab_node_for_asm): New.
7886 (change_decl_assembler_name): New.
7887 * Makefile.in (symtab.o): Needs GTY.
7888 * varpool.c (varpool_hash): Remove.
7889 (hash_varpool_node, eq_varpool_node, varpool_get_node): Remove.
7890 (varpool_node): Rewrite using varpool_get_node.
7891 (varpool_remove_node): DO not maintain hashtables.
7892 (varpool_node_for_asm): Rewrite.
7893
7894 2012-04-16 Sandra Loosemore <sandra@codesourcery.com>
7895
7896 * doc/invoke.texi: Copy-edit to put verbs in the present tense
7897 when describing the current behavior of GCC.
7898
7899 2012-04-16 Richard Sandiford <rdsandiford@googlemail.com>
7900
7901 * genemit.c (gen_exp): Remove ADDRESS handling.
7902 * genoutput.c (scan_operands): Likewise.
7903 * genpeep.c (match_rtx): Likewise.
7904 * genrecog.c (add_to_sequence): Likewise.
7905
7906 2012-04-16 David Edelsohn <dje.gcc@gmail.com>
7907
7908 * doc/install.texi (Specific, *-ibm-aix*): Update assembler bug status.
7909
7910 2012-04-16 Martin Jambor <mjambor@suse.cz>
7911
7912 * tree-sra.c (build_ref_for_model): Create COMPONENT_REFs only for
7913 bit-fields.
7914
7915 2012-04-16 Ulrich Weigand <ulrich.weigand@linaro.org>
7916
7917 PR target/51819
7918 * config/arm/arm.c (arm_print_operand): Fix invalid alignment
7919 hints for 'A' operand types.
7920
7921 2012-04-16 Jan Hubicka <jh@suse.cz>
7922
7923 * cgraph.h (symtab_node_base): Add next and previous pointers.
7924 (cgraph_node): Remove next and preivous pointers.
7925 (varpool_node): Likewise; remove next/previous GTY marker;
7926 it is not type safe.
7927 (symtab_node_def): Update GTY marker
7928 (x_cgraph_nodes, cgraph_nodes): Remove.
7929 (symtab_nodes): New function.
7930 (cgraph_order): Rename to ...
7931 (symtab_order): ... this one.
7932 (symtab_register_node, symtab_unregister_node, symtab_remove_node):
7933 Declare.
7934 (x_varpool_nodes, varpool_nodes): Remove.
7935 (FOR_EACH_STATIC_VARIABLE): Update.
7936 (symtab_function_p, symtab_variable_p): New function.
7937 (FOR_EACH_VARIABLE): Update.
7938 (varpool_first_variable, varpool_next_variable): New functions.
7939 (FOR_EACH_VARIABLE): Update.
7940 (cgraph_first_defined_function): Update.
7941 (cgraph_next_defined_function, cgraph_next_defined_function): Update.
7942 (FOR_EACH_DEFINED_FUNCTION, FOR_EACH_FUNCTION): Update.
7943 (cgraph_first_function, cgraph_next_function): New.
7944 (FOR_EACH_FUNCTION): Update.
7945 (cgraph_first_function_with_gimple_body,
7946 cgraph_next_function_with_gimple_body): Update.
7947 * symtab.c: New file.
7948 * cgraph.c: Update copyright dates.
7949 (x_cgraph_nodes, cgraph_order): Remove.
7950 (NEXT_FREE_NODE): Update.
7951 (SET_NEXT_FREE_NODE): New.
7952 (cgraph_create_node_1): Remove common code.
7953 (cgraph_create_node): Remove common code; call symtab_register_node.
7954 (cgraph_remove_node): Remove common code; call symtab_unregister-node.
7955 (cgraph_add_asm_node): Update.
7956 (cgraph_clone_node): Register new node.
7957 * cgraphunit.c (process_function_and_variable_attributes): Update.
7958 (cgraph_analyze_functions): Update.
7959 (cgraph_analyze_functions): Update.
7960 (cgraph_output_in_order): Update.
7961 * lto-cgraph.c (input_node, input_varpool_node, input_cgraph_1):
7962 Update.
7963 * ipa-inline.c (recursive_inlining): Update.
7964 * lto-streamer-in.c (lto_input_toplevel_asms): Update.
7965 * ipa.c (cgraph_remove_unreachable_nodes): Update.
7966 * Makefile.in: Add symtab.o
7967 * varpool.c (x_varpool_nodes): Remove
7968 (varpool_node): Remove common code; call symtab_register_node.
7969 (varpool_remove_node): Remove common code; call symtab_unregister_node.
7970
7971 2012-04-16 Richard Guenther <rguenther@suse.de>
7972
7973 PR middle-end/52977
7974 * tree.h (VECTOR_CST_NELTS): Adjust.
7975 (struct tree_vector): Add explicit length field.
7976 (make_vector_stat): Declare.
7977 (make_vector): Define.
7978 * tree.c (make_vector_stat): New function.
7979 (build_vector_stat): Use it.
7980 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
7981
7982 2012-04-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7983
7984 PR tree-optimization/52976
7985 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): New function.
7986 (undistribute_ops_list): Ops with repeat counts aren't eligible for
7987 undistribution.
7988 (attempt_builtin_powi): Call add_to_ops_vec_max_rank.
7989
7990 2012-04-16 Jan Hubicka <jh@suse.cz>
7991
7992 * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):
7993 New macros.
7994 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Use FOR_EACH
7995 walkers to walk cgraph and varpool.
7996 * cgraph.c (cgraph_node_for_asm): Likewise.
7997 (dump_cgraph): Likewise.
7998 * value-prof.c (init_node_map): Likewise.
7999 * tree.c (free_lang_data_in_cgraph): Likewise.
8000 * tree-emutls.c: (ipa_lower_emutls): Likewise.
8001 * ipa-reference.c (generate_summary, propagate): Likewise.
8002 * cgraphunit.c (verify_cgraph, cgraph_process_same_body_aliases,
8003 cgraph_mark_functions_to_output, cgraph_output_in_order,
8004 output_weakrefs, cgraph_materialize_all_clones,
8005 cgraph_optimize): Likewise.
8006 * lto-cgraph.c (merge_profile_summaries): Likewise.
8007 (input_cgraph): Likewise.
8008 * ipa-pure-const.c (generate_summary): Likewise.
8009 (propagate): Likwise.
8010 * ipa-utils.c (ipa_reduced_postorder): Likewise.
8011 (ipa_free_postorder_info): Likewise.
8012 (ipa_reverse_postorder): Likewise.
8013 * ipa-inline.c (ipa_inline): Likewise.
8014 * matrix-reorg.c (find_matrices_decl): Likewise.
8015 (matrix_reorg): Likewise.
8016 * tree-vectorizer.c (increase_alignment): Likewise.
8017 * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
8018 (function_and_variable_visibility): Likewise.
8019 (whole_program_function_and_variable_visibility): Likewise.
8020 (ipa_cdtor_merge): Likewise.
8021 * trans-mem.c (ipa_tm_execute): Likewise.
8022 * ipa-inline-analysis.c (dump_inline_summaries): Likewise.
8023 * ipa-prop.c (ipa_print_all_jump_functions): Likewise.
8024 (ipa_print_all_params): Likewise.
8025 (ipa_update_after_lto_read): Likewise.
8026 * tree-profie.c (tree_profiling): Likewise.
8027 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
8028 * passes.c (dump_passes): Likewise.
8029 (do_per_function): Likewise.
8030 (ipa_write_summaries): Likewise.
8031 * varpool.c (dump_varpool): Likewise.
8032 (varpool_node_for_asm): Likewise.
8033 (varpool_assemble_pending_decls): Likewise.
8034
8035 2012-04-16 Richard Guenther <rguenther@suse.de>
8036
8037 PR tree-optimization/52975
8038 * tree-if-conv.c (predicate_bbs): Do not simplify inverted
8039 condition but always mark it with TRUTH_NOT_EXPR.
8040
8041 2012-04-16 Richard Guenther <rguenther@suse.de>
8042
8043 PR tree-optimization/52975
8044 * tree-ssa-forwprop.c (combine_cond_exprs): New function.
8045 (ssa_forward_propagate_and_combine): Call it for COND_EXPRs
8046 and VEC_COND_EXPRs. Also combine into VEC_COND_EXPRs condition.
8047 * fold-const.c (operand_equal_p): Handle TARGET_MEM_REF.
8048
8049 2012-04-14 Uros Bizjak <ubizjak@gmail.com>
8050
8051 * config/i386/sse.md (ssse3_plusminus): New code iterator.
8052 (avx2_ph<plusminus_mnemonic>wv16hi3): Macroize insn from
8053 avx2_ph{add,adds,sub,subs}wv16hi3 using ssse3_plusminus code iterator.
8054 (ssse3_ph<plusminus_mnemonic>wv8hi3): Macroize insn from
8055 ssse3_ph{add,adds,sub,subs}wv8hi3 using ssse3_plusminus code iterator.
8056 (ssse3_ph<plusminus_mnemonic>wv4hi3): Macroize insn from
8057 ssse3_ph{add,adds,sub,subs}wv4hi3 using ssse3_plusminus code iterator.
8058
8059 (avx2_ph<plusminus_mnemonic>dv8si3): Macroize insn from
8060 avx2_ph{add,adds,sub,subs}dv8si3 using plusminus code iterator.
8061 (ssse3_ph<plusminus_mnemonic>dv4si3): Macroize insn from
8062 ssse3_ph{add,adds,sub,subs}dv4si3 using plusminus code iterator.
8063 (ssse3_ph<plusminus_mnemonic>dv2si3): Macroize insn from
8064 ssse3_ph{add,adds,sub,subs}dv2si3 using plusminus code iterator.
8065
8066 (xop_plus): New code iterator.
8067 (macs): New code attribute.
8068 (macds): Ditto.
8069 (xop_p<macs><ssemodesuffix><ssemodesuffix>): Macroize insn from
8070 xop_pmacs{,s}{ww,dd} using xop_plus code iterator and VI24_128 mode
8071 iterator.
8072 (xop_p<macs>dql): Macroize insn from xop_pmacs{,s}dql using
8073 xop_plus code iterator.
8074 (xop_p<macs>dqh): Macroize insn from xop_pmacs{,s}dqh using
8075 xop_plus code iterator.
8076 (xop_p<macs>wd): Macroize insn from xop_pmacs{,s}wd using
8077 xop_plus code iterator.
8078 (xop_p<madcs>wd): Macroize insn from xop_pmadcs{,s}wd using
8079 xop_plus code iterator.
8080
8081 (xop_phadd<u>bw): Macroize insn from xop_phadd{,u}bw usign
8082 any_extend code iterator.
8083 (xop_phadd<u>bd): Macroize insn from xop_phadd{,u}bd usign
8084 any_extend code iterator.
8085 (xop_phadd<u>bq): Macroize insn from xop_phadd{,u}bq usign
8086 any_extend code iterator.
8087 (xop_phadd<u>wd): Macroize insn from xop_phadd{,u}wd usign
8088 any_extend code iterator.
8089 (xop_phadd<u>wq): Macroize insn from xop_phadd{,u}wq usign
8090 any_extend code iterator.
8091 (xop_phadd<u>dq): Macroize insn from xop_phadd{,u}dq usign
8092 any_extend code iterator.
8093
8094 2012-04-14 Tom de Vries <tom@codesourcery.com>
8095
8096 * cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by
8097 call to delete_insn. Remove code to reorder BASIC_BLOCK note and
8098 DELETED_LABEL note, and move it to ...
8099 * cfgrtl.c (delete_insn): ... here. Change return type to void.
8100 (delete_insn_and_edges): Likewise.
8101 (delete_insn_chain): Handle new return type of delete_insn. Delete
8102 chain backwards rather than forwards.
8103 * rtl.h (delete_insn, delete_insn_and_edges): Change return type to
8104 void.
8105 * cfglayout.c (fixup_reorder_chain): Delete unused label.
8106
8107 2012-04-14 Jan Hubicka <jh@suse.cz>
8108
8109 * cgraph.h: Update copyrights;
8110 (symtab_node): Turn to union typedef.
8111 (symtab_node_base): New structure.
8112 (symtab_type): Add SYMTAB_SYMBOL tag.
8113 (cgraph_node): Annotate some pinters with nested_ptr.
8114 (varpool_node): Likewise.
8115 (cgraph_local_info): Remove lto_file_data
8116 and externally_visible.
8117 (cgraph_node): Remove decl; same_comdat_group list;
8118 aux; ref_list; order; address_taken; reachable_from_other_parittion,
8119 in_other_partition; resolution.
8120 (varpool_node): Remove decl; same_comdat_group;
8121 ref_list; lto_file_data; aux; order; resolution; externally_visible;
8122 used_from_other_partition; in_other_partition.
8123 (symtab_node_def): New union.
8124 (cgraph, varpool): Update.
8125 (varpool_first_static_initializer, varpool_next_static_initializer,
8126 cgraph_only_called_directly_or_aliased_p,
8127 varpool_can_remove_if_no_refs, varpool_can_remove_if_no_refs,
8128 varpool_all_refs_explicit_p, cgraph_alias_aliased_node,
8129 varpool_alias_aliased_node, cgraph_edge_recursive_p): Update
8130 field references.
8131 * cgraph.c: Likewise.
8132 (cgraph_hash, assembler_name_hash): Turn into symtab_node.
8133 * cgraphbuild.c: Likewise.
8134 * lto-symtab.c: Likewise.
8135 * c-gimplify.c: Likewise.
8136 * value-prof.c: Likewise.
8137 * tree.c: Likewise.
8138 * ipa-cp.c: Likewise.
8139 * tree-emutls.c: Likewise.
8140 * ipa-inline-transform.c: Likwise.
8141 * ipa-reference.c: Likewise.
8142 * cgraphunit.c: Likewise.
8143 * ipa-ref.c: Likewise.
8144 * lto-cgraph.c: Likewise.
8145 * ipa-ref-inline.h: Likewise.
8146 * ipa-pure-const.c: Likewise.
8147 * lto-streamer-out.c: Likewise.
8148 * ipa-utils.c: Likewise.
8149 * ipa-inline.c: Likewise.
8150 * matrix-reorg.c: Likewise.
8151 * tree-eh.c: Likewise.
8152 * tree-vectorizer.c: Likewise.
8153 * ipa-split.c: Likewise.
8154 * ipa.c: Likewise.
8155 * trans-mem.c: Likewise.
8156 * ipa-inline-analysis.c: Likewise.
8157 * gimplify.c: Likewise.
8158 * cfgexpand.c: Likewise.
8159 * tree-sra.c: Likewise.
8160 * ipa-prop.c: Likewise.
8161 * varasm.c: Likewise.
8162 * tree-nested.c: Likewise.
8163 * tree-inline.c: Likewise.
8164 * tree-profile.c: Likewise.
8165 * tree-ssa-structalias.c: Likewise.
8166 * passes.c: Likewise.
8167 * varpool.c: Likewise.
8168
8169 2012-04-14 Tom de Vries <tom@codesourcery.com>
8170
8171 * tree-ssa-tail-merge.c (stmt_local_def): New function, factored out of
8172 same_succ_hash, with local_def inlined. Use SINGLE_SSA_DEF_OPERAND.
8173 Use FOR_EACH_IMM_USE_FAST instead of FOR_EACH_IMM_USE_STMT. Remove use
8174 of find_edge.
8175 (gsi_advance_fw_nondebug_nonlocal): New function.
8176 (local_def): Removed function.
8177 (same_succ_hash): Use stmt_local_def.
8178 (same_succ_equal): Use gsi_advance_fw_nondebug_nonlocal.
8179 (gsi_advance_bw_nondebug_nonlocal): Use stmt_local_def.
8180
8181 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
8182
8183 * config/i386/i386-c.c (ix86_target_macros): Define _ILP32
8184 and __ILP32__ for x32.
8185
8186 2012-04-13 Martin Jambor <mjambor@suse.cz>
8187
8188 PR middle-end/52939
8189 * gimple-fold.c (gimple_get_virt_method_for_binfo): Bail out if
8190 fold_ctor_reference returns a zero constant.
8191
8192 2012-04-13 Enkovich Ilya <ilya.enkovich@intel.com>
8193
8194 * config.gcc: Add i386/gnu-user-common.h before all
8195 i386/gnu-user.h and i386/gnu-user64.h usages.
8196
8197 * config/i386/gnu-user-common.h: New.
8198
8199 * config/i386/gnu-user.h (CPP_SPEC): Moved to gnu-user-common.h.
8200 (CC1_SPEC): Likewise.
8201 (ENDFILE_SPEC): Likewise.
8202 (DEFAULT_PCC_STRUCT_RETURN): Likewise.
8203 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Likewise.
8204 (TARGET_OS_CPP_BUILTINS): Likewise.
8205 (LIBGCC2_HAS_TF_MODE): Likewise.
8206 (LIBGCC2_TF_CEXT): Likewise.
8207 (TF_SIZE): Likewise.
8208 (TARGET_ASM_FILE_END): Likewise.
8209 (STACK_CHECK_MOVING_SP): Likewise.
8210 (STACK_CHECK_STATIC_BUILTIN): Likewise.
8211 * config/i386/gnu-user64.h: Likewise.
8212
8213 2012-04-13 Martin Jambor <mjambor@suse.cz>
8214
8215 * expr.c (expand_expr_real_1): Pass type, not the expression, to
8216 set_mem_attributes for a memory temporary. Do not call the function
8217 for the memory temporary created for a bitfield.
8218
8219 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
8220
8221 PR debug/48866
8222 * df.h (enum debug_temp_where): New.
8223 (dead_debug_init, dead_debug_finish) Declare.
8224 (dead_debug_add, dead_debug_insert_temp): Declare.
8225 (struct dead_debug_use, struct dead_debug): Moved from...
8226 * df-problems.c: ... here.
8227 (df_set_unused_notes_for_mw): Bind debug uses of unused regno
8228 to a debug temp.
8229 (df_create_unused_note): Likewise.
8230 (df_set_dead_notes_for_mw): Move comment where it belongs.
8231 (dead_debug_init): Export.
8232 (dead_debug_reset_uses): New, factored out of...
8233 (dead_debug_finish): ...this. Export.
8234 (dead_debug_reset): Remove.
8235 (dead_debug_add): Export.
8236 (dead_debug_insert_before): Rename to...
8237 (dead_debug_insert_temp): ... this. Add where argument. Export.
8238 Locate stored value for BEFORE_WITH_VALUE. Avoid repeat inserts.
8239 Return insertion count.
8240 (df_note_bb_compute): Adjust.
8241 * dce.c (word_dce_process_block): Adjust dead debug uses.
8242 (dce_process_block): Likewise.
8243
8244 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
8245
8246 * df-problems.c (df_note_bb_compute): Do not take note of
8247 debug uses for whose REGs we won't emit DEAD or UNUSED notes.
8248
8249 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
8250
8251 PR debug/51570
8252 * var-tracking.c (expand_depth): New type.
8253 (onepart_aux, expand_loc_callback_data): Change depth type to it.
8254 (loc_exp_dep_alloc): Adjust initializer.
8255 (update_depth): Use new type. Add entryvals.
8256 (vt_expand_var_loc_chain): Take note of expansions with
8257 ENTRY_VALUEs, but don't accept them right away. Run an optional
8258 second pass accepting the minimum ENTRY_VALUE count found in the
8259 first pass.
8260 (vt_expand_loc_callback, INIT_ELCD): Adjust.
8261
8262 2012-04-13 Tom de Vries <tom@codesourcery.com>
8263
8264 * tree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal): Add
8265 parameters vuse and vuse_escaped.
8266 (find_duplicate): Init vuse1, vuse2 and vuse_escaped. Pass to
8267 gsi_advance_bw_nondebug_nonlocal. Return if vuse_escaped and
8268 vuse1 != vuse2.
8269
8270 2012-04-13 Richard Guenther <rguenther@suse.de>
8271
8272 PR tree-optimization/52969
8273 * tree-if-conv.c (predicate_mem_writes): Properly gimplify
8274 the condition for the COND_EXPR and handle predicate negation
8275 by swapping the COND_EXPR arms.
8276
8277 2012-04-13 Nick Clifton <nickc@redhat.com>
8278
8279 * config/rl78/rl78.c (rl78_devirt_pass): Remove use of
8280 TODO_dump_func flag.
8281
8282 2012-04-13 Andrey Belevantsev <abel@ispras.ru>
8283
8284 PR rtl-optimization/52203
8285 PR rtl-optimization/52715
8286
8287 Revert the 2012-03-07 fix for PR 52203.
8288 * sel-sched.c (reset_sched_cycles_in_current_ebb): Check that
8289 the insn does not modify DFA right before issuing, adjust
8290 issue_rate accordingly.
8291
8292 2012-04-13 Richard Guenther <rguenther@suse.de>
8293
8294 PR c/52549
8295 * c-typeck.c (pointer_diff): Remove bogus assert.
8296
8297 2012-04-13 Richard Guenther <rguenther@suse.de>
8298
8299 PR c/52862
8300 * convert.c (convert_to_pointer): Remove special-casing of zero.
8301
8302 2012-04-13 Joey Ye <joey.ye@arm.com>
8303
8304 * config/arm/constraints.md (Pe): New constraint.
8305 * config/arm/arm.md: New split for imm 256-510.
8306
8307 2012-04-13 Terry Guo <terry.guo@arm.com>
8308
8309 * config/arm/arm-cores.def: Added core cortex-m0plus.
8310 * config/arm/arm-tune.md: Regenerated.
8311 * config/arm/arm-tables.opt: Regenerated.
8312 * doc/invoke.texi: Added entry for cpu ARM cortex-m0plus.
8313
8314 2012-04-13 Alan Modra <amodra@gmail.com>
8315
8316 PR target/52828
8317 * config/rs6000/rs6000.c (rs6000_emit_stack_tie): Rewrite with
8318 tie regs on destination of sets. Delete forward declaration.
8319 (rs6000_emit_stack_reset): Update rs6000_emit_stack_tie calls.
8320 (rs6000_emit_prologue): Likewise.
8321 (rs6000_emit_epilogue): Likewise. Use in place of gen_frame_tie
8322 and gen_stack_tie.
8323 (is_mem_ref): Use tie_operand to recognise stack ties.
8324 * config/rs6000/predicates.md (tie_operand): New.
8325 * config/rs6000/rs6000.md (restore_stack_block): Generate new
8326 stack tie rtl.
8327 (restore_stack_nonlocal): Likewise.
8328 (stack_tie): Update.
8329 (frame_tie): Delete.
8330
8331 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8332
8333 * tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to
8334 HOST_WIDE_INT_PRINT_DEC in format strings.
8335
8336 2012-04-12 Uros Bizjak <ubizjak@gmail.com>
8337
8338 PR target/52932
8339 * config/i386/avx2intrin.h (_mm256_permutevar8x32_ps): Change second
8340 argument type to __m256i. Update call to __builtin_ia32_permvarsf256.
8341 * config/i386/sse.md (UNSPEC_VPERMVAR): New.
8342 (UNSPEC_VPERMSI, UNSPEC_VPERMSF): Remove.
8343 (avx2_permvarv8sf, avx2_permvarv8si): Switch operands 1 and 2.
8344 (avx2_permvar<mode>): Macroize insn from avx2_permvarv8sf and
8345 avx2_permvarv8si using VI4F_256 mode iterator.
8346 * config/i386/i386.c (bdesc_args) <__builtin_ia32_permvarsf256>:
8347 Update builtin type to V8SF_FTYPE_V8SF_V8SI.
8348 (ix86_expand_vec_perm): Update calls to gen_avx2_permvarv8si and
8349 gen_avx2_permvarv8sf.
8350 (expand_vec_perm_pshufb): Ditto.
8351
8352 2012-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
8353
8354 PR target/52775
8355 * config/rs6000/rs6000.h (TARGET_FCFID): Add TARGET_PPC_GPOPT to
8356 the list of options to enable the FCFID instruction.
8357 (TARGET_EXTRA_BUILTINS): Adjust comment.
8358
8359 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8360
8361 PR tree-optimization/18589
8362 * tree-ssa-reassoc.c (reassociate_stats): Add two fields.
8363 (operand_entry): Add count field.
8364 (add_repeat_to_ops_vec): New function.
8365 (completely_remove_stmt): Likewise.
8366 (remove_def_if_absorbed_call): Likewise.
8367 (remove_visited_stmt_chain): Remove feeding builtin pow/powi calls.
8368 (acceptable_pow_call): New function.
8369 (linearize_expr_tree): Look for builtin pow/powi calls and add operand
8370 entries with repeat counts when found.
8371 (repeat_factor_d): New struct and associated typedefs.
8372 (repeat_factor_vec): New static vector variable.
8373 (compare_repeat_factors): New function.
8374 (get_reassoc_pow_ssa_name): Likewise.
8375 (attempt_builtin_powi): Likewise.
8376 (reassociate_bb): Call attempt_builtin_powi.
8377 (fini_reassoc): Two new calls to statistics_counter_event.
8378
8379 2012-04-12 Richard Guenther <rguenther@suse.de>
8380
8381 * Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
8382 * cgraph.h (tree_rest_of_compilation): Remove.
8383 * cgraph.c (cgraph_add_new_function): Move ...
8384 * cgraphunit.c (cgraph_add_new_function): ... here.
8385 (tree_rest_of_compilation): Make static.
8386 (cgraph_expand_function): Do not set cgraph_function_flags_ready.
8387 * tree-optimize.c (gate_all_optimizations, pass_all_optimizations,
8388 gate_all_early_local_passes, execute_all_early_local_passes,
8389 pass_early_local_passes, gate_all_early_optimizations,
8390 pass_all_early_optimizations): Move ...
8391 * passes.c (gate_all_optimizations, pass_all_optimizations,
8392 gate_all_early_local_passes, execute_all_early_local_passes,
8393 pass_early_local_passes, gate_all_early_optimizations,
8394 pass_all_early_optimizations): ... here.
8395 * tree-optimize.c (execute_free_datastructures): Remove.
8396 * tree-flow.h (execute_free_datastructures): Remove.
8397 * tree-optimize.c (execute_init_datastructures,
8398 pass_init_datastructures): Move ...
8399 * tree-ssa.c (execute_init_datastructures,
8400 pass_init_datastructures): ... here.
8401 * cfgexpand.c (gimple_expand_cfg): Inline-expand call to
8402 execute_free_datastructures.
8403
8404 2012-04-12 Bernd Schmidt <bernds@codesourcery.com>
8405
8406 * dbgcnt.def (ira_move): New counter.
8407 * ira-int.h (ira_create_new_reg): Declare function.
8408 (first_moveable_pseudo, last_moveable_pseudo): Declare variables.
8409 * ira-emit.c (ira_create_new_reg): Renamed from craete_new_reg and
8410 no longer static. All callers changed.
8411 * ira.c: Include "dbgcnt.h".
8412 (rtx_moveable_p, insn_dominated_by_p, find_moveable_pseudos,
8413 move_unallocated_pseudos): New static functions.
8414 (first_moveable_pseudo, last_moveable_pseudo): New global variables.
8415 (pseudo_replaced_reg, pseudo_move_insn): New static variables.
8416 (ira): Call find_moveable_pseudos and move_unallocated_pseudos.
8417 * ira-costs.c (find_costs_and_classes): Assign a memory cost of zero
8418 to the pseudos generated in find_moveable_pseudos.
8419 * Makefile.in (ira.o): Add $(DBGCNT_H).
8420
8421 2012-04-12 Richard Guenther <rguenther@suse.de>
8422
8423 PR tree-optimization/52943
8424 * tree-chrec.h (chrec_is_positive): Remove.
8425 * tree-scalar-evolution.c (chrec_is_positive): Move ...
8426 * tree-data-ref.c (chrec_is_positive): ... here. Make static.
8427 Return false for a constant zero instead of negative.
8428 (analyze_siv_subscript_cst_affine): Handle zero difference
8429 in the initial condition explicitely.
8430
8431 2012-04-12 Richard Guenther <rguenther@suse.de>
8432
8433 * tree-parloops.c (parallelize_loops): Also consult the upper
8434 bound for the number of iterations.
8435 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
8436 (loop_prefetch_arrays): Likewise.
8437
8438 2012-04-12 Richard Guenther <rguenther@suse.de>
8439
8440 * cfgloop.h (estimated_loop_iterations_int): Ditch
8441 'conservative' parameter.
8442 (max_stmt_executions_int): Likewise.
8443 (estimated_loop_iterations): Likewise.
8444 (max_stmt_executions): Likewise.
8445 (max_loop_iterations): Declare.
8446 (max_loop_iterations_int): Likewise.
8447 (estimated_stmt_executions): Likewise.
8448 (estimated_stmt_executions_int): Likewise.
8449 * tree-ssa-loop-niter.c (estimated_loop_iterations):
8450 Split parts to ...
8451 (max_loop_iterations): ... this.
8452 (estimated_loop_iterations_int): Split parts to ...
8453 (max_loop_iterations_int): ... this.
8454 (max_stmt_executions_int): Split parts to ...
8455 (estimated_stmt_executions_int): ... this.
8456 (max_stmt_executions): Split parts to ...
8457 (estimated_stmt_executions): ... this.
8458 * graphite-sese-to-poly.c (build_loop_iteration_domains): Adjust.
8459 * predict.c (predict_loops): Likewise.
8460 * tree-data-ref.c (max_stmt_executions_tree): Likewise.
8461 (analyze_siv_subscript_cst_affine): Likewise.
8462 (compute_overlap_steps_for_affine_1_2): Likewise.
8463 (analyze_subscript_affine_affine): Likewise.
8464 (init_omega_for_ddr_1): Likewise.
8465 * tree-parloops.c (parallelize_loops): Likewise.
8466 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
8467 (may_eliminate_iv): Likewise.
8468 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
8469 (loop_prefetch_arrays): Likewise.
8470 * tree-vrp.c (adjust_range_with_scev): Likewise.
8471
8472 2012-04-12 Oleg Endo <olegendo@gcc.gnu.org>
8473
8474 * config/sh/sh.h (RETURN_ADDR_RTX): Use NULL_RTX instead of 0.
8475 * config/sh/sh.c (INSN_REGMODE_WEIGHT, CURR_REGMODE_PRESSURE):
8476 Fix line width.
8477 (dump_table): Use bool type for need_align and have_df variables.
8478 (find_barrier, sfunc_uses_reg): Use NULL_RTX instead of 0.
8479 (regs_used): Remove register modifier.
8480 (barrier_align): Move variables slot, credit, jump_to_next
8481 into if block above for loop. Use bool type for jump_to_next.
8482 (sh_function_arg): Use NULL_RTX instead of 0.
8483
8484 2012-04-11 Andreas Schwab <schwab@linux-m68k.org>
8485
8486 * config/m68k/m68k.md (rotrhi3+1): Name it rotrhi_lowpart.
8487 (bswapsi2): New expander.
8488
8489 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
8490
8491 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Defined to
8492 0x60000000 if __x86_64 is defined and __LP64__ isn't defined.
8493
8494 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
8495
8496 PR rtl-optimization/52876
8497 * emit-rtl.c (set_reg_attrs_from_value): Handle arbitrary value.
8498 Don't call mark_reg_pointer for incompatible pointer sign extension.
8499
8500 * reginfo.c (reg_scan_mark_refs): Call set_reg_attrs_from_value
8501 directly.
8502
8503 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
8504
8505 * fold-const.c (fold_unary_loc): Use GET_MODE_PRECISION for
8506 comparisons against TYPE_PRECISION.
8507 * tree-ssa-forwprop.c (combine_conversions): Likewise.
8508
8509 2012-04-11 Xinliang David Li <davidxl@google.com>
8510
8511 * tree-passes.h: Remove TODO_dump_func.
8512 * tree-ssa-tail-merge.c (tail_merge_optimize): Remove TODO_dump_func.
8513 * trans-mem.c: Remove TODO_dump_func.
8514 * ira.c: Remove TODO_dump_func.
8515
8516 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
8517
8518 * config/i386/i386.c (ix86_option_override_internal): Check
8519 SUBTARGET_OVERRIDE_OPTIONS and SUBSUBTARGET_OVERRIDE_OPTIONS
8520 after TARGET_64BIT is updated.
8521
8522 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
8523
8524 * config/sh/sh.h: Remove old secondary reload code.
8525
8526 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
8527
8528 * config/sh/sh.c (SCHED_REORDER): Merge macro into ...
8529 (ready_reorder): ... this function.
8530
8531 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
8532
8533 * sel-sched.c (sel_global_init): Swap order of sched_rgn_init and
8534 sched_init calls.
8535
8536 * haifa-sched.c (prune_ready_list): Rework handling of SCHED_GROUP_P
8537 insns so that no other insn is queued for a time before them.
8538
8539 * config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
8540 unknown.
8541
8542 2012-04-11 Richard Guenther <rguenther@suse.de>
8543
8544 PR middle-end/52621
8545 * tree-chrec.c (evolution_function_is_invariant_rec_p): Properly
8546 consider loop nesting.
8547 (evolution_function_is_univariate_p): Properly check the remainder
8548 for chrecs.
8549
8550 2012-04-11 Richard Guenther <rguenther@suse.de>
8551
8552 PR middle-end/52918
8553 * except.c (sjlj_emit_dispatch_table): Properly update loop structure.
8554
8555 2012-04-11 Nick Clifton <nickc@redhat.com>
8556
8557 * config/rl78/rl78.c (rl78_expand_prologue): Set stack use
8558 information, if requested.
8559
8560 * config/rx/rx.c (rx_expand_prologue): Likewise.
8561
8562 2012-04-11 Peter Bergner <bergner@vnet.ibm.com>
8563 Michael Matz <matz@suse.de>
8564
8565 PR target/16458
8566 * rtlanal.c (unsigned_reg_p): New function.
8567 Update copyright notice dates.
8568 * rtl.h (unsigned_reg_p): Prototype it.
8569 Update copyright notice dates.
8570 * config/rs6000/rs6000.c (rs6000_generate_compare): Use it.
8571 Update comment.
8572 * expr.c (expand_expr_real_1): Set register attributes.
8573 * stmt.c (expand_case): Likewise.
8574
8575 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
8576
8577 PR target/50751
8578 * config/sh/sh-protos.h (sh_legitimate_index_p): Add new arguments
8579 consider_sh2a and allow_zero.
8580 * config/sh/sh.c (sh_legitimate_index_p): Likewise.
8581 (disp_addr_displacement): New function.
8582 (sh_address_cost): Use disp_addr_displacement function instead
8583 of DISP_ADDR_OFFSET.
8584 (sh_legitimate_address_p): Adapt to changed
8585 sh_legitimate_index_p declaration.
8586 (sh_find_mov_disp_adjust): Remove HImode check.
8587 (sh_secondary_reload): Add HImode case. Use satisfies_constraint_Sdd,
8588 disp_addr_displacement and max_mov_insn_displacement.
8589 (max_mov_insn_displacement): Remove HImode check.
8590 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12,
8591 DISP_ADDR_P, DISP_ADDR_OFFSET): Remove.
8592 * config/sh/constraints.md (K05, K13): New constraints.
8593 (K12): Correct comment.
8594 (Sdd): Do not use DISP_ADDR_P macro.
8595 (Snd, Sbw): Use satisfies_constraint_Sdd.
8596 * config/sh/sh.md (extendhisi2): Remove constraints from expander.
8597 (*extendhisi2_compact, movhi_i): Remove.
8598 (*extendhisi2_compact_reg, *extendhisi2_compact_mem_disp,
8599 *extendhisi2_compact_mem_disp, *extendhisi2_compact_snd,
8600 *movhi_reg_reg, *movhi_store_mem_disp05, *movhi_store_mem_disp13,
8601 *movhi_load_mem_disp, *movhi_load_mem_disp, *movhi): New insns.
8602 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_mem_disp,
8603 *movqi_store_mem_disp04, *movqi_store_mem_disp12, *movqi_load_mem_disp,
8604 *movqi_load_mem_disp): Use sh_legitimate_index_p instead of
8605 CONST_OK_FOR_Kxx.
8606 Add new peepholes for HImode displacement addressing.
8607
8608 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
8609
8610 * config/sh/sh.h (SIDI_OFF): Remove.
8611 * config/sh/sh.md: Use gen_highpart and gen_lowpart to access
8612 DImode subregs instead of gen_rtx_REG or simplifly_gen_subreg
8613 or operand_subword.
8614
8615 2012-04-11 Eric Botcazou <ebotcazou@adacore.com>
8616
8617 PR target/52624
8618 * doc/extend.texi (Other Builtins): Document __builtin_bswap16.
8619 (PowerPC AltiVec/VSX Built-in Functions): Remove it.
8620 * doc/md.texi (Standard Names): Add bswap.
8621 * builtin-types.def (BT_UINT16): New primitive type.
8622 (BT_FN_UINT16_UINT16): New function type.
8623 * builtins.def (BUILT_IN_BSWAP16): New.
8624 * builtins.c (expand_builtin_bswap): Add TARGET_MODE argument.
8625 (expand_builtin) <BUILT_IN_BSWAP16>: New case. Pass TARGET_MODE to
8626 expand_builtin_bswap.
8627 (fold_builtin_bswap): Add BUILT_IN_BSWAP16 case.
8628 (fold_builtin_1): Likewise.
8629 (is_inexpensive_builtin): Likewise.
8630 * optabs.c (expand_unop): Deal with bswap in HImode specially. Add
8631 missing bits for bswap to libcall code.
8632 * tree.c (build_common_tree_nodes): Build uint16_type_node.
8633 * tree.h (enum tree_index): Add TI_UINT16_TYPE.
8634 (uint16_type_node): New define.
8635 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_BSWAP_HI): Delete.
8636 * config/rs6000/rs6000.c (rs6000_expand_builtin): Remove handling of
8637 above builtin.
8638 (rs6000_init_builtins): Likewise.
8639 * config/rs6000/rs6000.md (bswaphi2): Add TARGET_POWERPC predicate.
8640
8641 2012-04-11 Tristan Gingold <gingold@adacore.com>
8642
8643 * doc/extend.texi (Type Attributes): Move paragraph.
8644
8645 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
8646
8647 PR 24985
8648 * diagnostic.h (show_caret): Declare.
8649 (caret_max_width): Declare.
8650 (diagnostic_show_locus): Declare.
8651 * diagnostic.c (diagnostic_initialize): Initialize to false.
8652 (diagnostic_show_locus): New.
8653 (diagnostic_report_diagnostic): Call it.
8654 (getenv_columns): New.
8655 (adjust_line): New.
8656 (diagnostic_set_caret_max_width): New.
8657 * input.c (read_line): New.
8658 (location_get_source_line): New.
8659 * input.h (location_get_source_line): Declare.
8660 * toplev.c (general_init): Initialize show_caret from options.
8661 * dwarf2out.c (gen_producer_string): Handle fdiagnostics-show-caret.
8662 * opts.c (common_handle_option): Likewise.
8663 * pretty-print.h (pp_get_prefix): New.
8664 (pp_base_get_prefix): New.
8665 * common.opt (fdiagnostics-show-caret): New option.
8666 * doc/invoke.texi (fdiagnostics-show-caret): Document it.
8667
8668 2012-04-11 Richard Guenther <rguenther@suse.de>
8669
8670 PR rtl-optimization/52881
8671 * ifcvt.c (find_if_case_2): Avoid speculating loop latches.
8672
8673 2012-04-11 Richard Guenther <rguenther@suse.de>
8674
8675 PR tree-optimization/52912
8676 * tree-ssa-threadupdate.c (thread_block): Tell the cfg
8677 manipulation code we are threading through a loop header
8678 to an exit destination.
8679
8680 2012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
8681
8682 * tree.h (warn_if_unused_value): Move declaration from here.
8683 * stmt.c (warn_if_unused_value): Move definition from here.
8684
8685 2012-04-10 Michael Matz <matz@suse.de>
8686
8687 * tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to
8688 grouped_stores.
8689 (LOOP_VINFO_STRIDED_STORES): Rename to LOOP_VINFO_GROUPED_STORES.
8690 (struce _bb_vec_info.strided_stores): Rename to grouped_stores.
8691 (BB_VINFO_STRIDED_STORES): Rename to BB_VINFO_GROUPED_STORES.
8692 (STMT_VINFO_STRIDED_ACCESS): Rename to STMT_VINFO_GROUPED_ACCESS.
8693 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
8694 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
8695 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
8696 (vect_record_strided_load_vectors): Rename to
8697 vect_record_grouped_load_vectors.
8698 * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
8699 Rename use of above macros.
8700 (vect_verify_datarefs_alignment): Ditto.
8701 (vector_alignment_reachable_p): Ditto.
8702 (vect_peeling_hash_get_lowest_cost): Ditto.
8703 (vect_enhance_data_refs_alignment): Ditto.
8704 (vect_analyze_group_access): Ditto and rename stride to groupsize.
8705 (vect_analyze_data_ref_access): Rename "strided" to "grouped".
8706 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
8707 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
8708 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
8709 (vect_record_strided_load_vectors): Rename to
8710 vect_record_grouped_load_vectors.
8711 * tree-vect-loop.c (new_loop_vec_info): Rename use of above macros.
8712 (destroy_loop_vec_info): Ditto.
8713 (vect_transform_loop): Ditto and rename strided_store to grouped_store.
8714 * tree-vect-slp.c (vect_build_slp_tree): Rename use of above macros.
8715 (vect_analyze_slp): Ditto.
8716 (new_bb_vec_info): Ditto.
8717 (destroy_bb_vec_info): Ditto.
8718 (vect_schedule_slp_instance): Ditto and rename strided_store to
8719 grouped_store.
8720 * tree-vect-stmts.c (vect_cost_strided_group_size): Rename to
8721 vect_cost_group_size.
8722 (vect_model_store_cost): Rename use of above macros and call
8723 to vect_cost_strided_group_size.
8724 (vect_model_load_cost): Ditto.
8725 (vectorizable_store): Ditto, rename strided_store to grouped_store
8726 and calls to renamed tree-vectorizer.h functions.
8727 (vectorizable_load): Ditto.
8728 (vect_transform_stmt): Rename use of above macros and strided_store
8729 to grouped_store.
8730
8731 2012-04-10 Jan Hubicka <jh@suse.cz>
8732
8733 * cgraph.h: Remove misledaing comment on ipa-ref.h.
8734 (symtab_type): New enum.
8735 (symtab_node): New structure.
8736 (cgraph_node, varpool_node): Add symbol base type.
8737 (cgraph, varpool): New accestor functions.
8738 * cgraph.c (cgraph_create_node_1): Set symbol type.
8739 * varpool.c (varpool_node): Set symbol type.
8740
8741 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
8742 Richard Sandiford <rdsandiford@googlemail.com>
8743
8744 * fwprop.c (propagate_rtx): Also set PR_CAN_APPEAR for subregs.
8745
8746 2012-04-10 Richard Guenther <rguenther@suse.de>
8747
8748 PR middle-end/52888
8749 * gimple-low.c (gimple_check_call_args): Properly account for
8750 compatible aggregate types.
8751
8752 2012-04-10 Richard Guenther <rguenther@suse.de>
8753
8754 * toplev.h (tree_rest_of_compilation): Remove.
8755 * tree-optimize.c (tree_rest_of_compilation): Likewise.
8756 * cgraph.h (tree_rest_of_compilation): Declare.
8757 * tree-optimize.c (tree_rest_of_compilation): Move ...
8758 * cgraphunit.c (tree_rest_of_compilation): ... here.
8759 * cgraph.c (cgraph_add_new_function): Adjust.
8760 * Makefile.in (tree-optimize.o): Adjust.
8761 (cgraphunit.o): Likewise.
8762
8763 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
8764
8765 PR tree-optimization/52870
8766 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
8767 presumed pattern statement is within the same loop or basic block.
8768
8769 2012-04-10 Tristan Gingold <gingold@adacore.com>
8770
8771 * gengtype.c (main): Make uintptr_t a known type.
8772
8773 2012-04-10 Richard Guenther <rguenther@suse.de>
8774
8775 * tree-pass.h (tree_lowering_passes): Remove.
8776 * tree-optimize.c (tree_lowering_passes): Remove.
8777 * cgraph.c (cgraph_add_new_function): Inline relevant parts
8778 of tree_lowering_passes, avoid redundant call of early local passes.
8779 * cgraphunit.c (cgraph_lower_function): Fold into ...
8780 (cgraph_analyze_function): ... its single caller. Inline
8781 relevant parts of tree_lowering_passes.
8782
8783 2012-04-09 H.J. Lu <hongjiu.lu@intel.com>
8784
8785 PR other/52777
8786 * config/pa/pa.opt: Remove SIO and GNU_LD.
8787
8788 2012-04-09 Jan Hubicka <jh@suse.cz>
8789
8790 PR lto/52722
8791 PR lto/51765
8792 PR lto/52634
8793 * lto-cgraph.c (compute_ltrans_boundary): When alias is in the
8794 boundary, add its target too.
8795 * lto.c (add_references_to_partition): Add also aliased nodes.
8796 (add_cgraph_node_to_partition,
8797 add_varpool_node_to_partition): Work on nodes, not functions/variables;
8798 when adding alias, add also the aliased object.
8799
8800 2012-04-09 Uros Bizjak <ubizjak@gmail.com>
8801
8802 PR target/52883
8803 * config/i386/predicates.md (x86_64_zext_general_operand): Prevent
8804 VOIDmode immediate operands.
8805 * config/i386/constraints.md (Wz): New constraint.
8806 * config/i386/i386.md (*zero_extendsidi2_rex64): Use Wz instead of Z.
8807
8808 2012-04-09 Eric Botcazou <ebotcazou@adacore.com>
8809
8810 PR target/52717
8811 * config/sparc/sparc.c (sparc_file_end): Set TREE_PUBLIC explicitly on
8812 the DECL generated for the special GOT helper.
8813
8814 2012-04-09 Oleg Endo <olegendo@gcc.gnu.org>
8815
8816 * config/sh/constraints.md: Update list of constraints in
8817 comment block.
8818 (Sr0): Remove unused memory constraint.
8819
8820 2012-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
8821
8822 * tree-pretty-print.h: Update comment.
8823
8824 2012-04-08 Oleg Endo <olegendo@gcc.gnu.org>
8825
8826 * config/sh/sh.md: Use braced string notation where applicable.
8827 (*prefetch_i4, prefetch_m2a): Merge into ...
8828 (*prefetch): ... this new insn.
8829
8830 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
8831
8832 * config/sh/sh.h (high_life_started): Remove
8833 * config/sh/predicates.md (general_movdst_operand): Use
8834 'reload_in_progress' instead of 'high_life_started'.
8835 * config/sh/sh.md (divsi_inv_call, *divsi_inv_call_combine,
8836 divsi_inv_fp): Likewise.
8837
8838 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
8839
8840 * config/sh/sh-protos.h (prepare_move_operands): Return void
8841 instead of int.
8842 * config/sh/sh.c (prepare_move_operands): Likewise.
8843 * config/sh/sh.md: Remove return value checks of prepare_move_operands.
8844
8845 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
8846
8847 * config/sh/sh-protos.h (fp_int_operand, symbol_ref_operand,
8848 general_movsrc_operand, general_movdst_operand, arith_reg_operand,
8849 fp_arith_reg_operand, arith_operand, arith_reg_or_0_operand,
8850 logical_operand, fpscr_operand, fpul_operand, expand_fp_branch,
8851 commutative_float_operator, noncommutative_float_operator,
8852 sh_handle_pragma): Remove.
8853
8854 2012-04-06 Sandra Loosemore <sandra@codesourcery.com>
8855
8856 * doc/invoke.texi: Clean up Texinfo markup throughout the file.
8857 Use @option markup on command-line options. Use @samp markup on
8858 literal keywords to options. Use @code markup on code fragments.
8859 Use other markup in preference to quotation marks in the text.
8860 Add markup to some passages without any.
8861
8862 2012-04-06 Mike Stump <mikestump@comcast.net>
8863
8864 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Avoid warning.
8865
8866 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
8867
8868 * config/sh/sh.c (hi_const): Remove.
8869 (find_barrier, sh_reorg): Use satisfies_constraint_I16 instead
8870 of hi_const.
8871
8872 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
8873
8874 * config/sh/sh-protos.h (sh_expand_t_scc): Change return type from int
8875 to bool.
8876 * config/sh/sh.c (sh_expand_t_scc): Likewise.
8877 * config/sh/sh.md (cstoresi4, cstoredi4): Remove GET_CODE checks before
8878 calling sh_expand_t_scc.
8879
8880 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
8881
8882 * config/sh/sh-protos.h (fp_zero_operand, fp_one_operand,
8883 nonpic_symbol_mentioned_p, expand_block_move, expand_ashiftrt,
8884 sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext, system_reg_operand,
8885 reg_unused_after, sh_can_redirect_branch, sh_need_epilogue, fldi_ok,
8886 sh_hard_regno_rename_ok, sh_cfun_interrupt_handler_p,
8887 sh_cfun_resbank_handler_p, sh_attr_renesas_p, sh_cfun_attr_renesas_p,
8888 check_use_sfunc_addr, sh_contains_memref_p, sh_loads_bankedreg_p,
8889 sh2a_is_function_vector_call): Use bool as return type.
8890 (sh_pass_in_reg_p): Remove.
8891 * config/sh/sh.c (broken_move, mova_p, noncall_uses_reg, high_pressure,
8892 flow_dependent_p, sh2a_function_vector_p, expand_block_move,
8893 expand_ashiftrt, sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext,
8894 sh_need_epilogue, sh2a_is_function_vector_call, sh_attr_renesas_p,
8895 sh_cfun_attr_renesas_p, sh_cfun_interrupt_handler_p,
8896 sh_cfun_resbank_handler_p, system_reg_operand, fp_zero_operand,
8897 fp_one_operand, fldi_ok, reg_unused_after, sh_can_redirect_branch,
8898 sh_hard_regno_rename_ok, check_use_sfunc_addr, sh_contains_memref_p,
8899 sh_loads_bankedreg_p): Use bool as return type.
8900 (nonpic_symbol_mentioned_p): Use bool as return type. Remove
8901 'register' modifier.
8902
8903 2012-04-06 Matt Turner <mattst88@gmail.com>
8904
8905 * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
8906
8907 2012-04-06 Eric Botcazou <ebotcazou@adacore.com>
8908
8909 * config/ia64/ia64.c (ia64_load_pair_ok): Return 0 if the second member
8910 of the destination isn't also a FP_REGS register.
8911
8912 2012-04-05 Teresa Johnson <tejohnson@google.com>
8913 H.J. Lu <hongjiu.lu@intel.com>
8914
8915 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_LCP_STALL.
8916 * config/i386/i386.md (move immediate to memory peephole2):
8917 Add cases for HImode move when LCP stall avoidance is needed.
8918 * config/i386/i386.c (initial_ix86_tune_features): Initialize
8919 X86_TUNE_LCP_STALL entry.
8920
8921 2012-04-05 Uros Bizjak <ubizjak@gmail.com>
8922
8923 PR target/52882
8924 * config/i386/i386.c (ix86_decompose_address): Allow VOIDmode
8925 CONST_INT operands, zero-extended with AND.
8926
8927 2012-04-05 Oleg Endo <olegendo@gcc.gnu.org>
8928
8929 PR target/50751
8930 * config/sh/sh.c (sh_find_mov_disp_adjust): Take machine_mode as the
8931 first argument instead of mode size. Move displacement calculations
8932 to ...
8933 (mov_insn_size, max_mov_insn_displacement, mov_insn_alignment_mask):
8934 ... these new functions.
8935 (disp_adjust): Remove max_mov_disp field.
8936 (sh_legitimate_index_p): Use max_mov_insn_displacement and
8937 mov_insn_alignment_mask.
8938 (sh_address_cost): Use max_mov_insn_displacement.
8939
8940 2012-04-05 Andrew Stubbs <ams@codesourcery.com>
8941
8942 * config/arm/arm.md (arch): Add neon_onlya8 and neon_nota8.
8943 (arch_enabled): Handle new arch types.
8944 (one_cmpldi2): Add NEON support.
8945
8946 2012-04-05 Richard Guenther <rguenther@suse.de>
8947
8948 * gimple.c (walk_gimple_op): Compute val_only for the LHS
8949 of an assigment in the canonical way, avoiding is_gimple_mem_rhs.
8950 (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt): Move ...
8951 * gimplify.c (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
8952 ... here and make static.
8953 * gimple.h (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
8954 Remove.
8955
8956 2012-04-05 Richard Guenther <rguenther@suse.de>
8957
8958 * tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt
8959 basic-block before removing it.
8960
8961 2012-04-05 Richard Guenther <rguenther@suse.de>
8962
8963 * tree-ssanames.c (release_dead_ssa_names): Compact the SSA
8964 version namespace as we release the freelist.
8965
8966 2012-04-05 Richard Guenther <rguenther@suse.de>
8967
8968 * tree-nrv.c (tree_nrv): Release VDEFs.
8969 * tree-sra.c (sra_modify_constructor_assign): Likewise.
8970 (sra_modify_assign): Likewise.
8971 * tree-vect-stmts.c (vect_remove_stores): Likewise.
8972 * tree-vect-loop.c (vect_transform_loop): Likewise.
8973 * tree-ssa-dom.c (optimize_stmt): Likewise.
8974 * tree-vect-slp.c (vect_schedule_slp): Likewise.
8975 * tree-ssa-math-opts.c (execute_cse_sincos): Likewise.
8976
8977 2012-04-05 Richard Guenther <rguenther@suse.de>
8978
8979 * gimple-iterator.c (gsi_remove): Return whether EH edges need to be
8980 cleanup.
8981 * gimple.h (gsi_remove): Adjust.
8982 * tree-ssa-operands.c (unlink_stmt_vdef): Optimize.
8983 * tree-ssa-dom.c (optimize_stmt): Use gsi_remove result.
8984 * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
8985 * tree-ssa-forwprop.c (remove_prop_source_from_use): Likewise.
8986 * tree-ssa-math-opts.c (execute_optimize_widening_mul): Likewise.
8987 * tree-ssa-pre.c (eliminate): Likewise.
8988
8989 2012-04-04 Mike Stump <mikestump@comcast.net>
8990
8991 * doc/rtl.texi (const_double): Document as sign-extending.
8992 * expmed.c (expand_mult): Ensure we don't use shift incorrectly.
8993 * emit-rtl.c (immed_double_int_const): Refine to state the
8994 value is signed.
8995 * simplify-rtx.c (mode_signbit_p): Add a fixme for wider than
8996 CONST_DOUBLE integers.
8997 (simplify_const_unary_operation, UNSIGNED_FLOAT): Ensure no
8998 negative values are converted. Fix conversions bigger than
8999 HOST_BITS_PER_WIDE_INT.
9000 (simplify_binary_operation_1): Ensure we don't use shift incorrectly.
9001 (simplify_immed_subreg): Sign-extend CONST_DOUBLEs.
9002 * explow.c (plus_constant_mode): Add.
9003 (plus_constant): Implement with plus_constant_mode.
9004 * rtl.h (plus_constant_mode): Add.
9005
9006 2012-04-04 Richard Guenther <rguenther@suse.de>
9007
9008 PR tree-optimization/52808
9009 * tracer.c (tail_duplicate): Do not tail-duplicate loop header blocks.
9010 * Makefile.in (tracer.o): Depend on $(CFGLOOP_H).
9011
9012 2012-04-04 Tristan Gingold <gingold@adacore.com>
9013
9014 * expr.c (expand_expr_real_2): Handle larger sizetype in
9015 POINTER_PLUS_EXPR.
9016
9017 2012-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
9018
9019 * config/sh/t-sh (MULTILIB_MATCHES): Match m2a-single-only
9020 to m2a-single instead of m2e.
9021
9022 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
9023
9024 * expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.
9025 Change type of BITOFFSET to signed. Make sure the lower bound of
9026 the computed range is non-negative by adjusting OFFSET and BITPOS.
9027 (expand_assignment): Adjust call to get_bit_range.
9028
9029 2012-04-03 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
9030
9031 * h8300/h8300.c (h8300_current_function_monitor_function_p):
9032 New function. Added to check monitor functions.
9033 (h8300_option_override): Modified to generate error/warning
9034 messages for invalid combinations of different command line
9035 options.
9036 * h8300/h8300.md: Generate 'rte' for monitor functions. Do not
9037 save EXR on stack for monitor function in case of H8S target
9038 when "-mno-exr" is passed.
9039 * h8300/h8300-protos.h (h8300_current_function_monitor_function_p):
9040 Add prototype.
9041 * doc/invoke.texi: Document H8S options.
9042
9043 2012-04-03 Tristan Gingold <gingold@adacore.com>
9044
9045 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead
9046 of gcc_AC_FUNC_MMAP_BLACKLIST.
9047 * acinclude.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Remove.
9048 * Makefile.in (aclocal_deps): Add mmap.m4.
9049 * configure: Regenerate.
9050 * aclocal.m4: Regenerate.
9051
9052 2012-04-03 Richard Guenther <rguenther@suse.de>
9053
9054 PR tree-optimization/52808
9055 * tracer.c (tail_duplicate): Return whether we have duplicated
9056 any block.
9057 (tracer): If we have duplicated any block, cleanup the CFG.
9058 * cfghooks.c (duplicate_block): If we duplicated a loop
9059 header but not its loop, destroy the loop because it now has
9060 multiple entries.
9061 * tree-ssa-threadupdate.c (thread_through_loop_header): Tell
9062 the cfg manipulation routines we are not creating a multiple
9063 entry loop.
9064
9065 2012-04-03 Tristan Gingold <gingold@adacore.com>
9066
9067 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle
9068 'byte' alignment.
9069 (vms_c_common_override_options): Allow parameterless variadic
9070 functions.
9071
9072 2012-04-03 Jakub Jelinek <jakub@redhat.com>
9073
9074 PR tree-optimization/52835
9075 * tree-data-ref.c (build_rdg): Return NULL if
9076 compute_data_dependences_for_loop failed.
9077
9078 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
9079
9080 * varasm.c (initializer_constant_valid_for_bitfield_p): Return true
9081 for REAL_CST as well.
9082 (output_constructor): Use RECORD_OR_UNION_TYPE_P predicate.
9083 In the bitfield case, if the value is a REAL_CST, convert it first to
9084 an INTEGER_CST.
9085
9086 2012-04-02 H.J. Lu <hongjiu.lu@intel.com>
9087
9088 * config.gcc: Use i386/biarchx32.h instead of i386/biarch64.h
9089 for --with-abi={x32|mx32} or --with-multilib-list=mx32.
9090 (supported_defaults): Add abi for i[34567]86-*-* and x86_64-*-*.
9091
9092 * config/i386/biarchx32.h: New.
9093
9094 2012-04-02 Anatoly Sokolov <aesok@post.ru>
9095
9096 * config/arm/arm.h (PREFERRED_RELOAD_CLASS): Remove.
9097 * config/arm/arm.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
9098 (arm_preferred_reload_class): New function.
9099
9100 2012-04-02 Richard Guenther <rguenther@suse.de>
9101
9102 PR tree-optimization/52756
9103 * tree-ssa-threadupdate.c (def_split_header_continue_p): New function.
9104 (thread_through_loop_header): After threading through the loop latch
9105 remove the split part from the loop and clear further threading
9106 opportunities that would create a multiple entry loop.
9107
9108 2012-04-02 Richard Guenther <rguenther@suse.de>
9109
9110 PR rtl-optimization/52800
9111 * cprop.c (execute_rtl_cprop): Call cleanup_cfg with
9112 CLEANUP_CFG_CHANGED.
9113
9114 2012-04-02 Richard Guenther <rguenther@suse.de>
9115
9116 PR middle-end/52803
9117 * loop-init.c (gate_handle_loop2): Destroy loops here if
9118 we don't enter RTL loop optimizers.
9119
9120 2012-04-02 Uros Bizjak <ubizjak@gmail.com>
9121
9122 Partially revert:
9123 2012-03-29 Richard Guenther <rguenther@suse.de>
9124
9125 * rtl.h (extended_count): Remove.
9126 * combine.c (extended_count): Remove.
9127
9128 2012-04-02 Dodji Seketeli <dodji@redhat.com>
9129
9130 PR c++/40942
9131 * pt.c (more_specialized_fn): Don't apply decay conversion to
9132 types of function parameters.
9133
9134 2012-04-02 Tristan Gingold <gingold@adacore.com>
9135
9136 * ggc-page.c (PAGE_L1_SIZE, PAGE_L2_SIZE, LOOKUP_L1, LOOKUP_L2)
9137 (ggc_allocated_p, lookup_page_table_entry, set_page_table_entry)
9138 (alloc_page, init_ggc, clear_marks, struct ggc_pch_data)
9139 (ggc_pch_this_base): Use uintptr_t instead of size_t.
9140
9141 2012-03-31 H.J. Lu <hongjiu.lu@intel.com>
9142
9143 PR bootstrap/52784
9144 * config/i386/i386.c (ix86_option_override_internal): Don't
9145 check TARGET_64BIT if TARGET_64BIT_DEFAULT is false.
9146
9147 2012-03-31 Eric Botcazou <ebotcazou@adacore.com>
9148
9149 * tree-cfg.c (call_can_make_abnormal_goto): New predicate.
9150 (stmt_can_make_abnormal_goto): Use it.
9151 (is_ctrl_altering_stmt): Likewise.
9152
9153 2012-03-30 Naveen H.S <naveen.S@kpitcummins.com>
9154 Kaz Kojima <kkojima@gcc.gnu.org>
9155
9156 * config/sh/sh.c (push_regs): Skip banked registers when
9157 resbank attribute is specified.
9158 (sh_expand_epilogue): Likewise.
9159
9160 2012-03-30 Richard Henderson <rth@redhat.com>
9161
9162 PR debug/52727
9163 * combine-stack-adj.c (prev_active_insn_bb): New.
9164 (next_active_insn_bb): New.
9165 (force_move_args_size_note): New.
9166 (combine_stack_adjustments_for_block): Use it.
9167
9168 2012-03-30 Richard Henderson <rth@redhat.com>
9169
9170 * config/i386/i386.c (struct expand_vec_perm_d): Add one_operand_p.
9171 (ix86_expand_vector_init_duplicate): Initialize it.
9172 (expand_vec_perm_palignr): Likewise.
9173 (ix86_expand_vec_perm_const): Likewise.
9174 (ix86_vectorize_vec_perm_const_ok): Likewise.
9175 (expand_vec_perm_blend): Use it.
9176 (expand_vec_perm_vpermil): Likewise.
9177 (expand_vec_perm_pshufb): Likewise.
9178 (expand_vec_perm_1): Likewise.
9179 (expand_vec_perm_pshuflw_pshufhw): Likewise.
9180 (expand_vec_perm_interleave2): Likewise.
9181 (expand_vec_perm_vpermq_perm_1): Likewise.
9182 (expand_vec_perm_vperm2f128): Likewise.
9183 (expand_vec_perm_interleave3): Likewise.
9184 (expand_vec_perm_vperm2f128_vblend): Likewise.
9185 (expand_vec_perm_vpshufb2_vpermq): Likewise.
9186 (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise,.
9187 (expand_vec_perm_broadcast): Likewise.
9188 (expand_vec_perm_vpshufb4_vpermq2): Likewise.
9189
9190 2012-03-30 Richard Henderson <rth@redhat.com>
9191
9192 * dwarf2out.c (gen_variable_die): Initialize off.
9193
9194 2012-03-30 Tristan Gingold <gingold@adacore.com>
9195
9196 * config/vms/vms-f.c: New file.
9197 * config/vms/t-vms (vms-f.o): New rule.
9198 * config.gcc (*-*-*vms*): Define fortran_target_objs.
9199
9200 2012-03-30 Richard Guenther <rguenther@suse.de>
9201
9202 PR tree-optimization/52754
9203 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Only
9204 propagate arbitrary addresses into really plain dereferences.
9205
9206 2012-03-30 Richard Guenther <rguenther@suse.de>
9207
9208 PR middle-end/52772
9209 * except.c (emit_to_new_bb_before): Move loop updating ...
9210 (dw2_build_landing_pads): ... here. Use a proper block for
9211 querying the loop father.
9212
9213 2012-03-30 Tristan Gingold <gingold@adacore.com>
9214
9215 * config/ia64/ia64.c (ia64_section_type_flags): Remove
9216 common_object attribute handling.
9217 (SECTION_VMS_OVERLAY): Remove
9218 (ia64_vms_common_object_attribute): Replace abort with an assert.
9219 Do not set DECL_SECTION_NAME.
9220 (ia64_vms_output_aligned_decl_common): Handle common_object
9221 attribute.
9222 (ia64_vms_elf_asm_named_section): Remove.
9223 * config/ia64/vms.h (TARGET_ASM_NAMED_SECTION): Remove.
9224
9225 2012-03-30 Richard Guenther <rguenther@suse.de>
9226
9227 PR middle-end/52786
9228 * double-int.c (rshift_double): Remove not needed cast.
9229
9230 2012-03-30 Richard Guenther <rguenther@suse.de>
9231
9232 * tree-affine.h (print_aff): Remove.
9233 * tree-affine.c (print_aff): Make static.
9234 * tree-data-ref.h (access_matrix_get_index_for_parameter): Remove.
9235 (get_references_in_stmt): Likewise.
9236 (print_direction_vector): Likewise.
9237 (print_dir_vectors): Likewise.
9238 (print_dist_vectors): Likewise.
9239 (dump_subscript): Likewise.
9240 (dump_ddrs): Likewise.
9241 (dump_dist_dir_vectors): Likewise.
9242 (dump_data_references): Likewise.
9243 (dump_data_dependence_relation): Likewise.
9244 (dump_data_dependence_direction): Likewise.
9245 (dump_rdg_vertex): Likewise.
9246 (dump_rdg_component): Likewise.
9247 (debug_ddrs): Declare.
9248 (struct data_ref_loc_d): Move ...
9249 * tree-data-ref.c (struct data_ref_loc_d): ... here.
9250 (get_references_in_stmt): Make static.
9251 (dump_data_references): Likewise.
9252 (dump_subscript): Likewise.
9253 (print_direction_vector): Likewise.
9254 (print_dir_vectors): Likewise.
9255 (print_dist_vectors): Likewise.
9256 (dump_data_dependence_relation): Likewise.
9257 (dump_dist_dir_vectors): Likewise.
9258 (dump_ddrs): Likewise.
9259 (dump_rdg_vertex): Likewise.
9260 (dump_rdg_component): Likewise.
9261 (debug_ddrs): New function.
9262 (access_matrix_get_index_for_parameter): Remove.
9263
9264 2012-03-30 Tristan Gingold <gingold@adacore.com>
9265
9266 * config/vms/vms.c (VMS_CRTL_FLOAT32): Rename.
9267 (VMS_CRTL_FLOAT64, VMS_CRTL_FLOAT64_VAXD): New.
9268 (VMS_CRTL_FLOAT128, VMS_CRTL_DPML, VMS_CRTL_NODMPL)
9269 (VMS_CRTL_32ONLY, VMS_CRTL_G_MASK, VMS_CRTL_G_NONE)
9270 (VMS_CRTL_GA, VMS_CRTL_GL, VMS_CRTL_FLOATV2): New.
9271 (vms_patch_builtins): Handle new flags
9272 * config/vms/vms-crtlmap.map: Completed using nm on
9273 c and math system libraries.
9274 * config/vms/make-crtlmap.awk: Handle any number of flags.
9275
9276 2012-03-30 Martin Jambor <mjambor@suse.cz>
9277
9278 * tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there
9279 is a builtin_stack_save in a dominating BB.
9280
9281 2012-03-29 Uros Bizjak <ubizjak@gmail.com>
9282
9283 * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix results
9284 crossing 128bit lane boundary.
9285
9286 2012-03-29 Vladimir Makarov <vmakarov@redhat.com>
9287
9288 * ira-color.c (setup_left_conflict_sizes_p): Process all
9289 conflicting objects.
9290
9291 2012-03-29 Jakub Jelinek <jakub@redhat.com>
9292
9293 PR tree-optimization/52760
9294 * tree-vect-slp.c (vect_get_constant_vectors): Convert constant_p
9295 shift count for {L,R}{SHIFT,ROTATE}_EXPR to TREE_TYPE (vector_type).
9296
9297 2012-03-29 Richard Guenther <rguenther@suse.de>
9298
9299 * cgraph.h (cgraph_materialize_all_clones): Remove.
9300 (reset_inline_failed): Likewise.
9301 * cgraphunit.c (cgraph_materialize_all_clones): Make static.
9302 * cgraphbuild.c (reset_inline_failed): Remove.
9303 * rtl.h (cse_main): Remove.
9304 (extended_count): Likewise.
9305 * cse.c (dump_class): Mark as DEBUG_FUNCTION.
9306 (cse_main): Make static.
9307 * combine.c (extended_count): Remove.
9308 (dump_combine_stats): Mark as DEBUG_FUNCTION.
9309 * basic-block.h (reorder_basic_blocks): Remove.
9310 * bb-reorder.c (reorder_basic_blocks): Make static.
9311 * Makefile.in (dse.o): Remove dse.h dependency.
9312 * dse.h: Remove.
9313 * dse.c (gate_dse): Remove.
9314 (clear_alias_mode_eq): Likewise.
9315 (clear_alias_mode_hash): Likewise.
9316 (dse_record_singleton_alias_set): Likewise.
9317 (dse_invalidate_singleton_alias_set): Likewise.
9318
9319 2012-03-29 H.J. Lu <hongjiu.lu@intel.com>
9320
9321 * config/linux-android.h (ANDROID_STARTFILE_SPEC): Use
9322 crtbegin_so%O%s for -shared.
9323 (ANDROID_ENDFILE_SPEC): Use crtend_so%O%s for -shared.
9324
9325 2012-03-29 Richard Guenther <rguenther@suse.de>
9326
9327 * tree-flow.h (struct pre_expr_d): Remove forward declaration.
9328 (add_to_value): Remove.
9329 (print_value_expressions): Likewise.
9330 * tree-ssa-pre.c (add_to_value): Make static.
9331 (print_value_expressions): Likewise.
9332 * gimple.h (gimple_adjust_this_by_delta): Remove.
9333 * gimple-fold.c (gimple_adjust_this_by_delta): Likewise.
9334
9335 2012-03-29 Richard Guenther <rguenther@suse.de>
9336
9337 PR middle-end/50708
9338 * double-int.h (rshift_double): Remove.
9339 * double-int.c (lshift_double): Use absu_hwi to make count positive.
9340 (rshift_double): Make static, take unsigned count argument,
9341 remove handling of negative count argument.
9342 (double_int_rshift): Dispatch to lshift_double.
9343
9344 2012-03-28 H.J. Lu <hongjiu.lu@intel.com>
9345
9346 * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Add
9347 OPTION_MASK_ABI_64.
9348
9349 * config/i386/gnu-user64.h (SPEC_64): Support TARGET_BI_ARCH == 2.
9350 (SPEC_X32): Likewise.
9351 (MULTILIB_DEFAULTS): Likewise.
9352
9353 * config/i386/i386.c (isa_opts): Remove -m64.
9354 (ix86_target_string): Properly handle -m32/-m64/-mx32.
9355 (ix86_option_override_internal): Properly
9356 set OPTION_MASK_ISA_64BIT and OPTION_MASK_ISA_X32 as well as
9357 handle -m32, -m64 and -mx32.
9358
9359 * config/i386/i386.h (TARGET_X32): Replace OPTION_ISA_X32
9360 with OPTION_ABI_X32. Moved after TARGET_LP64.
9361 (TARGET_LP64): Changed to OPTION_ABI_64.
9362
9363 * config/i386/i386.opt (m64): Replace ISA_64BIT with ABI_64.
9364 (mx32): Replace ISA_X32 with ABI_X32.
9365
9366 2012-03-28 Eric Botcazou <ebotcazou@adacore.com>
9367
9368 * tree.c (tree_size) <VECTOR_CST>: New case.
9369
9370 2012-03-28 Uros Bizjak <ubizjak@gmail.com>
9371
9372 * config/i386/i386.c (ix86_modes_tieable_p): Handle 32bit AVX modes.
9373 (ix86_expand_vector_move_misalign): Remove un-needed gen_lowpart calls.
9374
9375 2012-03-28 Jakub Jelinek <jakub@redhat.com>
9376
9377 PR middle-end/52691
9378 * tree-ssa-ccp.c (optimize_stdarg_builtin): Optimize
9379 __builtin_va_start to __builtin_next_arg if the latter is
9380 builtin_decl_explicit_p rather than when it is not.
9381
9382 PR middle-end/52750
9383 * tree-vect-generic.c (vector_element): Perform multiplication
9384 for pos in bitsizetype type instead of idx type.
9385
9386 2012-03-28 Richard Guenther <rguenther@suse.de>
9387
9388 * loop-init.c (loop_optimizer_init): If loops are preserved
9389 perform incremental initialization of required loop features.
9390 (loop_optimizer_finalize): If loops are to be preserved only
9391 clean up optional loop features.
9392 (rtl_loop_done): Forcefully free loops here.
9393 * cgraph.c (cgraph_release_function_body): Forcefully free loops.
9394 * cfgexpand.c (expand_gimple_cond): Properly add new basic-blocks
9395 to existing loops.
9396 (construct_init_block): Likewise.
9397 (construct_exit_block): Likewise.
9398 (gimple_expand_cfg): Clear LOOP_CLOSED_SSA loop state. Cleanup
9399 the CFG after expanding.
9400 * cfgloop.c (verify_loop_structure): Calculate or verify dominators.
9401 If we needed to calculate them, free them afterwards.
9402 * tree-pass.h (PROP_loops): New define.
9403 * tree-ssa-loop.c (pass_tree_loop_init): Provide PROP_loops.
9404 * basic-block.h (CLEANUP_CFG_CHANGED): New.
9405 * cfgcleanup.c (merge_blocks_move): Protect loop latches.
9406 (cleanup_cfg): If we did something and have loops around, fix them up.
9407 * cse.c (rest_of_handle_cse_after_global_opts): Call cleanup_cfg
9408 with CLEANUP_CFG_CHANGED.
9409 * cfghooks.c (merge_blocks): If we merge a loop header into
9410 its predecessor, update the loop structure.
9411 (duplicate_block): If we copy a loop latch, adjust loop state
9412 to note we may have multiple latches.
9413 (delete_basic_block): Mark loops for fixup if we remove a loop.
9414 * cfganal.c (forwarder_block_p): Protect loop latches, headers
9415 and preheaders.
9416 * cfgrtl.c (rtl_can_merge_blocks): Protect loop latches.
9417 (cfg_layout_can_merge_blocks_p): Likewise.
9418 * cprop.c (bypass_block): If we create a loop with multiple
9419 entries, mark it for removal.
9420 * except.c (emit_to_new_bb_before): Add the new basic-block
9421 to existing loops.
9422 * tree-eh.c (lower_resx): Likewise.
9423 * omp-low.c (finalize_task_copyfn): Do not copy PROP_loops.
9424 (expand_omp_taskreg): Likewise.
9425 * tree-inline.c (initialize_cfun): Likewise.
9426 * tree-mudflap.c (add_bb_to_loop): Prototype.
9427 (mf_build_check_statement_for): Properly add new basic-blocks
9428 to existing loops.
9429 * tree-ssa-threadupdate.c (thread_block): Mark loops for fixup
9430 if we remove a loop.
9431 (thread_through_loop_header): Likewise.
9432 * trans-mem.c (tm_log_emit_save_or_restores): Properly add
9433 new basic-blocks to existing loops.
9434 (expand_transaction): Likewise.
9435 * Makefile.in (except.o): Add $(CFGLOOP_H).
9436 (expr.o): Likewise.
9437 (cgraph.o): Likewise.
9438 (cprop.o): Likewise.
9439 (cfgexpand.o): Likewise.
9440 (cfganal.o): Likewise.
9441 (trans-mem.o): Likewise.
9442 (tree-eh.o): Likewise.
9443
9444 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
9445
9446 PR target/52692
9447 * config/avr/avr.c (TARGET_BUILTIN_DECL): New define.
9448 (avr_builtin_decl): New static function.
9449 (struct avr_builtin_description, avr_bdesc): Move up.
9450 Add GTY marker. Add field fndecl. Remove redundant field id.
9451 (avr_init_builtins): Initialize avr_bdesc[ID].fndecl.
9452 (avr_expand_builtin): Code cleanup because .id is removed.
9453
9454 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
9455
9456 PR target/52737
9457 * config.gcc (tm_file): Remove avr/multilib.h.
9458
9459 * doc/invoke.texi (AVR Options): Adjust documentation of -mtiny-stack.
9460
9461 * config/avr/genmultilib.awk: Remove code to generate multilib.h.
9462 (BEGIN): Use -msp8 as multilib option instead of -mtiny-stack.
9463 * config/avr/t-avr: Remove generation of multilib.h.
9464 * config/avr/t-multilib: Regenerate.
9465 * config/avr/multilib.h: Remove.
9466 * config/avr/avr.opt (-msp8): New option.
9467 (avr_sp8): New variable.
9468 * config/avr/driver-avr.c (avr_device_to_sp8): New function.
9469 * config/avr/avr.h (AVR_HAVE_SPH): New define.
9470 (AVR_HAVE_8BIT_SP): Also set by avr_sp8 i.e. -msp8.
9471 (avr_device_to_sp8): New prototype.
9472 (EXTRA_SPEC_FUNCTIONS): Add { "device_to_sp8", avr_device_to_sp8 }
9473 (DRIVER_SELF_SPECS): New define.
9474 * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in defines:
9475 __AVR_SP8__, __AVR_HAVE_SPH__.
9476 * config/avr/avr.c (output_movhi): Use AVR_HAVE_SPH instead of
9477 AVR_HAVE_8BIT_SP to decide if SP_H is present.
9478 (avr_file_start): Ditto.
9479
9480 2012-03-28 Jakub Jelinek <jakub@redhat.com>
9481
9482 PR target/52736
9483 * config/i386/sse.md (sse2_loadlpd splitter): Use offset 0
9484 instead of 8 in adjust_address.
9485
9486 2012-03-27 Aurelien Buhrig <aurelien.buhrig.gcc@gmail.com>
9487
9488 PR middle-end/51893
9489 * expmed.c (store_bit_field_1): Fix wordnum value for big-endian
9490 targets.
9491
9492 2012-03-27 Oleg Endo <olegendo@gcc.gnu.org>
9493
9494 PR target/50751
9495 * config/sh/sh.c (sh_legitimize_address, sh_legitimize_reload_address):
9496 Rearrange conditional logic. Move displacement address calculations
9497 to ...
9498 (sh_find_mov_disp_adjust): ... this new function.
9499
9500 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
9501
9502 * config/arm/arm.opt (mapcs): Remove MaskExists.
9503 * config/cris/linux.opt (mno-gotplt): Likewise.
9504 * config/i386/i386.opt (mhard-float): Likewise.
9505 (msse4): Likewise.
9506 (mno-sse4): Likewise.
9507 * config/m68k/m68k.opt (mhard-float): Likewise.
9508 * config/mep/mep.op (mcop32): Likewise.
9509 * config/pa/pa-hpux.opt (msio): Likewise.
9510 * config/pa/pa64-hpux.opt (mgnu-ld): Likewise.
9511 * config/picochip/picochip.opt (mlittle): Likewise.
9512 * config/sh/sh.opt (mrenesas): Likewise.
9513 * config/sparc/long-double-switch.opt (mlong-double-128): Likewise.
9514 * config/sparc/sparc.opt (mhard-float): Likewise.
9515 * config/v850/v850.opt (mv850es): Likewise.
9516 * config/vax/vax.opt (mg-float): Likewise.
9517
9518 2012-03-27 Martin Jambor <mjambor@suse.cz>
9519
9520 PR middle-end/52693
9521 * tree-sra.c (sra_modify_assign): Do not call
9522 load_assign_lhs_subreplacements when working with an unscalarizable
9523 region.
9524
9525 2012-03-27 Uros Bizjak <ubizjak@gmail.com>
9526
9527 PR target/52698
9528 * config/i386/i386-protos.h (ix86_legitimize_reload_address):
9529 New prototype.
9530 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): New define.
9531 * config/i386/i386.c: Include reload.h.
9532 (ix86_legitimize_reload_address): New function.
9533
9534 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
9535
9536 * opth-gen.awk: Allocated a bit for Mask and InverseMask if it
9537 hasn't been allocated. Define a target macro for Mask and
9538 InverseMask if it hasn't been defined. Remove MaskExists handling.
9539
9540 * doc/options.texi: Remove MaskExists.
9541
9542 2012-03-27 Chung-Lin Tang <cltang@codesourcery.com>
9543
9544 PR target/52667
9545 * config/sh/sh.c (find_barrier): Add equality check of last_got
9546 to avoid going above orig insn. Update comments.
9547
9548 2012-03-27 Richard Guenther <rguenther@suse.de>
9549
9550 PR middle-end/52720
9551 * fold-const.c (try_move_mult_to_index): Handle &x.array more
9552 explicitely.
9553
9554 2012-03-27 Eric Botcazou <ebotcazou@adacore.com>
9555
9556 * expmed.c (store_bit_field): Assert that BITREGION_START is a multiple
9557 of a unit before computing the offset in units.
9558 * expr.c (get_bit_range): Return the null range if the enclosing record
9559 is part of a larger bit field.
9560
9561 2012-03-27 Tristan Gingold <gingold@adacore.com>
9562
9563 * config/ia64/vms.h (CASE_VECTOR_MODE): Define.
9564 * config/ia64/ia64.md: Remove mode in template.
9565 Sign extend operand in expand_simple_binop.
9566 * config/ia64/ia64.h (ASM_OUTPUT_ADDR_DIFF_ELT): Use
9567 CASE_VECTOR_MODE instead of TARGET_ILP32.
9568 (ADDR_VEC_ALIGN): Make it depends on CASE_VECTOR_MODE.
9569
9570 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
9571
9572 * varasm.c (assemble_external): #if 0 out the new assert from the
9573 previous commit, it breaks the Java and Go front ends.
9574
9575 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
9576
9577 * toplev.c (check_global_declaration_1): Do not call assemble_external.
9578 * expr.c (emit_block_move_libcall_fn): Likewise.
9579 (clear_storage_libcall_fn): Likewise.
9580 (expand_expr_addr_expr_1): Likewise.
9581 (expand_expr_real_1): Likewise.
9582 * calls.c (rtx_for_function_call): Likewise.
9583
9584 * varasm.c (assemble_external): Assert this function is only called
9585 during or after expanding to RTL.
9586
9587 2012-03-26 Martin Jambor <mjambor@suse.cz>
9588
9589 PR tree-optimization/50052
9590 * tree-sra.c (tree_non_aligned_mem_p): Removed.
9591 (tree_non_aligned_mem_for_access_p): Likewise.
9592 (build_accesses_from_assign): Removed strict alignment requirements
9593 checks.
9594 (access_precludes_ipa_sra_p): Likewise.
9595
9596 2012-03-26 Richard Guenther <rguenther@suse.de>
9597
9598 PR tree-optimization/52701
9599 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Always
9600 compute and set the evolution part of PHI nodes.
9601
9602 2012-03-26 Richard Guenther <rguenther@suse.de>
9603
9604 PR tree-optimization/52721
9605 * tree-vect-stmts.c (vect_init_vector): Handle scalars.
9606
9607 2012-03-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9608
9609 PR tree-optimization/52686
9610 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
9611 WIDEN_LSHIFT_EXPR.
9612
9613 2012-03-26 Tristan Gingold <gingold@adacore.com>
9614
9615 * config/alpha/vms.h (LINK_SPEC): Simplify.
9616 (STARTFILE_SPEC): Remove -mvms-return-codes handling.
9617 (NAME__MAIN, SYMBOL__MAIN): Remove.
9618 (VMS_DEBUG_MAIN_POINTER): Remove.
9619 * config/ia64/vms.h: Likewise.
9620 * config/alpha/alpha.c (alpha_start_function): Move vms_debug_main
9621 code to vms.c. Call vms_start_function.
9622 * config/ia64/ia64.c (ia64_start_function): Likewise.
9623 * config/vms/vms-protos.h (vms_start_function): Declare.
9624 * config/vms/vms.c (vms_start_function): New function.
9625 * config/vms/vms.h (MATH_LIBRARY): Define.
9626 (VMS_DEBUG_MAIN_POINTER): Define.
9627
9628 2012-03-26 Eric Botcazou <ebotcazou@adacore.com>
9629
9630 PR rtl-optimization/52629
9631 * reload1.c (count_pseudo): Short-circuit common case.
9632 (count_spilled_pseudo): Return early for pseudos without hard regs.
9633 Assert that the pseudo has got a hard reg before manipulating it.
9634
9635 2012-03-24 Jan Hubicka <jh@suse.cz>
9636
9637 PR lto/51663
9638 * varpool.c (varpool_finalize_decl): Handle toplevel_reorder here.
9639 (decide_is_variable_needed): Do not handle toplevel reorder here.
9640 * cgraph.h (varpool_can_remove_if_no_refs): Likewise.
9641 * ipa.c (cgraph_remove_unreachable_nodes): Remove unreachable vars
9642 even at -O0.
9643
9644 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
9645
9646 * expr.c (optimize_bitfield_assignment_op) <BIT_IOR_EXPR>: Use str_mode
9647 and str_bitsize instead of more convoluted expressions.
9648
9649 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
9650
9651 PR target/52610
9652 * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=leon.
9653
9654 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
9655
9656 PR target/52656
9657 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Fix pasto.
9658
9659 2012-03-23 Martin Jambor <mjambor@suse.cz>
9660
9661 * tree-sra.c (build_accesses_from_assign): Remove FIXME comment.
9662
9663 2012-03-23 Richard Guenther <rguenther@suse.de>
9664
9665 PR tree-optimization/52678
9666 * tree-vectorizer.h (struct _stmt_vec_info): Add
9667 loop_phi_evolution_part member.
9668 (STMT_VINFO_LOOP_PHI_EVOLUTION_PART): New define.
9669 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Initialize
9670 STMT_VINFO_LOOP_PHI_EVOLUTION_PART.
9671 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
9672 Use the cached evolution part and the PHI nodes value from
9673 the loop preheader edge instead of re-analyzing the evolution.
9674
9675 2012-03-22 Maxim Kuvyrkov <maxim@codesourcery.com>
9676
9677 * config/mips/mips-tables.opt: Update.
9678 * config/mips/mips.md (processor): Add xlp.
9679 * config/mips/mips-cpus.def: Add xlp.
9680 * config/mips/mips.c (mips_rtx_cost_data): Add costs for XLP, copy from
9681 5KF for now.
9682 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle xlp.
9683 * doc/invoke.texi: Mention XLP.
9684
9685 2012-03-22 Jakub Jelinek <jakub@redhat.com>
9686
9687 PR middle-end/52547
9688 * tree-nested.c (convert_tramp_reference_stmt): Call declare_vars
9689 on any new_local_var_chain vars declared during recursing on
9690 GIMPLE_OMP_PARALLEL or GIMPLE_OMP_TASK body.
9691
9692 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
9693
9694 * config/alpha/alpha.h (ASM_OUTPUT_ALIGN): Move to config/alpha/elf.h
9695 (ASM_OUTPUT_SKIP): Move to config/alpha/vms.h
9696 (ASM_OUTPUT_LOCAL): Ditto.
9697 (ASM_OUTPUT_COMMON): Remove.
9698 * config/alpha/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Use ASM_OUTPUT_DEF.
9699 * config/alpha/vms.h (ASM_OUTPUT_ALIGN): Do not undefine before define.
9700
9701 2012-03-22 Jan Hubicka <jh@suse.cz>
9702
9703 PR middle-end/51737
9704 * cgraph.c (cgraph_remove_node_and_inline_clones): Add FORBIDDEN_NODE
9705 parameter.
9706 * cgraph.h (cgraph_remove_node_and_inline_clones): Update prototype.
9707 * ipa-inline-transform.c (save_inline_function_body): Remove
9708 copied clone if needed.
9709 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Update.
9710
9711 2012-03-22 Richard Guenther <rguenther@suse.de>
9712
9713 PR middle-end/52666
9714 * fold-const.c (fold_ternary_loc): Fix typo.
9715
9716 2012-03-22 Georg-Johann Lay <avr@gjlay.de>
9717
9718 PR target/52496
9719 * config/avr/avr.md (unspec): Remove UNSPEC_MEMORY_BARRIER.
9720 (unspecv): Add UNSPECV_MEMORY_BARRIER.
9721 (cli_sei): Use unspec_volatile instead of unspec for memory barrier.
9722 (delay_cycles_1, delay_cycles_2): Ditto.
9723 (delay_cycles_3, delay_cycles_4): Ditto.
9724 (nopv, *nopv): Ditto.
9725 (sleep, *sleep): Ditto.
9726 (wdr, *wdr): Ditto.
9727
9728 2012-03-22 Richard Guenther <rguenther@suse.de>
9729
9730 PR tree-optimization/52548
9731 * tree-ssa-pre.c (valid_in_sets): Remove handling of invalidation
9732 because of clobbers.
9733 (prune_clobbered_mems): New function.
9734 (compute_antic_aux): Use it to prune ANTIC_OUT.
9735 (compute_partial_antic_aux): Use it to prune PA_IN.
9736 (compute_avail): Only insert expressions into EXP_GEN that are not
9737 invalidated when translated up to the beginning of the block.
9738
9739 2012-03-22 Richard Guenther <rguenther@suse.de>
9740
9741 PR tree-optimization/52638
9742 * tree-vect-stmts.c (vect_init_vector_1): New function, split
9743 out from ...
9744 (vect_init_vector): ... here. Handle scalar vector inits.
9745 (vect_get_vec_def_for_operand): Adjust.
9746 (vectorizable_load): Likewise.
9747
9748 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
9749
9750 * config.gcc (alpha*-*-linux*): Add elfos.h to tm_file.
9751 (alpha*-*-freebsd*): Ditto.
9752 (alpha*-*-netbsd*): Ditto.
9753 (alpha*-*-openbsd*): Ditto.
9754 * config/alpha/elf.h (OBJECT_FORMAT_ELF): Remove.
9755 (DWARF2_DEBUGGING_INFO): Remove.
9756 (PREFERRED_DEBUGGING_TYPE): Remove.
9757 (ASM_FINAL_SPEC): Remove.
9758 (IDENT_ASM_OP): Remove.
9759 (ASM_OUTPUT_IDENT): Remove.
9760 (SKIP_ASM_OP): Remove.
9761 (ASM_OUTPUT_SKIP): Remove.
9762 (ALIGN_ASM_OP): Remove.
9763 (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
9764 (ASM_OUTPUT_CASE_LABEL): Remove.
9765 (ASM_OUTPUT_EXTERNAL_LIBCALL): Remove.
9766 (COMMON_ASM_OP): Remove.
9767 (ASM_OUTPUT_ALIGNED_COMMON): Remove.
9768 (ASCII_DATA_ASM_OP): Remove.
9769 (READONLY_DATA_SECTION_ASM_OP): Remove.
9770 (INIT_SECTION_ASM_OP): Remove.
9771 (FINI_SECTION_ASM_OP): Remove.
9772 (ASM_SECTION_START_OP): Remove.
9773 (ASM_OUTPUT_SECTION_START_FILE): Remove.
9774 (TARGET_ASM_NAMED_SECTION): Remove.
9775 (TARGET_ASM_SELECT_SECTION): Remove.
9776 (MAKE_DECL_ONE_ONLY): Remove.
9777 (TYPE_ASM_OP): Remove.
9778 (SIZE_ASM_OP): Remove.
9779 (ASM_WEAKEN_LABEL): Remove.
9780 (TYPE_OPERAND_FMT): Remove.
9781 (ASM_DECLARE_RESULT): Remove.
9782 (ASM_DECLARE_OBJECT_NAME): Remove.
9783 (ASM_FINISH_DECLARE_OBJECT): Remove.
9784 (ELF_ASCII_ESCAPES): Remove.
9785 (ELF_STRING_LIMIT): Remove.
9786 (STRING_ASM_OP): Remove.
9787 (ASM_OUTPUT_EXTERNAL): Remove.
9788 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Redefine to false.
9789 * config/alpha/alpha.h (PCC_BITFIELD_TYPE_MATTERS): Undefine
9790 before define.
9791 (ASM_DECLARE_FUNCTION_NAME): Ditto.
9792 (ASM_DECLARE_FUNCTION_SIZE): Ditto.
9793 (ASM_GENERATE_INTERNAL_LABEL): Ditto.
9794 (ASM_OUTPUT_SKIP): Ditto.
9795 (READONLY_DATA_SECTION_ASM_OP): Remove.
9796 (USER_LABEL_PREFIX): Remove.
9797 (ASM_OUTPUT_ASCII): Remove.
9798 (ASM_OUTPUT_CASE_LABEL): Remove.
9799 (NO_DOLLAR_IN_LABEL): Undefine.
9800
9801 2012-03-22 Richard Guenther <rguenther@suse.de>
9802
9803 PR tree-optimization/52459
9804 * tree-ssa-pre.c (inhibit_phi_insertion): Do not inhibit
9805 PHI insertion for calls.
9806
9807 2012-03-21 Steven Bosscher <steven@gcc.gnu.org>
9808
9809 * cse.c (invalidate_from_sets_and_clobbers, try_back_substitute_reg,
9810 find_sets_in_insn, canonicalize_insn): Split out from ...
9811 (cse_insn): ... here.
9812 (invalidate_from_clobbers): Take an insn instead of the pattern.
9813
9814 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
9815
9816 PR target/52479
9817 * config/sh/sh-protos.h (sh_fsca_df2int): Remove.
9818 * config/sh/sh.c (sh_fsca_df2int_rtx, sh_fsca_df2int): Remove.
9819 * config/sh/sh.md (sindf2, cosdf2): Remove.
9820
9821 2012-03-21 Kaz Kojima <kkojima@gcc.gnu.org>
9822
9823 PR target/52642
9824 * config/sh/sh.c (sh_expand_prologue): Emit blockage at the end of
9825 prologue for unwinder and profiler.
9826
9827 2012-03-21 Andreas Tobler <andreast@fgznet.ch>
9828
9829 * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
9830 Introduce emul_name to select the right linker emulation for
9831 powerpc64-*-freebsd*.
9832 * configure: Regenerate.
9833 * config.gcc: Add bits to support powerpc64-*-freebsd*.
9834 * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
9835 * config/rs6000/freebsd64.h: New file.
9836 * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
9837 POWERPC_FREEBSD.
9838 (rs6000_savres_strategy): Likewise.
9839 (rs6000_savres_routine_name): Likewise.
9840 (rs6000_elf_file_end): Likewise.
9841 * config/rs6000/t-freebsd64: New file.
9842 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
9843 rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.
9844
9845 * config/rs6000/freebsd64.h: Remove duplicated entries from last
9846 commit.
9847 * config/rs6000/t-freebsd64: Likewise.
9848
9849 2012-03-21 Georg-Johann Lay <avr@gjlay.de>
9850
9851 PR rtl-optimization/52543
9852 PR target/52461
9853 * config/avr/avr-protos.h (avr_load_lpm): New prototype.
9854 * config/avr/avr.c (avr_mode_dependent_address_p): New function.
9855 (TARGET_MODE_DEPENDENT_ADDRESS_P): New define.
9856 (avr_load_libgcc_p): Restrict to __flash loads.
9857 (avr_out_lpm): Only handle 1-byte loads from __flash.
9858 (avr_load_lpm): New function.
9859 (avr_find_unused_d_reg): Remove.
9860 (avr_out_lpm_no_lpmx): Remove.
9861 (adjust_insn_length): Handle ADJUST_LEN_LOAD_LPM.
9862 * config/avr/avr.md (unspec): Add UNSPEC_LPM.
9863 (load_<mode>_libgcc): Use UNSPEC_LPM instead of MEM.
9864 (load_<mode>, load_<mode>_clobber): New insns.
9865 (mov<mode>): For multi-byte move from non-generic
9866 16-bit address spaces: Expand to load_<mode> resp.
9867 load_<mode>_clobber.
9868 (load<mode>_libgcc): Remove expander.
9869 (split-lpmx): Remove split.
9870
9871 2012-03-21 Richard Earnshaw <rearnsha@arm.com>
9872
9873 * neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart.
9874 * config/arm/neon.ml (Fixed_return_reg): Renamed to fixed_vector_reg.
9875 All callers changed.
9876 (Fixed_core_reg): New feature.
9877 (Vget_lane [sizes S64 and U64]): Add Fixed_core_reg. Allow fmrrd in
9878 disassembly.
9879 * neon-testgen.ml: Handle Fixed_core_reg.
9880
9881 2012-03-21 Andrew Stubbs <ams@codesourcery.com>
9882
9883 * config/arm/arm.c (thumb2_reorg): Add complete support
9884 for 16-bit instructions.
9885 * config/arm/thumb2.md: Delete obsolete flag-clobbering peepholes.
9886
9887 2012-03-21 Richard Guenther <rguenther@suse.de>
9888
9889 PR tree-optimizer/52636
9890 * tree-vect-slp.c (vect_get_constant_vectors): Convert constants
9891 to the appropriate type.
9892
9893 2012-03-21 Richard Guenther <rguenther@suse.de>
9894
9895 * Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H)
9896 dependencies.
9897 * cfgexpand.c (gimple_expand_cfg): Fold in pass_init_function,
9898 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
9899 * passes.c (init_optimization_passes): Remove pass_init_function,
9900 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
9901 * tree-pass.h (pass_init_function): Remove.
9902 (pass_jump): Remove.
9903 (pass_initial_value_sets): Remove.
9904 (pass_unshare_all_rtl): Remove.
9905 * integrate.c (pass_initial_value_sets): Remove.
9906 * emit-rtl.c (pass_unshare_all_rtl): Remove.
9907 * tree.h (init_function_for_compilation): Remove.
9908 * function.c (init_function_for_compilation): Remove.
9909 (pass_init_function): Remove.
9910 * cfgcleanup.c (rest_of_handle_jump): Remove.
9911 (pass_jump): Remove.
9912
9913 2012-03-20 Jason Merrill <jason@redhat.com>
9914
9915 * tree-streamer-in.c (streamer_alloc_tree): Call
9916 ggc_alloc_zone_cleared_tree_node instead of
9917 ggc_alloc_zone_cleared_tree_node_stat.
9918
9919 2012-03-20 Jonathan Wakely <jwakely.gcc@gmail.com>
9920
9921 * doc/extend.texi (Template Instantiation): Remove anachronisms.
9922
9923 2012-03-20 Jakub Jelinek <jakub@redhat.com>
9924
9925 PR target/52607
9926 * config/i386/i386.c (expand_vec_perm_vperm2f128): New function.
9927 (ix86_expand_vec_perm_const_1): Call it.
9928
9929 * config/i386/i386.c (vselect_insn): New variable.
9930 (init_vselect_insn): New function.
9931 (expand_vselect, expand_vselect_insn): Add testing_p argument.
9932 Call init_vselect_insn if vselect_insn is NULL. Adjust
9933 PATTERN (vselect_insn), instead of creating a new insn each time,
9934 only emit a copy of it if not testing and recog has been successful.
9935 (expand_vec_perm_pshufb, expand_vec_perm_1,
9936 expand_vec_perm_pshuflw_pshufhw, expand_vec_perm_broadcast_1): Adjust
9937 callers.
9938
9939 PR target/52607
9940 * config/i386/i386.md ("isa" attribute): Add avx2 and noavx2.
9941 ("enabled" attribute): Handle avx2 and noavx2 isas.
9942 * config/i386/sse.md (avx2_vec_dupv8sf_1, avx2_pbroadcast<mode>_1):
9943 New insns.
9944 (vec_dup<mode>): Add avx2 =x,x alternative.
9945 (vec_dup<mode> splitter): Don't split if TARGET_AVX2.
9946 (*avx_vperm_broadcast_<mode>): Don't split V4DFmode if TARGET_AVX2.
9947 For TARGET_AVX2, V8SFmode and elt == 0 split into vbroadcastss.
9948 * config/i386/i386.c (expand_vec_perm_pshufb): Emit also vpermps
9949 for V8SFmode.
9950 (expand_vec_perm_1): For broadcasts, use avx2_pbroadcast<mode>_1
9951 if possible, handle also V8SFmode.
9952
9953 2012-03-20 Richard Earnshaw <rearnsha@arm.com>
9954
9955 * arm/predicates.md (zero_operand, reg_or_zero_operand): New predicates.
9956 * arm/neon.md (neon_vceq<mode>, neon_vcge<mode>): Use
9957 reg_or_zero_operand predicate.
9958 (neon_vcle<mode>, neon_vclt<mode>): Use zero_operand predicate.
9959
9960 2012-03-20 Jakub Jelinek <jakub@redhat.com>
9961
9962 * config/i386/i386.c (ix86_decompose_address) <case ZERO_EXTEND>:
9963 If operand isn't UNSPEC, return 0.
9964
9965 2012-03-20 Richard Guenther <rguenther@suse.de>
9966
9967 * tree-pass.h (pass_rtl_eh): Remove.
9968 * except.c (gate_handle_eh): Likewise.
9969 (rest_of_handle_eh): Likewise.
9970 (pass_rtl_eh): Likewise.
9971 (finish_eh_generation): Export.
9972 * except.h (finish_eh_generation): Declare.
9973 * passes.c (init_optimization_passes): Remove pass_rtl_eh.
9974 * cfgexpand.c (gimple_expand_cfg): Call finish_eh_generation
9975 after expanding stack alignment. Instead of compacting blocks
9976 call cleanup_cfg.
9977
9978 2012-03-20 Richard Guenther <rguenther@suse.de>
9979
9980 * stor-layout.c (finish_bitfield_representative): Fallback
9981 to conservative maximum size if the padding up to the next
9982 field cannot be computed as a constant.
9983 (finish_bitfield_layout): If we cannot compute the distance
9984 between the start of the bitfield representative and the
9985 bitfield member start a new representative.
9986 * expr.c (get_bit_range): The distance between the start of
9987 the bitfield representative and the bitfield member is zero
9988 if the field offsets are not constants.
9989
9990 2012-03-20 Tristan Gingold <gingold@adacore.com>
9991
9992 * tree.h (enum size_type_kind): Add stk_ prefix to constants,
9993 convert in lowercase.
9994 (sizetype_tab, sizetype, bitsizetype, ssizetype, sbitsizetype)
9995 (size_int, ssize_int, bitsize_int, sbitsize_int): Adjust.
9996 * stor-layout.c (sizetype_tab): Adjust.
9997 (initialize_sizetypes): Use SIZETYPE instead of SIZE_TYPE.
9998 * tree-streamer.c (preload_common_nodes): Use stk_type_kind_last
9999 instead of type_kind_last.
10000 * tree-scalar-evolution.c (interpret_rhs_expr): Use size_int
10001 instead of size_int_kind.
10002 * doc/tm.texi.in (Type Layout): Document SIZETYPE.
10003 * doc/tm.texi: Regenerate.
10004 * defaults.h (SIZETYPE): Provide a default value.
10005 * config/vms/vms.h (SIZE_TYPE): Define as "unsigned int".
10006 (SIZETYPE): Define.
10007
10008 2012-03-20 Oleg Endo <olegendo@gcc.gnu.org>
10009
10010 * config/sh/sh.md: Use braced string notation where applicable.
10011
10012 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10013
10014 * config/i386/i386.md (allocate_stack): Simplify.
10015
10016 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10017
10018 * builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of
10019 copy_to_mode_reg (Pmode, ...).
10020 (expand_builtin_frame_address): Ditto.
10021 * expr.c (emit_block_move_via_libcall): Ditto.
10022 (set_storage_via_libcall): Ditto.
10023
10024 * config/i386/i386.c (ix86_expand_movmem): Ditto.
10025 (ix86_expand_setmem): Ditto.
10026 (ix86_trampoline_init): DItto.
10027 * config/i386/i386.md (cmpstrnsi): Ditto.
10028
10029 2012-03-19 Sandra Loosemore <sandra@codesourcery.com>
10030
10031 * config/sh/sh.opt (madjust-unroll): Mark as ignored/obsolete.
10032 * config/sh/sh.h (TARGET_OPT_DEFAULT): Don't use MASK_ADJUST_UNROLL.
10033 * doc/invoke.texi (Option Summary): Remove -madjust-unroll.
10034 (SH Options): Likewise.
10035
10036 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10037
10038 * config/i386/i386.c (get_thread_pointer): Add tp_mode argument.
10039 Generate ZERO_EXTEND in place if GET_MODE (tp) != tp_mode.
10040 (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>: Always generate
10041 DImode UNSPEC_GOTNTPOFF references on TARGET_64BIT.
10042 (ix86_decompose_address): Allow zero extended UNSPEC_TP references.
10043
10044 Revert:
10045 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10046
10047 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
10048 * config/i386/i386.c (ix86_decompose_address): Use
10049 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
10050 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
10051 thread pointer to a register.
10052
10053 Revert:
10054 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
10055
10056 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
10057 if Pmode != word_mode.
10058 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
10059 Pmode == SImode for TARGET_X32.
10060
10061 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
10062 (tls_initial_exec_x32): Likewise.
10063
10064 2012-03-19 Oleg Endo <olegendo@gcc.gnu.org>
10065
10066 PR target/50751
10067 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12, DISP_ADDR_P,
10068 DISP_ADDR_OFFSET): New macros.
10069 * config/sh/sh.c (sh_address_cost): Add SH2A special case.
10070 (sh_legitimate_index_p): Allow QImode displacements for non-SH2A.
10071 (sh_legitimize_address): Add QImode displacement handling.
10072 (sh_cannot_change_mode_class): Disallow GENERAL_REGS for SFmode
10073 vector subregs.
10074 (sh_secondary_reload): Add QImode displacement handling.
10075 * config/sh/predicates.md (movsrc_no_disp_mem_operand): New predicate.
10076 * config/sh/constraints.md (K04, Snd, Sdd): New constraints.
10077 * config/sh/sh.md (extendqisi2): Remove constraints from expander.
10078 (*extendqisi2_compact): Rename to *extendqisi2_compact_reg, restrict
10079 to register operands only.
10080 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New insns.
10081 (extendqihi2): Change insn to expander.
10082 (*extendqihi2_compact_reg): New insn.
10083 (movqi_i, movqi): Replace with ...
10084 (movqi, *movqi_reg_reg, *movqi_store_mem_disp12,
10085 *movqi_load_mem_disp, *movqi_load_mem_disp): ... these.
10086 Add new peepholes for QImode displacement addressing.
10087
10088 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
10089
10090 PR c++/14710
10091 * doc/invoke.texi: Document -Wuseless-cast.
10092
10093 2012-03-19 Eric Botcazou <ebotcazou@adacore.com>
10094
10095 * tree.def (REALPART_EXPR, IMAGPART_EXPR, VIEW_CONVERT_EXPR): Move.
10096 * tree.h (handled_component_p): Reorder cases.
10097 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref): Do
10098 not initialize unsignedp.
10099 (loc_list_from_tree): Likewise.
10100 (fortran_common): Likewise.
10101 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
10102
10103 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10104
10105 * config/i386/i386.c (ix86_expand_prologue) <CM_LARGE_PIC>: Use Pmode
10106 mode consistently. Use ix86_gen_add3. Assert that Pmode == DImode.
10107 (ix86_expand_split_stack_prologue): Use ix86_gen_add3.
10108 (ix86_split_long_move): Ditto.
10109 (legitimize_tls_address): Use ix86_gen_sub3.
10110 (construct_plt_address): Assert that Pmode == DImode.
10111
10112 2012-03-18 Uros Bizjak <ubizjak@gmail.com>
10113
10114 * config/i386/i386.md: Remove empty predicates and/or constraints.
10115 * config/i386/sync.md: Ditto.
10116 * config/i386/sse.md: Ditto.
10117 * config/i386/mmx.md: Ditto.
10118 * config/i386/pentium.md: Ditto.
10119 * config/i386/athlon.md: Ditto.
10120
10121 2012-03-16 Richard Guenther <rguenther@suse.de>
10122
10123 PR tree-optimization/52603
10124 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Clarify
10125 comment.
10126
10127 Revert
10128 2012-03-14 Richard Guenther <rguenther@suse.de>
10129
10130 PR tree-optimization/52571
10131 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
10132 flag_section_anchors check ...
10133 (vect_can_force_dr_alignment_p): ... here.
10134
10135 2012-03-16 Martin Jambor <mjambor@suse.cz>
10136
10137 * expr.c (expand_expr_real_1): Handle misaligned scalar reads from
10138 memory through MEM_REFs by calling extract_bit_field.
10139
10140 2012-03-16 Richard Guenther <rguenther@suse.de>
10141
10142 * fold-const.c (native_interpret_expr): Also support POINTER_TYPE
10143 and REFERENCE_TYPE interpretations.
10144 (can_native_interpret_type_p): New function.
10145 (fold_ternary_loc): Use native encode/interpret to fold
10146 BIT_FIELD_REFs of constants.
10147
10148 2012-03-16 Richard Guenther <rguenther@suse.de>
10149
10150 PR middle-end/52584
10151 * fold-const.c (fold_ternary_loc): Fold vector typed BIT_FIELD_REFs
10152 of vector constants and constructors.
10153
10154 2012-03-16 Richard Guenther <rguenther@suse.de>
10155
10156 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
10157 VIEW_CONVERT_EXPR to convert constants.
10158 (vect_is_simple_use): Treat all constants as vec_constant_def.
10159
10160 2012-03-16 Richard Guenther <rguenther@suse.de>
10161 Kai Tietz <ktietz@redhat.com>
10162
10163 PR middle-end/48814
10164 * gimplify.c (gimplify_self_mod_expr): Evaluate postfix
10165 side-effects completely in the pre-queue and use a temporary
10166 for the result.
10167
10168 2012-03-16 Richard Guenther <rguenther@suse.de>
10169
10170 * stor-layout.c (finish_bitfield_representative): Fall back
10171 to the conservative maximum size if we cannot compute the
10172 size of the tail padding.
10173
10174 2012-03-16 Tristan Gingold <gingold@adacore.com>
10175
10176 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
10177 __CRTL_VER and __VMS_VER.
10178 * config/vms/vms-protos.h: Declare vms_c_get_crtl_ver
10179 and vms_c_get_vms_ver.
10180 * config/vms/vms-c.c (vms_c_get_crtl_ver, vms_c_get_vms_ver): New
10181 functions.
10182 * config/alpha/vms.h (VMS_DEFAULT_CRTL_VER)
10183 (VMS_DEFAULT_VMS_VER): Define.
10184 * config/ia64/vms.h (VMS_DEFAULT_CRTL_VER)
10185 (VMS_DEFAULT_VMS_VER): Define.
10186
10187 2012-03-16 Richard Guenther <rguenther@suse.de>
10188
10189 * tree-vect-loop.c (get_initial_def_for_induction): Use
10190 build_constructor directly.
10191 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
10192 build_vector_from_val.
10193 * tree.c (build_vector_from_val): Avoid creating a constructor
10194 first when we want a constant vector.
10195
10196 2012-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10197
10198 * doc/install.texi (Specific, *-*-solaris2*): Improve wording.
10199
10200 2012-03-16 Richard Guenther <rguenther@suse.de>
10201
10202 * tree.h (TREE_VECTOR_CST_ELTS): Remove.
10203 (VECTOR_CST_NELTS, VECTOR_CST_ELTS, VECTOR_CST_ELT): New defines.
10204 (struct tree_vector): Remove elements member, add variable size
10205 elts array member.
10206 (build_vector_stat): Declare.
10207 (build_vector): Define in terms of build_vector_stat.
10208 * tree.c (build_vector): Rename to ...
10209 (build_vector_stat): ... this. Take array of trees as parameter.
10210 (build_vector_from_ctor): Adjust.
10211 (integer_zerop, integer_onep, integer_all_onesp, iterative_hash_expr,
10212 initializer_zerop): Adjust.
10213 * cfgexpand.c (expand_debug_expr): Likewise.
10214 * expr.c (categorize_ctor_elements_1, expand_expr_real_1,
10215 const_vector_from_tree): Likewise.
10216 * fold-const.c (const_binop, operand_equal_p, native_encode_vector,
10217 native_interpret_vector, fold_unary_loc, vec_cst_ctor_to_array,
10218 fold_vec_perm, fold_binary_loc, fold_ternary_loc): Likewise.
10219 * tree-streamer-in.c (streamer_alloc_tree): Handle TS_VECTOR.
10220 (lto_input_ts_vector_tree_pointers): Adjust.
10221 * tree-streamer-out.c (streamer_write_tree_header): Handle TS_VECTOR.
10222 (write_ts_vector_tree_pointers): Adjust.
10223 * varasm.c (const_hash_1, compare_constant, copy_constant,
10224 output_constant): Adjust.
10225 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Adjust.
10226 * print-tree.c (print_node): Adjust.
10227 * tree-pretty-print.c (dump_generic_node): Adjust.
10228 * tree-vect-generic.c (uniform_vector_p, vector_element,
10229 lower_vec_perm): Adjust.
10230 * tree-vect-loop.c (get_initial_def_for_reduction): Adjust.
10231 * tree-vect-slp.c (vect_get_constant_vectors,
10232 vect_transform_slp_perm_load): Adjust.
10233 * tree-vect-stmts.c (vect_gen_perm_mask): Adjust.
10234 * expmed.c (make_tree): Adjust.
10235 * config/i386/i386.c (ix86_expand_builtin): Adjust.
10236 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Adjust interface
10237 and implementation.
10238 (sparc_fold_builtin): Adjust.
10239
10240 2012-03-16 Tristan Gingold <gingold@adacore.com>
10241
10242 * config.gcc (*-*-*vms*): Define use_gcc_stdint and tm_file.
10243 * config/vms/vms-stdint.h: New file.
10244
10245 2012-03-16 Tristan Gingold <gingold@adacore.com>
10246
10247 * config.host (alpha64-dec-*vms*, alpha*-dec-*vms*)
10248 (ia64-hp-*vms*): Replaced by ...
10249 (*-*-*vms*): ... This new entry.
10250
10251 2012-03-15 Jakub Jelinek <jakub@redhat.com>
10252
10253 PR target/52568
10254 * config/i386/i386.c (expand_vec_perm_vperm2f128_vblend): New function.
10255 (ix86_expand_vec_perm_const_1): Use it.
10256
10257 PR target/52568
10258 * config/i386/sse.md (UNSPEC_VPERMDF): Remove.
10259 (avx2_permv4df): Remove.
10260 (avx2_permv4di): Macroize into...
10261 (avx2_perm<mode>): ... this using VI8F_256 iterator.
10262 (avx2_permv4di_1): Macroize into...
10263 (avx2_perm<mode>_1): ... this using VI8F_256 iterator.
10264
10265 2012-03-15 Ulrich Weigand <ulrich.weigand@linaro.org>
10266
10267 * combine.c (apply_distributive_law): Do not distribute SUBREG.
10268
10269 2012-03-15 Ira Rosen <irar@il.ibm.com>
10270 Ulrich Weigand <ulrich.weigand@linaro.org>
10271
10272 * tree-vect-patterns.c (widened_name_p): Rename to ...
10273 (type_conversion_p): ... this. Add new argument to determine
10274 if it's a promotion or demotion operation. Check for
10275 CONVERT_EXPR_CODE_P instead of NOP_EXPR.
10276 (vect_recog_dot_prod_pattern): Call type_conversion_p instead
10277 widened_name_p.
10278 (vect_recog_widen_mult_pattern, vect_recog_widen_sum_pattern,
10279 vect_operation_fits_smaller_type, vect_recog_widen_shift_pattern):
10280 Likewise.
10281 (vect_recog_mixed_size_cond_pattern): Likewise and allow
10282 non-constant then and else clauses.
10283
10284 2012-03-15 Ira Rosen <irar@il.ibm.com>
10285 Ulrich Weigand <ulrich.weigand@linaro.org>
10286
10287 * tree-vectorizer.h (vect_pattern_recog): Add new argument.
10288 * tree-vect-loop.c (vect_analyze_loop_2): Update call to
10289 vect_pattern_recog.
10290 * tree-vect-patterns.c (widened_name_p): Pass basic block
10291 info to vect_is_simple_use.
10292 (vect_recog_dot_prod_pattern): Fail for basic blocks.
10293 (vect_recog_widen_sum_pattern): Likewise.
10294 (vect_handle_widen_op_by_const): Support basic blocks.
10295 (vect_operation_fits_smaller_type,
10296 vect_recog_over_widening_pattern): Likewise.
10297 (vect_recog_vector_vector_shift_pattern): Support basic blocks.
10298 Update call to vect_is_simple_use.
10299 (vect_recog_mixed_size_cond_pattern): Support basic blocks.
10300 Add printing.
10301 (check_bool_pattern): Add an argument, update call to
10302 vect_is_simple_use and the recursive calls.
10303 (vect_recog_bool_pattern): Update relevant function calls.
10304 Add printing.
10305 (vect_mark_pattern_stmts): Update calls to new_stmt_vec_info.
10306 (vect_pattern_recog_1): Check for reduction only in loops.
10307 (vect_pattern_recog): Add new argument. Support basic blocks.
10308 * tree-vect-stmts.c (vectorizable_conversion): Pass basic block
10309 info to vect_is_simple_use_1.
10310 * tree-vect-slp.c (vect_get_and_check_slp_defs): Support basic blocks.
10311 (vect_slp_analyze_bb_1): Call vect_pattern_recog.
10312
10313 2012-03-15 Jakub Jelinek <jakub@redhat.com>
10314 Andrew Pinski <apinski@cavium.com>
10315
10316 PR middle-end/52592
10317 * builtins.c (expand_builtin_int_roundingfn_2): If expanding
10318 BUILT_IN_IR{INT,OUND}* using optab fails, emit lr{int,ound}*
10319 calls instead of __builtin_ir{int,ound}*.
10320
10321 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
10322
10323 * doc/sourcebuild.texi (cleanup-modules, keep-modules): Update
10324 documentation.
10325
10326 2012-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
10327
10328 * config.gcc (target_type_format_char): New. Document it. Set it for
10329 arm*-*-* .
10330 * configure.ac (gnu_unique_option): Use target_type_format_char
10331 in test. Comment rationale.
10332 * configure: Regenerate .
10333
10334 2012-03-15 Jakub Jelinek <jakub@redhat.com>
10335
10336 PR tree-optimization/52267
10337 * tree-vrp.c (masked_increment): New function.
10338 (register_edge_assert_for_2): Derive ASSERT_EXPRs
10339 from (X & CST1) cmp CST2 tests.
10340
10341 2012-03-15 Richard Guenther <rguenther@suse.de>
10342
10343 PR middle-end/52580
10344 * tree-data-ref.c (subscript_dependence_tester_1): Check
10345 all dimensions for non-conflicting access functions.
10346
10347 2012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
10348
10349 PR c++/44783
10350 * doc/invoke.texi [C++ Language Options]: Document
10351 -ftemplate-backtrace-limit.
10352
10353 2012-03-15 Tristan Gingold <gingold@adacore.com>
10354
10355 * c-parser.c (c_parser_parameter_declaration): Handle #pragma
10356 before a parameter.
10357
10358 2012-03-15 Tristan Gingold <gingold@adacore.com>
10359
10360 * dwarf2out.c (gen_subprogram_die): Require dwarf unwinding to
10361 use DW_OP_call_frame_cfa.
10362
10363 2012-03-14 H.J. Lu <hongjiu.lu@intel.com>
10364
10365 PR target/50797
10366 * config/i386/i386-opts.h (pmode): New.
10367
10368 * config/i386/i386.c (ix86_option_override_internal): Properly
10369 check and set ix86_pmode.
10370
10371 * config/i386/i386.h (Pmode): Check ix86_pmode instead of TARGET_64BIT.
10372
10373 * config/i386/i386.opt (maddress-mode=): New.
10374
10375 * doc/invoke.texi: Document -maddress-mode=short|long for x86.
10376
10377 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10378
10379 * dwarf2cfi.c (def_cfa_0): Remove MIPS_DEBUGGING_INFO handling.
10380 (dwarf2out_do_cfi_asm): Likewise.
10381 * dwarf2out.c (output_call_frame_info): Remove MIPS_DEBUGGING_INFO
10382 handling.
10383 (add_data_member_location_attribute): Likewise.
10384 (gen_array_type_die): Likewise.
10385 (gen_subprogram_die): Likewise.
10386 (gen_producer_string): Likewise.
10387 * sdbout.c (sdbout_begin_prologue): Declare unconditionally.
10388 Remove MIPS_DEBUGGING_INFO handling.
10389 (sdb_debug_hooks): Likewise.
10390 (sdbout_begin_block): Likewise.
10391 (sdbout_end_block): Likewise.
10392 (sdbout_begin_prologue): Likewise.
10393 (sdbout_start_source_file): Likewise.
10394 (sdbout_end_source_file): Likewise.
10395 (sdbout_init): Likewise.
10396 * system.h (MIPS_DEBUGGING_INFO): Poison.
10397
10398 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10399
10400 * config/alpha/alpha.c [HAVE_STAMP_H]: Remove.
10401 (alpha_file_start) [MS_STAMP]: Remove.
10402
10403 * config/alpha/elf.h (TARGET_GAS): Remove.
10404 * config/alpha/freebsd.h (TARGET_DEFAULT): Remove.
10405 * config/alpha/linux.h (TARGET_DEFAULT): Remove.
10406 * config/alpha/netbsd.h (TARGET_DEFAULT): Remove.
10407 * config/alpha/vms.h (TARGET_DEFAULT): Remove.
10408 * config.gcc (alpha*-*-linux*): Remove target_cpu_default.
10409 (alpha*-*-freebsd*): Likewise.
10410 (alpha*-*-netbsd*): Likewise.
10411 (alpha*-*-openbsd*): Likewise.
10412 (alpha*-*-*): Remove target_cpu_default2.
10413 * config/alpha/alpha.c (alpha_output_filename): Remove !TARGET_GAS
10414 handling.
10415 * config/alpha/alpha.h (TARGET_AS_CAN_SUBTRACT_LABELS): Remove.
10416 (TARGET_AS_SLASH_BEFORE_SUFFIX): Remove.
10417 * config/alpha/alpha.c (print_operand): Always assume
10418 TARGET_AS_SLASH_BEFORE_SUFFIX.
10419 * config/alpha/alpha.md ("*builtin_setjmp_receiver_er_sl_1"):
10420 Remove TARGET_AS_CAN_SUBTRACT_LABELS.
10421 ("*builtin_setjmp_receiver_er_1"): Remove.
10422 * config/alpha/alpha.opt (malpha-as): Remove.
10423 (mgas): Ignore.
10424 * doc/invoke.texi (Option Summary, DEC Alpha Options): Remove
10425 -malpha-as, -mgas.
10426 Remove DEC Unix reference.
10427
10428 * config/alpha/alpha.h (OBJECT_FORMAT_COFF): Remove.
10429 (EXTENDED_COFF): Remove.
10430 * config/alpha/elf.h (OBJECT_FORMAT_COFF): Don't undef.
10431 (EXTENDED_COFF): Don't undef.
10432 * config/alpha/alpha.c (alpha_file_start): Always assume
10433 OBJECT_FORMAT_ELF.
10434 Don't set targetm.asm_file_start_file_directive.
10435 [!OBJECT_FORMAT_ELF]: Remove.
10436 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
10437
10438 * config/alpha/alpha.h (SDB_DEBUGGING_INFO): Remove.
10439 (DBX_DEBUGGING_INFO): Remove.
10440 (MIPS_DEBUGGING_INFO): Remove.
10441 (PREFERRED_DEBUGGING_TYPE): Remove.
10442 (DBX_OUTPUT_SOURCE_LINE): Remove.
10443 (SDB_OUTPUT_SOURCE_LINE): Remove.
10444 (DBX_CONTIN_LENGTH): Remove.
10445 (NO_DBX_FUNCTION_END): Remove.
10446 (ASM_STABS_OP): Remove.
10447 (ASM_STABN_OP): Remove.
10448 (ASM_STABD_OP): Remove.
10449 (SDB_ALLOW_FORWARD_REFERENCES): Remove.
10450 (SDB_ALLOW_UNKNOWN_REFERENCES): Remove.
10451 (PUT_SDB_DEF): Remove.
10452 (PUT_SDB_PLAIN_DEF): Remove.
10453 (PUT_SDB_TYPE): Remove.
10454 (sdb_label_count): Remove.
10455 (PUT_SDB_BLOCK_START): Remove.
10456 (PUT_SDB_BLOCK_END): Remove.
10457 (PUT_SDB_FUNCTION_START): Remove.
10458 (PUT_SDB_FUNCTION_END): Remove.
10459 (PUT_SDB_EPILOGUE_END): Remove.
10460 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Don't undef.
10461 (MIPS_DEBUGGING_INFO): Don't undef.
10462 (DBX_DEBUGGING_INFO): Don't undef.
10463 * config/alpha/vms.h (SDB_DEBUGGING_INFO): Don't undef.
10464 (MIPS_DEBUGGING_INFO): Don't undef.
10465 (DBX_DEBUGGING_INFO): Don't undef.
10466 * config/alpha/freebsd.h (DBX_CONTIN_CHAR): Remove.
10467 * config/alpha/alpha.c (alpha_option_override): Remove SDB_DEBUG
10468 handling.
10469 (alpha_start_function): Likewise.
10470 (sdb_label_count): Remove.
10471 (alpha_output_filename): Remove DBX_DEBUG handling.
10472 (alpha_file_start): Likewise.
10473
10474 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10475
10476 * config.gcc (enable_obsolete): Remove *-*-solaris2.8*.
10477 (*-*-solaris2.[0-8], *-*-solaris2.[0-8].*): Mark unsupported.
10478 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Remove
10479 Solaris 8 support.
10480 * configure.ac (gcc_cv_ld_hidden): Remove *-*-solaris2.8*.
10481 (ld_tls_support): Remove Solaris 8 references.
10482 (lwp_dir, lwp_spec): Remove support for alternate thread library.
10483 * acinclude.m4 (gcc_cv_initfini_array): Remove *-*-solaris2.* tests.
10484 * configure: Regenerate.
10485 * config.in: Regenerate.
10486
10487 * config/sol2.h (LINK_SPEC): Remove LIB_THREAD_LDFLAGS_SPEC.
10488 * config/i386/sol2.h: Remove Solaris 8 references.
10489
10490 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Rename to ...
10491 (i?86-*-solaris2.9): ... this.
10492 Remove Solaris 8 references.
10493 (Specific, *-*-solaris2*): Document Solaris 8 removal.
10494 Remove Solaris 8 references.
10495
10496 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10497
10498 * config.gcc (enable_obsolete): Remove mips-sgi-irix6.5.
10499 (mips-sgi-irix6.5*): Remove.
10500 * config.host (mips-sgi-irix*): Remove.
10501 * configure.ac (enable_fixed_point): Remove mips*-sgi-irix*.
10502 (set_have_as_tls): Remove *-*-irix6*.
10503 (gcc_cv_ld_static_dynamic): Remove mips-sgi-irix6*.
10504 * configure: Regenerate.
10505
10506 * config/mips/iris6.h: Remove.
10507 * config/mips/iris6.opt: Remove.
10508 * config/mips/t-irix6: Remove.
10509
10510 * config/mips/mips.h (TARGET_GPWORD): Remove IRIX 6 N64 handling.
10511 (TARGET_IRIX6): Remove.
10512 (TARGET_CPU_CPP_BUILTINS): Remove IRIX 6 handling.
10513 Don't define LANGUAGE_C, _LANGUAGE_C for Objective-C.
10514 * config/mips/mips.c (mips_build_builtin_va_list): Remove IRIX 6
10515 handling.
10516 (mips_file_start): Likewise.
10517 * config/mips/mips-protos.h (irix_asm_output_align): Remove.
10518
10519 * config/mips/driver-native.c [__sgi__]: Remove.
10520 (host_detect_local_cpu) [__sgi__]: Remove.
10521
10522 * config/mips/gnu-user.h: Remove iris5.h reference.
10523
10524 * config/mips/mips-modes.def: Remove IRIX 6 reference.
10525 * config/mips/gnu-user64.h (MIPS_TFMODE_FORMAT): Remove.
10526 * config/mips/mips.c (mips_option_override) [MIPS_TFMODE_FORMAT]:
10527 Remove.
10528
10529 * gcc.c (main): Move asm_debug initialization ...
10530 (asm_debug): ... here.
10531
10532 * ginclude/stddef.h (__STDDEF_H__): Don't define.
10533
10534 * defaults.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Remove.
10535 * system.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Poison.
10536 * collect2.c [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
10537 (main) [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
10538 [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES] (is_in_args): Remove.
10539 * doc/tm.texi.in (Driver, LINK_ELIMINATE_DUPLICATE_LDIRECTORIES):
10540 Remove.
10541 * doc/tm.texi: Regenerate.
10542
10543 * doc/invoke.texi (Debugging Options, -gdwarf-<version>): Remove
10544 IRIX 6 reference.
10545 (MIPS Options, -march): Remove IRIX reference.
10546 * doc/install.texi (Binaries, SGI IRIX): Remove.
10547 (Specific, mips-sgi-irix6): Document IRIX 6.5 removal, remove rest
10548 of section.
10549 * doc/trouble.texi (Interoperation): Remove -lgl_s handling.
10550
10551 2012-03-14 Martin Jambor <mjambor@suse.cz>
10552
10553 * expr.c (expand_assignment): Use expand_expr with EXPAND_WRITE
10554 when expanding MEM_REFs, MEM_TARGET_REFs and handled_component bases.
10555 (expand_expr_real_1): Do not handle misalignment if modifier is
10556 EXPAND_WRITE.
10557
10558 2012-03-14 Richard Guenther <rguenther@suse.de>
10559
10560 PR middle-end/52584
10561 * tree-vect-generic.c (type_for_widest_vector_mode): Take
10562 element type instead of mode, use build_vector_type_for_mode
10563 instead of the langhook, build a vector of proper signedness.
10564 (expand_vector_operations_1): Adjust.
10565
10566 2012-03-14 Richard Guenther <rguenther@suse.de>
10567
10568 PR middle-end/52582
10569 * gimple-fold.c (canonicalize_constructor_val): Make sure we have
10570 a cgraph node for a FUNCTION_DECL that comes from a constructor.
10571 (gimple_get_virt_method_for_binfo): Likewise.
10572
10573 2012-03-14 Richard Guenther <rguenther@suse.de>
10574
10575 PR tree-optimization/52571
10576 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
10577 flag_section_anchors check ...
10578 (vect_can_force_dr_alignment_p): ... here. Do not re-align
10579 DECL_COMMON variables.
10580
10581 2012-03-14 Richard Guenther <rguenther@suse.de>
10582
10583 * tree.h (DECL_BIT_FIELD_REPRESENTATIVE): New define.
10584 * stor-layout.c (start_bitfield_representative): New function.
10585 (finish_bitfield_representative): Likewise.
10586 (finish_bitfield_layout): Likewise.
10587 (finish_record_layout): Call finish_bitfield_layout.
10588 * tree.c (free_lang_data_in_decl): Only free DECL_QUALIFIER
10589 for QUAL_UNION_TYPE fields.
10590 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
10591 Stream DECL_BIT_FIELD_REPRESENTATIVE.
10592 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
10593
10594 PR middle-end/52080
10595 PR middle-end/52097
10596 PR middle-end/48124
10597 * expr.c (get_bit_range): Unconditionally extract bitrange
10598 from DECL_BIT_FIELD_REPRESENTATIVE.
10599 (expand_assignment): Adjust call to get_bit_range.
10600
10601 2012-03-14 Richard Guenther <rguenther@suse.de>
10602
10603 PR middle-end/52578
10604 * fold-const.c (fold_unary_loc): Fold (T1)(T2)x to (T1)x if
10605 the outermost conversion is a sign-change only.
10606 (fold_binary_loc): Disregard widening and sign-changing
10607 conversions when we determine if two variables are equal
10608 for reassociation.
10609 * tree-ssa-forwprop.c (combine_conversions): Fold (T1)(T2)x to
10610 (T1)x if the outermost conversion is a sign-change only.
10611
10612 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
10613
10614 Revert:
10615 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
10616
10617 * config/i386/predicates.md (constant_call_address_operand): Declare
10618 as special predicate. Update all uses.
10619
10620 2012-03-13 Jakub Jelinek <jakub@redhat.com>
10621
10622 PR c/52577
10623 * c-parser.c (c_parser_postfix_expression)
10624 <case RID_BUILTIN_SHUFFLE>: Call mark_exp_read on argument values.
10625
10626 * config/i386/smmintrin.h: Avoid /* within a comment.
10627 * config/i386/nmmintrin.h: Likewise.
10628
10629 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10630
10631 * config/i386/i386.md (xbegin): Remove constraint from expander.
10632
10633 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10634
10635 * config/i386/predicates.md (constant_call_address_operand): Declare
10636 as special predicate. Update all uses.
10637 * config/i386/i386.md: Remove mode from constant_call_address_operand
10638 predicates.
10639 * config/i386/i386.c (ix86_output_call_insn): Call
10640 constant_call_address_operand with VOIDmode.
10641
10642 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10643
10644 * config/i386/i386.c (ix86_decompose_address): Handle subregs of
10645 AND zero extended address correctly.
10646
10647 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10648
10649 * config/i386/predicates.md (tls_symbolic_operand): Declare as
10650 special predicate.
10651 (tls_modbase_operand): Ditto.
10652 * config/i386/i386.md: Remove mode from tls_symbolic_operand and
10653 tls_modbase_operand predicates.
10654
10655 2012-03-13 Martin Jambor <mjambor@suse.cz>
10656
10657 * expr.c (expand_assignment): Handle misaligned scalar writes to
10658 memory through top-level MEM_REFs by calling store_bit_field.
10659
10660 2012-03-13 Richard Guenther <rguenther@suse.de>
10661
10662 PR middle-end/52134
10663 * fold-const.c (fold_binary_loc): Fold (X * Y) & -(1 << CST) to X * Y
10664 if Y is a constant multiple of 1 << CST.
10665
10666 2012-03-13 Georg-Johann Lay <avr@gjlay.de>
10667
10668 PR target/52488
10669 * config/avr/avr.c (avr_prologue_setup_frame): Cut down stack
10670 offset (size) to a value the insns can deal with.
10671 (expand_epilogue): Ditto.
10672
10673 2012-03-13 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10674
10675 * config/arm/neon.ml (ops): Fixup expected instructions for
10676 unsigned vector compares.
10677
10678 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10679
10680 * config/i386/i386.c (ix86_decompose_address): Prevent %fs:(%reg)
10681 addresses only when %reg is not in word mode.
10682
10683 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10684
10685 * config/microblaze/microblaze.md: Fix typo.
10686 * tree-if-conv.c: Likewise.
10687 * tree-vect-patterns.c: Likewise.
10688
10689 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10690
10691 * config.gcc (extra_passes): Remove.
10692 * configure.ac (extra_passes): Don't substitute.
10693 * configure: Regenerate.
10694 * Makefile.in (EXTRA_PASSES): Remove.
10695 (GCC_PASSES): Remove $(EXTRA_PASSES).
10696 (MOSTLYCLEANFILES): Likewise.
10697 (native): Likewise.
10698 (install-common): Likewise.
10699
10700 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10701
10702 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
10703 * config/i386/i386.c (ix86_decompose_address): Use
10704 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
10705 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
10706 thread pointer to a register.
10707
10708 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
10709
10710 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P
10711 on tls_symbolic_operand.
10712 (tls_global_dynamic_64_<mode>): Likewise.
10713
10714 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
10715
10716 PR other/52545
10717 * output.h (SECTION_EXCLUDE, SECTION_MACH_DEP): Don't use
10718 SECTION_MACH_DEP reserved bits for SECTION_EXCLUDE.
10719
10720 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
10721
10722 PR target/52499
10723 * config/avr/avr.c (avr_mode_code_base_reg_class): Change return
10724 type from reg_class_t to enum reg_class.
10725 * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
10726
10727 2012-03-12 Andrew Pinski <apinski@cavium.com>
10728
10729 * tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.
10730 (tree_ssa_phiopt_worker): Use single_non_singleton_phi_for_edges.
10731 (value_replacement): Likewise.
10732 (empty_block_p): Check also if the PHIs for the block are empty.
10733
10734 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
10735
10736 PR target/52148
10737 * config/avr/avr.c (avr_out_movmem): Fix typo in output template
10738 for the case ADDR_SPACE_FLASH and AVR_HAVE_LPMX introduced in
10739 r184615 from 2012-02-28.
10740
10741 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
10742
10743 * config/i386/i386.c (ix86_gen_tls_global_dynamic_64): New.
10744 (ix86_gen_tls_local_dynamic_base_64): Likewise.
10745 (ix86_option_override_internal): Set ix86_gen_tls_global_dynamic_64
10746 and ix86_gen_tls_local_dynamic_base_64.
10747 (legitimize_tls_address): Use ix86_gen_tls_global_dynamic_64 and
10748 ix86_gen_tls_local_dynamic_base_64.
10749
10750 * config/i386/i386.md (*tls_global_dynamic_64): Renamed to ...
10751 (*tls_global_dynamic_64_<mode>): This.
10752 (tls_global_dynamic_64): Renamed to ...
10753 (tls_global_dynamic_64_<mode>): This.
10754 (*tls_local_dynamic_base_64): Renamed to ...
10755 (*tls_local_dynamic_base_64_<mode>): This.
10756 (tls_local_dynamic_base_64): Renamed to ...
10757 (tls_local_dynamic_base_64_<mode>): This.
10758
10759 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
10760
10761 * config/i386/i386.c (ix86_option_override_internal): Properly
10762 set ix86_gen_leave and ix86_gen_monitor. Check Pmode == DImode,
10763 instead of TARGET_64BIT, to set ix86_gen_add3, ix86_gen_sub3,
10764 ix86_gen_one_cmpl2, ix86_gen_andsp, ix86_gen_allocate_stack_worker,
10765 ix86_gen_adjust_stack_and_probe and ix86_gen_probe_stack_range.
10766
10767 * config/i386/sse.md (sse3_monitor64): Renamed to ...
10768 (sse3_monitor64_<mode>): This.
10769
10770 2012-03-12 Tristan Gingold <gingold@adacore.com>
10771
10772 * config/ia64/ia64.c (ia64_function_arg_1): Move code around.
10773 (ia64_function_arg_advance): Ditto.
10774
10775 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10776
10777 * config.gcc (mips*-*-openbsd*): Remove.
10778 * config/mips/openbsd.h: Remove.
10779 * config/mips/sdb.h: Remove.
10780
10781 * config/mips/mips.h (SDB_OUTPUT_SOURCE_LINE): Remove.
10782 * config/mips/mips.c (sdb_label_count): Remove.
10783 (mips_debugger_offset): Remove #if 0 code.
10784 (mips_output_function_prologue) [SDB_DEBUGGING_INFO]: Remove.
10785 * config/mips/sde.h (SDB_DEBUGGING_INFO): Don't undef.
10786
10787 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10788
10789 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Update
10790 binutils reference.
10791 (Specific, i?86-*-solaris2.10): Remove GCC 4.0 reference.
10792 Update binutils references.
10793 (Specific, *-*-solaris2*): Mention bundled GCC in Solaris 10 and 11.
10794 Update binutils reference.
10795 Update Sun as/GNU ld caveat.
10796 Document binutils largefile requirement for LTO plugin.
10797 Remove reference to alternate libpthread.
10798
10799 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10800
10801 * config.gcc (alpha*-dec-osf5.1*): Remove.
10802 * config.host (alpha*-dec-osf*): Remove.
10803 * configure.ac (*-*-osf*): Remove.
10804 (alpha*-dec-osf*): Remove.
10805 * configure: Regenerate.
10806
10807 * config/alpha/host-osf.c, config/alpha/osf5.h, config/alpha/osf5.opt,
10808 config/alpha/va_list.h, config/alpha/x-osf: Remove.
10809
10810 * config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Remove.
10811 * config/alpha/alpha.c (struct machine_function): Update comment.
10812 (alpha_start_function): Remove Tru64 UNIX as handling for
10813 max_frame_size.
10814 * config/alpha/alpha.md ("exception_receiver"): Remove
10815 TARGET_LD_BUGGY_LDGP.
10816 ("*exception_receiver_2"): Likewise.
10817 * except.c (finish_eh_generation): Remove Tru64 reference.
10818 * ginclude/stdarg.h [_HIDDEN_VA_LIST]: Don't undef _VA_LIST.
10819 * system.h (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Poison.
10820 * target.def (handle_pragma_extern_prefix): Remove.
10821
10822 * Makefile.in (mips-tfile.o-warn): Remove.
10823 (ALL_HOST_BACKEND_OBJS): Remove mips-tfile.o, mips-tdump.o.
10824 (mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): Remove.
10825 * mips-tdump.c, mips-tfile.c: Remove.
10826
10827 * doc/extend.texi (Symbol-Renaming Pragmas): Remove #pragma
10828 extern_prefix.
10829 * doc/install.texi (Binaries): Remove Tru64 UNIX reference.
10830 (Specific, alpha*-dec-osf5.1): Note removal.
10831 * doc/tm.texi.in (Misc, TARGET_HANDLE_PRAGMA_EXTERN_PREFIX):
10832 Remove.
10833 * doc/tm.texi: Regenerate.
10834 * doc/trouble.texi (Cross-Compiler Problems): Remove.
10835
10836 2012-03-12 Richard Guenther <rguenther@suse.de>
10837
10838 * config/arm/arm.c (neon_dereference_pointer): Do not call
10839 covert during RTL expansion.
10840
10841 2012-03-12 Tristan Gingold <gingold@adacore.com>
10842
10843 * doc/invoke.texi (VMS Options): Merge Alpha/VMS and IA-64/VMS
10844 Options. Mention -mpointer-size.
10845
10846 2012-03-12 Richard Guenther <rguenther@suse.de>
10847
10848 * config/alpha/alpha.c (alpha_gimplify_va_arg): Use
10849 build_nonstandard_integer_type.
10850
10851 2012-03-12 Richard Guenther <rguenther@suse.de>
10852
10853 * tree.c (signed_or_unsigned_type_for): Use
10854 build_nonstandard_integer_type.
10855 (signed_type_for): Adjust documentation.
10856 (unsigned_type_for): Likewise.
10857 * tree-pretty-print.c (dump_generic_node): Use standard names
10858 for non-standard integer types if available.
10859
10860 2012-03-12 Tristan Gingold <gingold@adacore.com>
10861
10862 * config/vms/vms.opt: Add vms-opts.h header.
10863 (mmalloc64): Use flag_vms_malloc64 flag instead of MALLOC64
10864 target mask.
10865 (-mvms-return-codes): Document.
10866 (-mpointer-size): New option.
10867 (vms_pointer_size): Add enumeration.
10868 * config/vms/vms-opts.h: New file.
10869 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
10870 __INITIAL_POINTER_SIZE.
10871 (POINTER_SIZE, SIZE_TYPE, PTRDIFF_TYPE): Adjust definition.
10872 (C_COMMON_OVERRIDE_OPTIONS): Define.
10873 (DWARF2_ADDR_SIZE): Define.
10874 * config/vms/vms.c (vms_patch_builtins): Adjust condition.
10875 * config/vms/vms-protos.h (vms_c_common_override_options):
10876 New prototype.
10877 * config/vms/vms-c.c (vms_pragma_pointer_size): Ignore pragma
10878 if -mno-pointer-size.
10879 (vms_c_common_override_options): New function.
10880 * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
10881 * config/alpha/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
10882 (MALLOC_ABI_ALIGNMENT): Use flag_vms_malloc64
10883 and flag_vms_pointer_size.
10884 (MASK_RETURN_ADDR): Set according to flag_vms_pointer_size.
10885 * config.gcc (*-*-*vms*): Define xm_file.
10886 (alpha*-dec-*vms*): Do not define xm_file.
10887 (alpha64-dec-*vms*): Remove.
10888 (ia64-hp-*vms*): Do not define xm_file. Simplify tm_file
10889 and tmake_file.
10890
10891 2012-03-12 Jakub Jelinek <jakub@redhat.com>
10892
10893 PR tree-optimization/51721
10894 * tree-vrp.c (register_edge_assert_for_2): Add asserts for unsvar
10895 if (int) unsvar cmp CST.
10896
10897 2012-03-12 Richard Guenther <rguenther@suse.de>
10898
10899 * tree-sra.c (create_access_replacement): Only rename the replacement
10900 if we can rewrite it into SSA form. Properly mark register typed
10901 replacements that we cannot rewrite with TREE_ADDRESSABLE.
10902 * tree-cfg.c (verify_expr): Fix BIT_FIELD_REF verification
10903 for aggregate or BLKmode results.
10904
10905 2012-03-12 Jakub Jelinek <jakub@redhat.com>
10906
10907 PR tree-optimization/52533
10908 * tree-vrp.c (register_edge_assert_for_2): Use double_int
10909 type for mask, only handle shifts by non-zero in-range
10910 shift count, for LE_EXPR and GT_EXPR if new_val is
10911 maximum, don't add the assertion.
10912
10913 2012-02-12 Kirill Yukhin <kirill.yukhin@intel.com>
10914
10915 * doc/invoke.texi: Document -mrtm option.
10916 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RTM_SET): New.
10917 (OPTION_MASK_ISA_RTM_UNSET): Ditto.
10918 (ix86_handle_option): Handle OPT_mrtm.
10919 * config.gcc (i[34567]86-*-*): Add rtmintrin.h and
10920 xtestintrin.h.
10921 (x86_64-*-*): Ditto.
10922 * i386-builtin-types.def (INT_FTYPE_VOID): New.
10923 * config/i386/i386-c.c (ix86_target_macros_internal): Define
10924 __RTM__ if needed.
10925 (ix86_target_string): Define -mrtm option.
10926 (PTA_RTM): New.
10927 (ix86_option_override_internal): Extend "corei7-avx" with RTM option.
10928 Handle new option.
10929 (ix86_valid_target_attribute_inner_p): Add OPT_mrtm.
10930 (ix86_builtins): Add IX86_BUILTIN_XBEGIN, IX86_BUILTIN_XEND,
10931 IX86_BUILTIN_XTEST.
10932 (bdesc_special_args): Ditto.
10933 (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_XABORT.
10934 (ix86_expand_special_args_builtin): Handle new built-in type.
10935 (ix86_expand_builtin): Handle XABORT instruction.
10936 * config/i386/i386.h (TARGET_RTM): New.
10937 * config/i386/i386.md (UNSPECV_XBEGIN): New.
10938 (UNSPECV_XEND): Ditto.
10939 (UNSPECV_XABORT): Ditto.
10940 (UNSPECV_XTEST): Ditto.
10941 (xbegin): Ditto.
10942 (xbegin_1): Ditto.
10943 (xend): Ditto.
10944 (xabort): Ditto
10945 (xtest): Ditto.
10946 (xtest_1): Ditto.
10947 * config/i386/i386.opt (mrtm): New.
10948 * config/i386/immintrin.h: Include rtmintrin.h and xtestintrin.h.
10949 * config/i386/rtmintrin.h: New header.
10950 * config/i386/xtestintrin.h: Ditto.
10951
10952 2012-03-12 Tristan Gingold <gingold@adacore.com>
10953
10954 * ginclude/stddef.h: Adjust previous patch.
10955 Use __VMS__ instead of VMS.
10956
10957 2012-03-12 Uros Bizjak <ubizjak@gmail.com>
10958
10959 * config/i386/i386.md (setcc + movzbl to xor + setcc peephole2):
10960 Also convert sequences with CC setting arithmetic instruction.
10961
10962 2012-03-11 Sandra Loosemore <sandra@codesourcery.com>
10963
10964 * doc/invoke.texi (Option Summary): Move -no-integrated-cpp
10965 from C Language Options to Preprocessor Options.
10966 (C Dialect Options): Move -no-integrated-cpp documentation
10967 from here...
10968 (Preprocessor Options): ...to here. Rewrite the description
10969 so it makes more sense, and remove discussion of merging front ends.
10970
10971 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
10972
10973 * config/i386/i386.c (ix86_expand_movmem): Use word_mode for size
10974 needed for loop.
10975 (ix86_expand_setmem): Likewise.
10976
10977 2012-03-11 Uros Bizjak <ubizjak@gmail.com>
10978
10979 * config/i386/i386.c (ix86_zero_extend_to_Pmode): Rewrite using
10980 convert_to_mode.
10981
10982 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
10983
10984 * config/i386/i386.c (ix86_trampoline_init): Use movl for 64bit if
10985 ptr_mode == SImode. Replace DImode with Pmode or ptr_mode.
10986
10987 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
10988
10989 * config/i386/i386.c (x86_this_parameter): Replace DImode with Pmode.
10990
10991 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
10992
10993 * config/i386/i386.md (lwp_slwpcb): Check Pmode instead of
10994 TARGET_64BIT.
10995
10996 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
10997 Uros Bizjak <ubizjak@gmail.com>
10998
10999 * config/i386/predicates.md (call_insn_operand): Allow
11000 constant_call_address_operand in Pmode only.
11001 (sibcall_insn_operand): Ditto.
11002 * config/i386/i386.md (*call): Use W mode iterator instead of P mode.
11003 (*call_vzeroupper): Ditto.
11004 (*sibcall): Ditto.
11005 (*sibcall_vzeroupper): Ditto.
11006 (*call_value): Ditto.
11007 (*call_value_vzeroupper): Ditto.
11008 (*sibcall_value): Ditto.
11009 (*sibcall_value_vzeroupper): Ditto.
11010 (*indirect_jump): Ditto.
11011 (*tablejump_1): Ditto.
11012 (indirect_jump): Convert memory address to word mode for TARGET_X32.
11013 (tablejump): Ditto.
11014 * config/i386/i386.c (ix86_expand_call): Convert indirect operands
11015 to word mode.
11016
11017 2012-03-11 Oleg Endo <olegendo@gcc.gnu.org>
11018
11019 PR target/51244
11020 * config/sh/sh.md (movnegt): Expand into respective insns immediately.
11021 Use movrt_negc instead of negc pattern for non-SH2A.
11022 (*movnegt): Remove.
11023 (*movrt_negc, *negnegt, *movtt, *movt_qi): New insns and splits.
11024
11025 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
11026
11027 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
11028 if Pmode != word_mode.
11029 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
11030 Pmode == SImode for TARGET_X32.
11031
11032 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
11033 (tls_initial_exec_x32): Likewise.
11034
11035 2012-03-10 Chung-Lin Tang <cltang@codesourcery.com>
11036
11037 PR rtl-optimization/52528
11038 * combine.c (can_combine_p): Add setting of subst_low_luid
11039 before call to expand_field_assignment().
11040
11041 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
11042
11043 * doc/invoke.texi: Use correct names/markup for "GCC", "GDB", "ld",
11044 and related program names.
11045
11046 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
11047
11048 * doc/invoke.texi: Use correct names for "DWARF", "stabs", and "ELF".
11049
11050 2012-03-09 Uros Bizjak <ubizjak@gmail.com>
11051
11052 PR target/52530
11053 * config/i386/i386.c (ix86_print_operand): Handle 'E' operand modifier.
11054 (ix86_print_operand_address): Handle UNSPEC_LEA_ADDR. Do not fallback
11055 to set code to 'q'.
11056 * config/i386/i386.md (UNSPEC_LEA_ADDR): New unspec.
11057 (*movdi_internal_rex64): Use %E operand modifier for lea.
11058 (*movsi_internal): Ditto.
11059 (*lea_1): Ditto.
11060 (*lea<mode>_2): Ditto.
11061 (*lea_{3,4,5,6}_zext): Ditto.
11062 (*tls_global_dynamic_32_gnu): Ditto.
11063 (*tls_global_dynamic_64): Ditto.
11064 (*tls_dynamic_gnu2_lea_32): Ditto.
11065 (*tls_dynamic_gnu2_lea_64): Ditto.
11066 (pro_epilogue_adjust_stack_<mode>_add): Ditto.
11067
11068 2012-03-09 Michael Meissner <meissner@linux.vnet.ibm.com>
11069
11070 * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not
11071 redefine to be NULL if the current bit-size is different from the
11072 configured bit-size.
11073
11074 * config/rs6000/rs6000.c (rs6000_option_override_internal): If the
11075 cpu is defaulted, use PROCESSOR_DEFAULT and PROCESSOR_DEFAULT64 to
11076 set the default tuning. Add asserts to make sure the cpu and tune
11077 indexes are defined. Fix tests for cpu/tune index to use >= 0 to
11078 test whether the index is set, instead of > 0.
11079 (rs6000_file_start): Do not reset the default cpu if the current
11080 bit-size is different from the configured bit-size.
11081
11082 2012-03-09 Tristan Gingold <gingold@adacore.com>
11083
11084 * config/vms/vms-crtlmap.map: Add comments.
11085 Add entries needed to build Ada RTS.
11086
11087 2012-03-09 Tristan Gingold <gingold@adacore.com>
11088
11089 * ginclude/stddef.h: Do not define __size_t on VMS.
11090
11091 2012-03-09 Tristan Gingold <gingold@adacore.com>
11092
11093 * c-tree.h (c_default_pointer_mode): New variable.
11094 * c-decl.c (c_default_pointer_mode): New variable.
11095 (c_build_pointer_type): New function.
11096 (grokdeclarator): Call c_build_pointer_type instead
11097 of build_pointer_type.
11098
11099 * config/vms/vms-c.c: Include c-tree.h
11100 (saved_pointer_mode): New variable.
11101 (handle_pragma_pointer_size): New function.
11102 (vms_pragma_pointer_size, vms_pragma_required_pointer_size): Likewise.
11103 (vms_c_register_pragma): Register __pointer_size and
11104 __required_pointer_size pragmas.
11105
11106 2012-03-09 Tristan Gingold <gingold@adacore.com>
11107
11108 * config/vms/vms-c.c (vms_construct_include_filename): New function.
11109 (vms_c_register_includes): Reference it.
11110
11111 2012-03-09 Andrew Pinski <apinski@cavium.com>
11112
11113 PR middle-end/51988
11114 * tree-ssa-phiopt.c: Include tree-pretty-print.h for
11115 print_generic_expr.
11116 (tree_ssa_phiopt_worker): Go through all the PHIs for
11117 value_replacement instead of just the singleton one.
11118 (value_replacement): Change return type to int. Return 0 instead of
11119 false.
11120 Allow the middle basic block to contain more than just the defining
11121 statement.
11122 Handle non empty middle basic blocks.
11123 * Makefile.in (tree-ssa-phiopt.o): Add tree-pretty-print.h.
11124
11125 2012-03-09 Jiangning Liu <jiangning.liu@arm.com>
11126
11127 * tree-scalar-evolution (interpret_rhs_expr): generate chrec for
11128 array reference and component reference.
11129 (analyze_scalar_evolution_for_address_of): New.
11130
11131 2012-03-08 Jie Zhang <jzhang918@gmail.com>
11132
11133 PR target/49862
11134 * config/bfin/bfin.c (hwloop_optimize): Fix unused variable warnings.
11135 (hwloop_pattern_reg): Fix set but not used warning.
11136 (bfin_reorg_loops): Remove unused parameter.
11137 (bfin_reorg): Update use of bfin_reorg_loops.
11138
11139 2012-03-08 H.J. Lu <hongjiu.lu@intel.com>
11140
11141 * config/i386/i386.c (setup_incoming_varargs_64): Use word_mode
11142 with integer parameters in registers.
11143 (gen_push): Push register in word_mode instead of Pmode.
11144 (ix86_emit_save_regs): Likewise.
11145 (ix86_emit_save_regs_using_mov): Save integer registers in word_mode.
11146 (gen_pop): Pop register in word_mode instead of Pmode.
11147 (ix86_emit_restore_regs_using_pop): Likewise.
11148 (ix86_expand_prologue): Replace Pmode with word_mode for push
11149 immediate. Use ix86_gen_pro_epilogue_adjust_stack. Save and
11150 restore RAX and R10 in word_mode.
11151 (ix86_emit_restore_regs_using_mov): Restore integer registers
11152 in word_mode.
11153 (ix86_expand_split_stack_prologue): Save R10_REG and restore in
11154 word_mode.
11155 (ix86_split_to_parts): Use word_mode with PUT_MODE for push.
11156 (ix86_split_long_move): Likewise.
11157
11158 * config/i386/i386.md (W): New.
11159 (*push<mode>2_prologue): Replace :P with :W.
11160 (*pop<mode>1): Likewise.
11161 (*pop<mode>1_epilogue): Likewise.
11162 (push/pop peephole2): Use word_mode scratch registers.
11163
11164 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
11165
11166 * config/i386/predicates.md (indirect_branch_operand): Simplify.
11167
11168 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
11169
11170 * config/avr/avr.md (*addhi3, addhi3_clobber): Add "w" alternative
11171 for constants in [-63,63].
11172
11173 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
11174
11175 PR target/52530
11176 Revert:
11177 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
11178
11179 * config/i386/i386.c (ix86_print_operand_address): Only handle
11180 zero-extended DImode addresses.
11181
11182 2012-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11183
11184 * configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
11185 * configure: Regenerate.
11186
11187 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
11188
11189 PR target/52496
11190 * config/avr/avr.c (avr_mem_clobber): New static function.
11191 (avr_expand_delay_cycles): Add memory clobber operand to
11192 delay_cycles_1, delay_cycles_2, delay_cycles_3, delay_cycles_4.
11193 * config/avr/avr.md (unspec): Add UNSPEC_MEMORY_BARRIER.
11194 (enable_interrupt, disable_interrupt): New expander.
11195 (nopv, sleep, wdr): New expanders.
11196 (delay_cycles_1): Add memory clobber.
11197 (delay_cycles_2): Add memory clobber.
11198 (delay_cycles_3): Add memory clobber.
11199 (delay_cycles_4): Add memory clobber.
11200 (cli_sei): New insn from former "enable_interrupt",
11201 "disable_interrupt" with memory clobber.
11202 (*wdt): New insn from former "wdt" with memory clobber.
11203 (*nopv): Similar, but for "nopv".
11204 (*sleep): Similar, but for "sleep".
11205
11206 2012-03-07 Oleg Endo <olegendo@gcc.gnu.org>
11207 Kaz Kojima <kkojima@gcc.gnu.org>
11208
11209 PR target/52503
11210 * config/sh/sh.opt (msoft-atomic): Use Var instead of Mask.
11211 * config/sh/linux.h (TARGET_DEFAULT): Remove MASK_SOFT_ATOMIC.
11212 (SUBTARGET_OVERRIDE_OPTIONS): Define.
11213
11214 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
11215
11216 * config/i386/predicates.md (x86_64_zext_general_operand): New.
11217 * config/i386/i386.md (*zero_extendsidi2_rex64): Change operand 1
11218 predicate to x86_64_zext_general_operand. Accept "Z" constraint.
11219
11220 2012-03-07 Walter Lee <walt@tilera.com>
11221
11222 * config/tilegx/tilegx.c (tilegx_expand_prologue): Don't generate
11223 REG_CFA_* notes for the stack pointer.
11224 (tilegx_expand_epilogue): Restore stack pointer by adjusting it by
11225 EH_RETURN_STACKADJ_RTX.
11226 * config/tilepro/tilepro.c (tilepro_expand_prologue): Don't
11227 generate REG_CFA_* notes for the stack pointer.
11228 (tilepro_expand_epilogue): Restore stack pointer by adjusting it
11229 by EH_RETURN_STACKADJ_RTX.
11230
11231 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11232
11233 * doc/invoke.texi (AVR Built-in Macros): Correct condition for
11234 when __AVR_3_BYTE_PC__ is defined.
11235
11236 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
11237
11238 * config/i386/i386.c (ix86_print_operand_punct_valid_p): Add '^'.
11239 (ix86_print_operand): Handle '^'.
11240 * config/i386/i386.md (*strmovdi_rex_1): Macroize memory operands
11241 using P mode iterator. Add %^ to asm template to conditionally emit
11242 addr32 prefix.
11243 (*rep_movdi_rex64): Ditto.
11244 (*strsetdi_rex_1): Ditto.
11245 (*rep_stosdi_rex64): Ditto.
11246 (*strmov{si,hi,qi}_1): Add %^ to asm template to
11247 conditionally emit addr32 prefix.
11248 (*rep_mov{si,qi}): Ditto.
11249 (*strset{si,hi,qi}): Ditto.
11250 (*rep_stos{si,qi}): Ditto.
11251 (*cmpstrnqi_nz_1): Ditto.
11252 (*cmpstrnqi_1): Ditto.
11253 (*strlenqi_1): Ditto.
11254
11255 2012-03-07 H.J. Lu <hongjiu.lu@intel.com>
11256
11257 * config/i386/i386.c (function_value_64): Return pointers in
11258 word_mode instead of Pmode.
11259 (ix86_promote_function_mode): Likewise.
11260
11261 2012-03-07 Richard Guenther <rguenther@suse.de>
11262
11263 * coverage.c (get_gcov_type): Use type_for_mode.
11264 (get_gcov_unsigned_t): Likewise.
11265 * expr.c (store_constructor): Use type_for_mode.
11266 (try_casesi): Likewise.
11267 * tree-ssa-loop-ivopts.c (add_standard_iv_candidates_for_size): Remove.
11268 (add_standard_iv_candidates): Use standard type trees.
11269 * dojump.c (do_jump): Remove dead code.
11270
11271 2012-03-07 Richard Guenther <rguenther@suse.de>
11272
11273 * c-typeck.c (pointer_diff): Use c_common_type_for_size.
11274
11275 2012-03-07 Richard Guenther <rguenther@suse.de>
11276
11277 * convert.c (strip_float_extensions): Move ...
11278 * tree.c (strip_float_extensions): ... here.
11279
11280 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11281
11282 PR target/52484
11283 * config/avr/avr.md (xload<mode>_A): Add R22... to register footprint.
11284
11285 2012-03-07 Richard Guenther <rguenther@suse.de>
11286
11287 * omp-low.c (extract_omp_for_data): Use signed_type_for.
11288 (expand_omp_for_generic): Likewise.
11289 (expand_omp_for_static_nochunk): Likewise.
11290 (expand_omp_for_static_chunk): Likewise.
11291 * tree-vect-stmts.c (vect_gen_perm_mask): Use type_for_mode.
11292 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
11293 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
11294 Use unsigned_type_for.
11295 (vect_create_cond_for_align_checks): Use signed_type_for.
11296
11297 2012-03-07 Andrey Belevantsev <abel@ispras.ru>
11298
11299 PR rtl-optimization/52203
11300 * sel-sched.c (estimate_insn_cost): New parameter pempty. Adjust
11301 all callers to pass NULL except ...
11302 (reset_sched_cycles_in_current_ebb): ... here, save the value
11303 in new variable 'empty'. Increase issue_rate only for
11304 non-empty insns.
11305
11306 2012-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
11307
11308 PR target/51417
11309 * Makefile.in: Let install-gcc-ar depend on installdirs,
11310 gcc-ar$(exeext), gcc-nm$(exeext), gcc-ranlib$(exeext).
11311 Don't double canonicalize if cross-compiling.
11312
11313 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11314
11315 PR target/52506
11316 * gcc/config/avr/avr.c (expand_epilogue): Fix order of restoration
11317 to: RAMPZ, RAMPY, RAMPX, RAMPD.
11318 (expand_prologue): Only clear RAMPZ if it has effect on RAM-read.
11319
11320 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11321
11322 PR target/52505
11323 * config/avr/avr.c (avr_out_xload): Don't read unintentionally
11324 from RAM.
11325 * config/avr/avr.md (xload_8): Adjust insn length.
11326
11327 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11328
11329 PR target/52461
11330 * gcc/config/avr/avr.c (avr_out_lpm): Clear RAMPZ after usage
11331 if RAMPZ affects reading from RAM.
11332
11333 2012-03-07 Richard Guenther <rguenther@suse.de>
11334
11335 PR pch/52518
11336 PR pch/38987
11337 * doc/invoke.texi (Precompiled Headers): Remove sentence that
11338 suggests you can include PCHs from inside another header.
11339
11340 2012-03-07 Richard Sandiford <rdsandiford@googlemail.com>
11341
11342 PR middle-end/52515
11343 * rtl.h (pc_rtx, cc0_rtx, ret_rtx, simple_return_rtx): Add GTY markers.
11344
11345 2012-03-07 Kai Tietz <ktietz@redhat.com>
11346
11347 * doc/invoke.texi (fwritable-relocated-rdata): Document
11348 new Cygwin/MinGW target option.
11349 * config/i386/winnt.c (i386_pe_unique_section): Ignore
11350 reloc if flag -fwritable-relocated-rdata is not set.
11351 (i386_pe_section_type_flags): Likewise.
11352 * config/i386/cygming.opt (fwritable-relocated-rdata):
11353 Add new flag variable flag_writable_rel_rdata.
11354
11355 2012-03-07 Richard Guenther <rguenther@suse.de>
11356
11357 * tree-ssa-math-opts.c (convert_mult_to_widen): Check actual
11358 precision against gimple constraints.
11359
11360 2012-03-06 Richard Sandiford <rdsandiford@googlemail.com>
11361
11362 PR middle-end/52372
11363 * rtl.h (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): Redefine as
11364 variables.
11365 (GR_PC, GR_CC0, GR_RETURN, GR_SIMPLE_RETURN): Delete.
11366 * emit-rtl.c (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): New
11367 variables.
11368 (init_emit_regs): Move associated initialization to...
11369 (init_emit_once): ...here.
11370
11371 2012-03-06 Richard Henderson <rth@redhat.com>
11372
11373 * config/m68k/m68k.h (ISA_HAS_TAS): New.
11374 * config/m68k/sync.md (atomic_test_and_set): Use it.
11375 (atomic_test_and_set_1): Likewise.
11376
11377 2012-03-06 Michael Meissner <meissner@linux.vnet.ibm.com>
11378
11379 PR target/50310
11380 * config/rs6000/vector.md (vector_uneq<mode>): Add support for
11381 UNEQ, LTGT, ORDERED, and UNORDERED IEEE vector comparisons.
11382 (vector_ltgt<mode>): Likewise.
11383 (vector_ordered<mode>): Likewise.
11384 (vector_unordered<mode>): Likewise.
11385 * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
11386
11387 2012-03-06 Aldy Hernandez <aldyh@redhat.com>
11388
11389 * trans-mem.c: New typedef for tm_region_p.
11390 Define vector types for tm_region_p.
11391 (tm_region_init): Replace region_worklist to a vector called
11392 bb_regions.
11393
11394 2012-03-06 Richard Guenther <rguenther@suse.de>
11395
11396 * fold-const.c (build_fold_addr_expr_with_type_loc): Fold
11397 MEM_REF with constant pointer operand.
11398
11399 2012-03-06 Richard Guenther <rguenther@suse.de>
11400
11401 PR middle-end/52493
11402 * tree-ssa-alias.c (ptr_derefs_may_alias_p): Robustify.
11403
11404 2012-03-06 Tristan Gingold <gingold@adacore.com>
11405
11406 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle octaword.
11407 (external_model_kind): Improve documentation.
11408 (vms_pragma_extern_model): Handle relaxed_redef.
11409 (vms_c_register_pragma): Allow expansion for nomember_alignment.
11410
11411 2012-03-06 Georg-Johann Lay <avr@gjlay.de>
11412
11413 * doc/invoke.texi (AVR Options): -mmcu=: Document the XMEGA cores.
11414 Explain RAMPD, RAMPX, RAMPDY, RAMPZ usage by avr-gcc.
11415 Some more notes on EIND usage and reorder EIND subsection.
11416
11417 2012-03-06 Tristan Gingold <gingold@adacore.com>
11418
11419 * config/vms/vms.c (VMS_CRTL_LDBL): Rename from VMS_CRTL_PRNTF.
11420 * config/vms/vms-crtlmap.map: Rename PRNTF to LDBL.
11421
11422 2012-03-06 Tristan Gingold <gingold@adacore.com>
11423
11424 * config/vms/t-vmsnative (version): Define.
11425 * config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove.
11426
11427 2012-03-06 Andrey Belevantsev <abel@ispras.ru>
11428
11429 PR rtl-optimization/52250
11430 * sel-sched-ir.c (maybe_tidy_empty_bb): Try harder to find a bb
11431 to put note list into. Unconditionally call move_bb_info.
11432 (move_bb_info): Do not assert the blocks being in the same region,
11433 just drop the note list if they are not.
11434
11435 2012-03-06 Oleg Endo <olegendo@gcc.gnu.org>
11436
11437 PR target/51244
11438 * config/sh/sh.c (sh_expand_t_scc): Remove SH2A special case
11439 and use unified expansion logic.
11440 * config/sh/sh.md (xorsi3_movrt): Rename to movrt. Move
11441 closer to the existing movt insn.
11442 (negc): Rename insn to *negc. Add new expander.
11443 (movnegt): Use xor pattern for T bit negation. Reserve helper
11444 constant for negc pattern.
11445 (*movnegt): New insn and splitter.
11446
11447 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
11448
11449 * c-typeck.c (pointer_diff): Check for POINTER_PLUS_EXPR, not
11450 PLUS_EXPR.
11451
11452 2012-03-05 Richard Henderson <rth@redhat.com>
11453
11454 * genemit.c (main): Include "target.h" in insn-emit.c.
11455 * Makefile.in (insn-emit.o): Depend on TARGET_H.
11456 * config/sh/sync.md (atomic_test_and_set): Reference
11457 targetm.atomic_test_and_set_trueval instead of
11458 TARGET_ATOMIC_TEST_AND_SET_TRUEVAL.
11459
11460 2012-03-05 Joern Rennecke <joern.rennecke@embecosm.com>
11461
11462 * config/epiphany/epiphany.c (epiphany_function_value_regno_p):
11463 Make static.
11464
11465 2012-03-05 Steven Bosscher <steven@gcc.gnu.org>
11466
11467 * langhooks.c (add_builtin_type): New function.
11468 * langhooks.h (add_builtin_type): Export it.
11469 * config/mep/mep.c (mep_init_builtins): Use it.
11470 * config/rs6000/rs6000.c (rs6000_init_builtins): Use it.
11471
11472 2012-03-05 Jakub Jelinek <jakub@redhat.com>
11473
11474 PR debug/51902
11475 * tree.h (BLOCK_SAME_RANGE): Define.
11476 * function.c (block_fragments_nreverse): Clear BLOCK_SAME_RANGE
11477 if BLOCK_FRAGMENT_CHAIN is non-NULL, but has it cleared.
11478 Also clear BLOCK_SAME_RANGE if fragment chain's supercontext fragment
11479 isn't equal to supercontext fragment's fragment chain.
11480 Adjust BLOCK_SUPERCONTEXT to point to supercontext fragment's
11481 fragment origin.
11482 (blocks_nreverse_all): Likewise.
11483 (reorder_blocks_1): Compute BLOCK_SAME_RANGE bits. Set
11484 BLOCK_SUPERCONTEXT to supercontext fragment instead of
11485 supercontext fragment's fragment origin.
11486 * dwarf2out.c (add_high_low_attributes): If stmt has the same
11487 range as its parent (or parents thereof etc.), use the parent's
11488 DW_AT_ranges value instead of creating a new .debug_ranges range.
11489
11490 2012-03-05 Richard Henderson <rth@redhat.com>
11491
11492 PR tree-opt/52242
11493 Revert: 2011-11-26 Richard Henderson <rth@redhat.com>
11494 * omp-low.c (expand_omp_atomic): Assume anything aligned to
11495 BIGGEST_ALIGNMENT is aligned.
11496
11497 2012-03-05 Richard Henderson <rth@redhat.com>
11498
11499 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Move...
11500 * config/sh/sh.c: ... here.
11501
11502 2012-03-05 Richard Henderson <rth@redhat.com>
11503
11504 PR target/52481
11505 * config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
11506 instead of calling negqi2 directly.
11507
11508 2012-03-05 Aldy Hernandez <aldyh@redhat.com>
11509
11510 PR middle-end/52463
11511 * trans-mem.c (tm_region_init): Use last_basic_block.
11512
11513 2012-03-05 Oleg Endo <olegendo@gcc.gnu.org>
11514
11515 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New hook.
11516 * config/sh/sync.md (atomic_test_and_set): New expander.
11517 (tasb, atomic_test_and_set_soft): New insns.
11518 * config/sh/sh.opt (menable-tas): New option.
11519 * doc/invoke.texi (SH Options): Document it.
11520
11521 2012-03-05 Richard Guenther <rguenther@suse.de>
11522
11523 * cfgloop.c (verify_loop_structure): Verify dominators before
11524 using them.
11525 * graphite-clast-to-gimple.c (graphite_verify): Do not verify
11526 dominators from here.
11527 * graphite-scop-detection.c (create_sese_edges): Likewise.
11528 * loop-doloop.c (doloop_optimize_loops): Likewise.
11529 * loop-init.c (loop_optimizer_init): Likewise.
11530 * loop-unroll.c (unroll_and_peel_loops): Likewise.
11531 * loop-unswitch.c (unswitch_loops): Likewise.
11532 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
11533 * tree-parloops.c (parallelize_loops): Likewise. Verify
11534 only when checking is enabled.
11535 * tree-loop-distribution.c (tree_loop_distribution): Likewise.
11536
11537 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
11538
11539 * genautomata.c (parse_automata_opt): New static function.
11540 (initiate_automaton_gen): Remove all option handling code. Remove
11541 argc argument. All callers changed.
11542 (main): Call init_rtx_reader_args_cb with the new function as argument.
11543
11544 2012-03-05 Richard Guenther <rguenther@suse.de>
11545
11546 * cfgexpand.c (gimple_expand_cfg): Free dominator info.
11547 * tree-if-conv.c (combine_blocks): Free post-dominator info
11548 after breaking it.
11549 * tree-parloops.c (create_parallel_loop): Free and re-compute
11550 dominator info after breaking it.
11551
11552 2012-03-05 Richard Guenther <rguenther@suse.de>
11553
11554 PR middle-end/52353
11555 * optabs.h (trapv_unoptab_p): New function.
11556 (trapv_binoptab_p): Likewise.
11557 * optabs.c (expand_binop): Use emit_libcall_block_1 with
11558 a proper equiv_may_trap argument.
11559 (expand_unop): Likewise.
11560 (emit_libcall_block_1): Take extra argument whether the
11561 instruction may trap. Renamed from ...
11562 (emit_libcall_block): ... this. New wrapper.
11563
11564 2012-03-05 Jakub Jelinek <jakub@redhat.com>
11565
11566 PR tree-optimization/51721
11567 * tree-vrp.c (register_edge_assert_for_2): If comparing
11568 lhs of right shift by constant with an integer constant,
11569 add ASSERT_EXPRs for the rhs1 of the right shift.
11570
11571 * cfgrtl.c (cfg_layout_merge_blocks): Cleanup.
11572
11573 2012-03-05 Richard Guenther <rguenther@suse.de>
11574
11575 * tree.c (integer_zerop): Handle VECTOR_CSTs.
11576 (integer_onep): Likewise.
11577 (integer_all_onesp): Likewise.
11578
11579 2012-03-05 Georg-Johann Lay <avr@gjlay.de>
11580
11581 * config/avr/avr.md (*umaddqihi4.2): New insn-and-split.
11582
11583 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
11584
11585 * config/i386/i386.c (pro_epilogue_adjust_stack): Check Pmode
11586 instead of TARGET_64BIT.
11587
11588 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
11589
11590 * config/i386/i386.c (ix86_expand_prologue): Check Pmode to set
11591 adjust_stack_insn.
11592
11593 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
11594
11595 * config/i386/i386.c (ix86_print_operand_address): Only handle
11596 zero-extended DImode addresses.
11597
11598 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
11599
11600 * config/i386/i386.c (ix86_print_operand) <case '+'>: Declare
11601 taken and cputaken as bool.
11602
11603 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
11604
11605 * config/i386/constraints.md (Ya): New internal constraint.
11606 * config/i386/i386.md (zero_extendsidi2): Remove expansion.
11607 (*zero_extendsidi2_rex64): Add x,x alternative.
11608 (*zero_extendsidi2): Ditto. Add o,0 alternative.
11609 Remove flags reg clobber. Adjust corresponding splits.
11610 (zero_extend<mode>si2): Macroize expander from zero_extendhisi2 and
11611 zero_extendqisi2 expanders using SWI12 mode iterator.
11612 (zero_extend<mode>si2_and): Macroize insn from
11613 zero_extendhisi2_and and zero_extendqisi2_and. Merge corresponding
11614 splitters.
11615 (*zero_extend<mode>si2): Macroize insn from
11616 *zero_extendhisi2_movzbl and *zero_extendqisi2_movzbl.
11617 (*zero_extend*2_movzbl_and): Remove insn patterns.
11618 (zero_extendqihi2_and): Merge corresponding splitter.
11619 (*zero_extendqihi2): Rename from *zero_extendqihi2_movzbl.
11620 (*zero_extend*2_movzbl_and): Remove insn patterns.
11621 (*anddi_1): Split TYPE_IMOVX instructions.
11622 (*andsi_1): Use Ya for alternative 2. Split TYPE_IMOVX instructions.
11623 (*andhi_1): Ditto.
11624 (and->zext splitter): Add splitter pattern.
11625 (zero extend with andsi3 splitter): Adjust zero_extend pattern.
11626
11627 2012-03-04 Sandra Loosemore <sandra@codesourcery.com>
11628
11629 * doc/invoke.texi (C++ Dialect Options): Minor copy-edits to
11630 x86-specific text.
11631 (Debugging Options): Likewise.
11632 (Optimize Options): Likewise.
11633 (i386 and x86-64 Options): Discuss -march before -mtune, consistently
11634 with other architectures. Use official processor names with correct
11635 spelling/capitalization. Fix formatting and grammar issues.
11636 (i386 and x86-64 Windows Options): Similar cleanup here.
11637
11638 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
11639
11640 * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
11641
11642 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
11643
11644 * config/sh/sh.c (sh_dwarf_register_span): Don't apply
11645 DBX_REGISTER_NUMBER.
11646
11647 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
11648
11649 * config/sh/sh.c (shiftcosts): Return MAX_COST when the first
11650 operand is CONST_INT. Take COSTS_N_INSNS into account.
11651 (sh_rtx_costs): Don't apply COSTS_N_INSNS to the return value
11652 of shiftcosts.
11653
11654 2012-03-02 Richard Henderson <rth@redhat.com>
11655
11656 * optabs.c (expand_atomic_test_and_set): Honor
11657 atomic_test_and_set_trueval even when atomic_test_and_set
11658 optab is not in use.
11659
11660 2012-03-02 Kaz Kojima <kkojima@gcc.gnu.org>
11661
11662 PR target/48596
11663 PR target/48806
11664 * config/sh/sh.c (sh_register_move_cost): Increase cost between
11665 GENERAL_REGS and FP_REGS for SImode.
11666
11667 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
11668
11669 PR target/49486
11670 * config/sh/sh.md (negdi2): Add TARGET_SH1 condition.
11671 (absdi2): New expander.
11672 (*absdi2, *negabsdi2, negdi_cond): New insns and splits.
11673
11674 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
11675
11676 * config/sh/sync.md (atomic_exchange<mode>): New expander.
11677 (atomic_exchange<mode>_soft): New insn.
11678
11679 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
11680
11681 * config/sh/sync.md: Update copyright notice dates.
11682 (atomic_compare_and_swap<mode>): Use SImode for return value instead
11683 of QImode.
11684 (atomic_compare_and_swap<mode>_soft): Likewise.
11685
11686 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
11687
11688 PR target/31640
11689 * config/sh/sh.h (LOOP_ALIGN): Move logic to sh_loop_align.
11690 * config/sh/sh.c: Update copyright notice dates.
11691 (sh_loop_align): Add logic from LOOP_ALIGN. Don't disable loop
11692 alignment for TARGET_HARD_SH4.
11693 (sh_option_override): Reduce default function alignment. Set
11694 loop alignment to 4 bytes when not optimizing for size.
11695
11696 2012-03-02 Maxim Kuvyrkov <maxim@codesourcery.com>
11697
11698 PR middle-end/50335
11699 * doc/invoke.texi (floop-flatten): Remove.
11700 * toplev.c (process_options): Remove references to flag_loop_flatten.
11701 * tree-ssa-loop.c (gate_graphite_transform): Same.
11702 * common.opt (floop-flatten): Obsolete.
11703 * graphite-poly.c (apply_poly_transforms): Remove reference to
11704 flag_loop_flatten.
11705 * Makefile.in (graphite-flattening.o): Remove.
11706 * graphite-flattening.c: Remove.
11707
11708 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
11709
11710 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
11711 having mode compatible with the mode of previous compare. Substitute
11712 compare mode of previous compare with the mode, compatible
11713 with eliminated and previous compare.
11714
11715 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
11716
11717 * config/rs6000/dfp.md (floatdidd2): New define_insn.
11718
11719 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
11720
11721 * config/i386/i386.c (ix86_cc_modes_compatible): Declare CCZmode
11722 compatible with CCGOCmode and CCGCmode.
11723
11724 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
11725
11726 * config/rs6000/vsx.md (vsx_set_<mode>): Reorder operands.
11727
11728 2012-03-02 Ulrich Weigand <ulrich.weigand@linaro.org>
11729
11730 * config/arm/arm.c (arm_sat_operator_match): New function.
11731 * config/arm/arm-protos.h (arm_sat_operator_match): Add prototype.
11732 * config/arm/arm.md ("insn" attribute): Add "sat" value.
11733 ("SAT", "SATrev"): New code iterators.
11734 ("SATlo", "SAThi"): New code iterator attributes.
11735 ("*satsi_<SAT:code>"): New pattern.
11736 ("*satsi_<SAT:code>_shift"): Likewise.
11737 * config/arm/arm-fixed.md ("arm_ssatsihi_shift"): Add "insn"
11738 and "shift" attributes.
11739 ("arm_usatsihi"): Add "insn" attribute.
11740 * config/arm/predicates.md (sat_shift_operator): Allow multiplication
11741 by powers of two. Do not allow shift by 32.
11742
11743 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
11744
11745 PR target/46716
11746 * config/i386/i386.c (construct_container): Use gen_reg_or_parallel
11747 to pass the argument in the register of "natural" mode.
11748
11749 2012-03-02 Richard Guenther <rguenther@suse.de>
11750
11751 PR tree-optimization/52406
11752 * tree-data-ref.h: Update documentation about DR_BASE_OBJECT.
11753 (struct indices): Add unconstrained_base member.
11754 (struct dr_alias): Remove unused vops member.
11755 (DR_UNCONSTRAINED_BASE): New define.
11756 * tree-data-ref.c (dr_analyze_indices): For COMPONENT_REFs
11757 add indices to allow their disambiguation. Make DR_BASE_OBJECT
11758 be an artificial access that covers the whole indexed object,
11759 or mark it with DR_UNCONSTRAINED_BASE if we cannot do so. Canonicalize
11760 plain decl base-objects to their MEM_REF variant.
11761 (dr_may_alias_p): When the base-object of either data reference
11762 has unknown size use only points-to information.
11763 (compute_affine_dependence): Make dumps easier to read and
11764 more verbose.
11765 * tree-vect-data-ref.c (vector_alignment_reachable_p): Use
11766 DR_REF when looking for packed references.
11767 (vect_supportable_dr_alignment): Likewise.
11768
11769 2012-03-02 Greta Yorsh <Greta.Yorsh@arm.com>
11770
11771 * config/arm/arm-ldmstm.ml (write_ldm_commutative_peephole):
11772 Improve conditions for peepholes of loads followed by commutative
11773 operators.
11774 * config/arm/ldmstm.md: Regenerated.
11775
11776 2012-03-02 Richard Guenther <rguenther@suse.de>
11777
11778 * BASE-VER: Set to 4.8.0.
11779
11780 2012-03-01 Richard Earnshaw <rearnsha@arm.com>
11781
11782 * config.gcc (obsolete): Add all ARM targets using the FPA.
11783 (with_fpu): Obsolete selection of the FPA or Maverick on ARM.
11784 * doc/install.texi: Avoid references to obsolete ARM ports.
11785
11786 2012-03-01 Joern Rennecke <joern.rennecke@embecosm.com>
11787
11788 * config/epiphany/epiphany.md (movmisalign<mode>): New patterns.
11789
11790 2012-03-01 Jeremy Bennett <jeremy.bennett@embecosm.com>
11791 Joern Rennecke <joern.rennecke@embecosm.com>
11792
11793 * doc/extend.texi: Expand and update information on interrupt
11794 attribute for Epiphany.
11795
11796 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
11797
11798 * config/sh/sh-protos.h: Update copyright notice dates.
11799 * config/sh/sh.h: Likewise.
11800 * config/sh/sh.md: Likewise.
11801 * config/sh/constraints.md: Likewise.
11802 * config/sh/predicates.md: Likewise.
11803
11804 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
11805
11806 * config/sh/sh-protos.h (tertiary_reload_operand): Remove dead function.
11807 * config/sh/sh.c (tertiary_reload_operand): Likewise.
11808
11809 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
11810
11811 * config/sh/constraints.md: Fix comment typo.
11812
11813 2012-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11814
11815 PR target/52408
11816 * config/pa/pa.md (zvdep_imm32): Change type of variable x from int to
11817 unsigned HOST_WIDE_INT.
11818 (zvdep_imm64): Likewise.
11819 (vdepi_ior): Change type of variable x from int to HOST_WIDE_INT.
11820 (vdepi_and): Likewise.
11821 Likewise for unamed 64-bit patterns.
11822 * config/pa/predicates.md (lhs_lshift_cint_operand): Update comment.
11823
11824 2012-03-01 Alexandre Oliva <aoliva@redhat.com>
11825
11826 PR debug/52001
11827 PR rtl-optimization/52417
11828 * cselib.c (cselib_any_perm_equivs): New variable.
11829 (cselib_reset_table): Check that it's not set when not
11830 preserving constants.
11831 (cselib_add_permanent_equiv): Set it.
11832 (cselib_have_permanent_equivalences): New.
11833 (cselib_init, cselib_finish): Reset it.
11834 * cselib.h (cselib_have_permanent_equivalences): Declare.
11835 * alias.c (get_addr): Restore earlier behavior when there
11836 aren't permanent equivalences.
11837
11838 2012-03-01 Steven Bosscher <steven@gcc.gnu.org>
11839
11840 * config/mn10300/mn10300-modes.def: Fix copyright notice.
11841 * config/v850/v850-modes.def: Fix copyright notice.
11842
11843 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
11844
11845 * doc/extend.texi (AVR Built-in Functions): Document
11846 __builtin_avr_flash_segment.
11847
11848 * config/avr/builtins.def (__builtin_avr_flash_segment): New entry.
11849 * config/avr/avr.md (flash_segment, flash_segment1): New expanders.
11850 (*split.flash_segment): New insn-and-split.
11851 * config/avr/avr.c (avr_init_builtins): Add local variables:
11852 const_memx_void_node, const_memx_ptr_type_node,
11853 char_ftype_const_memx_ptr.
11854
11855 2012-03-01 Jakub Jelinek <jakub@redhat.com>
11856
11857 PR tree-optimization/52445
11858 * tree-ssa-phiopt.c (struct name_to_bb): Remove ssa_name field,
11859 add ssa_name_ver, offset and size fields and change store field
11860 to bool.
11861 (name_to_bb_hash, name_to_bb_eq): Adjust for the above changes.
11862 (add_or_mark_expr): Likewise. Only consider previous stores
11863 with the same size and offset.
11864 (nt_init_block): Only look at gimple_assign_single_p stmts,
11865 doesn't look at rhs2.
11866
11867 2012-03-01 Richard Guenther <rguenther@suse.de>
11868
11869 PR middle-end/52443
11870 * tree-cfg.c (verify_gimple_assign_unary): Allow any
11871 conversions from integral types to pointer types.
11872
11873 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
11874
11875 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Restore built-in
11876 defines for __UINT24_MAX__, __INT24_MAX__, __INT24_MIN__
11877 unintentionally removed in r184616.
11878
11879 2012-03-01 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
11880
11881 * doc/invoke.texi: Document AMD bdver2 and remove mentioning
11882 3DNow from bdver1.
11883
11884 2012-02-29 Jakub Jelinek <jakub@redhat.com>
11885 Uros Bizjak <ubizjak@gmail.com>
11886
11887 PR target/52437
11888 * config/i386/sse.md (vec_set<mode>_0): Swap "*r" and "fF"
11889 alternatives, add "e" constraint to the new last alternative
11890 and ! to last 3 alternatives.
11891
11892 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
11893
11894 * dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and
11895 DW_AT_artificial attributes at the end of the processing.
11896 (gen_array_type_die): Likewise.
11897 (gen_enumeration_type_die): Likewise.
11898 (gen_struct_or_union_type_die): Likewise.
11899 (add_gnat_descriptive_type_attribute): Do not suppress debug info for
11900 the parent type.
11901
11902 2012-02-29 Jakub Jelinek <jakub@redhat.com>
11903
11904 PR middle-end/52419
11905 * expr.c (expand_assignment): If doing misaligned store that doesn't
11906 cover all mode bits, perform a RMW cycle.
11907
11908 PR tree-optimization/52429
11909 * tree-parloops.c (separate_decls_in_region_debug): Return early
11910 if var is LABEL_DECL.
11911
11912 2012-02-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11913
11914 PR tree-optimization/52424
11915 * tree-ssa-dom.c (dom_opt_leave_block): Push a marker before
11916 calling dom_thread_across_edge.
11917
11918 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
11919
11920 * config/avr/avr.c: Move definition of TARGET macros to end of file.
11921
11922 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
11923
11924 * config/avr/avr-protos.h (avr_output_bld): Remove unused prototype.
11925 * config/avr/avr.c (avr_output_bld): Remove unused function.
11926 (avr_out_sbxx_branch): Use "%T" to print bit position.
11927
11928 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
11929
11930 * config/avr/avr.md: Untabify.
11931
11932 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
11933
11934 * config/avr/avr.md (eqne): New code iterator.
11935 (*dec-and-branchsi): Use it in text peephole's condition.
11936 (*dec-and-branchhi): Ditto.
11937 (*dec-and-branchqi): Ditto.
11938
11939 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
11940
11941 PR target/49939
11942 * config/avr/avr.h (ASM_SPEC): Add -mno-skip-bug if we know that
11943 the device does not have the skip-bug.
11944
11945 2012-02-29 Oleg Endo <olegendo@gcc.gnu.org>
11946
11947 * doc/invoke.texi (-msoft-atomic): Add more detailed description.
11948 (-mbranch-cost, -mcbranchdi -mcmpeqdi -mfused-madd
11949 -mpretend-cmove): New.
11950
11951 2012-02-29 Jakub Jelinek <jakub@redhat.com>
11952
11953 PR bootstrap/52397
11954 * df.h (struct df_d): Adjust comment that hard_regs_live_count
11955 doesn't count DEBUG_INSN refs.
11956 * df-scan.c (df_ref_create_structure): Don't set DF_HARD_REG_LIVE
11957 for DEBUG_INSN refs.
11958
11959 2012-02-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11960
11961 Partially revert:
11962
11963 2012-02-20 Richard Guenther <rguenther@suse.de>
11964 PR tree-optimization/52298
11965 * tree-vect-stmts.c (vectorizable_load): Properly use
11966 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing outer loops.
11967
11968 2012-02-28 Aldy Hernandez <aldyh@redhat.com>
11969
11970 PR middle-end/51752
11971 * gimple.h (gimple_in_transaction): New.
11972 (gimple_set_in_transaction): New.
11973 (struct gimple_statement_base): Add in_transaction field.
11974 * tree-ssa-loop-im.c: (movement_possibility): Restrict movement of
11975 transaction loads.
11976 (tree_ssa_lim_initialize): Compute transaction bits.
11977 * tree.h (compute_transaction_bits): Protoize.
11978 * trans-mem.c (tm_region_init): Use the heap to store BB
11979 auxilliary data.
11980 (compute_transaction_bits): New.
11981
11982 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
11983
11984 * gcc.c (display_help): Document --help=common and sort entries
11985 alphabetically.
11986
11987 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
11988
11989 * doc/install.texi: Document check-$LANG specific shortcuts
11990
11991 2012-02-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11992
11993 PR target/51534
11994 * config/arm/arm.c (neon_builtin_data): Add entries for vcgeu
11995 and vcgtu.
11996 * config/arm/arm_neon.h: Regenerate.
11997 * config/arm/neon.md (unspec): Add UNSPEC_VCGEU, and UNSPEC_VCGTU.
11998 (neon_vcgeu): New insn.
11999 (neon_vcgtu): Likewise.
12000 * config/arm/neon.ml (s_8_32, u_8_32): New lists.
12001 (ops): Unsigned comparison intrinsics call a different builtin.
12002
12003 2012-02-28 Richard Guenther <rguenther@suse.de>
12004
12005 PR target/52407
12006 * config/i386/i386.c (ix86_expand_vector_set): Fix element
12007 ordering for the VEC_CONCAT for two element vectors for
12008 V2SFmode, V2SImode and V2DImode.
12009
12010 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
12011
12012 PR target/49448
12013 * config.gcc (arm*-*-linux*): Use an unambiguous pattern for
12014 detecting big-endian triplets.
12015
12016 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
12017
12018 * arm.c (aapcs_vfp_is_call_or_return_candidate): Only use the machine
12019 mode if there is no type information available.
12020
12021 2012-02-28 Thomas Koenig <tkoenig@gcc.gnu.org>
12022
12023 PR tree-optimization/53207
12024 * doc/invoke.texi: Document as experimental and relying on graphite.
12025
12026 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12027
12028 * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
12029 of initializer to changes from r184614.
12030
12031 2012-02-28 Richard Guenther <rguenther@suse.de>
12032
12033 PR tree-optimization/52395
12034 * tree-sra.c (build_ref_for_offset): Also look at the base
12035 TYPE_ALIGN when figuring out the alignment of the replacement.
12036
12037 2012-02-28 Richard Guenther <rguenther@suse.de>
12038
12039 PR tree-optimization/52402
12040 * ipa-prop.c (ipa_modify_call_arguments): Properly use
12041 mis-aligned types when creating the accesses at the call site.
12042
12043 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12044
12045 * config/avr/builtins.def: New file.
12046 * config/avr/t-avr (avr.o, avr-c.o): Depend on it.
12047 * config/avr/avr.c (enum avr_builtin_id): Use it.
12048 (avr_init_builtins): Use it. And use avr_bdesc.
12049 (bdesc_1arg): Remove.
12050 (bdesc_2arg): Remove.
12051 (bdesc_3arg): Remove.
12052 (struct avr_builtin_description): Add field n_args.
12053 (avr_bdesc): New static variable using builtins.def.
12054 (avr_expand_builtin): Use it.
12055 Don't call avr_expand_delay_cycles if op0 is not CONST_INT.
12056 (avr_fold_builtin): Fold AVR_BUILTIN_SWAP.
12057 Don't fold AVR_BUILTIN_INSERT_BITS if arg0 is not INTEGER_CST.
12058
12059 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12060
12061 PR target/52148
12062 * config/avr/avr.md (movmem_<mode>): Replace match_operand that
12063 match only one single hard register with respective hard reg rtx.
12064 (movmemx_<mode>): Ditto.
12065 * config/avr/avr.c (avr_emit_movmemhi): Adapt expanding to new
12066 insn anatomy of movmem[x]_<mode>.
12067 (avr_out_movmem): Same for printing assembler and operand usage.
12068
12069 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12070
12071 PR target/49868
12072 PR target/52261
12073 * doc/extend.texi (AVR Named Address Spaces): No more try to fix
12074 address spaces located outside of device flash.
12075
12076 * config/avr/avr.h (base_arch_s): Remove field n_segments.
12077 (mcu_type_s): Add field n_flash.
12078 * config/avr/avr-devices.c (avr_arch_types): Remove .n_segments.
12079 Set .have_elpm and .have_elpmx to 1 for avrxmega4 and avrxmega5.
12080 (AVR_MCU): Add N_FLASH argument.
12081 * config/avr/avr-mcus.def (AVR_MCU): Add initializer for .n_flash.
12082 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Only define built-in
12083 macro __FLASH<n> if that address space makes sense for the device.
12084 * config/avr/avr.c (avr_out_lpm): Don't try to fix address spaces
12085 outside of target flash.
12086 (avr_asm_named_section): Ditto.
12087 (avr_asm_select_section): Ditto.
12088 (avr_addr_space_convert): Ditto.
12089 (avr_emit_movmemhi): Ditto.
12090 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Error if
12091 address space is outside of device flash.
12092 (avr_insert_attributes): Ditto.
12093 (avr_xload_libgcc_p): Use avr_current_device->n_flash instead of
12094 avr_current_arch->n_segments.
12095
12096 2012-02-27 H.J. Lu <hongjiu.lu@intel.com>
12097
12098 PR target/52352
12099 * config/i386/i386.md (*movabs<mode>_1): Enable only for TARGET_LP64.
12100 (*movabs<mode>_2): Likewise.
12101
12102 2012-02-27 Jakub Jelinek <jakub@redhat.com>
12103
12104 PR target/52375
12105 * config/arm/neon.md (vashr<mode>3, vlshr<mode>3): Use
12106 s_register_operand in the test instead of REG_P. Don't call
12107 gen_reg_rtx if it won't be used.
12108
12109 PR tree-optimization/52376
12110 * ipa-split.c (split_function): Ignore CLOBBER stmts.
12111
12112 2012-02-27 Stuart Henderson <shenders@gcc.gnu.org>
12113
12114 * ifcvt.c (noce_get_condition): Check condition variable is not
12115 small_register_classes_for_mode_p before accepting.
12116
12117 2012-02-27 Uros Bizjak <ubizjak@gmail.com>
12118
12119 * config/i386/i386.md (*movabs<mode>_1): Fix operand 1 constraints.
12120
12121 2012-02-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
12122
12123 Revert:
12124 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
12125 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
12126 tuning parameters.
12127 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
12128
12129 2012-02-27 Oleg Endo <olegendo@gcc.gnu.org>
12130
12131 * config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
12132
12133 2012-02-26 Oleg Endo <olegendo@gcc.gnu.org>
12134
12135 * config/sh/predicates.md: Remove blank lines.
12136 * config/sh/sh.c: Fix typos in comments.
12137 * config/sh/constraints.md: Likewise.
12138 * config/sh/sh.md: Remove blank lines.
12139 Fix typos in comments. Use ;; as comment characters.
12140
12141 2012-02-26 Walter Lee <walt@tilera.com>
12142
12143 * config/tilegx/tilegx.c (match_pcrel_step2): Fix instruction pattern.
12144 (replace_mov_pcrel_step2): Ditto.
12145
12146 2012-02-25 Alexandre Oliva <aoliva@redhat.com>
12147
12148 PR debug/52001
12149 * alias.c (refs_newer_value_cb, refs_newer_value_p): New.
12150 (get_addr): Walk canonical value's locs. Avoid returning VALUEs
12151 and locs that reference values newer than the non-canonical value
12152 at hand. Return the canonical value as a worst case.
12153 (memrefs_conflict_p): Walk canonical value's locs.
12154
12155 PR debug/52001
12156 * cselib.c (preserve_only_constants): Rename to...
12157 (preserve_constants_and_equivs): ... this. Split out...
12158 (invariant_or_equiv_p): ... this. Preserve plus expressions
12159 of other preserved expressions too.
12160 (cselib_reset_table): Adjust.
12161 * var-tracking.c (reverse_op): Use canonical value to build
12162 reverse operation.
12163
12164 2012-02-23 Kai Tietz <ktietz@redhat.com>
12165
12166 * config/i386/i386.c (ix86_delegitimize_address): Handle
12167 UNSPEC_PCREL plus displacement.
12168
12169 2012-02-24 Georg-Johann Lay <avr@gjlay.de>
12170
12171 PR target/52261
12172 * config/avr/avr.c (avr_out_movhi_mr_r_xmega): Use base
12173 to test for unusedness in st X addressing.
12174
12175 2012-02-24 Richard Guenther <rguenther@suse.de>
12176
12177 PR middle-end/52361
12178 * gimple.c (walk_gimple_op): Use predicates with less redundant tests.
12179 (is_gimple_reg_type): Move inline ...
12180 * gimple.h (is_gimple_reg_type): ... here.
12181
12182 2012-02-24 Richard Guenther <rguenther@suse.de>
12183
12184 PR middle-end/52361
12185 * passes.c (execute_function_todo): When verifying SSA form
12186 verify gimple form first.
12187 * tree-ssa.c (verify_ssa): Do not verify gimple form here.
12188
12189 2012-02-24 Richard Guenther <rguenther@suse.de>
12190
12191 PR middle-end/52355
12192 * fold-const.c (fold_addr_of_array_ref_difference): New function.
12193 (fold_binary_loc): Use it to extend the existing &a[i] - &a[j] folding.
12194
12195 2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12196
12197 * tree-if-conv (predicate_scalar_phi): Commentary typo fix.
12198
12199 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12200
12201 * tree-phinodes.c (make_phi_node): Mark static.
12202 * tree-flow.h (make_phi_node): Remove extern decl.
12203 * doc/gimple.texi (make_phi_node): Remove documentation.
12204
12205 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12206
12207 * tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.
12208 * tree-ssa-sccvn.c (print_scc): Ditto.
12209
12210 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12211
12212 * doc/passes.texi (Full redundancy elimination): Fix typo.
12213
12214 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12215
12216 * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries.
12217
12218 2012-02-23 Eric Botcazou <ebotcazou@adacore.com>
12219
12220 PR bootstrap/52287
12221 * haifa-sched.c (rank_for_schedule): Stabilize sort for debug insns.
12222
12223 2012-02-23 Uros Bizjak <ubizjak@gmail.com>
12224
12225 PR c/52290
12226 * c-decl.c (start_function): Exit early if decl1 is not FUNTION_DECL.
12227
12228 2012-02-23 Georg-Johann Lay <avr@gjlay.de>
12229
12230 * config/avr/avr.md (code_stdname): Add ior, xor.
12231 (xior): New code iterator.
12232 (*<code_stdname><mode>qi.byte0): Use xior instead of ior.
12233 (*<code_stdname><mode>qi.byte1-3): Ditto.
12234
12235 2012-02-23 Jakub Jelinek <jakub@redhat.com>
12236
12237 PR tree-optimization/52019
12238 * ipa-split.c (find_return_bb, find_retval, visit_bb): Ignore
12239 CLOBBER stmts.
12240
12241 2012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12242
12243 * acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of
12244 HAVE_INITFINI_ARRAY to work around namespace pollution in
12245 certain versions of newlib system headers.
12246 * config.in: Regenerate.
12247 * configure: Regenerate.
12248 * config/initfini-array.h: Use HAVE_INITFINI_ARRAY_SUPPORT
12249 instead of HAVE_INITFINI_ARRAY.
12250
12251 2012-02-22 Uros Bizjak <ubizjak@gmail.com>
12252
12253 PR target/52330
12254 * config/i386/i386.c (ix86_print_operand) <case 'H'>: Error out if x
12255 is not offsettable memory reference.
12256
12257 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
12258
12259 PR target/18145
12260 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Skip
12261 setting avr_need_clear_bss_p for __gnu_lto* symbols.
12262
12263 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
12264
12265 * config/avr/avr.h (avr_accumulate_outgoing_args): Return int.
12266 * config/avr/avr.c (avr_accumulate_outgoing_args): Return int.
12267
12268 2012-02-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12269
12270 * configure.ac (LIB_TLS_SPEC): Enforce use of alternate thread
12271 library on Solaris 8 even without TLS support.
12272 * configure: Regenerate.
12273
12274 2012-02-22 Richard Guenther <rguenther@suse.de>
12275
12276 PR middle-end/52329
12277 * gimple-fold.c (fold_stmt_1): Also canonicalize ADDR_EXPRs
12278 for GIMPLE_DEBUG stmts.
12279
12280 2012-02-22 Martin Jambor <mjambor@suse.cz>
12281
12282 PR middle-end/51782
12283 * emit-rtl.c (set_mem_attributes_minus_bitpos): Set address space
12284 according to the base object.
12285
12286 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
12287
12288 PR rtl-optimization/50063
12289 * config/avr/avr.md (movhi_sp_r): Handle -1 (unknown IRQ state)
12290 and 2 (8-bit SP) in operand 2.
12291 * config/avr/avr.c (avr_prologue_setup_frame): Adjust prologue
12292 setup to use movhi_sp_r instead of vanilla move to write SP.
12293 Adjust REG_CFA notes to superseed unspec.
12294 (expand_epilogue): Adjust epilogue setup to use movhi_sp_r instead
12295 of vanilla move.
12296 As function body might contain CLI or SEI: Use irq_state 0 (IRQ
12297 known to be off) only with TARGET_NO_INTERRUPTS. Never use
12298 irq_state 1 (IRQ known to be on) here.
12299
12300 2012-02-21 Bernd Schmidt <bernds@codesourcery.com>
12301
12302 * ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not
12303 WORDS_BIG_ENDIAN.
12304 * ira-color.c (setup_profitable_hard_regs, check_hard_reg_p,
12305 assign_hard_reg): Likewise.
12306
12307 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
12308
12309 * config/avr/avr.md (neghi2): Remove "!d,0" alternative. Tweak "r,0".
12310
12311 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
12312
12313 * config/avr/avr.md
12314 (*dec-and-branchhi!=-1.d.clobber): New text peephole.
12315 (*dec-and-branchhi!=-1.l.clobber): New text peephole.
12316
12317 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
12318
12319 * config/avr/avr-protos.h (avr_accumulate_outgoing_args): Move
12320 prototype from here to...
12321 * config/avr/avr.h: ...here.
12322
12323 2012-02-21 Richard Earnshaw <rearnsha@arm.com>
12324
12325 PR target/52294
12326 * thumb2.md (thumb2_shiftsi3_short): Split register and
12327 immediate shifts. For register shifts tie operands 0 and 1.
12328 (peephole2 for above): Check that register-controlled shifts
12329 have suitably tied operands.
12330
12331 2012-02-21 Quentin Neill <quentin.neill@amd.com>
12332
12333 PR target/52137
12334 * config/i386/bdver1.md (bdver1_call, bdver1_push,
12335 bdver1_pop, bdver1_leave, bdver1_lea, bdver1_imul_DI, bdver1_imul,
12336 bdver1_imul_mem_DI, bdver1_imul_mem, bdver1_idiv, bdver1_idiv_mem,
12337 bdver1_str, bdver1_idirect, bdver1_ivector, bdver1_idirect_loadmov,
12338 bdver1_idirect_load, bdver1_ivector_load, bdver1_idirect_movstore,
12339 bdver1_idirect_both, bdver1_ivector_both, bdver1_idirect_store,
12340 bdver1_ivector_store, bdver1_fldxf, bdver1_fld, bdver1_fstxf,
12341 bdver1_fst, bdver1_fist, bdver1_fmov_bdver1, bdver1_fadd_load,
12342 bdver1_fadd, bdver1_fmul_load, bdver1_fmul, bdver1_fsgn,
12343 bdver1_fdiv_load, bdver1_fdiv, bdver1_fpspc_load, bdver1_fpspc,
12344 bdver1_fcmov_load, bdver1_fcmov, bdver1_fcomi_load,
12345 bdver1_fcomi, bdver1_fcom_load, bdver1_fcom,
12346 bdver1_fxch, bdver1_ssevector_avx128_unaligned_load,
12347 bdver1_ssevector_avx256_unaligned_load,
12348 bdver1_ssevector_sse128_unaligned_load,
12349 bdver1_ssevector_avx128_load, bdver1_ssevector_avx256_load,
12350 bdver1_ssevector_sse128_load, bdver1_ssescalar_movq_load,
12351 bdver1_ssescalar_vmovss_load, bdver1_ssescalar_sse128_load,
12352 bdver1_mmxsse_load, bdver1_sse_store_avx256, bdver1_sse_store,
12353 bdver1_mmxsse_store_short, bdver1_ssevector_avx256,
12354 bdver1_movss_movsd, bdver1_mmxssemov, bdver1_sselog_load_256,
12355 bdver1_sselog_256, bdver1_sselog_load, bdver1_sselog,
12356 bdver1_ssecmp_load, bdver1_ssecmp, bdver1_ssecomi_load,
12357 bdver1_ssecomi, bdver1_vcvtX2Y_avx256_load, bdver1_vcvtX2Y_avx256,
12358 bdver1_ssecvt_cvtss2sd_load, bdver1_ssecvt_cvtss2sd,
12359 bdver1_sseicvt_cvtsi2sd_load, bdver1_sseicvt_cvtsi2sd,
12360 bdver1_ssecvt_cvtpd2ps_load, bdver1_ssecvt_cvtpd2ps,
12361 bdver1_ssecvt_cvtdq2ps_load, bdver1_ssecvt_cvtdq2ps,
12362 bdver1_ssecvt_cvtdq2pd_load, bdver1_ssecvt_cvtdq2pd,
12363 bdver1_ssecvt_cvtps2pd_load, bdver1_ssecvt_cvtps2pd,
12364 bdver1_ssecvt_cvtsX2si_load, bdver1_ssecvt_cvtsX2si,
12365 bdver1_ssecvt_cvtpd2pi_load, bdver1_ssecvt_cvtpd2pi,
12366 bdver1_ssecvt_cvtpd2dq_load, bdver1_ssecvt_cvtpd2dq,
12367 bdver1_ssecvt_cvtps2pi_load, bdver1_ssecvt_cvtps2pi,
12368 bdver1_ssemuladd_load_256, bdver1_ssemuladd_256,
12369 bdver1_ssemuladd_load, bdver1_ssemuladd, bdver1_sseimul_load,
12370 bdver1_sseimul, bdver1_sseiadd_load, bdver1_sseiadd,
12371 bdver1_ssediv_double_load_256, bdver1_ssediv_double_256,
12372 bdver1_ssediv_single_load_256, bdver1_ssediv_single_256,
12373 bdver1_ssediv_double_load, bdver1_ssediv_double,
12374 bdver1_ssediv_single_load, bdver1_ssediv_single, bdver1_sseins):
12375 Add "bdver2" attribute.
12376
12377 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12378
12379 * config/s390/s390.c (s390_option_override): Make -mhard-dfp the
12380 default if possible and not specified otherwise.
12381
12382 2012-02-21 Richard Guenther <rguenther@suse.de>
12383
12384 PR middle-end/52314
12385 * gimplify.c (create_tmp_from_val): Use the main variant type
12386 for the type of the temporary we create.
12387
12388 2012-02-21 Richard Guenther <rguenther@suse.de>
12389
12390 PR tree-optimization/52324
12391 * gimplify.c (gimplify_expr): When re-gimplifying expressions
12392 do not gimplify a MEM_REF address operand if it is already
12393 in suitable form.
12394
12395 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12396
12397 * config/s390/s390.md ("fixuns_trunc<mode>si2"): Replace
12398 TARGET_HARD_FLOAT with TARGET_HARD_DFP.
12399
12400 2012-02-21 Richard Guenther <rguenther@suse.de>
12401
12402 * tree-vect-stmts.c (vectorizable_load): Use pre-computed
12403 nested_in_vect_loop.
12404
12405 2012-02-21 Jakub Jelinek <jakub@redhat.com>
12406
12407 PR tree-optimization/52318
12408 * gimple-fold.c (gimplify_and_update_call_from_tree): Add
12409 vdef also to non-pure/const call stmts in the sequence.
12410
12411 2012-02-21 Tristan Gingold <gingold@adacore.com>
12412
12413 * config/vms/vms-ld.c (main): Fix IDENTIFICATION padding.
12414
12415 2012-02-20 David S. Miller <davem@davemloft.net>
12416
12417 * config/sparc/sparc.md (load_pcrel_sym<P:mode>): Explain why we
12418 don't use the "rd %pc" instruction on v9 for PIC register loads.
12419
12420 2012-02-20 Aldy Hernandez <aldyh@redhat.com>
12421
12422 PR middle-end/52141
12423 * trans-mem.c (ipa_tm_scan_irr_block): Error out on GIMPLE_ASM's
12424 in a transaction safe function.
12425
12426 2012-02-20 Kai Tietz <ktietz@redhat.com>
12427
12428 PR target/52238
12429 * stor-layout.c (place_field): Handle desired_align for
12430 ms-bitfields, too.
12431
12432 2012-02-20 Richard Guenther <rguenther@suse.de>
12433
12434 PR tree-optimization/52298
12435 * tree-vect-stmts.c (vectorizable_store): Properly use
12436 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing
12437 outer loops.
12438 (vectorizable_load): Likewise.
12439 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
12440 Access DR_STEP after ensuring it is not NULL.
12441
12442 2012-02-20 Jakub Jelinek <jakub@redhat.com>
12443
12444 PR tree-optimization/52286
12445 * fold-const.c (fold_binary_loc): For (X & C1) | C2
12446 optimization use double_int_to_tree instead of build_int_cst_wide,
12447 rewrite to use double_int vars.
12448
12449 2012-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12450
12451 PR target/50166
12452 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Require gcc_SUN_LD_VERSION.
12453 Define _start.
12454 Remove -e 0 from $gcc_cv_ld invocation.
12455 Only use __GLIBC_PREREQ if defined.
12456 Enable on Solaris since Solaris 8 patch.
12457 (gcc_SUN_LD_VERSION): New macro.
12458 * configure.ac (ld_ver) <*-*-solaris2*>: Refer to
12459 gcc_SUN_LD_VERSION for version number format.
12460 * configure: Regenerate.
12461 * varasm.c (get_elf_initfini_array_priority_section): Set
12462 SECTION_NOTYPE for non-default priority.
12463 Use get_section instead of get_unnamed_section to emit
12464 .init_array/.fini_array with default priority.
12465
12466 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
12467
12468 * config/mips/mips.c (mips_need_mips16_rdhwr_p): New variable.
12469 (mips_get_tp): Set it. Record that __mips16_rdhwr binds locally.
12470 (mips_start_unique_function, mips_output_mips16_rdhwr)
12471 (mips_code_end): New functions.
12472 (TARGET_ASM_CODE_END): Define.
12473
12474 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
12475
12476 * config/mips/mips.c (mips16_build_call_stub): Add CFI information
12477 to stubs with non-sibling calls.
12478
12479 2012-02-18 Sandra Loosemore <sandra@codesourcery.com>
12480
12481 * doc/invoke.texi (-fira-* options): Copy-edit.
12482 (ira-* parameters): Copy-edit.
12483
12484 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
12485
12486 * doc/invoke.texi: Minor copy-edits to bring into conformance with
12487 GCC coding conventions.
12488
12489 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
12490
12491 * doc/invoke.texi: Consistently hyphenate "big-endian"/"little-endian"
12492 when used as adjectives.
12493
12494 2012-02-16 Sandra Loosemore <sandra@codesourcery.com>
12495
12496 * doc/invoke.texi: Clean up "that"/"which" confusion.
12497
12498 2012-02-17 Steven Bosscher <steven@gcc.gnu.org>
12499
12500 * system.h: Poison SMALL_REGISTER_CLASSES
12501 * config/rl78/rl78.h: Replace SMALL_REGISTER_CLASSES with hook.
12502 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES.
12503
12504 2012-02-16 Jakub Jelinek <jakub@redhat.com>
12505
12506 PR tree-optimization/52285
12507 * tree-tailcall.c (find_tail_calls): Ignore gimple_clobber_p stmts
12508 when deciding if a call is a tail call or tail recursion.
12509
12510 2012-02-16 Kai Tietz <ktietz@redhat.com>
12511
12512 * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
12513 interger-constant displacement for UNSPEC_PCREL.
12514
12515 2012-02-16 Jakub Jelinek <jakub@redhat.com>
12516
12517 PR rtl-optimization/52208
12518 * ira-costs.c (scan_one_insn): Don't decrease mem_cost
12519 for MEMs with REG_EQUIV, if the MEM isn't general_operand.
12520
12521 PR tree-optimization/52255
12522 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): If
12523 loop->header has virtual PHI, but exit_e->dest doesn't, add
12524 virtual PHI to exit_e->dest and adjust all uses after the loop.
12525
12526 PR debug/52260
12527 * dwarf2out.c (copy_decls_walk): Fill in *slot before traversing
12528 children with clone_tree_hash, not after it.
12529
12530 2012-02-16 Iain Sandoe <iains@gcc.gnu.org>
12531
12532 * config/darwin.h (ASM_OUTPUT_LABELREF): Add user label prefix for
12533 extended identifiers.
12534
12535 2012-02-16 Jakub Jelinek <jakub@redhat.com>
12536
12537 PR middle-end/51929
12538 * cgraphunit.c (verify_edge_corresponds_to_fndecl): If node is
12539 a same_body_alias, also test whether e->callee isn't a former
12540 or current clone of the decl this is a same body alias of.
12541
12542 PR translation/52264
12543 * cgraphunit.c (verify_cgraph_node): Fix a typo.
12544
12545 2012-02-15 Sandra Loosemore <sandra@codesourcery.com>
12546
12547 * doc/invoke.texi: Clean up "n-bit/byte/word" modifiers.
12548
12549 2012-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
12550
12551 PR target/52199
12552 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
12553 force_reg instead of copy_to_reg for better optimization. Force
12554 non-register or memory operands into a register.
12555
12556 2012-02-15 Andrew MacLeod <amacleod@redhat.com>
12557
12558 * extend.texi: Reserve upper bits of memory model for future use.
12559
12560 2012-01-15 Georg-Johann Lay <avr@gjlay.de>
12561 Anatoly Sokolov <aesok@post.ru>
12562 Eric Weddington <eric.weddington@atmel.com>
12563
12564 PR target/52261
12565 * config/avr/avr-devices.c (avr_arch_types): Add avrxmega2,
12566 avrxmega4, avrxmega5, avrxmega6, avrxmega7.
12567 Rewrite initializers for .macro.
12568 * config/avr/avr-mcus.def (AVR_MCU): Add known MCUs:
12569 avrxmega2: atxmega16a4, atxmega16d4, atxmega16x1, atxmega32a4
12570 atxmega32d4, atxmega32x1.
12571 avrxmega4: atxmega64a3, atxmega64d3.
12572 avrxmega5: atxmega64a1, atxmega64a1u.
12573 avrxmega6: atxmega128a3, atxmega128d3, atxmega192a3, atxmega192d3,
12574 atxmega256a3, atxmega256a3b, atxmega256a3bu, atxmega256d3.
12575 avrxmega7: atxmega128a1, atxmega128a1u.
12576 * config/avr/avr.h (enum avr_arch): Add: ARCH_AVRXMEGA2,
12577 ARCH_AVRXMEGA4, ARCH_AVRXMEGA5, ARCH_AVRXMEGA6, ARCH_AVRXMEGA7.
12578 (struct base_arch_s): Rename reserved to xmega_p.
12579 Rename reserved2 to have_rampd.
12580 (AVR_XMEGA): New define.
12581 (AVR_HAVE_RAMPD, AVR_HAVE_RAMPX, AVR_HAVE_RAMPY): New defines.
12582 (AVR_HAVE_RAMPZ): Change definition to fit xmega.
12583 * config/avr/predicates.md (io_address_operand): Take into
12584 account SFR offset.
12585 (low_io_address_operand): Ditto.
12586 (high_io_address_operand): Ditto.
12587 * config/avr/avr.md (isa): Add alternatives no_xmega, xmega.
12588 (enabled, movhi_sp_r): Use them.
12589 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use
12590 cpp_define_formatted to built-in define __AVR_ARCH__.
12591 (__AVR_XMEGA__): New built-in define.
12592 (__AVR_HAVE_RAMPD__): New built-in define.
12593 (__AVR_HAVE_RAMPX__): New built-in define.
12594 (__AVR_HAVE_RAMPY__): New built-in define.
12595 (__AVR_HAVE_RAMPZ__): Change condition when to built-in define it.
12596
12597 * config/avr/avr.c (avr_addr_t): Add ccp, rampd, rampx, rampy.
12598 (avr_option_override): Initialize them.
12599 (sreg_rtx, rampd_rtx, rampx_rtx, rampy_rtx): New GTY rtx.
12600 (avr_init_expanders): Initialize them. No more block several calls.
12601 (emit_push_sfr): New static function.
12602 (avr_prologue_setup_frame): Use it to push SREG, RAMPD/X/Y/Z as needed.
12603 Handle AVR_XMEGA.
12604 (expand_epilogue): Handle AVR_XMEGA. Pop RAMPD/X/Y/Z as needed.
12605 (avr_print_operand): Print addreeses as symbols for
12606 RAMPX, RAMPY, RAMPD, CCP.
12607 (output_movhi): Handle AVR_XMEGA when writing to SP.
12608 (avr_out_movhi_mr_r_xmega): New static function.
12609 (out_movhi_mr_r): Forward to avr_out_movhi_mr_r_xmega for AVR_XMEGA.
12610 (avr_file_start): Print symbol defines for __RAMPX__, __RAMPY__,
12611 __RAMPD__, __CCP__ as needed.
12612
12613 * config/avr/multilib.h: Regenerate.
12614 * config/avr/t-multilib: Regenerate.
12615 * config/avr/avr-tables.opt: Regenerate.
12616
12617 2012-02-15 Tobias Grosser <grosser@fim.uni-passau.de>
12618
12619 PR tree-optimization/50561
12620 * graphite-flattening.c (lst_project_loop): Do not
12621 remove old scattering dimensions after flattening.
12622 (lst_do_flatten): Likewise.
12623
12624 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
12625
12626 * doc/extend.texi (AVR Built-in Functions): Remove doc for
12627 __builtin_avr_map8, __builtin_avr_map16.
12628 Document __builtin_avr_insert_bits.
12629
12630 * config/avr/avr.md (map_bitsqi, map_bitshi): Remove.
12631 (insert_bits): New insn.
12632 (adjust_len.map_bits): Rename to insert_bits.
12633 (UNSPEC_MAP_BITS): Rename to UNSPEC_INSERT_BITS.
12634 * avr-protos.h (avr_out_map_bits): Remove.
12635 (avr_out_insert_bits, avr_has_nibble_0xf): New.
12636 * config/avr/constraints.md (Cxf,C0f): New.
12637 * config/avr/avr.c (avr_cpu_cpp_builtins): Remove built-in
12638 defines __BUILTIN_AVR_MAP8, __BUILTIN_AVR_MAP16.
12639 New built-in define __BUILTIN_AVR_INSERT_BITS.
12640 * config/avr/avr.c (TARGET_FOLD_BUILTIN): New define.
12641 (enum avr_builtin_id): Add AVR_BUILTIN_INSERT_BITS.
12642 (avr_move_bits): Rewrite.
12643 (avr_fold_builtin, avr_map_metric, avr_map_decompose): New static
12644 functions.
12645 (avr_map_op_t): New typedef.
12646 (avr_map_op): New static variable.
12647 (avr_out_insert_bits, avr_has_nibble_0xf): New functions.
12648 (adjust_insn_length): Handle ADJUST_LEN_INSERT_BITS.
12649 (avr_init_builtins): Add definition for __builtin_avr_insert_bits.
12650 (bdesc_3arg, avr_expand_triop_builtin): New.
12651 (avr_expand_builtin): Use them. And handle AVR_BUILTIN_INSERT_BITS.
12652 (avr_revert_map, avr_swap_map, avr_id_map, avr_sig_map): Remove.
12653 (avr_map_hamming_byte, avr_map_hamming_nonstrict): Remove.
12654 (avr_map_equal_p, avr_map_sig_p): Remove.
12655 (avr_out_swap_bits, avr_out_revert_bits, avr_out_map_bits): Remove.
12656 (bdesc_2arg): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
12657 (adjust_insn_length): Remove handling for ADJUST_LEN_MAP_BITS.
12658 (enum avr_builtin_id): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
12659 (avr_init_builtins): Remove __builtin_avr_map8, __builtin_avr_map16.
12660 (avr_expand_builtin): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
12661
12662 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
12663
12664 * config/c6x/c6x.md (reserve_cycles): New attribute.
12665 * config/c6x/c6x.c (c6x_sched_reorder_1): Ensure insns we predicate
12666 don't reserve functional units after the branch occurs.
12667
12668 2012-02-14 Aldy Hernandez <aldyh@redhat.com>
12669
12670 PR middle-end/52142
12671 * ipa-inline.c (can_inline_edge_p): Do not inline tm_pure
12672 functions into non-tm_pure functions.
12673
12674 2012-02-14 Eric Botcazou <ebotcazou@adacore.com>
12675
12676 PR lto/52178
12677 * gimple.c (iterative_hash_gimple_type): Use RECORD_OR_UNION_TYPE_P.
12678 (iterative_hash_canonical_type): Likewise.
12679 * tree-ssa-pre.c (fini_pre): Clean up the CFG only after purging all
12680 the dead edges.
12681
12682 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
12683
12684 * haifa-sched.c (prune_ready_list): Ensure that if there is a
12685 sched-group insn, it either remains alone or the entire list is pruned.
12686
12687 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
12688
12689 * doc/install.texi (Prerequisites): Fix grammar.
12690 (Configuration): Likewise.
12691
12692 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
12693
12694 * doc/install.texi (Prerequisites): Suggest building GMP, MPFR and
12695 MPC as part of GCC before describing configuring with --with-gmp etc.
12696 (Installing GCC: Configuration): --with-gmp etc. aren't needed if
12697 sources are present.
12698
12699 2012-02-14 Jakub Jelinek <jakub@redhat.com>
12700
12701 PR debug/51950
12702 * dwarf2out.c (clone_tree_hash): New function.
12703 (copy_decls_walk): Use it instead of clone_tree.
12704
12705 2012-02-14 Richard Guenther <rguenther@suse.de>
12706
12707 PR tree-optimization/52244
12708 PR tree-optimization/51528
12709 * tree-sra.c (analyze_access_subtree): Only create INTEGER_TYPE
12710 replacements for integral types.
12711
12712 2012-02-14 Walter Lee <walt@tilera.com>
12713
12714 * config.gcc: Handle tilegx and tilepro.
12715 * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
12716 tilegx and tilepro.
12717 Add HAVE_AS_TLS check for tilegx and tilepro.
12718 * configure: Regenerate.
12719 * doc/contrib.texi: Add Mat Hostetter and self.
12720 * doc/extend.texi (TILE-Gx Built-in Functions): New node.
12721 Document instruction intrinsics and network accessing intrinsics.
12722 (TILEPro Built-in Functions): New node. Document instruction
12723 intrinsics and network accessing intrinsics.
12724 * doc/install.texi (Specific, tilegx-*-linux*): Document it.
12725 (Specific, tilepro-*-linux*): Likewise.
12726 * doc/invoke.texi (TILE-Gx Options): New section.
12727 (TILEPro Options): New section.
12728 * doc/md.texi (TILE-Gx): New section.
12729 (TILEPro): New section.
12730 * common/config/tilegx/tilegx-common.c: New file.
12731 * common/config/tilepro/tilepro-common.c: New file.
12732 * config/tilegx/constraints.md: New file.
12733 * config/tilegx/linux.h: New file.
12734 * config/tilegx/mul-tables.c: New file.
12735 * config/tilegx/predicates.md: New file.
12736 * config/tilegx/sync.md: New file.
12737 * config/tilegx/t-tilegx: New file.
12738 * config/tilegx/tilegx-builtins.h: New file.
12739 * config/tilegx/tilegx-c.c: New file.
12740 * config/tilegx/tilegx-generic.md: New file.
12741 * config/tilegx/tilegx-modes.def: New file.
12742 * config/tilegx/tilegx-multiply.h: New file.
12743 * config/tilegx/tilegx-protos.h: New file.
12744 * config/tilegx/tilegx.c: New file.
12745 * config/tilegx/tilegx.h: New file.
12746 * config/tilegx/tilegx.md: New file.
12747 * config/tilegx/tilegx.opt: New file.
12748 * config/tilepro/constraints.md: New file.
12749 * config/tilepro/gen-mul-tables.cc: New file.
12750 * config/tilepro/linux.h: New file.
12751 * config/tilepro/mul-tables.c: New file.
12752 * config/tilepro/predicates.md: New file.
12753 * config/tilepro/t-tilepro: New file.
12754 * config/tilepro/tilepro-builtins.h: New file.
12755 * config/tilepro/tilepro-c.c: New file.
12756 * config/tilepro/tilepro-generic.md: New file.
12757 * config/tilepro/tilepro-modes.def: New file.
12758 * config/tilepro/tilepro-multiply.h: New file.
12759 * config/tilepro/tilepro-protos.h: New file.
12760 * config/tilepro/tilepro.c: New file.
12761 * config/tilepro/tilepro.h: New file.
12762 * config/tilepro/tilepro.md: New file.
12763 * config/tilepro/tilepro.opt: New file.
12764
12765 2012-02-14 Jakub Jelinek <jakub@redhat.com>
12766
12767 PR tree-optimization/52210
12768 * tree-vect-slp.c (vect_get_and_check_slp_defs): Call
12769 vect_model_simple_cost with two entry vect_def_type array instead
12770 of an address of dt.
12771
12772 2012-02-14 Richard Guenther <rguenther@suse.de>
12773
12774 PR lto/52178
12775 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
12776 Do not stream DECL_QUALIFIER.
12777 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
12778 * tree.c (free_lang_data_in_decl): Free DECL_QUALIFIER.
12779 (find_decls_types_r): Do not walk DECL_QUALIFIER.
12780
12781 2012-02-14 Jakub Jelinek <jakub@redhat.com>
12782
12783 PR c/52181
12784 * c-decl.c (merge_decls): Copy DECL_USER_ALIGN bit from olddecl to
12785 newdecl.
12786
12787 2012-02-13 Jakub Jelinek <jakub@redhat.com>
12788
12789 PR bootstrap/52172
12790 * cselib.h (cselib_subst_to_values_from_insn): New prototype.
12791 * cselib.c (cselib_subst_to_values_from_insn): New function.
12792 * sched-deps.c (add_insn_mem_dependence,
12793 sched_analyze_1, sched_analyze_2): Use it.
12794
12795 2012-02-13 Jan Hubicka <jh@suse.cz>
12796
12797 PR middle-end/52214
12798 * predict.c (predict_paths_for_bb): Fix thinko in prevoius patch.
12799
12800 2012-02-13 Eric Botcazou <ebotcazou@adacore.com>
12801
12802 * gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.
12803 (GTM_SELF_SPECS): Define if not already defined.
12804 (driver_self_specs): Add GTM_SELF_SPECS.
12805 * config/darwin.h (LINK_COMMAND_SPEC_A): Deal with -fgnu-tm.
12806 (GTM_SELF_SPECS): Define.
12807 * config/i386/cygwin.h (GTM_SELF_SPECS): Likewise.
12808 * config/i386/mingw32.h (GTM_SELF_SPECS): Likewise.
12809
12810 2012-02-13 Jakub Jelinek <jakub@redhat.com>
12811
12812 * cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right
12813 away if seen.
12814
12815 * cselib.c (dump_cselib_val): Don't assume l->setting_insn is non-NULL.
12816
12817 PR middle-end/52230
12818 * omp-low.c (expand_omp_for): If a static schedule without chunk size
12819 has NULL region->cont, force fd.chunk_size to be integer_zero_node.
12820
12821 2012-02-13 Andrew MacLeod <amacleod@redhat.com>
12822
12823 PR c/52190
12824 * doc/extend.texi : Fix another __atomic_compare_exchange typo.
12825
12826 2012-02-13 Richard Guenther <rguenther@suse.de>
12827
12828 PR translation/52211
12829 * passes.c (enable_disable_pass): Fix typo.
12830
12831 2012-02-13 Jakub Jelinek <jakub@redhat.com>
12832
12833 PR middle-end/52209
12834 * expr.c (expand_expr_real_2) <case BIT_NOT_EXPR>: Only expand using
12835 XOR for reduce_bit_field if type is unsigned.
12836
12837 2012-02-12 Eric Botcazou <ebotcazou@adacore.com>
12838
12839 * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): In 64-bit mode,
12840 disallow changes from SFmode to mode with different size in FP regs.
12841
12842 2012-02-12 Robert Millan <rmh@gnu.org>
12843 Gerald Pfeifer <gerald@pfeifer.com>
12844
12845 * ginclude/stddef.h [__FreeBSD_kernel__] (__size_t): Do not define.
12846 Tweak comment.
12847
12848 2012-02-11 Richard Sandiford <rdsandiford@googlemail.com>
12849
12850 PR rtl-optimization/52175
12851 * reorg.c (fill_slots_from_thread): Don't apply add/sub optimization
12852 to frame-related instructions.
12853
12854 2012-02-10 Jason Merrill <jason@redhat.com>
12855
12856 PR c++/51910
12857 * tlink.c (demangled_hash_entry): Change mangled to a VEC.
12858 (demangle_new_symbols): Fill it.
12859 (scan_linker_output): Walk it.
12860 (start_tweaking): Split out from scan_linker_output.
12861 (maybe_tweak): Update sym->chosen.
12862 * Makefile.in (COLLECT2_OBJS): Add vec.o and gcc-none.o
12863
12864 2012-02-11 Jakub Jelinek <jakub@redhat.com>
12865
12866 PR debug/52132
12867 * reg-stack.c (subst_stack_regs_in_debug_insn): Don't use get_true_reg.
12868
12869 2012-02-11 Uros Bizjak <ubizjak@gmail.com>
12870
12871 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
12872 having the same mode as previous compare.
12873
12874 2012-02-10 Eric Botcazou <ebotcazou@adacore.com>
12875
12876 * config/sparc/sparc.c (sparc_flat_expand_prologue): Use emit_use.
12877 * config/sparc/sparc.md (UNSPECV_GOTO): Delete.
12878 (nonlocal_goto_internal): Likewise.
12879 (nonlocal_goto): Emit a use and an indirect jump directly.
12880
12881 2012-02-10 Andrew MacLeod <amacleod@redhat.com>
12882
12883 PR c/52190
12884 * doc/extend.texi : Update comments for __atomic_compare_exchange and
12885 __atomic_{is,always}_lock_free.
12886
12887 2012-02-10 Uros Bizjak <ubizjak@gmail.com>
12888
12889 PR target/52146
12890 * config/i386/i386.c (ix86_legitimate_address_p): Disallow
12891 negative constant address for TARGET_X32.
12892
12893 2012-02-10 Richard Henderson <rth@redhat.com>
12894
12895 * tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.
12896 * tree-ssa-operands.c (parse_ssa_operands): Add virtual operands
12897 for GIMPLE_TRANSACTION. Tidy if's into a switch.
12898
12899 2012-02-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12900 Ira Rosen <irar@il.ibm.com>
12901
12902 PR tree-optimization/50031
12903 * targhooks.c (default_builtin_vectorization_cost): Handle
12904 vec_promote_demote.
12905 * target.h (enum vect_cost_for_stmt): Add vec_promote_demote.
12906 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Handle
12907 all types of reduction and pattern statements.
12908 (vect_estimate_min_profitable_iters): Likewise.
12909 * tree-vect-stmts.c (vect_model_promotion_demotion_cost): New function.
12910 (vect_get_load_cost): Use vec_perm for permutations; add dump logic
12911 for explicit realigns.
12912 (vectorizable_conversion): Call vect_model_promotion_demotion_cost.
12913 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
12914 vec_promote_demote.
12915 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
12916 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Update
12917 vec_perm for VSX and handle vec_promote_demote.
12918
12919 2012-02-10 Jakub Jelinek <jakub@redhat.com>
12920
12921 PR middle-end/52177
12922 * builtins.c (fold_builtin_atomic_always_lock_free,
12923 expand_builtin_atomic_always_lock_free,
12924 fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
12925 Return and/or test boolean_true_node/boolean_false_node instead of
12926 integer_one_node/integer_zero_node.
12927
12928 2012-02-10 Jan Hubicka <jh@suse.cz>
12929
12930 PR middle-end/48600
12931 * predict.c (predict_paths_for_bb): Prevent looping.
12932 (predict_paths_leading_to_edge, predict_paths_leading_to): Update.
12933
12934 2012-02-10 Roman Zhuykov <zhroma@ispras.ru>
12935
12936 * config/arm/arm.c (output_move_double): In one case properly
12937 count number of instructions that will be emitted.
12938
12939 2012-02-10 Richard Guenther <rguenther@suse.de>
12940
12941 PR translation/52193
12942 * cgraphunit.c (cgraph_mark_functions_to_output): Fix typo.
12943
12944 2012-02-09 Peter Bergner <bergner@vnet.ibm.com>
12945
12946 PR middle-end/52140
12947 * dojump.c (do_compare_rtx_and_jump): Use SCALAR_FLOAT_MODE_P.
12948
12949 2012-02-09 Jakub Jelinek <jakub@redhat.com>
12950
12951 PR debug/52165
12952 * var-tracking.c (emit_note_insn_var_location): If
12953 EMIT_NOTE_BEFORE_INSN and insn is NOTE_INSN_CALL_ARG_LOCATION,
12954 emit it before next non-NOTE_INSN_CALL_ARG_LOCATION
12955 non-NOTE_DURING_CALL_P insn.
12956
12957 2012-02-09 Bin Cheng <bin.cheng@arm.com>
12958
12959 PR middle-end/51867
12960 * builtins.c (expand_builtin): Don't check DECL_ASSEMBLER_NAME_SET_P.
12961
12962 2012-02-08 Magnus Granberg <zorry@gentoo.org>
12963
12964 PR driver/48524
12965 * gcc.c (switch_matches) Support switches with separated form,
12966 -D and -U.
12967
12968 2012-02-08 Georg-Johann Lay <avr@gjlay.de>
12969
12970 * config/avr/avr.md (SREG_ADDR): Remove constant definition.
12971 (SP_ADDR): Ditto.
12972 (RAMPZ_ADDR): Ditto.
12973 * config/avr/avr.c (avr_addr_t): New typedef.
12974 (avr_addr): New struct to hold RAM address of SPL, SPH, RAMPZ, SREG.
12975 (avr_init_expanders): Initialize it.
12976 (expand_prologue): Use avr_addr instead of RAMPZ_ADDR, SP_ADDR,
12977 SREG_ADDR.
12978 (expand_epilogue): Ditto.
12979 (avr_print_operand): Ditto.
12980 (avr_file_start): Ditto.
12981 (avr_emit_movmemhi): Ditto.
12982
12983 2012-02-08 Richard Guenther <rguenther@suse.de>
12984
12985 PR tree-optimization/46886
12986 * tree-flow.h (do_while_loop_p): Declare.
12987 * tree-ssa-loop-ch.c (do_while_loop_p): Export.
12988 * tree-parloops.c (parallelize_loops): Only parallelize do-while loops.
12989
12990 2012-02-08 Andrew MacLeod <amacleod@redhat.com>
12991
12992 * optabs.c (expand_atomic_load): Do not assume compare_and_swap will
12993 always succeed for integers larger than a native word.
12994
12995 2012-02-08 Richard Guenther <rguenther@suse.de>
12996
12997 PR rtl-optimization/52170
12998 * simplify-rtx.c (simplify_plus_minus): Use CONSTM1_RTX to
12999 properly handle integer vector modes.
13000
13001 2012-02-08 Jakub Jelinek <jakub@redhat.com>
13002
13003 PR gcov-profile/52150
13004 * coverage.c: Include target.h.
13005 (build_var): Call targetm.strip_name_encoding on the assembler name.
13006 Change one _ into . or $ if the target allows it.
13007 * Makefile.in (coverage.o): Depend on $(TARGET_H).
13008
13009 PR rtl-optimization/52139
13010 * cfgrtl.c (cfg_layout_merge_blocks): If BB_END
13011 is a BARRIER after emit_insn_after_noloc, move BB_END
13012 to the last non-BARRIER insn before it.
13013
13014 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
13015
13016 PR middle-end/24306
13017 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): New function.
13018 (mips_gimplify_va_arg_expr): Call it instead of
13019 std_gimplify_va_arg_expr.
13020
13021 2012-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
13022
13023 * config/rs6000/rs6000.c (rs6000_trampoline_init): Fix error
13024 message for -mno-pointers-to-nested-function.
13025
13026 2012-02-07 Eric Botcazou <ebotcazou@adacore.com>
13027
13028 PR middle-end/51994
13029 * expr.c (get_inner_reference): If there is an offset, add a negative
13030 bit position to it (if any).
13031
13032 2012-02-07 Jakub Jelinek <jakub@redhat.com>
13033
13034 PR rtl-optimization/52060
13035 * combine.c (try_combine): Add i0src_copy and i0src_copy2 variables,
13036 copy i1src to i1src_copy whenever added_sets_2 && i1_feeds_i2_n already
13037 before i1dest -> i1src substitution in newpat, copy i0src to i0src_copy
13038 and/or i0src_copy2 when needed.
13039
13040 2012-02-07 Jakub Jelinek <jakub@redhat.com>
13041
13042 * gcc.c (main): Don't look for lto-wrapper or lto-wrapper
13043 or LTOPLUGINSONAME if have_c.
13044
13045 * config/freebsd-spec.h: Add comment about what macros can be defined
13046 in this header.
13047 (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): Don't define here.
13048 * config/freebsd.h (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): But
13049 here instead.
13050
13051 2012-02-07 Richard Guenther <rguenther@suse.de>
13052
13053 * gimple-pretty-print.c (dump_gimple_phi): Avoid excessive
13054 newline in -alias dumps.
13055
13056 2012-02-07 Kai Tietz <ktietz@redhat.com>
13057 Dave Korn <dave.korn.cygwin@gmail.com>
13058
13059 PR target/40068
13060 * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition):
13061 Take care that typinfo gets dllexport-attribute.
13062
13063 2012-02-07 Jakub Jelinek <jakub@redhat.com>
13064
13065 PR middle-end/52074
13066 * expr.c (expand_expr_addr_expr_1): For CONSTANT_CLASS_P or CONST_DECL
13067 if modifier < EXPAND_SUM call force_operand on the result.
13068
13069 2012-02-07 Joern Rennecke <joern.rennecke@embecosm.com>
13070
13071 * config/epiphany/epiphany.h (ASM_DECLARE_FUNCTION_SIZE): Redefine,
13072 adding __forwarder_dst__ prefix if a forwarder_section attribute is
13073 present.
13074 (epiphany_function_type): Replace types for specific interrupts with
13075 EPIPHANY_FUNCTION_INTERRUPT.
13076 (EPIPHANY_INTERRUPT_P): Update.
13077 * config/epiphany/epiphany.c (epiphany_handle_forwarder_attribute):
13078 New static function.
13079 (epiphany_attribute_table) <interrupt>: min_len is 0, max_len is 9.
13080 <disinterrupt>: Affects type identity.
13081 (epiphany_handle_interrupt_attribute): Handle variable number of
13082 arguments.
13083 (epiphany_compute_function_type): Update for new
13084 epiphany_function_type definition.
13085 (epiphany_expand_prologue): Don't save (reg:DI GPR_0) for interrupt
13086 handlers with a longcall forwarder.
13087 (epiphany_start_function): Handle multiple interrupt arguments and/or
13088 forwarder_section attribute.
13089
13090 * config/epiphany/epiphany.h (LIB_SPEC): Link libc again after
13091 libgloss.
13092
13093 2012-02-07 Alan Modra <amodra@gmail.com>
13094
13095 PR target/52107
13096 * config/rs6000/rs6000.c (rs6000_emit_move): Don't create DImode
13097 subregs of TFmode.
13098
13099 2012-02-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13100
13101 PR tree-optimization/50969
13102 * tree-vect-stmts.c (vect_model_store_cost): Correct statement cost to
13103 use vec_perm rather than vector_stmt.
13104 (vect_model_load_cost): Likewise.
13105 * config/i386/i386.c (ix86_builtin_vectorization_cost): Change cost of
13106 vec_perm to be the same as other vector statements.
13107 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Revise
13108 cost of vec_perm for TARGET_VSX.
13109
13110 2012-02-06 Richard Guenther <rguenther@suse.de>
13111
13112 PR tree-optimization/52115
13113 * tree-sra.c (access_has_replacements_p): New function.
13114 (sra_modify_assign): Use it to decide whether a use is uninitialized.
13115
13116 2012-02-06 Patrick Marlier <patrick.marlier@gmail.com>
13117
13118 PR middle-end/52047
13119 * trans-mem.c (expand_call_tm): Add an assertion.
13120 * calls.c (flags_from_decl_or_type): Add ECF_TM_PURE to 'no vops'
13121 functions.
13122
13123 2012-02-06 Richard Guenther <rguenther@suse.de>
13124
13125 PR tree-optimization/50955
13126 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Artificially
13127 raise cost of expressions that replace an address with an
13128 expression based on a different pointer.
13129
13130 2012-02-06 Jakub Jelinek <jakub@redhat.com>
13131
13132 PR target/52129
13133 * calls.c (mem_overlaps_already_clobbered_arg_p): If val is
13134 CONST_INT_P, subtract resp. add crtl->args.pretend_args_size to it.
13135
13136 2012-02-06 Jonathan Wakely <jwakely.gcc@gmail.com>
13137
13138 PR c++/48680
13139 * doc/invoke.texi (C++ Dialect Options): Use @option markup for
13140 -Weffc++ and specify guidelines come from second edition.
13141
13142 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
13143
13144 * config/mips/mips.md (sibcall_internal, sibcall_value_internal)
13145 (sibcall_value_multiple_internal, call_split, call_internal_direct)
13146 (call_direct_split, call_value_split, call_value_internal_direct)
13147 (call_value_direct_split, call_value_multiple_split): Use jal and
13148 jal_macro attributes.
13149
13150 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
13151
13152 * reload1.c (reload_regs_reach_end_p): Replace with...
13153 (reload_reg_rtx_reaches_end_p): ...this function.
13154 (new_spill_reg_store): Update commentary.
13155 (emit_input_reload_insns): Don't clear new_spill_reg_store here.
13156 (emit_output_reload_insns): Check reload_reg_rtx_reaches_end_p
13157 before setting new_spill_reg_store.
13158 (emit_reload_insns): Use a separate loop to clear new_spill_reg_store.
13159 Use reload_reg_rtx_reaches_end_p instead of reload_regs_reach_end_p.
13160 Also use reload_reg_rtx_reaches_end_p when reading new_spill_reg_store
13161 for non-spill reload registers.
13162
13163 2012-02-05 Ira Rosen <irar@il.ibm.com>
13164
13165 PR tree-optimization/52091
13166 * tree-vectorizer.h (vect_is_simple_use): Add an argument.
13167 (vect_is_simple_use_1): Likewise.
13168 * tree-vect-loop.c (vectorizable_reduction): Update calls
13169 to vect_is_simple_use_1 and vect_is_simple_use.
13170 (vectorizable_live_operation): Likewise.
13171 * tree-vect-patterns.c (widened_name_p,
13172 vect_recog_vector_vector_shift_pattern, check_bool_pattern): Likewise.
13173 * tree-vect-stmts.c (process_use, vect_get_vec_def_for_operand,
13174 vectorizable_call, vectorizable_conversion, vectorizable_assignment,
13175 vectorizable_shift,vectorizable_operation, vectorizable_store,
13176 vectorizable_load): Likewise.
13177 (vect_is_simple_cond): Add an argument, pass it to
13178 vect_is_simple_use_1.
13179 (vectorizable_condition): Update calls to vect_is_simple_cond,
13180 vect_is_simple_use.
13181 (vect_is_simple_use): Add an argument, the statement in which
13182 OPERAND is used. Check that if OPERAND's def stmt is a double
13183 reduction phi node, the use is a phi node too.
13184 (vect_is_simple_use_1): Add an argument, pass it to
13185 vect_is_simple_use.
13186 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update a call
13187 to vect_is_simple_use.
13188
13189 2012-02-04 Jakub Jelinek <jakub@redhat.com>
13190
13191 PR rtl-optimization/52095
13192 * modulo-sched.c (dump_insn_locator): New function.
13193 (loop_canon_p, sms_schedule): Use it.
13194
13195 PR rtl-optimization/52113
13196 * lower-subreg.c (decompose_multiword_subregs): Call recog_memoized
13197 even for decomposable shift/zext insns.
13198
13199 2012-02-03 Jakub Jelinek <jakub@redhat.com>
13200 Zdenek Dvorak <ook@ucw.cz>
13201
13202 PR rtl-optimization/52092
13203 * loop-unswitch.c (unswitch_single_loop): Call copy_rtx_if_shared
13204 on get_iv_value result.
13205
13206 2012-02-02 Andrew Pinski <apinski@cavium.com>
13207
13208 PR middle-end/47982
13209 PR middle-end/43967
13210 * doc/libgcc.texi (__udivmoddi4/__udivmodti4): Fix documentation typo.
13211
13212 2012-02-02 Jakub Jelinek <jakub@redhat.com>
13213
13214 PR middle-end/48071
13215 * diagnostic.c (diagnostic_finish): Remove trailing newlines.
13216
13217 2012-02-02 Vladimir Makarov <vmakarov@redhat.com>
13218
13219 PR rtl-optimization/49800
13220 * haifa-sched.c (sched_init): Call regstat_init_n_sets_and_refs.
13221 (sched_finish): Call regstat_free_n_sets_and_refs.
13222
13223 2012-02-02 Jia Liu <proljc@gmail.com>
13224
13225 * config/mips/mips-dspr2.md (mips_prepend): Mask operand 3 rather
13226 than operand 2.
13227
13228 2012-02-02 Jan Hubicka <jh@suse.cz>
13229 Tom de Vries <tom@codesourcery.com>
13230
13231 PR middle-end/51998
13232 * cgraphunit.c (cgraph_analyze_function): Break cyclic aliases.
13233 * varpool.c (varpool_analyze_pending_decls): Likewise.
13234
13235 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
13236 Jayant R Sonar <jayant.sonar@kpitcummins.com>
13237
13238 * config.gcc: Add cr16-* support.
13239
13240 * doc/extend.texi: Document cr16 extensions.
13241 * doc/install.texi: Document cr16 install.
13242 * doc/invoke.texi: Document cr16 options.
13243 * doc/md.texi: Document cr16 constraints.
13244
13245 * common/config/cr16/cr16-common.c: New file.
13246 * config/cr16/cr16.c: New file.
13247 * config/cr16/cr16.h: New file.
13248 * config/cr16/cr16.md: New file.
13249 * config/cr16/cr16.opt: New file.
13250 * config/cr16/cr16-protos.h: New file.
13251 * config/cr16/predicates.md: New file.
13252 * config/cr16/constraints.md: New file.
13253 * config/cr16/t-cr16: New file.
13254
13255 2012-02-02 Jakub Jelinek <jakub@redhat.com>
13256
13257 PR target/52086
13258 * config/i386/i386.md (*addqi_2 peephole with SImode addition): Check
13259 that operands[2] is either immediate, or q_regs_operand.
13260
13261 PR tree-optimization/52073
13262 * tree-vect-stmts.c (vect_mark_relevant): When checking uses of
13263 a pattern stmt for pattern uses, ignore uses outside of the loop.
13264
13265 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
13266
13267 * config/avr/avr.c: Resolve all AS1 and AS2 macros.
13268 * config/avr/avr.h (AS1, AS2, AS2C, AS3): Remove.
13269 (OUT_AS1, OUT_AS2): Remove.
13270
13271 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
13272
13273 PR rtl-optimization/51374
13274 * combine.c (can_combine_p): Don't allow volatile_refs_p insns
13275 to cross other volatile_refs_p insns.
13276
13277 2012-02-01 Richard Guenther <rguenther@suse.de>
13278
13279 * doc/invoke.texi (fno-inline): Clarify documentation.
13280 (finline-small-functions): Likewise.
13281 (finline-functions): Likewise.
13282 * common.opt (finline): Adjust comment and documentation.
13283 (finline-small-functions): Clarify documentation.
13284 (finline-functions): Likewise.
13285 (finline-functions-called-once): Likewise.
13286
13287 2012-02-01 Tristan Gingold <gingold@adacore.com>
13288
13289 * c-typeck.c (composite_type): Keep mode for pointers.
13290
13291 2012-01-31 Richard Sandiford <rdsandiford@googlemail.com>
13292
13293 * function.h (regno_reg_rtx): Adjust comment.
13294 * reginfo.c (init_reg_modes_target): Only use the previous mode
13295 if it fits within one register. Remove MIPS comment.
13296
13297 2012-01-31 Jakub Jelinek <jakub@redhat.com>
13298
13299 PR bootstrap/52058
13300 * combine.c (do_SUBST_LINK, SUBST_LINK): Guard with #ifndef HAVE_cc0.
13301
13302 2012-01-31 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13303
13304 * config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
13305 to srak instruction.
13306
13307 2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
13308
13309 * config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true condition.
13310
13311 2012-01-31 Jakub Jelinek <jakub@redhat.com>
13312
13313 PR bootstrap/52041
13314 PR bootstrap/52039
13315 PR target/51974
13316 * ipa-prop.c (detect_type_change_1): Call ao_ref_init.
13317
13318 2012-01-31 Richard Guenther <rguenther@suse.de>
13319
13320 PR tree-optimization/51528
13321 * tree-sra.c (sra_modify_assign): Avoid copy-in/out for aggregate
13322 assigns.
13323
13324 2012-01-31 Jakub Jelinek <jakub@redhat.com>
13325
13326 PR bootstrap/52041
13327 PR bootstrap/52039
13328 PR target/51974
13329 * ree.c (add_removable_extension): Change def_map argument
13330 to unsigned *, store in def_map 1 + offset into *insn_list vector
13331 instead of pointers into the vector.
13332 (find_removable_extensions): Adjust caller.
13333
13334 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
13335
13336 * config/avr/avr.md: Resolve all AS1 and AS2 macros.
13337 Transform all "* quoted-c-code" to { c-code }.
13338 Remove redundant test for "optimize" in combine patterns.
13339 Move (include "avr-dimode.md") to end of file.
13340
13341 2012-01-30 Bin Cheng <bin.cheng@arm.com>
13342
13343 PR target/51835
13344 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
13345 for __aeabi_d2iz/__aeabi_d2uiz with hard-float.
13346
13347 2012-01-30 Richard Guenther <rguenther@suse.de>
13348
13349 PR tree-optimization/52028
13350 * tree-loop-distribution.c (ldist_gen): Properly update
13351 virtual SSA form.
13352
13353 2012-01-30 Jakub Jelinek <jakub@redhat.com>
13354
13355 PR debug/52027
13356 * dwarf2out.c (dwarf2out_switch_text_section): Don't call
13357 set_cur_line_info_table if not emitting debug info.
13358
13359 PR tree-optimization/52046
13360 * tree-vect-patterns.c (check_bool_pattern): Give up if
13361 a comparison could throw.
13362
13363 PR debug/52048
13364 * tree-ssa-tail-merge.c (local_def): Ignore debug uses.
13365
13366 2012-01-30 Richard Guenther <rguenther@suse.de>
13367
13368 PR tree-optimization/52045
13369 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Update
13370 SSA form if cfgcleanup did anything.
13371
13372 2012-01-30 Richard Guenther <rguenther@suse.de>
13373
13374 PR tree-optimization/52045
13375 * ipa-inline-transform.c (inline_transform): Call execute_fixup_cfg
13376 before computing final todo.
13377
13378 2012-01-30 Richard Guenther <rguenther@suse.de>
13379
13380 PR tree-optimization/51528
13381 * tree-sra.c (sra_modify_assign): Re-factor in preparation
13382 for PR51528 fix.
13383
13384 2012-01-30 Paolo Bonzini <bonzini@gnu.org>
13385
13386 * df-problems.c (df_kill_notes): Check that the use refers
13387 to the note under examination.
13388
13389 2012-01-30 Eric Botcazou <ebotcazou@adacore.com>
13390
13391 PR target/51920
13392 * config/sparc/sparc.c (vector_init_fpmerge): Remove INNER_MODE
13393 parameter and use short-lived pseudos.
13394 (vector_init_faligndata): Remove INNER_MODE parameter and use loop.
13395 (sparc_expand_vector_init): Const-ify local variables and adjust
13396 calls to above functions.
13397
13398 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
13399
13400 * config/avr/avr.c (out_movqi_mr_r): Fix length computation.
13401
13402 2012-01-29 Sandra Loosemore <sandra@codesourcery.com>
13403
13404 * doc/invoke.texi: Make usage of "compile time" and
13405 "run time"/"runtime" consistent throughout the file.
13406
13407 2012-01-29 Uros Bizjak <ubizjak@gmail.com>
13408
13409 * config/alpha/alpha.c (alpha_option_override): Default to
13410 full IEEE compliance mode for Go language.
13411
13412 2012-01-29 Tijl Coosemans <tijl@coosemans.org>
13413
13414 * config/freebsd-spec.h [TARGET_LIBC_PROVIDES_SSP]
13415 (LINK_SSP_SPEC): Define.
13416
13417 2012-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13418
13419 PR target/51871
13420 * config/pa/pa.c (pa_return_addr_rtx): Add support for PA2.0 export
13421 stubs.
13422
13423 2012-01-28 Sandra Loosemore <sandra@codesourcery.com>
13424
13425 * doc/invoke.texi: Correct hyphenation of "floating point",
13426 "double precision", and related terminology throughout the file.
13427
13428 2012-01-28 Jakub Jelinek <jakub@redhat.com>
13429
13430 PR target/52006
13431 * config/arm/arm.md (pic_add_dot_plus_eight peephole2): Use
13432 arm_general_register_operand predicate for operand 2 instead of
13433 register_operand.
13434
13435 2012-01-27 Ian Lance Taylor <iant@google.com>
13436
13437 PR go/47656
13438 * builtins.def (BUILT_IN_INIT_HEAP_TRAMPOLINE): Define.
13439 * builtins.c (expand_builtin_init_trampoline): Add onstack
13440 parameter. Change caller.
13441 (expand_builtin): Handle BUILT_IN_INIT_HEAP_TRAMPOLINE.
13442 * tree.c (build_common_builtin_nodes): Declare
13443 __builtin_init_heap_trampoline.
13444
13445 2012-01-27 Georg-Johann Lay <avr@gjlay.de>
13446
13447 * config/avr/avr-protos.h (lpm_reg_rtx, lpm_addr_reg_rtx,
13448 tmp_reg_rtx, zero_reg_rtx, all_regs_rtx, rampz_rtx): Make global.
13449 * config/avr/avr.c: Ditto.
13450 (avr_regnames): Remove because unused.
13451 * config/avr/avr.md (*cpse.ne): New peephole.
13452 (*cpse.eq): New peephole from former cpse peepholes.
13453
13454 2012-01-27 Michael Eager <eager@eagercon.com>
13455
13456 * config/microblaze.c (microblaze_emit_compare): Correct
13457 test after pcmp instruction.
13458
13459 2012-01-27 Richard Guenther <rguenther@suse.de>
13460
13461 PR tree-optimization/52020
13462 * tree-sra.c (sra_modify_assign): Do not transform clobbers.
13463
13464 2012-01-27 Richard Guenther <rguenther@suse.de>
13465
13466 * ipa-pure-const.c (check_stmt): Clobbers do not make a
13467 function non-const/pure.
13468
13469 2012-01-27 Richard Guenther <rguenther@suse.de>
13470
13471 PR tree-optimization/50444
13472 * tree-sra.c (build_ref_for_offset): Properly adjust the
13473 MEM_REF type for unaligned accesses.
13474
13475 2012-01-27 Richard Guenther <rguenther@suse.de>
13476
13477 PR tree-optimization/50444
13478 * expr.c (mem_ref_refers_to_non_mem_p): New function.
13479 (expand_assignment): Use it. Properly handle misaligned
13480 bases when expanding stores to component references.
13481 (expand_expr_real_1): Use mem_ref_refers_to_non_mem_p and
13482 refactor that case.
13483
13484 2012-01-27 Andrey Belevantsev <abel@ispras.ru>
13485
13486 PR middle-end/51389
13487 * Makefile.in (tree-data-ref.o): Depend on $(PARAMS_H).
13488 * tree-data-ref.h (find_data_references_in_loop): Remove declaration.
13489 * tree-data-ref.c (find_data_references_in_loop): Make static.
13490 (compute_all_dependences): Change return type to bool. Bail out
13491 for too many datarefs in a loop. Move the hunk resetting the data
13492 dependences vector from ...
13493 (compute_data_dependences_for_loop): ... here. Account for
13494 compute_all_dependences returning false.
13495 (compute_data_dependences_for_bb): Likewise.
13496 * params.def (PARAM_LOOP_MAX_DATAREFS_FOR_DATADEPS): New param.
13497 * doc/invoke.texi (loop-max-datarefs-for-datadeps): Document it.
13498
13499 2012-01-27 Richard Guenther <rguenther@suse.de>
13500
13501 PR middle-end/51959
13502 * expr.c (store_field): Use the alias-set of the scratch memory
13503 for storing to it.
13504
13505 2012-01-27 Tom de Vries <tom@codesourcery.com>
13506
13507 PR tree-optimization/51990
13508 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
13509 WITH_SIZE_EXPR.
13510 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Same.
13511
13512 2012-01-27 Jakub Jelinek <jakub@redhat.com>
13513
13514 PR debug/52001
13515 * var-tracking.c (reverse_op): Don't add any reverse operation
13516 if V already has any constant locations.
13517
13518 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
13519
13520 * doc/invoke.texi: Correct usage of "command line" (noun)
13521 vs "command-line" (adjective) throughout.
13522
13523 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
13524
13525 * doc/invoke.texi (Language Independent Options): Move
13526 -Wcoverage-mismatch blurb from here....
13527 (Warning Options): ...to here.
13528
13529 2012-01-27 Peter Bergner <bergner@vnet.ibm.com>
13530
13531 * config/rs6000/rs6000.c (rs6000_option_override_internal):
13532 Set rs6000_always_hint to false for 476.
13533
13534 2012-01-27 Matthias Klose <doko@ubuntu.com>
13535
13536 * gcc.c (add_sysrooted_prefix): Remove trailing dir separator from
13537 system root.
13538 * incpath.c (add_standard_paths): Likewise.
13539
13540 2012-01-27 Richard Henderson <rth@redhat.com>
13541
13542 * config/m68k/m68k.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
13543 * config/m68k/sync.md (atomic_test_and_set): Rename from
13544 sync_test_and_setqi and adjust the operands.
13545 (atomic_test_and_set_1): Rename from sync_test_and_setqi_1
13546 and unconditionally enable.
13547
13548 2012-01-27 Richard Henderson <rth@redhat.com>
13549
13550 * config/sparc/sparc.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
13551 * config/sparc/sync.md (atomic_test_and_set): Only handle QImode.
13552 (ldstub): Rename from ldstubqi.
13553 (ldstub<I24MODE>): Remove.
13554
13555 2012-01-27 Richard Henderson <rth@redhat.com>
13556
13557 * target.def (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
13558 * c-cppbuiltin.c (cpp_atomic_builtins): Define
13559 __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
13560 * doc/tm.texi.in (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Add doc hook.
13561 * doc/tm.texi: Rebuild.
13562
13563 2012-01-27 Richard Henderson <rth@redhat.com>
13564
13565 * optabs.c (gen_atomic_test_and_set): Remove default.
13566 (maybe_emit_atomic_test_and_set): Use maybe_expand_insn.
13567
13568 2012-01-26 Jakub Jelinek <jakub@redhat.com>
13569
13570 PR rtl-optimization/51978
13571 * ree.c (make_defs_and_copies_lists): Change set_pat type to const_rtx.
13572 (combine_reaching_defs): Likewise.
13573 (struct re_info): Remove.
13574 (add_removable_extension): Remove x and data arguments,
13575 add insn, insn_list and def_map. Use the arguments directly
13576 instead of using struct re_info.
13577 (find_removable_extensions): Don't call add_removable_extension
13578 through note_stores, instead just call it with single_set
13579 result if non-NULL.
13580 (find_and_remove_re): Pass curr_cand->expr instead of
13581 PATTERN (curr_cand->insn) as set_pat argument to combine_reaching_defs.
13582
13583 2012-01-26 Michael Matz <matz@suse.de>
13584
13585 PR tree-optimization/46590
13586 * cfgexpand.c: Revert last change (r183305).
13587 * gimplify.c (gimplify_bind_expr): Add clobbers for all non-gimple
13588 regs.
13589 * tree-eh.c (cleanup_empty_eh): Try to optimize clobbers before
13590 checking for emptiness.
13591
13592 2012-01-26 Jakub Jelinek <jakub@redhat.com>
13593
13594 PR middle-end/51895
13595 * expr.c (expand_expr_real_1): Handle BLKmode MEM_REF of
13596 non-addressable non-BLKmode base correctly.
13597
13598 2012-01-26 Michael Matz <matz@suse.de>
13599
13600 PR tree-optimization/48794
13601 * tree-eh.c (remove_unreachable_handlers_no_lp): Don't remove
13602 regions referenced from RESX/EH_DISPATCH.
13603
13604 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13605
13606 * config/s390/s390.h: Make BRANCH_COST an option.
13607 * config/s390/s390.opt: New option -mbranch-cost.
13608
13609 2012-01-26 Richard Henderson <rth@redhat.com>
13610
13611 Revert 2012-01-24 change:
13612 * trans-mem.c (requires_barrier): Do not instrument thread local
13613 variables and emit save/restore for them.
13614
13615 2012-01-25 Jakub Jelinek <jakub@redhat.com>
13616
13617 PR middle-end/51986
13618 * sched-deps.c (sched_get_condition_with_rev_uncached): Don't test
13619 for pat == 0.
13620
13621 2012-01-25 Richard Sandiford <rdsandiford@googlemail.com>
13622
13623 * config/mips/mips.c (mips_small_data_pattern_1): Don't process
13624 ASM_OPERANDS.
13625
13626 2012-01-25 Georg-Johann Lay <avr@gjlay.de>
13627
13628 PR target/49868
13629 Rename __pgm to __flash.
13630 Rename __pgm1 to __flash1.
13631 Rename __pgm2 to __flash2.
13632 Rename __pgm3 to __flash3.
13633 Rename __pgm4 to __flash4.
13634 Rename __pgm5 to __flash5.
13635 Rename __pgmx to __memx.
13636 * doc/extend.texi (AVR Named Address Spaces)
13637 Rename address space names as indicated above.
13638 * config/avr/avr.c (avr_addrspace): Ditto.
13639
13640 * config/avr/avr-protos.h
13641 (avr_mem_pgmx_p): Rename to avr_mem_memx_p.
13642 (avr_mem_pgm_p): Rename to avr_mem_flash_p.
13643 * config/avr/predicates.md: Ditto.
13644 * config/avr/avr.c Ditto, and
13645 (avr_decl_pgmx_p): Rename to avr_decl_memx_p.
13646 (avr_decl_pgm_p): Rename to avr_decl_flash_p.
13647
13648 * config/avr/avr.h (ADDR_SPACE_PGM): Rename to ADDR_SPACE_FLASH.
13649 (ADDR_SPACE_PGM1): Rename to ADDR_SPACE_FLASH1.
13650 (ADDR_SPACE_PGM2): Rename to ADDR_SPACE_FLASH2.
13651 (ADDR_SPACE_PGM3): Rename to ADDR_SPACE_FLASH3.
13652 (ADDR_SPACE_PGM4): Rename to ADDR_SPACE_FLASH4.
13653 (ADDR_SPACE_PGM5): Rename to ADDR_SPACE_FLASH5.
13654 (ADDR_SPACE_PGMX): Rename to ADDR_SPACE_MEMX.
13655 * config/avr/avr.c: Ditto.
13656 * config/avr/avr.md: Ditto.
13657
13658 2012-01-25 Jason Merrill <jason@redhat.com>
13659
13660 PR c++/51992
13661 * tree.c (find_decls_types_in_node): Walk gimple_call_fntype.
13662
13663 2012-01-25 Jakub Jelinek <jakub@redhat.com>
13664
13665 PR tree-optimization/51987
13666 * tree-data-ref.c (get_references_in_stmt): Handle references in
13667 non-volatile GIMPLE_ASM.
13668
13669 2012-01-25 Richard Guenther <rguenther@suse.de>
13670
13671 * tree-ssa-sccvn.c (vn_reference_eq): Also compare if both
13672 bases are dereferenced.
13673
13674 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
13675
13676 PR rtl-optimization/48374
13677 * sel-sched-ir.h (get_all_loop_exits): Check for zero successors.
13678
13679 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
13680
13681 * tree-predcom.c (tree_predictive_commoning_loop): Bail out when
13682 compute_data_dependences_for_loop returns false.
13683 * tree-parloops.c (loop_parallel_p): Likewise.
13684
13685 2012-01-25 Richard Guenther <rguenther@suse.de>
13686
13687 * tree.h (get_pointer_alignment_1): Declare.
13688 * builtins.c (get_pointer_alignment_1): New function.
13689 (get_pointer_alignment): Use it.
13690
13691 2012-01-25 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
13692
13693 PR rtl-optimization/48308
13694 * combine.c (enum undo_kind): Add UNDO_LINKS.
13695 (struct undo): Add member l to other_contents and where.
13696 (do_SUBST_LINK): New.
13697 (SUBST_LINK): New.
13698 (try_combine): Handle LOG_LINKS for the dummy i1 case.
13699 (undo_all): Handle UNDO_LINKS.
13700
13701 2012-01-25 Richard Henderson <rth@redhat.com>
13702
13703 * optabs.c (maybe_emit_atomic_test_and_set): Allow non-QImode
13704 mem inputs.
13705
13706 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
13707
13708 * optabs.c (gen_atomic_test_and_set): Use each argument.
13709
13710 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
13711
13712 * config/mips/mips-ps-3d.md (mips_addr_ps, reduc_splus_v2sf)
13713 (mips_cvt_pw_ps, mips_cvt_ps_pw, mips_mulr_ps, mips_cabs_cond_<fmt>)
13714 (mips_cabs_cond_4s, mips_cabs_cond_ps, bc1any4t, bc1any4f, bc1any2t)
13715 (bc1any2f, mips_rsqrt1_<fmt>, mips_rsqrt2_<fmt>, mips_recip1_<fmt>)
13716 (mips_recip2_<fmt>): Require TARGET_MIPS3D rather than
13717 TARGET_PAIRED_SINGLE_FLOAT.
13718
13719 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
13720
13721 * doc/rtl.texi (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
13722 (in_struct, return_val): Remove MEM documentation.
13723 * rtl.h (rtx_def): Remove MEM meanings from in_struct and return_val.
13724 (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
13725 (MEM_COPY_ATTRIBUTES): Remove references to MEM_IN_STRUCT_P
13726 and MEM_SCALAR.
13727 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
13728 * cfgexpand.c (add_alias_set_conflicts): Likewise.
13729 * expr.c (store_field): Likewise.
13730 * function.c (assign_stack_temp_for_type): Likewise.
13731 * ifcvt.c (noce_try_cmove_arith): Likewise.
13732 * reload1.c (reload): Likewise.
13733 * config/alpha/alpha.c (alpha_set_memflags_1): Likewise.
13734 (alpha_set_memflags): Likewise.
13735 * config/m32c/m32c.c (m32c_immd_dbl_mov): Nullify.
13736
13737 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
13738
13739 * rtl.h (true_dependence, canon_true_dependence): Remove varies
13740 parameter.
13741 * alias.c (fixed_scalar_and_varying_struct_p): Delete.
13742 (true_dependence_1, write_dependence_p, may_alias_p): Don't call it.
13743 (true_dependence_1, true_dependence, canon_true_dependence): Remove
13744 varies parameter.
13745 * cselib.c (cselib_rtx_varies_p): Delete.
13746 (cselib_invalidate_mem): Update call to canon_true_dependence.
13747 * dse.c (record_store, check_mem_read_rtx): Likewise.
13748 (scan_reads_nospill): Likewise.
13749 * cse.c (check_dependence): Likewise.
13750 (cse_rtx_varies_p): Delete.
13751 * expr.c (safe_from_p): Update call to true_dependence.
13752 * ira.c (validate_equiv_mem_from_store): Likewise.
13753 (memref_referenced_p): Likewise.
13754 * postreload-gcse.c (find_mem_conflicts): Likewise.
13755 * sched-deps.c (sched_analyze_2): Likewise.
13756 * store-motion.c (load_kills_store): Likewise.
13757 * config/frv/frv.c (frv_registers_conflict_p_1): Likewise.
13758 * gcse.c (mems_conflict_for_gcse_p): Likewise.
13759 (compute_transp): Update call to canon_true_dependence.
13760
13761 2012-01-25 Richard Henderson <rth@redhat.com>
13762
13763 * optabs.c (CODE_FOR_atomic_test_and_set): Provide default.
13764 (maybe_emit_atomic_test_and_set): New.
13765 (expand_sync_lock_test_and_set): Use it.
13766 (expand_atomic_test_and_set): Likewise.
13767 * doc/extend.texi (__atomic_test_and_set): Adjust the docs to match
13768 the implementation; clarify implementation defined details.
13769 * doc/md.texi (atomic_test_and_set): Document.
13770
13771 2012-01-25 Richard Henderson <rth@redhat.com>
13772
13773 * config/sparc/predicates.md (zero_or_v7_operand): Use match_code.
13774
13775 2012-01-25 Richard Henderson <rth@redhat.com>
13776
13777 PR target/51968
13778 * config/arm/arm.c (neon_split_vcombine): Emit deleted note
13779 to effect no-op split.
13780
13781 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
13782
13783 PR lto/51698
13784 * builtin-types.def: (BT_CONST_DOUBLE_PTR): New.
13785 (BT_FN_VOID_PTR_CONST_PTR_SIZE): New.
13786 (BT_FN_VOID_PTR_INT_SIZE): New.
13787 (BT_FN_UINT_UINT_VAR): Remove.
13788 (BT_FN_UINT32_UINT32_VAR): New.
13789 (BT_FN_DOUBLE_VPTR): Remove.
13790 (BT_FN_DOUBLE_CONST_DOUBLE_PTR): New.
13791
13792 * gtm-builtins.def (_ITM_abortTransaction): Set return type to void.
13793 (_ITM_changeTransactionMode): Same.
13794 (_ITM_memmoveRtWt): Change return type to void.
13795 (_ITM_memcpyRtWt): Same.
13796 (_ITM_memsetW): Same.
13797 (_ITM_RaRD): Change types to double.
13798 (_ITM_RD): Same.
13799 (_ITM_RaWD): Same.
13800 (_ITM_RfWD): Same.
13801
13802 * builtins.def (DEF_TM_BUILTIN): Set BOTH_P to true.
13803
13804 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
13805 Patrick Marlier <patrick.marlier@gmail.com>
13806
13807 * trans-mem.c (requires_barrier): Do not instrument thread local
13808 variables and emit save/restore for them.
13809
13810 2012-01-24 Jason Merrill <jason@redhat.com>
13811
13812 PR c++/51812
13813 * cgraphunit.c (cgraph_decide_is_function_needed): Don't always
13814 output static aliases.
13815
13816 2012-01-24 Jakub Jelinek <jakub@redhat.com>
13817
13818 PR driver/47249
13819 * common.opt (-pie, -shared, pie, shared): Change from Common to
13820 Driver.
13821 * gcc.c (display_help): Display help for -pie and -shared.
13822
13823 2012-01-24 Georg-Johann Lay <avr@gjlay.de>
13824
13825 PR target/49868
13826 * doc/extend.texi (AVR Named Address Spaces): Move sample code up.
13827 Remove note on size/offset limitation.
13828 (AVR Variable Attributes): Add example how to read data located
13829 with progmem. Refer to named address spaces.
13830 * doc/invoke.texi (AVR Options): Fix typo.
13831
13832 2012-01-24 Richard Guenther <rguenther@suse.de>
13833
13834 Forward-port to trunk
13835 2010-09-21 Jakub Jelinek <jakub@redhat.com>
13836
13837 PR middle-end/45678
13838 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: If
13839 op0 isn't sufficiently aligned and there is movmisalignM
13840 insn for mode, use it to load op0 into a temporary register.
13841
13842 2012-01-24 Jakub Jelinek <jakub@redhat.com>
13843
13844 PR target/51957
13845 * target.def (const_not_ok_for_debug_p): New hook.
13846 * doc/tm.texi.in (TARGET_CONST_NOT_OK_FOR_DEBUG_P): New hook
13847 documentation.
13848 * doc/tm.texi: Regenerated.
13849 * dwarf2out.c (const_ok_for_output_1): If
13850 targetm.const_not_ok_for_debug_p returns true, fail.
13851 * config/rs6000/rs6000.c (rs6000_const_not_ok_for_debug_p): New
13852 function.
13853 (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Redefine.
13854
13855 2012-01-23 Kai Tietz <ktietz@redhat.com>
13856
13857 PR target/51900
13858 * config/i386/predicates.md (symbolic_operand): Allow
13859 UNSPEC_PCREL as PIC expression for lea.
13860 * config/i386/winnt.c (i386_pe_binds_local_p): Reworked.
13861 * config/i386/i386.c (ix86_delegitimize_address): Handle
13862 UNSPEC_PCREL for none-MEM, too.
13863
13864 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
13865
13866 * trans-mem.c (ipa_tm_create_version): Set externally_visible.
13867 (ipa_tm_create_version_alias): Same.
13868
13869 2012-01-23 Uros Bizjak <ubizjak@gmail.com>
13870
13871 PR libitm/51830
13872 * builtin-types.def (BT_FN_UINT_UINT_VAR): New.
13873 * gtm-builtins.def (BUILT_IN_TM_START): Declare as BT_FN_UINT_UINT_VAR.
13874
13875 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
13876 Patrick Marlier <patrick.marlier@gmail.com>
13877 Iain Sandoe <developer@sandoe-acoustics.co.uk>
13878
13879 PR lto/51916
13880 * lto-wrapper.c (run_gcc): Pass the LTO section name to
13881 simple_object_start_read.
13882
13883 2012-01-23 Richard Guenther <rguenther@suse.de>
13884
13885
13886 PR tree-optimization/51895
13887 * tree-sra.c (decide_one_param_reduction): Avoid sub-optimal
13888 parameter decomposition into BLKmode components.
13889
13890 2012-01-23 Eric Botcazou <ebotcazou@adacore.com>
13891
13892 * tree-ssa-structalias.c (intra_create_variable_infos): Do not create
13893 fake variables for restrict-qualified pointers whose pointed-to type
13894 contains a placeholder.
13895
13896 2012-01-23 Richard Guenther <rguenther@suse.de>
13897
13898 PR tree-optimization/51949
13899 * ipa-split.c (execute_split_functions): Do not split malloc functions.
13900
13901 2012-01-23 Jakub Jelinek <jakub@redhat.com>
13902
13903 PR rtl-optimization/51933
13904 * ree.c (transform_ifelse): Return true right away if dstreg is
13905 already wider or equal to cand->mode.
13906 (enum ext_modified_kind, struct ext_modified, ext_state): New types.
13907 (make_defs_and_copies_lists): Remove defs_list and copies_list
13908 arguments, add state argument, just truncate state->work_list
13909 instead of always allocating and freeing the vector. Assert that
13910 get_defs succeeds instead of returning 2. Changed return type to bool.
13911 (merge_def_and_ext): Add state argument. If SET_DEST doesn't
13912 have ext_src_mode, see if it has been modified already with the
13913 right kind of extension and has been extended before from the
13914 ext_src_mode. If SET_DEST is already wider or equal to cand->mode,
13915 just return true. Remember the original mode in state->modified array.
13916 (combine_reaching_defs): Add state argument. Don't allocate and
13917 free here def_list, copied_list and vec vectors, instead just
13918 VEC_truncate the vectors in *state. Don't handle outcome == 2 here.
13919 (find_and_remove_re): Set DF_DEFER_INSN_RESCAN df flag.
13920 Add state variable, clear vectors in it, initialize state.modified
13921 if needed. Free all the vectors at the end and state.modified too.
13922 Don't skip a candidate if the extension expression has been modified.
13923
13924 2012-01-22 Douglas B Rupp <rupp@gnat.com>
13925
13926 PR target/47096
13927 * config.gcc: (i[34567]86-*-interix3*): Remove from obsolete
13928 configurations. Change triplet to i[34567]86-*-interix[3-9]*.
13929 (extra_options) interix.opt -> i386/interix.opt"
13930 (extra_objs):Add winnt-stubs.o
13931 * configure.ac: Add interix to target_os .comm on PE check.
13932 * configure: Regenerate.
13933 * config/interix3.h: Delete and move bits to..
13934 * config/interix.h: Delete and move bits to..
13935 * config/i386/i386-interix3.h: Delete and move bits to..
13936 * config/i386/i386-interix.h: ..here.
13937 (TARGET_CPU_DEFAULT): Remove redefinition.
13938 (TARGET_ASM_CONSTRUCTOR): Undefine.
13939 (SUBTARGET_SWITCHES): Define for ms-bitfields.
13940 (TARGET_OS_CPP_BUILTINS): Remove __OPENNT. Add __declspec.
13941 (PTRDIFF_TYPE): Define.
13942 (LONG_DOUBLE_TYPE_SIZE): Define.
13943 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
13944 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
13945 (TARGET_SECTION_TYPE_FLAGS): Define.
13946 (ASM_DECLARE_FUNCTION_NAME): Define.
13947 (ASM_OUTPUT_EXTERNAL): Define.
13948 (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
13949 (ASM_OUTPUT_ALIGNED_BSS): Define.
13950 (PCC_BITFIELD_TYPE_MATTERS): Define.
13951 (USE_CONST_SECTION): Define.
13952 (SUBTARGET_ENCODE_SECTION_INFO): Remove.
13953 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
13954 (SUPPORTS_ONE_ONLY): Remove.
13955 (I386_PE_STRIP_ENCODING): Define.
13956 * config/interix.opt: Delete and move bits to..
13957 * config/i386/interix.opt: ..here. New.
13958 (mpe-aligned-commons): Add.
13959 * config/i386/t-interix: Add copyright header.
13960 (winnt-stubs.o): Add rule.
13961
13962 2012-01-22 Jason Merrill <jason@redhat.com>
13963
13964 PR c++/51832
13965 * varpool.c (varpool_analyze_pending_decls): Copy DECL_EXTERNAL
13966 for extra name aliases.
13967
13968 2012-01-22 Eric Botcazou <ebotcazou@adacore.com>
13969
13970 PR rtl-optimization/51924
13971 * ree.c (combine_set_extension): Improve debugging message.
13972 (combine_reaching_defs): Likewise.
13973 (get_defs): Rename confusingly named variable.
13974 (find_and_remove_re): Skip a candidate if the extension expression has
13975 been modified.
13976
13977 2012-01-21 Robert Millan <rmh@gnu.org>
13978 Gerald Pfeifer <gerald@pfeifer.com>
13979
13980 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
13981 (GNU_USER_DYNAMIC_LINKER): Adjust indentation.
13982
13983 2012-01-20 Jakub Jelinek <jakub@redhat.com>
13984
13985 PR tree-optimization/51914
13986 * tree-vect-stmts.c (vectorizable_conversion): For
13987 cvt_type && modifier == WIDEN, put temporary with cvt_type
13988 at the beginning of vec_dsts and set vec_dest to temporary
13989 with vectype_out.
13990
13991 2012-01-20 Eric Botcazou <ebotcazou@adacore.com>
13992
13993 * cfgrtl.c (rtl_dump_bb): Do not dump insns for {ENTRY|EXIT}_BLOCK.
13994
13995 2012-01-20 Tijl Coosemans <tijl@coosemans.org>
13996
13997 * config/i386/i386.c: Fix checks for !TARGET_MACHO.
13998 * config/rs6000/rs6000.c: Likewise.
13999
14000 2012-01-20 Jakub Jelinek <jakub@redhat.com>
14001
14002 PR target/51915
14003 * config/arm/arm.c (arm_count_output_move_double_insns): Call
14004 output_move_double on a copy of operands array.
14005
14006 2012-01-20 Cary Coutant <ccoutant@google.com>
14007 Dodji Seketeli <dodji@redhat.com>
14008
14009 PR debug/45682
14010 * dwarf2out.c (copy_declaration_context): Return ref to parent
14011 of declaration DIE, if necessary.
14012 (remove_child_or_replace_with_skeleton): Add new parameter; update
14013 caller. Place skeleton DIE under parent DIE of original declaration.
14014 Move call to copy_declaration_context to here ...
14015 (break_out_comdat_types): ... from here.
14016
14017 2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14018
14019 PR rtl-optimization/51856
14020 * reload.c (find_reloads_subreg_address): Set the address_reloaded
14021 flag to reloaded.
14022
14023 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14024
14025 PR target/51819
14026 * config/arm/arm.c (arm_print_operand): Correct output of alignment
14027 hints for neon loads and stores.
14028
14029 2012-01-20 Georg-Johann Lay <avr@gjlay.de>
14030
14031 PR target/49868
14032 PR target/50887
14033 * doc/extend.texi (Named Address Spaces): Split into subsections.
14034 (AVR Named Address Spaces): New subsection.
14035 (M32C Named Address Spaces): New subsection.
14036 (RL78 Named Address Spaces): New subsection.
14037 (SPU Named Address Spaces): New subsection.
14038 (Variable Attributes): New anchor "AVR Variable Attributes".
14039 (AVR Variable Attributes): Rewrite and avoid wording
14040 "address space" in this context.
14041 * doc/invoke.texi (AVR Options): Rewrite and add documentation
14042 for -maccumulate-args, -mbranch-cost=, -mrelax, -mshort-calls.
14043 (AVR Built-in Macros): New subsubsection therein.
14044 * doc/md.texi (AVR constraints): Remove "C04", "R".
14045
14046 2012-01-20 Richard Guenther <rguenther@suse.de>
14047
14048 PR tree-optimization/51903
14049 * tree-ssa-pre.c (eliminate): Properly purging of EH edges
14050 when removing stmts.
14051
14052 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14053
14054 PR target/50313
14055 * config/arm/arm.c (arm_load_pic_register): Use
14056 gen_pic_load_addr_unified. Delete calls to gen_pic_load_addr_32bit
14057 , gen_pic_add_dot_plus_eight and gen_pic_add_dot_plus_four.
14058 (arm_pic_static_addr): Likewise.
14059 (arm_rtx_costs_1): Adjust cost for UNSPEC_PIC_UNIFIED.
14060 (arm_note_pic_base): Handle UNSPEC_PIC_UNIFIED.
14061 * config/arm/arm.md (UNSPEC_PIC_UNIFIED): Define.
14062 (pic_load_addr_unified): New.
14063
14064 2012-01-20 Andrey Belevantsev <abel@ispras.ru>
14065
14066 PR target/51106
14067 * function.c (instantiate_virtual_regs_in_insn): Use
14068 delete_insn_and_edges when removing a wrong asm insn.
14069
14070 2012-01-19 Vladimir Makarov <vmakarov@redhat.com>
14071
14072 PR rtl-optimization/40761
14073 * ira-int.h (struct ira_loop_tree_node): Add comment for member loop.
14074 Add new member loop_num.
14075 (IRA_LOOP_NODE_BY_INDEX): Modify the check.
14076 (ira_build): Remove the parameter.
14077
14078 * ira.c (ira_print_disposition): Use loop_num instead of loop->num.
14079 (ira.c): Do not build CFG loops for one region allocation. Remove
14080 argument from ira_build call.
14081
14082 * ira-build.c (init_loop_tree_node): New function.
14083 (create_loop_tree_nodes): Use it. Separate the case when CFG
14084 loops are not built.
14085 (more_one_region_p): Check current_loops.
14086 (finish_loop_tree_nodes): Separate the case when CFG loops are not
14087 built.
14088 (add_loop_to_tree): Process loop equal to NULL too.
14089 (form_loop_tree): Separate the case when CFG loops are not built.
14090 Use explicitly number for the root.
14091 (rebuild_regno_allocno_maps, create_loop_tree_node_allocnos): Add
14092 an assertion.
14093 (ira_print_expanded_allocno, loop_compare_func): Use loop_num
14094 instead of loop->num.
14095 (mark_loops_for_removal): Ditto. Use loop_num instead of loop->num.
14096 (mark_all_loops_for_removal): Ditto.
14097 (remove_unnecessary_regions): Separate the case when CFG loops
14098 are not built.
14099 (ira_build): Remove the parameter. Use explicit number of regions
14100 when CFG loops are not built.
14101
14102 * ira-color.c (print_loop_title): Separate the case for the root node.
14103 Use loop_num instead of loop->num.
14104 (move_spill_restore): Use loop_num instead of loop->num.
14105
14106 * ira-emit.c (setup_entered_from_non_parent_p): Add an assertion.
14107 (change_loop): Ditto.
14108 (change_loop): Use loop_num instead of loop->num.
14109
14110 * ira-lives.c (process_bb_node_lives): Ditto.
14111
14112 * ira-costs.c (print_allocno_costs, find_costs_and_classes): Ditto.
14113
14114 * ira-conflicts.c (print_allocno_conflicts): Ditto.
14115
14116 2012-01-19 Jakub Jelinek <jakub@redhat.com>
14117
14118 PR libmudflap/40778
14119 * tree-mudflap.c (mf_artificial): New function.
14120 (execute_mudflap_function_ops, execute_mudflap_function_decls,
14121 mx_register_decls, mudflap_enqueue_decl): Use it.
14122
14123 PR target/51876
14124 * config/arm/neon.md (*neon_vswp<mode>): Fix up operand
14125 numbers in the insn pattern.
14126
14127 2012-01-19 Michael Matz <matz@suse.de>
14128
14129 PR tree-optimization/46590
14130 * cfgexpand.c (add_scope_conflicts_1): New old_conflicts argument,
14131 use it in remembering which conflicts we already created.
14132 (add_scope_conflicts): Adjust call to above, (de)allocate helper
14133 bitmap.
14134
14135 2012-01-19 Aldy Hernandez <aldyh@redhat.com>
14136
14137 PR lto/51280
14138 * lto-wrapper.c (run_gcc): Pass -fgnu_tm on.
14139 (merge_and_complain): Same.
14140
14141 2012-01-19 Jakub Jelinek <jakub@redhat.com>
14142
14143 PR bootstrap/50237
14144 * config/initfini-array.h: Guard content of the header
14145 with #ifdef HAVE_INITFINI_ARRAY.
14146 * configure.ac: Move gcc_AC_INITFINI_ARRAY much later into the file.
14147 Add initfini-array.h to tm_file here.
14148 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): For non-ia64 do a linker test.
14149 * config.gcc: Don't add initfini-array.h to tm_file here.
14150 * configure: Regenerated.
14151
14152 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
14153
14154 PR rtl-optimization/51505
14155 * df-problems.c (df_kill_notes): New parameter live. Update comment.
14156 Remove REG_EQUAL/REG_EQUIV notes referring to dead registers.
14157 (df_note_bb_compute): Update the call to df_kill_notes.
14158
14159 2012-01-18 Aldy Hernandez <aldyh@redhat.com>
14160
14161 * trans-mem.c (requires_barrier): Remove call to is_global_var.
14162
14163 2012-01-18 Richard Guenther <rguenther@suse.de>
14164
14165 * tree-ssa.c (useless_type_conversion_p): Remove special-casing
14166 of conversions to void *.
14167
14168 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14169 Richard Sandiford <rdsandiford@googlemail.com>
14170
14171 PR middle-end/50325
14172 PR middle-end/51192
14173 * optabs.h (simplify_expand_binop): Declare.
14174 * optabs.c (simplify_expand_binop): Make global.
14175 * expmed.c (store_bit_field_1): Use simplify_expand_binop on big
14176 endian targets if the source cannot be exactly covered by word
14177 mode chunks.
14178
14179 2012-01-17 Jakub Jelinek <jakub@redhat.com>
14180
14181 PR bootstrap/51872
14182 * hard-reg-set.h (struct hard_reg_set_container): New type.
14183 * target.h (struct hard_reg_set_container): Forward declare.
14184 * target.def (set_up_by_prologue): New target hook.
14185 * doc/tm.texi.in (TARGET_SET_UP_BY_PROLOGUE): Document it.
14186 * doc/tm.texi: Regenerated.
14187 * function.c (thread_prologue_and_epilogue_insns): Change
14188 set_up_by_prologue HARD_REG_SET into struct hard_reg_set_container.
14189 Call targetm.set_up_by_prologue on it.
14190 * config/rs6000/rs6000.c (rs6000_set_up_by_prologue): New function.
14191 (TARGET_SET_UP_BY_PROLOGUE): Redefine to it.
14192
14193 2012-01-17 Nick Clifton <nickc@redhat.com>
14194
14195 * config/rx/rx.c (rx_can_use_simple_return): New function.
14196 * config/rx/rx-protos.h (rx_can_use_simple_return): Prototype.
14197 * config/rx/rx.md (return): Predicate on rx_can_use_simple_return.
14198
14199 2012-01-17 Richard Guenther <rguenther@suse.de>
14200
14201 PR middle-end/51782
14202 * expr.c (expand_assignment): Take address-space information
14203 from the address operand of MEM_REF and TARGET_MEM_REF.
14204 (expand_expr_real_1): Likewise.
14205
14206 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14207
14208 * ira.c (do_reload): Make sure ira_dump_file is re-set if no
14209 reload dump is requested.
14210
14211 2012-01-17 Aldy Hernandez <aldyh@redhat.com>
14212
14213 PR other/51165
14214 * trans-mem.c (requires_barrier): Call may_be_aliased.
14215
14216 2012-01-17 Jakub Jelinek <jakub@redhat.com>
14217
14218 PR tree-optimization/51877
14219 * tree-ssa-tail-merge.c (gimple_equal_p): Don't return true whenever
14220 call arguments and fndecls compare equal, instead return false if they
14221 don't. Return true only if lhs1 and lhs2 are either both NULL, or
14222 both SSA_NAMEs that are valueized the same, or they satisfy
14223 operand_equal_p.
14224
14225 2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14226
14227 * configure.ac (gcc_cv_target_dl_iterate_phdr): Only check on
14228 Solaris 11+.
14229 * configure: Regenerate.
14230
14231 2012-01-16 Jan Hubicka <jh@suse.cz>
14232
14233 PR c/12245
14234 PR c++/14179
14235 * convert.c (convert_to_integer): Use fold_convert for
14236 converting an INTEGER_CST to integer type.
14237
14238 2012-01-16 Jason Merrill <jason@redhat.com>
14239
14240 PR c++/14179
14241 * vec.c (vec_gc_o_reserve_1): Use ggc_round_alloc_size.
14242
14243 2012-01-16 Jakub Jelinek <jakub@redhat.com>
14244
14245 PR bootstrap/51860
14246 * config/s390/s390.c (s390_chunkify_start): Don't skip
14247 call insns followed by NOTE_INSN_CALL_ARG_LOCATION note. Skip
14248 NOTE_INSN_VAR_LOCATION and NOTE_INSN_CALL_ARG_LOCATION notes.
14249 If insn is followed by NOTE_INSN_VAR_LOCATION or
14250 NOTE_INSN_CALL_ARG_LOCATION notes, insert jump after all those notes.
14251 Don't use location of note insns.
14252
14253 PR tree-optimization/51865
14254 * tree-inline.c (tree_function_versioning): Call remap_decl
14255 on DECL_RESULT whenever it has VOID_TYPE_P type.
14256
14257 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
14258
14259 * config/mips/mips.c (mips16_build_call_stub): Don't use a stub
14260 for calls to locally-binding MIPS16 functions if only the return
14261 type uses float regs.
14262
14263 2012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
14264 Richard Sandiford <rdsandiford@googlemail.com>
14265
14266 * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): Delete.
14267 (SYMBOL_32_HIGH): Likewise.
14268 (mips_output_tls_reloc_directive): Declare.
14269 * config/mips/mips.h (PIC_FUNCTION_ADDR_REGNUM): Move to mips.md.
14270 (mips_use_pcrel_pool_p, mips_lo_relocs, mips_hi_relocs): Declare.
14271 * config/mips/mips.c (mips_use_pcrel_pool_p): New variable.
14272 (mips_lo_relocs, mips_hi_relocs): Make extern.
14273 (mips16_stub_function): Move up file.
14274 (mips_classify_symbol): Remove SYMBOL_FORCE_TO_MEM handling.
14275 (mips_symbolic_constant_p): Likewise. Remove SYMBOL_32_HIGH too.
14276 (mips_symbol_insns_1): Likewise. Check mips_use_pcrel_pool_p.
14277 (mips_cannot_force_const_mem): Use mips_use_pcrel_pool_p instead of
14278 SYMBOL_FORCE_TO_MEM. Only check mips_tls_symbol_ref_1 if it's false.
14279 (mips_get_tp): Add MIPS16 support.
14280 (mips_legitimize_tls_address): Remove MIPS16 sorry().
14281 Generalize DTPREL and TPREL handling.
14282 (mips_init_relocs): Initialize mips_use_pcrel_pool_p.
14283 Add MIPS16 TLS support.
14284 (mips_output_tls_reloc_directive): New function.
14285 (mips16_rewrite_pool_refs): Ignore UNSPEC_TLS_GET_TPs.
14286 * config/mips/predicates.md (symbolic_operand_with_high)
14287 (tls_reloc_operand): New predicates.
14288 (force_to_mem_operand): Use mips_use_pcrel_pool_p.
14289 * config/mips/mips.md (UNSPEC_UNSHIFTED_HIGH): New unspec.
14290 (PIC_FUNCTION_ADDR_REGNUM): Moved from mips.h.
14291 (*unshifted_high): New instruction. Use it for MIPS16 high splitter.
14292 (consttable_tls_reloc, tls_get_tp_mips16_<mode>): New patterns.
14293 (*tls_get_tp_mips16_call_<mode>): Likewise.
14294
14295 2012-01-15 Uros Bizjak <ubizjak@gmail.com>
14296
14297 PR rtl-optimization/51821
14298 * recog.c (peep2_find_free_register): Determine clobbered registers
14299 from insn pattern.
14300
14301 2012-01-14 Denis Chertykov <chertykov@gmail.com>
14302
14303 PR target/50925
14304 * config/avr/avr-protos.h: Revert change of 2012-01-09.
14305 * config/avr/avr.c: Likewise.
14306 * config/avr/avr.h: Likewise.
14307
14308 2012-01-13 Ian Lance Taylor <iant@google.com>
14309
14310 PR c++/50012
14311 * tree.h (TYPE_QUALS): Add cast to int.
14312 (TYPE_QUALS_NO_ADDR_SPACE): Likewise.
14313
14314 2012-01-13 Ian Lance Taylor <iant@google.com>
14315
14316 * ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when
14317 comparing param_index to VEC_length result.
14318
14319 2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
14320
14321 * c-decl.c: Do not include tree-mudflap.h
14322 * tree-optimize.c: Likewise.
14323 * Makefile.in: Update dependencies.
14324
14325 2012-01-13 Richard Guenther <rguenther@suse.de>
14326
14327 PR middle-end/8081
14328 * gimplify.c (gimplify_modify_expr_rhs): For calls with a
14329 variable-sized result always use RSO.
14330
14331 2012-01-12 DJ Delorie <dj@redhat.com>
14332
14333 * cfgexpand.c (convert_debug_memory_address): Allow any valid
14334 pointer type, not just the default pointer type.
14335
14336 2012-01-09 Richard Henderson <rth@redhat.com>
14337 Denis Chertykov <chertykov@gmail.com>
14338
14339 PR target/50925
14340 * config/avr/avr-protos.h (avr_hard_regno_nregs): Declare.
14341 * config/avr/avr.c (avr_can_eliminate): Simplify.
14342 (avr_initial_elimination_offset): Likewise.
14343 (avr_prologue_setup_frame): Use hard_frame_pointer_rtx.
14344 (expand_epilogue): Likewise.
14345 (avr_legitimize_address): Gut.
14346 (avr_legitimize_reload_address): Use hard_frame_pointer_rtx.
14347 (avr_hard_regno_nregs): New.
14348 (avr_hard_regno_ok): Allow only Pmode for arg and frame_pointers.
14349 (avr_regno_mode_code_ok_for_base_b): Handle arg and frame pointers.
14350 * config/avr/avr.h (FIXED_REGISTERS): Adjust arg pointer,
14351 add soft frame pointer.
14352 (CALL_USED_REGISTERS): Likewise.
14353 (REG_CLASS_CONTENTS): Likewise.
14354 (REGISTER_NAMES): Likewise.
14355 (HARD_REGNO_NREGS): Use avr_hard_regno_nregs.
14356 (HARD_FRAME_POINTER_REGNUM): New.
14357 (FRAME_POINTER_REGNUM): Use soft frame pointer.
14358 (ELIMINABLE_REGS): Eliminate from the soft frame pointer,
14359 remove the HARD_FRAME_POINTER self-elimination.
14360
14361 2012-01-12 Georg-Johann Lay <avr@gjlay.de>
14362
14363 PR target/51756
14364 * config/avr/avr.c (avr_encode_section_info): Test for absence of
14365 DECL_EXTERNAL when checking for initializers of progmem variables.
14366
14367 2012-01-12 Ira Rosen <irar@il.ibm.com>
14368
14369 PR tree-optimization/51799
14370 * tree-vect-patterns.c (vect_recog_over_widening_pattern): Check
14371 that the last operation is a type demotion.
14372
14373 2012-01-12 Uros Bizjak <ubizjak@gmail.com>
14374
14375 * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
14376 (x86_shift<mode>_adj_1): Remove operand constraint from operand 3.
14377
14378 2012-01-11 Jakub Jelinek <jakub@redhat.com>
14379
14380 PR bootstrap/51796
14381 * combine.c (distribute_notes): If i3 is a noreturn call,
14382 allow old_size to be equal to args_size and make sure the
14383 noreturn call gets REG_ARGS_SIZE note.
14384 * expr.c (fixup_args_size_notes): Put REG_ARGS_SIZE notes
14385 on noreturn calls even when the delta is 0.
14386
14387 2012-01-11 Nathan Sidwell <nathan@acm.org>
14388
14389 * gcov.c (STRING_SIZE): Remove.
14390 (generate_results): Erase annotations for source files with no
14391 coverage information.
14392 (read_line): New.
14393 (output_lines): Use it.
14394
14395 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
14396
14397 * gimple.h (gimplify_body): Remove first argument.
14398 * gimplify.c (copy_if_shared): Add DATA argument. Do not create the
14399 pointer set here, instead just pass DATA to walk_tree.
14400 (unshare_body): Remove BODY_P argument and adjust. Create the pointer
14401 set here and invoke copy_if_shared on the size trees of DECL_RESULT.
14402 (unvisit_body): Likewise, but with unmark_visited.
14403 (gimplify_body): Remove BODY_P argument and adjust.
14404 (gimplify_function_tree): Adjust call to gimplify_body.
14405 * omp-low.c (finalize_task_copyfn): Likewise.
14406
14407 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
14408
14409 * tree.h (build_function_decl_skip_args): Add boolean parameter.
14410 (build_function_type_skip_args): Delete.
14411 * tree.c (build_function_type_skip_args): Make static and add
14412 SKIP_RETURN parameter. Fix thinko in the handling of variants.
14413 (build_function_decl_skip_args): Add SKIP_RETURN parameter and
14414 pass it to build_function_type_skip_args.
14415 * cgraph.h (cgraph_function_versioning): Add boolean parameter.
14416 (tree_function_versioning): Likewise.
14417 * cgraph.c (cgraph_create_virtual_clone): Adjust call to
14418 build_function_decl_skip_args.
14419 * cgraphunit.c (cgraph_function_versioning): Add SKIP_RETURN parameter
14420 and pass it to build_function_decl_skip_args/tree_function_versioning.
14421 (cgraph_materialize_clone): Adjust call to tree_function_versioning.
14422 * ipa-inline-transform.c (save_inline_function_body): Likewise.
14423 * trans-mem.c (ipa_tm_create_version): Likewise.
14424 * tree-sra.c (modify_function): Ditto for cgraph_function_versioning.
14425 * tree-inline.c (declare_return_variable): Remove always-true test.
14426 (tree_function_versioning): Add SKIP_RETURN parameter. If the function
14427 returns non-void and SKIP_RETURN, create a void-typed RESULT_DECL.
14428 * ipa-split.c (split_function): Skip the return value for the split
14429 part if it doesn't return.
14430
14431 2012-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14432
14433 PR tree-optimization/49642
14434 * ipa-split.c (forbidden_dominators): New variable.
14435 (check_forbidden_calls): New function.
14436 (dominated_by_forbidden): Likewise.
14437 (consider_split): Check for forbidden dominators.
14438 (execute_split_functions): Initialize and free forbidden
14439 dominators info; call check_forbidden_calls.
14440
14441 2012-01-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
14442
14443 * config/arm/arm.md (mov_notscc): Use MVN for false condition.
14444
14445 2012-01-11 Nick Clifton <nickc@redhat.com>
14446
14447 * config/rx/rx.md (return): Define pattern.
14448
14449 2012-01-11 Richard Guenther <rguenther@suse.de>
14450
14451 * doc/extend.texi (malloc attribute): Adjust according to
14452 implementation.
14453
14454 2012-01-10 Aldy Hernandez <aldyh@redhat.com>
14455 Patrick Marlier <patrick.marlier@gmail.com>
14456
14457 PR middle-end/51516
14458 * trans-mem.c (get_cg_data): Traverse aliases if requested.
14459 (ipa_tm_scan_calls_block): Update parameters to get_cg_data.
14460 (ipa_tm_note_irrevocable): Same.
14461 (ipa_tm_scan_irr_block): Same.
14462 (ipa_tm_decrement_clone_counts): Same.
14463 (ipa_tm_scan_irr_function): Same.
14464 (ipa_tm_create_version_alias): Same.
14465 (ipa_tm_create_version): Same.
14466 (ipa_tm_transform_calls_redirect): Same.
14467 (ipa_tm_transform_calls): Same.
14468 (ipa_tm_transform_transaction): Same.
14469 (ipa_tm_execute): Same.
14470
14471 2012-01-10 Richard Guenther <rguenther@suse.de>
14472
14473 PR middle-end/51806
14474 * opts.c (common_handle_option): Handle -Werror.
14475
14476 2012-01-10 Andreas Schwab <schwab@linux-m68k.org>
14477
14478 * config/m68k/sync.md ("atomic_compare_and_swap<mode>_1"): Fix
14479 operand number.
14480
14481 2012-01-10 Jason Merrill <jason@redhat.com>
14482
14483 * doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
14484 information.
14485
14486 2012-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14487
14488 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check if linker
14489 supports R_386_TLS_GD_PLT reloc.
14490 (gcc_cv_as_ix86_tlsldmplt): Check if linker
14491 supports R_386_TLS_LDM_PLT reloc.
14492 * configure: Regenerate.
14493 * config.in: Regenerate.
14494
14495 2012-01-10 Georg-Johann Lay <avr@gjlay.de>
14496
14497 PR target/49868
14498 Extend __pgmx semantics to linearize memory.
14499 * config/avr/avr.md (mov<mode>): Use avr_xload_libgcc_p to
14500 determine if code comes inline or from libgcc.
14501 (MOVMEM_r_d:HI): Add "w" to constraint for better preference.
14502 (movmem_qi, movmem_qi): Set constraint #2 to "n".
14503 (movmem_qi_elpm, movmem_hi_elpm): Remove insns.
14504 (movmemx_qi, movmemx_hi): New insns.
14505 (xload_<mode>_libgcc): Rewrite to new insn condition.
14506 (xload_<mode>): Remove insns.
14507 * config/avr/avr.c (avr_out_xload): Rewrite: Only need to handle
14508 cases that don't satisfy avr_xload_libgcc_p().
14509 (avr_addr_space_convert): Allow converting in any direction.
14510 (avr_addr_space_subset_p): Return always true.
14511 (avr_xload_libgcc_p): Rewrite to fit new __pgmx semantics.
14512 (avr_emit_movmemhi): Ditto.
14513 (avr_out_lpm): No need to handle ADDR_SPACE_PGMX any more.
14514 (avr_out_movmem): Ditto.
14515 (AVR_SYMBOL_FLAG_PROGMEM): New macro.
14516 (AVR_SYMBOL_SET_ADDR_SPACE): New macro.
14517 (AVR_SYMBOL_GET_ADDR_SPACE): New macro.
14518 (avr_encode_section_info): Encode 'progmem' in symbol flags.
14519 (output_reload_in_const): Don't zero-extend any 24-bit symbols.
14520
14521 2012-01-10 Richard Guenther <rguenther@suse.de>
14522
14523 PR tree-optimization/50913
14524 * graphite-scop-detection.c (stmt_has_simple_data_refs_p):
14525 Require data-refs to be representable by Graphite with respect
14526 to any loop nest.
14527
14528 2012-01-10 Uros Bizjak <ubizjak@gmail.com>
14529
14530 * config/i386/constraints.md ("L"): Return true for 0xffffffff.
14531 * config/i386/i386.c (*anddi_1): Emit AND with 0xffffffff as MOV.
14532
14533 2012-01-10 Tom de Vries <tom@codesourcery.com>
14534
14535 PR rtl-optimization/51271
14536 * dwarf2cfi.c (scan_trace): Save and restore cur_row->reg_save when
14537 handling annulled branch.
14538
14539 2012-01-10 Richard Henderson <rth@redhat.com>
14540
14541 * config/arm/arm.c (arm_vectorize_vec_perm_const_ok,
14542 TARGET_VECTORIZE_VEC_PERM_CONST_OK, neon_split_vcombine, MAX_VECT_LEN,
14543 struct expand_vec_perm_d, arm_expand_vec_perm_1, arm_expand_vec_perm,
14544 arm_evpc_neon_vuzp, arm_evpc_neon_vzip, arm_evpc_neon_vrev,
14545 arm_evpc_neon_vtrn, arm_evpc_neon_vtbl, arm_expand_vec_perm_const_1,
14546 arm_expand_vec_perm_const): New.
14547 * config/arm/arm-protos.h: Update.
14548 * config/arm/neon.md (UNSPEC_VCONCAT): New.
14549 (*neon_vswp<VDQX>): New.
14550 (neon_vcombine<VDX>): Use neon_split_vcombine.
14551 (neon_vtbl1v16qi, neon_vtbl2v16qi, neon_vcombinev16qi): New.
14552 * config/arm/vec-common.md (vec_perm_const<VALL>): New.
14553 (vec_perm<VE>): New.
14554
14555 2012-01-10 Richard Henderson <rth@redhat.com>
14556
14557 * config/arm/arm.c (arm_gen_compare_reg): Add scratch argument;
14558 use it if reload_completed.
14559 (arm_legitimize_sync_memory, arm_emit, arm_insn_count, arm_count,
14560 arm_output_asm_insn, arm_process_output_memory_barrier,
14561 arm_output_memory_barrier, arm_ldrex_suffix, arm_output_ldrex,
14562 arm_output_strex, arm_output_it, arm_output_op2, arm_output_op3,
14563 arm_output_sync_loop, arm_get_sync_operand, FETCH_SYNC_OPERAND,
14564 arm_process_output_sync_insn, arm_output_sync_insn,
14565 arm_sync_loop_insns, arm_call_generator, arm_expand_sync): Remove.
14566 (arm_pre_atomic_barrier, arm_post_atomic_barrier): New.
14567 (arm_emit_load_exclusive, arm_emit_store_exclusive): New.
14568 (emit_unlikely_jump): New.
14569 (arm_expand_compare_and_swap, arm_split_compare_and_swap): New.
14570 (arm_split_atomic_op): New.
14571 * config/arm/arm-protos.h: Update.
14572 * config/arm/arm.h (enum arm_sync_generator_tag): Remove.
14573 (struct arm_sync_generator): Remove.
14574 * config/arm/arm.md (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK,
14575 VUNSPEC_SYNC_OP, VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): Remove.
14576 (VUNSPEC_ATOMIC_CAS, VUNSPEC_ATOMIC_XCHG, VUNSPEC_ATOMIC_OP): New.
14577 (VUNSPEC_LL, VUNSPEC_SC): New.
14578 (sync_result, sync_memory, sync_required_value, sync_new_value,
14579 sync_t1, sync_t2, sync_release_barrier, sync_op): Remove.
14580 (attr length): Don't use arm_sync_loop_insns.
14581 (cbranch_cc, cstore_cc): Update call to arm_gen_compare_reg.
14582 (movsfcc, movdfcc): Likewise.
14583 * config/arm/constraints.md (Ua): New.
14584 * config/arm/prediates.md (mem_noofs_operand): New.
14585 (sync_compare_and_swap<QHSD>, sync_lock_test_and_set<QHSD>): Remove.
14586 (sync_clobber, sync_t2_reqd): Remove.
14587 (sync_<syncop><QHSD>, sync_nand<QHSD>): Remove.
14588 (sync_new_<syncop><QHSD>, sync_new_nand<QHSD>): Remove.
14589 (sync_old_<syncop><QHSD>, sync_old_nand<QHSD>): Remove.
14590 (arm_sync_compare_and_swap<SIDI>): Remove.
14591 (arm_sync_compare_and_swap<NARROW>): Remove.
14592 (arm_sync_lock_test_and_set<SIDI>): Remove.
14593 (arm_sync_lock_test_and_set<NARROW>): Remove.
14594 (arm_sync_new_<syncop><SIDI>): Remove.
14595 (arm_sync_new_<syncop><NARROW>): Remove.
14596 (arm_sync_new_nand<SIDI>): Remove.
14597 (arm_sync_new_nand<NARROW>): Remove.
14598 (arm_sync_old_<syncop><SIDI>): Remove.
14599 (arm_sync_old_<syncop><NARROW>): Remove.
14600 (arm_sync_old_nand<SIDI>): Remove.
14601 (arm_sync_old_nand<NARROW>): Remove.
14602 (*memory_barrier): Merge arm_output_memory_barrier.
14603 (atomic_compare_and_swap<QHSD>): New.
14604 (atomic_compare_and_swap<NARROW>_1): New.
14605 (atomic_compare_and_swap<SIDI>_1): New.
14606 (atomic_exchange<QHSD>): New.
14607 (cas_cmp_operand, cas_cmp_str): New.
14608 (atomic_op_operand, atomic_op_str): New.
14609 (atomic_<syncop><QHSD>, atomic_nand<QHSD>): New.
14610 (atomic_fetch_<syncop><QHSD>, atomic_fetch_nand<QHSD>): New.
14611 (atomic_<syncop>_fetch<QHSD>, atomic_nand_fetch<QHSD>): New.
14612 (arm_load_exclusive<NARROW>): New.
14613 (arm_load_exclusivesi, arm_load_exclusivedi): New.
14614 (arm_store_exclusive<QHSD>): New.
14615
14616 2012-01-09 Michael Meissner <meissner@linux.vnet.ibm.com>
14617
14618 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add DF
14619 reload patterns if -mvsx-scalar-memory.
14620
14621 * config/rs6000/vsx.md (vsx_xscvspdp): Allow xscvspdp to be
14622 generated, even -mno-vsx-scalar-double was used.
14623 (vsx_xscvdpsp_scalar): Likewise.
14624 (vsx_xscvspdp_scalar2): Likewise.
14625
14626 2012-01-09 Tom de Vries <tom@codesourcery.com>
14627 Andrew Pinski <apinski@cavium.com>
14628
14629 PR debug/51471
14630 * reorg.c (fill_slots_from_thread): Don't speculate
14631 frame-related insns.
14632
14633 2012-01-09 Richard Sandiford <rdsandiford@googlemail.com>
14634
14635 * sched-int.h (bb_note): Move to...
14636 * basic-block.h: ...here.
14637 * haifa-sched.c (bb_note): Move to...
14638 * cfgrtl.c: ...here.
14639 * function.c (next_block_for_reg): New function.
14640 (move_insn_for_shrink_wrap): Likewise.
14641 (prepare_shrink_wrap): Rewrite to use the above.
14642
14643 2012-01-09 Aldy Hernandez <aldyh@redhat.com>
14644
14645 * gimple.c (is_gimple_non_addressable): Remove.
14646 * gimple.h: Remove is_gimple_non_addressable.
14647 * gimplify.c (gimplify_modify_expr_rhs): Use is_gimple_reg instead of
14648 is_gimple_non_addressable.
14649 * trans-mem.c (expand_assign_tm): Same.
14650
14651 2012-01-09 Richard Guenther <rguenther@suse.de>
14652
14653 PR tree-optimization/51775
14654 * tree-ssa-sccvn.c (visit_use): Value-number throwing stmts.
14655 * tree-ssa-pre.c (eliminate): Properly fixup EH info.
14656
14657 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
14658
14659 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
14660 tuning parameters.
14661 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
14662
14663 2012-01-09 Richard Guenther <rguenther@suse.de>
14664
14665 * tree-streamer-out.c (write_ts_optimization): Fix spelling.
14666
14667 2012-01-08 Jan Hubicka <jh@suse.cz>
14668
14669 PR tree-optimize/51680
14670 * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition
14671 on when known_vals needs to be computed; cleanup.
14672
14673 2012-01-08 Jan Hubicka <jh@suse.cz>
14674
14675 PR tree-optimize/51694
14676 * ipa-cp.c (ipa_get_indirect_edge_target): Add bounds checks.
14677
14678 2012-01-08 Jonathan Wakely <jwakely.gcc@gmail.com>
14679
14680 * doc/cpp.texi (Predefined Macros): __STRICT_ANSI__ is defined
14681 for -std=c++98 and -std=c++11 too.
14682
14683 2012-01-08 Chung-Lin Tang <cltang@codesourcery.com>
14684
14685 * cfgloop.c (cancel_loop): Add free() of bbs array.
14686
14687 2012-01-07 Jan Hubicka <jh@suse.cz>
14688
14689 PR tree-optimization/51600
14690 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Disable code
14691 that benefits small functions.
14692
14693 2012-01-07 Jan Hubicka <jh@suse.cz>
14694
14695 * ipa-inline.c (want_inline_small_function_p): Fix formating.
14696
14697 2012-01-07 Jan Hubicka <jh@suse.cz>
14698
14699 PR tree-optimization/51680
14700 * ipa-inline.c (want_inline_small_function_p): Be more lax on functions
14701 whose inlining reduce unit size.
14702
14703 2012-01-07 Alexandre Oliva <aoliva@redhat.com>
14704
14705 PR bootstrap/51725
14706 * cselib.c (new_elt_loc_list): Promote addr_list to canonical node.
14707 Add canonical node to containing_mem chain after the non-canonical
14708 one, even if there weren't any locs to propagate.
14709 (remove_useless_values): Keep only canonical values.
14710 (add_mem_for_addr, cselib_lookup_mem): Canonicalize addr.
14711 (cselib_invalidate_mem): Likewise. Ensure v is canonical, and
14712 canonicalize mem_chain elements that are not discarded.
14713
14714 2012-01-06 Jakub Jelinek <jakub@redhat.com>
14715
14716 PR target/47333
14717 * cgraphunit.c (cgraph_optimize): Call output_weakrefs
14718 before emitting functions.
14719
14720 PR gcov-profile/50127
14721 * bb-reorder.c (partition_hot_cold_basic_blocks): Call
14722 clear_aux_for_blocks.
14723
14724 2012-01-06 Alexandre Oliva <aoliva@redhat.com>
14725
14726 PR debug/51746
14727 * cselib.c (cselib_hash_rtx): Hash incoming VALUEs too.
14728
14729 2012-01-06 Arnaud Charlet <charlet@adacore.com>
14730
14731 * c-decl.c (ext_block): Moved up.
14732 (collect_all_refs, for_each_global_decl): Take ext_block into account.
14733
14734 2012-01-06 Han Shen <shenhan@google.com>
14735
14736 Translate built-in include paths for sysroot.
14737 * Makefile.in (gcc_gxx_include_dir_add_sysroot): New.
14738 (PREPROCESSOR_DEFINES): Define GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT.
14739
14740 * cppdefault.c (cpp_include_defaults): Replace hard coded "0" with
14741 GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT for "add_sysroot" field.
14742
14743 * configure.ac (AC_SUBST): Add gcc_gxx_include_dir_add_sysroot to
14744 control whether sysroot should be prepended to gxx include dir.
14745
14746 * configure: Regenerate.
14747
14748 2012-01-06 Torvald Riegel <triegel@redhat.com>
14749
14750 PR rtl-optimization/51771
14751 * builtin-attrs.def (ATTR_RETURNS_TWICE, ATTR_TM_NOTHROW_RT_LIST): New.
14752 * gtm-builtins.def (BUILT_IN_TM_START): Add returns-twice attrib.
14753
14754 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
14755
14756 PR tree-optimization/51315
14757 * tree-sra.c (tree_non_aligned_mem_for_access_p): New predicate.
14758 (build_accesses_from_assign): Use it instead of tree_non_aligned_mem_p.
14759
14760 2012-01-05 Uros Bizjak <ubizjak@gmail.com>
14761
14762 PR target/51681
14763 * config/ia64/ia64.c (expand_vec_perm_shrp): Use correct operands
14764 for shrp pattern. Correctly handle and fixup shift variable.
14765 Return false when shift > nelt for BYTES_BIG_ENDIAN target.
14766
14767 2012-01-05 Jakub Jelinek <jakub@redhat.com>
14768
14769 PR debug/51762
14770 * calls.c (emit_call_1): For noreturn calls force a REG_ARGS_SIZE
14771 note when !ACCUMULATE_OUTGOING_ARGS.
14772
14773 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
14774
14775 * tree-vrp.c (extract_range_from_binary_expr_1): Remove duplicated
14776 condition.
14777 (extract_range_from_unary_expr_1): Avoid useless computations.
14778
14779 2012-01-05 Jakub Jelinek <jakub@redhat.com>
14780
14781 PR rtl-optimization/51767
14782 * cfgrtl.c (force_nonfallthru_and_redirect): Force addition
14783 of jump_block and add an extra edge for degenerated asm gotos.
14784
14785 PR middle-end/51768
14786 * stmt.c (check_unique_operand_names): Don't ICE during error
14787 reporting if i is from labels chain.
14788
14789 PR middle-end/44777
14790 * profile.c (branch_prob): Split bbs that have exit edge
14791 and need a fake entry edge too.
14792
14793 2012-01-05 Jan Hubicka <jh@suse.cz>
14794
14795 PR middle-end/49710
14796 * cfgloopmanip.c (remove_path): Walk loop hiearchy upwards when
14797 unlooping loops.
14798
14799 2012-01-05 Richard Guenther <rguenther@suse.de>
14800
14801 PR lto/50490
14802 * tree-streamer-out.c (write_ts_optimization): New function.
14803 (streamer_write_tree_body): Call it.
14804 * tree-streamer-in.c (lto_input_ts_optimization): New function.
14805 (streamer_read_tree_body): Call it.
14806 * lto-streamer-out.c (lto_is_streamable): Handle OPTIMIZATION_NODE.
14807
14808 2012-01-05 Jakub Jelinek <jakub@redhat.com>
14809
14810 PR middle-end/51761
14811 * gimple.h (struct gimplify_ctx): Add in_cleanup_point_expr field.
14812 * gimplify.c (gimplify_cleanup_point_expr): Save and set
14813 in_cleanup_point_expr before gimplify_stmt call and restore it
14814 afterwards.
14815 (gimplify_target_expr): Don't add {CLOBBER} cleanup if
14816 in_cleanup_point_expr is false.
14817
14818 2012-01-05 Richard Guenther <rguenther@suse.de>
14819
14820 PR middle-end/51764
14821 * common.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move
14822 to c.opt.
14823 * toplev.c (process_options): Reject combining mudflap and LTO.
14824 * tree-nomudflap.c (nogo): Use sorry instead of internal_error.
14825
14826 2012-01-05 Richard Guenther <rguenther@suse.de>
14827
14828 PR tree-optimization/51760
14829 * tree-ssa-ccp.c (likely_value): Drop UNDEFINED to CONSTANT,
14830 not VARYING.
14831 (bit_value_unop): Handle UNDEFINED operands.
14832 (bit_value_binop): Likewise.
14833
14834 2012-01-05 Georg-Johann Lay <avr@gjlay.de>
14835
14836 * config/avr/avr.c (avr_replace_prefix): Remove.
14837 (avr_asm_named_section): Use ACONCAT instead of avr_replace_prefix.
14838 (avr_asm_function_rodata_section): Ditto.
14839 (avr_asm_select_section): Ditto.
14840
14841 2012-01-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
14842
14843 * reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND
14844 insertion.
14845
14846 2012-01-05 Jakub Jelinek <jakub@redhat.com>
14847
14848 PR bootstrap/51648
14849 * tree-cfg.c (need_fake_edge_p): Return true also for noreturn
14850 calls that have any non-fake successor edges.
14851
14852 PR debug/51746
14853 * var-tracking.c (add_stores): For COND_EXEC allow oval to be NULL.
14854
14855 2012-01-04 Eric Botcazou <ebotcazou@adacore.com>
14856
14857 PR tree-optimization/51624
14858 * tree-sra.c (build_ref_for_model): When replicating a chain of
14859 COMPONENT_REFs, stop as soon as the offset would become negative.
14860
14861 2012-01-04 Jakub Jelinek <jakub@redhat.com>
14862
14863 PR debug/51695
14864 * dwarf2out.c (output_loc_list): For now drop >= 64KB expressions
14865 in .debug_loc on the floor.
14866
14867 2012-01-04 Andrew Pinski <apinski@cavium.com>
14868
14869 * doc/invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.
14870
14871 2012-01-04 Andrew Pinski <apinski@cavium.com>
14872 Adam Nemet <anemet@caviumnetworks.com>
14873
14874 * config/mips/mips.md (size): Add SI and DI.
14875 (SIZE): New mode attribute.
14876 (U): New code attribute.
14877 * config/mips/mips-dsp.md (mips_lbux): Use gen_mips_lbux_extsi.
14878 (mips_lbux_<mode>): Delete.
14879 (mips_l<SHORT:size><u>x_ext<GPR:mode>_<P:mode>): New pattern.
14880 (mips_lhx): Use gen_mips_lhx_extsi.
14881 (mips_lhx_<mode>): Delete.
14882 (mips_lwx): Delete.
14883 (mips_l<size>x): New expand.
14884 (mips_lwx_<mode>): Delete.
14885 (mips_l<GPR:size>x_<P:mode>): New pattern.
14886 (*mips_lw<u>x_<P:mode>_ext): Likewise.
14887 * config/mips/mips-ftypes.def: Add DI f(POINTER, SI) function type.
14888 * config/mips/mips.c (mips_lx_address_p): New function.
14889 (mips_rtx_costs <case MEM>): Call mips_lx_address_p.
14890 (dsp64): New availability predicate.
14891 (mips_builtins): Add an entry for __builtin_mips_ldx.
14892 * config/mips/mips.h (ISA_HAS_LBX): New define.
14893 (ISA_HAS_LBUX): Likewise.
14894 (ISA_HAS_LHX): Likewise.
14895 (ISA_HAS_LHUX): Likewise.
14896 (ISA_HAS_LWX): Likewise.
14897 (ISA_HAS_LWUX): Likewise.
14898 (ISA_HAS_LDX): Likewise.
14899 * doc/extend.texi (__builtin_mips_ldx): Document.
14900
14901 2012-01-04 Tristan Gingold <gingold@adacore.com>
14902
14903 * config/vms/xm-vms.h (HOST_LONG_FORMAT, HOST_PTR_PRINTF): Define
14904 when long pointers are used.
14905 * config.build (*-*-*vms*): Handle all OpenVMS targets.
14906 (alpha64-dec-*vms*, alpha*-dec-*vms*)
14907 (ia64-hp-*vms*): Remove.
14908 * config/vms/xm-vms64.h: Delete.
14909
14910 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
14911
14912 PR middle-end/51472
14913 * trans-mem.c (expand_assign_tm): Handle TM_MEMMOVE loads correctly.
14914
14915 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
14916
14917 * opts.c (finish_options): Remove duplicate sorry.
14918
14919 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
14920
14921 PR middle-end/51696
14922 * trans-mem.c (diagnose_tm_1): Display indirect calls with no name
14923 correctly.
14924
14925 2012-01-04 Richard Guenther <rguenther@suse.de>
14926
14927 PR middle-end/51750
14928 * tree.c (size_low_cst): New function.
14929 * tree.h (size_low_cst): Declare.
14930 * fold-const.c (fold_comparison): Use it to extract the low
14931 part of the POINTER_PLUS_EXPR offset.
14932
14933 2012-01-04 Georg-Johann Lay <avr@gjlay.de>
14934
14935 Fix clearing ZERO_REG
14936 * config/avr/avr.md (cc): Add alternative "ldi".
14937 (movqi_insn): Use it in cc attribute.
14938 * config/avr/avr.c (notice_update_cc): Handle CC_LDI.
14939 (output_reload_in_const): Use CLR to move 0 to ZERO_REG.
14940 (output_reload_insisf): Use ZERO_REG to pre-clear register.
14941
14942 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14943
14944 * configure: Regenerate.
14945
14946 2012-01-04 Richard Guenther <rguenther@suse.de>
14947
14948 PR tree-optimization/49651
14949 * tree-ssa-structalias.c (type_can_have_subvars): New function.
14950 (var_can_have_subvars): Use it.
14951 (get_constraint_for_1): Only consider subfields if there can be any.
14952
14953 2012-01-03 Jakub Jelinek <jakub@redhat.com>
14954
14955 PR bootstrap/51725
14956 * cselib.c (new_elt_loc_list): When moving locs from one cselib_val
14957 to its new canonical_cselib_val and the cselib_val was in
14958 first_containing_mem chain, but the canonical_cselib_val was not,
14959 add the latter into the chain.
14960 (cselib_invalidate_mem): Compare canonical_cselib_val of
14961 addr_list chain elt with v.
14962
14963 PR pch/51722
14964 * dwarf2out.c (dwarf2out_start_source_file, dwarf2out_define,
14965 dwarf2out_undef): Allocate e.info using ggc_strdup instead
14966 of xstrdup.
14967 (output_macinfo_op): Don't ggc_strdup fd->filename.
14968 (optimize_macinfo_range): Allocate grp_name using XALLOCAVEC,
14969 then ggc_strdup it. Don't free inc->info or cur->info.
14970 (output_macinfo): Don't free ref->info or file->info.
14971
14972 2012-01-03 Ira Rosen <irar@il.ibm.com>
14973
14974 PR tree-optimization/51269
14975 * tree-vect-loop-manip.c (set_prologue_iterations): Make
14976 first_niters a pointer.
14977 (slpeel_tree_peel_loop_to_edge): Likewise.
14978 (vect_do_peeling_for_loop_bound): Update call to
14979 slpeel_tree_peel_loop_to_edge.
14980 (vect_gen_niters_for_prolog_loop): Don't compute wide_prolog_niters
14981 here. Remove it from the parameters list.
14982 (vect_do_peeling_for_alignment): Update calls and compute
14983 wide_prolog_niters.
14984
14985 2012-01-03 Richard Guenther <rguenther@suse.de>
14986
14987 PR tree-optimization/51070
14988 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
14989 Properly handle calls.
14990
14991 2012-01-03 Richard Guenther <rguenther@suse.de>
14992
14993 PR tree-optimization/51692
14994 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove
14995 the LHS of allocation stmts.
14996
14997 2012-01-03 Olivier Hainque <hainque@adacore.com>
14998
14999 * system.h: Prior to #define, #undef fopen and freopen unconditionally.
15000
15001 2012-01-03 Olivier Hainque <hainque@adacore.com>
15002
15003 * collect2.c (main): In AIX specific computations for vector
15004 insertions, use CONST_CAST2 to cast from char ** to const char **.
15005
15006 2012-01-03 Richard Guenther <rguenther@suse.de>
15007
15008 PR debug/51650
15009 * dwarf2out.c (dwarf2out_finish): Always create a DIE for
15010 the context of a limbo DIE when it does not already exist.
15011
15012 2012-01-03 Jakub Jelinek <jakub@redhat.com>
15013
15014 PR tree-optimization/51719
15015 * value-prof.c (gimple_ic): When indirect call isn't noreturn,
15016 but direct call is, clear direct call's lhs and don't add fallthrough
15017 edge from dcall_bb to join_bb and PHIs.
15018
15019 2012-01-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15020
15021 * config/s390/s390.md ("*cmp<mode>_ccs"): Fix comment mentioning
15022 the instructions emitted by the pattern.
15023 ("*TDC_insn_<mode>"): Add comment.
15024
15025 2012-01-03 Richard Guenther <rguenther@suse.de>
15026
15027 PR middle-end/51730
15028 * fold-const.c (fold_comparison): Properly canonicalize
15029 tree offset and HOST_WIDE_INT bit position.
15030
15031 2012-01-02 Uros Bizjak <ubizjak@gmail.com>
15032
15033 * config/ia64/ia64.c (expand_vec_perm_broadcast): Use correct
15034 operands for extzv pattern.
15035
15036 2012-01-02 Jakub Jelinek <jakub@redhat.com>
15037
15038 PR bootstrap/51725
15039 * cselib.c (add_mem_for_addr): Call canonical_cselib_val
15040 on mem_elt first.
15041
15042 2012-01-02 Sandra Loosemore <sandra@codesourcery.com>
15043
15044 * doc/invoke.texi (-flto and related options): Copy-edit.
15045
15046 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
15047
15048 * config/mips/mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
15049
15050 2012-01-02 Jakub Jelinek <jakub@redhat.com>
15051
15052 * config/i386/sse.md (*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4):
15053 New patterns.
15054
15055 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
15056
15057 * expr.h (move_by_pieces_ninsns): Declare.
15058 * expr.c (move_by_pieces_ninsns): Make external.
15059 * config/mips/mips-protos.h (mips_move_by_pieces_p): Declare.
15060 (mips_store_by_pieces_p): Likewise.
15061 * config/mips/mips.h (MOVE_BY_PIECES_P): Call mips_move_by_pieces_p.
15062 (STORE_BY_PIECES_P): Likewise mips_store_by_pieces_p.
15063 * config/mips/mips.c (mips_move_by_pieces_p): New function.
15064 (mips_store_by_pieces_p): Likewise.
15065
15066 2012-01-02 Jakub Jelinek <jakub@redhat.com>
15067
15068 * passes.c (register_one_dump_file): Free full_name.
15069
15070 * reload1.c (reload): Don't allocate reg_max_ref_width here.
15071 (calculate_elim_costs_all_insns): Free offsets_at and
15072 offsets_known_at at the end and clear the pointers.
15073
15074 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15075
15076 * config/avr/avr.opt (-mbranch-cost): Fix double definition of
15077 this option introduced in r180739.
15078
15079 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15080
15081 PR target/51345
15082 * config.gcc (tm_file target=avr]): Add avr/avr-multilib.h
15083 (tmake_file target=avr): Add avr/t-multilib.
15084
15085 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use AVR_HAVE_8BIT_SP
15086 to built-in define __AVR_HAVE_8BIT_SP__, __AVR_HAVE_16BIT_SP__.
15087 * config/avr/genmultilib.awk: New file.
15088 * config/avr/t-multilib: New auto-generated file.
15089 * config/avr/multilib.h: New auto-generated file.
15090 * config/avr/t-avr (AVR_MCUS): New variable.
15091 (genopt.sh): Use it.
15092 (s-mlib): Depend on t-multilib.
15093 (t-multilib, multilib.h): New dependencies.
15094 (s-avr-mlib): New rule to build t-multilib, multilib.h from AVR_MCUS.
15095 (MULTILIB_OPTIONS): Remove.
15096 (MULTILIB_MATCHES): Remove.
15097 (MULTILIB_DIRNAMES): Remove.
15098 (MULTILIB_EXCEPTIONS): Remove:
15099 * config/avr/genopt.sh: Don't use hard coded file name;
15100 pass AVR_MCUS from t-avr instead.
15101
15102 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15103
15104 * config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".
15105
15106 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15107
15108 Implement light-weight DImode support.
15109 * config/avr/avr-dimode.md: New file.
15110 * config/avr/avr.md: Include it.
15111 (adjust_len): Add plus64, compare64.
15112 (HIDI): Remove code iterator.
15113 (code_stdname): New code attribute.
15114 (rotx, rotsmode): Remove DI.
15115 (rotl<mode>3, *rotw<mode>, *rotb<mode>): Use HISI instead of HIDI
15116 as code iterator.
15117 * config/avr/avr-protos.h (avr_have_dimode): New.
15118 (avr_out_plus64, avr_out_compare64): New.
15119 * config/avr/avr.c (avr_out_compare): Handle DImode.
15120 (avr_have_dimode): New variable definition and initialization.
15121 (avr_out_compare64, avr_out_plus64): New functions.
15122 (avr_out_plus_1): Use simplify_unary_operation to negate xval.
15123 (adjust_insn_length): Handle ADJUST_LEN_COMPARE64, ADJUST_LEN_PLUS64.
15124 (avr_compare_pattern): Skip DImode comparisons.
15125
15126 2012-01-02 Revital Eres <revital.eres@linaro.org>
15127
15128 * ddg.c (def_has_ccmode_p): New function.
15129 (add_cross_iteration_register_deps,
15130 create_ddg_dep_from_intra_loop_link): Call it.
15131
15132 2012-01-02 Richard Guenther <rguenther@suse.de>
15133
15134 PR other/51679
15135 * invoke.texi (fassociative-math): Remove spurious paranthesis.
15136
15137 2012-01-01 Jakub Jelinek <jakub@redhat.com>
15138
15139 * gcc.c (process_command): Update copyright notice dates.
15140 * gcov.c (print_version): Likewise.
15141 * gcov-dump.c (print_version): Likewise.
15142 * mips-tfile.c (main): Likewise.
15143 * mips-tdump.c (main): Likewise.
15144
15145 2012-01-01 Ira Rosen <irar@il.ibm.com>
15146
15147 PR tree-optimization/51704
15148 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Check that
15149 a use is inside the basic block or loop before accessing its vect info.
15150
15151 2012-01-01 Jan Hubicka <jhjh@suse.cz>
15152
15153 PR rtl-optimization/51069
15154 * cfgloopmanip.c (remove_path): Removing path making irreducible
15155 region unconditional makes BB part of the region.
15156
15157 2012-01-01 Jakub Jelinek <jakub@redhat.com>
15158
15159 PR tree-optimization/51683
15160 * tree-ssa-propagate.c (substitute_and_fold): Don't optimize away
15161 calls with side-effects.
15162 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
15163 \f
15164 Copyright (C) 2012 Free Software Foundation, Inc.
15165
15166 Copying and distribution of this file, with or without modification,
15167 are permitted in any medium without royalty provided the copyright
15168 notice and this notice are preserved.