9448591306ebe1a2b4615c8031a8fd3d5fe5b15a
[gcc.git] / gcc / ChangeLog
1 2012-06-04 Dodji Seketeli <dodji@redhat.com>
2
3 PR preprocessor/53463
4 * parser.c (cp_parser_assignment_expression): Use the location
5 for the '=' as the default location for the expression.
6
7 2012-06-04 Edmar Wienskoski <edmar@freescale.com>
8
9 PR target/53559
10 * config/rs6000/altivec.md (altivec_stvlx): Change machine mode of
11 operands.
12 (altivec_stvlxl): Ditto.
13 (altivec_stvrx): Ditto.
14 (altivec_stvrxl): Ditto.
15
16 2012-06-04 Vladimir Makarov <vmakarov@redhat.com>
17
18 * ira-int.h (struct target_ira_int): Add member
19 x_ira_uniform_class_p.
20 (ira_uniform_class_p): New macro.
21
22 * ira.c (setup_uniform_class_p): New function.
23 (setup_allocno_and_important_classes): Call the function.
24 (print_unform_and_important_classes): New function.
25 (print_classes): Rename to print_translated_classes.
26 (ira_debug_allocno_classes): Add call of
27 print_unform_and_important_classes.
28
29 * ira-costs.c (setup_regno_cost_classes_by_aclass): Use uniform
30 classes instead of pressure classes.
31
32 2012-06-04 Sterling Augustine <saugustine@google.com>
33
34 * gcc/c-family/c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.
35 * gcc/c-family/c-pretty-print.c (pp_c_specifier_qualifier_list): Check
36 it at both the start and end of the function.
37 * gcc/cp/error.c (dump_decl): Check pp_c_flag_gnu_v3.
38 (decl_as_dwarf_string, lang_decl_dwarf_name): New functions.
39 (lang_decl_name): Handle namespace decls.
40 * gcc/cp/cp-tree.h: Declare decl_as_dwarf_string, lang_decl_dwarf_name.
41 * gcc/cp/cp-lang.c: Call them.
42
43 2012-06-04 Aldy Hernandez <aldyh@redhat.com>
44
45 PR middle-end/47530
46 * trans-mem.c (expand_block_edges): Do not skip the first
47 statement when resetting the BB.
48
49 2012-06-04 Richard Guenther <rguenther@suse.de>
50
51 * tree-data-ref.c (stores_from_loop): Remove.
52 (stmt_with_adjacent_zero_store_dr_p): Likewise.
53 (stores_zero_from_loop): Likewise.
54 * tree-data-ref.h (stores_from_loop, stores_zero_from_loop,
55 stmt_with_adjacent_zero_store_dr_p, stride_of_unit_type_p): Remove.
56 (adjacent_store_dr_p): New function.
57 * tree-loop-distribution.c (generate_memset_builtin): Pass
58 the RDG, use the already available data-reference.
59 (generate_code_for_partition): Pass down RDG.
60 (classify_partition): Inline parts of the former
61 stmt_with_adjacent_zero_store_dr_p here and use adjacent_store_dr_p.
62 (ldist_gen): Remember if there was any detected builtin and
63 do less work if not and flag_tree_loop_distribution is not set.
64 (tree_loop_distribution): Inline and fuse stores_from_loop
65 and stores_zero_from_loop here.
66
67 2012-06-04 Richard Guenther <rguenther@suse.de>
68
69 PR middle-end/53471
70 * dwarf2out.c (dwarf2out_finish): If generating LTO do not
71 create new assembler names.
72
73 2012-06-04 Richard Guenther <rguenther@suse.de>
74
75 * tree-data-ref.c (struct rdg_vertex_info): Remove.
76 (rdg_vertex_for_stmt): Simplify using gimple_uid.
77 (create_rdg_vertices): Pass loop argument, remove stmt to RDG index
78 hashtable. Record stmt data-references.
79 (hash_stmt_vertex_info): Remove.
80 (eq_stmt_vertex_info): Likewise.
81 (hash_stmt_vertex_del): Likewise.
82 (build_empty_rdg): Simplify.
83 (build_rdg): Adjust.
84 (free_rdg): Likewise.
85 (ref_base_address): Remove.
86 (have_similar_memory_accesses): Likewise.
87 * tree-data-ref.h (create_rdg_vertices): Remove.
88 (struct rdg_vertex): Add datarefs member.
89 (RDGV_DATAREFS): New define.
90 (RDG_DATAREFS): Likewise.
91 (have_similar_memory_accesses): Remove.
92 (rdg_has_similar_memory_accesses): Likewise.
93 * tree-loop-distribution.c (ref_base_address): Re-implement here.
94 (similar_memory_accesses): Re-implement using existing data-references.
95 (tree_loop_distribution): Initialize stmt uids for the stmt to
96 RDG index mapping.
97 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
98 access stmt vinfo for stmts in loop.
99
100 2012-06-04 Andreas Schwab <schwab@linux-m68k.org>
101
102 PR target/53461
103 * config/m68k/m68k.md ("tablejump"): Fix check for
104 CASE_VECTOR_PC_RELATIVE.
105
106 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
107
108 * output.h (merge_weak, assemble_alias,
109 initializer_constant_valid_p,
110 initializer_constant_valid_for_bitfield_p): Move protos from here...
111 * tree.h: ... to here.
112 * cgraphclones.c: Do not include output.h.
113 * gimplify.c: Likewise.
114 * reload.c: Likewise.
115 * recog.c: Likewise.
116 * tree-ssa-loop-ivopts.c: Likewise.
117 * tree-switch-conversion.c: Likewise.
118 * c-parser.c: Likewise.
119 * c-typeck.c: Likewise.
120 * Makefile.in: Fix dependencies.
121
122 2012-06-04 Georg-Johann Lay <avr@gjlay.de>
123
124 PR target/46261
125 * config/avr/avr-stdint.h: New file.
126 * config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of
127 newlib-stdint.h
128
129 2012-06-04 Jakub Jelinek <jakub@redhat.com>
130
131 PR tree-optimization/53550
132 * tree-ssa-loop-niter.c (number_of_iterations_cond): If type
133 is POINTER_TYPE_P, use sizetype as step type instead of type.
134
135 2012-06-04 Richard Guenther <rguenther@suse.de>
136
137 * tree-data-ref.c (have_similar_memory_accesses_1): Remove.
138 (ref_base_address_1): Likewise.
139 (remove_similar_memory_refs): Likewise.
140 * tree-data-ref.h (remove_similar_memory_refs): Remove.
141 * tree-loop-distribution.c (classify_partition): Do not classify
142 as builtin if -ftree-loop-distribute-patterns is not enabled.
143 (fuse_partitions_with_similar_memory_accesses): Inline ...
144 (ldist_gen): ... here. Fuse all non-builtin partitions if
145 -ftree-loop-distribution is not enabled. Properly return
146 the number of created partitions. Do not update SSA form here
147 but ...
148 (tree_loop_distribution): ... once here for the whole function.
149 Only walk innermost loops, constrain loops we consider here
150 further. Do not call remove_similar_memory_refs.
151 (distribute_loop): Do not check number of loop nodes here.
152
153 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
154
155 * Makefile.in (GIMPLE_H): Do not depend on TARGET_H.
156
157 2012-06-03 Martin Jambor <mjambor@suse.cz>
158
159 * ipa-prop.h (ipa_get_jf_known_type_offset): New function.
160 (ipa_get_jf_known_type_base_type): Likewise.
161 (ipa_get_jf_known_type_component_type): Likewise.
162 (ipa_get_jf_constant): Likewise.
163 (ipa_get_jf_pass_through_formal_id): Likewise.
164 (ipa_get_jf_pass_through_operation): Likewise.
165 (ipa_get_jf_ancestor_offset): Likewise.
166 (ipa_get_jf_ancestor_type): Likewise.
167 (ipa_get_jf_ancestor_formal_id): Likewise.
168 (ipa_get_jf_member_ptr_pfn): Likewise.
169 * ipa-prop.c (ipa_set_jf_known_type): New function.
170 (ipa_set_jf_constant): Likewise.
171 (ipa_set_jf_simple_pass_through): Likewise.
172 (ipa_set_jf_arith_pass_through): Likewise.
173 (ipa_set_ancestor_jf): Likewise.
174 (fill_member_ptr_cst_jump_function): Moved up and renamed to
175 ipa_set_jf_member_ptr_cst.
176 (detect_type_change_1): Use the new jump function creation functions.
177 (compute_complex_assign_jump_func): Likewise.
178 (compute_complex_ancestor_jump_func): Likewise.
179 (compute_known_type_jump_func): Likewise.
180 (compute_scalar_jump_functions): Likewise.
181 (compute_pass_through_member_ptrs): Likewise.
182 (determine_cst_member_ptr): Likewise.
183 (combine_known_type_and_ancestor_jfs): Likewise.
184 (try_make_edge_direct_simple_call): Likewise.
185 (try_make_edge_direct_virtual_call): Likewise.
186 (update_indirect_edges_after_inlining): Likewise.
187 * ipa-cp.c (ipa_get_jf_pass_through_result): Use jump function
188 access functions. Incorporat NOP_EXPR and BINFO handling from its
189 callers.
190 (ipa_get_jf_ancestor_result): Likewise. Incorporate handling BINFOs
191 which was in its callers.
192 (ipa_value_from_jfunc): Use jump function access functions. Some
193 functionality moved to functions above.
194 (propagate_vals_accross_ancestor): Likewise.
195 (propagate_vals_accross_pass_through): Use jump function access
196 functions.
197 (propagate_accross_jump_function): Likewise.
198 * ipa-inline-analysis.c (remap_edge_change_prob): Use jump function
199 access functions.
200 (inline_merge_summary): Likewise.
201
202 2012-06-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
203
204 * config/pa/pa.h (MAX_PCREL17F_OFFSET): Define.
205 * config/pa/pa.c (pa_attr_length_millicode_call): Use
206 MAX_PCREL17F_OFFSET instead of fixed offset.
207 (pa_attr_length_call): Likewise.
208 (pa_attr_length_indirect_call): Likewise.
209
210 2012-06-03 Oleg Endo <olegendo@gcc.gnu.org>
211
212 PR target/53512
213 * sh.opt (mfsca, mfsrra): New options.
214 * sh.md (rsqrtsf2): Use TARGET_FPU_ANY and TARGET_FSRRA condition.
215 (fsca): Use TARGET_FPU_ANY and TARGET_FSCA condition.
216 (sinssf2, cossf2): Fold expanders to ...
217 (sincossf3): ... this new expander. Use TARGET_FPU_ANY and
218 TARGET_FSCA condition.
219 * sh.c (sh_option_override): Handle TARGET_FSRRA and TARGET_FSCA.
220 * doc/invoke.texi (SH Options): Add descriptions for -mfsca,
221 -mno-fsca, -mfsrra, -mno-fsrra.
222
223 2012-06-03 Matt Turner <mattst88@gmail.com>
224
225 * config/mips/4600.md (r4700_imul_si): New.
226 (r4700_imul_di): New.
227 (r4700_fmul_single): New.
228 (r4700_fmul_double): New.
229 * config/mips/mips-cpus.def: Add r4700.
230 * config/mips/mips.c: Likewise.
231 * config/mips/mips.md: Likewise.
232 * config/mips/mips-tables.opt: Regenerate.
233
234 2012-06-02 Steven Bosscher <steven@gcc.gnu.org>
235
236 * config/sparc/sparc.h (INITIAL_ELIMINATION_OFFSET): Split out to
237 new function sparc_initial_elimination_offset.
238 * config/sparc/sparc.c (sparc_initial_elimination_offset): New
239 function.
240 * config/sparc/sparc-protos.h (sparc_initial_elimination_offset):
241 Prototype it.
242
243 2012-06-02 Kenneth Zadeck <zadeck@naturalbridge.com>
244
245 * expmed.c (expand_mult, choose_multiplier): Change "2 *
246 HOST_BITS_PER_WIDE_INT" to "HOST_BITS_PER_DOUBLE_INT".
247 * expr.c (convert_modes): Likewise.
248 * explow.c (plus_constant): Likewise.
249 * fixed-value.c (fixed_saturate1, fixed_saturate2)
250 (do_fixed_add, do_fixed_multiply, do_fixed_multiply)
251 (do_fixed_multiply, do_fixed_multiply, do_fixed_divide)
252 (do_fixed_divide, do_fixed_divide, do_fixed_divide)
253 (do_fixed_divide, do_fixed_divide, do_fixed_shift, do_fixed_shift)
254 (do_fixed_shift, fixed_convert, fixed_convert)
255 (fixed_convert_from_int, fixed_convert_from_int)
256 (fixed_convert_from_real): Likewise.
257 * fold-const.c (fold_convert_const_int_from_fixed, sign_bit_p)
258 (native_interpret_int, fold_binary_loc, fold_ternary_loc): Likewise.
259 * varasm.c (output_constructor_bitfield): Likewise.
260 * tree-vrp.c (register_edge_assert_for_2): Likewise.
261 * double-int.c (rshift_double, lshift_double): Likewise.
262 * double-int.h (double_int_fits_in_uhwi_p, double_int, double_int): Likewise.
263 * simplify-rtx.c (mode_signbit_p)
264 (simplify_const_unary_operation, simplify_binary_operation_1)
265 (simplify_immed_subreg): Likewise.
266 * builtins.c (c_readstr, fold_builtin_bitop): Likewise.
267 * tree-vect-generic.c (build_replicated_const): Likewise.
268 * dbxout.c (stabstr_O): Likewise.
269 * emit-rtl.c (immed_double_int_const, immed_double_const)
270 (gen_lowpart_common, init_emit_once): Likewise.
271 * tree.c (integer_pow2p, tree_log2, tree_floor_log2)
272 (widest_int_cst_value, upper_bound_in_type): Likewise.
273 * stor-layout.c (initialize_sizetypes, fixup_signed_type)
274 (fixup_unsigned_type): Likewise.
275 * real.c (real_to_integer2, real_from_integer): Likewise.
276 * dwarf2out.c (size_of_loc_descr, size_of_die, output_die)
277 (clz_loc_descriptor, mem_loc_descriptor): Likewise.
278
279 2012-06-01 Eric Botcazou <ebotcazou@adacore.com>
280
281 PR middle-end/53501
282 * fold-const.c (fold_binary_loc): Refine previous change.
283
284 2012-06-01 Olivier Hainque <hainque@adacore.com>
285
286 * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore
287 the "do {" part of the do-while(0) loop.
288
289 2012-06-01 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
290
291 * config/i386/i386.c (x86_sched_reorder): New function.
292 Added new function x86_sched_reorder.
293
294 2012-06-01 Richard Guenther <rguenther@suse.de>
295
296 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
297 Handle PHIs.
298 (classify_partition): Likewise.
299
300 2012-06-01 Richard Guenther <rguenther@suse.de>
301
302 * tree-loop-distribution.c (enum partition_kind): New enum.
303 (struct partition_s): Add kind and main_stmt members.
304 (partition_alloc): Initialize kind to PKIND_NORMAL.
305 (partition_builtin_p): New function.
306 (copy_loop_before): Remove failure path and assert instead.
307 (generate_loops_for_partition): Likewise.
308 (generate_memset_zero): Fold into ...
309 (generate_memset_builtin): ... this.
310 (classify_partition): New function with code from
311 can_generate_builtin and generate_builtin.
312 (generate_builtin): Remove.
313 (can_generate_builtin): Likewise.
314 (fuse_partitions_with_similar_memory_accesses): Call
315 partition_builtin_p instead of can_generate_builtin.
316 (rdg_build_partitions): Do not call
317 fuse_partitions_with_similar_memory_accesses here...
318 (ldist_gen): ... but here after classifying all partitions.
319 Remove failure path of generate_code_for_partition.
320 (generate_code_for_partition): Generate code according
321 to partition classification.
322
323 2012-06-01 Manuel López-Ibáñez <manu@gcc.gnu.org>
324 Jonathan Wakely <jwakely.gcc@gmail.com>
325
326 PR c++/50134
327 * doc/invoke.texi (Warning Options): Explain purpose and differences
328 between -Wmissing-prototypes and -Wmissing-declarations.
329
330 2012-06-01 Christian Bruel <christian.bruel@st.com>
331
332 * gcc.c (save_switch): Add user_p parameter.
333 (read_specs): Likewise.
334 (set_specs): Likewise.
335 (validate_switches): Likewise.
336 (validate_switches_from_spec): Likewise.
337 (validate_all_switches): Pass on user_p parameter.
338 (struct spec_list): Add user_p field.
339 (struct switchstr): Add known field.
340 (save_switch): Add known parameter.
341 (INIT_STATIC_SPEC): Initialize user_p;
342 (driver_unknown_option_callbac): call save_switch if
343 OPT_SPECIAL_unknown.
344 (driver_handle_option): Propagate OPT_specs.
345 (do_spec_1): Set validated only if known.
346 (check_live_switch): Likewise.
347 (validate_switches): Set validated if known or user_spec.
348
349 2012-06-01 Hans-Peter Nilsson <hp@axis.com>
350
351 Add CRIS atomic patterns for 1, 2, and 4 bytes.
352 * config/cris/cris.c (cris_emit_trap_for_misalignment): New function.
353 * config/cris/cris-protos.h: Declare it.
354 * config/cris/cris.h [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 32]
355 (TARGET_DEFAULT): Add alignment by 32.
356 [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 10] (TARGET_DEFAULT): New
357 case, as TARGET_CPU_DEFAULT == 0 but with alignment as for
358 TARGET_CPU_DEFAULT == 32.
359 (TARGET_TRAP_UNALIGNED_ATOMIC): New macro.
360 * config/cris/cris.md: Include sync.md. Avoid allocating specific
361 numbers by replacing the define_constants for all UNSPECs with the
362 equivalent define_c_enum construct.
363 * config/cris/cris.opt (mtrap-unaligned-atomic): New option.
364 * config/cris/sync.md: New file.
365
366 2012-05-31 Matt Turner <mattst88@gmail.com>
367
368 * config/mips/4600.md (r4600_imul_si): Rename from r4600_imul.
369 (r4600_imul_di): New.
370 (r4600_idiv_si): Rename from r4600_idiv.
371 (r4600_idiv_di): New.
372
373 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
374
375 * output.h (__gcc_host_wide_int__): Move to hwint.h.
376 (decl_default_tls_model): Move to tree.h
377 (dump_file): Move to system.h.
378 (default_stabs_asm_out_destructor, default_stabs_asm_out_constructor,
379 dbxout_int, dbxout_stabd, dbxout_begin_stabn, dbxout_begin_stabn_sline,
380 dbxout_begin_empty_stabs, dbxout_begin_simple_stabs,
381 dbxout_begin_simple_stabs_desc, dbxout_stab_value_zero,
382 dbxout_stab_value_zero, dbxout_stab_value_label_diff,
383 dbxout_stab_value_internal_label,
384 dbxout_stab_value_internal_label_diff): Move from here ...
385 * dbxout.h: ... to here.
386 * system.h (dump_file): Moved here from output.h.
387 * hwint.h (__gcc_host_wide_int__): Moved here from output.h.
388 * tree.h (decl_default_tls_model): Moved here from output.h.
389 * varasm.c (default_stabs_asm_out_destructor,
390 default_stabs_asm_out_constructor): Move from here ...
391 * dbxout.c: ... to here.
392
393 * gcov-dump.c (dump_file): Rename to dump_gcov_file. Update callers.
394
395 * collect2.h (dump_file): Rename to dump_ld_file.
396 * collect2.c: Likewise.
397 * tlink.c: Likewise.
398
399 * alias.c: Do not include output.h.
400 * auto-inc-dec.c: Likewise.
401 * bt-load.c: Likewise.
402 * caller-save.c: Likewise.
403 * cfg.c: Likewise.
404 * cfgbuild.c: Likewise.
405 * cfgcleanup.c: Likewise.
406 * cfglayout.c: Likewise.
407 * cfgloop.c: Likewise.
408 * cfgloopanal.c: Likewise.
409 * cfgloopmanip.c: Likewise.
410 * cfgrtl.c: Likewise.
411 * cgraph.c: Likewise.
412 * cgraphclones.c: Likewise.
413 * combine-stack-adj.c: Likewise.
414 * combine.c: Likewise.
415 * cprop.c: Likewise.
416 * cse.c: Likewise.
417 * cselib.c: Likewise.
418 * dbgcnt.c: Likewise.
419 * df-problems.c: Likewise.
420 * df-scan.c: Likewise.
421 * dojump.c: Likewise.
422 * fwprop.c: Likewise.
423 * gcse.c: Likewise.
424 * graph.c: Likewise.
425 * haifa-sched.c: Likewise.
426 * hw-doloop.c: Likewise.
427 * ipa-inline-transform.c: Likewise.
428 * ipa-pure-const.c: Likewise.
429 * ipa-reference.c: Likewise.
430 * ipa-utils.c: Likewise.
431 * ira-build.c: Likewise.
432 * ira-emit.c: Likewise.
433 * lcm.c: Likewise.
434 * loop-doloop.c: Likewise.
435 * loop-invariant.c: Likewise.
436 * loop-iv.c: Likewise.
437 * loop-unroll.c: Likewise.
438 * loop-unswitch.c: Likewise.
439 * lto-cgraph.c: Likewise.
440 * lto-section-in.c: Likewise.
441 * lto-streamer-in.c: Likewise.
442 * mcf.c: Likewise.
443 * mode-switching.c: Likewise.
444 * postreload-gcse.c: Likewise.
445 * postreload.c: Likewise.
446 * predict.c: Likewise.
447 * profile.c: Likewise.
448 * ree.c: Likewise.
449 * reg-stack.c: Likewise.
450 * regcprop.c: Likewise.
451 * regmove.c: Likewise.
452 * regstat.c: Likewise.
453 * reload1.c: Likewise.
454 * sched-ebb.c: Likewise.
455 * sel-sched-dump.c: Likewise.
456 * simplify-rtx.c: Likewise.
457 * stor-layout.c: Likewise.
458 * store-motion.c: Likewise.
459 * tracer.c: Likewise.
460 * tree-affine.c: Likewise.
461 * tree-cfg.c: Likewise.
462 * tree-cfgcleanup.c: Likewise.
463 * tree-dfa.c: Likewise.
464 * tree-into-ssa.c: Likewise.
465 * tree-nomudflap.c: Likewise.
466 * tree-optimize.c: Likewise.
467 * tree-pretty-print.c: Likewise.
468 * tree-profile.c: Likewise.
469 * tree-ssa-address.c: Likewise.
470 * tree-ssa-ccp.c: Likewise.
471 * tree-ssa-copy.c: Likewise.
472 * tree-ssa-dom.c: Likewise.
473 * tree-ssa-loop-ch.c: Likewise.
474 * tree-ssa-loop-im.c: Likewise.
475 * tree-ssa-loop-manip.c: Likewise.
476 * tree-ssa-loop-niter.c: Likewise.
477 * tree-ssa-loop-prefetch.c: Likewise.
478 * tree-ssa-loop-unswitch.c: Likewise.
479 * tree-ssa-loop.c: Likewise.
480 * tree-ssa-propagate.c: Likewise.
481 * tree-ssa-structalias.c: Likewise.
482 * tree-ssa-tail-merge.c: Likewise.
483 * tree-ssa-threadedge.c: Likewise.
484 * tree-ssa-threadupdate.c: Likewise.
485 * tree-ssa-uncprop.c: Likewise.
486 * tree-ssa-uninit.c: Likewise.
487 * tree-ssa.c: Likewise.
488 * value-prof.c: Likewise.
489 * var-tracking.c: Likewise.
490 * web.c: Likewise.
491
492 * config/m32r/m32r.c: Include dbxout.h.
493 * config/pa/pa.c: Likewise.
494 * config/rs6000/rs6000.c: Likewise.
495
496 * Makefile.in: Fix dependencies.
497 * config/rs6000/t-rs5000: Likewise.
498
499 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
500
501 * tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.
502 * gimple.h (block_in_transaction): Check for flag_tm.
503
504 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
505
506 PR tree-optimization/52558
507 * cfg.c (alloc_aux_for_edge): Fix comment.
508 (alloc_aux_for_edge): Remove static.
509 * basic-block.h (alloc_aux_for_edge): Protoize.
510 * tree-ssa-loop-im.c (execute_sm_if_changed): New.
511 (execute_sm_if_changed_flag): New.
512 (execute_sm_if_changed_flag_set): New.
513 (execute_sm): Do not generate data races unless requested.
514 (tree_ssa_lim_initialize): Call alloc_aux_for_edges.
515 (tree_ssa_lim_finalize): Call free_aux_for_edges.
516 * gimple.h (block_in_transaction): New.
517 (gimple_in_transaction): Use block_in_transaction.
518
519 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
520
521 PR target/51345
522 * config/avr/avr.opt (-msp8): Document it.
523 * doc/invoke.texi (AVR Options): Ditto. And document related
524 built-in macros.
525
526 2012-05-31 Diego Novillo <dnovillo@google.com>
527
528 * configure.ac (CXX_FOR_BUILD): Define and substitute.
529 (BUILD_CXXFLAGS): Define and substitute.
530 * Makefile.in (BUILD_CXXFLAGS): Define.
531 (CXX_FOR_BUILD): Define.
532 (COMPILER_FOR_BUILD): Set to CXX_FOR_BUILD if building with C++.
533 (LINKER_FOR_BUILD): Likewise.
534 (BUILD_COMPILERFLAGS): Set to BUILD_CXXFLAGS if building with C++.
535 (BUILD_LINKERFLAGS): Likewise.
536 * configure: Regenerate.
537
538 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
539
540 * Makefile.in: Fix many dependencies.
541 * tree-profile.c: Don't include regs.h.
542 * tree-vectorizer.c: Don't include cfglayout.h.
543 * tree-vect-stmts.c: Likewise.
544 * tree-vect-slp.c: Likewise.
545 * tree-vect-loop.c: Likewise.
546 * reg-stack.c: Likewise.
547 * tree-ssa-loop-manip.c: Likewise.
548 * toplev.c: Likewise.
549 * varasm.c: Don't include cfglayout.h, basic-block.h,
550 and tree-iterator.h.
551 * tree-cfgcleanup.c: Don't include cfglayout.h.
552 * passes.c: Don't include cfglayout.h, dwarf2asm.h,
553 dwarf2out.h, dbxout.h, sdbout.h, and xcoffout.h.
554 * cgraphclones.c: Don't include plugin.h.
555
556 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
557
558 * config/avr/t-avr: Correct avr-mmcu.texi dependencies.
559 (s-avr-mmcu-texi): Don't sed on gen-avr-mmcu-texi output.
560 * doc/avr-mmcu.texi (svn:eol-style): Set to native.
561
562 2012-05-31 Richard Guenther <rguenther@suse.de>
563
564 * tree-loop-distribution.c (struct partition_s): New struct,
565 typedef and vector type.
566 (partition_alloc, partition_free): New functions.
567 (generate_loops_for_partition, generate_builtin,
568 generate_code_for_partition, rdg_flag_uses, rdg_flag_vertex,
569 rdg_flag_vertex_and_dependent, rdg_flag_loop_exits,
570 build_rdg_partition_for_component, can_generate_builtin,
571 similar_memory_accesses, fuse_partitions_with_similar_memory_accesses,
572 rdg_build_partitions, dump_rdg_partitions, debug_rdg_partitions,
573 number_of_rw_in_partition, partition_contains_all_rw,
574 ldist_gen): Use partition_t instead of bitmap.
575
576 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
577
578 * config/avr/gen-avr-mmcu-texi.c: Sort MCUs.
579 * doc/avr-mmcu.texi: Regenerate.
580
581 2012-05-31 Richard Guenther <rguenther@suse.de>
582
583 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
584 Use FOR_EACH_SSA_DEF_OPERAND.
585 (generate_builtin): Adjust.
586 (stmt_generated_in_another_partition): Remove.
587 (add_scalar_computations_to_partition): Likewise.
588 (rdg_build_partitions): Do not call
589 add_scalar_computations_to_partition.
590
591 2012-05-31 Eric Botcazou <ebotcazou@adacore.com>
592
593 * tree-dfa.c (get_ref_base_and_extent): Compute the offset using
594 double ints throughout.
595 * tree-sra.c (build_user_friendly_ref_for_offset) <RECORD_TYPE>:
596 Check that the position of the field is representable as an integer.
597
598 2012-05-31 Richard Guenther <rguenther@suse.de>
599
600 * tree-data-ref.c (dr_analyze_innermost): Properly convert
601 the MEM_REF offset to sizetype.
602
603 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
604
605 * doc/invoke.texi (AVR Options): Fix typos.
606
607 2012-05-31 Hans-Peter Nilsson <hp@axis.com>
608
609 * config/cris/cris.h (CC1_SPEC): Pass through all -march=
610 and -mcpu= options.
611 (ASM_SPEC): Ditto, not just -march=v32, but translate non-v10,
612 non-v32 into --march=v0_v0_v10.
613
614 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
615
616 * ira-int.h (target_ira_int): Rename x_move_cost to
617 x_ira_register_move_cost, x_may_move_in_cost to
618 x_ira_may_move_in_cost and x_may_move_out_cost to
619 x_ira_may_move_out_cost. Delete the old fields with
620 those names and also x_ira_max_register_move_cost,
621 x_ira_max_may_move_in_cost and x_ira_max_may_move_out_cost.
622 (move_cost, may_move_in_cost, may_move_out_cost)
623 (ira_max_register_move_cost, ira_max_may_move_in_cost)
624 (ira_max_may_move_out_cost): Delete.
625 * ira.c (init_move_cost): Rename to...
626 (ira_init_register_move_cost): ...this, deleting the old
627 function with that name. Apply above variable renamings.
628 Retain asserts for null fields.
629 (ira_init_once): Don't initialize register move costs here.
630 (free_register_move_costs): Apply above variable renamings.
631 Remove code for deleted fields.
632
633 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
634
635 * ira.c (init_move_cost): Adjust choice of subclasses to match
636 the current ira_init_register_move_cost choice. Use
637 ira_class_subset_p instead of reg_class_subset_p.
638 (ira_init_register_move_cost): Assert that move_cost,
639 may_move_in_cost and may_move_out_cost already hold the desired
640 values for their ira_* equivalents. For the latter two,
641 ignore classes that can't store a register of the given mode.
642
643 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
644
645 * ira.c (setup_allocno_and_important_classes): Use
646 ira_class_hard_regs_num to check whether a class has any
647 allocatable registers.
648 (ira_init_register_move_cost): Likewise.
649
650 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
651
652 * ira.c (init_move_cost): Adjust local variable names to match
653 file conventions. Use ira_assert instead of gcc_assert.
654
655 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
656
657 * regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost):
658 Move these definitions and associated target_globals fields to...
659 * ira-int.h: ...here.
660 * rtl.h (init_move_cost): Delete.
661 * reginfo.c (last_mode_for_init_move_cost, init_move_cost): Move to...
662 * ira.c: ...here, making the latter static.
663
664 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
665
666 * ira-costs.c (copy_cost): Use ira_init_register_move_cost_if_necessary
667 and ira_register_move_cost instead of init_move_cost and move_cost.
668
669 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
670
671 * ira.h (target_ira): Delete x_ira_available_class_regs.
672 (ira_available_class_regs): Delete.
673 * ira.c (setup_available_class_regs): Delete.
674 (setup_alloc_classes): Don't call it.
675 (setup_pressure_classes): Use ira_class_hard_regs_num instead of
676 ira_available_class_regs.
677 * haifa-sched.c (print_curr_reg_pressure, setup_insn_reg_pressure_info)
678 (model_spill_cost): Likewise.
679 * ira-build.c (low_pressure_loop_node_p): Likewise.
680 * ira-color.c (color_pass): Likewise.
681 * ira-emit.c (change_loop): Likewise.
682 * ira-lives.c (inc_register_pressure, dec_register_pressure)
683 (single_reg_class, ira_implicitly_set_insn_hard_regs)
684 (process_bb_node_lives): Likewise.
685 * loop-invariant.c (gain_for_invariant): Likewise.
686
687 2012-05-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
688
689 PR target/52999
690 * config/pa/pa.c (TARGET_SECTION_TYPE_FLAGS): Define.
691 (pa_section_type_flags): New.
692 (pa_legitimate_constant_p): Revert previous change.
693
694 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
695
696 * ira.c (allocate_initial_values): Make static.
697
698 2012-05-30 Uros Bizjak <ubizjak@gmail.com>
699
700 * config/i386/i386.c (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>:
701 Generate tls_initial_exec_64_sun only when !TARGET_X32.
702
703 2012-05-30 Richard Guenther <rguenther@suse.de>
704
705 PR middle-end/53501
706 * fold-const.c (fold_binary_loc): Make sure to call
707 fold_plusminus_mult_expr with the original sign of operands.
708
709 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
710
711 * Makefile.in: Fix many dependencies.
712 (DWARF2_H): Depend on dwarf2.def.
713 (RTL_ERROR_H): Depend on rtl-error.h.
714 (TREE_PRETTY_PRINT_H, GIMPLE_PRETTY_PRINT_H): New. Replace
715 all gimple-pretty-print.h and tree-pretty-print.h references.
716
717 2012-05-30 Marc Glisse <marc.glisse@inria.fr>
718
719 * simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of
720 concatenations.
721
722 2012-05-30 Richard Guenther <rguenther@suse.de>
723
724 PR middle-end/53522
725 * tree-emutls.c (gen_emutls_addr): Do not add globals to
726 referenced-vars.
727
728 2012-05-30 Eric Botcazou <ebotcazou@adacore.com>
729
730 * explow.c (probe_stack_range): Restore simple control flow and stop
731 again when the probe cannot be generated if HAVE_check_stack.
732
733 2012-05-30 Jakub Jelinek <jakub@redhat.com>
734
735 PR rtl-optimization/53519
736 * combine.c (simplify_shift_const_1) <case NOT>: Use constm1_rtx
737 instead of GEN_INT (GET_MODE_MASK (mode)) as second operand of XOR.
738
739 2012-05-30 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
740
741 * config/arm/arm.c (arm_evpc_neon_vrev): Adjust off by one error.
742
743 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
744
745 PR debug/53453
746 * doc/tm.texi: Update.
747 * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Add @hook.
748 * target.def (force_at_comp_dir): New hook.
749 * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Define.
750 * dwarf2out.c (dwarf2out_finish): Check targetm.force_at_comp_dir.
751
752 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
753
754 * config/darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when
755 Darwin >= 10.
756 (DARWIN_DYLIB1_SPEC): Do not use -ldylib1.10.5.o when Darwin >= 10.
757 (DARWIN_CRT1_SPEC): Use -lcrt1.10.6.o when Darwin >= 10.
758
759 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
760
761 PR target/51340
762 * config/sh/sh.c (sh_option_override): Set TARGET_FMAC if
763 flag_unsafe_math_optimizations is set.
764 * doc/invoke.texi (SH Options): Add -mno-fused-madd description.
765 Update description of -mfused-madd.
766
767 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
768
769 PR target/52941
770 * config/sh/predicates.md (atomic_arith_operand,
771 atomic_logical_operand): New predicates.
772 * config/sh/sh.c (sh_option_override): Check atomic options.
773 * config/sh/sh.h (TARGET_ANY_ATOMIC, UNSUPPORTED_ATOMIC_OPTIONS,
774 UNSUPPORTED_HARD_ATOMIC_CPU): New macros.
775 (DRIVER_SELF_SPECS): Use UNSUPPORTED_ATOMIC_OPTIONS and
776 UNSUPPORTED_HARD_ATOMIC_CPU.
777 * config/sh/sync.md: Update description comments.
778 (I12): New mode iterator.
779 (fetchop_predicate, fetchop_constraint): New code attributes.
780 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
781 atomic_exchangesi_hard, atomic_exchange<mode>_hard,
782 atomic_fetch_<fetchop_name>si_hard,
783 atomic_fetch_<fetchop_name><mode>_hard,
784 atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
785 atomic_<fetchop_name>_fetchsi_hard,
786 atomic_<fetchop_name>_fetch<mode>_hard,
787 atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
788 atomic_test_and_set_hard): New insns.
789 (atomic_compare_and_swap<mode>_soft, atomic_exchange<mode>_soft,
790 atomic_fetch_<fetchop_name><mode>_soft, atomic_fetch_nand<mode>_soft,
791 atomic_<fetchop_name>_fetch<mode>_soft, atomic_nand_fetch<mode>_soft,
792 atomic_test_and_set_soft): Use same formatting for the first line of
793 the asm block as in new insns above.
794 (atomic_compare_and_swap<mode>, atomic_exchange<mode>,
795 atomic_fetch_<fetchop_name><mode>, atomic_<fetchop_name>_fetch<mode>,
796 atomic_test_and_set): Integrate new *_hard insns into expanders.
797 * config/sh/sh.opt (mhard-atomic): New option.
798 * doc/invoke.texi (SH Options): Document it.
799
800 2012-05-29 Meador Inge <meadori@codesourcery.com>
801
802 * c-decl.c (c_push_function_context): Always create a new language
803 function.
804 (c_pop_function_context): Clear the language function created in
805 c_push_function_context.
806
807 2012-05-29 Matt Turner <mattst88@gmail.com>
808
809 * config/alpha/ev6.md: (define_bypass "ev6_fmul,ev6_fadd"): New.
810 (define_bypass "ev6_fcmov"): New.
811
812 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
813
814 * integrate.c: Remove.
815 * integrate.h: Remove.
816 * Makefile.in: Remove make rules for integrate.c and INTEGRATE_H.
817 * config/arm/t-arm: Remove INTEGRATE_H dependency for target files.
818 * config/rs6000/t-rs6000: Likewise
819 * config/spu/t-spu-elf: Likewise.
820 * function.h (get_hard_reg_initial_val, has_hard_reg_initial_val,
821 get_hard_reg_initial_reg, emit_initial_value_sets): Move prototypes
822 from integrate.h to here.
823 (initial_value_entry): New prototype.
824 * reload.h (allocate_initial_values): Remove prototype.
825 * tree.h (set_decl_abstract_flags, set_decl_origin_self): Likewise.
826 * cse.c (fixed_base_plus_p): Don't handle virtual registers for
827 integrate.c.
828 * dwarf2out.c (set_decl_origin_self, set_block_origin_self,
829 set_decl_abstract_flags, set_block_abstract_flags): Move from
830 integrate.c to here, the only user.
831 * expmed.c (extract_fixed_bit_field): Remove outdated comment
832 about integrate.c.
833 * function.c: Don't include integrate.h.
834 (struct initial_value_pair, struct initial_value_struct,
835 get_hard_reg_initial_val, has_hard_reg_initial_val,
836 get_hard_reg_initial_reg, emit_initial_value_sets): Move from
837 integrate.c to here.
838 (initial_value_entry): New function.
839 * genemit.c (main): Don't print integrate.h include line.
840 * ira.c: Don't include integrate.h.
841 (allocate_initial_values): Move from integrate.c to here.
842 (ira): Update allocate_initial_values call.
843 * tree-inline.c: Don't include integrate.h.
844 (function_attribute_inlinable_p): Moved from integrate.c to here.
845 * cfgexpand.c: Don't include integrate.h.
846 * except.c: Likewise.
847 * langhooks.c: Likewise.
848 * passes.c: Likewise.
849 * toplev.c: Likewise.
850 * config/frv/frv.c: Likewise.
851 * config/pa/pa.c: Likewise.
852 * config/spu/spu.c: Likewise.
853 * config/epiphany/epiphany.c: Likewise.
854 * config/mep/mep.c: Likewise.
855 * config/score/score.c: Likewise.
856 * config/picochip/picochip.c: Likewise.
857 * config/sh/sh.c: Likewise.
858 * config/alpha/alpha.c: Likewise.
859 * config/microblaze/microblaze.c: Likewise.
860 * config/mips/mips.c: Likewise.
861 * config/v850/v850.c: Likewise.
862 * config/mmix/mmix.c: Likewise.
863 * config/bfin/bfin.c: Likewise.
864 * config/arm/arm.c: Likewise.
865 * config/s390/s390.c: Likewise.
866 * config/m32r/m32r.c: Likewise.
867 * config/rs6000/rs6000.c: Likewise.
868 * config/c6x/c6x.c: Include function.h instead of integrate.h.
869 * config/tilegx/tilegx.c: Likewise.
870 * config/tilepro/tilepro.c: Likewise.
871
872 2012-05-29 Georg-Johann Lay <avr@gjlay.de>
873
874 * config/avr/t-avr (s-avr-mmcu-texi): Call
875 gen-avr-mmcu-texi$(build_exeext) via ./ and don't assume . is in PATH.
876
877 2012-05-29 Michael Matz <matz@suse.de>
878
879 * rtl.h (assign_stack_temp, assign_stack_temp_for_type,
880 assign_temp): Remove 'keep' argument.
881 (mark_temp_addr_taken): Remove prototype.
882 * tree.h (expand_decl): Remove prototype.
883 * function.c (struct temp_slot): Remove addr_taken and keep member.
884 (assign_stack_temp_for_type) Don't initialize above, remove
885 keep argument.
886 (assign_stack_temp, assign_temp): Remove keep argument.
887 (mark_temp_addr_taken): Remove.
888 (preserve_temp_slots): Remove handling of addr_taken and keep members.
889 (free_temp_slots): Ditto.
890 * expr.c (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Remove
891 dead code.
892 * stmt.c (expand_asm_operands): Remove dead code.
893 (expand_decl): Remove.
894 * c-decl.c (finish_struct): Don't call expand_decl.
895 * builtins.c (expand_builtin_cexpi): Adjust calls to assign_temp
896 and assign_stack_temp.
897 * calls.c (save_fixed_argument_area, initialize_argument_information,
898 expand_call, emit_library_call_value_1, store_one_arg): Ditto.
899 * expmed.c (extract_bit_field_1): Ditto.
900 * expr.c (emit_group_load_1, emit_group_store,
901 copy_blkmode_from_reg, emit_push_insn, expand_assignment,
902 store_field, expand_constructor, expand_cond_expr_using_cmove,
903 expand_expr_real_2, expand_expr_real_1): Ditto.
904 * stmt.c (expand_asm_operands, expand_return): Ditto.
905
906 * function.c (pop_temp_slots): Call free_temp_slots.
907 * calls.c (store_one_arg): Don't call preserve_temp_slots or
908 free_temp_slots.
909 * expr.c (expand_assignment): Don't call free_temp_slots.
910
911 * config/arm/arm.c (neon_expand_vector_init): Ditto.
912 * config/i386/i386.c (ix86_expand_vector_set): Ditto.
913 (ix86_expand_vector_extract): Ditto.
914 * config/ia64/ia64.c (spill_xfmode_rfmode_operand,
915 ia64_expand_movxf_movrf): Ditto.
916 * config/mips/mips.c (mips_expand_vi_general): Ditto.
917 * config/mmix/mmix.md (floatdisf2, floatunsdisf2, truncdfsf2,
918 extendsfdf2): Ditto.
919 * config/rs6000/rs6000.c (rs6000_expand_vector_init,
920 rs6000_expand_vector_set, rs6000_expand_vector_extract,
921 rs6000_allocate_stack_temp): Ditto.
922 * config/rs6000/rs6000.md (fix_trunctfsi2_fprs): Ditto.
923 * config/sparc/sparc.c (emit_soft_tfmode_libcall,
924 sparc_emit_float_lib_cmp, sparc_emit_float_lib_cmp,
925 sparc_expand_vector_init): Ditto.
926
927 2012-05-29 Michael Matz <matz@suse.de>
928
929 * c-tree.h (c_expand_decl): Remove prototype.
930
931 * expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate
932 a kept temp.
933 (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Make unreachable.
934 * gimple-fold.c (canonicalize_constructor_val): Canonicalize
935 COMPOUND_LITERAL_EXPR.
936 * function.c (expand_function_start): Don't call expand_decl,
937 instead assert that we have RTL assigned.
938 * tree-ssa-live.c (remove_unused_locals): Clear
939 nonlocal_goto_save_area if its backing variable is removed.
940 * stmt.c (expand_asm_operands): Remove handling of non-lvalues
941 as mem inputs.
942 (expand_decl): Assert that this does nothing.
943 * calls.c (expand_call): Don't call mark_temp_addr_taken.
944
945 2012-05-29 Richard Guenther <rguenther@suse.de>
946
947 PR tree-optimization/53516
948 * tree-data-ref.c (stmt_with_adjacent_zero_store_dr_p): Reject
949 bitfield accesses.
950 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
951
952 2012-05-29 Joseph Myers <joseph@codesourcery.com>
953
954 * LANGUAGES: Fix typos.
955 * Makefile.in: Fix typos.
956 * alias.c: Fix typos.
957 * auto-inc-dec.c: Fix typos.
958 * bb-reorder.c: Fix typos.
959 * cfgcleanup.c: Fix typos.
960 * cgraph.c: Fix typos.
961 * cgraph.h: Fix typos.
962 * cgraphunit.c: Fix typos.
963 * collect2-aix.h: Fix typos.
964 * collect2.c: Fix typos.
965 * compare-elim.c: Fix typos.
966 * config/alpha/vms.h: Fix typos.
967 * config/arm/README-interworking: Fix typos.
968 * config/arm/arm.c: Fix typos.
969 * config/arm/iterators.md: Fix typos.
970 * config/arm/vxworks.h: Fix typos.
971 * config/avr/avr.c: Fix typos.
972 * config/avr/avr.h: Fix typos.
973 * config/avr/avr.md: Fix typos.
974 * config/avr/builtins.def: Fix typos.
975 * config/c6x/c6x.c: Fix typos.
976 * config/cr16/cr16.c: Fix typos.
977 * config/cr16/cr16.md: Fix typos.
978 * config/cris/cris.md: Fix typos.
979 * config/darwin.c: Fix typos.
980 * config/darwin.opt: Fix typos.
981 * config/i386/i386-c.c: Fix typos.
982 * config/i386/i386.c: Fix typos.
983 * config/ia64/ia64.c: Fix typos.
984 * config/m68k/cf.md: Fix typos.
985 * config/mep/mep.c: Fix typos.
986 * config/microblaze/microblaze.c: Fix typos.
987 * config/microblaze/microblaze.h: Fix typos.
988 * config/mn10300/mn10300.c: Fix typos.
989 * config/mn10300/mn10300.md: Fix typos.
990 * config/pa/pa.c: Fix typos.
991 * config/picochip/picochip.h: Fix typos.
992 * config/rs6000/a2.md: Fix typos.
993 * config/rs6000/rs6000.c: Fix typos.
994 * config/rs6000/vector.md: Fix typos.
995 * config/rx/rx.md: Fix typos.
996 * config/rx/rx.opt: Fix typos.
997 * config/s390/2097.md: Fix typos.
998 * config/s390/s390.c: Fix typos.
999 * config/s390/s390.h: Fix typos.
1000 * config/sh/sh.c: Fix typos.
1001 * config/sh/sh.md: Fix typos.
1002 * config/sparc/sync.md: Fix typos.
1003 * config/spu/spu.c: Fix typos.
1004 * config/spu/spu.md: Fix typos.
1005 * config/vms/vms.c: Fix typos.
1006 * config/vxworks-dummy.h: Fix typos.
1007 * config/vxworks.h: Fix typos.
1008 * cselib.c: Fix typos.
1009 * df-scan.c: Fix typos.
1010 * df.h: Fix typos.
1011 * doc/extend.texi: Fix typos.
1012 * doc/install.texi: Fix typos.
1013 * doc/invoke.texi: Fix typos.
1014 * doc/md.texi: Fix typos.
1015 * doc/plugins.texi: Fix typos.
1016 * doc/rtl.texi: Fix typos.
1017 * dse.c: Fix typos.
1018 * dwarf2asm.c: Fix typos.
1019 * dwarf2out.c: Fix typos.
1020 * except.h: Fix typos.
1021 * expr.c: Fix typos.
1022 * fold-const.c: Fix typos.
1023 * gcc.c: Fix typos.
1024 * gcse.c: Fix typos.
1025 * genautomata.c: Fix typos.
1026 * gengtype-state.c: Fix typos.
1027 * gengtype.c: Fix typos.
1028 * genhooks.c: Fix typos.
1029 * gimple-fold.c: Fix typos.
1030 * gimple-pretty-print.c: Fix typos.
1031 * gimple.c: Fix typos.
1032 * gimple.h: Fix typos.
1033 * gimplify.c: Fix typos.
1034 * graphite-interchange.c: Fix typos.
1035 * graphite-sese-to-poly.c: Fix typos.
1036 * ifcvt.c: Fix typos.
1037 * input.c: Fix typos.
1038 * ipa-cp.c: Fix typos.
1039 * ipa-inline-analysis.c: Fix typos.
1040 * ipa-inline-transform.c: Fix typos.
1041 * ipa-inline.c: Fix typos.
1042 * ipa-pure-const.c: Fix typos.
1043 * ipa-ref.h: Fix typos.
1044 * ipa-reference.c: Fix typos.
1045 * ipa-utils.c: Fix typos.
1046 * ipa.c: Fix typos.
1047 * ira-emit.c: Fix typos.
1048 * ira-lives.c: Fix typos.
1049 * lto-streamer.c: Fix typos.
1050 * lto-streamer.h: Fix typos.
1051 * lto-wrapper.c: Fix typos.
1052 * mcf.c: Fix typos.
1053 * mode-switching.c: Fix typos.
1054 * modulo-sched.c: Fix typos.
1055 * plugin.c: Fix typos.
1056 * postreload.c: Fix typos.
1057 * sched-deps.c: Fix typos.
1058 * sel-sched-ir.c: Fix typos.
1059 * sel-sched-ir.h: Fix typos.
1060 * sel-sched.c: Fix typos.
1061 * sese.c: Fix typos.
1062 * stor-layout.c: Fix typos.
1063 * target-hooks-macros.h: Fix typos.
1064 * target.def: Fix typos.
1065 * trans-mem.c: Fix typos.
1066 * tree-eh.c: Fix typos.
1067 * tree-predcom.c: Fix typos.
1068 * tree-sra.c: Fix typos.
1069 * tree-ssa-address.c: Fix typos.
1070 * tree-ssa-loop-ivopts.c: Fix typos.
1071 * tree-ssa-loop-niter.c: Fix typos.
1072 * tree-ssa-math-opts.c: Fix typos.
1073 * tree-ssa-pre.c: Fix typos.
1074 * tree-ssa-propagate.c: Fix typos.
1075 * tree-ssa-reassoc.c: Fix typos.
1076 * tree-ssa-sccvn.c: Fix typos.
1077 * tree-ssa-ter.c: Fix typos.
1078 * tree-ssa-uninit.c: Fix typos.
1079 * tree-ssanames.c: Fix typos.
1080 * tree-vect-generic.c: Fix typos.
1081 * tree-vect-slp.c: Fix typos.
1082 * tree.c: Fix typos.
1083 * tree.h: Fix typos.
1084 * varasm.c: Fix typos.
1085 * varpool.c: Fix typos.
1086
1087 2012-05-29 Joseph Myers <joseph@codesourcery.com>
1088
1089 * doc/include/texinfo.tex: Update to version 2012-05-16.16.
1090
1091 2012-05-29 Richard Guenther <rguenther@suse.de>
1092
1093 * tree-dfa.c (find_vars_r): Do not call add_referenced_vars
1094 for globals.
1095 (add_referenced_var_1): Re-organize. Assert we are not
1096 called for globals.
1097 (remove_referenced_var): Likewise.
1098 * varpool.c (add_new_static_var): Use create_tmp_var_raw.
1099 * tree-mudflap.c (execute_mudflap_function_ops): Do not
1100 call add_referenced_var on globals.
1101 * matrix-reorg.c (transform_access_sites): Likewise.
1102
1103 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
1104
1105 * alias.c (reg_known_value): Make this a VEC.
1106 (reg_known_equiv_p): Make this an sbitmap.
1107 (reg_known_value_size): Remove.
1108 (get_reg_known_value, set_reg_known_value, get_reg_known_equiv_p,
1109 set_reg_known_equiv_p): Update for reg_known_value and
1110 reg_known_value_size data structure change.
1111 (init_alias_analysis, end_alias_analysis): Likewise.
1112
1113 2012-05-29 Jakub Jelinek <jakub@redhat.com>
1114
1115 PR middle-end/53510
1116 * input.c (read_line): Use XRESIZEVEC instead of XNEWVEC
1117 to avoid leaking memory. No need to handle memory allocation
1118 failure. Double string_len on each reallocation instead of adding 2.
1119 * gcov.c (read_line): Likewise.
1120
1121 2012-05-29 Hans-Peter Nilsson <hp@axis.com>
1122
1123 * config/cris/cris.h (TARGET_HAS_BREAK, TARGET_TRAP_USING_BREAK8):
1124 New macros.
1125 * config/cris/cris.md ("trap"): Define, enabled for
1126 TARGET_TRAP_USING_BREAK8.
1127 * config/cris/cris.opt (mtrap-using-break8): New option.
1128
1129 2012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
1130
1131 PR c++/25137
1132 * doc/invoke.texi: Document -Wmissing-braces not enabled by -Wall
1133 for C++.
1134
1135 2012-05-28 Hans-Peter Nilsson <hp@axis.com>
1136
1137 * doc/md.texi (stack_protect_test): Remove negation of branch to label.
1138 (Standard Names): Fix typos in documentation of atomic patterns.
1139
1140 2012-05-27 Nathan Sidwell <nathan@acm.org>
1141
1142 * tree.c (build_constructor): Propagate TREE_SIDE_EFFECTS.
1143
1144 2012-05-26 Jason Merrill <jason@redhat.com>
1145
1146 PR c++/53220
1147 * c-typeck.c (array_to_pointer_conversion): Give -Wc++-compat warning
1148 about array compound literals.
1149
1150 2012-05-26 Eric Botcazou <ebotcazou@adacore.com>
1151
1152 * cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks
1153 if CLEANUP_NO_INSN_DEL.
1154 * cfgrtl.c (unique_locus_on_edge_between_p): New function extracted
1155 from cfg_layout_merge_blocks.
1156 (emit_nop_for_unique_locus_between): New function.
1157 (rtl_merge_blocks): Invoke emit_nop_for_unique_locus_between.
1158 (cfg_layout_merge_blocks): Likewise.
1159
1160 2012-05-26 Dimitrios Apostolou <jimis@gmx.net>
1161 Paolo Bonzini <bonzini@gnu.org>
1162
1163 * df-scan.c (df_def_record_1): Assert a parallel must contain an
1164 EXPR_LIST at this point. Receive the LOC and move its extraction...
1165 (df_defs_record): ... here. Change if-else to a switch statement.
1166 (df_find_hard_reg_defs, df_find_hard_reg_defs_1): New.
1167 (df_get_call_refs): Changed defs_generated from bitmap to HARD_REG_SET
1168 and compute it from df_find_hard_reg_defs(). Record DF_REF_BASE
1169 DEFs in REGNO order. Use HARD_REG_SET instead of bitmap for
1170 regs_invalidated_by_call.
1171 (df_insn_refs_collect): Record DF_REF_REGULAR DEFs after
1172 df_get_call_refs().
1173
1174 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
1175
1176 PR lto/52178
1177 * tree-inline.c (remap_gimple_op_r): Fix handling of FIELD_DECL.
1178 * tree.c (RETURN_TRUE_IF_VAR): Do not return true for PLACEHOLDER_EXPR.
1179
1180 2012-05-25 Michael Meissner <meissner@linux.vnet.ibm.com>
1181
1182 * config/rs6000/t-linux64: Delete the 32-bit multilib that uses
1183 software floating point emulation. No longer build the multilibs
1184 with -mstrict-align.
1185
1186 2012-05-25 Aldy Hernandez <aldyh@redhat.com>
1187
1188 PR middle-end/53008
1189 * trans-mem.c (ipa_tm_create_version_alias): Output new_node if
1190 accessed indirectly.
1191 (ipa_tm_create_version): Same.
1192
1193 2012-05-25 Uros Bizjak <ubizjak@gmail.com>
1194
1195 PR target/53474
1196 * config/i386/i386.c (ix86_print_operand) <case 'O'>: Print '.' here.
1197 <case 'C', case 'c', case 'F', case 'f'>: Print '.' only for C and c.
1198
1199 2012-05-25 Alexander Ivchenko <alexander.ivchenko@intel.com>
1200
1201 PR target/53435
1202 * config/i386/i386.c (ix86_expand_vec_perm): Use correct op.
1203 (ix86_expand_vec_perm): Use int mode instead of float.
1204 (expand_vec_perm_pshufb): Remove handling of useseless type
1205 conversion.
1206
1207 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
1208
1209 PR ada/52362
1210 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Set gas and
1211 gnu_ld variables to yes.
1212 * configure.ac (HAVE_GNU_LD): Move to after config.gcc inclusion.
1213 (HAVE_GNU_AS): Likewise.
1214 * config.in: Regenerate.
1215 * configure: Likewise.
1216
1217 2012-05-25 Tristan Gingold <gingold@adacore.com>
1218
1219 * config/i386/i386.c (struct ix86_frame): Remove unused frame field.
1220 (ix86_compute_frame_layout): Fix type of stack_alignment_needed
1221 and preferred_alignment.
1222
1223 2012-05-25 Tristan Gingold <gingold@adacore.com>
1224
1225 * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.
1226
1227 2012-05-25 Thomas Schwinge <thomas@codesourcery.com>
1228
1229 * fold-const.c (optimize_bit_field_compare): Abort early in the strict
1230 volatile bitfields case.
1231
1232 2012-05-24 Pat Haugen <pthaugen@us.ibm.com>
1233
1234 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
1235 rs6000_sched_costly_dep default to true_store_to_load_dep_costly.
1236 (adjacent_mem_locations): Move some code to and call...
1237 (get_memref_parts): ...new function.
1238 (mem_locations_overlap): New function.
1239 (rs6000_adjust_priority): Adjust calls to is_load_insn/is_store_insn.
1240 (is_mem_ref): Rename to...
1241 (find_mem_ref): ...this. Return MEM rtx.
1242 (get_store_dest): Remove function.
1243 (is_load_insn1, is_load_insn, is_store_insn1, is_store_insn): Add
1244 new parameter and adjust calls.
1245 (rs6000_is_costly_dependence): Update calls for extra arg. Make sure
1246 mem refs overlap for true_store_to_load_dep_costly.
1247 (rs6000_sched_reorder2): Update calls for extra arg. Adjust args
1248 passed to adjacent_mem_locations.
1249 (is_costly_group): Walk resolved dependency list.
1250 (force_new_group): Emit group ending nop for Power6/Power7.
1251 * config/rs6000/rs6000.md (UNSPEC_GRP_END_NOP): New enum value.
1252 (group_ending_nop): New define_insn.
1253
1254 2012-05-24 Dodji Seketeli <dodji@redhat.com>
1255
1256 Make unwound macro expansion trace less redundant
1257 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Don't print
1258 context of macro definition in the trace, when it's redundant.
1259 Update comments.
1260
1261 2012-05-24 Richard Guenther <rguenther@suse.de>
1262
1263 PR middle-end/53460
1264 * tree-profile.c (tree_profiling): Cleanup the CFG if
1265 execute_fixup_cfg requests it.
1266
1267 2012-05-24 Richard Guenther <rguenther@suse.de>
1268
1269 * tree-flow.h (create_var_ann): Remove.
1270 * tree-dfa.c (create_var_ann): Remove and inline into its
1271 single caller ...
1272 (add_referenced_var_1): ... here.
1273 * varpool.c (add_new_static_var): Do not call add_referenced_var
1274 for global vars.
1275 * gimple-fold.c (canonicalize_constructor_val): Likewise.
1276 * tree-switch-conversion.c (build_one_array): Likewise.
1277 * tree-profile.c (gimple_gen_ic_profiler): Likewise.
1278 * tree-flow-inline.h (gimple_referenced_vars): Guard against
1279 NULL fn argument.
1280 * tree-inline.c (remap_gimple_op_r): Likewise. Check
1281 gimple_referenced_vars instead of gimple_in_ssa_p.
1282 (copy_tree_body_r): Likewise.
1283 (setup_one_parameter): Likewise.
1284 (declare_return_variable): Likewise.
1285 (tree_function_versioning): Likewise.
1286
1287 2012-05-24 Jakub Jelinek <jakub@redhat.com>
1288
1289 PR tree-optimization/53465
1290 * tree-vrp.c (extract_range_from_cond_expr): First copy_value_range
1291 vr0 into *vr, then vrp_meet that.
1292 (vrp_meet): If one vr type is VR_UNDEFINED, ensure the result doesn't
1293 have any equivalences.
1294 (vrp_visit_phi_node): Call copy_value_range instead of vrp_meet the
1295 first time.
1296
1297 2012-05-24 Jim MacArthur <jim.macarthur@arm.com>
1298
1299 * recog.c (reg_fits_class_p): Check both regno and regno + offset are
1300 hard registers.
1301 * regs.h (in_hard_reg_set_p): Assert that regno is a hard register and
1302 check end_regno - 1 is a hard register.
1303
1304 2012-05-24 Richard Guenther <rguenther@suse.de>
1305
1306 * varpool.c (add_new_static_var): Remove call to create_var_ann.
1307 * tree-ssa-operands.c (create_vop_var): Likewise.
1308
1309 2012-05-24 Richard Guenther <rguenther@suse.de>
1310
1311 PR bootstrap/53466
1312 * tree-ssa-live.c (remove_unused_scope_block_p): Properly
1313 handle globals.
1314 (remove_unused_locals): Pass global_unused_vars to
1315 remove_unused_scope_block_p. Restore code walking all
1316 referenced vars and pruning them.
1317
1318 2012-05-23 Jan Hubicka <jh@suse.cz>
1319
1320 * tree.h (alias_diag_flags): Remove.
1321 (alias_pair): Remove emitted_diags.
1322 (finish_aliases_1, finish_aliases_2, remove_unreachable_alias_pairs,
1323 symbol_alias_set_t, symbol_alias_set_destroy,
1324 symbol_alias_set_contains, propagate_aliases_backward): Remove.
1325 * toplev.c (compile_file): Do not call finish_aliases_2
1326 * cgraphunit.c (cgraph_process_new_functions): Do not call
1327 finish_aliases_1.
1328 (handle_alias_pairs): Output diagnostics about aliases to externals.
1329 (assemble_thunks_and_aliases): Use do_assemble_alias.
1330 (output_weakrefs): Likewise.
1331 (finalize_compilation_unit): Do not call finish_aliases_1.
1332 * ipa.c (symtab_remove_unreachable_nodes): De not call
1333 remove_unreachable_alias_pairs.
1334 * varasm.c (do_assemble_alias): Export.
1335 (symbol_alias_set_create, symbol_alias_set_destroy,
1336 symbol_alias_set_contains, symbol_alias_set_insert,
1337 propagate_aliases_forward, propagate_aliases_backward,
1338 propagate_aliases_backward, trivially_visible_alias,
1339 trivially_defined_alias, remove_unreachable_alias_pairs,
1340 finish_aliases_1, finish_aliases_2, assemble_alias): Remove.
1341 * output.h (do_assemble_alias): Declare.
1342 * varpool.c (varpool_remove_unreferenced_decls): Do not call
1343 finish_aliases_1.
1344
1345 2012-05-23 Martin Jambor <mjambor@suse.cz>
1346
1347 * ipa-inline-analysis.c (inline_merge_summary): Free operand_map.
1348
1349 2012-05-23 Eric Botcazou <ebotcazou@adacore.com>
1350
1351 * gimple.c (gimple_types_compatible_p_1) <ARRAY_TYPE>: Remove bogus
1352 size handling.
1353 (gimple_canonical_types_compatible_p) <ARRAY_TYPE>: Likewise.
1354 (iterative_hash_gimple_type): Adjust comment.
1355 (iterative_hash_canonical_type): Likewise. Hash the bounds of the
1356 domain for an array type instead of the domain type itself.
1357
1358 2012-05-23 Richard Guenther <rguenther@suse.de>
1359
1360 PR tree-optimization/53438
1361 * tree-sra.c (analyze_access_subtree): Correct bitfield exclusion.
1362
1363 2012-05-23 Georg-Johann Lay <avr@gjlay.de>
1364
1365 PR target/53448
1366 * config/avr/avr.h (ASM_OUTPUT_ALIGN): Don't inhibit .p2align 1.
1367 * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Use
1368 ASM_OUTPUT_ALIGN.
1369
1370 2012-05-23 Richard Guenther <rguenther@suse.de>
1371
1372 * tree-dfa.c (add_referenced_var_1): Do not add global vars.
1373 * tree-ssa-live.c (mark_all_vars_used_1): Handle global vars
1374 via the global_unused_vars bitmap.
1375 (remove_unused_locals): Handle global vars in local-decls via
1376 a global_unused_vars bitmap instead of the used flag in the
1377 var annotation. Simplify global variable handling and removal.
1378
1379 2012-05-22 Jan Hubicka <jh@suse.cz>
1380
1381 PR middle-end/53426
1382 * tree-ssa-structalias.c (create_variable_info_for): Skip constructors
1383 from other partitions.
1384
1385 2012-05-22 Jan Hubicka <jh@suse.cz>
1386
1387 PR middle-end/53161
1388 * symtab.c (symtab_register_node): Fix ordering issue.
1389
1390 2012-05-22 Steven Drake <sbd@NetBSD.org>
1391
1392 * gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir.
1393
1394 2012-05-22 David Edelsohn <dje.gcc@gmail.com>
1395
1396 * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_table_ref):
1397 Use strip_name_encoding target hook.
1398
1399 2012-05-22 Richard Guenther <rguenther@suse.de>
1400
1401 * tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
1402 (init_function_for_compilation): Remove.
1403 * tree-dfa.c (find_vars_r): Take struct function argument.
1404 (find_referenced_vars_in): Adjust.
1405 * tree-ssa-operands.c (clobber_stats): Remove.
1406 (create_vop_var): Take struct function argument. Mark
1407 virtual operand with VAR_DECL_IS_VIRTUAL_OPERAND.
1408 (init_ssa_operands): Take struct function argument.
1409 (fini_ssa_operands): Do not dump dead stats.
1410 * tree-ssa-operands.h (init_ssa_operands): Take struct function
1411 argument.
1412 * cgraphunit.c (init_lowered_empty_function): Adjust.
1413 * lto-streamer-in.c (input_cfg): Likewise.
1414 * tree-inline.c (initialize_cfun): Likewise.
1415 * tree-into-ssa.c (rewrite_into_ssa): Likewise.
1416 * omp-low.c (expand_omp_taskreg): Likewise. Avoid switching cfun.
1417 * gimple.c (is_gimple_reg): Optimize the SSA_NAME case,
1418 virtual operands are not registers.
1419
1420 2012-05-22 Richard Guenther <rguenther@suse.de>
1421
1422 * tree-cfg.c (verify_gimple_assign_unary): Fix typo in previous commit.
1423
1424 2012-05-22 Richard Guenther <rguenther@suse.de>
1425
1426 PR middle-end/53437
1427 * tree-inline.c (setup_one_parameter): Create a dummy init
1428 statement for unused parameters when not optimizing.
1429
1430 2012-05-22 Richard Guenther <rguenther@suse.de>
1431
1432 * tree-flow.h (add_referenced_var_1): Declare.
1433 (add_referenced_var): Define.
1434 * tree-dfa.c (referenced_var_check_and_insert): Avoid one hash lookup.
1435 (add_referenced_var): Rename to ...
1436 (add_referenced_var_1): ... this. Take struct function argument.
1437
1438 2012-05-22 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1439
1440 PR target/53334
1441 * config/arm/arm-protos.h (arm_validize_comparison): Declare.
1442 * config/arm/arm.c (arm_validize_comparison): Define.
1443 * config/arm/arm.md ("cbranchsi4"): Cleanup expansion and use
1444 arm_validize_comparison.
1445 ("cbranchdi4"): Likewise.
1446 ("cstoredi4"): Likewise.
1447 ("movsicc"): Likewise.
1448 ("movsfcc"): Likewise.
1449 ("movdfcc"): Likewise.
1450
1451 2012-05-22 Dimitrios Apostolou <jimis@gmx.net>
1452
1453 * df-scan.c (df_scan_alloc): Round up allocation pools size, reduce
1454 the mw_reg_pool size.
1455
1456 2012-05-22 Paolo Bonzini <bonzini@gnu.org>
1457
1458 PR tree-optimization/53336
1459 * tree-cfg.c (verify_gimple_assign_unary): Allow conversion from
1460 non-integer integral types to offset type and vice versa.
1461
1462 2012-05-22 Alan Modra <amodra@gmail.com>
1463
1464 * config/rs6000/aix.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
1465 * config/rs6000/darwin.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
1466 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE,
1467 V_SAVE_INLINE): Delete.
1468 * config/rs6000/rs6000.c (V_SAVE_INLINE): Delete.
1469 (rs6000_savres_strategy): Reimplement GP/FP/V_SAVE_INLINE logic.
1470 For ELF targets, use out-of-line restores for -Os and any number
1471 of regs if the restore exits, and out-of-line gp save for two or
1472 more regs. Use save_reg_p to test for holes in reg restore set.
1473 Replace "#if" with "if".
1474
1475 2012-05-22 Alan Modra <amodra@gmail.com>
1476
1477 * config/rs6000/rs6000.c (save_reg_p): New function.
1478 (first_reg_to_save, first_fp_reg_to_save): Use it here.
1479 (first_altivec_reg_to_save, restore_saved_cr): Likewise.
1480 (emit_frame_save): Use gen_frame_store.
1481 (gen_frame_mem_offset): Correct SPE condition requiring reg+reg.
1482 (rs6000_emit_prologue): Use save_reg_p. Use gen_frame_store for
1483 vrsave and toc.
1484 (rs6000_emit_epilogue): Use save_reg_p. Use gen_frame_load for
1485 vrsave, toc, gp and fp restores.
1486
1487 2012-05-22 Alan Modra <amodra@gmail.com>
1488
1489 * config/rs6000/rs6000.c: Delete unnecessary forward declarations.
1490 Move those with ATTRIBUTE_UNUSED to immediately before definitions.
1491 Move function pointer variables after forward declarations.
1492 (rs6000_builtin_support_vector_misalignment): Make static.
1493 (rs6000_legitimate_address_p, rs6000_gimplify_va_arg): Likewise.
1494 (rs6000_function_value, rs6000_can_eliminate): Likewise.
1495
1496 2012-05-21 Bernd Schmidt <bernds@codesourcery.com>
1497
1498 PR rtl-optimization/53373
1499 * caller-save.c (save_call_clobbered_regs): Look into a possible
1500 PARALLEL manually rather than using single_set on a call insn.
1501
1502 2012-05-21 Jakub Jelinek <jakub@redhat.com>
1503
1504 PR tree-optimization/53436
1505 * omp-low.c (omp_build_component_ref): New function.
1506 (build_receiver_ref, build_sender_ref, create_task_copyfn): Use it.
1507
1508 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
1509
1510 * config/i386/i386.c (put_condition_code): Change "reverse" and "fp"
1511 arguments to bool.
1512 (ix86_print_operand) <case 'O'>: Look at mode size of the operand.
1513 Do not print '.' here. Output operand lossage error for unhandled
1514 sizes. Move.
1515 <case '*'>: Move.
1516 <case '&'>: Ditto.
1517 <case 'Y'>: Ditto.
1518 <case 'z'>: Hardcode "code" argument into error strings.
1519 <case 'Z'>: Ditto.
1520 <case 'D'>: Merge AVX and non-AVX codes.
1521 <case 'C', case 'c', case 'F', case 'f'>: Merge. Fix error string.
1522 Update call to put_condition_code.
1523
1524 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
1525
1526 * config/m68k/m68k.md (*clzsi2_cf): Renamed from clzsi2. Call
1527 CC_STATUS_INIT.
1528 (clzsi2): New expander.
1529 (*clzsi2_68k): New insn.
1530 * config/m68k/m68k.h: Update comment about CLZ_DEFINED_VALUE_AT_ZERO.
1531
1532 2012-05-21 Aldy Hernandez <aldyh@redhat.com>
1533
1534 * gimple.h (gimple_set_in_transaction): Remove.
1535 (gimple_in_transaction): Look in BB instead.
1536 (gimple_statement_base): Remove in_transaction field.
1537 * basic-block.h (enum bb_flags): Add BB_IN_TRANSACTION.
1538 * trans-mem.c (compute_transaction_bits): Place transaction bit
1539 information into basic blocks.
1540
1541 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
1542
1543 * expr.c (get_def_for_expr_class): Define only if
1544 HAVE_conditional_move.
1545 (convert_tree_comp_to_rtx): Likewise.
1546
1547 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
1548
1549 PR target/53399
1550 * config/i386/i386.md (ffs<mode>2): Generate CCCmode compare
1551 for TARGET_BMI.
1552 (ffssi2_no_cmove): Ditto.
1553 (*ffs<mode>_1): Remove insn pattern.
1554 (*tzcnt<mode>_1): New insn pattern.
1555 (*bsf<mode>1): Ditto.
1556
1557 2012-05-21 Richard Guenther <rguenther@suse.de>
1558
1559 * tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for
1560 more referenced vars.
1561 * tree-ssa-live.c (mark_all_vars_used_1): Only set the used
1562 flag on variables that have a var-annotation.
1563
1564 2012-05-21 Joseph Myers <joseph@codesourcery.com>
1565
1566 PR c/53418
1567 * c-typeck.c (build_conditional_expr): Remove C_MAYBE_CONST_EXPR
1568 from folded operands before wrapping another around the
1569 conditional expression.
1570
1571 2012-05-21 Jakub Jelinek <jakub@redhat.com>
1572
1573 PR tree-optimization/53366
1574 * tree-vect-slp.c (vect_supported_load_permutation_p): Don't shortcut
1575 tests if complex_numbers == 2, but there are non-complex number loads
1576 too.
1577
1578 PR tree-optimization/53409
1579 * tree-vect-loop.c (vect_analyze_loop_operations): Don't check
1580 vinfo_for_stmt (op_def_stmt) if op_def_stmt isn't inside loop.
1581
1582 PR tree-optimization/53410
1583 * fold-const.c (fold_binary_loc): Use build_zero_cst (type)
1584 instead of build_int_cst (type, 0) where vector types might be
1585 involved. Instead of build_int_cst (type, 1) convert the original
1586 integer_onep argument to the desired type.
1587
1588 2012-05-21 Michael Matz <matz@suse.de>
1589
1590 * genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.
1591 (simplify_test_exp): Handle one more case of distributive law,
1592 decrease cost threshold.
1593 (tests_attr_p, get_attr_order): New functions.
1594 (optimize_attrs): Use topological order, inline only cheap values.
1595 (write_attr_set): Reset our_known_true after some time.
1596
1597 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
1598
1599 PR target/53425
1600 * config/i386/i386.c (type_natural_mode): Warn passing SSE
1601 vector argument without SSE enabled changes the ABI.
1602
1603 2012-05-21 Richard Guenther <rguenther@suse.de>
1604
1605 PR tree-optimization/53408
1606 * tree-vect-loop.c (vectorizable_induction): Properly check
1607 the restriction that we cannot handle induction results from
1608 the inner loop outside of the outer loop.
1609
1610 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
1611
1612 PR target/53416
1613 * config/i386/i386.md (UNSPEC_RDRAND): Renamed to ...
1614 (UNSPECV_RDRAND): This.
1615 (rdrand<mode>_1): Updated.
1616
1617 2012-05-21 Richard Guenther <rguenther@suse.de>
1618
1619 * tree-loop-distribution.c (can_generate_builtin): Reject
1620 volatile stmts.
1621
1622 2012-05-21 Chung-Lin Tang <cltang@codesourcery.com>
1623
1624 * Makefile.in (options.c): Add options.h to included header
1625 files, before tm.h.
1626
1627 2012-05-21 Razya Ladelsky <razya@il.ibm.com>
1628
1629 * tree-parloops.c : Add myself to contributors, update
1630 TODO list, add link to wiki.
1631
1632 2012-05-21 Alan Modra <amodra@gmail.com>
1633
1634 * config/rs6000/predicates.md (input_operand): Don't match
1635 constant pool addresses. Remove label_ref, high and plus from
1636 match_code list. Remove redundant CONSTANT_P test.
1637 (splat_input_operand): Similarly update match_code list.
1638 (small_toc_ref): New predicate.
1639 * config/rs6000/rs6000-protos.h (toc_relative_expr_p): Update prototype.
1640 * config/rs6000/rs6000.c (tocrel_base, tocrel_offset): Make const.
1641 (legitimate_constant_pool_address_p): Move TARGET_TOC test and
1642 register checks to..
1643 (toc_relative_expr_p): ..here. Add "strict" param. Match new rtl
1644 generated by create_TOC_reference.
1645 (rs6000_legitimize_address): Update cerate_TOC_reference call.
1646 (rs6000_delegitimize_address): Handle new rtl for toc refs.
1647 (rs6000_cannot_force_const_mem, rs6000_find_base_term): Likewise.
1648 (use_toc_relative_ref): New function, split out from..
1649 (rs6000_emit_move): ..here. Remove redundant tests. Update
1650 create_TOC_reference calls.
1651 (rs6000_legitimize_reload_address): Formatting. Handle splitting
1652 of medium/large model toc addresses. Use use_toc_relative_ref.
1653 (print_operand): Formatting, style. Adjust for toc changes.
1654 (print_operand_address): Likewise.
1655 (rs6000_output_addr_const_extra): Likewise.
1656 (create_TOC_reference): Put TOC_REGISTER in UNSPEC_TOCREL rather
1657 than a PLUS. Use this formulation for both high and low part
1658 of -mcmodel=medium/large toc reference too. Before reload,
1659 always use the small model formulation.
1660 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Similarly avoid
1661 a PLUS in high part of addresses here.
1662 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
1663 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
1664 (largetoc_high, largetoc_low): Move earlier. Cope when no
1665 base reg available.
1666 (largetoc_high_plus): New insn.
1667 (movsi_internal1, movsi_internal1_single, movsf_softfloat,
1668 movdi_mfpgpr, movdi_internal64): Don't handle 'R' constraint here..
1669 (tocref): ..instead do so here, new insn and split.
1670
1671 2012-05-20 H.J. Lu <hongjiu.lu@intel.com>
1672
1673 * config/i386/driver-i386.c (host_detect_local_cpu): Support
1674 RDRND, F16C and FSGSBASE.
1675
1676 2012-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1677
1678 PR rtl-optimzation/53373
1679 * config/pa/pa.md (call_symref_pic): Don't expose PIC register save in
1680 call pattern. Update split patterns.
1681 (call_symref_64bit, call_reg_pic, call_reg_64bit, call_val_symref_pic,
1682 call_val_symref_64bit, call_val_reg_pic, call_val_reg_64bit): Likewise.
1683
1684 2012-05-20 Razya Ladelsky <razya@il.ibm.com>
1685
1686 * tree-parloops.c (gen_parallel_loop): Change many_iterations_cond
1687 for outer loops.
1688
1689 2012-05-18 Jan Hubicka <jh@suse.cz>
1690
1691 * cgraphunit.c (handle_alias_pairs): Declare; free alias_pairs
1692 (cgraph_process_new_functions): Process also aliases.
1693 * lto-streamer-out.c (struct sets): Remove.
1694 (trivally_defined_alias): Remove.
1695 (output_alias_pair_p): Remove.
1696 (output_unreferenced_globals): Remove.
1697 (produce_symtab); Do not handle alias pairs.
1698 (produce_asm_for_decls): Likewise.
1699 * lto-streamer-in.c (input_alias_pairs): Remove.
1700 (lto_read_body): Do not input alias pairs.
1701 (lto_input_constructors_and_inits): Remove.
1702
1703 2012-05-18 Jan Hubicka <jh@suse.cz>
1704
1705 * cgraphunit.c (handle_alias_pairs): Cleanup; handle all types of
1706 aliases.
1707
1708 2012-05-18 Jan Hubicka <jh@suse.cz>
1709
1710 * cgraphbuild.c (record_reference): Update.
1711 * lto-cgraph.c (lto_output_varpool_node): External vars
1712 are not in other partition even if they are not output
1713 in current partition.
1714 * gimple-fold.c (can_refer_decl_in_current_unit_p): Take FROM_DECL
1715 argument; fix.
1716 (canonicalize_constructor_val): Take FROM_DECL argument.
1717 (fold_ctor_reference, fold_string_cst_ctor_reference,
1718 fold_array_ctor_reference, fold_nonarray_ctor_reference,
1719 fold_ctor_reference): Likewise.
1720 (fold_const_aggregate_ref_1, gimple_get_virt_method_for_binfo): Update.
1721 * gimple.h (gimple_fold_builtin): Likewise.
1722
1723 2012-05-18 Olivier Hainque <hainque@adacore.com>
1724
1725 * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of
1726 $(libsubdir) as libexecsubdir.
1727
1728 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1729
1730 * config/rs6000/rs6000.c (print_operand): Revise code that unsafely
1731 relied on signed overflow behavior.
1732
1733 2012-05-18 Richard Guenther <rguenther@suse.de>
1734
1735 PR tree-optimization/53346
1736 * tree-loop-distribution.c (ldist_gen): Make sure to apply
1737 builtin transform even when only a single partition with
1738 all reads/writes exists.
1739
1740 2012-05-18 Richard Guenther <rguenther@suse.de>
1741
1742 PR tree-optimization/53390
1743 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Ignore
1744 strided loads.
1745
1746 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1747
1748 * tree-ssa-reassoc.c (bip_map): Remove decl.
1749 (completely_remove_stmt): Remove function.
1750 (remove_def_if_absorbed_call): Remove function.
1751 (remove_visited_stmt_chain): Remove __builtin_powi handling.
1752 (possibly_move_powi): Remove function.
1753 (rewrite_expr_tree): Remove calls to possibly_move_powi.
1754 (rewrite_expr_tree_parallel): Likewise.
1755 (attempt_builtin_powi): Build multiplies explicitly rather than
1756 relying on the ops vector and rank system.
1757 (transform_stmt_to_copy): New function.
1758 (transform_stmt_to_multiply): Likewise.
1759 (reassociate_bb): Handle leftover operations after __builtin_powi
1760 optimization; build a final multiply if necessary.
1761
1762 2012-05-18 Jan Hubicka <jh@suse.cz>
1763
1764 * cgraphunit.c (varpool_finalize_decl): Allow external decls.
1765 (mark_functions_to_output): Fix sanity check.
1766 * ipa.c (function_and_variable_visibility): Remove TREE_STATIC check.
1767
1768 2012-05-18 Richard Guenther <rguenther@suse.de>
1769
1770 * tree-flow.h (mark_symbols_for_renaming): Remove.
1771 * tree-dfa.c (mark_symbols_for_renaming): Likewise.
1772 * tree-inline.c (copy_edges_for_bb): Do not mark symbols for renaming.
1773 (copy_debug_stmt): Likewise.
1774 (expand_call_inline): Likewise.
1775 (declare_return_variable): Mark the return variable for renaming
1776 if necessary.
1777
1778 2012-05-18 Andrew Stubbs <ams@codesourcery.com>
1779
1780 * config/arm/arm-protos.h (arm_emit_coreregs_64bit_shift): New
1781 prototype.
1782 * config/arm/arm.c (arm_emit_coreregs_64bit_shift): New function.
1783 * config/arm/arm.md (ashldi3): Use arm_emit_coreregs_64bit_shift.
1784 (ashrdi3,lshrdi3): Likewise.
1785 (arm_cond_branch): Remove '*' to enable gen_arm_cond_branch.
1786
1787 2012-05-18 Meador Inge <meadori@codesourcery.com>
1788
1789 PR rtl-optimization/53352
1790 * cse.c (equiv_constant): Ignore paradoxical subregs.
1791
1792 2012-05-17 Steven Bosscher <steven@gcc.gnu.org>
1793
1794 PR rtl-optimization/53125
1795 * regstat.c (regstat_bb_compute_ri): Take new local_live_last_luid
1796 argument. Simplify calculation of REG_LIVE_LENGTH for regnos that
1797 die in the basic block. Correctly top off REG_FREQ and
1798 REG_FREQ_CALLS_CROSSED.
1799 Remove do_not_gen.
1800 (regstat_compute_ri): Allocate and free local_live_last_luid.
1801 Remove do_not_gen.
1802 (regstat_bb_compute_calls_crossed): Correctly top off
1803 REG_FREQ_CALLS_CROSSED.
1804
1805 2012-05-17 Jan Hubicka <jh@suse.cz>
1806
1807 * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with
1808 constructor over decl without.
1809 * cgraph.c (cgraph_remove_node): Clear also body of unanalyzed nodes.
1810 * cgraph.h (varpool_can_remove_if_no_refs): Handle external correctly.
1811 * cgraphunit.c (process_function_and_variable_attributes): Finalize
1812 extrnal decls.
1813 (mark_functions_to_output): Also accept bodies for functions with
1814 clones.
1815 (output_in_order): Skip external vars.
1816 * lto-cgraph.c (lto_output_node): External functions are never in other
1817 partition.
1818 (lto_output_varpool_node): Likewise.
1819 * lto-streamer-out.c (lto_write_tree): Always use error_mark_nodes for
1820 forgotten initializers.
1821 * ipa.c (process_references): Handle external vars.
1822 (symtab_remove_unreachable_nodes): Update to handle external vars.
1823 (varpool_externally_visible_p): External vars are externally visible.
1824 * gimple-fold.c (can_refer_decl_in_current_unit_p): Update.
1825 * varpool.c (varpool_remove_node): Remove constructor.
1826 (decide_is_variable_needed): Handle externals.
1827 (varpool_remove_unreferenced_decls): Likewise.
1828
1829 2012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
1830
1831 * opts.c (common_handle_option): -pedantic-errors enables -Wpedantic.
1832 (enable_warning_as_error): Do not special case Wuninitialized.
1833 * optc-gen.awk: Add sanity checks.
1834
1835 2012-05-17 Jan Hubicka <jh@suse.cz>
1836
1837 * ipa-reference.c (is_proper_for_analysis): Do not check flags
1838 that might change as result of global optimization.
1839 (analyze_function): Do not check analyzed and externally_visible
1840 flags; be happy about address dereferences.
1841 (propagate): Prune all_module_statics so it really contains just
1842 statics; prune all the local summaries.
1843 (ipa_reference_write_optimization_summary): Simplify.
1844
1845 2012-05-17 Kwok Cheung Yeung <kcy@codesourcery.com>
1846
1847 * config/m68k/m68k-devices.def: Add 51ag, 51je, 51jf, 51jg, 51mm, 51qm.
1848 * config/m68k/m68k-tables.opt: Regenerated.
1849 * doc/invoke.texi (M680x0 Options): Document.
1850
1851 2012-05-16 Dave Boutcher <daveboutcher@gmail.com>
1852 Patrick Marlier <patrick.marlier@gmail.com>
1853
1854 * trans-mem.c (ipa_tm_transform_clone): Transform functions with
1855 indirect calls.
1856
1857 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
1858
1859 * configure: Regenerated.
1860
1861 2012-05-16 Andrew Pinski <apinski@cavium.com>
1862
1863 * gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under
1864 GIMPLE_ASSIGN.
1865
1866 2012-05-16 David S. Miller <davem@davemloft.net>
1867
1868 * jump.c (delete_related_insns): If we remove a CALL, make sure
1869 we delete it's NOTE_INSN_CALL_ARG_LOCATION note too.
1870
1871 2012-05-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1872
1873 PR tree-optimization/53217
1874 * tree-ssa-reassoc.c (bip_map): New static variable.
1875 (possibly_move_powi): Move feeding multiplies with __builtin_powi call.
1876 (attempt_builtin_powi): Save feeding multiplies on a stack.
1877 (reassociate_bb): Create and destroy bip_map.
1878
1879 2012-05-16 Olivier Hainque <hainque@adacore.com>
1880
1881 * Makefile.in (install-no-fixedincludes): New target, former toplevel
1882 gcc-no-fixedincludes. Stash "include-fixed" in addition to "include".
1883 Add comments and improve stamp preservation across the whole sequence.
1884 (stmp-int-hdrs): Use move-if-change + cp -p to setup fix_dir/limits.h.
1885
1886 2012-05-16 Richard Guenther <rguenther@suse.de>
1887
1888 * tree-inline.c (insert_init_stmt): Do not call
1889 mark_symbols_for_renaming.
1890 (setup_one_parameter): Avoid initializing unused parameters.
1891 (declare_return_variable): Properly handle DECL_BY_REFERENCE
1892 return vars in SSA form.
1893
1894 2012-05-16 Richard Guenther <rguenther@suse.de>
1895
1896 * tree-flow.h (get_virtual_var): Remove.
1897 * tree-dfa.c (get_virtual_var): Likewise.
1898
1899 2012-05-16 Richard Guenther <rguenther@suse.de>
1900
1901 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1):
1902 Remove set-only bitmap of new names.
1903 (slpeel_tree_peel_loop_to_edge): Likewise. Do not set
1904 CFG hooks.
1905 * tree-flow.h (ssa_names_to_replace): Remove.
1906 * tree-into-ssa.c (ssa_names_to_replace): Likewise.
1907
1908 2012-05-16 Richard Guenther <rguenther@suse.de>
1909
1910 PR tree-optimization/53364
1911 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
1912 detect a view-conversion of the decl.
1913
1914 2012-05-16 Dodji Seketeli <dodji@redhat.com>
1915
1916 PR preprocessor/7263
1917 * c-tree.h (enum c_declspec_word): Declare new enum.
1918 (struct c_declspecs::locations): New member.
1919 (declspecs_add_qual, declspecs_add_scspec)
1920 (declspecs_add_addrspace, declspecs_add_alignas): Take a new
1921 location parameter.
1922 * c-decl.c (build_null_declspecs): Initialize the new struct
1923 c_declspecs::locations member.
1924 (declspecs_add_addrspace): Take a location parameter for the
1925 address space. Store it onto declaration specifiers.
1926 (declspecs_add_qual): Likewise, take a location parameter for the
1927 qualifier.
1928 (declspecs_add_type): Likewise, take a location parameter for the
1929 type specifier.
1930 (declspecs_add_scspec): Likewise, take a location parameter for
1931 the storage class specifier.
1932 (declspecs_add_attrs): Likewise, take a location parameter for the
1933 first attribute.
1934 (declspecs_add_alignas): Likewise, take a location parameter for
1935 the alignas token.
1936 (finish_declspecs): For diagnostics, use the location of the
1937 relevant declspec, instead of the global input_location.
1938 * c-parser.c (c_parser_parameter_declaration): Pass the precise
1939 virtual location of the declspec to the declspecs-setters.
1940 (c_parser_declspecs): Likewise. Avoid calling c_parser_peek_token
1941 repeatedly.
1942
1943 2012-05-16 Igor Zamyatin <igor.zamyatin@intel.com>
1944
1945 * configure.ac: Stack protector enabling for Android targets.
1946 * configure: Regenerate.
1947
1948 2012-05-16 Richard Sandiford <r.sandiford@uk.ibm.com>
1949
1950 * ira.c (pseudo_move_insn): Delete.
1951 (find_moveable_pseudos): Don't set it.
1952 (move_unallocated_pseudos): Use DF_REG_DEF_CHAIN to find
1953 the definitions of the original pseudo. Delete all of them.
1954
1955 2012-05-16 Olivier Hainque <hainque@adacore.com>
1956
1957 * config/rs6000/rs6000-opts.h (enum processor_type): Add
1958 PROCESSOR_PPC8548.
1959 * config/rs6000/rs6000-cpus.def: Reference it for cpu="8548".
1960 * config/rs6000/rs6000.md (cpu attribute definition): Add ppc8548.
1961 * config/rs6000/8540.md: indicate that the units/patterns apply to
1962 ppc8548 as well.
1963
1964 * config/rs6000/rs6000.c (rs6000_option_override_internal): Rename
1965 default_cpu into implicit_cpu, conveying what --with-cpu was passed at
1966 configure time. Treat implicit_cpu as have_CPU. Pick defaults for SPE
1967 related flags, check that what is queried is supported by the selected
1968 configuration. Rework the single/double_float and MASK_STRING resets to
1969 hit for all the E500 cores (854x + E500MC variants). Select the ppc8540
1970 costs for PROCESSOR_PPC8548 as well.
1971 (rs6000_issue_rate): case CPU_PPC8548 together with CPU_PPC8540.
1972 (rs6000_use_sched_lookahead): Likewise, rewriting function as a case
1973 statement instead of a sequence of ifs.
1974
1975 * config/rs6000/rs6000.h (TARGET_E500): Remove.
1976 (TARGET_NO_LWSYNC): Adjust accordingly.
1977 * config/rs6000/e500.h (TARGET_E500): Remove.
1978 (CHECK_E500_OPTIONS): Adjust accordingly.
1979 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove.
1980 (TARGET_DEFAULT): Reformat definition to match the one in linuxspe.h.
1981 * config/rs6000/linuxspe.h: Likewise.
1982 * config/rs6000/vxworks.h: Remove bogus TARGET_E500 overrides and
1983 superfluous comments.
1984 * config/rs6000/e500-double.h: Remove.
1985
1986 * config.gcc (pick a default with_cpu): For powerpc*-*-*spe*,
1987 default to with_cpu=8548 if --enable-e500-double, and to 8540
1988 otherwise.
1989 (set misc flags section): For powerpc*|rs6000*, remove inclusion
1990 of e500-double.h for --enable-e500-double.
1991
1992 2012-05-16 Olivier Hainque <hainque@adacore.com>
1993
1994 * Makefile.in (s-header-vars): Resort to -n instead of trailing
1995 -e d in sed invocation.
1996
1997 2012-05-16 Hans-Peter Nilsson <hp@axis.com>
1998
1999 * doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to
2000 source-code.
2001 * doc/tm.texi: Regenerate.
2002
2003 2012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
2004
2005 * tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
2006
2007 2012-05-15 Jakub Jelinek <jakub@redhat.com>
2008
2009 PR target/53358
2010 * config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
2011 that operands[2] is either immediate, or q_regs_operand.
2012
2013 2012-05-15 Richard Guenther <rguenther@suse.de>
2014
2015 * cgraphunit.c (thunk_adjust): Use make_rename_temp.
2016 (assemble_thunk): Likewise. Manually rename and register
2017 function arguments.
2018
2019 2012-05-15 Richard Guenther <rguenther@suse.de>
2020
2021 PR tree-optimization/53355
2022 * tree-vrp.c (extract_range_from_binary_expr_1): Handle LSHIFT_EXPRs
2023 by constants.
2024
2025 2012-05-15 Tristan Gingold <gingold@adacore.com>
2026
2027 * tree-ssa-strlen.c (get_string_length): Convert lhs if needed.
2028
2029 2012-05-15 Richard Guenther <rguenther@suse.de>
2030
2031 * gimple.c (gimple_set_modified): Move ...
2032 * gimple.h (gimple_set_modified): ... here.
2033
2034 2012-05-15 Tristan Gingold <gingold@adacore.com>
2035
2036 * ira-color.c (move_spill_restore): Add a guard.
2037
2038 2012-05-15 Tristan Gingold <gingold@adacore.com>
2039
2040 * config/ia64/ia64.c (ia64_emit_probe_stack_range): Adjust calls to
2041 plus_constant.
2042
2043 2012-05-15 Eric Botcazou <ebotcazou@adacore.com>
2044
2045 * gimplify.c (gimplify_init_constructor): Do a block move for very
2046 small objects as well.
2047
2048 2012-05-15 Bernd Schmidt <bernds@codesourcery.com>
2049
2050 * ira.c (find_moveable_pseudos): Skip registers whose
2051 DF_REG_EQ_USE_COUNT is nonzero.
2052
2053 2012-05-15 Kenneth Zadeck <zadeck@naturalbridge.com>
2054
2055 * doc/md.texi (fma): Define to only be applicable for single rounding.
2056
2057 2012-05-14 Uros Bizjak <ubizjak@gmail.com>
2058
2059 PR target/46098
2060 * config/i386/i386.c (ix86_expand_special_args_builtin): Always
2061 generate target register for "load" class builtins.
2062
2063 Revert:
2064 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
2065
2066 PR target/46098
2067 * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
2068 Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
2069 (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
2070 (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
2071 (<sse>_movu<ssemodesuffix>): New expander.
2072 (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
2073 (avx_movdqu<avxmodesuffix>): New expander.
2074 (*sse2_movdqu): Rename from sse2_movdqu.
2075 (sse2_movdqu): New expander.
2076
2077 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
2078
2079 PR target/52607
2080 * config/i386/i386.c (ix86_expand_vec_perm_const): Move code to ...
2081 (canonicalize_perm): ... new function.
2082 (expand_vec_perm_2vperm2f128_vshuf): New function.
2083 (ix86_expand_vec_perm_const_1): Call it.
2084
2085 2012-05-14 Andrew Pinski <apinski@cavium.com>
2086 H.J. Lu <hongjiu.lu@intel.com>
2087 Jakub Jelinek <jakub@redhat.com>
2088
2089 PR target/53315
2090 * config/i386/i386.md (xbegin_1): Use + in constraint and match_dup.
2091 (xbegin): Updated.
2092
2093 2012-05-14 Jakub Jelinek <jakub@redhat.com>
2094
2095 * dwarf2out.c (dwarf2out_define, dwarf2out_undef): Treat
2096 lineno 1 the same as lineno 0 before first start file directive.
2097 (optimize_macinfo_range): Likewise.
2098
2099 * dwarf2out.c (have_macinfo): Define.
2100 (dwarf2out_finish): Don't emit DW_AT_GNU_macros or DW_AT_macro_info
2101 attribute, don't force empty compilation unit and don't emit any
2102 .debug_macinfo/.debug_macro section if macinfo_table is empty.
2103
2104 2012-05-14 Georg-Johann Lay <avr@gjlay.de>
2105
2106 PR target/53344
2107 * config/avr/avr.c (avr_const_address_lo16): Remove.
2108 (avr_assemble_integer): Print ".byte lo8(x)",
2109 ".byte hi8(x)", ".byte hh8(x)" instead of emit an assembler
2110 .warning if 3-byte address is assembled.
2111 * doc/extend.texi (AVR Named Address Spaces): Document that
2112 binutils 2.23 is needed to assemble 3-byte addresses.
2113
2114 2012-05-14 Richard Guenther <rguenther@suse.de>
2115
2116 * tree-vect-data-refs.c (vect_setup_realignment): Remove
2117 call to mark_symbols_for_renaming.
2118 (vect_permute_load_chain): Likewise.
2119 * tree-vect-loop.c (vect_is_slp_reduction): Update stmt
2120 instead of calling mark_symbols_for_renaming.
2121 * tree-vect-stmts.c (read_vector_array): Remove call to
2122 mark_symbols_for_renaming.
2123 (write_vector_array): Likewise.
2124 (vectorizable_call): Likewise.
2125 (vectorizable_store): Likewise.
2126 (vectorizable_load): Likewise.
2127 * matrix-reorg.c (transform_allocation_sites): Likewise.
2128 * tree-ssa-pre.c (create_expression_by_pieces): Likewise.
2129 (create_expression_by_pieces): Likewise.
2130
2131 2012-05-14 Richard Guenther <rguenther@suse.de>
2132
2133 * gimplify.c (gimple_regimplify_operands): Only mark the LHS
2134 of statements for renaming.
2135 (force_gimple_operand_1): Likewise, consistently for both
2136 calls to force_gimple_operand and force_gimple_operand_gsi.
2137
2138 2012-05-14 Richard Guenther <rguenther@suse.de>
2139
2140 * tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.
2141 * omp-low.c (expand_omp_taskreg): Properly conditionalize call
2142 to update_ssa.
2143 (expand_omp_for): Likewise.
2144 (expand_omp_for_generic): Adjust conditional add to referenced vars.
2145 Use make_rename_temp for temporaries that should be rewritten into
2146 SSA form.
2147 (expand_omp_for_static_nochunk): Likewise.
2148 (expand_omp_atomic_pipeline): Likewise.
2149
2150 2012-05-14 Richard Guenther <rguenther@suse.de>
2151
2152 PR tree-optimization/53331
2153 * tree-vect-data-refs.c (vect_verify_datarefs_alignment): Ignore
2154 strided loads.
2155 * tree-vect-stmts.c (vect_model_load_cost): Handle strided loads.
2156
2157 2012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
2158
2159 PR 53063
2160 * doc/options.texi: (LangEnabledBy): Document it.
2161 * optc-gen.awk: Handle LangEnabledBy.
2162 * opth-gen.awk: Generate declaration for lang-specific functions.
2163 * opt-read.awk: Record lang numbers.
2164 * opt-functions.awk (flag_set_p): Ignore the arguments of flags.
2165 (lang_sanitized_name): New.
2166
2167 2012-05-14 Bernd Schmidt <bernds@codesourcery.com>
2168
2169 * attribs.c (decl_attributes): Avoid emitting a warning if
2170 ATTR_FLAG_BUILT_IN.
2171 * doc/rtl.texi (CALL_INSN_FUNCTION_USAGE): Use lowercase for rtx
2172 codes. Document meaning of sets inside CALL_INSN_FUNCTION_USAGE.
2173 * builtin-attrs.def (DEF_ATTR_FOR_STRING): Define. Use it to
2174 define a string "1".
2175 (ATTR_RET1_NOTHROW_NONNULL_LEAF): New attr definition.
2176 * builtins.def (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET,
2177 BUILT_IN_STRCPY): Use it for these functions.
2178 * postreload.c (reload_combine): Deal with SETs inside
2179 CALL_INSN_FUNCTION_USAGE.
2180 * caller-save.c (setup_save_areas, save_call_clobbered_regs):
2181 Look for REG_RETURNED notes and use a cheap restore if possible.
2182 * ira-int.h (struct ira_allocno): New member cheap_calls_crossed_num.
2183 (ALLOCNO_CHEAP_CALLS_CROSSED_NUM): New macro.
2184 * ira-build.c (ira_create_allocno, create_cap_allocno,
2185 propagate_allocno_info, propagate_some_info_from_allocno,
2186 copy_info_to_removed_store_destination, ira_flattening): Handle it.
2187 * ira-lives.c (pseudo_regno_single_word_and_live_p,
2188 find_call_crossed_cheap_reg): New static functions.
2189 (process_bb_node_lives): Look for SETs in CALL_INSN_FUNCTION_USAGE,
2190 and set ALLOCNO_CHEAP_CALLS_CROSSED_NUM if possible. Also make
2191 a REG_RETURNED note in that case.
2192 * ira.c (setup_reg_renumber): Change assert to allow cases where
2193 allocnos only cross calls for which they are cheap to restore.
2194 * ira-costs.c (ira_tune_allocno_costs): Compare
2195 ALLOCNO_CALLS_CROSSED_NUM to ALLOCNO_CHEAP_CALLS_CROSSED_NUM rather
2196 than 0.
2197 * reg-notes.def (REG_RETURNED): New note.
2198 * cse.c (cse_insn): Likewise.
2199 * sched-deps.c (sched_analyze_insn): Likewise.
2200 * expr.c (init_block_move_fn): Set a "fn spec" attribute.
2201 * calls.c (decl_return_flags): New static function.
2202 (expand_call): Generate a SET in CALL_INSN_FUNCTION_USAGE for
2203 functions that return one of their arguments.
2204 * regcprop.c (struct kill_set_value_data): New.
2205 (kill_set_value): Interpret data as a pointer to such a struct.
2206 Do nothing if the caller wants the register to be ignored.
2207 (copyprop_hardreg_forward_1): Handle SETs in CALL_INSN_FUNCTION_USAGE.
2208
2209 2012-05-14 Richard Guenther <rguenther@suse.de>
2210
2211 PR tree-optimization/53340
2212 * tree-ssa-pre.c (op_valid_in_sets): Fix error in last commit.
2213
2214 2012-05-14 Richard Guenther <rguenther@suse.de>
2215
2216 * gimplify.c (gimplify_expr): Remove odd code.
2217
2218 2012-05-14 Eric Botcazou <ebotcazou@adacore.com>
2219
2220 * stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype
2221 into a PLUS_EXPR byte offset.
2222
2223 * tree-ssa-pre.c (can_value_number_call): Delete.
2224 (compute_avail): Skip all statements with side effects.
2225 <GIMPLE_CALL>: Skip calls to internal functions.
2226
2227 2012-05-13 Steven Bosscher <steven@gcc.gnu.org>
2228
2229 * config/pa/pa.md: Use define_c_enum for "unspec" and "unspecv".
2230
2231 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
2232
2233 * common.opt (Wtype-limits): Use EnabledBy.
2234
2235 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
2236
2237 * config/i386/i386.md (*pushtf): Enable for TARGET_SSE.
2238 (pushtf splitter): Ditto.
2239 (movtf): Ditto.
2240 (*movtf_internal): Ditto. Use V4SFmode for !TARGET_SSE2.
2241 (<code>tf2): Enable for TARGET_SSE.
2242 (*absnegtf2_sse): Ditto.
2243 (copysign<mode>3): Enable TFmode for TARGET_SSE.
2244 (copysign<mode>3_const): Ditto.
2245 (copysign<mode>3_var): Ditto.
2246 * config/i386/sse.md (<code>tf3): Enable for TARGET_SSE.
2247 (*andnottf3): Ditto. Use V4SFmode for !TARGET_SSE2.
2248 (*<code>tf3): Ditto.
2249 * config/i386/i386.c (struct builtin_description bdesc_args)
2250 <IX86_BUILTIN_FABSQ>: Enable for TARGET_SSE.
2251 <IX86_BUILTIN_COPYSIGNQ>: Ditto.
2252 (ix86_expand_builtin) <IX86_BUILTIN_FABSQ, IX86_BUILTIN_COPYSIGNQ>:
2253 Emit a normal call if SSE isn't available.
2254
2255 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
2256
2257 * config/i386/sse.md (<sse>_andnot<mode>3): Handle
2258 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
2259 (<code><mode>3): Ditto.
2260 (*andnot<mode>3): Ditto.
2261 (*andnottf3): Ditto.
2262 (*<code><mode>3): Ditto.
2263 (<code>tf3): Ditto.
2264
2265 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
2266
2267 * optc-gen.awk: Error instead of warning for conflicting help.
2268
2269 2012-05-12 Jason Merrill <jason@redhat.com>
2270
2271 PR debug/53235
2272 * dwarf2out.c (build_local_stub): Prefer DW_AT_signature for
2273 comdat types.
2274
2275 2012-05-12 Eric Botcazou <ebotcazou@adacore.com>
2276
2277 * function.c (requires_stack_frame_p): If the function can throw
2278 non-call exceptions, return true if the insn can throw internally.
2279
2280 2012-05-12 Paolo Carlini <paolo.carlini@oracle.com>
2281
2282 * doc/generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
2283
2284 2012-05-12 Uros Bizjak <ubizjak@gmail.com>
2285
2286 * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
2287 ORDERED and UNORDERED conditions.
2288
2289 2012-05-11 Richard Guenther <rguenther@suse.de>
2290
2291 * tree-flow.h (referenced_var_check_and_insert): Remove.
2292 (find_new_referenced_vars): Likewise.
2293 * tree-dfa.c (referenced_var_check_and_insert): Make static.
2294 (find_new_referenced_vars_1, find_new_referenced_vars): Remove.
2295 * tree-inline.c (copy_bb): Use find_referenced_vars_in
2296 instead of find_new_referenced_vars.
2297 * gimple-fold.c (gimplify_and_update_call_from_tree): Likewise.
2298
2299 2012-05-11 Richard Guenther <rguenther@suse.de>
2300
2301 * tree-pass.h (pass_rest_of_compilation,
2302 pass_all_optimizations, pass_postreload, pass_all_early_optimizations):
2303 Remove.
2304 * passes.c (pass_all_optimizations, pass_postreload,
2305 pass_all_early_optimizations): Make static.
2306 (pass_rest_of_compilation): Likewise. Make it an RTL_PASS.
2307 * tree-phinodes.c (init_phinodes, fini_phinodes): Remove.
2308 * tree-ssa.c (init_tree_ssa): Do not call init_phinodes.
2309 (delete_tree_ssa): Do not call fini_phinodes.
2310 * tree-flow.h (init_phinodes, fini_phinodes): Remove.
2311
2312 2012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
2313
2314 PR 53063
2315 * doc/options.texi (EnabledBy): Document
2316 * opts.c: Include opts.h and options.h before tm.h.
2317 (finish_options): Do not handle some sub-options here...
2318 (common_handle_option): ... instead call common_handle_option_auto
2319 here.
2320 * optc-gen.awk: Handle EnabledBy.
2321 * opth-gen.awk: Declare common_handle_option_auto.
2322 * common.opt (Wuninitialized): Use EnabledBy. Delete Init.
2323 (Wmaybe-uninitialized): Likewise.
2324 (Wunused-but-set-variable): Likewise.
2325 (Wunused-function): Likewise.
2326 (Wunused-label): Likewise.
2327 (Wunused-value): Likewise.
2328 (Wunused-variable): Likewise.
2329 * opt-read.awk: Create opt_numbers array.
2330
2331 2012-05-11 Richard Guenther <rguenther@suse.de>
2332
2333 PR tree-optimization/53295
2334 * tree-data-ref.h (stride_of_unit_type_p): Handle non-constant
2335 strides.
2336 * tree-data-ref.c (dr_analyze_innermost): Allow non-constant
2337 strides when analyzing data-references in a loop context.
2338 * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Reject
2339 non-constant strides for now.
2340 (vect_enhance_data_refs_alignment): Ignore data references
2341 that are strided loads.
2342 (vect_analyze_data_ref_access): Handle non-constant strides.
2343 (vect_check_strided_load): Verify the data-reference is a load.
2344 (vect_analyze_data_refs): Restructure to make strided load
2345 support not dependent on gather support.
2346 * tree-vect-stmts.c (vectorizable_load): Avoid useless work
2347 when doing strided or gather loads.
2348 * tree-vect-loop-manip.c (vect_vfa_segment_size): Use
2349 integer_zerop to compare stride with zero.
2350
2351 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
2352
2353 * config/i386/driver-i386.c (host_detect_local_cpu): Support RTM.
2354
2355 2012-05-11 Jan Hubicka <jh@suse.cz>
2356
2357 PR bootstrap/53300
2358 * varpool.c (varpool_assemble_decl): Also output constat pool entries
2359 that output_constant_pool missed.
2360
2361 2012-05-11 Mingjie Xing <mingjie.xing@gmail.com>
2362
2363 * config/mips/t-vxworks: Change MUTLILIB_EXTRA_OPTS to
2364 MULTILIB_EXTRA_OPTS.
2365
2366 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
2367
2368 PR target/53291
2369 * config/i386/i386.md (xtest): Use NE condition in ix86_expand_setcc.
2370
2371 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
2372
2373 * config/i386/i386.md (*movti_internal_rex64): Avoid MOVAPS size
2374 optimization for TARGET_AVX.
2375 (*movti_internal_sse): Ditto.
2376 (*movdi_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
2377 (*movdi_internal): Ditto.
2378 (*movsi_internal): Ditto.
2379 (*movtf_internal): Avoid MOVAPS size optimization for TARGET_AVX.
2380 (*movdf_internal_rex64): Ditto.
2381 (*movfd_internal): Ditto.
2382 (*movsf_internal): Ditto.
2383 * config/i386/sse.md (mov<mode>): Handle TARGET_SSE_LOAD0_BY_PXOR.
2384
2385 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
2386
2387 * dwarf2out.c (add_byte_size_attribute) <RECORD_TYPE>: Handle variable
2388 reference as size attribute.
2389
2390 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
2391 Tristan Gingold <gingold@adacore.com>
2392
2393 * doc/md.texi (Standard Names): Document probe_stack_address.
2394 * explow.c (emit_stack_probe): Handle probe_stack_address.
2395 * config/ia64/ia64.md (UNSPECV_PROBE_STACK_ADDRESS): New constant.
2396 (UNSPECV_PROBE_STACK_RANGE): Likewise.
2397 (probe_stack_address): New insn.
2398 (probe_stack_range): Likewise.
2399 * config/ia64/ia64.c: Include common/common-target.h.
2400 (ia64_compute_frame_size): Mark r2 and r3 as used if static stack
2401 checking is enabled.
2402 (ia64_emit_probe_stack_range): New function.
2403 (output_probe_stack_range): Likewise.
2404 (ia64_expand_prologue): Invoke ia64_emit_probe_stack_range if static
2405 builtin stack checking is enabled.
2406 (rtx_needs_barrier) <UNSPEC_VOLATILE>: Handle UNSPECV_PROBE_STACK_RANGE
2407 and UNSPECV_PROBE_STACK_ADDRESS.
2408 (unknown_for_bundling_p): New predicate.
2409 (group_barrier_needed): Use important_for_bundling_p.
2410 (ia64_dfa_new_cycle): Use unknown_for_bundling_p.
2411 (issue_nops_and_insn): Likewise.
2412 (bundling): Likewise.
2413 (final_emit_insn_group_barriers): Likewise.
2414 * config/ia64/ia64-protos.h (output_probe_stack_range): Declare.
2415 * config/ia64/hpux.h (STACK_CHECK_STATIC_BUILTIN): Define.
2416 (STACK_CHECK_PROTECT): Likewise.
2417 * config/ia64/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
2418
2419 2012-05-10 Jan Hubicka <jh@suse.cz>
2420
2421 * ipa-inline.c (update_all_callee_keys): Remove.
2422 (inline_small_functions): Simplify priority updating.
2423
2424 2012-05-10 Jan Hubicka <jh@suse.cz>
2425
2426 * ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.
2427
2428 2012-05-10 Jan Hubicka <jh@suse.cz>
2429
2430 * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...
2431 (symtab_remove_unreachable_nodes): ... this one.
2432 * ipa-cp.c (ipcp_driver): Do not remove unreachable nodes.
2433 * cgraphunit.c (ipa_passes): Update.
2434 * cgraphclones.c (cgraph_materialize_all_clones): Update.
2435 * cgraph.c (cgraph_release_function_body): Only turn initial
2436 into error mark when initial was previously set.
2437 * ipa-inline.c (ipa_inline): Update.
2438 * ipa.c: Include ipa-inline.h
2439 (enqueue_cgraph_node, enqueue_varpool_node): Remove.
2440 (enqueue_node): New function.
2441 (process_references): Update.
2442 (symtab_remove_unreachable_nodes): Cleanup.
2443 * passes.c (execute_todo, execute_one_pass): Update.
2444
2445 2012-05-10 Vladimir Makarov <vmakarov@redhat.com>
2446
2447 PR rtl-optimization/53125
2448 * ira.c (ira): Call find_moveable_pseudos and
2449 move_unallocated_pseudos if only ira_conflicts_p is true.
2450
2451 2012-05-10 Uros Bizjak <ubizjak@gmail.com>
2452
2453 * config/i386/i386.md (*movoi_internal_avx): Handle
2454 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL and TARGET_SSE_TYPELESS_STORES.
2455 (*movti_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
2456 (*movti_internal_sse): Ditto.
2457 (*movtf_internal): Ditto.
2458 * config/i386/sse.md (ssePSmode): New mode attribute.
2459 (*move<mode>_internal): Use ssePSmode.
2460 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Ditto.
2461 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
2462 * config/i386/i386.c (standard_sse_constant_opcode): Do not handle
2463 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL here.
2464
2465 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
2466
2467 * gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
2468 DECL_ORIGINAL_TYPE if it is present.
2469
2470 2012-05-10 Nick Clifton <nickc@redhat.com>
2471
2472 PR target/53120
2473 * config/m32c/bitops.md (bset_qi): Change operand 2 from having
2474 a "0" constraint to being a (match_dup 0).
2475
2476 2012-05-10 Richard Guenther <rguenther@suse.de>
2477
2478 * stor-layout.c (byte_from_pos): Amend comment.
2479
2480 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2481
2482 * doc/extend.texi (X86 Built-in Functions, __builtin_cpu_init):
2483 Document requirement to call in constructors.
2484
2485 * config/i386/i386.c: Update comments for i386-cpuinfo.c name change.
2486
2487 2012-05-10 Richard Guenther <rguenther@suse.de>
2488
2489 * tree.h (TYPE_IS_SIZETYPE): Remove.
2490 * fold-const.c (int_const_binop_1): Remove TYPE_IS_SIZETYPE use.
2491 (extract_muldiv_1): Likewise.
2492 * gimple.c (gtc_visit): Likewise.
2493 (gimple_types_compatible_p): Likewise.
2494 (iterative_hash_canonical_type): Likewise.
2495 (gimple_canonical_types_compatible_p): Likewise.
2496 * gimplify.c (gimplify_one_sizepos): Likewise.
2497 * print-tree.c (print_node): Likewise.
2498 * stor-layout.c (initialize_sizetypes): Do not set TYPE_IS_SIZETYPE.
2499
2500 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
2501
2502 PR target/52908
2503 * config/i386/sse.md (vec_widen_smult_hi_v4si): Expand using
2504 xop_pmacsdqh insn pattern instead of xop_mulv2div2di3_high.
2505 (vec_widen_smult_lo_v4si): Expand using xop_pmacsdql insn pattern
2506 instead of xop_mulv2div2di3_low.
2507 (xop_p<macs>dql): Fix vec_select selector.
2508 (xop_p<macs>dqh): Ditto.
2509 (xop_mulv2div2di3_low): Remove insn_and_split pattern.
2510 (xop_mulv2div2di3_high): Ditto.
2511
2512 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
2513
2514 PR c++/53289
2515 * diagnostic.h (diagnostic_context): Add last_location.
2516 * diagnostic.c (diagnostic_initialize): Initialize it.
2517 (diagnostic_show_locus): Use it.
2518
2519 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
2520
2521 * doc/extend.texi (Function Attributes): Point xref to section
2522 about Pragmas.
2523
2524 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
2525
2526 * config/i386/i386.c (*movdf_internal_rex64): Remove
2527 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
2528 Calculate "mode" attribute according to
2529 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
2530 (*movdf_internal): Ditto.
2531
2532 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
2533
2534 PR target/44141
2535 * config/i386/i386.c (ix86_expand_vector_move_misalign): Do not handle
2536 128 bit vectors specially for TARGET_AVX. Emit sse2_movupd and
2537 sse_movupd RTXes for TARGET_AVX, TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
2538 or when optimizing for size.
2539 * config/i386/sse.md (*mov<mode>_internal): Remove
2540 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
2541 Calculate "mode" attribute according to optimize_function_for_size_p
2542 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
2543 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Choose asm template
2544 depending on the mode of the instruction. Calculate "mode" attribute
2545 according to optimize_function_for_size_p, TARGET_SSE_TYPELESS_STORES
2546 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flags.
2547 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
2548
2549 2012-05-09 Georg-Johann Lay <avr@gjlay.de>
2550
2551 PR target/53256
2552 * config/avr/elf.h (ASM_DECLARE_FUNCTION_NAME): Remove.
2553 * config/avr/avr-protos.h (avr_asm_declare_function_name): Remove.
2554 * config/avr/avr.h (struct machine_function): Add attributes_checked_p.
2555 * config/avr/avr.c (avr_asm_declare_function_name): Remove.
2556 (expand_prologue): Move initialization of cfun->machine->is_naked,
2557 is_interrupt, is_signal, is_OS_task, is_OS_main from here to...
2558 (avr_set_current_function): ...this new static function.
2559 (TARGET_SET_CURRENT_FUNCTION): New define.
2560 (avr_function_ok_for_sibcall): Use cfun->machine->is_* instead of
2561 checking attributes of current_function_decl.
2562 (avr_regs_to_save): Ditto.
2563 (signal_function_p): Rename to avr_signal_function_p.
2564 (interrupt_function_p): Rename to avr_interrupt_function_p.
2565
2566 * doc/extend.texi (Function Attributes): Better explanation of
2567 'interrupt' and 'signal' for AVR. Move 'ifunc' down to establish
2568 alphabetical order.
2569
2570 2012-05-09 Michael Matz <matz@suse.de>
2571
2572 PR tree-optimization/53185
2573 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Disable
2574 peeling when we see strided loads.
2575
2576 2012-05-09 Matthias Klose <doko@ubuntu.com>
2577
2578 * gcc-ar.c (main): Don't check for execute bits for the plugin.
2579
2580 2012-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2581
2582 * tree-ssa-loop-ivopts.c (add_autoinc_candidates, get_address_cost):
2583 Replace use of HAVE_{POST/PRE}_{INCREMENT/DECREMENT} with
2584 USE_{LOAD/STORE}_{PRE/POST}_{INCREMENT/DECREMENT} appropriately.
2585 * config/arm/arm.h (ARM_AUTOINC_VALID_FOR_MODE_P): New.
2586 (USE_LOAD_POST_INCREMENT): Define.
2587 (USE_LOAD_PRE_INCREMENT): Define.
2588 (USE_LOAD_POST_DECREMENT): Define.
2589 (USE_LOAD_PRE_DECREMENT): Define.
2590 (USE_STORE_PRE_DECREMENT): Define.
2591 (USE_STORE_PRE_INCREMENT): Define.
2592 (USE_STORE_POST_DECREMENT): Define.
2593 (USE_STORE_POST_INCREMENT): Define.
2594 (arm_auto_incmodes): Add enumeration.
2595 * config/arm/arm-protos.h (arm_autoinc_modes_ok_p): Declare.
2596 * config/arm/arm.c (arm_autoinc_modes_ok_p): Define.
2597
2598 2012-05-09 Jakub Jelinek <jakub@redhat.com>
2599
2600 PR tree-optimization/53226
2601 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Remove
2602 prev and prev_initialized vars, gimple_set_plf (stmt, GF_PLF_1, false)
2603 before processing it and gimple_set_plf (stmt, GF_PLF_1, true) if it
2604 doesn't need to be revisited, look for earliest stmt with
2605 !gimple_plf (stmt, GF_PLF_1) if something changed.
2606
2607 2012-05-09 Terry Guo <terry.guo@arm.com>
2608
2609 * genmultilib: Update copyright dates.
2610 * doc/fragments.texi: Ditto.
2611
2612 2012-05-09 Terry Guo <terry.guo@arm.com>
2613
2614 * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED.
2615 * genmultilib (MULTILIB_REQUIRED): New.
2616 * doc/fragments.texi: Document the MULTILIB_REQUIRED.
2617
2618 2012-05-09 Richard Guenther <rguenther@suse.de>
2619
2620 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
2621 (vect_do_peeling_for_loop_bound): Likewise.
2622 (vect_do_peeling_for_alignment): Likewise.
2623 * tree-vect-loop-manip.c (conservative_cost_threshold): Remove.
2624 (vect_do_peeling_for_loop_bound): Get check_profitability and
2625 threshold as parameters.
2626 (vect_do_peeling_for_alignment): Likewise.
2627 (vect_loop_versioning): Likewise.
2628 * tree-vect-loop.c (vect_transform_loop): Compute check_profitability
2629 and threshold here. Control where to put the check here.
2630
2631 2012-05-09 Richard Sandiford <rdsandiford@googlemail.com>
2632
2633 PR middle-end/53249
2634 * dwarf2out.h (get_address_mode): Move declaration to...
2635 * rtl.h: ...here.
2636 * dwarf2out.c (get_address_mode): Move definition to...
2637 * rtlanal.c: ...here.
2638 * var-tracking.c (get_address_mode): Delete.
2639 * combine.c (find_split_point): Use get_address_mode instead of
2640 targetm.addr_space.address_mode.
2641 * cselib.c (cselib_record_sets): Likewise.
2642 * dse.c (canon_address, record_store): Likewise.
2643 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
2644 * expr.c (move_by_pieces, emit_block_move_via_loop, store_by_pieces)
2645 (store_by_pieces_1, expand_assignment, store_expr, store_constructor)
2646 (expand_expr_real_1): Likewise.
2647 * ifcvt.c (noce_try_cmove_arith): Likewise.
2648 * optabs.c (maybe_legitimize_operand_same_code): Likewise.
2649 * reload.c (find_reloads): Likewise.
2650 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
2651 * sel-sched-dump.c (debug_mem_addr_value): Likewise.
2652
2653 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
2654
2655 * config/mips/mips.c (mips16_gp_pseudo_reg): Remove line
2656 information from the instruction produced.
2657
2658 2012-05-09 Richard Guenther <rguenther@suse.de>
2659
2660 * stor-layout.c (bit_from_pos): Document.
2661 (byte_from_pos): Likewise. Optimize.
2662 (pos_from_bit): Likewise.
2663 (normalize_offset): Use pos_from_bit instead of replicating it.
2664
2665 2012-05-09 Alan Modra <amodra@gmail.com>
2666
2667 PR target/53271
2668 * config/rs6000/rs6000.c (gen_frame_set): New function.
2669 (gen_frame_load, gen_frame_store): New functions.
2670 (rs6000_savres_rtx): Use the above.
2671 (rs6000_emit_epilogue, rs6000_emit_prologue): Here too.
2672 Correct mode used for CR2 in save/restore_world patterns.
2673 Don't emit instructions for eh_return frame unwind reg info.
2674
2675 2012-05-08 Jan Hubicka <jh@suse.cz>
2676
2677 * cgraphbuild.c (build_cgraph_edges): Do not finalize vars
2678 with VALUE_EXPR.
2679 * cgraph.h (varpool_can_remove_if_no_refs): Vars with VALUE_EXPR
2680 are removable.
2681 * toplev.c (wrapup_global_declaration_2): Vars with VALUE_EXPR
2682 need to wrapup.
2683 (compile_file): Do not output variables.
2684 * cgraphbuild.c (varpool_finalize_decl): When var is finalized late,
2685 output it.
2686 * langhooks.c: Include timevar.h
2687 (write_global_declarations): Finalize compilation unit after wrapup;
2688 set timevars correctly.
2689 * passes.c (rest_of_decl_compilation): Decls with VALUE_EXPR needs
2690 not to be added to varpool.
2691 * varpool.c (varpool_assemble_decl): Sanity check that we are called
2692 only on cases where it makes sense; skip constant pool and value expr
2693 vars.
2694
2695 2012-05-08 David S. Miller <davem@davemloft.net>
2696
2697 * config/sparc/linux.h (LINK_SPEC): Don't pass "-Y" option.
2698 * config/sparc/linux64.h (LINK_ARCH32_SPEC): Likewise.
2699 * config/sparc/linux64.h (LINK_ARCH64_SPEC): Likewise.
2700
2701 2012-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2702
2703 PR rtl-optimization/53278
2704 * lower-subreg.c (decompose_multiword_subregs): Remove left-over
2705 speed_p code from earlier patch.
2706
2707 2012-05-08 Oleg Endo <olegendo@gcc.gnu.org>
2708
2709 PR target/51244
2710 * config/sh/sh.md (*branch_true, *branch_false): New insns.
2711
2712 2012-05-08 Teresa Johnson <tejohnson@google.com>
2713
2714 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.
2715 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
2716
2717 2012-05-08 Jan Hubicka <jh@suse.cz>
2718
2719 * cgraph.c (cgraph_call_edge_duplication_hooks): Export.
2720 (cgraph_create_node_1): Rename to ...
2721 (cgraph_create_empty_node): ... this one; export.
2722 (cgraph_create_node): Update.
2723 (cgraph_set_call_stmt_including_clones): Move to cgraphclones.c
2724 (cgraph_create_edge_including_clones): Likewise.
2725 (cgraph_find_replacement_node): Likewise.
2726 (cgraph_clone_edge): Likewise.
2727 (cgraph_clone_node): Likewise.
2728 (clone_function_name): Likewise.
2729 (cgraph_create_virtual_clone): Likewise.
2730 (cgraph_remove_node_and_inline_clones): Likewise.
2731 (cgraph_redirect_edge_call_stmt_to_callee): Move here from cgraphunit.c
2732 * cgraph.h: Reorder declarations so they match file of origin.
2733 (cgraph_create_empty_node): Declare.
2734 * cgraphunit.c (update_call_expr): Move to cgraphclones.c
2735 (cgraph_copy_node_for_versioning): Likewise.
2736 (cgraph_function_versioning): Likewise.
2737 (cgraph_materialize_clone): Likewise.
2738 (cgraph_redirect_edge_call_stmt_to_callee): Likewise.
2739 (cgraph_materialize_all_clones): Likewise.
2740 * cgraphclones.c: New file.
2741 * Makefile.in: Update for cgraphclones.
2742
2743 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
2744
2745 PR target/53176
2746 * config/i386/i386.c (ix86_set_reg_reg_cost): New function.
2747 (ix86_rtx_costs): Handle SET.
2748
2749 2012-05-08 Michael Matz <matz@suse.de>
2750
2751 * basic-block.h (struct rtl_bb_info): Remove visited member and
2752 move head_ member to ...
2753 (struct basic_block_def.basic_block_il_dependent): ... the new
2754 member x, replacing but containing old member rtl.
2755 (enum bb_flags): New BB_VISITED flag.
2756 (BB_HEADER, BB_FOOTER): New macros.
2757
2758 * jump.c (mark_all_labels): Adjust.
2759 * cfgcleanup.c (try_optimize_cfg): Adjust.
2760 * cfglayout.c (record_effective_endpoints): Adjust.
2761 (relink_block_chain): Ditto (and don't fiddle with visited).
2762 (fixup_reorder_chain): Adjust.
2763 (fixup_fallthru_exit_predecessor): Ditto.
2764 (cfg_layout_duplicate_bb): Ditto.
2765 * combine.c (update_cfg_for_uncondjump): Adjust.
2766 * bb-reorder.c (struct bbro_basic_block_data_def): Add visited member.
2767 (bb_visited_trace): New accessor.
2768 (mark_bb_visited): Move in front.
2769 (rotate_loop): Use bb_visited_trace.
2770 (find_traces_1_round): Ditto.
2771 (emit_barrier_after): Ditto.
2772 (copy_bb): Ditto, and initialize visited on resize.
2773 (reorder_basic_blocks): Initize visited member.
2774 (duplicate_computed_gotos): Clear bb flags at start, use
2775 BB_VISITED flags.
2776
2777 * cfgrtl.c (try_redirect_by_replacing_jump): Adjust.
2778 (rtl_verify_flow_info_1): Ditto.
2779 (cfg_layout_split_block): Ditto.
2780 (cfg_layout_delete_block): Ditto.
2781 (cfg_layout_merge_blocks): Ditto.
2782 (init_rtl_bb_info): Adjust and initialize il.x.head_ member.
2783
2784 2012-05-08 Hans-Peter Nilsson <hp@axis.com>
2785
2786 PR target/53272
2787 * config/cris/cris.c (cris_normal_notice_update_cc): For TARGET_V32,
2788 when a constant source operand matches an "I" constraint, the "no
2789 CC0 change" applies to a register-destination only, not a
2790 strict_low_part-destination.
2791
2792 2012-05-08 Richard Guenther <rguenther@suse.de>
2793
2794 * fold-const.c (fold_binary_loc): Fold (X * CST1) & CST2
2795 to zero or to (X * CST1) & CST2' when CST1 has trailing zeros.
2796
2797 2012-05-08 Georg-Johann Lay <avr@gjlay.de>
2798
2799 * Makefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.
2800
2801 * doc/avr-mmcu.texi: New auto-generated file.
2802 * doc/invoke.texi (AVR Options): Include avr-mmcu.texi in order
2803 to document all valid -mmcu= arguments.
2804
2805 * config/avr/avr.h (arch_info_s): New struct definition.
2806 * config/avr/avr-devices.c (avr_texinfo): New variable.
2807 * config/avr/gen-avr-mmcu-texi.c: New file.
2808 * config/avr/t-avr: New rules and dependencies to build avr-mmcu.texi.
2809
2810 2012-05-08 Dehao Chen <dehao@google.com>
2811
2812 * predict.c (find_qualified_ssa_name): New.
2813 (find_ssa_name_in_expr): New.
2814 (find_ssa_name_in_assign_stmt): New.
2815 (is_comparison_with_loop_invariant_p): New.
2816 (is_bound_expr_similar): New.
2817 (predict_iv_comparison): New.
2818 (predict_loops): Add heuristic for loop-nested branches that compare an
2819 induction variable to a loop bound variable.
2820 * predict.def (PRED_LOOP_IV_COMPARE): New macro.
2821
2822 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
2823
2824 * config/i386/i386.c (has_dispatch): Use TARGET_BDVER1 and
2825 TARGET_BDVER2 defines where appropriate.
2826
2827 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
2828
2829 * configure.ac (PLUGIN_LD): Rename into...
2830 (PLUGIN_LD_SUFFIX): ...this and strip the target_alias triplet.
2831 * config.in: Regenerate.
2832 * configure: Likewise.
2833 * collect2.c (main): Set plugin_ld_suffix to PLUGIN_LD_SUFFIX.
2834
2835 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
2836
2837 * tree-dfa.c (get_ref_base_and_extent) <ARRAY_REF>: Do the offset
2838 computation using the precision of the index type.
2839 * gimple-fold.c (fold_const_aggregate_ref_1) <ARRAY_REF>: Likewise.
2840 (fold_array_ctor_reference): Do index computations in the index type.
2841
2842 2012-05-07 Georg-Johann Lay <avr@gjlay.de>
2843
2844 * config/avr/avr.c (avr_prologue_setup_frame): Fix mode passed
2845 down to plus_constant.
2846 (expand_epilogue): Ditto.
2847
2848 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
2849
2850 * postreload.c (reload_cse_regs): Make static.
2851 * reload.h (reload_cse_regs): Remove prototype.
2852
2853 2012-05-07 Richard Henderson <rth@redhat.com>
2854
2855 * config/alpha/alpha.md (clear_cache): New pattern.
2856
2857 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
2858
2859 PR middle-end/53245
2860 * gimplify.c (preprocess_case_label_vec_for_gimple): If low or high
2861 is folded to a type boundary value, verify that the resulting case
2862 label is still a care range.
2863
2864 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
2865
2866 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf
2867 only for TARGET_GENERIC, when not optimizing for size.
2868 (*ffs<mode>_1): Ditto.
2869
2870 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
2871
2872 * tree-cfg.c (verify_gimple_switch): Tighten checks.
2873
2874 2012-05-07 Jakub Jelinek <jakub@redhat.com>
2875
2876 PR tree-optimization/53239
2877 * tree-vrp.c (get_value_range): Set VR of SSA_NAME_IS_DEFAULT_DEF
2878 of DECL_BY_REFERENCE RESULT_DECL to nonnull.
2879
2880 2012-05-07 Richard Guenther <rguenther@suse.de>
2881
2882 PR tree-optimization/53195
2883 * tree-inline.c (setup_one_parameter): Properly add referenced
2884 vars from the parameters new known value.
2885
2886 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
2887
2888 * config/m68k/m68k.c (m68k_sched_branch_type): Remove.
2889 (sched_branch_type): Remove.
2890 (m68k_sched_md_init_global): Don't allocate it.
2891 (m68k_sched_md_finish_global): Don't free it.
2892 * config/m68k/m68k.h (m68k_sched_branch_type): Remove prototype.
2893 * config/m68k/m68k.md: Set the type of insns using
2894 m68k_sched_branch_type to bcc directly.
2895
2896 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2897
2898 * config/sol2.c (solaris_override_options): New function.
2899 * config/sol2-protos.h (solaris_override_options): Declare.
2900 * config/sol2.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
2901
2902 2012-05-07 Richard Guenther <rguenther@suse.de>
2903
2904 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return
2905 whether we failed to compute data dependences.
2906 (loop_prefetch_arrays): Fail if we failed.
2907
2908 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
2909 Paolo Bonzini <bonzini@gnu.org>
2910
2911 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf even for !TARGET_BMI.
2912 Emit bsf when optimizing for size.
2913 (*ffs<mode>_1): Ditto.
2914
2915 2012-05-07 Oleg Endo <olegendo@gcc.gnu.org>
2916
2917 PR target/53250
2918 * config/sh/sh.c (sh_rtx_costs): Handle SET.
2919
2920 2012-05-06 Uros Bizjak <ubizjak@gmail.com>
2921
2922 PR target/53227
2923 * config/i386/i386.md (swap<mode>): Rename from *swap<mode>.
2924 (bswapdi2): Split from bswap<mode>2. Use nonnimediate_operand
2925 predicate for operand 1. Force operand 1 to register for TARGET_BSWAP.
2926 (bswapsi2): Ditto.
2927 (*bswapdi2_doubleword): New insn pattern.
2928 (*bswap<mode>2): Rename from *bswap<mode>2_1.
2929
2930 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
2931
2932 * config/mips/mips.c (mips_set_reg_reg_piece_cost): New function.
2933 (mips_set_reg_reg_cost): Likewise.
2934 (mips_rtx_costs): Handle SET.
2935
2936 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
2937
2938 * lower-subreg.c (shift_cost): Use set_src_cost, avoiding the SET.
2939 (compute_costs): Likewise for the zero extension. Use set_rtx_cost
2940 to compute the cost of moves. Set the mode of the target register.
2941
2942 2012-05-05 Richard Sandiford <rdsandiford@googlemail.com>
2943
2944 * rtl.h (plus_constant, plus_constant_mode): Merge into a single
2945 plus_constant function.
2946 * explow.c (plus_constant, plus_constant_mode): Likewise. Assert
2947 that the mode is sensible.
2948 (use_anchored_address, round_push, allocate_dynamic_stack_space)
2949 (probe_stack_range, anti_adjust_stack_and_probe): Update calls to
2950 plus_constant.
2951
2952 * alias.c (canon_rtx): Likewise.
2953 (init_alias_analysis): Likewise.
2954 * builtins.c (expand_builtin_return_addr)
2955 (expand_builtin_setjmp_setup, expand_builtin_longjmp)
2956 (expand_builtin_nonlocal_goto, expand_builtin_update_setjmp_buf)
2957 (expand_builtin_apply_args_1, expand_builtin_apply, expand_movstr)
2958 (expand_builtin_stpcpy): Likewise.
2959 * calls.c (save_fixed_argument_area, restore_fixed_argument_area)
2960 (compute_argument_addresses, internal_arg_pointer_based_exp)
2961 (expand_call, emit_library_call_value_1): Likewise.
2962 * cfgexpand.c (expand_one_stack_var_at, expand_debug_expr): Likewise.
2963 * combine-stack-adj.c (try_apply_stack_adjustment): Likewise.
2964 * combine.c (combine_simplify_rtx, force_to_mode): Likewise.
2965 * cse.c (insert_const_anchor, find_reg_offset_for_const)
2966 (use_related_value, fold_rtx): Likewise.
2967 * cselib.c (cselib_subst_to_values): Likewise.
2968 * dse.c (record_store, check_mem_read_rtx): Likewise.
2969 * dwarf2out.c (rtl_for_decl_location, gen_variable_die): Likewise.
2970 * emit-rtl.c (adjust_address_1): Likewise.
2971 * except.c (sjlj_emit_function_enter)
2972 (expand_builtin_extract_return_addr)
2973 (expand_builtin_frob_return_addr): Likewise.
2974 * expmed.c (expand_divmod): Likewise.
2975 * expr.c (move_by_pieces, store_by_pieces, store_by_pieces_1)
2976 (emit_move_resolve_push, push_block, emit_push_insn, store_expr)
2977 (expand_expr_addr_expr_1, expand_expr_real_1): Likewise.
2978 * function.c (assign_stack_local_1)
2979 (instantiate_virtual_regs_in_rtx): Likewise.
2980 * optabs.c (prepare_cmp_insn): Likewise.
2981 * recog.c (offsettable_address_addr_space_p): Likewise.
2982 * reload.c (find_reloads_address, form_sum)
2983 (find_reloads_subreg_address): Likewise.
2984 * reload1.c (init_reload, eliminate_regs_1)
2985 (eliminate_regs_in_insn): Likewise.
2986 * simplify-rtx.c (simplify_unary_operation_1)
2987 (simplify_binary_operation_1, simplify_plus_minus): Likewise.
2988 * var-tracking.c (compute_cfa_pointer, prepare_call_arguments)
2989 (vt_add_function_parameter): Likewise.
2990
2991 * config/alpha/alpha.h (EH_RETURN_HANDLER_RTX): Likewise.
2992 * config/alpha/vms.h (EH_RETURN_HANDLER_RTX): Likewise.
2993 * config/alpha/alpha.c (alpha_legitimize_address_1)
2994 (get_unaligned_address, alpha_expand_unaligned_load)
2995 (alpha_expand_unaligned_store, alpha_expand_unaligned_load_words)
2996 (alpha_expand_unaligned_store_words, alpha_expand_block_clear)
2997 (alpha_expand_builtin_establish_vms_condition_handler)
2998 (alpha_setup_incoming_varargs, emit_frame_store_1)
2999 (alpha_expand_prologue, alpha_expand_epilogue)
3000 (alpha_use_linkage): Likewise.
3001 * config/alpha/alpha.md: Likewise.
3002
3003 * config/arm/arm.c (arm_trampoline_init, legitimize_pic_address)
3004 (arm_load_pic_register, arm_pic_static_addr, arm_legitimize_address)
3005 (thumb_legitimize_address, arm_gen_load_multiple_1)
3006 (arm_gen_store_multiple_1, arm_gen_multiple_op, gen_ldm_seq)
3007 (gen_stm_seq, gen_const_stm_seq, arm_block_move_unaligned_straight)
3008 (arm_block_move_unaligned_loop, arm_gen_movmemqi, arm_reload_in_hi)
3009 (arm_reload_out_hi, arm_reorg, vfp_emit_fstmd, emit_multi_reg_push)
3010 (emit_sfm, thumb_set_frame_pointer, arm_expand_prologue)
3011 (thumb1_emit_multi_reg_push, thumb1_expand_prologue)
3012 (thumb_expand_movmemqi, arm_set_return_address)
3013 (thumb_set_return_address): Likewise.
3014 * config/arm/arm.md: Likewise.
3015
3016 * config/avr/avr.c (avr_incoming_return_addr_rtx)
3017 (avr_prologue_setup_frame, expand_epilogue)
3018 (avr_const_address_lo16): Likewise.
3019
3020 * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Likewise.
3021 * config/bfin/bfin.c (setup_incoming_varargs, bfin_load_pic_reg)
3022 (bfin_expand_prologue, bfin_trampoline_init, bfin_expand_call)
3023 (bfin_output_mi_thunk): Likewise.
3024
3025 * config/c6x/c6x.c (c6x_initialize_trampoline)
3026 (c6x_output_mi_thunk): Likewise.
3027
3028 * config/cr16/cr16.h (EH_RETURN_HANDLER_RTX): Likewise.
3029 * config/cr16/cr16.c (cr16_create_dwarf_for_multi_push): Likewise.
3030
3031 * config/cris/cris.c (cris_return_addr_rtx, cris_split_movdx)
3032 (cris_expand_prologue, cris_expand_epilogue, cris_gen_movem_load)
3033 (cris_emit_movem_store, cris_trampoline_init): Likewise.
3034 * config/cris/cris.md: Likewise.
3035
3036 * config/darwin.c (machopic_indirect_data_reference)
3037 (machopic_legitimize_pic_address): Likewise.
3038
3039 * config/epiphany/epiphany.c (epiphany_emit_save_restore)
3040 (epiphany_expand_prologue, epiphany_expand_epilogue)
3041 (epiphany_trampoline_init): Likewise.
3042 * config/epiphany/epiphany.md: Likewise.
3043
3044 * config/fr30/fr30.c (fr30_move_double): Likewise.
3045
3046 * config/frv/frv.c (frv_dwarf_store, frv_expand_prologue)
3047 (frv_expand_block_move, frv_expand_block_clear, frv_return_addr_rtx)
3048 (frv_index_memory, unspec_got_name, frv_find_base_term)
3049 (frv_output_dwarf_dtprel): Likewise.
3050
3051 * config/h8300/h8300.c (h8300_push_pop, h8300_return_addr_rtx)
3052 (h8300_swap_into_er6, h8300_swap_out_of_er6): Likewise.
3053
3054 * config/i386/i386.h (RETURN_ADDR_RTX): Likewise.
3055 * config/i386/i386.c (setup_incoming_varargs_64)
3056 (setup_incoming_varargs_ms_64, choose_baseaddr)
3057 (ix86_emit_save_reg_using_mov, ix86_adjust_stack_and_probe)
3058 (ix86_emit_probe_stack_range, ix86_expand_prologue)
3059 (ix86_emit_restore_reg_using_pop, ix86_emit_leave)
3060 (ix86_expand_epilogue, legitimize_pic_address, ix86_legitimize_address)
3061 (ix86_split_long_move, ix86_expand_movmem, ix86_expand_setmem)
3062 (ix86_static_chain, ix86_trampoline_init, x86_this_parameter)
3063 (x86_output_mi_thunk): Likewise.
3064 * config/i386/i386.md: Likewise.
3065
3066 * config/ia64/ia64.c (ia64_expand_load_address)
3067 (ia64_expand_tls_address, ia64_expand_move, ia64_split_tmode)
3068 (do_spill, ia64_trampoline_init): Likewise.
3069
3070 * config/iq2000/iq2000.c (iq2000_va_start)
3071 (iq2000_emit_frame_related_store, iq2000_expand_prologue)
3072 (iq2000_expand_eh_return, iq2000_setup_incoming_varargs)
3073 (iq2000_print_operand, iq2000_legitimize_address): Likewise.
3074
3075 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
3076
3077 * config/m32c/m32c.c (m32c_return_addr_rtx)
3078 (m32c_expand_insv): Likewise.
3079
3080 * config/m32r/m32r.c (m32r_setup_incoming_varargs)
3081 (m32r_legitimize_pic_address, m32r_print_operand)
3082 (m32r_print_operand_address): Likewise.
3083
3084 * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Likewise.
3085 * config/m68k/m68k.h (RETURN_ADDR_RTX): Likewise.
3086 (EH_RETURN_HANDLER_RTX): Likewise.
3087 * config/m68k/m68k.c (m68k_emit_movem, m68k_expand_prologue)
3088 (m68k_expand_epilogue, legitimize_pic_address)
3089 (m68k_output_mi_thunk): Likewise.
3090 * config/m68k/m68k.md: Likewise.
3091
3092 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
3093 (mcore_expand_epilog): Likewise.
3094 * config/mcore/mcore.md: Likewise.
3095
3096 * config/mep/mep.c (mep_allocate_initial_value)
3097 (mep_expand_prologue, mep_expand_epilogue): Likewise.
3098
3099 * config/microblaze/microblaze.c (double_memory_operand)
3100 (microblaze_block_move_loop): Likewise.
3101
3102 * config/mips/mips.c (mips_strip_unspec_address, mips_add_offset)
3103 (mips_setup_incoming_varargs, mips_va_start, mips_block_move_loop)
3104 (mips_print_operand, mips16e_save_restore_reg, mips_save_restore_reg)
3105 (mips_expand_prologue, mips_epilogue_set_cfa)
3106 (mips_expand_epilogue): Likewise.
3107 * config/mips/mips.md: Likewise.
3108
3109 * config/mmix/mmix.c (mmix_dynamic_chain_address, mmix_return_addr_rtx)
3110 (mmix_expand_prologue, mmix_expand_epilogue): Likewise.
3111
3112 * config/mn10300/mn10300.c (mn10300_gen_multiple_store)
3113 (mn10300_builtin_saveregs, mn10300_trampoline_init): Likewise.
3114
3115 * config/moxie/moxie.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3116 (EH_RETURN_HANDLER_RTX): Likewise.
3117 * config/moxie/moxie.c (moxie_static_chain): Likewise.
3118
3119 * config/pa/pa.c (legitimize_pic_address, hppa_legitimize_address)
3120 (store_reg, set_reg_plus_d, pa_expand_prologue, load_reg)
3121 (pa_return_addr_rtx, hppa_builtin_saveregs)
3122 (pa_trampoline_init): Likewise.
3123 * config/pa/pa.md: Likewise.
3124
3125 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
3126
3127 * config/picochip/picochip.c (picochip_static_chain): Likewise.
3128
3129 * config/rs6000/rs6000.h (RS6000_SAVE_TOC): Likewise.
3130 * config/rs6000/rs6000.c (rs6000_legitimize_address)
3131 (setup_incoming_varargs, print_operand, rs6000_return_addr)
3132 (rs6000_emit_eh_reg_restore, rs6000_emit_probe_stack_range)
3133 (rs6000_emit_epilogue)
3134 (rs6000_machopic_legitimize_pic_address): Likewise.
3135
3136 * config/rx/rx.c (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
3137
3138 * config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Likewise.
3139 (DYNAMIC_CHAIN_ADDRESS): Likewise.
3140 * config/s390/s390.c (s390_decompose_address, legitimize_pic_address)
3141 (s390_delegitimize_address, print_operand, annotate_constant_pool_refs)
3142 (replace_constant_pool_ref, s390_return_addr_rtx, s390_back_chain_rtx)
3143 (save_fpr, restore_fpr, save_gprs, restore_gprs, s390_emit_prologue)
3144 (s390_emit_epilogue, s390_function_profiler): Likewise.
3145 * config/s390/s390.md: Likewise.
3146
3147 * config/score/score.c (score_add_offset, score_prologue): Likewise.
3148
3149 * config/sh/sh.c (expand_block_move, push_regs, sh_builtin_saveregs)
3150 (sh_output_mi_thunk): Likewise.
3151 * config/sh/sh.md: Likewise.
3152
3153 * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS, FRAME_ADDR_RTX)
3154 (RETURN_ADDR_RTX, INCOMING_RETURN_ADDR_RTX): Likewise.
3155 * config/sparc/sparc.c (sparc_legitimize_pic_address)
3156 (sparc_emit_probe_stack_range, emit_save_or_restore_regs)
3157 (emit_window_save, sparc_flat_expand_prologue, sparc_struct_value_rtx)
3158 (emit_and_preserve): Likewise.
3159 * config/sparc/sparc.md: Likewise.
3160
3161 * config/spu/spu.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
3162 * config/spu/spu.c (spu_expand_insv, spu_machine_dependent_reorg)
3163 (spu_setup_incoming_varargs, ea_load_store_inline)
3164 (spu_expand_load): Likewise.
3165
3166 * config/stormy16/stormy16.c (xstormy16_expand_prologue)
3167 (combine_bnp): Likewise.
3168
3169 * config/tilegx/tilegx.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
3170 * config/tilegx/tilegx.c (tilegx_setup_incoming_varargs)
3171 (tilegx_expand_unaligned_load, tilegx_trampoline_init): Likewise.
3172
3173 * config/tilepro/tilepro.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
3174 * config/tilepro/tilepro.c (tilepro_setup_incoming_varargs)
3175 (tilepro_expand_unaligned_load, tilepro_trampoline_init): Likewise.
3176
3177 * config/v850/v850.c (expand_prologue, expand_epilogue): Likewise.
3178 * config/v850/v850.md: Likewise.
3179
3180 * config/vax/elf.h (EH_RETURN_STACKADJ_RTX): Likewise.
3181 (EH_RETURN_HANDLER_RTX): Likewise.
3182 * config/vax/vax.h (DYNAMIC_CHAIN_ADDRESS, RETURN_ADDR_RTX): Likewise.
3183 * config/vax/vax.c (vax_add_reg_cfa_offset, vax_expand_prologue)
3184 (print_operand_address, vax_trampoline_init): Likewise.
3185
3186 * config/xtensa/xtensa.c (xtensa_expand_prologue, xtensa_return_addr)
3187 (xtensa_function_value_regno_p): Likewise.
3188
3189 2012-05-04 Andrew Pinski <apinski@cavium.com>
3190
3191 * expr.c (get_def_for_expr_class): New function.
3192 (convert_tree_comp_to_rtx): New function.
3193 (expand_cond_expr_using_cmove): New function.
3194 (expand_expr_real_2 <case COND_EXPR>): Call
3195 expand_cond_expr_using_cmove first and return if it succeeds.
3196 Remove the check for HAVE_conditional_move since we should have
3197 already converted it to a conditional move.
3198 * config/i386/i386.c (ix86_expand_int_movcc): Disallow comparison
3199 modes of DImode for 32bits and TImode.
3200
3201 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
3202
3203 PR other/29442
3204 * read-md.c (fprint_md_ptr_loc, fprint_c_condition): New functions.
3205 (print_md_ptr_loc, print_c_condition): Use them.
3206 * read-md.h (fprint_md_ptr_loc, fprint_c_condition): New prototypes.
3207 * genattrtab.c (attr_file_name, dfa_file_name, latency_file_name,
3208 attr_file, dfa_file, latency_file): New global variables.
3209 (write_attr_valueq, write_attr_set, write_attr_case, write_attr_value,
3210 write_upcase, write_indent, write_length_unit_log, write_test_expr,
3211 write_attr_get, write_insn_cases, write_eligible_delay,
3212 write_const_num_delay_slots): Accept FILE pointer and toss it around.
3213 Update all callers.
3214 (write_header, open_outfile, handle_arg): New funcions.
3215 (make_automaton_attrs): Write prototypes as extern to the output
3216 files.
3217 (main): Use init_rtx_reader_args_cb with handle_arg to take 3 file
3218 names from the command line. Open the output files and write out
3219 internal functions for DFA functions to dfa_file_name, insn latency
3220 functions to latency_file_name, and everything else to attr_file.
3221 * Makefile.in (OBJS): Add insn-dfatab.o and insn-latencytab.o.
3222 (BACKEND): Build libbackend first.
3223 (MOSTLYCLEANFILES): Add insn-dfatab.c and insn-latencytab.c.
3224 (.PRECIOUS): Likewise.
3225 (insn-dfatab.o): New rule.
3226 (insn-latencytab.o): New rule.
3227 (simple_rtl_generated_c): Do not include insn-attrtab.c.
3228 (s-attrtab): New rule.
3229
3230 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
3231
3232 * rtl.def (ATTR_FLAG): Remove probability indicating flags.
3233 * genattr.c (main): Remove ATTR_FLAG_likely, ATTR_FLAG_unlikely,
3234 ATTR_FLAG_very_likely, and ATTR_FLAG_very_unlikely.
3235 * reorg.c (get_jump_flags): Do not set the removed flags.
3236
3237 * doc/md.texi (attr_flag): Update for abovementioned changes.
3238
3239 2012-05-04 Uros Bizjak <ubizjak@gmail.com>
3240
3241 PR target/53228
3242 * config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
3243 (TARGET_CMOV): Rename from TARGET_CMOVE.
3244 (TARGET_CMOVE): New define.
3245 * config/i386/i386.c (ix86_option_override_internal): Use TARGET_CMOV.
3246 Do not set TARGET_CMOVE here.
3247
3248 2012-05-04 Dodji Seketeli <dodji@redhat.com>
3249
3250 Enable -Wunused-local-typedefs when -Wall or -Wunused is on
3251 * opts.c (finish_options): Activate -Wunused-local-typedefs if
3252 -Wunused is activated.
3253 * doc/invoke.texi: Update blurb of -Wunused-local-typedefs.
3254
3255 2012-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3256
3257 * config/s390/s390.md (*movmem_short, *clrmem_short)
3258 (*cmpmem_short): Move the mode check from the insn condition to
3259 the match_scratch.
3260
3261 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
3262
3263 PR tree-optimization/52633
3264 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Swap order of
3265 vect_recog_widen_shift_pattern and vect_recog_over_widening_pattern.
3266 (vect_recog_over_widening_pattern): Remove handling of code that was
3267 already detected as over-widening pattern. Remove special handling
3268 of "unsigned" cases. Instead, support general case of conversion
3269 of the shift result to another type.
3270
3271 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
3272
3273 * tree-vect-patterns.c (vect_single_imm_use): New function.
3274 (vect_recog_widen_mult_pattern): Use it instead of open-coding loop.
3275 (vect_recog_over_widening_pattern): Likewise.
3276 (vect_recog_widen_shift_pattern): Likewise.
3277
3278 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
3279
3280 * tree-vect-patterns.c (vect_same_loop_or_bb_p): New function.
3281 (vect_handle_widen_op_by_const): Use it instead of open-coding test.
3282 (vect_recog_widen_mult_pattern): Likewise.
3283 (vect_operation_fits_smaller_type): Likewise.
3284 (vect_recog_over_widening_pattern): Likewise.
3285 (vect_recog_widen_shift_pattern): Add to vect_same_loop_or_bb_p test.
3286
3287 2012-05-04 Richard Guenther <rguenther@suse.de>
3288
3289 PR lto/50602
3290 * lto-wrapper.c (merge_and_complain): Complain about mismatches
3291 of -freg-struct-return and -fpcc-struct-return.
3292 (run_gcc): Pass through -freg-struct-return and -fpcc-struct-return
3293 from the input file options and ignore those from the link
3294 command line.
3295
3296 2012-05-04 Richard Guenther <rguenther@suse.de>
3297
3298 PR tree-optimization/53168
3299 * tree-ssa-pre.c (phi_translate_1): Only handle type-punned
3300 memory reads when the result is a constant we can pun.
3301
3302 2012-05-04 Richard Guenther <rguenther@suse.de>
3303
3304 * common.opt (flto-report): Do not mark as Optimization.
3305
3306 2012-05-04 Eric Botcazou <ebotcazou@adacore.com>
3307
3308 PR target/48496
3309 * recog.c (constrain_operands): If extra constraints are present, also
3310 accept pseudo-registers with equivalent memory locations during reload.
3311
3312 2012-05-04 Olivier Hainque <hainque@adacore.com>
3313
3314 * collect2.c (may_unlink_output_file): New global.
3315 (maybe_unlink): Honor it.
3316 * collect2.h: Add extern for it.
3317 * tlink.c (do_tlink): Set it to true if the link succeeded.
3318
3319 2012-05-04 Olivier Hainque <hainque@adacore.com>
3320
3321 * gcc.c (eval_spec_function): Finalize/restore the current string
3322 obstack state as part of the context push/pop operations.
3323
3324 2012-05-04 Bin Cheng <bin.cheng@arm.com>
3325
3326 PR rtl-optimization/52804
3327 * reload1.c (reload_reg_reaches_end_p): Check whether successor
3328 reload with type RELOAD_FOR_INPUT_ADDRESS kills reload register
3329 of current one with type RELOAD_FOR_INPADDR_ADDRESS.
3330 Same stands for reloads with type RELOAD_FOR_OUTPUT_ADDRESS and
3331 RELOAD_FOR_OUTADDR_ADDRESS.
3332
3333 2012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
3334
3335 PR c++/24985
3336 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Show caret
3337 for macro expansion.
3338
3339 2012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
3340
3341 * flags.h (flag_permissive): Do not declare.
3342 * diagnostic.c (diagnostic_report_diagnostic): Handle fpermissive
3343 option specially.
3344 * toplev.c (flag_permissive): Do not define.
3345 * c-tree.h (system_header_p): Delete unused.
3346
3347 2012-05-03 David S. Miller <davem@davemloft.net>
3348
3349 PR target/52684
3350 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If we pass a
3351 MEM directly into a libcall, mark it's MEM_EXPR as addressable.
3352 (sparc_emit_float_lib_cmp): Likewise.
3353
3354 2012-05-03 Michael Meissner <meissner@linux.vnet.ibm.com>
3355
3356 PR target/53199
3357 * config/rs6000/rs6000.md (bswapdi splitters): If
3358 -mavoid-indexed-addresses (or -mcpu=power6 which sets it by
3359 default) is used, generate an alternate sequence that does not
3360 depend on using indexed addressing.
3361
3362 2012-05-03 Jason Merrill <jason@redhat.com>
3363
3364 * gengtype.c (write_types): Fix warning message.
3365 (write_local): Likewise.
3366
3367 2012-05-02 Jason Merrill <jason@redhat.com>
3368
3369 * dwarf2out.c (struct external_ref, build_local_stub): New.
3370 (hash_external_ref, external_ref_eq, lookup_external_ref): New.
3371 (optimize_external_refs, optimize_external_refs_1): New.
3372 (change_AT_die_ref): New.
3373 (clone_as_declaration): Add DW_AT_signature when cloning a declaration.
3374 (build_abbrev_table): Take the external refs hashtable.
3375 (output_comp_unit): Get it from optimize_external_refs and pass it in.
3376
3377 2012-05-03 Jan Hubicka <jh@suse.cz>
3378
3379 PR middle-end/53093
3380 * tree-emutls.c (new_emutls_decl): Fix handling of aliases.
3381
3382 2012-05-03 Jan Hubicka <jh@suse.cz>
3383
3384 PR middle-end/53106
3385 * ipa.c (cgraph_remove_unreachable_nodes): Fix handling of clones.
3386
3387 2012-05-03 Jason Merrill <jason@redhat.com>
3388
3389 * dwarf2out.c (die_struct): Add comdat_type_p flag. Use it instead of
3390 use_debug_types to discriminate the die_id union.
3391 (print_die, assign_symbol_names, copy_decls_walk): Likewise.
3392 (build_abbrev_table, output_die): Likewise.
3393 (prune_unused_types_walk_attribs): Likewise.
3394 (generate_type_signature, copy_declaration_context): Set it.
3395 (remove_child_or_replace_with_skeleton): Set it.
3396 (dwarf2out_start_source_file, dwarf2out_end_source_file): Don't
3397 check use_debug_types.
3398 (dwarf2out_finish): Do break_out_includes after .debug_types.
3399
3400 2012-05-03 Jason Merrill <jason@redhat.com>
3401
3402 * dwarf2out.c (modified_type_die): Use scope_die_for.
3403 (gen_type_die_with_usage, dwarf2out_finish): Likewise.
3404 (uses_local_type_r, uses_local_type): New.
3405 (scope_die_for): Keep a type that uses a local type in local scope.
3406 Use get_context_die for namespace and type scope.
3407
3408 2012-05-03 Jason Merrill <jason@redhat.com>
3409
3410 * config/i386/i386.c (ix86_code_end): Set DECL_IGNORED_P on the
3411 pc thunk.
3412 * dwarf2out.c (output_aranges): Skip DECL_IGNORED_P functions.
3413 (dwarf2out_finish): Likewise.
3414
3415 2012-05-03 Martin Jambor <mjambor@suse.cz>
3416
3417 * builtins.c (get_object_alignment_1): Return whether we can determine
3418 the alignment or conservatively assume byte alignment. Return the
3419 alignment by reference. Use get_pointer_alignment_1 for dereference
3420 alignment.
3421 (get_pointer_alignment_1): Return whether we can determine the
3422 alignment or conservatively assume byte alignment. Return the
3423 alignment by reference. Use get_ptr_info_alignment to get SSA name
3424 alignment.
3425 (get_object_alignment): Update call to get_object_alignment_1.
3426 (get_object_or_type_alignment): Likewise, fall back to type alignment
3427 only when it returned false.
3428 (get_pointer_alignment): Update call to get_pointer_alignment_1.
3429 * fold-const.c (get_pointer_modulus_and_residue): Update call to
3430 get_object_alignment_1.
3431 * ipa-prop.c (ipa_modify_call_arguments): Update call to
3432 get_pointer_alignment_1.
3433 * tree-sra.c (build_ref_for_offset): Likewise, fall back to the type
3434 of MEM_REF or TARGET_MEM_REF only when it returns false.
3435 * tree-ssa-ccp.c (get_value_from_alignment): Update call to
3436 get_object_alignment_1.
3437 (ccp_finalize): Use set_ptr_info_alignment.
3438 * tree.h (get_object_alignment_1): Update declaration.
3439 (get_pointer_alignment_1): Likewise.
3440 * gimple-pretty-print.c (dump_gimple_phi): Use get_ptr_info_alignment.
3441 (dump_gimple_stmt): Likewise.
3442 * tree-flow.h (ptr_info_def): Updated comments of fields align and
3443 misalign.
3444 (get_ptr_info_alignment): Declared.
3445 (mark_ptr_info_alignment_unknown): Likewise.
3446 (set_ptr_info_alignment): Likewise.
3447 (adjust_ptr_info_misalignment): Likewise.
3448 * tree-ssa-address.c (copy_ref_info): Use new access functions to get
3449 and set alignment of SSA names.
3450 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Call
3451 mark_ptr_info_alignment_unknown.
3452 * tree-ssanames.c (get_ptr_info_alignment): New function.
3453 (mark_ptr_info_alignment_unknown): Likewise.
3454 (set_ptr_info_alignment): Likewise.
3455 (adjust_ptr_info_misalignment): Likewise.
3456 (get_ptr_info): Call mark_ptr_info_alignment_unknown.
3457 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
3458 Likewise.
3459 (bump_vector_ptr): Likewise.
3460 * tree-vect-stmts.c (create_array_ref): Use set_ptr_info_alignment.
3461 (vectorizable_store): Likewise.
3462 (vectorizable_load): Likewise.
3463
3464 2012-05-03 Michael Matz <matz@suse.de>
3465
3466 * basic-block.h (struct rtl_bb_info, struct gimple_bb_info): Move
3467 in front of basic_block_def.
3468 (struct basic_block_def): Make il.gimple the full struct, not a
3469 pointer.
3470 (__assert_gimple_bb_smaller_rtl_bb): Asserting typedef.
3471
3472 * cfgexpand.c (expand_gimple_basic_block): Clear all il.gimple members.
3473 * gimple-iterator.c (gimple_stmt_iterator): Don't special case
3474 NULL il.gimple, which can't happen anymore.
3475 * gimple.h (bb_seq): il.gimple can't be NULL.
3476 (bb_seq_add): Ditto.
3477 (set_bb_seq): Adjust.
3478 (gsi_start_bb, gsi_last_bb): Tidy.
3479 * lto-streamer-in.c (make_new_block): Don't zero members that
3480 are zeroed already, don't allocate a gimple_bb_info.
3481 * tree-cfg.c (create_bb): Don't allocate a gimple_bb_info.
3482 (remove_bb): Clear all il.gimple members.
3483 (gimple_verify_flow_info): Adjust for flat il.gimple.
3484 * tree-flow-inline.h (phi_nodes, phi_nodes_ptr, set_phi_nodes): Adjust.
3485
3486 * coretypes.h (const_gimple_seq): Remove typedef.
3487 * gimple.h (gimple_seq_first): Take gimple_seq.
3488 (gimple_seq_first_stmt): Ditto.
3489 (gimple_seq_last): Ditto.
3490 (gimple_seq_last_stmt): Ditto.
3491 (gimple_seq_empty_p): Ditto.
3492
3493 2012-05-03 Richard Guenther <rguenther@suse.de>
3494
3495 * tree-ssa-pre.c (valid_in_sets): Remove checking of trapping
3496 operations.
3497 (prune_clobbered_mems): Do it here. Do not uselessly sort expressions.
3498 (compute_avail): Do not add possibly trapping operations to
3499 EXP_GEN if they might not be executed in the block.
3500
3501 2012-05-03 Uros Bizjak <ubizjak@gmail.com>
3502
3503 * config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Remove.
3504
3505 2012-05-03 Steven Bosscher <steven@gcc.gnu.org>
3506
3507 * tree-switch-conversion.c (gen_inbound_check): Free post-dominance
3508 information as early as possible. Update dominance info instead of
3509 discarding it.
3510
3511 2012-05-03 Richard Guenther <rguenther@suse.de>
3512
3513 * tree-ssa-pre.c (debug_bitmap_sets_for): New function.
3514 (union_contains_value): Remove.
3515 (vro_valid_in_sets): Likewise.
3516 (op_valid_in_sets): New function.
3517 (valid_in_sets): Use op_valid_in_sets.
3518 (insert_into_preds_of_block): Move dumping ...
3519 (do_regular_insertion): ... here.
3520 (do_partial_partial_insertion): ... and here. Dump that
3521 we've found a partial partial redundancy.
3522 (insert): Dump the current insert iteration.
3523
3524 2012-05-03 Jakub Jelinek <jakub@redhat.com>
3525
3526 PR plugins/53126
3527 * gcc-ar.c (main): If GCC_EXEC_PREFIX is set in env,
3528 append program name to it and pass that as first argument
3529 to make_relative_prefix. Always pass standard_libexec_prefix
3530 as last argument to make_relative_prefix. If
3531 make_relative_prefix returns NULL, fall back to
3532 standard_libexec_prefix.
3533
3534 PR debug/53174
3535 * tree-predcom.c (remove_stmt): Call reset_debug_uses on stmts being
3536 removed.
3537
3538 PR target/53187
3539 * config/arm/arm.c (arm_select_cc_mode): If x has MODE_CC class
3540 mode, return that mode.
3541
3542 PR target/53194
3543 * config/i386/i386-c.c (ix86_target_macros_internal): Don't
3544 define __ATOMIC_HLE_* macros here.
3545 (ix86_target_macros): But here, using cpp_define_formatted.
3546
3547 2012-05-03 Richard Guenther <rguenther@suse.de>
3548
3549 PR tree-optimization/53144
3550 * tree-ssa-sccvn.c (vn_reference_lookup_or_insert_constant_for_pieces):
3551 Rename to ...
3552 (vn_reference_lookup_or_insert_for_pieces): ... this. Properly deal
3553 with SSA name values.
3554 (vn_reference_lookup_3): Adjust callers.
3555
3556 2012-05-03 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3557
3558 * config/i386/driver-i386.c (host_detect_local_cpu): Reset
3559 has_fma4 for AMD processors with both fma3 and fma4 support.
3560
3561 2012-05-03 Kirill Yukhin <kirill.yukhin@intel.com>
3562
3563 PR target/53201
3564 * config/i386/driver-i386.c (host_detect_local_cpu): Add space to
3565 "-mno-hle".
3566
3567 2012-05-03 Michael Matz <matz@suse.de>
3568
3569 PR bootstrap/53197
3570 * tree-ssa-dse.c (dse_optimize_stmt): Take pointer to iterator.
3571 (dse_enter_block): Properly iterate the whole sequence even
3572 if the last statement was removed.
3573
3574 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
3575
3576 * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code,
3577 unset flag_jump_tables.
3578 * stmt.c (expand_case): Remove special flag_pic case conditional
3579 on ASM_OUTPUT_ADDR_DIFF_ELT not being defined.
3580
3581 2012-05-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3582
3583 * common/config/s390/s390-common.c (s390_option_optimization_table):
3584 Enable -fsched-pressure using -fsched-pressure-algorithm=model by
3585 default when optimizing.
3586
3587 2012-05-02 Martin Jambor <mjambor@suse.cz>
3588
3589 PR lto/52605
3590 * dwarf2out.c (dwarf2out_decl): Only lookup die representing context
3591 of a variable when the contect is a function.
3592
3593 2012-05-02 Michael Matz <matz@suse.de>
3594
3595 * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.
3596 * gimple.h (struct gimple_seq_node_d, struct gimple_seq_d): Remove.
3597 (const_gimple_seq_node): Remove.
3598 (gimple_seq_node): Typedef as gimple.
3599 (struct gimple_statement_base): Add next and prev members,
3600 adjust all WORD markers in using structs.
3601 (union gimple_statement_d): Link via gsbase.next field for GC and PCH.
3602 (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
3603 gimple_seq_last_stmt): Adjust as gimple_seq, gimple_seq_node and
3604 gimple are the same.
3605 (gimple_seq_set_last, gimple_seq_set_first): Don't allocate
3606 gimple_seq, adjust.
3607 (gimple_init_singleton): New function.
3608 (gsi_start_1, gsi_last_1, gsi_end_p, gsi_one_before_end_p): Adjust.
3609 (gsi_next, gsi_prev): Adjust, handle prev cyclic list correctly.
3610 (gsi_stmt): Adjust.
3611 (gsi_stmt_ptr): Remove.
3612 (enum gimple_alloc_kind): Remove gimple_alloc_kind_seq member.
3613
3614 * gimple-iterator.c (update_bb_for_stmts): Take last parameter
3615 again, adjust for above changes.
3616 (update_call_edge_frequencies): Adjust for above changes.
3617 (gsi_insert_seq_nodes_before): Rewrite for new data structure.
3618 (gsi_insert_seq_nodes_after): Ditto.
3619 (gsi_split_seq_after): Ditto.
3620 (gsi_set_stmt): Ditto.
3621 (gsi_split_seq_before): Ditto.
3622 (gsi_remove): Ditto.
3623 (gsi_insert_seq_before_without_update): Don't free sequence.
3624 (gsi_insert_seq_after_without_update): Ditto.
3625 (gsi_replace): Assert some more invariants.
3626 (gsi_insert_before_without_update, gsi_insert_after_without_update):
3627 Tidy.
3628 (gsi_for_stmt): Don't search for stmt.
3629 (gsi_insert_on_edge_immediate): Tidy.
3630
3631 * gimple.c (gimple_alloc_k): Remove "sequences".
3632 (gimple_seq_cache): Remove.
3633 (gimple_alloc_stat): Make stmt a singleton sequence.
3634 (gimple_seq_alloc, gimple_seq_free): Remove.
3635 (gimple_assign_set_rhs_with_ops_1): Ensure new stmt is a singleton.
3636 (gimple_copy): Ditto.
3637 * gimplify.c (gimplify_cleanup_point_expr): Use gsi_set_stmt,
3638 create iterator from correct sequence.
3639 * tree-phinodes.c (make_phi_node): Make stmt a singleton.
3640
3641 2012-05-02 Michael Matz <matz@suse.de>
3642
3643 * gimple.h (gimple_stmt_iterator <seq>): Make it be pointer to
3644 gimple_seq.
3645 (gimple_seq_set_last, gimple_seq_set_first): Take pointer to
3646 sequence, lazily allocate it.
3647 (bb_seq_addr): New function.
3648 (gsi_start_1): Rename from gsi_start, but take pointer to sequence.
3649 (gsi_start): Macro to wrap gsi_start_1 taking pointer of argument.
3650 (gsi_none): New function.
3651 (gsi_start_bb): Adjust.
3652 (gsi_last_1): Rename from gsi_last, but take pointer to sequence.
3653 (gsi_last): Macro to wrap gsi_last_1 taking pointer of argument.
3654 (gsi_last_bb): Adjust.
3655 (gsi_seq): Adjust.
3656 * tree-flow-inline.h (phi_nodes_ptr): New function.
3657
3658 * gimple-iterator.c (gsi_insert_seq_nodes_before): Adjust to
3659 datastructure and interface change.
3660 (gsi_insert_seq_before_without_update): Ditto.
3661 (gsi_insert_seq_nodes_after): Ditto.
3662 (gsi_insert_seq_after_without_update): Ditto.
3663 (gsi_split_seq_after): Ditto, don't use gimple_seq_alloc.
3664 (gsi_split_seq_before): Ditto.
3665 (gsi_start_phis): Adjust.
3666 * tree-vect-loop.c (vect_determine_vectorization_factor): Use gsi_none.
3667 (vect_transform_loop): Ditto.
3668 * gimple.c (gimple_seq_add_stmt, gimple_seq_add_seq,
3669 gimple_seq_copy): Don't use gimple_seq_alloc.
3670 * gimplify.c (gimple_seq_add_stmt_without_update): Ditto.
3671 (gimplify_seq_add_seq): Ditto.
3672 * lto-streamer-in.c (make_new_block): Ditto.
3673 * tree-cfg.c (create_bb): Ditto.
3674 * tree-sra.c (initialize_parameter_reductions): Ditto.
3675
3676 2012-05-02 Michael Matz <matz@suse.de>
3677
3678 * gimple.h (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
3679 gimple_seq_last_stmt, gimple_seq_set_last, gimple_seq_set_first,
3680 gimple_seq_empty_p, gimple_seq_alloc_with_stmt, bb_seq,
3681 set_bb_seq): Move down to after gimple_statement_d definition.
3682
3683 2012-05-02 Michael Matz <matz@suse.de>
3684
3685 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
3686 gsi_replace_with_seq, instead of inserting itself.
3687 * gimple-iterator.c (gsi_replace_with_seq): New function.
3688 * tree-ssa-forwprop.c (forward_propagate_comparison): Take
3689 iterator instead of statement, advance it.
3690 (ssa_forward_propagate_and_combine): Adjust call to above.
3691
3692 2012-05-02 Michael Matz <matz@suse.de>
3693
3694 * tree-phinodes.c (add_phi_node_to_bb): Tidy, don't use
3695 gimple_seq_alloc.
3696 * omp-low.c (finalize_task_copyfn): Don't use gimple_seq_alloc.
3697 * tree-nested.c (walk_gimple_omp_for): Ditto.
3698 * trans-mem.c (lower_transaction): Ditto.
3699 * tree-eh.c (do_return_redirection): Ditto.
3700 (do_goto_redirection): Ditto.
3701 (lower_try_finally_switch): Ditto.
3702 * gimplify.c (gimplify_stmt): Ditto.
3703 (gimplify_scan_omp_clauses): Ditto.
3704 (gimplify_omp_for): Ditto.
3705 (gimplify_function_tree): Ditto.
3706 * gimple-fold.c (gimplify_and_update_call_from_tree): Ditto.
3707 * tree-mudflap.c (mf_decl_cache_locals): Ditto.
3708 (mf_build_check_statement_for): Ditto.
3709 (mx_register_decls): Ditto.
3710 * graphite-sese-to-poly.c (remove_invariant_phi): Ditto,
3711 and don't use itertors to append.
3712 (insert_stmts): Ditto.
3713 (insert_out_of_ssa_copy): Ditto.
3714 (insert_out_of_ssa_copy_on_edge): Ditto.
3715
3716 2012-05-02 Michael Matz <matz@suse.de>
3717
3718 * gimple.h (gimple_bind_body_ptr): New function.
3719 (gimple_bind_body): Use it.
3720 (gimple_catch_handler): Use gimple_catch_handler_ptr.
3721 (gimple_eh_filter_failure_ptr): New function.
3722 (gimple_eh_filter_failure): Use it.
3723 (gimple_eh_else_n_body_ptr): New function.
3724 (gimple_eh_else_n_body): Use it.
3725 (gimple_eh_else_e_body_ptr): New function.
3726 (gimple_eh_else_e_body): Use it.
3727 (gimple_try_eval_ptr): New function.
3728 (gimple_try_eval): Use it.
3729 (gimple_try_cleanup_ptr): New function.
3730 (gimple_try_cleanup): Use it.
3731 (gimple_wce_cleanup_ptr): New function.
3732 (gimple_wce_cleanup): Use it.
3733 (gimple_omp_body_ptr): New function.
3734 (gimple_omp_body): Use it.
3735 (gimple_omp_for_pre_body_ptr): New function.
3736 (gimple_omp_for_pre_body): Use it.
3737 (gimple_transaction_body_ptr): New function.
3738 (gimple_transaction_body): Use it.
3739 (gsi_split_seq_before): Adjust to return nothing and take pointer
3740 to sequence.
3741 (gsi_set_stmt): Declare.
3742 (gsi_replace_with_seq): Declare.
3743 (walk_gimple_seq_mod): Declare.
3744 * function.h (struct function <gimple_body>): Use typedef gimple_seq.
3745
3746 * gimple-iterator.c (gsi_set_stmt): New function.
3747 (gsi_split_seq_before): Return new sequence via pointer argument.
3748 (gsi_replace): Use gsi_set_stmt.
3749
3750 * tree-ssa-loop-im.c (move_computations_stmt): First remove
3751 then insert stmt.
3752 * tree-complex.c (update_complex_components_on_edge): Don't copy gsi.
3753 * tree-phinodes.c (resize_phi_node): Don't resize stmt in-place,
3754 return new stmt.
3755 (reserve_phi_args_for_new_edge): Change call to above,
3756 use gsi_set_stmt.
3757
3758 * omp-low.c (lower_omp): Change prototype to take pointer to sequence.
3759 (lower_rec_input_clauses): Use gimple_seq_add_seq instead of
3760 iterators. Adjust call to lower_omp.
3761 (lower_lastprivate_clauses): Adjust call to lower_omp.
3762 (lower_reduction_clauses): Ditto.
3763 (expand_omp_taskreg): Nullify non-cfg body of child_fn.
3764 (lower_omp_sections): Don't explicitely count sequence length,
3765 nullify lowered bodies earlier, ensure stmts are part of only
3766 one sequence, adjust call to lower_omp.
3767 (lower_omp_single): Ensure stmts are part of only one sequence,
3768 adjust call to lower_omp.
3769 (lower_omp_master): Ditto.
3770 (lower_omp_ordered): Ditto.
3771 (lower_omp_critical): Ditto.
3772 (lower_omp_for): Ditto.
3773 (lower_omp_taskreg): Ditto, tidy.
3774 (lower_omp_1): Adjust calls to lower_omp.
3775 (execute_lower_omp): Ditto.
3776 (lower_omp): Adjust to take pointer to sequence.
3777 (diagnose_sb_2): Use walk_gimple_seq_mod.
3778 (diagnose_omp_structured_block_errors): Ditto and set possibly
3779 changed function body.
3780 * gimple-low.c (lower_function_body): Set function body after
3781 it stabilizes.
3782 (lower_sequence): Adjust to take pointer to sequence.
3783 (lower_omp_directive): Ensure stmt isn't put twice into the
3784 sequence, adjust call to lower_sequence.
3785 (lower_stmt): Adjust calls to lower_sequence.
3786 (lower_gimple_bind): Ditto.
3787 (gimple_try_catch_may_fallthru): Call gsi_start with lvalue.
3788 * tree-nested.c (walk_body): Take pointer to sequence, use
3789 walk_gimple_seq_mod.
3790 (walk_function): Adjust call to walk_body, set possibly changed body.
3791 (walk_gimple_omp_for): Adjust calls to walk_body.
3792 (convert_nonlocal_omp_clauses): Ditto.
3793 (convert_nonlocal_reference_stmt): Ditto.
3794 (convert_local_omp_clauses): Ditto.
3795 (convert_local_reference_stmt): Ditto.
3796 (convert_tramp_reference_stmt): Ditto.
3797 (convert_gimple_call): Ditto.
3798 (convert_nl_goto_reference): Use local iterator copy.
3799 * gimple.c (walk_gimple_seq_mod): Renamed from walk_gimple_seq,
3800 but taking pointer to sequence, ensure gsi_start is called with
3801 callers lvalue.
3802 (walk_gimple_seq): New wrapper around walk_gimple_seq_mod,
3803 asserting that the sequence head didn't change.
3804 (walk_gimple_stmt): Replace all calls to walk_gimple_seq with
3805 walk_gimple_seq_mod.
3806 * trans-mem.c (lower_transaction): Use walk_gimple_seq_mod.
3807 (execute_lower_tm): Ditto, and set possibly changed body.
3808 * tree-eh.c (lower_eh_constructs_1): Take pointer to sequence,
3809 call gsi_start with that lvalue.
3810 (replace_goto_queue_stmt_list): Ditto.
3811 (replace_goto_queue_1): Adjust calls to replace_goto_queue_stmt_list.
3812 (replace_goto_queue): Ditto.
3813 (lower_try_finally_nofallthru): Adjust calls to lower_eh_constructs_1.
3814 (lower_try_finally_onedest): Ditto.
3815 (lower_try_finally_copy): Ditto.
3816 (lower_try_finally_switch): Ditto.
3817 (lower_try_finally): Ditto.
3818 (lower_eh_filter): Ditto.
3819 (lower_eh_must_not_throw): Ditto.
3820 (lower_cleanup): Ditto.
3821 (lower_eh_constructs_2): Ditto.
3822 (lower_catch): Ditto, and ensure gsi_start is called with lvalue.
3823 (lower_eh_constructs): Adjust calls to lower_eh_constructs_1, and
3824 set possibly changed body.
3825 (optimize_double_finally): Call gsi_start with lvalue.
3826
3827 * tree-cfg.c (make_blocks): Adjust call to gsi_split_seq_before.
3828 (gimple_split_block): Ditto.
3829 (gimple_merge_blocks): Use gsi_start_phis.
3830 (move_stmt_r): Use walk_gimple_seq_mod.
3831 * tree-ssa-dse.c (dse_enter_block): Use gsi_last_bb.
3832 * cgraphbuild.c (build_cgraph_edges): Use gsi_start_phis.
3833 (rebuild_cgraph_edges): Ditto.
3834 (cgraph_rebuild_references): Ditto.
3835 * ipa-prop.c (ipa_analyze_params_uses): Ditto.
3836 * tree-inline.c (copy_phis_for_bb): Ditto.
3837 * tree-ssa-dce.c: Ditto.
3838
3839 * cgraphunit.c (cgraph_analyze_function): Use gimple_has_body_p.
3840
3841 2012-05-02 Kirill Yukhin <kirill.yukhin@intel.com>
3842 Andi Kleen <ak@linux.intel.com>
3843
3844 * coretypes.h (MEMMODEL_MASK): New.
3845 * builtins.c (get_memmodel): Add val. Call target.memmodel_check
3846 and return new variable.
3847 (expand_builtin_atomic_exchange): Mask memmodel values.
3848 (expand_builtin_atomic_compare_exchange): Ditto.
3849 (expand_builtin_atomic_load): Ditto.
3850 (expand_builtin_atomic_store): Ditto.
3851 (expand_builtin_atomic_clear): Ditto.
3852 * doc/extend.texi: Mention port-dependent memory model flags.
3853 * config/i386/cpuid.h (bit_HLE): New.
3854 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
3855 HLE support.
3856 * config/i386/i386-protos.h (ix86_generate_hle_prefix): New.
3857 * config/i386/i386-c.c (ix86_target_macros_internal): Set HLE defines.
3858 (ix86_target_string)<-mhle>: New.
3859 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
3860 * config/i386/i386.c (ix86_target_string) <OPTION_MASK_ISA_HLE>: New.
3861 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
3862 (ix86_option_override_internal) <PTA_HLE>: New switch, set it
3863 enabled for generic, generic64 and core-avx2.
3864 (ix86_print_operand): Generate HLE lock prefixes.
3865 (ix86_memmodel_check): New.
3866 (TARGET_MEMMODEL_CHECK): Ditto.
3867 * config/i386/i386.h (OPTION_ISA_HLE): Ditto.
3868 (IX86_HLE_ACQUIRE): Ditto.
3869 (IX86_HLE_RELEASE): Ditto.
3870 * config/i386/i386.h (ix86_generate_hle_prefix): Ditto.
3871 * config/i386/i386.opt (mhle): Ditto.
3872 * config/i386/sync.md(atomic_compare_and_swap<mode>): Pass
3873 success model to instruction emitter.
3874 (atomic_fetch_add<mode>): Ditto.
3875 (atomic_exchange<mode>): Ditto.
3876 (atomic_add<mode>): Ditto.
3877 (atomic_sub<mode>): Ditto.
3878 (atomic_<code><mode>): Ditto.
3879 (*atomic_compare_and_swap_doubledi_pic): Ditto.
3880 (atomic_compare_and_swap_single<mode>): Define and use argument
3881 for success model.
3882 (atomic_compare_and_swap_double<mode>): Ditto.
3883 * configure.ac: Check if assembler support HLE prefixes.
3884 * configure: Regenerate.
3885 * config.in: Ditto.
3886
3887 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
3888
3889 PR middle-end/53153
3890 * gimplify.c (preprocess_case_label_vec_for_gimple): New function,
3891 split out from ...
3892 (gimplify_switch_expr): ... here.
3893 * gimple.h (preprocess_case_label_vec_for_gimple): Add prototype.
3894 * tree-ssa-forwprop.c (simplify_gimple_switch_label_vec): New function
3895 to clean up case labels with values outside the index type range.
3896 (simplify_gimple_switch): Call it if something changed.
3897 Remove strange and unnecessary assert.
3898
3899 2012-05-02 Richard Guenther <rguenther@suse.de>
3900
3901 * fold-const.c (div_if_zero_remainder): sizetypes no longer
3902 sign-extend.
3903 (int_const_binop_1): New worker for int_const_binop with
3904 overflowable parameter. Pass it through to force_fit_type_double.
3905 (int_const_binop): Wrap around int_const_binop_1 with overflowable
3906 equal to one.
3907 (size_binop_loc): Call int_const_binop_1 with overflowable equal
3908 to minus one, forcing overflow detection for even unsigned types.
3909 (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE special-casing.
3910 (fold_binary_loc): Call try_move_mult_to_index with signed offset.
3911 * stor-layout.c (initialize_sizetypes): sizetypes no longer
3912 sign-extend.
3913 (layout_type): For zero-sized arrays ignore overflow on the
3914 size calculations.
3915 * tree-ssa-ccp.c (bit_value_unop_1): Likewise.
3916 (bit_value_binop_1): Likewise.
3917 * tree.c (double_int_to_tree): Likewise.
3918 (double_int_fits_to_tree_p): Likewise.
3919 (force_fit_type_double): Likewise.
3920 (host_integerp): Likewise.
3921 (int_fits_type_p): Likewise.
3922 * varasm.c (output_constructor_regular_field): Sign-extend the
3923 field-offset to cater for negative offsets produced by the Ada
3924 frontend.
3925 * omp-low.c (extract_omp_for_data): Convert the loop step to
3926 signed for pointer adjustments.
3927
3928 2012-05-02 Richard Guenther <rguenther@suse.de>
3929
3930 * tree.c (valid_constant_size_p): New function.
3931 * tree.h (valid_constant_size_p): Declare.
3932 * cfgexpand.c (expand_one_var): Adjust check for too large
3933 variables by using valid_constant_size_p.
3934 * varasm.c (assemble_variable): Likewise.
3935
3936 * c-decl.c (grokdeclarator): Properly check for sizes that
3937 cover more than half of the address-space.
3938
3939 2012-05-02 Jakub Jelinek <jakub@redhat.com>
3940
3941 PR tree-optimization/53163
3942 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Don't ignore
3943 return value from compute_all_dependences.
3944
3945 PR rtl-optimization/53160
3946 * ree.c (combine_reaching_defs): Handle the case where cand->insn
3947 has been modified by ree pass already.
3948
3949 2012-05-01 Ian Lance Taylor <iant@google.com>
3950
3951 PR c/37303
3952 * c-decl.c (build_compound_literal): Make the decl readonly if it
3953 an array of a readonly type.
3954 * gimplify.c (gimplify_compound_literal_expr): Add fallback
3955 parameter. Change all callers. If the decl is not addressable
3956 and is not an l-value, make it readonly.
3957
3958 2012-05-01 Bernd Schmidt <bernds@codesourcery.com>
3959
3960 * ira.c (allocated_reg_info_size): New static variable.
3961 (expand_reg_info): Manage it. Call
3962 setup_preferred_alternate_classes_for_new_pseudos.
3963 (ira): Don't do it here. Remove local allocated_reg_info_size,
3964 set the global before calling find_moveable_pseudos.
3965 (find_moveable_pseudos): Call expand_reg_info rather than
3966 resize_reg_info.
3967
3968 2012-05-01 Richard Henderson <rth@redhat.com>
3969
3970 * common.opt (fsync-libcalls): New.
3971 * doc/invoke.texi: Document it.
3972 * optabs.c (init_sync_libfuncs): Honor it.
3973
3974 2012-05-01 Kenneth Zadeck <zadeck@naturalbridge.com>
3975 Richard Sandiford <r.sandiford@uk.ibm.com>
3976
3977 PR rtl-optimization/52543
3978 * Makefile.in (lower-subreg.o, target-globals.o): Depend on
3979 lower-subreg.h.
3980 * lower-subreg.h: New file.
3981 * target-globals.h (this_target_lower_subreg): Declare.
3982 (target_globals): Add lower_subreg;
3983 (restore_target_globals): Restore this_target_lower_subreg.
3984 * target-globals.c: Include it.
3985 (default_target_globals): Add default_target_lower_subreg.
3986 (save_target_globals): Initialize target_lower_subreg.
3987 * rtl.h (init_lower_subreg): Added declaration.
3988 * toplev.c (backend_init_target): Call initializer for lower-subreg
3989 pass.
3990 * lower-subreg.c (LOG_COSTS, FORCE_LOWERING): New macros.
3991 (default_target_lower_subreg): New variable.
3992 (this_target_lower_subreg): Likewise.
3993 (twice_word_mode, choices): New macros.
3994 (shift_cost, compute_splitting_shift, compute_costs)
3995 (init_lower_subreg): New functions.
3996 (resolve_simple_move): Add speed_p argument. Check choices.
3997 (find_pseudo_copy): Don't check the mode size here.
3998 (resolve_simple_move): Assert the mode size.
3999 (find_decomposable_shift_zext): Add speed_p argument and return
4000 a bool. Check choices.
4001 (resolve_shift_zext): Add comment.
4002 (dump_shift_choices, dump_choices): New functions.
4003 (decompose_multiword_subregs): Dump list of profitable
4004 transformations. Add code to skip non profitable transformations.
4005 Update calls to simple_move and find_decomposable_shift_zext.
4006
4007 2012-05-01 Ian Bolton <ian.bolton@arm.com>
4008 Sameera Deshpande <sameera.deshpande@arm.com>
4009 Greta Yorsh <greta.yorsh@arm.com>
4010
4011 * config/arm/arm-protos.h (thumb_unexpanded_epilogue): Rename to...
4012 (thumb1_unexpanded_epilogue): ...this.
4013 * config/arm/arm.c (thumb_unexpanded_epilogue): Rename to...
4014 (thumb1_unexpanded_epilogue): ...this.
4015 * config/arm/arm.md (thumb_unexpanded_epilogue): Rename to...
4016 (thumb1_unexpanded_epilogue): ...this.
4017
4018 2012-05-01 Richard Earnshaw <rearnsha@arm.com>
4019
4020 * arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef
4021 comparing enumeration values. Update comments.
4022
4023 2012-05-01 Alan Modra <amodra@gmail.com>
4024
4025 PR target/53038
4026 * config/rs6000/rs6000.c (load_lr_save, restore_saved_lr,
4027 load_cr_save, add_crlr_cfa_restore): New functions.
4028 (rs6000_restore_saved_cr): Rename to..
4029 (restore_saved_cr): ..this. Add cfa_restore notes for cr.
4030 (rs6000_emit_epilogue): Use new functions. Adjust condition
4031 for emitting lr and cr cfa_restore. Emit cfa_restores for fp
4032 regs when using out-of-line restore only when shrink wrapping.
4033
4034 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
4035
4036 PR middle-end/53136
4037 * ipa-prop.c (ipa_print_node_jump_functions): Wrap multiple
4038 calls to cgraph_node_name in xstrdup.
4039 (ipa_make_edge_direct_to_target): Ditto.
4040 * cgraph.c (dump_cgraph_node): Ditto.
4041 * tree-sra.c (convert_callers_for_node): Ditto.
4042 * lto-symtab.c (lto_cgraph_replace_node): Ditto.
4043 * ipa-cp.c (perhaps_add_new_callers): Ditto.
4044 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Ditto.
4045 (cgraph_materialize_all_clones): Ditto.
4046 * ipa-inline.c (report_inline_failed_reason): Ditto.
4047 (want_early_inline_function_p): Ditto.
4048 (edge_badness): Ditto.
4049 (update_edge_key): Ditto.
4050 (flatten_function): Ditto.
4051 (ipa_inline): Ditto.
4052 (inline_always_inline_functions): Ditto.
4053 (early_inline_small_functions): Ditto.
4054
4055 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
4056
4057 PR target/53141
4058 * config/i386/i386.md (*umul<mode><dwi>3_1): Switch places of
4059 constraints 0 and 1.
4060
4061 012-04-30 Jan Hubicka <jh@suse.cz>
4062
4063 * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
4064 (cgraph_asm_nodes, cgraph_asm_last_node): Move to cgraphunit.c
4065 (cgraph_add_to_same_comdat_group): Remove.
4066 (cgraph_add_asm_node): Move to cgraphunit.c.
4067 (cgraph_make_decl_local): Move to symtab.c
4068 (cgraph_make_node_local_1): Update.
4069 (cgraph_can_remove_if_no_direct_calls_and): Update.
4070 (used_from_object_file_p): Update.
4071 (resolution_used_from_other_file_p): Move to symtab.c
4072 (cgraph_used_from_object_file_p): move to symtab.c
4073 (verify_cgraph_node): Verify same comdat groups.
4074 * cgraph.h (cgraph_asm_node): Rename to ...
4075 (asm_node): ... this one.
4076 (cgraph_asm_nodes): Rename to ...
4077 (asm_nodes): ... this one.
4078 (symtab_add_to_same_comdat_group): New function.
4079 (symtab_dissolve_same_comdat_group_list): New function.
4080 (symtab_used_from_object_file_p): Declare.
4081 (symtab_make_decl_local): Declare.
4082 (cgraph_add_to_same_comdat_group): Remove.
4083 (cgraph_add_asm_node): Remove.
4084 (cgraph_used_from_object_file_p, varpool_used_from_object_file_p):
4085 Remove.
4086 (cgraph_finalize_compilation_unit): Rename to ...
4087 (finalize_compilation_unit): ... this one.
4088 (cgraph_optimize): Rename to ....
4089 (compile): ... this one.
4090 (add_asm_node): Declare.
4091 (fixup_same_cpp_alias_visibility): Declare.
4092 (cgraph_make_decl_local): Remove.
4093 (varpool_assemble_pending_decls): Rename to ...
4094 (varpool_output_variables): ... this one.
4095 (varpool_remove_unreferenced_decls): Remove.
4096 * ipa-inline-transform.c (clone_inlined_nodes): Dissolve comdat groups.
4097 (preserve_function_body_p): Make static.
4098 * toplev.c (compile_file): Update comments; update.
4099 * cgraphunit.c: Update comments.
4100 (cgraph_expand_all_functions): Rename to ...
4101 (expand_all_functions): ... this one; update.
4102 (cgraph_mark_functions_to_output): Rename to ...
4103 (mark_functions_to_output): ... this one; cleanup.
4104 (cgraph_output_pending_asms): Remove prototype.
4105 (asm_nodes, asm_last_node): New static vars.
4106 (cgraph_process_new_functions): Update.
4107 (cgraph_reset_node): Cleanup; add comment.
4108 (cgraph_add_new_function): Update.
4109 (cgraph_output_pending_asms): Rename to ...
4110 (output_asm_statements): ... this one.
4111 (add_asm_node): New function.
4112 (fixup_same_cpp_alias_visibility): New function based on code
4113 in cgraph_analyze_function.
4114 (cgraph_analyze_function): Use it.
4115 (cgraph_order_sort): Update.
4116 (cgraph_output_in_order): Update.
4117 (cgraph_function_versioning): Update.
4118 (cgraph_optimize): Rename to ...
4119 (compile): ... this one; initialize streamer hooks here.
4120 (cgraph_finalize_compilation_unit): Rename to ...
4121 (finalize_compilation_unit): ... this one; do not initialize streamer
4122 hook here.
4123 * lto-streamer-out.c (lto_output_toplevel_asms): Update.
4124 * dwarf2out.c: Update ocmment.
4125 * optimize.c (maybe_clone_body): Use symtab_add_to_same_comdat_group.
4126 * method.c (use_thunk): Likewise.
4127 * semantics.c (maybe_add_lambda_conv_op): Likewise.
4128 * decl2.c (maybe_emit_vtables): Likewise.
4129 (cp_write_global_declarations): Use finalize_compilation_unit.
4130 * parser.c (cp_parser_asm_definition): Use add_asm_node.
4131 * lto-streamer-in.c (lto_input_toplevel_asms): Use add_asm_node
4132 * c-decl.c (c_write_global_declarations): Use
4133 finalize_compilation_unit.
4134 * langhooks.c (write_global_declarations): Update.
4135 * ipa.c (cgraph_externally_visible_p): Update.
4136 (dissolve_same_comdat_group_list): Remove.
4137 (function_and_variable_visibility): Update.
4138 * symtab.c: Inlcude lto-streamer.h and rtl.h
4139 (ld_plugin_symbol_resolution_names): New.
4140 (symtab_add_to_same_comdat_group): New.
4141 (symtab_dissolve_same_comdat_group_list): New.
4142 (resolution_used_from_other_file_p): Move here from cgraph.c
4143 (symtab_used_from_object_file_p): New.
4144 (symtab_make_decl_local): New.
4145 * passes.c (register_pass): Update comments.
4146 * c-parser.c (c_parser_asm_definition): Update.
4147 * varpool.c (varpool_analyze_node): Use
4148 fixup_same_cpp_alias_visibility.
4149 (varpool_remove_unreferenced_decls): Make static.
4150 (varpool_assemble_pending_decls): Rename to ...
4151 (varpool_output_variables): ... this one; call
4152 varpool_remove_unreferenced_decls.
4153 (varpool_used_from_object_file_p): Remove.
4154
4155 2012-04-30 Marc Glisse <marc.glisse@inria.fr>
4156
4157 PR c++/51033
4158 * c-typeck.c (build_array_ref): Call
4159 convert_vector_to_pointer_for_subscript.
4160 * doc/extend.texi (Vector Extensions): Subscripting not just for C.
4161
4162 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
4163
4164 * config/i386/i386.md (and<mode>3): Change runtime operand mode checks
4165 to compile-time "mode == <MODE>mode" checks.
4166 (and splitter): Ditto.
4167
4168 2012-04-30 Richard Henderson <rth@redhat.com>
4169
4170 * config/arm/arm.md (UNSPEC_LL): New.
4171 * config/arm/sync.md (atomic_loaddi, atomic_loaddi_1): New.
4172 (arm_load_exclusivedi): Use %H0.
4173
4174 2012-04-30 Jason Merrill <jason@redhat.com>
4175
4176 * dwarf2out.c (comdat_symbol_id): Add const.
4177 (union die_symbol_or_type_node): Add const to die_symbol.
4178 (output_die_symbol, output_die, output_comp_unit): Adjust.
4179
4180 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
4181
4182 * config/arm/arm.md (negdi2): Use gen_negdi2_neon.
4183 * config/arm/neon.md (negdi2_neon): New insn.
4184 Also add splitters for core and NEON registers.
4185
4186 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
4187
4188 * config/arm/arm.c (neon_valid_immediate): Allow const_int.
4189 (arm_print_operand): Add 'x' format.
4190 * config/arm/constraints.md (Dn): Allow const_int.
4191 * config/arm/neon.md (neon_mov<mode>): Use VDX to allow DImode.
4192 Use 'x' format to print constants.
4193 * config/arm/predicates.md (imm_for_neon_mov_operand): Allow const_int.
4194 * config/arm/vfp.md (movdi_vfp): Disable for const_int when neon
4195 is enabled.
4196 (movdi_vfp_cortexa8): Likewise.
4197
4198 2012-04-30 Ian Bolton <ian.bolton@arm.com>
4199 Sameera Deshpande <sameera.deshpande@arm.com>
4200 Greta Yorsh <greta.yorsh@arm.com>
4201
4202 * config/arm/arm-protos.h (ldm_stm_operation_p): New declaration.
4203 * config/arm/arm.c (ldm_stm_operation_p): New function.
4204 * config/arm/predicates.md (load_multiple_operation): Update predicate.
4205 (store_multiple_operation): Likewise.
4206
4207 * config/arm/arm-protos.h (ldm_stm_operation_p): New parameters.
4208 * config/arm/arm.c (ldm_stm_operation_p): New parameters.
4209 * config/arm/predicates.md (load_multiple_operation): Add arguments.
4210 (store_multiple_operation): Likewise.
4211
4212 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
4213
4214 * config/i386/i386.md (and<mode>3): Expand masking operations with
4215 0xff, 0xffff or 0xffffffff immediates to corresponding zero_extend RTX.
4216 (and splitter): Split to DImode zero_extend RTX for DImode operand[0].
4217
4218 2012-04-30 Dodji Seketeli <dodji@redhat.com>
4219
4220 Add -Wvarargs option
4221 * builtins.c (fold_builtin_next_arg): Use OPT_Wvarargs as an
4222 argument for the various warning_at calls.
4223 * docs/invoke.texi: Update the documentation.
4224
4225 2012-04-30 Dodji Seketeli <dodji@redhat.com>
4226
4227 Switch -ftrack-macro-expansion=2 on by default.
4228 * docs/cppopts.texi: Adjust for enabling -ftrack-macro-expansion=2
4229 by default.
4230
4231 Fix va_start related location
4232 * builtins.c (fold_builtin_next_arg): Unwinds to the first
4233 location in real source code.
4234
4235 Make conversion warnings work on NULL with -ftrack-macro-expansion
4236 * input.h (expansion_point_location_if_in_system_header): Declare
4237 new function.
4238 * input.c (expansion_point_location_if_in_system_header): Define it.
4239
4240 Fix -Wuninitialized for -ftrack-macro-expansion
4241 * tree-ssa.c (warn_uninit): Use the spelling location of the variable
4242 declaration. Use linemap_location_before_p for source locations.
4243
4244 Strip "<built-in>" loc from displayed expansion context
4245 * input.c (expand_location_1): When expanding to spelling location
4246 in a context of a macro expansion, skip reserved system header
4247 locations. Update comments. * tree-diagnostic.c
4248 (maybe_unwind_expanded_macro_loc): Likewise.
4249
4250 Make expand_location resolve to locus in main source file
4251 * input.c (expand_location_1): New. Takes a parameter to choose
4252 whether to resolve the location to spelling or expansion point.
4253 Was factorized from ...
4254 (expand_location): ... here.
4255 (expand_location_to_spelling_point): New. Implemented in terms of
4256 expand_location_1.
4257 * diagnostic.c (diagnostic_build_prefix): Use the new
4258 expand_location_to_spelling_point instead of expand_location.
4259
4260 Fix PCH crash on GTYed pointer-to-scalar field of a struct
4261 * gengtype.c (write_types_process_field): Force second argument of
4262 the call to the PCH object hierarchy walker to be 'x'.
4263
4264 2012-04-30 Eric Botcazou <ebotcazou@adacore.com>
4265
4266 * config/i386/i386.c (ix86_handle_struct_attribute): Use the proper
4267 predicate to discriminate types.
4268
4269 2012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
4270
4271 * doc/invoke.texi (Wmissing-format-attribute): Document as an
4272 alias of Wsuggest-attribute=format.
4273 * c-typeck.c (convert_for_assignment): Replace
4274 Wmissing-format-attribute with Wsuggest-attribute=format.
4275 (digest_init): Likewise.
4276
4277 2012-04-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
4278
4279 * opts.c (finish_options): Do not handle -Wmissing-noreturn here.
4280 * common.opt (Wmissing-noreturn): Alias of
4281 -Wsuggest-attribute=noreturn.
4282
4283 2012-04-29 Hans-Peter Nilsson <hp@axis.com>
4284
4285 PR target/53156
4286 * config/cris/cris.md (andqu): New peephole2.
4287 (andu): Tweak head comment.
4288
4289 2012-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
4290 Steven Bosscher <steven@gcc.gnu.org>
4291 Maxim Kuvyrkov <maxim@codesourcery.com>
4292
4293 PR tree-optimization/38785
4294 * common.opt (ftree-partial-pre): New option.
4295 * doc/invoke.texi: Document it.
4296 * opts.c (default_options_table): Initialize flag_tree_partial_pre.
4297 * tree-ssa-pre.c (do_partial_partial_insertion): Insert only if it will
4298 benefit speed path.
4299 (execute_pre): Use flag_tree_partial_pre.
4300
4301 2012-04-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4302
4303 PR target/52999
4304 * config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels
4305 in constant pool.
4306
4307 2012-04-27 Ollie Wild <aaw@google.com>
4308
4309 * doc/invoke.texi (Wliteral-suffix): Document new option.
4310
4311 2012-04-27 Tom Tromey <tromey@redhat.com>
4312
4313 * dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.
4314 (dwarf_tag_name): Use get_DW_TAG_name.
4315 (dwarf_attr_name): Use get_DW_AT_name.
4316 (dwarf_form_name): Use get_DW_FORM_name.
4317 * dwarf2cfi.c (dwarf_cfi_name): Use get_DW_CFA_name.
4318
4319 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
4320
4321 * tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose
4322 arguments are -1 and 0, by negating the result of the conditional.
4323
4324 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
4325
4326 PR target/53138
4327 * config/i386/i386.md (x86_mov<mode>cc_0_m1_neg): Add clobber.
4328
4329 2012-04-27 Richard Guenther <rguenther@suse.de>
4330
4331 * tree-flow.h (is_hidden_global_store): Remove.
4332 * tree-ssa-sink.c (is_hidden_global_store): Likewise.
4333 * tree-ssa-alias.h (ref_may_alias_global_p): Declare.
4334 (stmt_may_clobber_global_p): Likewise.
4335 * tree-ssa-alias.c (ref_may_alias_global_p): New function.
4336 (stmt_may_clobber_global_p): Likewise.
4337 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Call
4338 stmt_may_clobber_global_p.
4339 * tree-ssa-dse.c (dse_possible_dead_store_p): Likewise.
4340
4341 2012-04-27 Steven Bosscher <steven@gcc.gnu.org>
4342
4343 * cfg.c (disconnect_src): Do df_mark_solutions_dirty in the right
4344 place.
4345
4346 * tree-switch-conversion.c (struct switch_conv_info): Add range_max,
4347 reorganize some fields and update comments. Rename bit_test_uniq
4348 and bit_test_count to uniq resp. count. Remove bit_test_bb.
4349 (collect_switch_conv_info): New function, collects info about a
4350 GIMPLE_SWITCH into a struct switch_conv_info.
4351 (check_range): Simplify to use pre-recorded info. Fix think-o in
4352 range-branch ratio check.
4353 (check_process_case): Remove function.
4354 (check_all_empty_except_final): New function, verifies that all
4355 non-final basic blocks are empty.
4356 (process_switch): Simplify to use pre-recorded info. Call
4357 collect_switch_conv_info to do that. Assert that degenerate switch
4358 statements have been cleaned up.
4359
4360 2012-04-27 Marc Glisse <marc.glisse@inria.fr>
4361
4362 PR middle-end/27139
4363 * tree-ssa-forwprop.c (combine_conversions): Handle INT->FP->INT.
4364
4365 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
4366
4367 PR c/53130
4368 * c-typeck.c (pop_init_level): Use %qD instead of %qT.
4369
4370 2012-04-27 Tom de Vries <tom@codesourcery.com>
4371
4372 PR tree-optimization/51879
4373 * tree-ssa-sccvn.h (struct vn_reference_s): Add result_vdef field.
4374 * tree-ssa-sccvn.c (mark_use_processed): New function, factored out
4375 of ...
4376 (defs_to_varying): ... here. Don't set use_processed.
4377 (visit_reference_op_call): Handle gimple_vdef.
4378 Handle case that lhs is NULL_TREE.
4379 (visit_use): Use mark_use_processed. Handle calls with side-effect
4380 using visit_reference_op_call.
4381
4382 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
4383
4384 * sched-deps.c (fixup_sched_groups): Rename to...
4385 (chain_to_prev_insn): ...this.
4386 (chain_to_prev_insn_p): New function.
4387 (deps_analyze_insn): Use it instead of SCHED_GROUP_P.
4388
4389 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
4390
4391 * sched-int.h (_haifa_insn_data): Move priority_status.
4392 Add model_index.
4393 (INSN_MODEL_INDEX): New macro.
4394 * haifa-sched.c (insn_delay): New function.
4395 (sched_regno_pressure_class): Update commentary.
4396 (mark_regno_birth_or_death): Pass the liveness bitmap and
4397 pressure array as arguments, instead of using curr_reg_live and
4398 curr_reg_pressure. Only update the pressure if the bit in the
4399 liveness set has changed.
4400 (initiate_reg_pressure_info): Always trust the live-in set for
4401 SCHED_PRESSURE_MODEL.
4402 (initiate_bb_reg_pressure_info): Update call to
4403 mark_regno_birth_or_death.
4404 (dep_list_size): Take the list as argument.
4405 (calculate_reg_deaths): New function, extracted from...
4406 (setup_insn_reg_pressure_info): ...here.
4407 (MODEL_BAR): New macro.
4408 (model_pressure_data, model_insn_info, model_pressure_limit)
4409 (model_pressure_group): New structures.
4410 (model_schedule, model_worklist, model_insns, model_num_insns)
4411 (model_curr_point, model_before_pressure, model_next_priority):
4412 New variables.
4413 (MODEL_PRESSURE_DATA, MODEL_MAX_PRESSURE, MODEL_REF_PRESSURE)
4414 (MODEL_INSN_INFO, MODEL_INSN): New macros.
4415 (model_index, model_update_limit_points_in_group): New functions.
4416 (model_update_limit_points, model_last_use_except): Likewise.
4417 (model_start_update_pressure, model_update_pressure): Likewise.
4418 (model_recompute, model_spill_cost, model_excess_group_cost): Likewise.
4419 (model_excess_cost, model_dump_pressure_points): Likewise.
4420 (model_set_excess_costs): Likewise.
4421 (rank_for_schedule): Extend SCHED_PRIORITY_WEIGHTED ordering to
4422 SCHED_PRIORITY_MODEL. Use insn_delay. Use the order in the model
4423 schedule as an alternative tie-breaker. Update the call to
4424 dep_list_size.
4425 (ready_sort): Call model_set_excess_costs.
4426 (update_register_pressure): Update call to mark_regno_birth_or_death.
4427 Rely on that function to check liveness rather than doing it here.
4428 (model_classify_pressure, model_order_p, model_add_to_worklist_at)
4429 (model_remove_from_worklist, model_add_to_worklist, model_promote_insn)
4430 (model_add_to_schedule, model_analyze_insns, model_init_pressure_group)
4431 (model_record_pressure, model_record_pressures): New functions.
4432 (model_record_final_pressures, model_add_successors_to_worklist)
4433 (model_promote_predecessors, model_choose_insn): Likewise.
4434 (model_reset_queue_indices, model_dump_pressure_summary): Likewise.
4435 (model_start_schedule, model_finalize_pressure_group): Likewise.
4436 (model_end_schedule): Likewise.
4437 (schedule_insn): Say when we're scheduling the next instruction
4438 in the model schedule.
4439 (schedule_insn): Handle SCHED_PRESSURE_MODEL.
4440 (queue_to_ready): Do not add instructions that are
4441 MAX_SCHED_READY_INSNS beyond the current point of the model schedule.
4442 Always allow the next instruction in the model schedule to be added.
4443 (debug_ready_list): Print the INSN_REG_PRESSURE_EXCESS_COST_CHANGE
4444 and delay for SCHED_PRESSURE_MODEL too.
4445 (prune_ready_list): Extend SCHED_PRIORITY_WEIGHTED handling to
4446 SCHED_PRIORITY_MODEL, but also take the DFA into account.
4447 (schedule_block): Call model_start_schedule and model_end_schedule.
4448 Extend SCHED_PRIORITY_WEIGHTED stall handling to SCHED_PRIORITY_MODEL.
4449 (sched_init): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
4450 to SCHED_PRESSURE_MODEL, but don't allocate saved_reg_live or
4451 region_ref_regs.
4452 (sched_finish): Update accordingly.
4453 (fix_tick_ready): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
4454 to SCHED_PRESSURE_MODEL.
4455 (add_jump_dependencies): Update call to dep_list_size.
4456 (haifa_finish_h_i_d): Fix leak of max_reg_pressure.
4457 (haifa_init_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
4458 to SCHED_PRESSURE_MODEL.
4459 * sched-deps.c (init_insn_reg_pressure_info): Likewise, but don't
4460 allocate INSN_MAX_REG_PRESSURE for SCHED_PRESSURE_MODEL.
4461 (sched_analyze_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE
4462 handling to SCHED_PRESSURE_MODEL.
4463
4464 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
4465
4466 * common.opt (fsched-pressure-algorithm=): New option.
4467 * flag-types.h (sched_pressure_algorithm): New enum.
4468 * sched-int.h (sched_pressure_p): Replace with...
4469 (sched_pressure): ...this new variable.
4470 * haifa-sched.c (sched_pressure_p): Replace with...
4471 (sched_pressure): ...this new variable.
4472 (sched_regno_pressure_class, rank_for_schedule, ready_sort)
4473 (update_reg_and_insn_max_reg_pressure, schedule_insn)
4474 (debug_ready_list, prune_ready_list, schedule_block, sched_init)
4475 (sched_finish, fix_tick_ready, haifa_init_insn): Update accordingly.
4476 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
4477 (sched_analyze_insn): Likewise.
4478 * sched-rgn.c (schedule_region): Likewise.
4479 * config/m68k/m68k.c (m68k_sched_variable_issue): Likewise.
4480
4481 2012-04-26 Bernd Schmidt <bernds@codesourcery.com>
4482
4483 * PR middle-end/52997
4484 * ira.c (find_moveable_pseudos): Call resize_reg_info.
4485
4486 PR middle-end/52940
4487 * machmode.h (CLASS_HAS_WIDER_MODES_P): True for MODE_PARTIAL_INT.
4488 * expr.c (convert_move): Honor unsignedp when extending partial int
4489 modes.
4490 * genmodes.c (complete_mode): Don't clear component field of partial
4491 int modes.
4492 (emit_mode_inner): Don't emit it however.
4493 (calc_wider_mode): Partial int modes widen to their component.
4494
4495 2012-04-26 David S. Miller <davem@davemloft.net>
4496
4497 * config/sparc/niagara4.md: New file.
4498 * config/sparc/sparc.md: Include it.
4499 * config/sparc/sparc.c (niagara4_costs): New processor costs.
4500 (sparc_option_override): Use it.
4501 (sparc_use_sched_lookahead): Return 2 for niagara4.
4502 (sparc_issue_rate): Likewise.
4503
4504 * config/sparc/sparc.md (attr type): Delete 'fgm_cmp'.
4505 (fpack16_vis, fpackfix_vis, fpack32_vis): Set type to fgm_pack.
4506 (fmul8x16_vis, fmul8x16au_vis, fmul8x16al_vis, fmul8sux16_vis,
4507 fmul8ulx16_vis, fmuld8sux16_vis, fmuld8ulx16_vis): Set type to fgm_mul.
4508 (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis,
4509 alignaddrldi_vis): Set type to gsr.
4510 (pdist_vis, pdistn<mode>_vis): Set type to fgm_pdsit.
4511 (fcmp<code><GCM:gcm_name><P:mode>_vis, cmask8<P:mode>_vis,
4512 cmask16<P:mode>_vis, cmask32<P:mode>_vis, fchksm16_vis,
4513 v<vis3_shift_patname><mode>3, fmean16_vis,
4514 fp<plusminus_insn>64_vis, <vis3_addsub_ss_patname><mode>3,
4515 fucmp<code>8<P:mode>_vis): Set type to fga.
4516 * config/sparc/ultra1_2.md: Remove refrences to fgm_cmp.
4517 * config/sparc/niagara.md: Likewise.
4518 * config/sparc/niagara2.md: Likewise.
4519 * config/sparc/ultra3.md: Likewise, and fix type matching for
4520 us3_ialuX reservation.
4521
4522 2012-04-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4523
4524 * reload.c (find_reloads): Change the loop nesting when trying an
4525 alternative with swapped operands.
4526
4527 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
4528
4529 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix
4530 comment. Delete unused parameter first_exp_point_map.
4531 (virt_loc_aware_diagnostic_finalizer): Update call.
4532
4533 2012-04-26 Michael Hope <michael.hope@linaro.org>
4534 Richard Earnshaw <rearnsha@arm.com>
4535
4536 * config/arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_SOFT_FLOAT): Define.
4537 (GLIBC_DYNAMIC_LINKER_HARD_FLOAT): Define.
4538 (GLIBC_DYNAMIC_LINKER_DEFAULT): Define.
4539 (GLIBC_DYNAMIC_LINKER): Redefine to use the hard float path.
4540
4541 2012-04-25 Sriraman Tallam <tmsriram@google.com>
4542
4543 * doc/extend.texi: Document avx2 support.
4544 * config/i386/i386.c (fold_builtin_cpu): Add avx2.
4545
4546 2012-04-26 Hans-Peter Nilsson <hp@axis.com>
4547
4548 PR target/53120
4549 * config/cris/cris.md ("*andhi_lowpart_v32")
4550 ("*andqi_lowpart_v32"): Change first input-only operand from
4551 a (match_operand ...) to (match_dup 0). Drop alternatives with
4552 const_int-matching constraints for redundancy.
4553 ("*andhi_lowpart_non_v32", "*andqi_lowpart_non_v32"): Ditto. Drop
4554 three-operand alternative.
4555
4556 2012-04-25 Jakub Jelinek <jakub@redhat.com>
4557
4558 PR target/53110
4559 * config/i386/i386.md (and<mode>3): For andq $0xffffffff, reg
4560 instead expand it as zero extension.
4561
4562 2012-04-25 H.J. Lu <hongjiu.lu@intel.com>
4563
4564 PR debug/52857
4565 * dwarf2out.c (dbx_reg_number): Assert return value != INVALID_REGNUM.
4566
4567 2012-04-25 Jakub Jelinek <jakub@redhat.com>
4568
4569 * common.opt (flag_debug_types_section): Default to 0.
4570 (dwarf_version): Default to 4.
4571 (dwarf_record_gcc_switches): Default to 1.
4572 (dwarf_strict): Default to 0.
4573 * toplev.c (process_options): Don't handle dwarf_strict
4574 or dwarf_version here.
4575 * config/vxworks.c (vxworks_override_options): Don't
4576 test whether dwarf_strict or dwarf_version are negative,
4577 instead test !global_options_set.x_dwarf_*.
4578 * config/darwin.c (darwin_override_options): Default to
4579 dwarf_version 2.
4580 * doc/invoke.texi: Note that -gdwarf-4, -grecord-gcc-switches
4581 and -fno-debug-types-section are now the default.
4582
4583 2012-04-25 Jan Hubicka <jh@suse.cz>
4584
4585 * cgraphunit.c: Update toplevel comment.
4586 (tree_rest_of_compilation): Merge into cgraph_expand_function.
4587 (cgraph_analyze_function): Make static.
4588 (cgraph_decide_is_function_needed): Make static.
4589 (cgraph_add_new_function): Use expand_function instead of
4590 rest_of_compilation.
4591 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
4592 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
4593 Move to cgraph.c
4594 (cgraph_inline_p): Remove.
4595 (cgraph_preserve_function_body_p): Move to ipa-inline-transform.
4596 (init_cgraph): Add comment.
4597 * cgraphbuild.c (record_reference, mark_address, mark_load,
4598 mark_store): Do not call analyze_expr hook.
4599 * cgraph.c: Update toplevel comment.
4600 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
4601 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
4602 Move fere from cgraphunit.c
4603 (cgraph_mark_force_output_node): Move to cgraph.h
4604 * cgraph.h: Reorder so the comments match the function placement.
4605 (cgraph_analyze_function, cgraph_decide_is_function_needed): Remove.
4606 (cgraph_mark_force_output_node): Move here from cgraph.c
4607 * tree.c (free_lang_data): Do not clear analyze_expr hook.
4608 * ipa-inline-transform.c (preserve_function_body_p): New function.
4609 (inline_transform): Update.
4610 * langhooks.c (lhd_callgraph_analyze_expr): Remove.
4611 * langhooks.h (lang_hooks_for_callgraph): Remove.
4612 (lang_hooks): Remove callgraph.
4613 * tree-inline.c (expand_call_inline): Do not use cgraph_inline_p.
4614 * varpool.c: Remove out of date comment.
4615 * langhooks-def.h (lhd_callgraph_analyze_expr): Remove.
4616 (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Remove.
4617
4618 2012-04-25 Jan Hubicka <jh@suse.cz>
4619
4620 PR middle-end/53089
4621 * cgraphunit.c (referred_to_p): Move ahead in file to avoid
4622 forward declaration.
4623 (cgraph_finalize_function): Finalize them here.
4624 * symtab.c (dump_symtab): Dump ctors and dtors.
4625
4626 2012-04-25 Jakub Jelinek <jakub@redhat.com>
4627
4628 PR middle-end/52979
4629 * stor-layout.c (get_best_mode): Don't return mode with bitsize
4630 larger than maxbits. Don't compute maxbits modulo align.
4631 Also check that unit bytes long store at bitpos / unit * unit
4632 doesn't affect bits beyond bitregion_end.
4633 * expmed.c (store_bit_field_1): Avoid trying insv if OP_MODE MEM
4634 would not fit into bitregion_start ... bitregion_end + 1 bit region.
4635 (store_split_bit_field): Decrease unit close to end of bitregion_end
4636 if access is restricted in order to avoid mutual recursion.
4637
4638 PR tree-optimization/53058
4639 * double-int.h (double_int_max_value, double_int_min_value): New
4640 prototypes.
4641 * double-int.c (double_int_max_value, double_int_min_value): New
4642 functions.
4643 * tree-vrp.c (register_edge_assert_for_2): Compare mask for LE_EXPR
4644 or GT_EXPR with double_int_max_value instead of double_int_mask.
4645
4646 2012-04-25 Richard Guenther <rguenther@suse.de>
4647
4648 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
4649 * tree-vect-loop.c (vect_transform_loop): Adjust.
4650 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Record
4651 the maximum number of iterations for the epilogue loop.
4652 (vect_loop_versioning): Remove case re-using the peeled epilogue loop.
4653
4654 2012-04-25 Jakub Jelinek <jakub@redhat.com>
4655
4656 PR c/52880
4657 * c-typeck.c (set_nonincremental_init,
4658 set_nonincremental_init_from_string): Pass true instead of false
4659 as IMPLICIT to add_pending_init.
4660
4661 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
4662
4663 * c-typeck.c (pop_init_level): Improve diagnostics.
4664
4665 2012-04-25 Uros Bizjak <ubizjak@gmail.com>
4666
4667 * compare-elim.c (try_eliminate_compare): Also handle operands with
4668 implicit extensions.
4669
4670 2012-04-25 Alan Modra <amodra@gmail.com>
4671
4672 * config/rs6000/rs6000 (SAVE_INLINE_VRS, REST_INLINE_VRS,
4673 V_SAVE_INLINE, SAVRES_LR, SAVRES_SAVE, SAVRES_REG,
4674 SAVRES_GPR, SAVRES_FPR, SAVRES_VR): Define.
4675 (no_global_regs_above): Delete.
4676 (no_global_regs): New function.
4677 (rs6000_savres_strategy): Handle vector regs. Use proper lr_save_p
4678 value for load multiple test.
4679 (savres_routine_syms): Increase size.
4680 (rs6000_savres_routine_name, rs6000_savres_routine_sym,
4681 ptr_regno_for_savres, rs6000_emit_savres_rtx): Pass in int selector
4682 rather than a number of boolean flags. Update all callers.
4683 (rs6000_savres_routine_name): Generate vector save/restore names.
4684 (rs6000_savres_routine_sym): Handle vector regs. Delete forward decl.
4685 (ptr_regno_for_savres, rs6000_emit_savres_rtx): Likewise.
4686 (rs6000_emit_prologue): Delete saving_FPRs_inline, saving_GPRs_inline
4687 and using_store_multiple. Expand uses. Don't always use r11 as
4688 frame reg when needed for out-of-line saves. Set up initial offset
4689 for out-of-line vector saves when buying stack frame. Handle pointer
4690 reg setup for out-of-line fp save. Emit call to out-of-line vector
4691 save function. Choose r11 or r12 for vrsave reg when available for
4692 better scheduling.
4693 (rs6000_output_function_prologue): Don't emit .extern for ELF.
4694 (rs6000_emit_epilogue): Choose a better frame reg when restoring
4695 from back-chain to suit out-of-line vector restore functions. Emit
4696 call to out-of-line vector restore function. Adjust register used
4697 for cr restore. Tweak pointer register setup for gpr restore.
4698 * config/rs6000/rs6000.h (FIRST_SAVED_GP_REGNO): Take into account
4699 FIXED_R13.
4700 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Simplify.
4701 (V_SAVE_INLINE): Define.
4702 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*): New insns.
4703
4704 2012-04-25 Alan Modra <amodra@gmail.com>
4705
4706 * config/rs6000/rs6000.c (rs6000_savres_strategy): Allow
4707 out-of-line save/restore for large frames. Don't disable
4708 out-of-line saves on ABI_AIX when using static chain reg.
4709 (rs6000_emit_prologue): Adjust cr_save_regno on ABI_AIX to not
4710 clobber static chain reg, and tweak for out-of-line gpr saves
4711 that use r1.
4712
4713 2012-04-25 Alan Modra <amodra@gmail.com>
4714
4715 * config/rs6000/rs6000.c (START_USE, END_USE, NOT_INUSE): Define.
4716 (rs6000_emit_prologue): Use the above to catch register overlap.
4717
4718 2012-04-25 Alan Modra <amodra@gmail.com>
4719
4720 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Delete forward
4721 decl. Move logic selecting update reg to callers. Update all callers.
4722 (rs6000_emit_allocate_stack): Add copy_off param.
4723 (emit_frame_save): Don't handle reg+reg addressing.
4724 (ptr_regno_for_savres): New function, extracted from..
4725 (rs6000_emit_savres_rtx): ..here. Add lr_offset param.
4726 (rs6000_emit_prologue): Generate frame_ptr_rtx as we need it.
4727 Set frame_reg_rtx to r11 whenever r11 is needed, and merge
4728 frame offset adjustment for out-of-line save with copy from sp.
4729 Simplify condition controlling whether cr is saved early or
4730 late. Use ptr_regno_for_savres to verify correct reg is set
4731 up for out-of-line saves. Pass the actual pointer reg used to
4732 rs6000_emit_savres_rtx so rtl matches insns in out-of-line
4733 function. Rearrange spe vars so code is similar to that
4734 elsewhere in this function. Don't update frame_off when spe
4735 save code will restore r11. Use emit_frame_save for spe and
4736 gpr saves. Consolidate darwin out-of-line gpr setup with that
4737 for other abis. Don't assume frame_offset is zero and frame
4738 reg is sp when setting up altivec reg saves, and calculate
4739 exact offset requirement.
4740 (rs6000_emit_epilogue): Use HOST_WIDE_INT for frame_off. Tidy
4741 spe restore code. Consolidate darwin out-of-line gpr setup
4742 with that for other abis.
4743
4744 2012-04-25 Alan Modra <amodra@gmail.com>
4745
4746 * config/rs6000/rs6000.c (rs6000_frame_related): Don't emit a
4747 REG_FRAME_RELATED_EXPR note when the instruction exactly matches
4748 the replacement.
4749 (emit_frame_save): Delete frame_ptr param. Rename total_size to
4750 frame_reg_to_sp.
4751 (rs6000_emit_prologue): Add sp_off. Update rs6000_frame_related
4752 and emit_frame_save calls. Cope with possibly missing note.
4753
4754 2012-04-24 Sriraman Tallam <tmsriram@google.com>
4755
4756 * config/i386/i386.c (build_processor_model_struct): New function.
4757 (make_var_decl): New function.
4758 (fold_builtin_cpu): New function.
4759 (ix86_fold_builtin): New function.
4760 (make_cpu_type_builtin): New function.
4761 (ix86_init_platform_type_builtins): New function.
4762 (ix86_expand_builtin): Expand new builtins by folding them.
4763 (ix86_init_builtins): Make new builtins to detect CPU type.
4764 (TARGET_FOLD_BUILTIN): New macro.
4765 (IX86_BUILTIN_CPU_INIT): New enum value.
4766 (IX86_BUILTIN_CPU_IS): New enum value.
4767 (IX86_BUILTIN_CPU_SUPPORTS): New enum value.
4768 * config/i386/i386-builtin-types.def: New function type.
4769 * testsuite/gcc.target/builtin_target.c: New testcase.
4770 * doc/extend.texi: Document builtins.
4771
4772 2012-04-24 Olivier Hainque <hainque@adacore.com>
4773
4774 * common.opt (gdwarf-): Initialize dwarf_version to -1 instead of 2.
4775 * toplev.c (process_options): Default to dwarf_version 2.
4776 * config/vxworks.c (vxworks_override_options): Default to strict-dwarf
4777 and dwarf_version 2.
4778
4779 2012-04-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
4780
4781 * tree-pretty-print.h (default_tree_printer): Do not declare.
4782 * tree-diagnostic.c: Include tree-pretty-print.h, tree-pass.h and
4783 intl.h.
4784 (default_tree_diagnostic_starter): Make static.
4785 (default_tree_printer): Move to here. Make static.
4786 (tree_diagnostics_defaults): New.
4787 * tree-diagnostic.h (default_tree_diagnostic_starter): Do not declare.
4788 * tree.c (free_lang_data): Use tree_diagnostics_defaults.
4789 * toplev.c: Do not include tree-pass.h.
4790 (default_tree_printer): Move from here.
4791 (general_init): Use tree_diagnostics_defaults.
4792
4793 2012-04-24 Chao-ying Fu <fu@mips.com>
4794
4795 * config.gcc (mips64*-*-linux*): Append mips/linux-common.h to tm_file.
4796 (mips*-*-linux*): Append mips/linux-common.h to tm_file.
4797 * config/mips/gnu-user.h
4798 (SUBTARGET_CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC directly.
4799 (GNU_USER_TARGET_LINK_SPEC): New define.
4800 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
4801 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC directly.
4802 (GNU_USER_TARGET_MATHFILE_SPEC): New define.
4803 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC and
4804 GNU_USER_TARGET_ENDFILE_SPEC.
4805 * config/mips/gnu-user64.h (LIB_SPEC): Remove.
4806 (GNU_USER_TARGET_LINK_SPEC): New define.
4807 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
4808 * config/mips/linux-common.h: New file.
4809
4810 2012-04-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4811
4812 PR target/47197
4813 * config/rs6000/rs6000-c.c (fully_fold_convert): New function.
4814 (altivec_build_resolved_builtin): Call fully_fold_convert.
4815
4816 2012-04-24 Georg-Johann Lay <avr@gjlay.de>
4817
4818 PR target/53065
4819 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): New hook define.
4820
4821 2012-04-24 Richard Guenther <rguenther@suse.de>
4822
4823 PR tree-optimization/53085
4824 * tree-ssa-pre.c (eliminate): Do not eliminate volatile redundant
4825 stores.
4826
4827 2012-04-24 Richard Guenther <rguenther@suse.de>
4828
4829 * tree-if-conv.c (main_tree_if_conversion): Move bb under
4830 ENABLE_CHECKING.
4831
4832 2012-04-24 Jim Meyering <meyering@redhat.com>
4833
4834 * genattrtab.c (gen_attr): Avoid NULL-deref after diagnosing
4835 absence of an define_enum call.
4836
4837 2012-04-24 Richard Guenther <rguenther@suse.de>
4838
4839 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): If
4840 the epilogue loop is not re-used as unvectorized version
4841 record the its maximum number of iterations.
4842
4843 2012-04-24 Andrew Pinski <apinski@cavium.com>
4844
4845 * tree-ssa-forwprop.c (simplify_bitwise_binary):
4846 Don't directly use def1/def2.
4847
4848 2012-04-24 Richard Guenther <rguenther@suse.de>
4849
4850 PR tree-optimization/53098
4851 * tree-vect-loop.c (vect_analyze_loop_operations): Fixup
4852 comparison sign.
4853
4854 2012-04-24 Andrew Pinski <apinski@cavium.com>
4855
4856 PR tree-opt/33512
4857 * tree-ssa-forwprop.c (defcodefor_name): New function.
4858 (simplify_bitwise_binary): Use defcodefor_name instead of manually
4859 Simplify "( X | Y) & X" to X and "( X & Y) | X" to X.
4860 Simplify "(~X | Y) & X" to "X & Y" and
4861 "(~X & Y) | X" to "X | Y".
4862
4863 2012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4864
4865 * recog.c (insn_invalid_p): Add IN_GROUP parameter and use
4866 validate_change to add clobbers if IN_GROUP is nonzero.
4867 (verify_changes): Call insn_invalid_p with IN_GROUP set to true.
4868 * recog.h (insn_invalid_p): Add IN_GROUP parameter to function
4869 prototype.
4870 * gcse.c (process_insert_insn): Call insn_invalid_p with IN_GROUP
4871 set to false.
4872 * config/s390/s390.c (insn_invalid_p): Likewise.
4873
4874 2012-04-24 Jakub Jelinek <jakub@redhat.com>
4875
4876 PR middle-end/53084
4877 * varasm.c (compute_reloc_for_constant): Handle ADDR_EXPR of MEM_REF.
4878 (output_addressed_constants): Likewise.
4879
4880 PR middle-end/52999
4881 * varasm.c (get_section): Don't ICE for section conflicts with
4882 built-in section kinds.
4883
4884 2012-04-23 DJ Delorie <dj@redhat.com>
4885
4886 * config/s390/s390.h (LINK_SPEC): Remove, no longer needed.
4887 (LIBSTDCXX): Change to CPP2.
4888
4889 2012-04-23 H.J. Lu <hongjiu.lu@intel.com>
4890
4891 PR bootstrap/52878
4892 * opth-gen.awk: Check if MASK_ and TARGET_ macros are defined for
4893 extra_masks.
4894
4895 2012-04-23 Uros Bizjak <ubizjak@gmail.com>
4896
4897 * config/i386/i386.md (*add<mode>_2): Add r/r/0 alternative.
4898 (*addsi_2_zext): Ditto.
4899 (*add<mode>_3): Ditto.
4900 (*addsi_3_zext): Ditto.
4901 (*add<mode>_5): Ditto.
4902
4903 2012-04-23 Andrew Pinski <apinski@cavium.com>
4904
4905 * tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0
4906 (C & B) to (A OP0) & B.
4907
4908 2012-04-23 Martin Jambor <mjambor@suse.cz>
4909
4910 * expr.c (expand_expr_real_1): Remove setting parent's alias set for
4911 temporaries created for a bitfield (reverting revision 122014).
4912
4913 2012-04-23 Richard Guenther <rguenther@suse.de>
4914
4915 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify
4916 the condition using is_gimple_condexpr and avoid the not necessary
4917 boolification.
4918 (set_prologue_iterations): Likewise.
4919 (vect_loop_versioning): Likewise.
4920
4921 2012-04-23 Richard Guenther <rguenther@suse.de>
4922
4923 PR tree-optimization/53070
4924 * tree-if-conv.c (combine_blocks): Free predicates in all blocks.
4925 (main_tree_if_conversion): Verify we succeeded in that.
4926
4927 2012-04-23 Jan Hubicka <jh@suse.cz>
4928
4929 * lto-symtab.c (lto_cgraph_replace_node): Do not call
4930 mark_reahcable_node.
4931 * cgraph.c (cgraph_remove_node): Do not clear reachable.
4932 (cgraph_mark_reachable_node): Remove.
4933 (cgraph_mark_force_output_node): Do not set reachable.
4934 (dump_cgraph_node): Do not dump reachable.
4935 (cgraph_create_virtual_clone): Do not set reachable.
4936 * cgraph.h (cgraph_node): Remove reachable flag.
4937 (varpool_node): Remove reachable flag.
4938 (cgraph_mark_if_needed): Remove.
4939 (cgraph_mark_reachable_node): Remove.
4940 * tree-emutls.c (ipa_lower_emutls): Do not check reachable.
4941 * cgraphunit.c (cgraph_finalize_function): Do not mark node as
4942 reachable.
4943 (cgraph_add_new_function): Likewise.
4944 (cgraph_mark_if_needed): Remove.
4945 (cgraph_analyze_function): Do not set target as reachable.
4946 (process_function_and_variable_attributes): Do not care about
4947 dllexport.
4948 (cgraph_analyze_functions): Do not set reachable flags.
4949 (cgraph_mark_functions_to_output): Do not check reachability.
4950 (cgraph_copy_node_for_versioning): Do not set reachable flag.
4951 (dbxout_expand_expr): Update.
4952 * c-decl.c (merge_decls): Do not track changed externs.
4953 * ipa.c: Include pointer-set.h
4954 (enqueue_cgraph_node): Use reachable pointer set.
4955 (process_references): Likewise.
4956 (cgraph_remove_unreachable_nodes): Likewise.
4957 (whole_program_function_and_variable_visibility): Do not recompute
4958 reachable.
4959 * trans-mem.c (ipa_tm_execute): Do not check reachable flag.
4960
4961 2012-04-23 Georg-Johann Lay <avr@gjlay.de>
4962
4963 * doc/extend.texi (AVR Named Address Spaces): Fix typos.
4964
4965 2012-04-23 Richard Guenther <rguenther@suse.de>
4966
4967 PR c/53060
4968 * c-typeck.c (build_binary_op): Fix typo.
4969
4970 2012-04-23 Jakub Jelinek <jakub@redhat.com>
4971
4972 PR tree-optimizations/52891
4973 * tree-vect-patterns.c (adjust_bool_pattern): Use
4974 build_nonstandard_type even if rhs1 has unsigned INTEGER_TYPE,
4975 but with non-standard precision.
4976
4977 2012-04-22 Jan Hubicka <jh@suse.cz>
4978
4979 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Bail out at NULL
4980 tree refs.
4981
4982 2012-04-22 Jan Hubicka <jh@suse.cz>
4983
4984 * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.
4985 * cgraphbuild.c (record_reference, record_type_list, mark_address,
4986 mark_load, mark_store): Do not mark varpool nodes as needed.
4987 * cgraph.c (cgraph_new_nodes): Remove.
4988 (cgraph_create_function_alias): Do not mark nodes as reachable.
4989 (cgraph_add_thunk): Likewise.
4990 (cgraph_mark_reachable_node): Do not manage the queue.
4991 * cgraph.h (cgraph_node): Remove next_needed.
4992 (varpool_nodes_queue): Remove next_needed and prev_needed.
4993 (x_cgraph_nodes_queue, x_cgraph_nodes_queue, cgraph_new_nodes): Remove.
4994 (cgraph_new_nodes): Declare.
4995 (x_varpool_nodes_queue, varpool_nodes_queue); Remove.
4996 (varpool_analyze_pending_decls): Remove.
4997 (varpool_analyze_node): New.
4998 (varpool_mark_needed_node): Remove.
4999 (varpool_first_variable, varpool_next_variable): New inlines.
5000 (varpool_first_static_initializer, varpool_next_static_initializer):
5001 Update.
5002 (FOR_EACH_STATIC_VARIABLE): Remove unused walker.
5003 (varpool_first_defined_variable): New inline.
5004 (varpool_next_defined_variable): New inline
5005 (FOR_EACH_VARIABLE): Reimplement.
5006 (FOR_EACH_DEFINED_VARIABLE): Reimplement.
5007 * toplev.c (wrapup_global_declaration_2): Use analyzed instead of
5008 needed flag.
5009 * cgraphunit.c (cgraph_new_nodes): Declare here.
5010 (enqueue_node): New function.
5011 (cgraph_process_new_functions): update for new
5012 node set; when constructing cgraph enqueue node for processing.
5013 (cgraph_add_new_function): Use new node set.
5014 (process_function_and_variable_attributes): Do not set varpool needed
5015 flags.
5016 (referred_to_p): New function.
5017 (varpool_finalize_decl): Move here from varpool.c; enqueue needed node
5018 when varpool is in construction.
5019 (cgraph_analyze_functions): Rewrite.
5020 (cgraph_expand_all_functions): Update.
5021 (cgraph_output_in_order): Do not analyze pending decls; do not set
5022 needed flags.
5023 (cgraph_optimize): Do not analyze pending decls.
5024 * lto-cgraph.c (input_varpool_node): Clear analyzed flag for objects
5025 in other partition; do not mark node as needed.
5026 * dwarf2out.c (reference_to_unused): Use analyzed flag.
5027 (premark_types_used_by_global_vars_helper): Likewise.
5028 * ipa.c (process_references): Do not call varpool_mark_needed_node.
5029 (cgraph_remove_unreachable_nodes): Do not rely on varpool and
5030 cgrpah queues.
5031 (function_and_variable_visibility): Do not mark node as needed.
5032 (whole_program_function_and_variable_visibility): Likewise.
5033 * Makefile.in (gt-varpool.h): No longer needed.
5034 * passes.c (execute_one_pass, execute_ipa_pass_list): Update.
5035 (ipa_write_summaries): Do not use needed flag.
5036 * varpool.c: Do not include gt-varpool.h
5037 (x_varpool_nodes_queue, x_varpool_last_needed_node,
5038 x_varpool_last_needed_node, x_varpool_first_unanalyzed_node,
5039 x_varpool_first_unanalyzed_node, varpool_assembled_nodes_queue):
5040 Remove.
5041 (varpool_remove_node): Do not update the lists.
5042 (dump_varpool_node): Do not dump needed flag.
5043 (varpool_enqueue_needed_node): Remove.
5044 (varpool_mark_needed_node): Remove.
5045 (varpool_reset_queue): Remove.
5046 (varpool_finalize_decl): Move to cgraphunit.c
5047 (varpool_analyze_node): New functions based on former
5048 varpool_analyze_pending_decls.
5049 (varpool_analyze_pending_decls): Remove.
5050 (varpool_assemble_decl): Do not update the lists.
5051 (enqueue_node): New function.
5052 (varpool_remove_unreferenced_decls): Rewrite.
5053 (varpool_empty_needed_queue): Remove.
5054 (add_new_static_var): Do not mark node as needed.
5055 (varpool_create_variable_alias): Handle expansion state
5056 creation.
5057 * except.c (output_ttype): Do not mark node as needed.
5058 * varasm.c (mark_decl_referenced): Do not use mark_needed_node.
5059 * tree-profile.c (init_ic_make_global_vars, init_ic_make_global_vars):
5060 Likewise.
5061 * tree-switch-conversion.c (build_one_array): Likewise.
5062
5063 2012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
5064
5065 PR c/44774
5066 * doc/invoke.texi (pedantic): Rename to Wpedantic.
5067 * common.opt (Wpedantic): New.
5068 (pedantic): Alias Wpedantic.
5069 * diagnostic.c (warning_at): Likewise.
5070 * c-decl.c (diagnose_mismatched_decls): Likewise.
5071 (build_array_declarator): Likewise.
5072 (mark_forward_parm_decls):
5073 (check_bitfield_type_and_width): Likewise.
5074 (grokdeclarator): Likewise.
5075 (grokfield): Likewise.
5076 (finish_struct): Likewise.
5077 (build_enumerator): Likewise.
5078 (store_parm_decls_oldstyle): Likewise.
5079 (declspecs_add_qual): Likewise.
5080 (declspecs_add_type): Likewise.
5081 (finish_declspecs): Likewise.
5082 * c-typeck.c (composite_type): Likewise.
5083 (comp_target_types): Likewise.
5084 (build_array_ref): Likewise.
5085 (pointer_diff): Likewise.
5086 (build_unary_op): Likewise.
5087 (build_conditional_expr): Likewise.
5088 (build_c_cast): Likewise.
5089 (convert_for_assignment): Likewise.
5090 (maybe_warn_string_init): Likewise.
5091 (digest_init): Likewise.
5092 (pop_init_level): Likewise.
5093 (set_init_index): Likewise.
5094 (c_finish_goto_label): Likewise.
5095 (c_finish_return): Likewise.
5096 (do_case): Likewise.
5097 (build_binary_op): Likewise.
5098 * c-parser.c (static): Likewise.
5099 (c_parser_external_declaration): Likewise.
5100 (c_parser_declaration_or_fndef): Likewise.
5101 (c_parser_static_assert_declaration_no_se): Likewise.
5102 (c_parser_enum_specifier): Likewise.
5103 (c_parser_struct_or_union_specifier): Likewise.
5104 (c_parser_struct_declaration): Likewise.
5105 (c_parser_alignas_specifier): Likewise.
5106 (c_parser_braced_init): Likewise.
5107 (c_parser_initelt): Likewise.
5108 (c_parser_compound_statement_nostart): Likewise.
5109 (c_parser_conditional_expression): Likewise.
5110 (c_parser_alignof_expression): Likewise.
5111 (c_parser_postfix_expression): Likewise.
5112 (c_parser_postfix_expression_after_paren_): Likewise.
5113 (c_parser_objc_class_instance_variables): Likewise.
5114 (c_parser_objc_method_definition): Likewise.
5115 (c_parser_objc_methodprotolist): Likewise.
5116
5117 2012-04-22 Ian Lance Taylor <iant@google.com>
5118
5119 * godump.c (go_output_typedef): Dump size of structs.
5120
5121 2012-04-22 Razya Ladelsky <razya@il.ibm.com>
5122
5123 Correcting transform_to_exit_first_loop + fix to PR46886
5124 * tree-parloops.c (transform_to_exit_first_loop): Remove
5125 setting of number of iterations according to the loop pattern.
5126 Duplicate from entry to exit->src instead of loop->latch.
5127 (pallelize_loops): Remove the condition preventing do-while loops.
5128 * tree-cfg.c (bool bb_in_region_p): New.
5129 (gimple_duplicate_sese_tail): Adjust duplication of the the subloops.
5130 Adjust redirection of the duplicated iteration.
5131
5132 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
5133
5134 PR bootstrap/53021
5135 * rtl.def (ADDRESS): Use "i" rather than "w".
5136 * rtl.h (find_base_term): Delete.
5137 (may_be_sp_based_p): Declare.
5138 * rtl.c (rtx_code_size): Remove ADDRESS special case.
5139 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP)
5140 (UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Move to...
5141 * alias.c: ...here.
5142 (find_base_term): Make static.
5143 (may_be_sp_based_p): New function.
5144 * dse.c (record_store): Use it.
5145 * store-motion.c (store_killed_in_insn): Likewise.
5146
5147 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
5148
5149 * fold-const.c (fold_checksum_tree): Fix VECTOR_CST case.
5150
5151 2012-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
5152
5153 PR 35441
5154 * c-typeck.c (inform_declaration): New.
5155 (build_function_call_vec): Do not pretty-print
5156 expressions when caret is enabled.
5157 (convert_arguments): Use inform_declaration.
5158
5159 2012-04-20 Jim Meyering <meyering@redhat.com>
5160
5161 * genmodes.c (make_complex_modes): Don't truncate a mode name of
5162 length 7 or more when prepending a "C". Suggested by Richard Guenther.
5163
5164 2012-04-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5165
5166 PR rtl-optimization/44214
5167 * fold-const.c (exact_inverse): New function.
5168 (fold_binary_loc): Fold vector and complex division by constant into
5169 multiply by recripocal with flag_reciprocal_math; fold vector division
5170 by constant into multiply by reciprocal with exact inverse.
5171
5172 2012-04-20 Jan Hubicka <jh@suse.cz>
5173
5174 * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of
5175 force flags.
5176 * cgraph.c (cgraph_add_thunk): Use mark_reachable_node.
5177 (cgraph_remove_node): Update.
5178 (cgraph_mark_needed_node): Remove.
5179 (cgraph_mark_force_output_node): New.
5180 (dump_cgraph_node): Do not dump needed flag.
5181 (cgraph_node_cannot_be_local_p_1): Update.
5182 (cgraph_can_remove_if_no_direct_calls_and_refs): Update.
5183 * cgraph.h (symtab_node_base): Add force_output flag.
5184 (cgraph_node): Remove needed flag.
5185 (varpool_node): Remove force_output flag.
5186 (cgraph_mark_needed_node): Remove.
5187 (cgraph_mark_force_output_node): New.
5188 (cgraph_only_called_directly_or_aliased_p,
5189 varpool_can_remove_if_no_refs, varpool_all_refs_explicit_p): Update.
5190 * ipa-cp.c (ipcp_generate_summary): Remove out of date assert.
5191 * cgraphunit.c (cgraph_decide_is_function_needed): rewrite.
5192 (cgraph_add_new_function): Update.
5193 (cgraph_mark_if_needed): Update.
5194 (verify_cgraph_node): Update.
5195 (cgraph_analyze_function): Alias target is reachable.
5196 (process_function_and_variable_attributes): Update: externally_visible
5197 flag makes function reachable.
5198 (cgraph_analyze_functions): Update dumping.
5199 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
5200 input_overwrite_node, input_varpool_node): Update streaming.
5201 * lto-streamer-out.c (produce_symtab): Use force_output.
5202 * ipa.c (process_references): Weakrefs must be processed.
5203 (cgraph_remove_unreachable_nodes): Likewise; update for new
5204 force_output flag.
5205 (varpool_externally_visible_p): Weakrefs are externally visible
5206 even if they are not.
5207 (function_and_variable_visibility): Update; when processing alias
5208 pair force the targets to be output.
5209 (whole_program_function_and_variable_visility): Use
5210 mark_reachable_node.
5211 * trans-mem.c (ipa_tm_mark_needed_node): Remove
5212 (ipa_tm_mark_force_output_node): New function.
5213 (ipa_tm_create_version_alias, ipa_tm_create_version): Update.
5214 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be lax about
5215 aliases.
5216 * varasm.c (mark_decl_referenced): Update.
5217 (find_decl_and_mark_needed): Remove.
5218 (find_decl): New function.
5219 (weak_finish, finish_aliases_1, assemble_alias): Update; do not mark
5220 alias targets as needed.
5221 (dump_tm_clone_pairs): Update.
5222 * tree-inline.c (copy_bb): Update check.
5223 * symtab.c (dump_symtab_base): Dump force_output.
5224 * tree-ssa-structalias.c (ipa_pta_execute): Use force_output.
5225 * passes.c (execute_todo): Fix dumping.
5226 * varpool.c (decide_is_variable_needed, varpool_finalize_decl): Update.
5227 (varpool_analyze_pending_decls): Alias target is reachable.
5228 (varpool_create_variable_alias): Finalize weakrefs.
5229
5230 2012-04-20 Jakub Jelinek <jakub@redhat.com>
5231
5232 PR bootstrap/53021
5233 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP,
5234 UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Define.
5235 * alias.c (init_alias_targets): Use UNIQUE_BASE_VALUE_*
5236 macros instead of constants.
5237 * dse.c (record_store): Check for SP ADDRESS by comparing
5238 XWINT to UNIQUE_BASE_VALUE_SP instead of expecting
5239 XEXP to be stack_pointer_rtx.
5240
5241 2012-04-20 Richard Guenther <rguenther@suse.de>
5242
5243 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Use
5244 update_call_from_tree when propagating into a call.
5245
5246 2012-04-20 Alan Modra <amodra@gmail.com>
5247
5248 * config/rs6000/rs6000.c (rs6000_emit_savres_rtx): Formatting.
5249 (rs6000_emit_prologue, rs6000_emit_epilogue): Likewise. Rename
5250 sp_offset to frame_off. Move world save code earlier.
5251
5252 2012-04-20 Richard Guenther <rguenther@suse.de>
5253
5254 PR tree-optimization/53050
5255 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine):
5256 Do only one transform on COND_EXPRs at the same time.
5257
5258 2012-04-19 Jan Hubicka <jh@suse.cz>
5259
5260 * symtab.c (dump_symtab_base): Revert accidental checkin.
5261
5262 2012-04-20 Alan Modra <amodra@gmail.com>
5263
5264 PR target/53040
5265 * config/rs6000/rs6000.c (rs6000_savres_strategy): When using
5266 static chain, set REST_INLINE_FPRS too.
5267
5268 2012-04-20 Thomas Schwinge <thomas@codesourcery.com>
5269
5270 * tree-dump.c (dequeue_and_dump) <BIT_FIELD_REF>: Dump the three child
5271 nodes.
5272
5273 2012-04-20 Richard Guenther <rguenther@suse.de>
5274
5275 * tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize
5276 loops that can never run more often than the vectorization factor.
5277
5278 2012-04-19 Jan Hubicka <jh@suse.cz>
5279
5280 * symtab.c (dump_symtab_base): Fix dumping of asm lists.
5281
5282 2012-04-19 David Edelsohn <dje.gcc@gmail.com>
5283
5284 * config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
5285
5286 2012-04-19 Jim Meyering <meyering@redhat.com>
5287
5288 * genmodes.c (make_complex_modes): Avoid unnecessary use of strncpy.
5289 We verified above that the string(including trailing NUL) fits in buf,
5290 so just use memcpy.
5291
5292 2012-04-19 Richard Guenther <rguenther@suse.de>
5293
5294 * symtab.c (dump_symtab_base): Use TREE_STRING_POINTER
5295 for dumping DECL_SECTION_NAME.
5296
5297 2012-04-19 Michael Matz <matz@suse.de>
5298
5299 PR middle-end/52977
5300 * tree.h (VECTOR_CST_NELTS): Use part number of types again.
5301 (struct tree_vector): Adjust GTY length.
5302 * tree.c (make_vector_stat): Don't set VECTOR_CST_NELTS.
5303
5304 * gengtype.c (struct walk_type_data): Add in_record_p and loopcounter
5305 members.
5306 (walk_type, <TYPE_POINTER, TYPE_ARRAY>): Handle case where our
5307 caller emitted the length calulation already.
5308 (walk_type, <TYPE_UNION, TYPE_STRUCT>): Emit length calculations
5309 before handling any of the fields for structs.
5310
5311 2012-04-19 Richard Guenther <rguenther@suse.de>
5312
5313 PR tree-optimization/53031
5314 * tree-vrp.c (adjust_range_with_scev): Revert back to
5315 using max_loop_iterations.
5316
5317 2012-04-19 Michael Matz <matz@suse.de>
5318
5319 * diagnostic.c (emit_diagnostic): Move va_end call after user
5320 of the va_list.
5321 (warning, warning_at, pedwarn, permerror): Ditto.
5322
5323 2012-04-19 Richard Guenther <rguenther@suse.de>
5324
5325 * ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound
5326 array access.
5327
5328 2012-04-19 Georg-Johann Lay <avr@gjlay.de>
5329
5330 PR target/53033
5331 * config/avr/avr.c (avr_out_load_psi): Fix assembler template for
5332 the case *(X+const).
5333
5334 2012-04-19 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
5335
5336 * config/arm/sync.md (sync_optab): Change ior attribute to "or".
5337
5338 2012-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
5339
5340 PR c/52283/37985
5341 * stmt.c (warn_if_unused_value): Skip NOP_EXPR.
5342 * convert.c (convert_to_integer): Don't set TREE_NO_WARNING.
5343
5344 2012-04-19 Richard Guenther <rguenther@suse.de>
5345
5346 PR rtl-optimization/44688
5347 * loop-iv.c (determine_max_iter): Only return max_iter.
5348 (iv_number_of_iterations): Also use the recorded loop bound
5349 on the maximum number of iterations.
5350 * loop-unroll.c (decide_unroll_runtime_iterations): Use
5351 max_iter to avoid unrolling loops that do not roll.
5352 (decide_unroll_stupid): Likewise.
5353
5354 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
5355
5356 * targhooks.c (default_case_values_threshold): Fix code style nit.
5357
5358 * stmt.c (add_case_node, expand_case): Move logic to remove/reduce
5359 case range and type folding from here...
5360 * gimplify.c (gimplify_switch_expr): ... to here. Expect NULL_TREE
5361 type, as documented in tree.def.
5362
5363 2012-04-18 Jan Hubicka <jh@suse.cz>
5364
5365 * cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):
5366 Declare.
5367 * cgraphunit.c (verify_cgraph_node): Verify symtab base; do not verify
5368 cgraph hash and same comdat groups.
5369 (cgraph_optimize): Verify symbol table.
5370 * ipa.c (cgraph_remove_unreachable_nodes): Verify symbol table.
5371 (dissolve_same_comdat_group_list): Work on symtab nodes.
5372 (function_and_variable_visibility): Dissolve variable same comdat group
5373 lists, too.
5374 * symtab.c: Include timevar.h
5375 (verify_symtab_base, verify_symtab_node, verify_symtab): New functions.
5376
5377 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
5378
5379 * tree-switch-conversion.c (info): Remove global pass info.
5380 (check_range, check_process_case, check_final_bb, create_temp_arrays,
5381 free_temp_arrays, gather_default_values, build_constructors,
5382 array_value_type, build_one_array, build_arrays, gen_def_assigns,
5383 fix_phi_nodes, gen_inbound_check): Pass info around from ...
5384 (process_switch): ... here. Unify message format. Return a const
5385 char pointer to the failure reason message.
5386 (do_switchconv): Unify message format. Update process_switch usage.
5387
5388 * tree.def (CASE_LABEL_EXPR): Fix documentation, mention all operands.
5389 * tree-cfg.c (edge_to_cases): Fix documentation.
5390
5391 2012-04-18 Uros Bizjak <ubizjak@gmail.com>
5392
5393 * config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
5394
5395 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5396
5397 PR tree-optimization/52976
5398 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): Delete.
5399 (possibly_move_powi): New function.
5400 (rewrite_expr_tree): Call possibly_move_powi.
5401 (rewrite_expr_tree_parallel): Likewise.
5402 (attempt_builtin_powi): Change call of add_to_ops_vec_max_rank to
5403 call add_to_ops_vec instead.
5404
5405 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5406
5407 PR tree-optimization/52976
5408 * tree-ssa-reassoc.c (stmt_is_power_of_op): New function.
5409 (decrement_power): Likewise.
5410 (propagate_op_to_single_use): Likewise.
5411 (zero_one_operation): Handle __builtin_pow* calls in linearized
5412 expression trees; factor logic into propagate_op_to_single_use.
5413 (undistribute_ops_list): Allow operands with repeat counts > 1.
5414
5415 2012-04-18 Richard Guenther <rguenther@suse.de>
5416
5417 PR tree-optimization/44688
5418 * cfgloop.h (record_niter_bound): Declare.
5419 * tree-ssa-loop-niter.c (record_niter_bound): Export.
5420 Update the estimation with the upper bound here...
5421 (estimate_numbers_of_iterations_loop): ... instead of here.
5422 Do not forcefully reset a recorded upper bound.
5423 * tree-vect-loop-manip.c (vect_do_peeling_for_alignment):
5424 Record the maximum number of loop iterations of the prologue loop.
5425
5426 2012-04-18 Jan Hubicka <jh@suse.cz>
5427
5428 * lto-symtab.c (lto_cgraph_replace_node): Update.
5429 * cgraphbuild.c (record_reference, record_type_list,
5430 record_eh_tables, mark_address, mark_load, mark_store): Update.
5431 * cgraph.c (cgraph_same_body_alias, dump_cgraph_node,
5432 cgraph_create_virtual_clone, cgraph_for_node_thunks_and_aliases):
5433 Update.
5434 * cgraph.h (symtab_node_def, symtab_node, const_symtab_node): Remove.
5435 (cgraph_alias_aliased_node, varpool_alias_aliased_node): Update.
5436 * reload.c: Fix typo in comment.
5437 * rtlanal.c: Likewise.
5438 * tree-emultls.c (gen_emutls_addr): Update.
5439 * ipa-reference.c (analyze_function): Update.
5440 * cgraphunit.c (cgraph_analyze_function,
5441 cgraph_process_same_body_aliases, assemble_thunks_and_aliases):
5442 Update.
5443 * ipa-ref.c (ipa_record_reference): Reorg to avoid reference types.
5444 (ipa_remove_reference): Likewise.
5445 (ipa_remove_all_refering): Rename to ...
5446 (ipa_remove_all_referring): ... this one; update.
5447 (ipa_dump_references): Update.
5448 (ipa_dump_referring): Update.
5449 (ipa_clone_references): Update.
5450 (ipa_clone_refering): Rename to ...
5451 (ipa_clone_referring): ... this one; update.
5452 (ipa_ref_cannot_lead_to_return): Update.
5453 (ipa_ref_has_aliases_p): Update.
5454 * ipa-ref.h (symtab_node_def, symtab_node, const_symtab_node): New
5455 forward typedefs.
5456 (ipa_ref_type): Remove.
5457 (ipa_ref_ptr_u): Remove.
5458 (ipa_ref): Remove referencing, refered, refered_index, refering_type
5459 and refered_type; add referring, referred and referred_index.
5460 (ipa_ref_list): Rename refering to referring.
5461 (ipa_record_reference, ipa_remove_all_referring, ipa_dump_referring,
5462 ipa_clone_references, ipa_clone_referring): Update prototypes.
5463 * lto-cgraph.c (referenced_from_other_partition_p): Update.
5464 (lto_output_ref): Update.
5465 (add_references): Update.
5466 (input_varpool_node): Update.
5467 (input_refs): Update.
5468 * ipa-ref-inline.h (ipa_ref_node): Update.
5469 (ipa_ref_varpool_node): Update.
5470 (ipa_ref_referring_node): Update.
5471 (ipa_ref_referring_varpool_node): Update.
5472 (ipa_ref_referring_ref_list): Update.
5473 (ipa_ref_referred_ref_list): Update.
5474 (ipa_ref_list_first_referring): Update.
5475 (ipa_empty_ref_list): Update.
5476 (ipa_ref_list_refering_iterate): Rename to ...
5477 (ipa_ref_list_referring_iterate): ... this one.
5478 * cse.c: Update comment.
5479 * ipa-utils.c (ipa_reverse_postorder): Update.
5480 * tree-ssa-alias.c: Update.
5481 * ipa-inline.c (reset_edge_caches): Update.
5482 (update_caller_keys): Update.
5483 * ipa-inline.h: Update comments.
5484 * jump.c: Update comment.
5485 * alias.c: Likewise.
5486 * ipa.c (process_references): Update.
5487 (cgraph_remove_unreachable_nodes): Likewise.
5488 (ipa_discover_readonly_nonaddressable_var): Likewise.
5489 (cgraph_address_taken_from_non_vtable_p): Likewise.
5490 * trans-mem.c (ipa_tm_execute): Update.
5491 * simplify-rtx.c: Fix comment.
5492 * rtl.c: Fix comment.
5493 * symtab.c (symtab_unregister_node): Update.
5494 * varpool.c (dump_varpool_node): Update.
5495 (varpool_analyze_pending_decls): Update.
5496 (assemble_aliases): Update.
5497 (varpool_for_node_and_aliases): Update.
5498
5499 2012-04-18 Richard Guenther <rguenther@suse.de>
5500
5501 * cfgloop.h (estimate_numbers_of_iterations_loop): Remove
5502 use_undefined_p parameter.
5503 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
5504 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
5505 Likewise.
5506 (estimate_numbers_of_iterations): Likewise.
5507 (estimated_loop_iterations): Adjust.
5508 (max_loop_iterations): Likewise.
5509 (scev_probably_wraps_p): Likewise.
5510 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
5511 * tree-vrp.c (adjust_range_with_scev): Use max_stmt_executions,
5512 not max_loop_iterations.
5513 (execute_vrp): Remove explicit number of iterations estimation.
5514
5515 2012-04-18 Enkovich Ilya <ilya.enkovich@intel.com>
5516
5517 * config/i386/linux-common.h: New.
5518
5519 * config.gcc: Add i386/linux-common.h before
5520 all i386/linux.h and i386/linux64.h usages.
5521
5522 * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): New.
5523 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
5524 * config/i386/gnu-user64.h: Likewise.
5525
5526 * config/i386/gnu-user.common.h (GNU_USER_TARGET_CC1_SPEC): New.
5527 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC.
5528 (GNU_USER_TARGET_MATHFILE_SPEC): New.
5529 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC.
5530
5531 2012-04-18 Jan Hubicka <jh@suse.cz>
5532
5533 * cgraph.c (cgraph_node_name): Remove.
5534 (dump_cgraph_node): Use dump_symtab_base; reformat.
5535 * cgraph.h (symtab_node_asm_name, symtab_node_name, dump_symtab,
5536 debug_symtab, dump_symtab_node, debug_symtab_node, dump_symtab_base):
5537 Declare.
5538 (cgraph_node_name, varpool_node_name): Remove.
5539 (cgraph_node_asm_name, varpool_node_asm_name,
5540 cgraph_node_name, varpool_node_name): New.
5541 * tree-pass.h (TODO_dump_cgraph): Rename to ...
5542 (TODO_dump_symtab): ... this one.
5543 * ipa-cp (pass_ipa_cp): Update.
5544 * ia-reference.c (generate_summary, read_write_all_from_decl,
5545 propagate, ipa_reference_read_optimization_summary): Update.
5546 * cgraphunit.c (cgraph_analyze_functions): Update.
5547 (cgraph_optimize): Update.
5548 * ipa-ref.c (ipa_dump_references): Update.
5549 (ipa_dump_refering): Update.
5550 * ipa-inline.c (pass_ipa_inline): Update.
5551 * matrix-reorg.c (pass_ipa_matrix_reorg): Update.
5552 * ipa.c (pass_ipa_function_visibility,
5553 pass_ipa_whole_program_visibility): Update.
5554 * tree-sra.c (pass_early_ipa_sra): Update.
5555 * symtab.c: Include langhooks.h
5556 (symtab_node_asm_name): New.
5557 (symtab_node_name): New.
5558 (symtab_type_names): New static var.
5559 (dump_symtab_base): New.
5560 (dump_symtab_node, dump_symtab): New.
5561 (debug_symtab_node, debug_symtab): New.
5562 * tree-ssa-structalias.c: Dump symbol table.
5563 * pases.c (execute_todo): Handle TODO_dump_symtab instead
5564 of TODO_dump_cgraph.
5565 * varpoo.c (varpool_node_name): Remove.
5566 (dump_varpool_node): Use dump_symtab_base; reformat.
5567
5568 2012-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
5569
5570 * doc/invoke.texi (Language Independent Options): @item should be
5571 before @opindex.
5572
5573 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
5574
5575 PR bootstrap/53021
5576 * rtl.c (rtx_code_size): Handle ADDRESS.
5577
5578 2012-04-17 Tom de Vries <tom@codesourcery.com>
5579
5580 * tree-iterator.c (append_to_statement_list_1): Handle case that *list_p
5581 is not a STMT_LIST.
5582
5583 2012-04-17 Uros Bizjak <ubizjak@gmail.com>
5584
5585 PR target/53020
5586 * config/i386/sync.md (atomic_<code><mode>): Rename to
5587 atomic_<logic><mode>.
5588
5589 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
5590
5591 * rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.
5592 * alias.c (reg_base_value): Expand and update comment.
5593 (arg_base_value): New variable.
5594 (unique_id): Move up file.
5595 (unique_base_value, unique_base_value_p, known_base_value_p): New.
5596 (find_base_value): Use arg_base_value and known_base_value_p.
5597 (record_set): Document REG_NOALIAS handling. Use unique_base_value.
5598 (find_base_term): Use known_base_value_p.
5599 (base_alias_check): Use unique_base_value_p.
5600 (init_alias_target): Initialize arg_base_value. Use unique_base_value.
5601 (init_alias_analysis): Use 1 as the first id for REG_NOALIAS bases.
5602
5603 2012-04-17 Pat Haugen <pthaugen@us.ibm.com>
5604
5605 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Remove DImode.
5606
5607 2012-04-17 Michael Matz <matz@suse.de>
5608
5609 PR tree-optimization/18437
5610 * tree-vectorizer.h (_stmt_vec_info.stride_load_p): New member.
5611 (STMT_VINFO_STRIDE_LOAD_P): New accessor.
5612 (vect_check_strided_load): Declare.
5613 * tree-vect-data-refs.c (vect_check_strided_load): New function.
5614 (vect_analyze_data_refs): Use it to accept strided loads.
5615 * tree-vect-stmts.c (vectorizable_load): Ditto and handle them.
5616
5617 2012-04-17 Richard Guenther <rguenther@suse.de>
5618
5619 PR middle-end/53011
5620 * tree-eh.c (cleanup_empty_eh_merge_phis): Properly discard
5621 loops when redirecting an entry or latch edge.
5622
5623 2012-04-17 Bernd Schmidt <bernds@codesourcery.com>
5624
5625 * sel-sched.c (sel_global_init): Revert previous change.
5626
5627 2012-04-17 Richard Guenther <rguenther@suse.de>
5628
5629 * tree-flow.h (array_at_struct_end_p): Move declaration ...
5630 * tree.h (array_at_struct_end_p): ... here.
5631 * tree-ssa-loop-niter.c (array_at_struct_end_p): Move ...
5632 * expr.c (array_at_struct_end_p): ... here. Rewrite.
5633
5634 2012-04-17 Steven Bosscher <steven@gcc.gnu.org>
5635
5636 * stmt.c (cost_table_, use_cost_table, cost_table_initialize,
5637 COST_TABLE): Remove.
5638 (estimate_case_costs): Remove.
5639 (expand_case): Do not call estimate_case_costs
5640 to set use_cost_table.
5641 (balance_case_nodes): Do not use use_cost_table.
5642
5643 2012-04-16 Jan Hubicka <jh@suse.cz>
5644
5645 * cgraph.c (cgraph_hash, assembler_name_hash): Remove.
5646 (hash_node, eq_node): Remove.
5647 (cgraph_create_node): Do not handle hashtable.
5648 (cgraph_get_node): Remove.
5649 (cgraph_insert_node_to_hashtable): Remove.
5650 (hash_node_by_assembler_name): Remove.
5651 (eq_assembler_name): Remove.
5652 (cgraph_node_for_asm): Rewrite.
5653 (cgraph_find_replacement_node): Break out from ...
5654 (cgraph_remove_node): ... here; do not maintain hashtables.
5655 (change_decl_assembler_name): Remove.
5656 (cgraph_clone_node): Do not maintain hashtables.
5657 * cgraph.h (const_symtab_node): New typedef.
5658 (cgraph_insert_node_to_hashtable): Remove.
5659 (symtab_get_node, symtab_node_for_asm,
5660 symtab_insert_node_to_hashtable): Declare.
5661 (cgraph_find_replacement_node): Declare.
5662 (cgraph_get_node, varpool_get_node): Turn into inlines.
5663 (cgraph, varpool): Work sanely on NULL pointers.
5664 (FOR_EACH_SYMBOL): New walker.
5665 * ipa-inline-transform.c (save_inline_function_body): Use
5666 symtab_insert_node_to_hashtable.
5667 * symtab.c: Include ggc.h and diagnostics.h
5668 (symtab_hash, assembler_name_hash): New static vars;
5669 (hash_node, eq_node, hash_node_by_assembler_name,
5670 eq_assembler_name, insert_to_assembler_name_hash,
5671 unlink_from_assembler_name_hash): New.
5672 (symtab_register_node): Update hashtables.
5673 (symtab_insert_node_to_hashtable): New.
5674 (symtab_unregister_node): Update hashtables.
5675 (symtab_get_node): New.
5676 (symtab_node_for_asm): New.
5677 (change_decl_assembler_name): New.
5678 * Makefile.in (symtab.o): Needs GTY.
5679 * varpool.c (varpool_hash): Remove.
5680 (hash_varpool_node, eq_varpool_node, varpool_get_node): Remove.
5681 (varpool_node): Rewrite using varpool_get_node.
5682 (varpool_remove_node): DO not maintain hashtables.
5683 (varpool_node_for_asm): Rewrite.
5684
5685 2012-04-16 Sandra Loosemore <sandra@codesourcery.com>
5686
5687 * doc/invoke.texi: Copy-edit to put verbs in the present tense
5688 when describing the current behavior of GCC.
5689
5690 2012-04-16 Richard Sandiford <rdsandiford@googlemail.com>
5691
5692 * genemit.c (gen_exp): Remove ADDRESS handling.
5693 * genoutput.c (scan_operands): Likewise.
5694 * genpeep.c (match_rtx): Likewise.
5695 * genrecog.c (add_to_sequence): Likewise.
5696
5697 2012-04-16 David Edelsohn <dje.gcc@gmail.com>
5698
5699 * doc/install.texi (Specific, *-ibm-aix*): Update assembler bug status.
5700
5701 2012-04-16 Martin Jambor <mjambor@suse.cz>
5702
5703 * tree-sra.c (build_ref_for_model): Create COMPONENT_REFs only for
5704 bit-fields.
5705
5706 2012-04-16 Ulrich Weigand <ulrich.weigand@linaro.org>
5707
5708 PR target/51819
5709 * config/arm/arm.c (arm_print_operand): Fix invalid alignment
5710 hints for 'A' operand types.
5711
5712 2012-04-16 Jan Hubicka <jh@suse.cz>
5713
5714 * cgraph.h (symtab_node_base): Add next and previous pointers.
5715 (cgraph_node): Remove next and preivous pointers.
5716 (varpool_node): Likewise; remove next/previous GTY marker;
5717 it is not type safe.
5718 (symtab_node_def): Update GTY marker
5719 (x_cgraph_nodes, cgraph_nodes): Remove.
5720 (symtab_nodes): New function.
5721 (cgraph_order): Rename to ...
5722 (symtab_order): ... this one.
5723 (symtab_register_node, symtab_unregister_node, symtab_remove_node):
5724 Declare.
5725 (x_varpool_nodes, varpool_nodes): Remove.
5726 (FOR_EACH_STATIC_VARIABLE): Update.
5727 (symtab_function_p, symtab_variable_p): New function.
5728 (FOR_EACH_VARIABLE): Update.
5729 (varpool_first_variable, varpool_next_variable): New functions.
5730 (FOR_EACH_VARIABLE): Update.
5731 (cgraph_first_defined_function): Update.
5732 (cgraph_next_defined_function, cgraph_next_defined_function): Update.
5733 (FOR_EACH_DEFINED_FUNCTION, FOR_EACH_FUNCTION): Update.
5734 (cgraph_first_function, cgraph_next_function): New.
5735 (FOR_EACH_FUNCTION): Update.
5736 (cgraph_first_function_with_gimple_body,
5737 cgraph_next_function_with_gimple_body): Update.
5738 * symtab.c: New file.
5739 * cgraph.c: Update copyright dates.
5740 (x_cgraph_nodes, cgraph_order): Remove.
5741 (NEXT_FREE_NODE): Update.
5742 (SET_NEXT_FREE_NODE): New.
5743 (cgraph_create_node_1): Remove common code.
5744 (cgraph_create_node): Remove common code; call symtab_register_node.
5745 (cgraph_remove_node): Remove common code; call symtab_unregister-node.
5746 (cgraph_add_asm_node): Update.
5747 (cgraph_clone_node): Register new node.
5748 * cgraphunit.c (process_function_and_variable_attributes): Update.
5749 (cgraph_analyze_functions): Update.
5750 (cgraph_analyze_functions): Update.
5751 (cgraph_output_in_order): Update.
5752 * lto-cgraph.c (input_node, input_varpool_node, input_cgraph_1):
5753 Update.
5754 * ipa-inline.c (recursive_inlining): Update.
5755 * lto-streamer-in.c (lto_input_toplevel_asms): Update.
5756 * ipa.c (cgraph_remove_unreachable_nodes): Update.
5757 * Makefile.in: Add symtab.o
5758 * varpool.c (x_varpool_nodes): Remove
5759 (varpool_node): Remove common code; call symtab_register_node.
5760 (varpool_remove_node): Remove common code; call symtab_unregister_node.
5761
5762 2012-04-16 Richard Guenther <rguenther@suse.de>
5763
5764 PR middle-end/52977
5765 * tree.h (VECTOR_CST_NELTS): Adjust.
5766 (struct tree_vector): Add explicit length field.
5767 (make_vector_stat): Declare.
5768 (make_vector): Define.
5769 * tree.c (make_vector_stat): New function.
5770 (build_vector_stat): Use it.
5771 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
5772
5773 2012-04-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5774
5775 PR tree-optimization/52976
5776 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): New function.
5777 (undistribute_ops_list): Ops with repeat counts aren't eligible for
5778 undistribution.
5779 (attempt_builtin_powi): Call add_to_ops_vec_max_rank.
5780
5781 2012-04-16 Jan Hubicka <jh@suse.cz>
5782
5783 * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):
5784 New macros.
5785 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Use FOR_EACH
5786 walkers to walk cgraph and varpool.
5787 * cgraph.c (cgraph_node_for_asm): Likewise.
5788 (dump_cgraph): Likewise.
5789 * value-prof.c (init_node_map): Likewise.
5790 * tree.c (free_lang_data_in_cgraph): Likewise.
5791 * tree-emutls.c: (ipa_lower_emutls): Likewise.
5792 * ipa-reference.c (generate_summary, propagate): Likewise.
5793 * cgraphunit.c (verify_cgraph, cgraph_process_same_body_aliases,
5794 cgraph_mark_functions_to_output, cgraph_output_in_order,
5795 output_weakrefs, cgraph_materialize_all_clones,
5796 cgraph_optimize): Likewise.
5797 * lto-cgraph.c (merge_profile_summaries): Likewise.
5798 (input_cgraph): Likewise.
5799 * ipa-pure-const.c (generate_summary): Likewise.
5800 (propagate): Likwise.
5801 * ipa-utils.c (ipa_reduced_postorder): Likewise.
5802 (ipa_free_postorder_info): Likewise.
5803 (ipa_reverse_postorder): Likewise.
5804 * ipa-inline.c (ipa_inline): Likewise.
5805 * matrix-reorg.c (find_matrices_decl): Likewise.
5806 (matrix_reorg): Likewise.
5807 * tree-vectorizer.c (increase_alignment): Likewise.
5808 * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
5809 (function_and_variable_visibility): Likewise.
5810 (whole_program_function_and_variable_visibility): Likewise.
5811 (ipa_cdtor_merge): Likewise.
5812 * trans-mem.c (ipa_tm_execute): Likewise.
5813 * ipa-inline-analysis.c (dump_inline_summaries): Likewise.
5814 * ipa-prop.c (ipa_print_all_jump_functions): Likewise.
5815 (ipa_print_all_params): Likewise.
5816 (ipa_update_after_lto_read): Likewise.
5817 * tree-profie.c (tree_profiling): Likewise.
5818 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
5819 * passes.c (dump_passes): Likewise.
5820 (do_per_function): Likewise.
5821 (ipa_write_summaries): Likewise.
5822 * varpool.c (dump_varpool): Likewise.
5823 (varpool_node_for_asm): Likewise.
5824 (varpool_assemble_pending_decls): Likewise.
5825
5826 2012-04-16 Richard Guenther <rguenther@suse.de>
5827
5828 PR tree-optimization/52975
5829 * tree-if-conv.c (predicate_bbs): Do not simplify inverted
5830 condition but always mark it with TRUTH_NOT_EXPR.
5831
5832 2012-04-16 Richard Guenther <rguenther@suse.de>
5833
5834 PR tree-optimization/52975
5835 * tree-ssa-forwprop.c (combine_cond_exprs): New function.
5836 (ssa_forward_propagate_and_combine): Call it for COND_EXPRs
5837 and VEC_COND_EXPRs. Also combine into VEC_COND_EXPRs condition.
5838 * fold-const.c (operand_equal_p): Handle TARGET_MEM_REF.
5839
5840 2012-04-14 Uros Bizjak <ubizjak@gmail.com>
5841
5842 * config/i386/sse.md (ssse3_plusminus): New code iterator.
5843 (avx2_ph<plusminus_mnemonic>wv16hi3): Macroize insn from
5844 avx2_ph{add,adds,sub,subs}wv16hi3 using ssse3_plusminus code iterator.
5845 (ssse3_ph<plusminus_mnemonic>wv8hi3): Macroize insn from
5846 ssse3_ph{add,adds,sub,subs}wv8hi3 using ssse3_plusminus code iterator.
5847 (ssse3_ph<plusminus_mnemonic>wv4hi3): Macroize insn from
5848 ssse3_ph{add,adds,sub,subs}wv4hi3 using ssse3_plusminus code iterator.
5849
5850 (avx2_ph<plusminus_mnemonic>dv8si3): Macroize insn from
5851 avx2_ph{add,adds,sub,subs}dv8si3 using plusminus code iterator.
5852 (ssse3_ph<plusminus_mnemonic>dv4si3): Macroize insn from
5853 ssse3_ph{add,adds,sub,subs}dv4si3 using plusminus code iterator.
5854 (ssse3_ph<plusminus_mnemonic>dv2si3): Macroize insn from
5855 ssse3_ph{add,adds,sub,subs}dv2si3 using plusminus code iterator.
5856
5857 (xop_plus): New code iterator.
5858 (macs): New code attribute.
5859 (macds): Ditto.
5860 (xop_p<macs><ssemodesuffix><ssemodesuffix>): Macroize insn from
5861 xop_pmacs{,s}{ww,dd} using xop_plus code iterator and VI24_128 mode
5862 iterator.
5863 (xop_p<macs>dql): Macroize insn from xop_pmacs{,s}dql using
5864 xop_plus code iterator.
5865 (xop_p<macs>dqh): Macroize insn from xop_pmacs{,s}dqh using
5866 xop_plus code iterator.
5867 (xop_p<macs>wd): Macroize insn from xop_pmacs{,s}wd using
5868 xop_plus code iterator.
5869 (xop_p<madcs>wd): Macroize insn from xop_pmadcs{,s}wd using
5870 xop_plus code iterator.
5871
5872 (xop_phadd<u>bw): Macroize insn from xop_phadd{,u}bw usign
5873 any_extend code iterator.
5874 (xop_phadd<u>bd): Macroize insn from xop_phadd{,u}bd usign
5875 any_extend code iterator.
5876 (xop_phadd<u>bq): Macroize insn from xop_phadd{,u}bq usign
5877 any_extend code iterator.
5878 (xop_phadd<u>wd): Macroize insn from xop_phadd{,u}wd usign
5879 any_extend code iterator.
5880 (xop_phadd<u>wq): Macroize insn from xop_phadd{,u}wq usign
5881 any_extend code iterator.
5882 (xop_phadd<u>dq): Macroize insn from xop_phadd{,u}dq usign
5883 any_extend code iterator.
5884
5885 2012-04-14 Tom de Vries <tom@codesourcery.com>
5886
5887 * cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by
5888 call to delete_insn. Remove code to reorder BASIC_BLOCK note and
5889 DELETED_LABEL note, and move it to ...
5890 * cfgrtl.c (delete_insn): ... here. Change return type to void.
5891 (delete_insn_and_edges): Likewise.
5892 (delete_insn_chain): Handle new return type of delete_insn. Delete
5893 chain backwards rather than forwards.
5894 * rtl.h (delete_insn, delete_insn_and_edges): Change return type to
5895 void.
5896 * cfglayout.c (fixup_reorder_chain): Delete unused label.
5897
5898 2012-04-14 Jan Hubicka <jh@suse.cz>
5899
5900 * cgraph.h: Update copyrights;
5901 (symtab_node): Turn to union typedef.
5902 (symtab_node_base): New structure.
5903 (symtab_type): Add SYMTAB_SYMBOL tag.
5904 (cgraph_node): Annotate some pinters with nested_ptr.
5905 (varpool_node): Likewise.
5906 (cgraph_local_info): Remove lto_file_data
5907 and externally_visible.
5908 (cgraph_node): Remove decl; same_comdat_group list;
5909 aux; ref_list; order; address_taken; reachable_from_other_parittion,
5910 in_other_partition; resolution.
5911 (varpool_node): Remove decl; same_comdat_group;
5912 ref_list; lto_file_data; aux; order; resolution; externally_visible;
5913 used_from_other_partition; in_other_partition.
5914 (symtab_node_def): New union.
5915 (cgraph, varpool): Update.
5916 (varpool_first_static_initializer, varpool_next_static_initializer,
5917 cgraph_only_called_directly_or_aliased_p,
5918 varpool_can_remove_if_no_refs, varpool_can_remove_if_no_refs,
5919 varpool_all_refs_explicit_p, cgraph_alias_aliased_node,
5920 varpool_alias_aliased_node, cgraph_edge_recursive_p): Update
5921 field references.
5922 * cgraph.c: Likewise.
5923 (cgraph_hash, assembler_name_hash): Turn into symtab_node.
5924 * cgraphbuild.c: Likewise.
5925 * lto-symtab.c: Likewise.
5926 * c-gimplify.c: Likewise.
5927 * value-prof.c: Likewise.
5928 * tree.c: Likewise.
5929 * ipa-cp.c: Likewise.
5930 * tree-emutls.c: Likewise.
5931 * ipa-inline-transform.c: Likwise.
5932 * ipa-reference.c: Likewise.
5933 * cgraphunit.c: Likewise.
5934 * ipa-ref.c: Likewise.
5935 * lto-cgraph.c: Likewise.
5936 * ipa-ref-inline.h: Likewise.
5937 * ipa-pure-const.c: Likewise.
5938 * lto-streamer-out.c: Likewise.
5939 * ipa-utils.c: Likewise.
5940 * ipa-inline.c: Likewise.
5941 * matrix-reorg.c: Likewise.
5942 * tree-eh.c: Likewise.
5943 * tree-vectorizer.c: Likewise.
5944 * ipa-split.c: Likewise.
5945 * ipa.c: Likewise.
5946 * trans-mem.c: Likewise.
5947 * ipa-inline-analysis.c: Likewise.
5948 * gimplify.c: Likewise.
5949 * cfgexpand.c: Likewise.
5950 * tree-sra.c: Likewise.
5951 * ipa-prop.c: Likewise.
5952 * varasm.c: Likewise.
5953 * tree-nested.c: Likewise.
5954 * tree-inline.c: Likewise.
5955 * tree-profile.c: Likewise.
5956 * tree-ssa-structalias.c: Likewise.
5957 * passes.c: Likewise.
5958 * varpool.c: Likewise.
5959
5960 2012-04-14 Tom de Vries <tom@codesourcery.com>
5961
5962 * tree-ssa-tail-merge.c (stmt_local_def): New function, factored out of
5963 same_succ_hash, with local_def inlined. Use SINGLE_SSA_DEF_OPERAND.
5964 Use FOR_EACH_IMM_USE_FAST instead of FOR_EACH_IMM_USE_STMT. Remove use
5965 of find_edge.
5966 (gsi_advance_fw_nondebug_nonlocal): New function.
5967 (local_def): Removed function.
5968 (same_succ_hash): Use stmt_local_def.
5969 (same_succ_equal): Use gsi_advance_fw_nondebug_nonlocal.
5970 (gsi_advance_bw_nondebug_nonlocal): Use stmt_local_def.
5971
5972 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
5973
5974 * config/i386/i386-c.c (ix86_target_macros): Define _ILP32
5975 and __ILP32__ for x32.
5976
5977 2012-04-13 Martin Jambor <mjambor@suse.cz>
5978
5979 PR middle-end/52939
5980 * gimple-fold.c (gimple_get_virt_method_for_binfo): Bail out if
5981 fold_ctor_reference returns a zero constant.
5982
5983 2012-04-13 Enkovich Ilya <ilya.enkovich@intel.com>
5984
5985 * config.gcc: Add i386/gnu-user-common.h before all
5986 i386/gnu-user.h and i386/gnu-user64.h usages.
5987
5988 * config/i386/gnu-user-common.h: New.
5989
5990 * config/i386/gnu-user.h (CPP_SPEC): Moved to gnu-user-common.h.
5991 (CC1_SPEC): Likewise.
5992 (ENDFILE_SPEC): Likewise.
5993 (DEFAULT_PCC_STRUCT_RETURN): Likewise.
5994 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Likewise.
5995 (TARGET_OS_CPP_BUILTINS): Likewise.
5996 (LIBGCC2_HAS_TF_MODE): Likewise.
5997 (LIBGCC2_TF_CEXT): Likewise.
5998 (TF_SIZE): Likewise.
5999 (TARGET_ASM_FILE_END): Likewise.
6000 (STACK_CHECK_MOVING_SP): Likewise.
6001 (STACK_CHECK_STATIC_BUILTIN): Likewise.
6002 * config/i386/gnu-user64.h: Likewise.
6003
6004 2012-04-13 Martin Jambor <mjambor@suse.cz>
6005
6006 * expr.c (expand_expr_real_1): Pass type, not the expression, to
6007 set_mem_attributes for a memory temporary. Do not call the function
6008 for the memory temporary created for a bitfield.
6009
6010 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
6011
6012 PR debug/48866
6013 * df.h (enum debug_temp_where): New.
6014 (dead_debug_init, dead_debug_finish) Declare.
6015 (dead_debug_add, dead_debug_insert_temp): Declare.
6016 (struct dead_debug_use, struct dead_debug): Moved from...
6017 * df-problems.c: ... here.
6018 (df_set_unused_notes_for_mw): Bind debug uses of unused regno
6019 to a debug temp.
6020 (df_create_unused_note): Likewise.
6021 (df_set_dead_notes_for_mw): Move comment where it belongs.
6022 (dead_debug_init): Export.
6023 (dead_debug_reset_uses): New, factored out of...
6024 (dead_debug_finish): ...this. Export.
6025 (dead_debug_reset): Remove.
6026 (dead_debug_add): Export.
6027 (dead_debug_insert_before): Rename to...
6028 (dead_debug_insert_temp): ... this. Add where argument. Export.
6029 Locate stored value for BEFORE_WITH_VALUE. Avoid repeat inserts.
6030 Return insertion count.
6031 (df_note_bb_compute): Adjust.
6032 * dce.c (word_dce_process_block): Adjust dead debug uses.
6033 (dce_process_block): Likewise.
6034
6035 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
6036
6037 * df-problems.c (df_note_bb_compute): Do not take note of
6038 debug uses for whose REGs we won't emit DEAD or UNUSED notes.
6039
6040 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
6041
6042 PR debug/51570
6043 * var-tracking.c (expand_depth): New type.
6044 (onepart_aux, expand_loc_callback_data): Change depth type to it.
6045 (loc_exp_dep_alloc): Adjust initializer.
6046 (update_depth): Use new type. Add entryvals.
6047 (vt_expand_var_loc_chain): Take note of expansions with
6048 ENTRY_VALUEs, but don't accept them right away. Run an optional
6049 second pass accepting the minimum ENTRY_VALUE count found in the
6050 first pass.
6051 (vt_expand_loc_callback, INIT_ELCD): Adjust.
6052
6053 2012-04-13 Tom de Vries <tom@codesourcery.com>
6054
6055 * tree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal): Add
6056 parameters vuse and vuse_escaped.
6057 (find_duplicate): Init vuse1, vuse2 and vuse_escaped. Pass to
6058 gsi_advance_bw_nondebug_nonlocal. Return if vuse_escaped and
6059 vuse1 != vuse2.
6060
6061 2012-04-13 Richard Guenther <rguenther@suse.de>
6062
6063 PR tree-optimization/52969
6064 * tree-if-conv.c (predicate_mem_writes): Properly gimplify
6065 the condition for the COND_EXPR and handle predicate negation
6066 by swapping the COND_EXPR arms.
6067
6068 2012-04-13 Nick Clifton <nickc@redhat.com>
6069
6070 * config/rl78/rl78.c (rl78_devirt_pass): Remove use of
6071 TODO_dump_func flag.
6072
6073 2012-04-13 Andrey Belevantsev <abel@ispras.ru>
6074
6075 PR rtl-optimization/52203
6076 PR rtl-optimization/52715
6077
6078 Revert the 2012-03-07 fix for PR 52203.
6079 * sel-sched.c (reset_sched_cycles_in_current_ebb): Check that
6080 the insn does not modify DFA right before issuing, adjust
6081 issue_rate accordingly.
6082
6083 2012-04-13 Richard Guenther <rguenther@suse.de>
6084
6085 PR c/52549
6086 * c-typeck.c (pointer_diff): Remove bogus assert.
6087
6088 2012-04-13 Richard Guenther <rguenther@suse.de>
6089
6090 PR c/52862
6091 * convert.c (convert_to_pointer): Remove special-casing of zero.
6092
6093 2012-04-13 Joey Ye <joey.ye@arm.com>
6094
6095 * config/arm/constraints.md (Pe): New constraint.
6096 * config/arm/arm.md: New split for imm 256-510.
6097
6098 2012-04-13 Terry Guo <terry.guo@arm.com>
6099
6100 * config/arm/arm-cores.def: Added core cortex-m0plus.
6101 * config/arm/arm-tune.md: Regenerated.
6102 * config/arm/arm-tables.opt: Regenerated.
6103 * doc/invoke.texi: Added entry for cpu ARM cortex-m0plus.
6104
6105 2012-04-13 Alan Modra <amodra@gmail.com>
6106
6107 PR target/52828
6108 * config/rs6000/rs6000.c (rs6000_emit_stack_tie): Rewrite with
6109 tie regs on destination of sets. Delete forward declaration.
6110 (rs6000_emit_stack_reset): Update rs6000_emit_stack_tie calls.
6111 (rs6000_emit_prologue): Likewise.
6112 (rs6000_emit_epilogue): Likewise. Use in place of gen_frame_tie
6113 and gen_stack_tie.
6114 (is_mem_ref): Use tie_operand to recognise stack ties.
6115 * config/rs6000/predicates.md (tie_operand): New.
6116 * config/rs6000/rs6000.md (restore_stack_block): Generate new
6117 stack tie rtl.
6118 (restore_stack_nonlocal): Likewise.
6119 (stack_tie): Update.
6120 (frame_tie): Delete.
6121
6122 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6123
6124 * tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to
6125 HOST_WIDE_INT_PRINT_DEC in format strings.
6126
6127 2012-04-12 Uros Bizjak <ubizjak@gmail.com>
6128
6129 PR target/52932
6130 * config/i386/avx2intrin.h (_mm256_permutevar8x32_ps): Change second
6131 argument type to __m256i. Update call to __builtin_ia32_permvarsf256.
6132 * config/i386/sse.md (UNSPEC_VPERMVAR): New.
6133 (UNSPEC_VPERMSI, UNSPEC_VPERMSF): Remove.
6134 (avx2_permvarv8sf, avx2_permvarv8si): Switch operands 1 and 2.
6135 (avx2_permvar<mode>): Macroize insn from avx2_permvarv8sf and
6136 avx2_permvarv8si using VI4F_256 mode iterator.
6137 * config/i386/i386.c (bdesc_args) <__builtin_ia32_permvarsf256>:
6138 Update builtin type to V8SF_FTYPE_V8SF_V8SI.
6139 (ix86_expand_vec_perm): Update calls to gen_avx2_permvarv8si and
6140 gen_avx2_permvarv8sf.
6141 (expand_vec_perm_pshufb): Ditto.
6142
6143 2012-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
6144
6145 PR target/52775
6146 * config/rs6000/rs6000.h (TARGET_FCFID): Add TARGET_PPC_GPOPT to
6147 the list of options to enable the FCFID instruction.
6148 (TARGET_EXTRA_BUILTINS): Adjust comment.
6149
6150 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6151
6152 PR tree-optimization/18589
6153 * tree-ssa-reassoc.c (reassociate_stats): Add two fields.
6154 (operand_entry): Add count field.
6155 (add_repeat_to_ops_vec): New function.
6156 (completely_remove_stmt): Likewise.
6157 (remove_def_if_absorbed_call): Likewise.
6158 (remove_visited_stmt_chain): Remove feeding builtin pow/powi calls.
6159 (acceptable_pow_call): New function.
6160 (linearize_expr_tree): Look for builtin pow/powi calls and add operand
6161 entries with repeat counts when found.
6162 (repeat_factor_d): New struct and associated typedefs.
6163 (repeat_factor_vec): New static vector variable.
6164 (compare_repeat_factors): New function.
6165 (get_reassoc_pow_ssa_name): Likewise.
6166 (attempt_builtin_powi): Likewise.
6167 (reassociate_bb): Call attempt_builtin_powi.
6168 (fini_reassoc): Two new calls to statistics_counter_event.
6169
6170 2012-04-12 Richard Guenther <rguenther@suse.de>
6171
6172 * Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
6173 * cgraph.h (tree_rest_of_compilation): Remove.
6174 * cgraph.c (cgraph_add_new_function): Move ...
6175 * cgraphunit.c (cgraph_add_new_function): ... here.
6176 (tree_rest_of_compilation): Make static.
6177 (cgraph_expand_function): Do not set cgraph_function_flags_ready.
6178 * tree-optimize.c (gate_all_optimizations, pass_all_optimizations,
6179 gate_all_early_local_passes, execute_all_early_local_passes,
6180 pass_early_local_passes, gate_all_early_optimizations,
6181 pass_all_early_optimizations): Move ...
6182 * passes.c (gate_all_optimizations, pass_all_optimizations,
6183 gate_all_early_local_passes, execute_all_early_local_passes,
6184 pass_early_local_passes, gate_all_early_optimizations,
6185 pass_all_early_optimizations): ... here.
6186 * tree-optimize.c (execute_free_datastructures): Remove.
6187 * tree-flow.h (execute_free_datastructures): Remove.
6188 * tree-optimize.c (execute_init_datastructures,
6189 pass_init_datastructures): Move ...
6190 * tree-ssa.c (execute_init_datastructures,
6191 pass_init_datastructures): ... here.
6192 * cfgexpand.c (gimple_expand_cfg): Inline-expand call to
6193 execute_free_datastructures.
6194
6195 2012-04-12 Bernd Schmidt <bernds@codesourcery.com>
6196
6197 * dbgcnt.def (ira_move): New counter.
6198 * ira-int.h (ira_create_new_reg): Declare function.
6199 (first_moveable_pseudo, last_moveable_pseudo): Declare variables.
6200 * ira-emit.c (ira_create_new_reg): Renamed from craete_new_reg and
6201 no longer static. All callers changed.
6202 * ira.c: Include "dbgcnt.h".
6203 (rtx_moveable_p, insn_dominated_by_p, find_moveable_pseudos,
6204 move_unallocated_pseudos): New static functions.
6205 (first_moveable_pseudo, last_moveable_pseudo): New global variables.
6206 (pseudo_replaced_reg, pseudo_move_insn): New static variables.
6207 (ira): Call find_moveable_pseudos and move_unallocated_pseudos.
6208 * ira-costs.c (find_costs_and_classes): Assign a memory cost of zero
6209 to the pseudos generated in find_moveable_pseudos.
6210 * Makefile.in (ira.o): Add $(DBGCNT_H).
6211
6212 2012-04-12 Richard Guenther <rguenther@suse.de>
6213
6214 PR tree-optimization/52943
6215 * tree-chrec.h (chrec_is_positive): Remove.
6216 * tree-scalar-evolution.c (chrec_is_positive): Move ...
6217 * tree-data-ref.c (chrec_is_positive): ... here. Make static.
6218 Return false for a constant zero instead of negative.
6219 (analyze_siv_subscript_cst_affine): Handle zero difference
6220 in the initial condition explicitely.
6221
6222 2012-04-12 Richard Guenther <rguenther@suse.de>
6223
6224 * tree-parloops.c (parallelize_loops): Also consult the upper
6225 bound for the number of iterations.
6226 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
6227 (loop_prefetch_arrays): Likewise.
6228
6229 2012-04-12 Richard Guenther <rguenther@suse.de>
6230
6231 * cfgloop.h (estimated_loop_iterations_int): Ditch
6232 'conservative' parameter.
6233 (max_stmt_executions_int): Likewise.
6234 (estimated_loop_iterations): Likewise.
6235 (max_stmt_executions): Likewise.
6236 (max_loop_iterations): Declare.
6237 (max_loop_iterations_int): Likewise.
6238 (estimated_stmt_executions): Likewise.
6239 (estimated_stmt_executions_int): Likewise.
6240 * tree-ssa-loop-niter.c (estimated_loop_iterations):
6241 Split parts to ...
6242 (max_loop_iterations): ... this.
6243 (estimated_loop_iterations_int): Split parts to ...
6244 (max_loop_iterations_int): ... this.
6245 (max_stmt_executions_int): Split parts to ...
6246 (estimated_stmt_executions_int): ... this.
6247 (max_stmt_executions): Split parts to ...
6248 (estimated_stmt_executions): ... this.
6249 * graphite-sese-to-poly.c (build_loop_iteration_domains): Adjust.
6250 * predict.c (predict_loops): Likewise.
6251 * tree-data-ref.c (max_stmt_executions_tree): Likewise.
6252 (analyze_siv_subscript_cst_affine): Likewise.
6253 (compute_overlap_steps_for_affine_1_2): Likewise.
6254 (analyze_subscript_affine_affine): Likewise.
6255 (init_omega_for_ddr_1): Likewise.
6256 * tree-parloops.c (parallelize_loops): Likewise.
6257 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
6258 (may_eliminate_iv): Likewise.
6259 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
6260 (loop_prefetch_arrays): Likewise.
6261 * tree-vrp.c (adjust_range_with_scev): Likewise.
6262
6263 2012-04-12 Oleg Endo <olegendo@gcc.gnu.org>
6264
6265 * config/sh/sh.h (RETURN_ADDR_RTX): Use NULL_RTX instead of 0.
6266 * config/sh/sh.c (INSN_REGMODE_WEIGHT, CURR_REGMODE_PRESSURE):
6267 Fix line width.
6268 (dump_table): Use bool type for need_align and have_df variables.
6269 (find_barrier, sfunc_uses_reg): Use NULL_RTX instead of 0.
6270 (regs_used): Remove register modifier.
6271 (barrier_align): Move variables slot, credit, jump_to_next
6272 into if block above for loop. Use bool type for jump_to_next.
6273 (sh_function_arg): Use NULL_RTX instead of 0.
6274
6275 2012-04-11 Andreas Schwab <schwab@linux-m68k.org>
6276
6277 * config/m68k/m68k.md (rotrhi3+1): Name it rotrhi_lowpart.
6278 (bswapsi2): New expander.
6279
6280 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
6281
6282 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Defined to
6283 0x60000000 if __x86_64 is defined and __LP64__ isn't defined.
6284
6285 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
6286
6287 PR rtl-optimization/52876
6288 * emit-rtl.c (set_reg_attrs_from_value): Handle arbitrary value.
6289 Don't call mark_reg_pointer for incompatible pointer sign extension.
6290
6291 * reginfo.c (reg_scan_mark_refs): Call set_reg_attrs_from_value
6292 directly.
6293
6294 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
6295
6296 * fold-const.c (fold_unary_loc): Use GET_MODE_PRECISION for
6297 comparisons against TYPE_PRECISION.
6298 * tree-ssa-forwprop.c (combine_conversions): Likewise.
6299
6300 2012-04-11 Xinliang David Li <davidxl@google.com>
6301
6302 * tree-passes.h: Remove TODO_dump_func.
6303 * tree-ssa-tail-merge.c (tail_merge_optimize): Remove TODO_dump_func.
6304 * trans-mem.c: Remove TODO_dump_func.
6305 * ira.c: Remove TODO_dump_func.
6306
6307 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
6308
6309 * config/i386/i386.c (ix86_option_override_internal): Check
6310 SUBTARGET_OVERRIDE_OPTIONS and SUBSUBTARGET_OVERRIDE_OPTIONS
6311 after TARGET_64BIT is updated.
6312
6313 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
6314
6315 * config/sh/sh.h: Remove old secondary reload code.
6316
6317 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
6318
6319 * config/sh/sh.c (SCHED_REORDER): Merge macro into ...
6320 (ready_reorder): ... this function.
6321
6322 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
6323
6324 * sel-sched.c (sel_global_init): Swap order of sched_rgn_init and
6325 sched_init calls.
6326
6327 * haifa-sched.c (prune_ready_list): Rework handling of SCHED_GROUP_P
6328 insns so that no other insn is queued for a time before them.
6329
6330 * config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
6331 unknown.
6332
6333 2012-04-11 Richard Guenther <rguenther@suse.de>
6334
6335 PR middle-end/52621
6336 * tree-chrec.c (evolution_function_is_invariant_rec_p): Properly
6337 consider loop nesting.
6338 (evolution_function_is_univariate_p): Properly check the remainder
6339 for chrecs.
6340
6341 2012-04-11 Richard Guenther <rguenther@suse.de>
6342
6343 PR middle-end/52918
6344 * except.c (sjlj_emit_dispatch_table): Properly update loop structure.
6345
6346 2012-04-11 Nick Clifton <nickc@redhat.com>
6347
6348 * config/rl78/rl78.c (rl78_expand_prologue): Set stack use
6349 information, if requested.
6350
6351 * config/rx/rx.c (rx_expand_prologue): Likewise.
6352
6353 2012-04-11 Peter Bergner <bergner@vnet.ibm.com>
6354 Michael Matz <matz@suse.de>
6355
6356 PR target/16458
6357 * rtlanal.c (unsigned_reg_p): New function.
6358 Update copyright notice dates.
6359 * rtl.h (unsigned_reg_p): Prototype it.
6360 Update copyright notice dates.
6361 * config/rs6000/rs6000.c (rs6000_generate_compare): Use it.
6362 Update comment.
6363 * expr.c (expand_expr_real_1): Set register attributes.
6364 * stmt.c (expand_case): Likewise.
6365
6366 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
6367
6368 PR target/50751
6369 * config/sh/sh-protos.h (sh_legitimate_index_p): Add new arguments
6370 consider_sh2a and allow_zero.
6371 * config/sh/sh.c (sh_legitimate_index_p): Likewise.
6372 (disp_addr_displacement): New function.
6373 (sh_address_cost): Use disp_addr_displacement function instead
6374 of DISP_ADDR_OFFSET.
6375 (sh_legitimate_address_p): Adapt to changed
6376 sh_legitimate_index_p declaration.
6377 (sh_find_mov_disp_adjust): Remove HImode check.
6378 (sh_secondary_reload): Add HImode case. Use satisfies_constraint_Sdd,
6379 disp_addr_displacement and max_mov_insn_displacement.
6380 (max_mov_insn_displacement): Remove HImode check.
6381 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12,
6382 DISP_ADDR_P, DISP_ADDR_OFFSET): Remove.
6383 * config/sh/constraints.md (K05, K13): New constraints.
6384 (K12): Correct comment.
6385 (Sdd): Do not use DISP_ADDR_P macro.
6386 (Snd, Sbw): Use satisfies_constraint_Sdd.
6387 * config/sh/sh.md (extendhisi2): Remove constraints from expander.
6388 (*extendhisi2_compact, movhi_i): Remove.
6389 (*extendhisi2_compact_reg, *extendhisi2_compact_mem_disp,
6390 *extendhisi2_compact_mem_disp, *extendhisi2_compact_snd,
6391 *movhi_reg_reg, *movhi_store_mem_disp05, *movhi_store_mem_disp13,
6392 *movhi_load_mem_disp, *movhi_load_mem_disp, *movhi): New insns.
6393 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_mem_disp,
6394 *movqi_store_mem_disp04, *movqi_store_mem_disp12, *movqi_load_mem_disp,
6395 *movqi_load_mem_disp): Use sh_legitimate_index_p instead of
6396 CONST_OK_FOR_Kxx.
6397 Add new peepholes for HImode displacement addressing.
6398
6399 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
6400
6401 * config/sh/sh.h (SIDI_OFF): Remove.
6402 * config/sh/sh.md: Use gen_highpart and gen_lowpart to access
6403 DImode subregs instead of gen_rtx_REG or simplifly_gen_subreg
6404 or operand_subword.
6405
6406 2012-04-11 Eric Botcazou <ebotcazou@adacore.com>
6407
6408 PR target/52624
6409 * doc/extend.texi (Other Builtins): Document __builtin_bswap16.
6410 (PowerPC AltiVec/VSX Built-in Functions): Remove it.
6411 * doc/md.texi (Standard Names): Add bswap.
6412 * builtin-types.def (BT_UINT16): New primitive type.
6413 (BT_FN_UINT16_UINT16): New function type.
6414 * builtins.def (BUILT_IN_BSWAP16): New.
6415 * builtins.c (expand_builtin_bswap): Add TARGET_MODE argument.
6416 (expand_builtin) <BUILT_IN_BSWAP16>: New case. Pass TARGET_MODE to
6417 expand_builtin_bswap.
6418 (fold_builtin_bswap): Add BUILT_IN_BSWAP16 case.
6419 (fold_builtin_1): Likewise.
6420 (is_inexpensive_builtin): Likewise.
6421 * optabs.c (expand_unop): Deal with bswap in HImode specially. Add
6422 missing bits for bswap to libcall code.
6423 * tree.c (build_common_tree_nodes): Build uint16_type_node.
6424 * tree.h (enum tree_index): Add TI_UINT16_TYPE.
6425 (uint16_type_node): New define.
6426 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_BSWAP_HI): Delete.
6427 * config/rs6000/rs6000.c (rs6000_expand_builtin): Remove handling of
6428 above builtin.
6429 (rs6000_init_builtins): Likewise.
6430 * config/rs6000/rs6000.md (bswaphi2): Add TARGET_POWERPC predicate.
6431
6432 2012-04-11 Tristan Gingold <gingold@adacore.com>
6433
6434 * doc/extend.texi (Type Attributes): Move paragraph.
6435
6436 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
6437
6438 PR 24985
6439 * diagnostic.h (show_caret): Declare.
6440 (caret_max_width): Declare.
6441 (diagnostic_show_locus): Declare.
6442 * diagnostic.c (diagnostic_initialize): Initialize to false.
6443 (diagnostic_show_locus): New.
6444 (diagnostic_report_diagnostic): Call it.
6445 (getenv_columns): New.
6446 (adjust_line): New.
6447 (diagnostic_set_caret_max_width): New.
6448 * input.c (read_line): New.
6449 (location_get_source_line): New.
6450 * input.h (location_get_source_line): Declare.
6451 * toplev.c (general_init): Initialize show_caret from options.
6452 * dwarf2out.c (gen_producer_string): Handle fdiagnostics-show-caret.
6453 * opts.c (common_handle_option): Likewise.
6454 * pretty-print.h (pp_get_prefix): New.
6455 (pp_base_get_prefix): New.
6456 * common.opt (fdiagnostics-show-caret): New option.
6457 * doc/invoke.texi (fdiagnostics-show-caret): Document it.
6458
6459 2012-04-11 Richard Guenther <rguenther@suse.de>
6460
6461 PR rtl-optimization/52881
6462 * ifcvt.c (find_if_case_2): Avoid speculating loop latches.
6463
6464 2012-04-11 Richard Guenther <rguenther@suse.de>
6465
6466 PR tree-optimization/52912
6467 * tree-ssa-threadupdate.c (thread_block): Tell the cfg
6468 manipulation code we are threading through a loop header
6469 to an exit destination.
6470
6471 2012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
6472
6473 * tree.h (warn_if_unused_value): Move declaration from here.
6474 * stmt.c (warn_if_unused_value): Move definition from here.
6475
6476 2010-04-10 Michael Matz <matz@suse.de>
6477
6478 * tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to
6479 grouped_stores.
6480 (LOOP_VINFO_STRIDED_STORES): Rename to LOOP_VINFO_GROUPED_STORES.
6481 (struce _bb_vec_info.strided_stores): Rename to grouped_stores.
6482 (BB_VINFO_STRIDED_STORES): Rename to BB_VINFO_GROUPED_STORES.
6483 (STMT_VINFO_STRIDED_ACCESS): Rename to STMT_VINFO_GROUPED_ACCESS.
6484 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
6485 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
6486 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
6487 (vect_record_strided_load_vectors): Rename to
6488 vect_record_grouped_load_vectors.
6489 * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
6490 Rename use of above macros.
6491 (vect_verify_datarefs_alignment): Ditto.
6492 (vector_alignment_reachable_p): Ditto.
6493 (vect_peeling_hash_get_lowest_cost): Ditto.
6494 (vect_enhance_data_refs_alignment): Ditto.
6495 (vect_analyze_group_access): Ditto and rename stride to groupsize.
6496 (vect_analyze_data_ref_access): Rename "strided" to "grouped".
6497 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
6498 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
6499 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
6500 (vect_record_strided_load_vectors): Rename to
6501 vect_record_grouped_load_vectors.
6502 * tree-vect-loop.c (new_loop_vec_info): Rename use of above macros.
6503 (destroy_loop_vec_info): Ditto.
6504 (vect_transform_loop): Ditto and rename strided_store to grouped_store.
6505 * tree-vect-slp.c (vect_build_slp_tree): Rename use of above macros.
6506 (vect_analyze_slp): Ditto.
6507 (new_bb_vec_info): Ditto.
6508 (destroy_bb_vec_info): Ditto.
6509 (vect_schedule_slp_instance): Ditto and rename strided_store to
6510 grouped_store.
6511 * tree-vect-stmts.c (vect_cost_strided_group_size): Rename to
6512 vect_cost_group_size.
6513 (vect_model_store_cost): Rename use of above macros and call
6514 to vect_cost_strided_group_size.
6515 (vect_model_load_cost): Ditto.
6516 (vectorizable_store): Ditto, rename strided_store to grouped_store
6517 and calls to renamed tree-vectorizer.h functions.
6518 (vectorizable_load): Ditto.
6519 (vect_transform_stmt): Rename use of above macros and strided_store
6520 to grouped_store.
6521
6522 2012-04-10 Jan Hubicka <jh@suse.cz>
6523
6524 * cgraph.h: Remove misledaing comment on ipa-ref.h.
6525 (symtab_type): New enum.
6526 (symtab_node): New structure.
6527 (cgraph_node, varpool_node): Add symbol base type.
6528 (cgraph, varpool): New accestor functions.
6529 * cgraph.c (cgraph_create_node_1): Set symbol type.
6530 * varpool.c (varpool_node): Set symbol type.
6531
6532 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
6533 Richard Sandiford <rdsandiford@googlemail.com>
6534
6535 * fwprop.c (propagate_rtx): Also set PR_CAN_APPEAR for subregs.
6536
6537 2012-04-10 Richard Guenther <rguenther@suse.de>
6538
6539 PR middle-end/52888
6540 * gimple-low.c (gimple_check_call_args): Properly account for
6541 compatible aggregate types.
6542
6543 2012-04-10 Richard Guenther <rguenther@suse.de>
6544
6545 * toplev.h (tree_rest_of_compilation): Remove.
6546 * tree-optimize.c (tree_rest_of_compilation): Likewise.
6547 * cgraph.h (tree_rest_of_compilation): Declare.
6548 * tree-optimize.c (tree_rest_of_compilation): Move ...
6549 * cgraphunit.c (tree_rest_of_compilation): ... here.
6550 * cgraph.c (cgraph_add_new_function): Adjust.
6551 * Makefile.in (tree-optimize.o): Adjust.
6552 (cgraphunit.o): Likewise.
6553
6554 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
6555
6556 PR tree-optimization/52870
6557 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
6558 presumed pattern statement is within the same loop or basic block.
6559
6560 2012-04-10 Tristan Gingold <gingold@adacore.com>
6561
6562 * gengtype.c (main): Make uintptr_t a known type.
6563
6564 2012-04-10 Richard Guenther <rguenther@suse.de>
6565
6566 * tree-pass.h (tree_lowering_passes): Remove.
6567 * tree-optimize.c (tree_lowering_passes): Remove.
6568 * cgraph.c (cgraph_add_new_function): Inline relevant parts
6569 of tree_lowering_passes, avoid redundant call of early local passes.
6570 * cgraphunit.c (cgraph_lower_function): Fold into ...
6571 (cgraph_analyze_function): ... its single caller. Inline
6572 relevant parts of tree_lowering_passes.
6573
6574 2012-04-09 H.J. Lu <hongjiu.lu@intel.com>
6575
6576 PR other/52777
6577 * config/pa/pa.opt: Remove SIO and GNU_LD.
6578
6579 2012-04-09 Jan Hubicka <jh@suse.cz>
6580
6581 PR lto/52722
6582 PR lto/51765
6583 PR lto/52634
6584 * lto-cgraph.c (compute_ltrans_boundary): When alias is in the
6585 boundary, add its target too.
6586 * lto.c (add_references_to_partition): Add also aliased nodes.
6587 (add_cgraph_node_to_partition,
6588 add_varpool_node_to_partition): Work on nodes, not functions/variables;
6589 when adding alias, add also the aliased object.
6590
6591 2012-04-09 Uros Bizjak <ubizjak@gmail.com>
6592
6593 PR target/52883
6594 * config/i386/predicates.md (x86_64_zext_general_operand): Prevent
6595 VOIDmode immediate operands.
6596 * config/i386/constraints.md (Wz): New constraint.
6597 * config/i386/i386.md (*zero_extendsidi2_rex64): Use Wz instead of Z.
6598
6599 2012-04-09 Eric Botcazou <ebotcazou@adacore.com>
6600
6601 PR target/52717
6602 * config/sparc/sparc.c (sparc_file_end): Set TREE_PUBLIC explicitly on
6603 the DECL generated for the special GOT helper.
6604
6605 2012-04-09 Oleg Endo <olegendo@gcc.gnu.org>
6606
6607 * config/sh/constraints.md: Update list of constraints in
6608 comment block.
6609 (Sr0): Remove unused memory constraint.
6610
6611 2012-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
6612
6613 * tree-pretty-print.h: Update comment.
6614
6615 2012-04-08 Oleg Endo <olegendo@gcc.gnu.org>
6616
6617 * config/sh/sh.md: Use braced string notation where applicable.
6618 (*prefetch_i4, prefetch_m2a): Merge into ...
6619 (*prefetch): ... this new insn.
6620
6621 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
6622
6623 * config/sh/sh.h (high_life_started): Remove
6624 * config/sh/predicates.md (general_movdst_operand): Use
6625 'reload_in_progress' instead of 'high_life_started'.
6626 * config/sh/sh.md (divsi_inv_call, *divsi_inv_call_combine,
6627 divsi_inv_fp): Likewise.
6628
6629 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
6630
6631 * config/sh/sh-protos.h (prepare_move_operands): Return void
6632 instead of int.
6633 * config/sh/sh.c (prepare_move_operands): Likewise.
6634 * config/sh/sh.md: Remove return value checks of prepare_move_operands.
6635
6636 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
6637
6638 * config/sh/sh-protos.h (fp_int_operand, symbol_ref_operand,
6639 general_movsrc_operand, general_movdst_operand, arith_reg_operand,
6640 fp_arith_reg_operand, arith_operand, arith_reg_or_0_operand,
6641 logical_operand, fpscr_operand, fpul_operand, expand_fp_branch,
6642 commutative_float_operator, noncommutative_float_operator,
6643 sh_handle_pragma): Remove.
6644
6645 2012-04-06 Sandra Loosemore <sandra@codesourcery.com>
6646
6647 * doc/invoke.texi: Clean up Texinfo markup throughout the file.
6648 Use @option markup on command-line options. Use @samp markup on
6649 literal keywords to options. Use @code markup on code fragments.
6650 Use other markup in preference to quotation marks in the text.
6651 Add markup to some passages without any.
6652
6653 2012-04-06 Mike Stump <mikestump@comcast.net>
6654
6655 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Avoid warning.
6656
6657 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
6658
6659 * config/sh/sh.c (hi_const): Remove.
6660 (find_barrier, sh_reorg): Use satisfies_constraint_I16 instead
6661 of hi_const.
6662
6663 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
6664
6665 * config/sh/sh-protos.h (sh_expand_t_scc): Change return type from int
6666 to bool.
6667 * config/sh/sh.c (sh_expand_t_scc): Likewise.
6668 * config/sh/sh.md (cstoresi4, cstoredi4): Remove GET_CODE checks before
6669 calling sh_expand_t_scc.
6670
6671 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
6672
6673 * config/sh/sh-protos.h (fp_zero_operand, fp_one_operand,
6674 nonpic_symbol_mentioned_p, expand_block_move, expand_ashiftrt,
6675 sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext, system_reg_operand,
6676 reg_unused_after, sh_can_redirect_branch, sh_need_epilogue, fldi_ok,
6677 sh_hard_regno_rename_ok, sh_cfun_interrupt_handler_p,
6678 sh_cfun_resbank_handler_p, sh_attr_renesas_p, sh_cfun_attr_renesas_p,
6679 check_use_sfunc_addr, sh_contains_memref_p, sh_loads_bankedreg_p,
6680 sh2a_is_function_vector_call): Use bool as return type.
6681 (sh_pass_in_reg_p): Remove.
6682 * config/sh/sh.c (broken_move, mova_p, noncall_uses_reg, high_pressure,
6683 flow_dependent_p, sh2a_function_vector_p, expand_block_move,
6684 expand_ashiftrt, sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext,
6685 sh_need_epilogue, sh2a_is_function_vector_call, sh_attr_renesas_p,
6686 sh_cfun_attr_renesas_p, sh_cfun_interrupt_handler_p,
6687 sh_cfun_resbank_handler_p, system_reg_operand, fp_zero_operand,
6688 fp_one_operand, fldi_ok, reg_unused_after, sh_can_redirect_branch,
6689 sh_hard_regno_rename_ok, check_use_sfunc_addr, sh_contains_memref_p,
6690 sh_loads_bankedreg_p): Use bool as return type.
6691 (nonpic_symbol_mentioned_p): Use bool as return type. Remove
6692 'register' modifier.
6693
6694 2012-04-06 Matt Turner <mattst88@gmail.com>
6695
6696 * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
6697
6698 2012-04-06 Eric Botcazou <ebotcazou@adacore.com>
6699
6700 * config/ia64/ia64.c (ia64_load_pair_ok): Return 0 if the second member
6701 of the destination isn't also a FP_REGS register.
6702
6703 2012-04-05 Teresa Johnson <tejohnson@google.com>
6704 H.J. Lu <hongjiu.lu@intel.com>
6705
6706 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_LCP_STALL.
6707 * config/i386/i386.md (move immediate to memory peephole2):
6708 Add cases for HImode move when LCP stall avoidance is needed.
6709 * config/i386/i386.c (initial_ix86_tune_features): Initialize
6710 X86_TUNE_LCP_STALL entry.
6711
6712 2012-04-05 Uros Bizjak <ubizjak@gmail.com>
6713
6714 PR target/52882
6715 * config/i386/i386.c (ix86_decompose_address): Allow VOIDmode
6716 CONST_INT operands, zero-extended with AND.
6717
6718 2012-04-05 Oleg Endo <olegendo@gcc.gnu.org>
6719
6720 PR target/50751
6721 * config/sh/sh.c (sh_find_mov_disp_adjust): Take machine_mode as the
6722 first argument instead of mode size. Move displacement calculations
6723 to ...
6724 (mov_insn_size, max_mov_insn_displacement, mov_insn_alignment_mask):
6725 ... these new functions.
6726 (disp_adjust): Remove max_mov_disp field.
6727 (sh_legitimate_index_p): Use max_mov_insn_displacement and
6728 mov_insn_alignment_mask.
6729 (sh_address_cost): Use max_mov_insn_displacement.
6730
6731 2012-04-05 Andrew Stubbs <ams@codesourcery.com>
6732
6733 * config/arm/arm.md (arch): Add neon_onlya8 and neon_nota8.
6734 (arch_enabled): Handle new arch types.
6735 (one_cmpldi2): Add NEON support.
6736
6737 2012-04-05 Richard Guenther <rguenther@suse.de>
6738
6739 * gimple.c (walk_gimple_op): Compute val_only for the LHS
6740 of an assigment in the canonical way, avoiding is_gimple_mem_rhs.
6741 (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt): Move ...
6742 * gimplify.c (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
6743 ... here and make static.
6744 * gimple.h (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
6745 Remove.
6746
6747 2012-04-05 Richard Guenther <rguenther@suse.de>
6748
6749 * tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt
6750 basic-block before removing it.
6751
6752 2012-04-05 Richard Guenther <rguenther@suse.de>
6753
6754 * tree-ssanames.c (release_dead_ssa_names): Compact the SSA
6755 version namespace as we release the freelist.
6756
6757 2012-04-05 Richard Guenther <rguenther@suse.de>
6758
6759 * tree-nrv.c (tree_nrv): Release VDEFs.
6760 * tree-sra.c (sra_modify_constructor_assign): Likewise.
6761 (sra_modify_assign): Likewise.
6762 * tree-vect-stmts.c (vect_remove_stores): Likewise.
6763 * tree-vect-loop.c (vect_transform_loop): Likewise.
6764 * tree-ssa-dom.c (optimize_stmt): Likewise.
6765 * tree-vect-slp.c (vect_schedule_slp): Likewise.
6766 * tree-ssa-math-opts.c (execute_cse_sincos): Likewise.
6767
6768 2012-04-05 Richard Guenther <rguenther@suse.de>
6769
6770 * gimple-iterator.c (gsi_remove): Return whether EH edges need to be
6771 cleanup.
6772 * gimple.h (gsi_remove): Adjust.
6773 * tree-ssa-operands.c (unlink_stmt_vdef): Optimize.
6774 * tree-ssa-dom.c (optimize_stmt): Use gsi_remove result.
6775 * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
6776 * tree-ssa-forwprop.c (remove_prop_source_from_use): Likewise.
6777 * tree-ssa-math-opts.c (execute_optimize_widening_mul): Likewise.
6778 * tree-ssa-pre.c (eliminate): Likewise.
6779
6780 2012-04-04 Mike Stump <mikestump@comcast.net>
6781
6782 * doc/rtl.texi (const_double): Document as sign-extending.
6783 * expmed.c (expand_mult): Ensure we don't use shift incorrectly.
6784 * emit-rtl.c (immed_double_int_const): Refine to state the
6785 value is signed.
6786 * simplify-rtx.c (mode_signbit_p): Add a fixme for wider than
6787 CONST_DOUBLE integers.
6788 (simplify_const_unary_operation, UNSIGNED_FLOAT): Ensure no
6789 negative values are converted. Fix conversions bigger than
6790 HOST_BITS_PER_WIDE_INT.
6791 (simplify_binary_operation_1): Ensure we don't use shift incorrectly.
6792 (simplify_immed_subreg): Sign-extend CONST_DOUBLEs.
6793 * explow.c (plus_constant_mode): Add.
6794 (plus_constant): Implement with plus_constant_mode.
6795 * rtl.h (plus_constant_mode): Add.
6796
6797 2012-04-04 Richard Guenther <rguenther@suse.de>
6798
6799 PR tree-optimization/52808
6800 * tracer.c (tail_duplicate): Do not tail-duplicate loop header blocks.
6801 * Makefile.in (tracer.o): Depend on $(CFGLOOP_H).
6802
6803 2012-04-04 Tristan Gingold <gingold@adacore.com>
6804
6805 * expr.c (expand_expr_real_2): Handle larger sizetype in
6806 POINTER_PLUS_EXPR.
6807
6808 2012-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
6809
6810 * config/sh/t-sh (MULTILIB_MATCHES): Match m2a-single-only
6811 to m2a-single instead of m2e.
6812
6813 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
6814
6815 * expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.
6816 Change type of BITOFFSET to signed. Make sure the lower bound of
6817 the computed range is non-negative by adjusting OFFSET and BITPOS.
6818 (expand_assignment): Adjust call to get_bit_range.
6819
6820 2012-04-03 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
6821
6822 * h8300/h8300.c (h8300_current_function_monitor_function_p):
6823 New function. Added to check monitor functions.
6824 (h8300_option_override): Modified to generate error/warning
6825 messages for invalid combinations of different command line
6826 options.
6827 * h8300/h8300.md: Generate 'rte' for monitor functions. Do not
6828 save EXR on stack for monitor function in case of H8S target
6829 when "-mno-exr" is passed.
6830 * h8300/h8300-protos.h (h8300_current_function_monitor_function_p):
6831 Add prototype.
6832 * doc/invoke.texi: Document H8S options.
6833
6834 2012-04-03 Tristan Gingold <gingold@adacore.com>
6835
6836 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead
6837 of gcc_AC_FUNC_MMAP_BLACKLIST.
6838 * acinclude.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Remove.
6839 * Makefile.in (aclocal_deps): Add mmap.m4.
6840 * configure: Regenerate.
6841 * aclocal.m4: Regenerate.
6842
6843 2012-04-03 Richard Guenther <rguenther@suse.de>
6844
6845 PR tree-optimization/52808
6846 * tracer.c (tail_duplicate): Return whether we have duplicated
6847 any block.
6848 (tracer): If we have duplicated any block, cleanup the CFG.
6849 * cfghooks.c (duplicate_block): If we duplicated a loop
6850 header but not its loop, destroy the loop because it now has
6851 multiple entries.
6852 * tree-ssa-threadupdate.c (thread_through_loop_header): Tell
6853 the cfg manipulation routines we are not creating a multiple
6854 entry loop.
6855
6856 2012-04-03 Tristan Gingold <gingold@adacore.com>
6857
6858 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle
6859 'byte' alignment.
6860 (vms_c_common_override_options): Allow parameterless variadic
6861 functions.
6862
6863 2012-04-03 Jakub Jelinek <jakub@redhat.com>
6864
6865 PR tree-optimization/52835
6866 * tree-data-ref.c (build_rdg): Return NULL if
6867 compute_data_dependences_for_loop failed.
6868
6869 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
6870
6871 * varasm.c (initializer_constant_valid_for_bitfield_p): Return true
6872 for REAL_CST as well.
6873 (output_constructor): Use RECORD_OR_UNION_TYPE_P predicate.
6874 In the bitfield case, if the value is a REAL_CST, convert it first to
6875 an INTEGER_CST.
6876
6877 2012-04-02 H.J. Lu <hongjiu.lu@intel.com>
6878
6879 * config.gcc: Use i386/biarchx32.h instead of i386/biarch64.h
6880 for --with-abi={x32|mx32} or --with-multilib-list=mx32.
6881 (supported_defaults): Add abi for i[34567]86-*-* and x86_64-*-*.
6882
6883 * config/i386/biarchx32.h: New.
6884
6885 2012-04-02 Anatoly Sokolov <aesok@post.ru>
6886
6887 * config/arm/arm.h (PREFERRED_RELOAD_CLASS): Remove.
6888 * config/arm/arm.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
6889 (arm_preferred_reload_class): New function.
6890
6891 2012-04-02 Richard Guenther <rguenther@suse.de>
6892
6893 PR tree-optimization/52756
6894 * tree-ssa-threadupdate.c (def_split_header_continue_p): New function.
6895 (thread_through_loop_header): After threading through the loop latch
6896 remove the split part from the loop and clear further threading
6897 opportunities that would create a multiple entry loop.
6898
6899 2012-04-02 Richard Guenther <rguenther@suse.de>
6900
6901 PR rtl-optimization/52800
6902 * cprop.c (execute_rtl_cprop): Call cleanup_cfg with
6903 CLEANUP_CFG_CHANGED.
6904
6905 2012-04-02 Richard Guenther <rguenther@suse.de>
6906
6907 PR middle-end/52803
6908 * loop-init.c (gate_handle_loop2): Destroy loops here if
6909 we don't enter RTL loop optimizers.
6910
6911 2012-04-02 Uros Bizjak <ubizjak@gmail.com>
6912
6913 Partially revert:
6914 2012-03-29 Richard Guenther <rguenther@suse.de>
6915
6916 * rtl.h (extended_count): Remove.
6917 * combine.c (extended_count): Remove.
6918
6919 2012-04-02 Dodji Seketeli <dodji@redhat.com>
6920
6921 PR c++/40942
6922 * pt.c (more_specialized_fn): Don't apply decay conversion to
6923 types of function parameters.
6924
6925 2012-04-02 Tristan Gingold <gingold@adacore.com>
6926
6927 * ggc-page.c (PAGE_L1_SIZE, PAGE_L2_SIZE, LOOKUP_L1, LOOKUP_L2)
6928 (ggc_allocated_p, lookup_page_table_entry, set_page_table_entry)
6929 (alloc_page, init_ggc, clear_marks, struct ggc_pch_data)
6930 (ggc_pch_this_base): Use uintptr_t instead of size_t.
6931
6932 2012-03-31 H.J. Lu <hongjiu.lu@intel.com>
6933
6934 PR bootstrap/52784
6935 * config/i386/i386.c (ix86_option_override_internal): Don't
6936 check TARGET_64BIT if TARGET_64BIT_DEFAULT is false.
6937
6938 2012-03-31 Eric Botcazou <ebotcazou@adacore.com>
6939
6940 * tree-cfg.c (call_can_make_abnormal_goto): New predicate.
6941 (stmt_can_make_abnormal_goto): Use it.
6942 (is_ctrl_altering_stmt): Likewise.
6943
6944 2012-03-30 Naveen H.S <naveen.S@kpitcummins.com>
6945 Kaz Kojima <kkojima@gcc.gnu.org>
6946
6947 * config/sh/sh.c (push_regs): Skip banked registers when
6948 resbank attribute is specified.
6949 (sh_expand_epilogue): Likewise.
6950
6951 2012-03-30 Richard Henderson <rth@redhat.com>
6952
6953 PR debug/52727
6954 * combine-stack-adj.c (prev_active_insn_bb): New.
6955 (next_active_insn_bb): New.
6956 (force_move_args_size_note): New.
6957 (combine_stack_adjustments_for_block): Use it.
6958
6959 2012-03-30 Richard Henderson <rth@redhat.com>
6960
6961 * config/i386/i386.c (struct expand_vec_perm_d): Add one_operand_p.
6962 (ix86_expand_vector_init_duplicate): Initialize it.
6963 (expand_vec_perm_palignr): Likewise.
6964 (ix86_expand_vec_perm_const): Likewise.
6965 (ix86_vectorize_vec_perm_const_ok): Likewise.
6966 (expand_vec_perm_blend): Use it.
6967 (expand_vec_perm_vpermil): Likewise.
6968 (expand_vec_perm_pshufb): Likewise.
6969 (expand_vec_perm_1): Likewise.
6970 (expand_vec_perm_pshuflw_pshufhw): Likewise.
6971 (expand_vec_perm_interleave2): Likewise.
6972 (expand_vec_perm_vpermq_perm_1): Likewise.
6973 (expand_vec_perm_vperm2f128): Likewise.
6974 (expand_vec_perm_interleave3): Likewise.
6975 (expand_vec_perm_vperm2f128_vblend): Likewise.
6976 (expand_vec_perm_vpshufb2_vpermq): Likewise.
6977 (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise,.
6978 (expand_vec_perm_broadcast): Likewise.
6979 (expand_vec_perm_vpshufb4_vpermq2): Likewise.
6980
6981 2012-03-30 Richard Henderson <rth@redhat.com>
6982
6983 * dwarf2out.c (gen_variable_die): Initialize off.
6984
6985 2012-03-30 Tristan Gingold <gingold@adacore.com>
6986
6987 * config/vms/vms-f.c: New file.
6988 * config/vms/t-vms (vms-f.o): New rule.
6989 * config.gcc (*-*-*vms*): Define fortran_target_objs.
6990
6991 2012-03-30 Richard Guenther <rguenther@suse.de>
6992
6993 PR tree-optimization/52754
6994 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Only
6995 propagate arbitrary addresses into really plain dereferences.
6996
6997 2012-03-30 Richard Guenther <rguenther@suse.de>
6998
6999 PR middle-end/52772
7000 * except.c (emit_to_new_bb_before): Move loop updating ...
7001 (dw2_build_landing_pads): ... here. Use a proper block for
7002 querying the loop father.
7003
7004 2012-03-30 Tristan Gingold <gingold@adacore.com>
7005
7006 * config/ia64/ia64.c (ia64_section_type_flags): Remove
7007 common_object attribute handling.
7008 (SECTION_VMS_OVERLAY): Remove
7009 (ia64_vms_common_object_attribute): Replace abort with an assert.
7010 Do not set DECL_SECTION_NAME.
7011 (ia64_vms_output_aligned_decl_common): Handle common_object
7012 attribute.
7013 (ia64_vms_elf_asm_named_section): Remove.
7014 * config/ia64/vms.h (TARGET_ASM_NAMED_SECTION): Remove.
7015
7016 2012-03-30 Richard Guenther <rguenther@suse.de>
7017
7018 PR middle-end/52786
7019 * double-int.c (rshift_double): Remove not needed cast.
7020
7021 2012-03-30 Richard Guenther <rguenther@suse.de>
7022
7023 * tree-affine.h (print_aff): Remove.
7024 * tree-affine.c (print_aff): Make static.
7025 * tree-data-ref.h (access_matrix_get_index_for_parameter): Remove.
7026 (get_references_in_stmt): Likewise.
7027 (print_direction_vector): Likewise.
7028 (print_dir_vectors): Likewise.
7029 (print_dist_vectors): Likewise.
7030 (dump_subscript): Likewise.
7031 (dump_ddrs): Likewise.
7032 (dump_dist_dir_vectors): Likewise.
7033 (dump_data_references): Likewise.
7034 (dump_data_dependence_relation): Likewise.
7035 (dump_data_dependence_direction): Likewise.
7036 (dump_rdg_vertex): Likewise.
7037 (dump_rdg_component): Likewise.
7038 (debug_ddrs): Declare.
7039 (struct data_ref_loc_d): Move ...
7040 * tree-data-ref.c (struct data_ref_loc_d): ... here.
7041 (get_references_in_stmt): Make static.
7042 (dump_data_references): Likewise.
7043 (dump_subscript): Likewise.
7044 (print_direction_vector): Likewise.
7045 (print_dir_vectors): Likewise.
7046 (print_dist_vectors): Likewise.
7047 (dump_data_dependence_relation): Likewise.
7048 (dump_dist_dir_vectors): Likewise.
7049 (dump_ddrs): Likewise.
7050 (dump_rdg_vertex): Likewise.
7051 (dump_rdg_component): Likewise.
7052 (debug_ddrs): New function.
7053 (access_matrix_get_index_for_parameter): Remove.
7054
7055 2012-03-30 Tristan Gingold <gingold@adacore.com>
7056
7057 * config/vms/vms.c (VMS_CRTL_FLOAT32): Rename.
7058 (VMS_CRTL_FLOAT64, VMS_CRTL_FLOAT64_VAXD): New.
7059 (VMS_CRTL_FLOAT128, VMS_CRTL_DPML, VMS_CRTL_NODMPL)
7060 (VMS_CRTL_32ONLY, VMS_CRTL_G_MASK, VMS_CRTL_G_NONE)
7061 (VMS_CRTL_GA, VMS_CRTL_GL, VMS_CRTL_FLOATV2): New.
7062 (vms_patch_builtins): Handle new flags
7063 * config/vms/vms-crtlmap.map: Completed using nm on
7064 c and math system libraries.
7065 * config/vms/make-crtlmap.awk: Handle any number of flags.
7066
7067 2012-03-30 Martin Jambor <mjambor@suse.cz>
7068
7069 * tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there
7070 is a builtin_stack_save in a dominating BB.
7071
7072 2012-03-29 Uros Bizjak <ubizjak@gmail.com>
7073
7074 * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix results
7075 crossing 128bit lane boundary.
7076
7077 2012-03-29 Vladimir Makarov <vmakarov@redhat.com>
7078
7079 * ira-color.c (setup_left_conflict_sizes_p): Process all
7080 conflicting objects.
7081
7082 2012-03-29 Jakub Jelinek <jakub@redhat.com>
7083
7084 PR tree-optimization/52760
7085 * tree-vect-slp.c (vect_get_constant_vectors): Convert constant_p
7086 shift count for {L,R}{SHIFT,ROTATE}_EXPR to TREE_TYPE (vector_type).
7087
7088 2012-03-29 Richard Guenther <rguenther@suse.de>
7089
7090 * cgraph.h (cgraph_materialize_all_clones): Remove.
7091 (reset_inline_failed): Likewise.
7092 * cgraphunit.c (cgraph_materialize_all_clones): Make static.
7093 * cgraphbuild.c (reset_inline_failed): Remove.
7094 * rtl.h (cse_main): Remove.
7095 (extended_count): Likewise.
7096 * cse.c (dump_class): Mark as DEBUG_FUNCTION.
7097 (cse_main): Make static.
7098 * combine.c (extended_count): Remove.
7099 (dump_combine_stats): Mark as DEBUG_FUNCTION.
7100 * basic-block.h (reorder_basic_blocks): Remove.
7101 * bb-reorder.c (reorder_basic_blocks): Make static.
7102 * Makefile.in (dse.o): Remove dse.h dependency.
7103 * dse.h: Remove.
7104 * dse.c (gate_dse): Remove.
7105 (clear_alias_mode_eq): Likewise.
7106 (clear_alias_mode_hash): Likewise.
7107 (dse_record_singleton_alias_set): Likewise.
7108 (dse_invalidate_singleton_alias_set): Likewise.
7109
7110 2012-03-29 H.J. Lu <hongjiu.lu@intel.com>
7111
7112 * config/linux-android.h (ANDROID_STARTFILE_SPEC): Use
7113 crtbegin_so%O%s for -shared.
7114 (ANDROID_ENDFILE_SPEC): Use crtend_so%O%s for -shared.
7115
7116 2012-03-29 Richard Guenther <rguenther@suse.de>
7117
7118 * tree-flow.h (struct pre_expr_d): Remove forward declaration.
7119 (add_to_value): Remove.
7120 (print_value_expressions): Likewise.
7121 * tree-ssa-pre.c (add_to_value): Make static.
7122 (print_value_expressions): Likewise.
7123 * gimple.h (gimple_adjust_this_by_delta): Remove.
7124 * gimple-fold.c (gimple_adjust_this_by_delta): Likewise.
7125
7126 2012-03-29 Richard Guenther <rguenther@suse.de>
7127
7128 PR middle-end/50708
7129 * double-int.h (rshift_double): Remove.
7130 * double-int.c (lshift_double): Use absu_hwi to make count positive.
7131 (rshift_double): Make static, take unsigned count argument,
7132 remove handling of negative count argument.
7133 (double_int_rshift): Dispatch to lshift_double.
7134
7135 2012-03-28 H.J. Lu <hongjiu.lu@intel.com>
7136
7137 * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Add
7138 OPTION_MASK_ABI_64.
7139
7140 * config/i386/gnu-user64.h (SPEC_64): Support TARGET_BI_ARCH == 2.
7141 (SPEC_X32): Likewise.
7142 (MULTILIB_DEFAULTS): Likewise.
7143
7144 * config/i386/i386.c (isa_opts): Remove -m64.
7145 (ix86_target_string): Properly handle -m32/-m64/-mx32.
7146 (ix86_option_override_internal): Properly
7147 set OPTION_MASK_ISA_64BIT and OPTION_MASK_ISA_X32 as well as
7148 handle -m32, -m64 and -mx32.
7149
7150 * config/i386/i386.h (TARGET_X32): Replace OPTION_ISA_X32
7151 with OPTION_ABI_X32. Moved after TARGET_LP64.
7152 (TARGET_LP64): Changed to OPTION_ABI_64.
7153
7154 * config/i386/i386.opt (m64): Replace ISA_64BIT with ABI_64.
7155 (mx32): Replace ISA_X32 with ABI_X32.
7156
7157 2012-03-28 Eric Botcazou <ebotcazou@adacore.com>
7158
7159 * tree.c (tree_size) <VECTOR_CST>: New case.
7160
7161 2012-03-28 Uros Bizjak <ubizjak@gmail.com>
7162
7163 * config/i386/i386.c (ix86_modes_tieable_p): Handle 32bit AVX modes.
7164 (ix86_expand_vector_move_misalign): Remove un-needed gen_lowpart calls.
7165
7166 2012-03-28 Jakub Jelinek <jakub@redhat.com>
7167
7168 PR middle-end/52691
7169 * tree-ssa-ccp.c (optimize_stdarg_builtin): Optimize
7170 __builtin_va_start to __builtin_next_arg if the latter is
7171 builtin_decl_explicit_p rather than when it is not.
7172
7173 PR middle-end/52750
7174 * tree-vect-generic.c (vector_element): Perform multiplication
7175 for pos in bitsizetype type instead of idx type.
7176
7177 2012-03-28 Richard Guenther <rguenther@suse.de>
7178
7179 * loop-init.c (loop_optimizer_init): If loops are preserved
7180 perform incremental initialization of required loop features.
7181 (loop_optimizer_finalize): If loops are to be preserved only
7182 clean up optional loop features.
7183 (rtl_loop_done): Forcefully free loops here.
7184 * cgraph.c (cgraph_release_function_body): Forcefully free loops.
7185 * cfgexpand.c (expand_gimple_cond): Properly add new basic-blocks
7186 to existing loops.
7187 (construct_init_block): Likewise.
7188 (construct_exit_block): Likewise.
7189 (gimple_expand_cfg): Clear LOOP_CLOSED_SSA loop state. Cleanup
7190 the CFG after expanding.
7191 * cfgloop.c (verify_loop_structure): Calculate or verify dominators.
7192 If we needed to calculate them, free them afterwards.
7193 * tree-pass.h (PROP_loops): New define.
7194 * tree-ssa-loop.c (pass_tree_loop_init): Provide PROP_loops.
7195 * basic-block.h (CLEANUP_CFG_CHANGED): New.
7196 * cfgcleanup.c (merge_blocks_move): Protect loop latches.
7197 (cleanup_cfg): If we did something and have loops around, fix them up.
7198 * cse.c (rest_of_handle_cse_after_global_opts): Call cleanup_cfg
7199 with CLEANUP_CFG_CHANGED.
7200 * cfghooks.c (merge_blocks): If we merge a loop header into
7201 its predecessor, update the loop structure.
7202 (duplicate_block): If we copy a loop latch, adjust loop state
7203 to note we may have multiple latches.
7204 (delete_basic_block): Mark loops for fixup if we remove a loop.
7205 * cfganal.c (forwarder_block_p): Protect loop latches, headers
7206 and preheaders.
7207 * cfgrtl.c (rtl_can_merge_blocks): Protect loop latches.
7208 (cfg_layout_can_merge_blocks_p): Likewise.
7209 * cprop.c (bypass_block): If we create a loop with multiple
7210 entries, mark it for removal.
7211 * except.c (emit_to_new_bb_before): Add the new basic-block
7212 to existing loops.
7213 * tree-eh.c (lower_resx): Likewise.
7214 * omp-low.c (finalize_task_copyfn): Do not copy PROP_loops.
7215 (expand_omp_taskreg): Likewise.
7216 * tree-inline.c (initialize_cfun): Likewise.
7217 * tree-mudflap.c (add_bb_to_loop): Prototype.
7218 (mf_build_check_statement_for): Properly add new basic-blocks
7219 to existing loops.
7220 * tree-ssa-threadupdate.c (thread_block): Mark loops for fixup
7221 if we remove a loop.
7222 (thread_through_loop_header): Likewise.
7223 * trans-mem.c (tm_log_emit_save_or_restores): Properly add
7224 new basic-blocks to existing loops.
7225 (expand_transaction): Likewise.
7226 * Makefile.in (except.o): Add $(CFGLOOP_H).
7227 (expr.o): Likewise.
7228 (cgraph.o): Likewise.
7229 (cprop.o): Likewise.
7230 (cfgexpand.o): Likewise.
7231 (cfganal.o): Likewise.
7232 (trans-mem.o): Likewise.
7233 (tree-eh.o): Likewise.
7234
7235 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
7236
7237 PR target/52692
7238 * config/avr/avr.c (TARGET_BUILTIN_DECL): New define.
7239 (avr_builtin_decl): New static function.
7240 (struct avr_builtin_description, avr_bdesc): Move up.
7241 Add GTY marker. Add field fndecl. Remove redundant field id.
7242 (avr_init_builtins): Initialize avr_bdesc[ID].fndecl.
7243 (avr_expand_builtin): Code cleanup because .id is removed.
7244
7245 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
7246
7247 PR target/52737
7248 * config.gcc (tm_file): Remove avr/multilib.h.
7249
7250 * doc/invoke.texi (AVR Options): Adjust documentation of -mtiny-stack.
7251
7252 * config/avr/genmultilib.awk: Remove code to generate multilib.h.
7253 (BEGIN): Use -msp8 as multilib option instead of -mtiny-stack.
7254 * config/avr/t-avr: Remove generation of multilib.h.
7255 * config/avr/t-multilib: Regenerate.
7256 * config/avr/multilib.h: Remove.
7257 * config/avr/avr.opt (-msp8): New option.
7258 (avr_sp8): New variable.
7259 * config/avr/driver-avr.c (avr_device_to_sp8): New function.
7260 * config/avr/avr.h (AVR_HAVE_SPH): New define.
7261 (AVR_HAVE_8BIT_SP): Also set by avr_sp8 i.e. -msp8.
7262 (avr_device_to_sp8): New prototype.
7263 (EXTRA_SPEC_FUNCTIONS): Add { "device_to_sp8", avr_device_to_sp8 }
7264 (DRIVER_SELF_SPECS): New define.
7265 * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in defines:
7266 __AVR_SP8__, __AVR_HAVE_SPH__.
7267 * config/avr/avr.c (output_movhi): Use AVR_HAVE_SPH instead of
7268 AVR_HAVE_8BIT_SP to decide if SP_H is present.
7269 (avr_file_start): Ditto.
7270
7271 2012-03-28 Jakub Jelinek <jakub@redhat.com>
7272
7273 PR target/52736
7274 * config/i386/sse.md (sse2_loadlpd splitter): Use offset 0
7275 instead of 8 in adjust_address.
7276
7277 2012-03-27 Aurelien Buhrig <aurelien.buhrig.gcc@gmail.com>
7278
7279 PR middle-end/51893
7280 * expmed.c (store_bit_field_1): Fix wordnum value for big-endian
7281 targets.
7282
7283 2012-03-27 Oleg Endo <olegendo@gcc.gnu.org>
7284
7285 PR target/50751
7286 * config/sh/sh.c (sh_legitimize_address, sh_legitimize_reload_address):
7287 Rearrange conditional logic. Move displacement address calculations
7288 to ...
7289 (sh_find_mov_disp_adjust): ... this new function.
7290
7291 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
7292
7293 * config/arm/arm.opt (mapcs): Remove MaskExists.
7294 * config/cris/linux.opt (mno-gotplt): Likewise.
7295 * config/i386/i386.opt (mhard-float): Likewise.
7296 (msse4): Likewise.
7297 (mno-sse4): Likewise.
7298 * config/m68k/m68k.opt (mhard-float): Likewise.
7299 * config/mep/mep.op (mcop32): Likewise.
7300 * config/pa/pa-hpux.opt (msio): Likewise.
7301 * config/pa/pa64-hpux.opt (mgnu-ld): Likewise.
7302 * config/picochip/picochip.opt (mlittle): Likewise.
7303 * config/sh/sh.opt (mrenesas): Likewise.
7304 * config/sparc/long-double-switch.opt (mlong-double-128): Likewise.
7305 * config/sparc/sparc.opt (mhard-float): Likewise.
7306 * config/v850/v850.opt (mv850es): Likewise.
7307 * config/vax/vax.opt (mg-float): Likewise.
7308
7309 2012-03-27 Martin Jambor <mjambor@suse.cz>
7310
7311 PR middle-end/52693
7312 * tree-sra.c (sra_modify_assign): Do not call
7313 load_assign_lhs_subreplacements when working with an unscalarizable
7314 region.
7315
7316 2012-03-27 Uros Bizjak <ubizjak@gmail.com>
7317
7318 PR target/52698
7319 * config/i386/i386-protos.h (ix86_legitimize_reload_address):
7320 New prototype.
7321 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): New define.
7322 * config/i386/i386.c: Include reload.h.
7323 (ix86_legitimize_reload_address): New function.
7324
7325 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
7326
7327 * opth-gen.awk: Allocated a bit for Mask and InverseMask if it
7328 hasn't been allocated. Define a target macro for Mask and
7329 InverseMask if it hasn't been defined. Remove MaskExists handling.
7330
7331 * doc/options.texi: Remove MaskExists.
7332
7333 2012-03-27 Chung-Lin Tang <cltang@codesourcery.com>
7334
7335 PR target/52667
7336 * config/sh/sh.c (find_barrier): Add equality check of last_got
7337 to avoid going above orig insn. Update comments.
7338
7339 2012-03-27 Richard Guenther <rguenther@suse.de>
7340
7341 PR middle-end/52720
7342 * fold-const.c (try_move_mult_to_index): Handle &x.array more
7343 explicitely.
7344
7345 2012-03-27 Eric Botcazou <ebotcazou@adacore.com>
7346
7347 * expmed.c (store_bit_field): Assert that BITREGION_START is a multiple
7348 of a unit before computing the offset in units.
7349 * expr.c (get_bit_range): Return the null range if the enclosing record
7350 is part of a larger bit field.
7351
7352 2012-03-27 Tristan Gingold <gingold@adacore.com>
7353
7354 * config/ia64/vms.h (CASE_VECTOR_MODE): Define.
7355 * config/ia64/ia64.md: Remove mode in template.
7356 Sign extend operand in expand_simple_binop.
7357 * config/ia64/ia64.h (ASM_OUTPUT_ADDR_DIFF_ELT): Use
7358 CASE_VECTOR_MODE instead of TARGET_ILP32.
7359 (ADDR_VEC_ALIGN): Make it depends on CASE_VECTOR_MODE.
7360
7361 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
7362
7363 * varasm.c (assemble_external): #if 0 out the new assert from the
7364 previous commit, it breaks the Java and Go front ends.
7365
7366 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
7367
7368 * toplev.c (check_global_declaration_1): Do not call assemble_external.
7369 * expr.c (emit_block_move_libcall_fn): Likewise.
7370 (clear_storage_libcall_fn): Likewise.
7371 (expand_expr_addr_expr_1): Likewise.
7372 (expand_expr_real_1): Likewise.
7373 * calls.c (rtx_for_function_call): Likewise.
7374
7375 * varasm.c (assemble_external): Assert this function is only called
7376 during or after expanding to RTL.
7377
7378 2012-03-26 Martin Jambor <mjambor@suse.cz>
7379
7380 PR tree-optimization/50052
7381 * tree-sra.c (tree_non_aligned_mem_p): Removed.
7382 (tree_non_aligned_mem_for_access_p): Likewise.
7383 (build_accesses_from_assign): Removed strict alignment requirements
7384 checks.
7385 (access_precludes_ipa_sra_p): Likewise.
7386
7387 2012-03-26 Richard Guenther <rguenther@suse.de>
7388
7389 PR tree-optimization/52701
7390 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Always
7391 compute and set the evolution part of PHI nodes.
7392
7393 2012-03-26 Richard Guenther <rguenther@suse.de>
7394
7395 PR tree-optimization/52721
7396 * tree-vect-stmts.c (vect_init_vector): Handle scalars.
7397
7398 2012-03-26 Ulrich Weigand <ulrich.weigand@linaro.org>
7399
7400 PR tree-optimization/52686
7401 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
7402 WIDEN_LSHIFT_EXPR.
7403
7404 2012-03-26 Tristan Gingold <gingold@adacore.com>
7405
7406 * config/alpha/vms.h (LINK_SPEC): Simplify.
7407 (STARTFILE_SPEC): Remove -mvms-return-codes handling.
7408 (NAME__MAIN, SYMBOL__MAIN): Remove.
7409 (VMS_DEBUG_MAIN_POINTER): Remove.
7410 * config/ia64/vms.h: Likewise.
7411 * config/alpha/alpha.c (alpha_start_function): Move vms_debug_main
7412 code to vms.c. Call vms_start_function.
7413 * config/ia64/ia64.c (ia64_start_function): Likewise.
7414 * config/vms/vms-protos.h (vms_start_function): Declare.
7415 * config/vms/vms.c (vms_start_function): New function.
7416 * config/vms/vms.h (MATH_LIBRARY): Define.
7417 (VMS_DEBUG_MAIN_POINTER): Define.
7418
7419 2012-03-26 Eric Botcazou <ebotcazou@adacore.com>
7420
7421 PR rtl-optimization/52629
7422 * reload1.c (count_pseudo): Short-circuit common case.
7423 (count_spilled_pseudo): Return early for pseudos without hard regs.
7424 Assert that the pseudo has got a hard reg before manipulating it.
7425
7426 2012-03-24 Jan Hubicka <jh@suse.cz>
7427
7428 PR lto/51663
7429 * varpool.c (varpool_finalize_decl): Handle toplevel_reorder here.
7430 (decide_is_variable_needed): Do not handle toplevel reorder here.
7431 * cgraph.h (varpool_can_remove_if_no_refs): Likewise.
7432 * ipa.c (cgraph_remove_unreachable_nodes): Remove unreachable vars
7433 even at -O0.
7434
7435 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
7436
7437 * expr.c (optimize_bitfield_assignment_op) <BIT_IOR_EXPR>: Use str_mode
7438 and str_bitsize instead of more convoluted expressions.
7439
7440 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
7441
7442 PR target/52610
7443 * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=leon.
7444
7445 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
7446
7447 PR target/52656
7448 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Fix pasto.
7449
7450 2012-03-23 Martin Jambor <mjambor@suse.cz>
7451
7452 * tree-sra.c (build_accesses_from_assign): Remove FIXME comment.
7453
7454 2012-03-23 Richard Guenther <rguenther@suse.de>
7455
7456 PR tree-optimization/52678
7457 * tree-vectorizer.h (struct _stmt_vec_info): Add
7458 loop_phi_evolution_part member.
7459 (STMT_VINFO_LOOP_PHI_EVOLUTION_PART): New define.
7460 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Initialize
7461 STMT_VINFO_LOOP_PHI_EVOLUTION_PART.
7462 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
7463 Use the cached evolution part and the PHI nodes value from
7464 the loop preheader edge instead of re-analyzing the evolution.
7465
7466 2012-03-22 Maxim Kuvyrkov <maxim@codesourcery.com>
7467
7468 * config/mips/mips-tables.opt: Update.
7469 * config/mips/mips.md (processor): Add xlp.
7470 * config/mips/mips-cpus.def: Add xlp.
7471 * config/mips/mips.c (mips_rtx_cost_data): Add costs for XLP, copy from
7472 5KF for now.
7473 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle xlp.
7474 * doc/invoke.texi: Mention XLP.
7475
7476 2012-03-22 Jakub Jelinek <jakub@redhat.com>
7477
7478 PR middle-end/52547
7479 * tree-nested.c (convert_tramp_reference_stmt): Call declare_vars
7480 on any new_local_var_chain vars declared during recursing on
7481 GIMPLE_OMP_PARALLEL or GIMPLE_OMP_TASK body.
7482
7483 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
7484
7485 * config/alpha/alpha.h (ASM_OUTPUT_ALIGN): Move to config/alpha/elf.h
7486 (ASM_OUTPUT_SKIP): Move to config/alpha/vms.h
7487 (ASM_OUTPUT_LOCAL): Ditto.
7488 (ASM_OUTPUT_COMMON): Remove.
7489 * config/alpha/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Use ASM_OUTPUT_DEF.
7490 * config/alpha/vms.h (ASM_OUTPUT_ALIGN): Do not undefine before define.
7491
7492 2012-03-22 Jan Hubicka <jh@suse.cz>
7493
7494 PR middle-end/51737
7495 * cgraph.c (cgraph_remove_node_and_inline_clones): Add FORBIDDEN_NODE
7496 parameter.
7497 * cgraph.h (cgraph_remove_node_and_inline_clones): Update prototype.
7498 * ipa-inline-transform.c (save_inline_function_body): Remove
7499 copied clone if needed.
7500 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Update.
7501
7502 2012-03-22 Richard Guenther <rguenther@suse.de>
7503
7504 PR middle-end/52666
7505 * fold-const.c (fold_ternary_loc): Fix typo.
7506
7507 2012-03-22 Georg-Johann Lay <avr@gjlay.de>
7508
7509 PR target/52496
7510 * config/avr/avr.md (unspec): Remove UNSPEC_MEMORY_BARRIER.
7511 (unspecv): Add UNSPECV_MEMORY_BARRIER.
7512 (cli_sei): Use unspec_volatile instead of unspec for memory barrier.
7513 (delay_cycles_1, delay_cycles_2): Ditto.
7514 (delay_cycles_3, delay_cycles_4): Ditto.
7515 (nopv, *nopv): Ditto.
7516 (sleep, *sleep): Ditto.
7517 (wdr, *wdr): Ditto.
7518
7519 2012-03-22 Richard Guenther <rguenther@suse.de>
7520
7521 PR tree-optimization/52548
7522 * tree-ssa-pre.c (valid_in_sets): Remove handling of invalidation
7523 because of clobbers.
7524 (prune_clobbered_mems): New function.
7525 (compute_antic_aux): Use it to prune ANTIC_OUT.
7526 (compute_partial_antic_aux): Use it to prune PA_IN.
7527 (compute_avail): Only insert expressions into EXP_GEN that are not
7528 invalidated when translated up to the beginning of the block.
7529
7530 2012-03-22 Richard Guenther <rguenther@suse.de>
7531
7532 PR tree-optimization/52638
7533 * tree-vect-stmts.c (vect_init_vector_1): New function, split
7534 out from ...
7535 (vect_init_vector): ... here. Handle scalar vector inits.
7536 (vect_get_vec_def_for_operand): Adjust.
7537 (vectorizable_load): Likewise.
7538
7539 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
7540
7541 * config.gcc (alpha*-*-linux*): Add elfos.h to tm_file.
7542 (alpha*-*-freebsd*): Ditto.
7543 (alpha*-*-netbsd*): Ditto.
7544 (alpha*-*-openbsd*): Ditto.
7545 * config/alpha/elf.h (OBJECT_FORMAT_ELF): Remove.
7546 (DWARF2_DEBUGGING_INFO): Remove.
7547 (PREFERRED_DEBUGGING_TYPE): Remove.
7548 (ASM_FINAL_SPEC): Remove.
7549 (IDENT_ASM_OP): Remove.
7550 (ASM_OUTPUT_IDENT): Remove.
7551 (SKIP_ASM_OP): Remove.
7552 (ASM_OUTPUT_SKIP): Remove.
7553 (ALIGN_ASM_OP): Remove.
7554 (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
7555 (ASM_OUTPUT_CASE_LABEL): Remove.
7556 (ASM_OUTPUT_EXTERNAL_LIBCALL): Remove.
7557 (COMMON_ASM_OP): Remove.
7558 (ASM_OUTPUT_ALIGNED_COMMON): Remove.
7559 (ASCII_DATA_ASM_OP): Remove.
7560 (READONLY_DATA_SECTION_ASM_OP): Remove.
7561 (INIT_SECTION_ASM_OP): Remove.
7562 (FINI_SECTION_ASM_OP): Remove.
7563 (ASM_SECTION_START_OP): Remove.
7564 (ASM_OUTPUT_SECTION_START_FILE): Remove.
7565 (TARGET_ASM_NAMED_SECTION): Remove.
7566 (TARGET_ASM_SELECT_SECTION): Remove.
7567 (MAKE_DECL_ONE_ONLY): Remove.
7568 (TYPE_ASM_OP): Remove.
7569 (SIZE_ASM_OP): Remove.
7570 (ASM_WEAKEN_LABEL): Remove.
7571 (TYPE_OPERAND_FMT): Remove.
7572 (ASM_DECLARE_RESULT): Remove.
7573 (ASM_DECLARE_OBJECT_NAME): Remove.
7574 (ASM_FINISH_DECLARE_OBJECT): Remove.
7575 (ELF_ASCII_ESCAPES): Remove.
7576 (ELF_STRING_LIMIT): Remove.
7577 (STRING_ASM_OP): Remove.
7578 (ASM_OUTPUT_EXTERNAL): Remove.
7579 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Redefine to false.
7580 * config/alpha/alpha.h (PCC_BITFIELD_TYPE_MATTERS): Undefine
7581 before define.
7582 (ASM_DECLARE_FUNCTION_NAME): Ditto.
7583 (ASM_DECLARE_FUNCTION_SIZE): Ditto.
7584 (ASM_GENERATE_INTERNAL_LABEL): Ditto.
7585 (ASM_OUTPUT_SKIP): Ditto.
7586 (READONLY_DATA_SECTION_ASM_OP): Remove.
7587 (USER_LABEL_PREFIX): Remove.
7588 (ASM_OUTPUT_ASCII): Remove.
7589 (ASM_OUTPUT_CASE_LABEL): Remove.
7590 (NO_DOLLAR_IN_LABEL): Undefine.
7591
7592 2012-03-22 Richard Guenther <rguenther@suse.de>
7593
7594 PR tree-optimization/52459
7595 * tree-ssa-pre.c (inhibit_phi_insertion): Do not inhibit
7596 PHI insertion for calls.
7597
7598 2012-03-21 Steven Bosscher <steven@gcc.gnu.org>
7599
7600 * cse.c (invalidate_from_sets_and_clobbers, try_back_substitute_reg,
7601 find_sets_in_insn, canonicalize_insn): Split out from ...
7602 (cse_insn): ... here.
7603 (invalidate_from_clobbers): Take an insn instead of the pattern.
7604
7605 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
7606
7607 PR target/52479
7608 * config/sh/sh-protos.h (sh_fsca_df2int): Remove.
7609 * config/sh/sh.c (sh_fsca_df2int_rtx, sh_fsca_df2int): Remove.
7610 * config/sh/sh.md (sindf2, cosdf2): Remove.
7611
7612 2012-03-21 Kaz Kojima <kkojima@gcc.gnu.org>
7613
7614 PR target/52642
7615 * config/sh/sh.c (sh_expand_prologue): Emit blockage at the end of
7616 prologue for unwinder and profiler.
7617
7618 2012-03-21 Andreas Tobler <andreast@fgznet.ch>
7619
7620 * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
7621 Introduce emul_name to select the right linker emulation for
7622 powerpc64-*-freebsd*.
7623 * configure: Regenerate.
7624 * config.gcc: Add bits to support powerpc64-*-freebsd*.
7625 * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
7626 * config/rs6000/freebsd64.h: New file.
7627 * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
7628 POWERPC_FREEBSD.
7629 (rs6000_savres_strategy): Likewise.
7630 (rs6000_savres_routine_name): Likewise.
7631 (rs6000_elf_file_end): Likewise.
7632 * config/rs6000/t-freebsd64: New file.
7633 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
7634 rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.
7635
7636 * config/rs6000/freebsd64.h: Remove duplicated entries from last
7637 commit.
7638 * config/rs6000/t-freebsd64: Likewise.
7639
7640 2012-03-21 Georg-Johann Lay <avr@gjlay.de>
7641
7642 PR rtl-optimization/52543
7643 PR target/52461
7644 * config/avr/avr-protos.h (avr_load_lpm): New prototype.
7645 * config/avr/avr.c (avr_mode_dependent_address_p): New function.
7646 (TARGET_MODE_DEPENDENT_ADDRESS_P): New define.
7647 (avr_load_libgcc_p): Restrict to __flash loads.
7648 (avr_out_lpm): Only handle 1-byte loads from __flash.
7649 (avr_load_lpm): New function.
7650 (avr_find_unused_d_reg): Remove.
7651 (avr_out_lpm_no_lpmx): Remove.
7652 (adjust_insn_length): Handle ADJUST_LEN_LOAD_LPM.
7653 * config/avr/avr.md (unspec): Add UNSPEC_LPM.
7654 (load_<mode>_libgcc): Use UNSPEC_LPM instead of MEM.
7655 (load_<mode>, load_<mode>_clobber): New insns.
7656 (mov<mode>): For multi-byte move from non-generic
7657 16-bit address spaces: Expand to load_<mode> resp.
7658 load_<mode>_clobber.
7659 (load<mode>_libgcc): Remove expander.
7660 (split-lpmx): Remove split.
7661
7662 2012-03-21 Richard Earnshaw <rearnsha@arm.com>
7663
7664 * neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart.
7665 * config/arm/neon.ml (Fixed_return_reg): Renamed to fixed_vector_reg.
7666 All callers changed.
7667 (Fixed_core_reg): New feature.
7668 (Vget_lane [sizes S64 and U64]): Add Fixed_core_reg. Allow fmrrd in
7669 disassembly.
7670 * neon-testgen.ml: Handle Fixed_core_reg.
7671
7672 2012-03-21 Andrew Stubbs <ams@codesourcery.com>
7673
7674 * config/arm/arm.c (thumb2_reorg): Add complete support
7675 for 16-bit instructions.
7676 * config/arm/thumb2.md: Delete obsolete flag-clobbering peepholes.
7677
7678 2012-03-21 Richard Guenther <rguenther@suse.de>
7679
7680 PR tree-optimizer/52636
7681 * tree-vect-slp.c (vect_get_constant_vectors): Convert constants
7682 to the appropriate type.
7683
7684 2012-03-21 Richard Guenther <rguenther@suse.de>
7685
7686 * Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H)
7687 dependencies.
7688 * cfgexpand.c (gimple_expand_cfg): Fold in pass_init_function,
7689 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
7690 * passes.c (init_optimization_passes): Remove pass_init_function,
7691 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
7692 * tree-pass.h (pass_init_function): Remove.
7693 (pass_jump): Remove.
7694 (pass_initial_value_sets): Remove.
7695 (pass_unshare_all_rtl): Remove.
7696 * integrate.c (pass_initial_value_sets): Remove.
7697 * emit-rtl.c (pass_unshare_all_rtl): Remove.
7698 * tree.h (init_function_for_compilation): Remove.
7699 * function.c (init_function_for_compilation): Remove.
7700 (pass_init_function): Remove.
7701 * cfgcleanup.c (rest_of_handle_jump): Remove.
7702 (pass_jump): Remove.
7703
7704 2012-03-20 Jason Merrill <jason@redhat.com>
7705
7706 * tree-streamer-in.c (streamer_alloc_tree): Call
7707 ggc_alloc_zone_cleared_tree_node instead of
7708 ggc_alloc_zone_cleared_tree_node_stat.
7709
7710 2012-03-20 Jonathan Wakely <jwakely.gcc@gmail.com>
7711
7712 * doc/extend.texi (Template Instantiation): Remove anachronisms.
7713
7714 2012-03-20 Jakub Jelinek <jakub@redhat.com>
7715
7716 PR target/52607
7717 * config/i386/i386.c (expand_vec_perm_vperm2f128): New function.
7718 (ix86_expand_vec_perm_const_1): Call it.
7719
7720 * config/i386/i386.c (vselect_insn): New variable.
7721 (init_vselect_insn): New function.
7722 (expand_vselect, expand_vselect_insn): Add testing_p argument.
7723 Call init_vselect_insn if vselect_insn is NULL. Adjust
7724 PATTERN (vselect_insn), instead of creating a new insn each time,
7725 only emit a copy of it if not testing and recog has been successful.
7726 (expand_vec_perm_pshufb, expand_vec_perm_1,
7727 expand_vec_perm_pshuflw_pshufhw, expand_vec_perm_broadcast_1): Adjust
7728 callers.
7729
7730 PR target/52607
7731 * config/i386/i386.md ("isa" attribute): Add avx2 and noavx2.
7732 ("enabled" attribute): Handle avx2 and noavx2 isas.
7733 * config/i386/sse.md (avx2_vec_dupv8sf_1, avx2_pbroadcast<mode>_1):
7734 New insns.
7735 (vec_dup<mode>): Add avx2 =x,x alternative.
7736 (vec_dup<mode> splitter): Don't split if TARGET_AVX2.
7737 (*avx_vperm_broadcast_<mode>): Don't split V4DFmode if TARGET_AVX2.
7738 For TARGET_AVX2, V8SFmode and elt == 0 split into vbroadcastss.
7739 * config/i386/i386.c (expand_vec_perm_pshufb): Emit also vpermps
7740 for V8SFmode.
7741 (expand_vec_perm_1): For broadcasts, use avx2_pbroadcast<mode>_1
7742 if possible, handle also V8SFmode.
7743
7744 2012-03-20 Richard Earnshaw <rearnsha@arm.com>
7745
7746 * arm/predicates.md (zero_operand, reg_or_zero_operand): New predicates.
7747 * arm/neon.md (neon_vceq<mode>, neon_vcge<mode>): Use
7748 reg_or_zero_operand predicate.
7749 (neon_vcle<mode>, neon_vclt<mode>): Use zero_operand predicate.
7750
7751 2012-03-20 Jakub Jelinek <jakub@redhat.com>
7752
7753 * config/i386/i386.c (ix86_decompose_address) <case ZERO_EXTEND>:
7754 If operand isn't UNSPEC, return 0.
7755
7756 2012-03-20 Richard Guenther <rguenther@suse.de>
7757
7758 * tree-pass.h (pass_rtl_eh): Remove.
7759 * except.c (gate_handle_eh): Likewise.
7760 (rest_of_handle_eh): Likewise.
7761 (pass_rtl_eh): Likewise.
7762 (finish_eh_generation): Export.
7763 * except.h (finish_eh_generation): Declare.
7764 * passes.c (init_optimization_passes): Remove pass_rtl_eh.
7765 * cfgexpand.c (gimple_expand_cfg): Call finish_eh_generation
7766 after expanding stack alignment. Instead of compacting blocks
7767 call cleanup_cfg.
7768
7769 2012-03-20 Richard Guenther <rguenther@suse.de>
7770
7771 * stor-layout.c (finish_bitfield_representative): Fallback
7772 to conservative maximum size if the padding up to the next
7773 field cannot be computed as a constant.
7774 (finish_bitfield_layout): If we cannot compute the distance
7775 between the start of the bitfield representative and the
7776 bitfield member start a new representative.
7777 * expr.c (get_bit_range): The distance between the start of
7778 the bitfield representative and the bitfield member is zero
7779 if the field offsets are not constants.
7780
7781 2012-03-20 Tristan Gingold <gingold@adacore.com>
7782
7783 * tree.h (enum size_type_kind): Add stk_ prefix to constants,
7784 convert in lowercase.
7785 (sizetype_tab, sizetype, bitsizetype, ssizetype, sbitsizetype)
7786 (size_int, ssize_int, bitsize_int, sbitsize_int): Adjust.
7787 * stor-layout.c (sizetype_tab): Adjust.
7788 (initialize_sizetypes): Use SIZETYPE instead of SIZE_TYPE.
7789 * tree-streamer.c (preload_common_nodes): Use stk_type_kind_last
7790 instead of type_kind_last.
7791 * tree-scalar-evolution.c (interpret_rhs_expr): Use size_int
7792 instead of size_int_kind.
7793 * doc/tm.texi.in (Type Layout): Document SIZETYPE.
7794 * doc/tm.texi: Regenerate.
7795 * defaults.h (SIZETYPE): Provide a default value.
7796 * config/vms/vms.h (SIZE_TYPE): Define as "unsigned int".
7797 (SIZETYPE): Define.
7798
7799 2012-03-20 Oleg Endo <olegendo@gcc.gnu.org>
7800
7801 * config/sh/sh.md: Use braced string notation where applicable.
7802
7803 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
7804
7805 * config/i386/i386.md (allocate_stack): Simplify.
7806
7807 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
7808
7809 * builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of
7810 copy_to_mode_reg (Pmode, ...).
7811 (expand_builtin_frame_address): Ditto.
7812 * expr.c (emit_block_move_via_libcall): Ditto.
7813 (set_storage_via_libcall): Ditto.
7814
7815 * config/i386/i386.c (ix86_expand_movmem): Ditto.
7816 (ix86_expand_setmem): Ditto.
7817 (ix86_trampoline_init): DItto.
7818 * config/i386/i386.md (cmpstrnsi): Ditto.
7819
7820 2012-03-19 Sandra Loosemore <sandra@codesourcery.com>
7821
7822 * config/sh/sh.opt (madjust-unroll): Mark as ignored/obsolete.
7823 * config/sh/sh.h (TARGET_OPT_DEFAULT): Don't use MASK_ADJUST_UNROLL.
7824 * doc/invoke.texi (Option Summary): Remove -madjust-unroll.
7825 (SH Options): Likewise.
7826
7827 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
7828
7829 * config/i386/i386.c (get_thread_pointer): Add tp_mode argument.
7830 Generate ZERO_EXTEND in place if GET_MODE (tp) != tp_mode.
7831 (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>: Always generate
7832 DImode UNSPEC_GOTNTPOFF references on TARGET_64BIT.
7833 (ix86_decompose_address): Allow zero extended UNSPEC_TP references.
7834
7835 Revert:
7836 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
7837
7838 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
7839 * config/i386/i386.c (ix86_decompose_address): Use
7840 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
7841 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
7842 thread pointer to a register.
7843
7844 Revert:
7845 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
7846
7847 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
7848 if Pmode != word_mode.
7849 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
7850 Pmode == SImode for TARGET_X32.
7851
7852 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
7853 (tls_initial_exec_x32): Likewise.
7854
7855 2012-03-19 Oleg Endo <olegendo@gcc.gnu.org>
7856
7857 PR target/50751
7858 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12, DISP_ADDR_P,
7859 DISP_ADDR_OFFSET): New macros.
7860 * config/sh/sh.c (sh_address_cost): Add SH2A special case.
7861 (sh_legitimate_index_p): Allow QImode displacements for non-SH2A.
7862 (sh_legitimize_address): Add QImode displacement handling.
7863 (sh_cannot_change_mode_class): Disallow GENERAL_REGS for SFmode
7864 vector subregs.
7865 (sh_secondary_reload): Add QImode displacement handling.
7866 * config/sh/predicates.md (movsrc_no_disp_mem_operand): New predicate.
7867 * config/sh/constraints.md (K04, Snd, Sdd): New constraints.
7868 * config/sh/sh.md (extendqisi2): Remove constraints from expander.
7869 (*extendqisi2_compact): Rename to *extendqisi2_compact_reg, restrict
7870 to register operands only.
7871 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New insns.
7872 (extendqihi2): Change insn to expander.
7873 (*extendqihi2_compact_reg): New insn.
7874 (movqi_i, movqi): Replace with ...
7875 (movqi, *movqi_reg_reg, *movqi_store_mem_disp12,
7876 *movqi_load_mem_disp, *movqi_load_mem_disp): ... these.
7877 Add new peepholes for QImode displacement addressing.
7878
7879 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
7880
7881 PR c++/14710
7882 * doc/invoke.texi: Document -Wuseless-cast.
7883
7884 2012-03-19 Eric Botcazou <ebotcazou@adacore.com>
7885
7886 * tree.def (REALPART_EXPR, IMAGPART_EXPR, VIEW_CONVERT_EXPR): Move.
7887 * tree.h (handled_component_p): Reorder cases.
7888 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref): Do
7889 not initialize unsignedp.
7890 (loc_list_from_tree): Likewise.
7891 (fortran_common): Likewise.
7892 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
7893
7894 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
7895
7896 * config/i386/i386.c (ix86_expand_prologue) <CM_LARGE_PIC>: Use Pmode
7897 mode consistently. Use ix86_gen_add3. Assert that Pmode == DImode.
7898 (ix86_expand_split_stack_prologue): Use ix86_gen_add3.
7899 (ix86_split_long_move): Ditto.
7900 (legitimize_tls_address): Use ix86_gen_sub3.
7901 (construct_plt_address): Assert that Pmode == DImode.
7902
7903 2012-03-18 Uros Bizjak <ubizjak@gmail.com>
7904
7905 * config/i386/i386.md: Remove empty predicates and/or constraints.
7906 * config/i386/sync.md: Ditto.
7907 * config/i386/sse.md: Ditto.
7908 * config/i386/mmx.md: Ditto.
7909 * config/i386/pentium.md: Ditto.
7910 * config/i386/athlon.md: Ditto.
7911
7912 2012-03-16 Richard Guenther <rguenther@suse.de>
7913
7914 PR tree-optimization/52603
7915 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Clarify
7916 comment.
7917
7918 Revert
7919 2012-03-14 Richard Guenther <rguenther@suse.de>
7920
7921 PR tree-optimization/52571
7922 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
7923 flag_section_anchors check ...
7924 (vect_can_force_dr_alignment_p): ... here.
7925
7926 2012-03-16 Martin Jambor <mjambor@suse.cz>
7927
7928 * expr.c (expand_expr_real_1): Handle misaligned scalar reads from
7929 memory through MEM_REFs by calling extract_bit_field.
7930
7931 2012-03-16 Richard Guenther <rguenther@suse.de>
7932
7933 * fold-const.c (native_interpret_expr): Also support POINTER_TYPE
7934 and REFERENCE_TYPE interpretations.
7935 (can_native_interpret_type_p): New function.
7936 (fold_ternary_loc): Use native encode/interpret to fold
7937 BIT_FIELD_REFs of constants.
7938
7939 2012-03-16 Richard Guenther <rguenther@suse.de>
7940
7941 PR middle-end/52584
7942 * fold-const.c (fold_ternary_loc): Fold vector typed BIT_FIELD_REFs
7943 of vector constants and constructors.
7944
7945 2012-03-16 Richard Guenther <rguenther@suse.de>
7946
7947 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
7948 VIEW_CONVERT_EXPR to convert constants.
7949 (vect_is_simple_use): Treat all constants as vec_constant_def.
7950
7951 2012-03-16 Richard Guenther <rguenther@suse.de>
7952 Kai Tietz <ktietz@redhat.com>
7953
7954 PR middle-end/48814
7955 * gimplify.c (gimplify_self_mod_expr): Evaluate postfix
7956 side-effects completely in the pre-queue and use a temporary
7957 for the result.
7958
7959 2012-03-16 Richard Guenther <rguenther@suse.de>
7960
7961 * stor-layout.c (finish_bitfield_representative): Fall back
7962 to the conservative maximum size if we cannot compute the
7963 size of the tail padding.
7964
7965 2012-03-16 Tristan Gingold <gingold@adacore.com>
7966
7967 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
7968 __CRTL_VER and __VMS_VER.
7969 * config/vms/vms-protos.h: Declare vms_c_get_crtl_ver
7970 and vms_c_get_vms_ver.
7971 * config/vms/vms-c.c (vms_c_get_crtl_ver, vms_c_get_vms_ver): New
7972 functions.
7973 * config/alpha/vms.h (VMS_DEFAULT_CRTL_VER)
7974 (VMS_DEFAULT_VMS_VER): Define.
7975 * config/ia64/vms.h (VMS_DEFAULT_CRTL_VER)
7976 (VMS_DEFAULT_VMS_VER): Define.
7977
7978 2012-03-16 Richard Guenther <rguenther@suse.de>
7979
7980 * tree-vect-loop.c (get_initial_def_for_induction): Use
7981 build_constructor directly.
7982 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
7983 build_vector_from_val.
7984 * tree.c (build_vector_from_val): Avoid creating a constructor
7985 first when we want a constant vector.
7986
7987 2012-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7988
7989 * doc/install.texi (Specific, *-*-solaris2*): Improve wording.
7990
7991 2012-03-16 Richard Guenther <rguenther@suse.de>
7992
7993 * tree.h (TREE_VECTOR_CST_ELTS): Remove.
7994 (VECTOR_CST_NELTS, VECTOR_CST_ELTS, VECTOR_CST_ELT): New defines.
7995 (struct tree_vector): Remove elements member, add variable size
7996 elts array member.
7997 (build_vector_stat): Declare.
7998 (build_vector): Define in terms of build_vector_stat.
7999 * tree.c (build_vector): Rename to ...
8000 (build_vector_stat): ... this. Take array of trees as parameter.
8001 (build_vector_from_ctor): Adjust.
8002 (integer_zerop, integer_onep, integer_all_onesp, iterative_hash_expr,
8003 initializer_zerop): Adjust.
8004 * cfgexpand.c (expand_debug_expr): Likewise.
8005 * expr.c (categorize_ctor_elements_1, expand_expr_real_1,
8006 const_vector_from_tree): Likewise.
8007 * fold-const.c (const_binop, operand_equal_p, native_encode_vector,
8008 native_interpret_vector, fold_unary_loc, vec_cst_ctor_to_array,
8009 fold_vec_perm, fold_binary_loc, fold_ternary_loc): Likewise.
8010 * tree-streamer-in.c (streamer_alloc_tree): Handle TS_VECTOR.
8011 (lto_input_ts_vector_tree_pointers): Adjust.
8012 * tree-streamer-out.c (streamer_write_tree_header): Handle TS_VECTOR.
8013 (write_ts_vector_tree_pointers): Adjust.
8014 * varasm.c (const_hash_1, compare_constant, copy_constant,
8015 output_constant): Adjust.
8016 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Adjust.
8017 * print-tree.c (print_node): Adjust.
8018 * tree-pretty-print.c (dump_generic_node): Adjust.
8019 * tree-vect-generic.c (uniform_vector_p, vector_element,
8020 lower_vec_perm): Adjust.
8021 * tree-vect-loop.c (get_initial_def_for_reduction): Adjust.
8022 * tree-vect-slp.c (vect_get_constant_vectors,
8023 vect_transform_slp_perm_load): Adjust.
8024 * tree-vect-stmts.c (vect_gen_perm_mask): Adjust.
8025 * expmed.c (make_tree): Adjust.
8026 * config/i386/i386.c (ix86_expand_builtin): Adjust.
8027 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Adjust interface
8028 and implementation.
8029 (sparc_fold_builtin): Adjust.
8030
8031 2012-03-16 Tristan Gingold <gingold@adacore.com>
8032
8033 * config.gcc (*-*-*vms*): Define use_gcc_stdint and tm_file.
8034 * config/vms/vms-stdint.h: New file.
8035
8036 2012-03-16 Tristan Gingold <gingold@adacore.com>
8037
8038 * config.host (alpha64-dec-*vms*, alpha*-dec-*vms*)
8039 (ia64-hp-*vms*): Replaced by ...
8040 (*-*-*vms*): ... This new entry.
8041
8042 2012-03-15 Jakub Jelinek <jakub@redhat.com>
8043
8044 PR target/52568
8045 * config/i386/i386.c (expand_vec_perm_vperm2f128_vblend): New function.
8046 (ix86_expand_vec_perm_const_1): Use it.
8047
8048 PR target/52568
8049 * config/i386/sse.md (UNSPEC_VPERMDF): Remove.
8050 (avx2_permv4df): Remove.
8051 (avx2_permv4di): Macroize into...
8052 (avx2_perm<mode>): ... this using VI8F_256 iterator.
8053 (avx2_permv4di_1): Macroize into...
8054 (avx2_perm<mode>_1): ... this using VI8F_256 iterator.
8055
8056 2012-03-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8057
8058 * combine.c (apply_distributive_law): Do not distribute SUBREG.
8059
8060 2012-03-15 Ira Rosen <irar@il.ibm.com>
8061 Ulrich Weigand <ulrich.weigand@linaro.org>
8062
8063 * tree-vect-patterns.c (widened_name_p): Rename to ...
8064 (type_conversion_p): ... this. Add new argument to determine
8065 if it's a promotion or demotion operation. Check for
8066 CONVERT_EXPR_CODE_P instead of NOP_EXPR.
8067 (vect_recog_dot_prod_pattern): Call type_conversion_p instead
8068 widened_name_p.
8069 (vect_recog_widen_mult_pattern, vect_recog_widen_sum_pattern,
8070 vect_operation_fits_smaller_type, vect_recog_widen_shift_pattern):
8071 Likewise.
8072 (vect_recog_mixed_size_cond_pattern): Likewise and allow
8073 non-constant then and else clauses.
8074
8075 2012-03-15 Ira Rosen <irar@il.ibm.com>
8076 Ulrich Weigand <ulrich.weigand@linaro.org>
8077
8078 * tree-vectorizer.h (vect_pattern_recog): Add new argument.
8079 * tree-vect-loop.c (vect_analyze_loop_2): Update call to
8080 vect_pattern_recog.
8081 * tree-vect-patterns.c (widened_name_p): Pass basic block
8082 info to vect_is_simple_use.
8083 (vect_recog_dot_prod_pattern): Fail for basic blocks.
8084 (vect_recog_widen_sum_pattern): Likewise.
8085 (vect_handle_widen_op_by_const): Support basic blocks.
8086 (vect_operation_fits_smaller_type,
8087 vect_recog_over_widening_pattern): Likewise.
8088 (vect_recog_vector_vector_shift_pattern): Support basic blocks.
8089 Update call to vect_is_simple_use.
8090 (vect_recog_mixed_size_cond_pattern): Support basic blocks.
8091 Add printing.
8092 (check_bool_pattern): Add an argument, update call to
8093 vect_is_simple_use and the recursive calls.
8094 (vect_recog_bool_pattern): Update relevant function calls.
8095 Add printing.
8096 (vect_mark_pattern_stmts): Update calls to new_stmt_vec_info.
8097 (vect_pattern_recog_1): Check for reduction only in loops.
8098 (vect_pattern_recog): Add new argument. Support basic blocks.
8099 * tree-vect-stmts.c (vectorizable_conversion): Pass basic block
8100 info to vect_is_simple_use_1.
8101 * tree-vect-slp.c (vect_get_and_check_slp_defs): Support basic blocks.
8102 (vect_slp_analyze_bb_1): Call vect_pattern_recog.
8103
8104 2012-03-15 Jakub Jelinek <jakub@redhat.com>
8105 Andrew Pinski <apinski@cavium.com>
8106
8107 PR middle-end/52592
8108 * builtins.c (expand_builtin_int_roundingfn_2): If expanding
8109 BUILT_IN_IR{INT,OUND}* using optab fails, emit lr{int,ound}*
8110 calls instead of __builtin_ir{int,ound}*.
8111
8112 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
8113
8114 * doc/sourcebuild.texi (cleanup-modules, keep-modules): Update
8115 documentation.
8116
8117 2012-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
8118
8119 * config.gcc (target_type_format_char): New. Document it. Set it for
8120 arm*-*-* .
8121 * configure.ac (gnu_unique_option): Use target_type_format_char
8122 in test. Comment rationale.
8123 * configure: Regenerate .
8124
8125 2012-03-15 Jakub Jelinek <jakub@redhat.com>
8126
8127 PR tree-optimization/52267
8128 * tree-vrp.c (masked_increment): New function.
8129 (register_edge_assert_for_2): Derive ASSERT_EXPRs
8130 from (X & CST1) cmp CST2 tests.
8131
8132 2012-03-15 Richard Guenther <rguenther@suse.de>
8133
8134 PR middle-end/52580
8135 * tree-data-ref.c (subscript_dependence_tester_1): Check
8136 all dimensions for non-conflicting access functions.
8137
8138 2012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
8139
8140 PR c++/44783
8141 * doc/invoke.texi [C++ Language Options]: Document
8142 -ftemplate-backtrace-limit.
8143
8144 2012-03-15 Tristan Gingold <gingold@adacore.com>
8145
8146 * c-parser.c (c_parser_parameter_declaration): Handle #pragma
8147 before a parameter.
8148
8149 2012-03-15 Tristan Gingold <gingold@adacore.com>
8150
8151 * dwarf2out.c (gen_subprogram_die): Require dwarf unwinding to
8152 use DW_OP_call_frame_cfa.
8153
8154 2012-03-14 H.J. Lu <hongjiu.lu@intel.com>
8155
8156 PR target/50797
8157 * config/i386/i386-opts.h (pmode): New.
8158
8159 * config/i386/i386.c (ix86_option_override_internal): Properly
8160 check and set ix86_pmode.
8161
8162 * config/i386/i386.h (Pmode): Check ix86_pmode instead of TARGET_64BIT.
8163
8164 * config/i386/i386.opt (maddress-mode=): New.
8165
8166 * doc/invoke.texi: Document -maddress-mode=short|long for x86.
8167
8168 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8169
8170 * dwarf2cfi.c (def_cfa_0): Remove MIPS_DEBUGGING_INFO handling.
8171 (dwarf2out_do_cfi_asm): Likewise.
8172 * dwarf2out.c (output_call_frame_info): Remove MIPS_DEBUGGING_INFO
8173 handling.
8174 (add_data_member_location_attribute): Likewise.
8175 (gen_array_type_die): Likewise.
8176 (gen_subprogram_die): Likewise.
8177 (gen_producer_string): Likewise.
8178 * sdbout.c (sdbout_begin_prologue): Declare unconditionally.
8179 Remove MIPS_DEBUGGING_INFO handling.
8180 (sdb_debug_hooks): Likewise.
8181 (sdbout_begin_block): Likewise.
8182 (sdbout_end_block): Likewise.
8183 (sdbout_begin_prologue): Likewise.
8184 (sdbout_start_source_file): Likewise.
8185 (sdbout_end_source_file): Likewise.
8186 (sdbout_init): Likewise.
8187 * system.h (MIPS_DEBUGGING_INFO): Poison.
8188
8189 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8190
8191 * config/alpha/alpha.c [HAVE_STAMP_H]: Remove.
8192 (alpha_file_start) [MS_STAMP]: Remove.
8193
8194 * config/alpha/elf.h (TARGET_GAS): Remove.
8195 * config/alpha/freebsd.h (TARGET_DEFAULT): Remove.
8196 * config/alpha/linux.h (TARGET_DEFAULT): Remove.
8197 * config/alpha/netbsd.h (TARGET_DEFAULT): Remove.
8198 * config/alpha/vms.h (TARGET_DEFAULT): Remove.
8199 * config.gcc (alpha*-*-linux*): Remove target_cpu_default.
8200 (alpha*-*-freebsd*): Likewise.
8201 (alpha*-*-netbsd*): Likewise.
8202 (alpha*-*-openbsd*): Likewise.
8203 (alpha*-*-*): Remove target_cpu_default2.
8204 * config/alpha/alpha.c (alpha_output_filename): Remove !TARGET_GAS
8205 handling.
8206 * config/alpha/alpha.h (TARGET_AS_CAN_SUBTRACT_LABELS): Remove.
8207 (TARGET_AS_SLASH_BEFORE_SUFFIX): Remove.
8208 * config/alpha/alpha.c (print_operand): Always assume
8209 TARGET_AS_SLASH_BEFORE_SUFFIX.
8210 * config/alpha/alpha.md ("*builtin_setjmp_receiver_er_sl_1"):
8211 Remove TARGET_AS_CAN_SUBTRACT_LABELS.
8212 ("*builtin_setjmp_receiver_er_1"): Remove.
8213 * config/alpha/alpha.opt (malpha-as): Remove.
8214 (mgas): Ignore.
8215 * doc/invoke.texi (Option Summary, DEC Alpha Options): Remove
8216 -malpha-as, -mgas.
8217 Remove DEC Unix reference.
8218
8219 * config/alpha/alpha.h (OBJECT_FORMAT_COFF): Remove.
8220 (EXTENDED_COFF): Remove.
8221 * config/alpha/elf.h (OBJECT_FORMAT_COFF): Don't undef.
8222 (EXTENDED_COFF): Don't undef.
8223 * config/alpha/alpha.c (alpha_file_start): Always assume
8224 OBJECT_FORMAT_ELF.
8225 Don't set targetm.asm_file_start_file_directive.
8226 [!OBJECT_FORMAT_ELF]: Remove.
8227 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
8228
8229 * config/alpha/alpha.h (SDB_DEBUGGING_INFO): Remove.
8230 (DBX_DEBUGGING_INFO): Remove.
8231 (MIPS_DEBUGGING_INFO): Remove.
8232 (PREFERRED_DEBUGGING_TYPE): Remove.
8233 (DBX_OUTPUT_SOURCE_LINE): Remove.
8234 (SDB_OUTPUT_SOURCE_LINE): Remove.
8235 (DBX_CONTIN_LENGTH): Remove.
8236 (NO_DBX_FUNCTION_END): Remove.
8237 (ASM_STABS_OP): Remove.
8238 (ASM_STABN_OP): Remove.
8239 (ASM_STABD_OP): Remove.
8240 (SDB_ALLOW_FORWARD_REFERENCES): Remove.
8241 (SDB_ALLOW_UNKNOWN_REFERENCES): Remove.
8242 (PUT_SDB_DEF): Remove.
8243 (PUT_SDB_PLAIN_DEF): Remove.
8244 (PUT_SDB_TYPE): Remove.
8245 (sdb_label_count): Remove.
8246 (PUT_SDB_BLOCK_START): Remove.
8247 (PUT_SDB_BLOCK_END): Remove.
8248 (PUT_SDB_FUNCTION_START): Remove.
8249 (PUT_SDB_FUNCTION_END): Remove.
8250 (PUT_SDB_EPILOGUE_END): Remove.
8251 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Don't undef.
8252 (MIPS_DEBUGGING_INFO): Don't undef.
8253 (DBX_DEBUGGING_INFO): Don't undef.
8254 * config/alpha/vms.h (SDB_DEBUGGING_INFO): Don't undef.
8255 (MIPS_DEBUGGING_INFO): Don't undef.
8256 (DBX_DEBUGGING_INFO): Don't undef.
8257 * config/alpha/freebsd.h (DBX_CONTIN_CHAR): Remove.
8258 * config/alpha/alpha.c (alpha_option_override): Remove SDB_DEBUG
8259 handling.
8260 (alpha_start_function): Likewise.
8261 (sdb_label_count): Remove.
8262 (alpha_output_filename): Remove DBX_DEBUG handling.
8263 (alpha_file_start): Likewise.
8264
8265 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8266
8267 * config.gcc (enable_obsolete): Remove *-*-solaris2.8*.
8268 (*-*-solaris2.[0-8], *-*-solaris2.[0-8].*): Mark unsupported.
8269 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Remove
8270 Solaris 8 support.
8271 * configure.ac (gcc_cv_ld_hidden): Remove *-*-solaris2.8*.
8272 (ld_tls_support): Remove Solaris 8 references.
8273 (lwp_dir, lwp_spec): Remove support for alternate thread library.
8274 * acinclude.m4 (gcc_cv_initfini_array): Remove *-*-solaris2.* tests.
8275 * configure: Regenerate.
8276 * config.in: Regenerate.
8277
8278 * config/sol2.h (LINK_SPEC): Remove LIB_THREAD_LDFLAGS_SPEC.
8279 * config/i386/sol2.h: Remove Solaris 8 references.
8280
8281 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Rename to ...
8282 (i?86-*-solaris2.9): ... this.
8283 Remove Solaris 8 references.
8284 (Specific, *-*-solaris2*): Document Solaris 8 removal.
8285 Remove Solaris 8 references.
8286
8287 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8288
8289 * config.gcc (enable_obsolete): Remove mips-sgi-irix6.5.
8290 (mips-sgi-irix6.5*): Remove.
8291 * config.host (mips-sgi-irix*): Remove.
8292 * configure.ac (enable_fixed_point): Remove mips*-sgi-irix*.
8293 (set_have_as_tls): Remove *-*-irix6*.
8294 (gcc_cv_ld_static_dynamic): Remove mips-sgi-irix6*.
8295 * configure: Regenerate.
8296
8297 * config/mips/iris6.h: Remove.
8298 * config/mips/iris6.opt: Remove.
8299 * config/mips/t-irix6: Remove.
8300
8301 * config/mips/mips.h (TARGET_GPWORD): Remove IRIX 6 N64 handling.
8302 (TARGET_IRIX6): Remove.
8303 (TARGET_CPU_CPP_BUILTINS): Remove IRIX 6 handling.
8304 Don't define LANGUAGE_C, _LANGUAGE_C for Objective-C.
8305 * config/mips/mips.c (mips_build_builtin_va_list): Remove IRIX 6
8306 handling.
8307 (mips_file_start): Likewise.
8308 * config/mips/mips-protos.h (irix_asm_output_align): Remove.
8309
8310 * config/mips/driver-native.c [__sgi__]: Remove.
8311 (host_detect_local_cpu) [__sgi__]: Remove.
8312
8313 * config/mips/gnu-user.h: Remove iris5.h reference.
8314
8315 * config/mips/mips-modes.def: Remove IRIX 6 reference.
8316 * config/mips/gnu-user64.h (MIPS_TFMODE_FORMAT): Remove.
8317 * config/mips/mips.c (mips_option_override) [MIPS_TFMODE_FORMAT]:
8318 Remove.
8319
8320 * gcc.c (main): Move asm_debug initialization ...
8321 (asm_debug): ... here.
8322
8323 * ginclude/stddef.h (__STDDEF_H__): Don't define.
8324
8325 * defaults.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Remove.
8326 * system.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Poison.
8327 * collect2.c [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
8328 (main) [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
8329 [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES] (is_in_args): Remove.
8330 * doc/tm.texi.in (Driver, LINK_ELIMINATE_DUPLICATE_LDIRECTORIES):
8331 Remove.
8332 * doc/tm.texi: Regenerate.
8333
8334 * doc/invoke.texi (Debugging Options, -gdwarf-<version>): Remove
8335 IRIX 6 reference.
8336 (MIPS Options, -march): Remove IRIX reference.
8337 * doc/install.texi (Binaries, SGI IRIX): Remove.
8338 (Specific, mips-sgi-irix6): Document IRIX 6.5 removal, remove rest
8339 of section.
8340 * doc/trouble.texi (Interoperation): Remove -lgl_s handling.
8341
8342 2012-03-14 Martin Jambor <mjambor@suse.cz>
8343
8344 * expr.c (expand_assignment): Use expand_expr with EXPAND_WRITE
8345 when expanding MEM_REFs, MEM_TARGET_REFs and handled_component bases.
8346 (expand_expr_real_1): Do not handle misalignment if modifier is
8347 EXPAND_WRITE.
8348
8349 2012-03-14 Richard Guenther <rguenther@suse.de>
8350
8351 PR middle-end/52584
8352 * tree-vect-generic.c (type_for_widest_vector_mode): Take
8353 element type instead of mode, use build_vector_type_for_mode
8354 instead of the langhook, build a vector of proper signedness.
8355 (expand_vector_operations_1): Adjust.
8356
8357 2012-03-14 Richard Guenther <rguenther@suse.de>
8358
8359 PR middle-end/52582
8360 * gimple-fold.c (canonicalize_constructor_val): Make sure we have
8361 a cgraph node for a FUNCTION_DECL that comes from a constructor.
8362 (gimple_get_virt_method_for_binfo): Likewise.
8363
8364 2012-03-14 Richard Guenther <rguenther@suse.de>
8365
8366 PR tree-optimization/52571
8367 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
8368 flag_section_anchors check ...
8369 (vect_can_force_dr_alignment_p): ... here. Do not re-align
8370 DECL_COMMON variables.
8371
8372 2012-03-14 Richard Guenther <rguenther@suse.de>
8373
8374 * tree.h (DECL_BIT_FIELD_REPRESENTATIVE): New define.
8375 * stor-layout.c (start_bitfield_representative): New function.
8376 (finish_bitfield_representative): Likewise.
8377 (finish_bitfield_layout): Likewise.
8378 (finish_record_layout): Call finish_bitfield_layout.
8379 * tree.c (free_lang_data_in_decl): Only free DECL_QUALIFIER
8380 for QUAL_UNION_TYPE fields.
8381 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
8382 Stream DECL_BIT_FIELD_REPRESENTATIVE.
8383 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
8384
8385 PR middle-end/52080
8386 PR middle-end/52097
8387 PR middle-end/48124
8388 * expr.c (get_bit_range): Unconditionally extract bitrange
8389 from DECL_BIT_FIELD_REPRESENTATIVE.
8390 (expand_assignment): Adjust call to get_bit_range.
8391
8392 2012-03-14 Richard Guenther <rguenther@suse.de>
8393
8394 PR middle-end/52578
8395 * fold-const.c (fold_unary_loc): Fold (T1)(T2)x to (T1)x if
8396 the outermost conversion is a sign-change only.
8397 (fold_binary_loc): Disregard widening and sign-changing
8398 conversions when we determine if two variables are equal
8399 for reassociation.
8400 * tree-ssa-forwprop.c (combine_conversions): Fold (T1)(T2)x to
8401 (T1)x if the outermost conversion is a sign-change only.
8402
8403 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
8404
8405 Revert:
8406 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
8407
8408 * config/i386/predicates.md (constant_call_address_operand): Declare
8409 as special predicate. Update all uses.
8410
8411 2012-03-13 Jakub Jelinek <jakub@redhat.com>
8412
8413 PR c/52577
8414 * c-parser.c (c_parser_postfix_expression)
8415 <case RID_BUILTIN_SHUFFLE>: Call mark_exp_read on argument values.
8416
8417 * config/i386/smmintrin.h: Avoid /* within a comment.
8418 * config/i386/nmmintrin.h: Likewise.
8419
8420 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
8421
8422 * config/i386/i386.md (xbegin): Remove constraint from expander.
8423
8424 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
8425
8426 * config/i386/predicates.md (constant_call_address_operand): Declare
8427 as special predicate. Update all uses.
8428 * config/i386/i386.md: Remove mode from constant_call_address_operand
8429 predicates.
8430 * config/i386/i386.c (ix86_output_call_insn): Call
8431 constant_call_address_operand with VOIDmode.
8432
8433 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
8434
8435 * config/i386/i386.c (ix86_decompose_address): Handle subregs of
8436 AND zero extended address correctly.
8437
8438 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
8439
8440 * config/i386/predicates.md (tls_symbolic_operand): Declare as
8441 special predicate.
8442 (tls_modbase_operand): Ditto.
8443 * config/i386/i386.md: Remove mode from tls_symbolic_operand and
8444 tls_modbase_operand predicates.
8445
8446 2012-03-13 Martin Jambor <mjambor@suse.cz>
8447
8448 * expr.c (expand_assignment): Handle misaligned scalar writes to
8449 memory through top-level MEM_REFs by calling store_bit_field.
8450
8451 2012-03-13 Richard Guenther <rguenther@suse.de>
8452
8453 PR middle-end/52134
8454 * fold-const.c (fold_binary_loc): Fold (X * Y) & -(1 << CST) to X * Y
8455 if Y is a constant multiple of 1 << CST.
8456
8457 2012-03-13 Georg-Johann Lay <avr@gjlay.de>
8458
8459 PR target/52488
8460 * config/avr/avr.c (avr_prologue_setup_frame): Cut down stack
8461 offset (size) to a value the insns can deal with.
8462 (expand_epilogue): Ditto.
8463
8464 2012-03-13 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8465
8466 * config/arm/neon.ml (ops): Fixup expected instructions for
8467 unsigned vector compares.
8468
8469 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
8470
8471 * config/i386/i386.c (ix86_decompose_address): Prevent %fs:(%reg)
8472 addresses only when %reg is not in word mode.
8473
8474 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8475
8476 * config/microblaze/microblaze.md: Fix typo.
8477 * tree-if-conv.c: Likewise.
8478 * tree-vect-patterns.c: Likewise.
8479
8480 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8481
8482 * config.gcc (extra_passes): Remove.
8483 * configure.ac (extra_passes): Don't substitute.
8484 * configure: Regenerate.
8485 * Makefile.in (EXTRA_PASSES): Remove.
8486 (GCC_PASSES): Remove $(EXTRA_PASSES).
8487 (MOSTLYCLEANFILES): Likewise.
8488 (native): Likewise.
8489 (install-common): Likewise.
8490
8491 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
8492
8493 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
8494 * config/i386/i386.c (ix86_decompose_address): Use
8495 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
8496 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
8497 thread pointer to a register.
8498
8499 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
8500
8501 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P
8502 on tls_symbolic_operand.
8503 (tls_global_dynamic_64_<mode>): Likewise.
8504
8505 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
8506
8507 PR other/52545
8508 * output.h (SECTION_EXCLUDE, SECTION_MACH_DEP): Don't use
8509 SECTION_MACH_DEP reserved bits for SECTION_EXCLUDE.
8510
8511 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
8512
8513 PR target/52499
8514 * config/avr/avr.c (avr_mode_code_base_reg_class): Change return
8515 type from reg_class_t to enum reg_class.
8516 * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
8517
8518 2012-03-12 Andrew Pinski <apinski@cavium.com>
8519
8520 * tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.
8521 (tree_ssa_phiopt_worker): Use single_non_singleton_phi_for_edges.
8522 (value_replacement): Likewise.
8523 (empty_block_p): Check also if the PHIs for the block are empty.
8524
8525 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
8526
8527 PR target/52148
8528 * config/avr/avr.c (avr_out_movmem): Fix typo in output template
8529 for the case ADDR_SPACE_FLASH and AVR_HAVE_LPMX introduced in
8530 r184615 from 2012-02-28.
8531
8532 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
8533
8534 * config/i386/i386.c (ix86_gen_tls_global_dynamic_64): New.
8535 (ix86_gen_tls_local_dynamic_base_64): Likewise.
8536 (ix86_option_override_internal): Set ix86_gen_tls_global_dynamic_64
8537 and ix86_gen_tls_local_dynamic_base_64.
8538 (legitimize_tls_address): Use ix86_gen_tls_global_dynamic_64 and
8539 ix86_gen_tls_local_dynamic_base_64.
8540
8541 * config/i386/i386.md (*tls_global_dynamic_64): Renamed to ...
8542 (*tls_global_dynamic_64_<mode>): This.
8543 (tls_global_dynamic_64): Renamed to ...
8544 (tls_global_dynamic_64_<mode>): This.
8545 (*tls_local_dynamic_base_64): Renamed to ...
8546 (*tls_local_dynamic_base_64_<mode>): This.
8547 (tls_local_dynamic_base_64): Renamed to ...
8548 (tls_local_dynamic_base_64_<mode>): This.
8549
8550 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
8551
8552 * config/i386/i386.c (ix86_option_override_internal): Properly
8553 set ix86_gen_leave and ix86_gen_monitor. Check Pmode == DImode,
8554 instead of TARGET_64BIT, to set ix86_gen_add3, ix86_gen_sub3,
8555 ix86_gen_one_cmpl2, ix86_gen_andsp, ix86_gen_allocate_stack_worker,
8556 ix86_gen_adjust_stack_and_probe and ix86_gen_probe_stack_range.
8557
8558 * config/i386/sse.md (sse3_monitor64): Renamed to ...
8559 (sse3_monitor64_<mode>): This.
8560
8561 2012-03-12 Tristan Gingold <gingold@adacore.com>
8562
8563 * config/ia64/ia64.c (ia64_function_arg_1): Move code around.
8564 (ia64_function_arg_advance): Ditto.
8565
8566 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8567
8568 * config.gcc (mips*-*-openbsd*): Remove.
8569 * config/mips/openbsd.h: Remove.
8570 * config/mips/sdb.h: Remove.
8571
8572 * config/mips/mips.h (SDB_OUTPUT_SOURCE_LINE): Remove.
8573 * config/mips/mips.c (sdb_label_count): Remove.
8574 (mips_debugger_offset): Remove #if 0 code.
8575 (mips_output_function_prologue) [SDB_DEBUGGING_INFO]: Remove.
8576 * config/mips/sde.h (SDB_DEBUGGING_INFO): Don't undef.
8577
8578 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8579
8580 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Update
8581 binutils reference.
8582 (Specific, i?86-*-solaris2.10): Remove GCC 4.0 reference.
8583 Update binutils references.
8584 (Specific, *-*-solaris2*): Mention bundled GCC in Solaris 10 and 11.
8585 Update binutils reference.
8586 Update Sun as/GNU ld caveat.
8587 Document binutils largefile requirement for LTO plugin.
8588 Remove reference to alternate libpthread.
8589
8590 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8591
8592 * config.gcc (alpha*-dec-osf5.1*): Remove.
8593 * config.host (alpha*-dec-osf*): Remove.
8594 * configure.ac (*-*-osf*): Remove.
8595 (alpha*-dec-osf*): Remove.
8596 * configure: Regenerate.
8597
8598 * config/alpha/host-osf.c, config/alpha/osf5.h, config/alpha/osf5.opt,
8599 config/alpha/va_list.h, config/alpha/x-osf: Remove.
8600
8601 * config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Remove.
8602 * config/alpha/alpha.c (struct machine_function): Update comment.
8603 (alpha_start_function): Remove Tru64 UNIX as handling for
8604 max_frame_size.
8605 * config/alpha/alpha.md ("exception_receiver"): Remove
8606 TARGET_LD_BUGGY_LDGP.
8607 ("*exception_receiver_2"): Likewise.
8608 * except.c (finish_eh_generation): Remove Tru64 reference.
8609 * ginclude/stdarg.h [_HIDDEN_VA_LIST]: Don't undef _VA_LIST.
8610 * system.h (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Poison.
8611 * target.def (handle_pragma_extern_prefix): Remove.
8612
8613 * Makefile.in (mips-tfile.o-warn): Remove.
8614 (ALL_HOST_BACKEND_OBJS): Remove mips-tfile.o, mips-tdump.o.
8615 (mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): Remove.
8616 * mips-tdump.c, mips-tfile.c: Remove.
8617
8618 * doc/extend.texi (Symbol-Renaming Pragmas): Remove #pragma
8619 extern_prefix.
8620 * doc/install.texi (Binaries): Remove Tru64 UNIX reference.
8621 (Specific, alpha*-dec-osf5.1): Note removal.
8622 * doc/tm.texi.in (Misc, TARGET_HANDLE_PRAGMA_EXTERN_PREFIX):
8623 Remove.
8624 * doc/tm.texi: Regenerate.
8625 * doc/trouble.texi (Cross-Compiler Problems): Remove.
8626
8627 2012-03-12 Richard Guenther <rguenther@suse.de>
8628
8629 * config/arm/arm.c (neon_dereference_pointer): Do not call
8630 covert during RTL expansion.
8631
8632 2012-03-12 Tristan Gingold <gingold@adacore.com>
8633
8634 * doc/invoke.texi (VMS Options): Merge Alpha/VMS and IA-64/VMS
8635 Options. Mention -mpointer-size.
8636
8637 2012-03-12 Richard Guenther <rguenther@suse.de>
8638
8639 * config/alpha/alpha.c (alpha_gimplify_va_arg): Use
8640 build_nonstandard_integer_type.
8641
8642 2012-03-12 Richard Guenther <rguenther@suse.de>
8643
8644 * tree.c (signed_or_unsigned_type_for): Use
8645 build_nonstandard_integer_type.
8646 (signed_type_for): Adjust documentation.
8647 (unsigned_type_for): Likewise.
8648 * tree-pretty-print.c (dump_generic_node): Use standard names
8649 for non-standard integer types if available.
8650
8651 2012-03-12 Tristan Gingold <gingold@adacore.com>
8652
8653 * config/vms/vms.opt: Add vms-opts.h header.
8654 (mmalloc64): Use flag_vms_malloc64 flag instead of MALLOC64
8655 target mask.
8656 (-mvms-return-codes): Document.
8657 (-mpointer-size): New option.
8658 (vms_pointer_size): Add enumeration.
8659 * config/vms/vms-opts.h: New file.
8660 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
8661 __INITIAL_POINTER_SIZE.
8662 (POINTER_SIZE, SIZE_TYPE, PTRDIFF_TYPE): Adjust definition.
8663 (C_COMMON_OVERRIDE_OPTIONS): Define.
8664 (DWARF2_ADDR_SIZE): Define.
8665 * config/vms/vms.c (vms_patch_builtins): Adjust condition.
8666 * config/vms/vms-protos.h (vms_c_common_override_options):
8667 New prototype.
8668 * config/vms/vms-c.c (vms_pragma_pointer_size): Ignore pragma
8669 if -mno-pointer-size.
8670 (vms_c_common_override_options): New function.
8671 * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
8672 * config/alpha/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
8673 (MALLOC_ABI_ALIGNMENT): Use flag_vms_malloc64
8674 and flag_vms_pointer_size.
8675 (MASK_RETURN_ADDR): Set according to flag_vms_pointer_size.
8676 * config.gcc (*-*-*vms*): Define xm_file.
8677 (alpha*-dec-*vms*): Do not define xm_file.
8678 (alpha64-dec-*vms*): Remove.
8679 (ia64-hp-*vms*): Do not define xm_file. Simplify tm_file
8680 and tmake_file.
8681
8682 2012-03-12 Jakub Jelinek <jakub@redhat.com>
8683
8684 PR tree-optimization/51721
8685 * tree-vrp.c (register_edge_assert_for_2): Add asserts for unsvar
8686 if (int) unsvar cmp CST.
8687
8688 2012-03-12 Richard Guenther <rguenther@suse.de>
8689
8690 * tree-sra.c (create_access_replacement): Only rename the replacement
8691 if we can rewrite it into SSA form. Properly mark register typed
8692 replacements that we cannot rewrite with TREE_ADDRESSABLE.
8693 * tree-cfg.c (verify_expr): Fix BIT_FIELD_REF verification
8694 for aggregate or BLKmode results.
8695
8696 2012-03-12 Jakub Jelinek <jakub@redhat.com>
8697
8698 PR tree-optimization/52533
8699 * tree-vrp.c (register_edge_assert_for_2): Use double_int
8700 type for mask, only handle shifts by non-zero in-range
8701 shift count, for LE_EXPR and GT_EXPR if new_val is
8702 maximum, don't add the assertion.
8703
8704 2012-02-12 Kirill Yukhin <kirill.yukhin@intel.com>
8705
8706 * doc/invoke.texi: Document -mrtm option.
8707 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RTM_SET): New.
8708 (OPTION_MASK_ISA_RTM_UNSET): Ditto.
8709 (ix86_handle_option): Handle OPT_mrtm.
8710 * config.gcc (i[34567]86-*-*): Add rtmintrin.h and
8711 xtestintrin.h.
8712 (x86_64-*-*): Ditto.
8713 * i386-builtin-types.def (INT_FTYPE_VOID): New.
8714 * config/i386/i386-c.c (ix86_target_macros_internal): Define
8715 __RTM__ if needed.
8716 (ix86_target_string): Define -mrtm option.
8717 (PTA_RTM): New.
8718 (ix86_option_override_internal): Extend "corei7-avx" with RTM option.
8719 Handle new option.
8720 (ix86_valid_target_attribute_inner_p): Add OPT_mrtm.
8721 (ix86_builtins): Add IX86_BUILTIN_XBEGIN, IX86_BUILTIN_XEND,
8722 IX86_BUILTIN_XTEST.
8723 (bdesc_special_args): Ditto.
8724 (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_XABORT.
8725 (ix86_expand_special_args_builtin): Handle new built-in type.
8726 (ix86_expand_builtin): Handle XABORT instruction.
8727 * config/i386/i386.h (TARGET_RTM): New.
8728 * config/i386/i386.md (UNSPECV_XBEGIN): New.
8729 (UNSPECV_XEND): Ditto.
8730 (UNSPECV_XABORT): Ditto.
8731 (UNSPECV_XTEST): Ditto.
8732 (xbegin): Ditto.
8733 (xbegin_1): Ditto.
8734 (xend): Ditto.
8735 (xabort): Ditto
8736 (xtest): Ditto.
8737 (xtest_1): Ditto.
8738 * config/i386/i386.opt (mrtm): New.
8739 * config/i386/immintrin.h: Include rtmintrin.h and xtestintrin.h.
8740 * config/i386/rtmintrin.h: New header.
8741 * config/i386/xtestintrin.h: Ditto.
8742
8743 2012-03-12 Tristan Gingold <gingold@adacore.com>
8744
8745 * ginclude/stddef.h: Adjust previous patch.
8746 Use __VMS__ instead of VMS.
8747
8748 2012-03-12 Uros Bizjak <ubizjak@gmail.com>
8749
8750 * config/i386/i386.md (setcc + movzbl to xor + setcc peephole2):
8751 Also convert sequences with CC setting arithmetic instruction.
8752
8753 2012-03-11 Sandra Loosemore <sandra@codesourcery.com>
8754
8755 * doc/invoke.texi (Option Summary): Move -no-integrated-cpp
8756 from C Language Options to Preprocessor Options.
8757 (C Dialect Options): Move -no-integrated-cpp documentation
8758 from here...
8759 (Preprocessor Options): ...to here. Rewrite the description
8760 so it makes more sense, and remove discussion of merging front ends.
8761
8762 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
8763
8764 * config/i386/i386.c (ix86_expand_movmem): Use word_mode for size
8765 needed for loop.
8766 (ix86_expand_setmem): Likewise.
8767
8768 2012-03-11 Uros Bizjak <ubizjak@gmail.com>
8769
8770 * config/i386/i386.c (ix86_zero_extend_to_Pmode): Rewrite using
8771 convert_to_mode.
8772
8773 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
8774
8775 * config/i386/i386.c (ix86_trampoline_init): Use movl for 64bit if
8776 ptr_mode == SImode. Replace DImode with Pmode or ptr_mode.
8777
8778 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
8779
8780 * config/i386/i386.c (x86_this_parameter): Replace DImode with Pmode.
8781
8782 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
8783
8784 * config/i386/i386.md (lwp_slwpcb): Check Pmode instead of
8785 TARGET_64BIT.
8786
8787 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
8788 Uros Bizjak <ubizjak@gmail.com>
8789
8790 * config/i386/predicates.md (call_insn_operand): Allow
8791 constant_call_address_operand in Pmode only.
8792 (sibcall_insn_operand): Ditto.
8793 * config/i386/i386.md (*call): Use W mode iterator instead of P mode.
8794 (*call_vzeroupper): Ditto.
8795 (*sibcall): Ditto.
8796 (*sibcall_vzeroupper): Ditto.
8797 (*call_value): Ditto.
8798 (*call_value_vzeroupper): Ditto.
8799 (*sibcall_value): Ditto.
8800 (*sibcall_value_vzeroupper): Ditto.
8801 (*indirect_jump): Ditto.
8802 (*tablejump_1): Ditto.
8803 (indirect_jump): Convert memory address to word mode for TARGET_X32.
8804 (tablejump): Ditto.
8805 * config/i386/i386.c (ix86_expand_call): Convert indirect operands
8806 to word mode.
8807
8808 2012-03-11 Oleg Endo <olegendo@gcc.gnu.org>
8809
8810 PR target/51244
8811 * config/sh/sh.md (movnegt): Expand into respective insns immediately.
8812 Use movrt_negc instead of negc pattern for non-SH2A.
8813 (*movnegt): Remove.
8814 (*movrt_negc, *negnegt, *movtt, *movt_qi): New insns and splits.
8815
8816 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
8817
8818 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
8819 if Pmode != word_mode.
8820 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
8821 Pmode == SImode for TARGET_X32.
8822
8823 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
8824 (tls_initial_exec_x32): Likewise.
8825
8826 2012-03-10 Chung-Lin Tang <cltang@codesourcery.com>
8827
8828 PR rtl-optimization/52528
8829 * combine.c (can_combine_p): Add setting of subst_low_luid
8830 before call to expand_field_assignment().
8831
8832 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
8833
8834 * doc/invoke.texi: Use correct names/markup for "GCC", "GDB", "ld",
8835 and related program names.
8836
8837 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
8838
8839 * doc/invoke.texi: Use correct names for "DWARF", "stabs", and "ELF".
8840
8841 2012-03-09 Uros Bizjak <ubizjak@gmail.com>
8842
8843 PR target/52530
8844 * config/i386/i386.c (ix86_print_operand): Handle 'E' operand modifier.
8845 (ix86_print_operand_address): Handle UNSPEC_LEA_ADDR. Do not fallback
8846 to set code to 'q'.
8847 * config/i386/i386.md (UNSPEC_LEA_ADDR): New unspec.
8848 (*movdi_internal_rex64): Use %E operand modifier for lea.
8849 (*movsi_internal): Ditto.
8850 (*lea_1): Ditto.
8851 (*lea<mode>_2): Ditto.
8852 (*lea_{3,4,5,6}_zext): Ditto.
8853 (*tls_global_dynamic_32_gnu): Ditto.
8854 (*tls_global_dynamic_64): Ditto.
8855 (*tls_dynamic_gnu2_lea_32): Ditto.
8856 (*tls_dynamic_gnu2_lea_64): Ditto.
8857 (pro_epilogue_adjust_stack_<mode>_add): Ditto.
8858
8859 2012-03-09 Michael Meissner <meissner@linux.vnet.ibm.com>
8860
8861 * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not
8862 redefine to be NULL if the current bit-size is different from the
8863 configured bit-size.
8864
8865 * config/rs6000/rs6000.c (rs6000_option_override_internal): If the
8866 cpu is defaulted, use PROCESSOR_DEFAULT and PROCESSOR_DEFAULT64 to
8867 set the default tuning. Add asserts to make sure the cpu and tune
8868 indexes are defined. Fix tests for cpu/tune index to use >= 0 to
8869 test whether the index is set, instead of > 0.
8870 (rs6000_file_start): Do not reset the default cpu if the current
8871 bit-size is different from the configured bit-size.
8872
8873 2012-03-09 Tristan Gingold <gingold@adacore.com>
8874
8875 * config/vms/vms-crtlmap.map: Add comments.
8876 Add entries needed to build Ada RTS.
8877
8878 2012-03-09 Tristan Gingold <gingold@adacore.com>
8879
8880 * ginclude/stddef.h: Do not define __size_t on VMS.
8881
8882 2012-03-09 Tristan Gingold <gingold@adacore.com>
8883
8884 * c-tree.h (c_default_pointer_mode): New variable.
8885 * c-decl.c (c_default_pointer_mode): New variable.
8886 (c_build_pointer_type): New function.
8887 (grokdeclarator): Call c_build_pointer_type instead
8888 of build_pointer_type.
8889
8890 * config/vms/vms-c.c: Include c-tree.h
8891 (saved_pointer_mode): New variable.
8892 (handle_pragma_pointer_size): New function.
8893 (vms_pragma_pointer_size, vms_pragma_required_pointer_size): Likewise.
8894 (vms_c_register_pragma): Register __pointer_size and
8895 __required_pointer_size pragmas.
8896
8897 2012-03-09 Tristan Gingold <gingold@adacore.com>
8898
8899 * config/vms/vms-c.c (vms_construct_include_filename): New function.
8900 (vms_c_register_includes): Reference it.
8901
8902 2012-03-09 Andrew Pinski <apinski@cavium.com>
8903
8904 PR middle-end/51988
8905 * tree-ssa-phiopt.c: Include tree-pretty-print.h for
8906 print_generic_expr.
8907 (tree_ssa_phiopt_worker): Go through all the PHIs for
8908 value_replacement instead of just the singleton one.
8909 (value_replacement): Change return type to int. Return 0 instead of
8910 false.
8911 Allow the middle basic block to contain more than just the defining
8912 statement.
8913 Handle non empty middle basic blocks.
8914 * Makefile.in (tree-ssa-phiopt.o): Add tree-pretty-print.h.
8915
8916 2012-03-09 Jiangning Liu <jiangning.liu@arm.com>
8917
8918 * tree-scalar-evolution (interpret_rhs_expr): generate chrec for
8919 array reference and component reference.
8920 (analyze_scalar_evolution_for_address_of): New.
8921
8922 2012-03-08 Jie Zhang <jzhang918@gmail.com>
8923
8924 PR target/49862
8925 * config/bfin/bfin.c (hwloop_optimize): Fix unused variable warnings.
8926 (hwloop_pattern_reg): Fix set but not used warning.
8927 (bfin_reorg_loops): Remove unused parameter.
8928 (bfin_reorg): Update use of bfin_reorg_loops.
8929
8930 2012-03-08 H.J. Lu <hongjiu.lu@intel.com>
8931
8932 * config/i386/i386.c (setup_incoming_varargs_64): Use word_mode
8933 with integer parameters in registers.
8934 (gen_push): Push register in word_mode instead of Pmode.
8935 (ix86_emit_save_regs): Likewise.
8936 (ix86_emit_save_regs_using_mov): Save integer registers in word_mode.
8937 (gen_pop): Pop register in word_mode instead of Pmode.
8938 (ix86_emit_restore_regs_using_pop): Likewise.
8939 (ix86_expand_prologue): Replace Pmode with word_mode for push
8940 immediate. Use ix86_gen_pro_epilogue_adjust_stack. Save and
8941 restore RAX and R10 in word_mode.
8942 (ix86_emit_restore_regs_using_mov): Restore integer registers
8943 in word_mode.
8944 (ix86_expand_split_stack_prologue): Save R10_REG and restore in
8945 word_mode.
8946 (ix86_split_to_parts): Use word_mode with PUT_MODE for push.
8947 (ix86_split_long_move): Likewise.
8948
8949 * config/i386/i386.md (W): New.
8950 (*push<mode>2_prologue): Replace :P with :W.
8951 (*pop<mode>1): Likewise.
8952 (*pop<mode>1_epilogue): Likewise.
8953 (push/pop peephole2): Use word_mode scratch registers.
8954
8955 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
8956
8957 * config/i386/predicates.md (indirect_branch_operand): Simplify.
8958
8959 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
8960
8961 * config/avr/avr.md (*addhi3, addhi3_clobber): Add "w" alternative
8962 for constants in [-63,63].
8963
8964 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
8965
8966 PR target/52530
8967 Revert:
8968 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
8969
8970 * config/i386/i386.c (ix86_print_operand_address): Only handle
8971 zero-extended DImode addresses.
8972
8973 2012-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8974
8975 * configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
8976 * configure: Regenerate.
8977
8978 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
8979
8980 PR target/52496
8981 * config/avr/avr.c (avr_mem_clobber): New static function.
8982 (avr_expand_delay_cycles): Add memory clobber operand to
8983 delay_cycles_1, delay_cycles_2, delay_cycles_3, delay_cycles_4.
8984 * config/avr/avr.md (unspec): Add UNSPEC_MEMORY_BARRIER.
8985 (enable_interrupt, disable_interrupt): New expander.
8986 (nopv, sleep, wdr): New expanders.
8987 (delay_cycles_1): Add memory clobber.
8988 (delay_cycles_2): Add memory clobber.
8989 (delay_cycles_3): Add memory clobber.
8990 (delay_cycles_4): Add memory clobber.
8991 (cli_sei): New insn from former "enable_interrupt",
8992 "disable_interrupt" with memory clobber.
8993 (*wdt): New insn from former "wdt" with memory clobber.
8994 (*nopv): Similar, but for "nopv".
8995 (*sleep): Similar, but for "sleep".
8996
8997 2012-03-07 Oleg Endo <olegendo@gcc.gnu.org>
8998 Kaz Kojima <kkojima@gcc.gnu.org>
8999
9000 PR target/52503
9001 * config/sh/sh.opt (msoft-atomic): Use Var instead of Mask.
9002 * config/sh/linux.h (TARGET_DEFAULT): Remove MASK_SOFT_ATOMIC.
9003 (SUBTARGET_OVERRIDE_OPTIONS): Define.
9004
9005 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
9006
9007 * config/i386/predicates.md (x86_64_zext_general_operand): New.
9008 * config/i386/i386.md (*zero_extendsidi2_rex64): Change operand 1
9009 predicate to x86_64_zext_general_operand. Accept "Z" constraint.
9010
9011 2012-03-07 Walter Lee <walt@tilera.com>
9012
9013 * config/tilegx/tilegx.c (tilegx_expand_prologue): Don't generate
9014 REG_CFA_* notes for the stack pointer.
9015 (tilegx_expand_epilogue): Restore stack pointer by adjusting it by
9016 EH_RETURN_STACKADJ_RTX.
9017 * config/tilepro/tilepro.c (tilepro_expand_prologue): Don't
9018 generate REG_CFA_* notes for the stack pointer.
9019 (tilepro_expand_epilogue): Restore stack pointer by adjusting it
9020 by EH_RETURN_STACKADJ_RTX.
9021
9022 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
9023
9024 * doc/invoke.texi (AVR Built-in Macros): Correct condition for
9025 when __AVR_3_BYTE_PC__ is defined.
9026
9027 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
9028
9029 * config/i386/i386.c (ix86_print_operand_punct_valid_p): Add '^'.
9030 (ix86_print_operand): Handle '^'.
9031 * config/i386/i386.md (*strmovdi_rex_1): Macroize memory operands
9032 using P mode iterator. Add %^ to asm template to conditionally emit
9033 addr32 prefix.
9034 (*rep_movdi_rex64): Ditto.
9035 (*strsetdi_rex_1): Ditto.
9036 (*rep_stosdi_rex64): Ditto.
9037 (*strmov{si,hi,qi}_1): Add %^ to asm template to
9038 conditionally emit addr32 prefix.
9039 (*rep_mov{si,qi}): Ditto.
9040 (*strset{si,hi,qi}): Ditto.
9041 (*rep_stos{si,qi}): Ditto.
9042 (*cmpstrnqi_nz_1): Ditto.
9043 (*cmpstrnqi_1): Ditto.
9044 (*strlenqi_1): Ditto.
9045
9046 2012-03-07 H.J. Lu <hongjiu.lu@intel.com>
9047
9048 * config/i386/i386.c (function_value_64): Return pointers in
9049 word_mode instead of Pmode.
9050 (ix86_promote_function_mode): Likewise.
9051
9052 2012-03-07 Richard Guenther <rguenther@suse.de>
9053
9054 * coverage.c (get_gcov_type): Use type_for_mode.
9055 (get_gcov_unsigned_t): Likewise.
9056 * expr.c (store_constructor): Use type_for_mode.
9057 (try_casesi): Likewise.
9058 * tree-ssa-loop-ivopts.c (add_standard_iv_candidates_for_size): Remove.
9059 (add_standard_iv_candidates): Use standard type trees.
9060 * dojump.c (do_jump): Remove dead code.
9061
9062 2012-03-07 Richard Guenther <rguenther@suse.de>
9063
9064 * c-typeck.c (pointer_diff): Use c_common_type_for_size.
9065
9066 2012-03-07 Richard Guenther <rguenther@suse.de>
9067
9068 * convert.c (strip_float_extensions): Move ...
9069 * tree.c (strip_float_extensions): ... here.
9070
9071 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
9072
9073 PR target/52484
9074 * config/avr/avr.md (xload<mode>_A): Add R22... to register footprint.
9075
9076 2012-03-07 Richard Guenther <rguenther@suse.de>
9077
9078 * omp-low.c (extract_omp_for_data): Use signed_type_for.
9079 (expand_omp_for_generic): Likewise.
9080 (expand_omp_for_static_nochunk): Likewise.
9081 (expand_omp_for_static_chunk): Likewise.
9082 * tree-vect-stmts.c (vect_gen_perm_mask): Use type_for_mode.
9083 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
9084 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
9085 Use unsigned_type_for.
9086 (vect_create_cond_for_align_checks): Use signed_type_for.
9087
9088 2012-03-07 Andrey Belevantsev <abel@ispras.ru>
9089
9090 PR rtl-optimization/52203
9091 * sel-sched.c (estimate_insn_cost): New parameter pempty. Adjust
9092 all callers to pass NULL except ...
9093 (reset_sched_cycles_in_current_ebb): ... here, save the value
9094 in new variable 'empty'. Increase issue_rate only for
9095 non-empty insns.
9096
9097 2012-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
9098
9099 PR target/51417
9100 * Makefile.in: Let install-gcc-ar depend on installdirs,
9101 gcc-ar$(exeext), gcc-nm$(exeext), gcc-ranlib$(exeext).
9102 Don't double canonicalize if cross-compiling.
9103
9104 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
9105
9106 PR target/52506
9107 * gcc/config/avr/avr.c (expand_epilogue): Fix order of restoration
9108 to: RAMPZ, RAMPY, RAMPX, RAMPD.
9109 (expand_prologue): Only clear RAMPZ if it has effect on RAM-read.
9110
9111 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
9112
9113 PR target/52505
9114 * config/avr/avr.c (avr_out_xload): Don't read unintentionally
9115 from RAM.
9116 * config/avr/avr.md (xload_8): Adjust insn length.
9117
9118 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
9119
9120 PR target/52461
9121 * gcc/config/avr/avr.c (avr_out_lpm): Clear RAMPZ after usage
9122 if RAMPZ affects reading from RAM.
9123
9124 2012-03-07 Richard Guenther <rguenther@suse.de>
9125
9126 PR pch/52518
9127 PR pch/38987
9128 * doc/invoke.texi (Precompiled Headers): Remove sentence that
9129 suggests you can include PCHs from inside another header.
9130
9131 2012-03-07 Richard Sandiford <rdsandiford@googlemail.com>
9132
9133 PR middle-end/52515
9134 * rtl.h (pc_rtx, cc0_rtx, ret_rtx, simple_return_rtx): Add GTY markers.
9135
9136 2012-03-07 Kai Tietz <ktietz@redhat.com>
9137
9138 * doc/invoke.texi (fwritable-relocated-rdata): Document
9139 new Cygwin/MinGW target option.
9140 * config/i386/winnt.c (i386_pe_unique_section): Ignore
9141 reloc if flag -fwritable-relocated-rdata is not set.
9142 (i386_pe_section_type_flags): Likewise.
9143 * config/i386/cygming.opt (fwritable-relocated-rdata):
9144 Add new flag variable flag_writable_rel_rdata.
9145
9146 2012-03-07 Richard Guenther <rguenther@suse.de>
9147
9148 * tree-ssa-math-opts.c (convert_mult_to_widen): Check actual
9149 precision against gimple constraints.
9150
9151 2012-03-06 Richard Sandiford <rdsandiford@googlemail.com>
9152
9153 PR middle-end/52372
9154 * rtl.h (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): Redefine as
9155 variables.
9156 (GR_PC, GR_CC0, GR_RETURN, GR_SIMPLE_RETURN): Delete.
9157 * emit-rtl.c (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): New
9158 variables.
9159 (init_emit_regs): Move associated initialization to...
9160 (init_emit_once): ...here.
9161
9162 2012-03-06 Richard Henderson <rth@redhat.com>
9163
9164 * config/m68k/m68k.h (ISA_HAS_TAS): New.
9165 * config/m68k/sync.md (atomic_test_and_set): Use it.
9166 (atomic_test_and_set_1): Likewise.
9167
9168 2012-03-06 Michael Meissner <meissner@linux.vnet.ibm.com>
9169
9170 PR target/50310
9171 * config/rs6000/vector.md (vector_uneq<mode>): Add support for
9172 UNEQ, LTGT, ORDERED, and UNORDERED IEEE vector comparisons.
9173 (vector_ltgt<mode>): Likewise.
9174 (vector_ordered<mode>): Likewise.
9175 (vector_unordered<mode>): Likewise.
9176 * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
9177
9178 2012-03-06 Aldy Hernandez <aldyh@redhat.com>
9179
9180 * trans-mem.c: New typedef for tm_region_p.
9181 Define vector types for tm_region_p.
9182 (tm_region_init): Replace region_worklist to a vector called
9183 bb_regions.
9184
9185 2012-03-06 Richard Guenther <rguenther@suse.de>
9186
9187 * fold-const.c (build_fold_addr_expr_with_type_loc): Fold
9188 MEM_REF with constant pointer operand.
9189
9190 2012-03-06 Richard Guenther <rguenther@suse.de>
9191
9192 PR middle-end/52493
9193 * tree-ssa-alias.c (ptr_derefs_may_alias_p): Robustify.
9194
9195 2012-03-06 Tristan Gingold <gingold@adacore.com>
9196
9197 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle octaword.
9198 (external_model_kind): Improve documentation.
9199 (vms_pragma_extern_model): Handle relaxed_redef.
9200 (vms_c_register_pragma): Allow expansion for nomember_alignment.
9201
9202 2012-03-06 Georg-Johann Lay <avr@gjlay.de>
9203
9204 * doc/invoke.texi (AVR Options): -mmcu=: Document the XMEGA cores.
9205 Explain RAMPD, RAMPX, RAMPDY, RAMPZ usage by avr-gcc.
9206 Some more notes on EIND usage and reorder EIND subsection.
9207
9208 2012-03-06 Tristan Gingold <gingold@adacore.com>
9209
9210 * config/vms/vms.c (VMS_CRTL_LDBL): Rename from VMS_CRTL_PRNTF.
9211 * config/vms/vms-crtlmap.map: Rename PRNTF to LDBL.
9212
9213 2012-03-06 Tristan Gingold <gingold@adacore.com>
9214
9215 * config/vms/t-vmsnative (version): Define.
9216 * config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove.
9217
9218 2012-03-06 Andrey Belevantsev <abel@ispras.ru>
9219
9220 PR rtl-optimization/52250
9221 * sel-sched-ir.c (maybe_tidy_empty_bb): Try harder to find a bb
9222 to put note list into. Unconditionally call move_bb_info.
9223 (move_bb_info): Do not assert the blocks being in the same region,
9224 just drop the note list if they are not.
9225
9226 2012-03-06 Oleg Endo <olegendo@gcc.gnu.org>
9227
9228 PR target/51244
9229 * config/sh/sh.c (sh_expand_t_scc): Remove SH2A special case
9230 and use unified expansion logic.
9231 * config/sh/sh.md (xorsi3_movrt): Rename to movrt. Move
9232 closer to the existing movt insn.
9233 (negc): Rename insn to *negc. Add new expander.
9234 (movnegt): Use xor pattern for T bit negation. Reserve helper
9235 constant for negc pattern.
9236 (*movnegt): New insn and splitter.
9237
9238 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
9239
9240 * c-typeck.c (pointer_diff): Check for POINTER_PLUS_EXPR, not
9241 PLUS_EXPR.
9242
9243 2012-03-05 Richard Henderson <rth@redhat.com>
9244
9245 * genemit.c (main): Include "target.h" in insn-emit.c.
9246 * Makefile.in (insn-emit.o): Depend on TARGET_H.
9247 * config/sh/sync.md (atomic_test_and_set): Reference
9248 targetm.atomic_test_and_set_trueval instead of
9249 TARGET_ATOMIC_TEST_AND_SET_TRUEVAL.
9250
9251 2012-03-05 Joern Rennecke <joern.rennecke@embecosm.com>
9252
9253 * config/epiphany/epiphany.c (epiphany_function_value_regno_p):
9254 Make static.
9255
9256 2012-03-05 Steven Bosscher <steven@gcc.gnu.org>
9257
9258 * langhooks.c (add_builtin_type): New function.
9259 * langhooks.h (add_builtin_type): Export it.
9260 * config/mep/mep.c (mep_init_builtins): Use it.
9261 * config/rs6000/rs6000.c (rs6000_init_builtins): Use it.
9262
9263 2012-03-05 Jakub Jelinek <jakub@redhat.com>
9264
9265 PR debug/51902
9266 * tree.h (BLOCK_SAME_RANGE): Define.
9267 * function.c (block_fragments_nreverse): Clear BLOCK_SAME_RANGE
9268 if BLOCK_FRAGMENT_CHAIN is non-NULL, but has it cleared.
9269 Also clear BLOCK_SAME_RANGE if fragment chain's supercontext fragment
9270 isn't equal to supercontext fragment's fragment chain.
9271 Adjust BLOCK_SUPERCONTEXT to point to supercontext fragment's
9272 fragment origin.
9273 (blocks_nreverse_all): Likewise.
9274 (reorder_blocks_1): Compute BLOCK_SAME_RANGE bits. Set
9275 BLOCK_SUPERCONTEXT to supercontext fragment instead of
9276 supercontext fragment's fragment origin.
9277 * dwarf2out.c (add_high_low_attributes): If stmt has the same
9278 range as its parent (or parents thereof etc.), use the parent's
9279 DW_AT_ranges value instead of creating a new .debug_ranges range.
9280
9281 2012-03-05 Richard Henderson <rth@redhat.com>
9282
9283 PR tree-opt/52242
9284 Revert: 2011-11-26 Richard Henderson <rth@redhat.com>
9285 * omp-low.c (expand_omp_atomic): Assume anything aligned to
9286 BIGGEST_ALIGNMENT is aligned.
9287
9288 2012-03-05 Richard Henderson <rth@redhat.com>
9289
9290 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Move...
9291 * config/sh/sh.c: ... here.
9292
9293 2012-03-05 Richard Henderson <rth@redhat.com>
9294
9295 PR target/52481
9296 * config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
9297 instead of calling negqi2 directly.
9298
9299 2012-03-05 Aldy Hernandez <aldyh@redhat.com>
9300
9301 PR middle-end/52463
9302 * trans-mem.c (tm_region_init): Use last_basic_block.
9303
9304 2012-03-05 Oleg Endo <olegendo@gcc.gnu.org>
9305
9306 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New hook.
9307 * config/sh/sync.md (atomic_test_and_set): New expander.
9308 (tasb, atomic_test_and_set_soft): New insns.
9309 * config/sh/sh.opt (menable-tas): New option.
9310 * doc/invoke.texi (SH Options): Document it.
9311
9312 2012-03-05 Richard Guenther <rguenther@suse.de>
9313
9314 * cfgloop.c (verify_loop_structure): Verify dominators before
9315 using them.
9316 * graphite-clast-to-gimple.c (graphite_verify): Do not verify
9317 dominators from here.
9318 * graphite-scop-detection.c (create_sese_edges): Likewise.
9319 * loop-doloop.c (doloop_optimize_loops): Likewise.
9320 * loop-init.c (loop_optimizer_init): Likewise.
9321 * loop-unroll.c (unroll_and_peel_loops): Likewise.
9322 * loop-unswitch.c (unswitch_loops): Likewise.
9323 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
9324 * tree-parloops.c (parallelize_loops): Likewise. Verify
9325 only when checking is enabled.
9326 * tree-loop-distribution.c (tree_loop_distribution): Likewise.
9327
9328 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
9329
9330 * genautomata.c (parse_automata_opt): New static function.
9331 (initiate_automaton_gen): Remove all option handling code. Remove
9332 argc argument. All callers changed.
9333 (main): Call init_rtx_reader_args_cb with the new function as argument.
9334
9335 2012-03-05 Richard Guenther <rguenther@suse.de>
9336
9337 * cfgexpand.c (gimple_expand_cfg): Free dominator info.
9338 * tree-if-conv.c (combine_blocks): Free post-dominator info
9339 after breaking it.
9340 * tree-parloops.c (create_parallel_loop): Free and re-compute
9341 dominator info after breaking it.
9342
9343 2012-03-05 Richard Guenther <rguenther@suse.de>
9344
9345 PR middle-end/52353
9346 * optabs.h (trapv_unoptab_p): New function.
9347 (trapv_binoptab_p): Likewise.
9348 * optabs.c (expand_binop): Use emit_libcall_block_1 with
9349 a proper equiv_may_trap argument.
9350 (expand_unop): Likewise.
9351 (emit_libcall_block_1): Take extra argument whether the
9352 instruction may trap. Renamed from ...
9353 (emit_libcall_block): ... this. New wrapper.
9354
9355 2012-03-05 Jakub Jelinek <jakub@redhat.com>
9356
9357 PR tree-optimization/51721
9358 * tree-vrp.c (register_edge_assert_for_2): If comparing
9359 lhs of right shift by constant with an integer constant,
9360 add ASSERT_EXPRs for the rhs1 of the right shift.
9361
9362 * cfgrtl.c (cfg_layout_merge_blocks): Cleanup.
9363
9364 2012-03-05 Richard Guenther <rguenther@suse.de>
9365
9366 * tree.c (integer_zerop): Handle VECTOR_CSTs.
9367 (integer_onep): Likewise.
9368 (integer_all_onesp): Likewise.
9369
9370 2012-03-05 Georg-Johann Lay <avr@gjlay.de>
9371
9372 * config/avr/avr.md (*umaddqihi4.2): New insn-and-split.
9373
9374 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
9375
9376 * config/i386/i386.c (pro_epilogue_adjust_stack): Check Pmode
9377 instead of TARGET_64BIT.
9378
9379 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
9380
9381 * config/i386/i386.c (ix86_expand_prologue): Check Pmode to set
9382 adjust_stack_insn.
9383
9384 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
9385
9386 * config/i386/i386.c (ix86_print_operand_address): Only handle
9387 zero-extended DImode addresses.
9388
9389 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
9390
9391 * config/i386/i386.c (ix86_print_operand) <case '+'>: Declare
9392 taken and cputaken as bool.
9393
9394 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
9395
9396 * config/i386/constraints.md (Ya): New internal constraint.
9397 * config/i386/i386.md (zero_extendsidi2): Remove expansion.
9398 (*zero_extendsidi2_rex64): Add x,x alternative.
9399 (*zero_extendsidi2): Ditto. Add o,0 alternative.
9400 Remove flags reg clobber. Adjust corresponding splits.
9401 (zero_extend<mode>si2): Macroize expander from zero_extendhisi2 and
9402 zero_extendqisi2 expanders using SWI12 mode iterator.
9403 (zero_extend<mode>si2_and): Macroize insn from
9404 zero_extendhisi2_and and zero_extendqisi2_and. Merge corresponding
9405 splitters.
9406 (*zero_extend<mode>si2): Macroize insn from
9407 *zero_extendhisi2_movzbl and *zero_extendqisi2_movzbl.
9408 (*zero_extend*2_movzbl_and): Remove insn patterns.
9409 (zero_extendqihi2_and): Merge corresponding splitter.
9410 (*zero_extendqihi2): Rename from *zero_extendqihi2_movzbl.
9411 (*zero_extend*2_movzbl_and): Remove insn patterns.
9412 (*anddi_1): Split TYPE_IMOVX instructions.
9413 (*andsi_1): Use Ya for alternative 2. Split TYPE_IMOVX instructions.
9414 (*andhi_1): Ditto.
9415 (and->zext splitter): Add splitter pattern.
9416 (zero extend with andsi3 splitter): Adjust zero_extend pattern.
9417
9418 2012-03-04 Sandra Loosemore <sandra@codesourcery.com>
9419
9420 * doc/invoke.texi (C++ Dialect Options): Minor copy-edits to
9421 x86-specific text.
9422 (Debugging Options): Likewise.
9423 (Optimize Options): Likewise.
9424 (i386 and x86-64 Options): Discuss -march before -mtune, consistently
9425 with other architectures. Use official processor names with correct
9426 spelling/capitalization. Fix formatting and grammar issues.
9427 (i386 and x86-64 Windows Options): Similar cleanup here.
9428
9429 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
9430
9431 * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
9432
9433 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
9434
9435 * config/sh/sh.c (sh_dwarf_register_span): Don't apply
9436 DBX_REGISTER_NUMBER.
9437
9438 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
9439
9440 * config/sh/sh.c (shiftcosts): Return MAX_COST when the first
9441 operand is CONST_INT. Take COSTS_N_INSNS into account.
9442 (sh_rtx_costs): Don't apply COSTS_N_INSNS to the return value
9443 of shiftcosts.
9444
9445 2012-03-02 Richard Henderson <rth@redhat.com>
9446
9447 * optabs.c (expand_atomic_test_and_set): Honor
9448 atomic_test_and_set_trueval even when atomic_test_and_set
9449 optab is not in use.
9450
9451 2012-03-02 Kaz Kojima <kkojima@gcc.gnu.org>
9452
9453 PR target/48596
9454 PR target/48806
9455 * config/sh/sh.c (sh_register_move_cost): Increase cost between
9456 GENERAL_REGS and FP_REGS for SImode.
9457
9458 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
9459
9460 PR target/49486
9461 * config/sh/sh.md (negdi2): Add TARGET_SH1 condition.
9462 (absdi2): New expander.
9463 (*absdi2, *negabsdi2, negdi_cond): New insns and splits.
9464
9465 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
9466
9467 * config/sh/sync.md (atomic_exchange<mode>): New expander.
9468 (atomic_exchange<mode>_soft): New insn.
9469
9470 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
9471
9472 * config/sh/sync.md: Update copyright notice dates.
9473 (atomic_compare_and_swap<mode>): Use SImode for return value instead
9474 of QImode.
9475 (atomic_compare_and_swap<mode>_soft): Likewise.
9476
9477 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
9478
9479 PR target/31640
9480 * config/sh/sh.h (LOOP_ALIGN): Move logic to sh_loop_align.
9481 * config/sh/sh.c: Update copyright notice dates.
9482 (sh_loop_align): Add logic from LOOP_ALIGN. Don't disable loop
9483 alignment for TARGET_HARD_SH4.
9484 (sh_option_override): Reduce default function alignment. Set
9485 loop alignment to 4 bytes when not optimizing for size.
9486
9487 2012-03-02 Maxim Kuvyrkov <maxim@codesourcery.com>
9488
9489 PR middle-end/50335
9490 * doc/invoke.texi (floop-flatten): Remove.
9491 * toplev.c (process_options): Remove references to flag_loop_flatten.
9492 * tree-ssa-loop.c (gate_graphite_transform): Same.
9493 * common.opt (floop-flatten): Obsolete.
9494 * graphite-poly.c (apply_poly_transforms): Remove reference to
9495 flag_loop_flatten.
9496 * Makefile.in (graphite-flattening.o): Remove.
9497 * graphite-flattening.c: Remove.
9498
9499 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
9500
9501 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
9502 having mode compatible with the mode of previous compare. Substitute
9503 compare mode of previous compare with the mode, compatible
9504 with eliminated and previous compare.
9505
9506 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
9507
9508 * config/rs6000/dfp.md (floatdidd2): New define_insn.
9509
9510 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
9511
9512 * config/i386/i386.c (ix86_cc_modes_compatible): Declare CCZmode
9513 compatible with CCGOCmode and CCGCmode.
9514
9515 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
9516
9517 * config/rs6000/vsx.md (vsx_set_<mode>): Reorder operands.
9518
9519 2012-03-02 Ulrich Weigand <ulrich.weigand@linaro.org>
9520
9521 * config/arm/arm.c (arm_sat_operator_match): New function.
9522 * config/arm/arm-protos.h (arm_sat_operator_match): Add prototype.
9523 * config/arm/arm.md ("insn" attribute): Add "sat" value.
9524 ("SAT", "SATrev"): New code iterators.
9525 ("SATlo", "SAThi"): New code iterator attributes.
9526 ("*satsi_<SAT:code>"): New pattern.
9527 ("*satsi_<SAT:code>_shift"): Likewise.
9528 * config/arm/arm-fixed.md ("arm_ssatsihi_shift"): Add "insn"
9529 and "shift" attributes.
9530 ("arm_usatsihi"): Add "insn" attribute.
9531 * config/arm/predicates.md (sat_shift_operator): Allow multiplication
9532 by powers of two. Do not allow shift by 32.
9533
9534 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
9535
9536 PR target/46716
9537 * config/i386/i386.c (construct_container): Use gen_reg_or_parallel
9538 to pass the argument in the register of "natural" mode.
9539
9540 2012-03-02 Richard Guenther <rguenther@suse.de>
9541
9542 PR tree-optimization/52406
9543 * tree-data-ref.h: Update documentation about DR_BASE_OBJECT.
9544 (struct indices): Add unconstrained_base member.
9545 (struct dr_alias): Remove unused vops member.
9546 (DR_UNCONSTRAINED_BASE): New define.
9547 * tree-data-ref.c (dr_analyze_indices): For COMPONENT_REFs
9548 add indices to allow their disambiguation. Make DR_BASE_OBJECT
9549 be an artificial access that covers the whole indexed object,
9550 or mark it with DR_UNCONSTRAINED_BASE if we cannot do so. Canonicalize
9551 plain decl base-objects to their MEM_REF variant.
9552 (dr_may_alias_p): When the base-object of either data reference
9553 has unknown size use only points-to information.
9554 (compute_affine_dependence): Make dumps easier to read and
9555 more verbose.
9556 * tree-vect-data-ref.c (vector_alignment_reachable_p): Use
9557 DR_REF when looking for packed references.
9558 (vect_supportable_dr_alignment): Likewise.
9559
9560 2012-03-02 Greta Yorsh <Greta.Yorsh@arm.com>
9561
9562 * config/arm/arm-ldmstm.ml (write_ldm_commutative_peephole):
9563 Improve conditions for peepholes of loads followed by commutative
9564 operators.
9565 * config/arm/ldmstm.md: Regenerated.
9566
9567 2012-03-02 Richard Guenther <rguenther@suse.de>
9568
9569 * BASE-VER: Set to 4.8.0.
9570
9571 2012-03-01 Richard Earnshaw <rearnsha@arm.com>
9572
9573 * config.gcc (obsolete): Add all ARM targets using the FPA.
9574 (with_fpu): Obsolete selection of the FPA or Maverick on ARM.
9575 * doc/install.texi: Avoid references to obsolete ARM ports.
9576
9577 2012-03-01 Joern Rennecke <joern.rennecke@embecosm.com>
9578
9579 * config/epiphany/epiphany.md (movmisalign<mode>): New patterns.
9580
9581 2012-03-01 Jeremy Bennett <jeremy.bennett@embecosm.com>
9582 Joern Rennecke <joern.rennecke@embecosm.com>
9583
9584 * doc/extend.texi: Expand and update information on interrupt
9585 attribute for Epiphany.
9586
9587 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
9588
9589 * config/sh/sh-protos.h: Update copyright notice dates.
9590 * config/sh/sh.h: Likewise.
9591 * config/sh/sh.md: Likewise.
9592 * config/sh/constraints.md: Likewise.
9593 * config/sh/predicates.md: Likewise.
9594
9595 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
9596
9597 * config/sh/sh-protos.h (tertiary_reload_operand): Remove dead function.
9598 * config/sh/sh.c (tertiary_reload_operand): Likewise.
9599
9600 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
9601
9602 * config/sh/constraints.md: Fix comment typo.
9603
9604 2012-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9605
9606 PR target/52408
9607 * config/pa/pa.md (zvdep_imm32): Change type of variable x from int to
9608 unsigned HOST_WIDE_INT.
9609 (zvdep_imm64): Likewise.
9610 (vdepi_ior): Change type of variable x from int to HOST_WIDE_INT.
9611 (vdepi_and): Likewise.
9612 Likewise for unamed 64-bit patterns.
9613 * config/pa/predicates.md (lhs_lshift_cint_operand): Update comment.
9614
9615 2012-03-01 Alexandre Oliva <aoliva@redhat.com>
9616
9617 PR debug/52001
9618 PR rtl-optimization/52417
9619 * cselib.c (cselib_any_perm_equivs): New variable.
9620 (cselib_reset_table): Check that it's not set when not
9621 preserving constants.
9622 (cselib_add_permanent_equiv): Set it.
9623 (cselib_have_permanent_equivalences): New.
9624 (cselib_init, cselib_finish): Reset it.
9625 * cselib.h (cselib_have_permanent_equivalences): Declare.
9626 * alias.c (get_addr): Restore earlier behavior when there
9627 aren't permanent equivalences.
9628
9629 2012-03-01 Steven Bosscher <steven@gcc.gnu.org>
9630
9631 * config/mn10300/mn10300-modes.def: Fix copyright notice.
9632 * config/v850/v850-modes.def: Fix copyright notice.
9633
9634 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
9635
9636 * doc/extend.texi (AVR Built-in Functions): Document
9637 __builtin_avr_flash_segment.
9638
9639 * config/avr/builtins.def (__builtin_avr_flash_segment): New entry.
9640 * config/avr/avr.md (flash_segment, flash_segment1): New expanders.
9641 (*split.flash_segment): New insn-and-split.
9642 * config/avr/avr.c (avr_init_builtins): Add local variables:
9643 const_memx_void_node, const_memx_ptr_type_node,
9644 char_ftype_const_memx_ptr.
9645
9646 2012-03-01 Jakub Jelinek <jakub@redhat.com>
9647
9648 PR tree-optimization/52445
9649 * tree-ssa-phiopt.c (struct name_to_bb): Remove ssa_name field,
9650 add ssa_name_ver, offset and size fields and change store field
9651 to bool.
9652 (name_to_bb_hash, name_to_bb_eq): Adjust for the above changes.
9653 (add_or_mark_expr): Likewise. Only consider previous stores
9654 with the same size and offset.
9655 (nt_init_block): Only look at gimple_assign_single_p stmts,
9656 doesn't look at rhs2.
9657
9658 2012-03-01 Richard Guenther <rguenther@suse.de>
9659
9660 PR middle-end/52443
9661 * tree-cfg.c (verify_gimple_assign_unary): Allow any
9662 conversions from integral types to pointer types.
9663
9664 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
9665
9666 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Restore built-in
9667 defines for __UINT24_MAX__, __INT24_MAX__, __INT24_MIN__
9668 unintentionally removed in r184616.
9669
9670 2012-03-01 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
9671
9672 * doc/invoke.texi: Document AMD bdver2 and remove mentioning
9673 3DNow from bdver1.
9674
9675 2012-02-29 Jakub Jelinek <jakub@redhat.com>
9676 Uros Bizjak <ubizjak@gmail.com>
9677
9678 PR target/52437
9679 * config/i386/sse.md (vec_set<mode>_0): Swap "*r" and "fF"
9680 alternatives, add "e" constraint to the new last alternative
9681 and ! to last 3 alternatives.
9682
9683 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
9684
9685 * dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and
9686 DW_AT_artificial attributes at the end of the processing.
9687 (gen_array_type_die): Likewise.
9688 (gen_enumeration_type_die): Likewise.
9689 (gen_struct_or_union_type_die): Likewise.
9690 (add_gnat_descriptive_type_attribute): Do not suppress debug info for
9691 the parent type.
9692
9693 2012-02-29 Jakub Jelinek <jakub@redhat.com>
9694
9695 PR middle-end/52419
9696 * expr.c (expand_assignment): If doing misaligned store that doesn't
9697 cover all mode bits, perform a RMW cycle.
9698
9699 PR tree-optimization/52429
9700 * tree-parloops.c (separate_decls_in_region_debug): Return early
9701 if var is LABEL_DECL.
9702
9703 2012-02-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9704
9705 PR tree-optimization/52424
9706 * tree-ssa-dom.c (dom_opt_leave_block): Push a marker before
9707 calling dom_thread_across_edge.
9708
9709 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
9710
9711 * config/avr/avr.c: Move definition of TARGET macros to end of file.
9712
9713 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
9714
9715 * config/avr/avr-protos.h (avr_output_bld): Remove unused prototype.
9716 * config/avr/avr.c (avr_output_bld): Remove unused function.
9717 (avr_out_sbxx_branch): Use "%T" to print bit position.
9718
9719 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
9720
9721 * config/avr/avr.md: Untabify.
9722
9723 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
9724
9725 * config/avr/avr.md (eqne): New code iterator.
9726 (*dec-and-branchsi): Use it in text peephole's condition.
9727 (*dec-and-branchhi): Ditto.
9728 (*dec-and-branchqi): Ditto.
9729
9730 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
9731
9732 PR target/49939
9733 * config/avr/avr.h (ASM_SPEC): Add -mno-skip-bug if we know that
9734 the device does not have the skip-bug.
9735
9736 2012-02-29 Oleg Endo <olegendo@gcc.gnu.org>
9737
9738 * doc/invoke.texi (-msoft-atomic): Add more detailed description.
9739 (-mbranch-cost, -mcbranchdi -mcmpeqdi -mfused-madd
9740 -mpretend-cmove): New.
9741
9742 2012-02-29 Jakub Jelinek <jakub@redhat.com>
9743
9744 PR bootstrap/52397
9745 * df.h (struct df_d): Adjust comment that hard_regs_live_count
9746 doesn't count DEBUG_INSN refs.
9747 * df-scan.c (df_ref_create_structure): Don't set DF_HARD_REG_LIVE
9748 for DEBUG_INSN refs.
9749
9750 2012-02-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9751
9752 Partially revert:
9753
9754 2012-02-20 Richard Guenther <rguenther@suse.de>
9755 PR tree-optimization/52298
9756 * tree-vect-stmts.c (vectorizable_load): Properly use
9757 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing outer loops.
9758
9759 2012-02-28 Aldy Hernandez <aldyh@redhat.com>
9760
9761 PR middle-end/51752
9762 * gimple.h (gimple_in_transaction): New.
9763 (gimple_set_in_transaction): New.
9764 (struct gimple_statement_base): Add in_transaction field.
9765 * tree-ssa-loop-im.c: (movement_possibility): Restrict movement of
9766 transaction loads.
9767 (tree_ssa_lim_initialize): Compute transaction bits.
9768 * tree.h (compute_transaction_bits): Protoize.
9769 * trans-mem.c (tm_region_init): Use the heap to store BB
9770 auxilliary data.
9771 (compute_transaction_bits): New.
9772
9773 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9774
9775 * gcc.c (display_help): Document --help=common and sort entries
9776 alphabetically.
9777
9778 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9779
9780 * doc/install.texi: Document check-$LANG specific shortcuts
9781
9782 2012-02-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9783
9784 PR target/51534
9785 * config/arm/arm.c (neon_builtin_data): Add entries for vcgeu
9786 and vcgtu.
9787 * config/arm/arm_neon.h: Regenerate.
9788 * config/arm/neon.md (unspec): Add UNSPEC_VCGEU, and UNSPEC_VCGTU.
9789 (neon_vcgeu): New insn.
9790 (neon_vcgtu): Likewise.
9791 * config/arm/neon.ml (s_8_32, u_8_32): New lists.
9792 (ops): Unsigned comparison intrinsics call a different builtin.
9793
9794 2012-02-28 Richard Guenther <rguenther@suse.de>
9795
9796 PR target/52407
9797 * config/i386/i386.c (ix86_expand_vector_set): Fix element
9798 ordering for the VEC_CONCAT for two element vectors for
9799 V2SFmode, V2SImode and V2DImode.
9800
9801 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
9802
9803 PR target/49448
9804 * config.gcc (arm*-*-linux*): Use an unambiguous pattern for
9805 detecting big-endian triplets.
9806
9807 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
9808
9809 * arm.c (aapcs_vfp_is_call_or_return_candidate): Only use the machine
9810 mode if there is no type information available.
9811
9812 2012-02-28 Thomas Koenig <tkoenig@gcc.gnu.org>
9813
9814 PR tree-optimization/53207
9815 * doc/invoke.texi: Document as experimental and relying on graphite.
9816
9817 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
9818
9819 * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
9820 of initializer to changes from r184614.
9821
9822 2012-02-28 Richard Guenther <rguenther@suse.de>
9823
9824 PR tree-optimization/52395
9825 * tree-sra.c (build_ref_for_offset): Also look at the base
9826 TYPE_ALIGN when figuring out the alignment of the replacement.
9827
9828 2012-02-28 Richard Guenther <rguenther@suse.de>
9829
9830 PR tree-optimization/52402
9831 * ipa-prop.c (ipa_modify_call_arguments): Properly use
9832 mis-aligned types when creating the accesses at the call site.
9833
9834 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
9835
9836 * config/avr/builtins.def: New file.
9837 * config/avr/t-avr (avr.o, avr-c.o): Depend on it.
9838 * config/avr/avr.c (enum avr_builtin_id): Use it.
9839 (avr_init_builtins): Use it. And use avr_bdesc.
9840 (bdesc_1arg): Remove.
9841 (bdesc_2arg): Remove.
9842 (bdesc_3arg): Remove.
9843 (struct avr_builtin_description): Add field n_args.
9844 (avr_bdesc): New static variable using builtins.def.
9845 (avr_expand_builtin): Use it.
9846 Don't call avr_expand_delay_cycles if op0 is not CONST_INT.
9847 (avr_fold_builtin): Fold AVR_BUILTIN_SWAP.
9848 Don't fold AVR_BUILTIN_INSERT_BITS if arg0 is not INTEGER_CST.
9849
9850 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
9851
9852 PR target/52148
9853 * config/avr/avr.md (movmem_<mode>): Replace match_operand that
9854 match only one single hard register with respective hard reg rtx.
9855 (movmemx_<mode>): Ditto.
9856 * config/avr/avr.c (avr_emit_movmemhi): Adapt expanding to new
9857 insn anatomy of movmem[x]_<mode>.
9858 (avr_out_movmem): Same for printing assembler and operand usage.
9859
9860 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
9861
9862 PR target/49868
9863 PR target/52261
9864 * doc/extend.texi (AVR Named Address Spaces): No more try to fix
9865 address spaces located outside of device flash.
9866
9867 * config/avr/avr.h (base_arch_s): Remove field n_segments.
9868 (mcu_type_s): Add field n_flash.
9869 * config/avr/avr-devices.c (avr_arch_types): Remove .n_segments.
9870 Set .have_elpm and .have_elpmx to 1 for avrxmega4 and avrxmega5.
9871 (AVR_MCU): Add N_FLASH argument.
9872 * config/avr/avr-mcus.def (AVR_MCU): Add initializer for .n_flash.
9873 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Only define built-in
9874 macro __FLASH<n> if that address space makes sense for the device.
9875 * config/avr/avr.c (avr_out_lpm): Don't try to fix address spaces
9876 outside of target flash.
9877 (avr_asm_named_section): Ditto.
9878 (avr_asm_select_section): Ditto.
9879 (avr_addr_space_convert): Ditto.
9880 (avr_emit_movmemhi): Ditto.
9881 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Error if
9882 address space is outside of device flash.
9883 (avr_insert_attributes): Ditto.
9884 (avr_xload_libgcc_p): Use avr_current_device->n_flash instead of
9885 avr_current_arch->n_segments.
9886
9887 2012-02-27 H.J. Lu <hongjiu.lu@intel.com>
9888
9889 PR target/52352
9890 * config/i386/i386.md (*movabs<mode>_1): Enable only for TARGET_LP64.
9891 (*movabs<mode>_2): Likewise.
9892
9893 2012-02-27 Jakub Jelinek <jakub@redhat.com>
9894
9895 PR target/52375
9896 * config/arm/neon.md (vashr<mode>3, vlshr<mode>3): Use
9897 s_register_operand in the test instead of REG_P. Don't call
9898 gen_reg_rtx if it won't be used.
9899
9900 PR tree-optimization/52376
9901 * ipa-split.c (split_function): Ignore CLOBBER stmts.
9902
9903 2012-02-27 Stuart Henderson <shenders@gcc.gnu.org>
9904
9905 * ifcvt.c (noce_get_condition): Check condition variable is not
9906 small_register_classes_for_mode_p before accepting.
9907
9908 2012-02-27 Uros Bizjak <ubizjak@gmail.com>
9909
9910 * config/i386/i386.md (*movabs<mode>_1): Fix operand 1 constraints.
9911
9912 2012-02-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9913
9914 Revert:
9915 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9916 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
9917 tuning parameters.
9918 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
9919
9920 2012-02-27 Oleg Endo <olegendo@gcc.gnu.org>
9921
9922 * config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
9923
9924 2012-02-26 Oleg Endo <olegendo@gcc.gnu.org>
9925
9926 * config/sh/predicates.md: Remove blank lines.
9927 * config/sh/sh.c: Fix typos in comments.
9928 * config/sh/constraints.md: Likewise.
9929 * config/sh/sh.md: Remove blank lines.
9930 Fix typos in comments. Use ;; as comment characters.
9931
9932 2012-02-26 Walter Lee <walt@tilera.com>
9933
9934 * config/tilegx/tilegx.c (match_pcrel_step2): Fix instruction pattern.
9935 (replace_mov_pcrel_step2): Ditto.
9936
9937 2012-02-25 Alexandre Oliva <aoliva@redhat.com>
9938
9939 PR debug/52001
9940 * alias.c (refs_newer_value_cb, refs_newer_value_p): New.
9941 (get_addr): Walk canonical value's locs. Avoid returning VALUEs
9942 and locs that reference values newer than the non-canonical value
9943 at hand. Return the canonical value as a worst case.
9944 (memrefs_conflict_p): Walk canonical value's locs.
9945
9946 PR debug/52001
9947 * cselib.c (preserve_only_constants): Rename to...
9948 (preserve_constants_and_equivs): ... this. Split out...
9949 (invariant_or_equiv_p): ... this. Preserve plus expressions
9950 of other preserved expressions too.
9951 (cselib_reset_table): Adjust.
9952 * var-tracking.c (reverse_op): Use canonical value to build
9953 reverse operation.
9954
9955 2012-02-23 Kai Tietz <ktietz@redhat.com>
9956
9957 * config/i386/i386.c (ix86_delegitimize_address): Handle
9958 UNSPEC_PCREL plus displacement.
9959
9960 2012-02-24 Georg-Johann Lay <avr@gjlay.de>
9961
9962 PR target/52261
9963 * config/avr/avr.c (avr_out_movhi_mr_r_xmega): Use base
9964 to test for unusedness in st X addressing.
9965
9966 2012-02-24 Richard Guenther <rguenther@suse.de>
9967
9968 PR middle-end/52361
9969 * gimple.c (walk_gimple_op): Use predicates with less redundant tests.
9970 (is_gimple_reg_type): Move inline ...
9971 * gimple.h (is_gimple_reg_type): ... here.
9972
9973 2012-02-24 Richard Guenther <rguenther@suse.de>
9974
9975 PR middle-end/52361
9976 * passes.c (execute_function_todo): When verifying SSA form
9977 verify gimple form first.
9978 * tree-ssa.c (verify_ssa): Do not verify gimple form here.
9979
9980 2012-02-24 Richard Guenther <rguenther@suse.de>
9981
9982 PR middle-end/52355
9983 * fold-const.c (fold_addr_of_array_ref_difference): New function.
9984 (fold_binary_loc): Use it to extend the existing &a[i] - &a[j] folding.
9985
9986 2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9987
9988 * tree-if-conv (predicate_scalar_phi): Commentary typo fix.
9989
9990 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9991
9992 * tree-phinodes.c (make_phi_node): Mark static.
9993 * tree-flow.h (make_phi_node): Remove extern decl.
9994 * doc/gimple.texi (make_phi_node): Remove documentation.
9995
9996 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9997
9998 * tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.
9999 * tree-ssa-sccvn.c (print_scc): Ditto.
10000
10001 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
10002
10003 * doc/passes.texi (Full redundancy elimination): Fix typo.
10004
10005 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
10006
10007 * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries.
10008
10009 2012-02-23 Eric Botcazou <ebotcazou@adacore.com>
10010
10011 PR bootstrap/52287
10012 * haifa-sched.c (rank_for_schedule): Stabilize sort for debug insns.
10013
10014 2012-02-23 Uros Bizjak <ubizjak@gmail.com>
10015
10016 PR c/52290
10017 * c-decl.c (start_function): Exit early if decl1 is not FUNTION_DECL.
10018
10019 2012-02-23 Georg-Johann Lay <avr@gjlay.de>
10020
10021 * config/avr/avr.md (code_stdname): Add ior, xor.
10022 (xior): New code iterator.
10023 (*<code_stdname><mode>qi.byte0): Use xior instead of ior.
10024 (*<code_stdname><mode>qi.byte1-3): Ditto.
10025
10026 2012-02-23 Jakub Jelinek <jakub@redhat.com>
10027
10028 PR tree-optimization/52019
10029 * ipa-split.c (find_return_bb, find_retval, visit_bb): Ignore
10030 CLOBBER stmts.
10031
10032 2012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10033
10034 * acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of
10035 HAVE_INITFINI_ARRAY to work around namespace pollution in
10036 certain versions of newlib system headers.
10037 * config.in: Regenerate.
10038 * configure: Regenerate.
10039 * config/initfini-array.h: Use HAVE_INITFINI_ARRAY_SUPPORT
10040 instead of HAVE_INITFINI_ARRAY.
10041
10042 2012-02-22 Uros Bizjak <ubizjak@gmail.com>
10043
10044 PR target/52330
10045 * config/i386/i386.c (ix86_print_operand) <case 'H'>: Error out if x
10046 is not offsettable memory reference.
10047
10048 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
10049
10050 PR target/18145
10051 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Skip
10052 setting avr_need_clear_bss_p for __gnu_lto* symbols.
10053
10054 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
10055
10056 * config/avr/avr.h (avr_accumulate_outgoing_args): Return int.
10057 * config/avr/avr.c (avr_accumulate_outgoing_args): Return int.
10058
10059 2012-02-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10060
10061 * configure.ac (LIB_TLS_SPEC): Enforce use of alternate thread
10062 library on Solaris 8 even without TLS support.
10063 * configure: Regenerate.
10064
10065 2012-02-22 Richard Guenther <rguenther@suse.de>
10066
10067 PR middle-end/52329
10068 * gimple-fold.c (fold_stmt_1): Also canonicalize ADDR_EXPRs
10069 for GIMPLE_DEBUG stmts.
10070
10071 2012-02-22 Martin Jambor <mjambor@suse.cz>
10072
10073 PR middle-end/51782
10074 * emit-rtl.c (set_mem_attributes_minus_bitpos): Set address space
10075 according to the base object.
10076
10077 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
10078
10079 PR rtl-optimization/50063
10080 * config/avr/avr.md (movhi_sp_r): Handle -1 (unknown IRQ state)
10081 and 2 (8-bit SP) in operand 2.
10082 * config/avr/avr.c (avr_prologue_setup_frame): Adjust prologue
10083 setup to use movhi_sp_r instead of vanilla move to write SP.
10084 Adjust REG_CFA notes to superseed unspec.
10085 (expand_epilogue): Adjust epilogue setup to use movhi_sp_r instead
10086 of vanilla move.
10087 As function body might contain CLI or SEI: Use irq_state 0 (IRQ
10088 known to be off) only with TARGET_NO_INTERRUPTS. Never use
10089 irq_state 1 (IRQ known to be on) here.
10090
10091 2012-02-21 Bernd Schmidt <bernds@codesourcery.com>
10092
10093 * ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not
10094 WORDS_BIG_ENDIAN.
10095 * ira-color.c (setup_profitable_hard_regs, check_hard_reg_p,
10096 assign_hard_reg): Likewise.
10097
10098 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
10099
10100 * config/avr/avr.md (neghi2): Remove "!d,0" alternative. Tweak "r,0".
10101
10102 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
10103
10104 * config/avr/avr.md
10105 (*dec-and-branchhi!=-1.d.clobber): New text peephole.
10106 (*dec-and-branchhi!=-1.l.clobber): New text peephole.
10107
10108 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
10109
10110 * config/avr/avr-protos.h (avr_accumulate_outgoing_args): Move
10111 prototype from here to...
10112 * config/avr/avr.h: ...here.
10113
10114 2012-02-21 Richard Earnshaw <rearnsha@arm.com>
10115
10116 PR target/52294
10117 * thumb2.md (thumb2_shiftsi3_short): Split register and
10118 immediate shifts. For register shifts tie operands 0 and 1.
10119 (peephole2 for above): Check that register-controlled shifts
10120 have suitably tied operands.
10121
10122 2012-02-21 Quentin Neill <quentin.neill@amd.com>
10123
10124 PR target/52137
10125 * config/i386/bdver1.md (bdver1_call, bdver1_push,
10126 bdver1_pop, bdver1_leave, bdver1_lea, bdver1_imul_DI, bdver1_imul,
10127 bdver1_imul_mem_DI, bdver1_imul_mem, bdver1_idiv, bdver1_idiv_mem,
10128 bdver1_str, bdver1_idirect, bdver1_ivector, bdver1_idirect_loadmov,
10129 bdver1_idirect_load, bdver1_ivector_load, bdver1_idirect_movstore,
10130 bdver1_idirect_both, bdver1_ivector_both, bdver1_idirect_store,
10131 bdver1_ivector_store, bdver1_fldxf, bdver1_fld, bdver1_fstxf,
10132 bdver1_fst, bdver1_fist, bdver1_fmov_bdver1, bdver1_fadd_load,
10133 bdver1_fadd, bdver1_fmul_load, bdver1_fmul, bdver1_fsgn,
10134 bdver1_fdiv_load, bdver1_fdiv, bdver1_fpspc_load, bdver1_fpspc,
10135 bdver1_fcmov_load, bdver1_fcmov, bdver1_fcomi_load,
10136 bdver1_fcomi, bdver1_fcom_load, bdver1_fcom,
10137 bdver1_fxch, bdver1_ssevector_avx128_unaligned_load,
10138 bdver1_ssevector_avx256_unaligned_load,
10139 bdver1_ssevector_sse128_unaligned_load,
10140 bdver1_ssevector_avx128_load, bdver1_ssevector_avx256_load,
10141 bdver1_ssevector_sse128_load, bdver1_ssescalar_movq_load,
10142 bdver1_ssescalar_vmovss_load, bdver1_ssescalar_sse128_load,
10143 bdver1_mmxsse_load, bdver1_sse_store_avx256, bdver1_sse_store,
10144 bdver1_mmxsse_store_short, bdver1_ssevector_avx256,
10145 bdver1_movss_movsd, bdver1_mmxssemov, bdver1_sselog_load_256,
10146 bdver1_sselog_256, bdver1_sselog_load, bdver1_sselog,
10147 bdver1_ssecmp_load, bdver1_ssecmp, bdver1_ssecomi_load,
10148 bdver1_ssecomi, bdver1_vcvtX2Y_avx256_load, bdver1_vcvtX2Y_avx256,
10149 bdver1_ssecvt_cvtss2sd_load, bdver1_ssecvt_cvtss2sd,
10150 bdver1_sseicvt_cvtsi2sd_load, bdver1_sseicvt_cvtsi2sd,
10151 bdver1_ssecvt_cvtpd2ps_load, bdver1_ssecvt_cvtpd2ps,
10152 bdver1_ssecvt_cvtdq2ps_load, bdver1_ssecvt_cvtdq2ps,
10153 bdver1_ssecvt_cvtdq2pd_load, bdver1_ssecvt_cvtdq2pd,
10154 bdver1_ssecvt_cvtps2pd_load, bdver1_ssecvt_cvtps2pd,
10155 bdver1_ssecvt_cvtsX2si_load, bdver1_ssecvt_cvtsX2si,
10156 bdver1_ssecvt_cvtpd2pi_load, bdver1_ssecvt_cvtpd2pi,
10157 bdver1_ssecvt_cvtpd2dq_load, bdver1_ssecvt_cvtpd2dq,
10158 bdver1_ssecvt_cvtps2pi_load, bdver1_ssecvt_cvtps2pi,
10159 bdver1_ssemuladd_load_256, bdver1_ssemuladd_256,
10160 bdver1_ssemuladd_load, bdver1_ssemuladd, bdver1_sseimul_load,
10161 bdver1_sseimul, bdver1_sseiadd_load, bdver1_sseiadd,
10162 bdver1_ssediv_double_load_256, bdver1_ssediv_double_256,
10163 bdver1_ssediv_single_load_256, bdver1_ssediv_single_256,
10164 bdver1_ssediv_double_load, bdver1_ssediv_double,
10165 bdver1_ssediv_single_load, bdver1_ssediv_single, bdver1_sseins):
10166 Add "bdver2" attribute.
10167
10168 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10169
10170 * config/s390/s390.c (s390_option_override): Make -mhard-dfp the
10171 default if possible and not specified otherwise.
10172
10173 2012-02-21 Richard Guenther <rguenther@suse.de>
10174
10175 PR middle-end/52314
10176 * gimplify.c (create_tmp_from_val): Use the main variant type
10177 for the type of the temporary we create.
10178
10179 2012-02-21 Richard Guenther <rguenther@suse.de>
10180
10181 PR tree-optimization/52324
10182 * gimplify.c (gimplify_expr): When re-gimplifying expressions
10183 do not gimplify a MEM_REF address operand if it is already
10184 in suitable form.
10185
10186 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10187
10188 * config/s390/s390.md ("fixuns_trunc<mode>si2"): Replace
10189 TARGET_HARD_FLOAT with TARGET_HARD_DFP.
10190
10191 2012-02-21 Richard Guenther <rguenther@suse.de>
10192
10193 * tree-vect-stmts.c (vectorizable_load): Use pre-computed
10194 nested_in_vect_loop.
10195
10196 2012-02-21 Jakub Jelinek <jakub@redhat.com>
10197
10198 PR tree-optimization/52318
10199 * gimple-fold.c (gimplify_and_update_call_from_tree): Add
10200 vdef also to non-pure/const call stmts in the sequence.
10201
10202 2012-02-21 Tristan Gingold <gingold@adacore.com>
10203
10204 * config/vms/vms-ld.c (main): Fix IDENTIFICATION padding.
10205
10206 2012-02-20 David S. Miller <davem@davemloft.net>
10207
10208 * config/sparc/sparc.md (load_pcrel_sym<P:mode>): Explain why we
10209 don't use the "rd %pc" instruction on v9 for PIC register loads.
10210
10211 2012-02-20 Aldy Hernandez <aldyh@redhat.com>
10212
10213 PR middle-end/52141
10214 * trans-mem.c (ipa_tm_scan_irr_block): Error out on GIMPLE_ASM's
10215 in a transaction safe function.
10216
10217 2012-02-20 Kai Tietz <ktietz@redhat.com>
10218
10219 PR target/52238
10220 * stor-layout.c (place_field): Handle desired_align for
10221 ms-bitfields, too.
10222
10223 2012-02-20 Richard Guenther <rguenther@suse.de>
10224
10225 PR tree-optimization/52298
10226 * tree-vect-stmts.c (vectorizable_store): Properly use
10227 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing
10228 outer loops.
10229 (vectorizable_load): Likewise.
10230 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
10231 Access DR_STEP after ensuring it is not NULL.
10232
10233 2012-02-20 Jakub Jelinek <jakub@redhat.com>
10234
10235 PR tree-optimization/52286
10236 * fold-const.c (fold_binary_loc): For (X & C1) | C2
10237 optimization use double_int_to_tree instead of build_int_cst_wide,
10238 rewrite to use double_int vars.
10239
10240 2012-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10241
10242 PR target/50166
10243 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Require gcc_SUN_LD_VERSION.
10244 Define _start.
10245 Remove -e 0 from $gcc_cv_ld invocation.
10246 Only use __GLIBC_PREREQ if defined.
10247 Enable on Solaris since Solaris 8 patch.
10248 (gcc_SUN_LD_VERSION): New macro.
10249 * configure.ac (ld_ver) <*-*-solaris2*>: Refer to
10250 gcc_SUN_LD_VERSION for version number format.
10251 * configure: Regenerate.
10252 * varasm.c (get_elf_initfini_array_priority_section): Set
10253 SECTION_NOTYPE for non-default priority.
10254 Use get_section instead of get_unnamed_section to emit
10255 .init_array/.fini_array with default priority.
10256
10257 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
10258
10259 * config/mips/mips.c (mips_need_mips16_rdhwr_p): New variable.
10260 (mips_get_tp): Set it. Record that __mips16_rdhwr binds locally.
10261 (mips_start_unique_function, mips_output_mips16_rdhwr)
10262 (mips_code_end): New functions.
10263 (TARGET_ASM_CODE_END): Define.
10264
10265 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
10266
10267 * config/mips/mips.c (mips16_build_call_stub): Add CFI information
10268 to stubs with non-sibling calls.
10269
10270 2012-02-18 Sandra Loosemore <sandra@codesourcery.com>
10271
10272 * doc/invoke.texi (-fira-* options): Copy-edit.
10273 (ira-* parameters): Copy-edit.
10274
10275 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
10276
10277 * doc/invoke.texi: Minor copy-edits to bring into conformance with
10278 GCC coding conventions.
10279
10280 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
10281
10282 * doc/invoke.texi: Consistently hyphenate "big-endian"/"little-endian"
10283 when used as adjectives.
10284
10285 2012-02-16 Sandra Loosemore <sandra@codesourcery.com>
10286
10287 * doc/invoke.texi: Clean up "that"/"which" confusion.
10288
10289 2012-02-17 Steven Bosscher <steven@gcc.gnu.org>
10290
10291 * system.h: Poison SMALL_REGISTER_CLASSES
10292 * config/rl78/rl78.h: Replace SMALL_REGISTER_CLASSES with hook.
10293 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES.
10294
10295 2012-02-16 Jakub Jelinek <jakub@redhat.com>
10296
10297 PR tree-optimization/52285
10298 * tree-tailcall.c (find_tail_calls): Ignore gimple_clobber_p stmts
10299 when deciding if a call is a tail call or tail recursion.
10300
10301 2012-02-16 Kai Tietz <ktietz@redhat.com>
10302
10303 * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
10304 interger-constant displacement for UNSPEC_PCREL.
10305
10306 2012-02-16 Jakub Jelinek <jakub@redhat.com>
10307
10308 PR rtl-optimization/52208
10309 * ira-costs.c (scan_one_insn): Don't decrease mem_cost
10310 for MEMs with REG_EQUIV, if the MEM isn't general_operand.
10311
10312 PR tree-optimization/52255
10313 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): If
10314 loop->header has virtual PHI, but exit_e->dest doesn't, add
10315 virtual PHI to exit_e->dest and adjust all uses after the loop.
10316
10317 PR debug/52260
10318 * dwarf2out.c (copy_decls_walk): Fill in *slot before traversing
10319 children with clone_tree_hash, not after it.
10320
10321 2012-02-16 Iain Sandoe <iains@gcc.gnu.org>
10322
10323 * config/darwin.h (ASM_OUTPUT_LABELREF): Add user label prefix for
10324 extended identifiers.
10325
10326 2012-02-16 Jakub Jelinek <jakub@redhat.com>
10327
10328 PR middle-end/51929
10329 * cgraphunit.c (verify_edge_corresponds_to_fndecl): If node is
10330 a same_body_alias, also test whether e->callee isn't a former
10331 or current clone of the decl this is a same body alias of.
10332
10333 PR translation/52264
10334 * cgraphunit.c (verify_cgraph_node): Fix a typo.
10335
10336 2012-02-15 Sandra Loosemore <sandra@codesourcery.com>
10337
10338 * doc/invoke.texi: Clean up "n-bit/byte/word" modifiers.
10339
10340 2012-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
10341
10342 PR target/52199
10343 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
10344 force_reg instead of copy_to_reg for better optimization. Force
10345 non-register or memory operands into a register.
10346
10347 2012-02-15 Andrew MacLeod <amacleod@redhat.com>
10348
10349 * extend.texi: Reserve upper bits of memory model for future use.
10350
10351 2012-01-15 Georg-Johann Lay <avr@gjlay.de>
10352 Anatoly Sokolov <aesok@post.ru>
10353 Eric Weddington <eric.weddington@atmel.com>
10354
10355 PR target/52261
10356 * config/avr/avr-devices.c (avr_arch_types): Add avrxmega2,
10357 avrxmega4, avrxmega5, avrxmega6, avrxmega7.
10358 Rewrite initializers for .macro.
10359 * config/avr/avr-mcus.def (AVR_MCU): Add known MCUs:
10360 avrxmega2: atxmega16a4, atxmega16d4, atxmega16x1, atxmega32a4
10361 atxmega32d4, atxmega32x1.
10362 avrxmega4: atxmega64a3, atxmega64d3.
10363 avrxmega5: atxmega64a1, atxmega64a1u.
10364 avrxmega6: atxmega128a3, atxmega128d3, atxmega192a3, atxmega192d3,
10365 atxmega256a3, atxmega256a3b, atxmega256a3bu, atxmega256d3.
10366 avrxmega7: atxmega128a1, atxmega128a1u.
10367 * config/avr/avr.h (enum avr_arch): Add: ARCH_AVRXMEGA2,
10368 ARCH_AVRXMEGA4, ARCH_AVRXMEGA5, ARCH_AVRXMEGA6, ARCH_AVRXMEGA7.
10369 (struct base_arch_s): Rename reserved to xmega_p.
10370 Rename reserved2 to have_rampd.
10371 (AVR_XMEGA): New define.
10372 (AVR_HAVE_RAMPD, AVR_HAVE_RAMPX, AVR_HAVE_RAMPY): New defines.
10373 (AVR_HAVE_RAMPZ): Change definition to fit xmega.
10374 * config/avr/predicates.md (io_address_operand): Take into
10375 account SFR offset.
10376 (low_io_address_operand): Ditto.
10377 (high_io_address_operand): Ditto.
10378 * config/avr/avr.md (isa): Add alternatives no_xmega, xmega.
10379 (enabled, movhi_sp_r): Use them.
10380 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use
10381 cpp_define_formatted to built-in define __AVR_ARCH__.
10382 (__AVR_XMEGA__): New built-in define.
10383 (__AVR_HAVE_RAMPD__): New built-in define.
10384 (__AVR_HAVE_RAMPX__): New built-in define.
10385 (__AVR_HAVE_RAMPY__): New built-in define.
10386 (__AVR_HAVE_RAMPZ__): Change condition when to built-in define it.
10387
10388 * config/avr/avr.c (avr_addr_t): Add ccp, rampd, rampx, rampy.
10389 (avr_option_override): Initialize them.
10390 (sreg_rtx, rampd_rtx, rampx_rtx, rampy_rtx): New GTY rtx.
10391 (avr_init_expanders): Initialize them. No more block several calls.
10392 (emit_push_sfr): New static function.
10393 (avr_prologue_setup_frame): Use it to push SREG, RAMPD/X/Y/Z as needed.
10394 Handle AVR_XMEGA.
10395 (expand_epilogue): Handle AVR_XMEGA. Pop RAMPD/X/Y/Z as needed.
10396 (avr_print_operand): Print addreeses as symbols for
10397 RAMPX, RAMPY, RAMPD, CCP.
10398 (output_movhi): Handle AVR_XMEGA when writing to SP.
10399 (avr_out_movhi_mr_r_xmega): New static function.
10400 (out_movhi_mr_r): Forward to avr_out_movhi_mr_r_xmega for AVR_XMEGA.
10401 (avr_file_start): Print symbol defines for __RAMPX__, __RAMPY__,
10402 __RAMPD__, __CCP__ as needed.
10403
10404 * config/avr/multilib.h: Regenerate.
10405 * config/avr/t-multilib: Regenerate.
10406 * config/avr/avr-tables.opt: Regenerate.
10407
10408 2012-02-15 Tobias Grosser <grosser@fim.uni-passau.de>
10409
10410 PR tree-optimization/50561
10411 * graphite-flattening.c (lst_project_loop): Do not
10412 remove old scattering dimensions after flattening.
10413 (lst_do_flatten): Likewise.
10414
10415 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
10416
10417 * doc/extend.texi (AVR Built-in Functions): Remove doc for
10418 __builtin_avr_map8, __builtin_avr_map16.
10419 Document __builtin_avr_insert_bits.
10420
10421 * config/avr/avr.md (map_bitsqi, map_bitshi): Remove.
10422 (insert_bits): New insn.
10423 (adjust_len.map_bits): Rename to insert_bits.
10424 (UNSPEC_MAP_BITS): Rename to UNSPEC_INSERT_BITS.
10425 * avr-protos.h (avr_out_map_bits): Remove.
10426 (avr_out_insert_bits, avr_has_nibble_0xf): New.
10427 * config/avr/constraints.md (Cxf,C0f): New.
10428 * config/avr/avr.c (avr_cpu_cpp_builtins): Remove built-in
10429 defines __BUILTIN_AVR_MAP8, __BUILTIN_AVR_MAP16.
10430 New built-in define __BUILTIN_AVR_INSERT_BITS.
10431 * config/avr/avr.c (TARGET_FOLD_BUILTIN): New define.
10432 (enum avr_builtin_id): Add AVR_BUILTIN_INSERT_BITS.
10433 (avr_move_bits): Rewrite.
10434 (avr_fold_builtin, avr_map_metric, avr_map_decompose): New static
10435 functions.
10436 (avr_map_op_t): New typedef.
10437 (avr_map_op): New static variable.
10438 (avr_out_insert_bits, avr_has_nibble_0xf): New functions.
10439 (adjust_insn_length): Handle ADJUST_LEN_INSERT_BITS.
10440 (avr_init_builtins): Add definition for __builtin_avr_insert_bits.
10441 (bdesc_3arg, avr_expand_triop_builtin): New.
10442 (avr_expand_builtin): Use them. And handle AVR_BUILTIN_INSERT_BITS.
10443 (avr_revert_map, avr_swap_map, avr_id_map, avr_sig_map): Remove.
10444 (avr_map_hamming_byte, avr_map_hamming_nonstrict): Remove.
10445 (avr_map_equal_p, avr_map_sig_p): Remove.
10446 (avr_out_swap_bits, avr_out_revert_bits, avr_out_map_bits): Remove.
10447 (bdesc_2arg): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
10448 (adjust_insn_length): Remove handling for ADJUST_LEN_MAP_BITS.
10449 (enum avr_builtin_id): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
10450 (avr_init_builtins): Remove __builtin_avr_map8, __builtin_avr_map16.
10451 (avr_expand_builtin): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
10452
10453 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
10454
10455 * config/c6x/c6x.md (reserve_cycles): New attribute.
10456 * config/c6x/c6x.c (c6x_sched_reorder_1): Ensure insns we predicate
10457 don't reserve functional units after the branch occurs.
10458
10459 2012-02-14 Aldy Hernandez <aldyh@redhat.com>
10460
10461 PR middle-end/52142
10462 * ipa-inline.c (can_inline_edge_p): Do not inline tm_pure
10463 functions into non-tm_pure functions.
10464
10465 2012-02-14 Eric Botcazou <ebotcazou@adacore.com>
10466
10467 PR lto/52178
10468 * gimple.c (iterative_hash_gimple_type): Use RECORD_OR_UNION_TYPE_P.
10469 (iterative_hash_canonical_type): Likewise.
10470 * tree-ssa-pre.c (fini_pre): Clean up the CFG only after purging all
10471 the dead edges.
10472
10473 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
10474
10475 * haifa-sched.c (prune_ready_list): Ensure that if there is a
10476 sched-group insn, it either remains alone or the entire list is pruned.
10477
10478 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
10479
10480 * doc/install.texi (Prerequisites): Fix grammar.
10481 (Configuration): Likewise.
10482
10483 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
10484
10485 * doc/install.texi (Prerequisites): Suggest building GMP, MPFR and
10486 MPC as part of GCC before describing configuring with --with-gmp etc.
10487 (Installing GCC: Configuration): --with-gmp etc. aren't needed if
10488 sources are present.
10489
10490 2012-02-14 Jakub Jelinek <jakub@redhat.com>
10491
10492 PR debug/51950
10493 * dwarf2out.c (clone_tree_hash): New function.
10494 (copy_decls_walk): Use it instead of clone_tree.
10495
10496 2012-02-14 Richard Guenther <rguenther@suse.de>
10497
10498 PR tree-optimization/52244
10499 PR tree-optimization/51528
10500 * tree-sra.c (analyze_access_subtree): Only create INTEGER_TYPE
10501 replacements for integral types.
10502
10503 2012-02-14 Walter Lee <walt@tilera.com>
10504
10505 * config.gcc: Handle tilegx and tilepro.
10506 * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
10507 tilegx and tilepro.
10508 Add HAVE_AS_TLS check for tilegx and tilepro.
10509 * configure: Regenerate.
10510 * doc/contrib.texi: Add Mat Hostetter and self.
10511 * doc/extend.texi (TILE-Gx Built-in Functions): New node.
10512 Document instruction intrinsics and network accessing intrinsics.
10513 (TILEPro Built-in Functions): New node. Document instruction
10514 intrinsics and network accessing intrinsics.
10515 * doc/install.texi (Specific, tilegx-*-linux*): Document it.
10516 (Specific, tilepro-*-linux*): Likewise.
10517 * doc/invoke.texi (TILE-Gx Options): New section.
10518 (TILEPro Options): New section.
10519 * doc/md.texi (TILE-Gx): New section.
10520 (TILEPro): New section.
10521 * common/config/tilegx/tilegx-common.c: New file.
10522 * common/config/tilepro/tilepro-common.c: New file.
10523 * config/tilegx/constraints.md: New file.
10524 * config/tilegx/linux.h: New file.
10525 * config/tilegx/mul-tables.c: New file.
10526 * config/tilegx/predicates.md: New file.
10527 * config/tilegx/sync.md: New file.
10528 * config/tilegx/t-tilegx: New file.
10529 * config/tilegx/tilegx-builtins.h: New file.
10530 * config/tilegx/tilegx-c.c: New file.
10531 * config/tilegx/tilegx-generic.md: New file.
10532 * config/tilegx/tilegx-modes.def: New file.
10533 * config/tilegx/tilegx-multiply.h: New file.
10534 * config/tilegx/tilegx-protos.h: New file.
10535 * config/tilegx/tilegx.c: New file.
10536 * config/tilegx/tilegx.h: New file.
10537 * config/tilegx/tilegx.md: New file.
10538 * config/tilegx/tilegx.opt: New file.
10539 * config/tilepro/constraints.md: New file.
10540 * config/tilepro/gen-mul-tables.cc: New file.
10541 * config/tilepro/linux.h: New file.
10542 * config/tilepro/mul-tables.c: New file.
10543 * config/tilepro/predicates.md: New file.
10544 * config/tilepro/t-tilepro: New file.
10545 * config/tilepro/tilepro-builtins.h: New file.
10546 * config/tilepro/tilepro-c.c: New file.
10547 * config/tilepro/tilepro-generic.md: New file.
10548 * config/tilepro/tilepro-modes.def: New file.
10549 * config/tilepro/tilepro-multiply.h: New file.
10550 * config/tilepro/tilepro-protos.h: New file.
10551 * config/tilepro/tilepro.c: New file.
10552 * config/tilepro/tilepro.h: New file.
10553 * config/tilepro/tilepro.md: New file.
10554 * config/tilepro/tilepro.opt: New file.
10555
10556 2012-02-14 Jakub Jelinek <jakub@redhat.com>
10557
10558 PR tree-optimization/52210
10559 * tree-vect-slp.c (vect_get_and_check_slp_defs): Call
10560 vect_model_simple_cost with two entry vect_def_type array instead
10561 of an address of dt.
10562
10563 2012-02-14 Richard Guenther <rguenther@suse.de>
10564
10565 PR lto/52178
10566 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
10567 Do not stream DECL_QUALIFIER.
10568 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
10569 * tree.c (free_lang_data_in_decl): Free DECL_QUALIFIER.
10570 (find_decls_types_r): Do not walk DECL_QUALIFIER.
10571
10572 2012-02-14 Jakub Jelinek <jakub@redhat.com>
10573
10574 PR c/52181
10575 * c-decl.c (merge_decls): Copy DECL_USER_ALIGN bit from olddecl to
10576 newdecl.
10577
10578 2012-02-13 Jakub Jelinek <jakub@redhat.com>
10579
10580 PR bootstrap/52172
10581 * cselib.h (cselib_subst_to_values_from_insn): New prototype.
10582 * cselib.c (cselib_subst_to_values_from_insn): New function.
10583 * sched-deps.c (add_insn_mem_dependence,
10584 sched_analyze_1, sched_analyze_2): Use it.
10585
10586 2012-02-13 Jan Hubicka <jh@suse.cz>
10587
10588 PR middle-end/52214
10589 * predict.c (predict_paths_for_bb): Fix thinko in prevoius patch.
10590
10591 2012-02-13 Eric Botcazou <ebotcazou@adacore.com>
10592
10593 * gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.
10594 (GTM_SELF_SPECS): Define if not already defined.
10595 (driver_self_specs): Add GTM_SELF_SPECS.
10596 * config/darwin.h (LINK_COMMAND_SPEC_A): Deal with -fgnu-tm.
10597 (GTM_SELF_SPECS): Define.
10598 * config/i386/cygwin.h (GTM_SELF_SPECS): Likewise.
10599 * config/i386/mingw32.h (GTM_SELF_SPECS): Likewise.
10600
10601 2012-02-13 Jakub Jelinek <jakub@redhat.com>
10602
10603 * cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right
10604 away if seen.
10605
10606 * cselib.c (dump_cselib_val): Don't assume l->setting_insn is non-NULL.
10607
10608 PR middle-end/52230
10609 * omp-low.c (expand_omp_for): If a static schedule without chunk size
10610 has NULL region->cont, force fd.chunk_size to be integer_zero_node.
10611
10612 2012-02-13 Andrew MacLeod <amacleod@redhat.com>
10613
10614 PR c/52190
10615 * doc/extend.texi : Fix another __atomic_compare_exchange typo.
10616
10617 2012-02-13 Richard Guenther <rguenther@suse.de>
10618
10619 PR translation/52211
10620 * passes.c (enable_disable_pass): Fix typo.
10621
10622 2012-02-13 Jakub Jelinek <jakub@redhat.com>
10623
10624 PR middle-end/52209
10625 * expr.c (expand_expr_real_2) <case BIT_NOT_EXPR>: Only expand using
10626 XOR for reduce_bit_field if type is unsigned.
10627
10628 2012-02-12 Eric Botcazou <ebotcazou@adacore.com>
10629
10630 * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): In 64-bit mode,
10631 disallow changes from SFmode to mode with different size in FP regs.
10632
10633 2012-02-12 Robert Millan <rmh@gnu.org>
10634 Gerald Pfeifer <gerald@pfeifer.com>
10635
10636 * ginclude/stddef.h [__FreeBSD_kernel__] (__size_t): Do not define.
10637 Tweak comment.
10638
10639 2012-02-11 Richard Sandiford <rdsandiford@googlemail.com>
10640
10641 PR rtl-optimization/52175
10642 * reorg.c (fill_slots_from_thread): Don't apply add/sub optimization
10643 to frame-related instructions.
10644
10645 2012-02-10 Jason Merrill <jason@redhat.com>
10646
10647 PR c++/51910
10648 * tlink.c (demangled_hash_entry): Change mangled to a VEC.
10649 (demangle_new_symbols): Fill it.
10650 (scan_linker_output): Walk it.
10651 (start_tweaking): Split out from scan_linker_output.
10652 (maybe_tweak): Update sym->chosen.
10653 * Makefile.in (COLLECT2_OBJS): Add vec.o and gcc-none.o
10654
10655 2012-02-11 Jakub Jelinek <jakub@redhat.com>
10656
10657 PR debug/52132
10658 * reg-stack.c (subst_stack_regs_in_debug_insn): Don't use get_true_reg.
10659
10660 2012-02-11 Uros Bizjak <ubizjak@gmail.com>
10661
10662 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
10663 having the same mode as previous compare.
10664
10665 2012-02-10 Eric Botcazou <ebotcazou@adacore.com>
10666
10667 * config/sparc/sparc.c (sparc_flat_expand_prologue): Use emit_use.
10668 * config/sparc/sparc.md (UNSPECV_GOTO): Delete.
10669 (nonlocal_goto_internal): Likewise.
10670 (nonlocal_goto): Emit a use and an indirect jump directly.
10671
10672 2012-02-10 Andrew MacLeod <amacleod@redhat.com>
10673
10674 PR c/52190
10675 * doc/extend.texi : Update comments for __atomic_compare_exchange and
10676 __atomic_{is,always}_lock_free.
10677
10678 2012-02-10 Uros Bizjak <ubizjak@gmail.com>
10679
10680 PR target/52146
10681 * config/i386/i386.c (ix86_legitimate_address_p): Disallow
10682 negative constant address for TARGET_X32.
10683
10684 2012-02-10 Richard Henderson <rth@redhat.com>
10685
10686 * tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.
10687 * tree-ssa-operands.c (parse_ssa_operands): Add virtual operands
10688 for GIMPLE_TRANSACTION. Tidy if's into a switch.
10689
10690 2012-02-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10691 Ira Rosen <irar@il.ibm.com>
10692
10693 PR tree-optimization/50031
10694 * targhooks.c (default_builtin_vectorization_cost): Handle
10695 vec_promote_demote.
10696 * target.h (enum vect_cost_for_stmt): Add vec_promote_demote.
10697 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Handle
10698 all types of reduction and pattern statements.
10699 (vect_estimate_min_profitable_iters): Likewise.
10700 * tree-vect-stmts.c (vect_model_promotion_demotion_cost): New function.
10701 (vect_get_load_cost): Use vec_perm for permutations; add dump logic
10702 for explicit realigns.
10703 (vectorizable_conversion): Call vect_model_promotion_demotion_cost.
10704 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
10705 vec_promote_demote.
10706 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
10707 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Update
10708 vec_perm for VSX and handle vec_promote_demote.
10709
10710 2012-02-10 Jakub Jelinek <jakub@redhat.com>
10711
10712 PR middle-end/52177
10713 * builtins.c (fold_builtin_atomic_always_lock_free,
10714 expand_builtin_atomic_always_lock_free,
10715 fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
10716 Return and/or test boolean_true_node/boolean_false_node instead of
10717 integer_one_node/integer_zero_node.
10718
10719 2012-02-10 Jan Hubicka <jh@suse.cz>
10720
10721 PR middle-end/48600
10722 * predict.c (predict_paths_for_bb): Prevent looping.
10723 (predict_paths_leading_to_edge, predict_paths_leading_to): Update.
10724
10725 2012-02-10 Roman Zhuykov <zhroma@ispras.ru>
10726
10727 * config/arm/arm.c (output_move_double): In one case properly
10728 count number of instructions that will be emitted.
10729
10730 2012-02-10 Richard Guenther <rguenther@suse.de>
10731
10732 PR translation/52193
10733 * cgraphunit.c (cgraph_mark_functions_to_output): Fix typo.
10734
10735 2012-02-09 Peter Bergner <bergner@vnet.ibm.com>
10736
10737 PR middle-end/52140
10738 * dojump.c (do_compare_rtx_and_jump): Use SCALAR_FLOAT_MODE_P.
10739
10740 2012-02-09 Jakub Jelinek <jakub@redhat.com>
10741
10742 PR debug/52165
10743 * var-tracking.c (emit_note_insn_var_location): If
10744 EMIT_NOTE_BEFORE_INSN and insn is NOTE_INSN_CALL_ARG_LOCATION,
10745 emit it before next non-NOTE_INSN_CALL_ARG_LOCATION
10746 non-NOTE_DURING_CALL_P insn.
10747
10748 2012-02-09 Bin Cheng <bin.cheng@arm.com>
10749
10750 PR middle-end/51867
10751 * builtins.c (expand_builtin): Don't check DECL_ASSEMBLER_NAME_SET_P.
10752
10753 2012-02-08 Magnus Granberg <zorry@gentoo.org>
10754
10755 PR driver/48524
10756 * gcc.c (switch_matches) Support switches with separated form,
10757 -D and -U.
10758
10759 2012-02-08 Georg-Johann Lay <avr@gjlay.de>
10760
10761 * config/avr/avr.md (SREG_ADDR): Remove constant definition.
10762 (SP_ADDR): Ditto.
10763 (RAMPZ_ADDR): Ditto.
10764 * config/avr/avr.c (avr_addr_t): New typedef.
10765 (avr_addr): New struct to hold RAM address of SPL, SPH, RAMPZ, SREG.
10766 (avr_init_expanders): Initialize it.
10767 (expand_prologue): Use avr_addr instead of RAMPZ_ADDR, SP_ADDR,
10768 SREG_ADDR.
10769 (expand_epilogue): Ditto.
10770 (avr_print_operand): Ditto.
10771 (avr_file_start): Ditto.
10772 (avr_emit_movmemhi): Ditto.
10773
10774 2012-02-08 Richard Guenther <rguenther@suse.de>
10775
10776 PR tree-optimization/46886
10777 * tree-flow.h (do_while_loop_p): Declare.
10778 * tree-ssa-loop-ch.c (do_while_loop_p): Export.
10779 * tree-parloops.c (parallelize_loops): Only parallelize do-while loops.
10780
10781 2012-02-08 Andrew MacLeod <amacleod@redhat.com>
10782
10783 * optabs.c (expand_atomic_load): Do not assume compare_and_swap will
10784 always succeed for integers larger than a native word.
10785
10786 2012-02-08 Richard Guenther <rguenther@suse.de>
10787
10788 PR rtl-optimization/52170
10789 * simplify-rtx.c (simplify_plus_minus): Use CONSTM1_RTX to
10790 properly handle integer vector modes.
10791
10792 2012-02-08 Jakub Jelinek <jakub@redhat.com>
10793
10794 PR gcov-profile/52150
10795 * coverage.c: Include target.h.
10796 (build_var): Call targetm.strip_name_encoding on the assembler name.
10797 Change one _ into . or $ if the target allows it.
10798 * Makefile.in (coverage.o): Depend on $(TARGET_H).
10799
10800 PR rtl-optimization/52139
10801 * cfgrtl.c (cfg_layout_merge_blocks): If BB_END
10802 is a BARRIER after emit_insn_after_noloc, move BB_END
10803 to the last non-BARRIER insn before it.
10804
10805 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
10806
10807 PR middle-end/24306
10808 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): New function.
10809 (mips_gimplify_va_arg_expr): Call it instead of
10810 std_gimplify_va_arg_expr.
10811
10812 2012-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
10813
10814 * config/rs6000/rs6000.c (rs6000_trampoline_init): Fix error
10815 message for -mno-pointers-to-nested-function.
10816
10817 2012-02-07 Eric Botcazou <ebotcazou@adacore.com>
10818
10819 PR middle-end/51994
10820 * expr.c (get_inner_reference): If there is an offset, add a negative
10821 bit position to it (if any).
10822
10823 2012-02-07 Jakub Jelinek <jakub@redhat.com>
10824
10825 PR rtl-optimization/52060
10826 * combine.c (try_combine): Add i0src_copy and i0src_copy2 variables,
10827 copy i1src to i1src_copy whenever added_sets_2 && i1_feeds_i2_n already
10828 before i1dest -> i1src substitution in newpat, copy i0src to i0src_copy
10829 and/or i0src_copy2 when needed.
10830
10831 2012-02-07 Jakub Jelinek <jakub@redhat.com>
10832
10833 * gcc.c (main): Don't look for lto-wrapper or lto-wrapper
10834 or LTOPLUGINSONAME if have_c.
10835
10836 * config/freebsd-spec.h: Add comment about what macros can be defined
10837 in this header.
10838 (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): Don't define here.
10839 * config/freebsd.h (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): But
10840 here instead.
10841
10842 2012-02-07 Richard Guenther <rguenther@suse.de>
10843
10844 * gimple-pretty-print.c (dump_gimple_phi): Avoid excessive
10845 newline in -alias dumps.
10846
10847 2012-02-07 Kai Tietz <ktietz@redhat.com>
10848 Dave Korn <dave.korn.cygwin@gmail.com>
10849
10850 PR target/40068
10851 * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition):
10852 Take care that typinfo gets dllexport-attribute.
10853
10854 2012-02-07 Jakub Jelinek <jakub@redhat.com>
10855
10856 PR middle-end/52074
10857 * expr.c (expand_expr_addr_expr_1): For CONSTANT_CLASS_P or CONST_DECL
10858 if modifier < EXPAND_SUM call force_operand on the result.
10859
10860 2012-02-07 Joern Rennecke <joern.rennecke@embecosm.com>
10861
10862 * config/epiphany/epiphany.h (ASM_DECLARE_FUNCTION_SIZE): Redefine,
10863 adding __forwarder_dst__ prefix if a forwarder_section attribute is
10864 present.
10865 (epiphany_function_type): Replace types for specific interrupts with
10866 EPIPHANY_FUNCTION_INTERRUPT.
10867 (EPIPHANY_INTERRUPT_P): Update.
10868 * config/epiphany/epiphany.c (epiphany_handle_forwarder_attribute):
10869 New static function.
10870 (epiphany_attribute_table) <interrupt>: min_len is 0, max_len is 9.
10871 <disinterrupt>: Affects type identity.
10872 (epiphany_handle_interrupt_attribute): Handle variable number of
10873 arguments.
10874 (epiphany_compute_function_type): Update for new
10875 epiphany_function_type definition.
10876 (epiphany_expand_prologue): Don't save (reg:DI GPR_0) for interrupt
10877 handlers with a longcall forwarder.
10878 (epiphany_start_function): Handle multiple interrupt arguments and/or
10879 forwarder_section attribute.
10880
10881 * config/epiphany/epiphany.h (LIB_SPEC): Link libc again after
10882 libgloss.
10883
10884 2012-02-07 Alan Modra <amodra@gmail.com>
10885
10886 PR target/52107
10887 * config/rs6000/rs6000.c (rs6000_emit_move): Don't create DImode
10888 subregs of TFmode.
10889
10890 2012-02-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10891
10892 PR tree-optimization/50969
10893 * tree-vect-stmts.c (vect_model_store_cost): Correct statement cost to
10894 use vec_perm rather than vector_stmt.
10895 (vect_model_load_cost): Likewise.
10896 * config/i386/i386.c (ix86_builtin_vectorization_cost): Change cost of
10897 vec_perm to be the same as other vector statements.
10898 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Revise
10899 cost of vec_perm for TARGET_VSX.
10900
10901 2012-02-06 Richard Guenther <rguenther@suse.de>
10902
10903 PR tree-optimization/52115
10904 * tree-sra.c (access_has_replacements_p): New function.
10905 (sra_modify_assign): Use it to decide whether a use is uninitialized.
10906
10907 2012-02-06 Patrick Marlier <patrick.marlier@gmail.com>
10908
10909 PR middle-end/52047
10910 * trans-mem.c (expand_call_tm): Add an assertion.
10911 * calls.c (flags_from_decl_or_type): Add ECF_TM_PURE to 'no vops'
10912 functions.
10913
10914 2012-02-06 Richard Guenther <rguenther@suse.de>
10915
10916 PR tree-optimization/50955
10917 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Artificially
10918 raise cost of expressions that replace an address with an
10919 expression based on a different pointer.
10920
10921 2012-02-06 Jakub Jelinek <jakub@redhat.com>
10922
10923 PR target/52129
10924 * calls.c (mem_overlaps_already_clobbered_arg_p): If val is
10925 CONST_INT_P, subtract resp. add crtl->args.pretend_args_size to it.
10926
10927 2012-02-06 Jonathan Wakely <jwakely.gcc@gmail.com>
10928
10929 PR c++/48680
10930 * doc/invoke.texi (C++ Dialect Options): Use @option markup for
10931 -Weffc++ and specify guidelines come from second edition.
10932
10933 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
10934
10935 * config/mips/mips.md (sibcall_internal, sibcall_value_internal)
10936 (sibcall_value_multiple_internal, call_split, call_internal_direct)
10937 (call_direct_split, call_value_split, call_value_internal_direct)
10938 (call_value_direct_split, call_value_multiple_split): Use jal and
10939 jal_macro attributes.
10940
10941 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
10942
10943 * reload1.c (reload_regs_reach_end_p): Replace with...
10944 (reload_reg_rtx_reaches_end_p): ...this function.
10945 (new_spill_reg_store): Update commentary.
10946 (emit_input_reload_insns): Don't clear new_spill_reg_store here.
10947 (emit_output_reload_insns): Check reload_reg_rtx_reaches_end_p
10948 before setting new_spill_reg_store.
10949 (emit_reload_insns): Use a separate loop to clear new_spill_reg_store.
10950 Use reload_reg_rtx_reaches_end_p instead of reload_regs_reach_end_p.
10951 Also use reload_reg_rtx_reaches_end_p when reading new_spill_reg_store
10952 for non-spill reload registers.
10953
10954 2012-02-05 Ira Rosen <irar@il.ibm.com>
10955
10956 PR tree-optimization/52091
10957 * tree-vectorizer.h (vect_is_simple_use): Add an argument.
10958 (vect_is_simple_use_1): Likewise.
10959 * tree-vect-loop.c (vectorizable_reduction): Update calls
10960 to vect_is_simple_use_1 and vect_is_simple_use.
10961 (vectorizable_live_operation): Likewise.
10962 * tree-vect-patterns.c (widened_name_p,
10963 vect_recog_vector_vector_shift_pattern, check_bool_pattern): Likewise.
10964 * tree-vect-stmts.c (process_use, vect_get_vec_def_for_operand,
10965 vectorizable_call, vectorizable_conversion, vectorizable_assignment,
10966 vectorizable_shift,vectorizable_operation, vectorizable_store,
10967 vectorizable_load): Likewise.
10968 (vect_is_simple_cond): Add an argument, pass it to
10969 vect_is_simple_use_1.
10970 (vectorizable_condition): Update calls to vect_is_simple_cond,
10971 vect_is_simple_use.
10972 (vect_is_simple_use): Add an argument, the statement in which
10973 OPERAND is used. Check that if OPERAND's def stmt is a double
10974 reduction phi node, the use is a phi node too.
10975 (vect_is_simple_use_1): Add an argument, pass it to
10976 vect_is_simple_use.
10977 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update a call
10978 to vect_is_simple_use.
10979
10980 2012-02-04 Jakub Jelinek <jakub@redhat.com>
10981
10982 PR rtl-optimization/52095
10983 * modulo-sched.c (dump_insn_locator): New function.
10984 (loop_canon_p, sms_schedule): Use it.
10985
10986 PR rtl-optimization/52113
10987 * lower-subreg.c (decompose_multiword_subregs): Call recog_memoized
10988 even for decomposable shift/zext insns.
10989
10990 2012-02-03 Jakub Jelinek <jakub@redhat.com>
10991 Zdenek Dvorak <ook@ucw.cz>
10992
10993 PR rtl-optimization/52092
10994 * loop-unswitch.c (unswitch_single_loop): Call copy_rtx_if_shared
10995 on get_iv_value result.
10996
10997 2012-02-02 Andrew Pinski <apinski@cavium.com>
10998
10999 PR middle-end/47982
11000 PR middle-end/43967
11001 * doc/libgcc.texi (__udivmoddi4/__udivmodti4): Fix documentation typo.
11002
11003 2012-02-02 Jakub Jelinek <jakub@redhat.com>
11004
11005 PR middle-end/48071
11006 * diagnostic.c (diagnostic_finish): Remove trailing newlines.
11007
11008 2012-02-02 Vladimir Makarov <vmakarov@redhat.com>
11009
11010 PR rtl-optimization/49800
11011 * haifa-sched.c (sched_init): Call regstat_init_n_sets_and_refs.
11012 (sched_finish): Call regstat_free_n_sets_and_refs.
11013
11014 2012-02-02 Jia Liu <proljc@gmail.com>
11015
11016 * config/mips/mips-dspr2.md (mips_prepend): Mask operand 3 rather
11017 than operand 2.
11018
11019 2012-02-02 Jan Hubicka <jh@suse.cz>
11020 Tom de Vries <tom@codesourcery.com>
11021
11022 PR middle-end/51998
11023 * cgraphunit.c (cgraph_analyze_function): Break cyclic aliases.
11024 * varpool.c (varpool_analyze_pending_decls): Likewise.
11025
11026 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
11027 Jayant R Sonar <jayant.sonar@kpitcummins.com>
11028
11029 * config.gcc: Add cr16-* support.
11030
11031 * doc/extend.texi: Document cr16 extensions.
11032 * doc/install.texi: Document cr16 install.
11033 * doc/invoke.texi: Document cr16 options.
11034 * doc/md.texi: Document cr16 constraints.
11035
11036 * common/config/cr16/cr16-common.c: New file.
11037 * config/cr16/cr16.c: New file.
11038 * config/cr16/cr16.h: New file.
11039 * config/cr16/cr16.md: New file.
11040 * config/cr16/cr16.opt: New file.
11041 * config/cr16/cr16-protos.h: New file.
11042 * config/cr16/predicates.md: New file.
11043 * config/cr16/constraints.md: New file.
11044 * config/cr16/t-cr16: New file.
11045
11046 2012-02-02 Jakub Jelinek <jakub@redhat.com>
11047
11048 PR target/52086
11049 * config/i386/i386.md (*addqi_2 peephole with SImode addition): Check
11050 that operands[2] is either immediate, or q_regs_operand.
11051
11052 PR tree-optimization/52073
11053 * tree-vect-stmts.c (vect_mark_relevant): When checking uses of
11054 a pattern stmt for pattern uses, ignore uses outside of the loop.
11055
11056 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
11057
11058 * config/avr/avr.c: Resolve all AS1 and AS2 macros.
11059 * config/avr/avr.h (AS1, AS2, AS2C, AS3): Remove.
11060 (OUT_AS1, OUT_AS2): Remove.
11061
11062 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
11063
11064 PR rtl-optimization/51374
11065 * combine.c (can_combine_p): Don't allow volatile_refs_p insns
11066 to cross other volatile_refs_p insns.
11067
11068 2012-02-01 Richard Guenther <rguenther@suse.de>
11069
11070 * doc/invoke.texi (fno-inline): Clarify documentation.
11071 (finline-small-functions): Likewise.
11072 (finline-functions): Likewise.
11073 * common.opt (finline): Adjust comment and documentation.
11074 (finline-small-functions): Clarify documentation.
11075 (finline-functions): Likewise.
11076 (finline-functions-called-once): Likewise.
11077
11078 2012-02-01 Tristan Gingold <gingold@adacore.com>
11079
11080 * c-typeck.c (composite_type): Keep mode for pointers.
11081
11082 2012-01-31 Richard Sandiford <rdsandiford@googlemail.com>
11083
11084 * function.h (regno_reg_rtx): Adjust comment.
11085 * reginfo.c (init_reg_modes_target): Only use the previous mode
11086 if it fits within one register. Remove MIPS comment.
11087
11088 2012-01-31 Jakub Jelinek <jakub@redhat.com>
11089
11090 PR bootstrap/52058
11091 * combine.c (do_SUBST_LINK, SUBST_LINK): Guard with #ifndef HAVE_cc0.
11092
11093 2012-01-31 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11094
11095 * config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
11096 to srak instruction.
11097
11098 2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11099
11100 * config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true condition.
11101
11102 2012-01-31 Jakub Jelinek <jakub@redhat.com>
11103
11104 PR bootstrap/52041
11105 PR bootstrap/52039
11106 PR target/51974
11107 * ipa-prop.c (detect_type_change_1): Call ao_ref_init.
11108
11109 2012-01-31 Richard Guenther <rguenther@suse.de>
11110
11111 PR tree-optimization/51528
11112 * tree-sra.c (sra_modify_assign): Avoid copy-in/out for aggregate
11113 assigns.
11114
11115 2012-01-31 Jakub Jelinek <jakub@redhat.com>
11116
11117 PR bootstrap/52041
11118 PR bootstrap/52039
11119 PR target/51974
11120 * ree.c (add_removable_extension): Change def_map argument
11121 to unsigned *, store in def_map 1 + offset into *insn_list vector
11122 instead of pointers into the vector.
11123 (find_removable_extensions): Adjust caller.
11124
11125 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
11126
11127 * config/avr/avr.md: Resolve all AS1 and AS2 macros.
11128 Transform all "* quoted-c-code" to { c-code }.
11129 Remove redundant test for "optimize" in combine patterns.
11130 Move (include "avr-dimode.md") to end of file.
11131
11132 2012-01-30 Bin Cheng <bin.cheng@arm.com>
11133
11134 PR target/51835
11135 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
11136 for __aeabi_d2iz/__aeabi_d2uiz with hard-float.
11137
11138 2012-01-30 Richard Guenther <rguenther@suse.de>
11139
11140 PR tree-optimization/52028
11141 * tree-loop-distribution.c (ldist_gen): Properly update
11142 virtual SSA form.
11143
11144 2012-01-30 Jakub Jelinek <jakub@redhat.com>
11145
11146 PR debug/52027
11147 * dwarf2out.c (dwarf2out_switch_text_section): Don't call
11148 set_cur_line_info_table if not emitting debug info.
11149
11150 PR tree-optimization/52046
11151 * tree-vect-patterns.c (check_bool_pattern): Give up if
11152 a comparison could throw.
11153
11154 PR debug/52048
11155 * tree-ssa-tail-merge.c (local_def): Ignore debug uses.
11156
11157 2012-01-30 Richard Guenther <rguenther@suse.de>
11158
11159 PR tree-optimization/52045
11160 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Update
11161 SSA form if cfgcleanup did anything.
11162
11163 2012-01-30 Richard Guenther <rguenther@suse.de>
11164
11165 PR tree-optimization/52045
11166 * ipa-inline-transform.c (inline_transform): Call execute_fixup_cfg
11167 before computing final todo.
11168
11169 2012-01-30 Richard Guenther <rguenther@suse.de>
11170
11171 PR tree-optimization/51528
11172 * tree-sra.c (sra_modify_assign): Re-factor in preparation
11173 for PR51528 fix.
11174
11175 2012-01-30 Paolo Bonzini <bonzini@gnu.org>
11176
11177 * df-problems.c (df_kill_notes): Check that the use refers
11178 to the note under examination.
11179
11180 2012-01-30 Eric Botcazou <ebotcazou@adacore.com>
11181
11182 PR target/51920
11183 * config/sparc/sparc.c (vector_init_fpmerge): Remove INNER_MODE
11184 parameter and use short-lived pseudos.
11185 (vector_init_faligndata): Remove INNER_MODE parameter and use loop.
11186 (sparc_expand_vector_init): Const-ify local variables and adjust
11187 calls to above functions.
11188
11189 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
11190
11191 * config/avr/avr.c (out_movqi_mr_r): Fix length computation.
11192
11193 2012-01-29 Sandra Loosemore <sandra@codesourcery.com>
11194
11195 * doc/invoke.texi: Make usage of "compile time" and
11196 "run time"/"runtime" consistent throughout the file.
11197
11198 2012-01-29 Uros Bizjak <ubizjak@gmail.com>
11199
11200 * config/alpha/alpha.c (alpha_option_override): Default to
11201 full IEEE compliance mode for Go language.
11202
11203 2011-01-29 Tijl Coosemans <tijl@coosemans.org>
11204
11205 * config/freebsd-spec.h [TARGET_LIBC_PROVIDES_SSP]
11206 (LINK_SSP_SPEC): Define.
11207
11208 2012-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11209
11210 PR target/51871
11211 * config/pa/pa.c (pa_return_addr_rtx): Add support for PA2.0 export
11212 stubs.
11213
11214 2012-01-28 Sandra Loosemore <sandra@codesourcery.com>
11215
11216 * doc/invoke.texi: Correct hyphenation of "floating point",
11217 "double precision", and related terminology throughout the file.
11218
11219 2012-01-28 Jakub Jelinek <jakub@redhat.com>
11220
11221 PR target/52006
11222 * config/arm/arm.md (pic_add_dot_plus_eight peephole2): Use
11223 arm_general_register_operand predicate for operand 2 instead of
11224 register_operand.
11225
11226 2012-01-27 Ian Lance Taylor <iant@google.com>
11227
11228 PR go/47656
11229 * builtins.def (BUILT_IN_INIT_HEAP_TRAMPOLINE): Define.
11230 * builtins.c (expand_builtin_init_trampoline): Add onstack
11231 parameter. Change caller.
11232 (expand_builtin): Handle BUILT_IN_INIT_HEAP_TRAMPOLINE.
11233 * tree.c (build_common_builtin_nodes): Declare
11234 __builtin_init_heap_trampoline.
11235
11236 2012-01-27 Georg-Johann Lay <avr@gjlay.de>
11237
11238 * config/avr/avr-protos.h (lpm_reg_rtx, lpm_addr_reg_rtx,
11239 tmp_reg_rtx, zero_reg_rtx, all_regs_rtx, rampz_rtx): Make global.
11240 * config/avr/avr.c: Ditto.
11241 (avr_regnames): Remove because unused.
11242 * config/avr/avr.md (*cpse.ne): New peephole.
11243 (*cpse.eq): New peephole from former cpse peepholes.
11244
11245 2012-01-27 Michael Eager <eager@eagercon.com>
11246
11247 * config/microblaze.c (microblaze_emit_compare): Correct
11248 test after pcmp instruction.
11249
11250 2012-01-27 Richard Guenther <rguenther@suse.de>
11251
11252 PR tree-optimization/52020
11253 * tree-sra.c (sra_modify_assign): Do not transform clobbers.
11254
11255 2012-01-27 Richard Guenther <rguenther@suse.de>
11256
11257 * ipa-pure-const.c (check_stmt): Clobbers do not make a
11258 function non-const/pure.
11259
11260 2012-01-27 Richard Guenther <rguenther@suse.de>
11261
11262 PR tree-optimization/50444
11263 * tree-sra.c (build_ref_for_offset): Properly adjust the
11264 MEM_REF type for unaligned accesses.
11265
11266 2012-01-27 Richard Guenther <rguenther@suse.de>
11267
11268 PR tree-optimization/50444
11269 * expr.c (mem_ref_refers_to_non_mem_p): New function.
11270 (expand_assignment): Use it. Properly handle misaligned
11271 bases when expanding stores to component references.
11272 (expand_expr_real_1): Use mem_ref_refers_to_non_mem_p and
11273 refactor that case.
11274
11275 2012-01-27 Andrey Belevantsev <abel@ispras.ru>
11276
11277 PR middle-end/51389
11278 * Makefile.in (tree-data-ref.o): Depend on $(PARAMS_H).
11279 * tree-data-ref.h (find_data_references_in_loop): Remove declaration.
11280 * tree-data-ref.c (find_data_references_in_loop): Make static.
11281 (compute_all_dependences): Change return type to bool. Bail out
11282 for too many datarefs in a loop. Move the hunk resetting the data
11283 dependences vector from ...
11284 (compute_data_dependences_for_loop): ... here. Account for
11285 compute_all_dependences returning false.
11286 (compute_data_dependences_for_bb): Likewise.
11287 * params.def (PARAM_LOOP_MAX_DATAREFS_FOR_DATADEPS): New param.
11288 * doc/invoke.texi (loop-max-datarefs-for-datadeps): Document it.
11289
11290 2012-01-27 Richard Guenther <rguenther@suse.de>
11291
11292 PR middle-end/51959
11293 * expr.c (store_field): Use the alias-set of the scratch memory
11294 for storing to it.
11295
11296 2012-01-27 Tom de Vries <tom@codesourcery.com>
11297
11298 PR tree-optimization/51990
11299 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
11300 WITH_SIZE_EXPR.
11301 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Same.
11302
11303 2012-01-27 Jakub Jelinek <jakub@redhat.com>
11304
11305 PR debug/52001
11306 * var-tracking.c (reverse_op): Don't add any reverse operation
11307 if V already has any constant locations.
11308
11309 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
11310
11311 * doc/invoke.texi: Correct usage of "command line" (noun)
11312 vs "command-line" (adjective) throughout.
11313
11314 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
11315
11316 * doc/invoke.texi (Language Independent Options): Move
11317 -Wcoverage-mismatch blurb from here....
11318 (Warning Options): ...to here.
11319
11320 2012-01-27 Peter Bergner <bergner@vnet.ibm.com>
11321
11322 * config/rs6000/rs6000.c (rs6000_option_override_internal):
11323 Set rs6000_always_hint to false for 476.
11324
11325 2012-01-27 Matthias Klose <doko@ubuntu.com>
11326
11327 * gcc.c (add_sysrooted_prefix): Remove trailing dir separator from
11328 system root.
11329 * incpath.c (add_standard_paths): Likewise.
11330
11331 2012-01-27 Richard Henderson <rth@redhat.com>
11332
11333 * config/m68k/m68k.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
11334 * config/m68k/sync.md (atomic_test_and_set): Rename from
11335 sync_test_and_setqi and adjust the operands.
11336 (atomic_test_and_set_1): Rename from sync_test_and_setqi_1
11337 and unconditionally enable.
11338
11339 2012-01-27 Richard Henderson <rth@redhat.com>
11340
11341 * config/sparc/sparc.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
11342 * config/sparc/sync.md (atomic_test_and_set): Only handle QImode.
11343 (ldstub): Rename from ldstubqi.
11344 (ldstub<I24MODE>): Remove.
11345
11346 2012-01-27 Richard Henderson <rth@redhat.com>
11347
11348 * target.def (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
11349 * c-cppbuiltin.c (cpp_atomic_builtins): Define
11350 __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
11351 * doc/tm.texi.in (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Add doc hook.
11352 * doc/tm.texi: Rebuild.
11353
11354 2012-01-27 Richard Henderson <rth@redhat.com>
11355
11356 * optabs.c (gen_atomic_test_and_set): Remove default.
11357 (maybe_emit_atomic_test_and_set): Use maybe_expand_insn.
11358
11359 2012-01-26 Jakub Jelinek <jakub@redhat.com>
11360
11361 PR rtl-optimization/51978
11362 * ree.c (make_defs_and_copies_lists): Change set_pat type to const_rtx.
11363 (combine_reaching_defs): Likewise.
11364 (struct re_info): Remove.
11365 (add_removable_extension): Remove x and data arguments,
11366 add insn, insn_list and def_map. Use the arguments directly
11367 instead of using struct re_info.
11368 (find_removable_extensions): Don't call add_removable_extension
11369 through note_stores, instead just call it with single_set
11370 result if non-NULL.
11371 (find_and_remove_re): Pass curr_cand->expr instead of
11372 PATTERN (curr_cand->insn) as set_pat argument to combine_reaching_defs.
11373
11374 2012-01-26 Michael Matz <matz@suse.de>
11375
11376 PR tree-optimization/46590
11377 * cfgexpand.c: Revert last change (r183305).
11378 * gimplify.c (gimplify_bind_expr): Add clobbers for all non-gimple
11379 regs.
11380 * tree-eh.c (cleanup_empty_eh): Try to optimize clobbers before
11381 checking for emptiness.
11382
11383 2012-01-26 Jakub Jelinek <jakub@redhat.com>
11384
11385 PR middle-end/51895
11386 * expr.c (expand_expr_real_1): Handle BLKmode MEM_REF of
11387 non-addressable non-BLKmode base correctly.
11388
11389 2012-01-26 Michael Matz <matz@suse.de>
11390
11391 PR tree-optimization/48794
11392 * tree-eh.c (remove_unreachable_handlers_no_lp): Don't remove
11393 regions referenced from RESX/EH_DISPATCH.
11394
11395 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11396
11397 * config/s390/s390.h: Make BRANCH_COST an option.
11398 * config/s390/s390.opt: New option -mbranch-cost.
11399
11400 2012-01-26 Richard Henderson <rth@redhat.com>
11401
11402 Revert 2012-01-24 change:
11403 * trans-mem.c (requires_barrier): Do not instrument thread local
11404 variables and emit save/restore for them.
11405
11406 2012-01-25 Jakub Jelinek <jakub@redhat.com>
11407
11408 PR middle-end/51986
11409 * sched-deps.c (sched_get_condition_with_rev_uncached): Don't test
11410 for pat == 0.
11411
11412 2012-01-25 Richard Sandiford <rdsandiford@googlemail.com>
11413
11414 * config/mips/mips.c (mips_small_data_pattern_1): Don't process
11415 ASM_OPERANDS.
11416
11417 2012-01-25 Georg-Johann Lay <avr@gjlay.de>
11418
11419 PR target/49868
11420 Rename __pgm to __flash.
11421 Rename __pgm1 to __flash1.
11422 Rename __pgm2 to __flash2.
11423 Rename __pgm3 to __flash3.
11424 Rename __pgm4 to __flash4.
11425 Rename __pgm5 to __flash5.
11426 Rename __pgmx to __memx.
11427 * doc/extend.texi (AVR Named Address Spaces)
11428 Rename address space names as indicated above.
11429 * config/avr/avr.c (avr_addrspace): Ditto.
11430
11431 * config/avr/avr-protos.h
11432 (avr_mem_pgmx_p): Rename to avr_mem_memx_p.
11433 (avr_mem_pgm_p): Rename to avr_mem_flash_p.
11434 * config/avr/predicates.md: Ditto.
11435 * config/avr/avr.c Ditto, and
11436 (avr_decl_pgmx_p): Rename to avr_decl_memx_p.
11437 (avr_decl_pgm_p): Rename to avr_decl_flash_p.
11438
11439 * config/avr/avr.h (ADDR_SPACE_PGM): Rename to ADDR_SPACE_FLASH.
11440 (ADDR_SPACE_PGM1): Rename to ADDR_SPACE_FLASH1.
11441 (ADDR_SPACE_PGM2): Rename to ADDR_SPACE_FLASH2.
11442 (ADDR_SPACE_PGM3): Rename to ADDR_SPACE_FLASH3.
11443 (ADDR_SPACE_PGM4): Rename to ADDR_SPACE_FLASH4.
11444 (ADDR_SPACE_PGM5): Rename to ADDR_SPACE_FLASH5.
11445 (ADDR_SPACE_PGMX): Rename to ADDR_SPACE_MEMX.
11446 * config/avr/avr.c: Ditto.
11447 * config/avr/avr.md: Ditto.
11448
11449 2012-01-25 Jason Merrill <jason@redhat.com>
11450
11451 PR c++/51992
11452 * tree.c (find_decls_types_in_node): Walk gimple_call_fntype.
11453
11454 2012-01-25 Jakub Jelinek <jakub@redhat.com>
11455
11456 PR tree-optimization/51987
11457 * tree-data-ref.c (get_references_in_stmt): Handle references in
11458 non-volatile GIMPLE_ASM.
11459
11460 2012-01-25 Richard Guenther <rguenther@suse.de>
11461
11462 * tree-ssa-sccvn.c (vn_reference_eq): Also compare if both
11463 bases are dereferenced.
11464
11465 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
11466
11467 PR rtl-optimization/48374
11468 * sel-sched-ir.h (get_all_loop_exits): Check for zero successors.
11469
11470 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
11471
11472 * tree-predcom.c (tree_predictive_commoning_loop): Bail out when
11473 compute_data_dependences_for_loop returns false.
11474 * tree-parloops.c (loop_parallel_p): Likewise.
11475
11476 2012-01-25 Richard Guenther <rguenther@suse.de>
11477
11478 * tree.h (get_pointer_alignment_1): Declare.
11479 * builtins.c (get_pointer_alignment_1): New function.
11480 (get_pointer_alignment): Use it.
11481
11482 2012-01-25 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11483
11484 PR rtl-optimization/48308
11485 * combine.c (enum undo_kind): Add UNDO_LINKS.
11486 (struct undo): Add member l to other_contents and where.
11487 (do_SUBST_LINK): New.
11488 (SUBST_LINK): New.
11489 (try_combine): Handle LOG_LINKS for the dummy i1 case.
11490 (undo_all): Handle UNDO_LINKS.
11491
11492 2012-01-25 Richard Henderson <rth@redhat.com>
11493
11494 * optabs.c (maybe_emit_atomic_test_and_set): Allow non-QImode
11495 mem inputs.
11496
11497 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
11498
11499 * optabs.c (gen_atomic_test_and_set): Use each argument.
11500
11501 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
11502
11503 * config/mips/mips-ps-3d.md (mips_addr_ps, reduc_splus_v2sf)
11504 (mips_cvt_pw_ps, mips_cvt_ps_pw, mips_mulr_ps, mips_cabs_cond_<fmt>)
11505 (mips_cabs_cond_4s, mips_cabs_cond_ps, bc1any4t, bc1any4f, bc1any2t)
11506 (bc1any2f, mips_rsqrt1_<fmt>, mips_rsqrt2_<fmt>, mips_recip1_<fmt>)
11507 (mips_recip2_<fmt>): Require TARGET_MIPS3D rather than
11508 TARGET_PAIRED_SINGLE_FLOAT.
11509
11510 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
11511
11512 * doc/rtl.texi (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
11513 (in_struct, return_val): Remove MEM documentation.
11514 * rtl.h (rtx_def): Remove MEM meanings from in_struct and return_val.
11515 (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
11516 (MEM_COPY_ATTRIBUTES): Remove references to MEM_IN_STRUCT_P
11517 and MEM_SCALAR.
11518 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
11519 * cfgexpand.c (add_alias_set_conflicts): Likewise.
11520 * expr.c (store_field): Likewise.
11521 * function.c (assign_stack_temp_for_type): Likewise.
11522 * ifcvt.c (noce_try_cmove_arith): Likewise.
11523 * reload1.c (reload): Likewise.
11524 * config/alpha/alpha.c (alpha_set_memflags_1): Likewise.
11525 (alpha_set_memflags): Likewise.
11526 * config/m32c/m32c.c (m32c_immd_dbl_mov): Nullify.
11527
11528 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
11529
11530 * rtl.h (true_dependence, canon_true_dependence): Remove varies
11531 parameter.
11532 * alias.c (fixed_scalar_and_varying_struct_p): Delete.
11533 (true_dependence_1, write_dependence_p, may_alias_p): Don't call it.
11534 (true_dependence_1, true_dependence, canon_true_dependence): Remove
11535 varies parameter.
11536 * cselib.c (cselib_rtx_varies_p): Delete.
11537 (cselib_invalidate_mem): Update call to canon_true_dependence.
11538 * dse.c (record_store, check_mem_read_rtx): Likewise.
11539 (scan_reads_nospill): Likewise.
11540 * cse.c (check_dependence): Likewise.
11541 (cse_rtx_varies_p): Delete.
11542 * expr.c (safe_from_p): Update call to true_dependence.
11543 * ira.c (validate_equiv_mem_from_store): Likewise.
11544 (memref_referenced_p): Likewise.
11545 * postreload-gcse.c (find_mem_conflicts): Likewise.
11546 * sched-deps.c (sched_analyze_2): Likewise.
11547 * store-motion.c (load_kills_store): Likewise.
11548 * config/frv/frv.c (frv_registers_conflict_p_1): Likewise.
11549 * gcse.c (mems_conflict_for_gcse_p): Likewise.
11550 (compute_transp): Update call to canon_true_dependence.
11551
11552 2012-01-25 Richard Henderson <rth@redhat.com>
11553
11554 * optabs.c (CODE_FOR_atomic_test_and_set): Provide default.
11555 (maybe_emit_atomic_test_and_set): New.
11556 (expand_sync_lock_test_and_set): Use it.
11557 (expand_atomic_test_and_set): Likewise.
11558 * doc/extend.texi (__atomic_test_and_set): Adjust the docs to match
11559 the implementation; clarify implementation defined details.
11560 * doc/md.texi (atomic_test_and_set): Document.
11561
11562 2012-01-25 Richard Henderson <rth@redhat.com>
11563
11564 * config/sparc/predicates.md (zero_or_v7_operand): Use match_code.
11565
11566 2012-01-25 Richard Henderson <rth@redhat.com>
11567
11568 PR target/51968
11569 * config/arm/arm.c (neon_split_vcombine): Emit deleted note
11570 to effect no-op split.
11571
11572 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
11573
11574 PR lto/51698
11575 * builtin-types.def: (BT_CONST_DOUBLE_PTR): New.
11576 (BT_FN_VOID_PTR_CONST_PTR_SIZE): New.
11577 (BT_FN_VOID_PTR_INT_SIZE): New.
11578 (BT_FN_UINT_UINT_VAR): Remove.
11579 (BT_FN_UINT32_UINT32_VAR): New.
11580 (BT_FN_DOUBLE_VPTR): Remove.
11581 (BT_FN_DOUBLE_CONST_DOUBLE_PTR): New.
11582
11583 * gtm-builtins.def (_ITM_abortTransaction): Set return type to void.
11584 (_ITM_changeTransactionMode): Same.
11585 (_ITM_memmoveRtWt): Change return type to void.
11586 (_ITM_memcpyRtWt): Same.
11587 (_ITM_memsetW): Same.
11588 (_ITM_RaRD): Change types to double.
11589 (_ITM_RD): Same.
11590 (_ITM_RaWD): Same.
11591 (_ITM_RfWD): Same.
11592
11593 * builtins.def (DEF_TM_BUILTIN): Set BOTH_P to true.
11594
11595 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
11596 Patrick Marlier <patrick.marlier@gmail.com>
11597
11598 * trans-mem.c (requires_barrier): Do not instrument thread local
11599 variables and emit save/restore for them.
11600
11601 2012-01-24 Jason Merrill <jason@redhat.com>
11602
11603 PR c++/51812
11604 * cgraphunit.c (cgraph_decide_is_function_needed): Don't always
11605 output static aliases.
11606
11607 2012-01-24 Jakub Jelinek <jakub@redhat.com>
11608
11609 PR driver/47249
11610 * common.opt (-pie, -shared, pie, shared): Change from Common to
11611 Driver.
11612 * gcc.c (display_help): Display help for -pie and -shared.
11613
11614 2012-01-24 Georg-Johann Lay <avr@gjlay.de>
11615
11616 PR target/49868
11617 * doc/extend.texi (AVR Named Address Spaces): Move sample code up.
11618 Remove note on size/offset limitation.
11619 (AVR Variable Attributes): Add example how to read data located
11620 with progmem. Refer to named address spaces.
11621 * doc/invoke.texi (AVR Options): Fix typo.
11622
11623 2012-01-24 Richard Guenther <rguenther@suse.de>
11624
11625 Forward-port to trunk
11626 2010-09-21 Jakub Jelinek <jakub@redhat.com>
11627
11628 PR middle-end/45678
11629 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: If
11630 op0 isn't sufficiently aligned and there is movmisalignM
11631 insn for mode, use it to load op0 into a temporary register.
11632
11633 2012-01-24 Jakub Jelinek <jakub@redhat.com>
11634
11635 PR target/51957
11636 * target.def (const_not_ok_for_debug_p): New hook.
11637 * doc/tm.texi.in (TARGET_CONST_NOT_OK_FOR_DEBUG_P): New hook
11638 documentation.
11639 * doc/tm.texi: Regenerated.
11640 * dwarf2out.c (const_ok_for_output_1): If
11641 targetm.const_not_ok_for_debug_p returns true, fail.
11642 * config/rs6000/rs6000.c (rs6000_const_not_ok_for_debug_p): New
11643 function.
11644 (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Redefine.
11645
11646 2012-01-23 Kai Tietz <ktietz@redhat.com>
11647
11648 PR target/51900
11649 * config/i386/predicates.md (symbolic_operand): Allow
11650 UNSPEC_PCREL as PIC expression for lea.
11651 * config/i386/winnt.c (i386_pe_binds_local_p): Reworked.
11652 * config/i386/i386.c (ix86_delegitimize_address): Handle
11653 UNSPEC_PCREL for none-MEM, too.
11654
11655 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
11656
11657 * trans-mem.c (ipa_tm_create_version): Set externally_visible.
11658 (ipa_tm_create_version_alias): Same.
11659
11660 2012-01-23 Uros Bizjak <ubizjak@gmail.com>
11661
11662 PR libitm/51830
11663 * builtin-types.def (BT_FN_UINT_UINT_VAR): New.
11664 * gtm-builtins.def (BUILT_IN_TM_START): Declare as BT_FN_UINT_UINT_VAR.
11665
11666 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
11667 Patrick Marlier <patrick.marlier@gmail.com>
11668 Iain Sandoe <developer@sandoe-acoustics.co.uk>
11669
11670 PR lto/51916
11671 * lto-wrapper.c (run_gcc): Pass the LTO section name to
11672 simple_object_start_read.
11673
11674 2012-01-23 Richard Guenther <rguenther@suse.de>
11675
11676
11677 PR tree-optimization/51895
11678 * tree-sra.c (decide_one_param_reduction): Avoid sub-optimal
11679 parameter decomposition into BLKmode components.
11680
11681 2012-01-23 Eric Botcazou <ebotcazou@adacore.com>
11682
11683 * tree-ssa-structalias.c (intra_create_variable_infos): Do not create
11684 fake variables for restrict-qualified pointers whose pointed-to type
11685 contains a placeholder.
11686
11687 2012-01-23 Richard Guenther <rguenther@suse.de>
11688
11689 PR tree-optimization/51949
11690 * ipa-split.c (execute_split_functions): Do not split malloc functions.
11691
11692 2012-01-23 Jakub Jelinek <jakub@redhat.com>
11693
11694 PR rtl-optimization/51933
11695 * ree.c (transform_ifelse): Return true right away if dstreg is
11696 already wider or equal to cand->mode.
11697 (enum ext_modified_kind, struct ext_modified, ext_state): New types.
11698 (make_defs_and_copies_lists): Remove defs_list and copies_list
11699 arguments, add state argument, just truncate state->work_list
11700 instead of always allocating and freeing the vector. Assert that
11701 get_defs succeeds instead of returning 2. Changed return type to bool.
11702 (merge_def_and_ext): Add state argument. If SET_DEST doesn't
11703 have ext_src_mode, see if it has been modified already with the
11704 right kind of extension and has been extended before from the
11705 ext_src_mode. If SET_DEST is already wider or equal to cand->mode,
11706 just return true. Remember the original mode in state->modified array.
11707 (combine_reaching_defs): Add state argument. Don't allocate and
11708 free here def_list, copied_list and vec vectors, instead just
11709 VEC_truncate the vectors in *state. Don't handle outcome == 2 here.
11710 (find_and_remove_re): Set DF_DEFER_INSN_RESCAN df flag.
11711 Add state variable, clear vectors in it, initialize state.modified
11712 if needed. Free all the vectors at the end and state.modified too.
11713 Don't skip a candidate if the extension expression has been modified.
11714
11715 2012-01-22 Douglas B Rupp <rupp@gnat.com>
11716
11717 PR target/47096
11718 * config.gcc: (i[34567]86-*-interix3*): Remove from obsolete
11719 configurations. Change triplet to i[34567]86-*-interix[3-9]*.
11720 (extra_options) interix.opt -> i386/interix.opt"
11721 (extra_objs):Add winnt-stubs.o
11722 * configure.ac: Add interix to target_os .comm on PE check.
11723 * configure: Regenerate.
11724 * config/interix3.h: Delete and move bits to..
11725 * config/interix.h: Delete and move bits to..
11726 * config/i386/i386-interix3.h: Delete and move bits to..
11727 * config/i386/i386-interix.h: ..here.
11728 (TARGET_CPU_DEFAULT): Remove redefinition.
11729 (TARGET_ASM_CONSTRUCTOR): Undefine.
11730 (SUBTARGET_SWITCHES): Define for ms-bitfields.
11731 (TARGET_OS_CPP_BUILTINS): Remove __OPENNT. Add __declspec.
11732 (PTRDIFF_TYPE): Define.
11733 (LONG_DOUBLE_TYPE_SIZE): Define.
11734 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
11735 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
11736 (TARGET_SECTION_TYPE_FLAGS): Define.
11737 (ASM_DECLARE_FUNCTION_NAME): Define.
11738 (ASM_OUTPUT_EXTERNAL): Define.
11739 (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
11740 (ASM_OUTPUT_ALIGNED_BSS): Define.
11741 (PCC_BITFIELD_TYPE_MATTERS): Define.
11742 (USE_CONST_SECTION): Define.
11743 (SUBTARGET_ENCODE_SECTION_INFO): Remove.
11744 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
11745 (SUPPORTS_ONE_ONLY): Remove.
11746 (I386_PE_STRIP_ENCODING): Define.
11747 * config/interix.opt: Delete and move bits to..
11748 * config/i386/interix.opt: ..here. New.
11749 (mpe-aligned-commons): Add.
11750 * config/i386/t-interix: Add copyright header.
11751 (winnt-stubs.o): Add rule.
11752
11753 2012-01-22 Jason Merrill <jason@redhat.com>
11754
11755 PR c++/51832
11756 * varpool.c (varpool_analyze_pending_decls): Copy DECL_EXTERNAL
11757 for extra name aliases.
11758
11759 2012-01-22 Eric Botcazou <ebotcazou@adacore.com>
11760
11761 PR rtl-optimization/51924
11762 * ree.c (combine_set_extension): Improve debugging message.
11763 (combine_reaching_defs): Likewise.
11764 (get_defs): Rename confusingly named variable.
11765 (find_and_remove_re): Skip a candidate if the extension expression has
11766 been modified.
11767
11768 2012-01-21 Robert Millan <rmh@gnu.org>
11769 Gerald Pfeifer <gerald@pfeifer.com>
11770
11771 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
11772 (GNU_USER_DYNAMIC_LINKER): Adjust indentation.
11773
11774 2012-01-20 Jakub Jelinek <jakub@redhat.com>
11775
11776 PR tree-optimization/51914
11777 * tree-vect-stmts.c (vectorizable_conversion): For
11778 cvt_type && modifier == WIDEN, put temporary with cvt_type
11779 at the beginning of vec_dsts and set vec_dest to temporary
11780 with vectype_out.
11781
11782 2012-01-20 Eric Botcazou <ebotcazou@adacore.com>
11783
11784 * cfgrtl.c (rtl_dump_bb): Do not dump insns for {ENTRY|EXIT}_BLOCK.
11785
11786 2011-01-20 Tijl Coosemans <tijl@coosemans.org>
11787
11788 * config/i386/i386.c: Fix checks for !TARGET_MACHO.
11789 * config/rs6000/rs6000.c: Likewise.
11790
11791 2012-01-20 Jakub Jelinek <jakub@redhat.com>
11792
11793 PR target/51915
11794 * config/arm/arm.c (arm_count_output_move_double_insns): Call
11795 output_move_double on a copy of operands array.
11796
11797 2012-01-20 Cary Coutant <ccoutant@google.com>
11798 Dodji Seketeli <dodji@redhat.com>
11799
11800 PR debug/45682
11801 * dwarf2out.c (copy_declaration_context): Return ref to parent
11802 of declaration DIE, if necessary.
11803 (remove_child_or_replace_with_skeleton): Add new parameter; update
11804 caller. Place skeleton DIE under parent DIE of original declaration.
11805 Move call to copy_declaration_context to here ...
11806 (break_out_comdat_types): ... from here.
11807
11808 2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11809
11810 PR rtl-optimization/51856
11811 * reload.c (find_reloads_subreg_address): Set the address_reloaded
11812 flag to reloaded.
11813
11814 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11815
11816 PR target/51819
11817 * config/arm/arm.c (arm_print_operand): Correct output of alignment
11818 hints for neon loads and stores.
11819
11820 2012-01-20 Georg-Johann Lay <avr@gjlay.de>
11821
11822 PR target/49868
11823 PR target/50887
11824 * doc/extend.texi (Named Address Spaces): Split into subsections.
11825 (AVR Named Address Spaces): New subsection.
11826 (M32C Named Address Spaces): New subsection.
11827 (RL78 Named Address Spaces): New subsection.
11828 (SPU Named Address Spaces): New subsection.
11829 (Variable Attributes): New anchor "AVR Variable Attributes".
11830 (AVR Variable Attributes): Rewrite and avoid wording
11831 "address space" in this context.
11832 * doc/invoke.texi (AVR Options): Rewrite and add documentation
11833 for -maccumulate-args, -mbranch-cost=, -mrelax, -mshort-calls.
11834 (AVR Built-in Macros): New subsubsection therein.
11835 * doc/md.texi (AVR constraints): Remove "C04", "R".
11836
11837 2012-01-20 Richard Guenther <rguenther@suse.de>
11838
11839 PR tree-optimization/51903
11840 * tree-ssa-pre.c (eliminate): Properly purging of EH edges
11841 when removing stmts.
11842
11843 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11844
11845 PR target/50313
11846 * config/arm/arm.c (arm_load_pic_register): Use
11847 gen_pic_load_addr_unified. Delete calls to gen_pic_load_addr_32bit
11848 , gen_pic_add_dot_plus_eight and gen_pic_add_dot_plus_four.
11849 (arm_pic_static_addr): Likewise.
11850 (arm_rtx_costs_1): Adjust cost for UNSPEC_PIC_UNIFIED.
11851 (arm_note_pic_base): Handle UNSPEC_PIC_UNIFIED.
11852 * config/arm/arm.md (UNSPEC_PIC_UNIFIED): Define.
11853 (pic_load_addr_unified): New.
11854
11855 2012-01-20 Andrey Belevantsev <abel@ispras.ru>
11856
11857 PR target/51106
11858 * function.c (instantiate_virtual_regs_in_insn): Use
11859 delete_insn_and_edges when removing a wrong asm insn.
11860
11861 2012-01-19 Vladimir Makarov <vmakarov@redhat.com>
11862
11863 PR rtl-optimization/40761
11864 * ira-int.h (struct ira_loop_tree_node): Add comment for member loop.
11865 Add new member loop_num.
11866 (IRA_LOOP_NODE_BY_INDEX): Modify the check.
11867 (ira_build): Remove the parameter.
11868
11869 * ira.c (ira_print_disposition): Use loop_num instead of loop->num.
11870 (ira.c): Do not build CFG loops for one region allocation. Remove
11871 argument from ira_build call.
11872
11873 * ira-build.c (init_loop_tree_node): New function.
11874 (create_loop_tree_nodes): Use it. Separate the case when CFG
11875 loops are not built.
11876 (more_one_region_p): Check current_loops.
11877 (finish_loop_tree_nodes): Separate the case when CFG loops are not
11878 built.
11879 (add_loop_to_tree): Process loop equal to NULL too.
11880 (form_loop_tree): Separate the case when CFG loops are not built.
11881 Use explicitly number for the root.
11882 (rebuild_regno_allocno_maps, create_loop_tree_node_allocnos): Add
11883 an assertion.
11884 (ira_print_expanded_allocno, loop_compare_func): Use loop_num
11885 instead of loop->num.
11886 (mark_loops_for_removal): Ditto. Use loop_num instead of loop->num.
11887 (mark_all_loops_for_removal): Ditto.
11888 (remove_unnecessary_regions): Separate the case when CFG loops
11889 are not built.
11890 (ira_build): Remove the parameter. Use explicit number of regions
11891 when CFG loops are not built.
11892
11893 * ira-color.c (print_loop_title): Separate the case for the root node.
11894 Use loop_num instead of loop->num.
11895 (move_spill_restore): Use loop_num instead of loop->num.
11896
11897 * ira-emit.c (setup_entered_from_non_parent_p): Add an assertion.
11898 (change_loop): Ditto.
11899 (change_loop): Use loop_num instead of loop->num.
11900
11901 * ira-lives.c (process_bb_node_lives): Ditto.
11902
11903 * ira-costs.c (print_allocno_costs, find_costs_and_classes): Ditto.
11904
11905 * ira-conflicts.c (print_allocno_conflicts): Ditto.
11906
11907 2012-01-19 Jakub Jelinek <jakub@redhat.com>
11908
11909 PR libmudflap/40778
11910 * tree-mudflap.c (mf_artificial): New function.
11911 (execute_mudflap_function_ops, execute_mudflap_function_decls,
11912 mx_register_decls, mudflap_enqueue_decl): Use it.
11913
11914 PR target/51876
11915 * config/arm/neon.md (*neon_vswp<mode>): Fix up operand
11916 numbers in the insn pattern.
11917
11918 2012-01-19 Michael Matz <matz@suse.de>
11919
11920 PR tree-optimization/46590
11921 * cfgexpand.c (add_scope_conflicts_1): New old_conflicts argument,
11922 use it in remembering which conflicts we already created.
11923 (add_scope_conflicts): Adjust call to above, (de)allocate helper
11924 bitmap.
11925
11926 2012-01-19 Aldy Hernandez <aldyh@redhat.com>
11927
11928 PR lto/51280
11929 * lto-wrapper.c (run_gcc): Pass -fgnu_tm on.
11930 (merge_and_complain): Same.
11931
11932 2012-01-19 Jakub Jelinek <jakub@redhat.com>
11933
11934 PR bootstrap/50237
11935 * config/initfini-array.h: Guard content of the header
11936 with #ifdef HAVE_INITFINI_ARRAY.
11937 * configure.ac: Move gcc_AC_INITFINI_ARRAY much later into the file.
11938 Add initfini-array.h to tm_file here.
11939 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): For non-ia64 do a linker test.
11940 * config.gcc: Don't add initfini-array.h to tm_file here.
11941 * configure: Regenerated.
11942
11943 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
11944
11945 PR rtl-optimization/51505
11946 * df-problems.c (df_kill_notes): New parameter live. Update comment.
11947 Remove REG_EQUAL/REG_EQUIV notes referring to dead registers.
11948 (df_note_bb_compute): Update the call to df_kill_notes.
11949
11950 2012-01-18 Aldy Hernandez <aldyh@redhat.com>
11951
11952 * trans-mem.c (requires_barrier): Remove call to is_global_var.
11953
11954 2012-01-18 Richard Guenther <rguenther@suse.de>
11955
11956 * tree-ssa.c (useless_type_conversion_p): Remove special-casing
11957 of conversions to void *.
11958
11959 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11960 Richard Sandiford <rdsandiford@googlemail.com>
11961
11962 PR middle-end/50325
11963 PR middle-end/51192
11964 * optabs.h (simplify_expand_binop): Declare.
11965 * optabs.c (simplify_expand_binop): Make global.
11966 * expmed.c (store_bit_field_1): Use simplify_expand_binop on big
11967 endian targets if the source cannot be exactly covered by word
11968 mode chunks.
11969
11970 2012-01-17 Jakub Jelinek <jakub@redhat.com>
11971
11972 PR bootstrap/51872
11973 * hard-reg-set.h (struct hard_reg_set_container): New type.
11974 * target.h (struct hard_reg_set_container): Forward declare.
11975 * target.def (set_up_by_prologue): New target hook.
11976 * doc/tm.texi.in (TARGET_SET_UP_BY_PROLOGUE): Document it.
11977 * doc/tm.texi: Regenerated.
11978 * function.c (thread_prologue_and_epilogue_insns): Change
11979 set_up_by_prologue HARD_REG_SET into struct hard_reg_set_container.
11980 Call targetm.set_up_by_prologue on it.
11981 * config/rs6000/rs6000.c (rs6000_set_up_by_prologue): New function.
11982 (TARGET_SET_UP_BY_PROLOGUE): Redefine to it.
11983
11984 2012-01-17 Nick Clifton <nickc@redhat.com>
11985
11986 * config/rx/rx.c (rx_can_use_simple_return): New function.
11987 * config/rx/rx-protos.h (rx_can_use_simple_return): Prototype.
11988 * config/rx/rx.md (return): Predicate on rx_can_use_simple_return.
11989
11990 2012-01-17 Richard Guenther <rguenther@suse.de>
11991
11992 PR middle-end/51782
11993 * expr.c (expand_assignment): Take address-space information
11994 from the address operand of MEM_REF and TARGET_MEM_REF.
11995 (expand_expr_real_1): Likewise.
11996
11997 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11998
11999 * ira.c (do_reload): Make sure ira_dump_file is re-set if no
12000 reload dump is requested.
12001
12002 2012-01-17 Aldy Hernandez <aldyh@redhat.com>
12003
12004 PR other/51165
12005 * trans-mem.c (requires_barrier): Call may_be_aliased.
12006
12007 2012-01-17 Jakub Jelinek <jakub@redhat.com>
12008
12009 PR tree-optimization/51877
12010 * tree-ssa-tail-merge.c (gimple_equal_p): Don't return true whenever
12011 call arguments and fndecls compare equal, instead return false if they
12012 don't. Return true only if lhs1 and lhs2 are either both NULL, or
12013 both SSA_NAMEs that are valueized the same, or they satisfy
12014 operand_equal_p.
12015
12016 2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12017
12018 * configure.ac (gcc_cv_target_dl_iterate_phdr): Only check on
12019 Solaris 11+.
12020 * configure: Regenerate.
12021
12022 2012-01-16 Jan Hubicka <jh@suse.cz>
12023
12024 PR c/12245
12025 PR c++/14179
12026 * convert.c (convert_to_integer): Use fold_convert for
12027 converting an INTEGER_CST to integer type.
12028
12029 2012-01-16 Jason Merrill <jason@redhat.com>
12030
12031 PR c++/14179
12032 * vec.c (vec_gc_o_reserve_1): Use ggc_round_alloc_size.
12033
12034 2012-01-16 Jakub Jelinek <jakub@redhat.com>
12035
12036 PR bootstrap/51860
12037 * config/s390/s390.c (s390_chunkify_start): Don't skip
12038 call insns followed by NOTE_INSN_CALL_ARG_LOCATION note. Skip
12039 NOTE_INSN_VAR_LOCATION and NOTE_INSN_CALL_ARG_LOCATION notes.
12040 If insn is followed by NOTE_INSN_VAR_LOCATION or
12041 NOTE_INSN_CALL_ARG_LOCATION notes, insert jump after all those notes.
12042 Don't use location of note insns.
12043
12044 PR tree-optimization/51865
12045 * tree-inline.c (tree_function_versioning): Call remap_decl
12046 on DECL_RESULT whenever it has VOID_TYPE_P type.
12047
12048 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
12049
12050 * config/mips/mips.c (mips16_build_call_stub): Don't use a stub
12051 for calls to locally-binding MIPS16 functions if only the return
12052 type uses float regs.
12053
12054 2012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
12055 Richard Sandiford <rdsandiford@googlemail.com>
12056
12057 * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): Delete.
12058 (SYMBOL_32_HIGH): Likewise.
12059 (mips_output_tls_reloc_directive): Declare.
12060 * config/mips/mips.h (PIC_FUNCTION_ADDR_REGNUM): Move to mips.md.
12061 (mips_use_pcrel_pool_p, mips_lo_relocs, mips_hi_relocs): Declare.
12062 * config/mips/mips.c (mips_use_pcrel_pool_p): New variable.
12063 (mips_lo_relocs, mips_hi_relocs): Make extern.
12064 (mips16_stub_function): Move up file.
12065 (mips_classify_symbol): Remove SYMBOL_FORCE_TO_MEM handling.
12066 (mips_symbolic_constant_p): Likewise. Remove SYMBOL_32_HIGH too.
12067 (mips_symbol_insns_1): Likewise. Check mips_use_pcrel_pool_p.
12068 (mips_cannot_force_const_mem): Use mips_use_pcrel_pool_p instead of
12069 SYMBOL_FORCE_TO_MEM. Only check mips_tls_symbol_ref_1 if it's false.
12070 (mips_get_tp): Add MIPS16 support.
12071 (mips_legitimize_tls_address): Remove MIPS16 sorry().
12072 Generalize DTPREL and TPREL handling.
12073 (mips_init_relocs): Initialize mips_use_pcrel_pool_p.
12074 Add MIPS16 TLS support.
12075 (mips_output_tls_reloc_directive): New function.
12076 (mips16_rewrite_pool_refs): Ignore UNSPEC_TLS_GET_TPs.
12077 * config/mips/predicates.md (symbolic_operand_with_high)
12078 (tls_reloc_operand): New predicates.
12079 (force_to_mem_operand): Use mips_use_pcrel_pool_p.
12080 * config/mips/mips.md (UNSPEC_UNSHIFTED_HIGH): New unspec.
12081 (PIC_FUNCTION_ADDR_REGNUM): Moved from mips.h.
12082 (*unshifted_high): New instruction. Use it for MIPS16 high splitter.
12083 (consttable_tls_reloc, tls_get_tp_mips16_<mode>): New patterns.
12084 (*tls_get_tp_mips16_call_<mode>): Likewise.
12085
12086 2012-01-15 Uros Bizjak <ubizjak@gmail.com>
12087
12088 PR rtl-optimization/51821
12089 * recog.c (peep2_find_free_register): Determine clobbered registers
12090 from insn pattern.
12091
12092 2012-01-14 Denis Chertykov <chertykov@gmail.com>
12093
12094 PR target/50925
12095 * config/avr/avr-protos.h: Revert change of 2012-01-09.
12096 * config/avr/avr.c: Likewise.
12097 * config/avr/avr.h: Likewise.
12098
12099 2012-01-13 Ian Lance Taylor <iant@google.com>
12100
12101 PR c++/50012
12102 * tree.h (TYPE_QUALS): Add cast to int.
12103 (TYPE_QUALS_NO_ADDR_SPACE): Likewise.
12104
12105 2012-01-13 Ian Lance Taylor <iant@google.com>
12106
12107 * ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when
12108 comparing param_index to VEC_length result.
12109
12110 2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
12111
12112 * c-decl.c: Do not include tree-mudflap.h
12113 * tree-optimize.c: Likewise.
12114 * Makefile.in: Update dependencies.
12115
12116 2012-01-13 Richard Guenther <rguenther@suse.de>
12117
12118 PR middle-end/8081
12119 * gimplify.c (gimplify_modify_expr_rhs): For calls with a
12120 variable-sized result always use RSO.
12121
12122 2012-01-12 DJ Delorie <dj@redhat.com>
12123
12124 * cfgexpand.c (convert_debug_memory_address): Allow any valid
12125 pointer type, not just the default pointer type.
12126
12127 2012-01-09 Richard Henderson <rth@redhat.com>
12128 Denis Chertykov <chertykov@gmail.com>
12129
12130 PR target/50925
12131 * config/avr/avr-protos.h (avr_hard_regno_nregs): Declare.
12132 * config/avr/avr.c (avr_can_eliminate): Simplify.
12133 (avr_initial_elimination_offset): Likewise.
12134 (avr_prologue_setup_frame): Use hard_frame_pointer_rtx.
12135 (expand_epilogue): Likewise.
12136 (avr_legitimize_address): Gut.
12137 (avr_legitimize_reload_address): Use hard_frame_pointer_rtx.
12138 (avr_hard_regno_nregs): New.
12139 (avr_hard_regno_ok): Allow only Pmode for arg and frame_pointers.
12140 (avr_regno_mode_code_ok_for_base_b): Handle arg and frame pointers.
12141 * config/avr/avr.h (FIXED_REGISTERS): Adjust arg pointer,
12142 add soft frame pointer.
12143 (CALL_USED_REGISTERS): Likewise.
12144 (REG_CLASS_CONTENTS): Likewise.
12145 (REGISTER_NAMES): Likewise.
12146 (HARD_REGNO_NREGS): Use avr_hard_regno_nregs.
12147 (HARD_FRAME_POINTER_REGNUM): New.
12148 (FRAME_POINTER_REGNUM): Use soft frame pointer.
12149 (ELIMINABLE_REGS): Eliminate from the soft frame pointer,
12150 remove the HARD_FRAME_POINTER self-elimination.
12151
12152 2012-01-12 Georg-Johann Lay <avr@gjlay.de>
12153
12154 PR target/51756
12155 * config/avr/avr.c (avr_encode_section_info): Test for absence of
12156 DECL_EXTERNAL when checking for initializers of progmem variables.
12157
12158 2012-01-12 Ira Rosen <irar@il.ibm.com>
12159
12160 PR tree-optimization/51799
12161 * tree-vect-patterns.c (vect_recog_over_widening_pattern): Check
12162 that the last operation is a type demotion.
12163
12164 2012-01-12 Uros Bizjak <ubizjak@gmail.com>
12165
12166 * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
12167 (x86_shift<mode>_adj_1): Remove operand constraint from operand 3.
12168
12169 2012-01-11 Jakub Jelinek <jakub@redhat.com>
12170
12171 PR bootstrap/51796
12172 * combine.c (distribute_notes): If i3 is a noreturn call,
12173 allow old_size to be equal to args_size and make sure the
12174 noreturn call gets REG_ARGS_SIZE note.
12175 * expr.c (fixup_args_size_notes): Put REG_ARGS_SIZE notes
12176 on noreturn calls even when the delta is 0.
12177
12178 2012-01-11 Nathan Sidwell <nathan@acm.org>
12179
12180 * gcov.c (STRING_SIZE): Remove.
12181 (generate_results): Erase annotations for source files with no
12182 coverage information.
12183 (read_line): New.
12184 (output_lines): Use it.
12185
12186 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
12187
12188 * gimple.h (gimplify_body): Remove first argument.
12189 * gimplify.c (copy_if_shared): Add DATA argument. Do not create the
12190 pointer set here, instead just pass DATA to walk_tree.
12191 (unshare_body): Remove BODY_P argument and adjust. Create the pointer
12192 set here and invoke copy_if_shared on the size trees of DECL_RESULT.
12193 (unvisit_body): Likewise, but with unmark_visited.
12194 (gimplify_body): Remove BODY_P argument and adjust.
12195 (gimplify_function_tree): Adjust call to gimplify_body.
12196 * omp-low.c (finalize_task_copyfn): Likewise.
12197
12198 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
12199
12200 * tree.h (build_function_decl_skip_args): Add boolean parameter.
12201 (build_function_type_skip_args): Delete.
12202 * tree.c (build_function_type_skip_args): Make static and add
12203 SKIP_RETURN parameter. Fix thinko in the handling of variants.
12204 (build_function_decl_skip_args): Add SKIP_RETURN parameter and
12205 pass it to build_function_type_skip_args.
12206 * cgraph.h (cgraph_function_versioning): Add boolean parameter.
12207 (tree_function_versioning): Likewise.
12208 * cgraph.c (cgraph_create_virtual_clone): Adjust call to
12209 build_function_decl_skip_args.
12210 * cgraphunit.c (cgraph_function_versioning): Add SKIP_RETURN parameter
12211 and pass it to build_function_decl_skip_args/tree_function_versioning.
12212 (cgraph_materialize_clone): Adjust call to tree_function_versioning.
12213 * ipa-inline-transform.c (save_inline_function_body): Likewise.
12214 * trans-mem.c (ipa_tm_create_version): Likewise.
12215 * tree-sra.c (modify_function): Ditto for cgraph_function_versioning.
12216 * tree-inline.c (declare_return_variable): Remove always-true test.
12217 (tree_function_versioning): Add SKIP_RETURN parameter. If the function
12218 returns non-void and SKIP_RETURN, create a void-typed RESULT_DECL.
12219 * ipa-split.c (split_function): Skip the return value for the split
12220 part if it doesn't return.
12221
12222 2012-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12223
12224 PR tree-optimization/49642
12225 * ipa-split.c (forbidden_dominators): New variable.
12226 (check_forbidden_calls): New function.
12227 (dominated_by_forbidden): Likewise.
12228 (consider_split): Check for forbidden dominators.
12229 (execute_split_functions): Initialize and free forbidden
12230 dominators info; call check_forbidden_calls.
12231
12232 2012-01-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
12233
12234 * config/arm/arm.md (mov_notscc): Use MVN for false condition.
12235
12236 2012-01-11 Nick Clifton <nickc@redhat.com>
12237
12238 * config/rx/rx.md (return): Define pattern.
12239
12240 2012-01-11 Richard Guenther <rguenther@suse.de>
12241
12242 * doc/extend.texi (malloc attribute): Adjust according to
12243 implementation.
12244
12245 2012-01-10 Aldy Hernandez <aldyh@redhat.com>
12246 Patrick Marlier <patrick.marlier@gmail.com>
12247
12248 PR middle-end/51516
12249 * trans-mem.c (get_cg_data): Traverse aliases if requested.
12250 (ipa_tm_scan_calls_block): Update parameters to get_cg_data.
12251 (ipa_tm_note_irrevocable): Same.
12252 (ipa_tm_scan_irr_block): Same.
12253 (ipa_tm_decrement_clone_counts): Same.
12254 (ipa_tm_scan_irr_function): Same.
12255 (ipa_tm_create_version_alias): Same.
12256 (ipa_tm_create_version): Same.
12257 (ipa_tm_transform_calls_redirect): Same.
12258 (ipa_tm_transform_calls): Same.
12259 (ipa_tm_transform_transaction): Same.
12260 (ipa_tm_execute): Same.
12261
12262 2012-01-10 Richard Guenther <rguenther@suse.de>
12263
12264 PR middle-end/51806
12265 * opts.c (common_handle_option): Handle -Werror.
12266
12267 2012-01-10 Andreas Schwab <schwab@linux-m68k.org>
12268
12269 * config/m68k/sync.md ("atomic_compare_and_swap<mode>_1"): Fix
12270 operand number.
12271
12272 2012-01-10 Jason Merrill <jason@redhat.com>
12273
12274 * doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
12275 information.
12276
12277 2012-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12278
12279 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check if linker
12280 supports R_386_TLS_GD_PLT reloc.
12281 (gcc_cv_as_ix86_tlsldmplt): Check if linker
12282 supports R_386_TLS_LDM_PLT reloc.
12283 * configure: Regenerate.
12284 * config.in: Regenerate.
12285
12286 2012-01-10 Georg-Johann Lay <avr@gjlay.de>
12287
12288 PR target/49868
12289 Extend __pgmx semantics to linearize memory.
12290 * config/avr/avr.md (mov<mode>): Use avr_xload_libgcc_p to
12291 determine if code comes inline or from libgcc.
12292 (MOVMEM_r_d:HI): Add "w" to constraint for better preference.
12293 (movmem_qi, movmem_qi): Set constraint #2 to "n".
12294 (movmem_qi_elpm, movmem_hi_elpm): Remove insns.
12295 (movmemx_qi, movmemx_hi): New insns.
12296 (xload_<mode>_libgcc): Rewrite to new insn condition.
12297 (xload_<mode>): Remove insns.
12298 * config/avr/avr.c (avr_out_xload): Rewrite: Only need to handle
12299 cases that don't satisfy avr_xload_libgcc_p().
12300 (avr_addr_space_convert): Allow converting in any direction.
12301 (avr_addr_space_subset_p): Return always true.
12302 (avr_xload_libgcc_p): Rewrite to fit new __pgmx semantics.
12303 (avr_emit_movmemhi): Ditto.
12304 (avr_out_lpm): No need to handle ADDR_SPACE_PGMX any more.
12305 (avr_out_movmem): Ditto.
12306 (AVR_SYMBOL_FLAG_PROGMEM): New macro.
12307 (AVR_SYMBOL_SET_ADDR_SPACE): New macro.
12308 (AVR_SYMBOL_GET_ADDR_SPACE): New macro.
12309 (avr_encode_section_info): Encode 'progmem' in symbol flags.
12310 (output_reload_in_const): Don't zero-extend any 24-bit symbols.
12311
12312 2012-01-10 Richard Guenther <rguenther@suse.de>
12313
12314 PR tree-optimization/50913
12315 * graphite-scop-detection.c (stmt_has_simple_data_refs_p):
12316 Require data-refs to be representable by Graphite with respect
12317 to any loop nest.
12318
12319 2012-01-10 Uros Bizjak <ubizjak@gmail.com>
12320
12321 * config/i386/constraints.md ("L"): Return true for 0xffffffff.
12322 * config/i386/i386.c (*anddi_1): Emit AND with 0xffffffff as MOV.
12323
12324 2012-01-10 Tom de Vries <tom@codesourcery.com>
12325
12326 PR rtl-optimization/51271
12327 * dwarf2cfi.c (scan_trace): Save and restore cur_row->reg_save when
12328 handling annulled branch.
12329
12330 2012-01-10 Richard Henderson <rth@redhat.com>
12331
12332 * config/arm/arm.c (arm_vectorize_vec_perm_const_ok,
12333 TARGET_VECTORIZE_VEC_PERM_CONST_OK, neon_split_vcombine, MAX_VECT_LEN,
12334 struct expand_vec_perm_d, arm_expand_vec_perm_1, arm_expand_vec_perm,
12335 arm_evpc_neon_vuzp, arm_evpc_neon_vzip, arm_evpc_neon_vrev,
12336 arm_evpc_neon_vtrn, arm_evpc_neon_vtbl, arm_expand_vec_perm_const_1,
12337 arm_expand_vec_perm_const): New.
12338 * config/arm/arm-protos.h: Update.
12339 * config/arm/neon.md (UNSPEC_VCONCAT): New.
12340 (*neon_vswp<VDQX>): New.
12341 (neon_vcombine<VDX>): Use neon_split_vcombine.
12342 (neon_vtbl1v16qi, neon_vtbl2v16qi, neon_vcombinev16qi): New.
12343 * config/arm/vec-common.md (vec_perm_const<VALL>): New.
12344 (vec_perm<VE>): New.
12345
12346 2012-01-10 Richard Henderson <rth@redhat.com>
12347
12348 * config/arm/arm.c (arm_gen_compare_reg): Add scratch argument;
12349 use it if reload_completed.
12350 (arm_legitimize_sync_memory, arm_emit, arm_insn_count, arm_count,
12351 arm_output_asm_insn, arm_process_output_memory_barrier,
12352 arm_output_memory_barrier, arm_ldrex_suffix, arm_output_ldrex,
12353 arm_output_strex, arm_output_it, arm_output_op2, arm_output_op3,
12354 arm_output_sync_loop, arm_get_sync_operand, FETCH_SYNC_OPERAND,
12355 arm_process_output_sync_insn, arm_output_sync_insn,
12356 arm_sync_loop_insns, arm_call_generator, arm_expand_sync): Remove.
12357 (arm_pre_atomic_barrier, arm_post_atomic_barrier): New.
12358 (arm_emit_load_exclusive, arm_emit_store_exclusive): New.
12359 (emit_unlikely_jump): New.
12360 (arm_expand_compare_and_swap, arm_split_compare_and_swap): New.
12361 (arm_split_atomic_op): New.
12362 * config/arm/arm-protos.h: Update.
12363 * config/arm/arm.h (enum arm_sync_generator_tag): Remove.
12364 (struct arm_sync_generator): Remove.
12365 * config/arm/arm.md (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK,
12366 VUNSPEC_SYNC_OP, VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): Remove.
12367 (VUNSPEC_ATOMIC_CAS, VUNSPEC_ATOMIC_XCHG, VUNSPEC_ATOMIC_OP): New.
12368 (VUNSPEC_LL, VUNSPEC_SC): New.
12369 (sync_result, sync_memory, sync_required_value, sync_new_value,
12370 sync_t1, sync_t2, sync_release_barrier, sync_op): Remove.
12371 (attr length): Don't use arm_sync_loop_insns.
12372 (cbranch_cc, cstore_cc): Update call to arm_gen_compare_reg.
12373 (movsfcc, movdfcc): Likewise.
12374 * config/arm/constraints.md (Ua): New.
12375 * config/arm/prediates.md (mem_noofs_operand): New.
12376 (sync_compare_and_swap<QHSD>, sync_lock_test_and_set<QHSD>): Remove.
12377 (sync_clobber, sync_t2_reqd): Remove.
12378 (sync_<syncop><QHSD>, sync_nand<QHSD>): Remove.
12379 (sync_new_<syncop><QHSD>, sync_new_nand<QHSD>): Remove.
12380 (sync_old_<syncop><QHSD>, sync_old_nand<QHSD>): Remove.
12381 (arm_sync_compare_and_swap<SIDI>): Remove.
12382 (arm_sync_compare_and_swap<NARROW>): Remove.
12383 (arm_sync_lock_test_and_set<SIDI>): Remove.
12384 (arm_sync_lock_test_and_set<NARROW>): Remove.
12385 (arm_sync_new_<syncop><SIDI>): Remove.
12386 (arm_sync_new_<syncop><NARROW>): Remove.
12387 (arm_sync_new_nand<SIDI>): Remove.
12388 (arm_sync_new_nand<NARROW>): Remove.
12389 (arm_sync_old_<syncop><SIDI>): Remove.
12390 (arm_sync_old_<syncop><NARROW>): Remove.
12391 (arm_sync_old_nand<SIDI>): Remove.
12392 (arm_sync_old_nand<NARROW>): Remove.
12393 (*memory_barrier): Merge arm_output_memory_barrier.
12394 (atomic_compare_and_swap<QHSD>): New.
12395 (atomic_compare_and_swap<NARROW>_1): New.
12396 (atomic_compare_and_swap<SIDI>_1): New.
12397 (atomic_exchange<QHSD>): New.
12398 (cas_cmp_operand, cas_cmp_str): New.
12399 (atomic_op_operand, atomic_op_str): New.
12400 (atomic_<syncop><QHSD>, atomic_nand<QHSD>): New.
12401 (atomic_fetch_<syncop><QHSD>, atomic_fetch_nand<QHSD>): New.
12402 (atomic_<syncop>_fetch<QHSD>, atomic_nand_fetch<QHSD>): New.
12403 (arm_load_exclusive<NARROW>): New.
12404 (arm_load_exclusivesi, arm_load_exclusivedi): New.
12405 (arm_store_exclusive<QHSD>): New.
12406
12407 2012-01-09 Michael Meissner <meissner@linux.vnet.ibm.com>
12408
12409 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add DF
12410 reload patterns if -mvsx-scalar-memory.
12411
12412 * config/rs6000/vsx.md (vsx_xscvspdp): Allow xscvspdp to be
12413 generated, even -mno-vsx-scalar-double was used.
12414 (vsx_xscvdpsp_scalar): Likewise.
12415 (vsx_xscvspdp_scalar2): Likewise.
12416
12417 2012-01-09 Tom de Vries <tom@codesourcery.com>
12418 Andrew Pinski <apinski@cavium.com>
12419
12420 PR debug/51471
12421 * reorg.c (fill_slots_from_thread): Don't speculate
12422 frame-related insns.
12423
12424 2012-01-09 Richard Sandiford <rdsandiford@googlemail.com>
12425
12426 * sched-int.h (bb_note): Move to...
12427 * basic-block.h: ...here.
12428 * haifa-sched.c (bb_note): Move to...
12429 * cfgrtl.c: ...here.
12430 * function.c (next_block_for_reg): New function.
12431 (move_insn_for_shrink_wrap): Likewise.
12432 (prepare_shrink_wrap): Rewrite to use the above.
12433
12434 2012-01-09 Aldy Hernandez <aldyh@redhat.com>
12435
12436 * gimple.c (is_gimple_non_addressable): Remove.
12437 * gimple.h: Remove is_gimple_non_addressable.
12438 * gimplify.c (gimplify_modify_expr_rhs): Use is_gimple_reg instead of
12439 is_gimple_non_addressable.
12440 * trans-mem.c (expand_assign_tm): Same.
12441
12442 2012-01-09 Richard Guenther <rguenther@suse.de>
12443
12444 PR tree-optimization/51775
12445 * tree-ssa-sccvn.c (visit_use): Value-number throwing stmts.
12446 * tree-ssa-pre.c (eliminate): Properly fixup EH info.
12447
12448 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
12449
12450 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
12451 tuning parameters.
12452 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
12453
12454 2012-01-09 Richard Guenther <rguenther@suse.de>
12455
12456 * tree-streamer-out.c (write_ts_optimization): Fix spelling.
12457
12458 2012-01-08 Jan Hubicka <jh@suse.cz>
12459
12460 PR tree-optimize/51680
12461 * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition
12462 on when known_vals needs to be computed; cleanup.
12463
12464 2012-01-08 Jan Hubicka <jh@suse.cz>
12465
12466 PR tree-optimize/51694
12467 * ipa-cp.c (ipa_get_indirect_edge_target): Add bounds checks.
12468
12469 2012-01-08 Jonathan Wakely <jwakely.gcc@gmail.com>
12470
12471 * doc/cpp.texi (Predefined Macros): __STRICT_ANSI__ is defined
12472 for -std=c++98 and -std=c++11 too.
12473
12474 2012-01-08 Chung-Lin Tang <cltang@codesourcery.com>
12475
12476 * cfgloop.c (cancel_loop): Add free() of bbs array.
12477
12478 2012-01-07 Jan Hubicka <jh@suse.cz>
12479
12480 PR tree-optimization/51600
12481 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Disable code
12482 that benefits small functions.
12483
12484 2012-01-07 Jan Hubicka <jh@suse.cz>
12485
12486 * ipa-inline.c (want_inline_small_function_p): Fix formating.
12487
12488 2012-01-07 Jan Hubicka <jh@suse.cz>
12489
12490 PR tree-optimization/51680
12491 * ipa-inline.c (want_inline_small_function_p): Be more lax on functions
12492 whose inlining reduce unit size.
12493
12494 2012-01-07 Alexandre Oliva <aoliva@redhat.com>
12495
12496 PR bootstrap/51725
12497 * cselib.c (new_elt_loc_list): Promote addr_list to canonical node.
12498 Add canonical node to containing_mem chain after the non-canonical
12499 one, even if there weren't any locs to propagate.
12500 (remove_useless_values): Keep only canonical values.
12501 (add_mem_for_addr, cselib_lookup_mem): Canonicalize addr.
12502 (cselib_invalidate_mem): Likewise. Ensure v is canonical, and
12503 canonicalize mem_chain elements that are not discarded.
12504
12505 2012-01-06 Jakub Jelinek <jakub@redhat.com>
12506
12507 PR target/47333
12508 * cgraphunit.c (cgraph_optimize): Call output_weakrefs
12509 before emitting functions.
12510
12511 PR gcov-profile/50127
12512 * bb-reorder.c (partition_hot_cold_basic_blocks): Call
12513 clear_aux_for_blocks.
12514
12515 2012-01-06 Alexandre Oliva <aoliva@redhat.com>
12516
12517 PR debug/51746
12518 * cselib.c (cselib_hash_rtx): Hash incoming VALUEs too.
12519
12520 2012-01-06 Arnaud Charlet <charlet@adacore.com>
12521
12522 * c-decl.c (ext_block): Moved up.
12523 (collect_all_refs, for_each_global_decl): Take ext_block into account.
12524
12525 2012-01-06 Han Shen <shenhan@google.com>
12526
12527 Translate built-in include paths for sysroot.
12528 * Makefile.in (gcc_gxx_include_dir_add_sysroot): New.
12529 (PREPROCESSOR_DEFINES): Define GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT.
12530
12531 * cppdefault.c (cpp_include_defaults): Replace hard coded "0" with
12532 GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT for "add_sysroot" field.
12533
12534 * configure.ac (AC_SUBST): Add gcc_gxx_include_dir_add_sysroot to
12535 control whether sysroot should be prepended to gxx include dir.
12536
12537 * configure: Regenerate.
12538
12539 2012-01-06 Torvald Riegel <triegel@redhat.com>
12540
12541 PR rtl-optimization/51771
12542 * builtin-attrs.def (ATTR_RETURNS_TWICE, ATTR_TM_NOTHROW_RT_LIST): New.
12543 * gtm-builtins.def (BUILT_IN_TM_START): Add returns-twice attrib.
12544
12545 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
12546
12547 PR tree-optimization/51315
12548 * tree-sra.c (tree_non_aligned_mem_for_access_p): New predicate.
12549 (build_accesses_from_assign): Use it instead of tree_non_aligned_mem_p.
12550
12551 2012-01-05 Uros Bizjak <ubizjak@gmail.com>
12552
12553 PR target/51681
12554 * config/ia64/ia64.c (expand_vec_perm_shrp): Use correct operands
12555 for shrp pattern. Correctly handle and fixup shift variable.
12556 Return false when shift > nelt for BYTES_BIG_ENDIAN target.
12557
12558 2012-01-05 Jakub Jelinek <jakub@redhat.com>
12559
12560 PR debug/51762
12561 * calls.c (emit_call_1): For noreturn calls force a REG_ARGS_SIZE
12562 note when !ACCUMULATE_OUTGOING_ARGS.
12563
12564 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
12565
12566 * tree-vrp.c (extract_range_from_binary_expr_1): Remove duplicated
12567 condition.
12568 (extract_range_from_unary_expr_1): Avoid useless computations.
12569
12570 2012-01-05 Jakub Jelinek <jakub@redhat.com>
12571
12572 PR rtl-optimization/51767
12573 * cfgrtl.c (force_nonfallthru_and_redirect): Force addition
12574 of jump_block and add an extra edge for degenerated asm gotos.
12575
12576 PR middle-end/51768
12577 * stmt.c (check_unique_operand_names): Don't ICE during error
12578 reporting if i is from labels chain.
12579
12580 PR middle-end/44777
12581 * profile.c (branch_prob): Split bbs that have exit edge
12582 and need a fake entry edge too.
12583
12584 2012-01-05 Jan Hubicka <jh@suse.cz>
12585
12586 PR middle-end/49710
12587 * cfgloopmanip.c (remove_path): Walk loop hiearchy upwards when
12588 unlooping loops.
12589
12590 2012-01-05 Richard Guenther <rguenther@suse.de>
12591
12592 PR lto/50490
12593 * tree-streamer-out.c (write_ts_optimization): New function.
12594 (streamer_write_tree_body): Call it.
12595 * tree-streamer-in.c (lto_input_ts_optimization): New function.
12596 (streamer_read_tree_body): Call it.
12597 * lto-streamer-out.c (lto_is_streamable): Handle OPTIMIZATION_NODE.
12598
12599 2012-01-05 Jakub Jelinek <jakub@redhat.com>
12600
12601 PR middle-end/51761
12602 * gimple.h (struct gimplify_ctx): Add in_cleanup_point_expr field.
12603 * gimplify.c (gimplify_cleanup_point_expr): Save and set
12604 in_cleanup_point_expr before gimplify_stmt call and restore it
12605 afterwards.
12606 (gimplify_target_expr): Don't add {CLOBBER} cleanup if
12607 in_cleanup_point_expr is false.
12608
12609 2012-01-05 Richard Guenther <rguenther@suse.de>
12610
12611 PR middle-end/51764
12612 * common.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move
12613 to c.opt.
12614 * toplev.c (process_options): Reject combining mudflap and LTO.
12615 * tree-nomudflap.c (nogo): Use sorry instead of internal_error.
12616
12617 2012-01-05 Richard Guenther <rguenther@suse.de>
12618
12619 PR tree-optimization/51760
12620 * tree-ssa-ccp.c (likely_value): Drop UNDEFINED to CONSTANT,
12621 not VARYING.
12622 (bit_value_unop): Handle UNDEFINED operands.
12623 (bit_value_binop): Likewise.
12624
12625 2012-01-05 Georg-Johann Lay <avr@gjlay.de>
12626
12627 * config/avr/avr.c (avr_replace_prefix): Remove.
12628 (avr_asm_named_section): Use ACONCAT instead of avr_replace_prefix.
12629 (avr_asm_function_rodata_section): Ditto.
12630 (avr_asm_select_section): Ditto.
12631
12632 2012-01-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
12633
12634 * reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND
12635 insertion.
12636
12637 2012-01-05 Jakub Jelinek <jakub@redhat.com>
12638
12639 PR bootstrap/51648
12640 * tree-cfg.c (need_fake_edge_p): Return true also for noreturn
12641 calls that have any non-fake successor edges.
12642
12643 PR debug/51746
12644 * var-tracking.c (add_stores): For COND_EXEC allow oval to be NULL.
12645
12646 2012-01-04 Eric Botcazou <ebotcazou@adacore.com>
12647
12648 PR tree-optimization/51624
12649 * tree-sra.c (build_ref_for_model): When replicating a chain of
12650 COMPONENT_REFs, stop as soon as the offset would become negative.
12651
12652 2012-01-04 Jakub Jelinek <jakub@redhat.com>
12653
12654 PR debug/51695
12655 * dwarf2out.c (output_loc_list): For now drop >= 64KB expressions
12656 in .debug_loc on the floor.
12657
12658 2012-01-04 Andrew Pinski <apinski@cavium.com>
12659
12660 * doc/invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.
12661
12662 2012-01-04 Andrew Pinski <apinski@cavium.com>
12663 Adam Nemet <anemet@caviumnetworks.com>
12664
12665 * config/mips/mips.md (size): Add SI and DI.
12666 (SIZE): New mode attribute.
12667 (U): New code attribute.
12668 * config/mips/mips-dsp.md (mips_lbux): Use gen_mips_lbux_extsi.
12669 (mips_lbux_<mode>): Delete.
12670 (mips_l<SHORT:size><u>x_ext<GPR:mode>_<P:mode>): New pattern.
12671 (mips_lhx): Use gen_mips_lhx_extsi.
12672 (mips_lhx_<mode>): Delete.
12673 (mips_lwx): Delete.
12674 (mips_l<size>x): New expand.
12675 (mips_lwx_<mode>): Delete.
12676 (mips_l<GPR:size>x_<P:mode>): New pattern.
12677 (*mips_lw<u>x_<P:mode>_ext): Likewise.
12678 * config/mips/mips-ftypes.def: Add DI f(POINTER, SI) function type.
12679 * config/mips/mips.c (mips_lx_address_p): New function.
12680 (mips_rtx_costs <case MEM>): Call mips_lx_address_p.
12681 (dsp64): New availability predicate.
12682 (mips_builtins): Add an entry for __builtin_mips_ldx.
12683 * config/mips/mips.h (ISA_HAS_LBX): New define.
12684 (ISA_HAS_LBUX): Likewise.
12685 (ISA_HAS_LHX): Likewise.
12686 (ISA_HAS_LHUX): Likewise.
12687 (ISA_HAS_LWX): Likewise.
12688 (ISA_HAS_LWUX): Likewise.
12689 (ISA_HAS_LDX): Likewise.
12690 * doc/extend.texi (__builtin_mips_ldx): Document.
12691
12692 2012-01-04 Tristan Gingold <gingold@adacore.com>
12693
12694 * config/vms/xm-vms.h (HOST_LONG_FORMAT, HOST_PTR_PRINTF): Define
12695 when long pointers are used.
12696 * config.build (*-*-*vms*): Handle all OpenVMS targets.
12697 (alpha64-dec-*vms*, alpha*-dec-*vms*)
12698 (ia64-hp-*vms*): Remove.
12699 * config/vms/xm-vms64.h: Delete.
12700
12701 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
12702
12703 PR middle-end/51472
12704 * trans-mem.c (expand_assign_tm): Handle TM_MEMMOVE loads correctly.
12705
12706 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
12707
12708 * opts.c (finish_options): Remove duplicate sorry.
12709
12710 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
12711
12712 PR middle-end/51696
12713 * trans-mem.c (diagnose_tm_1): Display indirect calls with no name
12714 correctly.
12715
12716 2012-01-04 Richard Guenther <rguenther@suse.de>
12717
12718 PR middle-end/51750
12719 * tree.c (size_low_cst): New function.
12720 * tree.h (size_low_cst): Declare.
12721 * fold-const.c (fold_comparison): Use it to extract the low
12722 part of the POINTER_PLUS_EXPR offset.
12723
12724 2012-01-04 Georg-Johann Lay <avr@gjlay.de>
12725
12726 Fix clearing ZERO_REG
12727 * config/avr/avr.md (cc): Add alternative "ldi".
12728 (movqi_insn): Use it in cc attribute.
12729 * config/avr/avr.c (notice_update_cc): Handle CC_LDI.
12730 (output_reload_in_const): Use CLR to move 0 to ZERO_REG.
12731 (output_reload_insisf): Use ZERO_REG to pre-clear register.
12732
12733 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12734
12735 * configure: Regenerate.
12736
12737 2012-01-04 Richard Guenther <rguenther@suse.de>
12738
12739 PR tree-optimization/49651
12740 * tree-ssa-structalias.c (type_can_have_subvars): New function.
12741 (var_can_have_subvars): Use it.
12742 (get_constraint_for_1): Only consider subfields if there can be any.
12743
12744 2012-01-03 Jakub Jelinek <jakub@redhat.com>
12745
12746 PR bootstrap/51725
12747 * cselib.c (new_elt_loc_list): When moving locs from one cselib_val
12748 to its new canonical_cselib_val and the cselib_val was in
12749 first_containing_mem chain, but the canonical_cselib_val was not,
12750 add the latter into the chain.
12751 (cselib_invalidate_mem): Compare canonical_cselib_val of
12752 addr_list chain elt with v.
12753
12754 PR pch/51722
12755 * dwarf2out.c (dwarf2out_start_source_file, dwarf2out_define,
12756 dwarf2out_undef): Allocate e.info using ggc_strdup instead
12757 of xstrdup.
12758 (output_macinfo_op): Don't ggc_strdup fd->filename.
12759 (optimize_macinfo_range): Allocate grp_name using XALLOCAVEC,
12760 then ggc_strdup it. Don't free inc->info or cur->info.
12761 (output_macinfo): Don't free ref->info or file->info.
12762
12763 2012-01-03 Ira Rosen <irar@il.ibm.com>
12764
12765 PR tree-optimization/51269
12766 * tree-vect-loop-manip.c (set_prologue_iterations): Make
12767 first_niters a pointer.
12768 (slpeel_tree_peel_loop_to_edge): Likewise.
12769 (vect_do_peeling_for_loop_bound): Update call to
12770 slpeel_tree_peel_loop_to_edge.
12771 (vect_gen_niters_for_prolog_loop): Don't compute wide_prolog_niters
12772 here. Remove it from the parameters list.
12773 (vect_do_peeling_for_alignment): Update calls and compute
12774 wide_prolog_niters.
12775
12776 2012-01-03 Richard Guenther <rguenther@suse.de>
12777
12778 PR tree-optimization/51070
12779 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
12780 Properly handle calls.
12781
12782 2012-01-03 Richard Guenther <rguenther@suse.de>
12783
12784 PR tree-optimization/51692
12785 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove
12786 the LHS of allocation stmts.
12787
12788 2012-01-03 Olivier Hainque <hainque@adacore.com>
12789
12790 * system.h: Prior to #define, #undef fopen and freopen unconditionally.
12791
12792 2012-01-03 Olivier Hainque <hainque@adacore.com>
12793
12794 * collect2.c (main): In AIX specific computations for vector
12795 insertions, use CONST_CAST2 to cast from char ** to const char **.
12796
12797 2012-01-03 Richard Guenther <rguenther@suse.de>
12798
12799 PR debug/51650
12800 * dwarf2out.c (dwarf2out_finish): Always create a DIE for
12801 the context of a limbo DIE when it does not already exist.
12802
12803 2012-01-03 Jakub Jelinek <jakub@redhat.com>
12804
12805 PR tree-optimization/51719
12806 * value-prof.c (gimple_ic): When indirect call isn't noreturn,
12807 but direct call is, clear direct call's lhs and don't add fallthrough
12808 edge from dcall_bb to join_bb and PHIs.
12809
12810 2012-01-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12811
12812 * config/s390/s390.md ("*cmp<mode>_ccs"): Fix comment mentioning
12813 the instructions emitted by the pattern.
12814 ("*TDC_insn_<mode>"): Add comment.
12815
12816 2012-01-03 Richard Guenther <rguenther@suse.de>
12817
12818 PR middle-end/51730
12819 * fold-const.c (fold_comparison): Properly canonicalize
12820 tree offset and HOST_WIDE_INT bit position.
12821
12822 2012-01-02 Uros Bizjak <ubizjak@gmail.com>
12823
12824 * config/ia64/ia64.c (expand_vec_perm_broadcast): Use correct
12825 operands for extzv pattern.
12826
12827 2012-01-02 Jakub Jelinek <jakub@redhat.com>
12828
12829 PR bootstrap/51725
12830 * cselib.c (add_mem_for_addr): Call canonical_cselib_val
12831 on mem_elt first.
12832
12833 2012-01-02 Sandra Loosemore <sandra@codesourcery.com>
12834
12835 * doc/invoke.texi (-flto and related options): Copy-edit.
12836
12837 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
12838
12839 * config/mips/mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
12840
12841 2012-01-02 Jakub Jelinek <jakub@redhat.com>
12842
12843 * config/i386/sse.md (*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4):
12844 New patterns.
12845
12846 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
12847
12848 * expr.h (move_by_pieces_ninsns): Declare.
12849 * expr.c (move_by_pieces_ninsns): Make external.
12850 * config/mips/mips-protos.h (mips_move_by_pieces_p): Declare.
12851 (mips_store_by_pieces_p): Likewise.
12852 * config/mips/mips.h (MOVE_BY_PIECES_P): Call mips_move_by_pieces_p.
12853 (STORE_BY_PIECES_P): Likewise mips_store_by_pieces_p.
12854 * config/mips/mips.c (mips_move_by_pieces_p): New function.
12855 (mips_store_by_pieces_p): Likewise.
12856
12857 2012-01-02 Jakub Jelinek <jakub@redhat.com>
12858
12859 * passes.c (register_one_dump_file): Free full_name.
12860
12861 * reload1.c (reload): Don't allocate reg_max_ref_width here.
12862 (calculate_elim_costs_all_insns): Free offsets_at and
12863 offsets_known_at at the end and clear the pointers.
12864
12865 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
12866
12867 * config/avr/avr.opt (-mbranch-cost): Fix double definition of
12868 this option introduced in r180739.
12869
12870 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
12871
12872 PR target/51345
12873 * config.gcc (tm_file target=avr]): Add avr/avr-multilib.h
12874 (tmake_file target=avr): Add avr/t-multilib.
12875
12876 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use AVR_HAVE_8BIT_SP
12877 to built-in define __AVR_HAVE_8BIT_SP__, __AVR_HAVE_16BIT_SP__.
12878 * config/avr/genmultilib.awk: New file.
12879 * config/avr/t-multilib: New auto-generated file.
12880 * config/avr/multilib.h: New auto-generated file.
12881 * config/avr/t-avr (AVR_MCUS): New variable.
12882 (genopt.sh): Use it.
12883 (s-mlib): Depend on t-multilib.
12884 (t-multilib, multilib.h): New dependencies.
12885 (s-avr-mlib): New rule to build t-multilib, multilib.h from AVR_MCUS.
12886 (MULTILIB_OPTIONS): Remove.
12887 (MULTILIB_MATCHES): Remove.
12888 (MULTILIB_DIRNAMES): Remove.
12889 (MULTILIB_EXCEPTIONS): Remove:
12890 * config/avr/genopt.sh: Don't use hard coded file name;
12891 pass AVR_MCUS from t-avr instead.
12892
12893 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
12894
12895 * config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".
12896
12897 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
12898
12899 Implement light-weight DImode support.
12900 * config/avr/avr-dimode.md: New file.
12901 * config/avr/avr.md: Include it.
12902 (adjust_len): Add plus64, compare64.
12903 (HIDI): Remove code iterator.
12904 (code_stdname): New code attribute.
12905 (rotx, rotsmode): Remove DI.
12906 (rotl<mode>3, *rotw<mode>, *rotb<mode>): Use HISI instead of HIDI
12907 as code iterator.
12908 * config/avr/avr-protos.h (avr_have_dimode): New.
12909 (avr_out_plus64, avr_out_compare64): New.
12910 * config/avr/avr.c (avr_out_compare): Handle DImode.
12911 (avr_have_dimode): New variable definition and initialization.
12912 (avr_out_compare64, avr_out_plus64): New functions.
12913 (avr_out_plus_1): Use simplify_unary_operation to negate xval.
12914 (adjust_insn_length): Handle ADJUST_LEN_COMPARE64, ADJUST_LEN_PLUS64.
12915 (avr_compare_pattern): Skip DImode comparisons.
12916
12917 2012-01-02 Revital Eres <revital.eres@linaro.org>
12918
12919 * ddg.c (def_has_ccmode_p): New function.
12920 (add_cross_iteration_register_deps,
12921 create_ddg_dep_from_intra_loop_link): Call it.
12922
12923 2012-01-02 Richard Guenther <rguenther@suse.de>
12924
12925 PR other/51679
12926 * invoke.texi (fassociative-math): Remove spurious paranthesis.
12927
12928 2012-01-01 Jakub Jelinek <jakub@redhat.com>
12929
12930 * gcc.c (process_command): Update copyright notice dates.
12931 * gcov.c (print_version): Likewise.
12932 * gcov-dump.c (print_version): Likewise.
12933 * mips-tfile.c (main): Likewise.
12934 * mips-tdump.c (main): Likewise.
12935
12936 2012-01-01 Ira Rosen <irar@il.ibm.com>
12937
12938 PR tree-optimization/51704
12939 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Check that
12940 a use is inside the basic block or loop before accessing its vect info.
12941
12942 2012-01-01 Jan Hubicka <jhjh@suse.cz>
12943
12944 PR rtl-optimization/51069
12945 * cfgloopmanip.c (remove_path): Removing path making irreducible
12946 region unconditional makes BB part of the region.
12947
12948 2012-01-01 Jakub Jelinek <jakub@redhat.com>
12949
12950 PR tree-optimization/51683
12951 * tree-ssa-propagate.c (substitute_and_fold): Don't optimize away
12952 calls with side-effects.
12953 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
12954 \f
12955 Copyright (C) 2012 Free Software Foundation, Inc.
12956
12957 Copying and distribution of this file, with or without modification,
12958 are permitted in any medium without royalty provided the copyright
12959 notice and this notice are preserved.