re PR tree-optimization/54669 (verify_flow_info failure after loop unrolling with...
[gcc.git] / gcc / ChangeLog
1 2012-09-23 Eric Botcazou <ebotcazou@adacore.com>
2
3 PR tree-optimization/54669
4 * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Invoke
5 maybe_clean_or_replace_eh_stmt on the modified use statements.
6
7 2012-09-23 Marc Glisse <marc.glisse@inria.fr>
8
9 * expr.c (do_store_flag): Remove duplicated code.
10
11 2012-09-22 Segher Boessenkool <segher@kernel.crashing.org>
12
13 * config/rs6000/predicates.md (altivec_register_operand,
14 vsx_register_operand, vfloat_operand, vint_operand,
15 vlogical_operand, gpc_reg_operand, cc_reg_operand,
16 cc_reg_not_cr0_operand, cc_reg_not_micro_cr0_operand):
17 If op is a SUBREG, consider its SUBREG_REG instead.
18
19 2012-09-22 Uros Bizjak <ubizjak@gmail.com>
20
21 * optabs.c (prepare_cmp_insn): Expand comparison of the result
22 of memcmp through generic comparison expansion code.
23
24 2012-09-21 Jack Howarth <howarth@bromo.med.uc.edu>
25
26 PR bootstrap/54642
27 * Makefile.in (lto-symtab.o): Remove gt-lto-symtab.h dependency.
28
29 2012-09-21 Dehao Chen <dehao@google.com>
30
31 PR go/54649
32 * tree-eh.c (lower_try_finally_dup_block): Set the correct block for
33 stmts in the duplicated EH block.
34
35 2012-09-21 Richard Guenther <rguenther@suse.de>
36
37 PR tree-optimization/54647
38 * tree-ssa-pre.c (compute_avail): Do not put COND_EXPR
39 or VEC_COND_EXPR into EXP_GEN again.
40
41 2012-09-21 Jakub Jelinek <jakub@redhat.com>
42
43 PR tree-optimization/54629
44 * tree-loop-distribution.c (classify_partition): Free loop nest only
45 after freeing ddr. Free ddr and loop nest also if successful.
46
47 2012-09-21 Matthias Klose <doko@ubuntu.com>
48
49 * config/arm/arm.c (arm_mangle_type): Don't warn anymore that
50 4.4 has changed the `va_list' mangling.
51
52 2012-09-21 Eric Botcazou <ebotcazou@adacore.com>
53
54 PR rtl-optimization/54290
55 PR rtl-optimization/54644
56 * reload1.c (choose_reload_regs): Fix thinko in previous change.
57
58 2012-09-20 Segher Boessenkool <segher@kernel.crashing.org>
59
60 * config/rs6000/rs6000.md (define_split for plus_eqsi):
61 Fix output pattern.
62
63 2012-09-20 Eric Botcazou <ebotcazou@adacore.com>
64
65 * reload1.c (choose_reload_regs): Add missing #ifdef/#endif pair.
66
67 2012-09-20 Bernd Schmidt <bernds@codesourcery.com>
68
69 PR bootstrap/54643
70 * haifa-sched.c (schedule_block): Skip find_modifiable_mems if using
71 SCHED_PRESSURE_MODEL.
72
73 2012-09-20 Joern Rennecke <joern.rennecke@embecosm.com>
74
75 * rtlanal.c (dead_or_set_regno_p): Fix COND_EXEC handling.
76
77 2012-09-20 Marek Polacek <polacek@redhat.com>
78
79 * tree-ssa-operands.c (get_expr_operands): Merge identical cases.
80
81 2012-09-20 Marek Polacek <polacek@redhat.com>
82
83 * tree-ssa-threadupdate.c (mark_threaded_blocks): Don't cast XNEWVEC's
84 result.
85 (create_edge_and_update_destination_phis): Likewise.
86
87 2012-09-20 Martin Jambor <mjambor@suse.cz>
88
89 * function.c (push_cfun): Check old current_function_decl matches
90 old cfun, set new current_function_decl to the decl of the new cfun.
91 (push_struct_function): Likewise.
92 (pop_cfun): Likewise.
93 (allocate_struct_function): Move call to
94 invoke_set_current_function_hook to the end of the function.
95 * cfgexpand.c (estimated_stack_frame_size): Do not set and restore
96 current_function_decl.
97 * cgraph.c (cgraph_release_function_body): Likewise.
98 * cgraphunit.c (cgraph_process_new_functions): Likewise.
99 (cgraph_add_new_function): Likewise.
100 (cgraph_analyze_function): Likewise.
101 (assemble_thunk): Set cfun to NULL at the end.
102 (expand_function): Move call to set_cfun downwards.
103 * gimple-low.c (record_vars_into): Only check current_function_decl
104 before possibly doing push_cfun.
105 * gimplify.c (gimplify_function_tree): Do not set and restore
106 current_function_decl.
107 * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
108 (inline_analyze_function): Likewise.
109 * ipa-prop.c (ipa_analyze_node): Likewise.
110 * ipa-pure-const.c (analyze_function): Likewise.
111 * lto-streamer-in.c (lto_input_function_body): Do not set
112 current_function_decl.
113 * lto-streamer-out.c (output_function): Do not set and restore
114 current_function_decl.
115 * omp-low.c (finalize_task_copyfn): Likewise.
116 (expand_omp_taskreg): Likewise.
117 (create_task_copyfn): Likewise, move push_cfun up quite a bit.
118 * passes.c (dump_passes): Do not set and restore current_function_decl.
119 (do_per_function): Likewise.
120 (do_per_function_toporder): Likewise.
121 * trans-mem.c (ipa_tm_scan_irr_function): Likewise.
122 (ipa_tm_transform_transaction): Likewise.
123 (ipa_tm_transform_clone): Likewise.
124 (ipa_tm_execute): Likewise.
125 * tree-emutls.c (lower_emutls_function_body): Likewise.
126 * tree-inline.c (initialize_cfun): Do not call pop_cfun.
127 (tree_function_versioning): Do not call push_cfun, do not set and
128 restore current_function_decl. Remove assert checking consistency of
129 cfun and current_function_decl.
130 * tree-profile.c (tree_profiling): Do not set and restore
131 current_function_decl.
132 * tree-sra.c (convert_callers_for_node): Do not set
133 current_function_decl.
134 (convert_callers): Do not restore current_function_decl.
135 (modify_function): Do not set current_function_decl.
136 * tree-ssa-structalias.c (ipa_pta_execute): Do not set and restore
137 current_function_decl.
138
139 2012-09-20 Diego Novillo <dnovillo@google.com>
140
141 PR target/54631
142 * config/vxworks.c (vxworks_emutls_var_init): Update for new
143 VEC_quick_push interface.
144
145 2012-09-20 Richard Guenther <rguenther@suse.de>
146
147 PR tree-optimization/54634
148 * tree-data-ref.c (get_references_in_stmt): For now give
149 up for pure functions.
150
151 2012-09-20 Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
152
153 * doc/lto.texi: Correct typo.
154
155 2012-09-19 Dehao Chen <dehao@google.com>
156
157 * config/s390/s390.c (s390_chunkify_start): Replacing INSN_LOCATOR.
158 * config/spu/spu.c (emit_nop_for_insn): Likewise.
159 (pad_bb): Likewise.
160 (spu_emit_branch_hint): Likewise.
161 (insert_hbrp_for_ilb_runout): Likewise.
162 * config/mep/mep.c (mep_make_bundle): Likewise.
163 (mep_bundle_insns): Likewise.
164 * config/sh/sh.c (gen_block_redirect): Likewise.
165 * config/c6x/c6x.c (gen_one_bundle): Likewise.
166 * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Likewise.
167 * config/picochip/picochip.c (picochip_reorg): Likewise.
168 * config/arm/arm.c (require_pic_register): Likewise.
169 * config/mips/mips.c (mips16_gp_pseudo_reg): Likewise.
170 * config/bfin/bfin.c (gen_one_bundle): Likewise.
171
172 2012-09-19 Mark Kettenis <kettenis@openbsd.org>
173
174 * config.gcc (hppa*-*-openbsd*): New target.
175 * config/pa/pa-openbsd.h: New file.
176 * config/pa/pa32-openbsd.h: New file.
177 * config/host-openbsd.c: Update copyright year.
178 (TRY_EXCEPT_VM_SPACE): Define for OpenBSD/hppa.
179
180 2012-09-19 Martin Jambor <mjambor@suse.cz>
181
182 * ipa-prop.c (prune_expression_for_jf): New function.
183 (ipa_set_jf_constant): Use it.
184 (ipa_set_jf_arith_pass_through): Likewise.
185 (determine_known_aggregate_parts): Likewise.
186
187 2012-09-19 Steve Ellcey <sellcey@mips.com>
188
189 * config.gcc (mips*-mti-elf*): New target.
190 * config/mips/mti-elf.h: New file.
191 * config/mips/t-mti-elf: New file.
192
193 2012-09-19 Dehao Chen <dehao@google.com>
194
195 * toplev.c (general_init): Init block_locations.
196 * tree.c (tree_set_block): New.
197 (tree_block): Change to use LOCATION_BLOCK.
198 * tree.h (TREE_SET_BLOCK): New.
199 * final.c (reemit_insn_block_notes): Change to use LOCATION_BLOCK.
200 (final_start_function): Likewise.
201 * input.c (expand_location_1): Likewise.
202 * input.h (LOCATION_LOCUS): New.
203 (LOCATION_BLOCK): New.
204 (IS_UNKNOWN_LOCATION): New.
205 * fold-const.c (expr_location_or): Change to use new location.
206 * reorg.c (emit_delay_sequence): Likewise.
207 (try_merge_delay_insns): Likewise.
208 * modulo-sched.c (dump_insn_location): Likewise.
209 * lto-streamer-out.c (lto_output_location_bitpack): Likewise.
210 * lto-cgraph.c (output_node_opt_summary): Likewise.
211 * jump.c (rtx_renumbered_equal_p): Likewise.
212 * ifcvt.c (noce_try_move): Likewise.
213 (noce_try_store_flag): Likewise.
214 (noce_try_store_flag_constants): Likewise.
215 (noce_try_addcc): Likewise.
216 (noce_try_store_flag_mask): Likewise.
217 (noce_try_cmove): Likewise.
218 (noce_try_cmove_arith): Likewise.
219 (noce_try_minmax): Likewise.
220 (noce_try_abs): Likewise.
221 (noce_try_sign_mask): Likewise.
222 (noce_try_bitop): Likewise.
223 (noce_process_if_block): Likewise.
224 (cond_move_process_if_block): Likewise.
225 (find_cond_trap): Likewise.
226 * ipa-prop.c (ipa_set_jf_constant): Likewise.
227 (ipa_write_jump_function): Likewise.
228 * dwarf2out.c (add_src_coords_attributes): Likewise.
229 * expr.c (expand_expr_real): Likewise.
230 * tree-parloops.c (create_loop_fn): Likewise.
231 * recog.c (peep2_attempt): Likewise.
232 * function.c (free_after_compilation): Likewise.
233 (expand_function_end): Likewise.
234 (set_insn_locations): Likewise.
235 (thread_prologue_and_epilogue_insns): Likewise.
236 * print-rtl.c (print_rtx): Likewise.
237 * profile.c (branch_prob): Likewise.
238 * trans-mem.c (ipa_tm_scan_irr_block): Likewise.
239 * gimplify.c (gimplify_call_expr): Likewise.
240 * except.c (duplicate_eh_regions_1): Likewise.
241 * emit-rtl.c (try_split): Likewise.
242 (make_insn_raw): Likewise.
243 (make_debug_insn_raw): Likewise.
244 (make_jump_insn_raw): Likewise.
245 (make_call_insn_raw): Likewise.
246 (emit_pattern_after_setloc): Likewise.
247 (emit_pattern_after): Likewise.
248 (emit_debug_insn_after): Likewise.
249 (emit_pattern_before): Likewise.
250 (emit_insn_before_setloc): Likewise.
251 (emit_jump_insn_before): Likewise.
252 (emit_call_insn_before_setloc): Likewise.
253 (emit_call_insn_before): Likeise.
254 (emit_debug_insn_before_setloc): Likewise.
255 (emit_copy_of_insn_after): Likewise.
256 (insn_locators_alloc): Remove.
257 (insn_locators_finalize): Remove.
258 (insn_locators_free): Remove.
259 (set_curr_insn_source_location): Remove.
260 (get_curr_insn_source_location): Remove.
261 (set_curr_insn_block): Remove.
262 (get_curr_insn_block): Remove.
263 (locator_scope): Remove.
264 (insn_scope): Change to use new location.
265 (locator_location): Remove.
266 (insn_line): Change to use new location.
267 (locator_file): Remove.
268 (insn_file): Change to use new location.
269 (locator_eq): Remove.
270 (insn_locations_init): New.
271 (insn_locations_finalize): New.
272 (set_curr_insn_location): New.
273 (curr_insn_location): New.
274 * cfgexpand.c (gimple_assign_rhs_to_tree): Change to use new location.
275 (expand_gimple_cond): Likewise.
276 (expand_call_stmt): Likewise.
277 (expand_gimple_stmt_1): Likewise.
278 (expand_gimple_basic_block): Likewise.
279 (construct_exit_block): Likewise.
280 (gimple_expand_cfg): Likewise.
281 * cfgcleanup.c (try_forward_edges): Likewise.
282 * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
283 (dump_scope_block): Likewise.
284 (remove_unused_locals): Likewise.
285 * rtl.c (rtx_equal_p_cb): Likewise.
286 (rtx_equal_p): Likewise.
287 * rtl.h (XUINT): New.
288 (INSN_LOCATOR): Remove.
289 (CURR_INSN_LOCATION): Remove.
290 (INSN_LOCATION): New.
291 (INSN_HAS_LOCATION): New.
292 * tree-inline.c (remap_gimple_op_r): Change to use new location.
293 (copy_tree_body_r): Likewise.
294 (copy_phis_for_bb): Likewise.
295 (expand_call_inline): Likewise.
296 * tree-streamer-in.c (lto_input_ts_exp_tree_pointers): Likewise.
297 * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
298 * gimple-streamer-out.c (output_gimple_stmt): Likewise.
299 * combine.c (try_combine): Likewise.
300 * tree-outof-ssa.c (set_location_for_edge): Likewise.
301 (insert_partition_copy_on_edge): Likewise.
302 (insert_value_copy_on_edge): Likewise.
303 (insert_rtx_to_part_on_edge): Likewise.
304 (insert_part_to_rtx_on_edge): Likewise.
305 * basic-block.h (edge_def): Remove field.
306 * gimple.h (gimple_statement_base): Remove field.
307 (gimple_bb): Change to use new location.
308 (gimple_set_block): Likewise.
309 (gimple_has_location): Likewise.
310 * tree-cfg.c (make_cond_expr_edges): Likewise.
311 (make_goto_expr_edges): Likewise.
312 (gimple_can_merge_blocks_p): Likewise.
313 (move_stmt_op): Likewise.
314 (move_block_to_fn): Likewise.
315 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
316 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
317 * config/i386/i386.c (x86_output_mi_thunk): Likewise.
318 * config/tilegx/tilegx.c (tilegx_output_mi_thunk): Likewise.
319 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
320 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
321 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
322 * config/score/score.c (score_output_mi_thunk): Likewise.
323 * config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise.
324 * config/mips/mips.c (mips_output_mi_thunk): Likewise.
325 * cfgrtl.c (unique_locus_on_edge_between_p): Likewise.
326 (unique_locus_on_edge_between_p): Likewise.
327 (emit_nop_for_unique_locus_between): Likewise.
328 (force_nonfallthru_and_redirect): Likewise.
329 (fixup_reorder_chain): Likewise.
330 (cfg_layout_merge_blocks): Likewise.
331 * stmt.c (emit_case_nodes): Likewise.
332
333 2012-09-19 Bernd Schmidt <bernds@codesourcery.com>
334
335 * dbgcnt.def (sched_breakdep): New counter.
336 * haifa-sched.c (update_insn_after_change): New static function,
337 broken out of haifa_change_pattern.
338 (haifa_change_pattern): Call it.
339 (dep_t heap vecs): Declare.
340 (INSN_COST): Define earlier.
341 (next_cycle_replace_deps, next_cycle_apply): New static variables.
342 (apply_replacement): New static function.
343 (recompute_todo_spec): New argument FOR_BACKTRACK. All callers
344 changed. Handle DEP_REPLACE deps.
345 (contributes_to_priority_p): False for replaceable deps.
346 (must_restore_pattern_p, restore_pattern): New static functions.
347 (schedule_insn): Use them. Apply replacements for broken deps.
348 (struct haifa_saved_data): Add new fields to keep track of
349 replacements.
350 (save_backtrack_point): Initialize them.
351 (undo_replacements_for_backtrack): New static function.
352 (restore_last_backtrack_point, free_topmost_backtrack_point):
353 Use it and keep track of replacements.
354 (perform_replacements_new_cycle, undo_all_replacements): New static
355 functions.
356 (schedule_block): Call these two as necessary. Call
357 find_modifiable_mems.
358 (try_ready): Tweak the assert. Check for DEP_POSTPONED.
359 * sched-deps.c: Include "emit-rtl.h".
360 (init_dep_1): Initialize DEP_NONREG, DEP_MULTIPLE and DEP_REPLACE.
361 (dep_spec_p): True for DEP_REPLACE deps.
362 (mark_as_hard): New static variable.
363 (update_dep): Update DEP_NONREG and DEP_MULTIPLE.
364 (add_dependence_list): New argument hard. All callers changed. Set
365 and clear mark_as_hard around function body.
366 (add_dependence_list_and_free): Likewise.
367 (haifa_note_mem_dep): Set DEP_NONREG.
368 (haifa_note_dep): Likewise if mark_as_hard is true.
369 (sched_analyze_insn): Switch loop with if statement testing for
370 sel_sched_p.
371 (struct mem_inc_info): New.
372 (attempt_change, parse_add_or_inc, find_inc, find_mem): New static
373 functions.
374 (find_modifiable_mems): New function.
375 * sched-int.h (struct dep_replacement): New.
376 (struct _dep): Add replace, nonreg and multiple fields. Make type and
377 cost bitfields.
378 (UNKNOWN_DEP_COST): Change to match the bitfield.
379 (DEP_NONREG, DEP_MULTIPLE, DEP_REPLACE): New macros.
380 (DEP_POSTPONED): New macro.
381 (DEP_CANCELLED): Renumber.
382 (find_modifiable_mems): Declare.
383 (enum SCHED_FLAGS): Add DONT_BREAK_DEPENDENCIES.
384 * sched-rgn.c (init_ready_list): Set TODO_SPEC here.
385 (new_ready): Don't set HARD_DEP, use DEP_POSTPONED.
386 (debug_dependencies): Dump DEP_NONREG and DEP_MULTIPLE.
387 * Makefile.in (sched-deps.o): Update dependencies.
388 * config/c6x/c6x.c (in_hwloop): New static variable.
389 (c6x_set_sched_flags): If it is true, add DONT_BREAK_DEPENDENCIES.
390 (hwloop_optimize): Set and clear it around preliminary scheduling pass.
391
392 2012-09-19 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
393
394 * config/rs6000/rs6000-builtin.def: Add __builtin_ppc_get_timebase
395 and __builtin_ppc_mftb.
396 * config/rs6000/rs6000.c (rs6000_expand_zeroop_builtin): New function
397 to expand an expression that calls a built-in without arguments.
398 (rs6000_expand_builtin): Add __builtin_ppc_get_timebase and
399 __builtin_ppc_mftb.
400 (rs6000_init_builtins): Likewise.
401 * config/rs6000/rs6000.md (rs6000_get_timebase): New pattern.
402 (rs6000_get_timebase_ppc32): New pattern.
403 (rs6000_mftb_<mode>): New pattern.
404
405 * doc/extend.texi (PowerPC Built-in Functions): New section.
406 (PowerPC AltiVec/VSX Built-in Functions): Move some built-ins
407 unrelated to Altivec/VSX to the new section.
408
409 2012-09-19 David Edelsohn <dje.gcc@gmail.com>
410
411 * rs6000.md (mac*): Remove extra spaces.
412 (mulhw*): Same.
413
414 2012-09-19 Oleg Endo <olegendo@gcc.gnu.org>
415
416 PR target/54089
417 * config/sh/predicates.md (arith_reg_or_t_reg_operand): New predicate.
418 * config/sh/sh.md (*rotcr): Use arith_reg_or_t_reg_operand predicate.
419 Handle the case where one of the operands is T_REG.
420 Add new pattern to handle MSB extraction.
421
422 2012-09-19 Oleg Endo <olegendo@gcc.gnu.org>
423
424 PR target/54236
425 * config/sh/sh.md (*addc): Add pattern to handle one bit left shifts.
426
427 2012-09-19 Oleg Endo <olegendo@gcc.gnu.org>
428
429 * config/sh/sh.md (prologue, epilogue): Use braced strings.
430
431 2012-09-19 Eric Botcazou <ebotcazou@adacore.com>
432
433 PR rtl-optimization/54290
434 * reload1.c (choose_reload_regs): Also take into account secondary MEMs
435 to remove address replacements for inherited reloads.
436 (replaced_subreg): Move around.
437
438 2012-09-19 David Edelsohn <dje.gcc@gmail.com>
439
440 * config/rs6000/aix61.h (TARGET_DEFAULT): Add MASK_PPC_GPOPT,
441 MASK_PPC_GFXOPT, and MASK_MFCRF.
442
443 2012-09-19 Richard Guenther <rguenther@suse.de>
444
445 * passes.c (init_optimization_passes): For -Og move
446 pass_object_sizes inbetween CCP and copyprop.
447
448 2012-09-19 Richard Guenther <rguenther@suse.de>
449
450 * tree-ssa-forwprop.c (get_prop_source_stmt): Simplify.
451
452 2012-09-19 Jan Hubicka <jh@suse.cz>
453
454 * symtab.c (insert_to_assembler_name_hash): Do not insert
455 register vars.
456 (unlink_from_assembler_name_hash): NULL out pointers of unlinked var.
457 (symtab_prevail_in_asm_name_hash): New.
458 (symtab_initialize_asm_name_hash): Break out from ...
459 (symtab_node_for_asm): ... here.
460 (dump_symtab_base): Dump LTO file data.
461 (verify_symtab_base): Register vars are not in symtab.
462 * cgraph.h (symtab_initialize_asm_name_hash,
463 symtab_prevail_in_asm_name_hash): New functions.
464 (symtab_real_symbol_p): New inline.
465 * lto-symtab.c: Do not include gt-lto-symtab.h.
466 (lto_symtab_entry_def): Remove.
467 (lto_symtab_entry_t): Remove.
468 (lto_symtab_identifiers): Remove.
469 (lto_symtab_free): Remove.
470 (lto_symtab_entry_hash): Remove.
471 (lto_symtab_entry_eq): Remove.
472 (lto_symtab_entry_marked_p): Remove.
473 (lto_symtab_maybe_init_hash_table): Remove.
474 (resolution_guessed_p, set_resolution_guessed): New functions.
475 (lto_symtab_register_decl): Only set resolution info.
476 (lto_symtab_get, lto_symtab_get_resolution): Remove.
477 (lto_symtab_merge): Reorg to work across symtab; do nothing if decls
478 are same.
479 (lto_symtab_resolve_replaceable_p): Reorg to work on symtab.
480 (lto_symtab_resolve_can_prevail_p): Likewise; only real symbols can
481 prevail.
482 (lto_symtab_resolve_symbols): Reorg to work on symtab.
483 (lto_symtab_merge_decls_2): Likewise.
484 (lto_symtab_merge_decls_1): Likewise; add debug dumps.
485 (lto_symtab_merge_decls): Likewise; do not merge at ltrans stage.
486 (lto_symtab_merge_cgraph_nodes_1): Reorg to work on symtab.
487 (lto_symtab_merge_cgraph_nodes): Likewise; do not merge at ltrans
488 stage.
489 (lto_symtab_prevailing_decl): Rewrite to lookup into symtab.
490 * lto-streaer.h (lto_symtab_free): Remove.
491 * lto-cgraph.c (add_references): Cleanup.
492 * varpool.c (varpool_assemble_decl): Skip hard regs.
493
494 2012-09-19 Richard Guenther <rguenther@suse.de>
495
496 PR other/53316
497 * common/common-target.h (OPT_LEVELS_1_PLUS_NOT_DEBUG): Add.
498
499 2012-09-19 Richard Guenther <rguenther@suse.de>
500
501 PR other/53316
502 * common.opt (optimize_debug): New variable.
503 (Og): New optimization level.
504 * doc/invoke.texi (Og): Document.
505 * opts.c (maybe_default_option): Add debug parameter.
506 (maybe_default_options): Likewise.
507 (default_options_optimization): Handle -Og.
508 (common_handle_option): Likewise.
509 * passes.c (gate_all_optimizations): Do not run with -Og.
510 (gate_all_optimizations_g): New gate, run with -Og.
511 (pass_all_optimizations_g): New container pass, run with -Og.
512 (init_optimization_passes): Schedule pass_all_optimizations_g
513 alongside pass_all_optimizations.
514
515 2012-09-19 Richard Guenther <rguenther@suse.de>
516
517 PR tree-optimization/54132
518 * tree-loop-distribution.c (classify_partition): Properly
519 check dependences for memmove.
520 * tree-data-ref.h (compute_affine_dependence): Declare.
521 * tree-data-ref.c (compute_affine_dependence): Export.
522
523 2012-09-19 Zhenqiang Chen <zhenqiang.chen@arm.com>
524
525 PR middle-end/54364
526 * bb-reorder.c (connect_better_edge_p): New added.
527 (find_traces_1_round): When optimizing for size, ignore edge frequency
528 and probability, and handle all in one round.
529 (bb_to_key): Use bb->index as key when optimizing for size.
530 (better_edge_p): The bb with smaller index is better when optimizing
531 for size.
532 (connect_traces): When optimizing for size, connect block n with
533 block n + 1; connect trace m with trace m + 1 if falling through.
534 (gate_handle_reorder_blocks): Enable bbro when optimizing for -Os.
535
536 2012-09-19 Bin Cheng <bin.cheng@arm.com>
537
538 * fold-const.c (fold_truth_andor): Remove duplicated check on
539 BRANCH_COST.
540
541 2012-09-18 Eric Botcazou <ebotcazou@adacore.com>
542
543 PR middle-end/54617
544 * expr.c (store_field): Handle a PARALLEL in more cases.
545
546 2012-09-18 Segher Boessenkool <segher@kernel.crashing.org>
547
548 * config/rs6000/rs6000.md (sminsi3, smaxsi3, uminsi3, umaxsi3): Delete.
549 (abssi2, abs<mode>2_isel, nabs<mode>2_isel, abssi2_nopower,
550 nabs_nopower): Delete.
551 (absdi2, absdi2_internal, nabsdi2): Delete.
552 (smindi3, smaxdi3, umindi3, umaxdi3): Delete.
553
554 2012-09-18 Georg-Johann Lay <avr@gjlay.de>
555
556 * config/avr/avr.md: Tidy up empty "". Fix C code indentation.
557 * config/avr/avr-fixed.md: Ditto.
558
559 2012-09-18 Maciej W. Rozycki <macro@codesourcery.com>
560
561 * config/rs6000/rs6000.c (print_operand) <'c'>: Remove.
562 * config/rs6000/spe.md: Remove a leftover comment.
563
564 2012-09-18 Jakub Jelinek <jakub@redhat.com>
565
566 PR target/54592
567 * config/i386/i386.c (ix86_rtx_costs): Limit > UNITS_PER_WORD
568 AND/IOR/XOR cost calculation to MODE_INT class modes.
569
570 2012-09-18 Thomas Quinot <quinot@adacore.com>
571
572 * doc/invoke.texi: Document -fada-spec-parent.
573
574 2012-09-18 Jakub Jelinek <jakub@redhat.com>
575
576 PR tree-optimization/54610
577 * tree-ssa-forwprop.c: Include optabs.h. Don't include
578 tree-vectorizer.h.
579 (simplify_vector_constructor): Don't use vect_gen_perm_mask,
580 instead create the mask constant here.
581 * Makefile.in (tree-ssa-forwprop.o): Depend on $(OPTABS_H).
582 Don't depend on $(TREE_VECTORIZER_H).
583
584 2012-09-18 Florian Weimer <fweimer@redhat.com>
585
586 * Makefile.in (BASIC_BLOCK_H): Add cfg-flags.def.
587
588 2012-09-18 Richard Guenther <rguenther@suse.de>
589
590 * statistics.h (CXX_MEM_STAT_INFO): New define.
591 * gimple.h (gimple_build_assign_with_ops_stat,
592 gimple_build_assign_with_ops, gimple_build_assign_with_ops3):
593 Turn into an overload of the function gimple_build_assign_with_ops.
594 * gimple.c (gimple_build_assign_with_ops_stat): Rename to ...
595 (gimple_build_assign_with_ops): ... this.
596 * tree-ssa-loop-im.c (move_computations_stmt): Adjust.
597 * tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
598 * tree-vect-data-refs.c (vect_permute_store_chain): Likewise.
599 (vect_permute_load_chain): Likewise.
600 * tree-vect-generic.c (expand_vector_divmod): Likewise.
601 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Likewise.
602 (vect_recog_divmod_pattern): Likewise.
603 (vect_recog_mixed_size_cond_pattern): Likewise.
604 (adjust_bool_pattern): Likewise.
605 * tree-vect-slp.c (vect_create_mask_and_perm): Likewise.
606 * tree-vect-stmts.c (vectorizable_operation): Likewise.
607 (permute_vec_elements): Likewise.
608 (vectorizable_load): Likewise.
609
610 2012-09-17 Paul Koning <ni1d@arrl.net>
611
612 * doc/invoke.text (-feliminate-unused-debug-types): Update to
613 reflect that this is enabled by default.
614
615 2012-09-17 Ben Cheng <bccheng@google.com
616
617 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Suppress the
618 dynamic linker commands for statically linked programs.
619
620 2012-09-17 Ulrich Weigand <ulrich.weigand@linaro.org>
621
622 * config/arm/arm.c (arm_rtx_costs_1): Handle vec_extract and vec_set
623 patterns.
624 * config/arm/arm.md ("vec_set<mode>_internal"): Support memory source
625 operands, implemented via vld1 instruction.
626 ("vec_extract<mode>"): Support memory destination operands, implemented
627 via vst1 instruction.
628 ("neon_vst1_lane<mode>"): Use UNSPEC_VST1_LANE instead of vec_select.
629 * config/arm/predicates.md ("neon_lane_number"): Remove.
630
631 2012-09-17 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
632 Ulrich Weigand <ulrich.weigand@linaro.org>
633
634 * config/arm/arm.c (output_move_neon): Update comment.
635 Use vld1.64/vst1.64 instead of vldm/vstm where possible.
636 (neon_vector_mem_operand): Support double-word modes.
637 * config/arm/neon.md (*neon_mov VD): Call output_move_neon
638 instead of output_move_vfp. Change constraint from Uv to Un.
639
640 2012-09-17 Richard Guenther <rguenther@suse.de>
641
642 PR lto/54598
643 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Use ggc'ed
644 FIXED_VALUE_TYPE instead of struct fixed_value.
645
646 2012-09-17 Georg-Johann Lay <avr@gjlay.de>
647
648 * config/avr/avr.c (CONST_FIXED_P): Remove define.
649 * config/avr/avr.md (add<mode>3): Use CONST_FIXED_P.
650
651 2012-09-17 Georg-Johann Lay <avr@gjlay.de>
652
653 PR target/54607
654 * config.gcc (tm_file,avr): Add avr/avr-arch.h.
655 * config/avr/t-avr (gen-avr-mmcu-texi): Use CC_FOR_BUILD to
656 compile. Don't depend on TM_H. Use CFLAGS_FOR_BUILD.
657 * config/avr/avr.h (avr_arch, base_arch_s, mcu_type_s): Source out
658 to...
659 * config/avr/avr-arch.h: ...this new file.
660 * config/avr/gen-avr-mmcu-texi.c: Include avr-arch.h, stdio.h,
661 stdlib.h.
662 * comparator: Make letters smaller than digits.
663 * config/avr/avr-devices.c: Don't include headers if used in
664 gen-avr-mmcu-texi.c.
665 * doc/avr-mmcu.texi: Regenerate.
666
667 2012-09-17 Georg-Johann Lay <avr@gjlay.de>
668
669 * rtl.h (CONST_FIXED_P): New predicate macro.
670
671 2012-09-17 Eric Botcazou <ebotcazou@adacore.com>
672
673 * tree-cfgcleanup. (cleanup_control_expr_graph) <GIMPLE_COND>: Remove
674 code doing propagation from degenerate PHI nodes.
675 * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): New function.
676 (propagate_constants_for_unrolling): Likewise.
677 (tree_unroll_loops_completely): If the current loop has been unrolled
678 and its father isn't the entire function, propagate constants within
679 the new basic blocks by means of propagate_constants_for_unrolling.
680
681 2012-09-17 Jakub Jelinek <jakub@redhat.com>
682
683 PR tree-optimization/54563
684 * tree-ssa-math-opts.c (execute_cse_sincos): Call
685 gimple_purge_dead_eh_edges if last call has been changed.
686
687 2012-09-17 Georg-Johann Lay <avr@gjlay.de>
688
689 PR target/54222
690 * config/avr/avr.c (avr_out_plus_symbol): Fix typo if PLUS and PSImode.
691 (avr_out_plus_1): Remove log comments from assembler output.
692
693 2012-09-17 Ruben Buchatskiy <ruben@ispras.ru>
694
695 * config/arm/vfp.md (*thumb2_movdf_vfp): Require one of the operands
696 to be a register.
697
698 2012-09-16 Richard Sandiford <rdsandiford@googlemail.com>
699
700 * calls.c (expand_call): Use emit_group_move for PARALLEL->PARALLEL
701 moves.
702
703 2012-09-15 Tom de Vries <tom@codesourcery.com>
704
705 * tree-vrp.c (extract_range_from_binary_expr_1): Fix bug in handling of
706 LSHIFT_EXPR with shift range. Handle more LSHIFT_EXPR cases with shift
707 range.
708
709 2012-09-15 Georg-Johann Lay <avr@gjlay.de>
710
711 PR target/54222
712 * config/avr/avr-fixed.md (ALL2S, ALL4S, ALL24S, ALL124S,
713 ALL124U): New mode iterators.
714 (<code_stdname><mode>3): New insns for SS_PLUS, SS_MINUS.
715 (<code_stdname><mode>3): New insns for US_PLUS, US_MINUS.
716 (usneg<mode>2): New insns.
717 (<code_stdname><mode>2): New expanders for SS_NEG, SS_ABS.
718 (*<code_stdname><mode>2): New insns for SS_NEG, SS_ABS.
719 * config/avr/avr-dimode.md (ALL8U, ALL8S): New mode iterators.
720 (avr_out_plus64, avr_out_minus64): Use avr_out_plus instead.
721 (<code_stdname><mode>3): New expanders for SS_PLUS, SS_MINUS.
722 (<code_stdname><mode>3): New expanders for US_PLUS, US_MINUS.
723 (<code_stdname><mode>3_insn): New insns.
724 (<code_stdname><mode>3_const_insn): New insns.
725 * config/avr/avr.md (cc): Add: plus. Remove: out_plus,
726 out_plus_noclobber, minus.
727 (length): Add: plus. Remove: out_plus, out_plus_noclobber,
728 plus64, minus, minus64.
729 (abelian): New code_attr.
730 (code_stdname): Handle: ss_plus, ss_minus, ss_neg, ss_abs,
731 us_plus, us_minus, us_neg.
732 (*add<mode>3, add<mode>3_clobber, add<mode>3, addpsi3, sub<mode>3):
733 Use avr_out_plus to output.
734 * config/avr/avr-protos.h (avr_out_plus): Change prototype.
735 (avr_out_plus_noclobber, avr_out_minus): Remove.
736 (avr_out_plus64, avr_out_minus64): Remove.
737 * config/avr/avr.c (avr_out_plus_1): Add new default arguments
738 code_sat, sign. Saturate after operation if code_sat != UNKNOWN.
739 (avr_out_plus_symbol): New static function.
740 (avr_out_plus): Rewrite.
741 (adjust_insn_length): Handle: ADJUST_LEN_PLUS. Remove handling
742 of: ADJUST_LEN_OUT_PLUS, ADJUST_LEN_PLUS64, ADJUST_LEN_MINUS,
743 ADJUST_LEN_MINUS64, ADJUST_LEN_OUT_PLUS_NOCLOBBER.
744 (notice_update_cc): Handle: CC_PLUS. Remove handling of: CC_MINUS,
745 CC_OUT_PLUS, CC_OUT_PLUS_NOCLOBBER
746 (avr_out_plus_noclobber, avr_out_minus): Remove.
747 (avr_out_plus64, avr_out_minus64): Remove.
748 (avr_print_operand): Print raw REGNO if 'r' is used with REG.
749
750 2012-09-15 Oleg Endo <olegendo@gcc.gnu.org>
751
752 * config/sh/sh.c (sh_rtx_costs): Add handling of MEM, SIGN_EXTEND,
753 ZERO_EXTEND and PARALLEL cases.
754 (sh_address_cost): Correct rtx parsing and tweak cost estimations.
755
756 2012-09-14 Sandra Loosemore <sandra@codesourcery.com>
757
758 * doc/tm.texi.in (Stack Arguments): Update obsolete references
759 to current_function_outgoing_args_size.
760 (Function Entry): Likewise for current_function_pops_args,
761 current_function_pretend_args_size,
762 current_function_outgoing_args_size, and
763 current_function_epilogue_delay_list.
764 (Misc): Fix garbled sentence referencing nonexistent
765 current_function_leaf_function.
766 * doc/tm.texi: Regenerated.
767
768 2012-09-14 Dehao Chen <dehao@google.com>
769
770 * tree-eh.c (goto_queue_node): New field.
771 (record_in_goto_queue): New parameter.
772 (record_in_goto_queue_label): New parameter.
773 (lower_try_finally_dup_block): New parameter.
774 (maybe_record_in_goto_queue): Update source location.
775 (lower_try_finally_copy): Likewise.
776 (honor_protect_cleanup_actions): Likewise.
777 * gimplify.c (gimplify_expr): Reset the location to unknown.
778
779 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
780
781 * configure: Regenerated.
782
783 2012-09-14 Walter Lee <walt@tilera.com>
784
785 * doc/invoke.texi (Option Summary): fix typesetting for -mcpu
786 option for TILEPro and TILE-Gx.
787 (TILE-Gx Options): Fix grammar and spellings in documentation for
788 -mcmodel.
789
790 2012-09-14 Marc Glisse <marc.glisse@inria.fr>
791
792 PR c++/54427
793 * fold-const.c (fold_unary_loc): Disable for VECTOR_TYPE.
794 (fold_binary_loc): Likewise.
795 * gimple-fold.c (and_comparisons_1): Handle VECTOR_TYPE.
796 (or_comparisons_1): Likewise.
797
798 2012-09-14 Richard Earnshaw <rearnsha@arm.com>
799
800 PR target/54516
801 PR rtl-optimization/54540
802 * reload.c (find_dummy_reload): Don't use OUT as a reload reg
803 for IN if it overlaps a fixed register.
804
805 2012-09-14 Eric Botcazou <ebotcazou@adacore.com>
806
807 PR rtl-optimization/44194
808 * calls.c (expand_call): In the PARALLEL case, copy the return value
809 into pseudos instead of spilling it onto the stack.
810 * emit-rtl.c (adjust_address_1): Rename ADJUST into ADJUST_ADDRESS and
811 add new ADJUST_OBJECT parameter.
812 If ADJUST_OBJECT is set, drop the underlying object if it cannot be
813 proved that the adjusted memory access is still within its bounds.
814 (adjust_automodify_address_1): Adjust call to adjust_address_1.
815 (widen_memory_access): Likewise.
816 * expmed.c (store_bit_field_1): Call adjust_bitfield_address instead
817 of adjust_address. Do not drop the underlying object of a MEM.
818 (store_fixed_bit_field): Likewise.
819 (extract_bit_field_1): Likewise. Fix oversight in recursion.
820 (extract_fixed_bit_field): Likewise.
821 * expr.h (adjust_address_1): Adjust prototype.
822 (adjust_address): Adjust call to adjust_address_1.
823 (adjust_address_nv): Likewise.
824 (adjust_bitfield_address): New macro.
825 (adjust_bitfield_address_nv): Likewise.
826 * expr.c (expand_assignment): Handle a PARALLEL in more cases.
827 (store_expr): Likewise.
828 (store_field): Likewise.
829
830 * dse.c: Fix typos in the head comment.
831
832 2012-09-14 Christian Bruel <christian.bruel@st.com>
833
834 PR target/54546
835 * config/sh/sh-protos.h (sh_need_epilogue): Delete.
836 (sh_can_use_simple_return_p): Declare.
837 * config/sh/sh.c (sh_can_use_simple_return_p): Define.
838 (sh_need_epilogue, sh_need_epilogue_known): Delete.
839 (sh_output_function_epilogue): Remove sh_need_epilogue_known.
840 * config/sh/sh.md (simple_return, return): Define.
841 (epilogue): Use inline return rtl.
842 (sh_expand_epilogue): Cleanup parameters boolean type.
843 * config/sh/iterators.md (any_return): New iterator.
844
845 2012-09-14 Christian Bruel <christian.bruel@st.com>
846
847 * config/sh/predicates.md (t_reg_operand): Check REG_P for SUBREG.
848 * config/sh/sh.c (sequence_insn_p: Check INSNP_P for SEQUENCE.
849
850 2012-09-14 Jakub Jelinek <jakub@redhat.com>
851
852 PR target/54564
853 * config/i386/sse.md (fmai_vmfmadd_<mode>): Use (match_dup 1)
854 instead of (match_dup 0) as second argument to vec_merge.
855 (*fmai_fmadd_<mode>, *fmai_fmsub_<mode>): Likewise.
856 Remove third alternative.
857 (*fmai_fnmadd_<mode>, *fmai_fnmsub_<mode>): Likewise. Negate
858 operand 2 instead of operand 1, but put it as first argument of fma.
859 * config/i386/fmaintrin.h (_mm_fnmadd_sd, _mm_fnmadd_ss,
860 _mm_fnmsub_sd, _mm_fnmsub_ss): Negate the second argument instead
861 of the first.
862
863 2012-09-14 Richard Guenther <rguenther@suse.de>
864
865 PR tree-optimization/54565
866 * passes.c (init_optimization_passes): Adjust comments.
867 (execute_function_todo): Do not execute execute_update_addresses_taken
868 before processing TODO_rebuild_alias.
869 * tree-ssa-ccp.c (do_ssa_ccp): Schedule TODO_update_address_taken.
870
871 2012-09-14 Richard Guenther <rguenther@suse.de>
872
873 * tree-vrp.c (register_new_assert_for): Simplify for backward walk.
874 (find_assert_locations_1): Walk the basic-block backwards, properly
875 add/prune from live. Use live for asserts derived from stmts.
876
877 2012-09-14 Marc Glisse <marc.glisse@inria.fr>
878
879 * tree-ssa-forwprop.c (simplify_bitfield_ref): Call
880 get_prop_source_stmt.
881 (simplify_permutation): Likewise.
882 (simplify_vector_constructor): Likewise.
883
884 2012-09-14 Richard Guenther <rguenther@suse.de>
885
886 * builtin-types.def (BT_FN_CONST_STRING): Add.
887 * builtins.def (BUILT_IN_FILE, BUILT_IN_FUNCTION,
888 BUILT_IN_LINE): New builtins.
889 * gimplify.c (gimplify_call_expr): Expand them.
890 * doc/extend.texi (__builtin_LINE, __builtin_FUNCTION,
891 __builtin_FILE): Document.
892
893 2012-09-13 Anthony Green <green@moxielogic.com>
894
895 * config/moxie/moxie.h (LINK_SPEC): Add bi-endian support.
896 (MULTILIB_DEFAULTS): Define.
897 (ASM_SPEC): Define.
898 (BYTES_BIG_ENDIAN, WORDS_BIG_ENDIAN): Add bi-endian support.
899 (TARGET_CPU_CPP_BUILTINS): Add __MOXIE_LITTLE_ENDIAN__ and
900 __MOXIE_BIG_ENDIAN__.
901 * config/moxie/t-moxie (MULTILIB_DIRNAMES, MULTILIB_OPTIONS): Define.
902 * config/moxie/moxie.opt: New file.
903 * doc/invoke.texi (Moxie Options): Add section documenting -mel
904 and -meb.
905
906 2012-09-13 Paolo Carlini <paolo.carlini@oracle.com>
907 Manuel López-Ibáñez <manu@gcc.gnu.org>
908
909 PR c++/53210
910 * doc/invoke.texi ([Winit-self]): Document as enabled by -Wall in C++.
911
912 2012-09-13 Eric Botcazou <ebotcazou@adacore.com>
913
914 * config/sparc/predicates.md (input_operand): Do not consider TImode
915 constants as 1-instruction integer constants.
916 Use register_or_zero_operand instead of register_operand and tidy up.
917 * config/sparc/sparc.md (movti): New expander.
918 (movti_insn_sp64): New instruction.
919 (movti_insn_sp64_hq): Likewise.
920 (TImode splitters): New splitters.
921 * config/sparc/sparc.c (sparc_expand_move) <TImode>: New case.
922 (sparc_legitimate_address_p): Return 0 for REG+REG in TImode.
923
924 * config/sparc/sparc-protos.h (arith_double_4096_operand): Delete.
925 (arith_4096_operand): Likewise.
926 (zero_operand): Likewise.
927 (fp_zero_operand): Likewise.
928 (reg_or_0_operand): Likewise.
929
930 2012-09-13 Jakub Jelinek <jakub@redhat.com>
931
932 * configure.ac (CXXFLAGS): Remove -O2 when not bootstrapping.
933 * configure: Regenerated.
934
935 2012-08-13 Uros Bizjak <ubizjak@gmail.com>
936
937 * config/i386/i386.md (prefetch): Do not assert mode of operand 0.
938 (*prefetch_sse_<mode>): Do not set mode of address_operand predicate.
939 Rename to ...
940 (*prefetch_sse): ... this.
941 (*prefetch_3dnow_<mode>): Do not set mode of address_operand predicate.
942 Rename to ...
943 (*prefetch_3dnow): ... this.
944
945 2012-09-13 Steven Bosscher <steven@gcc.gnu.org>
946
947 * ipa-pure-const.c (state_from_flags, local_pure_const): Use
948 current_function_name instead of lang_hooks.decl_printable_name.
949
950 * function.h (fndecl_name): New prototype.
951 * function.c (fndecl_name): New function.
952 * vecir.h (cgraph_node_p): New standard IR VEC type.
953 * trans-mem.c (cgraph_node_p): No need anymore to define it here.
954 * ipa-utils.h (ipa_get_nodes_in_cycle): New prototype.
955 * ipa-utils.c (ipa_get_nodes_in_cycle): New function.
956 * ipa-reference.c: Don't include langhooks.h, and certainly not twice.
957 Fix many formatting issues (long lines, short lines, spacing, etc.).
958 (get_static_name): Use fndecl_name.
959 (dump_static_vars_set_to_file): New function split out from propagate.
960 (union_static_var_sets): New function, union two sets and collapse
961 to all_module_statics as quickly as possible.
962 (intersect_static_var_sets): New function, similar to above.
963 (copy_static_var_set): Renamed from copy_global_bitmap and rewritten
964 to allocate a copy on the same bitmap_obstack as the source set.
965 (propagate_bits): Simplify, and clarify by using union_static_var_sets.
966 (generate_summary): Remove bm_temp. Print UID of promotable globals.
967 (read_write_all_from_decl): Use pass-by-reference, bless C++.
968 (get_read_write_all_from_node): New function, split out from propagate.
969 (propagate): Simplify and clarify with helper functions. Use
970 ipa_get_nodes_in_cycle to walk all nodes in a reduced node.
971 (ipa_reference_read_optimization_summary): Use fndecl_name instead of
972 lang_hooks.decl_printable_name.
973
974 * rtl.h (print_rtl_single_with_indent): New prototype.
975 * print-rtl.c (print_rtl_single_with_indent): New function.
976 * cfghooks.h (empty_block_p, split_block_before_cond_jump): New hooks.
977 * cfghooks.c (empty_block_p, split_block_before_cond_jump): Implement.
978 * cfgrtl.c (rtl_block_empty_p, rtl_split_block_before_cond_jump):
979 Implement RTL specific hooks.
980 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): Register the new hooks.
981 * tree-cfg.c (gimple_empty_block_p,
982 gimple_split_block_before_cond_jump): Implement GIMPLE specific hooks.
983 (gimple_cfg_hooks): Register the new hooks.
984 * tree-ssa-phiopt.c (empty_block_p): Remove in favor of new hook.
985
986 2012-09-13 Richard Guenther <rguenther@suse.de>
987
988 * tree-ssa-sccvn.h (enum vn_kind): New.
989 (vn_get_stmt_kind): Likewise.
990 * tree-ssa-sccvn.c (vn_get_stmt_kind): New function, adjust
991 ADDR_EXPR handling.
992 (visit_use): Use it.
993 * tree-ssa-pre.c (compute_avail): Likewise, simplify further.
994
995 2012-09-13 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
996
997 * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
998 for targets bdver1, bdver2, btver1 and btver2.
999
1000 2012-09-13 Christophe Lyon <christophe.lyon@linaro.org>
1001 Richard Earnshaw <rearnsha@arm.com>
1002
1003 * config/arm/arm.md (arm_rev): Factorize thumb1, thumb2 and arm
1004 variants for rev instruction..
1005 (thumb1_rev): Delete pattern.
1006 (arm_revsh): New pattern to support builtin_bswap16.
1007 (arm_rev16, bswaphi2): Likewise.
1008
1009 2012-09-12 Teresa Johnson <tejohnson@google.com>
1010
1011 PR gcov-profile/54487
1012 * configure.ac (HOST_HAS_F_SETLKW): Set based on compile
1013 test using F_SETLKW with fcntl.
1014 * configure, config.in: Regenerate.
1015
1016 2012-09-12 Jan Hubicka <jh@suse.cz>
1017
1018 PR fortran/48636
1019 * ipa-inline-analysis.c (dump_inline_hints): Dump loop stride.
1020 (set_hint_predicate): New function.
1021 (reset_inline_summary): Reset loop stride.
1022 (remap_predicate_after_duplication): New function.
1023 (remap_hint_predicate_after_duplication): New function.
1024 (inline_node_duplication_hook): Update.
1025 (dump_inline_summary): Dump stride summaries.
1026 (estimate_function_body_sizes): Compute strides.
1027 (remap_hint_predicate): New function.
1028 (inline_merge_summary): Use it.
1029 (inline_read_section): Read stride.
1030 (inline_write_summary): Write stride.
1031 * ipa-inline.c (want_inline_small_function_p): Handle strides.
1032 (edge_badness): Likewise.
1033 * ipa-inline.h (inline_hints_vals): Add stride hint.
1034 (inline_summary): Update stride.
1035
1036 2012-09-12 Uros Bizjak <ubizjak@gmail.com>
1037
1038 * config/i386/i386.c (x86_prefetch_sse): Change to unsigned char.
1039 * config/i386/i386.h (x86_prefetch_sse): Ditto.
1040
1041 2012-09-12 H.J. Lu <hongjiu.lu@intel.com>
1042
1043 PR target/54445
1044 * config/i386/predicates.md (x86_64_immediate_operand): Allow
1045 negative offset for UNSPEC_DTPOFF/UNSPEC_NTPOFF.
1046
1047 2012-09-12 Jan Hubicka <jh@suse.cz>
1048
1049 * common.opt (flto-partition): Add "max".
1050 * invoke.texi (flto-partition): Document "max"
1051
1052 2012-09-12 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1053
1054 * config/i386/i386.md : Comments on fma4 instruction selection
1055 reflect requirement on register pressure based cost model.
1056
1057 * config/i386/driver-i386.c (host_detect_local_cpu): fma4
1058 flag is set-reset as informed by the cpuid flag.
1059
1060 * config/i386/i386.c (processor_alias_table): fma4
1061 flag is enabled for bdver2.
1062
1063 2012-09-12 Richard Guenther <rguenther@suse.de>
1064
1065 PR tree-optimization/54489
1066 * tree-ssa-pre.c: Include domwalk.h.
1067 (in_fre): Remove.
1068 (sccvn_valnum_from_value_id): New function.
1069 (debug_bitmap_sets_for): Simplify.
1070 (get_representative_for): Properly initialize the SCCVN valnum.
1071 (create_expression_by_pieces): Likewise.
1072 (insert_into_preds_of_block): Likewise.
1073 (can_PRE_operation): Remove.
1074 (make_values_for_phi): Simplify.
1075 (compute_avail): Likewise.
1076 (do_SCCVN_insertion): Remove.
1077 (eliminate_avail, eliminate_push_avail, eliminate_insert):
1078 New functions.
1079 (eliminate): Split and perform a domwalk.
1080 (eliminate_bb): Former eliminate part that is now dom-enter.
1081 (eliminate_leave_block): New function.
1082 (fini_eliminate): Likewise.
1083 (init_pre): Simplify.
1084 (fini_pre): Likewise.
1085 (execute_pre): Fold into do_pre and do_fre.
1086 (do_pre): Consume execute_pre.
1087 (do_fre): Likewise.
1088 * Makefile.in (tree-ssa-pre.o): Add domwalk.h dependency.
1089
1090 2012-09-12 Diego Novillo <dnovillo@google.com>
1091
1092 * vec.h: Remove compatibility notes for previous distinction
1093 between vectors of objects and vectors of pointers.
1094
1095 2012-09-12 Christian Bruel <christian.bruel@st.com>
1096
1097 * config/sh/newlib.h (NO_IMPLICIT_EXTERN_C): Define.
1098
1099 2012-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1100
1101 * rtl.h (FFS, FLOAT, ABS, PC): Don't undef.
1102 * system.h (FFS, FLOAT, ABS, PC): Undef.
1103
1104 2012-09-12 Richard Guenther <rguenther@suse.de>
1105
1106 PR middle-end/54553
1107 * common.opt (finline): Mark with Optimization.
1108
1109 2012-09-12 Jakub Jelinek <jakub@redhat.com>
1110
1111 * config.gcc: Obsolete picochip-*.
1112
1113 2012-09-12 Nathan Froyd <froydnj@gcc.gnu.org>
1114 Hans-Peter Nilsson <hp@bitrange.com>
1115
1116 * config/mmix/mmix.h (MMIX_REG_OK_STRICT): Delete.
1117 (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P): Delete.
1118 (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Delete.
1119 * config/mmix/mmix-protos.h (mmix_intval): Declare.
1120 (mmix_const_ok_for_letter_p, mmix_extra_constraint): Delete.
1121 (mmix_const_double_ok_for_letter_p): Delete.
1122 * config/mmix/constraints.md: New file.
1123 * config/mmix/mmix.md: Include it.
1124 (iordi3): Fix typo; use "I" instead of undefined "H" constraint.
1125 ("*call_real"): Update comment about not using the "p" constraint.
1126 * config/mmix/predicates.md (mmix_reg_or_8bit_operand): Use
1127 satisfies_constraint_I.
1128 (mmix_address_operand): New predicate.
1129 (mmix_symbolic_or_address_operand): Use it instead of address_operand.
1130 * config/mmix/mmix.c: #include tm-constrs.h.
1131 (mmix_intval): Delete declaration. Make non-static.
1132 (mmix_const_ok_for_letter_p, mmix_extra_constraint): Delete.
1133 (mmix_const_double_ok_for_letter_p): Delete.
1134 (mmix_legitimate_address_p): Use satisfies_constraint_I.
1135 (mmix_print_operand_address): Likewise.
1136 (mmix_emit_sp_add): Adjust to use insn_const_int_ok_for_constraint
1137 when matching "L" constraint.
1138
1139 2012-09-11 Steven Bosscher <steven@gcc.gnu.org>
1140
1141 * tree.h (expand_case): Move prototype ...
1142 * expr.h (expand_case): ...here.
1143 (expand_sjlj_dispatch_table): New prototype.
1144 * stmt.c: Include pointer-set.h instead of bitmap.h.
1145 (expand_case): Use a pointer set instead of a bitmap for
1146 already-seen labels. Fold label values here.
1147 (add_case_node): Don't fold label values here.
1148 (expand_sjlj_dispatch_table): New function.
1149 * except.c (sjlj_emit_dispatch_table): Use it.
1150
1151 2012-09-11 Marc Glisse <marc.glisse@inria.fr>
1152
1153 * tree-ssa-forwprop.c (simplify_vector_constructor): New function.
1154 (ssa_forward_propagate_and_combine): Call it.
1155
1156 2012-09-11 Diego Novillo <dnovillo@google.com>
1157
1158 * var-tracking.c (vt_add_function_parameter): Adjust for VEC changes.
1159
1160 2012-09-11 Dominique Dhumieres <dominiq@lps.ens.fr>
1161
1162 * config/darwin.c (darwin_asm_named_section): Adjust for VEC changes.
1163 (darwin_asm_dwarf_section): Likewise.
1164
1165 2012-09-11 Martin Jambor <mjambor@suse.cz>
1166
1167 * dwarf2out.c (dwarf2out_abstract_function): Do not change cfun.
1168 (premark_used_types): New parameter fun, use it instead of cfun.
1169 (gen_subprogram_die): Use DECL_STRUCT_FUNCTION (decl) instead of cfun,
1170 also pass it to premark_used_types.
1171
1172 2012-09-11 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1173
1174 * doc/sourcebuild.texi (arm_neon_v2_ok): Adjust command line.
1175
1176 2012-09-11 Tobias Burnus <burnus@net-b.de>
1177
1178 * doc/sourcebuild.texi (arm_neon_v2_ok): Fix @anchor.
1179
1180 2012-09-11 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1181 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1182
1183 * config/arm/neon.md (fma<VCVTF:mode>4): New pattern.
1184 (*fmsub<VCVTF:mode>4): Likewise.
1185 * doc/sourcebuild.texi (arm_neon_v2_ok, arm_neon_v2_hw): Document it.
1186
1187 2012-09-11 Aldy Hernandez <aldyh@redhat.com>
1188
1189 PR middle-end/54149
1190 * tree-ssa-loop-im.c (execute_sm_if_changed_flag_set): Only set
1191 flag for writes.
1192
1193 2012-09-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1194
1195 PR tree-optimization/55492
1196 * doc/invoke.texi (max-slsr-cand-scan): New description.
1197 * gimple-ssa-strength-reduction.c (find_basis_for_candidate): Limit
1198 the time spent searching for a basis.
1199 * params.def (PARAM_MAX_SLSR_CANDIDATE_SCAN): New param.
1200
1201 2012-09-11 Richard Guenther <rguenther@suse.de>
1202
1203 * gimple.h (gimple_register_type): Remove.
1204 (print_gimple_types_stats): Adjust prototype.
1205 * lto-streamer.h (print_lto_report): Likewise.
1206 * lto-streamer.c (print_lto_report): Adjust.
1207 * gimple.c (gimple_types, type_hash_cache, enum gtc_mode,
1208 struct type_pair_d, lookup_type_pair, struct sccs,
1209 next_dfs_num, gtc_next_dfs_num, struct gimple_type_leader_entry_s,
1210 gimple_type_leader, gimple_lookup_type_leader, compare_type_names_p,
1211 gtc_visit, gimple_types_compatible_p_1, gimple_types_compatible_p,
1212 visit, iterative_hash_name, struct type_hash_pair,
1213 type_hash_pair_compare, iterative_hash_gimple_type, gimple_type_hash,
1214 gimple_type_eq, gimple_register_type_1, gimple_register_type):
1215 Move to lto/lto.c.
1216 (print_gimple_types_stats): Adjust.
1217 (free_gimple_type_tables): Likewise.
1218
1219 2012-09-11 Richard Guenther <rguenther@suse.de>
1220
1221 * graphite-scop-detection.c (move_sd_regions): Adjust for VEC changes.
1222 (scopdet_basic_block_info): Likewise.
1223 (build_scops_1): Likewise.
1224 (limit_scops): Likewise.
1225
1226 2012-09-11 Richard Guenther <rguenther@suse.de>
1227
1228 PR middle-end/54515
1229 * gimple.c (get_base_address): Do not return NULL_TREE apart
1230 from for WITH_SIZE_EXPR.
1231 * gimple-fold.c (canonicalize_constructor_val): Do not call
1232 get_base_address when not necessary.
1233
1234 2012-09-10 Andrew Pinski <apinski@cavium.com>
1235
1236 PR tree-opt/54362
1237 * trans-mem.c (thread_private_new_memory): Handle COND_EXPR also.
1238
1239 2012-09-10 Maxim Kuvyrkov <maxim@codesourcery.com>
1240
1241 * config/m68k/m68k.c (m68k_sched_dfa_post_advance_cycle): Support
1242 starting scheduling from a pre-existing state.
1243
1244 2012-09-10 Diego Novillo <dnovillo@google.com>
1245
1246 * vec.h (vec_t::quick_push): Remove overload that accepts 'T *'.
1247 Update all users.
1248 (vec_t::safe_push): Likewise.
1249 (vec_t::quick_insert): Likewise.
1250 (vec_t::lower_bound): Likewise.
1251 (vec_t::safe_insert): Likewise.
1252 (vec_t::replace): Change second argument to 'T &'.
1253
1254 2012-09-10 Maciej W. Rozycki <macro@codesourcery.com>
1255
1256 * config/rs6000/rs6000.md: Move a splitter next to its insn.
1257
1258 2012-09-10 Oleg Endo <olegendo@gcc.gnu.org>
1259
1260 PR target/54089
1261 * config/sh/sh.h (SH_DYNAMIC_SHIFT_COST): Set always to 1 if
1262 dynamic shifts are available.
1263 (SHIFT_COUNT_TRUNCATED): Always define to 0. Correct comment.
1264 * config/sh/sh.c (ashl_lshr_seq, ext_ashl_lshr_seq): Add comments.
1265 * config/sh/predicates.md (shift_count_operand): Allow
1266 arith_reg_operand even if TARGET_DYNSHIFT is false.
1267 * config/sh/sh.md (ashlsi3, lshrsi3): Expand library call patterns
1268 if needed.
1269 (ashlsi3_d_call, lshrsi3_d_call): New insns.
1270
1271 2012-09-10 Richard Sandiford <rdsandiford@googlemail.com>
1272
1273 * ira.c (setup_pressure_classes): Handle synonymous classes.
1274
1275 2012-09-10 Marc Glisse <marc.glisse@inria.fr>
1276
1277 * tree-ssa-forwprop.c (simplify_bitfield_ref): New function.
1278 (ssa_forward_propagate_and_combine): Call it.
1279
1280 2012-09-10 Steve Ellcey <sellcey@mips.com>
1281
1282 * config.gcc: Add mips*-mti-linux* target
1283 Handle with_synci like other options.
1284 * config/mips/gnu-user64.h (LINUX64_DRIVER_SELF_SPECS): New.
1285 (DRIVER_SELF_SPECS): Define in terms of LINUX64_DRIVER_SELF_SPECS.
1286 * config/mips/mips.h (MIPS_ISA_SYNCI_SPEC): New.
1287 * config/mips/mti-linux.h: New file.
1288 * config/mips/t-mti-linux: New file.
1289
1290 2012-09-10 Marc Glisse <marc.glisse@inria.fr>
1291
1292 * tree-ssa-forwprop.c (simplify_permutation): Handle CONSTRUCTOR.
1293
1294 2012-09-10 Martin Jambor <mjambor@suse.cz>
1295
1296 * params.def (PARAM_IPA_MAX_AGG_ITEMS): New parameter.
1297 * ipa-prop.c: Include params.h.
1298 (IPA_MAX_AFF_JF_ITEMS): Removed.
1299 (determine_known_aggregate_parts): Use param value of
1300 PARAM_IPA_MAX_AGG_ITEMS instead of IPA_MAX_AFF_JF_ITEMS.
1301 * Makefile.in (ipa-prop.o): Add PARAMS_H dependency.
1302
1303 2012-09-10 Richard Guenther <rguenther@suse.de>
1304
1305 PR tree-optimization/54520
1306 * tree-ssa-threadupdate.c (def_split_header_continue_p):
1307 Properly consider sub-loops.
1308
1309 2012-09-10 Richard Henderson <rth@redhat.com>
1310
1311 * config/alpha/predicates.md (small_symbolic_operand): Disallow
1312 large offsets.
1313
1314 2012-09-10 Georg-Johann Lay <avr@gjlay.de>
1315
1316 PR target/54536
1317 * config/avr/avr-mcus.def (at90usb1287): Set LIBRARY_NAME to "usb1287".
1318
1319 2012-09-10 Jan Hubicka <jh@suse.cz>
1320
1321 * lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.
1322 * symtab.c (symtab_make_decl_local): Remove user defined visibility
1323 when making symbol local.
1324
1325 2012-09-09 Mark Kettenis <kettenis@gnu.org>
1326
1327 * config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define.
1328
1329 2012-09-09 Jan Hubicka <jh@suse.cz>
1330
1331 * passes.c (ipa_write_summaries_1): Set state;
1332 do not call compute_ltrans_boundary.
1333 (ipa_write_optimization_summaries): Likewise.
1334 (ipa_write_summaries): compute_ltrans_boundary here.
1335 * lto-streamer.h (lto_symtab_encoder_d): NODES are allocated in heap.
1336 (compute_ltrans_boundary): Update prototype.
1337
1338 2012-09-09 Ulrich Drepper <drepper@gmail.com>
1339
1340 * config/i386/cpuid.h: Define signature_*_e[bcd]x macros for
1341 matching results of level 0 calls to __cpuid to processor
1342 manufacturers.
1343 * config/i386/driver-i386.c (vendor_signatures): Removed.
1344 (processor_signatures): Removed.
1345 (host_detect_local_cpu): Replace uses of now-removed SIG_*
1346 constants with the new signature_*_ebx constants.
1347
1348 2012-09-08 Jan Hubicka <jh@suse.cz>
1349
1350 Replace cgraph_node_set and varpool_node_set by symtab_node_encoder
1351 in partitioning.
1352 * tree-pass.h (cgraph_node_set_def, varpool_node_set_def): Remove
1353 forward declaration.
1354 (lto_symtab_encoder_d): Forward declare.
1355 (ipa_write_optimization_summaries): Update.
1356 * lto-cgraph.c (lto_symtab_encoder_new): Do not initialize
1357 body, initializer and in_partition.
1358 (lto_symtab_encoder_delete): Update.
1359 (lto_symtab_encoder_encode): Update.
1360 (lto_symtab_encoder_lookup): Move inline.
1361 (lto_symtab_encoder_delete_node): New function.
1362 (lto_symtab_encoder_encode_body_p, lto_set_symtab_encoder_encode_body,
1363 lto_symtab_encoder_encode_initializer_p,
1364 lto_set_symtab_encoder_encode_initializer,
1365 lto_symtab_encoder_in_partition_p,
1366 lto_symtab_encoder_in_partition_p): Update.
1367 (compute_ltrans_boundary): Take encoder as an input.
1368 * passes.c (ipa_write_summaries_1): Update.
1369 (ipa_write_summaries_1): Update.
1370 (ipa_write_summaries): Update.
1371 (ipa_write_optimization_summaries): Update.
1372 * lto-streamer.c (print_lto_report): Report number of cgraph nodes.
1373 * lto-streamer.h (lto_stats_d): Replace num_output_cgraph_nodes by
1374 num_output_symtab_nodes.
1375 (lto_encoder_entry): New structure.
1376 (struct lto_symtab_encoder_d): Reorg.
1377 (lto_symtab_encoder_delete_node): Declare.
1378 (lto_symtab_encoder_lookup): Bring inline.
1379 (compute_ltrans_boundary): Update.
1380 (lto_symtab_encoder_size): Update.
1381 (lsei_node, lsei_cgraph_node, lsei_varpool_node): Update.
1382 (lto_symtab_encoder_deref): Update.
1383
1384 2012-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1385
1386 * config/pa/pa.c (hppa_rtx_costs): Update costs for large
1387 integer modes.
1388
1389 2012-09-08 Andi Kleen <ak@linux.intel.com>
1390
1391 * gcc/lto/lto.c (do_whole_program_analysis): Fix last broken patch.
1392
1393 2012-09-08 Andi Kleen <ak@linux.intel.com>
1394
1395 * gcc/common.opt (-fmem-report-wpa): Add
1396 * gcc/doc/invoke.texi (-fmem-report-wpa): Document.
1397 * gcc/lto/lto.c (do_whole_program_analysis): Run mem_report
1398 when mem_report_wpa is set.
1399
1400 2012-09-07 Anthony Green <green@moxielogic.com>
1401
1402 * config/moxie/moxie.c (moxie_expand_prologue): Optimize prologue
1403 for functions with large static stack requirements.
1404 (moxie_expand_epilogue): Use $r12 instead of $r5 for pulling saved
1405 values off of the stack.
1406
1407 2012-09-07 Nick Clifton <nickc@redhat.com>
1408
1409 * config/v850/v850.h (DBX_DEBUGGING_INFO): Define.
1410 (ASM_GENERATE_INTERNAL_LABEL): Define if not already provided.
1411 * config/v850/v850.c (compute_register_save_size): Always include
1412 the link pointer.
1413 (increment_stack): New function - emits insns to increment or
1414 decrement the stack pointer.
1415 (expand_prologue, expand_epilogue): Use it.
1416 (expand_prologue): Set the function stack size, if requested.
1417 (v850_debug_unwind_info): New function.
1418 (TARGET_DEBUG_UNWIND_INFO): Define.
1419
1420 2012-09-07 Richard Earnshaw <rearnsha@arm.com>
1421
1422 PR tree-ssa/54295
1423 * tree-ssa-math-opts.c (widening_mult_conversion_strippable_p):
1424 Sign-extension of a zero-extended value can be simplified to
1425 just zero-extension.
1426
1427 2012-09-07 Richard Guenther <rguenther@suse.de>
1428
1429 PR middle-end/53667
1430 * tree-ssa-structalias.c (handle_rhs_call): Properly clobber
1431 EAF_NOESCAPED arguments. Transitively close non-EAF_DIRECT
1432 arguments separately.
1433
1434 2012-09-07 Steven Bosscher <steven@gcc.gnu.org>
1435
1436 * bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.
1437
1438 * graphite.c (print_global_statistics): Use EDGE_COUNT instead
1439 of VEC_length.
1440 (print_graphite_scop_statistics): Likewise.
1441 * graphite-scop-detection.c (get_bb_type): Use single_succ_p.
1442 (print_graphite_scop_statistics): Use EDGE_COUNT, not VEC_length.
1443 (canonicalize_loop_closed_ssa): Use single_pred_p.
1444
1445 * alias.c (reg_seen): Make this an sbitmap.
1446 (record_set, init_alias_analysis): Update.
1447
1448 * tree-ssa-coalesce.c (ssa_conflicts_dump): Fix dumping.
1449
1450 2012-09-07 Tom de Vries <tom@codesourcery.com>
1451
1452 PR tree-optimization/53986
1453 * tree-vrp.c (extract_range_from_multiplicative_op_1): Allow
1454 LSHIFT_EXPR.
1455 (extract_range_from_binary_expr_1): Handle LSHIFT with constant
1456 range as shift amount.
1457
1458 2012-09-07 Segher Boessenkool <segher@kernel.crashing.org>
1459
1460 * config/rs6000/aix43.h (RS6000_CALL_GLUE): Delete.
1461 * config/rs6000/aix51.h (RS6000_CALL_GLUE): Delete.
1462 * config/rs6000/aix52.h (RS6000_CALL_GLUE): Delete.
1463 * config/rs6000/aix53.h (RS6000_CALL_GLUE): Delete.
1464 * config/rs6000/aix61.h (RS6000_CALL_GLUE): Delete.
1465 * config/rs6000/freebsd64.h (RS6000_CALL_GLUE): Delete.
1466 * config/rs6000/linux64.h (RS6000_CALL_GLUE): Delete.
1467 * config/rs6000/rs6000.c (print_operand) ['.']: Delete.
1468 * config/rs6000/rs6000.h (RS6000_CALL_GLUE): Delete.
1469 * config/rs6000/rs6000.md (tls_gd_aix<TLSmode:tls_abi_suffix>):
1470 Replace %. with nop.
1471 (tls_gd_call_aix<TLSmode:tls_abi_suffix>): Ditto.
1472 (tls_ld_aix<TLSmode:tls_abi_suffix>): Ditto.
1473 (tls_ld_call_aix<TLSmode:tls_abi_suffix>): Ditto.
1474 (call_nonlocal_aix32): Ditto.
1475 (call_nonlocal_aix64): Ditto.
1476 (call_value_nonlocal_aix32): Ditto.
1477 (call_value_nonlocal_aix64): Ditto.
1478
1479 2012-09-06 Andi Kleen <ak@linux.intel.com>
1480
1481 * doc/invoke.texi (-ffat-lto-objects): Clarify that gcc-ar
1482 et.al. should be used.
1483
1484 2012-09-06 Andi Kleen <ak@linux.intel.com>
1485
1486 * gcc/lto-streamer.h (res_pair): Add.
1487 (lto_file_decl_data): Replace resolutions with respairs.
1488 Add max_index.
1489 * gcc/lto/lto.c (lto_resolution_read): Remove max_index. Add rp.
1490 Initialize respairs.
1491 (lto_file_finalize): Set up resolutions vector lazily from respairs.
1492
1493 2012-09-06 Lawrence Crowl <crowl@google.com>
1494
1495 * double-int.h (double_int::operator &=): New.
1496 (double_int::operator ^=): New.
1497 (double_int::operator |=): New.
1498 (double_int::mul_with_sign): Modify overflow parameter to bool*.
1499 (double_int::add_with_sign): New.
1500 (double_int::ule): New.
1501 (double_int::sle): New.
1502 (binary double_int::operator *): Remove parameter name.
1503 (binary double_int::operator +): Likewise.
1504 (binary double_int::operator -): Likewise.
1505 (binary double_int::operator &): Likewise.
1506 (double_int::operator |): Likewise.
1507 (double_int::operator ^): Likewise.
1508 (double_int::and_not): Likewise.
1509 (double_int::from_shwi): Tidy formatting.
1510 (double_int::from_uhwi): Likewise.
1511 (double_int::from_uhwi): Likewise.
1512 * double-int.c (double_int::mul_with_sign): Modify overflow parameter
1513 to bool*.
1514 (double_int::add_with_sign): New.
1515 (double_int::ule): New.
1516 (double_int::sle): New.
1517 * builtins.c: Modify to use the new double_int interface.
1518 * cgraph.c: Likewise.
1519 * combine.c: Likewise.
1520 * dwarf2out.c: Likewise.
1521 * emit-rtl.c: Likewise.
1522 * expmed.c: Likewise.
1523 * expr.c: Likewise.
1524 * fixed-value.c: Likewise.
1525 * fold-const.c: Likewise.
1526 * gimple-fold.c: Likewise.
1527 * gimple-ssa-strength-reduction.c: Likewise.
1528 * gimplify-rtx.c: Likewise.
1529 * ipa-prop.c: Likewise.
1530 * loop-iv.c: Likewise.
1531 * optabs.c: Likewise.
1532 * stor-layout.c: Likewise.
1533 * tree-affine.c: Likewise.
1534 * tree-cfg.c: Likewise.
1535 * tree-dfa.c: Likewise.
1536 * tree-flow-inline.h: Likewise.
1537 * tree-object-size.c: Likewise.
1538 * tree-predcom.c: Likewise.
1539 * tree-pretty-print.c: Likewise.
1540 * tree-sra.c: Likewise.
1541 * tree-ssa-address.c: Likewise.
1542 * tree-ssa-alias.c: Likewise.
1543 * tree-ssa-ccp.c: Likewise.
1544 * tree-ssa-forwprop.c: Likewise.
1545 * tree-ssa-loop-ivopts.c: Likewise.
1546 * tree-ssa-loop-niter.c: Likewise.
1547 * tree-ssa-phiopt.c: Likewise.
1548 * tree-ssa-pre.c: Likewise.
1549 * tree-ssa-sccvn: Likewise.
1550 * tree-ssa-structalias.c: Likewise.
1551 * tree-ssa.c: Likewise.
1552 * tree-switch-conversion.c: Likewise.
1553 * tree-vect-loop-manip.c: Likewise.
1554 * tree-vrp.c: Likewise.
1555 * tree.h: Likewise.
1556 * tree.c: Likewise.
1557 * varasm.c: Likewise.
1558
1559 2012-09-06 Uros Bizjak <ubizjak@gmail.com>
1560
1561 * configure.ac (hle prefixes): Remove .code64 directive.
1562 * configure: Regenerated.
1563
1564 2012-09-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1565
1566 * config/arm/arm.c: Use CONST_INT_P, CONST_DOUBLE_P, REG_P, MEM_P,
1567 LABEL_P, JUMP_P, CALL_P, NOTE_P, BARRIER_P consistently.
1568 * config/arm/arm.h: Use REG_P, MEM_P consistently.
1569 * config/arm/arm.md: Use CONST_INT_P, REG_P, MEM_P, CONST_DOUBLE_P
1570 consistently.
1571 * config/arm/neon.md: Use REG_P consistently.
1572 * config/arm/predicates.md: Use CONST_INT_P, REG_P, MEM_P consistently.
1573 * config/arm/thumb2.md: Use CONST_INT_P, REG_P consistently.
1574 * config/arm/vec-common.md: Use REG_P consistently.
1575
1576 2012-09-06 Richard Guenther <rguenther@suse.de>
1577
1578 PR tree-optimization/54498
1579 * tree-ssa-alias.h (get_continuation_for_phi): Add flag to
1580 abort when reaching an already visited region.
1581 * tree-ssa-alias.c (maybe_skip_until): Likewise. And do it.
1582 (get_continuation_for_phi_1): Likewise.
1583 (walk_non_aliased_vuses): When we translated the reference,
1584 abort when we re-visit a region.
1585 * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
1586
1587 2012-09-06 David Edelsohn <dje.gcc@gmail.com>
1588
1589 * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Add TLS
1590 section.
1591 * config/rs6000/rs6000.c (rs6000_debug_address_cost): Add new
1592 arguments to TARGET_ADDRESS_COST call.
1593
1594 2012-09-06 Richard Guenther <rguenther@suse.de>
1595
1596 * tree.h (MOVE_NONTEMPORAL): Remove.
1597 * tree-pretty-print.c (dump_generic_node): Remove
1598 MOVE_NONTEMPORAL handling.
1599 * expr.c (expand_expr_real_1): Likewise.
1600
1601 2012-09-06 Richard Guenther <rguenther@suse.de>
1602
1603 * passes.c (execute_function_todo): Call compute_may_aliases
1604 only if flag_tree_pta is set.
1605
1606 2012-09-06 Andrew Pinski <apinski@cavium.com>
1607
1608 PR tree-opt/54494
1609 * tree-inline.c (remap_gimple_op_r): Copy TREE_SIDE_EFFECTS also.
1610
1611 2012-09-06 Jakub Jelinek <jakub@redhat.com>
1612
1613 PR rtl-optimization/54455
1614 * sel-sched-ir.c (maybe_tidy_empty_bb): Give up if previous fallthru
1615 bb ends up with asm goto referencing bb's label.
1616
1617 2012-09-06 Chen Liqin <liqin.gcc@gmail.com>
1618
1619 * config/score/score.c: Remove TARGET_LEGITIMIZE_ADDRESS define and
1620 score_legitimize_address function, use compiler default code instead.
1621
1622 2012-09-05 Jan Hubicka <jh@suse.cz>
1623
1624 * ipa-inline.c (want_inline_small_function_p): Use
1625 INLINE_HINT_loop_iterations hint.
1626
1627 2012-09-05 Andrew Pinski <apinski@cavium.com>
1628
1629 * optabs.c (emit_conditional_add): Correct comment about the arguments.
1630 Remove code which might swap op2 and op3 since they cannot be swapped.
1631 * doc/md.texi (add@var{mode}cc): Fix document about how the arguments
1632 are used.
1633
1634 2012-09-05 Oleg Endo <olegendo@gcc.gnu.org>
1635
1636 * hooks.c (hook_int_rtx_mode_as_bool_0): New function.
1637 * hooks.h (hook_int_rtx_mode_as_bool_0): Declare it.
1638 * output.h (default_address_cost): Add machine_mode and address space
1639 arguments.
1640 * target.def (address_cost): Likewise.
1641 * rtlanal.c (address_cost): Pass mode and address space to target hook.
1642 (default_address_cost): Add unnamed machine_mode and address space
1643 arguments.
1644 * doc/tm.texi: Regenerate.
1645 * config/alpha/alpha.c (TARGET_ADDRESS_COST): Use
1646 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
1647 * config/arm/arm.c (arm_address_cost): Add machine_mode and address
1648 space arguments.
1649 * config/avr/avr.c (avr_address_cost): Likewise.
1650 * config/bfin/bfin.c (bfin_address_cost): Likewise.
1651 * config/cr16/cr16.c (cr16_address_cost): Likewise.
1652 * config/cris/cris.c (cris_address_cost): Likewise.
1653 * config/epiphany/epiphany.c (epiphany_address_cost): Likewise.
1654 * config/i386/i386.c (ix86_address_cost): Likewise.
1655 * config/ia64/ia64.c (TARGET_ADDRESS_COST): Use
1656 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
1657 * config/iq2000/iq2000.c (iq2000_address_cost): Add machine_mode and
1658 address space arguments. Pass them on in recursive invocation.
1659 * config/lm32/lm32.c (TARGET_ADDRESS_COST): Use
1660 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
1661 * config/m32c/m32c.c (m32c_address_cost): Add machine_mode and address
1662 space arguments.
1663 * config/m32r/m32r.c (TARGET_ADDRESS_COST): Use
1664 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
1665 * config/mcore/mcore.c (TARGET_ADDRESS_COST): Likewise.
1666 * config/mep/mep.c (mep_address_cost): Add machine_mode and address
1667 space arguments.
1668 * config/microblaze/microblaze.c (microblaze_address_cost): Likewise.
1669 * config/mips/mips.c (mips_address_cost): Likewise.
1670 * config/mmix/mmix.c (TARGET_ADDRESS_COST): Use
1671 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
1672 * config/mn10300/mn10300.c (mn10300_address_cost): Add machine_mode and
1673 address space arguments.
1674 (mn10300_rtx_costs): Pass GET_MODE (x) and MEM_ADDR_SPACE (x) to
1675 mn10300_address_cost.
1676 * config/pa/pa.c (hppa_address_cost): Add machine_mode and address
1677 space arguments.
1678 * config/rs6000/rs6000.c (rs6000_debug_address_cost): Likewise.
1679 (TARGET_ADDRESS_COST): Use hook_int_rtx_mode_as_bool_0 instead of
1680 hook_int_rtx_bool_0.
1681 * config/rx/rx.c (rx_address_cost): Add machine_mode and address
1682 space arguments.
1683 * config/s390/s390.c (s390_address_cost): Likewise.
1684 * config/score/score-protos.h (score_address_cost): Likewise.
1685 * config/score/score.c (score_address_cost): Likewise.
1686 * config/sh/sh.c (sh_address_cost): Likewise.
1687 * config/sparc/sparc.c (TARGET_ADDRESS_COST): Use
1688 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
1689 * config/spu/spu.c (TARGET_ADDRESS_COST): Likewise.
1690 * config/stormy16/stormy16.c (xstormy16_address_cost): Add machine_mode
1691 and address space arguments.
1692 * config/v850/v850.c (TARGET_ADDRESS_COST): Use
1693 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
1694 * config/vax/vax.c (vax_address_cost): Add machine_mode and address
1695 space arguments.
1696 * config/xtensa/xtensa (TARGET_ADDRESS_COST): Use
1697 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
1698
1699 2012-09-05 Diego Novillo <dnovillo@google.com>
1700
1701 PR bootstrap/54484
1702 * vec.h (vec_t::lower_bound): Fix spelling of LESSTHAN argument.
1703
1704 2012-09-05 Jakub Jelinek <jakub@redhat.com>
1705
1706 PR middle-end/54486
1707 * builtins.c (fold_builtin_strspn, fold_builtin_strcspn): Use
1708 build_int_cst with size_type_node instead of size_int.
1709
1710 2012-09-05 Uros Bizjak <ubizjak@gmail.com>
1711
1712 * config/i386/sse.md (<sse4_1>_blendv<ssemodesuffix><avxsizesuffix>):
1713 Use register_operand instead of reg_not_xmm0_operand{,_maybe_avx}.
1714 Use nonimmediate_operand instead of
1715 nonimm_not_xmm0_operand{,_maybe_avx}.
1716 (<sse4_1_avx2>_pblendvb): Ditto.
1717 (sse4_2_pcmpestr): Ditto.
1718 (*sse4_2_pcmpestr_unaligned): Ditto.
1719 (sse4_2_pcmpistr): Ditto.
1720 (*sse4_2_pcmpistr_unaligned): Ditto.
1721 * config/i386/predicates.md (reg_not_xmm0_operand): Remove predicate.
1722 (nonimm_not_xmm0_operand): Ditto.
1723 (nonimm_not_xmm0_operand_maybe_avx): Ditto.
1724 (nonimm_not_xmm0_operand_maybe_avx): Ditto.
1725 * config/i386/i386.md (rdpmc): Do not force operand 1 into ecx.
1726
1727 2012-09-05 Eric Botcazou <ebotcazou@adacore.com>
1728
1729 * bb-reorder.c: Clarify a few points in the head comment and fix
1730 long lines in other comments.
1731 (find_traces): Fix long line.
1732 (find_traces_1_round): Likewise.
1733 (better_edge_p): Likewise.
1734 (connect_traces): Likewise.
1735 (duplicate_computed_gotos): Likewise.
1736 (find_rarely_executed_basic_blocks_and_cr): Remove trailing spaces.
1737 (fix_up_fall_thru_edges): Fix formatting.
1738
1739 2012-09-05 Richard Guenther <rguenther@suse.de>
1740
1741 PR tree-optimization/46590
1742 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Do not
1743 update SSA form here.
1744 (canonicalize_induction_variables): Assert we do not need to
1745 update SSA form.
1746 (tree_unroll_loops_completely): Update SSA form here.
1747 * tree-ssa-loop-manip.c (gimple_duplicate_loop_to_header_edge):
1748 Do not verify loop-closed SSA form if SSA form is not up-to-date.
1749
1750 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1751
1752 PR target/54461
1753 * config.gcc (tm_file,target=avr-*-*): Add avr/avrlibc.h if
1754 not configured --with-avrlibc=no.
1755 (tm_defines,target=avr-*-*): Add WITH_AVRLIBC if not configured
1756 --with-avrlibc=no.
1757 * config/avr/avrlibc.h: New file.
1758 * config/avr/avr-c.c: Build-in define __WITH_AVRLIBC__ if
1759 not configured --with-avrlibc=no.
1760 * doc/invoke.texi (AVR Built-in Macros): Document __WITH_AVRLIBC__
1761
1762 2012-09-04 Teresa Johnson <tejohnson@google.com>
1763
1764 * gcov-io.c (gcov_write_summary): Write out non-zero histogram
1765 entries to function summary along with an occupancy bit vector.
1766 (gcov_read_summary): Read in the histogram entries.
1767 (gcov_histo_index): New function.
1768 (void gcov_histogram_merge): Ditto.
1769 * gcov-io.h (gcov_type_unsigned): New type.
1770 (struct gcov_bucket_type): Ditto.
1771 (struct gcov_ctr_summary): Include histogram.
1772 (GCOV_TAG_SUMMARY_LENGTH): Update to include histogram entries.
1773 (GCOV_HISTOGRAM_SIZE): New macro.
1774 (GCOV_HISTOGRAM_BITVECTOR_SIZE): Ditto.
1775 * profile.c (NUM_GCOV_WORKING_SETS): Ditto.
1776 (gcov_working_sets): New global variable.
1777 (compute_working_sets): New function.
1778 (find_working_set): Ditto.
1779 (get_exec_counts): Invoke compute_working_sets.
1780 * coverage.c (read_counts_file): Merge histograms, and
1781 fix bug with accessing summary info for non-summable counters.
1782 * basic-block.h (gcov_type_unsigned): New type.
1783 (struct gcov_working_set_info): Ditto.
1784 (find_working_set): Declare.
1785 * gcov-dump.c (tag_summary): Dump out histogram.
1786
1787 2012-09-04 Diego Novillo <dnovillo@google.com>
1788
1789 PR bootstrap/54484
1790 * vec.h (vec_t::embedded_init): Move default argument value
1791 to function declaration.
1792
1793 2012-09-04 Eric Botcazou <ebotcazou@adacore.com>
1794
1795 * bb-reorder.c (gate_handle_reorder_blocks): Move around.
1796 (rest_of_handle_reorder_blocks): Likewise.
1797 (pass_reorder_blocks): Likewise.
1798 (gate_handle_partition_blocks): Likewise.
1799
1800 2012-09-04 Eric Botcazou <ebotcazou@adacore.com>
1801
1802 PR rtl-optimization/54456
1803 * sched-rgn.c (gate_handle_sched): Return 1 only if optimize > 0.
1804
1805 2012-09-04 Diego Novillo <dnovillo@google.com>
1806
1807 PR bootstrap/54478
1808 * vec.h (vec_t::alloc): Remove explicit type specification
1809 in call to reserve.
1810 (vec_t::copy): Likewise.
1811 (vec_t::reserve): Likewise.
1812 (vec_t::reserve_exact): Likewise.
1813 (vec_t::safe_splice): Likewise.
1814 (vec_t::safe_push): Likewise.
1815 (vec_t::safe_grow): Likewise.
1816 (vec_t::safe_grow_cleared): Likewise.
1817 (vec_t::safe_insert): Likewise.
1818
1819 2012-09-04 Richard Henderson <rth@redhat.com>
1820
1821 * alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.
1822
1823 2012-09-04 Richard Guenther <rguenther@suse.de>
1824
1825 * tree-ssa-pre.c (value_expressions): Make it a vector of
1826 bitmaps containing expression IDs.
1827 (add_to_value): Adjust.
1828 (sorted_array_from_bitmap_set): Likewise.
1829 (bitmap_set_replace_value): Likewise.
1830 (print_value_expressions): Likewise.
1831 (get_constant_for_value_id): Likewise.
1832 (get_representative_for): Likewise.
1833 (phi_translate_1): Likewise.
1834 (bitmap_find_leader): Likewise.
1835 (find_or_generate_expression): Likewise.
1836 (do_regular_insertion): Likewise.
1837 (init_pre): Likewise.
1838 (fini_pre): Likewise.
1839
1840 2012-09-04 Diego Novillo <dnovillo@google.com>
1841
1842 PR bootstrap/54479
1843 * vec.h (vec_t::copy): Add cast in call to reserve_exact.
1844
1845 2012-09-04 Richard Guenther <rguenther@suse.de>
1846
1847 * tree-ssa-pre.c (add_to_exp_gen): Adjust.
1848 (make_values_for_phi): Do not add to PHI_GEN for FRE.
1849 (compute_avail): Stop processing after adding all defs to
1850 AVAIL_OUT for FRE.
1851 (init_pre): Do not allocate not needed bitmap sets for FRE.
1852
1853 2012-09-04 Diego Novillo <dnovillo@google.com>
1854
1855 Rewrite VEC_* functions as member functions of vec_t.
1856
1857 * vec.h: Update documentation.
1858 (ALONE_VEC_CHECK_INFO): Define.
1859 (ALONE_VEC_CHECK_DECL): Define.
1860 (ALONE_VEC_CHECK_PASS): Define.
1861 (struct vec_prefix): Rename field NUM to NUM_.
1862 Rename field ALLOC to ALLOC_.
1863 Update all users.
1864 (struct vec_t): Rename field PREFIX to PREFIX_.
1865 Rename field VEC to VEC_.
1866 Update all users.
1867 (vec_t::length): Rename from VEC_length_1. Update all users.
1868 (vec_t::empty): Rename from VEC_empty_1. Update all users.
1869 (vec_t::address): Rename from VEC_address_1. Update all users.
1870 (vec_address): New.
1871 (vec_t::last): Rename from VEC_last_1. Update all users.
1872 (vec_t::operator[]): Rename from VEC_index_1. Update all users.
1873 (vec_t::iterate): Rename from VEC_iterate_1. Update all users.
1874 (vec_t::embedded_size): Rename from VEC_embedded_size_1.
1875 Update all users.
1876 (vec_t::embedded_init): Rename from VEC_embedded_init_1.
1877 Update all users.
1878 (vec_t::alloc): Rename from VEC_alloc_1. Update all users.
1879 (vec_t::free): Rename from VEC_free_1. Update all users.
1880 (vec_t::copy): Rename from VEC_copy_1. Update all users.
1881 (vec_t::space): Rename from VEC_space_1. Update all users.
1882 (vec_t::reserve): Rename from VEC_reserve_1. Update all users.
1883 (vec_t::reserve_exact): Rename from VEC_reserve_exact_1.
1884 Update all users.
1885 (vec_t::splice): Rename from VEC_splice_1. Update all users.
1886 (vec_t::safe_splice): Rename from VEC_safe_splice_1. Update all users.
1887 (vec_t::quick_push): Rename from VEC_quick_push_1. Update all users.
1888 (vec_t::safe_push): Rename from VEC_safe_push_1. Update all users.
1889 (vec_t::pop): Rename from VEC_pop_1. Update all users.
1890 (vec_t::truncate): Rename from VEC_truncate_1. Update all users.
1891 (vec_t::safe_grow): Rename from VEC_safe_grow_1. Update all users.
1892 (vec_t::safe_grow_cleared): Rename from VEC_safe_grow_cleared_1.
1893 Update all users.
1894 (vec_t::replace): Rename from VEC_replace_1. Update all users.
1895 (vec_t::quick_insert): Rename from VEC_quick_insert_1.
1896 Update all users.
1897 (vec_t::safe_insert): Rename from VEC_safe_insert_1. Update all users.
1898 (vec_t::ordered_remove): Rename from VEC_ordered_remove_1.
1899 Update all users.
1900 (vec_t::unordered_remove): Rename from VEC_unordered_remove_1.
1901 Update all users.
1902 (vec_t::block_remove): Rename from VEC_block_remove_1. Update all users.
1903 (vec_t::lower_bound): Rename from VEC_lower_bound_1. Update all users.
1904
1905 2012-09-04 Steven Bosscher <steven@gcc.gnu.org>
1906
1907 * gimple.h (gimple_build_switch): Remove.
1908 (gimple_build_switch_vec): Promote to the new gimple_build_switch.
1909 (gimple_switch_default_label): Assert the default case label is
1910 really a default case label.
1911 (gimple_switch_set_default_label): Likewise.
1912 * gimple.c (gimple_build_switch_nlabels): Make sure a default label
1913 is passed in, and simplify accordingly.
1914 (gimple_build_switch): Removed.
1915 (gimple_build_switch_vec): Rename to gimple_build_switch.
1916 * gimplify.c (gimplify_switch_expr): Update gimple_build_switch use.
1917 * gimple-pretty-print.c (dump_gimple_switch): Do not accept a NULL
1918 case label.
1919 * stmt.c (expand_case): Simplify using the fact that every GIMPLE
1920 switch must have a default case.
1921 * tree-cfg.c (group_case_labels_stmt): Likewise.
1922 (verify_gimple_switch): Use gimple_switch_label in verifier to get
1923 the label at index 0, and verify that it is a valid default case.
1924 * except.c (sjlj_emit_dispatch_table): Rewrite construction of the
1925 switch for dispatching.
1926 * tree-eh.c (lower_try_finally_switch): Update gimple_build_switch use.
1927 (lower_eh_dispatch): Likewise.
1928 * tree-vrp.c (execute_vrp): Use gimple_switch_label to get the case
1929 label at index 0 before turning it into a default case label.
1930 * omp-low.c (expand_omp_sections): Update gimple_build_switch use.
1931 * tree-switch-conversion.c (emit_case_bit_tests): Get the default case
1932 label using gimple_switch_default_label.
1933 (collect_switch_conv_info): Likewise.
1934 (process_switch): Likewise.
1935 * doc/gimple.texi: Update documentation of gimple_build_switch.
1936
1937 2012-09-04 Georg-Johann Lay <avr@gjlay.de>
1938
1939 PR target/54476
1940 * config/avr/avr.c (avr_expand_delay_cycles): Mask operand with
1941 SImode.
1942
1943 2012-09-04 Bin Cheng <bin.cheng@arm.com>
1944
1945 PR target/45070
1946 * config/arm/arm.c (thumb1_extra_regs_pushed): Handle return value
1947 of size less than 4 bytes by using macro ARM_NUM_INTS.
1948 (thumb1_unexpanded_epilogue): Use macro ARM_NUM_INTS.
1949
1950 2012-09-04 Richard Guenther <rguenther@suse.de>
1951
1952 PR tree-optimization/54458
1953 * tree-ssa-threadupdate.c (thread_through_loop_header): If we
1954 turn the loop into one with multiple latches mark it so.
1955
1956 2012-09-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1957
1958 PR target/54220
1959 * config/avr/avr.c (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): New
1960 define to...
1961 (avr_allocate_stack_slots_for_args): ...this new static function.
1962
1963 2012-09-04 Christophe Lyon <christophe.lyon@linaro.org>
1964
1965 * config/arm/arm.c (arm_expand_builtin): Replace gen_rtx_CONST_INT
1966 by GEN_INT.
1967 (arm_emit_coreregs_64bit_shift): Likewise.
1968
1969 2012-09-04 Christophe Lyon <christophe.lyon@linaro.org>
1970
1971 * config/arm/arm.c (arm_evpc_neon_vext): New function.
1972 (arm_expand_vec_perm_const_1): Add call to arm_evpc_neon_vext.
1973
1974 2012-09-04 Oleg Endo <olegendo@gcc.gnu.org>
1975
1976 PR target/51244
1977 * config/sh/sh.c (prepare_cbranch_operands): Pull out comparison
1978 canonicalization code into...
1979 * (sh_canonicalize_comparison): This new function.
1980 * config/sh/sh-protos.h: Declare it.
1981 * config/sh/sh.h: Use it in new macro CANONICALIZE_COMPARISON.
1982 * config/sh/sh.md (cbranchsi4): Remove TARGET_CBRANCHDI4 check and
1983 always invoke expand_cbranchsi4.
1984
1985 2012-09-03 Andi Kleen <ak@linux.intel.com>
1986
1987 * tree-ssa-sccvn.c (vn_reference_fold_indirect): Initialize
1988 addr_offset always.
1989
1990 2012-09-03 Andrew Pinski <apinski@cavium.com>
1991
1992 PR tree-opt/53395
1993 * tree-if-conv.c (constant_or_ssa_name): New function.
1994 (fold_build_cond_expr): New function.
1995 (predicate_scalar_phi): Use fold_build_cond_expr instead of build3.
1996 (predicate_mem_writes): Likewise.
1997
1998 2012-09-03 Marc Glisse <marc.glisse@inria.fr>
1999
2000 * fold-const.c (fold_ternary_loc): Constant-propagate after
2001 removing dead operands.
2002
2003 2012-09-03 Michael Matz <matz@suse.de>
2004
2005 PR tree-optimization/46590
2006 * tree-cfg.c (gimple_duplicate_sese_region): Don't update
2007 SSA web here ...
2008 * tree-ssa-loop-ch.c (copy_loop_headers): ... but here.
2009
2010 2012-09-03 Sandra Loosemore <sandra@codesourcery.com>
2011
2012 * doc/invoke.texi: Fix numerous typos and punctuation/grammatical
2013 errors throughout the file. Re-word some awkward sentences and
2014 paragraphs.
2015
2016 2012-09-03 Richard Guenther <rguenther@suse.de>
2017
2018 PR tree-optimization/54362
2019 * tree-ssa-structalias.c (find_func_aliases): Handle COND_EXPR.
2020
2021 2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2022
2023 * config/s390/s390.c (s390_loadrelative_operand_p): New function.
2024 (s390_check_qrst_address, print_operand_address): Use
2025 s390_loadrelative_operand_p instead of s390_symref_operand_p.
2026 (s390_check_symref_alignment): Accept pointer size alignment for
2027 GOT slots.
2028 (legitimize_pic_address): Use load relative on z10 or later.
2029
2030 2012-09-03 Jakub Jelinek <jakub@redhat.com>
2031
2032 PR debug/53923
2033 * valtrack.c (dead_debug_insert_temp): Drop non-reg uses
2034 from the chain.
2035
2036 2012-09-03 Joseph Myers <joseph@codesourcery.com>
2037
2038 * common.opt (--no-sysroot-suffix): New driver option.
2039 * doc/invoke.texi (--no-sysroot-suffix): Document.
2040 * gcc.c (driver_handle_option): Handle --no-sysroot-suffix as not
2041 needing spec processing.
2042 (main): Do not process sysroot suffixes if no_sysroot_suffix.
2043
2044 2012-09-02 Oleg Endo <olegendo@gcc.gnu.org>
2045
2046 PR target/33135
2047 * common/config/sh/sh-common.c: Update copyright years.
2048 (sh_option_init_struct): Delete.
2049 (TARGET_OPTION_INIT_STRUCT): Likewise.
2050
2051 2012-09-02 Oleg Endo <olegendo@gcc.gnu.org>
2052
2053 PR target/54418
2054 * config/sh/sh.md (cmpgeusi_t): Remove N alternative.
2055 Check operands[1] in split condition instead of operands[0].
2056 Add comments.
2057
2058 2012-09-02 Mark Kettenis <kettenis@openbsd.org>
2059
2060 * config.gcc (x86_64-*-openbsd*): New target.
2061 * config.host (*-*-openbsd*): New target.
2062 * config/openbsd.h (TARGET_C99_FUNCTIONS): Define.
2063 * config/i386/openbsdelf.h: Remove some superfluous defines and
2064 group things together in a more logical fashion.
2065 (DBX_REGISTER_NUMBER): Provide a
2066 definition that works on both 32-bit and 64-bit targets.
2067 (WCHAR_TYPE_SIZE): Hardcode as 32.
2068 (NO_DOLLAR_IN_LABEL): Remove undef.
2069 (TARGET_DEFAULT): Remove.
2070 (SET_ASM_OP): Remove.
2071 (DEFAULT_PCC_STRUCT_RETURN): Undef first to prevent warning.
2072 (ASM_OUTPUT_MAX_SKIP_ALIGN): Synch with x86-64.h
2073 (DWARF2_UNWIND_INFO): Remove define.
2074 (HAVE_ENABLE_EXECUTE_STACK): Define.
2075 * config/host-openbsd.c: New file.
2076 * config/t-openbsd (USER_H): Add EXTRA_HEADERS.
2077 * config/x-openbsd: New file.
2078
2079 2012-09-02 Oleg Endo <olegendo@gcc.gnu.org>
2080
2081 * config/sh/sh.md (*extend<mode>si2_compact_mem_disp): Pass iterated
2082 mode to sh_legitimate_index_p instead of QImode.
2083
2084 2012-09-02 Eric Botcazou <ebotcazou@adacore.com>
2085
2086 PR rtl-optimization/54369
2087 * config/mips/mips.c (mips_reorg): Invoke cleanup_barriers before
2088 calling dbr_schedule.
2089 * config/sparc/sparc.c (sparc_reorg): Likewise.
2090
2091 2012-09-01 Jakub Jelinek <jakub@redhat.com>
2092
2093 PR target/54436
2094 * config/i386/i386.md (*mov<mode>_insv_1_rex64, *movsi_insv_1): If
2095 operands[1] is CONST_INT_P, convert it to QImode before printing.
2096
2097 2012-09-01 Andrew Pinski <apinski@cavium.com>
2098
2099 * simplify-rtx.c (simplify_unary_operation_1 <case TRUNCATE>):
2100 A truncate of a memory is just loading the low part of the memory.
2101
2102 2012-09-01 Uros Bizjak <ubizjak@gmail.com>
2103
2104 PR target/46829
2105 PR target/46843
2106 * config/i386/i386.c (ix86_legitimate_combined_insn): New function.
2107 (TARGET_LEGITIMATE_COMBINED_INSN): New macro.
2108
2109 2012-09-01 Uros Bizjak <ubizjak@gmail.com>
2110
2111 * target.def (legitimate_combined_insn): New target hook.
2112 * doc/tm.texi.in (TARGET_LEGITIMATE_COMBINED_INSN): New hook.
2113 * doc/tm.texi: Regenerated.
2114 * combine.c (recog_for_combine): Call targetm.legitimate_combined_insn
2115 to allow targets to reject combined insn.
2116 * hooks.h (hook_bool_rtx_true): New.
2117 * hooks.c (hook_bool_rtx_true): Ditto.
2118
2119 2012-08-31 Martin Jambor <mjambor@suse.cz>
2120
2121 * ipa-inline-analysis.c (estimate_function_body_sizes): Allocate
2122 nonconstant_names after calculate_dominance_info and
2123 loop_optimizer_init.
2124
2125 2012-08-31 Greta Yorsh <Greta.Yorsh@arm.com>
2126
2127 * config/arm/arm.c (arm_expand_epilogue): Remove unused variable
2128 floats_from_frame.
2129
2130 2012-08-31 Martin Jambor <mjambor@suse.cz>
2131
2132 PR middle-end/54409
2133 * ipa-inline-analysis.c (remap_predicate): Fix the offset_map
2134 checking condition.
2135
2136 2012-08-31 Martin Jambor <mjambor@suse.cz>
2137
2138 * ipa-inline-analysis.c (phi_result_unknown_predicate): New function.
2139 (predicate_for_phi_result): Likewise.
2140 (estimate_function_body_sizes): Use the above two functions.
2141
2142 2012-08-31 Martin Jambor <mjambor@suse.cz>
2143
2144 PR middle-end/54394
2145 * ipa-inline-analysis.c (estimate_function_body_sizes): Compute
2146 dominance info and loops whenever optimizing.
2147
2148 2012-08-29 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2149 Richard Earnshaw <richard.earnshaw@arm.com>
2150
2151 PR target/54252
2152 * config/arm/arm.c (neon_dereference_pointer): Adjust nelems by
2153 element size. Use elem_type from the formal parameter. New parameter
2154 fcode.
2155 (neon_expand_args): Adjust call to neon_dereference_pointer.
2156
2157 2012-08-29 Steven Bosscher <steven@gcc.gnu.org>
2158
2159 * cfg.c (dump_bb_info): Print a newline if there were no edges to dump.
2160
2161 2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
2162
2163 Revert:
2164 * config/mips/t-linux64 (MULTILIB_OSDIRNAMES): Change to use
2165 mapping style, add ../lib/mips16.
2166 (MULTILIB_OPTIONS,MULTILIB_DIRNAMES): Add mips16.
2167 (MULTILIB_EXCLUSIONS): Exclude mips16 when not -mabi=32.
2168
2169 2012-08-29 Richard Sandiford <rdsandiford@googlemail.com>
2170
2171 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_synci
2172 if TARGET_SYNCI.
2173
2174 2012-08-29 Oleg Endo <olegendo@gcc.gnu.org>
2175
2176 * config/sh/sh.opt (menable-tas): Rename to mtas.
2177 * doc/invoke.texi (SH options): Likewise.
2178 * config/sh/sync.md: Update comments.
2179
2180 2012-08-29 Oleg Endo <olegendo@gcc.gnu.org>
2181
2182 * config/sh/iterators.md: New file.
2183 * config/sh/sync.md (I124, I12, i124suffix): Delete. Replace usage
2184 with new iterators QIHISI, QIHI, bw, bwl respectively throughout
2185 the file.
2186 * config/sh/sh.md: Include new file iterators.md.
2187 (zero_extendhisi2, zero_extendqisi2): Fold into zero_extend<mode>si2.
2188 (*zero_extendhisi2_compact, *zero_extendqisi2_compact): Fold into
2189 *zero_extend<mode>si2_compact.
2190 (*zero_extendqisi2_disp_mem, zero_extendhisi2_disp_mem): Fold into
2191 *zero_extend<mode>si2_disp_mem.
2192 (extendhisi2, extendqisi2): Fold into extend<mode>si2.
2193 (*extendqisi2_compact_reg, *extendhisi2_compact_reg): Fold into
2194 *extend<mode>si2_compact_reg.
2195 (*extendqisi2_compact_mem_disp, *extendhisi2_compact_mem_disp): Fold
2196 into *extend<mode>si2_compact_mem_disp.
2197 (*extendqisi2_compact_snd, *extendhisi2_compact_snd): Fold into
2198 *extend<mode>si2_compact_snd.
2199 (*movsi_index_disp, *movhi_index_disp): Fold with iterators and rename
2200 to *movsi_index_disp_load, *movhi_index_disp_load,
2201 *mov<mode>_index_disp_store.
2202 (*movqi_reg_reg, *movhi_reg_reg): Fold into *mov<mode>_reg_reg.
2203 (*movqi_store_mem_disp04, *movhi_store_mem_disp05): Fold into
2204 *mov<mode>_store_mem_disp04.
2205 (*movqi_store_mem_disp12, *movhi_store_mem_disp13): Fold into
2206 *mov<mode>_store_mem_disp12.
2207 (*movqi_load_mem_disp, *movhi_load_mem_disp): Fold into
2208 *mov<mode>_load_mem_disp04 and *mov<mode>_load_mem_disp12.
2209
2210 2012-08-29 Martin Jambor <mjambor@suse.cz>
2211
2212 * ipa-inline.h (estimate_edge_hints): Call do_estimate_edge_hints, not
2213 do_estimate_edge_time.
2214
2215 2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
2216
2217 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Add nomips16 asm
2218 directives, remove #ifndef __mips16 guards.
2219 * config/mips/t-linux64 (MULTILIB_OSDIRNAMES): Change to use
2220 mapping style, add ../lib/mips16.
2221 (MULTILIB_OPTIONS,MULTILIB_DIRNAMES): Add mips16.
2222 (MULTILIB_EXCLUSIONS): Exclude mips16 when not -mabi=32.
2223
2224 2012-08-28 Walter Lee <walt@tilera.com>
2225 * confg/tilegx/tilegx.md: Fix code style.
2226 (*zero_extendsidi_truncdisi): Fix typo.
2227 * config/tilegx/tilegx.c: Fix code style.
2228 (tilegx_function_profiler): Fix typo.
2229
2230 2012-08-28 Walter Lee <walt@tilera.com>
2231
2232 * doc/invoke.texi: Document -mcmodel=small, -mcmodel=large.
2233 * config/tilegx/tilegx.h: Include config/tilegx/tilegx-opts.h.
2234 (CRT_CALL_STATIC_FUNCTION): Define.
2235 * config/tilegx/predicates.md (const_last_symbolic_operand):
2236 Handle UNSPEC_HW2_LAST_PCREL, UNSPEC_HW1_LAST_PLT_PCREL, and
2237 UNSPEC_HW2_LAST_PLT_PCREL.
2238 (const_symbolic_operand): Handle UNSPEC_HW1_PCREL,
2239 UNSPEC_HW0_PLT_PCREL, and UNSPEC_HW1_PLT_PCREL.
2240 * config/tilegx/tilegx.md (UNSPEC_MOV_LARGE_PCREL_STEP4): Define,
2241 and renumber the constants that follow.
2242 (UNSPEC_HW1_PCREL): Ditto.
2243 (UNSPEC_HW2_LAST_PCREL): Ditto.
2244 (UNSPEC_HW0_PLT_PCREL): Define.
2245 (UNSPEC_HW1_PLT_PCREL): Define.
2246 (UNSPEC_HW1_LAST_PLT_PCREL): Define.
2247 (UNSPEC_HW2_LAST_PLT_PCREL): Define.
2248 (mov_large_pcrel_step1): Define.
2249 (mov_large_pcrel_step2): Define.
2250 (mov_large_pcrel_step3): Define.
2251 (mov_large_pcrel_step4): Define.
2252 (mov_plt_pcrel_step1): Define.
2253 (mov_plt_pcrel_step2): Define.
2254 (mov_plt_pcrel_step3): Define.
2255 (mov_plt_pcrel_step1_32bit): Define.
2256 (mov_plt_pcrel_step2_32bit): Define.
2257 (call): Handle tilegx_cmodel == CM_LARGE, CM_LARGE_PIC.
2258 (call_value): Ditto.
2259 * config/tilegx/tilegx.opt: Include config/tilegx/tilegx-opts.h.
2260 (mcmodel): New option.
2261 (enum cmodel): Define.
2262 (CM_SMALL): Define.
2263 (CM_LARGE): Define.
2264 * config/tilegx/tilegx-opts.h: New file.
2265 * config/tilegx/tilegx-protos.h (tilegx_compute_pcrel_address):
2266 Declare.
2267 (tilegx_compute_pcrel_plt_address): Declare.
2268 * config/tilegx/tilegx.c (tilegx_option_override): Handle
2269 tilegx_cmodel.
2270 (tilegx_function_ok_for_sibcall): Ditto.
2271 (compute_pcrel_address): Rename to tilegx_compute_pcrel_address,
2272 and don't declare static. Handle tilegx_cmodel.
2273 (tilegx_compute_pcrel_plt_address): Define.
2274 (tilegx_legitimize_pic_address): Rename calls to
2275 compute_pcrel_address.
2276 (tilegx_delegitimize_address): Handle UNSPEC_HW1_PCREL,
2277 UNSPEC_HW2_LAST_PCREL, UNSPEC_HW0_PLT_PCREL, UNSPEC_HW1_PLT_PCREL,
2278 UNSPEC_HW1_LAST_PLT_PCREL, UNSPEC_HW2_LAST_PLT_PCREL.
2279 (load_pic_register): Rename call to compute_pcrel_address.
2280 (tilegx_print_operand): Handle UNSPEC_HW1_PCREL,
2281 UNSPEC_HW2_LAST_PCREL, UNSPEC_HW0_PLT_PCREL, UNSPEC_HW1_PLT_PCREL,
2282 UNSPEC_HW1_LAST_PLT_PCREL, UNSPEC_HW2_LAST_PLT_PCREL.
2283
2284 2012-08-27 Maxim Kuvyrkov <maxim@codesourcery.com>
2285
2286 * sched-deps.c (add_dependence_list_and_free): Simplify.
2287 (flush_pending_list_and_free): Fix a hack that was fixing a hack. Free
2288 lists when add_dependence_list_and_free doesn't free them.
2289
2290 2012-08-27 Uros Bizjak <ubizjak@gmail.com>
2291
2292 PR target/46254
2293 * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): Return
2294 true for TARGET_64BIT or !flag_pic.
2295 * config/i386/sync.md (*atomic_compare_and_swap_doubledi_pic): Remove.
2296 (atomic_compare_and_swap_double<mode>): Change operand 2 predicate
2297 to cmpxchg8b_pic_memory_operand. Use DWIH mode iterator.
2298 Add insn constraint. Conditionally emit xchg asm insns.
2299 (atomic_compare_and_swap<mode>): Update calls. Check only
2300 cmpxchg8b_pic_memory_operand in memory address fixup.
2301 (DCASMODE): Remove.
2302 (CASHMODE): Rename from DCASHMODE.
2303 (doublemodesuffix): Update modes.
2304 (regprefix): New mode attribute.
2305
2306 (unspecv) <UNSPECV_CMPXCHG_{1,2,3,4}>: Remove.
2307 <UNSPECV_CMPXCHG>: New constant.
2308 (atomic_compare_and_swap<mode>_1): Rename from
2309 atomic_compare_and_swap_single<mode>. Update calls and
2310 unspec_volatile constants.
2311 (atomic_compare_and_swap<mode>_doubleword): Rename from
2312 atomic_compare_and_swap_double<mode>. Update calls and
2313 unspec_volatile constants.
2314
2315 2012-08-27 Walter Lee <walt@tilera.com>
2316
2317 * doc/md.texi (TILE-Gx): Fix typo.
2318
2319 2012-08-27 Walter Lee <walt@tilera.com>
2320
2321 * config/tilegx/tilegx.c (tilegx_function_profiler): Fix typo.
2322 * config/tilepro/tilepro.c (tilepro_function_profiler): Ditto.
2323
2324 2012-08-27 Walter Lee <walt@tilera.com>
2325
2326 * config/tilegx/tilegx.md (*bfins): Rename to insn_bfins.
2327 (insn_bfins): Delete.
2328
2329 2012-08-27 Walter Lee <walt@tilera.com>
2330
2331 * config/tilegx/sync.md (atomic_compare_and_swap_bare<mode>,
2332 atomic_exchange_bare<mode>,
2333 atomic_fetch_<fetchop_name>_bare<mode>): Set type to X1_remote.
2334 * config/tilegx/tilegx-generic.md (X1_remote): New
2335 insn_reservation.
2336 * config/tilegx/tilegx.md (type): Add X1_remove.
2337 (insn_cmpexch<four_if_si>, insn_exch<four_if_si>,
2338 insn_fetchadd<four_if_si>, insn_fetchaddgez<four_if_si>,
2339 insn_fetchand<four_if_si>, insn_fetchor<four_if_si>): Set type to
2340 X1_remote.
2341
2342 2012-08-27 Andreas Schwab <schwab@linux-m68k.org>
2343
2344 * gdbinit.in: Fix syntax of skip command.
2345
2346 2012-08-27 Richard Sandiford <rdsandiford@googlemail.com>
2347
2348 * config/mips/mips.c (mips_pic_call_symbol_from_set): Check for
2349 SYMBOL_REF SET_SRCs.
2350
2351 2012-08-27 Richard Sandiford <rdsandiford@googlemail.com>
2352
2353 * config/mips/mips.c (vr4130_align_insns): Don't simulate
2354 ghost instructions. Assert that the required instructions exist.
2355
2356 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
2357
2358 * config/mips/mips.h (AVOID_CCMODE_COPIES): Update rationale for
2359 definition.
2360 * config/mips/mips.c (machine_function): Add next_fcc.
2361 (mips_output_move): Remove handling of fcc moves.
2362 (mips_allocate_fcc): New function.
2363 (mips_emit_compare, mips_expand_vcondv2sf): Use it.
2364 (mips_hard_regno_mode_ok_p): Restrict CCmode to ST registers.
2365 Remove special case for CCmode reloads.
2366 (mips_expand_builtin_compare_1): Use mips_allocate_fcc and treat
2367 the result a fixed operand.
2368 * config/mips/mips.md (move_type): Remove lui_movf.
2369 (type, length): Remove references to it.
2370 (movcc, reload_incc, reload_outcc): Delete.
2371
2372 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
2373
2374 * config/mips/mips.c (mips_has_long_branch_p): New function,
2375 split out from...
2376 (mips_expand_ghost_gp_insns): ...here. Look inside sequences.
2377
2378 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
2379
2380 * config/mips/mips.c (r10k_safe_mem_expr_p): Use get_inner_reference.
2381
2382 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
2383
2384 * config/mips/mips.c (mips_rtx_costs): Add costs for CINS.
2385
2386 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
2387
2388 * config/mips/mips.c (mips_rtx_costs): Add missing COSTS_N_INSNS
2389 to the size cost of multiplication.
2390
2391 2012-08-26 Gerald Pfeifer <gerald@pfeifer.com>
2392
2393 * doc/install.texi (Specific): Clarify what needs to be added to
2394 this section.
2395
2396 2012-08-26 Gerald Pfeifer <gerald@pfeifer.com>
2397
2398 * doc/tm.texi.in (Misc): Move descriptions of NO_DOLLAR_IN_LABEL
2399 and NO_DOT_IN_LABEL from here...
2400 (Label Output): ...to here.
2401 * doc/tm.texi: Regenerate.
2402
2403 2012-08-26 Gerald Pfeifer <gerald@pfeifer.com>
2404
2405 * doc/invoke.texi (C++ Dialect Options): Add missing space.
2406
2407 2012-08-25 Eric Botcazou <ebotcazou@adacore.com>
2408
2409 PR rtl-optimization/54088
2410 * jump.c (delete_related_insns): Robustify latest change.
2411
2412 2012-08-25 Ricardo Catalinas Jiménez <jimenezrick@gmail.com>
2413
2414 * doc/extend.texi (__atomic Builtins): Remove space before comma.
2415
2416 2012-08-25 Richard Sandiford <rdsandiford@googlemail.com>
2417 Andrew Pinski <apinski@cavium.com>
2418
2419 * config/mips/mips.h (CASE_VECTOR_MODE): For not
2420 TARGET_MIPS16_SHORT_JUMP_TABLES use ptr_mode.
2421 (CASE_VECTOR_SHORTEN_MODE): Likewise.
2422
2423 2012-08-25 Uros Bizjak <ubizjak@gmail.com>
2424
2425 * config/i386/i386.h (FP_REG_P): Remove macro.
2426 (FP_REGNO_P): Ditto.
2427 (HARD_REGNO_NREGS): Use STACK_REGNO_P instead of FP_REGNO_P.
2428 (HARD_REGNO_NREGS_HAS_PADDING): Ditto.
2429 (ANY_FP_REGNO_P): Ditto.
2430 (HARD_REGNO_RENAME_OK): Use STACK_REGNO_P.
2431 * config/i386/i386.c (output_387_ffreep): Use STACK_REGNO_P
2432 instead of FP_REGNO_P.
2433 (ix86_hard_regno_mode_ok): Ditto.
2434 * config/i386/predicates.md (fp_register_operand): Ditto.
2435 (register_and_not_fp_reg_operand): Ditto.
2436 * config/i386/sync.md (atomic_loaddi_fpu): Use STACK_REG_P instead
2437 of FP_REG_P.
2438
2439 * reg-stack.c (get_true_reg): Use STACK_REG_P instead of FP_REG_P.
2440
2441 2012-08-24 Jason Merrill <jason@redhat.com>
2442
2443 * print-tree.c (print_node): Don't check TREE_LANG_FLAG_*
2444 on TREE_VEC or SSA_NAME.
2445
2446 2012-08-24 Jakub Jelinek <jakub@redhat.com>
2447
2448 PR c/54363
2449 * gimplify.c (optimize_compound_literals_in_ctor): Only recurse
2450 if init is a CONSTRUCTOR.
2451
2452 2012-08-24 Steven Bosscher <steven@gcc.gnu.org>
2453
2454 * tree-ssa-live.c (dump_var_map): Do not dump the partition
2455 map of virtual operands.
2456
2457 2012-08-24 Yuri Rumyantsev <ysrumyan@gmail.com>
2458
2459 * config/i386/i386.c (ia32_multipass_dfa_lookahead) : Add
2460 case for Atom processor.
2461
2462 2012-08-24 Simon Baldwin <simonb@google.com>
2463
2464 * dwarf2out.c (gen_producer_string): Omit command line switch if
2465 CL_NO_DWARF_RECORD flag set.
2466 * opts.h (CL_NO_DWARF_RECORD): New.
2467 * opt-functions.awk (switch_flags): Add NoDWARFRecord.
2468 * doc/options.texi: Document NoDWARFRecord option flag.
2469
2470 2012-08-24 H.J. Lu <hongjiu.lu@intel.com>
2471
2472 PR debug/52857
2473 * dwarf2out.c (mem_loc_descriptor): Allow arg_pointer_rtx and
2474 frame_pointer_rtx for based_loc_descr.
2475
2476 2012-08-24 Martin Jambor <mjambor@suse.cz>
2477
2478 * predict.c (maybe_hot_frequency_p): New parameter fun. Use its decl
2479 instead of current_function_decl, use profile_status_for_function and
2480 ENTRY_BLOCK_PTR_FOR_FUNCTION with fun instead of their cfun variants.
2481 (maybe_hot_count_p): New parameter fun, use
2482 profile_status_for_function instead of its cfun_variant.
2483 (maybe_hot_bb_p): New parameter fun, checking-assert it, pass it to
2484 all callees.
2485 (maybe_hot_edge_p): Pass cfun to maybe_hot_count_p and
2486 maybe_hot_frequency_p.
2487 (probably_never_executed_bb_p): New parameter fun, use its decl
2488 instead of current_function_decl.
2489 (optimize_bb_for_size_p): Pass cfun to maybe_hot_bb_p.
2490 (rtl_profile_for_bb): Likewise.
2491 (compute_function_frequency): Pass cfun to maybe_hot_bb_p and
2492 probably_never_executed_bb_p.
2493 * tree-ssa-operands.c (ssa_operands_active): New operator fun. Use it
2494 instead of cfun.
2495 (update_stmt_operands): Pass cfun as an argument of
2496 ssa_operands_active.
2497 (swap_tree_operands): Likewise.
2498 * gimple-iterator.c (update_modified_stmt): Likewise.
2499 (update_modified_stmts): Likewise.
2500 * tree-flow-inline.h (delink_stmt_imm_use): Likewise.
2501 * tree-ssa.c (delete_tree_ssa): Likewise.
2502 * bb-reorder.c (bb_to_key): Pass cfun to probably_never_executed_bb_p.
2503 (push_to_next_round_p): Likewise.
2504 (find_rarely_executed_basic_blocks_and_crossing_edges ): Likewise.
2505 * cfg.c: Inlude tree.h.
2506 (check_bb_profile): Use profile_status_for_function,
2507 EXIT_BLOCK_PTR_FOR_FUNCTION and ENTRY_BLOCK_PTR_FOR_FUNCTION with
2508 DECL_STRUCT_FUNCTION (current_function_decl) instead of their cfun
2509 variants.
2510 (dump_bb_info): Pass DECL_STRUCT_FUNCTION (current_function_decl) to
2511 maybe_hot_bb_p and probably_never_executed_bb_p.
2512 * gimple-pretty-print.c (gimple_dump_bb_buff): Checking-assert that
2513 DECL_STRUCT_FUNCTION (current_function_decl) is not NULL. Pass it to
2514 dump_histograms_for_stmt.
2515 (dump_gimple_mem_ops): Pass
2516 DECL_STRUCT_FUNCTION (current_function_decl)
2517 as an argument to dump_gimple_mem_ops.
2518 * tree-cfg.c (dump_function_to_file): Rename parameter fn to fndecl.
2519 Do not change cfun. Change and restore current_function_decl.
2520 * Makefile.in (cfg.o): Include TREE_H in dependencies.
2521
2522 2012-08-24 Georg-Johann Lay <avr@gjlay.de>
2523
2524 PR target/54222
2525 * avr-modes.def (HA, SA, DA, TA, UTA): Adjust modes.
2526 * avr/avr-fixed.md: New file.
2527 * avr/avr.md: Include it.
2528 (cc): Add: minus.
2529 (adjust_len): Add: minus, minus64, ufract, sfract.
2530 (ALL1, ALL2, ALL4, ORDERED234): New mode iterators.
2531 (MOVMODE): Add: QQ, UQQ, HQ, UHQ, HA, UHA, SQ, USQ, SA, USA.
2532 (MPUSH): Add: HQ, UHQ, HA, UHA, SQ, USQ, SA, USA.
2533 (pushqi1, xload8_A, xload_8, movqi_insn, *reload_inqi, addqi3,
2534 subqi3, ashlqi3, *ashlqi3, ashrqi3, lshrqi3, *lshrqi3, *cmpqi,
2535 cbranchqi4, *cpse.eq): Generalize to handle all 8-bit modes in ALL1.
2536 (*movhi, reload_inhi, addhi3, *addhi3, addhi3_clobber, subhi3,
2537 ashlhi3, *ashlhi3_const, ashrhi3, *ashirhi3_const, lshrhi3,
2538 *lshrhi3_const, *cmphi, cbranchhi4): Generalize to handle all
2539 16-bit modes in ALL2.
2540 (subhi3, casesi, strlenhi): Add clobber when expanding minus:HI.
2541 (*movsi, *reload_insi, addsi3, subsi3, ashlsi3, *ashlsi3_const,
2542 ashrsi3, *ashrhi3_const, *ashrsi3_const, lshrsi3, *lshrsi3_const,
2543 *reversed_tstsi, *cmpsi, cbranchsi4): Generalize to handle all
2544 32-bit modes in ALL4.
2545 * avr-dimode.md (ALL8): New mode iterator.
2546 (adddi3, adddi3_insn, adddi3_const_insn, subdi3, subdi3_insn,
2547 subdi3_const_insn, cbranchdi4, compare_di2,
2548 compare_const_di2, ashrdi3, lshrdi3, rotldi3, ashldi3_insn,
2549 ashrdi3_insn, lshrdi3_insn, rotldi3_insn): Generalize to handle
2550 all 64-bit modes in ALL8.
2551 * config/avr/avr-protos.h (avr_to_int_mode): New prototype.
2552 (avr_out_fract, avr_out_minus, avr_out_minus64): New prototypes.
2553 * config/avr/avr.c (TARGET_FIXED_POINT_SUPPORTED_P): Define to...
2554 (avr_fixed_point_supported_p): ...this new static function.
2555 (TARGET_BUILD_BUILTIN_VA_LIST): Define to...
2556 (avr_build_builtin_va_list): ...this new static function.
2557 (avr_adjust_type_node): New static function.
2558 (avr_scalar_mode_supported_p): Allow if ALL_FIXED_POINT_MODE_P.
2559 (avr_builtin_setjmp_frame_value): Use gen_subhi3 and return new
2560 pseudo instead of gen_rtx_MINUS.
2561 (avr_print_operand, avr_operand_rtx_cost): Handle: CONST_FIXED.
2562 (notice_update_cc): Handle: CC_MINUS.
2563 (output_movqi): Generalize to handle respective fixed-point modes.
2564 (output_movhi, output_movsisf, avr_2word_insn_p): Ditto.
2565 (avr_out_compare, avr_out_plus_1): Also handle fixed-point modes.
2566 (avr_assemble_integer): Ditto.
2567 (output_reload_in_const, output_reload_insisf): Ditto.
2568 (avr_compare_pattern): Skip all modes > 4 bytes.
2569 (avr_2word_insn_p): Skip movuqq_insn, movqq_insn.
2570 (avr_out_fract, avr_out_minus, avr_out_minus64): New functions.
2571 (avr_to_int_mode): New function.
2572 (adjust_insn_length): Handle: ADJUST_LEN_SFRACT,
2573 ADJUST_LEN_UFRACT, ADJUST_LEN_MINUS, ADJUST_LEN_MINUS64.
2574 * config/avr/predicates.md (const0_operand): Allow const_fixed.
2575 (const_operand, const_or_immediate_operand): New.
2576 (nonmemory_or_const_operand): New.
2577 * config/avr/constraints.md (Ynn, Y00, Y01, Y02, Ym1, Ym2, YIJ):
2578 New constraints.
2579 * config/avr/avr.h (LONG_LONG_ACCUM_TYPE_SIZE): Define.
2580
2581 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>
2582
2583 * alias.c (rtx_equal_for_memref_p): Convert constant cases.
2584 * combine.c (find_single_use_1, mark_used_regs_combine): Convert
2585 to CASE_CONST_ANY.
2586 * cse.c (exp_equiv_p, canon_reg, fold_rtx, cse_process_notes_1,
2587 count_reg_usage): Convert constant cases.
2588 * cselib.c (cselib_expand_value_rtx_1): Convert to CASE_CONST_ANY.
2589 (cselib_subst_to_values): Convert constant cases.
2590 * df-scan.c (df_uses_record): Ditto.
2591 * dse.c (const_or_frame_p): Convert case statements to explicit
2592 if-then-else using mode classes.
2593 * emit-rtl.c (verify_rtx_sharing, copy_insn_1): Convert constant cases.
2594 * explow.c (convert_memory_address_addr_space): Ditto.
2595 * gcse.c (want_to_gcse_p, oprs_unchanged_p, compute_transp): Ditto.
2596 * genattrtab.c (attr_copy_rtx, clear_struct_flag): Ditto.
2597 * ira.c (equiv_init_varies_p, contains_replace_regs,
2598 memref_referenced_p, rtx_moveable_p): Ditto.
2599 * jump.c (mark_jump_label_1): Remove constant cases.
2600 (rtx_renumbered_equal_p): Convert to CASE_CONST_UNIQUE.
2601 * loop-invariant.c (check_maybe_invariant, hash_invariant_expr_1,
2602 invariant_expr_equal_p): Convert to CASE_CONST_ANY.
2603 * postreload-gcse.c (oprs_unchanged_p): Convert constant cases.
2604 * reginfo.c (reg_scan_mark_refs): Ditto.
2605 * regrename.c (scan_rtx): Ditto.
2606 * reload1.c (eliminate_regs_1, elimination_effects,
2607 scan_paradoxical_subregs): Ditto.
2608 * reload.c (operands_match_p, subst_reg_equivs): Ditto.
2609 * resource.c (mark_referenced_resources, mark_set_resources): Ditto.
2610 * rtlanal.c (rtx_unstable_p, rtx_varies_p, count_occurrences)
2611 (reg_mentioned_p, modified_between_p, modified_in_p)
2612 (volatile_insn_p, volatile_refs_p, side_effects_p, may_trap_p_1,
2613 inequality_comparisons_p, computed_jump_p_1): Ditto.
2614 * rtl.c (copy_rtx, rtx_equal_p_cb, rtx_equal_p): Ditto.
2615 * sched-deps.c (sched_analyze_2): Ditto.
2616 * valtrack.c (cleanup_auto_inc_dec): Ditto.
2617 * rtl.h: (CASE_CONST_SCALAR_INT, CASE_CONST_UNIQUE,
2618 CASE_CONST_ANY): New macros.
2619
2620 2012-08-23 Julian Brown <julian@codesourcery.com>
2621 Sandra Loosemore <sandra@codesourcery.com>
2622
2623 * config/mips/mips.md
2624 (UNSPEC_CASESI_DISPATCH): New.
2625 (MIPS16_T_REGNUM): New constant.
2626 (tablejump): Don't use for MIPS16_SHORT_JUMP_TABLES.
2627 (casesi): New.
2628 (casesi_internal_mips16_<mode>): New.
2629 * config/mips/mips.c (mips16_split_long_branches): Adjust test
2630 to ignore casesi jump tables.
2631 * config/mips/mips.h (TARGET_MIPS16_SHORT_JUMP_TABLES): Update
2632 comment.
2633 (CASE_VECTOR_MODE): Use SImode unconditionally.
2634 (CASE_VECTOR_SHORTEN_MODE): Define.
2635 (ASM_OUTPUT_ADDR_DIFF_ELT): Output word-sized addr_diff_elts
2636 when necessary for MIPS16_SHORT_JUMP_TABLES.
2637
2638 2012-08-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2639
2640 * config/rs6000/rs6000.c (rs6000_density_test): Free loop body.
2641
2642 2012-08-23 H.J. Lu <hongjiu.lu@intel.com>
2643
2644 PR driver/54335
2645 * doc/invoke.texi: Add -da and remove -dm.
2646
2647 2012-08-23 Richard Guenther <rguenther@suse.de>
2648
2649 * tree-vect-stmts.c (vect_finish_stmt_generation): Update
2650 virtual SSA form.
2651
2652 2012-08-23 Jakub Jelinek <jakub@redhat.com>
2653
2654 * tree.c (copy_node_stat): Clear DECL_STRUCT_FUNCTION.
2655
2656 2012-08-23 Mingjie Xing <mingjie.xing@gmail.com>
2657
2658 * doc/gty.texi: Fix typo.
2659
2660 2012-08-23 Richard Guenther <rguenther@suse.de>
2661
2662 * tree-ssa-loop-manip.c (add_exit_phis_var): Allow virtual operands.
2663 (find_uses_to_rename_use): Likewise.
2664 (find_uses_to_rename_bb): Likewise.
2665 (find_uses_to_rename_stmt): Walk over all operands.
2666
2667 2012-08-22 Oleg Endo <olegendo@gcc.gnu.org>
2668
2669 PR target/54089
2670 * config/sh/predicates (p27_rshift_count_operand,
2671 not_p27_rshift_count_operand): New predicates.
2672 * config/sh/sh.c (sh_ashlsi_clobbers_t_reg_p,
2673 sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p): Handle special
2674 case when shift amount is 31.
2675 (gen_ashift): Emit gen_shlr instead of gen_lshrsi3_m.
2676 * config/sh/sh.md (ashlsi3_d): Set type to 'dyn_shift' instead
2677 of 'arith'.
2678 (ashlsi_c): Rename to shll. Adapt calls to gen_ashlsi_c throughout
2679 the file.
2680 (lshrsi3): Remove clobber from expander. Use shift_count_operand
2681 instead of nonmemory_operand predicate for second operand. Add
2682 handling of case lshrsi3_n_clobbers_t.
2683 (lshrsi3_k): Use p27_rshift_count_operand for second operand.
2684 (lshrsi3_d): Make insn_and_split. Split dynamic shift to constant
2685 shift sequences if beneficial.
2686 (lshrsi3_n): Make insn_and_split. Split constant shift sequence to
2687 dynamic shift if beneficial.
2688 (lshrsi3_n_clobbers_t): New insn_and_split.
2689 (lshrsi3_m): Delete.
2690
2691 2012-08-22 Steven Bosscher <steven@gcc.gnu.org>
2692
2693 * tracer.c (mark_bb_seen): Use SBITMAP_SIZE.
2694
2695 * alias.c (MAX_ALIAS_LOOP_PASSES): Update comment with rationale,
2696 or rather a lack thereof.
2697 (init_alias_analysis): Propagate the latest information across
2698 the CFG in topological order to propagate as far as possible in
2699 each iteration. Ignore debug insns.
2700
2701 2012-08-22 H.J. Lu <hongjiu.lu@intel.com>
2702
2703 * doc/invoke.texi: Document -mlong-double-64/-mlong-double-80.
2704
2705 * config/i386/i386.c (flag_opts): Add -mlong-double-64.
2706 (TARGET_HAS_BIONIC): Default long double to 64-bit for Bionic.
2707
2708 * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 64 if
2709 TARGET_LONG_DOUBLE_64 is true.
2710 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): New macro.
2711 (WIDEST_HARDWARE_FP_SIZE): Defined to 80.
2712
2713 * config/i386/i386.opt (mlong-double-80): New option.
2714 (mlong-double-64): Likewise.
2715
2716 * config/i386/i386-c.c (ix86_target_macros): Define
2717 __LONG_DOUBLE_64__ for TARGET_LONG_DOUBLE_64.
2718
2719 2012-08-22 H.J. Lu <hongjiu.lu@intel.com>
2720
2721 PR target/54347
2722 * config/i386/i386.c (ix86_split_to_parts): Replace
2723 REAL_VALUE_TO_TARGET_LONG_DOUBLE with real_to_target.
2724
2725 2012-08-22 Richard Guenther <rguenther@suse.de>
2726
2727 * tree-vectorizer.c (vectorize_loops): Do not call
2728 mark_virtual_operands_for_renaming.
2729 * tree-vect-slp.c (vect_slp_transform_bb): Likewise.
2730 Do not update SSA form here.
2731
2732 2012-08-22 Dodji Seketeli <dodji@redhat.com>
2733
2734 * tree.h (TREE_NOTHROW): Use the base.nothrow_flag.
2735
2736 2012-08-22 Richard Guenther <rguenther@suse.de>
2737
2738 PR tree-optimization/46590
2739 * tree-ssa-alias.h (get_continuation_for_phi): Add alias query
2740 counter output argument.
2741 (walk_non_aliased_vuses): Add alias query counter argument
2742 to the walker callback.
2743 * tree-ssa-alias.c (maybe_skip_until): Add alias query counter
2744 output argument and count alias queries.
2745 (get_continuation_for_phi_1): Likewise.
2746 (get_continuation_for_phi): Likewise.
2747 (walk_non_aliased_vuses): Add alias query counter argument
2748 to the walker callback and allow it to abort the walk by
2749 returning -1.
2750 * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
2751 * tree-ssa-sccvn.c (vn_reference_lookup_2): Add alias query
2752 counter parmeter, abort walk if that is bigger than
2753 --param sccvn-max-alias-queries-per-access.
2754 * params.def (sccvn-max-alias-queries-per-access): New param.
2755 * doc/invoke.texi (sccvn-max-alias-queries-per-access): Document.
2756
2757 2012-08-22 Richard Guenther <rguenther@suse.de>
2758
2759 * tree-ssa-loop-ch.c (copy_loop_headers): Remove redundant checking.
2760 * tree-into-ssa.c (initialize_flags_in_bb): Use gcc_checking_assert
2761 instead of gcc_assert.
2762 (mark_block_for_update): Likewise.
2763 (add_new_name_mapping): Likewise.
2764 (mark_def_sites): Likewise.
2765 (insert_phi_nodes_for): Likewise.
2766 (rewrite_debug_stmt_uses): Likewise.
2767 (rewrite_stmt): Likewise.
2768 (maybe_register_def): Likewise.
2769 (rewrite_update_phi_arguments): Likewise.
2770 (rewrite_update_enter_block): Likewise.
2771 (mark_def_interesting): Likewise.
2772 (prepare_def_site_for): Likewise.
2773 (insert_updated_phi_nodes_for): Likewise.
2774
2775 2012-08-22 Jakub Jelinek <jakub@redhat.com>
2776
2777 * tree-vect-loop.c (vect_transform_loop): Initialize
2778 check_profitability to false.
2779
2780 * tree-predcom.c (try_combine_chains): Free the worklist vector
2781 at the end.
2782
2783 2012-08-22 Marc Glisse <marc.glisse@inria.fr>
2784
2785 PR tree-optimization/54317
2786 * tree-vrp.c (extract_range_from_binary_expr_1): Test for
2787 double_int overflow.
2788 Remove dead tests.
2789
2790 2012-08-22 Jakub Jelinek <jakub@redhat.com>
2791
2792 * tree-vrp.c (find_assert_locations): Skip also edges
2793 from the entry block.
2794
2795 * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): Call
2796 free_stmt_vec_info on orig_cond after gsi_removing it.
2797 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Always
2798 free body_cost_vec vector.
2799 (vect_analyze_data_refs): If gather is unsuccessful,
2800 free_data_ref (dr).
2801 * tree-inline.c (tree_function_versioning): Free
2802 old_transforms_to_apply vector.
2803
2804 2012-08-22 Steven Bosscher <steven@gcc.gnu.org>
2805
2806 * tree-ssa-coalesce.c (struct ssa_conflicts_d): Make contents
2807 of this a VEC and add a bitmap obstack.
2808 (ssa_conflicts_new): Allocate the obstack and grow the VEC cleared
2809 to the right size.
2810 (ssa_conflicts_delete): Free the VEC and release the obstack.
2811 (ssa_conflicts_test_p, ssa_conflicts_test_p, ssa_conflicts_add_one,
2812 ssa_conflicts_merge, ssa_conflicts_dump): Update for above changes.
2813 (truct live_track_d): Add another bitmap obstack here.
2814 (new_live_track): Initialize it and use it for all bitmaps.
2815 (delete_live_track): Don't free the bitmaps one at a time, just
2816 release the obstack.
2817 (create_outofssa_var_map): Fix to conform to GCC code style rules.
2818
2819 2012-08-21 Nathan Froyd <froydnj@gcc.gnu.org>
2820
2821 * config/m32c/constraints.md: New file.
2822 * config/m32c/t-m32c (MD_FILES): Add constraints.
2823 * config/m32c/m32c-protos.h (m32c_const_ok_for_constraint_p): Delete.
2824 (m32c_extra_address_constraint, m32c_extra_memory_constraint): Delete.
2825 (m32c_reg_class_from_constraint): Delete.
2826 (m32c_extra_constraint_p, m32c_extra_constraint_p2): Delete.
2827 (m32c_matches_constraint_p): Declare.
2828 * config/m32c/m32c.h (CONSTRAINT_LEN): Delete.
2829 (REG_CLASS_FROM_CONSTRAINT): Delete.
2830 (CONST_OK_FOR_CONSTRAINT_P): Delete.
2831 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Delete.
2832 (EXTRA_CONSTRAINT_STR): Delete.
2833 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Delete.
2834 * config/m32c/m32c.c: Include tm-constrs.h
2835 (m32c_reg_class_from_constraint): Delete.
2836 (m32c_const_ok_for_constraint_p): Delete.
2837 (m32c_extra_constraint_p2): Rename to...
2838 (m32c_matches_constraint_p): ...this. Make it return bool. Tweak
2839 formatting.
2840 (m32c_extra_constraint_p): Delete.
2841 (m32c_extra_address_constraint, m32c_extra_memory_constraint): Delete.
2842 (m32c_split_move): Use satisfies_constraint_Ss.
2843 * config/m32c/predicates.md (memsym_operand): Use
2844 satisfies_constraint_Si.
2845 (memimmed_operand): Use satisfies_constraint_Sp.
2846 (m32c_psi_scale, m32c_1bit8_operand): Use satisfies_constraint_Ilb.
2847 (m32c_1bit16_operand): Use satisfies_constraint_Ilw.
2848 (m32c_1mask8_operand): Use satisfies_constraint_ImB.
2849 (m32c_1mask16_operand): Use satisfies_constraint_Imw.
2850
2851 2012-08-21 Nathan Froyd <froydnj@gcc.gnu.org>
2852
2853 * config/mep/mep.h (REG_CLASS_FROM_CONSTRAINT): Delete.
2854 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
2855 (CONSTRAINT_LEN, EXTRA_CONSTRAINT): Delete.
2856 * config/mep/mep.c (mep_reg_class_from_constraint): Delete.
2857 (mep_const_ok_for_letter_p, mep_extra_constraint): Delete.
2858 * config/mep/mep-protos.h (mep_reg_class_from_constraint): Delete.
2859 (mep_const_ok_for_letter_p, mep_extra_constraint): Delete.
2860
2861 2012-08-21 Oleg Endo <olegendo@gcc.gnu.org>
2862
2863 * config/sh/sh.md (cmpeqdi_t, cmpgtdi_t, cmpgedi_t, cmpgeudi_t,
2864 cmpgtudi_t, *movsicc_t_false, *movsicc_t_true, divsi_inv20, negsi_cond,
2865 truncdihi2, ic_invalidate_line_i, ic_invalidate_line_sh4a,
2866 ic_invalidate_line_media, movdf_i4, calli_pcrel, call_valuei,
2867 call_valuei_pcrel, sibcalli_pcrel, sibcall_compact,
2868 sibcall_valuei_pcrel, sibcall_value_compact, casesi_worker_1,
2869 casesi_worker_2, bandreg_m2a, borreg_m2a, bxorreg_m2a, sp_switch_1,
2870 sp_switch_2, stack_protect_set_si, stack_protect_set_si_media,
2871 stack_protect_set_di_media, stack_protect_test_si,
2872 stack_protect_test_si_media, stack_protect_test_di_media): Convert to
2873 multi-line asm output strings.
2874 (divsi_inv_qitable, divsi_inv_hitable): Use single-alternative asm
2875 output.
2876 (*andsi3_bclr, rotldi3_mextr, rotrdi3_mextr, calli,
2877 call_valuei_tbr_rel, movml_push_banked, movml_pop_banked, bclr_m2a,
2878 bclrmem_m2a, bset_m2a, bsetmem_m2a, bst_m2a, bld_m2a, bldsign_m2a,
2879 bld_reg, *bld_regqi, band_m2a, bor_m2a, bxor_m2a, mextr_rl, *mextr_lr):
2880 Use tab char instead of '\\t'.
2881 (iordi3): Use braced string.
2882 (*movsi_pop): Use tab chars instead of spaces.
2883
2884 2012-08-21 Oleg Endo <olegendo@gcc.gnu.org>
2885
2886 PR target/39423
2887 * config/sh/sh.md (*movhi_index_disp): Add support for SH2A
2888 movu.w insn.
2889
2890 2012-08-21 H.J. Lu <hongjiu.lu@intel.com>
2891
2892 PR middle-end/54332
2893 * df-scan.c (df_bb_verify): Restore df_free_collection_rec call
2894 inside the insn traversal loop.
2895
2896 * vec.h (vec_reserve): Remove the stack allocation check.
2897
2898 2012-08-21 Marc Glisse <marc.glisse@inria.fr>
2899
2900 * fold-const.c (fold_ternary_loc): Detect identity permutations.
2901 Canonicalize permutations more.
2902 * tree-ssa-forwprop.c (is_combined_permutation_identity): New function.
2903 (simplify_permutation): Likewise.
2904 (ssa_forward_propagate_and_combine): Call it.
2905
2906 2012-08-21 Richard Guenther <rguenther@suse.de>
2907
2908 * tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free
2909 the affine expansion cache.
2910 * tree-ssa-dom.c (free_expr_hash_elt_contents): New function,
2911 split out from ...
2912 (free_expr_hash_elt): ... this one.
2913 (record_cond): Properly free a not needed hashtable element.
2914 (lookup_avail_expr): Likewise.
2915 * tree-into-ssa.c (init_ssa_renamer): Specify a free function
2916 for the var_infos hashtable.
2917 (update_ssa): Likewise.
2918
2919 2012-08-21 Richard Guenther <rguenther@suse.de>
2920
2921 * alloc-pool.c (pool_alloc): Fix valgrind annotation.
2922 * tree.h: Fix typo and complete flags documentation.
2923
2924 2012-08-21 Richard Guenther <rguenther@suse.de>
2925
2926 * tree.h (struct tree_base): Add union to make it possible to
2927 re-use the upper 4 bytes for tree codes that do not need as
2928 many flags as others. Move visited and default_def_flag to
2929 common bits section in exchange for saturating_flag and
2930 unsigned_flag. Add SSA name version and tree vec length
2931 fields here.
2932 (struct tree_vec): Remove length field here.
2933 (struct tree_ssa_name): Remove version field here.
2934
2935 2012-08-20 Jan Hubicka <jh@suse.cz>
2936
2937 PR fortran/48636
2938 * ipa-inline.c (want_inline_small_function_p): Take loop_iterations
2939 hint.
2940 (edge_badness): Likewise.
2941 * ipa-inline.h (inline_hints_vals): Add INLINE_HINT_loop_iterations.
2942 (inline_summary): Add loop_iterations.
2943 * ipa-inline-analysis.c: Include tree-scalar-evolution.h.
2944 (dump_inline_hints): Dump loop_iterations.
2945 (reset_inline_summary): Free loop_iterations.
2946 (inline_node_duplication_hook): Update loop_iterations.
2947 (dump_inline_summary): Dump loop_iterations.
2948 (will_be_nonconstant_expr_predicate): New function.
2949 (estimate_function_body_sizes): Analyze loops.
2950 (estimate_node_size_and_time): Set hint loop_iterations.
2951 (inline_merge_summary): Merge loop iterations.
2952 (inline_read_section): Stream in loop_iterations.
2953 (inline_write_summary): Stream out loop_iterations.
2954
2955 2012-08-20 Florian Weimer <fweimer@redhat.com>
2956
2957 PR c++/19351
2958 * call.c (build_operator_new_call): Add size_check argument and
2959 evaluate it.
2960 * cp-tree.h (build_operator_new_call): Adjust declaration.
2961 * init.c (build_new_1): Compute array size check and apply it.
2962
2963 2012-08-20 Oleg Endo <olegendo@gcc.gnu.org>
2964
2965 PR target/54089
2966 * config/sh/sh.md (rotcr, *rotcr, shar, shlr): New insns and splits.
2967 (ashrdi3_k, lshrdi3_k): Rewrite as insn_and_split.
2968 * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p): New function.
2969 * config/sh/sh-protos.h (sh_lshrsi_clobbers_t_reg_p): Declare it.
2970
2971 2012-08-20 Oleg Endo <olegendo@gcc.gnu.org>
2972
2973 PR target/51244
2974 * config/sh/sh.md (*cset_zero): New insns.
2975
2976 2012-08-20 Mark Wielaard <mjw@redhat.com>
2977
2978 * dwarf2out.h (enum dw_val_class): Add dw_val_class_high_pc.
2979 * dwarf2out.c (dw_val_equal_p): Handle dw_val_class_high_pc.
2980 (add_AT_low_high_pc): New function.
2981 (AT_lbl): Handle dw_val_class_high_pc.
2982 (print_die): Likewise.
2983 (attr_checksum): Likewise.
2984 (attr_checksum_ordered): Likewise.
2985 (same_dw_val_p): Likewise.
2986 (size_of_die): Likewise.
2987 (value_format): Likewise.
2988 (output_die): Likewise.
2989 (gen_subprogram_die): Use add_AT_low_high_pc.
2990 (add_high_low_attributes): Likewise.
2991 (dwarf2out_finish): Likewise.
2992
2993 2012-08-20 Jakub Jelinek <jakub@redhat.com>
2994
2995 PR rtl-optimization/54294
2996 * fwprop.c (all_uses_available_at): Ignore debug insns in between
2997 def_insn and target_insn when checking whether the shortcut is
2998 possible.
2999
3000 2012-08-20 Eric Botcazou <ebotcazou@adacore.com>
3001
3002 * config/sparc/sparc.h (MAX_FIXED_MODE_SIZE): Define.
3003
3004 2012-08-20 Patrick Marlier <patrick.marlier@gmail.com>
3005
3006 PR middle-end/53992
3007 * omp-low.c (lower_omp_1): Handle GIMPLE_TRANSACTION.
3008
3009 2012-08-20 Richard Earnshaw <rearnsha@arm.com>
3010
3011 PR tree-ssa/54295
3012 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Delete rhs_code
3013 declaration and setter.
3014
3015 2012-08-20 Richard Earnshaw <rearnsha@arm.com>
3016
3017 PR tree-ssa/54295
3018 * tree-ssa-math-opts.c (widening_mult_conversion_strippable_p):
3019 New function.
3020 (is_widening_mult_rhs_p): Use it.
3021
3022 2012-08-20 Joseph Myers <joseph@codesourcery.com>
3023
3024 * configure.ac (ffs): Check for declaration.
3025 * configure, config.in: Regenerate.
3026
3027 2012-08-20 Richard Guenther <rguenther@suse.de>
3028
3029 * tree-flow.h (register_new_name_mapping): Remove.
3030 * tree-into-ssa.c (register_new_name_mapping): Likewise.
3031 (add_new_name_mapping): Do not push/pop timevar here.
3032 (create_new_def_for): Instead do it here. Initialize
3033 update-ssa here, handle a NULL def.
3034 * tree-vrp.c (build_assert_expr_for): Use create_new_def_for.
3035
3036 2012-08-20 Richard Guenther <rguenther@suse.de>
3037
3038 PR tree-optimization/54327
3039 * gimple-fold.c (get_maxval_strlen): Do not walk use-def chains
3040 if the use is registered for SSA update.
3041
3042 2012-08-20 Jakub Jelinek <jakub@redhat.com>
3043
3044 PR tree-optimization/54321
3045 * tree-ssa-forwprop.c (simplify_builtin_call): Pass 0 instead of 1
3046 as second argument to tree_low_cst call on val2.
3047
3048 2012-08-20 Richard Guenther <rguenther@suse.de>
3049
3050 * gimple.h (gimple_statement_base): Annotate with GTY chain_next.
3051
3052 2012-08-20 Richard Guenther <rguenther@suse.de>
3053
3054 PR bootstrap/54326
3055 * genoutput.c (note_constraint): Properly use CONST_CAST.
3056
3057 2012-08-19 Nick Clifton <nickc@redhat.com>
3058
3059 PR target/54306
3060 * config/arm/mmintrin.h: Remove spurious #endif.
3061
3062 2012-08-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3063
3064 * config/avr/avr-log.c (avr_log_vadump): Properly use
3065 int-promoted enum values.
3066 * config/avr/avr.h (struct mcu_type_s): Change `arch' from
3067 int to enum avr_arch.
3068 * config/avr/gen-avr-mmcu-texi.c (main): Use correct initializer.
3069
3070 2012-08-18 Jan Hubicka <jh@suse.cz>
3071
3072 PR lto/45375
3073 * ipa-inline.c (want_inline_small_function_p): Bypass
3074 inline limits for hinted functions.
3075 (edge_badness): Dump hints; decrease badness for hinted funcitons.
3076 * ipa-inline.h (enum inline_hints_vals): New enum.
3077 (inline_hints): New type.
3078 (edge_growth_cache_entry): Add hints.
3079 (dump_inline_summary): Update.
3080 (dump_inline_hints): Declare.
3081 (do_estimate_edge_hints): Declare.
3082 (estimate_edge_hints): New inline function.
3083 (reset_edge_growth_cache): Update.
3084 * predict.c (cgraph_maybe_hot_edge_p): Do not ice on indirect edges.
3085 * ipa-inline-analysis.c (dump_inline_hints): New function.
3086 (estimate_edge_devirt_benefit): Return true when function should be
3087 hinted.
3088 (estimate_calls_size_and_time): New hints argument; set it when
3089 devritualization happens.
3090 (estimate_node_size_and_time): New hints argument.
3091 (do_estimate_edge_time): Cache hints.
3092 (do_estimate_edge_growth): Update.
3093 (do_estimate_edge_hints): New function
3094
3095 2012-08-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3096
3097 PR middle-end/53823
3098 * expmed.c (expand_mult): Skip synth_mult for negative coefficients
3099 if the mode is larger than a wide int and it is too costly to multiply
3100 by a positive multiplier and negate the result.
3101
3102 2012-08-18 Steven Bosscher <steven@gcc.gnu.org>
3103
3104 * sparseset.c (sparseset_alloc): Use non-clearing allocation. Tell
3105 valgrind not to worry about reading from unitialized memory.
3106
3107 2012-08-18 Steven Bosscher <steven@gcc.gnu.org>
3108
3109 PR middle-end/54313
3110 * dse.c (dse_step7): Don't free kill_on_calls bitmap, it is
3111 freed when its obstack is release.
3112
3113 2012-08-18 Andrew Pinski <pinskia@gmail.com>
3114
3115 * alloc-pool.c (pool_alloc): Add valgrind markers.
3116 (pool_free): Likewise.
3117
3118 2012-08-17 Walter Lee <walt@tilera.com>
3119
3120 * config/tilegx/feedback.h (FEEDBACK_ENTER_EXPLICIT): Define.
3121 (FEEDBACK_ENTER): Define.
3122 (FEEDBACK_REENTER): Define.
3123 (FEEDBACK_ENTRY): Define.
3124 * config/tilepro/feedback.h: (FEEDBACK_ENTER_EXPLICIT): Define.
3125 (FEEDBACK_ENTER): Define.
3126 (FEEDBACK_REENTER): Define.
3127 (FEEDBACK_ENTRY): Define.
3128
3129 2012-08-17 H.J. Lu <hongjiu.lu@intel.com>
3130 Gary Funck <gary@intrepid.com>
3131
3132 PR target/20020
3133 * config/i386/i386.c (ix86_member_type_forces_blk): New function.
3134 (TARGET_MEMBER_TYPE_FORCES_BLK): New macro.
3135
3136 * config/i386/i386.h (MAX_FIXED_MODE_SIZE): New macro.
3137
3138 2012-08-17 Marc Glisse <marc.glisse@inria.fr>
3139
3140 * simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of
3141 a concatenation.
3142
3143 2012-08-17 H.J. Lu <hongjiu.lu@intel.com>
3144
3145 * stor-layout.c (compute_record_mode): Replace
3146 MEMBER_TYPE_FORCES_BLK with targetm.member_type_forces_blk.
3147 (layout_type): Likewise.
3148
3149 * system.h: Poison MEMBER_TYPE_FORCES_BLK.
3150
3151 * target.def (member_type_forces_blk): New target hook.
3152
3153 * targhooks.c (default_member_type_forces_blk): New.
3154 * targhooks.h (default_member_type_forces_blk): Likewise.
3155
3156 * doc/tm.texi.in (MEMBER_TYPE_FORCES_BLK): Removed.
3157 (TARGET_MEMBER_TYPE_FORCES_BLK): New hook.
3158 * doc/tm.texi: Regenerated.
3159
3160 * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Removed.
3161
3162 * config/ia64/ia64.c (ia64_member_type_forces_blk): New function.
3163 (TARGET_MEMBER_TYPE_FORCES_BLK): New macro.
3164
3165 * config/rs6000/rs6000.c (TARGET_MEMBER_TYPE_FORCES_BLK): New macro.
3166 (rs6000_member_type_forces_blk): New function.
3167
3168 * config/rs6000/rs6000.h (MEMBER_TYPE_FORCES_BLK): Removed.
3169
3170 * config/xtensa/xtensa.c (xtensa_member_type_forces_blk): New function.
3171 (TARGET_MEMBER_TYPE_FORCES_BLK): New macro.
3172
3173 * config/xtensa/xtensa.h (MEMBER_TYPE_FORCES_BLK): Removed.
3174
3175 2012-08-17 Diego Novillo <dnovillo@google.com>
3176
3177 PR bootstrap/54281
3178 * configure.ac: Add libintl.h to AC_CHECK_HEADERS list.
3179 * config.in: Regenerate.
3180 * configure: Regenerate.
3181 * intl.h: Always include libintl.h if HAVE_LIBINTL_H is set.
3182
3183 2012-08-17 Richard Guenther <rguenther@suse.de>
3184
3185 * bitmap.h (struct bitmap_element_def): GTY annotate next/prev.
3186 (struct bitmap_head_def): GTY skip current field.
3187
3188 2012-08-17 Steven Bosscher <steven@gcc.gnu.org>
3189
3190 PR middle-end/54146
3191 * tree-ssa-loop-im.c (lim_bitmap_obstack): New bitmap_obstack.
3192 (memref_free): Don't free the bitmaps individually here.
3193 (mem_ref_alloc): Allocate the bitmaps on the new bitmap obstack.
3194 (analyze_memory_references): Likewise.
3195 (tree_ssa_lim_initialize): Initialize the new bitmap obstack.
3196 (tree_ssa_lim_finalize): Release it.
3197 * dse.c (dse_bitmap_obstack): New bitmap obstack.
3198 (dse_obstack): New obstack.
3199 (get_group_info): Allocate the bitmaps on the new bitmap obstack.
3200 (dse_step0): Allocate the scratch bitmap on reg_obstack. Initialize
3201 the new bitmap obstack and normal obstack. Use XNEWVEC for bb_table.
3202 (record_store): Allocate regs_set on reg_obstack.
3203 (dse_step1): Allocate regs_live on reg_obstack.
3204 (dse_step2_init): Allocate offset_map_n and offset_map_p on the new
3205 obstack.
3206 (dse_step3_scan): Allocate bitmaps on the new bitmap obstack.
3207 (dse_step3): Likewise.
3208 (dse_confluence_0): Likewise.
3209 (dse_confluence_n): Likewise.
3210 (dse_transfer_function): Likewise.
3211 (dse_step7): Destroy the new obstacks, and everything allocated on
3212 them, in one big sweep.
3213 (rest_of_handle_dse): Update.
3214 * cfgexpand.c (stack_var_bitmap_obstack): New bitmap obstack.
3215 (add_stack_var_conflict): Allocate bitmaps on it.
3216 (add_scope_conflicts_1): Likewise.
3217 (add_scope_conflicts): Likewise.
3218 (update_alias_info_with_stack_vars): Likewise.
3219 (init_vars_expansion): Move TREE_USED fiddling expand_used_vars.
3220 Initialize the new bitmap obstack.
3221 (fini_vars_expansion): Release it.
3222 (estimated_stack_frame_size): Use init_vars_expansion to set things up
3223 and always clean up at the end.
3224 (expand_used_vars): Do the TREE_USED trickery here. Always call
3225 fini_vars_expansion.
3226 * tree-ssa-live.h (struct tree_live_info_d): Make livein and liveout
3227 arrays of bitmap_head to avoid one indirection per bitmap access.
3228 (live_on_entry, live_on_exit, live_var_map, live_merge_and_clear,
3229 make_live_on_entry): Update.
3230 * tree-ssa-live.c (partition_view_bitmap): Don't double-free 'used'.
3231 (liveness_bitmap_obstack): New bitmap obstack.
3232 (remove_unused_locals): Use it to allocate all bitmaps on. Update
3233 for livein/liveout changes in tree-ssa-live.h.
3234 (delete_tree_live_info): Release the bitmap obstack.
3235 (loe_visit_block, live_worklist, set_var_live_on_entry,
3236 calculate_live_on_exit, dump_live_info): Update.
3237 (calculate_live_ranges): Initialize the bitmap.
3238 * tree-ssa-ter.c (ter_bitmap_obstack): New bitmap obstack.
3239 (new_temp_expr_table): Allocate bitmap on it.
3240 (make_dependent_on_partition, add_to_partition_kill_list,
3241 add_dependence, process_replaceable): Likewise.
3242 (find_replaceable_exprs): Initialize and release the new obstack here.
3243 * df-problems.c (df_lr_add_problem): Allocate persistent bitmap
3244 for out_of_date_transfer_functions on df_bitmap_obstack.
3245 (df_live_add_problem): Likewise.
3246 (df_chain_add_problem): Likewise.
3247 (df_word_lr_add_problem): Likewise.
3248
3249 2012-08-17 Nick Clifton <nickc@redhat.com>
3250
3251 * config/fr30/fr30.md (cbranchsi4): Remove mode from comparison.
3252 (branch_true): Likewise.
3253 (branch_false): Likewise.
3254
3255 * config/mcore/mcore.md (cbranchsi4): Remove mode from comparison.
3256
3257 * config/iq2000/iq2000.md (cbranchsi4): Remove mode from
3258 comparison and label.
3259 (branch_zero): Likewise.
3260 (branch_zero_inverted): Likewise.
3261 (branch_equality): Likewise.
3262 (branch_equality_inverted): Likewise.
3263 (extend-and-compare): Disable until reload issues can be resolved.
3264 * config/iq2000/iq2000.c (gen_conditional_branch): Use VOIDmode
3265 for comparison.
3266 (iq2000_function_arg_advance): Remove CONST_CAST2.
3267
3268 * config/mep/t-mep (mep-pragma.o): Use $(COMPILER) to compile
3269 mep-pragma.c.
3270
3271 2012-08-17 Georg-Johann Lay <avr@gjlay.de>
3272
3273 * config/avr/t-avr (gen-avr-mmcu-texi): Use $(CC) to compile
3274 gen-avr-mmcu-texi.c.
3275
3276 2012-08-17 Richard Earnshaw <rearnsha@arm.com>
3277
3278 * arm.md (arm_addsi3): New variant for Thumb2 16-bit ADD instruction.
3279 * arm.c (thumb2_reorg): Don't convert an ADD instruction that's
3280 already 16 bits.
3281
3282 2012-08-17 Richard Guenther <rguenther@suse.de>
3283
3284 * hash-table.h (class hash_table): Use a descriptor template
3285 argument instead of decomposed element type and support functions.
3286 (struct pointer_hash): New generic typed pointer-hash.
3287 (struct typed_free_remove, struct typed_noop_remove): Generic
3288 hash_table support pieces.
3289 * coverage.c (struct counts_entry): Add hash_table support members.
3290 * tree-ssa-ccp.c (gimple_htab): Use pointer_hash.
3291 * tree-ssa-coalesce.c (struct ssa_name_var_hash): New generic
3292 SSA name by SSA_NAME_VAR hash.
3293 (coalesce_ssa_name): Use it.
3294 * tree-ssa-pre.c (struct pre_expr_d): Add hash_table support.
3295 (expression_to_id): Adjust.
3296 (struct expr_pred_trans_d): Add hash_table support.
3297 (phi_translate_table): Adjust.
3298 (phi_trans_lookup): Likewise.
3299 (phi_trans_add): Likewise.
3300 (do_regular_insertion): Likewise.
3301 * tree-ssa-tail-merge.c (struct same_succ_def): Add hash_table support.
3302 (same_succ_htab): Adjust.
3303 (find_same_succ_bb): Likewise.
3304 (find_same_succ): Likewise.
3305 (update_worklist): Likewise.
3306 * tree-ssa-threadupdate.c (struct redirection_data): Add hash_table
3307 support.
3308 (redirection_data): Adjust.
3309
3310 2012-08-17 Richard Guenther <rguenther@suse.de>
3311
3312 * params.def (integer-share-limit): Decrease from 256 to 251,
3313 add rationale.
3314
3315 2012-08-17 Richard Guenther <rguenther@suse.de>
3316
3317 * tree-sra.c (modify_function): Free redirect_callers vector.
3318 * ipa-split.c (split_function): Free args_to_pass vector.
3319 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Free
3320 body_cost_vec properly.
3321 (vect_enhance_data_refs_alignment): Likewise.
3322 * tree-vect-stmts.c (vectorizable_operation): Do not pre-allocate
3323 vec_oprnds.
3324 (new_stmt_vec_info): Do not pre-allocate STMT_VINFO_SAME_ALIGN_REFS.
3325 * tree-vect-slp.c (vect_free_slp_instance): Free the instance.
3326 (vect_analyze_slp_instance): Free everything.
3327 (destroy_bb_vec_info): Free the SLP instances.
3328
3329 2012-08-17 Iain Sandoe <iain@codesourcery.com>
3330
3331 * config/rs6000/rs6000.c (macho_branch_islands): Adjust for changes
3332 to vec.h.
3333
3334 2012-08-17 Jakub Jelinek <jakub@redhat.com>
3335
3336 * doc/invoke.texi (-Wsizeof-pointer-memaccess): Document.
3337
3338 2012-08-16 Sandra Loosemore <sandra@codesourcery.com>
3339
3340 * config/mips/mips-dsp.md (mips_dpau_h_qbl, mips_dpau_h_qbr)
3341 (mips_dpsu_h_qbl, mips_dpsu_h_qbr, mips_dpaq_s_w_ph)
3342 (mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph, mips_dpaq_sa_l_w)
3343 (mips_dpsq_sa_l_w, mips_maq_s_w_phl, mips_maq_s_w_phr)
3344 (mips_maq_sa_w_phl, mips_maq_sa_w_phr): Add accum_in attribute.
3345
3346 2012-08-16 Oleg Endo <olegendo@gcc.gnu.org>
3347
3348 PR target/54236
3349 * config/sh/sh.md (addc): Add commutative modifier.
3350 (*addc, *minus_plus_one, *subc, *negc): New insns and splits.
3351
3352 2012-08-16 Oleg Endo <olegendo@gcc.gnu.org>
3353
3354 PR target/39423
3355 * config/sh/sh.md (*movsi_index_disp, *movhi_index_disp): Handle
3356 potential T_REG clobber. Convert zero extending split to
3357 insn_and_split.
3358
3359 2012-08-16 Oleg Endo <olegendo@gcc.gnu.org>
3360
3361 PR target/54089
3362 * config/sh/sh.md (ashlsi3_d): Do not split if it would result
3363 in a T_REG clobber. Correct comment.
3364 (ashlsi3_n): Correct comment.
3365
3366 2012-08-16 Hans-Peter Nilsson <hp@axis.com>
3367
3368 PR middle-end/54261
3369 * optabs.c (expand_atomic_fetch_op): Save and restore code when
3370 retrying after failed attempt.
3371
3372 2012-08-16 Yuri Rumyantsev <ysrumyan@gmail.com>
3373
3374 * config/i386/i386-protos.h (ix86_split_lea_for_addr) : Add
3375 additional argument.
3376 * config/i386/i386.md (ix86_split_lea_for_addr) : Add
3377 additional argument curr_insn.
3378 * config/i386/i386.c (ix86_split_lea_for_addr): Load base or index
3379 register first, depending on their defintion distances.
3380 (ix86_lea_outperforms): Prefer LEA only if split cost exceeds
3381 AGU stall.
3382 (find_nearest_reg-def): New function. Find register with
3383 nearest definition.
3384
3385 2012-08-16 Walter Lee <walt@tilera.com>
3386
3387 * config.gcc (tilegx-*-linux*): Add feedback.h.
3388 (tilepro-*-linux*): Likewise.
3389 * config/tilegx/feedback.h: New file.
3390 * config/tilepro/feedback.h: New file.
3391
3392 2012-08-16 Diego Novillo <dnovillo@google.com>
3393
3394 Revert
3395
3396 PR bootstrap/54281
3397 * double-int.h: Move including of gmp.h ...
3398 * system.h: ... here.
3399 * realmpfr.h: Do not include gmp.h.
3400 * tree-ssa-loop-niter.c: Do not include gmp.h.
3401
3402 2012-08-16 Segher Boessenkool <segher@kernel.crashing.org>
3403
3404 * config/rs6000/darwin.h (TARGET_IEEE_QUAD): Fix comment.
3405
3406 2012-08-16 Richard Guenther <rguenther@suse.de>
3407
3408 PR middle-end/54146
3409 * tree-ssa-loop-niter.c (find_loop_niter_by_eval): Free the
3410 exit vector.
3411 * ipa-pure-const.c (analyze_function): Use FOR_EACH_LOOP_BREAK.
3412 * cfgloop.h (FOR_EACH_LOOP_BREAK): Fix.
3413 * tree-ssa-structalias.c (handle_lhs_call): Properly free rhsc.
3414 * tree-into-ssa.c (get_ssa_name_ann): Allocate info only when needed.
3415 * tree-ssa-loop-im.c (analyze_memory_references): Adjust.
3416 (tree_ssa_lim_finalize): Free all mem_refs.
3417 * tree-ssa-sccvn.c (extract_and_process_scc_for_name): Free
3418 scc when bailing out.
3419 * modulo-sched.c (sms_schedule): Use FOR_EACH_LOOP_BREAK.
3420 * ira-build.c (loop_with_complex_edge_p): Free loop exit vector.
3421 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): Use
3422 FOR_EACH_LOOP_BREAK.
3423
3424 2012-08-16 Diego Novillo <dnovillo@google.com>
3425
3426 PR bootstrap/54281
3427 * double-int.h: Move including of gmp.h ...
3428 * system.h: ... here.
3429 * realmpfr.h: Do not include gmp.h.
3430 * tree-ssa-loop-niter.c: Do not include gmp.h.
3431
3432 2012-08-16 Steven Bosscher <steven@gcc.gnu.org>
3433
3434 PR middle-end/54146
3435 * tree-flow.h (compute_global_livein): Remove prototype.
3436 * tree-into-ssa.c (compute_global_livein): Remove function.
3437 * tree-ssa-loop-manip.c: Include gimple-pretty-print.h.
3438 (find_sibling_superloop): New function.
3439 (compute_live_loop_exits): New function.
3440 (add_exit_phis_edge): Rename to add_exit_phi. Do not allow
3441 inserting a PHI in a block that is not a loop exit for VAR.
3442 Add dumping if TDF_DETAILS.
3443 (add_exit_phis_var): Rewrite.
3444 (add_exit_phis): Update.
3445 (get_loops_exits): Rewrite to return an array of per-loop exits
3446 rather than one bitmap with all loop exits.
3447 (find_uses_to_rename_bb): Ignore virtual PHI nodes.
3448 (rewrite_into_loop_closed_ssa): Update.
3449
3450 2012-08-16 Nick Clifton <nickc@redhat.com>
3451
3452 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Cast _ascii_bytes
3453 before passing it to ASM_OUTPUT_LIMITED_STRING.
3454
3455 * config/bfin/bfin.c (hwloop_optimize): Fix use of VEC_last macro.
3456
3457 * config/avr/t-avr: Replace occurrences of $(CC) with $(COMPILER).
3458 * config/avr/avr.c (avr_legitimize_reload_address): Add casts
3459 for reload_type enums.
3460 (DEF_BUILTIN): Cast the icode to enum insn_code.
3461
3462 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
3463
3464 * config/rs6000/aix43.h (ASM_CPU_SPEC): Use %(asm_default)
3465 instead of -mppc.
3466 * config/rs6000/aix51.h (ASM_CPU_SPEC): Ditto.
3467
3468 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
3469
3470 * config/rs6000/aix43.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
3471 (RS6000_CALL_GLUE): Adjust for single assembler syntax.
3472 * config/rs6000/aix51.h (TARGET_DEFAULT, RS6000_CALL_GLUE): Ditto.
3473 * config/rs6000/aix52.h (TARGET_DEFAULT, RS6000_CALL_GLUE): Ditto.
3474 * config/rs6000/aix53.h (TARGET_DEFAULT, RS6000_CALL_GLUE): Ditto.
3475 * config/rs6000/aix61.h (TARGET_DEFAULT, RS6000_CALL_GLUE): Ditto.
3476 * config/rs6000/darwin.h (TARGET_DEFAULT): Ditto.
3477 * config/rs6000/darwin.md (whole file): Adjust to single
3478 assembler syntax.
3479 * config/rs6000/darwin64.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
3480 * config/rs6000/default64.h (TARGET_DEFAULT): Ditto.
3481 * config/rs6000/dfp.md: (whole file): Adjust to single
3482 assembler syntax.
3483 * config/rs6000/eabi.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
3484 * config/rs6000/eabialtivec.h (TARGET_DEFAULT): Ditto.
3485 * config/rs6000/eabispe.h (TARGET_DEFAULT): Ditto.
3486 * config/rs6000/linuxaltivec.h (TARGET_DEFAULT): Ditto.
3487 * config/rs6000/linuxspe.h (TARGET_DEFAULT): Ditto.
3488 * config/rs6000/rs6000-cpus.def (whole file): Delete POWERPC_BASE_MASK.
3489 * config/rs6000/rs6000-tables.opt: Regenerate.
3490 * config/rs6000/rs6000.c (POWERPC_BASE_MASK): Delete.
3491 (num_insns_constant_wide): Adjust comments.
3492 (whole file): Adjust to single assembler syntax.
3493 (output_cbranch): Adjust comment.
3494 * config/rs6000/rs6000.h (ASSEMBLER_DIALECT): Delete.
3495 * config/rs6000/rs6000.md: (whole file): Adjust to single
3496 assembler syntax.
3497 * config/rs6000/rs6000.opt (mnew-mnemonics): Delete.
3498 (mold-mnemonics): Delete.
3499 * config/rs6000/spe.md: (whole file): Adjust to single
3500 assembler syntax.
3501 * config/rs6000/sync.md: (whole file): Adjust to single
3502 assembler syntax.
3503 * config/rs6000/sysv4.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
3504 (ASM_OUTPUT_REG_PUSH): Adjust.
3505 (ASM_OUTPUT_REG_POP): Adjust.
3506 * config/rs6000/sysv4le.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
3507 * config/rs6000/vsx.md: (whole file): Adjust to single
3508 assembler syntax.
3509 * config/rs6000/vxworks.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
3510 * doc/invoke.texi: Adjust documentation to reflect the
3511 removal of -mnew-mnemonics and -mold-mnemonics.
3512
3513 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
3514
3515 * common/config/rs6000/rs6000-common.c (rs6000_handle_option):
3516 Delete handling for -mno-powerpc and -mpowerpc.
3517 * config/rs6000/aix43.h (ASM_CPU_SPEC): Similar.
3518 (ASM_DEFAULT_SPEC): Use -mppc instead of -mcom.
3519 * config/rs6000/aix51.h (ASM_CPU_SPEC, ASM_DEFAULT_SPEC): Ditto.
3520 * config/rs6000/aix52.h (TARGET_DEFAULT): Delete MASK_POWERPC.
3521 * config/rs6000/aix53.h (TARGET_DEFAULT): Ditto.
3522 * config/rs6000/aix61.h (TARGET_DEFAULT): Ditto.
3523 * config/rs6000/darwin.h (TARGET_DEFAULT): Ditto.
3524 * config/rs6000/darwin64.h (TARGET_DEFAULT): Ditto.
3525 * config/rs6000/default64.h (TARGET_DEFAULT): Ditto.
3526 * config/rs6000/driver-rs6000.c (asm_names): Delete handling
3527 for -mcpu=common and -mpowerpc.
3528 * config/rs6000/eabi.h (TARGET_DEFAULT): Delete MASK_POWERPC.
3529 * config/rs6000/eabialtivec.h (TARGET_DEFAULT): Ditto.
3530 * config/rs6000/eabispe.h (TARGET_DEFAULT): Ditto.
3531 * config/rs6000/linuxaltivec.h (TARGET_DEFAULT): Ditto.
3532 * config/rs6000/linuxspe.h (TARGET_DEFAULT): Ditto.
3533 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING):
3534 Use RS6000_BTM_ALWAYS instead of RS6000_BTM_POWERPC.
3535 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Adjust.
3536 (rs6000_cpu_cpp_builtins): Adjust.
3537 * config/rs6000/rs6000.c (POWERPC_BASE_MASK): Delete MASK_POWERPC.
3538 (rs6000_builtin_mask_calculate): Adjust.
3539 (rs6000_emit_move): Delete code for ! TARGET_POWERPC.
3540 (rs6000_init_libfuncs): Ditto.
3541 (rs6000_output_function_prologue): Ditto.
3542 (rs6000_opt_masks): Delete MASK_POWERPC.
3543 (rs6000_builtin_mask_names): Delete RS6000_BTM_POWERPC.
3544 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Delete handling for -mpowerpc.
3545 (RS6000_BTM_POWERPC): Delete.
3546 (RS6000_BTM_COMMON): Delete RS6000_BTM_POWERPC.
3547 * config/rs6000/rs6000.md (extendqisi2 patterns): Adjust for
3548 TARGET_POWERPC always on.
3549 (extendqihi2 patterns): Similar.
3550 (various unnamed subtract patterns): Similar.
3551 (bswaphi2 patterns): Similar.
3552 (divmodsi4): Similar.
3553 (udiv<GPR:mode>3): Similar.
3554 (div<GPR:mode>3 patterns): Similar.
3555 (udivmodsi4): Similar.
3556 (mulhcall): Delete.
3557 (mullcall): Delete.
3558 (divss_call): Delete.
3559 (divus_call): Delete.
3560 (quoss_call): Delete.
3561 (quous_call): Delete.
3562 (insvsi patterns): Adjust.
3563 (addsf3 patterns): Adjust.
3564 (subsf3 patterns): Adjust.
3565 (mulsf3 patterns): Adjust.
3566 (divsf3 patterns): Adjust.
3567 (*fmasf4_fpr): Adjust.
3568 (*fmssf4_fpr): Adjust.
3569 (*nfmasf4_fpr): Adjust.
3570 (*nfmssf4_fpr): Adjust.
3571 (*floatunssidf2_internal): Adjust.
3572 (fix_trunc<SFDF:mode>si2_internal): Adjust.
3573 (fctiwz_<SFDF:mode>): Adjust.
3574 (mulsidi3 patterns): Adjust.
3575 (smulsi3_highpart patterns): Adjust.
3576 (umulsi3_highpart patterns): Adjust.
3577 (fix_trunctfsi2 patterns): Adjust.
3578 (prefetch): Adjust.
3579 * config/rs6000/rs6000.opt (mpowerpc): Replace by stub option.
3580 (mno-powerpc): Delete.
3581 * config/rs6000/sync.md (load_locked<ATOMIC:mode>): Adjust.
3582 (store_conditional<ATOMIC:mode>): Adjust.
3583 (atomic_compare_and_swap<ATOMIC:mode>): Adjust.
3584 (atomic_exchange<ATOMIC:mode>): Adjust.
3585 (atomic_<fetchop_name><ATOMIC:mode>): Adjust.
3586 (atomic_nand<ATOMIC:mode>): Adjust.
3587 (atomic_fetch_<fetchop_name><ATOMIC:mode>): Adjust.
3588 (atomic_fetch_nand<ATOMIC:mode>): Adjust.
3589 (atomic_<fetchop_name>_fetch<ATOMIC:mode>): Adjust.
3590 (atomic_nand_fetch<ATOMIC:mode>): Adjust.
3591 * config/rs6000/sysv4.h (TARGET_DEFAULT): Delete MASK_POWERPC.
3592 * config/rs6000/sysv4le.h (TARGET_DEFAULT): Ditto.
3593 * config/rs6000/vxworks.h (TARGET_DEFAULT): Ditto.
3594 * doc/invoke.texi: Adjust documentation.
3595
3596 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
3597
3598 * config/rs6000/rs6000.h (RS6000_BTM_ALWAYS): New.
3599
3600 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
3601
3602 * config/rs6000/aix52.h (ASM_CPU_SPEC): Fix typo.
3603 * config/rs6000/aix53.h (ASM_CPU_SPEC): Ditto.
3604 * config/rs6000/aix61.h (ASM_CPU_SPEC): Ditto.
3605 * config/rs6000/driver-rs6000.c (asm_names): Ditto.
3606
3607 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
3608
3609 PR target/54142
3610 * config/rs6000/driver-rs6000.c (asm_names): Use %(asm_default)
3611 instead of -mcom.
3612 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Ditto.
3613
3614 2012-08-15 Sandra Loosemore <sandra@codesourcery.com>
3615 Maxim Kuvyrkov <maxim@codesourcery.com>
3616 Julian Brown <julian@codesourcery.com>
3617 MIPS Technologies, Inc.
3618
3619 * config/mips/mips.md (dspmac, dspmacsat, accext, accmod, dspalu)
3620 (dspalusat): Add insn types.
3621 * config/mips/mips-dsp.md (add<DSPV:mode>3)
3622 (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>)
3623 (sub<DSPV:mode>3, mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc)
3624 (mips_addwc, mips_modsub, mips_raddu_w_qb, mips_absq_s_<DSPQ:dspfmt2>)
3625 (mips_precrq_qb_ph, mips_precrq_ph_w, mips_precrq_rs_ph_w)
3626 (mips_precrqu_s_qb_ph, mips_preceq_w_phl, mips_preceq_w_phr)
3627 (mips_precequ_ph_qbl, mips_precequ_ph_qbr, mips_precequ_ph_qbla)
3628 (mips_precequ_ph_qbra, mips_preceu_ph_qbl, mips_preceu_ph_qbr)
3629 (mips_preceu_ph_qbla, mips_preceu_ph_qbra, mips_shll_<DSPV:dspfmt2>)
3630 (mips_shll_s_<DSPQ:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>, mips_shrl_qb)
3631 (mips_shra_ph, mips_shra_r_<DSPQ:dspfmt2>, mips_bitrev, mips_insv)
3632 (mips_repl_qb, mips_repl_ph)
3633 (mips_cmp<DSPV:dspfmt1_1>_eq_<DSPV:dspfmt2>)
3634 (mips_cmp<DSPV:dspfmt1_1>_lt_<DSPV:dspfmt2>)
3635 (mips_cmp<DSPV:dspfmt1_1>_le_<DSPV:dspfmt2>, mips_cmpgu_eq_qb)
3636 (mips_cmpgu_lt_qb, mips_cmpgu_le_qb, mips_pick_<DSPV:dspfmt2>)
3637 (mips_packrl_ph, mips_wrdsp, mips_rddsp): Change type to dspalu.
3638 (mips_dpau_h_qbl, mips_dpau_h_qbr, mips_dpsu_h_qbl, mips_dpsu_h_qbr)
3639 (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph)
3640 (mips_maq_s_w_phl, mips_maq_s_w_phr, mips_maq_sa_w_phr): Set type to
3641 dspmac.
3642 (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_sa_w_phl): Set type to
3643 dspmacsat.
3644 (mips_extr_w, mips_extr_r_w, mips_extr_rs_w, mips_extp, mips_extpdp):
3645 Set type to accext.
3646 (mips_shilo, mips_mthlip): Set type to accmod.
3647 * config/mips/mips-dspr2.md (mips_absq_s_qb, mips_addu_s_ph)
3648 (mips_adduh_r_qb): Set type to dspalusat.
3649 (mips_addu_ph, mips_adduh_qb, mips_append, mips_balign)
3650 (mips_cmpgdu_eq_qb, mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb)
3651 (mips_precr_qb_ph, mips_precr_sra_ph_w, mips_precr_sra_r_ph_w)
3652 (mips_prepend, mips_shra_qb, mips_shra_r_qb, mips_shrl_ph)
3653 (mips_subu_ph, mips_subuh_qb, mips_subuh_r_qb, mips_addqh_ph)
3654 (mips_addqh_r_ph, mips_addqh_w, mips_addqh_r_w, mips_subqh_ph)
3655 (mips_subqh_r_ph, mips_subqh_w, mips_subqh_r_w): Set type to dspalu.
3656 (mips_dpa_w_ph, mips_dps_w_ph, mips_mulsa_w_ph, mips_dpax_w_ph)
3657 (mips_dpsx_w_ph, mips_dpaqx_s_w_ph, mips_dpsqx_s_w_ph): Set type to
3658 dspmac. Set accum_in attribute.
3659 (mips_subu_s_ph): Set type to dspalusat.
3660 (mips_dpaqx_sa_w_ph, mips_dpsqx_sa_w_ph): Set type to dspmacsat.
3661 Set accum_in attribute.
3662 * config/mips/mips-protos.h (mips_dspalu_bypass_p): Add prototype.
3663 * config/mips/mips.c (dspalu_bypass_table): New.
3664 (mips_dspalu_bypass_p): New.
3665 * config/mips/24k.md (r24k_dsp_alu, r24k_dsp_mac, r24k_dsp_mac_sat)
3666 (r24k_dsp_acc_ext, r24k_dsp_acc_mod): New insn reservations.
3667 (r24k_int_mult, r24k_int_mthilo, r24k_dsp_mac, r24k_dsp_mac_sat)
3668 (r24k_dsp_acc_ext, r24k_dsp_acc_mod, r24k_dsp_alu): New bypasses.
3669 * config/mips/74k.md (r74k_dsp_alu, r74k_dsp_alu_sat, r74k_dsp_mac)
3670 (r74k_dsp_mac_sat, r74k_dsp_acc_ext, r74k_dsp_acc_mod): New insn
3671 reservations.
3672 (r74k_dsp_mac, r74k_dsp_mac_sat, r74k_int_mult, r74k_int_mul3)
3673 (r74k_dsp_mac, r74k_dsp_mac_sat): New bypasses.
3674
3675 2012-08-15 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3676
3677 * config/spu/spu.c: Include "cfgloop.h".
3678 (spu_machine_dependent_reorg): Call loop_optimizer_init and
3679 loop_optimizer_finalize. Use bb_loop_depth instead of loop_depth.
3680 Directly compare loop_father values where appropriate.
3681 * config/spu/t-spu-elf (spu.o): Update dependencies.
3682
3683 2012-08-15 H.J. Lu <hongjiu.lu@intel.com>
3684
3685 * Makefile.in (tree-cfg.o): Also depend on $(TARGET_H).
3686
3687 2012-08-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3688
3689 PR tree-optimization/54245
3690 * gimple-ssa-strength-reduction.c (legal_cast_p_1): New function.
3691 (legal_cast_p): Split out logic to legal_cast_p_1.
3692 (analyze_increments): Avoid introducing multiplies in smaller types.
3693
3694 2012-08-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3695
3696 PR tree-optimization/54240
3697 * tree-ssa-phiopt.c (hoist_adjacent_loads): Correct test for
3698 existence of conditional move with given mode.
3699
3700 2012-08-15 Richard Guenther <rguenther@suse.de>
3701
3702 * double-int.h (double_int::from_unsigned): Rename to ...
3703 (double_int::from_uhwi): ... this.
3704 (double_int::from_signed): Rename to ...
3705 (double_int::from_shwi): ... this.
3706 (double_int::to_signed): Rename to ...
3707 (double_int::to_shwi): ... this.
3708 (double_int::to_unsigned): Rename to ...
3709 (double_int::to_uhwi): ... this.
3710 (double_int::fits_unsigned): Rename to ...
3711 (double_int::fits_uhwi): ... this.
3712 (double_int::fits_signed): Rename to ...
3713 (double_int::fits_shwi): ... this.
3714 (double_int::fits): Rename to ...
3715 (double_int::fits_hwi): ... this.
3716 * double-int.c: Likewise.
3717
3718 2012-08-15 Steven Bosscher <steven@gcc.gnu.org>
3719
3720 * timevar.def (TV_VARPOOL, TV_WHOPR_WPA_LTRANS_EXEC, TV_LIFE,
3721 TV_LIFE_UPDATE, TV_DF_UREC, TV_INLINE_HEURISTICS,
3722 TV_TREE_LINEAR_TRANSFORM, TV_TREE_LOOP_INIT, TV_TREE_LOOP_FINI,
3723 TV_VPT, TV_LOCAL_ALLOC, TV_GLOBAL_ALLOC, TV_SEQABSTR): Remove.
3724 (TV_IPA_INLINING, TV_FLATTEN_INLINING, TV_EARLY_INLINING,
3725 TV_INLINE_PARAMETERS, TV_LOOP_INIT, TV_LOOP_FINI): New.
3726 * timevar.c (timevar_print): Make printing width of timevar names
3727 more flexible, but enforce maximum length.
3728 * ipa-inline.c (pass_early_inline): Use TV_EARLY_INLINING.
3729 (pass_ipa_inline): Use TV_IPA_INLINING.
3730 * ipa-inline-analysis.c (pass_inline_parameters): Use
3731 TV_INLINE_HEURISTICS.
3732 * tree-ssa-loop.c (pass_tree_loop_init): No timevar for wrapper pass.
3733 (pass_tree_loop_done): Likewise.
3734 * final.c (pass_shorten_branches): Use TV_SHORTEN_BRANCH.
3735 * loop-init.c (loop_optimizer_init): Push/pop TV_LOOP_INIT.
3736 (loop_optimizer_finalize): Push/pop TV_LOOP_FINI.
3737
3738 2012-08-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3739
3740 * config/arm/neon.md (neon_vaba<mode> VDQIW): Canonicalize operands.
3741 (neon_vabal<mode> VDQIW): Likewise.
3742
3743 2012-08-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3744
3745 PR target/54212
3746 * config/arm/neon.md (vec_set<mode>_internal VD,VQ): Do not
3747 mark as predicable. Adjust asm template.
3748 (vec_setv2di_internal): Likewise.
3749 (vec_extract<mode> VD, VQ): Likewise.
3750 (vec_extractv2di): Likewise.
3751 (neon_vget_lane<mode>_sext_internal VD, VQ): Likewise.
3752 (neon_vset_lane<mode>_sext_internal VD, VQ): Likewise.
3753 (neon_vdup_n<mode> VX, V32): Likewise.
3754 (neon_vdup_nv2di): Likewise.
3755
3756 2012-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3757
3758 * config/mips/mips.md (define_attr accum_in): New instruction
3759 attribute. Set it for imadd and fmadd patterns.
3760 * config/mips/mips.c (mips_linked_madd_p): Use accum_in to extract
3761 accumulator register.
3762
3763 2012-08-14 Diego Novillo <dnovillo@google.com>
3764
3765 Merge from cxx-conversion branch. Configury.
3766
3767 * configure.ac (CXX_FOR_BUILD): Define and substitute.
3768 (BUILD_CXXFLAGS): Define.
3769 Remove all handlers of ENABLE_BUILD_WITH_CXX.
3770 Force all build to be with C++.
3771 * Makefile.in (BUILD_CXXFLAGS): Use it.
3772 Remove all handlers of ENABLE_BUILD_WITH_CXX.
3773 * configure: Regenerate.
3774 * config.in: Regenerate.
3775 * doc/install.texi: Remove documentation for --enable-build-with-cxx
3776 and --enable-build-poststage1-with-cxx.
3777
3778 2012-08-14 Diego Novillo <dnovillo@google.com>
3779
3780 Merge from cxx-conversion branch. Re-implement VEC in C++.
3781
3782 * vec.c (vec_heap_free): Convert into a template function.
3783 (vec_gc_o_reserve_1): Make extern.
3784 (vec_gc_p_reserve): Remove.
3785 (vec_gc_p_reserve_exact): Remove.
3786 (vec_gc_o_reserve): Remove.
3787 (vec_gc_o_reserve_exact): Remove.
3788 (vec_heap_o_reserve_1): Make extern.
3789 (vec_heap_p_reserve): Remove.
3790 (vec_heap_p_reserve_exact): Remove.
3791 (vec_heap_o_reserve): Remove.
3792 (vec_heap_o_reserve_exact): Remove.
3793 (vec_stack_p_reserve): Remove.
3794 (vec_stack_p_reserve_exact): Remove.
3795 * vec.h (VEC_CHECK_INFO, VEC_CHECK_DECL, VEC_CHECK_PASS, VEC_ASSERT,
3796 VEC_ASSERT_FAIL, vec_assert_fail): Move earlier in the file.
3797 (VEC): Define to vec_t<T>.
3798 (vec_allocation_t): Define.
3799 (struct vec_prefix): Move earlier in the file.
3800 (vec_t<T>): New template.
3801 (DEF_VEC_I, DEF_VECL_ALLOC_I, DEF_VEC_P, DEF_VEC_ALLOC_P,
3802 DEF_VEC_O, DEF_VEC_ALLOC_P, DEF_VEC_O, DEF_VEC_ALLOC_O,
3803 DEF_VEC_ALLOC_P_STACK, DEF_VEC_ALLOC_O_STACK,
3804 DEF_VEC_ALLOC_I_STACK): Expand to 'struct vec_swallow_trailing_semi'.
3805 (DEF_VEC_A): Provide template instantiations for
3806 GC/PCH markers that do not traverse the vector.
3807 (vec_stack_p_reserve): Remove.
3808 (vec_stack_p_reserve_exact): Remove.
3809 (vec_stack_p_reserve_exact_1): Remove.
3810 (vec_stack_o_reserve): Remove.
3811 (vec_stack_o_reserve_exact): Remove.
3812 (vec_stack_free): Re-write as a template function.
3813 (vec_reserve): New template function.
3814 (vec_reserve_exact): New template function.
3815 (vec_heap_free): New template function if GATHER_STATISTICS is
3816 defined. Otherwise, macro that expands to free().
3817 (VEC_length_1): New template function.
3818 (VEC_length): Call it.
3819 (VEC_empty_1): New template function.
3820 (VEC_empty): Call it.
3821 (VEC_address_1): New template function.
3822 (VEC_address): Call it.
3823 (VEC_last_1): New template function.
3824 (VEC_last): Call it. Change return type to T&.
3825 Change all users that used VEC_Os.
3826 (VEC_index_1): New template function.
3827 (VEC_index): Call it. Return a T& instead of a T*.
3828 Update all callers that were using VEC_O before.
3829 (VEC_iterate_1): New template function.
3830 (VEC_iterate): Call it.
3831 (VEC_embedded_size_1): New template function.
3832 (VEC_embedded_size): Call it.
3833 (VEC_embedded_init_1): New template function.
3834 (VEC_embedded_init): Call it.
3835 (VEC_alloc_1): New template function.
3836 (VEC_alloc): Call it. If A is 'stack', call XALLOCAVAR to
3837 do the allocation.
3838 (VEC_free_1): New template function.
3839 (VEC_free): Call it.
3840 (VEC_copy_1): New template function.
3841 (VEC_copy): Call it.
3842 (VEC_space_1): New template function
3843 (VEC_space): Call it.
3844 (VEC_reserve_1): New template function.
3845 (VEC_reserve): Call it.
3846 (VEC_reserve_exact_1): New template function.
3847 (VEC_reserve_exact): Call it.
3848 (VEC_splice_1): New template function.
3849 (VEC_splice): Call it.
3850 (VEC_safe_splice_1): New template function.
3851 (VEC_safe_splice): Call it.
3852 (VEC_quick_push_1): New template function. Create two overloads, one
3853 accepting T, the other accepting T *. Update all callers
3854 where T and T * are ambiguous.
3855 (VEC_quick_push): Call it.
3856 (VEC_safe_push_1): New template function. Create two overloads, one
3857 accepting T, the other accepting T *. Update all callers
3858 where T and T * are ambiguous.
3859 (VEC_safe_push): Call it.
3860 (VEC_pop_1): New template function.
3861 (VEC_pop): Call it.
3862 (VEC_truncate_1): New template function.
3863 (VEC_truncate): Call it.
3864 (VEC_safe_grow_1): New template function.
3865 (VEC_safe_grow): Call it.
3866 (VEC_safe_grow_cleared_1): New template function.
3867 (VEC_safe_grow_cleared): Call it.
3868 (VEC_replace_1): New template function.
3869 (VEC_replace): Call it. Always accept T instead of T*.
3870 Update all callers that used VEC_Os.
3871 (VEC_quick_insert_1): New template function.
3872 (VEC_quick_insert): Call it.
3873 (VEC_safe_insert_1): New template function.
3874 (VEC_safe_insert): Call it.
3875 (VEC_ordered_remove_1): New template function.
3876 (VEC_ordered_remove): Call it.
3877 (VEC_unordered_remove_1): New template function.
3878 (VEC_unordered_remove): Call it.
3879 (VEC_block_remove_1): New template function.
3880 (VEC_block_remove): Call it.
3881 (VEC_lower_bound_1): New template function.
3882 (VEC_lower_bound): Call it.
3883 (VEC_OP): Remove.
3884 (DEF_VEC_FUNC_P): Remove.
3885 (DEF_VEC_ALLOC_FUNC_P): Remove.
3886 (DEF_VEC_NONALLOC_FUNCS_P): Remove.
3887 (DEF_VEC_FUNC_O): Remove.
3888 (DEF_VEC_ALLOC_FUNC_O): Remove.
3889 (DEF_VEC_NONALLOC_FUNCS_O): Remove.
3890 (DEF_VEC_ALLOC_FUNC_I): Remove.
3891 (DEF_VEC_NONALLOC_FUNCS_I): Remove.
3892 (DEF_VEC_ALLOC_FUNC_P_STACK): Remove.
3893 (DEF_VEC_ALLOC_FUNC_O_STACK): Remove.
3894 (DEF_VEC_ALLOC_FUNC_I_STACK): Remove.
3895 (vec_reserve_exact): New template function.
3896
3897 * gengtype-lex.l (DEF_VEC_ALLOC_[IOP]/{EOID}): Remove.
3898 * gengtype-parse.c (token_names): Remove DEF_VEC_ALLOC_[IOP].
3899 (typedef_name): Emit vec_t<C1> instead of VEC_C1_C2.
3900 (def_vec_alloc): Remove. Update all callers.
3901 * gengtype.c (filter_type_name): New.
3902 (output_mangled_typename): Call it.
3903 (write_func_for_structure): Likewise.
3904 (write_types): Likewise.
3905 (write_root): Likewise.
3906 (write_typed_alloc_def): Likewise.
3907 (note_def_vec): Emit vec_t<TYPE_NAME> instead of VEC_TYPE_NAME_base.
3908 (note_def_vec_alloc): Remove.
3909 * gengtype.h (note_def_vec_alloc): Remove.
3910 (DEFVEC_ALLOC): Remove token code.
3911
3912 * df-scan.c (df_bb_verify): Remove call to df_free_collection_rec
3913 inside the insn traversal loop.
3914 * gimplify.c (gimplify_compound_lval): Rename STACK to EXPR_STACK.
3915 * ipa-inline.c (inline_small_functions): Rename HEAP to EDGE_HEAP.
3916 * reg-stack.c (stack): Rename to STACK_PTR. Update all users.
3917 * tree-vrp.c (stack): Rename to EQUIV_STACK. Update all users.
3918
3919 * config/bfin/bfin.c (hwloop_optimize): Update some calls to
3920 VEC_* for vectors of non-pointers.
3921 * config/c6x/c6x.c (try_rename_operands): Likewise.
3922 (reshuffle_units): Likewise.
3923 * config/mips/mips.c (mips_multi_start): Likewise.
3924 (mips_multi_add): Likewise.
3925 (mips_multi_copy_insn): Likewise.
3926 (mips_multi_set_operand): Likewise.
3927 * hw-doloop.c (discover_loop): Likewise.
3928 (discover_loops): Likewise.
3929 (reorg_loops): Likewise.
3930
3931 2012-08-14 Diego Novillo <dnovillo@google.com>
3932
3933 Merge from cxx-conversion branch. C++ support in gengtype.
3934
3935 * coretypes.h (gt_pointer_operator): Move from ...
3936 * ggc.h: ... here.
3937 * doc/gty.texi: Document support for C++ templates and
3938 user-provided markers.
3939 * gcc/gengtype-lex.l: Update copyright year.
3940 Remove support for recognizing DEF_VEC_O, DEF_VEC_P and DEFVEC_I.
3941 * gengtype-parse.c: Update copyright year.
3942 (token_names): Remove DEF_VEC_O, DEF_VEC_P and DEF_VEC_I.
3943 (require_template_declaration): New.
3944 (typedef_name): Call it.
3945 (type): Replace IS_UNION with KIND. Replace all users.
3946 (def_vec): Remove. Update all users.
3947 * gengtype-state.c (type_lineloc): Handle TYPE_USER_STRUCT.
3948 (write_state_user_struct_type): New.
3949 (write_state_type): Call it.
3950 (read_state_user_struct_type): New.
3951 (read_state_type): Call it.
3952 * gengtype.c: Update copyright year.
3953 (dump_pair): Move declaration to the top.
3954 (dump_type): Likewise.
3955 (dump_type_list): Likewise.
3956 (dbgprint_count_type_at): Handle TYPE_USER_STRUCT.
3957 (create_user_defined_type): New.
3958 (resolve_typedef): Call it.
3959 (new_structure): Replace argument ISUNION with KIND.
3960 Change users to refer to KIND directly.
3961 Update all callers.
3962 (find_structure): Likewise.
3963 (set_gc_used_type): Handle TYPE_USER_STRUCT.
3964 (create_file): Update HDR to include new copyright year.
3965 (struct walk_type_data): Add field IN_PTR_FIELD.
3966 (output_mangled_typename): Handle TYPE_USER_STRUCT.
3967 (walk_type): Set D->IN_PTR_FIELD when walking a TYPE_POINTER.
3968 Clear it afterwards.
3969 Handle TYPE_USER_STRUCT.
3970 (write_types_process_field): Handle TYPE_USER_STRUCT.
3971 (get_type_specifier): Move earlier in the file.
3972 (write_type_decl): New.
3973 (write_marker_function_name): New.
3974 (write_user_func_for_structure_ptr): New.
3975 (write_user_func_for_structure_body): New.
3976 (write_user_marking_functions): New.
3977 (write_func_for_structure): Call write_marker_function_name
3978 and write_type_decl.
3979 Do not call walk_type for TYPE_USER_STRUCT. Emit a call to the user
3980 function directly.
3981 Call write_user_marking_functions on TYPE_USER_STRUCTs.
3982 (write_types_local_user_process_field): New.
3983 (write_pch_user_walking_for_structure_body): New.
3984 (write_pch_user_walking_functions): New.
3985 (write_types_local_process_field): Handle TYPE_USER_STRUCT.
3986 (write_local_func_for_structure): Do not call walk_type for
3987 TYPE_USER_STRUCT. Instead, emit the call to gt_pch_nx directly.
3988 Call write_pch_user_walking_functions for TYPE_USER_STRUCTs.
3989 (write_root): Handle TYPE_USER_STRUCT.
3990 (vec_prefix_type): Remove. Update all users.
3991 (note_def_vec): Remove. Update all users.
3992 (dump_typekind): Handle TYPE_USER_STRUCT.
3993 (dump_type): Initialize SEEN_TYPES, if needed.
3994 Handle TYPE_USER_STRUCT.
3995 (dump_everything): Do not initialize SEEN_TYPES.
3996 * gengtype.h: Update copyright year.
3997 (enum typekind): Add TYPE_USER_STRUCT.
3998 (union_or_struct_p): Rename from UNION_OR_STRUCT_P.
3999 Convert into function.
4000 Add an overload taking const_type_p.
4001 Update all callers.
4002 (new_structure): Change second field to type enum typekind.
4003 Update all users.
4004 (find_structure): Likewise.
4005 (note_def_vec): Remove.
4006 (DEFVEC_OP): Remove.
4007 (DEFVEC_I): Remove.
4008 * ggc-page.c (gt_ggc_mx): Add entry points for marking
4009 'const char *&', 'unsigned char *&' and 'unsigned char&'.
4010 * ggc-zone.c (gt_ggc_mx): Add entry points for marking
4011 'const char *&' and 'unsigned char *&'.
4012 * stringpool.c (gt_pch_nx): Add entry points for marking
4013 'const char *&', 'unsigned char *&' and 'unsigned char&'.
4014 Add an entry point for the overload taking arguments 'unsigned char
4015 *', 'gt_pointer_operator' and 'void *'.
4016 * vec.h (struct vec_prefix): Remove GTY marker.
4017 (struct vec_t): Remove GTY((length)) attribute from field 'vec'.
4018 (gt_ggc_mx (vec_t<T> *)): New template function.
4019 (gt_pch_nx (vec_t<T> *)): New template function.
4020 (gt_pch_nx (vec_t<T *> *, gt_pointer_operator, void *)): New template
4021 function.
4022 (gt_pch_nx (vec_t<T> *, gt_pointer_operator, void *)): New template
4023 function.
4024
4025 * basic-block.h (struct edge_def): Mark GTY((user)).
4026 Remove all GTY markers from fields.
4027 (gt_ggc_mx): Declare.
4028 (gt_pch_nx): Declare.
4029 * tree-cfg.c (gt_ggc_mx): New.
4030 (gt_pch_nx): New.
4031
4032 * gengtype-lex.l (USER_GTY): Add pattern for "user".
4033 * gengtype-parse.c (option): Handle USER_GTY.
4034 (opts_have): New.
4035 (type): Call it.
4036 If the keyword 'user' is used, do not walk the fields
4037 of the structure.
4038 * gengtype.h (USER_GTY): Add.
4039 * doc/gty.texi: Update.
4040
4041 2012-08-14 Lawrence Crowl <crowl@google.com>
4042
4043 Merge cxx-conversion branch. Implement C++ hash table.
4044
4045 * hash-table.h: New. Implementation borrowed from libiberty/hashtab.c.
4046 * hash-table.c: Likewise.
4047 * tree-ssa-tail-merge.c: Include hash-table.h instead of hashtab.h.
4048 (static htab_t same_succ_htab): Change type to hash_table;
4049 move specification of helper functions from create call to declaration.
4050 Change users to invoke member functions.
4051 (same_succ_print_traverse): Make extern ssa_.... Change callers.
4052 Remove void* casting.
4053 (same_succ_hash): Likewise.
4054 (same_succ_equal): Likewise.
4055 (same_succ_delete): Likewise.
4056 * tree-ssa-threadupdate.c: Include hash-table.h.
4057 (struct local_info): Rename to ssa_local_info_t to avoid overloading
4058 the type name local_info with the variable name local_info.
4059 (static htab_t redirection_data): Change type to hash_table.
4060 Move specification of helper functions from create call to declaration.
4061 Change users to invoke member functions.
4062 (redirection_data_hash): Make extern ssa_.... Change callers.
4063 Remove void* casting.
4064 (redirection_data_eq): Likewise.
4065 (fix_duplicate_block_edges): Likewise.
4066 (create_duplicates): Likewise.
4067 (fixup_template_block): Likewise.
4068 (redirect_edges): Likewise.
4069 (lookup_redirection_data): Change types associated with the hash table
4070 from void* to their actual type. Remove unnecessary casts.
4071 * tree-ssa-ccp.c: Include hash-table.h.
4072 (typedef gimple_htab): New. Uses hash_table. Replace specific uses
4073 of htab_t with gimple_htab. Change users to invoke member functions.
4074 Move specification of helper functions from create call to declaration.
4075 * tree-ssa-coalesce.c: Include hash-table.h instead of hashtab.h.
4076 (hash_ssa_name_by_var): Make extern. Remove void* casting.
4077 (eq_ssa_name_by_var): Likewise.
4078 (coalesce_ssa_name): Change type of local static htab_t ssa_name_hash
4079 to hash_table. Change users to invoke member functions.
4080 Move specification of helper functions from create call to declaration.
4081 * coverage.c: Include hash-table.h instead of hashtab.h.
4082 (static htab_t counts_hash): Change type to hash_table;
4083 move specification of helper functions from create call to declaration.
4084 Change users to invoke member functions.
4085 (htab_counts_entry_hash): Make extern. Rename with coverage_... instead
4086 of htab_... Remove void* casting.
4087 (htab_counts_entry_eq): Likewise.
4088 (htab_counts_entry_del): Likewise.
4089 * tree-ssa-pre.c: Include hash-table.h instead of hashtab.h.
4090 (static htab_t expression_to_id): Change type to hash_table.
4091 Move specification of helper functions from create call to declaration.
4092 Change users to invoke member functions.
4093 (static htab_t phi_translate_table): Likewise.
4094 (pre_expr_eq): Make extern ssa_.... Change callers.
4095 Remove void* casting.
4096 (pre_expr_hash): Likewise.
4097 (expr_pred_trans_hash): Likewise.
4098 (expr_pred_trans_eq): Likewise.
4099 (alloc_expression_id): Change types associated with the hash table
4100 from void* to their actual type. Remove unnecessary casts.
4101 (lookup_expression_id): Likewise.
4102 (phi_trans_lookup): Likewise.
4103 (phi_trans_add): Likewise.
4104 * stringpool.c: Rename uses of libcpp typedef hash_table to
4105 cpp_hash_table.
4106 * Makefile.in: Add hash-table.o to OBJS-libcommon-target.
4107 Add $(HASH_TABLE_H). Add new dependences on $(HASH_TABLE_H).
4108
4109 2012-08-14 Lawrence Crowl <crowl@google.com>
4110
4111 Merge from cxx-conversion branch. Re-write double_int in C++.
4112
4113 * hash-table.h
4114 (typedef double_int): Change to struct (POD).
4115 (double_int::make): New overloads for int to double-int conversion.
4116 (double_int::mask): New.
4117 (double_int::max_value): New.
4118 (double_int::min_value): New.
4119 (double_int::operator ++): New.
4120 (double_int::operator --): New.
4121 (double_int::operator *=): New.
4122 (double_int::operator +=): New.
4123 (double_int::operator -=): New.
4124 (double_int::to_signed): New.
4125 (double_int::to_unsigned): New.
4126 (double_int::fits_unsigned): New.
4127 (double_int::fits_signed): New.
4128 (double_int::fits): New.
4129 (double_int::trailing_zeros): New.
4130 (double_int::popcount): New.
4131 (double_int::multiple_of): New.
4132 (double_int::set_bit): New.
4133 (double_int::mul_with_sign): New.
4134 (double_int::operator * (binary)): New.
4135 (double_int::operator + (binary)): New.
4136 (double_int::operator - (binary)): New.
4137 (double_int::operator - (unary)): New.
4138 (double_int::operator ~ (unary)): New.
4139 (double_int::operator & (binary)): New.
4140 (double_int::operator | (binary)): New.
4141 (double_int::operator ^ (binary)): New.
4142 (double_int::and_not): New.
4143 (double_int::lshift): New.
4144 (double_int::rshift): New.
4145 (double_int::alshift): New.
4146 (double_int::arshift): New.
4147 (double_int::llshift): New.
4148 (double_int::lrshift): New.
4149 (double_int::lrotate): New.
4150 (double_int::rrotate): New.
4151 (double_int::div): New.
4152 (double_int::sdiv): New.
4153 (double_int::udiv): New.
4154 (double_int::mod): New.
4155 (double_int::smod): New.
4156 (double_int::umod): New.
4157 (double_int::divmod): New.
4158 (double_int::sdivmod): New.
4159 (double_int::udivmod): New.
4160 (double_int::ext): New.
4161 (double_int::zext): New.
4162 (double_int::sext): New.
4163 (double_int::is_zero): New.
4164 (double_int::is_one): New.
4165 (double_int::is_minus_one): New.
4166 (double_int::is_negative): New.
4167 (double_int::cmp): New.
4168 (double_int::ucmp): New.
4169 (double_int::scmp): New.
4170 (double_int::ult): New.
4171 (double_int::ugt): New.
4172 (double_int::slt): New.
4173 (double_int::sgt): New.
4174 (double_int::max): New.
4175 (double_int::smax): New.
4176 (double_int::umax): New.
4177 (double_int::min): New.
4178 (double_int::smin): New.
4179 (double_int::umin): New.
4180 (double_int::operator ==): New.
4181 (double_int::operator !=): New.
4182 (shwi_to_double_int): Change implementation to use member function.
4183 (double_int_minus_one): Likewise.
4184 (double_int_zero): Likewise.
4185 (double_int_one): Likewise.
4186 (double_int_two): Likewise.
4187 (double_int_ten): Likewise.
4188 (uhwi_to_double_int): Likewise.
4189 (double_int_to_shwi): Likewise.
4190 (double_int_to_uhwi): Likewise.
4191 (double_int_fits_in_uhwi_p): Likewise.
4192 (double_int_fits_in_shwi_p): Likewise.
4193 (double_int_fits_in_hwi_p): Likewise.
4194 (double_int_mul): Likewise.
4195 (double_int_mul_with_sign): Likewise.
4196 (double_int_add): Likewise.
4197 (double_int_sub): Likewise.
4198 (double_int_neg): Likewise.
4199 (double_int_div): Likewise.
4200 (double_int_sdiv): Likewise.
4201 (double_int_udiv): Likewise.
4202 (double_int_mod): Likewise.
4203 (double_int_smod): Likewise.
4204 (double_int_umod): Likewise.
4205 (double_int_divmod): Likewise.
4206 (double_int_sdivmod): Likewise.
4207 (double_int_udivmod): Likewise.
4208 (double_int_multiple_of): Likewise.
4209 (double_int_setbit): Likewise.
4210 (double_int_ctz): Likewise.
4211 (double_int_not): Likewise.
4212 (double_int_ior): Likewise.
4213 (double_int_and): Likewise.
4214 (double_int_and_not): Likewise.
4215 (double_int_xor): Likewise.
4216 (double_int_lshift): Likewise.
4217 (double_int_rshift): Likewise.
4218 (double_int_lrotate): Likewise.
4219 (double_int_rrotate): Likewise.
4220 (double_int_cmp): Likewise.
4221 (double_int_scmp): Likewise.
4222 (double_int_ucmp): Likewise.
4223 (double_int_max): Likewise.
4224 (double_int_smax): Likewise.
4225 (double_int_umax): Likewise.
4226 (double_int_min): Likewise.
4227 (double_int_smin): Likewise.
4228 (double_int_umin): Likewise.
4229 (double_int_ext): Likewise.
4230 (double_int_sext): Likewise.
4231 (double_int_zext): Likewise.
4232 (double_int_mask): Likewise.
4233 (double_int_max_value): Likewise.
4234 (double_int_min_value): Likewise.
4235 (double_int_zero_p): Likewise.
4236 (double_int_one_p): Likewise.
4237 (double_int_minus_one_p): Likewise.
4238 (double_int_equal_p): Likewise.
4239 (double_int_popcount): Likewise.
4240 * hash-table.c
4241 (double_int_mask): Reuse implementation for double_int::mask.
4242 (double_int_max_value): Likewise.
4243 (double_int_min_value): Likewise.
4244 (double_int_ext): Likewise.
4245 (double_int_zext): Likewise.
4246 (double_int_sext): Likewise.
4247 (double_int_mul_with_sign): Likewise.
4248 (double_int_divmod): Likewise.
4249 (double_int_sdivmod): Likewise.
4250 (double_int_udivmod): Likewise.
4251 (double_int_div): Likewise.
4252 (double_int_sdiv): Likewise.
4253 (double_int_udiv): Likewise.
4254 (double_int_mod): Likewise.
4255 (double_int_smod): Likewise.
4256 (double_int_umod): Likewise.
4257 (double_int_multiple_of): Likewise.
4258 (double_int_lshift): Likewise.
4259 (double_int_rshift): Likewise.
4260 (double_int_lrotate): Likewise.
4261 (double_int_rrotate): Likewise.
4262 (double_int_cmp): Likewise.
4263 (double_int_ucmp): Likewise.
4264 (double_int_scmp): Likewise.
4265 (double_int_max): Likewise.
4266 (double_int_smax): Likewise.
4267 (double_int_umax): Likewise.
4268 (double_int_min): Likewise.
4269 (double_int_smin): Likewise.
4270 (double_int_umin): Likewise.
4271 (double_int_min): Likewise.
4272 (double_int_min): Likewise.
4273 (double_int_min): Likewise.
4274 (double_int_min): Likewise.
4275 (double_int_min): Likewise.
4276 (double_int_min): Likewise.
4277 (double_int::alshift): New.
4278 (double_int::arshift): New.
4279 (double_int::llshift): New.
4280 (double_int::lrshift): New.
4281 (double_int::ult): New.
4282 (double_int::ugt): New.
4283 (double_int::slt): New.
4284 (double_int::sgt): New.
4285 (double_int_setbit): Reuse implementation for double_int::set_bit,
4286 which avoids a name conflict with a macro.
4287 (double_int_double_int_ctz): Reuse implementation for
4288 double_int::trailing_zeros.
4289 (double_int_fits_in_shwi_p): Reuse implementation for
4290 double_int::fits_signed.
4291 (double_int_fits_in_hwi_p): Reuse implementation for double_int::fits.
4292 (double_int_mul): Reuse implementation for binary
4293 double_int::operator *.
4294 (double_int_add): Likewise.
4295 (double_int_sub): Likewise.
4296 (double_int_neg): Reuse implementation for unary
4297 double_int::operator -.
4298 (double_int_max_value): Likewise.
4299 * fixed-value.c: Change to use member functions introduced above.
4300
4301 2012-08-14 Lawrence Crowl <crowl@google.com>
4302
4303 Merge cxx-conversion branch. Support tree macro calling from gdb.
4304
4305 * tree.h (tree_check): New.
4306 (TREE_CHECK): Use inline function above instead of __extension__.
4307 (tree_not_check): New.
4308 (TREE_NOT_CHECK): Use inline function above instead of __extension__.
4309 (tree_check2): New.
4310 (TREE_CHECK2): Use inline function above instead of __extension__.
4311 (tree_not_check2): New.
4312 (TREE_NOT_CHECK2): Use inline function above instead of __extension__.
4313 (tree_check3): New.
4314 (TREE_CHECK3): Use inline function above instead of __extension__.
4315 (tree_not_check3): New.
4316 (TREE_NOT_CHECK3): Use inline function above instead of __extension__.
4317 (tree_check4): New.
4318 (TREE_CHECK4): Use inline function above instead of __extension__.
4319 (tree_not_check4): New.
4320 (TREE_NOT_CHECK4): Use inline function above instead of __extension__.
4321 (tree_check5): New.
4322 (TREE_CHECK5): Use inline function above instead of __extension__.
4323 (tree_not_check5): New.
4324 (TREE_NOT_CHECK5): Use inline function above instead of __extension__.
4325 (contains_struct_check): New.
4326 (CONTAINS_STRUCT_CHECK): Use inline function above instead of
4327 __extension__.
4328 (tree_class_check): New.
4329 (TREE_CLASS_CHECK): Use inline function above instead of __extension__.
4330 (tree_range_check): New.
4331 (TREE_RANGE_CHECK): Use inline function above instead of __extension__.
4332 (omp_clause_subcode_check): New.
4333 (OMP_CLAUSE_SUBCODE_CHECK): Use inline function above instead of
4334 __extension__.
4335 (omp_clause_range_check): New.
4336 (OMP_CLAUSE_RANGE_CHECK): Use inline function above instead of
4337 __extension__.
4338 (expr_check): New.
4339 (EXPR_CHECK): Use inline function above instead of __extension__.
4340 (non_type_check): New.
4341 (NON_TYPE_CHECK): Use inline function above instead of __extension__.
4342 (tree_vec_elt_check): New.
4343 (TREE_VEC_ELT_CHECK): Use inline function above instead of
4344 __extension__.
4345 (omp_clause_elt_check): New.
4346 (OMP_CLAUSE_ELT_CHECK): Use inline function above instead of
4347 __extension__.
4348 (tree_operand_check): New.
4349 (TREE_OPERAND_CHECK): Use inline function above instead of
4350 __extension__.
4351 (tree_operand_check_code): New.
4352 (TREE_OPERAND_CHECK_CODE): Use inline function above instead of
4353 __extension__.
4354 (TREE_CHAIN): Simplify implementation.
4355 (TREE_TYPE): Simplify implementation.
4356 (tree_operand_length): Move for compilation dependences.
4357 * gdbinit.in: (macro define __FILE__): New.
4358 (macro define __LINE__): New.
4359 (skip "tree.h"): New.
4360
4361 2012-08-14 Oleg Endo <olegendo@gcc.gnu.org>
4362
4363 PR target/52933
4364 * config/sh/sh.md (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0,
4365 *cmp_div0s_1, *cbranch_div0s, *movsicc_div0s): New insns.
4366 * config/sh/sh.c (sh_rtx_costs): Handle div0s patterns.
4367
4368 2012-08-14 Oleg Endo <olegendo@gcc.gnu.org>
4369
4370 PR target/50751
4371 * config/sh/constraints.md (Sra): New constraint.
4372 * config/sh/predicates.md (simple_mem_operand,
4373 displacement_mem_operand, zero_extend_movu_operand): New predicates.
4374 (zero_extend_operand): Check zero_extend_movu_operand for SH2A.
4375 * config/sh/sh.md (*zero_extendqisi2_disp_mem,
4376 *zero_extendhisi2_disp_mem): Add new insns and two new related
4377 peephole2 patterns.
4378
4379 2012-08-14 Steven Bosscher <steven@gcc.gnu.org>
4380
4381 * graphite-scop-detection.c (create_sese_edges): Compute dominance
4382 info before trying to fix loop structure.
4383 * cfgloopmanip.c (fix_loop_structure): Require fast DOM queries.
4384 * tree-cfgcleanup.c (repair_loop_structures): Likewise.
4385 * cfgloop.c (verify_loop_structure): Verify loop fathers.
4386
4387 * dominance.c (init_dom_info): Use gcc_checking_assert, not gcc_assert.
4388 (dom_convert_dir_to_idx, compute_dom_fast_query,
4389 get_immediate_dominator, set_immediate_dominator, get_dominated_by,
4390 redirect_immediate_dominators, nearest_common_dominator,
4391 (dominated_by_p, bb_dom_dfs_in, bb_dom_dfs_out, recompute_dominator,
4392 iterate_fix_dominators, add_to_dominance_info,
4393 delete_from_dominance_info): Likewise.
4394
4395 2012-08-14 Richard Guenther <rguenther@suse.de>
4396
4397 * cfgexpand.c (expand_used_vars): Use virtual_operand_p.
4398 * gimple-pretty-print.c (dump_phi_nodes): Likewise.
4399 * gimple-streamer-out.c (output_bb): Likewise.
4400 * graphite-sese-to-poly.c (scalar_close_phi_node_p): Likewise.
4401 (rewrite_reductions_out_of_ssa): Likewise.
4402 (rewrite_commutative_reductions_out_of_ss): Likewise.
4403 * ipa-split.c (verify_non_ssa_vars): Likewise.
4404 (consider_split): Likewise.
4405 (visit_bb): Likewise.
4406 (split_function): Likewise.
4407 * lto-streamer-out.c (output_ssa_names): Likewise.
4408 * sese.c (rename_uses): Likewise.
4409 * tree-cfg.c (replace_uses_by): Likewise.
4410 (gimple_merge_blocks): Likewise.
4411 (gimple_cfg2dot): Likewise.
4412 (verify_gimple_phi): Likewise.
4413 (replace_ssa_name): Likewise.
4414 (move_block_to_fn): Likewise.
4415 * tree-eh.c (cleanup_empty_eh_merge_phis): Likewise.
4416 * tree-if-conv.c (if_convertible_phi_p): Likewise.
4417 (predicate_scalar_phi): Likewise.
4418 * tree-inline.c (update_ssa_across_abnormal_edges): Likewise.
4419 (copy_phis_for_bb): Likewise.
4420 * tree-loop-distribution.c (generate_loops_for_partition): Likewise.
4421 (destroy_loop): Likewise.
4422 * tree-outof-ssa.c (eliminate_useless_phis): Likewise.
4423 (insert_backedge_copies): Likewise.
4424 * tree-parloops.c (transform_to_exit_first_loop): Likewise.
4425 (gather_scalar_reductions): Likewise.
4426 (try_create_reduction_list): Likewise.
4427 * tree-scalar-evolution.c (analyze_scalar_evolution_for_all_loop_ph):
4428 Likewise.
4429 (scev_const_prop): Likewise.
4430 * tree-ssa-ccp.c (debug_lattice_value): Likewise.
4431 (get_default_value): Likewise.
4432 (ccp_initialize): Likewise.
4433 * tree-ssa-coalesce.c (create_outofssa_var_map): Likewise.
4434 * tree-ssa-copy.c (may_propagate_copy): Likewise.
4435 (init_copy_prop): Likewise.
4436 * tree-ssa-dce.c (propagate_necessity): Likewise.
4437 (remove_dead_phis): Likewise.
4438 (forward_edge_to_pdom): Likewise.
4439 (eliminate_unnecessary_stmts): Likewise.
4440 * tree-ssa-live.c (partition_view_init): Likewise.
4441 (remove_unused_locals): Likewise.
4442 (register_ssa_partition_check): Likewise.
4443 * tree-ssa-loop-im.c (movement_possibility): Likewise.
4444 (move_computations_stmt): Likewise.
4445 * tree-ssa-loop-ivopts.c (determine_biv_step): Likewise.
4446 (record_invariant): Likewise.
4447 (find_interesting_uses_outside): Likewise.
4448 (determine_set_costs): Likewise.
4449 * tree-ssa-loop-manip.c (add_exit_phis_var): Likewise.
4450 (find_uses_to_rename_use): Likewise.
4451 (check_loop_closed_ssa_use): Likewise.
4452 (rewrite_phi_with_iv): Likewise.
4453 (canonicalize_loop_ivs): Likewise.
4454 * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise.
4455 * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
4456 * tree-ssa-pre.c (make_values_for_phi): Likewise.
4457 (compute_avail): Likewise.
4458 (eliminate): Likewise.
4459 * tree-ssa-propagate.c (substitute_and_fold): Likewise.
4460 * tree-ssa-reassoc.c (phi_rank): Likewise.
4461 * tree-ssa-strlen.c (strlen_enter_block): Likewise.
4462 * tree-ssa-structalias.c (compute_points_to_sets): Likewise.
4463 (ipa_pta_execute): Likewise.
4464 * tree-ssa-tail-merge.c (same_succ_hash): Likewise.
4465 (release_last_vdef): Likewise.
4466 (same_phi_alternatives_1): Likewise.
4467 (bb_has_non_vop_phi): Likewise.
4468 (vop_phi): Likewise.
4469 * tree-ssa-threadedge.c (record_temporary_equivalences_from_phis):
4470 Likewise.
4471 * tree-ssa-uninit.c (warn_uninitialized_phi): Likewise.
4472 (execute_late_warn_uninitialized): Likewise.
4473 * tree-ssa.c (verify_ssa_name): Likewise.
4474 (verify_phi_args): Likewise.
4475 (verify_ssa): Likewise.
4476 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
4477 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1):
4478 Likewise.
4479 (slpeel_tree_peel_loop_to_edge): Likewise.
4480 (vect_can_advance_ivs_p): Likewise.
4481 (vect_update_ivs_after_vectorizer): Likewise.
4482 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Likewise.
4483 * tree-vrp.c (remove_range_assertions): Likewise.
4484 * value-prof.c (gimple_divmod_values_to_profile): Likewise.
4485
4486 2012-08-14 Richard Guenther <rguenther@suse.de>
4487
4488 PR tree-optimization/54146
4489 * tree-ssa-pre.c (do_regular_insertion): Use a VEC
4490 indexed by pred edge index for avail.
4491 (do_partial_partial_insertion): Likewise.
4492 (insert_into_preds_of_block): Adjust.
4493
4494 2012-08-14 Richard Guenther <rguenther@suse.de>
4495
4496 * gimplify.c (create_tmp_from_val): Mark temporary with
4497 DECL_GIMPLE_REG_P here ...
4498 (internal_get_tmp_var): ... instead of here. If we go into
4499 SSA create an SSA name instead of a VAR_DECL.
4500 (gimplify_modify_expr): Do not create SSA names here, assert
4501 we already got them.
4502 (force_gimple_operand_1): Create an SSA name if we go into SSA.
4503 * sese.c (rename_uses): Simplify.
4504
4505 2012-08-14 Richard Guenther <rguenther@suse.de>
4506
4507 * tree-into-ssa.c: Include diagnostic-core.h.
4508 * Makefile.in (tree-into-ssa.o): Adjust.
4509
4510 2012-08-14 Richard Guenther <rguenther@suse.de>
4511
4512 * tree-into-ssa.c (update_ssa): Verify we do not rename
4513 symbols that are already partly in SSA form.
4514
4515 2012-08-14 Jakub Jelinek <jakub@redhat.com>
4516
4517 PR middle-end/53411
4518 PR rtl-optimization/53495
4519 * ira.c (ira): Move delete_trivially_dead_insns call before
4520 find_moveable_pseudos call.
4521
4522 2012-08-13 Steven Bosscher <steven@gcc.gnu.org>
4523
4524 * tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points
4525 of potentially huge memset overhead.
4526 (do_partial_partial_insertion): Likewise.
4527 * cfgexpand.c (gimple_expand_cfg): Use XCNEWVEC instead of xcalloc.
4528 * tree-vrp.c (find_assert_locations): Use XNEWVEC instead of XCNEWVEC
4529 for arrays to be filled by pre_and_rev_post_order_compute. Allocate
4530 the right number of slots, not that number plus NUM_FIXED_BLOCKS.
4531 * tree-ssa-reassoc.c (init_reassoc): Likewise.
4532 * cfganal.c (dfs_enumerate_from): Use XNEWVEC instead of XCNEWVEC for
4533 array used as stack.
4534 * tree-ssa-sccvn.c (init_scc_vn): Use XNEWVEC instead of XCNEWVEC for
4535 arrays to be filled by pre_and_rev_post_order_compute.
4536 * cfgloopmanip.c (find_path): Use XNEWVEC instead of XCNEWVEC for
4537 array to be filled by dfs_enumerate_from.
4538 (remove_path): Likewise.
4539 (duplicate_loop_to_header_edge): Use XNEWVEC instead of XCNEWVEC for
4540 array of loops that is filled on the next lines.
4541 * cfgloop.c (get_loop_body): Use XNEWVEC instead of XCNEWVEC for
4542 array of basic blocks to be returned.
4543 (get_loop_body_in_dom_order): Likewise.
4544 (get_loop_body_in_bfs_order): Likewise.
4545 * tree-ssa-loop-manip.c (loop_renamer_obstack): New static obstack
4546 for all bitmaps used for rewriting into loop-closed SSA form.
4547 (add_exit_phis_var): Allocate the def bitmap on it. Clear the livein
4548 bitmap at the end to release a lot of memory.
4549 (add_exit_phis): Allocate the exits bitmap on the new obstack.
4550 (get_loops_exits): Allocate the exits bitmap on the new obstack.
4551 (find_uses_to_rename_use): Allocate a use_blocks bitmap if ver is
4552 seen for the first time.
4553 (find_uses_to_rename): Add "???" for why the whole function must
4554 be re-scanned if changed_bbs is empty.
4555 (rewrite_into_loop_closed_ssa): Allocate bitmaps on the new obstack.
4556 Use XNEWVEC to allocate the use_blocks array. Initialize the new
4557 obstack, and free it at the end. Remove loop over all SSA names.
4558 (check_loop_closed_ssa_stmt): Look only at SSA_OP_USE operands.
4559 * tree-cfg.c (move_sese_region_to_fn): Use XNEWVEC instead of
4560 xcalloc to allocate edge_pred and edge_flag arrays.
4561
4562 2012-08-13 Uros Bizjak <ubizjak@gmail.com>
4563
4564 * config/i386/i386.h (FIXED_REGISTERS): Do not mark REX registers here.
4565 (CALL_USED_REGISTERS): Use bitmaps to mark call-used registers
4566 for different ABIs.
4567 (enum reg_class): Move CLOBBERED_REGS just before GENERAL_REGS.
4568 (REG_CLASS_NAMES): Update.
4569 (REG_CLASS_CONTENTS): Update. Clear CLOBBERED_REGS members.
4570 * config/i386/i386.c (ix86_conditional_register_usage): Disable
4571 REX registers on 32bit targets. Handle bitmaps from
4572 CALL_USED_REGISTERS initializer. Calculate CLOBBERED_REGS register
4573 set from GENERAL_REGS also for 32bit targets. Do not change call
4574 used register set for TARGET_64BIT_MS_ABI separately.
4575
4576 2012-08-13 Richard Guenther <rguenther@suse.de>
4577
4578 * basic-block.h (struct basic_block): Remove loop_depth
4579 member, move flags and index members next to each other.
4580 * cfgloop.h (bb_loop_depth): New inline function.
4581 * cfghooks.c (split_block): Do not set loop_depth.
4582 (duplicate_block): Likewise.
4583 * cfgloop.c (flow_loop_nodes_find): Likewise.
4584 (flow_loops_find): Likewise.
4585 (add_bb_to_loop): Likewise.
4586 (remove_bb_from_loops): Likewise.
4587 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
4588 * gimple-streamer-in.c (input_bb): Do not stream loop_depth.
4589 * gimple-streamer-out.c (output_bb): Likewise.
4590 * bt-load.c: Include cfgloop.h.
4591 (migrate_btr_defs): Use bb_loop_depth.
4592 * cfg.c (dump_bb_info): Likewise.
4593 * final.c (compute_alignments): Likewise.
4594 * ira.c (update_equiv_regs): Likewise.
4595 * tree-ssa-copy.c (init_copy_prop): Likewise.
4596 * tree-ssa-dom.c (loop_depth_of_name): Likewise.
4597 * tree-ssa-forwprop.c: Include cfgloop.h.
4598 (forward_propagate_addr_expr): Use bb_loop_depth.
4599 * tree-ssa-pre.c (insert_into_preds_of_block): Likewise.
4600 * tree-ssa-sink.c (select_best_block): Likewise.
4601 * ipa-inline-analysis.c: Include cfgloop.h.
4602 (estimate_function_body_sizes): Use bb_loop_depth.
4603 * Makefile.in (tree-ssa-forwprop.o): Depend on $(CFGLOOP_H).
4604 (ipa-inline-analysis.o): Likewise.
4605 (bt-load.o): Likewise.
4606
4607 2012-08-13 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4608 Jakub Jelinek <jakub@redhat.com>
4609
4610 PR driver/54210
4611 * config/i386/driver-i386.c (host_detect_local_cpu): Test bit_PRFCHW
4612 bit of CPUID 0x80000001 %ecx instead of CPUID 7 %ecx.
4613 * config/i386/cpuid.h (bits_PRFCHW): Move definition to CPUID
4614 0x80000001 %ecx flags.
4615
4616 2012-08-13 Richard Guenther <rguenther@suse.de>
4617
4618 * tree-cfg.c (print_loop): Avoid ICEing for loops marked for
4619 removal and loops with multiple latches.
4620
4621 2012-08-13 Jakub Jelinek <jakub@redhat.com>
4622
4623 PR c/53968
4624 * tree.c (integer_pow2p): Avoid undefined signed overflows.
4625 * simplify-rtx.c (neg_const_int): Likewise.
4626 * expr.c (fixup_args_size_notes): Likewise.
4627 * stor-layout.c (set_min_and_max_values_for_integral_type): Likewise.
4628 * double-int.c (mul_double_wide_with_sign): Likewise.
4629 (double_int_mask): Likewise.
4630 * tree-ssa-loop-ivopts.c (get_address_cost): Likewise.
4631
4632 2012-08-13 Richard Guenther <rguenther@suse.de>
4633
4634 PR tree-optimization/54200
4635 * tree-ssa-copyrename.c (rename_ssa_copies): Do not add
4636 PHI results to another partition if not all PHI arguments
4637 have the same partition.
4638
4639 2012-08-12 Jan Hubicka <jh@suse.cz>
4640
4641 * tree-pass.h (write_summary, write_optimization_summary): Remove
4642 set and vset arguments.
4643 * ipa-cp.c (ipcp_write_summary): Remove set and vset arugments.
4644 (write_node_summary_p): Likewise; use the encoder.
4645 (ipa_reference_write_optimization_summary): Likewise.
4646 * lto-cgraph.c (output_cgraph_opt_summary): Use encoder.
4647 (lto_symtab_encoder_new): Initialize in_partition field.
4648 (lto_symtab_encoder_delete): Destroy in_partition field.
4649 (LCC_NOT_FOUND): Move to lto-streamer.h
4650 (lto_symtab_encoder_deref): Likewise.
4651 (lto_symtab_encoder_in_partition_p,
4652 lto_set_symtab_encoder_in_partition): New functions.
4653 (referenced_from_other_partition_p): Rewrite to use encoder.
4654 (reachable_from_other_partition_p): Likewise.
4655 (referenced_from_this_partition_p): Likewise.
4656 (reachable_from_this_partition_p): Likewise.
4657 (lto_output_node): Likewise.
4658 (lto_output_varpool_node): Likewise.
4659 (output_refs): Likewise.
4660 (compute_ltrans_boundary): Initialize in_partition fileds of
4661 the encoder.
4662 (output_symtab): Likewise.
4663 (input_refs): Match the changes in output_refs.
4664 (output_cgraph_opt_summary_p): Remove set argument.
4665 (output_node_opt_summary): Replace set by encoder.
4666 (output_cgraph_opt_summary): Remove set argument; use
4667 the encoder.
4668 * ipa-pure-const.c (pure_const_write_summary): Remove set and vset
4669 arguments; use the encoder.
4670 * lto-streamer-out.c (lto_output): Remove set and vset argument; use
4671 the encoder.
4672 (produce_symtab): Likewise.
4673 * ipa-inline.h (inline_write_summary): Remove set and vset arguments.
4674 * ipa-inline-analysis.c (inline_write_summary): Likewise.
4675 * ipa-prop.c (ipa_prop_write_jump_functions): Remove set argument;
4676 use encoder.
4677 * ipa-prop.h (ipa_prop_write_jump_functions): Likewise.
4678 * passes.c (ipa_write_summaries_2): Remove set and vset arguments.
4679 (ipa_write_summaries_1): Update.
4680 (ipa_write_optimization_summaries_1): Likewise.
4681 (ipa_write_optimization_summaries): Likewise.
4682 * lto-streamer.h (lto_symtab_encoder_t): Add in_partition.
4683 (lto_symtab_encoder_iterator): New type.
4684 (lto_symtab_encoder_deref): Make inline.
4685 (output_symtab, referenced_from_other_partition_p,
4686 reachable_from_other_partition_p, referenced_from_this_partition_p,
4687 reachable_from_this_partition_p): Update.
4688 (lsei_end_p, lsei_next, lsei_node, lsei_cgraph_node,
4689 lsei_varpool_node): New inline functions.
4690 (LCC_NOT_FOUND): New macro.
4691 (lto_symtab_encoder_deref, lsei_start, lsei_next_in_partition,
4692 lsei_start_in_partition, lsei_next_function_in_partition,
4693 lsei_start_function_in_partition, lsei_next_variable_in_partition,
4694 lsei_start_variable_in_partition): New inline functions.
4695
4696 2012-08-12 Oleg Endo <olegendo@gcc.gnu.org>
4697
4698 * config/sh/sh.md (prefetch): Simplify expander. Fix condition to
4699 allow SH3.
4700 (*prefetch_media): Move insn below expander.
4701 (*prefetch): Fix condition to allow SH3.
4702
4703 2012-08-12 Oleg Endo <olegendo@gcc.gnu.org>
4704
4705 PR target/51244
4706 * config/sh/sh.md: Add splits for inverted compare and branch
4707 opportunities.
4708 (*cmpeqsi_t): New insn.
4709 (cmpgtsi_t, cmpgesi_t): Swap r and N alternatives.
4710 (cmpgeusi_t): Use satisfies_constraint_Z. Emit sett insn in
4711 replacement insn list and not in the preparation statements.
4712 (clrt, sett): Add mt_group attribute.
4713
4714 2012-08-12 Marc Glisse <marc.glisse@inria.fr>
4715
4716 PR middle-end/54193
4717 * gimple-pretty-print.c (dump_ternary_rhs): Handle 4 arguments.
4718
4719 2012-08-12 Oleg Endo <olegendo@gcc.gnu.org>
4720
4721 PR target/39423
4722 * config/sh/predicates.md (mem_index_disp_operand): Check for
4723 arith_reg_operand instead of REG_P.
4724
4725 2012-08-11 Bernd Schmidt <bernds@codesourcery.com>
4726
4727 * reload1.c (replaced_subreg, gen_reload): Add
4728 SECONDARY_MEMORY_NEEDED ifdefs as necessary.
4729
4730 2012-08-11 Jan Hubicka <jh@suse.cz>
4731
4732 * lto-section-in.c (lto_section_name): Do not use "symtab" as part of
4733 symtab_node sectoin name; it confuses plugin.
4734
4735 2012-08-11 Uros Bizjak <ubizjak@gmail.com>
4736
4737 * config/alpha/alpha.c (alpha_stdarg_optimize_hook): Shift DECL_UID
4738 index in the va_list_vars bitmap by num_ssa_names.
4739
4740 2012-08-11 Uros Bizjak <ubizjak@gmail.com>
4741
4742 * config/i386/sse.md (xop integer multiply/add insns): Use
4743 register_operand for operand 3 predicate.
4744 (xop_phadd<u>bq): Fix vec_select selectors.
4745
4746 2012-08-11 Martin Jambor <mjambor@suse.cz>
4747
4748 PR fortran/48636
4749 * ipa-inline.h (condition): New fields offset, agg_contents and by_ref.
4750 * ipa-inline-analysis.c (agg_position_info): New type.
4751 (add_condition): New parameter aggpos, also store agg_contents, by_ref
4752 and offset.
4753 (dump_condition): Also dump aggregate conditions.
4754 (evaluate_conditions_for_known_args): Also handle aggregate
4755 conditions. New parameter known_aggs.
4756 (evaluate_properties_for_edge): Gather known aggregate contents.
4757 (inline_node_duplication_hook): Pass NULL known_aggs to
4758 evaluate_conditions_for_known_args.
4759 (unmodified_parm): Split into unmodified_parm and unmodified_parm_1.
4760 (unmodified_parm_or_parm_agg_item): New function.
4761 (set_cond_stmt_execution_predicate): Handle values passed in
4762 aggregates.
4763 (set_switch_stmt_execution_predicate): Likewise.
4764 (will_be_nonconstant_predicate): Likewise.
4765 (estimate_edge_devirt_benefit): Pass new parameter known_aggs to
4766 ipa_get_indirect_edge_target.
4767 (estimate_calls_size_and_time): New parameter known_aggs, pass it
4768 recrsively to itself and to estimate_edge_devirt_benefit.
4769 (estimate_node_size_and_time): New vector known_aggs, pass it o
4770 functions which need it.
4771 (remap_predicate): New parameter offset_map, use it to remap aggregate
4772 conditions.
4773 (remap_edge_summaries): New parameter offset_map, pass it recursively
4774 to itself and to remap_predicate.
4775 (inline_merge_summary): Also create and populate vector offset_map.
4776 (do_estimate_edge_time): New vector of known aggregate contents,
4777 passed to functions which need it.
4778 (inline_read_section): Stream new fields of condition.
4779 (inline_write_summary): Likewise.
4780 * ipa-cp.c (ipa_get_indirect_edge_target): Also examine the aggregate
4781 contents. Let all local callers pass NULL for known_aggs.
4782
4783 2012-08-11 Jan Hubicka <jh@suse.cz>
4784
4785 * lto-cgraph.c (output_cgraph): Rename to ...
4786 (output_symtab): ... this one. Update for LTO_section_symtab_nodes.
4787 (input_cgraph): Rename to ...
4788 (input_symtab): ... this one. Update for LTO_section_symtab_nodes.
4789 * lto-streamer-out.c (create_output_block): Do not set
4790 section_type.
4791 (produce_asm): Likewise.
4792 (lto_output_toplevel_asms): Likewise.
4793 (produce_asm_for_decls): Likewise.
4794 (lto_output): Use output_symtab.
4795 * lto-section-in.c (lto_section_name): Update.
4796 * lto-section-out.c (lto_destroy_simple_output_block): Remove
4797 section_type.
4798 * lto-streamer.h (enum lto_section_type): Remove LTO_section_varpool;
4799 rename LTO_section_cgraph to LTO_section_symtab_nodes.
4800 (struct lto_header): Remove section_type.
4801
4802 2012-08-11 Jan Hubicka <jh@suse.cz>
4803
4804 * cgraph.h (vector types for symtab_node): Add.
4805 * ipa-reference.c (ipa_reference_write_optimization_summary): Update
4806 for new symtab encoder.
4807 (ipa_reference_read_optimization_summary): Likewise.
4808 * lto-cgraph.c (output_varpool): Remove.
4809 (input_cgraph_opt_summary): Take symtab nodes vector as argument.
4810 (LTO_cgraph_tags): Rename to ...
4811 (LTO_symtab_tags): ... this one; add LTO_symtab_variable.
4812 (lto_cgraph_encoder_new): Rename to ...
4813 (lto_symtab_encoder_new): ... this on.
4814 (lto_cgraph_encoder_encode): Rename to ...
4815 (lto_symtab_encoder_encode): ... this one.
4816 (lto_cgraph_encoder_delete): Rename to ...
4817 (lto_symtab_encoder_delete): ... this one.
4818 (lto_cgraph_encoder_deref): Rename to ...
4819 (lto_symtab_encoder_deref): ... this one.
4820 (lto_cgraph_encoder_encode_body_p): Rename to ...
4821 (lto_symtab_encoder_encode_body_p): ... this one.
4822 (lto_varpool_encoder_new, lto_varpool_encoder_delete,
4823 lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
4824 lto_varpool_encoder_deref): Remove.
4825 (lto_varpool_encoder_encode_initializer_p): Rename to ...
4826 (lto_symtab_encoder_encode_initializer_p): ... this one.
4827 (lto_set_varpool_encoder_encode_initializer): Rename to ...
4828 (lto_set_symtab_encoder_encode_initializer): ... this one.
4829 (lto_output_edge): Update.
4830 (lto_output_node): Update.
4831 (lto_output_varpool_node): Update; stream out LTO_symtab_variable tag.
4832 (lto_output_ref): Drop varpool_encoder; update.
4833 (add_node_to): Update.
4834 (add_references): Update.
4835 (output_outgoing_cgraph_edges): Update.
4836 (output_refs): Update.
4837 (compute_ltrans_boundary): Update.
4838 (output_cgraph): Update; output varpools too.
4839 (input_overwrite_node): Update.
4840 (output_varpool): Remove.
4841 (input_node): Update.
4842 (input_ref): Update.
4843 (input_edge): Update.
4844 (input_cgraph_1): Update; input varpool too; unify fixup code.
4845 (input_varpool_1): Remove.
4846 (input_refs): Update.
4847 (input_cgraph): Update.
4848 (output_node_opt_summary): Update.
4849 (input_cgraph_opt_section): Update.
4850 (input_cgraph_opt_summary): Update.
4851 * ipa-pure-const.c (pure_const_write_summary): Update.
4852 (pure_const_read_summary): Update.
4853 * lto-streamer-out.c (lto_write_tree): Update.
4854 (lto_output): Likewise.
4855 (produce_symtab): Update.
4856 (produce_asm_for_decls): Update.
4857 * ipa-inline-analysis.c (inline_read_section): Update.
4858 (inline_write_summary): Update.
4859 * ipa-prop.c (ipa_write_node_info): Update.
4860 (ipa_prop_read_section): Update.
4861 * lto-streamer.h (lto_cgraph_encoder_d): Rename to ...
4862 (lto_symtab_encoder_d): ... this one; add initializer.
4863 (lto_cgraph_encoder_t): Rename to ...
4864 (lto_symtab_encoder_t): ... this one.
4865 (lto_cgraph_encoder_size): Rename to ...
4866 (lto_symtab_encoder_size): ... this one.
4867 (lto_varpool_encoder_d): ... remove.
4868 (lto_varpool_encoder_t): Remove.
4869 (lto_out_decl_state): Remove cgraph_node_encoder, varpool_node_encoder
4870 add symtab_node_encoder.
4871 (lto_file_decl_data): Likewise.
4872 (lto_cgraph_encoder_deref, lto_cgraph_encoder_lookup,
4873 lto_cgraph_encoder_new, lto_cgraph_encoder_encode,
4874 lto_cgraph_encoder_delete, lto_cgraph_encoder_encode_body_p,
4875 lto_varpool_encoder_encode_body_p, lto_varpool_encoder_deref,
4876 lto_varpool_encoder_lookup, lto_varpool_encoder_new,
4877 lto_varpool_encoder_encode, lto_varpool_encoder_delete,
4878 lto_varpool_encoder_encode_initializer_p): Remove.
4879 (lto_symtab_encoder_deref, lto_symtab_encoder_lookup,
4880 lto_symtab_encoder_t, lto_symtab_encoder_encode,
4881 lto_symtab_encoder_delete, lto_symtab_encoder_encode_body_p,
4882 lto_symtab_encoder_encode_initializer_p): New.
4883
4884 2012-08-11 Uros Bizjak <ubizjak@gmail.com>
4885
4886 * config/i386/i386.md (isa): Add fma and fma4.
4887 (enabled): Handle fma and fma4.
4888 * config/i386/sse.md (*fma_fmadd_<mode>): Merge *fma4_fmadd_<mode>.
4889 (*fma_fmsub_<mode>): Merge *fma4_fmsub_<mode>.
4890 (*fma_fnmadd_<mode>): Merge *fma4_fnmadd_<mode>.
4891 (*fma_fnmsub_<mode>): Merge *fma4_fnmsub_<mode>.
4892 (*fma_fmaddsub_<mode>): Merge *fma4_fmaddsub_<mode>.
4893 (*fma_fmsubadd_<mode>): Merge *fma4_fmsubadd_<mode>.
4894
4895 2012-08-10 Uros Bizjak <ubizjak@gmail.com>
4896
4897 * config/i386/sse.md (*fma_fmadd_<mode>, *fma_fmsub_<mode>,
4898 *fma_fnmadd_<mode>, *fma_fnmsub_<mode>, *fma_fmaddsub_<mode>,
4899 *fma_fmsubadd_<mode>): Move FMA3 insn patterns before FMA4 patterns.
4900
4901 2012-08-10 Uros Bizjak <ubizjak@gmail.com>
4902
4903 * config/i386/i386.md (simple LEA peephole2s): Add zero-extend
4904 variants of PLUS and MULT simple LEA patterns. Disable PLUS
4905 patterns for TARGET_OPT_AGU.
4906
4907 2012-08-10 Richard Guenther <rguenther@suse.de>
4908
4909 * Makefile.in (OBJS): Remove matrix-reorg.o.
4910 (matrix-reorg.o): Remove dependence rule.
4911 (GTFILES): Remove matrix-reorg.c.
4912 * matrix-reorg.c: Remove.
4913 * passes.c (init_optimization_passes): Do not schedule
4914 pass_ipa_matrix_reorg.
4915 * tree-pass.h (pass_ipa_matrix_reorg): Remove.
4916 * common.opt (fipa-matrix-reorg): Stub out.
4917 * doc/invoke.texi (fipa-matrix-reorg): Remove documentation.
4918
4919 2012-08-10 Richard Guenther <rguenther@suse.de>
4920
4921 PR middle-end/54219
4922 * fold-const.c (fold_ternary_loc): Do not reverse the mask
4923 when canonicalizing it when folding VEC_PERM_EXPR.
4924
4925 2012-08-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4926
4927 PR middle-end/54211
4928 * gimple-ssa-strength-reduction.c (analyze_candidates_and_replace):
4929 Use cand_type to determine whether pointer arithmetic will be generated.
4930
4931 2012-08-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4932
4933 * doc/sourcebuild.texi: Document long_neq_int effective target.
4934
4935 2012-08-10 Richard Guenther <rguenther@suse.de>
4936
4937 PR tree-optimization/54109
4938 * tree-ssa-forwprop.c
4939 (forward_propagate_addr_into_variable_array_index): Remove.
4940 (forward_propagate_addr_expr_1): Adjust.
4941
4942 2012-08-10 Richard Guenther <rguenther@suse.de>
4943
4944 * tree-cfg.c (dump_function_to_file): Make sure to dump
4945 anonymous SSA names when there are no local decls.
4946
4947 2012-08-10 Steven Bosscher <steven@gcc.gnu.org>
4948
4949 * tree-ssa-pre.c (alloc_expression_id): Fix use of VEC_reserve.
4950 * tree-into-ssa.c (get_ssa_name_ann): Likewise.
4951 (mark_phi_for_rewrite): Likewise.
4952 (compute_global_livein): Use VEC_reserve outside the innermost
4953 loop and VEC_quick_push instead of VEC_safe_push in that loop.
4954 (update_ssa): Re-organize to avoid unnecessary sbitmap_zero'ing
4955 of new_ssa_names and old_ssa_names. Allocate phis_to_rewrite to
4956 the correct initial size.
4957
4958 2012-08-10 Richard Guenther <rguenther@suse.de>
4959
4960 * tree-ssa-pre.c (pretemp, storetemp, prephitemp): Remove.
4961 (need_creation): Remove.
4962 (get_representative_for): Use anonymous named SSA names.
4963 (create_expression_by_pieces): Likewise.
4964 (insert_into_preds_of_block): Likewise.
4965 (init_pre): Do not init removed vars.
4966 (fini_pre): Do not free need_creation.
4967 * tree-ssa-forwprop.c (simplify_bitwise_binary): Use anonymous
4968 SSA names.
4969 * tree-ssa-loop-manip.c (create_iv): Likewise.
4970 * value-prof.c (gimple_divmod_fixed_value): Likewise.
4971 (gimple_mod_pow2): Likewise.
4972 (gimple_mod_subtract): Likewise.
4973 (gimple_ic): Likewise.
4974 (gimple_stringop_fixed_value): Likewise.
4975 * tree-ssa-phiopt.c (condstoretemp): Remove.
4976 (tree_ssa_phiopt_worker): Use anonymous named SSA names.
4977 (conditional_replacement): Likewise.
4978 (abs_replacement): Likewise.
4979 (cond_store_replacement): Likewise.
4980 (cond_if_else_store_replacement_1): Likewise.
4981 * tree-ssa-loop-im.c (rewrite_reciprocal): Likewise.
4982 (rewrite_bittest): Likewise.
4983 * tree-ssa-reassoc.c (build_and_add_sum): Get type from callers
4984 and build anonymous SSA names.
4985 (undistribute_ops_list): Adjust.
4986 (eliminate_redundant_comparison): Use anonymous SSA names.
4987 (rewrite_expr_tree_parallel): Likewise.
4988 (get_reassoc_pow_ssa_name): Remove.
4989 (attempt_builtin_powi): Adjust.
4990 (reassociate_bb): Likewise.
4991 * tree-ssa-strlen.c (get_string_length): Use anonymous SSA names.
4992 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
4993 (build_arrays): Likewise.
4994 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
4995 (create_tailcall_accumulator): Likewise.
4996 * tree-vect-generic.c (expand_vector_divmod): Likewise.
4997 * tree-profile.c (gcov_type_tmp_var): Remove.
4998 (gimple_init_edge_profiler): Do not initialize it and use anonymous
4999 SSA names.
5000 (gimple_gen_ic_profiler): Likewise.
5001 (tree_profiling): Adjust.
5002 * tree-sra.c (build_ref_for_offset): Use anonymous SSA names.
5003 * tree-ssa-math-opts.c (execute_cse_sincos_1): Likewise.
5004 (powi_as_mults_1): Likewise.
5005 (powi_as_mults): Likewise.
5006 (build_and_insert_call): Adjust.
5007 (build_and_insert_binop): Likewise.
5008 (build_and_insert_ref): Likewise.
5009 (build_and_insert_cast): Likewise.
5010 (gimple_expand_builtin_pow): Likewise.
5011 (gimple_expand_builtin_cabs): Likewise.
5012 (execute_optimize_bswap): Use anonymous SSA names.
5013 (convert_mult_to_widen): Likewise.
5014 (convert_plusminus_to_widen): Likewise.
5015 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
5016 * tree-ssa-propagate.c (update_call_from_tree): Likewise.
5017 * tree-if-conv.c (ifc_temp_var): Likewise.
5018 * tree-loop-distribution.c (generate_memset_builtin): Likewise.
5019 * tree-parloops.c (take_address_of): Likewise.
5020 * tree-vect-data-refs.c (vect_permute_store_chain): Likewise.
5021 (vect_permute_load_chain): Likewise.
5022 * tree-vect-loop-manip.c (vect_create_cond_for_align_checks): Likewise.
5023 * tree-vect-patterns.c (vect_recog_temp_ssa_var): Likewise.
5024 (vect_handle_widen_op_by_const): Likewise.
5025 (vect_operation_fits_smaller_type): Likewise.
5026 (vect_recog_over_widening_pattern): Likewise.
5027 * tree-vect-stmts.c (vect_init_vector): Likewise.
5028 * tree-vrp.c (simplify_truth_ops_using_ranges): Likewise.
5029 (simplify_float_conversion_using_ranges): Likewise.
5030
5031 2012-08-10 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
5032
5033 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Fix
5034 target mask of __builtin_ia32_rdseed_di_step builtin.
5035
5036 2012-08-10 Richard Guenther <rguenther@suse.de>
5037
5038 PR tree-optimization/54027
5039 * tree-vrp.c (extract_range_from_binary_expr_1): Merge RSHIFT_EXPR
5040 and LSHIFT_EXPR handling, force -fwrapv for the multiplication used
5041 to handle LSHIFT_EXPR with a constant.
5042
5043 2012-08-10 Richard Guenther <rguenther@suse.de>
5044
5045 * tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE
5046 is recorded as var.
5047 (SSA_NAME_IDENTIFIER): Return the IDENTIFIER_NODE of the SSA_NAME
5048 or its SSA_NAME_VAR.
5049 (SET_SSA_NAME_VAR_OR_IDENTIFIER): New setter.
5050 * tree-ssanames.c (make_ssa_name_fn): Handle creating anonymous
5051 SSA names by passing a type instead of a variable decl.
5052 (release_ssa_name): Use SET_SSA_NAME_VAR_OR_IDENTIFIER.
5053 (copy_ssa_name_fn): Handle anonymous SSA names.
5054 (replace_ssa_name_symbol): Use SET_SSA_NAME_VAR_OR_IDENTIFIER.
5055 * tree-flow-inline.h (make_temp_ssa_name): New inline function.
5056 * tree-pretty-print.c (dump_generic_node): Use SSA_NAME_IDENTIFIER,
5057 dump SSA names without a name as <anon>.
5058 * cfgexpand.c (expand_used_vars): Assing anonymous SSA names we are
5059 going to expand a decl.
5060 (gimple_expand_cfg): Assign all SSA names of a partition the
5061 decl we created for its leader.
5062 * tree-ssa.c (target_for_debug_bind): Handle SSA_NAMEs.
5063 (verify_ssa_name): Handle anonymous SSA names.
5064 (verify_def): Likewise.
5065 * tree-predcom.c (eliminate_temp_copies): Likewise.
5066 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
5067 * tree-ssa-live.c (var_map_base_init): Compute conflicts for
5068 anonymous SSA names with the same type.
5069 (mark_all_vars_used_1): Handle anonymous SSA names.
5070 (verify_live_on_entry): Likewise.
5071 * tree-ssa-coalesce.c (abnormal_corrupt): Remove.
5072 (create_outofssa_var_map): Adjust with respect to conflicts we
5073 compute for anonymous SSA names. Do not restrict abnormal
5074 coalescing.
5075 (coalesce_partitions): Do not restrict abnormal coalescing.
5076 Assert we only ever coalesce variables we computed conflicts for.
5077 * tree-ssa-ter.c (process_replaceable): Do not restrict TER
5078 of anonymous names.
5079 * expr.c (expand_expr_real_1): Handle anonymous SSA names
5080 expanded from IVOPTs by creating a raw REG here.
5081 * tree-cfg.c (replace_ssa_name): Handle anonymous SSA names.
5082 (dump_function_to_file): Dump anonymous SSA names alongside
5083 with their types in the variable list.
5084 (verify_gimple_return): Guard use of SSA_NAME_VAR.
5085 * tree-into-ssa.c (mark_for_renaming): Handle a NULL symbol.
5086 (rewrite_into_ssa): Make SSA names anonymous.
5087 * tree-ssa-structalias.c (alias_get_name): Rewrite.
5088 * tree-ssa-uninit.c (ssa_undefined_value_p): Handle anonymous
5089 SSA names.
5090 (warn_uninitialized_phi): Likewise.
5091 * tree-ssa-loop-ivopts.c (prepare_decl_rtl): Defer expanding
5092 anonymous SSA names to the expander.
5093 (determine_iv_cost): Anonymous SSA names are artificial.
5094 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
5095 Handle anonymous SSA names.
5096 * lto-streamer-out.c (output_ssa_names): Stream SSA_NAME_VAR
5097 or if NULL, the type of the SSA name.
5098 * tree-inline.c (remap_ssa_name): Handle anonymous SSA names,
5099 remap names as anonymous where appropriate.
5100 (insert_init_stmt): Pass SSA names down to insert_init_debug_bind.
5101 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Adjust
5102 according to what we create conflicts for in out-of-SSA
5103 coalescing.
5104 * tree-parloops.c (separate_decls_in_region_name): Handle
5105 anonymous SSA names.
5106 (add_field_for_name): Likewise.
5107 * tree.c (get_name): Handle SSA names.
5108 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Defer to get_name for
5109 SSA_NAMEs.
5110 * tree-vect-loop-manip.c (adjust_debug_stmts): Use
5111 virtual_operand_p.
5112 * tree-sra.c (create_access_replacement): Give up generating
5113 a DECL_DEBUG_EXPR for SSA names in the memory reference.
5114 (replace_removed_params_ssa_names): Guard use of SSA_NAME_VAR.
5115 * tree-complex.c (get_component_ssa_name): Handle anonymous
5116 SSA names.
5117 (set_component_ssa_name): Likewise.
5118 * tree-ssa-sccvn.c (visit_reference_op_load): Likewise.
5119 * tree-object-size.c (collect_object_sizes_for): Handle
5120 uninitialized SSA names properly.
5121 * ipa-inline-analysis.c (eliminated_by_inlining_prob): Guard use of
5122 SSA_NAME_VAR.
5123 * ipa-split.c (test_nonssa_use): Likewise.
5124 (consider_split): Likewise.
5125 (mark_nonssa_use): Likewise.
5126
5127 2012-08-09 Jan Hubicka <jh@suse.cz>
5128
5129 PR middle-end/54146
5130 * ipa-inline-transform.c (inline_call): Add UPDATE_OVERALL_SUMMARY
5131 parameter; honnor it.
5132 * ipa-inline.c (recursive_inlining): Update call
5133 of inline_call.
5134 (inline_small_functions): Likewise.
5135 (ipa_inline): Likewise.
5136 (inline_always_inline_functions): Likewise.
5137 (early_inline_small_functions): Likewise.
5138 (flatten_function): Do separate update of summary info.
5139 * ipa-inline.h (inline_update_overall_summary): Declare.
5140 (inline_call): Update.
5141 * ipa-inline-analysis.c (inline_merge_summary): Break out
5142 updating code to ...
5143 (inline_update_overall_summary): Likewise.
5144
5145 2012-08-09 Richard Henderson <rth@redhat.com>
5146
5147 * config/s390/s390.c (s390_expand_insv): Use VOIDmode in gen_rtx_SET.
5148
5149 * config/s390/s390.c (s390_expand_cs_hqi): Copy val to a temp before
5150 performing the compare for the restart loop.
5151
5152 2012-08-09 DJ Delorie <dj@redhat.com>
5153
5154 * config/rl78/rl78.c (rl78_alloc_physical_registers): Check for
5155 SET before extracting SET_SRC.
5156 (rl78_remove_unused_sets): Check for REG before extractnig REGNO.
5157
5158 2012-08-09 Oleg Endo <olegendo@gcc.gnu.org>
5159
5160 PR target/54089
5161 * config/sh/sh-protos (shift_insns_rtx): Delete.
5162 (sh_ashlsi_clobbers_t_reg_p): Add.
5163 * config/sh/sh.c (shift_insns, shift_amounts, ext_shift_insns,
5164 ext_shift_amounts): Merge arrays of ints to array of structs.
5165 Adapt usage of arrays throughout the file.
5166 (shift_insns_rtx): Delete unused function.
5167 (sh_ashlsi_clobbers_t_reg_p): New function.
5168 * config/sh/sh.md (ashlsi3): Emit ashlsi3_n_clobbers_t insn if the
5169 final shift sequence will clobber T_REG.
5170 (ashlsi3_n): Split only if the final shift sequence will not
5171 clobber T_REG.
5172 (ashlsi3_n_clobbers_t): New insn_and_split.
5173
5174 2012-08-09 Steven Bosscher <steven@gcc.gnu.org>
5175
5176 * calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE
5177 instead of looking at sbitmap n_bits member directly.
5178 * gcse.c (hoist_code): Likewise.
5179 * sched-rgn.c (split_edges): Likewise.
5180 * tree-into-ssa.c (is_old_name, is_new_name, add_new_name_mapping,
5181 update_ssa): Likewise.
5182
5183 2012-08-09 Uros Bizjak <ubizjak@gmail.com>
5184
5185 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Return preferred
5186 single unit register class for classes that contain registers form
5187 multiple units.
5188 (REG_CLASS_CONTENTS): Add missing "frame" register to FLOAT_INT_REGS,
5189 INT_SSE_REGS and FLOAT_INT_SSE_REGS register classes.
5190
5191 2012-08-09 Martin Jambor <mjambor@suse.cz>
5192
5193 * cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to
5194 offset, updated all users. New field agg_contents.
5195 * ipa-prop.h (jump_func_type): Removed IPA_JF_CONST_MEMBER_PTR.
5196 (ipa_pass_through_data): New field agg_preserved.
5197 (ipa_ancestor_jf_data): Likewise.
5198 (ipa_member_ptr_cst): Removed.
5199 (ipa_agg_jf_item): New type.
5200 (ipa_agg_jump_function): Likewise.
5201 (ipa_jump_func): New field agg. Removed field member_cst.
5202 (ipa_get_jf_pass_through_agg_preserved): New function.
5203 (ipa_get_jf_ancestor_agg_preserved): Likewise.
5204 (ipa_get_jf_member_ptr_pfn): Removed.
5205 (ipa_find_agg_cst_for_param): Declare.
5206 (ipa_load_from_parm_agg): Likewise.
5207 * ipa-prop.c (param_analysis_info): Fields modified and
5208 visited_statements rename to parm_modified and parm_visited_statements
5209 respectively, added fields ref_modified, ref_visited_statements,
5210 pt_modified and pt_visited_statements.
5211 (ipa_print_node_jump_functions_for_edge): Do not dump const member
5212 functions. Dump agg_preserved flags and aggregate jump functions.
5213 (ipa_set_jf_simple_pass_through): Set also agg_preserved.
5214 (ipa_set_ancestor_jf): Likewise.
5215 (ipa_set_jf_arith_pass_through): Clear agg_preserved.
5216 (ipa_set_jf_member_ptr_cst): Removed.
5217 (is_parm_modified_before_stmt): Logic reversed, renamed to
5218 parm_preserved_before_stmt_p. Cache visited bitmap only for
5219 naked DECL parameters. All callers updated.
5220 (load_from_unmodified_param): Allow NULL parms_ainfo.
5221 (parm_ref_data_preserved_p): New function.
5222 (parm_ref_data_pass_through_p): Likewise.
5223 (ipa_load_from_parm_agg_1): Likewise.
5224 (ipa_load_from_parm_agg): Likewise.
5225 (compute_complex_assign_jump_func): Check if aggregate contents are
5226 preserved.
5227 (compute_complex_ancestor_jump_func): Likewise.
5228 (compute_scalar_jump_functions): Removed.
5229 (type_like_member_ptr_p): Also check field position are known and sane.
5230 (compute_pass_through_member_ptrs): Removed.
5231 (determine_cst_member_ptr): Likewise.
5232 (ipa_known_agg_contents_list): New type.
5233 (determine_known_aggregate_parts): New function.
5234 (compute_cst_member_ptr_arguments): Removed.
5235 (ipa_compute_jump_functions_for_edge): Compute all kinds of jump
5236 functions (scalar, aggregate and member pointer).
5237 (ipa_get_member_ptr_load_param): Incorporate into
5238 ipa_get_stmt_member_ptr_load_param, also pass back an offset.
5239 (ipa_note_param_call): Clear agg_contents.
5240 (ipa_analyze_indirect_call_uses): Also look for simple pointers loaded
5241 from aggregates. In such cases, store offset of the called field.
5242 (ipa_analyze_node): Initialize new fields of param_analysis_info.
5243 (update_jump_functions_after_inlining): Handle aggregate contents.
5244 (ipa_find_agg_cst_for_param): New function.
5245 (try_make_edge_direct_simple_call): Handle called aggregate values.
5246 (update_indirect_edges_after_inlining): Make sure aggregate preserving
5247 jump functions comply with type compatibility requirements.
5248 (ipa_edge_duplication_hook): Copy also aggregate jump functions.
5249 (ipa_write_jump_function): Stream agg_preserved flags and aggregate
5250 jump functions. Do not stream member pointer constant jump functions.
5251 (ipa_read_jump_function): Likewise.
5252 (ipa_write_indirect_edge_info): Stream new cgraph_indirect_call_info
5253 fields.
5254 (ipa_read_indirect_edge_info): Likewise.
5255
5256 2012-08-09 Oleg Endo <olegendo@gcc.gnu.org>
5257
5258 PR target/39423
5259 * config/sh/predicates.md (mem_index_disp_operand): New predicate.
5260 * config/sh/sh.md (*movsi_index_disp): Rewrite insns to use the new
5261 mem_index_disp_operand predicate.
5262
5263 2012-08-09 Oleg Endo <olegendo@gcc.gnu.org>
5264
5265 PR target/51244
5266 * config/sh/sh.md: Add negc extu sequence peephole.
5267 (movrt, movnegt, movrt_negc, nott): Use t_reg_operand predicate.
5268 (*movrt_negc): New insn.
5269 * config/sh/sync.md (atomic_test_and_set): Pass gen_t_reg_rtx to
5270 gen_movnegt.
5271 * config/sh/sh.c (expand_cbranchsi4, sh_emit_scc_to_t,
5272 sh_emit_compare_and_branch, sh_emit_compare_and_set): Use
5273 get_t_reg_rtx.
5274 (sh_expand_t_scc): Pass gen_t_reg_rtx to gen_movnegt.
5275
5276 2012-08-09 Oleg Endo <olegendo@gcc.gnu.org>
5277
5278 PR target/50751
5279 * config/sh/sh.md (*extendqisi2_compact_reg, *extendhisi2_compact_reg):
5280 Use arith_reg_operand predicate instead of register_operand.
5281 * config/sh/predicates.md (movsrc_no_disp_mem_operand): Accept
5282 only mem, simplify.
5283
5284 2012-08-09 Uros Bizjak <ubizjak@gmail.com>
5285
5286 * config/alpha/alpha.c (alpha_pad_noreturn): Rename to ...
5287 (alpha_pad_function_end): ... this. Also insert NOP between
5288 sibling call and GP load.
5289 (alpha_reorg): Update call to alpha_pad_function_end. Expand comment.
5290
5291 2012-08-09 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
5292
5293 * config/i386/adxintrin.h: Remove guarding __ADX__ check.
5294 * config/i386/x86intrin.h: Likewise.
5295 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove
5296 OPTION_MASK_ISA_ADX from needed options for
5297 __builtin_ia32_addcarryx_u32 and __builtin_ia32_addcarryx_u64.
5298 (ix86_expand_builtin): Use add<mode>3_carry in expanding of
5299 IX86_BUILTIN_ADDCARRYX32 and IX86_BUILTIN_ADDCARRYX64.
5300
5301 2012-08-09 Andrey Belevantsev <abel@ispras.ru>
5302
5303 PR rtl-optimization/53701
5304 * sel-sched.c (vinsn_vec_has_expr_p): Clarify function comment.
5305 Process not only expr's vinsns but all old vinsns from expr's
5306 history of changes.
5307 (update_and_record_unavailable_insns): Clarify comment.
5308
5309 2012-08-09 Bernd Schmidt <bernds@codesourcery.com>
5310
5311 * reload.c (find_valid_class_1): New static function.
5312 (push_reload): Use it when reloading a SYMBOL_REG as the inner
5313 of a subreg. Keep better track of needed classes for the
5314 secondary memory case.
5315 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Limit INT_SSE_REGS to
5316 GENERAL_REGS.
5317 * reload1.c (replaced_subreg): New static function.
5318 (gen_reload): Use it when deciding whether to use secondary
5319 memory.
5320
5321 2012-08-09 Richard Guenther <rguenther@suse.de>
5322
5323 * tree.h (SSA_VAR_P): Simplify.
5324 * tree-ssanames.c (make_ssa_name_fn): Strengthen assert.
5325 * fold-const.c (fold_comparison): Check for default def first
5326 before checking for PARM_DECL.
5327 * tree-complex.c (get_component_ssa_name): Likewise.
5328 * tree-inline.c (remap_ssa_name): Likewise.
5329 * tree-ssa-loop-ivopts.c (parm_decl_cost): Likewise.
5330 * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
5331 (find_what_p_points_to): Likewise.
5332 * tree-ssa-operands.c (add_stmt_operand): Simplify.
5333
5334 2012-08-08 Joseph Myers <joseph@codesourcery.com>
5335
5336 * simplify-rtx.c (simplify_binary_operation_1): Do not simplify
5337 IOR to a constant if one operand has side effects.
5338
5339 2012-08-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5340
5341 * builtins.c (expand_builtin_atomic_compare_exchange): Pass old
5342 value operand as MEM to expand_atomic_compare_and_swap.
5343
5344 * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Accept
5345 nonimmediate_operand for old value; generate load and store if
5346 needed.
5347 * config/s390/s390.c (s390_expand_cs_hqi): Accept any operand
5348 as vtarget.
5349
5350 2012-08-08 Steven Bosscher <steven@gcc.gnu.org>
5351
5352 PR middle-end/54146
5353 * gimpify.c (gimplify_body): Only verify_gimple_in_seq with
5354 checking enabled.
5355 * tree-ssa-loop-manip.c (add_exit_phis_var): Assert that var is
5356 a gimple_reg if checking is enabled.
5357 (find_uses_to_rename_stmt): Only look at non-virtual USE operands.
5358 * tree-into-ssa (compute_global_livein): Change the worklist
5359 type from an array to a VEC.
5360
5361 2012-08-08 Richard Guenther <rguenther@suse.de>
5362
5363 * tree-ssa-operands.h (virtual_operand_p): Declare.
5364 * tree-ssa-operands.c (virtual_operand_p): New predicate.
5365 * gimple.c (is_gimple_reg): Use virtual_operand_p.
5366 * tree-into-ssa.c (prepare_block_for_update): Likewise.
5367 * tree-vect-loop-manip.c (adjust_debug_stmts): Likewise.
5368
5369 2012-08-08 Richard Guenther <rguenther@suse.de>
5370
5371 * tree-call-cdce.c (check_pow): Simplify.
5372 (gen_conditions_for_pow_int_base): Likewise.
5373 * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not handle
5374 virtual operands here.
5375 * tree-ssa-operands.c (get_name_decl): Remove unused function.
5376 * gimplify.c (gimple_regimplify_operands): Remove dead code.
5377 * tree-vrp.c (get_value_range): Move SSA_NAME_VAR access.
5378 * tree-parloops.c (create_phi_for_local_result): Use copy_ssa_name.
5379 * value-prof.c (gimple_ic): Use duplicate_ssa_name.
5380 (gimple_stringop_fixed_value): Likewise.
5381 * tree.c (needs_to_live_in_memory): Remove SSA name handling.
5382 * tree-stdarg.c (find_va_list_reference): Store SSA_NAME_VERSIONs
5383 in the bitmap alongside shifted DECL_UIDs.
5384 (va_list_counter_struct_op): Likewise.
5385 (va_list_ptr_read): Likewise.
5386 (va_list_ptr_write): Likewise.
5387 (check_va_list_escapes): Likewise.
5388 (check_all_va_list_escapes): Likewise.
5389 (execute_optimize_stdarg): Likewise.
5390 * tree-outof-ssa.c (insert_backedge_copies): Use copy_ssa_name.
5391
5392 2012-08-08 Richard Sandiford <rdsandiford@googlemail.com>
5393 H.J. Lu <hongjiu.lu@intel.com>
5394
5395 PR rtl-optimization/54157
5396 * combine.c (gen_lowpart_for_combine): Don't return identity
5397 for CONST or symbolic reference.
5398
5399 2012-08-08 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
5400
5401 * common/config/i386/i386-common.c (OPTION_MASK_ISA_ADX_SET): New.
5402 (OPTION_MASK_ISA_ADX_UNSET): Likewise.
5403 (ix86_handle_option): Handle madx option.
5404 * config.gcc (i[34567]86-*-*): Add adxintrin.h.
5405 (x86_64-*-*): Likewise.
5406 * config/i386/adxintrin.h: New header.
5407 * config/i386/driver-i386.c (host_detect_local_cpu): Detect ADCX/ADOX
5408 support.
5409 * config/i386/i386-builtin-types.def
5410 (UCHAR_FTYPE_UCHAR_UINT_UINT_PUNSIGNED): New function type.
5411 (UCHAR_FTYPE_UCHAR_ULONGLONG_ULONGLONG_PULONGLONG): Likewise.
5412 * config/i386/i386-c.c: Define __ADX__ if needed.
5413 * config/i386/i386.c (ix86_target_string): Define -madx option.
5414 (PTA_ADX): New.
5415 (ix86_option_override_internal): Handle new option.
5416 (ix86_valid_target_attribute_inner_p): Add OPT_madx.
5417 (ix86_builtins): Add IX86_BUILTIN_ADDCARRYX32,
5418 IX86_BUILTIN_ADDCARRYX64.
5419 (ix86_init_mmx_sse_builtins): Define corresponding built-ins.
5420 (ix86_expand_builtin): Handle these built-ins.
5421 (ix86_expand_args_builtin): Handle new function types.
5422 * config/i386/i386.h (TARGET_ADX): New.
5423 * config/i386/i386.md (adcx<mode>3): New define_insn.
5424 * config/i386/i386.opt (madx): New.
5425 * config/i386/x86intrin.h: Include adxintrin.h.
5426
5427 2012-08-08 Nick Clifton <nickc@redhat.com>
5428
5429 * config/rl78/rl78.c: Include tree-pass.h.
5430
5431 2012-08-08 Steven Bosscher <steven@gcc.gnu.org>
5432
5433 PR middle-end/54146
5434 * ira.c (init_live_subregs): Take live_subregs_used as a bitmap.
5435 (build_insn_chain): Make live_subregs_used a bitmap.
5436 Use SBITMAP_SIZE to ignore the paradoxical bytes of subregs.
5437 Use sbitmap_free to free the live_subreg sbitmaps.
5438
5439 PR middle-end/54146
5440 * ifcvt.c: Include pointer-set.h.
5441 (cond_move_process_if_block): Change type of then_regs and
5442 else_regs from alloca'd array to pointer_sets.
5443 (check_cond_move_block): Update for this change.
5444 (cond_move_convert_if_block): Likewise.
5445 * Makefile.in: Fix dependencies for ifcvt.o.
5446
5447 2012-08-07 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5448
5449 * gimple-ssa-strength-reduction.c (struct incr_info_d): New struct.
5450 (incr_vec): New static var.
5451 (incr_vec_len): Likewise.
5452 (address_arithmetic_p): Likewise.
5453 (stmt_cost): Remove dead assignment.
5454 (dump_incr_vec): New function.
5455 (cand_abs_increment): Likewise.
5456 (lazy_create_slsr_reg): Likewise.
5457 (incr_vec_index): Likewise.
5458 (count_candidates): Likewise.
5459 (record_increment): Likewise.
5460 (record_increments): Likewise.
5461 (unreplaced_cand_in_tree): Likewise.
5462 (optimize_cands_for_speed_p): Likewise.
5463 (lowest_cost_path): Likewise.
5464 (total_savings): Likewise.
5465 (analyze_increments): Likewise.
5466 (ncd_for_two_cands): Likewise.
5467 (nearest_common_dominator_for_cands): Likewise.
5468 (profitable_increment_p): Likewise.
5469 (insert_initializers): Likewise.
5470 (introduce_cast_before_cand): Likewise.
5471 (replace_rhs_if_not_dup): Likewise.
5472 (replace_one_candidate): Likewise.
5473 (replace_profitable_candidates): Likewise.
5474 (analyze_candidates_and_replace): Handle candidates with SSA-name
5475 strides.
5476
5477 2012-08-07 Steven Bosscher <steven@gcc.gnu.org>
5478
5479 * cfg.c (debug_bb): Do not set TDF_BLOCKS.
5480 * cfghooks.c (dump_bb): Honor ~TDF_BLOCKS.
5481 * pretty-print.c (pp_base_flush): Do not add a newline, and do not
5482 clear pp_needs_newline.
5483 * pretty-print.h (pp_newline_and_flush): New macro with the behavior
5484 of pp_base_flush before the above change.
5485 * langhooks.c (lhd_print_error_function): Use pp_newline_and_flush
5486 instead of pp_flush.
5487 * diagnostic.c (diagnostic_finish): Likewise.
5488 (diagnostic_report_diagnostic): Likewise.
5489 (verbatim): Likewise.
5490 (error_recursion): Likewise.
5491 * tree-pretty-print.c (print_generic_stmt): Likewise.
5492 (print_generic_stmt_indented): LIkewise.
5493 * gimple-pretty-print.c (print_gimple_stmt): Likewise.
5494 (print_gimple_seq): Likewise.
5495 (gimple_dump_bb_buff): Likewise.
5496
5497 2012-08-07 Uros Bizjak <ubizjak@gmail.com>
5498
5499 PR debug/54177
5500 * var-tracking.c (var_lowpart): Exit early for matched modes.
5501
5502 2012-08-07 Richard Henderson <rth@redhat.com>
5503
5504 * config/s390/s390.c (s390_emit_compare_and_swap): Update for
5505 atomic_compare_and_swapsi_internal name change.
5506 (s390_expand_insv): Try RISBG last, not requiring operands in
5507 registers but forcing them there. Try a limited form of ICM.
5508 (s390_two_part_insv): New.
5509 (s390_expand_cs_hqi): Use it. Update for atomic optabs.
5510 * config/s390/s390.md (UNSPEC_MOVA): New.
5511 (TDSI): Remove mode iterator.
5512 (DGPR, DINT, TDI): New mode iterators.
5513 (td): New mode attribute.
5514 (mem_signal_fence): New.
5515 (mem_thread_fence): Rename from memory_barrier; update for model arg.
5516 (mem_thread_fence_1): Rename from *memory_barrier.
5517 (atomic_load<DINT>, atomic_store<DINT>): New expanders.
5518 (atomic_loaddi_1, atomic_loadti_1): New.
5519 (atomic_storedi_1, atomic_storeti_1): New.
5520 (sync_compare_and_swap<TDSI>, sync_compare_and_swap<HQI>): Remove.
5521 (atomic_compare_and_swap<DGPR>, atomic_compare_and_swap<HQI>): New.
5522 (atomic_compare_and_swap<DGPR>_internal): New.
5523 (*sync_compare_and_swap<DW>, *sync_compare_and_swap<GPR>): Remove.
5524 (*atomic_compare_and_swap<TDI>_1): New.
5525 (*atomic_compare_and_swapdi_2, *atomic_compare_and_swapsi_3): New.
5526 (sync_<ATOMIC_Z196><GPR>, sync_old_<ATOMIC_Z196><GPR>): Remove.
5527 (atomic_fetch_<ATOMIC_Z196><GPR>): New.
5528 (atomic_fetch_<ATOMC_Z196><GPR>_iaf): New.
5529 (sync_<ATOMIC><HQI>, sync_old_<ATOMIC><HQI>): Remove.
5530 (sync_new_<ATOMIC><HQI>): Remove.
5531 (atomic_<ATOMIC><HQI>, atomic_fetch_<ATOMIC><HQI>): New.
5532 (atomic_<ATOMIC>_fetch<HQI>): New.
5533 (sync_lock_test_and_set<HQI>): Remove.
5534 (atomic_exchange<HQI>): New.
5535
5536 2012-08-07 Paul Brook <paul@codesourcery.com>
5537 Sandra Loosemore <sandra@codesourcery.com>
5538
5539 * except.c (switch_to_exception_section): Place tables for
5540 DECL_ONE_ONLY functions in comdat groups.
5541
5542 2012-08-07 Richard Guenther <rguenther@suse.de>
5543
5544 * tree-flow.h (copy_ssa_name_fn): New function.
5545 (duplicate_ssa_name_fn): Likewise.
5546 * tree-flow-inline.h (copy_ssa_name): New function.
5547 (duplicate_ssa_name): Likewise.
5548 * tree-ssanames.c (copy_ssa_name_fn): New function.
5549 (duplicate_ssa_name): Rename to ...
5550 (duplicate_ssa_name_fn): ... this and adjust.
5551 * tree-tailcall.c (update_accumulator_with_ops): Use copy_ssa_name.
5552 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1):
5553 Likewise.
5554 (slpeel_update_phi_nodes_for_guard2): Likewise.
5555 (slpeel_tree_peel_loop_to_edge): Likewise.
5556 (vect_loop_versioning): Likewise.
5557 * tree-parloops.c (transform_to_exit_first_loop): Likewise.
5558 (create_parallel_loop): Likewise.
5559 * ipa-split.c (split_function): Likewise.
5560 * tree-vect-loop.c (vect_is_simple_reduction_1): Likewise.
5561 (vect_create_epilog_for_reduction): Likewise.
5562 * tree-vect-data-refs.c (bump_vector_ptr): Likewise.
5563 (vect_setup_realignment): Likewise.
5564 * tree-vect-stmts.c (vectorizable_load): Likewise.
5565 * tree-switch-conversion.c (build_one_array): Likewise.
5566 (gen_def_assigns): Likewise.
5567 * tree-cfg.c (gimple_make_forwarder_block): Likewise.
5568 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Call
5569 create_zero_dim_array with the SSA name.
5570 (rewrite_phi_out_of_ssa): Likewise.
5571 (rewrite_cross_bb_scalar_dependence): Likewise. Use copy_ssa_name.
5572
5573 2012-08-07 Richard Guenther <rguenther@suse.de>
5574
5575 * tree-dfa.c (set_ssa_default_def): Clear the SSA_NAME_DEFAULT_DEF
5576 bit of the old name when we clear the slot.
5577 * tree-ssa-live.c (remove_unused_locals): Release any default
5578 def associated with an unused var.
5579 * tree-ssa-copy.c (may_propagate_copy_into_asm): Always return true.
5580
5581 2012-08-07 Richard Guenther <rguenther@suse.de>
5582
5583 * tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables
5584 we rewrite into SSA form.
5585 (rewrite_enter_block): Adjust.
5586 * gimple-iterator.c (gsi_replace): Also allow replacement with
5587 a stmt without a lhs.
5588 * tree-ssa-live.c (remove_unused_locals): Remove code handling
5589 clobbers of SSA names.
5590 * tree-nested.c (convert_local_reference_stmt): Remove clobbers
5591 for variables we access through the local chain.
5592 * tree-cfg.c (verify_gimple_assign_single): Verify clobbers
5593 clobber full decls only.
5594
5595 2012-08-07 Richard Guenther <rguenther@suse.de>
5596
5597 * gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.
5598 * tree-phinodes.c (make_phi_node): Allow a NULL var.
5599 * tree-into-ssa.c (insert_phi_nodes_for): Simplify.
5600 * tree-complex.c (update_phi_components): Likewise.
5601 * tree-ssa-loop-manip.c (create_iv): Likewise.
5602 (add_exit_phis_edge): Likewise.
5603 (split_loop_exit_edge): Likewise.
5604 (tree_transform_and_unroll_loop): Likewise.
5605 * value-prof.c (gimple_ic): Likewise.
5606 (gimple_stringop_fixed_value): Likewise.
5607 * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
5608 * omp-low.c (expand_parallel_call): Likewise.
5609 (expand_omp_for_static_chunk): Likewise.
5610 (expand_omp_atomic_pipeline): Likewise.
5611 * tree-parloops.c (create_phi_for_local_result): Likewise.
5612 (transform_to_exit_first_loop): Likewise.
5613 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
5614 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Likewise.
5615 * tree-predcom.c (initialize_root_vars): Likewise.
5616 (initialize_root_vars_lm): Likewise.
5617 * sese.c (sese_add_exit_phis_edge): Likewise.
5618 * gimple-streamer-in.c (input_phi): Likewise.
5619 * tree-inline.c (copy_phis_for_bb): Likewise.
5620 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
5621 * tree-cfg.c (gimple_make_forwarder_block): Likewise.
5622 (gimple_duplicate_bb): Likewise.
5623
5624 2012-08-07 Nick Clifton <nickc@redhat.com>
5625
5626 * config/mn10300/mn10300.c (mn10300_expand_prologue): Report
5627 stack usage if requested.
5628
5629 2012-08-06 Cary Coutant <ccoutant@google.com>
5630
5631 * cgraphunit.c (assemble_thunk): Add source line info.
5632 * final.c (final): Check for non-null cfg pointer.
5633
5634 2012-08-06 Sandra Loosemore <sandra@codesourcery.com>
5635 Maxim Kuvyrkov <maxim@codesourcery.com>
5636 Julian Brown <julian@codesourcery.com>
5637
5638 * config/mips/24k.md (r24k_unknown_store): Delete special handling
5639 for cprestore.
5640 (r24k_int_load, r24k_int_arith, r24k_int_mul3, r24k_int_mfhilo)
5641 (r24k_int_cop, r24k_int_multi)
5642 (r24kf2_1_fcvt_f2i, r24kf2_1_fxfer)
5643 (r24kf1_1_fcvt_f2i, r24kf1_1_fxfer): Use mips_store_data_bypass_p
5644 instead of store_data_bypass_p.
5645 * config/mips/74k.md (r74k_int_store): Delete special handling for
5646 cprestore.
5647 (r74k_int_load, r74k_int_logical, r74k_int_arith, r74k_int_cmove):
5648 Use mips_store_data_bypass_p instead of store_data_bypass_p.
5649
5650 2012-08-06 Marc Glisse <marc.glisse@inria.fr>
5651
5652 PR tree-optimization/51938
5653 PR tree-optimization/52005
5654 * tree-ssa-ifcombine.c (ifcombine_ifandif): New parameters for
5655 inverted conditions.
5656 (ifcombine_iforif): Remove, merge code into ifcombine_ifandif.
5657 (tree_ssa_ifcombine_bb): Update calls to the above. Detect !a&&b
5658 and !a||b patterns.
5659
5660 2012-08-06 Olivier Hainque <hainque@adacore.com>
5661
5662 * tree-emutls.c (new_emutls_decl): When a var_section is requested by
5663 the target, attach the new decl to that, not to the template section.
5664
5665 2012-08-06 Tom de Vries <tom@codesourcery.com>
5666
5667 * tree-switch-conversion.c (emit_case_bit_tests): Generate MINUS_EXPR in
5668 unsigned type.
5669
5670 2012-08-05 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5671
5672 * doc/invoke.texi: Document AMD btver2.
5673 * doc/extend.texi: Document AMD btver1 and btver2.
5674
5675 2012-08-04 Sandra Loosemore <sandra@codesourcery.com>
5676 Richard Sandiford <rdsandiford@googlemail.com>
5677
5678 * config/mips/mips.c (mips_option_override): Check -fpic
5679 for compatibility with -mabicalls and ABI.
5680
5681 2012-08-04 Catherine Moore <clm@codesourcery.com>
5682 Sandra Loosemore <sandra@codesourcery.com>
5683
5684 * config/mips/xlr.md (ir_xlr_alu_clz): New insn_reservation.
5685 (ir_xlr_alu): Remove clz.
5686 * config/mips/mips-cpus.def (xlr): Set PTF_AVOID_BRANCHLIKELY.
5687
5688 2012-08-04 Richard Earnshaw <rearnsha@arm.com>
5689
5690 * arm.c (arm_gen_constant): Use SImode when preparing operands for
5691 gen_extzv_t2.
5692
5693 2012-08-04 Uros Bizjak <ubizjak@gmail.com>
5694
5695 * config/i386/i386.h (QI_REGNO_P): New define.
5696 (ANY_QI_REGNO_P): Ditto.
5697 (GENERAL_REGNO_P): Use IN_RANGE macro.
5698 (QI_REG_P): Use QI_REGNO_P.
5699 (ANY_QI_REG_P): Use GENERAL_REGNO_P and QI_REGNO_P.
5700 (HARD_REGNO_CALLER_SAVE_MODE): Use QI_REGNO_P.
5701 * config/i386/i386.c (ix86_hard_regno_mode_ok): Ditto.
5702 (x86_extended_QIreg_mentioned_p): Ditto. Also check if
5703 register is a general register.
5704
5705 2012-08-03 Uros Bizjak <ubizjak@gmail.com>
5706
5707 * config/i386/sync.md (*atomic_fetch_add_cmp<mode>): Use
5708 incdec_operand predicate to return INC or DEC insn mnemonic.
5709 Add %K operand modifier.
5710 (atomic_add<mode>): Use incdec_operand predicate to
5711 return INC or DEC insn mnemonic.
5712 (atomic_dec<mode>): Ditto.
5713
5714 2012-08-03 Michael Matz <matz@suse.de>
5715
5716 PR tree-optimization/54146
5717 * cfgexpand.c (add_scope_conflicts_1): Use bitmap_ior_into.
5718 (add_scope_conflicts): Iterate in RPO order.
5719 (add_stack_protection_conflicts): Iterate over the other triangle.
5720 (fini_vars_expansion): Clear stack_vars_sorted.
5721
5722 2012-08-03 Marc Glisse <marc.glisse@inria.fr>
5723
5724 PR tree-optimization/30318
5725 * double-int.c (mul_double_wide_with_sign): New function.
5726 (mul_double_with_sign): Call the new function.
5727 * double-int.h (mul_double_wide_with_sign): Declare the new function.
5728 * tree-vrp.c (extract_range_from_binary_expr_1) [MULT_EXPR]:
5729 Handle integer types that wrap on overflow.
5730 (quad_int_cmp): New helper function.
5731 (quad_int_pair_sort): Likewise.
5732
5733 2012-08-03 Richard Guenther <rguenther@suse.de>
5734
5735 * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query
5736 is_gimple_reg on the SSA name, not its variable.
5737 (vect_update_ivs_after_vectorizer): Likewise.
5738 * tree-ssa-copyrename.c (rename_ssa_copies): Likewise.
5739 * tree-if-conv.c (if_convertible_phi_p): Likewise.
5740 (predicate_scalar_phi): Likewise.
5741 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Likewise.
5742 (vect_analyze_scalar_cycles_1): Likewise.
5743 * tree-ssa-live.c (register_ssa_partition_check): Likewise.
5744 * tree-outof-ssa.c (eliminate_useless_phis): Likewise.
5745 * tree-ssa-reassoc.c (phi_rank): Likewise.
5746 * tree-parloops.c (separate_decls_in_region_name): Use
5747 replace_ssa_name_symbol.
5748 * tree-predcom.c (base_names_in_chain_on): Likewise.
5749 * matrix-reorg.c (update_type_size): Query the type of the SSA name,
5750 not its variable.
5751 * gimple-ssa-strength-reduction.c (create_mul_ssa_cand): Likewise.
5752 (create_mul_imm_cand): Likewise.
5753 (create_add_ssa_cand): Likewise.
5754 (create_add_imm_cand): Likewise.
5755 (slsr_process_add): Likewise.
5756 * tree-inline.c (remap_ssa_name): Do not set the type of the
5757 new SSA_NAME.
5758 * tree-ssa-structalias.c (get_constraint_for_ssa_var): Clarify assert.
5759 Check for default def first.
5760
5761 2012-08-04 Steven Bosscher <steven@gcc.gnu.org>
5762
5763 * cfgrtl.c (print_rtl_with_bb): Do not print a newline between insns.
5764
5765 * sched-vis.c (print_pattern): Handle SEQUENCE also.
5766
5767 2012-08-02 Richard Henderson <rth@redhat.com>
5768
5769 Revert:
5770 PR 34548
5771 * function.h (struct rtl_data): Add max_dynamic_stack_alignment.
5772 * cfgexpand.c (gimple_expand_cfg): Initialise it.
5773 * explow.c (allocate_dynamic_stack_space): Set it. Simplify
5774 alignment requirements given the known alignment of dynamic_offset.
5775 * function.c (instantiate_virtual_regs): Align dtnamic_offset.
5776
5777 2012-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>
5778
5779 * cfgexpand.c (expand_debug_locations): Encapsulate test for
5780 CONST_DOUBLE in macro.
5781 * combine.c (try_combine, gen_lowpart_for_combine): Ditto.
5782 * cprop.c (implicit_set_cond_p): Ditto.
5783 * cselib.c (rtx_equal_for_cselib_1): Ditto.
5784 * expmed.c (expand_mult): Ditto.
5785 * expr.c (convert_modes): Ditto.
5786 * ira-costs.c (record_reg_classes): Ditto.
5787 * ira-lives.c (single_reg_class): Ditto.
5788 * optabs.c (expand_copysign_absneg, expand_copysign): Ditto.
5789 * print-rtl.c (print_rtx): Ditto.
5790 * recog.c (simplify_while_replacing, const_double_operand)
5791 (asm_operand_ok, constrain_operands): Ditto.
5792 * reg-stack.c (subst_stack_regs_pat): Ditto.
5793 * reload.c (find_reloads, find_equiv_reg): Ditto.
5794 * rtlanal.c (replace_rtx): Remove test.
5795 * rtlanal.c (constant_pool_constant_p, split_double): Encapsulate
5796 test for CONST_DOUBLE in macro.
5797 * simplify-rtx.c (mode_signbit_p, avoid_constant_pool_reference)
5798 (simplify_unary_operation_1, simplify_const_unary_operation)
5799 (simplify_binary_operation_1, simplify_const_binary_operation)
5800 (simplify_relational_operation_1)
5801 (simplify_const_relational_operations)
5802 (implify_subreg): Ditto.
5803 * varasm.c (output_constant_pool_2): Ditto.
5804 * rtl.h (CONST_DOUBLE_AS_INT_P, CONST_DOUBLE_AS_FLOAT_P): New macros.
5805 * rtl.def (CONST_DOUBLE): Updated comments.
5806
5807 2012-08-02 Richard Sandiford <rdsandiford@googlemail.com>
5808
5809 PR target/51931
5810 * config/mips/mips-protos.h (mips_strip_unspec_address): Declare.
5811 * config/mips/mips.c (mips_strip_unspec_address): Make extern.
5812 (mips16_rewrite_pool_constant): Make a copy of the pool constant
5813 before adding to a PC-relative table.
5814 (mips16_lay_out_constants): Add a SPLIT_P parameter.
5815 (mips16_load_branch_target, mips16_split_long_branches): New functions.
5816 (mips_reorg): Update call to mips16_lay_out_constants.
5817 Call mips16_split_long_branches.
5818 * config/mips/predicates.md (pc_or_label_operand): Delete.
5819 * config/mips/mips.md (length): Add a calculation for MIPS16 branches.
5820 Move the extended_mips16 handling further down.
5821 (*branch_equality<mode>_mips16): Replace use pc_or_label_operand
5822 with explicit label_ref and pc. Follow the usual operand numbering.
5823 (*branch_equality<mode>_mips16_inverted): New pattern.
5824 (*jump_mips16): Add length attribute.
5825 (indirect_jump_and_restore_<mode>): New pattern.
5826 (consttable_int): Call mips_strip_unspec_address on the operand.
5827
5828 2012-08-02 Richard Sandiford <rdsandiford@googlemail.com>
5829
5830 * recog.c (split_insn): Copy the original SET_SRC before using
5831 it as a note.
5832
5833 2012-08-02 Richard Sandiford <rdsandiford@googlemail.com>
5834
5835 * reorg.c (dbr_schedule): Delete REG_BR_PRED loop.
5836
5837 2012-08-02 Marc Glisse <marc.glisse@inria.fr>
5838
5839 PR tree-optimization/53805
5840 * fold-const.c (invert_tree_comparison): Invert ORDERED_EXPR and
5841 UNORDERED_EXPR even for trapping floating point.
5842
5843 2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
5844
5845 PR middle-end/53321
5846 PR middle-end/53865
5847 * ipa-inline-analysis.c (inline_free_summary): Return if
5848 inline_edge_summary_vec is NULL.
5849
5850 * ipa-split.c (execute_split_functions): Check if a function
5851 is inlinable only if inline_edge_summary_vec != NULL.
5852
5853 * ipa.c (symtab_remove_unreachable_nodes): Restore
5854 cgraph_propagate_frequency call when something was changed.
5855 (free_inline_summary): New function.
5856 (pass_ipa_free_inline_summary): New pass.
5857
5858 * passes.c (init_optimization_passes): Add
5859 pass_ipa_free_inline_summary before pass_ipa_tree_profile.
5860
5861 * timevar.def (TV_IPA_FREE_INLINE_SUMMARY): New.
5862
5863 * tree-pass.h (pass_ipa_free_inline_summary): New.
5864
5865 2012-08-02 Richard Earnshaw <rearnsha@arm.com>
5866
5867 * arm.c (arm_gen_constant): Use UBFX for some AND operations when
5868 available.
5869
5870 2012-08-02 Richard Guenther <rguenther@suse.de>
5871
5872 * tree-into-ssa.c (struct common_info_d): New struct.
5873 (struct var_info_d, struct ssa_name_info): Use it.
5874 (get_ssa_name_ann): Adjust.
5875 (get_phi_state, set_phi_state): Remove.
5876 (get_common_info): New function.
5877 (get_current_def, set_current_def): Adjust.
5878 (get_def_blocks_for): Take a common info as param.
5879 (set_def_block): Call get_common_info once.
5880 (set_livein_block): Likewise.
5881 (find_def_blocks_for): Adjust.
5882 (insert_phi_nodes): Likewise.
5883 (register_new_def): Call get_common_info once.
5884 (get_reaching_def): Likewise.
5885 (rewrite_debug_stmt_uses): Likewise.
5886 (rewrite_leave_block): Likewise.
5887 (dump_currdefs): Likewise.
5888 (debug_var_infos_r): Adjust.
5889 (register_new_update_single): Call get_common_info once.
5890 (maybe_replace_use_in_debug_stmt): Likewise.
5891 (rewrite_update_leave_block): Likewise.
5892 (mark_use_interesting): Adjust.
5893 (create_new_def_for): Likewise.
5894 (update_ssa): Likewise.
5895
5896 2012-08-02 Michael Matz <matz@suse.de>
5897
5898 * tree-ssa-live.c (set_is_used): Return a bool.
5899 (mark_all_vars_used): Don't take data argument.
5900 (mark_all_vars_used_1): Adjust calls to above, merge handling
5901 of local and global vars.
5902 (remove_unused_scope_block_p): Don't take global_unused_vars,
5903 merge handling of local and global vars.
5904 (remove_unused_locals): Don't allocate/fill/pass global_unused_vars,
5905 use is_used_p for local and global vars.
5906
5907 2012-08-02 Richard Guenther <rguenther@suse.de>
5908
5909 * tree-flow.h (make_rename_temp): Remove.
5910 * tree-dfa.c (make_rename_temp): Likewise.
5911 * cgraphunit.c (thunk_adjust, assemble_thunk): Use create_tmp_reg
5912 instead of make_rename_temp.
5913 * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
5914 expand_omp_atomic_pipeline): Likewise.
5915 * trans-mem.c (tm_log_emit_save_or_restores, build_tm_load,
5916 build_tm_store, expand_call_tm, expand_transaction,
5917 ipa_tm_insert_gettmclone_call): Likewise.
5918 * tree-complex.c (expand_complex_div_wide): Likewise.
5919 * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
5920 Likewise.
5921 * tree-ssa-loop-im.c (execute_sm_if_changed_flag_set, execute_sm):
5922 Likewise.
5923 * tree-ssa-math-opts.c (insert_reciprocals): Likewise.
5924 * value-prof.c (gimple_divmod_fixed_value, gimple_mod_pow2,
5925 gimple_mod_subtract): Likewise.
5926
5927 2012-08-02 Richard Guenther <rguenther@suse.de>
5928
5929 * tree-flow.h (set_default_def): Rename to ...
5930 (set_ssa_default_def): ... this. Take a struct function argument.
5931 (gimple_default_def): Rename to ...
5932 (ssa_default_def): ... this.
5933 (get_or_create_ssa_default_def): New function.
5934 * tree-dfa.c: Likewise.
5935 (dump_variable): Adjust.
5936 * ipa-prop.c (ipa_analyze_params_uses): Adjust, properly check
5937 for used parameters.
5938 * ipa-split.c (consider_split): Adjust, avoid repeated default-def
5939 lookups.
5940 (split_function): Likewise.
5941 * lto-streamer-in.c (input_ssa_names): Adjust.
5942 * omp-low.c (expand_omp_taskreg): Likewise.
5943 * tree-cfg.c (replace_ssa_name): Adjust, no need to push/pop cfun.
5944 * tree-complex.c (init_parameter_lattice_values): Adjust.
5945 (get_component_ssa_name): Likewise.
5946 (update_parameter_components): Likewise.
5947 * tree-inline.c (remap_ssa_name): Likewise.
5948 (setup_one_parameter): Likewise.
5949 (initialize_inlined_parameters): Likewise.
5950 (declare_return_variable): Likewise.
5951 (expand_call_inline): Likewise.
5952 (tree_function_versioning): Likewise.
5953 * tree-into-ssa.c (get_default_def_for): Remove.
5954 (get_reaching_def): Use get_or_create_ssa_default_def instead.
5955 * tree-predcom.c (replace_ref_with): Adjust.
5956 * tree-sra.c (get_repl_default_def_ssa_name): Likewise.
5957 (is_unused_scalar_param): Likewise.
5958 (ptr_parm_has_direct_uses): Likewise.
5959 (sra_ipa_reset_debug_stmts): Likewise.
5960 * tree-ssa-coalesce.c (create_outofssa_var_map): Adjust.
5961 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
5962 * tree-ssa-live.c (verify_live_on_entry): Likewise.
5963 * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise,
5964 avoid repeated default def lookups.
5965 * tree-ssa-sccvn.c (run_scc_vn): Likewise.
5966 * tree-tailcall.c (arg_needs_copy_p): Adjust.
5967 (tree_optimize_tail_calls_1): Likewise.
5968
5969 2012-08-02 Richard Guenther <rguenther@suse.de>
5970
5971 PR tree-optimization/50672
5972 Revert
5973 2012-08-01 Richard Guenther <rguenther@suse.de>
5974
5975 * tree-ssa-tail-merge.c (release_last_vdef): Remove.
5976 (replace_block_by): Adjust.
5977
5978 2012-08-02 Richard Guenther <rguenther@suse.de>
5979
5980 * tree-dfa.c (referenced_var_lookup): Remove.
5981 (find_referenced_vars): Remove.
5982 (pass_referenced_vars): Likewise.
5983 (make_rename_temp): Do not add referenced vars.
5984 (dump_referenced_vars): Remove.
5985 (debug_referenced_vars): Likewise.
5986 (dump_dfa_stats): Do not dump referenced var stats.
5987 (find_vars_r): Remove.
5988 (find_referenced_vars_in): Likewise.
5989 (referenced_var_check_and_insert): Likewise.
5990 (add_referenced_var_1): Likewise.
5991 (remove_referenced_var): Likewise.
5992 * tree-flow.h (referenced_var_lookup): Likewise.
5993 (struct gimple_df): Remove referenced_vars member.
5994 (typedef referenced_var_iterator): Remove.
5995 (FOR_EACH_REFERENCED_VAR): Likewise.
5996 (num_referenced_vars): Likewise.
5997 (debug_referenced_vars, dump_referenced_vars): Likewise.
5998 (add_referenced_var_1, add_referenced_var): Likewise.
5999 (remove_referenced_var): Likewise.
6000 (find_referenced_vars_in): Likewise.
6001 * tree-flow-inline.h (gimple_referenced_vars): Remove.
6002 (first_referenced_var): Likewise.
6003 (end_referenced_vars_p): Likewise.
6004 (next_referenced_var): Likewise.
6005 * cfgexpand.c (update_alias_info_with_stack_vars): Remove assert.
6006 * gimple-pretty-print.c (pp_points_to_solution): Dump UIDs
6007 unconditionally.
6008 * tree-into-ssa.c (dump_decl_set): Likewise.
6009 (pass_build_ssa): Do not require PROP_referenced_vars.
6010 * tree-ssa.c (target_for_debug_bind): Virtual operands are
6011 not suitable, but all register type vars are.
6012 (init_tree_ssa): Do not allocate referenced vars.
6013 (delete_tree_ssa): Do not free referenced vars.
6014 * cgraphunit.c (init_lowered_empty_function): Do not set
6015 PROP_referenced_vars.
6016 (assemble_thunk): Do not add referenced vars.
6017 * gimple-fold.c (canonicalize_constructor_val): Likewise.
6018 (gimplify_and_update_call_from_tree): Likewise.
6019 * gimple-streamer-in.c (input_bb): Likewise.
6020 * passes.c (init_optimization_passes): Do not run
6021 pass_referenced_vars.
6022 (dump_properties): Do not dump PROP_referenced_vars.
6023 * tree-inline.c (remap_decl): Do not add referenced vars.
6024 (remap_gimple_op_r): Likewise.
6025 (copy_tree_body_r): Likewise.
6026 (copy_bb): Likewise.
6027 (setup_one_parameter): Likewise.
6028 (declare_return_variable): Likewise.
6029 (copy_decl_for_dup_finish): Likewise.
6030 (copy_arguments_for_versioning): Likewise.
6031 (tree_function_versioning): Likewise.
6032 * tree-pass.h (PROP_referenced_vars): Remove.
6033 (pass_referenced_vars): Likewise.
6034 * tree-profile.c (gimple_gen_edge_profiler): Do not add
6035 referenced vars.
6036 (gimple_gen_interval_profiler): Likewise.
6037 (gimple_gen_pow2_profiler): Likewise.
6038 (gimple_gen_one_value_profiler): Likewise.
6039 (gimple_gen_ic_profiler): Likewise.
6040 (gimple_gen_average_profiler): Likewise.
6041 (gimple_gen_ior_profiler): Likewise.
6042 * tree-ssa-live.c (remove_unused_locals): Do not touch referenced vars.
6043 * tree-cfg.c (replace_ssa_name): Do not add referenced vars.
6044 (move_stmt_op): Likewise.
6045 * tree-ssa-operands.c (create_vop_var): Likewise.
6046 * gimple-low.c (record_vars_into): Likewise.
6047 * gimplify.c (gimple_regimplify_operands): Likewise.
6048 (force_gimple_operand_1): Likewise.
6049 * omp-low.c (expand_omp_for_generic): Likewise.
6050 (expand_omp_for_static_chunk): Likewise.
6051 (expand_omp_atomic_pipeline): Likewise.
6052 * graphite-clast-to-gimple.c (graphite_create_new_loop): Likewise.
6053 (translate_clast_assignment): Likewise.
6054 * graphite-sese-to-poly.c (create_zero_dim_array): Likewise.
6055 (handle_scalar_deps_crossing_scop_limits): Likewise.
6056 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
6057 * ipa-split.c (split_function): Likewise.
6058 * matrix-reorg.c (transform_access_sites): Likewise.
6059 * trans-mem.c (tm_log_add): Likewise.
6060 (ipa_tm_insert_gettmclone_call): Likewise.
6061 * tree-complex.c (create_one_component_var): Likewise.
6062 * tree-if-conv.c (ifc_temp_var): Likewise.
6063 * tree-parloops.c (take_address_of): Likewise.
6064 (initialize_reductions): Likewise.
6065 (separate_decls_in_region_name): Likewise.
6066 (create_call_for_reduction_1): Likewise.
6067 (separate_decls_in_region): Likewise.
6068 * tree-predcom.c (predcom_tmp_var): Likewise.
6069 (reassociate_to_the_same_stmt): Likewise.
6070 * tree-sra.c (build_ref_for_offset): Likewise.
6071 (create_access_replacement): Likewise.
6072 (get_replaced_param_substitute): Likewise.
6073 (sra_ipa_reset_debug_stmts): Likewise.
6074 * tree-ssa-loop-im.c (rewrite_reciprocal): Likewise.
6075 (rewrite_bittest): Likewise.
6076 * tree-ssa-loop-ivopts.c (create_new_iv): Likewise.
6077 * tree-ssa-loop-manip.c (create_iv): Likewise.
6078 (tree_transform_and_unroll_loop): Likewise.
6079 * tree-ssa-math-opts.c (powi_as_mults): Likewise.
6080 (build_and_insert_call): Likewise.
6081 (gimple_expand_builtin_cabs): Likewise.
6082 (execute_optimize_bswap): Likewise.
6083 * tree-ssa-phiopt.c (conditional_replacement): Likewise.
6084 (abs_replacement): Likewise.
6085 (cond_store_replacement): Likewise.
6086 (cond_if_else_store_replacement_1): Likewise.
6087 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
6088 * tree-ssa-pre.c (get_representative_for): Likewise.
6089 (create_expression_by_pieces): Likewise.
6090 (insert_into_preds_of_block): Likewise.
6091 * tree-ssa-propagate.c (update_call_from_tree): Likewise.
6092 * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
6093 (eliminate_redundant_comparison): Likewise.
6094 (rewrite_expr_tree_parallel): Likewise.
6095 (get_reassoc_pow_ssa_name): Likewise.
6096 * tree-ssa-strlen.c (get_string_length): Likewise.
6097 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
6098 (build_arrays): Likewise.
6099 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
6100 (create_tailcall_accumulator): Likewise.
6101 * tree-vect-data-refs.c (vect_get_new_vect_var): Likewise.
6102 (vect_create_addr_base_for_vector_ref): Likewise.
6103 (vect_permute_store_chain): Likewise.
6104 (vect_permute_load_chain): Likewise.
6105 * tree-vect-generic.c (expand_vector_divmod): Likewise.
6106 * tree-vect-loop-manip.c (set_prologue_iterations): Likewise.
6107 (vect_build_loop_niters): Likewise.
6108 (vect_generate_tmps_on_preheader): Likewise.
6109 (vect_update_ivs_after_vectorizer): Likewise.
6110 (vect_gen_niters_for_prolog_loop): Likewise.
6111 (vect_do_peeling_for_alignment): Likewise.
6112 (vect_create_cond_for_align_checks): Likewise.
6113 * tree-vect-patterns.c (vect_recog_temp_ssa_var): Likewise.
6114 (vect_handle_widen_op_by_const): Likewise.
6115 (vect_operation_fits_smaller_type): Likewise.
6116 (vect_recog_over_widening_pattern): Likewise.
6117 * tree-vect-stmts.c (vect_init_vector): Likewise.
6118
6119 2012-08-01 Alexandre Oliva <aoliva@redhat.com>
6120
6121 PR debug/52983
6122 * valtrack.c (dead_debug_insert_temp): Use cleanup_auto_inc_dec.
6123
6124 2012-08-01 Alexandre Oliva <aoliva@redhat.com>
6125
6126 PR debug/52983
6127 * valtrack.c (cleanup_auto_inc_dec): Implement unconditionally,
6128 falling back to copy_rtx on non-autoinc machines.
6129 (propagate_for_debug_subst): Always use cleanup_auto_inc_dec.
6130
6131 2012-08-01 Alexandre Oliva <aoliva@redhat.com>
6132
6133 PR debug/52983
6134 * valtrack.h, valtrack.c: New.
6135 * Makefile.in (VALTRACK_H): New.
6136 (OBJS): Add valtrack.o.
6137 (valtrack.o): New.
6138 (cselib.o, dce.o, df-problems.o, combine.o): Add VALTRACK_H.
6139 * combine.c: Include valtrack.h.
6140 (make_compound_operation): Publish.
6141 (cleanup_auto_inc_dec): Move to valtrack.c.
6142 (struct rtx_subst_pair, propagate_for_debug_subst): Likewise.
6143 (propagate_for_debug): Likewise. Add this_basic_block parameter.
6144 Adjust all callers.
6145 * cselib.c: Include valtrack.h.
6146 * dce.c: Likewise.
6147 * df-problems.c: Likewise.
6148 (dead_debug_init, dead_debug_reset_uses): Move to valtrack.c.
6149 (dead_debug_finish, dead_debug_add): Likewise.
6150 (dead_debug_insert_temp): Likewise.
6151 * df.h (struct dead_debug_use): Move to valtrack.h.
6152 (struct dead_debug, enum debug_temp_where): Likewise.
6153 (dead_debug_init, dead_debug_reset_uses): Move to valtrack.h.
6154 (dead_debug_finish, dead_debug_add): Likewise.
6155 (dead_debug_insert_temp): Likewise.
6156 * rtl.h (make_compound_operation): Declare.
6157
6158 2012-08-01 Catherine Moore <clm@codesourcery.com>
6159 Sandra Loosemore <sandra@codesourcery.com>
6160
6161 * config/mips/mips-cpus.def (34kn): New.
6162 * config/mips/mips.h (MIPS_ARCH_FLOAT_SPEC): Add 34kn.
6163 (BASE_DRIVER_SELF_SPECS): Do not imply -mdsp for the 34kn.
6164 * config/mips/mips-tables.opt: Regenerate.
6165 * doc/invoke.texi (MIPS Options): Document -march=34kn.
6166
6167 2012-08-01 Richard Henderson <rth@redhat.com>
6168
6169 * expmed.h (NUM_MODE_PARTIAL_INT): New.
6170 (NUM_MODE_VECTOR_INT, NUM_MODE_IP_INT, NUM_MODE_IPV_INT): New.
6171 (struct expmed_op_cheap): Size one array on NUM_MODE_IPV_INT.
6172 (struct expmed_op_costs): Likewise.
6173 (struct target_expmed): Size x_convert_cost on NUM_MODE_IP_INT.
6174 (expmed_mode_index): New.
6175 (expmed_op_cheap_ptr, expmed_op_cost_ptr): Use expmed_mode_index.
6176 (convert_cost_ptr): Likewise.
6177 * expmed.c (struct init_expmed_rtl): Rename convert to trunc.
6178 (init_expmed_one_conv): Split out from ...
6179 (init_expmed_one_mode): ... here. Iterate conversions over
6180 partial integer modes too.
6181 (init_expmed): Iterate over partial integer modes too.
6182
6183 2012-08-01 Richard Henderson <rth@redhat.com>
6184
6185 * config/m32c/m32c.c (TARGET_INIT_LIBFUNCS): Remove.
6186 (m32c_init_libfuncs): Remove.
6187 * config/m32c/cond.md (cstore<QHPSI>4_16): Rename from cstore<QHPSI>4.
6188 (cstore<QHPSI>4): New expander.
6189
6190 2012-08-01 Richard Guenther <rguenther@suse.de>
6191
6192 * tree-flow-inline.h (referenced_var): Remove.
6193 * tree-ssa-coalesce.c (create_outofssa_var_map): Remove duplicate
6194 checking code.
6195 * tree-sra.c (candidates): New global hashtable.
6196 (candidate): New function.
6197 (sra_initialize): Initialize candidates.
6198 (sra_deinitialize): Free candidates.
6199 (disqualify_candidate): Remove candidate from candidates.
6200 (maybe_add_sra_candidate): New function.
6201 (find_var_candidates): Walk over all local decls and parameters,
6202 add candidates to candidates hashtable.
6203 (find_param_candidates): Add candidates to candidates hashtable.
6204 (analyze_all_variable_accesses): Use candidate instead of
6205 referenced_var.
6206
6207 2012-08-01 Tom de Vries <tom@codesourcery.com>
6208
6209 * tree-vrp.c (find_case_label_ranges): New function.
6210 (vrp_visit_switch_stmt, simplify_switch_using_ranges): Use
6211 find_case_label_ranges instead of find_case_label_range. Handle second
6212 range.
6213
6214 2012-08-01 Michael Matz <matz@suse.de>
6215
6216 * tree-complex.c (init_parameter_lattice_values): Don't call var_ann.
6217 * tree-dfa.c (struct dfa_stats_d): Remove num_var_anns member.
6218 (dump_dfa_stats): Don't dump stats about var anns.
6219 (collect_dfa_stats): Don't collect them.
6220 (add_referenced_var_1): Don't set var annotation pointers.
6221 (remove_referenced_var): Ditto, and only remove it it's in the
6222 hash table.
6223
6224 * tree-flow-inline.h (var_ann): Remove.
6225 * tree-flow.h (struct var_ann_d, var_ann_t): Remove.
6226
6227 * tree-inline.c (remapped_type): Remove.
6228 (can_be_nonlocal): Most variable will be considered live here,
6229 return false earlier.
6230 (remap_decls): Don't call var_ann, all variables will be considered
6231 referenced here.
6232 (copy_debug_stmt): Ditto, and use is_global_var.
6233
6234 * tree-into-ssa.c (rewrite_debug_stmt_uses): Use get_current_def to
6235 determine if a variable was referred to, not var_ann.
6236 * tree-ssa-live.c (remove_unused_scope_block_p): Don't check var_ann.
6237 (remove_unused_locals): Ditto.
6238 * tree-ssa.c (delete_tree_ssa): Don't free/clear var ann pointers.
6239 * tree-tailcall.c (arg_needs_copy_p): Don't check var_ann.
6240 * tree.c (copy_node_stat): Don't clear var ann pointer.
6241 * tree.h (tree_result_decl, tree_parm_decl, tree_var_decl): Remove
6242 ann member.
6243 (DECL_VAR_ANN_PTR): Remove.
6244
6245 2012-08-01 Michael Matz <matz@suse.de>
6246
6247 * tree-flow.h (struct var_ann_d): Rename used member.
6248 (set_is_used): Don't declare.
6249 * tree-flow-inline.h (clear_is_used): Remove.
6250 (set_is_used, is_used_p): Move to ...
6251 * tree-ssa-live.c (set_is_used, is_used_p): ... here, and use
6252 on the side bitmap.
6253 (usedvars): New bitmap.
6254 (dump_scope_block): Don't dump unusedness.
6255 (remove_unused_locals): Allocate and free usedvars.
6256 * tree-nrv.c (tree_nrv): Don't clear used flags here.
6257
6258 2012-08-01 Michael Matz <matz@suse.de>
6259
6260 * tree-flow.h (struct var_ann_d): Remove base_var_processed and
6261 base_index members.
6262 * tree-ssa-live.h (struct _var_map): Remove basevars member.
6263 (VAR_ANN_BASE_INDEX): Remove.
6264 * tree-ssa-live.c (var_map_base_init): Use a hash table instead
6265 of var annotation to compress index space. Don't deal with above
6266 removed members.
6267 (var_map_base_fini): Don't free basevars.
6268 (init_var_map): Don't clear basevars.
6269
6270 2012-08-01 Bill Schmidt <wschmidt@linux.ibm.com>
6271
6272 * gimple-ssa-strength-reduction.c (struct slsr_cand_d): Change
6273 base_name to base_expr.
6274 (struct cand_chain_d): Likewise.
6275 (base_cand_hash): Likewise.
6276 (base_cand_eq): Likewise.
6277 (record_potential_basis): Likewise.
6278 (alloc_cand_and_find_basis): Likewise.
6279 (create_mul_ssa_cand): Likewise.
6280 (create_mul_imm_cand): Likewise.
6281 (create_add_ssa_cand): Likewise.
6282 (create_add_imm_cand): Likewise.
6283 (slsr_process_cast): Likewise.
6284 (slsr_process_copy): Likewise.
6285 (dump_candidate): Likewise.
6286 (base_cand_dump_callback): Likewise.
6287 (unconditional_cands_with_known_stride_p): Likewise.
6288 (cand_increment): Likewise.
6289
6290 2012-08-01 Bill Schmidt <wschmidt@linux.ibm.com>
6291
6292 PR tree-optimization/46556
6293 * gimple-ssa-strength-reduction.c (enum cand_kind): Add CAND_REF.
6294 (base_cand_map): Change to hash table.
6295 (base_cand_hash): New function.
6296 (base_cand_free): Likewise.
6297 (base_cand_eq): Likewise.
6298 (lookup_cand): Change base_cand_map to hash table.
6299 (find_basis_for_candidate): Likewise.
6300 (base_cand_from_table): Exclude CAND_REF.
6301 (restructure_reference): New function.
6302 (slsr_process_ref): Likewise.
6303 (find_candidates_in_block): Call slsr_process_ref.
6304 (dump_candidate): Handle CAND_REF.
6305 (base_cand_dump_callback): New function.
6306 (dump_cand_chains): Change base_cand_map to hash table.
6307 (replace_ref): New function.
6308 (replace_refs): Likewise.
6309 (analyze_candidates_and_replace): Call replace_refs.
6310 (execute_strength_reduction): Change base_cand_map to hash table.
6311
6312 2012-08-01 Uros Bizjak <ubizjak@gmail.com>
6313
6314 * config/i386/i386.c (ix86_address_subreg_operand): Reject
6315 stack pointer.
6316 (ix86_print_operand_address): Assert that parts.base and parts.index
6317 are non-NULL after call to simplify_subreg.
6318
6319 2012-08-01 Richard Guenther <rguenther@suse.de>
6320
6321 * doc/tree-ssa.texi: Remove pieces mentioning mark_sym_for_renaming.
6322
6323 2012-08-01 Richard Guenther <rguenther@suse.de>
6324
6325 * graphite-clast-to-gimple.c (translate_clast_user): Rename
6326 virtual operands.
6327 * sese.c (graphite_copy_stmts_from_block): Do not rename virtual
6328 operands here.
6329 * tree-call-cdce.c (tree_call_cdce): Use
6330 mark_virtual_operands_for_renaming.
6331 * tree-eh.c (sink_clobbers): Simplify.
6332 * tree-flow.h (mark_sym_for_renaming): Remove.
6333 (mark_virtual_operands_for_renaming): New function.
6334 * tree-if-conv.c (tree_if_conversion): Use
6335 mark_virtual_operands_for_renaming.
6336 * tree-inline.c (update_ssa_across_abnormal_edges): Likewise.
6337 * tree-into-ssa.c (mark_sym_for_renaming): Remove.
6338 (mark_virtual_operands_for_renaming): New function.
6339 * tree-loop-distribution.c (tree_loop_distribution): Use
6340 mark_virtual_operands_for_renaming.
6341 * tree-ssa-dce.c (mark_virtual_operand_for_renaming): Do not
6342 update stmts, use mark_virtual_operands_for_renaming.
6343 * tree-ssa-tail-merge.c (release_last_vdef): Remove.
6344 (replace_block_by): Adjust.
6345 (tail_merge_optimize): Use mark_virtual_operands_for_renaming.
6346 * tree-tailcall.c (tree_optimize_tail_calls_1): Use
6347 mark_virtual_operands_for_renaming.
6348 * tree-vect-slp.c (vect_slp_transform_bb): Likewise.
6349 * tree-vectorizer.c (vectorize_loops): Likewise.
6350
6351 2012-08-01 Richard Guenther <rguenther@suse.de>
6352
6353 * tree-flow.h (struct gimple_df): Remove syms_to_rename member,
6354 add ssa_renaming_needed and rename_vops flags.
6355 (SYMS_TO_RENAME): Remove.
6356 (symbol_marked_for_renaming): Likewise.
6357 (mark_virtual_ops_for_renaming): Likewise.
6358 * tree-into-ssa.c (symbols_to_rename_set, symbols_to_rename):
6359 New globals.
6360 (mark_for_renaming, marked_for_renaming): New functions.
6361 (symbol_marked_for_renaming): Remove.
6362 (dump_currdefs): Adjust.
6363 (maybe_replace_use): Likewise.
6364 (maybe_replace_use_in_debug_stmt): Likewise.
6365 (maybe_register_def): Likewise.
6366 (rewrite_update_phi_arguments): Likewise.
6367 (rewrite_update_enter_block): Likewise.
6368 (fini_ssa_renamer): Clear update SSA status here ...
6369 (delete_update_ssa): ... not here. Free rename set.
6370 (prepare_block_for_update): Compute which decls need renaming.
6371 (dump_update_ssa): Adjust.
6372 (mark_sym_for_renaming): Adjust update SSA status for virtuals.
6373 (need_ssa_update_p): Adjust.
6374 (insert_updated_phi_nodes_for): Likewise.
6375 (update_ssa): Likewise.
6376 * tree-ssa-operands.c (finalize_ssa_defs): Adjust update SSA status
6377 for virtual and real operands.
6378 (finalize_ssa_uses): Likewise.
6379 * tree-ssanames.c (init_ssanames): Adjust.
6380 * tree-ssa.c (maybe_rewrite_mem_ref_base, maybe_optimize_var,
6381 execute_update_addresses_taken): Add bitmap to keep track of which
6382 candidates are suitable for rewriting and later renaming by SSA update.
6383 * matrix-reorg.c (transform_access_sites): Do not rename all defs.
6384 * tree-dfa.c (make_rename_temp): Do not mark real operands for
6385 renaming.
6386 * cgraphunit.c (assemble_thunk): Likewise.
6387 * gimplify.c (gimple_regimplify_operands): Likewise.
6388 (force_gimple_operand_1): Likewise.
6389 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
6390 * tree-inline.c (declare_return_variable): Likewise.
6391 * tree-parloops.c (separate_decls_in_region_stmt): Do not call
6392 mark_virtual_ops_for_renaming.
6393 (create_stores_for_reduction): Likewise.
6394 (create_loads_and_stores_for_name): Likewise.
6395 * tree-predcom.c (mark_virtual_ops_for_renaming): Remove.
6396 (initialize_root_vars_lm): Do not call mark_virtual_ops_for_renaming.
6397 (execute_load_motion): Likewise.
6398 (remove_stmt): Likewise.
6399 (execute_pred_commoning_chain): Likewise.
6400 * tree-sra.c (create_access_replacement): Do not rename real operands.
6401 (get_unrenamed_access_replacement): Unify with ...
6402 (get_access_replacement): ... this.
6403 (get_repl_default_def_ssa_name): Adjust.
6404 * tree-ssa-loop-im.c (move_computations_stmt): Manually update
6405 virtual SSA form.
6406 (rewrite_mem_ref_loc): Do not call mark_virtual_ops_for_renaming.
6407 * tree-ssa-loop-prefetch.c (emit_mfence_after_loop): Likewise.
6408
6409 2012-07-31 DJ Delorie <dj@redhat.com>
6410
6411 * config/s390/s390.c (s390_option_override): Disable DWARF 3/4
6412 extensions for TPF, unless specifically selected.
6413
6414 2012-08-01 Alan Modra <amodra@gmail.com>
6415
6416 PR target/54131
6417 * config/rs6000/rs6000.c (mem_operand_gpr): Don't limit range
6418 of lo_sum offsets. Comment. Assert mode at least word size
6419 rather than bypassing powerpc64 word offset check.
6420
6421 2012-07-31 Bill Schmidt <wschmidt@linux.ibm.com>
6422
6423 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Revise
6424 costs for vec_perm and vec_promote_demote down to more natural values.
6425 (struct _rs6000_cost_data): New data structure.
6426 (rs6000_density_test): New function.
6427 (rs6000_init_cost): Change to use rs6000_cost_data.
6428 (rs6000_add_stmt_cost): Likewise.
6429 (rs6000_finish_cost): Perform density test when vectorizing a loop.
6430
6431 2012-07-31 Steven Bosscher <steven@gcc.gnu.org>
6432
6433 * sched-vis.c (print_exp): Handle FMA explicitly. Simplify handling
6434 of RTX_UNARY function-like operations. Print unknown expression
6435 RTX classes as pseudo-functions.
6436 (print_pattern): Simplify return pattern printing.
6437 (dump_insn_slim): Print the value of notes as a pattern for proper
6438 printing of CFA notes.
6439
6440 2012-07-31 Dehao Chen <dehao@google.com>
6441
6442 * predict.c (tree_estimate_probability_driver): Normalize the
6443 loop when initializing the loop optimizer.
6444
6445 2012-07-31 Richard Guenther <rguenther@suse.de>
6446
6447 * tree-flow.h (struct var_ann_d): Remove need_phi_state
6448 and current_def members.
6449 * tree-into-ssa.c (struct def_blocks_d): Remove var member.
6450 (def_blocks): Remove.
6451 (struct var_info_d): New.
6452 (var_infos): New hashtable.
6453 (struct ssa_name_info): Add def_blocks member.
6454 (get_ssa_name_ann): Adjust.
6455 (get_var_info): New function.
6456 (get_phi_state, set_phi_state, get_current_def,
6457 set_current_def, get_def_blocks_for, find_def_blocks_for): Adjust.
6458 (insert_phi_nodes_compare_def_blocks): Rename to ...
6459 (insert_phi_nodes_compare_var_infos): ... this and adjust.
6460 (insert_phi_nodes): Adjust.
6461 (dump_tree_ssa, dump_tree_ssa_stats): Adjust.
6462 (def_blocks_hash, def_blocks_eq, def_blocks_free): Remove.
6463 (debug_def_blocks_r): Rename to ...
6464 (debug_var_infos_r): ... this and adjust.
6465 (var_info_hash): New function.
6466 (var_info_eq): Likewise.
6467 (rewrite_blocks): Adjust.
6468 (init_ssa_renamer): Likewise.
6469 (fini_ssa_renamer): Likewise.
6470 (delete_update_ssa): Likewise.
6471 (update_ssa): Likewise.
6472 * tree-ssanames.c (release_dead_ssa_names): Do not clear current defs.
6473
6474 2012-07-31 Bill Schmidt <wschmidt@linux.ibm.com>
6475
6476 PR tree-optimization/53773
6477 * tree-vectorizer.h (struct _loop_vec_info): Add operands_swapped.
6478 (LOOP_VINFO_OPERANDS_SWAPPED): New macro.
6479 * tree-vect-loop.c (new_loop_vec_info): Initialize
6480 LOOP_VINFO_OPERANDS_SWAPPED field.
6481 (destroy_loop_vec_info): Restore canonical form.
6482 (vect_is_slp_reduction): Set LOOP_VINFO_OPERANDS_SWAPPED field.
6483 (vect_is_simple_reduction_1): Likewise.
6484
6485 2012-07-31 Steven Bosscher <steven@gcc.gnu.org>
6486
6487 * sched-vis.c (dump_insn_slim): Print print_rtx_head at the
6488 start of each new line.
6489 * final.c (final_scan_insn): If the final dump is requested as
6490 slim RTL, dump slim RTL to the assembly file also.
6491
6492 2012-07-31 Andrey Belevantsev <abel@ispras.ru>
6493
6494 PR target/53975
6495
6496 * sel-sched-ir.c (has_dependence_note_reg_use): Clarify comment.
6497
6498 Revert
6499 2011-08-04 Sergey Grechanik <mouseentity@ispras.ru>
6500
6501 * sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge
6502 only if producer writes to the register given by regno.
6503
6504 2012-07-31 Nick Clifton <nickc@redhat.com>
6505
6506 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Add
6507 support for reporting stack usage.
6508
6509 * config/frv/frv.c (QUAD): Fix typo.
6510 (frv_expand_prologue): Report stack usage.
6511
6512 2012-07-31 Steven Bosscher <steven@gcc.gnu.org>
6513
6514 PR pch/53880
6515 * gengtype.c (struct walk_type_data): Add have_this_obj field.
6516 (walk_type): For functions that take a this_obj argument and
6517 that process fields with a GTY((length)) argument, write the
6518 test that write_types_local_process_field will write also at the
6519 head of the loop, effectively unswitching the loop.
6520 (write_func_for_structure, write_local_func_for_structure): Clear
6521 have_this_obj before calling walk_type.
6522 (write_local_func_for_structure): Set have_this_obj before walk_type.
6523 (write_array): Set have_this_obj for output of local pointer walking
6524 functions but not for marker functions.
6525 (write_types_local_process_field): Assert have_this_obj is set.
6526
6527 * rtl.h (simplify_using_condition): Adjust prototype using bitmap
6528 from coretypes.h.
6529
6530 2012-07-30 Nathan Froyd <froydnj@gcc.gnu.org>
6531
6532
6533 * defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6534 * targhooks.c (default_mode_dependent_address_p): Delete code
6535 for GO_IF_MODE_DEPENDENT_ADDRESS.
6536 * system.h (GO_IF_MODE_DEPENDENT_ADDRESS): Poison.
6537 * doc/tm.texi.in (GO_IF_MODE_DEPENDENT_ADDRESS): Delete documention.
6538 * doc/tm.texi: Regenerate.
6539 * config/alpha.h (GO_IF_MODE_DEPENDENT_ADDRESS): Move code to...
6540 * config/alpha.c (alpha_mode_dependent_address_p): ...here. New
6541 function.
6542 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
6543 * config/cr16/cr16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6544 * config/mep/mep.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6545 * config/vax/vax-protos.h (vax_mode_dependent_address_p): Delete.
6546 * config/vax/vax.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6547 * config/vax/vax.c (vax_mode_dependent_address_p): Make static.
6548 Take a const_rtx.
6549 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
6550
6551 2012-07-30 Nathan Froyd <froydnj@gcc.gnu.org>
6552
6553 * expmed.h (NUM_MODE_VECTOR_INT): Define.
6554 (struct expmed_op_cheap, struct expmed_op_costs): New structures.
6555 (struct target_expmed): Convert x_mul_highpart_cost and
6556 x_mul_widen_cost fields to be indexed by integer modes.
6557 Convert x_sdiv_pow2_cheap and x_smod_pow2_cheap fields to be
6558 of type struct expmed_op_cheap. Convert other cost fields to be
6559 of type struct_expmed_op_costs.
6560 (mul_widen_cost_ptr, mul_highpart_cost_ptr): Adjust for new
6561 indexing of respective fields.
6562 (expmed_op_cheap_ptr): New function.
6563 (sdiv_pow2_cheap_ptr, smod_pow2_cheap_ptr): Call it.
6564 (expmed_op_cost_ptr): New function.
6565 (add_cost_ptr, neg_cost_ptr, shift_cost_ptr, shiftadd_cost_ptr,
6566 shiftsub0_cost_ptr, shiftsub1_cost_ptr, mul_cost_ptr,
6567 sdiv_cost_ptr, udiv_cost_ptr): Call it.
6568
6569 2012-07-30 Sandra Loosemore <sandra@codesourcery.com>
6570 Julian Brown <julian@codesourcery.com>
6571
6572 * doc/invoke.texi (MIPS Options): Document -mno-float.
6573 * config/mips/mips.h (MIPS_ARCH_FLOAT_SPEC): Make it know
6574 about -mno-float.
6575
6576 2012-07-30 Joseph Myers <joseph@codesourcery.com>
6577
6578 * doc/sourcebuild.texi (Subdirectories): Document common subdirectory.
6579
6580 2012-07-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6581
6582 PR middle-end/53823
6583 * expmed.c (expand_mult): Skip synth_mult for constant double op1 except
6584 for special cases. Don't initialize coeff and is_neg.
6585
6586 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
6587 Richard Earnshaw <rearnsha@arm.com>
6588
6589 * target.def (vector_alignment): New target hook.
6590 * doc/tm.texi.in (TARGET_VECTOR_ALIGNMENT): Document new hook.
6591 * doc/tm.texi: Regenerate.
6592 * targhooks.c (default_vector_alignment): New function.
6593 * targhooks.h (default_vector_alignment): Add prototype.
6594 * stor-layout.c (layout_type): Use targetm.vector_alignment.
6595 * config/arm/arm.c (arm_vector_alignment): New function.
6596 (TARGET_VECTOR_ALIGNMENT): Define.
6597
6598 * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Use
6599 vector type alignment instead of size.
6600 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Use
6601 element type size directly instead of computing it from alignment.
6602 Fix variable naming and comment.
6603
6604 2012-07-30 Kirill Yukhin <kirill.yukhin@intel.com>
6605 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
6606
6607 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDSEED_SET): New.
6608 (OPTION_MASK_ISA_RDSEED_UNSET): Likewise.
6609 (ix86_handle_option): Handle mrdseed option.
6610 * config.gcc (i[34567]86-*-*): Add rdseedintrin.h.
6611 (x86_64-*-*): Likewise.
6612 * config/i386/prfchwintrin.h: New header.
6613 * config/i386/cpuid.h (bit_RDSEED): New.
6614 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
6615 RDSEED support.
6616 * config/i386/i386-c.c: Define __RDSEED__ if needed.
6617 * config/i386/i386.c (ix86_target_string): Define -mrdseed option.
6618 (PTA_RDSEED): New.
6619 (ix86_option_override_internal): Handle new option.
6620 (ix86_valid_target_attribute_inner_p): Add OPT_mrdseed.
6621 (ix86_builtins): Add enum entries for RDSEED* builtins.
6622 (ix86_init_mmx_sse_builtins): Define new builtins.
6623 (ix86_expand_builtin): Expand RDSEED* builtins.
6624 * config/i386/i386.h (TARGET_RDSEED): New.
6625 * config/i386/i386.md (rdseed<mode>_1): New.
6626 * config/i386/i386.opt (mrdseed): New.
6627 * config/i386/x86intrin.h: Include rdseedintrin.h.
6628
6629 2012-07-30 Richard Guenther <rguenther@suse.de>
6630
6631 * tree-into-ssa.c (mark_def_sites): Also process virtual operands.
6632 (rewrite_stmt): Likewise.
6633 (rewrite_enter_block): Likewise.
6634 (pass_build_ssa): Do not update virtual SSA form during TODO.
6635 (mark_symbol_for_renaming): Do nothing if we are not in SSA form.
6636 * lto-streamer-in.c (lto_read_body): Set in_ssa_p earlier.
6637
6638 2012-07-30 Oleg Endo <olegendo@gcc.gnu.org>
6639
6640 PR target/39423
6641 * config/gcc/sh/sh.md (*movsi_index_disp, *movhi_index_disp): New
6642 insns.
6643
6644 2012-07-30 Oleg Endo <olegendo@gcc.gnu.org>
6645
6646 PR target/51244
6647 * config/sh/sh.md (mov_neg_si_t): Move to Scc instructions section.
6648 Use t_reg_operand predicate. Add split for negated case.
6649 (ashrsi2_31): Pass get_t_reg_rtx to gen_mov_neg_si_t.
6650 * config/sh/sh.c (expand_ashiftrt): Likewise.
6651
6652 2012-07-30 Oleg Endo <olegendo@gcc.gnu.org>
6653
6654 PR target/54089
6655 * config/sh/sh.md (ashlsi3_d): Invoke gen_shifty_op directly instead
6656 of trying to emit ashlsi3_n.
6657
6658 2012-07-30 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6659 Steven Bosscher <steven@gcc.gnu.org>
6660
6661 * gengtype.c (adjust_field_type): Diagnose duplicate "length"
6662 option applications and option being applied to arrays of atomic types.
6663 (walk_type): Allow "atomic" option on strings too.
6664 * dwarf2out.h (struct dw_vec_struct): Use the "atomic" GTY option
6665 for the array field.
6666 * vec.h: Describe the atomic object "A" type of the macros in
6667 the header comment.
6668 (VEC_T_GTY_ATOMIC, DEF_VEC_A, DEF_VEC_ALLOC_A): Define.
6669 * emit-rtl.c (locations_locators_vals): use the atomic object vector.
6670 * doc/gty.texi: Clarify that GTY option "length" is only for
6671 arrays of non-atomic objects. Fix typo in the description of the
6672 "atomic" option.
6673
6674 2012-07-27 Uros Bizjak <ubizjak@gmail.com>
6675
6676 * config/i386/i386.c (ix86_avoid_lea_for_addr): Handle
6677 zero-extended addresses. Return false if the address has less
6678 than two components.
6679 (ix86_split_lea_for_addr): Unconditionally convert target and
6680 all address operands to requested mode.
6681 * config/i386/i386.md (*lea<mode>): Recover operands from curr_insn.
6682 Pass SImode to ix86_split_lea_for_addr when splitting zero-extended
6683 address.
6684 (zero-extended add splitter): New splitter to conditionally split
6685 non-destructive adds.
6686 (*zero_extendsidi2_rex64): Conditionally emit leal instead of movl.
6687
6688 2012-07-28 Alan Modra <amodra@gmail.com>
6689
6690 PR target/54093
6691 * config/rs6000/rs6000.c (rs6000_secondary_reload): Limit 32-bit
6692 multi-gpr reload to cases where predicate passes. Do the same for
6693 64-bit multi-gpr reload.
6694
6695 2012-07-27 Nathan Froyd <froydnj@gcc.gnu.org>
6696
6697 * expmed.h (alg_hash, alg_hash_used_p, sdiv_pow2_cheap,
6698 smod_pow2_cheap, zero_cost, add_cost, neg_cost, shift_cost)
6699 shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost,
6700 sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete
6701 macro definitions and re-purpose as inline functions.
6702 (alg_hash_entry_ptr, set_alg_hash_used_p, sdiv_pow2_cheap_ptr,
6703 set_sdiv_pow2_cheap, smod_pow2_cheap_ptr, set_smod_pow2_cheap,
6704 zero_cost_ptr, set_zero_cost, add_cost_ptr, set_add_cost,
6705 neg_cost_ptr, set_neg_cost, shift_cost_ptr, set_shift_cost,
6706 shiftadd_cost_ptr, set_shiftadd_cost, shiftsub0_cost_ptr,
6707 set_shiftsub0_cost, shiftsub1_cost_ptr, set_shiftsub1_cost,
6708 mul_cost_ptr, set_mul_cost, sdiv_cost_ptr, set_sdiv_cost,
6709 udiv_cost_ptr, set_udiv_cost, mul_widen_cost_ptr,
6710 set_mul_widen_cost, mul_highpart_cost_ptr, set_mul_highpart_cost):
6711 New functions.
6712 (convert_cost_ptr): New function, split out from...
6713 (set_convert_cost, convert_cost): ...here.
6714 * expmed.c, tree-ssa-loop-ivopts.c: Update for new functions.
6715 * gimple-ssa-strength-reduction.c: Likewise.
6716
6717 2012-07-20 Ryan Mansfield <rmansfield@qnx.com>
6718
6719 * gcc.c (main): Move GCC_DRIVER_HOST_INITIALIZATION after
6720 diagnostic_initialize.
6721
6722 2012-07-27 Oleg Endo <olegendo@gcc.gnu.org>
6723
6724 PR target/54089
6725 * config/sh/sh.c (shiftcosts): Remove case where first operand
6726 is a const_int. Move COSTS_N_INSNS usage into caller ...
6727 (sh_rtx_costs) ... here. Return false when shiftcosts cannot be
6728 calculated instead of MAX_COST.
6729
6730 2012-07-27 Richard Guenther <rguenther@suse.de>
6731
6732 * tree-cfg.c (gimple_can_merge_blocks_p): Do more fine-grained
6733 check whether SSA form is not up-to-date.
6734 * tree-flow.h (name_mappings_registered_p): Remove.
6735 * tree-into-ssa.c (struct repl_map_d): Remove.
6736 (repl_tbl): Likewise.
6737 (struct ssa_name_info): Add repl_set member.
6738 (update_ssa_obstack): New static global.
6739 (get_ssa_name_ann): Initialize repl_set.
6740 (clear_ssa_name_info): Assert age did not wrap.
6741 (repl_map_hash, repl_map_eq, repl_map_free): Remove.
6742 (names_replaced_by): Adjust.
6743 (add_to_repl_tbl): Likewise.
6744 (dump_tree_ssa_stats): Likewise.
6745 (init_update_ssa): Initialize update_ssa_obstack.
6746 (delete_update_ssa): Free update_ssa_obstack.
6747 (name_mappings_registered_p): Remove.
6748 (update_ssa): Adjust.
6749
6750 2012-07-27 Segher Boessenkool <segher@kernel.crashing.org>
6751
6752 * config/rs6000/constraints.md: Delete "q" constraint.
6753 * config/rs6000/dfp.md (movsd_hardfloat, movsd_softfloat):
6754 Delete the "q" alternative.
6755 * config/rs6000/predicates.md (gpc_reg_operand): Adjust.
6756 * config/rs6000/rs6000.c (rs6000_debug_reg_global)
6757 (rs6000_init_hard_regno_mode_ok, rs6000_dbx_register_number):
6758 adjust to MQ_REGNO removal.
6759 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Adjust
6760 comment.
6761 (REG_ALLOC_ORDER): Adjust comment. Remove MQ from alloc order.
6762 (enum reg_class): Adjust comment. Delete MQ_REGS.
6763 (REG_CLASS_CONTENTS): Adjust.
6764 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust comment.
6765 * config/rs6000/rs6000.md: Delete MQ_REGNO.
6766 (movsi_internal1, movsi_internal1_single, movhi_internal,
6767 movqi_internal, movcc_internal1, movsf_hardfloat,
6768 movsf_softfloat): Delete the "q" alternative.
6769 (ctr<mode>_internal1, ctr<mode>_internal2, ctr<mode>_internal5,
6770 ctr<mode>_internal6): Delete "q" constraint.
6771
6772 2012-07-27 Richard Guenther <rguenther@suse.de>
6773
6774 * tree-into-ssa.c (def_blocks_p): New typedef.
6775 (insert_phi_nodes_compare_def_blocks): New function.
6776 (insert_phi_nodes): Do not walk over referenced vars, instead
6777 walk over recorded def_blocks, record relevant ones and sort
6778 them to avoid repeated hashtable lookups.
6779
6780 2012-07-27 Richard Guenther <rguenther@suse.de>
6781
6782 * doc/invoke.texi (min-virtual-mappings, virtual-mappings-ratio):
6783 Remove param documentation.
6784 * params.def (PARAM_MIN_VIRTUAL_MAPPINGS,
6785 PARAM_VIRTUAL_MAPPINGS_TO_SYMS_RATIO): Remove.
6786 * tree-flow.h (mark_set_for_renaming): Remove.
6787 * tree-into-ssa.c (struct update_ssa_stats_d): Remove.
6788 (add_new_name_mapping): Remove bookkeeping code.
6789 (dump_update_ssa): Remove stats dumping code.
6790 (init_update_ssa): Remove stats allocation code.
6791 (delete_update_ssa): Remove stats freeing code.
6792 (mark_set_for_renaming): Remove.
6793 (switch_virtuals_to_full_rewrite_p): Likewise.
6794 (switch_virtuals_to_full_rewrite): Likewise.
6795 (update_ssa): Do not call switch_virtuals_to_full_rewrite.
6796
6797 2012-07-27 Marek Polacek <polacek@redhat.com>
6798
6799 * cgraphunit.c: Rename varpool_finalize_variable to
6800 varpool_finalize_decl in a comment.
6801
6802 2012-07-27 Segher Boessenkool <segher@kernel.crashing.org>
6803
6804 * common/config/rs6000/rs6000-common.c (rs6000_handle_option):
6805 Delete code for -mno-power, -mpower, and -mpower2.
6806 * config/rs6000/aix43.h (NON_POWERPC_MASKS): Delete.
6807 (SUBTARGET_OVERRIDE_OPTIONS): Delete check for POWER together
6808 with -maix64.
6809 (ASM_CPU_SPEC): Delete support for POWER and POWER2.
6810 * config/rs6000/aix51.h (NON_POWERPC_MASKS): Delete.
6811 (SUBTARGET_OVERRIDE_OPTIONS): Delete check for POWER together
6812 with -maix64.
6813 (ASM_CPU_SPEC): Delete support for POWER and POWER2.
6814 * config/rs6000/aix52.h (NON_POWERPC_MASKS): Delete.
6815 (SUBTARGET_OVERRIDE_OPTIONS): Delete check for POWER together
6816 with -maix64.
6817 (TARGET_POWER): Delete.
6818 * config/rs6000/aix53.h (NON_POWERPC_MASKS): Delete.
6819 (SUBTARGET_OVERRIDE_OPTIONS): Delete check for POWER together
6820 with -maix64.
6821 (TARGET_POWER): Delete.
6822 * config/rs6000/aix61.h (NON_POWERPC_MASKS): Delete.
6823 (SUBTARGET_OVERRIDE_OPTIONS): Delete check for POWER together
6824 with -maix64.
6825 (TARGET_POWER): Delete.
6826 * config/rs6000/darwin.h (TARGET_POWER): Delete.
6827 * config/rs6000/driver-rs6000.c (struct asm_names): Delete
6828 support for -mpower, -mpower2, and -mno-power.
6829 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
6830 Likewise.
6831 (rs6000_cpu_cpp_builtins): Likewise.
6832 * config/rs6000/rs6000-cpus.def: Likewise.
6833 * config/rs6000/rs6000-tables.opt: Regenerate.
6834 * config/rs6000/rs6000.c (POWER_MASKS): Delete.
6835 (rs6000_option_override_internal): Adjust.
6836 (rs6000_conditional_register_usage): Adjust.
6837 (rs6000_emit_move): Adjust.
6838 (rs6000_common_init_builtins): Adjust.
6839 (rs6000_init_libfuncs): Adjust.
6840 (rs6000_output_function_prologue): Adjust.
6841 (rs6000_adjust_cost): Adjust.
6842 (struct rs6000_opt_masks): Delete MASK_POWER and MASK_POWER2.
6843 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Delete support for
6844 POWER and POWER2.
6845 (TARGET_DEFAULT): Adjust.
6846 (PROCESSOR_POWER): Delete.
6847 (SHIFT_COUNT_TRUNCATED): Adjust.
6848 * config/rs6000/rs6000.md (extendqisi2): Delete POWER support.
6849 (extendqisi2_power): Delete.
6850 (extendqisi2_no_power): Adjust.
6851 (extendqihi2, extendqihi2_power, extendqihi2_no_power):
6852 Likewise.
6853 (sminsi3, smaxsi3, uminsi3, umaxsi3): Adjust.
6854 (anonymous doz insn patterns): Delete.
6855 (abssi2): Adjust.
6856 (abssi2_power): Delete.
6857 (abssi2_nopower): Adjust.
6858 (nabs_power, nabs_nopower): Likewise.
6859 (mulsi3, mulsi3_mq, mulsi3_no_mq, mulsi3_mq_internal1):
6860 Likewise. Delete anonymous post-reload splitter.
6861 (mulsi3_no_mq_internal1): rename to...
6862 (mulsi3_internal1): New define_insn.
6863 (mulsi3_mq_internal2, mulsi3_no_mq_internal2, mulsi3_internal2):
6864 Likewise.
6865 (divmodsi4, divmodsi4_internal, udiv<mode>3, udivsi3_mq,
6866 udivsi3_no_mq, udivsi3, div<mode>3, divsi3_mq, div<mode>3_no_mq,
6867 udivmodsi4_normal, udivmodsi4_tests, udivmodsi4): Likewise.
6868 (mulh_call, mull_call, divss_call, divus_call, quoss_call,
6869 quous_call): Likewise.
6870 (maskir_internal1, maskir_internal2, maskir_internal3,
6871 maskir_internal4, maskir_internal5, maskir_internal6,
6872 maskir_internal7, maskir_internal8): Delete.
6873 (ashlsi3, ashlsi3_power, ashlsi3_no_power): Adjust.
6874 (anonymous sl insn patterns): Delete.
6875 (lshrsi3, lshrsi3_power, lshrsi3_no_power): Adjust.
6876 (lshrsi3_64): Adjust.
6877 (anonymous sr insn patterns): Delete.
6878 (anonymous rrib insn patterns): Delete.
6879 (ashrsi3, ashrsi3_power, ashrsi3_no_power): Adjust.
6880 (anonymous sra insn patterns): Delete.
6881 (sqrtsf2, sqrtdf2, sqrtdf2_fpr): Adjust.
6882 (fix_trunc<mode>si2, fix_trunc<mode>si2_internal,
6883 fctiwz_<mode>): Adjust.
6884 (mulsidi3, mulsidi3_mq, mulsidi3_no_mq, umulsidi3, umulsidi3_mq,
6885 umulsidi3_no_mq, smulsi3_highpart, smulsi3_highpart_mq,
6886 smulsi3_highpart_no_mq, umulsi3_highpart, umulsi3_highpart_mq,
6887 umulsi3_highpart_no_mq): Adjust.
6888 (ashldi3_power, lshrdi3_power, ashrdi3_power): Delete.
6889 (ashrdi3_no_power, ashldi3, ashldi3_internal1,
6890 lshrdi3_internal1): Adjust.
6891 (fix_trunctfsi2, fix_trunctfsi2_fprs): Adjust.
6892 (movti_power): Delete.
6893 (movti_string): Adjust.
6894 (stmsi8, stmsi7, stmsi6, stmsi5, stmsi4, stmsi3): Adjust.
6895 (stmsi8_power, stmsi7_power, stmsi6_power, stmsi5_power,
6896 stmsi4_power, stmsi3_power): Delete.
6897 (anonymous movmemsi insn patterns): Adjust.
6898 (lfq_power2, stfq_power2): Delete.
6899 (eq<mode>, eq<mode>_compare): Adjust.
6900 (eqsi_power): Delete.
6901 (ne0si): Adjust.
6902 (anonymous le, lt, ge, gt insn patterns): Delete.
6903 * config/rs6000/rs6000.opt (mpower, mno-power, mpower2): Delete.
6904 * config/rs6000/sysv4.h (TARGET_POWER): Delete.
6905 * config/rs6000/t-aix43 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
6906 MULTILIB_MATCHES): Adjust.
6907 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
6908 -mpower, -mno-power, -mpower2, -mno-power2 documentation.
6909 Delete -mcpu=power and -mcpu=power2 documentation.
6910
6911 2012-07-27 Segher Boessenkool <segher@kernel.crashing.org>
6912
6913 * config/rs6000/601.md: New file.
6914 * config/rs6000/aix43.h (ASM_CPU_SPEC): Delete support for
6915 RIOS CPUs.
6916 * config/rs6000/aix51.h (ASM_CPU_SPEC): Likewise.
6917 * config/rs6000/driver-rs6000.c (detect_processor_aix,
6918 struct asm_names): Likewise.
6919 * config/rs6000/rios1.md: Delete file.
6920 * config/rs6000/rios2.md: Delete file.
6921 * config/rs6000/rs6000-cpus.def: Delete definitions for RIOS
6922 CPUs.
6923 * config/rs6000/rs6000-opts.h (enum processor_type): Delete
6924 PROCESSOR_RIOS1 and PROCESSOR_RIOS2.
6925 * config/rs6000/rs6000-tables.opt: Regenerated.
6926 * config/rs6000/rs6000.c (struct rios1_cost, struct rios2_cost):
6927 Delete.
6928 (rs6000_option_override_internal): Delete support for RIOS CPUs.
6929 (rs6000_conditional_register_usage): Adjust comment.
6930 (rs6000_issue_rate):Delete support for RIOS CPUs.
6931 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Delete support for
6932 RIOS CPUs.
6933 (PROCESSOR_POWER): Change to PROCESSOR_PPC601.
6934 (PROCESSOR_DEFAULT): Change to PROCESSOR_PPC603.
6935 * config/rs6000/rs6000.md (define_attr "cpu"): Delete rios1
6936 and rios2.
6937 (include "rios1.md", include "rios2.md"): Delete.
6938 (include "601.md"): New.
6939 * config/rs6000/rs6000.opt (enum rs6000_cpu): Default to
6940 PROCESSOR_PPC603.
6941 * config/rs6000/t-aix43 (MULTILIB_MATCHES): Delete support
6942 for RIOS CPUs.
6943 * config/rs6000/t-rs6000 (MD_INCLUDES): Delete rios1.md and
6944 rios2.md . Add 601.md .
6945
6946 2012-07-26 Richard Henderson <rth@redhat.com>
6947
6948 * doc/extend.texi (attribute): Document hot/cold for labels.
6949 * predict.c (tree_estimate_probability_bb): Handle hot/cold
6950 attributes on user labels.
6951 * predict.def (PRED_HOT_LABEL, PRED_COLD_LABEL): New.
6952
6953 2012-07-26 Andrew Jenner <andrew@codesourcery.com>
6954 Sandra Loosemore <sandra@codesourcery.com>
6955
6956 * cse.c (find_comparison_args): Check for cycles of any length.
6957
6958 2012-07-26 Nick Clifton <nickc@redhat.com>
6959
6960 * config/mn10300/mn10300.c (REG_SAVE_BYTES): Delete.
6961 (mn10300_get_live_callee_saved_regs): If requested return a count
6962 of the number of bytes in the mask.
6963 (mn10300_expand_prologue): Add argument to invocation of
6964 mn10300_get_live_callee_regs.
6965 (mn10300_expand_epilogue): Compute reg_save_bytes by calling
6966 mn10300_get_live_callee_saved_regs.
6967 (mn10300_initial_offset): Likewise.
6968 * config/mn10300/mn10300-protos.h (mn10300_get_live_callee_saved_regs):
6969 Update prototype.
6970 * config/mn10300/mn10300.md (return_ret): Add argument to
6971 invocation of mn10300_get_live_callee_saved_regs.
6972
6973 2012-07-26 Steven Bosscher <steven@gcc.gnu.org>
6974
6975 PR regression/54084
6976 * sel-sched-ir.c (cmp_v_in_regset_pool): Clarify logic, fix
6977 pointer difference check.
6978
6979 2012-07-26 Bill Schmidt <wschmidt@linux.ibm.com>
6980
6981 * tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.
6982 (mbc_entry_eq): Likewise.
6983 (mult_costs): Likewise.
6984 (cost_tables_exist): Likewise.
6985 (initialize_costs): Likewise.
6986 (finalize_costs): Likewise.
6987 (tree_ssa_iv_optimize_init): Remove call to initialize_costs.
6988 (add_regs_cost): Remove.
6989 (multiply_regs_cost): Likewise.
6990 (add_const_cost): Likewise.
6991 (extend_or_trunc_reg_cost): Likewise.
6992 (negate_reg_cost): Likewise.
6993 (struct mbc_entry): Likewise.
6994 (multiply_by_const_cost): Likewise.
6995 (get_address_cost): Change add_regs_cost calls to add_cost lookups;
6996 change multiply_by_const_cost to mult_by_coeff_cost.
6997 (force_expr_to_var_cost): Likewise.
6998 (difference_cost): Change multiply_by_const_cost to mult_by_coeff_cost.
6999 (get_computation_cost_at): Change add_regs_cost calls to add_cost
7000 lookups; change multiply_by_const_cost to mult_by_coeff_cost.
7001 (determine_iv_cost): Change add_regs_cost calls to add_cost lookups.
7002 (tree_ssa_iv_optimize_finalize): Remove call to finalize_costs.
7003 * tree-ssa-address.c (expmed.h): New #include.
7004 (most_expensive_mult_to_index): Change multiply_by_const_cost to
7005 mult_by_coeff_cost.
7006 * gimple-ssa-strength-reduction.c (expmed.h): New #include.
7007 (stmt_cost): Change to use mult_by_coeff_cost, mul_cost, add_cost,
7008 neg_cost, and convert_cost instead of IVOPTS interfaces.
7009 (execute_strength_reduction): Remove calls to initialize_costs and
7010 finalize_costs.
7011 * expmed.c (struct init_expmed_rtl): Add convert rtx_def.
7012 (init_expmed_one_mode): Initialize convert rtx_def; initialize
7013 x_convert_cost for related modes.
7014 (mult_by_coeff_cost): New function.
7015 * expmed.h (NUM_MODE_INT): New #define.
7016 (struct target_expmed): Add x_convert_cost matrix.
7017 (set_convert_cost): New inline function.
7018 (convert_cost): Likewise.
7019 (mult_by_coeff_cost): New extern decl.
7020 * tree-flow.h (initialize_costs): Remove decl.
7021 (finalize_costs): Likewise.
7022 (multiply_by_const_cost): Likewise.
7023 (add_regs_cost): Likewise.
7024 (multiply_regs_cost): Likewise.
7025 (add_const_cost): Likewise.
7026 (extend_or_trunc_reg_cost): Likewise.
7027 (negate_reg_cost): Likewise.
7028 * Makefile.in (gimple-ssa-strength-reduction.o): Update dependencies.
7029 (tree-ssa-address.o): Update dependencies.
7030
7031 2012-07-26 Steven Bosscher <steven@gcc.gnu.org>
7032
7033 * bitmap.h: Add explanation of sparse set as linked-list bitmap.
7034 * sbitmap.h: Add explanation about non-sparse sets as simple bitmap.
7035 (TEST_BIT): Make a static inline function for stronger type checking.
7036 (SET_BIT): Don't handle sbitmaps with popcount.
7037 (RESET_BIT): Likewise.
7038 (SET_BIT_WITH_POPCOUNT): New, like SET_BIT but with popcount.
7039 (RESET_BIT_WITH_POPCOUNT): New, like RESET_BIT but with popcount.
7040 * ebitmap.c (ebitmap_clear_bit): Use SET_BIT_WITH_POPCOUNT and
7041 RESET_BIT_WITH_POPCOUNT on wordmask bitmaps.
7042 (ebitmap_set_bit, ebitmap_and_into, ebitmap_and, ebitmap_ior_into,
7043 ebitmap_and_compl_into, ebitmap_and_compl): Likewise.
7044 * sparseset.h: Add explanation of sparse set representation.
7045
7046 2012-07-26 Richard Guenther <rguenther@suse.de>
7047
7048 PR tree-optimization/54098
7049 * tree-vrp.c (vrp_visit_phi_node): Iterate once more if the
7050 original range was UNDEFINED.
7051
7052 2012-07-26 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
7053
7054 * config/arm/neon.ml (ops): Fix regexp for vld1Q_dups64 and
7055 vld1Q_dupu64 tests.
7056
7057 2012-07-26 Oleg Endo <olegendo@gcc.gnu.org>
7058
7059 PR target/51244
7060 * config/sh/sh.opt (mzdcbranch): New option.
7061 * doc/invoke.texi: Document it.
7062 * config/sh/sh.md (negsi_cond): Use TARGET_ZDCBRANCH as condition
7063 instead of TARGET_HARD_SH4.
7064 * config/sh/sh.c (sh_option_override): Set TARGET_ZDCBRANCH as default
7065 for TARGET_HARD_SH4.
7066
7067 2012-07-25 Oleg Endo <olegendo@gcc.gnu.org>
7068
7069 PR target/54089
7070 * config/sh/predicates.md (shift_count_operand): Handle not-SHMEDIA
7071 case.
7072 (p27_shift_count_operand, not_p27_shift_count_operand): New predicates.
7073 * config/sh/sh.md (ashlsi3): Remove parallel and T_REG clobber
7074 from expander. Do not emit shift insn for not-SHMEDIA case.
7075 (ashlsi3_std): Replace with ...
7076 (ashlsi3_k, ashlsi3_d): ... these new insns.
7077 * config/sh/sh.c (gen_ashift): Make static. Add sanity checks.
7078 Emit ashlsi3_k insn instead of ashlsi3_std in ASHIFT case.
7079 (gen_ashift_hi): Make static.
7080 * config/sh/sh-protos.h (gen_ashift, gen_ashift_hi): Remove forward
7081 declaration.
7082
7083 2012-07-25 Bharathi Seshadri <bseshadr@cisco.com>
7084 Jim Wilson <jimwilso@cisco.com>
7085
7086 * config/arm/bpabi.h (BE8_LINK_SPEC): Set according to
7087 TARGET_BIG_ENDIAN_DEFAULT.
7088
7089 2012-07-25 Eric Botcazou <ebotcazou@adacore.com>
7090
7091 * gimple-low.c (lower_try_catch): New function.
7092 (lower_stmt) <GIMPLE_TRY>: Use it to lower GIMPLE_TRY_CATCH.
7093 <GIMPLE_CATCH>: Delete.
7094 <GIMPLE_EH_FILTER>: Likewise.
7095
7096 2012-07-25 Eric Botcazou <ebotcazou@adacore.com>
7097
7098 * expr.c (expand_expr_real_1): Do not expand operand #1 and #2
7099 of BIT_FIELD_REF for ignored results.
7100 * fold-const.c (fold_ternary_loc) <BIT_FIELD_REF>: Check that the
7101 CONSTRUCTOR has vector type before using vector accessors on it.
7102 * gimplify.c (gimplify_compound_lval): Do not gimplify operand #1 and
7103 #2 of BIT_FIELD_REF.
7104 (gimplify_expr) <BIT_FIELD_REF>: Likewise.
7105 * tree-nested.c (convert_nonlocal_reference_op) <BIT_FIELD_REF>: Do
7106 not process operand #1 and #2.
7107 (convert_local_reference_op): Likewise.
7108 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Remove superfluous
7109 breaks throughout.
7110 <BIT_FIELD_REF>: Reuse operand #1 and #2 directly.
7111 * tree.c (stabilize_reference) <BIT_FIELD_REF>: Do not stabilize
7112 operand #1 and #2.
7113 (UPDATE_FLAGS): Do not consider operand #2 of BIT_FIELD_REF.
7114 (build6_stat): Delete.
7115 * tree.h (build6_stat, build6, build6_stat_loc, build6_loc): Likewise.
7116
7117 2012-07-25 Marc Glisse <marc.glisse@inria.fr>
7118
7119 PR tree-optimization/30318
7120 * tree-vrp.c (extract_range_from_binary_expr_1) [PLUS_EXPR]:
7121 Handle __int128.
7122 [MINUS_EXPR]: Merge with PLUS_EXPR.
7123
7124 2012-07-25 Sandra Loosemore <sandra@codesourcery.com>
7125 Paul Brook <paul@codesourcery.com>
7126
7127 PR target/53633
7128 * target.def (warn_func_return): New hook.
7129 * doc/tm.texi.in (TARGET_WARN_FUNC_RETURN): New hook.
7130 * doc/tm.texi: Regenerate.
7131 * doc/sourcebuild.texi (Effective-Target Keywords): Document
7132 naked_functions.
7133 * ipa-pure-const.c (warn_function_noreturn): Check
7134 targetm.warn_func_return.
7135 * tree-cfg.c (execute_warn_function_return): Likewise.
7136 * config/spu/spu.c (spu_warn_func_return): New.
7137 (TARGET_WARN_FUNC_RETURN): Define.
7138 * config/rx/rx.c (rx_warn_func_return): New.
7139 (TARGET_WARN_FUNC_RETURN): Define.
7140 * config/avr/avr.c (avr_warn_func_return): New.
7141 (TARGET_WARN_FUNC_RETURN): Define.
7142 * config/arm/arm.c (arm_warn_func_return): New.
7143 (TARGET_WARN_FUNC_RETURN): Define.
7144 * config/mcore/mcore.c (mcore_warn_func_return): New.
7145 (TARGET_WARN_FUNC_RETURN): Define.
7146 (saved_warn_return_type, saved_warn_return_type_count): Remove.
7147 (mcore_reorg, mcore_handle_naked_attribute): Remove warn_return hack.
7148
7149 2012-07-25 Siddhesh Poyarekar <siddhesh@redhat.com>
7150
7151 * final.c [ASSEMBLER_DIALECT](do_assembler_dialects): New
7152 function to implement assembler dialects.
7153 (output_asm_insn): Use do_assembler_dialects.
7154 (asm_fprintf): Likewise.
7155
7156 2012-07-25 Richard Henderson <rth@redhat.com>
7157
7158 PR bootstrap/54092
7159 * libfuncs.h: Don't include optabs.h.
7160 (struct libfunc_entry): Use "int" for op, mode1, mode2 members.
7161 * optabs.c (hash_libfunc): Don't cast members to int.
7162 * Makefile.in (LIBFUNCS_H): Don't include OPTABS_H.
7163
7164 2012-07-25 Dodji Seketeli <dodji@redhat.com>
7165
7166 * basic-block.c: Fix typo in comment.
7167
7168 2012-07-25 Kirill Yukhin <kirill.yukhin@intel.com>
7169 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
7170
7171 * common/config/i386/i386-common.c (OPTION_MASK_ISA_PRFCHW_SET): New.
7172 (OPTION_MASK_ISA_PRFCHW_UNSET): Likewise.
7173 (ix86_handle_option): Handle mprfchw option.
7174 * config.gcc (i[34567]86-*-*): Add prfchwintrin.h.
7175 (x86_64-*-*): Likewise.
7176 * config/i386/prfchwintrin.h: New header.
7177 * config/i386/cpuid.h (bit_PRFCHW): New.
7178 (bit_BMI): Formatting fix.
7179 (bit_HLE): Likewise.
7180 (bit_RTM): Likewise.
7181 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
7182 PREFETCHW support.
7183 * config/i386/i386-c.c: Define __PRFCHW__ if needed.
7184 * config/i386/i386.c (ix86_target_string): Define
7185 -mprfchw option. Formatting fixes.
7186 (PTA_HLE): Formatting fix.
7187 (PTA_PRFCHW): New.
7188 (ix86_option_override_internal): Handle new option.
7189 (ix86_valid_target_attribute_inner_p): Add OPT_mprfchw.
7190 * config/i386/i386.h (TARGET_PRFCHW): New.
7191 * config/i386/i386.md (prefetch): Enable for TARGET_PRFCHW.
7192 * config/i386/i386.opt (mprfchw): New.
7193 * config/i386/mm3dnow.h: Move _m_prefetchw from here to prfchwintrin.h.
7194 * config/i386/x86intrin.h: Include prfchwintrin.h.
7195
7196 2012-07-25 Sergey Melnikov <sergey.melnikov@intel.com>
7197
7198 * config/i386/i386.md (stack_protect_set): Disable the pattern
7199 for Android since Android libc (bionic) does not provide random
7200 value for stack protection guard at gs:0x14. Guard value
7201 will be provided from external symbol (default implementation).
7202 (stack_protect_set_<mode>): Likewise.
7203 (stack_protect_test): Likewise.
7204 (stack_protect_test_<mode>): Likewise.
7205 * gcc/defaults.h: Define macro TARGET_HAS_BIONIC to 0 - target does
7206 not have Bionic by default
7207 * config/linux.h: Redefine macro TARGET_HAS_BIONIC to (OPTION_BIONIC)
7208 Macro OPTION_BIONIC is defined in this file and provides Bionic
7209 accessibility status
7210
7211 2012-07-25 Steven Bosscher <steven@gcc.gnu.org>
7212
7213 * gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.
7214
7215 2012-07-25 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
7216
7217 btver2 Enablement
7218 * config.gcc (i[34567]86-*-linux* | ...): Add btver2.
7219 (case ${target}): Add btver2.
7220 * config/i386/driver-i386.c (host_detect_local_cpu): Let
7221 -march=native recognize btver2 processors.
7222 * config/i386/i386-c.c (ix86_target_macros_internal): Add
7223 btver2 def_and_undef
7224 * config/i386/i386.c (struct processor_costs btver2_cost): New
7225 btver2 cost table.
7226 (m_BTVER2): New definition.
7227 (m_AMD_MULTIPLE): Includes m_BTVER2.
7228 (initial_ix86_tune_features): Add btver2 tune.
7229 (processor_target_table): Add btver2 entry.
7230 (static const char *const cpu_names): Add btver2 entry.
7231 (software_prefetching_beneficial_p): Add btver2.
7232 (ix86_option_override_internal): Add btver2 instruction sets.
7233 (ix86_issue_rate): Add btver2.
7234 (ix86_adjust_cost): Add btver2.
7235 * config/i386/i386.h (TARGET_BTVER2): New definition.
7236 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver2.
7237 (enum processor_type): Add PROCESSOR_BTVER2.
7238 * config/i386/i386.md (define_attr "cpu"): Add btver2.
7239
7240 2012-07-24 Bill Schmidt <wschmidt@linux.ibm.com>
7241
7242 * doc/tm.texi: Regenerate.
7243 * targhooks.c (default_init_cost): Add prologue and epilogue costs.
7244 (default_add_stmt_cost): Likewise; also handle NULL stmt_info.
7245 (default_finish_cost): Add prologue and epilogue costs.
7246 * targhooks.h (default_add_stmt_cost): Change parameter list.
7247 (default_finish_cost): Likewise.
7248 * target.def (init_cost): Change documentation string.
7249 (add_stmt_cost): Change documentation string and parameter list.
7250 (finish_cost): Likewise.
7251 * target.h (vect_cost_model_location): New enum.
7252 * tree-vectorizer.h (struct _slp_tree): Remove cost substruct.
7253 (struct _slp_instance): Remove cost substruct; rename stmt_cost_vec
7254 to body_cost_vec.
7255 (SLP_INSTANCE_OUTSIDE_OF_LOOP_COST): Remove.
7256 (SLP_INSTANCE_STMT_COST_VEC): Rename to SLP_INSTANCE_BODY_COST_VEC.
7257 (SLP_TREE_OUTSIDE_OF_LOOP_COST): Remove.
7258 (struct _vect_peel_extended_info): Rename stmt_cost_vec to
7259 body_cost_vec.
7260 (struct _stmt_vec_info): Remove cost substruct.
7261 (STMT_VINFO_OUTSIDE_OF_LOOP_COST): Remove.
7262 (stmt_vinfo_set_outside_of_loop_cost): Remove.
7263 (builtin_vectorization_cost): New function.
7264 (vect_get_stmt_cost): Change to use builtin_vectorization_cost.
7265 (add_stmt_cost): Change parameter list.
7266 (finish_cost): Likewise.
7267 (vect_model_simple_cost): Likewise.
7268 (vect_model_store_cost): Likewise.
7269 (vect_model_load_cost): Likewise.
7270 (record_stmt_cost): Likewise.
7271 (vect_get_load_cost): Likewise.
7272 (vect_get_known_peeling_cost): Likewise.
7273 * tree-vect-loop.c (vect_get_known_peeling_cost): Change parameter
7274 list; call record_stmt_cost for prologue and epilogue costs.
7275 (vect_estimate_min_profitable_iters): Call add_stmt_cost for
7276 prologue and epilogue costs; remove computation of vec_outside_cost;
7277 return vec_prologue_cost and vec_epilogue_cost from finish_cost.
7278 (vect_model_reduction_cost): Revise call to add_stmt_cost for body
7279 costs; call add_stmt_cost for prologue and epilogue costs.
7280 (vect_model_induction_cost): Revise call to add_stmt_cost for body
7281 costs; call add_stmt_cost for prologue costs.
7282 * tree-vect-data-refs.c (vect_get_data_access_cost): Change parameter
7283 list for function and arguments for calls to vect_get_load_cost and
7284 vect_get_store_cost.
7285 (vect_peeling_hash_get_lowest_cost): Change argument list for calls to
7286 vect_get_data_access_cost and vect_get_known_peeling_cost; use
7287 temporary vectors prologue_cost_vec and epilogue_cost_vec for the
7288 latter call and discard their results; rename stmt_cost_vec to
7289 body_cost_vec; correct possible storage leak for body_cost_vec.
7290 (vect_peeling_hash_choose_best_peeling): Rename stmt_cost_vec to
7291 body_cost_vec.
7292 (vect_enhance_data_refs_alignment): Rename stmt_cost_vec to
7293 body_cost_vec; add extra dummy parameter on calls to
7294 vect_get_data_access_cost; tolerate null si->stmt; add vect_body to
7295 argument list on call to add_stmt_cost.
7296 * tree-vect-stmts.c (record_stmt_cost): Change parameter list;
7297 rename stmt_cost_vec to body_cost_vec; tolerate null stmt_info; call
7298 builtin_vectorization_cost; add "where" parameter on call to
7299 add_stmt_cost.
7300 (vect_model_simple_cost): Change parameter list; call record_stmt_cost
7301 for prologue costs; remove call to stmt_vinfo_set_outside_of_loop_cost;
7302 rename stmt_cost_vec to body_cost_vec.
7303 (vect_model_promotion_demotion_cost): Add vect_body argument to call
7304 to add_stmt_cost; call add_stmt_cost for prologue costs; remove call
7305 to stmt_vinfo_set_outside_of_loop_cost.
7306 (vect_model_store_cost): Change parameter list; call record_stmt_cost
7307 for prologue costs; add vect_body argument to call to record_stmt_cost;
7308 rename stmt_cost_vec to body_cost_vec; remove call to
7309 stmt_vinfo_set_outside_of_loop_cost.
7310 (vect_get_store_cost): Rename stmt_cost_vec to body_cost_vec; add
7311 vect_body argument to calls to record_stmt_cost.
7312 (vect_model_load_cost): Change parameter list; rename stmt_cost_vec to
7313 body_cost_vec; add vect_body argument to calls to record_stmt_cost;
7314 remove call to stmt_vinfo_set_outside_of_loop_cost.
7315 (vect_get_load_cost): Change parameter list; rename stmt_cost_vec to
7316 body_cost_vec; add vect_body argument to calls to record_stmt_cost;
7317 call record_stmt_cost for prologue costs.
7318 (vectorizable_store): Change argument list for call to
7319 vect_model_store_cost.
7320 (vectorizable_load): Change argument list for call to
7321 vect_model_load_cost.
7322 (new_stmt_vec_info): Remove assignment to
7323 STMT_VINFO_OUTSIDE_OF_LOOP_COST.
7324 * config/spu/spu.c (spu_init_cost): Add prologue and epilogue costs.
7325 (spu_add_stmt_cost): Likewise; also handle NULL stmt_info.
7326 (spu_finish_cost): Add prologue and epilogue costs.
7327 * config/i386/i386.c (i386_init_cost): Add prologue and epilogue costs.
7328 (i386_add_stmt_cost): Likewise; also handle NULL stmt_info.
7329 (i386_finish_cost): Add prologue and epilogue costs.
7330 * config/rs6000/rs6000.c (rs6000_init_cost): Add prologue and epilogue
7331 costs.
7332 (rs6000_add_stmt_cost): Likewise; also handle NULL stmt_info.
7333 (rs6000_finish_cost): Add prologue and epilogue costs.
7334 * tree-vect-slp.c (vect_free_slp_instance): Rename
7335 SLP_INSTANCE_STMT_COST_VEC to SLP_INSTANCE_BODY_COST_VEC.
7336 (vect_create_new_slp_node): Remove assignment to
7337 SLP_TREE_OUTSIDE_OF_LOOP_COST.
7338 (vect_get_and_check_slp_defs): Change parameter list; change argument
7339 lists to calls to vect_model_store_cost and vect_model_simple_cost.
7340 (vect_build_slp_tree): Change parameter list; change argument lists
7341 to calls to vect_model_load_cost, vect_get_and_check_slp_defs, and
7342 recursive self-calls; remove setting of outside_cost from
7343 SLP_TREE_OUTSIDE_OF_LOOP_COST; add vect_body argument to call to
7344 record_stmt_cost.
7345 (vect_analyze_slp_instance): Rename stmt_cost_vec to body_cost_vec;
7346 rename SLP_INSTANCE_STMT_COST_VEC to SLP_INSTANCE_BODY_COST_VEC;
7347 remove assignment to SLP_INSTANCE_OUTSIDE_OF_LOOP_COST; record SLP
7348 prologue costs.
7349 (vect_bb_vectorization_profitable_p): Rename stmt_cost_vec to
7350 body_cost_vec; handle null ci->stmt; add vect_body argument to call
7351 to add_stmt_cost; simplify calls to targetm.vectorize.
7352 builtin_vectorization_cost; return vec_prologue_cost and
7353 vec_epilogue_cost from finish_cost.
7354 (vect_update_slp_costs_according_to_vf): Rename stmt_cost_vec to
7355 body_cost_vec; add vect_body argument to call to add_stmt_cost.
7356
7357 2012-07-24 Richard Henderson <rth@redhat.com>
7358
7359 * system.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Poison.
7360 * config/cris/cris.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
7361 * config/h8300/h8300.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
7362 * config/mn10300/mn10300.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
7363 * config/rs6000/rs6000.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove
7364 comment reference.
7365 * config/v850/v850.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
7366 * config/v850/v850.md (fixuns_truncsfsi2, fixuns_truncdfsi2): New.
7367 (fix_truncsfsi2, fix_truncdfsi2): Avoid double FIX.
7368 * config/vax/vax.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
7369 * config/vax/vax.md (fixuns_trunc<VAXfp><VAXint>): New.
7370 * doc/tm.texi.in (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
7371 * doc/tm.texi: Rebuild.
7372
7373 2012-07-24 Richard Henderson <rth@redhat.com>
7374
7375 * optabs.def: New file.
7376 * Makefile.in (OPTABS_H): Add insn-opinit.h.
7377 (MOSTLYCLEANFILES): Likewise.
7378 (insn-opinit.o): Remove reload.h
7379 (simple_rtl_generated_c): Remove insn-opinit.c.
7380 (s-opinit): New rule.
7381 (build/genopinit.o): Add optabs.def.
7382 * genopinit.c (rtx_upname): New.
7383 (optabs): Extract to optabs.def
7384 (enum optab_tag, struct optab_def_d, optabs): New.
7385 (struct pattern_d, patterns): New.
7386 (match_pattern): Split out from ...
7387 (gen_insn): ... here. Push matches on patterns vec.
7388 (pattern_cmp, optab_kind_cmp, optab_rcode_cmp): New.
7389 (header_file_name, source_file_name, handle_arg): New.
7390 (open_outfile): New.
7391 (main): Sort and emit new tables. Generate lookup_handler,
7392 raw_optab_handler, swap_optab_enable.
7393 * libfuncs.h (libfunc_entry): Change "size_t optab" to "optab op".
7394 * optabs.c (code_to_optab_): Remove.
7395 (hash_libfunc): Update for optab name change.
7396 (eq_libfunc): Likewise.
7397 (convert_optab_libfunc): Update computation of optab member;
7398 use the new convlib_def table.
7399 (optab_libfunc): Similarly.
7400 (set_optab_libfunc, set_conv_libfunc): Likewise.
7401 (sign_expand_binop): Use swap_optab_enable instead of fake optabs.
7402 (init_insn_codes, init_optab, init_optabv, init_convert_optab): Remove.
7403 (init_optabs): Don't call them; export the data to optabs.def.
7404 (gen_int_libfunc, gen_fp_libfunc): Export non-static.
7405 (gen_fixed_libfunc, gen_signed_fixed_libfunc): Likewise.
7406 (gen_unsigned_fixed_libfunc, gen_int_fp_libfunc): Likewise.
7407 (gen_intv_fp_libfunc, gen_int_fp_fixed_libfunc): Likewise.
7408 (gen_int_fp_signed_fixed_libfunc, gen_int_fixed_libfunc): Likewise.
7409 (gen_int_signed_fixed_libfunc): Likewise.
7410 (gen_int_unsigned_fixed_libfunc): Likewise.
7411 (gen_interclass_conv_libfunc, gen_int_to_fp_conv_libfunc): Likewise.
7412 (gen_ufloat_conv_libfunc): Likewise.
7413 (gen_int_to_fp_nondecimal_conv_libfunc): Likewise.
7414 (gen_fp_to_int_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
7415 (gen_trunc_conv_libfunc, gen_extend_conv_libfunc): Likewise.
7416 (gen_fract_conv_libfunc, gen_fractuns_conv_libfunc): Likewise.
7417 (gen_satfract_conv_libfunc, gen_satfractuns_conv_libfunc): Likewise.
7418 (debug_optab_libfuncs): Update for optab representation change.
7419 * optabs.h: Include insn-opinit.h.
7420 (optab, convert_optab, direct_optab): New typedefs.
7421 (struct optab_handlers, struct widening_optab_handlers): Remove.
7422 (struct optab_libcall_d): Rename from optab_d; remove code_,
7423 handlers, widening members.
7424 (struct convert_optab_libcall_d): Rename from convert_optab_d;
7425 remove code_ and handlers members.
7426 (enum optab_index, enum convert_optab_index): Remove.
7427 (enum direct_optab_index): Remove.
7428 (code_to_optab_): Fix array range.
7429 (optab_to_code): Covert to inline function.
7430 (optab_to_code_, convlib_def, normlib_def): Declare.
7431 (raw_optab_handler, swap_optab_enable): Declare.
7432 (unknown_optab): Remove; export to optabs.def
7433 (ssadd_optab, usadd_optab, sssub_optab, ussub_optab, ssmul_optab,
7434 usmul_optab, ssdiv_optab, usdiv_optab, ssneg_optab, usneg_optab,
7435 ssashl_optab, usashl_optab, add_optab, sub_optab, smul_optab,
7436 addv_optab, subv_optab, smul_highpart_optab, umul_highpart_optab,
7437 smul_widen_optab, umul_widen_optab, usmul_widen_optab,
7438 smadd_widen_optab, umadd_widen_optab, ssmadd_widen_optab,
7439 usmadd_widen_optab, smsub_widen_optab, umsub_widen_optab,
7440 ssmsub_widen_optab, usmsub_widen_optab, sdiv_optab, smulv_optab,
7441 sdivv_optab, sdivmod_optab, udiv_optab, udivmod_optab, smod_optab,
7442 umod_optab, fmod_optab, remainder_optab, ftrunc_optab, and_optab,
7443 ior_optab, xor_optab, ashl_optab, lshr_optab, ashr_optab, rotl_optab,
7444 rotr_optab, vashl_optab, vlshr_optab, vashr_optab, vrotl_optab,
7445 vrotr_optab, smin_optab, smax_optab, umin_optab, umax_optab, pow_optab,
7446 atan2_optab, fma_optab, fms_optab, fnma_optab, fnms_optab, mov_optab,
7447 movstrict_optab, movmisalign_optab, storent_optab, neg_optab,
7448 negv_optab, abs_optab, absv_optab, one_cmpl_optab, bswap_optab,
7449 ffs_optab, clz_optab, ctz_optab, clrsb_optab, popcount_optab,
7450 parity_optab, sqrt_optab, sincos_optab, sin_optab, asin_optab,
7451 cos_optab, acos_optab, exp_optab, exp10_optab, exp2_optab, expm1_optab,
7452 ldexp_optab, scalb_optab, significand_optab, logb_optab, ilogb_optab,
7453 log_optab, log10_optab, log2_optab, log1p_optab, floor_optab,
7454 ceil_optab, btrunc_optab, round_optab, nearbyint_optab, rint_optab,
7455 tan_optab, atan_optab, copysign_optab, signbit_optab, isinf_optab,
7456 cmp_optab, ucmp_optab, eq_optab, ne_optab, gt_optab, ge_optab,
7457 lt_optab, le_optab, unord_optab, strlen_optab, cbranch_optab,
7458 cmov_optab, cstore_optab, ctrap_optab, push_optab, addcc_optab,
7459 reduc_smax_optab, reduc_umax_optab, reduc_smin_optab, reduc_umin_optab,
7460 reduc_splus_optab, reduc_uplus_optab, ssum_widen_optab,
7461 usum_widen_optab, sdot_prod_optab, udot_prod_optab, vec_set_optab,
7462 vec_extract_optab, vec_init_optab, vec_shl_optab, vec_shr_optab,
7463 vec_realign_load_optab, vec_widen_umult_hi_optab,
7464 vec_widen_umult_lo_optab, vec_widen_smult_hi_optab,
7465 vec_widen_smult_lo_optab, vec_widen_umult_even_optab,
7466 vec_widen_umult_odd_optab, vec_widen_smult_even_optab,
7467 vec_widen_smult_odd_optab, vec_widen_ushiftl_hi_optab,
7468 vec_widen_ushiftl_lo_optab, vec_widen_sshiftl_hi_optab,
7469 vec_widen_sshiftl_lo_optab, vec_unpacks_hi_optab, vec_unpacks_lo_optab,
7470 vec_unpacku_hi_optab, vec_unpacku_lo_optab, vec_unpacks_float_hi_optab,
7471 vec_unpacks_float_lo_optab, vec_unpacku_float_hi_optab,
7472 vec_unpacku_float_lo_optab, vec_pack_trunc_optab, vec_pack_ssat_optab,
7473 vec_pack_usat_optab, vec_pack_sfix_trunc_optab,
7474 vec_pack_ufix_trunc_optab, powi_optab, sync_compare_and_swap_optab,
7475 sync_lock_test_and_set_optab, sync_old_add_optab, sync_old_sub_optab,
7476 sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab,
7477 sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab,
7478 sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab,
7479 sync_new_nand_optab, sext_optab, zext_optab, trunc_optab, sfix_optab,
7480 ufix_optab, sfixtrunc_optab, ufixtrunc_optab, sfloat_optab,
7481 ufloat_optab, lrint_optab, lround_optab, lfloor_optab, lceil_optab,
7482 fract_optab, fractuns_optab, satfract_optab, satfractuns_optab,
7483 vec_load_lanes_optab, vec_store_lanes_optab, vcond_optab, vcondu_optab,
7484 movcc_optab, reload_in_optab, reload_out_optab, movmem_optab,
7485 setmem_optab, cmpstr_optab, cmpstrn_optab, cmpmem_optab,
7486 sync_lock_release_optab, sync_add_optab, sync_sub_optab,
7487 sync_ior_optab, sync_and_optab, sync_xor_optab, sync_nand_optab,
7488 atomic_exchange_optab, atomic_compare_and_swap_optab,
7489 atomic_load_optab, atomic_store_optab, atomic_add_fetch_optab,
7490 atomic_sub_fetch_optab, atomic_and_fetch_optab,
7491 atomic_nand_fetch_optab, atomic_xor_fetch_optab, atomic_or_fetch_optab,
7492 atomic_fetch_add_optab, atomic_fetch_sub_optab, atomic_fetch_and_optab,
7493 atomic_fetch_nand_optab, atomic_fetch_xor_optab, atomic_fetch_or_optab,
7494 atomic_add_optab, atomic_sub_optab, atomic_and_optab,
7495 atomic_nand_optab, atomic_xor_optab, atomic_or_optab,
7496 atomic_always_lock_free_optab, atomic_is_lock_free_optab,
7497 atomic_thread_fence_optab, atomic_signal_fence_optab,
7498 vec_perm_optab, vec_perm_const_optab): Likewise.
7499 (struct target_optabs): Remove x_optab_table, x_convert_optab_table,
7500 and x_direct_optab_table members; add pat_enable.
7501 (optab_table, convert_optab_table, direct_optab_table): Remove.
7502 (optab_handler): Use raw_optab_handler.
7503 (widening_optab_handler, convert_optab_handler): Likewise.
7504 (set_optab_handler, set_widening_optab_handler): Remove.
7505 (set_convert_optab_handler, set_direct_optab_handler): Remove.
7506 (direct_optab_handler): Defer to optab_handler.
7507 * rtl.h (NON_GENERATOR_NUM_RTX_CODE): New.
7508
7509 2012-07-24 Jason Merrill <jason@redhat.com>
7510
7511 * bitmap.c (bitmap_descriptor): Adjust order of parameters to
7512 match MEM_STAT_DECL.
7513 * statistics.h (ALONE_FINAL_MEM_STAT_DECL): Correct typo.
7514
7515 2012-07-24 Richard Henderson <rth@redhat.com>
7516
7517 * optabs.h (struct optab_d): Rename code member to code_.
7518 (struct convert_optab_h): Likewise.
7519 (code_to_optab_): Rename from code_to_optab.
7520 (code_to_optab, optab_to_code): New.
7521 * dojump.c (do_compare_rtx_and_jump): Use code_to_optab.
7522 * ifcvt.c (noce_emit_move_insn): Likewise.
7523 * optabs.c (simplify_expand_binop): Use optab_to_code.
7524 (expand_simple_binop, shift_optab_p, commutative_optab_p): Likewise.
7525 (avoid_expensive_constant, expand_binop_directly): Likewise.
7526 (expand_binop, expand_simple_unop, expand_unop_direct): Likewise.
7527 (expand_unop, prepare_float_lib_cmp, expand_fixed_convert): Likewise.
7528 (have_insn_for, debug_optab_libfuncs): Likewise.
7529 (init_optab, init_optabv, init_convert_optab): Update for optab
7530 member name change.
7531
7532 * libfuncs.h: Include optabs.h.
7533 * dwarf2out.c, lto-streamer.in.c: Don't include libfuncs.h.
7534 * Makefile.in (LIBFUNCS_H): Add OPTABS_H.
7535 (lto-streamer-in.o, dwarf2out.o): Update deps.
7536
7537 * optabs.h (unknown_optab): New.
7538 * builtins.c (interclass_mathfn_icode): Use it.
7539 * dojump.c (do_compare_rtx_and_jump): Likewise.
7540 * optabs.c (optab_for_tree_code, expand_binop): Likewise.
7541 * tree-vect-generic.c (add_rshift, expand_vector_divmod): Likewise.
7542 (expand_vector_operations_1): Likewise.
7543 * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
7544 * tree-vect-stmts.c (supportable_narrowing_operation): Likewise.
7545
7546 2012-07-24 Steven Bosscher <steven@gcc.gnu.org>
7547
7548 * alloc-pool.c (create_alloc_pool): Fix ENABLE_CHECKING check.
7549
7550 2012-07-24 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
7551
7552 PR target/54051
7553 * config/arm/arm.c (arm_print_operand_address): Remove superfluous
7554 printing of 0.
7555 * config/arm/neon.md ("neon_vld3_lane<mode>":VD): Remove alignment
7556 specifier.
7557 ("neon_vld3_lane<mode>":VMQ): Likewise.
7558 ("neon_vld3_dup<mode>":VDX): Likewise.
7559 ("neon_vst3_lane<mode>":VD): Likewise.
7560 ("neon_vst3_lane<mode>":VMQ): Likewise.
7561
7562 2012-07-24 Roland McGrath <mcgrathr@google.com>
7563
7564 * arm.c (arm_get_frame_offsets): Don't use fixed regs for
7565 stack alignment padding.
7566
7567 2012-07-24 Uros Bizjak <ubizjak@gmail.com>
7568
7569 PR target/53961
7570 * config/i386/i386.c (ix86_legitimate_address_p): Move check for
7571 negative constant address for TARGET_X32 ...
7572 (ix86_decompose_address): ... here. Reject constant addresses
7573 that don't satisfy x86_64_immediate_operand predicate.
7574
7575 2012-07-24 Julian Brown <julian@codesourcery.com>
7576
7577 * doc/sourcebuild.texi (arm_hf_eabi): Document effective-target check.
7578
7579 2012-07-24 Steven Bosscher <steven@gcc.gnu.org>
7580
7581 * sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.
7582 Move test to check that there is a popcount function for the the number
7583 of bits in SBITMAP_ELT_BITS to sbitmap.c.
7584 * sbitmap.c: Test SBITMAP_ELT_BITS, not HOST_BITS_PER_WIDEST_FAST_INT.
7585 MEM_STAT_INFO): Define in terms of their ALONE counterparts.
7586
7587 * configure.ac (GATHER_STATISTICS): Always define, non-zero if enabled.
7588 * configure: Regenerate.
7589 * statistics.h (GATHER_STATISTICS): Error out if it is not defined.
7590 (GCC_MEM_STAT_ARGUMENTS): New define.
7591 (ALONE_MEM_STAT_DECL): Define in terms of GCC_MEM_STAT_ARGUMENTS.
7592 (ALONE_FINAL_MEM_STAT_DECL, ALONE_FINAL_PASS_MEM_STAT): New defines.
7593 (MEM_STAT_DECL, FINAL_MEM_STAT_DECL, PASS_MEM_STAT,
7594 FINAL_PASS_MEM_STAT): Define.
7595 * ggc-internal.h (ggc_record_overhead): Use FINAL_MEM_STAT_DECL.
7596 * ggc.h (ggc_record_overhead, ggc_free_overhead,
7597 ggc_prune_overhead_list): Remove internal prototypes, they are defined
7598 already in ggc-internal.h.
7599 * ggc-common.c (struct loc_descriptor): Remove #ifdef GATHER_STATISTICS
7600 wrappers.
7601 (add_statistics): Likewise.
7602 (dump_ggc_loc_statistics): Likewise. Return if GATHER_STATISTICS is 0.
7603 * ggc-zone.c (struct page_entry): Remove #ifdef GATHER_STATISTICS
7604 wrappers around "survived" and "stats" members.
7605 (alloc_large_page): Always initialize survived.
7606 (ggc_internal_alloc_zone_stat): Likewise.
7607 Remove #ifdef GATHER_STATISTICS wrappers. Record overhead if
7608 GATHER_STATISTICS is non-0.
7609 (ggc_free): Convert #ifdef GATHER_STATISTICS to if-code.
7610 (sweep_pages): Always increase survived.
7611 (ggc_collect_1): Convert #ifdef GATHER_STATISTICS to if-code.
7612 (calculate_average_page_survival): Always define.
7613 (ggc_collect): Convert #ifdef GATHER_STATISTICS to if-code.
7614 (ggc_print_statistics): Likewise.
7615 (ggc_pch_read): Likewise.
7616 * ggc-page.c (struct globals): Always define "stats" member.
7617 (ggc_internal_alloc_stat): Convert #ifdef GATHER_STATISTICS to if-code.
7618 (ggc_free): Likewise.
7619 (ggc_collec): Likewise.
7620 (ggc_print_statistics): Likewise.
7621 * bitmap.h (struct bitmap_head_def): Always define "desc" member.
7622 (bitmap_initialize_stat): Convert #ifdef GATHER_STATISTICS to if-code.
7623 * gimple.h (enum gimple_alloc_kind): Always define.
7624 (gimple_alloc_kind): Likewise.
7625 * tree-flow.h (phinodes_print_statistics): Always define.
7626 (ssanames_print_statistics): Likewise.
7627 * vec.h (vec_heap_free): Always define.
7628 (VEC_stack_alloc): Define if GATHER_STATISTICS is non-0.
7629 * alloc-pool.c (alloc_pool_descriptor): Always define.
7630 (create_alloc_pool): Convert #ifdef GATHER_STATISTICS to if-code.
7631 (empty_alloc_pool): Likewise.
7632 (pool_alloc): Likewise.
7633 (pool_free): Likewise.
7634 (dump_alloc_pool_statistics): Likewise.
7635 (print_statistics): Always define.
7636 * bitmap.c (struct bitmap_descriptor): Always define.
7637 (bitmap_register): Pass ALONE_FINAL_PASS_MEM_STAT.
7638 (register_overhead): Always define.
7639 (bitmap_element_free): Convert #ifdef GATHER_STATISTICS to if-code.
7640 (bitmap_element_allocate): Likewise.
7641 (bitmap_elt_clear_from): Likewise.
7642 (bitmap_obstack_alloc_stat): Likewise.
7643 (bitmap_gc_alloc_stat): Likewise.
7644 (bitmap_obstack_free): Likewise.
7645 (bitmap_find_bit): Likewise.
7646 (bitmap_ior_and_into): Likewise.
7647 (bitmap_print): Likewise.
7648 (dump_bitmap_statistics): Likewise. Return if GATHER_STATISTICS is 0.
7649 * gimple.c (gimple_alloc_counts, gimple_alloc_sizes): Always define.
7650 (gimple_alloc_kind_names): Likewise.
7651 (gimple_alloc_stat): Convert #ifdef GATHER_STATISTICS to if-code.
7652 (dump_gimple_statistics): Likewise. Return if GATHER_STATISTICS is 0.
7653 * rtl.c (rtx_alloc_counts, rtx_alloc_sizes, rtvec_alloc_counts,
7654 rtvec_alloc_sizes): Always define.
7655 (rvec_alloc): Convert #ifdef GATHER_STATISTICS to if-code.
7656 (rtx_alloc_stat): Likewise.
7657 (dump_rtx_statistics): Likewise. Return if GATHER_STATISTICS is 0.
7658 * tree.c (_obstack_allocated_p, tree_code_counts, tree_node_counts,
7659 tree_node_sizes, tree_node_kind_names): Always define.
7660 (record_node_allocation_statistics): Convert #ifdef GATHER_STATISTICS
7661 to if-code.
7662 (type_hash_canon): Likewise.
7663 (dump_tree_statistics): Likewise.
7664 * tree-ssanames.c (ssa_name_nodes_reused, ssa_name_nodes_created):
7665 Always define.
7666 (ssanames_print_statistics): Likewise.
7667 (make_ssa_name_fn): Convert #ifdef GATHER_STATISTICS to if-code.
7668 * tree-phinodes.c (phi_nodes_reused, phi_nodes_created): Always define.
7669 (phinodes_print_statistics): Likewise.
7670 (allocate_phi_node): Convert #ifdef GATHER_STATISTICS to if-code.
7671 * vec.c (struct vec_descriptor): Always define.
7672 (hash_descriptor, eq_descriptor, ptr_hash_entry, hash_ptr, eq_ptr,
7673 vec_descriptor, rester_overhead, free_overhead): Likewise.
7674 (cmp_statistic): Likewise.
7675 (vec_heap_free): Convert #ifdef GATHER_STATISTICS to if-code.
7676 (vec_heap_o_reserve_1): Likewise.
7677 (dump_vec_loc_statistics): Likewise.
7678
7679 2012-07-24 Richard Guenther <rguenther@suse.de>
7680
7681 PR tree-optimization/53616
7682 * tree-loop-distribution.c (ldist_gen): Do not change
7683 partition ordering when merging partitions.
7684
7685 2012-07-24 Alan Modra <amodra@gmail.com>
7686
7687 PR target/53914
7688 PR target/54009
7689 * config/rs6000/constraints.md (Y): Use mem_operand_gpr.
7690 * config/rs6000/predicates.md (word_offset_memref_operand): Delete.
7691 Adjust all rs6000_legitimate_offset_address_p calls.
7692 * config/rs6000/rs6000-protos.h (mem_operand_gpr): Declare.
7693 (rs6000_secondary_reload_gpr): Declare.
7694 (rs6000_legitimate_offset_address_p): Update prototype.
7695 (rs6000_offsettable_memref_p): Delete.
7696 (rs6000_secondary_reload_ppc64): Delete.
7697 * config/rs6000/rs6000.c (address_offset): New function.
7698 (mem_operand_gpr): Likewise.
7699 (rs6000_legitimate_offset_address_p): Add worst_case param. When
7700 not worst_case assume class of regs with least restrictive offsets.
7701 Adjust all calls.
7702 (legitimate_lo_sum_address_p): Simplify register mode tests.
7703 (rs6000_legitimize_address): Likewise. Assume best case offset
7704 addressing. Combine ELF and MACHO lo_sum code.
7705 (rs6000_mode_dependent_address): Correct offset addressing limits.
7706 (rs6000_offsettable_memref_p): Make static, add reg_mode param.
7707 Use reg_mode to help rs6000_legitimate_offset_address_p.
7708 (rs6000_secondary_reload): Use address_offset. Handle 32-bit multi
7709 gpr load/store when offset too large.
7710 (rs6000_secondary_reload_gpr): Renamed rs6000_secondary_reload_ppc64.
7711 (rs6000_split_multireg_move): Adjust rs6000_offsettable_memref_p calls.
7712 * config/rs6000/rs6000.md (movdf_hardfloat32): Use 'Y' constraint
7713 for gpr load/store. Order alternatives as r->Y,Y->r,r->r and
7714 d->m,m->d,d->d. Correct size of gpr load/store.
7715 (movdf_softfloat32): Use 'Y' constraint for gpr load/store. Order
7716 alternatives.
7717 (movti_ppc64): Likewise.
7718 (movdi_internal32): Likewise. Also disparage fprs.
7719 (movdi_mfpgpr, movdi_internal64): Likewise.
7720 (movtf_internal): Use 'm' for fpr load/store. Order alternatives.
7721 (movtf_softfloat): Order alternatives.
7722 (extenddftf2_internal): Use 'm' and 'Y' for store.
7723 (movti_power, movti_string): Use 'Y' for gpr load/store. Order.
7724 (stack_protect_setdi, stack_protect_testdi): Likewise.
7725 (movdf_hardfloat64_mfpgpr, movdf_hardfloat64): Order alternatives.
7726 (movdf_softfloat64): Likewise.
7727 (reload_<mode>_store): Adjust reload_di_store to provide
7728 reload_si_store as well.
7729 (reload_<mode>_load): Likewise.
7730
7731 2012-07-23 Oleg Endo <olegendo@gcc.gnu.org>
7732
7733 PR target/51244
7734 * config/sh/predicates.md (general_movsrc_operand,
7735 general_movdst_operand): Reject T_REG.
7736 * config/sh/sh.md (*extendqisi2_compact_reg, *extendhisi2_compact_reg,
7737 movsi_i, movsi_ie, movsi_i_lowpart, *movqi_reg_reg, *movhi_reg_reg):
7738 Remove T_REG alternatives.
7739 (*negtstsi): New insn.
7740
7741 2012-07-23 Oleg Endo <olegendo@gcc.gnu.org>
7742
7743 PR target/53511
7744 * config/sh/sh.md (mulsf3_ie): Delete.
7745 (mulsf3_i4): Rename to mulsf3_i.
7746 (mulsf3): Emit mulsf3_i insn.
7747
7748 2012-07-23 Oleg Endo <olegendo@gcc.gnu.org>
7749
7750 * config/sh/sh.md (addc1, subc1): Delete.
7751 (adddi3_compact): Use addc instead of addc1.
7752 (subdi3_compact): Use subc instead of subc1.
7753
7754 2012-07-23 Uros Bizjak <ubizjak@gmail.com>
7755
7756 * config/i386/i386-protos.h (ix86_lea_outperforms): Remove prototype.
7757 * config/i386/i386.c (ix86_lea_outperforms): Make static. Make
7758 split_cost argument signed.
7759 (ix86_avoid_lea_for_add): Cleanup.
7760 (ix86_use_lea_for_mov): Use INVALID_REGNUM instead of -1.
7761 (ix86_avoid_lea_for_addr): Ditto. Make split_cost signed.
7762 Use gen_lowpart instead of gen_rtx_SUBREG. Cleanup.
7763
7764 2012-07-23 Ulrich Weigand <ulrich.weigand@linaro.org>
7765
7766 * config/arm/arm.c (arm_reorg): Ensure all insns are split.
7767
7768 2012-07-23 Uros Bizjak <ubizjak@gmail.com>
7769
7770 PR target/53961
7771 * config/i386/i386.md (*lea): Add asserts to detect invalid addresses.
7772 * config/i386/i386.c (ix86_print_operand_address): Ditto.
7773 (ix86_decompose_address): Allow (zero_extend:DI (subreg:SI (...)))
7774 addresses. Prevent zero extensions of CONST_INT operands.
7775
7776 2012-07-23 Steven Bosscher <steven@gcc.gnu.org>
7777
7778 * sbitmap.h (struct int_list): Remove.
7779 (sbitmap_intersect_of_predsucc, sbitmap_union_of_predsucc):
7780 Remove prototypes of non-existing function.
7781 (sbitmap_intersect_of_predecessors, sbitmap_intersect_of_successors,
7782 sbitmap_union_of_predecessors, sbitmap_union_of_successors): Remove
7783 unused defines.
7784 (sbitmap_intersection_of_succs, sbitmap_intersection_of_preds,
7785 sbitmap_union_of_succs, sbitmap_union_of_preds): Move prototypes to...
7786 * basic-block.h: ... here.
7787 * sbitmap.c: Do not include basic-block.h.
7788 (sbitmap_intersection_of_succs, sbitmap_intersection_of_preds,
7789 sbitmap_union_of_succs, sbitmap_union_of_preds): Move functions to...
7790 * cfganal.c: ... here.
7791 * bt-load.c (compute_out, link_btr_uses): Update for above changes.
7792 * gcse.c (compute_code_hoist_vbeinout): Likewise.
7793 * lcm.c (compute_antinout_edge, compute_available): Likewise.
7794 * Makefile.in: Fix sbitmap.o dependencies.
7795
7796 2012-07-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
7797 Nick Clifton <nickc@redhat.com>
7798
7799 * config/frv/frv-protos.h (frv_ifcvt_machdep_init): Prototype.
7800 * config/frv/frv.c (frv_ifcvt_machdep_init): Change type of
7801 (unused) parameter to void *.
7802
7803 2012-07-23 Richard Guenther <rguenther@suse.de>
7804
7805 * tree-ssa-alias.c (dump_alias_info): Walk over local decls
7806 instead of referenced vars.
7807
7808 2012-07-23 Steven Bosscher <steven@gcc.gnu.org>
7809
7810 * coverage.c: Refer to "notes file" instead of "graph file"
7811 in all comments. Explain history of bbg prefix.
7812 * gcov-io.h: Likewise.
7813 * gcov.c: Likewise.
7814 (find_source): Likewise in fnotice.
7815 (read_graph_file): Likewise.
7816 (read_count_file): Likewise.
7817 * doc/gcov.texi: Document -fprofile-dir flag. Add "notes file"
7818 and "data file" explicitly in the explanation of the files.
7819
7820 2012-07-22 Steven Bosscher <steven@gcc.gnu.org>
7821
7822 PR tree-optimization/53881
7823 * tree-cfg.c (group_case_labels_stmt): Look up the basic block
7824 for each label and compare them instead of labels.
7825
7826 2012-07-22 Steven Bosscher <steven@gcc.gnu.org>
7827
7828 * opts.c (common_handle_option): Do not set
7829 flag_value_profile_transformations for -fprofile-generate.
7830 * profile.c (instrument_values): Use COUNTER_FOR_HIST_TYPE.
7831 (BB_TO_GCOV_INDEX): Remove.
7832 (output_location): Don't use it.
7833 (branch_prob): Likewise. Don't fiddle with the index of
7834 ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR. Use clear_aux_for_blocks.
7835 (find_spanning_tree):
7836 * gcov.c (struct function_info): Document that blocks 0 and 1
7837 are the entry resp. exit blocks in gcov, too, like in GCC itself.
7838 (solve_flow_graph): Use ENTRY_BLOCK and EXIT_BLOCK for special
7839 blocks identification.
7840 (output_lines): Likewise.
7841 * value-prof.c (gimple_value_profile_transformations): Do not
7842 test flag_value_profile_transformations again.
7843 (gimple_ic_transform): Take a gimple_stmt_iterator like all other
7844 transformation functions.
7845 (gimple_values_to_profile):
7846 Don't test flag_value_profile_transformations
7847 * tree-profile.c (tree_profiling): Assert that the cgraph is in
7848 the CGRAPH_STATE_IPA_SSA state.
7849 Do not set, or look at, after_tree_profile.
7850 * function.h (struct function): Remove after_tree_profile bit.
7851 * omp-low.c (expand_omp_taskreg): Don't set after_tree_profile.
7852 * tree-inline.c (initialize_cfun): Don't copy it.
7853 * lto-streamer-out.c (output_struct_function_base): Don't stream it.
7854 * lto-streamer-in.c (input_struct_function_base): Likewise.
7855
7856 2012-07-22 Oleg Endo <olegendo@gcc.gnu.org>
7857
7858 * config/sh/sh.h (TARGET_DYNSHIFT): New macro.
7859 (SH_DYNAMIC_SHIFT_COST): Use it.
7860 * config/sh/sh.c (expand_ashiftrt, shl_sext_kind): Likewise.
7861 (sh_dynamicalize_shift_p): Add TARGET_DYNSHIFT condition.
7862 Add sanity check for input value. Add function description.
7863 * config/sh/sh.md (ashlsi3, ashlsi3_std, ashrsi3_d, lshrsi3,
7864 lshrsi3_d): Use TARGET_DYNSHIFT.
7865
7866 2012-07-22 Oleg Endo <olegendo@gcc.gnu.org>
7867
7868 * config/sh/sh.md (negc): Delete expander.
7869 (*negc): Rename insn to negc.
7870
7871 2012-07-22 Uros Bizjak <ubizjak@gmail.com>
7872
7873 PR target/53961
7874 * config/i386/i386.md (*lea): New insn pattern.
7875 (*lea_1): Remove.
7876 (*lea<mode>_2): Ditto.
7877 (*lea_{3,4,5,6}_zext): Ditto.
7878 * config/i386/predicates.md (lea_address_operand): Do not reject
7879 zero-extended address operands.
7880 * config/i386/constraints.md (j): Remove address constraint.
7881 * config/i386/i386.c (ix86_decompose_address): Allow SImode subreg
7882 of an address.
7883 (ix86_print_operand_address): Handle SImode subreg of an address.
7884 (ix86_avoid_lea_for_addr): Reject zero-extended addresses for now.
7885
7886 2012-07-22 Hans-Peter Nilsson <hp@axis.com>
7887
7888 Emit executable-stack note correctly for CRIS targets.
7889 * config/cris/cris.c (cris_file_end): New function.
7890 (TARGET_ASM_FILE_END): Define.
7891
7892 2012-07-22 Chung-Lin Tang <cltang@codesourcery.com>
7893 Maxim Kuvyrkov <maxim@codesourcery.com>
7894 NetLogic Microsystems Inc.
7895
7896 * config/mips/mips.c (mips_issue_rate): Handle XLP.
7897 * config/mips/mips.md: Include xlp.md.
7898 * config/mips/xlp.md: New file.
7899
7900 2012-07-21 Steven Bosscher <steven@gcc.gnu.org>
7901
7902 PR gcov-profile/32543
7903 * profile.c (branch_prob): Update total_num_edges_instrumented and
7904 report the number of edges to instrument.
7905
7906 2012-07-21 Oleg Endo <olegendo@gcc.gnu.org>
7907
7908 * config/sh/sh.md: Correct comment regarding clrt and sett insns.
7909
7910 2012-07-21 Andrew Pinski <apinski@cavium.com>
7911
7912 * config/mips/mips.md (*popcountdi2_trunc): New pattern
7913 to handle popcount of a truncation.
7914
7915 2012-07-21 Andrew Pinski <apinski@cavium.com>
7916
7917 * config/mips/mips-protos.h (mips_expand_ext_as_unaligned_load):
7918 Add a bool argument.
7919 * config/mips/mips.c (mips_block_move_straight): Update call to
7920 mips_expand_ext_as_unaligned_load.
7921 (mips_expand_ext_as_unaligned_load): Add unsigned_p argument.
7922 Accept DImode dest when the width is that of SImode.
7923 * config/mips/mips.md (extv): Update call to
7924 mips_expand_ext_as_unaligned_load.
7925 (extzv): Likewise.
7926
7927 2012-07-21 Andrew Pinski <apinski@cavium.com>
7928
7929 * config/mips/mips.c (mips_get_unaligned_mem): Copy *op after calling
7930 adjust_address.
7931
7932 2012-07-20 Maxim Kuvyrkov <maxim@codesourcery.com>
7933
7934 * config/mips/mips.md (define_attr sync_*): Move before "type".
7935 (define_attr "type"): New values "atomic" and "syncloop".
7936 * config/mips/sync.md (atomic_exchange<mode>, atomic_fetch_add<mode>):
7937 Set "type" attribute.
7938 * config/mips/generic.md (generic_atomic, generic_syncloop):
7939 New reservations.
7940 * gcc/config/mips/10000.md, gcc/config/mips/20kc.md,
7941 * gcc/config/mips/24k.md, gcc/config/mips/4130.md,
7942 * gcc/config/mips/4k.md, gcc/config/mips/5400.md,
7943 * gcc/config/mips/5500.md, gcc/config/mips/5k.md,
7944 * gcc/config/mips/7000.md, gcc/config/mips/74k.md,
7945 * gcc/config/mips/9000.md, gcc/config/mips/loongson2ef.md,
7946 * gcc/config/mips/loongson3a.md, gcc/config/mips/octeon.md,
7947 * gcc/config/mips/sb1.md, gcc/config/mips/sr71k.md,
7948 * gcc/config/mips/xlr.md: Handle "atomic" and "syncloop" types.
7949
7950 2012-07-20 Oleg Endo <olegendo@gcc.gnu.org>
7951
7952 * config/sh/sh.md: Group and sort shift related patterns.
7953 (ashlsi3_n, *ashlhi3_n, lshrsi3_n): Remove length attributes.
7954
7955 2012-07-20 Hans-Peter Nilsson <hp@axis.com>
7956
7957 * config/cris/cris.c (cris_asm_output_ident): Remove unused
7958 local variables section_asm_op, size, buf.
7959
7960 2012-07-20 Pat Haugen <pthaugen@us.ibm.com>
7961 Steven Bosscher <steven@gcc.gnu.org>
7962
7963 * config/rs6000/power4.md (power4-store-update): Fix reservation.
7964 (power4-three): Likewise.
7965
7966 2012-07-20 Sameera Deshpande <sameera.deshpande@arm.com>
7967 Greta Yorsh <Greta.Yorsh@arm.com>
7968
7969 * config/arm/arm.c (arm_cortex_a15_tune): New tune.
7970 * config/arm/arm-cores.def (cortex-a15): Use it.
7971
7972 2012-07-20 Sameera Deshpande <sameera.deshpande@arm.com>
7973 Greta Yorsh <Greta.Yorsh@arm.com>
7974
7975 * config/arm/arm-protos.h (tune_params): Add prefer_ldrd_strd.
7976 * config/arm/arm.c (arm_slowmul_tune): Initialize it.
7977 (arm_fastmul_tune, arm_strongarm_tune): Likewise.
7978 (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune): Likewise.
7979 (arm_cortex_tune, arm_cortex_a5_tune, arm_cortex_a9_tune): Likewise.
7980 (arm_fa726te_tune): Likewise.
7981
7982 2012-07-20 Richard Guenther <rguenther@suse.de>
7983
7984 * tree-dfa.c (collect_dfa_stats): Simplify.
7985 * tree-ssa-structalias.c (compute_may_aliases): Do not dump
7986 referenced vars.
7987 * cfgexpand.c (estimated_stack_frame_size): Walk over local
7988 decls instead of referenced vars.
7989 * tree-ssa.c (delete_tree_ssa): Simplify.
7990 * tree-tailcall.c (find_tail_calls): Walk over local decls
7991 instead of referenced vars.
7992 (add_virtual_phis): Remove.
7993 (tree_optimize_tail_calls_1): Instead mark the virtual operand
7994 for renaming.
7995
7996 2012-07-20 Steven Bosscher <steven@gcc.gnu.org>
7997
7998 * basic-block.h (BB_FLAGS_TO_PRESERVE): New define.
7999 (brief_dump_cfg): Update prototype to take flags argument.
8000 (check_bb_profile): Remove prototype.
8001 * tracer.c (tracer): Update brief_dump_cfg calls.
8002 * cfghooks.c (dump_bb): Do not pass TDF_COMMENT to dump_bb_info.
8003 Call dump_bb_info before and after the cfghook dump_bb. Terminate
8004 the dump with a newline.
8005 (dump_flow_info): Do not call check_bb_profile.
8006 * cfg.c (clear_bb_flags): Update using BB_FLAGS_TO_PRESERVE.
8007 (check_bb_profile): Make static. Take indent and flags arguments.
8008 (dump_bb_info): Always dump loop depth. With TDF_DETAILS, call
8009 check_bb_profile. Print one edge per line.
8010 (brief_dump_cfg): Take a flags argument, and filter out
8011 TDF_COMMENT and TDF_DETAILS.
8012 * pretty-print.c (pp_base_newline): Set pp_needs_newline to false.
8013 * gimple-pretty-print.c (dump_gimple_bb_header): Do not use
8014 dump_bb_info here, it is already called from dump_bb. Idem for
8015 check_bb_profile.
8016 (dump_gimple_bb_footer): Likewise.
8017 (gimple_dump_bb_buff): Call pp_flush after dump_gimple_stmt to
8018 avoid broken dumps for statement histograms.
8019 (gimple_dump_bb): Handle ENTRY_BLOCK and EXIT_BLOCK. Do
8020 not call pp_flush here, the buffer should be empty.
8021 * sched-rgn.c (debug_region): Pass TDF_BLOCKS to dump_bb.
8022 * sched-vis.c (debug_bb_slim): Likewise.
8023 * tree-cfg.c (remove_bb): Pass dump_flags to dump_bb.
8024 (gimple_debug_bb): Pass TDF_BLOCKS to dump_bb.
8025 (gimple_dump_cfg): Do brief_dump_cfg with TDF_COMMENT.
8026 (dump_function_to_file): Do not call check_bb_profile on
8027 ENTRY_BLOCK and EXIT_BLOCK, check_bb_profile doesn't handle them.
8028 Use dump_bb instead of gimple_dump_bb.
8029 (print_loops_bb): Use dump_bb instead of gimple_dump_bb.
8030 * passes.c (execute_function_dump): Always call print_rtl_with_bb
8031 for RTL dumps.
8032 * cfgrtl.c (print_rtl_with_bb): Handle printing without an up-to-date
8033 CFG. With TDF_BLOCKS and TDF_DETAILS, do DF dumps at the top and
8034 bottom of each basic block.
8035
8036 2012-07-20 Richard Guenther <rguenther@suse.de>
8037
8038 PR tree-optimization/54031
8039 * tree-ssa-ccp.c (get_value_from_alignment): Use
8040 get_pointer_alignment_1.
8041
8042 2012-07-20 Richard Guenther <rguenther@suse.de>
8043
8044 * tree-inline.c (add_local_variables): Remove check_var_ann
8045 parameter and dead code.
8046 (expand_call_inline): Adjust.
8047 (tree_function_versioning): Likewise.
8048
8049 2012-07-20 Jakub Jelinek <jakub@redhat.com>
8050
8051 PR c++/28656
8052 * tree-vrp.c (nonnull_arg_p): Handle all nonnull attributes instead
8053 of just the first one.
8054
8055 2012-07-20 Richard Guenther <rguenther@suse.de>
8056
8057 * builtins.c (get_object_alignment_2): Correct offset handling
8058 when using type alignment of a MEM_REF kind base.
8059
8060 2012-07-20 Kirill Yukhin <kirill.yukhin@intel.com>
8061
8062 PR target/53877
8063 * config/i386/lzcntintrin.h (_lzcnt_u32): New.
8064 (_lzcnt_u64): Ditto.
8065
8066 2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
8067
8068 * config/sparc/sparc.md (adddi3_insn_sp32): Add earlyclobber.
8069
8070 2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
8071
8072 * tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the
8073 defining statement is a SSA name that occurs in abnormal PHIs.
8074
8075 2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
8076
8077 * gimple-fold.c (canonicalize_constructor_val): Strip only useless type
8078 conversions.
8079
8080 2012-07-19 Jakub Jelinek <jakub@redhat.com>
8081
8082 PR rtl-optimization/53942
8083 * function.c (assign_parm_setup_reg): Avoid zero/sign extension
8084 directly from likely spilled non-fixed hard registers, move them
8085 to pseudo first.
8086
8087 2012-07-19 Steve Ellcey <sellcey@mips.com>
8088
8089 * config/mips/mips.c (mips_set_mips16_mode): Clear SYNCI_MASK in
8090 MIPS16 mode.
8091
8092 2012-07-19 Jason Merrill <jason@redhat.com>
8093
8094 PR debug/53235
8095 * dwarf2out.c (get_die_parent): New.
8096 (generate_type_signature): Use it.
8097
8098 2012-07-19 Richard Henderson <rth@redhat.com>
8099
8100 * config/ia64/vect.md (smulv4hi3_highpart): New.
8101 (umulv4hi3_highpart): New.
8102 (vec_widen_smult_even_v4hi): Rename from pmpy2_even.
8103 (vec_widen_smult_odd_v4hi): Rename from pmpy2_odd.
8104 (udot_prodv8qi, sdot_prodv8qi): Remove.
8105 (sdot_prodv4hi, udot_prodv4hi): Remove.
8106 * config/ia64/ia64.c (ia64_expand_dot_prod_v8qi): Remove.
8107 * config/ia64/ia64-protos.h: Update.
8108
8109 * tree-vect-patterns.c (vect_recog_divmod_pattern): Do not require
8110 vectors larger than UNITS_PER_WORD.
8111
8112 * expr.c (store_constructor): Initialize icode with CODE_FOR_nothing.
8113 * tree-vect-stmts.c (vectorizable_operation): Use LAST_INSN_CODE for
8114 dummy != CODE_FOR_nothing value.
8115
8116 2012-07-19 Uros Bizjak <ubizjak@gmail.com>
8117
8118 * doc/tm.texi.in (MODE_AFTER): Add entity as the first macro argument.
8119 * doc/tm.texi: Regenerate.
8120 * mode-switching.c (optimize_mode_switching): Update MODE_AFTER call.
8121 * config/sh/sh.h (MODE_AFTER): Update.
8122 * config/epiphany/epiphany.h (MODE_AFTER): Update.
8123
8124 2012-07-19 Jakub Jelinek <jakub@redhat.com>
8125
8126 PR middle-end/54017
8127 * tree-cfgcleanup.c (cleanup_omp_return): Remove.
8128 (cleanup_tree_cfg_bb): Don't call it.
8129 * omp-low.c (expand_omp_sections): Fix up the !exit_reachable case
8130 handling.
8131
8132 2012-07-19 Christian Bruel <christian.bruel@st.com>
8133
8134 PR target/54029
8135 * config/sh/sh.c (gen_far_branch): Set JUMP_LABEL for return jumps.
8136
8137 2012-07-19 Richard Guenther <rguenther@suse.de>
8138 Eric Botcazou <ebotcazou@adacore.com>
8139
8140 * tree-ssa-ccp.c (valid_lattice_transition): Clarify comment
8141 about transition from invariant to known bits.
8142 (likely_value): Addresses with UNDEFINED components are UNDEFINED.
8143
8144 2012-07-19 Richard Guenther <rguenther@suse.de>
8145
8146 PR tree-optimization/53970
8147 * tree-vect-data-refs.c (not_size_aligned): Avoid sign-compare warning.
8148
8149 2012-07-19 Tristan Gingold <gingold@adacore.com>
8150 Richard Henderson <rth@redhat.com>
8151
8152 * opts.c (finish_options): Handle UI_SEH.
8153 * expr.c (build_personality_function): Handle UI_SEH.
8154 * dwarf2out.c (dwarf2out_begin_prologue): Handle UI_SEH.
8155 * coretypes.h (unwind_info_type): Add UI_SEH.
8156 * config/i386/winnt.c (i386_pe_seh_emit_except_personality):
8157 New function.
8158 (i386_pe_seh_init_sections): Likewise.
8159 * config/i386/cygming.h (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): Define.
8160 (TARGET_ASM_INIT_SECTIONS): Define.
8161 * common/config/i386/i386-common.c (TARGET_EXCEPT_UNWIND_INFO): Define.
8162 (i386_except_unwind_info): New function.
8163
8164 2012-07-18 Maciej W. Rozycki <macro@codesourcery.com>
8165 Chao-ying Fu <fu@mips.com>
8166
8167 * config/mips/mips.opt (mmcu): New option.
8168 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
8169 _mips_mcu when TARGET_MCU.
8170 (ASM_SPEC): Pass mcu options to the assembler.
8171 * doc/invoke.texi (MIPS Options): Document -mmcu and -mno-mcu.
8172
8173 2012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org>
8174
8175 * config.gcc (v850-*-rtems*): New target.
8176 * config/v850/rtems.h: New.
8177 * config/v850/t-rtems: New.
8178
8179 2012-07-18 Bill Schmidt <wschmidt@linux.ibm.com>
8180
8181 * doc/invoke.texi: Add -fhoist-adjacent-loads and -ftree-slsr to list
8182 of flags controlling optimization; add -ftree-slsr to list of flags
8183 enabled by default at -O; add -fhoist-adjacent-loads to list of flags
8184 enabled by default at -O2; add -fvect-cost-model to list of flags
8185 enabled by default at -O3; document -fhoist-adjacent-loads and
8186 -ftree-slsr.
8187 * opts.c (default_option): Make -ftree-slsr default at -O1 and above.
8188 * gimple-ssa-strength-reduction.c (gate_strength_reduction): Use
8189 flag_tree_slsr.
8190 * common.opt: Add -ftree-slsr with flag_tree_slsr.
8191
8192 2012-07-18 Jie Zhang <jzhang918@gmail.com>
8193 Julian Brown <julian@codesourcery.com>
8194
8195 * config/arm/arm.c (arm_rtx_costs_1): Adjust cost for CONST_VECTOR.
8196 (arm_size_rtx_costs): Likewise.
8197 (neon_valid_immediate): Add a case for double 0.0.
8198
8199 2012-07-18 Andrew Stubbs <ams@codesourcery.com>
8200 Mark Shinwell <shinwell@codesourcery.com>
8201 Julian Brown <julian@codesourcery.com>
8202
8203 * config/arm/vfp.md (*arm_movsi_vfp, *thumb2_movsi_vfp)
8204 (*movdi_vfp_cortexa8, *movsf_vfp, *thumb2_movsf_vfp)
8205 (*movdf_vfp, *thumb2_movdf_vfp, *movsfcc_vfp)
8206 (*thumb2_movsfcc_vfp, *movdfcc_vfp, *thumb2_movdfcc_vfp): Add
8207 neon_type.
8208 * config/arm/arm.md (neon_type): Update comment.
8209
8210 2012-07-18 Richard Guenther <rguenther@suse.de>
8211
8212 PR tree-optimization/53970
8213 * tree.h (contains_packed_reference): Remove.
8214 * expr.c (contains_packed_reference): Likewise.
8215 * tree-vect-data-refs.c (not_size_aligned): New function.
8216 (vector_alignment_reachable_p): Use it.
8217 (vect_supportable_dr_alignment): Likewise.
8218
8219 2012-07-18 Richard Guenther <rguenther@suse.de>
8220
8221 * tree.h (get_object_or_type_alignment): Remove.
8222 * builtins.c (get_object_alignment_2): New function copied from
8223 get_object_alignment_1. Take extra argument to indicate whether
8224 we take the address of EXP. Rework to use type alignment information
8225 if not, and return whether the result is an approximation or not.
8226 (get_object_alignment_1): Wrap around get_object_alignment_2.
8227 (get_pointer_alignment_1): Call get_object_alignment_2 indicating
8228 we take the address.
8229 (get_object_or_type_alignment): Remove.
8230 * expr.c (expand_assignment): Call get_object_alignment.
8231 (expand_expr_real_1): Likewise.
8232
8233 2012-07-18 Nick Clifton <nickc@redhat.com>
8234
8235 * doc/invoke.texi (ARM Options): Document -munaligned-access.
8236
8237 2012-07-18 Oleg Endo <olegendo@gcc.gnu.org>
8238
8239 * config/sh/sh.md (mulsidi3, umulsidi3): Remove constraints in
8240 expander. Use arith_reg_dest predicate.
8241 (rotldi3, rotrdi3): Remove constraints in expander.
8242 (adddi3_compact, subdi3_compact, mulsidi3_compact, umulsidi3_compact,
8243 ashlsi3_n, *ashlhi3_n, ashrsi2_16, ashrsi2_31, lshrsi3_n): Convert to
8244 insn_and_split.
8245
8246 2012-07-18 Oleg Endo <olegendo@gcc.gnu.org>
8247
8248 PR target/33135
8249 * config/sh/sh.opt (mieee): Use Var instead of Mask. Correct
8250 description.
8251 * config/sh/sh.c (sh_option_override): Do not change
8252 flag_finite_math_only. Set TARGET_IEEE to complement of
8253 flag_finite_math_only.
8254 * doc/invoke.texi (SH options): Add mno-ieee. Correct description
8255 of mieee and mno-ieee behavior.
8256
8257 2012-07-18 Steven Bosscher <steven@gcc.gnu.org>
8258
8259 * graphite-poly.c (print_pbb_body): Fixup dump_bb call.
8260
8261 2012-07-18 Steven Bosscher <steven@gcc.gnu.org>
8262
8263 * dumpfile.h (TDF_COMMENT): New define.
8264 * basic-block.h (EDGE_FALLTHRU, EDGE_ABNORMAL, EDGE_ABNORMAL_CALL,
8265 EDGE_EH, EDGE_FAKE, EDGE_DFS_BACK, EDGE_CAN_FALLTHRU,
8266 EDGE_IRREDUCIBLE_LOOP, EDGE_SIBCALL, EDGE_LOOP_EXIT, EDGE_TRUE_VALUE,
8267 EDGE_FALSE_VALUE, EDGE_EXECUTABLE, EDGE_CROSSING, EDGE_PRESERVE):
8268 Move to new file cfg-flags.h.
8269 (enum cfg_edge_flags): New enum, using cfg-flags.h.
8270 (EDGE_ALL_FLAGS): Compute value automatically.
8271 (BB_NEW, BB_REACHABLE, BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK,
8272 BB_DISABLE_SCHEDULE, BB_HOT_PARTITION, BB_COLD_PARTITION,
8273 BB_DUPLICATED, BB_NON_LOCAL_GOTO_TARGET, BB_RTL,
8274 BB_FORWARDER_BLOCK, BB_NONTHREADABLE_BLOCK, BB_MODIFIED, BB_VISITED,
8275 BB_IN_TRANSACTION): Move to new file cfg-flags.h.
8276 (enum bb_flags): Rename to cfg_bb_flags. Use cfg-flags.h.
8277 (BB_ALL_FLAGS): New, compute value automatically.
8278 (dump_bb_info): Update prototype.
8279 (dump_edge_info): Update prototype.
8280 * cfg-flags.h: New file.
8281 * cfg.c (dump_edge_info): Take flags argument. Be verbose only if
8282 TDF_DETAILS and not TDF_SLIM. Include cfg-flags.h for bitnames.
8283 Check that the edge flags are within the range of EDGE_ALL_FLAGS.
8284 (debug_bb): Update dump_bb call.
8285 (dump_cfg_bb_info): Remove.
8286 (dump_bb_info): New function. Use cfg-flags.h for bitnames.
8287 Adjust verbosity using TDF_* flags. Check that the basic block flags
8288 are within the range of BB_ALL_FLAGS.
8289 (brief_dump_cfg): Use dump_bb_info instead of dump_cfg_bb_info.
8290 * cfghooks.h (struct cfghooks): Update dump_bb hook, take a FILE
8291 first for consistency with other dump functions.
8292 (dump_bb): Update prototype accordingly.
8293 * cfghooks.c: Include dumpfile.h.
8294 (verify_flow_info): Update dump_edge_info calls.
8295 (dump_bb): Take a flags argument and pass it around.
8296 Use dump_bb_info to dump common information about a basic block.
8297 (dump_flow_info): Moved here from cfgrtl.c. Make IL agnostic.
8298 (debug_flow_info): Moved here from cfgrtl.c.
8299 * profile.c (is_edge_inconsistent): Update dump_bb calls.
8300 * loop-invariant.c (find_defs): Update print_rtl_with_bb call.
8301 * rtl.h (debug_bb_n_slim, debug_bb_slim, print_rtl_slim,
8302 print_rtl_slim_with_bb): Remove prototypes.
8303 (dump_insn_slim): Adjust prototype to take a const_rtx.
8304 (print_rtl_with_bb): Adjust prototype.
8305 * sched-rgn.c (debug_region): Use dump_bb instead of debug_bb_n_slim.
8306 * sched-vis.c (dump_insn_slim): Take a const_rtx.
8307 (debug_insn_slim): Prototype here near DEBUG_FUNCTION marker.
8308 (print_rtl_slim_with_bb): Remove.
8309 (print_rtl_slim): Rename to debug_rtl_slim. Print only insn info,
8310 not basic block info (print_rtl_with_bb with TDF_SLIM should be used
8311 for that. Prototype here near DEBUG_FUNCTION marker.
8312 (debug_bb_slim): Prototype here near DEBUG_FUNCTION marker.
8313 Use dump_bb.
8314 (debug_bb_n_slim): Prototype here near DEBUG_FUNCTION marker.
8315 * tree-cfg.c (gimple_can_merge_blocks_p): Use EDGE_COMPLEX.
8316 (remove_bb): Update dump_bb call.
8317 (gimple_debug_bb): Use dump_bb.
8318 (dump_function_to_file): Update gimple_dump_bb call.
8319 (print_loops_bb): Likewise.
8320 * tree-flow.h (gimple_dump_bb): Update prototype.
8321 * gimple-pretty-print.c (dump_bb_header): Rename to
8322 dump_gimple_bb_header. Write to a stream instead of a pretty
8323 printer. Use dump_bb_info to dump basic block info.
8324 (dump_bb_end): Rename to dump_gimple_bb_footer. Write to a
8325 stream instead of a pretty printer. Use dump_bb_info.
8326 (gimple_dump_bb_buff): Do not call dump_bb_header and dump_bb_end.
8327 (gimple_dump_bb): Do it here with dump_gimple_bb_header and
8328 dump_gimple_bb_footer.
8329 * cfgrtl.c (rtl_dump_bb): Update prototype. Only dump DF if the
8330 dump flags have TDF_DETAILS. Use dump_insn_slim if TDF_SLIM.
8331 (print_rtl_with_bb): Take a flags argument and pass it around.
8332 Use dump_insn_slim if TDF_SLIM.
8333 (dump_bb_info): Removed and re-incarnated in cfg.c.
8334 (dump_flow_info): Moved to cfghooks.c.
8335 (debug_flow_info): Moved to cfghooks.c.
8336 * passes.c (execute_function_dump): Unconditionally use
8337 print_rtl_with_bb for RTL dumps, now that it understands TDF_SLIM.
8338 * final.c (dump_basic_block_info): Update dump_edge_info calls.
8339 * tree-vrp.c (dump_asserts_for): Likewise.
8340 * ifcvt.c (if_convert): Unconditionally use print_rtl_with_bb.
8341 * tree-if-conv.c (if_convertible_bb_p): Don't look at
8342 EDGE_ABNORMAL_CALL, it has no meaning in the GIMPLE world.
8343 * trans-mem.c (make_tm_edge): Don't set EDGE_ABNORMAL_CALL,
8344 for the same reason.
8345 * config/rl78/rl78.c (rl78_reorg): Update print_rtl_with_bb calls.
8346
8347 2012-07-17 Richard Guenther <rguenther@suse.de>
8348
8349 * tree-vect-data-refs.c (vect_get_new_vect_var): Add referenced
8350 vars here, use create_tmp_reg where appropriate.
8351 (vect_create_addr_base_for_vector_ref): Do not add referenced
8352 vars here, use create_tmp_reg where appropriate.
8353 (vect_create_data_ref_ptr): Likewise.
8354 (vect_create_destination_var): Likewise.
8355 (vect_permute_store_chain): Likewise.
8356 (vect_permute_load_chain): Likewise.
8357 * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
8358 Likewise.
8359 * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
8360 * tree-vect-patterns.c (vect_recog_temp_ssa_var): Likewise.
8361 (vect_handle_widen_op_by_const): Likewise.
8362 * tree-vect-stmts.c (vect_init_vector): Likewise.
8363 (vectorizable_load): Likewise.
8364
8365 2012-07-17 Tom de Vries <tom@codesourcery.com>
8366
8367 * hwint.c: Fix loop range.
8368
8369 2012-07-17 Tom de Vries <tom@codesourcery.com>
8370
8371 * double-int.h (double_int_popcount): New inline function.
8372 * hwint.c (popcount_hwi): New function.
8373 * hwint.h (popcount_hwi): Declare function. New inline function.
8374
8375 2012-07-17 Richard Henderson <rth@redhat.com>
8376
8377 * tree-vect-stmts.c (supportable_widening_operation): Remove decl
8378 parameters.
8379 (vectorizable_conversion): Update supportable_widening_operation call.
8380 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Likewise.
8381 (vect_recog_widen_shift_pattern): Likewise.
8382 * tree-vectorizer.h: Update decl.
8383
8384 2012-07-17 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
8385 Ulrich Weigand <ulrich.weigand@linaro.org>
8386
8387 * common/config/arm/arm-common.c (arm_option_optimization_table):
8388 Enable -fsched-pressure by default while optimizing.
8389 * config/arm/arm.c (arm_option_override): Use the alternate scheduler
8390 pressure algorithm by default.
8391
8392 2012-07-16 Oleg Endo <olegendo@gcc.gnu.org>
8393
8394 * config/sh/sh.h (CONST_OK_FOR_I06): Delete.
8395 (CONST_OK_FOR_I10): Move macro to ...
8396 * config/sh/sh.c: ... here.
8397 (sh_legitimate_index_p): Use satisfies_constraint_I06 instead of
8398 CONST_OK_FOR_I06.
8399
8400 2012-07-16 Oleg Endo <olegendo@gcc.gnu.org>
8401
8402 * config/sh/sh.md: Delete mov related define_peephole patterns.
8403
8404 2012-07-16 Jonathan Wakely <jwakely.gcc@gmail.com>
8405
8406 PR c++/53919
8407 * doc/install.texi (Installing GCC): Refer to instructions for
8408 released versions. Fix hyphenation.
8409
8410 2012-07-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8411
8412 * config/spu/spu.c (targetm): Move to bottom of file.
8413 (spu_attribute_table): Likewise.
8414 (spu_option_override, spu_init_builtins, spu_builtin_decl,
8415 spu_scalar_mode_supported_p, spu_vector_mode_supported_p,
8416 spu_legitimate_address_p, spu_addr_space_legitimate_address_p,
8417 adjust_operand, get_pic_reg, need_to_save_reg, frame_emit_store,
8418 frame_emit_load, frame_emit_add_imm, emit_nop_for_insn,
8419 insn_clobbers_hbr, spu_emit_branch_hint, spu_emit_vector_compare,
8420 get_branch_target, spu_machine_dependent_reorg, spu_sched_issue_rate,
8421 spu_sched_variable_issue, spu_sched_adjust_cost, spu_sched_init_global,
8422 spu_sched_init, spu_sched_reorder, spu_handle_fndecl_attribute,
8423 spu_handle_vector_attribute, spu_pass_by_reference, spu_function_arg,
8424 spu_function_arg_advance, spu_build_builtin_va_list, spu_va_start,
8425 spu_gimplify_va_arg_expr, store_with_one_insn_p, reg_aligned_for_addr,
8426 spu_assemble_integer, spu_asm_globalize_label, spu_rtx_costs,
8427 spu_function_ok_for_sibcall, spu_init_libfuncs, spu_return_in_memory,
8428 spu_encode_section_info, spu_legitimize_address,
8429 spu_addr_space_legitimize_address, spu_builtin_mask_for_load,
8430 spu_builtin_vectorization_cost, spu_vector_alignment_reachable,
8431 spu_addr_space_pointer_mode, spu_addr_space_address_mode,
8432 spu_addr_space_subset_p, spu_addr_space_convert, spu_sms_res_mii,
8433 spu_section_type_flags, spu_select_section, spu_unique_section,
8434 spu_trampoline_init, spu_conditional_register_usage,
8435 spu_ref_may_alias_errno, spu_output_mi_thunk, spu_unwind_word_mode,
8436 spu_libgcc_cmp_return_mode, spu_libgcc_shift_count_mode,
8437 spu_setup_incoming_varargs): Remove prototypes.
8438 (spu_legitimize_address): Add "static" to definition.
8439
8440 2012-07-16 Jakub Jelinek <jakub@redhat.com>
8441
8442 * config/i386/rtmintrin.h (_xabort): Remove trailing semicolon.
8443
8444 2012-07-16 Ulrich Weigand <ulrich.weigand@linaro.org>
8445
8446 * tree-ssa-ccp.c (optimize_unreachable): Check gsi_end_p
8447 before calling gsi_stmt.
8448
8449 2012-07-16 Kirill Yukhin <kirill.yukhin@intel.com>
8450
8451 Revert
8452 2012-07-16 Sergey Melnikov <sergey.melnikov@intel.com>
8453
8454 * config/i386/i386.md (stack_protect_set): Disable the pattern
8455 for Android since Android libc (bionic) does not provide random
8456 value for stack protection guard at gs:0x14. Guard value
8457 will be provided from external symbol (default implementation).
8458 (stack_protect_set_<mode>): Likewise.
8459 (stack_protect_test): Likewise.
8460 (stack_protect_test_<mode>): Likewise.
8461
8462 2012-07-16 H.J. Lu <hongjiu.lu@intel.com>
8463
8464 PR middle-end/53959
8465 PR bootstrap/53963
8466 * gimple.c (gimple_types_compatible_p_1): Restore type attribute
8467 comparison.
8468
8469 2012-07-16 Bill Schmidt <wschmidt@linux.ibm.com>
8470
8471 * opts.c (default_option): Add -fvect-cost-model to default options
8472 at -O3 and above.
8473
8474 2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
8475
8476 * graphite-clast-to-gimple.c, graphite-dependences.c,
8477 graphite-sese-to-poly.c: Include tree-pass.h instead of dumpfile.h
8478 for pass TODO flags.
8479 * Makefile.in: Fix dependencies.
8480
8481 2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
8482
8483 * haifa-sched.c (init_before_recovery): Do not set EDGE_CAN_FALLTHRU.
8484 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
8485
8486 * function.c (stack_protect_epilogue): Use expand_call to expand
8487 targetm.stack_protect_fail.
8488 * stmt.c (expand_expr_stmt): Remove now-unused function.
8489 * tree.h (expand_expr_stmt): Remove prototype.
8490 * doc/tm.texi.in (TARGET_STACK_PROTECT_FAIL): Document that this
8491 hook must return a CALL_EXPR.
8492 * doc/tm.texi: Regenerate.
8493
8494 * emit-rtl.c (emit_label_before): Do not allow the same label
8495 to be emitted twice.
8496 (emit_label_after): Likewise.
8497 (emit_label): Likewise.
8498
8499 * flags.h (TYPE_OVERFLOW_WRAPS, TYPE_OVERFLOW_UNDEFINED,
8500 TYPE_OVERFLOW_TRAPS, POINTER_TYPE_OVERFLOW_UNDEFINED): Move to tree.h.
8501 * tree.h (TYPE_OVERFLOW_WRAPS, TYPE_OVERFLOW_UNDEFINED,
8502 TYPE_OVERFLOW_TRAPS, POINTER_TYPE_OVERFLOW_UNDEFINED): New home.
8503
8504 2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
8505
8506 * system.h (dump_file): Do not define.
8507 * tree-pass.h: Include dumpfile.h, which is a new file containing...
8508 (enum tree_dump_index, TDF_*, get_dump_file_name, dump_enabled_p,
8509 dump_initialized_p, dump_begin, dump_end, dump_node, dump_switch_p,
8510 dump_flag_name, dump_file, dump_flags, dump_file_name,
8511 get_dump_file_info, struct dump_file_info): all of this, moved to...
8512 * dumpfile.h: Here, new file.
8513 * tree-dump.h: Include dumpfile.h, but not tree-pass.h.
8514 (dump_stmt): Remove prototype for C++ specific function.
8515 (dump_enumerated_decls): Move prototype from here...
8516 * tree-flow.h (dump_enumerated_decls): ... to here.
8517 (get_ref_base_and_extent) Move prototype from here ...
8518 * tree.h (get_ref_base_and_extent) ... to here.
8519 * tree-ssa-live.c: Do not inclde tree-pretty-print.h, because
8520 gimple-pretty-print.h is enough. Do not include tree-dump.h,
8521 include timevar.h and dumpfile.h instead.
8522 (struct numbered_tree_d, compare_decls_by_uid,
8523 dump_enumerated_decls_push, dump_enumerated_decls): Move from here ...
8524 * tree-dfa.c:(struct numbered_tree_d, compare_decls_by_uid,
8525 dump_enumerated_decls_push, dump_enumerated_decls):... to here.
8526 Do not include timevar.h.
8527 * tree.c: Do not include timevar.h.
8528 * tree-cfg.c: Do not include langhooks.h, tree-pretty-print.h, and
8529 timevar.h.
8530 (dump_cfg_stats): Use current_function_name.
8531 (gimple_cfg2vcg): Likewise.
8532 (dump_function_to_file): Likewise.
8533 * df-scan.c: Do not include tree-pass.h and timevar.h.
8534 Include dumpfile.h.
8535 (df_entry_block_bitmap_verify, df_exit_block_bitmap_verify): Do not
8536 use print_current_pass.
8537 * df-problems.c: Include dumpfile.h.
8538 Always define REG_DEAD_DEBUGGING, avoid #ifdef code, because it
8539 leads to errors in the code not selected.
8540 (df_note_compute): Do not print_rtl_with_bb here. Fix compilation
8541 bug if REG_DEAD_DEBUGGING is not 0, get_insns is not available here.
8542 * lcm.c: Include dumpfile.h.
8543 Remove obsolete include of insn-attr.h.
8544 * dojump.c (do_compare_rtx_and_jump): Remove failure printing for
8545 missing probability notes.
8546 * stmt.c: Include dumpfile.h.
8547 (emit_case_decision_tree): Re-enable printing expand details only
8548 if TDF_DETAILS.
8549 * alias.c, auto-inc-dec.c, bb-reorder.c, caller-save.c, cfg.c,
8550 cfgcleanup.c, cfgexpand.c, cfgloop.c, cfgloopmanip.c, cgraph.c,
8551 cgraphclones.c, cgraphunit.c, combine.c, combine-stack-adj.c,
8552 coverage.c, cprop.c, cse.c, cselib.c, dbgcnt.c, dce.c, df-core.c,
8553 dse.c, dwarf2out.c, emit-rtl.c, except.c, expr.c, final.c,
8554 function.c, fwprop.c, gcse.c, gimple-fold.c,
8555 gimple-pretty-print.c, gimple-ssa-strength-reduction.c,
8556 gimplify.c, graphite-blocking.c, graphite-clast-to-gimple.c,
8557 graphite-dependences.c, graphite-interchange.c,
8558 graphite-optimize-isl.c, graphite-poly.c,
8559 graphite-sese-to-poly.c, haifa-sched.c, hw-doloop.c, ifcvt.c,
8560 ipa.c, ipa-cp.c, ipa-inline-analysis.c, ipa-inline.c,
8561 ipa-inline-transform.c, ipa-prop.c, ipa-pure-const.c,
8562 ipa-reference.c, ipa-split.c, ipa-utils.c, ira.c, ira-emit.c,
8563 jump.c, loop-doloop.c, loop-init.c, loop-invariant.c, loop-iv.c,
8564 loop-unroll.c, loop-unswitch.c, lower-subreg.c,
8565 lto-section-out.c, lto-streamer-in.c, matrix-reorg.c, mcf.c,
8566 mode-switching.c, modulo-sched.c, omega.c, omp-low.c, passes.c,
8567 plugin.c, postreload.c, postreload-gcse.c, predict.c, print-rtl.c,
8568 print-tree.c, profile.c, recog.c, ree.c, regcprop.c, reginfo.c,
8569 regmove.c, regrename.c, reg-stack.c, reload1.c, reorg.c,
8570 sched-rgn.c, sched-vis.c, sel-sched.c, sel-sched-ir.c,
8571 store-motion.c, tracer.c, trans-mem.c, tree-affine.c,
8572 tree-call-cdce.c, tree-cfgcleanup.c, tree-chrec.c,
8573 tree-data-ref.c, tree-diagnostic.c, tree-dump.c,
8574 tree-eh.c, tree-flow-inline.h, tree-if-conv.c, tree-into-ssa.c,
8575 tree-mudflap.c, tree-nrv.c, tree-object-size.c,
8576 tree-optimize.c, tree-outof-ssa.c, tree-predcom.c,
8577 tree-pretty-print.c, tree-profile.c, tree-scalar-evolution.c,
8578 tree-sra.c, tree-ssa-address.c, tree-ssa-alias.c, tree-ssa.c,
8579 tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-copy.c,
8580 tree-ssa-copyrename.c,, tree-ssa-dce.c, tree-ssa-dom.c,
8581 tree-ssa-dse.c, tree-ssa-forwprop.c, tree-ssa-ifcombine.c,
8582 tree-ssa-loop.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
8583 tree-ssa-loop-ivcanon.c, tree-ssa-loop-ivopts.c,
8584 tree-ssa-loop-manip.c, tree-ssa-loop-niter.c,
8585 tree-ssa-loop-prefetch.c, tree-ssa-loop-unswitch.c,
8586 tree-ssa-math-opts.c, tree-ssa-operands.c, tree-ssa-phiopt.c,
8587 tree-ssa-phiprop.c, tree-ssa-pre.c, tree-ssa-propagate.c,
8588 tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-sink.c,
8589 tree-ssa-structalias.c, tree-ssa-tail-merge.c, tree-ssa-ter.c,
8590 tree-ssa-threadedge.c, tree-ssa-threadupdate.c,
8591 tree-ssa-uncprop.c, tree-ssa-uninit.c,
8592 tree-switch-conversion.c, tree-tailcall.c,
8593 tree-vect-data-refs.c, tree-vect-loop.c,
8594 tree-vect-loop-manip.c, tree-vectorizer.c,
8595 tree-vect-patterns.c, tree-vect-slp.c, tree-vect-stmts.c,
8596 tree-vrp.c, value-prof.c, var-tracking.c, web.c: Include tree-pass.h
8597 only if needed. If tree-pass.h is included, do not include timevar.h
8598 and dumpfile.h. If tree-pass.h is not included but dump_file, or
8599 dump_flags, or the TDF_* flags are used, include dumpfile.h.
8600 If gimple-pretty-print.h is included, don't include
8601 tree-pretty-print.h. Remove assorted unnecessary includes.
8602
8603 * config/mn10300/mn10300.c, config/c6x/c6x.c, config/ia64/ia64.c,
8604 config/arm/arm.c, config/bfin/bfin.c, config/frv/frv.c,
8605 config/spu/spu.c, config/mep/mep.c, config/i386/i386.c:
8606 Include dumpfile.h.
8607 * config/rl78/rl78.c: Include dumpfile.h instead of tree-pass.h.
8608 * arm/t-arm, avr/t-avr, i386/t-i386, ia64/t-ia64, mep/t-mep,
8609 spu/t-spu-elf: Fix dependencies.
8610
8611 2012-07-16 Dehao Chen <dehao@google.com>
8612
8613 Revert
8614 2012-07-10 Dehao Chen <dehao@google.com>
8615
8616 * tree.h (phi_arg_d): New field.
8617 * tree-flow-inline.h (gimple_phi_arg_block): New function.
8618 (gimple_phi_arg_block_from_edge): New function.
8619 (gimple_phi_arg_set_block): New function.
8620 (gimple_phi_arg_has_block): New function.
8621 (redirect_edge_var_map_block): New function.
8622 * tree-flow.h (_edge_var_map): New field.
8623 * tree-ssa-live.c (remove_unused_locals): Mark phi_arg's block as used.
8624 * tree-eh.c (cleanup_empty_eh_merge_phis): Add block debug info for
8625 redirect_edge_var_map_add.
8626 * tree-outof-ssa.c (_elim_graph): New field.
8627 (insert_partition_copy_on_edge): New parameter.
8628 (insert_value_copy_on_edge): New parameter.
8629 (insert_rtx_to_part_on_edge): New parameter.
8630 (insert_part_to_rtx_on_edge): New parameter.
8631 (elim_graph_add_edge): New parameter.
8632 (elim_graph_remove_succ_edge): New parameter.
8633 (FOR_EACH_ELIM_GRAPH_SUCC): New parameter.
8634 (FOR_EACH_ELIM_GRAPH_PRED): New parameter.
8635 (new_elim_graph): Add block debug info.
8636 (clear_elim_graph): Likewise.
8637 (delete_elim_graph): Likewise.
8638 (elim_graph_add_node): Likewise.
8639 (elim_graph_add_edge): Likewise.
8640 (elim_graph_remove_succ_edge): Likewise.
8641 (eliminate_build): Likewise.
8642 (elim_forward): Likewise.
8643 (elim_unvisited_predecessor): Likewise.
8644 (elim_backward): Likewise.
8645 (elim_create): Likewise.
8646 (eliminate_phi): Likewise.
8647 (insert_backedge_copies): Likewise.
8648 * tree-into-ssa.c (insert_phi_nodes_for): Add block debug info for
8649 add_phi_arg.
8650 (rewrite_add_phi_arguments): Likewise.
8651 * tree-ssa-loop-im.c (execute_sm_if_changed): Likewise.
8652 * tree-ssa-tail-merge.c (replace_block_by): Likewise.
8653 * tree-ssa-threadupdate.c (copy_phi_args): Likewise.
8654 * tree-loop-distribution.c (update_phis_for_loop_copy): Likewise.
8655 * tree-ssa-loop-manip.c (create_iv): Likewise.
8656 (add_exit_phis_edge): Likewise.
8657 (split_loop_exit_edge): Likewise.
8658 (copy_phi_node_args): Likewise.
8659 (tree_transform_and_unroll_loop): Likewise.
8660 * value-prof.c (gimple_ic): Likewise.
8661 (gimple_stringop_fixed_value): Likewise.
8662 * tree-tailcall.c (add_successor_phi_arg): Likewise.
8663 (eliminate_tail_call): Likewise.
8664 (create_tailcall_accumulator): Likewise.
8665 (tree_optimize_tail_calls_1): Likewise.
8666 * tree-phinodes.c (add_phi_arg): Likewise.
8667 (make_phi_node): Likewise.
8668 (resize_phi_node): Likewise.
8669 (remove_phi_arg_num): Likewise.
8670 * omp-low.c (expand_parallel_call): Likewise.
8671 (expand_omp_for_static_chunk): Likewise.
8672 * tree-vect-loop-manip.c (slpeel_update_phis_for_duplicate_loop):
8673 Likewise.
8674 (slpeel_update_phi_nodes_for_guard1): Likewise.
8675 (slpeel_update_phi_nodes_for_guard2): Likewise.
8676 (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
8677 (set_prologue_iterations): Likewise.
8678 (slpeel_tree_peel_loop_to_edge): Likewise.
8679 (vect_loop_versioning): Likewise.
8680 * tree-parloops.c (create_phi_for_local_result): Likewise.
8681 (transform_to_exit_first_loop): Likewise.
8682 (create_parallel_loop): Likewise.
8683 * ipa-split.c (split_function): Likewise.
8684 * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
8685 (vect_create_epilog_for_reduction): Likewise.
8686 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
8687 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Likewise.
8688 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
8689 (cond_if_else_store_replacement_1): Likewise.
8690 * tree-cfgcleanup.c (remove_forwarder_block): Likewise.
8691 (remove_forwarder_block_with_phi): Likewise.
8692 * tree-ssa-pre.c (insert_into_preds_of_block): Likewise.
8693 * tree-predcom.c (initialize_root_vars): Likewise.
8694 (initialize_root_vars_lm): Likewise.
8695 * sese.c (sese_add_exit_phis_edge): Likewise.
8696 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
8697 * tree-ssa.c (flush_pending_stmts): Likewise.
8698 (redirect_edge_var_map_add): Likewise.
8699 (ssa_redirect_edge): Likewise.
8700 * gimple-streamer-in.c (input_phi): Likewise.
8701 * tree-vect-stmts.c (vectorizable_load): Likewise.
8702 * tree-inline.c (copy_phis_for_bb): Likewise.
8703 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
8704 * tree-switch-conversion.c (fix_phi_nodes): Likewise.
8705 * tree-cfg.c (reinstall_phi_args): Likewise.
8706 (gimple_make_forwarder_block): Likewise.
8707 (add_phi_args_after_copy_edge): Likewise.
8708 (gimple_duplicate_sese_tail): Likewise.
8709
8710 2012-07-16 Sergey Melnikov <sergey.melnikov@intel.com>
8711
8712 * config/i386/i386.md (stack_protect_set): Disable the pattern
8713 for Android since Android libc (bionic) does not provide random
8714 value for stack protection guard at gs:0x14. Guard value
8715 will be provided from external symbol (default implementation).
8716 (stack_protect_set_<mode>): Likewise.
8717 (stack_protect_test): Likewise.
8718 (stack_protect_test_<mode>): Likewise.
8719
8720 2012-07-16 Hans-Peter Nilsson <hp@axis.com>
8721
8722 * config/cris/cris-protos.h (cris_legitimate_address_p): Declare.
8723 * config/cris/cris.h (CONSTANT_ADDRESS_P): Define in terms of
8724 CONSTANT_P and cris_legitimate_address_p.
8725 * config/cris/cris.c (cris_legitimate_address_p): Make non-static.
8726 (cris_preferred_reload_class): Don't return GENERAL_REGS as
8727 preferred to MOF_SRP_REGS.
8728
8729 * config/cris/cris.c (cris_init_libfuncs): Handle initialization
8730 of library functions for basic atomic compare-and-swap.
8731 * config/cris/cris.h (TARGET_ATOMICS_MAY_CALL_LIBFUNCS): New macro.
8732 * config/cris/cris.opt (munaligned-atomic-may-use-library): New option.
8733 * config/cris/sync.md ("atomic_fetch_<atomic_op_name><mode>")
8734 ("cris_atomic_fetch_<atomic_op_name><mode>_1")
8735 ("atomic_compare_and_swap<mode>")
8736 ("cris_atomic_compare_and_swap<mode>_1"): Make conditional on
8737 TARGET_ATOMICS_MAY_CALL_LIBFUNCS for sizes larger than byte.
8738 * config/cris/cris.c (cris_print_operand) <case 'P', 'q'>: New cases.
8739 * config/cris/sync.md (atomic_op_op_cnstr): New code_attr.
8740 (atomic_op_op_pred): Ditto.
8741 (atomic_op_mnem_pre_op2): Renamed from atomic_op_mnem_pre; to
8742 reflect the change to include %2 in expansion. All callers changed.
8743 (qm3): New mode_attr.
8744 ("atomic_fetch_<atomic_op_name><mode>"): Use <atomic_op_op_pred>
8745 as predicate for operand 2.
8746 ("cris_atomic_fetch_<atomic_op_name><mode>_1"): Update FIXME. Use
8747 "<atomic_op_op_pred>" "<atomic_op_op_cnstr>" for predicate and
8748 constraint for operand 2.
8749 ("atomic_compare_and_swap<mode>"): Add FIXME. Change predicate to
8750 nonmemory_operand for operand 3.
8751 ("cris_atomic_compare_and_swap<mode>_1"): Change operand 3 to
8752 exclude memory. Improve emitted sync code for v10 and v32. Use
8753 <qm3> instead of <m> for size designator for cmp.
8754 ("atomic_compare_and_swap<mode>"): Change predicate to
8755 nonmemory_operand for operand 3. Add FIXME.
8756 ("cris_atomic_compare_and_swap<mode>_1"): Change predicates and
8757 constraints for operand 3 to exclude memory.
8758 ("atomic_fetch_<atomic_op_name><mode>")
8759 ("atomic_compare_and_swap<mode>"): Gate expand_mem_thread_fence
8760 calls on result of call to need_atomic_barrier_p.
8761
8762 2012-07-15 Richard Sandiford <rdsandiford@googlemail.com>
8763
8764 * config/mips/mips.md (move_type): Replace mfhilo and mthilo
8765 with mflo and mtlo.
8766 (type): Split mfhilo into mfhi and mflo. Split mthilo into mthi
8767 and mtlo. Adjust move_type->type mapping.
8768 (may_clobber_hilo): Split mthilo into mthi and mtlo.
8769 (*movdi_32bit, *movdi_32bit_mips16, *movdi_64bit, *movdi_64bit_mips16)
8770 (*mov<mode>_internal, *mov<mode>_mips16, *movhi_internal)
8771 (*movhi_mips16, *movqi_internal, *movqi_mips16): Use mtlo and mflo
8772 instead of mthilo and mfhilo.
8773 (mfhi<GPR:mode>_<HILO:mode>): Use mfhi instead of mfhilo.
8774 (mthi<GPR:mode>_<HILO:mode>): Use mthi instead of mthilo.
8775 * config/mips/mips-dsp.md (mips_extr_w, mips_extr_r_w, mips_extr_rs_w)
8776 (mips_extr_s_h, mips_extp, mips_extpdp, mips_shilo, mips_mthlip):
8777 Use mflo instead of mfhilo.
8778 * config/mips/10000.md (r10k_arith): Split mthilo.
8779 (r10k_mfhi, r10k_mflo): Use mfhi and mflo directly.
8780 * config/mips/sb1.md (ir_sb1_mfhi, ir_sb1_mflo): Likewise.
8781 (ir_sb1_mthilo): Split mthilo into mthi and mtlo.
8782 * config/mips/20kc.md (r20kc_imthilo, r20kc_imfhilo): Split
8783 mthilo and mfhilo.
8784 * config/mips/24k.md (r24k_int_mfhilo, r24k_int_mthilo): Likewise.
8785 * config/mips/4130.md (vr4130_class, vr4130_mfhilo, vr4130_mthilo):
8786 Likewise.
8787 * config/mips/4k.md (r4k_int_mthilo, r4k_int_mfhilo): Likewise.
8788 * config/mips/5400.md (ir_vr54_hilo): Likewise.
8789 * config/mips/5500.md (ir_vr55_mthilo, ir_vr55_mfhilo): Likewise.
8790 * config/mips/5k.md (r5k_int_mthilo, r5k_int_mfhilo): Likewise.
8791 * config/mips/7000.md (rm7_mthilo, rm7_mfhilo): Likewise.
8792 * config/mips/74k.md (r74k_int_mfhilo, r74k_int_mthilo): Likewise.
8793 * config/mips/9000.md (rm9k_mfhilo, rm9k_mthilo): Likewise.
8794 * config/mips/generic.md (generic_hilo): Likewise.
8795 * config/mips/loongson2ef.md (ls2_alu): Likewise.
8796 * config/mips/loongson3a.md (ls3a_mfhilo): Likewise.
8797 * config/mips/octeon.md (octeon_imul_o1, octeon_imul_o2)
8798 (octeon_mfhilo_o1, octeon_mfhilo_o2): Likewise.
8799 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
8800 * config/mips/xlr.md (xlr_hilo): Likewise.
8801
8802 2012-07-14 Andrew Stubbs <ams@codesourcery.com>
8803 Sandra Loosemore <sandra@codesourcery.com>
8804
8805 * config/sh/sh.h (SH_ASM_SPEC): Add spaces between options.
8806
8807 2012-07-14 Uros Bizjak <ubizjak@gmail.com>
8808
8809 * config/i386/i386.c (ix86_set_reg_reg_cost): Enable TFmode/TCmode
8810 for TARGET_SSE.
8811
8812 2012-07-14 Steven Bosscher <steven@gcc.gnu.org>
8813
8814 * toplev.c (init_asm_output): Open asm_out_file in 'w' mode.
8815
8816 2012-07-13 Bill Schmidt <wschmidt@linux.ibm.com>
8817
8818 PR bootstrap/53955
8819 * config/spu/spu.c (spu_init_cost): Mark static.
8820 (spu_add_stmt_cost): Likewise.
8821 (spu_finish_cost): Likewise.
8822 (spu_destroy_cost_data): Likewise.
8823 * config/i386/i386.c (ix86_init_cost): Mark static.
8824 (ix86_add_stmt_cost): Likewise.
8825 (ix86_finish_cost): Likewise.
8826 (ix86_destroy_cost_data): Likewise.
8827 * config/rs6000/rs6000.c (rs6000_init_cost): Mark static.
8828 (rs6000_add_stmt_cost): Likewise.
8829 (rs6000_finish_cost): Likewise.
8830 (rs6000_destroy_cost_data): Likewise.
8831
8832 2012-07-13 Steven Bosscher <steven@gcc.gnu.org>
8833
8834 * ggc.h (ggc_internal_alloc_stat, ggc_alloc_typed_stat,
8835 ggc_internal_cleared_alloc_stat, ggc_cleared_alloc_htab_ignore_args,
8836 ggc_cleared_alloc_ptr_array_two_args, ggc_splay_alloc): Add
8837 ATTRIBUTE_MALLOC.
8838 * alloc-pool.h (pool_alloc): Likewise.
8839
8840 * final.c (final): Do not loop to find max_uid.
8841
8842 2012-07-13 Steven Bosscher <steven@gcc.gnu.org>
8843
8844 * emit-rtl.c (make_debug_insn_raw, make_jump_insn_raw): Make static.
8845 * rtl.h (make_debug_insn_raw, make_jump_insn_raw): Remove prototypes.
8846
8847 2012-07-13 Richard Guenther <rguenther@suse.de>
8848
8849 PR tree-optimization/53907
8850 * tree-ssa-forwprop.c (associate_pointerplus): New function.
8851 (ssa_forward_propagate_and_combine): Call it.
8852
8853 2012-07-13 Richard Guenther <rguenther@suse.de>
8854
8855 PR tree-optimization/53922
8856 * tree-vrp.c (value_inside_range): Change prototype to take
8857 min/max instead of value-range.
8858 (range_includes_zero_p): Likewise. Return the result from
8859 value_inside_range.
8860 (extract_range_from_binary_expr_1): Adjust to handle dont-know
8861 return value from range_includes_zero_p.
8862 (extract_range_from_unary_expr_1): Likewise.
8863 (compare_range_with_value): Likewise.
8864 (vrp_meet_1): Likewise.
8865
8866 2012-07-13 Bill Schmidt <wschmidt@linux.ibm.com>
8867
8868 * doc/tm.texi: Regenerate.
8869 * doc/tm.texi.in (TARGET_VECTORIZE_INIT_COST): New hook.
8870 (TARGET_VECTORIZE_ADD_STMT_COST): Likewise.
8871 (TARGET_VECTORIZE_FINISH_COST): Likewise.
8872 (TARGET_VECTORIZE_DESTROY_COST_DATA): Likewise.
8873 * targhooks.c (default_init_cost): New function.
8874 (default_add_stmt_cost): Likewise.
8875 (default_finish_cost): Likewise.
8876 (default_destroy_cost_data): Likewise.
8877 * targhooks.h (default_init_cost): New decl.
8878 (default_add_stmt_cost): Likewise.
8879 (default_finish_cost): Likewise.
8880 (default_destroy_cost_data): Likewise.
8881 * target.def (init_cost): New DEFHOOK.
8882 (add_stmt_cost): Likewise.
8883 (finish_cost): Likewise.
8884 (destroy_cost_data): Likewise.
8885 * target.h (struct _stmt_vec_info): New extern decl.
8886 (stmt_vectype): Likewise.
8887 (stmt_in_inner_loop_p): Likewise.
8888 * tree-vectorizer.h (stmt_info_for_cost): New struct/typedef.
8889 (stmt_vector_for_cost): New VEC/typedef.
8890 (add_stmt_info_to_vec): New function.
8891 (struct _slp_tree): Remove cost.inside_of_loop field.
8892 (struct _slp_instance): Remove cost.inside_of_loop field; add
8893 stmt_cost_vec field.
8894 (SLP_INSTANCE_INSIDE_OF_LOOP_COST): Remove macro.
8895 (SLP_INSTANCE_STMT_COST_VEC): New accessor macro.
8896 (SLP_TREE_INSIDE_OF_LOOP_COST): Remove macro.
8897 (struct _vect_peel_extended_info): Add stmt_cost_vec field.
8898 (struct _loop_vec_info): Add target_cost_data field.
8899 (LOOP_VINFO_TARGET_COST_DATA): New accessor macro.
8900 (struct _bb_vec_info): Add target_cost_data field.
8901 (BB_VINFO_TARGET_COST_DATA): New accessor macro.
8902 (struct _stmt_vec_info): Remove cost.inside_of_loop field.
8903 (STMT_VINFO_INSIDE_OF_LOOP_COST): Remove macro.
8904 (stmt_vinfo_set_inside_of_loop_cost): Remove function.
8905 (init_cost): New function.
8906 (add_stmt_cost): Likewise.
8907 (finish_cost): Likewise.
8908 (destroy_cost_data): Likewise.
8909 (vect_model_simple_cost): Change parameter list.
8910 (vect_model_store_cost): Likewise.
8911 (vect_model_load_cost): Likewise.
8912 (record_stmt_cost): New extern decl.
8913 (vect_get_load_cost): Change parameter list.
8914 (vect_get_store_cost): Likewise.
8915 * tree-vect-loop.c (new_loop_vec_info): Call init_cost.
8916 (destroy_loop_vec_info): Call destroy_cost_data.
8917 (vect_estimate_min_profitable_iters): Remove old calculation of
8918 inside costs; call finish_cost instead.
8919 (vect_model_reduction_cost): Call add_stmt_cost instead of old
8920 inside-costs calculation.
8921 (vect_model_induction_cost): Likewise.
8922 * tree-vect-data-refs.c (vect_get_data_access_cost): Change to
8923 return a stmt_vector_for_cost; modify calls to vect_get_load_cost
8924 and vect_get_store_cost to obtain the value to return.
8925 (vect_peeling_hash_get_lowest_cost): Obtain a stmt_cost_vec from
8926 vect_get_data_access_cost and store it in the minimum peeling
8927 structure.
8928 (vect_peeling_hash_choose_best_peeling): Change the parameter list
8929 to add a (stmt_vector_for_cost *) output parameter, and set its value.
8930 (vect_enhance_data_refs_alignment): Ignore the new return value from
8931 calls to vect_get_data_access_cost; obtain stmt_cost_vec from
8932 vect_peeling_hash_choose_best_peeling and pass its contents to the
8933 target cost model.
8934 * tree-vect-stmts.c (stmt_vectype): New function.
8935 (stmt_in_inner_loop_p): Likewise.
8936 (record_stmt_cost): Likewise.
8937 (vect_model_simple_cost): Add stmt_cost_vec parameter; call
8938 record_stmt_cost instead of old calculation; don't call
8939 stmt_vinfo_set_inside_of_loop_cost.
8940 (vect_model_promotion_demotion_cost): Call add_stmt_cost instead of
8941 old calculation; don't call stmt_vinfo_set_inside_of_loop_cost.
8942 (vect_model_store_cost): Add stmt_cost_vec parameter; call
8943 record_stmt_cost instead of old calculation; add stmt_cost_vec
8944 parameter to vect_get_store_cost call; don't call
8945 stmt_vinfo_set_inside_of_loop_cost.
8946 (vect_get_store_cost): Add stmt_cost_vec parameter; call
8947 record_stmt_cost instead of old calculation.
8948 (vect_model_load_cost): Add stmt_cost_vec parameter; call
8949 record_stmt_cost instead of old calculation; add stmt_cost_vec
8950 parameter to vect_get_load_cost call; don't call
8951 stmt_vinfo_set_inside_of_loop_cost.
8952 (vect_get_load_cost): Add stmt_cost_vec parameter; call
8953 record_stmt_cost instead of old calculation.
8954 (vectorizable_call): Add NULL parameter to vect_model_simple_cost call.
8955 (vectorizable_conversion): Likewise.
8956 (vectorizable_assignment): Likewise.
8957 (vectorizable_shift): Likewise.
8958 (vectorizable_operation): Likewise.
8959 (vectorizable_store): Add NULL parameter to vect_model_store_cost call.
8960 (vectorizable_load): Add NULL parameter to vect_model_load_cost call.
8961 (new_stmt_vec_info): Don't set STMT_VINFO_INSIDE_OF_LOOP_COST.
8962 * config/spu/spu.c (TARGET_VECTORIZE_INIT_COST): New macro def.
8963 (TARGET_VECTORIZE_ADD_STMT_COST): Likewise.
8964 (TARGET_VECTORIZE_FINISH_COST): Likewise.
8965 (TARGET_VECTORIZE_DESTROY_COST_DATA): Likewise.
8966 (spu_init_cost): New function.
8967 (spu_add_stmt_cost): Likewise.
8968 (spu_finish_cost): Likewise.
8969 (spu_destroy_cost_data): Likewise.
8970 * config/i386/i386.c (ix86_init_cost): New function.
8971 (ix86_add_stmt_cost): Likewise.
8972 (ix86_finish_cost): Likewise.
8973 (ix86_destroy_cost_data): Likewise.
8974 (TARGET_VECTORIZE_INIT_COST): New macro def.
8975 (TARGET_VECTORIZE_ADD_STMT_COST): Likewise.
8976 (TARGET_VECTORIZE_FINISH_COST): Likewise.
8977 (TARGET_VECTORIZE_DESTROY_COST_DATA): Likewise.
8978 * config/rs6000/rs6000.c (TARGET_VECTORIZE_INIT_COST): New macro def.
8979 (TARGET_VECTORIZE_ADD_STMT_COST): Likewise.
8980 (TARGET_VECTORIZE_FINISH_COST): Likewise.
8981 (TARGET_VECTORIZE_DESTROY_COST_DATA): Likewise.
8982 (rs6000_init_cost): New function.
8983 (rs6000_add_stmt_cost): Likewise.
8984 (rs6000_finish_cost): Likewise.
8985 (rs6000_destroy_cost_data): Likewise.
8986 * tree-vect-slp.c (vect_free_slp_instance): Free stmt_cost_vec.
8987 (vect_create_new_slp_node): Don't set SLP_TREE_INSIDE_OF_LOOP_COST.
8988 (vect_get_and_check_slp_defs): Add stmt_cost_vec parameter; add
8989 stmt_cost_vec parameter to vect_model_store_cost and
8990 vect_model_simple_cost calls.
8991 (vect_build_slp_tree): Remove inside_cost parameter; add stmt_cost_vec
8992 parameter; add stmt_cost_vec parameter to vect_get_and_check_slp_defs,
8993 vect_model_load_cost, and recursive vect_build_slp_tree calls; prevent
8994 calculating cost more than once for loads; remove inside_cost
8995 parameter from recursive vect_build_slp_tree calls; call
8996 record_stmt_cost instead of old calculation.
8997 (vect_analyze_slp_instance): Allocate stmt_cost_vec and save it with
8998 the instance; free it on premature exit; remove inside_cost parameter
8999 from vect_build_slp_tree call; add stmt_cost_vec parameter to
9000 vect_build_slp_tree call; don't set SLP_INSTANCE_INSIDE_OF_LOOP_COST.
9001 (new_bb_vec_info): Call init_cost.
9002 (destroy_bb_vec_info): Call destroy_cost_data.
9003 (vect_bb_vectorization_profitable_p): Call add_stmt_cost for each
9004 statement recorded with an SLP instance; call finish_cost instead of
9005 the old calculation.
9006 (vect_update_slp_costs_according_to_vf): Record statement costs from
9007 SLP instances, multiplying by the appropriate number of copies; don't
9008 update SLP_INSTANCE_INSIDE_OF_LOOP_COST.
9009
9010 2012-07-13 Richard Guenther <rguenther@suse.de>
9011
9012 PR middle-end/53937
9013 * builtins.c (get_pointer_alignment_1): Handle constant
9014 pointers.
9015
9016 2012-07-13 Richard Sandiford <rdsandiford@googlemail.com>
9017 Steven Bosscher <steven@gcc.gnu.org>
9018 Bernd Schmidt <bernds@codesourcery.com>
9019
9020 PR rtl-optimization/53908
9021 * df-problems.c (can_move_insns_across): When doing
9022 memory-reference book-keeping, handle call insns.
9023
9024 2012-07-13 Richard Guenther <rguenther@suse.de>
9025
9026 * gimple.c (gimple_types_compatible_p_1): Remove redundant
9027 type attribute comparisons.
9028 (gimple_canonical_types_compatible_p): Likewise.
9029
9030 2012-07-12 Hans-Peter Nilsson <hp@axis.com>
9031
9032 PR rtl-optimization/53176
9033 * rtlanal.c (rtx_cost): Adjust default cost for X with a
9034 UNITS_PER_WORD factor for all X according to the size of
9035 its mode, not just for SUBREGs with untieable modes.
9036 Handle SET. Use factor * factor for MULT, DIV, UDIV,
9037 MOD, UMOD.
9038
9039 2012-07-12 Uros Bizjak <ubizjak@gmail.com>
9040
9041 * config/i386/i386.md (QImode and HImode cmove splitters): Merge
9042 QImode and HImode splitters. Use ix86_comparison_operator.
9043 Explicitly match FLAGS_REG.
9044 (DFmode cmove splitter): Explicitly match FLAGS_REG.
9045
9046 2012-07-11 Steven Bosscher <steven@gcc.gnu.org>
9047
9048 * expr.h (can_move_by_pieces): Move prototype from here ...
9049 * tree.h (can_move_by_pieces): ... to here.
9050 * optabs.h (set_widening_optab_handler): Use XCNEW.
9051 * gimplify.c: Do not include expr.h.
9052
9053 * toplev.c: Do not include dwarf2out.h.
9054 * config/ia64/ia64.c: Likewise.
9055 * config/sparc/sparc.c: Likewise.
9056 * config/sparc/t-sparc (sparc.o): Fix dependencies.
9057
9058 * Makefile.in (toplev.o): Fix dependencies
9059 (c-family/c-gimplify.o): Likewise.
9060 (c-family/c-common.o): Likewise.
9061
9062 2012-07-11 Steven Bosscher <steven@gcc.gnu.org>
9063
9064 * basic-block.h (struct edge_def): Use basic_block instead of
9065 basic_block_def *.
9066 * cfgloop.h (struct loop_exit, struct loop): Likewise.
9067 * gengenrtl.c (type_from_format): Likewise. Also for 'tree'
9068 instead of union tree_node *.
9069 * rtl.h (union rtunion_def, emit_insn_before_noloc,
9070 emit_insn_after_noloc, add_insn_before, add_insn_after,
9071 debug_bb_slim): Likewise.
9072 * tree-inline.h (struct copy_body_data): Likewise.
9073 * sched-rgn.c (dump_region_dot): Likewise.
9074 * gimple.h (struct gimple_statement_base, gimple_set_bb,
9075 gsi_move_to_bb_end): Likewise.
9076 * sched-vis.c (debug_bb_slim): Likewise.
9077 (debug_bb_n_slim): Likewise.
9078 * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Likewise.
9079 (mn10300_block_contains_call):
9080
9081 2012-07-11 Greta Yorsh <Greta.Yorsh@arm.com>
9082
9083 PR target/53859
9084 * config/arm/arm.c (arm_early_load_addr_dep): Handle new
9085 epilogue patterns.
9086
9087 2012-07-11 Jonathan Wakely <jwakely.gcc@gmail.com>
9088
9089 * doc/extend.texi (Namespace Association): Alter cautionary text.
9090
9091 2012-07-10 Oleg Endo <olegendo@gcc.gnu.org>
9092
9093 PR target/53911
9094 * config/sh/sh.md: Remove displacement addresssing related splits.
9095
9096 2012-07-10 Xinliang David Li <davidxl@google.com>
9097
9098 * doc/invoke.texi: New option documented.
9099 * flag-types.h: New enum type.
9100 * gimplify.c (gimplify_bind_expr): Control
9101 clobber generation with new option.
9102 (gimplify_target_expr): Ditto.
9103 * common.opt: New option.
9104
9105 2012-07-10 Julian Brown <julian@codesourcery.com>
9106
9107 * config/arm/arm.md (movsi): Don't split symbol refs here.
9108 (define_split): New.
9109
9110 2012-07-10 Andreas Schwab <schwab@linux-m68k.org>
9111
9112 PR bootstrap/53913
9113 * config/m68k/m68k.c (m68k_epilogue_uses): New.
9114 * config/m68k/m68k.h (EPILOGUE_USES): Use it.
9115 * config/m68k/m68k-protos.h (m68k_epilogue_uses): Add prototype.
9116
9117 2012-07-10 Richard Henderson <rth@redhat.com>
9118
9119 * target.def (builtin_mul_widen_even, builtin_mul_widen_odd): Remove.
9120 * system.h (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): Poison.
9121 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): Poison.
9122 * config/i386/i386.c (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI): Remove.
9123 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V8SI): Remove.
9124 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V4SI): Remove.
9125 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V8SI): Remove.
9126 (IX86_BUILTIN_VEC_WIDEN_SMUL_EVEN_V4SI): Remove.
9127 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V4SI): Remove.
9128 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V8SI): Remove.
9129 (bdesc_args): Remove entries to match.
9130 (ix86_builtin_mul_widen_even, ix86_builtin_mul_widen_odd): Remove.
9131 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): Remove.
9132 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): Remove.
9133 * config/rs6000/rs6000.c (rs6000_builtin_mul_widen_even): Remove.
9134 (rs6000_builtin_mul_widen_odd): Remove.
9135 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): Remove.
9136 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): Remove.
9137 * config/spu/spu.c (spu_builtin_mul_widen_even): Remove.
9138 (spu_builtin_mul_widen_odd): Remove.
9139 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): Remove.
9140 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): Remove.
9141 * doc/tm.texi.in: Don't document the removed hooks.
9142
9143 * tree-vect-stmts.c (supportable_widening_operation): Expand
9144 WIDEN_MULT_EXPR via VEC_WIDEN_MULT_EVEN/ODD_EXPR if possible.
9145
9146 * expmed.c (expmed_mult_highpart): Rename from expand_mult_highpart.
9147 (expmed_mult_highpart_optab): Rename from expand_mult_highpart_optab.
9148 * optabs.c (can_mult_highpart_p): New.
9149 (expand_mult_highpart): New.
9150 * expr.c (expand_expr_real_2) [MULT_HIGHPART_EXPR): Use it.
9151 * tree-vect-generic.c (expand_vector_operations_1): Don't expand
9152 by pieces if can_mult_highpart_p.
9153 (expand_vector_divmod): Use can_mult_highpart_p and always
9154 generate MULT_HIGHPART_EXPR.
9155 * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
9156 * tree-vect-stmts.c (vectorizable_operation): Likewise.
9157
9158 * config/spu/spu-builtins.md (spu_mpy): Move to spu.md.
9159 (spu_mpyu, spu_mpyhhu, spu_mpyhh): Likewise.
9160 * config/spu/spu.md (vec_widen_smult_odd_v8hi): Rename from spu_mpy.
9161 (vec_widen_umult_odd_v8hi): Rename from spu_mpyu.
9162 (vec_widen_smult_even_v8hi): Rename from spu_mpyhh.
9163 (vec_widen_umult_even_v8hi): Rename from spu_mpyhhu.
9164 * config/spu/spu-builtins.def: Update pattern names to match.
9165
9166 * config/rs6000/altivec.md (vec_widen_umult_even_v16qi): Rename
9167 from altivec_vmuleub.
9168 (vec_widen_smult_even_v16qi): Rename from altivec_vmulesb.
9169 (vec_widen_umult_even_v8hi): Rename from altivec_vmuleuh.
9170 (vec_widen_smult_even_v8hi): Rename from altivec_vmulesh.
9171 (vec_widen_umult_odd_v16qi): Rename from altivec_vmuloub.
9172 (vec_widen_smult_odd_v16qi): Rename from altivec_vmulosb.
9173 (vec_widen_umult_odd_v8hi): Rename from altivec_vmulouh.
9174 (vec_widen_smult_odd_v8hi): Rename from altivec_vmulosh.
9175 * config/rs6000/rs6000-builtin.def: Update pattern names to match.
9176
9177 * config/i386/sse.md (vec_widen_umult_even_v8si): Rename from
9178 avx2_umulv4siv4di3.
9179 (vec_widen_umult_even_v4si): Rename from sse2_umulv2siv2di3.
9180 (vec_widen_smult_even_v8si): Rename from avx2_mulv4siv4di3.
9181 (mulv4si3): Remove XOP test shadowed by SSE4 test.
9182 * config/i386/i386.c (bdesc_args): Update pattern names.
9183 (ix86_expand_sse2_mulvxdi3): Likewise.
9184 (ix86_expand_mul_widen_evenodd): Likewise. Remove XOP test
9185 shadowed by SSE4 test.
9186
9187 * tree.def (VEC_WIDEN_MULT_EVEN_EXPR, VEC_WIDEN_MULT_ODD_EXPR): New.
9188 * cfgexpand.c (expand_debug_expr): Handle them.
9189 * expr.c (expand_expr_real_2): Likewise.
9190 * fold-const.c (fold_binary_loc): Likewise.
9191 * gimple-pretty-print.c (dump_binary_rhs): Likewise.
9192 * optabs.c (optab_for_tree_code): Likewise.
9193 * tree-cfg.c (verify_gimple_assign_binary): Likewise.
9194 * tree-inline.c (estimate_operator_cost): Likewise.
9195 * tree-pretty-print.c (dump_generic_node): Likewise.
9196 * tree.c (commutative_tree_code): Likewise.
9197 * tree-vect-generic.c (expand_vector_operations_1): Likewise.
9198 Handle type change before looking up optab.
9199 * optabs.h (OTI_vec_widen_umult_even, OTI_vec_widen_umult_odd): New.
9200 (OTI_vec_widen_smult_even, OTI_vec_widen_smult_odd): New.
9201 (vec_widen_umult_even_optab, vec_widen_umult_odd_optab): New.
9202 (vec_widen_smult_even_optab, vec_widen_smult_odd_optab): New.
9203 * genopinit.c (optabs): Initialize them.
9204 * doc/md.texi: Document them.
9205
9206 2012-07-10 Dehao Chen <dehao@google.com>
9207
9208 * tree.h (phi_arg_d): New field.
9209 * tree-flow-inline.h (gimple_phi_arg_block): New function.
9210 (gimple_phi_arg_block_from_edge): New function.
9211 (gimple_phi_arg_set_block): New function.
9212 (gimple_phi_arg_has_block): New function.
9213 (redirect_edge_var_map_block): New function.
9214 * tree-flow.h (_edge_var_map): New field.
9215 * tree-ssa-live.c (remove_unused_locals): Mark phi_arg's block as used.
9216 * tree-eh.c (cleanup_empty_eh_merge_phis): Add block debug info for
9217 redirect_edge_var_map_add.
9218 * tree-outof-ssa.c (_elim_graph): New field.
9219 (insert_partition_copy_on_edge): New parameter.
9220 (insert_value_copy_on_edge): New parameter.
9221 (insert_rtx_to_part_on_edge): New parameter.
9222 (insert_part_to_rtx_on_edge): New parameter.
9223 (elim_graph_add_edge): New parameter.
9224 (elim_graph_remove_succ_edge): New parameter.
9225 (FOR_EACH_ELIM_GRAPH_SUCC): New parameter.
9226 (FOR_EACH_ELIM_GRAPH_PRED): New parameter.
9227 (new_elim_graph): Add block debug info.
9228 (clear_elim_graph): Likewise.
9229 (delete_elim_graph): Likewise.
9230 (elim_graph_add_node): Likewise.
9231 (elim_graph_add_edge): Likewise.
9232 (elim_graph_remove_succ_edge): Likewise.
9233 (eliminate_build): Likewise.
9234 (elim_forward): Likewise.
9235 (elim_unvisited_predecessor): Likewise.
9236 (elim_backward): Likewise.
9237 (elim_create): Likewise.
9238 (eliminate_phi): Likewise.
9239 (insert_backedge_copies): Likewise.
9240 * tree-into-ssa.c (insert_phi_nodes_for): Add block debug info for
9241 add_phi_arg.
9242 (rewrite_add_phi_arguments): Likewise.
9243 * tree-ssa-loop-im.c (execute_sm_if_changed): Likewise.
9244 * tree-ssa-tail-merge.c (replace_block_by): Likewise.
9245 * tree-ssa-threadupdate.c (copy_phi_args): Likewise.
9246 * tree-loop-distribution.c (update_phis_for_loop_copy): Likewise.
9247 * tree-ssa-loop-manip.c (create_iv): Likewise.
9248 (add_exit_phis_edge): Likewise.
9249 (split_loop_exit_edge): Likewise.
9250 (copy_phi_node_args): Likewise.
9251 (tree_transform_and_unroll_loop): Likewise.
9252 * value-prof.c (gimple_ic): Likewise.
9253 (gimple_stringop_fixed_value): Likewise.
9254 * tree-tailcall.c (add_successor_phi_arg): Likewise.
9255 (eliminate_tail_call): Likewise.
9256 (create_tailcall_accumulator): Likewise.
9257 (tree_optimize_tail_calls_1): Likewise.
9258 * tree-phinodes.c (add_phi_arg): Likewise.
9259 (make_phi_node): Likewise.
9260 (resize_phi_node): Likewise.
9261 (remove_phi_arg_num): Likewise.
9262 * omp-low.c (expand_parallel_call): Likewise.
9263 (expand_omp_for_static_chunk): Likewise.
9264 * tree-vect-loop-manip.c (slpeel_update_phis_for_duplicate_loop):
9265 Likewise.
9266 (slpeel_update_phi_nodes_for_guard1): Likewise.
9267 (slpeel_update_phi_nodes_for_guard2): Likewise.
9268 (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
9269 (set_prologue_iterations): Likewise.
9270 (slpeel_tree_peel_loop_to_edge): Likewise.
9271 (vect_loop_versioning): Likewise.
9272 * tree-parloops.c (create_phi_for_local_result): Likewise.
9273 (transform_to_exit_first_loop): Likewise.
9274 (create_parallel_loop): Likewise.
9275 * ipa-split.c (split_function): Likewise.
9276 * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
9277 (vect_create_epilog_for_reduction): Likewise.
9278 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
9279 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Likewise.
9280 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
9281 (cond_if_else_store_replacement_1): Likewise.
9282 * tree-cfgcleanup.c (remove_forwarder_block): Likewise.
9283 (remove_forwarder_block_with_phi): Likewise.
9284 * tree-ssa-pre.c (insert_into_preds_of_block): Likewise.
9285 * tree-predcom.c (initialize_root_vars): Likewise.
9286 (initialize_root_vars_lm): Likewise.
9287 * sese.c (sese_add_exit_phis_edge): Likewise.
9288 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
9289 * tree-ssa.c (flush_pending_stmts): Likewise.
9290 (redirect_edge_var_map_add): Likewise.
9291 (ssa_redirect_edge): Likewise.
9292 * gimple-streamer-in.c (input_phi): Likewise.
9293 * tree-vect-stmts.c (vectorizable_load): Likewise.
9294 * tree-inline.c (copy_phis_for_bb): Likewise.
9295 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
9296 * tree-switch-conversion.c (fix_phi_nodes): Likewise.
9297 * tree-cfg.c (reinstall_phi_args): Likewise.
9298 (gimple_make_forwarder_block): Likewise.
9299 (add_phi_args_after_copy_edge): Likewise.
9300 (gimple_duplicate_sese_tail): Likewise.
9301
9302 2012-07-09 Oleg Endo <olegendo@gcc.gnu.org>
9303
9304 PR target/53886
9305 * config/sh/sh.c (sequence_insn_p): New function.
9306 (find_barrier, sh_insn_length_adjustment): Use it.
9307
9308 2012-07-09 Iain Sandoe <iain@codesourcery.com>
9309
9310 PR target/53283
9311 * config/i386/i386.c (ix86_fold_builtin): Call SUBTARGET_FOLD_BUILTIN
9312 if defined.
9313 * config/darwin.h: Rename TARGET_FOLD_BUILTIN to
9314 SUBTARGET_FOLD_BUILTIN.
9315 * config/rs6000/darwin.h: Map TARGET_FOLD_BUILTIN onto
9316 SUBTARGET_FOLD_BUILTIN.
9317
9318 2012-07-09 Iain Sandoe <iain@codesourcery.com>
9319
9320 * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): Move NeXT
9321 runtime exceptions model setting from here ...
9322 * config/darwin.c (darwin_override_options): ... to here.
9323
9324 2012-07-09 Steven Bosscher <steven@gcc.gnu.org>
9325
9326 PR tree-optimization/53887
9327 * tree-cfg.c (group_case_labels_stmt): Make non-static.
9328 * tree-flow.h (group_case_labels_stmt): Add prototype.
9329 * tree-switch-conversion.c (process_switch): Use group_case_labels_stmt
9330 to pre-process every switch.
9331
9332 2012-07-09 Jason Merrill <jason@redhat.com>
9333
9334 PR c++/53882
9335 * tree.c (type_contains_placeholder_1): Handle NULLPTR_TYPE.
9336 (type_hash_eq): Likewise.
9337
9338 2012-07-09 Tom de Vries <tom@codesourcery.com>
9339 Richard Guenther <rguenther@suse.de>
9340
9341 * tree-ssa-ccp.c (optimize_unreachable): New function.
9342 (execute_fold_all_builtins): Use optimize_unreachable to optimize
9343 BUILT_IN_UNREACHABLE. Don't optimize after BUILT_IN_UNREACHABLE.
9344
9345 2012-07-09 Richard Guenther <rguenther@suse.de>
9346
9347 PR bootstrap/53898
9348 * graphite-optimize-isl.c: Make sure CU is not empty.
9349
9350 2012-07-09 Steven Bosscher <steven@gcc.gnu.org>
9351
9352 * gensupport.c (init_rtx_reader_args_cb): Start counting code
9353 generating patterns from 1 to free up 0 for CODE_FOR_nothing.
9354 * gencodes.c (main): Give CODE_FOR_nothing the value 0. Add
9355 the LAST_INSN_CODE marker at the end.
9356 * genoutput.c (nothing): New static struct data.
9357 (idata): Initialize to &nothing.
9358 (idata_end): Initialize to &nothing.next.
9359 (init_insn_for_nothing): New function to create dummy 'nothing' insn.
9360 (main): Use it.
9361 * genpeep.c (insn_code_number): Remove global variable.
9362 (gen_peephole): Take it as an argument instead.
9363 (main): Take insn_code_number from read_md_rtx.
9364 * optabs.h: Revert r161809:
9365 (optab_handlers): Change type of insn_code back to insn_code.
9366 (optab_handler, widening_optab_handler, set_optab_handler,
9367 set_widening_optab_handler, convert_optab_handler,
9368 set_convert_optab_handler, direct_optab_handler,
9369 set_direct_optab_handler): Remove int casts.
9370 Revert to treating the insn_code field as "insn_code".
9371
9372 2012-07-08 Oleg Endo <olegendo@gcc.gnu.org>
9373
9374 * config/sh/sh.md (*return_i): Move trap_exit attribute check to ...
9375 * config/sh/sh.c (sh_cfun_trap_exit_p): ... this new function.
9376 * config/sh/sh-protos.h: Declare it.
9377
9378 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
9379
9380 * mcf.c: Do not include tm.h, tree.h, and langhooks.h.
9381 (dump_fixup_graph): Use current_function_name.
9382 (adjust_cfg_counts): Likewise.
9383 * ira-conflicts.c: Do not include tree.h.
9384 (ira_build_conflicts): Use REG_USERVAR_P instead of DECL_ARTIFICIAL.
9385
9386 2012-07-08 Oleg Endo <olegendo@gcc.gnu.org>
9387
9388 PR target/51244
9389 * config/sh/sh.md (*branch_true_eq, *branch_false_ne, nott): New insns.
9390
9391 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
9392
9393 * basic-block.h: Re-group most prototypes per file.
9394 (struct edge_list): Remove num_blocks field.
9395 (dump_bb_info): Adjust prototypes.
9396 (dump_reg_info): Move prototype to regs.h.
9397 * function.h: Do not include tree.h.
9398 Include vec.h, vecir.h, input.h and machmode.h to compensate.
9399 (function_name): New prototype.
9400 * gimple.h: Include tree.h to compensate for basic-block.h change.
9401 * langhooks.h: Note that tree.h is only necessary for enum tree_code.
9402 * regs.h (dump_reg_info): Prototype here.
9403 * regset.h: Adjust file reference in comment.
9404 (debug_regset): Remove prototype.
9405 * rtl.h: Include flags.h for flag_var_tracking_assignments.
9406 (MAY_HAVE_DEBUG_INSNS): Define as flag_var_tracking_assignments
9407 instead of no-longer-available tree.h's MAY_HAVE_DEBUG_STMTS.
9408 (dump_reg_info, dump_flow_info): Remove prototypes.
9409 * bb-reorder.c (set_edge_can_fallthru_flag): Move from cfganal.c
9410 to here, the only user. Make static.
9411 (reorder_basic_blocks): Call dump_reg_info before dump_flow_info.
9412 * cfg.c: Do not include tm.h, tree.h, rtl.h, hard-reg-set.h, regs.h,
9413 flags.h, function.h, except.h, diagnostic-core.h, tm_p.h, timevar.h,
9414 tree-pass.h, cfgloop.h, and tree-flow.h.
9415 Include basic-block.h, the first header I'd expect to be included.
9416 (reg_obstack): Move to df-core.c.
9417 (free_edge): Remove bogus ATTRIBUTE_UNUSED.
9418 (remove_edge_raw): Do not call tree-ssa's redirect_edge_var_map_clear.
9419 (redirect_edge_succ_nodup): Move to cfghooks.c.
9420 (dump_regset, debug_regset): Move to df-core.c.
9421 (dump_bb_info): Move to cfgrtl.c.
9422 (dump_reg_info): Move to regstat.c.
9423 (dump_flow_info): Move to cfgrtl.c.
9424 (debug_flow_info): Likewise.
9425 (dump_edge_info): Do not look at cfun, a CFG without cfun is nonsense.
9426 * cfganal.c: Do not include tm.h, rtl.h, obstack.h, hard-reg-set.h,
9427 insn-config.h, recog.h, diagnostic-core.h, tm_p.h, and cfgloop.h.
9428 (flow_active_insn_p, forwarder_block_p, can_fallthru,
9429 could_fall_through): Move to cfgrtl.c.
9430 (set_edge_can_fallthru_flag): Moved to bb-reorder.c.
9431 (create_edge_list): Do not set edge_list's removed num_blocks.
9432 (print_edge_list): Look at n_basic_blocks instead of num_blocks.
9433 (flow_nodes_print): Remove.
9434 (flow_edge_list_print): Remove.
9435 (inverted_post_order_compute): Use FOR_ALL_BB.
9436 * cfgrtl.c (dump_flow_info): Moved from cfg.c.
9437 Do not call dump_reg_info.
9438 (debug_flow_info): Moved from cfg.c
9439 (dump_bb_info): Moved from cfg.c. Take 'verbose' argument
9440 to avoid looking at TDF_* flags from tree-pass.h.
9441 (flow_active_insn_p, forwarder_block_p, can_fallthru,
9442 could_fall_through): Moved from cfganal.c.
9443 (print_rtl_with_bb): Adjust dump_bb_info calls.
9444 * cfghooks.c (redirect_edge_succ_nodup): Moved from cfg.c.
9445 (remove_edge): Call redirect_edge_var_map_clear if IR_GIMPLE.
9446 (cfgcleanup.c): Look at MAY_HAVE_DEBUG_INSNS, not MAY_HAVE_DEBUG_STMTS.
9447 * cselib.c: Include tree.h with a FIXME.
9448 * df-core.c (reg_obstack): Moved from cfg.c.
9449 (dump_regset): Likewise.
9450 (debug_regset): Likewise. Make a DEBUG_FUNCTION.
9451 * final.c (compute_alignments): Call dump_reg_info before
9452 dump_flow_info.
9453 * function.c (function_name): New function.
9454 (current_function_name): Use it.
9455 * ifcvt.c (rest_of_handle_if_conversion): Call dump_reg_info before
9456 dump_flow_info.
9457 * ira-conflicts.c: Include tree.h with a note.
9458 * regstat.c (dump_reg_info): Moved here from cfg.c.
9459 * loop-init.c: Include regs.h instead of hard-reg-set.h.
9460 (rtl_loop_init): Call dump_reg_info before dump_flow_info.
9461 (rtl_loop_done): Likewise.
9462 * mcf.c: Include tree.h before langhooks.h.
9463 * predict.c (maybe_hot_count_p): Assert we have cfun.
9464 (probably_never_executed_bb_p): Likewise.
9465 * profile.c (compute_branch_probabilities): Use gimple_dump_cfg
9466 instead of dump_flow_info.
9467 * sched-deps.c: Include tree.h with a FIXME.
9468 (call_may_noreturn_p): Add FIXME note why this function has to
9469 look at function decls instead of function decl flags.
9470 * sched-vis.c: Include tree.h with a FIXME.
9471 (print_rtl_slim): Adjust dump_bb_info uses.
9472 * statistics.c (statistics_fini_pass_2): Use current_function_name
9473 to avoid including tree.h.
9474 (statistics_counter_event): Use function_name for the same reason.
9475 (statistics_histogram_event): Likewise.
9476 * tracer.c (tracer): Remove bogus gcc_assert. Use brief_dump_cfg
9477 instead of dump_flow_info.
9478 * var-tracking.c (variable_tracking_main_1): Call dump_reg_info
9479 before dump_flow_info.
9480 * doc/cfg.texi: Update CFG documentation.
9481 * Makefile.in (RTL_H): Depend on FLAGS_H.
9482 (GIMPLE_H): Depend on TREE_H.
9483 (FUNCTION_H): Depend on VEC_H, vecir.h, INPUT_H and MACHMODE_H,
9484 but no longer on TREE_H.
9485 (C_COMMON_H): Depend on TREE_H.
9486 (cselib.o, cse.o, cfganal.o, loop-init.o, ira-conflicts.o,
9487 sched-deps.o, sched-vis.o): Fixup dependencies.
9488
9489 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
9490
9491 * alias.h: Do not include coretypes.h in header files.
9492 * cppbuiltin.h: Likewise.
9493 * double-int.h: Likewise.
9494 * gimple-fold.h: Likewise.
9495 * flags.h: Likewise.
9496 * tree-ssa-alias.h: Likewise.
9497 * gengtype.h (obstack_chunk_alloc, obstack_chunk_free,
9498 OBSTACK_CHUNK_SIZE): Define here to avoid dependency on coretypes.h.
9499 * Makefile.in (RTL_BASE_H): Depend on coretypes.h.
9500 (TREE_H): Likewise.
9501 (ALIAS_H): Do not depend on coretypes.h.
9502 (FLAGS_H): Likewise.
9503 (realmpfr.o): Depend on coretypes.h.
9504
9505 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
9506
9507 * Makefile.in (gengtype-lex.o, gengtype-parse.o, gengtype-state.o,
9508 gengtype.o): Add -DGENERATOR_FILE manually for host gengtype objects.
9509
9510 2012-07-07 Richard Earnshaw <rearnsha@arm.com>
9511
9512 * arm.h (TARGET_CPU_CPP_BUILTINS): Remove Maverick support.
9513 (TARGET_FPA): Delete definition.
9514 (TARGET_MAVERICK): Likewise.
9515 (TARGET_FPA_EMU2): Likewise.
9516 (arm_fp_model): Remove FPA and Maverick models.
9517 (arm_arch_cirrus): Delete declaration.
9518 (FLOAT_WORDS_BIG_ENDIAN): Delete definition.
9519 (FIXED_REGISTERS): Remove FPA and Maverick support. Reorganize.
9520 (CALL_USED_REGISTERS): Likewise.
9521 (FIRST_FPA_REGNUM, LAST_FPA_REGNUM): Delete definition.
9522 (FIRST_VFP_REGNUM): Renumbered.
9523 (D7_VFP_REGNUM): Chain definition.
9524 (LAST_LO_VFP_REGNUM): Likewise.
9525 (FIRST_HI_VFP_REGNUM): Likewise.
9526 (LAST_HI_VFP_REGNUM): Likewise.
9527 (FIRST_IWMMXT_GR_REGNUM): Likewise.
9528 (LAST_IWMMXT_GR_REGNUM): Likewise.
9529 (FIRST_IWMMXT_REGNUM): Likewise.
9530 (LAST_IWMMXT_REGNUM): Likewise.
9531 (FRAME_POINTER_REGNUM): Renumbered.
9532 (ARG_POINTER_REGNUM): Renumbered.
9533 (FIRST_PSEUDO_REGISTER): Remove FPA and Maverick registers.
9534 (FIRST_CIRRUS_FP_REGNUM, LAST_CIRRUS_FP_REGNUM): Delete definitions.
9535 (HARD_REGNO_REGNUM): Remove FPA support.
9536 (REG_ALLOC_ORDER): Remove FPA and Maverick registers. Reorganize.
9537 (reg_class): Likewise.
9538 (REG_CLASS_NAMES): Likewise.
9539 (REG_CLASS_CONTENTS): Likewise.
9540 (CANNOT_CHANGE_MODE_CLASS): Never true. Update comment.
9541 (SECONDARY_INPUT_RELOAD_CLASS): Remove Maverick support.
9542 (CLASS_MAX_NREGS): Remove FPA and Maverick support.
9543 * aout.h (REGISTER_NAMES): Remove FPA and Maverick registers.
9544 Reorganize. Use AAPCS preferred names.
9545 (ADDITIONAL_REGISTER_NAMES): Remove aliases for Maverick. Update
9546 comments.
9547 (OVERLAPPING_REGISTER_NAMES): Update register numbering.
9548 * arm.c (FL_CIRRUS): Delete definition.
9549 (arm_arch_cirrus): Delete variable.
9550 (arm_float_words_big_endian): Delete function.
9551 (cirrus_memory_offset): Delete function.
9552 (output_mov_long_double_fpa_from_arm): Delete function.
9553 (output_mov_long_double_arm_from_fpa): Delete function.
9554 (output_mov_double_fpa_from_arm): Delete function.
9555 (output_mov_double_arm_from_fpa): Delete function.
9556 (emit_sfm): Delete function.
9557 (maybe_get_arm_condition_code): Update comment.
9558 (arm_file_start): Always use softvfp for softfloat systems.
9559 (thumb_core_reg_alloc_order): Adjust for updated register allocation.
9560 (arm_option_override): Remove FPA and Maverick support. Always
9561 default to vfp as the fallback FPU format.
9562 (use_return_insn): Remove FPA support.
9563 (arm_get_frame_offsets): Likewise.
9564 (arm_save_coproc_regs): Likewise.
9565 (arm_canonicalize_comparison): Remove Maverick support.
9566 (arm_select_cc_mode): Likewise.
9567 (arm_gen_compare_reg): Likewise.
9568 (arm_print_operand): Likewise.
9569 (arm_libcall_value_1): Remove FPA and Maverick support.
9570 (arm_function_value_regno_p): Likewise.
9571 (arm_apply_result_size): Likewise.
9572 (arm_legitimate_index_p): Likewise.
9573 (thumb2_legitimate_index_p): Likewise.
9574 (legitimize_reload_address): Likewise.
9575 (arm_register_move_cost): Likewise.
9576 (arm_hard_regno_mode_ok): Likewise.
9577 (arm_regno_class): Likewise.
9578 (arm_dbx_register_number): Likewise.
9579 (arm_emit_unwind_sequence): Likewise.
9580 (arm_conditional_register_usage): Likewise.
9581 * arm-protos.h (neg_const_double_rtx_ok_for_fpa): Remove declaration.
9582 (cirrus_memory_offset): Likewise.
9583 (output_move_long_double_fpa_from_arm): Likewise.
9584 (output_move_long_double_arm_from_fpa): Likewise.
9585 (output_move_double_fpa_from_arm): Likewise.
9586 (output_move_double_arm_from_fpa): Likewise.
9587 (arm_float_words_big_endian): Likewise.
9588 * arm.md (CC_REGNUM): Renumbered.
9589 (VFPCC_REGNUM): Moved here. Renumbered.
9590 (FPA_F0_REGNUM, FPA_F7_REGNUM): Delete.
9591 (attr fpu): Remove FPA and Maverick support.
9592 * vfp.md (VFPCC_REGNUM): Delete. Moved to arm.md.
9593 * arm-cores.def (ep9312): Remove Maverick support.
9594 * arm-arches.def (ep9312): Delete architecture.
9595 * arm-tables.opt: Regenerated.
9596
9597 * arm/linux-elf.h (FPUTYPE_DEFAULT): Set to vfp.
9598
9599 2012-07-07 Steven Bosscher <steven@gcc.gnu.org>
9600
9601 PR tree-optimization/53881
9602 * tree-switch-conversion.c (emit_case_bit_tests): Do not rely on
9603 comparing labels to establish uniqueness of a switch case target,
9604 use the CFG instead.
9605
9606 2012-07-07 Ulrich Weigand <ulrich.weigand@linaro.org>
9607
9608 * combine.c (force_to_mode) [LSHIFTRT]: Avoid undefined behaviour
9609 due to negative shift amount.
9610
9611 2012-07-07 Hans-Peter Nilsson <hp@axis.com>
9612
9613 Fix configure test for "stack protector support in target C library".
9614 * configure.ac (test_prefix, test_exec_prefix): Move setting from
9615 inside sysroot handling to before and outside it.
9616 * configure: Regenerate.
9617
9618 2012-07-06 Kai Tietz <ktietz@redhat.com>
9619
9620 PR bootstrap/52947
9621 * config/i386/mingw32.h (NATIVE_SYSTEM_HEADER_DIR): Define it always
9622 as "/mingw/include".
9623
9624 2012-07-06 Alexandre Oliva <aoliva@redhat.com>
9625
9626 PR debug/53820
9627 * var-tracking.c (vt_add_function_parameter): Convert
9628 internal_arg_pointer into arg_pointer-based address even
9629 without DRAP.
9630
9631 2012-07-06 Alexandre Oilva <aoliva@redhat.com>
9632
9633 PR rtl-optimization/53827
9634 PR debug/53671
9635 PR debug/49888
9636 * alias.c (memrefs_conflict_p): Adjust offset and size by the
9637 same amount for alignment ANDs.
9638
9639 2012-07-06 Tom de Vries <tom@codesourcery.com>
9640
9641 PR tree-optimization/51879
9642 * tree-ssa-sccvn.c (copy_reference_ops_from_call)
9643 (visit_reference_op_call): Handle case that lhs is not an SSA_NAME.
9644 (visit_use): Also call visit_reference_op_call for calls with a vdef.
9645
9646 2012-07-06 Tom de Vries <tom@codesourcery.com>
9647
9648 PR tree-optimization/52009
9649 * tree-ssa-tail-merge.c (gimple_equal_p): For GIMPLE_ASSIGN, compare
9650 value numbers of gimple_vdef.
9651 * tree-ssa-sccvn.h (vn_reference_insert): Add vdef parameter to
9652 prototype.
9653 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MODIFY_EXPR.
9654 (vn_reference_insert): Add and handle vdef parameter.
9655 (visit_reference_op_load): Add argument to vn_reference_insert call.
9656 (visit_reference_op_store): Find value number of vdef of store. Insert
9657 value number of vdef of store.
9658
9659 2012-07-06 Uros Bizjak <ubizjak@gmail.com>
9660
9661 * config/i386/i386.md (simple lea to add peephole): Also transform
9662 RTXes where second PLUS operand matches output.
9663
9664 2012-07-06 Uros Bizjak <ubizjak@gmail.com>
9665
9666 * config/i386/i386.c (construct_plt_address): Make static.
9667 * config/i386/i386-protos.h (construct_plt_address): Remove.
9668
9669 2012-07-06 Nick Clifton <nickc@redhat.com>
9670
9671 * config/mn10300/mn10300.c (mn10300_encode_section_info): Call
9672 default_encode_section_info.
9673
9674 2012-07-06 Uros Bizjak <ubizjak@gmail.com>
9675
9676 PR target/53853
9677 * config/i386/i386.c (x86_output_mi_thunk): For CM_LARGE_PIC model,
9678 emit PIC sequence for fnaddr symbol reference in advance.
9679
9680 2012-07-06 Eric Botcazou <ebotcazou@adacore.com>
9681
9682 Revert
9683 2012-06-14 Eric Botcazou <ebotcazou@adacore.com>
9684
9685 * dwarf2out.c (function_possibly_abstracted_p): New static function.
9686 (gen_subprogram_die): Use it function_possibly_abstracted_p in lieu of
9687 cgraph_function_possibly_inlined_p.
9688 (gen_inlined_subroutine_die): Return if the origin is to be ignored.
9689 (process_scope_var): Do not emit concrete instances of abstracted
9690 nested functions from here.
9691 (gen_decl_die): Emit the abstract instance if the function is possibly
9692 abstracted and not only possibly inlined.
9693 (dwarf2out_finish): Find the first non-abstract parent instance and
9694 attach concrete instances on the limbo list to it.
9695
9696 2012-07-05 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9697 Julian Brown <julian@codesourcery.com>
9698
9699 PR target/48941
9700 PR target/51980
9701 * config/arm/neon-gen.ml (return_by_ptr): Delete.
9702 (print_function): Handle empty strings.
9703 (return): Delete use of return_by_ptr.
9704 (mask_shape_for_shuffle): New function.
9705 (mask_elems): Likewise.
9706 (shuffle_fn): Likewise.
9707 (params): Simplify and remove use of return_by_ptr.
9708 (get_shuffle): New function.
9709 (print_variant): Update.
9710 * config/arm/neon.ml (rev_elems): New function.
9711 (permute_range): Likewise.
9712 (zip_range): Likewise.
9713 (uzip_range): Likewise.
9714 (trn_range): Likewise.
9715 (zip_elems): Likewise.
9716 (uzip_elems): Likewise.
9717 (trn_elems): Likewise.
9718 (features): New enumeration Use_shuffle. Delete ReturnPtr.
9719 (pf_su_8_16): New.
9720 (suf_32): New.
9721 (ops): Update entries for Vrev64, Vrev32, Vrev16, Vtr, Vzip, Vuzp.
9722 * config/arm/arm_neon.h: Regenerate.
9723
9724 2012-07-05 Richard Guenther <rguenther@suse.de>
9725
9726 * tree-pretty-print.c (dump_generic_node): Properly test
9727 the result of exact_log2.
9728
9729 2012-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9730
9731 * config/s390/s390-protos.h (s390_expand_movmem)
9732 (s390_expand_cmpmem): Add return value.
9733 * config/s390/s390.c (s390_expand_movmem, s390_expand_cmpmem):
9734 Return FALSE to use the library function in some cases.
9735 * config/s390/s390.md (movmem, cmpmem): Evaluate return value of C
9736 helper functions.
9737
9738 2012-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9739
9740 * config.gcc: Enable ifunc attribute by default on s390 and s390x.
9741
9742 2012-07-05 Steven Bosscher <steven@gcc.gnu.org>
9743
9744 * expr.c (try_casesi): Remove bogus ATTRIBUTE_UNUSED markers.
9745 * stmt.c (dump_case_nodes): New.
9746 (expand_case): Split out code generation parts into new functions.
9747 (expand_switch_as_decision_tree_p): Split out from expand_case.
9748 (emit_case_decision_tree): Likewise.
9749 (emit_case_dispatch_table): Likewise.
9750
9751 2012-07-05 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9752
9753 * config/arm/iterators.md (SDF): New mode iterator.
9754 (V_if_elem): Add support for SF and DF modes.
9755 (V_reg): Likewise.
9756 (F_constraint): New mode iterator attribute.
9757 (F_fma_type): Likewise.
9758 config/arm/vfp.md (fma<SDF:mode>4): New pattern.
9759 (*fmsub<SDF:mode>4): Likewise.
9760 (*fmnsub<SDF:mode>4): Likewise.
9761 (*fmnadd<SDF:mode>4): Likewise.
9762
9763 2012-07-04 Uros Bizjak <ubizjak@gmail.com>
9764
9765 * expmed.c (expand_mult): Initialize coeff and is_neg.
9766
9767 2012-07-04 Oleg Endo <olegendo@gcc.gnu.org>
9768
9769 * config/sh/predicates.md (zero_extend_operand): New predicate.
9770 * config/sh/sh.md (zero_extendhisi2): Simplify by using new
9771 zero_extend_operand predicate.
9772 (zero_extendqisi2): Likewise.
9773
9774 2012-07-04 Uros Bizjak <ubizjak@gmail.com>
9775
9776 PR middle-end/53321
9777 * ipa.c (symtab_remove_unreachable_nodes): Partially revert r187375
9778 to not call cgraph_propagate_frequency if something was changed.
9779
9780 2012-07-04 Richard Guenther <rguenther@suse.de>
9781
9782 PR middle-end/53433
9783 * gimple-fold.c (get_base_constructor): Do not return an
9784 error_mark_node DECL_INITIAL.
9785
9786 2012-07-04 Richard Guenther <rguenther@suse.de>
9787
9788 PR tree-optimization/53844
9789 * tree-ssa-dse.c (dse_possible_dead_store_p): Properly handle
9790 the loop virtual PHI.
9791
9792 2012-07-04 Richard Guenther <rguenther@suse.de>
9793
9794 PR tree-optimization/53849
9795 * tree-cfg.c (move_stmt_op): Only call add_referenced_var
9796 for duplicated locals. Use add_referenced_var_1 to avoid
9797 pushing/popping cfun.
9798
9799 2012-07-04 Kai Tietz <ktietz@redhat.com>
9800
9801 * config/i386/winnt.c (i386_pe_reloc_rw_mask): New function.
9802 * config/i386/i386-protos.h (i386_pe_reloc_rw_mask): Add
9803 prototype.
9804 * config/i386/cygming.h (TARGET_ASM_RELOC_RW_MASK): Define
9805 as i386_pe_reloc_rw_mask.
9806
9807 2012-07-04 Richard Guenther <rguenther@suse.de>
9808
9809 * tree.c (find_decls_types_r): Handle TYPE_CONTEXT the same
9810 as in free_lang_data_in_type.
9811
9812 2012-07-04 Tobias Grosser <tobias@grosser.es>
9813 Michael Matz <matz@suse.de>
9814
9815 * Makefile.in (OBJS): Add graphite-optimize-isl.o.
9816 (graphite-optimize-isl.o): Add dependencies.
9817 * common.opt (floop-nest-optimize): New flag.
9818 * doc/invoke.texi (floop-nest-optimize): Document.
9819 * graphite-dependences.c (compute_deps): Export.
9820 * graphite-poly.h (compute_deps): Declare.
9821 * graphite-optimize-isl.c: New file.
9822 * graphite-poly.c (apply_poly_transforms): Run the loop
9823 nest optimizer.
9824 * tree-ssa-loop.c (gate_graphite_transforms): Enable graphite
9825 if -floop-nest-optimize is enabled.
9826
9827 2012-07-03 Oleg Endo <olegendo@gcc.gnu.org>
9828
9829 * config/sh/predicates.md (logical_and_operand): New predicate.
9830 * config/sh/constraints.md (Jmb, Jmw): New constraints.
9831 * config/sh/sh.md (andsi3): Move expander above insns. Add handling
9832 of 0xFFFF constant. Use logical_and_operand predicate and
9833 satisfies_constraint_Jmb, satisfies_constraint_Jmw.
9834 (*andsi3_compact): Make it an insn_and_split. Use
9835 logical_and_operand predicate. Add Jmb,Jmw alternatives.
9836
9837 2012-07-03 Jason Merrill <jason@redhat.com>
9838
9839 PR c++/53826
9840 * tree.c (build_zero_cst): Handle NULLPTR_TYPE.
9841
9842 2012-07-03 Nick Clifton <nickc@redhat.com>
9843
9844 * config/mep/mep.c (mep_reorg_regmove): Use
9845 next_nonnote_non_debug_insn to advance to the next insn. Do not
9846 expect delete_insn to return an rtx.
9847
9848 2012-07-03 Richard Guenther <rguenther@suse.de>
9849
9850 * doc/install.texi (CLooG): Clarify how CLooG needs to be
9851 configured and that it needs to be built against ISL 0.10.
9852
9853 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
9854
9855 * config/i386/i386.c (ix86_option_override_internal): Fix wrong
9856 code model string in the error message.
9857
9858 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
9859
9860 PR target/53811
9861 * config/i386/i386.c (x86_output_mi_thunk): Check if fnaddr satisfies
9862 sibcall_insn_operand. Move it to a temporary register if not.
9863
9864 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
9865
9866 PR target/28896
9867 * config/m68k/m68k.c (m68k_option_override): Reset stack_limit_rtx
9868 if !TARGET_68020.
9869
9870 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
9871
9872 * config/i386/xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.
9873
9874 2012-07-03 Roland McGrath <mcgrathr@google.com>
9875
9876 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): Also require that the
9877 assembler accept 'rep bsf ...', 'rep bsr ...', 'rep ret' and 'rep nop'.
9878 * configure: Regenerated.
9879 * config/i386/i386.md (simple_return_internal_long): Use %;
9880 (ctz<mode>2): Likewise.
9881 (*pause): Likewise.
9882
9883 2012-07-02 Oleg Endo <olegendo@gcc.gnu.org>
9884
9885 PR target/51244
9886 * config/sh/predicates.md (t_reg_operand, negt_reg_operand): New
9887 predicates.
9888 * config/sh/sh-protos.h (get_t_reg_rtx): New prototype.
9889 * config/sh/sh.c (get_t_reg_rtx): New function. Use it when invoking
9890 gen_branch_true and gen_branch_false.
9891 * config/sh/sh.md: Use get_t_reg_rtx when invoking gen_branch_true and
9892 gen_branch_false.
9893 (branch_true, branch_false): Use t_reg_operand predicate.
9894 (*branch_true, *branch_false): Delete.
9895 (movt): Use t_reg_operand predicate.
9896 (*negnegt): Use negt_reg_operand predicate and fold little and big
9897 endian variants.
9898 (*movtt): Use t_reg_operand and fold little and big endian variants.
9899 (*movt_qi): Delete.
9900
9901 2012-07-02 Steven Bosscher <steven@gcc.gnu.org>
9902
9903 * stmt.c (emit_case_bit_tests): Remove.
9904 (expand_case): Remove expand_switch_using_bit_tests_p code.
9905 * tree-switch-conversion.c (hoist_edge_and_branch_if_true): New.
9906 (MAX_CASE_BIT_TESTS): Moved from stmt.c to here.
9907 (lshift_cheap_p): Likewise.
9908 (expand_switch_using_bit_tests_p): Likewise.
9909 (struct case_bit_test): Likewise.
9910 (case_bit_test_cmp): Likewise.
9911 (emit_case_bit_tests): New implementation for GIMPLE.
9912 (gen_inbound_check): Do not release post-dominator info here.
9913 (process_switch): Reorder code. Expand as bit tests if it
9914 looks like a win.
9915 (do_switchconv): Release post-dominator info here if something changed.
9916 (struct gimple_opt_pass): Verify more.
9917 * tree.h (expand_switch_using_bit_tests_p): Remove prototype.
9918
9919 2012-07-02 Martin Jambor <mjambor@suse.cz>
9920
9921 PR middle-end/38474
9922 * ipa-prop.c (compute_known_type_jump_func): Put BINFO check before a
9923 dynamic type change check.
9924
9925 2012-07-02 Richard Guenther <rguenther@suse.de>
9926 Michael Matz <matz@suse.de>
9927 Tobias Grosser <tobias@grosser.es>
9928 Sebastian Pop <sebpop@gmail.com>
9929
9930 * Makefile.in: Remove PPL flags in favor of ISL ones.
9931 (BACKENDLIBS): Remove PPL libs.
9932 (INCLUDES): Remove PPL includes in favor of ISL ones.
9933 (graphite-clast-to-gimple.o): Remove graphite-dependences.h and
9934 graphite-cloog-compat.h dependencies.
9935 (graphite-dependences.o): Likewise.
9936 (graphite-poly.o): Likewise.
9937 * configure.ac: Declare ISL vars instead of PPL ones.
9938 * configure: Regenerated.
9939 * doc/install.texi: Replace PPL requirement documentation with ISL one.
9940 * graphite-blocking.c: Remove PPL code, add ISL equivalent.
9941 * graphite-clast-to-gimple.c: Likewise.
9942 * graphite-dependences.c: Likewise.
9943 * graphite-interchange.c: Likewise.
9944 * graphite-poly.h: Likewise.
9945 * graphite-poly.c: Likewise.
9946 * graphite-sese-to-poly.c: Likewise.
9947 * graphite.c: Likewise.
9948 * graphite-scop-detection.c: Re-arrange includes.
9949 * graphite-cloog-util.c: Remove.
9950 * graphite-cloog-util.h: Likewise.
9951 * graphite-ppl.h: Likewise.
9952 * graphite-ppl.c: Likewise.
9953 * graphite-dependences.h: Likewise.
9954
9955 2012-07-02 Richard Guenther <rguenther@suse.de>
9956
9957 Merge from graphite branch
9958 2011-07-21 Tobias Grosser <tobias@grosser.es>
9959
9960 * Makefile.in (graphite-clast-to-gimple.o, graphite-cloog-util.o):
9961 Remove graphite-cloog-util.h.
9962 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop,
9963 build_iv_mapping, translate_clast_user, translate_clast,
9964 free_scattering, initialize_cloog_names, build_cloog_prog,
9965 create_params_index): Do not use old compatibility functions.
9966 (clast_name_to_index, set_cloog_options): Remove code for legacy cloog.
9967 * graphite-cloog-util.c (openscop_print_cloog_matrix): Do not use old
9968 compatibility functions.
9969 (new_Cloog_Scattering_from_ppl_Polyhedron): Remove code for legacy
9970 cloog.
9971 * graphite-cloog-util.h: Remove include of graphite-cloog-util.h.
9972 * graphite.c (graphite.c): Do not call outdated cloog_initialize() and
9973 cloog_finalize().
9974 * graphite-cloog-compat.h: Remove.
9975
9976 2011-08-09 Tobias Grosser <tobias@grosser.es>
9977
9978 * graphite-clast-to-gimple.c (new_clast_name_index): Store a copy
9979 of the string, no just a reference.
9980 (clast_name_index): Add a new field, that specifies if we need to free
9981 the name.
9982 (free_clast_name_index): If necessary, free the name string.
9983 (clast_name_index_elt_info): Calculate the hash based on the string
9984 content, not the memory location it is stored in.
9985 (clast_name_to_level): Specify that we do not need to free the name.
9986 (clast_name_to_index): Dito.
9987 (clast_name_to_lb_ub): Dito.
9988 (eq_clast_name_indexes): Compare the strings, not their base pointers.
9989 (free_scattering): Removed.
9990 (initialize_cloog_names): Renamed to add_names_to_union_domain().
9991 (add_names_to_union_domain): Changed to work on a union_domain,
9992 instead of a CloogNames structure.
9993 (build_cloog_prog): Removed.
9994 (build_cloog_union_domain): New.
9995 (generate_cloog_input): New.
9996 (scop_to_clast): Use CloogInput instead of CloogProgram.
9997 (print_generated_program): Adapt to new scop_to_clast() and do not
9998 print the CloogProgram any more.
9999 (create_params_index): Removed, functionality integrated in
10000 add_names_to_union_domain().
10001 (gloog): Adapt to new scop_to_clast().
10002 * graphite-clast-to-gimple.h (scop_to_clast): Remove.
10003
10004 2012-01-11 Tobias Grosser <tobias@grosser.es>
10005
10006 * graphite-clast-to-gimple.c (clast_name_to_index,
10007 clast_name_to_lb_ub, clast_name_to_gcc): Change types.
10008 (clast_to_gcc_expression): Add clast_expr_name as a new
10009 case. Do not assume a clast_expr_term points always to a
10010 clast_expr_name.
10011 (type_for_clast_term): Do not assume a clast_expr_term points always to
10012 a clast_expr_name.
10013 (type_for_clast_name): New.
10014 (type_for_clast_expr): Add clast_expr_name as a new case.
10015
10016 2011-08-03 Sebastian Pop <sebpop@gmail.com>
10017
10018 * graphite-cloog-util.c (new_Cloog_Domain_from_ppl_Polyhedron,
10019 new_Cloog_Scattering_from_ppl_Polyhedron,
10020 new_Cloog_Domain_from_ppl_Pointset_Powerset): Remove ATTRIBUTE_UNUSED.
10021
10022 2012-07-02 Jakub Jelinek <jakub@redhat.com>
10023
10024 PR tree-optimization/53645
10025 * tree-vect-generic.c (expand_vector_divmod): Use TYPE_MODE (type)
10026 instead of TYPE_MODE (wider_type) as can_vec_perm_p argument.
10027
10028 2012-07-01 Wei Guozhi <carrot@google.com>
10029
10030 PR target/53447
10031 * config/arm/arm-protos.h (const_ok_for_dimode_op): New prototype.
10032 * config/arm/arm.c (const_ok_for_dimode_op): New function.
10033 * config/arm/constraints.md (Dd): New constraint.
10034 * config/arm/predicates.md (arm_adddi_operand): New predicate.
10035 * config/arm/arm.md (adddi3): Extend it to handle constants.
10036 (arm_adddi3): Likewise.
10037 (addsi3_carryin_<optab>): Extend it to handle sbc case.
10038 (addsi3_carryin_alt2_<optab>): Likewise.
10039 * config/arm/neon.md (adddi3_neon): Extend it to handle constants.
10040
10041 2012-06-30 Nathan Sidwell <nathan@acm.org>
10042
10043 * coverage.c (bbg_file_stamp): New.
10044 (read_counts_file): Merge incoming stamp with bbg_file_stamp.
10045 (build_info): Write bbg_file_stamp.
10046 (coverage_init): Initialize bbg_file_stamp. Read counts file
10047 before writing graph header.
10048 (coverage_finish): Don't unlink the data file if we can generate a
10049 unique file stamp.
10050 * tree.h (crc32_unsigned): Declare.
10051 * tree.c (crc32_unsigned_bits): New, broken out of ...
10052 (crc32_byte): ... here. Use it.
10053 (crc32_unsigned): New.
10054
10055 2012-06-29 Cary Coutant <ccoutant@google.com>
10056
10057 * dwarf2out.c (add_pubname_string): Don't check for want_pubnames.
10058 (gen_subprogram_die): Don't add pubname if want_pubnames is false.
10059 (gen_variable_die): Likewise.
10060 (gen_namespace_die): Likewise.
10061
10062 2012-06-29 Eric Botcazou <ebotcazou@adacore.com>
10063
10064 * tree-eh.c (lower_try_finally_switch): Really put the location of the
10065 last statement of the finally block onto the switch.
10066
10067 2012-06-29 H.J. Lu <hongjiu.lu@intel.com>
10068
10069 PR target/53539
10070 * config/i386/gnu-user64.h (WCHAR_TYPE): Use "int" only for
10071 TARGET_LP64.
10072
10073 2012-06-29 Sterling Augustine <saugustine@google.com>
10074
10075 * dwarf2out.c (add_pubname): Add comment.
10076 (add_pubtype): Fix indentation.
10077 (gen_enumeration_type_die): Likewise.
10078
10079 2012-06-29 Jakub Jelinek <jakub@redhat.com>
10080
10081 * tree-vect-generic.c (expand_vector_divmod): For even/odd
10082 widening multiply, put even always as first argument to VEC_PERM_EXPR.
10083
10084 2012-06-29 Richard Henderson <rth@redhat.com>
10085
10086 * tree-vect-generic.c: Include target.h.
10087 (expand_vector_divmod): Use builtin_mul_widen_even/odd if supported.
10088 * Makefile.in (tree-vect-generic.o): Update.
10089
10090 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
10091
10092 * configure.ac: Remove special gtfiles case for C.
10093 * configure: Regenerate.
10094 * Makefile.in: Remove C front-end hooks and build hooks that
10095 will be picked up from c/Make-lang.in now.
10096 Add tree-mudflap to C_COMMON_OBJS.
10097 * gengtype.c (files_rules): Adjust gt-files for c/c-decl.c.
10098 * config/vms/vms.c: Look for c-tree.h in c/.
10099 * doc/gty.texi: Remove reference to c-config-lang.in.
10100 * doc/sourcebuild.texi: Document the c/ subdirectory.
10101
10102 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
10103
10104 * system.h (CASE_USE_BIT_TESTS): Poison.
10105 * stmt.c (CASE_USE_BIT_TESTS): Fold away into its only user ...
10106 (expand_switch_using_bit_tests_p): ...here.
10107 * doc/tm.texi.in (CASE_USE_BIT_TESTS): Remove documentation.
10108 * doc/tm.texi (CASE_USE_BIT_TESTS): Regenerate.
10109
10110 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
10111
10112 * system.h (IFCVT_EXTRA_FIELDS): Poison.
10113 (IFCVT_INIT_EXTRA_FIELDS): Poison.
10114 * basic-block.h (struct ce_if_block): Remove IFCVT_EXTRA_FIELDS.
10115 * ifcvt.c (find_if_header): Use IFCVT_MACHDEP_INIT instead of
10116 IFCVT_INIT_EXTRA_FIELDS.
10117 * gengtype-parse.c (struct_field_seq): Remove obsolete comment.
10118 * config/frv/frv.h (IFCVT_INIT_EXTRA_FIELDS): Rename to
10119 IFCVT_MACHDEP_INIT.
10120 * config/frv/frv.c (frv_ifcvt_init_extra_fields): Rename to
10121 frv_ifcvt_machdep_init.
10122 * doc/tm.texi.in (IFCVT_INIT_EXTRA_FIELDS, IFCVT_EXTRA_FIELDS):
10123 Remove documentation.
10124 (IFCVT_MACHDEP_INIT): Document.
10125 * doc/tm.texi: Regenerate.
10126
10127 2012-06-29 Nick Clifton <nickc@redhat.com>
10128
10129 * config/lm32/lm32.c (lm32_compute_frame_size): Fix typo.
10130
10131 2012-06-29 Jakub Jelinek <jakub@redhat.com>
10132
10133 * tree-vect-stmts.c (vectorizable_operation): Check both
10134 VEC_WIDEN_MULT_LO_EXPR and VEC_WIDEN_MULT_HI_EXPR optabs.
10135 Verify that operand[0]'s mode is TYPE_MODE (wide_vectype).
10136
10137 2012-06-28 Richard Henderson <rth@redhat.com>
10138
10139 * doc/generic.texi (MULT_HIGHPART_EXPR): Document it.
10140
10141 2012-06-28 Jakub Jelinek <jakub@redhat.com>
10142
10143 PR tree-optimization/51581
10144 * tree-vect-stmts.c (permute_vec_elements): Add forward decl.
10145 (vectorizable_operation): Handle vectorization of MULT_HIGHPART_EXPR
10146 also using VEC_WIDEN_MULT_*_EXPR or builtin_mul_widen_* plus
10147 VEC_PERM_EXPR if vector MULT_HIGHPART_EXPR isn't supported.
10148 * tree-vect-patterns.c (vect_recog_divmod_pattern): Use
10149 MULT_HIGHPART_EXPR instead of VEC_WIDEN_MULT_*_EXPR and shifts.
10150
10151 PR tree-optimization/53645
10152 * tree-vect-generic.c (expand_vector_divmod): Use MULT_HIGHPART_EXPR
10153 instead of VEC_WIDEN_MULT_{HI,LO}_EXPR followed by VEC_PERM_EXPR
10154 if possible.
10155
10156 2012-06-28 Georg-Johann Lay <avr@gjlay.de>
10157
10158 PR 53595
10159 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): New.
10160 * config/avr/avr-protos.h (avr_hard_regno_call_part_clobbered): New.
10161 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): Forward to
10162 avr_hard_regno_call_part_clobbered.
10163
10164 2012-06-28 Richard Guenther <rguenther@suse.de>
10165
10166 PR middle-end/53790
10167 * expr.c (expand_expr_real_1): Verify if the type is complete
10168 before inspecting its size.
10169
10170 2012-06-28 Andreas Schwab <schwab@linux-m68k.org>
10171
10172 * doc/include/gpl.texi: Remove.
10173 * doc/sourcebuild.texi (Texinfo Manuals): Don't mention gpl.texi.
10174
10175 2012-06-28 Jakub Jelinek <jakub@redhat.com>
10176
10177 PR tree-optimization/53645
10178 * tree-vect-generic.c (add_rshift): New function.
10179 (expand_vector_divmod): New function.
10180 (expand_vector_operation): Use it for vector integer
10181 TRUNC_{DIV,MOD}_EXPR by VECTOR_CST.
10182 * tree-vect-patterns.c (vect_recog_divmod_pattern): Replace
10183 unused lguup variable with dummy_int.
10184
10185 2012-06-28 OLivier Hainque <hainque@adacore.com>
10186
10187 * expr.c (convert_move): Latch mem integer inputs into a
10188 register before expanding a multi-instructions sequence.
10189
10190 2012-06-28 Alexandre Oliva <aoliva@redhat.com>
10191 Uros Bizjak <ubizjak@gmail.com>
10192 Jakub Jelinek <jakub@redhat.com>
10193
10194 PR debug/53706
10195 PR debug/47624
10196 * var-tracking.c (vt_emit_notes): Release loc_exp_dep_pool...
10197 (vt_finalize): ... here instead, if needed.
10198
10199 2012-06-28 Alexandre Oliva <aoliva@redhat.com>
10200
10201 PR debug/53740
10202 PR debug/52983
10203 PR debug/48866
10204 * dce.c (word_dce_process_block): Check whether inserting debug
10205 temps are needed even for needed insns.
10206 (dce_process_block): Likewise.
10207 * df-problems.c (dead_debug_add): Add comment about multi-regs.
10208 (dead_debug_insert_temp): Likewise. Don't subreg when we're
10209 setting fewer regs than a multi-reg requires.
10210
10211 2012-06-27 Richard Henderson <rth@redhat.com>
10212
10213 * config/alpha/alpha.c (alpha_dimode_u): New.
10214 (alpha_init_builtins): Initialize it, and use it.
10215 (alpha_fold_builtin_cmpbge): Use alpha_dimode_u.
10216 (alpha_fold_builtin_zapnot, alpha_fold_builtin_insxx): Likewise.
10217 (alpha_fold_vector_minmax, alpha_fold_builtin_perr): Likewise.
10218 (alpha_fold_builtin_pklb, alpha_fold_builtin_pkwb): Likewise.
10219 (alpha_fold_builtin_unpkbl, alpha_fold_builtin_unpkbw): Likewise.
10220 (alpha_fold_builtin_cttz, alpha_fold_builtin_ctlz): Likewise.
10221 (alpha_fold_builtin_ctpop): Likewise.
10222 (alpha_fold_builtin_umulh): Remove.
10223 (alpha_fold_builtin): Use MULT_HIGHPART_EXPR for UMULH; fix
10224 typo in MAX_ARGS check.
10225
10226 2012-06-27 Richard Henderson <rth@redhat.com>
10227
10228 * tree.def (MULT_HIGHPART_EXPR): New.
10229 * cfgexpand.c (expand_debug_expr): Ignore it.
10230 * expr.c (expand_expr_real_2): Handle it.
10231 * fold-const.c (int_const_binop_1): Likewise.
10232 * optabs.c (optab_for_tree_code): Likewise.
10233 * tree-cfg.c (verify_gimple_assign_binary): Likewise.
10234 * tree-inline.c (estimate_operator_cost): Likewise.
10235 * tree-pretty-print.c (dump_generic_node): Likewise.
10236 (op_code_prio, op_symbol_code): Likewise.
10237 * tree.c (commutative_tree_code): Likewise. Also handle
10238 WIDEN_MULT_EXPR, VEC_WIDEN_MULT_HI_EXPR, VEC_WIDEN_MULT_LO_EXPR.
10239
10240 2012-06-27 Richard Henderson <rth@redhat.com>
10241
10242 PR target/53749
10243 * config/i386/i386.c (ix86_rtx_costs): Fix typo vs UNITS_PER_WORD
10244 in 2012-06-23 change. Adjust two other DImode tests as well.
10245
10246 2012-06-27 Nick Clifton <nickc@redhat.com>
10247
10248 * config/rx/rx.md (comparesi3_extend): Remove = modifier from
10249 input operand.
10250
10251 2012-06-27 Richard Guenther <rguenther@suse.de>
10252
10253 PR middle-end/53676
10254 * tree-chrec.c (chrec_convert_1): Represent truncation to
10255 a type with undefined overflow as truncation to an unsigned
10256 type converted to the type with undefined overflow.
10257 * tree-scalar-evolution.c (interpret_rhs_expr): For computing
10258 the scalar evolution of a truncated widened operation avoid
10259 looking at the non-existing evolution of the widened operation
10260 result.
10261
10262 2012-06-27 Richard Guenther <rguenther@suse.de>
10263
10264 PR tree-optimization/53774
10265 * tree-ssa-reassoc.c (get_rank): All default defs have
10266 precomputed rank.
10267 (init_reassoc): Precompute rank for all SSA default defs.
10268
10269 2012-06-27 Nick Clifton <nickc@redhat.com>
10270
10271 * config/rx/rx.md (simple_return): Use the simple_return rtx.
10272
10273 2012-06-26 Richard Henderson <rth@redhat.com>
10274
10275 * config/i386/i386.c (ix86_rtx_costs): Use standard_sse_constant_p
10276 and don't fall thru from standard_80387_constant_p to the memory
10277 fallback.
10278
10279 2012-06-26 Richard Henderson <rth@redhat.com>
10280
10281 * config/i386/i386.c (bdesc_args): Update. Change
10282 IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI to OPTION_MASK_ISA_SSE2.
10283 (IX86_BUILTIN_VEC_WIDEN_SMUL_EVEN_V4SI): New.
10284 (ix86_builtin_mul_widen_even): Use it.
10285 (ix86_builtin_mul_widen_odd): Relax SMUL_ODD from sse4 to sse2.
10286 (ix86_expand_mul_widen_evenodd): Handle signed for sse2.
10287 * config/i386/sse.md (vec_widen_<s>mult_hi_<V124_AVX2>): Allow
10288 for all SSE2.
10289 (vec_widen_<s>mult_lo_<V124_AVX2>): Likewise.
10290 (vec_widen_<s>mult_odd_<VI4_AVX2>): Likewise. Relax from V124_AVX2.
10291 (vec_widen_smult_even_v4si): New.
10292
10293 2012-06-26 Richard Henderson <rth@redhat.com>
10294
10295 * config/i386/sse.md (mul<VI8_AVX2>3): Change from insn_and_split
10296 to expander; move guts to ...
10297 * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): ... here. Add
10298 highparts before shifting up.
10299 * config/i386/i386-protos.h: Update.
10300
10301 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
10302
10303 * system.h (USE_COMMON_FOR_ONE_ONLY): Poison.
10304 * defaults.h (USE_COMMON_FOR_ONE_ONLY): Do not provide default.
10305 * config/darwin.h (USE_COMMON_FOR_ONE_ONLY): Do not define.
10306
10307 2012-06-26 Alexandre Oliva <aoliva@redhat.com>
10308
10309 * var-tracking.c (vt_add_function_parameter): Use a preserved
10310 VALUE for the MEM address of an incoming parameter.
10311
10312 2012-06-26 Sterling Augustine <saugustine@google.com>
10313
10314 * dwarf2out.c (output_pubnames): Add check for DW_TAG_enumerator.
10315 (prune_unused_types): Likewise.
10316
10317 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
10318
10319 * system.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
10320 UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Poison.
10321 * vmsdbgout.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
10322 UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Rename to
10323 VMS_UNALIGNED_SHORT_ASM_OP, VMS_UNALIGNED_INT_ASM_OP,
10324 VMS_UNALIGNED_LONG_ASM_OP, and VMS_UNALIGNED_DOUBLE_INT_ASM_OP.
10325 * config/microblaze/microblaze.h (UNALIGNED_SHORT_ASM_OP,
10326 UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Do not define.
10327 * doc/tm.texi.in: Remove UNALIGNED_INT_ASM_OP reference from the
10328 documentation.
10329 * doc/tm.texi: Regenerate.
10330 * doc/cpp.texi: Make example for #error generic.
10331 * config/frv/frv.h: Fix example text to match tm.texi.
10332
10333 2012-06-26 Bill Schmidt <wschmidt@linux.ibm.com>
10334
10335 * tree-pass.h (pass_strength_reduction): New decl.
10336 * tree-ssa-loop-ivopts.c (initialize_costs): Make non-static.
10337 (finalize_costs): Likewise.
10338 * timevar.def (TV_TREE_SLSR): New timevar.
10339 * gimple-ssa-strength-reduction.c: New.
10340 * tree-flow.h (initialize_costs): New decl.
10341 (finalize_costs): Likewise.
10342 * Makefile.in (tree-ssa-strength-reduction.o): New dependencies.
10343 * passes.c (init_optimization_passes): Add pass_strength_reduction.
10344
10345 2012-06-26 Matt Turner <mattst88@gmail.com>
10346
10347 * doc/extend.texi (__builtin_arm_tinsrb): Add missing second parameter.
10348 (__builtin_arm_tinsrh): Likewise.
10349 (__builtin_arm_tinsrw): Likewise.
10350 (__builtin_arm_wsadb): Add missing v2si parameter.
10351 (__builtin_arm_wsadh): Likewise.
10352 (__builtin_arm_getwcx): Delete.
10353 (__builtin_arm_setwcx): Delete.
10354 (__builtin_arm_getwcgr0): Add.
10355 (__builtin_arm_getwcgr1): Add.
10356 (__builtin_arm_getwcgr2): Add.
10357 (__builtin_arm_getwcgr3): Add.
10358 (__builtin_arm_setwcgr0): Add.
10359 (__builtin_arm_setwcgr1): Add.
10360 (__builtin_arm_setwcgr2): Add.
10361 (__builtin_arm_setwcgr3): Add.
10362
10363 2012-06-26 Richard Guenther <rguenther@suse.de>
10364
10365 Revert
10366 2012-06-21 Richard Guenther <rguenther@suse.de>
10367
10368 * tree-inline.c (estimate_num_insns): Estimate call cost for
10369 tailcalls properly.
10370
10371 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
10372
10373 PR other/33190
10374 * doc/tm.texi.in: Document LOGICAL_OP_NON_SHORT_CIRCUIT.
10375 * doc/tm.texi: Regenerate.
10376
10377 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
10378
10379 PR other/33190
10380 * config/mips/mips.h: Do not define ALL_COP_ADDITIONAL_REGISTER_NAMES.
10381 * config/frv/frv.h: Do not define REVERSE_CONDEXEC_PREDICATES_P.
10382 * doc/tm.texi.in: Remove documentation for unused target macros
10383 ALL_COP_ADDITIONAL_REGISTER_NAMES, DBX_OUTPUT_LBRAC, DBX_OUTPUT_NFUN,
10384 DBX_OUTPUT_RBRAC, RANGE_TEST_NON_SHORT_CIRCUIT, REAL_VALUE_TRUNCATE,
10385 REVERSE_CONDEXEC_PREDICATES_P, TARGET_ALIGN_ANON_BITFIELDS, and
10386 TARGET_NARROW_VOLATILE_BITFIELDS.
10387 Document that MD_HANDLE_UNWABI is a macro in libgcc.
10388 * doc/tm.texi: Regenerate.
10389 * system.h: Poison target macros
10390 ALL_COP_ADDITIONAL_REGISTER_NAMES, DBX_OUTPUT_LBRAC, DBX_OUTPUT_NFUN,
10391 DBX_OUTPUT_RBRAC, RANGE_TEST_NON_SHORT_CIRCUIT, REAL_VALUE_TRUNCATE,
10392 REVERSE_CONDEXEC_PREDICATES_P, TARGET_ALIGN_ANON_BITFIELDS, and
10393 TARGET_NARROW_VOLATILE_BITFIELDS
10394
10395 2012-06-26 Jan Hubicka <jh@suse.cz>
10396
10397 PR lto/53572
10398 * cgraph.h (varpool_can_remove_if_no_refs): Fix handling of
10399 used symbols.
10400
10401 2012-06-26 Dehao Chen <dehao@google.com>
10402
10403 * tree-inline.c: (expand_call_inline): Ensure that lexical block's
10404 source location is consistant with the call stmt.
10405
10406 2012-06-26 Ulrich Weigand <ulrich.weigand@linaro.org>
10407
10408 PR tree-optimization/53729
10409 PR tree-optimization/53636
10410 * tree-vect-slp.c (vect_slp_analyze_bb_1): Delay call to
10411 vect_verify_datarefs_alignment until after statements have
10412 been marked as relevant/irrelevant.
10413 * tree-vect-data-refs.c (vect_verify_datarefs_alignment):
10414 Skip irrelevant statements.
10415 (vect_enhance_data_refs_alignment): Use STMT_VINFO_RELEVANT_P
10416 instead of STMT_VINFO_RELEVANT.
10417 (vect_get_data_access_cost): Do not check for supportable
10418 alignment before calling vect_get_load_cost/vect_get_store_cost.
10419 * tree-vect-stmts.c (vect_get_store_cost): Do not abort when
10420 handling unsupported alignment.
10421 (vect_get_load_cost): Likewise.
10422
10423 2012-06-25 Steven Bosscher <steven@gcc.gnu.org>
10424
10425 * config/rl78/rl78.h: Do not undefine DONT_USE_BUILTIN_SETJMP.
10426 Do not define JMP_BUF_SIZE.
10427
10428 2012-06-26 Jakub Jelinek <jakub@redhat.com>
10429
10430 PR tree-optimization/53748
10431 * tree-ssa-phiopt.c (conditional_replacement): Only optimize
10432 if arg0/arg1 have integral or pointer types.
10433
10434 2012-06-25 Richard Henderson <rth@redhat.com>
10435
10436 * config/i386/sse.md (sse2_sse4_1): Remove code attr.
10437 (<s>dot_prodv4si, <s>dot_prodv8si): Remove
10438 (sdot_prodv4si): New; handle only XOP.
10439
10440 2012-06-25 Richard Henderson <rth@redhat.com>
10441
10442 * config/i386/i386-builtin-types.def (V4UDI, V8USI): New.
10443 (V2UDI_FUNC_V4USI_V4USI): New.
10444 (V4UDI_FUNC_V8USI_V8USI): New.
10445 * config/i386/i386.c (ix86_expand_args_builtin): Handle them.
10446 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI): New.
10447 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V8SI): New.
10448 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V4SI): New.
10449 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V8SI): New.
10450 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V4SI): New.
10451 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V8SI): New.
10452 (bdesc_args): Add them.
10453 (ix86_builtin_mul_widen_even, ix86_builtin_mul_widen_odd): New.
10454 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): New.
10455 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): New.
10456 (ix86_expand_mul_widen_evenodd): Use xop_pmacsdqh.
10457 * config/i386/sse.md (vec_widen_<s>mult_odd_<V124_AVX2>): New.
10458
10459 2012-06-25 Richard Henderson <rth@redhat.com>
10460
10461 * config/i386.sse.md (mul<VI4_AVX2>3): Use xop_pmacsdd.
10462
10463 2012-06-25 Richard Henderson <rth@redhat.com>
10464
10465 * config/i386/i386.c (ix86_rtx_costs) [MULT]: Only apply XOP cost
10466 to V16QImode.
10467 (ix86_expand_vec_interleave): New.
10468 (ix86_expand_mul_widen_evenodd): New.
10469 (ix86_expand_mul_widen_hilo): New.
10470 (ix86_expand_sse2_mulv4si3): Use ix86_expand_mul_widen_evenodd.
10471 * config/i386/i386.md (u_bool) New code attr.
10472 * config/i386/predicates.md
10473 (nonimmediate_or_const_vector_operand): Remove.
10474 * config/i386/sse.md (mul<VI4_AVX2>3): Don't use it; don't test
10475 both AVX and SSE4_1.
10476 (vec_widen<s>mult_hi_<VI2_AVX2>): Remove.
10477 (vec_widen<s>mult_lo_<VI2_AVX2>): Remove.
10478 (vec_widen<s>mult_hi_v8si): Remove.
10479 (vec_widen<s>mult_lo_v8si): Remove.
10480 (vec_widen_smult_hi_v4si): Remove.
10481 (vec_widen_smult_lo_v4si): Remove.
10482 (vec_widen_umult_hi_v4si): Remove.
10483 (vec_widen_umult_lo_v4si): Remove.
10484 (vec_widen_<s>mult_hi_<VI124_AVX2>): New.
10485 (vec_widen_<s>mult_lo_<VI124_AVX2>): New.
10486 * config/i386/i386-protos.h: Update.
10487
10488 2012-06-25 Christophe Lyon <christophe.lyon@st.com>
10489
10490 * config/arm/neon.md (UNSPEC_VLD1_DUP): Remove.
10491 (neon_vld1_dup): Restrict to VQ operands.
10492 (neon_vld1_dupv2di): New, fixes vld1q_dup_s64.
10493
10494 2012-06-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10495 James Greenhalgh <james.greenhalgh@arm.com>
10496
10497 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add new built-ins.
10498 (TARGET_FMA): New macro.
10499 (TARGET_ARM_QBIT, TARGET_ARM_SAT): Likewise.
10500 (TARGET_ARM_ARCH): Likewise.
10501 (TARGET_ARM_ARCH_ISA_THUMB): Likewise.
10502 (TARGET_V6M, TARGET_V7M): Likewise.
10503 (TARGET_ARM_ARCH_PROFILE): Likewise.
10504 (TARGET_ARM_FEATURE_LDREX): Likewise.
10505 (TARGET_ARM_FP, TARGET_NEON_FP): Likewise.
10506 (ARM_MIN_ENUM_SIZE): Likewise.
10507 * config/arm/arm.c (arm_file_start): Refactor appropriately.
10508 (base_architecture): New enumeration.
10509 (arm_base_arch): New global variable.
10510 (processors): Add field base_arch.
10511 (ARM_ARCH, ARM_CORE): Adjust accordingly.
10512 (arm_option_override): Add initialization of arm_base_arch.
10513 * doc/cpp.texi (system-specific predefined macros.): Change.
10514
10515 2012-06-25 Jakub Jelinek <jakub@redhat.com>
10516
10517 PR target/53759
10518 * config/i386/sse.md (sse_loadlps): Use x m x constraints instead
10519 of x x x in the vmovlps load alternative.
10520
10521 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
10522
10523 PR debug/53740
10524 * df.h (dead_debug_add): Remove third argument.
10525 * df-problems.c (dead_debug_add): Likewise. Use the REGNO of the
10526 REG that we want to replace instead.
10527 (dead_debug_insert_temp): Use the REGNO of the reg that we want
10528 to replace instead of DF_REF_REGNO. Require there to always be
10529 at least one such use. Check for cases where the same location
10530 has more than df_ref associated with it.
10531 (df_note_bb_compute): Remove third dead_debug_add argument.
10532 * dce.c (word_dce_process_block): Likewise.
10533
10534 2012-06-25 Steven Bosscher <steven@gcc.gnu.org>
10535
10536 * config/v850/v850.c: Remove redundant extern declarations for
10537 last_assemble_variable_decl and size_directive_output.
10538
10539 * doc/tm.texi.in: Document JMP_BUF_SIZE.
10540 * doc/tm.texi: Regenerate.
10541 * config/sparc/sparc.h (JMP_BUF_SIZE): Do not define.
10542 * config/pa/pa.h (JMP_BUF_SIZE): Likewise.
10543 * config/stormy16/stormy16.h: Likewise.
10544
10545 * config/picochip/picochip.c: Do not define DONT_USE_BUILTIN_SETJMP.
10546
10547 * doc/sourcebuild.texi: Add missing subdirectories.
10548
10549 2012-06-25 Tristan Gingold <gingold@adacore.com>
10550
10551 * config/i386/i386.h: Fix typo.
10552
10553 2012-06-25 Tristan Gingold <gingold@adacore.com>
10554
10555 * config/i386/winnt.c (i386_pe_seh_end_prologue): Move code to ...
10556 (seh_cfa_adjust_cfa): ... that function.
10557 (seh_emit_stackalloc): Do not emit out of range values.
10558 * config/i386/i386.md: Delete unused UNSPEC_REG_SAVE,
10559 UNSPEC_DEF_CFA constants.
10560 * config/i386/i386.h (SEH_MAX_FRAME_SIZE): Define.
10561 * config/i386/i386.c (ix86_frame_pointer_required): Required
10562 for very large frames on SEH target.
10563 (ix86_compute_frame_layout): Save area is before frame pointer
10564 on SEH target. Handle very large frames.
10565 (ix86_expand_prologue): Likewise.
10566
10567 2012-06-24 Steven Bosscher <steven@gcc.gnu.org>
10568
10569 * output.h: (current_function_is_leaf,
10570 current_function_sp_is_unchanging,
10571 current_function_uses_only_leaf_regs): Remove.
10572 * function.c (current_function_is_leaf,
10573 current_function_sp_is_unchanging,
10574 current_function_uses_only_leaf_regs): Remove.
10575 (rest_of_handle_check_leaf_regs): Set crtl->uses_only_leaf_regs
10576 instead of current_function_uses_only_leaf_regs.
10577 * function.h (struct rtl_data): New fields sp_is_unchanging,
10578 is_leaf, uses_only_leaf_regs.
10579 * resource.c (init_resource_info): Replace current_function_is_leaf,
10580 current_function_sp_is_unchanging, and
10581 current_function_uses_only_leaf_regs with new crtl fields.
10582 * sdbout.c (sdbout_symbol): Likewise.
10583 * df-core.c (rest_of_handle_df_initialize): Likewise.
10584 * ira.c (ira): Likewise.
10585 * final.c (final_start_function): Likewise.
10586 * reorg.c (fill_simple_delay_slots): Likewise.
10587 * regrename.c (check_new_reg_p): Likewise.
10588 * stack-ptr-mod.c (notice_stack_pointer_modification_1): Likewise.
10589 (notice_stack_pointer_modification): Likewise.
10590 * dbxout.c (dbxout_symbol): Likewise.
10591 (dbxout_parms): Likewise.
10592 * sel-sched.c (init_regs_for_mode): Likewise.
10593 * dwarf2out.c (dbx_reg_number): Likewise.
10594 (multiple_reg_loc_descriptor): Likewise.
10595 * config/i386/i386.c (ix86_frame_pointer_required): Likewise.
10596 (gen_pop): Likewise.
10597 (ix86_select_alt_pic_regnum): Likewise.
10598 (ix86_compute_frame_layout): Likewise.
10599 (ix86_finalize_stack_realign_flags): Likewise.
10600 (ix86_expand_epilogue): Likewise.
10601 * config/rs6000/rs6000.c (rs6000_stack_info): Likewise.
10602 * config/h8300/h8300.c (byte_reg): Likewise.
10603 * config/c6x/c6x.c (must_reload_pic_reg_p): Likewise.
10604 (c6x_save_reg): Likewise.
10605 (c6x_compute_frame_layout): Likewise.
10606 * config/pa/pa.c (pa_compute_frame_size): Likewise.
10607 (pa_output_function_prologue): Likewise.
10608 * config/stormy16/stormy16.c (struct xstormy16_stack_layout): Likewise.
10609 * config/sparc/sparc.md (attr "leaf_function"): Likewise.
10610 * config/sparc/sparc.c (sparc_initial_elimination_offset): Likewise.
10611 (sparc_expand_prologue): Likewise.
10612 (sparc_flat_expand_prologue): Likewise.
10613 (sparc_asm_function_prologue): Likewise.
10614 (sparc_output_mi_thunk): Likewise.
10615 (sparc_frame_pointer_required): Likewise.
10616 * config/epiphany/epiphany.c (epiphany_compute_function_type):
10617 Likewise.
10618 (epiphany_compute_frame_size): Likewise.
10619 * config/lm32/lm32.c (lm32_compute_frame_size): Likewise.
10620 * config/cris/cris.c (cris_md_asm_clobbers): Likewise.
10621 (cris_frame_pointer_required): Likewise.
10622 * config/tilepro/tilepro.c (emit_sp_adjust): Likewise.
10623 (tilepro_current_function_is_leaf): Likewise.
10624 * config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Likewise.
10625 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
10626 * config/ia64/ia64.c (find_gr_spill): Likewise.
10627 (ia64_compute_frame_size): Likewise.
10628 (ia64_can_eliminate): Likewise.
10629 (ia64_initial_elimination_offset): Likewise.
10630 * config/m68k/m68k.c (m68k_save_reg): Likewise.
10631 (m68k_expand_epilogue): Likewise.
10632 * config/rx/rx.c (rx_get_stack_layout): Likewise.
10633 * config/tilegx/tilegx.c (tilegx_current_function_is_leaf): Likewise.
10634 * config/picochip/picochip.c (picochip_can_eliminate_link_sp_save):
10635 Likewise.
10636 (picochip_output_frame_debug): Likewise.
10637 * config/sh/sh.c (sh_media_register_for_return): Likewise.
10638 (sh_allocate_initial_value): Likewise.
10639 (sh_output_mi_thunk): Likewise.
10640 * config/microblaze/microblaze.c (microblaze_must_save_register):
10641 Likewise.
10642 (compute_frame_size): Likewise.
10643 (microblaze_initial_elimination_offset): Likewise.
10644 (microblaze_expand_prologue): Likewise.
10645 (microblaze_expand_epilogue): Likewise.
10646 * config/frv/frv.c (frv_expand_epilogue): Likewise.
10647 (frv_frame_pointer_required): Likewise.
10648 * config/spu/spu.c (get_pic_reg): Likewise.
10649 (direct_return): Likewise.
10650 (spu_expand_prologue): Likewise.
10651 (spu_expand_epilogue): Likewise.
10652 (spu_initial_elimination_offset): Likewise.
10653 * config/mips/mips.c (mips_global_pointer): Likewise.
10654 (mips_cfun_might_clobber_call_saved_reg_p): Likewise.
10655 (mips_compute_frame_info): Likewise.
10656 * config/mep/mep.c (mep_interrupt_saved_reg): Likewise.
10657 (mep_reload_pointer): Likewise.
10658 * config/rl78/rl78.c (need_to_save): Likewise.
10659 * config/cr16/cr16.c (cr16_compute_save_regs): Likewise.
10660 * config/score/score.c (score_compute_frame_size): Likewise.
10661 (score_function_prologue): Likewise.
10662 * config/bfin/bfin.c (must_save_p): Likewise.
10663 (expand_prologue_reg_save): Likewise.
10664 (expand_epilogue_reg_restore): Likewise.
10665 (bfin_frame_pointer_required): Likewise.
10666 (n_regs_saved_by_prologue): Likewise.
10667 (add_to_reg): Likewise.
10668 (expand_interrupt_handler_prologue): Likewise.
10669 (expand_interrupt_handler_epilogue): Likewise.
10670 (bfin_expand_prologue): Likewise.
10671 * config/avr/avr.c (avr_regs_to_save): Likewise.
10672 (avr_prologue_setup_frame): Likewise.
10673 (expand_epilogue): Likewise.
10674 * config/s390/s390.c (s390_regs_ever_clobbered): Likewise.
10675 (s390_register_info): Likewise.
10676 (s390_frame_info): Likewise.
10677 (s390_init_frame_layout): Likewise.
10678 (s390_emit_prologue): Likewise.
10679
10680
10681 2012-06-24 Steven Bosscher <steven@gcc.gnu.org>
10682
10683 * system.h: Poison ASM_BYTE_OP and ASM_OUTPUT_BYTE.
10684 * vmsdbgout: Do not undefine it if defined.
10685 Rename local ASM_BYTE_OP definition to VMS_ASM_BYTE_OP.
10686 * config/microblaze/microblaze/h: Do no define ASM_BYTE_OP.
10687 * config/mep/mep.h: Do not define ASM_OUTPUT_BYTE.
10688
10689 2012-06-24 Richard Sandiford <rdsandiford@googlemail.com>
10690
10691 * config/mips/mips.c (mips_process_sync_loop): Add missing enum cast.
10692
10693 2012-06-23 Richard Henderson <rth@redhat.com>
10694
10695 PR target/53749
10696 * config/i386/i386.c (ix86_rtx_costs): Add reasonable costs for
10697 V*QImode shifts and multiply.
10698 (ix86_expand_vecop_qihi): Support shifts.
10699 * config/i386/i386.md (any_shift): New code iterator.
10700 * config/i386/sse.md (ashlv16qi3): Merge ...
10701 (<any_shiftrt>v16qi3): ... into ...
10702 (<any_shift><VI1_AVX2>3): ... here. Use ix86_expand_vecop_qihi
10703 to support SSE and AVX.
10704
10705 * config/i386/i386.c (ix86_expand_sse_unpack): Split operands[]
10706 parameter into src and dest.
10707 * config/i386/sse.md (vec_unpacku_hi_<V124_AVX2>): Update call.
10708 (vec_unpacks_hi_<V124_AVX2>): Likewise.
10709 (vec_unpacku_lo_<V124_AVX2>): Likewise.
10710 (vec_unpacks_lo_<V124_AVX2>): Likewise.
10711 * config/i386/i386-protos.h: Update.
10712
10713 * config/i386/sse.md (mul<VI1_AVX2>3): Change from insn_and_split to
10714 pure expander; move expansion code ...
10715 * config/i386/i386.c (ix86_expand_vecop_qihi): ... here. New function.
10716 * config/i386/i386-protos.h: Update.
10717
10718 2012-06-22 Edmar Wienskoski <edmar@freescale.com>
10719
10720 * config/rs6000/rs6000.md (define_attr "type"): New type popcnt.
10721 (popcntb<mode>2): Add attribute type popcnt.
10722 (popcntd<mode>2): Ditto.
10723 * config/rs6000/power4.md (define_insn_reservation): Add type popcnt.
10724 * config/rs6000/power5.md (define_insn_reservation): Ditto.
10725 * config/rs6000/power7.md (define_insn_reservation): Ditto.
10726 * config/rs6000/476.md (define_insn_reservation): Ditto.
10727 * config/rs6000/power6.md (define_insn_reservation): New
10728 reservation for popcnt instructions.
10729
10730 2012-06-22 H.J. Lu <hongjiu.lu@intel.com>
10731
10732 * doc/invoke.texi: Update -mpreferred-stack-boundary=3 warning.
10733
10734 2012-06-22 H.J. Lu <hongjiu.lu@intel.com>
10735
10736 PR target/53383
10737 * doc/invoke.texi: Add a warning for -mpreferred-stack-boundary=3.
10738
10739 * config/i386/i386.c (ix86_option_override_internal): Allow
10740 -mpreferred-stack-boundary=3 for 64-bit if SSE is disabled.
10741
10742 * config/i386/i386.h (MIN_STACK_BOUNDARY): Set to 64 for 64-bit
10743 if SSE is disabled.
10744
10745 2012-06-22 Bill Schmidt <wschmidt@linux.ibm.com>
10746
10747 * double-int.c (double_int_multiple_of): New function.
10748 * double-int.h (double_int_multiple_of): New decl.
10749 * tree-ssa-loop-ivopts.c (add_cost, zero_cost): Remove undefs.
10750 (mbc_entry_hash): New forward decl.
10751 (mbc_entry_eq): Likewise.
10752 (zero_cost): Change to no_cost.
10753 (mult_costs): New static var.
10754 (cost_tables_exist): Likewise.
10755 (initialize_costs): New function.
10756 (finalize_costs): Likewise.
10757 (tree_ssa_iv_optimize_init): Call initialize_costs.
10758 (add_cost): Change to add_regs_cost; distinguish costs by speed.
10759 (multiply_regs_cost): New function.
10760 (add_const_cost): Likewise.
10761 (extend_or_trunc_reg_cost): Likewise.
10762 (negate_reg_cost): Likewise.
10763 (multiply_by_cost): Change to multiply_by_const_cost; distinguish
10764 costs by speed.
10765 (get_address_cost): Change add_cost to add_regs_cost; change
10766 multiply_by_cost to multiply_by_const_cost.
10767 (force_expr_to_var_cost): Change zero_cost to no_cost; change
10768 add_cost to add_regs_cost; change multiply_by_cost to
10769 multiply_by_const_cost.
10770 (split_cost): Change zero_cost to no_cost.
10771 (ptr_difference_cost): Likewise.
10772 (difference_cost): Change zero_cost to no_cost; change multiply_by_cost
10773 to multiply_by_const_cost.
10774 (get_computation_cost_at): Change add_cost to add_regs_cost; change
10775 multiply_by_cost to multiply_by_const_cost.
10776 (determine_use_iv_cost_generic): Change zero_cost to no_cost.
10777 (determine_iv_cost): Change add_cost to add_regs_cost.
10778 (iv_ca_new): Change zero_cost to no_cost.
10779 (tree_ssa_iv_optimize_finalize): Call finalize_costs.
10780 * tree-ssa-address.c (most_expensive_mult_to_index): Change
10781 multiply_by_cost to multiply_by_const_cost.
10782 * tree-flow.h (multiply_by_cost): Change to multiply_by_const_cost.
10783 (add_regs_cost): New decl.
10784 (multiply_regs_cost): Likewise.
10785 (add_const_cost): Likewise.
10786 (extend_or_trunc_reg_cost): Likewise.
10787 (negate_reg_cost): Likewise.
10788
10789 2012-06-22 Richard Guenther <rguenther@suse.de>
10790
10791 Merge from graphite branch
10792 2011-08-10 Sebastian Pop <sebpop@gmail.com>
10793
10794 * graphite-sese-to-poly.c (build_scop_drs): Fix memory leak.
10795
10796 2012-01-13 Tobias Grosser <tobias@grosser.es>
10797
10798 * tree-flow.h (parallelized_function_p): Declare.
10799 * tree-parloops.c (parallelized_function_p): Export.
10800 * graphite.c (graphite_transform_loops): Do not run graphite on
10801 already parallel functions.
10802
10803 2012-06-22 Alan Modra <amodra@gmail.com>
10804
10805 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Pass in and
10806 return mem. Convert to indirect addressing if not indirect or
10807 indexed. Adjust all callers.
10808
10809 2012-06-22 Richard Guenther <rguenther@suse.de>
10810
10811 * gcov-iov.c: Include bconfig.h and system.h.
10812
10813 2012-06-22 Andreas Schwab <schwab@linux-m68k.org>
10814
10815 * doc/include/texinfo.tex: Update to version 2012-06-05.14.
10816
10817 2012-06-22 Richard Guenther <rguenther@suse.de>
10818
10819 PR gcov-profile/53744
10820 * gcov-iov.c (main): Treat "" and "prerelease" the same.
10821
10822 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
10823
10824 PR debug/53704
10825 * dwarf2out.c (gen_compile_unit_die): Use DW_LANG_Fortran90 as language
10826 for GNU Fortran if in strict DWARF2 mode.
10827
10828 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
10829
10830 * tree-ssa-live.c (remove_unused_scope_block_p): Remove again
10831 DECL_IGNORED_P non-reg vars even if they are used.
10832
10833 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
10834
10835 PR debug/53671
10836 PR debug/49888
10837 * var-tracking.c (vt_get_canonicalize_base): New.
10838 (vt_canonicalize_addr, vt_stack_offset_p): New.
10839 (vt_canon_true_dep): New.
10840 (drop_overlapping_mem_locs): Use vt_canon_true_dep.
10841 (clobber_overlaping_mems): Use vt_canonicalize_addr.
10842
10843 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
10844
10845 PR debug/53671
10846 PR debug/49888
10847 * var-tracking.c (vt_initialize): Record initial offset between
10848 arg pointer and stack pointer.
10849
10850 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
10851
10852 PR debug/53671
10853 PR debug/49888
10854 * var-tracking.c (vt_init_cfa_base): Drop redundant recording of
10855 CFA base.
10856
10857 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
10858
10859 PR debug/53671
10860 PR debug/49888
10861 * alias.c (memrefs_conflict_p): Improve handling of AND for alignment.
10862
10863 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
10864
10865 * ddg.c (build_intra_loop_deps): Discard deps of nondebug on debug.
10866
10867 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
10868
10869 PR debug/53682
10870 * cselib.c (promote_debug_loc): Don't crash on NULL argument.
10871
10872 2012-06-21 Meador Inge <meadori@codesourcery.com>
10873
10874 PR c/53702
10875 * c-decl.c (c_push_function_context): Restore the behavior to reuse
10876 the language function allocated for -Wunused-local-typedefs.
10877 (c_pop_function_context): If necessary, clear the language function
10878 created in c_push_function_context. Always clear out the
10879 x_cur_stmt_list field of the restored language function.
10880
10881 2012-06-21 Sterling Augustine <saugustine@google.com>
10882 Cary Coutant <ccoutant@google.com>
10883
10884 * dwarf2out.c (is_cu_die, is_namespace_die, is_class_die,
10885 add_AT_pubnames, add_enumerator_pubname, want_pubnames): New functions.
10886 (comdat_type_struct): New field 'skeleton_die'.
10887 (breakout_comdat_types): Update it.
10888 (add_pubname): Rework logic. Call is_class_die, is_cu_die and
10889 is_namespace_die. Fix minor style violation. Call want_pubnames.
10890 (add_pubname_string): Call want_pubnames.
10891 (add_pubtype): Rework logic for calculating type name. Call
10892 is_namespace_die. Call want_pubnames.
10893 (output_pubnames): Move conditional logic deciding when to produce the
10894 section from dwarf2out_finish. Use new skeleton_die field.
10895 (base_type_die): Call add_pubtype.
10896 (gen_enumeration_type_die): Unconditionally call add_pubtype.
10897 (gen_subprogram_die): Adjust calls to add_pubname.
10898 (gen_namespace_die): Call add_pubname_string.
10899 (dwarf2out_finish): Call add_AT_pubnames; Move logic on when to
10900 produce pubnames and pubtypes sections to output_pubnames.
10901 * common.opt (-gpubnames): New option.
10902 * doc/invoke.texi: Document it.
10903
10904 2012-06-21 Steven Bosscher <steven@gcc.gnu.org>
10905
10906 * config/m32c/m32c-pragma.c: Remove unnecessary includes.
10907
10908 2012-06-21 Michael Matz <matz@suse.de>
10909
10910 PR middle-end/53688
10911 * builtins.c (get_memory_rtx): Always build an all-aliasing MEM_REF
10912 with correct size.
10913
10914 2012-06-21 Richard Guenther <rguenther@suse.de>
10915
10916 * tree-inline.c (estimate_num_insns): Estimate call cost for
10917 tailcalls properly.
10918
10919 2012-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10920
10921 * tree.h (DECL_SOURCE_COLUMN): New accessor.
10922
10923 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
10924
10925 * config/i386/i386.md (SINCOS): New int iterator.
10926 (sincos): New int attribute.
10927 (*<sincos>xf2_i387): Macroize insn from *{sin,cos}xf2_i387 using
10928 SINCOS int iterator.
10929 (*<sincos>_extend<mode>xf2_i387): Macroize insn from
10930 *{sin,cos}_extend<mode>xf2_i387 using SINCOS int iterator.
10931
10932 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
10933
10934 * config/i386/i386.md (RDFSGSBASE): New int iterator.
10935 (WRFSGSBASE): Ditto.
10936 (fsgs): New int attribute.
10937 (rd<fsgs>base<mode>): Macroize insn from rd<fsgs>base<mode> using
10938 RDFSGSBASE int iterator.
10939 (wr<fsgs>base<mode>): Macroize insn from wr<fsgs>base<mode> using
10940 WRFSGSBASE int iterator.
10941
10942 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
10943
10944 * config/i386/i386.md (<rounding_insn><mode>2): Macroize expander
10945 from {floor,ceil,btrunc}<mode>2 using FIST_ROUNDING int iterator.
10946 (l<rounding_insn><MODEF:mode><SWI48:mode>2): Macroize expander
10947 from l{floor,ceil}<MODEF:mode><SWI48:mode>2 using FIST_ROUNDING
10948 int iterator.
10949
10950 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
10951
10952 * system.h: Poison ASM_OUTPUT_IDENT and IDENT_ASM_OP.
10953
10954 2012-06-20 Richard Guenther <rguenther@suse.de>
10955
10956 PR tree-optimization/30318
10957 * tree-vrp.c (range_int_cst_p): Do not reject overflowed
10958 constants here.
10959 (range_int_cst_singleton_p): But explicitely here.
10960 (zero_nonzero_bits_from_vr): And here.
10961 (extract_range_from_binary_expr_1): Re-implement PLUS_EXPR
10962 to cover all cases we can perform arbitrary precision
10963 arithmetic with double-ints.
10964 (intersect_ranges): Handle adjacent anti-ranges.
10965
10966 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
10967
10968 * config/i386/i386.md (rounding_insn): New int attribute.
10969 (<rounding_insn>xf2): Macroize insn from
10970 {floor,ceil,btrunc}xf2 using FRNDINT_ROUNDING int iterator.
10971 (l<rounding_insn>xf<mode>2): Rename from l<rounding>xf<mode>2.
10972
10973 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
10974
10975 * config/i386/i386.md (IEEE_MAXMIN): New int iterator.
10976 (ieee_maxmin): New int attribute.
10977 (*ieee_s<ieee_maxmin><mode>3): Macroize insn from
10978 *ieee_s{max,min}<mode>3 using IEEE_MAXMIN int iterator.
10979
10980 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
10981
10982 * config/arm/arm.h (EMIT_EABI_ATTRIBUTE): Remove.
10983 * config/arm/arm.c: Do not include c-pragma.h.
10984 (arm_emit_eabi_attribute): New function based on EMIT_EABI_ATTRIBUTE.
10985 (arm_file_start): Replace uses of EMIT_EABI_ATTRIBUTE with calls
10986 to arm_emit_eabi_attribute.
10987 * arm-c.c: Do not include output.h.
10988 (arm_output_c_attributes): Replace use of EMIT_EABI_ATTRIBUTE with a
10989 call to arm_emit_eabi_attribute.
10990 * config/arm/arm-protos.h (arm_emit_eabi_attribute): Prototype it.
10991
10992 2012-06-20 Richard Guenther <rguenther@suse.de>
10993
10994 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p):
10995 Allow adjusting alignment of user-aligned decls again.
10996
10997 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
10998
10999 * config/rl78/rl78-c.c: Remove unnecessary includes.
11000
11001 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
11002
11003 * config/cris/cris.c: Include cgraph.h.
11004 (cris_option_override): Do not set non-existing flag_no_gcc_ident.
11005
11006 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
11007
11008 * emit-rtl.c (need_atomic_barrier_p): New function.
11009 * emit-rtl.h (need_atomic_barrier_p): Declare it.
11010 * config/alpha/alpha.c (alpha_{pre,post}_atomic_barrier): Use it.
11011 * config/arm/arm.c (arm_{pre,post}_atomic_barrier): Use it.
11012 * config/tilegx/tilegx.c (tile_{pre,post}_atomic_barrier): Use it.
11013 * config/mips/mips.c (mips_{pre,post}_atomic_barrier_p): Remove.
11014 (mips_process_sync_loop): Use generic version instead.
11015
11016 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
11017
11018 * config/mips/mips.c (mips_process_sync_loop): Emit cmp result only if
11019 it is used.
11020
11021 2012-06-19 Tom de Vries <vries@codesourcery.com>
11022 Maxim Kuvyrkov <maxim@codesourcery.com>
11023
11024 * config/mips/constraints.md (ZR): New constraint.
11025 * config/mips/predicates.md (mem_noofs_operand): New predicate.
11026 * config/mips/mips.c (mips_print_operand): Handle new print modifier.
11027 * config/mips/mips.h (TARGET_XLP): Define.
11028 (TARGET_SYNC_AFTER_SC): Update.
11029 (ISA_HAS_SWAP, ISA_HAS_LDADD): Define.
11030 * config/mips/sync.md (atomic_exchange, atomic_fetch_add): Use
11031 XLP-specific swap and ldadd patterns.
11032 (atomic_exchange_swap, atomic_fetch_add_ldadd): New patterns.
11033
11034 2012-06-19 Tom de Vries <vries@codesourcery.com>
11035 Maxim Kuvyrkov <maxim@codesourcery.com>
11036
11037 * config/mips/mips.c (mips_emit_pre_atomic_barrier_p,)
11038 (mips_emit_post_atomic_barrier_p): New static functions.
11039 (mips_process_sync_loop): Use them. Emit sync memory barriers in
11040 accordance with memory model semantics. Add return of CMP result for
11041 compare_and_swap.
11042 * config/mips/mips.md: Update comment.
11043 (sync_cmp): New attribute.
11044 (sync_memmodel): New attribute replacing sync_release_barrier.
11045 * config/mips/sync.md (UNSPEC_ATOMIC_COMPARE_AND_SWAP,)
11046 (UNSPEC_ATOMIC_EXCHANGE, UNSPEC_ATOMIC_FETCH_OP): New constants.
11047 (sync_lock_test_and_set, test_and_set_12): Update.
11048 (atomic_compare_and_swap, atomic_exchange, atomic_exchange_llsc,)
11049 (atomic_fetch_add, atomic_fetch_add_llsc): New patterns.
11050
11051 2012-06-19 Joseph Myers <joseph@codesourcery.com>
11052
11053 * config/rs6000/spe.md (*mov_si<mode>_e500_subreg0): Rename to
11054 mov_si<mode>_e500_subreg0.
11055 (*mov_si<mode>_e500_subreg0_elf_low)
11056 (*mov_si<mode>_e500_subreg4_elf_low): New patterns.
11057
11058 2012-06-19 Richard Henderson <rth@redhat.com>
11059
11060 * config/alpha/alpha.c: Include params.h.
11061 (alpha_option_override): Initialize PARAM_L1_CACHE_LINE_SIZE,
11062 PARAM_L1_CACHE_SIZE, PARAM_L2_CACHE_SIZE for the cpu tuning.
11063
11064 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
11065
11066 * doc/tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE,
11067 TARGET_OBJC_DECLARE_CLASS_DEFINITION): Add @hooks.
11068 (ASM_DECLARE_CLASS_REFERENCE, ASM_DECLARE_UNRESOLVED_REFERENCE):
11069 Remove.
11070 * doc/tm.texi: Regenerate.
11071 * config/darwin.h (ASM_OUTPUT_LABELREF): Remove special case for
11072 .objc_class_name_*.
11073 * config/darwin-c.c: Include target.h.
11074 (darwin_objc_declare_unresolved_class_reference): New function.
11075 (darwin_objc_declare_class_definition): New function.
11076 (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE): Define.
11077 (TARGET_OBJC_DECLARE_CLASS_DEFINITION): Define.
11078
11079 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
11080
11081 * target.def (output_ident): New hook.
11082 * targhooks.h (default_asm_output_ident_directive): Add prototype.
11083 * varasm.c (assemble_asm): Only prefix a tab if the string does not
11084 already start with one.
11085 (default_asm_output_ident_directive): New function to emit
11086 .ident as a top-level asm node while parsing, or directly to
11087 asm_out_file after parsing.
11088 * toplev.c (compile_file): Print a GCC .ident with
11089 targetm.asm_out.output_ident.
11090 * doc/tm.texi.in (ASM_OUTPUT_IDENT): Remove documentation for macro.
11091 (TARGET_ASM_OUTPUT_IDENT): Add @hook for this.
11092 * doc/tm.texi: Update.
11093
11094 * config/elfos.h (ASM_OUTPUT_IDENT, IDENT_ASM_OP): Remove.
11095 (TARGET_ASM_OUTPUT_IDENT): Define.
11096 * config/i386/djgpp.h (IDENT_ASM_OP): Remove.
11097 * config/i386/gas.h (ASM_OUTPUT_IDENT): Remove.
11098 * config/arm/aout.h (ASM_OUTPUT_IDENT): Remove.
11099 * config/sparc/sparc.h (IDENT_ASM_OP): Remove.
11100 (TARGET_ASM_OUTPUT_IDENT): Define.
11101 * config/picochip/picochip.h (IDENT_ASM_OP): Remove.
11102 (TARGET_ASM_OUTPUT_IDENT): Define.
11103
11104 * config/cris/cris-protos.h (cris_asm_output_ident): Add prototype.
11105 * config/cris/cris.c (cris_asm_output_ident): New function.
11106 * config/cris/cris.h (ASM_OUTPUT_IDENT, IDENT_ASM_OP): Remove.
11107
11108 * config/microblaze/microblaze-protos.h (microblaze_asm_output_ident):
11109 Add prototype.
11110 * config/microblaze/microblaze.c: Include cgraph.h for add_asm_node.
11111 (microblaze_asm_output_ident): Rewrite to work similar to
11112 default_asm_output_ident_directive for front-end .idents.
11113 * config/microblaze/microblaze.h (ASM_OUTPUT_IDENT): Remove.
11114 (TARGET_ASM_OUTPUT_IDENT): Define.
11115
11116 * config/mips/mips.h (ASM_OUTPUT_IDENT): Remove.
11117 * config/mips/sde.h (IDENT_ASM_OP, ASM_OUTPUT_IDENT): Remove.
11118
11119 * config/rx/rx.c: Include cgraph.h for add_asm_node.
11120 (rx_asm_output_ident): New function, similar to
11121 default_asm_output_ident_directive, but handle AS100 syntax also, so
11122 that #ident also works for rx in AS100 syntax.
11123 (TARGET_ASM_OUTPUT_IDENT): Define.
11124 * config/rx/rx.h (IDENT_ASM_OP): Remove.
11125
11126 * Makefile.in: Fix dependencies for c-family/c-lex.o.
11127
11128 2012-06-19 Uros Bizjak <ubizjak@gmail.com>
11129
11130 * config/i386/i386.md (FIST_ROUNDING): New int iterator.
11131 (rounding): Handle UNSPEC_FIST_{FLOOR,CEIL}.
11132 (ROUNDING): Ditto.
11133 (*fist<mode>2_<rounding>_1): Macroize insn from
11134 *fist<mode>2_{floor,ceil}_1 using FIST_ROUNDING int iterator.
11135 (fistdi2_<rounding>): Macroize insn from
11136 fistdi2_{floor,ceil} using FIST_ROUNDING int iterator.
11137 (fistdi2_<rounding>_with_temp and splitters): Macroize insn and
11138 corresponding splitters from fistdi2_{floor,ceil} and corresponding
11139 splitters using FIST_ROUNDING int iterator.
11140 (fist<mode>2_<rounding>): Macroize insn from
11141 fist<mode>2_{floor,ceil} using FIST_ROUNDING int iterator.
11142 (fist<mode>2_<rounding>_with_temp and splitters): Macroize insn and
11143 corresponding splitters from fist<mode>2_{floor,ceil} and corresponding
11144 splitters using FIST_ROUNDING int iterator.
11145 (l<rounding>xf<mode>2): Macroize expander from l{floor,ceil}xf<mode>2
11146 using FIST_ROUNDING int iterator.
11147
11148 2012-06-19 Richard Henderson <rth@redhat.com>
11149
11150 * config/i386/i386-protos.h (ix86_expand_sse2_mulv4si3): Declare.
11151 * config/i386/i386.c (ix86_expand_sse2_mulv4si3): New.
11152 * config/i386/predicates.md (nonimmediate_or_const_vector_operand): New.
11153 * config/i386/sse.md (sse2_mulv4si3): Delete.
11154 (mul<VI4_AVX2>3): Use ix86_expand_sse2_mulv4si3 and
11155 nonimmediate_or_const_vector_operand.
11156
11157 2012-06-19 Richard Henderson <rth@redhat.com>
11158
11159 * expmed.c (struct init_expmed_rtl): Split ...
11160 (init_expmed_one_mode): ... out of ...
11161 (init_expmed): ... here. Initialize integer vector modes also.
11162 (synth_mult): Handle integer vector modes.
11163 (choose_mult_variant): Likewise.
11164 (expand_mult_const): Likewise.
11165 (expand_mult): Likewise.
11166 * machmode.h (GET_MODE_UNIT_BITSIZE): New.
11167
11168 2012-06-19 Richard Henderson <rth@redhat.com>
11169
11170 * config/i386/i386.c (ix86_rtx_costs): Handle CONST_VECTOR, and
11171 integral vector modes.
11172
11173 2012-06-19 Uros Bizjak <ubizjak@gmail.com>
11174
11175 * config/i386/i386.md (FRNDINT_ROUNDING): New int iterator.
11176 (rounding): New int attribute.
11177 (ROUNDING): Ditto.
11178 (frndintxf2_<rounding>): Macroize insn from
11179 frndintxf2_{floor,ceil,trunc} using FRNDINT_ROUNDING int iterator.
11180 (frndintxf2_<rounding>_i387): Macroize insn from
11181 frndintxf2_{floor,ceil,trunc}_i387 using FRNDINT_ROUNDING int iterator.
11182
11183 2012-06-19 Richard Guenther <rguenther@suse.de>
11184
11185 * tree-vrp.c (union_ranges): New function.
11186 (vrp_meet_1): Use union_ranges.
11187 (vrp_meet): Dump what we union and call vrp_meet_1.
11188
11189 2012-06-19 Richard Earnshaw <rearnsha@arm.com>
11190
11191 * arm.md (enum unspec): Delete UNSPEC_SIN and UNSPEC_COS.
11192 (attr type): Remove fmul, ffmul, farith, ffarith, float_em
11193 f_fpa_load, f_fpa_store, f_mem_r, r_mem_f.
11194 (attr write_conflict, attr core_cycles): Update.
11195 * arm-generic.md (r_mem_f_wbuf): Delete reservation.
11196
11197 2012-06-19 Richard Guenther <rguenther@suse.de>
11198
11199 * tree-vrp.c (intersect_ranges): Handle more cases.
11200 (vrp_intersect_ranges): Dump what we intersect and call ...
11201 (vrp_intersect_ranges_1): ... this.
11202
11203 2012-06-19 Richard Guenther <rguenther@suse.de>
11204
11205 PR tree-optimization/53708
11206 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Preserve
11207 user-supplied alignment and alignment of decls with the used
11208 attribute.
11209
11210 2012-06-18 Lawrence Crowl <crowl@google.com>
11211
11212 * timevar.def (TV_PHASE_GENERATE): Rename to TV_PHASE_LATE_ASM.
11213 (TV_PHASE_CGRAPH): Rename to TV_PHASE_OPT_GEN.
11214 (TV_PHASE_STREAM_IN): New.
11215 (TV_PHASE_STREAM_OUT): New.
11216 * timevar.c (validate_phases): New.
11217 (timevar_print): Call validate_phases.
11218 * c-decl.c (c_write_global_declarations): Rename use of TV_PHASE_CGRAPH
11219 to TV_PHASE_OPT_GEN.
11220 * langhooks.c (write_global_declarations): Rename use of
11221 TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Use TV_PHASE_DBGINFO instead of
11222 TV_PHASE_CHECK_DBGINFO.
11223 * toplev.c (compile_file): Rename use of TV_PHASE_GENERATE to
11224 TV_PHASE_LATE_ASM. Move start of TV_PHASE_LATE_ASM to after call to
11225 lang_hooks.decls.final_write_globals.
11226
11227 2012-06-18 David Edelshn <dje.gcc@gmail.com>
11228
11229 * config/rs6000/aix52.h (TARGET_EXTRA_BUILTINS): Define as 0.
11230
11231 2012-06-18 Uros Bizjak <ubizjak@gmail.com>
11232
11233 PR target/53712
11234 * config/i386/sse.md (*sse4_2_pcmpestr_unaligned): New.
11235 (*sse4_2_pcmpistr_unaligned): New.
11236
11237 2012-06-18 Ian Bolton <ian.bolton@arm.com>
11238 Sameera Deshpande <sameera.deshpande@arm.com>
11239 Greta Yorsh <greta.yorsh@arm.com>
11240
11241 * config/arm/arm-protos.h (arm_output_epilogue): Remove.
11242 * config/arm/arm.c (print_multi_reg): Remove.
11243 (vfp_output_fldmd): Likewise.
11244 (arm_output_epilogue): Likewise.
11245 * config/arm/arm.md (epilogue_insns): Update condition and code.
11246
11247 2012-06-18 Ian Bolton <ian.bolton@arm.com>
11248 Sameera Deshpande <sameera.deshpande@arm.com>
11249 Greta Yorsh <greta.yorsh@arm.com>
11250
11251 * config/arm/arm-protos.h (thumb2_expand_return): New declaration.
11252 * config/arm/arm.c (thumb2_expand_return): New function.
11253 * config/arm/arm.md (return): Update condition and code.
11254
11255 2012-06-18 Ian Bolton <ian.bolton@arm.com>
11256 Sameera Deshpande <sameera.deshpande@arm.com>
11257 Greta Yorsh <greta.yorsh@arm.com>
11258
11259 * config/arm/arm-protos.h (output_return_instruction): New parameter
11260 and int to bool change of parameter types.
11261 * config/arm/arm.c (output_return_instruction): Likewise.
11262 * config/arm/arm.md (arm_simple_return): New pattern.
11263 (arm_return, cond_return, cond_return_inverted): Add new arguments.
11264 * config/arm/thumb2.md (thumb2_return): Update condition and code.
11265
11266 2012-06-18 Ian Bolton <ian.bolton@arm.com>
11267 Sameera Deshpande <sameera.deshpande@arm.com>
11268 Greta Yorsh <greta.yorsh@arm.com>
11269
11270 * config/arm/arm-protos.h (arm_expand_epilogue): New declaration.
11271 * config/arm/arm.c (arm_expand_epilogue): New function.
11272 * config/arm/arm.md (epilogue): Update condition and code.
11273 (sibcall_epilogue): Likewise.
11274
11275 2012-06-18 Ian Bolton <ian.bolton@arm.com>
11276 Sameera Deshpande <sameera.deshpande@arm.com>
11277 Greta Yorsh <greta.yorsh@arm.com>
11278
11279 * config/arm/arm.c (arm_expand_epilogue_apcs_frame): New function.
11280 * config/arm/arm.md (arm_addsi3) Add an alternative.
11281
11282 2012-06-18 Ian Bolton <ian.bolton@arm.com>
11283 Sameera Deshpande <sameera.deshpande@arm.com>
11284 Greta Yorsh <greta.yorsh@arm.com>
11285
11286 * config/arm/arm.md (vfp_pop_multiple_with_writeback) New define_insn.
11287 * config/arm/predicates.md (pop_multiple_fp) New special predicate.
11288 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): New function.
11289
11290 2012-06-18 Ian Bolton <ian.bolton@arm.com>
11291 Sameera Deshpande <sameera.deshpande@arm.com>
11292 Greta Yorsh <greta.yorsh@arm.com>
11293
11294 * config/arm/arm.md (load_multiple_with_writeback) New define_insn.
11295 (load_multiple, pop_multiple_with_writeback_and_return) Likewise.
11296 (pop_multiple_with_return, ldr_with_return) Likewise.
11297 * config/arm/predicates.md (pop_multiple_return) New special predicate.
11298 * config/arm/arm-protos.h (arm_output_multireg_pop) New declaration.
11299 * config/arm/arm.c (arm_output_multireg_pop) New function.
11300 (arm_emit_multi_reg_pop): New function.
11301
11302 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
11303
11304 * config/arm/arm.c (ldm_stm_operation_p): Require SP
11305 as base register for loads if SP is in the register list.
11306
11307 2012-06-18 Richard Guenther <rguenther@suse.de>
11308
11309 PR tree-optimization/53693
11310 * tree-vect-patterns.c (vect_operation_fits_smaller_type):
11311 Reject operands with more than one use.
11312
11313 2012-06-18 Bill Schmidt <wschmidt@linux.ibm.com>
11314
11315 PR tree-optimization/53703
11316 * tree-ssa-phiopt.c (hoist_adjacent_loads): Skip virtual phis;
11317 correctly set bb_for_def[12].
11318
11319 2012-06-18 Steven Bosscher <steven@gcc.gnu.org>
11320
11321 * config/vax/vax.h (VMS_TARGET): Remove.
11322
11323 2012-06-18 Richard Guenther <rguenther@suse.de>
11324
11325 * tree-vrp.c (extract_range_from_assert): Split out range
11326 intersecting code.
11327 (intersect_ranges): New function.
11328 (vrp_intersect_ranges): Likewise.
11329
11330 2012-06-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11331
11332 * config/s390/s390.c (s390_gimplify_va_arg): Revert change from
11333 r187965.
11334
11335 2012-06-18 Tejas Belagod <tejas.belagod@arm.com>
11336
11337 * doc/md.texi: Document int iterators.
11338 * read-rtl.c (ints): New iterator group.
11339 (find_int): Int iterator group callback.
11340 (apply_int_iterator): Likewise.
11341 (apply_iterators): Traverse int iterator table and add all the used
11342 iterators to list.
11343 (initialize_iterators): Initialize data structures and callbacks for
11344 int iterators.
11345 (read_rtx): Parse and read mappings for int iterators.
11346 (read_rtx_code): Record int iterator usage.
11347
11348 2012-06-18 Richard Sandiford <rdsandiford@googlemail.com>
11349
11350 PR middle-end/53698
11351 * expr.c (expand_expr_addr_expr_1): Convert to tmode before
11352 performing an addition.
11353
11354 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
11355
11356 * output.h (split_double): Move prototype to rtl.h.
11357 (constructor_static_from_elts_p): Move prototype to tree.c.
11358 * rtl.h (split_double): Moved here from output.h.
11359 * tree.h (constructor_static_from_elts_p): Moved here from output.h.
11360 * final.c (split_double): Move from here ...
11361 * rtlanal.c (split_double): ... to here.
11362 * expr.c: Do not include output.h.
11363
11364 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
11365
11366 * cfglayout.h: Remove.
11367 * cfglayout.c: Remove.
11368 * function.h (struct function): Remove x_last_location field.
11369 * function.c: Do not include cfglayout.h.
11370 (expand_function_start): Do not call no-op force_next_line_note.
11371 (expand_function_end): Likewise.
11372 * cfgrtl.c: Do not include cfglayout.h. Include gt-cfgrtl.h.
11373 (unlink_insn_chain): Moved here from cfglayout.c.
11374 (skip_insns_after_block, label_for_bb, record_effective_endpoints,
11375 into_cfg_layout_mode, outof_cfg_layout_mode,
11376 pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode,
11377 relink_block_chain, fixup_reorder_chain, verify_insn_chain,
11378 fixup_fallthru_exit_predecessor, force_one_exit_fallthru,
11379 cfg_layout_can_duplicate_bb_p, duplicate_insn_chain,
11380 cfg_layout_duplicate_bb, cfg_layout_initialize, break_superblocks,
11381 cfg_layout_finalize): Likewise.
11382 (rtl_can_remove_branch_p): Likewise.
11383 * rtl.h (insn_scope): Move prototype from cfglayout.h here.
11384 (duplicate_insn_chain): Likewise.
11385 (force_next_line_note): Remove prototype.
11386 * emit-rtl.c: Do not include tree-flow.h, egad. Include vecprim.h.
11387 (last_location): Remove #define to emit.x_last_location.
11388 (force_next_line_note): Remove no-op function.
11389 (init_emit): Don't set x_last_location.
11390 (block_locators_locs, block_locators_blocks, locations_locators_locs,
11391 locations_locators_vals, prologue_locator, epilogue_locator,
11392 curr_location, last_location, curr_block, last_block, curr_rtl_loc):
11393 Move POD to here from cfglayout.c.
11394 (insn_locators_alloc, insn_locators_finalize, insn_locators_free,
11395 set_curr_insn_source_location, get_curr_insn_source_location,
11396 set_curr_insn_block, get_curr_insn_block, curr_insn_locator,
11397 locator_scope, insn_scope, locator_location, locator_line, insn_line,
11398 locator_file, insn_file, locator_eq): Move to here from cfglayout.c.
11399 * cfghooks.h: Remove double-include protection.
11400 (can_copy_bbs_p, copy_bbs): Move prototypes from cfglayout.h to here.
11401 * cfghooks.c (can_copy_bbs_p, copy_bbs): Move to here from cfglayout.c.
11402 * final.c: Do not include cfglayout.h.
11403 (choose_inner_scope, change_scope): Move to here from cfglayout.c.
11404 (reemit_insn_block_notes): Likewise. Make static.
11405 * tree-flow.h (tree_could_trap_p, operation_could_trap_helper_p,
11406 operation_could_trap_p, tree_could_throw_p): Move from here...
11407 * tree.h: ... to here.
11408 * gengtype.c (open_base_files): Remove cfglayout.h from the list.
11409 * profile.c: Do not include cfghooks.h.
11410 * cfgloopmanip.c: Do not include cfglayout.h and cfghooks.h.
11411 * modulo-sched.c: Likewise.
11412 * loop-unswitch.c: Do not include cfglayout.h.
11413 * sched-ebb.c: Likewise.
11414 * tracer.c: Likewise.
11415 * ddg.c: Likewise.
11416 * tree-vect-loop-manip.c: Likewise.
11417 * loop-init.c: Likewise.
11418 * dwarf2out.c: Likewise.
11419 * hw-doloop.c: Likewise.
11420 * loop-unroll.c: Likewise.
11421 * cfgcleanup.c: Likewise.
11422 * bb-reorder.c: Likewise.
11423 * sched-rgn.c: Likewise.
11424 * tree-cfg.c: Likewise.
11425 * config/alpha/alpha.c: Likewise.
11426 * config/spu/spu.c: Likewise.
11427 * config/sparc/sparc.c: Likewise.
11428 * config/sh/sh.c: Likewise.
11429 * config/c6x/c6x.c: Likewise.
11430 * config/ia64/ia64.c: Likewise.
11431 * config/rs6000/rs6000.c: Likewise.
11432 * config/score/score.c: Likewise.
11433 * config/mips/mips.c: Likewise.
11434 * config/bfin/bfin.c: Likewise.
11435 * Makefile.in (CFGAYOUT_H): Remove, and fixup users.
11436 * config/rs6000/t-rs6000 (rs6000.o): Do not depend on cfglayout.h.
11437 * config/spu/t-spu-elf (spu.o: $): Likewise.
11438 * config/sparc/t-sparc (sparc.o): Do not depend on CFGLAYOUT_H.
11439
11440 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
11441
11442 * cfgloop.h: Do not include rtl.h.
11443 (enum iv_extend_code): New.
11444 (struct rtx_iv): Use iv_extend_code instead of rtx_code.
11445 * Makefile.in (CFGLOOP_H): Do not depend on RTL_H.
11446 * loop-iv.c (iv_extend_to_rtx_code): New function to translate
11447 an IV_EXTEND_CODE to an RTX_CODE.
11448 (dump_iv_info): Update for rtx_iv field type change.
11449 (iv_constant): Likewise.
11450 (iv_subreg): Likewise.
11451 (iv_extend): Likewise.
11452 (iv_neg): Likewise.
11453 (iv_add): Likewise.
11454 (iv_mult): Likewise.
11455 (iv_shift): Likewise.
11456 (get_biv_step_1): Likewise.
11457 (get_biv_step): Likewise.
11458 (iv_analyze_biv): Likewise.
11459 (get_iv_value): Likewise.
11460 (shorten_into_mode): Likewise.
11461 (canonicalize_iv_subregs): Likewise.
11462 * sese.c (sese_build_liveouts): Use MAY_HAVE_DEBUG_STMTS instead
11463 of MAY_HAVE_DEBUG_INSNS.
11464 * tree-ssa-loop-ivopts.c: Include recog.h after expr.h.
11465 * tree-ssa-loop-prefetch.c: Likewise.
11466
11467 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
11468
11469 * expmed.c (ceil_log2): Move from here...
11470 * hwint.c: ... to here for older GCCs...
11471 * hwint.h: ... and here for newer GCCs.
11472 * rtl.h (ceil_log2): Remove prototype.
11473
11474 * tree-phinodes.c: Do not include rtl.h.
11475 * Makefile.in (tree-phinodes.o): Do not depend on RTL_H.
11476
11477 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
11478
11479 * config/cris/cris.h (TARGET_ELF): Remove.
11480 (FORCE_EH_FRAME_INFO_IN_DATA_SECTION): Remove.
11481 (CRIS_ASM_OUTPUT_ALIGNED_DECL_COMMON): Simpify using TARGET_ELF==1.
11482 (LOCAL_LABEL_PREFIX): Likewise.
11483 * config/cris/cris.c (cris_target_asm_named_section): Remove.
11484 (cris_option_override): Simpify using TARGET_ELF==1.
11485 (cris_file_start): Likewise.
11486 * config/cris/cris-protos.h (cris_target_asm_named_section): Remove.
11487
11488 2012-06-17 Uros Bizjak <ubizjak@gmail.com>
11489
11490 * config/i386/sse.md (vcvtph2ps): Fix vec_select selector.
11491
11492 2012-06-16 Eric Botcazou <ebotcazou@adacore.com>
11493
11494 PR middle-end/53590
11495 * tree-inline.c (initialize_cfun): Copy can_delete_dead_exceptions.
11496
11497 2012-06-15 Easwaran Raman <eraman@google.com>
11498
11499 * passes.c (init_optimization_passes): Remove pass_call_cdce
11500 from its current position and insert after pass_dce.
11501
11502 2012-06-15 Walter Lee <walt@tilera.com>
11503
11504 * config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.
11505
11506 2012-06-15 Richard Earnshaw <rearnsha@arm.com>
11507
11508 * arm.c (note_invalid_constants): Don't return a result.
11509 (arm_memory_load_p): Delete function.
11510 (arm_const_double_rtx): Delete iterator variable i;
11511 (fp_immediate_constant): Likewise.
11512 (fp_const_from_val): Likewise.
11513
11514 * arm.c (arm_init_iwmmxt_builtins): Delete void_ftype_void.
11515
11516 2012-06-15 Marc Glisse <marc.glisse@inria.fr>
11517
11518 PR c++/51033
11519 * c-typeck.c (c_build_vec_perm_expr): Move to c-family/c-common.c.
11520 * c-tree.h (c_build_vec_perm_expr): Move to c-family/c-common.h.
11521
11522 2012-06-15 Georg-Johann Lay <avr@gjlay.de>
11523
11524 * config/avr/avr.c (avr_default_expand_builtin): New function.
11525 (avr_expand_builtin): Use it.
11526 (avr_expand_unop_builtin): Remove.
11527 (avr_expand_binop_builtin): Remove.
11528 (avr_expand_triop_builtin): Remove.
11529
11530 2012-06-15 Michael Matz <matz@suse.de>
11531
11532 PR middle-end/38474
11533 * cfgexpand.c (add_alias_set_conflicts): Remove.
11534 (expand_used_vars): Don't call it.
11535 (aggregate_contains_union_type): Remove.
11536 * function.c (n_temp_slots_in_use): New static data.
11537 (make_slot_available, assign_stack_temp_for_type): Update it.
11538 (init_temp_slots): Zero it.
11539 (remove_unused_temp_slot_addresses): Use it for quicker removal.
11540 (remove_unused_temp_slot_addresses_1): Use htab_clear_slot.
11541
11542 2012-06-15 Michael Matz <matz@suse.de>
11543
11544 * gimplify.c (gimplify_compound_literal_expr): Take gimple_test_f
11545 argument, don't emit assign statement if value is directly usable.
11546 (gimplify_expr): Adjust.
11547
11548 2012-06-15 Michael Matz <matz@suse.de>
11549
11550 * gimplify.c (gimplify_modify_expr): Fold generated statements.
11551 * gimple-fold.c (can_refer_decl_in_current_unit_p): Check flag_ltrans.
11552
11553 2012-06-15 Richard Guenther <rguenther@suse.de>
11554
11555 * tree-vrp.c (set_and_canonicalize_value_range): Use canonical
11556 predicates to set VR_UNDEFINED and VR_VARYING. Drop a case
11557 we assert for in set_value_range to VR_VARYING.
11558
11559 2012-06-15 Richard Earnshaw <rearnsha@arm.com>
11560
11561 * arm.md (addsf3, adddf3): Use s_register_operand.
11562 (subsf3, subdf3): Likewise.
11563 (mulsf3, muldf3): Likewise.
11564 (difsf3, divdf3): Likewise.
11565 (movsfcc, movdfcc): Likewise.
11566 * predicates.md (f_register_operand): Delete.
11567 (arm_float_rhs_operand): Delete.
11568 (arm_float_add_operand): Delete.
11569 (arm_float_compare_operand): Use s_register_operand when
11570 there's no VFP.
11571 (cirrus_register_operand): Delete.
11572 (cirrus_fp_register): Delete.
11573 (cirrus_shift_const): Delete.
11574 (cmpdi_operand): Remove Maverick support.
11575 * constraints.md (f, v, H): Delete constraints.
11576 (G): Update documentation.
11577 * arm.c (fp_consts_inited): Convert to bool.
11578 (strings_fp): Delete.
11579 (values_fp): Delete.
11580 (value_fp0): New variable.
11581 (init_fp_table): Simplify logic.
11582 (arm_const_double_rtx): Likewise.
11583 (fp_immediate_constant): Likewise.
11584 (fp_const_from_val): Likewise.
11585 (neg_const_double_rtx_ok_for_fpa): Delete.
11586 * doc/md.texi (ARM constraints): Update documentation.
11587
11588 2012-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
11589
11590 PR tree-optimization/53636
11591 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Verify
11592 stride when doing basic-block vectorization.
11593
11594 2012-06-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11595
11596 * tree-vect-generic.c (lower_vec_perm): Propagate vector constants
11597 into VEC_PERM_EXPR.
11598
11599 2012-06-15 Jakub Jelinek <jakub@redhat.com>
11600
11601 * tree-vect-patterns.c (vect_pattern_recog): Don't unnecessarily
11602 allocate and free bbs array for the SLP case.
11603
11604 PR tree-optimization/51581
11605 * expr.h (choose_multiplier): New prototype.
11606 * expmed.c (choose_multiplier): No longer static.
11607 Change multiplier_ptr from rtx * to UHWI *.
11608 (expand_divmod): Adjust callers.
11609 * tree-vect-patterns.c (vect_recog_sdivmod_pow2_pattern): Renamed to...
11610 (vect_recog_divmod_pattern): ... this. Pass bb_vinfo as last
11611 argument to new_stmt_vec_info. Attempt to optimize also divisions
11612 by non-pow2 constants if integer vector division isn't supported.
11613 * tree-vect-stmts.c (vect_analyze_stmt): If node != NULL,
11614 don't look at pattern stmts and sequences.
11615
11616 2012-06-15 Eric Botcazou <ebotcazou@adacore.com>
11617
11618 PR middle-end/53590
11619 * common.opt (-fdelete-dead-exceptions): New switch.
11620 * doc/invoke.texi (Code Gen Options): Document it.
11621 * cse.c (count_reg_usage) <CALL_INSN>: Use !insn_nothrow_p in lieu of
11622 insn_could_throw_p predicate. Do not skip an insn that could throw
11623 if dead exceptions can be deleted.
11624 (insn_live_p): Likewise, do not return true in that case.
11625 * dce.c (can_alter_cfg): New flag.
11626 (deletable_insn_p): Do not return false for an insn that can throw if
11627 the CFG can be altered and dead exceptions can be deleted.
11628 (init_dce): Set can_alter_cfg to false for fast DCE, true otherwise.
11629 * dse.c (scan_insn): Use !insn_nothrow_p in lieu of insn_could_throw_
11630 predicate. Do not preserve an insn that could throw if dead exceptions
11631 can be deleted.
11632 * function.h (struct function): Add can_delete_dead_exceptions flag.
11633 * function.c (allocate_struct_function): Set it.
11634 * lto-streamer-in.c (input_struct_function_base): Stream it.
11635 * lto-streamer-out.c (input_struct_function_base): Likewise.
11636 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark a
11637 statement that could throw as necessary if dead exceptions can be
11638 deleted.
11639
11640 2012-06-14 Maxim Kuvyrkov <maxim@codesourcery.com>
11641
11642 * config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.
11643
11644 2012-06-14 Oleg Endo <olegendo@gcc.gnu.org>
11645
11646 PR target/53568
11647 * config/sh/sh.md: Add peephole for swapbsi2.
11648 (*swapbisi2_and_shl8, *swapbhisi2): New insns and splits.
11649
11650 2012-06-14 Uros Bizjak <ubizjak@gmail.com>
11651
11652 * config/i386/i386.md (*zero_extendsidi2): Remove x,x alternative.
11653 (*zero_extendsidi2_rex64): Ditto. Remove isa attribute.
11654
11655 2012-06-14 Jakub Jelinek <jakub@redhat.com>
11656
11657 PR target/53639
11658 * config/i386/i386.md (*anddi_1 into *andsi_1_zext splitter): New.
11659
11660 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
11661
11662 * arm.c (arm_cirrus_insn_p): Delete.
11663 (cirrus_reorg): Delete.
11664 (arm_reorg): Don't call cirrus_reorg.
11665 (arm_final_prescan_insn_p): Don't check for cirrus insns.
11666 * arm.md (define_attr "type"): Remove mav_farith and mav_dmult.
11667 (adddi3, subdi3): Remove Maverick support.
11668 (arm_adddi3): Likewise.
11669 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
11670 (addsf3, adddf3): Likewise.
11671 (subsf3, subdf3): Likewise.
11672 (mulsf3, muldf3): Likewise.
11673 (ashldi3, ashrdi3, lshrdi3): Likewise.
11674 (floatsisf2, floatsidf2): Likewise.
11675 (fix_truncsfsi2, fix_truncdfsi2): Likewise.
11676 (arm_movdi, thumb1_movdi_insn): Likewise.
11677 (arm_cmpdi_insn): Likewise.
11678 (cirrus_cmpsf, cirrus_cmpdf, cirrus_cmpdi): Likewise.
11679 (cirrus.md): Don't include.
11680 * cirrus.md: Delete file.
11681 * t-arm (MD_INCLUDES): Remove cirrus.md.
11682
11683 2012-06-14 Eric Botcazou <ebotcazou@adacore.com>
11684
11685 * dwarf2out.c (function_possibly_abstracted_p): New static function.
11686 (gen_subprogram_die): Use it function_possibly_abstracted_p in lieu of
11687 cgraph_function_possibly_inlined_p.
11688 (gen_inlined_subroutine_die): Return if the origin is to be ignored.
11689 (process_scope_var): Do not emit concrete instances of abstracted
11690 nested functions from here.
11691 (gen_decl_die): Emit the abstract instance if the function is possibly
11692 abstracted and not only possibly inlined.
11693 (dwarf2out_finish): Find the first non-abstract parent instance and
11694 attach concrete instances on the limbo list to it.
11695
11696 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
11697
11698 * arm.md (divsf3, divdf3): Remove FPA support.
11699 (negsf2, negdf2): Likewise.
11700 (sqrtsf2, sqrtdf2): Likewise.
11701 (movdfcc): Likewise.
11702 (modsf3, moddf3, movxf): Delete.
11703 (push_fp_multi): Delete.
11704 (fpa.md): Don't include it.
11705 * fpa.md: Delete file.
11706 * t-arm (MD_INCLUDES): Remove fpa.md.
11707
11708 2012-06-14 Bill Schmidt <wschmidt@linux.ibm.com>
11709
11710 * tree-vectorizer.h (vect_get_stmt_cost): Move from tree-vect-stmts.c.
11711 (cost_for_stmt): Remove decl.
11712 (vect_get_single_scalar_iteration_cost): Correct typo in name.
11713 * tree-vect-loop.c (vect_get_cost): Remove.
11714 (vect_get_single_scalar_iteration_cost): Correct typo in name; use
11715 vect_get_stmt_cost rather than vect_get_cost.
11716 (vect_get_known_peeling_cost): Use vect_get_stmt_cost rather than
11717 vect_get_cost.
11718 (vect_estimate_min_profitable_iters): Correct typo in call to
11719 vect_get_single_scalar_iteration_cost; use vect_get_stmt_cost rather
11720 than vect_get_cost.
11721 (vect_model_reduction_cost): Use vect_get_stmt_cost rather than
11722 vect_get_cost.
11723 (vect_model_induction_cost): Likewise.
11724 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Correct
11725 typo in call to vect_get_single_scalar_iteration_cost.
11726 * tree-vect-stmts.c (vect_get_stmt_cost): Move to tree-vectorizer.h.
11727 (cost_for_stmt): Remove unnecessary function.
11728 * Makefile.in (TREE_VECTORIZER_H): Update dependencies.
11729
11730 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
11731
11732 * arm.opt (mfp=2, mfp=3, mfpe, mfpe=2, mfpe=3): Delete options.
11733 * arm-fpus.def (fpa, fpe2, fpe3, maverick): Delete FPU types.
11734 * arm-tables.opt: Regenerated.
11735 * doc/invoke.texi: Remove references to deleted options.
11736
11737 2012-06-14 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
11738
11739 * config/h8300/genmova.sh: Modified to add offset bits of
11740 mova/Sz assembly instruction for memory access.
11741 * config/h8300/h8300.c: Likewise.
11742 * config/h8300/mova.md: Likewise.
11743
11744 2012-06-12 Christian Bruel <christian.bruel@st.com>
11745
11746 PR target/53621
11747 * config/sh/sh.c (sh_option_override): Don't force
11748 flag_omit_frame_pointer and maccumulate_outgoing_args.
11749 * config/sh/sh.opt (maccumulate-outgoing-args): Init as Var.
11750
11751 2012-06-14 Richard Guenther <rguenther@suse.de>
11752
11753 * tree-vrp.c (VR_INITIALIZER): New define.
11754 (ranges_from_anti_range): New function.
11755 (extract_range_from_binary_expr_1): Decompose operations on
11756 VR_ANTI_RANGEs to operations on VR_RANGE.
11757 (extract_range_from_unary_expr_1): Likewise.
11758 (extract_range_from_binary_expr_1, extract_range_from_binary_expr,
11759 extract_range_from_unary_expr_1, extract_range_from_unary_expr,
11760 extract_range_from_cond_expr, adjust_range_with_scev,
11761 vrp_visit_assignment_or_call, vrp_visit_phi_node,
11762 simplify_bit_ops_using_ranges): Use VR_INITIALIZER.
11763
11764 2012-06-13 Richard Henderson <rth@redhat.com>
11765
11766 * hwint.h (HOST_WIDEST_INT_C): New.
11767 (HOST_WIDE_INT_C): New.
11768 (HOST_WIDE_INT_1): Use it.
11769 * config/alpha/alpha.c (alpha_trampoline_init): Use it.
11770
11771 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
11772
11773 PR debug/49888
11774 * var-tracking.c: Include alias.h.
11775 (overlapping_mems): New struct.
11776 (drop_overlapping_mem_locs): New.
11777 (clobber_overlapping_mems): New.
11778 (var_mem_delete_and_set, var_mem_delete): Call it.
11779 (val_bind): Likewise, but only if modified.
11780 (compute_bb_dataflow, emit_notes_in_bb): Call it on MEMs.
11781 * Makefile.in (var-tracking.o): Depend in $(ALIAS_H).
11782
11783 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
11784
11785 PR debug/47624
11786 * var-tracking.c (loc_exp_dep_pool): New.
11787 (vt_emit_notes): Create and release the pool.
11788 (compute_bb_dataflow): Use value-based locations in MO_VAL_SET.
11789 (emit_notes_in_bb): Likewise.
11790 (loc_exp_dep_insert): Deal with NOT_ONEPART vars.
11791 (notify_dependents_of_changed_value): Likewise.
11792 (notify_dependents_of_resolved_value): Check that NOT_ONEPART
11793 variables don't have a VAR_LOC_DEP_LST.
11794 (emit_note_insn_var_location): Expand NOT_ONEPART locs that are
11795 VALUEs or MEMs of VALUEs.
11796
11797 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
11798
11799 PR debug/52983
11800 PR debug/48866
11801 * dce.c (word_dce_process_block): Insert debug temps only if the
11802 insn is not marked.
11803 (dce_process_block): Likewise, and if debug.used is not empty,
11804 and only after iterating over all DEFs that might mark the insn.
11805
11806 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
11807
11808 * common.opt (ftree-coalesce-inlined-vars): New.
11809 (ftree-coalesce-vars): New.
11810 * doc/invoke.texi: Document them.
11811 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
11812 Implement them.
11813
11814 2012-06-13 Richard Sandiford <rdsandiford@googlemail.com>
11815
11816 * read-rtl.c (mapping): Remove index field. Add current_value field.
11817 Define heap vectors.
11818 (iterator_group): Fix long line. Remove num_builtins field and
11819 uses_iterator fields. Make apply_iterator take a void * parameter.
11820 (iterator_use, atttribute_use): New structures.
11821 (iterator_traverse_data, BELLWETHER_CODE, bellwether_codes): Delete.
11822 (current_iterators, iterator_uses, attribute_uses): New variables.
11823 (uses_mode_iterator_p, uses_code_iterator_p): Delete.
11824 (apply_mode_iterator, apply_code_iterator): Take a void * parameter.
11825 (map_attr_string, apply_iterator_to_string): Remove iterator
11826 and value parameters. Look through all current iterator values
11827 for a matching attribute.
11828 (mode_attr_index, apply_mode_maps): Delete.
11829 (apply_iterator_to_rtx): Replace with...
11830 (copy_rtx_for_iterators): ...this new function.
11831 (uses_iterator_p, apply_iterator_traverse): Delete.
11832 (apply_attribute_uses, add_current_iterators, apply_iterators): New
11833 functions.
11834 (add_mapping): Remove index field. Set current_value field.
11835 (initialize_iterators): Don't set num_builtins and uses_iterator_p
11836 fields.
11837 (find_iterator): Delete.
11838 (record_iterator_use, record_attribute_use): New functions.
11839 (record_potential_iterator_use): New function.
11840 (check_code_iterator): Remove handling of bellwether codes.
11841 (read_rtx): Remove mode maps. Truncate iterator and attribute uses.
11842 (read_rtx_code, read_nested_rtx, read_rtx_variadic): Remove mode_maps
11843 parameter. Use the first code iterator value instead of the
11844 bellwether_codes array. Use record_potential_iterator_use for modes.
11845
11846 2012-06-13 Oleg Endo <olegendo@gcc.gnu.org>
11847
11848 PR target/53568
11849 * config/sh/sh.md (bswapsi2): New expander.
11850 (swapbsi2): New insn.
11851
11852 2012-06-13 H.J. Lu <hongjiu.lu@intel.com>
11853
11854 PR target/53647
11855 * config/i386/i386.c (ix86_tune_cost): New variable.
11856 (ix86_option_override_internal): Set ix86_tune_cost. Use
11857 ix86_tune_cost for simultaneous_prefetches, prefetch_block,
11858 l1_cache_size and l2_cache_size.
11859
11860 2012-06-13 Richard Guenther <rguenther@suse.de>
11861
11862 * tree-vrp.c (vrp_meet): Properly meet equivalent ranges.
11863 Handle meeting two VR_RANGE to an VR_ANTI_RANGE. Implement
11864 all possible meetings of VR_RANGE with VR_ANTI_RANGE and
11865 VR_ANTI_RANGE with VR_ANTI_RANGE.
11866
11867 2012-06-13 Richard Earnshaw <rearnsha@arm.com>
11868
11869 * config.gcc (unsupported): Move obsoleted FPA-based configurations
11870 here from ...
11871 (obsolete): ... here.
11872 (arm*-*-freebsd*): Remove.
11873 (arm*-*-linux*): Only accept EABI variants. Simplify logic.
11874 (arm*-*-uclinux*): Likewise.
11875 (arm*-*-ecos-elf): Remove.
11876 (arm*-*-rtems*): Remove.
11877 (arm*-*-elf): Remove.
11878 (arm*-wince-pe*): Remove.
11879 (arm, --with-fpu): Remove support for fpa and Maverick variants.
11880 * arm/ecos-elf.h: Delete.
11881 * arm/t-strongarm-elf: Delete.
11882 * arm/rtems-elf.h: Delete.
11883 * arm/wince-pe.h: Delete.
11884 * arm/pe.c: Delete.
11885 * arm/pe.h: Delete.
11886 * arm/t-wince-pe: Delete.
11887
11888 2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
11889
11890 PR tree-optimization/53647
11891 * tree-ssa-phiopt.c (gate_hoist_loads): Skip transformation for
11892 targets with no defined cache line size.
11893
11894 2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
11895
11896 * targhooks.c (default_builtin_vectorized_conversion): Handle
11897 vec_construct, using vectype to base cost on subparts.
11898 * target.h (enum vect_cost_for_stmt): Add vec_construct.
11899 * tree-vect-stmts.c (vect_model_load_cost): Use vec_construct
11900 instead of scalar_to-vec.
11901 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
11902 vec_construct in same way as default for now.
11903 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
11904 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
11905 Handle vec_construct, including special case for 32-bit loads.
11906
11907 2012-06-13 Xinyu Qi <xyqi@marvell.com>
11908
11909 * config/arm/arm.c (FL_IWMMXT2): New define.
11910 (arm_arch_iwmmxt2): New variable.
11911 (arm_option_override): Enable use of iWMMXt with VFP.
11912 Disable use of iWMMXt with NEON. Disable use of iWMMXt under
11913 Thumb mode. Set arm_arch_iwmmxt2.
11914 (arm_expand_binop_builtin): Accept VOIDmode op.
11915 (enum arm_builtins): Revise built-in fcode.
11916 (IWMMXT2_BUILTIN): New define.
11917 (IWMMXT2_BUILTIN2): Likewise.
11918 (iwmmx2_mbuiltin): Likewise.
11919 (builtin_description bdesc_2arg): Revise built in declaration.
11920 (builtin_description bdesc_1arg): Likewise.
11921 (arm_init_iwmmxt_builtins): Revise built in initialization.
11922 (arm_expand_builtin): Revise built in expansion.
11923 (arm_output_iwmmxt_shift_immediate): New function.
11924 (arm_output_iwmmxt_tinsr): Likewise.
11925 * config/arm/arm-protos.h (arm_output_iwmmxt_shift_immediate): Declare.
11926 (arm_output_iwmmxt_tinsr): Likewise.
11927 * config/arm/iwmmxt.md (WCGR0, WCGR1, WCGR2, WCGR3): New constant.
11928 (iwmmxt_psadbw, iwmmxt_walign, iwmmxt_tmrc, iwmmxt_tmcr): Delete.
11929 (rorv4hi3, rorv2si3, rordi3): Likewise.
11930 (rorv4hi3_di, rorv2si3_di, rordi3_di): Likewise.
11931 (ashrv4hi3_di, ashrv2si3_di, ashrdi3_di): Likewise.
11932 (lshrv4hi3_di, lshrv2si3_di, lshrdi3_di): Likewise.
11933 (ashlv4hi3_di, ashlv2si3_di, ashldi3_di): Likewise.
11934 (iwmmxt_tbcstqi, iwmmxt_tbcsthi, iwmmxt_tbcstsi): Likewise
11935 (*iwmmxt_clrv8qi, *iwmmxt_clrv4hi, *iwmmxt_clrv2si): Likewise.
11936 (tbcstv8qi, tbcstv4hi, tbsctv2si): New pattern.
11937 (iwmmxt_clrv8qi, iwmmxt_clrv4hi, iwmmxt_clrv2si): Likewise.
11938 (*and<mode>3_iwmmxt, *ior<mode>3_iwmmxt, *xor<mode>3_iwmmxt): Likewise.
11939 (ror<mode>3, ror<mode>3_di): Likewise.
11940 (ashr<mode>3_di, lshr<mode>3_di, ashl<mode>3_di): Likewise.
11941 (ashli<mode>3_iwmmxt, iwmmxt_waligni, iwmmxt_walignr): Likewise.
11942 (iwmmxt_walignr0, iwmmxt_walignr1): Likewise.
11943 (iwmmxt_walignr2, iwmmxt_walignr3): Likewise.
11944 (iwmmxt_setwcgr0, iwmmxt_setwcgr1): Likewise.
11945 (iwmmxt_setwcgr2, iwmmxt_setwcgr3): Likewise.
11946 (iwmmxt_getwcgr0, iwmmxt_getwcgr1): Likewise.
11947 (iwmmxt_getwcgr2, iwmmxt_getwcgr3): Likewise.
11948 (All instruction patterns): Add wtype attribute.
11949 (*iwmmxt_arm_movdi, *iwmmxt_movsi_insn): iWMMXt coexist with vfp.
11950 (iwmmxt_uavgrndv8qi3, iwmmxt_uavgrndv4hi3): Revise the pattern.
11951 (iwmmxt_uavgv8qi3, iwmmxt_uavgv4hi3): Likewise.
11952 (ashr<mode>3_iwmmxt, ashl<mode>3_iwmmxt, lshr<mode>3_iwmmxt): Likewise.
11953 (iwmmxt_tinsrb, iwmmxt_tinsrh, iwmmxt_tinsrw):Likewise.
11954 (eqv8qi3, eqv4hi3, eqv2si3, gtuv8qi3): Likewise.
11955 (gtuv4hi3, gtuv2si3, gtv8qi3, gtv4hi3, gtv2si3): Likewise.
11956 (iwmmxt_wunpckihh, iwmmxt_wunpckihw, iwmmxt_wunpckilh): Likewise.
11957 (iwmmxt_wunpckilw, iwmmxt_wunpckehub, iwmmxt_wunpckehuh): Likewise.
11958 (iwmmxt_wunpckehuw, iwmmxt_wunpckehsb, iwmmxt_wunpckehsh): Likewise.
11959 (iwmmxt_wunpckehsw, iwmmxt_wunpckelub, iwmmxt_wunpckeluh): Likewise.
11960 (iwmmxt_wunpckeluw, iwmmxt_wunpckelsb, iwmmxt_wunpckelsh): Likewise.
11961 (iwmmxt_wunpckelsw, iwmmxt_wmadds, iwmmxt_wmaddu): Likewise.
11962 (iwmmxt_wsadb, iwmmxt_wsadh, iwmmxt_wsadbz, iwmmxt_wsadhz): Likewise.
11963 (iwmmxt2.md): Include.
11964 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __IWMMXT2__.
11965 (TARGET_IWMMXT2): New define.
11966 (TARGET_REALLY_IWMMXT2): Likewise.
11967 (arm_arch_iwmmxt2): Declare.
11968 * config/arm/mmintrin.h: Use __IWMMXT__ to enable iWMMXt intrinsics.
11969 Use __IWMMXT2__ to enable iWMMXt2 intrinsics.
11970 Use C name-mangling for intrinsics.
11971 (__v8qi): Redefine.
11972 (_mm_cvtsi32_si64, _mm_andnot_si64, _mm_sad_pu8): Revise.
11973 (_mm_sad_pu16, _mm_align_si64, _mm_setwcx, _mm_getwcx): Likewise.
11974 (_m_from_int): Likewise.
11975 (_mm_sada_pu8, _mm_sada_pu16): New intrinsic.
11976 (_mm_alignr0_si64, _mm_alignr1_si64, _mm_alignr2_si64): Likewise.
11977 (_mm_alignr3_si64, _mm_tandcb, _mm_tandch, _mm_tandcw): Likewise.
11978 (_mm_textrcb, _mm_textrch, _mm_textrcw, _mm_torcb): Likewise.
11979 (_mm_torch, _mm_torcw, _mm_tbcst_pi8, _mm_tbcst_pi16): Likewise.
11980 (_mm_tbcst_pi32): Likewise.
11981 (_mm_abs_pi8, _mm_abs_pi16, _mm_abs_pi32): New iWMMXt2 intrinsic.
11982 (_mm_addsubhx_pi16, _mm_absdiff_pu8, _mm_absdiff_pu16): Likewise.
11983 (_mm_absdiff_pu32, _mm_addc_pu16, _mm_addc_pu32): Likewise.
11984 (_mm_avg4_pu8, _mm_avg4r_pu8, _mm_maddx_pi16, _mm_maddx_pu16): Likewise.
11985 (_mm_msub_pi16, _mm_msub_pu16, _mm_mulhi_pi32): Likewise.
11986 (_mm_mulhi_pu32, _mm_mulhir_pi16, _mm_mulhir_pi32): Likewise.
11987 (_mm_mulhir_pu16, _mm_mulhir_pu32, _mm_mullo_pi32): Likewise.
11988 (_mm_qmulm_pi16, _mm_qmulm_pi32, _mm_qmulmr_pi16): Likewise.
11989 (_mm_qmulmr_pi32, _mm_subaddhx_pi16, _mm_addbhusl_pu8): Likewise.
11990 (_mm_addbhusm_pu8, _mm_qmiabb_pi32, _mm_qmiabbn_pi32): Likewise.
11991 (_mm_qmiabt_pi32, _mm_qmiabtn_pi32, _mm_qmiatb_pi32): Likewise.
11992 (_mm_qmiatbn_pi32, _mm_qmiatt_pi32, _mm_qmiattn_pi32): Likewise.
11993 (_mm_wmiabb_si64, _mm_wmiabbn_si64, _mm_wmiabt_si64): Likewise.
11994 (_mm_wmiabtn_si64, _mm_wmiatb_si64, _mm_wmiatbn_si64): Likewise.
11995 (_mm_wmiatt_si64, _mm_wmiattn_si64, _mm_wmiawbb_si64): Likewise.
11996 (_mm_wmiawbbn_si64, _mm_wmiawbt_si64, _mm_wmiawbtn_si64): Likewise.
11997 (_mm_wmiawtb_si64, _mm_wmiawtbn_si64, _mm_wmiawtt_si64): Likewise.
11998 (_mm_wmiawttn_si64, _mm_merge_si64): Likewise.
11999 (_mm_torvscb, _mm_torvsch, _mm_torvscw): Likewise.
12000 (_m_to_int): New define.
12001 * config/arm/arm-cores.def (iwmmxt2): Add FL_IWMMXT2.
12002 * config/arm/arm-arches.def (iwmmxt2): Likewise.
12003 * config/arm/t-arm (MD_INCLUDES): Add marvell-f-iwmmxt.md and
12004 iwmmxt2.md.
12005 * config/arm/arm.md (marvell-f-iwmmxt.md): Include.
12006 (arch): Add "iwmmxt2".
12007 (arch_enabled): Handle "iwmmxt2".
12008 (wtype): New attribute.
12009 (UNSPEC_WMADDS, UNSPEC_WMADDU): Delete.
12010 (UNSPEC_WALIGNI): New unspec.
12011 * config/arm/predicates.md (imm_or_reg_operand): New predicate.
12012 * config/arm/iterators.md (VMMX2): New mode_iterator.
12013 * config/arm/marvell-f-iwmmxt.md: New file.
12014 * config/arm/iwmmxt2.md: New file.
12015
12016 2012-06-12 Jakub Jelinek <jakub@redhat.com>
12017
12018 PR c/53532
12019 PR c/51034
12020 PR c/53196
12021 * c-decl.c (build_compound_literal): Call c_incomplete_type_error
12022 if type isn't complete.
12023
12024 2012-06-12 Uros Bizjak <ubizjak@gmail.com>
12025
12026 * config/ia64/sync.md (fetchop_name): Change ior attribute to "or".
12027
12028 2012-06-12 Richard Henderson <rth@redhat.com>
12029
12030 * config/rs6000/sync.md (atomic_load, atomic_store): Use INT1 mode
12031 iterator instead of INT.
12032
12033 2012-06-12 Bill Schmidt <wschmidt@linux.ibm.com>
12034
12035 * opts.c: Add -fhoist-adjacent-loads to -O2 and above.
12036 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Add argument to forward
12037 declaration.
12038 (hoist_adjacent_loads, gate_hoist_loads): New forward declarations.
12039 (tree_ssa_phiopt): Call gate_hoist_loads.
12040 (tree_ssa_cs_elim): Add parm to tree_ssa_phiopt_worker call.
12041 (tree_ssa_phiopt_worker): Add do_hoist_loads to formal arg list; call
12042 hoist_adjacent_loads.
12043 (local_mem_dependence): New function.
12044 (hoist_adjacent_loads): Likewise.
12045 (gate_hoist_loads): Likewise.
12046 * common.opt (fhoist-adjacent-loads): New switch.
12047 * Makefile.in (tree-ssa-phiopt.o): Added dependencies.
12048
12049 2012-06-12 Michael Matz <matz@suse.de>
12050
12051 * alias.c (nonoverlapping_component_refs_p): Take two rtx arguments.
12052 (nonoverlapping_memrefs_p): Don't call it here ...
12053 (true_dependence_1): ... but here.
12054
12055 2012-06-12 Richard Guenther <rguenther@suse.de>
12056
12057 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove dead code.
12058 * alias.c (ao_ref_from_mem): MEM_EXPR is conservative, MEM_OFFSET
12059 and MEM_SIZE only refines it. Reflect that and be less conservative
12060 if either of the latter is not known.
12061
12062 2012-06-12 Jakub Jelinek <jakub@redhat.com>
12063
12064 PR rtl-optimization/53589
12065 * cfgrtl.c (force_nonfallthru_and_redirect): Do asm_goto_edge
12066 discovery even when e->dest != target. If any LABEL_REF points
12067 to e->dest label, redirect it to target's label.
12068
12069 2012-06-12 Chung-Lin Tang <cltang@codesourcery.com>
12070
12071 * config/sh/sh.c (output_stack_adjust): Remove !epilogue_p
12072 condition for generating REG_FRAME_RELATED_EXPR note.
12073 (pop): Add code for generating REG_CFA_RESTORE,
12074 REG_CFA_ADJUST_CFA notes. Set RTX_FRAME_RELATED_P to 1.
12075 (sh_expand_epilogue): Use frame_insn() for FP to SP move.
12076 Set 'frame_p' of calls to output_stack_adjust() to 'true'.
12077
12078 2012-06-11 Richard Henderson <rth@redhat.com>
12079
12080 * config/alpha/alpha.c (HWI_HEX2): Add missing shift.
12081 * vmsdbgout.c (VMS_EPOCH_OFFSET): Add LL suffix.
12082
12083 * config/alpha/alpha.c (alpha_trampoline_init): Split large constants.
12084
12085 2012-06-12 Hans-Peter Nilsson <hp@axis.com>
12086
12087 * doc/tm.texi.in (Addressing Modes) <TARGET_LEGITIMIZE_ADDRESS>:
12088 Mention that this hook needs to be defined for native TLS.
12089 * doc/tm.texi: Regenerate.
12090
12091 2012-06-11 Mike Stump <mikestump@comcast.net>
12092
12093 * emit-rtl.c (init_emit_once): Iterate through the
12094 MODE_PARTIAL_INT modes with MIN_MODE_PARTIAL_INT and
12095 MAX_MODE_PARTIAL_INT, as GET_MODE_WIDER_MODE doesn't step through
12096 all the MIN_MODE_PARTIAL_INT modes anymore.
12097
12098 2012-06-12 Maxim Kuvyrkov <maxim@codesourcery.com>
12099
12100 * gcc/config/mips/mips-tables.opt (xlp): Fix merge typo.
12101
12102 2012-06-11 Roland McGrath <mcgrathr@google.com>
12103
12104 * dwarf2out.c (const_ok_for_output_1): Detect a TLS UNSPEC using
12105 SYMBOL_REF_TLS_MODEL rather than DECL_THREAD_LOCAL_P, in case it's
12106 not a VAR_DECL. Also don't limit it to UNSPECs with exactly one
12107 operand.
12108
12109 2012-06-11 Oleg Endo <olegendo@gcc.gnu.org>
12110
12111 PR target/53511
12112 * config/sh/sh.md (fmasf4): New expander.
12113 (*macsf3): Rename to fmasf4_i. Adapt to fma pattern.
12114 (mac_media): Rename to fmasf4_media. Adapt to fma pattern.
12115 * config/sh/sh.opt (mfused-madd): Remove.
12116 * config/sh/sh.c (sh_option_override): Remove mfused-madd handling.
12117 (builtin_description bdesc): Remove __builtin_sh_media_FMAC_S.
12118 * config.gcc (sh[123456789lbe]*-*-* | sh-*-*): Add fused-madd.opt
12119 as extra options.
12120 * doc/invoke.texi (SH Options): Update mfused-madd and mno-fused-madd
12121 descriptions.
12122
12123 2012-06-11 Richard Henderson <rth@redhat.com>
12124
12125 * dwarf2cfi.c (scan_trace): Handle annulled branch-taken delay slots.
12126
12127 2012-06-11 Richard Guenther <rguenther@suse.de>
12128
12129 PR middle-end/53470
12130 * tree.c (free_lang_data_in_type): Do not clear TYPE_CONTEXT but
12131 replace it with the first non-BLOCK context.
12132
12133 2012-06-11 Richard Guenther <rguenther@suse.de>
12134
12135 * alias.c (aliases_everything_p): Remove.
12136 (DIFFERENT_ALIAS_SETS_P): Likewise.
12137 (true_dependence_1): Use mems_in_disjoint_alias_sets_p directly.
12138 Do not use aliases_everything_p or special-case ANDs. Do not
12139 special-case BLKmode moves.
12140 (may_alias_p): Likewise. Handle BLKmode similar like everywhere
12141 - for SCATCH only.
12142
12143 2012-06-09 Hans-Peter Nilsson <hp@axis.com>
12144
12145 Fix CRIS build errors with --enable-build-with-cxx.
12146 * config/cris/cris.c (cris_emit_trap_for_misalignment): Rename
12147 variable "and" to "andop".
12148 * config/cris/sync.md ("atomic_fetch_<atomic_op_name><mode>"): Use
12149 temporary variable for memory model, passing C++-type-correct
12150 parameter type to expand_mem_thread_fence.
12151 ("atomic_compare_and_swap<mode>"): Ditto.
12152
12153 2012-06-09 Richard Henderson <rth@redhat.com>
12154
12155 PR c++/53602
12156 * cfgcleanup.c (execute_jump): Rename from rest_of_handle_jump2.
12157 (pass_jump): Rename from pass_jump2.
12158 (execute_jump2, pass_jump2): New.
12159 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Don't
12160 perform cfg cleanup here. Move the test of PUSH_ROUNDING
12161 and ACCUMULATE_OUTGOING_ARGS test...
12162 (gate_handle_stack_adjustments): ... here.
12163 * passes.c (init_optimization_passes): Update for pass_jump2 rename.
12164 Place new pass_jump2 after pass_stack_adjustments.
12165 * tree-pass.h (pass_jump): Declare.
12166
12167 2012-06-09 Kenneth Zadeck <zadeck@naturalbridge.com>
12168
12169 * simplify-rtx.c (simplify_const_binary_operation): Fixed shift
12170 count trucation.
12171
12172 2012-06-08 Richard Henderson <rth@redhat.com>
12173
12174 PR c++/53602
12175 * combine-stack-adj.c (force_move_args_size_note): Add ARGS_SIZE
12176 note to a clobber insn when no other insn is available.
12177
12178 2012-06-08 Georg-Johann Lay <avr@gjlay.de>
12179
12180 * config/avr/avr.c (avr_case_values_threshold): Return 7.
12181
12182 2012-06-07 Andreas Schwab <schwab@linux-m68k.org>
12183
12184 * genhooks.c (main): Set progname.
12185 (emit_documentation): Remove variable found_start, always bail out
12186 when a place is missing.
12187 * doc/tm.texi.in (C++ ABI): Add @hook TARGET_CXX_DECL_MANGLING_CONTEXT.
12188
12189 2012-06-07 Jakub Jelinek <jakub@redhat.com>
12190
12191 PR middle-end/53580
12192 * omp-low.c (scan_omp): Change first argument to gimple_seq *,
12193 call walk_gimple_seq_mod instead of walk_gimple_seq.
12194 (scan_sharing_clauses, scan_omp_parallel, scan_omp_task,
12195 scan_omp_for, scan_omp_sections, scan_omp_single,
12196 execute_lower_omp): Adjust callers.
12197 (scan_omp_1_stmt): Likewise. If check_omp_nesting_restrictions
12198 returns false, replace stmt with GIMPLE_NOP.
12199 (check_omp_nesting_restrictions): Instead of issuing warnings,
12200 issue errors and return false if any errors were reported.
12201
12202 2012-06-06 Steven Bosscher <steven@gcc.gnu.org>
12203
12204 * doc/invoke.texi (fconserve-space): Remove documentation.
12205
12206 2012-06-06 Edmar Wienskoski <edmar@freescale.com>
12207
12208 * config/rs6000/rs6000-tables.opt: Regenerated.
12209
12210 2012-06-06 Richard Guenther <rguenther@suse.de>
12211
12212 PR tree-optimization/53081
12213 * tree-data-ref.h (adjacent_store_dr_p): Rename to ...
12214 (adjacent_dr_p): ... this and make it work for reads, too.
12215 * tree-loop-distribution.c (enum partition_kind): Add PKIND_MEMCPY.
12216 (struct partition_s): Change main_stmt to main_dr, add
12217 secondary_dr member.
12218 (build_size_arg_loc): Change to date data-reference and not
12219 gimplify here.
12220 (build_addr_arg_loc): New function split out from ...
12221 (generate_memset_builtin): ... here. Use it and simplify.
12222 (generate_memcpy_builtin): New function.
12223 (generate_code_for_partition): Adjust.
12224 (classify_partition): Streamline pattern detection. Detect memcpy.
12225 (ldist_gen): Adjust.
12226 (tree_loop_distribution): Adjust seed statements for memcpy
12227 recognition.
12228
12229 2012-06-06 Matt Turner <mattst88@gmail.com>
12230
12231 * config/arm/mmintrin.h (_mm_empty): New.
12232 (_m_empty): New.
12233
12234 2012-06-06 Richard Sandiford <r.sandiford@uk.ibm.com>
12235
12236 * doc/invoke.texi (sched-pressure-algorithm): Document new --param.
12237 * common.opt (fsched-pressure-algorithm=): Remove.
12238 * flag-types.h (sched_pressure_algorithm): Move to...
12239 * sched-int.h (sched_pressure_algorithm): ...here.
12240 * params.def (sched-pressure-algorithm): New param.
12241 * haifa-sched.c (sched_init): Use it to initialize sched_pressure.
12242 * common/config/s390/s390-common.c (s390_option_optimization_table):
12243 Remove OPT_fsched_pressure_algorithm_ entry.
12244 * config/s390/s390.c (s390_option_override): Set a default value for
12245 PARAM_SCHED_PRESSURE_ALGORITHM.
12246
12247 2012-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
12248
12249 PR target/53487
12250 * config/rs6000/rs6000.c (rs6000_generate_compare): If we are
12251 doing an unsigned compare, make sure the second argument is not a
12252 negative constant.
12253 (rs6000_emit_cmove): Don't allow floating point comparisons when
12254 generating ISEL moves.
12255
12256 2012-06-05 Edmar Wienskoski <edmar@freescale.com>
12257
12258 * config/rs6000/e5500.md: New file.
12259 * config/rs6000/e6500.md: New file.
12260 * config/rs6000/rs6000.c (processor_costs): Add new costs for
12261 e5500 and e6500.
12262 (rs6000_option_override_internal): Altivec and Spe options not
12263 allowed with e5500. Spe options not allowed with e6500. Increase
12264 move inline limit for e5500 and e6500. Disable string instructions
12265 for e5500 and e6500. Enable branch targets alignment for e5500 and
12266 e6500. Initialize rs6000_cost for e5500 and e6500.
12267 (rs6000_adjust_cost): Add extra scheduling cycles between compare
12268 and brnach for e5500 and e6500.
12269 (rs6000_issue_rate): Set issue rate for e5500 and e6500.
12270 * config/rs6000/rs6000-cpus.def: Add cpu definitions for e5500 and
12271 e6500.
12272 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add e5500 and e6500.
12273 * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce5500 and
12274 ppce6500.
12275 Include e5500.md and e6500.md.
12276 * config/rs6000/rs6000-opt.h (processor_type): Add
12277 PROCESSOR_PPCE5500 and PROCESSOR_PPCE6500.
12278 * config.gcc (cpu_is_64bit): Add new cores e5500, e6500.
12279 (powerpc*-*-*): Add new cores e5500, e6500.
12280 * doc/invoke.texi: (item -mcpu): Add e5500 and e6500 to list of cpus.
12281
12282 2012-06-05 Richard Guenther <rguenther@suse.de>
12283
12284 * tree-vect-data-refs.c (vect_analyze_data_refs): Fix last change.
12285
12286 2012-06-05 H.J. Lu <hongjiu.lu@intel.com>
12287
12288 PR target/53575
12289 * config.gcc: Select x32 run-time library if --with-abi={x32|mx32}
12290 is used for x86_64-*-*.
12291
12292 2012-06-05 Richard Guenther <rguenther@suse.de>
12293
12294 PR tree-optimization/30442
12295 * tree-vect-data-refs.c (vect_analyze_data_refs): For basic-block
12296 vectorization stop analysis at the first stmt we cannot compute
12297 a data-reference for instead of giving up completely.
12298
12299 2012-06-05 Richard Guenther <rguenther@suse.de>
12300
12301 * tree-loop-distribution.c (struct partition_s): Add has_writes member.
12302 (partition_alloc): Initialize it.
12303 (partition_has_writes): New function.
12304 (rdg_flag_uses): Adjust.
12305 (rdg_flag_vertex): Likewise.
12306 (rdg_flag_vertex_and_dependent): Likewise.
12307 (rdg_flag_loop_exits): Likewise.
12308 (build_rdg_partition_for_component): Likewise.
12309 (rdg_build_partitions): Likewise.
12310
12311 2012-06-05 Richard Guenther <rguenther@suse.de>
12312
12313 PR tree-optimization/53081
12314 * tree-loop-distribution.c (generate_memset_builtin): Handle all
12315 kinds of byte-sized stores.
12316 (classify_partition): Likewise.
12317 (tree_loop_distribution): Adjust seed statements used for
12318 !flag_tree_loop_distribution.
12319
12320 2012-06-05 Alan Modra <amodra@gmail.com>
12321
12322 * config/rs6000/rs6000.c (ptr_regno_for_savres): Comment.
12323 (rs6000_emit_prologue): Ensure register used for inline saves
12324 of vector regs is not the static chain register. Revise comment.
12325
12326 2012-06-04 Oleg Endo <olegendo@gcc.gnu.org>
12327
12328 * doc/md.texi (Standard Pattern Names For Generation): Document
12329 sincos pattern.
12330
12331 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
12332
12333 PR bootstrap/53555
12334 * config/i386/i386.c (ix86_sched_reorder) Skip debug insns.
12335
12336 2012-06-04 Jason Merrill <jason@redhat.com>
12337
12338 * dwarf2out.c (is_unit_die): New.
12339 (copy_declaration_context, copy_ancestor_tree): Use it.
12340 (copy_decls_walk): Likewise.
12341
12342 2012-06-04 Paolo Carlini <paolo.carlini@oracle.com>
12343
12344 PR c++/53524
12345 * doc/invoke.texi (Wenum-compare): Update documentation.
12346
12347 2012-06-04 Dodji Seketeli <dodji@redhat.com>
12348
12349 PR preprocessor/53463
12350 * parser.c (cp_parser_assignment_expression): Use the location
12351 for the '=' as the default location for the expression.
12352
12353 2012-06-04 Edmar Wienskoski <edmar@freescale.com>
12354
12355 PR target/53559
12356 * config/rs6000/altivec.md (altivec_stvlx): Change machine mode of
12357 operands.
12358 (altivec_stvlxl): Ditto.
12359 (altivec_stvrx): Ditto.
12360 (altivec_stvrxl): Ditto.
12361
12362 2012-06-04 Vladimir Makarov <vmakarov@redhat.com>
12363
12364 * ira-int.h (struct target_ira_int): Add member x_ira_uniform_class_p.
12365 (ira_uniform_class_p): New macro.
12366
12367 * ira.c (setup_uniform_class_p): New function.
12368 (setup_allocno_and_important_classes): Call the function.
12369 (print_unform_and_important_classes): New function.
12370 (print_classes): Rename to print_translated_classes.
12371 (ira_debug_allocno_classes): Add call of
12372 print_unform_and_important_classes.
12373
12374 * ira-costs.c (setup_regno_cost_classes_by_aclass): Use uniform
12375 classes instead of pressure classes.
12376
12377 2012-06-04 Aldy Hernandez <aldyh@redhat.com>
12378
12379 PR middle-end/47530
12380 * trans-mem.c (expand_block_edges): Do not skip the first
12381 statement when resetting the BB.
12382
12383 2012-06-04 Richard Guenther <rguenther@suse.de>
12384
12385 * tree-data-ref.c (stores_from_loop): Remove.
12386 (stmt_with_adjacent_zero_store_dr_p): Likewise.
12387 (stores_zero_from_loop): Likewise.
12388 * tree-data-ref.h (stores_from_loop, stores_zero_from_loop,
12389 stmt_with_adjacent_zero_store_dr_p, stride_of_unit_type_p): Remove.
12390 (adjacent_store_dr_p): New function.
12391 * tree-loop-distribution.c (generate_memset_builtin): Pass
12392 the RDG, use the already available data-reference.
12393 (generate_code_for_partition): Pass down RDG.
12394 (classify_partition): Inline parts of the former
12395 stmt_with_adjacent_zero_store_dr_p here and use adjacent_store_dr_p.
12396 (ldist_gen): Remember if there was any detected builtin and
12397 do less work if not and flag_tree_loop_distribution is not set.
12398 (tree_loop_distribution): Inline and fuse stores_from_loop
12399 and stores_zero_from_loop here.
12400
12401 2012-06-04 Richard Guenther <rguenther@suse.de>
12402
12403 PR middle-end/53471
12404 * dwarf2out.c (dwarf2out_finish): If generating LTO do not
12405 create new assembler names.
12406
12407 2012-06-04 Richard Guenther <rguenther@suse.de>
12408
12409 * tree-data-ref.c (struct rdg_vertex_info): Remove.
12410 (rdg_vertex_for_stmt): Simplify using gimple_uid.
12411 (create_rdg_vertices): Pass loop argument, remove stmt to RDG index
12412 hashtable. Record stmt data-references.
12413 (hash_stmt_vertex_info): Remove.
12414 (eq_stmt_vertex_info): Likewise.
12415 (hash_stmt_vertex_del): Likewise.
12416 (build_empty_rdg): Simplify.
12417 (build_rdg): Adjust.
12418 (free_rdg): Likewise.
12419 (ref_base_address): Remove.
12420 (have_similar_memory_accesses): Likewise.
12421 * tree-data-ref.h (create_rdg_vertices): Remove.
12422 (struct rdg_vertex): Add datarefs member.
12423 (RDGV_DATAREFS): New define.
12424 (RDG_DATAREFS): Likewise.
12425 (have_similar_memory_accesses): Remove.
12426 (rdg_has_similar_memory_accesses): Likewise.
12427 * tree-loop-distribution.c (ref_base_address): Re-implement here.
12428 (similar_memory_accesses): Re-implement using existing data-references.
12429 (tree_loop_distribution): Initialize stmt uids for the stmt to
12430 RDG index mapping.
12431 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
12432 access stmt vinfo for stmts in loop.
12433
12434 2012-06-04 Andreas Schwab <schwab@linux-m68k.org>
12435
12436 PR target/53461
12437 * config/m68k/m68k.md ("tablejump"): Fix check for
12438 CASE_VECTOR_PC_RELATIVE.
12439
12440 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
12441
12442 * output.h (merge_weak, assemble_alias,
12443 initializer_constant_valid_p,
12444 initializer_constant_valid_for_bitfield_p): Move protos from here...
12445 * tree.h: ... to here.
12446 * cgraphclones.c: Do not include output.h.
12447 * gimplify.c: Likewise.
12448 * reload.c: Likewise.
12449 * recog.c: Likewise.
12450 * tree-ssa-loop-ivopts.c: Likewise.
12451 * tree-switch-conversion.c: Likewise.
12452 * c-parser.c: Likewise.
12453 * c-typeck.c: Likewise.
12454 * Makefile.in: Fix dependencies.
12455
12456 2012-06-04 Georg-Johann Lay <avr@gjlay.de>
12457
12458 PR target/46261
12459 * config/avr/avr-stdint.h: New file.
12460 * config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of
12461 newlib-stdint.h
12462
12463 2012-06-04 Jakub Jelinek <jakub@redhat.com>
12464
12465 PR tree-optimization/53550
12466 * tree-ssa-loop-niter.c (number_of_iterations_cond): If type
12467 is POINTER_TYPE_P, use sizetype as step type instead of type.
12468
12469 2012-06-04 Richard Guenther <rguenther@suse.de>
12470
12471 * tree-data-ref.c (have_similar_memory_accesses_1): Remove.
12472 (ref_base_address_1): Likewise.
12473 (remove_similar_memory_refs): Likewise.
12474 * tree-data-ref.h (remove_similar_memory_refs): Remove.
12475 * tree-loop-distribution.c (classify_partition): Do not classify
12476 as builtin if -ftree-loop-distribute-patterns is not enabled.
12477 (fuse_partitions_with_similar_memory_accesses): Inline ...
12478 (ldist_gen): ... here. Fuse all non-builtin partitions if
12479 -ftree-loop-distribution is not enabled. Properly return
12480 the number of created partitions. Do not update SSA form here but ...
12481 (tree_loop_distribution): ... once here for the whole function.
12482 Only walk innermost loops, constrain loops we consider here
12483 further. Do not call remove_similar_memory_refs.
12484 (distribute_loop): Do not check number of loop nodes here.
12485
12486 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
12487
12488 * Makefile.in (GIMPLE_H): Do not depend on TARGET_H.
12489
12490 2012-06-03 Martin Jambor <mjambor@suse.cz>
12491
12492 * ipa-prop.h (ipa_get_jf_known_type_offset): New function.
12493 (ipa_get_jf_known_type_base_type): Likewise.
12494 (ipa_get_jf_known_type_component_type): Likewise.
12495 (ipa_get_jf_constant): Likewise.
12496 (ipa_get_jf_pass_through_formal_id): Likewise.
12497 (ipa_get_jf_pass_through_operation): Likewise.
12498 (ipa_get_jf_ancestor_offset): Likewise.
12499 (ipa_get_jf_ancestor_type): Likewise.
12500 (ipa_get_jf_ancestor_formal_id): Likewise.
12501 (ipa_get_jf_member_ptr_pfn): Likewise.
12502 * ipa-prop.c (ipa_set_jf_known_type): New function.
12503 (ipa_set_jf_constant): Likewise.
12504 (ipa_set_jf_simple_pass_through): Likewise.
12505 (ipa_set_jf_arith_pass_through): Likewise.
12506 (ipa_set_ancestor_jf): Likewise.
12507 (fill_member_ptr_cst_jump_function): Moved up and renamed to
12508 ipa_set_jf_member_ptr_cst.
12509 (detect_type_change_1): Use the new jump function creation functions.
12510 (compute_complex_assign_jump_func): Likewise.
12511 (compute_complex_ancestor_jump_func): Likewise.
12512 (compute_known_type_jump_func): Likewise.
12513 (compute_scalar_jump_functions): Likewise.
12514 (compute_pass_through_member_ptrs): Likewise.
12515 (determine_cst_member_ptr): Likewise.
12516 (combine_known_type_and_ancestor_jfs): Likewise.
12517 (try_make_edge_direct_simple_call): Likewise.
12518 (try_make_edge_direct_virtual_call): Likewise.
12519 (update_indirect_edges_after_inlining): Likewise.
12520 * ipa-cp.c (ipa_get_jf_pass_through_result): Use jump function
12521 access functions. Incorporat NOP_EXPR and BINFO handling from its
12522 callers.
12523 (ipa_get_jf_ancestor_result): Likewise. Incorporate handling BINFOs
12524 which was in its callers.
12525 (ipa_value_from_jfunc): Use jump function access functions. Some
12526 functionality moved to functions above.
12527 (propagate_vals_accross_ancestor): Likewise.
12528 (propagate_vals_accross_pass_through): Use jump function access
12529 functions.
12530 (propagate_accross_jump_function): Likewise.
12531 * ipa-inline-analysis.c (remap_edge_change_prob): Use jump function
12532 access functions.
12533 (inline_merge_summary): Likewise.
12534
12535 2012-06-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12536
12537 * config/pa/pa.h (MAX_PCREL17F_OFFSET): Define.
12538 * config/pa/pa.c (pa_attr_length_millicode_call): Use
12539 MAX_PCREL17F_OFFSET instead of fixed offset.
12540 (pa_attr_length_call): Likewise.
12541 (pa_attr_length_indirect_call): Likewise.
12542
12543 2012-06-03 Oleg Endo <olegendo@gcc.gnu.org>
12544
12545 PR target/53512
12546 * config/sh/sh.opt (mfsca, mfsrra): New options.
12547 * config/sh/sh.md (rsqrtsf2): Use TARGET_FPU_ANY and TARGET_FSRRA
12548 condition.
12549 (fsca): Use TARGET_FPU_ANY and TARGET_FSCA condition.
12550 (sinssf2, cossf2): Fold expanders to ...
12551 (sincossf3): ... this new expander. Use TARGET_FPU_ANY and
12552 TARGET_FSCA condition.
12553 * config/sh/sh.c (sh_option_override): Handle TARGET_FSRRA and
12554 TARGET_FSCA.
12555 * doc/invoke.texi (SH Options): Add descriptions for -mfsca,
12556 -mno-fsca, -mfsrra, -mno-fsrra.
12557
12558 2012-06-03 Matt Turner <mattst88@gmail.com>
12559
12560 * config/mips/4600.md (r4700_imul_si): New.
12561 (r4700_imul_di): New.
12562 (r4700_fmul_single): New.
12563 (r4700_fmul_double): New.
12564 * config/mips/mips-cpus.def: Add r4700.
12565 * config/mips/mips.c: Likewise.
12566 * config/mips/mips.md: Likewise.
12567 * config/mips/mips-tables.opt: Regenerate.
12568
12569 2012-06-02 Steven Bosscher <steven@gcc.gnu.org>
12570
12571 * config/sparc/sparc.h (INITIAL_ELIMINATION_OFFSET): Split out to
12572 new function sparc_initial_elimination_offset.
12573 * config/sparc/sparc.c (sparc_initial_elimination_offset): New
12574 function.
12575 * config/sparc/sparc-protos.h (sparc_initial_elimination_offset):
12576 Prototype it.
12577
12578 2012-06-02 Kenneth Zadeck <zadeck@naturalbridge.com>
12579
12580 * expmed.c (expand_mult, choose_multiplier): Change
12581 "2 * HOST_BITS_PER_WIDE_INT" to "HOST_BITS_PER_DOUBLE_INT".
12582 * expr.c (convert_modes): Likewise.
12583 * explow.c (plus_constant): Likewise.
12584 * fixed-value.c (fixed_saturate1, fixed_saturate2)
12585 (do_fixed_add, do_fixed_multiply, do_fixed_multiply)
12586 (do_fixed_multiply, do_fixed_multiply, do_fixed_divide)
12587 (do_fixed_divide, do_fixed_divide, do_fixed_divide)
12588 (do_fixed_divide, do_fixed_divide, do_fixed_shift, do_fixed_shift)
12589 (do_fixed_shift, fixed_convert, fixed_convert)
12590 (fixed_convert_from_int, fixed_convert_from_int)
12591 (fixed_convert_from_real): Likewise.
12592 * fold-const.c (fold_convert_const_int_from_fixed, sign_bit_p)
12593 (native_interpret_int, fold_binary_loc, fold_ternary_loc): Likewise.
12594 * varasm.c (output_constructor_bitfield): Likewise.
12595 * tree-vrp.c (register_edge_assert_for_2): Likewise.
12596 * double-int.c (rshift_double, lshift_double): Likewise.
12597 * double-int.h (double_int_fits_in_uhwi_p, double_int, double_int):
12598 Likewise.
12599 * simplify-rtx.c (mode_signbit_p)
12600 (simplify_const_unary_operation, simplify_binary_operation_1)
12601 (simplify_immed_subreg): Likewise.
12602 * builtins.c (c_readstr, fold_builtin_bitop): Likewise.
12603 * tree-vect-generic.c (build_replicated_const): Likewise.
12604 * dbxout.c (stabstr_O): Likewise.
12605 * emit-rtl.c (immed_double_int_const, immed_double_const)
12606 (gen_lowpart_common, init_emit_once): Likewise.
12607 * tree.c (integer_pow2p, tree_log2, tree_floor_log2)
12608 (widest_int_cst_value, upper_bound_in_type): Likewise.
12609 * stor-layout.c (initialize_sizetypes, fixup_signed_type)
12610 (fixup_unsigned_type): Likewise.
12611 * real.c (real_to_integer2, real_from_integer): Likewise.
12612 * dwarf2out.c (size_of_loc_descr, size_of_die, output_die)
12613 (clz_loc_descriptor, mem_loc_descriptor): Likewise.
12614
12615 2012-06-01 Eric Botcazou <ebotcazou@adacore.com>
12616
12617 PR middle-end/53501
12618 * fold-const.c (fold_binary_loc): Refine previous change.
12619
12620 2012-06-01 Olivier Hainque <hainque@adacore.com>
12621
12622 * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore
12623 the "do {" part of the do-while(0) loop.
12624
12625 2012-06-01 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
12626
12627 * config/i386/i386.c (x86_sched_reorder): New function.
12628 Added new function x86_sched_reorder.
12629
12630 2012-06-01 Richard Guenther <rguenther@suse.de>
12631
12632 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
12633 Handle PHIs.
12634 (classify_partition): Likewise.
12635
12636 2012-06-01 Richard Guenther <rguenther@suse.de>
12637
12638 * tree-loop-distribution.c (enum partition_kind): New enum.
12639 (struct partition_s): Add kind and main_stmt members.
12640 (partition_alloc): Initialize kind to PKIND_NORMAL.
12641 (partition_builtin_p): New function.
12642 (copy_loop_before): Remove failure path and assert instead.
12643 (generate_loops_for_partition): Likewise.
12644 (generate_memset_zero): Fold into ...
12645 (generate_memset_builtin): ... this.
12646 (classify_partition): New function with code from
12647 can_generate_builtin and generate_builtin.
12648 (generate_builtin): Remove.
12649 (can_generate_builtin): Likewise.
12650 (fuse_partitions_with_similar_memory_accesses): Call
12651 partition_builtin_p instead of can_generate_builtin.
12652 (rdg_build_partitions): Do not call
12653 fuse_partitions_with_similar_memory_accesses here...
12654 (ldist_gen): ... but here after classifying all partitions.
12655 Remove failure path of generate_code_for_partition.
12656 (generate_code_for_partition): Generate code according
12657 to partition classification.
12658
12659 2012-06-01 Manuel López-Ibáñez <manu@gcc.gnu.org>
12660 Jonathan Wakely <jwakely.gcc@gmail.com>
12661
12662 PR c++/50134
12663 * doc/invoke.texi (Warning Options): Explain purpose and differences
12664 between -Wmissing-prototypes and -Wmissing-declarations.
12665
12666 2012-06-01 Christian Bruel <christian.bruel@st.com>
12667
12668 * gcc.c (save_switch): Add user_p parameter.
12669 (read_specs): Likewise.
12670 (set_specs): Likewise.
12671 (validate_switches): Likewise.
12672 (validate_switches_from_spec): Likewise.
12673 (validate_all_switches): Pass on user_p parameter.
12674 (struct spec_list): Add user_p field.
12675 (struct switchstr): Add known field.
12676 (save_switch): Add known parameter.
12677 (INIT_STATIC_SPEC): Initialize user_p;
12678 (driver_unknown_option_callbac): call save_switch if
12679 OPT_SPECIAL_unknown.
12680 (driver_handle_option): Propagate OPT_specs.
12681 (do_spec_1): Set validated only if known.
12682 (check_live_switch): Likewise.
12683 (validate_switches): Set validated if known or user_spec.
12684
12685 2012-06-01 Hans-Peter Nilsson <hp@axis.com>
12686
12687 Add CRIS atomic patterns for 1, 2, and 4 bytes.
12688 * config/cris/cris.c (cris_emit_trap_for_misalignment): New function.
12689 * config/cris/cris-protos.h: Declare it.
12690 * config/cris/cris.h [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 32]
12691 (TARGET_DEFAULT): Add alignment by 32.
12692 [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 10] (TARGET_DEFAULT): New
12693 case, as TARGET_CPU_DEFAULT == 0 but with alignment as for
12694 TARGET_CPU_DEFAULT == 32.
12695 (TARGET_TRAP_UNALIGNED_ATOMIC): New macro.
12696 * config/cris/cris.md: Include sync.md. Avoid allocating specific
12697 numbers by replacing the define_constants for all UNSPECs with the
12698 equivalent define_c_enum construct.
12699 * config/cris/cris.opt (mtrap-unaligned-atomic): New option.
12700 * config/cris/sync.md: New file.
12701
12702 2012-05-31 Matt Turner <mattst88@gmail.com>
12703
12704 * config/mips/4600.md (r4600_imul_si): Rename from r4600_imul.
12705 (r4600_imul_di): New.
12706 (r4600_idiv_si): Rename from r4600_idiv.
12707 (r4600_idiv_di): New.
12708
12709 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
12710
12711 * output.h (__gcc_host_wide_int__): Move to hwint.h.
12712 (decl_default_tls_model): Move to tree.h
12713 (dump_file): Move to system.h.
12714 (default_stabs_asm_out_destructor, default_stabs_asm_out_constructor,
12715 dbxout_int, dbxout_stabd, dbxout_begin_stabn, dbxout_begin_stabn_sline,
12716 dbxout_begin_empty_stabs, dbxout_begin_simple_stabs,
12717 dbxout_begin_simple_stabs_desc, dbxout_stab_value_zero,
12718 dbxout_stab_value_zero, dbxout_stab_value_label_diff,
12719 dbxout_stab_value_internal_label,
12720 dbxout_stab_value_internal_label_diff): Move from here ...
12721 * dbxout.h: ... to here.
12722 * system.h (dump_file): Moved here from output.h.
12723 * hwint.h (__gcc_host_wide_int__): Moved here from output.h.
12724 * tree.h (decl_default_tls_model): Moved here from output.h.
12725 * varasm.c (default_stabs_asm_out_destructor,
12726 default_stabs_asm_out_constructor): Move from here ...
12727 * dbxout.c: ... to here.
12728
12729 * gcov-dump.c (dump_file): Rename to dump_gcov_file. Update callers.
12730
12731 * collect2.h (dump_file): Rename to dump_ld_file.
12732 * collect2.c: Likewise.
12733 * tlink.c: Likewise.
12734
12735 * alias.c: Do not include output.h.
12736 * auto-inc-dec.c: Likewise.
12737 * bt-load.c: Likewise.
12738 * caller-save.c: Likewise.
12739 * cfg.c: Likewise.
12740 * cfgbuild.c: Likewise.
12741 * cfgcleanup.c: Likewise.
12742 * cfglayout.c: Likewise.
12743 * cfgloop.c: Likewise.
12744 * cfgloopanal.c: Likewise.
12745 * cfgloopmanip.c: Likewise.
12746 * cfgrtl.c: Likewise.
12747 * cgraph.c: Likewise.
12748 * cgraphclones.c: Likewise.
12749 * combine-stack-adj.c: Likewise.
12750 * combine.c: Likewise.
12751 * cprop.c: Likewise.
12752 * cse.c: Likewise.
12753 * cselib.c: Likewise.
12754 * dbgcnt.c: Likewise.
12755 * df-problems.c: Likewise.
12756 * df-scan.c: Likewise.
12757 * dojump.c: Likewise.
12758 * fwprop.c: Likewise.
12759 * gcse.c: Likewise.
12760 * graph.c: Likewise.
12761 * haifa-sched.c: Likewise.
12762 * hw-doloop.c: Likewise.
12763 * ipa-inline-transform.c: Likewise.
12764 * ipa-pure-const.c: Likewise.
12765 * ipa-reference.c: Likewise.
12766 * ipa-utils.c: Likewise.
12767 * ira-build.c: Likewise.
12768 * ira-emit.c: Likewise.
12769 * lcm.c: Likewise.
12770 * loop-doloop.c: Likewise.
12771 * loop-invariant.c: Likewise.
12772 * loop-iv.c: Likewise.
12773 * loop-unroll.c: Likewise.
12774 * loop-unswitch.c: Likewise.
12775 * lto-cgraph.c: Likewise.
12776 * lto-section-in.c: Likewise.
12777 * lto-streamer-in.c: Likewise.
12778 * mcf.c: Likewise.
12779 * mode-switching.c: Likewise.
12780 * postreload-gcse.c: Likewise.
12781 * postreload.c: Likewise.
12782 * predict.c: Likewise.
12783 * profile.c: Likewise.
12784 * ree.c: Likewise.
12785 * reg-stack.c: Likewise.
12786 * regcprop.c: Likewise.
12787 * regmove.c: Likewise.
12788 * regstat.c: Likewise.
12789 * reload1.c: Likewise.
12790 * sched-ebb.c: Likewise.
12791 * sel-sched-dump.c: Likewise.
12792 * simplify-rtx.c: Likewise.
12793 * stor-layout.c: Likewise.
12794 * store-motion.c: Likewise.
12795 * tracer.c: Likewise.
12796 * tree-affine.c: Likewise.
12797 * tree-cfg.c: Likewise.
12798 * tree-cfgcleanup.c: Likewise.
12799 * tree-dfa.c: Likewise.
12800 * tree-into-ssa.c: Likewise.
12801 * tree-nomudflap.c: Likewise.
12802 * tree-optimize.c: Likewise.
12803 * tree-pretty-print.c: Likewise.
12804 * tree-profile.c: Likewise.
12805 * tree-ssa-address.c: Likewise.
12806 * tree-ssa-ccp.c: Likewise.
12807 * tree-ssa-copy.c: Likewise.
12808 * tree-ssa-dom.c: Likewise.
12809 * tree-ssa-loop-ch.c: Likewise.
12810 * tree-ssa-loop-im.c: Likewise.
12811 * tree-ssa-loop-manip.c: Likewise.
12812 * tree-ssa-loop-niter.c: Likewise.
12813 * tree-ssa-loop-prefetch.c: Likewise.
12814 * tree-ssa-loop-unswitch.c: Likewise.
12815 * tree-ssa-loop.c: Likewise.
12816 * tree-ssa-propagate.c: Likewise.
12817 * tree-ssa-structalias.c: Likewise.
12818 * tree-ssa-tail-merge.c: Likewise.
12819 * tree-ssa-threadedge.c: Likewise.
12820 * tree-ssa-threadupdate.c: Likewise.
12821 * tree-ssa-uncprop.c: Likewise.
12822 * tree-ssa-uninit.c: Likewise.
12823 * tree-ssa.c: Likewise.
12824 * value-prof.c: Likewise.
12825 * var-tracking.c: Likewise.
12826 * web.c: Likewise.
12827
12828 * config/m32r/m32r.c: Include dbxout.h.
12829 * config/pa/pa.c: Likewise.
12830 * config/rs6000/rs6000.c: Likewise.
12831
12832 * Makefile.in: Fix dependencies.
12833 * config/rs6000/t-rs5000: Likewise.
12834
12835 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
12836
12837 * tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.
12838 * gimple.h (block_in_transaction): Check for flag_tm.
12839
12840 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
12841
12842 PR tree-optimization/52558
12843 * cfg.c (alloc_aux_for_edge): Fix comment.
12844 (alloc_aux_for_edge): Remove static.
12845 * basic-block.h (alloc_aux_for_edge): Protoize.
12846 * tree-ssa-loop-im.c (execute_sm_if_changed): New.
12847 (execute_sm_if_changed_flag): New.
12848 (execute_sm_if_changed_flag_set): New.
12849 (execute_sm): Do not generate data races unless requested.
12850 (tree_ssa_lim_initialize): Call alloc_aux_for_edges.
12851 (tree_ssa_lim_finalize): Call free_aux_for_edges.
12852 * gimple.h (block_in_transaction): New.
12853 (gimple_in_transaction): Use block_in_transaction.
12854
12855 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
12856
12857 PR target/51345
12858 * config/avr/avr.opt (-msp8): Document it.
12859 * doc/invoke.texi (AVR Options): Ditto. And document related
12860 built-in macros.
12861
12862 2012-05-31 Diego Novillo <dnovillo@google.com>
12863
12864 * configure.ac (CXX_FOR_BUILD): Define and substitute.
12865 (BUILD_CXXFLAGS): Define and substitute.
12866 * Makefile.in (BUILD_CXXFLAGS): Define.
12867 (CXX_FOR_BUILD): Define.
12868 (COMPILER_FOR_BUILD): Set to CXX_FOR_BUILD if building with C++.
12869 (LINKER_FOR_BUILD): Likewise.
12870 (BUILD_COMPILERFLAGS): Set to BUILD_CXXFLAGS if building with C++.
12871 (BUILD_LINKERFLAGS): Likewise.
12872 * configure: Regenerate.
12873
12874 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
12875
12876 * Makefile.in: Fix many dependencies.
12877 * tree-profile.c: Don't include regs.h.
12878 * tree-vectorizer.c: Don't include cfglayout.h.
12879 * tree-vect-stmts.c: Likewise.
12880 * tree-vect-slp.c: Likewise.
12881 * tree-vect-loop.c: Likewise.
12882 * reg-stack.c: Likewise.
12883 * tree-ssa-loop-manip.c: Likewise.
12884 * toplev.c: Likewise.
12885 * varasm.c: Don't include cfglayout.h, basic-block.h,
12886 and tree-iterator.h.
12887 * tree-cfgcleanup.c: Don't include cfglayout.h.
12888 * passes.c: Don't include cfglayout.h, dwarf2asm.h,
12889 dwarf2out.h, dbxout.h, sdbout.h, and xcoffout.h.
12890 * cgraphclones.c: Don't include plugin.h.
12891
12892 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
12893
12894 * config/avr/t-avr: Correct avr-mmcu.texi dependencies.
12895 (s-avr-mmcu-texi): Don't sed on gen-avr-mmcu-texi output.
12896 * doc/avr-mmcu.texi (svn:eol-style): Set to native.
12897
12898 2012-05-31 Richard Guenther <rguenther@suse.de>
12899
12900 * tree-loop-distribution.c (struct partition_s): New struct,
12901 typedef and vector type.
12902 (partition_alloc, partition_free): New functions.
12903 (generate_loops_for_partition, generate_builtin,
12904 generate_code_for_partition, rdg_flag_uses, rdg_flag_vertex,
12905 rdg_flag_vertex_and_dependent, rdg_flag_loop_exits,
12906 build_rdg_partition_for_component, can_generate_builtin,
12907 similar_memory_accesses, fuse_partitions_with_similar_memory_accesses,
12908 rdg_build_partitions, dump_rdg_partitions, debug_rdg_partitions,
12909 number_of_rw_in_partition, partition_contains_all_rw,
12910 ldist_gen): Use partition_t instead of bitmap.
12911
12912 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
12913
12914 * config/avr/gen-avr-mmcu-texi.c: Sort MCUs.
12915 * doc/avr-mmcu.texi: Regenerate.
12916
12917 2012-05-31 Richard Guenther <rguenther@suse.de>
12918
12919 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
12920 Use FOR_EACH_SSA_DEF_OPERAND.
12921 (generate_builtin): Adjust.
12922 (stmt_generated_in_another_partition): Remove.
12923 (add_scalar_computations_to_partition): Likewise.
12924 (rdg_build_partitions): Do not call
12925 add_scalar_computations_to_partition.
12926
12927 2012-05-31 Eric Botcazou <ebotcazou@adacore.com>
12928
12929 * tree-dfa.c (get_ref_base_and_extent): Compute the offset using
12930 double ints throughout.
12931 * tree-sra.c (build_user_friendly_ref_for_offset) <RECORD_TYPE>:
12932 Check that the position of the field is representable as an integer.
12933
12934 2012-05-31 Richard Guenther <rguenther@suse.de>
12935
12936 * tree-data-ref.c (dr_analyze_innermost): Properly convert
12937 the MEM_REF offset to sizetype.
12938
12939 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
12940
12941 * doc/invoke.texi (AVR Options): Fix typos.
12942
12943 2012-05-31 Hans-Peter Nilsson <hp@axis.com>
12944
12945 * config/cris/cris.h (CC1_SPEC): Pass through all -march=
12946 and -mcpu= options.
12947 (ASM_SPEC): Ditto, not just -march=v32, but translate non-v10,
12948 non-v32 into --march=v0_v10.
12949
12950 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
12951
12952 * ira-int.h (target_ira_int): Rename x_move_cost to
12953 x_ira_register_move_cost, x_may_move_in_cost to
12954 x_ira_may_move_in_cost and x_may_move_out_cost to
12955 x_ira_may_move_out_cost. Delete the old fields with
12956 those names and also x_ira_max_register_move_cost,
12957 x_ira_max_may_move_in_cost and x_ira_max_may_move_out_cost.
12958 (move_cost, may_move_in_cost, may_move_out_cost)
12959 (ira_max_register_move_cost, ira_max_may_move_in_cost)
12960 (ira_max_may_move_out_cost): Delete.
12961 * ira.c (init_move_cost): Rename to...
12962 (ira_init_register_move_cost): ...this, deleting the old
12963 function with that name. Apply above variable renamings.
12964 Retain asserts for null fields.
12965 (ira_init_once): Don't initialize register move costs here.
12966 (free_register_move_costs): Apply above variable renamings.
12967 Remove code for deleted fields.
12968
12969 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
12970
12971 * ira.c (init_move_cost): Adjust choice of subclasses to match
12972 the current ira_init_register_move_cost choice. Use
12973 ira_class_subset_p instead of reg_class_subset_p.
12974 (ira_init_register_move_cost): Assert that move_cost,
12975 may_move_in_cost and may_move_out_cost already hold the desired
12976 values for their ira_* equivalents. For the latter two,
12977 ignore classes that can't store a register of the given mode.
12978
12979 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
12980
12981 * ira.c (setup_allocno_and_important_classes): Use
12982 ira_class_hard_regs_num to check whether a class has any
12983 allocatable registers.
12984 (ira_init_register_move_cost): Likewise.
12985
12986 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
12987
12988 * ira.c (init_move_cost): Adjust local variable names to match
12989 file conventions. Use ira_assert instead of gcc_assert.
12990
12991 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
12992
12993 * regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost):
12994 Move these definitions and associated target_globals fields to...
12995 * ira-int.h: ...here.
12996 * rtl.h (init_move_cost): Delete.
12997 * reginfo.c (last_mode_for_init_move_cost, init_move_cost): Move to...
12998 * ira.c: ...here, making the latter static.
12999
13000 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
13001
13002 * ira-costs.c (copy_cost): Use ira_init_register_move_cost_if_necessary
13003 and ira_register_move_cost instead of init_move_cost and move_cost.
13004
13005 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
13006
13007 * ira.h (target_ira): Delete x_ira_available_class_regs.
13008 (ira_available_class_regs): Delete.
13009 * ira.c (setup_available_class_regs): Delete.
13010 (setup_alloc_classes): Don't call it.
13011 (setup_pressure_classes): Use ira_class_hard_regs_num instead of
13012 ira_available_class_regs.
13013 * haifa-sched.c (print_curr_reg_pressure, setup_insn_reg_pressure_info)
13014 (model_spill_cost): Likewise.
13015 * ira-build.c (low_pressure_loop_node_p): Likewise.
13016 * ira-color.c (color_pass): Likewise.
13017 * ira-emit.c (change_loop): Likewise.
13018 * ira-lives.c (inc_register_pressure, dec_register_pressure)
13019 (single_reg_class, ira_implicitly_set_insn_hard_regs)
13020 (process_bb_node_lives): Likewise.
13021 * loop-invariant.c (gain_for_invariant): Likewise.
13022
13023 2012-05-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13024
13025 PR target/52999
13026 * config/pa/pa.c (TARGET_SECTION_TYPE_FLAGS): Define.
13027 (pa_section_type_flags): New.
13028 (pa_legitimate_constant_p): Revert previous change.
13029
13030 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
13031
13032 * ira.c (allocate_initial_values): Make static.
13033
13034 2012-05-30 Uros Bizjak <ubizjak@gmail.com>
13035
13036 * config/i386/i386.c (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>:
13037 Generate tls_initial_exec_64_sun only when !TARGET_X32.
13038
13039 2012-05-30 Richard Guenther <rguenther@suse.de>
13040
13041 PR middle-end/53501
13042 * fold-const.c (fold_binary_loc): Make sure to call
13043 fold_plusminus_mult_expr with the original sign of operands.
13044
13045 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
13046
13047 * Makefile.in: Fix many dependencies.
13048 (DWARF2_H): Depend on dwarf2.def.
13049 (RTL_ERROR_H): Depend on rtl-error.h.
13050 (TREE_PRETTY_PRINT_H, GIMPLE_PRETTY_PRINT_H): New. Replace
13051 all gimple-pretty-print.h and tree-pretty-print.h references.
13052
13053 2012-05-30 Marc Glisse <marc.glisse@inria.fr>
13054
13055 * simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of
13056 concatenations.
13057
13058 2012-05-30 Richard Guenther <rguenther@suse.de>
13059
13060 PR middle-end/53522
13061 * tree-emutls.c (gen_emutls_addr): Do not add globals to
13062 referenced-vars.
13063
13064 2012-05-30 Eric Botcazou <ebotcazou@adacore.com>
13065
13066 * explow.c (probe_stack_range): Restore simple control flow and stop
13067 again when the probe cannot be generated if HAVE_check_stack.
13068
13069 2012-05-30 Jakub Jelinek <jakub@redhat.com>
13070
13071 PR rtl-optimization/53519
13072 * combine.c (simplify_shift_const_1) <case NOT>: Use constm1_rtx
13073 instead of GEN_INT (GET_MODE_MASK (mode)) as second operand of XOR.
13074
13075 2012-05-30 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
13076
13077 * config/arm/arm.c (arm_evpc_neon_vrev): Adjust off by one error.
13078
13079 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
13080
13081 PR debug/53453
13082 * doc/tm.texi: Update.
13083 * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Add @hook.
13084 * target.def (force_at_comp_dir): New hook.
13085 * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Define.
13086 * dwarf2out.c (dwarf2out_finish): Check targetm.force_at_comp_dir.
13087
13088 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
13089
13090 * config/darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when
13091 Darwin >= 10.
13092 (DARWIN_DYLIB1_SPEC): Do not use -ldylib1.10.5.o when Darwin >= 10.
13093 (DARWIN_CRT1_SPEC): Use -lcrt1.10.6.o when Darwin >= 10.
13094
13095 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
13096
13097 PR target/51340
13098 * config/sh/sh.c (sh_option_override): Set TARGET_FMAC if
13099 flag_unsafe_math_optimizations is set.
13100 * doc/invoke.texi (SH Options): Add -mno-fused-madd description.
13101 Update description of -mfused-madd.
13102
13103 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
13104
13105 PR target/52941
13106 * config/sh/predicates.md (atomic_arith_operand,
13107 atomic_logical_operand): New predicates.
13108 * config/sh/sh.c (sh_option_override): Check atomic options.
13109 * config/sh/sh.h (TARGET_ANY_ATOMIC, UNSUPPORTED_ATOMIC_OPTIONS,
13110 UNSUPPORTED_HARD_ATOMIC_CPU): New macros.
13111 (DRIVER_SELF_SPECS): Use UNSUPPORTED_ATOMIC_OPTIONS and
13112 UNSUPPORTED_HARD_ATOMIC_CPU.
13113 * config/sh/sync.md: Update description comments.
13114 (I12): New mode iterator.
13115 (fetchop_predicate, fetchop_constraint): New code attributes.
13116 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
13117 atomic_exchangesi_hard, atomic_exchange<mode>_hard,
13118 atomic_fetch_<fetchop_name>si_hard,
13119 atomic_fetch_<fetchop_name><mode>_hard,
13120 atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
13121 atomic_<fetchop_name>_fetchsi_hard,
13122 atomic_<fetchop_name>_fetch<mode>_hard,
13123 atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
13124 atomic_test_and_set_hard): New insns.
13125 (atomic_compare_and_swap<mode>_soft, atomic_exchange<mode>_soft,
13126 atomic_fetch_<fetchop_name><mode>_soft, atomic_fetch_nand<mode>_soft,
13127 atomic_<fetchop_name>_fetch<mode>_soft, atomic_nand_fetch<mode>_soft,
13128 atomic_test_and_set_soft): Use same formatting for the first line of
13129 the asm block as in new insns above.
13130 (atomic_compare_and_swap<mode>, atomic_exchange<mode>,
13131 atomic_fetch_<fetchop_name><mode>, atomic_<fetchop_name>_fetch<mode>,
13132 atomic_test_and_set): Integrate new *_hard insns into expanders.
13133 * config/sh/sh.opt (mhard-atomic): New option.
13134 * doc/invoke.texi (SH Options): Document it.
13135
13136 2012-05-29 Meador Inge <meadori@codesourcery.com>
13137
13138 * c-decl.c (c_push_function_context): Always create a new language
13139 function.
13140 (c_pop_function_context): Clear the language function created in
13141 c_push_function_context.
13142
13143 2012-05-29 Matt Turner <mattst88@gmail.com>
13144
13145 * config/alpha/ev6.md: (define_bypass "ev6_fmul,ev6_fadd"): New.
13146 (define_bypass "ev6_fcmov"): New.
13147
13148 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
13149
13150 * integrate.c: Remove.
13151 * integrate.h: Remove.
13152 * Makefile.in: Remove make rules for integrate.c and INTEGRATE_H.
13153 * config/arm/t-arm: Remove INTEGRATE_H dependency for target files.
13154 * config/rs6000/t-rs6000: Likewise
13155 * config/spu/t-spu-elf: Likewise.
13156 * function.h (get_hard_reg_initial_val, has_hard_reg_initial_val,
13157 get_hard_reg_initial_reg, emit_initial_value_sets): Move prototypes
13158 from integrate.h to here.
13159 (initial_value_entry): New prototype.
13160 * reload.h (allocate_initial_values): Remove prototype.
13161 * tree.h (set_decl_abstract_flags, set_decl_origin_self): Likewise.
13162 * cse.c (fixed_base_plus_p): Don't handle virtual registers for
13163 integrate.c.
13164 * dwarf2out.c (set_decl_origin_self, set_block_origin_self,
13165 set_decl_abstract_flags, set_block_abstract_flags): Move from
13166 integrate.c to here, the only user.
13167 * expmed.c (extract_fixed_bit_field): Remove outdated comment
13168 about integrate.c.
13169 * function.c: Don't include integrate.h.
13170 (struct initial_value_pair, struct initial_value_struct,
13171 get_hard_reg_initial_val, has_hard_reg_initial_val,
13172 get_hard_reg_initial_reg, emit_initial_value_sets): Move from
13173 integrate.c to here.
13174 (initial_value_entry): New function.
13175 * genemit.c (main): Don't print integrate.h include line.
13176 * ira.c: Don't include integrate.h.
13177 (allocate_initial_values): Move from integrate.c to here.
13178 (ira): Update allocate_initial_values call.
13179 * tree-inline.c: Don't include integrate.h.
13180 (function_attribute_inlinable_p): Moved from integrate.c to here.
13181 * cfgexpand.c: Don't include integrate.h.
13182 * except.c: Likewise.
13183 * langhooks.c: Likewise.
13184 * passes.c: Likewise.
13185 * toplev.c: Likewise.
13186 * config/frv/frv.c: Likewise.
13187 * config/pa/pa.c: Likewise.
13188 * config/spu/spu.c: Likewise.
13189 * config/epiphany/epiphany.c: Likewise.
13190 * config/mep/mep.c: Likewise.
13191 * config/score/score.c: Likewise.
13192 * config/picochip/picochip.c: Likewise.
13193 * config/sh/sh.c: Likewise.
13194 * config/alpha/alpha.c: Likewise.
13195 * config/microblaze/microblaze.c: Likewise.
13196 * config/mips/mips.c: Likewise.
13197 * config/v850/v850.c: Likewise.
13198 * config/mmix/mmix.c: Likewise.
13199 * config/bfin/bfin.c: Likewise.
13200 * config/arm/arm.c: Likewise.
13201 * config/s390/s390.c: Likewise.
13202 * config/m32r/m32r.c: Likewise.
13203 * config/rs6000/rs6000.c: Likewise.
13204 * config/c6x/c6x.c: Include function.h instead of integrate.h.
13205 * config/tilegx/tilegx.c: Likewise.
13206 * config/tilepro/tilepro.c: Likewise.
13207
13208 2012-05-29 Georg-Johann Lay <avr@gjlay.de>
13209
13210 * config/avr/t-avr (s-avr-mmcu-texi): Call
13211 gen-avr-mmcu-texi$(build_exeext) via ./ and don't assume . is in PATH.
13212
13213 2012-05-29 Michael Matz <matz@suse.de>
13214
13215 * rtl.h (assign_stack_temp, assign_stack_temp_for_type,
13216 assign_temp): Remove 'keep' argument.
13217 (mark_temp_addr_taken): Remove prototype.
13218 * tree.h (expand_decl): Remove prototype.
13219 * function.c (struct temp_slot): Remove addr_taken and keep member.
13220 (assign_stack_temp_for_type) Don't initialize above, remove
13221 keep argument.
13222 (assign_stack_temp, assign_temp): Remove keep argument.
13223 (mark_temp_addr_taken): Remove.
13224 (preserve_temp_slots): Remove handling of addr_taken and keep members.
13225 (free_temp_slots): Ditto.
13226 * expr.c (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Remove
13227 dead code.
13228 * stmt.c (expand_asm_operands): Remove dead code.
13229 (expand_decl): Remove.
13230 * c-decl.c (finish_struct): Don't call expand_decl.
13231 * builtins.c (expand_builtin_cexpi): Adjust calls to assign_temp
13232 and assign_stack_temp.
13233 * calls.c (save_fixed_argument_area, initialize_argument_information,
13234 expand_call, emit_library_call_value_1, store_one_arg): Ditto.
13235 * expmed.c (extract_bit_field_1): Ditto.
13236 * expr.c (emit_group_load_1, emit_group_store,
13237 copy_blkmode_from_reg, emit_push_insn, expand_assignment,
13238 store_field, expand_constructor, expand_cond_expr_using_cmove,
13239 expand_expr_real_2, expand_expr_real_1): Ditto.
13240 * stmt.c (expand_asm_operands, expand_return): Ditto.
13241
13242 * function.c (pop_temp_slots): Call free_temp_slots.
13243 * calls.c (store_one_arg): Don't call preserve_temp_slots or
13244 free_temp_slots.
13245 * expr.c (expand_assignment): Don't call free_temp_slots.
13246
13247 * config/arm/arm.c (neon_expand_vector_init): Ditto.
13248 * config/i386/i386.c (ix86_expand_vector_set): Ditto.
13249 (ix86_expand_vector_extract): Ditto.
13250 * config/ia64/ia64.c (spill_xfmode_rfmode_operand,
13251 ia64_expand_movxf_movrf): Ditto.
13252 * config/mips/mips.c (mips_expand_vi_general): Ditto.
13253 * config/mmix/mmix.md (floatdisf2, floatunsdisf2, truncdfsf2,
13254 extendsfdf2): Ditto.
13255 * config/rs6000/rs6000.c (rs6000_expand_vector_init,
13256 rs6000_expand_vector_set, rs6000_expand_vector_extract,
13257 rs6000_allocate_stack_temp): Ditto.
13258 * config/rs6000/rs6000.md (fix_trunctfsi2_fprs): Ditto.
13259 * config/sparc/sparc.c (emit_soft_tfmode_libcall,
13260 sparc_emit_float_lib_cmp, sparc_emit_float_lib_cmp,
13261 sparc_expand_vector_init): Ditto.
13262
13263 2012-05-29 Michael Matz <matz@suse.de>
13264
13265 * c-tree.h (c_expand_decl): Remove prototype.
13266
13267 * expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate
13268 a kept temp.
13269 (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Make unreachable.
13270 * gimple-fold.c (canonicalize_constructor_val): Canonicalize
13271 COMPOUND_LITERAL_EXPR.
13272 * function.c (expand_function_start): Don't call expand_decl,
13273 instead assert that we have RTL assigned.
13274 * tree-ssa-live.c (remove_unused_locals): Clear
13275 nonlocal_goto_save_area if its backing variable is removed.
13276 * stmt.c (expand_asm_operands): Remove handling of non-lvalues
13277 as mem inputs.
13278 (expand_decl): Assert that this does nothing.
13279 * calls.c (expand_call): Don't call mark_temp_addr_taken.
13280
13281 2012-05-29 Richard Guenther <rguenther@suse.de>
13282
13283 PR tree-optimization/53516
13284 * tree-data-ref.c (stmt_with_adjacent_zero_store_dr_p): Reject
13285 bitfield accesses.
13286 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
13287
13288 2012-05-29 Joseph Myers <joseph@codesourcery.com>
13289
13290 * LANGUAGES: Fix typos.
13291 * Makefile.in: Fix typos.
13292 * alias.c: Fix typos.
13293 * auto-inc-dec.c: Fix typos.
13294 * bb-reorder.c: Fix typos.
13295 * cfgcleanup.c: Fix typos.
13296 * cgraph.c: Fix typos.
13297 * cgraph.h: Fix typos.
13298 * cgraphunit.c: Fix typos.
13299 * collect2-aix.h: Fix typos.
13300 * collect2.c: Fix typos.
13301 * compare-elim.c: Fix typos.
13302 * config/alpha/vms.h: Fix typos.
13303 * config/arm/README-interworking: Fix typos.
13304 * config/arm/arm.c: Fix typos.
13305 * config/arm/iterators.md: Fix typos.
13306 * config/arm/vxworks.h: Fix typos.
13307 * config/avr/avr.c: Fix typos.
13308 * config/avr/avr.h: Fix typos.
13309 * config/avr/avr.md: Fix typos.
13310 * config/avr/builtins.def: Fix typos.
13311 * config/c6x/c6x.c: Fix typos.
13312 * config/cr16/cr16.c: Fix typos.
13313 * config/cr16/cr16.md: Fix typos.
13314 * config/cris/cris.md: Fix typos.
13315 * config/darwin.c: Fix typos.
13316 * config/darwin.opt: Fix typos.
13317 * config/i386/i386-c.c: Fix typos.
13318 * config/i386/i386.c: Fix typos.
13319 * config/ia64/ia64.c: Fix typos.
13320 * config/m68k/cf.md: Fix typos.
13321 * config/mep/mep.c: Fix typos.
13322 * config/microblaze/microblaze.c: Fix typos.
13323 * config/microblaze/microblaze.h: Fix typos.
13324 * config/mn10300/mn10300.c: Fix typos.
13325 * config/mn10300/mn10300.md: Fix typos.
13326 * config/pa/pa.c: Fix typos.
13327 * config/picochip/picochip.h: Fix typos.
13328 * config/rs6000/a2.md: Fix typos.
13329 * config/rs6000/rs6000.c: Fix typos.
13330 * config/rs6000/vector.md: Fix typos.
13331 * config/rx/rx.md: Fix typos.
13332 * config/rx/rx.opt: Fix typos.
13333 * config/s390/2097.md: Fix typos.
13334 * config/s390/s390.c: Fix typos.
13335 * config/s390/s390.h: Fix typos.
13336 * config/sh/sh.c: Fix typos.
13337 * config/sh/sh.md: Fix typos.
13338 * config/sparc/sync.md: Fix typos.
13339 * config/spu/spu.c: Fix typos.
13340 * config/spu/spu.md: Fix typos.
13341 * config/vms/vms.c: Fix typos.
13342 * config/vxworks-dummy.h: Fix typos.
13343 * config/vxworks.h: Fix typos.
13344 * cselib.c: Fix typos.
13345 * df-scan.c: Fix typos.
13346 * df.h: Fix typos.
13347 * doc/extend.texi: Fix typos.
13348 * doc/install.texi: Fix typos.
13349 * doc/invoke.texi: Fix typos.
13350 * doc/md.texi: Fix typos.
13351 * doc/plugins.texi: Fix typos.
13352 * doc/rtl.texi: Fix typos.
13353 * dse.c: Fix typos.
13354 * dwarf2asm.c: Fix typos.
13355 * dwarf2out.c: Fix typos.
13356 * except.h: Fix typos.
13357 * expr.c: Fix typos.
13358 * fold-const.c: Fix typos.
13359 * gcc.c: Fix typos.
13360 * gcse.c: Fix typos.
13361 * genautomata.c: Fix typos.
13362 * gengtype-state.c: Fix typos.
13363 * gengtype.c: Fix typos.
13364 * genhooks.c: Fix typos.
13365 * gimple-fold.c: Fix typos.
13366 * gimple-pretty-print.c: Fix typos.
13367 * gimple.c: Fix typos.
13368 * gimple.h: Fix typos.
13369 * gimplify.c: Fix typos.
13370 * graphite-interchange.c: Fix typos.
13371 * graphite-sese-to-poly.c: Fix typos.
13372 * ifcvt.c: Fix typos.
13373 * input.c: Fix typos.
13374 * ipa-cp.c: Fix typos.
13375 * ipa-inline-analysis.c: Fix typos.
13376 * ipa-inline-transform.c: Fix typos.
13377 * ipa-inline.c: Fix typos.
13378 * ipa-pure-const.c: Fix typos.
13379 * ipa-ref.h: Fix typos.
13380 * ipa-reference.c: Fix typos.
13381 * ipa-utils.c: Fix typos.
13382 * ipa.c: Fix typos.
13383 * ira-emit.c: Fix typos.
13384 * ira-lives.c: Fix typos.
13385 * lto-streamer.c: Fix typos.
13386 * lto-streamer.h: Fix typos.
13387 * lto-wrapper.c: Fix typos.
13388 * mcf.c: Fix typos.
13389 * mode-switching.c: Fix typos.
13390 * modulo-sched.c: Fix typos.
13391 * plugin.c: Fix typos.
13392 * postreload.c: Fix typos.
13393 * sched-deps.c: Fix typos.
13394 * sel-sched-ir.c: Fix typos.
13395 * sel-sched-ir.h: Fix typos.
13396 * sel-sched.c: Fix typos.
13397 * sese.c: Fix typos.
13398 * stor-layout.c: Fix typos.
13399 * target-hooks-macros.h: Fix typos.
13400 * target.def: Fix typos.
13401 * trans-mem.c: Fix typos.
13402 * tree-eh.c: Fix typos.
13403 * tree-predcom.c: Fix typos.
13404 * tree-sra.c: Fix typos.
13405 * tree-ssa-address.c: Fix typos.
13406 * tree-ssa-loop-ivopts.c: Fix typos.
13407 * tree-ssa-loop-niter.c: Fix typos.
13408 * tree-ssa-math-opts.c: Fix typos.
13409 * tree-ssa-pre.c: Fix typos.
13410 * tree-ssa-propagate.c: Fix typos.
13411 * tree-ssa-reassoc.c: Fix typos.
13412 * tree-ssa-sccvn.c: Fix typos.
13413 * tree-ssa-ter.c: Fix typos.
13414 * tree-ssa-uninit.c: Fix typos.
13415 * tree-ssanames.c: Fix typos.
13416 * tree-vect-generic.c: Fix typos.
13417 * tree-vect-slp.c: Fix typos.
13418 * tree.c: Fix typos.
13419 * tree.h: Fix typos.
13420 * varasm.c: Fix typos.
13421 * varpool.c: Fix typos.
13422
13423 2012-05-29 Joseph Myers <joseph@codesourcery.com>
13424
13425 * doc/include/texinfo.tex: Update to version 2012-05-16.16.
13426
13427 2012-05-29 Richard Guenther <rguenther@suse.de>
13428
13429 * tree-dfa.c (find_vars_r): Do not call add_referenced_vars
13430 for globals.
13431 (add_referenced_var_1): Re-organize. Assert we are not
13432 called for globals.
13433 (remove_referenced_var): Likewise.
13434 * varpool.c (add_new_static_var): Use create_tmp_var_raw.
13435 * tree-mudflap.c (execute_mudflap_function_ops): Do not
13436 call add_referenced_var on globals.
13437 * matrix-reorg.c (transform_access_sites): Likewise.
13438
13439 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
13440
13441 * alias.c (reg_known_value): Make this a VEC.
13442 (reg_known_equiv_p): Make this an sbitmap.
13443 (reg_known_value_size): Remove.
13444 (get_reg_known_value, set_reg_known_value, get_reg_known_equiv_p,
13445 set_reg_known_equiv_p): Update for reg_known_value and
13446 reg_known_value_size data structure change.
13447 (init_alias_analysis, end_alias_analysis): Likewise.
13448
13449 2012-05-29 Jakub Jelinek <jakub@redhat.com>
13450
13451 PR middle-end/53510
13452 * input.c (read_line): Use XRESIZEVEC instead of XNEWVEC
13453 to avoid leaking memory. No need to handle memory allocation
13454 failure. Double string_len on each reallocation instead of adding 2.
13455 * gcov.c (read_line): Likewise.
13456
13457 2012-05-29 Hans-Peter Nilsson <hp@axis.com>
13458
13459 * config/cris/cris.h (TARGET_HAS_BREAK, TARGET_TRAP_USING_BREAK8):
13460 New macros.
13461 * config/cris/cris.md ("trap"): Define, enabled for
13462 TARGET_TRAP_USING_BREAK8.
13463 * config/cris/cris.opt (mtrap-using-break8): New option.
13464
13465 2012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
13466
13467 PR c++/25137
13468 * doc/invoke.texi: Document -Wmissing-braces not enabled by -Wall
13469 for C++.
13470
13471 2012-05-28 Hans-Peter Nilsson <hp@axis.com>
13472
13473 * doc/md.texi (stack_protect_test): Remove negation of branch to label.
13474 (Standard Names): Fix typos in documentation of atomic patterns.
13475
13476 2012-05-27 Nathan Sidwell <nathan@acm.org>
13477
13478 * tree.c (build_constructor): Propagate TREE_SIDE_EFFECTS.
13479
13480 2012-05-26 Jason Merrill <jason@redhat.com>
13481
13482 PR c++/53220
13483 * c-typeck.c (array_to_pointer_conversion): Give -Wc++-compat warning
13484 about array compound literals.
13485
13486 2012-05-26 Eric Botcazou <ebotcazou@adacore.com>
13487
13488 * cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks
13489 if CLEANUP_NO_INSN_DEL.
13490 * cfgrtl.c (unique_locus_on_edge_between_p): New function extracted
13491 from cfg_layout_merge_blocks.
13492 (emit_nop_for_unique_locus_between): New function.
13493 (rtl_merge_blocks): Invoke emit_nop_for_unique_locus_between.
13494 (cfg_layout_merge_blocks): Likewise.
13495
13496 2012-05-26 Dimitrios Apostolou <jimis@gmx.net>
13497 Paolo Bonzini <bonzini@gnu.org>
13498
13499 * df-scan.c (df_def_record_1): Assert a parallel must contain an
13500 EXPR_LIST at this point. Receive the LOC and move its extraction...
13501 (df_defs_record): ... here. Change if-else to a switch statement.
13502 (df_find_hard_reg_defs, df_find_hard_reg_defs_1): New.
13503 (df_get_call_refs): Changed defs_generated from bitmap to HARD_REG_SET
13504 and compute it from df_find_hard_reg_defs(). Record DF_REF_BASE
13505 DEFs in REGNO order. Use HARD_REG_SET instead of bitmap for
13506 regs_invalidated_by_call.
13507 (df_insn_refs_collect): Record DF_REF_REGULAR DEFs after
13508 df_get_call_refs().
13509
13510 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
13511
13512 PR lto/52178
13513 * tree-inline.c (remap_gimple_op_r): Fix handling of FIELD_DECL.
13514 * tree.c (RETURN_TRUE_IF_VAR): Do not return true for PLACEHOLDER_EXPR.
13515
13516 2012-05-25 Michael Meissner <meissner@linux.vnet.ibm.com>
13517
13518 * config/rs6000/t-linux64: Delete the 32-bit multilib that uses
13519 software floating point emulation. No longer build the multilibs
13520 with -mstrict-align.
13521
13522 2012-05-25 Aldy Hernandez <aldyh@redhat.com>
13523
13524 PR middle-end/53008
13525 * trans-mem.c (ipa_tm_create_version_alias): Output new_node if
13526 accessed indirectly.
13527 (ipa_tm_create_version): Same.
13528
13529 2012-05-25 Uros Bizjak <ubizjak@gmail.com>
13530
13531 PR target/53474
13532 * config/i386/i386.c (ix86_print_operand) <case 'O'>: Print '.' here.
13533 <case 'C', case 'c', case 'F', case 'f'>: Print '.' only for C and c.
13534
13535 2012-05-25 Alexander Ivchenko <alexander.ivchenko@intel.com>
13536
13537 PR target/53435
13538 * config/i386/i386.c (ix86_expand_vec_perm): Use correct op.
13539 (ix86_expand_vec_perm): Use int mode instead of float.
13540 (expand_vec_perm_pshufb): Remove handling of useseless type
13541 conversion.
13542
13543 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
13544
13545 PR ada/52362
13546 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Set gas and
13547 gnu_ld variables to yes.
13548 * configure.ac (HAVE_GNU_LD): Move to after config.gcc inclusion.
13549 (HAVE_GNU_AS): Likewise.
13550 * config.in: Regenerate.
13551 * configure: Likewise.
13552
13553 2012-05-25 Tristan Gingold <gingold@adacore.com>
13554
13555 * config/i386/i386.c (struct ix86_frame): Remove unused frame field.
13556 (ix86_compute_frame_layout): Fix type of stack_alignment_needed
13557 and preferred_alignment.
13558
13559 2012-05-25 Tristan Gingold <gingold@adacore.com>
13560
13561 * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.
13562
13563 2012-05-25 Thomas Schwinge <thomas@codesourcery.com>
13564
13565 * fold-const.c (optimize_bit_field_compare): Abort early in the strict
13566 volatile bitfields case.
13567
13568 2012-05-24 Pat Haugen <pthaugen@us.ibm.com>
13569
13570 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
13571 rs6000_sched_costly_dep default to true_store_to_load_dep_costly.
13572 (adjacent_mem_locations): Move some code to and call...
13573 (get_memref_parts): ...new function.
13574 (mem_locations_overlap): New function.
13575 (rs6000_adjust_priority): Adjust calls to is_load_insn/is_store_insn.
13576 (is_mem_ref): Rename to...
13577 (find_mem_ref): ...this. Return MEM rtx.
13578 (get_store_dest): Remove function.
13579 (is_load_insn1, is_load_insn, is_store_insn1, is_store_insn): Add
13580 new parameter and adjust calls.
13581 (rs6000_is_costly_dependence): Update calls for extra arg. Make sure
13582 mem refs overlap for true_store_to_load_dep_costly.
13583 (rs6000_sched_reorder2): Update calls for extra arg. Adjust args
13584 passed to adjacent_mem_locations.
13585 (is_costly_group): Walk resolved dependency list.
13586 (force_new_group): Emit group ending nop for Power6/Power7.
13587 * config/rs6000/rs6000.md (UNSPEC_GRP_END_NOP): New enum value.
13588 (group_ending_nop): New define_insn.
13589
13590 2012-05-24 Dodji Seketeli <dodji@redhat.com>
13591
13592 Make unwound macro expansion trace less redundant
13593 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Don't print
13594 context of macro definition in the trace, when it's redundant.
13595 Update comments.
13596
13597 2012-05-24 Richard Guenther <rguenther@suse.de>
13598
13599 PR middle-end/53460
13600 * tree-profile.c (tree_profiling): Cleanup the CFG if
13601 execute_fixup_cfg requests it.
13602
13603 2012-05-24 Richard Guenther <rguenther@suse.de>
13604
13605 * tree-flow.h (create_var_ann): Remove.
13606 * tree-dfa.c (create_var_ann): Remove and inline into its
13607 single caller ...
13608 (add_referenced_var_1): ... here.
13609 * varpool.c (add_new_static_var): Do not call add_referenced_var
13610 for global vars.
13611 * gimple-fold.c (canonicalize_constructor_val): Likewise.
13612 * tree-switch-conversion.c (build_one_array): Likewise.
13613 * tree-profile.c (gimple_gen_ic_profiler): Likewise.
13614 * tree-flow-inline.h (gimple_referenced_vars): Guard against
13615 NULL fn argument.
13616 * tree-inline.c (remap_gimple_op_r): Likewise. Check
13617 gimple_referenced_vars instead of gimple_in_ssa_p.
13618 (copy_tree_body_r): Likewise.
13619 (setup_one_parameter): Likewise.
13620 (declare_return_variable): Likewise.
13621 (tree_function_versioning): Likewise.
13622
13623 2012-05-24 Jakub Jelinek <jakub@redhat.com>
13624
13625 PR tree-optimization/53465
13626 * tree-vrp.c (extract_range_from_cond_expr): First copy_value_range
13627 vr0 into *vr, then vrp_meet that.
13628 (vrp_meet): If one vr type is VR_UNDEFINED, ensure the result doesn't
13629 have any equivalences.
13630 (vrp_visit_phi_node): Call copy_value_range instead of vrp_meet the
13631 first time.
13632
13633 2012-05-24 Jim MacArthur <jim.macarthur@arm.com>
13634
13635 * recog.c (reg_fits_class_p): Check both regno and regno + offset are
13636 hard registers.
13637 * regs.h (in_hard_reg_set_p): Assert that regno is a hard register and
13638 check end_regno - 1 is a hard register.
13639
13640 2012-05-24 Richard Guenther <rguenther@suse.de>
13641
13642 * varpool.c (add_new_static_var): Remove call to create_var_ann.
13643 * tree-ssa-operands.c (create_vop_var): Likewise.
13644
13645 2012-05-24 Richard Guenther <rguenther@suse.de>
13646
13647 PR bootstrap/53466
13648 * tree-ssa-live.c (remove_unused_scope_block_p): Properly
13649 handle globals.
13650 (remove_unused_locals): Pass global_unused_vars to
13651 remove_unused_scope_block_p. Restore code walking all
13652 referenced vars and pruning them.
13653
13654 2012-05-23 Jan Hubicka <jh@suse.cz>
13655
13656 * tree.h (alias_diag_flags): Remove.
13657 (alias_pair): Remove emitted_diags.
13658 (finish_aliases_1, finish_aliases_2, remove_unreachable_alias_pairs,
13659 symbol_alias_set_t, symbol_alias_set_destroy,
13660 symbol_alias_set_contains, propagate_aliases_backward): Remove.
13661 * toplev.c (compile_file): Do not call finish_aliases_2
13662 * cgraphunit.c (cgraph_process_new_functions): Do not call
13663 finish_aliases_1.
13664 (handle_alias_pairs): Output diagnostics about aliases to externals.
13665 (assemble_thunks_and_aliases): Use do_assemble_alias.
13666 (output_weakrefs): Likewise.
13667 (finalize_compilation_unit): Do not call finish_aliases_1.
13668 * ipa.c (symtab_remove_unreachable_nodes): De not call
13669 remove_unreachable_alias_pairs.
13670 * varasm.c (do_assemble_alias): Export.
13671 (symbol_alias_set_create, symbol_alias_set_destroy,
13672 symbol_alias_set_contains, symbol_alias_set_insert,
13673 propagate_aliases_forward, propagate_aliases_backward,
13674 propagate_aliases_backward, trivially_visible_alias,
13675 trivially_defined_alias, remove_unreachable_alias_pairs,
13676 finish_aliases_1, finish_aliases_2, assemble_alias): Remove.
13677 * output.h (do_assemble_alias): Declare.
13678 * varpool.c (varpool_remove_unreferenced_decls): Do not call
13679 finish_aliases_1.
13680
13681 2012-05-23 Martin Jambor <mjambor@suse.cz>
13682
13683 * ipa-inline-analysis.c (inline_merge_summary): Free operand_map.
13684
13685 2012-05-23 Eric Botcazou <ebotcazou@adacore.com>
13686
13687 * gimple.c (gimple_types_compatible_p_1) <ARRAY_TYPE>: Remove bogus
13688 size handling.
13689 (gimple_canonical_types_compatible_p) <ARRAY_TYPE>: Likewise.
13690 (iterative_hash_gimple_type): Adjust comment.
13691 (iterative_hash_canonical_type): Likewise. Hash the bounds of the
13692 domain for an array type instead of the domain type itself.
13693
13694 2012-05-23 Richard Guenther <rguenther@suse.de>
13695
13696 PR tree-optimization/53438
13697 * tree-sra.c (analyze_access_subtree): Correct bitfield exclusion.
13698
13699 2012-05-23 Georg-Johann Lay <avr@gjlay.de>
13700
13701 PR target/53448
13702 * config/avr/avr.h (ASM_OUTPUT_ALIGN): Don't inhibit .p2align 1.
13703 * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Use
13704 ASM_OUTPUT_ALIGN.
13705
13706 2012-05-23 Richard Guenther <rguenther@suse.de>
13707
13708 * tree-dfa.c (add_referenced_var_1): Do not add global vars.
13709 * tree-ssa-live.c (mark_all_vars_used_1): Handle global vars
13710 via the global_unused_vars bitmap.
13711 (remove_unused_locals): Handle global vars in local-decls via
13712 a global_unused_vars bitmap instead of the used flag in the
13713 var annotation. Simplify global variable handling and removal.
13714
13715 2012-05-22 Jan Hubicka <jh@suse.cz>
13716
13717 PR middle-end/53426
13718 * tree-ssa-structalias.c (create_variable_info_for): Skip constructors
13719 from other partitions.
13720
13721 2012-05-22 Jan Hubicka <jh@suse.cz>
13722
13723 PR middle-end/53161
13724 * symtab.c (symtab_register_node): Fix ordering issue.
13725
13726 2012-05-22 Steven Drake <sbd@NetBSD.org>
13727
13728 * gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir.
13729
13730 2012-05-22 David Edelsohn <dje.gcc@gmail.com>
13731
13732 * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_table_ref):
13733 Use strip_name_encoding target hook.
13734
13735 2012-05-22 Richard Guenther <rguenther@suse.de>
13736
13737 * tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
13738 (init_function_for_compilation): Remove.
13739 * tree-dfa.c (find_vars_r): Take struct function argument.
13740 (find_referenced_vars_in): Adjust.
13741 * tree-ssa-operands.c (clobber_stats): Remove.
13742 (create_vop_var): Take struct function argument. Mark
13743 virtual operand with VAR_DECL_IS_VIRTUAL_OPERAND.
13744 (init_ssa_operands): Take struct function argument.
13745 (fini_ssa_operands): Do not dump dead stats.
13746 * tree-ssa-operands.h (init_ssa_operands): Take struct function
13747 argument.
13748 * cgraphunit.c (init_lowered_empty_function): Adjust.
13749 * lto-streamer-in.c (input_cfg): Likewise.
13750 * tree-inline.c (initialize_cfun): Likewise.
13751 * tree-into-ssa.c (rewrite_into_ssa): Likewise.
13752 * omp-low.c (expand_omp_taskreg): Likewise. Avoid switching cfun.
13753 * gimple.c (is_gimple_reg): Optimize the SSA_NAME case,
13754 virtual operands are not registers.
13755
13756 2012-05-22 Richard Guenther <rguenther@suse.de>
13757
13758 * tree-cfg.c (verify_gimple_assign_unary): Fix typo in previous commit.
13759
13760 2012-05-22 Richard Guenther <rguenther@suse.de>
13761
13762 PR middle-end/53437
13763 * tree-inline.c (setup_one_parameter): Create a dummy init
13764 statement for unused parameters when not optimizing.
13765
13766 2012-05-22 Richard Guenther <rguenther@suse.de>
13767
13768 * tree-flow.h (add_referenced_var_1): Declare.
13769 (add_referenced_var): Define.
13770 * tree-dfa.c (referenced_var_check_and_insert): Avoid one hash lookup.
13771 (add_referenced_var): Rename to ...
13772 (add_referenced_var_1): ... this. Take struct function argument.
13773
13774 2012-05-22 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
13775
13776 PR target/53334
13777 * config/arm/arm-protos.h (arm_validize_comparison): Declare.
13778 * config/arm/arm.c (arm_validize_comparison): Define.
13779 * config/arm/arm.md ("cbranchsi4"): Cleanup expansion and use
13780 arm_validize_comparison.
13781 ("cbranchdi4"): Likewise.
13782 ("cstoredi4"): Likewise.
13783 ("movsicc"): Likewise.
13784 ("movsfcc"): Likewise.
13785 ("movdfcc"): Likewise.
13786
13787 2012-05-22 Dimitrios Apostolou <jimis@gmx.net>
13788
13789 * df-scan.c (df_scan_alloc): Round up allocation pools size, reduce
13790 the mw_reg_pool size.
13791
13792 2012-05-22 Paolo Bonzini <bonzini@gnu.org>
13793
13794 PR tree-optimization/53336
13795 * tree-cfg.c (verify_gimple_assign_unary): Allow conversion from
13796 non-integer integral types to offset type and vice versa.
13797
13798 2012-05-22 Alan Modra <amodra@gmail.com>
13799
13800 * config/rs6000/aix.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
13801 * config/rs6000/darwin.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
13802 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE,
13803 V_SAVE_INLINE): Delete.
13804 * config/rs6000/rs6000.c (V_SAVE_INLINE): Delete.
13805 (rs6000_savres_strategy): Reimplement GP/FP/V_SAVE_INLINE logic.
13806 For ELF targets, use out-of-line restores for -Os and any number
13807 of regs if the restore exits, and out-of-line gp save for two or
13808 more regs. Use save_reg_p to test for holes in reg restore set.
13809 Replace "#if" with "if".
13810
13811 2012-05-22 Alan Modra <amodra@gmail.com>
13812
13813 * config/rs6000/rs6000.c (save_reg_p): New function.
13814 (first_reg_to_save, first_fp_reg_to_save): Use it here.
13815 (first_altivec_reg_to_save, restore_saved_cr): Likewise.
13816 (emit_frame_save): Use gen_frame_store.
13817 (gen_frame_mem_offset): Correct SPE condition requiring reg+reg.
13818 (rs6000_emit_prologue): Use save_reg_p. Use gen_frame_store for
13819 vrsave and toc.
13820 (rs6000_emit_epilogue): Use save_reg_p. Use gen_frame_load for
13821 vrsave, toc, gp and fp restores.
13822
13823 2012-05-22 Alan Modra <amodra@gmail.com>
13824
13825 * config/rs6000/rs6000.c: Delete unnecessary forward declarations.
13826 Move those with ATTRIBUTE_UNUSED to immediately before definitions.
13827 Move function pointer variables after forward declarations.
13828 (rs6000_builtin_support_vector_misalignment): Make static.
13829 (rs6000_legitimate_address_p, rs6000_gimplify_va_arg): Likewise.
13830 (rs6000_function_value, rs6000_can_eliminate): Likewise.
13831
13832 2012-05-21 Bernd Schmidt <bernds@codesourcery.com>
13833
13834 PR rtl-optimization/53373
13835 * caller-save.c (save_call_clobbered_regs): Look into a possible
13836 PARALLEL manually rather than using single_set on a call insn.
13837
13838 2012-05-21 Jakub Jelinek <jakub@redhat.com>
13839
13840 PR tree-optimization/53436
13841 * omp-low.c (omp_build_component_ref): New function.
13842 (build_receiver_ref, build_sender_ref, create_task_copyfn): Use it.
13843
13844 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
13845
13846 * config/i386/i386.c (put_condition_code): Change "reverse" and "fp"
13847 arguments to bool.
13848 (ix86_print_operand) <case 'O'>: Look at mode size of the operand.
13849 Do not print '.' here. Output operand lossage error for unhandled
13850 sizes. Move.
13851 <case '*'>: Move.
13852 <case '&'>: Ditto.
13853 <case 'Y'>: Ditto.
13854 <case 'z'>: Hardcode "code" argument into error strings.
13855 <case 'Z'>: Ditto.
13856 <case 'D'>: Merge AVX and non-AVX codes.
13857 <case 'C', case 'c', case 'F', case 'f'>: Merge. Fix error string.
13858 Update call to put_condition_code.
13859
13860 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
13861
13862 * config/m68k/m68k.md (*clzsi2_cf): Renamed from clzsi2. Call
13863 CC_STATUS_INIT.
13864 (clzsi2): New expander.
13865 (*clzsi2_68k): New insn.
13866 * config/m68k/m68k.h: Update comment about CLZ_DEFINED_VALUE_AT_ZERO.
13867
13868 2012-05-21 Aldy Hernandez <aldyh@redhat.com>
13869
13870 * gimple.h (gimple_set_in_transaction): Remove.
13871 (gimple_in_transaction): Look in BB instead.
13872 (gimple_statement_base): Remove in_transaction field.
13873 * basic-block.h (enum bb_flags): Add BB_IN_TRANSACTION.
13874 * trans-mem.c (compute_transaction_bits): Place transaction bit
13875 information into basic blocks.
13876
13877 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
13878
13879 * expr.c (get_def_for_expr_class): Define only if
13880 HAVE_conditional_move.
13881 (convert_tree_comp_to_rtx): Likewise.
13882
13883 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
13884
13885 PR target/53399
13886 * config/i386/i386.md (ffs<mode>2): Generate CCCmode compare
13887 for TARGET_BMI.
13888 (ffssi2_no_cmove): Ditto.
13889 (*ffs<mode>_1): Remove insn pattern.
13890 (*tzcnt<mode>_1): New insn pattern.
13891 (*bsf<mode>1): Ditto.
13892
13893 2012-05-21 Richard Guenther <rguenther@suse.de>
13894
13895 * tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for
13896 more referenced vars.
13897 * tree-ssa-live.c (mark_all_vars_used_1): Only set the used
13898 flag on variables that have a var-annotation.
13899
13900 2012-05-21 Joseph Myers <joseph@codesourcery.com>
13901
13902 PR c/53418
13903 * c-typeck.c (build_conditional_expr): Remove C_MAYBE_CONST_EXPR
13904 from folded operands before wrapping another around the
13905 conditional expression.
13906
13907 2012-05-21 Jakub Jelinek <jakub@redhat.com>
13908
13909 PR tree-optimization/53366
13910 * tree-vect-slp.c (vect_supported_load_permutation_p): Don't shortcut
13911 tests if complex_numbers == 2, but there are non-complex number loads
13912 too.
13913
13914 PR tree-optimization/53409
13915 * tree-vect-loop.c (vect_analyze_loop_operations): Don't check
13916 vinfo_for_stmt (op_def_stmt) if op_def_stmt isn't inside loop.
13917
13918 PR tree-optimization/53410
13919 * fold-const.c (fold_binary_loc): Use build_zero_cst (type)
13920 instead of build_int_cst (type, 0) where vector types might be
13921 involved. Instead of build_int_cst (type, 1) convert the original
13922 integer_onep argument to the desired type.
13923
13924 2012-05-21 Michael Matz <matz@suse.de>
13925
13926 * genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.
13927 (simplify_test_exp): Handle one more case of distributive law,
13928 decrease cost threshold.
13929 (tests_attr_p, get_attr_order): New functions.
13930 (optimize_attrs): Use topological order, inline only cheap values.
13931 (write_attr_set): Reset our_known_true after some time.
13932
13933 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
13934
13935 PR target/53425
13936 * config/i386/i386.c (type_natural_mode): Warn passing SSE
13937 vector argument without SSE enabled changes the ABI.
13938
13939 2012-05-21 Richard Guenther <rguenther@suse.de>
13940
13941 PR tree-optimization/53408
13942 * tree-vect-loop.c (vectorizable_induction): Properly check
13943 the restriction that we cannot handle induction results from
13944 the inner loop outside of the outer loop.
13945
13946 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
13947
13948 PR target/53416
13949 * config/i386/i386.md (UNSPEC_RDRAND): Renamed to ...
13950 (UNSPECV_RDRAND): This.
13951 (rdrand<mode>_1): Updated.
13952
13953 2012-05-21 Richard Guenther <rguenther@suse.de>
13954
13955 * tree-loop-distribution.c (can_generate_builtin): Reject
13956 volatile stmts.
13957
13958 2012-05-21 Chung-Lin Tang <cltang@codesourcery.com>
13959
13960 * Makefile.in (options.c): Add options.h to included header
13961 files, before tm.h.
13962
13963 2012-05-21 Razya Ladelsky <razya@il.ibm.com>
13964
13965 * tree-parloops.c : Add myself to contributors, update
13966 TODO list, add link to wiki.
13967
13968 2012-05-21 Alan Modra <amodra@gmail.com>
13969
13970 * config/rs6000/predicates.md (input_operand): Don't match
13971 constant pool addresses. Remove label_ref, high and plus from
13972 match_code list. Remove redundant CONSTANT_P test.
13973 (splat_input_operand): Similarly update match_code list.
13974 (small_toc_ref): New predicate.
13975 * config/rs6000/rs6000-protos.h (toc_relative_expr_p): Update prototype.
13976 * config/rs6000/rs6000.c (tocrel_base, tocrel_offset): Make const.
13977 (legitimate_constant_pool_address_p): Move TARGET_TOC test and
13978 register checks to..
13979 (toc_relative_expr_p): ..here. Add "strict" param. Match new rtl
13980 generated by create_TOC_reference.
13981 (rs6000_legitimize_address): Update cerate_TOC_reference call.
13982 (rs6000_delegitimize_address): Handle new rtl for toc refs.
13983 (rs6000_cannot_force_const_mem, rs6000_find_base_term): Likewise.
13984 (use_toc_relative_ref): New function, split out from..
13985 (rs6000_emit_move): ..here. Remove redundant tests. Update
13986 create_TOC_reference calls.
13987 (rs6000_legitimize_reload_address): Formatting. Handle splitting
13988 of medium/large model toc addresses. Use use_toc_relative_ref.
13989 (print_operand): Formatting, style. Adjust for toc changes.
13990 (print_operand_address): Likewise.
13991 (rs6000_output_addr_const_extra): Likewise.
13992 (create_TOC_reference): Put TOC_REGISTER in UNSPEC_TOCREL rather
13993 than a PLUS. Use this formulation for both high and low part
13994 of -mcmodel=medium/large toc reference too. Before reload,
13995 always use the small model formulation.
13996 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Similarly avoid
13997 a PLUS in high part of addresses here.
13998 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
13999 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
14000 (largetoc_high, largetoc_low): Move earlier. Cope when no
14001 base reg available.
14002 (largetoc_high_plus): New insn.
14003 (movsi_internal1, movsi_internal1_single, movsf_softfloat,
14004 movdi_mfpgpr, movdi_internal64): Don't handle 'R' constraint here..
14005 (tocref): ..instead do so here, new insn and split.
14006
14007 2012-05-20 H.J. Lu <hongjiu.lu@intel.com>
14008
14009 * config/i386/driver-i386.c (host_detect_local_cpu): Support
14010 RDRND, F16C and FSGSBASE.
14011
14012 2012-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14013
14014 PR rtl-optimzation/53373
14015 * config/pa/pa.md (call_symref_pic): Don't expose PIC register save in
14016 call pattern. Update split patterns.
14017 (call_symref_64bit, call_reg_pic, call_reg_64bit, call_val_symref_pic,
14018 call_val_symref_64bit, call_val_reg_pic, call_val_reg_64bit): Likewise.
14019
14020 2012-05-20 Razya Ladelsky <razya@il.ibm.com>
14021
14022 * tree-parloops.c (gen_parallel_loop): Change many_iterations_cond
14023 for outer loops.
14024
14025 2012-05-18 Jan Hubicka <jh@suse.cz>
14026
14027 * cgraphunit.c (handle_alias_pairs): Declare; free alias_pairs
14028 (cgraph_process_new_functions): Process also aliases.
14029 * lto-streamer-out.c (struct sets): Remove.
14030 (trivally_defined_alias): Remove.
14031 (output_alias_pair_p): Remove.
14032 (output_unreferenced_globals): Remove.
14033 (produce_symtab); Do not handle alias pairs.
14034 (produce_asm_for_decls): Likewise.
14035 * lto-streamer-in.c (input_alias_pairs): Remove.
14036 (lto_read_body): Do not input alias pairs.
14037 (lto_input_constructors_and_inits): Remove.
14038
14039 2012-05-18 Jan Hubicka <jh@suse.cz>
14040
14041 * cgraphunit.c (handle_alias_pairs): Cleanup; handle all types of
14042 aliases.
14043
14044 2012-05-18 Jan Hubicka <jh@suse.cz>
14045
14046 * cgraphbuild.c (record_reference): Update.
14047 * lto-cgraph.c (lto_output_varpool_node): External vars
14048 are not in other partition even if they are not output
14049 in current partition.
14050 * gimple-fold.c (can_refer_decl_in_current_unit_p): Take FROM_DECL
14051 argument; fix.
14052 (canonicalize_constructor_val): Take FROM_DECL argument.
14053 (fold_ctor_reference, fold_string_cst_ctor_reference,
14054 fold_array_ctor_reference, fold_nonarray_ctor_reference,
14055 fold_ctor_reference): Likewise.
14056 (fold_const_aggregate_ref_1, gimple_get_virt_method_for_binfo): Update.
14057 * gimple.h (gimple_fold_builtin): Likewise.
14058
14059 2012-05-18 Olivier Hainque <hainque@adacore.com>
14060
14061 * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of
14062 $(libsubdir) as libexecsubdir.
14063
14064 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14065
14066 * config/rs6000/rs6000.c (print_operand): Revise code that unsafely
14067 relied on signed overflow behavior.
14068
14069 2012-05-18 Richard Guenther <rguenther@suse.de>
14070
14071 PR tree-optimization/53346
14072 * tree-loop-distribution.c (ldist_gen): Make sure to apply
14073 builtin transform even when only a single partition with
14074 all reads/writes exists.
14075
14076 2012-05-18 Richard Guenther <rguenther@suse.de>
14077
14078 PR tree-optimization/53390
14079 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Ignore
14080 strided loads.
14081
14082 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14083
14084 * tree-ssa-reassoc.c (bip_map): Remove decl.
14085 (completely_remove_stmt): Remove function.
14086 (remove_def_if_absorbed_call): Remove function.
14087 (remove_visited_stmt_chain): Remove __builtin_powi handling.
14088 (possibly_move_powi): Remove function.
14089 (rewrite_expr_tree): Remove calls to possibly_move_powi.
14090 (rewrite_expr_tree_parallel): Likewise.
14091 (attempt_builtin_powi): Build multiplies explicitly rather than
14092 relying on the ops vector and rank system.
14093 (transform_stmt_to_copy): New function.
14094 (transform_stmt_to_multiply): Likewise.
14095 (reassociate_bb): Handle leftover operations after __builtin_powi
14096 optimization; build a final multiply if necessary.
14097
14098 2012-05-18 Jan Hubicka <jh@suse.cz>
14099
14100 * cgraphunit.c (varpool_finalize_decl): Allow external decls.
14101 (mark_functions_to_output): Fix sanity check.
14102 * ipa.c (function_and_variable_visibility): Remove TREE_STATIC check.
14103
14104 2012-05-18 Richard Guenther <rguenther@suse.de>
14105
14106 * tree-flow.h (mark_symbols_for_renaming): Remove.
14107 * tree-dfa.c (mark_symbols_for_renaming): Likewise.
14108 * tree-inline.c (copy_edges_for_bb): Do not mark symbols for renaming.
14109 (copy_debug_stmt): Likewise.
14110 (expand_call_inline): Likewise.
14111 (declare_return_variable): Mark the return variable for renaming
14112 if necessary.
14113
14114 2012-05-18 Andrew Stubbs <ams@codesourcery.com>
14115
14116 * config/arm/arm-protos.h (arm_emit_coreregs_64bit_shift): New
14117 prototype.
14118 * config/arm/arm.c (arm_emit_coreregs_64bit_shift): New function.
14119 * config/arm/arm.md (ashldi3): Use arm_emit_coreregs_64bit_shift.
14120 (ashrdi3,lshrdi3): Likewise.
14121 (arm_cond_branch): Remove '*' to enable gen_arm_cond_branch.
14122
14123 2012-05-18 Meador Inge <meadori@codesourcery.com>
14124
14125 PR rtl-optimization/53352
14126 * cse.c (equiv_constant): Ignore paradoxical subregs.
14127
14128 2012-05-17 Steven Bosscher <steven@gcc.gnu.org>
14129
14130 PR rtl-optimization/53125
14131 * regstat.c (regstat_bb_compute_ri): Take new local_live_last_luid
14132 argument. Simplify calculation of REG_LIVE_LENGTH for regnos that
14133 die in the basic block. Correctly top off REG_FREQ and
14134 REG_FREQ_CALLS_CROSSED.
14135 Remove do_not_gen.
14136 (regstat_compute_ri): Allocate and free local_live_last_luid.
14137 Remove do_not_gen.
14138 (regstat_bb_compute_calls_crossed): Correctly top off
14139 REG_FREQ_CALLS_CROSSED.
14140
14141 2012-05-17 Jan Hubicka <jh@suse.cz>
14142
14143 * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with
14144 constructor over decl without.
14145 * cgraph.c (cgraph_remove_node): Clear also body of unanalyzed nodes.
14146 * cgraph.h (varpool_can_remove_if_no_refs): Handle external correctly.
14147 * cgraphunit.c (process_function_and_variable_attributes): Finalize
14148 extrnal decls.
14149 (mark_functions_to_output): Also accept bodies for functions with
14150 clones.
14151 (output_in_order): Skip external vars.
14152 * lto-cgraph.c (lto_output_node): External functions are never in other
14153 partition.
14154 (lto_output_varpool_node): Likewise.
14155 * lto-streamer-out.c (lto_write_tree): Always use error_mark_nodes for
14156 forgotten initializers.
14157 * ipa.c (process_references): Handle external vars.
14158 (symtab_remove_unreachable_nodes): Update to handle external vars.
14159 (varpool_externally_visible_p): External vars are externally visible.
14160 * gimple-fold.c (can_refer_decl_in_current_unit_p): Update.
14161 * varpool.c (varpool_remove_node): Remove constructor.
14162 (decide_is_variable_needed): Handle externals.
14163 (varpool_remove_unreferenced_decls): Likewise.
14164
14165 2012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
14166
14167 * opts.c (common_handle_option): -pedantic-errors enables -Wpedantic.
14168 (enable_warning_as_error): Do not special case Wuninitialized.
14169 * optc-gen.awk: Add sanity checks.
14170
14171 2012-05-17 Jan Hubicka <jh@suse.cz>
14172
14173 * ipa-reference.c (is_proper_for_analysis): Do not check flags
14174 that might change as result of global optimization.
14175 (analyze_function): Do not check analyzed and externally_visible
14176 flags; be happy about address dereferences.
14177 (propagate): Prune all_module_statics so it really contains just
14178 statics; prune all the local summaries.
14179 (ipa_reference_write_optimization_summary): Simplify.
14180
14181 2012-05-17 Kwok Cheung Yeung <kcy@codesourcery.com>
14182
14183 * config/m68k/m68k-devices.def: Add 51ag, 51je, 51jf, 51jg, 51mm, 51qm.
14184 * config/m68k/m68k-tables.opt: Regenerated.
14185 * doc/invoke.texi (M680x0 Options): Document.
14186
14187 2012-05-16 Dave Boutcher <daveboutcher@gmail.com>
14188 Patrick Marlier <patrick.marlier@gmail.com>
14189
14190 * trans-mem.c (ipa_tm_transform_clone): Transform functions with
14191 indirect calls.
14192
14193 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
14194
14195 * configure: Regenerated.
14196
14197 2012-05-16 Andrew Pinski <apinski@cavium.com>
14198
14199 * gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under
14200 GIMPLE_ASSIGN.
14201
14202 2012-05-16 David S. Miller <davem@davemloft.net>
14203
14204 * jump.c (delete_related_insns): If we remove a CALL, make sure
14205 we delete it's NOTE_INSN_CALL_ARG_LOCATION note too.
14206
14207 2012-05-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14208
14209 PR tree-optimization/53217
14210 * tree-ssa-reassoc.c (bip_map): New static variable.
14211 (possibly_move_powi): Move feeding multiplies with __builtin_powi call.
14212 (attempt_builtin_powi): Save feeding multiplies on a stack.
14213 (reassociate_bb): Create and destroy bip_map.
14214
14215 2012-05-16 Olivier Hainque <hainque@adacore.com>
14216
14217 * Makefile.in (install-no-fixedincludes): New target, former toplevel
14218 gcc-no-fixedincludes. Stash "include-fixed" in addition to "include".
14219 Add comments and improve stamp preservation across the whole sequence.
14220 (stmp-int-hdrs): Use move-if-change + cp -p to setup fix_dir/limits.h.
14221
14222 2012-05-16 Richard Guenther <rguenther@suse.de>
14223
14224 * tree-inline.c (insert_init_stmt): Do not call
14225 mark_symbols_for_renaming.
14226 (setup_one_parameter): Avoid initializing unused parameters.
14227 (declare_return_variable): Properly handle DECL_BY_REFERENCE
14228 return vars in SSA form.
14229
14230 2012-05-16 Richard Guenther <rguenther@suse.de>
14231
14232 * tree-flow.h (get_virtual_var): Remove.
14233 * tree-dfa.c (get_virtual_var): Likewise.
14234
14235 2012-05-16 Richard Guenther <rguenther@suse.de>
14236
14237 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1):
14238 Remove set-only bitmap of new names.
14239 (slpeel_tree_peel_loop_to_edge): Likewise. Do not set
14240 CFG hooks.
14241 * tree-flow.h (ssa_names_to_replace): Remove.
14242 * tree-into-ssa.c (ssa_names_to_replace): Likewise.
14243
14244 2012-05-16 Richard Guenther <rguenther@suse.de>
14245
14246 PR tree-optimization/53364
14247 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
14248 detect a view-conversion of the decl.
14249
14250 2012-05-16 Dodji Seketeli <dodji@redhat.com>
14251
14252 PR preprocessor/7263
14253 * c-tree.h (enum c_declspec_word): Declare new enum.
14254 (struct c_declspecs::locations): New member.
14255 (declspecs_add_qual, declspecs_add_scspec)
14256 (declspecs_add_addrspace, declspecs_add_alignas): Take a new
14257 location parameter.
14258 * c-decl.c (build_null_declspecs): Initialize the new struct
14259 c_declspecs::locations member.
14260 (declspecs_add_addrspace): Take a location parameter for the
14261 address space. Store it onto declaration specifiers.
14262 (declspecs_add_qual): Likewise, take a location parameter for the
14263 qualifier.
14264 (declspecs_add_type): Likewise, take a location parameter for the
14265 type specifier.
14266 (declspecs_add_scspec): Likewise, take a location parameter for
14267 the storage class specifier.
14268 (declspecs_add_attrs): Likewise, take a location parameter for the
14269 first attribute.
14270 (declspecs_add_alignas): Likewise, take a location parameter for
14271 the alignas token.
14272 (finish_declspecs): For diagnostics, use the location of the
14273 relevant declspec, instead of the global input_location.
14274 * c-parser.c (c_parser_parameter_declaration): Pass the precise
14275 virtual location of the declspec to the declspecs-setters.
14276 (c_parser_declspecs): Likewise. Avoid calling c_parser_peek_token
14277 repeatedly.
14278
14279 2012-05-16 Igor Zamyatin <igor.zamyatin@intel.com>
14280
14281 * configure.ac: Stack protector enabling for Android targets.
14282 * configure: Regenerate.
14283
14284 2012-05-16 Richard Sandiford <r.sandiford@uk.ibm.com>
14285
14286 * ira.c (pseudo_move_insn): Delete.
14287 (find_moveable_pseudos): Don't set it.
14288 (move_unallocated_pseudos): Use DF_REG_DEF_CHAIN to find
14289 the definitions of the original pseudo. Delete all of them.
14290
14291 2012-05-16 Olivier Hainque <hainque@adacore.com>
14292
14293 * config/rs6000/rs6000-opts.h (enum processor_type): Add
14294 PROCESSOR_PPC8548.
14295 * config/rs6000/rs6000-cpus.def: Reference it for cpu="8548".
14296 * config/rs6000/rs6000.md (cpu attribute definition): Add ppc8548.
14297 * config/rs6000/8540.md: indicate that the units/patterns apply to
14298 ppc8548 as well.
14299
14300 * config/rs6000/rs6000.c (rs6000_option_override_internal): Rename
14301 default_cpu into implicit_cpu, conveying what --with-cpu was passed at
14302 configure time. Treat implicit_cpu as have_CPU. Pick defaults for SPE
14303 related flags, check that what is queried is supported by the selected
14304 configuration. Rework the single/double_float and MASK_STRING resets to
14305 hit for all the E500 cores (854x + E500MC variants). Select the ppc8540
14306 costs for PROCESSOR_PPC8548 as well.
14307 (rs6000_issue_rate): case CPU_PPC8548 together with CPU_PPC8540.
14308 (rs6000_use_sched_lookahead): Likewise, rewriting function as a case
14309 statement instead of a sequence of ifs.
14310
14311 * config/rs6000/rs6000.h (TARGET_E500): Remove.
14312 (TARGET_NO_LWSYNC): Adjust accordingly.
14313 * config/rs6000/e500.h (TARGET_E500): Remove.
14314 (CHECK_E500_OPTIONS): Adjust accordingly.
14315 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove.
14316 (TARGET_DEFAULT): Reformat definition to match the one in linuxspe.h.
14317 * config/rs6000/linuxspe.h: Likewise.
14318 * config/rs6000/vxworks.h: Remove bogus TARGET_E500 overrides and
14319 superfluous comments.
14320 * config/rs6000/e500-double.h: Remove.
14321
14322 * config.gcc (pick a default with_cpu): For powerpc*-*-*spe*,
14323 default to with_cpu=8548 if --enable-e500-double, and to 8540
14324 otherwise.
14325 (set misc flags section): For powerpc*|rs6000*, remove inclusion
14326 of e500-double.h for --enable-e500-double.
14327
14328 2012-05-16 Olivier Hainque <hainque@adacore.com>
14329
14330 * Makefile.in (s-header-vars): Resort to -n instead of trailing
14331 -e d in sed invocation.
14332
14333 2012-05-16 Hans-Peter Nilsson <hp@axis.com>
14334
14335 * doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to
14336 source-code.
14337 * doc/tm.texi: Regenerate.
14338
14339 2012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
14340
14341 * tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
14342
14343 2012-05-15 Jakub Jelinek <jakub@redhat.com>
14344
14345 PR target/53358
14346 * config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
14347 that operands[2] is either immediate, or q_regs_operand.
14348
14349 2012-05-15 Richard Guenther <rguenther@suse.de>
14350
14351 * cgraphunit.c (thunk_adjust): Use make_rename_temp.
14352 (assemble_thunk): Likewise. Manually rename and register
14353 function arguments.
14354
14355 2012-05-15 Richard Guenther <rguenther@suse.de>
14356
14357 PR tree-optimization/53355
14358 * tree-vrp.c (extract_range_from_binary_expr_1): Handle LSHIFT_EXPRs
14359 by constants.
14360
14361 2012-05-15 Tristan Gingold <gingold@adacore.com>
14362
14363 * tree-ssa-strlen.c (get_string_length): Convert lhs if needed.
14364
14365 2012-05-15 Richard Guenther <rguenther@suse.de>
14366
14367 * gimple.c (gimple_set_modified): Move ...
14368 * gimple.h (gimple_set_modified): ... here.
14369
14370 2012-05-15 Tristan Gingold <gingold@adacore.com>
14371
14372 * ira-color.c (move_spill_restore): Add a guard.
14373
14374 2012-05-15 Tristan Gingold <gingold@adacore.com>
14375
14376 * config/ia64/ia64.c (ia64_emit_probe_stack_range): Adjust calls to
14377 plus_constant.
14378
14379 2012-05-15 Eric Botcazou <ebotcazou@adacore.com>
14380
14381 * gimplify.c (gimplify_init_constructor): Do a block move for very
14382 small objects as well.
14383
14384 2012-05-15 Bernd Schmidt <bernds@codesourcery.com>
14385
14386 * ira.c (find_moveable_pseudos): Skip registers whose
14387 DF_REG_EQ_USE_COUNT is nonzero.
14388
14389 2012-05-15 Kenneth Zadeck <zadeck@naturalbridge.com>
14390
14391 * doc/md.texi (fma): Define to only be applicable for single rounding.
14392
14393 2012-05-14 Uros Bizjak <ubizjak@gmail.com>
14394
14395 PR target/46098
14396 * config/i386/i386.c (ix86_expand_special_args_builtin): Always
14397 generate target register for "load" class builtins.
14398
14399 Revert:
14400 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
14401
14402 PR target/46098
14403 * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
14404 Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
14405 (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
14406 (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
14407 (<sse>_movu<ssemodesuffix>): New expander.
14408 (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
14409 (avx_movdqu<avxmodesuffix>): New expander.
14410 (*sse2_movdqu): Rename from sse2_movdqu.
14411 (sse2_movdqu): New expander.
14412
14413 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
14414
14415 PR target/52607
14416 * config/i386/i386.c (ix86_expand_vec_perm_const): Move code to ...
14417 (canonicalize_perm): ... new function.
14418 (expand_vec_perm_2vperm2f128_vshuf): New function.
14419 (ix86_expand_vec_perm_const_1): Call it.
14420
14421 2012-05-14 Andrew Pinski <apinski@cavium.com>
14422 H.J. Lu <hongjiu.lu@intel.com>
14423 Jakub Jelinek <jakub@redhat.com>
14424
14425 PR target/53315
14426 * config/i386/i386.md (xbegin_1): Use + in constraint and match_dup.
14427 (xbegin): Updated.
14428
14429 2012-05-14 Jakub Jelinek <jakub@redhat.com>
14430
14431 * dwarf2out.c (dwarf2out_define, dwarf2out_undef): Treat
14432 lineno 1 the same as lineno 0 before first start file directive.
14433 (optimize_macinfo_range): Likewise.
14434
14435 * dwarf2out.c (have_macinfo): Define.
14436 (dwarf2out_finish): Don't emit DW_AT_GNU_macros or DW_AT_macro_info
14437 attribute, don't force empty compilation unit and don't emit any
14438 .debug_macinfo/.debug_macro section if macinfo_table is empty.
14439
14440 2012-05-14 Georg-Johann Lay <avr@gjlay.de>
14441
14442 PR target/53344
14443 * config/avr/avr.c (avr_const_address_lo16): Remove.
14444 (avr_assemble_integer): Print ".byte lo8(x)",
14445 ".byte hi8(x)", ".byte hh8(x)" instead of emit an assembler
14446 .warning if 3-byte address is assembled.
14447 * doc/extend.texi (AVR Named Address Spaces): Document that
14448 binutils 2.23 is needed to assemble 3-byte addresses.
14449
14450 2012-05-14 Richard Guenther <rguenther@suse.de>
14451
14452 * tree-vect-data-refs.c (vect_setup_realignment): Remove
14453 call to mark_symbols_for_renaming.
14454 (vect_permute_load_chain): Likewise.
14455 * tree-vect-loop.c (vect_is_slp_reduction): Update stmt
14456 instead of calling mark_symbols_for_renaming.
14457 * tree-vect-stmts.c (read_vector_array): Remove call to
14458 mark_symbols_for_renaming.
14459 (write_vector_array): Likewise.
14460 (vectorizable_call): Likewise.
14461 (vectorizable_store): Likewise.
14462 (vectorizable_load): Likewise.
14463 * matrix-reorg.c (transform_allocation_sites): Likewise.
14464 * tree-ssa-pre.c (create_expression_by_pieces): Likewise.
14465 (create_expression_by_pieces): Likewise.
14466
14467 2012-05-14 Richard Guenther <rguenther@suse.de>
14468
14469 * gimplify.c (gimple_regimplify_operands): Only mark the LHS
14470 of statements for renaming.
14471 (force_gimple_operand_1): Likewise, consistently for both
14472 calls to force_gimple_operand and force_gimple_operand_gsi.
14473
14474 2012-05-14 Richard Guenther <rguenther@suse.de>
14475
14476 * tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.
14477 * omp-low.c (expand_omp_taskreg): Properly conditionalize call
14478 to update_ssa.
14479 (expand_omp_for): Likewise.
14480 (expand_omp_for_generic): Adjust conditional add to referenced vars.
14481 Use make_rename_temp for temporaries that should be rewritten into
14482 SSA form.
14483 (expand_omp_for_static_nochunk): Likewise.
14484 (expand_omp_atomic_pipeline): Likewise.
14485
14486 2012-05-14 Richard Guenther <rguenther@suse.de>
14487
14488 PR tree-optimization/53331
14489 * tree-vect-data-refs.c (vect_verify_datarefs_alignment): Ignore
14490 strided loads.
14491 * tree-vect-stmts.c (vect_model_load_cost): Handle strided loads.
14492
14493 2012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
14494
14495 PR 53063
14496 * doc/options.texi: (LangEnabledBy): Document it.
14497 * optc-gen.awk: Handle LangEnabledBy.
14498 * opth-gen.awk: Generate declaration for lang-specific functions.
14499 * opt-read.awk: Record lang numbers.
14500 * opt-functions.awk (flag_set_p): Ignore the arguments of flags.
14501 (lang_sanitized_name): New.
14502
14503 2012-05-14 Bernd Schmidt <bernds@codesourcery.com>
14504
14505 * attribs.c (decl_attributes): Avoid emitting a warning if
14506 ATTR_FLAG_BUILT_IN.
14507 * doc/rtl.texi (CALL_INSN_FUNCTION_USAGE): Use lowercase for rtx
14508 codes. Document meaning of sets inside CALL_INSN_FUNCTION_USAGE.
14509 * builtin-attrs.def (DEF_ATTR_FOR_STRING): Define. Use it to
14510 define a string "1".
14511 (ATTR_RET1_NOTHROW_NONNULL_LEAF): New attr definition.
14512 * builtins.def (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET,
14513 BUILT_IN_STRCPY): Use it for these functions.
14514 * postreload.c (reload_combine): Deal with SETs inside
14515 CALL_INSN_FUNCTION_USAGE.
14516 * caller-save.c (setup_save_areas, save_call_clobbered_regs):
14517 Look for REG_RETURNED notes and use a cheap restore if possible.
14518 * ira-int.h (struct ira_allocno): New member cheap_calls_crossed_num.
14519 (ALLOCNO_CHEAP_CALLS_CROSSED_NUM): New macro.
14520 * ira-build.c (ira_create_allocno, create_cap_allocno,
14521 propagate_allocno_info, propagate_some_info_from_allocno,
14522 copy_info_to_removed_store_destination, ira_flattening): Handle it.
14523 * ira-lives.c (pseudo_regno_single_word_and_live_p,
14524 find_call_crossed_cheap_reg): New static functions.
14525 (process_bb_node_lives): Look for SETs in CALL_INSN_FUNCTION_USAGE,
14526 and set ALLOCNO_CHEAP_CALLS_CROSSED_NUM if possible. Also make
14527 a REG_RETURNED note in that case.
14528 * ira.c (setup_reg_renumber): Change assert to allow cases where
14529 allocnos only cross calls for which they are cheap to restore.
14530 * ira-costs.c (ira_tune_allocno_costs): Compare
14531 ALLOCNO_CALLS_CROSSED_NUM to ALLOCNO_CHEAP_CALLS_CROSSED_NUM rather
14532 than 0.
14533 * reg-notes.def (REG_RETURNED): New note.
14534 * cse.c (cse_insn): Likewise.
14535 * sched-deps.c (sched_analyze_insn): Likewise.
14536 * expr.c (init_block_move_fn): Set a "fn spec" attribute.
14537 * calls.c (decl_return_flags): New static function.
14538 (expand_call): Generate a SET in CALL_INSN_FUNCTION_USAGE for
14539 functions that return one of their arguments.
14540 * regcprop.c (struct kill_set_value_data): New.
14541 (kill_set_value): Interpret data as a pointer to such a struct.
14542 Do nothing if the caller wants the register to be ignored.
14543 (copyprop_hardreg_forward_1): Handle SETs in CALL_INSN_FUNCTION_USAGE.
14544
14545 2012-05-14 Richard Guenther <rguenther@suse.de>
14546
14547 PR tree-optimization/53340
14548 * tree-ssa-pre.c (op_valid_in_sets): Fix error in last commit.
14549
14550 2012-05-14 Richard Guenther <rguenther@suse.de>
14551
14552 * gimplify.c (gimplify_expr): Remove odd code.
14553
14554 2012-05-14 Eric Botcazou <ebotcazou@adacore.com>
14555
14556 * stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype
14557 into a PLUS_EXPR byte offset.
14558
14559 * tree-ssa-pre.c (can_value_number_call): Delete.
14560 (compute_avail): Skip all statements with side effects.
14561 <GIMPLE_CALL>: Skip calls to internal functions.
14562
14563 2012-05-13 Steven Bosscher <steven@gcc.gnu.org>
14564
14565 * config/pa/pa.md: Use define_c_enum for "unspec" and "unspecv".
14566
14567 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
14568
14569 * common.opt (Wtype-limits): Use EnabledBy.
14570
14571 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
14572
14573 * config/i386/i386.md (*pushtf): Enable for TARGET_SSE.
14574 (pushtf splitter): Ditto.
14575 (movtf): Ditto.
14576 (*movtf_internal): Ditto. Use V4SFmode for !TARGET_SSE2.
14577 (<code>tf2): Enable for TARGET_SSE.
14578 (*absnegtf2_sse): Ditto.
14579 (copysign<mode>3): Enable TFmode for TARGET_SSE.
14580 (copysign<mode>3_const): Ditto.
14581 (copysign<mode>3_var): Ditto.
14582 * config/i386/sse.md (<code>tf3): Enable for TARGET_SSE.
14583 (*andnottf3): Ditto. Use V4SFmode for !TARGET_SSE2.
14584 (*<code>tf3): Ditto.
14585 * config/i386/i386.c (struct builtin_description bdesc_args)
14586 <IX86_BUILTIN_FABSQ>: Enable for TARGET_SSE.
14587 <IX86_BUILTIN_COPYSIGNQ>: Ditto.
14588 (ix86_expand_builtin) <IX86_BUILTIN_FABSQ, IX86_BUILTIN_COPYSIGNQ>:
14589 Emit a normal call if SSE isn't available.
14590
14591 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
14592
14593 * config/i386/sse.md (<sse>_andnot<mode>3): Handle
14594 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
14595 (<code><mode>3): Ditto.
14596 (*andnot<mode>3): Ditto.
14597 (*andnottf3): Ditto.
14598 (*<code><mode>3): Ditto.
14599 (<code>tf3): Ditto.
14600
14601 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
14602
14603 * optc-gen.awk: Error instead of warning for conflicting help.
14604
14605 2012-05-12 Jason Merrill <jason@redhat.com>
14606
14607 PR debug/53235
14608 * dwarf2out.c (build_local_stub): Prefer DW_AT_signature for
14609 comdat types.
14610
14611 2012-05-12 Eric Botcazou <ebotcazou@adacore.com>
14612
14613 * function.c (requires_stack_frame_p): If the function can throw
14614 non-call exceptions, return true if the insn can throw internally.
14615
14616 2012-05-12 Paolo Carlini <paolo.carlini@oracle.com>
14617
14618 * doc/generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
14619
14620 2012-05-12 Uros Bizjak <ubizjak@gmail.com>
14621
14622 * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
14623 ORDERED and UNORDERED conditions.
14624
14625 2012-05-11 Richard Guenther <rguenther@suse.de>
14626
14627 * tree-flow.h (referenced_var_check_and_insert): Remove.
14628 (find_new_referenced_vars): Likewise.
14629 * tree-dfa.c (referenced_var_check_and_insert): Make static.
14630 (find_new_referenced_vars_1, find_new_referenced_vars): Remove.
14631 * tree-inline.c (copy_bb): Use find_referenced_vars_in
14632 instead of find_new_referenced_vars.
14633 * gimple-fold.c (gimplify_and_update_call_from_tree): Likewise.
14634
14635 2012-05-11 Richard Guenther <rguenther@suse.de>
14636
14637 * tree-pass.h (pass_rest_of_compilation,
14638 pass_all_optimizations, pass_postreload, pass_all_early_optimizations):
14639 Remove.
14640 * passes.c (pass_all_optimizations, pass_postreload,
14641 pass_all_early_optimizations): Make static.
14642 (pass_rest_of_compilation): Likewise. Make it an RTL_PASS.
14643 * tree-phinodes.c (init_phinodes, fini_phinodes): Remove.
14644 * tree-ssa.c (init_tree_ssa): Do not call init_phinodes.
14645 (delete_tree_ssa): Do not call fini_phinodes.
14646 * tree-flow.h (init_phinodes, fini_phinodes): Remove.
14647
14648 2012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
14649
14650 PR 53063
14651 * doc/options.texi (EnabledBy): Document
14652 * opts.c: Include opts.h and options.h before tm.h.
14653 (finish_options): Do not handle some sub-options here...
14654 (common_handle_option): ... instead call common_handle_option_auto
14655 here.
14656 * optc-gen.awk: Handle EnabledBy.
14657 * opth-gen.awk: Declare common_handle_option_auto.
14658 * common.opt (Wuninitialized): Use EnabledBy. Delete Init.
14659 (Wmaybe-uninitialized): Likewise.
14660 (Wunused-but-set-variable): Likewise.
14661 (Wunused-function): Likewise.
14662 (Wunused-label): Likewise.
14663 (Wunused-value): Likewise.
14664 (Wunused-variable): Likewise.
14665 * opt-read.awk: Create opt_numbers array.
14666
14667 2012-05-11 Richard Guenther <rguenther@suse.de>
14668
14669 PR tree-optimization/53295
14670 * tree-data-ref.h (stride_of_unit_type_p): Handle non-constant
14671 strides.
14672 * tree-data-ref.c (dr_analyze_innermost): Allow non-constant
14673 strides when analyzing data-references in a loop context.
14674 * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Reject
14675 non-constant strides for now.
14676 (vect_enhance_data_refs_alignment): Ignore data references
14677 that are strided loads.
14678 (vect_analyze_data_ref_access): Handle non-constant strides.
14679 (vect_check_strided_load): Verify the data-reference is a load.
14680 (vect_analyze_data_refs): Restructure to make strided load
14681 support not dependent on gather support.
14682 * tree-vect-stmts.c (vectorizable_load): Avoid useless work
14683 when doing strided or gather loads.
14684 * tree-vect-loop-manip.c (vect_vfa_segment_size): Use
14685 integer_zerop to compare stride with zero.
14686
14687 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
14688
14689 * config/i386/driver-i386.c (host_detect_local_cpu): Support RTM.
14690
14691 2012-05-11 Jan Hubicka <jh@suse.cz>
14692
14693 PR bootstrap/53300
14694 * varpool.c (varpool_assemble_decl): Also output constat pool entries
14695 that output_constant_pool missed.
14696
14697 2012-05-11 Mingjie Xing <mingjie.xing@gmail.com>
14698
14699 * config/mips/t-vxworks: Change MUTLILIB_EXTRA_OPTS to
14700 MULTILIB_EXTRA_OPTS.
14701
14702 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
14703
14704 PR target/53291
14705 * config/i386/i386.md (xtest): Use NE condition in ix86_expand_setcc.
14706
14707 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
14708
14709 * config/i386/i386.md (*movti_internal_rex64): Avoid MOVAPS size
14710 optimization for TARGET_AVX.
14711 (*movti_internal_sse): Ditto.
14712 (*movdi_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
14713 (*movdi_internal): Ditto.
14714 (*movsi_internal): Ditto.
14715 (*movtf_internal): Avoid MOVAPS size optimization for TARGET_AVX.
14716 (*movdf_internal_rex64): Ditto.
14717 (*movfd_internal): Ditto.
14718 (*movsf_internal): Ditto.
14719 * config/i386/sse.md (mov<mode>): Handle TARGET_SSE_LOAD0_BY_PXOR.
14720
14721 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
14722
14723 * dwarf2out.c (add_byte_size_attribute) <RECORD_TYPE>: Handle variable
14724 reference as size attribute.
14725
14726 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
14727 Tristan Gingold <gingold@adacore.com>
14728
14729 * doc/md.texi (Standard Names): Document probe_stack_address.
14730 * explow.c (emit_stack_probe): Handle probe_stack_address.
14731 * config/ia64/ia64.md (UNSPECV_PROBE_STACK_ADDRESS): New constant.
14732 (UNSPECV_PROBE_STACK_RANGE): Likewise.
14733 (probe_stack_address): New insn.
14734 (probe_stack_range): Likewise.
14735 * config/ia64/ia64.c: Include common/common-target.h.
14736 (ia64_compute_frame_size): Mark r2 and r3 as used if static stack
14737 checking is enabled.
14738 (ia64_emit_probe_stack_range): New function.
14739 (output_probe_stack_range): Likewise.
14740 (ia64_expand_prologue): Invoke ia64_emit_probe_stack_range if static
14741 builtin stack checking is enabled.
14742 (rtx_needs_barrier) <UNSPEC_VOLATILE>: Handle UNSPECV_PROBE_STACK_RANGE
14743 and UNSPECV_PROBE_STACK_ADDRESS.
14744 (unknown_for_bundling_p): New predicate.
14745 (group_barrier_needed): Use important_for_bundling_p.
14746 (ia64_dfa_new_cycle): Use unknown_for_bundling_p.
14747 (issue_nops_and_insn): Likewise.
14748 (bundling): Likewise.
14749 (final_emit_insn_group_barriers): Likewise.
14750 * config/ia64/ia64-protos.h (output_probe_stack_range): Declare.
14751 * config/ia64/hpux.h (STACK_CHECK_STATIC_BUILTIN): Define.
14752 (STACK_CHECK_PROTECT): Likewise.
14753 * config/ia64/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
14754
14755 2012-05-10 Jan Hubicka <jh@suse.cz>
14756
14757 * ipa-inline.c (update_all_callee_keys): Remove.
14758 (inline_small_functions): Simplify priority updating.
14759
14760 2012-05-10 Jan Hubicka <jh@suse.cz>
14761
14762 * ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.
14763
14764 2012-05-10 Jan Hubicka <jh@suse.cz>
14765
14766 * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...
14767 (symtab_remove_unreachable_nodes): ... this one.
14768 * ipa-cp.c (ipcp_driver): Do not remove unreachable nodes.
14769 * cgraphunit.c (ipa_passes): Update.
14770 * cgraphclones.c (cgraph_materialize_all_clones): Update.
14771 * cgraph.c (cgraph_release_function_body): Only turn initial
14772 into error mark when initial was previously set.
14773 * ipa-inline.c (ipa_inline): Update.
14774 * ipa.c: Include ipa-inline.h
14775 (enqueue_cgraph_node, enqueue_varpool_node): Remove.
14776 (enqueue_node): New function.
14777 (process_references): Update.
14778 (symtab_remove_unreachable_nodes): Cleanup.
14779 * passes.c (execute_todo, execute_one_pass): Update.
14780
14781 2012-05-10 Vladimir Makarov <vmakarov@redhat.com>
14782
14783 PR rtl-optimization/53125
14784 * ira.c (ira): Call find_moveable_pseudos and
14785 move_unallocated_pseudos if only ira_conflicts_p is true.
14786
14787 2012-05-10 Uros Bizjak <ubizjak@gmail.com>
14788
14789 * config/i386/i386.md (*movoi_internal_avx): Handle
14790 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL and TARGET_SSE_TYPELESS_STORES.
14791 (*movti_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
14792 (*movti_internal_sse): Ditto.
14793 (*movtf_internal): Ditto.
14794 * config/i386/sse.md (ssePSmode): New mode attribute.
14795 (*move<mode>_internal): Use ssePSmode.
14796 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Ditto.
14797 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
14798 * config/i386/i386.c (standard_sse_constant_opcode): Do not handle
14799 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL here.
14800
14801 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
14802
14803 * gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
14804 DECL_ORIGINAL_TYPE if it is present.
14805
14806 2012-05-10 Nick Clifton <nickc@redhat.com>
14807
14808 PR target/53120
14809 * config/m32c/bitops.md (bset_qi): Change operand 2 from having
14810 a "0" constraint to being a (match_dup 0).
14811
14812 2012-05-10 Richard Guenther <rguenther@suse.de>
14813
14814 * stor-layout.c (byte_from_pos): Amend comment.
14815
14816 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14817
14818 * doc/extend.texi (X86 Built-in Functions, __builtin_cpu_init):
14819 Document requirement to call in constructors.
14820
14821 * config/i386/i386.c: Update comments for i386-cpuinfo.c name change.
14822
14823 2012-05-10 Richard Guenther <rguenther@suse.de>
14824
14825 * tree.h (TYPE_IS_SIZETYPE): Remove.
14826 * fold-const.c (int_const_binop_1): Remove TYPE_IS_SIZETYPE use.
14827 (extract_muldiv_1): Likewise.
14828 * gimple.c (gtc_visit): Likewise.
14829 (gimple_types_compatible_p): Likewise.
14830 (iterative_hash_canonical_type): Likewise.
14831 (gimple_canonical_types_compatible_p): Likewise.
14832 * gimplify.c (gimplify_one_sizepos): Likewise.
14833 * print-tree.c (print_node): Likewise.
14834 * stor-layout.c (initialize_sizetypes): Do not set TYPE_IS_SIZETYPE.
14835
14836 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
14837
14838 PR target/52908
14839 * config/i386/sse.md (vec_widen_smult_hi_v4si): Expand using
14840 xop_pmacsdqh insn pattern instead of xop_mulv2div2di3_high.
14841 (vec_widen_smult_lo_v4si): Expand using xop_pmacsdql insn pattern
14842 instead of xop_mulv2div2di3_low.
14843 (xop_p<macs>dql): Fix vec_select selector.
14844 (xop_p<macs>dqh): Ditto.
14845 (xop_mulv2div2di3_low): Remove insn_and_split pattern.
14846 (xop_mulv2div2di3_high): Ditto.
14847
14848 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
14849
14850 PR c++/53289
14851 * diagnostic.h (diagnostic_context): Add last_location.
14852 * diagnostic.c (diagnostic_initialize): Initialize it.
14853 (diagnostic_show_locus): Use it.
14854
14855 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
14856
14857 * doc/extend.texi (Function Attributes): Point xref to section
14858 about Pragmas.
14859
14860 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
14861
14862 * config/i386/i386.c (*movdf_internal_rex64): Remove
14863 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
14864 Calculate "mode" attribute according to
14865 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
14866 (*movdf_internal): Ditto.
14867
14868 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
14869
14870 PR target/44141
14871 * config/i386/i386.c (ix86_expand_vector_move_misalign): Do not handle
14872 128 bit vectors specially for TARGET_AVX. Emit sse2_movupd and
14873 sse_movupd RTXes for TARGET_AVX, TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
14874 or when optimizing for size.
14875 * config/i386/sse.md (*mov<mode>_internal): Remove
14876 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
14877 Calculate "mode" attribute according to optimize_function_for_size_p
14878 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
14879 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Choose asm template
14880 depending on the mode of the instruction. Calculate "mode" attribute
14881 according to optimize_function_for_size_p, TARGET_SSE_TYPELESS_STORES
14882 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flags.
14883 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
14884
14885 2012-05-09 Georg-Johann Lay <avr@gjlay.de>
14886
14887 PR target/53256
14888 * config/avr/elf.h (ASM_DECLARE_FUNCTION_NAME): Remove.
14889 * config/avr/avr-protos.h (avr_asm_declare_function_name): Remove.
14890 * config/avr/avr.h (struct machine_function): Add attributes_checked_p.
14891 * config/avr/avr.c (avr_asm_declare_function_name): Remove.
14892 (expand_prologue): Move initialization of cfun->machine->is_naked,
14893 is_interrupt, is_signal, is_OS_task, is_OS_main from here to...
14894 (avr_set_current_function): ...this new static function.
14895 (TARGET_SET_CURRENT_FUNCTION): New define.
14896 (avr_function_ok_for_sibcall): Use cfun->machine->is_* instead of
14897 checking attributes of current_function_decl.
14898 (avr_regs_to_save): Ditto.
14899 (signal_function_p): Rename to avr_signal_function_p.
14900 (interrupt_function_p): Rename to avr_interrupt_function_p.
14901
14902 * doc/extend.texi (Function Attributes): Better explanation of
14903 'interrupt' and 'signal' for AVR. Move 'ifunc' down to establish
14904 alphabetical order.
14905
14906 2012-05-09 Michael Matz <matz@suse.de>
14907
14908 PR tree-optimization/53185
14909 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Disable
14910 peeling when we see strided loads.
14911
14912 2012-05-09 Matthias Klose <doko@ubuntu.com>
14913
14914 * gcc-ar.c (main): Don't check for execute bits for the plugin.
14915
14916 2012-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14917
14918 * tree-ssa-loop-ivopts.c (add_autoinc_candidates, get_address_cost):
14919 Replace use of HAVE_{POST/PRE}_{INCREMENT/DECREMENT} with
14920 USE_{LOAD/STORE}_{PRE/POST}_{INCREMENT/DECREMENT} appropriately.
14921 * config/arm/arm.h (ARM_AUTOINC_VALID_FOR_MODE_P): New.
14922 (USE_LOAD_POST_INCREMENT): Define.
14923 (USE_LOAD_PRE_INCREMENT): Define.
14924 (USE_LOAD_POST_DECREMENT): Define.
14925 (USE_LOAD_PRE_DECREMENT): Define.
14926 (USE_STORE_PRE_DECREMENT): Define.
14927 (USE_STORE_PRE_INCREMENT): Define.
14928 (USE_STORE_POST_DECREMENT): Define.
14929 (USE_STORE_POST_INCREMENT): Define.
14930 (arm_auto_incmodes): Add enumeration.
14931 * config/arm/arm-protos.h (arm_autoinc_modes_ok_p): Declare.
14932 * config/arm/arm.c (arm_autoinc_modes_ok_p): Define.
14933
14934 2012-05-09 Jakub Jelinek <jakub@redhat.com>
14935
14936 PR tree-optimization/53226
14937 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Remove
14938 prev and prev_initialized vars, gimple_set_plf (stmt, GF_PLF_1, false)
14939 before processing it and gimple_set_plf (stmt, GF_PLF_1, true) if it
14940 doesn't need to be revisited, look for earliest stmt with
14941 !gimple_plf (stmt, GF_PLF_1) if something changed.
14942
14943 2012-05-09 Terry Guo <terry.guo@arm.com>
14944
14945 * genmultilib: Update copyright dates.
14946 * doc/fragments.texi: Ditto.
14947
14948 2012-05-09 Terry Guo <terry.guo@arm.com>
14949
14950 * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED.
14951 * genmultilib (MULTILIB_REQUIRED): New.
14952 * doc/fragments.texi: Document the MULTILIB_REQUIRED.
14953
14954 2012-05-09 Richard Guenther <rguenther@suse.de>
14955
14956 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
14957 (vect_do_peeling_for_loop_bound): Likewise.
14958 (vect_do_peeling_for_alignment): Likewise.
14959 * tree-vect-loop-manip.c (conservative_cost_threshold): Remove.
14960 (vect_do_peeling_for_loop_bound): Get check_profitability and
14961 threshold as parameters.
14962 (vect_do_peeling_for_alignment): Likewise.
14963 (vect_loop_versioning): Likewise.
14964 * tree-vect-loop.c (vect_transform_loop): Compute check_profitability
14965 and threshold here. Control where to put the check here.
14966
14967 2012-05-09 Richard Sandiford <rdsandiford@googlemail.com>
14968
14969 PR middle-end/53249
14970 * dwarf2out.h (get_address_mode): Move declaration to...
14971 * rtl.h: ...here.
14972 * dwarf2out.c (get_address_mode): Move definition to...
14973 * rtlanal.c: ...here.
14974 * var-tracking.c (get_address_mode): Delete.
14975 * combine.c (find_split_point): Use get_address_mode instead of
14976 targetm.addr_space.address_mode.
14977 * cselib.c (cselib_record_sets): Likewise.
14978 * dse.c (canon_address, record_store): Likewise.
14979 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
14980 * expr.c (move_by_pieces, emit_block_move_via_loop, store_by_pieces)
14981 (store_by_pieces_1, expand_assignment, store_expr, store_constructor)
14982 (expand_expr_real_1): Likewise.
14983 * ifcvt.c (noce_try_cmove_arith): Likewise.
14984 * optabs.c (maybe_legitimize_operand_same_code): Likewise.
14985 * reload.c (find_reloads): Likewise.
14986 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
14987 * sel-sched-dump.c (debug_mem_addr_value): Likewise.
14988
14989 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
14990
14991 * config/mips/mips.c (mips16_gp_pseudo_reg): Remove line
14992 information from the instruction produced.
14993
14994 2012-05-09 Richard Guenther <rguenther@suse.de>
14995
14996 * stor-layout.c (bit_from_pos): Document.
14997 (byte_from_pos): Likewise. Optimize.
14998 (pos_from_bit): Likewise.
14999 (normalize_offset): Use pos_from_bit instead of replicating it.
15000
15001 2012-05-09 Alan Modra <amodra@gmail.com>
15002
15003 PR target/53271
15004 * config/rs6000/rs6000.c (gen_frame_set): New function.
15005 (gen_frame_load, gen_frame_store): New functions.
15006 (rs6000_savres_rtx): Use the above.
15007 (rs6000_emit_epilogue, rs6000_emit_prologue): Here too.
15008 Correct mode used for CR2 in save/restore_world patterns.
15009 Don't emit instructions for eh_return frame unwind reg info.
15010
15011 2012-05-08 Jan Hubicka <jh@suse.cz>
15012
15013 * cgraphbuild.c (build_cgraph_edges): Do not finalize vars
15014 with VALUE_EXPR.
15015 * cgraph.h (varpool_can_remove_if_no_refs): Vars with VALUE_EXPR
15016 are removable.
15017 * toplev.c (wrapup_global_declaration_2): Vars with VALUE_EXPR
15018 need to wrapup.
15019 (compile_file): Do not output variables.
15020 * cgraphbuild.c (varpool_finalize_decl): When var is finalized late,
15021 output it.
15022 * langhooks.c: Include timevar.h
15023 (write_global_declarations): Finalize compilation unit after wrapup;
15024 set timevars correctly.
15025 * passes.c (rest_of_decl_compilation): Decls with VALUE_EXPR needs
15026 not to be added to varpool.
15027 * varpool.c (varpool_assemble_decl): Sanity check that we are called
15028 only on cases where it makes sense; skip constant pool and value expr
15029 vars.
15030
15031 2012-05-08 David S. Miller <davem@davemloft.net>
15032
15033 * config/sparc/linux.h (LINK_SPEC): Don't pass "-Y" option.
15034 * config/sparc/linux64.h (LINK_ARCH32_SPEC): Likewise.
15035 * config/sparc/linux64.h (LINK_ARCH64_SPEC): Likewise.
15036
15037 2012-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15038
15039 PR rtl-optimization/53278
15040 * lower-subreg.c (decompose_multiword_subregs): Remove left-over
15041 speed_p code from earlier patch.
15042
15043 2012-05-08 Oleg Endo <olegendo@gcc.gnu.org>
15044
15045 PR target/51244
15046 * config/sh/sh.md (*branch_true, *branch_false): New insns.
15047
15048 2012-05-08 Teresa Johnson <tejohnson@google.com>
15049
15050 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.
15051 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
15052
15053 2012-05-08 Jan Hubicka <jh@suse.cz>
15054
15055 * cgraph.c (cgraph_call_edge_duplication_hooks): Export.
15056 (cgraph_create_node_1): Rename to ...
15057 (cgraph_create_empty_node): ... this one; export.
15058 (cgraph_create_node): Update.
15059 (cgraph_set_call_stmt_including_clones): Move to cgraphclones.c
15060 (cgraph_create_edge_including_clones): Likewise.
15061 (cgraph_find_replacement_node): Likewise.
15062 (cgraph_clone_edge): Likewise.
15063 (cgraph_clone_node): Likewise.
15064 (clone_function_name): Likewise.
15065 (cgraph_create_virtual_clone): Likewise.
15066 (cgraph_remove_node_and_inline_clones): Likewise.
15067 (cgraph_redirect_edge_call_stmt_to_callee): Move here from cgraphunit.c
15068 * cgraph.h: Reorder declarations so they match file of origin.
15069 (cgraph_create_empty_node): Declare.
15070 * cgraphunit.c (update_call_expr): Move to cgraphclones.c
15071 (cgraph_copy_node_for_versioning): Likewise.
15072 (cgraph_function_versioning): Likewise.
15073 (cgraph_materialize_clone): Likewise.
15074 (cgraph_redirect_edge_call_stmt_to_callee): Likewise.
15075 (cgraph_materialize_all_clones): Likewise.
15076 * cgraphclones.c: New file.
15077 * Makefile.in: Update for cgraphclones.
15078
15079 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
15080
15081 PR target/53176
15082 * config/i386/i386.c (ix86_set_reg_reg_cost): New function.
15083 (ix86_rtx_costs): Handle SET.
15084
15085 2012-05-08 Michael Matz <matz@suse.de>
15086
15087 * basic-block.h (struct rtl_bb_info): Remove visited member and
15088 move head_ member to ...
15089 (struct basic_block_def.basic_block_il_dependent): ... the new
15090 member x, replacing but containing old member rtl.
15091 (enum bb_flags): New BB_VISITED flag.
15092 (BB_HEADER, BB_FOOTER): New macros.
15093
15094 * jump.c (mark_all_labels): Adjust.
15095 * cfgcleanup.c (try_optimize_cfg): Adjust.
15096 * cfglayout.c (record_effective_endpoints): Adjust.
15097 (relink_block_chain): Ditto (and don't fiddle with visited).
15098 (fixup_reorder_chain): Adjust.
15099 (fixup_fallthru_exit_predecessor): Ditto.
15100 (cfg_layout_duplicate_bb): Ditto.
15101 * combine.c (update_cfg_for_uncondjump): Adjust.
15102 * bb-reorder.c (struct bbro_basic_block_data_def): Add visited member.
15103 (bb_visited_trace): New accessor.
15104 (mark_bb_visited): Move in front.
15105 (rotate_loop): Use bb_visited_trace.
15106 (find_traces_1_round): Ditto.
15107 (emit_barrier_after): Ditto.
15108 (copy_bb): Ditto, and initialize visited on resize.
15109 (reorder_basic_blocks): Initize visited member.
15110 (duplicate_computed_gotos): Clear bb flags at start, use
15111 BB_VISITED flags.
15112
15113 * cfgrtl.c (try_redirect_by_replacing_jump): Adjust.
15114 (rtl_verify_flow_info_1): Ditto.
15115 (cfg_layout_split_block): Ditto.
15116 (cfg_layout_delete_block): Ditto.
15117 (cfg_layout_merge_blocks): Ditto.
15118 (init_rtl_bb_info): Adjust and initialize il.x.head_ member.
15119
15120 2012-05-08 Hans-Peter Nilsson <hp@axis.com>
15121
15122 PR target/53272
15123 * config/cris/cris.c (cris_normal_notice_update_cc): For TARGET_V32,
15124 when a constant source operand matches an "I" constraint, the "no
15125 CC0 change" applies to a register-destination only, not a
15126 strict_low_part-destination.
15127
15128 2012-05-08 Richard Guenther <rguenther@suse.de>
15129
15130 * fold-const.c (fold_binary_loc): Fold (X * CST1) & CST2
15131 to zero or to (X * CST1) & CST2' when CST1 has trailing zeros.
15132
15133 2012-05-08 Georg-Johann Lay <avr@gjlay.de>
15134
15135 * Makefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.
15136
15137 * doc/avr-mmcu.texi: New auto-generated file.
15138 * doc/invoke.texi (AVR Options): Include avr-mmcu.texi in order
15139 to document all valid -mmcu= arguments.
15140
15141 * config/avr/avr.h (arch_info_s): New struct definition.
15142 * config/avr/avr-devices.c (avr_texinfo): New variable.
15143 * config/avr/gen-avr-mmcu-texi.c: New file.
15144 * config/avr/t-avr: New rules and dependencies to build avr-mmcu.texi.
15145
15146 2012-05-08 Dehao Chen <dehao@google.com>
15147
15148 * predict.c (find_qualified_ssa_name): New.
15149 (find_ssa_name_in_expr): New.
15150 (find_ssa_name_in_assign_stmt): New.
15151 (is_comparison_with_loop_invariant_p): New.
15152 (is_bound_expr_similar): New.
15153 (predict_iv_comparison): New.
15154 (predict_loops): Add heuristic for loop-nested branches that compare an
15155 induction variable to a loop bound variable.
15156 * predict.def (PRED_LOOP_IV_COMPARE): New macro.
15157
15158 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
15159
15160 * config/i386/i386.c (has_dispatch): Use TARGET_BDVER1 and
15161 TARGET_BDVER2 defines where appropriate.
15162
15163 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
15164
15165 * configure.ac (PLUGIN_LD): Rename into...
15166 (PLUGIN_LD_SUFFIX): ...this and strip the target_alias triplet.
15167 * config.in: Regenerate.
15168 * configure: Likewise.
15169 * collect2.c (main): Set plugin_ld_suffix to PLUGIN_LD_SUFFIX.
15170
15171 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
15172
15173 * tree-dfa.c (get_ref_base_and_extent) <ARRAY_REF>: Do the offset
15174 computation using the precision of the index type.
15175 * gimple-fold.c (fold_const_aggregate_ref_1) <ARRAY_REF>: Likewise.
15176 (fold_array_ctor_reference): Do index computations in the index type.
15177
15178 2012-05-07 Georg-Johann Lay <avr@gjlay.de>
15179
15180 * config/avr/avr.c (avr_prologue_setup_frame): Fix mode passed
15181 down to plus_constant.
15182 (expand_epilogue): Ditto.
15183
15184 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
15185
15186 * postreload.c (reload_cse_regs): Make static.
15187 * reload.h (reload_cse_regs): Remove prototype.
15188
15189 2012-05-07 Richard Henderson <rth@redhat.com>
15190
15191 * config/alpha/alpha.md (clear_cache): New pattern.
15192
15193 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
15194
15195 PR middle-end/53245
15196 * gimplify.c (preprocess_case_label_vec_for_gimple): If low or high
15197 is folded to a type boundary value, verify that the resulting case
15198 label is still a care range.
15199
15200 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
15201
15202 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf
15203 only for TARGET_GENERIC, when not optimizing for size.
15204 (*ffs<mode>_1): Ditto.
15205
15206 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
15207
15208 * tree-cfg.c (verify_gimple_switch): Tighten checks.
15209
15210 2012-05-07 Jakub Jelinek <jakub@redhat.com>
15211
15212 PR tree-optimization/53239
15213 * tree-vrp.c (get_value_range): Set VR of SSA_NAME_IS_DEFAULT_DEF
15214 of DECL_BY_REFERENCE RESULT_DECL to nonnull.
15215
15216 2012-05-07 Richard Guenther <rguenther@suse.de>
15217
15218 PR tree-optimization/53195
15219 * tree-inline.c (setup_one_parameter): Properly add referenced
15220 vars from the parameters new known value.
15221
15222 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
15223
15224 * config/m68k/m68k.c (m68k_sched_branch_type): Remove.
15225 (sched_branch_type): Remove.
15226 (m68k_sched_md_init_global): Don't allocate it.
15227 (m68k_sched_md_finish_global): Don't free it.
15228 * config/m68k/m68k.h (m68k_sched_branch_type): Remove prototype.
15229 * config/m68k/m68k.md: Set the type of insns using
15230 m68k_sched_branch_type to bcc directly.
15231
15232 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15233
15234 * config/sol2.c (solaris_override_options): New function.
15235 * config/sol2-protos.h (solaris_override_options): Declare.
15236 * config/sol2.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
15237
15238 2012-05-07 Richard Guenther <rguenther@suse.de>
15239
15240 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return
15241 whether we failed to compute data dependences.
15242 (loop_prefetch_arrays): Fail if we failed.
15243
15244 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
15245 Paolo Bonzini <bonzini@gnu.org>
15246
15247 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf even for !TARGET_BMI.
15248 Emit bsf when optimizing for size.
15249 (*ffs<mode>_1): Ditto.
15250
15251 2012-05-07 Oleg Endo <olegendo@gcc.gnu.org>
15252
15253 PR target/53250
15254 * config/sh/sh.c (sh_rtx_costs): Handle SET.
15255
15256 2012-05-06 Uros Bizjak <ubizjak@gmail.com>
15257
15258 PR target/53227
15259 * config/i386/i386.md (swap<mode>): Rename from *swap<mode>.
15260 (bswapdi2): Split from bswap<mode>2. Use nonnimediate_operand
15261 predicate for operand 1. Force operand 1 to register for TARGET_BSWAP.
15262 (bswapsi2): Ditto.
15263 (*bswapdi2_doubleword): New insn pattern.
15264 (*bswap<mode>2): Rename from *bswap<mode>2_1.
15265
15266 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
15267
15268 * config/mips/mips.c (mips_set_reg_reg_piece_cost): New function.
15269 (mips_set_reg_reg_cost): Likewise.
15270 (mips_rtx_costs): Handle SET.
15271
15272 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
15273
15274 * lower-subreg.c (shift_cost): Use set_src_cost, avoiding the SET.
15275 (compute_costs): Likewise for the zero extension. Use set_rtx_cost
15276 to compute the cost of moves. Set the mode of the target register.
15277
15278 2012-05-05 Richard Sandiford <rdsandiford@googlemail.com>
15279
15280 * rtl.h (plus_constant, plus_constant_mode): Merge into a single
15281 plus_constant function.
15282 * explow.c (plus_constant, plus_constant_mode): Likewise. Assert
15283 that the mode is sensible.
15284 (use_anchored_address, round_push, allocate_dynamic_stack_space)
15285 (probe_stack_range, anti_adjust_stack_and_probe): Update calls to
15286 plus_constant.
15287
15288 * alias.c (canon_rtx): Likewise.
15289 (init_alias_analysis): Likewise.
15290 * builtins.c (expand_builtin_return_addr)
15291 (expand_builtin_setjmp_setup, expand_builtin_longjmp)
15292 (expand_builtin_nonlocal_goto, expand_builtin_update_setjmp_buf)
15293 (expand_builtin_apply_args_1, expand_builtin_apply, expand_movstr)
15294 (expand_builtin_stpcpy): Likewise.
15295 * calls.c (save_fixed_argument_area, restore_fixed_argument_area)
15296 (compute_argument_addresses, internal_arg_pointer_based_exp)
15297 (expand_call, emit_library_call_value_1): Likewise.
15298 * cfgexpand.c (expand_one_stack_var_at, expand_debug_expr): Likewise.
15299 * combine-stack-adj.c (try_apply_stack_adjustment): Likewise.
15300 * combine.c (combine_simplify_rtx, force_to_mode): Likewise.
15301 * cse.c (insert_const_anchor, find_reg_offset_for_const)
15302 (use_related_value, fold_rtx): Likewise.
15303 * cselib.c (cselib_subst_to_values): Likewise.
15304 * dse.c (record_store, check_mem_read_rtx): Likewise.
15305 * dwarf2out.c (rtl_for_decl_location, gen_variable_die): Likewise.
15306 * emit-rtl.c (adjust_address_1): Likewise.
15307 * except.c (sjlj_emit_function_enter)
15308 (expand_builtin_extract_return_addr)
15309 (expand_builtin_frob_return_addr): Likewise.
15310 * expmed.c (expand_divmod): Likewise.
15311 * expr.c (move_by_pieces, store_by_pieces, store_by_pieces_1)
15312 (emit_move_resolve_push, push_block, emit_push_insn, store_expr)
15313 (expand_expr_addr_expr_1, expand_expr_real_1): Likewise.
15314 * function.c (assign_stack_local_1)
15315 (instantiate_virtual_regs_in_rtx): Likewise.
15316 * optabs.c (prepare_cmp_insn): Likewise.
15317 * recog.c (offsettable_address_addr_space_p): Likewise.
15318 * reload.c (find_reloads_address, form_sum)
15319 (find_reloads_subreg_address): Likewise.
15320 * reload1.c (init_reload, eliminate_regs_1)
15321 (eliminate_regs_in_insn): Likewise.
15322 * simplify-rtx.c (simplify_unary_operation_1)
15323 (simplify_binary_operation_1, simplify_plus_minus): Likewise.
15324 * var-tracking.c (compute_cfa_pointer, prepare_call_arguments)
15325 (vt_add_function_parameter): Likewise.
15326
15327 * config/alpha/alpha.h (EH_RETURN_HANDLER_RTX): Likewise.
15328 * config/alpha/vms.h (EH_RETURN_HANDLER_RTX): Likewise.
15329 * config/alpha/alpha.c (alpha_legitimize_address_1)
15330 (get_unaligned_address, alpha_expand_unaligned_load)
15331 (alpha_expand_unaligned_store, alpha_expand_unaligned_load_words)
15332 (alpha_expand_unaligned_store_words, alpha_expand_block_clear)
15333 (alpha_expand_builtin_establish_vms_condition_handler)
15334 (alpha_setup_incoming_varargs, emit_frame_store_1)
15335 (alpha_expand_prologue, alpha_expand_epilogue)
15336 (alpha_use_linkage): Likewise.
15337 * config/alpha/alpha.md: Likewise.
15338
15339 * config/arm/arm.c (arm_trampoline_init, legitimize_pic_address)
15340 (arm_load_pic_register, arm_pic_static_addr, arm_legitimize_address)
15341 (thumb_legitimize_address, arm_gen_load_multiple_1)
15342 (arm_gen_store_multiple_1, arm_gen_multiple_op, gen_ldm_seq)
15343 (gen_stm_seq, gen_const_stm_seq, arm_block_move_unaligned_straight)
15344 (arm_block_move_unaligned_loop, arm_gen_movmemqi, arm_reload_in_hi)
15345 (arm_reload_out_hi, arm_reorg, vfp_emit_fstmd, emit_multi_reg_push)
15346 (emit_sfm, thumb_set_frame_pointer, arm_expand_prologue)
15347 (thumb1_emit_multi_reg_push, thumb1_expand_prologue)
15348 (thumb_expand_movmemqi, arm_set_return_address)
15349 (thumb_set_return_address): Likewise.
15350 * config/arm/arm.md: Likewise.
15351
15352 * config/avr/avr.c (avr_incoming_return_addr_rtx)
15353 (avr_prologue_setup_frame, expand_epilogue)
15354 (avr_const_address_lo16): Likewise.
15355
15356 * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Likewise.
15357 * config/bfin/bfin.c (setup_incoming_varargs, bfin_load_pic_reg)
15358 (bfin_expand_prologue, bfin_trampoline_init, bfin_expand_call)
15359 (bfin_output_mi_thunk): Likewise.
15360
15361 * config/c6x/c6x.c (c6x_initialize_trampoline)
15362 (c6x_output_mi_thunk): Likewise.
15363
15364 * config/cr16/cr16.h (EH_RETURN_HANDLER_RTX): Likewise.
15365 * config/cr16/cr16.c (cr16_create_dwarf_for_multi_push): Likewise.
15366
15367 * config/cris/cris.c (cris_return_addr_rtx, cris_split_movdx)
15368 (cris_expand_prologue, cris_expand_epilogue, cris_gen_movem_load)
15369 (cris_emit_movem_store, cris_trampoline_init): Likewise.
15370 * config/cris/cris.md: Likewise.
15371
15372 * config/darwin.c (machopic_indirect_data_reference)
15373 (machopic_legitimize_pic_address): Likewise.
15374
15375 * config/epiphany/epiphany.c (epiphany_emit_save_restore)
15376 (epiphany_expand_prologue, epiphany_expand_epilogue)
15377 (epiphany_trampoline_init): Likewise.
15378 * config/epiphany/epiphany.md: Likewise.
15379
15380 * config/fr30/fr30.c (fr30_move_double): Likewise.
15381
15382 * config/frv/frv.c (frv_dwarf_store, frv_expand_prologue)
15383 (frv_expand_block_move, frv_expand_block_clear, frv_return_addr_rtx)
15384 (frv_index_memory, unspec_got_name, frv_find_base_term)
15385 (frv_output_dwarf_dtprel): Likewise.
15386
15387 * config/h8300/h8300.c (h8300_push_pop, h8300_return_addr_rtx)
15388 (h8300_swap_into_er6, h8300_swap_out_of_er6): Likewise.
15389
15390 * config/i386/i386.h (RETURN_ADDR_RTX): Likewise.
15391 * config/i386/i386.c (setup_incoming_varargs_64)
15392 (setup_incoming_varargs_ms_64, choose_baseaddr)
15393 (ix86_emit_save_reg_using_mov, ix86_adjust_stack_and_probe)
15394 (ix86_emit_probe_stack_range, ix86_expand_prologue)
15395 (ix86_emit_restore_reg_using_pop, ix86_emit_leave)
15396 (ix86_expand_epilogue, legitimize_pic_address, ix86_legitimize_address)
15397 (ix86_split_long_move, ix86_expand_movmem, ix86_expand_setmem)
15398 (ix86_static_chain, ix86_trampoline_init, x86_this_parameter)
15399 (x86_output_mi_thunk): Likewise.
15400 * config/i386/i386.md: Likewise.
15401
15402 * config/ia64/ia64.c (ia64_expand_load_address)
15403 (ia64_expand_tls_address, ia64_expand_move, ia64_split_tmode)
15404 (do_spill, ia64_trampoline_init): Likewise.
15405
15406 * config/iq2000/iq2000.c (iq2000_va_start)
15407 (iq2000_emit_frame_related_store, iq2000_expand_prologue)
15408 (iq2000_expand_eh_return, iq2000_setup_incoming_varargs)
15409 (iq2000_print_operand, iq2000_legitimize_address): Likewise.
15410
15411 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
15412
15413 * config/m32c/m32c.c (m32c_return_addr_rtx)
15414 (m32c_expand_insv): Likewise.
15415
15416 * config/m32r/m32r.c (m32r_setup_incoming_varargs)
15417 (m32r_legitimize_pic_address, m32r_print_operand)
15418 (m32r_print_operand_address): Likewise.
15419
15420 * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Likewise.
15421 * config/m68k/m68k.h (RETURN_ADDR_RTX): Likewise.
15422 (EH_RETURN_HANDLER_RTX): Likewise.
15423 * config/m68k/m68k.c (m68k_emit_movem, m68k_expand_prologue)
15424 (m68k_expand_epilogue, legitimize_pic_address)
15425 (m68k_output_mi_thunk): Likewise.
15426 * config/m68k/m68k.md: Likewise.
15427
15428 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
15429 (mcore_expand_epilog): Likewise.
15430 * config/mcore/mcore.md: Likewise.
15431
15432 * config/mep/mep.c (mep_allocate_initial_value)
15433 (mep_expand_prologue, mep_expand_epilogue): Likewise.
15434
15435 * config/microblaze/microblaze.c (double_memory_operand)
15436 (microblaze_block_move_loop): Likewise.
15437
15438 * config/mips/mips.c (mips_strip_unspec_address, mips_add_offset)
15439 (mips_setup_incoming_varargs, mips_va_start, mips_block_move_loop)
15440 (mips_print_operand, mips16e_save_restore_reg, mips_save_restore_reg)
15441 (mips_expand_prologue, mips_epilogue_set_cfa)
15442 (mips_expand_epilogue): Likewise.
15443 * config/mips/mips.md: Likewise.
15444
15445 * config/mmix/mmix.c (mmix_dynamic_chain_address, mmix_return_addr_rtx)
15446 (mmix_expand_prologue, mmix_expand_epilogue): Likewise.
15447
15448 * config/mn10300/mn10300.c (mn10300_gen_multiple_store)
15449 (mn10300_builtin_saveregs, mn10300_trampoline_init): Likewise.
15450
15451 * config/moxie/moxie.h (INCOMING_RETURN_ADDR_RTX): Likewise.
15452 (EH_RETURN_HANDLER_RTX): Likewise.
15453 * config/moxie/moxie.c (moxie_static_chain): Likewise.
15454
15455 * config/pa/pa.c (legitimize_pic_address, hppa_legitimize_address)
15456 (store_reg, set_reg_plus_d, pa_expand_prologue, load_reg)
15457 (pa_return_addr_rtx, hppa_builtin_saveregs)
15458 (pa_trampoline_init): Likewise.
15459 * config/pa/pa.md: Likewise.
15460
15461 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
15462
15463 * config/picochip/picochip.c (picochip_static_chain): Likewise.
15464
15465 * config/rs6000/rs6000.h (RS6000_SAVE_TOC): Likewise.
15466 * config/rs6000/rs6000.c (rs6000_legitimize_address)
15467 (setup_incoming_varargs, print_operand, rs6000_return_addr)
15468 (rs6000_emit_eh_reg_restore, rs6000_emit_probe_stack_range)
15469 (rs6000_emit_epilogue)
15470 (rs6000_machopic_legitimize_pic_address): Likewise.
15471
15472 * config/rx/rx.c (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
15473
15474 * config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Likewise.
15475 (DYNAMIC_CHAIN_ADDRESS): Likewise.
15476 * config/s390/s390.c (s390_decompose_address, legitimize_pic_address)
15477 (s390_delegitimize_address, print_operand, annotate_constant_pool_refs)
15478 (replace_constant_pool_ref, s390_return_addr_rtx, s390_back_chain_rtx)
15479 (save_fpr, restore_fpr, save_gprs, restore_gprs, s390_emit_prologue)
15480 (s390_emit_epilogue, s390_function_profiler): Likewise.
15481 * config/s390/s390.md: Likewise.
15482
15483 * config/score/score.c (score_add_offset, score_prologue): Likewise.
15484
15485 * config/sh/sh.c (expand_block_move, push_regs, sh_builtin_saveregs)
15486 (sh_output_mi_thunk): Likewise.
15487 * config/sh/sh.md: Likewise.
15488
15489 * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS, FRAME_ADDR_RTX)
15490 (RETURN_ADDR_RTX, INCOMING_RETURN_ADDR_RTX): Likewise.
15491 * config/sparc/sparc.c (sparc_legitimize_pic_address)
15492 (sparc_emit_probe_stack_range, emit_save_or_restore_regs)
15493 (emit_window_save, sparc_flat_expand_prologue, sparc_struct_value_rtx)
15494 (emit_and_preserve): Likewise.
15495 * config/sparc/sparc.md: Likewise.
15496
15497 * config/spu/spu.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
15498 * config/spu/spu.c (spu_expand_insv, spu_machine_dependent_reorg)
15499 (spu_setup_incoming_varargs, ea_load_store_inline)
15500 (spu_expand_load): Likewise.
15501
15502 * config/stormy16/stormy16.c (xstormy16_expand_prologue)
15503 (combine_bnp): Likewise.
15504
15505 * config/tilegx/tilegx.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
15506 * config/tilegx/tilegx.c (tilegx_setup_incoming_varargs)
15507 (tilegx_expand_unaligned_load, tilegx_trampoline_init): Likewise.
15508
15509 * config/tilepro/tilepro.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
15510 * config/tilepro/tilepro.c (tilepro_setup_incoming_varargs)
15511 (tilepro_expand_unaligned_load, tilepro_trampoline_init): Likewise.
15512
15513 * config/v850/v850.c (expand_prologue, expand_epilogue): Likewise.
15514 * config/v850/v850.md: Likewise.
15515
15516 * config/vax/elf.h (EH_RETURN_STACKADJ_RTX): Likewise.
15517 (EH_RETURN_HANDLER_RTX): Likewise.
15518 * config/vax/vax.h (DYNAMIC_CHAIN_ADDRESS, RETURN_ADDR_RTX): Likewise.
15519 * config/vax/vax.c (vax_add_reg_cfa_offset, vax_expand_prologue)
15520 (print_operand_address, vax_trampoline_init): Likewise.
15521
15522 * config/xtensa/xtensa.c (xtensa_expand_prologue, xtensa_return_addr)
15523 (xtensa_function_value_regno_p): Likewise.
15524
15525 2012-05-04 Andrew Pinski <apinski@cavium.com>
15526
15527 * expr.c (get_def_for_expr_class): New function.
15528 (convert_tree_comp_to_rtx): New function.
15529 (expand_cond_expr_using_cmove): New function.
15530 (expand_expr_real_2 <case COND_EXPR>): Call
15531 expand_cond_expr_using_cmove first and return if it succeeds.
15532 Remove the check for HAVE_conditional_move since we should have
15533 already converted it to a conditional move.
15534 * config/i386/i386.c (ix86_expand_int_movcc): Disallow comparison
15535 modes of DImode for 32bits and TImode.
15536
15537 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
15538
15539 PR other/29442
15540 * read-md.c (fprint_md_ptr_loc, fprint_c_condition): New functions.
15541 (print_md_ptr_loc, print_c_condition): Use them.
15542 * read-md.h (fprint_md_ptr_loc, fprint_c_condition): New prototypes.
15543 * genattrtab.c (attr_file_name, dfa_file_name, latency_file_name,
15544 attr_file, dfa_file, latency_file): New global variables.
15545 (write_attr_valueq, write_attr_set, write_attr_case, write_attr_value,
15546 write_upcase, write_indent, write_length_unit_log, write_test_expr,
15547 write_attr_get, write_insn_cases, write_eligible_delay,
15548 write_const_num_delay_slots): Accept FILE pointer and toss it around.
15549 Update all callers.
15550 (write_header, open_outfile, handle_arg): New funcions.
15551 (make_automaton_attrs): Write prototypes as extern to the output
15552 files.
15553 (main): Use init_rtx_reader_args_cb with handle_arg to take 3 file
15554 names from the command line. Open the output files and write out
15555 internal functions for DFA functions to dfa_file_name, insn latency
15556 functions to latency_file_name, and everything else to attr_file.
15557 * Makefile.in (OBJS): Add insn-dfatab.o and insn-latencytab.o.
15558 (BACKEND): Build libbackend first.
15559 (MOSTLYCLEANFILES): Add insn-dfatab.c and insn-latencytab.c.
15560 (.PRECIOUS): Likewise.
15561 (insn-dfatab.o): New rule.
15562 (insn-latencytab.o): New rule.
15563 (simple_rtl_generated_c): Do not include insn-attrtab.c.
15564 (s-attrtab): New rule.
15565
15566 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
15567
15568 * rtl.def (ATTR_FLAG): Remove probability indicating flags.
15569 * genattr.c (main): Remove ATTR_FLAG_likely, ATTR_FLAG_unlikely,
15570 ATTR_FLAG_very_likely, and ATTR_FLAG_very_unlikely.
15571 * reorg.c (get_jump_flags): Do not set the removed flags.
15572
15573 * doc/md.texi (attr_flag): Update for abovementioned changes.
15574
15575 2012-05-04 Uros Bizjak <ubizjak@gmail.com>
15576
15577 PR target/53228
15578 * config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
15579 (TARGET_CMOV): Rename from TARGET_CMOVE.
15580 (TARGET_CMOVE): New define.
15581 * config/i386/i386.c (ix86_option_override_internal): Use TARGET_CMOV.
15582 Do not set TARGET_CMOVE here.
15583
15584 2012-05-04 Dodji Seketeli <dodji@redhat.com>
15585
15586 Enable -Wunused-local-typedefs when -Wall or -Wunused is on
15587 * opts.c (finish_options): Activate -Wunused-local-typedefs if
15588 -Wunused is activated.
15589 * doc/invoke.texi: Update blurb of -Wunused-local-typedefs.
15590
15591 2012-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15592
15593 * config/s390/s390.md (*movmem_short, *clrmem_short)
15594 (*cmpmem_short): Move the mode check from the insn condition to
15595 the match_scratch.
15596
15597 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
15598
15599 PR tree-optimization/52633
15600 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Swap order of
15601 vect_recog_widen_shift_pattern and vect_recog_over_widening_pattern.
15602 (vect_recog_over_widening_pattern): Remove handling of code that was
15603 already detected as over-widening pattern. Remove special handling
15604 of "unsigned" cases. Instead, support general case of conversion
15605 of the shift result to another type.
15606
15607 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
15608
15609 * tree-vect-patterns.c (vect_single_imm_use): New function.
15610 (vect_recog_widen_mult_pattern): Use it instead of open-coding loop.
15611 (vect_recog_over_widening_pattern): Likewise.
15612 (vect_recog_widen_shift_pattern): Likewise.
15613
15614 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
15615
15616 * tree-vect-patterns.c (vect_same_loop_or_bb_p): New function.
15617 (vect_handle_widen_op_by_const): Use it instead of open-coding test.
15618 (vect_recog_widen_mult_pattern): Likewise.
15619 (vect_operation_fits_smaller_type): Likewise.
15620 (vect_recog_over_widening_pattern): Likewise.
15621 (vect_recog_widen_shift_pattern): Add to vect_same_loop_or_bb_p test.
15622
15623 2012-05-04 Richard Guenther <rguenther@suse.de>
15624
15625 PR lto/50602
15626 * lto-wrapper.c (merge_and_complain): Complain about mismatches
15627 of -freg-struct-return and -fpcc-struct-return.
15628 (run_gcc): Pass through -freg-struct-return and -fpcc-struct-return
15629 from the input file options and ignore those from the link
15630 command line.
15631
15632 2012-05-04 Richard Guenther <rguenther@suse.de>
15633
15634 PR tree-optimization/53168
15635 * tree-ssa-pre.c (phi_translate_1): Only handle type-punned
15636 memory reads when the result is a constant we can pun.
15637
15638 2012-05-04 Richard Guenther <rguenther@suse.de>
15639
15640 * common.opt (flto-report): Do not mark as Optimization.
15641
15642 2012-05-04 Eric Botcazou <ebotcazou@adacore.com>
15643
15644 PR target/48496
15645 * recog.c (constrain_operands): If extra constraints are present, also
15646 accept pseudo-registers with equivalent memory locations during reload.
15647
15648 2012-05-04 Olivier Hainque <hainque@adacore.com>
15649
15650 * collect2.c (may_unlink_output_file): New global.
15651 (maybe_unlink): Honor it.
15652 * collect2.h: Add extern for it.
15653 * tlink.c (do_tlink): Set it to true if the link succeeded.
15654
15655 2012-05-04 Olivier Hainque <hainque@adacore.com>
15656
15657 * gcc.c (eval_spec_function): Finalize/restore the current string
15658 obstack state as part of the context push/pop operations.
15659
15660 2012-05-04 Bin Cheng <bin.cheng@arm.com>
15661
15662 PR rtl-optimization/52804
15663 * reload1.c (reload_reg_reaches_end_p): Check whether successor
15664 reload with type RELOAD_FOR_INPUT_ADDRESS kills reload register
15665 of current one with type RELOAD_FOR_INPADDR_ADDRESS.
15666 Same stands for reloads with type RELOAD_FOR_OUTPUT_ADDRESS and
15667 RELOAD_FOR_OUTADDR_ADDRESS.
15668
15669 2012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
15670
15671 PR c++/24985
15672 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Show caret
15673 for macro expansion.
15674
15675 2012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
15676
15677 * flags.h (flag_permissive): Do not declare.
15678 * diagnostic.c (diagnostic_report_diagnostic): Handle fpermissive
15679 option specially.
15680 * toplev.c (flag_permissive): Do not define.
15681 * c-tree.h (system_header_p): Delete unused.
15682
15683 2012-05-03 David S. Miller <davem@davemloft.net>
15684
15685 PR target/52684
15686 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If we pass a
15687 MEM directly into a libcall, mark it's MEM_EXPR as addressable.
15688 (sparc_emit_float_lib_cmp): Likewise.
15689
15690 2012-05-03 Michael Meissner <meissner@linux.vnet.ibm.com>
15691
15692 PR target/53199
15693 * config/rs6000/rs6000.md (bswapdi splitters): If
15694 -mavoid-indexed-addresses (or -mcpu=power6 which sets it by
15695 default) is used, generate an alternate sequence that does not
15696 depend on using indexed addressing.
15697
15698 2012-05-03 Jason Merrill <jason@redhat.com>
15699
15700 * gengtype.c (write_types): Fix warning message.
15701 (write_local): Likewise.
15702
15703 2012-05-02 Jason Merrill <jason@redhat.com>
15704
15705 * dwarf2out.c (struct external_ref, build_local_stub): New.
15706 (hash_external_ref, external_ref_eq, lookup_external_ref): New.
15707 (optimize_external_refs, optimize_external_refs_1): New.
15708 (change_AT_die_ref): New.
15709 (clone_as_declaration): Add DW_AT_signature when cloning a declaration.
15710 (build_abbrev_table): Take the external refs hashtable.
15711 (output_comp_unit): Get it from optimize_external_refs and pass it in.
15712
15713 2012-05-03 Jan Hubicka <jh@suse.cz>
15714
15715 PR middle-end/53093
15716 * tree-emutls.c (new_emutls_decl): Fix handling of aliases.
15717
15718 2012-05-03 Jan Hubicka <jh@suse.cz>
15719
15720 PR middle-end/53106
15721 * ipa.c (cgraph_remove_unreachable_nodes): Fix handling of clones.
15722
15723 2012-05-03 Jason Merrill <jason@redhat.com>
15724
15725 * dwarf2out.c (die_struct): Add comdat_type_p flag. Use it instead of
15726 use_debug_types to discriminate the die_id union.
15727 (print_die, assign_symbol_names, copy_decls_walk): Likewise.
15728 (build_abbrev_table, output_die): Likewise.
15729 (prune_unused_types_walk_attribs): Likewise.
15730 (generate_type_signature, copy_declaration_context): Set it.
15731 (remove_child_or_replace_with_skeleton): Set it.
15732 (dwarf2out_start_source_file, dwarf2out_end_source_file): Don't
15733 check use_debug_types.
15734 (dwarf2out_finish): Do break_out_includes after .debug_types.
15735
15736 2012-05-03 Jason Merrill <jason@redhat.com>
15737
15738 * dwarf2out.c (modified_type_die): Use scope_die_for.
15739 (gen_type_die_with_usage, dwarf2out_finish): Likewise.
15740 (uses_local_type_r, uses_local_type): New.
15741 (scope_die_for): Keep a type that uses a local type in local scope.
15742 Use get_context_die for namespace and type scope.
15743
15744 2012-05-03 Jason Merrill <jason@redhat.com>
15745
15746 * config/i386/i386.c (ix86_code_end): Set DECL_IGNORED_P on the
15747 pc thunk.
15748 * dwarf2out.c (output_aranges): Skip DECL_IGNORED_P functions.
15749 (dwarf2out_finish): Likewise.
15750
15751 2012-05-03 Martin Jambor <mjambor@suse.cz>
15752
15753 * builtins.c (get_object_alignment_1): Return whether we can determine
15754 the alignment or conservatively assume byte alignment. Return the
15755 alignment by reference. Use get_pointer_alignment_1 for dereference
15756 alignment.
15757 (get_pointer_alignment_1): Return whether we can determine the
15758 alignment or conservatively assume byte alignment. Return the
15759 alignment by reference. Use get_ptr_info_alignment to get SSA name
15760 alignment.
15761 (get_object_alignment): Update call to get_object_alignment_1.
15762 (get_object_or_type_alignment): Likewise, fall back to type alignment
15763 only when it returned false.
15764 (get_pointer_alignment): Update call to get_pointer_alignment_1.
15765 * fold-const.c (get_pointer_modulus_and_residue): Update call to
15766 get_object_alignment_1.
15767 * ipa-prop.c (ipa_modify_call_arguments): Update call to
15768 get_pointer_alignment_1.
15769 * tree-sra.c (build_ref_for_offset): Likewise, fall back to the type
15770 of MEM_REF or TARGET_MEM_REF only when it returns false.
15771 * tree-ssa-ccp.c (get_value_from_alignment): Update call to
15772 get_object_alignment_1.
15773 (ccp_finalize): Use set_ptr_info_alignment.
15774 * tree.h (get_object_alignment_1): Update declaration.
15775 (get_pointer_alignment_1): Likewise.
15776 * gimple-pretty-print.c (dump_gimple_phi): Use get_ptr_info_alignment.
15777 (dump_gimple_stmt): Likewise.
15778 * tree-flow.h (ptr_info_def): Updated comments of fields align and
15779 misalign.
15780 (get_ptr_info_alignment): Declared.
15781 (mark_ptr_info_alignment_unknown): Likewise.
15782 (set_ptr_info_alignment): Likewise.
15783 (adjust_ptr_info_misalignment): Likewise.
15784 * tree-ssa-address.c (copy_ref_info): Use new access functions to get
15785 and set alignment of SSA names.
15786 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Call
15787 mark_ptr_info_alignment_unknown.
15788 * tree-ssanames.c (get_ptr_info_alignment): New function.
15789 (mark_ptr_info_alignment_unknown): Likewise.
15790 (set_ptr_info_alignment): Likewise.
15791 (adjust_ptr_info_misalignment): Likewise.
15792 (get_ptr_info): Call mark_ptr_info_alignment_unknown.
15793 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
15794 Likewise.
15795 (bump_vector_ptr): Likewise.
15796 * tree-vect-stmts.c (create_array_ref): Use set_ptr_info_alignment.
15797 (vectorizable_store): Likewise.
15798 (vectorizable_load): Likewise.
15799
15800 2012-05-03 Michael Matz <matz@suse.de>
15801
15802 * basic-block.h (struct rtl_bb_info, struct gimple_bb_info): Move
15803 in front of basic_block_def.
15804 (struct basic_block_def): Make il.gimple the full struct, not a
15805 pointer.
15806 (__assert_gimple_bb_smaller_rtl_bb): Asserting typedef.
15807
15808 * cfgexpand.c (expand_gimple_basic_block): Clear all il.gimple members.
15809 * gimple-iterator.c (gimple_stmt_iterator): Don't special case
15810 NULL il.gimple, which can't happen anymore.
15811 * gimple.h (bb_seq): il.gimple can't be NULL.
15812 (bb_seq_add): Ditto.
15813 (set_bb_seq): Adjust.
15814 (gsi_start_bb, gsi_last_bb): Tidy.
15815 * lto-streamer-in.c (make_new_block): Don't zero members that
15816 are zeroed already, don't allocate a gimple_bb_info.
15817 * tree-cfg.c (create_bb): Don't allocate a gimple_bb_info.
15818 (remove_bb): Clear all il.gimple members.
15819 (gimple_verify_flow_info): Adjust for flat il.gimple.
15820 * tree-flow-inline.h (phi_nodes, phi_nodes_ptr, set_phi_nodes): Adjust.
15821
15822 * coretypes.h (const_gimple_seq): Remove typedef.
15823 * gimple.h (gimple_seq_first): Take gimple_seq.
15824 (gimple_seq_first_stmt): Ditto.
15825 (gimple_seq_last): Ditto.
15826 (gimple_seq_last_stmt): Ditto.
15827 (gimple_seq_empty_p): Ditto.
15828
15829 2012-05-03 Richard Guenther <rguenther@suse.de>
15830
15831 * tree-ssa-pre.c (valid_in_sets): Remove checking of trapping
15832 operations.
15833 (prune_clobbered_mems): Do it here. Do not uselessly sort expressions.
15834 (compute_avail): Do not add possibly trapping operations to
15835 EXP_GEN if they might not be executed in the block.
15836
15837 2012-05-03 Uros Bizjak <ubizjak@gmail.com>
15838
15839 * config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Remove.
15840
15841 2012-05-03 Steven Bosscher <steven@gcc.gnu.org>
15842
15843 * tree-switch-conversion.c (gen_inbound_check): Free post-dominance
15844 information as early as possible. Update dominance info instead of
15845 discarding it.
15846
15847 2012-05-03 Richard Guenther <rguenther@suse.de>
15848
15849 * tree-ssa-pre.c (debug_bitmap_sets_for): New function.
15850 (union_contains_value): Remove.
15851 (vro_valid_in_sets): Likewise.
15852 (op_valid_in_sets): New function.
15853 (valid_in_sets): Use op_valid_in_sets.
15854 (insert_into_preds_of_block): Move dumping ...
15855 (do_regular_insertion): ... here.
15856 (do_partial_partial_insertion): ... and here. Dump that
15857 we've found a partial partial redundancy.
15858 (insert): Dump the current insert iteration.
15859
15860 2012-05-03 Jakub Jelinek <jakub@redhat.com>
15861
15862 PR plugins/53126
15863 * gcc-ar.c (main): If GCC_EXEC_PREFIX is set in env,
15864 append program name to it and pass that as first argument
15865 to make_relative_prefix. Always pass standard_libexec_prefix
15866 as last argument to make_relative_prefix. If
15867 make_relative_prefix returns NULL, fall back to
15868 standard_libexec_prefix.
15869
15870 PR debug/53174
15871 * tree-predcom.c (remove_stmt): Call reset_debug_uses on stmts being
15872 removed.
15873
15874 PR target/53187
15875 * config/arm/arm.c (arm_select_cc_mode): If x has MODE_CC class
15876 mode, return that mode.
15877
15878 PR target/53194
15879 * config/i386/i386-c.c (ix86_target_macros_internal): Don't
15880 define __ATOMIC_HLE_* macros here.
15881 (ix86_target_macros): But here, using cpp_define_formatted.
15882
15883 2012-05-03 Richard Guenther <rguenther@suse.de>
15884
15885 PR tree-optimization/53144
15886 * tree-ssa-sccvn.c (vn_reference_lookup_or_insert_constant_for_pieces):
15887 Rename to ...
15888 (vn_reference_lookup_or_insert_for_pieces): ... this. Properly deal
15889 with SSA name values.
15890 (vn_reference_lookup_3): Adjust callers.
15891
15892 2012-05-03 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
15893
15894 * config/i386/driver-i386.c (host_detect_local_cpu): Reset
15895 has_fma4 for AMD processors with both fma3 and fma4 support.
15896
15897 2012-05-03 Kirill Yukhin <kirill.yukhin@intel.com>
15898
15899 PR target/53201
15900 * config/i386/driver-i386.c (host_detect_local_cpu): Add space to
15901 "-mno-hle".
15902
15903 2012-05-03 Michael Matz <matz@suse.de>
15904
15905 PR bootstrap/53197
15906 * tree-ssa-dse.c (dse_optimize_stmt): Take pointer to iterator.
15907 (dse_enter_block): Properly iterate the whole sequence even
15908 if the last statement was removed.
15909
15910 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
15911
15912 * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code,
15913 unset flag_jump_tables.
15914 * stmt.c (expand_case): Remove special flag_pic case conditional
15915 on ASM_OUTPUT_ADDR_DIFF_ELT not being defined.
15916
15917 2012-05-02 Ulrich Weigand <ulrich.weigand@linaro.org>
15918
15919 * common/config/s390/s390-common.c (s390_option_optimization_table):
15920 Enable -fsched-pressure using -fsched-pressure-algorithm=model by
15921 default when optimizing.
15922
15923 2012-05-02 Martin Jambor <mjambor@suse.cz>
15924
15925 PR lto/52605
15926 * dwarf2out.c (dwarf2out_decl): Only lookup die representing context
15927 of a variable when the contect is a function.
15928
15929 2012-05-02 Michael Matz <matz@suse.de>
15930
15931 * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.
15932 * gimple.h (struct gimple_seq_node_d, struct gimple_seq_d): Remove.
15933 (const_gimple_seq_node): Remove.
15934 (gimple_seq_node): Typedef as gimple.
15935 (struct gimple_statement_base): Add next and prev members,
15936 adjust all WORD markers in using structs.
15937 (union gimple_statement_d): Link via gsbase.next field for GC and PCH.
15938 (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
15939 gimple_seq_last_stmt): Adjust as gimple_seq, gimple_seq_node and
15940 gimple are the same.
15941 (gimple_seq_set_last, gimple_seq_set_first): Don't allocate
15942 gimple_seq, adjust.
15943 (gimple_init_singleton): New function.
15944 (gsi_start_1, gsi_last_1, gsi_end_p, gsi_one_before_end_p): Adjust.
15945 (gsi_next, gsi_prev): Adjust, handle prev cyclic list correctly.
15946 (gsi_stmt): Adjust.
15947 (gsi_stmt_ptr): Remove.
15948 (enum gimple_alloc_kind): Remove gimple_alloc_kind_seq member.
15949
15950 * gimple-iterator.c (update_bb_for_stmts): Take last parameter
15951 again, adjust for above changes.
15952 (update_call_edge_frequencies): Adjust for above changes.
15953 (gsi_insert_seq_nodes_before): Rewrite for new data structure.
15954 (gsi_insert_seq_nodes_after): Ditto.
15955 (gsi_split_seq_after): Ditto.
15956 (gsi_set_stmt): Ditto.
15957 (gsi_split_seq_before): Ditto.
15958 (gsi_remove): Ditto.
15959 (gsi_insert_seq_before_without_update): Don't free sequence.
15960 (gsi_insert_seq_after_without_update): Ditto.
15961 (gsi_replace): Assert some more invariants.
15962 (gsi_insert_before_without_update, gsi_insert_after_without_update):
15963 Tidy.
15964 (gsi_for_stmt): Don't search for stmt.
15965 (gsi_insert_on_edge_immediate): Tidy.
15966
15967 * gimple.c (gimple_alloc_k): Remove "sequences".
15968 (gimple_seq_cache): Remove.
15969 (gimple_alloc_stat): Make stmt a singleton sequence.
15970 (gimple_seq_alloc, gimple_seq_free): Remove.
15971 (gimple_assign_set_rhs_with_ops_1): Ensure new stmt is a singleton.
15972 (gimple_copy): Ditto.
15973 * gimplify.c (gimplify_cleanup_point_expr): Use gsi_set_stmt,
15974 create iterator from correct sequence.
15975 * tree-phinodes.c (make_phi_node): Make stmt a singleton.
15976
15977 2012-05-02 Michael Matz <matz@suse.de>
15978
15979 * gimple.h (gimple_stmt_iterator <seq>): Make it be pointer to
15980 gimple_seq.
15981 (gimple_seq_set_last, gimple_seq_set_first): Take pointer to
15982 sequence, lazily allocate it.
15983 (bb_seq_addr): New function.
15984 (gsi_start_1): Rename from gsi_start, but take pointer to sequence.
15985 (gsi_start): Macro to wrap gsi_start_1 taking pointer of argument.
15986 (gsi_none): New function.
15987 (gsi_start_bb): Adjust.
15988 (gsi_last_1): Rename from gsi_last, but take pointer to sequence.
15989 (gsi_last): Macro to wrap gsi_last_1 taking pointer of argument.
15990 (gsi_last_bb): Adjust.
15991 (gsi_seq): Adjust.
15992 * tree-flow-inline.h (phi_nodes_ptr): New function.
15993
15994 * gimple-iterator.c (gsi_insert_seq_nodes_before): Adjust to
15995 datastructure and interface change.
15996 (gsi_insert_seq_before_without_update): Ditto.
15997 (gsi_insert_seq_nodes_after): Ditto.
15998 (gsi_insert_seq_after_without_update): Ditto.
15999 (gsi_split_seq_after): Ditto, don't use gimple_seq_alloc.
16000 (gsi_split_seq_before): Ditto.
16001 (gsi_start_phis): Adjust.
16002 * tree-vect-loop.c (vect_determine_vectorization_factor): Use gsi_none.
16003 (vect_transform_loop): Ditto.
16004 * gimple.c (gimple_seq_add_stmt, gimple_seq_add_seq,
16005 gimple_seq_copy): Don't use gimple_seq_alloc.
16006 * gimplify.c (gimple_seq_add_stmt_without_update): Ditto.
16007 (gimplify_seq_add_seq): Ditto.
16008 * lto-streamer-in.c (make_new_block): Ditto.
16009 * tree-cfg.c (create_bb): Ditto.
16010 * tree-sra.c (initialize_parameter_reductions): Ditto.
16011
16012 2012-05-02 Michael Matz <matz@suse.de>
16013
16014 * gimple.h (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
16015 gimple_seq_last_stmt, gimple_seq_set_last, gimple_seq_set_first,
16016 gimple_seq_empty_p, gimple_seq_alloc_with_stmt, bb_seq,
16017 set_bb_seq): Move down to after gimple_statement_d definition.
16018
16019 2012-05-02 Michael Matz <matz@suse.de>
16020
16021 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
16022 gsi_replace_with_seq, instead of inserting itself.
16023 * gimple-iterator.c (gsi_replace_with_seq): New function.
16024 * tree-ssa-forwprop.c (forward_propagate_comparison): Take
16025 iterator instead of statement, advance it.
16026 (ssa_forward_propagate_and_combine): Adjust call to above.
16027
16028 2012-05-02 Michael Matz <matz@suse.de>
16029
16030 * tree-phinodes.c (add_phi_node_to_bb): Tidy, don't use
16031 gimple_seq_alloc.
16032 * omp-low.c (finalize_task_copyfn): Don't use gimple_seq_alloc.
16033 * tree-nested.c (walk_gimple_omp_for): Ditto.
16034 * trans-mem.c (lower_transaction): Ditto.
16035 * tree-eh.c (do_return_redirection): Ditto.
16036 (do_goto_redirection): Ditto.
16037 (lower_try_finally_switch): Ditto.
16038 * gimplify.c (gimplify_stmt): Ditto.
16039 (gimplify_scan_omp_clauses): Ditto.
16040 (gimplify_omp_for): Ditto.
16041 (gimplify_function_tree): Ditto.
16042 * gimple-fold.c (gimplify_and_update_call_from_tree): Ditto.
16043 * tree-mudflap.c (mf_decl_cache_locals): Ditto.
16044 (mf_build_check_statement_for): Ditto.
16045 (mx_register_decls): Ditto.
16046 * graphite-sese-to-poly.c (remove_invariant_phi): Ditto,
16047 and don't use itertors to append.
16048 (insert_stmts): Ditto.
16049 (insert_out_of_ssa_copy): Ditto.
16050 (insert_out_of_ssa_copy_on_edge): Ditto.
16051
16052 2012-05-02 Michael Matz <matz@suse.de>
16053
16054 * gimple.h (gimple_bind_body_ptr): New function.
16055 (gimple_bind_body): Use it.
16056 (gimple_catch_handler): Use gimple_catch_handler_ptr.
16057 (gimple_eh_filter_failure_ptr): New function.
16058 (gimple_eh_filter_failure): Use it.
16059 (gimple_eh_else_n_body_ptr): New function.
16060 (gimple_eh_else_n_body): Use it.
16061 (gimple_eh_else_e_body_ptr): New function.
16062 (gimple_eh_else_e_body): Use it.
16063 (gimple_try_eval_ptr): New function.
16064 (gimple_try_eval): Use it.
16065 (gimple_try_cleanup_ptr): New function.
16066 (gimple_try_cleanup): Use it.
16067 (gimple_wce_cleanup_ptr): New function.
16068 (gimple_wce_cleanup): Use it.
16069 (gimple_omp_body_ptr): New function.
16070 (gimple_omp_body): Use it.
16071 (gimple_omp_for_pre_body_ptr): New function.
16072 (gimple_omp_for_pre_body): Use it.
16073 (gimple_transaction_body_ptr): New function.
16074 (gimple_transaction_body): Use it.
16075 (gsi_split_seq_before): Adjust to return nothing and take pointer
16076 to sequence.
16077 (gsi_set_stmt): Declare.
16078 (gsi_replace_with_seq): Declare.
16079 (walk_gimple_seq_mod): Declare.
16080 * function.h (struct function <gimple_body>): Use typedef gimple_seq.
16081
16082 * gimple-iterator.c (gsi_set_stmt): New function.
16083 (gsi_split_seq_before): Return new sequence via pointer argument.
16084 (gsi_replace): Use gsi_set_stmt.
16085
16086 * tree-ssa-loop-im.c (move_computations_stmt): First remove
16087 then insert stmt.
16088 * tree-complex.c (update_complex_components_on_edge): Don't copy gsi.
16089 * tree-phinodes.c (resize_phi_node): Don't resize stmt in-place,
16090 return new stmt.
16091 (reserve_phi_args_for_new_edge): Change call to above,
16092 use gsi_set_stmt.
16093
16094 * omp-low.c (lower_omp): Change prototype to take pointer to sequence.
16095 (lower_rec_input_clauses): Use gimple_seq_add_seq instead of
16096 iterators. Adjust call to lower_omp.
16097 (lower_lastprivate_clauses): Adjust call to lower_omp.
16098 (lower_reduction_clauses): Ditto.
16099 (expand_omp_taskreg): Nullify non-cfg body of child_fn.
16100 (lower_omp_sections): Don't explicitely count sequence length,
16101 nullify lowered bodies earlier, ensure stmts are part of only
16102 one sequence, adjust call to lower_omp.
16103 (lower_omp_single): Ensure stmts are part of only one sequence,
16104 adjust call to lower_omp.
16105 (lower_omp_master): Ditto.
16106 (lower_omp_ordered): Ditto.
16107 (lower_omp_critical): Ditto.
16108 (lower_omp_for): Ditto.
16109 (lower_omp_taskreg): Ditto, tidy.
16110 (lower_omp_1): Adjust calls to lower_omp.
16111 (execute_lower_omp): Ditto.
16112 (lower_omp): Adjust to take pointer to sequence.
16113 (diagnose_sb_2): Use walk_gimple_seq_mod.
16114 (diagnose_omp_structured_block_errors): Ditto and set possibly
16115 changed function body.
16116 * gimple-low.c (lower_function_body): Set function body after
16117 it stabilizes.
16118 (lower_sequence): Adjust to take pointer to sequence.
16119 (lower_omp_directive): Ensure stmt isn't put twice into the
16120 sequence, adjust call to lower_sequence.
16121 (lower_stmt): Adjust calls to lower_sequence.
16122 (lower_gimple_bind): Ditto.
16123 (gimple_try_catch_may_fallthru): Call gsi_start with lvalue.
16124 * tree-nested.c (walk_body): Take pointer to sequence, use
16125 walk_gimple_seq_mod.
16126 (walk_function): Adjust call to walk_body, set possibly changed body.
16127 (walk_gimple_omp_for): Adjust calls to walk_body.
16128 (convert_nonlocal_omp_clauses): Ditto.
16129 (convert_nonlocal_reference_stmt): Ditto.
16130 (convert_local_omp_clauses): Ditto.
16131 (convert_local_reference_stmt): Ditto.
16132 (convert_tramp_reference_stmt): Ditto.
16133 (convert_gimple_call): Ditto.
16134 (convert_nl_goto_reference): Use local iterator copy.
16135 * gimple.c (walk_gimple_seq_mod): Renamed from walk_gimple_seq,
16136 but taking pointer to sequence, ensure gsi_start is called with
16137 callers lvalue.
16138 (walk_gimple_seq): New wrapper around walk_gimple_seq_mod,
16139 asserting that the sequence head didn't change.
16140 (walk_gimple_stmt): Replace all calls to walk_gimple_seq with
16141 walk_gimple_seq_mod.
16142 * trans-mem.c (lower_transaction): Use walk_gimple_seq_mod.
16143 (execute_lower_tm): Ditto, and set possibly changed body.
16144 * tree-eh.c (lower_eh_constructs_1): Take pointer to sequence,
16145 call gsi_start with that lvalue.
16146 (replace_goto_queue_stmt_list): Ditto.
16147 (replace_goto_queue_1): Adjust calls to replace_goto_queue_stmt_list.
16148 (replace_goto_queue): Ditto.
16149 (lower_try_finally_nofallthru): Adjust calls to lower_eh_constructs_1.
16150 (lower_try_finally_onedest): Ditto.
16151 (lower_try_finally_copy): Ditto.
16152 (lower_try_finally_switch): Ditto.
16153 (lower_try_finally): Ditto.
16154 (lower_eh_filter): Ditto.
16155 (lower_eh_must_not_throw): Ditto.
16156 (lower_cleanup): Ditto.
16157 (lower_eh_constructs_2): Ditto.
16158 (lower_catch): Ditto, and ensure gsi_start is called with lvalue.
16159 (lower_eh_constructs): Adjust calls to lower_eh_constructs_1, and
16160 set possibly changed body.
16161 (optimize_double_finally): Call gsi_start with lvalue.
16162
16163 * tree-cfg.c (make_blocks): Adjust call to gsi_split_seq_before.
16164 (gimple_split_block): Ditto.
16165 (gimple_merge_blocks): Use gsi_start_phis.
16166 (move_stmt_r): Use walk_gimple_seq_mod.
16167 * tree-ssa-dse.c (dse_enter_block): Use gsi_last_bb.
16168 * cgraphbuild.c (build_cgraph_edges): Use gsi_start_phis.
16169 (rebuild_cgraph_edges): Ditto.
16170 (cgraph_rebuild_references): Ditto.
16171 * ipa-prop.c (ipa_analyze_params_uses): Ditto.
16172 * tree-inline.c (copy_phis_for_bb): Ditto.
16173 * tree-ssa-dce.c: Ditto.
16174
16175 * cgraphunit.c (cgraph_analyze_function): Use gimple_has_body_p.
16176
16177 2012-05-02 Kirill Yukhin <kirill.yukhin@intel.com>
16178 Andi Kleen <ak@linux.intel.com>
16179
16180 * coretypes.h (MEMMODEL_MASK): New.
16181 * builtins.c (get_memmodel): Add val. Call target.memmodel_check
16182 and return new variable.
16183 (expand_builtin_atomic_exchange): Mask memmodel values.
16184 (expand_builtin_atomic_compare_exchange): Ditto.
16185 (expand_builtin_atomic_load): Ditto.
16186 (expand_builtin_atomic_store): Ditto.
16187 (expand_builtin_atomic_clear): Ditto.
16188 * doc/extend.texi: Mention port-dependent memory model flags.
16189 * config/i386/cpuid.h (bit_HLE): New.
16190 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
16191 HLE support.
16192 * config/i386/i386-protos.h (ix86_generate_hle_prefix): New.
16193 * config/i386/i386-c.c (ix86_target_macros_internal): Set HLE defines.
16194 (ix86_target_string)<-mhle>: New.
16195 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
16196 * config/i386/i386.c (ix86_target_string) <OPTION_MASK_ISA_HLE>: New.
16197 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
16198 (ix86_option_override_internal) <PTA_HLE>: New switch, set it
16199 enabled for generic, generic64 and core-avx2.
16200 (ix86_print_operand): Generate HLE lock prefixes.
16201 (ix86_memmodel_check): New.
16202 (TARGET_MEMMODEL_CHECK): Ditto.
16203 * config/i386/i386.h (OPTION_ISA_HLE): Ditto.
16204 (IX86_HLE_ACQUIRE): Ditto.
16205 (IX86_HLE_RELEASE): Ditto.
16206 * config/i386/i386.h (ix86_generate_hle_prefix): Ditto.
16207 * config/i386/i386.opt (mhle): Ditto.
16208 * config/i386/sync.md(atomic_compare_and_swap<mode>): Pass
16209 success model to instruction emitter.
16210 (atomic_fetch_add<mode>): Ditto.
16211 (atomic_exchange<mode>): Ditto.
16212 (atomic_add<mode>): Ditto.
16213 (atomic_sub<mode>): Ditto.
16214 (atomic_<code><mode>): Ditto.
16215 (*atomic_compare_and_swap_doubledi_pic): Ditto.
16216 (atomic_compare_and_swap_single<mode>): Define and use argument
16217 for success model.
16218 (atomic_compare_and_swap_double<mode>): Ditto.
16219 * configure.ac: Check if assembler support HLE prefixes.
16220 * configure: Regenerate.
16221 * config.in: Ditto.
16222
16223 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
16224
16225 PR middle-end/53153
16226 * gimplify.c (preprocess_case_label_vec_for_gimple): New function,
16227 split out from ...
16228 (gimplify_switch_expr): ... here.
16229 * gimple.h (preprocess_case_label_vec_for_gimple): Add prototype.
16230 * tree-ssa-forwprop.c (simplify_gimple_switch_label_vec): New function
16231 to clean up case labels with values outside the index type range.
16232 (simplify_gimple_switch): Call it if something changed.
16233 Remove strange and unnecessary assert.
16234
16235 2012-05-02 Richard Guenther <rguenther@suse.de>
16236
16237 * fold-const.c (div_if_zero_remainder): sizetypes no longer
16238 sign-extend.
16239 (int_const_binop_1): New worker for int_const_binop with
16240 overflowable parameter. Pass it through to force_fit_type_double.
16241 (int_const_binop): Wrap around int_const_binop_1 with overflowable
16242 equal to one.
16243 (size_binop_loc): Call int_const_binop_1 with overflowable equal
16244 to minus one, forcing overflow detection for even unsigned types.
16245 (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE special-casing.
16246 (fold_binary_loc): Call try_move_mult_to_index with signed offset.
16247 * stor-layout.c (initialize_sizetypes): sizetypes no longer
16248 sign-extend.
16249 (layout_type): For zero-sized arrays ignore overflow on the
16250 size calculations.
16251 * tree-ssa-ccp.c (bit_value_unop_1): Likewise.
16252 (bit_value_binop_1): Likewise.
16253 * tree.c (double_int_to_tree): Likewise.
16254 (double_int_fits_to_tree_p): Likewise.
16255 (force_fit_type_double): Likewise.
16256 (host_integerp): Likewise.
16257 (int_fits_type_p): Likewise.
16258 * varasm.c (output_constructor_regular_field): Sign-extend the
16259 field-offset to cater for negative offsets produced by the Ada
16260 frontend.
16261 * omp-low.c (extract_omp_for_data): Convert the loop step to
16262 signed for pointer adjustments.
16263
16264 2012-05-02 Richard Guenther <rguenther@suse.de>
16265
16266 * tree.c (valid_constant_size_p): New function.
16267 * tree.h (valid_constant_size_p): Declare.
16268 * cfgexpand.c (expand_one_var): Adjust check for too large
16269 variables by using valid_constant_size_p.
16270 * varasm.c (assemble_variable): Likewise.
16271
16272 * c-decl.c (grokdeclarator): Properly check for sizes that
16273 cover more than half of the address-space.
16274
16275 2012-05-02 Jakub Jelinek <jakub@redhat.com>
16276
16277 PR tree-optimization/53163
16278 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Don't ignore
16279 return value from compute_all_dependences.
16280
16281 PR rtl-optimization/53160
16282 * ree.c (combine_reaching_defs): Handle the case where cand->insn
16283 has been modified by ree pass already.
16284
16285 2012-05-01 Ian Lance Taylor <iant@google.com>
16286
16287 PR c/37303
16288 * c-decl.c (build_compound_literal): Make the decl readonly if it
16289 an array of a readonly type.
16290 * gimplify.c (gimplify_compound_literal_expr): Add fallback
16291 parameter. Change all callers. If the decl is not addressable
16292 and is not an l-value, make it readonly.
16293
16294 2012-05-01 Bernd Schmidt <bernds@codesourcery.com>
16295
16296 * ira.c (allocated_reg_info_size): New static variable.
16297 (expand_reg_info): Manage it. Call
16298 setup_preferred_alternate_classes_for_new_pseudos.
16299 (ira): Don't do it here. Remove local allocated_reg_info_size,
16300 set the global before calling find_moveable_pseudos.
16301 (find_moveable_pseudos): Call expand_reg_info rather than
16302 resize_reg_info.
16303
16304 2012-05-01 Richard Henderson <rth@redhat.com>
16305
16306 * common.opt (fsync-libcalls): New.
16307 * doc/invoke.texi: Document it.
16308 * optabs.c (init_sync_libfuncs): Honor it.
16309
16310 2012-05-01 Kenneth Zadeck <zadeck@naturalbridge.com>
16311 Richard Sandiford <r.sandiford@uk.ibm.com>
16312
16313 PR rtl-optimization/52543
16314 * Makefile.in (lower-subreg.o, target-globals.o): Depend on
16315 lower-subreg.h.
16316 * lower-subreg.h: New file.
16317 * target-globals.h (this_target_lower_subreg): Declare.
16318 (target_globals): Add lower_subreg;
16319 (restore_target_globals): Restore this_target_lower_subreg.
16320 * target-globals.c: Include it.
16321 (default_target_globals): Add default_target_lower_subreg.
16322 (save_target_globals): Initialize target_lower_subreg.
16323 * rtl.h (init_lower_subreg): Added declaration.
16324 * toplev.c (backend_init_target): Call initializer for lower-subreg
16325 pass.
16326 * lower-subreg.c (LOG_COSTS, FORCE_LOWERING): New macros.
16327 (default_target_lower_subreg): New variable.
16328 (this_target_lower_subreg): Likewise.
16329 (twice_word_mode, choices): New macros.
16330 (shift_cost, compute_splitting_shift, compute_costs)
16331 (init_lower_subreg): New functions.
16332 (resolve_simple_move): Add speed_p argument. Check choices.
16333 (find_pseudo_copy): Don't check the mode size here.
16334 (resolve_simple_move): Assert the mode size.
16335 (find_decomposable_shift_zext): Add speed_p argument and return
16336 a bool. Check choices.
16337 (resolve_shift_zext): Add comment.
16338 (dump_shift_choices, dump_choices): New functions.
16339 (decompose_multiword_subregs): Dump list of profitable
16340 transformations. Add code to skip non profitable transformations.
16341 Update calls to simple_move and find_decomposable_shift_zext.
16342
16343 2012-05-01 Ian Bolton <ian.bolton@arm.com>
16344 Sameera Deshpande <sameera.deshpande@arm.com>
16345 Greta Yorsh <greta.yorsh@arm.com>
16346
16347 * config/arm/arm-protos.h (thumb_unexpanded_epilogue): Rename to...
16348 (thumb1_unexpanded_epilogue): ...this.
16349 * config/arm/arm.c (thumb_unexpanded_epilogue): Rename to...
16350 (thumb1_unexpanded_epilogue): ...this.
16351 * config/arm/arm.md (thumb_unexpanded_epilogue): Rename to...
16352 (thumb1_unexpanded_epilogue): ...this.
16353
16354 2012-05-01 Richard Earnshaw <rearnsha@arm.com>
16355
16356 * arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef
16357 comparing enumeration values. Update comments.
16358
16359 2012-05-01 Alan Modra <amodra@gmail.com>
16360
16361 PR target/53038
16362 * config/rs6000/rs6000.c (load_lr_save, restore_saved_lr,
16363 load_cr_save, add_crlr_cfa_restore): New functions.
16364 (rs6000_restore_saved_cr): Rename to..
16365 (restore_saved_cr): ..this. Add cfa_restore notes for cr.
16366 (rs6000_emit_epilogue): Use new functions. Adjust condition
16367 for emitting lr and cr cfa_restore. Emit cfa_restores for fp
16368 regs when using out-of-line restore only when shrink wrapping.
16369
16370 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
16371
16372 PR middle-end/53136
16373 * ipa-prop.c (ipa_print_node_jump_functions): Wrap multiple
16374 calls to cgraph_node_name in xstrdup.
16375 (ipa_make_edge_direct_to_target): Ditto.
16376 * cgraph.c (dump_cgraph_node): Ditto.
16377 * tree-sra.c (convert_callers_for_node): Ditto.
16378 * lto-symtab.c (lto_cgraph_replace_node): Ditto.
16379 * ipa-cp.c (perhaps_add_new_callers): Ditto.
16380 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Ditto.
16381 (cgraph_materialize_all_clones): Ditto.
16382 * ipa-inline.c (report_inline_failed_reason): Ditto.
16383 (want_early_inline_function_p): Ditto.
16384 (edge_badness): Ditto.
16385 (update_edge_key): Ditto.
16386 (flatten_function): Ditto.
16387 (ipa_inline): Ditto.
16388 (inline_always_inline_functions): Ditto.
16389 (early_inline_small_functions): Ditto.
16390
16391 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
16392
16393 PR target/53141
16394 * config/i386/i386.md (*umul<mode><dwi>3_1): Switch places of
16395 constraints 0 and 1.
16396
16397 012-04-30 Jan Hubicka <jh@suse.cz>
16398
16399 * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
16400 (cgraph_asm_nodes, cgraph_asm_last_node): Move to cgraphunit.c
16401 (cgraph_add_to_same_comdat_group): Remove.
16402 (cgraph_add_asm_node): Move to cgraphunit.c.
16403 (cgraph_make_decl_local): Move to symtab.c
16404 (cgraph_make_node_local_1): Update.
16405 (cgraph_can_remove_if_no_direct_calls_and): Update.
16406 (used_from_object_file_p): Update.
16407 (resolution_used_from_other_file_p): Move to symtab.c
16408 (cgraph_used_from_object_file_p): move to symtab.c
16409 (verify_cgraph_node): Verify same comdat groups.
16410 * cgraph.h (cgraph_asm_node): Rename to ...
16411 (asm_node): ... this one.
16412 (cgraph_asm_nodes): Rename to ...
16413 (asm_nodes): ... this one.
16414 (symtab_add_to_same_comdat_group): New function.
16415 (symtab_dissolve_same_comdat_group_list): New function.
16416 (symtab_used_from_object_file_p): Declare.
16417 (symtab_make_decl_local): Declare.
16418 (cgraph_add_to_same_comdat_group): Remove.
16419 (cgraph_add_asm_node): Remove.
16420 (cgraph_used_from_object_file_p, varpool_used_from_object_file_p):
16421 Remove.
16422 (cgraph_finalize_compilation_unit): Rename to ...
16423 (finalize_compilation_unit): ... this one.
16424 (cgraph_optimize): Rename to ....
16425 (compile): ... this one.
16426 (add_asm_node): Declare.
16427 (fixup_same_cpp_alias_visibility): Declare.
16428 (cgraph_make_decl_local): Remove.
16429 (varpool_assemble_pending_decls): Rename to ...
16430 (varpool_output_variables): ... this one.
16431 (varpool_remove_unreferenced_decls): Remove.
16432 * ipa-inline-transform.c (clone_inlined_nodes): Dissolve comdat groups.
16433 (preserve_function_body_p): Make static.
16434 * toplev.c (compile_file): Update comments; update.
16435 * cgraphunit.c: Update comments.
16436 (cgraph_expand_all_functions): Rename to ...
16437 (expand_all_functions): ... this one; update.
16438 (cgraph_mark_functions_to_output): Rename to ...
16439 (mark_functions_to_output): ... this one; cleanup.
16440 (cgraph_output_pending_asms): Remove prototype.
16441 (asm_nodes, asm_last_node): New static vars.
16442 (cgraph_process_new_functions): Update.
16443 (cgraph_reset_node): Cleanup; add comment.
16444 (cgraph_add_new_function): Update.
16445 (cgraph_output_pending_asms): Rename to ...
16446 (output_asm_statements): ... this one.
16447 (add_asm_node): New function.
16448 (fixup_same_cpp_alias_visibility): New function based on code
16449 in cgraph_analyze_function.
16450 (cgraph_analyze_function): Use it.
16451 (cgraph_order_sort): Update.
16452 (cgraph_output_in_order): Update.
16453 (cgraph_function_versioning): Update.
16454 (cgraph_optimize): Rename to ...
16455 (compile): ... this one; initialize streamer hooks here.
16456 (cgraph_finalize_compilation_unit): Rename to ...
16457 (finalize_compilation_unit): ... this one; do not initialize streamer
16458 hook here.
16459 * lto-streamer-out.c (lto_output_toplevel_asms): Update.
16460 * dwarf2out.c: Update ocmment.
16461 * optimize.c (maybe_clone_body): Use symtab_add_to_same_comdat_group.
16462 * method.c (use_thunk): Likewise.
16463 * semantics.c (maybe_add_lambda_conv_op): Likewise.
16464 * decl2.c (maybe_emit_vtables): Likewise.
16465 (cp_write_global_declarations): Use finalize_compilation_unit.
16466 * parser.c (cp_parser_asm_definition): Use add_asm_node.
16467 * lto-streamer-in.c (lto_input_toplevel_asms): Use add_asm_node
16468 * c-decl.c (c_write_global_declarations): Use
16469 finalize_compilation_unit.
16470 * langhooks.c (write_global_declarations): Update.
16471 * ipa.c (cgraph_externally_visible_p): Update.
16472 (dissolve_same_comdat_group_list): Remove.
16473 (function_and_variable_visibility): Update.
16474 * symtab.c: Inlcude lto-streamer.h and rtl.h
16475 (ld_plugin_symbol_resolution_names): New.
16476 (symtab_add_to_same_comdat_group): New.
16477 (symtab_dissolve_same_comdat_group_list): New.
16478 (resolution_used_from_other_file_p): Move here from cgraph.c
16479 (symtab_used_from_object_file_p): New.
16480 (symtab_make_decl_local): New.
16481 * passes.c (register_pass): Update comments.
16482 * c-parser.c (c_parser_asm_definition): Update.
16483 * varpool.c (varpool_analyze_node): Use
16484 fixup_same_cpp_alias_visibility.
16485 (varpool_remove_unreferenced_decls): Make static.
16486 (varpool_assemble_pending_decls): Rename to ...
16487 (varpool_output_variables): ... this one; call
16488 varpool_remove_unreferenced_decls.
16489 (varpool_used_from_object_file_p): Remove.
16490
16491 2012-04-30 Marc Glisse <marc.glisse@inria.fr>
16492
16493 PR c++/51033
16494 * c-typeck.c (build_array_ref): Call
16495 convert_vector_to_pointer_for_subscript.
16496 * doc/extend.texi (Vector Extensions): Subscripting not just for C.
16497
16498 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
16499
16500 * config/i386/i386.md (and<mode>3): Change runtime operand mode checks
16501 to compile-time "mode == <MODE>mode" checks.
16502 (and splitter): Ditto.
16503
16504 2012-04-30 Richard Henderson <rth@redhat.com>
16505
16506 * config/arm/arm.md (UNSPEC_LL): New.
16507 * config/arm/sync.md (atomic_loaddi, atomic_loaddi_1): New.
16508 (arm_load_exclusivedi): Use %H0.
16509
16510 2012-04-30 Jason Merrill <jason@redhat.com>
16511
16512 * dwarf2out.c (comdat_symbol_id): Add const.
16513 (union die_symbol_or_type_node): Add const to die_symbol.
16514 (output_die_symbol, output_die, output_comp_unit): Adjust.
16515
16516 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
16517
16518 * config/arm/arm.md (negdi2): Use gen_negdi2_neon.
16519 * config/arm/neon.md (negdi2_neon): New insn.
16520 Also add splitters for core and NEON registers.
16521
16522 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
16523
16524 * config/arm/arm.c (neon_valid_immediate): Allow const_int.
16525 (arm_print_operand): Add 'x' format.
16526 * config/arm/constraints.md (Dn): Allow const_int.
16527 * config/arm/neon.md (neon_mov<mode>): Use VDX to allow DImode.
16528 Use 'x' format to print constants.
16529 * config/arm/predicates.md (imm_for_neon_mov_operand): Allow const_int.
16530 * config/arm/vfp.md (movdi_vfp): Disable for const_int when neon
16531 is enabled.
16532 (movdi_vfp_cortexa8): Likewise.
16533
16534 2012-04-30 Ian Bolton <ian.bolton@arm.com>
16535 Sameera Deshpande <sameera.deshpande@arm.com>
16536 Greta Yorsh <greta.yorsh@arm.com>
16537
16538 * config/arm/arm-protos.h (ldm_stm_operation_p): New declaration.
16539 * config/arm/arm.c (ldm_stm_operation_p): New function.
16540 * config/arm/predicates.md (load_multiple_operation): Update predicate.
16541 (store_multiple_operation): Likewise.
16542
16543 * config/arm/arm-protos.h (ldm_stm_operation_p): New parameters.
16544 * config/arm/arm.c (ldm_stm_operation_p): New parameters.
16545 * config/arm/predicates.md (load_multiple_operation): Add arguments.
16546 (store_multiple_operation): Likewise.
16547
16548 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
16549
16550 * config/i386/i386.md (and<mode>3): Expand masking operations with
16551 0xff, 0xffff or 0xffffffff immediates to corresponding zero_extend RTX.
16552 (and splitter): Split to DImode zero_extend RTX for DImode operand[0].
16553
16554 2012-04-30 Dodji Seketeli <dodji@redhat.com>
16555
16556 Add -Wvarargs option
16557 * builtins.c (fold_builtin_next_arg): Use OPT_Wvarargs as an
16558 argument for the various warning_at calls.
16559 * docs/invoke.texi: Update the documentation.
16560
16561 2012-04-30 Dodji Seketeli <dodji@redhat.com>
16562
16563 Switch -ftrack-macro-expansion=2 on by default.
16564 * docs/cppopts.texi: Adjust for enabling -ftrack-macro-expansion=2
16565 by default.
16566
16567 Fix va_start related location
16568 * builtins.c (fold_builtin_next_arg): Unwinds to the first
16569 location in real source code.
16570
16571 Make conversion warnings work on NULL with -ftrack-macro-expansion
16572 * input.h (expansion_point_location_if_in_system_header): Declare
16573 new function.
16574 * input.c (expansion_point_location_if_in_system_header): Define it.
16575
16576 Fix -Wuninitialized for -ftrack-macro-expansion
16577 * tree-ssa.c (warn_uninit): Use the spelling location of the variable
16578 declaration. Use linemap_location_before_p for source locations.
16579
16580 Strip "<built-in>" loc from displayed expansion context
16581 * input.c (expand_location_1): When expanding to spelling location
16582 in a context of a macro expansion, skip reserved system header
16583 locations. Update comments. * tree-diagnostic.c
16584 (maybe_unwind_expanded_macro_loc): Likewise.
16585
16586 Make expand_location resolve to locus in main source file
16587 * input.c (expand_location_1): New. Takes a parameter to choose
16588 whether to resolve the location to spelling or expansion point.
16589 Was factorized from ...
16590 (expand_location): ... here.
16591 (expand_location_to_spelling_point): New. Implemented in terms of
16592 expand_location_1.
16593 * diagnostic.c (diagnostic_build_prefix): Use the new
16594 expand_location_to_spelling_point instead of expand_location.
16595
16596 Fix PCH crash on GTYed pointer-to-scalar field of a struct
16597 * gengtype.c (write_types_process_field): Force second argument of
16598 the call to the PCH object hierarchy walker to be 'x'.
16599
16600 2012-04-30 Eric Botcazou <ebotcazou@adacore.com>
16601
16602 * config/i386/i386.c (ix86_handle_struct_attribute): Use the proper
16603 predicate to discriminate types.
16604
16605 2012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
16606
16607 * doc/invoke.texi (Wmissing-format-attribute): Document as an
16608 alias of Wsuggest-attribute=format.
16609 * c-typeck.c (convert_for_assignment): Replace
16610 Wmissing-format-attribute with Wsuggest-attribute=format.
16611 (digest_init): Likewise.
16612
16613 2012-04-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
16614
16615 * opts.c (finish_options): Do not handle -Wmissing-noreturn here.
16616 * common.opt (Wmissing-noreturn): Alias of
16617 -Wsuggest-attribute=noreturn.
16618
16619 2012-04-29 Hans-Peter Nilsson <hp@axis.com>
16620
16621 PR target/53156
16622 * config/cris/cris.md (andqu): New peephole2.
16623 (andu): Tweak head comment.
16624
16625 2012-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
16626 Steven Bosscher <steven@gcc.gnu.org>
16627 Maxim Kuvyrkov <maxim@codesourcery.com>
16628
16629 PR tree-optimization/38785
16630 * common.opt (ftree-partial-pre): New option.
16631 * doc/invoke.texi: Document it.
16632 * opts.c (default_options_table): Initialize flag_tree_partial_pre.
16633 * tree-ssa-pre.c (do_partial_partial_insertion): Insert only if it will
16634 benefit speed path.
16635 (execute_pre): Use flag_tree_partial_pre.
16636
16637 2012-04-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16638
16639 PR target/52999
16640 * config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels
16641 in constant pool.
16642
16643 2012-04-27 Ollie Wild <aaw@google.com>
16644
16645 * doc/invoke.texi (Wliteral-suffix): Document new option.
16646
16647 2012-04-27 Tom Tromey <tromey@redhat.com>
16648
16649 * dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.
16650 (dwarf_tag_name): Use get_DW_TAG_name.
16651 (dwarf_attr_name): Use get_DW_AT_name.
16652 (dwarf_form_name): Use get_DW_FORM_name.
16653 * dwarf2cfi.c (dwarf_cfi_name): Use get_DW_CFA_name.
16654
16655 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
16656
16657 * tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose
16658 arguments are -1 and 0, by negating the result of the conditional.
16659
16660 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
16661
16662 PR target/53138
16663 * config/i386/i386.md (x86_mov<mode>cc_0_m1_neg): Add clobber.
16664
16665 2012-04-27 Richard Guenther <rguenther@suse.de>
16666
16667 * tree-flow.h (is_hidden_global_store): Remove.
16668 * tree-ssa-sink.c (is_hidden_global_store): Likewise.
16669 * tree-ssa-alias.h (ref_may_alias_global_p): Declare.
16670 (stmt_may_clobber_global_p): Likewise.
16671 * tree-ssa-alias.c (ref_may_alias_global_p): New function.
16672 (stmt_may_clobber_global_p): Likewise.
16673 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Call
16674 stmt_may_clobber_global_p.
16675 * tree-ssa-dse.c (dse_possible_dead_store_p): Likewise.
16676
16677 2012-04-27 Steven Bosscher <steven@gcc.gnu.org>
16678
16679 * cfg.c (disconnect_src): Do df_mark_solutions_dirty in the right
16680 place.
16681
16682 * tree-switch-conversion.c (struct switch_conv_info): Add range_max,
16683 reorganize some fields and update comments. Rename bit_test_uniq
16684 and bit_test_count to uniq resp. count. Remove bit_test_bb.
16685 (collect_switch_conv_info): New function, collects info about a
16686 GIMPLE_SWITCH into a struct switch_conv_info.
16687 (check_range): Simplify to use pre-recorded info. Fix think-o in
16688 range-branch ratio check.
16689 (check_process_case): Remove function.
16690 (check_all_empty_except_final): New function, verifies that all
16691 non-final basic blocks are empty.
16692 (process_switch): Simplify to use pre-recorded info. Call
16693 collect_switch_conv_info to do that. Assert that degenerate switch
16694 statements have been cleaned up.
16695
16696 2012-04-27 Marc Glisse <marc.glisse@inria.fr>
16697
16698 PR middle-end/27139
16699 * tree-ssa-forwprop.c (combine_conversions): Handle INT->FP->INT.
16700
16701 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
16702
16703 PR c/53130
16704 * c-typeck.c (pop_init_level): Use %qD instead of %qT.
16705
16706 2012-04-27 Tom de Vries <tom@codesourcery.com>
16707
16708 PR tree-optimization/51879
16709 * tree-ssa-sccvn.h (struct vn_reference_s): Add result_vdef field.
16710 * tree-ssa-sccvn.c (mark_use_processed): New function, factored out
16711 of ...
16712 (defs_to_varying): ... here. Don't set use_processed.
16713 (visit_reference_op_call): Handle gimple_vdef.
16714 Handle case that lhs is NULL_TREE.
16715 (visit_use): Use mark_use_processed. Handle calls with side-effect
16716 using visit_reference_op_call.
16717
16718 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
16719
16720 * sched-deps.c (fixup_sched_groups): Rename to...
16721 (chain_to_prev_insn): ...this.
16722 (chain_to_prev_insn_p): New function.
16723 (deps_analyze_insn): Use it instead of SCHED_GROUP_P.
16724
16725 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
16726
16727 * sched-int.h (_haifa_insn_data): Move priority_status.
16728 Add model_index.
16729 (INSN_MODEL_INDEX): New macro.
16730 * haifa-sched.c (insn_delay): New function.
16731 (sched_regno_pressure_class): Update commentary.
16732 (mark_regno_birth_or_death): Pass the liveness bitmap and
16733 pressure array as arguments, instead of using curr_reg_live and
16734 curr_reg_pressure. Only update the pressure if the bit in the
16735 liveness set has changed.
16736 (initiate_reg_pressure_info): Always trust the live-in set for
16737 SCHED_PRESSURE_MODEL.
16738 (initiate_bb_reg_pressure_info): Update call to
16739 mark_regno_birth_or_death.
16740 (dep_list_size): Take the list as argument.
16741 (calculate_reg_deaths): New function, extracted from...
16742 (setup_insn_reg_pressure_info): ...here.
16743 (MODEL_BAR): New macro.
16744 (model_pressure_data, model_insn_info, model_pressure_limit)
16745 (model_pressure_group): New structures.
16746 (model_schedule, model_worklist, model_insns, model_num_insns)
16747 (model_curr_point, model_before_pressure, model_next_priority):
16748 New variables.
16749 (MODEL_PRESSURE_DATA, MODEL_MAX_PRESSURE, MODEL_REF_PRESSURE)
16750 (MODEL_INSN_INFO, MODEL_INSN): New macros.
16751 (model_index, model_update_limit_points_in_group): New functions.
16752 (model_update_limit_points, model_last_use_except): Likewise.
16753 (model_start_update_pressure, model_update_pressure): Likewise.
16754 (model_recompute, model_spill_cost, model_excess_group_cost): Likewise.
16755 (model_excess_cost, model_dump_pressure_points): Likewise.
16756 (model_set_excess_costs): Likewise.
16757 (rank_for_schedule): Extend SCHED_PRIORITY_WEIGHTED ordering to
16758 SCHED_PRIORITY_MODEL. Use insn_delay. Use the order in the model
16759 schedule as an alternative tie-breaker. Update the call to
16760 dep_list_size.
16761 (ready_sort): Call model_set_excess_costs.
16762 (update_register_pressure): Update call to mark_regno_birth_or_death.
16763 Rely on that function to check liveness rather than doing it here.
16764 (model_classify_pressure, model_order_p, model_add_to_worklist_at)
16765 (model_remove_from_worklist, model_add_to_worklist, model_promote_insn)
16766 (model_add_to_schedule, model_analyze_insns, model_init_pressure_group)
16767 (model_record_pressure, model_record_pressures): New functions.
16768 (model_record_final_pressures, model_add_successors_to_worklist)
16769 (model_promote_predecessors, model_choose_insn): Likewise.
16770 (model_reset_queue_indices, model_dump_pressure_summary): Likewise.
16771 (model_start_schedule, model_finalize_pressure_group): Likewise.
16772 (model_end_schedule): Likewise.
16773 (schedule_insn): Say when we're scheduling the next instruction
16774 in the model schedule.
16775 (schedule_insn): Handle SCHED_PRESSURE_MODEL.
16776 (queue_to_ready): Do not add instructions that are
16777 MAX_SCHED_READY_INSNS beyond the current point of the model schedule.
16778 Always allow the next instruction in the model schedule to be added.
16779 (debug_ready_list): Print the INSN_REG_PRESSURE_EXCESS_COST_CHANGE
16780 and delay for SCHED_PRESSURE_MODEL too.
16781 (prune_ready_list): Extend SCHED_PRIORITY_WEIGHTED handling to
16782 SCHED_PRIORITY_MODEL, but also take the DFA into account.
16783 (schedule_block): Call model_start_schedule and model_end_schedule.
16784 Extend SCHED_PRIORITY_WEIGHTED stall handling to SCHED_PRIORITY_MODEL.
16785 (sched_init): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
16786 to SCHED_PRESSURE_MODEL, but don't allocate saved_reg_live or
16787 region_ref_regs.
16788 (sched_finish): Update accordingly.
16789 (fix_tick_ready): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
16790 to SCHED_PRESSURE_MODEL.
16791 (add_jump_dependencies): Update call to dep_list_size.
16792 (haifa_finish_h_i_d): Fix leak of max_reg_pressure.
16793 (haifa_init_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
16794 to SCHED_PRESSURE_MODEL.
16795 * sched-deps.c (init_insn_reg_pressure_info): Likewise, but don't
16796 allocate INSN_MAX_REG_PRESSURE for SCHED_PRESSURE_MODEL.
16797 (sched_analyze_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE
16798 handling to SCHED_PRESSURE_MODEL.
16799
16800 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
16801
16802 * common.opt (fsched-pressure-algorithm=): New option.
16803 * flag-types.h (sched_pressure_algorithm): New enum.
16804 * sched-int.h (sched_pressure_p): Replace with...
16805 (sched_pressure): ...this new variable.
16806 * haifa-sched.c (sched_pressure_p): Replace with...
16807 (sched_pressure): ...this new variable.
16808 (sched_regno_pressure_class, rank_for_schedule, ready_sort)
16809 (update_reg_and_insn_max_reg_pressure, schedule_insn)
16810 (debug_ready_list, prune_ready_list, schedule_block, sched_init)
16811 (sched_finish, fix_tick_ready, haifa_init_insn): Update accordingly.
16812 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
16813 (sched_analyze_insn): Likewise.
16814 * sched-rgn.c (schedule_region): Likewise.
16815 * config/m68k/m68k.c (m68k_sched_variable_issue): Likewise.
16816
16817 2012-04-26 Bernd Schmidt <bernds@codesourcery.com>
16818
16819 * PR middle-end/52997
16820 * ira.c (find_moveable_pseudos): Call resize_reg_info.
16821
16822 PR middle-end/52940
16823 * machmode.h (CLASS_HAS_WIDER_MODES_P): True for MODE_PARTIAL_INT.
16824 * expr.c (convert_move): Honor unsignedp when extending partial int
16825 modes.
16826 * genmodes.c (complete_mode): Don't clear component field of partial
16827 int modes.
16828 (emit_mode_inner): Don't emit it however.
16829 (calc_wider_mode): Partial int modes widen to their component.
16830
16831 2012-04-26 David S. Miller <davem@davemloft.net>
16832
16833 * config/sparc/niagara4.md: New file.
16834 * config/sparc/sparc.md: Include it.
16835 * config/sparc/sparc.c (niagara4_costs): New processor costs.
16836 (sparc_option_override): Use it.
16837 (sparc_use_sched_lookahead): Return 2 for niagara4.
16838 (sparc_issue_rate): Likewise.
16839
16840 * config/sparc/sparc.md (attr type): Delete 'fgm_cmp'.
16841 (fpack16_vis, fpackfix_vis, fpack32_vis): Set type to fgm_pack.
16842 (fmul8x16_vis, fmul8x16au_vis, fmul8x16al_vis, fmul8sux16_vis,
16843 fmul8ulx16_vis, fmuld8sux16_vis, fmuld8ulx16_vis): Set type to fgm_mul.
16844 (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis,
16845 alignaddrldi_vis): Set type to gsr.
16846 (pdist_vis, pdistn<mode>_vis): Set type to fgm_pdsit.
16847 (fcmp<code><GCM:gcm_name><P:mode>_vis, cmask8<P:mode>_vis,
16848 cmask16<P:mode>_vis, cmask32<P:mode>_vis, fchksm16_vis,
16849 v<vis3_shift_patname><mode>3, fmean16_vis,
16850 fp<plusminus_insn>64_vis, <vis3_addsub_ss_patname><mode>3,
16851 fucmp<code>8<P:mode>_vis): Set type to fga.
16852 * config/sparc/ultra1_2.md: Remove refrences to fgm_cmp.
16853 * config/sparc/niagara.md: Likewise.
16854 * config/sparc/niagara2.md: Likewise.
16855 * config/sparc/ultra3.md: Likewise, and fix type matching for
16856 us3_ialuX reservation.
16857
16858 2012-04-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16859
16860 * reload.c (find_reloads): Change the loop nesting when trying an
16861 alternative with swapped operands.
16862
16863 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
16864
16865 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix
16866 comment. Delete unused parameter first_exp_point_map.
16867 (virt_loc_aware_diagnostic_finalizer): Update call.
16868
16869 2012-04-26 Michael Hope <michael.hope@linaro.org>
16870 Richard Earnshaw <rearnsha@arm.com>
16871
16872 * config/arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_SOFT_FLOAT): Define.
16873 (GLIBC_DYNAMIC_LINKER_HARD_FLOAT): Define.
16874 (GLIBC_DYNAMIC_LINKER_DEFAULT): Define.
16875 (GLIBC_DYNAMIC_LINKER): Redefine to use the hard float path.
16876
16877 2012-04-25 Sriraman Tallam <tmsriram@google.com>
16878
16879 * doc/extend.texi: Document avx2 support.
16880 * config/i386/i386.c (fold_builtin_cpu): Add avx2.
16881
16882 2012-04-26 Hans-Peter Nilsson <hp@axis.com>
16883
16884 PR target/53120
16885 * config/cris/cris.md ("*andhi_lowpart_v32")
16886 ("*andqi_lowpart_v32"): Change first input-only operand from
16887 a (match_operand ...) to (match_dup 0). Drop alternatives with
16888 const_int-matching constraints for redundancy.
16889 ("*andhi_lowpart_non_v32", "*andqi_lowpart_non_v32"): Ditto. Drop
16890 three-operand alternative.
16891
16892 2012-04-25 Jakub Jelinek <jakub@redhat.com>
16893
16894 PR target/53110
16895 * config/i386/i386.md (and<mode>3): For andq $0xffffffff, reg
16896 instead expand it as zero extension.
16897
16898 2012-04-25 H.J. Lu <hongjiu.lu@intel.com>
16899
16900 PR debug/52857
16901 * dwarf2out.c (dbx_reg_number): Assert return value != INVALID_REGNUM.
16902
16903 2012-04-25 Jakub Jelinek <jakub@redhat.com>
16904
16905 * common.opt (flag_debug_types_section): Default to 0.
16906 (dwarf_version): Default to 4.
16907 (dwarf_record_gcc_switches): Default to 1.
16908 (dwarf_strict): Default to 0.
16909 * toplev.c (process_options): Don't handle dwarf_strict
16910 or dwarf_version here.
16911 * config/vxworks.c (vxworks_override_options): Don't
16912 test whether dwarf_strict or dwarf_version are negative,
16913 instead test !global_options_set.x_dwarf_*.
16914 * config/darwin.c (darwin_override_options): Default to
16915 dwarf_version 2.
16916 * doc/invoke.texi: Note that -gdwarf-4, -grecord-gcc-switches
16917 and -fno-debug-types-section are now the default.
16918
16919 2012-04-25 Jan Hubicka <jh@suse.cz>
16920
16921 * cgraphunit.c: Update toplevel comment.
16922 (tree_rest_of_compilation): Merge into cgraph_expand_function.
16923 (cgraph_analyze_function): Make static.
16924 (cgraph_decide_is_function_needed): Make static.
16925 (cgraph_add_new_function): Use expand_function instead of
16926 rest_of_compilation.
16927 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
16928 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
16929 Move to cgraph.c
16930 (cgraph_inline_p): Remove.
16931 (cgraph_preserve_function_body_p): Move to ipa-inline-transform.
16932 (init_cgraph): Add comment.
16933 * cgraphbuild.c (record_reference, mark_address, mark_load,
16934 mark_store): Do not call analyze_expr hook.
16935 * cgraph.c: Update toplevel comment.
16936 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
16937 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
16938 Move fere from cgraphunit.c
16939 (cgraph_mark_force_output_node): Move to cgraph.h
16940 * cgraph.h: Reorder so the comments match the function placement.
16941 (cgraph_analyze_function, cgraph_decide_is_function_needed): Remove.
16942 (cgraph_mark_force_output_node): Move here from cgraph.c
16943 * tree.c (free_lang_data): Do not clear analyze_expr hook.
16944 * ipa-inline-transform.c (preserve_function_body_p): New function.
16945 (inline_transform): Update.
16946 * langhooks.c (lhd_callgraph_analyze_expr): Remove.
16947 * langhooks.h (lang_hooks_for_callgraph): Remove.
16948 (lang_hooks): Remove callgraph.
16949 * tree-inline.c (expand_call_inline): Do not use cgraph_inline_p.
16950 * varpool.c: Remove out of date comment.
16951 * langhooks-def.h (lhd_callgraph_analyze_expr): Remove.
16952 (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Remove.
16953
16954 2012-04-25 Jan Hubicka <jh@suse.cz>
16955
16956 PR middle-end/53089
16957 * cgraphunit.c (referred_to_p): Move ahead in file to avoid
16958 forward declaration.
16959 (cgraph_finalize_function): Finalize them here.
16960 * symtab.c (dump_symtab): Dump ctors and dtors.
16961
16962 2012-04-25 Jakub Jelinek <jakub@redhat.com>
16963
16964 PR middle-end/52979
16965 * stor-layout.c (get_best_mode): Don't return mode with bitsize
16966 larger than maxbits. Don't compute maxbits modulo align.
16967 Also check that unit bytes long store at bitpos / unit * unit
16968 doesn't affect bits beyond bitregion_end.
16969 * expmed.c (store_bit_field_1): Avoid trying insv if OP_MODE MEM
16970 would not fit into bitregion_start ... bitregion_end + 1 bit region.
16971 (store_split_bit_field): Decrease unit close to end of bitregion_end
16972 if access is restricted in order to avoid mutual recursion.
16973
16974 PR tree-optimization/53058
16975 * double-int.h (double_int_max_value, double_int_min_value): New
16976 prototypes.
16977 * double-int.c (double_int_max_value, double_int_min_value): New
16978 functions.
16979 * tree-vrp.c (register_edge_assert_for_2): Compare mask for LE_EXPR
16980 or GT_EXPR with double_int_max_value instead of double_int_mask.
16981
16982 2012-04-25 Richard Guenther <rguenther@suse.de>
16983
16984 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
16985 * tree-vect-loop.c (vect_transform_loop): Adjust.
16986 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Record
16987 the maximum number of iterations for the epilogue loop.
16988 (vect_loop_versioning): Remove case re-using the peeled epilogue loop.
16989
16990 2012-04-25 Jakub Jelinek <jakub@redhat.com>
16991
16992 PR c/52880
16993 * c-typeck.c (set_nonincremental_init,
16994 set_nonincremental_init_from_string): Pass true instead of false
16995 as IMPLICIT to add_pending_init.
16996
16997 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
16998
16999 * c-typeck.c (pop_init_level): Improve diagnostics.
17000
17001 2012-04-25 Uros Bizjak <ubizjak@gmail.com>
17002
17003 * compare-elim.c (try_eliminate_compare): Also handle operands with
17004 implicit extensions.
17005
17006 2012-04-25 Alan Modra <amodra@gmail.com>
17007
17008 * config/rs6000/rs6000 (SAVE_INLINE_VRS, REST_INLINE_VRS,
17009 V_SAVE_INLINE, SAVRES_LR, SAVRES_SAVE, SAVRES_REG,
17010 SAVRES_GPR, SAVRES_FPR, SAVRES_VR): Define.
17011 (no_global_regs_above): Delete.
17012 (no_global_regs): New function.
17013 (rs6000_savres_strategy): Handle vector regs. Use proper lr_save_p
17014 value for load multiple test.
17015 (savres_routine_syms): Increase size.
17016 (rs6000_savres_routine_name, rs6000_savres_routine_sym,
17017 ptr_regno_for_savres, rs6000_emit_savres_rtx): Pass in int selector
17018 rather than a number of boolean flags. Update all callers.
17019 (rs6000_savres_routine_name): Generate vector save/restore names.
17020 (rs6000_savres_routine_sym): Handle vector regs. Delete forward decl.
17021 (ptr_regno_for_savres, rs6000_emit_savres_rtx): Likewise.
17022 (rs6000_emit_prologue): Delete saving_FPRs_inline, saving_GPRs_inline
17023 and using_store_multiple. Expand uses. Don't always use r11 as
17024 frame reg when needed for out-of-line saves. Set up initial offset
17025 for out-of-line vector saves when buying stack frame. Handle pointer
17026 reg setup for out-of-line fp save. Emit call to out-of-line vector
17027 save function. Choose r11 or r12 for vrsave reg when available for
17028 better scheduling.
17029 (rs6000_output_function_prologue): Don't emit .extern for ELF.
17030 (rs6000_emit_epilogue): Choose a better frame reg when restoring
17031 from back-chain to suit out-of-line vector restore functions. Emit
17032 call to out-of-line vector restore function. Adjust register used
17033 for cr restore. Tweak pointer register setup for gpr restore.
17034 * config/rs6000/rs6000.h (FIRST_SAVED_GP_REGNO): Take into account
17035 FIXED_R13.
17036 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Simplify.
17037 (V_SAVE_INLINE): Define.
17038 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*): New insns.
17039
17040 2012-04-25 Alan Modra <amodra@gmail.com>
17041
17042 * config/rs6000/rs6000.c (rs6000_savres_strategy): Allow
17043 out-of-line save/restore for large frames. Don't disable
17044 out-of-line saves on ABI_AIX when using static chain reg.
17045 (rs6000_emit_prologue): Adjust cr_save_regno on ABI_AIX to not
17046 clobber static chain reg, and tweak for out-of-line gpr saves
17047 that use r1.
17048
17049 2012-04-25 Alan Modra <amodra@gmail.com>
17050
17051 * config/rs6000/rs6000.c (START_USE, END_USE, NOT_INUSE): Define.
17052 (rs6000_emit_prologue): Use the above to catch register overlap.
17053
17054 2012-04-25 Alan Modra <amodra@gmail.com>
17055
17056 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Delete forward
17057 decl. Move logic selecting update reg to callers. Update all callers.
17058 (rs6000_emit_allocate_stack): Add copy_off param.
17059 (emit_frame_save): Don't handle reg+reg addressing.
17060 (ptr_regno_for_savres): New function, extracted from..
17061 (rs6000_emit_savres_rtx): ..here. Add lr_offset param.
17062 (rs6000_emit_prologue): Generate frame_ptr_rtx as we need it.
17063 Set frame_reg_rtx to r11 whenever r11 is needed, and merge
17064 frame offset adjustment for out-of-line save with copy from sp.
17065 Simplify condition controlling whether cr is saved early or
17066 late. Use ptr_regno_for_savres to verify correct reg is set
17067 up for out-of-line saves. Pass the actual pointer reg used to
17068 rs6000_emit_savres_rtx so rtl matches insns in out-of-line
17069 function. Rearrange spe vars so code is similar to that
17070 elsewhere in this function. Don't update frame_off when spe
17071 save code will restore r11. Use emit_frame_save for spe and
17072 gpr saves. Consolidate darwin out-of-line gpr setup with that
17073 for other abis. Don't assume frame_offset is zero and frame
17074 reg is sp when setting up altivec reg saves, and calculate
17075 exact offset requirement.
17076 (rs6000_emit_epilogue): Use HOST_WIDE_INT for frame_off. Tidy
17077 spe restore code. Consolidate darwin out-of-line gpr setup
17078 with that for other abis.
17079
17080 2012-04-25 Alan Modra <amodra@gmail.com>
17081
17082 * config/rs6000/rs6000.c (rs6000_frame_related): Don't emit a
17083 REG_FRAME_RELATED_EXPR note when the instruction exactly matches
17084 the replacement.
17085 (emit_frame_save): Delete frame_ptr param. Rename total_size to
17086 frame_reg_to_sp.
17087 (rs6000_emit_prologue): Add sp_off. Update rs6000_frame_related
17088 and emit_frame_save calls. Cope with possibly missing note.
17089
17090 2012-04-24 Sriraman Tallam <tmsriram@google.com>
17091
17092 * config/i386/i386.c (build_processor_model_struct): New function.
17093 (make_var_decl): New function.
17094 (fold_builtin_cpu): New function.
17095 (ix86_fold_builtin): New function.
17096 (make_cpu_type_builtin): New function.
17097 (ix86_init_platform_type_builtins): New function.
17098 (ix86_expand_builtin): Expand new builtins by folding them.
17099 (ix86_init_builtins): Make new builtins to detect CPU type.
17100 (TARGET_FOLD_BUILTIN): New macro.
17101 (IX86_BUILTIN_CPU_INIT): New enum value.
17102 (IX86_BUILTIN_CPU_IS): New enum value.
17103 (IX86_BUILTIN_CPU_SUPPORTS): New enum value.
17104 * config/i386/i386-builtin-types.def: New function type.
17105 * testsuite/gcc.target/builtin_target.c: New testcase.
17106 * doc/extend.texi: Document builtins.
17107
17108 2012-04-24 Olivier Hainque <hainque@adacore.com>
17109
17110 * common.opt (gdwarf-): Initialize dwarf_version to -1 instead of 2.
17111 * toplev.c (process_options): Default to dwarf_version 2.
17112 * config/vxworks.c (vxworks_override_options): Default to strict-dwarf
17113 and dwarf_version 2.
17114
17115 2012-04-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
17116
17117 * tree-pretty-print.h (default_tree_printer): Do not declare.
17118 * tree-diagnostic.c: Include tree-pretty-print.h, tree-pass.h and
17119 intl.h.
17120 (default_tree_diagnostic_starter): Make static.
17121 (default_tree_printer): Move to here. Make static.
17122 (tree_diagnostics_defaults): New.
17123 * tree-diagnostic.h (default_tree_diagnostic_starter): Do not declare.
17124 * tree.c (free_lang_data): Use tree_diagnostics_defaults.
17125 * toplev.c: Do not include tree-pass.h.
17126 (default_tree_printer): Move from here.
17127 (general_init): Use tree_diagnostics_defaults.
17128
17129 2012-04-24 Chao-ying Fu <fu@mips.com>
17130
17131 * config.gcc (mips64*-*-linux*): Append mips/linux-common.h to tm_file.
17132 (mips*-*-linux*): Append mips/linux-common.h to tm_file.
17133 * config/mips/gnu-user.h
17134 (SUBTARGET_CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC directly.
17135 (GNU_USER_TARGET_LINK_SPEC): New define.
17136 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
17137 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC directly.
17138 (GNU_USER_TARGET_MATHFILE_SPEC): New define.
17139 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC and
17140 GNU_USER_TARGET_ENDFILE_SPEC.
17141 * config/mips/gnu-user64.h (LIB_SPEC): Remove.
17142 (GNU_USER_TARGET_LINK_SPEC): New define.
17143 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
17144 * config/mips/linux-common.h: New file.
17145
17146 2012-04-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17147
17148 PR target/47197
17149 * config/rs6000/rs6000-c.c (fully_fold_convert): New function.
17150 (altivec_build_resolved_builtin): Call fully_fold_convert.
17151
17152 2012-04-24 Georg-Johann Lay <avr@gjlay.de>
17153
17154 PR target/53065
17155 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): New hook define.
17156
17157 2012-04-24 Richard Guenther <rguenther@suse.de>
17158
17159 PR tree-optimization/53085
17160 * tree-ssa-pre.c (eliminate): Do not eliminate volatile redundant
17161 stores.
17162
17163 2012-04-24 Richard Guenther <rguenther@suse.de>
17164
17165 * tree-if-conv.c (main_tree_if_conversion): Move bb under
17166 ENABLE_CHECKING.
17167
17168 2012-04-24 Jim Meyering <meyering@redhat.com>
17169
17170 * genattrtab.c (gen_attr): Avoid NULL-deref after diagnosing
17171 absence of an define_enum call.
17172
17173 2012-04-24 Richard Guenther <rguenther@suse.de>
17174
17175 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): If
17176 the epilogue loop is not re-used as unvectorized version
17177 record the its maximum number of iterations.
17178
17179 2012-04-24 Andrew Pinski <apinski@cavium.com>
17180
17181 * tree-ssa-forwprop.c (simplify_bitwise_binary):
17182 Don't directly use def1/def2.
17183
17184 2012-04-24 Richard Guenther <rguenther@suse.de>
17185
17186 PR tree-optimization/53098
17187 * tree-vect-loop.c (vect_analyze_loop_operations): Fixup
17188 comparison sign.
17189
17190 2012-04-24 Andrew Pinski <apinski@cavium.com>
17191
17192 PR tree-opt/33512
17193 * tree-ssa-forwprop.c (defcodefor_name): New function.
17194 (simplify_bitwise_binary): Use defcodefor_name instead of manually
17195 Simplify "( X | Y) & X" to X and "( X & Y) | X" to X.
17196 Simplify "(~X | Y) & X" to "X & Y" and
17197 "(~X & Y) | X" to "X | Y".
17198
17199 2012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17200
17201 * recog.c (insn_invalid_p): Add IN_GROUP parameter and use
17202 validate_change to add clobbers if IN_GROUP is nonzero.
17203 (verify_changes): Call insn_invalid_p with IN_GROUP set to true.
17204 * recog.h (insn_invalid_p): Add IN_GROUP parameter to function
17205 prototype.
17206 * gcse.c (process_insert_insn): Call insn_invalid_p with IN_GROUP
17207 set to false.
17208 * config/s390/s390.c (insn_invalid_p): Likewise.
17209
17210 2012-04-24 Jakub Jelinek <jakub@redhat.com>
17211
17212 PR middle-end/53084
17213 * varasm.c (compute_reloc_for_constant): Handle ADDR_EXPR of MEM_REF.
17214 (output_addressed_constants): Likewise.
17215
17216 PR middle-end/52999
17217 * varasm.c (get_section): Don't ICE for section conflicts with
17218 built-in section kinds.
17219
17220 2012-04-23 DJ Delorie <dj@redhat.com>
17221
17222 * config/s390/s390.h (LINK_SPEC): Remove, no longer needed.
17223 (LIBSTDCXX): Change to CPP2.
17224
17225 2012-04-23 H.J. Lu <hongjiu.lu@intel.com>
17226
17227 PR bootstrap/52878
17228 * opth-gen.awk: Check if MASK_ and TARGET_ macros are defined for
17229 extra_masks.
17230
17231 2012-04-23 Uros Bizjak <ubizjak@gmail.com>
17232
17233 * config/i386/i386.md (*add<mode>_2): Add r/r/0 alternative.
17234 (*addsi_2_zext): Ditto.
17235 (*add<mode>_3): Ditto.
17236 (*addsi_3_zext): Ditto.
17237 (*add<mode>_5): Ditto.
17238
17239 2012-04-23 Andrew Pinski <apinski@cavium.com>
17240
17241 * tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0
17242 (C & B) to (A OP0) & B.
17243
17244 2012-04-23 Martin Jambor <mjambor@suse.cz>
17245
17246 * expr.c (expand_expr_real_1): Remove setting parent's alias set for
17247 temporaries created for a bitfield (reverting revision 122014).
17248
17249 2012-04-23 Richard Guenther <rguenther@suse.de>
17250
17251 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify
17252 the condition using is_gimple_condexpr and avoid the not necessary
17253 boolification.
17254 (set_prologue_iterations): Likewise.
17255 (vect_loop_versioning): Likewise.
17256
17257 2012-04-23 Richard Guenther <rguenther@suse.de>
17258
17259 PR tree-optimization/53070
17260 * tree-if-conv.c (combine_blocks): Free predicates in all blocks.
17261 (main_tree_if_conversion): Verify we succeeded in that.
17262
17263 2012-04-23 Jan Hubicka <jh@suse.cz>
17264
17265 * lto-symtab.c (lto_cgraph_replace_node): Do not call
17266 mark_reahcable_node.
17267 * cgraph.c (cgraph_remove_node): Do not clear reachable.
17268 (cgraph_mark_reachable_node): Remove.
17269 (cgraph_mark_force_output_node): Do not set reachable.
17270 (dump_cgraph_node): Do not dump reachable.
17271 (cgraph_create_virtual_clone): Do not set reachable.
17272 * cgraph.h (cgraph_node): Remove reachable flag.
17273 (varpool_node): Remove reachable flag.
17274 (cgraph_mark_if_needed): Remove.
17275 (cgraph_mark_reachable_node): Remove.
17276 * tree-emutls.c (ipa_lower_emutls): Do not check reachable.
17277 * cgraphunit.c (cgraph_finalize_function): Do not mark node as
17278 reachable.
17279 (cgraph_add_new_function): Likewise.
17280 (cgraph_mark_if_needed): Remove.
17281 (cgraph_analyze_function): Do not set target as reachable.
17282 (process_function_and_variable_attributes): Do not care about
17283 dllexport.
17284 (cgraph_analyze_functions): Do not set reachable flags.
17285 (cgraph_mark_functions_to_output): Do not check reachability.
17286 (cgraph_copy_node_for_versioning): Do not set reachable flag.
17287 (dbxout_expand_expr): Update.
17288 * c-decl.c (merge_decls): Do not track changed externs.
17289 * ipa.c: Include pointer-set.h
17290 (enqueue_cgraph_node): Use reachable pointer set.
17291 (process_references): Likewise.
17292 (cgraph_remove_unreachable_nodes): Likewise.
17293 (whole_program_function_and_variable_visibility): Do not recompute
17294 reachable.
17295 * trans-mem.c (ipa_tm_execute): Do not check reachable flag.
17296
17297 2012-04-23 Georg-Johann Lay <avr@gjlay.de>
17298
17299 * doc/extend.texi (AVR Named Address Spaces): Fix typos.
17300
17301 2012-04-23 Richard Guenther <rguenther@suse.de>
17302
17303 PR c/53060
17304 * c-typeck.c (build_binary_op): Fix typo.
17305
17306 2012-04-23 Jakub Jelinek <jakub@redhat.com>
17307
17308 PR tree-optimizations/52891
17309 * tree-vect-patterns.c (adjust_bool_pattern): Use
17310 build_nonstandard_type even if rhs1 has unsigned INTEGER_TYPE,
17311 but with non-standard precision.
17312
17313 2012-04-22 Jan Hubicka <jh@suse.cz>
17314
17315 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Bail out at NULL
17316 tree refs.
17317
17318 2012-04-22 Jan Hubicka <jh@suse.cz>
17319
17320 * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.
17321 * cgraphbuild.c (record_reference, record_type_list, mark_address,
17322 mark_load, mark_store): Do not mark varpool nodes as needed.
17323 * cgraph.c (cgraph_new_nodes): Remove.
17324 (cgraph_create_function_alias): Do not mark nodes as reachable.
17325 (cgraph_add_thunk): Likewise.
17326 (cgraph_mark_reachable_node): Do not manage the queue.
17327 * cgraph.h (cgraph_node): Remove next_needed.
17328 (varpool_nodes_queue): Remove next_needed and prev_needed.
17329 (x_cgraph_nodes_queue, x_cgraph_nodes_queue, cgraph_new_nodes): Remove.
17330 (cgraph_new_nodes): Declare.
17331 (x_varpool_nodes_queue, varpool_nodes_queue); Remove.
17332 (varpool_analyze_pending_decls): Remove.
17333 (varpool_analyze_node): New.
17334 (varpool_mark_needed_node): Remove.
17335 (varpool_first_variable, varpool_next_variable): New inlines.
17336 (varpool_first_static_initializer, varpool_next_static_initializer):
17337 Update.
17338 (FOR_EACH_STATIC_VARIABLE): Remove unused walker.
17339 (varpool_first_defined_variable): New inline.
17340 (varpool_next_defined_variable): New inline
17341 (FOR_EACH_VARIABLE): Reimplement.
17342 (FOR_EACH_DEFINED_VARIABLE): Reimplement.
17343 * toplev.c (wrapup_global_declaration_2): Use analyzed instead of
17344 needed flag.
17345 * cgraphunit.c (cgraph_new_nodes): Declare here.
17346 (enqueue_node): New function.
17347 (cgraph_process_new_functions): update for new
17348 node set; when constructing cgraph enqueue node for processing.
17349 (cgraph_add_new_function): Use new node set.
17350 (process_function_and_variable_attributes): Do not set varpool needed
17351 flags.
17352 (referred_to_p): New function.
17353 (varpool_finalize_decl): Move here from varpool.c; enqueue needed node
17354 when varpool is in construction.
17355 (cgraph_analyze_functions): Rewrite.
17356 (cgraph_expand_all_functions): Update.
17357 (cgraph_output_in_order): Do not analyze pending decls; do not set
17358 needed flags.
17359 (cgraph_optimize): Do not analyze pending decls.
17360 * lto-cgraph.c (input_varpool_node): Clear analyzed flag for objects
17361 in other partition; do not mark node as needed.
17362 * dwarf2out.c (reference_to_unused): Use analyzed flag.
17363 (premark_types_used_by_global_vars_helper): Likewise.
17364 * ipa.c (process_references): Do not call varpool_mark_needed_node.
17365 (cgraph_remove_unreachable_nodes): Do not rely on varpool and
17366 cgrpah queues.
17367 (function_and_variable_visibility): Do not mark node as needed.
17368 (whole_program_function_and_variable_visibility): Likewise.
17369 * Makefile.in (gt-varpool.h): No longer needed.
17370 * passes.c (execute_one_pass, execute_ipa_pass_list): Update.
17371 (ipa_write_summaries): Do not use needed flag.
17372 * varpool.c: Do not include gt-varpool.h
17373 (x_varpool_nodes_queue, x_varpool_last_needed_node,
17374 x_varpool_last_needed_node, x_varpool_first_unanalyzed_node,
17375 x_varpool_first_unanalyzed_node, varpool_assembled_nodes_queue):
17376 Remove.
17377 (varpool_remove_node): Do not update the lists.
17378 (dump_varpool_node): Do not dump needed flag.
17379 (varpool_enqueue_needed_node): Remove.
17380 (varpool_mark_needed_node): Remove.
17381 (varpool_reset_queue): Remove.
17382 (varpool_finalize_decl): Move to cgraphunit.c
17383 (varpool_analyze_node): New functions based on former
17384 varpool_analyze_pending_decls.
17385 (varpool_analyze_pending_decls): Remove.
17386 (varpool_assemble_decl): Do not update the lists.
17387 (enqueue_node): New function.
17388 (varpool_remove_unreferenced_decls): Rewrite.
17389 (varpool_empty_needed_queue): Remove.
17390 (add_new_static_var): Do not mark node as needed.
17391 (varpool_create_variable_alias): Handle expansion state
17392 creation.
17393 * except.c (output_ttype): Do not mark node as needed.
17394 * varasm.c (mark_decl_referenced): Do not use mark_needed_node.
17395 * tree-profile.c (init_ic_make_global_vars, init_ic_make_global_vars):
17396 Likewise.
17397 * tree-switch-conversion.c (build_one_array): Likewise.
17398
17399 2012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
17400
17401 PR c/44774
17402 * doc/invoke.texi (pedantic): Rename to Wpedantic.
17403 * common.opt (Wpedantic): New.
17404 (pedantic): Alias Wpedantic.
17405 * diagnostic.c (warning_at): Likewise.
17406 * c-decl.c (diagnose_mismatched_decls): Likewise.
17407 (build_array_declarator): Likewise.
17408 (mark_forward_parm_decls):
17409 (check_bitfield_type_and_width): Likewise.
17410 (grokdeclarator): Likewise.
17411 (grokfield): Likewise.
17412 (finish_struct): Likewise.
17413 (build_enumerator): Likewise.
17414 (store_parm_decls_oldstyle): Likewise.
17415 (declspecs_add_qual): Likewise.
17416 (declspecs_add_type): Likewise.
17417 (finish_declspecs): Likewise.
17418 * c-typeck.c (composite_type): Likewise.
17419 (comp_target_types): Likewise.
17420 (build_array_ref): Likewise.
17421 (pointer_diff): Likewise.
17422 (build_unary_op): Likewise.
17423 (build_conditional_expr): Likewise.
17424 (build_c_cast): Likewise.
17425 (convert_for_assignment): Likewise.
17426 (maybe_warn_string_init): Likewise.
17427 (digest_init): Likewise.
17428 (pop_init_level): Likewise.
17429 (set_init_index): Likewise.
17430 (c_finish_goto_label): Likewise.
17431 (c_finish_return): Likewise.
17432 (do_case): Likewise.
17433 (build_binary_op): Likewise.
17434 * c-parser.c (static): Likewise.
17435 (c_parser_external_declaration): Likewise.
17436 (c_parser_declaration_or_fndef): Likewise.
17437 (c_parser_static_assert_declaration_no_se): Likewise.
17438 (c_parser_enum_specifier): Likewise.
17439 (c_parser_struct_or_union_specifier): Likewise.
17440 (c_parser_struct_declaration): Likewise.
17441 (c_parser_alignas_specifier): Likewise.
17442 (c_parser_braced_init): Likewise.
17443 (c_parser_initelt): Likewise.
17444 (c_parser_compound_statement_nostart): Likewise.
17445 (c_parser_conditional_expression): Likewise.
17446 (c_parser_alignof_expression): Likewise.
17447 (c_parser_postfix_expression): Likewise.
17448 (c_parser_postfix_expression_after_paren_): Likewise.
17449 (c_parser_objc_class_instance_variables): Likewise.
17450 (c_parser_objc_method_definition): Likewise.
17451 (c_parser_objc_methodprotolist): Likewise.
17452
17453 2012-04-22 Ian Lance Taylor <iant@google.com>
17454
17455 * godump.c (go_output_typedef): Dump size of structs.
17456
17457 2012-04-22 Razya Ladelsky <razya@il.ibm.com>
17458
17459 Correcting transform_to_exit_first_loop + fix to PR46886
17460 * tree-parloops.c (transform_to_exit_first_loop): Remove
17461 setting of number of iterations according to the loop pattern.
17462 Duplicate from entry to exit->src instead of loop->latch.
17463 (pallelize_loops): Remove the condition preventing do-while loops.
17464 * tree-cfg.c (bool bb_in_region_p): New.
17465 (gimple_duplicate_sese_tail): Adjust duplication of the the subloops.
17466 Adjust redirection of the duplicated iteration.
17467
17468 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
17469
17470 PR bootstrap/53021
17471 * rtl.def (ADDRESS): Use "i" rather than "w".
17472 * rtl.h (find_base_term): Delete.
17473 (may_be_sp_based_p): Declare.
17474 * rtl.c (rtx_code_size): Remove ADDRESS special case.
17475 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP)
17476 (UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Move to...
17477 * alias.c: ...here.
17478 (find_base_term): Make static.
17479 (may_be_sp_based_p): New function.
17480 * dse.c (record_store): Use it.
17481 * store-motion.c (store_killed_in_insn): Likewise.
17482
17483 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
17484
17485 * fold-const.c (fold_checksum_tree): Fix VECTOR_CST case.
17486
17487 2012-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
17488
17489 PR 35441
17490 * c-typeck.c (inform_declaration): New.
17491 (build_function_call_vec): Do not pretty-print
17492 expressions when caret is enabled.
17493 (convert_arguments): Use inform_declaration.
17494
17495 2012-04-20 Jim Meyering <meyering@redhat.com>
17496
17497 * genmodes.c (make_complex_modes): Don't truncate a mode name of
17498 length 7 or more when prepending a "C". Suggested by Richard Guenther.
17499
17500 2012-04-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17501
17502 PR rtl-optimization/44214
17503 * fold-const.c (exact_inverse): New function.
17504 (fold_binary_loc): Fold vector and complex division by constant into
17505 multiply by recripocal with flag_reciprocal_math; fold vector division
17506 by constant into multiply by reciprocal with exact inverse.
17507
17508 2012-04-20 Jan Hubicka <jh@suse.cz>
17509
17510 * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of
17511 force flags.
17512 * cgraph.c (cgraph_add_thunk): Use mark_reachable_node.
17513 (cgraph_remove_node): Update.
17514 (cgraph_mark_needed_node): Remove.
17515 (cgraph_mark_force_output_node): New.
17516 (dump_cgraph_node): Do not dump needed flag.
17517 (cgraph_node_cannot_be_local_p_1): Update.
17518 (cgraph_can_remove_if_no_direct_calls_and_refs): Update.
17519 * cgraph.h (symtab_node_base): Add force_output flag.
17520 (cgraph_node): Remove needed flag.
17521 (varpool_node): Remove force_output flag.
17522 (cgraph_mark_needed_node): Remove.
17523 (cgraph_mark_force_output_node): New.
17524 (cgraph_only_called_directly_or_aliased_p,
17525 varpool_can_remove_if_no_refs, varpool_all_refs_explicit_p): Update.
17526 * ipa-cp.c (ipcp_generate_summary): Remove out of date assert.
17527 * cgraphunit.c (cgraph_decide_is_function_needed): rewrite.
17528 (cgraph_add_new_function): Update.
17529 (cgraph_mark_if_needed): Update.
17530 (verify_cgraph_node): Update.
17531 (cgraph_analyze_function): Alias target is reachable.
17532 (process_function_and_variable_attributes): Update: externally_visible
17533 flag makes function reachable.
17534 (cgraph_analyze_functions): Update dumping.
17535 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
17536 input_overwrite_node, input_varpool_node): Update streaming.
17537 * lto-streamer-out.c (produce_symtab): Use force_output.
17538 * ipa.c (process_references): Weakrefs must be processed.
17539 (cgraph_remove_unreachable_nodes): Likewise; update for new
17540 force_output flag.
17541 (varpool_externally_visible_p): Weakrefs are externally visible
17542 even if they are not.
17543 (function_and_variable_visibility): Update; when processing alias
17544 pair force the targets to be output.
17545 (whole_program_function_and_variable_visility): Use
17546 mark_reachable_node.
17547 * trans-mem.c (ipa_tm_mark_needed_node): Remove
17548 (ipa_tm_mark_force_output_node): New function.
17549 (ipa_tm_create_version_alias, ipa_tm_create_version): Update.
17550 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be lax about
17551 aliases.
17552 * varasm.c (mark_decl_referenced): Update.
17553 (find_decl_and_mark_needed): Remove.
17554 (find_decl): New function.
17555 (weak_finish, finish_aliases_1, assemble_alias): Update; do not mark
17556 alias targets as needed.
17557 (dump_tm_clone_pairs): Update.
17558 * tree-inline.c (copy_bb): Update check.
17559 * symtab.c (dump_symtab_base): Dump force_output.
17560 * tree-ssa-structalias.c (ipa_pta_execute): Use force_output.
17561 * passes.c (execute_todo): Fix dumping.
17562 * varpool.c (decide_is_variable_needed, varpool_finalize_decl): Update.
17563 (varpool_analyze_pending_decls): Alias target is reachable.
17564 (varpool_create_variable_alias): Finalize weakrefs.
17565
17566 2012-04-20 Jakub Jelinek <jakub@redhat.com>
17567
17568 PR bootstrap/53021
17569 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP,
17570 UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Define.
17571 * alias.c (init_alias_targets): Use UNIQUE_BASE_VALUE_*
17572 macros instead of constants.
17573 * dse.c (record_store): Check for SP ADDRESS by comparing
17574 XWINT to UNIQUE_BASE_VALUE_SP instead of expecting
17575 XEXP to be stack_pointer_rtx.
17576
17577 2012-04-20 Richard Guenther <rguenther@suse.de>
17578
17579 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Use
17580 update_call_from_tree when propagating into a call.
17581
17582 2012-04-20 Alan Modra <amodra@gmail.com>
17583
17584 * config/rs6000/rs6000.c (rs6000_emit_savres_rtx): Formatting.
17585 (rs6000_emit_prologue, rs6000_emit_epilogue): Likewise. Rename
17586 sp_offset to frame_off. Move world save code earlier.
17587
17588 2012-04-20 Richard Guenther <rguenther@suse.de>
17589
17590 PR tree-optimization/53050
17591 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine):
17592 Do only one transform on COND_EXPRs at the same time.
17593
17594 2012-04-19 Jan Hubicka <jh@suse.cz>
17595
17596 * symtab.c (dump_symtab_base): Revert accidental checkin.
17597
17598 2012-04-20 Alan Modra <amodra@gmail.com>
17599
17600 PR target/53040
17601 * config/rs6000/rs6000.c (rs6000_savres_strategy): When using
17602 static chain, set REST_INLINE_FPRS too.
17603
17604 2012-04-20 Thomas Schwinge <thomas@codesourcery.com>
17605
17606 * tree-dump.c (dequeue_and_dump) <BIT_FIELD_REF>: Dump the three child
17607 nodes.
17608
17609 2012-04-20 Richard Guenther <rguenther@suse.de>
17610
17611 * tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize
17612 loops that can never run more often than the vectorization factor.
17613
17614 2012-04-19 Jan Hubicka <jh@suse.cz>
17615
17616 * symtab.c (dump_symtab_base): Fix dumping of asm lists.
17617
17618 2012-04-19 David Edelsohn <dje.gcc@gmail.com>
17619
17620 * config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
17621
17622 2012-04-19 Jim Meyering <meyering@redhat.com>
17623
17624 * genmodes.c (make_complex_modes): Avoid unnecessary use of strncpy.
17625 We verified above that the string(including trailing NUL) fits in buf,
17626 so just use memcpy.
17627
17628 2012-04-19 Richard Guenther <rguenther@suse.de>
17629
17630 * symtab.c (dump_symtab_base): Use TREE_STRING_POINTER
17631 for dumping DECL_SECTION_NAME.
17632
17633 2012-04-19 Michael Matz <matz@suse.de>
17634
17635 PR middle-end/52977
17636 * tree.h (VECTOR_CST_NELTS): Use part number of types again.
17637 (struct tree_vector): Adjust GTY length.
17638 * tree.c (make_vector_stat): Don't set VECTOR_CST_NELTS.
17639
17640 * gengtype.c (struct walk_type_data): Add in_record_p and loopcounter
17641 members.
17642 (walk_type, <TYPE_POINTER, TYPE_ARRAY>): Handle case where our
17643 caller emitted the length calulation already.
17644 (walk_type, <TYPE_UNION, TYPE_STRUCT>): Emit length calculations
17645 before handling any of the fields for structs.
17646
17647 2012-04-19 Richard Guenther <rguenther@suse.de>
17648
17649 PR tree-optimization/53031
17650 * tree-vrp.c (adjust_range_with_scev): Revert back to
17651 using max_loop_iterations.
17652
17653 2012-04-19 Michael Matz <matz@suse.de>
17654
17655 * diagnostic.c (emit_diagnostic): Move va_end call after user
17656 of the va_list.
17657 (warning, warning_at, pedwarn, permerror): Ditto.
17658
17659 2012-04-19 Richard Guenther <rguenther@suse.de>
17660
17661 * ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound
17662 array access.
17663
17664 2012-04-19 Georg-Johann Lay <avr@gjlay.de>
17665
17666 PR target/53033
17667 * config/avr/avr.c (avr_out_load_psi): Fix assembler template for
17668 the case *(X+const).
17669
17670 2012-04-19 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
17671
17672 * config/arm/sync.md (sync_optab): Change ior attribute to "or".
17673
17674 2012-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
17675
17676 PR c/52283/37985
17677 * stmt.c (warn_if_unused_value): Skip NOP_EXPR.
17678 * convert.c (convert_to_integer): Don't set TREE_NO_WARNING.
17679
17680 2012-04-19 Richard Guenther <rguenther@suse.de>
17681
17682 PR rtl-optimization/44688
17683 * loop-iv.c (determine_max_iter): Only return max_iter.
17684 (iv_number_of_iterations): Also use the recorded loop bound
17685 on the maximum number of iterations.
17686 * loop-unroll.c (decide_unroll_runtime_iterations): Use
17687 max_iter to avoid unrolling loops that do not roll.
17688 (decide_unroll_stupid): Likewise.
17689
17690 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
17691
17692 * targhooks.c (default_case_values_threshold): Fix code style nit.
17693
17694 * stmt.c (add_case_node, expand_case): Move logic to remove/reduce
17695 case range and type folding from here...
17696 * gimplify.c (gimplify_switch_expr): ... to here. Expect NULL_TREE
17697 type, as documented in tree.def.
17698
17699 2012-04-18 Jan Hubicka <jh@suse.cz>
17700
17701 * cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):
17702 Declare.
17703 * cgraphunit.c (verify_cgraph_node): Verify symtab base; do not verify
17704 cgraph hash and same comdat groups.
17705 (cgraph_optimize): Verify symbol table.
17706 * ipa.c (cgraph_remove_unreachable_nodes): Verify symbol table.
17707 (dissolve_same_comdat_group_list): Work on symtab nodes.
17708 (function_and_variable_visibility): Dissolve variable same comdat group
17709 lists, too.
17710 * symtab.c: Include timevar.h
17711 (verify_symtab_base, verify_symtab_node, verify_symtab): New functions.
17712
17713 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
17714
17715 * tree-switch-conversion.c (info): Remove global pass info.
17716 (check_range, check_process_case, check_final_bb, create_temp_arrays,
17717 free_temp_arrays, gather_default_values, build_constructors,
17718 array_value_type, build_one_array, build_arrays, gen_def_assigns,
17719 fix_phi_nodes, gen_inbound_check): Pass info around from ...
17720 (process_switch): ... here. Unify message format. Return a const
17721 char pointer to the failure reason message.
17722 (do_switchconv): Unify message format. Update process_switch usage.
17723
17724 * tree.def (CASE_LABEL_EXPR): Fix documentation, mention all operands.
17725 * tree-cfg.c (edge_to_cases): Fix documentation.
17726
17727 2012-04-18 Uros Bizjak <ubizjak@gmail.com>
17728
17729 * config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
17730
17731 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17732
17733 PR tree-optimization/52976
17734 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): Delete.
17735 (possibly_move_powi): New function.
17736 (rewrite_expr_tree): Call possibly_move_powi.
17737 (rewrite_expr_tree_parallel): Likewise.
17738 (attempt_builtin_powi): Change call of add_to_ops_vec_max_rank to
17739 call add_to_ops_vec instead.
17740
17741 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17742
17743 PR tree-optimization/52976
17744 * tree-ssa-reassoc.c (stmt_is_power_of_op): New function.
17745 (decrement_power): Likewise.
17746 (propagate_op_to_single_use): Likewise.
17747 (zero_one_operation): Handle __builtin_pow* calls in linearized
17748 expression trees; factor logic into propagate_op_to_single_use.
17749 (undistribute_ops_list): Allow operands with repeat counts > 1.
17750
17751 2012-04-18 Richard Guenther <rguenther@suse.de>
17752
17753 PR tree-optimization/44688
17754 * cfgloop.h (record_niter_bound): Declare.
17755 * tree-ssa-loop-niter.c (record_niter_bound): Export.
17756 Update the estimation with the upper bound here...
17757 (estimate_numbers_of_iterations_loop): ... instead of here.
17758 Do not forcefully reset a recorded upper bound.
17759 * tree-vect-loop-manip.c (vect_do_peeling_for_alignment):
17760 Record the maximum number of loop iterations of the prologue loop.
17761
17762 2012-04-18 Jan Hubicka <jh@suse.cz>
17763
17764 * lto-symtab.c (lto_cgraph_replace_node): Update.
17765 * cgraphbuild.c (record_reference, record_type_list,
17766 record_eh_tables, mark_address, mark_load, mark_store): Update.
17767 * cgraph.c (cgraph_same_body_alias, dump_cgraph_node,
17768 cgraph_create_virtual_clone, cgraph_for_node_thunks_and_aliases):
17769 Update.
17770 * cgraph.h (symtab_node_def, symtab_node, const_symtab_node): Remove.
17771 (cgraph_alias_aliased_node, varpool_alias_aliased_node): Update.
17772 * reload.c: Fix typo in comment.
17773 * rtlanal.c: Likewise.
17774 * tree-emultls.c (gen_emutls_addr): Update.
17775 * ipa-reference.c (analyze_function): Update.
17776 * cgraphunit.c (cgraph_analyze_function,
17777 cgraph_process_same_body_aliases, assemble_thunks_and_aliases):
17778 Update.
17779 * ipa-ref.c (ipa_record_reference): Reorg to avoid reference types.
17780 (ipa_remove_reference): Likewise.
17781 (ipa_remove_all_refering): Rename to ...
17782 (ipa_remove_all_referring): ... this one; update.
17783 (ipa_dump_references): Update.
17784 (ipa_dump_referring): Update.
17785 (ipa_clone_references): Update.
17786 (ipa_clone_refering): Rename to ...
17787 (ipa_clone_referring): ... this one; update.
17788 (ipa_ref_cannot_lead_to_return): Update.
17789 (ipa_ref_has_aliases_p): Update.
17790 * ipa-ref.h (symtab_node_def, symtab_node, const_symtab_node): New
17791 forward typedefs.
17792 (ipa_ref_type): Remove.
17793 (ipa_ref_ptr_u): Remove.
17794 (ipa_ref): Remove referencing, refered, refered_index, refering_type
17795 and refered_type; add referring, referred and referred_index.
17796 (ipa_ref_list): Rename refering to referring.
17797 (ipa_record_reference, ipa_remove_all_referring, ipa_dump_referring,
17798 ipa_clone_references, ipa_clone_referring): Update prototypes.
17799 * lto-cgraph.c (referenced_from_other_partition_p): Update.
17800 (lto_output_ref): Update.
17801 (add_references): Update.
17802 (input_varpool_node): Update.
17803 (input_refs): Update.
17804 * ipa-ref-inline.h (ipa_ref_node): Update.
17805 (ipa_ref_varpool_node): Update.
17806 (ipa_ref_referring_node): Update.
17807 (ipa_ref_referring_varpool_node): Update.
17808 (ipa_ref_referring_ref_list): Update.
17809 (ipa_ref_referred_ref_list): Update.
17810 (ipa_ref_list_first_referring): Update.
17811 (ipa_empty_ref_list): Update.
17812 (ipa_ref_list_refering_iterate): Rename to ...
17813 (ipa_ref_list_referring_iterate): ... this one.
17814 * cse.c: Update comment.
17815 * ipa-utils.c (ipa_reverse_postorder): Update.
17816 * tree-ssa-alias.c: Update.
17817 * ipa-inline.c (reset_edge_caches): Update.
17818 (update_caller_keys): Update.
17819 * ipa-inline.h: Update comments.
17820 * jump.c: Update comment.
17821 * alias.c: Likewise.
17822 * ipa.c (process_references): Update.
17823 (cgraph_remove_unreachable_nodes): Likewise.
17824 (ipa_discover_readonly_nonaddressable_var): Likewise.
17825 (cgraph_address_taken_from_non_vtable_p): Likewise.
17826 * trans-mem.c (ipa_tm_execute): Update.
17827 * simplify-rtx.c: Fix comment.
17828 * rtl.c: Fix comment.
17829 * symtab.c (symtab_unregister_node): Update.
17830 * varpool.c (dump_varpool_node): Update.
17831 (varpool_analyze_pending_decls): Update.
17832 (assemble_aliases): Update.
17833 (varpool_for_node_and_aliases): Update.
17834
17835 2012-04-18 Richard Guenther <rguenther@suse.de>
17836
17837 * cfgloop.h (estimate_numbers_of_iterations_loop): Remove
17838 use_undefined_p parameter.
17839 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
17840 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
17841 Likewise.
17842 (estimate_numbers_of_iterations): Likewise.
17843 (estimated_loop_iterations): Adjust.
17844 (max_loop_iterations): Likewise.
17845 (scev_probably_wraps_p): Likewise.
17846 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
17847 * tree-vrp.c (adjust_range_with_scev): Use max_stmt_executions,
17848 not max_loop_iterations.
17849 (execute_vrp): Remove explicit number of iterations estimation.
17850
17851 2012-04-18 Enkovich Ilya <ilya.enkovich@intel.com>
17852
17853 * config/i386/linux-common.h: New.
17854
17855 * config.gcc: Add i386/linux-common.h before
17856 all i386/linux.h and i386/linux64.h usages.
17857
17858 * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): New.
17859 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
17860 * config/i386/gnu-user64.h: Likewise.
17861
17862 * config/i386/gnu-user.common.h (GNU_USER_TARGET_CC1_SPEC): New.
17863 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC.
17864 (GNU_USER_TARGET_MATHFILE_SPEC): New.
17865 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC.
17866
17867 2012-04-18 Jan Hubicka <jh@suse.cz>
17868
17869 * cgraph.c (cgraph_node_name): Remove.
17870 (dump_cgraph_node): Use dump_symtab_base; reformat.
17871 * cgraph.h (symtab_node_asm_name, symtab_node_name, dump_symtab,
17872 debug_symtab, dump_symtab_node, debug_symtab_node, dump_symtab_base):
17873 Declare.
17874 (cgraph_node_name, varpool_node_name): Remove.
17875 (cgraph_node_asm_name, varpool_node_asm_name,
17876 cgraph_node_name, varpool_node_name): New.
17877 * tree-pass.h (TODO_dump_cgraph): Rename to ...
17878 (TODO_dump_symtab): ... this one.
17879 * ipa-cp (pass_ipa_cp): Update.
17880 * ia-reference.c (generate_summary, read_write_all_from_decl,
17881 propagate, ipa_reference_read_optimization_summary): Update.
17882 * cgraphunit.c (cgraph_analyze_functions): Update.
17883 (cgraph_optimize): Update.
17884 * ipa-ref.c (ipa_dump_references): Update.
17885 (ipa_dump_refering): Update.
17886 * ipa-inline.c (pass_ipa_inline): Update.
17887 * matrix-reorg.c (pass_ipa_matrix_reorg): Update.
17888 * ipa.c (pass_ipa_function_visibility,
17889 pass_ipa_whole_program_visibility): Update.
17890 * tree-sra.c (pass_early_ipa_sra): Update.
17891 * symtab.c: Include langhooks.h
17892 (symtab_node_asm_name): New.
17893 (symtab_node_name): New.
17894 (symtab_type_names): New static var.
17895 (dump_symtab_base): New.
17896 (dump_symtab_node, dump_symtab): New.
17897 (debug_symtab_node, debug_symtab): New.
17898 * tree-ssa-structalias.c: Dump symbol table.
17899 * pases.c (execute_todo): Handle TODO_dump_symtab instead
17900 of TODO_dump_cgraph.
17901 * varpoo.c (varpool_node_name): Remove.
17902 (dump_varpool_node): Use dump_symtab_base; reformat.
17903
17904 2012-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
17905
17906 * doc/invoke.texi (Language Independent Options): @item should be
17907 before @opindex.
17908
17909 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
17910
17911 PR bootstrap/53021
17912 * rtl.c (rtx_code_size): Handle ADDRESS.
17913
17914 2012-04-17 Tom de Vries <tom@codesourcery.com>
17915
17916 * tree-iterator.c (append_to_statement_list_1): Handle case that *list_p
17917 is not a STMT_LIST.
17918
17919 2012-04-17 Uros Bizjak <ubizjak@gmail.com>
17920
17921 PR target/53020
17922 * config/i386/sync.md (atomic_<code><mode>): Rename to
17923 atomic_<logic><mode>.
17924
17925 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
17926
17927 * rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.
17928 * alias.c (reg_base_value): Expand and update comment.
17929 (arg_base_value): New variable.
17930 (unique_id): Move up file.
17931 (unique_base_value, unique_base_value_p, known_base_value_p): New.
17932 (find_base_value): Use arg_base_value and known_base_value_p.
17933 (record_set): Document REG_NOALIAS handling. Use unique_base_value.
17934 (find_base_term): Use known_base_value_p.
17935 (base_alias_check): Use unique_base_value_p.
17936 (init_alias_target): Initialize arg_base_value. Use unique_base_value.
17937 (init_alias_analysis): Use 1 as the first id for REG_NOALIAS bases.
17938
17939 2012-04-17 Pat Haugen <pthaugen@us.ibm.com>
17940
17941 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Remove DImode.
17942
17943 2012-04-17 Michael Matz <matz@suse.de>
17944
17945 PR tree-optimization/18437
17946 * tree-vectorizer.h (_stmt_vec_info.stride_load_p): New member.
17947 (STMT_VINFO_STRIDE_LOAD_P): New accessor.
17948 (vect_check_strided_load): Declare.
17949 * tree-vect-data-refs.c (vect_check_strided_load): New function.
17950 (vect_analyze_data_refs): Use it to accept strided loads.
17951 * tree-vect-stmts.c (vectorizable_load): Ditto and handle them.
17952
17953 2012-04-17 Richard Guenther <rguenther@suse.de>
17954
17955 PR middle-end/53011
17956 * tree-eh.c (cleanup_empty_eh_merge_phis): Properly discard
17957 loops when redirecting an entry or latch edge.
17958
17959 2012-04-17 Bernd Schmidt <bernds@codesourcery.com>
17960
17961 * sel-sched.c (sel_global_init): Revert previous change.
17962
17963 2012-04-17 Richard Guenther <rguenther@suse.de>
17964
17965 * tree-flow.h (array_at_struct_end_p): Move declaration ...
17966 * tree.h (array_at_struct_end_p): ... here.
17967 * tree-ssa-loop-niter.c (array_at_struct_end_p): Move ...
17968 * expr.c (array_at_struct_end_p): ... here. Rewrite.
17969
17970 2012-04-17 Steven Bosscher <steven@gcc.gnu.org>
17971
17972 * stmt.c (cost_table_, use_cost_table, cost_table_initialize,
17973 COST_TABLE): Remove.
17974 (estimate_case_costs): Remove.
17975 (expand_case): Do not call estimate_case_costs
17976 to set use_cost_table.
17977 (balance_case_nodes): Do not use use_cost_table.
17978
17979 2012-04-16 Jan Hubicka <jh@suse.cz>
17980
17981 * cgraph.c (cgraph_hash, assembler_name_hash): Remove.
17982 (hash_node, eq_node): Remove.
17983 (cgraph_create_node): Do not handle hashtable.
17984 (cgraph_get_node): Remove.
17985 (cgraph_insert_node_to_hashtable): Remove.
17986 (hash_node_by_assembler_name): Remove.
17987 (eq_assembler_name): Remove.
17988 (cgraph_node_for_asm): Rewrite.
17989 (cgraph_find_replacement_node): Break out from ...
17990 (cgraph_remove_node): ... here; do not maintain hashtables.
17991 (change_decl_assembler_name): Remove.
17992 (cgraph_clone_node): Do not maintain hashtables.
17993 * cgraph.h (const_symtab_node): New typedef.
17994 (cgraph_insert_node_to_hashtable): Remove.
17995 (symtab_get_node, symtab_node_for_asm,
17996 symtab_insert_node_to_hashtable): Declare.
17997 (cgraph_find_replacement_node): Declare.
17998 (cgraph_get_node, varpool_get_node): Turn into inlines.
17999 (cgraph, varpool): Work sanely on NULL pointers.
18000 (FOR_EACH_SYMBOL): New walker.
18001 * ipa-inline-transform.c (save_inline_function_body): Use
18002 symtab_insert_node_to_hashtable.
18003 * symtab.c: Include ggc.h and diagnostics.h
18004 (symtab_hash, assembler_name_hash): New static vars;
18005 (hash_node, eq_node, hash_node_by_assembler_name,
18006 eq_assembler_name, insert_to_assembler_name_hash,
18007 unlink_from_assembler_name_hash): New.
18008 (symtab_register_node): Update hashtables.
18009 (symtab_insert_node_to_hashtable): New.
18010 (symtab_unregister_node): Update hashtables.
18011 (symtab_get_node): New.
18012 (symtab_node_for_asm): New.
18013 (change_decl_assembler_name): New.
18014 * Makefile.in (symtab.o): Needs GTY.
18015 * varpool.c (varpool_hash): Remove.
18016 (hash_varpool_node, eq_varpool_node, varpool_get_node): Remove.
18017 (varpool_node): Rewrite using varpool_get_node.
18018 (varpool_remove_node): DO not maintain hashtables.
18019 (varpool_node_for_asm): Rewrite.
18020
18021 2012-04-16 Sandra Loosemore <sandra@codesourcery.com>
18022
18023 * doc/invoke.texi: Copy-edit to put verbs in the present tense
18024 when describing the current behavior of GCC.
18025
18026 2012-04-16 Richard Sandiford <rdsandiford@googlemail.com>
18027
18028 * genemit.c (gen_exp): Remove ADDRESS handling.
18029 * genoutput.c (scan_operands): Likewise.
18030 * genpeep.c (match_rtx): Likewise.
18031 * genrecog.c (add_to_sequence): Likewise.
18032
18033 2012-04-16 David Edelsohn <dje.gcc@gmail.com>
18034
18035 * doc/install.texi (Specific, *-ibm-aix*): Update assembler bug status.
18036
18037 2012-04-16 Martin Jambor <mjambor@suse.cz>
18038
18039 * tree-sra.c (build_ref_for_model): Create COMPONENT_REFs only for
18040 bit-fields.
18041
18042 2012-04-16 Ulrich Weigand <ulrich.weigand@linaro.org>
18043
18044 PR target/51819
18045 * config/arm/arm.c (arm_print_operand): Fix invalid alignment
18046 hints for 'A' operand types.
18047
18048 2012-04-16 Jan Hubicka <jh@suse.cz>
18049
18050 * cgraph.h (symtab_node_base): Add next and previous pointers.
18051 (cgraph_node): Remove next and preivous pointers.
18052 (varpool_node): Likewise; remove next/previous GTY marker;
18053 it is not type safe.
18054 (symtab_node_def): Update GTY marker
18055 (x_cgraph_nodes, cgraph_nodes): Remove.
18056 (symtab_nodes): New function.
18057 (cgraph_order): Rename to ...
18058 (symtab_order): ... this one.
18059 (symtab_register_node, symtab_unregister_node, symtab_remove_node):
18060 Declare.
18061 (x_varpool_nodes, varpool_nodes): Remove.
18062 (FOR_EACH_STATIC_VARIABLE): Update.
18063 (symtab_function_p, symtab_variable_p): New function.
18064 (FOR_EACH_VARIABLE): Update.
18065 (varpool_first_variable, varpool_next_variable): New functions.
18066 (FOR_EACH_VARIABLE): Update.
18067 (cgraph_first_defined_function): Update.
18068 (cgraph_next_defined_function, cgraph_next_defined_function): Update.
18069 (FOR_EACH_DEFINED_FUNCTION, FOR_EACH_FUNCTION): Update.
18070 (cgraph_first_function, cgraph_next_function): New.
18071 (FOR_EACH_FUNCTION): Update.
18072 (cgraph_first_function_with_gimple_body,
18073 cgraph_next_function_with_gimple_body): Update.
18074 * symtab.c: New file.
18075 * cgraph.c: Update copyright dates.
18076 (x_cgraph_nodes, cgraph_order): Remove.
18077 (NEXT_FREE_NODE): Update.
18078 (SET_NEXT_FREE_NODE): New.
18079 (cgraph_create_node_1): Remove common code.
18080 (cgraph_create_node): Remove common code; call symtab_register_node.
18081 (cgraph_remove_node): Remove common code; call symtab_unregister-node.
18082 (cgraph_add_asm_node): Update.
18083 (cgraph_clone_node): Register new node.
18084 * cgraphunit.c (process_function_and_variable_attributes): Update.
18085 (cgraph_analyze_functions): Update.
18086 (cgraph_analyze_functions): Update.
18087 (cgraph_output_in_order): Update.
18088 * lto-cgraph.c (input_node, input_varpool_node, input_cgraph_1):
18089 Update.
18090 * ipa-inline.c (recursive_inlining): Update.
18091 * lto-streamer-in.c (lto_input_toplevel_asms): Update.
18092 * ipa.c (cgraph_remove_unreachable_nodes): Update.
18093 * Makefile.in: Add symtab.o
18094 * varpool.c (x_varpool_nodes): Remove
18095 (varpool_node): Remove common code; call symtab_register_node.
18096 (varpool_remove_node): Remove common code; call symtab_unregister_node.
18097
18098 2012-04-16 Richard Guenther <rguenther@suse.de>
18099
18100 PR middle-end/52977
18101 * tree.h (VECTOR_CST_NELTS): Adjust.
18102 (struct tree_vector): Add explicit length field.
18103 (make_vector_stat): Declare.
18104 (make_vector): Define.
18105 * tree.c (make_vector_stat): New function.
18106 (build_vector_stat): Use it.
18107 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
18108
18109 2012-04-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18110
18111 PR tree-optimization/52976
18112 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): New function.
18113 (undistribute_ops_list): Ops with repeat counts aren't eligible for
18114 undistribution.
18115 (attempt_builtin_powi): Call add_to_ops_vec_max_rank.
18116
18117 2012-04-16 Jan Hubicka <jh@suse.cz>
18118
18119 * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):
18120 New macros.
18121 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Use FOR_EACH
18122 walkers to walk cgraph and varpool.
18123 * cgraph.c (cgraph_node_for_asm): Likewise.
18124 (dump_cgraph): Likewise.
18125 * value-prof.c (init_node_map): Likewise.
18126 * tree.c (free_lang_data_in_cgraph): Likewise.
18127 * tree-emutls.c: (ipa_lower_emutls): Likewise.
18128 * ipa-reference.c (generate_summary, propagate): Likewise.
18129 * cgraphunit.c (verify_cgraph, cgraph_process_same_body_aliases,
18130 cgraph_mark_functions_to_output, cgraph_output_in_order,
18131 output_weakrefs, cgraph_materialize_all_clones,
18132 cgraph_optimize): Likewise.
18133 * lto-cgraph.c (merge_profile_summaries): Likewise.
18134 (input_cgraph): Likewise.
18135 * ipa-pure-const.c (generate_summary): Likewise.
18136 (propagate): Likwise.
18137 * ipa-utils.c (ipa_reduced_postorder): Likewise.
18138 (ipa_free_postorder_info): Likewise.
18139 (ipa_reverse_postorder): Likewise.
18140 * ipa-inline.c (ipa_inline): Likewise.
18141 * matrix-reorg.c (find_matrices_decl): Likewise.
18142 (matrix_reorg): Likewise.
18143 * tree-vectorizer.c (increase_alignment): Likewise.
18144 * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
18145 (function_and_variable_visibility): Likewise.
18146 (whole_program_function_and_variable_visibility): Likewise.
18147 (ipa_cdtor_merge): Likewise.
18148 * trans-mem.c (ipa_tm_execute): Likewise.
18149 * ipa-inline-analysis.c (dump_inline_summaries): Likewise.
18150 * ipa-prop.c (ipa_print_all_jump_functions): Likewise.
18151 (ipa_print_all_params): Likewise.
18152 (ipa_update_after_lto_read): Likewise.
18153 * tree-profie.c (tree_profiling): Likewise.
18154 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
18155 * passes.c (dump_passes): Likewise.
18156 (do_per_function): Likewise.
18157 (ipa_write_summaries): Likewise.
18158 * varpool.c (dump_varpool): Likewise.
18159 (varpool_node_for_asm): Likewise.
18160 (varpool_assemble_pending_decls): Likewise.
18161
18162 2012-04-16 Richard Guenther <rguenther@suse.de>
18163
18164 PR tree-optimization/52975
18165 * tree-if-conv.c (predicate_bbs): Do not simplify inverted
18166 condition but always mark it with TRUTH_NOT_EXPR.
18167
18168 2012-04-16 Richard Guenther <rguenther@suse.de>
18169
18170 PR tree-optimization/52975
18171 * tree-ssa-forwprop.c (combine_cond_exprs): New function.
18172 (ssa_forward_propagate_and_combine): Call it for COND_EXPRs
18173 and VEC_COND_EXPRs. Also combine into VEC_COND_EXPRs condition.
18174 * fold-const.c (operand_equal_p): Handle TARGET_MEM_REF.
18175
18176 2012-04-14 Uros Bizjak <ubizjak@gmail.com>
18177
18178 * config/i386/sse.md (ssse3_plusminus): New code iterator.
18179 (avx2_ph<plusminus_mnemonic>wv16hi3): Macroize insn from
18180 avx2_ph{add,adds,sub,subs}wv16hi3 using ssse3_plusminus code iterator.
18181 (ssse3_ph<plusminus_mnemonic>wv8hi3): Macroize insn from
18182 ssse3_ph{add,adds,sub,subs}wv8hi3 using ssse3_plusminus code iterator.
18183 (ssse3_ph<plusminus_mnemonic>wv4hi3): Macroize insn from
18184 ssse3_ph{add,adds,sub,subs}wv4hi3 using ssse3_plusminus code iterator.
18185
18186 (avx2_ph<plusminus_mnemonic>dv8si3): Macroize insn from
18187 avx2_ph{add,adds,sub,subs}dv8si3 using plusminus code iterator.
18188 (ssse3_ph<plusminus_mnemonic>dv4si3): Macroize insn from
18189 ssse3_ph{add,adds,sub,subs}dv4si3 using plusminus code iterator.
18190 (ssse3_ph<plusminus_mnemonic>dv2si3): Macroize insn from
18191 ssse3_ph{add,adds,sub,subs}dv2si3 using plusminus code iterator.
18192
18193 (xop_plus): New code iterator.
18194 (macs): New code attribute.
18195 (macds): Ditto.
18196 (xop_p<macs><ssemodesuffix><ssemodesuffix>): Macroize insn from
18197 xop_pmacs{,s}{ww,dd} using xop_plus code iterator and VI24_128 mode
18198 iterator.
18199 (xop_p<macs>dql): Macroize insn from xop_pmacs{,s}dql using
18200 xop_plus code iterator.
18201 (xop_p<macs>dqh): Macroize insn from xop_pmacs{,s}dqh using
18202 xop_plus code iterator.
18203 (xop_p<macs>wd): Macroize insn from xop_pmacs{,s}wd using
18204 xop_plus code iterator.
18205 (xop_p<madcs>wd): Macroize insn from xop_pmadcs{,s}wd using
18206 xop_plus code iterator.
18207
18208 (xop_phadd<u>bw): Macroize insn from xop_phadd{,u}bw usign
18209 any_extend code iterator.
18210 (xop_phadd<u>bd): Macroize insn from xop_phadd{,u}bd usign
18211 any_extend code iterator.
18212 (xop_phadd<u>bq): Macroize insn from xop_phadd{,u}bq usign
18213 any_extend code iterator.
18214 (xop_phadd<u>wd): Macroize insn from xop_phadd{,u}wd usign
18215 any_extend code iterator.
18216 (xop_phadd<u>wq): Macroize insn from xop_phadd{,u}wq usign
18217 any_extend code iterator.
18218 (xop_phadd<u>dq): Macroize insn from xop_phadd{,u}dq usign
18219 any_extend code iterator.
18220
18221 2012-04-14 Tom de Vries <tom@codesourcery.com>
18222
18223 * cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by
18224 call to delete_insn. Remove code to reorder BASIC_BLOCK note and
18225 DELETED_LABEL note, and move it to ...
18226 * cfgrtl.c (delete_insn): ... here. Change return type to void.
18227 (delete_insn_and_edges): Likewise.
18228 (delete_insn_chain): Handle new return type of delete_insn. Delete
18229 chain backwards rather than forwards.
18230 * rtl.h (delete_insn, delete_insn_and_edges): Change return type to
18231 void.
18232 * cfglayout.c (fixup_reorder_chain): Delete unused label.
18233
18234 2012-04-14 Jan Hubicka <jh@suse.cz>
18235
18236 * cgraph.h: Update copyrights;
18237 (symtab_node): Turn to union typedef.
18238 (symtab_node_base): New structure.
18239 (symtab_type): Add SYMTAB_SYMBOL tag.
18240 (cgraph_node): Annotate some pinters with nested_ptr.
18241 (varpool_node): Likewise.
18242 (cgraph_local_info): Remove lto_file_data
18243 and externally_visible.
18244 (cgraph_node): Remove decl; same_comdat_group list;
18245 aux; ref_list; order; address_taken; reachable_from_other_parittion,
18246 in_other_partition; resolution.
18247 (varpool_node): Remove decl; same_comdat_group;
18248 ref_list; lto_file_data; aux; order; resolution; externally_visible;
18249 used_from_other_partition; in_other_partition.
18250 (symtab_node_def): New union.
18251 (cgraph, varpool): Update.
18252 (varpool_first_static_initializer, varpool_next_static_initializer,
18253 cgraph_only_called_directly_or_aliased_p,
18254 varpool_can_remove_if_no_refs, varpool_can_remove_if_no_refs,
18255 varpool_all_refs_explicit_p, cgraph_alias_aliased_node,
18256 varpool_alias_aliased_node, cgraph_edge_recursive_p): Update
18257 field references.
18258 * cgraph.c: Likewise.
18259 (cgraph_hash, assembler_name_hash): Turn into symtab_node.
18260 * cgraphbuild.c: Likewise.
18261 * lto-symtab.c: Likewise.
18262 * c-gimplify.c: Likewise.
18263 * value-prof.c: Likewise.
18264 * tree.c: Likewise.
18265 * ipa-cp.c: Likewise.
18266 * tree-emutls.c: Likewise.
18267 * ipa-inline-transform.c: Likwise.
18268 * ipa-reference.c: Likewise.
18269 * cgraphunit.c: Likewise.
18270 * ipa-ref.c: Likewise.
18271 * lto-cgraph.c: Likewise.
18272 * ipa-ref-inline.h: Likewise.
18273 * ipa-pure-const.c: Likewise.
18274 * lto-streamer-out.c: Likewise.
18275 * ipa-utils.c: Likewise.
18276 * ipa-inline.c: Likewise.
18277 * matrix-reorg.c: Likewise.
18278 * tree-eh.c: Likewise.
18279 * tree-vectorizer.c: Likewise.
18280 * ipa-split.c: Likewise.
18281 * ipa.c: Likewise.
18282 * trans-mem.c: Likewise.
18283 * ipa-inline-analysis.c: Likewise.
18284 * gimplify.c: Likewise.
18285 * cfgexpand.c: Likewise.
18286 * tree-sra.c: Likewise.
18287 * ipa-prop.c: Likewise.
18288 * varasm.c: Likewise.
18289 * tree-nested.c: Likewise.
18290 * tree-inline.c: Likewise.
18291 * tree-profile.c: Likewise.
18292 * tree-ssa-structalias.c: Likewise.
18293 * passes.c: Likewise.
18294 * varpool.c: Likewise.
18295
18296 2012-04-14 Tom de Vries <tom@codesourcery.com>
18297
18298 * tree-ssa-tail-merge.c (stmt_local_def): New function, factored out of
18299 same_succ_hash, with local_def inlined. Use SINGLE_SSA_DEF_OPERAND.
18300 Use FOR_EACH_IMM_USE_FAST instead of FOR_EACH_IMM_USE_STMT. Remove use
18301 of find_edge.
18302 (gsi_advance_fw_nondebug_nonlocal): New function.
18303 (local_def): Removed function.
18304 (same_succ_hash): Use stmt_local_def.
18305 (same_succ_equal): Use gsi_advance_fw_nondebug_nonlocal.
18306 (gsi_advance_bw_nondebug_nonlocal): Use stmt_local_def.
18307
18308 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
18309
18310 * config/i386/i386-c.c (ix86_target_macros): Define _ILP32
18311 and __ILP32__ for x32.
18312
18313 2012-04-13 Martin Jambor <mjambor@suse.cz>
18314
18315 PR middle-end/52939
18316 * gimple-fold.c (gimple_get_virt_method_for_binfo): Bail out if
18317 fold_ctor_reference returns a zero constant.
18318
18319 2012-04-13 Enkovich Ilya <ilya.enkovich@intel.com>
18320
18321 * config.gcc: Add i386/gnu-user-common.h before all
18322 i386/gnu-user.h and i386/gnu-user64.h usages.
18323
18324 * config/i386/gnu-user-common.h: New.
18325
18326 * config/i386/gnu-user.h (CPP_SPEC): Moved to gnu-user-common.h.
18327 (CC1_SPEC): Likewise.
18328 (ENDFILE_SPEC): Likewise.
18329 (DEFAULT_PCC_STRUCT_RETURN): Likewise.
18330 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Likewise.
18331 (TARGET_OS_CPP_BUILTINS): Likewise.
18332 (LIBGCC2_HAS_TF_MODE): Likewise.
18333 (LIBGCC2_TF_CEXT): Likewise.
18334 (TF_SIZE): Likewise.
18335 (TARGET_ASM_FILE_END): Likewise.
18336 (STACK_CHECK_MOVING_SP): Likewise.
18337 (STACK_CHECK_STATIC_BUILTIN): Likewise.
18338 * config/i386/gnu-user64.h: Likewise.
18339
18340 2012-04-13 Martin Jambor <mjambor@suse.cz>
18341
18342 * expr.c (expand_expr_real_1): Pass type, not the expression, to
18343 set_mem_attributes for a memory temporary. Do not call the function
18344 for the memory temporary created for a bitfield.
18345
18346 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
18347
18348 PR debug/48866
18349 * df.h (enum debug_temp_where): New.
18350 (dead_debug_init, dead_debug_finish) Declare.
18351 (dead_debug_add, dead_debug_insert_temp): Declare.
18352 (struct dead_debug_use, struct dead_debug): Moved from...
18353 * df-problems.c: ... here.
18354 (df_set_unused_notes_for_mw): Bind debug uses of unused regno
18355 to a debug temp.
18356 (df_create_unused_note): Likewise.
18357 (df_set_dead_notes_for_mw): Move comment where it belongs.
18358 (dead_debug_init): Export.
18359 (dead_debug_reset_uses): New, factored out of...
18360 (dead_debug_finish): ...this. Export.
18361 (dead_debug_reset): Remove.
18362 (dead_debug_add): Export.
18363 (dead_debug_insert_before): Rename to...
18364 (dead_debug_insert_temp): ... this. Add where argument. Export.
18365 Locate stored value for BEFORE_WITH_VALUE. Avoid repeat inserts.
18366 Return insertion count.
18367 (df_note_bb_compute): Adjust.
18368 * dce.c (word_dce_process_block): Adjust dead debug uses.
18369 (dce_process_block): Likewise.
18370
18371 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
18372
18373 * df-problems.c (df_note_bb_compute): Do not take note of
18374 debug uses for whose REGs we won't emit DEAD or UNUSED notes.
18375
18376 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
18377
18378 PR debug/51570
18379 * var-tracking.c (expand_depth): New type.
18380 (onepart_aux, expand_loc_callback_data): Change depth type to it.
18381 (loc_exp_dep_alloc): Adjust initializer.
18382 (update_depth): Use new type. Add entryvals.
18383 (vt_expand_var_loc_chain): Take note of expansions with
18384 ENTRY_VALUEs, but don't accept them right away. Run an optional
18385 second pass accepting the minimum ENTRY_VALUE count found in the
18386 first pass.
18387 (vt_expand_loc_callback, INIT_ELCD): Adjust.
18388
18389 2012-04-13 Tom de Vries <tom@codesourcery.com>
18390
18391 * tree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal): Add
18392 parameters vuse and vuse_escaped.
18393 (find_duplicate): Init vuse1, vuse2 and vuse_escaped. Pass to
18394 gsi_advance_bw_nondebug_nonlocal. Return if vuse_escaped and
18395 vuse1 != vuse2.
18396
18397 2012-04-13 Richard Guenther <rguenther@suse.de>
18398
18399 PR tree-optimization/52969
18400 * tree-if-conv.c (predicate_mem_writes): Properly gimplify
18401 the condition for the COND_EXPR and handle predicate negation
18402 by swapping the COND_EXPR arms.
18403
18404 2012-04-13 Nick Clifton <nickc@redhat.com>
18405
18406 * config/rl78/rl78.c (rl78_devirt_pass): Remove use of
18407 TODO_dump_func flag.
18408
18409 2012-04-13 Andrey Belevantsev <abel@ispras.ru>
18410
18411 PR rtl-optimization/52203
18412 PR rtl-optimization/52715
18413
18414 Revert the 2012-03-07 fix for PR 52203.
18415 * sel-sched.c (reset_sched_cycles_in_current_ebb): Check that
18416 the insn does not modify DFA right before issuing, adjust
18417 issue_rate accordingly.
18418
18419 2012-04-13 Richard Guenther <rguenther@suse.de>
18420
18421 PR c/52549
18422 * c-typeck.c (pointer_diff): Remove bogus assert.
18423
18424 2012-04-13 Richard Guenther <rguenther@suse.de>
18425
18426 PR c/52862
18427 * convert.c (convert_to_pointer): Remove special-casing of zero.
18428
18429 2012-04-13 Joey Ye <joey.ye@arm.com>
18430
18431 * config/arm/constraints.md (Pe): New constraint.
18432 * config/arm/arm.md: New split for imm 256-510.
18433
18434 2012-04-13 Terry Guo <terry.guo@arm.com>
18435
18436 * config/arm/arm-cores.def: Added core cortex-m0plus.
18437 * config/arm/arm-tune.md: Regenerated.
18438 * config/arm/arm-tables.opt: Regenerated.
18439 * doc/invoke.texi: Added entry for cpu ARM cortex-m0plus.
18440
18441 2012-04-13 Alan Modra <amodra@gmail.com>
18442
18443 PR target/52828
18444 * config/rs6000/rs6000.c (rs6000_emit_stack_tie): Rewrite with
18445 tie regs on destination of sets. Delete forward declaration.
18446 (rs6000_emit_stack_reset): Update rs6000_emit_stack_tie calls.
18447 (rs6000_emit_prologue): Likewise.
18448 (rs6000_emit_epilogue): Likewise. Use in place of gen_frame_tie
18449 and gen_stack_tie.
18450 (is_mem_ref): Use tie_operand to recognise stack ties.
18451 * config/rs6000/predicates.md (tie_operand): New.
18452 * config/rs6000/rs6000.md (restore_stack_block): Generate new
18453 stack tie rtl.
18454 (restore_stack_nonlocal): Likewise.
18455 (stack_tie): Update.
18456 (frame_tie): Delete.
18457
18458 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18459
18460 * tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to
18461 HOST_WIDE_INT_PRINT_DEC in format strings.
18462
18463 2012-04-12 Uros Bizjak <ubizjak@gmail.com>
18464
18465 PR target/52932
18466 * config/i386/avx2intrin.h (_mm256_permutevar8x32_ps): Change second
18467 argument type to __m256i. Update call to __builtin_ia32_permvarsf256.
18468 * config/i386/sse.md (UNSPEC_VPERMVAR): New.
18469 (UNSPEC_VPERMSI, UNSPEC_VPERMSF): Remove.
18470 (avx2_permvarv8sf, avx2_permvarv8si): Switch operands 1 and 2.
18471 (avx2_permvar<mode>): Macroize insn from avx2_permvarv8sf and
18472 avx2_permvarv8si using VI4F_256 mode iterator.
18473 * config/i386/i386.c (bdesc_args) <__builtin_ia32_permvarsf256>:
18474 Update builtin type to V8SF_FTYPE_V8SF_V8SI.
18475 (ix86_expand_vec_perm): Update calls to gen_avx2_permvarv8si and
18476 gen_avx2_permvarv8sf.
18477 (expand_vec_perm_pshufb): Ditto.
18478
18479 2012-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
18480
18481 PR target/52775
18482 * config/rs6000/rs6000.h (TARGET_FCFID): Add TARGET_PPC_GPOPT to
18483 the list of options to enable the FCFID instruction.
18484 (TARGET_EXTRA_BUILTINS): Adjust comment.
18485
18486 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18487
18488 PR tree-optimization/18589
18489 * tree-ssa-reassoc.c (reassociate_stats): Add two fields.
18490 (operand_entry): Add count field.
18491 (add_repeat_to_ops_vec): New function.
18492 (completely_remove_stmt): Likewise.
18493 (remove_def_if_absorbed_call): Likewise.
18494 (remove_visited_stmt_chain): Remove feeding builtin pow/powi calls.
18495 (acceptable_pow_call): New function.
18496 (linearize_expr_tree): Look for builtin pow/powi calls and add operand
18497 entries with repeat counts when found.
18498 (repeat_factor_d): New struct and associated typedefs.
18499 (repeat_factor_vec): New static vector variable.
18500 (compare_repeat_factors): New function.
18501 (get_reassoc_pow_ssa_name): Likewise.
18502 (attempt_builtin_powi): Likewise.
18503 (reassociate_bb): Call attempt_builtin_powi.
18504 (fini_reassoc): Two new calls to statistics_counter_event.
18505
18506 2012-04-12 Richard Guenther <rguenther@suse.de>
18507
18508 * Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
18509 * cgraph.h (tree_rest_of_compilation): Remove.
18510 * cgraph.c (cgraph_add_new_function): Move ...
18511 * cgraphunit.c (cgraph_add_new_function): ... here.
18512 (tree_rest_of_compilation): Make static.
18513 (cgraph_expand_function): Do not set cgraph_function_flags_ready.
18514 * tree-optimize.c (gate_all_optimizations, pass_all_optimizations,
18515 gate_all_early_local_passes, execute_all_early_local_passes,
18516 pass_early_local_passes, gate_all_early_optimizations,
18517 pass_all_early_optimizations): Move ...
18518 * passes.c (gate_all_optimizations, pass_all_optimizations,
18519 gate_all_early_local_passes, execute_all_early_local_passes,
18520 pass_early_local_passes, gate_all_early_optimizations,
18521 pass_all_early_optimizations): ... here.
18522 * tree-optimize.c (execute_free_datastructures): Remove.
18523 * tree-flow.h (execute_free_datastructures): Remove.
18524 * tree-optimize.c (execute_init_datastructures,
18525 pass_init_datastructures): Move ...
18526 * tree-ssa.c (execute_init_datastructures,
18527 pass_init_datastructures): ... here.
18528 * cfgexpand.c (gimple_expand_cfg): Inline-expand call to
18529 execute_free_datastructures.
18530
18531 2012-04-12 Bernd Schmidt <bernds@codesourcery.com>
18532
18533 * dbgcnt.def (ira_move): New counter.
18534 * ira-int.h (ira_create_new_reg): Declare function.
18535 (first_moveable_pseudo, last_moveable_pseudo): Declare variables.
18536 * ira-emit.c (ira_create_new_reg): Renamed from craete_new_reg and
18537 no longer static. All callers changed.
18538 * ira.c: Include "dbgcnt.h".
18539 (rtx_moveable_p, insn_dominated_by_p, find_moveable_pseudos,
18540 move_unallocated_pseudos): New static functions.
18541 (first_moveable_pseudo, last_moveable_pseudo): New global variables.
18542 (pseudo_replaced_reg, pseudo_move_insn): New static variables.
18543 (ira): Call find_moveable_pseudos and move_unallocated_pseudos.
18544 * ira-costs.c (find_costs_and_classes): Assign a memory cost of zero
18545 to the pseudos generated in find_moveable_pseudos.
18546 * Makefile.in (ira.o): Add $(DBGCNT_H).
18547
18548 2012-04-12 Richard Guenther <rguenther@suse.de>
18549
18550 PR tree-optimization/52943
18551 * tree-chrec.h (chrec_is_positive): Remove.
18552 * tree-scalar-evolution.c (chrec_is_positive): Move ...
18553 * tree-data-ref.c (chrec_is_positive): ... here. Make static.
18554 Return false for a constant zero instead of negative.
18555 (analyze_siv_subscript_cst_affine): Handle zero difference
18556 in the initial condition explicitely.
18557
18558 2012-04-12 Richard Guenther <rguenther@suse.de>
18559
18560 * tree-parloops.c (parallelize_loops): Also consult the upper
18561 bound for the number of iterations.
18562 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
18563 (loop_prefetch_arrays): Likewise.
18564
18565 2012-04-12 Richard Guenther <rguenther@suse.de>
18566
18567 * cfgloop.h (estimated_loop_iterations_int): Ditch
18568 'conservative' parameter.
18569 (max_stmt_executions_int): Likewise.
18570 (estimated_loop_iterations): Likewise.
18571 (max_stmt_executions): Likewise.
18572 (max_loop_iterations): Declare.
18573 (max_loop_iterations_int): Likewise.
18574 (estimated_stmt_executions): Likewise.
18575 (estimated_stmt_executions_int): Likewise.
18576 * tree-ssa-loop-niter.c (estimated_loop_iterations):
18577 Split parts to ...
18578 (max_loop_iterations): ... this.
18579 (estimated_loop_iterations_int): Split parts to ...
18580 (max_loop_iterations_int): ... this.
18581 (max_stmt_executions_int): Split parts to ...
18582 (estimated_stmt_executions_int): ... this.
18583 (max_stmt_executions): Split parts to ...
18584 (estimated_stmt_executions): ... this.
18585 * graphite-sese-to-poly.c (build_loop_iteration_domains): Adjust.
18586 * predict.c (predict_loops): Likewise.
18587 * tree-data-ref.c (max_stmt_executions_tree): Likewise.
18588 (analyze_siv_subscript_cst_affine): Likewise.
18589 (compute_overlap_steps_for_affine_1_2): Likewise.
18590 (analyze_subscript_affine_affine): Likewise.
18591 (init_omega_for_ddr_1): Likewise.
18592 * tree-parloops.c (parallelize_loops): Likewise.
18593 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
18594 (may_eliminate_iv): Likewise.
18595 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
18596 (loop_prefetch_arrays): Likewise.
18597 * tree-vrp.c (adjust_range_with_scev): Likewise.
18598
18599 2012-04-12 Oleg Endo <olegendo@gcc.gnu.org>
18600
18601 * config/sh/sh.h (RETURN_ADDR_RTX): Use NULL_RTX instead of 0.
18602 * config/sh/sh.c (INSN_REGMODE_WEIGHT, CURR_REGMODE_PRESSURE):
18603 Fix line width.
18604 (dump_table): Use bool type for need_align and have_df variables.
18605 (find_barrier, sfunc_uses_reg): Use NULL_RTX instead of 0.
18606 (regs_used): Remove register modifier.
18607 (barrier_align): Move variables slot, credit, jump_to_next
18608 into if block above for loop. Use bool type for jump_to_next.
18609 (sh_function_arg): Use NULL_RTX instead of 0.
18610
18611 2012-04-11 Andreas Schwab <schwab@linux-m68k.org>
18612
18613 * config/m68k/m68k.md (rotrhi3+1): Name it rotrhi_lowpart.
18614 (bswapsi2): New expander.
18615
18616 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
18617
18618 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Defined to
18619 0x60000000 if __x86_64 is defined and __LP64__ isn't defined.
18620
18621 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
18622
18623 PR rtl-optimization/52876
18624 * emit-rtl.c (set_reg_attrs_from_value): Handle arbitrary value.
18625 Don't call mark_reg_pointer for incompatible pointer sign extension.
18626
18627 * reginfo.c (reg_scan_mark_refs): Call set_reg_attrs_from_value
18628 directly.
18629
18630 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
18631
18632 * fold-const.c (fold_unary_loc): Use GET_MODE_PRECISION for
18633 comparisons against TYPE_PRECISION.
18634 * tree-ssa-forwprop.c (combine_conversions): Likewise.
18635
18636 2012-04-11 Xinliang David Li <davidxl@google.com>
18637
18638 * tree-passes.h: Remove TODO_dump_func.
18639 * tree-ssa-tail-merge.c (tail_merge_optimize): Remove TODO_dump_func.
18640 * trans-mem.c: Remove TODO_dump_func.
18641 * ira.c: Remove TODO_dump_func.
18642
18643 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
18644
18645 * config/i386/i386.c (ix86_option_override_internal): Check
18646 SUBTARGET_OVERRIDE_OPTIONS and SUBSUBTARGET_OVERRIDE_OPTIONS
18647 after TARGET_64BIT is updated.
18648
18649 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
18650
18651 * config/sh/sh.h: Remove old secondary reload code.
18652
18653 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
18654
18655 * config/sh/sh.c (SCHED_REORDER): Merge macro into ...
18656 (ready_reorder): ... this function.
18657
18658 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
18659
18660 * sel-sched.c (sel_global_init): Swap order of sched_rgn_init and
18661 sched_init calls.
18662
18663 * haifa-sched.c (prune_ready_list): Rework handling of SCHED_GROUP_P
18664 insns so that no other insn is queued for a time before them.
18665
18666 * config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
18667 unknown.
18668
18669 2012-04-11 Richard Guenther <rguenther@suse.de>
18670
18671 PR middle-end/52621
18672 * tree-chrec.c (evolution_function_is_invariant_rec_p): Properly
18673 consider loop nesting.
18674 (evolution_function_is_univariate_p): Properly check the remainder
18675 for chrecs.
18676
18677 2012-04-11 Richard Guenther <rguenther@suse.de>
18678
18679 PR middle-end/52918
18680 * except.c (sjlj_emit_dispatch_table): Properly update loop structure.
18681
18682 2012-04-11 Nick Clifton <nickc@redhat.com>
18683
18684 * config/rl78/rl78.c (rl78_expand_prologue): Set stack use
18685 information, if requested.
18686
18687 * config/rx/rx.c (rx_expand_prologue): Likewise.
18688
18689 2012-04-11 Peter Bergner <bergner@vnet.ibm.com>
18690 Michael Matz <matz@suse.de>
18691
18692 PR target/16458
18693 * rtlanal.c (unsigned_reg_p): New function.
18694 Update copyright notice dates.
18695 * rtl.h (unsigned_reg_p): Prototype it.
18696 Update copyright notice dates.
18697 * config/rs6000/rs6000.c (rs6000_generate_compare): Use it.
18698 Update comment.
18699 * expr.c (expand_expr_real_1): Set register attributes.
18700 * stmt.c (expand_case): Likewise.
18701
18702 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
18703
18704 PR target/50751
18705 * config/sh/sh-protos.h (sh_legitimate_index_p): Add new arguments
18706 consider_sh2a and allow_zero.
18707 * config/sh/sh.c (sh_legitimate_index_p): Likewise.
18708 (disp_addr_displacement): New function.
18709 (sh_address_cost): Use disp_addr_displacement function instead
18710 of DISP_ADDR_OFFSET.
18711 (sh_legitimate_address_p): Adapt to changed
18712 sh_legitimate_index_p declaration.
18713 (sh_find_mov_disp_adjust): Remove HImode check.
18714 (sh_secondary_reload): Add HImode case. Use satisfies_constraint_Sdd,
18715 disp_addr_displacement and max_mov_insn_displacement.
18716 (max_mov_insn_displacement): Remove HImode check.
18717 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12,
18718 DISP_ADDR_P, DISP_ADDR_OFFSET): Remove.
18719 * config/sh/constraints.md (K05, K13): New constraints.
18720 (K12): Correct comment.
18721 (Sdd): Do not use DISP_ADDR_P macro.
18722 (Snd, Sbw): Use satisfies_constraint_Sdd.
18723 * config/sh/sh.md (extendhisi2): Remove constraints from expander.
18724 (*extendhisi2_compact, movhi_i): Remove.
18725 (*extendhisi2_compact_reg, *extendhisi2_compact_mem_disp,
18726 *extendhisi2_compact_mem_disp, *extendhisi2_compact_snd,
18727 *movhi_reg_reg, *movhi_store_mem_disp05, *movhi_store_mem_disp13,
18728 *movhi_load_mem_disp, *movhi_load_mem_disp, *movhi): New insns.
18729 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_mem_disp,
18730 *movqi_store_mem_disp04, *movqi_store_mem_disp12, *movqi_load_mem_disp,
18731 *movqi_load_mem_disp): Use sh_legitimate_index_p instead of
18732 CONST_OK_FOR_Kxx.
18733 Add new peepholes for HImode displacement addressing.
18734
18735 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
18736
18737 * config/sh/sh.h (SIDI_OFF): Remove.
18738 * config/sh/sh.md: Use gen_highpart and gen_lowpart to access
18739 DImode subregs instead of gen_rtx_REG or simplifly_gen_subreg
18740 or operand_subword.
18741
18742 2012-04-11 Eric Botcazou <ebotcazou@adacore.com>
18743
18744 PR target/52624
18745 * doc/extend.texi (Other Builtins): Document __builtin_bswap16.
18746 (PowerPC AltiVec/VSX Built-in Functions): Remove it.
18747 * doc/md.texi (Standard Names): Add bswap.
18748 * builtin-types.def (BT_UINT16): New primitive type.
18749 (BT_FN_UINT16_UINT16): New function type.
18750 * builtins.def (BUILT_IN_BSWAP16): New.
18751 * builtins.c (expand_builtin_bswap): Add TARGET_MODE argument.
18752 (expand_builtin) <BUILT_IN_BSWAP16>: New case. Pass TARGET_MODE to
18753 expand_builtin_bswap.
18754 (fold_builtin_bswap): Add BUILT_IN_BSWAP16 case.
18755 (fold_builtin_1): Likewise.
18756 (is_inexpensive_builtin): Likewise.
18757 * optabs.c (expand_unop): Deal with bswap in HImode specially. Add
18758 missing bits for bswap to libcall code.
18759 * tree.c (build_common_tree_nodes): Build uint16_type_node.
18760 * tree.h (enum tree_index): Add TI_UINT16_TYPE.
18761 (uint16_type_node): New define.
18762 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_BSWAP_HI): Delete.
18763 * config/rs6000/rs6000.c (rs6000_expand_builtin): Remove handling of
18764 above builtin.
18765 (rs6000_init_builtins): Likewise.
18766 * config/rs6000/rs6000.md (bswaphi2): Add TARGET_POWERPC predicate.
18767
18768 2012-04-11 Tristan Gingold <gingold@adacore.com>
18769
18770 * doc/extend.texi (Type Attributes): Move paragraph.
18771
18772 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
18773
18774 PR 24985
18775 * diagnostic.h (show_caret): Declare.
18776 (caret_max_width): Declare.
18777 (diagnostic_show_locus): Declare.
18778 * diagnostic.c (diagnostic_initialize): Initialize to false.
18779 (diagnostic_show_locus): New.
18780 (diagnostic_report_diagnostic): Call it.
18781 (getenv_columns): New.
18782 (adjust_line): New.
18783 (diagnostic_set_caret_max_width): New.
18784 * input.c (read_line): New.
18785 (location_get_source_line): New.
18786 * input.h (location_get_source_line): Declare.
18787 * toplev.c (general_init): Initialize show_caret from options.
18788 * dwarf2out.c (gen_producer_string): Handle fdiagnostics-show-caret.
18789 * opts.c (common_handle_option): Likewise.
18790 * pretty-print.h (pp_get_prefix): New.
18791 (pp_base_get_prefix): New.
18792 * common.opt (fdiagnostics-show-caret): New option.
18793 * doc/invoke.texi (fdiagnostics-show-caret): Document it.
18794
18795 2012-04-11 Richard Guenther <rguenther@suse.de>
18796
18797 PR rtl-optimization/52881
18798 * ifcvt.c (find_if_case_2): Avoid speculating loop latches.
18799
18800 2012-04-11 Richard Guenther <rguenther@suse.de>
18801
18802 PR tree-optimization/52912
18803 * tree-ssa-threadupdate.c (thread_block): Tell the cfg
18804 manipulation code we are threading through a loop header
18805 to an exit destination.
18806
18807 2012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
18808
18809 * tree.h (warn_if_unused_value): Move declaration from here.
18810 * stmt.c (warn_if_unused_value): Move definition from here.
18811
18812 2012-04-10 Michael Matz <matz@suse.de>
18813
18814 * tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to
18815 grouped_stores.
18816 (LOOP_VINFO_STRIDED_STORES): Rename to LOOP_VINFO_GROUPED_STORES.
18817 (struce _bb_vec_info.strided_stores): Rename to grouped_stores.
18818 (BB_VINFO_STRIDED_STORES): Rename to BB_VINFO_GROUPED_STORES.
18819 (STMT_VINFO_STRIDED_ACCESS): Rename to STMT_VINFO_GROUPED_ACCESS.
18820 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
18821 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
18822 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
18823 (vect_record_strided_load_vectors): Rename to
18824 vect_record_grouped_load_vectors.
18825 * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
18826 Rename use of above macros.
18827 (vect_verify_datarefs_alignment): Ditto.
18828 (vector_alignment_reachable_p): Ditto.
18829 (vect_peeling_hash_get_lowest_cost): Ditto.
18830 (vect_enhance_data_refs_alignment): Ditto.
18831 (vect_analyze_group_access): Ditto and rename stride to groupsize.
18832 (vect_analyze_data_ref_access): Rename "strided" to "grouped".
18833 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
18834 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
18835 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
18836 (vect_record_strided_load_vectors): Rename to
18837 vect_record_grouped_load_vectors.
18838 * tree-vect-loop.c (new_loop_vec_info): Rename use of above macros.
18839 (destroy_loop_vec_info): Ditto.
18840 (vect_transform_loop): Ditto and rename strided_store to grouped_store.
18841 * tree-vect-slp.c (vect_build_slp_tree): Rename use of above macros.
18842 (vect_analyze_slp): Ditto.
18843 (new_bb_vec_info): Ditto.
18844 (destroy_bb_vec_info): Ditto.
18845 (vect_schedule_slp_instance): Ditto and rename strided_store to
18846 grouped_store.
18847 * tree-vect-stmts.c (vect_cost_strided_group_size): Rename to
18848 vect_cost_group_size.
18849 (vect_model_store_cost): Rename use of above macros and call
18850 to vect_cost_strided_group_size.
18851 (vect_model_load_cost): Ditto.
18852 (vectorizable_store): Ditto, rename strided_store to grouped_store
18853 and calls to renamed tree-vectorizer.h functions.
18854 (vectorizable_load): Ditto.
18855 (vect_transform_stmt): Rename use of above macros and strided_store
18856 to grouped_store.
18857
18858 2012-04-10 Jan Hubicka <jh@suse.cz>
18859
18860 * cgraph.h: Remove misledaing comment on ipa-ref.h.
18861 (symtab_type): New enum.
18862 (symtab_node): New structure.
18863 (cgraph_node, varpool_node): Add symbol base type.
18864 (cgraph, varpool): New accestor functions.
18865 * cgraph.c (cgraph_create_node_1): Set symbol type.
18866 * varpool.c (varpool_node): Set symbol type.
18867
18868 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
18869 Richard Sandiford <rdsandiford@googlemail.com>
18870
18871 * fwprop.c (propagate_rtx): Also set PR_CAN_APPEAR for subregs.
18872
18873 2012-04-10 Richard Guenther <rguenther@suse.de>
18874
18875 PR middle-end/52888
18876 * gimple-low.c (gimple_check_call_args): Properly account for
18877 compatible aggregate types.
18878
18879 2012-04-10 Richard Guenther <rguenther@suse.de>
18880
18881 * toplev.h (tree_rest_of_compilation): Remove.
18882 * tree-optimize.c (tree_rest_of_compilation): Likewise.
18883 * cgraph.h (tree_rest_of_compilation): Declare.
18884 * tree-optimize.c (tree_rest_of_compilation): Move ...
18885 * cgraphunit.c (tree_rest_of_compilation): ... here.
18886 * cgraph.c (cgraph_add_new_function): Adjust.
18887 * Makefile.in (tree-optimize.o): Adjust.
18888 (cgraphunit.o): Likewise.
18889
18890 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
18891
18892 PR tree-optimization/52870
18893 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
18894 presumed pattern statement is within the same loop or basic block.
18895
18896 2012-04-10 Tristan Gingold <gingold@adacore.com>
18897
18898 * gengtype.c (main): Make uintptr_t a known type.
18899
18900 2012-04-10 Richard Guenther <rguenther@suse.de>
18901
18902 * tree-pass.h (tree_lowering_passes): Remove.
18903 * tree-optimize.c (tree_lowering_passes): Remove.
18904 * cgraph.c (cgraph_add_new_function): Inline relevant parts
18905 of tree_lowering_passes, avoid redundant call of early local passes.
18906 * cgraphunit.c (cgraph_lower_function): Fold into ...
18907 (cgraph_analyze_function): ... its single caller. Inline
18908 relevant parts of tree_lowering_passes.
18909
18910 2012-04-09 H.J. Lu <hongjiu.lu@intel.com>
18911
18912 PR other/52777
18913 * config/pa/pa.opt: Remove SIO and GNU_LD.
18914
18915 2012-04-09 Jan Hubicka <jh@suse.cz>
18916
18917 PR lto/52722
18918 PR lto/51765
18919 PR lto/52634
18920 * lto-cgraph.c (compute_ltrans_boundary): When alias is in the
18921 boundary, add its target too.
18922 * lto.c (add_references_to_partition): Add also aliased nodes.
18923 (add_cgraph_node_to_partition,
18924 add_varpool_node_to_partition): Work on nodes, not functions/variables;
18925 when adding alias, add also the aliased object.
18926
18927 2012-04-09 Uros Bizjak <ubizjak@gmail.com>
18928
18929 PR target/52883
18930 * config/i386/predicates.md (x86_64_zext_general_operand): Prevent
18931 VOIDmode immediate operands.
18932 * config/i386/constraints.md (Wz): New constraint.
18933 * config/i386/i386.md (*zero_extendsidi2_rex64): Use Wz instead of Z.
18934
18935 2012-04-09 Eric Botcazou <ebotcazou@adacore.com>
18936
18937 PR target/52717
18938 * config/sparc/sparc.c (sparc_file_end): Set TREE_PUBLIC explicitly on
18939 the DECL generated for the special GOT helper.
18940
18941 2012-04-09 Oleg Endo <olegendo@gcc.gnu.org>
18942
18943 * config/sh/constraints.md: Update list of constraints in
18944 comment block.
18945 (Sr0): Remove unused memory constraint.
18946
18947 2012-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
18948
18949 * tree-pretty-print.h: Update comment.
18950
18951 2012-04-08 Oleg Endo <olegendo@gcc.gnu.org>
18952
18953 * config/sh/sh.md: Use braced string notation where applicable.
18954 (*prefetch_i4, prefetch_m2a): Merge into ...
18955 (*prefetch): ... this new insn.
18956
18957 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
18958
18959 * config/sh/sh.h (high_life_started): Remove
18960 * config/sh/predicates.md (general_movdst_operand): Use
18961 'reload_in_progress' instead of 'high_life_started'.
18962 * config/sh/sh.md (divsi_inv_call, *divsi_inv_call_combine,
18963 divsi_inv_fp): Likewise.
18964
18965 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
18966
18967 * config/sh/sh-protos.h (prepare_move_operands): Return void
18968 instead of int.
18969 * config/sh/sh.c (prepare_move_operands): Likewise.
18970 * config/sh/sh.md: Remove return value checks of prepare_move_operands.
18971
18972 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
18973
18974 * config/sh/sh-protos.h (fp_int_operand, symbol_ref_operand,
18975 general_movsrc_operand, general_movdst_operand, arith_reg_operand,
18976 fp_arith_reg_operand, arith_operand, arith_reg_or_0_operand,
18977 logical_operand, fpscr_operand, fpul_operand, expand_fp_branch,
18978 commutative_float_operator, noncommutative_float_operator,
18979 sh_handle_pragma): Remove.
18980
18981 2012-04-06 Sandra Loosemore <sandra@codesourcery.com>
18982
18983 * doc/invoke.texi: Clean up Texinfo markup throughout the file.
18984 Use @option markup on command-line options. Use @samp markup on
18985 literal keywords to options. Use @code markup on code fragments.
18986 Use other markup in preference to quotation marks in the text.
18987 Add markup to some passages without any.
18988
18989 2012-04-06 Mike Stump <mikestump@comcast.net>
18990
18991 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Avoid warning.
18992
18993 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
18994
18995 * config/sh/sh.c (hi_const): Remove.
18996 (find_barrier, sh_reorg): Use satisfies_constraint_I16 instead
18997 of hi_const.
18998
18999 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
19000
19001 * config/sh/sh-protos.h (sh_expand_t_scc): Change return type from int
19002 to bool.
19003 * config/sh/sh.c (sh_expand_t_scc): Likewise.
19004 * config/sh/sh.md (cstoresi4, cstoredi4): Remove GET_CODE checks before
19005 calling sh_expand_t_scc.
19006
19007 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
19008
19009 * config/sh/sh-protos.h (fp_zero_operand, fp_one_operand,
19010 nonpic_symbol_mentioned_p, expand_block_move, expand_ashiftrt,
19011 sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext, system_reg_operand,
19012 reg_unused_after, sh_can_redirect_branch, sh_need_epilogue, fldi_ok,
19013 sh_hard_regno_rename_ok, sh_cfun_interrupt_handler_p,
19014 sh_cfun_resbank_handler_p, sh_attr_renesas_p, sh_cfun_attr_renesas_p,
19015 check_use_sfunc_addr, sh_contains_memref_p, sh_loads_bankedreg_p,
19016 sh2a_is_function_vector_call): Use bool as return type.
19017 (sh_pass_in_reg_p): Remove.
19018 * config/sh/sh.c (broken_move, mova_p, noncall_uses_reg, high_pressure,
19019 flow_dependent_p, sh2a_function_vector_p, expand_block_move,
19020 expand_ashiftrt, sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext,
19021 sh_need_epilogue, sh2a_is_function_vector_call, sh_attr_renesas_p,
19022 sh_cfun_attr_renesas_p, sh_cfun_interrupt_handler_p,
19023 sh_cfun_resbank_handler_p, system_reg_operand, fp_zero_operand,
19024 fp_one_operand, fldi_ok, reg_unused_after, sh_can_redirect_branch,
19025 sh_hard_regno_rename_ok, check_use_sfunc_addr, sh_contains_memref_p,
19026 sh_loads_bankedreg_p): Use bool as return type.
19027 (nonpic_symbol_mentioned_p): Use bool as return type. Remove
19028 'register' modifier.
19029
19030 2012-04-06 Matt Turner <mattst88@gmail.com>
19031
19032 * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
19033
19034 2012-04-06 Eric Botcazou <ebotcazou@adacore.com>
19035
19036 * config/ia64/ia64.c (ia64_load_pair_ok): Return 0 if the second member
19037 of the destination isn't also a FP_REGS register.
19038
19039 2012-04-05 Teresa Johnson <tejohnson@google.com>
19040 H.J. Lu <hongjiu.lu@intel.com>
19041
19042 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_LCP_STALL.
19043 * config/i386/i386.md (move immediate to memory peephole2):
19044 Add cases for HImode move when LCP stall avoidance is needed.
19045 * config/i386/i386.c (initial_ix86_tune_features): Initialize
19046 X86_TUNE_LCP_STALL entry.
19047
19048 2012-04-05 Uros Bizjak <ubizjak@gmail.com>
19049
19050 PR target/52882
19051 * config/i386/i386.c (ix86_decompose_address): Allow VOIDmode
19052 CONST_INT operands, zero-extended with AND.
19053
19054 2012-04-05 Oleg Endo <olegendo@gcc.gnu.org>
19055
19056 PR target/50751
19057 * config/sh/sh.c (sh_find_mov_disp_adjust): Take machine_mode as the
19058 first argument instead of mode size. Move displacement calculations
19059 to ...
19060 (mov_insn_size, max_mov_insn_displacement, mov_insn_alignment_mask):
19061 ... these new functions.
19062 (disp_adjust): Remove max_mov_disp field.
19063 (sh_legitimate_index_p): Use max_mov_insn_displacement and
19064 mov_insn_alignment_mask.
19065 (sh_address_cost): Use max_mov_insn_displacement.
19066
19067 2012-04-05 Andrew Stubbs <ams@codesourcery.com>
19068
19069 * config/arm/arm.md (arch): Add neon_onlya8 and neon_nota8.
19070 (arch_enabled): Handle new arch types.
19071 (one_cmpldi2): Add NEON support.
19072
19073 2012-04-05 Richard Guenther <rguenther@suse.de>
19074
19075 * gimple.c (walk_gimple_op): Compute val_only for the LHS
19076 of an assigment in the canonical way, avoiding is_gimple_mem_rhs.
19077 (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt): Move ...
19078 * gimplify.c (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
19079 ... here and make static.
19080 * gimple.h (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
19081 Remove.
19082
19083 2012-04-05 Richard Guenther <rguenther@suse.de>
19084
19085 * tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt
19086 basic-block before removing it.
19087
19088 2012-04-05 Richard Guenther <rguenther@suse.de>
19089
19090 * tree-ssanames.c (release_dead_ssa_names): Compact the SSA
19091 version namespace as we release the freelist.
19092
19093 2012-04-05 Richard Guenther <rguenther@suse.de>
19094
19095 * tree-nrv.c (tree_nrv): Release VDEFs.
19096 * tree-sra.c (sra_modify_constructor_assign): Likewise.
19097 (sra_modify_assign): Likewise.
19098 * tree-vect-stmts.c (vect_remove_stores): Likewise.
19099 * tree-vect-loop.c (vect_transform_loop): Likewise.
19100 * tree-ssa-dom.c (optimize_stmt): Likewise.
19101 * tree-vect-slp.c (vect_schedule_slp): Likewise.
19102 * tree-ssa-math-opts.c (execute_cse_sincos): Likewise.
19103
19104 2012-04-05 Richard Guenther <rguenther@suse.de>
19105
19106 * gimple-iterator.c (gsi_remove): Return whether EH edges need to be
19107 cleanup.
19108 * gimple.h (gsi_remove): Adjust.
19109 * tree-ssa-operands.c (unlink_stmt_vdef): Optimize.
19110 * tree-ssa-dom.c (optimize_stmt): Use gsi_remove result.
19111 * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
19112 * tree-ssa-forwprop.c (remove_prop_source_from_use): Likewise.
19113 * tree-ssa-math-opts.c (execute_optimize_widening_mul): Likewise.
19114 * tree-ssa-pre.c (eliminate): Likewise.
19115
19116 2012-04-04 Mike Stump <mikestump@comcast.net>
19117
19118 * doc/rtl.texi (const_double): Document as sign-extending.
19119 * expmed.c (expand_mult): Ensure we don't use shift incorrectly.
19120 * emit-rtl.c (immed_double_int_const): Refine to state the
19121 value is signed.
19122 * simplify-rtx.c (mode_signbit_p): Add a fixme for wider than
19123 CONST_DOUBLE integers.
19124 (simplify_const_unary_operation, UNSIGNED_FLOAT): Ensure no
19125 negative values are converted. Fix conversions bigger than
19126 HOST_BITS_PER_WIDE_INT.
19127 (simplify_binary_operation_1): Ensure we don't use shift incorrectly.
19128 (simplify_immed_subreg): Sign-extend CONST_DOUBLEs.
19129 * explow.c (plus_constant_mode): Add.
19130 (plus_constant): Implement with plus_constant_mode.
19131 * rtl.h (plus_constant_mode): Add.
19132
19133 2012-04-04 Richard Guenther <rguenther@suse.de>
19134
19135 PR tree-optimization/52808
19136 * tracer.c (tail_duplicate): Do not tail-duplicate loop header blocks.
19137 * Makefile.in (tracer.o): Depend on $(CFGLOOP_H).
19138
19139 2012-04-04 Tristan Gingold <gingold@adacore.com>
19140
19141 * expr.c (expand_expr_real_2): Handle larger sizetype in
19142 POINTER_PLUS_EXPR.
19143
19144 2012-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
19145
19146 * config/sh/t-sh (MULTILIB_MATCHES): Match m2a-single-only
19147 to m2a-single instead of m2e.
19148
19149 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
19150
19151 * expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.
19152 Change type of BITOFFSET to signed. Make sure the lower bound of
19153 the computed range is non-negative by adjusting OFFSET and BITPOS.
19154 (expand_assignment): Adjust call to get_bit_range.
19155
19156 2012-04-03 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
19157
19158 * h8300/h8300.c (h8300_current_function_monitor_function_p):
19159 New function. Added to check monitor functions.
19160 (h8300_option_override): Modified to generate error/warning
19161 messages for invalid combinations of different command line
19162 options.
19163 * h8300/h8300.md: Generate 'rte' for monitor functions. Do not
19164 save EXR on stack for monitor function in case of H8S target
19165 when "-mno-exr" is passed.
19166 * h8300/h8300-protos.h (h8300_current_function_monitor_function_p):
19167 Add prototype.
19168 * doc/invoke.texi: Document H8S options.
19169
19170 2012-04-03 Tristan Gingold <gingold@adacore.com>
19171
19172 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead
19173 of gcc_AC_FUNC_MMAP_BLACKLIST.
19174 * acinclude.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Remove.
19175 * Makefile.in (aclocal_deps): Add mmap.m4.
19176 * configure: Regenerate.
19177 * aclocal.m4: Regenerate.
19178
19179 2012-04-03 Richard Guenther <rguenther@suse.de>
19180
19181 PR tree-optimization/52808
19182 * tracer.c (tail_duplicate): Return whether we have duplicated
19183 any block.
19184 (tracer): If we have duplicated any block, cleanup the CFG.
19185 * cfghooks.c (duplicate_block): If we duplicated a loop
19186 header but not its loop, destroy the loop because it now has
19187 multiple entries.
19188 * tree-ssa-threadupdate.c (thread_through_loop_header): Tell
19189 the cfg manipulation routines we are not creating a multiple
19190 entry loop.
19191
19192 2012-04-03 Tristan Gingold <gingold@adacore.com>
19193
19194 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle
19195 'byte' alignment.
19196 (vms_c_common_override_options): Allow parameterless variadic
19197 functions.
19198
19199 2012-04-03 Jakub Jelinek <jakub@redhat.com>
19200
19201 PR tree-optimization/52835
19202 * tree-data-ref.c (build_rdg): Return NULL if
19203 compute_data_dependences_for_loop failed.
19204
19205 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
19206
19207 * varasm.c (initializer_constant_valid_for_bitfield_p): Return true
19208 for REAL_CST as well.
19209 (output_constructor): Use RECORD_OR_UNION_TYPE_P predicate.
19210 In the bitfield case, if the value is a REAL_CST, convert it first to
19211 an INTEGER_CST.
19212
19213 2012-04-02 H.J. Lu <hongjiu.lu@intel.com>
19214
19215 * config.gcc: Use i386/biarchx32.h instead of i386/biarch64.h
19216 for --with-abi={x32|mx32} or --with-multilib-list=mx32.
19217 (supported_defaults): Add abi for i[34567]86-*-* and x86_64-*-*.
19218
19219 * config/i386/biarchx32.h: New.
19220
19221 2012-04-02 Anatoly Sokolov <aesok@post.ru>
19222
19223 * config/arm/arm.h (PREFERRED_RELOAD_CLASS): Remove.
19224 * config/arm/arm.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
19225 (arm_preferred_reload_class): New function.
19226
19227 2012-04-02 Richard Guenther <rguenther@suse.de>
19228
19229 PR tree-optimization/52756
19230 * tree-ssa-threadupdate.c (def_split_header_continue_p): New function.
19231 (thread_through_loop_header): After threading through the loop latch
19232 remove the split part from the loop and clear further threading
19233 opportunities that would create a multiple entry loop.
19234
19235 2012-04-02 Richard Guenther <rguenther@suse.de>
19236
19237 PR rtl-optimization/52800
19238 * cprop.c (execute_rtl_cprop): Call cleanup_cfg with
19239 CLEANUP_CFG_CHANGED.
19240
19241 2012-04-02 Richard Guenther <rguenther@suse.de>
19242
19243 PR middle-end/52803
19244 * loop-init.c (gate_handle_loop2): Destroy loops here if
19245 we don't enter RTL loop optimizers.
19246
19247 2012-04-02 Uros Bizjak <ubizjak@gmail.com>
19248
19249 Partially revert:
19250 2012-03-29 Richard Guenther <rguenther@suse.de>
19251
19252 * rtl.h (extended_count): Remove.
19253 * combine.c (extended_count): Remove.
19254
19255 2012-04-02 Dodji Seketeli <dodji@redhat.com>
19256
19257 PR c++/40942
19258 * pt.c (more_specialized_fn): Don't apply decay conversion to
19259 types of function parameters.
19260
19261 2012-04-02 Tristan Gingold <gingold@adacore.com>
19262
19263 * ggc-page.c (PAGE_L1_SIZE, PAGE_L2_SIZE, LOOKUP_L1, LOOKUP_L2)
19264 (ggc_allocated_p, lookup_page_table_entry, set_page_table_entry)
19265 (alloc_page, init_ggc, clear_marks, struct ggc_pch_data)
19266 (ggc_pch_this_base): Use uintptr_t instead of size_t.
19267
19268 2012-03-31 H.J. Lu <hongjiu.lu@intel.com>
19269
19270 PR bootstrap/52784
19271 * config/i386/i386.c (ix86_option_override_internal): Don't
19272 check TARGET_64BIT if TARGET_64BIT_DEFAULT is false.
19273
19274 2012-03-31 Eric Botcazou <ebotcazou@adacore.com>
19275
19276 * tree-cfg.c (call_can_make_abnormal_goto): New predicate.
19277 (stmt_can_make_abnormal_goto): Use it.
19278 (is_ctrl_altering_stmt): Likewise.
19279
19280 2012-03-30 Naveen H.S <naveen.S@kpitcummins.com>
19281 Kaz Kojima <kkojima@gcc.gnu.org>
19282
19283 * config/sh/sh.c (push_regs): Skip banked registers when
19284 resbank attribute is specified.
19285 (sh_expand_epilogue): Likewise.
19286
19287 2012-03-30 Richard Henderson <rth@redhat.com>
19288
19289 PR debug/52727
19290 * combine-stack-adj.c (prev_active_insn_bb): New.
19291 (next_active_insn_bb): New.
19292 (force_move_args_size_note): New.
19293 (combine_stack_adjustments_for_block): Use it.
19294
19295 2012-03-30 Richard Henderson <rth@redhat.com>
19296
19297 * config/i386/i386.c (struct expand_vec_perm_d): Add one_operand_p.
19298 (ix86_expand_vector_init_duplicate): Initialize it.
19299 (expand_vec_perm_palignr): Likewise.
19300 (ix86_expand_vec_perm_const): Likewise.
19301 (ix86_vectorize_vec_perm_const_ok): Likewise.
19302 (expand_vec_perm_blend): Use it.
19303 (expand_vec_perm_vpermil): Likewise.
19304 (expand_vec_perm_pshufb): Likewise.
19305 (expand_vec_perm_1): Likewise.
19306 (expand_vec_perm_pshuflw_pshufhw): Likewise.
19307 (expand_vec_perm_interleave2): Likewise.
19308 (expand_vec_perm_vpermq_perm_1): Likewise.
19309 (expand_vec_perm_vperm2f128): Likewise.
19310 (expand_vec_perm_interleave3): Likewise.
19311 (expand_vec_perm_vperm2f128_vblend): Likewise.
19312 (expand_vec_perm_vpshufb2_vpermq): Likewise.
19313 (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise,.
19314 (expand_vec_perm_broadcast): Likewise.
19315 (expand_vec_perm_vpshufb4_vpermq2): Likewise.
19316
19317 2012-03-30 Richard Henderson <rth@redhat.com>
19318
19319 * dwarf2out.c (gen_variable_die): Initialize off.
19320
19321 2012-03-30 Tristan Gingold <gingold@adacore.com>
19322
19323 * config/vms/vms-f.c: New file.
19324 * config/vms/t-vms (vms-f.o): New rule.
19325 * config.gcc (*-*-*vms*): Define fortran_target_objs.
19326
19327 2012-03-30 Richard Guenther <rguenther@suse.de>
19328
19329 PR tree-optimization/52754
19330 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Only
19331 propagate arbitrary addresses into really plain dereferences.
19332
19333 2012-03-30 Richard Guenther <rguenther@suse.de>
19334
19335 PR middle-end/52772
19336 * except.c (emit_to_new_bb_before): Move loop updating ...
19337 (dw2_build_landing_pads): ... here. Use a proper block for
19338 querying the loop father.
19339
19340 2012-03-30 Tristan Gingold <gingold@adacore.com>
19341
19342 * config/ia64/ia64.c (ia64_section_type_flags): Remove
19343 common_object attribute handling.
19344 (SECTION_VMS_OVERLAY): Remove
19345 (ia64_vms_common_object_attribute): Replace abort with an assert.
19346 Do not set DECL_SECTION_NAME.
19347 (ia64_vms_output_aligned_decl_common): Handle common_object
19348 attribute.
19349 (ia64_vms_elf_asm_named_section): Remove.
19350 * config/ia64/vms.h (TARGET_ASM_NAMED_SECTION): Remove.
19351
19352 2012-03-30 Richard Guenther <rguenther@suse.de>
19353
19354 PR middle-end/52786
19355 * double-int.c (rshift_double): Remove not needed cast.
19356
19357 2012-03-30 Richard Guenther <rguenther@suse.de>
19358
19359 * tree-affine.h (print_aff): Remove.
19360 * tree-affine.c (print_aff): Make static.
19361 * tree-data-ref.h (access_matrix_get_index_for_parameter): Remove.
19362 (get_references_in_stmt): Likewise.
19363 (print_direction_vector): Likewise.
19364 (print_dir_vectors): Likewise.
19365 (print_dist_vectors): Likewise.
19366 (dump_subscript): Likewise.
19367 (dump_ddrs): Likewise.
19368 (dump_dist_dir_vectors): Likewise.
19369 (dump_data_references): Likewise.
19370 (dump_data_dependence_relation): Likewise.
19371 (dump_data_dependence_direction): Likewise.
19372 (dump_rdg_vertex): Likewise.
19373 (dump_rdg_component): Likewise.
19374 (debug_ddrs): Declare.
19375 (struct data_ref_loc_d): Move ...
19376 * tree-data-ref.c (struct data_ref_loc_d): ... here.
19377 (get_references_in_stmt): Make static.
19378 (dump_data_references): Likewise.
19379 (dump_subscript): Likewise.
19380 (print_direction_vector): Likewise.
19381 (print_dir_vectors): Likewise.
19382 (print_dist_vectors): Likewise.
19383 (dump_data_dependence_relation): Likewise.
19384 (dump_dist_dir_vectors): Likewise.
19385 (dump_ddrs): Likewise.
19386 (dump_rdg_vertex): Likewise.
19387 (dump_rdg_component): Likewise.
19388 (debug_ddrs): New function.
19389 (access_matrix_get_index_for_parameter): Remove.
19390
19391 2012-03-30 Tristan Gingold <gingold@adacore.com>
19392
19393 * config/vms/vms.c (VMS_CRTL_FLOAT32): Rename.
19394 (VMS_CRTL_FLOAT64, VMS_CRTL_FLOAT64_VAXD): New.
19395 (VMS_CRTL_FLOAT128, VMS_CRTL_DPML, VMS_CRTL_NODMPL)
19396 (VMS_CRTL_32ONLY, VMS_CRTL_G_MASK, VMS_CRTL_G_NONE)
19397 (VMS_CRTL_GA, VMS_CRTL_GL, VMS_CRTL_FLOATV2): New.
19398 (vms_patch_builtins): Handle new flags
19399 * config/vms/vms-crtlmap.map: Completed using nm on
19400 c and math system libraries.
19401 * config/vms/make-crtlmap.awk: Handle any number of flags.
19402
19403 2012-03-30 Martin Jambor <mjambor@suse.cz>
19404
19405 * tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there
19406 is a builtin_stack_save in a dominating BB.
19407
19408 2012-03-29 Uros Bizjak <ubizjak@gmail.com>
19409
19410 * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix results
19411 crossing 128bit lane boundary.
19412
19413 2012-03-29 Vladimir Makarov <vmakarov@redhat.com>
19414
19415 * ira-color.c (setup_left_conflict_sizes_p): Process all
19416 conflicting objects.
19417
19418 2012-03-29 Jakub Jelinek <jakub@redhat.com>
19419
19420 PR tree-optimization/52760
19421 * tree-vect-slp.c (vect_get_constant_vectors): Convert constant_p
19422 shift count for {L,R}{SHIFT,ROTATE}_EXPR to TREE_TYPE (vector_type).
19423
19424 2012-03-29 Richard Guenther <rguenther@suse.de>
19425
19426 * cgraph.h (cgraph_materialize_all_clones): Remove.
19427 (reset_inline_failed): Likewise.
19428 * cgraphunit.c (cgraph_materialize_all_clones): Make static.
19429 * cgraphbuild.c (reset_inline_failed): Remove.
19430 * rtl.h (cse_main): Remove.
19431 (extended_count): Likewise.
19432 * cse.c (dump_class): Mark as DEBUG_FUNCTION.
19433 (cse_main): Make static.
19434 * combine.c (extended_count): Remove.
19435 (dump_combine_stats): Mark as DEBUG_FUNCTION.
19436 * basic-block.h (reorder_basic_blocks): Remove.
19437 * bb-reorder.c (reorder_basic_blocks): Make static.
19438 * Makefile.in (dse.o): Remove dse.h dependency.
19439 * dse.h: Remove.
19440 * dse.c (gate_dse): Remove.
19441 (clear_alias_mode_eq): Likewise.
19442 (clear_alias_mode_hash): Likewise.
19443 (dse_record_singleton_alias_set): Likewise.
19444 (dse_invalidate_singleton_alias_set): Likewise.
19445
19446 2012-03-29 H.J. Lu <hongjiu.lu@intel.com>
19447
19448 * config/linux-android.h (ANDROID_STARTFILE_SPEC): Use
19449 crtbegin_so%O%s for -shared.
19450 (ANDROID_ENDFILE_SPEC): Use crtend_so%O%s for -shared.
19451
19452 2012-03-29 Richard Guenther <rguenther@suse.de>
19453
19454 * tree-flow.h (struct pre_expr_d): Remove forward declaration.
19455 (add_to_value): Remove.
19456 (print_value_expressions): Likewise.
19457 * tree-ssa-pre.c (add_to_value): Make static.
19458 (print_value_expressions): Likewise.
19459 * gimple.h (gimple_adjust_this_by_delta): Remove.
19460 * gimple-fold.c (gimple_adjust_this_by_delta): Likewise.
19461
19462 2012-03-29 Richard Guenther <rguenther@suse.de>
19463
19464 PR middle-end/50708
19465 * double-int.h (rshift_double): Remove.
19466 * double-int.c (lshift_double): Use absu_hwi to make count positive.
19467 (rshift_double): Make static, take unsigned count argument,
19468 remove handling of negative count argument.
19469 (double_int_rshift): Dispatch to lshift_double.
19470
19471 2012-03-28 H.J. Lu <hongjiu.lu@intel.com>
19472
19473 * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Add
19474 OPTION_MASK_ABI_64.
19475
19476 * config/i386/gnu-user64.h (SPEC_64): Support TARGET_BI_ARCH == 2.
19477 (SPEC_X32): Likewise.
19478 (MULTILIB_DEFAULTS): Likewise.
19479
19480 * config/i386/i386.c (isa_opts): Remove -m64.
19481 (ix86_target_string): Properly handle -m32/-m64/-mx32.
19482 (ix86_option_override_internal): Properly
19483 set OPTION_MASK_ISA_64BIT and OPTION_MASK_ISA_X32 as well as
19484 handle -m32, -m64 and -mx32.
19485
19486 * config/i386/i386.h (TARGET_X32): Replace OPTION_ISA_X32
19487 with OPTION_ABI_X32. Moved after TARGET_LP64.
19488 (TARGET_LP64): Changed to OPTION_ABI_64.
19489
19490 * config/i386/i386.opt (m64): Replace ISA_64BIT with ABI_64.
19491 (mx32): Replace ISA_X32 with ABI_X32.
19492
19493 2012-03-28 Eric Botcazou <ebotcazou@adacore.com>
19494
19495 * tree.c (tree_size) <VECTOR_CST>: New case.
19496
19497 2012-03-28 Uros Bizjak <ubizjak@gmail.com>
19498
19499 * config/i386/i386.c (ix86_modes_tieable_p): Handle 32bit AVX modes.
19500 (ix86_expand_vector_move_misalign): Remove un-needed gen_lowpart calls.
19501
19502 2012-03-28 Jakub Jelinek <jakub@redhat.com>
19503
19504 PR middle-end/52691
19505 * tree-ssa-ccp.c (optimize_stdarg_builtin): Optimize
19506 __builtin_va_start to __builtin_next_arg if the latter is
19507 builtin_decl_explicit_p rather than when it is not.
19508
19509 PR middle-end/52750
19510 * tree-vect-generic.c (vector_element): Perform multiplication
19511 for pos in bitsizetype type instead of idx type.
19512
19513 2012-03-28 Richard Guenther <rguenther@suse.de>
19514
19515 * loop-init.c (loop_optimizer_init): If loops are preserved
19516 perform incremental initialization of required loop features.
19517 (loop_optimizer_finalize): If loops are to be preserved only
19518 clean up optional loop features.
19519 (rtl_loop_done): Forcefully free loops here.
19520 * cgraph.c (cgraph_release_function_body): Forcefully free loops.
19521 * cfgexpand.c (expand_gimple_cond): Properly add new basic-blocks
19522 to existing loops.
19523 (construct_init_block): Likewise.
19524 (construct_exit_block): Likewise.
19525 (gimple_expand_cfg): Clear LOOP_CLOSED_SSA loop state. Cleanup
19526 the CFG after expanding.
19527 * cfgloop.c (verify_loop_structure): Calculate or verify dominators.
19528 If we needed to calculate them, free them afterwards.
19529 * tree-pass.h (PROP_loops): New define.
19530 * tree-ssa-loop.c (pass_tree_loop_init): Provide PROP_loops.
19531 * basic-block.h (CLEANUP_CFG_CHANGED): New.
19532 * cfgcleanup.c (merge_blocks_move): Protect loop latches.
19533 (cleanup_cfg): If we did something and have loops around, fix them up.
19534 * cse.c (rest_of_handle_cse_after_global_opts): Call cleanup_cfg
19535 with CLEANUP_CFG_CHANGED.
19536 * cfghooks.c (merge_blocks): If we merge a loop header into
19537 its predecessor, update the loop structure.
19538 (duplicate_block): If we copy a loop latch, adjust loop state
19539 to note we may have multiple latches.
19540 (delete_basic_block): Mark loops for fixup if we remove a loop.
19541 * cfganal.c (forwarder_block_p): Protect loop latches, headers
19542 and preheaders.
19543 * cfgrtl.c (rtl_can_merge_blocks): Protect loop latches.
19544 (cfg_layout_can_merge_blocks_p): Likewise.
19545 * cprop.c (bypass_block): If we create a loop with multiple
19546 entries, mark it for removal.
19547 * except.c (emit_to_new_bb_before): Add the new basic-block
19548 to existing loops.
19549 * tree-eh.c (lower_resx): Likewise.
19550 * omp-low.c (finalize_task_copyfn): Do not copy PROP_loops.
19551 (expand_omp_taskreg): Likewise.
19552 * tree-inline.c (initialize_cfun): Likewise.
19553 * tree-mudflap.c (add_bb_to_loop): Prototype.
19554 (mf_build_check_statement_for): Properly add new basic-blocks
19555 to existing loops.
19556 * tree-ssa-threadupdate.c (thread_block): Mark loops for fixup
19557 if we remove a loop.
19558 (thread_through_loop_header): Likewise.
19559 * trans-mem.c (tm_log_emit_save_or_restores): Properly add
19560 new basic-blocks to existing loops.
19561 (expand_transaction): Likewise.
19562 * Makefile.in (except.o): Add $(CFGLOOP_H).
19563 (expr.o): Likewise.
19564 (cgraph.o): Likewise.
19565 (cprop.o): Likewise.
19566 (cfgexpand.o): Likewise.
19567 (cfganal.o): Likewise.
19568 (trans-mem.o): Likewise.
19569 (tree-eh.o): Likewise.
19570
19571 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
19572
19573 PR target/52692
19574 * config/avr/avr.c (TARGET_BUILTIN_DECL): New define.
19575 (avr_builtin_decl): New static function.
19576 (struct avr_builtin_description, avr_bdesc): Move up.
19577 Add GTY marker. Add field fndecl. Remove redundant field id.
19578 (avr_init_builtins): Initialize avr_bdesc[ID].fndecl.
19579 (avr_expand_builtin): Code cleanup because .id is removed.
19580
19581 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
19582
19583 PR target/52737
19584 * config.gcc (tm_file): Remove avr/multilib.h.
19585
19586 * doc/invoke.texi (AVR Options): Adjust documentation of -mtiny-stack.
19587
19588 * config/avr/genmultilib.awk: Remove code to generate multilib.h.
19589 (BEGIN): Use -msp8 as multilib option instead of -mtiny-stack.
19590 * config/avr/t-avr: Remove generation of multilib.h.
19591 * config/avr/t-multilib: Regenerate.
19592 * config/avr/multilib.h: Remove.
19593 * config/avr/avr.opt (-msp8): New option.
19594 (avr_sp8): New variable.
19595 * config/avr/driver-avr.c (avr_device_to_sp8): New function.
19596 * config/avr/avr.h (AVR_HAVE_SPH): New define.
19597 (AVR_HAVE_8BIT_SP): Also set by avr_sp8 i.e. -msp8.
19598 (avr_device_to_sp8): New prototype.
19599 (EXTRA_SPEC_FUNCTIONS): Add { "device_to_sp8", avr_device_to_sp8 }
19600 (DRIVER_SELF_SPECS): New define.
19601 * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in defines:
19602 __AVR_SP8__, __AVR_HAVE_SPH__.
19603 * config/avr/avr.c (output_movhi): Use AVR_HAVE_SPH instead of
19604 AVR_HAVE_8BIT_SP to decide if SP_H is present.
19605 (avr_file_start): Ditto.
19606
19607 2012-03-28 Jakub Jelinek <jakub@redhat.com>
19608
19609 PR target/52736
19610 * config/i386/sse.md (sse2_loadlpd splitter): Use offset 0
19611 instead of 8 in adjust_address.
19612
19613 2012-03-27 Aurelien Buhrig <aurelien.buhrig.gcc@gmail.com>
19614
19615 PR middle-end/51893
19616 * expmed.c (store_bit_field_1): Fix wordnum value for big-endian
19617 targets.
19618
19619 2012-03-27 Oleg Endo <olegendo@gcc.gnu.org>
19620
19621 PR target/50751
19622 * config/sh/sh.c (sh_legitimize_address, sh_legitimize_reload_address):
19623 Rearrange conditional logic. Move displacement address calculations
19624 to ...
19625 (sh_find_mov_disp_adjust): ... this new function.
19626
19627 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
19628
19629 * config/arm/arm.opt (mapcs): Remove MaskExists.
19630 * config/cris/linux.opt (mno-gotplt): Likewise.
19631 * config/i386/i386.opt (mhard-float): Likewise.
19632 (msse4): Likewise.
19633 (mno-sse4): Likewise.
19634 * config/m68k/m68k.opt (mhard-float): Likewise.
19635 * config/mep/mep.op (mcop32): Likewise.
19636 * config/pa/pa-hpux.opt (msio): Likewise.
19637 * config/pa/pa64-hpux.opt (mgnu-ld): Likewise.
19638 * config/picochip/picochip.opt (mlittle): Likewise.
19639 * config/sh/sh.opt (mrenesas): Likewise.
19640 * config/sparc/long-double-switch.opt (mlong-double-128): Likewise.
19641 * config/sparc/sparc.opt (mhard-float): Likewise.
19642 * config/v850/v850.opt (mv850es): Likewise.
19643 * config/vax/vax.opt (mg-float): Likewise.
19644
19645 2012-03-27 Martin Jambor <mjambor@suse.cz>
19646
19647 PR middle-end/52693
19648 * tree-sra.c (sra_modify_assign): Do not call
19649 load_assign_lhs_subreplacements when working with an unscalarizable
19650 region.
19651
19652 2012-03-27 Uros Bizjak <ubizjak@gmail.com>
19653
19654 PR target/52698
19655 * config/i386/i386-protos.h (ix86_legitimize_reload_address):
19656 New prototype.
19657 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): New define.
19658 * config/i386/i386.c: Include reload.h.
19659 (ix86_legitimize_reload_address): New function.
19660
19661 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
19662
19663 * opth-gen.awk: Allocated a bit for Mask and InverseMask if it
19664 hasn't been allocated. Define a target macro for Mask and
19665 InverseMask if it hasn't been defined. Remove MaskExists handling.
19666
19667 * doc/options.texi: Remove MaskExists.
19668
19669 2012-03-27 Chung-Lin Tang <cltang@codesourcery.com>
19670
19671 PR target/52667
19672 * config/sh/sh.c (find_barrier): Add equality check of last_got
19673 to avoid going above orig insn. Update comments.
19674
19675 2012-03-27 Richard Guenther <rguenther@suse.de>
19676
19677 PR middle-end/52720
19678 * fold-const.c (try_move_mult_to_index): Handle &x.array more
19679 explicitely.
19680
19681 2012-03-27 Eric Botcazou <ebotcazou@adacore.com>
19682
19683 * expmed.c (store_bit_field): Assert that BITREGION_START is a multiple
19684 of a unit before computing the offset in units.
19685 * expr.c (get_bit_range): Return the null range if the enclosing record
19686 is part of a larger bit field.
19687
19688 2012-03-27 Tristan Gingold <gingold@adacore.com>
19689
19690 * config/ia64/vms.h (CASE_VECTOR_MODE): Define.
19691 * config/ia64/ia64.md: Remove mode in template.
19692 Sign extend operand in expand_simple_binop.
19693 * config/ia64/ia64.h (ASM_OUTPUT_ADDR_DIFF_ELT): Use
19694 CASE_VECTOR_MODE instead of TARGET_ILP32.
19695 (ADDR_VEC_ALIGN): Make it depends on CASE_VECTOR_MODE.
19696
19697 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
19698
19699 * varasm.c (assemble_external): #if 0 out the new assert from the
19700 previous commit, it breaks the Java and Go front ends.
19701
19702 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
19703
19704 * toplev.c (check_global_declaration_1): Do not call assemble_external.
19705 * expr.c (emit_block_move_libcall_fn): Likewise.
19706 (clear_storage_libcall_fn): Likewise.
19707 (expand_expr_addr_expr_1): Likewise.
19708 (expand_expr_real_1): Likewise.
19709 * calls.c (rtx_for_function_call): Likewise.
19710
19711 * varasm.c (assemble_external): Assert this function is only called
19712 during or after expanding to RTL.
19713
19714 2012-03-26 Martin Jambor <mjambor@suse.cz>
19715
19716 PR tree-optimization/50052
19717 * tree-sra.c (tree_non_aligned_mem_p): Removed.
19718 (tree_non_aligned_mem_for_access_p): Likewise.
19719 (build_accesses_from_assign): Removed strict alignment requirements
19720 checks.
19721 (access_precludes_ipa_sra_p): Likewise.
19722
19723 2012-03-26 Richard Guenther <rguenther@suse.de>
19724
19725 PR tree-optimization/52701
19726 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Always
19727 compute and set the evolution part of PHI nodes.
19728
19729 2012-03-26 Richard Guenther <rguenther@suse.de>
19730
19731 PR tree-optimization/52721
19732 * tree-vect-stmts.c (vect_init_vector): Handle scalars.
19733
19734 2012-03-26 Ulrich Weigand <ulrich.weigand@linaro.org>
19735
19736 PR tree-optimization/52686
19737 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
19738 WIDEN_LSHIFT_EXPR.
19739
19740 2012-03-26 Tristan Gingold <gingold@adacore.com>
19741
19742 * config/alpha/vms.h (LINK_SPEC): Simplify.
19743 (STARTFILE_SPEC): Remove -mvms-return-codes handling.
19744 (NAME__MAIN, SYMBOL__MAIN): Remove.
19745 (VMS_DEBUG_MAIN_POINTER): Remove.
19746 * config/ia64/vms.h: Likewise.
19747 * config/alpha/alpha.c (alpha_start_function): Move vms_debug_main
19748 code to vms.c. Call vms_start_function.
19749 * config/ia64/ia64.c (ia64_start_function): Likewise.
19750 * config/vms/vms-protos.h (vms_start_function): Declare.
19751 * config/vms/vms.c (vms_start_function): New function.
19752 * config/vms/vms.h (MATH_LIBRARY): Define.
19753 (VMS_DEBUG_MAIN_POINTER): Define.
19754
19755 2012-03-26 Eric Botcazou <ebotcazou@adacore.com>
19756
19757 PR rtl-optimization/52629
19758 * reload1.c (count_pseudo): Short-circuit common case.
19759 (count_spilled_pseudo): Return early for pseudos without hard regs.
19760 Assert that the pseudo has got a hard reg before manipulating it.
19761
19762 2012-03-24 Jan Hubicka <jh@suse.cz>
19763
19764 PR lto/51663
19765 * varpool.c (varpool_finalize_decl): Handle toplevel_reorder here.
19766 (decide_is_variable_needed): Do not handle toplevel reorder here.
19767 * cgraph.h (varpool_can_remove_if_no_refs): Likewise.
19768 * ipa.c (cgraph_remove_unreachable_nodes): Remove unreachable vars
19769 even at -O0.
19770
19771 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
19772
19773 * expr.c (optimize_bitfield_assignment_op) <BIT_IOR_EXPR>: Use str_mode
19774 and str_bitsize instead of more convoluted expressions.
19775
19776 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
19777
19778 PR target/52610
19779 * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=leon.
19780
19781 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
19782
19783 PR target/52656
19784 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Fix pasto.
19785
19786 2012-03-23 Martin Jambor <mjambor@suse.cz>
19787
19788 * tree-sra.c (build_accesses_from_assign): Remove FIXME comment.
19789
19790 2012-03-23 Richard Guenther <rguenther@suse.de>
19791
19792 PR tree-optimization/52678
19793 * tree-vectorizer.h (struct _stmt_vec_info): Add
19794 loop_phi_evolution_part member.
19795 (STMT_VINFO_LOOP_PHI_EVOLUTION_PART): New define.
19796 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Initialize
19797 STMT_VINFO_LOOP_PHI_EVOLUTION_PART.
19798 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
19799 Use the cached evolution part and the PHI nodes value from
19800 the loop preheader edge instead of re-analyzing the evolution.
19801
19802 2012-03-22 Maxim Kuvyrkov <maxim@codesourcery.com>
19803
19804 * config/mips/mips-tables.opt: Update.
19805 * config/mips/mips.md (processor): Add xlp.
19806 * config/mips/mips-cpus.def: Add xlp.
19807 * config/mips/mips.c (mips_rtx_cost_data): Add costs for XLP, copy from
19808 5KF for now.
19809 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle xlp.
19810 * doc/invoke.texi: Mention XLP.
19811
19812 2012-03-22 Jakub Jelinek <jakub@redhat.com>
19813
19814 PR middle-end/52547
19815 * tree-nested.c (convert_tramp_reference_stmt): Call declare_vars
19816 on any new_local_var_chain vars declared during recursing on
19817 GIMPLE_OMP_PARALLEL or GIMPLE_OMP_TASK body.
19818
19819 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
19820
19821 * config/alpha/alpha.h (ASM_OUTPUT_ALIGN): Move to config/alpha/elf.h
19822 (ASM_OUTPUT_SKIP): Move to config/alpha/vms.h
19823 (ASM_OUTPUT_LOCAL): Ditto.
19824 (ASM_OUTPUT_COMMON): Remove.
19825 * config/alpha/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Use ASM_OUTPUT_DEF.
19826 * config/alpha/vms.h (ASM_OUTPUT_ALIGN): Do not undefine before define.
19827
19828 2012-03-22 Jan Hubicka <jh@suse.cz>
19829
19830 PR middle-end/51737
19831 * cgraph.c (cgraph_remove_node_and_inline_clones): Add FORBIDDEN_NODE
19832 parameter.
19833 * cgraph.h (cgraph_remove_node_and_inline_clones): Update prototype.
19834 * ipa-inline-transform.c (save_inline_function_body): Remove
19835 copied clone if needed.
19836 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Update.
19837
19838 2012-03-22 Richard Guenther <rguenther@suse.de>
19839
19840 PR middle-end/52666
19841 * fold-const.c (fold_ternary_loc): Fix typo.
19842
19843 2012-03-22 Georg-Johann Lay <avr@gjlay.de>
19844
19845 PR target/52496
19846 * config/avr/avr.md (unspec): Remove UNSPEC_MEMORY_BARRIER.
19847 (unspecv): Add UNSPECV_MEMORY_BARRIER.
19848 (cli_sei): Use unspec_volatile instead of unspec for memory barrier.
19849 (delay_cycles_1, delay_cycles_2): Ditto.
19850 (delay_cycles_3, delay_cycles_4): Ditto.
19851 (nopv, *nopv): Ditto.
19852 (sleep, *sleep): Ditto.
19853 (wdr, *wdr): Ditto.
19854
19855 2012-03-22 Richard Guenther <rguenther@suse.de>
19856
19857 PR tree-optimization/52548
19858 * tree-ssa-pre.c (valid_in_sets): Remove handling of invalidation
19859 because of clobbers.
19860 (prune_clobbered_mems): New function.
19861 (compute_antic_aux): Use it to prune ANTIC_OUT.
19862 (compute_partial_antic_aux): Use it to prune PA_IN.
19863 (compute_avail): Only insert expressions into EXP_GEN that are not
19864 invalidated when translated up to the beginning of the block.
19865
19866 2012-03-22 Richard Guenther <rguenther@suse.de>
19867
19868 PR tree-optimization/52638
19869 * tree-vect-stmts.c (vect_init_vector_1): New function, split
19870 out from ...
19871 (vect_init_vector): ... here. Handle scalar vector inits.
19872 (vect_get_vec_def_for_operand): Adjust.
19873 (vectorizable_load): Likewise.
19874
19875 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
19876
19877 * config.gcc (alpha*-*-linux*): Add elfos.h to tm_file.
19878 (alpha*-*-freebsd*): Ditto.
19879 (alpha*-*-netbsd*): Ditto.
19880 (alpha*-*-openbsd*): Ditto.
19881 * config/alpha/elf.h (OBJECT_FORMAT_ELF): Remove.
19882 (DWARF2_DEBUGGING_INFO): Remove.
19883 (PREFERRED_DEBUGGING_TYPE): Remove.
19884 (ASM_FINAL_SPEC): Remove.
19885 (IDENT_ASM_OP): Remove.
19886 (ASM_OUTPUT_IDENT): Remove.
19887 (SKIP_ASM_OP): Remove.
19888 (ASM_OUTPUT_SKIP): Remove.
19889 (ALIGN_ASM_OP): Remove.
19890 (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
19891 (ASM_OUTPUT_CASE_LABEL): Remove.
19892 (ASM_OUTPUT_EXTERNAL_LIBCALL): Remove.
19893 (COMMON_ASM_OP): Remove.
19894 (ASM_OUTPUT_ALIGNED_COMMON): Remove.
19895 (ASCII_DATA_ASM_OP): Remove.
19896 (READONLY_DATA_SECTION_ASM_OP): Remove.
19897 (INIT_SECTION_ASM_OP): Remove.
19898 (FINI_SECTION_ASM_OP): Remove.
19899 (ASM_SECTION_START_OP): Remove.
19900 (ASM_OUTPUT_SECTION_START_FILE): Remove.
19901 (TARGET_ASM_NAMED_SECTION): Remove.
19902 (TARGET_ASM_SELECT_SECTION): Remove.
19903 (MAKE_DECL_ONE_ONLY): Remove.
19904 (TYPE_ASM_OP): Remove.
19905 (SIZE_ASM_OP): Remove.
19906 (ASM_WEAKEN_LABEL): Remove.
19907 (TYPE_OPERAND_FMT): Remove.
19908 (ASM_DECLARE_RESULT): Remove.
19909 (ASM_DECLARE_OBJECT_NAME): Remove.
19910 (ASM_FINISH_DECLARE_OBJECT): Remove.
19911 (ELF_ASCII_ESCAPES): Remove.
19912 (ELF_STRING_LIMIT): Remove.
19913 (STRING_ASM_OP): Remove.
19914 (ASM_OUTPUT_EXTERNAL): Remove.
19915 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Redefine to false.
19916 * config/alpha/alpha.h (PCC_BITFIELD_TYPE_MATTERS): Undefine
19917 before define.
19918 (ASM_DECLARE_FUNCTION_NAME): Ditto.
19919 (ASM_DECLARE_FUNCTION_SIZE): Ditto.
19920 (ASM_GENERATE_INTERNAL_LABEL): Ditto.
19921 (ASM_OUTPUT_SKIP): Ditto.
19922 (READONLY_DATA_SECTION_ASM_OP): Remove.
19923 (USER_LABEL_PREFIX): Remove.
19924 (ASM_OUTPUT_ASCII): Remove.
19925 (ASM_OUTPUT_CASE_LABEL): Remove.
19926 (NO_DOLLAR_IN_LABEL): Undefine.
19927
19928 2012-03-22 Richard Guenther <rguenther@suse.de>
19929
19930 PR tree-optimization/52459
19931 * tree-ssa-pre.c (inhibit_phi_insertion): Do not inhibit
19932 PHI insertion for calls.
19933
19934 2012-03-21 Steven Bosscher <steven@gcc.gnu.org>
19935
19936 * cse.c (invalidate_from_sets_and_clobbers, try_back_substitute_reg,
19937 find_sets_in_insn, canonicalize_insn): Split out from ...
19938 (cse_insn): ... here.
19939 (invalidate_from_clobbers): Take an insn instead of the pattern.
19940
19941 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
19942
19943 PR target/52479
19944 * config/sh/sh-protos.h (sh_fsca_df2int): Remove.
19945 * config/sh/sh.c (sh_fsca_df2int_rtx, sh_fsca_df2int): Remove.
19946 * config/sh/sh.md (sindf2, cosdf2): Remove.
19947
19948 2012-03-21 Kaz Kojima <kkojima@gcc.gnu.org>
19949
19950 PR target/52642
19951 * config/sh/sh.c (sh_expand_prologue): Emit blockage at the end of
19952 prologue for unwinder and profiler.
19953
19954 2012-03-21 Andreas Tobler <andreast@fgznet.ch>
19955
19956 * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
19957 Introduce emul_name to select the right linker emulation for
19958 powerpc64-*-freebsd*.
19959 * configure: Regenerate.
19960 * config.gcc: Add bits to support powerpc64-*-freebsd*.
19961 * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
19962 * config/rs6000/freebsd64.h: New file.
19963 * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
19964 POWERPC_FREEBSD.
19965 (rs6000_savres_strategy): Likewise.
19966 (rs6000_savres_routine_name): Likewise.
19967 (rs6000_elf_file_end): Likewise.
19968 * config/rs6000/t-freebsd64: New file.
19969 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
19970 rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.
19971
19972 * config/rs6000/freebsd64.h: Remove duplicated entries from last
19973 commit.
19974 * config/rs6000/t-freebsd64: Likewise.
19975
19976 2012-03-21 Georg-Johann Lay <avr@gjlay.de>
19977
19978 PR rtl-optimization/52543
19979 PR target/52461
19980 * config/avr/avr-protos.h (avr_load_lpm): New prototype.
19981 * config/avr/avr.c (avr_mode_dependent_address_p): New function.
19982 (TARGET_MODE_DEPENDENT_ADDRESS_P): New define.
19983 (avr_load_libgcc_p): Restrict to __flash loads.
19984 (avr_out_lpm): Only handle 1-byte loads from __flash.
19985 (avr_load_lpm): New function.
19986 (avr_find_unused_d_reg): Remove.
19987 (avr_out_lpm_no_lpmx): Remove.
19988 (adjust_insn_length): Handle ADJUST_LEN_LOAD_LPM.
19989 * config/avr/avr.md (unspec): Add UNSPEC_LPM.
19990 (load_<mode>_libgcc): Use UNSPEC_LPM instead of MEM.
19991 (load_<mode>, load_<mode>_clobber): New insns.
19992 (mov<mode>): For multi-byte move from non-generic
19993 16-bit address spaces: Expand to load_<mode> resp.
19994 load_<mode>_clobber.
19995 (load<mode>_libgcc): Remove expander.
19996 (split-lpmx): Remove split.
19997
19998 2012-03-21 Richard Earnshaw <rearnsha@arm.com>
19999
20000 * neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart.
20001 * config/arm/neon.ml (Fixed_return_reg): Renamed to fixed_vector_reg.
20002 All callers changed.
20003 (Fixed_core_reg): New feature.
20004 (Vget_lane [sizes S64 and U64]): Add Fixed_core_reg. Allow fmrrd in
20005 disassembly.
20006 * neon-testgen.ml: Handle Fixed_core_reg.
20007
20008 2012-03-21 Andrew Stubbs <ams@codesourcery.com>
20009
20010 * config/arm/arm.c (thumb2_reorg): Add complete support
20011 for 16-bit instructions.
20012 * config/arm/thumb2.md: Delete obsolete flag-clobbering peepholes.
20013
20014 2012-03-21 Richard Guenther <rguenther@suse.de>
20015
20016 PR tree-optimizer/52636
20017 * tree-vect-slp.c (vect_get_constant_vectors): Convert constants
20018 to the appropriate type.
20019
20020 2012-03-21 Richard Guenther <rguenther@suse.de>
20021
20022 * Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H)
20023 dependencies.
20024 * cfgexpand.c (gimple_expand_cfg): Fold in pass_init_function,
20025 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
20026 * passes.c (init_optimization_passes): Remove pass_init_function,
20027 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
20028 * tree-pass.h (pass_init_function): Remove.
20029 (pass_jump): Remove.
20030 (pass_initial_value_sets): Remove.
20031 (pass_unshare_all_rtl): Remove.
20032 * integrate.c (pass_initial_value_sets): Remove.
20033 * emit-rtl.c (pass_unshare_all_rtl): Remove.
20034 * tree.h (init_function_for_compilation): Remove.
20035 * function.c (init_function_for_compilation): Remove.
20036 (pass_init_function): Remove.
20037 * cfgcleanup.c (rest_of_handle_jump): Remove.
20038 (pass_jump): Remove.
20039
20040 2012-03-20 Jason Merrill <jason@redhat.com>
20041
20042 * tree-streamer-in.c (streamer_alloc_tree): Call
20043 ggc_alloc_zone_cleared_tree_node instead of
20044 ggc_alloc_zone_cleared_tree_node_stat.
20045
20046 2012-03-20 Jonathan Wakely <jwakely.gcc@gmail.com>
20047
20048 * doc/extend.texi (Template Instantiation): Remove anachronisms.
20049
20050 2012-03-20 Jakub Jelinek <jakub@redhat.com>
20051
20052 PR target/52607
20053 * config/i386/i386.c (expand_vec_perm_vperm2f128): New function.
20054 (ix86_expand_vec_perm_const_1): Call it.
20055
20056 * config/i386/i386.c (vselect_insn): New variable.
20057 (init_vselect_insn): New function.
20058 (expand_vselect, expand_vselect_insn): Add testing_p argument.
20059 Call init_vselect_insn if vselect_insn is NULL. Adjust
20060 PATTERN (vselect_insn), instead of creating a new insn each time,
20061 only emit a copy of it if not testing and recog has been successful.
20062 (expand_vec_perm_pshufb, expand_vec_perm_1,
20063 expand_vec_perm_pshuflw_pshufhw, expand_vec_perm_broadcast_1): Adjust
20064 callers.
20065
20066 PR target/52607
20067 * config/i386/i386.md ("isa" attribute): Add avx2 and noavx2.
20068 ("enabled" attribute): Handle avx2 and noavx2 isas.
20069 * config/i386/sse.md (avx2_vec_dupv8sf_1, avx2_pbroadcast<mode>_1):
20070 New insns.
20071 (vec_dup<mode>): Add avx2 =x,x alternative.
20072 (vec_dup<mode> splitter): Don't split if TARGET_AVX2.
20073 (*avx_vperm_broadcast_<mode>): Don't split V4DFmode if TARGET_AVX2.
20074 For TARGET_AVX2, V8SFmode and elt == 0 split into vbroadcastss.
20075 * config/i386/i386.c (expand_vec_perm_pshufb): Emit also vpermps
20076 for V8SFmode.
20077 (expand_vec_perm_1): For broadcasts, use avx2_pbroadcast<mode>_1
20078 if possible, handle also V8SFmode.
20079
20080 2012-03-20 Richard Earnshaw <rearnsha@arm.com>
20081
20082 * arm/predicates.md (zero_operand, reg_or_zero_operand): New predicates.
20083 * arm/neon.md (neon_vceq<mode>, neon_vcge<mode>): Use
20084 reg_or_zero_operand predicate.
20085 (neon_vcle<mode>, neon_vclt<mode>): Use zero_operand predicate.
20086
20087 2012-03-20 Jakub Jelinek <jakub@redhat.com>
20088
20089 * config/i386/i386.c (ix86_decompose_address) <case ZERO_EXTEND>:
20090 If operand isn't UNSPEC, return 0.
20091
20092 2012-03-20 Richard Guenther <rguenther@suse.de>
20093
20094 * tree-pass.h (pass_rtl_eh): Remove.
20095 * except.c (gate_handle_eh): Likewise.
20096 (rest_of_handle_eh): Likewise.
20097 (pass_rtl_eh): Likewise.
20098 (finish_eh_generation): Export.
20099 * except.h (finish_eh_generation): Declare.
20100 * passes.c (init_optimization_passes): Remove pass_rtl_eh.
20101 * cfgexpand.c (gimple_expand_cfg): Call finish_eh_generation
20102 after expanding stack alignment. Instead of compacting blocks
20103 call cleanup_cfg.
20104
20105 2012-03-20 Richard Guenther <rguenther@suse.de>
20106
20107 * stor-layout.c (finish_bitfield_representative): Fallback
20108 to conservative maximum size if the padding up to the next
20109 field cannot be computed as a constant.
20110 (finish_bitfield_layout): If we cannot compute the distance
20111 between the start of the bitfield representative and the
20112 bitfield member start a new representative.
20113 * expr.c (get_bit_range): The distance between the start of
20114 the bitfield representative and the bitfield member is zero
20115 if the field offsets are not constants.
20116
20117 2012-03-20 Tristan Gingold <gingold@adacore.com>
20118
20119 * tree.h (enum size_type_kind): Add stk_ prefix to constants,
20120 convert in lowercase.
20121 (sizetype_tab, sizetype, bitsizetype, ssizetype, sbitsizetype)
20122 (size_int, ssize_int, bitsize_int, sbitsize_int): Adjust.
20123 * stor-layout.c (sizetype_tab): Adjust.
20124 (initialize_sizetypes): Use SIZETYPE instead of SIZE_TYPE.
20125 * tree-streamer.c (preload_common_nodes): Use stk_type_kind_last
20126 instead of type_kind_last.
20127 * tree-scalar-evolution.c (interpret_rhs_expr): Use size_int
20128 instead of size_int_kind.
20129 * doc/tm.texi.in (Type Layout): Document SIZETYPE.
20130 * doc/tm.texi: Regenerate.
20131 * defaults.h (SIZETYPE): Provide a default value.
20132 * config/vms/vms.h (SIZE_TYPE): Define as "unsigned int".
20133 (SIZETYPE): Define.
20134
20135 2012-03-20 Oleg Endo <olegendo@gcc.gnu.org>
20136
20137 * config/sh/sh.md: Use braced string notation where applicable.
20138
20139 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
20140
20141 * config/i386/i386.md (allocate_stack): Simplify.
20142
20143 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
20144
20145 * builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of
20146 copy_to_mode_reg (Pmode, ...).
20147 (expand_builtin_frame_address): Ditto.
20148 * expr.c (emit_block_move_via_libcall): Ditto.
20149 (set_storage_via_libcall): Ditto.
20150
20151 * config/i386/i386.c (ix86_expand_movmem): Ditto.
20152 (ix86_expand_setmem): Ditto.
20153 (ix86_trampoline_init): DItto.
20154 * config/i386/i386.md (cmpstrnsi): Ditto.
20155
20156 2012-03-19 Sandra Loosemore <sandra@codesourcery.com>
20157
20158 * config/sh/sh.opt (madjust-unroll): Mark as ignored/obsolete.
20159 * config/sh/sh.h (TARGET_OPT_DEFAULT): Don't use MASK_ADJUST_UNROLL.
20160 * doc/invoke.texi (Option Summary): Remove -madjust-unroll.
20161 (SH Options): Likewise.
20162
20163 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
20164
20165 * config/i386/i386.c (get_thread_pointer): Add tp_mode argument.
20166 Generate ZERO_EXTEND in place if GET_MODE (tp) != tp_mode.
20167 (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>: Always generate
20168 DImode UNSPEC_GOTNTPOFF references on TARGET_64BIT.
20169 (ix86_decompose_address): Allow zero extended UNSPEC_TP references.
20170
20171 Revert:
20172 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
20173
20174 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
20175 * config/i386/i386.c (ix86_decompose_address): Use
20176 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
20177 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
20178 thread pointer to a register.
20179
20180 Revert:
20181 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
20182
20183 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
20184 if Pmode != word_mode.
20185 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
20186 Pmode == SImode for TARGET_X32.
20187
20188 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
20189 (tls_initial_exec_x32): Likewise.
20190
20191 2012-03-19 Oleg Endo <olegendo@gcc.gnu.org>
20192
20193 PR target/50751
20194 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12, DISP_ADDR_P,
20195 DISP_ADDR_OFFSET): New macros.
20196 * config/sh/sh.c (sh_address_cost): Add SH2A special case.
20197 (sh_legitimate_index_p): Allow QImode displacements for non-SH2A.
20198 (sh_legitimize_address): Add QImode displacement handling.
20199 (sh_cannot_change_mode_class): Disallow GENERAL_REGS for SFmode
20200 vector subregs.
20201 (sh_secondary_reload): Add QImode displacement handling.
20202 * config/sh/predicates.md (movsrc_no_disp_mem_operand): New predicate.
20203 * config/sh/constraints.md (K04, Snd, Sdd): New constraints.
20204 * config/sh/sh.md (extendqisi2): Remove constraints from expander.
20205 (*extendqisi2_compact): Rename to *extendqisi2_compact_reg, restrict
20206 to register operands only.
20207 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New insns.
20208 (extendqihi2): Change insn to expander.
20209 (*extendqihi2_compact_reg): New insn.
20210 (movqi_i, movqi): Replace with ...
20211 (movqi, *movqi_reg_reg, *movqi_store_mem_disp12,
20212 *movqi_load_mem_disp, *movqi_load_mem_disp): ... these.
20213 Add new peepholes for QImode displacement addressing.
20214
20215 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
20216
20217 PR c++/14710
20218 * doc/invoke.texi: Document -Wuseless-cast.
20219
20220 2012-03-19 Eric Botcazou <ebotcazou@adacore.com>
20221
20222 * tree.def (REALPART_EXPR, IMAGPART_EXPR, VIEW_CONVERT_EXPR): Move.
20223 * tree.h (handled_component_p): Reorder cases.
20224 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref): Do
20225 not initialize unsignedp.
20226 (loc_list_from_tree): Likewise.
20227 (fortran_common): Likewise.
20228 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
20229
20230 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
20231
20232 * config/i386/i386.c (ix86_expand_prologue) <CM_LARGE_PIC>: Use Pmode
20233 mode consistently. Use ix86_gen_add3. Assert that Pmode == DImode.
20234 (ix86_expand_split_stack_prologue): Use ix86_gen_add3.
20235 (ix86_split_long_move): Ditto.
20236 (legitimize_tls_address): Use ix86_gen_sub3.
20237 (construct_plt_address): Assert that Pmode == DImode.
20238
20239 2012-03-18 Uros Bizjak <ubizjak@gmail.com>
20240
20241 * config/i386/i386.md: Remove empty predicates and/or constraints.
20242 * config/i386/sync.md: Ditto.
20243 * config/i386/sse.md: Ditto.
20244 * config/i386/mmx.md: Ditto.
20245 * config/i386/pentium.md: Ditto.
20246 * config/i386/athlon.md: Ditto.
20247
20248 2012-03-16 Richard Guenther <rguenther@suse.de>
20249
20250 PR tree-optimization/52603
20251 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Clarify
20252 comment.
20253
20254 Revert
20255 2012-03-14 Richard Guenther <rguenther@suse.de>
20256
20257 PR tree-optimization/52571
20258 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
20259 flag_section_anchors check ...
20260 (vect_can_force_dr_alignment_p): ... here.
20261
20262 2012-03-16 Martin Jambor <mjambor@suse.cz>
20263
20264 * expr.c (expand_expr_real_1): Handle misaligned scalar reads from
20265 memory through MEM_REFs by calling extract_bit_field.
20266
20267 2012-03-16 Richard Guenther <rguenther@suse.de>
20268
20269 * fold-const.c (native_interpret_expr): Also support POINTER_TYPE
20270 and REFERENCE_TYPE interpretations.
20271 (can_native_interpret_type_p): New function.
20272 (fold_ternary_loc): Use native encode/interpret to fold
20273 BIT_FIELD_REFs of constants.
20274
20275 2012-03-16 Richard Guenther <rguenther@suse.de>
20276
20277 PR middle-end/52584
20278 * fold-const.c (fold_ternary_loc): Fold vector typed BIT_FIELD_REFs
20279 of vector constants and constructors.
20280
20281 2012-03-16 Richard Guenther <rguenther@suse.de>
20282
20283 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
20284 VIEW_CONVERT_EXPR to convert constants.
20285 (vect_is_simple_use): Treat all constants as vec_constant_def.
20286
20287 2012-03-16 Richard Guenther <rguenther@suse.de>
20288 Kai Tietz <ktietz@redhat.com>
20289
20290 PR middle-end/48814
20291 * gimplify.c (gimplify_self_mod_expr): Evaluate postfix
20292 side-effects completely in the pre-queue and use a temporary
20293 for the result.
20294
20295 2012-03-16 Richard Guenther <rguenther@suse.de>
20296
20297 * stor-layout.c (finish_bitfield_representative): Fall back
20298 to the conservative maximum size if we cannot compute the
20299 size of the tail padding.
20300
20301 2012-03-16 Tristan Gingold <gingold@adacore.com>
20302
20303 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
20304 __CRTL_VER and __VMS_VER.
20305 * config/vms/vms-protos.h: Declare vms_c_get_crtl_ver
20306 and vms_c_get_vms_ver.
20307 * config/vms/vms-c.c (vms_c_get_crtl_ver, vms_c_get_vms_ver): New
20308 functions.
20309 * config/alpha/vms.h (VMS_DEFAULT_CRTL_VER)
20310 (VMS_DEFAULT_VMS_VER): Define.
20311 * config/ia64/vms.h (VMS_DEFAULT_CRTL_VER)
20312 (VMS_DEFAULT_VMS_VER): Define.
20313
20314 2012-03-16 Richard Guenther <rguenther@suse.de>
20315
20316 * tree-vect-loop.c (get_initial_def_for_induction): Use
20317 build_constructor directly.
20318 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
20319 build_vector_from_val.
20320 * tree.c (build_vector_from_val): Avoid creating a constructor
20321 first when we want a constant vector.
20322
20323 2012-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20324
20325 * doc/install.texi (Specific, *-*-solaris2*): Improve wording.
20326
20327 2012-03-16 Richard Guenther <rguenther@suse.de>
20328
20329 * tree.h (TREE_VECTOR_CST_ELTS): Remove.
20330 (VECTOR_CST_NELTS, VECTOR_CST_ELTS, VECTOR_CST_ELT): New defines.
20331 (struct tree_vector): Remove elements member, add variable size
20332 elts array member.
20333 (build_vector_stat): Declare.
20334 (build_vector): Define in terms of build_vector_stat.
20335 * tree.c (build_vector): Rename to ...
20336 (build_vector_stat): ... this. Take array of trees as parameter.
20337 (build_vector_from_ctor): Adjust.
20338 (integer_zerop, integer_onep, integer_all_onesp, iterative_hash_expr,
20339 initializer_zerop): Adjust.
20340 * cfgexpand.c (expand_debug_expr): Likewise.
20341 * expr.c (categorize_ctor_elements_1, expand_expr_real_1,
20342 const_vector_from_tree): Likewise.
20343 * fold-const.c (const_binop, operand_equal_p, native_encode_vector,
20344 native_interpret_vector, fold_unary_loc, vec_cst_ctor_to_array,
20345 fold_vec_perm, fold_binary_loc, fold_ternary_loc): Likewise.
20346 * tree-streamer-in.c (streamer_alloc_tree): Handle TS_VECTOR.
20347 (lto_input_ts_vector_tree_pointers): Adjust.
20348 * tree-streamer-out.c (streamer_write_tree_header): Handle TS_VECTOR.
20349 (write_ts_vector_tree_pointers): Adjust.
20350 * varasm.c (const_hash_1, compare_constant, copy_constant,
20351 output_constant): Adjust.
20352 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Adjust.
20353 * print-tree.c (print_node): Adjust.
20354 * tree-pretty-print.c (dump_generic_node): Adjust.
20355 * tree-vect-generic.c (uniform_vector_p, vector_element,
20356 lower_vec_perm): Adjust.
20357 * tree-vect-loop.c (get_initial_def_for_reduction): Adjust.
20358 * tree-vect-slp.c (vect_get_constant_vectors,
20359 vect_transform_slp_perm_load): Adjust.
20360 * tree-vect-stmts.c (vect_gen_perm_mask): Adjust.
20361 * expmed.c (make_tree): Adjust.
20362 * config/i386/i386.c (ix86_expand_builtin): Adjust.
20363 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Adjust interface
20364 and implementation.
20365 (sparc_fold_builtin): Adjust.
20366
20367 2012-03-16 Tristan Gingold <gingold@adacore.com>
20368
20369 * config.gcc (*-*-*vms*): Define use_gcc_stdint and tm_file.
20370 * config/vms/vms-stdint.h: New file.
20371
20372 2012-03-16 Tristan Gingold <gingold@adacore.com>
20373
20374 * config.host (alpha64-dec-*vms*, alpha*-dec-*vms*)
20375 (ia64-hp-*vms*): Replaced by ...
20376 (*-*-*vms*): ... This new entry.
20377
20378 2012-03-15 Jakub Jelinek <jakub@redhat.com>
20379
20380 PR target/52568
20381 * config/i386/i386.c (expand_vec_perm_vperm2f128_vblend): New function.
20382 (ix86_expand_vec_perm_const_1): Use it.
20383
20384 PR target/52568
20385 * config/i386/sse.md (UNSPEC_VPERMDF): Remove.
20386 (avx2_permv4df): Remove.
20387 (avx2_permv4di): Macroize into...
20388 (avx2_perm<mode>): ... this using VI8F_256 iterator.
20389 (avx2_permv4di_1): Macroize into...
20390 (avx2_perm<mode>_1): ... this using VI8F_256 iterator.
20391
20392 2012-03-15 Ulrich Weigand <ulrich.weigand@linaro.org>
20393
20394 * combine.c (apply_distributive_law): Do not distribute SUBREG.
20395
20396 2012-03-15 Ira Rosen <irar@il.ibm.com>
20397 Ulrich Weigand <ulrich.weigand@linaro.org>
20398
20399 * tree-vect-patterns.c (widened_name_p): Rename to ...
20400 (type_conversion_p): ... this. Add new argument to determine
20401 if it's a promotion or demotion operation. Check for
20402 CONVERT_EXPR_CODE_P instead of NOP_EXPR.
20403 (vect_recog_dot_prod_pattern): Call type_conversion_p instead
20404 widened_name_p.
20405 (vect_recog_widen_mult_pattern, vect_recog_widen_sum_pattern,
20406 vect_operation_fits_smaller_type, vect_recog_widen_shift_pattern):
20407 Likewise.
20408 (vect_recog_mixed_size_cond_pattern): Likewise and allow
20409 non-constant then and else clauses.
20410
20411 2012-03-15 Ira Rosen <irar@il.ibm.com>
20412 Ulrich Weigand <ulrich.weigand@linaro.org>
20413
20414 * tree-vectorizer.h (vect_pattern_recog): Add new argument.
20415 * tree-vect-loop.c (vect_analyze_loop_2): Update call to
20416 vect_pattern_recog.
20417 * tree-vect-patterns.c (widened_name_p): Pass basic block
20418 info to vect_is_simple_use.
20419 (vect_recog_dot_prod_pattern): Fail for basic blocks.
20420 (vect_recog_widen_sum_pattern): Likewise.
20421 (vect_handle_widen_op_by_const): Support basic blocks.
20422 (vect_operation_fits_smaller_type,
20423 vect_recog_over_widening_pattern): Likewise.
20424 (vect_recog_vector_vector_shift_pattern): Support basic blocks.
20425 Update call to vect_is_simple_use.
20426 (vect_recog_mixed_size_cond_pattern): Support basic blocks.
20427 Add printing.
20428 (check_bool_pattern): Add an argument, update call to
20429 vect_is_simple_use and the recursive calls.
20430 (vect_recog_bool_pattern): Update relevant function calls.
20431 Add printing.
20432 (vect_mark_pattern_stmts): Update calls to new_stmt_vec_info.
20433 (vect_pattern_recog_1): Check for reduction only in loops.
20434 (vect_pattern_recog): Add new argument. Support basic blocks.
20435 * tree-vect-stmts.c (vectorizable_conversion): Pass basic block
20436 info to vect_is_simple_use_1.
20437 * tree-vect-slp.c (vect_get_and_check_slp_defs): Support basic blocks.
20438 (vect_slp_analyze_bb_1): Call vect_pattern_recog.
20439
20440 2012-03-15 Jakub Jelinek <jakub@redhat.com>
20441 Andrew Pinski <apinski@cavium.com>
20442
20443 PR middle-end/52592
20444 * builtins.c (expand_builtin_int_roundingfn_2): If expanding
20445 BUILT_IN_IR{INT,OUND}* using optab fails, emit lr{int,ound}*
20446 calls instead of __builtin_ir{int,ound}*.
20447
20448 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
20449
20450 * doc/sourcebuild.texi (cleanup-modules, keep-modules): Update
20451 documentation.
20452
20453 2012-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
20454
20455 * config.gcc (target_type_format_char): New. Document it. Set it for
20456 arm*-*-* .
20457 * configure.ac (gnu_unique_option): Use target_type_format_char
20458 in test. Comment rationale.
20459 * configure: Regenerate .
20460
20461 2012-03-15 Jakub Jelinek <jakub@redhat.com>
20462
20463 PR tree-optimization/52267
20464 * tree-vrp.c (masked_increment): New function.
20465 (register_edge_assert_for_2): Derive ASSERT_EXPRs
20466 from (X & CST1) cmp CST2 tests.
20467
20468 2012-03-15 Richard Guenther <rguenther@suse.de>
20469
20470 PR middle-end/52580
20471 * tree-data-ref.c (subscript_dependence_tester_1): Check
20472 all dimensions for non-conflicting access functions.
20473
20474 2012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
20475
20476 PR c++/44783
20477 * doc/invoke.texi [C++ Language Options]: Document
20478 -ftemplate-backtrace-limit.
20479
20480 2012-03-15 Tristan Gingold <gingold@adacore.com>
20481
20482 * c-parser.c (c_parser_parameter_declaration): Handle #pragma
20483 before a parameter.
20484
20485 2012-03-15 Tristan Gingold <gingold@adacore.com>
20486
20487 * dwarf2out.c (gen_subprogram_die): Require dwarf unwinding to
20488 use DW_OP_call_frame_cfa.
20489
20490 2012-03-14 H.J. Lu <hongjiu.lu@intel.com>
20491
20492 PR target/50797
20493 * config/i386/i386-opts.h (pmode): New.
20494
20495 * config/i386/i386.c (ix86_option_override_internal): Properly
20496 check and set ix86_pmode.
20497
20498 * config/i386/i386.h (Pmode): Check ix86_pmode instead of TARGET_64BIT.
20499
20500 * config/i386/i386.opt (maddress-mode=): New.
20501
20502 * doc/invoke.texi: Document -maddress-mode=short|long for x86.
20503
20504 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20505
20506 * dwarf2cfi.c (def_cfa_0): Remove MIPS_DEBUGGING_INFO handling.
20507 (dwarf2out_do_cfi_asm): Likewise.
20508 * dwarf2out.c (output_call_frame_info): Remove MIPS_DEBUGGING_INFO
20509 handling.
20510 (add_data_member_location_attribute): Likewise.
20511 (gen_array_type_die): Likewise.
20512 (gen_subprogram_die): Likewise.
20513 (gen_producer_string): Likewise.
20514 * sdbout.c (sdbout_begin_prologue): Declare unconditionally.
20515 Remove MIPS_DEBUGGING_INFO handling.
20516 (sdb_debug_hooks): Likewise.
20517 (sdbout_begin_block): Likewise.
20518 (sdbout_end_block): Likewise.
20519 (sdbout_begin_prologue): Likewise.
20520 (sdbout_start_source_file): Likewise.
20521 (sdbout_end_source_file): Likewise.
20522 (sdbout_init): Likewise.
20523 * system.h (MIPS_DEBUGGING_INFO): Poison.
20524
20525 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20526
20527 * config/alpha/alpha.c [HAVE_STAMP_H]: Remove.
20528 (alpha_file_start) [MS_STAMP]: Remove.
20529
20530 * config/alpha/elf.h (TARGET_GAS): Remove.
20531 * config/alpha/freebsd.h (TARGET_DEFAULT): Remove.
20532 * config/alpha/linux.h (TARGET_DEFAULT): Remove.
20533 * config/alpha/netbsd.h (TARGET_DEFAULT): Remove.
20534 * config/alpha/vms.h (TARGET_DEFAULT): Remove.
20535 * config.gcc (alpha*-*-linux*): Remove target_cpu_default.
20536 (alpha*-*-freebsd*): Likewise.
20537 (alpha*-*-netbsd*): Likewise.
20538 (alpha*-*-openbsd*): Likewise.
20539 (alpha*-*-*): Remove target_cpu_default2.
20540 * config/alpha/alpha.c (alpha_output_filename): Remove !TARGET_GAS
20541 handling.
20542 * config/alpha/alpha.h (TARGET_AS_CAN_SUBTRACT_LABELS): Remove.
20543 (TARGET_AS_SLASH_BEFORE_SUFFIX): Remove.
20544 * config/alpha/alpha.c (print_operand): Always assume
20545 TARGET_AS_SLASH_BEFORE_SUFFIX.
20546 * config/alpha/alpha.md ("*builtin_setjmp_receiver_er_sl_1"):
20547 Remove TARGET_AS_CAN_SUBTRACT_LABELS.
20548 ("*builtin_setjmp_receiver_er_1"): Remove.
20549 * config/alpha/alpha.opt (malpha-as): Remove.
20550 (mgas): Ignore.
20551 * doc/invoke.texi (Option Summary, DEC Alpha Options): Remove
20552 -malpha-as, -mgas.
20553 Remove DEC Unix reference.
20554
20555 * config/alpha/alpha.h (OBJECT_FORMAT_COFF): Remove.
20556 (EXTENDED_COFF): Remove.
20557 * config/alpha/elf.h (OBJECT_FORMAT_COFF): Don't undef.
20558 (EXTENDED_COFF): Don't undef.
20559 * config/alpha/alpha.c (alpha_file_start): Always assume
20560 OBJECT_FORMAT_ELF.
20561 Don't set targetm.asm_file_start_file_directive.
20562 [!OBJECT_FORMAT_ELF]: Remove.
20563 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
20564
20565 * config/alpha/alpha.h (SDB_DEBUGGING_INFO): Remove.
20566 (DBX_DEBUGGING_INFO): Remove.
20567 (MIPS_DEBUGGING_INFO): Remove.
20568 (PREFERRED_DEBUGGING_TYPE): Remove.
20569 (DBX_OUTPUT_SOURCE_LINE): Remove.
20570 (SDB_OUTPUT_SOURCE_LINE): Remove.
20571 (DBX_CONTIN_LENGTH): Remove.
20572 (NO_DBX_FUNCTION_END): Remove.
20573 (ASM_STABS_OP): Remove.
20574 (ASM_STABN_OP): Remove.
20575 (ASM_STABD_OP): Remove.
20576 (SDB_ALLOW_FORWARD_REFERENCES): Remove.
20577 (SDB_ALLOW_UNKNOWN_REFERENCES): Remove.
20578 (PUT_SDB_DEF): Remove.
20579 (PUT_SDB_PLAIN_DEF): Remove.
20580 (PUT_SDB_TYPE): Remove.
20581 (sdb_label_count): Remove.
20582 (PUT_SDB_BLOCK_START): Remove.
20583 (PUT_SDB_BLOCK_END): Remove.
20584 (PUT_SDB_FUNCTION_START): Remove.
20585 (PUT_SDB_FUNCTION_END): Remove.
20586 (PUT_SDB_EPILOGUE_END): Remove.
20587 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Don't undef.
20588 (MIPS_DEBUGGING_INFO): Don't undef.
20589 (DBX_DEBUGGING_INFO): Don't undef.
20590 * config/alpha/vms.h (SDB_DEBUGGING_INFO): Don't undef.
20591 (MIPS_DEBUGGING_INFO): Don't undef.
20592 (DBX_DEBUGGING_INFO): Don't undef.
20593 * config/alpha/freebsd.h (DBX_CONTIN_CHAR): Remove.
20594 * config/alpha/alpha.c (alpha_option_override): Remove SDB_DEBUG
20595 handling.
20596 (alpha_start_function): Likewise.
20597 (sdb_label_count): Remove.
20598 (alpha_output_filename): Remove DBX_DEBUG handling.
20599 (alpha_file_start): Likewise.
20600
20601 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20602
20603 * config.gcc (enable_obsolete): Remove *-*-solaris2.8*.
20604 (*-*-solaris2.[0-8], *-*-solaris2.[0-8].*): Mark unsupported.
20605 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Remove
20606 Solaris 8 support.
20607 * configure.ac (gcc_cv_ld_hidden): Remove *-*-solaris2.8*.
20608 (ld_tls_support): Remove Solaris 8 references.
20609 (lwp_dir, lwp_spec): Remove support for alternate thread library.
20610 * acinclude.m4 (gcc_cv_initfini_array): Remove *-*-solaris2.* tests.
20611 * configure: Regenerate.
20612 * config.in: Regenerate.
20613
20614 * config/sol2.h (LINK_SPEC): Remove LIB_THREAD_LDFLAGS_SPEC.
20615 * config/i386/sol2.h: Remove Solaris 8 references.
20616
20617 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Rename to ...
20618 (i?86-*-solaris2.9): ... this.
20619 Remove Solaris 8 references.
20620 (Specific, *-*-solaris2*): Document Solaris 8 removal.
20621 Remove Solaris 8 references.
20622
20623 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20624
20625 * config.gcc (enable_obsolete): Remove mips-sgi-irix6.5.
20626 (mips-sgi-irix6.5*): Remove.
20627 * config.host (mips-sgi-irix*): Remove.
20628 * configure.ac (enable_fixed_point): Remove mips*-sgi-irix*.
20629 (set_have_as_tls): Remove *-*-irix6*.
20630 (gcc_cv_ld_static_dynamic): Remove mips-sgi-irix6*.
20631 * configure: Regenerate.
20632
20633 * config/mips/iris6.h: Remove.
20634 * config/mips/iris6.opt: Remove.
20635 * config/mips/t-irix6: Remove.
20636
20637 * config/mips/mips.h (TARGET_GPWORD): Remove IRIX 6 N64 handling.
20638 (TARGET_IRIX6): Remove.
20639 (TARGET_CPU_CPP_BUILTINS): Remove IRIX 6 handling.
20640 Don't define LANGUAGE_C, _LANGUAGE_C for Objective-C.
20641 * config/mips/mips.c (mips_build_builtin_va_list): Remove IRIX 6
20642 handling.
20643 (mips_file_start): Likewise.
20644 * config/mips/mips-protos.h (irix_asm_output_align): Remove.
20645
20646 * config/mips/driver-native.c [__sgi__]: Remove.
20647 (host_detect_local_cpu) [__sgi__]: Remove.
20648
20649 * config/mips/gnu-user.h: Remove iris5.h reference.
20650
20651 * config/mips/mips-modes.def: Remove IRIX 6 reference.
20652 * config/mips/gnu-user64.h (MIPS_TFMODE_FORMAT): Remove.
20653 * config/mips/mips.c (mips_option_override) [MIPS_TFMODE_FORMAT]:
20654 Remove.
20655
20656 * gcc.c (main): Move asm_debug initialization ...
20657 (asm_debug): ... here.
20658
20659 * ginclude/stddef.h (__STDDEF_H__): Don't define.
20660
20661 * defaults.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Remove.
20662 * system.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Poison.
20663 * collect2.c [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
20664 (main) [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
20665 [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES] (is_in_args): Remove.
20666 * doc/tm.texi.in (Driver, LINK_ELIMINATE_DUPLICATE_LDIRECTORIES):
20667 Remove.
20668 * doc/tm.texi: Regenerate.
20669
20670 * doc/invoke.texi (Debugging Options, -gdwarf-<version>): Remove
20671 IRIX 6 reference.
20672 (MIPS Options, -march): Remove IRIX reference.
20673 * doc/install.texi (Binaries, SGI IRIX): Remove.
20674 (Specific, mips-sgi-irix6): Document IRIX 6.5 removal, remove rest
20675 of section.
20676 * doc/trouble.texi (Interoperation): Remove -lgl_s handling.
20677
20678 2012-03-14 Martin Jambor <mjambor@suse.cz>
20679
20680 * expr.c (expand_assignment): Use expand_expr with EXPAND_WRITE
20681 when expanding MEM_REFs, MEM_TARGET_REFs and handled_component bases.
20682 (expand_expr_real_1): Do not handle misalignment if modifier is
20683 EXPAND_WRITE.
20684
20685 2012-03-14 Richard Guenther <rguenther@suse.de>
20686
20687 PR middle-end/52584
20688 * tree-vect-generic.c (type_for_widest_vector_mode): Take
20689 element type instead of mode, use build_vector_type_for_mode
20690 instead of the langhook, build a vector of proper signedness.
20691 (expand_vector_operations_1): Adjust.
20692
20693 2012-03-14 Richard Guenther <rguenther@suse.de>
20694
20695 PR middle-end/52582
20696 * gimple-fold.c (canonicalize_constructor_val): Make sure we have
20697 a cgraph node for a FUNCTION_DECL that comes from a constructor.
20698 (gimple_get_virt_method_for_binfo): Likewise.
20699
20700 2012-03-14 Richard Guenther <rguenther@suse.de>
20701
20702 PR tree-optimization/52571
20703 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
20704 flag_section_anchors check ...
20705 (vect_can_force_dr_alignment_p): ... here. Do not re-align
20706 DECL_COMMON variables.
20707
20708 2012-03-14 Richard Guenther <rguenther@suse.de>
20709
20710 * tree.h (DECL_BIT_FIELD_REPRESENTATIVE): New define.
20711 * stor-layout.c (start_bitfield_representative): New function.
20712 (finish_bitfield_representative): Likewise.
20713 (finish_bitfield_layout): Likewise.
20714 (finish_record_layout): Call finish_bitfield_layout.
20715 * tree.c (free_lang_data_in_decl): Only free DECL_QUALIFIER
20716 for QUAL_UNION_TYPE fields.
20717 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
20718 Stream DECL_BIT_FIELD_REPRESENTATIVE.
20719 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
20720
20721 PR middle-end/52080
20722 PR middle-end/52097
20723 PR middle-end/48124
20724 * expr.c (get_bit_range): Unconditionally extract bitrange
20725 from DECL_BIT_FIELD_REPRESENTATIVE.
20726 (expand_assignment): Adjust call to get_bit_range.
20727
20728 2012-03-14 Richard Guenther <rguenther@suse.de>
20729
20730 PR middle-end/52578
20731 * fold-const.c (fold_unary_loc): Fold (T1)(T2)x to (T1)x if
20732 the outermost conversion is a sign-change only.
20733 (fold_binary_loc): Disregard widening and sign-changing
20734 conversions when we determine if two variables are equal
20735 for reassociation.
20736 * tree-ssa-forwprop.c (combine_conversions): Fold (T1)(T2)x to
20737 (T1)x if the outermost conversion is a sign-change only.
20738
20739 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
20740
20741 Revert:
20742 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
20743
20744 * config/i386/predicates.md (constant_call_address_operand): Declare
20745 as special predicate. Update all uses.
20746
20747 2012-03-13 Jakub Jelinek <jakub@redhat.com>
20748
20749 PR c/52577
20750 * c-parser.c (c_parser_postfix_expression)
20751 <case RID_BUILTIN_SHUFFLE>: Call mark_exp_read on argument values.
20752
20753 * config/i386/smmintrin.h: Avoid /* within a comment.
20754 * config/i386/nmmintrin.h: Likewise.
20755
20756 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
20757
20758 * config/i386/i386.md (xbegin): Remove constraint from expander.
20759
20760 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
20761
20762 * config/i386/predicates.md (constant_call_address_operand): Declare
20763 as special predicate. Update all uses.
20764 * config/i386/i386.md: Remove mode from constant_call_address_operand
20765 predicates.
20766 * config/i386/i386.c (ix86_output_call_insn): Call
20767 constant_call_address_operand with VOIDmode.
20768
20769 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
20770
20771 * config/i386/i386.c (ix86_decompose_address): Handle subregs of
20772 AND zero extended address correctly.
20773
20774 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
20775
20776 * config/i386/predicates.md (tls_symbolic_operand): Declare as
20777 special predicate.
20778 (tls_modbase_operand): Ditto.
20779 * config/i386/i386.md: Remove mode from tls_symbolic_operand and
20780 tls_modbase_operand predicates.
20781
20782 2012-03-13 Martin Jambor <mjambor@suse.cz>
20783
20784 * expr.c (expand_assignment): Handle misaligned scalar writes to
20785 memory through top-level MEM_REFs by calling store_bit_field.
20786
20787 2012-03-13 Richard Guenther <rguenther@suse.de>
20788
20789 PR middle-end/52134
20790 * fold-const.c (fold_binary_loc): Fold (X * Y) & -(1 << CST) to X * Y
20791 if Y is a constant multiple of 1 << CST.
20792
20793 2012-03-13 Georg-Johann Lay <avr@gjlay.de>
20794
20795 PR target/52488
20796 * config/avr/avr.c (avr_prologue_setup_frame): Cut down stack
20797 offset (size) to a value the insns can deal with.
20798 (expand_epilogue): Ditto.
20799
20800 2012-03-13 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
20801
20802 * config/arm/neon.ml (ops): Fixup expected instructions for
20803 unsigned vector compares.
20804
20805 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
20806
20807 * config/i386/i386.c (ix86_decompose_address): Prevent %fs:(%reg)
20808 addresses only when %reg is not in word mode.
20809
20810 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20811
20812 * config/microblaze/microblaze.md: Fix typo.
20813 * tree-if-conv.c: Likewise.
20814 * tree-vect-patterns.c: Likewise.
20815
20816 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20817
20818 * config.gcc (extra_passes): Remove.
20819 * configure.ac (extra_passes): Don't substitute.
20820 * configure: Regenerate.
20821 * Makefile.in (EXTRA_PASSES): Remove.
20822 (GCC_PASSES): Remove $(EXTRA_PASSES).
20823 (MOSTLYCLEANFILES): Likewise.
20824 (native): Likewise.
20825 (install-common): Likewise.
20826
20827 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
20828
20829 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
20830 * config/i386/i386.c (ix86_decompose_address): Use
20831 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
20832 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
20833 thread pointer to a register.
20834
20835 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
20836
20837 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P
20838 on tls_symbolic_operand.
20839 (tls_global_dynamic_64_<mode>): Likewise.
20840
20841 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
20842
20843 PR other/52545
20844 * output.h (SECTION_EXCLUDE, SECTION_MACH_DEP): Don't use
20845 SECTION_MACH_DEP reserved bits for SECTION_EXCLUDE.
20846
20847 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
20848
20849 PR target/52499
20850 * config/avr/avr.c (avr_mode_code_base_reg_class): Change return
20851 type from reg_class_t to enum reg_class.
20852 * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
20853
20854 2012-03-12 Andrew Pinski <apinski@cavium.com>
20855
20856 * tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.
20857 (tree_ssa_phiopt_worker): Use single_non_singleton_phi_for_edges.
20858 (value_replacement): Likewise.
20859 (empty_block_p): Check also if the PHIs for the block are empty.
20860
20861 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
20862
20863 PR target/52148
20864 * config/avr/avr.c (avr_out_movmem): Fix typo in output template
20865 for the case ADDR_SPACE_FLASH and AVR_HAVE_LPMX introduced in
20866 r184615 from 2012-02-28.
20867
20868 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
20869
20870 * config/i386/i386.c (ix86_gen_tls_global_dynamic_64): New.
20871 (ix86_gen_tls_local_dynamic_base_64): Likewise.
20872 (ix86_option_override_internal): Set ix86_gen_tls_global_dynamic_64
20873 and ix86_gen_tls_local_dynamic_base_64.
20874 (legitimize_tls_address): Use ix86_gen_tls_global_dynamic_64 and
20875 ix86_gen_tls_local_dynamic_base_64.
20876
20877 * config/i386/i386.md (*tls_global_dynamic_64): Renamed to ...
20878 (*tls_global_dynamic_64_<mode>): This.
20879 (tls_global_dynamic_64): Renamed to ...
20880 (tls_global_dynamic_64_<mode>): This.
20881 (*tls_local_dynamic_base_64): Renamed to ...
20882 (*tls_local_dynamic_base_64_<mode>): This.
20883 (tls_local_dynamic_base_64): Renamed to ...
20884 (tls_local_dynamic_base_64_<mode>): This.
20885
20886 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
20887
20888 * config/i386/i386.c (ix86_option_override_internal): Properly
20889 set ix86_gen_leave and ix86_gen_monitor. Check Pmode == DImode,
20890 instead of TARGET_64BIT, to set ix86_gen_add3, ix86_gen_sub3,
20891 ix86_gen_one_cmpl2, ix86_gen_andsp, ix86_gen_allocate_stack_worker,
20892 ix86_gen_adjust_stack_and_probe and ix86_gen_probe_stack_range.
20893
20894 * config/i386/sse.md (sse3_monitor64): Renamed to ...
20895 (sse3_monitor64_<mode>): This.
20896
20897 2012-03-12 Tristan Gingold <gingold@adacore.com>
20898
20899 * config/ia64/ia64.c (ia64_function_arg_1): Move code around.
20900 (ia64_function_arg_advance): Ditto.
20901
20902 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20903
20904 * config.gcc (mips*-*-openbsd*): Remove.
20905 * config/mips/openbsd.h: Remove.
20906 * config/mips/sdb.h: Remove.
20907
20908 * config/mips/mips.h (SDB_OUTPUT_SOURCE_LINE): Remove.
20909 * config/mips/mips.c (sdb_label_count): Remove.
20910 (mips_debugger_offset): Remove #if 0 code.
20911 (mips_output_function_prologue) [SDB_DEBUGGING_INFO]: Remove.
20912 * config/mips/sde.h (SDB_DEBUGGING_INFO): Don't undef.
20913
20914 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20915
20916 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Update
20917 binutils reference.
20918 (Specific, i?86-*-solaris2.10): Remove GCC 4.0 reference.
20919 Update binutils references.
20920 (Specific, *-*-solaris2*): Mention bundled GCC in Solaris 10 and 11.
20921 Update binutils reference.
20922 Update Sun as/GNU ld caveat.
20923 Document binutils largefile requirement for LTO plugin.
20924 Remove reference to alternate libpthread.
20925
20926 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20927
20928 * config.gcc (alpha*-dec-osf5.1*): Remove.
20929 * config.host (alpha*-dec-osf*): Remove.
20930 * configure.ac (*-*-osf*): Remove.
20931 (alpha*-dec-osf*): Remove.
20932 * configure: Regenerate.
20933
20934 * config/alpha/host-osf.c, config/alpha/osf5.h, config/alpha/osf5.opt,
20935 config/alpha/va_list.h, config/alpha/x-osf: Remove.
20936
20937 * config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Remove.
20938 * config/alpha/alpha.c (struct machine_function): Update comment.
20939 (alpha_start_function): Remove Tru64 UNIX as handling for
20940 max_frame_size.
20941 * config/alpha/alpha.md ("exception_receiver"): Remove
20942 TARGET_LD_BUGGY_LDGP.
20943 ("*exception_receiver_2"): Likewise.
20944 * except.c (finish_eh_generation): Remove Tru64 reference.
20945 * ginclude/stdarg.h [_HIDDEN_VA_LIST]: Don't undef _VA_LIST.
20946 * system.h (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Poison.
20947 * target.def (handle_pragma_extern_prefix): Remove.
20948
20949 * Makefile.in (mips-tfile.o-warn): Remove.
20950 (ALL_HOST_BACKEND_OBJS): Remove mips-tfile.o, mips-tdump.o.
20951 (mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): Remove.
20952 * mips-tdump.c, mips-tfile.c: Remove.
20953
20954 * doc/extend.texi (Symbol-Renaming Pragmas): Remove #pragma
20955 extern_prefix.
20956 * doc/install.texi (Binaries): Remove Tru64 UNIX reference.
20957 (Specific, alpha*-dec-osf5.1): Note removal.
20958 * doc/tm.texi.in (Misc, TARGET_HANDLE_PRAGMA_EXTERN_PREFIX):
20959 Remove.
20960 * doc/tm.texi: Regenerate.
20961 * doc/trouble.texi (Cross-Compiler Problems): Remove.
20962
20963 2012-03-12 Richard Guenther <rguenther@suse.de>
20964
20965 * config/arm/arm.c (neon_dereference_pointer): Do not call
20966 covert during RTL expansion.
20967
20968 2012-03-12 Tristan Gingold <gingold@adacore.com>
20969
20970 * doc/invoke.texi (VMS Options): Merge Alpha/VMS and IA-64/VMS
20971 Options. Mention -mpointer-size.
20972
20973 2012-03-12 Richard Guenther <rguenther@suse.de>
20974
20975 * config/alpha/alpha.c (alpha_gimplify_va_arg): Use
20976 build_nonstandard_integer_type.
20977
20978 2012-03-12 Richard Guenther <rguenther@suse.de>
20979
20980 * tree.c (signed_or_unsigned_type_for): Use
20981 build_nonstandard_integer_type.
20982 (signed_type_for): Adjust documentation.
20983 (unsigned_type_for): Likewise.
20984 * tree-pretty-print.c (dump_generic_node): Use standard names
20985 for non-standard integer types if available.
20986
20987 2012-03-12 Tristan Gingold <gingold@adacore.com>
20988
20989 * config/vms/vms.opt: Add vms-opts.h header.
20990 (mmalloc64): Use flag_vms_malloc64 flag instead of MALLOC64
20991 target mask.
20992 (-mvms-return-codes): Document.
20993 (-mpointer-size): New option.
20994 (vms_pointer_size): Add enumeration.
20995 * config/vms/vms-opts.h: New file.
20996 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
20997 __INITIAL_POINTER_SIZE.
20998 (POINTER_SIZE, SIZE_TYPE, PTRDIFF_TYPE): Adjust definition.
20999 (C_COMMON_OVERRIDE_OPTIONS): Define.
21000 (DWARF2_ADDR_SIZE): Define.
21001 * config/vms/vms.c (vms_patch_builtins): Adjust condition.
21002 * config/vms/vms-protos.h (vms_c_common_override_options):
21003 New prototype.
21004 * config/vms/vms-c.c (vms_pragma_pointer_size): Ignore pragma
21005 if -mno-pointer-size.
21006 (vms_c_common_override_options): New function.
21007 * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
21008 * config/alpha/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
21009 (MALLOC_ABI_ALIGNMENT): Use flag_vms_malloc64
21010 and flag_vms_pointer_size.
21011 (MASK_RETURN_ADDR): Set according to flag_vms_pointer_size.
21012 * config.gcc (*-*-*vms*): Define xm_file.
21013 (alpha*-dec-*vms*): Do not define xm_file.
21014 (alpha64-dec-*vms*): Remove.
21015 (ia64-hp-*vms*): Do not define xm_file. Simplify tm_file
21016 and tmake_file.
21017
21018 2012-03-12 Jakub Jelinek <jakub@redhat.com>
21019
21020 PR tree-optimization/51721
21021 * tree-vrp.c (register_edge_assert_for_2): Add asserts for unsvar
21022 if (int) unsvar cmp CST.
21023
21024 2012-03-12 Richard Guenther <rguenther@suse.de>
21025
21026 * tree-sra.c (create_access_replacement): Only rename the replacement
21027 if we can rewrite it into SSA form. Properly mark register typed
21028 replacements that we cannot rewrite with TREE_ADDRESSABLE.
21029 * tree-cfg.c (verify_expr): Fix BIT_FIELD_REF verification
21030 for aggregate or BLKmode results.
21031
21032 2012-03-12 Jakub Jelinek <jakub@redhat.com>
21033
21034 PR tree-optimization/52533
21035 * tree-vrp.c (register_edge_assert_for_2): Use double_int
21036 type for mask, only handle shifts by non-zero in-range
21037 shift count, for LE_EXPR and GT_EXPR if new_val is
21038 maximum, don't add the assertion.
21039
21040 2012-02-12 Kirill Yukhin <kirill.yukhin@intel.com>
21041
21042 * doc/invoke.texi: Document -mrtm option.
21043 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RTM_SET): New.
21044 (OPTION_MASK_ISA_RTM_UNSET): Ditto.
21045 (ix86_handle_option): Handle OPT_mrtm.
21046 * config.gcc (i[34567]86-*-*): Add rtmintrin.h and
21047 xtestintrin.h.
21048 (x86_64-*-*): Ditto.
21049 * i386-builtin-types.def (INT_FTYPE_VOID): New.
21050 * config/i386/i386-c.c (ix86_target_macros_internal): Define
21051 __RTM__ if needed.
21052 (ix86_target_string): Define -mrtm option.
21053 (PTA_RTM): New.
21054 (ix86_option_override_internal): Extend "corei7-avx" with RTM option.
21055 Handle new option.
21056 (ix86_valid_target_attribute_inner_p): Add OPT_mrtm.
21057 (ix86_builtins): Add IX86_BUILTIN_XBEGIN, IX86_BUILTIN_XEND,
21058 IX86_BUILTIN_XTEST.
21059 (bdesc_special_args): Ditto.
21060 (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_XABORT.
21061 (ix86_expand_special_args_builtin): Handle new built-in type.
21062 (ix86_expand_builtin): Handle XABORT instruction.
21063 * config/i386/i386.h (TARGET_RTM): New.
21064 * config/i386/i386.md (UNSPECV_XBEGIN): New.
21065 (UNSPECV_XEND): Ditto.
21066 (UNSPECV_XABORT): Ditto.
21067 (UNSPECV_XTEST): Ditto.
21068 (xbegin): Ditto.
21069 (xbegin_1): Ditto.
21070 (xend): Ditto.
21071 (xabort): Ditto
21072 (xtest): Ditto.
21073 (xtest_1): Ditto.
21074 * config/i386/i386.opt (mrtm): New.
21075 * config/i386/immintrin.h: Include rtmintrin.h and xtestintrin.h.
21076 * config/i386/rtmintrin.h: New header.
21077 * config/i386/xtestintrin.h: Ditto.
21078
21079 2012-03-12 Tristan Gingold <gingold@adacore.com>
21080
21081 * ginclude/stddef.h: Adjust previous patch.
21082 Use __VMS__ instead of VMS.
21083
21084 2012-03-12 Uros Bizjak <ubizjak@gmail.com>
21085
21086 * config/i386/i386.md (setcc + movzbl to xor + setcc peephole2):
21087 Also convert sequences with CC setting arithmetic instruction.
21088
21089 2012-03-11 Sandra Loosemore <sandra@codesourcery.com>
21090
21091 * doc/invoke.texi (Option Summary): Move -no-integrated-cpp
21092 from C Language Options to Preprocessor Options.
21093 (C Dialect Options): Move -no-integrated-cpp documentation
21094 from here...
21095 (Preprocessor Options): ...to here. Rewrite the description
21096 so it makes more sense, and remove discussion of merging front ends.
21097
21098 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
21099
21100 * config/i386/i386.c (ix86_expand_movmem): Use word_mode for size
21101 needed for loop.
21102 (ix86_expand_setmem): Likewise.
21103
21104 2012-03-11 Uros Bizjak <ubizjak@gmail.com>
21105
21106 * config/i386/i386.c (ix86_zero_extend_to_Pmode): Rewrite using
21107 convert_to_mode.
21108
21109 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
21110
21111 * config/i386/i386.c (ix86_trampoline_init): Use movl for 64bit if
21112 ptr_mode == SImode. Replace DImode with Pmode or ptr_mode.
21113
21114 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
21115
21116 * config/i386/i386.c (x86_this_parameter): Replace DImode with Pmode.
21117
21118 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
21119
21120 * config/i386/i386.md (lwp_slwpcb): Check Pmode instead of
21121 TARGET_64BIT.
21122
21123 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
21124 Uros Bizjak <ubizjak@gmail.com>
21125
21126 * config/i386/predicates.md (call_insn_operand): Allow
21127 constant_call_address_operand in Pmode only.
21128 (sibcall_insn_operand): Ditto.
21129 * config/i386/i386.md (*call): Use W mode iterator instead of P mode.
21130 (*call_vzeroupper): Ditto.
21131 (*sibcall): Ditto.
21132 (*sibcall_vzeroupper): Ditto.
21133 (*call_value): Ditto.
21134 (*call_value_vzeroupper): Ditto.
21135 (*sibcall_value): Ditto.
21136 (*sibcall_value_vzeroupper): Ditto.
21137 (*indirect_jump): Ditto.
21138 (*tablejump_1): Ditto.
21139 (indirect_jump): Convert memory address to word mode for TARGET_X32.
21140 (tablejump): Ditto.
21141 * config/i386/i386.c (ix86_expand_call): Convert indirect operands
21142 to word mode.
21143
21144 2012-03-11 Oleg Endo <olegendo@gcc.gnu.org>
21145
21146 PR target/51244
21147 * config/sh/sh.md (movnegt): Expand into respective insns immediately.
21148 Use movrt_negc instead of negc pattern for non-SH2A.
21149 (*movnegt): Remove.
21150 (*movrt_negc, *negnegt, *movtt, *movt_qi): New insns and splits.
21151
21152 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
21153
21154 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
21155 if Pmode != word_mode.
21156 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
21157 Pmode == SImode for TARGET_X32.
21158
21159 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
21160 (tls_initial_exec_x32): Likewise.
21161
21162 2012-03-10 Chung-Lin Tang <cltang@codesourcery.com>
21163
21164 PR rtl-optimization/52528
21165 * combine.c (can_combine_p): Add setting of subst_low_luid
21166 before call to expand_field_assignment().
21167
21168 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
21169
21170 * doc/invoke.texi: Use correct names/markup for "GCC", "GDB", "ld",
21171 and related program names.
21172
21173 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
21174
21175 * doc/invoke.texi: Use correct names for "DWARF", "stabs", and "ELF".
21176
21177 2012-03-09 Uros Bizjak <ubizjak@gmail.com>
21178
21179 PR target/52530
21180 * config/i386/i386.c (ix86_print_operand): Handle 'E' operand modifier.
21181 (ix86_print_operand_address): Handle UNSPEC_LEA_ADDR. Do not fallback
21182 to set code to 'q'.
21183 * config/i386/i386.md (UNSPEC_LEA_ADDR): New unspec.
21184 (*movdi_internal_rex64): Use %E operand modifier for lea.
21185 (*movsi_internal): Ditto.
21186 (*lea_1): Ditto.
21187 (*lea<mode>_2): Ditto.
21188 (*lea_{3,4,5,6}_zext): Ditto.
21189 (*tls_global_dynamic_32_gnu): Ditto.
21190 (*tls_global_dynamic_64): Ditto.
21191 (*tls_dynamic_gnu2_lea_32): Ditto.
21192 (*tls_dynamic_gnu2_lea_64): Ditto.
21193 (pro_epilogue_adjust_stack_<mode>_add): Ditto.
21194
21195 2012-03-09 Michael Meissner <meissner@linux.vnet.ibm.com>
21196
21197 * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not
21198 redefine to be NULL if the current bit-size is different from the
21199 configured bit-size.
21200
21201 * config/rs6000/rs6000.c (rs6000_option_override_internal): If the
21202 cpu is defaulted, use PROCESSOR_DEFAULT and PROCESSOR_DEFAULT64 to
21203 set the default tuning. Add asserts to make sure the cpu and tune
21204 indexes are defined. Fix tests for cpu/tune index to use >= 0 to
21205 test whether the index is set, instead of > 0.
21206 (rs6000_file_start): Do not reset the default cpu if the current
21207 bit-size is different from the configured bit-size.
21208
21209 2012-03-09 Tristan Gingold <gingold@adacore.com>
21210
21211 * config/vms/vms-crtlmap.map: Add comments.
21212 Add entries needed to build Ada RTS.
21213
21214 2012-03-09 Tristan Gingold <gingold@adacore.com>
21215
21216 * ginclude/stddef.h: Do not define __size_t on VMS.
21217
21218 2012-03-09 Tristan Gingold <gingold@adacore.com>
21219
21220 * c-tree.h (c_default_pointer_mode): New variable.
21221 * c-decl.c (c_default_pointer_mode): New variable.
21222 (c_build_pointer_type): New function.
21223 (grokdeclarator): Call c_build_pointer_type instead
21224 of build_pointer_type.
21225
21226 * config/vms/vms-c.c: Include c-tree.h
21227 (saved_pointer_mode): New variable.
21228 (handle_pragma_pointer_size): New function.
21229 (vms_pragma_pointer_size, vms_pragma_required_pointer_size): Likewise.
21230 (vms_c_register_pragma): Register __pointer_size and
21231 __required_pointer_size pragmas.
21232
21233 2012-03-09 Tristan Gingold <gingold@adacore.com>
21234
21235 * config/vms/vms-c.c (vms_construct_include_filename): New function.
21236 (vms_c_register_includes): Reference it.
21237
21238 2012-03-09 Andrew Pinski <apinski@cavium.com>
21239
21240 PR middle-end/51988
21241 * tree-ssa-phiopt.c: Include tree-pretty-print.h for
21242 print_generic_expr.
21243 (tree_ssa_phiopt_worker): Go through all the PHIs for
21244 value_replacement instead of just the singleton one.
21245 (value_replacement): Change return type to int. Return 0 instead of
21246 false.
21247 Allow the middle basic block to contain more than just the defining
21248 statement.
21249 Handle non empty middle basic blocks.
21250 * Makefile.in (tree-ssa-phiopt.o): Add tree-pretty-print.h.
21251
21252 2012-03-09 Jiangning Liu <jiangning.liu@arm.com>
21253
21254 * tree-scalar-evolution (interpret_rhs_expr): generate chrec for
21255 array reference and component reference.
21256 (analyze_scalar_evolution_for_address_of): New.
21257
21258 2012-03-08 Jie Zhang <jzhang918@gmail.com>
21259
21260 PR target/49862
21261 * config/bfin/bfin.c (hwloop_optimize): Fix unused variable warnings.
21262 (hwloop_pattern_reg): Fix set but not used warning.
21263 (bfin_reorg_loops): Remove unused parameter.
21264 (bfin_reorg): Update use of bfin_reorg_loops.
21265
21266 2012-03-08 H.J. Lu <hongjiu.lu@intel.com>
21267
21268 * config/i386/i386.c (setup_incoming_varargs_64): Use word_mode
21269 with integer parameters in registers.
21270 (gen_push): Push register in word_mode instead of Pmode.
21271 (ix86_emit_save_regs): Likewise.
21272 (ix86_emit_save_regs_using_mov): Save integer registers in word_mode.
21273 (gen_pop): Pop register in word_mode instead of Pmode.
21274 (ix86_emit_restore_regs_using_pop): Likewise.
21275 (ix86_expand_prologue): Replace Pmode with word_mode for push
21276 immediate. Use ix86_gen_pro_epilogue_adjust_stack. Save and
21277 restore RAX and R10 in word_mode.
21278 (ix86_emit_restore_regs_using_mov): Restore integer registers
21279 in word_mode.
21280 (ix86_expand_split_stack_prologue): Save R10_REG and restore in
21281 word_mode.
21282 (ix86_split_to_parts): Use word_mode with PUT_MODE for push.
21283 (ix86_split_long_move): Likewise.
21284
21285 * config/i386/i386.md (W): New.
21286 (*push<mode>2_prologue): Replace :P with :W.
21287 (*pop<mode>1): Likewise.
21288 (*pop<mode>1_epilogue): Likewise.
21289 (push/pop peephole2): Use word_mode scratch registers.
21290
21291 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
21292
21293 * config/i386/predicates.md (indirect_branch_operand): Simplify.
21294
21295 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
21296
21297 * config/avr/avr.md (*addhi3, addhi3_clobber): Add "w" alternative
21298 for constants in [-63,63].
21299
21300 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
21301
21302 PR target/52530
21303 Revert:
21304 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
21305
21306 * config/i386/i386.c (ix86_print_operand_address): Only handle
21307 zero-extended DImode addresses.
21308
21309 2012-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21310
21311 * configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
21312 * configure: Regenerate.
21313
21314 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
21315
21316 PR target/52496
21317 * config/avr/avr.c (avr_mem_clobber): New static function.
21318 (avr_expand_delay_cycles): Add memory clobber operand to
21319 delay_cycles_1, delay_cycles_2, delay_cycles_3, delay_cycles_4.
21320 * config/avr/avr.md (unspec): Add UNSPEC_MEMORY_BARRIER.
21321 (enable_interrupt, disable_interrupt): New expander.
21322 (nopv, sleep, wdr): New expanders.
21323 (delay_cycles_1): Add memory clobber.
21324 (delay_cycles_2): Add memory clobber.
21325 (delay_cycles_3): Add memory clobber.
21326 (delay_cycles_4): Add memory clobber.
21327 (cli_sei): New insn from former "enable_interrupt",
21328 "disable_interrupt" with memory clobber.
21329 (*wdt): New insn from former "wdt" with memory clobber.
21330 (*nopv): Similar, but for "nopv".
21331 (*sleep): Similar, but for "sleep".
21332
21333 2012-03-07 Oleg Endo <olegendo@gcc.gnu.org>
21334 Kaz Kojima <kkojima@gcc.gnu.org>
21335
21336 PR target/52503
21337 * config/sh/sh.opt (msoft-atomic): Use Var instead of Mask.
21338 * config/sh/linux.h (TARGET_DEFAULT): Remove MASK_SOFT_ATOMIC.
21339 (SUBTARGET_OVERRIDE_OPTIONS): Define.
21340
21341 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
21342
21343 * config/i386/predicates.md (x86_64_zext_general_operand): New.
21344 * config/i386/i386.md (*zero_extendsidi2_rex64): Change operand 1
21345 predicate to x86_64_zext_general_operand. Accept "Z" constraint.
21346
21347 2012-03-07 Walter Lee <walt@tilera.com>
21348
21349 * config/tilegx/tilegx.c (tilegx_expand_prologue): Don't generate
21350 REG_CFA_* notes for the stack pointer.
21351 (tilegx_expand_epilogue): Restore stack pointer by adjusting it by
21352 EH_RETURN_STACKADJ_RTX.
21353 * config/tilepro/tilepro.c (tilepro_expand_prologue): Don't
21354 generate REG_CFA_* notes for the stack pointer.
21355 (tilepro_expand_epilogue): Restore stack pointer by adjusting it
21356 by EH_RETURN_STACKADJ_RTX.
21357
21358 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
21359
21360 * doc/invoke.texi (AVR Built-in Macros): Correct condition for
21361 when __AVR_3_BYTE_PC__ is defined.
21362
21363 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
21364
21365 * config/i386/i386.c (ix86_print_operand_punct_valid_p): Add '^'.
21366 (ix86_print_operand): Handle '^'.
21367 * config/i386/i386.md (*strmovdi_rex_1): Macroize memory operands
21368 using P mode iterator. Add %^ to asm template to conditionally emit
21369 addr32 prefix.
21370 (*rep_movdi_rex64): Ditto.
21371 (*strsetdi_rex_1): Ditto.
21372 (*rep_stosdi_rex64): Ditto.
21373 (*strmov{si,hi,qi}_1): Add %^ to asm template to
21374 conditionally emit addr32 prefix.
21375 (*rep_mov{si,qi}): Ditto.
21376 (*strset{si,hi,qi}): Ditto.
21377 (*rep_stos{si,qi}): Ditto.
21378 (*cmpstrnqi_nz_1): Ditto.
21379 (*cmpstrnqi_1): Ditto.
21380 (*strlenqi_1): Ditto.
21381
21382 2012-03-07 H.J. Lu <hongjiu.lu@intel.com>
21383
21384 * config/i386/i386.c (function_value_64): Return pointers in
21385 word_mode instead of Pmode.
21386 (ix86_promote_function_mode): Likewise.
21387
21388 2012-03-07 Richard Guenther <rguenther@suse.de>
21389
21390 * coverage.c (get_gcov_type): Use type_for_mode.
21391 (get_gcov_unsigned_t): Likewise.
21392 * expr.c (store_constructor): Use type_for_mode.
21393 (try_casesi): Likewise.
21394 * tree-ssa-loop-ivopts.c (add_standard_iv_candidates_for_size): Remove.
21395 (add_standard_iv_candidates): Use standard type trees.
21396 * dojump.c (do_jump): Remove dead code.
21397
21398 2012-03-07 Richard Guenther <rguenther@suse.de>
21399
21400 * c-typeck.c (pointer_diff): Use c_common_type_for_size.
21401
21402 2012-03-07 Richard Guenther <rguenther@suse.de>
21403
21404 * convert.c (strip_float_extensions): Move ...
21405 * tree.c (strip_float_extensions): ... here.
21406
21407 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
21408
21409 PR target/52484
21410 * config/avr/avr.md (xload<mode>_A): Add R22... to register footprint.
21411
21412 2012-03-07 Richard Guenther <rguenther@suse.de>
21413
21414 * omp-low.c (extract_omp_for_data): Use signed_type_for.
21415 (expand_omp_for_generic): Likewise.
21416 (expand_omp_for_static_nochunk): Likewise.
21417 (expand_omp_for_static_chunk): Likewise.
21418 * tree-vect-stmts.c (vect_gen_perm_mask): Use type_for_mode.
21419 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
21420 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
21421 Use unsigned_type_for.
21422 (vect_create_cond_for_align_checks): Use signed_type_for.
21423
21424 2012-03-07 Andrey Belevantsev <abel@ispras.ru>
21425
21426 PR rtl-optimization/52203
21427 * sel-sched.c (estimate_insn_cost): New parameter pempty. Adjust
21428 all callers to pass NULL except ...
21429 (reset_sched_cycles_in_current_ebb): ... here, save the value
21430 in new variable 'empty'. Increase issue_rate only for
21431 non-empty insns.
21432
21433 2012-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
21434
21435 PR target/51417
21436 * Makefile.in: Let install-gcc-ar depend on installdirs,
21437 gcc-ar$(exeext), gcc-nm$(exeext), gcc-ranlib$(exeext).
21438 Don't double canonicalize if cross-compiling.
21439
21440 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
21441
21442 PR target/52506
21443 * gcc/config/avr/avr.c (expand_epilogue): Fix order of restoration
21444 to: RAMPZ, RAMPY, RAMPX, RAMPD.
21445 (expand_prologue): Only clear RAMPZ if it has effect on RAM-read.
21446
21447 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
21448
21449 PR target/52505
21450 * config/avr/avr.c (avr_out_xload): Don't read unintentionally
21451 from RAM.
21452 * config/avr/avr.md (xload_8): Adjust insn length.
21453
21454 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
21455
21456 PR target/52461
21457 * gcc/config/avr/avr.c (avr_out_lpm): Clear RAMPZ after usage
21458 if RAMPZ affects reading from RAM.
21459
21460 2012-03-07 Richard Guenther <rguenther@suse.de>
21461
21462 PR pch/52518
21463 PR pch/38987
21464 * doc/invoke.texi (Precompiled Headers): Remove sentence that
21465 suggests you can include PCHs from inside another header.
21466
21467 2012-03-07 Richard Sandiford <rdsandiford@googlemail.com>
21468
21469 PR middle-end/52515
21470 * rtl.h (pc_rtx, cc0_rtx, ret_rtx, simple_return_rtx): Add GTY markers.
21471
21472 2012-03-07 Kai Tietz <ktietz@redhat.com>
21473
21474 * doc/invoke.texi (fwritable-relocated-rdata): Document
21475 new Cygwin/MinGW target option.
21476 * config/i386/winnt.c (i386_pe_unique_section): Ignore
21477 reloc if flag -fwritable-relocated-rdata is not set.
21478 (i386_pe_section_type_flags): Likewise.
21479 * config/i386/cygming.opt (fwritable-relocated-rdata):
21480 Add new flag variable flag_writable_rel_rdata.
21481
21482 2012-03-07 Richard Guenther <rguenther@suse.de>
21483
21484 * tree-ssa-math-opts.c (convert_mult_to_widen): Check actual
21485 precision against gimple constraints.
21486
21487 2012-03-06 Richard Sandiford <rdsandiford@googlemail.com>
21488
21489 PR middle-end/52372
21490 * rtl.h (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): Redefine as
21491 variables.
21492 (GR_PC, GR_CC0, GR_RETURN, GR_SIMPLE_RETURN): Delete.
21493 * emit-rtl.c (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): New
21494 variables.
21495 (init_emit_regs): Move associated initialization to...
21496 (init_emit_once): ...here.
21497
21498 2012-03-06 Richard Henderson <rth@redhat.com>
21499
21500 * config/m68k/m68k.h (ISA_HAS_TAS): New.
21501 * config/m68k/sync.md (atomic_test_and_set): Use it.
21502 (atomic_test_and_set_1): Likewise.
21503
21504 2012-03-06 Michael Meissner <meissner@linux.vnet.ibm.com>
21505
21506 PR target/50310
21507 * config/rs6000/vector.md (vector_uneq<mode>): Add support for
21508 UNEQ, LTGT, ORDERED, and UNORDERED IEEE vector comparisons.
21509 (vector_ltgt<mode>): Likewise.
21510 (vector_ordered<mode>): Likewise.
21511 (vector_unordered<mode>): Likewise.
21512 * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
21513
21514 2012-03-06 Aldy Hernandez <aldyh@redhat.com>
21515
21516 * trans-mem.c: New typedef for tm_region_p.
21517 Define vector types for tm_region_p.
21518 (tm_region_init): Replace region_worklist to a vector called
21519 bb_regions.
21520
21521 2012-03-06 Richard Guenther <rguenther@suse.de>
21522
21523 * fold-const.c (build_fold_addr_expr_with_type_loc): Fold
21524 MEM_REF with constant pointer operand.
21525
21526 2012-03-06 Richard Guenther <rguenther@suse.de>
21527
21528 PR middle-end/52493
21529 * tree-ssa-alias.c (ptr_derefs_may_alias_p): Robustify.
21530
21531 2012-03-06 Tristan Gingold <gingold@adacore.com>
21532
21533 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle octaword.
21534 (external_model_kind): Improve documentation.
21535 (vms_pragma_extern_model): Handle relaxed_redef.
21536 (vms_c_register_pragma): Allow expansion for nomember_alignment.
21537
21538 2012-03-06 Georg-Johann Lay <avr@gjlay.de>
21539
21540 * doc/invoke.texi (AVR Options): -mmcu=: Document the XMEGA cores.
21541 Explain RAMPD, RAMPX, RAMPDY, RAMPZ usage by avr-gcc.
21542 Some more notes on EIND usage and reorder EIND subsection.
21543
21544 2012-03-06 Tristan Gingold <gingold@adacore.com>
21545
21546 * config/vms/vms.c (VMS_CRTL_LDBL): Rename from VMS_CRTL_PRNTF.
21547 * config/vms/vms-crtlmap.map: Rename PRNTF to LDBL.
21548
21549 2012-03-06 Tristan Gingold <gingold@adacore.com>
21550
21551 * config/vms/t-vmsnative (version): Define.
21552 * config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove.
21553
21554 2012-03-06 Andrey Belevantsev <abel@ispras.ru>
21555
21556 PR rtl-optimization/52250
21557 * sel-sched-ir.c (maybe_tidy_empty_bb): Try harder to find a bb
21558 to put note list into. Unconditionally call move_bb_info.
21559 (move_bb_info): Do not assert the blocks being in the same region,
21560 just drop the note list if they are not.
21561
21562 2012-03-06 Oleg Endo <olegendo@gcc.gnu.org>
21563
21564 PR target/51244
21565 * config/sh/sh.c (sh_expand_t_scc): Remove SH2A special case
21566 and use unified expansion logic.
21567 * config/sh/sh.md (xorsi3_movrt): Rename to movrt. Move
21568 closer to the existing movt insn.
21569 (negc): Rename insn to *negc. Add new expander.
21570 (movnegt): Use xor pattern for T bit negation. Reserve helper
21571 constant for negc pattern.
21572 (*movnegt): New insn and splitter.
21573
21574 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
21575
21576 * c-typeck.c (pointer_diff): Check for POINTER_PLUS_EXPR, not
21577 PLUS_EXPR.
21578
21579 2012-03-05 Richard Henderson <rth@redhat.com>
21580
21581 * genemit.c (main): Include "target.h" in insn-emit.c.
21582 * Makefile.in (insn-emit.o): Depend on TARGET_H.
21583 * config/sh/sync.md (atomic_test_and_set): Reference
21584 targetm.atomic_test_and_set_trueval instead of
21585 TARGET_ATOMIC_TEST_AND_SET_TRUEVAL.
21586
21587 2012-03-05 Joern Rennecke <joern.rennecke@embecosm.com>
21588
21589 * config/epiphany/epiphany.c (epiphany_function_value_regno_p):
21590 Make static.
21591
21592 2012-03-05 Steven Bosscher <steven@gcc.gnu.org>
21593
21594 * langhooks.c (add_builtin_type): New function.
21595 * langhooks.h (add_builtin_type): Export it.
21596 * config/mep/mep.c (mep_init_builtins): Use it.
21597 * config/rs6000/rs6000.c (rs6000_init_builtins): Use it.
21598
21599 2012-03-05 Jakub Jelinek <jakub@redhat.com>
21600
21601 PR debug/51902
21602 * tree.h (BLOCK_SAME_RANGE): Define.
21603 * function.c (block_fragments_nreverse): Clear BLOCK_SAME_RANGE
21604 if BLOCK_FRAGMENT_CHAIN is non-NULL, but has it cleared.
21605 Also clear BLOCK_SAME_RANGE if fragment chain's supercontext fragment
21606 isn't equal to supercontext fragment's fragment chain.
21607 Adjust BLOCK_SUPERCONTEXT to point to supercontext fragment's
21608 fragment origin.
21609 (blocks_nreverse_all): Likewise.
21610 (reorder_blocks_1): Compute BLOCK_SAME_RANGE bits. Set
21611 BLOCK_SUPERCONTEXT to supercontext fragment instead of
21612 supercontext fragment's fragment origin.
21613 * dwarf2out.c (add_high_low_attributes): If stmt has the same
21614 range as its parent (or parents thereof etc.), use the parent's
21615 DW_AT_ranges value instead of creating a new .debug_ranges range.
21616
21617 2012-03-05 Richard Henderson <rth@redhat.com>
21618
21619 PR tree-opt/52242
21620 Revert: 2011-11-26 Richard Henderson <rth@redhat.com>
21621 * omp-low.c (expand_omp_atomic): Assume anything aligned to
21622 BIGGEST_ALIGNMENT is aligned.
21623
21624 2012-03-05 Richard Henderson <rth@redhat.com>
21625
21626 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Move...
21627 * config/sh/sh.c: ... here.
21628
21629 2012-03-05 Richard Henderson <rth@redhat.com>
21630
21631 PR target/52481
21632 * config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
21633 instead of calling negqi2 directly.
21634
21635 2012-03-05 Aldy Hernandez <aldyh@redhat.com>
21636
21637 PR middle-end/52463
21638 * trans-mem.c (tm_region_init): Use last_basic_block.
21639
21640 2012-03-05 Oleg Endo <olegendo@gcc.gnu.org>
21641
21642 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New hook.
21643 * config/sh/sync.md (atomic_test_and_set): New expander.
21644 (tasb, atomic_test_and_set_soft): New insns.
21645 * config/sh/sh.opt (menable-tas): New option.
21646 * doc/invoke.texi (SH Options): Document it.
21647
21648 2012-03-05 Richard Guenther <rguenther@suse.de>
21649
21650 * cfgloop.c (verify_loop_structure): Verify dominators before
21651 using them.
21652 * graphite-clast-to-gimple.c (graphite_verify): Do not verify
21653 dominators from here.
21654 * graphite-scop-detection.c (create_sese_edges): Likewise.
21655 * loop-doloop.c (doloop_optimize_loops): Likewise.
21656 * loop-init.c (loop_optimizer_init): Likewise.
21657 * loop-unroll.c (unroll_and_peel_loops): Likewise.
21658 * loop-unswitch.c (unswitch_loops): Likewise.
21659 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
21660 * tree-parloops.c (parallelize_loops): Likewise. Verify
21661 only when checking is enabled.
21662 * tree-loop-distribution.c (tree_loop_distribution): Likewise.
21663
21664 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
21665
21666 * genautomata.c (parse_automata_opt): New static function.
21667 (initiate_automaton_gen): Remove all option handling code. Remove
21668 argc argument. All callers changed.
21669 (main): Call init_rtx_reader_args_cb with the new function as argument.
21670
21671 2012-03-05 Richard Guenther <rguenther@suse.de>
21672
21673 * cfgexpand.c (gimple_expand_cfg): Free dominator info.
21674 * tree-if-conv.c (combine_blocks): Free post-dominator info
21675 after breaking it.
21676 * tree-parloops.c (create_parallel_loop): Free and re-compute
21677 dominator info after breaking it.
21678
21679 2012-03-05 Richard Guenther <rguenther@suse.de>
21680
21681 PR middle-end/52353
21682 * optabs.h (trapv_unoptab_p): New function.
21683 (trapv_binoptab_p): Likewise.
21684 * optabs.c (expand_binop): Use emit_libcall_block_1 with
21685 a proper equiv_may_trap argument.
21686 (expand_unop): Likewise.
21687 (emit_libcall_block_1): Take extra argument whether the
21688 instruction may trap. Renamed from ...
21689 (emit_libcall_block): ... this. New wrapper.
21690
21691 2012-03-05 Jakub Jelinek <jakub@redhat.com>
21692
21693 PR tree-optimization/51721
21694 * tree-vrp.c (register_edge_assert_for_2): If comparing
21695 lhs of right shift by constant with an integer constant,
21696 add ASSERT_EXPRs for the rhs1 of the right shift.
21697
21698 * cfgrtl.c (cfg_layout_merge_blocks): Cleanup.
21699
21700 2012-03-05 Richard Guenther <rguenther@suse.de>
21701
21702 * tree.c (integer_zerop): Handle VECTOR_CSTs.
21703 (integer_onep): Likewise.
21704 (integer_all_onesp): Likewise.
21705
21706 2012-03-05 Georg-Johann Lay <avr@gjlay.de>
21707
21708 * config/avr/avr.md (*umaddqihi4.2): New insn-and-split.
21709
21710 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
21711
21712 * config/i386/i386.c (pro_epilogue_adjust_stack): Check Pmode
21713 instead of TARGET_64BIT.
21714
21715 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
21716
21717 * config/i386/i386.c (ix86_expand_prologue): Check Pmode to set
21718 adjust_stack_insn.
21719
21720 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
21721
21722 * config/i386/i386.c (ix86_print_operand_address): Only handle
21723 zero-extended DImode addresses.
21724
21725 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
21726
21727 * config/i386/i386.c (ix86_print_operand) <case '+'>: Declare
21728 taken and cputaken as bool.
21729
21730 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
21731
21732 * config/i386/constraints.md (Ya): New internal constraint.
21733 * config/i386/i386.md (zero_extendsidi2): Remove expansion.
21734 (*zero_extendsidi2_rex64): Add x,x alternative.
21735 (*zero_extendsidi2): Ditto. Add o,0 alternative.
21736 Remove flags reg clobber. Adjust corresponding splits.
21737 (zero_extend<mode>si2): Macroize expander from zero_extendhisi2 and
21738 zero_extendqisi2 expanders using SWI12 mode iterator.
21739 (zero_extend<mode>si2_and): Macroize insn from
21740 zero_extendhisi2_and and zero_extendqisi2_and. Merge corresponding
21741 splitters.
21742 (*zero_extend<mode>si2): Macroize insn from
21743 *zero_extendhisi2_movzbl and *zero_extendqisi2_movzbl.
21744 (*zero_extend*2_movzbl_and): Remove insn patterns.
21745 (zero_extendqihi2_and): Merge corresponding splitter.
21746 (*zero_extendqihi2): Rename from *zero_extendqihi2_movzbl.
21747 (*zero_extend*2_movzbl_and): Remove insn patterns.
21748 (*anddi_1): Split TYPE_IMOVX instructions.
21749 (*andsi_1): Use Ya for alternative 2. Split TYPE_IMOVX instructions.
21750 (*andhi_1): Ditto.
21751 (and->zext splitter): Add splitter pattern.
21752 (zero extend with andsi3 splitter): Adjust zero_extend pattern.
21753
21754 2012-03-04 Sandra Loosemore <sandra@codesourcery.com>
21755
21756 * doc/invoke.texi (C++ Dialect Options): Minor copy-edits to
21757 x86-specific text.
21758 (Debugging Options): Likewise.
21759 (Optimize Options): Likewise.
21760 (i386 and x86-64 Options): Discuss -march before -mtune, consistently
21761 with other architectures. Use official processor names with correct
21762 spelling/capitalization. Fix formatting and grammar issues.
21763 (i386 and x86-64 Windows Options): Similar cleanup here.
21764
21765 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
21766
21767 * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
21768
21769 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
21770
21771 * config/sh/sh.c (sh_dwarf_register_span): Don't apply
21772 DBX_REGISTER_NUMBER.
21773
21774 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
21775
21776 * config/sh/sh.c (shiftcosts): Return MAX_COST when the first
21777 operand is CONST_INT. Take COSTS_N_INSNS into account.
21778 (sh_rtx_costs): Don't apply COSTS_N_INSNS to the return value
21779 of shiftcosts.
21780
21781 2012-03-02 Richard Henderson <rth@redhat.com>
21782
21783 * optabs.c (expand_atomic_test_and_set): Honor
21784 atomic_test_and_set_trueval even when atomic_test_and_set
21785 optab is not in use.
21786
21787 2012-03-02 Kaz Kojima <kkojima@gcc.gnu.org>
21788
21789 PR target/48596
21790 PR target/48806
21791 * config/sh/sh.c (sh_register_move_cost): Increase cost between
21792 GENERAL_REGS and FP_REGS for SImode.
21793
21794 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
21795
21796 PR target/49486
21797 * config/sh/sh.md (negdi2): Add TARGET_SH1 condition.
21798 (absdi2): New expander.
21799 (*absdi2, *negabsdi2, negdi_cond): New insns and splits.
21800
21801 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
21802
21803 * config/sh/sync.md (atomic_exchange<mode>): New expander.
21804 (atomic_exchange<mode>_soft): New insn.
21805
21806 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
21807
21808 * config/sh/sync.md: Update copyright notice dates.
21809 (atomic_compare_and_swap<mode>): Use SImode for return value instead
21810 of QImode.
21811 (atomic_compare_and_swap<mode>_soft): Likewise.
21812
21813 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
21814
21815 PR target/31640
21816 * config/sh/sh.h (LOOP_ALIGN): Move logic to sh_loop_align.
21817 * config/sh/sh.c: Update copyright notice dates.
21818 (sh_loop_align): Add logic from LOOP_ALIGN. Don't disable loop
21819 alignment for TARGET_HARD_SH4.
21820 (sh_option_override): Reduce default function alignment. Set
21821 loop alignment to 4 bytes when not optimizing for size.
21822
21823 2012-03-02 Maxim Kuvyrkov <maxim@codesourcery.com>
21824
21825 PR middle-end/50335
21826 * doc/invoke.texi (floop-flatten): Remove.
21827 * toplev.c (process_options): Remove references to flag_loop_flatten.
21828 * tree-ssa-loop.c (gate_graphite_transform): Same.
21829 * common.opt (floop-flatten): Obsolete.
21830 * graphite-poly.c (apply_poly_transforms): Remove reference to
21831 flag_loop_flatten.
21832 * Makefile.in (graphite-flattening.o): Remove.
21833 * graphite-flattening.c: Remove.
21834
21835 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
21836
21837 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
21838 having mode compatible with the mode of previous compare. Substitute
21839 compare mode of previous compare with the mode, compatible
21840 with eliminated and previous compare.
21841
21842 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
21843
21844 * config/rs6000/dfp.md (floatdidd2): New define_insn.
21845
21846 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
21847
21848 * config/i386/i386.c (ix86_cc_modes_compatible): Declare CCZmode
21849 compatible with CCGOCmode and CCGCmode.
21850
21851 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
21852
21853 * config/rs6000/vsx.md (vsx_set_<mode>): Reorder operands.
21854
21855 2012-03-02 Ulrich Weigand <ulrich.weigand@linaro.org>
21856
21857 * config/arm/arm.c (arm_sat_operator_match): New function.
21858 * config/arm/arm-protos.h (arm_sat_operator_match): Add prototype.
21859 * config/arm/arm.md ("insn" attribute): Add "sat" value.
21860 ("SAT", "SATrev"): New code iterators.
21861 ("SATlo", "SAThi"): New code iterator attributes.
21862 ("*satsi_<SAT:code>"): New pattern.
21863 ("*satsi_<SAT:code>_shift"): Likewise.
21864 * config/arm/arm-fixed.md ("arm_ssatsihi_shift"): Add "insn"
21865 and "shift" attributes.
21866 ("arm_usatsihi"): Add "insn" attribute.
21867 * config/arm/predicates.md (sat_shift_operator): Allow multiplication
21868 by powers of two. Do not allow shift by 32.
21869
21870 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
21871
21872 PR target/46716
21873 * config/i386/i386.c (construct_container): Use gen_reg_or_parallel
21874 to pass the argument in the register of "natural" mode.
21875
21876 2012-03-02 Richard Guenther <rguenther@suse.de>
21877
21878 PR tree-optimization/52406
21879 * tree-data-ref.h: Update documentation about DR_BASE_OBJECT.
21880 (struct indices): Add unconstrained_base member.
21881 (struct dr_alias): Remove unused vops member.
21882 (DR_UNCONSTRAINED_BASE): New define.
21883 * tree-data-ref.c (dr_analyze_indices): For COMPONENT_REFs
21884 add indices to allow their disambiguation. Make DR_BASE_OBJECT
21885 be an artificial access that covers the whole indexed object,
21886 or mark it with DR_UNCONSTRAINED_BASE if we cannot do so. Canonicalize
21887 plain decl base-objects to their MEM_REF variant.
21888 (dr_may_alias_p): When the base-object of either data reference
21889 has unknown size use only points-to information.
21890 (compute_affine_dependence): Make dumps easier to read and
21891 more verbose.
21892 * tree-vect-data-ref.c (vector_alignment_reachable_p): Use
21893 DR_REF when looking for packed references.
21894 (vect_supportable_dr_alignment): Likewise.
21895
21896 2012-03-02 Greta Yorsh <Greta.Yorsh@arm.com>
21897
21898 * config/arm/arm-ldmstm.ml (write_ldm_commutative_peephole):
21899 Improve conditions for peepholes of loads followed by commutative
21900 operators.
21901 * config/arm/ldmstm.md: Regenerated.
21902
21903 2012-03-02 Richard Guenther <rguenther@suse.de>
21904
21905 * BASE-VER: Set to 4.8.0.
21906
21907 2012-03-01 Richard Earnshaw <rearnsha@arm.com>
21908
21909 * config.gcc (obsolete): Add all ARM targets using the FPA.
21910 (with_fpu): Obsolete selection of the FPA or Maverick on ARM.
21911 * doc/install.texi: Avoid references to obsolete ARM ports.
21912
21913 2012-03-01 Joern Rennecke <joern.rennecke@embecosm.com>
21914
21915 * config/epiphany/epiphany.md (movmisalign<mode>): New patterns.
21916
21917 2012-03-01 Jeremy Bennett <jeremy.bennett@embecosm.com>
21918 Joern Rennecke <joern.rennecke@embecosm.com>
21919
21920 * doc/extend.texi: Expand and update information on interrupt
21921 attribute for Epiphany.
21922
21923 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
21924
21925 * config/sh/sh-protos.h: Update copyright notice dates.
21926 * config/sh/sh.h: Likewise.
21927 * config/sh/sh.md: Likewise.
21928 * config/sh/constraints.md: Likewise.
21929 * config/sh/predicates.md: Likewise.
21930
21931 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
21932
21933 * config/sh/sh-protos.h (tertiary_reload_operand): Remove dead function.
21934 * config/sh/sh.c (tertiary_reload_operand): Likewise.
21935
21936 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
21937
21938 * config/sh/constraints.md: Fix comment typo.
21939
21940 2012-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21941
21942 PR target/52408
21943 * config/pa/pa.md (zvdep_imm32): Change type of variable x from int to
21944 unsigned HOST_WIDE_INT.
21945 (zvdep_imm64): Likewise.
21946 (vdepi_ior): Change type of variable x from int to HOST_WIDE_INT.
21947 (vdepi_and): Likewise.
21948 Likewise for unamed 64-bit patterns.
21949 * config/pa/predicates.md (lhs_lshift_cint_operand): Update comment.
21950
21951 2012-03-01 Alexandre Oliva <aoliva@redhat.com>
21952
21953 PR debug/52001
21954 PR rtl-optimization/52417
21955 * cselib.c (cselib_any_perm_equivs): New variable.
21956 (cselib_reset_table): Check that it's not set when not
21957 preserving constants.
21958 (cselib_add_permanent_equiv): Set it.
21959 (cselib_have_permanent_equivalences): New.
21960 (cselib_init, cselib_finish): Reset it.
21961 * cselib.h (cselib_have_permanent_equivalences): Declare.
21962 * alias.c (get_addr): Restore earlier behavior when there
21963 aren't permanent equivalences.
21964
21965 2012-03-01 Steven Bosscher <steven@gcc.gnu.org>
21966
21967 * config/mn10300/mn10300-modes.def: Fix copyright notice.
21968 * config/v850/v850-modes.def: Fix copyright notice.
21969
21970 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
21971
21972 * doc/extend.texi (AVR Built-in Functions): Document
21973 __builtin_avr_flash_segment.
21974
21975 * config/avr/builtins.def (__builtin_avr_flash_segment): New entry.
21976 * config/avr/avr.md (flash_segment, flash_segment1): New expanders.
21977 (*split.flash_segment): New insn-and-split.
21978 * config/avr/avr.c (avr_init_builtins): Add local variables:
21979 const_memx_void_node, const_memx_ptr_type_node,
21980 char_ftype_const_memx_ptr.
21981
21982 2012-03-01 Jakub Jelinek <jakub@redhat.com>
21983
21984 PR tree-optimization/52445
21985 * tree-ssa-phiopt.c (struct name_to_bb): Remove ssa_name field,
21986 add ssa_name_ver, offset and size fields and change store field
21987 to bool.
21988 (name_to_bb_hash, name_to_bb_eq): Adjust for the above changes.
21989 (add_or_mark_expr): Likewise. Only consider previous stores
21990 with the same size and offset.
21991 (nt_init_block): Only look at gimple_assign_single_p stmts,
21992 doesn't look at rhs2.
21993
21994 2012-03-01 Richard Guenther <rguenther@suse.de>
21995
21996 PR middle-end/52443
21997 * tree-cfg.c (verify_gimple_assign_unary): Allow any
21998 conversions from integral types to pointer types.
21999
22000 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
22001
22002 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Restore built-in
22003 defines for __UINT24_MAX__, __INT24_MAX__, __INT24_MIN__
22004 unintentionally removed in r184616.
22005
22006 2012-03-01 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
22007
22008 * doc/invoke.texi: Document AMD bdver2 and remove mentioning
22009 3DNow from bdver1.
22010
22011 2012-02-29 Jakub Jelinek <jakub@redhat.com>
22012 Uros Bizjak <ubizjak@gmail.com>
22013
22014 PR target/52437
22015 * config/i386/sse.md (vec_set<mode>_0): Swap "*r" and "fF"
22016 alternatives, add "e" constraint to the new last alternative
22017 and ! to last 3 alternatives.
22018
22019 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
22020
22021 * dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and
22022 DW_AT_artificial attributes at the end of the processing.
22023 (gen_array_type_die): Likewise.
22024 (gen_enumeration_type_die): Likewise.
22025 (gen_struct_or_union_type_die): Likewise.
22026 (add_gnat_descriptive_type_attribute): Do not suppress debug info for
22027 the parent type.
22028
22029 2012-02-29 Jakub Jelinek <jakub@redhat.com>
22030
22031 PR middle-end/52419
22032 * expr.c (expand_assignment): If doing misaligned store that doesn't
22033 cover all mode bits, perform a RMW cycle.
22034
22035 PR tree-optimization/52429
22036 * tree-parloops.c (separate_decls_in_region_debug): Return early
22037 if var is LABEL_DECL.
22038
22039 2012-02-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
22040
22041 PR tree-optimization/52424
22042 * tree-ssa-dom.c (dom_opt_leave_block): Push a marker before
22043 calling dom_thread_across_edge.
22044
22045 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
22046
22047 * config/avr/avr.c: Move definition of TARGET macros to end of file.
22048
22049 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
22050
22051 * config/avr/avr-protos.h (avr_output_bld): Remove unused prototype.
22052 * config/avr/avr.c (avr_output_bld): Remove unused function.
22053 (avr_out_sbxx_branch): Use "%T" to print bit position.
22054
22055 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
22056
22057 * config/avr/avr.md: Untabify.
22058
22059 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
22060
22061 * config/avr/avr.md (eqne): New code iterator.
22062 (*dec-and-branchsi): Use it in text peephole's condition.
22063 (*dec-and-branchhi): Ditto.
22064 (*dec-and-branchqi): Ditto.
22065
22066 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
22067
22068 PR target/49939
22069 * config/avr/avr.h (ASM_SPEC): Add -mno-skip-bug if we know that
22070 the device does not have the skip-bug.
22071
22072 2012-02-29 Oleg Endo <olegendo@gcc.gnu.org>
22073
22074 * doc/invoke.texi (-msoft-atomic): Add more detailed description.
22075 (-mbranch-cost, -mcbranchdi -mcmpeqdi -mfused-madd
22076 -mpretend-cmove): New.
22077
22078 2012-02-29 Jakub Jelinek <jakub@redhat.com>
22079
22080 PR bootstrap/52397
22081 * df.h (struct df_d): Adjust comment that hard_regs_live_count
22082 doesn't count DEBUG_INSN refs.
22083 * df-scan.c (df_ref_create_structure): Don't set DF_HARD_REG_LIVE
22084 for DEBUG_INSN refs.
22085
22086 2012-02-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22087
22088 Partially revert:
22089
22090 2012-02-20 Richard Guenther <rguenther@suse.de>
22091 PR tree-optimization/52298
22092 * tree-vect-stmts.c (vectorizable_load): Properly use
22093 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing outer loops.
22094
22095 2012-02-28 Aldy Hernandez <aldyh@redhat.com>
22096
22097 PR middle-end/51752
22098 * gimple.h (gimple_in_transaction): New.
22099 (gimple_set_in_transaction): New.
22100 (struct gimple_statement_base): Add in_transaction field.
22101 * tree-ssa-loop-im.c: (movement_possibility): Restrict movement of
22102 transaction loads.
22103 (tree_ssa_lim_initialize): Compute transaction bits.
22104 * tree.h (compute_transaction_bits): Protoize.
22105 * trans-mem.c (tm_region_init): Use the heap to store BB
22106 auxilliary data.
22107 (compute_transaction_bits): New.
22108
22109 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
22110
22111 * gcc.c (display_help): Document --help=common and sort entries
22112 alphabetically.
22113
22114 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
22115
22116 * doc/install.texi: Document check-$LANG specific shortcuts
22117
22118 2012-02-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
22119
22120 PR target/51534
22121 * config/arm/arm.c (neon_builtin_data): Add entries for vcgeu
22122 and vcgtu.
22123 * config/arm/arm_neon.h: Regenerate.
22124 * config/arm/neon.md (unspec): Add UNSPEC_VCGEU, and UNSPEC_VCGTU.
22125 (neon_vcgeu): New insn.
22126 (neon_vcgtu): Likewise.
22127 * config/arm/neon.ml (s_8_32, u_8_32): New lists.
22128 (ops): Unsigned comparison intrinsics call a different builtin.
22129
22130 2012-02-28 Richard Guenther <rguenther@suse.de>
22131
22132 PR target/52407
22133 * config/i386/i386.c (ix86_expand_vector_set): Fix element
22134 ordering for the VEC_CONCAT for two element vectors for
22135 V2SFmode, V2SImode and V2DImode.
22136
22137 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
22138
22139 PR target/49448
22140 * config.gcc (arm*-*-linux*): Use an unambiguous pattern for
22141 detecting big-endian triplets.
22142
22143 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
22144
22145 * arm.c (aapcs_vfp_is_call_or_return_candidate): Only use the machine
22146 mode if there is no type information available.
22147
22148 2012-02-28 Thomas Koenig <tkoenig@gcc.gnu.org>
22149
22150 PR tree-optimization/53207
22151 * doc/invoke.texi: Document as experimental and relying on graphite.
22152
22153 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
22154
22155 * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
22156 of initializer to changes from r184614.
22157
22158 2012-02-28 Richard Guenther <rguenther@suse.de>
22159
22160 PR tree-optimization/52395
22161 * tree-sra.c (build_ref_for_offset): Also look at the base
22162 TYPE_ALIGN when figuring out the alignment of the replacement.
22163
22164 2012-02-28 Richard Guenther <rguenther@suse.de>
22165
22166 PR tree-optimization/52402
22167 * ipa-prop.c (ipa_modify_call_arguments): Properly use
22168 mis-aligned types when creating the accesses at the call site.
22169
22170 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
22171
22172 * config/avr/builtins.def: New file.
22173 * config/avr/t-avr (avr.o, avr-c.o): Depend on it.
22174 * config/avr/avr.c (enum avr_builtin_id): Use it.
22175 (avr_init_builtins): Use it. And use avr_bdesc.
22176 (bdesc_1arg): Remove.
22177 (bdesc_2arg): Remove.
22178 (bdesc_3arg): Remove.
22179 (struct avr_builtin_description): Add field n_args.
22180 (avr_bdesc): New static variable using builtins.def.
22181 (avr_expand_builtin): Use it.
22182 Don't call avr_expand_delay_cycles if op0 is not CONST_INT.
22183 (avr_fold_builtin): Fold AVR_BUILTIN_SWAP.
22184 Don't fold AVR_BUILTIN_INSERT_BITS if arg0 is not INTEGER_CST.
22185
22186 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
22187
22188 PR target/52148
22189 * config/avr/avr.md (movmem_<mode>): Replace match_operand that
22190 match only one single hard register with respective hard reg rtx.
22191 (movmemx_<mode>): Ditto.
22192 * config/avr/avr.c (avr_emit_movmemhi): Adapt expanding to new
22193 insn anatomy of movmem[x]_<mode>.
22194 (avr_out_movmem): Same for printing assembler and operand usage.
22195
22196 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
22197
22198 PR target/49868
22199 PR target/52261
22200 * doc/extend.texi (AVR Named Address Spaces): No more try to fix
22201 address spaces located outside of device flash.
22202
22203 * config/avr/avr.h (base_arch_s): Remove field n_segments.
22204 (mcu_type_s): Add field n_flash.
22205 * config/avr/avr-devices.c (avr_arch_types): Remove .n_segments.
22206 Set .have_elpm and .have_elpmx to 1 for avrxmega4 and avrxmega5.
22207 (AVR_MCU): Add N_FLASH argument.
22208 * config/avr/avr-mcus.def (AVR_MCU): Add initializer for .n_flash.
22209 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Only define built-in
22210 macro __FLASH<n> if that address space makes sense for the device.
22211 * config/avr/avr.c (avr_out_lpm): Don't try to fix address spaces
22212 outside of target flash.
22213 (avr_asm_named_section): Ditto.
22214 (avr_asm_select_section): Ditto.
22215 (avr_addr_space_convert): Ditto.
22216 (avr_emit_movmemhi): Ditto.
22217 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Error if
22218 address space is outside of device flash.
22219 (avr_insert_attributes): Ditto.
22220 (avr_xload_libgcc_p): Use avr_current_device->n_flash instead of
22221 avr_current_arch->n_segments.
22222
22223 2012-02-27 H.J. Lu <hongjiu.lu@intel.com>
22224
22225 PR target/52352
22226 * config/i386/i386.md (*movabs<mode>_1): Enable only for TARGET_LP64.
22227 (*movabs<mode>_2): Likewise.
22228
22229 2012-02-27 Jakub Jelinek <jakub@redhat.com>
22230
22231 PR target/52375
22232 * config/arm/neon.md (vashr<mode>3, vlshr<mode>3): Use
22233 s_register_operand in the test instead of REG_P. Don't call
22234 gen_reg_rtx if it won't be used.
22235
22236 PR tree-optimization/52376
22237 * ipa-split.c (split_function): Ignore CLOBBER stmts.
22238
22239 2012-02-27 Stuart Henderson <shenders@gcc.gnu.org>
22240
22241 * ifcvt.c (noce_get_condition): Check condition variable is not
22242 small_register_classes_for_mode_p before accepting.
22243
22244 2012-02-27 Uros Bizjak <ubizjak@gmail.com>
22245
22246 * config/i386/i386.md (*movabs<mode>_1): Fix operand 1 constraints.
22247
22248 2012-02-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
22249
22250 Revert:
22251 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
22252 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
22253 tuning parameters.
22254 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
22255
22256 2012-02-27 Oleg Endo <olegendo@gcc.gnu.org>
22257
22258 * config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
22259
22260 2012-02-26 Oleg Endo <olegendo@gcc.gnu.org>
22261
22262 * config/sh/predicates.md: Remove blank lines.
22263 * config/sh/sh.c: Fix typos in comments.
22264 * config/sh/constraints.md: Likewise.
22265 * config/sh/sh.md: Remove blank lines.
22266 Fix typos in comments. Use ;; as comment characters.
22267
22268 2012-02-26 Walter Lee <walt@tilera.com>
22269
22270 * config/tilegx/tilegx.c (match_pcrel_step2): Fix instruction pattern.
22271 (replace_mov_pcrel_step2): Ditto.
22272
22273 2012-02-25 Alexandre Oliva <aoliva@redhat.com>
22274
22275 PR debug/52001
22276 * alias.c (refs_newer_value_cb, refs_newer_value_p): New.
22277 (get_addr): Walk canonical value's locs. Avoid returning VALUEs
22278 and locs that reference values newer than the non-canonical value
22279 at hand. Return the canonical value as a worst case.
22280 (memrefs_conflict_p): Walk canonical value's locs.
22281
22282 PR debug/52001
22283 * cselib.c (preserve_only_constants): Rename to...
22284 (preserve_constants_and_equivs): ... this. Split out...
22285 (invariant_or_equiv_p): ... this. Preserve plus expressions
22286 of other preserved expressions too.
22287 (cselib_reset_table): Adjust.
22288 * var-tracking.c (reverse_op): Use canonical value to build
22289 reverse operation.
22290
22291 2012-02-23 Kai Tietz <ktietz@redhat.com>
22292
22293 * config/i386/i386.c (ix86_delegitimize_address): Handle
22294 UNSPEC_PCREL plus displacement.
22295
22296 2012-02-24 Georg-Johann Lay <avr@gjlay.de>
22297
22298 PR target/52261
22299 * config/avr/avr.c (avr_out_movhi_mr_r_xmega): Use base
22300 to test for unusedness in st X addressing.
22301
22302 2012-02-24 Richard Guenther <rguenther@suse.de>
22303
22304 PR middle-end/52361
22305 * gimple.c (walk_gimple_op): Use predicates with less redundant tests.
22306 (is_gimple_reg_type): Move inline ...
22307 * gimple.h (is_gimple_reg_type): ... here.
22308
22309 2012-02-24 Richard Guenther <rguenther@suse.de>
22310
22311 PR middle-end/52361
22312 * passes.c (execute_function_todo): When verifying SSA form
22313 verify gimple form first.
22314 * tree-ssa.c (verify_ssa): Do not verify gimple form here.
22315
22316 2012-02-24 Richard Guenther <rguenther@suse.de>
22317
22318 PR middle-end/52355
22319 * fold-const.c (fold_addr_of_array_ref_difference): New function.
22320 (fold_binary_loc): Use it to extend the existing &a[i] - &a[j] folding.
22321
22322 2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
22323
22324 * tree-if-conv (predicate_scalar_phi): Commentary typo fix.
22325
22326 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
22327
22328 * tree-phinodes.c (make_phi_node): Mark static.
22329 * tree-flow.h (make_phi_node): Remove extern decl.
22330 * doc/gimple.texi (make_phi_node): Remove documentation.
22331
22332 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
22333
22334 * tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.
22335 * tree-ssa-sccvn.c (print_scc): Ditto.
22336
22337 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
22338
22339 * doc/passes.texi (Full redundancy elimination): Fix typo.
22340
22341 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
22342
22343 * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries.
22344
22345 2012-02-23 Eric Botcazou <ebotcazou@adacore.com>
22346
22347 PR bootstrap/52287
22348 * haifa-sched.c (rank_for_schedule): Stabilize sort for debug insns.
22349
22350 2012-02-23 Uros Bizjak <ubizjak@gmail.com>
22351
22352 PR c/52290
22353 * c-decl.c (start_function): Exit early if decl1 is not FUNTION_DECL.
22354
22355 2012-02-23 Georg-Johann Lay <avr@gjlay.de>
22356
22357 * config/avr/avr.md (code_stdname): Add ior, xor.
22358 (xior): New code iterator.
22359 (*<code_stdname><mode>qi.byte0): Use xior instead of ior.
22360 (*<code_stdname><mode>qi.byte1-3): Ditto.
22361
22362 2012-02-23 Jakub Jelinek <jakub@redhat.com>
22363
22364 PR tree-optimization/52019
22365 * ipa-split.c (find_return_bb, find_retval, visit_bb): Ignore
22366 CLOBBER stmts.
22367
22368 2012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22369
22370 * acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of
22371 HAVE_INITFINI_ARRAY to work around namespace pollution in
22372 certain versions of newlib system headers.
22373 * config.in: Regenerate.
22374 * configure: Regenerate.
22375 * config/initfini-array.h: Use HAVE_INITFINI_ARRAY_SUPPORT
22376 instead of HAVE_INITFINI_ARRAY.
22377
22378 2012-02-22 Uros Bizjak <ubizjak@gmail.com>
22379
22380 PR target/52330
22381 * config/i386/i386.c (ix86_print_operand) <case 'H'>: Error out if x
22382 is not offsettable memory reference.
22383
22384 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
22385
22386 PR target/18145
22387 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Skip
22388 setting avr_need_clear_bss_p for __gnu_lto* symbols.
22389
22390 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
22391
22392 * config/avr/avr.h (avr_accumulate_outgoing_args): Return int.
22393 * config/avr/avr.c (avr_accumulate_outgoing_args): Return int.
22394
22395 2012-02-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22396
22397 * configure.ac (LIB_TLS_SPEC): Enforce use of alternate thread
22398 library on Solaris 8 even without TLS support.
22399 * configure: Regenerate.
22400
22401 2012-02-22 Richard Guenther <rguenther@suse.de>
22402
22403 PR middle-end/52329
22404 * gimple-fold.c (fold_stmt_1): Also canonicalize ADDR_EXPRs
22405 for GIMPLE_DEBUG stmts.
22406
22407 2012-02-22 Martin Jambor <mjambor@suse.cz>
22408
22409 PR middle-end/51782
22410 * emit-rtl.c (set_mem_attributes_minus_bitpos): Set address space
22411 according to the base object.
22412
22413 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
22414
22415 PR rtl-optimization/50063
22416 * config/avr/avr.md (movhi_sp_r): Handle -1 (unknown IRQ state)
22417 and 2 (8-bit SP) in operand 2.
22418 * config/avr/avr.c (avr_prologue_setup_frame): Adjust prologue
22419 setup to use movhi_sp_r instead of vanilla move to write SP.
22420 Adjust REG_CFA notes to superseed unspec.
22421 (expand_epilogue): Adjust epilogue setup to use movhi_sp_r instead
22422 of vanilla move.
22423 As function body might contain CLI or SEI: Use irq_state 0 (IRQ
22424 known to be off) only with TARGET_NO_INTERRUPTS. Never use
22425 irq_state 1 (IRQ known to be on) here.
22426
22427 2012-02-21 Bernd Schmidt <bernds@codesourcery.com>
22428
22429 * ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not
22430 WORDS_BIG_ENDIAN.
22431 * ira-color.c (setup_profitable_hard_regs, check_hard_reg_p,
22432 assign_hard_reg): Likewise.
22433
22434 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
22435
22436 * config/avr/avr.md (neghi2): Remove "!d,0" alternative. Tweak "r,0".
22437
22438 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
22439
22440 * config/avr/avr.md
22441 (*dec-and-branchhi!=-1.d.clobber): New text peephole.
22442 (*dec-and-branchhi!=-1.l.clobber): New text peephole.
22443
22444 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
22445
22446 * config/avr/avr-protos.h (avr_accumulate_outgoing_args): Move
22447 prototype from here to...
22448 * config/avr/avr.h: ...here.
22449
22450 2012-02-21 Richard Earnshaw <rearnsha@arm.com>
22451
22452 PR target/52294
22453 * thumb2.md (thumb2_shiftsi3_short): Split register and
22454 immediate shifts. For register shifts tie operands 0 and 1.
22455 (peephole2 for above): Check that register-controlled shifts
22456 have suitably tied operands.
22457
22458 2012-02-21 Quentin Neill <quentin.neill@amd.com>
22459
22460 PR target/52137
22461 * config/i386/bdver1.md (bdver1_call, bdver1_push,
22462 bdver1_pop, bdver1_leave, bdver1_lea, bdver1_imul_DI, bdver1_imul,
22463 bdver1_imul_mem_DI, bdver1_imul_mem, bdver1_idiv, bdver1_idiv_mem,
22464 bdver1_str, bdver1_idirect, bdver1_ivector, bdver1_idirect_loadmov,
22465 bdver1_idirect_load, bdver1_ivector_load, bdver1_idirect_movstore,
22466 bdver1_idirect_both, bdver1_ivector_both, bdver1_idirect_store,
22467 bdver1_ivector_store, bdver1_fldxf, bdver1_fld, bdver1_fstxf,
22468 bdver1_fst, bdver1_fist, bdver1_fmov_bdver1, bdver1_fadd_load,
22469 bdver1_fadd, bdver1_fmul_load, bdver1_fmul, bdver1_fsgn,
22470 bdver1_fdiv_load, bdver1_fdiv, bdver1_fpspc_load, bdver1_fpspc,
22471 bdver1_fcmov_load, bdver1_fcmov, bdver1_fcomi_load,
22472 bdver1_fcomi, bdver1_fcom_load, bdver1_fcom,
22473 bdver1_fxch, bdver1_ssevector_avx128_unaligned_load,
22474 bdver1_ssevector_avx256_unaligned_load,
22475 bdver1_ssevector_sse128_unaligned_load,
22476 bdver1_ssevector_avx128_load, bdver1_ssevector_avx256_load,
22477 bdver1_ssevector_sse128_load, bdver1_ssescalar_movq_load,
22478 bdver1_ssescalar_vmovss_load, bdver1_ssescalar_sse128_load,
22479 bdver1_mmxsse_load, bdver1_sse_store_avx256, bdver1_sse_store,
22480 bdver1_mmxsse_store_short, bdver1_ssevector_avx256,
22481 bdver1_movss_movsd, bdver1_mmxssemov, bdver1_sselog_load_256,
22482 bdver1_sselog_256, bdver1_sselog_load, bdver1_sselog,
22483 bdver1_ssecmp_load, bdver1_ssecmp, bdver1_ssecomi_load,
22484 bdver1_ssecomi, bdver1_vcvtX2Y_avx256_load, bdver1_vcvtX2Y_avx256,
22485 bdver1_ssecvt_cvtss2sd_load, bdver1_ssecvt_cvtss2sd,
22486 bdver1_sseicvt_cvtsi2sd_load, bdver1_sseicvt_cvtsi2sd,
22487 bdver1_ssecvt_cvtpd2ps_load, bdver1_ssecvt_cvtpd2ps,
22488 bdver1_ssecvt_cvtdq2ps_load, bdver1_ssecvt_cvtdq2ps,
22489 bdver1_ssecvt_cvtdq2pd_load, bdver1_ssecvt_cvtdq2pd,
22490 bdver1_ssecvt_cvtps2pd_load, bdver1_ssecvt_cvtps2pd,
22491 bdver1_ssecvt_cvtsX2si_load, bdver1_ssecvt_cvtsX2si,
22492 bdver1_ssecvt_cvtpd2pi_load, bdver1_ssecvt_cvtpd2pi,
22493 bdver1_ssecvt_cvtpd2dq_load, bdver1_ssecvt_cvtpd2dq,
22494 bdver1_ssecvt_cvtps2pi_load, bdver1_ssecvt_cvtps2pi,
22495 bdver1_ssemuladd_load_256, bdver1_ssemuladd_256,
22496 bdver1_ssemuladd_load, bdver1_ssemuladd, bdver1_sseimul_load,
22497 bdver1_sseimul, bdver1_sseiadd_load, bdver1_sseiadd,
22498 bdver1_ssediv_double_load_256, bdver1_ssediv_double_256,
22499 bdver1_ssediv_single_load_256, bdver1_ssediv_single_256,
22500 bdver1_ssediv_double_load, bdver1_ssediv_double,
22501 bdver1_ssediv_single_load, bdver1_ssediv_single, bdver1_sseins):
22502 Add "bdver2" attribute.
22503
22504 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22505
22506 * config/s390/s390.c (s390_option_override): Make -mhard-dfp the
22507 default if possible and not specified otherwise.
22508
22509 2012-02-21 Richard Guenther <rguenther@suse.de>
22510
22511 PR middle-end/52314
22512 * gimplify.c (create_tmp_from_val): Use the main variant type
22513 for the type of the temporary we create.
22514
22515 2012-02-21 Richard Guenther <rguenther@suse.de>
22516
22517 PR tree-optimization/52324
22518 * gimplify.c (gimplify_expr): When re-gimplifying expressions
22519 do not gimplify a MEM_REF address operand if it is already
22520 in suitable form.
22521
22522 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22523
22524 * config/s390/s390.md ("fixuns_trunc<mode>si2"): Replace
22525 TARGET_HARD_FLOAT with TARGET_HARD_DFP.
22526
22527 2012-02-21 Richard Guenther <rguenther@suse.de>
22528
22529 * tree-vect-stmts.c (vectorizable_load): Use pre-computed
22530 nested_in_vect_loop.
22531
22532 2012-02-21 Jakub Jelinek <jakub@redhat.com>
22533
22534 PR tree-optimization/52318
22535 * gimple-fold.c (gimplify_and_update_call_from_tree): Add
22536 vdef also to non-pure/const call stmts in the sequence.
22537
22538 2012-02-21 Tristan Gingold <gingold@adacore.com>
22539
22540 * config/vms/vms-ld.c (main): Fix IDENTIFICATION padding.
22541
22542 2012-02-20 David S. Miller <davem@davemloft.net>
22543
22544 * config/sparc/sparc.md (load_pcrel_sym<P:mode>): Explain why we
22545 don't use the "rd %pc" instruction on v9 for PIC register loads.
22546
22547 2012-02-20 Aldy Hernandez <aldyh@redhat.com>
22548
22549 PR middle-end/52141
22550 * trans-mem.c (ipa_tm_scan_irr_block): Error out on GIMPLE_ASM's
22551 in a transaction safe function.
22552
22553 2012-02-20 Kai Tietz <ktietz@redhat.com>
22554
22555 PR target/52238
22556 * stor-layout.c (place_field): Handle desired_align for
22557 ms-bitfields, too.
22558
22559 2012-02-20 Richard Guenther <rguenther@suse.de>
22560
22561 PR tree-optimization/52298
22562 * tree-vect-stmts.c (vectorizable_store): Properly use
22563 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing
22564 outer loops.
22565 (vectorizable_load): Likewise.
22566 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
22567 Access DR_STEP after ensuring it is not NULL.
22568
22569 2012-02-20 Jakub Jelinek <jakub@redhat.com>
22570
22571 PR tree-optimization/52286
22572 * fold-const.c (fold_binary_loc): For (X & C1) | C2
22573 optimization use double_int_to_tree instead of build_int_cst_wide,
22574 rewrite to use double_int vars.
22575
22576 2012-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22577
22578 PR target/50166
22579 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Require gcc_SUN_LD_VERSION.
22580 Define _start.
22581 Remove -e 0 from $gcc_cv_ld invocation.
22582 Only use __GLIBC_PREREQ if defined.
22583 Enable on Solaris since Solaris 8 patch.
22584 (gcc_SUN_LD_VERSION): New macro.
22585 * configure.ac (ld_ver) <*-*-solaris2*>: Refer to
22586 gcc_SUN_LD_VERSION for version number format.
22587 * configure: Regenerate.
22588 * varasm.c (get_elf_initfini_array_priority_section): Set
22589 SECTION_NOTYPE for non-default priority.
22590 Use get_section instead of get_unnamed_section to emit
22591 .init_array/.fini_array with default priority.
22592
22593 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
22594
22595 * config/mips/mips.c (mips_need_mips16_rdhwr_p): New variable.
22596 (mips_get_tp): Set it. Record that __mips16_rdhwr binds locally.
22597 (mips_start_unique_function, mips_output_mips16_rdhwr)
22598 (mips_code_end): New functions.
22599 (TARGET_ASM_CODE_END): Define.
22600
22601 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
22602
22603 * config/mips/mips.c (mips16_build_call_stub): Add CFI information
22604 to stubs with non-sibling calls.
22605
22606 2012-02-18 Sandra Loosemore <sandra@codesourcery.com>
22607
22608 * doc/invoke.texi (-fira-* options): Copy-edit.
22609 (ira-* parameters): Copy-edit.
22610
22611 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
22612
22613 * doc/invoke.texi: Minor copy-edits to bring into conformance with
22614 GCC coding conventions.
22615
22616 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
22617
22618 * doc/invoke.texi: Consistently hyphenate "big-endian"/"little-endian"
22619 when used as adjectives.
22620
22621 2012-02-16 Sandra Loosemore <sandra@codesourcery.com>
22622
22623 * doc/invoke.texi: Clean up "that"/"which" confusion.
22624
22625 2012-02-17 Steven Bosscher <steven@gcc.gnu.org>
22626
22627 * system.h: Poison SMALL_REGISTER_CLASSES
22628 * config/rl78/rl78.h: Replace SMALL_REGISTER_CLASSES with hook.
22629 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES.
22630
22631 2012-02-16 Jakub Jelinek <jakub@redhat.com>
22632
22633 PR tree-optimization/52285
22634 * tree-tailcall.c (find_tail_calls): Ignore gimple_clobber_p stmts
22635 when deciding if a call is a tail call or tail recursion.
22636
22637 2012-02-16 Kai Tietz <ktietz@redhat.com>
22638
22639 * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
22640 interger-constant displacement for UNSPEC_PCREL.
22641
22642 2012-02-16 Jakub Jelinek <jakub@redhat.com>
22643
22644 PR rtl-optimization/52208
22645 * ira-costs.c (scan_one_insn): Don't decrease mem_cost
22646 for MEMs with REG_EQUIV, if the MEM isn't general_operand.
22647
22648 PR tree-optimization/52255
22649 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): If
22650 loop->header has virtual PHI, but exit_e->dest doesn't, add
22651 virtual PHI to exit_e->dest and adjust all uses after the loop.
22652
22653 PR debug/52260
22654 * dwarf2out.c (copy_decls_walk): Fill in *slot before traversing
22655 children with clone_tree_hash, not after it.
22656
22657 2012-02-16 Iain Sandoe <iains@gcc.gnu.org>
22658
22659 * config/darwin.h (ASM_OUTPUT_LABELREF): Add user label prefix for
22660 extended identifiers.
22661
22662 2012-02-16 Jakub Jelinek <jakub@redhat.com>
22663
22664 PR middle-end/51929
22665 * cgraphunit.c (verify_edge_corresponds_to_fndecl): If node is
22666 a same_body_alias, also test whether e->callee isn't a former
22667 or current clone of the decl this is a same body alias of.
22668
22669 PR translation/52264
22670 * cgraphunit.c (verify_cgraph_node): Fix a typo.
22671
22672 2012-02-15 Sandra Loosemore <sandra@codesourcery.com>
22673
22674 * doc/invoke.texi: Clean up "n-bit/byte/word" modifiers.
22675
22676 2012-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
22677
22678 PR target/52199
22679 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
22680 force_reg instead of copy_to_reg for better optimization. Force
22681 non-register or memory operands into a register.
22682
22683 2012-02-15 Andrew MacLeod <amacleod@redhat.com>
22684
22685 * extend.texi: Reserve upper bits of memory model for future use.
22686
22687 2012-01-15 Georg-Johann Lay <avr@gjlay.de>
22688 Anatoly Sokolov <aesok@post.ru>
22689 Eric Weddington <eric.weddington@atmel.com>
22690
22691 PR target/52261
22692 * config/avr/avr-devices.c (avr_arch_types): Add avrxmega2,
22693 avrxmega4, avrxmega5, avrxmega6, avrxmega7.
22694 Rewrite initializers for .macro.
22695 * config/avr/avr-mcus.def (AVR_MCU): Add known MCUs:
22696 avrxmega2: atxmega16a4, atxmega16d4, atxmega16x1, atxmega32a4
22697 atxmega32d4, atxmega32x1.
22698 avrxmega4: atxmega64a3, atxmega64d3.
22699 avrxmega5: atxmega64a1, atxmega64a1u.
22700 avrxmega6: atxmega128a3, atxmega128d3, atxmega192a3, atxmega192d3,
22701 atxmega256a3, atxmega256a3b, atxmega256a3bu, atxmega256d3.
22702 avrxmega7: atxmega128a1, atxmega128a1u.
22703 * config/avr/avr.h (enum avr_arch): Add: ARCH_AVRXMEGA2,
22704 ARCH_AVRXMEGA4, ARCH_AVRXMEGA5, ARCH_AVRXMEGA6, ARCH_AVRXMEGA7.
22705 (struct base_arch_s): Rename reserved to xmega_p.
22706 Rename reserved2 to have_rampd.
22707 (AVR_XMEGA): New define.
22708 (AVR_HAVE_RAMPD, AVR_HAVE_RAMPX, AVR_HAVE_RAMPY): New defines.
22709 (AVR_HAVE_RAMPZ): Change definition to fit xmega.
22710 * config/avr/predicates.md (io_address_operand): Take into
22711 account SFR offset.
22712 (low_io_address_operand): Ditto.
22713 (high_io_address_operand): Ditto.
22714 * config/avr/avr.md (isa): Add alternatives no_xmega, xmega.
22715 (enabled, movhi_sp_r): Use them.
22716 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use
22717 cpp_define_formatted to built-in define __AVR_ARCH__.
22718 (__AVR_XMEGA__): New built-in define.
22719 (__AVR_HAVE_RAMPD__): New built-in define.
22720 (__AVR_HAVE_RAMPX__): New built-in define.
22721 (__AVR_HAVE_RAMPY__): New built-in define.
22722 (__AVR_HAVE_RAMPZ__): Change condition when to built-in define it.
22723
22724 * config/avr/avr.c (avr_addr_t): Add ccp, rampd, rampx, rampy.
22725 (avr_option_override): Initialize them.
22726 (sreg_rtx, rampd_rtx, rampx_rtx, rampy_rtx): New GTY rtx.
22727 (avr_init_expanders): Initialize them. No more block several calls.
22728 (emit_push_sfr): New static function.
22729 (avr_prologue_setup_frame): Use it to push SREG, RAMPD/X/Y/Z as needed.
22730 Handle AVR_XMEGA.
22731 (expand_epilogue): Handle AVR_XMEGA. Pop RAMPD/X/Y/Z as needed.
22732 (avr_print_operand): Print addreeses as symbols for
22733 RAMPX, RAMPY, RAMPD, CCP.
22734 (output_movhi): Handle AVR_XMEGA when writing to SP.
22735 (avr_out_movhi_mr_r_xmega): New static function.
22736 (out_movhi_mr_r): Forward to avr_out_movhi_mr_r_xmega for AVR_XMEGA.
22737 (avr_file_start): Print symbol defines for __RAMPX__, __RAMPY__,
22738 __RAMPD__, __CCP__ as needed.
22739
22740 * config/avr/multilib.h: Regenerate.
22741 * config/avr/t-multilib: Regenerate.
22742 * config/avr/avr-tables.opt: Regenerate.
22743
22744 2012-02-15 Tobias Grosser <grosser@fim.uni-passau.de>
22745
22746 PR tree-optimization/50561
22747 * graphite-flattening.c (lst_project_loop): Do not
22748 remove old scattering dimensions after flattening.
22749 (lst_do_flatten): Likewise.
22750
22751 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
22752
22753 * doc/extend.texi (AVR Built-in Functions): Remove doc for
22754 __builtin_avr_map8, __builtin_avr_map16.
22755 Document __builtin_avr_insert_bits.
22756
22757 * config/avr/avr.md (map_bitsqi, map_bitshi): Remove.
22758 (insert_bits): New insn.
22759 (adjust_len.map_bits): Rename to insert_bits.
22760 (UNSPEC_MAP_BITS): Rename to UNSPEC_INSERT_BITS.
22761 * avr-protos.h (avr_out_map_bits): Remove.
22762 (avr_out_insert_bits, avr_has_nibble_0xf): New.
22763 * config/avr/constraints.md (Cxf,C0f): New.
22764 * config/avr/avr.c (avr_cpu_cpp_builtins): Remove built-in
22765 defines __BUILTIN_AVR_MAP8, __BUILTIN_AVR_MAP16.
22766 New built-in define __BUILTIN_AVR_INSERT_BITS.
22767 * config/avr/avr.c (TARGET_FOLD_BUILTIN): New define.
22768 (enum avr_builtin_id): Add AVR_BUILTIN_INSERT_BITS.
22769 (avr_move_bits): Rewrite.
22770 (avr_fold_builtin, avr_map_metric, avr_map_decompose): New static
22771 functions.
22772 (avr_map_op_t): New typedef.
22773 (avr_map_op): New static variable.
22774 (avr_out_insert_bits, avr_has_nibble_0xf): New functions.
22775 (adjust_insn_length): Handle ADJUST_LEN_INSERT_BITS.
22776 (avr_init_builtins): Add definition for __builtin_avr_insert_bits.
22777 (bdesc_3arg, avr_expand_triop_builtin): New.
22778 (avr_expand_builtin): Use them. And handle AVR_BUILTIN_INSERT_BITS.
22779 (avr_revert_map, avr_swap_map, avr_id_map, avr_sig_map): Remove.
22780 (avr_map_hamming_byte, avr_map_hamming_nonstrict): Remove.
22781 (avr_map_equal_p, avr_map_sig_p): Remove.
22782 (avr_out_swap_bits, avr_out_revert_bits, avr_out_map_bits): Remove.
22783 (bdesc_2arg): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
22784 (adjust_insn_length): Remove handling for ADJUST_LEN_MAP_BITS.
22785 (enum avr_builtin_id): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
22786 (avr_init_builtins): Remove __builtin_avr_map8, __builtin_avr_map16.
22787 (avr_expand_builtin): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
22788
22789 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
22790
22791 * config/c6x/c6x.md (reserve_cycles): New attribute.
22792 * config/c6x/c6x.c (c6x_sched_reorder_1): Ensure insns we predicate
22793 don't reserve functional units after the branch occurs.
22794
22795 2012-02-14 Aldy Hernandez <aldyh@redhat.com>
22796
22797 PR middle-end/52142
22798 * ipa-inline.c (can_inline_edge_p): Do not inline tm_pure
22799 functions into non-tm_pure functions.
22800
22801 2012-02-14 Eric Botcazou <ebotcazou@adacore.com>
22802
22803 PR lto/52178
22804 * gimple.c (iterative_hash_gimple_type): Use RECORD_OR_UNION_TYPE_P.
22805 (iterative_hash_canonical_type): Likewise.
22806 * tree-ssa-pre.c (fini_pre): Clean up the CFG only after purging all
22807 the dead edges.
22808
22809 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
22810
22811 * haifa-sched.c (prune_ready_list): Ensure that if there is a
22812 sched-group insn, it either remains alone or the entire list is pruned.
22813
22814 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
22815
22816 * doc/install.texi (Prerequisites): Fix grammar.
22817 (Configuration): Likewise.
22818
22819 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
22820
22821 * doc/install.texi (Prerequisites): Suggest building GMP, MPFR and
22822 MPC as part of GCC before describing configuring with --with-gmp etc.
22823 (Installing GCC: Configuration): --with-gmp etc. aren't needed if
22824 sources are present.
22825
22826 2012-02-14 Jakub Jelinek <jakub@redhat.com>
22827
22828 PR debug/51950
22829 * dwarf2out.c (clone_tree_hash): New function.
22830 (copy_decls_walk): Use it instead of clone_tree.
22831
22832 2012-02-14 Richard Guenther <rguenther@suse.de>
22833
22834 PR tree-optimization/52244
22835 PR tree-optimization/51528
22836 * tree-sra.c (analyze_access_subtree): Only create INTEGER_TYPE
22837 replacements for integral types.
22838
22839 2012-02-14 Walter Lee <walt@tilera.com>
22840
22841 * config.gcc: Handle tilegx and tilepro.
22842 * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
22843 tilegx and tilepro.
22844 Add HAVE_AS_TLS check for tilegx and tilepro.
22845 * configure: Regenerate.
22846 * doc/contrib.texi: Add Mat Hostetter and self.
22847 * doc/extend.texi (TILE-Gx Built-in Functions): New node.
22848 Document instruction intrinsics and network accessing intrinsics.
22849 (TILEPro Built-in Functions): New node. Document instruction
22850 intrinsics and network accessing intrinsics.
22851 * doc/install.texi (Specific, tilegx-*-linux*): Document it.
22852 (Specific, tilepro-*-linux*): Likewise.
22853 * doc/invoke.texi (TILE-Gx Options): New section.
22854 (TILEPro Options): New section.
22855 * doc/md.texi (TILE-Gx): New section.
22856 (TILEPro): New section.
22857 * common/config/tilegx/tilegx-common.c: New file.
22858 * common/config/tilepro/tilepro-common.c: New file.
22859 * config/tilegx/constraints.md: New file.
22860 * config/tilegx/linux.h: New file.
22861 * config/tilegx/mul-tables.c: New file.
22862 * config/tilegx/predicates.md: New file.
22863 * config/tilegx/sync.md: New file.
22864 * config/tilegx/t-tilegx: New file.
22865 * config/tilegx/tilegx-builtins.h: New file.
22866 * config/tilegx/tilegx-c.c: New file.
22867 * config/tilegx/tilegx-generic.md: New file.
22868 * config/tilegx/tilegx-modes.def: New file.
22869 * config/tilegx/tilegx-multiply.h: New file.
22870 * config/tilegx/tilegx-protos.h: New file.
22871 * config/tilegx/tilegx.c: New file.
22872 * config/tilegx/tilegx.h: New file.
22873 * config/tilegx/tilegx.md: New file.
22874 * config/tilegx/tilegx.opt: New file.
22875 * config/tilepro/constraints.md: New file.
22876 * config/tilepro/gen-mul-tables.cc: New file.
22877 * config/tilepro/linux.h: New file.
22878 * config/tilepro/mul-tables.c: New file.
22879 * config/tilepro/predicates.md: New file.
22880 * config/tilepro/t-tilepro: New file.
22881 * config/tilepro/tilepro-builtins.h: New file.
22882 * config/tilepro/tilepro-c.c: New file.
22883 * config/tilepro/tilepro-generic.md: New file.
22884 * config/tilepro/tilepro-modes.def: New file.
22885 * config/tilepro/tilepro-multiply.h: New file.
22886 * config/tilepro/tilepro-protos.h: New file.
22887 * config/tilepro/tilepro.c: New file.
22888 * config/tilepro/tilepro.h: New file.
22889 * config/tilepro/tilepro.md: New file.
22890 * config/tilepro/tilepro.opt: New file.
22891
22892 2012-02-14 Jakub Jelinek <jakub@redhat.com>
22893
22894 PR tree-optimization/52210
22895 * tree-vect-slp.c (vect_get_and_check_slp_defs): Call
22896 vect_model_simple_cost with two entry vect_def_type array instead
22897 of an address of dt.
22898
22899 2012-02-14 Richard Guenther <rguenther@suse.de>
22900
22901 PR lto/52178
22902 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
22903 Do not stream DECL_QUALIFIER.
22904 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
22905 * tree.c (free_lang_data_in_decl): Free DECL_QUALIFIER.
22906 (find_decls_types_r): Do not walk DECL_QUALIFIER.
22907
22908 2012-02-14 Jakub Jelinek <jakub@redhat.com>
22909
22910 PR c/52181
22911 * c-decl.c (merge_decls): Copy DECL_USER_ALIGN bit from olddecl to
22912 newdecl.
22913
22914 2012-02-13 Jakub Jelinek <jakub@redhat.com>
22915
22916 PR bootstrap/52172
22917 * cselib.h (cselib_subst_to_values_from_insn): New prototype.
22918 * cselib.c (cselib_subst_to_values_from_insn): New function.
22919 * sched-deps.c (add_insn_mem_dependence,
22920 sched_analyze_1, sched_analyze_2): Use it.
22921
22922 2012-02-13 Jan Hubicka <jh@suse.cz>
22923
22924 PR middle-end/52214
22925 * predict.c (predict_paths_for_bb): Fix thinko in prevoius patch.
22926
22927 2012-02-13 Eric Botcazou <ebotcazou@adacore.com>
22928
22929 * gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.
22930 (GTM_SELF_SPECS): Define if not already defined.
22931 (driver_self_specs): Add GTM_SELF_SPECS.
22932 * config/darwin.h (LINK_COMMAND_SPEC_A): Deal with -fgnu-tm.
22933 (GTM_SELF_SPECS): Define.
22934 * config/i386/cygwin.h (GTM_SELF_SPECS): Likewise.
22935 * config/i386/mingw32.h (GTM_SELF_SPECS): Likewise.
22936
22937 2012-02-13 Jakub Jelinek <jakub@redhat.com>
22938
22939 * cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right
22940 away if seen.
22941
22942 * cselib.c (dump_cselib_val): Don't assume l->setting_insn is non-NULL.
22943
22944 PR middle-end/52230
22945 * omp-low.c (expand_omp_for): If a static schedule without chunk size
22946 has NULL region->cont, force fd.chunk_size to be integer_zero_node.
22947
22948 2012-02-13 Andrew MacLeod <amacleod@redhat.com>
22949
22950 PR c/52190
22951 * doc/extend.texi : Fix another __atomic_compare_exchange typo.
22952
22953 2012-02-13 Richard Guenther <rguenther@suse.de>
22954
22955 PR translation/52211
22956 * passes.c (enable_disable_pass): Fix typo.
22957
22958 2012-02-13 Jakub Jelinek <jakub@redhat.com>
22959
22960 PR middle-end/52209
22961 * expr.c (expand_expr_real_2) <case BIT_NOT_EXPR>: Only expand using
22962 XOR for reduce_bit_field if type is unsigned.
22963
22964 2012-02-12 Eric Botcazou <ebotcazou@adacore.com>
22965
22966 * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): In 64-bit mode,
22967 disallow changes from SFmode to mode with different size in FP regs.
22968
22969 2012-02-12 Robert Millan <rmh@gnu.org>
22970 Gerald Pfeifer <gerald@pfeifer.com>
22971
22972 * ginclude/stddef.h [__FreeBSD_kernel__] (__size_t): Do not define.
22973 Tweak comment.
22974
22975 2012-02-11 Richard Sandiford <rdsandiford@googlemail.com>
22976
22977 PR rtl-optimization/52175
22978 * reorg.c (fill_slots_from_thread): Don't apply add/sub optimization
22979 to frame-related instructions.
22980
22981 2012-02-10 Jason Merrill <jason@redhat.com>
22982
22983 PR c++/51910
22984 * tlink.c (demangled_hash_entry): Change mangled to a VEC.
22985 (demangle_new_symbols): Fill it.
22986 (scan_linker_output): Walk it.
22987 (start_tweaking): Split out from scan_linker_output.
22988 (maybe_tweak): Update sym->chosen.
22989 * Makefile.in (COLLECT2_OBJS): Add vec.o and gcc-none.o
22990
22991 2012-02-11 Jakub Jelinek <jakub@redhat.com>
22992
22993 PR debug/52132
22994 * reg-stack.c (subst_stack_regs_in_debug_insn): Don't use get_true_reg.
22995
22996 2012-02-11 Uros Bizjak <ubizjak@gmail.com>
22997
22998 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
22999 having the same mode as previous compare.
23000
23001 2012-02-10 Eric Botcazou <ebotcazou@adacore.com>
23002
23003 * config/sparc/sparc.c (sparc_flat_expand_prologue): Use emit_use.
23004 * config/sparc/sparc.md (UNSPECV_GOTO): Delete.
23005 (nonlocal_goto_internal): Likewise.
23006 (nonlocal_goto): Emit a use and an indirect jump directly.
23007
23008 2012-02-10 Andrew MacLeod <amacleod@redhat.com>
23009
23010 PR c/52190
23011 * doc/extend.texi : Update comments for __atomic_compare_exchange and
23012 __atomic_{is,always}_lock_free.
23013
23014 2012-02-10 Uros Bizjak <ubizjak@gmail.com>
23015
23016 PR target/52146
23017 * config/i386/i386.c (ix86_legitimate_address_p): Disallow
23018 negative constant address for TARGET_X32.
23019
23020 2012-02-10 Richard Henderson <rth@redhat.com>
23021
23022 * tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.
23023 * tree-ssa-operands.c (parse_ssa_operands): Add virtual operands
23024 for GIMPLE_TRANSACTION. Tidy if's into a switch.
23025
23026 2012-02-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
23027 Ira Rosen <irar@il.ibm.com>
23028
23029 PR tree-optimization/50031
23030 * targhooks.c (default_builtin_vectorization_cost): Handle
23031 vec_promote_demote.
23032 * target.h (enum vect_cost_for_stmt): Add vec_promote_demote.
23033 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Handle
23034 all types of reduction and pattern statements.
23035 (vect_estimate_min_profitable_iters): Likewise.
23036 * tree-vect-stmts.c (vect_model_promotion_demotion_cost): New function.
23037 (vect_get_load_cost): Use vec_perm for permutations; add dump logic
23038 for explicit realigns.
23039 (vectorizable_conversion): Call vect_model_promotion_demotion_cost.
23040 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
23041 vec_promote_demote.
23042 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
23043 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Update
23044 vec_perm for VSX and handle vec_promote_demote.
23045
23046 2012-02-10 Jakub Jelinek <jakub@redhat.com>
23047
23048 PR middle-end/52177
23049 * builtins.c (fold_builtin_atomic_always_lock_free,
23050 expand_builtin_atomic_always_lock_free,
23051 fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
23052 Return and/or test boolean_true_node/boolean_false_node instead of
23053 integer_one_node/integer_zero_node.
23054
23055 2012-02-10 Jan Hubicka <jh@suse.cz>
23056
23057 PR middle-end/48600
23058 * predict.c (predict_paths_for_bb): Prevent looping.
23059 (predict_paths_leading_to_edge, predict_paths_leading_to): Update.
23060
23061 2012-02-10 Roman Zhuykov <zhroma@ispras.ru>
23062
23063 * config/arm/arm.c (output_move_double): In one case properly
23064 count number of instructions that will be emitted.
23065
23066 2012-02-10 Richard Guenther <rguenther@suse.de>
23067
23068 PR translation/52193
23069 * cgraphunit.c (cgraph_mark_functions_to_output): Fix typo.
23070
23071 2012-02-09 Peter Bergner <bergner@vnet.ibm.com>
23072
23073 PR middle-end/52140
23074 * dojump.c (do_compare_rtx_and_jump): Use SCALAR_FLOAT_MODE_P.
23075
23076 2012-02-09 Jakub Jelinek <jakub@redhat.com>
23077
23078 PR debug/52165
23079 * var-tracking.c (emit_note_insn_var_location): If
23080 EMIT_NOTE_BEFORE_INSN and insn is NOTE_INSN_CALL_ARG_LOCATION,
23081 emit it before next non-NOTE_INSN_CALL_ARG_LOCATION
23082 non-NOTE_DURING_CALL_P insn.
23083
23084 2012-02-09 Bin Cheng <bin.cheng@arm.com>
23085
23086 PR middle-end/51867
23087 * builtins.c (expand_builtin): Don't check DECL_ASSEMBLER_NAME_SET_P.
23088
23089 2012-02-08 Magnus Granberg <zorry@gentoo.org>
23090
23091 PR driver/48524
23092 * gcc.c (switch_matches) Support switches with separated form,
23093 -D and -U.
23094
23095 2012-02-08 Georg-Johann Lay <avr@gjlay.de>
23096
23097 * config/avr/avr.md (SREG_ADDR): Remove constant definition.
23098 (SP_ADDR): Ditto.
23099 (RAMPZ_ADDR): Ditto.
23100 * config/avr/avr.c (avr_addr_t): New typedef.
23101 (avr_addr): New struct to hold RAM address of SPL, SPH, RAMPZ, SREG.
23102 (avr_init_expanders): Initialize it.
23103 (expand_prologue): Use avr_addr instead of RAMPZ_ADDR, SP_ADDR,
23104 SREG_ADDR.
23105 (expand_epilogue): Ditto.
23106 (avr_print_operand): Ditto.
23107 (avr_file_start): Ditto.
23108 (avr_emit_movmemhi): Ditto.
23109
23110 2012-02-08 Richard Guenther <rguenther@suse.de>
23111
23112 PR tree-optimization/46886
23113 * tree-flow.h (do_while_loop_p): Declare.
23114 * tree-ssa-loop-ch.c (do_while_loop_p): Export.
23115 * tree-parloops.c (parallelize_loops): Only parallelize do-while loops.
23116
23117 2012-02-08 Andrew MacLeod <amacleod@redhat.com>
23118
23119 * optabs.c (expand_atomic_load): Do not assume compare_and_swap will
23120 always succeed for integers larger than a native word.
23121
23122 2012-02-08 Richard Guenther <rguenther@suse.de>
23123
23124 PR rtl-optimization/52170
23125 * simplify-rtx.c (simplify_plus_minus): Use CONSTM1_RTX to
23126 properly handle integer vector modes.
23127
23128 2012-02-08 Jakub Jelinek <jakub@redhat.com>
23129
23130 PR gcov-profile/52150
23131 * coverage.c: Include target.h.
23132 (build_var): Call targetm.strip_name_encoding on the assembler name.
23133 Change one _ into . or $ if the target allows it.
23134 * Makefile.in (coverage.o): Depend on $(TARGET_H).
23135
23136 PR rtl-optimization/52139
23137 * cfgrtl.c (cfg_layout_merge_blocks): If BB_END
23138 is a BARRIER after emit_insn_after_noloc, move BB_END
23139 to the last non-BARRIER insn before it.
23140
23141 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
23142
23143 PR middle-end/24306
23144 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): New function.
23145 (mips_gimplify_va_arg_expr): Call it instead of
23146 std_gimplify_va_arg_expr.
23147
23148 2012-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
23149
23150 * config/rs6000/rs6000.c (rs6000_trampoline_init): Fix error
23151 message for -mno-pointers-to-nested-function.
23152
23153 2012-02-07 Eric Botcazou <ebotcazou@adacore.com>
23154
23155 PR middle-end/51994
23156 * expr.c (get_inner_reference): If there is an offset, add a negative
23157 bit position to it (if any).
23158
23159 2012-02-07 Jakub Jelinek <jakub@redhat.com>
23160
23161 PR rtl-optimization/52060
23162 * combine.c (try_combine): Add i0src_copy and i0src_copy2 variables,
23163 copy i1src to i1src_copy whenever added_sets_2 && i1_feeds_i2_n already
23164 before i1dest -> i1src substitution in newpat, copy i0src to i0src_copy
23165 and/or i0src_copy2 when needed.
23166
23167 2012-02-07 Jakub Jelinek <jakub@redhat.com>
23168
23169 * gcc.c (main): Don't look for lto-wrapper or lto-wrapper
23170 or LTOPLUGINSONAME if have_c.
23171
23172 * config/freebsd-spec.h: Add comment about what macros can be defined
23173 in this header.
23174 (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): Don't define here.
23175 * config/freebsd.h (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): But
23176 here instead.
23177
23178 2012-02-07 Richard Guenther <rguenther@suse.de>
23179
23180 * gimple-pretty-print.c (dump_gimple_phi): Avoid excessive
23181 newline in -alias dumps.
23182
23183 2012-02-07 Kai Tietz <ktietz@redhat.com>
23184 Dave Korn <dave.korn.cygwin@gmail.com>
23185
23186 PR target/40068
23187 * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition):
23188 Take care that typinfo gets dllexport-attribute.
23189
23190 2012-02-07 Jakub Jelinek <jakub@redhat.com>
23191
23192 PR middle-end/52074
23193 * expr.c (expand_expr_addr_expr_1): For CONSTANT_CLASS_P or CONST_DECL
23194 if modifier < EXPAND_SUM call force_operand on the result.
23195
23196 2012-02-07 Joern Rennecke <joern.rennecke@embecosm.com>
23197
23198 * config/epiphany/epiphany.h (ASM_DECLARE_FUNCTION_SIZE): Redefine,
23199 adding __forwarder_dst__ prefix if a forwarder_section attribute is
23200 present.
23201 (epiphany_function_type): Replace types for specific interrupts with
23202 EPIPHANY_FUNCTION_INTERRUPT.
23203 (EPIPHANY_INTERRUPT_P): Update.
23204 * config/epiphany/epiphany.c (epiphany_handle_forwarder_attribute):
23205 New static function.
23206 (epiphany_attribute_table) <interrupt>: min_len is 0, max_len is 9.
23207 <disinterrupt>: Affects type identity.
23208 (epiphany_handle_interrupt_attribute): Handle variable number of
23209 arguments.
23210 (epiphany_compute_function_type): Update for new
23211 epiphany_function_type definition.
23212 (epiphany_expand_prologue): Don't save (reg:DI GPR_0) for interrupt
23213 handlers with a longcall forwarder.
23214 (epiphany_start_function): Handle multiple interrupt arguments and/or
23215 forwarder_section attribute.
23216
23217 * config/epiphany/epiphany.h (LIB_SPEC): Link libc again after
23218 libgloss.
23219
23220 2012-02-07 Alan Modra <amodra@gmail.com>
23221
23222 PR target/52107
23223 * config/rs6000/rs6000.c (rs6000_emit_move): Don't create DImode
23224 subregs of TFmode.
23225
23226 2012-02-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
23227
23228 PR tree-optimization/50969
23229 * tree-vect-stmts.c (vect_model_store_cost): Correct statement cost to
23230 use vec_perm rather than vector_stmt.
23231 (vect_model_load_cost): Likewise.
23232 * config/i386/i386.c (ix86_builtin_vectorization_cost): Change cost of
23233 vec_perm to be the same as other vector statements.
23234 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Revise
23235 cost of vec_perm for TARGET_VSX.
23236
23237 2012-02-06 Richard Guenther <rguenther@suse.de>
23238
23239 PR tree-optimization/52115
23240 * tree-sra.c (access_has_replacements_p): New function.
23241 (sra_modify_assign): Use it to decide whether a use is uninitialized.
23242
23243 2012-02-06 Patrick Marlier <patrick.marlier@gmail.com>
23244
23245 PR middle-end/52047
23246 * trans-mem.c (expand_call_tm): Add an assertion.
23247 * calls.c (flags_from_decl_or_type): Add ECF_TM_PURE to 'no vops'
23248 functions.
23249
23250 2012-02-06 Richard Guenther <rguenther@suse.de>
23251
23252 PR tree-optimization/50955
23253 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Artificially
23254 raise cost of expressions that replace an address with an
23255 expression based on a different pointer.
23256
23257 2012-02-06 Jakub Jelinek <jakub@redhat.com>
23258
23259 PR target/52129
23260 * calls.c (mem_overlaps_already_clobbered_arg_p): If val is
23261 CONST_INT_P, subtract resp. add crtl->args.pretend_args_size to it.
23262
23263 2012-02-06 Jonathan Wakely <jwakely.gcc@gmail.com>
23264
23265 PR c++/48680
23266 * doc/invoke.texi (C++ Dialect Options): Use @option markup for
23267 -Weffc++ and specify guidelines come from second edition.
23268
23269 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
23270
23271 * config/mips/mips.md (sibcall_internal, sibcall_value_internal)
23272 (sibcall_value_multiple_internal, call_split, call_internal_direct)
23273 (call_direct_split, call_value_split, call_value_internal_direct)
23274 (call_value_direct_split, call_value_multiple_split): Use jal and
23275 jal_macro attributes.
23276
23277 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
23278
23279 * reload1.c (reload_regs_reach_end_p): Replace with...
23280 (reload_reg_rtx_reaches_end_p): ...this function.
23281 (new_spill_reg_store): Update commentary.
23282 (emit_input_reload_insns): Don't clear new_spill_reg_store here.
23283 (emit_output_reload_insns): Check reload_reg_rtx_reaches_end_p
23284 before setting new_spill_reg_store.
23285 (emit_reload_insns): Use a separate loop to clear new_spill_reg_store.
23286 Use reload_reg_rtx_reaches_end_p instead of reload_regs_reach_end_p.
23287 Also use reload_reg_rtx_reaches_end_p when reading new_spill_reg_store
23288 for non-spill reload registers.
23289
23290 2012-02-05 Ira Rosen <irar@il.ibm.com>
23291
23292 PR tree-optimization/52091
23293 * tree-vectorizer.h (vect_is_simple_use): Add an argument.
23294 (vect_is_simple_use_1): Likewise.
23295 * tree-vect-loop.c (vectorizable_reduction): Update calls
23296 to vect_is_simple_use_1 and vect_is_simple_use.
23297 (vectorizable_live_operation): Likewise.
23298 * tree-vect-patterns.c (widened_name_p,
23299 vect_recog_vector_vector_shift_pattern, check_bool_pattern): Likewise.
23300 * tree-vect-stmts.c (process_use, vect_get_vec_def_for_operand,
23301 vectorizable_call, vectorizable_conversion, vectorizable_assignment,
23302 vectorizable_shift,vectorizable_operation, vectorizable_store,
23303 vectorizable_load): Likewise.
23304 (vect_is_simple_cond): Add an argument, pass it to
23305 vect_is_simple_use_1.
23306 (vectorizable_condition): Update calls to vect_is_simple_cond,
23307 vect_is_simple_use.
23308 (vect_is_simple_use): Add an argument, the statement in which
23309 OPERAND is used. Check that if OPERAND's def stmt is a double
23310 reduction phi node, the use is a phi node too.
23311 (vect_is_simple_use_1): Add an argument, pass it to
23312 vect_is_simple_use.
23313 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update a call
23314 to vect_is_simple_use.
23315
23316 2012-02-04 Jakub Jelinek <jakub@redhat.com>
23317
23318 PR rtl-optimization/52095
23319 * modulo-sched.c (dump_insn_locator): New function.
23320 (loop_canon_p, sms_schedule): Use it.
23321
23322 PR rtl-optimization/52113
23323 * lower-subreg.c (decompose_multiword_subregs): Call recog_memoized
23324 even for decomposable shift/zext insns.
23325
23326 2012-02-03 Jakub Jelinek <jakub@redhat.com>
23327 Zdenek Dvorak <ook@ucw.cz>
23328
23329 PR rtl-optimization/52092
23330 * loop-unswitch.c (unswitch_single_loop): Call copy_rtx_if_shared
23331 on get_iv_value result.
23332
23333 2012-02-02 Andrew Pinski <apinski@cavium.com>
23334
23335 PR middle-end/47982
23336 PR middle-end/43967
23337 * doc/libgcc.texi (__udivmoddi4/__udivmodti4): Fix documentation typo.
23338
23339 2012-02-02 Jakub Jelinek <jakub@redhat.com>
23340
23341 PR middle-end/48071
23342 * diagnostic.c (diagnostic_finish): Remove trailing newlines.
23343
23344 2012-02-02 Vladimir Makarov <vmakarov@redhat.com>
23345
23346 PR rtl-optimization/49800
23347 * haifa-sched.c (sched_init): Call regstat_init_n_sets_and_refs.
23348 (sched_finish): Call regstat_free_n_sets_and_refs.
23349
23350 2012-02-02 Jia Liu <proljc@gmail.com>
23351
23352 * config/mips/mips-dspr2.md (mips_prepend): Mask operand 3 rather
23353 than operand 2.
23354
23355 2012-02-02 Jan Hubicka <jh@suse.cz>
23356 Tom de Vries <tom@codesourcery.com>
23357
23358 PR middle-end/51998
23359 * cgraphunit.c (cgraph_analyze_function): Break cyclic aliases.
23360 * varpool.c (varpool_analyze_pending_decls): Likewise.
23361
23362 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
23363 Jayant R Sonar <jayant.sonar@kpitcummins.com>
23364
23365 * config.gcc: Add cr16-* support.
23366
23367 * doc/extend.texi: Document cr16 extensions.
23368 * doc/install.texi: Document cr16 install.
23369 * doc/invoke.texi: Document cr16 options.
23370 * doc/md.texi: Document cr16 constraints.
23371
23372 * common/config/cr16/cr16-common.c: New file.
23373 * config/cr16/cr16.c: New file.
23374 * config/cr16/cr16.h: New file.
23375 * config/cr16/cr16.md: New file.
23376 * config/cr16/cr16.opt: New file.
23377 * config/cr16/cr16-protos.h: New file.
23378 * config/cr16/predicates.md: New file.
23379 * config/cr16/constraints.md: New file.
23380 * config/cr16/t-cr16: New file.
23381
23382 2012-02-02 Jakub Jelinek <jakub@redhat.com>
23383
23384 PR target/52086
23385 * config/i386/i386.md (*addqi_2 peephole with SImode addition): Check
23386 that operands[2] is either immediate, or q_regs_operand.
23387
23388 PR tree-optimization/52073
23389 * tree-vect-stmts.c (vect_mark_relevant): When checking uses of
23390 a pattern stmt for pattern uses, ignore uses outside of the loop.
23391
23392 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
23393
23394 * config/avr/avr.c: Resolve all AS1 and AS2 macros.
23395 * config/avr/avr.h (AS1, AS2, AS2C, AS3): Remove.
23396 (OUT_AS1, OUT_AS2): Remove.
23397
23398 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
23399
23400 PR rtl-optimization/51374
23401 * combine.c (can_combine_p): Don't allow volatile_refs_p insns
23402 to cross other volatile_refs_p insns.
23403
23404 2012-02-01 Richard Guenther <rguenther@suse.de>
23405
23406 * doc/invoke.texi (fno-inline): Clarify documentation.
23407 (finline-small-functions): Likewise.
23408 (finline-functions): Likewise.
23409 * common.opt (finline): Adjust comment and documentation.
23410 (finline-small-functions): Clarify documentation.
23411 (finline-functions): Likewise.
23412 (finline-functions-called-once): Likewise.
23413
23414 2012-02-01 Tristan Gingold <gingold@adacore.com>
23415
23416 * c-typeck.c (composite_type): Keep mode for pointers.
23417
23418 2012-01-31 Richard Sandiford <rdsandiford@googlemail.com>
23419
23420 * function.h (regno_reg_rtx): Adjust comment.
23421 * reginfo.c (init_reg_modes_target): Only use the previous mode
23422 if it fits within one register. Remove MIPS comment.
23423
23424 2012-01-31 Jakub Jelinek <jakub@redhat.com>
23425
23426 PR bootstrap/52058
23427 * combine.c (do_SUBST_LINK, SUBST_LINK): Guard with #ifndef HAVE_cc0.
23428
23429 2012-01-31 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23430
23431 * config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
23432 to srak instruction.
23433
23434 2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
23435
23436 * config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true condition.
23437
23438 2012-01-31 Jakub Jelinek <jakub@redhat.com>
23439
23440 PR bootstrap/52041
23441 PR bootstrap/52039
23442 PR target/51974
23443 * ipa-prop.c (detect_type_change_1): Call ao_ref_init.
23444
23445 2012-01-31 Richard Guenther <rguenther@suse.de>
23446
23447 PR tree-optimization/51528
23448 * tree-sra.c (sra_modify_assign): Avoid copy-in/out for aggregate
23449 assigns.
23450
23451 2012-01-31 Jakub Jelinek <jakub@redhat.com>
23452
23453 PR bootstrap/52041
23454 PR bootstrap/52039
23455 PR target/51974
23456 * ree.c (add_removable_extension): Change def_map argument
23457 to unsigned *, store in def_map 1 + offset into *insn_list vector
23458 instead of pointers into the vector.
23459 (find_removable_extensions): Adjust caller.
23460
23461 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
23462
23463 * config/avr/avr.md: Resolve all AS1 and AS2 macros.
23464 Transform all "* quoted-c-code" to { c-code }.
23465 Remove redundant test for "optimize" in combine patterns.
23466 Move (include "avr-dimode.md") to end of file.
23467
23468 2012-01-30 Bin Cheng <bin.cheng@arm.com>
23469
23470 PR target/51835
23471 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
23472 for __aeabi_d2iz/__aeabi_d2uiz with hard-float.
23473
23474 2012-01-30 Richard Guenther <rguenther@suse.de>
23475
23476 PR tree-optimization/52028
23477 * tree-loop-distribution.c (ldist_gen): Properly update
23478 virtual SSA form.
23479
23480 2012-01-30 Jakub Jelinek <jakub@redhat.com>
23481
23482 PR debug/52027
23483 * dwarf2out.c (dwarf2out_switch_text_section): Don't call
23484 set_cur_line_info_table if not emitting debug info.
23485
23486 PR tree-optimization/52046
23487 * tree-vect-patterns.c (check_bool_pattern): Give up if
23488 a comparison could throw.
23489
23490 PR debug/52048
23491 * tree-ssa-tail-merge.c (local_def): Ignore debug uses.
23492
23493 2012-01-30 Richard Guenther <rguenther@suse.de>
23494
23495 PR tree-optimization/52045
23496 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Update
23497 SSA form if cfgcleanup did anything.
23498
23499 2012-01-30 Richard Guenther <rguenther@suse.de>
23500
23501 PR tree-optimization/52045
23502 * ipa-inline-transform.c (inline_transform): Call execute_fixup_cfg
23503 before computing final todo.
23504
23505 2012-01-30 Richard Guenther <rguenther@suse.de>
23506
23507 PR tree-optimization/51528
23508 * tree-sra.c (sra_modify_assign): Re-factor in preparation
23509 for PR51528 fix.
23510
23511 2012-01-30 Paolo Bonzini <bonzini@gnu.org>
23512
23513 * df-problems.c (df_kill_notes): Check that the use refers
23514 to the note under examination.
23515
23516 2012-01-30 Eric Botcazou <ebotcazou@adacore.com>
23517
23518 PR target/51920
23519 * config/sparc/sparc.c (vector_init_fpmerge): Remove INNER_MODE
23520 parameter and use short-lived pseudos.
23521 (vector_init_faligndata): Remove INNER_MODE parameter and use loop.
23522 (sparc_expand_vector_init): Const-ify local variables and adjust
23523 calls to above functions.
23524
23525 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
23526
23527 * config/avr/avr.c (out_movqi_mr_r): Fix length computation.
23528
23529 2012-01-29 Sandra Loosemore <sandra@codesourcery.com>
23530
23531 * doc/invoke.texi: Make usage of "compile time" and
23532 "run time"/"runtime" consistent throughout the file.
23533
23534 2012-01-29 Uros Bizjak <ubizjak@gmail.com>
23535
23536 * config/alpha/alpha.c (alpha_option_override): Default to
23537 full IEEE compliance mode for Go language.
23538
23539 2012-01-29 Tijl Coosemans <tijl@coosemans.org>
23540
23541 * config/freebsd-spec.h [TARGET_LIBC_PROVIDES_SSP]
23542 (LINK_SSP_SPEC): Define.
23543
23544 2012-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23545
23546 PR target/51871
23547 * config/pa/pa.c (pa_return_addr_rtx): Add support for PA2.0 export
23548 stubs.
23549
23550 2012-01-28 Sandra Loosemore <sandra@codesourcery.com>
23551
23552 * doc/invoke.texi: Correct hyphenation of "floating point",
23553 "double precision", and related terminology throughout the file.
23554
23555 2012-01-28 Jakub Jelinek <jakub@redhat.com>
23556
23557 PR target/52006
23558 * config/arm/arm.md (pic_add_dot_plus_eight peephole2): Use
23559 arm_general_register_operand predicate for operand 2 instead of
23560 register_operand.
23561
23562 2012-01-27 Ian Lance Taylor <iant@google.com>
23563
23564 PR go/47656
23565 * builtins.def (BUILT_IN_INIT_HEAP_TRAMPOLINE): Define.
23566 * builtins.c (expand_builtin_init_trampoline): Add onstack
23567 parameter. Change caller.
23568 (expand_builtin): Handle BUILT_IN_INIT_HEAP_TRAMPOLINE.
23569 * tree.c (build_common_builtin_nodes): Declare
23570 __builtin_init_heap_trampoline.
23571
23572 2012-01-27 Georg-Johann Lay <avr@gjlay.de>
23573
23574 * config/avr/avr-protos.h (lpm_reg_rtx, lpm_addr_reg_rtx,
23575 tmp_reg_rtx, zero_reg_rtx, all_regs_rtx, rampz_rtx): Make global.
23576 * config/avr/avr.c: Ditto.
23577 (avr_regnames): Remove because unused.
23578 * config/avr/avr.md (*cpse.ne): New peephole.
23579 (*cpse.eq): New peephole from former cpse peepholes.
23580
23581 2012-01-27 Michael Eager <eager@eagercon.com>
23582
23583 * config/microblaze.c (microblaze_emit_compare): Correct
23584 test after pcmp instruction.
23585
23586 2012-01-27 Richard Guenther <rguenther@suse.de>
23587
23588 PR tree-optimization/52020
23589 * tree-sra.c (sra_modify_assign): Do not transform clobbers.
23590
23591 2012-01-27 Richard Guenther <rguenther@suse.de>
23592
23593 * ipa-pure-const.c (check_stmt): Clobbers do not make a
23594 function non-const/pure.
23595
23596 2012-01-27 Richard Guenther <rguenther@suse.de>
23597
23598 PR tree-optimization/50444
23599 * tree-sra.c (build_ref_for_offset): Properly adjust the
23600 MEM_REF type for unaligned accesses.
23601
23602 2012-01-27 Richard Guenther <rguenther@suse.de>
23603
23604 PR tree-optimization/50444
23605 * expr.c (mem_ref_refers_to_non_mem_p): New function.
23606 (expand_assignment): Use it. Properly handle misaligned
23607 bases when expanding stores to component references.
23608 (expand_expr_real_1): Use mem_ref_refers_to_non_mem_p and
23609 refactor that case.
23610
23611 2012-01-27 Andrey Belevantsev <abel@ispras.ru>
23612
23613 PR middle-end/51389
23614 * Makefile.in (tree-data-ref.o): Depend on $(PARAMS_H).
23615 * tree-data-ref.h (find_data_references_in_loop): Remove declaration.
23616 * tree-data-ref.c (find_data_references_in_loop): Make static.
23617 (compute_all_dependences): Change return type to bool. Bail out
23618 for too many datarefs in a loop. Move the hunk resetting the data
23619 dependences vector from ...
23620 (compute_data_dependences_for_loop): ... here. Account for
23621 compute_all_dependences returning false.
23622 (compute_data_dependences_for_bb): Likewise.
23623 * params.def (PARAM_LOOP_MAX_DATAREFS_FOR_DATADEPS): New param.
23624 * doc/invoke.texi (loop-max-datarefs-for-datadeps): Document it.
23625
23626 2012-01-27 Richard Guenther <rguenther@suse.de>
23627
23628 PR middle-end/51959
23629 * expr.c (store_field): Use the alias-set of the scratch memory
23630 for storing to it.
23631
23632 2012-01-27 Tom de Vries <tom@codesourcery.com>
23633
23634 PR tree-optimization/51990
23635 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
23636 WITH_SIZE_EXPR.
23637 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Same.
23638
23639 2012-01-27 Jakub Jelinek <jakub@redhat.com>
23640
23641 PR debug/52001
23642 * var-tracking.c (reverse_op): Don't add any reverse operation
23643 if V already has any constant locations.
23644
23645 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
23646
23647 * doc/invoke.texi: Correct usage of "command line" (noun)
23648 vs "command-line" (adjective) throughout.
23649
23650 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
23651
23652 * doc/invoke.texi (Language Independent Options): Move
23653 -Wcoverage-mismatch blurb from here....
23654 (Warning Options): ...to here.
23655
23656 2012-01-27 Peter Bergner <bergner@vnet.ibm.com>
23657
23658 * config/rs6000/rs6000.c (rs6000_option_override_internal):
23659 Set rs6000_always_hint to false for 476.
23660
23661 2012-01-27 Matthias Klose <doko@ubuntu.com>
23662
23663 * gcc.c (add_sysrooted_prefix): Remove trailing dir separator from
23664 system root.
23665 * incpath.c (add_standard_paths): Likewise.
23666
23667 2012-01-27 Richard Henderson <rth@redhat.com>
23668
23669 * config/m68k/m68k.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
23670 * config/m68k/sync.md (atomic_test_and_set): Rename from
23671 sync_test_and_setqi and adjust the operands.
23672 (atomic_test_and_set_1): Rename from sync_test_and_setqi_1
23673 and unconditionally enable.
23674
23675 2012-01-27 Richard Henderson <rth@redhat.com>
23676
23677 * config/sparc/sparc.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
23678 * config/sparc/sync.md (atomic_test_and_set): Only handle QImode.
23679 (ldstub): Rename from ldstubqi.
23680 (ldstub<I24MODE>): Remove.
23681
23682 2012-01-27 Richard Henderson <rth@redhat.com>
23683
23684 * target.def (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
23685 * c-cppbuiltin.c (cpp_atomic_builtins): Define
23686 __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
23687 * doc/tm.texi.in (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Add doc hook.
23688 * doc/tm.texi: Rebuild.
23689
23690 2012-01-27 Richard Henderson <rth@redhat.com>
23691
23692 * optabs.c (gen_atomic_test_and_set): Remove default.
23693 (maybe_emit_atomic_test_and_set): Use maybe_expand_insn.
23694
23695 2012-01-26 Jakub Jelinek <jakub@redhat.com>
23696
23697 PR rtl-optimization/51978
23698 * ree.c (make_defs_and_copies_lists): Change set_pat type to const_rtx.
23699 (combine_reaching_defs): Likewise.
23700 (struct re_info): Remove.
23701 (add_removable_extension): Remove x and data arguments,
23702 add insn, insn_list and def_map. Use the arguments directly
23703 instead of using struct re_info.
23704 (find_removable_extensions): Don't call add_removable_extension
23705 through note_stores, instead just call it with single_set
23706 result if non-NULL.
23707 (find_and_remove_re): Pass curr_cand->expr instead of
23708 PATTERN (curr_cand->insn) as set_pat argument to combine_reaching_defs.
23709
23710 2012-01-26 Michael Matz <matz@suse.de>
23711
23712 PR tree-optimization/46590
23713 * cfgexpand.c: Revert last change (r183305).
23714 * gimplify.c (gimplify_bind_expr): Add clobbers for all non-gimple
23715 regs.
23716 * tree-eh.c (cleanup_empty_eh): Try to optimize clobbers before
23717 checking for emptiness.
23718
23719 2012-01-26 Jakub Jelinek <jakub@redhat.com>
23720
23721 PR middle-end/51895
23722 * expr.c (expand_expr_real_1): Handle BLKmode MEM_REF of
23723 non-addressable non-BLKmode base correctly.
23724
23725 2012-01-26 Michael Matz <matz@suse.de>
23726
23727 PR tree-optimization/48794
23728 * tree-eh.c (remove_unreachable_handlers_no_lp): Don't remove
23729 regions referenced from RESX/EH_DISPATCH.
23730
23731 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23732
23733 * config/s390/s390.h: Make BRANCH_COST an option.
23734 * config/s390/s390.opt: New option -mbranch-cost.
23735
23736 2012-01-26 Richard Henderson <rth@redhat.com>
23737
23738 Revert 2012-01-24 change:
23739 * trans-mem.c (requires_barrier): Do not instrument thread local
23740 variables and emit save/restore for them.
23741
23742 2012-01-25 Jakub Jelinek <jakub@redhat.com>
23743
23744 PR middle-end/51986
23745 * sched-deps.c (sched_get_condition_with_rev_uncached): Don't test
23746 for pat == 0.
23747
23748 2012-01-25 Richard Sandiford <rdsandiford@googlemail.com>
23749
23750 * config/mips/mips.c (mips_small_data_pattern_1): Don't process
23751 ASM_OPERANDS.
23752
23753 2012-01-25 Georg-Johann Lay <avr@gjlay.de>
23754
23755 PR target/49868
23756 Rename __pgm to __flash.
23757 Rename __pgm1 to __flash1.
23758 Rename __pgm2 to __flash2.
23759 Rename __pgm3 to __flash3.
23760 Rename __pgm4 to __flash4.
23761 Rename __pgm5 to __flash5.
23762 Rename __pgmx to __memx.
23763 * doc/extend.texi (AVR Named Address Spaces)
23764 Rename address space names as indicated above.
23765 * config/avr/avr.c (avr_addrspace): Ditto.
23766
23767 * config/avr/avr-protos.h
23768 (avr_mem_pgmx_p): Rename to avr_mem_memx_p.
23769 (avr_mem_pgm_p): Rename to avr_mem_flash_p.
23770 * config/avr/predicates.md: Ditto.
23771 * config/avr/avr.c Ditto, and
23772 (avr_decl_pgmx_p): Rename to avr_decl_memx_p.
23773 (avr_decl_pgm_p): Rename to avr_decl_flash_p.
23774
23775 * config/avr/avr.h (ADDR_SPACE_PGM): Rename to ADDR_SPACE_FLASH.
23776 (ADDR_SPACE_PGM1): Rename to ADDR_SPACE_FLASH1.
23777 (ADDR_SPACE_PGM2): Rename to ADDR_SPACE_FLASH2.
23778 (ADDR_SPACE_PGM3): Rename to ADDR_SPACE_FLASH3.
23779 (ADDR_SPACE_PGM4): Rename to ADDR_SPACE_FLASH4.
23780 (ADDR_SPACE_PGM5): Rename to ADDR_SPACE_FLASH5.
23781 (ADDR_SPACE_PGMX): Rename to ADDR_SPACE_MEMX.
23782 * config/avr/avr.c: Ditto.
23783 * config/avr/avr.md: Ditto.
23784
23785 2012-01-25 Jason Merrill <jason@redhat.com>
23786
23787 PR c++/51992
23788 * tree.c (find_decls_types_in_node): Walk gimple_call_fntype.
23789
23790 2012-01-25 Jakub Jelinek <jakub@redhat.com>
23791
23792 PR tree-optimization/51987
23793 * tree-data-ref.c (get_references_in_stmt): Handle references in
23794 non-volatile GIMPLE_ASM.
23795
23796 2012-01-25 Richard Guenther <rguenther@suse.de>
23797
23798 * tree-ssa-sccvn.c (vn_reference_eq): Also compare if both
23799 bases are dereferenced.
23800
23801 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
23802
23803 PR rtl-optimization/48374
23804 * sel-sched-ir.h (get_all_loop_exits): Check for zero successors.
23805
23806 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
23807
23808 * tree-predcom.c (tree_predictive_commoning_loop): Bail out when
23809 compute_data_dependences_for_loop returns false.
23810 * tree-parloops.c (loop_parallel_p): Likewise.
23811
23812 2012-01-25 Richard Guenther <rguenther@suse.de>
23813
23814 * tree.h (get_pointer_alignment_1): Declare.
23815 * builtins.c (get_pointer_alignment_1): New function.
23816 (get_pointer_alignment): Use it.
23817
23818 2012-01-25 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
23819
23820 PR rtl-optimization/48308
23821 * combine.c (enum undo_kind): Add UNDO_LINKS.
23822 (struct undo): Add member l to other_contents and where.
23823 (do_SUBST_LINK): New.
23824 (SUBST_LINK): New.
23825 (try_combine): Handle LOG_LINKS for the dummy i1 case.
23826 (undo_all): Handle UNDO_LINKS.
23827
23828 2012-01-25 Richard Henderson <rth@redhat.com>
23829
23830 * optabs.c (maybe_emit_atomic_test_and_set): Allow non-QImode
23831 mem inputs.
23832
23833 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
23834
23835 * optabs.c (gen_atomic_test_and_set): Use each argument.
23836
23837 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
23838
23839 * config/mips/mips-ps-3d.md (mips_addr_ps, reduc_splus_v2sf)
23840 (mips_cvt_pw_ps, mips_cvt_ps_pw, mips_mulr_ps, mips_cabs_cond_<fmt>)
23841 (mips_cabs_cond_4s, mips_cabs_cond_ps, bc1any4t, bc1any4f, bc1any2t)
23842 (bc1any2f, mips_rsqrt1_<fmt>, mips_rsqrt2_<fmt>, mips_recip1_<fmt>)
23843 (mips_recip2_<fmt>): Require TARGET_MIPS3D rather than
23844 TARGET_PAIRED_SINGLE_FLOAT.
23845
23846 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
23847
23848 * doc/rtl.texi (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
23849 (in_struct, return_val): Remove MEM documentation.
23850 * rtl.h (rtx_def): Remove MEM meanings from in_struct and return_val.
23851 (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
23852 (MEM_COPY_ATTRIBUTES): Remove references to MEM_IN_STRUCT_P
23853 and MEM_SCALAR.
23854 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
23855 * cfgexpand.c (add_alias_set_conflicts): Likewise.
23856 * expr.c (store_field): Likewise.
23857 * function.c (assign_stack_temp_for_type): Likewise.
23858 * ifcvt.c (noce_try_cmove_arith): Likewise.
23859 * reload1.c (reload): Likewise.
23860 * config/alpha/alpha.c (alpha_set_memflags_1): Likewise.
23861 (alpha_set_memflags): Likewise.
23862 * config/m32c/m32c.c (m32c_immd_dbl_mov): Nullify.
23863
23864 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
23865
23866 * rtl.h (true_dependence, canon_true_dependence): Remove varies
23867 parameter.
23868 * alias.c (fixed_scalar_and_varying_struct_p): Delete.
23869 (true_dependence_1, write_dependence_p, may_alias_p): Don't call it.
23870 (true_dependence_1, true_dependence, canon_true_dependence): Remove
23871 varies parameter.
23872 * cselib.c (cselib_rtx_varies_p): Delete.
23873 (cselib_invalidate_mem): Update call to canon_true_dependence.
23874 * dse.c (record_store, check_mem_read_rtx): Likewise.
23875 (scan_reads_nospill): Likewise.
23876 * cse.c (check_dependence): Likewise.
23877 (cse_rtx_varies_p): Delete.
23878 * expr.c (safe_from_p): Update call to true_dependence.
23879 * ira.c (validate_equiv_mem_from_store): Likewise.
23880 (memref_referenced_p): Likewise.
23881 * postreload-gcse.c (find_mem_conflicts): Likewise.
23882 * sched-deps.c (sched_analyze_2): Likewise.
23883 * store-motion.c (load_kills_store): Likewise.
23884 * config/frv/frv.c (frv_registers_conflict_p_1): Likewise.
23885 * gcse.c (mems_conflict_for_gcse_p): Likewise.
23886 (compute_transp): Update call to canon_true_dependence.
23887
23888 2012-01-25 Richard Henderson <rth@redhat.com>
23889
23890 * optabs.c (CODE_FOR_atomic_test_and_set): Provide default.
23891 (maybe_emit_atomic_test_and_set): New.
23892 (expand_sync_lock_test_and_set): Use it.
23893 (expand_atomic_test_and_set): Likewise.
23894 * doc/extend.texi (__atomic_test_and_set): Adjust the docs to match
23895 the implementation; clarify implementation defined details.
23896 * doc/md.texi (atomic_test_and_set): Document.
23897
23898 2012-01-25 Richard Henderson <rth@redhat.com>
23899
23900 * config/sparc/predicates.md (zero_or_v7_operand): Use match_code.
23901
23902 2012-01-25 Richard Henderson <rth@redhat.com>
23903
23904 PR target/51968
23905 * config/arm/arm.c (neon_split_vcombine): Emit deleted note
23906 to effect no-op split.
23907
23908 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
23909
23910 PR lto/51698
23911 * builtin-types.def: (BT_CONST_DOUBLE_PTR): New.
23912 (BT_FN_VOID_PTR_CONST_PTR_SIZE): New.
23913 (BT_FN_VOID_PTR_INT_SIZE): New.
23914 (BT_FN_UINT_UINT_VAR): Remove.
23915 (BT_FN_UINT32_UINT32_VAR): New.
23916 (BT_FN_DOUBLE_VPTR): Remove.
23917 (BT_FN_DOUBLE_CONST_DOUBLE_PTR): New.
23918
23919 * gtm-builtins.def (_ITM_abortTransaction): Set return type to void.
23920 (_ITM_changeTransactionMode): Same.
23921 (_ITM_memmoveRtWt): Change return type to void.
23922 (_ITM_memcpyRtWt): Same.
23923 (_ITM_memsetW): Same.
23924 (_ITM_RaRD): Change types to double.
23925 (_ITM_RD): Same.
23926 (_ITM_RaWD): Same.
23927 (_ITM_RfWD): Same.
23928
23929 * builtins.def (DEF_TM_BUILTIN): Set BOTH_P to true.
23930
23931 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
23932 Patrick Marlier <patrick.marlier@gmail.com>
23933
23934 * trans-mem.c (requires_barrier): Do not instrument thread local
23935 variables and emit save/restore for them.
23936
23937 2012-01-24 Jason Merrill <jason@redhat.com>
23938
23939 PR c++/51812
23940 * cgraphunit.c (cgraph_decide_is_function_needed): Don't always
23941 output static aliases.
23942
23943 2012-01-24 Jakub Jelinek <jakub@redhat.com>
23944
23945 PR driver/47249
23946 * common.opt (-pie, -shared, pie, shared): Change from Common to
23947 Driver.
23948 * gcc.c (display_help): Display help for -pie and -shared.
23949
23950 2012-01-24 Georg-Johann Lay <avr@gjlay.de>
23951
23952 PR target/49868
23953 * doc/extend.texi (AVR Named Address Spaces): Move sample code up.
23954 Remove note on size/offset limitation.
23955 (AVR Variable Attributes): Add example how to read data located
23956 with progmem. Refer to named address spaces.
23957 * doc/invoke.texi (AVR Options): Fix typo.
23958
23959 2012-01-24 Richard Guenther <rguenther@suse.de>
23960
23961 Forward-port to trunk
23962 2010-09-21 Jakub Jelinek <jakub@redhat.com>
23963
23964 PR middle-end/45678
23965 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: If
23966 op0 isn't sufficiently aligned and there is movmisalignM
23967 insn for mode, use it to load op0 into a temporary register.
23968
23969 2012-01-24 Jakub Jelinek <jakub@redhat.com>
23970
23971 PR target/51957
23972 * target.def (const_not_ok_for_debug_p): New hook.
23973 * doc/tm.texi.in (TARGET_CONST_NOT_OK_FOR_DEBUG_P): New hook
23974 documentation.
23975 * doc/tm.texi: Regenerated.
23976 * dwarf2out.c (const_ok_for_output_1): If
23977 targetm.const_not_ok_for_debug_p returns true, fail.
23978 * config/rs6000/rs6000.c (rs6000_const_not_ok_for_debug_p): New
23979 function.
23980 (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Redefine.
23981
23982 2012-01-23 Kai Tietz <ktietz@redhat.com>
23983
23984 PR target/51900
23985 * config/i386/predicates.md (symbolic_operand): Allow
23986 UNSPEC_PCREL as PIC expression for lea.
23987 * config/i386/winnt.c (i386_pe_binds_local_p): Reworked.
23988 * config/i386/i386.c (ix86_delegitimize_address): Handle
23989 UNSPEC_PCREL for none-MEM, too.
23990
23991 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
23992
23993 * trans-mem.c (ipa_tm_create_version): Set externally_visible.
23994 (ipa_tm_create_version_alias): Same.
23995
23996 2012-01-23 Uros Bizjak <ubizjak@gmail.com>
23997
23998 PR libitm/51830
23999 * builtin-types.def (BT_FN_UINT_UINT_VAR): New.
24000 * gtm-builtins.def (BUILT_IN_TM_START): Declare as BT_FN_UINT_UINT_VAR.
24001
24002 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
24003 Patrick Marlier <patrick.marlier@gmail.com>
24004 Iain Sandoe <developer@sandoe-acoustics.co.uk>
24005
24006 PR lto/51916
24007 * lto-wrapper.c (run_gcc): Pass the LTO section name to
24008 simple_object_start_read.
24009
24010 2012-01-23 Richard Guenther <rguenther@suse.de>
24011
24012
24013 PR tree-optimization/51895
24014 * tree-sra.c (decide_one_param_reduction): Avoid sub-optimal
24015 parameter decomposition into BLKmode components.
24016
24017 2012-01-23 Eric Botcazou <ebotcazou@adacore.com>
24018
24019 * tree-ssa-structalias.c (intra_create_variable_infos): Do not create
24020 fake variables for restrict-qualified pointers whose pointed-to type
24021 contains a placeholder.
24022
24023 2012-01-23 Richard Guenther <rguenther@suse.de>
24024
24025 PR tree-optimization/51949
24026 * ipa-split.c (execute_split_functions): Do not split malloc functions.
24027
24028 2012-01-23 Jakub Jelinek <jakub@redhat.com>
24029
24030 PR rtl-optimization/51933
24031 * ree.c (transform_ifelse): Return true right away if dstreg is
24032 already wider or equal to cand->mode.
24033 (enum ext_modified_kind, struct ext_modified, ext_state): New types.
24034 (make_defs_and_copies_lists): Remove defs_list and copies_list
24035 arguments, add state argument, just truncate state->work_list
24036 instead of always allocating and freeing the vector. Assert that
24037 get_defs succeeds instead of returning 2. Changed return type to bool.
24038 (merge_def_and_ext): Add state argument. If SET_DEST doesn't
24039 have ext_src_mode, see if it has been modified already with the
24040 right kind of extension and has been extended before from the
24041 ext_src_mode. If SET_DEST is already wider or equal to cand->mode,
24042 just return true. Remember the original mode in state->modified array.
24043 (combine_reaching_defs): Add state argument. Don't allocate and
24044 free here def_list, copied_list and vec vectors, instead just
24045 VEC_truncate the vectors in *state. Don't handle outcome == 2 here.
24046 (find_and_remove_re): Set DF_DEFER_INSN_RESCAN df flag.
24047 Add state variable, clear vectors in it, initialize state.modified
24048 if needed. Free all the vectors at the end and state.modified too.
24049 Don't skip a candidate if the extension expression has been modified.
24050
24051 2012-01-22 Douglas B Rupp <rupp@gnat.com>
24052
24053 PR target/47096
24054 * config.gcc: (i[34567]86-*-interix3*): Remove from obsolete
24055 configurations. Change triplet to i[34567]86-*-interix[3-9]*.
24056 (extra_options) interix.opt -> i386/interix.opt"
24057 (extra_objs):Add winnt-stubs.o
24058 * configure.ac: Add interix to target_os .comm on PE check.
24059 * configure: Regenerate.
24060 * config/interix3.h: Delete and move bits to..
24061 * config/interix.h: Delete and move bits to..
24062 * config/i386/i386-interix3.h: Delete and move bits to..
24063 * config/i386/i386-interix.h: ..here.
24064 (TARGET_CPU_DEFAULT): Remove redefinition.
24065 (TARGET_ASM_CONSTRUCTOR): Undefine.
24066 (SUBTARGET_SWITCHES): Define for ms-bitfields.
24067 (TARGET_OS_CPP_BUILTINS): Remove __OPENNT. Add __declspec.
24068 (PTRDIFF_TYPE): Define.
24069 (LONG_DOUBLE_TYPE_SIZE): Define.
24070 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
24071 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
24072 (TARGET_SECTION_TYPE_FLAGS): Define.
24073 (ASM_DECLARE_FUNCTION_NAME): Define.
24074 (ASM_OUTPUT_EXTERNAL): Define.
24075 (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
24076 (ASM_OUTPUT_ALIGNED_BSS): Define.
24077 (PCC_BITFIELD_TYPE_MATTERS): Define.
24078 (USE_CONST_SECTION): Define.
24079 (SUBTARGET_ENCODE_SECTION_INFO): Remove.
24080 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
24081 (SUPPORTS_ONE_ONLY): Remove.
24082 (I386_PE_STRIP_ENCODING): Define.
24083 * config/interix.opt: Delete and move bits to..
24084 * config/i386/interix.opt: ..here. New.
24085 (mpe-aligned-commons): Add.
24086 * config/i386/t-interix: Add copyright header.
24087 (winnt-stubs.o): Add rule.
24088
24089 2012-01-22 Jason Merrill <jason@redhat.com>
24090
24091 PR c++/51832
24092 * varpool.c (varpool_analyze_pending_decls): Copy DECL_EXTERNAL
24093 for extra name aliases.
24094
24095 2012-01-22 Eric Botcazou <ebotcazou@adacore.com>
24096
24097 PR rtl-optimization/51924
24098 * ree.c (combine_set_extension): Improve debugging message.
24099 (combine_reaching_defs): Likewise.
24100 (get_defs): Rename confusingly named variable.
24101 (find_and_remove_re): Skip a candidate if the extension expression has
24102 been modified.
24103
24104 2012-01-21 Robert Millan <rmh@gnu.org>
24105 Gerald Pfeifer <gerald@pfeifer.com>
24106
24107 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
24108 (GNU_USER_DYNAMIC_LINKER): Adjust indentation.
24109
24110 2012-01-20 Jakub Jelinek <jakub@redhat.com>
24111
24112 PR tree-optimization/51914
24113 * tree-vect-stmts.c (vectorizable_conversion): For
24114 cvt_type && modifier == WIDEN, put temporary with cvt_type
24115 at the beginning of vec_dsts and set vec_dest to temporary
24116 with vectype_out.
24117
24118 2012-01-20 Eric Botcazou <ebotcazou@adacore.com>
24119
24120 * cfgrtl.c (rtl_dump_bb): Do not dump insns for {ENTRY|EXIT}_BLOCK.
24121
24122 2012-01-20 Tijl Coosemans <tijl@coosemans.org>
24123
24124 * config/i386/i386.c: Fix checks for !TARGET_MACHO.
24125 * config/rs6000/rs6000.c: Likewise.
24126
24127 2012-01-20 Jakub Jelinek <jakub@redhat.com>
24128
24129 PR target/51915
24130 * config/arm/arm.c (arm_count_output_move_double_insns): Call
24131 output_move_double on a copy of operands array.
24132
24133 2012-01-20 Cary Coutant <ccoutant@google.com>
24134 Dodji Seketeli <dodji@redhat.com>
24135
24136 PR debug/45682
24137 * dwarf2out.c (copy_declaration_context): Return ref to parent
24138 of declaration DIE, if necessary.
24139 (remove_child_or_replace_with_skeleton): Add new parameter; update
24140 caller. Place skeleton DIE under parent DIE of original declaration.
24141 Move call to copy_declaration_context to here ...
24142 (break_out_comdat_types): ... from here.
24143
24144 2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24145
24146 PR rtl-optimization/51856
24147 * reload.c (find_reloads_subreg_address): Set the address_reloaded
24148 flag to reloaded.
24149
24150 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
24151
24152 PR target/51819
24153 * config/arm/arm.c (arm_print_operand): Correct output of alignment
24154 hints for neon loads and stores.
24155
24156 2012-01-20 Georg-Johann Lay <avr@gjlay.de>
24157
24158 PR target/49868
24159 PR target/50887
24160 * doc/extend.texi (Named Address Spaces): Split into subsections.
24161 (AVR Named Address Spaces): New subsection.
24162 (M32C Named Address Spaces): New subsection.
24163 (RL78 Named Address Spaces): New subsection.
24164 (SPU Named Address Spaces): New subsection.
24165 (Variable Attributes): New anchor "AVR Variable Attributes".
24166 (AVR Variable Attributes): Rewrite and avoid wording
24167 "address space" in this context.
24168 * doc/invoke.texi (AVR Options): Rewrite and add documentation
24169 for -maccumulate-args, -mbranch-cost=, -mrelax, -mshort-calls.
24170 (AVR Built-in Macros): New subsubsection therein.
24171 * doc/md.texi (AVR constraints): Remove "C04", "R".
24172
24173 2012-01-20 Richard Guenther <rguenther@suse.de>
24174
24175 PR tree-optimization/51903
24176 * tree-ssa-pre.c (eliminate): Properly purging of EH edges
24177 when removing stmts.
24178
24179 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
24180
24181 PR target/50313
24182 * config/arm/arm.c (arm_load_pic_register): Use
24183 gen_pic_load_addr_unified. Delete calls to gen_pic_load_addr_32bit
24184 , gen_pic_add_dot_plus_eight and gen_pic_add_dot_plus_four.
24185 (arm_pic_static_addr): Likewise.
24186 (arm_rtx_costs_1): Adjust cost for UNSPEC_PIC_UNIFIED.
24187 (arm_note_pic_base): Handle UNSPEC_PIC_UNIFIED.
24188 * config/arm/arm.md (UNSPEC_PIC_UNIFIED): Define.
24189 (pic_load_addr_unified): New.
24190
24191 2012-01-20 Andrey Belevantsev <abel@ispras.ru>
24192
24193 PR target/51106
24194 * function.c (instantiate_virtual_regs_in_insn): Use
24195 delete_insn_and_edges when removing a wrong asm insn.
24196
24197 2012-01-19 Vladimir Makarov <vmakarov@redhat.com>
24198
24199 PR rtl-optimization/40761
24200 * ira-int.h (struct ira_loop_tree_node): Add comment for member loop.
24201 Add new member loop_num.
24202 (IRA_LOOP_NODE_BY_INDEX): Modify the check.
24203 (ira_build): Remove the parameter.
24204
24205 * ira.c (ira_print_disposition): Use loop_num instead of loop->num.
24206 (ira.c): Do not build CFG loops for one region allocation. Remove
24207 argument from ira_build call.
24208
24209 * ira-build.c (init_loop_tree_node): New function.
24210 (create_loop_tree_nodes): Use it. Separate the case when CFG
24211 loops are not built.
24212 (more_one_region_p): Check current_loops.
24213 (finish_loop_tree_nodes): Separate the case when CFG loops are not
24214 built.
24215 (add_loop_to_tree): Process loop equal to NULL too.
24216 (form_loop_tree): Separate the case when CFG loops are not built.
24217 Use explicitly number for the root.
24218 (rebuild_regno_allocno_maps, create_loop_tree_node_allocnos): Add
24219 an assertion.
24220 (ira_print_expanded_allocno, loop_compare_func): Use loop_num
24221 instead of loop->num.
24222 (mark_loops_for_removal): Ditto. Use loop_num instead of loop->num.
24223 (mark_all_loops_for_removal): Ditto.
24224 (remove_unnecessary_regions): Separate the case when CFG loops
24225 are not built.
24226 (ira_build): Remove the parameter. Use explicit number of regions
24227 when CFG loops are not built.
24228
24229 * ira-color.c (print_loop_title): Separate the case for the root node.
24230 Use loop_num instead of loop->num.
24231 (move_spill_restore): Use loop_num instead of loop->num.
24232
24233 * ira-emit.c (setup_entered_from_non_parent_p): Add an assertion.
24234 (change_loop): Ditto.
24235 (change_loop): Use loop_num instead of loop->num.
24236
24237 * ira-lives.c (process_bb_node_lives): Ditto.
24238
24239 * ira-costs.c (print_allocno_costs, find_costs_and_classes): Ditto.
24240
24241 * ira-conflicts.c (print_allocno_conflicts): Ditto.
24242
24243 2012-01-19 Jakub Jelinek <jakub@redhat.com>
24244
24245 PR libmudflap/40778
24246 * tree-mudflap.c (mf_artificial): New function.
24247 (execute_mudflap_function_ops, execute_mudflap_function_decls,
24248 mx_register_decls, mudflap_enqueue_decl): Use it.
24249
24250 PR target/51876
24251 * config/arm/neon.md (*neon_vswp<mode>): Fix up operand
24252 numbers in the insn pattern.
24253
24254 2012-01-19 Michael Matz <matz@suse.de>
24255
24256 PR tree-optimization/46590
24257 * cfgexpand.c (add_scope_conflicts_1): New old_conflicts argument,
24258 use it in remembering which conflicts we already created.
24259 (add_scope_conflicts): Adjust call to above, (de)allocate helper
24260 bitmap.
24261
24262 2012-01-19 Aldy Hernandez <aldyh@redhat.com>
24263
24264 PR lto/51280
24265 * lto-wrapper.c (run_gcc): Pass -fgnu_tm on.
24266 (merge_and_complain): Same.
24267
24268 2012-01-19 Jakub Jelinek <jakub@redhat.com>
24269
24270 PR bootstrap/50237
24271 * config/initfini-array.h: Guard content of the header
24272 with #ifdef HAVE_INITFINI_ARRAY.
24273 * configure.ac: Move gcc_AC_INITFINI_ARRAY much later into the file.
24274 Add initfini-array.h to tm_file here.
24275 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): For non-ia64 do a linker test.
24276 * config.gcc: Don't add initfini-array.h to tm_file here.
24277 * configure: Regenerated.
24278
24279 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
24280
24281 PR rtl-optimization/51505
24282 * df-problems.c (df_kill_notes): New parameter live. Update comment.
24283 Remove REG_EQUAL/REG_EQUIV notes referring to dead registers.
24284 (df_note_bb_compute): Update the call to df_kill_notes.
24285
24286 2012-01-18 Aldy Hernandez <aldyh@redhat.com>
24287
24288 * trans-mem.c (requires_barrier): Remove call to is_global_var.
24289
24290 2012-01-18 Richard Guenther <rguenther@suse.de>
24291
24292 * tree-ssa.c (useless_type_conversion_p): Remove special-casing
24293 of conversions to void *.
24294
24295 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24296 Richard Sandiford <rdsandiford@googlemail.com>
24297
24298 PR middle-end/50325
24299 PR middle-end/51192
24300 * optabs.h (simplify_expand_binop): Declare.
24301 * optabs.c (simplify_expand_binop): Make global.
24302 * expmed.c (store_bit_field_1): Use simplify_expand_binop on big
24303 endian targets if the source cannot be exactly covered by word
24304 mode chunks.
24305
24306 2012-01-17 Jakub Jelinek <jakub@redhat.com>
24307
24308 PR bootstrap/51872
24309 * hard-reg-set.h (struct hard_reg_set_container): New type.
24310 * target.h (struct hard_reg_set_container): Forward declare.
24311 * target.def (set_up_by_prologue): New target hook.
24312 * doc/tm.texi.in (TARGET_SET_UP_BY_PROLOGUE): Document it.
24313 * doc/tm.texi: Regenerated.
24314 * function.c (thread_prologue_and_epilogue_insns): Change
24315 set_up_by_prologue HARD_REG_SET into struct hard_reg_set_container.
24316 Call targetm.set_up_by_prologue on it.
24317 * config/rs6000/rs6000.c (rs6000_set_up_by_prologue): New function.
24318 (TARGET_SET_UP_BY_PROLOGUE): Redefine to it.
24319
24320 2012-01-17 Nick Clifton <nickc@redhat.com>
24321
24322 * config/rx/rx.c (rx_can_use_simple_return): New function.
24323 * config/rx/rx-protos.h (rx_can_use_simple_return): Prototype.
24324 * config/rx/rx.md (return): Predicate on rx_can_use_simple_return.
24325
24326 2012-01-17 Richard Guenther <rguenther@suse.de>
24327
24328 PR middle-end/51782
24329 * expr.c (expand_assignment): Take address-space information
24330 from the address operand of MEM_REF and TARGET_MEM_REF.
24331 (expand_expr_real_1): Likewise.
24332
24333 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24334
24335 * ira.c (do_reload): Make sure ira_dump_file is re-set if no
24336 reload dump is requested.
24337
24338 2012-01-17 Aldy Hernandez <aldyh@redhat.com>
24339
24340 PR other/51165
24341 * trans-mem.c (requires_barrier): Call may_be_aliased.
24342
24343 2012-01-17 Jakub Jelinek <jakub@redhat.com>
24344
24345 PR tree-optimization/51877
24346 * tree-ssa-tail-merge.c (gimple_equal_p): Don't return true whenever
24347 call arguments and fndecls compare equal, instead return false if they
24348 don't. Return true only if lhs1 and lhs2 are either both NULL, or
24349 both SSA_NAMEs that are valueized the same, or they satisfy
24350 operand_equal_p.
24351
24352 2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24353
24354 * configure.ac (gcc_cv_target_dl_iterate_phdr): Only check on
24355 Solaris 11+.
24356 * configure: Regenerate.
24357
24358 2012-01-16 Jan Hubicka <jh@suse.cz>
24359
24360 PR c/12245
24361 PR c++/14179
24362 * convert.c (convert_to_integer): Use fold_convert for
24363 converting an INTEGER_CST to integer type.
24364
24365 2012-01-16 Jason Merrill <jason@redhat.com>
24366
24367 PR c++/14179
24368 * vec.c (vec_gc_o_reserve_1): Use ggc_round_alloc_size.
24369
24370 2012-01-16 Jakub Jelinek <jakub@redhat.com>
24371
24372 PR bootstrap/51860
24373 * config/s390/s390.c (s390_chunkify_start): Don't skip
24374 call insns followed by NOTE_INSN_CALL_ARG_LOCATION note. Skip
24375 NOTE_INSN_VAR_LOCATION and NOTE_INSN_CALL_ARG_LOCATION notes.
24376 If insn is followed by NOTE_INSN_VAR_LOCATION or
24377 NOTE_INSN_CALL_ARG_LOCATION notes, insert jump after all those notes.
24378 Don't use location of note insns.
24379
24380 PR tree-optimization/51865
24381 * tree-inline.c (tree_function_versioning): Call remap_decl
24382 on DECL_RESULT whenever it has VOID_TYPE_P type.
24383
24384 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
24385
24386 * config/mips/mips.c (mips16_build_call_stub): Don't use a stub
24387 for calls to locally-binding MIPS16 functions if only the return
24388 type uses float regs.
24389
24390 2012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
24391 Richard Sandiford <rdsandiford@googlemail.com>
24392
24393 * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): Delete.
24394 (SYMBOL_32_HIGH): Likewise.
24395 (mips_output_tls_reloc_directive): Declare.
24396 * config/mips/mips.h (PIC_FUNCTION_ADDR_REGNUM): Move to mips.md.
24397 (mips_use_pcrel_pool_p, mips_lo_relocs, mips_hi_relocs): Declare.
24398 * config/mips/mips.c (mips_use_pcrel_pool_p): New variable.
24399 (mips_lo_relocs, mips_hi_relocs): Make extern.
24400 (mips16_stub_function): Move up file.
24401 (mips_classify_symbol): Remove SYMBOL_FORCE_TO_MEM handling.
24402 (mips_symbolic_constant_p): Likewise. Remove SYMBOL_32_HIGH too.
24403 (mips_symbol_insns_1): Likewise. Check mips_use_pcrel_pool_p.
24404 (mips_cannot_force_const_mem): Use mips_use_pcrel_pool_p instead of
24405 SYMBOL_FORCE_TO_MEM. Only check mips_tls_symbol_ref_1 if it's false.
24406 (mips_get_tp): Add MIPS16 support.
24407 (mips_legitimize_tls_address): Remove MIPS16 sorry().
24408 Generalize DTPREL and TPREL handling.
24409 (mips_init_relocs): Initialize mips_use_pcrel_pool_p.
24410 Add MIPS16 TLS support.
24411 (mips_output_tls_reloc_directive): New function.
24412 (mips16_rewrite_pool_refs): Ignore UNSPEC_TLS_GET_TPs.
24413 * config/mips/predicates.md (symbolic_operand_with_high)
24414 (tls_reloc_operand): New predicates.
24415 (force_to_mem_operand): Use mips_use_pcrel_pool_p.
24416 * config/mips/mips.md (UNSPEC_UNSHIFTED_HIGH): New unspec.
24417 (PIC_FUNCTION_ADDR_REGNUM): Moved from mips.h.
24418 (*unshifted_high): New instruction. Use it for MIPS16 high splitter.
24419 (consttable_tls_reloc, tls_get_tp_mips16_<mode>): New patterns.
24420 (*tls_get_tp_mips16_call_<mode>): Likewise.
24421
24422 2012-01-15 Uros Bizjak <ubizjak@gmail.com>
24423
24424 PR rtl-optimization/51821
24425 * recog.c (peep2_find_free_register): Determine clobbered registers
24426 from insn pattern.
24427
24428 2012-01-14 Denis Chertykov <chertykov@gmail.com>
24429
24430 PR target/50925
24431 * config/avr/avr-protos.h: Revert change of 2012-01-09.
24432 * config/avr/avr.c: Likewise.
24433 * config/avr/avr.h: Likewise.
24434
24435 2012-01-13 Ian Lance Taylor <iant@google.com>
24436
24437 PR c++/50012
24438 * tree.h (TYPE_QUALS): Add cast to int.
24439 (TYPE_QUALS_NO_ADDR_SPACE): Likewise.
24440
24441 2012-01-13 Ian Lance Taylor <iant@google.com>
24442
24443 * ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when
24444 comparing param_index to VEC_length result.
24445
24446 2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
24447
24448 * c-decl.c: Do not include tree-mudflap.h
24449 * tree-optimize.c: Likewise.
24450 * Makefile.in: Update dependencies.
24451
24452 2012-01-13 Richard Guenther <rguenther@suse.de>
24453
24454 PR middle-end/8081
24455 * gimplify.c (gimplify_modify_expr_rhs): For calls with a
24456 variable-sized result always use RSO.
24457
24458 2012-01-12 DJ Delorie <dj@redhat.com>
24459
24460 * cfgexpand.c (convert_debug_memory_address): Allow any valid
24461 pointer type, not just the default pointer type.
24462
24463 2012-01-09 Richard Henderson <rth@redhat.com>
24464 Denis Chertykov <chertykov@gmail.com>
24465
24466 PR target/50925
24467 * config/avr/avr-protos.h (avr_hard_regno_nregs): Declare.
24468 * config/avr/avr.c (avr_can_eliminate): Simplify.
24469 (avr_initial_elimination_offset): Likewise.
24470 (avr_prologue_setup_frame): Use hard_frame_pointer_rtx.
24471 (expand_epilogue): Likewise.
24472 (avr_legitimize_address): Gut.
24473 (avr_legitimize_reload_address): Use hard_frame_pointer_rtx.
24474 (avr_hard_regno_nregs): New.
24475 (avr_hard_regno_ok): Allow only Pmode for arg and frame_pointers.
24476 (avr_regno_mode_code_ok_for_base_b): Handle arg and frame pointers.
24477 * config/avr/avr.h (FIXED_REGISTERS): Adjust arg pointer,
24478 add soft frame pointer.
24479 (CALL_USED_REGISTERS): Likewise.
24480 (REG_CLASS_CONTENTS): Likewise.
24481 (REGISTER_NAMES): Likewise.
24482 (HARD_REGNO_NREGS): Use avr_hard_regno_nregs.
24483 (HARD_FRAME_POINTER_REGNUM): New.
24484 (FRAME_POINTER_REGNUM): Use soft frame pointer.
24485 (ELIMINABLE_REGS): Eliminate from the soft frame pointer,
24486 remove the HARD_FRAME_POINTER self-elimination.
24487
24488 2012-01-12 Georg-Johann Lay <avr@gjlay.de>
24489
24490 PR target/51756
24491 * config/avr/avr.c (avr_encode_section_info): Test for absence of
24492 DECL_EXTERNAL when checking for initializers of progmem variables.
24493
24494 2012-01-12 Ira Rosen <irar@il.ibm.com>
24495
24496 PR tree-optimization/51799
24497 * tree-vect-patterns.c (vect_recog_over_widening_pattern): Check
24498 that the last operation is a type demotion.
24499
24500 2012-01-12 Uros Bizjak <ubizjak@gmail.com>
24501
24502 * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
24503 (x86_shift<mode>_adj_1): Remove operand constraint from operand 3.
24504
24505 2012-01-11 Jakub Jelinek <jakub@redhat.com>
24506
24507 PR bootstrap/51796
24508 * combine.c (distribute_notes): If i3 is a noreturn call,
24509 allow old_size to be equal to args_size and make sure the
24510 noreturn call gets REG_ARGS_SIZE note.
24511 * expr.c (fixup_args_size_notes): Put REG_ARGS_SIZE notes
24512 on noreturn calls even when the delta is 0.
24513
24514 2012-01-11 Nathan Sidwell <nathan@acm.org>
24515
24516 * gcov.c (STRING_SIZE): Remove.
24517 (generate_results): Erase annotations for source files with no
24518 coverage information.
24519 (read_line): New.
24520 (output_lines): Use it.
24521
24522 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
24523
24524 * gimple.h (gimplify_body): Remove first argument.
24525 * gimplify.c (copy_if_shared): Add DATA argument. Do not create the
24526 pointer set here, instead just pass DATA to walk_tree.
24527 (unshare_body): Remove BODY_P argument and adjust. Create the pointer
24528 set here and invoke copy_if_shared on the size trees of DECL_RESULT.
24529 (unvisit_body): Likewise, but with unmark_visited.
24530 (gimplify_body): Remove BODY_P argument and adjust.
24531 (gimplify_function_tree): Adjust call to gimplify_body.
24532 * omp-low.c (finalize_task_copyfn): Likewise.
24533
24534 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
24535
24536 * tree.h (build_function_decl_skip_args): Add boolean parameter.
24537 (build_function_type_skip_args): Delete.
24538 * tree.c (build_function_type_skip_args): Make static and add
24539 SKIP_RETURN parameter. Fix thinko in the handling of variants.
24540 (build_function_decl_skip_args): Add SKIP_RETURN parameter and
24541 pass it to build_function_type_skip_args.
24542 * cgraph.h (cgraph_function_versioning): Add boolean parameter.
24543 (tree_function_versioning): Likewise.
24544 * cgraph.c (cgraph_create_virtual_clone): Adjust call to
24545 build_function_decl_skip_args.
24546 * cgraphunit.c (cgraph_function_versioning): Add SKIP_RETURN parameter
24547 and pass it to build_function_decl_skip_args/tree_function_versioning.
24548 (cgraph_materialize_clone): Adjust call to tree_function_versioning.
24549 * ipa-inline-transform.c (save_inline_function_body): Likewise.
24550 * trans-mem.c (ipa_tm_create_version): Likewise.
24551 * tree-sra.c (modify_function): Ditto for cgraph_function_versioning.
24552 * tree-inline.c (declare_return_variable): Remove always-true test.
24553 (tree_function_versioning): Add SKIP_RETURN parameter. If the function
24554 returns non-void and SKIP_RETURN, create a void-typed RESULT_DECL.
24555 * ipa-split.c (split_function): Skip the return value for the split
24556 part if it doesn't return.
24557
24558 2012-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
24559
24560 PR tree-optimization/49642
24561 * ipa-split.c (forbidden_dominators): New variable.
24562 (check_forbidden_calls): New function.
24563 (dominated_by_forbidden): Likewise.
24564 (consider_split): Check for forbidden dominators.
24565 (execute_split_functions): Initialize and free forbidden
24566 dominators info; call check_forbidden_calls.
24567
24568 2012-01-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
24569
24570 * config/arm/arm.md (mov_notscc): Use MVN for false condition.
24571
24572 2012-01-11 Nick Clifton <nickc@redhat.com>
24573
24574 * config/rx/rx.md (return): Define pattern.
24575
24576 2012-01-11 Richard Guenther <rguenther@suse.de>
24577
24578 * doc/extend.texi (malloc attribute): Adjust according to
24579 implementation.
24580
24581 2012-01-10 Aldy Hernandez <aldyh@redhat.com>
24582 Patrick Marlier <patrick.marlier@gmail.com>
24583
24584 PR middle-end/51516
24585 * trans-mem.c (get_cg_data): Traverse aliases if requested.
24586 (ipa_tm_scan_calls_block): Update parameters to get_cg_data.
24587 (ipa_tm_note_irrevocable): Same.
24588 (ipa_tm_scan_irr_block): Same.
24589 (ipa_tm_decrement_clone_counts): Same.
24590 (ipa_tm_scan_irr_function): Same.
24591 (ipa_tm_create_version_alias): Same.
24592 (ipa_tm_create_version): Same.
24593 (ipa_tm_transform_calls_redirect): Same.
24594 (ipa_tm_transform_calls): Same.
24595 (ipa_tm_transform_transaction): Same.
24596 (ipa_tm_execute): Same.
24597
24598 2012-01-10 Richard Guenther <rguenther@suse.de>
24599
24600 PR middle-end/51806
24601 * opts.c (common_handle_option): Handle -Werror.
24602
24603 2012-01-10 Andreas Schwab <schwab@linux-m68k.org>
24604
24605 * config/m68k/sync.md ("atomic_compare_and_swap<mode>_1"): Fix
24606 operand number.
24607
24608 2012-01-10 Jason Merrill <jason@redhat.com>
24609
24610 * doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
24611 information.
24612
24613 2012-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24614
24615 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check if linker
24616 supports R_386_TLS_GD_PLT reloc.
24617 (gcc_cv_as_ix86_tlsldmplt): Check if linker
24618 supports R_386_TLS_LDM_PLT reloc.
24619 * configure: Regenerate.
24620 * config.in: Regenerate.
24621
24622 2012-01-10 Georg-Johann Lay <avr@gjlay.de>
24623
24624 PR target/49868
24625 Extend __pgmx semantics to linearize memory.
24626 * config/avr/avr.md (mov<mode>): Use avr_xload_libgcc_p to
24627 determine if code comes inline or from libgcc.
24628 (MOVMEM_r_d:HI): Add "w" to constraint for better preference.
24629 (movmem_qi, movmem_qi): Set constraint #2 to "n".
24630 (movmem_qi_elpm, movmem_hi_elpm): Remove insns.
24631 (movmemx_qi, movmemx_hi): New insns.
24632 (xload_<mode>_libgcc): Rewrite to new insn condition.
24633 (xload_<mode>): Remove insns.
24634 * config/avr/avr.c (avr_out_xload): Rewrite: Only need to handle
24635 cases that don't satisfy avr_xload_libgcc_p().
24636 (avr_addr_space_convert): Allow converting in any direction.
24637 (avr_addr_space_subset_p): Return always true.
24638 (avr_xload_libgcc_p): Rewrite to fit new __pgmx semantics.
24639 (avr_emit_movmemhi): Ditto.
24640 (avr_out_lpm): No need to handle ADDR_SPACE_PGMX any more.
24641 (avr_out_movmem): Ditto.
24642 (AVR_SYMBOL_FLAG_PROGMEM): New macro.
24643 (AVR_SYMBOL_SET_ADDR_SPACE): New macro.
24644 (AVR_SYMBOL_GET_ADDR_SPACE): New macro.
24645 (avr_encode_section_info): Encode 'progmem' in symbol flags.
24646 (output_reload_in_const): Don't zero-extend any 24-bit symbols.
24647
24648 2012-01-10 Richard Guenther <rguenther@suse.de>
24649
24650 PR tree-optimization/50913
24651 * graphite-scop-detection.c (stmt_has_simple_data_refs_p):
24652 Require data-refs to be representable by Graphite with respect
24653 to any loop nest.
24654
24655 2012-01-10 Uros Bizjak <ubizjak@gmail.com>
24656
24657 * config/i386/constraints.md ("L"): Return true for 0xffffffff.
24658 * config/i386/i386.c (*anddi_1): Emit AND with 0xffffffff as MOV.
24659
24660 2012-01-10 Tom de Vries <tom@codesourcery.com>
24661
24662 PR rtl-optimization/51271
24663 * dwarf2cfi.c (scan_trace): Save and restore cur_row->reg_save when
24664 handling annulled branch.
24665
24666 2012-01-10 Richard Henderson <rth@redhat.com>
24667
24668 * config/arm/arm.c (arm_vectorize_vec_perm_const_ok,
24669 TARGET_VECTORIZE_VEC_PERM_CONST_OK, neon_split_vcombine, MAX_VECT_LEN,
24670 struct expand_vec_perm_d, arm_expand_vec_perm_1, arm_expand_vec_perm,
24671 arm_evpc_neon_vuzp, arm_evpc_neon_vzip, arm_evpc_neon_vrev,
24672 arm_evpc_neon_vtrn, arm_evpc_neon_vtbl, arm_expand_vec_perm_const_1,
24673 arm_expand_vec_perm_const): New.
24674 * config/arm/arm-protos.h: Update.
24675 * config/arm/neon.md (UNSPEC_VCONCAT): New.
24676 (*neon_vswp<VDQX>): New.
24677 (neon_vcombine<VDX>): Use neon_split_vcombine.
24678 (neon_vtbl1v16qi, neon_vtbl2v16qi, neon_vcombinev16qi): New.
24679 * config/arm/vec-common.md (vec_perm_const<VALL>): New.
24680 (vec_perm<VE>): New.
24681
24682 2012-01-10 Richard Henderson <rth@redhat.com>
24683
24684 * config/arm/arm.c (arm_gen_compare_reg): Add scratch argument;
24685 use it if reload_completed.
24686 (arm_legitimize_sync_memory, arm_emit, arm_insn_count, arm_count,
24687 arm_output_asm_insn, arm_process_output_memory_barrier,
24688 arm_output_memory_barrier, arm_ldrex_suffix, arm_output_ldrex,
24689 arm_output_strex, arm_output_it, arm_output_op2, arm_output_op3,
24690 arm_output_sync_loop, arm_get_sync_operand, FETCH_SYNC_OPERAND,
24691 arm_process_output_sync_insn, arm_output_sync_insn,
24692 arm_sync_loop_insns, arm_call_generator, arm_expand_sync): Remove.
24693 (arm_pre_atomic_barrier, arm_post_atomic_barrier): New.
24694 (arm_emit_load_exclusive, arm_emit_store_exclusive): New.
24695 (emit_unlikely_jump): New.
24696 (arm_expand_compare_and_swap, arm_split_compare_and_swap): New.
24697 (arm_split_atomic_op): New.
24698 * config/arm/arm-protos.h: Update.
24699 * config/arm/arm.h (enum arm_sync_generator_tag): Remove.
24700 (struct arm_sync_generator): Remove.
24701 * config/arm/arm.md (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK,
24702 VUNSPEC_SYNC_OP, VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): Remove.
24703 (VUNSPEC_ATOMIC_CAS, VUNSPEC_ATOMIC_XCHG, VUNSPEC_ATOMIC_OP): New.
24704 (VUNSPEC_LL, VUNSPEC_SC): New.
24705 (sync_result, sync_memory, sync_required_value, sync_new_value,
24706 sync_t1, sync_t2, sync_release_barrier, sync_op): Remove.
24707 (attr length): Don't use arm_sync_loop_insns.
24708 (cbranch_cc, cstore_cc): Update call to arm_gen_compare_reg.
24709 (movsfcc, movdfcc): Likewise.
24710 * config/arm/constraints.md (Ua): New.
24711 * config/arm/prediates.md (mem_noofs_operand): New.
24712 (sync_compare_and_swap<QHSD>, sync_lock_test_and_set<QHSD>): Remove.
24713 (sync_clobber, sync_t2_reqd): Remove.
24714 (sync_<syncop><QHSD>, sync_nand<QHSD>): Remove.
24715 (sync_new_<syncop><QHSD>, sync_new_nand<QHSD>): Remove.
24716 (sync_old_<syncop><QHSD>, sync_old_nand<QHSD>): Remove.
24717 (arm_sync_compare_and_swap<SIDI>): Remove.
24718 (arm_sync_compare_and_swap<NARROW>): Remove.
24719 (arm_sync_lock_test_and_set<SIDI>): Remove.
24720 (arm_sync_lock_test_and_set<NARROW>): Remove.
24721 (arm_sync_new_<syncop><SIDI>): Remove.
24722 (arm_sync_new_<syncop><NARROW>): Remove.
24723 (arm_sync_new_nand<SIDI>): Remove.
24724 (arm_sync_new_nand<NARROW>): Remove.
24725 (arm_sync_old_<syncop><SIDI>): Remove.
24726 (arm_sync_old_<syncop><NARROW>): Remove.
24727 (arm_sync_old_nand<SIDI>): Remove.
24728 (arm_sync_old_nand<NARROW>): Remove.
24729 (*memory_barrier): Merge arm_output_memory_barrier.
24730 (atomic_compare_and_swap<QHSD>): New.
24731 (atomic_compare_and_swap<NARROW>_1): New.
24732 (atomic_compare_and_swap<SIDI>_1): New.
24733 (atomic_exchange<QHSD>): New.
24734 (cas_cmp_operand, cas_cmp_str): New.
24735 (atomic_op_operand, atomic_op_str): New.
24736 (atomic_<syncop><QHSD>, atomic_nand<QHSD>): New.
24737 (atomic_fetch_<syncop><QHSD>, atomic_fetch_nand<QHSD>): New.
24738 (atomic_<syncop>_fetch<QHSD>, atomic_nand_fetch<QHSD>): New.
24739 (arm_load_exclusive<NARROW>): New.
24740 (arm_load_exclusivesi, arm_load_exclusivedi): New.
24741 (arm_store_exclusive<QHSD>): New.
24742
24743 2012-01-09 Michael Meissner <meissner@linux.vnet.ibm.com>
24744
24745 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add DF
24746 reload patterns if -mvsx-scalar-memory.
24747
24748 * config/rs6000/vsx.md (vsx_xscvspdp): Allow xscvspdp to be
24749 generated, even -mno-vsx-scalar-double was used.
24750 (vsx_xscvdpsp_scalar): Likewise.
24751 (vsx_xscvspdp_scalar2): Likewise.
24752
24753 2012-01-09 Tom de Vries <tom@codesourcery.com>
24754 Andrew Pinski <apinski@cavium.com>
24755
24756 PR debug/51471
24757 * reorg.c (fill_slots_from_thread): Don't speculate
24758 frame-related insns.
24759
24760 2012-01-09 Richard Sandiford <rdsandiford@googlemail.com>
24761
24762 * sched-int.h (bb_note): Move to...
24763 * basic-block.h: ...here.
24764 * haifa-sched.c (bb_note): Move to...
24765 * cfgrtl.c: ...here.
24766 * function.c (next_block_for_reg): New function.
24767 (move_insn_for_shrink_wrap): Likewise.
24768 (prepare_shrink_wrap): Rewrite to use the above.
24769
24770 2012-01-09 Aldy Hernandez <aldyh@redhat.com>
24771
24772 * gimple.c (is_gimple_non_addressable): Remove.
24773 * gimple.h: Remove is_gimple_non_addressable.
24774 * gimplify.c (gimplify_modify_expr_rhs): Use is_gimple_reg instead of
24775 is_gimple_non_addressable.
24776 * trans-mem.c (expand_assign_tm): Same.
24777
24778 2012-01-09 Richard Guenther <rguenther@suse.de>
24779
24780 PR tree-optimization/51775
24781 * tree-ssa-sccvn.c (visit_use): Value-number throwing stmts.
24782 * tree-ssa-pre.c (eliminate): Properly fixup EH info.
24783
24784 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
24785
24786 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
24787 tuning parameters.
24788 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
24789
24790 2012-01-09 Richard Guenther <rguenther@suse.de>
24791
24792 * tree-streamer-out.c (write_ts_optimization): Fix spelling.
24793
24794 2012-01-08 Jan Hubicka <jh@suse.cz>
24795
24796 PR tree-optimize/51680
24797 * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition
24798 on when known_vals needs to be computed; cleanup.
24799
24800 2012-01-08 Jan Hubicka <jh@suse.cz>
24801
24802 PR tree-optimize/51694
24803 * ipa-cp.c (ipa_get_indirect_edge_target): Add bounds checks.
24804
24805 2012-01-08 Jonathan Wakely <jwakely.gcc@gmail.com>
24806
24807 * doc/cpp.texi (Predefined Macros): __STRICT_ANSI__ is defined
24808 for -std=c++98 and -std=c++11 too.
24809
24810 2012-01-08 Chung-Lin Tang <cltang@codesourcery.com>
24811
24812 * cfgloop.c (cancel_loop): Add free() of bbs array.
24813
24814 2012-01-07 Jan Hubicka <jh@suse.cz>
24815
24816 PR tree-optimization/51600
24817 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Disable code
24818 that benefits small functions.
24819
24820 2012-01-07 Jan Hubicka <jh@suse.cz>
24821
24822 * ipa-inline.c (want_inline_small_function_p): Fix formating.
24823
24824 2012-01-07 Jan Hubicka <jh@suse.cz>
24825
24826 PR tree-optimization/51680
24827 * ipa-inline.c (want_inline_small_function_p): Be more lax on functions
24828 whose inlining reduce unit size.
24829
24830 2012-01-07 Alexandre Oliva <aoliva@redhat.com>
24831
24832 PR bootstrap/51725
24833 * cselib.c (new_elt_loc_list): Promote addr_list to canonical node.
24834 Add canonical node to containing_mem chain after the non-canonical
24835 one, even if there weren't any locs to propagate.
24836 (remove_useless_values): Keep only canonical values.
24837 (add_mem_for_addr, cselib_lookup_mem): Canonicalize addr.
24838 (cselib_invalidate_mem): Likewise. Ensure v is canonical, and
24839 canonicalize mem_chain elements that are not discarded.
24840
24841 2012-01-06 Jakub Jelinek <jakub@redhat.com>
24842
24843 PR target/47333
24844 * cgraphunit.c (cgraph_optimize): Call output_weakrefs
24845 before emitting functions.
24846
24847 PR gcov-profile/50127
24848 * bb-reorder.c (partition_hot_cold_basic_blocks): Call
24849 clear_aux_for_blocks.
24850
24851 2012-01-06 Alexandre Oliva <aoliva@redhat.com>
24852
24853 PR debug/51746
24854 * cselib.c (cselib_hash_rtx): Hash incoming VALUEs too.
24855
24856 2012-01-06 Arnaud Charlet <charlet@adacore.com>
24857
24858 * c-decl.c (ext_block): Moved up.
24859 (collect_all_refs, for_each_global_decl): Take ext_block into account.
24860
24861 2012-01-06 Han Shen <shenhan@google.com>
24862
24863 Translate built-in include paths for sysroot.
24864 * Makefile.in (gcc_gxx_include_dir_add_sysroot): New.
24865 (PREPROCESSOR_DEFINES): Define GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT.
24866
24867 * cppdefault.c (cpp_include_defaults): Replace hard coded "0" with
24868 GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT for "add_sysroot" field.
24869
24870 * configure.ac (AC_SUBST): Add gcc_gxx_include_dir_add_sysroot to
24871 control whether sysroot should be prepended to gxx include dir.
24872
24873 * configure: Regenerate.
24874
24875 2012-01-06 Torvald Riegel <triegel@redhat.com>
24876
24877 PR rtl-optimization/51771
24878 * builtin-attrs.def (ATTR_RETURNS_TWICE, ATTR_TM_NOTHROW_RT_LIST): New.
24879 * gtm-builtins.def (BUILT_IN_TM_START): Add returns-twice attrib.
24880
24881 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
24882
24883 PR tree-optimization/51315
24884 * tree-sra.c (tree_non_aligned_mem_for_access_p): New predicate.
24885 (build_accesses_from_assign): Use it instead of tree_non_aligned_mem_p.
24886
24887 2012-01-05 Uros Bizjak <ubizjak@gmail.com>
24888
24889 PR target/51681
24890 * config/ia64/ia64.c (expand_vec_perm_shrp): Use correct operands
24891 for shrp pattern. Correctly handle and fixup shift variable.
24892 Return false when shift > nelt for BYTES_BIG_ENDIAN target.
24893
24894 2012-01-05 Jakub Jelinek <jakub@redhat.com>
24895
24896 PR debug/51762
24897 * calls.c (emit_call_1): For noreturn calls force a REG_ARGS_SIZE
24898 note when !ACCUMULATE_OUTGOING_ARGS.
24899
24900 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
24901
24902 * tree-vrp.c (extract_range_from_binary_expr_1): Remove duplicated
24903 condition.
24904 (extract_range_from_unary_expr_1): Avoid useless computations.
24905
24906 2012-01-05 Jakub Jelinek <jakub@redhat.com>
24907
24908 PR rtl-optimization/51767
24909 * cfgrtl.c (force_nonfallthru_and_redirect): Force addition
24910 of jump_block and add an extra edge for degenerated asm gotos.
24911
24912 PR middle-end/51768
24913 * stmt.c (check_unique_operand_names): Don't ICE during error
24914 reporting if i is from labels chain.
24915
24916 PR middle-end/44777
24917 * profile.c (branch_prob): Split bbs that have exit edge
24918 and need a fake entry edge too.
24919
24920 2012-01-05 Jan Hubicka <jh@suse.cz>
24921
24922 PR middle-end/49710
24923 * cfgloopmanip.c (remove_path): Walk loop hiearchy upwards when
24924 unlooping loops.
24925
24926 2012-01-05 Richard Guenther <rguenther@suse.de>
24927
24928 PR lto/50490
24929 * tree-streamer-out.c (write_ts_optimization): New function.
24930 (streamer_write_tree_body): Call it.
24931 * tree-streamer-in.c (lto_input_ts_optimization): New function.
24932 (streamer_read_tree_body): Call it.
24933 * lto-streamer-out.c (lto_is_streamable): Handle OPTIMIZATION_NODE.
24934
24935 2012-01-05 Jakub Jelinek <jakub@redhat.com>
24936
24937 PR middle-end/51761
24938 * gimple.h (struct gimplify_ctx): Add in_cleanup_point_expr field.
24939 * gimplify.c (gimplify_cleanup_point_expr): Save and set
24940 in_cleanup_point_expr before gimplify_stmt call and restore it
24941 afterwards.
24942 (gimplify_target_expr): Don't add {CLOBBER} cleanup if
24943 in_cleanup_point_expr is false.
24944
24945 2012-01-05 Richard Guenther <rguenther@suse.de>
24946
24947 PR middle-end/51764
24948 * common.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move
24949 to c.opt.
24950 * toplev.c (process_options): Reject combining mudflap and LTO.
24951 * tree-nomudflap.c (nogo): Use sorry instead of internal_error.
24952
24953 2012-01-05 Richard Guenther <rguenther@suse.de>
24954
24955 PR tree-optimization/51760
24956 * tree-ssa-ccp.c (likely_value): Drop UNDEFINED to CONSTANT,
24957 not VARYING.
24958 (bit_value_unop): Handle UNDEFINED operands.
24959 (bit_value_binop): Likewise.
24960
24961 2012-01-05 Georg-Johann Lay <avr@gjlay.de>
24962
24963 * config/avr/avr.c (avr_replace_prefix): Remove.
24964 (avr_asm_named_section): Use ACONCAT instead of avr_replace_prefix.
24965 (avr_asm_function_rodata_section): Ditto.
24966 (avr_asm_select_section): Ditto.
24967
24968 2012-01-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
24969
24970 * reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND
24971 insertion.
24972
24973 2012-01-05 Jakub Jelinek <jakub@redhat.com>
24974
24975 PR bootstrap/51648
24976 * tree-cfg.c (need_fake_edge_p): Return true also for noreturn
24977 calls that have any non-fake successor edges.
24978
24979 PR debug/51746
24980 * var-tracking.c (add_stores): For COND_EXEC allow oval to be NULL.
24981
24982 2012-01-04 Eric Botcazou <ebotcazou@adacore.com>
24983
24984 PR tree-optimization/51624
24985 * tree-sra.c (build_ref_for_model): When replicating a chain of
24986 COMPONENT_REFs, stop as soon as the offset would become negative.
24987
24988 2012-01-04 Jakub Jelinek <jakub@redhat.com>
24989
24990 PR debug/51695
24991 * dwarf2out.c (output_loc_list): For now drop >= 64KB expressions
24992 in .debug_loc on the floor.
24993
24994 2012-01-04 Andrew Pinski <apinski@cavium.com>
24995
24996 * doc/invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.
24997
24998 2012-01-04 Andrew Pinski <apinski@cavium.com>
24999 Adam Nemet <anemet@caviumnetworks.com>
25000
25001 * config/mips/mips.md (size): Add SI and DI.
25002 (SIZE): New mode attribute.
25003 (U): New code attribute.
25004 * config/mips/mips-dsp.md (mips_lbux): Use gen_mips_lbux_extsi.
25005 (mips_lbux_<mode>): Delete.
25006 (mips_l<SHORT:size><u>x_ext<GPR:mode>_<P:mode>): New pattern.
25007 (mips_lhx): Use gen_mips_lhx_extsi.
25008 (mips_lhx_<mode>): Delete.
25009 (mips_lwx): Delete.
25010 (mips_l<size>x): New expand.
25011 (mips_lwx_<mode>): Delete.
25012 (mips_l<GPR:size>x_<P:mode>): New pattern.
25013 (*mips_lw<u>x_<P:mode>_ext): Likewise.
25014 * config/mips/mips-ftypes.def: Add DI f(POINTER, SI) function type.
25015 * config/mips/mips.c (mips_lx_address_p): New function.
25016 (mips_rtx_costs <case MEM>): Call mips_lx_address_p.
25017 (dsp64): New availability predicate.
25018 (mips_builtins): Add an entry for __builtin_mips_ldx.
25019 * config/mips/mips.h (ISA_HAS_LBX): New define.
25020 (ISA_HAS_LBUX): Likewise.
25021 (ISA_HAS_LHX): Likewise.
25022 (ISA_HAS_LHUX): Likewise.
25023 (ISA_HAS_LWX): Likewise.
25024 (ISA_HAS_LWUX): Likewise.
25025 (ISA_HAS_LDX): Likewise.
25026 * doc/extend.texi (__builtin_mips_ldx): Document.
25027
25028 2012-01-04 Tristan Gingold <gingold@adacore.com>
25029
25030 * config/vms/xm-vms.h (HOST_LONG_FORMAT, HOST_PTR_PRINTF): Define
25031 when long pointers are used.
25032 * config.build (*-*-*vms*): Handle all OpenVMS targets.
25033 (alpha64-dec-*vms*, alpha*-dec-*vms*)
25034 (ia64-hp-*vms*): Remove.
25035 * config/vms/xm-vms64.h: Delete.
25036
25037 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
25038
25039 PR middle-end/51472
25040 * trans-mem.c (expand_assign_tm): Handle TM_MEMMOVE loads correctly.
25041
25042 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
25043
25044 * opts.c (finish_options): Remove duplicate sorry.
25045
25046 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
25047
25048 PR middle-end/51696
25049 * trans-mem.c (diagnose_tm_1): Display indirect calls with no name
25050 correctly.
25051
25052 2012-01-04 Richard Guenther <rguenther@suse.de>
25053
25054 PR middle-end/51750
25055 * tree.c (size_low_cst): New function.
25056 * tree.h (size_low_cst): Declare.
25057 * fold-const.c (fold_comparison): Use it to extract the low
25058 part of the POINTER_PLUS_EXPR offset.
25059
25060 2012-01-04 Georg-Johann Lay <avr@gjlay.de>
25061
25062 Fix clearing ZERO_REG
25063 * config/avr/avr.md (cc): Add alternative "ldi".
25064 (movqi_insn): Use it in cc attribute.
25065 * config/avr/avr.c (notice_update_cc): Handle CC_LDI.
25066 (output_reload_in_const): Use CLR to move 0 to ZERO_REG.
25067 (output_reload_insisf): Use ZERO_REG to pre-clear register.
25068
25069 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25070
25071 * configure: Regenerate.
25072
25073 2012-01-04 Richard Guenther <rguenther@suse.de>
25074
25075 PR tree-optimization/49651
25076 * tree-ssa-structalias.c (type_can_have_subvars): New function.
25077 (var_can_have_subvars): Use it.
25078 (get_constraint_for_1): Only consider subfields if there can be any.
25079
25080 2012-01-03 Jakub Jelinek <jakub@redhat.com>
25081
25082 PR bootstrap/51725
25083 * cselib.c (new_elt_loc_list): When moving locs from one cselib_val
25084 to its new canonical_cselib_val and the cselib_val was in
25085 first_containing_mem chain, but the canonical_cselib_val was not,
25086 add the latter into the chain.
25087 (cselib_invalidate_mem): Compare canonical_cselib_val of
25088 addr_list chain elt with v.
25089
25090 PR pch/51722
25091 * dwarf2out.c (dwarf2out_start_source_file, dwarf2out_define,
25092 dwarf2out_undef): Allocate e.info using ggc_strdup instead
25093 of xstrdup.
25094 (output_macinfo_op): Don't ggc_strdup fd->filename.
25095 (optimize_macinfo_range): Allocate grp_name using XALLOCAVEC,
25096 then ggc_strdup it. Don't free inc->info or cur->info.
25097 (output_macinfo): Don't free ref->info or file->info.
25098
25099 2012-01-03 Ira Rosen <irar@il.ibm.com>
25100
25101 PR tree-optimization/51269
25102 * tree-vect-loop-manip.c (set_prologue_iterations): Make
25103 first_niters a pointer.
25104 (slpeel_tree_peel_loop_to_edge): Likewise.
25105 (vect_do_peeling_for_loop_bound): Update call to
25106 slpeel_tree_peel_loop_to_edge.
25107 (vect_gen_niters_for_prolog_loop): Don't compute wide_prolog_niters
25108 here. Remove it from the parameters list.
25109 (vect_do_peeling_for_alignment): Update calls and compute
25110 wide_prolog_niters.
25111
25112 2012-01-03 Richard Guenther <rguenther@suse.de>
25113
25114 PR tree-optimization/51070
25115 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
25116 Properly handle calls.
25117
25118 2012-01-03 Richard Guenther <rguenther@suse.de>
25119
25120 PR tree-optimization/51692
25121 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove
25122 the LHS of allocation stmts.
25123
25124 2012-01-03 Olivier Hainque <hainque@adacore.com>
25125
25126 * system.h: Prior to #define, #undef fopen and freopen unconditionally.
25127
25128 2012-01-03 Olivier Hainque <hainque@adacore.com>
25129
25130 * collect2.c (main): In AIX specific computations for vector
25131 insertions, use CONST_CAST2 to cast from char ** to const char **.
25132
25133 2012-01-03 Richard Guenther <rguenther@suse.de>
25134
25135 PR debug/51650
25136 * dwarf2out.c (dwarf2out_finish): Always create a DIE for
25137 the context of a limbo DIE when it does not already exist.
25138
25139 2012-01-03 Jakub Jelinek <jakub@redhat.com>
25140
25141 PR tree-optimization/51719
25142 * value-prof.c (gimple_ic): When indirect call isn't noreturn,
25143 but direct call is, clear direct call's lhs and don't add fallthrough
25144 edge from dcall_bb to join_bb and PHIs.
25145
25146 2012-01-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25147
25148 * config/s390/s390.md ("*cmp<mode>_ccs"): Fix comment mentioning
25149 the instructions emitted by the pattern.
25150 ("*TDC_insn_<mode>"): Add comment.
25151
25152 2012-01-03 Richard Guenther <rguenther@suse.de>
25153
25154 PR middle-end/51730
25155 * fold-const.c (fold_comparison): Properly canonicalize
25156 tree offset and HOST_WIDE_INT bit position.
25157
25158 2012-01-02 Uros Bizjak <ubizjak@gmail.com>
25159
25160 * config/ia64/ia64.c (expand_vec_perm_broadcast): Use correct
25161 operands for extzv pattern.
25162
25163 2012-01-02 Jakub Jelinek <jakub@redhat.com>
25164
25165 PR bootstrap/51725
25166 * cselib.c (add_mem_for_addr): Call canonical_cselib_val
25167 on mem_elt first.
25168
25169 2012-01-02 Sandra Loosemore <sandra@codesourcery.com>
25170
25171 * doc/invoke.texi (-flto and related options): Copy-edit.
25172
25173 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
25174
25175 * config/mips/mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
25176
25177 2012-01-02 Jakub Jelinek <jakub@redhat.com>
25178
25179 * config/i386/sse.md (*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4):
25180 New patterns.
25181
25182 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
25183
25184 * expr.h (move_by_pieces_ninsns): Declare.
25185 * expr.c (move_by_pieces_ninsns): Make external.
25186 * config/mips/mips-protos.h (mips_move_by_pieces_p): Declare.
25187 (mips_store_by_pieces_p): Likewise.
25188 * config/mips/mips.h (MOVE_BY_PIECES_P): Call mips_move_by_pieces_p.
25189 (STORE_BY_PIECES_P): Likewise mips_store_by_pieces_p.
25190 * config/mips/mips.c (mips_move_by_pieces_p): New function.
25191 (mips_store_by_pieces_p): Likewise.
25192
25193 2012-01-02 Jakub Jelinek <jakub@redhat.com>
25194
25195 * passes.c (register_one_dump_file): Free full_name.
25196
25197 * reload1.c (reload): Don't allocate reg_max_ref_width here.
25198 (calculate_elim_costs_all_insns): Free offsets_at and
25199 offsets_known_at at the end and clear the pointers.
25200
25201 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
25202
25203 * config/avr/avr.opt (-mbranch-cost): Fix double definition of
25204 this option introduced in r180739.
25205
25206 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
25207
25208 PR target/51345
25209 * config.gcc (tm_file target=avr]): Add avr/avr-multilib.h
25210 (tmake_file target=avr): Add avr/t-multilib.
25211
25212 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use AVR_HAVE_8BIT_SP
25213 to built-in define __AVR_HAVE_8BIT_SP__, __AVR_HAVE_16BIT_SP__.
25214 * config/avr/genmultilib.awk: New file.
25215 * config/avr/t-multilib: New auto-generated file.
25216 * config/avr/multilib.h: New auto-generated file.
25217 * config/avr/t-avr (AVR_MCUS): New variable.
25218 (genopt.sh): Use it.
25219 (s-mlib): Depend on t-multilib.
25220 (t-multilib, multilib.h): New dependencies.
25221 (s-avr-mlib): New rule to build t-multilib, multilib.h from AVR_MCUS.
25222 (MULTILIB_OPTIONS): Remove.
25223 (MULTILIB_MATCHES): Remove.
25224 (MULTILIB_DIRNAMES): Remove.
25225 (MULTILIB_EXCEPTIONS): Remove:
25226 * config/avr/genopt.sh: Don't use hard coded file name;
25227 pass AVR_MCUS from t-avr instead.
25228
25229 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
25230
25231 * config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".
25232
25233 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
25234
25235 Implement light-weight DImode support.
25236 * config/avr/avr-dimode.md: New file.
25237 * config/avr/avr.md: Include it.
25238 (adjust_len): Add plus64, compare64.
25239 (HIDI): Remove code iterator.
25240 (code_stdname): New code attribute.
25241 (rotx, rotsmode): Remove DI.
25242 (rotl<mode>3, *rotw<mode>, *rotb<mode>): Use HISI instead of HIDI
25243 as code iterator.
25244 * config/avr/avr-protos.h (avr_have_dimode): New.
25245 (avr_out_plus64, avr_out_compare64): New.
25246 * config/avr/avr.c (avr_out_compare): Handle DImode.
25247 (avr_have_dimode): New variable definition and initialization.
25248 (avr_out_compare64, avr_out_plus64): New functions.
25249 (avr_out_plus_1): Use simplify_unary_operation to negate xval.
25250 (adjust_insn_length): Handle ADJUST_LEN_COMPARE64, ADJUST_LEN_PLUS64.
25251 (avr_compare_pattern): Skip DImode comparisons.
25252
25253 2012-01-02 Revital Eres <revital.eres@linaro.org>
25254
25255 * ddg.c (def_has_ccmode_p): New function.
25256 (add_cross_iteration_register_deps,
25257 create_ddg_dep_from_intra_loop_link): Call it.
25258
25259 2012-01-02 Richard Guenther <rguenther@suse.de>
25260
25261 PR other/51679
25262 * invoke.texi (fassociative-math): Remove spurious paranthesis.
25263
25264 2012-01-01 Jakub Jelinek <jakub@redhat.com>
25265
25266 * gcc.c (process_command): Update copyright notice dates.
25267 * gcov.c (print_version): Likewise.
25268 * gcov-dump.c (print_version): Likewise.
25269 * mips-tfile.c (main): Likewise.
25270 * mips-tdump.c (main): Likewise.
25271
25272 2012-01-01 Ira Rosen <irar@il.ibm.com>
25273
25274 PR tree-optimization/51704
25275 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Check that
25276 a use is inside the basic block or loop before accessing its vect info.
25277
25278 2012-01-01 Jan Hubicka <jhjh@suse.cz>
25279
25280 PR rtl-optimization/51069
25281 * cfgloopmanip.c (remove_path): Removing path making irreducible
25282 region unconditional makes BB part of the region.
25283
25284 2012-01-01 Jakub Jelinek <jakub@redhat.com>
25285
25286 PR tree-optimization/51683
25287 * tree-ssa-propagate.c (substitute_and_fold): Don't optimize away
25288 calls with side-effects.
25289 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
25290 \f
25291 Copyright (C) 2012 Free Software Foundation, Inc.
25292
25293 Copying and distribution of this file, with or without modification,
25294 are permitted in any medium without royalty provided the copyright
25295 notice and this notice are preserved.