6ff48665ed562cdfb212643ed5e5aa533dadcf54
[gcc.git] / gcc / ChangeLog
1 2012-07-08 Oleg Endo <olegendo@gcc.gnu.org>
2
3 * config/sh/sh.md (*return_i): Move trap_exit attribute check to ...
4 * config/sh/sh.c (sh_cfun_trap_exit_p): ... this new function.
5 * config/sh/sh-protos.h: Declare it.
6
7 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
8
9 * mcf.c: Do not include tm.h, tree.h, and langhooks.h.
10 (dump_fixup_graph): Use current_function_name.
11 (adjust_cfg_counts): Likewise.
12 * ira-conflicts.c: Do not include tree.h.
13 (ira_build_conflicts): Use REG_USERVAR_P instead of DECL_ARTIFICIAL.
14
15 2012-07-08 Oleg Endo <olegendo@gcc.gnu.org>
16
17 PR target/51244
18 * config/sh/sh.md (*branch_true_eq, *branch_false_ne, nott): New insns.
19
20 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
21
22 * basic-block.h: Re-group most prototypes per file.
23 (struct edge_list): Remove num_blocks field.
24 (dump_bb_info): Adjust prototypes.
25 (dump_reg_info): Move prototype to regs.h.
26 * function.h: Do not include tree.h.
27 Include vec.h, vecir.h, input.h and machmode.h to compensate.
28 (function_name): New prototype.
29 * gimple.h: Include tree.h to compensate for basic-block.h change.
30 * langhooks.h: Note that tree.h is only necessary for enum tree_code.
31 * regs.h (dump_reg_info): Prototype here.
32 * regset.h: Adjust file reference in comment.
33 (debug_regset): Remove prototype.
34 * rtl.h: Include flags.h for flag_var_tracking_assignments.
35 (MAY_HAVE_DEBUG_INSNS): Define as flag_var_tracking_assignments
36 instead of no-longer-available tree.h's MAY_HAVE_DEBUG_STMTS.
37 (dump_reg_info, dump_flow_info): Remove prototypes.
38 * bb-reorder.c (set_edge_can_fallthru_flag): Move from cfganal.c
39 to here, the only user. Make static.
40 (reorder_basic_blocks): Call dump_reg_info before dump_flow_info.
41 * cfg.c: Do not include tm.h, tree.h, rtl.h, hard-reg-set.h, regs.h,
42 flags.h, function.h, except.h, diagnostic-core.h, tm_p.h, timevar.h,
43 tree-pass.h, cfgloop.h, and tree-flow.h.
44 Include basic-block.h, the first header I'd expect to be included.
45 (reg_obstack): Move to df-core.c.
46 (free_edge): Remove bogus ATTRIBUTE_UNUSED.
47 (remove_edge_raw): Do not call tree-ssa's redirect_edge_var_map_clear.
48 (redirect_edge_succ_nodup): Move to cfghooks.c.
49 (dump_regset, debug_regset): Move to df-core.c.
50 (dump_bb_info): Move to cfgrtl.c.
51 (dump_reg_info): Move to regstat.c.
52 (dump_flow_info): Move to cfgrtl.c.
53 (debug_flow_info): Likewise.
54 (dump_edge_info): Do not look at cfun, a CFG without cfun is nonsense.
55 * cfganal.c: Do not include tm.h, rtl.h, obstack.h, hard-reg-set.h,
56 insn-config.h, recog.h, diagnostic-core.h, tm_p.h, and cfgloop.h.
57 (flow_active_insn_p, forwarder_block_p, can_fallthru,
58 could_fall_through): Move to cfgrtl.c.
59 (set_edge_can_fallthru_flag): Moved to bb-reorder.c.
60 (create_edge_list): Do not set edge_list's removed num_blocks.
61 (print_edge_list): Look at n_basic_blocks instead of num_blocks.
62 (flow_nodes_print): Remove.
63 (flow_edge_list_print): Remove.
64 (inverted_post_order_compute): Use FOR_ALL_BB.
65 *cfgrtl.c (dump_flow_info): Moved from cfg.c.
66 Do not call dump_reg_info.
67 (debug_flow_info): Moved from cfg.c
68 (dump_bb_info): Moved from cfg.c. Take 'verbose' argument
69 to avoid looking at TDF_* flags from tree-pass.h.
70 (flow_active_insn_p, forwarder_block_p, can_fallthru,
71 could_fall_through): Moved from cfganal.c.
72 (print_rtl_with_bb): Adjust dump_bb_info calls.
73 * cfghooks.c (redirect_edge_succ_nodup): Moved from cfg.c.
74 (remove_edge): Call redirect_edge_var_map_clear if IR_GIMPLE.
75 (cfgcleanup.c): Look at MAY_HAVE_DEBUG_INSNS, not MAY_HAVE_DEBUG_STMTS.
76 * cselib.c: Include tree.h with a FIXME.
77 * df-core.c (reg_obstack): Moved from cfg.c.
78 (dump_regset): Likewise.
79 (debug_regset): Likewise. Make a DEBUG_FUNCTION.
80 * final.c (compute_alignments): Call dump_reg_info before
81 dump_flow_info.
82 * function.c (function_name): New function.
83 (current_function_name): Use it.
84 * ifcvt.c (rest_of_handle_if_conversion): Call dump_reg_info before
85 dump_flow_info.
86 * ira-conflicts.c: Include tree.h with a note.
87 * regstat.c (dump_reg_info): Moved here from cfg.c.
88 * loop-init.c: Include regs.h instead of hard-reg-set.h.
89 (rtl_loop_init): Call dump_reg_info before dump_flow_info.
90 (rtl_loop_done): Likewise.
91 * mcf.c: Include tree.h before langhooks.h.
92 * predict.c (maybe_hot_count_p): Assert we have cfun.
93 (probably_never_executed_bb_p): Likewise.
94 * profile.c (compute_branch_probabilities): Use gimple_dump_cfg
95 instead of dump_flow_info.
96 * sched-deps.c: Include tree.h with a FIXME.
97 (call_may_noreturn_p): Add FIXME note why this function has to
98 look at function decls instead of function decl flags.
99 * sched-vis.c: Include tree.h with a FIXME.
100 (print_rtl_slim): Adjust dump_bb_info uses.
101 * statistics.c (statistics_fini_pass_2): Use current_function_name
102 to avoid including tree.h.
103 (statistics_counter_event): Use function_name for the same reason.
104 (statistics_histogram_event): Likewise.
105 * tracer.c (tracer): Remove bogus gcc_assert. Use brief_dump_cfg
106 instead of dump_flow_info.
107 * var-tracking.c (variable_tracking_main_1): Call dump_reg_info
108 before dump_flow_info.
109 * doc/cfg.texi: Update CFG documentation.
110 * Makefile.in (RTL_H): Depend on FLAGS_H.
111 (GIMPLE_H): Depend on TREE_H.
112 (FUNCTION_H): Depend on VEC_H, vecir.h, INPUT_H and MACHMODE_H,
113 but no longer on TREE_H.
114 (C_COMMON_H): Depend on TREE_H.
115 (cselib.o, cse.o, cfganal.o, loop-init.o, ira-conflicts.o,
116 sched-deps.o, sched-vis.o): Fixup dependencies.
117
118 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
119
120 * alias.h: Do not include coretypes.h in header files.
121 * cppbuiltin.h: Likewise.
122 * double-int.h: Likewise.
123 * gimple-fold.h: Likewise.
124 * flags.h: Likewise.
125 * tree-ssa-alias.h: Likewise.
126 * gengtype.h (obstack_chunk_alloc, obstack_chunk_free,
127 OBSTACK_CHUNK_SIZE): Define here to avoid dependency on coretypes.h.
128 * Makefile.in (RTL_BASE_H): Depend on coretypes.h.
129 (TREE_H): Likewise.
130 (ALIAS_H): Do not depend on coretypes.h.
131 (FLAGS_H): Likewise.
132 (realmpfr.o): Depend on coretypes.h.
133
134 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
135
136 * Makefile.in (gengtype-lex.o, gengtype-parse.o, gengtype-state.o,
137 gengtype.o): Add -DGENERATOR_FILE manually for host gengtype objects.
138
139 2012-07-07 Richard Earnshaw <rearnsha@arm.com>
140
141 * arm.h (TARGET_CPU_CPP_BUILTINS): Remove Maverick support.
142 (TARGET_FPA): Delete definition.
143 (TARGET_MAVERICK): Likewise.
144 (TARGET_FPA_EMU2): Likewise.
145 (arm_fp_model): Remove FPA and Maverick models.
146 (arm_arch_cirrus): Delete declaration.
147 (FLOAT_WORDS_BIG_ENDIAN): Delete definition.
148 (FIXED_REGISTERS): Remove FPA and Maverick support. Reorganize.
149 (CALL_USED_REGISTERS): Likewise.
150 (FIRST_FPA_REGNUM, LAST_FPA_REGNUM): Delete definition.
151 (FIRST_VFP_REGNUM): Renumbered.
152 (D7_VFP_REGNUM): Chain definition.
153 (LAST_LO_VFP_REGNUM): Likewise.
154 (FIRST_HI_VFP_REGNUM): Likewise.
155 (LAST_HI_VFP_REGNUM): Likewise.
156 (FIRST_IWMMXT_GR_REGNUM): Likewise.
157 (LAST_IWMMXT_GR_REGNUM): Likewise.
158 (FIRST_IWMMXT_REGNUM): Likewise.
159 (LAST_IWMMXT_REGNUM): Likewise.
160 (FRAME_POINTER_REGNUM): Renumbered.
161 (ARG_POINTER_REGNUM): Renumbered.
162 (FIRST_PSEUDO_REGISTER): Remove FPA and Maverick registers.
163 (FIRST_CIRRUS_FP_REGNUM, LAST_CIRRUS_FP_REGNUM): Delete definitions.
164 (HARD_REGNO_REGNUM): Remove FPA support.
165 (REG_ALLOC_ORDER): Remove FPA and Maverick registers. Reorganize.
166 (reg_class): Likewise.
167 (REG_CLASS_NAMES): Likewise.
168 (REG_CLASS_CONTENTS): Likewise.
169 (CANNOT_CHANGE_MODE_CLASS): Never true. Update comment.
170 (SECONDARY_INPUT_RELOAD_CLASS): Remove Maverick support.
171 (CLASS_MAX_NREGS): Remove FPA and Maverick support.
172 * aout.h (REGISTER_NAMES): Remove FPA and Maverick registers.
173 Reorganize. Use AAPCS preferred names.
174 (ADDITIONAL_REGISTER_NAMES): Remove aliases for Maverick. Update
175 comments.
176 (OVERLAPPING_REGISTER_NAMES): Update register numbering.
177 * arm.c (FL_CIRRUS): Delete definition.
178 (arm_arch_cirrus): Delete variable.
179 (arm_float_words_big_endian): Delete function.
180 (cirrus_memory_offset): Delete function.
181 (output_mov_long_double_fpa_from_arm): Delete function.
182 (output_mov_long_double_arm_from_fpa): Delete function.
183 (output_mov_double_fpa_from_arm): Delete function.
184 (output_mov_double_arm_from_fpa): Delete function.
185 (emit_sfm): Delete function.
186 (maybe_get_arm_condition_code): Update comment.
187 (arm_file_start): Always use softvfp for softfloat systems.
188 (thumb_core_reg_alloc_order): Adjust for updated register allocation.
189 (arm_option_override): Remove FPA and Maverick support. Always
190 default to vfp as the fallback FPU format.
191 (use_return_insn): Remove FPA support.
192 (arm_get_frame_offsets): Likewise.
193 (arm_save_coproc_regs): Likewise.
194 (arm_canonicalize_comparison): Remove Maverick support.
195 (arm_select_cc_mode): Likewise.
196 (arm_gen_compare_reg): Likewise.
197 (arm_print_operand): Likewise.
198 (arm_libcall_value_1): Remove FPA and Maverick support.
199 (arm_function_value_regno_p): Likewise.
200 (arm_apply_result_size): Likewise.
201 (arm_legitimate_index_p): Likewise.
202 (thumb2_legitimate_index_p): Likewise.
203 (legitimize_reload_address): Likewise.
204 (arm_register_move_cost): Likewise.
205 (arm_hard_regno_mode_ok): Likewise.
206 (arm_regno_class): Likewise.
207 (arm_dbx_register_number): Likewise.
208 (arm_emit_unwind_sequence): Likewise.
209 (arm_conditional_register_usage): Likewise.
210 * arm-protos.h (neg_const_double_rtx_ok_for_fpa): Remove declaration.
211 (cirrus_memory_offset): Likewise.
212 (output_move_long_double_fpa_from_arm): Likewise.
213 (output_move_long_double_arm_from_fpa): Likewise.
214 (output_move_double_fpa_from_arm): Likewise.
215 (output_move_double_arm_from_fpa): Likewise.
216 (arm_float_words_big_endian): Likewise.
217 * arm.md (CC_REGNUM): Renumbered.
218 (VFPCC_REGNUM): Moved here. Renumbered.
219 (FPA_F0_REGNUM, FPA_F7_REGNUM): Delete.
220 (attr fpu): Remove FPA and Maverick support.
221 * vfp.md (VFPCC_REGNUM): Delete. Moved to arm.md.
222 * arm-cores.def (ep9312): Remove Maverick support.
223 * arm-arches.def (ep9312): Delete architecture.
224 * arm-tables.opt: Regenerated.
225
226 * arm/linux-elf.h (FPUTYPE_DEFAULT): Set to vfp.
227
228 2012-07-07 Steven Bosscher <steven@gcc.gnu.org>
229
230 PR tree-optimization/53881
231 * tree-switch-conversion.c (emit_case_bit_tests): Do not rely on
232 comparing labels to establish uniqueness of a switch case target,
233 use the CFG instead.
234
235 2012-07-07 Ulrich Weigand <ulrich.weigand@linaro.org>
236
237 * combine.c (force_to_mode) [LSHIFTRT]: Avoid undefined behaviour
238 due to negative shift amount.
239
240 2012-07-07 Hans-Peter Nilsson <hp@axis.com>
241
242 Fix configure test for "stack protector support in target C library".
243 * configure.ac (test_prefix, test_exec_prefix): Move setting from
244 inside sysroot handling to before and outside it.
245 * configure: Regenerate.
246
247 2012-07-06 Kai Tietz <ktietz@redhat.com>
248
249 PR bootstrap/52947
250 * config/i386/mingw32.h (NATIVE_SYSTEM_HEADER_DIR): Define it always
251 as "/mingw/include".
252
253 2012-07-06 Alexandre Oliva <aoliva@redhat.com>
254
255 PR debug/53820
256 * var-tracking.c (vt_add_function_parameter): Convert
257 internal_arg_pointer into arg_pointer-based address even
258 without DRAP.
259
260 2012-07-06 Alexandre Oilva <aoliva@redhat.com>
261
262 PR rtl-optimization/53827
263 PR debug/53671
264 PR debug/49888
265 * alias.c (memrefs_conflict_p): Adjust offset and size by the
266 same amount for alignment ANDs.
267
268 2012-07-06 Tom de Vries <tom@codesourcery.com>
269
270 PR tree-optimization/51879
271 * tree-ssa-sccvn.c (copy_reference_ops_from_call)
272 (visit_reference_op_call): Handle case that lhs is not an SSA_NAME.
273 (visit_use): Also call visit_reference_op_call for calls with a vdef.
274
275 2012-07-06 Tom de Vries <tom@codesourcery.com>
276
277 PR tree-optimization/52009
278 * tree-ssa-tail-merge.c (gimple_equal_p): For GIMPLE_ASSIGN, compare
279 value numbers of gimple_vdef.
280 * tree-ssa-sccvn.h (vn_reference_insert): Add vdef parameter to
281 prototype.
282 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MODIFY_EXPR.
283 (vn_reference_insert): Add and handle vdef parameter.
284 (visit_reference_op_load): Add argument to vn_reference_insert call.
285 (visit_reference_op_store): Find value number of vdef of store. Insert
286 value number of vdef of store.
287
288 2012-07-06 Uros Bizjak <ubizjak@gmail.com>
289
290 * config/i386/i386.md (simple lea to add peephole): Also transform
291 RTXes where second PLUS operand matches output.
292
293 2012-07-06 Uros Bizjak <ubizjak@gmail.com>
294
295 * config/i386/i386.c (construct_plt_address): Make static.
296 * config/i386/i386-protos.h (construct_plt_address): Remove.
297
298 2012-07-06 Nick Clifton <nickc@redhat.com>
299
300 * config/mn10300/mn10300.c (mn10300_encode_section_info): Call
301 default_encode_section_info.
302
303 2012-07-06 Uros Bizjak <ubizjak@gmail.com>
304
305 PR target/53853
306 * config/i386/i386.c (x86_output_mi_thunk): For CM_LARGE_PIC model,
307 emit PIC sequence for fnaddr symbol reference in advance.
308
309 2012-07-06 Eric Botcazou <ebotcazou@adacore.com>
310
311 Revert
312 2012-06-14 Eric Botcazou <ebotcazou@adacore.com>
313
314 * dwarf2out.c (function_possibly_abstracted_p): New static function.
315 (gen_subprogram_die): Use it function_possibly_abstracted_p in lieu of
316 cgraph_function_possibly_inlined_p.
317 (gen_inlined_subroutine_die): Return if the origin is to be ignored.
318 (process_scope_var): Do not emit concrete instances of abstracted
319 nested functions from here.
320 (gen_decl_die): Emit the abstract instance if the function is possibly
321 abstracted and not only possibly inlined.
322 (dwarf2out_finish): Find the first non-abstract parent instance and
323 attach concrete instances on the limbo list to it.
324
325 2012-07-05 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
326 Julian Brown <julian@codesourcery.com>
327
328 PR target/48941
329 PR target/51980
330 * config/arm/neon-gen.ml (return_by_ptr): Delete.
331 (print_function): Handle empty strings.
332 (return): Delete use of return_by_ptr.
333 (mask_shape_for_shuffle): New function.
334 (mask_elems): Likewise.
335 (shuffle_fn): Likewise.
336 (params): Simplify and remove use of return_by_ptr.
337 (get_shuffle): New function.
338 (print_variant): Update.
339 * config/arm/neon.ml (rev_elems): New function.
340 (permute_range): Likewise.
341 (zip_range): Likewise.
342 (uzip_range): Likewise.
343 (trn_range): Likewise.
344 (zip_elems): Likewise.
345 (uzip_elems): Likewise.
346 (trn_elems): Likewise.
347 (features): New enumeration Use_shuffle. Delete ReturnPtr.
348 (pf_su_8_16): New.
349 (suf_32): New.
350 (ops): Update entries for Vrev64, Vrev32, Vrev16, Vtr, Vzip, Vuzp.
351 * config/arm/arm_neon.h: Regenerate.
352
353 2012-07-05 Richard Guenther <rguenther@suse.de>
354
355 * tree-pretty-print.c (dump_generic_node): Properly test
356 the result of exact_log2.
357
358 2012-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
359
360 * config/s390/s390-protos.h (s390_expand_movmem)
361 (s390_expand_cmpmem): Add return value.
362 * config/s390/s390.c (s390_expand_movmem, s390_expand_cmpmem):
363 Return FALSE to use the library function in some cases.
364 * config/s390/s390.md (movmem, cmpmem): Evaluate return value of C
365 helper functions.
366
367 2012-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
368
369 * config.gcc: Enable ifunc attribute by default on s390 and s390x.
370
371 2012-07-05 Steven Bosscher <steven@gcc.gnu.org>
372
373 * expr.c (try_casesi): Remove bogus ATTRIBUTE_UNUSED markers.
374 * stmt.c (dump_case_nodes): New.
375 (expand_case): Split out code generation parts into new functions.
376 (expand_switch_as_decision_tree_p): Split out from expand_case.
377 (emit_case_decision_tree): Likewise.
378 (emit_case_dispatch_table): Likewise.
379
380 2012-07-05 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
381
382 * config/arm/iterators.md (SDF): New mode iterator.
383 (V_if_elem): Add support for SF and DF modes.
384 (V_reg): Likewise.
385 (F_constraint): New mode iterator attribute.
386 (F_fma_type): Likewise.
387 config/arm/vfp.md (fma<SDF:mode>4): New pattern.
388 (*fmsub<SDF:mode>4): Likewise.
389 (*fmnsub<SDF:mode>4): Likewise.
390 (*fmnadd<SDF:mode>4): Likewise.
391
392 2012-07-04 Uros Bizjak <ubizjak@gmail.com>
393
394 * expmed.c (expand_mult): Initialize coeff and is_neg.
395
396 2012-07-04 Oleg Endo <olegendo@gcc.gnu.org>
397
398 * config/sh/predicates.md (zero_extend_operand): New predicate.
399 * config/sh/sh.md (zero_extendhisi2): Simplify by using new
400 zero_extend_operand predicate.
401 (zero_extendqisi2): Likewise.
402
403 2012-07-04 Uros Bizjak <ubizjak@gmail.com>
404
405 PR middle-end/53321
406 * ipa.c (symtab_remove_unreachable_nodes): Partially revert r187375
407 to not call cgraph_propagate_frequency if something was changed.
408
409 2012-07-04 Richard Guenther <rguenther@suse.de>
410
411 PR middle-end/53433
412 * gimple-fold.c (get_base_constructor): Do not return an
413 error_mark_node DECL_INITIAL.
414
415 2012-07-04 Richard Guenther <rguenther@suse.de>
416
417 PR tree-optimization/53844
418 * tree-ssa-dse.c (dse_possible_dead_store_p): Properly handle
419 the loop virtual PHI.
420
421 2012-07-04 Richard Guenther <rguenther@suse.de>
422
423 PR tree-optimization/53849
424 * tree-cfg.c (move_stmt_op): Only call add_referenced_var
425 for duplicated locals. Use add_referenced_var_1 to avoid
426 pushing/popping cfun.
427
428 2012-07-04 Kai Tietz <ktietz@redhat.com>
429
430 * config/i386/winnt.c (i386_pe_reloc_rw_mask): New function.
431 * config/i386/i386-protos.h (i386_pe_reloc_rw_mask): Add
432 prototype.
433 * config/i386/cygming.h (TARGET_ASM_RELOC_RW_MASK): Define
434 as i386_pe_reloc_rw_mask.
435
436 2012-07-04 Richard Guenther <rguenther@suse.de>
437
438 * tree.c (find_decls_types_r): Handle TYPE_CONTEXT the same
439 as in free_lang_data_in_type.
440
441 2012-07-04 Tobias Grosser <tobias@grosser.es>
442 Michael Matz <matz@suse.de>
443
444 * Makefile.in (OBJS): Add graphite-optimize-isl.o.
445 (graphite-optimize-isl.o): Add dependencies.
446 * common.opt (floop-nest-optimize): New flag.
447 * doc/invoke.texi (floop-nest-optimize): Document.
448 * graphite-dependences.c (compute_deps): Export.
449 * graphite-poly.h (compute_deps): Declare.
450 * graphite-optimize-isl.c: New file.
451 * graphite-poly.c (apply_poly_transforms): Run the loop
452 nest optimizer.
453 * tree-ssa-loop.c (gate_graphite_transforms): Enable graphite
454 if -floop-nest-optimize is enabled.
455
456 2012-07-03 Oleg Endo <olegendo@gcc.gnu.org>
457
458 * config/sh/predicates.md (logical_and_operand): New predicate.
459 * config/sh/constraints.md (Jmb, Jmw): New constraints.
460 * config/sh/sh.md (andsi3): Move expander above insns. Add handling
461 of 0xFFFF constant. Use logical_and_operand predicate and
462 satisfies_constraint_Jmb, satisfies_constraint_Jmw.
463 (*andsi3_compact): Make it an insn_and_split. Use
464 logical_and_operand predicate. Add Jmb,Jmw alternatives.
465
466 2012-07-03 Jason Merrill <jason@redhat.com>
467
468 PR c++/53826
469 * tree.c (build_zero_cst): Handle NULLPTR_TYPE.
470
471 2012-07-03 Nick Clifton <nickc@redhat.com>
472
473 * config/mep/mep.c (mep_reorg_regmove): Use
474 next_nonnote_non_debug_insn to advance to the next insn. Do not
475 expect delete_insn to return an rtx.
476
477 2012-07-03 Richard Guenther <rguenther@suse.de>
478
479 * doc/install.texi (CLooG): Clarify how CLooG needs to be
480 configured and that it needs to be built against ISL 0.10.
481
482 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
483
484 * config/i386/i386.c (ix86_option_override_internal): Fix wrong
485 code model string in the error message.
486
487 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
488
489 PR target/53811
490 * config/i386/i386.c (x86_output_mi_thunk): Check if fnaddr satisfies
491 sibcall_insn_operand. Move it to a temporary register if not.
492
493 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
494
495 PR target/28896
496 * config/m68k/m68k.c (m68k_option_override): Reset stack_limit_rtx
497 if !TARGET_68020.
498
499 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
500
501 * config/i386/xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.
502
503 2012-07-03 Roland McGrath <mcgrathr@google.com>
504
505 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): Also require that the
506 assembler accept 'rep bsf ...', 'rep bsr ...', 'rep ret' and 'rep nop'.
507 * configure: Regenerated.
508 * config/i386/i386.md (simple_return_internal_long): Use %;
509 (ctz<mode>2): Likewise.
510 (*pause): Likewise.
511
512 2012-07-02 Oleg Endo <olegendo@gcc.gnu.org>
513
514 PR target/51244
515 * config/sh/predicates.md (t_reg_operand, negt_reg_operand): New
516 predicates.
517 * config/sh/sh-protos.h (get_t_reg_rtx): New prototype.
518 * config/sh/sh.c (get_t_reg_rtx): New function. Use it when invoking
519 gen_branch_true and gen_branch_false.
520 * config/sh/sh.md: Use get_t_reg_rtx when invoking gen_branch_true and
521 gen_branch_false.
522 (branch_true, branch_false): Use t_reg_operand predicate.
523 (*branch_true, *branch_false): Delete.
524 (movt): Use t_reg_operand predicate.
525 (*negnegt): Use negt_reg_operand predicate and fold little and big
526 endian variants.
527 (*movtt): Use t_reg_operand and fold little and big endian variants.
528 (*movt_qi): Delete.
529
530 2012-07-02 Steven Bosscher <steven@gcc.gnu.org>
531
532 * stmt.c (emit_case_bit_tests): Remove.
533 (expand_case): Remove expand_switch_using_bit_tests_p code.
534 * tree-switch-conversion.c (hoist_edge_and_branch_if_true): New.
535 (MAX_CASE_BIT_TESTS): Moved from stmt.c to here.
536 (lshift_cheap_p): Likewise.
537 (expand_switch_using_bit_tests_p): Likewise.
538 (struct case_bit_test): Likewise.
539 (case_bit_test_cmp): Likewise.
540 (emit_case_bit_tests): New implementation for GIMPLE.
541 (gen_inbound_check): Do not release post-dominator info here.
542 (process_switch): Reorder code. Expand as bit tests if it
543 looks like a win.
544 (do_switchconv): Release post-dominator info here if something changed.
545 (struct gimple_opt_pass): Verify more.
546 * tree.h (expand_switch_using_bit_tests_p): Remove prototype.
547
548 2012-07-02 Martin Jambor <mjambor@suse.cz>
549
550 PR middle-end/38474
551 * ipa-prop.c (compute_known_type_jump_func): Put BINFO check before a
552 dynamic type change check.
553
554 2012-07-02 Richard Guenther <rguenther@suse.de>
555 Michael Matz <matz@suse.de>
556 Tobias Grosser <tobias@grosser.es>
557 Sebastian Pop <sebpop@gmail.com>
558
559 * Makefile.in: Remove PPL flags in favor of ISL ones.
560 (BACKENDLIBS): Remove PPL libs.
561 (INCLUDES): Remove PPL includes in favor of ISL ones.
562 (graphite-clast-to-gimple.o): Remove graphite-dependences.h and
563 graphite-cloog-compat.h dependencies.
564 (graphite-dependences.o): Likewise.
565 (graphite-poly.o): Likewise.
566 * configure.ac: Declare ISL vars instead of PPL ones.
567 * configure: Regenerated.
568 * doc/install.texi: Replace PPL requirement documentation with ISL one.
569 * graphite-blocking.c: Remove PPL code, add ISL equivalent.
570 * graphite-clast-to-gimple.c: Likewise.
571 * graphite-dependences.c: Likewise.
572 * graphite-interchange.c: Likewise.
573 * graphite-poly.h: Likewise.
574 * graphite-poly.c: Likewise.
575 * graphite-sese-to-poly.c: Likewise.
576 * graphite.c: Likewise.
577 * graphite-scop-detection.c: Re-arrange includes.
578 * graphite-cloog-util.c: Remove.
579 * graphite-cloog-util.h: Likewise.
580 * graphite-ppl.h: Likewise.
581 * graphite-ppl.c: Likewise.
582 * graphite-dependences.h: Likewise.
583
584 2012-07-02 Richard Guenther <rguenther@suse.de>
585
586 Merge from graphite branch
587 2011-07-21 Tobias Grosser <tobias@grosser.es>
588
589 * Makefile.in (graphite-clast-to-gimple.o, graphite-cloog-util.o):
590 Remove graphite-cloog-util.h.
591 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop,
592 build_iv_mapping, translate_clast_user, translate_clast,
593 free_scattering, initialize_cloog_names, build_cloog_prog,
594 create_params_index): Do not use old compatibility functions.
595 (clast_name_to_index, set_cloog_options): Remove code for legacy cloog.
596 * graphite-cloog-util.c (openscop_print_cloog_matrix): Do not use old
597 compatibility functions.
598 (new_Cloog_Scattering_from_ppl_Polyhedron): Remove code for legacy
599 cloog.
600 * graphite-cloog-util.h: Remove include of graphite-cloog-util.h.
601 * graphite.c (graphite.c): Do not call outdated cloog_initialize() and
602 cloog_finalize().
603 * graphite-cloog-compat.h: Remove.
604
605 2011-08-09 Tobias Grosser <tobias@grosser.es>
606
607 * graphite-clast-to-gimple.c (new_clast_name_index): Store a copy
608 of the string, no just a reference.
609 (clast_name_index): Add a new field, that specifies if we need to free
610 the name.
611 (free_clast_name_index): If necessary, free the name string.
612 (clast_name_index_elt_info): Calculate the hash based on the string
613 content, not the memory location it is stored in.
614 (clast_name_to_level): Specify that we do not need to free the name.
615 (clast_name_to_index): Dito.
616 (clast_name_to_lb_ub): Dito.
617 (eq_clast_name_indexes): Compare the strings, not their base pointers.
618 (free_scattering): Removed.
619 (initialize_cloog_names): Renamed to add_names_to_union_domain().
620 (add_names_to_union_domain): Changed to work on a union_domain,
621 instead of a CloogNames structure.
622 (build_cloog_prog): Removed.
623 (build_cloog_union_domain): New.
624 (generate_cloog_input): New.
625 (scop_to_clast): Use CloogInput instead of CloogProgram.
626 (print_generated_program): Adapt to new scop_to_clast() and do not
627 print the CloogProgram any more.
628 (create_params_index): Removed, functionality integrated in
629 add_names_to_union_domain().
630 (gloog): Adapt to new scop_to_clast().
631 * graphite-clast-to-gimple.h (scop_to_clast): Remove.
632
633 2012-01-11 Tobias Grosser <tobias@grosser.es>
634
635 * graphite-clast-to-gimple.c (clast_name_to_index,
636 clast_name_to_lb_ub, clast_name_to_gcc): Change types.
637 (clast_to_gcc_expression): Add clast_expr_name as a new
638 case. Do not assume a clast_expr_term points always to a
639 clast_expr_name.
640 (type_for_clast_term): Do not assume a clast_expr_term points always to
641 a clast_expr_name.
642 (type_for_clast_name): New.
643 (type_for_clast_expr): Add clast_expr_name as a new case.
644
645 2011-08-03 Sebastian Pop <sebpop@gmail.com>
646
647 * graphite-cloog-util.c (new_Cloog_Domain_from_ppl_Polyhedron,
648 new_Cloog_Scattering_from_ppl_Polyhedron,
649 new_Cloog_Domain_from_ppl_Pointset_Powerset): Remove ATTRIBUTE_UNUSED.
650
651 2012-07-02 Jakub Jelinek <jakub@redhat.com>
652
653 PR tree-optimization/53645
654 * tree-vect-generic.c (expand_vector_divmod): Use TYPE_MODE (type)
655 instead of TYPE_MODE (wider_type) as can_vec_perm_p argument.
656
657 2012-07-01 Wei Guozhi <carrot@google.com>
658
659 PR target/53447
660 * config/arm/arm-protos.h (const_ok_for_dimode_op): New prototype.
661 * config/arm/arm.c (const_ok_for_dimode_op): New function.
662 * config/arm/constraints.md (Dd): New constraint.
663 * config/arm/predicates.md (arm_adddi_operand): New predicate.
664 * config/arm/arm.md (adddi3): Extend it to handle constants.
665 (arm_adddi3): Likewise.
666 (addsi3_carryin_<optab>): Extend it to handle sbc case.
667 (addsi3_carryin_alt2_<optab>): Likewise.
668 * config/arm/neon.md (adddi3_neon): Extend it to handle constants.
669
670 2012-06-30 Nathan Sidwell <nathan@acm.org>
671
672 * coverage.c (bbg_file_stamp): New.
673 (read_counts_file): Merge incoming stamp with bbg_file_stamp.
674 (build_info): Write bbg_file_stamp.
675 (coverage_init): Initialize bbg_file_stamp. Read counts file
676 before writing graph header.
677 (coverage_finish): Don't unlink the data file if we can generate a
678 unique file stamp.
679 * tree.h (crc32_unsigned): Declare.
680 * tree.c (crc32_unsigned_bits): New, broken out of ...
681 (crc32_byte): ... here. Use it.
682 (crc32_unsigned): New.
683
684 2012-06-29 Cary Coutant <ccoutant@google.com>
685
686 * dwarf2out.c (add_pubname_string): Don't check for want_pubnames.
687 (gen_subprogram_die): Don't add pubname if want_pubnames is false.
688 (gen_variable_die): Likewise.
689 (gen_namespace_die): Likewise.
690
691 2012-06-29 Eric Botcazou <ebotcazou@adacore.com>
692
693 * tree-eh.c (lower_try_finally_switch): Really put the location of the
694 last statement of the finally block onto the switch.
695
696 2012-06-29 H.J. Lu <hongjiu.lu@intel.com>
697
698 PR target/53539
699 * config/i386/gnu-user64.h (WCHAR_TYPE): Use "int" only for
700 TARGET_LP64.
701
702 2012-06-29 Sterling Augustine <saugustine@google.com>
703
704 * dwarf2out.c (add_pubname): Add comment.
705 (add_pubtype): Fix indentation.
706 (gen_enumeration_type_die): Likewise.
707
708 2012-06-29 Jakub Jelinek <jakub@redhat.com>
709
710 * tree-vect-generic.c (expand_vector_divmod): For even/odd
711 widening multiply, put even always as first argument to VEC_PERM_EXPR.
712
713 2012-06-29 Richard Henderson <rth@redhat.com>
714
715 * tree-vect-generic.c: Include target.h.
716 (expand_vector_divmod): Use builtin_mul_widen_even/odd if supported.
717 * Makefile.in (tree-vect-generic.o): Update.
718
719 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
720
721 * configure.ac: Remove special gtfiles case for C.
722 * configure: Regenerate.
723 * Makefile.in: Remove C front-end hooks and build hooks that
724 will be picked up from c/Make-lang.in now.
725 Add tree-mudflap to C_COMMON_OBJS.
726 * gengtype.c (files_rules): Adjust gt-files for c/c-decl.c.
727 * config/vms/vms.c: Look for c-tree.h in c/.
728 * doc/gty.texi: Remove reference to c-config-lang.in.
729 * doc/sourcebuild.texi: Document the c/ subdirectory.
730
731 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
732
733 * system.h (CASE_USE_BIT_TESTS): Poison.
734 * stmt.c (CASE_USE_BIT_TESTS): Fold away into its only user ...
735 (expand_switch_using_bit_tests_p): ...here.
736 * doc/tm.texi.in (CASE_USE_BIT_TESTS): Remove documentation.
737 * doc/tm.texi (CASE_USE_BIT_TESTS): Regenerate.
738
739 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
740
741 * system.h (IFCVT_EXTRA_FIELDS): Poison.
742 (IFCVT_INIT_EXTRA_FIELDS): Poison.
743 * basic-block.h (struct ce_if_block): Remove IFCVT_EXTRA_FIELDS.
744 * ifcvt.c (find_if_header): Use IFCVT_MACHDEP_INIT instead of
745 IFCVT_INIT_EXTRA_FIELDS.
746 * gengtype-parse.c (struct_field_seq): Remove obsolete comment.
747 * config/frv/frv.h (IFCVT_INIT_EXTRA_FIELDS): Rename to
748 IFCVT_MACHDEP_INIT.
749 * config/frv/frv.c (frv_ifcvt_init_extra_fields): Rename to
750 frv_ifcvt_machdep_init.
751 * doc/tm.texi.in (IFCVT_INIT_EXTRA_FIELDS, IFCVT_EXTRA_FIELDS):
752 Remove documentation.
753 (IFCVT_MACHDEP_INIT): Document.
754 * doc/tm.texi: Regenerate.
755
756 2012-06-29 Nick Clifton <nickc@redhat.com>
757
758 * config/lm32/lm32.c (lm32_compute_frame_size): Fix typo.
759
760 2012-06-29 Jakub Jelinek <jakub@redhat.com>
761
762 * tree-vect-stmts.c (vectorizable_operation): Check both
763 VEC_WIDEN_MULT_LO_EXPR and VEC_WIDEN_MULT_HI_EXPR optabs.
764 Verify that operand[0]'s mode is TYPE_MODE (wide_vectype).
765
766 2012-06-28 Richard Henderson <rth@redhat.com>
767
768 * doc/generic.texi (MULT_HIGHPART_EXPR): Document it.
769
770 2012-06-28 Jakub Jelinek <jakub@redhat.com>
771
772 PR tree-optimization/51581
773 * tree-vect-stmts.c (permute_vec_elements): Add forward decl.
774 (vectorizable_operation): Handle vectorization of MULT_HIGHPART_EXPR
775 also using VEC_WIDEN_MULT_*_EXPR or builtin_mul_widen_* plus
776 VEC_PERM_EXPR if vector MULT_HIGHPART_EXPR isn't supported.
777 * tree-vect-patterns.c (vect_recog_divmod_pattern): Use
778 MULT_HIGHPART_EXPR instead of VEC_WIDEN_MULT_*_EXPR and shifts.
779
780 PR tree-optimization/53645
781 * tree-vect-generic.c (expand_vector_divmod): Use MULT_HIGHPART_EXPR
782 instead of VEC_WIDEN_MULT_{HI,LO}_EXPR followed by VEC_PERM_EXPR
783 if possible.
784
785 2012-06-28 Georg-Johann Lay <avr@gjlay.de>
786
787 PR 53595
788 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): New.
789 * config/avr/avr-protos.h (avr_hard_regno_call_part_clobbered): New.
790 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): Forward to
791 avr_hard_regno_call_part_clobbered.
792
793 2012-06-28 Richard Guenther <rguenther@suse.de>
794
795 PR middle-end/53790
796 * expr.c (expand_expr_real_1): Verify if the type is complete
797 before inspecting its size.
798
799 2012-06-28 Andreas Schwab <schwab@linux-m68k.org>
800
801 * doc/include/gpl.texi: Remove.
802 * doc/sourcebuild.texi (Texinfo Manuals): Don't mention gpl.texi.
803
804 2012-06-28 Jakub Jelinek <jakub@redhat.com>
805
806 PR tree-optimization/53645
807 * tree-vect-generic.c (add_rshift): New function.
808 (expand_vector_divmod): New function.
809 (expand_vector_operation): Use it for vector integer
810 TRUNC_{DIV,MOD}_EXPR by VECTOR_CST.
811 * tree-vect-patterns.c (vect_recog_divmod_pattern): Replace
812 unused lguup variable with dummy_int.
813
814 2012-06-28 OLivier Hainque <hainque@adacore.com>
815
816 * expr.c (convert_move): Latch mem integer inputs into a
817 register before expanding a multi-instructions sequence.
818
819 2012-06-28 Alexandre Oliva <aoliva@redhat.com>
820 Uros Bizjak <ubizjak@gmail.com>
821 Jakub Jelinek <jakub@redhat.com>
822
823 PR debug/53706
824 PR debug/47624
825 * var-tracking.c (vt_emit_notes): Release loc_exp_dep_pool...
826 (vt_finalize): ... here instead, if needed.
827
828 2012-06-28 Alexandre Oliva <aoliva@redhat.com>
829
830 PR debug/53740
831 PR debug/52983
832 PR debug/48866
833 * dce.c (word_dce_process_block): Check whether inserting debug
834 temps are needed even for needed insns.
835 (dce_process_block): Likewise.
836 * df-problems.c (dead_debug_add): Add comment about multi-regs.
837 (dead_debug_insert_temp): Likewise. Don't subreg when we're
838 setting fewer regs than a multi-reg requires.
839
840 2012-06-27 Richard Henderson <rth@redhat.com>
841
842 * config/alpha/alpha.c (alpha_dimode_u): New.
843 (alpha_init_builtins): Initialize it, and use it.
844 (alpha_fold_builtin_cmpbge): Use alpha_dimode_u.
845 (alpha_fold_builtin_zapnot, alpha_fold_builtin_insxx): Likewise.
846 (alpha_fold_vector_minmax, alpha_fold_builtin_perr): Likewise.
847 (alpha_fold_builtin_pklb, alpha_fold_builtin_pkwb): Likewise.
848 (alpha_fold_builtin_unpkbl, alpha_fold_builtin_unpkbw): Likewise.
849 (alpha_fold_builtin_cttz, alpha_fold_builtin_ctlz): Likewise.
850 (alpha_fold_builtin_ctpop): Likewise.
851 (alpha_fold_builtin_umulh): Remove.
852 (alpha_fold_builtin): Use MULT_HIGHPART_EXPR for UMULH; fix
853 typo in MAX_ARGS check.
854
855 2012-06-27 Richard Henderson <rth@redhat.com>
856
857 * tree.def (MULT_HIGHPART_EXPR): New.
858 * cfgexpand.c (expand_debug_expr): Ignore it.
859 * expr.c (expand_expr_real_2): Handle it.
860 * fold-const.c (int_const_binop_1): Likewise.
861 * optabs.c (optab_for_tree_code): Likewise.
862 * tree-cfg.c (verify_gimple_assign_binary): Likewise.
863 * tree-inline.c (estimate_operator_cost): Likewise.
864 * tree-pretty-print.c (dump_generic_node): Likewise.
865 (op_code_prio, op_symbol_code): Likewise.
866 * tree.c (commutative_tree_code): Likewise. Also handle
867 WIDEN_MULT_EXPR, VEC_WIDEN_MULT_HI_EXPR, VEC_WIDEN_MULT_LO_EXPR.
868
869 2012-06-27 Richard Henderson <rth@redhat.com>
870
871 PR target/53749
872 * config/i386/i386.c (ix86_rtx_costs): Fix typo vs UNITS_PER_WORD
873 in 2012-06-23 change. Adjust two other DImode tests as well.
874
875 2012-06-27 Nick Clifton <nickc@redhat.com>
876
877 * config/rx/rx.md (comparesi3_extend): Remove = modifier from
878 input operand.
879
880 2012-06-27 Richard Guenther <rguenther@suse.de>
881
882 PR middle-end/53676
883 * tree-chrec.c (chrec_convert_1): Represent truncation to
884 a type with undefined overflow as truncation to an unsigned
885 type converted to the type with undefined overflow.
886 * tree-scalar-evolution.c (interpret_rhs_expr): For computing
887 the scalar evolution of a truncated widened operation avoid
888 looking at the non-existing evolution of the widened operation
889 result.
890
891 2012-06-27 Richard Guenther <rguenther@suse.de>
892
893 PR tree-optimization/53774
894 * tree-ssa-reassoc.c (get_rank): All default defs have
895 precomputed rank.
896 (init_reassoc): Precompute rank for all SSA default defs.
897
898 2012-06-27 Nick Clifton <nickc@redhat.com>
899
900 * config/rx/rx.md (simple_return): Use the simple_return rtx.
901
902 2012-06-26 Richard Henderson <rth@redhat.com>
903
904 * config/i386/i386.c (ix86_rtx_costs): Use standard_sse_constant_p
905 and don't fall thru from standard_80387_constant_p to the memory
906 fallback.
907
908 2012-06-26 Richard Henderson <rth@redhat.com>
909
910 * config/i386/i386.c (bdesc_args): Update. Change
911 IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI to OPTION_MASK_ISA_SSE2.
912 (IX86_BUILTIN_VEC_WIDEN_SMUL_EVEN_V4SI): New.
913 (ix86_builtin_mul_widen_even): Use it.
914 (ix86_builtin_mul_widen_odd): Relax SMUL_ODD from sse4 to sse2.
915 (ix86_expand_mul_widen_evenodd): Handle signed for sse2.
916 * config/i386/sse.md (vec_widen_<s>mult_hi_<V124_AVX2>): Allow
917 for all SSE2.
918 (vec_widen_<s>mult_lo_<V124_AVX2>): Likewise.
919 (vec_widen_<s>mult_odd_<VI4_AVX2>): Likewise. Relax from V124_AVX2.
920 (vec_widen_smult_even_v4si): New.
921
922 2012-06-26 Richard Henderson <rth@redhat.com>
923
924 * config/i386/sse.md (mul<VI8_AVX2>3): Change from insn_and_split
925 to expander; move guts to ...
926 * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): ... here. Add
927 highparts before shifting up.
928 * config/i386/i386-protos.h: Update.
929
930 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
931
932 * system.h (USE_COMMON_FOR_ONE_ONLY): Poison.
933 * defaults.h (USE_COMMON_FOR_ONE_ONLY): Do not provide default.
934 * config/darwin.h (USE_COMMON_FOR_ONE_ONLY): Do not define.
935
936 2012-06-26 Alexandre Oliva <aoliva@redhat.com>
937
938 * var-tracking.c (vt_add_function_parameter): Use a preserved
939 VALUE for the MEM address of an incoming parameter.
940
941 2012-06-26 Sterling Augustine <saugustine@google.com>
942
943 * dwarf2out.c (output_pubnames): Add check for DW_TAG_enumerator.
944 (prune_unused_types): Likewise.
945
946 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
947
948 * system.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
949 UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Poison.
950 * vmsdbgout.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
951 UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Rename to
952 VMS_UNALIGNED_SHORT_ASM_OP, VMS_UNALIGNED_INT_ASM_OP,
953 VMS_UNALIGNED_LONG_ASM_OP, and VMS_UNALIGNED_DOUBLE_INT_ASM_OP.
954 * config/microblaze/microblaze.h (UNALIGNED_SHORT_ASM_OP,
955 UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Do not define.
956 * doc/tm.texi.in: Remove UNALIGNED_INT_ASM_OP reference from the
957 documentation.
958 * doc/tm.texi: Regenerate.
959 * doc/cpp.texi: Make example for #error generic.
960 * config/frv/frv.h: Fix example text to match tm.texi.
961
962 2012-06-26 Bill Schmidt <wschmidt@linux.ibm.com>
963
964 * tree-pass.h (pass_strength_reduction): New decl.
965 * tree-ssa-loop-ivopts.c (initialize_costs): Make non-static.
966 (finalize_costs): Likewise.
967 * timevar.def (TV_TREE_SLSR): New timevar.
968 * gimple-ssa-strength-reduction.c: New.
969 * tree-flow.h (initialize_costs): New decl.
970 (finalize_costs): Likewise.
971 * Makefile.in (tree-ssa-strength-reduction.o): New dependencies.
972 * passes.c (init_optimization_passes): Add pass_strength_reduction.
973
974 2012-06-26 Matt Turner <mattst88@gmail.com>
975
976 * doc/extend.texi (__builtin_arm_tinsrb): Add missing second parameter.
977 (__builtin_arm_tinsrh): Likewise.
978 (__builtin_arm_tinsrw): Likewise.
979 (__builtin_arm_wsadb): Add missing v2si parameter.
980 (__builtin_arm_wsadh): Likewise.
981 (__builtin_arm_getwcx): Delete.
982 (__builtin_arm_setwcx): Delete.
983 (__builtin_arm_getwcgr0): Add.
984 (__builtin_arm_getwcgr1): Add.
985 (__builtin_arm_getwcgr2): Add.
986 (__builtin_arm_getwcgr3): Add.
987 (__builtin_arm_setwcgr0): Add.
988 (__builtin_arm_setwcgr1): Add.
989 (__builtin_arm_setwcgr2): Add.
990 (__builtin_arm_setwcgr3): Add.
991
992 2012-06-26 Richard Guenther <rguenther@suse.de>
993
994 Revert
995 2012-06-21 Richard Guenther <rguenther@suse.de>
996
997 * tree-inline.c (estimate_num_insns): Estimate call cost for
998 tailcalls properly.
999
1000 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
1001
1002 PR other/33190
1003 * doc/tm.texi.in: Document LOGICAL_OP_NON_SHORT_CIRCUIT.
1004 * doc/tm.texi: Regenerate.
1005
1006 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
1007
1008 PR other/33190
1009 * config/mips/mips.h: Do not define ALL_COP_ADDITIONAL_REGISTER_NAMES.
1010 * config/frv/frv.h: Do not define REVERSE_CONDEXEC_PREDICATES_P.
1011 * doc/tm.texi.in: Remove documentation for unused target macros
1012 ALL_COP_ADDITIONAL_REGISTER_NAMES, DBX_OUTPUT_LBRAC, DBX_OUTPUT_NFUN,
1013 DBX_OUTPUT_RBRAC, RANGE_TEST_NON_SHORT_CIRCUIT, REAL_VALUE_TRUNCATE,
1014 REVERSE_CONDEXEC_PREDICATES_P, TARGET_ALIGN_ANON_BITFIELDS, and
1015 TARGET_NARROW_VOLATILE_BITFIELDS.
1016 Document that MD_HANDLE_UNWABI is a macro in libgcc.
1017 * doc/tm.texi: Regenerate.
1018 * system.h: Poison target macros
1019 ALL_COP_ADDITIONAL_REGISTER_NAMES, DBX_OUTPUT_LBRAC, DBX_OUTPUT_NFUN,
1020 DBX_OUTPUT_RBRAC, RANGE_TEST_NON_SHORT_CIRCUIT, REAL_VALUE_TRUNCATE,
1021 REVERSE_CONDEXEC_PREDICATES_P, TARGET_ALIGN_ANON_BITFIELDS, and
1022 TARGET_NARROW_VOLATILE_BITFIELDS
1023
1024 2012-06-26 Jan Hubicka <jh@suse.cz>
1025
1026 PR lto/53572
1027 * cgraph.h (varpool_can_remove_if_no_refs): Fix handling of
1028 used symbols.
1029
1030 2012-06-26 Dehao Chen <dehao@google.com>
1031
1032 * tree-inline.c: (expand_call_inline): Ensure that lexical block's
1033 source location is consistant with the call stmt.
1034
1035 2012-06-26 Ulrich Weigand <ulrich.weigand@linaro.org>
1036
1037 PR tree-optimization/53729
1038 PR tree-optimization/53636
1039 * tree-vect-slp.c (vect_slp_analyze_bb_1): Delay call to
1040 vect_verify_datarefs_alignment until after statements have
1041 been marked as relevant/irrelevant.
1042 * tree-vect-data-refs.c (vect_verify_datarefs_alignment):
1043 Skip irrelevant statements.
1044 (vect_enhance_data_refs_alignment): Use STMT_VINFO_RELEVANT_P
1045 instead of STMT_VINFO_RELEVANT.
1046 (vect_get_data_access_cost): Do not check for supportable
1047 alignment before calling vect_get_load_cost/vect_get_store_cost.
1048 * tree-vect-stmts.c (vect_get_store_cost): Do not abort when
1049 handling unsupported alignment.
1050 (vect_get_load_cost): Likewise.
1051
1052 2012-06-25 Steven Bosscher <steven@gcc.gnu.org>
1053
1054 * config/rl78/rl78.h: Do not undefine DONT_USE_BUILTIN_SETJMP.
1055 Do not define JMP_BUF_SIZE.
1056
1057 2012-06-26 Jakub Jelinek <jakub@redhat.com>
1058
1059 PR tree-optimization/53748
1060 * tree-ssa-phiopt.c (conditional_replacement): Only optimize
1061 if arg0/arg1 have integral or pointer types.
1062
1063 2012-06-25 Richard Henderson <rth@redhat.com>
1064
1065 * config/i386/sse.md (sse2_sse4_1): Remove code attr.
1066 (<s>dot_prodv4si, <s>dot_prodv8si): Remove
1067 (sdot_prodv4si): New; handle only XOP.
1068
1069 2012-06-25 Richard Henderson <rth@redhat.com>
1070
1071 * config/i386/i386-builtin-types.def (V4UDI, V8USI): New.
1072 (V2UDI_FUNC_V4USI_V4USI): New.
1073 (V4UDI_FUNC_V8USI_V8USI): New.
1074 * config/i386/i386.c (ix86_expand_args_builtin): Handle them.
1075 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI): New.
1076 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V8SI): New.
1077 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V4SI): New.
1078 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V8SI): New.
1079 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V4SI): New.
1080 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V8SI): New.
1081 (bdesc_args): Add them.
1082 (ix86_builtin_mul_widen_even, ix86_builtin_mul_widen_odd): New.
1083 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): New.
1084 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): New.
1085 (ix86_expand_mul_widen_evenodd): Use xop_pmacsdqh.
1086 * config/i386/sse.md (vec_widen_<s>mult_odd_<V124_AVX2>): New.
1087
1088 2012-06-25 Richard Henderson <rth@redhat.com>
1089
1090 * config/i386.sse.md (mul<VI4_AVX2>3): Use xop_pmacsdd.
1091
1092 2012-06-25 Richard Henderson <rth@redhat.com>
1093
1094 * config/i386/i386.c (ix86_rtx_costs) [MULT]: Only apply XOP cost
1095 to V16QImode.
1096 (ix86_expand_vec_interleave): New.
1097 (ix86_expand_mul_widen_evenodd): New.
1098 (ix86_expand_mul_widen_hilo): New.
1099 (ix86_expand_sse2_mulv4si3): Use ix86_expand_mul_widen_evenodd.
1100 * config/i386/i386.md (u_bool) New code attr.
1101 * config/i386/predicates.md
1102 (nonimmediate_or_const_vector_operand): Remove.
1103 * config/i386/sse.md (mul<VI4_AVX2>3): Don't use it; don't test
1104 both AVX and SSE4_1.
1105 (vec_widen<s>mult_hi_<VI2_AVX2>): Remove.
1106 (vec_widen<s>mult_lo_<VI2_AVX2>): Remove.
1107 (vec_widen<s>mult_hi_v8si): Remove.
1108 (vec_widen<s>mult_lo_v8si): Remove.
1109 (vec_widen_smult_hi_v4si): Remove.
1110 (vec_widen_smult_lo_v4si): Remove.
1111 (vec_widen_umult_hi_v4si): Remove.
1112 (vec_widen_umult_lo_v4si): Remove.
1113 (vec_widen_<s>mult_hi_<VI124_AVX2>): New.
1114 (vec_widen_<s>mult_lo_<VI124_AVX2>): New.
1115 * config/i386/i386-protos.h: Update.
1116
1117 2012-06-25 Christophe Lyon <christophe.lyon@st.com>
1118
1119 * config/arm/neon.md (UNSPEC_VLD1_DUP): Remove.
1120 (neon_vld1_dup): Restrict to VQ operands.
1121 (neon_vld1_dupv2di): New, fixes vld1q_dup_s64.
1122
1123 2012-06-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1124 James Greenhalgh <james.greenhalgh@arm.com>
1125
1126 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add new built-ins.
1127 (TARGET_FMA): New macro.
1128 (TARGET_ARM_QBIT, TARGET_ARM_SAT): Likewise.
1129 (TARGET_ARM_ARCH): Likewise.
1130 (TARGET_ARM_ARCH_ISA_THUMB): Likewise.
1131 (TARGET_V6M, TARGET_V7M): Likewise.
1132 (TARGET_ARM_ARCH_PROFILE): Likewise.
1133 (TARGET_ARM_FEATURE_LDREX): Likewise.
1134 (TARGET_ARM_FP, TARGET_NEON_FP): Likewise.
1135 (ARM_MIN_ENUM_SIZE): Likewise.
1136 * config/arm/arm.c (arm_file_start): Refactor appropriately.
1137 (base_architecture): New enumeration.
1138 (arm_base_arch): New global variable.
1139 (processors): Add field base_arch.
1140 (ARM_ARCH, ARM_CORE): Adjust accordingly.
1141 (arm_option_override): Add initialization of arm_base_arch.
1142 * doc/cpp.texi (system-specific predefined macros.): Change.
1143
1144 2012-06-25 Jakub Jelinek <jakub@redhat.com>
1145
1146 PR target/53759
1147 * config/i386/sse.md (sse_loadlps): Use x m x constraints instead
1148 of x x x in the vmovlps load alternative.
1149
1150 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
1151
1152 PR debug/53740
1153 * df.h (dead_debug_add): Remove third argument.
1154 * df-problems.c (dead_debug_add): Likewise. Use the REGNO of the
1155 REG that we want to replace instead.
1156 (dead_debug_insert_temp): Use the REGNO of the reg that we want
1157 to replace instead of DF_REF_REGNO. Require there to always be
1158 at least one such use. Check for cases where the same location
1159 has more than df_ref associated with it.
1160 (df_note_bb_compute): Remove third dead_debug_add argument.
1161 * dce.c (word_dce_process_block): Likewise.
1162
1163 2012-06-25 Steven Bosscher <steven@gcc.gnu.org>
1164
1165 * config/v850/v850.c: Remove redundant extern declarations for
1166 last_assemble_variable_decl and size_directive_output.
1167
1168 * doc/tm.texi.in: Document JMP_BUF_SIZE.
1169 * doc/tm.texi: Regenerate.
1170 * config/sparc/sparc.h (JMP_BUF_SIZE): Do not define.
1171 * config/pa/pa.h (JMP_BUF_SIZE): Likewise.
1172 * config/stormy16/stormy16.h: Likewise.
1173
1174 * config/picochip/picochip.c: Do not define DONT_USE_BUILTIN_SETJMP.
1175
1176 * doc/sourcebuild.texi: Add missing subdirectories.
1177
1178 2012-06-25 Tristan Gingold <gingold@adacore.com>
1179
1180 * config/i386/i386.h: Fix typo.
1181
1182 2012-06-25 Tristan Gingold <gingold@adacore.com>
1183
1184 * config/i386/winnt.c (i386_pe_seh_end_prologue): Move code to ...
1185 (seh_cfa_adjust_cfa): ... that function.
1186 (seh_emit_stackalloc): Do not emit out of range values.
1187 * config/i386/i386.md: Delete unused UNSPEC_REG_SAVE,
1188 UNSPEC_DEF_CFA constants.
1189 * config/i386/i386.h (SEH_MAX_FRAME_SIZE): Define.
1190 * config/i386/i386.c (ix86_frame_pointer_required): Required
1191 for very large frames on SEH target.
1192 (ix86_compute_frame_layout): Save area is before frame pointer
1193 on SEH target. Handle very large frames.
1194 (ix86_expand_prologue): Likewise.
1195
1196 2012-06-24 Steven Bosscher <steven@gcc.gnu.org>
1197
1198 * output.h: (current_function_is_leaf,
1199 current_function_sp_is_unchanging,
1200 current_function_uses_only_leaf_regs): Remove.
1201 * function.c (current_function_is_leaf,
1202 current_function_sp_is_unchanging,
1203 current_function_uses_only_leaf_regs): Remove.
1204 (rest_of_handle_check_leaf_regs): Set crtl->uses_only_leaf_regs
1205 instead of current_function_uses_only_leaf_regs.
1206 * function.h (struct rtl_data): New fields sp_is_unchanging,
1207 is_leaf, uses_only_leaf_regs.
1208 * resource.c (init_resource_info): Replace current_function_is_leaf,
1209 current_function_sp_is_unchanging, and
1210 current_function_uses_only_leaf_regs with new crtl fields.
1211 * sdbout.c (sdbout_symbol): Likewise.
1212 * df-core.c (rest_of_handle_df_initialize): Likewise.
1213 * ira.c (ira): Likewise.
1214 * final.c (final_start_function): Likewise.
1215 * reorg.c (fill_simple_delay_slots): Likewise.
1216 * regrename.c (check_new_reg_p): Likewise.
1217 * stack-ptr-mod.c (notice_stack_pointer_modification_1): Likewise.
1218 (notice_stack_pointer_modification): Likewise.
1219 * dbxout.c (dbxout_symbol): Likewise.
1220 (dbxout_parms): Likewise.
1221 * sel-sched.c (init_regs_for_mode): Likewise.
1222 * dwarf2out.c (dbx_reg_number): Likewise.
1223 (multiple_reg_loc_descriptor): Likewise.
1224 * config/i386/i386.c (ix86_frame_pointer_required): Likewise.
1225 (gen_pop): Likewise.
1226 (ix86_select_alt_pic_regnum): Likewise.
1227 (ix86_compute_frame_layout): Likewise.
1228 (ix86_finalize_stack_realign_flags): Likewise.
1229 (ix86_expand_epilogue): Likewise.
1230 * config/rs6000/rs6000.c (rs6000_stack_info): Likewise.
1231 * config/h8300/h8300.c (byte_reg): Likewise.
1232 * config/c6x/c6x.c (must_reload_pic_reg_p): Likewise.
1233 (c6x_save_reg): Likewise.
1234 (c6x_compute_frame_layout): Likewise.
1235 * config/pa/pa.c (pa_compute_frame_size): Likewise.
1236 (pa_output_function_prologue): Likewise.
1237 * config/stormy16/stormy16.c (struct xstormy16_stack_layout): Likewise.
1238 * config/sparc/sparc.md (attr "leaf_function"): Likewise.
1239 * config/sparc/sparc.c (sparc_initial_elimination_offset): Likewise.
1240 (sparc_expand_prologue): Likewise.
1241 (sparc_flat_expand_prologue): Likewise.
1242 (sparc_asm_function_prologue): Likewise.
1243 (sparc_output_mi_thunk): Likewise.
1244 (sparc_frame_pointer_required): Likewise.
1245 * config/epiphany/epiphany.c (epiphany_compute_function_type):
1246 Likewise.
1247 (epiphany_compute_frame_size): Likewise.
1248 * config/lm32/lm32.c (lm32_compute_frame_size): Likewise.
1249 * config/cris/cris.c (cris_md_asm_clobbers): Likewise.
1250 (cris_frame_pointer_required): Likewise.
1251 * config/tilepro/tilepro.c (emit_sp_adjust): Likewise.
1252 (tilepro_current_function_is_leaf): Likewise.
1253 * config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Likewise.
1254 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
1255 * config/ia64/ia64.c (find_gr_spill): Likewise.
1256 (ia64_compute_frame_size): Likewise.
1257 (ia64_can_eliminate): Likewise.
1258 (ia64_initial_elimination_offset): Likewise.
1259 * config/m68k/m68k.c (m68k_save_reg): Likewise.
1260 (m68k_expand_epilogue): Likewise.
1261 * config/rx/rx.c (rx_get_stack_layout): Likewise.
1262 * config/tilegx/tilegx.c (tilegx_current_function_is_leaf): Likewise.
1263 * config/picochip/picochip.c (picochip_can_eliminate_link_sp_save):
1264 Likewise.
1265 (picochip_output_frame_debug): Likewise.
1266 * config/sh/sh.c (sh_media_register_for_return): Likewise.
1267 (sh_allocate_initial_value): Likewise.
1268 (sh_output_mi_thunk): Likewise.
1269 * config/microblaze/microblaze.c (microblaze_must_save_register):
1270 Likewise.
1271 (compute_frame_size): Likewise.
1272 (microblaze_initial_elimination_offset): Likewise.
1273 (microblaze_expand_prologue): Likewise.
1274 (microblaze_expand_epilogue): Likewise.
1275 * config/frv/frv.c (frv_expand_epilogue): Likewise.
1276 (frv_frame_pointer_required): Likewise.
1277 * config/spu/spu.c (get_pic_reg): Likewise.
1278 (direct_return): Likewise.
1279 (spu_expand_prologue): Likewise.
1280 (spu_expand_epilogue): Likewise.
1281 (spu_initial_elimination_offset): Likewise.
1282 * config/mips/mips.c (mips_global_pointer): Likewise.
1283 (mips_cfun_might_clobber_call_saved_reg_p): Likewise.
1284 (mips_compute_frame_info): Likewise.
1285 * config/mep/mep.c (mep_interrupt_saved_reg): Likewise.
1286 (mep_reload_pointer): Likewise.
1287 * config/rl78/rl78.c (need_to_save): Likewise.
1288 * config/cr16/cr16.c (cr16_compute_save_regs): Likewise.
1289 * config/score/score.c (score_compute_frame_size): Likewise.
1290 (score_function_prologue): Likewise.
1291 * config/bfin/bfin.c (must_save_p): Likewise.
1292 (expand_prologue_reg_save): Likewise.
1293 (expand_epilogue_reg_restore): Likewise.
1294 (bfin_frame_pointer_required): Likewise.
1295 (n_regs_saved_by_prologue): Likewise.
1296 (add_to_reg): Likewise.
1297 (expand_interrupt_handler_prologue): Likewise.
1298 (expand_interrupt_handler_epilogue): Likewise.
1299 (bfin_expand_prologue): Likewise.
1300 * config/avr/avr.c (avr_regs_to_save): Likewise.
1301 (avr_prologue_setup_frame): Likewise.
1302 (expand_epilogue): Likewise.
1303 * config/s390/s390.c (s390_regs_ever_clobbered): Likewise.
1304 (s390_register_info): Likewise.
1305 (s390_frame_info): Likewise.
1306 (s390_init_frame_layout): Likewise.
1307 (s390_emit_prologue): Likewise.
1308
1309
1310 2012-06-24 Steven Bosscher <steven@gcc.gnu.org>
1311
1312 * system.h: Poison ASM_BYTE_OP and ASM_OUTPUT_BYTE.
1313 * vmsdbgout: Do not undefine it if defined.
1314 Rename local ASM_BYTE_OP definition to VMS_ASM_BYTE_OP.
1315 * config/microblaze/microblaze/h: Do no define ASM_BYTE_OP.
1316 * config/mep/mep.h: Do not define ASM_OUTPUT_BYTE.
1317
1318 2012-06-24 Richard Sandiford <rdsandiford@googlemail.com>
1319
1320 * config/mips/mips.c (mips_process_sync_loop): Add missing enum cast.
1321
1322 2012-06-23 Richard Henderson <rth@redhat.com>
1323
1324 PR target/53749
1325 * config/i386/i386.c (ix86_rtx_costs): Add reasonable costs for
1326 V*QImode shifts and multiply.
1327 (ix86_expand_vecop_qihi): Support shifts.
1328 * config/i386/i386.md (any_shift): New code iterator.
1329 * config/i386/sse.md (ashlv16qi3): Merge ...
1330 (<any_shiftrt>v16qi3): ... into ...
1331 (<any_shift><VI1_AVX2>3): ... here. Use ix86_expand_vecop_qihi
1332 to support SSE and AVX.
1333
1334 * config/i386/i386.c (ix86_expand_sse_unpack): Split operands[]
1335 parameter into src and dest.
1336 * config/i386/sse.md (vec_unpacku_hi_<V124_AVX2>): Update call.
1337 (vec_unpacks_hi_<V124_AVX2>): Likewise.
1338 (vec_unpacku_lo_<V124_AVX2>): Likewise.
1339 (vec_unpacks_lo_<V124_AVX2>): Likewise.
1340 * config/i386/i386-protos.h: Update.
1341
1342 * config/i386/sse.md (mul<VI1_AVX2>3): Change from insn_and_split to
1343 pure expander; move expansion code ...
1344 * config/i386/i386.c (ix86_expand_vecop_qihi): ... here. New function.
1345 * config/i386/i386-protos.h: Update.
1346
1347 2012-06-22 Edmar Wienskoski <edmar@freescale.com>
1348
1349 * config/rs6000/rs6000.md (define_attr "type"): New type popcnt.
1350 (popcntb<mode>2): Add attribute type popcnt.
1351 (popcntd<mode>2): Ditto.
1352 * config/rs6000/power4.md (define_insn_reservation): Add type popcnt.
1353 * config/rs6000/power5.md (define_insn_reservation): Ditto.
1354 * config/rs6000/power7.md (define_insn_reservation): Ditto.
1355 * config/rs6000/476.md (define_insn_reservation): Ditto.
1356 * config/rs6000/power6.md (define_insn_reservation): New
1357 reservation for popcnt instructions.
1358
1359 2012-06-22 H.J. Lu <hongjiu.lu@intel.com>
1360
1361 * doc/invoke.texi: Update -mpreferred-stack-boundary=3 warning.
1362
1363 2012-06-22 H.J. Lu <hongjiu.lu@intel.com>
1364
1365 PR target/53383
1366 * doc/invoke.texi: Add a warning for -mpreferred-stack-boundary=3.
1367
1368 * config/i386/i386.c (ix86_option_override_internal): Allow
1369 -mpreferred-stack-boundary=3 for 64-bit if SSE is disabled.
1370
1371 * config/i386/i386.h (MIN_STACK_BOUNDARY): Set to 64 for 64-bit
1372 if SSE is disabled.
1373
1374 2012-06-22 Bill Schmidt <wschmidt@linux.ibm.com>
1375
1376 * double-int.c (double_int_multiple_of): New function.
1377 * double-int.h (double_int_multiple_of): New decl.
1378 * tree-ssa-loop-ivopts.c (add_cost, zero_cost): Remove undefs.
1379 (mbc_entry_hash): New forward decl.
1380 (mbc_entry_eq): Likewise.
1381 (zero_cost): Change to no_cost.
1382 (mult_costs): New static var.
1383 (cost_tables_exist): Likewise.
1384 (initialize_costs): New function.
1385 (finalize_costs): Likewise.
1386 (tree_ssa_iv_optimize_init): Call initialize_costs.
1387 (add_cost): Change to add_regs_cost; distinguish costs by speed.
1388 (multiply_regs_cost): New function.
1389 (add_const_cost): Likewise.
1390 (extend_or_trunc_reg_cost): Likewise.
1391 (negate_reg_cost): Likewise.
1392 (multiply_by_cost): Change to multiply_by_const_cost; distinguish
1393 costs by speed.
1394 (get_address_cost): Change add_cost to add_regs_cost; change
1395 multiply_by_cost to multiply_by_const_cost.
1396 (force_expr_to_var_cost): Change zero_cost to no_cost; change
1397 add_cost to add_regs_cost; change multiply_by_cost to
1398 multiply_by_const_cost.
1399 (split_cost): Change zero_cost to no_cost.
1400 (ptr_difference_cost): Likewise.
1401 (difference_cost): Change zero_cost to no_cost; change multiply_by_cost
1402 to multiply_by_const_cost.
1403 (get_computation_cost_at): Change add_cost to add_regs_cost; change
1404 multiply_by_cost to multiply_by_const_cost.
1405 (determine_use_iv_cost_generic): Change zero_cost to no_cost.
1406 (determine_iv_cost): Change add_cost to add_regs_cost.
1407 (iv_ca_new): Change zero_cost to no_cost.
1408 (tree_ssa_iv_optimize_finalize): Call finalize_costs.
1409 * tree-ssa-address.c (most_expensive_mult_to_index): Change
1410 multiply_by_cost to multiply_by_const_cost.
1411 * tree-flow.h (multiply_by_cost): Change to multiply_by_const_cost.
1412 (add_regs_cost): New decl.
1413 (multiply_regs_cost): Likewise.
1414 (add_const_cost): Likewise.
1415 (extend_or_trunc_reg_cost): Likewise.
1416 (negate_reg_cost): Likewise.
1417
1418 2012-06-22 Richard Guenther <rguenther@suse.de>
1419
1420 Merge from graphite branch
1421 2011-08-10 Sebastian Pop <sebpop@gmail.com>
1422
1423 * graphite-sese-to-poly.c (build_scop_drs): Fix memory leak.
1424
1425 2012-01-13 Tobias Grosser <tobias@grosser.es>
1426
1427 * tree-flow.h (parallelized_function_p): Declare.
1428 * tree-parloops.c (parallelized_function_p): Export.
1429 * graphite.c (graphite_transform_loops): Do not run graphite on
1430 already parallel functions.
1431
1432 2012-06-22 Alan Modra <amodra@gmail.com>
1433
1434 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Pass in and
1435 return mem. Convert to indirect addressing if not indirect or
1436 indexed. Adjust all callers.
1437
1438 2012-06-22 Richard Guenther <rguenther@suse.de>
1439
1440 * gcov-iov.c: Include bconfig.h and system.h.
1441
1442 2012-06-22 Andreas Schwab <schwab@linux-m68k.org>
1443
1444 * doc/include/texinfo.tex: Update to version 2012-06-05.14.
1445
1446 2012-06-22 Richard Guenther <rguenther@suse.de>
1447
1448 PR gcov-profile/53744
1449 * gcov-iov.c (main): Treat "" and "prerelease" the same.
1450
1451 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
1452
1453 PR debug/53704
1454 * dwarf2out.c (gen_compile_unit_die): Use DW_LANG_Fortran90 as language
1455 for GNU Fortran if in strict DWARF2 mode.
1456
1457 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
1458
1459 * tree-ssa-live.c (remove_unused_scope_block_p): Remove again
1460 DECL_IGNORED_P non-reg vars even if they are used.
1461
1462 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1463
1464 PR debug/53671
1465 PR debug/49888
1466 * var-tracking.c (vt_get_canonicalize_base): New.
1467 (vt_canonicalize_addr, vt_stack_offset_p): New.
1468 (vt_canon_true_dep): New.
1469 (drop_overlapping_mem_locs): Use vt_canon_true_dep.
1470 (clobber_overlaping_mems): Use vt_canonicalize_addr.
1471
1472 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1473
1474 PR debug/53671
1475 PR debug/49888
1476 * var-tracking.c (vt_initialize): Record initial offset between
1477 arg pointer and stack pointer.
1478
1479 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1480
1481 PR debug/53671
1482 PR debug/49888
1483 * var-tracking.c (vt_init_cfa_base): Drop redundant recording of
1484 CFA base.
1485
1486 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1487
1488 PR debug/53671
1489 PR debug/49888
1490 * alias.c (memrefs_conflict_p): Improve handling of AND for alignment.
1491
1492 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1493
1494 * ddg.c (build_intra_loop_deps): Discard deps of nondebug on debug.
1495
1496 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
1497
1498 PR debug/53682
1499 * cselib.c (promote_debug_loc): Don't crash on NULL argument.
1500
1501 2012-06-21 Meador Inge <meadori@codesourcery.com>
1502
1503 PR c/53702
1504 * c-decl.c (c_push_function_context): Restore the behavior to reuse
1505 the language function allocated for -Wunused-local-typedefs.
1506 (c_pop_function_context): If necessary, clear the language function
1507 created in c_push_function_context. Always clear out the
1508 x_cur_stmt_list field of the restored language function.
1509
1510 2012-06-21 Sterling Augustine <saugustine@google.com>
1511 Cary Coutant <ccoutant@google.com>
1512
1513 * dwarf2out.c (is_cu_die, is_namespace_die, is_class_die,
1514 add_AT_pubnames, add_enumerator_pubname, want_pubnames): New functions.
1515 (comdat_type_struct): New field 'skeleton_die'.
1516 (breakout_comdat_types): Update it.
1517 (add_pubname): Rework logic. Call is_class_die, is_cu_die and
1518 is_namespace_die. Fix minor style violation. Call want_pubnames.
1519 (add_pubname_string): Call want_pubnames.
1520 (add_pubtype): Rework logic for calculating type name. Call
1521 is_namespace_die. Call want_pubnames.
1522 (output_pubnames): Move conditional logic deciding when to produce the
1523 section from dwarf2out_finish. Use new skeleton_die field.
1524 (base_type_die): Call add_pubtype.
1525 (gen_enumeration_type_die): Unconditionally call add_pubtype.
1526 (gen_subprogram_die): Adjust calls to add_pubname.
1527 (gen_namespace_die): Call add_pubname_string.
1528 (dwarf2out_finish): Call add_AT_pubnames; Move logic on when to
1529 produce pubnames and pubtypes sections to output_pubnames.
1530 * common.opt (-gpubnames): New option.
1531 * doc/invoke.texi: Document it.
1532
1533 2012-06-21 Steven Bosscher <steven@gcc.gnu.org>
1534
1535 * config/m32c/m32c-pragma.c: Remove unnecessary includes.
1536
1537 2012-06-21 Michael Matz <matz@suse.de>
1538
1539 PR middle-end/53688
1540 * builtins.c (get_memory_rtx): Always build an all-aliasing MEM_REF
1541 with correct size.
1542
1543 2012-06-21 Richard Guenther <rguenther@suse.de>
1544
1545 * tree-inline.c (estimate_num_insns): Estimate call cost for
1546 tailcalls properly.
1547
1548 2012-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1549
1550 * tree.h (DECL_SOURCE_COLUMN): New accessor.
1551
1552 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
1553
1554 * config/i386/i386.md (SINCOS): New int iterator.
1555 (sincos): New int attribute.
1556 (*<sincos>xf2_i387): Macroize insn from *{sin,cos}xf2_i387 using
1557 SINCOS int iterator.
1558 (*<sincos>_extend<mode>xf2_i387): Macroize insn from
1559 *{sin,cos}_extend<mode>xf2_i387 using SINCOS int iterator.
1560
1561 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
1562
1563 * config/i386/i386.md (RDFSGSBASE): New int iterator.
1564 (WRFSGSBASE): Ditto.
1565 (fsgs): New int attribute.
1566 (rd<fsgs>base<mode>): Macroize insn from rd<fsgs>base<mode> using
1567 RDFSGSBASE int iterator.
1568 (wr<fsgs>base<mode>): Macroize insn from wr<fsgs>base<mode> using
1569 WRFSGSBASE int iterator.
1570
1571 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
1572
1573 * config/i386/i386.md (<rounding_insn><mode>2): Macroize expander
1574 from {floor,ceil,btrunc}<mode>2 using FIST_ROUNDING int iterator.
1575 (l<rounding_insn><MODEF:mode><SWI48:mode>2): Macroize expander
1576 from l{floor,ceil}<MODEF:mode><SWI48:mode>2 using FIST_ROUNDING
1577 int iterator.
1578
1579 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
1580
1581 * system.h: Poison ASM_OUTPUT_IDENT and IDENT_ASM_OP.
1582
1583 2012-06-20 Richard Guenther <rguenther@suse.de>
1584
1585 PR tree-optimization/30318
1586 * tree-vrp.c (range_int_cst_p): Do not reject overflowed
1587 constants here.
1588 (range_int_cst_singleton_p): But explicitely here.
1589 (zero_nonzero_bits_from_vr): And here.
1590 (extract_range_from_binary_expr_1): Re-implement PLUS_EXPR
1591 to cover all cases we can perform arbitrary precision
1592 arithmetic with double-ints.
1593 (intersect_ranges): Handle adjacent anti-ranges.
1594
1595 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
1596
1597 * config/i386/i386.md (rounding_insn): New int attribute.
1598 (<rounding_insn>xf2): Macroize insn from
1599 {floor,ceil,btrunc}xf2 using FRNDINT_ROUNDING int iterator.
1600 (l<rounding_insn>xf<mode>2): Rename from l<rounding>xf<mode>2.
1601
1602 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
1603
1604 * config/i386/i386.md (IEEE_MAXMIN): New int iterator.
1605 (ieee_maxmin): New int attribute.
1606 (*ieee_s<ieee_maxmin><mode>3): Macroize insn from
1607 *ieee_s{max,min}<mode>3 using IEEE_MAXMIN int iterator.
1608
1609 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
1610
1611 * config/arm/arm.h (EMIT_EABI_ATTRIBUTE): Remove.
1612 * config/arm/arm.c: Do not include c-pragma.h.
1613 (arm_emit_eabi_attribute): New function based on EMIT_EABI_ATTRIBUTE.
1614 (arm_file_start): Replace uses of EMIT_EABI_ATTRIBUTE with calls
1615 to arm_emit_eabi_attribute.
1616 * arm-c.c: Do not include output.h.
1617 (arm_output_c_attributes): Replace use of EMIT_EABI_ATTRIBUTE with a
1618 call to arm_emit_eabi_attribute.
1619 * config/arm/arm-protos.h (arm_emit_eabi_attribute): Prototype it.
1620
1621 2012-06-20 Richard Guenther <rguenther@suse.de>
1622
1623 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p):
1624 Allow adjusting alignment of user-aligned decls again.
1625
1626 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
1627
1628 * config/rl78/rl78-c.c: Remove unnecessary includes.
1629
1630 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
1631
1632 * config/cris/cris.c: Include cgraph.h.
1633 (cris_option_override): Do not set non-existing flag_no_gcc_ident.
1634
1635 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1636
1637 * emit-rtl.c (need_atomic_barrier_p): New function.
1638 * emit-rtl.h (need_atomic_barrier_p): Declare it.
1639 * config/alpha/alpha.c (alpha_{pre,post}_atomic_barrier): Use it.
1640 * config/arm/arm.c (arm_{pre,post}_atomic_barrier): Use it.
1641 * config/tilegx/tilegx.c (tile_{pre,post}_atomic_barrier): Use it.
1642 * config/mips/mips.c (mips_{pre,post}_atomic_barrier_p): Remove.
1643 (mips_process_sync_loop): Use generic version instead.
1644
1645 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1646
1647 * config/mips/mips.c (mips_process_sync_loop): Emit cmp result only if
1648 it is used.
1649
1650 2012-06-19 Tom de Vries <vries@codesourcery.com>
1651 Maxim Kuvyrkov <maxim@codesourcery.com>
1652
1653 * config/mips/constraints.md (ZR): New constraint.
1654 * config/mips/predicates.md (mem_noofs_operand): New predicate.
1655 * config/mips/mips.c (mips_print_operand): Handle new print modifier.
1656 * config/mips/mips.h (TARGET_XLP): Define.
1657 (TARGET_SYNC_AFTER_SC): Update.
1658 (ISA_HAS_SWAP, ISA_HAS_LDADD): Define.
1659 * config/mips/sync.md (atomic_exchange, atomic_fetch_add): Use
1660 XLP-specific swap and ldadd patterns.
1661 (atomic_exchange_swap, atomic_fetch_add_ldadd): New patterns.
1662
1663 2012-06-19 Tom de Vries <vries@codesourcery.com>
1664 Maxim Kuvyrkov <maxim@codesourcery.com>
1665
1666 * config/mips/mips.c (mips_emit_pre_atomic_barrier_p,)
1667 (mips_emit_post_atomic_barrier_p): New static functions.
1668 (mips_process_sync_loop): Use them. Emit sync memory barriers in
1669 accordance with memory model semantics. Add return of CMP result for
1670 compare_and_swap.
1671 * config/mips/mips.md: Update comment.
1672 (sync_cmp): New attribute.
1673 (sync_memmodel): New attribute replacing sync_release_barrier.
1674 * config/mips/sync.md (UNSPEC_ATOMIC_COMPARE_AND_SWAP,)
1675 (UNSPEC_ATOMIC_EXCHANGE, UNSPEC_ATOMIC_FETCH_OP): New constants.
1676 (sync_lock_test_and_set, test_and_set_12): Update.
1677 (atomic_compare_and_swap, atomic_exchange, atomic_exchange_llsc,)
1678 (atomic_fetch_add, atomic_fetch_add_llsc): New patterns.
1679
1680 2012-06-19 Joseph Myers <joseph@codesourcery.com>
1681
1682 * config/rs6000/spe.md (*mov_si<mode>_e500_subreg0): Rename to
1683 mov_si<mode>_e500_subreg0.
1684 (*mov_si<mode>_e500_subreg0_elf_low)
1685 (*mov_si<mode>_e500_subreg4_elf_low): New patterns.
1686
1687 2012-06-19 Richard Henderson <rth@redhat.com>
1688
1689 * config/alpha/alpha.c: Include params.h.
1690 (alpha_option_override): Initialize PARAM_L1_CACHE_LINE_SIZE,
1691 PARAM_L1_CACHE_SIZE, PARAM_L2_CACHE_SIZE for the cpu tuning.
1692
1693 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
1694
1695 * doc/tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE,
1696 TARGET_OBJC_DECLARE_CLASS_DEFINITION): Add @hooks.
1697 (ASM_DECLARE_CLASS_REFERENCE, ASM_DECLARE_UNRESOLVED_REFERENCE):
1698 Remove.
1699 * doc/tm.texi: Regenerate.
1700 * config/darwin.h (ASM_OUTPUT_LABELREF): Remove special case for
1701 .objc_class_name_*.
1702 * config/darwin-c.c: Include target.h.
1703 (darwin_objc_declare_unresolved_class_reference): New function.
1704 (darwin_objc_declare_class_definition): New function.
1705 (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE): Define.
1706 (TARGET_OBJC_DECLARE_CLASS_DEFINITION): Define.
1707
1708 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
1709
1710 * target.def (output_ident): New hook.
1711 * targhooks.h (default_asm_output_ident_directive): Add prototype.
1712 * varasm.c (assemble_asm): Only prefix a tab if the string does not
1713 already start with one.
1714 (default_asm_output_ident_directive): New function to emit
1715 .ident as a top-level asm node while parsing, or directly to
1716 asm_out_file after parsing.
1717 * toplev.c (compile_file): Print a GCC .ident with
1718 targetm.asm_out.output_ident.
1719 * doc/tm.texi.in (ASM_OUTPUT_IDENT): Remove documentation for macro.
1720 (TARGET_ASM_OUTPUT_IDENT): Add @hook for this.
1721 * doc/tm.texi: Update.
1722
1723 * config/elfos.h (ASM_OUTPUT_IDENT, IDENT_ASM_OP): Remove.
1724 (TARGET_ASM_OUTPUT_IDENT): Define.
1725 * config/i386/djgpp.h (IDENT_ASM_OP): Remove.
1726 * config/i386/gas.h (ASM_OUTPUT_IDENT): Remove.
1727 * config/arm/aout.h (ASM_OUTPUT_IDENT): Remove.
1728 * config/sparc/sparc.h (IDENT_ASM_OP): Remove.
1729 (TARGET_ASM_OUTPUT_IDENT): Define.
1730 * config/picochip/picochip.h (IDENT_ASM_OP): Remove.
1731 (TARGET_ASM_OUTPUT_IDENT): Define.
1732
1733 * config/cris/cris-protos.h (cris_asm_output_ident): Add prototype.
1734 * config/cris/cris.c (cris_asm_output_ident): New function.
1735 * config/cris/cris.h (ASM_OUTPUT_IDENT, IDENT_ASM_OP): Remove.
1736
1737 * config/microblaze/microblaze-protos.h (microblaze_asm_output_ident):
1738 Add prototype.
1739 * config/microblaze/microblaze.c: Include cgraph.h for add_asm_node.
1740 (microblaze_asm_output_ident): Rewrite to work similar to
1741 default_asm_output_ident_directive for front-end .idents.
1742 * config/microblaze/microblaze.h (ASM_OUTPUT_IDENT): Remove.
1743 (TARGET_ASM_OUTPUT_IDENT): Define.
1744
1745 * config/mips/mips.h (ASM_OUTPUT_IDENT): Remove.
1746 * config/mips/sde.h (IDENT_ASM_OP, ASM_OUTPUT_IDENT): Remove.
1747
1748 * config/rx/rx.c: Include cgraph.h for add_asm_node.
1749 (rx_asm_output_ident): New function, similar to
1750 default_asm_output_ident_directive, but handle AS100 syntax also, so
1751 that #ident also works for rx in AS100 syntax.
1752 (TARGET_ASM_OUTPUT_IDENT): Define.
1753 * config/rx/rx.h (IDENT_ASM_OP): Remove.
1754
1755 * Makefile.in: Fix dependencies for c-family/c-lex.o.
1756
1757 2012-06-19 Uros Bizjak <ubizjak@gmail.com>
1758
1759 * config/i386/i386.md (FIST_ROUNDING): New int iterator.
1760 (rounding): Handle UNSPEC_FIST_{FLOOR,CEIL}.
1761 (ROUNDING): Ditto.
1762 (*fist<mode>2_<rounding>_1): Macroize insn from
1763 *fist<mode>2_{floor,ceil}_1 using FIST_ROUNDING int iterator.
1764 (fistdi2_<rounding>): Macroize insn from
1765 fistdi2_{floor,ceil} using FIST_ROUNDING int iterator.
1766 (fistdi2_<rounding>_with_temp and splitters): Macroize insn and
1767 corresponding splitters from fistdi2_{floor,ceil} and corresponding
1768 splitters using FIST_ROUNDING int iterator.
1769 (fist<mode>2_<rounding>): Macroize insn from
1770 fist<mode>2_{floor,ceil} using FIST_ROUNDING int iterator.
1771 (fist<mode>2_<rounding>_with_temp and splitters): Macroize insn and
1772 corresponding splitters from fist<mode>2_{floor,ceil} and corresponding
1773 splitters using FIST_ROUNDING int iterator.
1774 (l<rounding>xf<mode>2): Macroize expander from l{floor,ceil}xf<mode>2
1775 using FIST_ROUNDING int iterator.
1776
1777 2012-06-19 Richard Henderson <rth@redhat.com>
1778
1779 * config/i386/i386-protos.h (ix86_expand_sse2_mulv4si3): Declare.
1780 * config/i386/i386.c (ix86_expand_sse2_mulv4si3): New.
1781 * config/i386/predicates.md (nonimmediate_or_const_vector_operand): New.
1782 * config/i386/sse.md (sse2_mulv4si3): Delete.
1783 (mul<VI4_AVX2>3): Use ix86_expand_sse2_mulv4si3 and
1784 nonimmediate_or_const_vector_operand.
1785
1786 2012-06-19 Richard Henderson <rth@redhat.com>
1787
1788 * expmed.c (struct init_expmed_rtl): Split ...
1789 (init_expmed_one_mode): ... out of ...
1790 (init_expmed): ... here. Initialize integer vector modes also.
1791 (synth_mult): Handle integer vector modes.
1792 (choose_mult_variant): Likewise.
1793 (expand_mult_const): Likewise.
1794 (expand_mult): Likewise.
1795 * machmode.h (GET_MODE_UNIT_BITSIZE): New.
1796
1797 2012-06-19 Richard Henderson <rth@redhat.com>
1798
1799 * config/i386/i386.c (ix86_rtx_costs): Handle CONST_VECTOR, and
1800 integral vector modes.
1801
1802 2012-06-19 Uros Bizjak <ubizjak@gmail.com>
1803
1804 * config/i386/i386.md (FRNDINT_ROUNDING): New int iterator.
1805 (rounding): New int attribute.
1806 (ROUNDING): Ditto.
1807 (frndintxf2_<rounding>): Macroize insn from
1808 frndintxf2_{floor,ceil,trunc} using FRNDINT_ROUNDING int iterator.
1809 (frndintxf2_<rounding>_i387): Macroize insn from
1810 frndintxf2_{floor,ceil,trunc}_i387 using FRNDINT_ROUNDING int iterator.
1811
1812 2012-06-19 Richard Guenther <rguenther@suse.de>
1813
1814 * tree-vrp.c (union_ranges): New function.
1815 (vrp_meet_1): Use union_ranges.
1816 (vrp_meet): Dump what we union and call vrp_meet_1.
1817
1818 2012-06-19 Richard Earnshaw <rearnsha@arm.com>
1819
1820 * arm.md (enum unspec): Delete UNSPEC_SIN and UNSPEC_COS.
1821 (attr type): Remove fmul, ffmul, farith, ffarith, float_em
1822 f_fpa_load, f_fpa_store, f_mem_r, r_mem_f.
1823 (attr write_conflict, attr core_cycles): Update.
1824 * arm-generic.md (r_mem_f_wbuf): Delete reservation.
1825
1826 2012-06-19 Richard Guenther <rguenther@suse.de>
1827
1828 * tree-vrp.c (intersect_ranges): Handle more cases.
1829 (vrp_intersect_ranges): Dump what we intersect and call ...
1830 (vrp_intersect_ranges_1): ... this.
1831
1832 2012-06-19 Richard Guenther <rguenther@suse.de>
1833
1834 PR tree-optimization/53708
1835 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Preserve
1836 user-supplied alignment and alignment of decls with the used
1837 attribute.
1838
1839 2012-06-18 Lawrence Crowl <crowl@google.com>
1840
1841 * timevar.def (TV_PHASE_GENERATE): Rename to TV_PHASE_LATE_ASM.
1842 (TV_PHASE_CGRAPH): Rename to TV_PHASE_OPT_GEN.
1843 (TV_PHASE_STREAM_IN): New.
1844 (TV_PHASE_STREAM_OUT): New.
1845 * timevar.c (validate_phases): New.
1846 (timevar_print): Call validate_phases.
1847 * c-decl.c (c_write_global_declarations): Rename use of TV_PHASE_CGRAPH
1848 to TV_PHASE_OPT_GEN.
1849 * langhooks.c (write_global_declarations): Rename use of
1850 TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Use TV_PHASE_DBGINFO instead of
1851 TV_PHASE_CHECK_DBGINFO.
1852 * toplev.c (compile_file): Rename use of TV_PHASE_GENERATE to
1853 TV_PHASE_LATE_ASM. Move start of TV_PHASE_LATE_ASM to after call to
1854 lang_hooks.decls.final_write_globals.
1855
1856 2012-06-18 David Edelshn <dje.gcc@gmail.com>
1857
1858 * config/rs6000/aix52.h (TARGET_EXTRA_BUILTINS): Define as 0.
1859
1860 2012-06-18 Uros Bizjak <ubizjak@gmail.com>
1861
1862 PR target/53712
1863 * config/i386/sse.md (*sse4_2_pcmpestr_unaligned): New.
1864 (*sse4_2_pcmpistr_unaligned): New.
1865
1866 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1867 Sameera Deshpande <sameera.deshpande@arm.com>
1868 Greta Yorsh <greta.yorsh@arm.com>
1869
1870 * config/arm/arm-protos.h (arm_output_epilogue): Remove.
1871 * config/arm/arm.c (print_multi_reg): Remove.
1872 (vfp_output_fldmd): Likewise.
1873 (arm_output_epilogue): Likewise.
1874 * config/arm/arm.md (epilogue_insns): Update condition and code.
1875
1876 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1877 Sameera Deshpande <sameera.deshpande@arm.com>
1878 Greta Yorsh <greta.yorsh@arm.com>
1879
1880 * config/arm/arm-protos.h (thumb2_expand_return): New declaration.
1881 * config/arm/arm.c (thumb2_expand_return): New function.
1882 * config/arm/arm.md (return): Update condition and code.
1883
1884 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1885 Sameera Deshpande <sameera.deshpande@arm.com>
1886 Greta Yorsh <greta.yorsh@arm.com>
1887
1888 * config/arm/arm-protos.h (output_return_instruction): New parameter
1889 and int to bool change of parameter types.
1890 * config/arm/arm.c (output_return_instruction): Likewise.
1891 * config/arm/arm.md (arm_simple_return): New pattern.
1892 (arm_return, cond_return, cond_return_inverted): Add new arguments.
1893 * config/arm/thumb2.md (thumb2_return): Update condition and code.
1894
1895 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1896 Sameera Deshpande <sameera.deshpande@arm.com>
1897 Greta Yorsh <greta.yorsh@arm.com>
1898
1899 * config/arm/arm-protos.h (arm_expand_epilogue): New declaration.
1900 * config/arm/arm.c (arm_expand_epilogue): New function.
1901 * config/arm/arm.md (epilogue): Update condition and code.
1902 (sibcall_epilogue): Likewise.
1903
1904 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1905 Sameera Deshpande <sameera.deshpande@arm.com>
1906 Greta Yorsh <greta.yorsh@arm.com>
1907
1908 * config/arm/arm.c (arm_expand_epilogue_apcs_frame): New function.
1909 * config/arm/arm.md (arm_addsi3) Add an alternative.
1910
1911 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1912 Sameera Deshpande <sameera.deshpande@arm.com>
1913 Greta Yorsh <greta.yorsh@arm.com>
1914
1915 * config/arm/arm.md (vfp_pop_multiple_with_writeback) New define_insn.
1916 * config/arm/predicates.md (pop_multiple_fp) New special predicate.
1917 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): New function.
1918
1919 2012-06-18 Ian Bolton <ian.bolton@arm.com>
1920 Sameera Deshpande <sameera.deshpande@arm.com>
1921 Greta Yorsh <greta.yorsh@arm.com>
1922
1923 * config/arm/arm.md (load_multiple_with_writeback) New define_insn.
1924 (load_multiple, pop_multiple_with_writeback_and_return) Likewise.
1925 (pop_multiple_with_return, ldr_with_return) Likewise.
1926 * config/arm/predicates.md (pop_multiple_return) New special predicate.
1927 * config/arm/arm-protos.h (arm_output_multireg_pop) New declaration.
1928 * config/arm/arm.c (arm_output_multireg_pop) New function.
1929 (arm_emit_multi_reg_pop): New function.
1930
1931 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
1932
1933 * config/arm/arm.c (ldm_stm_operation_p): Require SP
1934 as base register for loads if SP is in the register list.
1935
1936 2012-06-18 Richard Guenther <rguenther@suse.de>
1937
1938 PR tree-optimization/53693
1939 * tree-vect-patterns.c (vect_operation_fits_smaller_type):
1940 Reject operands with more than one use.
1941
1942 2012-06-18 Bill Schmidt <wschmidt@linux.ibm.com>
1943
1944 PR tree-optimization/53703
1945 * tree-ssa-phiopt.c (hoist_adjacent_loads): Skip virtual phis;
1946 correctly set bb_for_def[12].
1947
1948 2012-06-18 Steven Bosscher <steven@gcc.gnu.org>
1949
1950 * config/vax/vax.h (VMS_TARGET): Remove.
1951
1952 2012-06-18 Richard Guenther <rguenther@suse.de>
1953
1954 * tree-vrp.c (extract_range_from_assert): Split out range
1955 intersecting code.
1956 (intersect_ranges): New function.
1957 (vrp_intersect_ranges): Likewise.
1958
1959 2012-06-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1960
1961 * config/s390/s390.c (s390_gimplify_va_arg): Revert change from
1962 r187965.
1963
1964 2012-06-18 Tejas Belagod <tejas.belagod@arm.com>
1965
1966 * doc/md.texi: Document int iterators.
1967 * read-rtl.c (ints): New iterator group.
1968 (find_int): Int iterator group callback.
1969 (apply_int_iterator): Likewise.
1970 (apply_iterators): Traverse int iterator table and add all the used
1971 iterators to list.
1972 (initialize_iterators): Initialize data structures and callbacks for
1973 int iterators.
1974 (read_rtx): Parse and read mappings for int iterators.
1975 (read_rtx_code): Record int iterator usage.
1976
1977 2012-06-18 Richard Sandiford <rdsandiford@googlemail.com>
1978
1979 PR middle-end/53698
1980 * expr.c (expand_expr_addr_expr_1): Convert to tmode before
1981 performing an addition.
1982
1983 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1984
1985 * output.h (split_double): Move prototype to rtl.h.
1986 (constructor_static_from_elts_p): Move prototype to tree.c.
1987 * rtl.h (split_double): Moved here from output.h.
1988 * tree.h (constructor_static_from_elts_p): Moved here from output.h.
1989 * final.c (split_double): Move from here ...
1990 * rtlanal.c (split_double): ... to here.
1991 * expr.c: Do not include output.h.
1992
1993 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
1994
1995 * cfglayout.h: Remove.
1996 * cfglayout.c: Remove.
1997 * function.h (struct function): Remove x_last_location field.
1998 * function.c: Do not include cfglayout.h.
1999 (expand_function_start): Do not call no-op force_next_line_note.
2000 (expand_function_end): Likewise.
2001 * cfgrtl.c: Do not include cfglayout.h. Include gt-cfgrtl.h.
2002 (unlink_insn_chain): Moved here from cfglayout.c.
2003 (skip_insns_after_block, label_for_bb, record_effective_endpoints,
2004 into_cfg_layout_mode, outof_cfg_layout_mode,
2005 pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode,
2006 relink_block_chain, fixup_reorder_chain, verify_insn_chain,
2007 fixup_fallthru_exit_predecessor, force_one_exit_fallthru,
2008 cfg_layout_can_duplicate_bb_p, duplicate_insn_chain,
2009 cfg_layout_duplicate_bb, cfg_layout_initialize, break_superblocks,
2010 cfg_layout_finalize): Likewise.
2011 (rtl_can_remove_branch_p): Likewise.
2012 * rtl.h (insn_scope): Move prototype from cfglayout.h here.
2013 (duplicate_insn_chain): Likewise.
2014 (force_next_line_note): Remove prototype.
2015 * emit-rtl.c: Do not include tree-flow.h, egad. Include vecprim.h.
2016 (last_location): Remove #define to emit.x_last_location.
2017 (force_next_line_note): Remove no-op function.
2018 (init_emit): Don't set x_last_location.
2019 (block_locators_locs, block_locators_blocks, locations_locators_locs,
2020 locations_locators_vals, prologue_locator, epilogue_locator,
2021 curr_location, last_location, curr_block, last_block, curr_rtl_loc):
2022 Move POD to here from cfglayout.c.
2023 (insn_locators_alloc, insn_locators_finalize, insn_locators_free,
2024 set_curr_insn_source_location, get_curr_insn_source_location,
2025 set_curr_insn_block, get_curr_insn_block, curr_insn_locator,
2026 locator_scope, insn_scope, locator_location, locator_line, insn_line,
2027 locator_file, insn_file, locator_eq): Move to here from cfglayout.c.
2028 * cfghooks.h: Remove double-include protection.
2029 (can_copy_bbs_p, copy_bbs): Move prototypes from cfglayout.h to here.
2030 * cfghooks.c (can_copy_bbs_p, copy_bbs): Move to here from cfglayout.c.
2031 * final.c: Do not include cfglayout.h.
2032 (choose_inner_scope, change_scope): Move to here from cfglayout.c.
2033 (reemit_insn_block_notes): Likewise. Make static.
2034 * tree-flow.h (tree_could_trap_p, operation_could_trap_helper_p,
2035 operation_could_trap_p, tree_could_throw_p): Move from here...
2036 * tree.h: ... to here.
2037 * gengtype.c (open_base_files): Remove cfglayout.h from the list.
2038 * profile.c: Do not include cfghooks.h.
2039 * cfgloopmanip.c: Do not include cfglayout.h and cfghooks.h.
2040 * modulo-sched.c: Likewise.
2041 * loop-unswitch.c: Do not include cfglayout.h.
2042 * sched-ebb.c: Likewise.
2043 * tracer.c: Likewise.
2044 * ddg.c: Likewise.
2045 * tree-vect-loop-manip.c: Likewise.
2046 * loop-init.c: Likewise.
2047 * dwarf2out.c: Likewise.
2048 * hw-doloop.c: Likewise.
2049 * loop-unroll.c: Likewise.
2050 * cfgcleanup.c: Likewise.
2051 * bb-reorder.c: Likewise.
2052 * sched-rgn.c: Likewise.
2053 * tree-cfg.c: Likewise.
2054 * config/alpha/alpha.c: Likewise.
2055 * config/spu/spu.c: Likewise.
2056 * config/sparc/sparc.c: Likewise.
2057 * config/sh/sh.c: Likewise.
2058 * config/c6x/c6x.c: Likewise.
2059 * config/ia64/ia64.c: Likewise.
2060 * config/rs6000/rs6000.c: Likewise.
2061 * config/score/score.c: Likewise.
2062 * config/mips/mips.c: Likewise.
2063 * config/bfin/bfin.c: Likewise.
2064 * Makefile.in (CFGAYOUT_H): Remove, and fixup users.
2065 * config/rs6000/t-rs6000 (rs6000.o): Do not depend on cfglayout.h.
2066 * config/spu/t-spu-elf (spu.o: $): Likewise.
2067 * config/sparc/t-sparc (sparc.o): Do not depend on CFGLAYOUT_H.
2068
2069 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
2070
2071 * cfgloop.h: Do not include rtl.h.
2072 (enum iv_extend_code): New.
2073 (struct rtx_iv): Use iv_extend_code instead of rtx_code.
2074 * Makefile.in (CFGLOOP_H): Do not depend on RTL_H.
2075 * loop-iv.c (iv_extend_to_rtx_code): New function to translate
2076 an IV_EXTEND_CODE to an RTX_CODE.
2077 (dump_iv_info): Update for rtx_iv field type change.
2078 (iv_constant): Likewise.
2079 (iv_subreg): Likewise.
2080 (iv_extend): Likewise.
2081 (iv_neg): Likewise.
2082 (iv_add): Likewise.
2083 (iv_mult): Likewise.
2084 (iv_shift): Likewise.
2085 (get_biv_step_1): Likewise.
2086 (get_biv_step): Likewise.
2087 (iv_analyze_biv): Likewise.
2088 (get_iv_value): Likewise.
2089 (shorten_into_mode): Likewise.
2090 (canonicalize_iv_subregs): Likewise.
2091 * sese.c (sese_build_liveouts): Use MAY_HAVE_DEBUG_STMTS instead
2092 of MAY_HAVE_DEBUG_INSNS.
2093 * tree-ssa-loop-ivopts.c: Include recog.h after expr.h.
2094 * tree-ssa-loop-prefetch.c: Likewise.
2095
2096 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
2097
2098 * expmed.c (ceil_log2): Move from here...
2099 * hwint.c: ... to here for older GCCs...
2100 * hwint.h: ... and here for newer GCCs.
2101 * rtl.h (ceil_log2): Remove prototype.
2102
2103 * tree-phinodes.c: Do not include rtl.h.
2104 * Makefile.in (tree-phinodes.o): Do not depend on RTL_H.
2105
2106 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
2107
2108 * config/cris/cris.h (TARGET_ELF): Remove.
2109 (FORCE_EH_FRAME_INFO_IN_DATA_SECTION): Remove.
2110 (CRIS_ASM_OUTPUT_ALIGNED_DECL_COMMON): Simpify using TARGET_ELF==1.
2111 (LOCAL_LABEL_PREFIX): Likewise.
2112 * config/cris/cris.c (cris_target_asm_named_section): Remove.
2113 (cris_option_override): Simpify using TARGET_ELF==1.
2114 (cris_file_start): Likewise.
2115 * config/cris/cris-protos.h (cris_target_asm_named_section): Remove.
2116
2117 2012-06-17 Uros Bizjak <ubizjak@gmail.com>
2118
2119 * config/i386/sse.md (vcvtph2ps): Fix vec_select selector.
2120
2121 2012-06-16 Eric Botcazou <ebotcazou@adacore.com>
2122
2123 PR middle-end/53590
2124 * tree-inline.c (initialize_cfun): Copy can_delete_dead_exceptions.
2125
2126 2012-06-15 Easwaran Raman <eraman@google.com>
2127
2128 * passes.c (init_optimization_passes): Remove pass_call_cdce
2129 from its current position and insert after pass_dce.
2130
2131 2012-06-15 Walter Lee <walt@tilera.com>
2132
2133 * config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.
2134
2135 2012-06-15 Richard Earnshaw <rearnsha@arm.com>
2136
2137 * arm.c (note_invalid_constants): Don't return a result.
2138 (arm_memory_load_p): Delete function.
2139 (arm_const_double_rtx): Delete iterator variable i;
2140 (fp_immediate_constant): Likewise.
2141 (fp_const_from_val): Likewise.
2142
2143 * arm.c (arm_init_iwmmxt_builtins): Delete void_ftype_void.
2144
2145 2012-06-15 Marc Glisse <marc.glisse@inria.fr>
2146
2147 PR c++/51033
2148 * c-typeck.c (c_build_vec_perm_expr): Move to c-family/c-common.c.
2149 * c-tree.h (c_build_vec_perm_expr): Move to c-family/c-common.h.
2150
2151 2012-06-15 Georg-Johann Lay <avr@gjlay.de>
2152
2153 * config/avr/avr.c (avr_default_expand_builtin): New function.
2154 (avr_expand_builtin): Use it.
2155 (avr_expand_unop_builtin): Remove.
2156 (avr_expand_binop_builtin): Remove.
2157 (avr_expand_triop_builtin): Remove.
2158
2159 2012-06-15 Michael Matz <matz@suse.de>
2160
2161 PR middle-end/38474
2162 * cfgexpand.c (add_alias_set_conflicts): Remove.
2163 (expand_used_vars): Don't call it.
2164 (aggregate_contains_union_type): Remove.
2165 * function.c (n_temp_slots_in_use): New static data.
2166 (make_slot_available, assign_stack_temp_for_type): Update it.
2167 (init_temp_slots): Zero it.
2168 (remove_unused_temp_slot_addresses): Use it for quicker removal.
2169 (remove_unused_temp_slot_addresses_1): Use htab_clear_slot.
2170
2171 2012-06-15 Michael Matz <matz@suse.de>
2172
2173 * gimplify.c (gimplify_compound_literal_expr): Take gimple_test_f
2174 argument, don't emit assign statement if value is directly usable.
2175 (gimplify_expr): Adjust.
2176
2177 2012-06-15 Michael Matz <matz@suse.de>
2178
2179 * gimplify.c (gimplify_modify_expr): Fold generated statements.
2180 * gimple-fold.c (can_refer_decl_in_current_unit_p): Check flag_ltrans.
2181
2182 2012-06-15 Richard Guenther <rguenther@suse.de>
2183
2184 * tree-vrp.c (set_and_canonicalize_value_range): Use canonical
2185 predicates to set VR_UNDEFINED and VR_VARYING. Drop a case
2186 we assert for in set_value_range to VR_VARYING.
2187
2188 2012-06-15 Richard Earnshaw <rearnsha@arm.com>
2189
2190 * arm.md (addsf3, adddf3): Use s_register_operand.
2191 (subsf3, subdf3): Likewise.
2192 (mulsf3, muldf3): Likewise.
2193 (difsf3, divdf3): Likewise.
2194 (movsfcc, movdfcc): Likewise.
2195 * predicates.md (f_register_operand): Delete.
2196 (arm_float_rhs_operand): Delete.
2197 (arm_float_add_operand): Delete.
2198 (arm_float_compare_operand): Use s_register_operand when
2199 there's no VFP.
2200 (cirrus_register_operand): Delete.
2201 (cirrus_fp_register): Delete.
2202 (cirrus_shift_const): Delete.
2203 (cmpdi_operand): Remove Maverick support.
2204 * constraints.md (f, v, H): Delete constraints.
2205 (G): Update documentation.
2206 * arm.c (fp_consts_inited): Convert to bool.
2207 (strings_fp): Delete.
2208 (values_fp): Delete.
2209 (value_fp0): New variable.
2210 (init_fp_table): Simplify logic.
2211 (arm_const_double_rtx): Likewise.
2212 (fp_immediate_constant): Likewise.
2213 (fp_const_from_val): Likewise.
2214 (neg_const_double_rtx_ok_for_fpa): Delete.
2215 * doc/md.texi (ARM constraints): Update documentation.
2216
2217 2012-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2218
2219 PR tree-optimization/53636
2220 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Verify
2221 stride when doing basic-block vectorization.
2222
2223 2012-06-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2224
2225 * tree-vect-generic.c (lower_vec_perm): Propagate vector constants
2226 into VEC_PERM_EXPR.
2227
2228 2012-06-15 Jakub Jelinek <jakub@redhat.com>
2229
2230 * tree-vect-patterns.c (vect_pattern_recog): Don't unnecessarily
2231 allocate and free bbs array for the SLP case.
2232
2233 PR tree-optimization/51581
2234 * expr.h (choose_multiplier): New prototype.
2235 * expmed.c (choose_multiplier): No longer static.
2236 Change multiplier_ptr from rtx * to UHWI *.
2237 (expand_divmod): Adjust callers.
2238 * tree-vect-patterns.c (vect_recog_sdivmod_pow2_pattern): Renamed to...
2239 (vect_recog_divmod_pattern): ... this. Pass bb_vinfo as last
2240 argument to new_stmt_vec_info. Attempt to optimize also divisions
2241 by non-pow2 constants if integer vector division isn't supported.
2242 * tree-vect-stmts.c (vect_analyze_stmt): If node != NULL,
2243 don't look at pattern stmts and sequences.
2244
2245 2012-06-15 Eric Botcazou <ebotcazou@adacore.com>
2246
2247 PR middle-end/53590
2248 * common.opt (-fdelete-dead-exceptions): New switch.
2249 * doc/invoke.texi (Code Gen Options): Document it.
2250 * cse.c (count_reg_usage) <CALL_INSN>: Use !insn_nothrow_p in lieu of
2251 insn_could_throw_p predicate. Do not skip an insn that could throw
2252 if dead exceptions can be deleted.
2253 (insn_live_p): Likewise, do not return true in that case.
2254 * dce.c (can_alter_cfg): New flag.
2255 (deletable_insn_p): Do not return false for an insn that can throw if
2256 the CFG can be altered and dead exceptions can be deleted.
2257 (init_dce): Set can_alter_cfg to false for fast DCE, true otherwise.
2258 * dse.c (scan_insn): Use !insn_nothrow_p in lieu of insn_could_throw_
2259 predicate. Do not preserve an insn that could throw if dead exceptions
2260 can be deleted.
2261 * function.h (struct function): Add can_delete_dead_exceptions flag.
2262 * function.c (allocate_struct_function): Set it.
2263 * lto-streamer-in.c (input_struct_function_base): Stream it.
2264 * lto-streamer-out.c (input_struct_function_base): Likewise.
2265 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark a
2266 statement that could throw as necessary if dead exceptions can be
2267 deleted.
2268
2269 2012-06-14 Maxim Kuvyrkov <maxim@codesourcery.com>
2270
2271 * config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.
2272
2273 2012-06-14 Oleg Endo <olegendo@gcc.gnu.org>
2274
2275 PR target/53568
2276 * config/sh/sh.md: Add peephole for swapbsi2.
2277 (*swapbisi2_and_shl8, *swapbhisi2): New insns and splits.
2278
2279 2012-06-14 Uros Bizjak <ubizjak@gmail.com>
2280
2281 * config/i386/i386.md (*zero_extendsidi2): Remove x,x alternative.
2282 (*zero_extendsidi2_rex64): Ditto. Remove isa attribute.
2283
2284 2012-06-14 Jakub Jelinek <jakub@redhat.com>
2285
2286 PR target/53639
2287 * config/i386/i386.md (*anddi_1 into *andsi_1_zext splitter): New.
2288
2289 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
2290
2291 * arm.c (arm_cirrus_insn_p): Delete.
2292 (cirrus_reorg): Delete.
2293 (arm_reorg): Don't call cirrus_reorg.
2294 (arm_final_prescan_insn_p): Don't check for cirrus insns.
2295 * arm.md (define_attr "type"): Remove mav_farith and mav_dmult.
2296 (adddi3, subdi3): Remove Maverick support.
2297 (arm_adddi3): Likewise.
2298 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
2299 (addsf3, adddf3): Likewise.
2300 (subsf3, subdf3): Likewise.
2301 (mulsf3, muldf3): Likewise.
2302 (ashldi3, ashrdi3, lshrdi3): Likewise.
2303 (floatsisf2, floatsidf2): Likewise.
2304 (fix_truncsfsi2, fix_truncdfsi2): Likewise.
2305 (arm_movdi, thumb1_movdi_insn): Likewise.
2306 (arm_cmpdi_insn): Likewise.
2307 (cirrus_cmpsf, cirrus_cmpdf, cirrus_cmpdi): Likewise.
2308 (cirrus.md): Don't include.
2309 * cirrus.md: Delete file.
2310 * t-arm (MD_INCLUDES): Remove cirrus.md.
2311
2312 2012-06-14 Eric Botcazou <ebotcazou@adacore.com>
2313
2314 * dwarf2out.c (function_possibly_abstracted_p): New static function.
2315 (gen_subprogram_die): Use it function_possibly_abstracted_p in lieu of
2316 cgraph_function_possibly_inlined_p.
2317 (gen_inlined_subroutine_die): Return if the origin is to be ignored.
2318 (process_scope_var): Do not emit concrete instances of abstracted
2319 nested functions from here.
2320 (gen_decl_die): Emit the abstract instance if the function is possibly
2321 abstracted and not only possibly inlined.
2322 (dwarf2out_finish): Find the first non-abstract parent instance and
2323 attach concrete instances on the limbo list to it.
2324
2325 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
2326
2327 * arm.md (divsf3, divdf3): Remove FPA support.
2328 (negsf2, negdf2): Likewise.
2329 (sqrtsf2, sqrtdf2): Likewise.
2330 (movdfcc): Likewise.
2331 (modsf3, moddf3, movxf): Delete.
2332 (push_fp_multi): Delete.
2333 (fpa.md): Don't include it.
2334 * fpa.md: Delete file.
2335 * t-arm (MD_INCLUDES): Remove fpa.md.
2336
2337 2012-06-14 Bill Schmidt <wschmidt@linux.ibm.com>
2338
2339 * tree-vectorizer.h (vect_get_stmt_cost): Move from tree-vect-stmts.c.
2340 (cost_for_stmt): Remove decl.
2341 (vect_get_single_scalar_iteration_cost): Correct typo in name.
2342 * tree-vect-loop.c (vect_get_cost): Remove.
2343 (vect_get_single_scalar_iteration_cost): Correct typo in name; use
2344 vect_get_stmt_cost rather than vect_get_cost.
2345 (vect_get_known_peeling_cost): Use vect_get_stmt_cost rather than
2346 vect_get_cost.
2347 (vect_estimate_min_profitable_iters): Correct typo in call to
2348 vect_get_single_scalar_iteration_cost; use vect_get_stmt_cost rather
2349 than vect_get_cost.
2350 (vect_model_reduction_cost): Use vect_get_stmt_cost rather than
2351 vect_get_cost.
2352 (vect_model_induction_cost): Likewise.
2353 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Correct
2354 typo in call to vect_get_single_scalar_iteration_cost.
2355 * tree-vect-stmts.c (vect_get_stmt_cost): Move to tree-vectorizer.h.
2356 (cost_for_stmt): Remove unnecessary function.
2357 * Makefile.in (TREE_VECTORIZER_H): Update dependencies.
2358
2359 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
2360
2361 * arm.opt (mfp=2, mfp=3, mfpe, mfpe=2, mfpe=3): Delete options.
2362 * arm-fpus.def (fpa, fpe2, fpe3, maverick): Delete FPU types.
2363 * arm-tables.opt: Regenerated.
2364 * doc/invoke.texi: Remove references to deleted options.
2365
2366 2012-06-14 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
2367
2368 * config/h8300/genmova.sh: Modified to add offset bits of
2369 mova/Sz assembly instruction for memory access.
2370 * config/h8300/h8300.c: Likewise.
2371 * config/h8300/mova.md: Likewise.
2372
2373 2012-06-12 Christian Bruel <christian.bruel@st.com>
2374
2375 PR target/53621
2376 * config/sh/sh.c (sh_option_override): Don't force
2377 flag_omit_frame_pointer and maccumulate_outgoing_args.
2378 * config/sh/sh.opt (maccumulate-outgoing-args): Init as Var.
2379
2380 2012-06-14 Richard Guenther <rguenther@suse.de>
2381
2382 * tree-vrp.c (VR_INITIALIZER): New define.
2383 (ranges_from_anti_range): New function.
2384 (extract_range_from_binary_expr_1): Decompose operations on
2385 VR_ANTI_RANGEs to operations on VR_RANGE.
2386 (extract_range_from_unary_expr_1): Likewise.
2387 (extract_range_from_binary_expr_1, extract_range_from_binary_expr,
2388 extract_range_from_unary_expr_1, extract_range_from_unary_expr,
2389 extract_range_from_cond_expr, adjust_range_with_scev,
2390 vrp_visit_assignment_or_call, vrp_visit_phi_node,
2391 simplify_bit_ops_using_ranges): Use VR_INITIALIZER.
2392
2393 2012-06-13 Richard Henderson <rth@redhat.com>
2394
2395 * hwint.h (HOST_WIDEST_INT_C): New.
2396 (HOST_WIDE_INT_C): New.
2397 (HOST_WIDE_INT_1): Use it.
2398 * config/alpha/alpha.c (alpha_trampoline_init): Use it.
2399
2400 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
2401
2402 PR debug/49888
2403 * var-tracking.c: Include alias.h.
2404 (overlapping_mems): New struct.
2405 (drop_overlapping_mem_locs): New.
2406 (clobber_overlapping_mems): New.
2407 (var_mem_delete_and_set, var_mem_delete): Call it.
2408 (val_bind): Likewise, but only if modified.
2409 (compute_bb_dataflow, emit_notes_in_bb): Call it on MEMs.
2410 * Makefile.in (var-tracking.o): Depend in $(ALIAS_H).
2411
2412 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
2413
2414 PR debug/47624
2415 * var-tracking.c (loc_exp_dep_pool): New.
2416 (vt_emit_notes): Create and release the pool.
2417 (compute_bb_dataflow): Use value-based locations in MO_VAL_SET.
2418 (emit_notes_in_bb): Likewise.
2419 (loc_exp_dep_insert): Deal with NOT_ONEPART vars.
2420 (notify_dependents_of_changed_value): Likewise.
2421 (notify_dependents_of_resolved_value): Check that NOT_ONEPART
2422 variables don't have a VAR_LOC_DEP_LST.
2423 (emit_note_insn_var_location): Expand NOT_ONEPART locs that are
2424 VALUEs or MEMs of VALUEs.
2425
2426 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
2427
2428 PR debug/52983
2429 PR debug/48866
2430 * dce.c (word_dce_process_block): Insert debug temps only if the
2431 insn is not marked.
2432 (dce_process_block): Likewise, and if debug.used is not empty,
2433 and only after iterating over all DEFs that might mark the insn.
2434
2435 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
2436
2437 * common.opt (ftree-coalesce-inlined-vars): New.
2438 (ftree-coalesce-vars): New.
2439 * doc/invoke.texi: Document them.
2440 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
2441 Implement them.
2442
2443 2012-06-13 Richard Sandiford <rdsandiford@googlemail.com>
2444
2445 * read-rtl.c (mapping): Remove index field. Add current_value field.
2446 Define heap vectors.
2447 (iterator_group): Fix long line. Remove num_builtins field and
2448 uses_iterator fields. Make apply_iterator take a void * parameter.
2449 (iterator_use, atttribute_use): New structures.
2450 (iterator_traverse_data, BELLWETHER_CODE, bellwether_codes): Delete.
2451 (current_iterators, iterator_uses, attribute_uses): New variables.
2452 (uses_mode_iterator_p, uses_code_iterator_p): Delete.
2453 (apply_mode_iterator, apply_code_iterator): Take a void * parameter.
2454 (map_attr_string, apply_iterator_to_string): Remove iterator
2455 and value parameters. Look through all current iterator values
2456 for a matching attribute.
2457 (mode_attr_index, apply_mode_maps): Delete.
2458 (apply_iterator_to_rtx): Replace with...
2459 (copy_rtx_for_iterators): ...this new function.
2460 (uses_iterator_p, apply_iterator_traverse): Delete.
2461 (apply_attribute_uses, add_current_iterators, apply_iterators): New
2462 functions.
2463 (add_mapping): Remove index field. Set current_value field.
2464 (initialize_iterators): Don't set num_builtins and uses_iterator_p
2465 fields.
2466 (find_iterator): Delete.
2467 (record_iterator_use, record_attribute_use): New functions.
2468 (record_potential_iterator_use): New function.
2469 (check_code_iterator): Remove handling of bellwether codes.
2470 (read_rtx): Remove mode maps. Truncate iterator and attribute uses.
2471 (read_rtx_code, read_nested_rtx, read_rtx_variadic): Remove mode_maps
2472 parameter. Use the first code iterator value instead of the
2473 bellwether_codes array. Use record_potential_iterator_use for modes.
2474
2475 2012-06-13 Oleg Endo <olegendo@gcc.gnu.org>
2476
2477 PR target/53568
2478 * config/sh/sh.md (bswapsi2): New expander.
2479 (swapbsi2): New insn.
2480
2481 2012-06-13 H.J. Lu <hongjiu.lu@intel.com>
2482
2483 PR target/53647
2484 * config/i386/i386.c (ix86_tune_cost): New variable.
2485 (ix86_option_override_internal): Set ix86_tune_cost. Use
2486 ix86_tune_cost for simultaneous_prefetches, prefetch_block,
2487 l1_cache_size and l2_cache_size.
2488
2489 2012-06-13 Richard Guenther <rguenther@suse.de>
2490
2491 * tree-vrp.c (vrp_meet): Properly meet equivalent ranges.
2492 Handle meeting two VR_RANGE to an VR_ANTI_RANGE. Implement
2493 all possible meetings of VR_RANGE with VR_ANTI_RANGE and
2494 VR_ANTI_RANGE with VR_ANTI_RANGE.
2495
2496 2012-06-13 Richard Earnshaw <rearnsha@arm.com>
2497
2498 * config.gcc (unsupported): Move obsoleted FPA-based configurations
2499 here from ...
2500 (obsolete): ... here.
2501 (arm*-*-freebsd*): Remove.
2502 (arm*-*-linux*): Only accept EABI variants. Simplify logic.
2503 (arm*-*-uclinux*): Likewise.
2504 (arm*-*-ecos-elf): Remove.
2505 (arm*-*-rtems*): Remove.
2506 (arm*-*-elf): Remove.
2507 (arm*-wince-pe*): Remove.
2508 (arm, --with-fpu): Remove support for fpa and Maverick variants.
2509 * arm/ecos-elf.h: Delete.
2510 * arm/t-strongarm-elf: Delete.
2511 * arm/rtems-elf.h: Delete.
2512 * arm/wince-pe.h: Delete.
2513 * arm/pe.c: Delete.
2514 * arm/pe.h: Delete.
2515 * arm/t-wince-pe: Delete.
2516
2517 2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
2518
2519 PR tree-optimization/53647
2520 * tree-ssa-phiopt.c (gate_hoist_loads): Skip transformation for
2521 targets with no defined cache line size.
2522
2523 2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
2524
2525 * targhooks.c (default_builtin_vectorized_conversion): Handle
2526 vec_construct, using vectype to base cost on subparts.
2527 * target.h (enum vect_cost_for_stmt): Add vec_construct.
2528 * tree-vect-stmts.c (vect_model_load_cost): Use vec_construct
2529 instead of scalar_to-vec.
2530 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
2531 vec_construct in same way as default for now.
2532 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
2533 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
2534 Handle vec_construct, including special case for 32-bit loads.
2535
2536 2012-06-13 Xinyu Qi <xyqi@marvell.com>
2537
2538 * config/arm/arm.c (FL_IWMMXT2): New define.
2539 (arm_arch_iwmmxt2): New variable.
2540 (arm_option_override): Enable use of iWMMXt with VFP.
2541 Disable use of iWMMXt with NEON. Disable use of iWMMXt under
2542 Thumb mode. Set arm_arch_iwmmxt2.
2543 (arm_expand_binop_builtin): Accept VOIDmode op.
2544 (enum arm_builtins): Revise built-in fcode.
2545 (IWMMXT2_BUILTIN): New define.
2546 (IWMMXT2_BUILTIN2): Likewise.
2547 (iwmmx2_mbuiltin): Likewise.
2548 (builtin_description bdesc_2arg): Revise built in declaration.
2549 (builtin_description bdesc_1arg): Likewise.
2550 (arm_init_iwmmxt_builtins): Revise built in initialization.
2551 (arm_expand_builtin): Revise built in expansion.
2552 (arm_output_iwmmxt_shift_immediate): New function.
2553 (arm_output_iwmmxt_tinsr): Likewise.
2554 * config/arm/arm-protos.h (arm_output_iwmmxt_shift_immediate): Declare.
2555 (arm_output_iwmmxt_tinsr): Likewise.
2556 * config/arm/iwmmxt.md (WCGR0, WCGR1, WCGR2, WCGR3): New constant.
2557 (iwmmxt_psadbw, iwmmxt_walign, iwmmxt_tmrc, iwmmxt_tmcr): Delete.
2558 (rorv4hi3, rorv2si3, rordi3): Likewise.
2559 (rorv4hi3_di, rorv2si3_di, rordi3_di): Likewise.
2560 (ashrv4hi3_di, ashrv2si3_di, ashrdi3_di): Likewise.
2561 (lshrv4hi3_di, lshrv2si3_di, lshrdi3_di): Likewise.
2562 (ashlv4hi3_di, ashlv2si3_di, ashldi3_di): Likewise.
2563 (iwmmxt_tbcstqi, iwmmxt_tbcsthi, iwmmxt_tbcstsi): Likewise
2564 (*iwmmxt_clrv8qi, *iwmmxt_clrv4hi, *iwmmxt_clrv2si): Likewise.
2565 (tbcstv8qi, tbcstv4hi, tbsctv2si): New pattern.
2566 (iwmmxt_clrv8qi, iwmmxt_clrv4hi, iwmmxt_clrv2si): Likewise.
2567 (*and<mode>3_iwmmxt, *ior<mode>3_iwmmxt, *xor<mode>3_iwmmxt): Likewise.
2568 (ror<mode>3, ror<mode>3_di): Likewise.
2569 (ashr<mode>3_di, lshr<mode>3_di, ashl<mode>3_di): Likewise.
2570 (ashli<mode>3_iwmmxt, iwmmxt_waligni, iwmmxt_walignr): Likewise.
2571 (iwmmxt_walignr0, iwmmxt_walignr1): Likewise.
2572 (iwmmxt_walignr2, iwmmxt_walignr3): Likewise.
2573 (iwmmxt_setwcgr0, iwmmxt_setwcgr1): Likewise.
2574 (iwmmxt_setwcgr2, iwmmxt_setwcgr3): Likewise.
2575 (iwmmxt_getwcgr0, iwmmxt_getwcgr1): Likewise.
2576 (iwmmxt_getwcgr2, iwmmxt_getwcgr3): Likewise.
2577 (All instruction patterns): Add wtype attribute.
2578 (*iwmmxt_arm_movdi, *iwmmxt_movsi_insn): iWMMXt coexist with vfp.
2579 (iwmmxt_uavgrndv8qi3, iwmmxt_uavgrndv4hi3): Revise the pattern.
2580 (iwmmxt_uavgv8qi3, iwmmxt_uavgv4hi3): Likewise.
2581 (ashr<mode>3_iwmmxt, ashl<mode>3_iwmmxt, lshr<mode>3_iwmmxt): Likewise.
2582 (iwmmxt_tinsrb, iwmmxt_tinsrh, iwmmxt_tinsrw):Likewise.
2583 (eqv8qi3, eqv4hi3, eqv2si3, gtuv8qi3): Likewise.
2584 (gtuv4hi3, gtuv2si3, gtv8qi3, gtv4hi3, gtv2si3): Likewise.
2585 (iwmmxt_wunpckihh, iwmmxt_wunpckihw, iwmmxt_wunpckilh): Likewise.
2586 (iwmmxt_wunpckilw, iwmmxt_wunpckehub, iwmmxt_wunpckehuh): Likewise.
2587 (iwmmxt_wunpckehuw, iwmmxt_wunpckehsb, iwmmxt_wunpckehsh): Likewise.
2588 (iwmmxt_wunpckehsw, iwmmxt_wunpckelub, iwmmxt_wunpckeluh): Likewise.
2589 (iwmmxt_wunpckeluw, iwmmxt_wunpckelsb, iwmmxt_wunpckelsh): Likewise.
2590 (iwmmxt_wunpckelsw, iwmmxt_wmadds, iwmmxt_wmaddu): Likewise.
2591 (iwmmxt_wsadb, iwmmxt_wsadh, iwmmxt_wsadbz, iwmmxt_wsadhz): Likewise.
2592 (iwmmxt2.md): Include.
2593 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __IWMMXT2__.
2594 (TARGET_IWMMXT2): New define.
2595 (TARGET_REALLY_IWMMXT2): Likewise.
2596 (arm_arch_iwmmxt2): Declare.
2597 * config/arm/mmintrin.h: Use __IWMMXT__ to enable iWMMXt intrinsics.
2598 Use __IWMMXT2__ to enable iWMMXt2 intrinsics.
2599 Use C name-mangling for intrinsics.
2600 (__v8qi): Redefine.
2601 (_mm_cvtsi32_si64, _mm_andnot_si64, _mm_sad_pu8): Revise.
2602 (_mm_sad_pu16, _mm_align_si64, _mm_setwcx, _mm_getwcx): Likewise.
2603 (_m_from_int): Likewise.
2604 (_mm_sada_pu8, _mm_sada_pu16): New intrinsic.
2605 (_mm_alignr0_si64, _mm_alignr1_si64, _mm_alignr2_si64): Likewise.
2606 (_mm_alignr3_si64, _mm_tandcb, _mm_tandch, _mm_tandcw): Likewise.
2607 (_mm_textrcb, _mm_textrch, _mm_textrcw, _mm_torcb): Likewise.
2608 (_mm_torch, _mm_torcw, _mm_tbcst_pi8, _mm_tbcst_pi16): Likewise.
2609 (_mm_tbcst_pi32): Likewise.
2610 (_mm_abs_pi8, _mm_abs_pi16, _mm_abs_pi32): New iWMMXt2 intrinsic.
2611 (_mm_addsubhx_pi16, _mm_absdiff_pu8, _mm_absdiff_pu16): Likewise.
2612 (_mm_absdiff_pu32, _mm_addc_pu16, _mm_addc_pu32): Likewise.
2613 (_mm_avg4_pu8, _mm_avg4r_pu8, _mm_maddx_pi16, _mm_maddx_pu16): Likewise.
2614 (_mm_msub_pi16, _mm_msub_pu16, _mm_mulhi_pi32): Likewise.
2615 (_mm_mulhi_pu32, _mm_mulhir_pi16, _mm_mulhir_pi32): Likewise.
2616 (_mm_mulhir_pu16, _mm_mulhir_pu32, _mm_mullo_pi32): Likewise.
2617 (_mm_qmulm_pi16, _mm_qmulm_pi32, _mm_qmulmr_pi16): Likewise.
2618 (_mm_qmulmr_pi32, _mm_subaddhx_pi16, _mm_addbhusl_pu8): Likewise.
2619 (_mm_addbhusm_pu8, _mm_qmiabb_pi32, _mm_qmiabbn_pi32): Likewise.
2620 (_mm_qmiabt_pi32, _mm_qmiabtn_pi32, _mm_qmiatb_pi32): Likewise.
2621 (_mm_qmiatbn_pi32, _mm_qmiatt_pi32, _mm_qmiattn_pi32): Likewise.
2622 (_mm_wmiabb_si64, _mm_wmiabbn_si64, _mm_wmiabt_si64): Likewise.
2623 (_mm_wmiabtn_si64, _mm_wmiatb_si64, _mm_wmiatbn_si64): Likewise.
2624 (_mm_wmiatt_si64, _mm_wmiattn_si64, _mm_wmiawbb_si64): Likewise.
2625 (_mm_wmiawbbn_si64, _mm_wmiawbt_si64, _mm_wmiawbtn_si64): Likewise.
2626 (_mm_wmiawtb_si64, _mm_wmiawtbn_si64, _mm_wmiawtt_si64): Likewise.
2627 (_mm_wmiawttn_si64, _mm_merge_si64): Likewise.
2628 (_mm_torvscb, _mm_torvsch, _mm_torvscw): Likewise.
2629 (_m_to_int): New define.
2630 * config/arm/arm-cores.def (iwmmxt2): Add FL_IWMMXT2.
2631 * config/arm/arm-arches.def (iwmmxt2): Likewise.
2632 * config/arm/t-arm (MD_INCLUDES): Add marvell-f-iwmmxt.md and
2633 iwmmxt2.md.
2634 * config/arm/arm.md (marvell-f-iwmmxt.md): Include.
2635 (arch): Add "iwmmxt2".
2636 (arch_enabled): Handle "iwmmxt2".
2637 (wtype): New attribute.
2638 (UNSPEC_WMADDS, UNSPEC_WMADDU): Delete.
2639 (UNSPEC_WALIGNI): New unspec.
2640 * config/arm/predicates.md (imm_or_reg_operand): New predicate.
2641 * config/arm/iterators.md (VMMX2): New mode_iterator.
2642 * config/arm/marvell-f-iwmmxt.md: New file.
2643 * config/arm/iwmmxt2.md: New file.
2644
2645 2012-06-12 Jakub Jelinek <jakub@redhat.com>
2646
2647 PR c/53532
2648 PR c/51034
2649 PR c/53196
2650 * c-decl.c (build_compound_literal): Call c_incomplete_type_error
2651 if type isn't complete.
2652
2653 2012-06-12 Uros Bizjak <ubizjak@gmail.com>
2654
2655 * config/ia64/sync.md (fetchop_name): Change ior attribute to "or".
2656
2657 2012-06-12 Richard Henderson <rth@redhat.com>
2658
2659 * config/rs6000/sync.md (atomic_load, atomic_store): Use INT1 mode
2660 iterator instead of INT.
2661
2662 2012-06-12 Bill Schmidt <wschmidt@linux.ibm.com>
2663
2664 * opts.c: Add -fhoist-adjacent-loads to -O2 and above.
2665 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Add argument to forward
2666 declaration.
2667 (hoist_adjacent_loads, gate_hoist_loads): New forward declarations.
2668 (tree_ssa_phiopt): Call gate_hoist_loads.
2669 (tree_ssa_cs_elim): Add parm to tree_ssa_phiopt_worker call.
2670 (tree_ssa_phiopt_worker): Add do_hoist_loads to formal arg list; call
2671 hoist_adjacent_loads.
2672 (local_mem_dependence): New function.
2673 (hoist_adjacent_loads): Likewise.
2674 (gate_hoist_loads): Likewise.
2675 * common.opt (fhoist-adjacent-loads): New switch.
2676 * Makefile.in (tree-ssa-phiopt.o): Added dependencies.
2677
2678 2012-06-12 Michael Matz <matz@suse.de>
2679
2680 * alias.c (nonoverlapping_component_refs_p): Take two rtx arguments.
2681 (nonoverlapping_memrefs_p): Don't call it here ...
2682 (true_dependence_1): ... but here.
2683
2684 2012-06-12 Richard Guenther <rguenther@suse.de>
2685
2686 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove dead code.
2687 * alias.c (ao_ref_from_mem): MEM_EXPR is conservative, MEM_OFFSET
2688 and MEM_SIZE only refines it. Reflect that and be less conservative
2689 if either of the latter is not known.
2690
2691 2012-06-12 Jakub Jelinek <jakub@redhat.com>
2692
2693 PR rtl-optimization/53589
2694 * cfgrtl.c (force_nonfallthru_and_redirect): Do asm_goto_edge
2695 discovery even when e->dest != target. If any LABEL_REF points
2696 to e->dest label, redirect it to target's label.
2697
2698 2012-06-12 Chung-Lin Tang <cltang@codesourcery.com>
2699
2700 * config/sh/sh.c (output_stack_adjust): Remove !epilogue_p
2701 condition for generating REG_FRAME_RELATED_EXPR note.
2702 (pop): Add code for generating REG_CFA_RESTORE,
2703 REG_CFA_ADJUST_CFA notes. Set RTX_FRAME_RELATED_P to 1.
2704 (sh_expand_epilogue): Use frame_insn() for FP to SP move.
2705 Set 'frame_p' of calls to output_stack_adjust() to 'true'.
2706
2707 2012-06-11 Richard Henderson <rth@redhat.com>
2708
2709 * config/alpha/alpha.c (HWI_HEX2): Add missing shift.
2710 * vmsdbgout.c (VMS_EPOCH_OFFSET): Add LL suffix.
2711
2712 * config/alpha/alpha.c (alpha_trampoline_init): Split large constants.
2713
2714 2012-06-12 Hans-Peter Nilsson <hp@axis.com>
2715
2716 * doc/tm.texi.in (Addressing Modes) <TARGET_LEGITIMIZE_ADDRESS>:
2717 Mention that this hook needs to be defined for native TLS.
2718 * doc/tm.texi: Regenerate.
2719
2720 2012-06-11 Mike Stump <mikestump@comcast.net>
2721
2722 * emit-rtl.c (init_emit_once): Iterate through the
2723 MODE_PARTIAL_INT modes with MIN_MODE_PARTIAL_INT and
2724 MAX_MODE_PARTIAL_INT, as GET_MODE_WIDER_MODE doesn't step through
2725 all the MIN_MODE_PARTIAL_INT modes anymore.
2726
2727 2012-06-12 Maxim Kuvyrkov <maxim@codesourcery.com>
2728
2729 * gcc/config/mips/mips-tables.opt (xlp): Fix merge typo.
2730
2731 2012-06-11 Roland McGrath <mcgrathr@google.com>
2732
2733 * dwarf2out.c (const_ok_for_output_1): Detect a TLS UNSPEC using
2734 SYMBOL_REF_TLS_MODEL rather than DECL_THREAD_LOCAL_P, in case it's
2735 not a VAR_DECL. Also don't limit it to UNSPECs with exactly one
2736 operand.
2737
2738 2012-06-11 Oleg Endo <olegendo@gcc.gnu.org>
2739
2740 PR target/53511
2741 * config/sh/sh.md (fmasf4): New expander.
2742 (*macsf3): Rename to fmasf4_i. Adapt to fma pattern.
2743 (mac_media): Rename to fmasf4_media. Adapt to fma pattern.
2744 * config/sh/sh.opt (mfused-madd): Remove.
2745 * config/sh/sh.c (sh_option_override): Remove mfused-madd handling.
2746 (builtin_description bdesc): Remove __builtin_sh_media_FMAC_S.
2747 * config.gcc (sh[123456789lbe]*-*-* | sh-*-*): Add fused-madd.opt
2748 as extra options.
2749 * doc/invoke.texi (SH Options): Update mfused-madd and mno-fused-madd
2750 descriptions.
2751
2752 2012-06-11 Richard Henderson <rth@redhat.com>
2753
2754 * dwarf2cfi.c (scan_trace): Handle annulled branch-taken delay slots.
2755
2756 2012-06-11 Richard Guenther <rguenther@suse.de>
2757
2758 PR middle-end/53470
2759 * tree.c (free_lang_data_in_type): Do not clear TYPE_CONTEXT but
2760 replace it with the first non-BLOCK context.
2761
2762 2012-06-11 Richard Guenther <rguenther@suse.de>
2763
2764 * alias.c (aliases_everything_p): Remove.
2765 (DIFFERENT_ALIAS_SETS_P): Likewise.
2766 (true_dependence_1): Use mems_in_disjoint_alias_sets_p directly.
2767 Do not use aliases_everything_p or special-case ANDs. Do not
2768 special-case BLKmode moves.
2769 (may_alias_p): Likewise. Handle BLKmode similar like everywhere
2770 - for SCATCH only.
2771
2772 2012-06-09 Hans-Peter Nilsson <hp@axis.com>
2773
2774 Fix CRIS build errors with --enable-build-with-cxx.
2775 * config/cris/cris.c (cris_emit_trap_for_misalignment): Rename
2776 variable "and" to "andop".
2777 * config/cris/sync.md ("atomic_fetch_<atomic_op_name><mode>"): Use
2778 temporary variable for memory model, passing C++-type-correct
2779 parameter type to expand_mem_thread_fence.
2780 ("atomic_compare_and_swap<mode>"): Ditto.
2781
2782 2012-06-09 Richard Henderson <rth@redhat.com>
2783
2784 PR c++/53602
2785 * cfgcleanup.c (execute_jump): Rename from rest_of_handle_jump2.
2786 (pass_jump): Rename from pass_jump2.
2787 (execute_jump2, pass_jump2): New.
2788 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Don't
2789 perform cfg cleanup here. Move the test of PUSH_ROUNDING
2790 and ACCUMULATE_OUTGOING_ARGS test...
2791 (gate_handle_stack_adjustments): ... here.
2792 * passes.c (init_optimization_passes): Update for pass_jump2 rename.
2793 Place new pass_jump2 after pass_stack_adjustments.
2794 * tree-pass.h (pass_jump): Declare.
2795
2796 2012-06-09 Kenneth Zadeck <zadeck@naturalbridge.com>
2797
2798 * simplify-rtx.c (simplify_const_binary_operation): Fixed shift
2799 count trucation.
2800
2801 2012-06-08 Richard Henderson <rth@redhat.com>
2802
2803 PR c++/53602
2804 * combine-stack-adj.c (force_move_args_size_note): Add ARGS_SIZE
2805 note to a clobber insn when no other insn is available.
2806
2807 2012-06-08 Georg-Johann Lay <avr@gjlay.de>
2808
2809 * config/avr/avr.c (avr_case_values_threshold): Return 7.
2810
2811 2012-06-07 Andreas Schwab <schwab@linux-m68k.org>
2812
2813 * genhooks.c (main): Set progname.
2814 (emit_documentation): Remove variable found_start, always bail out
2815 when a place is missing.
2816 * doc/tm.texi.in (C++ ABI): Add @hook TARGET_CXX_DECL_MANGLING_CONTEXT.
2817
2818 2012-06-07 Jakub Jelinek <jakub@redhat.com>
2819
2820 PR middle-end/53580
2821 * omp-low.c (scan_omp): Change first argument to gimple_seq *,
2822 call walk_gimple_seq_mod instead of walk_gimple_seq.
2823 (scan_sharing_clauses, scan_omp_parallel, scan_omp_task,
2824 scan_omp_for, scan_omp_sections, scan_omp_single,
2825 execute_lower_omp): Adjust callers.
2826 (scan_omp_1_stmt): Likewise. If check_omp_nesting_restrictions
2827 returns false, replace stmt with GIMPLE_NOP.
2828 (check_omp_nesting_restrictions): Instead of issuing warnings,
2829 issue errors and return false if any errors were reported.
2830
2831 2012-06-06 Steven Bosscher <steven@gcc.gnu.org>
2832
2833 * doc/invoke.texi (fconserve-space): Remove documentation.
2834
2835 2012-06-06 Edmar Wienskoski <edmar@freescale.com>
2836
2837 * config/rs6000/rs6000-tables.opt: Regenerated.
2838
2839 2012-06-06 Richard Guenther <rguenther@suse.de>
2840
2841 PR tree-optimization/53081
2842 * tree-data-ref.h (adjacent_store_dr_p): Rename to ...
2843 (adjacent_dr_p): ... this and make it work for reads, too.
2844 * tree-loop-distribution.c (enum partition_kind): Add PKIND_MEMCPY.
2845 (struct partition_s): Change main_stmt to main_dr, add
2846 secondary_dr member.
2847 (build_size_arg_loc): Change to date data-reference and not
2848 gimplify here.
2849 (build_addr_arg_loc): New function split out from ...
2850 (generate_memset_builtin): ... here. Use it and simplify.
2851 (generate_memcpy_builtin): New function.
2852 (generate_code_for_partition): Adjust.
2853 (classify_partition): Streamline pattern detection. Detect memcpy.
2854 (ldist_gen): Adjust.
2855 (tree_loop_distribution): Adjust seed statements for memcpy
2856 recognition.
2857
2858 2012-06-06 Matt Turner <mattst88@gmail.com>
2859
2860 * config/arm/mmintrin.h (_mm_empty): New.
2861 (_m_empty): New.
2862
2863 2012-06-06 Richard Sandiford <r.sandiford@uk.ibm.com>
2864
2865 * doc/invoke.texi (sched-pressure-algorithm): Document new --param.
2866 * common.opt (fsched-pressure-algorithm=): Remove.
2867 * flag-types.h (sched_pressure_algorithm): Move to...
2868 * sched-int.h (sched_pressure_algorithm): ...here.
2869 * params.def (sched-pressure-algorithm): New param.
2870 * haifa-sched.c (sched_init): Use it to initialize sched_pressure.
2871 * common/config/s390/s390-common.c (s390_option_optimization_table):
2872 Remove OPT_fsched_pressure_algorithm_ entry.
2873 * config/s390/s390.c (s390_option_override): Set a default value for
2874 PARAM_SCHED_PRESSURE_ALGORITHM.
2875
2876 2012-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
2877
2878 PR target/53487
2879 * config/rs6000/rs6000.c (rs6000_generate_compare): If we are
2880 doing an unsigned compare, make sure the second argument is not a
2881 negative constant.
2882 (rs6000_emit_cmove): Don't allow floating point comparisons when
2883 generating ISEL moves.
2884
2885 2012-06-05 Edmar Wienskoski <edmar@freescale.com>
2886
2887 * config/rs6000/e5500.md: New file.
2888 * config/rs6000/e6500.md: New file.
2889 * config/rs6000/rs6000.c (processor_costs): Add new costs for
2890 e5500 and e6500.
2891 (rs6000_option_override_internal): Altivec and Spe options not
2892 allowed with e5500. Spe options not allowed with e6500. Increase
2893 move inline limit for e5500 and e6500. Disable string instructions
2894 for e5500 and e6500. Enable branch targets alignment for e5500 and
2895 e6500. Initialize rs6000_cost for e5500 and e6500.
2896 (rs6000_adjust_cost): Add extra scheduling cycles between compare
2897 and brnach for e5500 and e6500.
2898 (rs6000_issue_rate): Set issue rate for e5500 and e6500.
2899 * config/rs6000/rs6000-cpus.def: Add cpu definitions for e5500 and
2900 e6500.
2901 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add e5500 and e6500.
2902 * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce5500 and
2903 ppce6500.
2904 Include e5500.md and e6500.md.
2905 * config/rs6000/rs6000-opt.h (processor_type): Add
2906 PROCESSOR_PPCE5500 and PROCESSOR_PPCE6500.
2907 * config.gcc (cpu_is_64bit): Add new cores e5500, e6500.
2908 (powerpc*-*-*): Add new cores e5500, e6500.
2909 * doc/invoke.texi: (item -mcpu): Add e5500 and e6500 to list of cpus.
2910
2911 2012-06-05 Richard Guenther <rguenther@suse.de>
2912
2913 * tree-vect-data-refs.c (vect_analyze_data_refs): Fix last change.
2914
2915 2012-06-05 H.J. Lu <hongjiu.lu@intel.com>
2916
2917 PR target/53575
2918 * config.gcc: Select x32 run-time library if --with-abi={x32|mx32}
2919 is used for x86_64-*-*.
2920
2921 2012-06-05 Richard Guenther <rguenther@suse.de>
2922
2923 PR tree-optimization/30442
2924 * tree-vect-data-refs.c (vect_analyze_data_refs): For basic-block
2925 vectorization stop analysis at the first stmt we cannot compute
2926 a data-reference for instead of giving up completely.
2927
2928 2012-06-05 Richard Guenther <rguenther@suse.de>
2929
2930 * tree-loop-distribution.c (struct partition_s): Add has_writes member.
2931 (partition_alloc): Initialize it.
2932 (partition_has_writes): New function.
2933 (rdg_flag_uses): Adjust.
2934 (rdg_flag_vertex): Likewise.
2935 (rdg_flag_vertex_and_dependent): Likewise.
2936 (rdg_flag_loop_exits): Likewise.
2937 (build_rdg_partition_for_component): Likewise.
2938 (rdg_build_partitions): Likewise.
2939
2940 2012-06-05 Richard Guenther <rguenther@suse.de>
2941
2942 PR tree-optimization/53081
2943 * tree-loop-distribution.c (generate_memset_builtin): Handle all
2944 kinds of byte-sized stores.
2945 (classify_partition): Likewise.
2946 (tree_loop_distribution): Adjust seed statements used for
2947 !flag_tree_loop_distribution.
2948
2949 2012-06-05 Alan Modra <amodra@gmail.com>
2950
2951 * config/rs6000/rs6000.c (ptr_regno_for_savres): Comment.
2952 (rs6000_emit_prologue): Ensure register used for inline saves
2953 of vector regs is not the static chain register. Revise comment.
2954
2955 2012-06-04 Oleg Endo <olegendo@gcc.gnu.org>
2956
2957 * doc/md.texi (Standard Pattern Names For Generation): Document
2958 sincos pattern.
2959
2960 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
2961
2962 PR bootstrap/53555
2963 * config/i386/i386.c (ix86_sched_reorder) Skip debug insns.
2964
2965 2012-06-04 Jason Merrill <jason@redhat.com>
2966
2967 * dwarf2out.c (is_unit_die): New.
2968 (copy_declaration_context, copy_ancestor_tree): Use it.
2969 (copy_decls_walk): Likewise.
2970
2971 2012-06-04 Paolo Carlini <paolo.carlini@oracle.com>
2972
2973 PR c++/53524
2974 * doc/invoke.texi (Wenum-compare): Update documentation.
2975
2976 2012-06-04 Dodji Seketeli <dodji@redhat.com>
2977
2978 PR preprocessor/53463
2979 * parser.c (cp_parser_assignment_expression): Use the location
2980 for the '=' as the default location for the expression.
2981
2982 2012-06-04 Edmar Wienskoski <edmar@freescale.com>
2983
2984 PR target/53559
2985 * config/rs6000/altivec.md (altivec_stvlx): Change machine mode of
2986 operands.
2987 (altivec_stvlxl): Ditto.
2988 (altivec_stvrx): Ditto.
2989 (altivec_stvrxl): Ditto.
2990
2991 2012-06-04 Vladimir Makarov <vmakarov@redhat.com>
2992
2993 * ira-int.h (struct target_ira_int): Add member x_ira_uniform_class_p.
2994 (ira_uniform_class_p): New macro.
2995
2996 * ira.c (setup_uniform_class_p): New function.
2997 (setup_allocno_and_important_classes): Call the function.
2998 (print_unform_and_important_classes): New function.
2999 (print_classes): Rename to print_translated_classes.
3000 (ira_debug_allocno_classes): Add call of
3001 print_unform_and_important_classes.
3002
3003 * ira-costs.c (setup_regno_cost_classes_by_aclass): Use uniform
3004 classes instead of pressure classes.
3005
3006 2012-06-04 Aldy Hernandez <aldyh@redhat.com>
3007
3008 PR middle-end/47530
3009 * trans-mem.c (expand_block_edges): Do not skip the first
3010 statement when resetting the BB.
3011
3012 2012-06-04 Richard Guenther <rguenther@suse.de>
3013
3014 * tree-data-ref.c (stores_from_loop): Remove.
3015 (stmt_with_adjacent_zero_store_dr_p): Likewise.
3016 (stores_zero_from_loop): Likewise.
3017 * tree-data-ref.h (stores_from_loop, stores_zero_from_loop,
3018 stmt_with_adjacent_zero_store_dr_p, stride_of_unit_type_p): Remove.
3019 (adjacent_store_dr_p): New function.
3020 * tree-loop-distribution.c (generate_memset_builtin): Pass
3021 the RDG, use the already available data-reference.
3022 (generate_code_for_partition): Pass down RDG.
3023 (classify_partition): Inline parts of the former
3024 stmt_with_adjacent_zero_store_dr_p here and use adjacent_store_dr_p.
3025 (ldist_gen): Remember if there was any detected builtin and
3026 do less work if not and flag_tree_loop_distribution is not set.
3027 (tree_loop_distribution): Inline and fuse stores_from_loop
3028 and stores_zero_from_loop here.
3029
3030 2012-06-04 Richard Guenther <rguenther@suse.de>
3031
3032 PR middle-end/53471
3033 * dwarf2out.c (dwarf2out_finish): If generating LTO do not
3034 create new assembler names.
3035
3036 2012-06-04 Richard Guenther <rguenther@suse.de>
3037
3038 * tree-data-ref.c (struct rdg_vertex_info): Remove.
3039 (rdg_vertex_for_stmt): Simplify using gimple_uid.
3040 (create_rdg_vertices): Pass loop argument, remove stmt to RDG index
3041 hashtable. Record stmt data-references.
3042 (hash_stmt_vertex_info): Remove.
3043 (eq_stmt_vertex_info): Likewise.
3044 (hash_stmt_vertex_del): Likewise.
3045 (build_empty_rdg): Simplify.
3046 (build_rdg): Adjust.
3047 (free_rdg): Likewise.
3048 (ref_base_address): Remove.
3049 (have_similar_memory_accesses): Likewise.
3050 * tree-data-ref.h (create_rdg_vertices): Remove.
3051 (struct rdg_vertex): Add datarefs member.
3052 (RDGV_DATAREFS): New define.
3053 (RDG_DATAREFS): Likewise.
3054 (have_similar_memory_accesses): Remove.
3055 (rdg_has_similar_memory_accesses): Likewise.
3056 * tree-loop-distribution.c (ref_base_address): Re-implement here.
3057 (similar_memory_accesses): Re-implement using existing data-references.
3058 (tree_loop_distribution): Initialize stmt uids for the stmt to
3059 RDG index mapping.
3060 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
3061 access stmt vinfo for stmts in loop.
3062
3063 2012-06-04 Andreas Schwab <schwab@linux-m68k.org>
3064
3065 PR target/53461
3066 * config/m68k/m68k.md ("tablejump"): Fix check for
3067 CASE_VECTOR_PC_RELATIVE.
3068
3069 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
3070
3071 * output.h (merge_weak, assemble_alias,
3072 initializer_constant_valid_p,
3073 initializer_constant_valid_for_bitfield_p): Move protos from here...
3074 * tree.h: ... to here.
3075 * cgraphclones.c: Do not include output.h.
3076 * gimplify.c: Likewise.
3077 * reload.c: Likewise.
3078 * recog.c: Likewise.
3079 * tree-ssa-loop-ivopts.c: Likewise.
3080 * tree-switch-conversion.c: Likewise.
3081 * c-parser.c: Likewise.
3082 * c-typeck.c: Likewise.
3083 * Makefile.in: Fix dependencies.
3084
3085 2012-06-04 Georg-Johann Lay <avr@gjlay.de>
3086
3087 PR target/46261
3088 * config/avr/avr-stdint.h: New file.
3089 * config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of
3090 newlib-stdint.h
3091
3092 2012-06-04 Jakub Jelinek <jakub@redhat.com>
3093
3094 PR tree-optimization/53550
3095 * tree-ssa-loop-niter.c (number_of_iterations_cond): If type
3096 is POINTER_TYPE_P, use sizetype as step type instead of type.
3097
3098 2012-06-04 Richard Guenther <rguenther@suse.de>
3099
3100 * tree-data-ref.c (have_similar_memory_accesses_1): Remove.
3101 (ref_base_address_1): Likewise.
3102 (remove_similar_memory_refs): Likewise.
3103 * tree-data-ref.h (remove_similar_memory_refs): Remove.
3104 * tree-loop-distribution.c (classify_partition): Do not classify
3105 as builtin if -ftree-loop-distribute-patterns is not enabled.
3106 (fuse_partitions_with_similar_memory_accesses): Inline ...
3107 (ldist_gen): ... here. Fuse all non-builtin partitions if
3108 -ftree-loop-distribution is not enabled. Properly return
3109 the number of created partitions. Do not update SSA form here but ...
3110 (tree_loop_distribution): ... once here for the whole function.
3111 Only walk innermost loops, constrain loops we consider here
3112 further. Do not call remove_similar_memory_refs.
3113 (distribute_loop): Do not check number of loop nodes here.
3114
3115 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
3116
3117 * Makefile.in (GIMPLE_H): Do not depend on TARGET_H.
3118
3119 2012-06-03 Martin Jambor <mjambor@suse.cz>
3120
3121 * ipa-prop.h (ipa_get_jf_known_type_offset): New function.
3122 (ipa_get_jf_known_type_base_type): Likewise.
3123 (ipa_get_jf_known_type_component_type): Likewise.
3124 (ipa_get_jf_constant): Likewise.
3125 (ipa_get_jf_pass_through_formal_id): Likewise.
3126 (ipa_get_jf_pass_through_operation): Likewise.
3127 (ipa_get_jf_ancestor_offset): Likewise.
3128 (ipa_get_jf_ancestor_type): Likewise.
3129 (ipa_get_jf_ancestor_formal_id): Likewise.
3130 (ipa_get_jf_member_ptr_pfn): Likewise.
3131 * ipa-prop.c (ipa_set_jf_known_type): New function.
3132 (ipa_set_jf_constant): Likewise.
3133 (ipa_set_jf_simple_pass_through): Likewise.
3134 (ipa_set_jf_arith_pass_through): Likewise.
3135 (ipa_set_ancestor_jf): Likewise.
3136 (fill_member_ptr_cst_jump_function): Moved up and renamed to
3137 ipa_set_jf_member_ptr_cst.
3138 (detect_type_change_1): Use the new jump function creation functions.
3139 (compute_complex_assign_jump_func): Likewise.
3140 (compute_complex_ancestor_jump_func): Likewise.
3141 (compute_known_type_jump_func): Likewise.
3142 (compute_scalar_jump_functions): Likewise.
3143 (compute_pass_through_member_ptrs): Likewise.
3144 (determine_cst_member_ptr): Likewise.
3145 (combine_known_type_and_ancestor_jfs): Likewise.
3146 (try_make_edge_direct_simple_call): Likewise.
3147 (try_make_edge_direct_virtual_call): Likewise.
3148 (update_indirect_edges_after_inlining): Likewise.
3149 * ipa-cp.c (ipa_get_jf_pass_through_result): Use jump function
3150 access functions. Incorporat NOP_EXPR and BINFO handling from its
3151 callers.
3152 (ipa_get_jf_ancestor_result): Likewise. Incorporate handling BINFOs
3153 which was in its callers.
3154 (ipa_value_from_jfunc): Use jump function access functions. Some
3155 functionality moved to functions above.
3156 (propagate_vals_accross_ancestor): Likewise.
3157 (propagate_vals_accross_pass_through): Use jump function access
3158 functions.
3159 (propagate_accross_jump_function): Likewise.
3160 * ipa-inline-analysis.c (remap_edge_change_prob): Use jump function
3161 access functions.
3162 (inline_merge_summary): Likewise.
3163
3164 2012-06-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3165
3166 * config/pa/pa.h (MAX_PCREL17F_OFFSET): Define.
3167 * config/pa/pa.c (pa_attr_length_millicode_call): Use
3168 MAX_PCREL17F_OFFSET instead of fixed offset.
3169 (pa_attr_length_call): Likewise.
3170 (pa_attr_length_indirect_call): Likewise.
3171
3172 2012-06-03 Oleg Endo <olegendo@gcc.gnu.org>
3173
3174 PR target/53512
3175 * config/sh/sh.opt (mfsca, mfsrra): New options.
3176 * config/sh/sh.md (rsqrtsf2): Use TARGET_FPU_ANY and TARGET_FSRRA
3177 condition.
3178 (fsca): Use TARGET_FPU_ANY and TARGET_FSCA condition.
3179 (sinssf2, cossf2): Fold expanders to ...
3180 (sincossf3): ... this new expander. Use TARGET_FPU_ANY and
3181 TARGET_FSCA condition.
3182 * config/sh/sh.c (sh_option_override): Handle TARGET_FSRRA and
3183 TARGET_FSCA.
3184 * doc/invoke.texi (SH Options): Add descriptions for -mfsca,
3185 -mno-fsca, -mfsrra, -mno-fsrra.
3186
3187 2012-06-03 Matt Turner <mattst88@gmail.com>
3188
3189 * config/mips/4600.md (r4700_imul_si): New.
3190 (r4700_imul_di): New.
3191 (r4700_fmul_single): New.
3192 (r4700_fmul_double): New.
3193 * config/mips/mips-cpus.def: Add r4700.
3194 * config/mips/mips.c: Likewise.
3195 * config/mips/mips.md: Likewise.
3196 * config/mips/mips-tables.opt: Regenerate.
3197
3198 2012-06-02 Steven Bosscher <steven@gcc.gnu.org>
3199
3200 * config/sparc/sparc.h (INITIAL_ELIMINATION_OFFSET): Split out to
3201 new function sparc_initial_elimination_offset.
3202 * config/sparc/sparc.c (sparc_initial_elimination_offset): New
3203 function.
3204 * config/sparc/sparc-protos.h (sparc_initial_elimination_offset):
3205 Prototype it.
3206
3207 2012-06-02 Kenneth Zadeck <zadeck@naturalbridge.com>
3208
3209 * expmed.c (expand_mult, choose_multiplier): Change
3210 "2 * HOST_BITS_PER_WIDE_INT" to "HOST_BITS_PER_DOUBLE_INT".
3211 * expr.c (convert_modes): Likewise.
3212 * explow.c (plus_constant): Likewise.
3213 * fixed-value.c (fixed_saturate1, fixed_saturate2)
3214 (do_fixed_add, do_fixed_multiply, do_fixed_multiply)
3215 (do_fixed_multiply, do_fixed_multiply, do_fixed_divide)
3216 (do_fixed_divide, do_fixed_divide, do_fixed_divide)
3217 (do_fixed_divide, do_fixed_divide, do_fixed_shift, do_fixed_shift)
3218 (do_fixed_shift, fixed_convert, fixed_convert)
3219 (fixed_convert_from_int, fixed_convert_from_int)
3220 (fixed_convert_from_real): Likewise.
3221 * fold-const.c (fold_convert_const_int_from_fixed, sign_bit_p)
3222 (native_interpret_int, fold_binary_loc, fold_ternary_loc): Likewise.
3223 * varasm.c (output_constructor_bitfield): Likewise.
3224 * tree-vrp.c (register_edge_assert_for_2): Likewise.
3225 * double-int.c (rshift_double, lshift_double): Likewise.
3226 * double-int.h (double_int_fits_in_uhwi_p, double_int, double_int):
3227 Likewise.
3228 * simplify-rtx.c (mode_signbit_p)
3229 (simplify_const_unary_operation, simplify_binary_operation_1)
3230 (simplify_immed_subreg): Likewise.
3231 * builtins.c (c_readstr, fold_builtin_bitop): Likewise.
3232 * tree-vect-generic.c (build_replicated_const): Likewise.
3233 * dbxout.c (stabstr_O): Likewise.
3234 * emit-rtl.c (immed_double_int_const, immed_double_const)
3235 (gen_lowpart_common, init_emit_once): Likewise.
3236 * tree.c (integer_pow2p, tree_log2, tree_floor_log2)
3237 (widest_int_cst_value, upper_bound_in_type): Likewise.
3238 * stor-layout.c (initialize_sizetypes, fixup_signed_type)
3239 (fixup_unsigned_type): Likewise.
3240 * real.c (real_to_integer2, real_from_integer): Likewise.
3241 * dwarf2out.c (size_of_loc_descr, size_of_die, output_die)
3242 (clz_loc_descriptor, mem_loc_descriptor): Likewise.
3243
3244 2012-06-01 Eric Botcazou <ebotcazou@adacore.com>
3245
3246 PR middle-end/53501
3247 * fold-const.c (fold_binary_loc): Refine previous change.
3248
3249 2012-06-01 Olivier Hainque <hainque@adacore.com>
3250
3251 * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore
3252 the "do {" part of the do-while(0) loop.
3253
3254 2012-06-01 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
3255
3256 * config/i386/i386.c (x86_sched_reorder): New function.
3257 Added new function x86_sched_reorder.
3258
3259 2012-06-01 Richard Guenther <rguenther@suse.de>
3260
3261 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
3262 Handle PHIs.
3263 (classify_partition): Likewise.
3264
3265 2012-06-01 Richard Guenther <rguenther@suse.de>
3266
3267 * tree-loop-distribution.c (enum partition_kind): New enum.
3268 (struct partition_s): Add kind and main_stmt members.
3269 (partition_alloc): Initialize kind to PKIND_NORMAL.
3270 (partition_builtin_p): New function.
3271 (copy_loop_before): Remove failure path and assert instead.
3272 (generate_loops_for_partition): Likewise.
3273 (generate_memset_zero): Fold into ...
3274 (generate_memset_builtin): ... this.
3275 (classify_partition): New function with code from
3276 can_generate_builtin and generate_builtin.
3277 (generate_builtin): Remove.
3278 (can_generate_builtin): Likewise.
3279 (fuse_partitions_with_similar_memory_accesses): Call
3280 partition_builtin_p instead of can_generate_builtin.
3281 (rdg_build_partitions): Do not call
3282 fuse_partitions_with_similar_memory_accesses here...
3283 (ldist_gen): ... but here after classifying all partitions.
3284 Remove failure path of generate_code_for_partition.
3285 (generate_code_for_partition): Generate code according
3286 to partition classification.
3287
3288 2012-06-01 Manuel López-Ibáñez <manu@gcc.gnu.org>
3289 Jonathan Wakely <jwakely.gcc@gmail.com>
3290
3291 PR c++/50134
3292 * doc/invoke.texi (Warning Options): Explain purpose and differences
3293 between -Wmissing-prototypes and -Wmissing-declarations.
3294
3295 2012-06-01 Christian Bruel <christian.bruel@st.com>
3296
3297 * gcc.c (save_switch): Add user_p parameter.
3298 (read_specs): Likewise.
3299 (set_specs): Likewise.
3300 (validate_switches): Likewise.
3301 (validate_switches_from_spec): Likewise.
3302 (validate_all_switches): Pass on user_p parameter.
3303 (struct spec_list): Add user_p field.
3304 (struct switchstr): Add known field.
3305 (save_switch): Add known parameter.
3306 (INIT_STATIC_SPEC): Initialize user_p;
3307 (driver_unknown_option_callbac): call save_switch if
3308 OPT_SPECIAL_unknown.
3309 (driver_handle_option): Propagate OPT_specs.
3310 (do_spec_1): Set validated only if known.
3311 (check_live_switch): Likewise.
3312 (validate_switches): Set validated if known or user_spec.
3313
3314 2012-06-01 Hans-Peter Nilsson <hp@axis.com>
3315
3316 Add CRIS atomic patterns for 1, 2, and 4 bytes.
3317 * config/cris/cris.c (cris_emit_trap_for_misalignment): New function.
3318 * config/cris/cris-protos.h: Declare it.
3319 * config/cris/cris.h [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 32]
3320 (TARGET_DEFAULT): Add alignment by 32.
3321 [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 10] (TARGET_DEFAULT): New
3322 case, as TARGET_CPU_DEFAULT == 0 but with alignment as for
3323 TARGET_CPU_DEFAULT == 32.
3324 (TARGET_TRAP_UNALIGNED_ATOMIC): New macro.
3325 * config/cris/cris.md: Include sync.md. Avoid allocating specific
3326 numbers by replacing the define_constants for all UNSPECs with the
3327 equivalent define_c_enum construct.
3328 * config/cris/cris.opt (mtrap-unaligned-atomic): New option.
3329 * config/cris/sync.md: New file.
3330
3331 2012-05-31 Matt Turner <mattst88@gmail.com>
3332
3333 * config/mips/4600.md (r4600_imul_si): Rename from r4600_imul.
3334 (r4600_imul_di): New.
3335 (r4600_idiv_si): Rename from r4600_idiv.
3336 (r4600_idiv_di): New.
3337
3338 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
3339
3340 * output.h (__gcc_host_wide_int__): Move to hwint.h.
3341 (decl_default_tls_model): Move to tree.h
3342 (dump_file): Move to system.h.
3343 (default_stabs_asm_out_destructor, default_stabs_asm_out_constructor,
3344 dbxout_int, dbxout_stabd, dbxout_begin_stabn, dbxout_begin_stabn_sline,
3345 dbxout_begin_empty_stabs, dbxout_begin_simple_stabs,
3346 dbxout_begin_simple_stabs_desc, dbxout_stab_value_zero,
3347 dbxout_stab_value_zero, dbxout_stab_value_label_diff,
3348 dbxout_stab_value_internal_label,
3349 dbxout_stab_value_internal_label_diff): Move from here ...
3350 * dbxout.h: ... to here.
3351 * system.h (dump_file): Moved here from output.h.
3352 * hwint.h (__gcc_host_wide_int__): Moved here from output.h.
3353 * tree.h (decl_default_tls_model): Moved here from output.h.
3354 * varasm.c (default_stabs_asm_out_destructor,
3355 default_stabs_asm_out_constructor): Move from here ...
3356 * dbxout.c: ... to here.
3357
3358 * gcov-dump.c (dump_file): Rename to dump_gcov_file. Update callers.
3359
3360 * collect2.h (dump_file): Rename to dump_ld_file.
3361 * collect2.c: Likewise.
3362 * tlink.c: Likewise.
3363
3364 * alias.c: Do not include output.h.
3365 * auto-inc-dec.c: Likewise.
3366 * bt-load.c: Likewise.
3367 * caller-save.c: Likewise.
3368 * cfg.c: Likewise.
3369 * cfgbuild.c: Likewise.
3370 * cfgcleanup.c: Likewise.
3371 * cfglayout.c: Likewise.
3372 * cfgloop.c: Likewise.
3373 * cfgloopanal.c: Likewise.
3374 * cfgloopmanip.c: Likewise.
3375 * cfgrtl.c: Likewise.
3376 * cgraph.c: Likewise.
3377 * cgraphclones.c: Likewise.
3378 * combine-stack-adj.c: Likewise.
3379 * combine.c: Likewise.
3380 * cprop.c: Likewise.
3381 * cse.c: Likewise.
3382 * cselib.c: Likewise.
3383 * dbgcnt.c: Likewise.
3384 * df-problems.c: Likewise.
3385 * df-scan.c: Likewise.
3386 * dojump.c: Likewise.
3387 * fwprop.c: Likewise.
3388 * gcse.c: Likewise.
3389 * graph.c: Likewise.
3390 * haifa-sched.c: Likewise.
3391 * hw-doloop.c: Likewise.
3392 * ipa-inline-transform.c: Likewise.
3393 * ipa-pure-const.c: Likewise.
3394 * ipa-reference.c: Likewise.
3395 * ipa-utils.c: Likewise.
3396 * ira-build.c: Likewise.
3397 * ira-emit.c: Likewise.
3398 * lcm.c: Likewise.
3399 * loop-doloop.c: Likewise.
3400 * loop-invariant.c: Likewise.
3401 * loop-iv.c: Likewise.
3402 * loop-unroll.c: Likewise.
3403 * loop-unswitch.c: Likewise.
3404 * lto-cgraph.c: Likewise.
3405 * lto-section-in.c: Likewise.
3406 * lto-streamer-in.c: Likewise.
3407 * mcf.c: Likewise.
3408 * mode-switching.c: Likewise.
3409 * postreload-gcse.c: Likewise.
3410 * postreload.c: Likewise.
3411 * predict.c: Likewise.
3412 * profile.c: Likewise.
3413 * ree.c: Likewise.
3414 * reg-stack.c: Likewise.
3415 * regcprop.c: Likewise.
3416 * regmove.c: Likewise.
3417 * regstat.c: Likewise.
3418 * reload1.c: Likewise.
3419 * sched-ebb.c: Likewise.
3420 * sel-sched-dump.c: Likewise.
3421 * simplify-rtx.c: Likewise.
3422 * stor-layout.c: Likewise.
3423 * store-motion.c: Likewise.
3424 * tracer.c: Likewise.
3425 * tree-affine.c: Likewise.
3426 * tree-cfg.c: Likewise.
3427 * tree-cfgcleanup.c: Likewise.
3428 * tree-dfa.c: Likewise.
3429 * tree-into-ssa.c: Likewise.
3430 * tree-nomudflap.c: Likewise.
3431 * tree-optimize.c: Likewise.
3432 * tree-pretty-print.c: Likewise.
3433 * tree-profile.c: Likewise.
3434 * tree-ssa-address.c: Likewise.
3435 * tree-ssa-ccp.c: Likewise.
3436 * tree-ssa-copy.c: Likewise.
3437 * tree-ssa-dom.c: Likewise.
3438 * tree-ssa-loop-ch.c: Likewise.
3439 * tree-ssa-loop-im.c: Likewise.
3440 * tree-ssa-loop-manip.c: Likewise.
3441 * tree-ssa-loop-niter.c: Likewise.
3442 * tree-ssa-loop-prefetch.c: Likewise.
3443 * tree-ssa-loop-unswitch.c: Likewise.
3444 * tree-ssa-loop.c: Likewise.
3445 * tree-ssa-propagate.c: Likewise.
3446 * tree-ssa-structalias.c: Likewise.
3447 * tree-ssa-tail-merge.c: Likewise.
3448 * tree-ssa-threadedge.c: Likewise.
3449 * tree-ssa-threadupdate.c: Likewise.
3450 * tree-ssa-uncprop.c: Likewise.
3451 * tree-ssa-uninit.c: Likewise.
3452 * tree-ssa.c: Likewise.
3453 * value-prof.c: Likewise.
3454 * var-tracking.c: Likewise.
3455 * web.c: Likewise.
3456
3457 * config/m32r/m32r.c: Include dbxout.h.
3458 * config/pa/pa.c: Likewise.
3459 * config/rs6000/rs6000.c: Likewise.
3460
3461 * Makefile.in: Fix dependencies.
3462 * config/rs6000/t-rs5000: Likewise.
3463
3464 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
3465
3466 * tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.
3467 * gimple.h (block_in_transaction): Check for flag_tm.
3468
3469 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
3470
3471 PR tree-optimization/52558
3472 * cfg.c (alloc_aux_for_edge): Fix comment.
3473 (alloc_aux_for_edge): Remove static.
3474 * basic-block.h (alloc_aux_for_edge): Protoize.
3475 * tree-ssa-loop-im.c (execute_sm_if_changed): New.
3476 (execute_sm_if_changed_flag): New.
3477 (execute_sm_if_changed_flag_set): New.
3478 (execute_sm): Do not generate data races unless requested.
3479 (tree_ssa_lim_initialize): Call alloc_aux_for_edges.
3480 (tree_ssa_lim_finalize): Call free_aux_for_edges.
3481 * gimple.h (block_in_transaction): New.
3482 (gimple_in_transaction): Use block_in_transaction.
3483
3484 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
3485
3486 PR target/51345
3487 * config/avr/avr.opt (-msp8): Document it.
3488 * doc/invoke.texi (AVR Options): Ditto. And document related
3489 built-in macros.
3490
3491 2012-05-31 Diego Novillo <dnovillo@google.com>
3492
3493 * configure.ac (CXX_FOR_BUILD): Define and substitute.
3494 (BUILD_CXXFLAGS): Define and substitute.
3495 * Makefile.in (BUILD_CXXFLAGS): Define.
3496 (CXX_FOR_BUILD): Define.
3497 (COMPILER_FOR_BUILD): Set to CXX_FOR_BUILD if building with C++.
3498 (LINKER_FOR_BUILD): Likewise.
3499 (BUILD_COMPILERFLAGS): Set to BUILD_CXXFLAGS if building with C++.
3500 (BUILD_LINKERFLAGS): Likewise.
3501 * configure: Regenerate.
3502
3503 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
3504
3505 * Makefile.in: Fix many dependencies.
3506 * tree-profile.c: Don't include regs.h.
3507 * tree-vectorizer.c: Don't include cfglayout.h.
3508 * tree-vect-stmts.c: Likewise.
3509 * tree-vect-slp.c: Likewise.
3510 * tree-vect-loop.c: Likewise.
3511 * reg-stack.c: Likewise.
3512 * tree-ssa-loop-manip.c: Likewise.
3513 * toplev.c: Likewise.
3514 * varasm.c: Don't include cfglayout.h, basic-block.h,
3515 and tree-iterator.h.
3516 * tree-cfgcleanup.c: Don't include cfglayout.h.
3517 * passes.c: Don't include cfglayout.h, dwarf2asm.h,
3518 dwarf2out.h, dbxout.h, sdbout.h, and xcoffout.h.
3519 * cgraphclones.c: Don't include plugin.h.
3520
3521 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
3522
3523 * config/avr/t-avr: Correct avr-mmcu.texi dependencies.
3524 (s-avr-mmcu-texi): Don't sed on gen-avr-mmcu-texi output.
3525 * doc/avr-mmcu.texi (svn:eol-style): Set to native.
3526
3527 2012-05-31 Richard Guenther <rguenther@suse.de>
3528
3529 * tree-loop-distribution.c (struct partition_s): New struct,
3530 typedef and vector type.
3531 (partition_alloc, partition_free): New functions.
3532 (generate_loops_for_partition, generate_builtin,
3533 generate_code_for_partition, rdg_flag_uses, rdg_flag_vertex,
3534 rdg_flag_vertex_and_dependent, rdg_flag_loop_exits,
3535 build_rdg_partition_for_component, can_generate_builtin,
3536 similar_memory_accesses, fuse_partitions_with_similar_memory_accesses,
3537 rdg_build_partitions, dump_rdg_partitions, debug_rdg_partitions,
3538 number_of_rw_in_partition, partition_contains_all_rw,
3539 ldist_gen): Use partition_t instead of bitmap.
3540
3541 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
3542
3543 * config/avr/gen-avr-mmcu-texi.c: Sort MCUs.
3544 * doc/avr-mmcu.texi: Regenerate.
3545
3546 2012-05-31 Richard Guenther <rguenther@suse.de>
3547
3548 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
3549 Use FOR_EACH_SSA_DEF_OPERAND.
3550 (generate_builtin): Adjust.
3551 (stmt_generated_in_another_partition): Remove.
3552 (add_scalar_computations_to_partition): Likewise.
3553 (rdg_build_partitions): Do not call
3554 add_scalar_computations_to_partition.
3555
3556 2012-05-31 Eric Botcazou <ebotcazou@adacore.com>
3557
3558 * tree-dfa.c (get_ref_base_and_extent): Compute the offset using
3559 double ints throughout.
3560 * tree-sra.c (build_user_friendly_ref_for_offset) <RECORD_TYPE>:
3561 Check that the position of the field is representable as an integer.
3562
3563 2012-05-31 Richard Guenther <rguenther@suse.de>
3564
3565 * tree-data-ref.c (dr_analyze_innermost): Properly convert
3566 the MEM_REF offset to sizetype.
3567
3568 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
3569
3570 * doc/invoke.texi (AVR Options): Fix typos.
3571
3572 2012-05-31 Hans-Peter Nilsson <hp@axis.com>
3573
3574 * config/cris/cris.h (CC1_SPEC): Pass through all -march=
3575 and -mcpu= options.
3576 (ASM_SPEC): Ditto, not just -march=v32, but translate non-v10,
3577 non-v32 into --march=v0_v10.
3578
3579 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3580
3581 * ira-int.h (target_ira_int): Rename x_move_cost to
3582 x_ira_register_move_cost, x_may_move_in_cost to
3583 x_ira_may_move_in_cost and x_may_move_out_cost to
3584 x_ira_may_move_out_cost. Delete the old fields with
3585 those names and also x_ira_max_register_move_cost,
3586 x_ira_max_may_move_in_cost and x_ira_max_may_move_out_cost.
3587 (move_cost, may_move_in_cost, may_move_out_cost)
3588 (ira_max_register_move_cost, ira_max_may_move_in_cost)
3589 (ira_max_may_move_out_cost): Delete.
3590 * ira.c (init_move_cost): Rename to...
3591 (ira_init_register_move_cost): ...this, deleting the old
3592 function with that name. Apply above variable renamings.
3593 Retain asserts for null fields.
3594 (ira_init_once): Don't initialize register move costs here.
3595 (free_register_move_costs): Apply above variable renamings.
3596 Remove code for deleted fields.
3597
3598 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3599
3600 * ira.c (init_move_cost): Adjust choice of subclasses to match
3601 the current ira_init_register_move_cost choice. Use
3602 ira_class_subset_p instead of reg_class_subset_p.
3603 (ira_init_register_move_cost): Assert that move_cost,
3604 may_move_in_cost and may_move_out_cost already hold the desired
3605 values for their ira_* equivalents. For the latter two,
3606 ignore classes that can't store a register of the given mode.
3607
3608 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3609
3610 * ira.c (setup_allocno_and_important_classes): Use
3611 ira_class_hard_regs_num to check whether a class has any
3612 allocatable registers.
3613 (ira_init_register_move_cost): Likewise.
3614
3615 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3616
3617 * ira.c (init_move_cost): Adjust local variable names to match
3618 file conventions. Use ira_assert instead of gcc_assert.
3619
3620 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3621
3622 * regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost):
3623 Move these definitions and associated target_globals fields to...
3624 * ira-int.h: ...here.
3625 * rtl.h (init_move_cost): Delete.
3626 * reginfo.c (last_mode_for_init_move_cost, init_move_cost): Move to...
3627 * ira.c: ...here, making the latter static.
3628
3629 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3630
3631 * ira-costs.c (copy_cost): Use ira_init_register_move_cost_if_necessary
3632 and ira_register_move_cost instead of init_move_cost and move_cost.
3633
3634 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
3635
3636 * ira.h (target_ira): Delete x_ira_available_class_regs.
3637 (ira_available_class_regs): Delete.
3638 * ira.c (setup_available_class_regs): Delete.
3639 (setup_alloc_classes): Don't call it.
3640 (setup_pressure_classes): Use ira_class_hard_regs_num instead of
3641 ira_available_class_regs.
3642 * haifa-sched.c (print_curr_reg_pressure, setup_insn_reg_pressure_info)
3643 (model_spill_cost): Likewise.
3644 * ira-build.c (low_pressure_loop_node_p): Likewise.
3645 * ira-color.c (color_pass): Likewise.
3646 * ira-emit.c (change_loop): Likewise.
3647 * ira-lives.c (inc_register_pressure, dec_register_pressure)
3648 (single_reg_class, ira_implicitly_set_insn_hard_regs)
3649 (process_bb_node_lives): Likewise.
3650 * loop-invariant.c (gain_for_invariant): Likewise.
3651
3652 2012-05-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3653
3654 PR target/52999
3655 * config/pa/pa.c (TARGET_SECTION_TYPE_FLAGS): Define.
3656 (pa_section_type_flags): New.
3657 (pa_legitimate_constant_p): Revert previous change.
3658
3659 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
3660
3661 * ira.c (allocate_initial_values): Make static.
3662
3663 2012-05-30 Uros Bizjak <ubizjak@gmail.com>
3664
3665 * config/i386/i386.c (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>:
3666 Generate tls_initial_exec_64_sun only when !TARGET_X32.
3667
3668 2012-05-30 Richard Guenther <rguenther@suse.de>
3669
3670 PR middle-end/53501
3671 * fold-const.c (fold_binary_loc): Make sure to call
3672 fold_plusminus_mult_expr with the original sign of operands.
3673
3674 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
3675
3676 * Makefile.in: Fix many dependencies.
3677 (DWARF2_H): Depend on dwarf2.def.
3678 (RTL_ERROR_H): Depend on rtl-error.h.
3679 (TREE_PRETTY_PRINT_H, GIMPLE_PRETTY_PRINT_H): New. Replace
3680 all gimple-pretty-print.h and tree-pretty-print.h references.
3681
3682 2012-05-30 Marc Glisse <marc.glisse@inria.fr>
3683
3684 * simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of
3685 concatenations.
3686
3687 2012-05-30 Richard Guenther <rguenther@suse.de>
3688
3689 PR middle-end/53522
3690 * tree-emutls.c (gen_emutls_addr): Do not add globals to
3691 referenced-vars.
3692
3693 2012-05-30 Eric Botcazou <ebotcazou@adacore.com>
3694
3695 * explow.c (probe_stack_range): Restore simple control flow and stop
3696 again when the probe cannot be generated if HAVE_check_stack.
3697
3698 2012-05-30 Jakub Jelinek <jakub@redhat.com>
3699
3700 PR rtl-optimization/53519
3701 * combine.c (simplify_shift_const_1) <case NOT>: Use constm1_rtx
3702 instead of GEN_INT (GET_MODE_MASK (mode)) as second operand of XOR.
3703
3704 2012-05-30 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3705
3706 * config/arm/arm.c (arm_evpc_neon_vrev): Adjust off by one error.
3707
3708 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
3709
3710 PR debug/53453
3711 * doc/tm.texi: Update.
3712 * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Add @hook.
3713 * target.def (force_at_comp_dir): New hook.
3714 * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Define.
3715 * dwarf2out.c (dwarf2out_finish): Check targetm.force_at_comp_dir.
3716
3717 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
3718
3719 * config/darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when
3720 Darwin >= 10.
3721 (DARWIN_DYLIB1_SPEC): Do not use -ldylib1.10.5.o when Darwin >= 10.
3722 (DARWIN_CRT1_SPEC): Use -lcrt1.10.6.o when Darwin >= 10.
3723
3724 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
3725
3726 PR target/51340
3727 * config/sh/sh.c (sh_option_override): Set TARGET_FMAC if
3728 flag_unsafe_math_optimizations is set.
3729 * doc/invoke.texi (SH Options): Add -mno-fused-madd description.
3730 Update description of -mfused-madd.
3731
3732 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
3733
3734 PR target/52941
3735 * config/sh/predicates.md (atomic_arith_operand,
3736 atomic_logical_operand): New predicates.
3737 * config/sh/sh.c (sh_option_override): Check atomic options.
3738 * config/sh/sh.h (TARGET_ANY_ATOMIC, UNSUPPORTED_ATOMIC_OPTIONS,
3739 UNSUPPORTED_HARD_ATOMIC_CPU): New macros.
3740 (DRIVER_SELF_SPECS): Use UNSUPPORTED_ATOMIC_OPTIONS and
3741 UNSUPPORTED_HARD_ATOMIC_CPU.
3742 * config/sh/sync.md: Update description comments.
3743 (I12): New mode iterator.
3744 (fetchop_predicate, fetchop_constraint): New code attributes.
3745 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
3746 atomic_exchangesi_hard, atomic_exchange<mode>_hard,
3747 atomic_fetch_<fetchop_name>si_hard,
3748 atomic_fetch_<fetchop_name><mode>_hard,
3749 atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
3750 atomic_<fetchop_name>_fetchsi_hard,
3751 atomic_<fetchop_name>_fetch<mode>_hard,
3752 atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
3753 atomic_test_and_set_hard): New insns.
3754 (atomic_compare_and_swap<mode>_soft, atomic_exchange<mode>_soft,
3755 atomic_fetch_<fetchop_name><mode>_soft, atomic_fetch_nand<mode>_soft,
3756 atomic_<fetchop_name>_fetch<mode>_soft, atomic_nand_fetch<mode>_soft,
3757 atomic_test_and_set_soft): Use same formatting for the first line of
3758 the asm block as in new insns above.
3759 (atomic_compare_and_swap<mode>, atomic_exchange<mode>,
3760 atomic_fetch_<fetchop_name><mode>, atomic_<fetchop_name>_fetch<mode>,
3761 atomic_test_and_set): Integrate new *_hard insns into expanders.
3762 * config/sh/sh.opt (mhard-atomic): New option.
3763 * doc/invoke.texi (SH Options): Document it.
3764
3765 2012-05-29 Meador Inge <meadori@codesourcery.com>
3766
3767 * c-decl.c (c_push_function_context): Always create a new language
3768 function.
3769 (c_pop_function_context): Clear the language function created in
3770 c_push_function_context.
3771
3772 2012-05-29 Matt Turner <mattst88@gmail.com>
3773
3774 * config/alpha/ev6.md: (define_bypass "ev6_fmul,ev6_fadd"): New.
3775 (define_bypass "ev6_fcmov"): New.
3776
3777 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
3778
3779 * integrate.c: Remove.
3780 * integrate.h: Remove.
3781 * Makefile.in: Remove make rules for integrate.c and INTEGRATE_H.
3782 * config/arm/t-arm: Remove INTEGRATE_H dependency for target files.
3783 * config/rs6000/t-rs6000: Likewise
3784 * config/spu/t-spu-elf: Likewise.
3785 * function.h (get_hard_reg_initial_val, has_hard_reg_initial_val,
3786 get_hard_reg_initial_reg, emit_initial_value_sets): Move prototypes
3787 from integrate.h to here.
3788 (initial_value_entry): New prototype.
3789 * reload.h (allocate_initial_values): Remove prototype.
3790 * tree.h (set_decl_abstract_flags, set_decl_origin_self): Likewise.
3791 * cse.c (fixed_base_plus_p): Don't handle virtual registers for
3792 integrate.c.
3793 * dwarf2out.c (set_decl_origin_self, set_block_origin_self,
3794 set_decl_abstract_flags, set_block_abstract_flags): Move from
3795 integrate.c to here, the only user.
3796 * expmed.c (extract_fixed_bit_field): Remove outdated comment
3797 about integrate.c.
3798 * function.c: Don't include integrate.h.
3799 (struct initial_value_pair, struct initial_value_struct,
3800 get_hard_reg_initial_val, has_hard_reg_initial_val,
3801 get_hard_reg_initial_reg, emit_initial_value_sets): Move from
3802 integrate.c to here.
3803 (initial_value_entry): New function.
3804 * genemit.c (main): Don't print integrate.h include line.
3805 * ira.c: Don't include integrate.h.
3806 (allocate_initial_values): Move from integrate.c to here.
3807 (ira): Update allocate_initial_values call.
3808 * tree-inline.c: Don't include integrate.h.
3809 (function_attribute_inlinable_p): Moved from integrate.c to here.
3810 * cfgexpand.c: Don't include integrate.h.
3811 * except.c: Likewise.
3812 * langhooks.c: Likewise.
3813 * passes.c: Likewise.
3814 * toplev.c: Likewise.
3815 * config/frv/frv.c: Likewise.
3816 * config/pa/pa.c: Likewise.
3817 * config/spu/spu.c: Likewise.
3818 * config/epiphany/epiphany.c: Likewise.
3819 * config/mep/mep.c: Likewise.
3820 * config/score/score.c: Likewise.
3821 * config/picochip/picochip.c: Likewise.
3822 * config/sh/sh.c: Likewise.
3823 * config/alpha/alpha.c: Likewise.
3824 * config/microblaze/microblaze.c: Likewise.
3825 * config/mips/mips.c: Likewise.
3826 * config/v850/v850.c: Likewise.
3827 * config/mmix/mmix.c: Likewise.
3828 * config/bfin/bfin.c: Likewise.
3829 * config/arm/arm.c: Likewise.
3830 * config/s390/s390.c: Likewise.
3831 * config/m32r/m32r.c: Likewise.
3832 * config/rs6000/rs6000.c: Likewise.
3833 * config/c6x/c6x.c: Include function.h instead of integrate.h.
3834 * config/tilegx/tilegx.c: Likewise.
3835 * config/tilepro/tilepro.c: Likewise.
3836
3837 2012-05-29 Georg-Johann Lay <avr@gjlay.de>
3838
3839 * config/avr/t-avr (s-avr-mmcu-texi): Call
3840 gen-avr-mmcu-texi$(build_exeext) via ./ and don't assume . is in PATH.
3841
3842 2012-05-29 Michael Matz <matz@suse.de>
3843
3844 * rtl.h (assign_stack_temp, assign_stack_temp_for_type,
3845 assign_temp): Remove 'keep' argument.
3846 (mark_temp_addr_taken): Remove prototype.
3847 * tree.h (expand_decl): Remove prototype.
3848 * function.c (struct temp_slot): Remove addr_taken and keep member.
3849 (assign_stack_temp_for_type) Don't initialize above, remove
3850 keep argument.
3851 (assign_stack_temp, assign_temp): Remove keep argument.
3852 (mark_temp_addr_taken): Remove.
3853 (preserve_temp_slots): Remove handling of addr_taken and keep members.
3854 (free_temp_slots): Ditto.
3855 * expr.c (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Remove
3856 dead code.
3857 * stmt.c (expand_asm_operands): Remove dead code.
3858 (expand_decl): Remove.
3859 * c-decl.c (finish_struct): Don't call expand_decl.
3860 * builtins.c (expand_builtin_cexpi): Adjust calls to assign_temp
3861 and assign_stack_temp.
3862 * calls.c (save_fixed_argument_area, initialize_argument_information,
3863 expand_call, emit_library_call_value_1, store_one_arg): Ditto.
3864 * expmed.c (extract_bit_field_1): Ditto.
3865 * expr.c (emit_group_load_1, emit_group_store,
3866 copy_blkmode_from_reg, emit_push_insn, expand_assignment,
3867 store_field, expand_constructor, expand_cond_expr_using_cmove,
3868 expand_expr_real_2, expand_expr_real_1): Ditto.
3869 * stmt.c (expand_asm_operands, expand_return): Ditto.
3870
3871 * function.c (pop_temp_slots): Call free_temp_slots.
3872 * calls.c (store_one_arg): Don't call preserve_temp_slots or
3873 free_temp_slots.
3874 * expr.c (expand_assignment): Don't call free_temp_slots.
3875
3876 * config/arm/arm.c (neon_expand_vector_init): Ditto.
3877 * config/i386/i386.c (ix86_expand_vector_set): Ditto.
3878 (ix86_expand_vector_extract): Ditto.
3879 * config/ia64/ia64.c (spill_xfmode_rfmode_operand,
3880 ia64_expand_movxf_movrf): Ditto.
3881 * config/mips/mips.c (mips_expand_vi_general): Ditto.
3882 * config/mmix/mmix.md (floatdisf2, floatunsdisf2, truncdfsf2,
3883 extendsfdf2): Ditto.
3884 * config/rs6000/rs6000.c (rs6000_expand_vector_init,
3885 rs6000_expand_vector_set, rs6000_expand_vector_extract,
3886 rs6000_allocate_stack_temp): Ditto.
3887 * config/rs6000/rs6000.md (fix_trunctfsi2_fprs): Ditto.
3888 * config/sparc/sparc.c (emit_soft_tfmode_libcall,
3889 sparc_emit_float_lib_cmp, sparc_emit_float_lib_cmp,
3890 sparc_expand_vector_init): Ditto.
3891
3892 2012-05-29 Michael Matz <matz@suse.de>
3893
3894 * c-tree.h (c_expand_decl): Remove prototype.
3895
3896 * expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate
3897 a kept temp.
3898 (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Make unreachable.
3899 * gimple-fold.c (canonicalize_constructor_val): Canonicalize
3900 COMPOUND_LITERAL_EXPR.
3901 * function.c (expand_function_start): Don't call expand_decl,
3902 instead assert that we have RTL assigned.
3903 * tree-ssa-live.c (remove_unused_locals): Clear
3904 nonlocal_goto_save_area if its backing variable is removed.
3905 * stmt.c (expand_asm_operands): Remove handling of non-lvalues
3906 as mem inputs.
3907 (expand_decl): Assert that this does nothing.
3908 * calls.c (expand_call): Don't call mark_temp_addr_taken.
3909
3910 2012-05-29 Richard Guenther <rguenther@suse.de>
3911
3912 PR tree-optimization/53516
3913 * tree-data-ref.c (stmt_with_adjacent_zero_store_dr_p): Reject
3914 bitfield accesses.
3915 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
3916
3917 2012-05-29 Joseph Myers <joseph@codesourcery.com>
3918
3919 * LANGUAGES: Fix typos.
3920 * Makefile.in: Fix typos.
3921 * alias.c: Fix typos.
3922 * auto-inc-dec.c: Fix typos.
3923 * bb-reorder.c: Fix typos.
3924 * cfgcleanup.c: Fix typos.
3925 * cgraph.c: Fix typos.
3926 * cgraph.h: Fix typos.
3927 * cgraphunit.c: Fix typos.
3928 * collect2-aix.h: Fix typos.
3929 * collect2.c: Fix typos.
3930 * compare-elim.c: Fix typos.
3931 * config/alpha/vms.h: Fix typos.
3932 * config/arm/README-interworking: Fix typos.
3933 * config/arm/arm.c: Fix typos.
3934 * config/arm/iterators.md: Fix typos.
3935 * config/arm/vxworks.h: Fix typos.
3936 * config/avr/avr.c: Fix typos.
3937 * config/avr/avr.h: Fix typos.
3938 * config/avr/avr.md: Fix typos.
3939 * config/avr/builtins.def: Fix typos.
3940 * config/c6x/c6x.c: Fix typos.
3941 * config/cr16/cr16.c: Fix typos.
3942 * config/cr16/cr16.md: Fix typos.
3943 * config/cris/cris.md: Fix typos.
3944 * config/darwin.c: Fix typos.
3945 * config/darwin.opt: Fix typos.
3946 * config/i386/i386-c.c: Fix typos.
3947 * config/i386/i386.c: Fix typos.
3948 * config/ia64/ia64.c: Fix typos.
3949 * config/m68k/cf.md: Fix typos.
3950 * config/mep/mep.c: Fix typos.
3951 * config/microblaze/microblaze.c: Fix typos.
3952 * config/microblaze/microblaze.h: Fix typos.
3953 * config/mn10300/mn10300.c: Fix typos.
3954 * config/mn10300/mn10300.md: Fix typos.
3955 * config/pa/pa.c: Fix typos.
3956 * config/picochip/picochip.h: Fix typos.
3957 * config/rs6000/a2.md: Fix typos.
3958 * config/rs6000/rs6000.c: Fix typos.
3959 * config/rs6000/vector.md: Fix typos.
3960 * config/rx/rx.md: Fix typos.
3961 * config/rx/rx.opt: Fix typos.
3962 * config/s390/2097.md: Fix typos.
3963 * config/s390/s390.c: Fix typos.
3964 * config/s390/s390.h: Fix typos.
3965 * config/sh/sh.c: Fix typos.
3966 * config/sh/sh.md: Fix typos.
3967 * config/sparc/sync.md: Fix typos.
3968 * config/spu/spu.c: Fix typos.
3969 * config/spu/spu.md: Fix typos.
3970 * config/vms/vms.c: Fix typos.
3971 * config/vxworks-dummy.h: Fix typos.
3972 * config/vxworks.h: Fix typos.
3973 * cselib.c: Fix typos.
3974 * df-scan.c: Fix typos.
3975 * df.h: Fix typos.
3976 * doc/extend.texi: Fix typos.
3977 * doc/install.texi: Fix typos.
3978 * doc/invoke.texi: Fix typos.
3979 * doc/md.texi: Fix typos.
3980 * doc/plugins.texi: Fix typos.
3981 * doc/rtl.texi: Fix typos.
3982 * dse.c: Fix typos.
3983 * dwarf2asm.c: Fix typos.
3984 * dwarf2out.c: Fix typos.
3985 * except.h: Fix typos.
3986 * expr.c: Fix typos.
3987 * fold-const.c: Fix typos.
3988 * gcc.c: Fix typos.
3989 * gcse.c: Fix typos.
3990 * genautomata.c: Fix typos.
3991 * gengtype-state.c: Fix typos.
3992 * gengtype.c: Fix typos.
3993 * genhooks.c: Fix typos.
3994 * gimple-fold.c: Fix typos.
3995 * gimple-pretty-print.c: Fix typos.
3996 * gimple.c: Fix typos.
3997 * gimple.h: Fix typos.
3998 * gimplify.c: Fix typos.
3999 * graphite-interchange.c: Fix typos.
4000 * graphite-sese-to-poly.c: Fix typos.
4001 * ifcvt.c: Fix typos.
4002 * input.c: Fix typos.
4003 * ipa-cp.c: Fix typos.
4004 * ipa-inline-analysis.c: Fix typos.
4005 * ipa-inline-transform.c: Fix typos.
4006 * ipa-inline.c: Fix typos.
4007 * ipa-pure-const.c: Fix typos.
4008 * ipa-ref.h: Fix typos.
4009 * ipa-reference.c: Fix typos.
4010 * ipa-utils.c: Fix typos.
4011 * ipa.c: Fix typos.
4012 * ira-emit.c: Fix typos.
4013 * ira-lives.c: Fix typos.
4014 * lto-streamer.c: Fix typos.
4015 * lto-streamer.h: Fix typos.
4016 * lto-wrapper.c: Fix typos.
4017 * mcf.c: Fix typos.
4018 * mode-switching.c: Fix typos.
4019 * modulo-sched.c: Fix typos.
4020 * plugin.c: Fix typos.
4021 * postreload.c: Fix typos.
4022 * sched-deps.c: Fix typos.
4023 * sel-sched-ir.c: Fix typos.
4024 * sel-sched-ir.h: Fix typos.
4025 * sel-sched.c: Fix typos.
4026 * sese.c: Fix typos.
4027 * stor-layout.c: Fix typos.
4028 * target-hooks-macros.h: Fix typos.
4029 * target.def: Fix typos.
4030 * trans-mem.c: Fix typos.
4031 * tree-eh.c: Fix typos.
4032 * tree-predcom.c: Fix typos.
4033 * tree-sra.c: Fix typos.
4034 * tree-ssa-address.c: Fix typos.
4035 * tree-ssa-loop-ivopts.c: Fix typos.
4036 * tree-ssa-loop-niter.c: Fix typos.
4037 * tree-ssa-math-opts.c: Fix typos.
4038 * tree-ssa-pre.c: Fix typos.
4039 * tree-ssa-propagate.c: Fix typos.
4040 * tree-ssa-reassoc.c: Fix typos.
4041 * tree-ssa-sccvn.c: Fix typos.
4042 * tree-ssa-ter.c: Fix typos.
4043 * tree-ssa-uninit.c: Fix typos.
4044 * tree-ssanames.c: Fix typos.
4045 * tree-vect-generic.c: Fix typos.
4046 * tree-vect-slp.c: Fix typos.
4047 * tree.c: Fix typos.
4048 * tree.h: Fix typos.
4049 * varasm.c: Fix typos.
4050 * varpool.c: Fix typos.
4051
4052 2012-05-29 Joseph Myers <joseph@codesourcery.com>
4053
4054 * doc/include/texinfo.tex: Update to version 2012-05-16.16.
4055
4056 2012-05-29 Richard Guenther <rguenther@suse.de>
4057
4058 * tree-dfa.c (find_vars_r): Do not call add_referenced_vars
4059 for globals.
4060 (add_referenced_var_1): Re-organize. Assert we are not
4061 called for globals.
4062 (remove_referenced_var): Likewise.
4063 * varpool.c (add_new_static_var): Use create_tmp_var_raw.
4064 * tree-mudflap.c (execute_mudflap_function_ops): Do not
4065 call add_referenced_var on globals.
4066 * matrix-reorg.c (transform_access_sites): Likewise.
4067
4068 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
4069
4070 * alias.c (reg_known_value): Make this a VEC.
4071 (reg_known_equiv_p): Make this an sbitmap.
4072 (reg_known_value_size): Remove.
4073 (get_reg_known_value, set_reg_known_value, get_reg_known_equiv_p,
4074 set_reg_known_equiv_p): Update for reg_known_value and
4075 reg_known_value_size data structure change.
4076 (init_alias_analysis, end_alias_analysis): Likewise.
4077
4078 2012-05-29 Jakub Jelinek <jakub@redhat.com>
4079
4080 PR middle-end/53510
4081 * input.c (read_line): Use XRESIZEVEC instead of XNEWVEC
4082 to avoid leaking memory. No need to handle memory allocation
4083 failure. Double string_len on each reallocation instead of adding 2.
4084 * gcov.c (read_line): Likewise.
4085
4086 2012-05-29 Hans-Peter Nilsson <hp@axis.com>
4087
4088 * config/cris/cris.h (TARGET_HAS_BREAK, TARGET_TRAP_USING_BREAK8):
4089 New macros.
4090 * config/cris/cris.md ("trap"): Define, enabled for
4091 TARGET_TRAP_USING_BREAK8.
4092 * config/cris/cris.opt (mtrap-using-break8): New option.
4093
4094 2012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
4095
4096 PR c++/25137
4097 * doc/invoke.texi: Document -Wmissing-braces not enabled by -Wall
4098 for C++.
4099
4100 2012-05-28 Hans-Peter Nilsson <hp@axis.com>
4101
4102 * doc/md.texi (stack_protect_test): Remove negation of branch to label.
4103 (Standard Names): Fix typos in documentation of atomic patterns.
4104
4105 2012-05-27 Nathan Sidwell <nathan@acm.org>
4106
4107 * tree.c (build_constructor): Propagate TREE_SIDE_EFFECTS.
4108
4109 2012-05-26 Jason Merrill <jason@redhat.com>
4110
4111 PR c++/53220
4112 * c-typeck.c (array_to_pointer_conversion): Give -Wc++-compat warning
4113 about array compound literals.
4114
4115 2012-05-26 Eric Botcazou <ebotcazou@adacore.com>
4116
4117 * cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks
4118 if CLEANUP_NO_INSN_DEL.
4119 * cfgrtl.c (unique_locus_on_edge_between_p): New function extracted
4120 from cfg_layout_merge_blocks.
4121 (emit_nop_for_unique_locus_between): New function.
4122 (rtl_merge_blocks): Invoke emit_nop_for_unique_locus_between.
4123 (cfg_layout_merge_blocks): Likewise.
4124
4125 2012-05-26 Dimitrios Apostolou <jimis@gmx.net>
4126 Paolo Bonzini <bonzini@gnu.org>
4127
4128 * df-scan.c (df_def_record_1): Assert a parallel must contain an
4129 EXPR_LIST at this point. Receive the LOC and move its extraction...
4130 (df_defs_record): ... here. Change if-else to a switch statement.
4131 (df_find_hard_reg_defs, df_find_hard_reg_defs_1): New.
4132 (df_get_call_refs): Changed defs_generated from bitmap to HARD_REG_SET
4133 and compute it from df_find_hard_reg_defs(). Record DF_REF_BASE
4134 DEFs in REGNO order. Use HARD_REG_SET instead of bitmap for
4135 regs_invalidated_by_call.
4136 (df_insn_refs_collect): Record DF_REF_REGULAR DEFs after
4137 df_get_call_refs().
4138
4139 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
4140
4141 PR lto/52178
4142 * tree-inline.c (remap_gimple_op_r): Fix handling of FIELD_DECL.
4143 * tree.c (RETURN_TRUE_IF_VAR): Do not return true for PLACEHOLDER_EXPR.
4144
4145 2012-05-25 Michael Meissner <meissner@linux.vnet.ibm.com>
4146
4147 * config/rs6000/t-linux64: Delete the 32-bit multilib that uses
4148 software floating point emulation. No longer build the multilibs
4149 with -mstrict-align.
4150
4151 2012-05-25 Aldy Hernandez <aldyh@redhat.com>
4152
4153 PR middle-end/53008
4154 * trans-mem.c (ipa_tm_create_version_alias): Output new_node if
4155 accessed indirectly.
4156 (ipa_tm_create_version): Same.
4157
4158 2012-05-25 Uros Bizjak <ubizjak@gmail.com>
4159
4160 PR target/53474
4161 * config/i386/i386.c (ix86_print_operand) <case 'O'>: Print '.' here.
4162 <case 'C', case 'c', case 'F', case 'f'>: Print '.' only for C and c.
4163
4164 2012-05-25 Alexander Ivchenko <alexander.ivchenko@intel.com>
4165
4166 PR target/53435
4167 * config/i386/i386.c (ix86_expand_vec_perm): Use correct op.
4168 (ix86_expand_vec_perm): Use int mode instead of float.
4169 (expand_vec_perm_pshufb): Remove handling of useseless type
4170 conversion.
4171
4172 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
4173
4174 PR ada/52362
4175 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Set gas and
4176 gnu_ld variables to yes.
4177 * configure.ac (HAVE_GNU_LD): Move to after config.gcc inclusion.
4178 (HAVE_GNU_AS): Likewise.
4179 * config.in: Regenerate.
4180 * configure: Likewise.
4181
4182 2012-05-25 Tristan Gingold <gingold@adacore.com>
4183
4184 * config/i386/i386.c (struct ix86_frame): Remove unused frame field.
4185 (ix86_compute_frame_layout): Fix type of stack_alignment_needed
4186 and preferred_alignment.
4187
4188 2012-05-25 Tristan Gingold <gingold@adacore.com>
4189
4190 * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.
4191
4192 2012-05-25 Thomas Schwinge <thomas@codesourcery.com>
4193
4194 * fold-const.c (optimize_bit_field_compare): Abort early in the strict
4195 volatile bitfields case.
4196
4197 2012-05-24 Pat Haugen <pthaugen@us.ibm.com>
4198
4199 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
4200 rs6000_sched_costly_dep default to true_store_to_load_dep_costly.
4201 (adjacent_mem_locations): Move some code to and call...
4202 (get_memref_parts): ...new function.
4203 (mem_locations_overlap): New function.
4204 (rs6000_adjust_priority): Adjust calls to is_load_insn/is_store_insn.
4205 (is_mem_ref): Rename to...
4206 (find_mem_ref): ...this. Return MEM rtx.
4207 (get_store_dest): Remove function.
4208 (is_load_insn1, is_load_insn, is_store_insn1, is_store_insn): Add
4209 new parameter and adjust calls.
4210 (rs6000_is_costly_dependence): Update calls for extra arg. Make sure
4211 mem refs overlap for true_store_to_load_dep_costly.
4212 (rs6000_sched_reorder2): Update calls for extra arg. Adjust args
4213 passed to adjacent_mem_locations.
4214 (is_costly_group): Walk resolved dependency list.
4215 (force_new_group): Emit group ending nop for Power6/Power7.
4216 * config/rs6000/rs6000.md (UNSPEC_GRP_END_NOP): New enum value.
4217 (group_ending_nop): New define_insn.
4218
4219 2012-05-24 Dodji Seketeli <dodji@redhat.com>
4220
4221 Make unwound macro expansion trace less redundant
4222 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Don't print
4223 context of macro definition in the trace, when it's redundant.
4224 Update comments.
4225
4226 2012-05-24 Richard Guenther <rguenther@suse.de>
4227
4228 PR middle-end/53460
4229 * tree-profile.c (tree_profiling): Cleanup the CFG if
4230 execute_fixup_cfg requests it.
4231
4232 2012-05-24 Richard Guenther <rguenther@suse.de>
4233
4234 * tree-flow.h (create_var_ann): Remove.
4235 * tree-dfa.c (create_var_ann): Remove and inline into its
4236 single caller ...
4237 (add_referenced_var_1): ... here.
4238 * varpool.c (add_new_static_var): Do not call add_referenced_var
4239 for global vars.
4240 * gimple-fold.c (canonicalize_constructor_val): Likewise.
4241 * tree-switch-conversion.c (build_one_array): Likewise.
4242 * tree-profile.c (gimple_gen_ic_profiler): Likewise.
4243 * tree-flow-inline.h (gimple_referenced_vars): Guard against
4244 NULL fn argument.
4245 * tree-inline.c (remap_gimple_op_r): Likewise. Check
4246 gimple_referenced_vars instead of gimple_in_ssa_p.
4247 (copy_tree_body_r): Likewise.
4248 (setup_one_parameter): Likewise.
4249 (declare_return_variable): Likewise.
4250 (tree_function_versioning): Likewise.
4251
4252 2012-05-24 Jakub Jelinek <jakub@redhat.com>
4253
4254 PR tree-optimization/53465
4255 * tree-vrp.c (extract_range_from_cond_expr): First copy_value_range
4256 vr0 into *vr, then vrp_meet that.
4257 (vrp_meet): If one vr type is VR_UNDEFINED, ensure the result doesn't
4258 have any equivalences.
4259 (vrp_visit_phi_node): Call copy_value_range instead of vrp_meet the
4260 first time.
4261
4262 2012-05-24 Jim MacArthur <jim.macarthur@arm.com>
4263
4264 * recog.c (reg_fits_class_p): Check both regno and regno + offset are
4265 hard registers.
4266 * regs.h (in_hard_reg_set_p): Assert that regno is a hard register and
4267 check end_regno - 1 is a hard register.
4268
4269 2012-05-24 Richard Guenther <rguenther@suse.de>
4270
4271 * varpool.c (add_new_static_var): Remove call to create_var_ann.
4272 * tree-ssa-operands.c (create_vop_var): Likewise.
4273
4274 2012-05-24 Richard Guenther <rguenther@suse.de>
4275
4276 PR bootstrap/53466
4277 * tree-ssa-live.c (remove_unused_scope_block_p): Properly
4278 handle globals.
4279 (remove_unused_locals): Pass global_unused_vars to
4280 remove_unused_scope_block_p. Restore code walking all
4281 referenced vars and pruning them.
4282
4283 2012-05-23 Jan Hubicka <jh@suse.cz>
4284
4285 * tree.h (alias_diag_flags): Remove.
4286 (alias_pair): Remove emitted_diags.
4287 (finish_aliases_1, finish_aliases_2, remove_unreachable_alias_pairs,
4288 symbol_alias_set_t, symbol_alias_set_destroy,
4289 symbol_alias_set_contains, propagate_aliases_backward): Remove.
4290 * toplev.c (compile_file): Do not call finish_aliases_2
4291 * cgraphunit.c (cgraph_process_new_functions): Do not call
4292 finish_aliases_1.
4293 (handle_alias_pairs): Output diagnostics about aliases to externals.
4294 (assemble_thunks_and_aliases): Use do_assemble_alias.
4295 (output_weakrefs): Likewise.
4296 (finalize_compilation_unit): Do not call finish_aliases_1.
4297 * ipa.c (symtab_remove_unreachable_nodes): De not call
4298 remove_unreachable_alias_pairs.
4299 * varasm.c (do_assemble_alias): Export.
4300 (symbol_alias_set_create, symbol_alias_set_destroy,
4301 symbol_alias_set_contains, symbol_alias_set_insert,
4302 propagate_aliases_forward, propagate_aliases_backward,
4303 propagate_aliases_backward, trivially_visible_alias,
4304 trivially_defined_alias, remove_unreachable_alias_pairs,
4305 finish_aliases_1, finish_aliases_2, assemble_alias): Remove.
4306 * output.h (do_assemble_alias): Declare.
4307 * varpool.c (varpool_remove_unreferenced_decls): Do not call
4308 finish_aliases_1.
4309
4310 2012-05-23 Martin Jambor <mjambor@suse.cz>
4311
4312 * ipa-inline-analysis.c (inline_merge_summary): Free operand_map.
4313
4314 2012-05-23 Eric Botcazou <ebotcazou@adacore.com>
4315
4316 * gimple.c (gimple_types_compatible_p_1) <ARRAY_TYPE>: Remove bogus
4317 size handling.
4318 (gimple_canonical_types_compatible_p) <ARRAY_TYPE>: Likewise.
4319 (iterative_hash_gimple_type): Adjust comment.
4320 (iterative_hash_canonical_type): Likewise. Hash the bounds of the
4321 domain for an array type instead of the domain type itself.
4322
4323 2012-05-23 Richard Guenther <rguenther@suse.de>
4324
4325 PR tree-optimization/53438
4326 * tree-sra.c (analyze_access_subtree): Correct bitfield exclusion.
4327
4328 2012-05-23 Georg-Johann Lay <avr@gjlay.de>
4329
4330 PR target/53448
4331 * config/avr/avr.h (ASM_OUTPUT_ALIGN): Don't inhibit .p2align 1.
4332 * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Use
4333 ASM_OUTPUT_ALIGN.
4334
4335 2012-05-23 Richard Guenther <rguenther@suse.de>
4336
4337 * tree-dfa.c (add_referenced_var_1): Do not add global vars.
4338 * tree-ssa-live.c (mark_all_vars_used_1): Handle global vars
4339 via the global_unused_vars bitmap.
4340 (remove_unused_locals): Handle global vars in local-decls via
4341 a global_unused_vars bitmap instead of the used flag in the
4342 var annotation. Simplify global variable handling and removal.
4343
4344 2012-05-22 Jan Hubicka <jh@suse.cz>
4345
4346 PR middle-end/53426
4347 * tree-ssa-structalias.c (create_variable_info_for): Skip constructors
4348 from other partitions.
4349
4350 2012-05-22 Jan Hubicka <jh@suse.cz>
4351
4352 PR middle-end/53161
4353 * symtab.c (symtab_register_node): Fix ordering issue.
4354
4355 2012-05-22 Steven Drake <sbd@NetBSD.org>
4356
4357 * gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir.
4358
4359 2012-05-22 David Edelsohn <dje.gcc@gmail.com>
4360
4361 * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_table_ref):
4362 Use strip_name_encoding target hook.
4363
4364 2012-05-22 Richard Guenther <rguenther@suse.de>
4365
4366 * tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
4367 (init_function_for_compilation): Remove.
4368 * tree-dfa.c (find_vars_r): Take struct function argument.
4369 (find_referenced_vars_in): Adjust.
4370 * tree-ssa-operands.c (clobber_stats): Remove.
4371 (create_vop_var): Take struct function argument. Mark
4372 virtual operand with VAR_DECL_IS_VIRTUAL_OPERAND.
4373 (init_ssa_operands): Take struct function argument.
4374 (fini_ssa_operands): Do not dump dead stats.
4375 * tree-ssa-operands.h (init_ssa_operands): Take struct function
4376 argument.
4377 * cgraphunit.c (init_lowered_empty_function): Adjust.
4378 * lto-streamer-in.c (input_cfg): Likewise.
4379 * tree-inline.c (initialize_cfun): Likewise.
4380 * tree-into-ssa.c (rewrite_into_ssa): Likewise.
4381 * omp-low.c (expand_omp_taskreg): Likewise. Avoid switching cfun.
4382 * gimple.c (is_gimple_reg): Optimize the SSA_NAME case,
4383 virtual operands are not registers.
4384
4385 2012-05-22 Richard Guenther <rguenther@suse.de>
4386
4387 * tree-cfg.c (verify_gimple_assign_unary): Fix typo in previous commit.
4388
4389 2012-05-22 Richard Guenther <rguenther@suse.de>
4390
4391 PR middle-end/53437
4392 * tree-inline.c (setup_one_parameter): Create a dummy init
4393 statement for unused parameters when not optimizing.
4394
4395 2012-05-22 Richard Guenther <rguenther@suse.de>
4396
4397 * tree-flow.h (add_referenced_var_1): Declare.
4398 (add_referenced_var): Define.
4399 * tree-dfa.c (referenced_var_check_and_insert): Avoid one hash lookup.
4400 (add_referenced_var): Rename to ...
4401 (add_referenced_var_1): ... this. Take struct function argument.
4402
4403 2012-05-22 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4404
4405 PR target/53334
4406 * config/arm/arm-protos.h (arm_validize_comparison): Declare.
4407 * config/arm/arm.c (arm_validize_comparison): Define.
4408 * config/arm/arm.md ("cbranchsi4"): Cleanup expansion and use
4409 arm_validize_comparison.
4410 ("cbranchdi4"): Likewise.
4411 ("cstoredi4"): Likewise.
4412 ("movsicc"): Likewise.
4413 ("movsfcc"): Likewise.
4414 ("movdfcc"): Likewise.
4415
4416 2012-05-22 Dimitrios Apostolou <jimis@gmx.net>
4417
4418 * df-scan.c (df_scan_alloc): Round up allocation pools size, reduce
4419 the mw_reg_pool size.
4420
4421 2012-05-22 Paolo Bonzini <bonzini@gnu.org>
4422
4423 PR tree-optimization/53336
4424 * tree-cfg.c (verify_gimple_assign_unary): Allow conversion from
4425 non-integer integral types to offset type and vice versa.
4426
4427 2012-05-22 Alan Modra <amodra@gmail.com>
4428
4429 * config/rs6000/aix.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
4430 * config/rs6000/darwin.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
4431 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE,
4432 V_SAVE_INLINE): Delete.
4433 * config/rs6000/rs6000.c (V_SAVE_INLINE): Delete.
4434 (rs6000_savres_strategy): Reimplement GP/FP/V_SAVE_INLINE logic.
4435 For ELF targets, use out-of-line restores for -Os and any number
4436 of regs if the restore exits, and out-of-line gp save for two or
4437 more regs. Use save_reg_p to test for holes in reg restore set.
4438 Replace "#if" with "if".
4439
4440 2012-05-22 Alan Modra <amodra@gmail.com>
4441
4442 * config/rs6000/rs6000.c (save_reg_p): New function.
4443 (first_reg_to_save, first_fp_reg_to_save): Use it here.
4444 (first_altivec_reg_to_save, restore_saved_cr): Likewise.
4445 (emit_frame_save): Use gen_frame_store.
4446 (gen_frame_mem_offset): Correct SPE condition requiring reg+reg.
4447 (rs6000_emit_prologue): Use save_reg_p. Use gen_frame_store for
4448 vrsave and toc.
4449 (rs6000_emit_epilogue): Use save_reg_p. Use gen_frame_load for
4450 vrsave, toc, gp and fp restores.
4451
4452 2012-05-22 Alan Modra <amodra@gmail.com>
4453
4454 * config/rs6000/rs6000.c: Delete unnecessary forward declarations.
4455 Move those with ATTRIBUTE_UNUSED to immediately before definitions.
4456 Move function pointer variables after forward declarations.
4457 (rs6000_builtin_support_vector_misalignment): Make static.
4458 (rs6000_legitimate_address_p, rs6000_gimplify_va_arg): Likewise.
4459 (rs6000_function_value, rs6000_can_eliminate): Likewise.
4460
4461 2012-05-21 Bernd Schmidt <bernds@codesourcery.com>
4462
4463 PR rtl-optimization/53373
4464 * caller-save.c (save_call_clobbered_regs): Look into a possible
4465 PARALLEL manually rather than using single_set on a call insn.
4466
4467 2012-05-21 Jakub Jelinek <jakub@redhat.com>
4468
4469 PR tree-optimization/53436
4470 * omp-low.c (omp_build_component_ref): New function.
4471 (build_receiver_ref, build_sender_ref, create_task_copyfn): Use it.
4472
4473 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
4474
4475 * config/i386/i386.c (put_condition_code): Change "reverse" and "fp"
4476 arguments to bool.
4477 (ix86_print_operand) <case 'O'>: Look at mode size of the operand.
4478 Do not print '.' here. Output operand lossage error for unhandled
4479 sizes. Move.
4480 <case '*'>: Move.
4481 <case '&'>: Ditto.
4482 <case 'Y'>: Ditto.
4483 <case 'z'>: Hardcode "code" argument into error strings.
4484 <case 'Z'>: Ditto.
4485 <case 'D'>: Merge AVX and non-AVX codes.
4486 <case 'C', case 'c', case 'F', case 'f'>: Merge. Fix error string.
4487 Update call to put_condition_code.
4488
4489 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
4490
4491 * config/m68k/m68k.md (*clzsi2_cf): Renamed from clzsi2. Call
4492 CC_STATUS_INIT.
4493 (clzsi2): New expander.
4494 (*clzsi2_68k): New insn.
4495 * config/m68k/m68k.h: Update comment about CLZ_DEFINED_VALUE_AT_ZERO.
4496
4497 2012-05-21 Aldy Hernandez <aldyh@redhat.com>
4498
4499 * gimple.h (gimple_set_in_transaction): Remove.
4500 (gimple_in_transaction): Look in BB instead.
4501 (gimple_statement_base): Remove in_transaction field.
4502 * basic-block.h (enum bb_flags): Add BB_IN_TRANSACTION.
4503 * trans-mem.c (compute_transaction_bits): Place transaction bit
4504 information into basic blocks.
4505
4506 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
4507
4508 * expr.c (get_def_for_expr_class): Define only if
4509 HAVE_conditional_move.
4510 (convert_tree_comp_to_rtx): Likewise.
4511
4512 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
4513
4514 PR target/53399
4515 * config/i386/i386.md (ffs<mode>2): Generate CCCmode compare
4516 for TARGET_BMI.
4517 (ffssi2_no_cmove): Ditto.
4518 (*ffs<mode>_1): Remove insn pattern.
4519 (*tzcnt<mode>_1): New insn pattern.
4520 (*bsf<mode>1): Ditto.
4521
4522 2012-05-21 Richard Guenther <rguenther@suse.de>
4523
4524 * tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for
4525 more referenced vars.
4526 * tree-ssa-live.c (mark_all_vars_used_1): Only set the used
4527 flag on variables that have a var-annotation.
4528
4529 2012-05-21 Joseph Myers <joseph@codesourcery.com>
4530
4531 PR c/53418
4532 * c-typeck.c (build_conditional_expr): Remove C_MAYBE_CONST_EXPR
4533 from folded operands before wrapping another around the
4534 conditional expression.
4535
4536 2012-05-21 Jakub Jelinek <jakub@redhat.com>
4537
4538 PR tree-optimization/53366
4539 * tree-vect-slp.c (vect_supported_load_permutation_p): Don't shortcut
4540 tests if complex_numbers == 2, but there are non-complex number loads
4541 too.
4542
4543 PR tree-optimization/53409
4544 * tree-vect-loop.c (vect_analyze_loop_operations): Don't check
4545 vinfo_for_stmt (op_def_stmt) if op_def_stmt isn't inside loop.
4546
4547 PR tree-optimization/53410
4548 * fold-const.c (fold_binary_loc): Use build_zero_cst (type)
4549 instead of build_int_cst (type, 0) where vector types might be
4550 involved. Instead of build_int_cst (type, 1) convert the original
4551 integer_onep argument to the desired type.
4552
4553 2012-05-21 Michael Matz <matz@suse.de>
4554
4555 * genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.
4556 (simplify_test_exp): Handle one more case of distributive law,
4557 decrease cost threshold.
4558 (tests_attr_p, get_attr_order): New functions.
4559 (optimize_attrs): Use topological order, inline only cheap values.
4560 (write_attr_set): Reset our_known_true after some time.
4561
4562 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
4563
4564 PR target/53425
4565 * config/i386/i386.c (type_natural_mode): Warn passing SSE
4566 vector argument without SSE enabled changes the ABI.
4567
4568 2012-05-21 Richard Guenther <rguenther@suse.de>
4569
4570 PR tree-optimization/53408
4571 * tree-vect-loop.c (vectorizable_induction): Properly check
4572 the restriction that we cannot handle induction results from
4573 the inner loop outside of the outer loop.
4574
4575 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
4576
4577 PR target/53416
4578 * config/i386/i386.md (UNSPEC_RDRAND): Renamed to ...
4579 (UNSPECV_RDRAND): This.
4580 (rdrand<mode>_1): Updated.
4581
4582 2012-05-21 Richard Guenther <rguenther@suse.de>
4583
4584 * tree-loop-distribution.c (can_generate_builtin): Reject
4585 volatile stmts.
4586
4587 2012-05-21 Chung-Lin Tang <cltang@codesourcery.com>
4588
4589 * Makefile.in (options.c): Add options.h to included header
4590 files, before tm.h.
4591
4592 2012-05-21 Razya Ladelsky <razya@il.ibm.com>
4593
4594 * tree-parloops.c : Add myself to contributors, update
4595 TODO list, add link to wiki.
4596
4597 2012-05-21 Alan Modra <amodra@gmail.com>
4598
4599 * config/rs6000/predicates.md (input_operand): Don't match
4600 constant pool addresses. Remove label_ref, high and plus from
4601 match_code list. Remove redundant CONSTANT_P test.
4602 (splat_input_operand): Similarly update match_code list.
4603 (small_toc_ref): New predicate.
4604 * config/rs6000/rs6000-protos.h (toc_relative_expr_p): Update prototype.
4605 * config/rs6000/rs6000.c (tocrel_base, tocrel_offset): Make const.
4606 (legitimate_constant_pool_address_p): Move TARGET_TOC test and
4607 register checks to..
4608 (toc_relative_expr_p): ..here. Add "strict" param. Match new rtl
4609 generated by create_TOC_reference.
4610 (rs6000_legitimize_address): Update cerate_TOC_reference call.
4611 (rs6000_delegitimize_address): Handle new rtl for toc refs.
4612 (rs6000_cannot_force_const_mem, rs6000_find_base_term): Likewise.
4613 (use_toc_relative_ref): New function, split out from..
4614 (rs6000_emit_move): ..here. Remove redundant tests. Update
4615 create_TOC_reference calls.
4616 (rs6000_legitimize_reload_address): Formatting. Handle splitting
4617 of medium/large model toc addresses. Use use_toc_relative_ref.
4618 (print_operand): Formatting, style. Adjust for toc changes.
4619 (print_operand_address): Likewise.
4620 (rs6000_output_addr_const_extra): Likewise.
4621 (create_TOC_reference): Put TOC_REGISTER in UNSPEC_TOCREL rather
4622 than a PLUS. Use this formulation for both high and low part
4623 of -mcmodel=medium/large toc reference too. Before reload,
4624 always use the small model formulation.
4625 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Similarly avoid
4626 a PLUS in high part of addresses here.
4627 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
4628 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
4629 (largetoc_high, largetoc_low): Move earlier. Cope when no
4630 base reg available.
4631 (largetoc_high_plus): New insn.
4632 (movsi_internal1, movsi_internal1_single, movsf_softfloat,
4633 movdi_mfpgpr, movdi_internal64): Don't handle 'R' constraint here..
4634 (tocref): ..instead do so here, new insn and split.
4635
4636 2012-05-20 H.J. Lu <hongjiu.lu@intel.com>
4637
4638 * config/i386/driver-i386.c (host_detect_local_cpu): Support
4639 RDRND, F16C and FSGSBASE.
4640
4641 2012-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4642
4643 PR rtl-optimzation/53373
4644 * config/pa/pa.md (call_symref_pic): Don't expose PIC register save in
4645 call pattern. Update split patterns.
4646 (call_symref_64bit, call_reg_pic, call_reg_64bit, call_val_symref_pic,
4647 call_val_symref_64bit, call_val_reg_pic, call_val_reg_64bit): Likewise.
4648
4649 2012-05-20 Razya Ladelsky <razya@il.ibm.com>
4650
4651 * tree-parloops.c (gen_parallel_loop): Change many_iterations_cond
4652 for outer loops.
4653
4654 2012-05-18 Jan Hubicka <jh@suse.cz>
4655
4656 * cgraphunit.c (handle_alias_pairs): Declare; free alias_pairs
4657 (cgraph_process_new_functions): Process also aliases.
4658 * lto-streamer-out.c (struct sets): Remove.
4659 (trivally_defined_alias): Remove.
4660 (output_alias_pair_p): Remove.
4661 (output_unreferenced_globals): Remove.
4662 (produce_symtab); Do not handle alias pairs.
4663 (produce_asm_for_decls): Likewise.
4664 * lto-streamer-in.c (input_alias_pairs): Remove.
4665 (lto_read_body): Do not input alias pairs.
4666 (lto_input_constructors_and_inits): Remove.
4667
4668 2012-05-18 Jan Hubicka <jh@suse.cz>
4669
4670 * cgraphunit.c (handle_alias_pairs): Cleanup; handle all types of
4671 aliases.
4672
4673 2012-05-18 Jan Hubicka <jh@suse.cz>
4674
4675 * cgraphbuild.c (record_reference): Update.
4676 * lto-cgraph.c (lto_output_varpool_node): External vars
4677 are not in other partition even if they are not output
4678 in current partition.
4679 * gimple-fold.c (can_refer_decl_in_current_unit_p): Take FROM_DECL
4680 argument; fix.
4681 (canonicalize_constructor_val): Take FROM_DECL argument.
4682 (fold_ctor_reference, fold_string_cst_ctor_reference,
4683 fold_array_ctor_reference, fold_nonarray_ctor_reference,
4684 fold_ctor_reference): Likewise.
4685 (fold_const_aggregate_ref_1, gimple_get_virt_method_for_binfo): Update.
4686 * gimple.h (gimple_fold_builtin): Likewise.
4687
4688 2012-05-18 Olivier Hainque <hainque@adacore.com>
4689
4690 * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of
4691 $(libsubdir) as libexecsubdir.
4692
4693 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4694
4695 * config/rs6000/rs6000.c (print_operand): Revise code that unsafely
4696 relied on signed overflow behavior.
4697
4698 2012-05-18 Richard Guenther <rguenther@suse.de>
4699
4700 PR tree-optimization/53346
4701 * tree-loop-distribution.c (ldist_gen): Make sure to apply
4702 builtin transform even when only a single partition with
4703 all reads/writes exists.
4704
4705 2012-05-18 Richard Guenther <rguenther@suse.de>
4706
4707 PR tree-optimization/53390
4708 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Ignore
4709 strided loads.
4710
4711 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4712
4713 * tree-ssa-reassoc.c (bip_map): Remove decl.
4714 (completely_remove_stmt): Remove function.
4715 (remove_def_if_absorbed_call): Remove function.
4716 (remove_visited_stmt_chain): Remove __builtin_powi handling.
4717 (possibly_move_powi): Remove function.
4718 (rewrite_expr_tree): Remove calls to possibly_move_powi.
4719 (rewrite_expr_tree_parallel): Likewise.
4720 (attempt_builtin_powi): Build multiplies explicitly rather than
4721 relying on the ops vector and rank system.
4722 (transform_stmt_to_copy): New function.
4723 (transform_stmt_to_multiply): Likewise.
4724 (reassociate_bb): Handle leftover operations after __builtin_powi
4725 optimization; build a final multiply if necessary.
4726
4727 2012-05-18 Jan Hubicka <jh@suse.cz>
4728
4729 * cgraphunit.c (varpool_finalize_decl): Allow external decls.
4730 (mark_functions_to_output): Fix sanity check.
4731 * ipa.c (function_and_variable_visibility): Remove TREE_STATIC check.
4732
4733 2012-05-18 Richard Guenther <rguenther@suse.de>
4734
4735 * tree-flow.h (mark_symbols_for_renaming): Remove.
4736 * tree-dfa.c (mark_symbols_for_renaming): Likewise.
4737 * tree-inline.c (copy_edges_for_bb): Do not mark symbols for renaming.
4738 (copy_debug_stmt): Likewise.
4739 (expand_call_inline): Likewise.
4740 (declare_return_variable): Mark the return variable for renaming
4741 if necessary.
4742
4743 2012-05-18 Andrew Stubbs <ams@codesourcery.com>
4744
4745 * config/arm/arm-protos.h (arm_emit_coreregs_64bit_shift): New
4746 prototype.
4747 * config/arm/arm.c (arm_emit_coreregs_64bit_shift): New function.
4748 * config/arm/arm.md (ashldi3): Use arm_emit_coreregs_64bit_shift.
4749 (ashrdi3,lshrdi3): Likewise.
4750 (arm_cond_branch): Remove '*' to enable gen_arm_cond_branch.
4751
4752 2012-05-18 Meador Inge <meadori@codesourcery.com>
4753
4754 PR rtl-optimization/53352
4755 * cse.c (equiv_constant): Ignore paradoxical subregs.
4756
4757 2012-05-17 Steven Bosscher <steven@gcc.gnu.org>
4758
4759 PR rtl-optimization/53125
4760 * regstat.c (regstat_bb_compute_ri): Take new local_live_last_luid
4761 argument. Simplify calculation of REG_LIVE_LENGTH for regnos that
4762 die in the basic block. Correctly top off REG_FREQ and
4763 REG_FREQ_CALLS_CROSSED.
4764 Remove do_not_gen.
4765 (regstat_compute_ri): Allocate and free local_live_last_luid.
4766 Remove do_not_gen.
4767 (regstat_bb_compute_calls_crossed): Correctly top off
4768 REG_FREQ_CALLS_CROSSED.
4769
4770 2012-05-17 Jan Hubicka <jh@suse.cz>
4771
4772 * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with
4773 constructor over decl without.
4774 * cgraph.c (cgraph_remove_node): Clear also body of unanalyzed nodes.
4775 * cgraph.h (varpool_can_remove_if_no_refs): Handle external correctly.
4776 * cgraphunit.c (process_function_and_variable_attributes): Finalize
4777 extrnal decls.
4778 (mark_functions_to_output): Also accept bodies for functions with
4779 clones.
4780 (output_in_order): Skip external vars.
4781 * lto-cgraph.c (lto_output_node): External functions are never in other
4782 partition.
4783 (lto_output_varpool_node): Likewise.
4784 * lto-streamer-out.c (lto_write_tree): Always use error_mark_nodes for
4785 forgotten initializers.
4786 * ipa.c (process_references): Handle external vars.
4787 (symtab_remove_unreachable_nodes): Update to handle external vars.
4788 (varpool_externally_visible_p): External vars are externally visible.
4789 * gimple-fold.c (can_refer_decl_in_current_unit_p): Update.
4790 * varpool.c (varpool_remove_node): Remove constructor.
4791 (decide_is_variable_needed): Handle externals.
4792 (varpool_remove_unreferenced_decls): Likewise.
4793
4794 2012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
4795
4796 * opts.c (common_handle_option): -pedantic-errors enables -Wpedantic.
4797 (enable_warning_as_error): Do not special case Wuninitialized.
4798 * optc-gen.awk: Add sanity checks.
4799
4800 2012-05-17 Jan Hubicka <jh@suse.cz>
4801
4802 * ipa-reference.c (is_proper_for_analysis): Do not check flags
4803 that might change as result of global optimization.
4804 (analyze_function): Do not check analyzed and externally_visible
4805 flags; be happy about address dereferences.
4806 (propagate): Prune all_module_statics so it really contains just
4807 statics; prune all the local summaries.
4808 (ipa_reference_write_optimization_summary): Simplify.
4809
4810 2012-05-17 Kwok Cheung Yeung <kcy@codesourcery.com>
4811
4812 * config/m68k/m68k-devices.def: Add 51ag, 51je, 51jf, 51jg, 51mm, 51qm.
4813 * config/m68k/m68k-tables.opt: Regenerated.
4814 * doc/invoke.texi (M680x0 Options): Document.
4815
4816 2012-05-16 Dave Boutcher <daveboutcher@gmail.com>
4817 Patrick Marlier <patrick.marlier@gmail.com>
4818
4819 * trans-mem.c (ipa_tm_transform_clone): Transform functions with
4820 indirect calls.
4821
4822 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
4823
4824 * configure: Regenerated.
4825
4826 2012-05-16 Andrew Pinski <apinski@cavium.com>
4827
4828 * gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under
4829 GIMPLE_ASSIGN.
4830
4831 2012-05-16 David S. Miller <davem@davemloft.net>
4832
4833 * jump.c (delete_related_insns): If we remove a CALL, make sure
4834 we delete it's NOTE_INSN_CALL_ARG_LOCATION note too.
4835
4836 2012-05-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4837
4838 PR tree-optimization/53217
4839 * tree-ssa-reassoc.c (bip_map): New static variable.
4840 (possibly_move_powi): Move feeding multiplies with __builtin_powi call.
4841 (attempt_builtin_powi): Save feeding multiplies on a stack.
4842 (reassociate_bb): Create and destroy bip_map.
4843
4844 2012-05-16 Olivier Hainque <hainque@adacore.com>
4845
4846 * Makefile.in (install-no-fixedincludes): New target, former toplevel
4847 gcc-no-fixedincludes. Stash "include-fixed" in addition to "include".
4848 Add comments and improve stamp preservation across the whole sequence.
4849 (stmp-int-hdrs): Use move-if-change + cp -p to setup fix_dir/limits.h.
4850
4851 2012-05-16 Richard Guenther <rguenther@suse.de>
4852
4853 * tree-inline.c (insert_init_stmt): Do not call
4854 mark_symbols_for_renaming.
4855 (setup_one_parameter): Avoid initializing unused parameters.
4856 (declare_return_variable): Properly handle DECL_BY_REFERENCE
4857 return vars in SSA form.
4858
4859 2012-05-16 Richard Guenther <rguenther@suse.de>
4860
4861 * tree-flow.h (get_virtual_var): Remove.
4862 * tree-dfa.c (get_virtual_var): Likewise.
4863
4864 2012-05-16 Richard Guenther <rguenther@suse.de>
4865
4866 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1):
4867 Remove set-only bitmap of new names.
4868 (slpeel_tree_peel_loop_to_edge): Likewise. Do not set
4869 CFG hooks.
4870 * tree-flow.h (ssa_names_to_replace): Remove.
4871 * tree-into-ssa.c (ssa_names_to_replace): Likewise.
4872
4873 2012-05-16 Richard Guenther <rguenther@suse.de>
4874
4875 PR tree-optimization/53364
4876 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
4877 detect a view-conversion of the decl.
4878
4879 2012-05-16 Dodji Seketeli <dodji@redhat.com>
4880
4881 PR preprocessor/7263
4882 * c-tree.h (enum c_declspec_word): Declare new enum.
4883 (struct c_declspecs::locations): New member.
4884 (declspecs_add_qual, declspecs_add_scspec)
4885 (declspecs_add_addrspace, declspecs_add_alignas): Take a new
4886 location parameter.
4887 * c-decl.c (build_null_declspecs): Initialize the new struct
4888 c_declspecs::locations member.
4889 (declspecs_add_addrspace): Take a location parameter for the
4890 address space. Store it onto declaration specifiers.
4891 (declspecs_add_qual): Likewise, take a location parameter for the
4892 qualifier.
4893 (declspecs_add_type): Likewise, take a location parameter for the
4894 type specifier.
4895 (declspecs_add_scspec): Likewise, take a location parameter for
4896 the storage class specifier.
4897 (declspecs_add_attrs): Likewise, take a location parameter for the
4898 first attribute.
4899 (declspecs_add_alignas): Likewise, take a location parameter for
4900 the alignas token.
4901 (finish_declspecs): For diagnostics, use the location of the
4902 relevant declspec, instead of the global input_location.
4903 * c-parser.c (c_parser_parameter_declaration): Pass the precise
4904 virtual location of the declspec to the declspecs-setters.
4905 (c_parser_declspecs): Likewise. Avoid calling c_parser_peek_token
4906 repeatedly.
4907
4908 2012-05-16 Igor Zamyatin <igor.zamyatin@intel.com>
4909
4910 * configure.ac: Stack protector enabling for Android targets.
4911 * configure: Regenerate.
4912
4913 2012-05-16 Richard Sandiford <r.sandiford@uk.ibm.com>
4914
4915 * ira.c (pseudo_move_insn): Delete.
4916 (find_moveable_pseudos): Don't set it.
4917 (move_unallocated_pseudos): Use DF_REG_DEF_CHAIN to find
4918 the definitions of the original pseudo. Delete all of them.
4919
4920 2012-05-16 Olivier Hainque <hainque@adacore.com>
4921
4922 * config/rs6000/rs6000-opts.h (enum processor_type): Add
4923 PROCESSOR_PPC8548.
4924 * config/rs6000/rs6000-cpus.def: Reference it for cpu="8548".
4925 * config/rs6000/rs6000.md (cpu attribute definition): Add ppc8548.
4926 * config/rs6000/8540.md: indicate that the units/patterns apply to
4927 ppc8548 as well.
4928
4929 * config/rs6000/rs6000.c (rs6000_option_override_internal): Rename
4930 default_cpu into implicit_cpu, conveying what --with-cpu was passed at
4931 configure time. Treat implicit_cpu as have_CPU. Pick defaults for SPE
4932 related flags, check that what is queried is supported by the selected
4933 configuration. Rework the single/double_float and MASK_STRING resets to
4934 hit for all the E500 cores (854x + E500MC variants). Select the ppc8540
4935 costs for PROCESSOR_PPC8548 as well.
4936 (rs6000_issue_rate): case CPU_PPC8548 together with CPU_PPC8540.
4937 (rs6000_use_sched_lookahead): Likewise, rewriting function as a case
4938 statement instead of a sequence of ifs.
4939
4940 * config/rs6000/rs6000.h (TARGET_E500): Remove.
4941 (TARGET_NO_LWSYNC): Adjust accordingly.
4942 * config/rs6000/e500.h (TARGET_E500): Remove.
4943 (CHECK_E500_OPTIONS): Adjust accordingly.
4944 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove.
4945 (TARGET_DEFAULT): Reformat definition to match the one in linuxspe.h.
4946 * config/rs6000/linuxspe.h: Likewise.
4947 * config/rs6000/vxworks.h: Remove bogus TARGET_E500 overrides and
4948 superfluous comments.
4949 * config/rs6000/e500-double.h: Remove.
4950
4951 * config.gcc (pick a default with_cpu): For powerpc*-*-*spe*,
4952 default to with_cpu=8548 if --enable-e500-double, and to 8540
4953 otherwise.
4954 (set misc flags section): For powerpc*|rs6000*, remove inclusion
4955 of e500-double.h for --enable-e500-double.
4956
4957 2012-05-16 Olivier Hainque <hainque@adacore.com>
4958
4959 * Makefile.in (s-header-vars): Resort to -n instead of trailing
4960 -e d in sed invocation.
4961
4962 2012-05-16 Hans-Peter Nilsson <hp@axis.com>
4963
4964 * doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to
4965 source-code.
4966 * doc/tm.texi: Regenerate.
4967
4968 2012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
4969
4970 * tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
4971
4972 2012-05-15 Jakub Jelinek <jakub@redhat.com>
4973
4974 PR target/53358
4975 * config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
4976 that operands[2] is either immediate, or q_regs_operand.
4977
4978 2012-05-15 Richard Guenther <rguenther@suse.de>
4979
4980 * cgraphunit.c (thunk_adjust): Use make_rename_temp.
4981 (assemble_thunk): Likewise. Manually rename and register
4982 function arguments.
4983
4984 2012-05-15 Richard Guenther <rguenther@suse.de>
4985
4986 PR tree-optimization/53355
4987 * tree-vrp.c (extract_range_from_binary_expr_1): Handle LSHIFT_EXPRs
4988 by constants.
4989
4990 2012-05-15 Tristan Gingold <gingold@adacore.com>
4991
4992 * tree-ssa-strlen.c (get_string_length): Convert lhs if needed.
4993
4994 2012-05-15 Richard Guenther <rguenther@suse.de>
4995
4996 * gimple.c (gimple_set_modified): Move ...
4997 * gimple.h (gimple_set_modified): ... here.
4998
4999 2012-05-15 Tristan Gingold <gingold@adacore.com>
5000
5001 * ira-color.c (move_spill_restore): Add a guard.
5002
5003 2012-05-15 Tristan Gingold <gingold@adacore.com>
5004
5005 * config/ia64/ia64.c (ia64_emit_probe_stack_range): Adjust calls to
5006 plus_constant.
5007
5008 2012-05-15 Eric Botcazou <ebotcazou@adacore.com>
5009
5010 * gimplify.c (gimplify_init_constructor): Do a block move for very
5011 small objects as well.
5012
5013 2012-05-15 Bernd Schmidt <bernds@codesourcery.com>
5014
5015 * ira.c (find_moveable_pseudos): Skip registers whose
5016 DF_REG_EQ_USE_COUNT is nonzero.
5017
5018 2012-05-15 Kenneth Zadeck <zadeck@naturalbridge.com>
5019
5020 * doc/md.texi (fma): Define to only be applicable for single rounding.
5021
5022 2012-05-14 Uros Bizjak <ubizjak@gmail.com>
5023
5024 PR target/46098
5025 * config/i386/i386.c (ix86_expand_special_args_builtin): Always
5026 generate target register for "load" class builtins.
5027
5028 Revert:
5029 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
5030
5031 PR target/46098
5032 * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
5033 Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
5034 (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
5035 (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
5036 (<sse>_movu<ssemodesuffix>): New expander.
5037 (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
5038 (avx_movdqu<avxmodesuffix>): New expander.
5039 (*sse2_movdqu): Rename from sse2_movdqu.
5040 (sse2_movdqu): New expander.
5041
5042 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
5043
5044 PR target/52607
5045 * config/i386/i386.c (ix86_expand_vec_perm_const): Move code to ...
5046 (canonicalize_perm): ... new function.
5047 (expand_vec_perm_2vperm2f128_vshuf): New function.
5048 (ix86_expand_vec_perm_const_1): Call it.
5049
5050 2012-05-14 Andrew Pinski <apinski@cavium.com>
5051 H.J. Lu <hongjiu.lu@intel.com>
5052 Jakub Jelinek <jakub@redhat.com>
5053
5054 PR target/53315
5055 * config/i386/i386.md (xbegin_1): Use + in constraint and match_dup.
5056 (xbegin): Updated.
5057
5058 2012-05-14 Jakub Jelinek <jakub@redhat.com>
5059
5060 * dwarf2out.c (dwarf2out_define, dwarf2out_undef): Treat
5061 lineno 1 the same as lineno 0 before first start file directive.
5062 (optimize_macinfo_range): Likewise.
5063
5064 * dwarf2out.c (have_macinfo): Define.
5065 (dwarf2out_finish): Don't emit DW_AT_GNU_macros or DW_AT_macro_info
5066 attribute, don't force empty compilation unit and don't emit any
5067 .debug_macinfo/.debug_macro section if macinfo_table is empty.
5068
5069 2012-05-14 Georg-Johann Lay <avr@gjlay.de>
5070
5071 PR target/53344
5072 * config/avr/avr.c (avr_const_address_lo16): Remove.
5073 (avr_assemble_integer): Print ".byte lo8(x)",
5074 ".byte hi8(x)", ".byte hh8(x)" instead of emit an assembler
5075 .warning if 3-byte address is assembled.
5076 * doc/extend.texi (AVR Named Address Spaces): Document that
5077 binutils 2.23 is needed to assemble 3-byte addresses.
5078
5079 2012-05-14 Richard Guenther <rguenther@suse.de>
5080
5081 * tree-vect-data-refs.c (vect_setup_realignment): Remove
5082 call to mark_symbols_for_renaming.
5083 (vect_permute_load_chain): Likewise.
5084 * tree-vect-loop.c (vect_is_slp_reduction): Update stmt
5085 instead of calling mark_symbols_for_renaming.
5086 * tree-vect-stmts.c (read_vector_array): Remove call to
5087 mark_symbols_for_renaming.
5088 (write_vector_array): Likewise.
5089 (vectorizable_call): Likewise.
5090 (vectorizable_store): Likewise.
5091 (vectorizable_load): Likewise.
5092 * matrix-reorg.c (transform_allocation_sites): Likewise.
5093 * tree-ssa-pre.c (create_expression_by_pieces): Likewise.
5094 (create_expression_by_pieces): Likewise.
5095
5096 2012-05-14 Richard Guenther <rguenther@suse.de>
5097
5098 * gimplify.c (gimple_regimplify_operands): Only mark the LHS
5099 of statements for renaming.
5100 (force_gimple_operand_1): Likewise, consistently for both
5101 calls to force_gimple_operand and force_gimple_operand_gsi.
5102
5103 2012-05-14 Richard Guenther <rguenther@suse.de>
5104
5105 * tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.
5106 * omp-low.c (expand_omp_taskreg): Properly conditionalize call
5107 to update_ssa.
5108 (expand_omp_for): Likewise.
5109 (expand_omp_for_generic): Adjust conditional add to referenced vars.
5110 Use make_rename_temp for temporaries that should be rewritten into
5111 SSA form.
5112 (expand_omp_for_static_nochunk): Likewise.
5113 (expand_omp_atomic_pipeline): Likewise.
5114
5115 2012-05-14 Richard Guenther <rguenther@suse.de>
5116
5117 PR tree-optimization/53331
5118 * tree-vect-data-refs.c (vect_verify_datarefs_alignment): Ignore
5119 strided loads.
5120 * tree-vect-stmts.c (vect_model_load_cost): Handle strided loads.
5121
5122 2012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
5123
5124 PR 53063
5125 * doc/options.texi: (LangEnabledBy): Document it.
5126 * optc-gen.awk: Handle LangEnabledBy.
5127 * opth-gen.awk: Generate declaration for lang-specific functions.
5128 * opt-read.awk: Record lang numbers.
5129 * opt-functions.awk (flag_set_p): Ignore the arguments of flags.
5130 (lang_sanitized_name): New.
5131
5132 2012-05-14 Bernd Schmidt <bernds@codesourcery.com>
5133
5134 * attribs.c (decl_attributes): Avoid emitting a warning if
5135 ATTR_FLAG_BUILT_IN.
5136 * doc/rtl.texi (CALL_INSN_FUNCTION_USAGE): Use lowercase for rtx
5137 codes. Document meaning of sets inside CALL_INSN_FUNCTION_USAGE.
5138 * builtin-attrs.def (DEF_ATTR_FOR_STRING): Define. Use it to
5139 define a string "1".
5140 (ATTR_RET1_NOTHROW_NONNULL_LEAF): New attr definition.
5141 * builtins.def (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET,
5142 BUILT_IN_STRCPY): Use it for these functions.
5143 * postreload.c (reload_combine): Deal with SETs inside
5144 CALL_INSN_FUNCTION_USAGE.
5145 * caller-save.c (setup_save_areas, save_call_clobbered_regs):
5146 Look for REG_RETURNED notes and use a cheap restore if possible.
5147 * ira-int.h (struct ira_allocno): New member cheap_calls_crossed_num.
5148 (ALLOCNO_CHEAP_CALLS_CROSSED_NUM): New macro.
5149 * ira-build.c (ira_create_allocno, create_cap_allocno,
5150 propagate_allocno_info, propagate_some_info_from_allocno,
5151 copy_info_to_removed_store_destination, ira_flattening): Handle it.
5152 * ira-lives.c (pseudo_regno_single_word_and_live_p,
5153 find_call_crossed_cheap_reg): New static functions.
5154 (process_bb_node_lives): Look for SETs in CALL_INSN_FUNCTION_USAGE,
5155 and set ALLOCNO_CHEAP_CALLS_CROSSED_NUM if possible. Also make
5156 a REG_RETURNED note in that case.
5157 * ira.c (setup_reg_renumber): Change assert to allow cases where
5158 allocnos only cross calls for which they are cheap to restore.
5159 * ira-costs.c (ira_tune_allocno_costs): Compare
5160 ALLOCNO_CALLS_CROSSED_NUM to ALLOCNO_CHEAP_CALLS_CROSSED_NUM rather
5161 than 0.
5162 * reg-notes.def (REG_RETURNED): New note.
5163 * cse.c (cse_insn): Likewise.
5164 * sched-deps.c (sched_analyze_insn): Likewise.
5165 * expr.c (init_block_move_fn): Set a "fn spec" attribute.
5166 * calls.c (decl_return_flags): New static function.
5167 (expand_call): Generate a SET in CALL_INSN_FUNCTION_USAGE for
5168 functions that return one of their arguments.
5169 * regcprop.c (struct kill_set_value_data): New.
5170 (kill_set_value): Interpret data as a pointer to such a struct.
5171 Do nothing if the caller wants the register to be ignored.
5172 (copyprop_hardreg_forward_1): Handle SETs in CALL_INSN_FUNCTION_USAGE.
5173
5174 2012-05-14 Richard Guenther <rguenther@suse.de>
5175
5176 PR tree-optimization/53340
5177 * tree-ssa-pre.c (op_valid_in_sets): Fix error in last commit.
5178
5179 2012-05-14 Richard Guenther <rguenther@suse.de>
5180
5181 * gimplify.c (gimplify_expr): Remove odd code.
5182
5183 2012-05-14 Eric Botcazou <ebotcazou@adacore.com>
5184
5185 * stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype
5186 into a PLUS_EXPR byte offset.
5187
5188 * tree-ssa-pre.c (can_value_number_call): Delete.
5189 (compute_avail): Skip all statements with side effects.
5190 <GIMPLE_CALL>: Skip calls to internal functions.
5191
5192 2012-05-13 Steven Bosscher <steven@gcc.gnu.org>
5193
5194 * config/pa/pa.md: Use define_c_enum for "unspec" and "unspecv".
5195
5196 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
5197
5198 * common.opt (Wtype-limits): Use EnabledBy.
5199
5200 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
5201
5202 * config/i386/i386.md (*pushtf): Enable for TARGET_SSE.
5203 (pushtf splitter): Ditto.
5204 (movtf): Ditto.
5205 (*movtf_internal): Ditto. Use V4SFmode for !TARGET_SSE2.
5206 (<code>tf2): Enable for TARGET_SSE.
5207 (*absnegtf2_sse): Ditto.
5208 (copysign<mode>3): Enable TFmode for TARGET_SSE.
5209 (copysign<mode>3_const): Ditto.
5210 (copysign<mode>3_var): Ditto.
5211 * config/i386/sse.md (<code>tf3): Enable for TARGET_SSE.
5212 (*andnottf3): Ditto. Use V4SFmode for !TARGET_SSE2.
5213 (*<code>tf3): Ditto.
5214 * config/i386/i386.c (struct builtin_description bdesc_args)
5215 <IX86_BUILTIN_FABSQ>: Enable for TARGET_SSE.
5216 <IX86_BUILTIN_COPYSIGNQ>: Ditto.
5217 (ix86_expand_builtin) <IX86_BUILTIN_FABSQ, IX86_BUILTIN_COPYSIGNQ>:
5218 Emit a normal call if SSE isn't available.
5219
5220 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
5221
5222 * config/i386/sse.md (<sse>_andnot<mode>3): Handle
5223 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
5224 (<code><mode>3): Ditto.
5225 (*andnot<mode>3): Ditto.
5226 (*andnottf3): Ditto.
5227 (*<code><mode>3): Ditto.
5228 (<code>tf3): Ditto.
5229
5230 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
5231
5232 * optc-gen.awk: Error instead of warning for conflicting help.
5233
5234 2012-05-12 Jason Merrill <jason@redhat.com>
5235
5236 PR debug/53235
5237 * dwarf2out.c (build_local_stub): Prefer DW_AT_signature for
5238 comdat types.
5239
5240 2012-05-12 Eric Botcazou <ebotcazou@adacore.com>
5241
5242 * function.c (requires_stack_frame_p): If the function can throw
5243 non-call exceptions, return true if the insn can throw internally.
5244
5245 2012-05-12 Paolo Carlini <paolo.carlini@oracle.com>
5246
5247 * doc/generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
5248
5249 2012-05-12 Uros Bizjak <ubizjak@gmail.com>
5250
5251 * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
5252 ORDERED and UNORDERED conditions.
5253
5254 2012-05-11 Richard Guenther <rguenther@suse.de>
5255
5256 * tree-flow.h (referenced_var_check_and_insert): Remove.
5257 (find_new_referenced_vars): Likewise.
5258 * tree-dfa.c (referenced_var_check_and_insert): Make static.
5259 (find_new_referenced_vars_1, find_new_referenced_vars): Remove.
5260 * tree-inline.c (copy_bb): Use find_referenced_vars_in
5261 instead of find_new_referenced_vars.
5262 * gimple-fold.c (gimplify_and_update_call_from_tree): Likewise.
5263
5264 2012-05-11 Richard Guenther <rguenther@suse.de>
5265
5266 * tree-pass.h (pass_rest_of_compilation,
5267 pass_all_optimizations, pass_postreload, pass_all_early_optimizations):
5268 Remove.
5269 * passes.c (pass_all_optimizations, pass_postreload,
5270 pass_all_early_optimizations): Make static.
5271 (pass_rest_of_compilation): Likewise. Make it an RTL_PASS.
5272 * tree-phinodes.c (init_phinodes, fini_phinodes): Remove.
5273 * tree-ssa.c (init_tree_ssa): Do not call init_phinodes.
5274 (delete_tree_ssa): Do not call fini_phinodes.
5275 * tree-flow.h (init_phinodes, fini_phinodes): Remove.
5276
5277 2012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
5278
5279 PR 53063
5280 * doc/options.texi (EnabledBy): Document
5281 * opts.c: Include opts.h and options.h before tm.h.
5282 (finish_options): Do not handle some sub-options here...
5283 (common_handle_option): ... instead call common_handle_option_auto
5284 here.
5285 * optc-gen.awk: Handle EnabledBy.
5286 * opth-gen.awk: Declare common_handle_option_auto.
5287 * common.opt (Wuninitialized): Use EnabledBy. Delete Init.
5288 (Wmaybe-uninitialized): Likewise.
5289 (Wunused-but-set-variable): Likewise.
5290 (Wunused-function): Likewise.
5291 (Wunused-label): Likewise.
5292 (Wunused-value): Likewise.
5293 (Wunused-variable): Likewise.
5294 * opt-read.awk: Create opt_numbers array.
5295
5296 2012-05-11 Richard Guenther <rguenther@suse.de>
5297
5298 PR tree-optimization/53295
5299 * tree-data-ref.h (stride_of_unit_type_p): Handle non-constant
5300 strides.
5301 * tree-data-ref.c (dr_analyze_innermost): Allow non-constant
5302 strides when analyzing data-references in a loop context.
5303 * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Reject
5304 non-constant strides for now.
5305 (vect_enhance_data_refs_alignment): Ignore data references
5306 that are strided loads.
5307 (vect_analyze_data_ref_access): Handle non-constant strides.
5308 (vect_check_strided_load): Verify the data-reference is a load.
5309 (vect_analyze_data_refs): Restructure to make strided load
5310 support not dependent on gather support.
5311 * tree-vect-stmts.c (vectorizable_load): Avoid useless work
5312 when doing strided or gather loads.
5313 * tree-vect-loop-manip.c (vect_vfa_segment_size): Use
5314 integer_zerop to compare stride with zero.
5315
5316 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5317
5318 * config/i386/driver-i386.c (host_detect_local_cpu): Support RTM.
5319
5320 2012-05-11 Jan Hubicka <jh@suse.cz>
5321
5322 PR bootstrap/53300
5323 * varpool.c (varpool_assemble_decl): Also output constat pool entries
5324 that output_constant_pool missed.
5325
5326 2012-05-11 Mingjie Xing <mingjie.xing@gmail.com>
5327
5328 * config/mips/t-vxworks: Change MUTLILIB_EXTRA_OPTS to
5329 MULTILIB_EXTRA_OPTS.
5330
5331 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
5332
5333 PR target/53291
5334 * config/i386/i386.md (xtest): Use NE condition in ix86_expand_setcc.
5335
5336 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
5337
5338 * config/i386/i386.md (*movti_internal_rex64): Avoid MOVAPS size
5339 optimization for TARGET_AVX.
5340 (*movti_internal_sse): Ditto.
5341 (*movdi_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
5342 (*movdi_internal): Ditto.
5343 (*movsi_internal): Ditto.
5344 (*movtf_internal): Avoid MOVAPS size optimization for TARGET_AVX.
5345 (*movdf_internal_rex64): Ditto.
5346 (*movfd_internal): Ditto.
5347 (*movsf_internal): Ditto.
5348 * config/i386/sse.md (mov<mode>): Handle TARGET_SSE_LOAD0_BY_PXOR.
5349
5350 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
5351
5352 * dwarf2out.c (add_byte_size_attribute) <RECORD_TYPE>: Handle variable
5353 reference as size attribute.
5354
5355 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
5356 Tristan Gingold <gingold@adacore.com>
5357
5358 * doc/md.texi (Standard Names): Document probe_stack_address.
5359 * explow.c (emit_stack_probe): Handle probe_stack_address.
5360 * config/ia64/ia64.md (UNSPECV_PROBE_STACK_ADDRESS): New constant.
5361 (UNSPECV_PROBE_STACK_RANGE): Likewise.
5362 (probe_stack_address): New insn.
5363 (probe_stack_range): Likewise.
5364 * config/ia64/ia64.c: Include common/common-target.h.
5365 (ia64_compute_frame_size): Mark r2 and r3 as used if static stack
5366 checking is enabled.
5367 (ia64_emit_probe_stack_range): New function.
5368 (output_probe_stack_range): Likewise.
5369 (ia64_expand_prologue): Invoke ia64_emit_probe_stack_range if static
5370 builtin stack checking is enabled.
5371 (rtx_needs_barrier) <UNSPEC_VOLATILE>: Handle UNSPECV_PROBE_STACK_RANGE
5372 and UNSPECV_PROBE_STACK_ADDRESS.
5373 (unknown_for_bundling_p): New predicate.
5374 (group_barrier_needed): Use important_for_bundling_p.
5375 (ia64_dfa_new_cycle): Use unknown_for_bundling_p.
5376 (issue_nops_and_insn): Likewise.
5377 (bundling): Likewise.
5378 (final_emit_insn_group_barriers): Likewise.
5379 * config/ia64/ia64-protos.h (output_probe_stack_range): Declare.
5380 * config/ia64/hpux.h (STACK_CHECK_STATIC_BUILTIN): Define.
5381 (STACK_CHECK_PROTECT): Likewise.
5382 * config/ia64/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5383
5384 2012-05-10 Jan Hubicka <jh@suse.cz>
5385
5386 * ipa-inline.c (update_all_callee_keys): Remove.
5387 (inline_small_functions): Simplify priority updating.
5388
5389 2012-05-10 Jan Hubicka <jh@suse.cz>
5390
5391 * ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.
5392
5393 2012-05-10 Jan Hubicka <jh@suse.cz>
5394
5395 * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...
5396 (symtab_remove_unreachable_nodes): ... this one.
5397 * ipa-cp.c (ipcp_driver): Do not remove unreachable nodes.
5398 * cgraphunit.c (ipa_passes): Update.
5399 * cgraphclones.c (cgraph_materialize_all_clones): Update.
5400 * cgraph.c (cgraph_release_function_body): Only turn initial
5401 into error mark when initial was previously set.
5402 * ipa-inline.c (ipa_inline): Update.
5403 * ipa.c: Include ipa-inline.h
5404 (enqueue_cgraph_node, enqueue_varpool_node): Remove.
5405 (enqueue_node): New function.
5406 (process_references): Update.
5407 (symtab_remove_unreachable_nodes): Cleanup.
5408 * passes.c (execute_todo, execute_one_pass): Update.
5409
5410 2012-05-10 Vladimir Makarov <vmakarov@redhat.com>
5411
5412 PR rtl-optimization/53125
5413 * ira.c (ira): Call find_moveable_pseudos and
5414 move_unallocated_pseudos if only ira_conflicts_p is true.
5415
5416 2012-05-10 Uros Bizjak <ubizjak@gmail.com>
5417
5418 * config/i386/i386.md (*movoi_internal_avx): Handle
5419 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL and TARGET_SSE_TYPELESS_STORES.
5420 (*movti_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
5421 (*movti_internal_sse): Ditto.
5422 (*movtf_internal): Ditto.
5423 * config/i386/sse.md (ssePSmode): New mode attribute.
5424 (*move<mode>_internal): Use ssePSmode.
5425 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Ditto.
5426 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
5427 * config/i386/i386.c (standard_sse_constant_opcode): Do not handle
5428 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL here.
5429
5430 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
5431
5432 * gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
5433 DECL_ORIGINAL_TYPE if it is present.
5434
5435 2012-05-10 Nick Clifton <nickc@redhat.com>
5436
5437 PR target/53120
5438 * config/m32c/bitops.md (bset_qi): Change operand 2 from having
5439 a "0" constraint to being a (match_dup 0).
5440
5441 2012-05-10 Richard Guenther <rguenther@suse.de>
5442
5443 * stor-layout.c (byte_from_pos): Amend comment.
5444
5445 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5446
5447 * doc/extend.texi (X86 Built-in Functions, __builtin_cpu_init):
5448 Document requirement to call in constructors.
5449
5450 * config/i386/i386.c: Update comments for i386-cpuinfo.c name change.
5451
5452 2012-05-10 Richard Guenther <rguenther@suse.de>
5453
5454 * tree.h (TYPE_IS_SIZETYPE): Remove.
5455 * fold-const.c (int_const_binop_1): Remove TYPE_IS_SIZETYPE use.
5456 (extract_muldiv_1): Likewise.
5457 * gimple.c (gtc_visit): Likewise.
5458 (gimple_types_compatible_p): Likewise.
5459 (iterative_hash_canonical_type): Likewise.
5460 (gimple_canonical_types_compatible_p): Likewise.
5461 * gimplify.c (gimplify_one_sizepos): Likewise.
5462 * print-tree.c (print_node): Likewise.
5463 * stor-layout.c (initialize_sizetypes): Do not set TYPE_IS_SIZETYPE.
5464
5465 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
5466
5467 PR target/52908
5468 * config/i386/sse.md (vec_widen_smult_hi_v4si): Expand using
5469 xop_pmacsdqh insn pattern instead of xop_mulv2div2di3_high.
5470 (vec_widen_smult_lo_v4si): Expand using xop_pmacsdql insn pattern
5471 instead of xop_mulv2div2di3_low.
5472 (xop_p<macs>dql): Fix vec_select selector.
5473 (xop_p<macs>dqh): Ditto.
5474 (xop_mulv2div2di3_low): Remove insn_and_split pattern.
5475 (xop_mulv2div2di3_high): Ditto.
5476
5477 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
5478
5479 PR c++/53289
5480 * diagnostic.h (diagnostic_context): Add last_location.
5481 * diagnostic.c (diagnostic_initialize): Initialize it.
5482 (diagnostic_show_locus): Use it.
5483
5484 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
5485
5486 * doc/extend.texi (Function Attributes): Point xref to section
5487 about Pragmas.
5488
5489 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
5490
5491 * config/i386/i386.c (*movdf_internal_rex64): Remove
5492 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
5493 Calculate "mode" attribute according to
5494 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
5495 (*movdf_internal): Ditto.
5496
5497 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
5498
5499 PR target/44141
5500 * config/i386/i386.c (ix86_expand_vector_move_misalign): Do not handle
5501 128 bit vectors specially for TARGET_AVX. Emit sse2_movupd and
5502 sse_movupd RTXes for TARGET_AVX, TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
5503 or when optimizing for size.
5504 * config/i386/sse.md (*mov<mode>_internal): Remove
5505 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
5506 Calculate "mode" attribute according to optimize_function_for_size_p
5507 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
5508 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Choose asm template
5509 depending on the mode of the instruction. Calculate "mode" attribute
5510 according to optimize_function_for_size_p, TARGET_SSE_TYPELESS_STORES
5511 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flags.
5512 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
5513
5514 2012-05-09 Georg-Johann Lay <avr@gjlay.de>
5515
5516 PR target/53256
5517 * config/avr/elf.h (ASM_DECLARE_FUNCTION_NAME): Remove.
5518 * config/avr/avr-protos.h (avr_asm_declare_function_name): Remove.
5519 * config/avr/avr.h (struct machine_function): Add attributes_checked_p.
5520 * config/avr/avr.c (avr_asm_declare_function_name): Remove.
5521 (expand_prologue): Move initialization of cfun->machine->is_naked,
5522 is_interrupt, is_signal, is_OS_task, is_OS_main from here to...
5523 (avr_set_current_function): ...this new static function.
5524 (TARGET_SET_CURRENT_FUNCTION): New define.
5525 (avr_function_ok_for_sibcall): Use cfun->machine->is_* instead of
5526 checking attributes of current_function_decl.
5527 (avr_regs_to_save): Ditto.
5528 (signal_function_p): Rename to avr_signal_function_p.
5529 (interrupt_function_p): Rename to avr_interrupt_function_p.
5530
5531 * doc/extend.texi (Function Attributes): Better explanation of
5532 'interrupt' and 'signal' for AVR. Move 'ifunc' down to establish
5533 alphabetical order.
5534
5535 2012-05-09 Michael Matz <matz@suse.de>
5536
5537 PR tree-optimization/53185
5538 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Disable
5539 peeling when we see strided loads.
5540
5541 2012-05-09 Matthias Klose <doko@ubuntu.com>
5542
5543 * gcc-ar.c (main): Don't check for execute bits for the plugin.
5544
5545 2012-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
5546
5547 * tree-ssa-loop-ivopts.c (add_autoinc_candidates, get_address_cost):
5548 Replace use of HAVE_{POST/PRE}_{INCREMENT/DECREMENT} with
5549 USE_{LOAD/STORE}_{PRE/POST}_{INCREMENT/DECREMENT} appropriately.
5550 * config/arm/arm.h (ARM_AUTOINC_VALID_FOR_MODE_P): New.
5551 (USE_LOAD_POST_INCREMENT): Define.
5552 (USE_LOAD_PRE_INCREMENT): Define.
5553 (USE_LOAD_POST_DECREMENT): Define.
5554 (USE_LOAD_PRE_DECREMENT): Define.
5555 (USE_STORE_PRE_DECREMENT): Define.
5556 (USE_STORE_PRE_INCREMENT): Define.
5557 (USE_STORE_POST_DECREMENT): Define.
5558 (USE_STORE_POST_INCREMENT): Define.
5559 (arm_auto_incmodes): Add enumeration.
5560 * config/arm/arm-protos.h (arm_autoinc_modes_ok_p): Declare.
5561 * config/arm/arm.c (arm_autoinc_modes_ok_p): Define.
5562
5563 2012-05-09 Jakub Jelinek <jakub@redhat.com>
5564
5565 PR tree-optimization/53226
5566 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Remove
5567 prev and prev_initialized vars, gimple_set_plf (stmt, GF_PLF_1, false)
5568 before processing it and gimple_set_plf (stmt, GF_PLF_1, true) if it
5569 doesn't need to be revisited, look for earliest stmt with
5570 !gimple_plf (stmt, GF_PLF_1) if something changed.
5571
5572 2012-05-09 Terry Guo <terry.guo@arm.com>
5573
5574 * genmultilib: Update copyright dates.
5575 * doc/fragments.texi: Ditto.
5576
5577 2012-05-09 Terry Guo <terry.guo@arm.com>
5578
5579 * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED.
5580 * genmultilib (MULTILIB_REQUIRED): New.
5581 * doc/fragments.texi: Document the MULTILIB_REQUIRED.
5582
5583 2012-05-09 Richard Guenther <rguenther@suse.de>
5584
5585 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
5586 (vect_do_peeling_for_loop_bound): Likewise.
5587 (vect_do_peeling_for_alignment): Likewise.
5588 * tree-vect-loop-manip.c (conservative_cost_threshold): Remove.
5589 (vect_do_peeling_for_loop_bound): Get check_profitability and
5590 threshold as parameters.
5591 (vect_do_peeling_for_alignment): Likewise.
5592 (vect_loop_versioning): Likewise.
5593 * tree-vect-loop.c (vect_transform_loop): Compute check_profitability
5594 and threshold here. Control where to put the check here.
5595
5596 2012-05-09 Richard Sandiford <rdsandiford@googlemail.com>
5597
5598 PR middle-end/53249
5599 * dwarf2out.h (get_address_mode): Move declaration to...
5600 * rtl.h: ...here.
5601 * dwarf2out.c (get_address_mode): Move definition to...
5602 * rtlanal.c: ...here.
5603 * var-tracking.c (get_address_mode): Delete.
5604 * combine.c (find_split_point): Use get_address_mode instead of
5605 targetm.addr_space.address_mode.
5606 * cselib.c (cselib_record_sets): Likewise.
5607 * dse.c (canon_address, record_store): Likewise.
5608 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
5609 * expr.c (move_by_pieces, emit_block_move_via_loop, store_by_pieces)
5610 (store_by_pieces_1, expand_assignment, store_expr, store_constructor)
5611 (expand_expr_real_1): Likewise.
5612 * ifcvt.c (noce_try_cmove_arith): Likewise.
5613 * optabs.c (maybe_legitimize_operand_same_code): Likewise.
5614 * reload.c (find_reloads): Likewise.
5615 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
5616 * sel-sched-dump.c (debug_mem_addr_value): Likewise.
5617
5618 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5619
5620 * config/mips/mips.c (mips16_gp_pseudo_reg): Remove line
5621 information from the instruction produced.
5622
5623 2012-05-09 Richard Guenther <rguenther@suse.de>
5624
5625 * stor-layout.c (bit_from_pos): Document.
5626 (byte_from_pos): Likewise. Optimize.
5627 (pos_from_bit): Likewise.
5628 (normalize_offset): Use pos_from_bit instead of replicating it.
5629
5630 2012-05-09 Alan Modra <amodra@gmail.com>
5631
5632 PR target/53271
5633 * config/rs6000/rs6000.c (gen_frame_set): New function.
5634 (gen_frame_load, gen_frame_store): New functions.
5635 (rs6000_savres_rtx): Use the above.
5636 (rs6000_emit_epilogue, rs6000_emit_prologue): Here too.
5637 Correct mode used for CR2 in save/restore_world patterns.
5638 Don't emit instructions for eh_return frame unwind reg info.
5639
5640 2012-05-08 Jan Hubicka <jh@suse.cz>
5641
5642 * cgraphbuild.c (build_cgraph_edges): Do not finalize vars
5643 with VALUE_EXPR.
5644 * cgraph.h (varpool_can_remove_if_no_refs): Vars with VALUE_EXPR
5645 are removable.
5646 * toplev.c (wrapup_global_declaration_2): Vars with VALUE_EXPR
5647 need to wrapup.
5648 (compile_file): Do not output variables.
5649 * cgraphbuild.c (varpool_finalize_decl): When var is finalized late,
5650 output it.
5651 * langhooks.c: Include timevar.h
5652 (write_global_declarations): Finalize compilation unit after wrapup;
5653 set timevars correctly.
5654 * passes.c (rest_of_decl_compilation): Decls with VALUE_EXPR needs
5655 not to be added to varpool.
5656 * varpool.c (varpool_assemble_decl): Sanity check that we are called
5657 only on cases where it makes sense; skip constant pool and value expr
5658 vars.
5659
5660 2012-05-08 David S. Miller <davem@davemloft.net>
5661
5662 * config/sparc/linux.h (LINK_SPEC): Don't pass "-Y" option.
5663 * config/sparc/linux64.h (LINK_ARCH32_SPEC): Likewise.
5664 * config/sparc/linux64.h (LINK_ARCH64_SPEC): Likewise.
5665
5666 2012-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5667
5668 PR rtl-optimization/53278
5669 * lower-subreg.c (decompose_multiword_subregs): Remove left-over
5670 speed_p code from earlier patch.
5671
5672 2012-05-08 Oleg Endo <olegendo@gcc.gnu.org>
5673
5674 PR target/51244
5675 * config/sh/sh.md (*branch_true, *branch_false): New insns.
5676
5677 2012-05-08 Teresa Johnson <tejohnson@google.com>
5678
5679 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.
5680 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
5681
5682 2012-05-08 Jan Hubicka <jh@suse.cz>
5683
5684 * cgraph.c (cgraph_call_edge_duplication_hooks): Export.
5685 (cgraph_create_node_1): Rename to ...
5686 (cgraph_create_empty_node): ... this one; export.
5687 (cgraph_create_node): Update.
5688 (cgraph_set_call_stmt_including_clones): Move to cgraphclones.c
5689 (cgraph_create_edge_including_clones): Likewise.
5690 (cgraph_find_replacement_node): Likewise.
5691 (cgraph_clone_edge): Likewise.
5692 (cgraph_clone_node): Likewise.
5693 (clone_function_name): Likewise.
5694 (cgraph_create_virtual_clone): Likewise.
5695 (cgraph_remove_node_and_inline_clones): Likewise.
5696 (cgraph_redirect_edge_call_stmt_to_callee): Move here from cgraphunit.c
5697 * cgraph.h: Reorder declarations so they match file of origin.
5698 (cgraph_create_empty_node): Declare.
5699 * cgraphunit.c (update_call_expr): Move to cgraphclones.c
5700 (cgraph_copy_node_for_versioning): Likewise.
5701 (cgraph_function_versioning): Likewise.
5702 (cgraph_materialize_clone): Likewise.
5703 (cgraph_redirect_edge_call_stmt_to_callee): Likewise.
5704 (cgraph_materialize_all_clones): Likewise.
5705 * cgraphclones.c: New file.
5706 * Makefile.in: Update for cgraphclones.
5707
5708 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
5709
5710 PR target/53176
5711 * config/i386/i386.c (ix86_set_reg_reg_cost): New function.
5712 (ix86_rtx_costs): Handle SET.
5713
5714 2012-05-08 Michael Matz <matz@suse.de>
5715
5716 * basic-block.h (struct rtl_bb_info): Remove visited member and
5717 move head_ member to ...
5718 (struct basic_block_def.basic_block_il_dependent): ... the new
5719 member x, replacing but containing old member rtl.
5720 (enum bb_flags): New BB_VISITED flag.
5721 (BB_HEADER, BB_FOOTER): New macros.
5722
5723 * jump.c (mark_all_labels): Adjust.
5724 * cfgcleanup.c (try_optimize_cfg): Adjust.
5725 * cfglayout.c (record_effective_endpoints): Adjust.
5726 (relink_block_chain): Ditto (and don't fiddle with visited).
5727 (fixup_reorder_chain): Adjust.
5728 (fixup_fallthru_exit_predecessor): Ditto.
5729 (cfg_layout_duplicate_bb): Ditto.
5730 * combine.c (update_cfg_for_uncondjump): Adjust.
5731 * bb-reorder.c (struct bbro_basic_block_data_def): Add visited member.
5732 (bb_visited_trace): New accessor.
5733 (mark_bb_visited): Move in front.
5734 (rotate_loop): Use bb_visited_trace.
5735 (find_traces_1_round): Ditto.
5736 (emit_barrier_after): Ditto.
5737 (copy_bb): Ditto, and initialize visited on resize.
5738 (reorder_basic_blocks): Initize visited member.
5739 (duplicate_computed_gotos): Clear bb flags at start, use
5740 BB_VISITED flags.
5741
5742 * cfgrtl.c (try_redirect_by_replacing_jump): Adjust.
5743 (rtl_verify_flow_info_1): Ditto.
5744 (cfg_layout_split_block): Ditto.
5745 (cfg_layout_delete_block): Ditto.
5746 (cfg_layout_merge_blocks): Ditto.
5747 (init_rtl_bb_info): Adjust and initialize il.x.head_ member.
5748
5749 2012-05-08 Hans-Peter Nilsson <hp@axis.com>
5750
5751 PR target/53272
5752 * config/cris/cris.c (cris_normal_notice_update_cc): For TARGET_V32,
5753 when a constant source operand matches an "I" constraint, the "no
5754 CC0 change" applies to a register-destination only, not a
5755 strict_low_part-destination.
5756
5757 2012-05-08 Richard Guenther <rguenther@suse.de>
5758
5759 * fold-const.c (fold_binary_loc): Fold (X * CST1) & CST2
5760 to zero or to (X * CST1) & CST2' when CST1 has trailing zeros.
5761
5762 2012-05-08 Georg-Johann Lay <avr@gjlay.de>
5763
5764 * Makefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.
5765
5766 * doc/avr-mmcu.texi: New auto-generated file.
5767 * doc/invoke.texi (AVR Options): Include avr-mmcu.texi in order
5768 to document all valid -mmcu= arguments.
5769
5770 * config/avr/avr.h (arch_info_s): New struct definition.
5771 * config/avr/avr-devices.c (avr_texinfo): New variable.
5772 * config/avr/gen-avr-mmcu-texi.c: New file.
5773 * config/avr/t-avr: New rules and dependencies to build avr-mmcu.texi.
5774
5775 2012-05-08 Dehao Chen <dehao@google.com>
5776
5777 * predict.c (find_qualified_ssa_name): New.
5778 (find_ssa_name_in_expr): New.
5779 (find_ssa_name_in_assign_stmt): New.
5780 (is_comparison_with_loop_invariant_p): New.
5781 (is_bound_expr_similar): New.
5782 (predict_iv_comparison): New.
5783 (predict_loops): Add heuristic for loop-nested branches that compare an
5784 induction variable to a loop bound variable.
5785 * predict.def (PRED_LOOP_IV_COMPARE): New macro.
5786
5787 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
5788
5789 * config/i386/i386.c (has_dispatch): Use TARGET_BDVER1 and
5790 TARGET_BDVER2 defines where appropriate.
5791
5792 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
5793
5794 * configure.ac (PLUGIN_LD): Rename into...
5795 (PLUGIN_LD_SUFFIX): ...this and strip the target_alias triplet.
5796 * config.in: Regenerate.
5797 * configure: Likewise.
5798 * collect2.c (main): Set plugin_ld_suffix to PLUGIN_LD_SUFFIX.
5799
5800 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
5801
5802 * tree-dfa.c (get_ref_base_and_extent) <ARRAY_REF>: Do the offset
5803 computation using the precision of the index type.
5804 * gimple-fold.c (fold_const_aggregate_ref_1) <ARRAY_REF>: Likewise.
5805 (fold_array_ctor_reference): Do index computations in the index type.
5806
5807 2012-05-07 Georg-Johann Lay <avr@gjlay.de>
5808
5809 * config/avr/avr.c (avr_prologue_setup_frame): Fix mode passed
5810 down to plus_constant.
5811 (expand_epilogue): Ditto.
5812
5813 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5814
5815 * postreload.c (reload_cse_regs): Make static.
5816 * reload.h (reload_cse_regs): Remove prototype.
5817
5818 2012-05-07 Richard Henderson <rth@redhat.com>
5819
5820 * config/alpha/alpha.md (clear_cache): New pattern.
5821
5822 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5823
5824 PR middle-end/53245
5825 * gimplify.c (preprocess_case_label_vec_for_gimple): If low or high
5826 is folded to a type boundary value, verify that the resulting case
5827 label is still a care range.
5828
5829 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
5830
5831 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf
5832 only for TARGET_GENERIC, when not optimizing for size.
5833 (*ffs<mode>_1): Ditto.
5834
5835 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5836
5837 * tree-cfg.c (verify_gimple_switch): Tighten checks.
5838
5839 2012-05-07 Jakub Jelinek <jakub@redhat.com>
5840
5841 PR tree-optimization/53239
5842 * tree-vrp.c (get_value_range): Set VR of SSA_NAME_IS_DEFAULT_DEF
5843 of DECL_BY_REFERENCE RESULT_DECL to nonnull.
5844
5845 2012-05-07 Richard Guenther <rguenther@suse.de>
5846
5847 PR tree-optimization/53195
5848 * tree-inline.c (setup_one_parameter): Properly add referenced
5849 vars from the parameters new known value.
5850
5851 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
5852
5853 * config/m68k/m68k.c (m68k_sched_branch_type): Remove.
5854 (sched_branch_type): Remove.
5855 (m68k_sched_md_init_global): Don't allocate it.
5856 (m68k_sched_md_finish_global): Don't free it.
5857 * config/m68k/m68k.h (m68k_sched_branch_type): Remove prototype.
5858 * config/m68k/m68k.md: Set the type of insns using
5859 m68k_sched_branch_type to bcc directly.
5860
5861 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5862
5863 * config/sol2.c (solaris_override_options): New function.
5864 * config/sol2-protos.h (solaris_override_options): Declare.
5865 * config/sol2.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
5866
5867 2012-05-07 Richard Guenther <rguenther@suse.de>
5868
5869 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return
5870 whether we failed to compute data dependences.
5871 (loop_prefetch_arrays): Fail if we failed.
5872
5873 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
5874 Paolo Bonzini <bonzini@gnu.org>
5875
5876 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf even for !TARGET_BMI.
5877 Emit bsf when optimizing for size.
5878 (*ffs<mode>_1): Ditto.
5879
5880 2012-05-07 Oleg Endo <olegendo@gcc.gnu.org>
5881
5882 PR target/53250
5883 * config/sh/sh.c (sh_rtx_costs): Handle SET.
5884
5885 2012-05-06 Uros Bizjak <ubizjak@gmail.com>
5886
5887 PR target/53227
5888 * config/i386/i386.md (swap<mode>): Rename from *swap<mode>.
5889 (bswapdi2): Split from bswap<mode>2. Use nonnimediate_operand
5890 predicate for operand 1. Force operand 1 to register for TARGET_BSWAP.
5891 (bswapsi2): Ditto.
5892 (*bswapdi2_doubleword): New insn pattern.
5893 (*bswap<mode>2): Rename from *bswap<mode>2_1.
5894
5895 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
5896
5897 * config/mips/mips.c (mips_set_reg_reg_piece_cost): New function.
5898 (mips_set_reg_reg_cost): Likewise.
5899 (mips_rtx_costs): Handle SET.
5900
5901 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
5902
5903 * lower-subreg.c (shift_cost): Use set_src_cost, avoiding the SET.
5904 (compute_costs): Likewise for the zero extension. Use set_rtx_cost
5905 to compute the cost of moves. Set the mode of the target register.
5906
5907 2012-05-05 Richard Sandiford <rdsandiford@googlemail.com>
5908
5909 * rtl.h (plus_constant, plus_constant_mode): Merge into a single
5910 plus_constant function.
5911 * explow.c (plus_constant, plus_constant_mode): Likewise. Assert
5912 that the mode is sensible.
5913 (use_anchored_address, round_push, allocate_dynamic_stack_space)
5914 (probe_stack_range, anti_adjust_stack_and_probe): Update calls to
5915 plus_constant.
5916
5917 * alias.c (canon_rtx): Likewise.
5918 (init_alias_analysis): Likewise.
5919 * builtins.c (expand_builtin_return_addr)
5920 (expand_builtin_setjmp_setup, expand_builtin_longjmp)
5921 (expand_builtin_nonlocal_goto, expand_builtin_update_setjmp_buf)
5922 (expand_builtin_apply_args_1, expand_builtin_apply, expand_movstr)
5923 (expand_builtin_stpcpy): Likewise.
5924 * calls.c (save_fixed_argument_area, restore_fixed_argument_area)
5925 (compute_argument_addresses, internal_arg_pointer_based_exp)
5926 (expand_call, emit_library_call_value_1): Likewise.
5927 * cfgexpand.c (expand_one_stack_var_at, expand_debug_expr): Likewise.
5928 * combine-stack-adj.c (try_apply_stack_adjustment): Likewise.
5929 * combine.c (combine_simplify_rtx, force_to_mode): Likewise.
5930 * cse.c (insert_const_anchor, find_reg_offset_for_const)
5931 (use_related_value, fold_rtx): Likewise.
5932 * cselib.c (cselib_subst_to_values): Likewise.
5933 * dse.c (record_store, check_mem_read_rtx): Likewise.
5934 * dwarf2out.c (rtl_for_decl_location, gen_variable_die): Likewise.
5935 * emit-rtl.c (adjust_address_1): Likewise.
5936 * except.c (sjlj_emit_function_enter)
5937 (expand_builtin_extract_return_addr)
5938 (expand_builtin_frob_return_addr): Likewise.
5939 * expmed.c (expand_divmod): Likewise.
5940 * expr.c (move_by_pieces, store_by_pieces, store_by_pieces_1)
5941 (emit_move_resolve_push, push_block, emit_push_insn, store_expr)
5942 (expand_expr_addr_expr_1, expand_expr_real_1): Likewise.
5943 * function.c (assign_stack_local_1)
5944 (instantiate_virtual_regs_in_rtx): Likewise.
5945 * optabs.c (prepare_cmp_insn): Likewise.
5946 * recog.c (offsettable_address_addr_space_p): Likewise.
5947 * reload.c (find_reloads_address, form_sum)
5948 (find_reloads_subreg_address): Likewise.
5949 * reload1.c (init_reload, eliminate_regs_1)
5950 (eliminate_regs_in_insn): Likewise.
5951 * simplify-rtx.c (simplify_unary_operation_1)
5952 (simplify_binary_operation_1, simplify_plus_minus): Likewise.
5953 * var-tracking.c (compute_cfa_pointer, prepare_call_arguments)
5954 (vt_add_function_parameter): Likewise.
5955
5956 * config/alpha/alpha.h (EH_RETURN_HANDLER_RTX): Likewise.
5957 * config/alpha/vms.h (EH_RETURN_HANDLER_RTX): Likewise.
5958 * config/alpha/alpha.c (alpha_legitimize_address_1)
5959 (get_unaligned_address, alpha_expand_unaligned_load)
5960 (alpha_expand_unaligned_store, alpha_expand_unaligned_load_words)
5961 (alpha_expand_unaligned_store_words, alpha_expand_block_clear)
5962 (alpha_expand_builtin_establish_vms_condition_handler)
5963 (alpha_setup_incoming_varargs, emit_frame_store_1)
5964 (alpha_expand_prologue, alpha_expand_epilogue)
5965 (alpha_use_linkage): Likewise.
5966 * config/alpha/alpha.md: Likewise.
5967
5968 * config/arm/arm.c (arm_trampoline_init, legitimize_pic_address)
5969 (arm_load_pic_register, arm_pic_static_addr, arm_legitimize_address)
5970 (thumb_legitimize_address, arm_gen_load_multiple_1)
5971 (arm_gen_store_multiple_1, arm_gen_multiple_op, gen_ldm_seq)
5972 (gen_stm_seq, gen_const_stm_seq, arm_block_move_unaligned_straight)
5973 (arm_block_move_unaligned_loop, arm_gen_movmemqi, arm_reload_in_hi)
5974 (arm_reload_out_hi, arm_reorg, vfp_emit_fstmd, emit_multi_reg_push)
5975 (emit_sfm, thumb_set_frame_pointer, arm_expand_prologue)
5976 (thumb1_emit_multi_reg_push, thumb1_expand_prologue)
5977 (thumb_expand_movmemqi, arm_set_return_address)
5978 (thumb_set_return_address): Likewise.
5979 * config/arm/arm.md: Likewise.
5980
5981 * config/avr/avr.c (avr_incoming_return_addr_rtx)
5982 (avr_prologue_setup_frame, expand_epilogue)
5983 (avr_const_address_lo16): Likewise.
5984
5985 * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Likewise.
5986 * config/bfin/bfin.c (setup_incoming_varargs, bfin_load_pic_reg)
5987 (bfin_expand_prologue, bfin_trampoline_init, bfin_expand_call)
5988 (bfin_output_mi_thunk): Likewise.
5989
5990 * config/c6x/c6x.c (c6x_initialize_trampoline)
5991 (c6x_output_mi_thunk): Likewise.
5992
5993 * config/cr16/cr16.h (EH_RETURN_HANDLER_RTX): Likewise.
5994 * config/cr16/cr16.c (cr16_create_dwarf_for_multi_push): Likewise.
5995
5996 * config/cris/cris.c (cris_return_addr_rtx, cris_split_movdx)
5997 (cris_expand_prologue, cris_expand_epilogue, cris_gen_movem_load)
5998 (cris_emit_movem_store, cris_trampoline_init): Likewise.
5999 * config/cris/cris.md: Likewise.
6000
6001 * config/darwin.c (machopic_indirect_data_reference)
6002 (machopic_legitimize_pic_address): Likewise.
6003
6004 * config/epiphany/epiphany.c (epiphany_emit_save_restore)
6005 (epiphany_expand_prologue, epiphany_expand_epilogue)
6006 (epiphany_trampoline_init): Likewise.
6007 * config/epiphany/epiphany.md: Likewise.
6008
6009 * config/fr30/fr30.c (fr30_move_double): Likewise.
6010
6011 * config/frv/frv.c (frv_dwarf_store, frv_expand_prologue)
6012 (frv_expand_block_move, frv_expand_block_clear, frv_return_addr_rtx)
6013 (frv_index_memory, unspec_got_name, frv_find_base_term)
6014 (frv_output_dwarf_dtprel): Likewise.
6015
6016 * config/h8300/h8300.c (h8300_push_pop, h8300_return_addr_rtx)
6017 (h8300_swap_into_er6, h8300_swap_out_of_er6): Likewise.
6018
6019 * config/i386/i386.h (RETURN_ADDR_RTX): Likewise.
6020 * config/i386/i386.c (setup_incoming_varargs_64)
6021 (setup_incoming_varargs_ms_64, choose_baseaddr)
6022 (ix86_emit_save_reg_using_mov, ix86_adjust_stack_and_probe)
6023 (ix86_emit_probe_stack_range, ix86_expand_prologue)
6024 (ix86_emit_restore_reg_using_pop, ix86_emit_leave)
6025 (ix86_expand_epilogue, legitimize_pic_address, ix86_legitimize_address)
6026 (ix86_split_long_move, ix86_expand_movmem, ix86_expand_setmem)
6027 (ix86_static_chain, ix86_trampoline_init, x86_this_parameter)
6028 (x86_output_mi_thunk): Likewise.
6029 * config/i386/i386.md: Likewise.
6030
6031 * config/ia64/ia64.c (ia64_expand_load_address)
6032 (ia64_expand_tls_address, ia64_expand_move, ia64_split_tmode)
6033 (do_spill, ia64_trampoline_init): Likewise.
6034
6035 * config/iq2000/iq2000.c (iq2000_va_start)
6036 (iq2000_emit_frame_related_store, iq2000_expand_prologue)
6037 (iq2000_expand_eh_return, iq2000_setup_incoming_varargs)
6038 (iq2000_print_operand, iq2000_legitimize_address): Likewise.
6039
6040 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
6041
6042 * config/m32c/m32c.c (m32c_return_addr_rtx)
6043 (m32c_expand_insv): Likewise.
6044
6045 * config/m32r/m32r.c (m32r_setup_incoming_varargs)
6046 (m32r_legitimize_pic_address, m32r_print_operand)
6047 (m32r_print_operand_address): Likewise.
6048
6049 * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Likewise.
6050 * config/m68k/m68k.h (RETURN_ADDR_RTX): Likewise.
6051 (EH_RETURN_HANDLER_RTX): Likewise.
6052 * config/m68k/m68k.c (m68k_emit_movem, m68k_expand_prologue)
6053 (m68k_expand_epilogue, legitimize_pic_address)
6054 (m68k_output_mi_thunk): Likewise.
6055 * config/m68k/m68k.md: Likewise.
6056
6057 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
6058 (mcore_expand_epilog): Likewise.
6059 * config/mcore/mcore.md: Likewise.
6060
6061 * config/mep/mep.c (mep_allocate_initial_value)
6062 (mep_expand_prologue, mep_expand_epilogue): Likewise.
6063
6064 * config/microblaze/microblaze.c (double_memory_operand)
6065 (microblaze_block_move_loop): Likewise.
6066
6067 * config/mips/mips.c (mips_strip_unspec_address, mips_add_offset)
6068 (mips_setup_incoming_varargs, mips_va_start, mips_block_move_loop)
6069 (mips_print_operand, mips16e_save_restore_reg, mips_save_restore_reg)
6070 (mips_expand_prologue, mips_epilogue_set_cfa)
6071 (mips_expand_epilogue): Likewise.
6072 * config/mips/mips.md: Likewise.
6073
6074 * config/mmix/mmix.c (mmix_dynamic_chain_address, mmix_return_addr_rtx)
6075 (mmix_expand_prologue, mmix_expand_epilogue): Likewise.
6076
6077 * config/mn10300/mn10300.c (mn10300_gen_multiple_store)
6078 (mn10300_builtin_saveregs, mn10300_trampoline_init): Likewise.
6079
6080 * config/moxie/moxie.h (INCOMING_RETURN_ADDR_RTX): Likewise.
6081 (EH_RETURN_HANDLER_RTX): Likewise.
6082 * config/moxie/moxie.c (moxie_static_chain): Likewise.
6083
6084 * config/pa/pa.c (legitimize_pic_address, hppa_legitimize_address)
6085 (store_reg, set_reg_plus_d, pa_expand_prologue, load_reg)
6086 (pa_return_addr_rtx, hppa_builtin_saveregs)
6087 (pa_trampoline_init): Likewise.
6088 * config/pa/pa.md: Likewise.
6089
6090 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
6091
6092 * config/picochip/picochip.c (picochip_static_chain): Likewise.
6093
6094 * config/rs6000/rs6000.h (RS6000_SAVE_TOC): Likewise.
6095 * config/rs6000/rs6000.c (rs6000_legitimize_address)
6096 (setup_incoming_varargs, print_operand, rs6000_return_addr)
6097 (rs6000_emit_eh_reg_restore, rs6000_emit_probe_stack_range)
6098 (rs6000_emit_epilogue)
6099 (rs6000_machopic_legitimize_pic_address): Likewise.
6100
6101 * config/rx/rx.c (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
6102
6103 * config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Likewise.
6104 (DYNAMIC_CHAIN_ADDRESS): Likewise.
6105 * config/s390/s390.c (s390_decompose_address, legitimize_pic_address)
6106 (s390_delegitimize_address, print_operand, annotate_constant_pool_refs)
6107 (replace_constant_pool_ref, s390_return_addr_rtx, s390_back_chain_rtx)
6108 (save_fpr, restore_fpr, save_gprs, restore_gprs, s390_emit_prologue)
6109 (s390_emit_epilogue, s390_function_profiler): Likewise.
6110 * config/s390/s390.md: Likewise.
6111
6112 * config/score/score.c (score_add_offset, score_prologue): Likewise.
6113
6114 * config/sh/sh.c (expand_block_move, push_regs, sh_builtin_saveregs)
6115 (sh_output_mi_thunk): Likewise.
6116 * config/sh/sh.md: Likewise.
6117
6118 * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS, FRAME_ADDR_RTX)
6119 (RETURN_ADDR_RTX, INCOMING_RETURN_ADDR_RTX): Likewise.
6120 * config/sparc/sparc.c (sparc_legitimize_pic_address)
6121 (sparc_emit_probe_stack_range, emit_save_or_restore_regs)
6122 (emit_window_save, sparc_flat_expand_prologue, sparc_struct_value_rtx)
6123 (emit_and_preserve): Likewise.
6124 * config/sparc/sparc.md: Likewise.
6125
6126 * config/spu/spu.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
6127 * config/spu/spu.c (spu_expand_insv, spu_machine_dependent_reorg)
6128 (spu_setup_incoming_varargs, ea_load_store_inline)
6129 (spu_expand_load): Likewise.
6130
6131 * config/stormy16/stormy16.c (xstormy16_expand_prologue)
6132 (combine_bnp): Likewise.
6133
6134 * config/tilegx/tilegx.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
6135 * config/tilegx/tilegx.c (tilegx_setup_incoming_varargs)
6136 (tilegx_expand_unaligned_load, tilegx_trampoline_init): Likewise.
6137
6138 * config/tilepro/tilepro.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
6139 * config/tilepro/tilepro.c (tilepro_setup_incoming_varargs)
6140 (tilepro_expand_unaligned_load, tilepro_trampoline_init): Likewise.
6141
6142 * config/v850/v850.c (expand_prologue, expand_epilogue): Likewise.
6143 * config/v850/v850.md: Likewise.
6144
6145 * config/vax/elf.h (EH_RETURN_STACKADJ_RTX): Likewise.
6146 (EH_RETURN_HANDLER_RTX): Likewise.
6147 * config/vax/vax.h (DYNAMIC_CHAIN_ADDRESS, RETURN_ADDR_RTX): Likewise.
6148 * config/vax/vax.c (vax_add_reg_cfa_offset, vax_expand_prologue)
6149 (print_operand_address, vax_trampoline_init): Likewise.
6150
6151 * config/xtensa/xtensa.c (xtensa_expand_prologue, xtensa_return_addr)
6152 (xtensa_function_value_regno_p): Likewise.
6153
6154 2012-05-04 Andrew Pinski <apinski@cavium.com>
6155
6156 * expr.c (get_def_for_expr_class): New function.
6157 (convert_tree_comp_to_rtx): New function.
6158 (expand_cond_expr_using_cmove): New function.
6159 (expand_expr_real_2 <case COND_EXPR>): Call
6160 expand_cond_expr_using_cmove first and return if it succeeds.
6161 Remove the check for HAVE_conditional_move since we should have
6162 already converted it to a conditional move.
6163 * config/i386/i386.c (ix86_expand_int_movcc): Disallow comparison
6164 modes of DImode for 32bits and TImode.
6165
6166 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
6167
6168 PR other/29442
6169 * read-md.c (fprint_md_ptr_loc, fprint_c_condition): New functions.
6170 (print_md_ptr_loc, print_c_condition): Use them.
6171 * read-md.h (fprint_md_ptr_loc, fprint_c_condition): New prototypes.
6172 * genattrtab.c (attr_file_name, dfa_file_name, latency_file_name,
6173 attr_file, dfa_file, latency_file): New global variables.
6174 (write_attr_valueq, write_attr_set, write_attr_case, write_attr_value,
6175 write_upcase, write_indent, write_length_unit_log, write_test_expr,
6176 write_attr_get, write_insn_cases, write_eligible_delay,
6177 write_const_num_delay_slots): Accept FILE pointer and toss it around.
6178 Update all callers.
6179 (write_header, open_outfile, handle_arg): New funcions.
6180 (make_automaton_attrs): Write prototypes as extern to the output
6181 files.
6182 (main): Use init_rtx_reader_args_cb with handle_arg to take 3 file
6183 names from the command line. Open the output files and write out
6184 internal functions for DFA functions to dfa_file_name, insn latency
6185 functions to latency_file_name, and everything else to attr_file.
6186 * Makefile.in (OBJS): Add insn-dfatab.o and insn-latencytab.o.
6187 (BACKEND): Build libbackend first.
6188 (MOSTLYCLEANFILES): Add insn-dfatab.c and insn-latencytab.c.
6189 (.PRECIOUS): Likewise.
6190 (insn-dfatab.o): New rule.
6191 (insn-latencytab.o): New rule.
6192 (simple_rtl_generated_c): Do not include insn-attrtab.c.
6193 (s-attrtab): New rule.
6194
6195 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
6196
6197 * rtl.def (ATTR_FLAG): Remove probability indicating flags.
6198 * genattr.c (main): Remove ATTR_FLAG_likely, ATTR_FLAG_unlikely,
6199 ATTR_FLAG_very_likely, and ATTR_FLAG_very_unlikely.
6200 * reorg.c (get_jump_flags): Do not set the removed flags.
6201
6202 * doc/md.texi (attr_flag): Update for abovementioned changes.
6203
6204 2012-05-04 Uros Bizjak <ubizjak@gmail.com>
6205
6206 PR target/53228
6207 * config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
6208 (TARGET_CMOV): Rename from TARGET_CMOVE.
6209 (TARGET_CMOVE): New define.
6210 * config/i386/i386.c (ix86_option_override_internal): Use TARGET_CMOV.
6211 Do not set TARGET_CMOVE here.
6212
6213 2012-05-04 Dodji Seketeli <dodji@redhat.com>
6214
6215 Enable -Wunused-local-typedefs when -Wall or -Wunused is on
6216 * opts.c (finish_options): Activate -Wunused-local-typedefs if
6217 -Wunused is activated.
6218 * doc/invoke.texi: Update blurb of -Wunused-local-typedefs.
6219
6220 2012-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6221
6222 * config/s390/s390.md (*movmem_short, *clrmem_short)
6223 (*cmpmem_short): Move the mode check from the insn condition to
6224 the match_scratch.
6225
6226 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6227
6228 PR tree-optimization/52633
6229 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Swap order of
6230 vect_recog_widen_shift_pattern and vect_recog_over_widening_pattern.
6231 (vect_recog_over_widening_pattern): Remove handling of code that was
6232 already detected as over-widening pattern. Remove special handling
6233 of "unsigned" cases. Instead, support general case of conversion
6234 of the shift result to another type.
6235
6236 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6237
6238 * tree-vect-patterns.c (vect_single_imm_use): New function.
6239 (vect_recog_widen_mult_pattern): Use it instead of open-coding loop.
6240 (vect_recog_over_widening_pattern): Likewise.
6241 (vect_recog_widen_shift_pattern): Likewise.
6242
6243 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6244
6245 * tree-vect-patterns.c (vect_same_loop_or_bb_p): New function.
6246 (vect_handle_widen_op_by_const): Use it instead of open-coding test.
6247 (vect_recog_widen_mult_pattern): Likewise.
6248 (vect_operation_fits_smaller_type): Likewise.
6249 (vect_recog_over_widening_pattern): Likewise.
6250 (vect_recog_widen_shift_pattern): Add to vect_same_loop_or_bb_p test.
6251
6252 2012-05-04 Richard Guenther <rguenther@suse.de>
6253
6254 PR lto/50602
6255 * lto-wrapper.c (merge_and_complain): Complain about mismatches
6256 of -freg-struct-return and -fpcc-struct-return.
6257 (run_gcc): Pass through -freg-struct-return and -fpcc-struct-return
6258 from the input file options and ignore those from the link
6259 command line.
6260
6261 2012-05-04 Richard Guenther <rguenther@suse.de>
6262
6263 PR tree-optimization/53168
6264 * tree-ssa-pre.c (phi_translate_1): Only handle type-punned
6265 memory reads when the result is a constant we can pun.
6266
6267 2012-05-04 Richard Guenther <rguenther@suse.de>
6268
6269 * common.opt (flto-report): Do not mark as Optimization.
6270
6271 2012-05-04 Eric Botcazou <ebotcazou@adacore.com>
6272
6273 PR target/48496
6274 * recog.c (constrain_operands): If extra constraints are present, also
6275 accept pseudo-registers with equivalent memory locations during reload.
6276
6277 2012-05-04 Olivier Hainque <hainque@adacore.com>
6278
6279 * collect2.c (may_unlink_output_file): New global.
6280 (maybe_unlink): Honor it.
6281 * collect2.h: Add extern for it.
6282 * tlink.c (do_tlink): Set it to true if the link succeeded.
6283
6284 2012-05-04 Olivier Hainque <hainque@adacore.com>
6285
6286 * gcc.c (eval_spec_function): Finalize/restore the current string
6287 obstack state as part of the context push/pop operations.
6288
6289 2012-05-04 Bin Cheng <bin.cheng@arm.com>
6290
6291 PR rtl-optimization/52804
6292 * reload1.c (reload_reg_reaches_end_p): Check whether successor
6293 reload with type RELOAD_FOR_INPUT_ADDRESS kills reload register
6294 of current one with type RELOAD_FOR_INPADDR_ADDRESS.
6295 Same stands for reloads with type RELOAD_FOR_OUTPUT_ADDRESS and
6296 RELOAD_FOR_OUTADDR_ADDRESS.
6297
6298 2012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
6299
6300 PR c++/24985
6301 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Show caret
6302 for macro expansion.
6303
6304 2012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
6305
6306 * flags.h (flag_permissive): Do not declare.
6307 * diagnostic.c (diagnostic_report_diagnostic): Handle fpermissive
6308 option specially.
6309 * toplev.c (flag_permissive): Do not define.
6310 * c-tree.h (system_header_p): Delete unused.
6311
6312 2012-05-03 David S. Miller <davem@davemloft.net>
6313
6314 PR target/52684
6315 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If we pass a
6316 MEM directly into a libcall, mark it's MEM_EXPR as addressable.
6317 (sparc_emit_float_lib_cmp): Likewise.
6318
6319 2012-05-03 Michael Meissner <meissner@linux.vnet.ibm.com>
6320
6321 PR target/53199
6322 * config/rs6000/rs6000.md (bswapdi splitters): If
6323 -mavoid-indexed-addresses (or -mcpu=power6 which sets it by
6324 default) is used, generate an alternate sequence that does not
6325 depend on using indexed addressing.
6326
6327 2012-05-03 Jason Merrill <jason@redhat.com>
6328
6329 * gengtype.c (write_types): Fix warning message.
6330 (write_local): Likewise.
6331
6332 2012-05-02 Jason Merrill <jason@redhat.com>
6333
6334 * dwarf2out.c (struct external_ref, build_local_stub): New.
6335 (hash_external_ref, external_ref_eq, lookup_external_ref): New.
6336 (optimize_external_refs, optimize_external_refs_1): New.
6337 (change_AT_die_ref): New.
6338 (clone_as_declaration): Add DW_AT_signature when cloning a declaration.
6339 (build_abbrev_table): Take the external refs hashtable.
6340 (output_comp_unit): Get it from optimize_external_refs and pass it in.
6341
6342 2012-05-03 Jan Hubicka <jh@suse.cz>
6343
6344 PR middle-end/53093
6345 * tree-emutls.c (new_emutls_decl): Fix handling of aliases.
6346
6347 2012-05-03 Jan Hubicka <jh@suse.cz>
6348
6349 PR middle-end/53106
6350 * ipa.c (cgraph_remove_unreachable_nodes): Fix handling of clones.
6351
6352 2012-05-03 Jason Merrill <jason@redhat.com>
6353
6354 * dwarf2out.c (die_struct): Add comdat_type_p flag. Use it instead of
6355 use_debug_types to discriminate the die_id union.
6356 (print_die, assign_symbol_names, copy_decls_walk): Likewise.
6357 (build_abbrev_table, output_die): Likewise.
6358 (prune_unused_types_walk_attribs): Likewise.
6359 (generate_type_signature, copy_declaration_context): Set it.
6360 (remove_child_or_replace_with_skeleton): Set it.
6361 (dwarf2out_start_source_file, dwarf2out_end_source_file): Don't
6362 check use_debug_types.
6363 (dwarf2out_finish): Do break_out_includes after .debug_types.
6364
6365 2012-05-03 Jason Merrill <jason@redhat.com>
6366
6367 * dwarf2out.c (modified_type_die): Use scope_die_for.
6368 (gen_type_die_with_usage, dwarf2out_finish): Likewise.
6369 (uses_local_type_r, uses_local_type): New.
6370 (scope_die_for): Keep a type that uses a local type in local scope.
6371 Use get_context_die for namespace and type scope.
6372
6373 2012-05-03 Jason Merrill <jason@redhat.com>
6374
6375 * config/i386/i386.c (ix86_code_end): Set DECL_IGNORED_P on the
6376 pc thunk.
6377 * dwarf2out.c (output_aranges): Skip DECL_IGNORED_P functions.
6378 (dwarf2out_finish): Likewise.
6379
6380 2012-05-03 Martin Jambor <mjambor@suse.cz>
6381
6382 * builtins.c (get_object_alignment_1): Return whether we can determine
6383 the alignment or conservatively assume byte alignment. Return the
6384 alignment by reference. Use get_pointer_alignment_1 for dereference
6385 alignment.
6386 (get_pointer_alignment_1): Return whether we can determine the
6387 alignment or conservatively assume byte alignment. Return the
6388 alignment by reference. Use get_ptr_info_alignment to get SSA name
6389 alignment.
6390 (get_object_alignment): Update call to get_object_alignment_1.
6391 (get_object_or_type_alignment): Likewise, fall back to type alignment
6392 only when it returned false.
6393 (get_pointer_alignment): Update call to get_pointer_alignment_1.
6394 * fold-const.c (get_pointer_modulus_and_residue): Update call to
6395 get_object_alignment_1.
6396 * ipa-prop.c (ipa_modify_call_arguments): Update call to
6397 get_pointer_alignment_1.
6398 * tree-sra.c (build_ref_for_offset): Likewise, fall back to the type
6399 of MEM_REF or TARGET_MEM_REF only when it returns false.
6400 * tree-ssa-ccp.c (get_value_from_alignment): Update call to
6401 get_object_alignment_1.
6402 (ccp_finalize): Use set_ptr_info_alignment.
6403 * tree.h (get_object_alignment_1): Update declaration.
6404 (get_pointer_alignment_1): Likewise.
6405 * gimple-pretty-print.c (dump_gimple_phi): Use get_ptr_info_alignment.
6406 (dump_gimple_stmt): Likewise.
6407 * tree-flow.h (ptr_info_def): Updated comments of fields align and
6408 misalign.
6409 (get_ptr_info_alignment): Declared.
6410 (mark_ptr_info_alignment_unknown): Likewise.
6411 (set_ptr_info_alignment): Likewise.
6412 (adjust_ptr_info_misalignment): Likewise.
6413 * tree-ssa-address.c (copy_ref_info): Use new access functions to get
6414 and set alignment of SSA names.
6415 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Call
6416 mark_ptr_info_alignment_unknown.
6417 * tree-ssanames.c (get_ptr_info_alignment): New function.
6418 (mark_ptr_info_alignment_unknown): Likewise.
6419 (set_ptr_info_alignment): Likewise.
6420 (adjust_ptr_info_misalignment): Likewise.
6421 (get_ptr_info): Call mark_ptr_info_alignment_unknown.
6422 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
6423 Likewise.
6424 (bump_vector_ptr): Likewise.
6425 * tree-vect-stmts.c (create_array_ref): Use set_ptr_info_alignment.
6426 (vectorizable_store): Likewise.
6427 (vectorizable_load): Likewise.
6428
6429 2012-05-03 Michael Matz <matz@suse.de>
6430
6431 * basic-block.h (struct rtl_bb_info, struct gimple_bb_info): Move
6432 in front of basic_block_def.
6433 (struct basic_block_def): Make il.gimple the full struct, not a
6434 pointer.
6435 (__assert_gimple_bb_smaller_rtl_bb): Asserting typedef.
6436
6437 * cfgexpand.c (expand_gimple_basic_block): Clear all il.gimple members.
6438 * gimple-iterator.c (gimple_stmt_iterator): Don't special case
6439 NULL il.gimple, which can't happen anymore.
6440 * gimple.h (bb_seq): il.gimple can't be NULL.
6441 (bb_seq_add): Ditto.
6442 (set_bb_seq): Adjust.
6443 (gsi_start_bb, gsi_last_bb): Tidy.
6444 * lto-streamer-in.c (make_new_block): Don't zero members that
6445 are zeroed already, don't allocate a gimple_bb_info.
6446 * tree-cfg.c (create_bb): Don't allocate a gimple_bb_info.
6447 (remove_bb): Clear all il.gimple members.
6448 (gimple_verify_flow_info): Adjust for flat il.gimple.
6449 * tree-flow-inline.h (phi_nodes, phi_nodes_ptr, set_phi_nodes): Adjust.
6450
6451 * coretypes.h (const_gimple_seq): Remove typedef.
6452 * gimple.h (gimple_seq_first): Take gimple_seq.
6453 (gimple_seq_first_stmt): Ditto.
6454 (gimple_seq_last): Ditto.
6455 (gimple_seq_last_stmt): Ditto.
6456 (gimple_seq_empty_p): Ditto.
6457
6458 2012-05-03 Richard Guenther <rguenther@suse.de>
6459
6460 * tree-ssa-pre.c (valid_in_sets): Remove checking of trapping
6461 operations.
6462 (prune_clobbered_mems): Do it here. Do not uselessly sort expressions.
6463 (compute_avail): Do not add possibly trapping operations to
6464 EXP_GEN if they might not be executed in the block.
6465
6466 2012-05-03 Uros Bizjak <ubizjak@gmail.com>
6467
6468 * config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Remove.
6469
6470 2012-05-03 Steven Bosscher <steven@gcc.gnu.org>
6471
6472 * tree-switch-conversion.c (gen_inbound_check): Free post-dominance
6473 information as early as possible. Update dominance info instead of
6474 discarding it.
6475
6476 2012-05-03 Richard Guenther <rguenther@suse.de>
6477
6478 * tree-ssa-pre.c (debug_bitmap_sets_for): New function.
6479 (union_contains_value): Remove.
6480 (vro_valid_in_sets): Likewise.
6481 (op_valid_in_sets): New function.
6482 (valid_in_sets): Use op_valid_in_sets.
6483 (insert_into_preds_of_block): Move dumping ...
6484 (do_regular_insertion): ... here.
6485 (do_partial_partial_insertion): ... and here. Dump that
6486 we've found a partial partial redundancy.
6487 (insert): Dump the current insert iteration.
6488
6489 2012-05-03 Jakub Jelinek <jakub@redhat.com>
6490
6491 PR plugins/53126
6492 * gcc-ar.c (main): If GCC_EXEC_PREFIX is set in env,
6493 append program name to it and pass that as first argument
6494 to make_relative_prefix. Always pass standard_libexec_prefix
6495 as last argument to make_relative_prefix. If
6496 make_relative_prefix returns NULL, fall back to
6497 standard_libexec_prefix.
6498
6499 PR debug/53174
6500 * tree-predcom.c (remove_stmt): Call reset_debug_uses on stmts being
6501 removed.
6502
6503 PR target/53187
6504 * config/arm/arm.c (arm_select_cc_mode): If x has MODE_CC class
6505 mode, return that mode.
6506
6507 PR target/53194
6508 * config/i386/i386-c.c (ix86_target_macros_internal): Don't
6509 define __ATOMIC_HLE_* macros here.
6510 (ix86_target_macros): But here, using cpp_define_formatted.
6511
6512 2012-05-03 Richard Guenther <rguenther@suse.de>
6513
6514 PR tree-optimization/53144
6515 * tree-ssa-sccvn.c (vn_reference_lookup_or_insert_constant_for_pieces):
6516 Rename to ...
6517 (vn_reference_lookup_or_insert_for_pieces): ... this. Properly deal
6518 with SSA name values.
6519 (vn_reference_lookup_3): Adjust callers.
6520
6521 2012-05-03 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
6522
6523 * config/i386/driver-i386.c (host_detect_local_cpu): Reset
6524 has_fma4 for AMD processors with both fma3 and fma4 support.
6525
6526 2012-05-03 Kirill Yukhin <kirill.yukhin@intel.com>
6527
6528 PR target/53201
6529 * config/i386/driver-i386.c (host_detect_local_cpu): Add space to
6530 "-mno-hle".
6531
6532 2012-05-03 Michael Matz <matz@suse.de>
6533
6534 PR bootstrap/53197
6535 * tree-ssa-dse.c (dse_optimize_stmt): Take pointer to iterator.
6536 (dse_enter_block): Properly iterate the whole sequence even
6537 if the last statement was removed.
6538
6539 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
6540
6541 * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code,
6542 unset flag_jump_tables.
6543 * stmt.c (expand_case): Remove special flag_pic case conditional
6544 on ASM_OUTPUT_ADDR_DIFF_ELT not being defined.
6545
6546 2012-05-02 Ulrich Weigand <ulrich.weigand@linaro.org>
6547
6548 * common/config/s390/s390-common.c (s390_option_optimization_table):
6549 Enable -fsched-pressure using -fsched-pressure-algorithm=model by
6550 default when optimizing.
6551
6552 2012-05-02 Martin Jambor <mjambor@suse.cz>
6553
6554 PR lto/52605
6555 * dwarf2out.c (dwarf2out_decl): Only lookup die representing context
6556 of a variable when the contect is a function.
6557
6558 2012-05-02 Michael Matz <matz@suse.de>
6559
6560 * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.
6561 * gimple.h (struct gimple_seq_node_d, struct gimple_seq_d): Remove.
6562 (const_gimple_seq_node): Remove.
6563 (gimple_seq_node): Typedef as gimple.
6564 (struct gimple_statement_base): Add next and prev members,
6565 adjust all WORD markers in using structs.
6566 (union gimple_statement_d): Link via gsbase.next field for GC and PCH.
6567 (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
6568 gimple_seq_last_stmt): Adjust as gimple_seq, gimple_seq_node and
6569 gimple are the same.
6570 (gimple_seq_set_last, gimple_seq_set_first): Don't allocate
6571 gimple_seq, adjust.
6572 (gimple_init_singleton): New function.
6573 (gsi_start_1, gsi_last_1, gsi_end_p, gsi_one_before_end_p): Adjust.
6574 (gsi_next, gsi_prev): Adjust, handle prev cyclic list correctly.
6575 (gsi_stmt): Adjust.
6576 (gsi_stmt_ptr): Remove.
6577 (enum gimple_alloc_kind): Remove gimple_alloc_kind_seq member.
6578
6579 * gimple-iterator.c (update_bb_for_stmts): Take last parameter
6580 again, adjust for above changes.
6581 (update_call_edge_frequencies): Adjust for above changes.
6582 (gsi_insert_seq_nodes_before): Rewrite for new data structure.
6583 (gsi_insert_seq_nodes_after): Ditto.
6584 (gsi_split_seq_after): Ditto.
6585 (gsi_set_stmt): Ditto.
6586 (gsi_split_seq_before): Ditto.
6587 (gsi_remove): Ditto.
6588 (gsi_insert_seq_before_without_update): Don't free sequence.
6589 (gsi_insert_seq_after_without_update): Ditto.
6590 (gsi_replace): Assert some more invariants.
6591 (gsi_insert_before_without_update, gsi_insert_after_without_update):
6592 Tidy.
6593 (gsi_for_stmt): Don't search for stmt.
6594 (gsi_insert_on_edge_immediate): Tidy.
6595
6596 * gimple.c (gimple_alloc_k): Remove "sequences".
6597 (gimple_seq_cache): Remove.
6598 (gimple_alloc_stat): Make stmt a singleton sequence.
6599 (gimple_seq_alloc, gimple_seq_free): Remove.
6600 (gimple_assign_set_rhs_with_ops_1): Ensure new stmt is a singleton.
6601 (gimple_copy): Ditto.
6602 * gimplify.c (gimplify_cleanup_point_expr): Use gsi_set_stmt,
6603 create iterator from correct sequence.
6604 * tree-phinodes.c (make_phi_node): Make stmt a singleton.
6605
6606 2012-05-02 Michael Matz <matz@suse.de>
6607
6608 * gimple.h (gimple_stmt_iterator <seq>): Make it be pointer to
6609 gimple_seq.
6610 (gimple_seq_set_last, gimple_seq_set_first): Take pointer to
6611 sequence, lazily allocate it.
6612 (bb_seq_addr): New function.
6613 (gsi_start_1): Rename from gsi_start, but take pointer to sequence.
6614 (gsi_start): Macro to wrap gsi_start_1 taking pointer of argument.
6615 (gsi_none): New function.
6616 (gsi_start_bb): Adjust.
6617 (gsi_last_1): Rename from gsi_last, but take pointer to sequence.
6618 (gsi_last): Macro to wrap gsi_last_1 taking pointer of argument.
6619 (gsi_last_bb): Adjust.
6620 (gsi_seq): Adjust.
6621 * tree-flow-inline.h (phi_nodes_ptr): New function.
6622
6623 * gimple-iterator.c (gsi_insert_seq_nodes_before): Adjust to
6624 datastructure and interface change.
6625 (gsi_insert_seq_before_without_update): Ditto.
6626 (gsi_insert_seq_nodes_after): Ditto.
6627 (gsi_insert_seq_after_without_update): Ditto.
6628 (gsi_split_seq_after): Ditto, don't use gimple_seq_alloc.
6629 (gsi_split_seq_before): Ditto.
6630 (gsi_start_phis): Adjust.
6631 * tree-vect-loop.c (vect_determine_vectorization_factor): Use gsi_none.
6632 (vect_transform_loop): Ditto.
6633 * gimple.c (gimple_seq_add_stmt, gimple_seq_add_seq,
6634 gimple_seq_copy): Don't use gimple_seq_alloc.
6635 * gimplify.c (gimple_seq_add_stmt_without_update): Ditto.
6636 (gimplify_seq_add_seq): Ditto.
6637 * lto-streamer-in.c (make_new_block): Ditto.
6638 * tree-cfg.c (create_bb): Ditto.
6639 * tree-sra.c (initialize_parameter_reductions): Ditto.
6640
6641 2012-05-02 Michael Matz <matz@suse.de>
6642
6643 * gimple.h (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
6644 gimple_seq_last_stmt, gimple_seq_set_last, gimple_seq_set_first,
6645 gimple_seq_empty_p, gimple_seq_alloc_with_stmt, bb_seq,
6646 set_bb_seq): Move down to after gimple_statement_d definition.
6647
6648 2012-05-02 Michael Matz <matz@suse.de>
6649
6650 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
6651 gsi_replace_with_seq, instead of inserting itself.
6652 * gimple-iterator.c (gsi_replace_with_seq): New function.
6653 * tree-ssa-forwprop.c (forward_propagate_comparison): Take
6654 iterator instead of statement, advance it.
6655 (ssa_forward_propagate_and_combine): Adjust call to above.
6656
6657 2012-05-02 Michael Matz <matz@suse.de>
6658
6659 * tree-phinodes.c (add_phi_node_to_bb): Tidy, don't use
6660 gimple_seq_alloc.
6661 * omp-low.c (finalize_task_copyfn): Don't use gimple_seq_alloc.
6662 * tree-nested.c (walk_gimple_omp_for): Ditto.
6663 * trans-mem.c (lower_transaction): Ditto.
6664 * tree-eh.c (do_return_redirection): Ditto.
6665 (do_goto_redirection): Ditto.
6666 (lower_try_finally_switch): Ditto.
6667 * gimplify.c (gimplify_stmt): Ditto.
6668 (gimplify_scan_omp_clauses): Ditto.
6669 (gimplify_omp_for): Ditto.
6670 (gimplify_function_tree): Ditto.
6671 * gimple-fold.c (gimplify_and_update_call_from_tree): Ditto.
6672 * tree-mudflap.c (mf_decl_cache_locals): Ditto.
6673 (mf_build_check_statement_for): Ditto.
6674 (mx_register_decls): Ditto.
6675 * graphite-sese-to-poly.c (remove_invariant_phi): Ditto,
6676 and don't use itertors to append.
6677 (insert_stmts): Ditto.
6678 (insert_out_of_ssa_copy): Ditto.
6679 (insert_out_of_ssa_copy_on_edge): Ditto.
6680
6681 2012-05-02 Michael Matz <matz@suse.de>
6682
6683 * gimple.h (gimple_bind_body_ptr): New function.
6684 (gimple_bind_body): Use it.
6685 (gimple_catch_handler): Use gimple_catch_handler_ptr.
6686 (gimple_eh_filter_failure_ptr): New function.
6687 (gimple_eh_filter_failure): Use it.
6688 (gimple_eh_else_n_body_ptr): New function.
6689 (gimple_eh_else_n_body): Use it.
6690 (gimple_eh_else_e_body_ptr): New function.
6691 (gimple_eh_else_e_body): Use it.
6692 (gimple_try_eval_ptr): New function.
6693 (gimple_try_eval): Use it.
6694 (gimple_try_cleanup_ptr): New function.
6695 (gimple_try_cleanup): Use it.
6696 (gimple_wce_cleanup_ptr): New function.
6697 (gimple_wce_cleanup): Use it.
6698 (gimple_omp_body_ptr): New function.
6699 (gimple_omp_body): Use it.
6700 (gimple_omp_for_pre_body_ptr): New function.
6701 (gimple_omp_for_pre_body): Use it.
6702 (gimple_transaction_body_ptr): New function.
6703 (gimple_transaction_body): Use it.
6704 (gsi_split_seq_before): Adjust to return nothing and take pointer
6705 to sequence.
6706 (gsi_set_stmt): Declare.
6707 (gsi_replace_with_seq): Declare.
6708 (walk_gimple_seq_mod): Declare.
6709 * function.h (struct function <gimple_body>): Use typedef gimple_seq.
6710
6711 * gimple-iterator.c (gsi_set_stmt): New function.
6712 (gsi_split_seq_before): Return new sequence via pointer argument.
6713 (gsi_replace): Use gsi_set_stmt.
6714
6715 * tree-ssa-loop-im.c (move_computations_stmt): First remove
6716 then insert stmt.
6717 * tree-complex.c (update_complex_components_on_edge): Don't copy gsi.
6718 * tree-phinodes.c (resize_phi_node): Don't resize stmt in-place,
6719 return new stmt.
6720 (reserve_phi_args_for_new_edge): Change call to above,
6721 use gsi_set_stmt.
6722
6723 * omp-low.c (lower_omp): Change prototype to take pointer to sequence.
6724 (lower_rec_input_clauses): Use gimple_seq_add_seq instead of
6725 iterators. Adjust call to lower_omp.
6726 (lower_lastprivate_clauses): Adjust call to lower_omp.
6727 (lower_reduction_clauses): Ditto.
6728 (expand_omp_taskreg): Nullify non-cfg body of child_fn.
6729 (lower_omp_sections): Don't explicitely count sequence length,
6730 nullify lowered bodies earlier, ensure stmts are part of only
6731 one sequence, adjust call to lower_omp.
6732 (lower_omp_single): Ensure stmts are part of only one sequence,
6733 adjust call to lower_omp.
6734 (lower_omp_master): Ditto.
6735 (lower_omp_ordered): Ditto.
6736 (lower_omp_critical): Ditto.
6737 (lower_omp_for): Ditto.
6738 (lower_omp_taskreg): Ditto, tidy.
6739 (lower_omp_1): Adjust calls to lower_omp.
6740 (execute_lower_omp): Ditto.
6741 (lower_omp): Adjust to take pointer to sequence.
6742 (diagnose_sb_2): Use walk_gimple_seq_mod.
6743 (diagnose_omp_structured_block_errors): Ditto and set possibly
6744 changed function body.
6745 * gimple-low.c (lower_function_body): Set function body after
6746 it stabilizes.
6747 (lower_sequence): Adjust to take pointer to sequence.
6748 (lower_omp_directive): Ensure stmt isn't put twice into the
6749 sequence, adjust call to lower_sequence.
6750 (lower_stmt): Adjust calls to lower_sequence.
6751 (lower_gimple_bind): Ditto.
6752 (gimple_try_catch_may_fallthru): Call gsi_start with lvalue.
6753 * tree-nested.c (walk_body): Take pointer to sequence, use
6754 walk_gimple_seq_mod.
6755 (walk_function): Adjust call to walk_body, set possibly changed body.
6756 (walk_gimple_omp_for): Adjust calls to walk_body.
6757 (convert_nonlocal_omp_clauses): Ditto.
6758 (convert_nonlocal_reference_stmt): Ditto.
6759 (convert_local_omp_clauses): Ditto.
6760 (convert_local_reference_stmt): Ditto.
6761 (convert_tramp_reference_stmt): Ditto.
6762 (convert_gimple_call): Ditto.
6763 (convert_nl_goto_reference): Use local iterator copy.
6764 * gimple.c (walk_gimple_seq_mod): Renamed from walk_gimple_seq,
6765 but taking pointer to sequence, ensure gsi_start is called with
6766 callers lvalue.
6767 (walk_gimple_seq): New wrapper around walk_gimple_seq_mod,
6768 asserting that the sequence head didn't change.
6769 (walk_gimple_stmt): Replace all calls to walk_gimple_seq with
6770 walk_gimple_seq_mod.
6771 * trans-mem.c (lower_transaction): Use walk_gimple_seq_mod.
6772 (execute_lower_tm): Ditto, and set possibly changed body.
6773 * tree-eh.c (lower_eh_constructs_1): Take pointer to sequence,
6774 call gsi_start with that lvalue.
6775 (replace_goto_queue_stmt_list): Ditto.
6776 (replace_goto_queue_1): Adjust calls to replace_goto_queue_stmt_list.
6777 (replace_goto_queue): Ditto.
6778 (lower_try_finally_nofallthru): Adjust calls to lower_eh_constructs_1.
6779 (lower_try_finally_onedest): Ditto.
6780 (lower_try_finally_copy): Ditto.
6781 (lower_try_finally_switch): Ditto.
6782 (lower_try_finally): Ditto.
6783 (lower_eh_filter): Ditto.
6784 (lower_eh_must_not_throw): Ditto.
6785 (lower_cleanup): Ditto.
6786 (lower_eh_constructs_2): Ditto.
6787 (lower_catch): Ditto, and ensure gsi_start is called with lvalue.
6788 (lower_eh_constructs): Adjust calls to lower_eh_constructs_1, and
6789 set possibly changed body.
6790 (optimize_double_finally): Call gsi_start with lvalue.
6791
6792 * tree-cfg.c (make_blocks): Adjust call to gsi_split_seq_before.
6793 (gimple_split_block): Ditto.
6794 (gimple_merge_blocks): Use gsi_start_phis.
6795 (move_stmt_r): Use walk_gimple_seq_mod.
6796 * tree-ssa-dse.c (dse_enter_block): Use gsi_last_bb.
6797 * cgraphbuild.c (build_cgraph_edges): Use gsi_start_phis.
6798 (rebuild_cgraph_edges): Ditto.
6799 (cgraph_rebuild_references): Ditto.
6800 * ipa-prop.c (ipa_analyze_params_uses): Ditto.
6801 * tree-inline.c (copy_phis_for_bb): Ditto.
6802 * tree-ssa-dce.c: Ditto.
6803
6804 * cgraphunit.c (cgraph_analyze_function): Use gimple_has_body_p.
6805
6806 2012-05-02 Kirill Yukhin <kirill.yukhin@intel.com>
6807 Andi Kleen <ak@linux.intel.com>
6808
6809 * coretypes.h (MEMMODEL_MASK): New.
6810 * builtins.c (get_memmodel): Add val. Call target.memmodel_check
6811 and return new variable.
6812 (expand_builtin_atomic_exchange): Mask memmodel values.
6813 (expand_builtin_atomic_compare_exchange): Ditto.
6814 (expand_builtin_atomic_load): Ditto.
6815 (expand_builtin_atomic_store): Ditto.
6816 (expand_builtin_atomic_clear): Ditto.
6817 * doc/extend.texi: Mention port-dependent memory model flags.
6818 * config/i386/cpuid.h (bit_HLE): New.
6819 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
6820 HLE support.
6821 * config/i386/i386-protos.h (ix86_generate_hle_prefix): New.
6822 * config/i386/i386-c.c (ix86_target_macros_internal): Set HLE defines.
6823 (ix86_target_string)<-mhle>: New.
6824 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
6825 * config/i386/i386.c (ix86_target_string) <OPTION_MASK_ISA_HLE>: New.
6826 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
6827 (ix86_option_override_internal) <PTA_HLE>: New switch, set it
6828 enabled for generic, generic64 and core-avx2.
6829 (ix86_print_operand): Generate HLE lock prefixes.
6830 (ix86_memmodel_check): New.
6831 (TARGET_MEMMODEL_CHECK): Ditto.
6832 * config/i386/i386.h (OPTION_ISA_HLE): Ditto.
6833 (IX86_HLE_ACQUIRE): Ditto.
6834 (IX86_HLE_RELEASE): Ditto.
6835 * config/i386/i386.h (ix86_generate_hle_prefix): Ditto.
6836 * config/i386/i386.opt (mhle): Ditto.
6837 * config/i386/sync.md(atomic_compare_and_swap<mode>): Pass
6838 success model to instruction emitter.
6839 (atomic_fetch_add<mode>): Ditto.
6840 (atomic_exchange<mode>): Ditto.
6841 (atomic_add<mode>): Ditto.
6842 (atomic_sub<mode>): Ditto.
6843 (atomic_<code><mode>): Ditto.
6844 (*atomic_compare_and_swap_doubledi_pic): Ditto.
6845 (atomic_compare_and_swap_single<mode>): Define and use argument
6846 for success model.
6847 (atomic_compare_and_swap_double<mode>): Ditto.
6848 * configure.ac: Check if assembler support HLE prefixes.
6849 * configure: Regenerate.
6850 * config.in: Ditto.
6851
6852 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
6853
6854 PR middle-end/53153
6855 * gimplify.c (preprocess_case_label_vec_for_gimple): New function,
6856 split out from ...
6857 (gimplify_switch_expr): ... here.
6858 * gimple.h (preprocess_case_label_vec_for_gimple): Add prototype.
6859 * tree-ssa-forwprop.c (simplify_gimple_switch_label_vec): New function
6860 to clean up case labels with values outside the index type range.
6861 (simplify_gimple_switch): Call it if something changed.
6862 Remove strange and unnecessary assert.
6863
6864 2012-05-02 Richard Guenther <rguenther@suse.de>
6865
6866 * fold-const.c (div_if_zero_remainder): sizetypes no longer
6867 sign-extend.
6868 (int_const_binop_1): New worker for int_const_binop with
6869 overflowable parameter. Pass it through to force_fit_type_double.
6870 (int_const_binop): Wrap around int_const_binop_1 with overflowable
6871 equal to one.
6872 (size_binop_loc): Call int_const_binop_1 with overflowable equal
6873 to minus one, forcing overflow detection for even unsigned types.
6874 (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE special-casing.
6875 (fold_binary_loc): Call try_move_mult_to_index with signed offset.
6876 * stor-layout.c (initialize_sizetypes): sizetypes no longer
6877 sign-extend.
6878 (layout_type): For zero-sized arrays ignore overflow on the
6879 size calculations.
6880 * tree-ssa-ccp.c (bit_value_unop_1): Likewise.
6881 (bit_value_binop_1): Likewise.
6882 * tree.c (double_int_to_tree): Likewise.
6883 (double_int_fits_to_tree_p): Likewise.
6884 (force_fit_type_double): Likewise.
6885 (host_integerp): Likewise.
6886 (int_fits_type_p): Likewise.
6887 * varasm.c (output_constructor_regular_field): Sign-extend the
6888 field-offset to cater for negative offsets produced by the Ada
6889 frontend.
6890 * omp-low.c (extract_omp_for_data): Convert the loop step to
6891 signed for pointer adjustments.
6892
6893 2012-05-02 Richard Guenther <rguenther@suse.de>
6894
6895 * tree.c (valid_constant_size_p): New function.
6896 * tree.h (valid_constant_size_p): Declare.
6897 * cfgexpand.c (expand_one_var): Adjust check for too large
6898 variables by using valid_constant_size_p.
6899 * varasm.c (assemble_variable): Likewise.
6900
6901 * c-decl.c (grokdeclarator): Properly check for sizes that
6902 cover more than half of the address-space.
6903
6904 2012-05-02 Jakub Jelinek <jakub@redhat.com>
6905
6906 PR tree-optimization/53163
6907 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Don't ignore
6908 return value from compute_all_dependences.
6909
6910 PR rtl-optimization/53160
6911 * ree.c (combine_reaching_defs): Handle the case where cand->insn
6912 has been modified by ree pass already.
6913
6914 2012-05-01 Ian Lance Taylor <iant@google.com>
6915
6916 PR c/37303
6917 * c-decl.c (build_compound_literal): Make the decl readonly if it
6918 an array of a readonly type.
6919 * gimplify.c (gimplify_compound_literal_expr): Add fallback
6920 parameter. Change all callers. If the decl is not addressable
6921 and is not an l-value, make it readonly.
6922
6923 2012-05-01 Bernd Schmidt <bernds@codesourcery.com>
6924
6925 * ira.c (allocated_reg_info_size): New static variable.
6926 (expand_reg_info): Manage it. Call
6927 setup_preferred_alternate_classes_for_new_pseudos.
6928 (ira): Don't do it here. Remove local allocated_reg_info_size,
6929 set the global before calling find_moveable_pseudos.
6930 (find_moveable_pseudos): Call expand_reg_info rather than
6931 resize_reg_info.
6932
6933 2012-05-01 Richard Henderson <rth@redhat.com>
6934
6935 * common.opt (fsync-libcalls): New.
6936 * doc/invoke.texi: Document it.
6937 * optabs.c (init_sync_libfuncs): Honor it.
6938
6939 2012-05-01 Kenneth Zadeck <zadeck@naturalbridge.com>
6940 Richard Sandiford <r.sandiford@uk.ibm.com>
6941
6942 PR rtl-optimization/52543
6943 * Makefile.in (lower-subreg.o, target-globals.o): Depend on
6944 lower-subreg.h.
6945 * lower-subreg.h: New file.
6946 * target-globals.h (this_target_lower_subreg): Declare.
6947 (target_globals): Add lower_subreg;
6948 (restore_target_globals): Restore this_target_lower_subreg.
6949 * target-globals.c: Include it.
6950 (default_target_globals): Add default_target_lower_subreg.
6951 (save_target_globals): Initialize target_lower_subreg.
6952 * rtl.h (init_lower_subreg): Added declaration.
6953 * toplev.c (backend_init_target): Call initializer for lower-subreg
6954 pass.
6955 * lower-subreg.c (LOG_COSTS, FORCE_LOWERING): New macros.
6956 (default_target_lower_subreg): New variable.
6957 (this_target_lower_subreg): Likewise.
6958 (twice_word_mode, choices): New macros.
6959 (shift_cost, compute_splitting_shift, compute_costs)
6960 (init_lower_subreg): New functions.
6961 (resolve_simple_move): Add speed_p argument. Check choices.
6962 (find_pseudo_copy): Don't check the mode size here.
6963 (resolve_simple_move): Assert the mode size.
6964 (find_decomposable_shift_zext): Add speed_p argument and return
6965 a bool. Check choices.
6966 (resolve_shift_zext): Add comment.
6967 (dump_shift_choices, dump_choices): New functions.
6968 (decompose_multiword_subregs): Dump list of profitable
6969 transformations. Add code to skip non profitable transformations.
6970 Update calls to simple_move and find_decomposable_shift_zext.
6971
6972 2012-05-01 Ian Bolton <ian.bolton@arm.com>
6973 Sameera Deshpande <sameera.deshpande@arm.com>
6974 Greta Yorsh <greta.yorsh@arm.com>
6975
6976 * config/arm/arm-protos.h (thumb_unexpanded_epilogue): Rename to...
6977 (thumb1_unexpanded_epilogue): ...this.
6978 * config/arm/arm.c (thumb_unexpanded_epilogue): Rename to...
6979 (thumb1_unexpanded_epilogue): ...this.
6980 * config/arm/arm.md (thumb_unexpanded_epilogue): Rename to...
6981 (thumb1_unexpanded_epilogue): ...this.
6982
6983 2012-05-01 Richard Earnshaw <rearnsha@arm.com>
6984
6985 * arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef
6986 comparing enumeration values. Update comments.
6987
6988 2012-05-01 Alan Modra <amodra@gmail.com>
6989
6990 PR target/53038
6991 * config/rs6000/rs6000.c (load_lr_save, restore_saved_lr,
6992 load_cr_save, add_crlr_cfa_restore): New functions.
6993 (rs6000_restore_saved_cr): Rename to..
6994 (restore_saved_cr): ..this. Add cfa_restore notes for cr.
6995 (rs6000_emit_epilogue): Use new functions. Adjust condition
6996 for emitting lr and cr cfa_restore. Emit cfa_restores for fp
6997 regs when using out-of-line restore only when shrink wrapping.
6998
6999 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
7000
7001 PR middle-end/53136
7002 * ipa-prop.c (ipa_print_node_jump_functions): Wrap multiple
7003 calls to cgraph_node_name in xstrdup.
7004 (ipa_make_edge_direct_to_target): Ditto.
7005 * cgraph.c (dump_cgraph_node): Ditto.
7006 * tree-sra.c (convert_callers_for_node): Ditto.
7007 * lto-symtab.c (lto_cgraph_replace_node): Ditto.
7008 * ipa-cp.c (perhaps_add_new_callers): Ditto.
7009 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Ditto.
7010 (cgraph_materialize_all_clones): Ditto.
7011 * ipa-inline.c (report_inline_failed_reason): Ditto.
7012 (want_early_inline_function_p): Ditto.
7013 (edge_badness): Ditto.
7014 (update_edge_key): Ditto.
7015 (flatten_function): Ditto.
7016 (ipa_inline): Ditto.
7017 (inline_always_inline_functions): Ditto.
7018 (early_inline_small_functions): Ditto.
7019
7020 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
7021
7022 PR target/53141
7023 * config/i386/i386.md (*umul<mode><dwi>3_1): Switch places of
7024 constraints 0 and 1.
7025
7026 012-04-30 Jan Hubicka <jh@suse.cz>
7027
7028 * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
7029 (cgraph_asm_nodes, cgraph_asm_last_node): Move to cgraphunit.c
7030 (cgraph_add_to_same_comdat_group): Remove.
7031 (cgraph_add_asm_node): Move to cgraphunit.c.
7032 (cgraph_make_decl_local): Move to symtab.c
7033 (cgraph_make_node_local_1): Update.
7034 (cgraph_can_remove_if_no_direct_calls_and): Update.
7035 (used_from_object_file_p): Update.
7036 (resolution_used_from_other_file_p): Move to symtab.c
7037 (cgraph_used_from_object_file_p): move to symtab.c
7038 (verify_cgraph_node): Verify same comdat groups.
7039 * cgraph.h (cgraph_asm_node): Rename to ...
7040 (asm_node): ... this one.
7041 (cgraph_asm_nodes): Rename to ...
7042 (asm_nodes): ... this one.
7043 (symtab_add_to_same_comdat_group): New function.
7044 (symtab_dissolve_same_comdat_group_list): New function.
7045 (symtab_used_from_object_file_p): Declare.
7046 (symtab_make_decl_local): Declare.
7047 (cgraph_add_to_same_comdat_group): Remove.
7048 (cgraph_add_asm_node): Remove.
7049 (cgraph_used_from_object_file_p, varpool_used_from_object_file_p):
7050 Remove.
7051 (cgraph_finalize_compilation_unit): Rename to ...
7052 (finalize_compilation_unit): ... this one.
7053 (cgraph_optimize): Rename to ....
7054 (compile): ... this one.
7055 (add_asm_node): Declare.
7056 (fixup_same_cpp_alias_visibility): Declare.
7057 (cgraph_make_decl_local): Remove.
7058 (varpool_assemble_pending_decls): Rename to ...
7059 (varpool_output_variables): ... this one.
7060 (varpool_remove_unreferenced_decls): Remove.
7061 * ipa-inline-transform.c (clone_inlined_nodes): Dissolve comdat groups.
7062 (preserve_function_body_p): Make static.
7063 * toplev.c (compile_file): Update comments; update.
7064 * cgraphunit.c: Update comments.
7065 (cgraph_expand_all_functions): Rename to ...
7066 (expand_all_functions): ... this one; update.
7067 (cgraph_mark_functions_to_output): Rename to ...
7068 (mark_functions_to_output): ... this one; cleanup.
7069 (cgraph_output_pending_asms): Remove prototype.
7070 (asm_nodes, asm_last_node): New static vars.
7071 (cgraph_process_new_functions): Update.
7072 (cgraph_reset_node): Cleanup; add comment.
7073 (cgraph_add_new_function): Update.
7074 (cgraph_output_pending_asms): Rename to ...
7075 (output_asm_statements): ... this one.
7076 (add_asm_node): New function.
7077 (fixup_same_cpp_alias_visibility): New function based on code
7078 in cgraph_analyze_function.
7079 (cgraph_analyze_function): Use it.
7080 (cgraph_order_sort): Update.
7081 (cgraph_output_in_order): Update.
7082 (cgraph_function_versioning): Update.
7083 (cgraph_optimize): Rename to ...
7084 (compile): ... this one; initialize streamer hooks here.
7085 (cgraph_finalize_compilation_unit): Rename to ...
7086 (finalize_compilation_unit): ... this one; do not initialize streamer
7087 hook here.
7088 * lto-streamer-out.c (lto_output_toplevel_asms): Update.
7089 * dwarf2out.c: Update ocmment.
7090 * optimize.c (maybe_clone_body): Use symtab_add_to_same_comdat_group.
7091 * method.c (use_thunk): Likewise.
7092 * semantics.c (maybe_add_lambda_conv_op): Likewise.
7093 * decl2.c (maybe_emit_vtables): Likewise.
7094 (cp_write_global_declarations): Use finalize_compilation_unit.
7095 * parser.c (cp_parser_asm_definition): Use add_asm_node.
7096 * lto-streamer-in.c (lto_input_toplevel_asms): Use add_asm_node
7097 * c-decl.c (c_write_global_declarations): Use
7098 finalize_compilation_unit.
7099 * langhooks.c (write_global_declarations): Update.
7100 * ipa.c (cgraph_externally_visible_p): Update.
7101 (dissolve_same_comdat_group_list): Remove.
7102 (function_and_variable_visibility): Update.
7103 * symtab.c: Inlcude lto-streamer.h and rtl.h
7104 (ld_plugin_symbol_resolution_names): New.
7105 (symtab_add_to_same_comdat_group): New.
7106 (symtab_dissolve_same_comdat_group_list): New.
7107 (resolution_used_from_other_file_p): Move here from cgraph.c
7108 (symtab_used_from_object_file_p): New.
7109 (symtab_make_decl_local): New.
7110 * passes.c (register_pass): Update comments.
7111 * c-parser.c (c_parser_asm_definition): Update.
7112 * varpool.c (varpool_analyze_node): Use
7113 fixup_same_cpp_alias_visibility.
7114 (varpool_remove_unreferenced_decls): Make static.
7115 (varpool_assemble_pending_decls): Rename to ...
7116 (varpool_output_variables): ... this one; call
7117 varpool_remove_unreferenced_decls.
7118 (varpool_used_from_object_file_p): Remove.
7119
7120 2012-04-30 Marc Glisse <marc.glisse@inria.fr>
7121
7122 PR c++/51033
7123 * c-typeck.c (build_array_ref): Call
7124 convert_vector_to_pointer_for_subscript.
7125 * doc/extend.texi (Vector Extensions): Subscripting not just for C.
7126
7127 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
7128
7129 * config/i386/i386.md (and<mode>3): Change runtime operand mode checks
7130 to compile-time "mode == <MODE>mode" checks.
7131 (and splitter): Ditto.
7132
7133 2012-04-30 Richard Henderson <rth@redhat.com>
7134
7135 * config/arm/arm.md (UNSPEC_LL): New.
7136 * config/arm/sync.md (atomic_loaddi, atomic_loaddi_1): New.
7137 (arm_load_exclusivedi): Use %H0.
7138
7139 2012-04-30 Jason Merrill <jason@redhat.com>
7140
7141 * dwarf2out.c (comdat_symbol_id): Add const.
7142 (union die_symbol_or_type_node): Add const to die_symbol.
7143 (output_die_symbol, output_die, output_comp_unit): Adjust.
7144
7145 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
7146
7147 * config/arm/arm.md (negdi2): Use gen_negdi2_neon.
7148 * config/arm/neon.md (negdi2_neon): New insn.
7149 Also add splitters for core and NEON registers.
7150
7151 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
7152
7153 * config/arm/arm.c (neon_valid_immediate): Allow const_int.
7154 (arm_print_operand): Add 'x' format.
7155 * config/arm/constraints.md (Dn): Allow const_int.
7156 * config/arm/neon.md (neon_mov<mode>): Use VDX to allow DImode.
7157 Use 'x' format to print constants.
7158 * config/arm/predicates.md (imm_for_neon_mov_operand): Allow const_int.
7159 * config/arm/vfp.md (movdi_vfp): Disable for const_int when neon
7160 is enabled.
7161 (movdi_vfp_cortexa8): Likewise.
7162
7163 2012-04-30 Ian Bolton <ian.bolton@arm.com>
7164 Sameera Deshpande <sameera.deshpande@arm.com>
7165 Greta Yorsh <greta.yorsh@arm.com>
7166
7167 * config/arm/arm-protos.h (ldm_stm_operation_p): New declaration.
7168 * config/arm/arm.c (ldm_stm_operation_p): New function.
7169 * config/arm/predicates.md (load_multiple_operation): Update predicate.
7170 (store_multiple_operation): Likewise.
7171
7172 * config/arm/arm-protos.h (ldm_stm_operation_p): New parameters.
7173 * config/arm/arm.c (ldm_stm_operation_p): New parameters.
7174 * config/arm/predicates.md (load_multiple_operation): Add arguments.
7175 (store_multiple_operation): Likewise.
7176
7177 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
7178
7179 * config/i386/i386.md (and<mode>3): Expand masking operations with
7180 0xff, 0xffff or 0xffffffff immediates to corresponding zero_extend RTX.
7181 (and splitter): Split to DImode zero_extend RTX for DImode operand[0].
7182
7183 2012-04-30 Dodji Seketeli <dodji@redhat.com>
7184
7185 Add -Wvarargs option
7186 * builtins.c (fold_builtin_next_arg): Use OPT_Wvarargs as an
7187 argument for the various warning_at calls.
7188 * docs/invoke.texi: Update the documentation.
7189
7190 2012-04-30 Dodji Seketeli <dodji@redhat.com>
7191
7192 Switch -ftrack-macro-expansion=2 on by default.
7193 * docs/cppopts.texi: Adjust for enabling -ftrack-macro-expansion=2
7194 by default.
7195
7196 Fix va_start related location
7197 * builtins.c (fold_builtin_next_arg): Unwinds to the first
7198 location in real source code.
7199
7200 Make conversion warnings work on NULL with -ftrack-macro-expansion
7201 * input.h (expansion_point_location_if_in_system_header): Declare
7202 new function.
7203 * input.c (expansion_point_location_if_in_system_header): Define it.
7204
7205 Fix -Wuninitialized for -ftrack-macro-expansion
7206 * tree-ssa.c (warn_uninit): Use the spelling location of the variable
7207 declaration. Use linemap_location_before_p for source locations.
7208
7209 Strip "<built-in>" loc from displayed expansion context
7210 * input.c (expand_location_1): When expanding to spelling location
7211 in a context of a macro expansion, skip reserved system header
7212 locations. Update comments. * tree-diagnostic.c
7213 (maybe_unwind_expanded_macro_loc): Likewise.
7214
7215 Make expand_location resolve to locus in main source file
7216 * input.c (expand_location_1): New. Takes a parameter to choose
7217 whether to resolve the location to spelling or expansion point.
7218 Was factorized from ...
7219 (expand_location): ... here.
7220 (expand_location_to_spelling_point): New. Implemented in terms of
7221 expand_location_1.
7222 * diagnostic.c (diagnostic_build_prefix): Use the new
7223 expand_location_to_spelling_point instead of expand_location.
7224
7225 Fix PCH crash on GTYed pointer-to-scalar field of a struct
7226 * gengtype.c (write_types_process_field): Force second argument of
7227 the call to the PCH object hierarchy walker to be 'x'.
7228
7229 2012-04-30 Eric Botcazou <ebotcazou@adacore.com>
7230
7231 * config/i386/i386.c (ix86_handle_struct_attribute): Use the proper
7232 predicate to discriminate types.
7233
7234 2012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
7235
7236 * doc/invoke.texi (Wmissing-format-attribute): Document as an
7237 alias of Wsuggest-attribute=format.
7238 * c-typeck.c (convert_for_assignment): Replace
7239 Wmissing-format-attribute with Wsuggest-attribute=format.
7240 (digest_init): Likewise.
7241
7242 2012-04-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
7243
7244 * opts.c (finish_options): Do not handle -Wmissing-noreturn here.
7245 * common.opt (Wmissing-noreturn): Alias of
7246 -Wsuggest-attribute=noreturn.
7247
7248 2012-04-29 Hans-Peter Nilsson <hp@axis.com>
7249
7250 PR target/53156
7251 * config/cris/cris.md (andqu): New peephole2.
7252 (andu): Tweak head comment.
7253
7254 2012-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
7255 Steven Bosscher <steven@gcc.gnu.org>
7256 Maxim Kuvyrkov <maxim@codesourcery.com>
7257
7258 PR tree-optimization/38785
7259 * common.opt (ftree-partial-pre): New option.
7260 * doc/invoke.texi: Document it.
7261 * opts.c (default_options_table): Initialize flag_tree_partial_pre.
7262 * tree-ssa-pre.c (do_partial_partial_insertion): Insert only if it will
7263 benefit speed path.
7264 (execute_pre): Use flag_tree_partial_pre.
7265
7266 2012-04-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7267
7268 PR target/52999
7269 * config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels
7270 in constant pool.
7271
7272 2012-04-27 Ollie Wild <aaw@google.com>
7273
7274 * doc/invoke.texi (Wliteral-suffix): Document new option.
7275
7276 2012-04-27 Tom Tromey <tromey@redhat.com>
7277
7278 * dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.
7279 (dwarf_tag_name): Use get_DW_TAG_name.
7280 (dwarf_attr_name): Use get_DW_AT_name.
7281 (dwarf_form_name): Use get_DW_FORM_name.
7282 * dwarf2cfi.c (dwarf_cfi_name): Use get_DW_CFA_name.
7283
7284 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
7285
7286 * tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose
7287 arguments are -1 and 0, by negating the result of the conditional.
7288
7289 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
7290
7291 PR target/53138
7292 * config/i386/i386.md (x86_mov<mode>cc_0_m1_neg): Add clobber.
7293
7294 2012-04-27 Richard Guenther <rguenther@suse.de>
7295
7296 * tree-flow.h (is_hidden_global_store): Remove.
7297 * tree-ssa-sink.c (is_hidden_global_store): Likewise.
7298 * tree-ssa-alias.h (ref_may_alias_global_p): Declare.
7299 (stmt_may_clobber_global_p): Likewise.
7300 * tree-ssa-alias.c (ref_may_alias_global_p): New function.
7301 (stmt_may_clobber_global_p): Likewise.
7302 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Call
7303 stmt_may_clobber_global_p.
7304 * tree-ssa-dse.c (dse_possible_dead_store_p): Likewise.
7305
7306 2012-04-27 Steven Bosscher <steven@gcc.gnu.org>
7307
7308 * cfg.c (disconnect_src): Do df_mark_solutions_dirty in the right
7309 place.
7310
7311 * tree-switch-conversion.c (struct switch_conv_info): Add range_max,
7312 reorganize some fields and update comments. Rename bit_test_uniq
7313 and bit_test_count to uniq resp. count. Remove bit_test_bb.
7314 (collect_switch_conv_info): New function, collects info about a
7315 GIMPLE_SWITCH into a struct switch_conv_info.
7316 (check_range): Simplify to use pre-recorded info. Fix think-o in
7317 range-branch ratio check.
7318 (check_process_case): Remove function.
7319 (check_all_empty_except_final): New function, verifies that all
7320 non-final basic blocks are empty.
7321 (process_switch): Simplify to use pre-recorded info. Call
7322 collect_switch_conv_info to do that. Assert that degenerate switch
7323 statements have been cleaned up.
7324
7325 2012-04-27 Marc Glisse <marc.glisse@inria.fr>
7326
7327 PR middle-end/27139
7328 * tree-ssa-forwprop.c (combine_conversions): Handle INT->FP->INT.
7329
7330 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
7331
7332 PR c/53130
7333 * c-typeck.c (pop_init_level): Use %qD instead of %qT.
7334
7335 2012-04-27 Tom de Vries <tom@codesourcery.com>
7336
7337 PR tree-optimization/51879
7338 * tree-ssa-sccvn.h (struct vn_reference_s): Add result_vdef field.
7339 * tree-ssa-sccvn.c (mark_use_processed): New function, factored out
7340 of ...
7341 (defs_to_varying): ... here. Don't set use_processed.
7342 (visit_reference_op_call): Handle gimple_vdef.
7343 Handle case that lhs is NULL_TREE.
7344 (visit_use): Use mark_use_processed. Handle calls with side-effect
7345 using visit_reference_op_call.
7346
7347 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
7348
7349 * sched-deps.c (fixup_sched_groups): Rename to...
7350 (chain_to_prev_insn): ...this.
7351 (chain_to_prev_insn_p): New function.
7352 (deps_analyze_insn): Use it instead of SCHED_GROUP_P.
7353
7354 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
7355
7356 * sched-int.h (_haifa_insn_data): Move priority_status.
7357 Add model_index.
7358 (INSN_MODEL_INDEX): New macro.
7359 * haifa-sched.c (insn_delay): New function.
7360 (sched_regno_pressure_class): Update commentary.
7361 (mark_regno_birth_or_death): Pass the liveness bitmap and
7362 pressure array as arguments, instead of using curr_reg_live and
7363 curr_reg_pressure. Only update the pressure if the bit in the
7364 liveness set has changed.
7365 (initiate_reg_pressure_info): Always trust the live-in set for
7366 SCHED_PRESSURE_MODEL.
7367 (initiate_bb_reg_pressure_info): Update call to
7368 mark_regno_birth_or_death.
7369 (dep_list_size): Take the list as argument.
7370 (calculate_reg_deaths): New function, extracted from...
7371 (setup_insn_reg_pressure_info): ...here.
7372 (MODEL_BAR): New macro.
7373 (model_pressure_data, model_insn_info, model_pressure_limit)
7374 (model_pressure_group): New structures.
7375 (model_schedule, model_worklist, model_insns, model_num_insns)
7376 (model_curr_point, model_before_pressure, model_next_priority):
7377 New variables.
7378 (MODEL_PRESSURE_DATA, MODEL_MAX_PRESSURE, MODEL_REF_PRESSURE)
7379 (MODEL_INSN_INFO, MODEL_INSN): New macros.
7380 (model_index, model_update_limit_points_in_group): New functions.
7381 (model_update_limit_points, model_last_use_except): Likewise.
7382 (model_start_update_pressure, model_update_pressure): Likewise.
7383 (model_recompute, model_spill_cost, model_excess_group_cost): Likewise.
7384 (model_excess_cost, model_dump_pressure_points): Likewise.
7385 (model_set_excess_costs): Likewise.
7386 (rank_for_schedule): Extend SCHED_PRIORITY_WEIGHTED ordering to
7387 SCHED_PRIORITY_MODEL. Use insn_delay. Use the order in the model
7388 schedule as an alternative tie-breaker. Update the call to
7389 dep_list_size.
7390 (ready_sort): Call model_set_excess_costs.
7391 (update_register_pressure): Update call to mark_regno_birth_or_death.
7392 Rely on that function to check liveness rather than doing it here.
7393 (model_classify_pressure, model_order_p, model_add_to_worklist_at)
7394 (model_remove_from_worklist, model_add_to_worklist, model_promote_insn)
7395 (model_add_to_schedule, model_analyze_insns, model_init_pressure_group)
7396 (model_record_pressure, model_record_pressures): New functions.
7397 (model_record_final_pressures, model_add_successors_to_worklist)
7398 (model_promote_predecessors, model_choose_insn): Likewise.
7399 (model_reset_queue_indices, model_dump_pressure_summary): Likewise.
7400 (model_start_schedule, model_finalize_pressure_group): Likewise.
7401 (model_end_schedule): Likewise.
7402 (schedule_insn): Say when we're scheduling the next instruction
7403 in the model schedule.
7404 (schedule_insn): Handle SCHED_PRESSURE_MODEL.
7405 (queue_to_ready): Do not add instructions that are
7406 MAX_SCHED_READY_INSNS beyond the current point of the model schedule.
7407 Always allow the next instruction in the model schedule to be added.
7408 (debug_ready_list): Print the INSN_REG_PRESSURE_EXCESS_COST_CHANGE
7409 and delay for SCHED_PRESSURE_MODEL too.
7410 (prune_ready_list): Extend SCHED_PRIORITY_WEIGHTED handling to
7411 SCHED_PRIORITY_MODEL, but also take the DFA into account.
7412 (schedule_block): Call model_start_schedule and model_end_schedule.
7413 Extend SCHED_PRIORITY_WEIGHTED stall handling to SCHED_PRIORITY_MODEL.
7414 (sched_init): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
7415 to SCHED_PRESSURE_MODEL, but don't allocate saved_reg_live or
7416 region_ref_regs.
7417 (sched_finish): Update accordingly.
7418 (fix_tick_ready): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
7419 to SCHED_PRESSURE_MODEL.
7420 (add_jump_dependencies): Update call to dep_list_size.
7421 (haifa_finish_h_i_d): Fix leak of max_reg_pressure.
7422 (haifa_init_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
7423 to SCHED_PRESSURE_MODEL.
7424 * sched-deps.c (init_insn_reg_pressure_info): Likewise, but don't
7425 allocate INSN_MAX_REG_PRESSURE for SCHED_PRESSURE_MODEL.
7426 (sched_analyze_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE
7427 handling to SCHED_PRESSURE_MODEL.
7428
7429 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
7430
7431 * common.opt (fsched-pressure-algorithm=): New option.
7432 * flag-types.h (sched_pressure_algorithm): New enum.
7433 * sched-int.h (sched_pressure_p): Replace with...
7434 (sched_pressure): ...this new variable.
7435 * haifa-sched.c (sched_pressure_p): Replace with...
7436 (sched_pressure): ...this new variable.
7437 (sched_regno_pressure_class, rank_for_schedule, ready_sort)
7438 (update_reg_and_insn_max_reg_pressure, schedule_insn)
7439 (debug_ready_list, prune_ready_list, schedule_block, sched_init)
7440 (sched_finish, fix_tick_ready, haifa_init_insn): Update accordingly.
7441 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
7442 (sched_analyze_insn): Likewise.
7443 * sched-rgn.c (schedule_region): Likewise.
7444 * config/m68k/m68k.c (m68k_sched_variable_issue): Likewise.
7445
7446 2012-04-26 Bernd Schmidt <bernds@codesourcery.com>
7447
7448 * PR middle-end/52997
7449 * ira.c (find_moveable_pseudos): Call resize_reg_info.
7450
7451 PR middle-end/52940
7452 * machmode.h (CLASS_HAS_WIDER_MODES_P): True for MODE_PARTIAL_INT.
7453 * expr.c (convert_move): Honor unsignedp when extending partial int
7454 modes.
7455 * genmodes.c (complete_mode): Don't clear component field of partial
7456 int modes.
7457 (emit_mode_inner): Don't emit it however.
7458 (calc_wider_mode): Partial int modes widen to their component.
7459
7460 2012-04-26 David S. Miller <davem@davemloft.net>
7461
7462 * config/sparc/niagara4.md: New file.
7463 * config/sparc/sparc.md: Include it.
7464 * config/sparc/sparc.c (niagara4_costs): New processor costs.
7465 (sparc_option_override): Use it.
7466 (sparc_use_sched_lookahead): Return 2 for niagara4.
7467 (sparc_issue_rate): Likewise.
7468
7469 * config/sparc/sparc.md (attr type): Delete 'fgm_cmp'.
7470 (fpack16_vis, fpackfix_vis, fpack32_vis): Set type to fgm_pack.
7471 (fmul8x16_vis, fmul8x16au_vis, fmul8x16al_vis, fmul8sux16_vis,
7472 fmul8ulx16_vis, fmuld8sux16_vis, fmuld8ulx16_vis): Set type to fgm_mul.
7473 (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis,
7474 alignaddrldi_vis): Set type to gsr.
7475 (pdist_vis, pdistn<mode>_vis): Set type to fgm_pdsit.
7476 (fcmp<code><GCM:gcm_name><P:mode>_vis, cmask8<P:mode>_vis,
7477 cmask16<P:mode>_vis, cmask32<P:mode>_vis, fchksm16_vis,
7478 v<vis3_shift_patname><mode>3, fmean16_vis,
7479 fp<plusminus_insn>64_vis, <vis3_addsub_ss_patname><mode>3,
7480 fucmp<code>8<P:mode>_vis): Set type to fga.
7481 * config/sparc/ultra1_2.md: Remove refrences to fgm_cmp.
7482 * config/sparc/niagara.md: Likewise.
7483 * config/sparc/niagara2.md: Likewise.
7484 * config/sparc/ultra3.md: Likewise, and fix type matching for
7485 us3_ialuX reservation.
7486
7487 2012-04-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7488
7489 * reload.c (find_reloads): Change the loop nesting when trying an
7490 alternative with swapped operands.
7491
7492 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
7493
7494 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix
7495 comment. Delete unused parameter first_exp_point_map.
7496 (virt_loc_aware_diagnostic_finalizer): Update call.
7497
7498 2012-04-26 Michael Hope <michael.hope@linaro.org>
7499 Richard Earnshaw <rearnsha@arm.com>
7500
7501 * config/arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_SOFT_FLOAT): Define.
7502 (GLIBC_DYNAMIC_LINKER_HARD_FLOAT): Define.
7503 (GLIBC_DYNAMIC_LINKER_DEFAULT): Define.
7504 (GLIBC_DYNAMIC_LINKER): Redefine to use the hard float path.
7505
7506 2012-04-25 Sriraman Tallam <tmsriram@google.com>
7507
7508 * doc/extend.texi: Document avx2 support.
7509 * config/i386/i386.c (fold_builtin_cpu): Add avx2.
7510
7511 2012-04-26 Hans-Peter Nilsson <hp@axis.com>
7512
7513 PR target/53120
7514 * config/cris/cris.md ("*andhi_lowpart_v32")
7515 ("*andqi_lowpart_v32"): Change first input-only operand from
7516 a (match_operand ...) to (match_dup 0). Drop alternatives with
7517 const_int-matching constraints for redundancy.
7518 ("*andhi_lowpart_non_v32", "*andqi_lowpart_non_v32"): Ditto. Drop
7519 three-operand alternative.
7520
7521 2012-04-25 Jakub Jelinek <jakub@redhat.com>
7522
7523 PR target/53110
7524 * config/i386/i386.md (and<mode>3): For andq $0xffffffff, reg
7525 instead expand it as zero extension.
7526
7527 2012-04-25 H.J. Lu <hongjiu.lu@intel.com>
7528
7529 PR debug/52857
7530 * dwarf2out.c (dbx_reg_number): Assert return value != INVALID_REGNUM.
7531
7532 2012-04-25 Jakub Jelinek <jakub@redhat.com>
7533
7534 * common.opt (flag_debug_types_section): Default to 0.
7535 (dwarf_version): Default to 4.
7536 (dwarf_record_gcc_switches): Default to 1.
7537 (dwarf_strict): Default to 0.
7538 * toplev.c (process_options): Don't handle dwarf_strict
7539 or dwarf_version here.
7540 * config/vxworks.c (vxworks_override_options): Don't
7541 test whether dwarf_strict or dwarf_version are negative,
7542 instead test !global_options_set.x_dwarf_*.
7543 * config/darwin.c (darwin_override_options): Default to
7544 dwarf_version 2.
7545 * doc/invoke.texi: Note that -gdwarf-4, -grecord-gcc-switches
7546 and -fno-debug-types-section are now the default.
7547
7548 2012-04-25 Jan Hubicka <jh@suse.cz>
7549
7550 * cgraphunit.c: Update toplevel comment.
7551 (tree_rest_of_compilation): Merge into cgraph_expand_function.
7552 (cgraph_analyze_function): Make static.
7553 (cgraph_decide_is_function_needed): Make static.
7554 (cgraph_add_new_function): Use expand_function instead of
7555 rest_of_compilation.
7556 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
7557 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
7558 Move to cgraph.c
7559 (cgraph_inline_p): Remove.
7560 (cgraph_preserve_function_body_p): Move to ipa-inline-transform.
7561 (init_cgraph): Add comment.
7562 * cgraphbuild.c (record_reference, mark_address, mark_load,
7563 mark_store): Do not call analyze_expr hook.
7564 * cgraph.c: Update toplevel comment.
7565 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
7566 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
7567 Move fere from cgraphunit.c
7568 (cgraph_mark_force_output_node): Move to cgraph.h
7569 * cgraph.h: Reorder so the comments match the function placement.
7570 (cgraph_analyze_function, cgraph_decide_is_function_needed): Remove.
7571 (cgraph_mark_force_output_node): Move here from cgraph.c
7572 * tree.c (free_lang_data): Do not clear analyze_expr hook.
7573 * ipa-inline-transform.c (preserve_function_body_p): New function.
7574 (inline_transform): Update.
7575 * langhooks.c (lhd_callgraph_analyze_expr): Remove.
7576 * langhooks.h (lang_hooks_for_callgraph): Remove.
7577 (lang_hooks): Remove callgraph.
7578 * tree-inline.c (expand_call_inline): Do not use cgraph_inline_p.
7579 * varpool.c: Remove out of date comment.
7580 * langhooks-def.h (lhd_callgraph_analyze_expr): Remove.
7581 (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Remove.
7582
7583 2012-04-25 Jan Hubicka <jh@suse.cz>
7584
7585 PR middle-end/53089
7586 * cgraphunit.c (referred_to_p): Move ahead in file to avoid
7587 forward declaration.
7588 (cgraph_finalize_function): Finalize them here.
7589 * symtab.c (dump_symtab): Dump ctors and dtors.
7590
7591 2012-04-25 Jakub Jelinek <jakub@redhat.com>
7592
7593 PR middle-end/52979
7594 * stor-layout.c (get_best_mode): Don't return mode with bitsize
7595 larger than maxbits. Don't compute maxbits modulo align.
7596 Also check that unit bytes long store at bitpos / unit * unit
7597 doesn't affect bits beyond bitregion_end.
7598 * expmed.c (store_bit_field_1): Avoid trying insv if OP_MODE MEM
7599 would not fit into bitregion_start ... bitregion_end + 1 bit region.
7600 (store_split_bit_field): Decrease unit close to end of bitregion_end
7601 if access is restricted in order to avoid mutual recursion.
7602
7603 PR tree-optimization/53058
7604 * double-int.h (double_int_max_value, double_int_min_value): New
7605 prototypes.
7606 * double-int.c (double_int_max_value, double_int_min_value): New
7607 functions.
7608 * tree-vrp.c (register_edge_assert_for_2): Compare mask for LE_EXPR
7609 or GT_EXPR with double_int_max_value instead of double_int_mask.
7610
7611 2012-04-25 Richard Guenther <rguenther@suse.de>
7612
7613 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
7614 * tree-vect-loop.c (vect_transform_loop): Adjust.
7615 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Record
7616 the maximum number of iterations for the epilogue loop.
7617 (vect_loop_versioning): Remove case re-using the peeled epilogue loop.
7618
7619 2012-04-25 Jakub Jelinek <jakub@redhat.com>
7620
7621 PR c/52880
7622 * c-typeck.c (set_nonincremental_init,
7623 set_nonincremental_init_from_string): Pass true instead of false
7624 as IMPLICIT to add_pending_init.
7625
7626 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
7627
7628 * c-typeck.c (pop_init_level): Improve diagnostics.
7629
7630 2012-04-25 Uros Bizjak <ubizjak@gmail.com>
7631
7632 * compare-elim.c (try_eliminate_compare): Also handle operands with
7633 implicit extensions.
7634
7635 2012-04-25 Alan Modra <amodra@gmail.com>
7636
7637 * config/rs6000/rs6000 (SAVE_INLINE_VRS, REST_INLINE_VRS,
7638 V_SAVE_INLINE, SAVRES_LR, SAVRES_SAVE, SAVRES_REG,
7639 SAVRES_GPR, SAVRES_FPR, SAVRES_VR): Define.
7640 (no_global_regs_above): Delete.
7641 (no_global_regs): New function.
7642 (rs6000_savres_strategy): Handle vector regs. Use proper lr_save_p
7643 value for load multiple test.
7644 (savres_routine_syms): Increase size.
7645 (rs6000_savres_routine_name, rs6000_savres_routine_sym,
7646 ptr_regno_for_savres, rs6000_emit_savres_rtx): Pass in int selector
7647 rather than a number of boolean flags. Update all callers.
7648 (rs6000_savres_routine_name): Generate vector save/restore names.
7649 (rs6000_savres_routine_sym): Handle vector regs. Delete forward decl.
7650 (ptr_regno_for_savres, rs6000_emit_savres_rtx): Likewise.
7651 (rs6000_emit_prologue): Delete saving_FPRs_inline, saving_GPRs_inline
7652 and using_store_multiple. Expand uses. Don't always use r11 as
7653 frame reg when needed for out-of-line saves. Set up initial offset
7654 for out-of-line vector saves when buying stack frame. Handle pointer
7655 reg setup for out-of-line fp save. Emit call to out-of-line vector
7656 save function. Choose r11 or r12 for vrsave reg when available for
7657 better scheduling.
7658 (rs6000_output_function_prologue): Don't emit .extern for ELF.
7659 (rs6000_emit_epilogue): Choose a better frame reg when restoring
7660 from back-chain to suit out-of-line vector restore functions. Emit
7661 call to out-of-line vector restore function. Adjust register used
7662 for cr restore. Tweak pointer register setup for gpr restore.
7663 * config/rs6000/rs6000.h (FIRST_SAVED_GP_REGNO): Take into account
7664 FIXED_R13.
7665 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Simplify.
7666 (V_SAVE_INLINE): Define.
7667 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*): New insns.
7668
7669 2012-04-25 Alan Modra <amodra@gmail.com>
7670
7671 * config/rs6000/rs6000.c (rs6000_savres_strategy): Allow
7672 out-of-line save/restore for large frames. Don't disable
7673 out-of-line saves on ABI_AIX when using static chain reg.
7674 (rs6000_emit_prologue): Adjust cr_save_regno on ABI_AIX to not
7675 clobber static chain reg, and tweak for out-of-line gpr saves
7676 that use r1.
7677
7678 2012-04-25 Alan Modra <amodra@gmail.com>
7679
7680 * config/rs6000/rs6000.c (START_USE, END_USE, NOT_INUSE): Define.
7681 (rs6000_emit_prologue): Use the above to catch register overlap.
7682
7683 2012-04-25 Alan Modra <amodra@gmail.com>
7684
7685 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Delete forward
7686 decl. Move logic selecting update reg to callers. Update all callers.
7687 (rs6000_emit_allocate_stack): Add copy_off param.
7688 (emit_frame_save): Don't handle reg+reg addressing.
7689 (ptr_regno_for_savres): New function, extracted from..
7690 (rs6000_emit_savres_rtx): ..here. Add lr_offset param.
7691 (rs6000_emit_prologue): Generate frame_ptr_rtx as we need it.
7692 Set frame_reg_rtx to r11 whenever r11 is needed, and merge
7693 frame offset adjustment for out-of-line save with copy from sp.
7694 Simplify condition controlling whether cr is saved early or
7695 late. Use ptr_regno_for_savres to verify correct reg is set
7696 up for out-of-line saves. Pass the actual pointer reg used to
7697 rs6000_emit_savres_rtx so rtl matches insns in out-of-line
7698 function. Rearrange spe vars so code is similar to that
7699 elsewhere in this function. Don't update frame_off when spe
7700 save code will restore r11. Use emit_frame_save for spe and
7701 gpr saves. Consolidate darwin out-of-line gpr setup with that
7702 for other abis. Don't assume frame_offset is zero and frame
7703 reg is sp when setting up altivec reg saves, and calculate
7704 exact offset requirement.
7705 (rs6000_emit_epilogue): Use HOST_WIDE_INT for frame_off. Tidy
7706 spe restore code. Consolidate darwin out-of-line gpr setup
7707 with that for other abis.
7708
7709 2012-04-25 Alan Modra <amodra@gmail.com>
7710
7711 * config/rs6000/rs6000.c (rs6000_frame_related): Don't emit a
7712 REG_FRAME_RELATED_EXPR note when the instruction exactly matches
7713 the replacement.
7714 (emit_frame_save): Delete frame_ptr param. Rename total_size to
7715 frame_reg_to_sp.
7716 (rs6000_emit_prologue): Add sp_off. Update rs6000_frame_related
7717 and emit_frame_save calls. Cope with possibly missing note.
7718
7719 2012-04-24 Sriraman Tallam <tmsriram@google.com>
7720
7721 * config/i386/i386.c (build_processor_model_struct): New function.
7722 (make_var_decl): New function.
7723 (fold_builtin_cpu): New function.
7724 (ix86_fold_builtin): New function.
7725 (make_cpu_type_builtin): New function.
7726 (ix86_init_platform_type_builtins): New function.
7727 (ix86_expand_builtin): Expand new builtins by folding them.
7728 (ix86_init_builtins): Make new builtins to detect CPU type.
7729 (TARGET_FOLD_BUILTIN): New macro.
7730 (IX86_BUILTIN_CPU_INIT): New enum value.
7731 (IX86_BUILTIN_CPU_IS): New enum value.
7732 (IX86_BUILTIN_CPU_SUPPORTS): New enum value.
7733 * config/i386/i386-builtin-types.def: New function type.
7734 * testsuite/gcc.target/builtin_target.c: New testcase.
7735 * doc/extend.texi: Document builtins.
7736
7737 2012-04-24 Olivier Hainque <hainque@adacore.com>
7738
7739 * common.opt (gdwarf-): Initialize dwarf_version to -1 instead of 2.
7740 * toplev.c (process_options): Default to dwarf_version 2.
7741 * config/vxworks.c (vxworks_override_options): Default to strict-dwarf
7742 and dwarf_version 2.
7743
7744 2012-04-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
7745
7746 * tree-pretty-print.h (default_tree_printer): Do not declare.
7747 * tree-diagnostic.c: Include tree-pretty-print.h, tree-pass.h and
7748 intl.h.
7749 (default_tree_diagnostic_starter): Make static.
7750 (default_tree_printer): Move to here. Make static.
7751 (tree_diagnostics_defaults): New.
7752 * tree-diagnostic.h (default_tree_diagnostic_starter): Do not declare.
7753 * tree.c (free_lang_data): Use tree_diagnostics_defaults.
7754 * toplev.c: Do not include tree-pass.h.
7755 (default_tree_printer): Move from here.
7756 (general_init): Use tree_diagnostics_defaults.
7757
7758 2012-04-24 Chao-ying Fu <fu@mips.com>
7759
7760 * config.gcc (mips64*-*-linux*): Append mips/linux-common.h to tm_file.
7761 (mips*-*-linux*): Append mips/linux-common.h to tm_file.
7762 * config/mips/gnu-user.h
7763 (SUBTARGET_CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC directly.
7764 (GNU_USER_TARGET_LINK_SPEC): New define.
7765 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
7766 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC directly.
7767 (GNU_USER_TARGET_MATHFILE_SPEC): New define.
7768 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC and
7769 GNU_USER_TARGET_ENDFILE_SPEC.
7770 * config/mips/gnu-user64.h (LIB_SPEC): Remove.
7771 (GNU_USER_TARGET_LINK_SPEC): New define.
7772 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
7773 * config/mips/linux-common.h: New file.
7774
7775 2012-04-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7776
7777 PR target/47197
7778 * config/rs6000/rs6000-c.c (fully_fold_convert): New function.
7779 (altivec_build_resolved_builtin): Call fully_fold_convert.
7780
7781 2012-04-24 Georg-Johann Lay <avr@gjlay.de>
7782
7783 PR target/53065
7784 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): New hook define.
7785
7786 2012-04-24 Richard Guenther <rguenther@suse.de>
7787
7788 PR tree-optimization/53085
7789 * tree-ssa-pre.c (eliminate): Do not eliminate volatile redundant
7790 stores.
7791
7792 2012-04-24 Richard Guenther <rguenther@suse.de>
7793
7794 * tree-if-conv.c (main_tree_if_conversion): Move bb under
7795 ENABLE_CHECKING.
7796
7797 2012-04-24 Jim Meyering <meyering@redhat.com>
7798
7799 * genattrtab.c (gen_attr): Avoid NULL-deref after diagnosing
7800 absence of an define_enum call.
7801
7802 2012-04-24 Richard Guenther <rguenther@suse.de>
7803
7804 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): If
7805 the epilogue loop is not re-used as unvectorized version
7806 record the its maximum number of iterations.
7807
7808 2012-04-24 Andrew Pinski <apinski@cavium.com>
7809
7810 * tree-ssa-forwprop.c (simplify_bitwise_binary):
7811 Don't directly use def1/def2.
7812
7813 2012-04-24 Richard Guenther <rguenther@suse.de>
7814
7815 PR tree-optimization/53098
7816 * tree-vect-loop.c (vect_analyze_loop_operations): Fixup
7817 comparison sign.
7818
7819 2012-04-24 Andrew Pinski <apinski@cavium.com>
7820
7821 PR tree-opt/33512
7822 * tree-ssa-forwprop.c (defcodefor_name): New function.
7823 (simplify_bitwise_binary): Use defcodefor_name instead of manually
7824 Simplify "( X | Y) & X" to X and "( X & Y) | X" to X.
7825 Simplify "(~X | Y) & X" to "X & Y" and
7826 "(~X & Y) | X" to "X | Y".
7827
7828 2012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7829
7830 * recog.c (insn_invalid_p): Add IN_GROUP parameter and use
7831 validate_change to add clobbers if IN_GROUP is nonzero.
7832 (verify_changes): Call insn_invalid_p with IN_GROUP set to true.
7833 * recog.h (insn_invalid_p): Add IN_GROUP parameter to function
7834 prototype.
7835 * gcse.c (process_insert_insn): Call insn_invalid_p with IN_GROUP
7836 set to false.
7837 * config/s390/s390.c (insn_invalid_p): Likewise.
7838
7839 2012-04-24 Jakub Jelinek <jakub@redhat.com>
7840
7841 PR middle-end/53084
7842 * varasm.c (compute_reloc_for_constant): Handle ADDR_EXPR of MEM_REF.
7843 (output_addressed_constants): Likewise.
7844
7845 PR middle-end/52999
7846 * varasm.c (get_section): Don't ICE for section conflicts with
7847 built-in section kinds.
7848
7849 2012-04-23 DJ Delorie <dj@redhat.com>
7850
7851 * config/s390/s390.h (LINK_SPEC): Remove, no longer needed.
7852 (LIBSTDCXX): Change to CPP2.
7853
7854 2012-04-23 H.J. Lu <hongjiu.lu@intel.com>
7855
7856 PR bootstrap/52878
7857 * opth-gen.awk: Check if MASK_ and TARGET_ macros are defined for
7858 extra_masks.
7859
7860 2012-04-23 Uros Bizjak <ubizjak@gmail.com>
7861
7862 * config/i386/i386.md (*add<mode>_2): Add r/r/0 alternative.
7863 (*addsi_2_zext): Ditto.
7864 (*add<mode>_3): Ditto.
7865 (*addsi_3_zext): Ditto.
7866 (*add<mode>_5): Ditto.
7867
7868 2012-04-23 Andrew Pinski <apinski@cavium.com>
7869
7870 * tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0
7871 (C & B) to (A OP0) & B.
7872
7873 2012-04-23 Martin Jambor <mjambor@suse.cz>
7874
7875 * expr.c (expand_expr_real_1): Remove setting parent's alias set for
7876 temporaries created for a bitfield (reverting revision 122014).
7877
7878 2012-04-23 Richard Guenther <rguenther@suse.de>
7879
7880 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify
7881 the condition using is_gimple_condexpr and avoid the not necessary
7882 boolification.
7883 (set_prologue_iterations): Likewise.
7884 (vect_loop_versioning): Likewise.
7885
7886 2012-04-23 Richard Guenther <rguenther@suse.de>
7887
7888 PR tree-optimization/53070
7889 * tree-if-conv.c (combine_blocks): Free predicates in all blocks.
7890 (main_tree_if_conversion): Verify we succeeded in that.
7891
7892 2012-04-23 Jan Hubicka <jh@suse.cz>
7893
7894 * lto-symtab.c (lto_cgraph_replace_node): Do not call
7895 mark_reahcable_node.
7896 * cgraph.c (cgraph_remove_node): Do not clear reachable.
7897 (cgraph_mark_reachable_node): Remove.
7898 (cgraph_mark_force_output_node): Do not set reachable.
7899 (dump_cgraph_node): Do not dump reachable.
7900 (cgraph_create_virtual_clone): Do not set reachable.
7901 * cgraph.h (cgraph_node): Remove reachable flag.
7902 (varpool_node): Remove reachable flag.
7903 (cgraph_mark_if_needed): Remove.
7904 (cgraph_mark_reachable_node): Remove.
7905 * tree-emutls.c (ipa_lower_emutls): Do not check reachable.
7906 * cgraphunit.c (cgraph_finalize_function): Do not mark node as
7907 reachable.
7908 (cgraph_add_new_function): Likewise.
7909 (cgraph_mark_if_needed): Remove.
7910 (cgraph_analyze_function): Do not set target as reachable.
7911 (process_function_and_variable_attributes): Do not care about
7912 dllexport.
7913 (cgraph_analyze_functions): Do not set reachable flags.
7914 (cgraph_mark_functions_to_output): Do not check reachability.
7915 (cgraph_copy_node_for_versioning): Do not set reachable flag.
7916 (dbxout_expand_expr): Update.
7917 * c-decl.c (merge_decls): Do not track changed externs.
7918 * ipa.c: Include pointer-set.h
7919 (enqueue_cgraph_node): Use reachable pointer set.
7920 (process_references): Likewise.
7921 (cgraph_remove_unreachable_nodes): Likewise.
7922 (whole_program_function_and_variable_visibility): Do not recompute
7923 reachable.
7924 * trans-mem.c (ipa_tm_execute): Do not check reachable flag.
7925
7926 2012-04-23 Georg-Johann Lay <avr@gjlay.de>
7927
7928 * doc/extend.texi (AVR Named Address Spaces): Fix typos.
7929
7930 2012-04-23 Richard Guenther <rguenther@suse.de>
7931
7932 PR c/53060
7933 * c-typeck.c (build_binary_op): Fix typo.
7934
7935 2012-04-23 Jakub Jelinek <jakub@redhat.com>
7936
7937 PR tree-optimizations/52891
7938 * tree-vect-patterns.c (adjust_bool_pattern): Use
7939 build_nonstandard_type even if rhs1 has unsigned INTEGER_TYPE,
7940 but with non-standard precision.
7941
7942 2012-04-22 Jan Hubicka <jh@suse.cz>
7943
7944 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Bail out at NULL
7945 tree refs.
7946
7947 2012-04-22 Jan Hubicka <jh@suse.cz>
7948
7949 * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.
7950 * cgraphbuild.c (record_reference, record_type_list, mark_address,
7951 mark_load, mark_store): Do not mark varpool nodes as needed.
7952 * cgraph.c (cgraph_new_nodes): Remove.
7953 (cgraph_create_function_alias): Do not mark nodes as reachable.
7954 (cgraph_add_thunk): Likewise.
7955 (cgraph_mark_reachable_node): Do not manage the queue.
7956 * cgraph.h (cgraph_node): Remove next_needed.
7957 (varpool_nodes_queue): Remove next_needed and prev_needed.
7958 (x_cgraph_nodes_queue, x_cgraph_nodes_queue, cgraph_new_nodes): Remove.
7959 (cgraph_new_nodes): Declare.
7960 (x_varpool_nodes_queue, varpool_nodes_queue); Remove.
7961 (varpool_analyze_pending_decls): Remove.
7962 (varpool_analyze_node): New.
7963 (varpool_mark_needed_node): Remove.
7964 (varpool_first_variable, varpool_next_variable): New inlines.
7965 (varpool_first_static_initializer, varpool_next_static_initializer):
7966 Update.
7967 (FOR_EACH_STATIC_VARIABLE): Remove unused walker.
7968 (varpool_first_defined_variable): New inline.
7969 (varpool_next_defined_variable): New inline
7970 (FOR_EACH_VARIABLE): Reimplement.
7971 (FOR_EACH_DEFINED_VARIABLE): Reimplement.
7972 * toplev.c (wrapup_global_declaration_2): Use analyzed instead of
7973 needed flag.
7974 * cgraphunit.c (cgraph_new_nodes): Declare here.
7975 (enqueue_node): New function.
7976 (cgraph_process_new_functions): update for new
7977 node set; when constructing cgraph enqueue node for processing.
7978 (cgraph_add_new_function): Use new node set.
7979 (process_function_and_variable_attributes): Do not set varpool needed
7980 flags.
7981 (referred_to_p): New function.
7982 (varpool_finalize_decl): Move here from varpool.c; enqueue needed node
7983 when varpool is in construction.
7984 (cgraph_analyze_functions): Rewrite.
7985 (cgraph_expand_all_functions): Update.
7986 (cgraph_output_in_order): Do not analyze pending decls; do not set
7987 needed flags.
7988 (cgraph_optimize): Do not analyze pending decls.
7989 * lto-cgraph.c (input_varpool_node): Clear analyzed flag for objects
7990 in other partition; do not mark node as needed.
7991 * dwarf2out.c (reference_to_unused): Use analyzed flag.
7992 (premark_types_used_by_global_vars_helper): Likewise.
7993 * ipa.c (process_references): Do not call varpool_mark_needed_node.
7994 (cgraph_remove_unreachable_nodes): Do not rely on varpool and
7995 cgrpah queues.
7996 (function_and_variable_visibility): Do not mark node as needed.
7997 (whole_program_function_and_variable_visibility): Likewise.
7998 * Makefile.in (gt-varpool.h): No longer needed.
7999 * passes.c (execute_one_pass, execute_ipa_pass_list): Update.
8000 (ipa_write_summaries): Do not use needed flag.
8001 * varpool.c: Do not include gt-varpool.h
8002 (x_varpool_nodes_queue, x_varpool_last_needed_node,
8003 x_varpool_last_needed_node, x_varpool_first_unanalyzed_node,
8004 x_varpool_first_unanalyzed_node, varpool_assembled_nodes_queue):
8005 Remove.
8006 (varpool_remove_node): Do not update the lists.
8007 (dump_varpool_node): Do not dump needed flag.
8008 (varpool_enqueue_needed_node): Remove.
8009 (varpool_mark_needed_node): Remove.
8010 (varpool_reset_queue): Remove.
8011 (varpool_finalize_decl): Move to cgraphunit.c
8012 (varpool_analyze_node): New functions based on former
8013 varpool_analyze_pending_decls.
8014 (varpool_analyze_pending_decls): Remove.
8015 (varpool_assemble_decl): Do not update the lists.
8016 (enqueue_node): New function.
8017 (varpool_remove_unreferenced_decls): Rewrite.
8018 (varpool_empty_needed_queue): Remove.
8019 (add_new_static_var): Do not mark node as needed.
8020 (varpool_create_variable_alias): Handle expansion state
8021 creation.
8022 * except.c (output_ttype): Do not mark node as needed.
8023 * varasm.c (mark_decl_referenced): Do not use mark_needed_node.
8024 * tree-profile.c (init_ic_make_global_vars, init_ic_make_global_vars):
8025 Likewise.
8026 * tree-switch-conversion.c (build_one_array): Likewise.
8027
8028 2012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
8029
8030 PR c/44774
8031 * doc/invoke.texi (pedantic): Rename to Wpedantic.
8032 * common.opt (Wpedantic): New.
8033 (pedantic): Alias Wpedantic.
8034 * diagnostic.c (warning_at): Likewise.
8035 * c-decl.c (diagnose_mismatched_decls): Likewise.
8036 (build_array_declarator): Likewise.
8037 (mark_forward_parm_decls):
8038 (check_bitfield_type_and_width): Likewise.
8039 (grokdeclarator): Likewise.
8040 (grokfield): Likewise.
8041 (finish_struct): Likewise.
8042 (build_enumerator): Likewise.
8043 (store_parm_decls_oldstyle): Likewise.
8044 (declspecs_add_qual): Likewise.
8045 (declspecs_add_type): Likewise.
8046 (finish_declspecs): Likewise.
8047 * c-typeck.c (composite_type): Likewise.
8048 (comp_target_types): Likewise.
8049 (build_array_ref): Likewise.
8050 (pointer_diff): Likewise.
8051 (build_unary_op): Likewise.
8052 (build_conditional_expr): Likewise.
8053 (build_c_cast): Likewise.
8054 (convert_for_assignment): Likewise.
8055 (maybe_warn_string_init): Likewise.
8056 (digest_init): Likewise.
8057 (pop_init_level): Likewise.
8058 (set_init_index): Likewise.
8059 (c_finish_goto_label): Likewise.
8060 (c_finish_return): Likewise.
8061 (do_case): Likewise.
8062 (build_binary_op): Likewise.
8063 * c-parser.c (static): Likewise.
8064 (c_parser_external_declaration): Likewise.
8065 (c_parser_declaration_or_fndef): Likewise.
8066 (c_parser_static_assert_declaration_no_se): Likewise.
8067 (c_parser_enum_specifier): Likewise.
8068 (c_parser_struct_or_union_specifier): Likewise.
8069 (c_parser_struct_declaration): Likewise.
8070 (c_parser_alignas_specifier): Likewise.
8071 (c_parser_braced_init): Likewise.
8072 (c_parser_initelt): Likewise.
8073 (c_parser_compound_statement_nostart): Likewise.
8074 (c_parser_conditional_expression): Likewise.
8075 (c_parser_alignof_expression): Likewise.
8076 (c_parser_postfix_expression): Likewise.
8077 (c_parser_postfix_expression_after_paren_): Likewise.
8078 (c_parser_objc_class_instance_variables): Likewise.
8079 (c_parser_objc_method_definition): Likewise.
8080 (c_parser_objc_methodprotolist): Likewise.
8081
8082 2012-04-22 Ian Lance Taylor <iant@google.com>
8083
8084 * godump.c (go_output_typedef): Dump size of structs.
8085
8086 2012-04-22 Razya Ladelsky <razya@il.ibm.com>
8087
8088 Correcting transform_to_exit_first_loop + fix to PR46886
8089 * tree-parloops.c (transform_to_exit_first_loop): Remove
8090 setting of number of iterations according to the loop pattern.
8091 Duplicate from entry to exit->src instead of loop->latch.
8092 (pallelize_loops): Remove the condition preventing do-while loops.
8093 * tree-cfg.c (bool bb_in_region_p): New.
8094 (gimple_duplicate_sese_tail): Adjust duplication of the the subloops.
8095 Adjust redirection of the duplicated iteration.
8096
8097 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
8098
8099 PR bootstrap/53021
8100 * rtl.def (ADDRESS): Use "i" rather than "w".
8101 * rtl.h (find_base_term): Delete.
8102 (may_be_sp_based_p): Declare.
8103 * rtl.c (rtx_code_size): Remove ADDRESS special case.
8104 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP)
8105 (UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Move to...
8106 * alias.c: ...here.
8107 (find_base_term): Make static.
8108 (may_be_sp_based_p): New function.
8109 * dse.c (record_store): Use it.
8110 * store-motion.c (store_killed_in_insn): Likewise.
8111
8112 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
8113
8114 * fold-const.c (fold_checksum_tree): Fix VECTOR_CST case.
8115
8116 2012-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
8117
8118 PR 35441
8119 * c-typeck.c (inform_declaration): New.
8120 (build_function_call_vec): Do not pretty-print
8121 expressions when caret is enabled.
8122 (convert_arguments): Use inform_declaration.
8123
8124 2012-04-20 Jim Meyering <meyering@redhat.com>
8125
8126 * genmodes.c (make_complex_modes): Don't truncate a mode name of
8127 length 7 or more when prepending a "C". Suggested by Richard Guenther.
8128
8129 2012-04-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8130
8131 PR rtl-optimization/44214
8132 * fold-const.c (exact_inverse): New function.
8133 (fold_binary_loc): Fold vector and complex division by constant into
8134 multiply by recripocal with flag_reciprocal_math; fold vector division
8135 by constant into multiply by reciprocal with exact inverse.
8136
8137 2012-04-20 Jan Hubicka <jh@suse.cz>
8138
8139 * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of
8140 force flags.
8141 * cgraph.c (cgraph_add_thunk): Use mark_reachable_node.
8142 (cgraph_remove_node): Update.
8143 (cgraph_mark_needed_node): Remove.
8144 (cgraph_mark_force_output_node): New.
8145 (dump_cgraph_node): Do not dump needed flag.
8146 (cgraph_node_cannot_be_local_p_1): Update.
8147 (cgraph_can_remove_if_no_direct_calls_and_refs): Update.
8148 * cgraph.h (symtab_node_base): Add force_output flag.
8149 (cgraph_node): Remove needed flag.
8150 (varpool_node): Remove force_output flag.
8151 (cgraph_mark_needed_node): Remove.
8152 (cgraph_mark_force_output_node): New.
8153 (cgraph_only_called_directly_or_aliased_p,
8154 varpool_can_remove_if_no_refs, varpool_all_refs_explicit_p): Update.
8155 * ipa-cp.c (ipcp_generate_summary): Remove out of date assert.
8156 * cgraphunit.c (cgraph_decide_is_function_needed): rewrite.
8157 (cgraph_add_new_function): Update.
8158 (cgraph_mark_if_needed): Update.
8159 (verify_cgraph_node): Update.
8160 (cgraph_analyze_function): Alias target is reachable.
8161 (process_function_and_variable_attributes): Update: externally_visible
8162 flag makes function reachable.
8163 (cgraph_analyze_functions): Update dumping.
8164 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
8165 input_overwrite_node, input_varpool_node): Update streaming.
8166 * lto-streamer-out.c (produce_symtab): Use force_output.
8167 * ipa.c (process_references): Weakrefs must be processed.
8168 (cgraph_remove_unreachable_nodes): Likewise; update for new
8169 force_output flag.
8170 (varpool_externally_visible_p): Weakrefs are externally visible
8171 even if they are not.
8172 (function_and_variable_visibility): Update; when processing alias
8173 pair force the targets to be output.
8174 (whole_program_function_and_variable_visility): Use
8175 mark_reachable_node.
8176 * trans-mem.c (ipa_tm_mark_needed_node): Remove
8177 (ipa_tm_mark_force_output_node): New function.
8178 (ipa_tm_create_version_alias, ipa_tm_create_version): Update.
8179 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be lax about
8180 aliases.
8181 * varasm.c (mark_decl_referenced): Update.
8182 (find_decl_and_mark_needed): Remove.
8183 (find_decl): New function.
8184 (weak_finish, finish_aliases_1, assemble_alias): Update; do not mark
8185 alias targets as needed.
8186 (dump_tm_clone_pairs): Update.
8187 * tree-inline.c (copy_bb): Update check.
8188 * symtab.c (dump_symtab_base): Dump force_output.
8189 * tree-ssa-structalias.c (ipa_pta_execute): Use force_output.
8190 * passes.c (execute_todo): Fix dumping.
8191 * varpool.c (decide_is_variable_needed, varpool_finalize_decl): Update.
8192 (varpool_analyze_pending_decls): Alias target is reachable.
8193 (varpool_create_variable_alias): Finalize weakrefs.
8194
8195 2012-04-20 Jakub Jelinek <jakub@redhat.com>
8196
8197 PR bootstrap/53021
8198 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP,
8199 UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Define.
8200 * alias.c (init_alias_targets): Use UNIQUE_BASE_VALUE_*
8201 macros instead of constants.
8202 * dse.c (record_store): Check for SP ADDRESS by comparing
8203 XWINT to UNIQUE_BASE_VALUE_SP instead of expecting
8204 XEXP to be stack_pointer_rtx.
8205
8206 2012-04-20 Richard Guenther <rguenther@suse.de>
8207
8208 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Use
8209 update_call_from_tree when propagating into a call.
8210
8211 2012-04-20 Alan Modra <amodra@gmail.com>
8212
8213 * config/rs6000/rs6000.c (rs6000_emit_savres_rtx): Formatting.
8214 (rs6000_emit_prologue, rs6000_emit_epilogue): Likewise. Rename
8215 sp_offset to frame_off. Move world save code earlier.
8216
8217 2012-04-20 Richard Guenther <rguenther@suse.de>
8218
8219 PR tree-optimization/53050
8220 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine):
8221 Do only one transform on COND_EXPRs at the same time.
8222
8223 2012-04-19 Jan Hubicka <jh@suse.cz>
8224
8225 * symtab.c (dump_symtab_base): Revert accidental checkin.
8226
8227 2012-04-20 Alan Modra <amodra@gmail.com>
8228
8229 PR target/53040
8230 * config/rs6000/rs6000.c (rs6000_savres_strategy): When using
8231 static chain, set REST_INLINE_FPRS too.
8232
8233 2012-04-20 Thomas Schwinge <thomas@codesourcery.com>
8234
8235 * tree-dump.c (dequeue_and_dump) <BIT_FIELD_REF>: Dump the three child
8236 nodes.
8237
8238 2012-04-20 Richard Guenther <rguenther@suse.de>
8239
8240 * tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize
8241 loops that can never run more often than the vectorization factor.
8242
8243 2012-04-19 Jan Hubicka <jh@suse.cz>
8244
8245 * symtab.c (dump_symtab_base): Fix dumping of asm lists.
8246
8247 2012-04-19 David Edelsohn <dje.gcc@gmail.com>
8248
8249 * config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
8250
8251 2012-04-19 Jim Meyering <meyering@redhat.com>
8252
8253 * genmodes.c (make_complex_modes): Avoid unnecessary use of strncpy.
8254 We verified above that the string(including trailing NUL) fits in buf,
8255 so just use memcpy.
8256
8257 2012-04-19 Richard Guenther <rguenther@suse.de>
8258
8259 * symtab.c (dump_symtab_base): Use TREE_STRING_POINTER
8260 for dumping DECL_SECTION_NAME.
8261
8262 2012-04-19 Michael Matz <matz@suse.de>
8263
8264 PR middle-end/52977
8265 * tree.h (VECTOR_CST_NELTS): Use part number of types again.
8266 (struct tree_vector): Adjust GTY length.
8267 * tree.c (make_vector_stat): Don't set VECTOR_CST_NELTS.
8268
8269 * gengtype.c (struct walk_type_data): Add in_record_p and loopcounter
8270 members.
8271 (walk_type, <TYPE_POINTER, TYPE_ARRAY>): Handle case where our
8272 caller emitted the length calulation already.
8273 (walk_type, <TYPE_UNION, TYPE_STRUCT>): Emit length calculations
8274 before handling any of the fields for structs.
8275
8276 2012-04-19 Richard Guenther <rguenther@suse.de>
8277
8278 PR tree-optimization/53031
8279 * tree-vrp.c (adjust_range_with_scev): Revert back to
8280 using max_loop_iterations.
8281
8282 2012-04-19 Michael Matz <matz@suse.de>
8283
8284 * diagnostic.c (emit_diagnostic): Move va_end call after user
8285 of the va_list.
8286 (warning, warning_at, pedwarn, permerror): Ditto.
8287
8288 2012-04-19 Richard Guenther <rguenther@suse.de>
8289
8290 * ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound
8291 array access.
8292
8293 2012-04-19 Georg-Johann Lay <avr@gjlay.de>
8294
8295 PR target/53033
8296 * config/avr/avr.c (avr_out_load_psi): Fix assembler template for
8297 the case *(X+const).
8298
8299 2012-04-19 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
8300
8301 * config/arm/sync.md (sync_optab): Change ior attribute to "or".
8302
8303 2012-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
8304
8305 PR c/52283/37985
8306 * stmt.c (warn_if_unused_value): Skip NOP_EXPR.
8307 * convert.c (convert_to_integer): Don't set TREE_NO_WARNING.
8308
8309 2012-04-19 Richard Guenther <rguenther@suse.de>
8310
8311 PR rtl-optimization/44688
8312 * loop-iv.c (determine_max_iter): Only return max_iter.
8313 (iv_number_of_iterations): Also use the recorded loop bound
8314 on the maximum number of iterations.
8315 * loop-unroll.c (decide_unroll_runtime_iterations): Use
8316 max_iter to avoid unrolling loops that do not roll.
8317 (decide_unroll_stupid): Likewise.
8318
8319 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
8320
8321 * targhooks.c (default_case_values_threshold): Fix code style nit.
8322
8323 * stmt.c (add_case_node, expand_case): Move logic to remove/reduce
8324 case range and type folding from here...
8325 * gimplify.c (gimplify_switch_expr): ... to here. Expect NULL_TREE
8326 type, as documented in tree.def.
8327
8328 2012-04-18 Jan Hubicka <jh@suse.cz>
8329
8330 * cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):
8331 Declare.
8332 * cgraphunit.c (verify_cgraph_node): Verify symtab base; do not verify
8333 cgraph hash and same comdat groups.
8334 (cgraph_optimize): Verify symbol table.
8335 * ipa.c (cgraph_remove_unreachable_nodes): Verify symbol table.
8336 (dissolve_same_comdat_group_list): Work on symtab nodes.
8337 (function_and_variable_visibility): Dissolve variable same comdat group
8338 lists, too.
8339 * symtab.c: Include timevar.h
8340 (verify_symtab_base, verify_symtab_node, verify_symtab): New functions.
8341
8342 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
8343
8344 * tree-switch-conversion.c (info): Remove global pass info.
8345 (check_range, check_process_case, check_final_bb, create_temp_arrays,
8346 free_temp_arrays, gather_default_values, build_constructors,
8347 array_value_type, build_one_array, build_arrays, gen_def_assigns,
8348 fix_phi_nodes, gen_inbound_check): Pass info around from ...
8349 (process_switch): ... here. Unify message format. Return a const
8350 char pointer to the failure reason message.
8351 (do_switchconv): Unify message format. Update process_switch usage.
8352
8353 * tree.def (CASE_LABEL_EXPR): Fix documentation, mention all operands.
8354 * tree-cfg.c (edge_to_cases): Fix documentation.
8355
8356 2012-04-18 Uros Bizjak <ubizjak@gmail.com>
8357
8358 * config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
8359
8360 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8361
8362 PR tree-optimization/52976
8363 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): Delete.
8364 (possibly_move_powi): New function.
8365 (rewrite_expr_tree): Call possibly_move_powi.
8366 (rewrite_expr_tree_parallel): Likewise.
8367 (attempt_builtin_powi): Change call of add_to_ops_vec_max_rank to
8368 call add_to_ops_vec instead.
8369
8370 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8371
8372 PR tree-optimization/52976
8373 * tree-ssa-reassoc.c (stmt_is_power_of_op): New function.
8374 (decrement_power): Likewise.
8375 (propagate_op_to_single_use): Likewise.
8376 (zero_one_operation): Handle __builtin_pow* calls in linearized
8377 expression trees; factor logic into propagate_op_to_single_use.
8378 (undistribute_ops_list): Allow operands with repeat counts > 1.
8379
8380 2012-04-18 Richard Guenther <rguenther@suse.de>
8381
8382 PR tree-optimization/44688
8383 * cfgloop.h (record_niter_bound): Declare.
8384 * tree-ssa-loop-niter.c (record_niter_bound): Export.
8385 Update the estimation with the upper bound here...
8386 (estimate_numbers_of_iterations_loop): ... instead of here.
8387 Do not forcefully reset a recorded upper bound.
8388 * tree-vect-loop-manip.c (vect_do_peeling_for_alignment):
8389 Record the maximum number of loop iterations of the prologue loop.
8390
8391 2012-04-18 Jan Hubicka <jh@suse.cz>
8392
8393 * lto-symtab.c (lto_cgraph_replace_node): Update.
8394 * cgraphbuild.c (record_reference, record_type_list,
8395 record_eh_tables, mark_address, mark_load, mark_store): Update.
8396 * cgraph.c (cgraph_same_body_alias, dump_cgraph_node,
8397 cgraph_create_virtual_clone, cgraph_for_node_thunks_and_aliases):
8398 Update.
8399 * cgraph.h (symtab_node_def, symtab_node, const_symtab_node): Remove.
8400 (cgraph_alias_aliased_node, varpool_alias_aliased_node): Update.
8401 * reload.c: Fix typo in comment.
8402 * rtlanal.c: Likewise.
8403 * tree-emultls.c (gen_emutls_addr): Update.
8404 * ipa-reference.c (analyze_function): Update.
8405 * cgraphunit.c (cgraph_analyze_function,
8406 cgraph_process_same_body_aliases, assemble_thunks_and_aliases):
8407 Update.
8408 * ipa-ref.c (ipa_record_reference): Reorg to avoid reference types.
8409 (ipa_remove_reference): Likewise.
8410 (ipa_remove_all_refering): Rename to ...
8411 (ipa_remove_all_referring): ... this one; update.
8412 (ipa_dump_references): Update.
8413 (ipa_dump_referring): Update.
8414 (ipa_clone_references): Update.
8415 (ipa_clone_refering): Rename to ...
8416 (ipa_clone_referring): ... this one; update.
8417 (ipa_ref_cannot_lead_to_return): Update.
8418 (ipa_ref_has_aliases_p): Update.
8419 * ipa-ref.h (symtab_node_def, symtab_node, const_symtab_node): New
8420 forward typedefs.
8421 (ipa_ref_type): Remove.
8422 (ipa_ref_ptr_u): Remove.
8423 (ipa_ref): Remove referencing, refered, refered_index, refering_type
8424 and refered_type; add referring, referred and referred_index.
8425 (ipa_ref_list): Rename refering to referring.
8426 (ipa_record_reference, ipa_remove_all_referring, ipa_dump_referring,
8427 ipa_clone_references, ipa_clone_referring): Update prototypes.
8428 * lto-cgraph.c (referenced_from_other_partition_p): Update.
8429 (lto_output_ref): Update.
8430 (add_references): Update.
8431 (input_varpool_node): Update.
8432 (input_refs): Update.
8433 * ipa-ref-inline.h (ipa_ref_node): Update.
8434 (ipa_ref_varpool_node): Update.
8435 (ipa_ref_referring_node): Update.
8436 (ipa_ref_referring_varpool_node): Update.
8437 (ipa_ref_referring_ref_list): Update.
8438 (ipa_ref_referred_ref_list): Update.
8439 (ipa_ref_list_first_referring): Update.
8440 (ipa_empty_ref_list): Update.
8441 (ipa_ref_list_refering_iterate): Rename to ...
8442 (ipa_ref_list_referring_iterate): ... this one.
8443 * cse.c: Update comment.
8444 * ipa-utils.c (ipa_reverse_postorder): Update.
8445 * tree-ssa-alias.c: Update.
8446 * ipa-inline.c (reset_edge_caches): Update.
8447 (update_caller_keys): Update.
8448 * ipa-inline.h: Update comments.
8449 * jump.c: Update comment.
8450 * alias.c: Likewise.
8451 * ipa.c (process_references): Update.
8452 (cgraph_remove_unreachable_nodes): Likewise.
8453 (ipa_discover_readonly_nonaddressable_var): Likewise.
8454 (cgraph_address_taken_from_non_vtable_p): Likewise.
8455 * trans-mem.c (ipa_tm_execute): Update.
8456 * simplify-rtx.c: Fix comment.
8457 * rtl.c: Fix comment.
8458 * symtab.c (symtab_unregister_node): Update.
8459 * varpool.c (dump_varpool_node): Update.
8460 (varpool_analyze_pending_decls): Update.
8461 (assemble_aliases): Update.
8462 (varpool_for_node_and_aliases): Update.
8463
8464 2012-04-18 Richard Guenther <rguenther@suse.de>
8465
8466 * cfgloop.h (estimate_numbers_of_iterations_loop): Remove
8467 use_undefined_p parameter.
8468 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
8469 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
8470 Likewise.
8471 (estimate_numbers_of_iterations): Likewise.
8472 (estimated_loop_iterations): Adjust.
8473 (max_loop_iterations): Likewise.
8474 (scev_probably_wraps_p): Likewise.
8475 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
8476 * tree-vrp.c (adjust_range_with_scev): Use max_stmt_executions,
8477 not max_loop_iterations.
8478 (execute_vrp): Remove explicit number of iterations estimation.
8479
8480 2012-04-18 Enkovich Ilya <ilya.enkovich@intel.com>
8481
8482 * config/i386/linux-common.h: New.
8483
8484 * config.gcc: Add i386/linux-common.h before
8485 all i386/linux.h and i386/linux64.h usages.
8486
8487 * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): New.
8488 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
8489 * config/i386/gnu-user64.h: Likewise.
8490
8491 * config/i386/gnu-user.common.h (GNU_USER_TARGET_CC1_SPEC): New.
8492 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC.
8493 (GNU_USER_TARGET_MATHFILE_SPEC): New.
8494 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC.
8495
8496 2012-04-18 Jan Hubicka <jh@suse.cz>
8497
8498 * cgraph.c (cgraph_node_name): Remove.
8499 (dump_cgraph_node): Use dump_symtab_base; reformat.
8500 * cgraph.h (symtab_node_asm_name, symtab_node_name, dump_symtab,
8501 debug_symtab, dump_symtab_node, debug_symtab_node, dump_symtab_base):
8502 Declare.
8503 (cgraph_node_name, varpool_node_name): Remove.
8504 (cgraph_node_asm_name, varpool_node_asm_name,
8505 cgraph_node_name, varpool_node_name): New.
8506 * tree-pass.h (TODO_dump_cgraph): Rename to ...
8507 (TODO_dump_symtab): ... this one.
8508 * ipa-cp (pass_ipa_cp): Update.
8509 * ia-reference.c (generate_summary, read_write_all_from_decl,
8510 propagate, ipa_reference_read_optimization_summary): Update.
8511 * cgraphunit.c (cgraph_analyze_functions): Update.
8512 (cgraph_optimize): Update.
8513 * ipa-ref.c (ipa_dump_references): Update.
8514 (ipa_dump_refering): Update.
8515 * ipa-inline.c (pass_ipa_inline): Update.
8516 * matrix-reorg.c (pass_ipa_matrix_reorg): Update.
8517 * ipa.c (pass_ipa_function_visibility,
8518 pass_ipa_whole_program_visibility): Update.
8519 * tree-sra.c (pass_early_ipa_sra): Update.
8520 * symtab.c: Include langhooks.h
8521 (symtab_node_asm_name): New.
8522 (symtab_node_name): New.
8523 (symtab_type_names): New static var.
8524 (dump_symtab_base): New.
8525 (dump_symtab_node, dump_symtab): New.
8526 (debug_symtab_node, debug_symtab): New.
8527 * tree-ssa-structalias.c: Dump symbol table.
8528 * pases.c (execute_todo): Handle TODO_dump_symtab instead
8529 of TODO_dump_cgraph.
8530 * varpoo.c (varpool_node_name): Remove.
8531 (dump_varpool_node): Use dump_symtab_base; reformat.
8532
8533 2012-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
8534
8535 * doc/invoke.texi (Language Independent Options): @item should be
8536 before @opindex.
8537
8538 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
8539
8540 PR bootstrap/53021
8541 * rtl.c (rtx_code_size): Handle ADDRESS.
8542
8543 2012-04-17 Tom de Vries <tom@codesourcery.com>
8544
8545 * tree-iterator.c (append_to_statement_list_1): Handle case that *list_p
8546 is not a STMT_LIST.
8547
8548 2012-04-17 Uros Bizjak <ubizjak@gmail.com>
8549
8550 PR target/53020
8551 * config/i386/sync.md (atomic_<code><mode>): Rename to
8552 atomic_<logic><mode>.
8553
8554 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
8555
8556 * rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.
8557 * alias.c (reg_base_value): Expand and update comment.
8558 (arg_base_value): New variable.
8559 (unique_id): Move up file.
8560 (unique_base_value, unique_base_value_p, known_base_value_p): New.
8561 (find_base_value): Use arg_base_value and known_base_value_p.
8562 (record_set): Document REG_NOALIAS handling. Use unique_base_value.
8563 (find_base_term): Use known_base_value_p.
8564 (base_alias_check): Use unique_base_value_p.
8565 (init_alias_target): Initialize arg_base_value. Use unique_base_value.
8566 (init_alias_analysis): Use 1 as the first id for REG_NOALIAS bases.
8567
8568 2012-04-17 Pat Haugen <pthaugen@us.ibm.com>
8569
8570 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Remove DImode.
8571
8572 2012-04-17 Michael Matz <matz@suse.de>
8573
8574 PR tree-optimization/18437
8575 * tree-vectorizer.h (_stmt_vec_info.stride_load_p): New member.
8576 (STMT_VINFO_STRIDE_LOAD_P): New accessor.
8577 (vect_check_strided_load): Declare.
8578 * tree-vect-data-refs.c (vect_check_strided_load): New function.
8579 (vect_analyze_data_refs): Use it to accept strided loads.
8580 * tree-vect-stmts.c (vectorizable_load): Ditto and handle them.
8581
8582 2012-04-17 Richard Guenther <rguenther@suse.de>
8583
8584 PR middle-end/53011
8585 * tree-eh.c (cleanup_empty_eh_merge_phis): Properly discard
8586 loops when redirecting an entry or latch edge.
8587
8588 2012-04-17 Bernd Schmidt <bernds@codesourcery.com>
8589
8590 * sel-sched.c (sel_global_init): Revert previous change.
8591
8592 2012-04-17 Richard Guenther <rguenther@suse.de>
8593
8594 * tree-flow.h (array_at_struct_end_p): Move declaration ...
8595 * tree.h (array_at_struct_end_p): ... here.
8596 * tree-ssa-loop-niter.c (array_at_struct_end_p): Move ...
8597 * expr.c (array_at_struct_end_p): ... here. Rewrite.
8598
8599 2012-04-17 Steven Bosscher <steven@gcc.gnu.org>
8600
8601 * stmt.c (cost_table_, use_cost_table, cost_table_initialize,
8602 COST_TABLE): Remove.
8603 (estimate_case_costs): Remove.
8604 (expand_case): Do not call estimate_case_costs
8605 to set use_cost_table.
8606 (balance_case_nodes): Do not use use_cost_table.
8607
8608 2012-04-16 Jan Hubicka <jh@suse.cz>
8609
8610 * cgraph.c (cgraph_hash, assembler_name_hash): Remove.
8611 (hash_node, eq_node): Remove.
8612 (cgraph_create_node): Do not handle hashtable.
8613 (cgraph_get_node): Remove.
8614 (cgraph_insert_node_to_hashtable): Remove.
8615 (hash_node_by_assembler_name): Remove.
8616 (eq_assembler_name): Remove.
8617 (cgraph_node_for_asm): Rewrite.
8618 (cgraph_find_replacement_node): Break out from ...
8619 (cgraph_remove_node): ... here; do not maintain hashtables.
8620 (change_decl_assembler_name): Remove.
8621 (cgraph_clone_node): Do not maintain hashtables.
8622 * cgraph.h (const_symtab_node): New typedef.
8623 (cgraph_insert_node_to_hashtable): Remove.
8624 (symtab_get_node, symtab_node_for_asm,
8625 symtab_insert_node_to_hashtable): Declare.
8626 (cgraph_find_replacement_node): Declare.
8627 (cgraph_get_node, varpool_get_node): Turn into inlines.
8628 (cgraph, varpool): Work sanely on NULL pointers.
8629 (FOR_EACH_SYMBOL): New walker.
8630 * ipa-inline-transform.c (save_inline_function_body): Use
8631 symtab_insert_node_to_hashtable.
8632 * symtab.c: Include ggc.h and diagnostics.h
8633 (symtab_hash, assembler_name_hash): New static vars;
8634 (hash_node, eq_node, hash_node_by_assembler_name,
8635 eq_assembler_name, insert_to_assembler_name_hash,
8636 unlink_from_assembler_name_hash): New.
8637 (symtab_register_node): Update hashtables.
8638 (symtab_insert_node_to_hashtable): New.
8639 (symtab_unregister_node): Update hashtables.
8640 (symtab_get_node): New.
8641 (symtab_node_for_asm): New.
8642 (change_decl_assembler_name): New.
8643 * Makefile.in (symtab.o): Needs GTY.
8644 * varpool.c (varpool_hash): Remove.
8645 (hash_varpool_node, eq_varpool_node, varpool_get_node): Remove.
8646 (varpool_node): Rewrite using varpool_get_node.
8647 (varpool_remove_node): DO not maintain hashtables.
8648 (varpool_node_for_asm): Rewrite.
8649
8650 2012-04-16 Sandra Loosemore <sandra@codesourcery.com>
8651
8652 * doc/invoke.texi: Copy-edit to put verbs in the present tense
8653 when describing the current behavior of GCC.
8654
8655 2012-04-16 Richard Sandiford <rdsandiford@googlemail.com>
8656
8657 * genemit.c (gen_exp): Remove ADDRESS handling.
8658 * genoutput.c (scan_operands): Likewise.
8659 * genpeep.c (match_rtx): Likewise.
8660 * genrecog.c (add_to_sequence): Likewise.
8661
8662 2012-04-16 David Edelsohn <dje.gcc@gmail.com>
8663
8664 * doc/install.texi (Specific, *-ibm-aix*): Update assembler bug status.
8665
8666 2012-04-16 Martin Jambor <mjambor@suse.cz>
8667
8668 * tree-sra.c (build_ref_for_model): Create COMPONENT_REFs only for
8669 bit-fields.
8670
8671 2012-04-16 Ulrich Weigand <ulrich.weigand@linaro.org>
8672
8673 PR target/51819
8674 * config/arm/arm.c (arm_print_operand): Fix invalid alignment
8675 hints for 'A' operand types.
8676
8677 2012-04-16 Jan Hubicka <jh@suse.cz>
8678
8679 * cgraph.h (symtab_node_base): Add next and previous pointers.
8680 (cgraph_node): Remove next and preivous pointers.
8681 (varpool_node): Likewise; remove next/previous GTY marker;
8682 it is not type safe.
8683 (symtab_node_def): Update GTY marker
8684 (x_cgraph_nodes, cgraph_nodes): Remove.
8685 (symtab_nodes): New function.
8686 (cgraph_order): Rename to ...
8687 (symtab_order): ... this one.
8688 (symtab_register_node, symtab_unregister_node, symtab_remove_node):
8689 Declare.
8690 (x_varpool_nodes, varpool_nodes): Remove.
8691 (FOR_EACH_STATIC_VARIABLE): Update.
8692 (symtab_function_p, symtab_variable_p): New function.
8693 (FOR_EACH_VARIABLE): Update.
8694 (varpool_first_variable, varpool_next_variable): New functions.
8695 (FOR_EACH_VARIABLE): Update.
8696 (cgraph_first_defined_function): Update.
8697 (cgraph_next_defined_function, cgraph_next_defined_function): Update.
8698 (FOR_EACH_DEFINED_FUNCTION, FOR_EACH_FUNCTION): Update.
8699 (cgraph_first_function, cgraph_next_function): New.
8700 (FOR_EACH_FUNCTION): Update.
8701 (cgraph_first_function_with_gimple_body,
8702 cgraph_next_function_with_gimple_body): Update.
8703 * symtab.c: New file.
8704 * cgraph.c: Update copyright dates.
8705 (x_cgraph_nodes, cgraph_order): Remove.
8706 (NEXT_FREE_NODE): Update.
8707 (SET_NEXT_FREE_NODE): New.
8708 (cgraph_create_node_1): Remove common code.
8709 (cgraph_create_node): Remove common code; call symtab_register_node.
8710 (cgraph_remove_node): Remove common code; call symtab_unregister-node.
8711 (cgraph_add_asm_node): Update.
8712 (cgraph_clone_node): Register new node.
8713 * cgraphunit.c (process_function_and_variable_attributes): Update.
8714 (cgraph_analyze_functions): Update.
8715 (cgraph_analyze_functions): Update.
8716 (cgraph_output_in_order): Update.
8717 * lto-cgraph.c (input_node, input_varpool_node, input_cgraph_1):
8718 Update.
8719 * ipa-inline.c (recursive_inlining): Update.
8720 * lto-streamer-in.c (lto_input_toplevel_asms): Update.
8721 * ipa.c (cgraph_remove_unreachable_nodes): Update.
8722 * Makefile.in: Add symtab.o
8723 * varpool.c (x_varpool_nodes): Remove
8724 (varpool_node): Remove common code; call symtab_register_node.
8725 (varpool_remove_node): Remove common code; call symtab_unregister_node.
8726
8727 2012-04-16 Richard Guenther <rguenther@suse.de>
8728
8729 PR middle-end/52977
8730 * tree.h (VECTOR_CST_NELTS): Adjust.
8731 (struct tree_vector): Add explicit length field.
8732 (make_vector_stat): Declare.
8733 (make_vector): Define.
8734 * tree.c (make_vector_stat): New function.
8735 (build_vector_stat): Use it.
8736 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
8737
8738 2012-04-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8739
8740 PR tree-optimization/52976
8741 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): New function.
8742 (undistribute_ops_list): Ops with repeat counts aren't eligible for
8743 undistribution.
8744 (attempt_builtin_powi): Call add_to_ops_vec_max_rank.
8745
8746 2012-04-16 Jan Hubicka <jh@suse.cz>
8747
8748 * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):
8749 New macros.
8750 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Use FOR_EACH
8751 walkers to walk cgraph and varpool.
8752 * cgraph.c (cgraph_node_for_asm): Likewise.
8753 (dump_cgraph): Likewise.
8754 * value-prof.c (init_node_map): Likewise.
8755 * tree.c (free_lang_data_in_cgraph): Likewise.
8756 * tree-emutls.c: (ipa_lower_emutls): Likewise.
8757 * ipa-reference.c (generate_summary, propagate): Likewise.
8758 * cgraphunit.c (verify_cgraph, cgraph_process_same_body_aliases,
8759 cgraph_mark_functions_to_output, cgraph_output_in_order,
8760 output_weakrefs, cgraph_materialize_all_clones,
8761 cgraph_optimize): Likewise.
8762 * lto-cgraph.c (merge_profile_summaries): Likewise.
8763 (input_cgraph): Likewise.
8764 * ipa-pure-const.c (generate_summary): Likewise.
8765 (propagate): Likwise.
8766 * ipa-utils.c (ipa_reduced_postorder): Likewise.
8767 (ipa_free_postorder_info): Likewise.
8768 (ipa_reverse_postorder): Likewise.
8769 * ipa-inline.c (ipa_inline): Likewise.
8770 * matrix-reorg.c (find_matrices_decl): Likewise.
8771 (matrix_reorg): Likewise.
8772 * tree-vectorizer.c (increase_alignment): Likewise.
8773 * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
8774 (function_and_variable_visibility): Likewise.
8775 (whole_program_function_and_variable_visibility): Likewise.
8776 (ipa_cdtor_merge): Likewise.
8777 * trans-mem.c (ipa_tm_execute): Likewise.
8778 * ipa-inline-analysis.c (dump_inline_summaries): Likewise.
8779 * ipa-prop.c (ipa_print_all_jump_functions): Likewise.
8780 (ipa_print_all_params): Likewise.
8781 (ipa_update_after_lto_read): Likewise.
8782 * tree-profie.c (tree_profiling): Likewise.
8783 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
8784 * passes.c (dump_passes): Likewise.
8785 (do_per_function): Likewise.
8786 (ipa_write_summaries): Likewise.
8787 * varpool.c (dump_varpool): Likewise.
8788 (varpool_node_for_asm): Likewise.
8789 (varpool_assemble_pending_decls): Likewise.
8790
8791 2012-04-16 Richard Guenther <rguenther@suse.de>
8792
8793 PR tree-optimization/52975
8794 * tree-if-conv.c (predicate_bbs): Do not simplify inverted
8795 condition but always mark it with TRUTH_NOT_EXPR.
8796
8797 2012-04-16 Richard Guenther <rguenther@suse.de>
8798
8799 PR tree-optimization/52975
8800 * tree-ssa-forwprop.c (combine_cond_exprs): New function.
8801 (ssa_forward_propagate_and_combine): Call it for COND_EXPRs
8802 and VEC_COND_EXPRs. Also combine into VEC_COND_EXPRs condition.
8803 * fold-const.c (operand_equal_p): Handle TARGET_MEM_REF.
8804
8805 2012-04-14 Uros Bizjak <ubizjak@gmail.com>
8806
8807 * config/i386/sse.md (ssse3_plusminus): New code iterator.
8808 (avx2_ph<plusminus_mnemonic>wv16hi3): Macroize insn from
8809 avx2_ph{add,adds,sub,subs}wv16hi3 using ssse3_plusminus code iterator.
8810 (ssse3_ph<plusminus_mnemonic>wv8hi3): Macroize insn from
8811 ssse3_ph{add,adds,sub,subs}wv8hi3 using ssse3_plusminus code iterator.
8812 (ssse3_ph<plusminus_mnemonic>wv4hi3): Macroize insn from
8813 ssse3_ph{add,adds,sub,subs}wv4hi3 using ssse3_plusminus code iterator.
8814
8815 (avx2_ph<plusminus_mnemonic>dv8si3): Macroize insn from
8816 avx2_ph{add,adds,sub,subs}dv8si3 using plusminus code iterator.
8817 (ssse3_ph<plusminus_mnemonic>dv4si3): Macroize insn from
8818 ssse3_ph{add,adds,sub,subs}dv4si3 using plusminus code iterator.
8819 (ssse3_ph<plusminus_mnemonic>dv2si3): Macroize insn from
8820 ssse3_ph{add,adds,sub,subs}dv2si3 using plusminus code iterator.
8821
8822 (xop_plus): New code iterator.
8823 (macs): New code attribute.
8824 (macds): Ditto.
8825 (xop_p<macs><ssemodesuffix><ssemodesuffix>): Macroize insn from
8826 xop_pmacs{,s}{ww,dd} using xop_plus code iterator and VI24_128 mode
8827 iterator.
8828 (xop_p<macs>dql): Macroize insn from xop_pmacs{,s}dql using
8829 xop_plus code iterator.
8830 (xop_p<macs>dqh): Macroize insn from xop_pmacs{,s}dqh using
8831 xop_plus code iterator.
8832 (xop_p<macs>wd): Macroize insn from xop_pmacs{,s}wd using
8833 xop_plus code iterator.
8834 (xop_p<madcs>wd): Macroize insn from xop_pmadcs{,s}wd using
8835 xop_plus code iterator.
8836
8837 (xop_phadd<u>bw): Macroize insn from xop_phadd{,u}bw usign
8838 any_extend code iterator.
8839 (xop_phadd<u>bd): Macroize insn from xop_phadd{,u}bd usign
8840 any_extend code iterator.
8841 (xop_phadd<u>bq): Macroize insn from xop_phadd{,u}bq usign
8842 any_extend code iterator.
8843 (xop_phadd<u>wd): Macroize insn from xop_phadd{,u}wd usign
8844 any_extend code iterator.
8845 (xop_phadd<u>wq): Macroize insn from xop_phadd{,u}wq usign
8846 any_extend code iterator.
8847 (xop_phadd<u>dq): Macroize insn from xop_phadd{,u}dq usign
8848 any_extend code iterator.
8849
8850 2012-04-14 Tom de Vries <tom@codesourcery.com>
8851
8852 * cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by
8853 call to delete_insn. Remove code to reorder BASIC_BLOCK note and
8854 DELETED_LABEL note, and move it to ...
8855 * cfgrtl.c (delete_insn): ... here. Change return type to void.
8856 (delete_insn_and_edges): Likewise.
8857 (delete_insn_chain): Handle new return type of delete_insn. Delete
8858 chain backwards rather than forwards.
8859 * rtl.h (delete_insn, delete_insn_and_edges): Change return type to
8860 void.
8861 * cfglayout.c (fixup_reorder_chain): Delete unused label.
8862
8863 2012-04-14 Jan Hubicka <jh@suse.cz>
8864
8865 * cgraph.h: Update copyrights;
8866 (symtab_node): Turn to union typedef.
8867 (symtab_node_base): New structure.
8868 (symtab_type): Add SYMTAB_SYMBOL tag.
8869 (cgraph_node): Annotate some pinters with nested_ptr.
8870 (varpool_node): Likewise.
8871 (cgraph_local_info): Remove lto_file_data
8872 and externally_visible.
8873 (cgraph_node): Remove decl; same_comdat_group list;
8874 aux; ref_list; order; address_taken; reachable_from_other_parittion,
8875 in_other_partition; resolution.
8876 (varpool_node): Remove decl; same_comdat_group;
8877 ref_list; lto_file_data; aux; order; resolution; externally_visible;
8878 used_from_other_partition; in_other_partition.
8879 (symtab_node_def): New union.
8880 (cgraph, varpool): Update.
8881 (varpool_first_static_initializer, varpool_next_static_initializer,
8882 cgraph_only_called_directly_or_aliased_p,
8883 varpool_can_remove_if_no_refs, varpool_can_remove_if_no_refs,
8884 varpool_all_refs_explicit_p, cgraph_alias_aliased_node,
8885 varpool_alias_aliased_node, cgraph_edge_recursive_p): Update
8886 field references.
8887 * cgraph.c: Likewise.
8888 (cgraph_hash, assembler_name_hash): Turn into symtab_node.
8889 * cgraphbuild.c: Likewise.
8890 * lto-symtab.c: Likewise.
8891 * c-gimplify.c: Likewise.
8892 * value-prof.c: Likewise.
8893 * tree.c: Likewise.
8894 * ipa-cp.c: Likewise.
8895 * tree-emutls.c: Likewise.
8896 * ipa-inline-transform.c: Likwise.
8897 * ipa-reference.c: Likewise.
8898 * cgraphunit.c: Likewise.
8899 * ipa-ref.c: Likewise.
8900 * lto-cgraph.c: Likewise.
8901 * ipa-ref-inline.h: Likewise.
8902 * ipa-pure-const.c: Likewise.
8903 * lto-streamer-out.c: Likewise.
8904 * ipa-utils.c: Likewise.
8905 * ipa-inline.c: Likewise.
8906 * matrix-reorg.c: Likewise.
8907 * tree-eh.c: Likewise.
8908 * tree-vectorizer.c: Likewise.
8909 * ipa-split.c: Likewise.
8910 * ipa.c: Likewise.
8911 * trans-mem.c: Likewise.
8912 * ipa-inline-analysis.c: Likewise.
8913 * gimplify.c: Likewise.
8914 * cfgexpand.c: Likewise.
8915 * tree-sra.c: Likewise.
8916 * ipa-prop.c: Likewise.
8917 * varasm.c: Likewise.
8918 * tree-nested.c: Likewise.
8919 * tree-inline.c: Likewise.
8920 * tree-profile.c: Likewise.
8921 * tree-ssa-structalias.c: Likewise.
8922 * passes.c: Likewise.
8923 * varpool.c: Likewise.
8924
8925 2012-04-14 Tom de Vries <tom@codesourcery.com>
8926
8927 * tree-ssa-tail-merge.c (stmt_local_def): New function, factored out of
8928 same_succ_hash, with local_def inlined. Use SINGLE_SSA_DEF_OPERAND.
8929 Use FOR_EACH_IMM_USE_FAST instead of FOR_EACH_IMM_USE_STMT. Remove use
8930 of find_edge.
8931 (gsi_advance_fw_nondebug_nonlocal): New function.
8932 (local_def): Removed function.
8933 (same_succ_hash): Use stmt_local_def.
8934 (same_succ_equal): Use gsi_advance_fw_nondebug_nonlocal.
8935 (gsi_advance_bw_nondebug_nonlocal): Use stmt_local_def.
8936
8937 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
8938
8939 * config/i386/i386-c.c (ix86_target_macros): Define _ILP32
8940 and __ILP32__ for x32.
8941
8942 2012-04-13 Martin Jambor <mjambor@suse.cz>
8943
8944 PR middle-end/52939
8945 * gimple-fold.c (gimple_get_virt_method_for_binfo): Bail out if
8946 fold_ctor_reference returns a zero constant.
8947
8948 2012-04-13 Enkovich Ilya <ilya.enkovich@intel.com>
8949
8950 * config.gcc: Add i386/gnu-user-common.h before all
8951 i386/gnu-user.h and i386/gnu-user64.h usages.
8952
8953 * config/i386/gnu-user-common.h: New.
8954
8955 * config/i386/gnu-user.h (CPP_SPEC): Moved to gnu-user-common.h.
8956 (CC1_SPEC): Likewise.
8957 (ENDFILE_SPEC): Likewise.
8958 (DEFAULT_PCC_STRUCT_RETURN): Likewise.
8959 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Likewise.
8960 (TARGET_OS_CPP_BUILTINS): Likewise.
8961 (LIBGCC2_HAS_TF_MODE): Likewise.
8962 (LIBGCC2_TF_CEXT): Likewise.
8963 (TF_SIZE): Likewise.
8964 (TARGET_ASM_FILE_END): Likewise.
8965 (STACK_CHECK_MOVING_SP): Likewise.
8966 (STACK_CHECK_STATIC_BUILTIN): Likewise.
8967 * config/i386/gnu-user64.h: Likewise.
8968
8969 2012-04-13 Martin Jambor <mjambor@suse.cz>
8970
8971 * expr.c (expand_expr_real_1): Pass type, not the expression, to
8972 set_mem_attributes for a memory temporary. Do not call the function
8973 for the memory temporary created for a bitfield.
8974
8975 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
8976
8977 PR debug/48866
8978 * df.h (enum debug_temp_where): New.
8979 (dead_debug_init, dead_debug_finish) Declare.
8980 (dead_debug_add, dead_debug_insert_temp): Declare.
8981 (struct dead_debug_use, struct dead_debug): Moved from...
8982 * df-problems.c: ... here.
8983 (df_set_unused_notes_for_mw): Bind debug uses of unused regno
8984 to a debug temp.
8985 (df_create_unused_note): Likewise.
8986 (df_set_dead_notes_for_mw): Move comment where it belongs.
8987 (dead_debug_init): Export.
8988 (dead_debug_reset_uses): New, factored out of...
8989 (dead_debug_finish): ...this. Export.
8990 (dead_debug_reset): Remove.
8991 (dead_debug_add): Export.
8992 (dead_debug_insert_before): Rename to...
8993 (dead_debug_insert_temp): ... this. Add where argument. Export.
8994 Locate stored value for BEFORE_WITH_VALUE. Avoid repeat inserts.
8995 Return insertion count.
8996 (df_note_bb_compute): Adjust.
8997 * dce.c (word_dce_process_block): Adjust dead debug uses.
8998 (dce_process_block): Likewise.
8999
9000 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
9001
9002 * df-problems.c (df_note_bb_compute): Do not take note of
9003 debug uses for whose REGs we won't emit DEAD or UNUSED notes.
9004
9005 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
9006
9007 PR debug/51570
9008 * var-tracking.c (expand_depth): New type.
9009 (onepart_aux, expand_loc_callback_data): Change depth type to it.
9010 (loc_exp_dep_alloc): Adjust initializer.
9011 (update_depth): Use new type. Add entryvals.
9012 (vt_expand_var_loc_chain): Take note of expansions with
9013 ENTRY_VALUEs, but don't accept them right away. Run an optional
9014 second pass accepting the minimum ENTRY_VALUE count found in the
9015 first pass.
9016 (vt_expand_loc_callback, INIT_ELCD): Adjust.
9017
9018 2012-04-13 Tom de Vries <tom@codesourcery.com>
9019
9020 * tree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal): Add
9021 parameters vuse and vuse_escaped.
9022 (find_duplicate): Init vuse1, vuse2 and vuse_escaped. Pass to
9023 gsi_advance_bw_nondebug_nonlocal. Return if vuse_escaped and
9024 vuse1 != vuse2.
9025
9026 2012-04-13 Richard Guenther <rguenther@suse.de>
9027
9028 PR tree-optimization/52969
9029 * tree-if-conv.c (predicate_mem_writes): Properly gimplify
9030 the condition for the COND_EXPR and handle predicate negation
9031 by swapping the COND_EXPR arms.
9032
9033 2012-04-13 Nick Clifton <nickc@redhat.com>
9034
9035 * config/rl78/rl78.c (rl78_devirt_pass): Remove use of
9036 TODO_dump_func flag.
9037
9038 2012-04-13 Andrey Belevantsev <abel@ispras.ru>
9039
9040 PR rtl-optimization/52203
9041 PR rtl-optimization/52715
9042
9043 Revert the 2012-03-07 fix for PR 52203.
9044 * sel-sched.c (reset_sched_cycles_in_current_ebb): Check that
9045 the insn does not modify DFA right before issuing, adjust
9046 issue_rate accordingly.
9047
9048 2012-04-13 Richard Guenther <rguenther@suse.de>
9049
9050 PR c/52549
9051 * c-typeck.c (pointer_diff): Remove bogus assert.
9052
9053 2012-04-13 Richard Guenther <rguenther@suse.de>
9054
9055 PR c/52862
9056 * convert.c (convert_to_pointer): Remove special-casing of zero.
9057
9058 2012-04-13 Joey Ye <joey.ye@arm.com>
9059
9060 * config/arm/constraints.md (Pe): New constraint.
9061 * config/arm/arm.md: New split for imm 256-510.
9062
9063 2012-04-13 Terry Guo <terry.guo@arm.com>
9064
9065 * config/arm/arm-cores.def: Added core cortex-m0plus.
9066 * config/arm/arm-tune.md: Regenerated.
9067 * config/arm/arm-tables.opt: Regenerated.
9068 * doc/invoke.texi: Added entry for cpu ARM cortex-m0plus.
9069
9070 2012-04-13 Alan Modra <amodra@gmail.com>
9071
9072 PR target/52828
9073 * config/rs6000/rs6000.c (rs6000_emit_stack_tie): Rewrite with
9074 tie regs on destination of sets. Delete forward declaration.
9075 (rs6000_emit_stack_reset): Update rs6000_emit_stack_tie calls.
9076 (rs6000_emit_prologue): Likewise.
9077 (rs6000_emit_epilogue): Likewise. Use in place of gen_frame_tie
9078 and gen_stack_tie.
9079 (is_mem_ref): Use tie_operand to recognise stack ties.
9080 * config/rs6000/predicates.md (tie_operand): New.
9081 * config/rs6000/rs6000.md (restore_stack_block): Generate new
9082 stack tie rtl.
9083 (restore_stack_nonlocal): Likewise.
9084 (stack_tie): Update.
9085 (frame_tie): Delete.
9086
9087 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9088
9089 * tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to
9090 HOST_WIDE_INT_PRINT_DEC in format strings.
9091
9092 2012-04-12 Uros Bizjak <ubizjak@gmail.com>
9093
9094 PR target/52932
9095 * config/i386/avx2intrin.h (_mm256_permutevar8x32_ps): Change second
9096 argument type to __m256i. Update call to __builtin_ia32_permvarsf256.
9097 * config/i386/sse.md (UNSPEC_VPERMVAR): New.
9098 (UNSPEC_VPERMSI, UNSPEC_VPERMSF): Remove.
9099 (avx2_permvarv8sf, avx2_permvarv8si): Switch operands 1 and 2.
9100 (avx2_permvar<mode>): Macroize insn from avx2_permvarv8sf and
9101 avx2_permvarv8si using VI4F_256 mode iterator.
9102 * config/i386/i386.c (bdesc_args) <__builtin_ia32_permvarsf256>:
9103 Update builtin type to V8SF_FTYPE_V8SF_V8SI.
9104 (ix86_expand_vec_perm): Update calls to gen_avx2_permvarv8si and
9105 gen_avx2_permvarv8sf.
9106 (expand_vec_perm_pshufb): Ditto.
9107
9108 2012-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
9109
9110 PR target/52775
9111 * config/rs6000/rs6000.h (TARGET_FCFID): Add TARGET_PPC_GPOPT to
9112 the list of options to enable the FCFID instruction.
9113 (TARGET_EXTRA_BUILTINS): Adjust comment.
9114
9115 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9116
9117 PR tree-optimization/18589
9118 * tree-ssa-reassoc.c (reassociate_stats): Add two fields.
9119 (operand_entry): Add count field.
9120 (add_repeat_to_ops_vec): New function.
9121 (completely_remove_stmt): Likewise.
9122 (remove_def_if_absorbed_call): Likewise.
9123 (remove_visited_stmt_chain): Remove feeding builtin pow/powi calls.
9124 (acceptable_pow_call): New function.
9125 (linearize_expr_tree): Look for builtin pow/powi calls and add operand
9126 entries with repeat counts when found.
9127 (repeat_factor_d): New struct and associated typedefs.
9128 (repeat_factor_vec): New static vector variable.
9129 (compare_repeat_factors): New function.
9130 (get_reassoc_pow_ssa_name): Likewise.
9131 (attempt_builtin_powi): Likewise.
9132 (reassociate_bb): Call attempt_builtin_powi.
9133 (fini_reassoc): Two new calls to statistics_counter_event.
9134
9135 2012-04-12 Richard Guenther <rguenther@suse.de>
9136
9137 * Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
9138 * cgraph.h (tree_rest_of_compilation): Remove.
9139 * cgraph.c (cgraph_add_new_function): Move ...
9140 * cgraphunit.c (cgraph_add_new_function): ... here.
9141 (tree_rest_of_compilation): Make static.
9142 (cgraph_expand_function): Do not set cgraph_function_flags_ready.
9143 * tree-optimize.c (gate_all_optimizations, pass_all_optimizations,
9144 gate_all_early_local_passes, execute_all_early_local_passes,
9145 pass_early_local_passes, gate_all_early_optimizations,
9146 pass_all_early_optimizations): Move ...
9147 * passes.c (gate_all_optimizations, pass_all_optimizations,
9148 gate_all_early_local_passes, execute_all_early_local_passes,
9149 pass_early_local_passes, gate_all_early_optimizations,
9150 pass_all_early_optimizations): ... here.
9151 * tree-optimize.c (execute_free_datastructures): Remove.
9152 * tree-flow.h (execute_free_datastructures): Remove.
9153 * tree-optimize.c (execute_init_datastructures,
9154 pass_init_datastructures): Move ...
9155 * tree-ssa.c (execute_init_datastructures,
9156 pass_init_datastructures): ... here.
9157 * cfgexpand.c (gimple_expand_cfg): Inline-expand call to
9158 execute_free_datastructures.
9159
9160 2012-04-12 Bernd Schmidt <bernds@codesourcery.com>
9161
9162 * dbgcnt.def (ira_move): New counter.
9163 * ira-int.h (ira_create_new_reg): Declare function.
9164 (first_moveable_pseudo, last_moveable_pseudo): Declare variables.
9165 * ira-emit.c (ira_create_new_reg): Renamed from craete_new_reg and
9166 no longer static. All callers changed.
9167 * ira.c: Include "dbgcnt.h".
9168 (rtx_moveable_p, insn_dominated_by_p, find_moveable_pseudos,
9169 move_unallocated_pseudos): New static functions.
9170 (first_moveable_pseudo, last_moveable_pseudo): New global variables.
9171 (pseudo_replaced_reg, pseudo_move_insn): New static variables.
9172 (ira): Call find_moveable_pseudos and move_unallocated_pseudos.
9173 * ira-costs.c (find_costs_and_classes): Assign a memory cost of zero
9174 to the pseudos generated in find_moveable_pseudos.
9175 * Makefile.in (ira.o): Add $(DBGCNT_H).
9176
9177 2012-04-12 Richard Guenther <rguenther@suse.de>
9178
9179 PR tree-optimization/52943
9180 * tree-chrec.h (chrec_is_positive): Remove.
9181 * tree-scalar-evolution.c (chrec_is_positive): Move ...
9182 * tree-data-ref.c (chrec_is_positive): ... here. Make static.
9183 Return false for a constant zero instead of negative.
9184 (analyze_siv_subscript_cst_affine): Handle zero difference
9185 in the initial condition explicitely.
9186
9187 2012-04-12 Richard Guenther <rguenther@suse.de>
9188
9189 * tree-parloops.c (parallelize_loops): Also consult the upper
9190 bound for the number of iterations.
9191 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
9192 (loop_prefetch_arrays): Likewise.
9193
9194 2012-04-12 Richard Guenther <rguenther@suse.de>
9195
9196 * cfgloop.h (estimated_loop_iterations_int): Ditch
9197 'conservative' parameter.
9198 (max_stmt_executions_int): Likewise.
9199 (estimated_loop_iterations): Likewise.
9200 (max_stmt_executions): Likewise.
9201 (max_loop_iterations): Declare.
9202 (max_loop_iterations_int): Likewise.
9203 (estimated_stmt_executions): Likewise.
9204 (estimated_stmt_executions_int): Likewise.
9205 * tree-ssa-loop-niter.c (estimated_loop_iterations):
9206 Split parts to ...
9207 (max_loop_iterations): ... this.
9208 (estimated_loop_iterations_int): Split parts to ...
9209 (max_loop_iterations_int): ... this.
9210 (max_stmt_executions_int): Split parts to ...
9211 (estimated_stmt_executions_int): ... this.
9212 (max_stmt_executions): Split parts to ...
9213 (estimated_stmt_executions): ... this.
9214 * graphite-sese-to-poly.c (build_loop_iteration_domains): Adjust.
9215 * predict.c (predict_loops): Likewise.
9216 * tree-data-ref.c (max_stmt_executions_tree): Likewise.
9217 (analyze_siv_subscript_cst_affine): Likewise.
9218 (compute_overlap_steps_for_affine_1_2): Likewise.
9219 (analyze_subscript_affine_affine): Likewise.
9220 (init_omega_for_ddr_1): Likewise.
9221 * tree-parloops.c (parallelize_loops): Likewise.
9222 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
9223 (may_eliminate_iv): Likewise.
9224 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
9225 (loop_prefetch_arrays): Likewise.
9226 * tree-vrp.c (adjust_range_with_scev): Likewise.
9227
9228 2012-04-12 Oleg Endo <olegendo@gcc.gnu.org>
9229
9230 * config/sh/sh.h (RETURN_ADDR_RTX): Use NULL_RTX instead of 0.
9231 * config/sh/sh.c (INSN_REGMODE_WEIGHT, CURR_REGMODE_PRESSURE):
9232 Fix line width.
9233 (dump_table): Use bool type for need_align and have_df variables.
9234 (find_barrier, sfunc_uses_reg): Use NULL_RTX instead of 0.
9235 (regs_used): Remove register modifier.
9236 (barrier_align): Move variables slot, credit, jump_to_next
9237 into if block above for loop. Use bool type for jump_to_next.
9238 (sh_function_arg): Use NULL_RTX instead of 0.
9239
9240 2012-04-11 Andreas Schwab <schwab@linux-m68k.org>
9241
9242 * config/m68k/m68k.md (rotrhi3+1): Name it rotrhi_lowpart.
9243 (bswapsi2): New expander.
9244
9245 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
9246
9247 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Defined to
9248 0x60000000 if __x86_64 is defined and __LP64__ isn't defined.
9249
9250 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
9251
9252 PR rtl-optimization/52876
9253 * emit-rtl.c (set_reg_attrs_from_value): Handle arbitrary value.
9254 Don't call mark_reg_pointer for incompatible pointer sign extension.
9255
9256 * reginfo.c (reg_scan_mark_refs): Call set_reg_attrs_from_value
9257 directly.
9258
9259 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
9260
9261 * fold-const.c (fold_unary_loc): Use GET_MODE_PRECISION for
9262 comparisons against TYPE_PRECISION.
9263 * tree-ssa-forwprop.c (combine_conversions): Likewise.
9264
9265 2012-04-11 Xinliang David Li <davidxl@google.com>
9266
9267 * tree-passes.h: Remove TODO_dump_func.
9268 * tree-ssa-tail-merge.c (tail_merge_optimize): Remove TODO_dump_func.
9269 * trans-mem.c: Remove TODO_dump_func.
9270 * ira.c: Remove TODO_dump_func.
9271
9272 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
9273
9274 * config/i386/i386.c (ix86_option_override_internal): Check
9275 SUBTARGET_OVERRIDE_OPTIONS and SUBSUBTARGET_OVERRIDE_OPTIONS
9276 after TARGET_64BIT is updated.
9277
9278 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
9279
9280 * config/sh/sh.h: Remove old secondary reload code.
9281
9282 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
9283
9284 * config/sh/sh.c (SCHED_REORDER): Merge macro into ...
9285 (ready_reorder): ... this function.
9286
9287 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
9288
9289 * sel-sched.c (sel_global_init): Swap order of sched_rgn_init and
9290 sched_init calls.
9291
9292 * haifa-sched.c (prune_ready_list): Rework handling of SCHED_GROUP_P
9293 insns so that no other insn is queued for a time before them.
9294
9295 * config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
9296 unknown.
9297
9298 2012-04-11 Richard Guenther <rguenther@suse.de>
9299
9300 PR middle-end/52621
9301 * tree-chrec.c (evolution_function_is_invariant_rec_p): Properly
9302 consider loop nesting.
9303 (evolution_function_is_univariate_p): Properly check the remainder
9304 for chrecs.
9305
9306 2012-04-11 Richard Guenther <rguenther@suse.de>
9307
9308 PR middle-end/52918
9309 * except.c (sjlj_emit_dispatch_table): Properly update loop structure.
9310
9311 2012-04-11 Nick Clifton <nickc@redhat.com>
9312
9313 * config/rl78/rl78.c (rl78_expand_prologue): Set stack use
9314 information, if requested.
9315
9316 * config/rx/rx.c (rx_expand_prologue): Likewise.
9317
9318 2012-04-11 Peter Bergner <bergner@vnet.ibm.com>
9319 Michael Matz <matz@suse.de>
9320
9321 PR target/16458
9322 * rtlanal.c (unsigned_reg_p): New function.
9323 Update copyright notice dates.
9324 * rtl.h (unsigned_reg_p): Prototype it.
9325 Update copyright notice dates.
9326 * config/rs6000/rs6000.c (rs6000_generate_compare): Use it.
9327 Update comment.
9328 * expr.c (expand_expr_real_1): Set register attributes.
9329 * stmt.c (expand_case): Likewise.
9330
9331 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
9332
9333 PR target/50751
9334 * config/sh/sh-protos.h (sh_legitimate_index_p): Add new arguments
9335 consider_sh2a and allow_zero.
9336 * config/sh/sh.c (sh_legitimate_index_p): Likewise.
9337 (disp_addr_displacement): New function.
9338 (sh_address_cost): Use disp_addr_displacement function instead
9339 of DISP_ADDR_OFFSET.
9340 (sh_legitimate_address_p): Adapt to changed
9341 sh_legitimate_index_p declaration.
9342 (sh_find_mov_disp_adjust): Remove HImode check.
9343 (sh_secondary_reload): Add HImode case. Use satisfies_constraint_Sdd,
9344 disp_addr_displacement and max_mov_insn_displacement.
9345 (max_mov_insn_displacement): Remove HImode check.
9346 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12,
9347 DISP_ADDR_P, DISP_ADDR_OFFSET): Remove.
9348 * config/sh/constraints.md (K05, K13): New constraints.
9349 (K12): Correct comment.
9350 (Sdd): Do not use DISP_ADDR_P macro.
9351 (Snd, Sbw): Use satisfies_constraint_Sdd.
9352 * config/sh/sh.md (extendhisi2): Remove constraints from expander.
9353 (*extendhisi2_compact, movhi_i): Remove.
9354 (*extendhisi2_compact_reg, *extendhisi2_compact_mem_disp,
9355 *extendhisi2_compact_mem_disp, *extendhisi2_compact_snd,
9356 *movhi_reg_reg, *movhi_store_mem_disp05, *movhi_store_mem_disp13,
9357 *movhi_load_mem_disp, *movhi_load_mem_disp, *movhi): New insns.
9358 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_mem_disp,
9359 *movqi_store_mem_disp04, *movqi_store_mem_disp12, *movqi_load_mem_disp,
9360 *movqi_load_mem_disp): Use sh_legitimate_index_p instead of
9361 CONST_OK_FOR_Kxx.
9362 Add new peepholes for HImode displacement addressing.
9363
9364 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
9365
9366 * config/sh/sh.h (SIDI_OFF): Remove.
9367 * config/sh/sh.md: Use gen_highpart and gen_lowpart to access
9368 DImode subregs instead of gen_rtx_REG or simplifly_gen_subreg
9369 or operand_subword.
9370
9371 2012-04-11 Eric Botcazou <ebotcazou@adacore.com>
9372
9373 PR target/52624
9374 * doc/extend.texi (Other Builtins): Document __builtin_bswap16.
9375 (PowerPC AltiVec/VSX Built-in Functions): Remove it.
9376 * doc/md.texi (Standard Names): Add bswap.
9377 * builtin-types.def (BT_UINT16): New primitive type.
9378 (BT_FN_UINT16_UINT16): New function type.
9379 * builtins.def (BUILT_IN_BSWAP16): New.
9380 * builtins.c (expand_builtin_bswap): Add TARGET_MODE argument.
9381 (expand_builtin) <BUILT_IN_BSWAP16>: New case. Pass TARGET_MODE to
9382 expand_builtin_bswap.
9383 (fold_builtin_bswap): Add BUILT_IN_BSWAP16 case.
9384 (fold_builtin_1): Likewise.
9385 (is_inexpensive_builtin): Likewise.
9386 * optabs.c (expand_unop): Deal with bswap in HImode specially. Add
9387 missing bits for bswap to libcall code.
9388 * tree.c (build_common_tree_nodes): Build uint16_type_node.
9389 * tree.h (enum tree_index): Add TI_UINT16_TYPE.
9390 (uint16_type_node): New define.
9391 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_BSWAP_HI): Delete.
9392 * config/rs6000/rs6000.c (rs6000_expand_builtin): Remove handling of
9393 above builtin.
9394 (rs6000_init_builtins): Likewise.
9395 * config/rs6000/rs6000.md (bswaphi2): Add TARGET_POWERPC predicate.
9396
9397 2012-04-11 Tristan Gingold <gingold@adacore.com>
9398
9399 * doc/extend.texi (Type Attributes): Move paragraph.
9400
9401 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
9402
9403 PR 24985
9404 * diagnostic.h (show_caret): Declare.
9405 (caret_max_width): Declare.
9406 (diagnostic_show_locus): Declare.
9407 * diagnostic.c (diagnostic_initialize): Initialize to false.
9408 (diagnostic_show_locus): New.
9409 (diagnostic_report_diagnostic): Call it.
9410 (getenv_columns): New.
9411 (adjust_line): New.
9412 (diagnostic_set_caret_max_width): New.
9413 * input.c (read_line): New.
9414 (location_get_source_line): New.
9415 * input.h (location_get_source_line): Declare.
9416 * toplev.c (general_init): Initialize show_caret from options.
9417 * dwarf2out.c (gen_producer_string): Handle fdiagnostics-show-caret.
9418 * opts.c (common_handle_option): Likewise.
9419 * pretty-print.h (pp_get_prefix): New.
9420 (pp_base_get_prefix): New.
9421 * common.opt (fdiagnostics-show-caret): New option.
9422 * doc/invoke.texi (fdiagnostics-show-caret): Document it.
9423
9424 2012-04-11 Richard Guenther <rguenther@suse.de>
9425
9426 PR rtl-optimization/52881
9427 * ifcvt.c (find_if_case_2): Avoid speculating loop latches.
9428
9429 2012-04-11 Richard Guenther <rguenther@suse.de>
9430
9431 PR tree-optimization/52912
9432 * tree-ssa-threadupdate.c (thread_block): Tell the cfg
9433 manipulation code we are threading through a loop header
9434 to an exit destination.
9435
9436 2012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
9437
9438 * tree.h (warn_if_unused_value): Move declaration from here.
9439 * stmt.c (warn_if_unused_value): Move definition from here.
9440
9441 2012-04-10 Michael Matz <matz@suse.de>
9442
9443 * tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to
9444 grouped_stores.
9445 (LOOP_VINFO_STRIDED_STORES): Rename to LOOP_VINFO_GROUPED_STORES.
9446 (struce _bb_vec_info.strided_stores): Rename to grouped_stores.
9447 (BB_VINFO_STRIDED_STORES): Rename to BB_VINFO_GROUPED_STORES.
9448 (STMT_VINFO_STRIDED_ACCESS): Rename to STMT_VINFO_GROUPED_ACCESS.
9449 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
9450 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
9451 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
9452 (vect_record_strided_load_vectors): Rename to
9453 vect_record_grouped_load_vectors.
9454 * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
9455 Rename use of above macros.
9456 (vect_verify_datarefs_alignment): Ditto.
9457 (vector_alignment_reachable_p): Ditto.
9458 (vect_peeling_hash_get_lowest_cost): Ditto.
9459 (vect_enhance_data_refs_alignment): Ditto.
9460 (vect_analyze_group_access): Ditto and rename stride to groupsize.
9461 (vect_analyze_data_ref_access): Rename "strided" to "grouped".
9462 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
9463 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
9464 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
9465 (vect_record_strided_load_vectors): Rename to
9466 vect_record_grouped_load_vectors.
9467 * tree-vect-loop.c (new_loop_vec_info): Rename use of above macros.
9468 (destroy_loop_vec_info): Ditto.
9469 (vect_transform_loop): Ditto and rename strided_store to grouped_store.
9470 * tree-vect-slp.c (vect_build_slp_tree): Rename use of above macros.
9471 (vect_analyze_slp): Ditto.
9472 (new_bb_vec_info): Ditto.
9473 (destroy_bb_vec_info): Ditto.
9474 (vect_schedule_slp_instance): Ditto and rename strided_store to
9475 grouped_store.
9476 * tree-vect-stmts.c (vect_cost_strided_group_size): Rename to
9477 vect_cost_group_size.
9478 (vect_model_store_cost): Rename use of above macros and call
9479 to vect_cost_strided_group_size.
9480 (vect_model_load_cost): Ditto.
9481 (vectorizable_store): Ditto, rename strided_store to grouped_store
9482 and calls to renamed tree-vectorizer.h functions.
9483 (vectorizable_load): Ditto.
9484 (vect_transform_stmt): Rename use of above macros and strided_store
9485 to grouped_store.
9486
9487 2012-04-10 Jan Hubicka <jh@suse.cz>
9488
9489 * cgraph.h: Remove misledaing comment on ipa-ref.h.
9490 (symtab_type): New enum.
9491 (symtab_node): New structure.
9492 (cgraph_node, varpool_node): Add symbol base type.
9493 (cgraph, varpool): New accestor functions.
9494 * cgraph.c (cgraph_create_node_1): Set symbol type.
9495 * varpool.c (varpool_node): Set symbol type.
9496
9497 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
9498 Richard Sandiford <rdsandiford@googlemail.com>
9499
9500 * fwprop.c (propagate_rtx): Also set PR_CAN_APPEAR for subregs.
9501
9502 2012-04-10 Richard Guenther <rguenther@suse.de>
9503
9504 PR middle-end/52888
9505 * gimple-low.c (gimple_check_call_args): Properly account for
9506 compatible aggregate types.
9507
9508 2012-04-10 Richard Guenther <rguenther@suse.de>
9509
9510 * toplev.h (tree_rest_of_compilation): Remove.
9511 * tree-optimize.c (tree_rest_of_compilation): Likewise.
9512 * cgraph.h (tree_rest_of_compilation): Declare.
9513 * tree-optimize.c (tree_rest_of_compilation): Move ...
9514 * cgraphunit.c (tree_rest_of_compilation): ... here.
9515 * cgraph.c (cgraph_add_new_function): Adjust.
9516 * Makefile.in (tree-optimize.o): Adjust.
9517 (cgraphunit.o): Likewise.
9518
9519 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
9520
9521 PR tree-optimization/52870
9522 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
9523 presumed pattern statement is within the same loop or basic block.
9524
9525 2012-04-10 Tristan Gingold <gingold@adacore.com>
9526
9527 * gengtype.c (main): Make uintptr_t a known type.
9528
9529 2012-04-10 Richard Guenther <rguenther@suse.de>
9530
9531 * tree-pass.h (tree_lowering_passes): Remove.
9532 * tree-optimize.c (tree_lowering_passes): Remove.
9533 * cgraph.c (cgraph_add_new_function): Inline relevant parts
9534 of tree_lowering_passes, avoid redundant call of early local passes.
9535 * cgraphunit.c (cgraph_lower_function): Fold into ...
9536 (cgraph_analyze_function): ... its single caller. Inline
9537 relevant parts of tree_lowering_passes.
9538
9539 2012-04-09 H.J. Lu <hongjiu.lu@intel.com>
9540
9541 PR other/52777
9542 * config/pa/pa.opt: Remove SIO and GNU_LD.
9543
9544 2012-04-09 Jan Hubicka <jh@suse.cz>
9545
9546 PR lto/52722
9547 PR lto/51765
9548 PR lto/52634
9549 * lto-cgraph.c (compute_ltrans_boundary): When alias is in the
9550 boundary, add its target too.
9551 * lto.c (add_references_to_partition): Add also aliased nodes.
9552 (add_cgraph_node_to_partition,
9553 add_varpool_node_to_partition): Work on nodes, not functions/variables;
9554 when adding alias, add also the aliased object.
9555
9556 2012-04-09 Uros Bizjak <ubizjak@gmail.com>
9557
9558 PR target/52883
9559 * config/i386/predicates.md (x86_64_zext_general_operand): Prevent
9560 VOIDmode immediate operands.
9561 * config/i386/constraints.md (Wz): New constraint.
9562 * config/i386/i386.md (*zero_extendsidi2_rex64): Use Wz instead of Z.
9563
9564 2012-04-09 Eric Botcazou <ebotcazou@adacore.com>
9565
9566 PR target/52717
9567 * config/sparc/sparc.c (sparc_file_end): Set TREE_PUBLIC explicitly on
9568 the DECL generated for the special GOT helper.
9569
9570 2012-04-09 Oleg Endo <olegendo@gcc.gnu.org>
9571
9572 * config/sh/constraints.md: Update list of constraints in
9573 comment block.
9574 (Sr0): Remove unused memory constraint.
9575
9576 2012-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
9577
9578 * tree-pretty-print.h: Update comment.
9579
9580 2012-04-08 Oleg Endo <olegendo@gcc.gnu.org>
9581
9582 * config/sh/sh.md: Use braced string notation where applicable.
9583 (*prefetch_i4, prefetch_m2a): Merge into ...
9584 (*prefetch): ... this new insn.
9585
9586 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
9587
9588 * config/sh/sh.h (high_life_started): Remove
9589 * config/sh/predicates.md (general_movdst_operand): Use
9590 'reload_in_progress' instead of 'high_life_started'.
9591 * config/sh/sh.md (divsi_inv_call, *divsi_inv_call_combine,
9592 divsi_inv_fp): Likewise.
9593
9594 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
9595
9596 * config/sh/sh-protos.h (prepare_move_operands): Return void
9597 instead of int.
9598 * config/sh/sh.c (prepare_move_operands): Likewise.
9599 * config/sh/sh.md: Remove return value checks of prepare_move_operands.
9600
9601 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
9602
9603 * config/sh/sh-protos.h (fp_int_operand, symbol_ref_operand,
9604 general_movsrc_operand, general_movdst_operand, arith_reg_operand,
9605 fp_arith_reg_operand, arith_operand, arith_reg_or_0_operand,
9606 logical_operand, fpscr_operand, fpul_operand, expand_fp_branch,
9607 commutative_float_operator, noncommutative_float_operator,
9608 sh_handle_pragma): Remove.
9609
9610 2012-04-06 Sandra Loosemore <sandra@codesourcery.com>
9611
9612 * doc/invoke.texi: Clean up Texinfo markup throughout the file.
9613 Use @option markup on command-line options. Use @samp markup on
9614 literal keywords to options. Use @code markup on code fragments.
9615 Use other markup in preference to quotation marks in the text.
9616 Add markup to some passages without any.
9617
9618 2012-04-06 Mike Stump <mikestump@comcast.net>
9619
9620 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Avoid warning.
9621
9622 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
9623
9624 * config/sh/sh.c (hi_const): Remove.
9625 (find_barrier, sh_reorg): Use satisfies_constraint_I16 instead
9626 of hi_const.
9627
9628 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
9629
9630 * config/sh/sh-protos.h (sh_expand_t_scc): Change return type from int
9631 to bool.
9632 * config/sh/sh.c (sh_expand_t_scc): Likewise.
9633 * config/sh/sh.md (cstoresi4, cstoredi4): Remove GET_CODE checks before
9634 calling sh_expand_t_scc.
9635
9636 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
9637
9638 * config/sh/sh-protos.h (fp_zero_operand, fp_one_operand,
9639 nonpic_symbol_mentioned_p, expand_block_move, expand_ashiftrt,
9640 sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext, system_reg_operand,
9641 reg_unused_after, sh_can_redirect_branch, sh_need_epilogue, fldi_ok,
9642 sh_hard_regno_rename_ok, sh_cfun_interrupt_handler_p,
9643 sh_cfun_resbank_handler_p, sh_attr_renesas_p, sh_cfun_attr_renesas_p,
9644 check_use_sfunc_addr, sh_contains_memref_p, sh_loads_bankedreg_p,
9645 sh2a_is_function_vector_call): Use bool as return type.
9646 (sh_pass_in_reg_p): Remove.
9647 * config/sh/sh.c (broken_move, mova_p, noncall_uses_reg, high_pressure,
9648 flow_dependent_p, sh2a_function_vector_p, expand_block_move,
9649 expand_ashiftrt, sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext,
9650 sh_need_epilogue, sh2a_is_function_vector_call, sh_attr_renesas_p,
9651 sh_cfun_attr_renesas_p, sh_cfun_interrupt_handler_p,
9652 sh_cfun_resbank_handler_p, system_reg_operand, fp_zero_operand,
9653 fp_one_operand, fldi_ok, reg_unused_after, sh_can_redirect_branch,
9654 sh_hard_regno_rename_ok, check_use_sfunc_addr, sh_contains_memref_p,
9655 sh_loads_bankedreg_p): Use bool as return type.
9656 (nonpic_symbol_mentioned_p): Use bool as return type. Remove
9657 'register' modifier.
9658
9659 2012-04-06 Matt Turner <mattst88@gmail.com>
9660
9661 * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
9662
9663 2012-04-06 Eric Botcazou <ebotcazou@adacore.com>
9664
9665 * config/ia64/ia64.c (ia64_load_pair_ok): Return 0 if the second member
9666 of the destination isn't also a FP_REGS register.
9667
9668 2012-04-05 Teresa Johnson <tejohnson@google.com>
9669 H.J. Lu <hongjiu.lu@intel.com>
9670
9671 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_LCP_STALL.
9672 * config/i386/i386.md (move immediate to memory peephole2):
9673 Add cases for HImode move when LCP stall avoidance is needed.
9674 * config/i386/i386.c (initial_ix86_tune_features): Initialize
9675 X86_TUNE_LCP_STALL entry.
9676
9677 2012-04-05 Uros Bizjak <ubizjak@gmail.com>
9678
9679 PR target/52882
9680 * config/i386/i386.c (ix86_decompose_address): Allow VOIDmode
9681 CONST_INT operands, zero-extended with AND.
9682
9683 2012-04-05 Oleg Endo <olegendo@gcc.gnu.org>
9684
9685 PR target/50751
9686 * config/sh/sh.c (sh_find_mov_disp_adjust): Take machine_mode as the
9687 first argument instead of mode size. Move displacement calculations
9688 to ...
9689 (mov_insn_size, max_mov_insn_displacement, mov_insn_alignment_mask):
9690 ... these new functions.
9691 (disp_adjust): Remove max_mov_disp field.
9692 (sh_legitimate_index_p): Use max_mov_insn_displacement and
9693 mov_insn_alignment_mask.
9694 (sh_address_cost): Use max_mov_insn_displacement.
9695
9696 2012-04-05 Andrew Stubbs <ams@codesourcery.com>
9697
9698 * config/arm/arm.md (arch): Add neon_onlya8 and neon_nota8.
9699 (arch_enabled): Handle new arch types.
9700 (one_cmpldi2): Add NEON support.
9701
9702 2012-04-05 Richard Guenther <rguenther@suse.de>
9703
9704 * gimple.c (walk_gimple_op): Compute val_only for the LHS
9705 of an assigment in the canonical way, avoiding is_gimple_mem_rhs.
9706 (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt): Move ...
9707 * gimplify.c (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
9708 ... here and make static.
9709 * gimple.h (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
9710 Remove.
9711
9712 2012-04-05 Richard Guenther <rguenther@suse.de>
9713
9714 * tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt
9715 basic-block before removing it.
9716
9717 2012-04-05 Richard Guenther <rguenther@suse.de>
9718
9719 * tree-ssanames.c (release_dead_ssa_names): Compact the SSA
9720 version namespace as we release the freelist.
9721
9722 2012-04-05 Richard Guenther <rguenther@suse.de>
9723
9724 * tree-nrv.c (tree_nrv): Release VDEFs.
9725 * tree-sra.c (sra_modify_constructor_assign): Likewise.
9726 (sra_modify_assign): Likewise.
9727 * tree-vect-stmts.c (vect_remove_stores): Likewise.
9728 * tree-vect-loop.c (vect_transform_loop): Likewise.
9729 * tree-ssa-dom.c (optimize_stmt): Likewise.
9730 * tree-vect-slp.c (vect_schedule_slp): Likewise.
9731 * tree-ssa-math-opts.c (execute_cse_sincos): Likewise.
9732
9733 2012-04-05 Richard Guenther <rguenther@suse.de>
9734
9735 * gimple-iterator.c (gsi_remove): Return whether EH edges need to be
9736 cleanup.
9737 * gimple.h (gsi_remove): Adjust.
9738 * tree-ssa-operands.c (unlink_stmt_vdef): Optimize.
9739 * tree-ssa-dom.c (optimize_stmt): Use gsi_remove result.
9740 * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
9741 * tree-ssa-forwprop.c (remove_prop_source_from_use): Likewise.
9742 * tree-ssa-math-opts.c (execute_optimize_widening_mul): Likewise.
9743 * tree-ssa-pre.c (eliminate): Likewise.
9744
9745 2012-04-04 Mike Stump <mikestump@comcast.net>
9746
9747 * doc/rtl.texi (const_double): Document as sign-extending.
9748 * expmed.c (expand_mult): Ensure we don't use shift incorrectly.
9749 * emit-rtl.c (immed_double_int_const): Refine to state the
9750 value is signed.
9751 * simplify-rtx.c (mode_signbit_p): Add a fixme for wider than
9752 CONST_DOUBLE integers.
9753 (simplify_const_unary_operation, UNSIGNED_FLOAT): Ensure no
9754 negative values are converted. Fix conversions bigger than
9755 HOST_BITS_PER_WIDE_INT.
9756 (simplify_binary_operation_1): Ensure we don't use shift incorrectly.
9757 (simplify_immed_subreg): Sign-extend CONST_DOUBLEs.
9758 * explow.c (plus_constant_mode): Add.
9759 (plus_constant): Implement with plus_constant_mode.
9760 * rtl.h (plus_constant_mode): Add.
9761
9762 2012-04-04 Richard Guenther <rguenther@suse.de>
9763
9764 PR tree-optimization/52808
9765 * tracer.c (tail_duplicate): Do not tail-duplicate loop header blocks.
9766 * Makefile.in (tracer.o): Depend on $(CFGLOOP_H).
9767
9768 2012-04-04 Tristan Gingold <gingold@adacore.com>
9769
9770 * expr.c (expand_expr_real_2): Handle larger sizetype in
9771 POINTER_PLUS_EXPR.
9772
9773 2012-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
9774
9775 * config/sh/t-sh (MULTILIB_MATCHES): Match m2a-single-only
9776 to m2a-single instead of m2e.
9777
9778 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
9779
9780 * expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.
9781 Change type of BITOFFSET to signed. Make sure the lower bound of
9782 the computed range is non-negative by adjusting OFFSET and BITPOS.
9783 (expand_assignment): Adjust call to get_bit_range.
9784
9785 2012-04-03 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
9786
9787 * h8300/h8300.c (h8300_current_function_monitor_function_p):
9788 New function. Added to check monitor functions.
9789 (h8300_option_override): Modified to generate error/warning
9790 messages for invalid combinations of different command line
9791 options.
9792 * h8300/h8300.md: Generate 'rte' for monitor functions. Do not
9793 save EXR on stack for monitor function in case of H8S target
9794 when "-mno-exr" is passed.
9795 * h8300/h8300-protos.h (h8300_current_function_monitor_function_p):
9796 Add prototype.
9797 * doc/invoke.texi: Document H8S options.
9798
9799 2012-04-03 Tristan Gingold <gingold@adacore.com>
9800
9801 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead
9802 of gcc_AC_FUNC_MMAP_BLACKLIST.
9803 * acinclude.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Remove.
9804 * Makefile.in (aclocal_deps): Add mmap.m4.
9805 * configure: Regenerate.
9806 * aclocal.m4: Regenerate.
9807
9808 2012-04-03 Richard Guenther <rguenther@suse.de>
9809
9810 PR tree-optimization/52808
9811 * tracer.c (tail_duplicate): Return whether we have duplicated
9812 any block.
9813 (tracer): If we have duplicated any block, cleanup the CFG.
9814 * cfghooks.c (duplicate_block): If we duplicated a loop
9815 header but not its loop, destroy the loop because it now has
9816 multiple entries.
9817 * tree-ssa-threadupdate.c (thread_through_loop_header): Tell
9818 the cfg manipulation routines we are not creating a multiple
9819 entry loop.
9820
9821 2012-04-03 Tristan Gingold <gingold@adacore.com>
9822
9823 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle
9824 'byte' alignment.
9825 (vms_c_common_override_options): Allow parameterless variadic
9826 functions.
9827
9828 2012-04-03 Jakub Jelinek <jakub@redhat.com>
9829
9830 PR tree-optimization/52835
9831 * tree-data-ref.c (build_rdg): Return NULL if
9832 compute_data_dependences_for_loop failed.
9833
9834 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
9835
9836 * varasm.c (initializer_constant_valid_for_bitfield_p): Return true
9837 for REAL_CST as well.
9838 (output_constructor): Use RECORD_OR_UNION_TYPE_P predicate.
9839 In the bitfield case, if the value is a REAL_CST, convert it first to
9840 an INTEGER_CST.
9841
9842 2012-04-02 H.J. Lu <hongjiu.lu@intel.com>
9843
9844 * config.gcc: Use i386/biarchx32.h instead of i386/biarch64.h
9845 for --with-abi={x32|mx32} or --with-multilib-list=mx32.
9846 (supported_defaults): Add abi for i[34567]86-*-* and x86_64-*-*.
9847
9848 * config/i386/biarchx32.h: New.
9849
9850 2012-04-02 Anatoly Sokolov <aesok@post.ru>
9851
9852 * config/arm/arm.h (PREFERRED_RELOAD_CLASS): Remove.
9853 * config/arm/arm.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
9854 (arm_preferred_reload_class): New function.
9855
9856 2012-04-02 Richard Guenther <rguenther@suse.de>
9857
9858 PR tree-optimization/52756
9859 * tree-ssa-threadupdate.c (def_split_header_continue_p): New function.
9860 (thread_through_loop_header): After threading through the loop latch
9861 remove the split part from the loop and clear further threading
9862 opportunities that would create a multiple entry loop.
9863
9864 2012-04-02 Richard Guenther <rguenther@suse.de>
9865
9866 PR rtl-optimization/52800
9867 * cprop.c (execute_rtl_cprop): Call cleanup_cfg with
9868 CLEANUP_CFG_CHANGED.
9869
9870 2012-04-02 Richard Guenther <rguenther@suse.de>
9871
9872 PR middle-end/52803
9873 * loop-init.c (gate_handle_loop2): Destroy loops here if
9874 we don't enter RTL loop optimizers.
9875
9876 2012-04-02 Uros Bizjak <ubizjak@gmail.com>
9877
9878 Partially revert:
9879 2012-03-29 Richard Guenther <rguenther@suse.de>
9880
9881 * rtl.h (extended_count): Remove.
9882 * combine.c (extended_count): Remove.
9883
9884 2012-04-02 Dodji Seketeli <dodji@redhat.com>
9885
9886 PR c++/40942
9887 * pt.c (more_specialized_fn): Don't apply decay conversion to
9888 types of function parameters.
9889
9890 2012-04-02 Tristan Gingold <gingold@adacore.com>
9891
9892 * ggc-page.c (PAGE_L1_SIZE, PAGE_L2_SIZE, LOOKUP_L1, LOOKUP_L2)
9893 (ggc_allocated_p, lookup_page_table_entry, set_page_table_entry)
9894 (alloc_page, init_ggc, clear_marks, struct ggc_pch_data)
9895 (ggc_pch_this_base): Use uintptr_t instead of size_t.
9896
9897 2012-03-31 H.J. Lu <hongjiu.lu@intel.com>
9898
9899 PR bootstrap/52784
9900 * config/i386/i386.c (ix86_option_override_internal): Don't
9901 check TARGET_64BIT if TARGET_64BIT_DEFAULT is false.
9902
9903 2012-03-31 Eric Botcazou <ebotcazou@adacore.com>
9904
9905 * tree-cfg.c (call_can_make_abnormal_goto): New predicate.
9906 (stmt_can_make_abnormal_goto): Use it.
9907 (is_ctrl_altering_stmt): Likewise.
9908
9909 2012-03-30 Naveen H.S <naveen.S@kpitcummins.com>
9910 Kaz Kojima <kkojima@gcc.gnu.org>
9911
9912 * config/sh/sh.c (push_regs): Skip banked registers when
9913 resbank attribute is specified.
9914 (sh_expand_epilogue): Likewise.
9915
9916 2012-03-30 Richard Henderson <rth@redhat.com>
9917
9918 PR debug/52727
9919 * combine-stack-adj.c (prev_active_insn_bb): New.
9920 (next_active_insn_bb): New.
9921 (force_move_args_size_note): New.
9922 (combine_stack_adjustments_for_block): Use it.
9923
9924 2012-03-30 Richard Henderson <rth@redhat.com>
9925
9926 * config/i386/i386.c (struct expand_vec_perm_d): Add one_operand_p.
9927 (ix86_expand_vector_init_duplicate): Initialize it.
9928 (expand_vec_perm_palignr): Likewise.
9929 (ix86_expand_vec_perm_const): Likewise.
9930 (ix86_vectorize_vec_perm_const_ok): Likewise.
9931 (expand_vec_perm_blend): Use it.
9932 (expand_vec_perm_vpermil): Likewise.
9933 (expand_vec_perm_pshufb): Likewise.
9934 (expand_vec_perm_1): Likewise.
9935 (expand_vec_perm_pshuflw_pshufhw): Likewise.
9936 (expand_vec_perm_interleave2): Likewise.
9937 (expand_vec_perm_vpermq_perm_1): Likewise.
9938 (expand_vec_perm_vperm2f128): Likewise.
9939 (expand_vec_perm_interleave3): Likewise.
9940 (expand_vec_perm_vperm2f128_vblend): Likewise.
9941 (expand_vec_perm_vpshufb2_vpermq): Likewise.
9942 (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise,.
9943 (expand_vec_perm_broadcast): Likewise.
9944 (expand_vec_perm_vpshufb4_vpermq2): Likewise.
9945
9946 2012-03-30 Richard Henderson <rth@redhat.com>
9947
9948 * dwarf2out.c (gen_variable_die): Initialize off.
9949
9950 2012-03-30 Tristan Gingold <gingold@adacore.com>
9951
9952 * config/vms/vms-f.c: New file.
9953 * config/vms/t-vms (vms-f.o): New rule.
9954 * config.gcc (*-*-*vms*): Define fortran_target_objs.
9955
9956 2012-03-30 Richard Guenther <rguenther@suse.de>
9957
9958 PR tree-optimization/52754
9959 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Only
9960 propagate arbitrary addresses into really plain dereferences.
9961
9962 2012-03-30 Richard Guenther <rguenther@suse.de>
9963
9964 PR middle-end/52772
9965 * except.c (emit_to_new_bb_before): Move loop updating ...
9966 (dw2_build_landing_pads): ... here. Use a proper block for
9967 querying the loop father.
9968
9969 2012-03-30 Tristan Gingold <gingold@adacore.com>
9970
9971 * config/ia64/ia64.c (ia64_section_type_flags): Remove
9972 common_object attribute handling.
9973 (SECTION_VMS_OVERLAY): Remove
9974 (ia64_vms_common_object_attribute): Replace abort with an assert.
9975 Do not set DECL_SECTION_NAME.
9976 (ia64_vms_output_aligned_decl_common): Handle common_object
9977 attribute.
9978 (ia64_vms_elf_asm_named_section): Remove.
9979 * config/ia64/vms.h (TARGET_ASM_NAMED_SECTION): Remove.
9980
9981 2012-03-30 Richard Guenther <rguenther@suse.de>
9982
9983 PR middle-end/52786
9984 * double-int.c (rshift_double): Remove not needed cast.
9985
9986 2012-03-30 Richard Guenther <rguenther@suse.de>
9987
9988 * tree-affine.h (print_aff): Remove.
9989 * tree-affine.c (print_aff): Make static.
9990 * tree-data-ref.h (access_matrix_get_index_for_parameter): Remove.
9991 (get_references_in_stmt): Likewise.
9992 (print_direction_vector): Likewise.
9993 (print_dir_vectors): Likewise.
9994 (print_dist_vectors): Likewise.
9995 (dump_subscript): Likewise.
9996 (dump_ddrs): Likewise.
9997 (dump_dist_dir_vectors): Likewise.
9998 (dump_data_references): Likewise.
9999 (dump_data_dependence_relation): Likewise.
10000 (dump_data_dependence_direction): Likewise.
10001 (dump_rdg_vertex): Likewise.
10002 (dump_rdg_component): Likewise.
10003 (debug_ddrs): Declare.
10004 (struct data_ref_loc_d): Move ...
10005 * tree-data-ref.c (struct data_ref_loc_d): ... here.
10006 (get_references_in_stmt): Make static.
10007 (dump_data_references): Likewise.
10008 (dump_subscript): Likewise.
10009 (print_direction_vector): Likewise.
10010 (print_dir_vectors): Likewise.
10011 (print_dist_vectors): Likewise.
10012 (dump_data_dependence_relation): Likewise.
10013 (dump_dist_dir_vectors): Likewise.
10014 (dump_ddrs): Likewise.
10015 (dump_rdg_vertex): Likewise.
10016 (dump_rdg_component): Likewise.
10017 (debug_ddrs): New function.
10018 (access_matrix_get_index_for_parameter): Remove.
10019
10020 2012-03-30 Tristan Gingold <gingold@adacore.com>
10021
10022 * config/vms/vms.c (VMS_CRTL_FLOAT32): Rename.
10023 (VMS_CRTL_FLOAT64, VMS_CRTL_FLOAT64_VAXD): New.
10024 (VMS_CRTL_FLOAT128, VMS_CRTL_DPML, VMS_CRTL_NODMPL)
10025 (VMS_CRTL_32ONLY, VMS_CRTL_G_MASK, VMS_CRTL_G_NONE)
10026 (VMS_CRTL_GA, VMS_CRTL_GL, VMS_CRTL_FLOATV2): New.
10027 (vms_patch_builtins): Handle new flags
10028 * config/vms/vms-crtlmap.map: Completed using nm on
10029 c and math system libraries.
10030 * config/vms/make-crtlmap.awk: Handle any number of flags.
10031
10032 2012-03-30 Martin Jambor <mjambor@suse.cz>
10033
10034 * tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there
10035 is a builtin_stack_save in a dominating BB.
10036
10037 2012-03-29 Uros Bizjak <ubizjak@gmail.com>
10038
10039 * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix results
10040 crossing 128bit lane boundary.
10041
10042 2012-03-29 Vladimir Makarov <vmakarov@redhat.com>
10043
10044 * ira-color.c (setup_left_conflict_sizes_p): Process all
10045 conflicting objects.
10046
10047 2012-03-29 Jakub Jelinek <jakub@redhat.com>
10048
10049 PR tree-optimization/52760
10050 * tree-vect-slp.c (vect_get_constant_vectors): Convert constant_p
10051 shift count for {L,R}{SHIFT,ROTATE}_EXPR to TREE_TYPE (vector_type).
10052
10053 2012-03-29 Richard Guenther <rguenther@suse.de>
10054
10055 * cgraph.h (cgraph_materialize_all_clones): Remove.
10056 (reset_inline_failed): Likewise.
10057 * cgraphunit.c (cgraph_materialize_all_clones): Make static.
10058 * cgraphbuild.c (reset_inline_failed): Remove.
10059 * rtl.h (cse_main): Remove.
10060 (extended_count): Likewise.
10061 * cse.c (dump_class): Mark as DEBUG_FUNCTION.
10062 (cse_main): Make static.
10063 * combine.c (extended_count): Remove.
10064 (dump_combine_stats): Mark as DEBUG_FUNCTION.
10065 * basic-block.h (reorder_basic_blocks): Remove.
10066 * bb-reorder.c (reorder_basic_blocks): Make static.
10067 * Makefile.in (dse.o): Remove dse.h dependency.
10068 * dse.h: Remove.
10069 * dse.c (gate_dse): Remove.
10070 (clear_alias_mode_eq): Likewise.
10071 (clear_alias_mode_hash): Likewise.
10072 (dse_record_singleton_alias_set): Likewise.
10073 (dse_invalidate_singleton_alias_set): Likewise.
10074
10075 2012-03-29 H.J. Lu <hongjiu.lu@intel.com>
10076
10077 * config/linux-android.h (ANDROID_STARTFILE_SPEC): Use
10078 crtbegin_so%O%s for -shared.
10079 (ANDROID_ENDFILE_SPEC): Use crtend_so%O%s for -shared.
10080
10081 2012-03-29 Richard Guenther <rguenther@suse.de>
10082
10083 * tree-flow.h (struct pre_expr_d): Remove forward declaration.
10084 (add_to_value): Remove.
10085 (print_value_expressions): Likewise.
10086 * tree-ssa-pre.c (add_to_value): Make static.
10087 (print_value_expressions): Likewise.
10088 * gimple.h (gimple_adjust_this_by_delta): Remove.
10089 * gimple-fold.c (gimple_adjust_this_by_delta): Likewise.
10090
10091 2012-03-29 Richard Guenther <rguenther@suse.de>
10092
10093 PR middle-end/50708
10094 * double-int.h (rshift_double): Remove.
10095 * double-int.c (lshift_double): Use absu_hwi to make count positive.
10096 (rshift_double): Make static, take unsigned count argument,
10097 remove handling of negative count argument.
10098 (double_int_rshift): Dispatch to lshift_double.
10099
10100 2012-03-28 H.J. Lu <hongjiu.lu@intel.com>
10101
10102 * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Add
10103 OPTION_MASK_ABI_64.
10104
10105 * config/i386/gnu-user64.h (SPEC_64): Support TARGET_BI_ARCH == 2.
10106 (SPEC_X32): Likewise.
10107 (MULTILIB_DEFAULTS): Likewise.
10108
10109 * config/i386/i386.c (isa_opts): Remove -m64.
10110 (ix86_target_string): Properly handle -m32/-m64/-mx32.
10111 (ix86_option_override_internal): Properly
10112 set OPTION_MASK_ISA_64BIT and OPTION_MASK_ISA_X32 as well as
10113 handle -m32, -m64 and -mx32.
10114
10115 * config/i386/i386.h (TARGET_X32): Replace OPTION_ISA_X32
10116 with OPTION_ABI_X32. Moved after TARGET_LP64.
10117 (TARGET_LP64): Changed to OPTION_ABI_64.
10118
10119 * config/i386/i386.opt (m64): Replace ISA_64BIT with ABI_64.
10120 (mx32): Replace ISA_X32 with ABI_X32.
10121
10122 2012-03-28 Eric Botcazou <ebotcazou@adacore.com>
10123
10124 * tree.c (tree_size) <VECTOR_CST>: New case.
10125
10126 2012-03-28 Uros Bizjak <ubizjak@gmail.com>
10127
10128 * config/i386/i386.c (ix86_modes_tieable_p): Handle 32bit AVX modes.
10129 (ix86_expand_vector_move_misalign): Remove un-needed gen_lowpart calls.
10130
10131 2012-03-28 Jakub Jelinek <jakub@redhat.com>
10132
10133 PR middle-end/52691
10134 * tree-ssa-ccp.c (optimize_stdarg_builtin): Optimize
10135 __builtin_va_start to __builtin_next_arg if the latter is
10136 builtin_decl_explicit_p rather than when it is not.
10137
10138 PR middle-end/52750
10139 * tree-vect-generic.c (vector_element): Perform multiplication
10140 for pos in bitsizetype type instead of idx type.
10141
10142 2012-03-28 Richard Guenther <rguenther@suse.de>
10143
10144 * loop-init.c (loop_optimizer_init): If loops are preserved
10145 perform incremental initialization of required loop features.
10146 (loop_optimizer_finalize): If loops are to be preserved only
10147 clean up optional loop features.
10148 (rtl_loop_done): Forcefully free loops here.
10149 * cgraph.c (cgraph_release_function_body): Forcefully free loops.
10150 * cfgexpand.c (expand_gimple_cond): Properly add new basic-blocks
10151 to existing loops.
10152 (construct_init_block): Likewise.
10153 (construct_exit_block): Likewise.
10154 (gimple_expand_cfg): Clear LOOP_CLOSED_SSA loop state. Cleanup
10155 the CFG after expanding.
10156 * cfgloop.c (verify_loop_structure): Calculate or verify dominators.
10157 If we needed to calculate them, free them afterwards.
10158 * tree-pass.h (PROP_loops): New define.
10159 * tree-ssa-loop.c (pass_tree_loop_init): Provide PROP_loops.
10160 * basic-block.h (CLEANUP_CFG_CHANGED): New.
10161 * cfgcleanup.c (merge_blocks_move): Protect loop latches.
10162 (cleanup_cfg): If we did something and have loops around, fix them up.
10163 * cse.c (rest_of_handle_cse_after_global_opts): Call cleanup_cfg
10164 with CLEANUP_CFG_CHANGED.
10165 * cfghooks.c (merge_blocks): If we merge a loop header into
10166 its predecessor, update the loop structure.
10167 (duplicate_block): If we copy a loop latch, adjust loop state
10168 to note we may have multiple latches.
10169 (delete_basic_block): Mark loops for fixup if we remove a loop.
10170 * cfganal.c (forwarder_block_p): Protect loop latches, headers
10171 and preheaders.
10172 * cfgrtl.c (rtl_can_merge_blocks): Protect loop latches.
10173 (cfg_layout_can_merge_blocks_p): Likewise.
10174 * cprop.c (bypass_block): If we create a loop with multiple
10175 entries, mark it for removal.
10176 * except.c (emit_to_new_bb_before): Add the new basic-block
10177 to existing loops.
10178 * tree-eh.c (lower_resx): Likewise.
10179 * omp-low.c (finalize_task_copyfn): Do not copy PROP_loops.
10180 (expand_omp_taskreg): Likewise.
10181 * tree-inline.c (initialize_cfun): Likewise.
10182 * tree-mudflap.c (add_bb_to_loop): Prototype.
10183 (mf_build_check_statement_for): Properly add new basic-blocks
10184 to existing loops.
10185 * tree-ssa-threadupdate.c (thread_block): Mark loops for fixup
10186 if we remove a loop.
10187 (thread_through_loop_header): Likewise.
10188 * trans-mem.c (tm_log_emit_save_or_restores): Properly add
10189 new basic-blocks to existing loops.
10190 (expand_transaction): Likewise.
10191 * Makefile.in (except.o): Add $(CFGLOOP_H).
10192 (expr.o): Likewise.
10193 (cgraph.o): Likewise.
10194 (cprop.o): Likewise.
10195 (cfgexpand.o): Likewise.
10196 (cfganal.o): Likewise.
10197 (trans-mem.o): Likewise.
10198 (tree-eh.o): Likewise.
10199
10200 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
10201
10202 PR target/52692
10203 * config/avr/avr.c (TARGET_BUILTIN_DECL): New define.
10204 (avr_builtin_decl): New static function.
10205 (struct avr_builtin_description, avr_bdesc): Move up.
10206 Add GTY marker. Add field fndecl. Remove redundant field id.
10207 (avr_init_builtins): Initialize avr_bdesc[ID].fndecl.
10208 (avr_expand_builtin): Code cleanup because .id is removed.
10209
10210 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
10211
10212 PR target/52737
10213 * config.gcc (tm_file): Remove avr/multilib.h.
10214
10215 * doc/invoke.texi (AVR Options): Adjust documentation of -mtiny-stack.
10216
10217 * config/avr/genmultilib.awk: Remove code to generate multilib.h.
10218 (BEGIN): Use -msp8 as multilib option instead of -mtiny-stack.
10219 * config/avr/t-avr: Remove generation of multilib.h.
10220 * config/avr/t-multilib: Regenerate.
10221 * config/avr/multilib.h: Remove.
10222 * config/avr/avr.opt (-msp8): New option.
10223 (avr_sp8): New variable.
10224 * config/avr/driver-avr.c (avr_device_to_sp8): New function.
10225 * config/avr/avr.h (AVR_HAVE_SPH): New define.
10226 (AVR_HAVE_8BIT_SP): Also set by avr_sp8 i.e. -msp8.
10227 (avr_device_to_sp8): New prototype.
10228 (EXTRA_SPEC_FUNCTIONS): Add { "device_to_sp8", avr_device_to_sp8 }
10229 (DRIVER_SELF_SPECS): New define.
10230 * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in defines:
10231 __AVR_SP8__, __AVR_HAVE_SPH__.
10232 * config/avr/avr.c (output_movhi): Use AVR_HAVE_SPH instead of
10233 AVR_HAVE_8BIT_SP to decide if SP_H is present.
10234 (avr_file_start): Ditto.
10235
10236 2012-03-28 Jakub Jelinek <jakub@redhat.com>
10237
10238 PR target/52736
10239 * config/i386/sse.md (sse2_loadlpd splitter): Use offset 0
10240 instead of 8 in adjust_address.
10241
10242 2012-03-27 Aurelien Buhrig <aurelien.buhrig.gcc@gmail.com>
10243
10244 PR middle-end/51893
10245 * expmed.c (store_bit_field_1): Fix wordnum value for big-endian
10246 targets.
10247
10248 2012-03-27 Oleg Endo <olegendo@gcc.gnu.org>
10249
10250 PR target/50751
10251 * config/sh/sh.c (sh_legitimize_address, sh_legitimize_reload_address):
10252 Rearrange conditional logic. Move displacement address calculations
10253 to ...
10254 (sh_find_mov_disp_adjust): ... this new function.
10255
10256 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
10257
10258 * config/arm/arm.opt (mapcs): Remove MaskExists.
10259 * config/cris/linux.opt (mno-gotplt): Likewise.
10260 * config/i386/i386.opt (mhard-float): Likewise.
10261 (msse4): Likewise.
10262 (mno-sse4): Likewise.
10263 * config/m68k/m68k.opt (mhard-float): Likewise.
10264 * config/mep/mep.op (mcop32): Likewise.
10265 * config/pa/pa-hpux.opt (msio): Likewise.
10266 * config/pa/pa64-hpux.opt (mgnu-ld): Likewise.
10267 * config/picochip/picochip.opt (mlittle): Likewise.
10268 * config/sh/sh.opt (mrenesas): Likewise.
10269 * config/sparc/long-double-switch.opt (mlong-double-128): Likewise.
10270 * config/sparc/sparc.opt (mhard-float): Likewise.
10271 * config/v850/v850.opt (mv850es): Likewise.
10272 * config/vax/vax.opt (mg-float): Likewise.
10273
10274 2012-03-27 Martin Jambor <mjambor@suse.cz>
10275
10276 PR middle-end/52693
10277 * tree-sra.c (sra_modify_assign): Do not call
10278 load_assign_lhs_subreplacements when working with an unscalarizable
10279 region.
10280
10281 2012-03-27 Uros Bizjak <ubizjak@gmail.com>
10282
10283 PR target/52698
10284 * config/i386/i386-protos.h (ix86_legitimize_reload_address):
10285 New prototype.
10286 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): New define.
10287 * config/i386/i386.c: Include reload.h.
10288 (ix86_legitimize_reload_address): New function.
10289
10290 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
10291
10292 * opth-gen.awk: Allocated a bit for Mask and InverseMask if it
10293 hasn't been allocated. Define a target macro for Mask and
10294 InverseMask if it hasn't been defined. Remove MaskExists handling.
10295
10296 * doc/options.texi: Remove MaskExists.
10297
10298 2012-03-27 Chung-Lin Tang <cltang@codesourcery.com>
10299
10300 PR target/52667
10301 * config/sh/sh.c (find_barrier): Add equality check of last_got
10302 to avoid going above orig insn. Update comments.
10303
10304 2012-03-27 Richard Guenther <rguenther@suse.de>
10305
10306 PR middle-end/52720
10307 * fold-const.c (try_move_mult_to_index): Handle &x.array more
10308 explicitely.
10309
10310 2012-03-27 Eric Botcazou <ebotcazou@adacore.com>
10311
10312 * expmed.c (store_bit_field): Assert that BITREGION_START is a multiple
10313 of a unit before computing the offset in units.
10314 * expr.c (get_bit_range): Return the null range if the enclosing record
10315 is part of a larger bit field.
10316
10317 2012-03-27 Tristan Gingold <gingold@adacore.com>
10318
10319 * config/ia64/vms.h (CASE_VECTOR_MODE): Define.
10320 * config/ia64/ia64.md: Remove mode in template.
10321 Sign extend operand in expand_simple_binop.
10322 * config/ia64/ia64.h (ASM_OUTPUT_ADDR_DIFF_ELT): Use
10323 CASE_VECTOR_MODE instead of TARGET_ILP32.
10324 (ADDR_VEC_ALIGN): Make it depends on CASE_VECTOR_MODE.
10325
10326 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
10327
10328 * varasm.c (assemble_external): #if 0 out the new assert from the
10329 previous commit, it breaks the Java and Go front ends.
10330
10331 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
10332
10333 * toplev.c (check_global_declaration_1): Do not call assemble_external.
10334 * expr.c (emit_block_move_libcall_fn): Likewise.
10335 (clear_storage_libcall_fn): Likewise.
10336 (expand_expr_addr_expr_1): Likewise.
10337 (expand_expr_real_1): Likewise.
10338 * calls.c (rtx_for_function_call): Likewise.
10339
10340 * varasm.c (assemble_external): Assert this function is only called
10341 during or after expanding to RTL.
10342
10343 2012-03-26 Martin Jambor <mjambor@suse.cz>
10344
10345 PR tree-optimization/50052
10346 * tree-sra.c (tree_non_aligned_mem_p): Removed.
10347 (tree_non_aligned_mem_for_access_p): Likewise.
10348 (build_accesses_from_assign): Removed strict alignment requirements
10349 checks.
10350 (access_precludes_ipa_sra_p): Likewise.
10351
10352 2012-03-26 Richard Guenther <rguenther@suse.de>
10353
10354 PR tree-optimization/52701
10355 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Always
10356 compute and set the evolution part of PHI nodes.
10357
10358 2012-03-26 Richard Guenther <rguenther@suse.de>
10359
10360 PR tree-optimization/52721
10361 * tree-vect-stmts.c (vect_init_vector): Handle scalars.
10362
10363 2012-03-26 Ulrich Weigand <ulrich.weigand@linaro.org>
10364
10365 PR tree-optimization/52686
10366 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
10367 WIDEN_LSHIFT_EXPR.
10368
10369 2012-03-26 Tristan Gingold <gingold@adacore.com>
10370
10371 * config/alpha/vms.h (LINK_SPEC): Simplify.
10372 (STARTFILE_SPEC): Remove -mvms-return-codes handling.
10373 (NAME__MAIN, SYMBOL__MAIN): Remove.
10374 (VMS_DEBUG_MAIN_POINTER): Remove.
10375 * config/ia64/vms.h: Likewise.
10376 * config/alpha/alpha.c (alpha_start_function): Move vms_debug_main
10377 code to vms.c. Call vms_start_function.
10378 * config/ia64/ia64.c (ia64_start_function): Likewise.
10379 * config/vms/vms-protos.h (vms_start_function): Declare.
10380 * config/vms/vms.c (vms_start_function): New function.
10381 * config/vms/vms.h (MATH_LIBRARY): Define.
10382 (VMS_DEBUG_MAIN_POINTER): Define.
10383
10384 2012-03-26 Eric Botcazou <ebotcazou@adacore.com>
10385
10386 PR rtl-optimization/52629
10387 * reload1.c (count_pseudo): Short-circuit common case.
10388 (count_spilled_pseudo): Return early for pseudos without hard regs.
10389 Assert that the pseudo has got a hard reg before manipulating it.
10390
10391 2012-03-24 Jan Hubicka <jh@suse.cz>
10392
10393 PR lto/51663
10394 * varpool.c (varpool_finalize_decl): Handle toplevel_reorder here.
10395 (decide_is_variable_needed): Do not handle toplevel reorder here.
10396 * cgraph.h (varpool_can_remove_if_no_refs): Likewise.
10397 * ipa.c (cgraph_remove_unreachable_nodes): Remove unreachable vars
10398 even at -O0.
10399
10400 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
10401
10402 * expr.c (optimize_bitfield_assignment_op) <BIT_IOR_EXPR>: Use str_mode
10403 and str_bitsize instead of more convoluted expressions.
10404
10405 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
10406
10407 PR target/52610
10408 * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=leon.
10409
10410 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
10411
10412 PR target/52656
10413 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Fix pasto.
10414
10415 2012-03-23 Martin Jambor <mjambor@suse.cz>
10416
10417 * tree-sra.c (build_accesses_from_assign): Remove FIXME comment.
10418
10419 2012-03-23 Richard Guenther <rguenther@suse.de>
10420
10421 PR tree-optimization/52678
10422 * tree-vectorizer.h (struct _stmt_vec_info): Add
10423 loop_phi_evolution_part member.
10424 (STMT_VINFO_LOOP_PHI_EVOLUTION_PART): New define.
10425 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Initialize
10426 STMT_VINFO_LOOP_PHI_EVOLUTION_PART.
10427 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
10428 Use the cached evolution part and the PHI nodes value from
10429 the loop preheader edge instead of re-analyzing the evolution.
10430
10431 2012-03-22 Maxim Kuvyrkov <maxim@codesourcery.com>
10432
10433 * config/mips/mips-tables.opt: Update.
10434 * config/mips/mips.md (processor): Add xlp.
10435 * config/mips/mips-cpus.def: Add xlp.
10436 * config/mips/mips.c (mips_rtx_cost_data): Add costs for XLP, copy from
10437 5KF for now.
10438 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle xlp.
10439 * doc/invoke.texi: Mention XLP.
10440
10441 2012-03-22 Jakub Jelinek <jakub@redhat.com>
10442
10443 PR middle-end/52547
10444 * tree-nested.c (convert_tramp_reference_stmt): Call declare_vars
10445 on any new_local_var_chain vars declared during recursing on
10446 GIMPLE_OMP_PARALLEL or GIMPLE_OMP_TASK body.
10447
10448 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
10449
10450 * config/alpha/alpha.h (ASM_OUTPUT_ALIGN): Move to config/alpha/elf.h
10451 (ASM_OUTPUT_SKIP): Move to config/alpha/vms.h
10452 (ASM_OUTPUT_LOCAL): Ditto.
10453 (ASM_OUTPUT_COMMON): Remove.
10454 * config/alpha/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Use ASM_OUTPUT_DEF.
10455 * config/alpha/vms.h (ASM_OUTPUT_ALIGN): Do not undefine before define.
10456
10457 2012-03-22 Jan Hubicka <jh@suse.cz>
10458
10459 PR middle-end/51737
10460 * cgraph.c (cgraph_remove_node_and_inline_clones): Add FORBIDDEN_NODE
10461 parameter.
10462 * cgraph.h (cgraph_remove_node_and_inline_clones): Update prototype.
10463 * ipa-inline-transform.c (save_inline_function_body): Remove
10464 copied clone if needed.
10465 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Update.
10466
10467 2012-03-22 Richard Guenther <rguenther@suse.de>
10468
10469 PR middle-end/52666
10470 * fold-const.c (fold_ternary_loc): Fix typo.
10471
10472 2012-03-22 Georg-Johann Lay <avr@gjlay.de>
10473
10474 PR target/52496
10475 * config/avr/avr.md (unspec): Remove UNSPEC_MEMORY_BARRIER.
10476 (unspecv): Add UNSPECV_MEMORY_BARRIER.
10477 (cli_sei): Use unspec_volatile instead of unspec for memory barrier.
10478 (delay_cycles_1, delay_cycles_2): Ditto.
10479 (delay_cycles_3, delay_cycles_4): Ditto.
10480 (nopv, *nopv): Ditto.
10481 (sleep, *sleep): Ditto.
10482 (wdr, *wdr): Ditto.
10483
10484 2012-03-22 Richard Guenther <rguenther@suse.de>
10485
10486 PR tree-optimization/52548
10487 * tree-ssa-pre.c (valid_in_sets): Remove handling of invalidation
10488 because of clobbers.
10489 (prune_clobbered_mems): New function.
10490 (compute_antic_aux): Use it to prune ANTIC_OUT.
10491 (compute_partial_antic_aux): Use it to prune PA_IN.
10492 (compute_avail): Only insert expressions into EXP_GEN that are not
10493 invalidated when translated up to the beginning of the block.
10494
10495 2012-03-22 Richard Guenther <rguenther@suse.de>
10496
10497 PR tree-optimization/52638
10498 * tree-vect-stmts.c (vect_init_vector_1): New function, split
10499 out from ...
10500 (vect_init_vector): ... here. Handle scalar vector inits.
10501 (vect_get_vec_def_for_operand): Adjust.
10502 (vectorizable_load): Likewise.
10503
10504 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
10505
10506 * config.gcc (alpha*-*-linux*): Add elfos.h to tm_file.
10507 (alpha*-*-freebsd*): Ditto.
10508 (alpha*-*-netbsd*): Ditto.
10509 (alpha*-*-openbsd*): Ditto.
10510 * config/alpha/elf.h (OBJECT_FORMAT_ELF): Remove.
10511 (DWARF2_DEBUGGING_INFO): Remove.
10512 (PREFERRED_DEBUGGING_TYPE): Remove.
10513 (ASM_FINAL_SPEC): Remove.
10514 (IDENT_ASM_OP): Remove.
10515 (ASM_OUTPUT_IDENT): Remove.
10516 (SKIP_ASM_OP): Remove.
10517 (ASM_OUTPUT_SKIP): Remove.
10518 (ALIGN_ASM_OP): Remove.
10519 (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
10520 (ASM_OUTPUT_CASE_LABEL): Remove.
10521 (ASM_OUTPUT_EXTERNAL_LIBCALL): Remove.
10522 (COMMON_ASM_OP): Remove.
10523 (ASM_OUTPUT_ALIGNED_COMMON): Remove.
10524 (ASCII_DATA_ASM_OP): Remove.
10525 (READONLY_DATA_SECTION_ASM_OP): Remove.
10526 (INIT_SECTION_ASM_OP): Remove.
10527 (FINI_SECTION_ASM_OP): Remove.
10528 (ASM_SECTION_START_OP): Remove.
10529 (ASM_OUTPUT_SECTION_START_FILE): Remove.
10530 (TARGET_ASM_NAMED_SECTION): Remove.
10531 (TARGET_ASM_SELECT_SECTION): Remove.
10532 (MAKE_DECL_ONE_ONLY): Remove.
10533 (TYPE_ASM_OP): Remove.
10534 (SIZE_ASM_OP): Remove.
10535 (ASM_WEAKEN_LABEL): Remove.
10536 (TYPE_OPERAND_FMT): Remove.
10537 (ASM_DECLARE_RESULT): Remove.
10538 (ASM_DECLARE_OBJECT_NAME): Remove.
10539 (ASM_FINISH_DECLARE_OBJECT): Remove.
10540 (ELF_ASCII_ESCAPES): Remove.
10541 (ELF_STRING_LIMIT): Remove.
10542 (STRING_ASM_OP): Remove.
10543 (ASM_OUTPUT_EXTERNAL): Remove.
10544 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Redefine to false.
10545 * config/alpha/alpha.h (PCC_BITFIELD_TYPE_MATTERS): Undefine
10546 before define.
10547 (ASM_DECLARE_FUNCTION_NAME): Ditto.
10548 (ASM_DECLARE_FUNCTION_SIZE): Ditto.
10549 (ASM_GENERATE_INTERNAL_LABEL): Ditto.
10550 (ASM_OUTPUT_SKIP): Ditto.
10551 (READONLY_DATA_SECTION_ASM_OP): Remove.
10552 (USER_LABEL_PREFIX): Remove.
10553 (ASM_OUTPUT_ASCII): Remove.
10554 (ASM_OUTPUT_CASE_LABEL): Remove.
10555 (NO_DOLLAR_IN_LABEL): Undefine.
10556
10557 2012-03-22 Richard Guenther <rguenther@suse.de>
10558
10559 PR tree-optimization/52459
10560 * tree-ssa-pre.c (inhibit_phi_insertion): Do not inhibit
10561 PHI insertion for calls.
10562
10563 2012-03-21 Steven Bosscher <steven@gcc.gnu.org>
10564
10565 * cse.c (invalidate_from_sets_and_clobbers, try_back_substitute_reg,
10566 find_sets_in_insn, canonicalize_insn): Split out from ...
10567 (cse_insn): ... here.
10568 (invalidate_from_clobbers): Take an insn instead of the pattern.
10569
10570 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
10571
10572 PR target/52479
10573 * config/sh/sh-protos.h (sh_fsca_df2int): Remove.
10574 * config/sh/sh.c (sh_fsca_df2int_rtx, sh_fsca_df2int): Remove.
10575 * config/sh/sh.md (sindf2, cosdf2): Remove.
10576
10577 2012-03-21 Kaz Kojima <kkojima@gcc.gnu.org>
10578
10579 PR target/52642
10580 * config/sh/sh.c (sh_expand_prologue): Emit blockage at the end of
10581 prologue for unwinder and profiler.
10582
10583 2012-03-21 Andreas Tobler <andreast@fgznet.ch>
10584
10585 * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
10586 Introduce emul_name to select the right linker emulation for
10587 powerpc64-*-freebsd*.
10588 * configure: Regenerate.
10589 * config.gcc: Add bits to support powerpc64-*-freebsd*.
10590 * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
10591 * config/rs6000/freebsd64.h: New file.
10592 * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
10593 POWERPC_FREEBSD.
10594 (rs6000_savres_strategy): Likewise.
10595 (rs6000_savres_routine_name): Likewise.
10596 (rs6000_elf_file_end): Likewise.
10597 * config/rs6000/t-freebsd64: New file.
10598 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
10599 rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.
10600
10601 * config/rs6000/freebsd64.h: Remove duplicated entries from last
10602 commit.
10603 * config/rs6000/t-freebsd64: Likewise.
10604
10605 2012-03-21 Georg-Johann Lay <avr@gjlay.de>
10606
10607 PR rtl-optimization/52543
10608 PR target/52461
10609 * config/avr/avr-protos.h (avr_load_lpm): New prototype.
10610 * config/avr/avr.c (avr_mode_dependent_address_p): New function.
10611 (TARGET_MODE_DEPENDENT_ADDRESS_P): New define.
10612 (avr_load_libgcc_p): Restrict to __flash loads.
10613 (avr_out_lpm): Only handle 1-byte loads from __flash.
10614 (avr_load_lpm): New function.
10615 (avr_find_unused_d_reg): Remove.
10616 (avr_out_lpm_no_lpmx): Remove.
10617 (adjust_insn_length): Handle ADJUST_LEN_LOAD_LPM.
10618 * config/avr/avr.md (unspec): Add UNSPEC_LPM.
10619 (load_<mode>_libgcc): Use UNSPEC_LPM instead of MEM.
10620 (load_<mode>, load_<mode>_clobber): New insns.
10621 (mov<mode>): For multi-byte move from non-generic
10622 16-bit address spaces: Expand to load_<mode> resp.
10623 load_<mode>_clobber.
10624 (load<mode>_libgcc): Remove expander.
10625 (split-lpmx): Remove split.
10626
10627 2012-03-21 Richard Earnshaw <rearnsha@arm.com>
10628
10629 * neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart.
10630 * config/arm/neon.ml (Fixed_return_reg): Renamed to fixed_vector_reg.
10631 All callers changed.
10632 (Fixed_core_reg): New feature.
10633 (Vget_lane [sizes S64 and U64]): Add Fixed_core_reg. Allow fmrrd in
10634 disassembly.
10635 * neon-testgen.ml: Handle Fixed_core_reg.
10636
10637 2012-03-21 Andrew Stubbs <ams@codesourcery.com>
10638
10639 * config/arm/arm.c (thumb2_reorg): Add complete support
10640 for 16-bit instructions.
10641 * config/arm/thumb2.md: Delete obsolete flag-clobbering peepholes.
10642
10643 2012-03-21 Richard Guenther <rguenther@suse.de>
10644
10645 PR tree-optimizer/52636
10646 * tree-vect-slp.c (vect_get_constant_vectors): Convert constants
10647 to the appropriate type.
10648
10649 2012-03-21 Richard Guenther <rguenther@suse.de>
10650
10651 * Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H)
10652 dependencies.
10653 * cfgexpand.c (gimple_expand_cfg): Fold in pass_init_function,
10654 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
10655 * passes.c (init_optimization_passes): Remove pass_init_function,
10656 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
10657 * tree-pass.h (pass_init_function): Remove.
10658 (pass_jump): Remove.
10659 (pass_initial_value_sets): Remove.
10660 (pass_unshare_all_rtl): Remove.
10661 * integrate.c (pass_initial_value_sets): Remove.
10662 * emit-rtl.c (pass_unshare_all_rtl): Remove.
10663 * tree.h (init_function_for_compilation): Remove.
10664 * function.c (init_function_for_compilation): Remove.
10665 (pass_init_function): Remove.
10666 * cfgcleanup.c (rest_of_handle_jump): Remove.
10667 (pass_jump): Remove.
10668
10669 2012-03-20 Jason Merrill <jason@redhat.com>
10670
10671 * tree-streamer-in.c (streamer_alloc_tree): Call
10672 ggc_alloc_zone_cleared_tree_node instead of
10673 ggc_alloc_zone_cleared_tree_node_stat.
10674
10675 2012-03-20 Jonathan Wakely <jwakely.gcc@gmail.com>
10676
10677 * doc/extend.texi (Template Instantiation): Remove anachronisms.
10678
10679 2012-03-20 Jakub Jelinek <jakub@redhat.com>
10680
10681 PR target/52607
10682 * config/i386/i386.c (expand_vec_perm_vperm2f128): New function.
10683 (ix86_expand_vec_perm_const_1): Call it.
10684
10685 * config/i386/i386.c (vselect_insn): New variable.
10686 (init_vselect_insn): New function.
10687 (expand_vselect, expand_vselect_insn): Add testing_p argument.
10688 Call init_vselect_insn if vselect_insn is NULL. Adjust
10689 PATTERN (vselect_insn), instead of creating a new insn each time,
10690 only emit a copy of it if not testing and recog has been successful.
10691 (expand_vec_perm_pshufb, expand_vec_perm_1,
10692 expand_vec_perm_pshuflw_pshufhw, expand_vec_perm_broadcast_1): Adjust
10693 callers.
10694
10695 PR target/52607
10696 * config/i386/i386.md ("isa" attribute): Add avx2 and noavx2.
10697 ("enabled" attribute): Handle avx2 and noavx2 isas.
10698 * config/i386/sse.md (avx2_vec_dupv8sf_1, avx2_pbroadcast<mode>_1):
10699 New insns.
10700 (vec_dup<mode>): Add avx2 =x,x alternative.
10701 (vec_dup<mode> splitter): Don't split if TARGET_AVX2.
10702 (*avx_vperm_broadcast_<mode>): Don't split V4DFmode if TARGET_AVX2.
10703 For TARGET_AVX2, V8SFmode and elt == 0 split into vbroadcastss.
10704 * config/i386/i386.c (expand_vec_perm_pshufb): Emit also vpermps
10705 for V8SFmode.
10706 (expand_vec_perm_1): For broadcasts, use avx2_pbroadcast<mode>_1
10707 if possible, handle also V8SFmode.
10708
10709 2012-03-20 Richard Earnshaw <rearnsha@arm.com>
10710
10711 * arm/predicates.md (zero_operand, reg_or_zero_operand): New predicates.
10712 * arm/neon.md (neon_vceq<mode>, neon_vcge<mode>): Use
10713 reg_or_zero_operand predicate.
10714 (neon_vcle<mode>, neon_vclt<mode>): Use zero_operand predicate.
10715
10716 2012-03-20 Jakub Jelinek <jakub@redhat.com>
10717
10718 * config/i386/i386.c (ix86_decompose_address) <case ZERO_EXTEND>:
10719 If operand isn't UNSPEC, return 0.
10720
10721 2012-03-20 Richard Guenther <rguenther@suse.de>
10722
10723 * tree-pass.h (pass_rtl_eh): Remove.
10724 * except.c (gate_handle_eh): Likewise.
10725 (rest_of_handle_eh): Likewise.
10726 (pass_rtl_eh): Likewise.
10727 (finish_eh_generation): Export.
10728 * except.h (finish_eh_generation): Declare.
10729 * passes.c (init_optimization_passes): Remove pass_rtl_eh.
10730 * cfgexpand.c (gimple_expand_cfg): Call finish_eh_generation
10731 after expanding stack alignment. Instead of compacting blocks
10732 call cleanup_cfg.
10733
10734 2012-03-20 Richard Guenther <rguenther@suse.de>
10735
10736 * stor-layout.c (finish_bitfield_representative): Fallback
10737 to conservative maximum size if the padding up to the next
10738 field cannot be computed as a constant.
10739 (finish_bitfield_layout): If we cannot compute the distance
10740 between the start of the bitfield representative and the
10741 bitfield member start a new representative.
10742 * expr.c (get_bit_range): The distance between the start of
10743 the bitfield representative and the bitfield member is zero
10744 if the field offsets are not constants.
10745
10746 2012-03-20 Tristan Gingold <gingold@adacore.com>
10747
10748 * tree.h (enum size_type_kind): Add stk_ prefix to constants,
10749 convert in lowercase.
10750 (sizetype_tab, sizetype, bitsizetype, ssizetype, sbitsizetype)
10751 (size_int, ssize_int, bitsize_int, sbitsize_int): Adjust.
10752 * stor-layout.c (sizetype_tab): Adjust.
10753 (initialize_sizetypes): Use SIZETYPE instead of SIZE_TYPE.
10754 * tree-streamer.c (preload_common_nodes): Use stk_type_kind_last
10755 instead of type_kind_last.
10756 * tree-scalar-evolution.c (interpret_rhs_expr): Use size_int
10757 instead of size_int_kind.
10758 * doc/tm.texi.in (Type Layout): Document SIZETYPE.
10759 * doc/tm.texi: Regenerate.
10760 * defaults.h (SIZETYPE): Provide a default value.
10761 * config/vms/vms.h (SIZE_TYPE): Define as "unsigned int".
10762 (SIZETYPE): Define.
10763
10764 2012-03-20 Oleg Endo <olegendo@gcc.gnu.org>
10765
10766 * config/sh/sh.md: Use braced string notation where applicable.
10767
10768 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10769
10770 * config/i386/i386.md (allocate_stack): Simplify.
10771
10772 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10773
10774 * builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of
10775 copy_to_mode_reg (Pmode, ...).
10776 (expand_builtin_frame_address): Ditto.
10777 * expr.c (emit_block_move_via_libcall): Ditto.
10778 (set_storage_via_libcall): Ditto.
10779
10780 * config/i386/i386.c (ix86_expand_movmem): Ditto.
10781 (ix86_expand_setmem): Ditto.
10782 (ix86_trampoline_init): DItto.
10783 * config/i386/i386.md (cmpstrnsi): Ditto.
10784
10785 2012-03-19 Sandra Loosemore <sandra@codesourcery.com>
10786
10787 * config/sh/sh.opt (madjust-unroll): Mark as ignored/obsolete.
10788 * config/sh/sh.h (TARGET_OPT_DEFAULT): Don't use MASK_ADJUST_UNROLL.
10789 * doc/invoke.texi (Option Summary): Remove -madjust-unroll.
10790 (SH Options): Likewise.
10791
10792 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10793
10794 * config/i386/i386.c (get_thread_pointer): Add tp_mode argument.
10795 Generate ZERO_EXTEND in place if GET_MODE (tp) != tp_mode.
10796 (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>: Always generate
10797 DImode UNSPEC_GOTNTPOFF references on TARGET_64BIT.
10798 (ix86_decompose_address): Allow zero extended UNSPEC_TP references.
10799
10800 Revert:
10801 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
10802
10803 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
10804 * config/i386/i386.c (ix86_decompose_address): Use
10805 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
10806 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
10807 thread pointer to a register.
10808
10809 Revert:
10810 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
10811
10812 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
10813 if Pmode != word_mode.
10814 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
10815 Pmode == SImode for TARGET_X32.
10816
10817 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
10818 (tls_initial_exec_x32): Likewise.
10819
10820 2012-03-19 Oleg Endo <olegendo@gcc.gnu.org>
10821
10822 PR target/50751
10823 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12, DISP_ADDR_P,
10824 DISP_ADDR_OFFSET): New macros.
10825 * config/sh/sh.c (sh_address_cost): Add SH2A special case.
10826 (sh_legitimate_index_p): Allow QImode displacements for non-SH2A.
10827 (sh_legitimize_address): Add QImode displacement handling.
10828 (sh_cannot_change_mode_class): Disallow GENERAL_REGS for SFmode
10829 vector subregs.
10830 (sh_secondary_reload): Add QImode displacement handling.
10831 * config/sh/predicates.md (movsrc_no_disp_mem_operand): New predicate.
10832 * config/sh/constraints.md (K04, Snd, Sdd): New constraints.
10833 * config/sh/sh.md (extendqisi2): Remove constraints from expander.
10834 (*extendqisi2_compact): Rename to *extendqisi2_compact_reg, restrict
10835 to register operands only.
10836 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New insns.
10837 (extendqihi2): Change insn to expander.
10838 (*extendqihi2_compact_reg): New insn.
10839 (movqi_i, movqi): Replace with ...
10840 (movqi, *movqi_reg_reg, *movqi_store_mem_disp12,
10841 *movqi_load_mem_disp, *movqi_load_mem_disp): ... these.
10842 Add new peepholes for QImode displacement addressing.
10843
10844 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
10845
10846 PR c++/14710
10847 * doc/invoke.texi: Document -Wuseless-cast.
10848
10849 2012-03-19 Eric Botcazou <ebotcazou@adacore.com>
10850
10851 * tree.def (REALPART_EXPR, IMAGPART_EXPR, VIEW_CONVERT_EXPR): Move.
10852 * tree.h (handled_component_p): Reorder cases.
10853 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref): Do
10854 not initialize unsignedp.
10855 (loc_list_from_tree): Likewise.
10856 (fortran_common): Likewise.
10857 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
10858
10859 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
10860
10861 * config/i386/i386.c (ix86_expand_prologue) <CM_LARGE_PIC>: Use Pmode
10862 mode consistently. Use ix86_gen_add3. Assert that Pmode == DImode.
10863 (ix86_expand_split_stack_prologue): Use ix86_gen_add3.
10864 (ix86_split_long_move): Ditto.
10865 (legitimize_tls_address): Use ix86_gen_sub3.
10866 (construct_plt_address): Assert that Pmode == DImode.
10867
10868 2012-03-18 Uros Bizjak <ubizjak@gmail.com>
10869
10870 * config/i386/i386.md: Remove empty predicates and/or constraints.
10871 * config/i386/sync.md: Ditto.
10872 * config/i386/sse.md: Ditto.
10873 * config/i386/mmx.md: Ditto.
10874 * config/i386/pentium.md: Ditto.
10875 * config/i386/athlon.md: Ditto.
10876
10877 2012-03-16 Richard Guenther <rguenther@suse.de>
10878
10879 PR tree-optimization/52603
10880 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Clarify
10881 comment.
10882
10883 Revert
10884 2012-03-14 Richard Guenther <rguenther@suse.de>
10885
10886 PR tree-optimization/52571
10887 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
10888 flag_section_anchors check ...
10889 (vect_can_force_dr_alignment_p): ... here.
10890
10891 2012-03-16 Martin Jambor <mjambor@suse.cz>
10892
10893 * expr.c (expand_expr_real_1): Handle misaligned scalar reads from
10894 memory through MEM_REFs by calling extract_bit_field.
10895
10896 2012-03-16 Richard Guenther <rguenther@suse.de>
10897
10898 * fold-const.c (native_interpret_expr): Also support POINTER_TYPE
10899 and REFERENCE_TYPE interpretations.
10900 (can_native_interpret_type_p): New function.
10901 (fold_ternary_loc): Use native encode/interpret to fold
10902 BIT_FIELD_REFs of constants.
10903
10904 2012-03-16 Richard Guenther <rguenther@suse.de>
10905
10906 PR middle-end/52584
10907 * fold-const.c (fold_ternary_loc): Fold vector typed BIT_FIELD_REFs
10908 of vector constants and constructors.
10909
10910 2012-03-16 Richard Guenther <rguenther@suse.de>
10911
10912 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
10913 VIEW_CONVERT_EXPR to convert constants.
10914 (vect_is_simple_use): Treat all constants as vec_constant_def.
10915
10916 2012-03-16 Richard Guenther <rguenther@suse.de>
10917 Kai Tietz <ktietz@redhat.com>
10918
10919 PR middle-end/48814
10920 * gimplify.c (gimplify_self_mod_expr): Evaluate postfix
10921 side-effects completely in the pre-queue and use a temporary
10922 for the result.
10923
10924 2012-03-16 Richard Guenther <rguenther@suse.de>
10925
10926 * stor-layout.c (finish_bitfield_representative): Fall back
10927 to the conservative maximum size if we cannot compute the
10928 size of the tail padding.
10929
10930 2012-03-16 Tristan Gingold <gingold@adacore.com>
10931
10932 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
10933 __CRTL_VER and __VMS_VER.
10934 * config/vms/vms-protos.h: Declare vms_c_get_crtl_ver
10935 and vms_c_get_vms_ver.
10936 * config/vms/vms-c.c (vms_c_get_crtl_ver, vms_c_get_vms_ver): New
10937 functions.
10938 * config/alpha/vms.h (VMS_DEFAULT_CRTL_VER)
10939 (VMS_DEFAULT_VMS_VER): Define.
10940 * config/ia64/vms.h (VMS_DEFAULT_CRTL_VER)
10941 (VMS_DEFAULT_VMS_VER): Define.
10942
10943 2012-03-16 Richard Guenther <rguenther@suse.de>
10944
10945 * tree-vect-loop.c (get_initial_def_for_induction): Use
10946 build_constructor directly.
10947 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
10948 build_vector_from_val.
10949 * tree.c (build_vector_from_val): Avoid creating a constructor
10950 first when we want a constant vector.
10951
10952 2012-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10953
10954 * doc/install.texi (Specific, *-*-solaris2*): Improve wording.
10955
10956 2012-03-16 Richard Guenther <rguenther@suse.de>
10957
10958 * tree.h (TREE_VECTOR_CST_ELTS): Remove.
10959 (VECTOR_CST_NELTS, VECTOR_CST_ELTS, VECTOR_CST_ELT): New defines.
10960 (struct tree_vector): Remove elements member, add variable size
10961 elts array member.
10962 (build_vector_stat): Declare.
10963 (build_vector): Define in terms of build_vector_stat.
10964 * tree.c (build_vector): Rename to ...
10965 (build_vector_stat): ... this. Take array of trees as parameter.
10966 (build_vector_from_ctor): Adjust.
10967 (integer_zerop, integer_onep, integer_all_onesp, iterative_hash_expr,
10968 initializer_zerop): Adjust.
10969 * cfgexpand.c (expand_debug_expr): Likewise.
10970 * expr.c (categorize_ctor_elements_1, expand_expr_real_1,
10971 const_vector_from_tree): Likewise.
10972 * fold-const.c (const_binop, operand_equal_p, native_encode_vector,
10973 native_interpret_vector, fold_unary_loc, vec_cst_ctor_to_array,
10974 fold_vec_perm, fold_binary_loc, fold_ternary_loc): Likewise.
10975 * tree-streamer-in.c (streamer_alloc_tree): Handle TS_VECTOR.
10976 (lto_input_ts_vector_tree_pointers): Adjust.
10977 * tree-streamer-out.c (streamer_write_tree_header): Handle TS_VECTOR.
10978 (write_ts_vector_tree_pointers): Adjust.
10979 * varasm.c (const_hash_1, compare_constant, copy_constant,
10980 output_constant): Adjust.
10981 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Adjust.
10982 * print-tree.c (print_node): Adjust.
10983 * tree-pretty-print.c (dump_generic_node): Adjust.
10984 * tree-vect-generic.c (uniform_vector_p, vector_element,
10985 lower_vec_perm): Adjust.
10986 * tree-vect-loop.c (get_initial_def_for_reduction): Adjust.
10987 * tree-vect-slp.c (vect_get_constant_vectors,
10988 vect_transform_slp_perm_load): Adjust.
10989 * tree-vect-stmts.c (vect_gen_perm_mask): Adjust.
10990 * expmed.c (make_tree): Adjust.
10991 * config/i386/i386.c (ix86_expand_builtin): Adjust.
10992 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Adjust interface
10993 and implementation.
10994 (sparc_fold_builtin): Adjust.
10995
10996 2012-03-16 Tristan Gingold <gingold@adacore.com>
10997
10998 * config.gcc (*-*-*vms*): Define use_gcc_stdint and tm_file.
10999 * config/vms/vms-stdint.h: New file.
11000
11001 2012-03-16 Tristan Gingold <gingold@adacore.com>
11002
11003 * config.host (alpha64-dec-*vms*, alpha*-dec-*vms*)
11004 (ia64-hp-*vms*): Replaced by ...
11005 (*-*-*vms*): ... This new entry.
11006
11007 2012-03-15 Jakub Jelinek <jakub@redhat.com>
11008
11009 PR target/52568
11010 * config/i386/i386.c (expand_vec_perm_vperm2f128_vblend): New function.
11011 (ix86_expand_vec_perm_const_1): Use it.
11012
11013 PR target/52568
11014 * config/i386/sse.md (UNSPEC_VPERMDF): Remove.
11015 (avx2_permv4df): Remove.
11016 (avx2_permv4di): Macroize into...
11017 (avx2_perm<mode>): ... this using VI8F_256 iterator.
11018 (avx2_permv4di_1): Macroize into...
11019 (avx2_perm<mode>_1): ... this using VI8F_256 iterator.
11020
11021 2012-03-15 Ulrich Weigand <ulrich.weigand@linaro.org>
11022
11023 * combine.c (apply_distributive_law): Do not distribute SUBREG.
11024
11025 2012-03-15 Ira Rosen <irar@il.ibm.com>
11026 Ulrich Weigand <ulrich.weigand@linaro.org>
11027
11028 * tree-vect-patterns.c (widened_name_p): Rename to ...
11029 (type_conversion_p): ... this. Add new argument to determine
11030 if it's a promotion or demotion operation. Check for
11031 CONVERT_EXPR_CODE_P instead of NOP_EXPR.
11032 (vect_recog_dot_prod_pattern): Call type_conversion_p instead
11033 widened_name_p.
11034 (vect_recog_widen_mult_pattern, vect_recog_widen_sum_pattern,
11035 vect_operation_fits_smaller_type, vect_recog_widen_shift_pattern):
11036 Likewise.
11037 (vect_recog_mixed_size_cond_pattern): Likewise and allow
11038 non-constant then and else clauses.
11039
11040 2012-03-15 Ira Rosen <irar@il.ibm.com>
11041 Ulrich Weigand <ulrich.weigand@linaro.org>
11042
11043 * tree-vectorizer.h (vect_pattern_recog): Add new argument.
11044 * tree-vect-loop.c (vect_analyze_loop_2): Update call to
11045 vect_pattern_recog.
11046 * tree-vect-patterns.c (widened_name_p): Pass basic block
11047 info to vect_is_simple_use.
11048 (vect_recog_dot_prod_pattern): Fail for basic blocks.
11049 (vect_recog_widen_sum_pattern): Likewise.
11050 (vect_handle_widen_op_by_const): Support basic blocks.
11051 (vect_operation_fits_smaller_type,
11052 vect_recog_over_widening_pattern): Likewise.
11053 (vect_recog_vector_vector_shift_pattern): Support basic blocks.
11054 Update call to vect_is_simple_use.
11055 (vect_recog_mixed_size_cond_pattern): Support basic blocks.
11056 Add printing.
11057 (check_bool_pattern): Add an argument, update call to
11058 vect_is_simple_use and the recursive calls.
11059 (vect_recog_bool_pattern): Update relevant function calls.
11060 Add printing.
11061 (vect_mark_pattern_stmts): Update calls to new_stmt_vec_info.
11062 (vect_pattern_recog_1): Check for reduction only in loops.
11063 (vect_pattern_recog): Add new argument. Support basic blocks.
11064 * tree-vect-stmts.c (vectorizable_conversion): Pass basic block
11065 info to vect_is_simple_use_1.
11066 * tree-vect-slp.c (vect_get_and_check_slp_defs): Support basic blocks.
11067 (vect_slp_analyze_bb_1): Call vect_pattern_recog.
11068
11069 2012-03-15 Jakub Jelinek <jakub@redhat.com>
11070 Andrew Pinski <apinski@cavium.com>
11071
11072 PR middle-end/52592
11073 * builtins.c (expand_builtin_int_roundingfn_2): If expanding
11074 BUILT_IN_IR{INT,OUND}* using optab fails, emit lr{int,ound}*
11075 calls instead of __builtin_ir{int,ound}*.
11076
11077 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
11078
11079 * doc/sourcebuild.texi (cleanup-modules, keep-modules): Update
11080 documentation.
11081
11082 2012-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11083
11084 * config.gcc (target_type_format_char): New. Document it. Set it for
11085 arm*-*-* .
11086 * configure.ac (gnu_unique_option): Use target_type_format_char
11087 in test. Comment rationale.
11088 * configure: Regenerate .
11089
11090 2012-03-15 Jakub Jelinek <jakub@redhat.com>
11091
11092 PR tree-optimization/52267
11093 * tree-vrp.c (masked_increment): New function.
11094 (register_edge_assert_for_2): Derive ASSERT_EXPRs
11095 from (X & CST1) cmp CST2 tests.
11096
11097 2012-03-15 Richard Guenther <rguenther@suse.de>
11098
11099 PR middle-end/52580
11100 * tree-data-ref.c (subscript_dependence_tester_1): Check
11101 all dimensions for non-conflicting access functions.
11102
11103 2012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
11104
11105 PR c++/44783
11106 * doc/invoke.texi [C++ Language Options]: Document
11107 -ftemplate-backtrace-limit.
11108
11109 2012-03-15 Tristan Gingold <gingold@adacore.com>
11110
11111 * c-parser.c (c_parser_parameter_declaration): Handle #pragma
11112 before a parameter.
11113
11114 2012-03-15 Tristan Gingold <gingold@adacore.com>
11115
11116 * dwarf2out.c (gen_subprogram_die): Require dwarf unwinding to
11117 use DW_OP_call_frame_cfa.
11118
11119 2012-03-14 H.J. Lu <hongjiu.lu@intel.com>
11120
11121 PR target/50797
11122 * config/i386/i386-opts.h (pmode): New.
11123
11124 * config/i386/i386.c (ix86_option_override_internal): Properly
11125 check and set ix86_pmode.
11126
11127 * config/i386/i386.h (Pmode): Check ix86_pmode instead of TARGET_64BIT.
11128
11129 * config/i386/i386.opt (maddress-mode=): New.
11130
11131 * doc/invoke.texi: Document -maddress-mode=short|long for x86.
11132
11133 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11134
11135 * dwarf2cfi.c (def_cfa_0): Remove MIPS_DEBUGGING_INFO handling.
11136 (dwarf2out_do_cfi_asm): Likewise.
11137 * dwarf2out.c (output_call_frame_info): Remove MIPS_DEBUGGING_INFO
11138 handling.
11139 (add_data_member_location_attribute): Likewise.
11140 (gen_array_type_die): Likewise.
11141 (gen_subprogram_die): Likewise.
11142 (gen_producer_string): Likewise.
11143 * sdbout.c (sdbout_begin_prologue): Declare unconditionally.
11144 Remove MIPS_DEBUGGING_INFO handling.
11145 (sdb_debug_hooks): Likewise.
11146 (sdbout_begin_block): Likewise.
11147 (sdbout_end_block): Likewise.
11148 (sdbout_begin_prologue): Likewise.
11149 (sdbout_start_source_file): Likewise.
11150 (sdbout_end_source_file): Likewise.
11151 (sdbout_init): Likewise.
11152 * system.h (MIPS_DEBUGGING_INFO): Poison.
11153
11154 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11155
11156 * config/alpha/alpha.c [HAVE_STAMP_H]: Remove.
11157 (alpha_file_start) [MS_STAMP]: Remove.
11158
11159 * config/alpha/elf.h (TARGET_GAS): Remove.
11160 * config/alpha/freebsd.h (TARGET_DEFAULT): Remove.
11161 * config/alpha/linux.h (TARGET_DEFAULT): Remove.
11162 * config/alpha/netbsd.h (TARGET_DEFAULT): Remove.
11163 * config/alpha/vms.h (TARGET_DEFAULT): Remove.
11164 * config.gcc (alpha*-*-linux*): Remove target_cpu_default.
11165 (alpha*-*-freebsd*): Likewise.
11166 (alpha*-*-netbsd*): Likewise.
11167 (alpha*-*-openbsd*): Likewise.
11168 (alpha*-*-*): Remove target_cpu_default2.
11169 * config/alpha/alpha.c (alpha_output_filename): Remove !TARGET_GAS
11170 handling.
11171 * config/alpha/alpha.h (TARGET_AS_CAN_SUBTRACT_LABELS): Remove.
11172 (TARGET_AS_SLASH_BEFORE_SUFFIX): Remove.
11173 * config/alpha/alpha.c (print_operand): Always assume
11174 TARGET_AS_SLASH_BEFORE_SUFFIX.
11175 * config/alpha/alpha.md ("*builtin_setjmp_receiver_er_sl_1"):
11176 Remove TARGET_AS_CAN_SUBTRACT_LABELS.
11177 ("*builtin_setjmp_receiver_er_1"): Remove.
11178 * config/alpha/alpha.opt (malpha-as): Remove.
11179 (mgas): Ignore.
11180 * doc/invoke.texi (Option Summary, DEC Alpha Options): Remove
11181 -malpha-as, -mgas.
11182 Remove DEC Unix reference.
11183
11184 * config/alpha/alpha.h (OBJECT_FORMAT_COFF): Remove.
11185 (EXTENDED_COFF): Remove.
11186 * config/alpha/elf.h (OBJECT_FORMAT_COFF): Don't undef.
11187 (EXTENDED_COFF): Don't undef.
11188 * config/alpha/alpha.c (alpha_file_start): Always assume
11189 OBJECT_FORMAT_ELF.
11190 Don't set targetm.asm_file_start_file_directive.
11191 [!OBJECT_FORMAT_ELF]: Remove.
11192 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
11193
11194 * config/alpha/alpha.h (SDB_DEBUGGING_INFO): Remove.
11195 (DBX_DEBUGGING_INFO): Remove.
11196 (MIPS_DEBUGGING_INFO): Remove.
11197 (PREFERRED_DEBUGGING_TYPE): Remove.
11198 (DBX_OUTPUT_SOURCE_LINE): Remove.
11199 (SDB_OUTPUT_SOURCE_LINE): Remove.
11200 (DBX_CONTIN_LENGTH): Remove.
11201 (NO_DBX_FUNCTION_END): Remove.
11202 (ASM_STABS_OP): Remove.
11203 (ASM_STABN_OP): Remove.
11204 (ASM_STABD_OP): Remove.
11205 (SDB_ALLOW_FORWARD_REFERENCES): Remove.
11206 (SDB_ALLOW_UNKNOWN_REFERENCES): Remove.
11207 (PUT_SDB_DEF): Remove.
11208 (PUT_SDB_PLAIN_DEF): Remove.
11209 (PUT_SDB_TYPE): Remove.
11210 (sdb_label_count): Remove.
11211 (PUT_SDB_BLOCK_START): Remove.
11212 (PUT_SDB_BLOCK_END): Remove.
11213 (PUT_SDB_FUNCTION_START): Remove.
11214 (PUT_SDB_FUNCTION_END): Remove.
11215 (PUT_SDB_EPILOGUE_END): Remove.
11216 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Don't undef.
11217 (MIPS_DEBUGGING_INFO): Don't undef.
11218 (DBX_DEBUGGING_INFO): Don't undef.
11219 * config/alpha/vms.h (SDB_DEBUGGING_INFO): Don't undef.
11220 (MIPS_DEBUGGING_INFO): Don't undef.
11221 (DBX_DEBUGGING_INFO): Don't undef.
11222 * config/alpha/freebsd.h (DBX_CONTIN_CHAR): Remove.
11223 * config/alpha/alpha.c (alpha_option_override): Remove SDB_DEBUG
11224 handling.
11225 (alpha_start_function): Likewise.
11226 (sdb_label_count): Remove.
11227 (alpha_output_filename): Remove DBX_DEBUG handling.
11228 (alpha_file_start): Likewise.
11229
11230 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11231
11232 * config.gcc (enable_obsolete): Remove *-*-solaris2.8*.
11233 (*-*-solaris2.[0-8], *-*-solaris2.[0-8].*): Mark unsupported.
11234 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Remove
11235 Solaris 8 support.
11236 * configure.ac (gcc_cv_ld_hidden): Remove *-*-solaris2.8*.
11237 (ld_tls_support): Remove Solaris 8 references.
11238 (lwp_dir, lwp_spec): Remove support for alternate thread library.
11239 * acinclude.m4 (gcc_cv_initfini_array): Remove *-*-solaris2.* tests.
11240 * configure: Regenerate.
11241 * config.in: Regenerate.
11242
11243 * config/sol2.h (LINK_SPEC): Remove LIB_THREAD_LDFLAGS_SPEC.
11244 * config/i386/sol2.h: Remove Solaris 8 references.
11245
11246 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Rename to ...
11247 (i?86-*-solaris2.9): ... this.
11248 Remove Solaris 8 references.
11249 (Specific, *-*-solaris2*): Document Solaris 8 removal.
11250 Remove Solaris 8 references.
11251
11252 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11253
11254 * config.gcc (enable_obsolete): Remove mips-sgi-irix6.5.
11255 (mips-sgi-irix6.5*): Remove.
11256 * config.host (mips-sgi-irix*): Remove.
11257 * configure.ac (enable_fixed_point): Remove mips*-sgi-irix*.
11258 (set_have_as_tls): Remove *-*-irix6*.
11259 (gcc_cv_ld_static_dynamic): Remove mips-sgi-irix6*.
11260 * configure: Regenerate.
11261
11262 * config/mips/iris6.h: Remove.
11263 * config/mips/iris6.opt: Remove.
11264 * config/mips/t-irix6: Remove.
11265
11266 * config/mips/mips.h (TARGET_GPWORD): Remove IRIX 6 N64 handling.
11267 (TARGET_IRIX6): Remove.
11268 (TARGET_CPU_CPP_BUILTINS): Remove IRIX 6 handling.
11269 Don't define LANGUAGE_C, _LANGUAGE_C for Objective-C.
11270 * config/mips/mips.c (mips_build_builtin_va_list): Remove IRIX 6
11271 handling.
11272 (mips_file_start): Likewise.
11273 * config/mips/mips-protos.h (irix_asm_output_align): Remove.
11274
11275 * config/mips/driver-native.c [__sgi__]: Remove.
11276 (host_detect_local_cpu) [__sgi__]: Remove.
11277
11278 * config/mips/gnu-user.h: Remove iris5.h reference.
11279
11280 * config/mips/mips-modes.def: Remove IRIX 6 reference.
11281 * config/mips/gnu-user64.h (MIPS_TFMODE_FORMAT): Remove.
11282 * config/mips/mips.c (mips_option_override) [MIPS_TFMODE_FORMAT]:
11283 Remove.
11284
11285 * gcc.c (main): Move asm_debug initialization ...
11286 (asm_debug): ... here.
11287
11288 * ginclude/stddef.h (__STDDEF_H__): Don't define.
11289
11290 * defaults.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Remove.
11291 * system.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Poison.
11292 * collect2.c [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
11293 (main) [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
11294 [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES] (is_in_args): Remove.
11295 * doc/tm.texi.in (Driver, LINK_ELIMINATE_DUPLICATE_LDIRECTORIES):
11296 Remove.
11297 * doc/tm.texi: Regenerate.
11298
11299 * doc/invoke.texi (Debugging Options, -gdwarf-<version>): Remove
11300 IRIX 6 reference.
11301 (MIPS Options, -march): Remove IRIX reference.
11302 * doc/install.texi (Binaries, SGI IRIX): Remove.
11303 (Specific, mips-sgi-irix6): Document IRIX 6.5 removal, remove rest
11304 of section.
11305 * doc/trouble.texi (Interoperation): Remove -lgl_s handling.
11306
11307 2012-03-14 Martin Jambor <mjambor@suse.cz>
11308
11309 * expr.c (expand_assignment): Use expand_expr with EXPAND_WRITE
11310 when expanding MEM_REFs, MEM_TARGET_REFs and handled_component bases.
11311 (expand_expr_real_1): Do not handle misalignment if modifier is
11312 EXPAND_WRITE.
11313
11314 2012-03-14 Richard Guenther <rguenther@suse.de>
11315
11316 PR middle-end/52584
11317 * tree-vect-generic.c (type_for_widest_vector_mode): Take
11318 element type instead of mode, use build_vector_type_for_mode
11319 instead of the langhook, build a vector of proper signedness.
11320 (expand_vector_operations_1): Adjust.
11321
11322 2012-03-14 Richard Guenther <rguenther@suse.de>
11323
11324 PR middle-end/52582
11325 * gimple-fold.c (canonicalize_constructor_val): Make sure we have
11326 a cgraph node for a FUNCTION_DECL that comes from a constructor.
11327 (gimple_get_virt_method_for_binfo): Likewise.
11328
11329 2012-03-14 Richard Guenther <rguenther@suse.de>
11330
11331 PR tree-optimization/52571
11332 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
11333 flag_section_anchors check ...
11334 (vect_can_force_dr_alignment_p): ... here. Do not re-align
11335 DECL_COMMON variables.
11336
11337 2012-03-14 Richard Guenther <rguenther@suse.de>
11338
11339 * tree.h (DECL_BIT_FIELD_REPRESENTATIVE): New define.
11340 * stor-layout.c (start_bitfield_representative): New function.
11341 (finish_bitfield_representative): Likewise.
11342 (finish_bitfield_layout): Likewise.
11343 (finish_record_layout): Call finish_bitfield_layout.
11344 * tree.c (free_lang_data_in_decl): Only free DECL_QUALIFIER
11345 for QUAL_UNION_TYPE fields.
11346 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
11347 Stream DECL_BIT_FIELD_REPRESENTATIVE.
11348 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
11349
11350 PR middle-end/52080
11351 PR middle-end/52097
11352 PR middle-end/48124
11353 * expr.c (get_bit_range): Unconditionally extract bitrange
11354 from DECL_BIT_FIELD_REPRESENTATIVE.
11355 (expand_assignment): Adjust call to get_bit_range.
11356
11357 2012-03-14 Richard Guenther <rguenther@suse.de>
11358
11359 PR middle-end/52578
11360 * fold-const.c (fold_unary_loc): Fold (T1)(T2)x to (T1)x if
11361 the outermost conversion is a sign-change only.
11362 (fold_binary_loc): Disregard widening and sign-changing
11363 conversions when we determine if two variables are equal
11364 for reassociation.
11365 * tree-ssa-forwprop.c (combine_conversions): Fold (T1)(T2)x to
11366 (T1)x if the outermost conversion is a sign-change only.
11367
11368 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
11369
11370 Revert:
11371 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
11372
11373 * config/i386/predicates.md (constant_call_address_operand): Declare
11374 as special predicate. Update all uses.
11375
11376 2012-03-13 Jakub Jelinek <jakub@redhat.com>
11377
11378 PR c/52577
11379 * c-parser.c (c_parser_postfix_expression)
11380 <case RID_BUILTIN_SHUFFLE>: Call mark_exp_read on argument values.
11381
11382 * config/i386/smmintrin.h: Avoid /* within a comment.
11383 * config/i386/nmmintrin.h: Likewise.
11384
11385 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
11386
11387 * config/i386/i386.md (xbegin): Remove constraint from expander.
11388
11389 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
11390
11391 * config/i386/predicates.md (constant_call_address_operand): Declare
11392 as special predicate. Update all uses.
11393 * config/i386/i386.md: Remove mode from constant_call_address_operand
11394 predicates.
11395 * config/i386/i386.c (ix86_output_call_insn): Call
11396 constant_call_address_operand with VOIDmode.
11397
11398 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
11399
11400 * config/i386/i386.c (ix86_decompose_address): Handle subregs of
11401 AND zero extended address correctly.
11402
11403 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
11404
11405 * config/i386/predicates.md (tls_symbolic_operand): Declare as
11406 special predicate.
11407 (tls_modbase_operand): Ditto.
11408 * config/i386/i386.md: Remove mode from tls_symbolic_operand and
11409 tls_modbase_operand predicates.
11410
11411 2012-03-13 Martin Jambor <mjambor@suse.cz>
11412
11413 * expr.c (expand_assignment): Handle misaligned scalar writes to
11414 memory through top-level MEM_REFs by calling store_bit_field.
11415
11416 2012-03-13 Richard Guenther <rguenther@suse.de>
11417
11418 PR middle-end/52134
11419 * fold-const.c (fold_binary_loc): Fold (X * Y) & -(1 << CST) to X * Y
11420 if Y is a constant multiple of 1 << CST.
11421
11422 2012-03-13 Georg-Johann Lay <avr@gjlay.de>
11423
11424 PR target/52488
11425 * config/avr/avr.c (avr_prologue_setup_frame): Cut down stack
11426 offset (size) to a value the insns can deal with.
11427 (expand_epilogue): Ditto.
11428
11429 2012-03-13 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11430
11431 * config/arm/neon.ml (ops): Fixup expected instructions for
11432 unsigned vector compares.
11433
11434 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
11435
11436 * config/i386/i386.c (ix86_decompose_address): Prevent %fs:(%reg)
11437 addresses only when %reg is not in word mode.
11438
11439 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11440
11441 * config/microblaze/microblaze.md: Fix typo.
11442 * tree-if-conv.c: Likewise.
11443 * tree-vect-patterns.c: Likewise.
11444
11445 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11446
11447 * config.gcc (extra_passes): Remove.
11448 * configure.ac (extra_passes): Don't substitute.
11449 * configure: Regenerate.
11450 * Makefile.in (EXTRA_PASSES): Remove.
11451 (GCC_PASSES): Remove $(EXTRA_PASSES).
11452 (MOSTLYCLEANFILES): Likewise.
11453 (native): Likewise.
11454 (install-common): Likewise.
11455
11456 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
11457
11458 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
11459 * config/i386/i386.c (ix86_decompose_address): Use
11460 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
11461 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
11462 thread pointer to a register.
11463
11464 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
11465
11466 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P
11467 on tls_symbolic_operand.
11468 (tls_global_dynamic_64_<mode>): Likewise.
11469
11470 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
11471
11472 PR other/52545
11473 * output.h (SECTION_EXCLUDE, SECTION_MACH_DEP): Don't use
11474 SECTION_MACH_DEP reserved bits for SECTION_EXCLUDE.
11475
11476 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
11477
11478 PR target/52499
11479 * config/avr/avr.c (avr_mode_code_base_reg_class): Change return
11480 type from reg_class_t to enum reg_class.
11481 * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
11482
11483 2012-03-12 Andrew Pinski <apinski@cavium.com>
11484
11485 * tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.
11486 (tree_ssa_phiopt_worker): Use single_non_singleton_phi_for_edges.
11487 (value_replacement): Likewise.
11488 (empty_block_p): Check also if the PHIs for the block are empty.
11489
11490 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
11491
11492 PR target/52148
11493 * config/avr/avr.c (avr_out_movmem): Fix typo in output template
11494 for the case ADDR_SPACE_FLASH and AVR_HAVE_LPMX introduced in
11495 r184615 from 2012-02-28.
11496
11497 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
11498
11499 * config/i386/i386.c (ix86_gen_tls_global_dynamic_64): New.
11500 (ix86_gen_tls_local_dynamic_base_64): Likewise.
11501 (ix86_option_override_internal): Set ix86_gen_tls_global_dynamic_64
11502 and ix86_gen_tls_local_dynamic_base_64.
11503 (legitimize_tls_address): Use ix86_gen_tls_global_dynamic_64 and
11504 ix86_gen_tls_local_dynamic_base_64.
11505
11506 * config/i386/i386.md (*tls_global_dynamic_64): Renamed to ...
11507 (*tls_global_dynamic_64_<mode>): This.
11508 (tls_global_dynamic_64): Renamed to ...
11509 (tls_global_dynamic_64_<mode>): This.
11510 (*tls_local_dynamic_base_64): Renamed to ...
11511 (*tls_local_dynamic_base_64_<mode>): This.
11512 (tls_local_dynamic_base_64): Renamed to ...
11513 (tls_local_dynamic_base_64_<mode>): This.
11514
11515 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
11516
11517 * config/i386/i386.c (ix86_option_override_internal): Properly
11518 set ix86_gen_leave and ix86_gen_monitor. Check Pmode == DImode,
11519 instead of TARGET_64BIT, to set ix86_gen_add3, ix86_gen_sub3,
11520 ix86_gen_one_cmpl2, ix86_gen_andsp, ix86_gen_allocate_stack_worker,
11521 ix86_gen_adjust_stack_and_probe and ix86_gen_probe_stack_range.
11522
11523 * config/i386/sse.md (sse3_monitor64): Renamed to ...
11524 (sse3_monitor64_<mode>): This.
11525
11526 2012-03-12 Tristan Gingold <gingold@adacore.com>
11527
11528 * config/ia64/ia64.c (ia64_function_arg_1): Move code around.
11529 (ia64_function_arg_advance): Ditto.
11530
11531 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11532
11533 * config.gcc (mips*-*-openbsd*): Remove.
11534 * config/mips/openbsd.h: Remove.
11535 * config/mips/sdb.h: Remove.
11536
11537 * config/mips/mips.h (SDB_OUTPUT_SOURCE_LINE): Remove.
11538 * config/mips/mips.c (sdb_label_count): Remove.
11539 (mips_debugger_offset): Remove #if 0 code.
11540 (mips_output_function_prologue) [SDB_DEBUGGING_INFO]: Remove.
11541 * config/mips/sde.h (SDB_DEBUGGING_INFO): Don't undef.
11542
11543 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11544
11545 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Update
11546 binutils reference.
11547 (Specific, i?86-*-solaris2.10): Remove GCC 4.0 reference.
11548 Update binutils references.
11549 (Specific, *-*-solaris2*): Mention bundled GCC in Solaris 10 and 11.
11550 Update binutils reference.
11551 Update Sun as/GNU ld caveat.
11552 Document binutils largefile requirement for LTO plugin.
11553 Remove reference to alternate libpthread.
11554
11555 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11556
11557 * config.gcc (alpha*-dec-osf5.1*): Remove.
11558 * config.host (alpha*-dec-osf*): Remove.
11559 * configure.ac (*-*-osf*): Remove.
11560 (alpha*-dec-osf*): Remove.
11561 * configure: Regenerate.
11562
11563 * config/alpha/host-osf.c, config/alpha/osf5.h, config/alpha/osf5.opt,
11564 config/alpha/va_list.h, config/alpha/x-osf: Remove.
11565
11566 * config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Remove.
11567 * config/alpha/alpha.c (struct machine_function): Update comment.
11568 (alpha_start_function): Remove Tru64 UNIX as handling for
11569 max_frame_size.
11570 * config/alpha/alpha.md ("exception_receiver"): Remove
11571 TARGET_LD_BUGGY_LDGP.
11572 ("*exception_receiver_2"): Likewise.
11573 * except.c (finish_eh_generation): Remove Tru64 reference.
11574 * ginclude/stdarg.h [_HIDDEN_VA_LIST]: Don't undef _VA_LIST.
11575 * system.h (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Poison.
11576 * target.def (handle_pragma_extern_prefix): Remove.
11577
11578 * Makefile.in (mips-tfile.o-warn): Remove.
11579 (ALL_HOST_BACKEND_OBJS): Remove mips-tfile.o, mips-tdump.o.
11580 (mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): Remove.
11581 * mips-tdump.c, mips-tfile.c: Remove.
11582
11583 * doc/extend.texi (Symbol-Renaming Pragmas): Remove #pragma
11584 extern_prefix.
11585 * doc/install.texi (Binaries): Remove Tru64 UNIX reference.
11586 (Specific, alpha*-dec-osf5.1): Note removal.
11587 * doc/tm.texi.in (Misc, TARGET_HANDLE_PRAGMA_EXTERN_PREFIX):
11588 Remove.
11589 * doc/tm.texi: Regenerate.
11590 * doc/trouble.texi (Cross-Compiler Problems): Remove.
11591
11592 2012-03-12 Richard Guenther <rguenther@suse.de>
11593
11594 * config/arm/arm.c (neon_dereference_pointer): Do not call
11595 covert during RTL expansion.
11596
11597 2012-03-12 Tristan Gingold <gingold@adacore.com>
11598
11599 * doc/invoke.texi (VMS Options): Merge Alpha/VMS and IA-64/VMS
11600 Options. Mention -mpointer-size.
11601
11602 2012-03-12 Richard Guenther <rguenther@suse.de>
11603
11604 * config/alpha/alpha.c (alpha_gimplify_va_arg): Use
11605 build_nonstandard_integer_type.
11606
11607 2012-03-12 Richard Guenther <rguenther@suse.de>
11608
11609 * tree.c (signed_or_unsigned_type_for): Use
11610 build_nonstandard_integer_type.
11611 (signed_type_for): Adjust documentation.
11612 (unsigned_type_for): Likewise.
11613 * tree-pretty-print.c (dump_generic_node): Use standard names
11614 for non-standard integer types if available.
11615
11616 2012-03-12 Tristan Gingold <gingold@adacore.com>
11617
11618 * config/vms/vms.opt: Add vms-opts.h header.
11619 (mmalloc64): Use flag_vms_malloc64 flag instead of MALLOC64
11620 target mask.
11621 (-mvms-return-codes): Document.
11622 (-mpointer-size): New option.
11623 (vms_pointer_size): Add enumeration.
11624 * config/vms/vms-opts.h: New file.
11625 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
11626 __INITIAL_POINTER_SIZE.
11627 (POINTER_SIZE, SIZE_TYPE, PTRDIFF_TYPE): Adjust definition.
11628 (C_COMMON_OVERRIDE_OPTIONS): Define.
11629 (DWARF2_ADDR_SIZE): Define.
11630 * config/vms/vms.c (vms_patch_builtins): Adjust condition.
11631 * config/vms/vms-protos.h (vms_c_common_override_options):
11632 New prototype.
11633 * config/vms/vms-c.c (vms_pragma_pointer_size): Ignore pragma
11634 if -mno-pointer-size.
11635 (vms_c_common_override_options): New function.
11636 * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
11637 * config/alpha/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
11638 (MALLOC_ABI_ALIGNMENT): Use flag_vms_malloc64
11639 and flag_vms_pointer_size.
11640 (MASK_RETURN_ADDR): Set according to flag_vms_pointer_size.
11641 * config.gcc (*-*-*vms*): Define xm_file.
11642 (alpha*-dec-*vms*): Do not define xm_file.
11643 (alpha64-dec-*vms*): Remove.
11644 (ia64-hp-*vms*): Do not define xm_file. Simplify tm_file
11645 and tmake_file.
11646
11647 2012-03-12 Jakub Jelinek <jakub@redhat.com>
11648
11649 PR tree-optimization/51721
11650 * tree-vrp.c (register_edge_assert_for_2): Add asserts for unsvar
11651 if (int) unsvar cmp CST.
11652
11653 2012-03-12 Richard Guenther <rguenther@suse.de>
11654
11655 * tree-sra.c (create_access_replacement): Only rename the replacement
11656 if we can rewrite it into SSA form. Properly mark register typed
11657 replacements that we cannot rewrite with TREE_ADDRESSABLE.
11658 * tree-cfg.c (verify_expr): Fix BIT_FIELD_REF verification
11659 for aggregate or BLKmode results.
11660
11661 2012-03-12 Jakub Jelinek <jakub@redhat.com>
11662
11663 PR tree-optimization/52533
11664 * tree-vrp.c (register_edge_assert_for_2): Use double_int
11665 type for mask, only handle shifts by non-zero in-range
11666 shift count, for LE_EXPR and GT_EXPR if new_val is
11667 maximum, don't add the assertion.
11668
11669 2012-02-12 Kirill Yukhin <kirill.yukhin@intel.com>
11670
11671 * doc/invoke.texi: Document -mrtm option.
11672 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RTM_SET): New.
11673 (OPTION_MASK_ISA_RTM_UNSET): Ditto.
11674 (ix86_handle_option): Handle OPT_mrtm.
11675 * config.gcc (i[34567]86-*-*): Add rtmintrin.h and
11676 xtestintrin.h.
11677 (x86_64-*-*): Ditto.
11678 * i386-builtin-types.def (INT_FTYPE_VOID): New.
11679 * config/i386/i386-c.c (ix86_target_macros_internal): Define
11680 __RTM__ if needed.
11681 (ix86_target_string): Define -mrtm option.
11682 (PTA_RTM): New.
11683 (ix86_option_override_internal): Extend "corei7-avx" with RTM option.
11684 Handle new option.
11685 (ix86_valid_target_attribute_inner_p): Add OPT_mrtm.
11686 (ix86_builtins): Add IX86_BUILTIN_XBEGIN, IX86_BUILTIN_XEND,
11687 IX86_BUILTIN_XTEST.
11688 (bdesc_special_args): Ditto.
11689 (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_XABORT.
11690 (ix86_expand_special_args_builtin): Handle new built-in type.
11691 (ix86_expand_builtin): Handle XABORT instruction.
11692 * config/i386/i386.h (TARGET_RTM): New.
11693 * config/i386/i386.md (UNSPECV_XBEGIN): New.
11694 (UNSPECV_XEND): Ditto.
11695 (UNSPECV_XABORT): Ditto.
11696 (UNSPECV_XTEST): Ditto.
11697 (xbegin): Ditto.
11698 (xbegin_1): Ditto.
11699 (xend): Ditto.
11700 (xabort): Ditto
11701 (xtest): Ditto.
11702 (xtest_1): Ditto.
11703 * config/i386/i386.opt (mrtm): New.
11704 * config/i386/immintrin.h: Include rtmintrin.h and xtestintrin.h.
11705 * config/i386/rtmintrin.h: New header.
11706 * config/i386/xtestintrin.h: Ditto.
11707
11708 2012-03-12 Tristan Gingold <gingold@adacore.com>
11709
11710 * ginclude/stddef.h: Adjust previous patch.
11711 Use __VMS__ instead of VMS.
11712
11713 2012-03-12 Uros Bizjak <ubizjak@gmail.com>
11714
11715 * config/i386/i386.md (setcc + movzbl to xor + setcc peephole2):
11716 Also convert sequences with CC setting arithmetic instruction.
11717
11718 2012-03-11 Sandra Loosemore <sandra@codesourcery.com>
11719
11720 * doc/invoke.texi (Option Summary): Move -no-integrated-cpp
11721 from C Language Options to Preprocessor Options.
11722 (C Dialect Options): Move -no-integrated-cpp documentation
11723 from here...
11724 (Preprocessor Options): ...to here. Rewrite the description
11725 so it makes more sense, and remove discussion of merging front ends.
11726
11727 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
11728
11729 * config/i386/i386.c (ix86_expand_movmem): Use word_mode for size
11730 needed for loop.
11731 (ix86_expand_setmem): Likewise.
11732
11733 2012-03-11 Uros Bizjak <ubizjak@gmail.com>
11734
11735 * config/i386/i386.c (ix86_zero_extend_to_Pmode): Rewrite using
11736 convert_to_mode.
11737
11738 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
11739
11740 * config/i386/i386.c (ix86_trampoline_init): Use movl for 64bit if
11741 ptr_mode == SImode. Replace DImode with Pmode or ptr_mode.
11742
11743 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
11744
11745 * config/i386/i386.c (x86_this_parameter): Replace DImode with Pmode.
11746
11747 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
11748
11749 * config/i386/i386.md (lwp_slwpcb): Check Pmode instead of
11750 TARGET_64BIT.
11751
11752 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
11753 Uros Bizjak <ubizjak@gmail.com>
11754
11755 * config/i386/predicates.md (call_insn_operand): Allow
11756 constant_call_address_operand in Pmode only.
11757 (sibcall_insn_operand): Ditto.
11758 * config/i386/i386.md (*call): Use W mode iterator instead of P mode.
11759 (*call_vzeroupper): Ditto.
11760 (*sibcall): Ditto.
11761 (*sibcall_vzeroupper): Ditto.
11762 (*call_value): Ditto.
11763 (*call_value_vzeroupper): Ditto.
11764 (*sibcall_value): Ditto.
11765 (*sibcall_value_vzeroupper): Ditto.
11766 (*indirect_jump): Ditto.
11767 (*tablejump_1): Ditto.
11768 (indirect_jump): Convert memory address to word mode for TARGET_X32.
11769 (tablejump): Ditto.
11770 * config/i386/i386.c (ix86_expand_call): Convert indirect operands
11771 to word mode.
11772
11773 2012-03-11 Oleg Endo <olegendo@gcc.gnu.org>
11774
11775 PR target/51244
11776 * config/sh/sh.md (movnegt): Expand into respective insns immediately.
11777 Use movrt_negc instead of negc pattern for non-SH2A.
11778 (*movnegt): Remove.
11779 (*movrt_negc, *negnegt, *movtt, *movt_qi): New insns and splits.
11780
11781 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
11782
11783 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
11784 if Pmode != word_mode.
11785 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
11786 Pmode == SImode for TARGET_X32.
11787
11788 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
11789 (tls_initial_exec_x32): Likewise.
11790
11791 2012-03-10 Chung-Lin Tang <cltang@codesourcery.com>
11792
11793 PR rtl-optimization/52528
11794 * combine.c (can_combine_p): Add setting of subst_low_luid
11795 before call to expand_field_assignment().
11796
11797 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
11798
11799 * doc/invoke.texi: Use correct names/markup for "GCC", "GDB", "ld",
11800 and related program names.
11801
11802 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
11803
11804 * doc/invoke.texi: Use correct names for "DWARF", "stabs", and "ELF".
11805
11806 2012-03-09 Uros Bizjak <ubizjak@gmail.com>
11807
11808 PR target/52530
11809 * config/i386/i386.c (ix86_print_operand): Handle 'E' operand modifier.
11810 (ix86_print_operand_address): Handle UNSPEC_LEA_ADDR. Do not fallback
11811 to set code to 'q'.
11812 * config/i386/i386.md (UNSPEC_LEA_ADDR): New unspec.
11813 (*movdi_internal_rex64): Use %E operand modifier for lea.
11814 (*movsi_internal): Ditto.
11815 (*lea_1): Ditto.
11816 (*lea<mode>_2): Ditto.
11817 (*lea_{3,4,5,6}_zext): Ditto.
11818 (*tls_global_dynamic_32_gnu): Ditto.
11819 (*tls_global_dynamic_64): Ditto.
11820 (*tls_dynamic_gnu2_lea_32): Ditto.
11821 (*tls_dynamic_gnu2_lea_64): Ditto.
11822 (pro_epilogue_adjust_stack_<mode>_add): Ditto.
11823
11824 2012-03-09 Michael Meissner <meissner@linux.vnet.ibm.com>
11825
11826 * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not
11827 redefine to be NULL if the current bit-size is different from the
11828 configured bit-size.
11829
11830 * config/rs6000/rs6000.c (rs6000_option_override_internal): If the
11831 cpu is defaulted, use PROCESSOR_DEFAULT and PROCESSOR_DEFAULT64 to
11832 set the default tuning. Add asserts to make sure the cpu and tune
11833 indexes are defined. Fix tests for cpu/tune index to use >= 0 to
11834 test whether the index is set, instead of > 0.
11835 (rs6000_file_start): Do not reset the default cpu if the current
11836 bit-size is different from the configured bit-size.
11837
11838 2012-03-09 Tristan Gingold <gingold@adacore.com>
11839
11840 * config/vms/vms-crtlmap.map: Add comments.
11841 Add entries needed to build Ada RTS.
11842
11843 2012-03-09 Tristan Gingold <gingold@adacore.com>
11844
11845 * ginclude/stddef.h: Do not define __size_t on VMS.
11846
11847 2012-03-09 Tristan Gingold <gingold@adacore.com>
11848
11849 * c-tree.h (c_default_pointer_mode): New variable.
11850 * c-decl.c (c_default_pointer_mode): New variable.
11851 (c_build_pointer_type): New function.
11852 (grokdeclarator): Call c_build_pointer_type instead
11853 of build_pointer_type.
11854
11855 * config/vms/vms-c.c: Include c-tree.h
11856 (saved_pointer_mode): New variable.
11857 (handle_pragma_pointer_size): New function.
11858 (vms_pragma_pointer_size, vms_pragma_required_pointer_size): Likewise.
11859 (vms_c_register_pragma): Register __pointer_size and
11860 __required_pointer_size pragmas.
11861
11862 2012-03-09 Tristan Gingold <gingold@adacore.com>
11863
11864 * config/vms/vms-c.c (vms_construct_include_filename): New function.
11865 (vms_c_register_includes): Reference it.
11866
11867 2012-03-09 Andrew Pinski <apinski@cavium.com>
11868
11869 PR middle-end/51988
11870 * tree-ssa-phiopt.c: Include tree-pretty-print.h for
11871 print_generic_expr.
11872 (tree_ssa_phiopt_worker): Go through all the PHIs for
11873 value_replacement instead of just the singleton one.
11874 (value_replacement): Change return type to int. Return 0 instead of
11875 false.
11876 Allow the middle basic block to contain more than just the defining
11877 statement.
11878 Handle non empty middle basic blocks.
11879 * Makefile.in (tree-ssa-phiopt.o): Add tree-pretty-print.h.
11880
11881 2012-03-09 Jiangning Liu <jiangning.liu@arm.com>
11882
11883 * tree-scalar-evolution (interpret_rhs_expr): generate chrec for
11884 array reference and component reference.
11885 (analyze_scalar_evolution_for_address_of): New.
11886
11887 2012-03-08 Jie Zhang <jzhang918@gmail.com>
11888
11889 PR target/49862
11890 * config/bfin/bfin.c (hwloop_optimize): Fix unused variable warnings.
11891 (hwloop_pattern_reg): Fix set but not used warning.
11892 (bfin_reorg_loops): Remove unused parameter.
11893 (bfin_reorg): Update use of bfin_reorg_loops.
11894
11895 2012-03-08 H.J. Lu <hongjiu.lu@intel.com>
11896
11897 * config/i386/i386.c (setup_incoming_varargs_64): Use word_mode
11898 with integer parameters in registers.
11899 (gen_push): Push register in word_mode instead of Pmode.
11900 (ix86_emit_save_regs): Likewise.
11901 (ix86_emit_save_regs_using_mov): Save integer registers in word_mode.
11902 (gen_pop): Pop register in word_mode instead of Pmode.
11903 (ix86_emit_restore_regs_using_pop): Likewise.
11904 (ix86_expand_prologue): Replace Pmode with word_mode for push
11905 immediate. Use ix86_gen_pro_epilogue_adjust_stack. Save and
11906 restore RAX and R10 in word_mode.
11907 (ix86_emit_restore_regs_using_mov): Restore integer registers
11908 in word_mode.
11909 (ix86_expand_split_stack_prologue): Save R10_REG and restore in
11910 word_mode.
11911 (ix86_split_to_parts): Use word_mode with PUT_MODE for push.
11912 (ix86_split_long_move): Likewise.
11913
11914 * config/i386/i386.md (W): New.
11915 (*push<mode>2_prologue): Replace :P with :W.
11916 (*pop<mode>1): Likewise.
11917 (*pop<mode>1_epilogue): Likewise.
11918 (push/pop peephole2): Use word_mode scratch registers.
11919
11920 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
11921
11922 * config/i386/predicates.md (indirect_branch_operand): Simplify.
11923
11924 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
11925
11926 * config/avr/avr.md (*addhi3, addhi3_clobber): Add "w" alternative
11927 for constants in [-63,63].
11928
11929 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
11930
11931 PR target/52530
11932 Revert:
11933 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
11934
11935 * config/i386/i386.c (ix86_print_operand_address): Only handle
11936 zero-extended DImode addresses.
11937
11938 2012-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11939
11940 * configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
11941 * configure: Regenerate.
11942
11943 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
11944
11945 PR target/52496
11946 * config/avr/avr.c (avr_mem_clobber): New static function.
11947 (avr_expand_delay_cycles): Add memory clobber operand to
11948 delay_cycles_1, delay_cycles_2, delay_cycles_3, delay_cycles_4.
11949 * config/avr/avr.md (unspec): Add UNSPEC_MEMORY_BARRIER.
11950 (enable_interrupt, disable_interrupt): New expander.
11951 (nopv, sleep, wdr): New expanders.
11952 (delay_cycles_1): Add memory clobber.
11953 (delay_cycles_2): Add memory clobber.
11954 (delay_cycles_3): Add memory clobber.
11955 (delay_cycles_4): Add memory clobber.
11956 (cli_sei): New insn from former "enable_interrupt",
11957 "disable_interrupt" with memory clobber.
11958 (*wdt): New insn from former "wdt" with memory clobber.
11959 (*nopv): Similar, but for "nopv".
11960 (*sleep): Similar, but for "sleep".
11961
11962 2012-03-07 Oleg Endo <olegendo@gcc.gnu.org>
11963 Kaz Kojima <kkojima@gcc.gnu.org>
11964
11965 PR target/52503
11966 * config/sh/sh.opt (msoft-atomic): Use Var instead of Mask.
11967 * config/sh/linux.h (TARGET_DEFAULT): Remove MASK_SOFT_ATOMIC.
11968 (SUBTARGET_OVERRIDE_OPTIONS): Define.
11969
11970 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
11971
11972 * config/i386/predicates.md (x86_64_zext_general_operand): New.
11973 * config/i386/i386.md (*zero_extendsidi2_rex64): Change operand 1
11974 predicate to x86_64_zext_general_operand. Accept "Z" constraint.
11975
11976 2012-03-07 Walter Lee <walt@tilera.com>
11977
11978 * config/tilegx/tilegx.c (tilegx_expand_prologue): Don't generate
11979 REG_CFA_* notes for the stack pointer.
11980 (tilegx_expand_epilogue): Restore stack pointer by adjusting it by
11981 EH_RETURN_STACKADJ_RTX.
11982 * config/tilepro/tilepro.c (tilepro_expand_prologue): Don't
11983 generate REG_CFA_* notes for the stack pointer.
11984 (tilepro_expand_epilogue): Restore stack pointer by adjusting it
11985 by EH_RETURN_STACKADJ_RTX.
11986
11987 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
11988
11989 * doc/invoke.texi (AVR Built-in Macros): Correct condition for
11990 when __AVR_3_BYTE_PC__ is defined.
11991
11992 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
11993
11994 * config/i386/i386.c (ix86_print_operand_punct_valid_p): Add '^'.
11995 (ix86_print_operand): Handle '^'.
11996 * config/i386/i386.md (*strmovdi_rex_1): Macroize memory operands
11997 using P mode iterator. Add %^ to asm template to conditionally emit
11998 addr32 prefix.
11999 (*rep_movdi_rex64): Ditto.
12000 (*strsetdi_rex_1): Ditto.
12001 (*rep_stosdi_rex64): Ditto.
12002 (*strmov{si,hi,qi}_1): Add %^ to asm template to
12003 conditionally emit addr32 prefix.
12004 (*rep_mov{si,qi}): Ditto.
12005 (*strset{si,hi,qi}): Ditto.
12006 (*rep_stos{si,qi}): Ditto.
12007 (*cmpstrnqi_nz_1): Ditto.
12008 (*cmpstrnqi_1): Ditto.
12009 (*strlenqi_1): Ditto.
12010
12011 2012-03-07 H.J. Lu <hongjiu.lu@intel.com>
12012
12013 * config/i386/i386.c (function_value_64): Return pointers in
12014 word_mode instead of Pmode.
12015 (ix86_promote_function_mode): Likewise.
12016
12017 2012-03-07 Richard Guenther <rguenther@suse.de>
12018
12019 * coverage.c (get_gcov_type): Use type_for_mode.
12020 (get_gcov_unsigned_t): Likewise.
12021 * expr.c (store_constructor): Use type_for_mode.
12022 (try_casesi): Likewise.
12023 * tree-ssa-loop-ivopts.c (add_standard_iv_candidates_for_size): Remove.
12024 (add_standard_iv_candidates): Use standard type trees.
12025 * dojump.c (do_jump): Remove dead code.
12026
12027 2012-03-07 Richard Guenther <rguenther@suse.de>
12028
12029 * c-typeck.c (pointer_diff): Use c_common_type_for_size.
12030
12031 2012-03-07 Richard Guenther <rguenther@suse.de>
12032
12033 * convert.c (strip_float_extensions): Move ...
12034 * tree.c (strip_float_extensions): ... here.
12035
12036 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
12037
12038 PR target/52484
12039 * config/avr/avr.md (xload<mode>_A): Add R22... to register footprint.
12040
12041 2012-03-07 Richard Guenther <rguenther@suse.de>
12042
12043 * omp-low.c (extract_omp_for_data): Use signed_type_for.
12044 (expand_omp_for_generic): Likewise.
12045 (expand_omp_for_static_nochunk): Likewise.
12046 (expand_omp_for_static_chunk): Likewise.
12047 * tree-vect-stmts.c (vect_gen_perm_mask): Use type_for_mode.
12048 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
12049 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
12050 Use unsigned_type_for.
12051 (vect_create_cond_for_align_checks): Use signed_type_for.
12052
12053 2012-03-07 Andrey Belevantsev <abel@ispras.ru>
12054
12055 PR rtl-optimization/52203
12056 * sel-sched.c (estimate_insn_cost): New parameter pempty. Adjust
12057 all callers to pass NULL except ...
12058 (reset_sched_cycles_in_current_ebb): ... here, save the value
12059 in new variable 'empty'. Increase issue_rate only for
12060 non-empty insns.
12061
12062 2012-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
12063
12064 PR target/51417
12065 * Makefile.in: Let install-gcc-ar depend on installdirs,
12066 gcc-ar$(exeext), gcc-nm$(exeext), gcc-ranlib$(exeext).
12067 Don't double canonicalize if cross-compiling.
12068
12069 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
12070
12071 PR target/52506
12072 * gcc/config/avr/avr.c (expand_epilogue): Fix order of restoration
12073 to: RAMPZ, RAMPY, RAMPX, RAMPD.
12074 (expand_prologue): Only clear RAMPZ if it has effect on RAM-read.
12075
12076 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
12077
12078 PR target/52505
12079 * config/avr/avr.c (avr_out_xload): Don't read unintentionally
12080 from RAM.
12081 * config/avr/avr.md (xload_8): Adjust insn length.
12082
12083 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
12084
12085 PR target/52461
12086 * gcc/config/avr/avr.c (avr_out_lpm): Clear RAMPZ after usage
12087 if RAMPZ affects reading from RAM.
12088
12089 2012-03-07 Richard Guenther <rguenther@suse.de>
12090
12091 PR pch/52518
12092 PR pch/38987
12093 * doc/invoke.texi (Precompiled Headers): Remove sentence that
12094 suggests you can include PCHs from inside another header.
12095
12096 2012-03-07 Richard Sandiford <rdsandiford@googlemail.com>
12097
12098 PR middle-end/52515
12099 * rtl.h (pc_rtx, cc0_rtx, ret_rtx, simple_return_rtx): Add GTY markers.
12100
12101 2012-03-07 Kai Tietz <ktietz@redhat.com>
12102
12103 * doc/invoke.texi (fwritable-relocated-rdata): Document
12104 new Cygwin/MinGW target option.
12105 * config/i386/winnt.c (i386_pe_unique_section): Ignore
12106 reloc if flag -fwritable-relocated-rdata is not set.
12107 (i386_pe_section_type_flags): Likewise.
12108 * config/i386/cygming.opt (fwritable-relocated-rdata):
12109 Add new flag variable flag_writable_rel_rdata.
12110
12111 2012-03-07 Richard Guenther <rguenther@suse.de>
12112
12113 * tree-ssa-math-opts.c (convert_mult_to_widen): Check actual
12114 precision against gimple constraints.
12115
12116 2012-03-06 Richard Sandiford <rdsandiford@googlemail.com>
12117
12118 PR middle-end/52372
12119 * rtl.h (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): Redefine as
12120 variables.
12121 (GR_PC, GR_CC0, GR_RETURN, GR_SIMPLE_RETURN): Delete.
12122 * emit-rtl.c (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): New
12123 variables.
12124 (init_emit_regs): Move associated initialization to...
12125 (init_emit_once): ...here.
12126
12127 2012-03-06 Richard Henderson <rth@redhat.com>
12128
12129 * config/m68k/m68k.h (ISA_HAS_TAS): New.
12130 * config/m68k/sync.md (atomic_test_and_set): Use it.
12131 (atomic_test_and_set_1): Likewise.
12132
12133 2012-03-06 Michael Meissner <meissner@linux.vnet.ibm.com>
12134
12135 PR target/50310
12136 * config/rs6000/vector.md (vector_uneq<mode>): Add support for
12137 UNEQ, LTGT, ORDERED, and UNORDERED IEEE vector comparisons.
12138 (vector_ltgt<mode>): Likewise.
12139 (vector_ordered<mode>): Likewise.
12140 (vector_unordered<mode>): Likewise.
12141 * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
12142
12143 2012-03-06 Aldy Hernandez <aldyh@redhat.com>
12144
12145 * trans-mem.c: New typedef for tm_region_p.
12146 Define vector types for tm_region_p.
12147 (tm_region_init): Replace region_worklist to a vector called
12148 bb_regions.
12149
12150 2012-03-06 Richard Guenther <rguenther@suse.de>
12151
12152 * fold-const.c (build_fold_addr_expr_with_type_loc): Fold
12153 MEM_REF with constant pointer operand.
12154
12155 2012-03-06 Richard Guenther <rguenther@suse.de>
12156
12157 PR middle-end/52493
12158 * tree-ssa-alias.c (ptr_derefs_may_alias_p): Robustify.
12159
12160 2012-03-06 Tristan Gingold <gingold@adacore.com>
12161
12162 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle octaword.
12163 (external_model_kind): Improve documentation.
12164 (vms_pragma_extern_model): Handle relaxed_redef.
12165 (vms_c_register_pragma): Allow expansion for nomember_alignment.
12166
12167 2012-03-06 Georg-Johann Lay <avr@gjlay.de>
12168
12169 * doc/invoke.texi (AVR Options): -mmcu=: Document the XMEGA cores.
12170 Explain RAMPD, RAMPX, RAMPDY, RAMPZ usage by avr-gcc.
12171 Some more notes on EIND usage and reorder EIND subsection.
12172
12173 2012-03-06 Tristan Gingold <gingold@adacore.com>
12174
12175 * config/vms/vms.c (VMS_CRTL_LDBL): Rename from VMS_CRTL_PRNTF.
12176 * config/vms/vms-crtlmap.map: Rename PRNTF to LDBL.
12177
12178 2012-03-06 Tristan Gingold <gingold@adacore.com>
12179
12180 * config/vms/t-vmsnative (version): Define.
12181 * config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove.
12182
12183 2012-03-06 Andrey Belevantsev <abel@ispras.ru>
12184
12185 PR rtl-optimization/52250
12186 * sel-sched-ir.c (maybe_tidy_empty_bb): Try harder to find a bb
12187 to put note list into. Unconditionally call move_bb_info.
12188 (move_bb_info): Do not assert the blocks being in the same region,
12189 just drop the note list if they are not.
12190
12191 2012-03-06 Oleg Endo <olegendo@gcc.gnu.org>
12192
12193 PR target/51244
12194 * config/sh/sh.c (sh_expand_t_scc): Remove SH2A special case
12195 and use unified expansion logic.
12196 * config/sh/sh.md (xorsi3_movrt): Rename to movrt. Move
12197 closer to the existing movt insn.
12198 (negc): Rename insn to *negc. Add new expander.
12199 (movnegt): Use xor pattern for T bit negation. Reserve helper
12200 constant for negc pattern.
12201 (*movnegt): New insn and splitter.
12202
12203 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
12204
12205 * c-typeck.c (pointer_diff): Check for POINTER_PLUS_EXPR, not
12206 PLUS_EXPR.
12207
12208 2012-03-05 Richard Henderson <rth@redhat.com>
12209
12210 * genemit.c (main): Include "target.h" in insn-emit.c.
12211 * Makefile.in (insn-emit.o): Depend on TARGET_H.
12212 * config/sh/sync.md (atomic_test_and_set): Reference
12213 targetm.atomic_test_and_set_trueval instead of
12214 TARGET_ATOMIC_TEST_AND_SET_TRUEVAL.
12215
12216 2012-03-05 Joern Rennecke <joern.rennecke@embecosm.com>
12217
12218 * config/epiphany/epiphany.c (epiphany_function_value_regno_p):
12219 Make static.
12220
12221 2012-03-05 Steven Bosscher <steven@gcc.gnu.org>
12222
12223 * langhooks.c (add_builtin_type): New function.
12224 * langhooks.h (add_builtin_type): Export it.
12225 * config/mep/mep.c (mep_init_builtins): Use it.
12226 * config/rs6000/rs6000.c (rs6000_init_builtins): Use it.
12227
12228 2012-03-05 Jakub Jelinek <jakub@redhat.com>
12229
12230 PR debug/51902
12231 * tree.h (BLOCK_SAME_RANGE): Define.
12232 * function.c (block_fragments_nreverse): Clear BLOCK_SAME_RANGE
12233 if BLOCK_FRAGMENT_CHAIN is non-NULL, but has it cleared.
12234 Also clear BLOCK_SAME_RANGE if fragment chain's supercontext fragment
12235 isn't equal to supercontext fragment's fragment chain.
12236 Adjust BLOCK_SUPERCONTEXT to point to supercontext fragment's
12237 fragment origin.
12238 (blocks_nreverse_all): Likewise.
12239 (reorder_blocks_1): Compute BLOCK_SAME_RANGE bits. Set
12240 BLOCK_SUPERCONTEXT to supercontext fragment instead of
12241 supercontext fragment's fragment origin.
12242 * dwarf2out.c (add_high_low_attributes): If stmt has the same
12243 range as its parent (or parents thereof etc.), use the parent's
12244 DW_AT_ranges value instead of creating a new .debug_ranges range.
12245
12246 2012-03-05 Richard Henderson <rth@redhat.com>
12247
12248 PR tree-opt/52242
12249 Revert: 2011-11-26 Richard Henderson <rth@redhat.com>
12250 * omp-low.c (expand_omp_atomic): Assume anything aligned to
12251 BIGGEST_ALIGNMENT is aligned.
12252
12253 2012-03-05 Richard Henderson <rth@redhat.com>
12254
12255 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Move...
12256 * config/sh/sh.c: ... here.
12257
12258 2012-03-05 Richard Henderson <rth@redhat.com>
12259
12260 PR target/52481
12261 * config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
12262 instead of calling negqi2 directly.
12263
12264 2012-03-05 Aldy Hernandez <aldyh@redhat.com>
12265
12266 PR middle-end/52463
12267 * trans-mem.c (tm_region_init): Use last_basic_block.
12268
12269 2012-03-05 Oleg Endo <olegendo@gcc.gnu.org>
12270
12271 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New hook.
12272 * config/sh/sync.md (atomic_test_and_set): New expander.
12273 (tasb, atomic_test_and_set_soft): New insns.
12274 * config/sh/sh.opt (menable-tas): New option.
12275 * doc/invoke.texi (SH Options): Document it.
12276
12277 2012-03-05 Richard Guenther <rguenther@suse.de>
12278
12279 * cfgloop.c (verify_loop_structure): Verify dominators before
12280 using them.
12281 * graphite-clast-to-gimple.c (graphite_verify): Do not verify
12282 dominators from here.
12283 * graphite-scop-detection.c (create_sese_edges): Likewise.
12284 * loop-doloop.c (doloop_optimize_loops): Likewise.
12285 * loop-init.c (loop_optimizer_init): Likewise.
12286 * loop-unroll.c (unroll_and_peel_loops): Likewise.
12287 * loop-unswitch.c (unswitch_loops): Likewise.
12288 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
12289 * tree-parloops.c (parallelize_loops): Likewise. Verify
12290 only when checking is enabled.
12291 * tree-loop-distribution.c (tree_loop_distribution): Likewise.
12292
12293 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
12294
12295 * genautomata.c (parse_automata_opt): New static function.
12296 (initiate_automaton_gen): Remove all option handling code. Remove
12297 argc argument. All callers changed.
12298 (main): Call init_rtx_reader_args_cb with the new function as argument.
12299
12300 2012-03-05 Richard Guenther <rguenther@suse.de>
12301
12302 * cfgexpand.c (gimple_expand_cfg): Free dominator info.
12303 * tree-if-conv.c (combine_blocks): Free post-dominator info
12304 after breaking it.
12305 * tree-parloops.c (create_parallel_loop): Free and re-compute
12306 dominator info after breaking it.
12307
12308 2012-03-05 Richard Guenther <rguenther@suse.de>
12309
12310 PR middle-end/52353
12311 * optabs.h (trapv_unoptab_p): New function.
12312 (trapv_binoptab_p): Likewise.
12313 * optabs.c (expand_binop): Use emit_libcall_block_1 with
12314 a proper equiv_may_trap argument.
12315 (expand_unop): Likewise.
12316 (emit_libcall_block_1): Take extra argument whether the
12317 instruction may trap. Renamed from ...
12318 (emit_libcall_block): ... this. New wrapper.
12319
12320 2012-03-05 Jakub Jelinek <jakub@redhat.com>
12321
12322 PR tree-optimization/51721
12323 * tree-vrp.c (register_edge_assert_for_2): If comparing
12324 lhs of right shift by constant with an integer constant,
12325 add ASSERT_EXPRs for the rhs1 of the right shift.
12326
12327 * cfgrtl.c (cfg_layout_merge_blocks): Cleanup.
12328
12329 2012-03-05 Richard Guenther <rguenther@suse.de>
12330
12331 * tree.c (integer_zerop): Handle VECTOR_CSTs.
12332 (integer_onep): Likewise.
12333 (integer_all_onesp): Likewise.
12334
12335 2012-03-05 Georg-Johann Lay <avr@gjlay.de>
12336
12337 * config/avr/avr.md (*umaddqihi4.2): New insn-and-split.
12338
12339 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
12340
12341 * config/i386/i386.c (pro_epilogue_adjust_stack): Check Pmode
12342 instead of TARGET_64BIT.
12343
12344 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
12345
12346 * config/i386/i386.c (ix86_expand_prologue): Check Pmode to set
12347 adjust_stack_insn.
12348
12349 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
12350
12351 * config/i386/i386.c (ix86_print_operand_address): Only handle
12352 zero-extended DImode addresses.
12353
12354 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
12355
12356 * config/i386/i386.c (ix86_print_operand) <case '+'>: Declare
12357 taken and cputaken as bool.
12358
12359 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
12360
12361 * config/i386/constraints.md (Ya): New internal constraint.
12362 * config/i386/i386.md (zero_extendsidi2): Remove expansion.
12363 (*zero_extendsidi2_rex64): Add x,x alternative.
12364 (*zero_extendsidi2): Ditto. Add o,0 alternative.
12365 Remove flags reg clobber. Adjust corresponding splits.
12366 (zero_extend<mode>si2): Macroize expander from zero_extendhisi2 and
12367 zero_extendqisi2 expanders using SWI12 mode iterator.
12368 (zero_extend<mode>si2_and): Macroize insn from
12369 zero_extendhisi2_and and zero_extendqisi2_and. Merge corresponding
12370 splitters.
12371 (*zero_extend<mode>si2): Macroize insn from
12372 *zero_extendhisi2_movzbl and *zero_extendqisi2_movzbl.
12373 (*zero_extend*2_movzbl_and): Remove insn patterns.
12374 (zero_extendqihi2_and): Merge corresponding splitter.
12375 (*zero_extendqihi2): Rename from *zero_extendqihi2_movzbl.
12376 (*zero_extend*2_movzbl_and): Remove insn patterns.
12377 (*anddi_1): Split TYPE_IMOVX instructions.
12378 (*andsi_1): Use Ya for alternative 2. Split TYPE_IMOVX instructions.
12379 (*andhi_1): Ditto.
12380 (and->zext splitter): Add splitter pattern.
12381 (zero extend with andsi3 splitter): Adjust zero_extend pattern.
12382
12383 2012-03-04 Sandra Loosemore <sandra@codesourcery.com>
12384
12385 * doc/invoke.texi (C++ Dialect Options): Minor copy-edits to
12386 x86-specific text.
12387 (Debugging Options): Likewise.
12388 (Optimize Options): Likewise.
12389 (i386 and x86-64 Options): Discuss -march before -mtune, consistently
12390 with other architectures. Use official processor names with correct
12391 spelling/capitalization. Fix formatting and grammar issues.
12392 (i386 and x86-64 Windows Options): Similar cleanup here.
12393
12394 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
12395
12396 * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
12397
12398 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
12399
12400 * config/sh/sh.c (sh_dwarf_register_span): Don't apply
12401 DBX_REGISTER_NUMBER.
12402
12403 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
12404
12405 * config/sh/sh.c (shiftcosts): Return MAX_COST when the first
12406 operand is CONST_INT. Take COSTS_N_INSNS into account.
12407 (sh_rtx_costs): Don't apply COSTS_N_INSNS to the return value
12408 of shiftcosts.
12409
12410 2012-03-02 Richard Henderson <rth@redhat.com>
12411
12412 * optabs.c (expand_atomic_test_and_set): Honor
12413 atomic_test_and_set_trueval even when atomic_test_and_set
12414 optab is not in use.
12415
12416 2012-03-02 Kaz Kojima <kkojima@gcc.gnu.org>
12417
12418 PR target/48596
12419 PR target/48806
12420 * config/sh/sh.c (sh_register_move_cost): Increase cost between
12421 GENERAL_REGS and FP_REGS for SImode.
12422
12423 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
12424
12425 PR target/49486
12426 * config/sh/sh.md (negdi2): Add TARGET_SH1 condition.
12427 (absdi2): New expander.
12428 (*absdi2, *negabsdi2, negdi_cond): New insns and splits.
12429
12430 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
12431
12432 * config/sh/sync.md (atomic_exchange<mode>): New expander.
12433 (atomic_exchange<mode>_soft): New insn.
12434
12435 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
12436
12437 * config/sh/sync.md: Update copyright notice dates.
12438 (atomic_compare_and_swap<mode>): Use SImode for return value instead
12439 of QImode.
12440 (atomic_compare_and_swap<mode>_soft): Likewise.
12441
12442 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
12443
12444 PR target/31640
12445 * config/sh/sh.h (LOOP_ALIGN): Move logic to sh_loop_align.
12446 * config/sh/sh.c: Update copyright notice dates.
12447 (sh_loop_align): Add logic from LOOP_ALIGN. Don't disable loop
12448 alignment for TARGET_HARD_SH4.
12449 (sh_option_override): Reduce default function alignment. Set
12450 loop alignment to 4 bytes when not optimizing for size.
12451
12452 2012-03-02 Maxim Kuvyrkov <maxim@codesourcery.com>
12453
12454 PR middle-end/50335
12455 * doc/invoke.texi (floop-flatten): Remove.
12456 * toplev.c (process_options): Remove references to flag_loop_flatten.
12457 * tree-ssa-loop.c (gate_graphite_transform): Same.
12458 * common.opt (floop-flatten): Obsolete.
12459 * graphite-poly.c (apply_poly_transforms): Remove reference to
12460 flag_loop_flatten.
12461 * Makefile.in (graphite-flattening.o): Remove.
12462 * graphite-flattening.c: Remove.
12463
12464 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
12465
12466 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
12467 having mode compatible with the mode of previous compare. Substitute
12468 compare mode of previous compare with the mode, compatible
12469 with eliminated and previous compare.
12470
12471 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
12472
12473 * config/rs6000/dfp.md (floatdidd2): New define_insn.
12474
12475 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
12476
12477 * config/i386/i386.c (ix86_cc_modes_compatible): Declare CCZmode
12478 compatible with CCGOCmode and CCGCmode.
12479
12480 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
12481
12482 * config/rs6000/vsx.md (vsx_set_<mode>): Reorder operands.
12483
12484 2012-03-02 Ulrich Weigand <ulrich.weigand@linaro.org>
12485
12486 * config/arm/arm.c (arm_sat_operator_match): New function.
12487 * config/arm/arm-protos.h (arm_sat_operator_match): Add prototype.
12488 * config/arm/arm.md ("insn" attribute): Add "sat" value.
12489 ("SAT", "SATrev"): New code iterators.
12490 ("SATlo", "SAThi"): New code iterator attributes.
12491 ("*satsi_<SAT:code>"): New pattern.
12492 ("*satsi_<SAT:code>_shift"): Likewise.
12493 * config/arm/arm-fixed.md ("arm_ssatsihi_shift"): Add "insn"
12494 and "shift" attributes.
12495 ("arm_usatsihi"): Add "insn" attribute.
12496 * config/arm/predicates.md (sat_shift_operator): Allow multiplication
12497 by powers of two. Do not allow shift by 32.
12498
12499 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
12500
12501 PR target/46716
12502 * config/i386/i386.c (construct_container): Use gen_reg_or_parallel
12503 to pass the argument in the register of "natural" mode.
12504
12505 2012-03-02 Richard Guenther <rguenther@suse.de>
12506
12507 PR tree-optimization/52406
12508 * tree-data-ref.h: Update documentation about DR_BASE_OBJECT.
12509 (struct indices): Add unconstrained_base member.
12510 (struct dr_alias): Remove unused vops member.
12511 (DR_UNCONSTRAINED_BASE): New define.
12512 * tree-data-ref.c (dr_analyze_indices): For COMPONENT_REFs
12513 add indices to allow their disambiguation. Make DR_BASE_OBJECT
12514 be an artificial access that covers the whole indexed object,
12515 or mark it with DR_UNCONSTRAINED_BASE if we cannot do so. Canonicalize
12516 plain decl base-objects to their MEM_REF variant.
12517 (dr_may_alias_p): When the base-object of either data reference
12518 has unknown size use only points-to information.
12519 (compute_affine_dependence): Make dumps easier to read and
12520 more verbose.
12521 * tree-vect-data-ref.c (vector_alignment_reachable_p): Use
12522 DR_REF when looking for packed references.
12523 (vect_supportable_dr_alignment): Likewise.
12524
12525 2012-03-02 Greta Yorsh <Greta.Yorsh@arm.com>
12526
12527 * config/arm/arm-ldmstm.ml (write_ldm_commutative_peephole):
12528 Improve conditions for peepholes of loads followed by commutative
12529 operators.
12530 * config/arm/ldmstm.md: Regenerated.
12531
12532 2012-03-02 Richard Guenther <rguenther@suse.de>
12533
12534 * BASE-VER: Set to 4.8.0.
12535
12536 2012-03-01 Richard Earnshaw <rearnsha@arm.com>
12537
12538 * config.gcc (obsolete): Add all ARM targets using the FPA.
12539 (with_fpu): Obsolete selection of the FPA or Maverick on ARM.
12540 * doc/install.texi: Avoid references to obsolete ARM ports.
12541
12542 2012-03-01 Joern Rennecke <joern.rennecke@embecosm.com>
12543
12544 * config/epiphany/epiphany.md (movmisalign<mode>): New patterns.
12545
12546 2012-03-01 Jeremy Bennett <jeremy.bennett@embecosm.com>
12547 Joern Rennecke <joern.rennecke@embecosm.com>
12548
12549 * doc/extend.texi: Expand and update information on interrupt
12550 attribute for Epiphany.
12551
12552 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
12553
12554 * config/sh/sh-protos.h: Update copyright notice dates.
12555 * config/sh/sh.h: Likewise.
12556 * config/sh/sh.md: Likewise.
12557 * config/sh/constraints.md: Likewise.
12558 * config/sh/predicates.md: Likewise.
12559
12560 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
12561
12562 * config/sh/sh-protos.h (tertiary_reload_operand): Remove dead function.
12563 * config/sh/sh.c (tertiary_reload_operand): Likewise.
12564
12565 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
12566
12567 * config/sh/constraints.md: Fix comment typo.
12568
12569 2012-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12570
12571 PR target/52408
12572 * config/pa/pa.md (zvdep_imm32): Change type of variable x from int to
12573 unsigned HOST_WIDE_INT.
12574 (zvdep_imm64): Likewise.
12575 (vdepi_ior): Change type of variable x from int to HOST_WIDE_INT.
12576 (vdepi_and): Likewise.
12577 Likewise for unamed 64-bit patterns.
12578 * config/pa/predicates.md (lhs_lshift_cint_operand): Update comment.
12579
12580 2012-03-01 Alexandre Oliva <aoliva@redhat.com>
12581
12582 PR debug/52001
12583 PR rtl-optimization/52417
12584 * cselib.c (cselib_any_perm_equivs): New variable.
12585 (cselib_reset_table): Check that it's not set when not
12586 preserving constants.
12587 (cselib_add_permanent_equiv): Set it.
12588 (cselib_have_permanent_equivalences): New.
12589 (cselib_init, cselib_finish): Reset it.
12590 * cselib.h (cselib_have_permanent_equivalences): Declare.
12591 * alias.c (get_addr): Restore earlier behavior when there
12592 aren't permanent equivalences.
12593
12594 2012-03-01 Steven Bosscher <steven@gcc.gnu.org>
12595
12596 * config/mn10300/mn10300-modes.def: Fix copyright notice.
12597 * config/v850/v850-modes.def: Fix copyright notice.
12598
12599 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
12600
12601 * doc/extend.texi (AVR Built-in Functions): Document
12602 __builtin_avr_flash_segment.
12603
12604 * config/avr/builtins.def (__builtin_avr_flash_segment): New entry.
12605 * config/avr/avr.md (flash_segment, flash_segment1): New expanders.
12606 (*split.flash_segment): New insn-and-split.
12607 * config/avr/avr.c (avr_init_builtins): Add local variables:
12608 const_memx_void_node, const_memx_ptr_type_node,
12609 char_ftype_const_memx_ptr.
12610
12611 2012-03-01 Jakub Jelinek <jakub@redhat.com>
12612
12613 PR tree-optimization/52445
12614 * tree-ssa-phiopt.c (struct name_to_bb): Remove ssa_name field,
12615 add ssa_name_ver, offset and size fields and change store field
12616 to bool.
12617 (name_to_bb_hash, name_to_bb_eq): Adjust for the above changes.
12618 (add_or_mark_expr): Likewise. Only consider previous stores
12619 with the same size and offset.
12620 (nt_init_block): Only look at gimple_assign_single_p stmts,
12621 doesn't look at rhs2.
12622
12623 2012-03-01 Richard Guenther <rguenther@suse.de>
12624
12625 PR middle-end/52443
12626 * tree-cfg.c (verify_gimple_assign_unary): Allow any
12627 conversions from integral types to pointer types.
12628
12629 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
12630
12631 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Restore built-in
12632 defines for __UINT24_MAX__, __INT24_MAX__, __INT24_MIN__
12633 unintentionally removed in r184616.
12634
12635 2012-03-01 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
12636
12637 * doc/invoke.texi: Document AMD bdver2 and remove mentioning
12638 3DNow from bdver1.
12639
12640 2012-02-29 Jakub Jelinek <jakub@redhat.com>
12641 Uros Bizjak <ubizjak@gmail.com>
12642
12643 PR target/52437
12644 * config/i386/sse.md (vec_set<mode>_0): Swap "*r" and "fF"
12645 alternatives, add "e" constraint to the new last alternative
12646 and ! to last 3 alternatives.
12647
12648 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
12649
12650 * dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and
12651 DW_AT_artificial attributes at the end of the processing.
12652 (gen_array_type_die): Likewise.
12653 (gen_enumeration_type_die): Likewise.
12654 (gen_struct_or_union_type_die): Likewise.
12655 (add_gnat_descriptive_type_attribute): Do not suppress debug info for
12656 the parent type.
12657
12658 2012-02-29 Jakub Jelinek <jakub@redhat.com>
12659
12660 PR middle-end/52419
12661 * expr.c (expand_assignment): If doing misaligned store that doesn't
12662 cover all mode bits, perform a RMW cycle.
12663
12664 PR tree-optimization/52429
12665 * tree-parloops.c (separate_decls_in_region_debug): Return early
12666 if var is LABEL_DECL.
12667
12668 2012-02-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12669
12670 PR tree-optimization/52424
12671 * tree-ssa-dom.c (dom_opt_leave_block): Push a marker before
12672 calling dom_thread_across_edge.
12673
12674 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
12675
12676 * config/avr/avr.c: Move definition of TARGET macros to end of file.
12677
12678 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
12679
12680 * config/avr/avr-protos.h (avr_output_bld): Remove unused prototype.
12681 * config/avr/avr.c (avr_output_bld): Remove unused function.
12682 (avr_out_sbxx_branch): Use "%T" to print bit position.
12683
12684 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
12685
12686 * config/avr/avr.md: Untabify.
12687
12688 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
12689
12690 * config/avr/avr.md (eqne): New code iterator.
12691 (*dec-and-branchsi): Use it in text peephole's condition.
12692 (*dec-and-branchhi): Ditto.
12693 (*dec-and-branchqi): Ditto.
12694
12695 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
12696
12697 PR target/49939
12698 * config/avr/avr.h (ASM_SPEC): Add -mno-skip-bug if we know that
12699 the device does not have the skip-bug.
12700
12701 2012-02-29 Oleg Endo <olegendo@gcc.gnu.org>
12702
12703 * doc/invoke.texi (-msoft-atomic): Add more detailed description.
12704 (-mbranch-cost, -mcbranchdi -mcmpeqdi -mfused-madd
12705 -mpretend-cmove): New.
12706
12707 2012-02-29 Jakub Jelinek <jakub@redhat.com>
12708
12709 PR bootstrap/52397
12710 * df.h (struct df_d): Adjust comment that hard_regs_live_count
12711 doesn't count DEBUG_INSN refs.
12712 * df-scan.c (df_ref_create_structure): Don't set DF_HARD_REG_LIVE
12713 for DEBUG_INSN refs.
12714
12715 2012-02-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12716
12717 Partially revert:
12718
12719 2012-02-20 Richard Guenther <rguenther@suse.de>
12720 PR tree-optimization/52298
12721 * tree-vect-stmts.c (vectorizable_load): Properly use
12722 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing outer loops.
12723
12724 2012-02-28 Aldy Hernandez <aldyh@redhat.com>
12725
12726 PR middle-end/51752
12727 * gimple.h (gimple_in_transaction): New.
12728 (gimple_set_in_transaction): New.
12729 (struct gimple_statement_base): Add in_transaction field.
12730 * tree-ssa-loop-im.c: (movement_possibility): Restrict movement of
12731 transaction loads.
12732 (tree_ssa_lim_initialize): Compute transaction bits.
12733 * tree.h (compute_transaction_bits): Protoize.
12734 * trans-mem.c (tm_region_init): Use the heap to store BB
12735 auxilliary data.
12736 (compute_transaction_bits): New.
12737
12738 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12739
12740 * gcc.c (display_help): Document --help=common and sort entries
12741 alphabetically.
12742
12743 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12744
12745 * doc/install.texi: Document check-$LANG specific shortcuts
12746
12747 2012-02-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
12748
12749 PR target/51534
12750 * config/arm/arm.c (neon_builtin_data): Add entries for vcgeu
12751 and vcgtu.
12752 * config/arm/arm_neon.h: Regenerate.
12753 * config/arm/neon.md (unspec): Add UNSPEC_VCGEU, and UNSPEC_VCGTU.
12754 (neon_vcgeu): New insn.
12755 (neon_vcgtu): Likewise.
12756 * config/arm/neon.ml (s_8_32, u_8_32): New lists.
12757 (ops): Unsigned comparison intrinsics call a different builtin.
12758
12759 2012-02-28 Richard Guenther <rguenther@suse.de>
12760
12761 PR target/52407
12762 * config/i386/i386.c (ix86_expand_vector_set): Fix element
12763 ordering for the VEC_CONCAT for two element vectors for
12764 V2SFmode, V2SImode and V2DImode.
12765
12766 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
12767
12768 PR target/49448
12769 * config.gcc (arm*-*-linux*): Use an unambiguous pattern for
12770 detecting big-endian triplets.
12771
12772 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
12773
12774 * arm.c (aapcs_vfp_is_call_or_return_candidate): Only use the machine
12775 mode if there is no type information available.
12776
12777 2012-02-28 Thomas Koenig <tkoenig@gcc.gnu.org>
12778
12779 PR tree-optimization/53207
12780 * doc/invoke.texi: Document as experimental and relying on graphite.
12781
12782 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12783
12784 * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
12785 of initializer to changes from r184614.
12786
12787 2012-02-28 Richard Guenther <rguenther@suse.de>
12788
12789 PR tree-optimization/52395
12790 * tree-sra.c (build_ref_for_offset): Also look at the base
12791 TYPE_ALIGN when figuring out the alignment of the replacement.
12792
12793 2012-02-28 Richard Guenther <rguenther@suse.de>
12794
12795 PR tree-optimization/52402
12796 * ipa-prop.c (ipa_modify_call_arguments): Properly use
12797 mis-aligned types when creating the accesses at the call site.
12798
12799 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12800
12801 * config/avr/builtins.def: New file.
12802 * config/avr/t-avr (avr.o, avr-c.o): Depend on it.
12803 * config/avr/avr.c (enum avr_builtin_id): Use it.
12804 (avr_init_builtins): Use it. And use avr_bdesc.
12805 (bdesc_1arg): Remove.
12806 (bdesc_2arg): Remove.
12807 (bdesc_3arg): Remove.
12808 (struct avr_builtin_description): Add field n_args.
12809 (avr_bdesc): New static variable using builtins.def.
12810 (avr_expand_builtin): Use it.
12811 Don't call avr_expand_delay_cycles if op0 is not CONST_INT.
12812 (avr_fold_builtin): Fold AVR_BUILTIN_SWAP.
12813 Don't fold AVR_BUILTIN_INSERT_BITS if arg0 is not INTEGER_CST.
12814
12815 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12816
12817 PR target/52148
12818 * config/avr/avr.md (movmem_<mode>): Replace match_operand that
12819 match only one single hard register with respective hard reg rtx.
12820 (movmemx_<mode>): Ditto.
12821 * config/avr/avr.c (avr_emit_movmemhi): Adapt expanding to new
12822 insn anatomy of movmem[x]_<mode>.
12823 (avr_out_movmem): Same for printing assembler and operand usage.
12824
12825 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
12826
12827 PR target/49868
12828 PR target/52261
12829 * doc/extend.texi (AVR Named Address Spaces): No more try to fix
12830 address spaces located outside of device flash.
12831
12832 * config/avr/avr.h (base_arch_s): Remove field n_segments.
12833 (mcu_type_s): Add field n_flash.
12834 * config/avr/avr-devices.c (avr_arch_types): Remove .n_segments.
12835 Set .have_elpm and .have_elpmx to 1 for avrxmega4 and avrxmega5.
12836 (AVR_MCU): Add N_FLASH argument.
12837 * config/avr/avr-mcus.def (AVR_MCU): Add initializer for .n_flash.
12838 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Only define built-in
12839 macro __FLASH<n> if that address space makes sense for the device.
12840 * config/avr/avr.c (avr_out_lpm): Don't try to fix address spaces
12841 outside of target flash.
12842 (avr_asm_named_section): Ditto.
12843 (avr_asm_select_section): Ditto.
12844 (avr_addr_space_convert): Ditto.
12845 (avr_emit_movmemhi): Ditto.
12846 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Error if
12847 address space is outside of device flash.
12848 (avr_insert_attributes): Ditto.
12849 (avr_xload_libgcc_p): Use avr_current_device->n_flash instead of
12850 avr_current_arch->n_segments.
12851
12852 2012-02-27 H.J. Lu <hongjiu.lu@intel.com>
12853
12854 PR target/52352
12855 * config/i386/i386.md (*movabs<mode>_1): Enable only for TARGET_LP64.
12856 (*movabs<mode>_2): Likewise.
12857
12858 2012-02-27 Jakub Jelinek <jakub@redhat.com>
12859
12860 PR target/52375
12861 * config/arm/neon.md (vashr<mode>3, vlshr<mode>3): Use
12862 s_register_operand in the test instead of REG_P. Don't call
12863 gen_reg_rtx if it won't be used.
12864
12865 PR tree-optimization/52376
12866 * ipa-split.c (split_function): Ignore CLOBBER stmts.
12867
12868 2012-02-27 Stuart Henderson <shenders@gcc.gnu.org>
12869
12870 * ifcvt.c (noce_get_condition): Check condition variable is not
12871 small_register_classes_for_mode_p before accepting.
12872
12873 2012-02-27 Uros Bizjak <ubizjak@gmail.com>
12874
12875 * config/i386/i386.md (*movabs<mode>_1): Fix operand 1 constraints.
12876
12877 2012-02-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
12878
12879 Revert:
12880 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
12881 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
12882 tuning parameters.
12883 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
12884
12885 2012-02-27 Oleg Endo <olegendo@gcc.gnu.org>
12886
12887 * config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
12888
12889 2012-02-26 Oleg Endo <olegendo@gcc.gnu.org>
12890
12891 * config/sh/predicates.md: Remove blank lines.
12892 * config/sh/sh.c: Fix typos in comments.
12893 * config/sh/constraints.md: Likewise.
12894 * config/sh/sh.md: Remove blank lines.
12895 Fix typos in comments. Use ;; as comment characters.
12896
12897 2012-02-26 Walter Lee <walt@tilera.com>
12898
12899 * config/tilegx/tilegx.c (match_pcrel_step2): Fix instruction pattern.
12900 (replace_mov_pcrel_step2): Ditto.
12901
12902 2012-02-25 Alexandre Oliva <aoliva@redhat.com>
12903
12904 PR debug/52001
12905 * alias.c (refs_newer_value_cb, refs_newer_value_p): New.
12906 (get_addr): Walk canonical value's locs. Avoid returning VALUEs
12907 and locs that reference values newer than the non-canonical value
12908 at hand. Return the canonical value as a worst case.
12909 (memrefs_conflict_p): Walk canonical value's locs.
12910
12911 PR debug/52001
12912 * cselib.c (preserve_only_constants): Rename to...
12913 (preserve_constants_and_equivs): ... this. Split out...
12914 (invariant_or_equiv_p): ... this. Preserve plus expressions
12915 of other preserved expressions too.
12916 (cselib_reset_table): Adjust.
12917 * var-tracking.c (reverse_op): Use canonical value to build
12918 reverse operation.
12919
12920 2012-02-23 Kai Tietz <ktietz@redhat.com>
12921
12922 * config/i386/i386.c (ix86_delegitimize_address): Handle
12923 UNSPEC_PCREL plus displacement.
12924
12925 2012-02-24 Georg-Johann Lay <avr@gjlay.de>
12926
12927 PR target/52261
12928 * config/avr/avr.c (avr_out_movhi_mr_r_xmega): Use base
12929 to test for unusedness in st X addressing.
12930
12931 2012-02-24 Richard Guenther <rguenther@suse.de>
12932
12933 PR middle-end/52361
12934 * gimple.c (walk_gimple_op): Use predicates with less redundant tests.
12935 (is_gimple_reg_type): Move inline ...
12936 * gimple.h (is_gimple_reg_type): ... here.
12937
12938 2012-02-24 Richard Guenther <rguenther@suse.de>
12939
12940 PR middle-end/52361
12941 * passes.c (execute_function_todo): When verifying SSA form
12942 verify gimple form first.
12943 * tree-ssa.c (verify_ssa): Do not verify gimple form here.
12944
12945 2012-02-24 Richard Guenther <rguenther@suse.de>
12946
12947 PR middle-end/52355
12948 * fold-const.c (fold_addr_of_array_ref_difference): New function.
12949 (fold_binary_loc): Use it to extend the existing &a[i] - &a[j] folding.
12950
12951 2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12952
12953 * tree-if-conv (predicate_scalar_phi): Commentary typo fix.
12954
12955 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12956
12957 * tree-phinodes.c (make_phi_node): Mark static.
12958 * tree-flow.h (make_phi_node): Remove extern decl.
12959 * doc/gimple.texi (make_phi_node): Remove documentation.
12960
12961 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12962
12963 * tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.
12964 * tree-ssa-sccvn.c (print_scc): Ditto.
12965
12966 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12967
12968 * doc/passes.texi (Full redundancy elimination): Fix typo.
12969
12970 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12971
12972 * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries.
12973
12974 2012-02-23 Eric Botcazou <ebotcazou@adacore.com>
12975
12976 PR bootstrap/52287
12977 * haifa-sched.c (rank_for_schedule): Stabilize sort for debug insns.
12978
12979 2012-02-23 Uros Bizjak <ubizjak@gmail.com>
12980
12981 PR c/52290
12982 * c-decl.c (start_function): Exit early if decl1 is not FUNTION_DECL.
12983
12984 2012-02-23 Georg-Johann Lay <avr@gjlay.de>
12985
12986 * config/avr/avr.md (code_stdname): Add ior, xor.
12987 (xior): New code iterator.
12988 (*<code_stdname><mode>qi.byte0): Use xior instead of ior.
12989 (*<code_stdname><mode>qi.byte1-3): Ditto.
12990
12991 2012-02-23 Jakub Jelinek <jakub@redhat.com>
12992
12993 PR tree-optimization/52019
12994 * ipa-split.c (find_return_bb, find_retval, visit_bb): Ignore
12995 CLOBBER stmts.
12996
12997 2012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12998
12999 * acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of
13000 HAVE_INITFINI_ARRAY to work around namespace pollution in
13001 certain versions of newlib system headers.
13002 * config.in: Regenerate.
13003 * configure: Regenerate.
13004 * config/initfini-array.h: Use HAVE_INITFINI_ARRAY_SUPPORT
13005 instead of HAVE_INITFINI_ARRAY.
13006
13007 2012-02-22 Uros Bizjak <ubizjak@gmail.com>
13008
13009 PR target/52330
13010 * config/i386/i386.c (ix86_print_operand) <case 'H'>: Error out if x
13011 is not offsettable memory reference.
13012
13013 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
13014
13015 PR target/18145
13016 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Skip
13017 setting avr_need_clear_bss_p for __gnu_lto* symbols.
13018
13019 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
13020
13021 * config/avr/avr.h (avr_accumulate_outgoing_args): Return int.
13022 * config/avr/avr.c (avr_accumulate_outgoing_args): Return int.
13023
13024 2012-02-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13025
13026 * configure.ac (LIB_TLS_SPEC): Enforce use of alternate thread
13027 library on Solaris 8 even without TLS support.
13028 * configure: Regenerate.
13029
13030 2012-02-22 Richard Guenther <rguenther@suse.de>
13031
13032 PR middle-end/52329
13033 * gimple-fold.c (fold_stmt_1): Also canonicalize ADDR_EXPRs
13034 for GIMPLE_DEBUG stmts.
13035
13036 2012-02-22 Martin Jambor <mjambor@suse.cz>
13037
13038 PR middle-end/51782
13039 * emit-rtl.c (set_mem_attributes_minus_bitpos): Set address space
13040 according to the base object.
13041
13042 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
13043
13044 PR rtl-optimization/50063
13045 * config/avr/avr.md (movhi_sp_r): Handle -1 (unknown IRQ state)
13046 and 2 (8-bit SP) in operand 2.
13047 * config/avr/avr.c (avr_prologue_setup_frame): Adjust prologue
13048 setup to use movhi_sp_r instead of vanilla move to write SP.
13049 Adjust REG_CFA notes to superseed unspec.
13050 (expand_epilogue): Adjust epilogue setup to use movhi_sp_r instead
13051 of vanilla move.
13052 As function body might contain CLI or SEI: Use irq_state 0 (IRQ
13053 known to be off) only with TARGET_NO_INTERRUPTS. Never use
13054 irq_state 1 (IRQ known to be on) here.
13055
13056 2012-02-21 Bernd Schmidt <bernds@codesourcery.com>
13057
13058 * ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not
13059 WORDS_BIG_ENDIAN.
13060 * ira-color.c (setup_profitable_hard_regs, check_hard_reg_p,
13061 assign_hard_reg): Likewise.
13062
13063 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
13064
13065 * config/avr/avr.md (neghi2): Remove "!d,0" alternative. Tweak "r,0".
13066
13067 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
13068
13069 * config/avr/avr.md
13070 (*dec-and-branchhi!=-1.d.clobber): New text peephole.
13071 (*dec-and-branchhi!=-1.l.clobber): New text peephole.
13072
13073 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
13074
13075 * config/avr/avr-protos.h (avr_accumulate_outgoing_args): Move
13076 prototype from here to...
13077 * config/avr/avr.h: ...here.
13078
13079 2012-02-21 Richard Earnshaw <rearnsha@arm.com>
13080
13081 PR target/52294
13082 * thumb2.md (thumb2_shiftsi3_short): Split register and
13083 immediate shifts. For register shifts tie operands 0 and 1.
13084 (peephole2 for above): Check that register-controlled shifts
13085 have suitably tied operands.
13086
13087 2012-02-21 Quentin Neill <quentin.neill@amd.com>
13088
13089 PR target/52137
13090 * config/i386/bdver1.md (bdver1_call, bdver1_push,
13091 bdver1_pop, bdver1_leave, bdver1_lea, bdver1_imul_DI, bdver1_imul,
13092 bdver1_imul_mem_DI, bdver1_imul_mem, bdver1_idiv, bdver1_idiv_mem,
13093 bdver1_str, bdver1_idirect, bdver1_ivector, bdver1_idirect_loadmov,
13094 bdver1_idirect_load, bdver1_ivector_load, bdver1_idirect_movstore,
13095 bdver1_idirect_both, bdver1_ivector_both, bdver1_idirect_store,
13096 bdver1_ivector_store, bdver1_fldxf, bdver1_fld, bdver1_fstxf,
13097 bdver1_fst, bdver1_fist, bdver1_fmov_bdver1, bdver1_fadd_load,
13098 bdver1_fadd, bdver1_fmul_load, bdver1_fmul, bdver1_fsgn,
13099 bdver1_fdiv_load, bdver1_fdiv, bdver1_fpspc_load, bdver1_fpspc,
13100 bdver1_fcmov_load, bdver1_fcmov, bdver1_fcomi_load,
13101 bdver1_fcomi, bdver1_fcom_load, bdver1_fcom,
13102 bdver1_fxch, bdver1_ssevector_avx128_unaligned_load,
13103 bdver1_ssevector_avx256_unaligned_load,
13104 bdver1_ssevector_sse128_unaligned_load,
13105 bdver1_ssevector_avx128_load, bdver1_ssevector_avx256_load,
13106 bdver1_ssevector_sse128_load, bdver1_ssescalar_movq_load,
13107 bdver1_ssescalar_vmovss_load, bdver1_ssescalar_sse128_load,
13108 bdver1_mmxsse_load, bdver1_sse_store_avx256, bdver1_sse_store,
13109 bdver1_mmxsse_store_short, bdver1_ssevector_avx256,
13110 bdver1_movss_movsd, bdver1_mmxssemov, bdver1_sselog_load_256,
13111 bdver1_sselog_256, bdver1_sselog_load, bdver1_sselog,
13112 bdver1_ssecmp_load, bdver1_ssecmp, bdver1_ssecomi_load,
13113 bdver1_ssecomi, bdver1_vcvtX2Y_avx256_load, bdver1_vcvtX2Y_avx256,
13114 bdver1_ssecvt_cvtss2sd_load, bdver1_ssecvt_cvtss2sd,
13115 bdver1_sseicvt_cvtsi2sd_load, bdver1_sseicvt_cvtsi2sd,
13116 bdver1_ssecvt_cvtpd2ps_load, bdver1_ssecvt_cvtpd2ps,
13117 bdver1_ssecvt_cvtdq2ps_load, bdver1_ssecvt_cvtdq2ps,
13118 bdver1_ssecvt_cvtdq2pd_load, bdver1_ssecvt_cvtdq2pd,
13119 bdver1_ssecvt_cvtps2pd_load, bdver1_ssecvt_cvtps2pd,
13120 bdver1_ssecvt_cvtsX2si_load, bdver1_ssecvt_cvtsX2si,
13121 bdver1_ssecvt_cvtpd2pi_load, bdver1_ssecvt_cvtpd2pi,
13122 bdver1_ssecvt_cvtpd2dq_load, bdver1_ssecvt_cvtpd2dq,
13123 bdver1_ssecvt_cvtps2pi_load, bdver1_ssecvt_cvtps2pi,
13124 bdver1_ssemuladd_load_256, bdver1_ssemuladd_256,
13125 bdver1_ssemuladd_load, bdver1_ssemuladd, bdver1_sseimul_load,
13126 bdver1_sseimul, bdver1_sseiadd_load, bdver1_sseiadd,
13127 bdver1_ssediv_double_load_256, bdver1_ssediv_double_256,
13128 bdver1_ssediv_single_load_256, bdver1_ssediv_single_256,
13129 bdver1_ssediv_double_load, bdver1_ssediv_double,
13130 bdver1_ssediv_single_load, bdver1_ssediv_single, bdver1_sseins):
13131 Add "bdver2" attribute.
13132
13133 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13134
13135 * config/s390/s390.c (s390_option_override): Make -mhard-dfp the
13136 default if possible and not specified otherwise.
13137
13138 2012-02-21 Richard Guenther <rguenther@suse.de>
13139
13140 PR middle-end/52314
13141 * gimplify.c (create_tmp_from_val): Use the main variant type
13142 for the type of the temporary we create.
13143
13144 2012-02-21 Richard Guenther <rguenther@suse.de>
13145
13146 PR tree-optimization/52324
13147 * gimplify.c (gimplify_expr): When re-gimplifying expressions
13148 do not gimplify a MEM_REF address operand if it is already
13149 in suitable form.
13150
13151 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13152
13153 * config/s390/s390.md ("fixuns_trunc<mode>si2"): Replace
13154 TARGET_HARD_FLOAT with TARGET_HARD_DFP.
13155
13156 2012-02-21 Richard Guenther <rguenther@suse.de>
13157
13158 * tree-vect-stmts.c (vectorizable_load): Use pre-computed
13159 nested_in_vect_loop.
13160
13161 2012-02-21 Jakub Jelinek <jakub@redhat.com>
13162
13163 PR tree-optimization/52318
13164 * gimple-fold.c (gimplify_and_update_call_from_tree): Add
13165 vdef also to non-pure/const call stmts in the sequence.
13166
13167 2012-02-21 Tristan Gingold <gingold@adacore.com>
13168
13169 * config/vms/vms-ld.c (main): Fix IDENTIFICATION padding.
13170
13171 2012-02-20 David S. Miller <davem@davemloft.net>
13172
13173 * config/sparc/sparc.md (load_pcrel_sym<P:mode>): Explain why we
13174 don't use the "rd %pc" instruction on v9 for PIC register loads.
13175
13176 2012-02-20 Aldy Hernandez <aldyh@redhat.com>
13177
13178 PR middle-end/52141
13179 * trans-mem.c (ipa_tm_scan_irr_block): Error out on GIMPLE_ASM's
13180 in a transaction safe function.
13181
13182 2012-02-20 Kai Tietz <ktietz@redhat.com>
13183
13184 PR target/52238
13185 * stor-layout.c (place_field): Handle desired_align for
13186 ms-bitfields, too.
13187
13188 2012-02-20 Richard Guenther <rguenther@suse.de>
13189
13190 PR tree-optimization/52298
13191 * tree-vect-stmts.c (vectorizable_store): Properly use
13192 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing
13193 outer loops.
13194 (vectorizable_load): Likewise.
13195 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
13196 Access DR_STEP after ensuring it is not NULL.
13197
13198 2012-02-20 Jakub Jelinek <jakub@redhat.com>
13199
13200 PR tree-optimization/52286
13201 * fold-const.c (fold_binary_loc): For (X & C1) | C2
13202 optimization use double_int_to_tree instead of build_int_cst_wide,
13203 rewrite to use double_int vars.
13204
13205 2012-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13206
13207 PR target/50166
13208 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Require gcc_SUN_LD_VERSION.
13209 Define _start.
13210 Remove -e 0 from $gcc_cv_ld invocation.
13211 Only use __GLIBC_PREREQ if defined.
13212 Enable on Solaris since Solaris 8 patch.
13213 (gcc_SUN_LD_VERSION): New macro.
13214 * configure.ac (ld_ver) <*-*-solaris2*>: Refer to
13215 gcc_SUN_LD_VERSION for version number format.
13216 * configure: Regenerate.
13217 * varasm.c (get_elf_initfini_array_priority_section): Set
13218 SECTION_NOTYPE for non-default priority.
13219 Use get_section instead of get_unnamed_section to emit
13220 .init_array/.fini_array with default priority.
13221
13222 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
13223
13224 * config/mips/mips.c (mips_need_mips16_rdhwr_p): New variable.
13225 (mips_get_tp): Set it. Record that __mips16_rdhwr binds locally.
13226 (mips_start_unique_function, mips_output_mips16_rdhwr)
13227 (mips_code_end): New functions.
13228 (TARGET_ASM_CODE_END): Define.
13229
13230 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
13231
13232 * config/mips/mips.c (mips16_build_call_stub): Add CFI information
13233 to stubs with non-sibling calls.
13234
13235 2012-02-18 Sandra Loosemore <sandra@codesourcery.com>
13236
13237 * doc/invoke.texi (-fira-* options): Copy-edit.
13238 (ira-* parameters): Copy-edit.
13239
13240 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
13241
13242 * doc/invoke.texi: Minor copy-edits to bring into conformance with
13243 GCC coding conventions.
13244
13245 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
13246
13247 * doc/invoke.texi: Consistently hyphenate "big-endian"/"little-endian"
13248 when used as adjectives.
13249
13250 2012-02-16 Sandra Loosemore <sandra@codesourcery.com>
13251
13252 * doc/invoke.texi: Clean up "that"/"which" confusion.
13253
13254 2012-02-17 Steven Bosscher <steven@gcc.gnu.org>
13255
13256 * system.h: Poison SMALL_REGISTER_CLASSES
13257 * config/rl78/rl78.h: Replace SMALL_REGISTER_CLASSES with hook.
13258 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES.
13259
13260 2012-02-16 Jakub Jelinek <jakub@redhat.com>
13261
13262 PR tree-optimization/52285
13263 * tree-tailcall.c (find_tail_calls): Ignore gimple_clobber_p stmts
13264 when deciding if a call is a tail call or tail recursion.
13265
13266 2012-02-16 Kai Tietz <ktietz@redhat.com>
13267
13268 * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
13269 interger-constant displacement for UNSPEC_PCREL.
13270
13271 2012-02-16 Jakub Jelinek <jakub@redhat.com>
13272
13273 PR rtl-optimization/52208
13274 * ira-costs.c (scan_one_insn): Don't decrease mem_cost
13275 for MEMs with REG_EQUIV, if the MEM isn't general_operand.
13276
13277 PR tree-optimization/52255
13278 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): If
13279 loop->header has virtual PHI, but exit_e->dest doesn't, add
13280 virtual PHI to exit_e->dest and adjust all uses after the loop.
13281
13282 PR debug/52260
13283 * dwarf2out.c (copy_decls_walk): Fill in *slot before traversing
13284 children with clone_tree_hash, not after it.
13285
13286 2012-02-16 Iain Sandoe <iains@gcc.gnu.org>
13287
13288 * config/darwin.h (ASM_OUTPUT_LABELREF): Add user label prefix for
13289 extended identifiers.
13290
13291 2012-02-16 Jakub Jelinek <jakub@redhat.com>
13292
13293 PR middle-end/51929
13294 * cgraphunit.c (verify_edge_corresponds_to_fndecl): If node is
13295 a same_body_alias, also test whether e->callee isn't a former
13296 or current clone of the decl this is a same body alias of.
13297
13298 PR translation/52264
13299 * cgraphunit.c (verify_cgraph_node): Fix a typo.
13300
13301 2012-02-15 Sandra Loosemore <sandra@codesourcery.com>
13302
13303 * doc/invoke.texi: Clean up "n-bit/byte/word" modifiers.
13304
13305 2012-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
13306
13307 PR target/52199
13308 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
13309 force_reg instead of copy_to_reg for better optimization. Force
13310 non-register or memory operands into a register.
13311
13312 2012-02-15 Andrew MacLeod <amacleod@redhat.com>
13313
13314 * extend.texi: Reserve upper bits of memory model for future use.
13315
13316 2012-01-15 Georg-Johann Lay <avr@gjlay.de>
13317 Anatoly Sokolov <aesok@post.ru>
13318 Eric Weddington <eric.weddington@atmel.com>
13319
13320 PR target/52261
13321 * config/avr/avr-devices.c (avr_arch_types): Add avrxmega2,
13322 avrxmega4, avrxmega5, avrxmega6, avrxmega7.
13323 Rewrite initializers for .macro.
13324 * config/avr/avr-mcus.def (AVR_MCU): Add known MCUs:
13325 avrxmega2: atxmega16a4, atxmega16d4, atxmega16x1, atxmega32a4
13326 atxmega32d4, atxmega32x1.
13327 avrxmega4: atxmega64a3, atxmega64d3.
13328 avrxmega5: atxmega64a1, atxmega64a1u.
13329 avrxmega6: atxmega128a3, atxmega128d3, atxmega192a3, atxmega192d3,
13330 atxmega256a3, atxmega256a3b, atxmega256a3bu, atxmega256d3.
13331 avrxmega7: atxmega128a1, atxmega128a1u.
13332 * config/avr/avr.h (enum avr_arch): Add: ARCH_AVRXMEGA2,
13333 ARCH_AVRXMEGA4, ARCH_AVRXMEGA5, ARCH_AVRXMEGA6, ARCH_AVRXMEGA7.
13334 (struct base_arch_s): Rename reserved to xmega_p.
13335 Rename reserved2 to have_rampd.
13336 (AVR_XMEGA): New define.
13337 (AVR_HAVE_RAMPD, AVR_HAVE_RAMPX, AVR_HAVE_RAMPY): New defines.
13338 (AVR_HAVE_RAMPZ): Change definition to fit xmega.
13339 * config/avr/predicates.md (io_address_operand): Take into
13340 account SFR offset.
13341 (low_io_address_operand): Ditto.
13342 (high_io_address_operand): Ditto.
13343 * config/avr/avr.md (isa): Add alternatives no_xmega, xmega.
13344 (enabled, movhi_sp_r): Use them.
13345 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use
13346 cpp_define_formatted to built-in define __AVR_ARCH__.
13347 (__AVR_XMEGA__): New built-in define.
13348 (__AVR_HAVE_RAMPD__): New built-in define.
13349 (__AVR_HAVE_RAMPX__): New built-in define.
13350 (__AVR_HAVE_RAMPY__): New built-in define.
13351 (__AVR_HAVE_RAMPZ__): Change condition when to built-in define it.
13352
13353 * config/avr/avr.c (avr_addr_t): Add ccp, rampd, rampx, rampy.
13354 (avr_option_override): Initialize them.
13355 (sreg_rtx, rampd_rtx, rampx_rtx, rampy_rtx): New GTY rtx.
13356 (avr_init_expanders): Initialize them. No more block several calls.
13357 (emit_push_sfr): New static function.
13358 (avr_prologue_setup_frame): Use it to push SREG, RAMPD/X/Y/Z as needed.
13359 Handle AVR_XMEGA.
13360 (expand_epilogue): Handle AVR_XMEGA. Pop RAMPD/X/Y/Z as needed.
13361 (avr_print_operand): Print addreeses as symbols for
13362 RAMPX, RAMPY, RAMPD, CCP.
13363 (output_movhi): Handle AVR_XMEGA when writing to SP.
13364 (avr_out_movhi_mr_r_xmega): New static function.
13365 (out_movhi_mr_r): Forward to avr_out_movhi_mr_r_xmega for AVR_XMEGA.
13366 (avr_file_start): Print symbol defines for __RAMPX__, __RAMPY__,
13367 __RAMPD__, __CCP__ as needed.
13368
13369 * config/avr/multilib.h: Regenerate.
13370 * config/avr/t-multilib: Regenerate.
13371 * config/avr/avr-tables.opt: Regenerate.
13372
13373 2012-02-15 Tobias Grosser <grosser@fim.uni-passau.de>
13374
13375 PR tree-optimization/50561
13376 * graphite-flattening.c (lst_project_loop): Do not
13377 remove old scattering dimensions after flattening.
13378 (lst_do_flatten): Likewise.
13379
13380 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
13381
13382 * doc/extend.texi (AVR Built-in Functions): Remove doc for
13383 __builtin_avr_map8, __builtin_avr_map16.
13384 Document __builtin_avr_insert_bits.
13385
13386 * config/avr/avr.md (map_bitsqi, map_bitshi): Remove.
13387 (insert_bits): New insn.
13388 (adjust_len.map_bits): Rename to insert_bits.
13389 (UNSPEC_MAP_BITS): Rename to UNSPEC_INSERT_BITS.
13390 * avr-protos.h (avr_out_map_bits): Remove.
13391 (avr_out_insert_bits, avr_has_nibble_0xf): New.
13392 * config/avr/constraints.md (Cxf,C0f): New.
13393 * config/avr/avr.c (avr_cpu_cpp_builtins): Remove built-in
13394 defines __BUILTIN_AVR_MAP8, __BUILTIN_AVR_MAP16.
13395 New built-in define __BUILTIN_AVR_INSERT_BITS.
13396 * config/avr/avr.c (TARGET_FOLD_BUILTIN): New define.
13397 (enum avr_builtin_id): Add AVR_BUILTIN_INSERT_BITS.
13398 (avr_move_bits): Rewrite.
13399 (avr_fold_builtin, avr_map_metric, avr_map_decompose): New static
13400 functions.
13401 (avr_map_op_t): New typedef.
13402 (avr_map_op): New static variable.
13403 (avr_out_insert_bits, avr_has_nibble_0xf): New functions.
13404 (adjust_insn_length): Handle ADJUST_LEN_INSERT_BITS.
13405 (avr_init_builtins): Add definition for __builtin_avr_insert_bits.
13406 (bdesc_3arg, avr_expand_triop_builtin): New.
13407 (avr_expand_builtin): Use them. And handle AVR_BUILTIN_INSERT_BITS.
13408 (avr_revert_map, avr_swap_map, avr_id_map, avr_sig_map): Remove.
13409 (avr_map_hamming_byte, avr_map_hamming_nonstrict): Remove.
13410 (avr_map_equal_p, avr_map_sig_p): Remove.
13411 (avr_out_swap_bits, avr_out_revert_bits, avr_out_map_bits): Remove.
13412 (bdesc_2arg): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
13413 (adjust_insn_length): Remove handling for ADJUST_LEN_MAP_BITS.
13414 (enum avr_builtin_id): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
13415 (avr_init_builtins): Remove __builtin_avr_map8, __builtin_avr_map16.
13416 (avr_expand_builtin): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
13417
13418 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
13419
13420 * config/c6x/c6x.md (reserve_cycles): New attribute.
13421 * config/c6x/c6x.c (c6x_sched_reorder_1): Ensure insns we predicate
13422 don't reserve functional units after the branch occurs.
13423
13424 2012-02-14 Aldy Hernandez <aldyh@redhat.com>
13425
13426 PR middle-end/52142
13427 * ipa-inline.c (can_inline_edge_p): Do not inline tm_pure
13428 functions into non-tm_pure functions.
13429
13430 2012-02-14 Eric Botcazou <ebotcazou@adacore.com>
13431
13432 PR lto/52178
13433 * gimple.c (iterative_hash_gimple_type): Use RECORD_OR_UNION_TYPE_P.
13434 (iterative_hash_canonical_type): Likewise.
13435 * tree-ssa-pre.c (fini_pre): Clean up the CFG only after purging all
13436 the dead edges.
13437
13438 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
13439
13440 * haifa-sched.c (prune_ready_list): Ensure that if there is a
13441 sched-group insn, it either remains alone or the entire list is pruned.
13442
13443 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
13444
13445 * doc/install.texi (Prerequisites): Fix grammar.
13446 (Configuration): Likewise.
13447
13448 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
13449
13450 * doc/install.texi (Prerequisites): Suggest building GMP, MPFR and
13451 MPC as part of GCC before describing configuring with --with-gmp etc.
13452 (Installing GCC: Configuration): --with-gmp etc. aren't needed if
13453 sources are present.
13454
13455 2012-02-14 Jakub Jelinek <jakub@redhat.com>
13456
13457 PR debug/51950
13458 * dwarf2out.c (clone_tree_hash): New function.
13459 (copy_decls_walk): Use it instead of clone_tree.
13460
13461 2012-02-14 Richard Guenther <rguenther@suse.de>
13462
13463 PR tree-optimization/52244
13464 PR tree-optimization/51528
13465 * tree-sra.c (analyze_access_subtree): Only create INTEGER_TYPE
13466 replacements for integral types.
13467
13468 2012-02-14 Walter Lee <walt@tilera.com>
13469
13470 * config.gcc: Handle tilegx and tilepro.
13471 * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
13472 tilegx and tilepro.
13473 Add HAVE_AS_TLS check for tilegx and tilepro.
13474 * configure: Regenerate.
13475 * doc/contrib.texi: Add Mat Hostetter and self.
13476 * doc/extend.texi (TILE-Gx Built-in Functions): New node.
13477 Document instruction intrinsics and network accessing intrinsics.
13478 (TILEPro Built-in Functions): New node. Document instruction
13479 intrinsics and network accessing intrinsics.
13480 * doc/install.texi (Specific, tilegx-*-linux*): Document it.
13481 (Specific, tilepro-*-linux*): Likewise.
13482 * doc/invoke.texi (TILE-Gx Options): New section.
13483 (TILEPro Options): New section.
13484 * doc/md.texi (TILE-Gx): New section.
13485 (TILEPro): New section.
13486 * common/config/tilegx/tilegx-common.c: New file.
13487 * common/config/tilepro/tilepro-common.c: New file.
13488 * config/tilegx/constraints.md: New file.
13489 * config/tilegx/linux.h: New file.
13490 * config/tilegx/mul-tables.c: New file.
13491 * config/tilegx/predicates.md: New file.
13492 * config/tilegx/sync.md: New file.
13493 * config/tilegx/t-tilegx: New file.
13494 * config/tilegx/tilegx-builtins.h: New file.
13495 * config/tilegx/tilegx-c.c: New file.
13496 * config/tilegx/tilegx-generic.md: New file.
13497 * config/tilegx/tilegx-modes.def: New file.
13498 * config/tilegx/tilegx-multiply.h: New file.
13499 * config/tilegx/tilegx-protos.h: New file.
13500 * config/tilegx/tilegx.c: New file.
13501 * config/tilegx/tilegx.h: New file.
13502 * config/tilegx/tilegx.md: New file.
13503 * config/tilegx/tilegx.opt: New file.
13504 * config/tilepro/constraints.md: New file.
13505 * config/tilepro/gen-mul-tables.cc: New file.
13506 * config/tilepro/linux.h: New file.
13507 * config/tilepro/mul-tables.c: New file.
13508 * config/tilepro/predicates.md: New file.
13509 * config/tilepro/t-tilepro: New file.
13510 * config/tilepro/tilepro-builtins.h: New file.
13511 * config/tilepro/tilepro-c.c: New file.
13512 * config/tilepro/tilepro-generic.md: New file.
13513 * config/tilepro/tilepro-modes.def: New file.
13514 * config/tilepro/tilepro-multiply.h: New file.
13515 * config/tilepro/tilepro-protos.h: New file.
13516 * config/tilepro/tilepro.c: New file.
13517 * config/tilepro/tilepro.h: New file.
13518 * config/tilepro/tilepro.md: New file.
13519 * config/tilepro/tilepro.opt: New file.
13520
13521 2012-02-14 Jakub Jelinek <jakub@redhat.com>
13522
13523 PR tree-optimization/52210
13524 * tree-vect-slp.c (vect_get_and_check_slp_defs): Call
13525 vect_model_simple_cost with two entry vect_def_type array instead
13526 of an address of dt.
13527
13528 2012-02-14 Richard Guenther <rguenther@suse.de>
13529
13530 PR lto/52178
13531 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
13532 Do not stream DECL_QUALIFIER.
13533 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
13534 * tree.c (free_lang_data_in_decl): Free DECL_QUALIFIER.
13535 (find_decls_types_r): Do not walk DECL_QUALIFIER.
13536
13537 2012-02-14 Jakub Jelinek <jakub@redhat.com>
13538
13539 PR c/52181
13540 * c-decl.c (merge_decls): Copy DECL_USER_ALIGN bit from olddecl to
13541 newdecl.
13542
13543 2012-02-13 Jakub Jelinek <jakub@redhat.com>
13544
13545 PR bootstrap/52172
13546 * cselib.h (cselib_subst_to_values_from_insn): New prototype.
13547 * cselib.c (cselib_subst_to_values_from_insn): New function.
13548 * sched-deps.c (add_insn_mem_dependence,
13549 sched_analyze_1, sched_analyze_2): Use it.
13550
13551 2012-02-13 Jan Hubicka <jh@suse.cz>
13552
13553 PR middle-end/52214
13554 * predict.c (predict_paths_for_bb): Fix thinko in prevoius patch.
13555
13556 2012-02-13 Eric Botcazou <ebotcazou@adacore.com>
13557
13558 * gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.
13559 (GTM_SELF_SPECS): Define if not already defined.
13560 (driver_self_specs): Add GTM_SELF_SPECS.
13561 * config/darwin.h (LINK_COMMAND_SPEC_A): Deal with -fgnu-tm.
13562 (GTM_SELF_SPECS): Define.
13563 * config/i386/cygwin.h (GTM_SELF_SPECS): Likewise.
13564 * config/i386/mingw32.h (GTM_SELF_SPECS): Likewise.
13565
13566 2012-02-13 Jakub Jelinek <jakub@redhat.com>
13567
13568 * cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right
13569 away if seen.
13570
13571 * cselib.c (dump_cselib_val): Don't assume l->setting_insn is non-NULL.
13572
13573 PR middle-end/52230
13574 * omp-low.c (expand_omp_for): If a static schedule without chunk size
13575 has NULL region->cont, force fd.chunk_size to be integer_zero_node.
13576
13577 2012-02-13 Andrew MacLeod <amacleod@redhat.com>
13578
13579 PR c/52190
13580 * doc/extend.texi : Fix another __atomic_compare_exchange typo.
13581
13582 2012-02-13 Richard Guenther <rguenther@suse.de>
13583
13584 PR translation/52211
13585 * passes.c (enable_disable_pass): Fix typo.
13586
13587 2012-02-13 Jakub Jelinek <jakub@redhat.com>
13588
13589 PR middle-end/52209
13590 * expr.c (expand_expr_real_2) <case BIT_NOT_EXPR>: Only expand using
13591 XOR for reduce_bit_field if type is unsigned.
13592
13593 2012-02-12 Eric Botcazou <ebotcazou@adacore.com>
13594
13595 * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): In 64-bit mode,
13596 disallow changes from SFmode to mode with different size in FP regs.
13597
13598 2012-02-12 Robert Millan <rmh@gnu.org>
13599 Gerald Pfeifer <gerald@pfeifer.com>
13600
13601 * ginclude/stddef.h [__FreeBSD_kernel__] (__size_t): Do not define.
13602 Tweak comment.
13603
13604 2012-02-11 Richard Sandiford <rdsandiford@googlemail.com>
13605
13606 PR rtl-optimization/52175
13607 * reorg.c (fill_slots_from_thread): Don't apply add/sub optimization
13608 to frame-related instructions.
13609
13610 2012-02-10 Jason Merrill <jason@redhat.com>
13611
13612 PR c++/51910
13613 * tlink.c (demangled_hash_entry): Change mangled to a VEC.
13614 (demangle_new_symbols): Fill it.
13615 (scan_linker_output): Walk it.
13616 (start_tweaking): Split out from scan_linker_output.
13617 (maybe_tweak): Update sym->chosen.
13618 * Makefile.in (COLLECT2_OBJS): Add vec.o and gcc-none.o
13619
13620 2012-02-11 Jakub Jelinek <jakub@redhat.com>
13621
13622 PR debug/52132
13623 * reg-stack.c (subst_stack_regs_in_debug_insn): Don't use get_true_reg.
13624
13625 2012-02-11 Uros Bizjak <ubizjak@gmail.com>
13626
13627 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
13628 having the same mode as previous compare.
13629
13630 2012-02-10 Eric Botcazou <ebotcazou@adacore.com>
13631
13632 * config/sparc/sparc.c (sparc_flat_expand_prologue): Use emit_use.
13633 * config/sparc/sparc.md (UNSPECV_GOTO): Delete.
13634 (nonlocal_goto_internal): Likewise.
13635 (nonlocal_goto): Emit a use and an indirect jump directly.
13636
13637 2012-02-10 Andrew MacLeod <amacleod@redhat.com>
13638
13639 PR c/52190
13640 * doc/extend.texi : Update comments for __atomic_compare_exchange and
13641 __atomic_{is,always}_lock_free.
13642
13643 2012-02-10 Uros Bizjak <ubizjak@gmail.com>
13644
13645 PR target/52146
13646 * config/i386/i386.c (ix86_legitimate_address_p): Disallow
13647 negative constant address for TARGET_X32.
13648
13649 2012-02-10 Richard Henderson <rth@redhat.com>
13650
13651 * tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.
13652 * tree-ssa-operands.c (parse_ssa_operands): Add virtual operands
13653 for GIMPLE_TRANSACTION. Tidy if's into a switch.
13654
13655 2012-02-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13656 Ira Rosen <irar@il.ibm.com>
13657
13658 PR tree-optimization/50031
13659 * targhooks.c (default_builtin_vectorization_cost): Handle
13660 vec_promote_demote.
13661 * target.h (enum vect_cost_for_stmt): Add vec_promote_demote.
13662 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Handle
13663 all types of reduction and pattern statements.
13664 (vect_estimate_min_profitable_iters): Likewise.
13665 * tree-vect-stmts.c (vect_model_promotion_demotion_cost): New function.
13666 (vect_get_load_cost): Use vec_perm for permutations; add dump logic
13667 for explicit realigns.
13668 (vectorizable_conversion): Call vect_model_promotion_demotion_cost.
13669 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
13670 vec_promote_demote.
13671 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
13672 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Update
13673 vec_perm for VSX and handle vec_promote_demote.
13674
13675 2012-02-10 Jakub Jelinek <jakub@redhat.com>
13676
13677 PR middle-end/52177
13678 * builtins.c (fold_builtin_atomic_always_lock_free,
13679 expand_builtin_atomic_always_lock_free,
13680 fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
13681 Return and/or test boolean_true_node/boolean_false_node instead of
13682 integer_one_node/integer_zero_node.
13683
13684 2012-02-10 Jan Hubicka <jh@suse.cz>
13685
13686 PR middle-end/48600
13687 * predict.c (predict_paths_for_bb): Prevent looping.
13688 (predict_paths_leading_to_edge, predict_paths_leading_to): Update.
13689
13690 2012-02-10 Roman Zhuykov <zhroma@ispras.ru>
13691
13692 * config/arm/arm.c (output_move_double): In one case properly
13693 count number of instructions that will be emitted.
13694
13695 2012-02-10 Richard Guenther <rguenther@suse.de>
13696
13697 PR translation/52193
13698 * cgraphunit.c (cgraph_mark_functions_to_output): Fix typo.
13699
13700 2012-02-09 Peter Bergner <bergner@vnet.ibm.com>
13701
13702 PR middle-end/52140
13703 * dojump.c (do_compare_rtx_and_jump): Use SCALAR_FLOAT_MODE_P.
13704
13705 2012-02-09 Jakub Jelinek <jakub@redhat.com>
13706
13707 PR debug/52165
13708 * var-tracking.c (emit_note_insn_var_location): If
13709 EMIT_NOTE_BEFORE_INSN and insn is NOTE_INSN_CALL_ARG_LOCATION,
13710 emit it before next non-NOTE_INSN_CALL_ARG_LOCATION
13711 non-NOTE_DURING_CALL_P insn.
13712
13713 2012-02-09 Bin Cheng <bin.cheng@arm.com>
13714
13715 PR middle-end/51867
13716 * builtins.c (expand_builtin): Don't check DECL_ASSEMBLER_NAME_SET_P.
13717
13718 2012-02-08 Magnus Granberg <zorry@gentoo.org>
13719
13720 PR driver/48524
13721 * gcc.c (switch_matches) Support switches with separated form,
13722 -D and -U.
13723
13724 2012-02-08 Georg-Johann Lay <avr@gjlay.de>
13725
13726 * config/avr/avr.md (SREG_ADDR): Remove constant definition.
13727 (SP_ADDR): Ditto.
13728 (RAMPZ_ADDR): Ditto.
13729 * config/avr/avr.c (avr_addr_t): New typedef.
13730 (avr_addr): New struct to hold RAM address of SPL, SPH, RAMPZ, SREG.
13731 (avr_init_expanders): Initialize it.
13732 (expand_prologue): Use avr_addr instead of RAMPZ_ADDR, SP_ADDR,
13733 SREG_ADDR.
13734 (expand_epilogue): Ditto.
13735 (avr_print_operand): Ditto.
13736 (avr_file_start): Ditto.
13737 (avr_emit_movmemhi): Ditto.
13738
13739 2012-02-08 Richard Guenther <rguenther@suse.de>
13740
13741 PR tree-optimization/46886
13742 * tree-flow.h (do_while_loop_p): Declare.
13743 * tree-ssa-loop-ch.c (do_while_loop_p): Export.
13744 * tree-parloops.c (parallelize_loops): Only parallelize do-while loops.
13745
13746 2012-02-08 Andrew MacLeod <amacleod@redhat.com>
13747
13748 * optabs.c (expand_atomic_load): Do not assume compare_and_swap will
13749 always succeed for integers larger than a native word.
13750
13751 2012-02-08 Richard Guenther <rguenther@suse.de>
13752
13753 PR rtl-optimization/52170
13754 * simplify-rtx.c (simplify_plus_minus): Use CONSTM1_RTX to
13755 properly handle integer vector modes.
13756
13757 2012-02-08 Jakub Jelinek <jakub@redhat.com>
13758
13759 PR gcov-profile/52150
13760 * coverage.c: Include target.h.
13761 (build_var): Call targetm.strip_name_encoding on the assembler name.
13762 Change one _ into . or $ if the target allows it.
13763 * Makefile.in (coverage.o): Depend on $(TARGET_H).
13764
13765 PR rtl-optimization/52139
13766 * cfgrtl.c (cfg_layout_merge_blocks): If BB_END
13767 is a BARRIER after emit_insn_after_noloc, move BB_END
13768 to the last non-BARRIER insn before it.
13769
13770 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
13771
13772 PR middle-end/24306
13773 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): New function.
13774 (mips_gimplify_va_arg_expr): Call it instead of
13775 std_gimplify_va_arg_expr.
13776
13777 2012-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
13778
13779 * config/rs6000/rs6000.c (rs6000_trampoline_init): Fix error
13780 message for -mno-pointers-to-nested-function.
13781
13782 2012-02-07 Eric Botcazou <ebotcazou@adacore.com>
13783
13784 PR middle-end/51994
13785 * expr.c (get_inner_reference): If there is an offset, add a negative
13786 bit position to it (if any).
13787
13788 2012-02-07 Jakub Jelinek <jakub@redhat.com>
13789
13790 PR rtl-optimization/52060
13791 * combine.c (try_combine): Add i0src_copy and i0src_copy2 variables,
13792 copy i1src to i1src_copy whenever added_sets_2 && i1_feeds_i2_n already
13793 before i1dest -> i1src substitution in newpat, copy i0src to i0src_copy
13794 and/or i0src_copy2 when needed.
13795
13796 2012-02-07 Jakub Jelinek <jakub@redhat.com>
13797
13798 * gcc.c (main): Don't look for lto-wrapper or lto-wrapper
13799 or LTOPLUGINSONAME if have_c.
13800
13801 * config/freebsd-spec.h: Add comment about what macros can be defined
13802 in this header.
13803 (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): Don't define here.
13804 * config/freebsd.h (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): But
13805 here instead.
13806
13807 2012-02-07 Richard Guenther <rguenther@suse.de>
13808
13809 * gimple-pretty-print.c (dump_gimple_phi): Avoid excessive
13810 newline in -alias dumps.
13811
13812 2012-02-07 Kai Tietz <ktietz@redhat.com>
13813 Dave Korn <dave.korn.cygwin@gmail.com>
13814
13815 PR target/40068
13816 * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition):
13817 Take care that typinfo gets dllexport-attribute.
13818
13819 2012-02-07 Jakub Jelinek <jakub@redhat.com>
13820
13821 PR middle-end/52074
13822 * expr.c (expand_expr_addr_expr_1): For CONSTANT_CLASS_P or CONST_DECL
13823 if modifier < EXPAND_SUM call force_operand on the result.
13824
13825 2012-02-07 Joern Rennecke <joern.rennecke@embecosm.com>
13826
13827 * config/epiphany/epiphany.h (ASM_DECLARE_FUNCTION_SIZE): Redefine,
13828 adding __forwarder_dst__ prefix if a forwarder_section attribute is
13829 present.
13830 (epiphany_function_type): Replace types for specific interrupts with
13831 EPIPHANY_FUNCTION_INTERRUPT.
13832 (EPIPHANY_INTERRUPT_P): Update.
13833 * config/epiphany/epiphany.c (epiphany_handle_forwarder_attribute):
13834 New static function.
13835 (epiphany_attribute_table) <interrupt>: min_len is 0, max_len is 9.
13836 <disinterrupt>: Affects type identity.
13837 (epiphany_handle_interrupt_attribute): Handle variable number of
13838 arguments.
13839 (epiphany_compute_function_type): Update for new
13840 epiphany_function_type definition.
13841 (epiphany_expand_prologue): Don't save (reg:DI GPR_0) for interrupt
13842 handlers with a longcall forwarder.
13843 (epiphany_start_function): Handle multiple interrupt arguments and/or
13844 forwarder_section attribute.
13845
13846 * config/epiphany/epiphany.h (LIB_SPEC): Link libc again after
13847 libgloss.
13848
13849 2012-02-07 Alan Modra <amodra@gmail.com>
13850
13851 PR target/52107
13852 * config/rs6000/rs6000.c (rs6000_emit_move): Don't create DImode
13853 subregs of TFmode.
13854
13855 2012-02-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13856
13857 PR tree-optimization/50969
13858 * tree-vect-stmts.c (vect_model_store_cost): Correct statement cost to
13859 use vec_perm rather than vector_stmt.
13860 (vect_model_load_cost): Likewise.
13861 * config/i386/i386.c (ix86_builtin_vectorization_cost): Change cost of
13862 vec_perm to be the same as other vector statements.
13863 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Revise
13864 cost of vec_perm for TARGET_VSX.
13865
13866 2012-02-06 Richard Guenther <rguenther@suse.de>
13867
13868 PR tree-optimization/52115
13869 * tree-sra.c (access_has_replacements_p): New function.
13870 (sra_modify_assign): Use it to decide whether a use is uninitialized.
13871
13872 2012-02-06 Patrick Marlier <patrick.marlier@gmail.com>
13873
13874 PR middle-end/52047
13875 * trans-mem.c (expand_call_tm): Add an assertion.
13876 * calls.c (flags_from_decl_or_type): Add ECF_TM_PURE to 'no vops'
13877 functions.
13878
13879 2012-02-06 Richard Guenther <rguenther@suse.de>
13880
13881 PR tree-optimization/50955
13882 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Artificially
13883 raise cost of expressions that replace an address with an
13884 expression based on a different pointer.
13885
13886 2012-02-06 Jakub Jelinek <jakub@redhat.com>
13887
13888 PR target/52129
13889 * calls.c (mem_overlaps_already_clobbered_arg_p): If val is
13890 CONST_INT_P, subtract resp. add crtl->args.pretend_args_size to it.
13891
13892 2012-02-06 Jonathan Wakely <jwakely.gcc@gmail.com>
13893
13894 PR c++/48680
13895 * doc/invoke.texi (C++ Dialect Options): Use @option markup for
13896 -Weffc++ and specify guidelines come from second edition.
13897
13898 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
13899
13900 * config/mips/mips.md (sibcall_internal, sibcall_value_internal)
13901 (sibcall_value_multiple_internal, call_split, call_internal_direct)
13902 (call_direct_split, call_value_split, call_value_internal_direct)
13903 (call_value_direct_split, call_value_multiple_split): Use jal and
13904 jal_macro attributes.
13905
13906 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
13907
13908 * reload1.c (reload_regs_reach_end_p): Replace with...
13909 (reload_reg_rtx_reaches_end_p): ...this function.
13910 (new_spill_reg_store): Update commentary.
13911 (emit_input_reload_insns): Don't clear new_spill_reg_store here.
13912 (emit_output_reload_insns): Check reload_reg_rtx_reaches_end_p
13913 before setting new_spill_reg_store.
13914 (emit_reload_insns): Use a separate loop to clear new_spill_reg_store.
13915 Use reload_reg_rtx_reaches_end_p instead of reload_regs_reach_end_p.
13916 Also use reload_reg_rtx_reaches_end_p when reading new_spill_reg_store
13917 for non-spill reload registers.
13918
13919 2012-02-05 Ira Rosen <irar@il.ibm.com>
13920
13921 PR tree-optimization/52091
13922 * tree-vectorizer.h (vect_is_simple_use): Add an argument.
13923 (vect_is_simple_use_1): Likewise.
13924 * tree-vect-loop.c (vectorizable_reduction): Update calls
13925 to vect_is_simple_use_1 and vect_is_simple_use.
13926 (vectorizable_live_operation): Likewise.
13927 * tree-vect-patterns.c (widened_name_p,
13928 vect_recog_vector_vector_shift_pattern, check_bool_pattern): Likewise.
13929 * tree-vect-stmts.c (process_use, vect_get_vec_def_for_operand,
13930 vectorizable_call, vectorizable_conversion, vectorizable_assignment,
13931 vectorizable_shift,vectorizable_operation, vectorizable_store,
13932 vectorizable_load): Likewise.
13933 (vect_is_simple_cond): Add an argument, pass it to
13934 vect_is_simple_use_1.
13935 (vectorizable_condition): Update calls to vect_is_simple_cond,
13936 vect_is_simple_use.
13937 (vect_is_simple_use): Add an argument, the statement in which
13938 OPERAND is used. Check that if OPERAND's def stmt is a double
13939 reduction phi node, the use is a phi node too.
13940 (vect_is_simple_use_1): Add an argument, pass it to
13941 vect_is_simple_use.
13942 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update a call
13943 to vect_is_simple_use.
13944
13945 2012-02-04 Jakub Jelinek <jakub@redhat.com>
13946
13947 PR rtl-optimization/52095
13948 * modulo-sched.c (dump_insn_locator): New function.
13949 (loop_canon_p, sms_schedule): Use it.
13950
13951 PR rtl-optimization/52113
13952 * lower-subreg.c (decompose_multiword_subregs): Call recog_memoized
13953 even for decomposable shift/zext insns.
13954
13955 2012-02-03 Jakub Jelinek <jakub@redhat.com>
13956 Zdenek Dvorak <ook@ucw.cz>
13957
13958 PR rtl-optimization/52092
13959 * loop-unswitch.c (unswitch_single_loop): Call copy_rtx_if_shared
13960 on get_iv_value result.
13961
13962 2012-02-02 Andrew Pinski <apinski@cavium.com>
13963
13964 PR middle-end/47982
13965 PR middle-end/43967
13966 * doc/libgcc.texi (__udivmoddi4/__udivmodti4): Fix documentation typo.
13967
13968 2012-02-02 Jakub Jelinek <jakub@redhat.com>
13969
13970 PR middle-end/48071
13971 * diagnostic.c (diagnostic_finish): Remove trailing newlines.
13972
13973 2012-02-02 Vladimir Makarov <vmakarov@redhat.com>
13974
13975 PR rtl-optimization/49800
13976 * haifa-sched.c (sched_init): Call regstat_init_n_sets_and_refs.
13977 (sched_finish): Call regstat_free_n_sets_and_refs.
13978
13979 2012-02-02 Jia Liu <proljc@gmail.com>
13980
13981 * config/mips/mips-dspr2.md (mips_prepend): Mask operand 3 rather
13982 than operand 2.
13983
13984 2012-02-02 Jan Hubicka <jh@suse.cz>
13985 Tom de Vries <tom@codesourcery.com>
13986
13987 PR middle-end/51998
13988 * cgraphunit.c (cgraph_analyze_function): Break cyclic aliases.
13989 * varpool.c (varpool_analyze_pending_decls): Likewise.
13990
13991 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
13992 Jayant R Sonar <jayant.sonar@kpitcummins.com>
13993
13994 * config.gcc: Add cr16-* support.
13995
13996 * doc/extend.texi: Document cr16 extensions.
13997 * doc/install.texi: Document cr16 install.
13998 * doc/invoke.texi: Document cr16 options.
13999 * doc/md.texi: Document cr16 constraints.
14000
14001 * common/config/cr16/cr16-common.c: New file.
14002 * config/cr16/cr16.c: New file.
14003 * config/cr16/cr16.h: New file.
14004 * config/cr16/cr16.md: New file.
14005 * config/cr16/cr16.opt: New file.
14006 * config/cr16/cr16-protos.h: New file.
14007 * config/cr16/predicates.md: New file.
14008 * config/cr16/constraints.md: New file.
14009 * config/cr16/t-cr16: New file.
14010
14011 2012-02-02 Jakub Jelinek <jakub@redhat.com>
14012
14013 PR target/52086
14014 * config/i386/i386.md (*addqi_2 peephole with SImode addition): Check
14015 that operands[2] is either immediate, or q_regs_operand.
14016
14017 PR tree-optimization/52073
14018 * tree-vect-stmts.c (vect_mark_relevant): When checking uses of
14019 a pattern stmt for pattern uses, ignore uses outside of the loop.
14020
14021 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
14022
14023 * config/avr/avr.c: Resolve all AS1 and AS2 macros.
14024 * config/avr/avr.h (AS1, AS2, AS2C, AS3): Remove.
14025 (OUT_AS1, OUT_AS2): Remove.
14026
14027 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
14028
14029 PR rtl-optimization/51374
14030 * combine.c (can_combine_p): Don't allow volatile_refs_p insns
14031 to cross other volatile_refs_p insns.
14032
14033 2012-02-01 Richard Guenther <rguenther@suse.de>
14034
14035 * doc/invoke.texi (fno-inline): Clarify documentation.
14036 (finline-small-functions): Likewise.
14037 (finline-functions): Likewise.
14038 * common.opt (finline): Adjust comment and documentation.
14039 (finline-small-functions): Clarify documentation.
14040 (finline-functions): Likewise.
14041 (finline-functions-called-once): Likewise.
14042
14043 2012-02-01 Tristan Gingold <gingold@adacore.com>
14044
14045 * c-typeck.c (composite_type): Keep mode for pointers.
14046
14047 2012-01-31 Richard Sandiford <rdsandiford@googlemail.com>
14048
14049 * function.h (regno_reg_rtx): Adjust comment.
14050 * reginfo.c (init_reg_modes_target): Only use the previous mode
14051 if it fits within one register. Remove MIPS comment.
14052
14053 2012-01-31 Jakub Jelinek <jakub@redhat.com>
14054
14055 PR bootstrap/52058
14056 * combine.c (do_SUBST_LINK, SUBST_LINK): Guard with #ifndef HAVE_cc0.
14057
14058 2012-01-31 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14059
14060 * config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
14061 to srak instruction.
14062
14063 2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
14064
14065 * config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true condition.
14066
14067 2012-01-31 Jakub Jelinek <jakub@redhat.com>
14068
14069 PR bootstrap/52041
14070 PR bootstrap/52039
14071 PR target/51974
14072 * ipa-prop.c (detect_type_change_1): Call ao_ref_init.
14073
14074 2012-01-31 Richard Guenther <rguenther@suse.de>
14075
14076 PR tree-optimization/51528
14077 * tree-sra.c (sra_modify_assign): Avoid copy-in/out for aggregate
14078 assigns.
14079
14080 2012-01-31 Jakub Jelinek <jakub@redhat.com>
14081
14082 PR bootstrap/52041
14083 PR bootstrap/52039
14084 PR target/51974
14085 * ree.c (add_removable_extension): Change def_map argument
14086 to unsigned *, store in def_map 1 + offset into *insn_list vector
14087 instead of pointers into the vector.
14088 (find_removable_extensions): Adjust caller.
14089
14090 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
14091
14092 * config/avr/avr.md: Resolve all AS1 and AS2 macros.
14093 Transform all "* quoted-c-code" to { c-code }.
14094 Remove redundant test for "optimize" in combine patterns.
14095 Move (include "avr-dimode.md") to end of file.
14096
14097 2012-01-30 Bin Cheng <bin.cheng@arm.com>
14098
14099 PR target/51835
14100 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
14101 for __aeabi_d2iz/__aeabi_d2uiz with hard-float.
14102
14103 2012-01-30 Richard Guenther <rguenther@suse.de>
14104
14105 PR tree-optimization/52028
14106 * tree-loop-distribution.c (ldist_gen): Properly update
14107 virtual SSA form.
14108
14109 2012-01-30 Jakub Jelinek <jakub@redhat.com>
14110
14111 PR debug/52027
14112 * dwarf2out.c (dwarf2out_switch_text_section): Don't call
14113 set_cur_line_info_table if not emitting debug info.
14114
14115 PR tree-optimization/52046
14116 * tree-vect-patterns.c (check_bool_pattern): Give up if
14117 a comparison could throw.
14118
14119 PR debug/52048
14120 * tree-ssa-tail-merge.c (local_def): Ignore debug uses.
14121
14122 2012-01-30 Richard Guenther <rguenther@suse.de>
14123
14124 PR tree-optimization/52045
14125 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Update
14126 SSA form if cfgcleanup did anything.
14127
14128 2012-01-30 Richard Guenther <rguenther@suse.de>
14129
14130 PR tree-optimization/52045
14131 * ipa-inline-transform.c (inline_transform): Call execute_fixup_cfg
14132 before computing final todo.
14133
14134 2012-01-30 Richard Guenther <rguenther@suse.de>
14135
14136 PR tree-optimization/51528
14137 * tree-sra.c (sra_modify_assign): Re-factor in preparation
14138 for PR51528 fix.
14139
14140 2012-01-30 Paolo Bonzini <bonzini@gnu.org>
14141
14142 * df-problems.c (df_kill_notes): Check that the use refers
14143 to the note under examination.
14144
14145 2012-01-30 Eric Botcazou <ebotcazou@adacore.com>
14146
14147 PR target/51920
14148 * config/sparc/sparc.c (vector_init_fpmerge): Remove INNER_MODE
14149 parameter and use short-lived pseudos.
14150 (vector_init_faligndata): Remove INNER_MODE parameter and use loop.
14151 (sparc_expand_vector_init): Const-ify local variables and adjust
14152 calls to above functions.
14153
14154 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
14155
14156 * config/avr/avr.c (out_movqi_mr_r): Fix length computation.
14157
14158 2012-01-29 Sandra Loosemore <sandra@codesourcery.com>
14159
14160 * doc/invoke.texi: Make usage of "compile time" and
14161 "run time"/"runtime" consistent throughout the file.
14162
14163 2012-01-29 Uros Bizjak <ubizjak@gmail.com>
14164
14165 * config/alpha/alpha.c (alpha_option_override): Default to
14166 full IEEE compliance mode for Go language.
14167
14168 2012-01-29 Tijl Coosemans <tijl@coosemans.org>
14169
14170 * config/freebsd-spec.h [TARGET_LIBC_PROVIDES_SSP]
14171 (LINK_SSP_SPEC): Define.
14172
14173 2012-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14174
14175 PR target/51871
14176 * config/pa/pa.c (pa_return_addr_rtx): Add support for PA2.0 export
14177 stubs.
14178
14179 2012-01-28 Sandra Loosemore <sandra@codesourcery.com>
14180
14181 * doc/invoke.texi: Correct hyphenation of "floating point",
14182 "double precision", and related terminology throughout the file.
14183
14184 2012-01-28 Jakub Jelinek <jakub@redhat.com>
14185
14186 PR target/52006
14187 * config/arm/arm.md (pic_add_dot_plus_eight peephole2): Use
14188 arm_general_register_operand predicate for operand 2 instead of
14189 register_operand.
14190
14191 2012-01-27 Ian Lance Taylor <iant@google.com>
14192
14193 PR go/47656
14194 * builtins.def (BUILT_IN_INIT_HEAP_TRAMPOLINE): Define.
14195 * builtins.c (expand_builtin_init_trampoline): Add onstack
14196 parameter. Change caller.
14197 (expand_builtin): Handle BUILT_IN_INIT_HEAP_TRAMPOLINE.
14198 * tree.c (build_common_builtin_nodes): Declare
14199 __builtin_init_heap_trampoline.
14200
14201 2012-01-27 Georg-Johann Lay <avr@gjlay.de>
14202
14203 * config/avr/avr-protos.h (lpm_reg_rtx, lpm_addr_reg_rtx,
14204 tmp_reg_rtx, zero_reg_rtx, all_regs_rtx, rampz_rtx): Make global.
14205 * config/avr/avr.c: Ditto.
14206 (avr_regnames): Remove because unused.
14207 * config/avr/avr.md (*cpse.ne): New peephole.
14208 (*cpse.eq): New peephole from former cpse peepholes.
14209
14210 2012-01-27 Michael Eager <eager@eagercon.com>
14211
14212 * config/microblaze.c (microblaze_emit_compare): Correct
14213 test after pcmp instruction.
14214
14215 2012-01-27 Richard Guenther <rguenther@suse.de>
14216
14217 PR tree-optimization/52020
14218 * tree-sra.c (sra_modify_assign): Do not transform clobbers.
14219
14220 2012-01-27 Richard Guenther <rguenther@suse.de>
14221
14222 * ipa-pure-const.c (check_stmt): Clobbers do not make a
14223 function non-const/pure.
14224
14225 2012-01-27 Richard Guenther <rguenther@suse.de>
14226
14227 PR tree-optimization/50444
14228 * tree-sra.c (build_ref_for_offset): Properly adjust the
14229 MEM_REF type for unaligned accesses.
14230
14231 2012-01-27 Richard Guenther <rguenther@suse.de>
14232
14233 PR tree-optimization/50444
14234 * expr.c (mem_ref_refers_to_non_mem_p): New function.
14235 (expand_assignment): Use it. Properly handle misaligned
14236 bases when expanding stores to component references.
14237 (expand_expr_real_1): Use mem_ref_refers_to_non_mem_p and
14238 refactor that case.
14239
14240 2012-01-27 Andrey Belevantsev <abel@ispras.ru>
14241
14242 PR middle-end/51389
14243 * Makefile.in (tree-data-ref.o): Depend on $(PARAMS_H).
14244 * tree-data-ref.h (find_data_references_in_loop): Remove declaration.
14245 * tree-data-ref.c (find_data_references_in_loop): Make static.
14246 (compute_all_dependences): Change return type to bool. Bail out
14247 for too many datarefs in a loop. Move the hunk resetting the data
14248 dependences vector from ...
14249 (compute_data_dependences_for_loop): ... here. Account for
14250 compute_all_dependences returning false.
14251 (compute_data_dependences_for_bb): Likewise.
14252 * params.def (PARAM_LOOP_MAX_DATAREFS_FOR_DATADEPS): New param.
14253 * doc/invoke.texi (loop-max-datarefs-for-datadeps): Document it.
14254
14255 2012-01-27 Richard Guenther <rguenther@suse.de>
14256
14257 PR middle-end/51959
14258 * expr.c (store_field): Use the alias-set of the scratch memory
14259 for storing to it.
14260
14261 2012-01-27 Tom de Vries <tom@codesourcery.com>
14262
14263 PR tree-optimization/51990
14264 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
14265 WITH_SIZE_EXPR.
14266 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Same.
14267
14268 2012-01-27 Jakub Jelinek <jakub@redhat.com>
14269
14270 PR debug/52001
14271 * var-tracking.c (reverse_op): Don't add any reverse operation
14272 if V already has any constant locations.
14273
14274 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
14275
14276 * doc/invoke.texi: Correct usage of "command line" (noun)
14277 vs "command-line" (adjective) throughout.
14278
14279 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
14280
14281 * doc/invoke.texi (Language Independent Options): Move
14282 -Wcoverage-mismatch blurb from here....
14283 (Warning Options): ...to here.
14284
14285 2012-01-27 Peter Bergner <bergner@vnet.ibm.com>
14286
14287 * config/rs6000/rs6000.c (rs6000_option_override_internal):
14288 Set rs6000_always_hint to false for 476.
14289
14290 2012-01-27 Matthias Klose <doko@ubuntu.com>
14291
14292 * gcc.c (add_sysrooted_prefix): Remove trailing dir separator from
14293 system root.
14294 * incpath.c (add_standard_paths): Likewise.
14295
14296 2012-01-27 Richard Henderson <rth@redhat.com>
14297
14298 * config/m68k/m68k.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
14299 * config/m68k/sync.md (atomic_test_and_set): Rename from
14300 sync_test_and_setqi and adjust the operands.
14301 (atomic_test_and_set_1): Rename from sync_test_and_setqi_1
14302 and unconditionally enable.
14303
14304 2012-01-27 Richard Henderson <rth@redhat.com>
14305
14306 * config/sparc/sparc.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
14307 * config/sparc/sync.md (atomic_test_and_set): Only handle QImode.
14308 (ldstub): Rename from ldstubqi.
14309 (ldstub<I24MODE>): Remove.
14310
14311 2012-01-27 Richard Henderson <rth@redhat.com>
14312
14313 * target.def (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
14314 * c-cppbuiltin.c (cpp_atomic_builtins): Define
14315 __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
14316 * doc/tm.texi.in (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Add doc hook.
14317 * doc/tm.texi: Rebuild.
14318
14319 2012-01-27 Richard Henderson <rth@redhat.com>
14320
14321 * optabs.c (gen_atomic_test_and_set): Remove default.
14322 (maybe_emit_atomic_test_and_set): Use maybe_expand_insn.
14323
14324 2012-01-26 Jakub Jelinek <jakub@redhat.com>
14325
14326 PR rtl-optimization/51978
14327 * ree.c (make_defs_and_copies_lists): Change set_pat type to const_rtx.
14328 (combine_reaching_defs): Likewise.
14329 (struct re_info): Remove.
14330 (add_removable_extension): Remove x and data arguments,
14331 add insn, insn_list and def_map. Use the arguments directly
14332 instead of using struct re_info.
14333 (find_removable_extensions): Don't call add_removable_extension
14334 through note_stores, instead just call it with single_set
14335 result if non-NULL.
14336 (find_and_remove_re): Pass curr_cand->expr instead of
14337 PATTERN (curr_cand->insn) as set_pat argument to combine_reaching_defs.
14338
14339 2012-01-26 Michael Matz <matz@suse.de>
14340
14341 PR tree-optimization/46590
14342 * cfgexpand.c: Revert last change (r183305).
14343 * gimplify.c (gimplify_bind_expr): Add clobbers for all non-gimple
14344 regs.
14345 * tree-eh.c (cleanup_empty_eh): Try to optimize clobbers before
14346 checking for emptiness.
14347
14348 2012-01-26 Jakub Jelinek <jakub@redhat.com>
14349
14350 PR middle-end/51895
14351 * expr.c (expand_expr_real_1): Handle BLKmode MEM_REF of
14352 non-addressable non-BLKmode base correctly.
14353
14354 2012-01-26 Michael Matz <matz@suse.de>
14355
14356 PR tree-optimization/48794
14357 * tree-eh.c (remove_unreachable_handlers_no_lp): Don't remove
14358 regions referenced from RESX/EH_DISPATCH.
14359
14360 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14361
14362 * config/s390/s390.h: Make BRANCH_COST an option.
14363 * config/s390/s390.opt: New option -mbranch-cost.
14364
14365 2012-01-26 Richard Henderson <rth@redhat.com>
14366
14367 Revert 2012-01-24 change:
14368 * trans-mem.c (requires_barrier): Do not instrument thread local
14369 variables and emit save/restore for them.
14370
14371 2012-01-25 Jakub Jelinek <jakub@redhat.com>
14372
14373 PR middle-end/51986
14374 * sched-deps.c (sched_get_condition_with_rev_uncached): Don't test
14375 for pat == 0.
14376
14377 2012-01-25 Richard Sandiford <rdsandiford@googlemail.com>
14378
14379 * config/mips/mips.c (mips_small_data_pattern_1): Don't process
14380 ASM_OPERANDS.
14381
14382 2012-01-25 Georg-Johann Lay <avr@gjlay.de>
14383
14384 PR target/49868
14385 Rename __pgm to __flash.
14386 Rename __pgm1 to __flash1.
14387 Rename __pgm2 to __flash2.
14388 Rename __pgm3 to __flash3.
14389 Rename __pgm4 to __flash4.
14390 Rename __pgm5 to __flash5.
14391 Rename __pgmx to __memx.
14392 * doc/extend.texi (AVR Named Address Spaces)
14393 Rename address space names as indicated above.
14394 * config/avr/avr.c (avr_addrspace): Ditto.
14395
14396 * config/avr/avr-protos.h
14397 (avr_mem_pgmx_p): Rename to avr_mem_memx_p.
14398 (avr_mem_pgm_p): Rename to avr_mem_flash_p.
14399 * config/avr/predicates.md: Ditto.
14400 * config/avr/avr.c Ditto, and
14401 (avr_decl_pgmx_p): Rename to avr_decl_memx_p.
14402 (avr_decl_pgm_p): Rename to avr_decl_flash_p.
14403
14404 * config/avr/avr.h (ADDR_SPACE_PGM): Rename to ADDR_SPACE_FLASH.
14405 (ADDR_SPACE_PGM1): Rename to ADDR_SPACE_FLASH1.
14406 (ADDR_SPACE_PGM2): Rename to ADDR_SPACE_FLASH2.
14407 (ADDR_SPACE_PGM3): Rename to ADDR_SPACE_FLASH3.
14408 (ADDR_SPACE_PGM4): Rename to ADDR_SPACE_FLASH4.
14409 (ADDR_SPACE_PGM5): Rename to ADDR_SPACE_FLASH5.
14410 (ADDR_SPACE_PGMX): Rename to ADDR_SPACE_MEMX.
14411 * config/avr/avr.c: Ditto.
14412 * config/avr/avr.md: Ditto.
14413
14414 2012-01-25 Jason Merrill <jason@redhat.com>
14415
14416 PR c++/51992
14417 * tree.c (find_decls_types_in_node): Walk gimple_call_fntype.
14418
14419 2012-01-25 Jakub Jelinek <jakub@redhat.com>
14420
14421 PR tree-optimization/51987
14422 * tree-data-ref.c (get_references_in_stmt): Handle references in
14423 non-volatile GIMPLE_ASM.
14424
14425 2012-01-25 Richard Guenther <rguenther@suse.de>
14426
14427 * tree-ssa-sccvn.c (vn_reference_eq): Also compare if both
14428 bases are dereferenced.
14429
14430 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
14431
14432 PR rtl-optimization/48374
14433 * sel-sched-ir.h (get_all_loop_exits): Check for zero successors.
14434
14435 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
14436
14437 * tree-predcom.c (tree_predictive_commoning_loop): Bail out when
14438 compute_data_dependences_for_loop returns false.
14439 * tree-parloops.c (loop_parallel_p): Likewise.
14440
14441 2012-01-25 Richard Guenther <rguenther@suse.de>
14442
14443 * tree.h (get_pointer_alignment_1): Declare.
14444 * builtins.c (get_pointer_alignment_1): New function.
14445 (get_pointer_alignment): Use it.
14446
14447 2012-01-25 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14448
14449 PR rtl-optimization/48308
14450 * combine.c (enum undo_kind): Add UNDO_LINKS.
14451 (struct undo): Add member l to other_contents and where.
14452 (do_SUBST_LINK): New.
14453 (SUBST_LINK): New.
14454 (try_combine): Handle LOG_LINKS for the dummy i1 case.
14455 (undo_all): Handle UNDO_LINKS.
14456
14457 2012-01-25 Richard Henderson <rth@redhat.com>
14458
14459 * optabs.c (maybe_emit_atomic_test_and_set): Allow non-QImode
14460 mem inputs.
14461
14462 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
14463
14464 * optabs.c (gen_atomic_test_and_set): Use each argument.
14465
14466 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
14467
14468 * config/mips/mips-ps-3d.md (mips_addr_ps, reduc_splus_v2sf)
14469 (mips_cvt_pw_ps, mips_cvt_ps_pw, mips_mulr_ps, mips_cabs_cond_<fmt>)
14470 (mips_cabs_cond_4s, mips_cabs_cond_ps, bc1any4t, bc1any4f, bc1any2t)
14471 (bc1any2f, mips_rsqrt1_<fmt>, mips_rsqrt2_<fmt>, mips_recip1_<fmt>)
14472 (mips_recip2_<fmt>): Require TARGET_MIPS3D rather than
14473 TARGET_PAIRED_SINGLE_FLOAT.
14474
14475 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
14476
14477 * doc/rtl.texi (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
14478 (in_struct, return_val): Remove MEM documentation.
14479 * rtl.h (rtx_def): Remove MEM meanings from in_struct and return_val.
14480 (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
14481 (MEM_COPY_ATTRIBUTES): Remove references to MEM_IN_STRUCT_P
14482 and MEM_SCALAR.
14483 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
14484 * cfgexpand.c (add_alias_set_conflicts): Likewise.
14485 * expr.c (store_field): Likewise.
14486 * function.c (assign_stack_temp_for_type): Likewise.
14487 * ifcvt.c (noce_try_cmove_arith): Likewise.
14488 * reload1.c (reload): Likewise.
14489 * config/alpha/alpha.c (alpha_set_memflags_1): Likewise.
14490 (alpha_set_memflags): Likewise.
14491 * config/m32c/m32c.c (m32c_immd_dbl_mov): Nullify.
14492
14493 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
14494
14495 * rtl.h (true_dependence, canon_true_dependence): Remove varies
14496 parameter.
14497 * alias.c (fixed_scalar_and_varying_struct_p): Delete.
14498 (true_dependence_1, write_dependence_p, may_alias_p): Don't call it.
14499 (true_dependence_1, true_dependence, canon_true_dependence): Remove
14500 varies parameter.
14501 * cselib.c (cselib_rtx_varies_p): Delete.
14502 (cselib_invalidate_mem): Update call to canon_true_dependence.
14503 * dse.c (record_store, check_mem_read_rtx): Likewise.
14504 (scan_reads_nospill): Likewise.
14505 * cse.c (check_dependence): Likewise.
14506 (cse_rtx_varies_p): Delete.
14507 * expr.c (safe_from_p): Update call to true_dependence.
14508 * ira.c (validate_equiv_mem_from_store): Likewise.
14509 (memref_referenced_p): Likewise.
14510 * postreload-gcse.c (find_mem_conflicts): Likewise.
14511 * sched-deps.c (sched_analyze_2): Likewise.
14512 * store-motion.c (load_kills_store): Likewise.
14513 * config/frv/frv.c (frv_registers_conflict_p_1): Likewise.
14514 * gcse.c (mems_conflict_for_gcse_p): Likewise.
14515 (compute_transp): Update call to canon_true_dependence.
14516
14517 2012-01-25 Richard Henderson <rth@redhat.com>
14518
14519 * optabs.c (CODE_FOR_atomic_test_and_set): Provide default.
14520 (maybe_emit_atomic_test_and_set): New.
14521 (expand_sync_lock_test_and_set): Use it.
14522 (expand_atomic_test_and_set): Likewise.
14523 * doc/extend.texi (__atomic_test_and_set): Adjust the docs to match
14524 the implementation; clarify implementation defined details.
14525 * doc/md.texi (atomic_test_and_set): Document.
14526
14527 2012-01-25 Richard Henderson <rth@redhat.com>
14528
14529 * config/sparc/predicates.md (zero_or_v7_operand): Use match_code.
14530
14531 2012-01-25 Richard Henderson <rth@redhat.com>
14532
14533 PR target/51968
14534 * config/arm/arm.c (neon_split_vcombine): Emit deleted note
14535 to effect no-op split.
14536
14537 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
14538
14539 PR lto/51698
14540 * builtin-types.def: (BT_CONST_DOUBLE_PTR): New.
14541 (BT_FN_VOID_PTR_CONST_PTR_SIZE): New.
14542 (BT_FN_VOID_PTR_INT_SIZE): New.
14543 (BT_FN_UINT_UINT_VAR): Remove.
14544 (BT_FN_UINT32_UINT32_VAR): New.
14545 (BT_FN_DOUBLE_VPTR): Remove.
14546 (BT_FN_DOUBLE_CONST_DOUBLE_PTR): New.
14547
14548 * gtm-builtins.def (_ITM_abortTransaction): Set return type to void.
14549 (_ITM_changeTransactionMode): Same.
14550 (_ITM_memmoveRtWt): Change return type to void.
14551 (_ITM_memcpyRtWt): Same.
14552 (_ITM_memsetW): Same.
14553 (_ITM_RaRD): Change types to double.
14554 (_ITM_RD): Same.
14555 (_ITM_RaWD): Same.
14556 (_ITM_RfWD): Same.
14557
14558 * builtins.def (DEF_TM_BUILTIN): Set BOTH_P to true.
14559
14560 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
14561 Patrick Marlier <patrick.marlier@gmail.com>
14562
14563 * trans-mem.c (requires_barrier): Do not instrument thread local
14564 variables and emit save/restore for them.
14565
14566 2012-01-24 Jason Merrill <jason@redhat.com>
14567
14568 PR c++/51812
14569 * cgraphunit.c (cgraph_decide_is_function_needed): Don't always
14570 output static aliases.
14571
14572 2012-01-24 Jakub Jelinek <jakub@redhat.com>
14573
14574 PR driver/47249
14575 * common.opt (-pie, -shared, pie, shared): Change from Common to
14576 Driver.
14577 * gcc.c (display_help): Display help for -pie and -shared.
14578
14579 2012-01-24 Georg-Johann Lay <avr@gjlay.de>
14580
14581 PR target/49868
14582 * doc/extend.texi (AVR Named Address Spaces): Move sample code up.
14583 Remove note on size/offset limitation.
14584 (AVR Variable Attributes): Add example how to read data located
14585 with progmem. Refer to named address spaces.
14586 * doc/invoke.texi (AVR Options): Fix typo.
14587
14588 2012-01-24 Richard Guenther <rguenther@suse.de>
14589
14590 Forward-port to trunk
14591 2010-09-21 Jakub Jelinek <jakub@redhat.com>
14592
14593 PR middle-end/45678
14594 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: If
14595 op0 isn't sufficiently aligned and there is movmisalignM
14596 insn for mode, use it to load op0 into a temporary register.
14597
14598 2012-01-24 Jakub Jelinek <jakub@redhat.com>
14599
14600 PR target/51957
14601 * target.def (const_not_ok_for_debug_p): New hook.
14602 * doc/tm.texi.in (TARGET_CONST_NOT_OK_FOR_DEBUG_P): New hook
14603 documentation.
14604 * doc/tm.texi: Regenerated.
14605 * dwarf2out.c (const_ok_for_output_1): If
14606 targetm.const_not_ok_for_debug_p returns true, fail.
14607 * config/rs6000/rs6000.c (rs6000_const_not_ok_for_debug_p): New
14608 function.
14609 (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Redefine.
14610
14611 2012-01-23 Kai Tietz <ktietz@redhat.com>
14612
14613 PR target/51900
14614 * config/i386/predicates.md (symbolic_operand): Allow
14615 UNSPEC_PCREL as PIC expression for lea.
14616 * config/i386/winnt.c (i386_pe_binds_local_p): Reworked.
14617 * config/i386/i386.c (ix86_delegitimize_address): Handle
14618 UNSPEC_PCREL for none-MEM, too.
14619
14620 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
14621
14622 * trans-mem.c (ipa_tm_create_version): Set externally_visible.
14623 (ipa_tm_create_version_alias): Same.
14624
14625 2012-01-23 Uros Bizjak <ubizjak@gmail.com>
14626
14627 PR libitm/51830
14628 * builtin-types.def (BT_FN_UINT_UINT_VAR): New.
14629 * gtm-builtins.def (BUILT_IN_TM_START): Declare as BT_FN_UINT_UINT_VAR.
14630
14631 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
14632 Patrick Marlier <patrick.marlier@gmail.com>
14633 Iain Sandoe <developer@sandoe-acoustics.co.uk>
14634
14635 PR lto/51916
14636 * lto-wrapper.c (run_gcc): Pass the LTO section name to
14637 simple_object_start_read.
14638
14639 2012-01-23 Richard Guenther <rguenther@suse.de>
14640
14641
14642 PR tree-optimization/51895
14643 * tree-sra.c (decide_one_param_reduction): Avoid sub-optimal
14644 parameter decomposition into BLKmode components.
14645
14646 2012-01-23 Eric Botcazou <ebotcazou@adacore.com>
14647
14648 * tree-ssa-structalias.c (intra_create_variable_infos): Do not create
14649 fake variables for restrict-qualified pointers whose pointed-to type
14650 contains a placeholder.
14651
14652 2012-01-23 Richard Guenther <rguenther@suse.de>
14653
14654 PR tree-optimization/51949
14655 * ipa-split.c (execute_split_functions): Do not split malloc functions.
14656
14657 2012-01-23 Jakub Jelinek <jakub@redhat.com>
14658
14659 PR rtl-optimization/51933
14660 * ree.c (transform_ifelse): Return true right away if dstreg is
14661 already wider or equal to cand->mode.
14662 (enum ext_modified_kind, struct ext_modified, ext_state): New types.
14663 (make_defs_and_copies_lists): Remove defs_list and copies_list
14664 arguments, add state argument, just truncate state->work_list
14665 instead of always allocating and freeing the vector. Assert that
14666 get_defs succeeds instead of returning 2. Changed return type to bool.
14667 (merge_def_and_ext): Add state argument. If SET_DEST doesn't
14668 have ext_src_mode, see if it has been modified already with the
14669 right kind of extension and has been extended before from the
14670 ext_src_mode. If SET_DEST is already wider or equal to cand->mode,
14671 just return true. Remember the original mode in state->modified array.
14672 (combine_reaching_defs): Add state argument. Don't allocate and
14673 free here def_list, copied_list and vec vectors, instead just
14674 VEC_truncate the vectors in *state. Don't handle outcome == 2 here.
14675 (find_and_remove_re): Set DF_DEFER_INSN_RESCAN df flag.
14676 Add state variable, clear vectors in it, initialize state.modified
14677 if needed. Free all the vectors at the end and state.modified too.
14678 Don't skip a candidate if the extension expression has been modified.
14679
14680 2012-01-22 Douglas B Rupp <rupp@gnat.com>
14681
14682 PR target/47096
14683 * config.gcc: (i[34567]86-*-interix3*): Remove from obsolete
14684 configurations. Change triplet to i[34567]86-*-interix[3-9]*.
14685 (extra_options) interix.opt -> i386/interix.opt"
14686 (extra_objs):Add winnt-stubs.o
14687 * configure.ac: Add interix to target_os .comm on PE check.
14688 * configure: Regenerate.
14689 * config/interix3.h: Delete and move bits to..
14690 * config/interix.h: Delete and move bits to..
14691 * config/i386/i386-interix3.h: Delete and move bits to..
14692 * config/i386/i386-interix.h: ..here.
14693 (TARGET_CPU_DEFAULT): Remove redefinition.
14694 (TARGET_ASM_CONSTRUCTOR): Undefine.
14695 (SUBTARGET_SWITCHES): Define for ms-bitfields.
14696 (TARGET_OS_CPP_BUILTINS): Remove __OPENNT. Add __declspec.
14697 (PTRDIFF_TYPE): Define.
14698 (LONG_DOUBLE_TYPE_SIZE): Define.
14699 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
14700 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
14701 (TARGET_SECTION_TYPE_FLAGS): Define.
14702 (ASM_DECLARE_FUNCTION_NAME): Define.
14703 (ASM_OUTPUT_EXTERNAL): Define.
14704 (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
14705 (ASM_OUTPUT_ALIGNED_BSS): Define.
14706 (PCC_BITFIELD_TYPE_MATTERS): Define.
14707 (USE_CONST_SECTION): Define.
14708 (SUBTARGET_ENCODE_SECTION_INFO): Remove.
14709 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
14710 (SUPPORTS_ONE_ONLY): Remove.
14711 (I386_PE_STRIP_ENCODING): Define.
14712 * config/interix.opt: Delete and move bits to..
14713 * config/i386/interix.opt: ..here. New.
14714 (mpe-aligned-commons): Add.
14715 * config/i386/t-interix: Add copyright header.
14716 (winnt-stubs.o): Add rule.
14717
14718 2012-01-22 Jason Merrill <jason@redhat.com>
14719
14720 PR c++/51832
14721 * varpool.c (varpool_analyze_pending_decls): Copy DECL_EXTERNAL
14722 for extra name aliases.
14723
14724 2012-01-22 Eric Botcazou <ebotcazou@adacore.com>
14725
14726 PR rtl-optimization/51924
14727 * ree.c (combine_set_extension): Improve debugging message.
14728 (combine_reaching_defs): Likewise.
14729 (get_defs): Rename confusingly named variable.
14730 (find_and_remove_re): Skip a candidate if the extension expression has
14731 been modified.
14732
14733 2012-01-21 Robert Millan <rmh@gnu.org>
14734 Gerald Pfeifer <gerald@pfeifer.com>
14735
14736 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
14737 (GNU_USER_DYNAMIC_LINKER): Adjust indentation.
14738
14739 2012-01-20 Jakub Jelinek <jakub@redhat.com>
14740
14741 PR tree-optimization/51914
14742 * tree-vect-stmts.c (vectorizable_conversion): For
14743 cvt_type && modifier == WIDEN, put temporary with cvt_type
14744 at the beginning of vec_dsts and set vec_dest to temporary
14745 with vectype_out.
14746
14747 2012-01-20 Eric Botcazou <ebotcazou@adacore.com>
14748
14749 * cfgrtl.c (rtl_dump_bb): Do not dump insns for {ENTRY|EXIT}_BLOCK.
14750
14751 2012-01-20 Tijl Coosemans <tijl@coosemans.org>
14752
14753 * config/i386/i386.c: Fix checks for !TARGET_MACHO.
14754 * config/rs6000/rs6000.c: Likewise.
14755
14756 2012-01-20 Jakub Jelinek <jakub@redhat.com>
14757
14758 PR target/51915
14759 * config/arm/arm.c (arm_count_output_move_double_insns): Call
14760 output_move_double on a copy of operands array.
14761
14762 2012-01-20 Cary Coutant <ccoutant@google.com>
14763 Dodji Seketeli <dodji@redhat.com>
14764
14765 PR debug/45682
14766 * dwarf2out.c (copy_declaration_context): Return ref to parent
14767 of declaration DIE, if necessary.
14768 (remove_child_or_replace_with_skeleton): Add new parameter; update
14769 caller. Place skeleton DIE under parent DIE of original declaration.
14770 Move call to copy_declaration_context to here ...
14771 (break_out_comdat_types): ... from here.
14772
14773 2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14774
14775 PR rtl-optimization/51856
14776 * reload.c (find_reloads_subreg_address): Set the address_reloaded
14777 flag to reloaded.
14778
14779 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14780
14781 PR target/51819
14782 * config/arm/arm.c (arm_print_operand): Correct output of alignment
14783 hints for neon loads and stores.
14784
14785 2012-01-20 Georg-Johann Lay <avr@gjlay.de>
14786
14787 PR target/49868
14788 PR target/50887
14789 * doc/extend.texi (Named Address Spaces): Split into subsections.
14790 (AVR Named Address Spaces): New subsection.
14791 (M32C Named Address Spaces): New subsection.
14792 (RL78 Named Address Spaces): New subsection.
14793 (SPU Named Address Spaces): New subsection.
14794 (Variable Attributes): New anchor "AVR Variable Attributes".
14795 (AVR Variable Attributes): Rewrite and avoid wording
14796 "address space" in this context.
14797 * doc/invoke.texi (AVR Options): Rewrite and add documentation
14798 for -maccumulate-args, -mbranch-cost=, -mrelax, -mshort-calls.
14799 (AVR Built-in Macros): New subsubsection therein.
14800 * doc/md.texi (AVR constraints): Remove "C04", "R".
14801
14802 2012-01-20 Richard Guenther <rguenther@suse.de>
14803
14804 PR tree-optimization/51903
14805 * tree-ssa-pre.c (eliminate): Properly purging of EH edges
14806 when removing stmts.
14807
14808 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14809
14810 PR target/50313
14811 * config/arm/arm.c (arm_load_pic_register): Use
14812 gen_pic_load_addr_unified. Delete calls to gen_pic_load_addr_32bit
14813 , gen_pic_add_dot_plus_eight and gen_pic_add_dot_plus_four.
14814 (arm_pic_static_addr): Likewise.
14815 (arm_rtx_costs_1): Adjust cost for UNSPEC_PIC_UNIFIED.
14816 (arm_note_pic_base): Handle UNSPEC_PIC_UNIFIED.
14817 * config/arm/arm.md (UNSPEC_PIC_UNIFIED): Define.
14818 (pic_load_addr_unified): New.
14819
14820 2012-01-20 Andrey Belevantsev <abel@ispras.ru>
14821
14822 PR target/51106
14823 * function.c (instantiate_virtual_regs_in_insn): Use
14824 delete_insn_and_edges when removing a wrong asm insn.
14825
14826 2012-01-19 Vladimir Makarov <vmakarov@redhat.com>
14827
14828 PR rtl-optimization/40761
14829 * ira-int.h (struct ira_loop_tree_node): Add comment for member loop.
14830 Add new member loop_num.
14831 (IRA_LOOP_NODE_BY_INDEX): Modify the check.
14832 (ira_build): Remove the parameter.
14833
14834 * ira.c (ira_print_disposition): Use loop_num instead of loop->num.
14835 (ira.c): Do not build CFG loops for one region allocation. Remove
14836 argument from ira_build call.
14837
14838 * ira-build.c (init_loop_tree_node): New function.
14839 (create_loop_tree_nodes): Use it. Separate the case when CFG
14840 loops are not built.
14841 (more_one_region_p): Check current_loops.
14842 (finish_loop_tree_nodes): Separate the case when CFG loops are not
14843 built.
14844 (add_loop_to_tree): Process loop equal to NULL too.
14845 (form_loop_tree): Separate the case when CFG loops are not built.
14846 Use explicitly number for the root.
14847 (rebuild_regno_allocno_maps, create_loop_tree_node_allocnos): Add
14848 an assertion.
14849 (ira_print_expanded_allocno, loop_compare_func): Use loop_num
14850 instead of loop->num.
14851 (mark_loops_for_removal): Ditto. Use loop_num instead of loop->num.
14852 (mark_all_loops_for_removal): Ditto.
14853 (remove_unnecessary_regions): Separate the case when CFG loops
14854 are not built.
14855 (ira_build): Remove the parameter. Use explicit number of regions
14856 when CFG loops are not built.
14857
14858 * ira-color.c (print_loop_title): Separate the case for the root node.
14859 Use loop_num instead of loop->num.
14860 (move_spill_restore): Use loop_num instead of loop->num.
14861
14862 * ira-emit.c (setup_entered_from_non_parent_p): Add an assertion.
14863 (change_loop): Ditto.
14864 (change_loop): Use loop_num instead of loop->num.
14865
14866 * ira-lives.c (process_bb_node_lives): Ditto.
14867
14868 * ira-costs.c (print_allocno_costs, find_costs_and_classes): Ditto.
14869
14870 * ira-conflicts.c (print_allocno_conflicts): Ditto.
14871
14872 2012-01-19 Jakub Jelinek <jakub@redhat.com>
14873
14874 PR libmudflap/40778
14875 * tree-mudflap.c (mf_artificial): New function.
14876 (execute_mudflap_function_ops, execute_mudflap_function_decls,
14877 mx_register_decls, mudflap_enqueue_decl): Use it.
14878
14879 PR target/51876
14880 * config/arm/neon.md (*neon_vswp<mode>): Fix up operand
14881 numbers in the insn pattern.
14882
14883 2012-01-19 Michael Matz <matz@suse.de>
14884
14885 PR tree-optimization/46590
14886 * cfgexpand.c (add_scope_conflicts_1): New old_conflicts argument,
14887 use it in remembering which conflicts we already created.
14888 (add_scope_conflicts): Adjust call to above, (de)allocate helper
14889 bitmap.
14890
14891 2012-01-19 Aldy Hernandez <aldyh@redhat.com>
14892
14893 PR lto/51280
14894 * lto-wrapper.c (run_gcc): Pass -fgnu_tm on.
14895 (merge_and_complain): Same.
14896
14897 2012-01-19 Jakub Jelinek <jakub@redhat.com>
14898
14899 PR bootstrap/50237
14900 * config/initfini-array.h: Guard content of the header
14901 with #ifdef HAVE_INITFINI_ARRAY.
14902 * configure.ac: Move gcc_AC_INITFINI_ARRAY much later into the file.
14903 Add initfini-array.h to tm_file here.
14904 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): For non-ia64 do a linker test.
14905 * config.gcc: Don't add initfini-array.h to tm_file here.
14906 * configure: Regenerated.
14907
14908 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
14909
14910 PR rtl-optimization/51505
14911 * df-problems.c (df_kill_notes): New parameter live. Update comment.
14912 Remove REG_EQUAL/REG_EQUIV notes referring to dead registers.
14913 (df_note_bb_compute): Update the call to df_kill_notes.
14914
14915 2012-01-18 Aldy Hernandez <aldyh@redhat.com>
14916
14917 * trans-mem.c (requires_barrier): Remove call to is_global_var.
14918
14919 2012-01-18 Richard Guenther <rguenther@suse.de>
14920
14921 * tree-ssa.c (useless_type_conversion_p): Remove special-casing
14922 of conversions to void *.
14923
14924 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14925 Richard Sandiford <rdsandiford@googlemail.com>
14926
14927 PR middle-end/50325
14928 PR middle-end/51192
14929 * optabs.h (simplify_expand_binop): Declare.
14930 * optabs.c (simplify_expand_binop): Make global.
14931 * expmed.c (store_bit_field_1): Use simplify_expand_binop on big
14932 endian targets if the source cannot be exactly covered by word
14933 mode chunks.
14934
14935 2012-01-17 Jakub Jelinek <jakub@redhat.com>
14936
14937 PR bootstrap/51872
14938 * hard-reg-set.h (struct hard_reg_set_container): New type.
14939 * target.h (struct hard_reg_set_container): Forward declare.
14940 * target.def (set_up_by_prologue): New target hook.
14941 * doc/tm.texi.in (TARGET_SET_UP_BY_PROLOGUE): Document it.
14942 * doc/tm.texi: Regenerated.
14943 * function.c (thread_prologue_and_epilogue_insns): Change
14944 set_up_by_prologue HARD_REG_SET into struct hard_reg_set_container.
14945 Call targetm.set_up_by_prologue on it.
14946 * config/rs6000/rs6000.c (rs6000_set_up_by_prologue): New function.
14947 (TARGET_SET_UP_BY_PROLOGUE): Redefine to it.
14948
14949 2012-01-17 Nick Clifton <nickc@redhat.com>
14950
14951 * config/rx/rx.c (rx_can_use_simple_return): New function.
14952 * config/rx/rx-protos.h (rx_can_use_simple_return): Prototype.
14953 * config/rx/rx.md (return): Predicate on rx_can_use_simple_return.
14954
14955 2012-01-17 Richard Guenther <rguenther@suse.de>
14956
14957 PR middle-end/51782
14958 * expr.c (expand_assignment): Take address-space information
14959 from the address operand of MEM_REF and TARGET_MEM_REF.
14960 (expand_expr_real_1): Likewise.
14961
14962 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14963
14964 * ira.c (do_reload): Make sure ira_dump_file is re-set if no
14965 reload dump is requested.
14966
14967 2012-01-17 Aldy Hernandez <aldyh@redhat.com>
14968
14969 PR other/51165
14970 * trans-mem.c (requires_barrier): Call may_be_aliased.
14971
14972 2012-01-17 Jakub Jelinek <jakub@redhat.com>
14973
14974 PR tree-optimization/51877
14975 * tree-ssa-tail-merge.c (gimple_equal_p): Don't return true whenever
14976 call arguments and fndecls compare equal, instead return false if they
14977 don't. Return true only if lhs1 and lhs2 are either both NULL, or
14978 both SSA_NAMEs that are valueized the same, or they satisfy
14979 operand_equal_p.
14980
14981 2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14982
14983 * configure.ac (gcc_cv_target_dl_iterate_phdr): Only check on
14984 Solaris 11+.
14985 * configure: Regenerate.
14986
14987 2012-01-16 Jan Hubicka <jh@suse.cz>
14988
14989 PR c/12245
14990 PR c++/14179
14991 * convert.c (convert_to_integer): Use fold_convert for
14992 converting an INTEGER_CST to integer type.
14993
14994 2012-01-16 Jason Merrill <jason@redhat.com>
14995
14996 PR c++/14179
14997 * vec.c (vec_gc_o_reserve_1): Use ggc_round_alloc_size.
14998
14999 2012-01-16 Jakub Jelinek <jakub@redhat.com>
15000
15001 PR bootstrap/51860
15002 * config/s390/s390.c (s390_chunkify_start): Don't skip
15003 call insns followed by NOTE_INSN_CALL_ARG_LOCATION note. Skip
15004 NOTE_INSN_VAR_LOCATION and NOTE_INSN_CALL_ARG_LOCATION notes.
15005 If insn is followed by NOTE_INSN_VAR_LOCATION or
15006 NOTE_INSN_CALL_ARG_LOCATION notes, insert jump after all those notes.
15007 Don't use location of note insns.
15008
15009 PR tree-optimization/51865
15010 * tree-inline.c (tree_function_versioning): Call remap_decl
15011 on DECL_RESULT whenever it has VOID_TYPE_P type.
15012
15013 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
15014
15015 * config/mips/mips.c (mips16_build_call_stub): Don't use a stub
15016 for calls to locally-binding MIPS16 functions if only the return
15017 type uses float regs.
15018
15019 2012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
15020 Richard Sandiford <rdsandiford@googlemail.com>
15021
15022 * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): Delete.
15023 (SYMBOL_32_HIGH): Likewise.
15024 (mips_output_tls_reloc_directive): Declare.
15025 * config/mips/mips.h (PIC_FUNCTION_ADDR_REGNUM): Move to mips.md.
15026 (mips_use_pcrel_pool_p, mips_lo_relocs, mips_hi_relocs): Declare.
15027 * config/mips/mips.c (mips_use_pcrel_pool_p): New variable.
15028 (mips_lo_relocs, mips_hi_relocs): Make extern.
15029 (mips16_stub_function): Move up file.
15030 (mips_classify_symbol): Remove SYMBOL_FORCE_TO_MEM handling.
15031 (mips_symbolic_constant_p): Likewise. Remove SYMBOL_32_HIGH too.
15032 (mips_symbol_insns_1): Likewise. Check mips_use_pcrel_pool_p.
15033 (mips_cannot_force_const_mem): Use mips_use_pcrel_pool_p instead of
15034 SYMBOL_FORCE_TO_MEM. Only check mips_tls_symbol_ref_1 if it's false.
15035 (mips_get_tp): Add MIPS16 support.
15036 (mips_legitimize_tls_address): Remove MIPS16 sorry().
15037 Generalize DTPREL and TPREL handling.
15038 (mips_init_relocs): Initialize mips_use_pcrel_pool_p.
15039 Add MIPS16 TLS support.
15040 (mips_output_tls_reloc_directive): New function.
15041 (mips16_rewrite_pool_refs): Ignore UNSPEC_TLS_GET_TPs.
15042 * config/mips/predicates.md (symbolic_operand_with_high)
15043 (tls_reloc_operand): New predicates.
15044 (force_to_mem_operand): Use mips_use_pcrel_pool_p.
15045 * config/mips/mips.md (UNSPEC_UNSHIFTED_HIGH): New unspec.
15046 (PIC_FUNCTION_ADDR_REGNUM): Moved from mips.h.
15047 (*unshifted_high): New instruction. Use it for MIPS16 high splitter.
15048 (consttable_tls_reloc, tls_get_tp_mips16_<mode>): New patterns.
15049 (*tls_get_tp_mips16_call_<mode>): Likewise.
15050
15051 2012-01-15 Uros Bizjak <ubizjak@gmail.com>
15052
15053 PR rtl-optimization/51821
15054 * recog.c (peep2_find_free_register): Determine clobbered registers
15055 from insn pattern.
15056
15057 2012-01-14 Denis Chertykov <chertykov@gmail.com>
15058
15059 PR target/50925
15060 * config/avr/avr-protos.h: Revert change of 2012-01-09.
15061 * config/avr/avr.c: Likewise.
15062 * config/avr/avr.h: Likewise.
15063
15064 2012-01-13 Ian Lance Taylor <iant@google.com>
15065
15066 PR c++/50012
15067 * tree.h (TYPE_QUALS): Add cast to int.
15068 (TYPE_QUALS_NO_ADDR_SPACE): Likewise.
15069
15070 2012-01-13 Ian Lance Taylor <iant@google.com>
15071
15072 * ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when
15073 comparing param_index to VEC_length result.
15074
15075 2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
15076
15077 * c-decl.c: Do not include tree-mudflap.h
15078 * tree-optimize.c: Likewise.
15079 * Makefile.in: Update dependencies.
15080
15081 2012-01-13 Richard Guenther <rguenther@suse.de>
15082
15083 PR middle-end/8081
15084 * gimplify.c (gimplify_modify_expr_rhs): For calls with a
15085 variable-sized result always use RSO.
15086
15087 2012-01-12 DJ Delorie <dj@redhat.com>
15088
15089 * cfgexpand.c (convert_debug_memory_address): Allow any valid
15090 pointer type, not just the default pointer type.
15091
15092 2012-01-09 Richard Henderson <rth@redhat.com>
15093 Denis Chertykov <chertykov@gmail.com>
15094
15095 PR target/50925
15096 * config/avr/avr-protos.h (avr_hard_regno_nregs): Declare.
15097 * config/avr/avr.c (avr_can_eliminate): Simplify.
15098 (avr_initial_elimination_offset): Likewise.
15099 (avr_prologue_setup_frame): Use hard_frame_pointer_rtx.
15100 (expand_epilogue): Likewise.
15101 (avr_legitimize_address): Gut.
15102 (avr_legitimize_reload_address): Use hard_frame_pointer_rtx.
15103 (avr_hard_regno_nregs): New.
15104 (avr_hard_regno_ok): Allow only Pmode for arg and frame_pointers.
15105 (avr_regno_mode_code_ok_for_base_b): Handle arg and frame pointers.
15106 * config/avr/avr.h (FIXED_REGISTERS): Adjust arg pointer,
15107 add soft frame pointer.
15108 (CALL_USED_REGISTERS): Likewise.
15109 (REG_CLASS_CONTENTS): Likewise.
15110 (REGISTER_NAMES): Likewise.
15111 (HARD_REGNO_NREGS): Use avr_hard_regno_nregs.
15112 (HARD_FRAME_POINTER_REGNUM): New.
15113 (FRAME_POINTER_REGNUM): Use soft frame pointer.
15114 (ELIMINABLE_REGS): Eliminate from the soft frame pointer,
15115 remove the HARD_FRAME_POINTER self-elimination.
15116
15117 2012-01-12 Georg-Johann Lay <avr@gjlay.de>
15118
15119 PR target/51756
15120 * config/avr/avr.c (avr_encode_section_info): Test for absence of
15121 DECL_EXTERNAL when checking for initializers of progmem variables.
15122
15123 2012-01-12 Ira Rosen <irar@il.ibm.com>
15124
15125 PR tree-optimization/51799
15126 * tree-vect-patterns.c (vect_recog_over_widening_pattern): Check
15127 that the last operation is a type demotion.
15128
15129 2012-01-12 Uros Bizjak <ubizjak@gmail.com>
15130
15131 * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
15132 (x86_shift<mode>_adj_1): Remove operand constraint from operand 3.
15133
15134 2012-01-11 Jakub Jelinek <jakub@redhat.com>
15135
15136 PR bootstrap/51796
15137 * combine.c (distribute_notes): If i3 is a noreturn call,
15138 allow old_size to be equal to args_size and make sure the
15139 noreturn call gets REG_ARGS_SIZE note.
15140 * expr.c (fixup_args_size_notes): Put REG_ARGS_SIZE notes
15141 on noreturn calls even when the delta is 0.
15142
15143 2012-01-11 Nathan Sidwell <nathan@acm.org>
15144
15145 * gcov.c (STRING_SIZE): Remove.
15146 (generate_results): Erase annotations for source files with no
15147 coverage information.
15148 (read_line): New.
15149 (output_lines): Use it.
15150
15151 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
15152
15153 * gimple.h (gimplify_body): Remove first argument.
15154 * gimplify.c (copy_if_shared): Add DATA argument. Do not create the
15155 pointer set here, instead just pass DATA to walk_tree.
15156 (unshare_body): Remove BODY_P argument and adjust. Create the pointer
15157 set here and invoke copy_if_shared on the size trees of DECL_RESULT.
15158 (unvisit_body): Likewise, but with unmark_visited.
15159 (gimplify_body): Remove BODY_P argument and adjust.
15160 (gimplify_function_tree): Adjust call to gimplify_body.
15161 * omp-low.c (finalize_task_copyfn): Likewise.
15162
15163 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
15164
15165 * tree.h (build_function_decl_skip_args): Add boolean parameter.
15166 (build_function_type_skip_args): Delete.
15167 * tree.c (build_function_type_skip_args): Make static and add
15168 SKIP_RETURN parameter. Fix thinko in the handling of variants.
15169 (build_function_decl_skip_args): Add SKIP_RETURN parameter and
15170 pass it to build_function_type_skip_args.
15171 * cgraph.h (cgraph_function_versioning): Add boolean parameter.
15172 (tree_function_versioning): Likewise.
15173 * cgraph.c (cgraph_create_virtual_clone): Adjust call to
15174 build_function_decl_skip_args.
15175 * cgraphunit.c (cgraph_function_versioning): Add SKIP_RETURN parameter
15176 and pass it to build_function_decl_skip_args/tree_function_versioning.
15177 (cgraph_materialize_clone): Adjust call to tree_function_versioning.
15178 * ipa-inline-transform.c (save_inline_function_body): Likewise.
15179 * trans-mem.c (ipa_tm_create_version): Likewise.
15180 * tree-sra.c (modify_function): Ditto for cgraph_function_versioning.
15181 * tree-inline.c (declare_return_variable): Remove always-true test.
15182 (tree_function_versioning): Add SKIP_RETURN parameter. If the function
15183 returns non-void and SKIP_RETURN, create a void-typed RESULT_DECL.
15184 * ipa-split.c (split_function): Skip the return value for the split
15185 part if it doesn't return.
15186
15187 2012-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15188
15189 PR tree-optimization/49642
15190 * ipa-split.c (forbidden_dominators): New variable.
15191 (check_forbidden_calls): New function.
15192 (dominated_by_forbidden): Likewise.
15193 (consider_split): Check for forbidden dominators.
15194 (execute_split_functions): Initialize and free forbidden
15195 dominators info; call check_forbidden_calls.
15196
15197 2012-01-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
15198
15199 * config/arm/arm.md (mov_notscc): Use MVN for false condition.
15200
15201 2012-01-11 Nick Clifton <nickc@redhat.com>
15202
15203 * config/rx/rx.md (return): Define pattern.
15204
15205 2012-01-11 Richard Guenther <rguenther@suse.de>
15206
15207 * doc/extend.texi (malloc attribute): Adjust according to
15208 implementation.
15209
15210 2012-01-10 Aldy Hernandez <aldyh@redhat.com>
15211 Patrick Marlier <patrick.marlier@gmail.com>
15212
15213 PR middle-end/51516
15214 * trans-mem.c (get_cg_data): Traverse aliases if requested.
15215 (ipa_tm_scan_calls_block): Update parameters to get_cg_data.
15216 (ipa_tm_note_irrevocable): Same.
15217 (ipa_tm_scan_irr_block): Same.
15218 (ipa_tm_decrement_clone_counts): Same.
15219 (ipa_tm_scan_irr_function): Same.
15220 (ipa_tm_create_version_alias): Same.
15221 (ipa_tm_create_version): Same.
15222 (ipa_tm_transform_calls_redirect): Same.
15223 (ipa_tm_transform_calls): Same.
15224 (ipa_tm_transform_transaction): Same.
15225 (ipa_tm_execute): Same.
15226
15227 2012-01-10 Richard Guenther <rguenther@suse.de>
15228
15229 PR middle-end/51806
15230 * opts.c (common_handle_option): Handle -Werror.
15231
15232 2012-01-10 Andreas Schwab <schwab@linux-m68k.org>
15233
15234 * config/m68k/sync.md ("atomic_compare_and_swap<mode>_1"): Fix
15235 operand number.
15236
15237 2012-01-10 Jason Merrill <jason@redhat.com>
15238
15239 * doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
15240 information.
15241
15242 2012-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15243
15244 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check if linker
15245 supports R_386_TLS_GD_PLT reloc.
15246 (gcc_cv_as_ix86_tlsldmplt): Check if linker
15247 supports R_386_TLS_LDM_PLT reloc.
15248 * configure: Regenerate.
15249 * config.in: Regenerate.
15250
15251 2012-01-10 Georg-Johann Lay <avr@gjlay.de>
15252
15253 PR target/49868
15254 Extend __pgmx semantics to linearize memory.
15255 * config/avr/avr.md (mov<mode>): Use avr_xload_libgcc_p to
15256 determine if code comes inline or from libgcc.
15257 (MOVMEM_r_d:HI): Add "w" to constraint for better preference.
15258 (movmem_qi, movmem_qi): Set constraint #2 to "n".
15259 (movmem_qi_elpm, movmem_hi_elpm): Remove insns.
15260 (movmemx_qi, movmemx_hi): New insns.
15261 (xload_<mode>_libgcc): Rewrite to new insn condition.
15262 (xload_<mode>): Remove insns.
15263 * config/avr/avr.c (avr_out_xload): Rewrite: Only need to handle
15264 cases that don't satisfy avr_xload_libgcc_p().
15265 (avr_addr_space_convert): Allow converting in any direction.
15266 (avr_addr_space_subset_p): Return always true.
15267 (avr_xload_libgcc_p): Rewrite to fit new __pgmx semantics.
15268 (avr_emit_movmemhi): Ditto.
15269 (avr_out_lpm): No need to handle ADDR_SPACE_PGMX any more.
15270 (avr_out_movmem): Ditto.
15271 (AVR_SYMBOL_FLAG_PROGMEM): New macro.
15272 (AVR_SYMBOL_SET_ADDR_SPACE): New macro.
15273 (AVR_SYMBOL_GET_ADDR_SPACE): New macro.
15274 (avr_encode_section_info): Encode 'progmem' in symbol flags.
15275 (output_reload_in_const): Don't zero-extend any 24-bit symbols.
15276
15277 2012-01-10 Richard Guenther <rguenther@suse.de>
15278
15279 PR tree-optimization/50913
15280 * graphite-scop-detection.c (stmt_has_simple_data_refs_p):
15281 Require data-refs to be representable by Graphite with respect
15282 to any loop nest.
15283
15284 2012-01-10 Uros Bizjak <ubizjak@gmail.com>
15285
15286 * config/i386/constraints.md ("L"): Return true for 0xffffffff.
15287 * config/i386/i386.c (*anddi_1): Emit AND with 0xffffffff as MOV.
15288
15289 2012-01-10 Tom de Vries <tom@codesourcery.com>
15290
15291 PR rtl-optimization/51271
15292 * dwarf2cfi.c (scan_trace): Save and restore cur_row->reg_save when
15293 handling annulled branch.
15294
15295 2012-01-10 Richard Henderson <rth@redhat.com>
15296
15297 * config/arm/arm.c (arm_vectorize_vec_perm_const_ok,
15298 TARGET_VECTORIZE_VEC_PERM_CONST_OK, neon_split_vcombine, MAX_VECT_LEN,
15299 struct expand_vec_perm_d, arm_expand_vec_perm_1, arm_expand_vec_perm,
15300 arm_evpc_neon_vuzp, arm_evpc_neon_vzip, arm_evpc_neon_vrev,
15301 arm_evpc_neon_vtrn, arm_evpc_neon_vtbl, arm_expand_vec_perm_const_1,
15302 arm_expand_vec_perm_const): New.
15303 * config/arm/arm-protos.h: Update.
15304 * config/arm/neon.md (UNSPEC_VCONCAT): New.
15305 (*neon_vswp<VDQX>): New.
15306 (neon_vcombine<VDX>): Use neon_split_vcombine.
15307 (neon_vtbl1v16qi, neon_vtbl2v16qi, neon_vcombinev16qi): New.
15308 * config/arm/vec-common.md (vec_perm_const<VALL>): New.
15309 (vec_perm<VE>): New.
15310
15311 2012-01-10 Richard Henderson <rth@redhat.com>
15312
15313 * config/arm/arm.c (arm_gen_compare_reg): Add scratch argument;
15314 use it if reload_completed.
15315 (arm_legitimize_sync_memory, arm_emit, arm_insn_count, arm_count,
15316 arm_output_asm_insn, arm_process_output_memory_barrier,
15317 arm_output_memory_barrier, arm_ldrex_suffix, arm_output_ldrex,
15318 arm_output_strex, arm_output_it, arm_output_op2, arm_output_op3,
15319 arm_output_sync_loop, arm_get_sync_operand, FETCH_SYNC_OPERAND,
15320 arm_process_output_sync_insn, arm_output_sync_insn,
15321 arm_sync_loop_insns, arm_call_generator, arm_expand_sync): Remove.
15322 (arm_pre_atomic_barrier, arm_post_atomic_barrier): New.
15323 (arm_emit_load_exclusive, arm_emit_store_exclusive): New.
15324 (emit_unlikely_jump): New.
15325 (arm_expand_compare_and_swap, arm_split_compare_and_swap): New.
15326 (arm_split_atomic_op): New.
15327 * config/arm/arm-protos.h: Update.
15328 * config/arm/arm.h (enum arm_sync_generator_tag): Remove.
15329 (struct arm_sync_generator): Remove.
15330 * config/arm/arm.md (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK,
15331 VUNSPEC_SYNC_OP, VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): Remove.
15332 (VUNSPEC_ATOMIC_CAS, VUNSPEC_ATOMIC_XCHG, VUNSPEC_ATOMIC_OP): New.
15333 (VUNSPEC_LL, VUNSPEC_SC): New.
15334 (sync_result, sync_memory, sync_required_value, sync_new_value,
15335 sync_t1, sync_t2, sync_release_barrier, sync_op): Remove.
15336 (attr length): Don't use arm_sync_loop_insns.
15337 (cbranch_cc, cstore_cc): Update call to arm_gen_compare_reg.
15338 (movsfcc, movdfcc): Likewise.
15339 * config/arm/constraints.md (Ua): New.
15340 * config/arm/prediates.md (mem_noofs_operand): New.
15341 (sync_compare_and_swap<QHSD>, sync_lock_test_and_set<QHSD>): Remove.
15342 (sync_clobber, sync_t2_reqd): Remove.
15343 (sync_<syncop><QHSD>, sync_nand<QHSD>): Remove.
15344 (sync_new_<syncop><QHSD>, sync_new_nand<QHSD>): Remove.
15345 (sync_old_<syncop><QHSD>, sync_old_nand<QHSD>): Remove.
15346 (arm_sync_compare_and_swap<SIDI>): Remove.
15347 (arm_sync_compare_and_swap<NARROW>): Remove.
15348 (arm_sync_lock_test_and_set<SIDI>): Remove.
15349 (arm_sync_lock_test_and_set<NARROW>): Remove.
15350 (arm_sync_new_<syncop><SIDI>): Remove.
15351 (arm_sync_new_<syncop><NARROW>): Remove.
15352 (arm_sync_new_nand<SIDI>): Remove.
15353 (arm_sync_new_nand<NARROW>): Remove.
15354 (arm_sync_old_<syncop><SIDI>): Remove.
15355 (arm_sync_old_<syncop><NARROW>): Remove.
15356 (arm_sync_old_nand<SIDI>): Remove.
15357 (arm_sync_old_nand<NARROW>): Remove.
15358 (*memory_barrier): Merge arm_output_memory_barrier.
15359 (atomic_compare_and_swap<QHSD>): New.
15360 (atomic_compare_and_swap<NARROW>_1): New.
15361 (atomic_compare_and_swap<SIDI>_1): New.
15362 (atomic_exchange<QHSD>): New.
15363 (cas_cmp_operand, cas_cmp_str): New.
15364 (atomic_op_operand, atomic_op_str): New.
15365 (atomic_<syncop><QHSD>, atomic_nand<QHSD>): New.
15366 (atomic_fetch_<syncop><QHSD>, atomic_fetch_nand<QHSD>): New.
15367 (atomic_<syncop>_fetch<QHSD>, atomic_nand_fetch<QHSD>): New.
15368 (arm_load_exclusive<NARROW>): New.
15369 (arm_load_exclusivesi, arm_load_exclusivedi): New.
15370 (arm_store_exclusive<QHSD>): New.
15371
15372 2012-01-09 Michael Meissner <meissner@linux.vnet.ibm.com>
15373
15374 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add DF
15375 reload patterns if -mvsx-scalar-memory.
15376
15377 * config/rs6000/vsx.md (vsx_xscvspdp): Allow xscvspdp to be
15378 generated, even -mno-vsx-scalar-double was used.
15379 (vsx_xscvdpsp_scalar): Likewise.
15380 (vsx_xscvspdp_scalar2): Likewise.
15381
15382 2012-01-09 Tom de Vries <tom@codesourcery.com>
15383 Andrew Pinski <apinski@cavium.com>
15384
15385 PR debug/51471
15386 * reorg.c (fill_slots_from_thread): Don't speculate
15387 frame-related insns.
15388
15389 2012-01-09 Richard Sandiford <rdsandiford@googlemail.com>
15390
15391 * sched-int.h (bb_note): Move to...
15392 * basic-block.h: ...here.
15393 * haifa-sched.c (bb_note): Move to...
15394 * cfgrtl.c: ...here.
15395 * function.c (next_block_for_reg): New function.
15396 (move_insn_for_shrink_wrap): Likewise.
15397 (prepare_shrink_wrap): Rewrite to use the above.
15398
15399 2012-01-09 Aldy Hernandez <aldyh@redhat.com>
15400
15401 * gimple.c (is_gimple_non_addressable): Remove.
15402 * gimple.h: Remove is_gimple_non_addressable.
15403 * gimplify.c (gimplify_modify_expr_rhs): Use is_gimple_reg instead of
15404 is_gimple_non_addressable.
15405 * trans-mem.c (expand_assign_tm): Same.
15406
15407 2012-01-09 Richard Guenther <rguenther@suse.de>
15408
15409 PR tree-optimization/51775
15410 * tree-ssa-sccvn.c (visit_use): Value-number throwing stmts.
15411 * tree-ssa-pre.c (eliminate): Properly fixup EH info.
15412
15413 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
15414
15415 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
15416 tuning parameters.
15417 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
15418
15419 2012-01-09 Richard Guenther <rguenther@suse.de>
15420
15421 * tree-streamer-out.c (write_ts_optimization): Fix spelling.
15422
15423 2012-01-08 Jan Hubicka <jh@suse.cz>
15424
15425 PR tree-optimize/51680
15426 * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition
15427 on when known_vals needs to be computed; cleanup.
15428
15429 2012-01-08 Jan Hubicka <jh@suse.cz>
15430
15431 PR tree-optimize/51694
15432 * ipa-cp.c (ipa_get_indirect_edge_target): Add bounds checks.
15433
15434 2012-01-08 Jonathan Wakely <jwakely.gcc@gmail.com>
15435
15436 * doc/cpp.texi (Predefined Macros): __STRICT_ANSI__ is defined
15437 for -std=c++98 and -std=c++11 too.
15438
15439 2012-01-08 Chung-Lin Tang <cltang@codesourcery.com>
15440
15441 * cfgloop.c (cancel_loop): Add free() of bbs array.
15442
15443 2012-01-07 Jan Hubicka <jh@suse.cz>
15444
15445 PR tree-optimization/51600
15446 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Disable code
15447 that benefits small functions.
15448
15449 2012-01-07 Jan Hubicka <jh@suse.cz>
15450
15451 * ipa-inline.c (want_inline_small_function_p): Fix formating.
15452
15453 2012-01-07 Jan Hubicka <jh@suse.cz>
15454
15455 PR tree-optimization/51680
15456 * ipa-inline.c (want_inline_small_function_p): Be more lax on functions
15457 whose inlining reduce unit size.
15458
15459 2012-01-07 Alexandre Oliva <aoliva@redhat.com>
15460
15461 PR bootstrap/51725
15462 * cselib.c (new_elt_loc_list): Promote addr_list to canonical node.
15463 Add canonical node to containing_mem chain after the non-canonical
15464 one, even if there weren't any locs to propagate.
15465 (remove_useless_values): Keep only canonical values.
15466 (add_mem_for_addr, cselib_lookup_mem): Canonicalize addr.
15467 (cselib_invalidate_mem): Likewise. Ensure v is canonical, and
15468 canonicalize mem_chain elements that are not discarded.
15469
15470 2012-01-06 Jakub Jelinek <jakub@redhat.com>
15471
15472 PR target/47333
15473 * cgraphunit.c (cgraph_optimize): Call output_weakrefs
15474 before emitting functions.
15475
15476 PR gcov-profile/50127
15477 * bb-reorder.c (partition_hot_cold_basic_blocks): Call
15478 clear_aux_for_blocks.
15479
15480 2012-01-06 Alexandre Oliva <aoliva@redhat.com>
15481
15482 PR debug/51746
15483 * cselib.c (cselib_hash_rtx): Hash incoming VALUEs too.
15484
15485 2012-01-06 Arnaud Charlet <charlet@adacore.com>
15486
15487 * c-decl.c (ext_block): Moved up.
15488 (collect_all_refs, for_each_global_decl): Take ext_block into account.
15489
15490 2012-01-06 Han Shen <shenhan@google.com>
15491
15492 Translate built-in include paths for sysroot.
15493 * Makefile.in (gcc_gxx_include_dir_add_sysroot): New.
15494 (PREPROCESSOR_DEFINES): Define GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT.
15495
15496 * cppdefault.c (cpp_include_defaults): Replace hard coded "0" with
15497 GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT for "add_sysroot" field.
15498
15499 * configure.ac (AC_SUBST): Add gcc_gxx_include_dir_add_sysroot to
15500 control whether sysroot should be prepended to gxx include dir.
15501
15502 * configure: Regenerate.
15503
15504 2012-01-06 Torvald Riegel <triegel@redhat.com>
15505
15506 PR rtl-optimization/51771
15507 * builtin-attrs.def (ATTR_RETURNS_TWICE, ATTR_TM_NOTHROW_RT_LIST): New.
15508 * gtm-builtins.def (BUILT_IN_TM_START): Add returns-twice attrib.
15509
15510 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
15511
15512 PR tree-optimization/51315
15513 * tree-sra.c (tree_non_aligned_mem_for_access_p): New predicate.
15514 (build_accesses_from_assign): Use it instead of tree_non_aligned_mem_p.
15515
15516 2012-01-05 Uros Bizjak <ubizjak@gmail.com>
15517
15518 PR target/51681
15519 * config/ia64/ia64.c (expand_vec_perm_shrp): Use correct operands
15520 for shrp pattern. Correctly handle and fixup shift variable.
15521 Return false when shift > nelt for BYTES_BIG_ENDIAN target.
15522
15523 2012-01-05 Jakub Jelinek <jakub@redhat.com>
15524
15525 PR debug/51762
15526 * calls.c (emit_call_1): For noreturn calls force a REG_ARGS_SIZE
15527 note when !ACCUMULATE_OUTGOING_ARGS.
15528
15529 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
15530
15531 * tree-vrp.c (extract_range_from_binary_expr_1): Remove duplicated
15532 condition.
15533 (extract_range_from_unary_expr_1): Avoid useless computations.
15534
15535 2012-01-05 Jakub Jelinek <jakub@redhat.com>
15536
15537 PR rtl-optimization/51767
15538 * cfgrtl.c (force_nonfallthru_and_redirect): Force addition
15539 of jump_block and add an extra edge for degenerated asm gotos.
15540
15541 PR middle-end/51768
15542 * stmt.c (check_unique_operand_names): Don't ICE during error
15543 reporting if i is from labels chain.
15544
15545 PR middle-end/44777
15546 * profile.c (branch_prob): Split bbs that have exit edge
15547 and need a fake entry edge too.
15548
15549 2012-01-05 Jan Hubicka <jh@suse.cz>
15550
15551 PR middle-end/49710
15552 * cfgloopmanip.c (remove_path): Walk loop hiearchy upwards when
15553 unlooping loops.
15554
15555 2012-01-05 Richard Guenther <rguenther@suse.de>
15556
15557 PR lto/50490
15558 * tree-streamer-out.c (write_ts_optimization): New function.
15559 (streamer_write_tree_body): Call it.
15560 * tree-streamer-in.c (lto_input_ts_optimization): New function.
15561 (streamer_read_tree_body): Call it.
15562 * lto-streamer-out.c (lto_is_streamable): Handle OPTIMIZATION_NODE.
15563
15564 2012-01-05 Jakub Jelinek <jakub@redhat.com>
15565
15566 PR middle-end/51761
15567 * gimple.h (struct gimplify_ctx): Add in_cleanup_point_expr field.
15568 * gimplify.c (gimplify_cleanup_point_expr): Save and set
15569 in_cleanup_point_expr before gimplify_stmt call and restore it
15570 afterwards.
15571 (gimplify_target_expr): Don't add {CLOBBER} cleanup if
15572 in_cleanup_point_expr is false.
15573
15574 2012-01-05 Richard Guenther <rguenther@suse.de>
15575
15576 PR middle-end/51764
15577 * common.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move
15578 to c.opt.
15579 * toplev.c (process_options): Reject combining mudflap and LTO.
15580 * tree-nomudflap.c (nogo): Use sorry instead of internal_error.
15581
15582 2012-01-05 Richard Guenther <rguenther@suse.de>
15583
15584 PR tree-optimization/51760
15585 * tree-ssa-ccp.c (likely_value): Drop UNDEFINED to CONSTANT,
15586 not VARYING.
15587 (bit_value_unop): Handle UNDEFINED operands.
15588 (bit_value_binop): Likewise.
15589
15590 2012-01-05 Georg-Johann Lay <avr@gjlay.de>
15591
15592 * config/avr/avr.c (avr_replace_prefix): Remove.
15593 (avr_asm_named_section): Use ACONCAT instead of avr_replace_prefix.
15594 (avr_asm_function_rodata_section): Ditto.
15595 (avr_asm_select_section): Ditto.
15596
15597 2012-01-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
15598
15599 * reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND
15600 insertion.
15601
15602 2012-01-05 Jakub Jelinek <jakub@redhat.com>
15603
15604 PR bootstrap/51648
15605 * tree-cfg.c (need_fake_edge_p): Return true also for noreturn
15606 calls that have any non-fake successor edges.
15607
15608 PR debug/51746
15609 * var-tracking.c (add_stores): For COND_EXEC allow oval to be NULL.
15610
15611 2012-01-04 Eric Botcazou <ebotcazou@adacore.com>
15612
15613 PR tree-optimization/51624
15614 * tree-sra.c (build_ref_for_model): When replicating a chain of
15615 COMPONENT_REFs, stop as soon as the offset would become negative.
15616
15617 2012-01-04 Jakub Jelinek <jakub@redhat.com>
15618
15619 PR debug/51695
15620 * dwarf2out.c (output_loc_list): For now drop >= 64KB expressions
15621 in .debug_loc on the floor.
15622
15623 2012-01-04 Andrew Pinski <apinski@cavium.com>
15624
15625 * doc/invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.
15626
15627 2012-01-04 Andrew Pinski <apinski@cavium.com>
15628 Adam Nemet <anemet@caviumnetworks.com>
15629
15630 * config/mips/mips.md (size): Add SI and DI.
15631 (SIZE): New mode attribute.
15632 (U): New code attribute.
15633 * config/mips/mips-dsp.md (mips_lbux): Use gen_mips_lbux_extsi.
15634 (mips_lbux_<mode>): Delete.
15635 (mips_l<SHORT:size><u>x_ext<GPR:mode>_<P:mode>): New pattern.
15636 (mips_lhx): Use gen_mips_lhx_extsi.
15637 (mips_lhx_<mode>): Delete.
15638 (mips_lwx): Delete.
15639 (mips_l<size>x): New expand.
15640 (mips_lwx_<mode>): Delete.
15641 (mips_l<GPR:size>x_<P:mode>): New pattern.
15642 (*mips_lw<u>x_<P:mode>_ext): Likewise.
15643 * config/mips/mips-ftypes.def: Add DI f(POINTER, SI) function type.
15644 * config/mips/mips.c (mips_lx_address_p): New function.
15645 (mips_rtx_costs <case MEM>): Call mips_lx_address_p.
15646 (dsp64): New availability predicate.
15647 (mips_builtins): Add an entry for __builtin_mips_ldx.
15648 * config/mips/mips.h (ISA_HAS_LBX): New define.
15649 (ISA_HAS_LBUX): Likewise.
15650 (ISA_HAS_LHX): Likewise.
15651 (ISA_HAS_LHUX): Likewise.
15652 (ISA_HAS_LWX): Likewise.
15653 (ISA_HAS_LWUX): Likewise.
15654 (ISA_HAS_LDX): Likewise.
15655 * doc/extend.texi (__builtin_mips_ldx): Document.
15656
15657 2012-01-04 Tristan Gingold <gingold@adacore.com>
15658
15659 * config/vms/xm-vms.h (HOST_LONG_FORMAT, HOST_PTR_PRINTF): Define
15660 when long pointers are used.
15661 * config.build (*-*-*vms*): Handle all OpenVMS targets.
15662 (alpha64-dec-*vms*, alpha*-dec-*vms*)
15663 (ia64-hp-*vms*): Remove.
15664 * config/vms/xm-vms64.h: Delete.
15665
15666 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
15667
15668 PR middle-end/51472
15669 * trans-mem.c (expand_assign_tm): Handle TM_MEMMOVE loads correctly.
15670
15671 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
15672
15673 * opts.c (finish_options): Remove duplicate sorry.
15674
15675 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
15676
15677 PR middle-end/51696
15678 * trans-mem.c (diagnose_tm_1): Display indirect calls with no name
15679 correctly.
15680
15681 2012-01-04 Richard Guenther <rguenther@suse.de>
15682
15683 PR middle-end/51750
15684 * tree.c (size_low_cst): New function.
15685 * tree.h (size_low_cst): Declare.
15686 * fold-const.c (fold_comparison): Use it to extract the low
15687 part of the POINTER_PLUS_EXPR offset.
15688
15689 2012-01-04 Georg-Johann Lay <avr@gjlay.de>
15690
15691 Fix clearing ZERO_REG
15692 * config/avr/avr.md (cc): Add alternative "ldi".
15693 (movqi_insn): Use it in cc attribute.
15694 * config/avr/avr.c (notice_update_cc): Handle CC_LDI.
15695 (output_reload_in_const): Use CLR to move 0 to ZERO_REG.
15696 (output_reload_insisf): Use ZERO_REG to pre-clear register.
15697
15698 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15699
15700 * configure: Regenerate.
15701
15702 2012-01-04 Richard Guenther <rguenther@suse.de>
15703
15704 PR tree-optimization/49651
15705 * tree-ssa-structalias.c (type_can_have_subvars): New function.
15706 (var_can_have_subvars): Use it.
15707 (get_constraint_for_1): Only consider subfields if there can be any.
15708
15709 2012-01-03 Jakub Jelinek <jakub@redhat.com>
15710
15711 PR bootstrap/51725
15712 * cselib.c (new_elt_loc_list): When moving locs from one cselib_val
15713 to its new canonical_cselib_val and the cselib_val was in
15714 first_containing_mem chain, but the canonical_cselib_val was not,
15715 add the latter into the chain.
15716 (cselib_invalidate_mem): Compare canonical_cselib_val of
15717 addr_list chain elt with v.
15718
15719 PR pch/51722
15720 * dwarf2out.c (dwarf2out_start_source_file, dwarf2out_define,
15721 dwarf2out_undef): Allocate e.info using ggc_strdup instead
15722 of xstrdup.
15723 (output_macinfo_op): Don't ggc_strdup fd->filename.
15724 (optimize_macinfo_range): Allocate grp_name using XALLOCAVEC,
15725 then ggc_strdup it. Don't free inc->info or cur->info.
15726 (output_macinfo): Don't free ref->info or file->info.
15727
15728 2012-01-03 Ira Rosen <irar@il.ibm.com>
15729
15730 PR tree-optimization/51269
15731 * tree-vect-loop-manip.c (set_prologue_iterations): Make
15732 first_niters a pointer.
15733 (slpeel_tree_peel_loop_to_edge): Likewise.
15734 (vect_do_peeling_for_loop_bound): Update call to
15735 slpeel_tree_peel_loop_to_edge.
15736 (vect_gen_niters_for_prolog_loop): Don't compute wide_prolog_niters
15737 here. Remove it from the parameters list.
15738 (vect_do_peeling_for_alignment): Update calls and compute
15739 wide_prolog_niters.
15740
15741 2012-01-03 Richard Guenther <rguenther@suse.de>
15742
15743 PR tree-optimization/51070
15744 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
15745 Properly handle calls.
15746
15747 2012-01-03 Richard Guenther <rguenther@suse.de>
15748
15749 PR tree-optimization/51692
15750 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove
15751 the LHS of allocation stmts.
15752
15753 2012-01-03 Olivier Hainque <hainque@adacore.com>
15754
15755 * system.h: Prior to #define, #undef fopen and freopen unconditionally.
15756
15757 2012-01-03 Olivier Hainque <hainque@adacore.com>
15758
15759 * collect2.c (main): In AIX specific computations for vector
15760 insertions, use CONST_CAST2 to cast from char ** to const char **.
15761
15762 2012-01-03 Richard Guenther <rguenther@suse.de>
15763
15764 PR debug/51650
15765 * dwarf2out.c (dwarf2out_finish): Always create a DIE for
15766 the context of a limbo DIE when it does not already exist.
15767
15768 2012-01-03 Jakub Jelinek <jakub@redhat.com>
15769
15770 PR tree-optimization/51719
15771 * value-prof.c (gimple_ic): When indirect call isn't noreturn,
15772 but direct call is, clear direct call's lhs and don't add fallthrough
15773 edge from dcall_bb to join_bb and PHIs.
15774
15775 2012-01-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15776
15777 * config/s390/s390.md ("*cmp<mode>_ccs"): Fix comment mentioning
15778 the instructions emitted by the pattern.
15779 ("*TDC_insn_<mode>"): Add comment.
15780
15781 2012-01-03 Richard Guenther <rguenther@suse.de>
15782
15783 PR middle-end/51730
15784 * fold-const.c (fold_comparison): Properly canonicalize
15785 tree offset and HOST_WIDE_INT bit position.
15786
15787 2012-01-02 Uros Bizjak <ubizjak@gmail.com>
15788
15789 * config/ia64/ia64.c (expand_vec_perm_broadcast): Use correct
15790 operands for extzv pattern.
15791
15792 2012-01-02 Jakub Jelinek <jakub@redhat.com>
15793
15794 PR bootstrap/51725
15795 * cselib.c (add_mem_for_addr): Call canonical_cselib_val
15796 on mem_elt first.
15797
15798 2012-01-02 Sandra Loosemore <sandra@codesourcery.com>
15799
15800 * doc/invoke.texi (-flto and related options): Copy-edit.
15801
15802 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
15803
15804 * config/mips/mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
15805
15806 2012-01-02 Jakub Jelinek <jakub@redhat.com>
15807
15808 * config/i386/sse.md (*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4):
15809 New patterns.
15810
15811 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
15812
15813 * expr.h (move_by_pieces_ninsns): Declare.
15814 * expr.c (move_by_pieces_ninsns): Make external.
15815 * config/mips/mips-protos.h (mips_move_by_pieces_p): Declare.
15816 (mips_store_by_pieces_p): Likewise.
15817 * config/mips/mips.h (MOVE_BY_PIECES_P): Call mips_move_by_pieces_p.
15818 (STORE_BY_PIECES_P): Likewise mips_store_by_pieces_p.
15819 * config/mips/mips.c (mips_move_by_pieces_p): New function.
15820 (mips_store_by_pieces_p): Likewise.
15821
15822 2012-01-02 Jakub Jelinek <jakub@redhat.com>
15823
15824 * passes.c (register_one_dump_file): Free full_name.
15825
15826 * reload1.c (reload): Don't allocate reg_max_ref_width here.
15827 (calculate_elim_costs_all_insns): Free offsets_at and
15828 offsets_known_at at the end and clear the pointers.
15829
15830 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15831
15832 * config/avr/avr.opt (-mbranch-cost): Fix double definition of
15833 this option introduced in r180739.
15834
15835 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15836
15837 PR target/51345
15838 * config.gcc (tm_file target=avr]): Add avr/avr-multilib.h
15839 (tmake_file target=avr): Add avr/t-multilib.
15840
15841 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use AVR_HAVE_8BIT_SP
15842 to built-in define __AVR_HAVE_8BIT_SP__, __AVR_HAVE_16BIT_SP__.
15843 * config/avr/genmultilib.awk: New file.
15844 * config/avr/t-multilib: New auto-generated file.
15845 * config/avr/multilib.h: New auto-generated file.
15846 * config/avr/t-avr (AVR_MCUS): New variable.
15847 (genopt.sh): Use it.
15848 (s-mlib): Depend on t-multilib.
15849 (t-multilib, multilib.h): New dependencies.
15850 (s-avr-mlib): New rule to build t-multilib, multilib.h from AVR_MCUS.
15851 (MULTILIB_OPTIONS): Remove.
15852 (MULTILIB_MATCHES): Remove.
15853 (MULTILIB_DIRNAMES): Remove.
15854 (MULTILIB_EXCEPTIONS): Remove:
15855 * config/avr/genopt.sh: Don't use hard coded file name;
15856 pass AVR_MCUS from t-avr instead.
15857
15858 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15859
15860 * config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".
15861
15862 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
15863
15864 Implement light-weight DImode support.
15865 * config/avr/avr-dimode.md: New file.
15866 * config/avr/avr.md: Include it.
15867 (adjust_len): Add plus64, compare64.
15868 (HIDI): Remove code iterator.
15869 (code_stdname): New code attribute.
15870 (rotx, rotsmode): Remove DI.
15871 (rotl<mode>3, *rotw<mode>, *rotb<mode>): Use HISI instead of HIDI
15872 as code iterator.
15873 * config/avr/avr-protos.h (avr_have_dimode): New.
15874 (avr_out_plus64, avr_out_compare64): New.
15875 * config/avr/avr.c (avr_out_compare): Handle DImode.
15876 (avr_have_dimode): New variable definition and initialization.
15877 (avr_out_compare64, avr_out_plus64): New functions.
15878 (avr_out_plus_1): Use simplify_unary_operation to negate xval.
15879 (adjust_insn_length): Handle ADJUST_LEN_COMPARE64, ADJUST_LEN_PLUS64.
15880 (avr_compare_pattern): Skip DImode comparisons.
15881
15882 2012-01-02 Revital Eres <revital.eres@linaro.org>
15883
15884 * ddg.c (def_has_ccmode_p): New function.
15885 (add_cross_iteration_register_deps,
15886 create_ddg_dep_from_intra_loop_link): Call it.
15887
15888 2012-01-02 Richard Guenther <rguenther@suse.de>
15889
15890 PR other/51679
15891 * invoke.texi (fassociative-math): Remove spurious paranthesis.
15892
15893 2012-01-01 Jakub Jelinek <jakub@redhat.com>
15894
15895 * gcc.c (process_command): Update copyright notice dates.
15896 * gcov.c (print_version): Likewise.
15897 * gcov-dump.c (print_version): Likewise.
15898 * mips-tfile.c (main): Likewise.
15899 * mips-tdump.c (main): Likewise.
15900
15901 2012-01-01 Ira Rosen <irar@il.ibm.com>
15902
15903 PR tree-optimization/51704
15904 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Check that
15905 a use is inside the basic block or loop before accessing its vect info.
15906
15907 2012-01-01 Jan Hubicka <jhjh@suse.cz>
15908
15909 PR rtl-optimization/51069
15910 * cfgloopmanip.c (remove_path): Removing path making irreducible
15911 region unconditional makes BB part of the region.
15912
15913 2012-01-01 Jakub Jelinek <jakub@redhat.com>
15914
15915 PR tree-optimization/51683
15916 * tree-ssa-propagate.c (substitute_and_fold): Don't optimize away
15917 calls with side-effects.
15918 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
15919 \f
15920 Copyright (C) 2012 Free Software Foundation, Inc.
15921
15922 Copying and distribution of this file, with or without modification,
15923 are permitted in any medium without royalty provided the copyright
15924 notice and this notice are preserved.