]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/ChangeLog
tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
[thirdparty/gcc.git] / gcc / ChangeLog
1 2012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
2
3 * tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
4
5 2012-05-15 Jakub Jelinek <jakub@redhat.com>
6
7 PR target/53358
8 * config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
9 that operands[2] is either immediate, or q_regs_operand.
10
11 2012-05-15 Richard Guenther <rguenther@suse.de>
12
13 * cgraphunit.c (thunk_adjust): Use make_rename_temp.
14 (assemble_thunk): Likewise. Manually rename and register
15 function arguments.
16
17 2012-05-15 Richard Guenther <rguenther@suse.de>
18
19 PR tree-optimization/53355
20 * tree-vrp.c (extract_range_from_binary_expr_1): Handle LSHIFT_EXPRs
21 by constants.
22
23 2012-05-15 Tristan Gingold <gingold@adacore.com>
24
25 * tree-ssa-strlen.c (get_string_length): Convert lhs if needed.
26
27 2012-05-15 Richard Guenther <rguenther@suse.de>
28
29 * gimple.c (gimple_set_modified): Move ...
30 * gimple.h (gimple_set_modified): ... here.
31
32 2012-05-15 Tristan Gingold <gingold@adacore.com>
33
34 * ira-color.c (move_spill_restore): Add a guard.
35
36 2012-05-15 Tristan Gingold <gingold@adacore.com>
37
38 * config/ia64/ia64.c (ia64_emit_probe_stack_range): Adjust calls to
39 plus_constant.
40
41 2012-05-15 Eric Botcazou <ebotcazou@adacore.com>
42
43 * gimplify.c (gimplify_init_constructor): Do a block move for very
44 small objects as well.
45
46 2012-05-15 Bernd Schmidt <bernds@codesourcery.com>
47
48 * ira.c (find_moveable_pseudos): Skip registers whose
49 DF_REG_EQ_USE_COUNT is nonzero.
50
51 2012-05-15 Kenneth Zadeck <zadeck@naturalbridge.com>
52
53 * doc/md.texi (fma): Define to only be applicable for single
54 rounding.
55
56 2012-05-14 Uros Bizjak <ubizjak@gmail.com>
57
58 PR target/46098
59 * config/i386/i386.c (ix86_expand_special_args_builtin): Always
60 generate target register for "load" class builtins.
61
62 Revert:
63 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
64
65 PR target/46098
66 * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
67 Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
68 (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
69 (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
70 (<sse>_movu<ssemodesuffix>): New expander.
71 (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
72 (avx_movdqu<avxmodesuffix>): New expander.
73 (*sse2_movdqu): Rename from sse2_movdqu.
74 (sse2_movdqu): New expander.
75
76 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
77
78 PR target/52607
79 * config/i386/i386.c (ix86_expand_vec_perm_const): Move code to ...
80 (canonicalize_perm): ... new function.
81 (expand_vec_perm_2vperm2f128_vshuf): New function.
82 (ix86_expand_vec_perm_const_1): Call it.
83
84 2012-05-14 Andrew Pinski <apinski@cavium.com>
85 H.J. Lu <hongjiu.lu@intel.com>
86 Jakub Jelinek <jakub@redhat.com>
87
88 PR target/53315
89 * config/i386/i386.md (xbegin_1): Use + in constraint and match_dup.
90 (xbegin): Updated.
91
92 2012-05-14 Jakub Jelinek <jakub@redhat.com>
93
94 * dwarf2out.c (dwarf2out_define, dwarf2out_undef): Treat
95 lineno 1 the same as lineno 0 before first start file directive.
96 (optimize_macinfo_range): Likewise.
97
98 * dwarf2out.c (have_macinfo): Define.
99 (dwarf2out_finish): Don't emit DW_AT_GNU_macros or DW_AT_macro_info
100 attribute, don't force empty compilation unit and don't emit any
101 .debug_macinfo/.debug_macro section if macinfo_table is empty.
102
103 2012-05-14 Georg-Johann Lay <avr@gjlay.de>
104
105 PR target/53344
106 * config/avr/avr.c (avr_const_address_lo16): Remove.
107 (avr_assemble_integer): Print ".byte lo8(x)",
108 ".byte hi8(x)", ".byte hh8(x)" instead of emit an assembler
109 .warning if 3-byte address is assembled.
110 * doc/extend.texi (AVR Named Address Spaces): Document that
111 binutils 2.23 is needed to assemble 3-byte addresses.
112
113 2012-05-14 Richard Guenther <rguenther@suse.de>
114
115 * tree-vect-data-refs.c (vect_setup_realignment): Remove
116 call to mark_symbols_for_renaming.
117 (vect_permute_load_chain): Likewise.
118 * tree-vect-loop.c (vect_is_slp_reduction): Update stmt
119 instead of calling mark_symbols_for_renaming.
120 * tree-vect-stmts.c (read_vector_array): Remove call to
121 mark_symbols_for_renaming.
122 (write_vector_array): Likewise.
123 (vectorizable_call): Likewise.
124 (vectorizable_store): Likewise.
125 (vectorizable_load): Likewise.
126 * matrix-reorg.c (transform_allocation_sites): Likewise.
127 * tree-ssa-pre.c (create_expression_by_pieces): Likewise.
128 (create_expression_by_pieces): Likewise.
129
130 2012-05-14 Richard Guenther <rguenther@suse.de>
131
132 * gimplify.c (gimple_regimplify_operands): Only mark the LHS
133 of statements for renaming.
134 (force_gimple_operand_1): Likewise, consistently for both
135 calls to force_gimple_operand and force_gimple_operand_gsi.
136
137 2012-05-14 Richard Guenther <rguenther@suse.de>
138
139 * tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.
140 * omp-low.c (expand_omp_taskreg): Properly conditionalize call
141 to update_ssa.
142 (expand_omp_for): Likewise.
143 (expand_omp_for_generic): Adjust conditional add to referenced vars.
144 Use make_rename_temp for temporaries that should be rewritten into
145 SSA form.
146 (expand_omp_for_static_nochunk): Likewise.
147 (expand_omp_atomic_pipeline): Likewise.
148
149 2012-05-14 Richard Guenther <rguenther@suse.de>
150
151 PR tree-optimization/53331
152 * tree-vect-data-refs.c (vect_verify_datarefs_alignment): Ignore
153 strided loads.
154 * tree-vect-stmts.c (vect_model_load_cost): Handle strided loads.
155
156 2012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
157
158 PR 53063
159 * doc/options.texi: (LangEnabledBy): Document it.
160 * optc-gen.awk: Handle LangEnabledBy.
161 * opth-gen.awk: Generate declaration for lang-specific functions.
162 * opt-read.awk: Record lang numbers.
163 * opt-functions.awk (flag_set_p): Ignore the arguments of flags.
164 (lang_sanitized_name): New.
165
166 2012-05-14 Bernd Schmidt <bernds@codesourcery.com>
167
168 * attribs.c (decl_attributes): Avoid emitting a warning if
169 ATTR_FLAG_BUILT_IN.
170 * doc/rtl.texi (CALL_INSN_FUNCTION_USAGE): Use lowercase for rtx
171 codes. Document meaning of sets inside CALL_INSN_FUNCTION_USAGE.
172 * builtin-attrs.def (DEF_ATTR_FOR_STRING): Define. Use it to
173 define a string "1".
174 (ATTR_RET1_NOTHROW_NONNULL_LEAF): New attr definition.
175 * builtins.def (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET,
176 BUILT_IN_STRCPY): Use it for these functions.
177 * postreload.c (reload_combine): Deal with SETs inside
178 CALL_INSN_FUNCTION_USAGE.
179 * caller-save.c (setup_save_areas, save_call_clobbered_regs):
180 Look for REG_RETURNED notes and use a cheap restore if possible.
181 * ira-int.h (struct ira_allocno): New member cheap_calls_crossed_num.
182 (ALLOCNO_CHEAP_CALLS_CROSSED_NUM): New macro.
183 * ira-build.c (ira_create_allocno, create_cap_allocno,
184 propagate_allocno_info, propagate_some_info_from_allocno,
185 copy_info_to_removed_store_destination, ira_flattening): Handle it.
186 * ira-lives.c (pseudo_regno_single_word_and_live_p,
187 find_call_crossed_cheap_reg): New static functions.
188 (process_bb_node_lives): Look for SETs in CALL_INSN_FUNCTION_USAGE,
189 and set ALLOCNO_CHEAP_CALLS_CROSSED_NUM if possible. Also make
190 a REG_RETURNED note in that case.
191 * ira.c (setup_reg_renumber): Change assert to allow cases where
192 allocnos only cross calls for which they are cheap to restore.
193 * ira-costs.c (ira_tune_allocno_costs): Compare
194 ALLOCNO_CALLS_CROSSED_NUM to ALLOCNO_CHEAP_CALLS_CROSSED_NUM rather
195 than 0.
196 * reg-notes.def (REG_RETURNED): New note.
197 * cse.c (cse_insn): Likewise.
198 * sched-deps.c (sched_analyze_insn): Likewise.
199 * expr.c (init_block_move_fn): Set a "fn spec" attribute.
200 * calls.c (decl_return_flags): New static function.
201 (expand_call): Generate a SET in CALL_INSN_FUNCTION_USAGE for
202 functions that return one of their arguments.
203 * regcprop.c (struct kill_set_value_data): New.
204 (kill_set_value): Interpret data as a pointer to such a struct.
205 Do nothing if the caller wants the register to be ignored.
206 (copyprop_hardreg_forward_1): Handle SETs in CALL_INSN_FUNCTION_USAGE.
207
208 2012-05-14 Richard Guenther <rguenther@suse.de>
209
210 PR tree-optimization/53340
211 * tree-ssa-pre.c (op_valid_in_sets): Fix error in last commit.
212
213 2012-05-14 Richard Guenther <rguenther@suse.de>
214
215 * gimplify.c (gimplify_expr): Remove odd code.
216
217 2012-05-14 Eric Botcazou <ebotcazou@adacore.com>
218
219 * stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype
220 into a PLUS_EXPR byte offset.
221
222 * tree-ssa-pre.c (can_value_number_call): Delete.
223 (compute_avail): Skip all statements with side effects.
224 <GIMPLE_CALL>: Skip calls to internal functions.
225
226 2012-05-13 Steven Bosscher <steven@gcc.gnu.org>
227
228 * config/pa/pa.md: Use define_c_enum for "unspec" and "unspecv".
229
230 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
231
232 * common.opt (Wtype-limits): Use EnabledBy.
233
234 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
235
236 * config/i386/i386.md (*pushtf): Enable for TARGET_SSE.
237 (pushtf splitter): Ditto.
238 (movtf): Ditto.
239 (*movtf_internal): Ditto. Use V4SFmode for !TARGET_SSE2.
240 (<code>tf2): Enable for TARGET_SSE.
241 (*absnegtf2_sse): Ditto.
242 (copysign<mode>3): Enable TFmode for TARGET_SSE.
243 (copysign<mode>3_const): Ditto.
244 (copysign<mode>3_var): Ditto.
245 * config/i386/sse.md (<code>tf3): Enable for TARGET_SSE.
246 (*andnottf3): Ditto. Use V4SFmode for !TARGET_SSE2.
247 (*<code>tf3): Ditto.
248 * config/i386/i386.c (struct builtin_description bdesc_args)
249 <IX86_BUILTIN_FABSQ>: Enable for TARGET_SSE.
250 <IX86_BUILTIN_COPYSIGNQ>: Ditto.
251 (ix86_expand_builtin) <IX86_BUILTIN_FABSQ, IX86_BUILTIN_COPYSIGNQ>:
252 Emit a normal call if SSE isn't available.
253
254 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
255
256 * config/i386/sse.md (<sse>_andnot<mode>3): Handle
257 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
258 (<code><mode>3): Ditto.
259 (*andnot<mode>3): Ditto.
260 (*andnottf3): Ditto.
261 (*<code><mode>3): Ditto.
262 (<code>tf3): Ditto.
263
264 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
265
266 * optc-gen.awk: Error instead of warning for conflicting help.
267
268 2012-05-12 Jason Merrill <jason@redhat.com>
269
270 PR debug/53235
271 * dwarf2out.c (build_local_stub): Prefer DW_AT_signature for
272 comdat types.
273
274 2012-05-12 Eric Botcazou <ebotcazou@adacore.com>
275
276 * function.c (requires_stack_frame_p): If the function can throw
277 non-call exceptions, return true if the insn can throw internally.
278
279 2012-05-12 Paolo Carlini <paolo.carlini@oracle.com>
280
281 * doc/generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
282
283 2012-05-12 Uros Bizjak <ubizjak@gmail.com>
284
285 * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
286 ORDERED and UNORDERED conditions.
287
288 2012-05-11 Richard Guenther <rguenther@suse.de>
289
290 * tree-flow.h (referenced_var_check_and_insert): Remove.
291 (find_new_referenced_vars): Likewise.
292 * tree-dfa.c (referenced_var_check_and_insert): Make static.
293 (find_new_referenced_vars_1, find_new_referenced_vars): Remove.
294 * tree-inline.c (copy_bb): Use find_referenced_vars_in
295 instead of find_new_referenced_vars.
296 * gimple-fold.c (gimplify_and_update_call_from_tree): Likewise.
297
298 2012-05-11 Richard Guenther <rguenther@suse.de>
299
300 * tree-pass.h (pass_rest_of_compilation,
301 pass_all_optimizations, pass_postreload, pass_all_early_optimizations):
302 Remove.
303 * passes.c (pass_all_optimizations, pass_postreload,
304 pass_all_early_optimizations): Make static.
305 (pass_rest_of_compilation): Likewise. Make it an RTL_PASS.
306 * tree-phinodes.c (init_phinodes, fini_phinodes): Remove.
307 * tree-ssa.c (init_tree_ssa): Do not call init_phinodes.
308 (delete_tree_ssa): Do not call fini_phinodes.
309 * tree-flow.h (init_phinodes, fini_phinodes): Remove.
310
311 2012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
312
313 PR 53063
314 * doc/options.texi (EnabledBy): Document
315 * opts.c: Include opts.h and options.h before tm.h.
316 (finish_options): Do not handle some sub-options here...
317 (common_handle_option): ... instead call common_handle_option_auto here.
318 * optc-gen.awk: Handle EnabledBy.
319 * opth-gen.awk: Declare common_handle_option_auto.
320 * common.opt (Wuninitialized): Use EnabledBy. Delete Init.
321 (Wmaybe-uninitialized): Likewise.
322 (Wunused-but-set-variable): Likewise.
323 (Wunused-function): Likewise.
324 (Wunused-label): Likewise.
325 (Wunused-value): Likewise.
326 (Wunused-variable): Likewise.
327 * opt-read.awk: Create opt_numbers array.
328
329 2012-05-11 Richard Guenther <rguenther@suse.de>
330
331 PR tree-optimization/53295
332 * tree-data-ref.h (stride_of_unit_type_p): Handle non-constant
333 strides.
334 * tree-data-ref.c (dr_analyze_innermost): Allow non-constant
335 strides when analyzing data-references in a loop context.
336 * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Reject
337 non-constant strides for now.
338 (vect_enhance_data_refs_alignment): Ignore data references
339 that are strided loads.
340 (vect_analyze_data_ref_access): Handle non-constant strides.
341 (vect_check_strided_load): Verify the data-reference is a load.
342 (vect_analyze_data_refs): Restructure to make strided load
343 support not dependent on gather support.
344 * tree-vect-stmts.c (vectorizable_load): Avoid useless work
345 when doing strided or gather loads.
346 * tree-vect-loop-manip.c (vect_vfa_segment_size): Use
347 integer_zerop to compare stride with zero.
348
349 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
350
351 * config/i386/driver-i386.c (host_detect_local_cpu): Support RTM.
352
353 2012-05-11 Jan Hubicka <jh@suse.cz>
354
355 PR bootstrap/53300
356 * varpool.c (varpool_assemble_decl): Also output constat pool entries
357 that output_constant_pool missed.
358
359 2012-05-11 Mingjie Xing <mingjie.xing@gmail.com>
360
361 * config/mips/t-vxworks: Change MUTLILIB_EXTRA_OPTS to
362 MULTILIB_EXTRA_OPTS.
363
364 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
365
366 PR target/53291
367 * config/i386/i386.md (xtest): Use NE condition in ix86_expand_setcc.
368
369 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
370
371 * config/i386/i386.md (*movti_internal_rex64): Avoid MOVAPS size
372 optimization for TARGET_AVX.
373 (*movti_internal_sse): Ditto.
374 (*movdi_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
375 (*movdi_internal): Ditto.
376 (*movsi_internal): Ditto.
377 (*movtf_internal): Avoid MOVAPS size optimization for TARGET_AVX.
378 (*movdf_internal_rex64): Ditto.
379 (*movfd_internal): Ditto.
380 (*movsf_internal): Ditto.
381 * config/i386/sse.md (mov<mode>): Handle TARGET_SSE_LOAD0_BY_PXOR.
382
383 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
384
385 * dwarf2out.c (add_byte_size_attribute) <RECORD_TYPE>: Handle variable
386 reference as size attribute.
387
388 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
389 Tristan Gingold <gingold@adacore.com>
390
391 * doc/md.texi (Standard Names): Document probe_stack_address.
392 * explow.c (emit_stack_probe): Handle probe_stack_address.
393 * config/ia64/ia64.md (UNSPECV_PROBE_STACK_ADDRESS): New constant.
394 (UNSPECV_PROBE_STACK_RANGE): Likewise.
395 (probe_stack_address): New insn.
396 (probe_stack_range): Likewise.
397 * config/ia64/ia64.c: Include common/common-target.h.
398 (ia64_compute_frame_size): Mark r2 and r3 as used if static stack
399 checking is enabled.
400 (ia64_emit_probe_stack_range): New function.
401 (output_probe_stack_range): Likewise.
402 (ia64_expand_prologue): Invoke ia64_emit_probe_stack_range if static
403 builtin stack checking is enabled.
404 (rtx_needs_barrier) <UNSPEC_VOLATILE>: Handle UNSPECV_PROBE_STACK_RANGE
405 and UNSPECV_PROBE_STACK_ADDRESS.
406 (unknown_for_bundling_p): New predicate.
407 (group_barrier_needed): Use important_for_bundling_p.
408 (ia64_dfa_new_cycle): Use unknown_for_bundling_p.
409 (issue_nops_and_insn): Likewise.
410 (bundling): Likewise.
411 (final_emit_insn_group_barriers): Likewise.
412 * config/ia64/ia64-protos.h (output_probe_stack_range): Declare.
413 * config/ia64/hpux.h (STACK_CHECK_STATIC_BUILTIN): Define.
414 (STACK_CHECK_PROTECT): Likewise.
415 * config/ia64/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
416
417 2012-05-10 Jan Hubicka <jh@suse.cz>
418
419 * ipa-inline.c (update_all_callee_keys): Remove.
420 (inline_small_functions): Simplify priority updating.
421
422 2012-05-10 Jan Hubicka <jh@suse.cz>
423
424 * ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.
425
426 2012-05-10 Jan Hubicka <jh@suse.cz>
427
428 * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...
429 (symtab_remove_unreachable_nodes): ... this one.
430 * ipa-cp.c (ipcp_driver): Do not remove unreachable nodes.
431 * cgraphunit.c (ipa_passes): Update.
432 * cgraphclones.c (cgraph_materialize_all_clones): Update.
433 * cgraph.c (cgraph_release_function_body): Only turn initial
434 into error mark when initial was previously set.
435 * ipa-inline.c (ipa_inline): Update.
436 * ipa.c: Include ipa-inline.h
437 (enqueue_cgraph_node, enqueue_varpool_node): Remove.
438 (enqueue_node): New function.
439 (process_references): Update.
440 (symtab_remove_unreachable_nodes): Cleanup.
441 * passes.c (execute_todo, execute_one_pass): Update.
442
443 2012-05-10 Vladimir Makarov <vmakarov@redhat.com>
444
445 PR rtl-optimization/53125
446 * ira.c (ira): Call find_moveable_pseudos and
447 move_unallocated_pseudos if only ira_conflicts_p is true.
448
449 2012-05-10 Uros Bizjak <ubizjak@gmail.com>
450
451 * config/i386/i386.md (*movoi_internal_avx): Handle
452 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL and TARGET_SSE_TYPELESS_STORES.
453 (*movti_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
454 (*movti_internal_sse): Ditto.
455 (*movtf_internal): Ditto.
456 * config/i386/sse.md (ssePSmode): New mode attribute.
457 (*move<mode>_internal): Use ssePSmode.
458 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Ditto.
459 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
460 * config/i386/i386.c (standard_sse_constant_opcode): Do not handle
461 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL here.
462
463 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
464
465 * gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
466 DECL_ORIGINAL_TYPE if it is present.
467
468 2012-05-10 Nick Clifton <nickc@redhat.com>
469
470 PR target/53120
471 * config/m32c/bitops.md (bset_qi): Change operand 2 from having
472 a "0" constraint to being a (match_dup 0).
473
474 2012-05-10 Richard Guenther <rguenther@suse.de>
475
476 * stor-layout.c (byte_from_pos): Amend comment.
477
478 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
479
480 * doc/extend.texi (X86 Built-in Functions, __builtin_cpu_init):
481 Document requirement to call in constructors.
482
483 * config/i386/i386.c: Update comments for i386-cpuinfo.c name change.
484
485 2012-05-10 Richard Guenther <rguenther@suse.de>
486
487 * tree.h (TYPE_IS_SIZETYPE): Remove.
488 * fold-const.c (int_const_binop_1): Remove TYPE_IS_SIZETYPE use.
489 (extract_muldiv_1): Likewise.
490 * gimple.c (gtc_visit): Likewise.
491 (gimple_types_compatible_p): Likewise.
492 (iterative_hash_canonical_type): Likewise.
493 (gimple_canonical_types_compatible_p): Likewise.
494 * gimplify.c (gimplify_one_sizepos): Likewise.
495 * print-tree.c (print_node): Likewise.
496 * stor-layout.c (initialize_sizetypes): Do not set TYPE_IS_SIZETYPE.
497
498 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
499
500 PR target/52908
501 * config/i386/sse.md (vec_widen_smult_hi_v4si): Expand using
502 xop_pmacsdqh insn pattern instead of xop_mulv2div2di3_high.
503 (vec_widen_smult_lo_v4si): Expand using xop_pmacsdql insn pattern
504 instead of xop_mulv2div2di3_low.
505 (xop_p<macs>dql): Fix vec_select selector.
506 (xop_p<macs>dqh): Ditto.
507 (xop_mulv2div2di3_low): Remove insn_and_split pattern.
508 (xop_mulv2div2di3_high): Ditto.
509
510 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
511
512 PR c++/53289
513 * diagnostic.h (diagnostic_context): Add last_location.
514 * diagnostic.c (diagnostic_initialize): Initialize it.
515 (diagnostic_show_locus): Use it.
516
517 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
518
519 * doc/extend.texi (Function Attributes): Point xref to section
520 about Pragmas.
521
522 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
523
524 * config/i386/i386.c (*movdf_internal_rex64): Remove
525 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
526 Calculate "mode" attribute according to
527 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
528 (*movdf_internal): Ditto.
529
530 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
531
532 PR target/44141
533 * config/i386/i386.c (ix86_expand_vector_move_misalign): Do not handle
534 128 bit vectors specially for TARGET_AVX. Emit sse2_movupd and
535 sse_movupd RTXes for TARGET_AVX, TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
536 or when optimizing for size.
537 * config/i386/sse.md (*mov<mode>_internal): Remove
538 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
539 Calculate "mode" attribute according to optimize_function_for_size_p
540 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
541 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Choose asm template
542 depending on the mode of the instruction. Calculate "mode" attribute
543 according to optimize_function_for_size_p, TARGET_SSE_TYPELESS_STORES
544 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flags.
545 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
546
547 2012-05-09 Georg-Johann Lay <avr@gjlay.de>
548
549 PR target/53256
550 * config/avr/elf.h (ASM_DECLARE_FUNCTION_NAME): Remove.
551 * config/avr/avr-protos.h (avr_asm_declare_function_name): Remove.
552 * config/avr/avr.h (struct machine_function): Add attributes_checked_p.
553 * config/avr/avr.c (avr_asm_declare_function_name): Remove.
554 (expand_prologue): Move initialization of cfun->machine->is_naked,
555 is_interrupt, is_signal, is_OS_task, is_OS_main from here to...
556 (avr_set_current_function): ...this new static function.
557 (TARGET_SET_CURRENT_FUNCTION): New define.
558 (avr_function_ok_for_sibcall): Use cfun->machine->is_* instead of
559 checking attributes of current_function_decl.
560 (avr_regs_to_save): Ditto.
561 (signal_function_p): Rename to avr_signal_function_p.
562 (interrupt_function_p): Rename to avr_interrupt_function_p.
563
564 * doc/extend.texi (Function Attributes): Better explanation of
565 'interrupt' and 'signal' for AVR. Move 'ifunc' down to establish
566 alphabetical order.
567
568 2012-05-09 Michael Matz <matz@suse.de>
569
570 PR tree-optimization/53185
571 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Disable
572 peeling when we see strided loads.
573
574 2012-05-09 Matthias Klose <doko@ubuntu.com>
575
576 * gcc-ar.c (main): Don't check for execute bits for the plugin.
577
578 2012-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
579
580 * tree-ssa-loop-ivopts.c (add_autoinc_candidates, get_address_cost):
581 Replace use of HAVE_{POST/PRE}_{INCREMENT/DECREMENT} with
582 USE_{LOAD/STORE}_{PRE/POST}_{INCREMENT/DECREMENT} appropriately.
583 * config/arm/arm.h (ARM_AUTOINC_VALID_FOR_MODE_P): New.
584 (USE_LOAD_POST_INCREMENT): Define.
585 (USE_LOAD_PRE_INCREMENT): Define.
586 (USE_LOAD_POST_DECREMENT): Define.
587 (USE_LOAD_PRE_DECREMENT): Define.
588 (USE_STORE_PRE_DECREMENT): Define.
589 (USE_STORE_PRE_INCREMENT): Define.
590 (USE_STORE_POST_DECREMENT): Define.
591 (USE_STORE_POST_INCREMENT): Define.
592 (arm_auto_incmodes): Add enumeration.
593 * config/arm/arm-protos.h (arm_autoinc_modes_ok_p): Declare.
594 * config/arm/arm.c (arm_autoinc_modes_ok_p): Define.
595
596 2012-05-09 Jakub Jelinek <jakub@redhat.com>
597
598 PR tree-optimization/53226
599 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Remove
600 prev and prev_initialized vars, gimple_set_plf (stmt, GF_PLF_1, false)
601 before processing it and gimple_set_plf (stmt, GF_PLF_1, true) if it
602 doesn't need to be revisited, look for earliest stmt with
603 !gimple_plf (stmt, GF_PLF_1) if something changed.
604
605 2012-05-09 Terry Guo <terry.guo@arm.com>
606
607 * genmultilib: Update copyright dates.
608 * doc/fragments.texi: Ditto.
609
610 2012-05-09 Terry Guo <terry.guo@arm.com>
611
612 * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED.
613 * genmultilib (MULTILIB_REQUIRED): New.
614 * doc/fragments.texi: Document the MULTILIB_REQUIRED.
615
616 2012-05-09 Richard Guenther <rguenther@suse.de>
617
618 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
619 (vect_do_peeling_for_loop_bound): Likewise.
620 (vect_do_peeling_for_alignment): Likewise.
621 * tree-vect-loop-manip.c (conservative_cost_threshold): Remove.
622 (vect_do_peeling_for_loop_bound): Get check_profitability and
623 threshold as parameters.
624 (vect_do_peeling_for_alignment): Likewise.
625 (vect_loop_versioning): Likewise.
626 * tree-vect-loop.c (vect_transform_loop): Compute check_profitability
627 and threshold here. Control where to put the check here.
628
629 2012-05-09 Richard Sandiford <rdsandiford@googlemail.com>
630
631 PR middle-end/53249
632 * dwarf2out.h (get_address_mode): Move declaration to...
633 * rtl.h: ...here.
634 * dwarf2out.c (get_address_mode): Move definition to...
635 * rtlanal.c: ...here.
636 * var-tracking.c (get_address_mode): Delete.
637 * combine.c (find_split_point): Use get_address_mode instead of
638 targetm.addr_space.address_mode.
639 * cselib.c (cselib_record_sets): Likewise.
640 * dse.c (canon_address, record_store): Likewise.
641 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
642 * expr.c (move_by_pieces, emit_block_move_via_loop, store_by_pieces)
643 (store_by_pieces_1, expand_assignment, store_expr, store_constructor)
644 (expand_expr_real_1): Likewise.
645 * ifcvt.c (noce_try_cmove_arith): Likewise.
646 * optabs.c (maybe_legitimize_operand_same_code): Likewise.
647 * reload.c (find_reloads): Likewise.
648 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
649 * sel-sched-dump.c (debug_mem_addr_value): Likewise.
650
651 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
652
653 * config/mips/mips.c (mips16_gp_pseudo_reg): Remove line
654 information from the instruction produced.
655
656 2012-05-09 Richard Guenther <rguenther@suse.de>
657
658 * stor-layout.c (bit_from_pos): Document.
659 (byte_from_pos): Likewise. Optimize.
660 (pos_from_bit): Likewise.
661 (normalize_offset): Use pos_from_bit instead of replicating it.
662
663 2012-05-09 Alan Modra <amodra@gmail.com>
664
665 PR target/53271
666 * config/rs6000/rs6000.c (gen_frame_set): New function.
667 (gen_frame_load, gen_frame_store): New functions.
668 (rs6000_savres_rtx): Use the above.
669 (rs6000_emit_epilogue, rs6000_emit_prologue): Here too.
670 Correct mode used for CR2 in save/restore_world patterns.
671 Don't emit instructions for eh_return frame unwind reg info.
672
673 2012-05-08 Jan Hubicka <jh@suse.cz>
674
675 * cgraphbuild.c (build_cgraph_edges): Do not finalize vars
676 with VALUE_EXPR.
677 * cgraph.h (varpool_can_remove_if_no_refs): Vars with VALUE_EXPR
678 are removable.
679 * toplev.c (wrapup_global_declaration_2): Vars with VALUE_EXPR
680 need to wrapup.
681 (compile_file): Do not output variables.
682 * cgraphbuild.c (varpool_finalize_decl): When var is finalized late,
683 output it.
684 * langhooks.c: Include timevar.h
685 (write_global_declarations): Finalize compilation unit after wrapup;
686 set timevars correctly.
687 * passes.c (rest_of_decl_compilation): Decls with VALUE_EXPR needs
688 not to be added to varpool.
689 * varpool.c (varpool_assemble_decl): Sanity check that we are called
690 only on cases where it makes sense; skip constant pool and value expr
691 vars.
692
693 2012-05-08 David S. Miller <davem@davemloft.net>
694
695 * config/sparc/linux.h (LINK_SPEC): Don't pass "-Y" option.
696 * config/sparc/linux64.h (LINK_ARCH32_SPEC): Likewise.
697 * config/sparc/linux64.h (LINK_ARCH64_SPEC): Likewise.
698
699 2012-05-08 Richard Sandiford <rdsandiford@googlemail.com>
700
701 PR rtl-optimization/53278
702 * lower-subreg.c (decompose_multiword_subregs): Remove left-over
703 speed_p code from earlier patch.
704
705 2012-05-08 Oleg Endo <olegendo@gcc.gnu.org>
706
707 PR target/51244
708 * config/sh/sh.md (*branch_true, *branch_false): New insns.
709
710 2012-05-08 Teresa Johnson <tejohnson@google.com>
711
712 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.
713 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
714
715 2012-05-08 Jan Hubicka <jh@suse.cz>
716
717 * cgraph.c (cgraph_call_edge_duplication_hooks): Export.
718 (cgraph_create_node_1): Rename to ...
719 (cgraph_create_empty_node): ... this one; export.
720 (cgraph_create_node): Update.
721 (cgraph_set_call_stmt_including_clones): Move to cgraphclones.c
722 (cgraph_create_edge_including_clones): Likewise.
723 (cgraph_find_replacement_node): Likewise.
724 (cgraph_clone_edge): Likewise.
725 (cgraph_clone_node): Likewise.
726 (clone_function_name): Likewise.
727 (cgraph_create_virtual_clone): Likewise.
728 (cgraph_remove_node_and_inline_clones): Likewise.
729 (cgraph_redirect_edge_call_stmt_to_callee): Move here from cgraphunit.c
730 * cgraph.h: Reorder declarations so they match file of origin.
731 (cgraph_create_empty_node): Declare.
732 * cgraphunit.c (update_call_expr): Move to cgraphclones.c
733 (cgraph_copy_node_for_versioning): Likewise.
734 (cgraph_function_versioning): Likewise.
735 (cgraph_materialize_clone): Likewise.
736 (cgraph_redirect_edge_call_stmt_to_callee): Likewise.
737 (cgraph_materialize_all_clones): Likewise.
738 * cgraphclones.c: New file.
739 * Makefile.in: Update for cgraphclones.
740
741 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
742
743 PR target/53176
744 * config/i386/i386.c (ix86_set_reg_reg_cost): New function.
745 (ix86_rtx_costs): Handle SET.
746
747 2012-05-08 Michael Matz <matz@suse.de>
748
749 * basic-block.h (struct rtl_bb_info): Remove visited member and
750 move head_ member to ...
751 (struct basic_block_def.basic_block_il_dependent): ... the new
752 member x, replacing but containing old member rtl.
753 (enum bb_flags): New BB_VISITED flag.
754 (BB_HEADER, BB_FOOTER): New macros.
755
756 * jump.c (mark_all_labels): Adjust.
757 * cfgcleanup.c (try_optimize_cfg): Adjust.
758 * cfglayout.c (record_effective_endpoints): Adjust.
759 (relink_block_chain): Ditto (and don't fiddle with visited).
760 (fixup_reorder_chain): Adjust.
761 (fixup_fallthru_exit_predecessor): Ditto.
762 (cfg_layout_duplicate_bb): Ditto.
763 * combine.c (update_cfg_for_uncondjump): Adjust.
764 * bb-reorder.c (struct bbro_basic_block_data_def): Add visited member.
765 (bb_visited_trace): New accessor.
766 (mark_bb_visited): Move in front.
767 (rotate_loop): Use bb_visited_trace.
768 (find_traces_1_round): Ditto.
769 (emit_barrier_after): Ditto.
770 (copy_bb): Ditto, and initialize visited on resize.
771 (reorder_basic_blocks): Initize visited member.
772 (duplicate_computed_gotos): Clear bb flags at start, use
773 BB_VISITED flags.
774
775 * cfgrtl.c (try_redirect_by_replacing_jump): Adjust.
776 (rtl_verify_flow_info_1): Ditto.
777 (cfg_layout_split_block): Ditto.
778 (cfg_layout_delete_block): Ditto.
779 (cfg_layout_merge_blocks): Ditto.
780 (init_rtl_bb_info): Adjust and initialize il.x.head_ member.
781
782 2012-05-08 Hans-Peter Nilsson <hp@axis.com>
783
784 PR target/53272
785 * config/cris/cris.c (cris_normal_notice_update_cc): For TARGET_V32,
786 when a constant source operand matches an "I" constraint, the "no
787 CC0 change" applies to a register-destination only, not a
788 strict_low_part-destination.
789
790 2012-05-08 Richard Guenther <rguenther@suse.de>
791
792 * fold-const.c (fold_binary_loc): Fold (X * CST1) & CST2
793 to zero or to (X * CST1) & CST2' when CST1 has trailing zeros.
794
795 2012-05-08 Georg-Johann Lay <avr@gjlay.de>
796
797 * Makefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.
798
799 * doc/avr-mmcu.texi: New auto-generated file.
800 * doc/invoke.texi (AVR Options): Include avr-mmcu.texi in order
801 to document all valid -mmcu= arguments.
802
803 * config/avr/avr.h (arch_info_s): New struct definition.
804 * config/avr/avr-devices.c (avr_texinfo): New variable.
805 * config/avr/gen-avr-mmcu-texi.c: New file.
806 * config/avr/t-avr: New rules and dependencies to build avr-mmcu.texi.
807
808 2012-05-08 Dehao Chen <dehao@google.com>
809
810 * predict.c (find_qualified_ssa_name): New.
811 (find_ssa_name_in_expr): New.
812 (find_ssa_name_in_assign_stmt): New.
813 (is_comparison_with_loop_invariant_p): New.
814 (is_bound_expr_similar): New.
815 (predict_iv_comparison): New.
816 (predict_loops): Add heuristic for loop-nested branches that compare an
817 induction variable to a loop bound variable.
818 * predict.def (PRED_LOOP_IV_COMPARE): New macro.
819
820 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
821
822 * config/i386/i386.c (has_dispatch): Use TARGET_BDVER1 and
823 TARGET_BDVER2 defines where appropriate.
824
825 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
826
827 * configure.ac (PLUGIN_LD): Rename into...
828 (PLUGIN_LD_SUFFIX): ...this and strip the target_alias triplet.
829 * config.in: Regenerate.
830 * configure: Likewise.
831 * collect2.c (main): Set plugin_ld_suffix to PLUGIN_LD_SUFFIX.
832
833 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
834
835 * tree-dfa.c (get_ref_base_and_extent) <ARRAY_REF>: Do the offset
836 computation using the precision of the index type.
837 * gimple-fold.c (fold_const_aggregate_ref_1) <ARRAY_REF>: Likewise.
838 (fold_array_ctor_reference): Do index computations in the index type.
839
840 2012-05-07 Georg-Johann Lay <avr@gjlay.de>
841
842 * config/avr/avr.c (avr_prologue_setup_frame): Fix mode passed
843 down to plus_constant.
844 (expand_epilogue): Ditto.
845
846 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
847
848 * postreload.c (reload_cse_regs): Make static.
849 * reload.h (reload_cse_regs): Remove prototype.
850
851 2012-05-07 Richard Henderson <rth@redhat.com>
852
853 * config/alpha/alpha.md (clear_cache): New pattern.
854
855 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
856
857 PR middle-end/53245
858 * gimplify.c (preprocess_case_label_vec_for_gimple): If low or high
859 is folded to a type boundary value, verify that the resulting case
860 label is still a care range.
861
862 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
863
864 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf
865 only for TARGET_GENERIC, when not optimizing for size.
866 (*ffs<mode>_1): Ditto.
867
868 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
869
870 * tree-cfg.c (verify_gimple_switch): Tighten checks.
871
872 2012-05-07 Jakub Jelinek <jakub@redhat.com>
873
874 PR tree-optimization/53239
875 * tree-vrp.c (get_value_range): Set VR of SSA_NAME_IS_DEFAULT_DEF
876 of DECL_BY_REFERENCE RESULT_DECL to nonnull.
877
878 2012-05-07 Richard Guenther <rguenther@suse.de>
879
880 PR tree-optimization/53195
881 * tree-inline.c (setup_one_parameter): Properly add referenced
882 vars from the parameters new known value.
883
884 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
885
886 * config/m68k/m68k.c (m68k_sched_branch_type): Remove.
887 (sched_branch_type): Remove.
888 (m68k_sched_md_init_global): Don't allocate it.
889 (m68k_sched_md_finish_global): Don't free it.
890 * config/m68k/m68k.h (m68k_sched_branch_type): Remove prototype.
891 * config/m68k/m68k.md: Set the type of insns using
892 m68k_sched_branch_type to bcc directly.
893
894 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
895
896 * config/sol2.c (solaris_override_options): New function.
897 * config/sol2-protos.h (solaris_override_options): Declare.
898 * config/sol2.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
899
900 2012-05-07 Richard Guenther <rguenther@suse.de>
901
902 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return
903 whether we failed to compute data dependences.
904 (loop_prefetch_arrays): Fail if we failed.
905
906 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
907 Paolo Bonzini <bonzini@gnu.org>
908
909 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf even for !TARGET_BMI.
910 Emit bsf when optimizing for size.
911 (*ffs<mode>_1): Ditto.
912
913 2012-05-07 Oleg Endo <olegendo@gcc.gnu.org>
914
915 PR target/53250
916 * config/sh/sh.c (sh_rtx_costs): Handle SET.
917
918 2012-05-06 Uros Bizjak <ubizjak@gmail.com>
919
920 PR target/53227
921 * config/i386/i386.md (swap<mode>): Rename from *swap<mode>.
922 (bswapdi2): Split from bswap<mode>2. Use nonnimediate_operand
923 predicate for operand 1. Force operand 1 to register for TARGET_BSWAP.
924 (bswapsi2): Ditto.
925 (*bswapdi2_doubleword): New insn pattern.
926 (*bswap<mode>2): Rename from *bswap<mode>2_1.
927
928 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
929
930 * config/mips/mips.c (mips_set_reg_reg_piece_cost): New function.
931 (mips_set_reg_reg_cost): Likewise.
932 (mips_rtx_costs): Handle SET.
933
934 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
935
936 * lower-subreg.c (shift_cost): Use set_src_cost, avoiding the SET.
937 (compute_costs): Likewise for the zero extension. Use set_rtx_cost
938 to compute the cost of moves. Set the mode of the target register.
939
940 2012-05-05 Richard Sandiford <rdsandiford@googlemail.com>
941
942 * rtl.h (plus_constant, plus_constant_mode): Merge into a single
943 plus_constant function.
944 * explow.c (plus_constant, plus_constant_mode): Likewise. Assert
945 that the mode is sensible.
946 (use_anchored_address, round_push, allocate_dynamic_stack_space)
947 (probe_stack_range, anti_adjust_stack_and_probe): Update calls to
948 plus_constant.
949
950 * alias.c (canon_rtx): Likewise.
951 (init_alias_analysis): Likewise.
952 * builtins.c (expand_builtin_return_addr)
953 (expand_builtin_setjmp_setup, expand_builtin_longjmp)
954 (expand_builtin_nonlocal_goto, expand_builtin_update_setjmp_buf)
955 (expand_builtin_apply_args_1, expand_builtin_apply, expand_movstr)
956 (expand_builtin_stpcpy): Likewise.
957 * calls.c (save_fixed_argument_area, restore_fixed_argument_area)
958 (compute_argument_addresses, internal_arg_pointer_based_exp)
959 (expand_call, emit_library_call_value_1): Likewise.
960 * cfgexpand.c (expand_one_stack_var_at, expand_debug_expr): Likewise.
961 * combine-stack-adj.c (try_apply_stack_adjustment): Likewise.
962 * combine.c (combine_simplify_rtx, force_to_mode): Likewise.
963 * cse.c (insert_const_anchor, find_reg_offset_for_const)
964 (use_related_value, fold_rtx): Likewise.
965 * cselib.c (cselib_subst_to_values): Likewise.
966 * dse.c (record_store, check_mem_read_rtx): Likewise.
967 * dwarf2out.c (rtl_for_decl_location, gen_variable_die): Likewise.
968 * emit-rtl.c (adjust_address_1): Likewise.
969 * except.c (sjlj_emit_function_enter)
970 (expand_builtin_extract_return_addr)
971 (expand_builtin_frob_return_addr): Likewise.
972 * expmed.c (expand_divmod): Likewise.
973 * expr.c (move_by_pieces, store_by_pieces, store_by_pieces_1)
974 (emit_move_resolve_push, push_block, emit_push_insn, store_expr)
975 (expand_expr_addr_expr_1, expand_expr_real_1): Likewise.
976 * function.c (assign_stack_local_1)
977 (instantiate_virtual_regs_in_rtx): Likewise.
978 * optabs.c (prepare_cmp_insn): Likewise.
979 * recog.c (offsettable_address_addr_space_p): Likewise.
980 * reload.c (find_reloads_address, form_sum)
981 (find_reloads_subreg_address): Likewise.
982 * reload1.c (init_reload, eliminate_regs_1)
983 (eliminate_regs_in_insn): Likewise.
984 * simplify-rtx.c (simplify_unary_operation_1)
985 (simplify_binary_operation_1, simplify_plus_minus): Likewise.
986 * var-tracking.c (compute_cfa_pointer, prepare_call_arguments)
987 (vt_add_function_parameter): Likewise.
988
989 * config/alpha/alpha.h (EH_RETURN_HANDLER_RTX): Likewise.
990 * config/alpha/vms.h (EH_RETURN_HANDLER_RTX): Likewise.
991 * config/alpha/alpha.c (alpha_legitimize_address_1)
992 (get_unaligned_address, alpha_expand_unaligned_load)
993 (alpha_expand_unaligned_store, alpha_expand_unaligned_load_words)
994 (alpha_expand_unaligned_store_words, alpha_expand_block_clear)
995 (alpha_expand_builtin_establish_vms_condition_handler)
996 (alpha_setup_incoming_varargs, emit_frame_store_1)
997 (alpha_expand_prologue, alpha_expand_epilogue)
998 (alpha_use_linkage): Likewise.
999 * config/alpha/alpha.md: Likewise.
1000
1001 * config/arm/arm.c (arm_trampoline_init, legitimize_pic_address)
1002 (arm_load_pic_register, arm_pic_static_addr, arm_legitimize_address)
1003 (thumb_legitimize_address, arm_gen_load_multiple_1)
1004 (arm_gen_store_multiple_1, arm_gen_multiple_op, gen_ldm_seq)
1005 (gen_stm_seq, gen_const_stm_seq, arm_block_move_unaligned_straight)
1006 (arm_block_move_unaligned_loop, arm_gen_movmemqi, arm_reload_in_hi)
1007 (arm_reload_out_hi, arm_reorg, vfp_emit_fstmd, emit_multi_reg_push)
1008 (emit_sfm, thumb_set_frame_pointer, arm_expand_prologue)
1009 (thumb1_emit_multi_reg_push, thumb1_expand_prologue)
1010 (thumb_expand_movmemqi, arm_set_return_address)
1011 (thumb_set_return_address): Likewise.
1012 * config/arm/arm.md: Likewise.
1013
1014 * config/avr/avr.c (avr_incoming_return_addr_rtx)
1015 (avr_prologue_setup_frame, expand_epilogue)
1016 (avr_const_address_lo16): Likewise.
1017
1018 * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Likewise.
1019 * config/bfin/bfin.c (setup_incoming_varargs, bfin_load_pic_reg)
1020 (bfin_expand_prologue, bfin_trampoline_init, bfin_expand_call)
1021 (bfin_output_mi_thunk): Likewise.
1022
1023 * config/c6x/c6x.c (c6x_initialize_trampoline)
1024 (c6x_output_mi_thunk): Likewise.
1025
1026 * config/cr16/cr16.h (EH_RETURN_HANDLER_RTX): Likewise.
1027 * config/cr16/cr16.c (cr16_create_dwarf_for_multi_push): Likewise.
1028
1029 * config/cris/cris.c (cris_return_addr_rtx, cris_split_movdx)
1030 (cris_expand_prologue, cris_expand_epilogue, cris_gen_movem_load)
1031 (cris_emit_movem_store, cris_trampoline_init): Likewise.
1032 * config/cris/cris.md: Likewise.
1033
1034 * config/darwin.c (machopic_indirect_data_reference)
1035 (machopic_legitimize_pic_address): Likewise.
1036
1037 * config/epiphany/epiphany.c (epiphany_emit_save_restore)
1038 (epiphany_expand_prologue, epiphany_expand_epilogue)
1039 (epiphany_trampoline_init): Likewise.
1040 * config/epiphany/epiphany.md: Likewise.
1041
1042 * config/fr30/fr30.c (fr30_move_double): Likewise.
1043
1044 * config/frv/frv.c (frv_dwarf_store, frv_expand_prologue)
1045 (frv_expand_block_move, frv_expand_block_clear, frv_return_addr_rtx)
1046 (frv_index_memory, unspec_got_name, frv_find_base_term)
1047 (frv_output_dwarf_dtprel): Likewise.
1048
1049 * config/h8300/h8300.c (h8300_push_pop, h8300_return_addr_rtx)
1050 (h8300_swap_into_er6, h8300_swap_out_of_er6): Likewise.
1051
1052 * config/i386/i386.h (RETURN_ADDR_RTX): Likewise.
1053 * config/i386/i386.c (setup_incoming_varargs_64)
1054 (setup_incoming_varargs_ms_64, choose_baseaddr)
1055 (ix86_emit_save_reg_using_mov, ix86_adjust_stack_and_probe)
1056 (ix86_emit_probe_stack_range, ix86_expand_prologue)
1057 (ix86_emit_restore_reg_using_pop, ix86_emit_leave)
1058 (ix86_expand_epilogue, legitimize_pic_address, ix86_legitimize_address)
1059 (ix86_split_long_move, ix86_expand_movmem, ix86_expand_setmem)
1060 (ix86_static_chain, ix86_trampoline_init, x86_this_parameter)
1061 (x86_output_mi_thunk): Likewise.
1062 * config/i386/i386.md: Likewise.
1063
1064 * config/ia64/ia64.c (ia64_expand_load_address)
1065 (ia64_expand_tls_address, ia64_expand_move, ia64_split_tmode)
1066 (do_spill, ia64_trampoline_init): Likewise.
1067
1068 * config/iq2000/iq2000.c (iq2000_va_start)
1069 (iq2000_emit_frame_related_store, iq2000_expand_prologue)
1070 (iq2000_expand_eh_return, iq2000_setup_incoming_varargs)
1071 (iq2000_print_operand, iq2000_legitimize_address): Likewise.
1072
1073 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
1074
1075 * config/m32c/m32c.c (m32c_return_addr_rtx)
1076 (m32c_expand_insv): Likewise.
1077
1078 * config/m32r/m32r.c (m32r_setup_incoming_varargs)
1079 (m32r_legitimize_pic_address, m32r_print_operand)
1080 (m32r_print_operand_address): Likewise.
1081
1082 * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Likewise.
1083 * config/m68k/m68k.h (RETURN_ADDR_RTX): Likewise.
1084 (EH_RETURN_HANDLER_RTX): Likewise.
1085 * config/m68k/m68k.c (m68k_emit_movem, m68k_expand_prologue)
1086 (m68k_expand_epilogue, legitimize_pic_address)
1087 (m68k_output_mi_thunk): Likewise.
1088 * config/m68k/m68k.md: Likewise.
1089
1090 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
1091 (mcore_expand_epilog): Likewise.
1092 * config/mcore/mcore.md: Likewise.
1093
1094 * config/mep/mep.c (mep_allocate_initial_value)
1095 (mep_expand_prologue, mep_expand_epilogue): Likewise.
1096
1097 * config/microblaze/microblaze.c (double_memory_operand)
1098 (microblaze_block_move_loop): Likewise.
1099
1100 * config/mips/mips.c (mips_strip_unspec_address, mips_add_offset)
1101 (mips_setup_incoming_varargs, mips_va_start, mips_block_move_loop)
1102 (mips_print_operand, mips16e_save_restore_reg, mips_save_restore_reg)
1103 (mips_expand_prologue, mips_epilogue_set_cfa)
1104 (mips_expand_epilogue): Likewise.
1105 * config/mips/mips.md: Likewise.
1106
1107 * config/mmix/mmix.c (mmix_dynamic_chain_address, mmix_return_addr_rtx)
1108 (mmix_expand_prologue, mmix_expand_epilogue): Likewise.
1109
1110 * config/mn10300/mn10300.c (mn10300_gen_multiple_store)
1111 (mn10300_builtin_saveregs, mn10300_trampoline_init): Likewise.
1112
1113 * config/moxie/moxie.h (INCOMING_RETURN_ADDR_RTX): Likewise.
1114 (EH_RETURN_HANDLER_RTX): Likewise.
1115 * config/moxie/moxie.c (moxie_static_chain): Likewise.
1116
1117 * config/pa/pa.c (legitimize_pic_address, hppa_legitimize_address)
1118 (store_reg, set_reg_plus_d, pa_expand_prologue, load_reg)
1119 (pa_return_addr_rtx, hppa_builtin_saveregs)
1120 (pa_trampoline_init): Likewise.
1121 * config/pa/pa.md: Likewise.
1122
1123 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
1124
1125 * config/picochip/picochip.c (picochip_static_chain): Likewise.
1126
1127 * config/rs6000/rs6000.h (RS6000_SAVE_TOC): Likewise.
1128 * config/rs6000/rs6000.c (rs6000_legitimize_address)
1129 (setup_incoming_varargs, print_operand, rs6000_return_addr)
1130 (rs6000_emit_eh_reg_restore, rs6000_emit_probe_stack_range)
1131 (rs6000_emit_epilogue)
1132 (rs6000_machopic_legitimize_pic_address): Likewise.
1133
1134 * config/rx/rx.c (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
1135
1136 * config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Likewise.
1137 (DYNAMIC_CHAIN_ADDRESS): Likewise.
1138 * config/s390/s390.c (s390_decompose_address, legitimize_pic_address)
1139 (s390_delegitimize_address, print_operand, annotate_constant_pool_refs)
1140 (replace_constant_pool_ref, s390_return_addr_rtx, s390_back_chain_rtx)
1141 (save_fpr, restore_fpr, save_gprs, restore_gprs, s390_emit_prologue)
1142 (s390_emit_epilogue, s390_function_profiler): Likewise.
1143 * config/s390/s390.md: Likewise.
1144
1145 * config/score/score.c (score_add_offset, score_prologue): Likewise.
1146
1147 * config/sh/sh.c (expand_block_move, push_regs, sh_builtin_saveregs)
1148 (sh_output_mi_thunk): Likewise.
1149 * config/sh/sh.md: Likewise.
1150
1151 * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS, FRAME_ADDR_RTX)
1152 (RETURN_ADDR_RTX, INCOMING_RETURN_ADDR_RTX): Likewise.
1153 * config/sparc/sparc.c (sparc_legitimize_pic_address)
1154 (sparc_emit_probe_stack_range, emit_save_or_restore_regs)
1155 (emit_window_save, sparc_flat_expand_prologue, sparc_struct_value_rtx)
1156 (emit_and_preserve): Likewise.
1157 * config/sparc/sparc.md: Likewise.
1158
1159 * config/spu/spu.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
1160 * config/spu/spu.c (spu_expand_insv, spu_machine_dependent_reorg)
1161 (spu_setup_incoming_varargs, ea_load_store_inline)
1162 (spu_expand_load): Likewise.
1163
1164 * config/stormy16/stormy16.c (xstormy16_expand_prologue)
1165 (combine_bnp): Likewise.
1166
1167 * config/tilegx/tilegx.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
1168 * config/tilegx/tilegx.c (tilegx_setup_incoming_varargs)
1169 (tilegx_expand_unaligned_load, tilegx_trampoline_init): Likewise.
1170
1171 * config/tilepro/tilepro.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
1172 * config/tilepro/tilepro.c (tilepro_setup_incoming_varargs)
1173 (tilepro_expand_unaligned_load, tilepro_trampoline_init): Likewise.
1174
1175 * config/v850/v850.c (expand_prologue, expand_epilogue): Likewise.
1176 * config/v850/v850.md: Likewise.
1177
1178 * config/vax/elf.h (EH_RETURN_STACKADJ_RTX): Likewise.
1179 (EH_RETURN_HANDLER_RTX): Likewise.
1180 * config/vax/vax.h (DYNAMIC_CHAIN_ADDRESS, RETURN_ADDR_RTX): Likewise.
1181 * config/vax/vax.c (vax_add_reg_cfa_offset, vax_expand_prologue)
1182 (print_operand_address, vax_trampoline_init): Likewise.
1183
1184 * config/xtensa/xtensa.c (xtensa_expand_prologue, xtensa_return_addr)
1185 (xtensa_function_value_regno_p): Likewise.
1186
1187 2012-05-04 Andrew Pinski <apinski@cavium.com>
1188
1189 * expr.c (get_def_for_expr_class): New function.
1190 (convert_tree_comp_to_rtx): New function.
1191 (expand_cond_expr_using_cmove): New function.
1192 (expand_expr_real_2 <case COND_EXPR>): Call
1193 expand_cond_expr_using_cmove first and return if it succeeds.
1194 Remove the check for HAVE_conditional_move since we should have
1195 already converted it to a conditional move.
1196 * config/i386/i386.c (ix86_expand_int_movcc): Disallow comparison
1197 modes of DImode for 32bits and TImode.
1198
1199 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
1200
1201 PR other/29442
1202 * read-md.c (fprint_md_ptr_loc, fprint_c_condition): New functions.
1203 (print_md_ptr_loc, print_c_condition): Use them.
1204 * read-md.h (fprint_md_ptr_loc, fprint_c_condition): New prototypes.
1205 * genattrtab.c (attr_file_name, dfa_file_name, latency_file_name,
1206 attr_file, dfa_file, latency_file): New global variables.
1207 (write_attr_valueq, write_attr_set, write_attr_case, write_attr_value,
1208 write_upcase, write_indent, write_length_unit_log, write_test_expr,
1209 write_attr_get, write_insn_cases, write_eligible_delay,
1210 write_const_num_delay_slots): Accept FILE pointer and toss it around.
1211 Update all callers.
1212 (write_header, open_outfile, handle_arg): New funcions.
1213 (make_automaton_attrs): Write prototypes as extern to the output
1214 files.
1215 (main): Use init_rtx_reader_args_cb with handle_arg to take 3 file
1216 names from the command line. Open the output files and write out
1217 internal functions for DFA functions to dfa_file_name, insn latency
1218 functions to latency_file_name, and everything else to attr_file.
1219 * Makefile.in (OBJS): Add insn-dfatab.o and insn-latencytab.o.
1220 (BACKEND): Build libbackend first.
1221 (MOSTLYCLEANFILES): Add insn-dfatab.c and insn-latencytab.c.
1222 (.PRECIOUS): Likewise.
1223 (insn-dfatab.o): New rule.
1224 (insn-latencytab.o): New rule.
1225 (simple_rtl_generated_c): Do not include insn-attrtab.c.
1226 (s-attrtab): New rule.
1227
1228 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
1229
1230 * rtl.def (ATTR_FLAG): Remove probability indicating flags.
1231 * genattr.c (main): Remove ATTR_FLAG_likely, ATTR_FLAG_unlikely,
1232 ATTR_FLAG_very_likely, and ATTR_FLAG_very_unlikely.
1233 * reorg.c (get_jump_flags): Do not set the removed flags.
1234
1235 * doc/md.texi (attr_flag): Update for abovementioned changes.
1236
1237 2012-05-04 Uros Bizjak <ubizjak@gmail.com>
1238
1239 PR target/53228
1240 * config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
1241 (TARGET_CMOV): Rename from TARGET_CMOVE.
1242 (TARGET_CMOVE): New define.
1243 * config/i386/i386.c (ix86_option_override_internal): Use TARGET_CMOV.
1244 Do not set TARGET_CMOVE here.
1245
1246 2012-05-04 Dodji Seketeli <dodji@redhat.com>
1247
1248 Enable -Wunused-local-typedefs when -Wall or -Wunused is on
1249 * opts.c (finish_options): Activate -Wunused-local-typedefs if
1250 -Wunused is activated.
1251 * doc/invoke.texi: Update blurb of -Wunused-local-typedefs.
1252
1253 2012-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1254
1255 * config/s390/s390.md (*movmem_short, *clrmem_short)
1256 (*cmpmem_short): Move the mode check from the insn condition to
1257 the match_scratch.
1258
1259 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1260
1261 PR tree-optimization/52633
1262 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Swap order of
1263 vect_recog_widen_shift_pattern and vect_recog_over_widening_pattern.
1264 (vect_recog_over_widening_pattern): Remove handling of code that was
1265 already detected as over-widening pattern. Remove special handling
1266 of "unsigned" cases. Instead, support general case of conversion
1267 of the shift result to another type.
1268
1269 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1270
1271 * tree-vect-patterns.c (vect_single_imm_use): New function.
1272 (vect_recog_widen_mult_pattern): Use it instead of open-coding loop.
1273 (vect_recog_over_widening_pattern): Likewise.
1274 (vect_recog_widen_shift_pattern): Likewise.
1275
1276 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1277
1278 * tree-vect-patterns.c (vect_same_loop_or_bb_p): New function.
1279 (vect_handle_widen_op_by_const): Use it instead of open-coding test.
1280 (vect_recog_widen_mult_pattern): Likewise.
1281 (vect_operation_fits_smaller_type): Likewise.
1282 (vect_recog_over_widening_pattern): Likewise.
1283 (vect_recog_widen_shift_pattern): Add to vect_same_loop_or_bb_p test.
1284
1285 2012-05-04 Richard Guenther <rguenther@suse.de>
1286
1287 PR lto/50602
1288 * lto-wrapper.c (merge_and_complain): Complain about mismatches
1289 of -freg-struct-return and -fpcc-struct-return.
1290 (run_gcc): Pass through -freg-struct-return and -fpcc-struct-return
1291 from the input file options and ignore those from the link
1292 command line.
1293
1294 2012-05-04 Richard Guenther <rguenther@suse.de>
1295
1296 PR tree-optimization/53168
1297 * tree-ssa-pre.c (phi_translate_1): Only handle type-punned
1298 memory reads when the result is a constant we can pun.
1299
1300 2012-05-04 Richard Guenther <rguenther@suse.de>
1301
1302 * common.opt (flto-report): Do not mark as Optimization.
1303
1304 2012-05-04 Eric Botcazou <ebotcazou@adacore.com>
1305
1306 PR target/48496
1307 * recog.c (constrain_operands): If extra constraints are present, also
1308 accept pseudo-registers with equivalent memory locations during reload.
1309
1310 2012-05-04 Olivier Hainque <hainque@adacore.com>
1311
1312 * collect2.c (may_unlink_output_file): New global.
1313 (maybe_unlink): Honor it.
1314 * collect2.h: Add extern for it.
1315 * tlink.c (do_tlink): Set it to true if the link succeeded.
1316
1317 2012-05-04 Olivier Hainque <hainque@adacore.com>
1318
1319 * gcc.c (eval_spec_function): Finalize/restore the current string
1320 obstack state as part of the context push/pop operations.
1321
1322 2012-05-04 Bin Cheng <bin.cheng@arm.com>
1323
1324 PR rtl-optimization/52804
1325 * reload1.c (reload_reg_reaches_end_p): Check whether successor
1326 reload with type RELOAD_FOR_INPUT_ADDRESS kills reload register
1327 of current one with type RELOAD_FOR_INPADDR_ADDRESS.
1328 Same stands for reloads with type RELOAD_FOR_OUTPUT_ADDRESS and
1329 RELOAD_FOR_OUTADDR_ADDRESS.
1330
1331 2012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
1332
1333 PR c++/24985
1334 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Show caret
1335 for macro expansion.
1336
1337 2012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
1338
1339 * flags.h (flag_permissive): Do not declare.
1340 * diagnostic.c (diagnostic_report_diagnostic): Handle fpermissive
1341 option specially.
1342 * toplev.c (flag_permissive): Do not define.
1343 * c-tree.h (system_header_p): Delete unused.
1344
1345 2012-05-03 David S. Miller <davem@davemloft.net>
1346
1347 PR target/52684
1348 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If we pass a
1349 MEM directly into a libcall, mark it's MEM_EXPR as addressable.
1350 (sparc_emit_float_lib_cmp): Likewise.
1351
1352 2012-05-03 Michael Meissner <meissner@linux.vnet.ibm.com>
1353
1354 PR target/53199
1355 * config/rs6000/rs6000.md (bswapdi splitters): If
1356 -mavoid-indexed-addresses (or -mcpu=power6 which sets it by
1357 default) is used, generate an alternate sequence that does not
1358 depend on using indexed addressing.
1359
1360 2012-05-03 Jason Merrill <jason@redhat.com>
1361
1362 * gengtype.c (write_types): Fix warning message.
1363 (write_local): Likewise.
1364
1365 2012-05-02 Jason Merrill <jason@redhat.com>
1366
1367 * dwarf2out.c (struct external_ref, build_local_stub): New.
1368 (hash_external_ref, external_ref_eq, lookup_external_ref): New.
1369 (optimize_external_refs, optimize_external_refs_1): New.
1370 (change_AT_die_ref): New.
1371 (clone_as_declaration): Add DW_AT_signature when cloning a declaration.
1372 (build_abbrev_table): Take the external refs hashtable.
1373 (output_comp_unit): Get it from optimize_external_refs and pass it in.
1374
1375 2012-05-03 Jan Hubicka <jh@suse.cz>
1376
1377 PR middle-end/53093
1378 * tree-emutls.c (new_emutls_decl): Fix handling of aliases.
1379
1380 2012-05-03 Jan Hubicka <jh@suse.cz>
1381
1382 PR middle-end/53106
1383 * ipa.c (cgraph_remove_unreachable_nodes): Fix handling of clones.
1384
1385 2012-05-03 Jason Merrill <jason@redhat.com>
1386
1387 * dwarf2out.c (die_struct): Add comdat_type_p flag. Use it instead of
1388 use_debug_types to discriminate the die_id union.
1389 (print_die, assign_symbol_names, copy_decls_walk): Likewise.
1390 (build_abbrev_table, output_die): Likewise.
1391 (prune_unused_types_walk_attribs): Likewise.
1392 (generate_type_signature, copy_declaration_context): Set it.
1393 (remove_child_or_replace_with_skeleton): Set it.
1394 (dwarf2out_start_source_file, dwarf2out_end_source_file): Don't
1395 check use_debug_types.
1396 (dwarf2out_finish): Do break_out_includes after .debug_types.
1397
1398 2012-05-03 Jason Merrill <jason@redhat.com>
1399
1400 * dwarf2out.c (modified_type_die): Use scope_die_for.
1401 (gen_type_die_with_usage, dwarf2out_finish): Likewise.
1402 (uses_local_type_r, uses_local_type): New.
1403 (scope_die_for): Keep a type that uses a local type in local scope.
1404 Use get_context_die for namespace and type scope.
1405
1406 2012-05-03 Jason Merrill <jason@redhat.com>
1407
1408 * config/i386/i386.c (ix86_code_end): Set DECL_IGNORED_P on the
1409 pc thunk.
1410 * dwarf2out.c (output_aranges): Skip DECL_IGNORED_P functions.
1411 (dwarf2out_finish): Likewise.
1412
1413 2012-05-03 Martin Jambor <mjambor@suse.cz>
1414
1415 * builtins.c (get_object_alignment_1): Return whether we can determine
1416 the alignment or conservatively assume byte alignment. Return the
1417 alignment by reference. Use get_pointer_alignment_1 for dereference
1418 alignment.
1419 (get_pointer_alignment_1): Return whether we can determine the
1420 alignment or conservatively assume byte alignment. Return the
1421 alignment by reference. Use get_ptr_info_alignment to get SSA name
1422 alignment.
1423 (get_object_alignment): Update call to get_object_alignment_1.
1424 (get_object_or_type_alignment): Likewise, fall back to type alignment
1425 only when it returned false.
1426 (get_pointer_alignment): Update call to get_pointer_alignment_1.
1427 * fold-const.c (get_pointer_modulus_and_residue): Update call to
1428 get_object_alignment_1.
1429 * ipa-prop.c (ipa_modify_call_arguments): Update call to
1430 get_pointer_alignment_1.
1431 * tree-sra.c (build_ref_for_offset): Likewise, fall back to the type
1432 of MEM_REF or TARGET_MEM_REF only when it returns false.
1433 * tree-ssa-ccp.c (get_value_from_alignment): Update call to
1434 get_object_alignment_1.
1435 (ccp_finalize): Use set_ptr_info_alignment.
1436 * tree.h (get_object_alignment_1): Update declaration.
1437 (get_pointer_alignment_1): Likewise.
1438 * gimple-pretty-print.c (dump_gimple_phi): Use get_ptr_info_alignment.
1439 (dump_gimple_stmt): Likewise.
1440 * tree-flow.h (ptr_info_def): Updated comments of fields align and
1441 misalign.
1442 (get_ptr_info_alignment): Declared.
1443 (mark_ptr_info_alignment_unknown): Likewise.
1444 (set_ptr_info_alignment): Likewise.
1445 (adjust_ptr_info_misalignment): Likewise.
1446 * tree-ssa-address.c (copy_ref_info): Use new access functions to get
1447 and set alignment of SSA names.
1448 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Call
1449 mark_ptr_info_alignment_unknown.
1450 * tree-ssanames.c (get_ptr_info_alignment): New function.
1451 (mark_ptr_info_alignment_unknown): Likewise.
1452 (set_ptr_info_alignment): Likewise.
1453 (adjust_ptr_info_misalignment): Likewise.
1454 (get_ptr_info): Call mark_ptr_info_alignment_unknown.
1455 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
1456 Likewise.
1457 (bump_vector_ptr): Likewise.
1458 * tree-vect-stmts.c (create_array_ref): Use set_ptr_info_alignment.
1459 (vectorizable_store): Likewise.
1460 (vectorizable_load): Likewise.
1461
1462 2012-05-03 Michael Matz <matz@suse.de>
1463
1464 * basic-block.h (struct rtl_bb_info, struct gimple_bb_info): Move
1465 in front of basic_block_def.
1466 (struct basic_block_def): Make il.gimple the full struct, not a
1467 pointer.
1468 (__assert_gimple_bb_smaller_rtl_bb): Asserting typedef.
1469
1470 * cfgexpand.c (expand_gimple_basic_block): Clear all il.gimple members.
1471 * gimple-iterator.c (gimple_stmt_iterator): Don't special case
1472 NULL il.gimple, which can't happen anymore.
1473 * gimple.h (bb_seq): il.gimple can't be NULL.
1474 (bb_seq_add): Ditto.
1475 (set_bb_seq): Adjust.
1476 (gsi_start_bb, gsi_last_bb): Tidy.
1477 * lto-streamer-in.c (make_new_block): Don't zero members that
1478 are zeroed already, don't allocate a gimple_bb_info.
1479 * tree-cfg.c (create_bb): Don't allocate a gimple_bb_info.
1480 (remove_bb): Clear all il.gimple members.
1481 (gimple_verify_flow_info): Adjust for flat il.gimple.
1482 * tree-flow-inline.h (phi_nodes, phi_nodes_ptr, set_phi_nodes): Adjust.
1483
1484 * coretypes.h (const_gimple_seq): Remove typedef.
1485 * gimple.h (gimple_seq_first): Take gimple_seq.
1486 (gimple_seq_first_stmt): Ditto.
1487 (gimple_seq_last): Ditto.
1488 (gimple_seq_last_stmt): Ditto.
1489 (gimple_seq_empty_p): Ditto.
1490
1491 2012-05-03 Richard Guenther <rguenther@suse.de>
1492
1493 * tree-ssa-pre.c (valid_in_sets): Remove checking of trapping
1494 operations.
1495 (prune_clobbered_mems): Do it here. Do not uselessly sort expressions.
1496 (compute_avail): Do not add possibly trapping operations to
1497 EXP_GEN if they might not be executed in the block.
1498
1499 2012-05-03 Uros Bizjak <ubizjak@gmail.com>
1500
1501 * config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Remove.
1502
1503 2012-05-03 Steven Bosscher <steven@gcc.gnu.org>
1504
1505 * tree-switch-conversion.c (gen_inbound_check): Free post-dominance
1506 information as early as possible. Update dominance info instead of
1507 discarding it.
1508
1509 2012-05-03 Richard Guenther <rguenther@suse.de>
1510
1511 * tree-ssa-pre.c (debug_bitmap_sets_for): New function.
1512 (union_contains_value): Remove.
1513 (vro_valid_in_sets): Likewise.
1514 (op_valid_in_sets): New function.
1515 (valid_in_sets): Use op_valid_in_sets.
1516 (insert_into_preds_of_block): Move dumping ...
1517 (do_regular_insertion): ... here.
1518 (do_partial_partial_insertion): ... and here. Dump that
1519 we've found a partial partial redundancy.
1520 (insert): Dump the current insert iteration.
1521
1522 2012-05-03 Jakub Jelinek <jakub@redhat.com>
1523
1524 PR plugins/53126
1525 * gcc-ar.c (main): If GCC_EXEC_PREFIX is set in env,
1526 append program name to it and pass that as first argument
1527 to make_relative_prefix. Always pass standard_libexec_prefix
1528 as last argument to make_relative_prefix. If
1529 make_relative_prefix returns NULL, fall back to
1530 standard_libexec_prefix.
1531
1532 PR debug/53174
1533 * tree-predcom.c (remove_stmt): Call reset_debug_uses on stmts being
1534 removed.
1535
1536 PR target/53187
1537 * config/arm/arm.c (arm_select_cc_mode): If x has MODE_CC class
1538 mode, return that mode.
1539
1540 PR target/53194
1541 * config/i386/i386-c.c (ix86_target_macros_internal): Don't
1542 define __ATOMIC_HLE_* macros here.
1543 (ix86_target_macros): But here, using cpp_define_formatted.
1544
1545 2012-05-03 Richard Guenther <rguenther@suse.de>
1546
1547 PR tree-optimization/53144
1548 * tree-ssa-sccvn.c (vn_reference_lookup_or_insert_constant_for_pieces):
1549 Rename to ...
1550 (vn_reference_lookup_or_insert_for_pieces): ... this. Properly deal
1551 with SSA name values.
1552 (vn_reference_lookup_3): Adjust callers.
1553
1554 2012-05-03 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1555
1556 * config/i386/driver-i386.c (host_detect_local_cpu): Reset
1557 has_fma4 for AMD processors with both fma3 and fma4 support.
1558
1559 2012-05-03 Kirill Yukhin <kirill.yukhin@intel.com>
1560
1561 PR target/53201
1562 * config/i386/driver-i386.c (host_detect_local_cpu): Add space to
1563 "-mno-hle".
1564
1565 2012-05-03 Michael Matz <matz@suse.de>
1566
1567 PR bootstrap/53197
1568 * tree-ssa-dse.c (dse_optimize_stmt): Take pointer to iterator.
1569 (dse_enter_block): Properly iterate the whole sequence even
1570 if the last statement was removed.
1571
1572 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
1573
1574 * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code,
1575 unset flag_jump_tables.
1576 * stmt.c (expand_case): Remove special flag_pic case conditional
1577 on ASM_OUTPUT_ADDR_DIFF_ELT not being defined.
1578
1579 2012-05-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1580
1581 * common/config/s390/s390-common.c (s390_option_optimization_table):
1582 Enable -fsched-pressure using -fsched-pressure-algorithm=model by
1583 default when optimizing.
1584
1585 2012-05-02 Martin Jambor <mjambor@suse.cz>
1586
1587 PR lto/52605
1588 * dwarf2out.c (dwarf2out_decl): Only lookup die representing context
1589 of a variable when the contect is a function.
1590
1591 2012-05-02 Michael Matz <matz@suse.de>
1592
1593 * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.
1594 * gimple.h (struct gimple_seq_node_d, struct gimple_seq_d): Remove.
1595 (const_gimple_seq_node): Remove.
1596 (gimple_seq_node): Typedef as gimple.
1597 (struct gimple_statement_base): Add next and prev members,
1598 adjust all WORD markers in using structs.
1599 (union gimple_statement_d): Link via gsbase.next field for GC and PCH.
1600 (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
1601 gimple_seq_last_stmt): Adjust as gimple_seq, gimple_seq_node and
1602 gimple are the same.
1603 (gimple_seq_set_last, gimple_seq_set_first): Don't allocate
1604 gimple_seq, adjust.
1605 (gimple_init_singleton): New function.
1606 (gsi_start_1, gsi_last_1, gsi_end_p, gsi_one_before_end_p): Adjust.
1607 (gsi_next, gsi_prev): Adjust, handle prev cyclic list correctly.
1608 (gsi_stmt): Adjust.
1609 (gsi_stmt_ptr): Remove.
1610 (enum gimple_alloc_kind): Remove gimple_alloc_kind_seq member.
1611
1612 * gimple-iterator.c (update_bb_for_stmts): Take last parameter
1613 again, adjust for above changes.
1614 (update_call_edge_frequencies): Adjust for above changes.
1615 (gsi_insert_seq_nodes_before): Rewrite for new data structure.
1616 (gsi_insert_seq_nodes_after): Ditto.
1617 (gsi_split_seq_after): Ditto.
1618 (gsi_set_stmt): Ditto.
1619 (gsi_split_seq_before): Ditto.
1620 (gsi_remove): Ditto.
1621 (gsi_insert_seq_before_without_update): Don't free sequence.
1622 (gsi_insert_seq_after_without_update): Ditto.
1623 (gsi_replace): Assert some more invariants.
1624 (gsi_insert_before_without_update, gsi_insert_after_without_update):
1625 Tidy.
1626 (gsi_for_stmt): Don't search for stmt.
1627 (gsi_insert_on_edge_immediate): Tidy.
1628
1629 * gimple.c (gimple_alloc_k): Remove "sequences".
1630 (gimple_seq_cache): Remove.
1631 (gimple_alloc_stat): Make stmt a singleton sequence.
1632 (gimple_seq_alloc, gimple_seq_free): Remove.
1633 (gimple_assign_set_rhs_with_ops_1): Ensure new stmt is a singleton.
1634 (gimple_copy): Ditto.
1635 * gimplify.c (gimplify_cleanup_point_expr): Use gsi_set_stmt,
1636 create iterator from correct sequence.
1637 * tree-phinodes.c (make_phi_node): Make stmt a singleton.
1638
1639 2012-05-02 Michael Matz <matz@suse.de>
1640
1641 * gimple.h (gimple_stmt_iterator <seq>): Make it be pointer to
1642 gimple_seq.
1643 (gimple_seq_set_last, gimple_seq_set_first): Take pointer to
1644 sequence, lazily allocate it.
1645 (bb_seq_addr): New function.
1646 (gsi_start_1): Rename from gsi_start, but take pointer to sequence.
1647 (gsi_start): Macro to wrap gsi_start_1 taking pointer of argument.
1648 (gsi_none): New function.
1649 (gsi_start_bb): Adjust.
1650 (gsi_last_1): Rename from gsi_last, but take pointer to sequence.
1651 (gsi_last): Macro to wrap gsi_last_1 taking pointer of argument.
1652 (gsi_last_bb): Adjust.
1653 (gsi_seq): Adjust.
1654 * tree-flow-inline.h (phi_nodes_ptr): New function.
1655
1656 * gimple-iterator.c (gsi_insert_seq_nodes_before): Adjust to
1657 datastructure and interface change.
1658 (gsi_insert_seq_before_without_update): Ditto.
1659 (gsi_insert_seq_nodes_after): Ditto.
1660 (gsi_insert_seq_after_without_update): Ditto.
1661 (gsi_split_seq_after): Ditto, don't use gimple_seq_alloc.
1662 (gsi_split_seq_before): Ditto.
1663 (gsi_start_phis): Adjust.
1664 * tree-vect-loop.c (vect_determine_vectorization_factor): Use gsi_none.
1665 (vect_transform_loop): Ditto.
1666 * gimple.c (gimple_seq_add_stmt, gimple_seq_add_seq,
1667 gimple_seq_copy): Don't use gimple_seq_alloc.
1668 * gimplify.c (gimple_seq_add_stmt_without_update): Ditto.
1669 (gimplify_seq_add_seq): Ditto.
1670 * lto-streamer-in.c (make_new_block): Ditto.
1671 * tree-cfg.c (create_bb): Ditto.
1672 * tree-sra.c (initialize_parameter_reductions): Ditto.
1673
1674 2012-05-02 Michael Matz <matz@suse.de>
1675
1676 * gimple.h (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
1677 gimple_seq_last_stmt, gimple_seq_set_last, gimple_seq_set_first,
1678 gimple_seq_empty_p, gimple_seq_alloc_with_stmt, bb_seq,
1679 set_bb_seq): Move down to after gimple_statement_d definition.
1680
1681 2012-05-02 Michael Matz <matz@suse.de>
1682
1683 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
1684 gsi_replace_with_seq, instead of inserting itself.
1685 * gimple-iterator.c (gsi_replace_with_seq): New function.
1686 * tree-ssa-forwprop.c (forward_propagate_comparison): Take
1687 iterator instead of statement, advance it.
1688 (ssa_forward_propagate_and_combine): Adjust call to above.
1689
1690 2012-05-02 Michael Matz <matz@suse.de>
1691
1692 * tree-phinodes.c (add_phi_node_to_bb): Tidy, don't use
1693 gimple_seq_alloc.
1694 * omp-low.c (finalize_task_copyfn): Don't use gimple_seq_alloc.
1695 * tree-nested.c (walk_gimple_omp_for): Ditto.
1696 * trans-mem.c (lower_transaction): Ditto.
1697 * tree-eh.c (do_return_redirection): Ditto.
1698 (do_goto_redirection): Ditto.
1699 (lower_try_finally_switch): Ditto.
1700 * gimplify.c (gimplify_stmt): Ditto.
1701 (gimplify_scan_omp_clauses): Ditto.
1702 (gimplify_omp_for): Ditto.
1703 (gimplify_function_tree): Ditto.
1704 * gimple-fold.c (gimplify_and_update_call_from_tree): Ditto.
1705 * tree-mudflap.c (mf_decl_cache_locals): Ditto.
1706 (mf_build_check_statement_for): Ditto.
1707 (mx_register_decls): Ditto.
1708 * graphite-sese-to-poly.c (remove_invariant_phi): Ditto,
1709 and don't use itertors to append.
1710 (insert_stmts): Ditto.
1711 (insert_out_of_ssa_copy): Ditto.
1712 (insert_out_of_ssa_copy_on_edge): Ditto.
1713
1714 2012-05-02 Michael Matz <matz@suse.de>
1715
1716 * gimple.h (gimple_bind_body_ptr): New function.
1717 (gimple_bind_body): Use it.
1718 (gimple_catch_handler): Use gimple_catch_handler_ptr.
1719 (gimple_eh_filter_failure_ptr): New function.
1720 (gimple_eh_filter_failure): Use it.
1721 (gimple_eh_else_n_body_ptr): New function.
1722 (gimple_eh_else_n_body): Use it.
1723 (gimple_eh_else_e_body_ptr): New function.
1724 (gimple_eh_else_e_body): Use it.
1725 (gimple_try_eval_ptr): New function.
1726 (gimple_try_eval): Use it.
1727 (gimple_try_cleanup_ptr): New function.
1728 (gimple_try_cleanup): Use it.
1729 (gimple_wce_cleanup_ptr): New function.
1730 (gimple_wce_cleanup): Use it.
1731 (gimple_omp_body_ptr): New function.
1732 (gimple_omp_body): Use it.
1733 (gimple_omp_for_pre_body_ptr): New function.
1734 (gimple_omp_for_pre_body): Use it.
1735 (gimple_transaction_body_ptr): New function.
1736 (gimple_transaction_body): Use it.
1737 (gsi_split_seq_before): Adjust to return nothing and take pointer
1738 to sequence.
1739 (gsi_set_stmt): Declare.
1740 (gsi_replace_with_seq): Declare.
1741 (walk_gimple_seq_mod): Declare.
1742 * function.h (struct function <gimple_body>): Use typedef gimple_seq.
1743
1744 * gimple-iterator.c (gsi_set_stmt): New function.
1745 (gsi_split_seq_before): Return new sequence via pointer argument.
1746 (gsi_replace): Use gsi_set_stmt.
1747
1748 * tree-ssa-loop-im.c (move_computations_stmt): First remove
1749 then insert stmt.
1750 * tree-complex.c (update_complex_components_on_edge): Don't copy gsi.
1751 * tree-phinodes.c (resize_phi_node): Don't resize stmt in-place,
1752 return new stmt.
1753 (reserve_phi_args_for_new_edge): Change call to above,
1754 use gsi_set_stmt.
1755
1756 * omp-low.c (lower_omp): Change prototype to take pointer to sequence.
1757 (lower_rec_input_clauses): Use gimple_seq_add_seq instead of
1758 iterators. Adjust call to lower_omp.
1759 (lower_lastprivate_clauses): Adjust call to lower_omp.
1760 (lower_reduction_clauses): Ditto.
1761 (expand_omp_taskreg): Nullify non-cfg body of child_fn.
1762 (lower_omp_sections): Don't explicitely count sequence length,
1763 nullify lowered bodies earlier, ensure stmts are part of only
1764 one sequence, adjust call to lower_omp.
1765 (lower_omp_single): Ensure stmts are part of only one sequence,
1766 adjust call to lower_omp.
1767 (lower_omp_master): Ditto.
1768 (lower_omp_ordered): Ditto.
1769 (lower_omp_critical): Ditto.
1770 (lower_omp_for): Ditto.
1771 (lower_omp_taskreg): Ditto, tidy.
1772 (lower_omp_1): Adjust calls to lower_omp.
1773 (execute_lower_omp): Ditto.
1774 (lower_omp): Adjust to take pointer to sequence.
1775 (diagnose_sb_2): Use walk_gimple_seq_mod.
1776 (diagnose_omp_structured_block_errors): Ditto and set possibly
1777 changed function body.
1778 * gimple-low.c (lower_function_body): Set function body after
1779 it stabilizes.
1780 (lower_sequence): Adjust to take pointer to sequence.
1781 (lower_omp_directive): Ensure stmt isn't put twice into the
1782 sequence, adjust call to lower_sequence.
1783 (lower_stmt): Adjust calls to lower_sequence.
1784 (lower_gimple_bind): Ditto.
1785 (gimple_try_catch_may_fallthru): Call gsi_start with lvalue.
1786 * tree-nested.c (walk_body): Take pointer to sequence, use
1787 walk_gimple_seq_mod.
1788 (walk_function): Adjust call to walk_body, set possibly changed body.
1789 (walk_gimple_omp_for): Adjust calls to walk_body.
1790 (convert_nonlocal_omp_clauses): Ditto.
1791 (convert_nonlocal_reference_stmt): Ditto.
1792 (convert_local_omp_clauses): Ditto.
1793 (convert_local_reference_stmt): Ditto.
1794 (convert_tramp_reference_stmt): Ditto.
1795 (convert_gimple_call): Ditto.
1796 (convert_nl_goto_reference): Use local iterator copy.
1797 * gimple.c (walk_gimple_seq_mod): Renamed from walk_gimple_seq,
1798 but taking pointer to sequence, ensure gsi_start is called with
1799 callers lvalue.
1800 (walk_gimple_seq): New wrapper around walk_gimple_seq_mod,
1801 asserting that the sequence head didn't change.
1802 (walk_gimple_stmt): Replace all calls to walk_gimple_seq with
1803 walk_gimple_seq_mod.
1804 * trans-mem.c (lower_transaction): Use walk_gimple_seq_mod.
1805 (execute_lower_tm): Ditto, and set possibly changed body.
1806 * tree-eh.c (lower_eh_constructs_1): Take pointer to sequence,
1807 call gsi_start with that lvalue.
1808 (replace_goto_queue_stmt_list): Ditto.
1809 (replace_goto_queue_1): Adjust calls to replace_goto_queue_stmt_list.
1810 (replace_goto_queue): Ditto.
1811 (lower_try_finally_nofallthru): Adjust calls to lower_eh_constructs_1.
1812 (lower_try_finally_onedest): Ditto.
1813 (lower_try_finally_copy): Ditto.
1814 (lower_try_finally_switch): Ditto.
1815 (lower_try_finally): Ditto.
1816 (lower_eh_filter): Ditto.
1817 (lower_eh_must_not_throw): Ditto.
1818 (lower_cleanup): Ditto.
1819 (lower_eh_constructs_2): Ditto.
1820 (lower_catch): Ditto, and ensure gsi_start is called with lvalue.
1821 (lower_eh_constructs): Adjust calls to lower_eh_constructs_1, and
1822 set possibly changed body.
1823 (optimize_double_finally): Call gsi_start with lvalue.
1824
1825 * tree-cfg.c (make_blocks): Adjust call to gsi_split_seq_before.
1826 (gimple_split_block): Ditto.
1827 (gimple_merge_blocks): Use gsi_start_phis.
1828 (move_stmt_r): Use walk_gimple_seq_mod.
1829 * tree-ssa-dse.c (dse_enter_block): Use gsi_last_bb.
1830 * cgraphbuild.c (build_cgraph_edges): Use gsi_start_phis.
1831 (rebuild_cgraph_edges): Ditto.
1832 (cgraph_rebuild_references): Ditto.
1833 * ipa-prop.c (ipa_analyze_params_uses): Ditto.
1834 * tree-inline.c (copy_phis_for_bb): Ditto.
1835 * tree-ssa-dce.c: Ditto.
1836
1837 * cgraphunit.c (cgraph_analyze_function): Use gimple_has_body_p.
1838
1839 2012-05-02 Kirill Yukhin <kirill.yukhin@intel.com>
1840 Andi Kleen <ak@linux.intel.com>
1841
1842 * coretypes.h (MEMMODEL_MASK): New.
1843 * builtins.c (get_memmodel): Add val. Call target.memmodel_check
1844 and return new variable.
1845 (expand_builtin_atomic_exchange): Mask memmodel values.
1846 (expand_builtin_atomic_compare_exchange): Ditto.
1847 (expand_builtin_atomic_load): Ditto.
1848 (expand_builtin_atomic_store): Ditto.
1849 (expand_builtin_atomic_clear): Ditto.
1850 * doc/extend.texi: Mention port-dependent memory model flags.
1851 * config/i386/cpuid.h (bit_HLE): New.
1852 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
1853 HLE support.
1854 * config/i386/i386-protos.h (ix86_generate_hle_prefix): New.
1855 * config/i386/i386-c.c (ix86_target_macros_internal): Set HLE defines.
1856 (ix86_target_string)<-mhle>: New.
1857 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
1858 * config/i386/i386.c (ix86_target_string) <OPTION_MASK_ISA_HLE>: New.
1859 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
1860 (ix86_option_override_internal) <PTA_HLE>: New switch, set it
1861 enabled for generic, generic64 and core-avx2.
1862 (ix86_print_operand): Generate HLE lock prefixes.
1863 (ix86_memmodel_check): New.
1864 (TARGET_MEMMODEL_CHECK): Ditto.
1865 * config/i386/i386.h (OPTION_ISA_HLE): Ditto.
1866 (IX86_HLE_ACQUIRE): Ditto.
1867 (IX86_HLE_RELEASE): Ditto.
1868 * config/i386/i386.h (ix86_generate_hle_prefix): Ditto.
1869 * config/i386/i386.opt (mhle): Ditto.
1870 * config/i386/sync.md(atomic_compare_and_swap<mode>): Pass
1871 success model to instruction emitter.
1872 (atomic_fetch_add<mode>): Ditto.
1873 (atomic_exchange<mode>): Ditto.
1874 (atomic_add<mode>): Ditto.
1875 (atomic_sub<mode>): Ditto.
1876 (atomic_<code><mode>): Ditto.
1877 (*atomic_compare_and_swap_doubledi_pic): Ditto.
1878 (atomic_compare_and_swap_single<mode>): Define and use argument
1879 for success model.
1880 (atomic_compare_and_swap_double<mode>): Ditto.
1881 * configure.ac: Check if assembler support HLE prefixes.
1882 * configure: Regenerate.
1883 * config.in: Ditto.
1884
1885 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
1886
1887 PR middle-end/53153
1888 * gimplify.c (preprocess_case_label_vec_for_gimple): New function,
1889 split out from ...
1890 (gimplify_switch_expr): ... here.
1891 * gimple.h (preprocess_case_label_vec_for_gimple): Add prototype.
1892 * tree-ssa-forwprop.c (simplify_gimple_switch_label_vec): New function
1893 to clean up case labels with values outside the index type range.
1894 (simplify_gimple_switch): Call it if something changed.
1895 Remove strange and unnecessary assert.
1896
1897 2012-05-02 Richard Guenther <rguenther@suse.de>
1898
1899 * fold-const.c (div_if_zero_remainder): sizetypes no longer
1900 sign-extend.
1901 (int_const_binop_1): New worker for int_const_binop with
1902 overflowable parameter. Pass it through to force_fit_type_double.
1903 (int_const_binop): Wrap around int_const_binop_1 with overflowable
1904 equal to one.
1905 (size_binop_loc): Call int_const_binop_1 with overflowable equal
1906 to minus one, forcing overflow detection for even unsigned types.
1907 (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE special-casing.
1908 (fold_binary_loc): Call try_move_mult_to_index with signed offset.
1909 * stor-layout.c (initialize_sizetypes): sizetypes no longer
1910 sign-extend.
1911 (layout_type): For zero-sized arrays ignore overflow on the
1912 size calculations.
1913 * tree-ssa-ccp.c (bit_value_unop_1): Likewise.
1914 (bit_value_binop_1): Likewise.
1915 * tree.c (double_int_to_tree): Likewise.
1916 (double_int_fits_to_tree_p): Likewise.
1917 (force_fit_type_double): Likewise.
1918 (host_integerp): Likewise.
1919 (int_fits_type_p): Likewise.
1920 * varasm.c (output_constructor_regular_field): Sign-extend the
1921 field-offset to cater for negative offsets produced by the Ada
1922 frontend.
1923 * omp-low.c (extract_omp_for_data): Convert the loop step to
1924 signed for pointer adjustments.
1925
1926 2012-05-02 Richard Guenther <rguenther@suse.de>
1927
1928 * tree.c (valid_constant_size_p): New function.
1929 * tree.h (valid_constant_size_p): Declare.
1930 * cfgexpand.c (expand_one_var): Adjust check for too large
1931 variables by using valid_constant_size_p.
1932 * varasm.c (assemble_variable): Likewise.
1933
1934 * c-decl.c (grokdeclarator): Properly check for sizes that
1935 cover more than half of the address-space.
1936
1937 2012-05-02 Jakub Jelinek <jakub@redhat.com>
1938
1939 PR tree-optimization/53163
1940 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Don't ignore
1941 return value from compute_all_dependences.
1942
1943 PR rtl-optimization/53160
1944 * ree.c (combine_reaching_defs): Handle the case where cand->insn
1945 has been modified by ree pass already.
1946
1947 2012-05-01 Ian Lance Taylor <iant@google.com>
1948
1949 PR c/37303
1950 * c-decl.c (build_compound_literal): Make the decl readonly if it
1951 an array of a readonly type.
1952 * gimplify.c (gimplify_compound_literal_expr): Add fallback
1953 parameter. Change all callers. If the decl is not addressable
1954 and is not an l-value, make it readonly.
1955
1956 2012-05-01 Bernd Schmidt <bernds@codesourcery.com>
1957
1958 * ira.c (allocated_reg_info_size): New static variable.
1959 (expand_reg_info): Manage it. Call
1960 setup_preferred_alternate_classes_for_new_pseudos.
1961 (ira): Don't do it here. Remove local allocated_reg_info_size,
1962 set the global before calling find_moveable_pseudos.
1963 (find_moveable_pseudos): Call expand_reg_info rather than
1964 resize_reg_info.
1965
1966 2012-05-01 Richard Henderson <rth@redhat.com>
1967
1968 * common.opt (fsync-libcalls): New.
1969 * doc/invoke.texi: Document it.
1970 * optabs.c (init_sync_libfuncs): Honor it.
1971
1972 2012-05-01 Kenneth Zadeck <zadeck@naturalbridge.com>
1973 Richard Sandiford <r.sandiford@uk.ibm.com>
1974
1975 PR rtl-optimization/52543
1976 * Makefile.in (lower-subreg.o, target-globals.o): Depend on
1977 lower-subreg.h.
1978 * lower-subreg.h: New file.
1979 * target-globals.h (this_target_lower_subreg): Declare.
1980 (target_globals): Add lower_subreg;
1981 (restore_target_globals): Restore this_target_lower_subreg.
1982 * target-globals.c: Include it.
1983 (default_target_globals): Add default_target_lower_subreg.
1984 (save_target_globals): Initialize target_lower_subreg.
1985 * rtl.h (init_lower_subreg): Added declaration.
1986 * toplev.c (backend_init_target): Call initializer for lower-subreg
1987 pass.
1988 * lower-subreg.c (LOG_COSTS, FORCE_LOWERING): New macros.
1989 (default_target_lower_subreg): New variable.
1990 (this_target_lower_subreg): Likewise.
1991 (twice_word_mode, choices): New macros.
1992 (shift_cost, compute_splitting_shift, compute_costs)
1993 (init_lower_subreg): New functions.
1994 (resolve_simple_move): Add speed_p argument. Check choices.
1995 (find_pseudo_copy): Don't check the mode size here.
1996 (resolve_simple_move): Assert the mode size.
1997 (find_decomposable_shift_zext): Add speed_p argument and return
1998 a bool. Check choices.
1999 (resolve_shift_zext): Add comment.
2000 (dump_shift_choices, dump_choices): New functions.
2001 (decompose_multiword_subregs): Dump list of profitable
2002 transformations. Add code to skip non profitable transformations.
2003 Update calls to simple_move and find_decomposable_shift_zext.
2004
2005 2012-05-01 Ian Bolton <ian.bolton@arm.com>
2006 Sameera Deshpande <sameera.deshpande@arm.com>
2007 Greta Yorsh <greta.yorsh@arm.com>
2008
2009 * config/arm/arm-protos.h (thumb_unexpanded_epilogue): Rename to...
2010 (thumb1_unexpanded_epilogue): ...this.
2011 * config/arm/arm.c (thumb_unexpanded_epilogue): Rename to...
2012 (thumb1_unexpanded_epilogue): ...this.
2013 * config/arm/arm.md (thumb_unexpanded_epilogue): Rename to...
2014 (thumb1_unexpanded_epilogue): ...this.
2015
2016 2012-05-01 Richard Earnshaw <rearnsha@arm.com>
2017
2018 * arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef
2019 comparing enumeration values. Update comments.
2020
2021 2012-05-01 Alan Modra <amodra@gmail.com>
2022
2023 PR target/53038
2024 * config/rs6000/rs6000.c (load_lr_save, restore_saved_lr,
2025 load_cr_save, add_crlr_cfa_restore): New functions.
2026 (rs6000_restore_saved_cr): Rename to..
2027 (restore_saved_cr): ..this. Add cfa_restore notes for cr.
2028 (rs6000_emit_epilogue): Use new functions. Adjust condition
2029 for emitting lr and cr cfa_restore. Emit cfa_restores for fp
2030 regs when using out-of-line restore only when shrink wrapping.
2031
2032 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
2033
2034 PR middle-end/53136
2035 * ipa-prop.c (ipa_print_node_jump_functions): Wrap multiple
2036 calls to cgraph_node_name in xstrdup.
2037 (ipa_make_edge_direct_to_target): Ditto.
2038 * cgraph.c (dump_cgraph_node): Ditto.
2039 * tree-sra.c (convert_callers_for_node): Ditto.
2040 * lto-symtab.c (lto_cgraph_replace_node): Ditto.
2041 * ipa-cp.c (perhaps_add_new_callers): Ditto.
2042 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Ditto.
2043 (cgraph_materialize_all_clones): Ditto.
2044 * ipa-inline.c (report_inline_failed_reason): Ditto.
2045 (want_early_inline_function_p): Ditto.
2046 (edge_badness): Ditto.
2047 (update_edge_key): Ditto.
2048 (flatten_function): Ditto.
2049 (ipa_inline): Ditto.
2050 (inline_always_inline_functions): Ditto.
2051 (early_inline_small_functions): Ditto.
2052
2053 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
2054
2055 PR target/53141
2056 * config/i386/i386.md (*umul<mode><dwi>3_1): Switch places of
2057 constraints 0 and 1.
2058
2059 012-04-30 Jan Hubicka <jh@suse.cz>
2060
2061 * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
2062 (cgraph_asm_nodes, cgraph_asm_last_node): Move to cgraphunit.c
2063 (cgraph_add_to_same_comdat_group): Remove.
2064 (cgraph_add_asm_node): Move to cgraphunit.c.
2065 (cgraph_make_decl_local): Move to symtab.c
2066 (cgraph_make_node_local_1): Update.
2067 (cgraph_can_remove_if_no_direct_calls_and): Update.
2068 (used_from_object_file_p): Update.
2069 (resolution_used_from_other_file_p): Move to symtab.c
2070 (cgraph_used_from_object_file_p): move to symtab.c
2071 (verify_cgraph_node): Verify same comdat groups.
2072 * cgraph.h (cgraph_asm_node): Rename to ...
2073 (asm_node): ... this one.
2074 (cgraph_asm_nodes): Rename to ...
2075 (asm_nodes): ... this one.
2076 (symtab_add_to_same_comdat_group): New function.
2077 (symtab_dissolve_same_comdat_group_list): New function.
2078 (symtab_used_from_object_file_p): Declare.
2079 (symtab_make_decl_local): Declare.
2080 (cgraph_add_to_same_comdat_group): Remove.
2081 (cgraph_add_asm_node): Remove.
2082 (cgraph_used_from_object_file_p, varpool_used_from_object_file_p):
2083 Remove.
2084 (cgraph_finalize_compilation_unit): Rename to ...
2085 (finalize_compilation_unit): ... this one.
2086 (cgraph_optimize): Rename to ....
2087 (compile): ... this one.
2088 (add_asm_node): Declare.
2089 (fixup_same_cpp_alias_visibility): Declare.
2090 (cgraph_make_decl_local): Remove.
2091 (varpool_assemble_pending_decls): Rename to ...
2092 (varpool_output_variables): ... this one.
2093 (varpool_remove_unreferenced_decls): Remove.
2094 * ipa-inline-transform.c (clone_inlined_nodes): Dissolve comdat groups.
2095 (preserve_function_body_p): Make static.
2096 * toplev.c (compile_file): Update comments; update.
2097 * cgraphunit.c: Update comments.
2098 (cgraph_expand_all_functions): Rename to ...
2099 (expand_all_functions): ... this one; update.
2100 (cgraph_mark_functions_to_output): Rename to ...
2101 (mark_functions_to_output): ... this one; cleanup.
2102 (cgraph_output_pending_asms): Remove prototype.
2103 (asm_nodes, asm_last_node): New static vars.
2104 (cgraph_process_new_functions): Update.
2105 (cgraph_reset_node): Cleanup; add comment.
2106 (cgraph_add_new_function): Update.
2107 (cgraph_output_pending_asms): Rename to ...
2108 (output_asm_statements): ... this one.
2109 (add_asm_node): New function.
2110 (fixup_same_cpp_alias_visibility): New function based on code
2111 in cgraph_analyze_function.
2112 (cgraph_analyze_function): Use it.
2113 (cgraph_order_sort): Update.
2114 (cgraph_output_in_order): Update.
2115 (cgraph_function_versioning): Update.
2116 (cgraph_optimize): Rename to ...
2117 (compile): ... this one; initialize streamer hooks here.
2118 (cgraph_finalize_compilation_unit): Rename to ...
2119 (finalize_compilation_unit): ... this one; do not initialize streamer
2120 hook here.
2121 * lto-streamer-out.c (lto_output_toplevel_asms): Update.
2122 * dwarf2out.c: Update ocmment.
2123 * optimize.c (maybe_clone_body): Use symtab_add_to_same_comdat_group.
2124 * method.c (use_thunk): Likewise.
2125 * semantics.c (maybe_add_lambda_conv_op): Likewise.
2126 * decl2.c (maybe_emit_vtables): Likewise.
2127 (cp_write_global_declarations): Use finalize_compilation_unit.
2128 * parser.c (cp_parser_asm_definition): Use add_asm_node.
2129 * lto-streamer-in.c (lto_input_toplevel_asms): Use add_asm_node
2130 * c-decl.c (c_write_global_declarations): Use
2131 finalize_compilation_unit.
2132 * langhooks.c (write_global_declarations): Update.
2133 * ipa.c (cgraph_externally_visible_p): Update.
2134 (dissolve_same_comdat_group_list): Remove.
2135 (function_and_variable_visibility): Update.
2136 * symtab.c: Inlcude lto-streamer.h and rtl.h
2137 (ld_plugin_symbol_resolution_names): New.
2138 (symtab_add_to_same_comdat_group): New.
2139 (symtab_dissolve_same_comdat_group_list): New.
2140 (resolution_used_from_other_file_p): Move here from cgraph.c
2141 (symtab_used_from_object_file_p): New.
2142 (symtab_make_decl_local): New.
2143 * passes.c (register_pass): Update comments.
2144 * c-parser.c (c_parser_asm_definition): Update.
2145 * varpool.c (varpool_analyze_node): Use
2146 fixup_same_cpp_alias_visibility.
2147 (varpool_remove_unreferenced_decls): Make static.
2148 (varpool_assemble_pending_decls): Rename to ...
2149 (varpool_output_variables): ... this one; call
2150 varpool_remove_unreferenced_decls.
2151 (varpool_used_from_object_file_p): Remove.
2152
2153 2012-04-30 Marc Glisse <marc.glisse@inria.fr>
2154
2155 PR c++/51033
2156 * c-typeck.c (build_array_ref): Call
2157 convert_vector_to_pointer_for_subscript.
2158 * doc/extend.texi (Vector Extensions): Subscripting not just for C.
2159
2160 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
2161
2162 * config/i386/i386.md (and<mode>3): Change runtime operand mode checks
2163 to compile-time "mode == <MODE>mode" checks.
2164 (and splitter): Ditto.
2165
2166 2012-04-30 Richard Henderson <rth@redhat.com>
2167
2168 * config/arm/arm.md (UNSPEC_LL): New.
2169 * config/arm/sync.md (atomic_loaddi, atomic_loaddi_1): New.
2170 (arm_load_exclusivedi): Use %H0.
2171
2172 2012-04-30 Jason Merrill <jason@redhat.com>
2173
2174 * dwarf2out.c (comdat_symbol_id): Add const.
2175 (union die_symbol_or_type_node): Add const to die_symbol.
2176 (output_die_symbol, output_die, output_comp_unit): Adjust.
2177
2178 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
2179
2180 * config/arm/arm.md (negdi2): Use gen_negdi2_neon.
2181 * config/arm/neon.md (negdi2_neon): New insn.
2182 Also add splitters for core and NEON registers.
2183
2184 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
2185
2186 * config/arm/arm.c (neon_valid_immediate): Allow const_int.
2187 (arm_print_operand): Add 'x' format.
2188 * config/arm/constraints.md (Dn): Allow const_int.
2189 * config/arm/neon.md (neon_mov<mode>): Use VDX to allow DImode.
2190 Use 'x' format to print constants.
2191 * config/arm/predicates.md (imm_for_neon_mov_operand): Allow const_int.
2192 * config/arm/vfp.md (movdi_vfp): Disable for const_int when neon
2193 is enabled.
2194 (movdi_vfp_cortexa8): Likewise.
2195
2196 2012-04-30 Ian Bolton <ian.bolton@arm.com>
2197 Sameera Deshpande <sameera.deshpande@arm.com>
2198 Greta Yorsh <greta.yorsh@arm.com>
2199
2200 * config/arm/arm-protos.h (ldm_stm_operation_p): New declaration.
2201 * config/arm/arm.c (ldm_stm_operation_p): New function.
2202 * config/arm/predicates.md (load_multiple_operation): Update predicate.
2203 (store_multiple_operation): Likewise.
2204
2205 * config/arm/arm-protos.h (ldm_stm_operation_p): New parameters.
2206 * config/arm/arm.c (ldm_stm_operation_p): New parameters.
2207 * config/arm/predicates.md (load_multiple_operation): Add arguments.
2208 (store_multiple_operation): Likewise.
2209
2210 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
2211
2212 * config/i386/i386.md (and<mode>3): Expand masking operations with
2213 0xff, 0xffff or 0xffffffff immediates to corresponding zero_extend RTX.
2214 (and splitter): Split to DImode zero_extend RTX for DImode operand[0].
2215
2216 2012-04-30 Dodji Seketeli <dodji@redhat.com>
2217
2218 Add -Wvarargs option
2219 * builtins.c (fold_builtin_next_arg): Use OPT_Wvarargs as an
2220 argument for the various warning_at calls.
2221 * docs/invoke.texi: Update the documentation.
2222
2223 2012-04-30 Dodji Seketeli <dodji@redhat.com>
2224
2225 Switch -ftrack-macro-expansion=2 on by default.
2226 * docs/cppopts.texi: Adjust for enabling -ftrack-macro-expansion=2
2227 by default.
2228
2229 Fix va_start related location
2230 * builtins.c (fold_builtin_next_arg): Unwinds to the first
2231 location in real source code.
2232
2233 Make conversion warnings work on NULL with -ftrack-macro-expansion
2234 * input.h (expansion_point_location_if_in_system_header): Declare
2235 new function.
2236 * input.c (expansion_point_location_if_in_system_header): Define it.
2237
2238 Fix -Wuninitialized for -ftrack-macro-expansion
2239 * tree-ssa.c (warn_uninit): Use the spelling location of the variable
2240 declaration. Use linemap_location_before_p for source locations.
2241
2242 Strip "<built-in>" loc from displayed expansion context
2243 * input.c (expand_location_1): When expanding to spelling location
2244 in a context of a macro expansion, skip reserved system header
2245 locations. Update comments. * tree-diagnostic.c
2246 (maybe_unwind_expanded_macro_loc): Likewise.
2247
2248 Make expand_location resolve to locus in main source file
2249 * input.c (expand_location_1): New. Takes a parameter to choose
2250 whether to resolve the location to spelling or expansion point.
2251 Was factorized from ...
2252 (expand_location): ... here.
2253 (expand_location_to_spelling_point): New. Implemented in terms of
2254 expand_location_1.
2255 * diagnostic.c (diagnostic_build_prefix): Use the new
2256 expand_location_to_spelling_point instead of expand_location.
2257
2258 Fix PCH crash on GTYed pointer-to-scalar field of a struct
2259 * gengtype.c (write_types_process_field): Force second argument of
2260 the call to the PCH object hierarchy walker to be 'x'.
2261
2262 2012-04-30 Eric Botcazou <ebotcazou@adacore.com>
2263
2264 * config/i386/i386.c (ix86_handle_struct_attribute): Use the proper
2265 predicate to discriminate types.
2266
2267 2012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
2268
2269 * doc/invoke.texi (Wmissing-format-attribute): Document as an
2270 alias of Wsuggest-attribute=format.
2271 * c-typeck.c (convert_for_assignment): Replace
2272 Wmissing-format-attribute with Wsuggest-attribute=format.
2273 (digest_init): Likewise.
2274
2275 2012-04-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
2276
2277 * opts.c (finish_options): Do not handle -Wmissing-noreturn here.
2278 * common.opt (Wmissing-noreturn): Alias of
2279 -Wsuggest-attribute=noreturn.
2280
2281 2012-04-29 Hans-Peter Nilsson <hp@axis.com>
2282
2283 PR target/53156
2284 * config/cris/cris.md (andqu): New peephole2.
2285 (andu): Tweak head comment.
2286
2287 2012-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
2288 Steven Bosscher <steven@gcc.gnu.org>
2289 Maxim Kuvyrkov <maxim@codesourcery.com>
2290
2291 PR tree-optimization/38785
2292 * common.opt (ftree-partial-pre): New option.
2293 * doc/invoke.texi: Document it.
2294 * opts.c (default_options_table): Initialize flag_tree_partial_pre.
2295 * tree-ssa-pre.c (do_partial_partial_insertion): Insert only if it will
2296 benefit speed path.
2297 (execute_pre): Use flag_tree_partial_pre.
2298
2299 2012-04-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2300
2301 PR target/52999
2302 * config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels
2303 in constant pool.
2304
2305 2012-04-27 Ollie Wild <aaw@google.com>
2306
2307 * doc/invoke.texi (Wliteral-suffix): Document new option.
2308
2309 2012-04-27 Tom Tromey <tromey@redhat.com>
2310
2311 * dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.
2312 (dwarf_tag_name): Use get_DW_TAG_name.
2313 (dwarf_attr_name): Use get_DW_AT_name.
2314 (dwarf_form_name): Use get_DW_FORM_name.
2315 * dwarf2cfi.c (dwarf_cfi_name): Use get_DW_CFA_name.
2316
2317 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
2318
2319 * tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose
2320 arguments are -1 and 0, by negating the result of the conditional.
2321
2322 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
2323
2324 PR target/53138
2325 * config/i386/i386.md (x86_mov<mode>cc_0_m1_neg): Add clobber.
2326
2327 2012-04-27 Richard Guenther <rguenther@suse.de>
2328
2329 * tree-flow.h (is_hidden_global_store): Remove.
2330 * tree-ssa-sink.c (is_hidden_global_store): Likewise.
2331 * tree-ssa-alias.h (ref_may_alias_global_p): Declare.
2332 (stmt_may_clobber_global_p): Likewise.
2333 * tree-ssa-alias.c (ref_may_alias_global_p): New function.
2334 (stmt_may_clobber_global_p): Likewise.
2335 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Call
2336 stmt_may_clobber_global_p.
2337 * tree-ssa-dse.c (dse_possible_dead_store_p): Likewise.
2338
2339 2012-04-27 Steven Bosscher <steven@gcc.gnu.org>
2340
2341 * cfg.c (disconnect_src): Do df_mark_solutions_dirty in the right
2342 place.
2343
2344 * tree-switch-conversion.c (struct switch_conv_info): Add range_max,
2345 reorganize some fields and update comments. Rename bit_test_uniq
2346 and bit_test_count to uniq resp. count. Remove bit_test_bb.
2347 (collect_switch_conv_info): New function, collects info about a
2348 GIMPLE_SWITCH into a struct switch_conv_info.
2349 (check_range): Simplify to use pre-recorded info. Fix think-o in
2350 range-branch ratio check.
2351 (check_process_case): Remove function.
2352 (check_all_empty_except_final): New function, verifies that all
2353 non-final basic blocks are empty.
2354 (process_switch): Simplify to use pre-recorded info. Call
2355 collect_switch_conv_info to do that. Assert that degenerate switch
2356 statements have been cleaned up.
2357
2358 2012-04-27 Marc Glisse <marc.glisse@inria.fr>
2359
2360 PR middle-end/27139
2361 * tree-ssa-forwprop.c (combine_conversions): Handle INT->FP->INT.
2362
2363 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
2364
2365 PR c/53130
2366 * c-typeck.c (pop_init_level): Use %qD instead of %qT.
2367
2368 2012-04-27 Tom de Vries <tom@codesourcery.com>
2369
2370 PR tree-optimization/51879
2371 * tree-ssa-sccvn.h (struct vn_reference_s): Add result_vdef field.
2372 * tree-ssa-sccvn.c (mark_use_processed): New function, factored out
2373 of ...
2374 (defs_to_varying): ... here. Don't set use_processed.
2375 (visit_reference_op_call): Handle gimple_vdef.
2376 Handle case that lhs is NULL_TREE.
2377 (visit_use): Use mark_use_processed. Handle calls with side-effect
2378 using visit_reference_op_call.
2379
2380 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
2381
2382 * sched-deps.c (fixup_sched_groups): Rename to...
2383 (chain_to_prev_insn): ...this.
2384 (chain_to_prev_insn_p): New function.
2385 (deps_analyze_insn): Use it instead of SCHED_GROUP_P.
2386
2387 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
2388
2389 * sched-int.h (_haifa_insn_data): Move priority_status.
2390 Add model_index.
2391 (INSN_MODEL_INDEX): New macro.
2392 * haifa-sched.c (insn_delay): New function.
2393 (sched_regno_pressure_class): Update commentary.
2394 (mark_regno_birth_or_death): Pass the liveness bitmap and
2395 pressure array as arguments, instead of using curr_reg_live and
2396 curr_reg_pressure. Only update the pressure if the bit in the
2397 liveness set has changed.
2398 (initiate_reg_pressure_info): Always trust the live-in set for
2399 SCHED_PRESSURE_MODEL.
2400 (initiate_bb_reg_pressure_info): Update call to
2401 mark_regno_birth_or_death.
2402 (dep_list_size): Take the list as argument.
2403 (calculate_reg_deaths): New function, extracted from...
2404 (setup_insn_reg_pressure_info): ...here.
2405 (MODEL_BAR): New macro.
2406 (model_pressure_data, model_insn_info, model_pressure_limit)
2407 (model_pressure_group): New structures.
2408 (model_schedule, model_worklist, model_insns, model_num_insns)
2409 (model_curr_point, model_before_pressure, model_next_priority):
2410 New variables.
2411 (MODEL_PRESSURE_DATA, MODEL_MAX_PRESSURE, MODEL_REF_PRESSURE)
2412 (MODEL_INSN_INFO, MODEL_INSN): New macros.
2413 (model_index, model_update_limit_points_in_group): New functions.
2414 (model_update_limit_points, model_last_use_except): Likewise.
2415 (model_start_update_pressure, model_update_pressure): Likewise.
2416 (model_recompute, model_spill_cost, model_excess_group_cost): Likewise.
2417 (model_excess_cost, model_dump_pressure_points): Likewise.
2418 (model_set_excess_costs): Likewise.
2419 (rank_for_schedule): Extend SCHED_PRIORITY_WEIGHTED ordering to
2420 SCHED_PRIORITY_MODEL. Use insn_delay. Use the order in the model
2421 schedule as an alternative tie-breaker. Update the call to
2422 dep_list_size.
2423 (ready_sort): Call model_set_excess_costs.
2424 (update_register_pressure): Update call to mark_regno_birth_or_death.
2425 Rely on that function to check liveness rather than doing it here.
2426 (model_classify_pressure, model_order_p, model_add_to_worklist_at)
2427 (model_remove_from_worklist, model_add_to_worklist, model_promote_insn)
2428 (model_add_to_schedule, model_analyze_insns, model_init_pressure_group)
2429 (model_record_pressure, model_record_pressures): New functions.
2430 (model_record_final_pressures, model_add_successors_to_worklist)
2431 (model_promote_predecessors, model_choose_insn): Likewise.
2432 (model_reset_queue_indices, model_dump_pressure_summary): Likewise.
2433 (model_start_schedule, model_finalize_pressure_group): Likewise.
2434 (model_end_schedule): Likewise.
2435 (schedule_insn): Say when we're scheduling the next instruction
2436 in the model schedule.
2437 (schedule_insn): Handle SCHED_PRESSURE_MODEL.
2438 (queue_to_ready): Do not add instructions that are
2439 MAX_SCHED_READY_INSNS beyond the current point of the model schedule.
2440 Always allow the next instruction in the model schedule to be added.
2441 (debug_ready_list): Print the INSN_REG_PRESSURE_EXCESS_COST_CHANGE
2442 and delay for SCHED_PRESSURE_MODEL too.
2443 (prune_ready_list): Extend SCHED_PRIORITY_WEIGHTED handling to
2444 SCHED_PRIORITY_MODEL, but also take the DFA into account.
2445 (schedule_block): Call model_start_schedule and model_end_schedule.
2446 Extend SCHED_PRIORITY_WEIGHTED stall handling to SCHED_PRIORITY_MODEL.
2447 (sched_init): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
2448 to SCHED_PRESSURE_MODEL, but don't allocate saved_reg_live or
2449 region_ref_regs.
2450 (sched_finish): Update accordingly.
2451 (fix_tick_ready): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
2452 to SCHED_PRESSURE_MODEL.
2453 (add_jump_dependencies): Update call to dep_list_size.
2454 (haifa_finish_h_i_d): Fix leak of max_reg_pressure.
2455 (haifa_init_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
2456 to SCHED_PRESSURE_MODEL.
2457 * sched-deps.c (init_insn_reg_pressure_info): Likewise, but don't
2458 allocate INSN_MAX_REG_PRESSURE for SCHED_PRESSURE_MODEL.
2459 (sched_analyze_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE
2460 handling to SCHED_PRESSURE_MODEL.
2461
2462 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
2463
2464 * common.opt (fsched-pressure-algorithm=): New option.
2465 * flag-types.h (sched_pressure_algorithm): New enum.
2466 * sched-int.h (sched_pressure_p): Replace with...
2467 (sched_pressure): ...this new variable.
2468 * haifa-sched.c (sched_pressure_p): Replace with...
2469 (sched_pressure): ...this new variable.
2470 (sched_regno_pressure_class, rank_for_schedule, ready_sort)
2471 (update_reg_and_insn_max_reg_pressure, schedule_insn)
2472 (debug_ready_list, prune_ready_list, schedule_block, sched_init)
2473 (sched_finish, fix_tick_ready, haifa_init_insn): Update accordingly.
2474 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2475 (sched_analyze_insn): Likewise.
2476 * sched-rgn.c (schedule_region): Likewise.
2477 * config/m68k/m68k.c (m68k_sched_variable_issue): Likewise.
2478
2479 2012-04-26 Bernd Schmidt <bernds@codesourcery.com>
2480
2481 * PR middle-end/52997
2482 * ira.c (find_moveable_pseudos): Call resize_reg_info.
2483
2484 PR middle-end/52940
2485 * machmode.h (CLASS_HAS_WIDER_MODES_P): True for MODE_PARTIAL_INT.
2486 * expr.c (convert_move): Honor unsignedp when extending partial int
2487 modes.
2488 * genmodes.c (complete_mode): Don't clear component field of partial
2489 int modes.
2490 (emit_mode_inner): Don't emit it however.
2491 (calc_wider_mode): Partial int modes widen to their component.
2492
2493 2012-04-26 David S. Miller <davem@davemloft.net>
2494
2495 * config/sparc/niagara4.md: New file.
2496 * config/sparc/sparc.md: Include it.
2497 * config/sparc/sparc.c (niagara4_costs): New processor costs.
2498 (sparc_option_override): Use it.
2499 (sparc_use_sched_lookahead): Return 2 for niagara4.
2500 (sparc_issue_rate): Likewise.
2501
2502 * config/sparc/sparc.md (attr type): Delete 'fgm_cmp'.
2503 (fpack16_vis, fpackfix_vis, fpack32_vis): Set type to fgm_pack.
2504 (fmul8x16_vis, fmul8x16au_vis, fmul8x16al_vis, fmul8sux16_vis,
2505 fmul8ulx16_vis, fmuld8sux16_vis, fmuld8ulx16_vis): Set type to fgm_mul.
2506 (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis,
2507 alignaddrldi_vis): Set type to gsr.
2508 (pdist_vis, pdistn<mode>_vis): Set type to fgm_pdsit.
2509 (fcmp<code><GCM:gcm_name><P:mode>_vis, cmask8<P:mode>_vis,
2510 cmask16<P:mode>_vis, cmask32<P:mode>_vis, fchksm16_vis,
2511 v<vis3_shift_patname><mode>3, fmean16_vis,
2512 fp<plusminus_insn>64_vis, <vis3_addsub_ss_patname><mode>3,
2513 fucmp<code>8<P:mode>_vis): Set type to fga.
2514 * config/sparc/ultra1_2.md: Remove refrences to fgm_cmp.
2515 * config/sparc/niagara.md: Likewise.
2516 * config/sparc/niagara2.md: Likewise.
2517 * config/sparc/ultra3.md: Likewise, and fix type matching for
2518 us3_ialuX reservation.
2519
2520 2012-04-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2521
2522 * reload.c (find_reloads): Change the loop nesting when trying an
2523 alternative with swapped operands.
2524
2525 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
2526
2527 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix
2528 comment. Delete unused parameter first_exp_point_map.
2529 (virt_loc_aware_diagnostic_finalizer): Update call.
2530
2531 2012-04-26 Michael Hope <michael.hope@linaro.org>
2532 Richard Earnshaw <rearnsha@arm.com>
2533
2534 * config/arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_SOFT_FLOAT): Define.
2535 (GLIBC_DYNAMIC_LINKER_HARD_FLOAT): Define.
2536 (GLIBC_DYNAMIC_LINKER_DEFAULT): Define.
2537 (GLIBC_DYNAMIC_LINKER): Redefine to use the hard float path.
2538
2539 2012-04-25 Sriraman Tallam <tmsriram@google.com>
2540
2541 * doc/extend.texi: Document avx2 support.
2542 * config/i386/i386.c (fold_builtin_cpu): Add avx2.
2543
2544 2012-04-26 Hans-Peter Nilsson <hp@axis.com>
2545
2546 PR target/53120
2547 * config/cris/cris.md ("*andhi_lowpart_v32")
2548 ("*andqi_lowpart_v32"): Change first input-only operand from
2549 a (match_operand ...) to (match_dup 0). Drop alternatives with
2550 const_int-matching constraints for redundancy.
2551 ("*andhi_lowpart_non_v32", "*andqi_lowpart_non_v32"): Ditto. Drop
2552 three-operand alternative.
2553
2554 2012-04-25 Jakub Jelinek <jakub@redhat.com>
2555
2556 PR target/53110
2557 * config/i386/i386.md (and<mode>3): For andq $0xffffffff, reg
2558 instead expand it as zero extension.
2559
2560 2012-04-25 H.J. Lu <hongjiu.lu@intel.com>
2561
2562 PR debug/52857
2563 * dwarf2out.c (dbx_reg_number): Assert return value != INVALID_REGNUM.
2564
2565 2012-04-25 Jakub Jelinek <jakub@redhat.com>
2566
2567 * common.opt (flag_debug_types_section): Default to 0.
2568 (dwarf_version): Default to 4.
2569 (dwarf_record_gcc_switches): Default to 1.
2570 (dwarf_strict): Default to 0.
2571 * toplev.c (process_options): Don't handle dwarf_strict
2572 or dwarf_version here.
2573 * config/vxworks.c (vxworks_override_options): Don't
2574 test whether dwarf_strict or dwarf_version are negative,
2575 instead test !global_options_set.x_dwarf_*.
2576 * config/darwin.c (darwin_override_options): Default to
2577 dwarf_version 2.
2578 * doc/invoke.texi: Note that -gdwarf-4, -grecord-gcc-switches
2579 and -fno-debug-types-section are now the default.
2580
2581 2012-04-25 Jan Hubicka <jh@suse.cz>
2582
2583 * cgraphunit.c: Update toplevel comment.
2584 (tree_rest_of_compilation): Merge into cgraph_expand_function.
2585 (cgraph_analyze_function): Make static.
2586 (cgraph_decide_is_function_needed): Make static.
2587 (cgraph_add_new_function): Use expand_function instead of
2588 rest_of_compilation.
2589 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
2590 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
2591 Move to cgraph.c
2592 (cgraph_inline_p): Remove.
2593 (cgraph_preserve_function_body_p): Move to ipa-inline-transform.
2594 (init_cgraph): Add comment.
2595 * cgraphbuild.c (record_reference, mark_address, mark_load,
2596 mark_store): Do not call analyze_expr hook.
2597 * cgraph.c: Update toplevel comment.
2598 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
2599 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
2600 Move fere from cgraphunit.c
2601 (cgraph_mark_force_output_node): Move to cgraph.h
2602 * cgraph.h: Reorder so the comments match the function placement.
2603 (cgraph_analyze_function, cgraph_decide_is_function_needed): Remove.
2604 (cgraph_mark_force_output_node): Move here from cgraph.c
2605 * tree.c (free_lang_data): Do not clear analyze_expr hook.
2606 * ipa-inline-transform.c (preserve_function_body_p): New function.
2607 (inline_transform): Update.
2608 * langhooks.c (lhd_callgraph_analyze_expr): Remove.
2609 * langhooks.h (lang_hooks_for_callgraph): Remove.
2610 (lang_hooks): Remove callgraph.
2611 * tree-inline.c (expand_call_inline): Do not use cgraph_inline_p.
2612 * varpool.c: Remove out of date comment.
2613 * langhooks-def.h (lhd_callgraph_analyze_expr): Remove.
2614 (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Remove.
2615
2616 2012-04-25 Jan Hubicka <jh@suse.cz>
2617
2618 PR middle-end/53089
2619 * cgraphunit.c (referred_to_p): Move ahead in file to avoid
2620 forward declaration.
2621 (cgraph_finalize_function): Finalize them here.
2622 * symtab.c (dump_symtab): Dump ctors and dtors.
2623
2624 2012-04-25 Jakub Jelinek <jakub@redhat.com>
2625
2626 PR middle-end/52979
2627 * stor-layout.c (get_best_mode): Don't return mode with bitsize
2628 larger than maxbits. Don't compute maxbits modulo align.
2629 Also check that unit bytes long store at bitpos / unit * unit
2630 doesn't affect bits beyond bitregion_end.
2631 * expmed.c (store_bit_field_1): Avoid trying insv if OP_MODE MEM
2632 would not fit into bitregion_start ... bitregion_end + 1 bit region.
2633 (store_split_bit_field): Decrease unit close to end of bitregion_end
2634 if access is restricted in order to avoid mutual recursion.
2635
2636 PR tree-optimization/53058
2637 * double-int.h (double_int_max_value, double_int_min_value): New
2638 prototypes.
2639 * double-int.c (double_int_max_value, double_int_min_value): New
2640 functions.
2641 * tree-vrp.c (register_edge_assert_for_2): Compare mask for LE_EXPR
2642 or GT_EXPR with double_int_max_value instead of double_int_mask.
2643
2644 2012-04-25 Richard Guenther <rguenther@suse.de>
2645
2646 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
2647 * tree-vect-loop.c (vect_transform_loop): Adjust.
2648 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Record
2649 the maximum number of iterations for the epilogue loop.
2650 (vect_loop_versioning): Remove case re-using the peeled epilogue loop.
2651
2652 2012-04-25 Jakub Jelinek <jakub@redhat.com>
2653
2654 PR c/52880
2655 * c-typeck.c (set_nonincremental_init,
2656 set_nonincremental_init_from_string): Pass true instead of false
2657 as IMPLICIT to add_pending_init.
2658
2659 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
2660
2661 * c-typeck.c (pop_init_level): Improve diagnostics.
2662
2663 2012-04-25 Uros Bizjak <ubizjak@gmail.com>
2664
2665 * compare-elim.c (try_eliminate_compare): Also handle operands with
2666 implicit extensions.
2667
2668 2012-04-25 Alan Modra <amodra@gmail.com>
2669
2670 * config/rs6000/rs6000 (SAVE_INLINE_VRS, REST_INLINE_VRS,
2671 V_SAVE_INLINE, SAVRES_LR, SAVRES_SAVE, SAVRES_REG,
2672 SAVRES_GPR, SAVRES_FPR, SAVRES_VR): Define.
2673 (no_global_regs_above): Delete.
2674 (no_global_regs): New function.
2675 (rs6000_savres_strategy): Handle vector regs. Use proper lr_save_p
2676 value for load multiple test.
2677 (savres_routine_syms): Increase size.
2678 (rs6000_savres_routine_name, rs6000_savres_routine_sym,
2679 ptr_regno_for_savres, rs6000_emit_savres_rtx): Pass in int selector
2680 rather than a number of boolean flags. Update all callers.
2681 (rs6000_savres_routine_name): Generate vector save/restore names.
2682 (rs6000_savres_routine_sym): Handle vector regs. Delete forward decl.
2683 (ptr_regno_for_savres, rs6000_emit_savres_rtx): Likewise.
2684 (rs6000_emit_prologue): Delete saving_FPRs_inline, saving_GPRs_inline
2685 and using_store_multiple. Expand uses. Don't always use r11 as
2686 frame reg when needed for out-of-line saves. Set up initial offset
2687 for out-of-line vector saves when buying stack frame. Handle pointer
2688 reg setup for out-of-line fp save. Emit call to out-of-line vector
2689 save function. Choose r11 or r12 for vrsave reg when available for
2690 better scheduling.
2691 (rs6000_output_function_prologue): Don't emit .extern for ELF.
2692 (rs6000_emit_epilogue): Choose a better frame reg when restoring
2693 from back-chain to suit out-of-line vector restore functions. Emit
2694 call to out-of-line vector restore function. Adjust register used
2695 for cr restore. Tweak pointer register setup for gpr restore.
2696 * config/rs6000/rs6000.h (FIRST_SAVED_GP_REGNO): Take into account
2697 FIXED_R13.
2698 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Simplify.
2699 (V_SAVE_INLINE): Define.
2700 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*): New insns.
2701
2702 2012-04-25 Alan Modra <amodra@gmail.com>
2703
2704 * config/rs6000/rs6000.c (rs6000_savres_strategy): Allow
2705 out-of-line save/restore for large frames. Don't disable
2706 out-of-line saves on ABI_AIX when using static chain reg.
2707 (rs6000_emit_prologue): Adjust cr_save_regno on ABI_AIX to not
2708 clobber static chain reg, and tweak for out-of-line gpr saves
2709 that use r1.
2710
2711 2012-04-25 Alan Modra <amodra@gmail.com>
2712
2713 * config/rs6000/rs6000.c (START_USE, END_USE, NOT_INUSE): Define.
2714 (rs6000_emit_prologue): Use the above to catch register overlap.
2715
2716 2012-04-25 Alan Modra <amodra@gmail.com>
2717
2718 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Delete forward
2719 decl. Move logic selecting update reg to callers. Update all callers.
2720 (rs6000_emit_allocate_stack): Add copy_off param.
2721 (emit_frame_save): Don't handle reg+reg addressing.
2722 (ptr_regno_for_savres): New function, extracted from..
2723 (rs6000_emit_savres_rtx): ..here. Add lr_offset param.
2724 (rs6000_emit_prologue): Generate frame_ptr_rtx as we need it.
2725 Set frame_reg_rtx to r11 whenever r11 is needed, and merge
2726 frame offset adjustment for out-of-line save with copy from sp.
2727 Simplify condition controlling whether cr is saved early or
2728 late. Use ptr_regno_for_savres to verify correct reg is set
2729 up for out-of-line saves. Pass the actual pointer reg used to
2730 rs6000_emit_savres_rtx so rtl matches insns in out-of-line
2731 function. Rearrange spe vars so code is similar to that
2732 elsewhere in this function. Don't update frame_off when spe
2733 save code will restore r11. Use emit_frame_save for spe and
2734 gpr saves. Consolidate darwin out-of-line gpr setup with that
2735 for other abis. Don't assume frame_offset is zero and frame
2736 reg is sp when setting up altivec reg saves, and calculate
2737 exact offset requirement.
2738 (rs6000_emit_epilogue): Use HOST_WIDE_INT for frame_off. Tidy
2739 spe restore code. Consolidate darwin out-of-line gpr setup
2740 with that for other abis.
2741
2742 2012-04-25 Alan Modra <amodra@gmail.com>
2743
2744 * config/rs6000/rs6000.c (rs6000_frame_related): Don't emit a
2745 REG_FRAME_RELATED_EXPR note when the instruction exactly matches
2746 the replacement.
2747 (emit_frame_save): Delete frame_ptr param. Rename total_size to
2748 frame_reg_to_sp.
2749 (rs6000_emit_prologue): Add sp_off. Update rs6000_frame_related
2750 and emit_frame_save calls. Cope with possibly missing note.
2751
2752 2012-04-24 Sriraman Tallam <tmsriram@google.com>
2753
2754 * config/i386/i386.c (build_processor_model_struct): New function.
2755 (make_var_decl): New function.
2756 (fold_builtin_cpu): New function.
2757 (ix86_fold_builtin): New function.
2758 (make_cpu_type_builtin): New function.
2759 (ix86_init_platform_type_builtins): New function.
2760 (ix86_expand_builtin): Expand new builtins by folding them.
2761 (ix86_init_builtins): Make new builtins to detect CPU type.
2762 (TARGET_FOLD_BUILTIN): New macro.
2763 (IX86_BUILTIN_CPU_INIT): New enum value.
2764 (IX86_BUILTIN_CPU_IS): New enum value.
2765 (IX86_BUILTIN_CPU_SUPPORTS): New enum value.
2766 * config/i386/i386-builtin-types.def: New function type.
2767 * testsuite/gcc.target/builtin_target.c: New testcase.
2768 * doc/extend.texi: Document builtins.
2769
2770 2012-04-24 Olivier Hainque <hainque@adacore.com>
2771
2772 * common.opt (gdwarf-): Initialize dwarf_version to -1 instead of 2.
2773 * toplev.c (process_options): Default to dwarf_version 2.
2774 * config/vxworks.c (vxworks_override_options): Default to strict-dwarf
2775 and dwarf_version 2.
2776
2777 2012-04-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
2778
2779 * tree-pretty-print.h (default_tree_printer): Do not declare.
2780 * tree-diagnostic.c: Include tree-pretty-print.h, tree-pass.h and
2781 intl.h.
2782 (default_tree_diagnostic_starter): Make static.
2783 (default_tree_printer): Move to here. Make static.
2784 (tree_diagnostics_defaults): New.
2785 * tree-diagnostic.h (default_tree_diagnostic_starter): Do not declare.
2786 * tree.c (free_lang_data): Use tree_diagnostics_defaults.
2787 * toplev.c: Do not include tree-pass.h.
2788 (default_tree_printer): Move from here.
2789 (general_init): Use tree_diagnostics_defaults.
2790
2791 2012-04-24 Chao-ying Fu <fu@mips.com>
2792
2793 * config.gcc (mips64*-*-linux*): Append mips/linux-common.h to tm_file.
2794 (mips*-*-linux*): Append mips/linux-common.h to tm_file.
2795 * config/mips/gnu-user.h
2796 (SUBTARGET_CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC directly.
2797 (GNU_USER_TARGET_LINK_SPEC): New define.
2798 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
2799 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC directly.
2800 (GNU_USER_TARGET_MATHFILE_SPEC): New define.
2801 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC and
2802 GNU_USER_TARGET_ENDFILE_SPEC.
2803 * config/mips/gnu-user64.h (LIB_SPEC): Remove.
2804 (GNU_USER_TARGET_LINK_SPEC): New define.
2805 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
2806 * config/mips/linux-common.h: New file.
2807
2808 2012-04-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2809
2810 PR target/47197
2811 * config/rs6000/rs6000-c.c (fully_fold_convert): New function.
2812 (altivec_build_resolved_builtin): Call fully_fold_convert.
2813
2814 2012-04-24 Georg-Johann Lay <avr@gjlay.de>
2815
2816 PR target/53065
2817 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): New hook define.
2818
2819 2012-04-24 Richard Guenther <rguenther@suse.de>
2820
2821 PR tree-optimization/53085
2822 * tree-ssa-pre.c (eliminate): Do not eliminate volatile redundant
2823 stores.
2824
2825 2012-04-24 Richard Guenther <rguenther@suse.de>
2826
2827 * tree-if-conv.c (main_tree_if_conversion): Move bb under
2828 ENABLE_CHECKING.
2829
2830 2012-04-24 Jim Meyering <meyering@redhat.com>
2831
2832 * genattrtab.c (gen_attr): Avoid NULL-deref after diagnosing
2833 absence of an define_enum call.
2834
2835 2012-04-24 Richard Guenther <rguenther@suse.de>
2836
2837 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): If
2838 the epilogue loop is not re-used as unvectorized version
2839 record the its maximum number of iterations.
2840
2841 2012-04-24 Andrew Pinski <apinski@cavium.com>
2842
2843 * tree-ssa-forwprop.c (simplify_bitwise_binary):
2844 Don't directly use def1/def2.
2845
2846 2012-04-24 Richard Guenther <rguenther@suse.de>
2847
2848 PR tree-optimization/53098
2849 * tree-vect-loop.c (vect_analyze_loop_operations): Fixup
2850 comparison sign.
2851
2852 2012-04-24 Andrew Pinski <apinski@cavium.com>
2853
2854 PR tree-opt/33512
2855 * tree-ssa-forwprop.c (defcodefor_name): New function.
2856 (simplify_bitwise_binary): Use defcodefor_name instead of manually
2857 Simplify "( X | Y) & X" to X and "( X & Y) | X" to X.
2858 Simplify "(~X | Y) & X" to "X & Y" and
2859 "(~X & Y) | X" to "X | Y".
2860
2861 2012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2862
2863 * recog.c (insn_invalid_p): Add IN_GROUP parameter and use
2864 validate_change to add clobbers if IN_GROUP is nonzero.
2865 (verify_changes): Call insn_invalid_p with IN_GROUP set to true.
2866 * recog.h (insn_invalid_p): Add IN_GROUP parameter to function
2867 prototype.
2868 * gcse.c (process_insert_insn): Call insn_invalid_p with IN_GROUP
2869 set to false.
2870 * config/s390/s390.c (insn_invalid_p): Likewise.
2871
2872 2012-04-24 Jakub Jelinek <jakub@redhat.com>
2873
2874 PR middle-end/53084
2875 * varasm.c (compute_reloc_for_constant): Handle ADDR_EXPR of MEM_REF.
2876 (output_addressed_constants): Likewise.
2877
2878 PR middle-end/52999
2879 * varasm.c (get_section): Don't ICE for section conflicts with
2880 built-in section kinds.
2881
2882 2012-04-23 DJ Delorie <dj@redhat.com>
2883
2884 * config/s390/s390.h (LINK_SPEC): Remove, no longer needed.
2885 (LIBSTDCXX): Change to CPP2.
2886
2887 2012-04-23 H.J. Lu <hongjiu.lu@intel.com>
2888
2889 PR bootstrap/52878
2890 * opth-gen.awk: Check if MASK_ and TARGET_ macros are defined for
2891 extra_masks.
2892
2893 2012-04-23 Uros Bizjak <ubizjak@gmail.com>
2894
2895 * config/i386/i386.md (*add<mode>_2): Add r/r/0 alternative.
2896 (*addsi_2_zext): Ditto.
2897 (*add<mode>_3): Ditto.
2898 (*addsi_3_zext): Ditto.
2899 (*add<mode>_5): Ditto.
2900
2901 2012-04-23 Andrew Pinski <apinski@cavium.com>
2902
2903 * tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0
2904 (C & B) to (A OP0) & B.
2905
2906 2012-04-23 Martin Jambor <mjambor@suse.cz>
2907
2908 * expr.c (expand_expr_real_1): Remove setting parent's alias set for
2909 temporaries created for a bitfield (reverting revision 122014).
2910
2911 2012-04-23 Richard Guenther <rguenther@suse.de>
2912
2913 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify
2914 the condition using is_gimple_condexpr and avoid the not necessary
2915 boolification.
2916 (set_prologue_iterations): Likewise.
2917 (vect_loop_versioning): Likewise.
2918
2919 2012-04-23 Richard Guenther <rguenther@suse.de>
2920
2921 PR tree-optimization/53070
2922 * tree-if-conv.c (combine_blocks): Free predicates in all blocks.
2923 (main_tree_if_conversion): Verify we succeeded in that.
2924
2925 2012-04-23 Jan Hubicka <jh@suse.cz>
2926
2927 * lto-symtab.c (lto_cgraph_replace_node): Do not call
2928 mark_reahcable_node.
2929 * cgraph.c (cgraph_remove_node): Do not clear reachable.
2930 (cgraph_mark_reachable_node): Remove.
2931 (cgraph_mark_force_output_node): Do not set reachable.
2932 (dump_cgraph_node): Do not dump reachable.
2933 (cgraph_create_virtual_clone): Do not set reachable.
2934 * cgraph.h (cgraph_node): Remove reachable flag.
2935 (varpool_node): Remove reachable flag.
2936 (cgraph_mark_if_needed): Remove.
2937 (cgraph_mark_reachable_node): Remove.
2938 * tree-emutls.c (ipa_lower_emutls): Do not check reachable.
2939 * cgraphunit.c (cgraph_finalize_function): Do not mark node as
2940 reachable.
2941 (cgraph_add_new_function): Likewise.
2942 (cgraph_mark_if_needed): Remove.
2943 (cgraph_analyze_function): Do not set target as reachable.
2944 (process_function_and_variable_attributes): Do not care about
2945 dllexport.
2946 (cgraph_analyze_functions): Do not set reachable flags.
2947 (cgraph_mark_functions_to_output): Do not check reachability.
2948 (cgraph_copy_node_for_versioning): Do not set reachable flag.
2949 (dbxout_expand_expr): Update.
2950 * c-decl.c (merge_decls): Do not track changed externs.
2951 * ipa.c: Include pointer-set.h
2952 (enqueue_cgraph_node): Use reachable pointer set.
2953 (process_references): Likewise.
2954 (cgraph_remove_unreachable_nodes): Likewise.
2955 (whole_program_function_and_variable_visibility): Do not recompute
2956 reachable.
2957 * trans-mem.c (ipa_tm_execute): Do not check reachable flag.
2958
2959 2012-04-23 Georg-Johann Lay <avr@gjlay.de>
2960
2961 * doc/extend.texi (AVR Named Address Spaces): Fix typos.
2962
2963 2012-04-23 Richard Guenther <rguenther@suse.de>
2964
2965 PR c/53060
2966 * c-typeck.c (build_binary_op): Fix typo.
2967
2968 2012-04-23 Jakub Jelinek <jakub@redhat.com>
2969
2970 PR tree-optimizations/52891
2971 * tree-vect-patterns.c (adjust_bool_pattern): Use
2972 build_nonstandard_type even if rhs1 has unsigned INTEGER_TYPE,
2973 but with non-standard precision.
2974
2975 2012-04-22 Jan Hubicka <jh@suse.cz>
2976
2977 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Bail out at NULL
2978 tree refs.
2979
2980 2012-04-22 Jan Hubicka <jh@suse.cz>
2981
2982 * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.
2983 * cgraphbuild.c (record_reference, record_type_list, mark_address,
2984 mark_load, mark_store): Do not mark varpool nodes as needed.
2985 * cgraph.c (cgraph_new_nodes): Remove.
2986 (cgraph_create_function_alias): Do not mark nodes as reachable.
2987 (cgraph_add_thunk): Likewise.
2988 (cgraph_mark_reachable_node): Do not manage the queue.
2989 * cgraph.h (cgraph_node): Remove next_needed.
2990 (varpool_nodes_queue): Remove next_needed and prev_needed.
2991 (x_cgraph_nodes_queue, x_cgraph_nodes_queue, cgraph_new_nodes): Remove.
2992 (cgraph_new_nodes): Declare.
2993 (x_varpool_nodes_queue, varpool_nodes_queue); Remove.
2994 (varpool_analyze_pending_decls): Remove.
2995 (varpool_analyze_node): New.
2996 (varpool_mark_needed_node): Remove.
2997 (varpool_first_variable, varpool_next_variable): New inlines.
2998 (varpool_first_static_initializer, varpool_next_static_initializer):
2999 Update.
3000 (FOR_EACH_STATIC_VARIABLE): Remove unused walker.
3001 (varpool_first_defined_variable): New inline.
3002 (varpool_next_defined_variable): New inline
3003 (FOR_EACH_VARIABLE): Reimplement.
3004 (FOR_EACH_DEFINED_VARIABLE): Reimplement.
3005 * toplev.c (wrapup_global_declaration_2): Use analyzed instead of
3006 needed flag.
3007 * cgraphunit.c (cgraph_new_nodes): Declare here.
3008 (enqueue_node): New function.
3009 (cgraph_process_new_functions): update for new
3010 node set; when constructing cgraph enqueue node for processing.
3011 (cgraph_add_new_function): Use new node set.
3012 (process_function_and_variable_attributes): Do not set varpool needed
3013 flags.
3014 (referred_to_p): New function.
3015 (varpool_finalize_decl): Move here from varpool.c; enqueue needed node
3016 when varpool is in construction.
3017 (cgraph_analyze_functions): Rewrite.
3018 (cgraph_expand_all_functions): Update.
3019 (cgraph_output_in_order): Do not analyze pending decls; do not set
3020 needed flags.
3021 (cgraph_optimize): Do not analyze pending decls.
3022 * lto-cgraph.c (input_varpool_node): Clear analyzed flag for objects
3023 in other partition; do not mark node as needed.
3024 * dwarf2out.c (reference_to_unused): Use analyzed flag.
3025 (premark_types_used_by_global_vars_helper): Likewise.
3026 * ipa.c (process_references): Do not call varpool_mark_needed_node.
3027 (cgraph_remove_unreachable_nodes): Do not rely on varpool and
3028 cgrpah queues.
3029 (function_and_variable_visibility): Do not mark node as needed.
3030 (whole_program_function_and_variable_visibility): Likewise.
3031 * Makefile.in (gt-varpool.h): No longer needed.
3032 * passes.c (execute_one_pass, execute_ipa_pass_list): Update.
3033 (ipa_write_summaries): Do not use needed flag.
3034 * varpool.c: Do not include gt-varpool.h
3035 (x_varpool_nodes_queue, x_varpool_last_needed_node,
3036 x_varpool_last_needed_node, x_varpool_first_unanalyzed_node,
3037 x_varpool_first_unanalyzed_node, varpool_assembled_nodes_queue):
3038 Remove.
3039 (varpool_remove_node): Do not update the lists.
3040 (dump_varpool_node): Do not dump needed flag.
3041 (varpool_enqueue_needed_node): Remove.
3042 (varpool_mark_needed_node): Remove.
3043 (varpool_reset_queue): Remove.
3044 (varpool_finalize_decl): Move to cgraphunit.c
3045 (varpool_analyze_node): New functions based on former
3046 varpool_analyze_pending_decls.
3047 (varpool_analyze_pending_decls): Remove.
3048 (varpool_assemble_decl): Do not update the lists.
3049 (enqueue_node): New function.
3050 (varpool_remove_unreferenced_decls): Rewrite.
3051 (varpool_empty_needed_queue): Remove.
3052 (add_new_static_var): Do not mark node as needed.
3053 (varpool_create_variable_alias): Handle expansion state
3054 creation.
3055 * except.c (output_ttype): Do not mark node as needed.
3056 * varasm.c (mark_decl_referenced): Do not use mark_needed_node.
3057 * tree-profile.c (init_ic_make_global_vars, init_ic_make_global_vars):
3058 Likewise.
3059 * tree-switch-conversion.c (build_one_array): Likewise.
3060
3061 2012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
3062
3063 PR c/44774
3064 * doc/invoke.texi (pedantic): Rename to Wpedantic.
3065 * common.opt (Wpedantic): New.
3066 (pedantic): Alias Wpedantic.
3067 * diagnostic.c (warning_at): Likewise.
3068 * c-decl.c (diagnose_mismatched_decls): Likewise.
3069 (build_array_declarator): Likewise.
3070 (mark_forward_parm_decls):
3071 (check_bitfield_type_and_width): Likewise.
3072 (grokdeclarator): Likewise.
3073 (grokfield): Likewise.
3074 (finish_struct): Likewise.
3075 (build_enumerator): Likewise.
3076 (store_parm_decls_oldstyle): Likewise.
3077 (declspecs_add_qual): Likewise.
3078 (declspecs_add_type): Likewise.
3079 (finish_declspecs): Likewise.
3080 * c-typeck.c (composite_type): Likewise.
3081 (comp_target_types): Likewise.
3082 (build_array_ref): Likewise.
3083 (pointer_diff): Likewise.
3084 (build_unary_op): Likewise.
3085 (build_conditional_expr): Likewise.
3086 (build_c_cast): Likewise.
3087 (convert_for_assignment): Likewise.
3088 (maybe_warn_string_init): Likewise.
3089 (digest_init): Likewise.
3090 (pop_init_level): Likewise.
3091 (set_init_index): Likewise.
3092 (c_finish_goto_label): Likewise.
3093 (c_finish_return): Likewise.
3094 (do_case): Likewise.
3095 (build_binary_op): Likewise.
3096 * c-parser.c (static): Likewise.
3097 (c_parser_external_declaration): Likewise.
3098 (c_parser_declaration_or_fndef): Likewise.
3099 (c_parser_static_assert_declaration_no_se): Likewise.
3100 (c_parser_enum_specifier): Likewise.
3101 (c_parser_struct_or_union_specifier): Likewise.
3102 (c_parser_struct_declaration): Likewise.
3103 (c_parser_alignas_specifier): Likewise.
3104 (c_parser_braced_init): Likewise.
3105 (c_parser_initelt): Likewise.
3106 (c_parser_compound_statement_nostart): Likewise.
3107 (c_parser_conditional_expression): Likewise.
3108 (c_parser_alignof_expression): Likewise.
3109 (c_parser_postfix_expression): Likewise.
3110 (c_parser_postfix_expression_after_paren_): Likewise.
3111 (c_parser_objc_class_instance_variables): Likewise.
3112 (c_parser_objc_method_definition): Likewise.
3113 (c_parser_objc_methodprotolist): Likewise.
3114
3115 2012-04-22 Ian Lance Taylor <iant@google.com>
3116
3117 * godump.c (go_output_typedef): Dump size of structs.
3118
3119 2012-04-22 Razya Ladelsky <razya@il.ibm.com>
3120
3121 Correcting transform_to_exit_first_loop + fix to PR46886
3122 * tree-parloops.c (transform_to_exit_first_loop): Remove
3123 setting of number of iterations according to the loop pattern.
3124 Duplicate from entry to exit->src instead of loop->latch.
3125 (pallelize_loops): Remove the condition preventing do-while loops.
3126 * tree-cfg.c (bool bb_in_region_p): New.
3127 (gimple_duplicate_sese_tail): Adjust duplication of the the subloops.
3128 Adjust redirection of the duplicated iteration.
3129
3130 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
3131
3132 PR bootstrap/53021
3133 * rtl.def (ADDRESS): Use "i" rather than "w".
3134 * rtl.h (find_base_term): Delete.
3135 (may_be_sp_based_p): Declare.
3136 * rtl.c (rtx_code_size): Remove ADDRESS special case.
3137 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP)
3138 (UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Move to...
3139 * alias.c: ...here.
3140 (find_base_term): Make static.
3141 (may_be_sp_based_p): New function.
3142 * dse.c (record_store): Use it.
3143 * store-motion.c (store_killed_in_insn): Likewise.
3144
3145 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
3146
3147 * fold-const.c (fold_checksum_tree): Fix VECTOR_CST case.
3148
3149 2012-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
3150
3151 PR 35441
3152 * c-typeck.c (inform_declaration): New.
3153 (build_function_call_vec): Do not pretty-print
3154 expressions when caret is enabled.
3155 (convert_arguments): Use inform_declaration.
3156
3157 2012-04-20 Jim Meyering <meyering@redhat.com>
3158
3159 * genmodes.c (make_complex_modes): Don't truncate a mode name of
3160 length 7 or more when prepending a "C". Suggested by Richard Guenther.
3161
3162 2012-04-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3163
3164 PR rtl-optimization/44214
3165 * fold-const.c (exact_inverse): New function.
3166 (fold_binary_loc): Fold vector and complex division by constant into
3167 multiply by recripocal with flag_reciprocal_math; fold vector division
3168 by constant into multiply by reciprocal with exact inverse.
3169
3170 2012-04-20 Jan Hubicka <jh@suse.cz>
3171
3172 * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of
3173 force flags.
3174 * cgraph.c (cgraph_add_thunk): Use mark_reachable_node.
3175 (cgraph_remove_node): Update.
3176 (cgraph_mark_needed_node): Remove.
3177 (cgraph_mark_force_output_node): New.
3178 (dump_cgraph_node): Do not dump needed flag.
3179 (cgraph_node_cannot_be_local_p_1): Update.
3180 (cgraph_can_remove_if_no_direct_calls_and_refs): Update.
3181 * cgraph.h (symtab_node_base): Add force_output flag.
3182 (cgraph_node): Remove needed flag.
3183 (varpool_node): Remove force_output flag.
3184 (cgraph_mark_needed_node): Remove.
3185 (cgraph_mark_force_output_node): New.
3186 (cgraph_only_called_directly_or_aliased_p,
3187 varpool_can_remove_if_no_refs, varpool_all_refs_explicit_p): Update.
3188 * ipa-cp.c (ipcp_generate_summary): Remove out of date assert.
3189 * cgraphunit.c (cgraph_decide_is_function_needed): rewrite.
3190 (cgraph_add_new_function): Update.
3191 (cgraph_mark_if_needed): Update.
3192 (verify_cgraph_node): Update.
3193 (cgraph_analyze_function): Alias target is reachable.
3194 (process_function_and_variable_attributes): Update: externally_visible
3195 flag makes function reachable.
3196 (cgraph_analyze_functions): Update dumping.
3197 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
3198 input_overwrite_node, input_varpool_node): Update streaming.
3199 * lto-streamer-out.c (produce_symtab): Use force_output.
3200 * ipa.c (process_references): Weakrefs must be processed.
3201 (cgraph_remove_unreachable_nodes): Likewise; update for new
3202 force_output flag.
3203 (varpool_externally_visible_p): Weakrefs are externally visible
3204 even if they are not.
3205 (function_and_variable_visibility): Update; when processing alias
3206 pair force the targets to be output.
3207 (whole_program_function_and_variable_visility): Use
3208 mark_reachable_node.
3209 * trans-mem.c (ipa_tm_mark_needed_node): Remove
3210 (ipa_tm_mark_force_output_node): New function.
3211 (ipa_tm_create_version_alias, ipa_tm_create_version): Update.
3212 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be lax about
3213 aliases.
3214 * varasm.c (mark_decl_referenced): Update.
3215 (find_decl_and_mark_needed): Remove.
3216 (find_decl): New function.
3217 (weak_finish, finish_aliases_1, assemble_alias): Update; do not mark
3218 alias targets as needed.
3219 (dump_tm_clone_pairs): Update.
3220 * tree-inline.c (copy_bb): Update check.
3221 * symtab.c (dump_symtab_base): Dump force_output.
3222 * tree-ssa-structalias.c (ipa_pta_execute): Use force_output.
3223 * passes.c (execute_todo): Fix dumping.
3224 * varpool.c (decide_is_variable_needed, varpool_finalize_decl): Update.
3225 (varpool_analyze_pending_decls): Alias target is reachable.
3226 (varpool_create_variable_alias): Finalize weakrefs.
3227
3228 2012-04-20 Jakub Jelinek <jakub@redhat.com>
3229
3230 PR bootstrap/53021
3231 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP,
3232 UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Define.
3233 * alias.c (init_alias_targets): Use UNIQUE_BASE_VALUE_*
3234 macros instead of constants.
3235 * dse.c (record_store): Check for SP ADDRESS by comparing
3236 XWINT to UNIQUE_BASE_VALUE_SP instead of expecting
3237 XEXP to be stack_pointer_rtx.
3238
3239 2012-04-20 Richard Guenther <rguenther@suse.de>
3240
3241 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Use
3242 update_call_from_tree when propagating into a call.
3243
3244 2012-04-20 Alan Modra <amodra@gmail.com>
3245
3246 * config/rs6000/rs6000.c (rs6000_emit_savres_rtx): Formatting.
3247 (rs6000_emit_prologue, rs6000_emit_epilogue): Likewise. Rename
3248 sp_offset to frame_off. Move world save code earlier.
3249
3250 2012-04-20 Richard Guenther <rguenther@suse.de>
3251
3252 PR tree-optimization/53050
3253 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine):
3254 Do only one transform on COND_EXPRs at the same time.
3255
3256 2012-04-19 Jan Hubicka <jh@suse.cz>
3257
3258 * symtab.c (dump_symtab_base): Revert accidental checkin.
3259
3260 2012-04-20 Alan Modra <amodra@gmail.com>
3261
3262 PR target/53040
3263 * config/rs6000/rs6000.c (rs6000_savres_strategy): When using
3264 static chain, set REST_INLINE_FPRS too.
3265
3266 2012-04-20 Thomas Schwinge <thomas@codesourcery.com>
3267
3268 * tree-dump.c (dequeue_and_dump) <BIT_FIELD_REF>: Dump the three child
3269 nodes.
3270
3271 2012-04-20 Richard Guenther <rguenther@suse.de>
3272
3273 * tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize
3274 loops that can never run more often than the vectorization factor.
3275
3276 2012-04-19 Jan Hubicka <jh@suse.cz>
3277
3278 * symtab.c (dump_symtab_base): Fix dumping of asm lists.
3279
3280 2012-04-19 David Edelsohn <dje.gcc@gmail.com>
3281
3282 * config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
3283
3284 2012-04-19 Jim Meyering <meyering@redhat.com>
3285
3286 * genmodes.c (make_complex_modes): Avoid unnecessary use of strncpy.
3287 We verified above that the string(including trailing NUL) fits in buf,
3288 so just use memcpy.
3289
3290 2012-04-19 Richard Guenther <rguenther@suse.de>
3291
3292 * symtab.c (dump_symtab_base): Use TREE_STRING_POINTER
3293 for dumping DECL_SECTION_NAME.
3294
3295 2012-04-19 Michael Matz <matz@suse.de>
3296
3297 PR middle-end/52977
3298 * tree.h (VECTOR_CST_NELTS): Use part number of types again.
3299 (struct tree_vector): Adjust GTY length.
3300 * tree.c (make_vector_stat): Don't set VECTOR_CST_NELTS.
3301
3302 * gengtype.c (struct walk_type_data): Add in_record_p and loopcounter
3303 members.
3304 (walk_type, <TYPE_POINTER, TYPE_ARRAY>): Handle case where our
3305 caller emitted the length calulation already.
3306 (walk_type, <TYPE_UNION, TYPE_STRUCT>): Emit length calculations
3307 before handling any of the fields for structs.
3308
3309 2012-04-19 Richard Guenther <rguenther@suse.de>
3310
3311 PR tree-optimization/53031
3312 * tree-vrp.c (adjust_range_with_scev): Revert back to
3313 using max_loop_iterations.
3314
3315 2012-04-19 Michael Matz <matz@suse.de>
3316
3317 * diagnostic.c (emit_diagnostic): Move va_end call after user
3318 of the va_list.
3319 (warning, warning_at, pedwarn, permerror): Ditto.
3320
3321 2012-04-19 Richard Guenther <rguenther@suse.de>
3322
3323 * ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound
3324 array access.
3325
3326 2012-04-19 Georg-Johann Lay <avr@gjlay.de>
3327
3328 PR target/53033
3329 * config/avr/avr.c (avr_out_load_psi): Fix assembler template for
3330 the case *(X+const).
3331
3332 2012-04-19 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3333
3334 * config/arm/sync.md (sync_optab): Change ior attribute to "or".
3335
3336 2012-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
3337
3338 PR c/52283/37985
3339 * stmt.c (warn_if_unused_value): Skip NOP_EXPR.
3340 * convert.c (convert_to_integer): Don't set TREE_NO_WARNING.
3341
3342 2012-04-19 Richard Guenther <rguenther@suse.de>
3343
3344 PR rtl-optimization/44688
3345 * loop-iv.c (determine_max_iter): Only return max_iter.
3346 (iv_number_of_iterations): Also use the recorded loop bound
3347 on the maximum number of iterations.
3348 * loop-unroll.c (decide_unroll_runtime_iterations): Use
3349 max_iter to avoid unrolling loops that do not roll.
3350 (decide_unroll_stupid): Likewise.
3351
3352 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
3353
3354 * targhooks.c (default_case_values_threshold): Fix code style nit.
3355
3356 * stmt.c (add_case_node, expand_case): Move logic to remove/reduce
3357 case range and type folding from here...
3358 * gimplify.c (gimplify_switch_expr): ... to here. Expect NULL_TREE
3359 type, as documented in tree.def.
3360
3361 2012-04-18 Jan Hubicka <jh@suse.cz>
3362
3363 * cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):
3364 Declare.
3365 * cgraphunit.c (verify_cgraph_node): Verify symtab base; do not verify
3366 cgraph hash and same comdat groups.
3367 (cgraph_optimize): Verify symbol table.
3368 * ipa.c (cgraph_remove_unreachable_nodes): Verify symbol table.
3369 (dissolve_same_comdat_group_list): Work on symtab nodes.
3370 (function_and_variable_visibility): Dissolve variable same comdat group
3371 lists, too.
3372 * symtab.c: Include timevar.h
3373 (verify_symtab_base, verify_symtab_node, verify_symtab): New functions.
3374
3375 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
3376
3377 * tree-switch-conversion.c (info): Remove global pass info.
3378 (check_range, check_process_case, check_final_bb, create_temp_arrays,
3379 free_temp_arrays, gather_default_values, build_constructors,
3380 array_value_type, build_one_array, build_arrays, gen_def_assigns,
3381 fix_phi_nodes, gen_inbound_check): Pass info around from ...
3382 (process_switch): ... here. Unify message format. Return a const
3383 char pointer to the failure reason message.
3384 (do_switchconv): Unify message format. Update process_switch usage.
3385
3386 * tree.def (CASE_LABEL_EXPR): Fix documentation, mention all operands.
3387 * tree-cfg.c (edge_to_cases): Fix documentation.
3388
3389 2012-04-18 Uros Bizjak <ubizjak@gmail.com>
3390
3391 * config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
3392
3393 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3394
3395 PR tree-optimization/52976
3396 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): Delete.
3397 (possibly_move_powi): New function.
3398 (rewrite_expr_tree): Call possibly_move_powi.
3399 (rewrite_expr_tree_parallel): Likewise.
3400 (attempt_builtin_powi): Change call of add_to_ops_vec_max_rank to
3401 call add_to_ops_vec instead.
3402
3403 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3404
3405 PR tree-optimization/52976
3406 * tree-ssa-reassoc.c (stmt_is_power_of_op): New function.
3407 (decrement_power): Likewise.
3408 (propagate_op_to_single_use): Likewise.
3409 (zero_one_operation): Handle __builtin_pow* calls in linearized
3410 expression trees; factor logic into propagate_op_to_single_use.
3411 (undistribute_ops_list): Allow operands with repeat counts > 1.
3412
3413 2012-04-18 Richard Guenther <rguenther@suse.de>
3414
3415 PR tree-optimization/44688
3416 * cfgloop.h (record_niter_bound): Declare.
3417 * tree-ssa-loop-niter.c (record_niter_bound): Export.
3418 Update the estimation with the upper bound here...
3419 (estimate_numbers_of_iterations_loop): ... instead of here.
3420 Do not forcefully reset a recorded upper bound.
3421 * tree-vect-loop-manip.c (vect_do_peeling_for_alignment):
3422 Record the maximum number of loop iterations of the prologue loop.
3423
3424 2012-04-18 Jan Hubicka <jh@suse.cz>
3425
3426 * lto-symtab.c (lto_cgraph_replace_node): Update.
3427 * cgraphbuild.c (record_reference, record_type_list,
3428 record_eh_tables, mark_address, mark_load, mark_store): Update.
3429 * cgraph.c (cgraph_same_body_alias, dump_cgraph_node,
3430 cgraph_create_virtual_clone, cgraph_for_node_thunks_and_aliases):
3431 Update.
3432 * cgraph.h (symtab_node_def, symtab_node, const_symtab_node): Remove.
3433 (cgraph_alias_aliased_node, varpool_alias_aliased_node): Update.
3434 * reload.c: Fix typo in comment.
3435 * rtlanal.c: Likewise.
3436 * tree-emultls.c (gen_emutls_addr): Update.
3437 * ipa-reference.c (analyze_function): Update.
3438 * cgraphunit.c (cgraph_analyze_function,
3439 cgraph_process_same_body_aliases, assemble_thunks_and_aliases):
3440 Update.
3441 * ipa-ref.c (ipa_record_reference): Reorg to avoid reference types.
3442 (ipa_remove_reference): Likewise.
3443 (ipa_remove_all_refering): Rename to ...
3444 (ipa_remove_all_referring): ... this one; update.
3445 (ipa_dump_references): Update.
3446 (ipa_dump_referring): Update.
3447 (ipa_clone_references): Update.
3448 (ipa_clone_refering): Rename to ...
3449 (ipa_clone_referring): ... this one; update.
3450 (ipa_ref_cannot_lead_to_return): Update.
3451 (ipa_ref_has_aliases_p): Update.
3452 * ipa-ref.h (symtab_node_def, symtab_node, const_symtab_node): New
3453 forward typedefs.
3454 (ipa_ref_type): Remove.
3455 (ipa_ref_ptr_u): Remove.
3456 (ipa_ref): Remove referencing, refered, refered_index, refering_type
3457 and refered_type; add referring, referred and referred_index.
3458 (ipa_ref_list): Rename refering to referring.
3459 (ipa_record_reference, ipa_remove_all_referring, ipa_dump_referring,
3460 ipa_clone_references, ipa_clone_referring): Update prototypes.
3461 * lto-cgraph.c (referenced_from_other_partition_p): Update.
3462 (lto_output_ref): Update.
3463 (add_references): Update.
3464 (input_varpool_node): Update.
3465 (input_refs): Update.
3466 * ipa-ref-inline.h (ipa_ref_node): Update.
3467 (ipa_ref_varpool_node): Update.
3468 (ipa_ref_referring_node): Update.
3469 (ipa_ref_referring_varpool_node): Update.
3470 (ipa_ref_referring_ref_list): Update.
3471 (ipa_ref_referred_ref_list): Update.
3472 (ipa_ref_list_first_referring): Update.
3473 (ipa_empty_ref_list): Update.
3474 (ipa_ref_list_refering_iterate): Rename to ...
3475 (ipa_ref_list_referring_iterate): ... this one.
3476 * cse.c: Update comment.
3477 * ipa-utils.c (ipa_reverse_postorder): Update.
3478 * tree-ssa-alias.c: Update.
3479 * ipa-inline.c (reset_edge_caches): Update.
3480 (update_caller_keys): Update.
3481 * ipa-inline.h: Update comments.
3482 * jump.c: Update comment.
3483 * alias.c: Likewise.
3484 * ipa.c (process_references): Update.
3485 (cgraph_remove_unreachable_nodes): Likewise.
3486 (ipa_discover_readonly_nonaddressable_var): Likewise.
3487 (cgraph_address_taken_from_non_vtable_p): Likewise.
3488 * trans-mem.c (ipa_tm_execute): Update.
3489 * simplify-rtx.c: Fix comment.
3490 * rtl.c: Fix comment.
3491 * symtab.c (symtab_unregister_node): Update.
3492 * varpool.c (dump_varpool_node): Update.
3493 (varpool_analyze_pending_decls): Update.
3494 (assemble_aliases): Update.
3495 (varpool_for_node_and_aliases): Update.
3496
3497 2012-04-18 Richard Guenther <rguenther@suse.de>
3498
3499 * cfgloop.h (estimate_numbers_of_iterations_loop): Remove
3500 use_undefined_p parameter.
3501 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
3502 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
3503 Likewise.
3504 (estimate_numbers_of_iterations): Likewise.
3505 (estimated_loop_iterations): Adjust.
3506 (max_loop_iterations): Likewise.
3507 (scev_probably_wraps_p): Likewise.
3508 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
3509 * tree-vrp.c (adjust_range_with_scev): Use max_stmt_executions,
3510 not max_loop_iterations.
3511 (execute_vrp): Remove explicit number of iterations estimation.
3512
3513 2012-04-18 Enkovich Ilya <ilya.enkovich@intel.com>
3514
3515 * config/i386/linux-common.h: New.
3516
3517 * config.gcc: Add i386/linux-common.h before
3518 all i386/linux.h and i386/linux64.h usages.
3519
3520 * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): New.
3521 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
3522 * config/i386/gnu-user64.h: Likewise.
3523
3524 * config/i386/gnu-user.common.h (GNU_USER_TARGET_CC1_SPEC): New.
3525 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC.
3526 (GNU_USER_TARGET_MATHFILE_SPEC): New.
3527 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC.
3528
3529 2012-04-18 Jan Hubicka <jh@suse.cz>
3530
3531 * cgraph.c (cgraph_node_name): Remove.
3532 (dump_cgraph_node): Use dump_symtab_base; reformat.
3533 * cgraph.h (symtab_node_asm_name, symtab_node_name, dump_symtab,
3534 debug_symtab, dump_symtab_node, debug_symtab_node, dump_symtab_base):
3535 Declare.
3536 (cgraph_node_name, varpool_node_name): Remove.
3537 (cgraph_node_asm_name, varpool_node_asm_name,
3538 cgraph_node_name, varpool_node_name): New.
3539 * tree-pass.h (TODO_dump_cgraph): Rename to ...
3540 (TODO_dump_symtab): ... this one.
3541 * ipa-cp (pass_ipa_cp): Update.
3542 * ia-reference.c (generate_summary, read_write_all_from_decl,
3543 propagate, ipa_reference_read_optimization_summary): Update.
3544 * cgraphunit.c (cgraph_analyze_functions): Update.
3545 (cgraph_optimize): Update.
3546 * ipa-ref.c (ipa_dump_references): Update.
3547 (ipa_dump_refering): Update.
3548 * ipa-inline.c (pass_ipa_inline): Update.
3549 * matrix-reorg.c (pass_ipa_matrix_reorg): Update.
3550 * ipa.c (pass_ipa_function_visibility,
3551 pass_ipa_whole_program_visibility): Update.
3552 * tree-sra.c (pass_early_ipa_sra): Update.
3553 * symtab.c: Include langhooks.h
3554 (symtab_node_asm_name): New.
3555 (symtab_node_name): New.
3556 (symtab_type_names): New static var.
3557 (dump_symtab_base): New.
3558 (dump_symtab_node, dump_symtab): New.
3559 (debug_symtab_node, debug_symtab): New.
3560 * tree-ssa-structalias.c: Dump symbol table.
3561 * pases.c (execute_todo): Handle TODO_dump_symtab instead
3562 of TODO_dump_cgraph.
3563 * varpoo.c (varpool_node_name): Remove.
3564 (dump_varpool_node): Use dump_symtab_base; reformat.
3565
3566 2012-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
3567
3568 * doc/invoke.texi (Language Independent Options): @item should be
3569 before @opindex.
3570
3571 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
3572
3573 PR bootstrap/53021
3574 * rtl.c (rtx_code_size): Handle ADDRESS.
3575
3576 2012-04-17 Tom de Vries <tom@codesourcery.com>
3577
3578 * tree-iterator.c (append_to_statement_list_1): Handle case that *list_p
3579 is not a STMT_LIST.
3580
3581 2012-04-17 Uros Bizjak <ubizjak@gmail.com>
3582
3583 PR target/53020
3584 * config/i386/sync.md (atomic_<code><mode>): Rename to
3585 atomic_<logic><mode>.
3586
3587 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
3588
3589 * rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.
3590 * alias.c (reg_base_value): Expand and update comment.
3591 (arg_base_value): New variable.
3592 (unique_id): Move up file.
3593 (unique_base_value, unique_base_value_p, known_base_value_p): New.
3594 (find_base_value): Use arg_base_value and known_base_value_p.
3595 (record_set): Document REG_NOALIAS handling. Use unique_base_value.
3596 (find_base_term): Use known_base_value_p.
3597 (base_alias_check): Use unique_base_value_p.
3598 (init_alias_target): Initialize arg_base_value. Use unique_base_value.
3599 (init_alias_analysis): Use 1 as the first id for REG_NOALIAS bases.
3600
3601 2012-04-17 Pat Haugen <pthaugen@us.ibm.com>
3602
3603 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Remove DImode.
3604
3605 2012-04-17 Michael Matz <matz@suse.de>
3606
3607 PR tree-optimization/18437
3608 * tree-vectorizer.h (_stmt_vec_info.stride_load_p): New member.
3609 (STMT_VINFO_STRIDE_LOAD_P): New accessor.
3610 (vect_check_strided_load): Declare.
3611 * tree-vect-data-refs.c (vect_check_strided_load): New function.
3612 (vect_analyze_data_refs): Use it to accept strided loads.
3613 * tree-vect-stmts.c (vectorizable_load): Ditto and handle them.
3614
3615 2012-04-17 Richard Guenther <rguenther@suse.de>
3616
3617 PR middle-end/53011
3618 * tree-eh.c (cleanup_empty_eh_merge_phis): Properly discard
3619 loops when redirecting an entry or latch edge.
3620
3621 2012-04-17 Bernd Schmidt <bernds@codesourcery.com>
3622
3623 * sel-sched.c (sel_global_init): Revert previous change.
3624
3625 2012-04-17 Richard Guenther <rguenther@suse.de>
3626
3627 * tree-flow.h (array_at_struct_end_p): Move declaration ...
3628 * tree.h (array_at_struct_end_p): ... here.
3629 * tree-ssa-loop-niter.c (array_at_struct_end_p): Move ...
3630 * expr.c (array_at_struct_end_p): ... here. Rewrite.
3631
3632 2012-04-17 Steven Bosscher <steven@gcc.gnu.org>
3633
3634 * stmt.c (cost_table_, use_cost_table, cost_table_initialize,
3635 COST_TABLE): Remove.
3636 (estimate_case_costs): Remove.
3637 (expand_case): Do not call estimate_case_costs
3638 to set use_cost_table.
3639 (balance_case_nodes): Do not use use_cost_table.
3640
3641 2012-04-16 Jan Hubicka <jh@suse.cz>
3642
3643 * cgraph.c (cgraph_hash, assembler_name_hash): Remove.
3644 (hash_node, eq_node): Remove.
3645 (cgraph_create_node): Do not handle hashtable.
3646 (cgraph_get_node): Remove.
3647 (cgraph_insert_node_to_hashtable): Remove.
3648 (hash_node_by_assembler_name): Remove.
3649 (eq_assembler_name): Remove.
3650 (cgraph_node_for_asm): Rewrite.
3651 (cgraph_find_replacement_node): Break out from ...
3652 (cgraph_remove_node): ... here; do not maintain hashtables.
3653 (change_decl_assembler_name): Remove.
3654 (cgraph_clone_node): Do not maintain hashtables.
3655 * cgraph.h (const_symtab_node): New typedef.
3656 (cgraph_insert_node_to_hashtable): Remove.
3657 (symtab_get_node, symtab_node_for_asm,
3658 symtab_insert_node_to_hashtable): Declare.
3659 (cgraph_find_replacement_node): Declare.
3660 (cgraph_get_node, varpool_get_node): Turn into inlines.
3661 (cgraph, varpool): Work sanely on NULL pointers.
3662 (FOR_EACH_SYMBOL): New walker.
3663 * ipa-inline-transform.c (save_inline_function_body): Use
3664 symtab_insert_node_to_hashtable.
3665 * symtab.c: Include ggc.h and diagnostics.h
3666 (symtab_hash, assembler_name_hash): New static vars;
3667 (hash_node, eq_node, hash_node_by_assembler_name,
3668 eq_assembler_name, insert_to_assembler_name_hash,
3669 unlink_from_assembler_name_hash): New.
3670 (symtab_register_node): Update hashtables.
3671 (symtab_insert_node_to_hashtable): New.
3672 (symtab_unregister_node): Update hashtables.
3673 (symtab_get_node): New.
3674 (symtab_node_for_asm): New.
3675 (change_decl_assembler_name): New.
3676 * Makefile.in (symtab.o): Needs GTY.
3677 * varpool.c (varpool_hash): Remove.
3678 (hash_varpool_node, eq_varpool_node, varpool_get_node): Remove.
3679 (varpool_node): Rewrite using varpool_get_node.
3680 (varpool_remove_node): DO not maintain hashtables.
3681 (varpool_node_for_asm): Rewrite.
3682
3683 2012-04-16 Sandra Loosemore <sandra@codesourcery.com>
3684
3685 * doc/invoke.texi: Copy-edit to put verbs in the present tense
3686 when describing the current behavior of GCC.
3687
3688 2012-04-16 Richard Sandiford <rdsandiford@googlemail.com>
3689
3690 * genemit.c (gen_exp): Remove ADDRESS handling.
3691 * genoutput.c (scan_operands): Likewise.
3692 * genpeep.c (match_rtx): Likewise.
3693 * genrecog.c (add_to_sequence): Likewise.
3694
3695 2012-04-16 David Edelsohn <dje.gcc@gmail.com>
3696
3697 * doc/install.texi (Specific, *-ibm-aix*): Update assembler bug status.
3698
3699 2012-04-16 Martin Jambor <mjambor@suse.cz>
3700
3701 * tree-sra.c (build_ref_for_model): Create COMPONENT_REFs only for
3702 bit-fields.
3703
3704 2012-04-16 Ulrich Weigand <ulrich.weigand@linaro.org>
3705
3706 PR target/51819
3707 * config/arm/arm.c (arm_print_operand): Fix invalid alignment
3708 hints for 'A' operand types.
3709
3710 2012-04-16 Jan Hubicka <jh@suse.cz>
3711
3712 * cgraph.h (symtab_node_base): Add next and previous pointers.
3713 (cgraph_node): Remove next and preivous pointers.
3714 (varpool_node): Likewise; remove next/previous GTY marker;
3715 it is not type safe.
3716 (symtab_node_def): Update GTY marker
3717 (x_cgraph_nodes, cgraph_nodes): Remove.
3718 (symtab_nodes): New function.
3719 (cgraph_order): Rename to ...
3720 (symtab_order): ... this one.
3721 (symtab_register_node, symtab_unregister_node, symtab_remove_node):
3722 Declare.
3723 (x_varpool_nodes, varpool_nodes): Remove.
3724 (FOR_EACH_STATIC_VARIABLE): Update.
3725 (symtab_function_p, symtab_variable_p): New function.
3726 (FOR_EACH_VARIABLE): Update.
3727 (varpool_first_variable, varpool_next_variable): New functions.
3728 (FOR_EACH_VARIABLE): Update.
3729 (cgraph_first_defined_function): Update.
3730 (cgraph_next_defined_function, cgraph_next_defined_function): Update.
3731 (FOR_EACH_DEFINED_FUNCTION, FOR_EACH_FUNCTION): Update.
3732 (cgraph_first_function, cgraph_next_function): New.
3733 (FOR_EACH_FUNCTION): Update.
3734 (cgraph_first_function_with_gimple_body,
3735 cgraph_next_function_with_gimple_body): Update.
3736 * symtab.c: New file.
3737 * cgraph.c: Update copyright dates.
3738 (x_cgraph_nodes, cgraph_order): Remove.
3739 (NEXT_FREE_NODE): Update.
3740 (SET_NEXT_FREE_NODE): New.
3741 (cgraph_create_node_1): Remove common code.
3742 (cgraph_create_node): Remove common code; call symtab_register_node.
3743 (cgraph_remove_node): Remove common code; call symtab_unregister-node.
3744 (cgraph_add_asm_node): Update.
3745 (cgraph_clone_node): Register new node.
3746 * cgraphunit.c (process_function_and_variable_attributes): Update.
3747 (cgraph_analyze_functions): Update.
3748 (cgraph_analyze_functions): Update.
3749 (cgraph_output_in_order): Update.
3750 * lto-cgraph.c (input_node, input_varpool_node, input_cgraph_1):
3751 Update.
3752 * ipa-inline.c (recursive_inlining): Update.
3753 * lto-streamer-in.c (lto_input_toplevel_asms): Update.
3754 * ipa.c (cgraph_remove_unreachable_nodes): Update.
3755 * Makefile.in: Add symtab.o
3756 * varpool.c (x_varpool_nodes): Remove
3757 (varpool_node): Remove common code; call symtab_register_node.
3758 (varpool_remove_node): Remove common code; call symtab_unregister_node.
3759
3760 2012-04-16 Richard Guenther <rguenther@suse.de>
3761
3762 PR middle-end/52977
3763 * tree.h (VECTOR_CST_NELTS): Adjust.
3764 (struct tree_vector): Add explicit length field.
3765 (make_vector_stat): Declare.
3766 (make_vector): Define.
3767 * tree.c (make_vector_stat): New function.
3768 (build_vector_stat): Use it.
3769 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
3770
3771 2012-04-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3772
3773 PR tree-optimization/52976
3774 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): New function.
3775 (undistribute_ops_list): Ops with repeat counts aren't eligible for
3776 undistribution.
3777 (attempt_builtin_powi): Call add_to_ops_vec_max_rank.
3778
3779 2012-04-16 Jan Hubicka <jh@suse.cz>
3780
3781 * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):
3782 New macros.
3783 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Use FOR_EACH
3784 walkers to walk cgraph and varpool.
3785 * cgraph.c (cgraph_node_for_asm): Likewise.
3786 (dump_cgraph): Likewise.
3787 * value-prof.c (init_node_map): Likewise.
3788 * tree.c (free_lang_data_in_cgraph): Likewise.
3789 * tree-emutls.c: (ipa_lower_emutls): Likewise.
3790 * ipa-reference.c (generate_summary, propagate): Likewise.
3791 * cgraphunit.c (verify_cgraph, cgraph_process_same_body_aliases,
3792 cgraph_mark_functions_to_output, cgraph_output_in_order,
3793 output_weakrefs, cgraph_materialize_all_clones,
3794 cgraph_optimize): Likewise.
3795 * lto-cgraph.c (merge_profile_summaries): Likewise.
3796 (input_cgraph): Likewise.
3797 * ipa-pure-const.c (generate_summary): Likewise.
3798 (propagate): Likwise.
3799 * ipa-utils.c (ipa_reduced_postorder): Likewise.
3800 (ipa_free_postorder_info): Likewise.
3801 (ipa_reverse_postorder): Likewise.
3802 * ipa-inline.c (ipa_inline): Likewise.
3803 * matrix-reorg.c (find_matrices_decl): Likewise.
3804 (matrix_reorg): Likewise.
3805 * tree-vectorizer.c (increase_alignment): Likewise.
3806 * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
3807 (function_and_variable_visibility): Likewise.
3808 (whole_program_function_and_variable_visibility): Likewise.
3809 (ipa_cdtor_merge): Likewise.
3810 * trans-mem.c (ipa_tm_execute): Likewise.
3811 * ipa-inline-analysis.c (dump_inline_summaries): Likewise.
3812 * ipa-prop.c (ipa_print_all_jump_functions): Likewise.
3813 (ipa_print_all_params): Likewise.
3814 (ipa_update_after_lto_read): Likewise.
3815 * tree-profie.c (tree_profiling): Likewise.
3816 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
3817 * passes.c (dump_passes): Likewise.
3818 (do_per_function): Likewise.
3819 (ipa_write_summaries): Likewise.
3820 * varpool.c (dump_varpool): Likewise.
3821 (varpool_node_for_asm): Likewise.
3822 (varpool_assemble_pending_decls): Likewise.
3823
3824 2012-04-16 Richard Guenther <rguenther@suse.de>
3825
3826 PR tree-optimization/52975
3827 * tree-if-conv.c (predicate_bbs): Do not simplify inverted
3828 condition but always mark it with TRUTH_NOT_EXPR.
3829
3830 2012-04-16 Richard Guenther <rguenther@suse.de>
3831
3832 PR tree-optimization/52975
3833 * tree-ssa-forwprop.c (combine_cond_exprs): New function.
3834 (ssa_forward_propagate_and_combine): Call it for COND_EXPRs
3835 and VEC_COND_EXPRs. Also combine into VEC_COND_EXPRs condition.
3836 * fold-const.c (operand_equal_p): Handle TARGET_MEM_REF.
3837
3838 2012-04-14 Uros Bizjak <ubizjak@gmail.com>
3839
3840 * config/i386/sse.md (ssse3_plusminus): New code iterator.
3841 (avx2_ph<plusminus_mnemonic>wv16hi3): Macroize insn from
3842 avx2_ph{add,adds,sub,subs}wv16hi3 using ssse3_plusminus code iterator.
3843 (ssse3_ph<plusminus_mnemonic>wv8hi3): Macroize insn from
3844 ssse3_ph{add,adds,sub,subs}wv8hi3 using ssse3_plusminus code iterator.
3845 (ssse3_ph<plusminus_mnemonic>wv4hi3): Macroize insn from
3846 ssse3_ph{add,adds,sub,subs}wv4hi3 using ssse3_plusminus code iterator.
3847
3848 (avx2_ph<plusminus_mnemonic>dv8si3): Macroize insn from
3849 avx2_ph{add,adds,sub,subs}dv8si3 using plusminus code iterator.
3850 (ssse3_ph<plusminus_mnemonic>dv4si3): Macroize insn from
3851 ssse3_ph{add,adds,sub,subs}dv4si3 using plusminus code iterator.
3852 (ssse3_ph<plusminus_mnemonic>dv2si3): Macroize insn from
3853 ssse3_ph{add,adds,sub,subs}dv2si3 using plusminus code iterator.
3854
3855 (xop_plus): New code iterator.
3856 (macs): New code attribute.
3857 (macds): Ditto.
3858 (xop_p<macs><ssemodesuffix><ssemodesuffix>): Macroize insn from
3859 xop_pmacs{,s}{ww,dd} using xop_plus code iterator and VI24_128 mode
3860 iterator.
3861 (xop_p<macs>dql): Macroize insn from xop_pmacs{,s}dql using
3862 xop_plus code iterator.
3863 (xop_p<macs>dqh): Macroize insn from xop_pmacs{,s}dqh using
3864 xop_plus code iterator.
3865 (xop_p<macs>wd): Macroize insn from xop_pmacs{,s}wd using
3866 xop_plus code iterator.
3867 (xop_p<madcs>wd): Macroize insn from xop_pmadcs{,s}wd using
3868 xop_plus code iterator.
3869
3870 (xop_phadd<u>bw): Macroize insn from xop_phadd{,u}bw usign
3871 any_extend code iterator.
3872 (xop_phadd<u>bd): Macroize insn from xop_phadd{,u}bd usign
3873 any_extend code iterator.
3874 (xop_phadd<u>bq): Macroize insn from xop_phadd{,u}bq usign
3875 any_extend code iterator.
3876 (xop_phadd<u>wd): Macroize insn from xop_phadd{,u}wd usign
3877 any_extend code iterator.
3878 (xop_phadd<u>wq): Macroize insn from xop_phadd{,u}wq usign
3879 any_extend code iterator.
3880 (xop_phadd<u>dq): Macroize insn from xop_phadd{,u}dq usign
3881 any_extend code iterator.
3882
3883 2012-04-14 Tom de Vries <tom@codesourcery.com>
3884
3885 * cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by
3886 call to delete_insn. Remove code to reorder BASIC_BLOCK note and
3887 DELETED_LABEL note, and move it to ...
3888 * cfgrtl.c (delete_insn): ... here. Change return type to void.
3889 (delete_insn_and_edges): Likewise.
3890 (delete_insn_chain): Handle new return type of delete_insn. Delete
3891 chain backwards rather than forwards.
3892 * rtl.h (delete_insn, delete_insn_and_edges): Change return type to
3893 void.
3894 * cfglayout.c (fixup_reorder_chain): Delete unused label.
3895
3896 2012-04-14 Jan Hubicka <jh@suse.cz>
3897
3898 * cgraph.h: Update copyrights;
3899 (symtab_node): Turn to union typedef.
3900 (symtab_node_base): New structure.
3901 (symtab_type): Add SYMTAB_SYMBOL tag.
3902 (cgraph_node): Annotate some pinters with nested_ptr.
3903 (varpool_node): Likewise.
3904 (cgraph_local_info): Remove lto_file_data
3905 and externally_visible.
3906 (cgraph_node): Remove decl; same_comdat_group list;
3907 aux; ref_list; order; address_taken; reachable_from_other_parittion,
3908 in_other_partition; resolution.
3909 (varpool_node): Remove decl; same_comdat_group;
3910 ref_list; lto_file_data; aux; order; resolution; externally_visible;
3911 used_from_other_partition; in_other_partition.
3912 (symtab_node_def): New union.
3913 (cgraph, varpool): Update.
3914 (varpool_first_static_initializer, varpool_next_static_initializer,
3915 cgraph_only_called_directly_or_aliased_p,
3916 varpool_can_remove_if_no_refs, varpool_can_remove_if_no_refs,
3917 varpool_all_refs_explicit_p, cgraph_alias_aliased_node,
3918 varpool_alias_aliased_node, cgraph_edge_recursive_p): Update
3919 field references.
3920 * cgraph.c: Likewise.
3921 (cgraph_hash, assembler_name_hash): Turn into symtab_node.
3922 * cgraphbuild.c: Likewise.
3923 * lto-symtab.c: Likewise.
3924 * c-gimplify.c: Likewise.
3925 * value-prof.c: Likewise.
3926 * tree.c: Likewise.
3927 * ipa-cp.c: Likewise.
3928 * tree-emutls.c: Likewise.
3929 * ipa-inline-transform.c: Likwise.
3930 * ipa-reference.c: Likewise.
3931 * cgraphunit.c: Likewise.
3932 * ipa-ref.c: Likewise.
3933 * lto-cgraph.c: Likewise.
3934 * ipa-ref-inline.h: Likewise.
3935 * ipa-pure-const.c: Likewise.
3936 * lto-streamer-out.c: Likewise.
3937 * ipa-utils.c: Likewise.
3938 * ipa-inline.c: Likewise.
3939 * matrix-reorg.c: Likewise.
3940 * tree-eh.c: Likewise.
3941 * tree-vectorizer.c: Likewise.
3942 * ipa-split.c: Likewise.
3943 * ipa.c: Likewise.
3944 * trans-mem.c: Likewise.
3945 * ipa-inline-analysis.c: Likewise.
3946 * gimplify.c: Likewise.
3947 * cfgexpand.c: Likewise.
3948 * tree-sra.c: Likewise.
3949 * ipa-prop.c: Likewise.
3950 * varasm.c: Likewise.
3951 * tree-nested.c: Likewise.
3952 * tree-inline.c: Likewise.
3953 * tree-profile.c: Likewise.
3954 * tree-ssa-structalias.c: Likewise.
3955 * passes.c: Likewise.
3956 * varpool.c: Likewise.
3957
3958 2012-04-14 Tom de Vries <tom@codesourcery.com>
3959
3960 * tree-ssa-tail-merge.c (stmt_local_def): New function, factored out of
3961 same_succ_hash, with local_def inlined. Use SINGLE_SSA_DEF_OPERAND.
3962 Use FOR_EACH_IMM_USE_FAST instead of FOR_EACH_IMM_USE_STMT. Remove use
3963 of find_edge.
3964 (gsi_advance_fw_nondebug_nonlocal): New function.
3965 (local_def): Removed function.
3966 (same_succ_hash): Use stmt_local_def.
3967 (same_succ_equal): Use gsi_advance_fw_nondebug_nonlocal.
3968 (gsi_advance_bw_nondebug_nonlocal): Use stmt_local_def.
3969
3970 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
3971
3972 * config/i386/i386-c.c (ix86_target_macros): Define _ILP32
3973 and __ILP32__ for x32.
3974
3975 2012-04-13 Martin Jambor <mjambor@suse.cz>
3976
3977 PR middle-end/52939
3978 * gimple-fold.c (gimple_get_virt_method_for_binfo): Bail out if
3979 fold_ctor_reference returns a zero constant.
3980
3981 2012-04-13 Enkovich Ilya <ilya.enkovich@intel.com>
3982
3983 * config.gcc: Add i386/gnu-user-common.h before all
3984 i386/gnu-user.h and i386/gnu-user64.h usages.
3985
3986 * config/i386/gnu-user-common.h: New.
3987
3988 * config/i386/gnu-user.h (CPP_SPEC): Moved to gnu-user-common.h.
3989 (CC1_SPEC): Likewise.
3990 (ENDFILE_SPEC): Likewise.
3991 (DEFAULT_PCC_STRUCT_RETURN): Likewise.
3992 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Likewise.
3993 (TARGET_OS_CPP_BUILTINS): Likewise.
3994 (LIBGCC2_HAS_TF_MODE): Likewise.
3995 (LIBGCC2_TF_CEXT): Likewise.
3996 (TF_SIZE): Likewise.
3997 (TARGET_ASM_FILE_END): Likewise.
3998 (STACK_CHECK_MOVING_SP): Likewise.
3999 (STACK_CHECK_STATIC_BUILTIN): Likewise.
4000 * config/i386/gnu-user64.h: Likewise.
4001
4002 2012-04-13 Martin Jambor <mjambor@suse.cz>
4003
4004 * expr.c (expand_expr_real_1): Pass type, not the expression, to
4005 set_mem_attributes for a memory temporary. Do not call the function
4006 for the memory temporary created for a bitfield.
4007
4008 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
4009
4010 PR debug/48866
4011 * df.h (enum debug_temp_where): New.
4012 (dead_debug_init, dead_debug_finish) Declare.
4013 (dead_debug_add, dead_debug_insert_temp): Declare.
4014 (struct dead_debug_use, struct dead_debug): Moved from...
4015 * df-problems.c: ... here.
4016 (df_set_unused_notes_for_mw): Bind debug uses of unused regno
4017 to a debug temp.
4018 (df_create_unused_note): Likewise.
4019 (df_set_dead_notes_for_mw): Move comment where it belongs.
4020 (dead_debug_init): Export.
4021 (dead_debug_reset_uses): New, factored out of...
4022 (dead_debug_finish): ...this. Export.
4023 (dead_debug_reset): Remove.
4024 (dead_debug_add): Export.
4025 (dead_debug_insert_before): Rename to...
4026 (dead_debug_insert_temp): ... this. Add where argument. Export.
4027 Locate stored value for BEFORE_WITH_VALUE. Avoid repeat inserts.
4028 Return insertion count.
4029 (df_note_bb_compute): Adjust.
4030 * dce.c (word_dce_process_block): Adjust dead debug uses.
4031 (dce_process_block): Likewise.
4032
4033 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
4034
4035 * df-problems.c (df_note_bb_compute): Do not take note of
4036 debug uses for whose REGs we won't emit DEAD or UNUSED notes.
4037
4038 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
4039
4040 PR debug/51570
4041 * var-tracking.c (expand_depth): New type.
4042 (onepart_aux, expand_loc_callback_data): Change depth type to it.
4043 (loc_exp_dep_alloc): Adjust initializer.
4044 (update_depth): Use new type. Add entryvals.
4045 (vt_expand_var_loc_chain): Take note of expansions with
4046 ENTRY_VALUEs, but don't accept them right away. Run an optional
4047 second pass accepting the minimum ENTRY_VALUE count found in the
4048 first pass.
4049 (vt_expand_loc_callback, INIT_ELCD): Adjust.
4050
4051 2012-04-13 Tom de Vries <tom@codesourcery.com>
4052
4053 * tree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal): Add
4054 parameters vuse and vuse_escaped.
4055 (find_duplicate): Init vuse1, vuse2 and vuse_escaped. Pass to
4056 gsi_advance_bw_nondebug_nonlocal. Return if vuse_escaped and
4057 vuse1 != vuse2.
4058
4059 2012-04-13 Richard Guenther <rguenther@suse.de>
4060
4061 PR tree-optimization/52969
4062 * tree-if-conv.c (predicate_mem_writes): Properly gimplify
4063 the condition for the COND_EXPR and handle predicate negation
4064 by swapping the COND_EXPR arms.
4065
4066 2012-04-13 Nick Clifton <nickc@redhat.com>
4067
4068 * config/rl78/rl78.c (rl78_devirt_pass): Remove use of
4069 TODO_dump_func flag.
4070
4071 2012-04-13 Andrey Belevantsev <abel@ispras.ru>
4072
4073 PR rtl-optimization/52203
4074 PR rtl-optimization/52715
4075
4076 Revert the 2012-03-07 fix for PR 52203.
4077 * sel-sched.c (reset_sched_cycles_in_current_ebb): Check that
4078 the insn does not modify DFA right before issuing, adjust
4079 issue_rate accordingly.
4080
4081 2012-04-13 Richard Guenther <rguenther@suse.de>
4082
4083 PR c/52549
4084 * c-typeck.c (pointer_diff): Remove bogus assert.
4085
4086 2012-04-13 Richard Guenther <rguenther@suse.de>
4087
4088 PR c/52862
4089 * convert.c (convert_to_pointer): Remove special-casing of zero.
4090
4091 2012-04-13 Joey Ye <joey.ye@arm.com>
4092
4093 * config/arm/constraints.md (Pe): New constraint.
4094 * config/arm/arm.md: New split for imm 256-510.
4095
4096 2012-04-13 Terry Guo <terry.guo@arm.com>
4097
4098 * config/arm/arm-cores.def: Added core cortex-m0plus.
4099 * config/arm/arm-tune.md: Regenerated.
4100 * config/arm/arm-tables.opt: Regenerated.
4101 * doc/invoke.texi: Added entry for cpu ARM cortex-m0plus.
4102
4103 2012-04-13 Alan Modra <amodra@gmail.com>
4104
4105 PR target/52828
4106 * config/rs6000/rs6000.c (rs6000_emit_stack_tie): Rewrite with
4107 tie regs on destination of sets. Delete forward declaration.
4108 (rs6000_emit_stack_reset): Update rs6000_emit_stack_tie calls.
4109 (rs6000_emit_prologue): Likewise.
4110 (rs6000_emit_epilogue): Likewise. Use in place of gen_frame_tie
4111 and gen_stack_tie.
4112 (is_mem_ref): Use tie_operand to recognise stack ties.
4113 * config/rs6000/predicates.md (tie_operand): New.
4114 * config/rs6000/rs6000.md (restore_stack_block): Generate new
4115 stack tie rtl.
4116 (restore_stack_nonlocal): Likewise.
4117 (stack_tie): Update.
4118 (frame_tie): Delete.
4119
4120 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4121
4122 * tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to
4123 HOST_WIDE_INT_PRINT_DEC in format strings.
4124
4125 2012-04-12 Uros Bizjak <ubizjak@gmail.com>
4126
4127 PR target/52932
4128 * config/i386/avx2intrin.h (_mm256_permutevar8x32_ps): Change second
4129 argument type to __m256i. Update call to __builtin_ia32_permvarsf256.
4130 * config/i386/sse.md (UNSPEC_VPERMVAR): New.
4131 (UNSPEC_VPERMSI, UNSPEC_VPERMSF): Remove.
4132 (avx2_permvarv8sf, avx2_permvarv8si): Switch operands 1 and 2.
4133 (avx2_permvar<mode>): Macroize insn from avx2_permvarv8sf and
4134 avx2_permvarv8si using VI4F_256 mode iterator.
4135 * config/i386/i386.c (bdesc_args) <__builtin_ia32_permvarsf256>:
4136 Update builtin type to V8SF_FTYPE_V8SF_V8SI.
4137 (ix86_expand_vec_perm): Update calls to gen_avx2_permvarv8si and
4138 gen_avx2_permvarv8sf.
4139 (expand_vec_perm_pshufb): Ditto.
4140
4141 2012-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
4142
4143 PR target/52775
4144 * config/rs6000/rs6000.h (TARGET_FCFID): Add TARGET_PPC_GPOPT to
4145 the list of options to enable the FCFID instruction.
4146 (TARGET_EXTRA_BUILTINS): Adjust comment.
4147
4148 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4149
4150 PR tree-optimization/18589
4151 * tree-ssa-reassoc.c (reassociate_stats): Add two fields.
4152 (operand_entry): Add count field.
4153 (add_repeat_to_ops_vec): New function.
4154 (completely_remove_stmt): Likewise.
4155 (remove_def_if_absorbed_call): Likewise.
4156 (remove_visited_stmt_chain): Remove feeding builtin pow/powi calls.
4157 (acceptable_pow_call): New function.
4158 (linearize_expr_tree): Look for builtin pow/powi calls and add operand
4159 entries with repeat counts when found.
4160 (repeat_factor_d): New struct and associated typedefs.
4161 (repeat_factor_vec): New static vector variable.
4162 (compare_repeat_factors): New function.
4163 (get_reassoc_pow_ssa_name): Likewise.
4164 (attempt_builtin_powi): Likewise.
4165 (reassociate_bb): Call attempt_builtin_powi.
4166 (fini_reassoc): Two new calls to statistics_counter_event.
4167
4168 2012-04-12 Richard Guenther <rguenther@suse.de>
4169
4170 * Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
4171 * cgraph.h (tree_rest_of_compilation): Remove.
4172 * cgraph.c (cgraph_add_new_function): Move ...
4173 * cgraphunit.c (cgraph_add_new_function): ... here.
4174 (tree_rest_of_compilation): Make static.
4175 (cgraph_expand_function): Do not set cgraph_function_flags_ready.
4176 * tree-optimize.c (gate_all_optimizations, pass_all_optimizations,
4177 gate_all_early_local_passes, execute_all_early_local_passes,
4178 pass_early_local_passes, gate_all_early_optimizations,
4179 pass_all_early_optimizations): Move ...
4180 * passes.c (gate_all_optimizations, pass_all_optimizations,
4181 gate_all_early_local_passes, execute_all_early_local_passes,
4182 pass_early_local_passes, gate_all_early_optimizations,
4183 pass_all_early_optimizations): ... here.
4184 * tree-optimize.c (execute_free_datastructures): Remove.
4185 * tree-flow.h (execute_free_datastructures): Remove.
4186 * tree-optimize.c (execute_init_datastructures,
4187 pass_init_datastructures): Move ...
4188 * tree-ssa.c (execute_init_datastructures,
4189 pass_init_datastructures): ... here.
4190 * cfgexpand.c (gimple_expand_cfg): Inline-expand call to
4191 execute_free_datastructures.
4192
4193 2012-04-12 Bernd Schmidt <bernds@codesourcery.com>
4194
4195 * dbgcnt.def (ira_move): New counter.
4196 * ira-int.h (ira_create_new_reg): Declare function.
4197 (first_moveable_pseudo, last_moveable_pseudo): Declare variables.
4198 * ira-emit.c (ira_create_new_reg): Renamed from craete_new_reg and
4199 no longer static. All callers changed.
4200 * ira.c: Include "dbgcnt.h".
4201 (rtx_moveable_p, insn_dominated_by_p, find_moveable_pseudos,
4202 move_unallocated_pseudos): New static functions.
4203 (first_moveable_pseudo, last_moveable_pseudo): New global variables.
4204 (pseudo_replaced_reg, pseudo_move_insn): New static variables.
4205 (ira): Call find_moveable_pseudos and move_unallocated_pseudos.
4206 * ira-costs.c (find_costs_and_classes): Assign a memory cost of zero
4207 to the pseudos generated in find_moveable_pseudos.
4208 * Makefile.in (ira.o): Add $(DBGCNT_H).
4209
4210 2012-04-12 Richard Guenther <rguenther@suse.de>
4211
4212 PR tree-optimization/52943
4213 * tree-chrec.h (chrec_is_positive): Remove.
4214 * tree-scalar-evolution.c (chrec_is_positive): Move ...
4215 * tree-data-ref.c (chrec_is_positive): ... here. Make static.
4216 Return false for a constant zero instead of negative.
4217 (analyze_siv_subscript_cst_affine): Handle zero difference
4218 in the initial condition explicitely.
4219
4220 2012-04-12 Richard Guenther <rguenther@suse.de>
4221
4222 * tree-parloops.c (parallelize_loops): Also consult the upper
4223 bound for the number of iterations.
4224 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
4225 (loop_prefetch_arrays): Likewise.
4226
4227 2012-04-12 Richard Guenther <rguenther@suse.de>
4228
4229 * cfgloop.h (estimated_loop_iterations_int): Ditch
4230 'conservative' parameter.
4231 (max_stmt_executions_int): Likewise.
4232 (estimated_loop_iterations): Likewise.
4233 (max_stmt_executions): Likewise.
4234 (max_loop_iterations): Declare.
4235 (max_loop_iterations_int): Likewise.
4236 (estimated_stmt_executions): Likewise.
4237 (estimated_stmt_executions_int): Likewise.
4238 * tree-ssa-loop-niter.c (estimated_loop_iterations):
4239 Split parts to ...
4240 (max_loop_iterations): ... this.
4241 (estimated_loop_iterations_int): Split parts to ...
4242 (max_loop_iterations_int): ... this.
4243 (max_stmt_executions_int): Split parts to ...
4244 (estimated_stmt_executions_int): ... this.
4245 (max_stmt_executions): Split parts to ...
4246 (estimated_stmt_executions): ... this.
4247 * graphite-sese-to-poly.c (build_loop_iteration_domains): Adjust.
4248 * predict.c (predict_loops): Likewise.
4249 * tree-data-ref.c (max_stmt_executions_tree): Likewise.
4250 (analyze_siv_subscript_cst_affine): Likewise.
4251 (compute_overlap_steps_for_affine_1_2): Likewise.
4252 (analyze_subscript_affine_affine): Likewise.
4253 (init_omega_for_ddr_1): Likewise.
4254 * tree-parloops.c (parallelize_loops): Likewise.
4255 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
4256 (may_eliminate_iv): Likewise.
4257 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
4258 (loop_prefetch_arrays): Likewise.
4259 * tree-vrp.c (adjust_range_with_scev): Likewise.
4260
4261 2012-04-12 Oleg Endo <olegendo@gcc.gnu.org>
4262
4263 * config/sh/sh.h (RETURN_ADDR_RTX): Use NULL_RTX instead of 0.
4264 * config/sh/sh.c (INSN_REGMODE_WEIGHT, CURR_REGMODE_PRESSURE):
4265 Fix line width.
4266 (dump_table): Use bool type for need_align and have_df variables.
4267 (find_barrier, sfunc_uses_reg): Use NULL_RTX instead of 0.
4268 (regs_used): Remove register modifier.
4269 (barrier_align): Move variables slot, credit, jump_to_next
4270 into if block above for loop. Use bool type for jump_to_next.
4271 (sh_function_arg): Use NULL_RTX instead of 0.
4272
4273 2012-04-11 Andreas Schwab <schwab@linux-m68k.org>
4274
4275 * config/m68k/m68k.md (rotrhi3+1): Name it rotrhi_lowpart.
4276 (bswapsi2): New expander.
4277
4278 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
4279
4280 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Defined to
4281 0x60000000 if __x86_64 is defined and __LP64__ isn't defined.
4282
4283 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
4284
4285 PR rtl-optimization/52876
4286 * emit-rtl.c (set_reg_attrs_from_value): Handle arbitrary value.
4287 Don't call mark_reg_pointer for incompatible pointer sign extension.
4288
4289 * reginfo.c (reg_scan_mark_refs): Call set_reg_attrs_from_value
4290 directly.
4291
4292 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
4293
4294 * fold-const.c (fold_unary_loc): Use GET_MODE_PRECISION for
4295 comparisons against TYPE_PRECISION.
4296 * tree-ssa-forwprop.c (combine_conversions): Likewise.
4297
4298 2012-04-11 Xinliang David Li <davidxl@google.com>
4299
4300 * tree-passes.h: Remove TODO_dump_func.
4301 * tree-ssa-tail-merge.c (tail_merge_optimize): Remove TODO_dump_func.
4302 * trans-mem.c: Remove TODO_dump_func.
4303 * ira.c: Remove TODO_dump_func.
4304
4305 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
4306
4307 * config/i386/i386.c (ix86_option_override_internal): Check
4308 SUBTARGET_OVERRIDE_OPTIONS and SUBSUBTARGET_OVERRIDE_OPTIONS
4309 after TARGET_64BIT is updated.
4310
4311 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
4312
4313 * config/sh/sh.h: Remove old secondary reload code.
4314
4315 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
4316
4317 * config/sh/sh.c (SCHED_REORDER): Merge macro into ...
4318 (ready_reorder): ... this function.
4319
4320 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
4321
4322 * sel-sched.c (sel_global_init): Swap order of sched_rgn_init and
4323 sched_init calls.
4324
4325 * haifa-sched.c (prune_ready_list): Rework handling of SCHED_GROUP_P
4326 insns so that no other insn is queued for a time before them.
4327
4328 * config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
4329 unknown.
4330
4331 2012-04-11 Richard Guenther <rguenther@suse.de>
4332
4333 PR middle-end/52621
4334 * tree-chrec.c (evolution_function_is_invariant_rec_p): Properly
4335 consider loop nesting.
4336 (evolution_function_is_univariate_p): Properly check the remainder
4337 for chrecs.
4338
4339 2012-04-11 Richard Guenther <rguenther@suse.de>
4340
4341 PR middle-end/52918
4342 * except.c (sjlj_emit_dispatch_table): Properly update loop structure.
4343
4344 2012-04-11 Nick Clifton <nickc@redhat.com>
4345
4346 * config/rl78/rl78.c (rl78_expand_prologue): Set stack use
4347 information, if requested.
4348
4349 * config/rx/rx.c (rx_expand_prologue): Likewise.
4350
4351 2012-04-11 Peter Bergner <bergner@vnet.ibm.com>
4352 Michael Matz <matz@suse.de>
4353
4354 PR target/16458
4355 * rtlanal.c (unsigned_reg_p): New function.
4356 Update copyright notice dates.
4357 * rtl.h (unsigned_reg_p): Prototype it.
4358 Update copyright notice dates.
4359 * config/rs6000/rs6000.c (rs6000_generate_compare): Use it.
4360 Update comment.
4361 * expr.c (expand_expr_real_1): Set register attributes.
4362 * stmt.c (expand_case): Likewise.
4363
4364 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
4365
4366 PR target/50751
4367 * config/sh/sh-protos.h (sh_legitimate_index_p): Add new arguments
4368 consider_sh2a and allow_zero.
4369 * config/sh/sh.c (sh_legitimate_index_p): Likewise.
4370 (disp_addr_displacement): New function.
4371 (sh_address_cost): Use disp_addr_displacement function instead
4372 of DISP_ADDR_OFFSET.
4373 (sh_legitimate_address_p): Adapt to changed
4374 sh_legitimate_index_p declaration.
4375 (sh_find_mov_disp_adjust): Remove HImode check.
4376 (sh_secondary_reload): Add HImode case. Use satisfies_constraint_Sdd,
4377 disp_addr_displacement and max_mov_insn_displacement.
4378 (max_mov_insn_displacement): Remove HImode check.
4379 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12,
4380 DISP_ADDR_P, DISP_ADDR_OFFSET): Remove.
4381 * config/sh/constraints.md (K05, K13): New constraints.
4382 (K12): Correct comment.
4383 (Sdd): Do not use DISP_ADDR_P macro.
4384 (Snd, Sbw): Use satisfies_constraint_Sdd.
4385 * config/sh/sh.md (extendhisi2): Remove constraints from expander.
4386 (*extendhisi2_compact, movhi_i): Remove.
4387 (*extendhisi2_compact_reg, *extendhisi2_compact_mem_disp,
4388 *extendhisi2_compact_mem_disp, *extendhisi2_compact_snd,
4389 *movhi_reg_reg, *movhi_store_mem_disp05, *movhi_store_mem_disp13,
4390 *movhi_load_mem_disp, *movhi_load_mem_disp, *movhi): New insns.
4391 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_mem_disp,
4392 *movqi_store_mem_disp04, *movqi_store_mem_disp12, *movqi_load_mem_disp,
4393 *movqi_load_mem_disp): Use sh_legitimate_index_p instead of
4394 CONST_OK_FOR_Kxx.
4395 Add new peepholes for HImode displacement addressing.
4396
4397 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
4398
4399 * config/sh/sh.h (SIDI_OFF): Remove.
4400 * config/sh/sh.md: Use gen_highpart and gen_lowpart to access
4401 DImode subregs instead of gen_rtx_REG or simplifly_gen_subreg
4402 or operand_subword.
4403
4404 2012-04-11 Eric Botcazou <ebotcazou@adacore.com>
4405
4406 PR target/52624
4407 * doc/extend.texi (Other Builtins): Document __builtin_bswap16.
4408 (PowerPC AltiVec/VSX Built-in Functions): Remove it.
4409 * doc/md.texi (Standard Names): Add bswap.
4410 * builtin-types.def (BT_UINT16): New primitive type.
4411 (BT_FN_UINT16_UINT16): New function type.
4412 * builtins.def (BUILT_IN_BSWAP16): New.
4413 * builtins.c (expand_builtin_bswap): Add TARGET_MODE argument.
4414 (expand_builtin) <BUILT_IN_BSWAP16>: New case. Pass TARGET_MODE to
4415 expand_builtin_bswap.
4416 (fold_builtin_bswap): Add BUILT_IN_BSWAP16 case.
4417 (fold_builtin_1): Likewise.
4418 (is_inexpensive_builtin): Likewise.
4419 * optabs.c (expand_unop): Deal with bswap in HImode specially. Add
4420 missing bits for bswap to libcall code.
4421 * tree.c (build_common_tree_nodes): Build uint16_type_node.
4422 * tree.h (enum tree_index): Add TI_UINT16_TYPE.
4423 (uint16_type_node): New define.
4424 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_BSWAP_HI): Delete.
4425 * config/rs6000/rs6000.c (rs6000_expand_builtin): Remove handling of
4426 above builtin.
4427 (rs6000_init_builtins): Likewise.
4428 * config/rs6000/rs6000.md (bswaphi2): Add TARGET_POWERPC predicate.
4429
4430 2012-04-11 Tristan Gingold <gingold@adacore.com>
4431
4432 * doc/extend.texi (Type Attributes): Move paragraph.
4433
4434 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
4435
4436 PR 24985
4437 * diagnostic.h (show_caret): Declare.
4438 (caret_max_width): Declare.
4439 (diagnostic_show_locus): Declare.
4440 * diagnostic.c (diagnostic_initialize): Initialize to false.
4441 (diagnostic_show_locus): New.
4442 (diagnostic_report_diagnostic): Call it.
4443 (getenv_columns): New.
4444 (adjust_line): New.
4445 (diagnostic_set_caret_max_width): New.
4446 * input.c (read_line): New.
4447 (location_get_source_line): New.
4448 * input.h (location_get_source_line): Declare.
4449 * toplev.c (general_init): Initialize show_caret from options.
4450 * dwarf2out.c (gen_producer_string): Handle fdiagnostics-show-caret.
4451 * opts.c (common_handle_option): Likewise.
4452 * pretty-print.h (pp_get_prefix): New.
4453 (pp_base_get_prefix): New.
4454 * common.opt (fdiagnostics-show-caret): New option.
4455 * doc/invoke.texi (fdiagnostics-show-caret): Document it.
4456
4457 2012-04-11 Richard Guenther <rguenther@suse.de>
4458
4459 PR rtl-optimization/52881
4460 * ifcvt.c (find_if_case_2): Avoid speculating loop latches.
4461
4462 2012-04-11 Richard Guenther <rguenther@suse.de>
4463
4464 PR tree-optimization/52912
4465 * tree-ssa-threadupdate.c (thread_block): Tell the cfg
4466 manipulation code we are threading through a loop header
4467 to an exit destination.
4468
4469 2012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
4470
4471 * tree.h (warn_if_unused_value): Move declaration from here.
4472 * stmt.c (warn_if_unused_value): Move definition from here.
4473
4474 2010-04-10 Michael Matz <matz@suse.de>
4475
4476 * tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to
4477 grouped_stores.
4478 (LOOP_VINFO_STRIDED_STORES): Rename to LOOP_VINFO_GROUPED_STORES.
4479 (struce _bb_vec_info.strided_stores): Rename to grouped_stores.
4480 (BB_VINFO_STRIDED_STORES): Rename to BB_VINFO_GROUPED_STORES.
4481 (STMT_VINFO_STRIDED_ACCESS): Rename to STMT_VINFO_GROUPED_ACCESS.
4482 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
4483 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
4484 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
4485 (vect_record_strided_load_vectors): Rename to
4486 vect_record_grouped_load_vectors.
4487 * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
4488 Rename use of above macros.
4489 (vect_verify_datarefs_alignment): Ditto.
4490 (vector_alignment_reachable_p): Ditto.
4491 (vect_peeling_hash_get_lowest_cost): Ditto.
4492 (vect_enhance_data_refs_alignment): Ditto.
4493 (vect_analyze_group_access): Ditto and rename stride to groupsize.
4494 (vect_analyze_data_ref_access): Rename "strided" to "grouped".
4495 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
4496 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
4497 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
4498 (vect_record_strided_load_vectors): Rename to
4499 vect_record_grouped_load_vectors.
4500 * tree-vect-loop.c (new_loop_vec_info): Rename use of above macros.
4501 (destroy_loop_vec_info): Ditto.
4502 (vect_transform_loop): Ditto and rename strided_store to grouped_store.
4503 * tree-vect-slp.c (vect_build_slp_tree): Rename use of above macros.
4504 (vect_analyze_slp): Ditto.
4505 (new_bb_vec_info): Ditto.
4506 (destroy_bb_vec_info): Ditto.
4507 (vect_schedule_slp_instance): Ditto and rename strided_store to
4508 grouped_store.
4509 * tree-vect-stmts.c (vect_cost_strided_group_size): Rename to
4510 vect_cost_group_size.
4511 (vect_model_store_cost): Rename use of above macros and call
4512 to vect_cost_strided_group_size.
4513 (vect_model_load_cost): Ditto.
4514 (vectorizable_store): Ditto, rename strided_store to grouped_store
4515 and calls to renamed tree-vectorizer.h functions.
4516 (vectorizable_load): Ditto.
4517 (vect_transform_stmt): Rename use of above macros and strided_store
4518 to grouped_store.
4519
4520 2012-04-10 Jan Hubicka <jh@suse.cz>
4521
4522 * cgraph.h: Remove misledaing comment on ipa-ref.h.
4523 (symtab_type): New enum.
4524 (symtab_node): New structure.
4525 (cgraph_node, varpool_node): Add symbol base type.
4526 (cgraph, varpool): New accestor functions.
4527 * cgraph.c (cgraph_create_node_1): Set symbol type.
4528 * varpool.c (varpool_node): Set symbol type.
4529
4530 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
4531 Richard Sandiford <rdsandiford@googlemail.com>
4532
4533 * fwprop.c (propagate_rtx): Also set PR_CAN_APPEAR for subregs.
4534
4535 2012-04-10 Richard Guenther <rguenther@suse.de>
4536
4537 PR middle-end/52888
4538 * gimple-low.c (gimple_check_call_args): Properly account for
4539 compatible aggregate types.
4540
4541 2012-04-10 Richard Guenther <rguenther@suse.de>
4542
4543 * toplev.h (tree_rest_of_compilation): Remove.
4544 * tree-optimize.c (tree_rest_of_compilation): Likewise.
4545 * cgraph.h (tree_rest_of_compilation): Declare.
4546 * tree-optimize.c (tree_rest_of_compilation): Move ...
4547 * cgraphunit.c (tree_rest_of_compilation): ... here.
4548 * cgraph.c (cgraph_add_new_function): Adjust.
4549 * Makefile.in (tree-optimize.o): Adjust.
4550 (cgraphunit.o): Likewise.
4551
4552 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
4553
4554 PR tree-optimization/52870
4555 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
4556 presumed pattern statement is within the same loop or basic block.
4557
4558 2012-04-10 Tristan Gingold <gingold@adacore.com>
4559
4560 * gengtype.c (main): Make uintptr_t a known type.
4561
4562 2012-04-10 Richard Guenther <rguenther@suse.de>
4563
4564 * tree-pass.h (tree_lowering_passes): Remove.
4565 * tree-optimize.c (tree_lowering_passes): Remove.
4566 * cgraph.c (cgraph_add_new_function): Inline relevant parts
4567 of tree_lowering_passes, avoid redundant call of early local passes.
4568 * cgraphunit.c (cgraph_lower_function): Fold into ...
4569 (cgraph_analyze_function): ... its single caller. Inline
4570 relevant parts of tree_lowering_passes.
4571
4572 2012-04-09 H.J. Lu <hongjiu.lu@intel.com>
4573
4574 PR other/52777
4575 * config/pa/pa.opt: Remove SIO and GNU_LD.
4576
4577 2012-04-09 Jan Hubicka <jh@suse.cz>
4578
4579 PR lto/52722
4580 PR lto/51765
4581 PR lto/52634
4582 * lto-cgraph.c (compute_ltrans_boundary): When alias is in the
4583 boundary, add its target too.
4584 * lto.c (add_references_to_partition): Add also aliased nodes.
4585 (add_cgraph_node_to_partition,
4586 add_varpool_node_to_partition): Work on nodes, not functions/variables;
4587 when adding alias, add also the aliased object.
4588
4589 2012-04-09 Uros Bizjak <ubizjak@gmail.com>
4590
4591 PR target/52883
4592 * config/i386/predicates.md (x86_64_zext_general_operand): Prevent
4593 VOIDmode immediate operands.
4594 * config/i386/constraints.md (Wz): New constraint.
4595 * config/i386/i386.md (*zero_extendsidi2_rex64): Use Wz instead of Z.
4596
4597 2012-04-09 Eric Botcazou <ebotcazou@adacore.com>
4598
4599 PR target/52717
4600 * config/sparc/sparc.c (sparc_file_end): Set TREE_PUBLIC explicitly on
4601 the DECL generated for the special GOT helper.
4602
4603 2012-04-09 Oleg Endo <olegendo@gcc.gnu.org>
4604
4605 * config/sh/constraints.md: Update list of constraints in
4606 comment block.
4607 (Sr0): Remove unused memory constraint.
4608
4609 2012-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
4610
4611 * tree-pretty-print.h: Update comment.
4612
4613 2012-04-08 Oleg Endo <olegendo@gcc.gnu.org>
4614
4615 * config/sh/sh.md: Use braced string notation where applicable.
4616 (*prefetch_i4, prefetch_m2a): Merge into ...
4617 (*prefetch): ... this new insn.
4618
4619 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
4620
4621 * config/sh/sh.h (high_life_started): Remove
4622 * config/sh/predicates.md (general_movdst_operand): Use
4623 'reload_in_progress' instead of 'high_life_started'.
4624 * config/sh/sh.md (divsi_inv_call, *divsi_inv_call_combine,
4625 divsi_inv_fp): Likewise.
4626
4627 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
4628
4629 * config/sh/sh-protos.h (prepare_move_operands): Return void
4630 instead of int.
4631 * config/sh/sh.c (prepare_move_operands): Likewise.
4632 * config/sh/sh.md: Remove return value checks of prepare_move_operands.
4633
4634 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
4635
4636 * config/sh/sh-protos.h (fp_int_operand, symbol_ref_operand,
4637 general_movsrc_operand, general_movdst_operand, arith_reg_operand,
4638 fp_arith_reg_operand, arith_operand, arith_reg_or_0_operand,
4639 logical_operand, fpscr_operand, fpul_operand, expand_fp_branch,
4640 commutative_float_operator, noncommutative_float_operator,
4641 sh_handle_pragma): Remove.
4642
4643 2012-04-06 Sandra Loosemore <sandra@codesourcery.com>
4644
4645 * doc/invoke.texi: Clean up Texinfo markup throughout the file.
4646 Use @option markup on command-line options. Use @samp markup on
4647 literal keywords to options. Use @code markup on code fragments.
4648 Use other markup in preference to quotation marks in the text.
4649 Add markup to some passages without any.
4650
4651 2012-04-06 Mike Stump <mikestump@comcast.net>
4652
4653 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Avoid warning.
4654
4655 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
4656
4657 * config/sh/sh.c (hi_const): Remove.
4658 (find_barrier, sh_reorg): Use satisfies_constraint_I16 instead
4659 of hi_const.
4660
4661 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
4662
4663 * config/sh/sh-protos.h (sh_expand_t_scc): Change return type from int
4664 to bool.
4665 * config/sh/sh.c (sh_expand_t_scc): Likewise.
4666 * config/sh/sh.md (cstoresi4, cstoredi4): Remove GET_CODE checks before
4667 calling sh_expand_t_scc.
4668
4669 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
4670
4671 * config/sh/sh-protos.h (fp_zero_operand, fp_one_operand,
4672 nonpic_symbol_mentioned_p, expand_block_move, expand_ashiftrt,
4673 sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext, system_reg_operand,
4674 reg_unused_after, sh_can_redirect_branch, sh_need_epilogue, fldi_ok,
4675 sh_hard_regno_rename_ok, sh_cfun_interrupt_handler_p,
4676 sh_cfun_resbank_handler_p, sh_attr_renesas_p, sh_cfun_attr_renesas_p,
4677 check_use_sfunc_addr, sh_contains_memref_p, sh_loads_bankedreg_p,
4678 sh2a_is_function_vector_call): Use bool as return type.
4679 (sh_pass_in_reg_p): Remove.
4680 * config/sh/sh.c (broken_move, mova_p, noncall_uses_reg, high_pressure,
4681 flow_dependent_p, sh2a_function_vector_p, expand_block_move,
4682 expand_ashiftrt, sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext,
4683 sh_need_epilogue, sh2a_is_function_vector_call, sh_attr_renesas_p,
4684 sh_cfun_attr_renesas_p, sh_cfun_interrupt_handler_p,
4685 sh_cfun_resbank_handler_p, system_reg_operand, fp_zero_operand,
4686 fp_one_operand, fldi_ok, reg_unused_after, sh_can_redirect_branch,
4687 sh_hard_regno_rename_ok, check_use_sfunc_addr, sh_contains_memref_p,
4688 sh_loads_bankedreg_p): Use bool as return type.
4689 (nonpic_symbol_mentioned_p): Use bool as return type. Remove
4690 'register' modifier.
4691
4692 2012-04-06 Matt Turner <mattst88@gmail.com>
4693
4694 * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
4695
4696 2012-04-06 Eric Botcazou <ebotcazou@adacore.com>
4697
4698 * config/ia64/ia64.c (ia64_load_pair_ok): Return 0 if the second member
4699 of the destination isn't also a FP_REGS register.
4700
4701 2012-04-05 Teresa Johnson <tejohnson@google.com>
4702 H.J. Lu <hongjiu.lu@intel.com>
4703
4704 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_LCP_STALL.
4705 * config/i386/i386.md (move immediate to memory peephole2):
4706 Add cases for HImode move when LCP stall avoidance is needed.
4707 * config/i386/i386.c (initial_ix86_tune_features): Initialize
4708 X86_TUNE_LCP_STALL entry.
4709
4710 2012-04-05 Uros Bizjak <ubizjak@gmail.com>
4711
4712 PR target/52882
4713 * config/i386/i386.c (ix86_decompose_address): Allow VOIDmode
4714 CONST_INT operands, zero-extended with AND.
4715
4716 2012-04-05 Oleg Endo <olegendo@gcc.gnu.org>
4717
4718 PR target/50751
4719 * config/sh/sh.c (sh_find_mov_disp_adjust): Take machine_mode as the
4720 first argument instead of mode size. Move displacement calculations
4721 to ...
4722 (mov_insn_size, max_mov_insn_displacement, mov_insn_alignment_mask):
4723 ... these new functions.
4724 (disp_adjust): Remove max_mov_disp field.
4725 (sh_legitimate_index_p): Use max_mov_insn_displacement and
4726 mov_insn_alignment_mask.
4727 (sh_address_cost): Use max_mov_insn_displacement.
4728
4729 2012-04-05 Andrew Stubbs <ams@codesourcery.com>
4730
4731 * config/arm/arm.md (arch): Add neon_onlya8 and neon_nota8.
4732 (arch_enabled): Handle new arch types.
4733 (one_cmpldi2): Add NEON support.
4734
4735 2012-04-05 Richard Guenther <rguenther@suse.de>
4736
4737 * gimple.c (walk_gimple_op): Compute val_only for the LHS
4738 of an assigment in the canonical way, avoiding is_gimple_mem_rhs.
4739 (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt): Move ...
4740 * gimplify.c (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
4741 ... here and make static.
4742 * gimple.h (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
4743 Remove.
4744
4745 2012-04-05 Richard Guenther <rguenther@suse.de>
4746
4747 * tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt
4748 basic-block before removing it.
4749
4750 2012-04-05 Richard Guenther <rguenther@suse.de>
4751
4752 * tree-ssanames.c (release_dead_ssa_names): Compact the SSA
4753 version namespace as we release the freelist.
4754
4755 2012-04-05 Richard Guenther <rguenther@suse.de>
4756
4757 * tree-nrv.c (tree_nrv): Release VDEFs.
4758 * tree-sra.c (sra_modify_constructor_assign): Likewise.
4759 (sra_modify_assign): Likewise.
4760 * tree-vect-stmts.c (vect_remove_stores): Likewise.
4761 * tree-vect-loop.c (vect_transform_loop): Likewise.
4762 * tree-ssa-dom.c (optimize_stmt): Likewise.
4763 * tree-vect-slp.c (vect_schedule_slp): Likewise.
4764 * tree-ssa-math-opts.c (execute_cse_sincos): Likewise.
4765
4766 2012-04-05 Richard Guenther <rguenther@suse.de>
4767
4768 * gimple-iterator.c (gsi_remove): Return whether EH edges need to be
4769 cleanup.
4770 * gimple.h (gsi_remove): Adjust.
4771 * tree-ssa-operands.c (unlink_stmt_vdef): Optimize.
4772 * tree-ssa-dom.c (optimize_stmt): Use gsi_remove result.
4773 * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
4774 * tree-ssa-forwprop.c (remove_prop_source_from_use): Likewise.
4775 * tree-ssa-math-opts.c (execute_optimize_widening_mul): Likewise.
4776 * tree-ssa-pre.c (eliminate): Likewise.
4777
4778 2012-04-04 Mike Stump <mikestump@comcast.net>
4779
4780 * doc/rtl.texi (const_double): Document as sign-extending.
4781 * expmed.c (expand_mult): Ensure we don't use shift incorrectly.
4782 * emit-rtl.c (immed_double_int_const): Refine to state the
4783 value is signed.
4784 * simplify-rtx.c (mode_signbit_p): Add a fixme for wider than
4785 CONST_DOUBLE integers.
4786 (simplify_const_unary_operation, UNSIGNED_FLOAT): Ensure no
4787 negative values are converted. Fix conversions bigger than
4788 HOST_BITS_PER_WIDE_INT.
4789 (simplify_binary_operation_1): Ensure we don't use shift incorrectly.
4790 (simplify_immed_subreg): Sign-extend CONST_DOUBLEs.
4791 * explow.c (plus_constant_mode): Add.
4792 (plus_constant): Implement with plus_constant_mode.
4793 * rtl.h (plus_constant_mode): Add.
4794
4795 2012-04-04 Richard Guenther <rguenther@suse.de>
4796
4797 PR tree-optimization/52808
4798 * tracer.c (tail_duplicate): Do not tail-duplicate loop header blocks.
4799 * Makefile.in (tracer.o): Depend on $(CFGLOOP_H).
4800
4801 2012-04-04 Tristan Gingold <gingold@adacore.com>
4802
4803 * expr.c (expand_expr_real_2): Handle larger sizetype in
4804 POINTER_PLUS_EXPR.
4805
4806 2012-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
4807
4808 * config/sh/t-sh (MULTILIB_MATCHES): Match m2a-single-only
4809 to m2a-single instead of m2e.
4810
4811 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
4812
4813 * expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.
4814 Change type of BITOFFSET to signed. Make sure the lower bound of
4815 the computed range is non-negative by adjusting OFFSET and BITPOS.
4816 (expand_assignment): Adjust call to get_bit_range.
4817
4818 2012-04-03 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
4819
4820 * h8300/h8300.c (h8300_current_function_monitor_function_p):
4821 New function. Added to check monitor functions.
4822 (h8300_option_override): Modified to generate error/warning
4823 messages for invalid combinations of different command line
4824 options.
4825 * h8300/h8300.md: Generate 'rte' for monitor functions. Do not
4826 save EXR on stack for monitor function in case of H8S target
4827 when "-mno-exr" is passed.
4828 * h8300/h8300-protos.h (h8300_current_function_monitor_function_p):
4829 Add prototype.
4830 * doc/invoke.texi: Document H8S options.
4831
4832 2012-04-03 Tristan Gingold <gingold@adacore.com>
4833
4834 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead
4835 of gcc_AC_FUNC_MMAP_BLACKLIST.
4836 * acinclude.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Remove.
4837 * Makefile.in (aclocal_deps): Add mmap.m4.
4838 * configure: Regenerate.
4839 * aclocal.m4: Regenerate.
4840
4841 2012-04-03 Richard Guenther <rguenther@suse.de>
4842
4843 PR tree-optimization/52808
4844 * tracer.c (tail_duplicate): Return whether we have duplicated
4845 any block.
4846 (tracer): If we have duplicated any block, cleanup the CFG.
4847 * cfghooks.c (duplicate_block): If we duplicated a loop
4848 header but not its loop, destroy the loop because it now has
4849 multiple entries.
4850 * tree-ssa-threadupdate.c (thread_through_loop_header): Tell
4851 the cfg manipulation routines we are not creating a multiple
4852 entry loop.
4853
4854 2012-04-03 Tristan Gingold <gingold@adacore.com>
4855
4856 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle
4857 'byte' alignment.
4858 (vms_c_common_override_options): Allow parameterless variadic
4859 functions.
4860
4861 2012-04-03 Jakub Jelinek <jakub@redhat.com>
4862
4863 PR tree-optimization/52835
4864 * tree-data-ref.c (build_rdg): Return NULL if
4865 compute_data_dependences_for_loop failed.
4866
4867 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
4868
4869 * varasm.c (initializer_constant_valid_for_bitfield_p): Return true
4870 for REAL_CST as well.
4871 (output_constructor): Use RECORD_OR_UNION_TYPE_P predicate.
4872 In the bitfield case, if the value is a REAL_CST, convert it first to
4873 an INTEGER_CST.
4874
4875 2012-04-02 H.J. Lu <hongjiu.lu@intel.com>
4876
4877 * config.gcc: Use i386/biarchx32.h instead of i386/biarch64.h
4878 for --with-abi={x32|mx32} or --with-multilib-list=mx32.
4879 (supported_defaults): Add abi for i[34567]86-*-* and x86_64-*-*.
4880
4881 * config/i386/biarchx32.h: New.
4882
4883 2012-04-02 Anatoly Sokolov <aesok@post.ru>
4884
4885 * config/arm/arm.h (PREFERRED_RELOAD_CLASS): Remove.
4886 * config/arm/arm.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
4887 (arm_preferred_reload_class): New function.
4888
4889 2012-04-02 Richard Guenther <rguenther@suse.de>
4890
4891 PR tree-optimization/52756
4892 * tree-ssa-threadupdate.c (def_split_header_continue_p): New function.
4893 (thread_through_loop_header): After threading through the loop latch
4894 remove the split part from the loop and clear further threading
4895 opportunities that would create a multiple entry loop.
4896
4897 2012-04-02 Richard Guenther <rguenther@suse.de>
4898
4899 PR rtl-optimization/52800
4900 * cprop.c (execute_rtl_cprop): Call cleanup_cfg with
4901 CLEANUP_CFG_CHANGED.
4902
4903 2012-04-02 Richard Guenther <rguenther@suse.de>
4904
4905 PR middle-end/52803
4906 * loop-init.c (gate_handle_loop2): Destroy loops here if
4907 we don't enter RTL loop optimizers.
4908
4909 2012-04-02 Uros Bizjak <ubizjak@gmail.com>
4910
4911 Partially revert:
4912 2012-03-29 Richard Guenther <rguenther@suse.de>
4913
4914 * rtl.h (extended_count): Remove.
4915 * combine.c (extended_count): Remove.
4916
4917 2012-04-02 Dodji Seketeli <dodji@redhat.com>
4918
4919 PR c++/40942
4920 * pt.c (more_specialized_fn): Don't apply decay conversion to
4921 types of function parameters.
4922
4923 2012-04-02 Tristan Gingold <gingold@adacore.com>
4924
4925 * ggc-page.c (PAGE_L1_SIZE, PAGE_L2_SIZE, LOOKUP_L1, LOOKUP_L2)
4926 (ggc_allocated_p, lookup_page_table_entry, set_page_table_entry)
4927 (alloc_page, init_ggc, clear_marks, struct ggc_pch_data)
4928 (ggc_pch_this_base): Use uintptr_t instead of size_t.
4929
4930 2012-03-31 H.J. Lu <hongjiu.lu@intel.com>
4931
4932 PR bootstrap/52784
4933 * config/i386/i386.c (ix86_option_override_internal): Don't
4934 check TARGET_64BIT if TARGET_64BIT_DEFAULT is false.
4935
4936 2012-03-31 Eric Botcazou <ebotcazou@adacore.com>
4937
4938 * tree-cfg.c (call_can_make_abnormal_goto): New predicate.
4939 (stmt_can_make_abnormal_goto): Use it.
4940 (is_ctrl_altering_stmt): Likewise.
4941
4942 2012-03-30 Naveen H.S <naveen.S@kpitcummins.com>
4943 Kaz Kojima <kkojima@gcc.gnu.org>
4944
4945 * config/sh/sh.c (push_regs): Skip banked registers when
4946 resbank attribute is specified.
4947 (sh_expand_epilogue): Likewise.
4948
4949 2012-03-30 Richard Henderson <rth@redhat.com>
4950
4951 PR debug/52727
4952 * combine-stack-adj.c (prev_active_insn_bb): New.
4953 (next_active_insn_bb): New.
4954 (force_move_args_size_note): New.
4955 (combine_stack_adjustments_for_block): Use it.
4956
4957 2012-03-30 Richard Henderson <rth@redhat.com>
4958
4959 * config/i386/i386.c (struct expand_vec_perm_d): Add one_operand_p.
4960 (ix86_expand_vector_init_duplicate): Initialize it.
4961 (expand_vec_perm_palignr): Likewise.
4962 (ix86_expand_vec_perm_const): Likewise.
4963 (ix86_vectorize_vec_perm_const_ok): Likewise.
4964 (expand_vec_perm_blend): Use it.
4965 (expand_vec_perm_vpermil): Likewise.
4966 (expand_vec_perm_pshufb): Likewise.
4967 (expand_vec_perm_1): Likewise.
4968 (expand_vec_perm_pshuflw_pshufhw): Likewise.
4969 (expand_vec_perm_interleave2): Likewise.
4970 (expand_vec_perm_vpermq_perm_1): Likewise.
4971 (expand_vec_perm_vperm2f128): Likewise.
4972 (expand_vec_perm_interleave3): Likewise.
4973 (expand_vec_perm_vperm2f128_vblend): Likewise.
4974 (expand_vec_perm_vpshufb2_vpermq): Likewise.
4975 (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise,.
4976 (expand_vec_perm_broadcast): Likewise.
4977 (expand_vec_perm_vpshufb4_vpermq2): Likewise.
4978
4979 2012-03-30 Richard Henderson <rth@redhat.com>
4980
4981 * dwarf2out.c (gen_variable_die): Initialize off.
4982
4983 2012-03-30 Tristan Gingold <gingold@adacore.com>
4984
4985 * config/vms/vms-f.c: New file.
4986 * config/vms/t-vms (vms-f.o): New rule.
4987 * config.gcc (*-*-*vms*): Define fortran_target_objs.
4988
4989 2012-03-30 Richard Guenther <rguenther@suse.de>
4990
4991 PR tree-optimization/52754
4992 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Only
4993 propagate arbitrary addresses into really plain dereferences.
4994
4995 2012-03-30 Richard Guenther <rguenther@suse.de>
4996
4997 PR middle-end/52772
4998 * except.c (emit_to_new_bb_before): Move loop updating ...
4999 (dw2_build_landing_pads): ... here. Use a proper block for
5000 querying the loop father.
5001
5002 2012-03-30 Tristan Gingold <gingold@adacore.com>
5003
5004 * config/ia64/ia64.c (ia64_section_type_flags): Remove
5005 common_object attribute handling.
5006 (SECTION_VMS_OVERLAY): Remove
5007 (ia64_vms_common_object_attribute): Replace abort with an assert.
5008 Do not set DECL_SECTION_NAME.
5009 (ia64_vms_output_aligned_decl_common): Handle common_object
5010 attribute.
5011 (ia64_vms_elf_asm_named_section): Remove.
5012 * config/ia64/vms.h (TARGET_ASM_NAMED_SECTION): Remove.
5013
5014 2012-03-30 Richard Guenther <rguenther@suse.de>
5015
5016 PR middle-end/52786
5017 * double-int.c (rshift_double): Remove not needed cast.
5018
5019 2012-03-30 Richard Guenther <rguenther@suse.de>
5020
5021 * tree-affine.h (print_aff): Remove.
5022 * tree-affine.c (print_aff): Make static.
5023 * tree-data-ref.h (access_matrix_get_index_for_parameter): Remove.
5024 (get_references_in_stmt): Likewise.
5025 (print_direction_vector): Likewise.
5026 (print_dir_vectors): Likewise.
5027 (print_dist_vectors): Likewise.
5028 (dump_subscript): Likewise.
5029 (dump_ddrs): Likewise.
5030 (dump_dist_dir_vectors): Likewise.
5031 (dump_data_references): Likewise.
5032 (dump_data_dependence_relation): Likewise.
5033 (dump_data_dependence_direction): Likewise.
5034 (dump_rdg_vertex): Likewise.
5035 (dump_rdg_component): Likewise.
5036 (debug_ddrs): Declare.
5037 (struct data_ref_loc_d): Move ...
5038 * tree-data-ref.c (struct data_ref_loc_d): ... here.
5039 (get_references_in_stmt): Make static.
5040 (dump_data_references): Likewise.
5041 (dump_subscript): Likewise.
5042 (print_direction_vector): Likewise.
5043 (print_dir_vectors): Likewise.
5044 (print_dist_vectors): Likewise.
5045 (dump_data_dependence_relation): Likewise.
5046 (dump_dist_dir_vectors): Likewise.
5047 (dump_ddrs): Likewise.
5048 (dump_rdg_vertex): Likewise.
5049 (dump_rdg_component): Likewise.
5050 (debug_ddrs): New function.
5051 (access_matrix_get_index_for_parameter): Remove.
5052
5053 2012-03-30 Tristan Gingold <gingold@adacore.com>
5054
5055 * config/vms/vms.c (VMS_CRTL_FLOAT32): Rename.
5056 (VMS_CRTL_FLOAT64, VMS_CRTL_FLOAT64_VAXD): New.
5057 (VMS_CRTL_FLOAT128, VMS_CRTL_DPML, VMS_CRTL_NODMPL)
5058 (VMS_CRTL_32ONLY, VMS_CRTL_G_MASK, VMS_CRTL_G_NONE)
5059 (VMS_CRTL_GA, VMS_CRTL_GL, VMS_CRTL_FLOATV2): New.
5060 (vms_patch_builtins): Handle new flags
5061 * config/vms/vms-crtlmap.map: Completed using nm on
5062 c and math system libraries.
5063 * config/vms/make-crtlmap.awk: Handle any number of flags.
5064
5065 2012-03-30 Martin Jambor <mjambor@suse.cz>
5066
5067 * tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there
5068 is a builtin_stack_save in a dominating BB.
5069
5070 2012-03-29 Uros Bizjak <ubizjak@gmail.com>
5071
5072 * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix results
5073 crossing 128bit lane boundary.
5074
5075 2012-03-29 Vladimir Makarov <vmakarov@redhat.com>
5076
5077 * ira-color.c (setup_left_conflict_sizes_p): Process all
5078 conflicting objects.
5079
5080 2012-03-29 Jakub Jelinek <jakub@redhat.com>
5081
5082 PR tree-optimization/52760
5083 * tree-vect-slp.c (vect_get_constant_vectors): Convert constant_p
5084 shift count for {L,R}{SHIFT,ROTATE}_EXPR to TREE_TYPE (vector_type).
5085
5086 2012-03-29 Richard Guenther <rguenther@suse.de>
5087
5088 * cgraph.h (cgraph_materialize_all_clones): Remove.
5089 (reset_inline_failed): Likewise.
5090 * cgraphunit.c (cgraph_materialize_all_clones): Make static.
5091 * cgraphbuild.c (reset_inline_failed): Remove.
5092 * rtl.h (cse_main): Remove.
5093 (extended_count): Likewise.
5094 * cse.c (dump_class): Mark as DEBUG_FUNCTION.
5095 (cse_main): Make static.
5096 * combine.c (extended_count): Remove.
5097 (dump_combine_stats): Mark as DEBUG_FUNCTION.
5098 * basic-block.h (reorder_basic_blocks): Remove.
5099 * bb-reorder.c (reorder_basic_blocks): Make static.
5100 * Makefile.in (dse.o): Remove dse.h dependency.
5101 * dse.h: Remove.
5102 * dse.c (gate_dse): Remove.
5103 (clear_alias_mode_eq): Likewise.
5104 (clear_alias_mode_hash): Likewise.
5105 (dse_record_singleton_alias_set): Likewise.
5106 (dse_invalidate_singleton_alias_set): Likewise.
5107
5108 2012-03-29 H.J. Lu <hongjiu.lu@intel.com>
5109
5110 * config/linux-android.h (ANDROID_STARTFILE_SPEC): Use
5111 crtbegin_so%O%s for -shared.
5112 (ANDROID_ENDFILE_SPEC): Use crtend_so%O%s for -shared.
5113
5114 2012-03-29 Richard Guenther <rguenther@suse.de>
5115
5116 * tree-flow.h (struct pre_expr_d): Remove forward declaration.
5117 (add_to_value): Remove.
5118 (print_value_expressions): Likewise.
5119 * tree-ssa-pre.c (add_to_value): Make static.
5120 (print_value_expressions): Likewise.
5121 * gimple.h (gimple_adjust_this_by_delta): Remove.
5122 * gimple-fold.c (gimple_adjust_this_by_delta): Likewise.
5123
5124 2012-03-29 Richard Guenther <rguenther@suse.de>
5125
5126 PR middle-end/50708
5127 * double-int.h (rshift_double): Remove.
5128 * double-int.c (lshift_double): Use absu_hwi to make count positive.
5129 (rshift_double): Make static, take unsigned count argument,
5130 remove handling of negative count argument.
5131 (double_int_rshift): Dispatch to lshift_double.
5132
5133 2012-03-28 H.J. Lu <hongjiu.lu@intel.com>
5134
5135 * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Add
5136 OPTION_MASK_ABI_64.
5137
5138 * config/i386/gnu-user64.h (SPEC_64): Support TARGET_BI_ARCH == 2.
5139 (SPEC_X32): Likewise.
5140 (MULTILIB_DEFAULTS): Likewise.
5141
5142 * config/i386/i386.c (isa_opts): Remove -m64.
5143 (ix86_target_string): Properly handle -m32/-m64/-mx32.
5144 (ix86_option_override_internal): Properly
5145 set OPTION_MASK_ISA_64BIT and OPTION_MASK_ISA_X32 as well as
5146 handle -m32, -m64 and -mx32.
5147
5148 * config/i386/i386.h (TARGET_X32): Replace OPTION_ISA_X32
5149 with OPTION_ABI_X32. Moved after TARGET_LP64.
5150 (TARGET_LP64): Changed to OPTION_ABI_64.
5151
5152 * config/i386/i386.opt (m64): Replace ISA_64BIT with ABI_64.
5153 (mx32): Replace ISA_X32 with ABI_X32.
5154
5155 2012-03-28 Eric Botcazou <ebotcazou@adacore.com>
5156
5157 * tree.c (tree_size) <VECTOR_CST>: New case.
5158
5159 2012-03-28 Uros Bizjak <ubizjak@gmail.com>
5160
5161 * config/i386/i386.c (ix86_modes_tieable_p): Handle 32bit AVX modes.
5162 (ix86_expand_vector_move_misalign): Remove un-needed gen_lowpart calls.
5163
5164 2012-03-28 Jakub Jelinek <jakub@redhat.com>
5165
5166 PR middle-end/52691
5167 * tree-ssa-ccp.c (optimize_stdarg_builtin): Optimize
5168 __builtin_va_start to __builtin_next_arg if the latter is
5169 builtin_decl_explicit_p rather than when it is not.
5170
5171 PR middle-end/52750
5172 * tree-vect-generic.c (vector_element): Perform multiplication
5173 for pos in bitsizetype type instead of idx type.
5174
5175 2012-03-28 Richard Guenther <rguenther@suse.de>
5176
5177 * loop-init.c (loop_optimizer_init): If loops are preserved
5178 perform incremental initialization of required loop features.
5179 (loop_optimizer_finalize): If loops are to be preserved only
5180 clean up optional loop features.
5181 (rtl_loop_done): Forcefully free loops here.
5182 * cgraph.c (cgraph_release_function_body): Forcefully free loops.
5183 * cfgexpand.c (expand_gimple_cond): Properly add new basic-blocks
5184 to existing loops.
5185 (construct_init_block): Likewise.
5186 (construct_exit_block): Likewise.
5187 (gimple_expand_cfg): Clear LOOP_CLOSED_SSA loop state. Cleanup
5188 the CFG after expanding.
5189 * cfgloop.c (verify_loop_structure): Calculate or verify dominators.
5190 If we needed to calculate them, free them afterwards.
5191 * tree-pass.h (PROP_loops): New define.
5192 * tree-ssa-loop.c (pass_tree_loop_init): Provide PROP_loops.
5193 * basic-block.h (CLEANUP_CFG_CHANGED): New.
5194 * cfgcleanup.c (merge_blocks_move): Protect loop latches.
5195 (cleanup_cfg): If we did something and have loops around, fix them up.
5196 * cse.c (rest_of_handle_cse_after_global_opts): Call cleanup_cfg
5197 with CLEANUP_CFG_CHANGED.
5198 * cfghooks.c (merge_blocks): If we merge a loop header into
5199 its predecessor, update the loop structure.
5200 (duplicate_block): If we copy a loop latch, adjust loop state
5201 to note we may have multiple latches.
5202 (delete_basic_block): Mark loops for fixup if we remove a loop.
5203 * cfganal.c (forwarder_block_p): Protect loop latches, headers
5204 and preheaders.
5205 * cfgrtl.c (rtl_can_merge_blocks): Protect loop latches.
5206 (cfg_layout_can_merge_blocks_p): Likewise.
5207 * cprop.c (bypass_block): If we create a loop with multiple
5208 entries, mark it for removal.
5209 * except.c (emit_to_new_bb_before): Add the new basic-block
5210 to existing loops.
5211 * tree-eh.c (lower_resx): Likewise.
5212 * omp-low.c (finalize_task_copyfn): Do not copy PROP_loops.
5213 (expand_omp_taskreg): Likewise.
5214 * tree-inline.c (initialize_cfun): Likewise.
5215 * tree-mudflap.c (add_bb_to_loop): Prototype.
5216 (mf_build_check_statement_for): Properly add new basic-blocks
5217 to existing loops.
5218 * tree-ssa-threadupdate.c (thread_block): Mark loops for fixup
5219 if we remove a loop.
5220 (thread_through_loop_header): Likewise.
5221 * trans-mem.c (tm_log_emit_save_or_restores): Properly add
5222 new basic-blocks to existing loops.
5223 (expand_transaction): Likewise.
5224 * Makefile.in (except.o): Add $(CFGLOOP_H).
5225 (expr.o): Likewise.
5226 (cgraph.o): Likewise.
5227 (cprop.o): Likewise.
5228 (cfgexpand.o): Likewise.
5229 (cfganal.o): Likewise.
5230 (trans-mem.o): Likewise.
5231 (tree-eh.o): Likewise.
5232
5233 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
5234
5235 PR target/52692
5236 * config/avr/avr.c (TARGET_BUILTIN_DECL): New define.
5237 (avr_builtin_decl): New static function.
5238 (struct avr_builtin_description, avr_bdesc): Move up.
5239 Add GTY marker. Add field fndecl. Remove redundant field id.
5240 (avr_init_builtins): Initialize avr_bdesc[ID].fndecl.
5241 (avr_expand_builtin): Code cleanup because .id is removed.
5242
5243 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
5244
5245 PR target/52737
5246 * config.gcc (tm_file): Remove avr/multilib.h.
5247
5248 * doc/invoke.texi (AVR Options): Adjust documentation of -mtiny-stack.
5249
5250 * config/avr/genmultilib.awk: Remove code to generate multilib.h.
5251 (BEGIN): Use -msp8 as multilib option instead of -mtiny-stack.
5252 * config/avr/t-avr: Remove generation of multilib.h.
5253 * config/avr/t-multilib: Regenerate.
5254 * config/avr/multilib.h: Remove.
5255 * config/avr/avr.opt (-msp8): New option.
5256 (avr_sp8): New variable.
5257 * config/avr/driver-avr.c (avr_device_to_sp8): New function.
5258 * config/avr/avr.h (AVR_HAVE_SPH): New define.
5259 (AVR_HAVE_8BIT_SP): Also set by avr_sp8 i.e. -msp8.
5260 (avr_device_to_sp8): New prototype.
5261 (EXTRA_SPEC_FUNCTIONS): Add { "device_to_sp8", avr_device_to_sp8 }
5262 (DRIVER_SELF_SPECS): New define.
5263 * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in defines:
5264 __AVR_SP8__, __AVR_HAVE_SPH__.
5265 * config/avr/avr.c (output_movhi): Use AVR_HAVE_SPH instead of
5266 AVR_HAVE_8BIT_SP to decide if SP_H is present.
5267 (avr_file_start): Ditto.
5268
5269 2012-03-28 Jakub Jelinek <jakub@redhat.com>
5270
5271 PR target/52736
5272 * config/i386/sse.md (sse2_loadlpd splitter): Use offset 0
5273 instead of 8 in adjust_address.
5274
5275 2012-03-27 Aurelien Buhrig <aurelien.buhrig.gcc@gmail.com>
5276
5277 PR middle-end/51893
5278 * expmed.c (store_bit_field_1): Fix wordnum value for big-endian
5279 targets.
5280
5281 2012-03-27 Oleg Endo <olegendo@gcc.gnu.org>
5282
5283 PR target/50751
5284 * config/sh/sh.c (sh_legitimize_address, sh_legitimize_reload_address):
5285 Rearrange conditional logic. Move displacement address calculations
5286 to ...
5287 (sh_find_mov_disp_adjust): ... this new function.
5288
5289 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
5290
5291 * config/arm/arm.opt (mapcs): Remove MaskExists.
5292 * config/cris/linux.opt (mno-gotplt): Likewise.
5293 * config/i386/i386.opt (mhard-float): Likewise.
5294 (msse4): Likewise.
5295 (mno-sse4): Likewise.
5296 * config/m68k/m68k.opt (mhard-float): Likewise.
5297 * config/mep/mep.op (mcop32): Likewise.
5298 * config/pa/pa-hpux.opt (msio): Likewise.
5299 * config/pa/pa64-hpux.opt (mgnu-ld): Likewise.
5300 * config/picochip/picochip.opt (mlittle): Likewise.
5301 * config/sh/sh.opt (mrenesas): Likewise.
5302 * config/sparc/long-double-switch.opt (mlong-double-128): Likewise.
5303 * config/sparc/sparc.opt (mhard-float): Likewise.
5304 * config/v850/v850.opt (mv850es): Likewise.
5305 * config/vax/vax.opt (mg-float): Likewise.
5306
5307 2012-03-27 Martin Jambor <mjambor@suse.cz>
5308
5309 PR middle-end/52693
5310 * tree-sra.c (sra_modify_assign): Do not call
5311 load_assign_lhs_subreplacements when working with an unscalarizable
5312 region.
5313
5314 2012-03-27 Uros Bizjak <ubizjak@gmail.com>
5315
5316 PR target/52698
5317 * config/i386/i386-protos.h (ix86_legitimize_reload_address):
5318 New prototype.
5319 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): New define.
5320 * config/i386/i386.c: Include reload.h.
5321 (ix86_legitimize_reload_address): New function.
5322
5323 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
5324
5325 * opth-gen.awk: Allocated a bit for Mask and InverseMask if it
5326 hasn't been allocated. Define a target macro for Mask and
5327 InverseMask if it hasn't been defined. Remove MaskExists handling.
5328
5329 * doc/options.texi: Remove MaskExists.
5330
5331 2012-03-27 Chung-Lin Tang <cltang@codesourcery.com>
5332
5333 PR target/52667
5334 * config/sh/sh.c (find_barrier): Add equality check of last_got
5335 to avoid going above orig insn. Update comments.
5336
5337 2012-03-27 Richard Guenther <rguenther@suse.de>
5338
5339 PR middle-end/52720
5340 * fold-const.c (try_move_mult_to_index): Handle &x.array more
5341 explicitely.
5342
5343 2012-03-27 Eric Botcazou <ebotcazou@adacore.com>
5344
5345 * expmed.c (store_bit_field): Assert that BITREGION_START is a multiple
5346 of a unit before computing the offset in units.
5347 * expr.c (get_bit_range): Return the null range if the enclosing record
5348 is part of a larger bit field.
5349
5350 2012-03-27 Tristan Gingold <gingold@adacore.com>
5351
5352 * config/ia64/vms.h (CASE_VECTOR_MODE): Define.
5353 * config/ia64/ia64.md: Remove mode in template.
5354 Sign extend operand in expand_simple_binop.
5355 * config/ia64/ia64.h (ASM_OUTPUT_ADDR_DIFF_ELT): Use
5356 CASE_VECTOR_MODE instead of TARGET_ILP32.
5357 (ADDR_VEC_ALIGN): Make it depends on CASE_VECTOR_MODE.
5358
5359 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
5360
5361 * varasm.c (assemble_external): #if 0 out the new assert from the
5362 previous commit, it breaks the Java and Go front ends.
5363
5364 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
5365
5366 * toplev.c (check_global_declaration_1): Do not call assemble_external.
5367 * expr.c (emit_block_move_libcall_fn): Likewise.
5368 (clear_storage_libcall_fn): Likewise.
5369 (expand_expr_addr_expr_1): Likewise.
5370 (expand_expr_real_1): Likewise.
5371 * calls.c (rtx_for_function_call): Likewise.
5372
5373 * varasm.c (assemble_external): Assert this function is only called
5374 during or after expanding to RTL.
5375
5376 2012-03-26 Martin Jambor <mjambor@suse.cz>
5377
5378 PR tree-optimization/50052
5379 * tree-sra.c (tree_non_aligned_mem_p): Removed.
5380 (tree_non_aligned_mem_for_access_p): Likewise.
5381 (build_accesses_from_assign): Removed strict alignment requirements
5382 checks.
5383 (access_precludes_ipa_sra_p): Likewise.
5384
5385 2012-03-26 Richard Guenther <rguenther@suse.de>
5386
5387 PR tree-optimization/52701
5388 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Always
5389 compute and set the evolution part of PHI nodes.
5390
5391 2012-03-26 Richard Guenther <rguenther@suse.de>
5392
5393 PR tree-optimization/52721
5394 * tree-vect-stmts.c (vect_init_vector): Handle scalars.
5395
5396 2012-03-26 Ulrich Weigand <ulrich.weigand@linaro.org>
5397
5398 PR tree-optimization/52686
5399 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
5400 WIDEN_LSHIFT_EXPR.
5401
5402 2012-03-26 Tristan Gingold <gingold@adacore.com>
5403
5404 * config/alpha/vms.h (LINK_SPEC): Simplify.
5405 (STARTFILE_SPEC): Remove -mvms-return-codes handling.
5406 (NAME__MAIN, SYMBOL__MAIN): Remove.
5407 (VMS_DEBUG_MAIN_POINTER): Remove.
5408 * config/ia64/vms.h: Likewise.
5409 * config/alpha/alpha.c (alpha_start_function): Move vms_debug_main
5410 code to vms.c. Call vms_start_function.
5411 * config/ia64/ia64.c (ia64_start_function): Likewise.
5412 * config/vms/vms-protos.h (vms_start_function): Declare.
5413 * config/vms/vms.c (vms_start_function): New function.
5414 * config/vms/vms.h (MATH_LIBRARY): Define.
5415 (VMS_DEBUG_MAIN_POINTER): Define.
5416
5417 2012-03-26 Eric Botcazou <ebotcazou@adacore.com>
5418
5419 PR rtl-optimization/52629
5420 * reload1.c (count_pseudo): Short-circuit common case.
5421 (count_spilled_pseudo): Return early for pseudos without hard regs.
5422 Assert that the pseudo has got a hard reg before manipulating it.
5423
5424 2012-03-24 Jan Hubicka <jh@suse.cz>
5425
5426 PR lto/51663
5427 * varpool.c (varpool_finalize_decl): Handle toplevel_reorder here.
5428 (decide_is_variable_needed): Do not handle toplevel reorder here.
5429 * cgraph.h (varpool_can_remove_if_no_refs): Likewise.
5430 * ipa.c (cgraph_remove_unreachable_nodes): Remove unreachable vars
5431 even at -O0.
5432
5433 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
5434
5435 * expr.c (optimize_bitfield_assignment_op) <BIT_IOR_EXPR>: Use str_mode
5436 and str_bitsize instead of more convoluted expressions.
5437
5438 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
5439
5440 PR target/52610
5441 * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=leon.
5442
5443 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
5444
5445 PR target/52656
5446 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Fix pasto.
5447
5448 2012-03-23 Martin Jambor <mjambor@suse.cz>
5449
5450 * tree-sra.c (build_accesses_from_assign): Remove FIXME comment.
5451
5452 2012-03-23 Richard Guenther <rguenther@suse.de>
5453
5454 PR tree-optimization/52678
5455 * tree-vectorizer.h (struct _stmt_vec_info): Add
5456 loop_phi_evolution_part member.
5457 (STMT_VINFO_LOOP_PHI_EVOLUTION_PART): New define.
5458 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Initialize
5459 STMT_VINFO_LOOP_PHI_EVOLUTION_PART.
5460 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
5461 Use the cached evolution part and the PHI nodes value from
5462 the loop preheader edge instead of re-analyzing the evolution.
5463
5464 2012-03-22 Maxim Kuvyrkov <maxim@codesourcery.com>
5465
5466 * config/mips/mips-tables.opt: Update.
5467 * config/mips/mips.md (processor): Add xlp.
5468 * config/mips/mips-cpus.def: Add xlp.
5469 * config/mips/mips.c (mips_rtx_cost_data): Add costs for XLP, copy from
5470 5KF for now.
5471 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle xlp.
5472 * doc/invoke.texi: Mention XLP.
5473
5474 2012-03-22 Jakub Jelinek <jakub@redhat.com>
5475
5476 PR middle-end/52547
5477 * tree-nested.c (convert_tramp_reference_stmt): Call declare_vars
5478 on any new_local_var_chain vars declared during recursing on
5479 GIMPLE_OMP_PARALLEL or GIMPLE_OMP_TASK body.
5480
5481 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
5482
5483 * config/alpha/alpha.h (ASM_OUTPUT_ALIGN): Move to config/alpha/elf.h
5484 (ASM_OUTPUT_SKIP): Move to config/alpha/vms.h
5485 (ASM_OUTPUT_LOCAL): Ditto.
5486 (ASM_OUTPUT_COMMON): Remove.
5487 * config/alpha/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Use ASM_OUTPUT_DEF.
5488 * config/alpha/vms.h (ASM_OUTPUT_ALIGN): Do not undefine before define.
5489
5490 2012-03-22 Jan Hubicka <jh@suse.cz>
5491
5492 PR middle-end/51737
5493 * cgraph.c (cgraph_remove_node_and_inline_clones): Add FORBIDDEN_NODE
5494 parameter.
5495 * cgraph.h (cgraph_remove_node_and_inline_clones): Update prototype.
5496 * ipa-inline-transform.c (save_inline_function_body): Remove
5497 copied clone if needed.
5498 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Update.
5499
5500 2012-03-22 Richard Guenther <rguenther@suse.de>
5501
5502 PR middle-end/52666
5503 * fold-const.c (fold_ternary_loc): Fix typo.
5504
5505 2012-03-22 Georg-Johann Lay <avr@gjlay.de>
5506
5507 PR target/52496
5508 * config/avr/avr.md (unspec): Remove UNSPEC_MEMORY_BARRIER.
5509 (unspecv): Add UNSPECV_MEMORY_BARRIER.
5510 (cli_sei): Use unspec_volatile instead of unspec for memory barrier.
5511 (delay_cycles_1, delay_cycles_2): Ditto.
5512 (delay_cycles_3, delay_cycles_4): Ditto.
5513 (nopv, *nopv): Ditto.
5514 (sleep, *sleep): Ditto.
5515 (wdr, *wdr): Ditto.
5516
5517 2012-03-22 Richard Guenther <rguenther@suse.de>
5518
5519 PR tree-optimization/52548
5520 * tree-ssa-pre.c (valid_in_sets): Remove handling of invalidation
5521 because of clobbers.
5522 (prune_clobbered_mems): New function.
5523 (compute_antic_aux): Use it to prune ANTIC_OUT.
5524 (compute_partial_antic_aux): Use it to prune PA_IN.
5525 (compute_avail): Only insert expressions into EXP_GEN that are not
5526 invalidated when translated up to the beginning of the block.
5527
5528 2012-03-22 Richard Guenther <rguenther@suse.de>
5529
5530 PR tree-optimization/52638
5531 * tree-vect-stmts.c (vect_init_vector_1): New function, split
5532 out from ...
5533 (vect_init_vector): ... here. Handle scalar vector inits.
5534 (vect_get_vec_def_for_operand): Adjust.
5535 (vectorizable_load): Likewise.
5536
5537 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
5538
5539 * config.gcc (alpha*-*-linux*): Add elfos.h to tm_file.
5540 (alpha*-*-freebsd*): Ditto.
5541 (alpha*-*-netbsd*): Ditto.
5542 (alpha*-*-openbsd*): Ditto.
5543 * config/alpha/elf.h (OBJECT_FORMAT_ELF): Remove.
5544 (DWARF2_DEBUGGING_INFO): Remove.
5545 (PREFERRED_DEBUGGING_TYPE): Remove.
5546 (ASM_FINAL_SPEC): Remove.
5547 (IDENT_ASM_OP): Remove.
5548 (ASM_OUTPUT_IDENT): Remove.
5549 (SKIP_ASM_OP): Remove.
5550 (ASM_OUTPUT_SKIP): Remove.
5551 (ALIGN_ASM_OP): Remove.
5552 (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
5553 (ASM_OUTPUT_CASE_LABEL): Remove.
5554 (ASM_OUTPUT_EXTERNAL_LIBCALL): Remove.
5555 (COMMON_ASM_OP): Remove.
5556 (ASM_OUTPUT_ALIGNED_COMMON): Remove.
5557 (ASCII_DATA_ASM_OP): Remove.
5558 (READONLY_DATA_SECTION_ASM_OP): Remove.
5559 (INIT_SECTION_ASM_OP): Remove.
5560 (FINI_SECTION_ASM_OP): Remove.
5561 (ASM_SECTION_START_OP): Remove.
5562 (ASM_OUTPUT_SECTION_START_FILE): Remove.
5563 (TARGET_ASM_NAMED_SECTION): Remove.
5564 (TARGET_ASM_SELECT_SECTION): Remove.
5565 (MAKE_DECL_ONE_ONLY): Remove.
5566 (TYPE_ASM_OP): Remove.
5567 (SIZE_ASM_OP): Remove.
5568 (ASM_WEAKEN_LABEL): Remove.
5569 (TYPE_OPERAND_FMT): Remove.
5570 (ASM_DECLARE_RESULT): Remove.
5571 (ASM_DECLARE_OBJECT_NAME): Remove.
5572 (ASM_FINISH_DECLARE_OBJECT): Remove.
5573 (ELF_ASCII_ESCAPES): Remove.
5574 (ELF_STRING_LIMIT): Remove.
5575 (STRING_ASM_OP): Remove.
5576 (ASM_OUTPUT_EXTERNAL): Remove.
5577 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Redefine to false.
5578 * config/alpha/alpha.h (PCC_BITFIELD_TYPE_MATTERS): Undefine
5579 before define.
5580 (ASM_DECLARE_FUNCTION_NAME): Ditto.
5581 (ASM_DECLARE_FUNCTION_SIZE): Ditto.
5582 (ASM_GENERATE_INTERNAL_LABEL): Ditto.
5583 (ASM_OUTPUT_SKIP): Ditto.
5584 (READONLY_DATA_SECTION_ASM_OP): Remove.
5585 (USER_LABEL_PREFIX): Remove.
5586 (ASM_OUTPUT_ASCII): Remove.
5587 (ASM_OUTPUT_CASE_LABEL): Remove.
5588 (NO_DOLLAR_IN_LABEL): Undefine.
5589
5590 2012-03-22 Richard Guenther <rguenther@suse.de>
5591
5592 PR tree-optimization/52459
5593 * tree-ssa-pre.c (inhibit_phi_insertion): Do not inhibit
5594 PHI insertion for calls.
5595
5596 2012-03-21 Steven Bosscher <steven@gcc.gnu.org>
5597
5598 * cse.c (invalidate_from_sets_and_clobbers, try_back_substitute_reg,
5599 find_sets_in_insn, canonicalize_insn): Split out from ...
5600 (cse_insn): ... here.
5601 (invalidate_from_clobbers): Take an insn instead of the pattern.
5602
5603 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
5604
5605 PR target/52479
5606 * config/sh/sh-protos.h (sh_fsca_df2int): Remove.
5607 * config/sh/sh.c (sh_fsca_df2int_rtx, sh_fsca_df2int): Remove.
5608 * config/sh/sh.md (sindf2, cosdf2): Remove.
5609
5610 2012-03-21 Kaz Kojima <kkojima@gcc.gnu.org>
5611
5612 PR target/52642
5613 * config/sh/sh.c (sh_expand_prologue): Emit blockage at the end of
5614 prologue for unwinder and profiler.
5615
5616 2012-03-21 Andreas Tobler <andreast@fgznet.ch>
5617
5618 * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
5619 Introduce emul_name to select the right linker emulation for
5620 powerpc64-*-freebsd*.
5621 * configure: Regenerate.
5622 * config.gcc: Add bits to support powerpc64-*-freebsd*.
5623 * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
5624 * config/rs6000/freebsd64.h: New file.
5625 * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
5626 POWERPC_FREEBSD.
5627 (rs6000_savres_strategy): Likewise.
5628 (rs6000_savres_routine_name): Likewise.
5629 (rs6000_elf_file_end): Likewise.
5630 * config/rs6000/t-freebsd64: New file.
5631 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
5632 rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.
5633
5634 * config/rs6000/freebsd64.h: Remove duplicated entries from last
5635 commit.
5636 * config/rs6000/t-freebsd64: Likewise.
5637
5638 2012-03-21 Georg-Johann Lay <avr@gjlay.de>
5639
5640 PR rtl-optimization/52543
5641 PR target/52461
5642 * config/avr/avr-protos.h (avr_load_lpm): New prototype.
5643 * config/avr/avr.c (avr_mode_dependent_address_p): New function.
5644 (TARGET_MODE_DEPENDENT_ADDRESS_P): New define.
5645 (avr_load_libgcc_p): Restrict to __flash loads.
5646 (avr_out_lpm): Only handle 1-byte loads from __flash.
5647 (avr_load_lpm): New function.
5648 (avr_find_unused_d_reg): Remove.
5649 (avr_out_lpm_no_lpmx): Remove.
5650 (adjust_insn_length): Handle ADJUST_LEN_LOAD_LPM.
5651 * config/avr/avr.md (unspec): Add UNSPEC_LPM.
5652 (load_<mode>_libgcc): Use UNSPEC_LPM instead of MEM.
5653 (load_<mode>, load_<mode>_clobber): New insns.
5654 (mov<mode>): For multi-byte move from non-generic
5655 16-bit address spaces: Expand to load_<mode> resp.
5656 load_<mode>_clobber.
5657 (load<mode>_libgcc): Remove expander.
5658 (split-lpmx): Remove split.
5659
5660 2012-03-21 Richard Earnshaw <rearnsha@arm.com>
5661
5662 * neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart.
5663 * config/arm/neon.ml (Fixed_return_reg): Renamed to fixed_vector_reg.
5664 All callers changed.
5665 (Fixed_core_reg): New feature.
5666 (Vget_lane [sizes S64 and U64]): Add Fixed_core_reg. Allow fmrrd in
5667 disassembly.
5668 * neon-testgen.ml: Handle Fixed_core_reg.
5669
5670 2012-03-21 Andrew Stubbs <ams@codesourcery.com>
5671
5672 * config/arm/arm.c (thumb2_reorg): Add complete support
5673 for 16-bit instructions.
5674 * config/arm/thumb2.md: Delete obsolete flag-clobbering peepholes.
5675
5676 2012-03-21 Richard Guenther <rguenther@suse.de>
5677
5678 PR tree-optimizer/52636
5679 * tree-vect-slp.c (vect_get_constant_vectors): Convert constants
5680 to the appropriate type.
5681
5682 2012-03-21 Richard Guenther <rguenther@suse.de>
5683
5684 * Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H)
5685 dependencies.
5686 * cfgexpand.c (gimple_expand_cfg): Fold in pass_init_function,
5687 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
5688 * passes.c (init_optimization_passes): Remove pass_init_function,
5689 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
5690 * tree-pass.h (pass_init_function): Remove.
5691 (pass_jump): Remove.
5692 (pass_initial_value_sets): Remove.
5693 (pass_unshare_all_rtl): Remove.
5694 * integrate.c (pass_initial_value_sets): Remove.
5695 * emit-rtl.c (pass_unshare_all_rtl): Remove.
5696 * tree.h (init_function_for_compilation): Remove.
5697 * function.c (init_function_for_compilation): Remove.
5698 (pass_init_function): Remove.
5699 * cfgcleanup.c (rest_of_handle_jump): Remove.
5700 (pass_jump): Remove.
5701
5702 2012-03-20 Jason Merrill <jason@redhat.com>
5703
5704 * tree-streamer-in.c (streamer_alloc_tree): Call
5705 ggc_alloc_zone_cleared_tree_node instead of
5706 ggc_alloc_zone_cleared_tree_node_stat.
5707
5708 2012-03-20 Jonathan Wakely <jwakely.gcc@gmail.com>
5709
5710 * doc/extend.texi (Template Instantiation): Remove anachronisms.
5711
5712 2012-03-20 Jakub Jelinek <jakub@redhat.com>
5713
5714 PR target/52607
5715 * config/i386/i386.c (expand_vec_perm_vperm2f128): New function.
5716 (ix86_expand_vec_perm_const_1): Call it.
5717
5718 * config/i386/i386.c (vselect_insn): New variable.
5719 (init_vselect_insn): New function.
5720 (expand_vselect, expand_vselect_insn): Add testing_p argument.
5721 Call init_vselect_insn if vselect_insn is NULL. Adjust
5722 PATTERN (vselect_insn), instead of creating a new insn each time,
5723 only emit a copy of it if not testing and recog has been successful.
5724 (expand_vec_perm_pshufb, expand_vec_perm_1,
5725 expand_vec_perm_pshuflw_pshufhw, expand_vec_perm_broadcast_1): Adjust
5726 callers.
5727
5728 PR target/52607
5729 * config/i386/i386.md ("isa" attribute): Add avx2 and noavx2.
5730 ("enabled" attribute): Handle avx2 and noavx2 isas.
5731 * config/i386/sse.md (avx2_vec_dupv8sf_1, avx2_pbroadcast<mode>_1):
5732 New insns.
5733 (vec_dup<mode>): Add avx2 =x,x alternative.
5734 (vec_dup<mode> splitter): Don't split if TARGET_AVX2.
5735 (*avx_vperm_broadcast_<mode>): Don't split V4DFmode if TARGET_AVX2.
5736 For TARGET_AVX2, V8SFmode and elt == 0 split into vbroadcastss.
5737 * config/i386/i386.c (expand_vec_perm_pshufb): Emit also vpermps
5738 for V8SFmode.
5739 (expand_vec_perm_1): For broadcasts, use avx2_pbroadcast<mode>_1
5740 if possible, handle also V8SFmode.
5741
5742 2012-03-20 Richard Earnshaw <rearnsha@arm.com>
5743
5744 * arm/predicates.md (zero_operand, reg_or_zero_operand): New predicates.
5745 * arm/neon.md (neon_vceq<mode>, neon_vcge<mode>): Use
5746 reg_or_zero_operand predicate.
5747 (neon_vcle<mode>, neon_vclt<mode>): Use zero_operand predicate.
5748
5749 2012-03-20 Jakub Jelinek <jakub@redhat.com>
5750
5751 * config/i386/i386.c (ix86_decompose_address) <case ZERO_EXTEND>:
5752 If operand isn't UNSPEC, return 0.
5753
5754 2012-03-20 Richard Guenther <rguenther@suse.de>
5755
5756 * tree-pass.h (pass_rtl_eh): Remove.
5757 * except.c (gate_handle_eh): Likewise.
5758 (rest_of_handle_eh): Likewise.
5759 (pass_rtl_eh): Likewise.
5760 (finish_eh_generation): Export.
5761 * except.h (finish_eh_generation): Declare.
5762 * passes.c (init_optimization_passes): Remove pass_rtl_eh.
5763 * cfgexpand.c (gimple_expand_cfg): Call finish_eh_generation
5764 after expanding stack alignment. Instead of compacting blocks
5765 call cleanup_cfg.
5766
5767 2012-03-20 Richard Guenther <rguenther@suse.de>
5768
5769 * stor-layout.c (finish_bitfield_representative): Fallback
5770 to conservative maximum size if the padding up to the next
5771 field cannot be computed as a constant.
5772 (finish_bitfield_layout): If we cannot compute the distance
5773 between the start of the bitfield representative and the
5774 bitfield member start a new representative.
5775 * expr.c (get_bit_range): The distance between the start of
5776 the bitfield representative and the bitfield member is zero
5777 if the field offsets are not constants.
5778
5779 2012-03-20 Tristan Gingold <gingold@adacore.com>
5780
5781 * tree.h (enum size_type_kind): Add stk_ prefix to constants,
5782 convert in lowercase.
5783 (sizetype_tab, sizetype, bitsizetype, ssizetype, sbitsizetype)
5784 (size_int, ssize_int, bitsize_int, sbitsize_int): Adjust.
5785 * stor-layout.c (sizetype_tab): Adjust.
5786 (initialize_sizetypes): Use SIZETYPE instead of SIZE_TYPE.
5787 * tree-streamer.c (preload_common_nodes): Use stk_type_kind_last
5788 instead of type_kind_last.
5789 * tree-scalar-evolution.c (interpret_rhs_expr): Use size_int
5790 instead of size_int_kind.
5791 * doc/tm.texi.in (Type Layout): Document SIZETYPE.
5792 * doc/tm.texi: Regenerate.
5793 * defaults.h (SIZETYPE): Provide a default value.
5794 * config/vms/vms.h (SIZE_TYPE): Define as "unsigned int".
5795 (SIZETYPE): Define.
5796
5797 2012-03-20 Oleg Endo <olegendo@gcc.gnu.org>
5798
5799 * config/sh/sh.md: Use braced string notation where applicable.
5800
5801 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
5802
5803 * config/i386/i386.md (allocate_stack): Simplify.
5804
5805 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
5806
5807 * builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of
5808 copy_to_mode_reg (Pmode, ...).
5809 (expand_builtin_frame_address): Ditto.
5810 * expr.c (emit_block_move_via_libcall): Ditto.
5811 (set_storage_via_libcall): Ditto.
5812
5813 * config/i386/i386.c (ix86_expand_movmem): Ditto.
5814 (ix86_expand_setmem): Ditto.
5815 (ix86_trampoline_init): DItto.
5816 * config/i386/i386.md (cmpstrnsi): Ditto.
5817
5818 2012-03-19 Sandra Loosemore <sandra@codesourcery.com>
5819
5820 * config/sh/sh.opt (madjust-unroll): Mark as ignored/obsolete.
5821 * config/sh/sh.h (TARGET_OPT_DEFAULT): Don't use MASK_ADJUST_UNROLL.
5822 * doc/invoke.texi (Option Summary): Remove -madjust-unroll.
5823 (SH Options): Likewise.
5824
5825 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
5826
5827 * config/i386/i386.c (get_thread_pointer): Add tp_mode argument.
5828 Generate ZERO_EXTEND in place if GET_MODE (tp) != tp_mode.
5829 (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>: Always generate
5830 DImode UNSPEC_GOTNTPOFF references on TARGET_64BIT.
5831 (ix86_decompose_address): Allow zero extended UNSPEC_TP references.
5832
5833 Revert:
5834 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
5835
5836 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
5837 * config/i386/i386.c (ix86_decompose_address): Use
5838 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
5839 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
5840 thread pointer to a register.
5841
5842 Revert:
5843 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
5844
5845 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
5846 if Pmode != word_mode.
5847 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
5848 Pmode == SImode for TARGET_X32.
5849
5850 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
5851 (tls_initial_exec_x32): Likewise.
5852
5853 2012-03-19 Oleg Endo <olegendo@gcc.gnu.org>
5854
5855 PR target/50751
5856 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12, DISP_ADDR_P,
5857 DISP_ADDR_OFFSET): New macros.
5858 * config/sh/sh.c (sh_address_cost): Add SH2A special case.
5859 (sh_legitimate_index_p): Allow QImode displacements for non-SH2A.
5860 (sh_legitimize_address): Add QImode displacement handling.
5861 (sh_cannot_change_mode_class): Disallow GENERAL_REGS for SFmode
5862 vector subregs.
5863 (sh_secondary_reload): Add QImode displacement handling.
5864 * config/sh/predicates.md (movsrc_no_disp_mem_operand): New predicate.
5865 * config/sh/constraints.md (K04, Snd, Sdd): New constraints.
5866 * config/sh/sh.md (extendqisi2): Remove constraints from expander.
5867 (*extendqisi2_compact): Rename to *extendqisi2_compact_reg, restrict
5868 to register operands only.
5869 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New insns.
5870 (extendqihi2): Change insn to expander.
5871 (*extendqihi2_compact_reg): New insn.
5872 (movqi_i, movqi): Replace with ...
5873 (movqi, *movqi_reg_reg, *movqi_store_mem_disp12,
5874 *movqi_load_mem_disp, *movqi_load_mem_disp): ... these.
5875 Add new peepholes for QImode displacement addressing.
5876
5877 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
5878
5879 PR c++/14710
5880 * doc/invoke.texi: Document -Wuseless-cast.
5881
5882 2012-03-19 Eric Botcazou <ebotcazou@adacore.com>
5883
5884 * tree.def (REALPART_EXPR, IMAGPART_EXPR, VIEW_CONVERT_EXPR): Move.
5885 * tree.h (handled_component_p): Reorder cases.
5886 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref): Do
5887 not initialize unsignedp.
5888 (loc_list_from_tree): Likewise.
5889 (fortran_common): Likewise.
5890 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
5891
5892 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
5893
5894 * config/i386/i386.c (ix86_expand_prologue) <CM_LARGE_PIC>: Use Pmode
5895 mode consistently. Use ix86_gen_add3. Assert that Pmode == DImode.
5896 (ix86_expand_split_stack_prologue): Use ix86_gen_add3.
5897 (ix86_split_long_move): Ditto.
5898 (legitimize_tls_address): Use ix86_gen_sub3.
5899 (construct_plt_address): Assert that Pmode == DImode.
5900
5901 2012-03-18 Uros Bizjak <ubizjak@gmail.com>
5902
5903 * config/i386/i386.md: Remove empty predicates and/or constraints.
5904 * config/i386/sync.md: Ditto.
5905 * config/i386/sse.md: Ditto.
5906 * config/i386/mmx.md: Ditto.
5907 * config/i386/pentium.md: Ditto.
5908 * config/i386/athlon.md: Ditto.
5909
5910 2012-03-16 Richard Guenther <rguenther@suse.de>
5911
5912 PR tree-optimization/52603
5913 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Clarify
5914 comment.
5915
5916 Revert
5917 2012-03-14 Richard Guenther <rguenther@suse.de>
5918
5919 PR tree-optimization/52571
5920 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
5921 flag_section_anchors check ...
5922 (vect_can_force_dr_alignment_p): ... here.
5923
5924 2012-03-16 Martin Jambor <mjambor@suse.cz>
5925
5926 * expr.c (expand_expr_real_1): Handle misaligned scalar reads from
5927 memory through MEM_REFs by calling extract_bit_field.
5928
5929 2012-03-16 Richard Guenther <rguenther@suse.de>
5930
5931 * fold-const.c (native_interpret_expr): Also support POINTER_TYPE
5932 and REFERENCE_TYPE interpretations.
5933 (can_native_interpret_type_p): New function.
5934 (fold_ternary_loc): Use native encode/interpret to fold
5935 BIT_FIELD_REFs of constants.
5936
5937 2012-03-16 Richard Guenther <rguenther@suse.de>
5938
5939 PR middle-end/52584
5940 * fold-const.c (fold_ternary_loc): Fold vector typed BIT_FIELD_REFs
5941 of vector constants and constructors.
5942
5943 2012-03-16 Richard Guenther <rguenther@suse.de>
5944
5945 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
5946 VIEW_CONVERT_EXPR to convert constants.
5947 (vect_is_simple_use): Treat all constants as vec_constant_def.
5948
5949 2012-03-16 Richard Guenther <rguenther@suse.de>
5950 Kai Tietz <ktietz@redhat.com>
5951
5952 PR middle-end/48814
5953 * gimplify.c (gimplify_self_mod_expr): Evaluate postfix
5954 side-effects completely in the pre-queue and use a temporary
5955 for the result.
5956
5957 2012-03-16 Richard Guenther <rguenther@suse.de>
5958
5959 * stor-layout.c (finish_bitfield_representative): Fall back
5960 to the conservative maximum size if we cannot compute the
5961 size of the tail padding.
5962
5963 2012-03-16 Tristan Gingold <gingold@adacore.com>
5964
5965 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
5966 __CRTL_VER and __VMS_VER.
5967 * config/vms/vms-protos.h: Declare vms_c_get_crtl_ver
5968 and vms_c_get_vms_ver.
5969 * config/vms/vms-c.c (vms_c_get_crtl_ver, vms_c_get_vms_ver): New
5970 functions.
5971 * config/alpha/vms.h (VMS_DEFAULT_CRTL_VER)
5972 (VMS_DEFAULT_VMS_VER): Define.
5973 * config/ia64/vms.h (VMS_DEFAULT_CRTL_VER)
5974 (VMS_DEFAULT_VMS_VER): Define.
5975
5976 2012-03-16 Richard Guenther <rguenther@suse.de>
5977
5978 * tree-vect-loop.c (get_initial_def_for_induction): Use
5979 build_constructor directly.
5980 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
5981 build_vector_from_val.
5982 * tree.c (build_vector_from_val): Avoid creating a constructor
5983 first when we want a constant vector.
5984
5985 2012-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5986
5987 * doc/install.texi (Specific, *-*-solaris2*): Improve wording.
5988
5989 2012-03-16 Richard Guenther <rguenther@suse.de>
5990
5991 * tree.h (TREE_VECTOR_CST_ELTS): Remove.
5992 (VECTOR_CST_NELTS, VECTOR_CST_ELTS, VECTOR_CST_ELT): New defines.
5993 (struct tree_vector): Remove elements member, add variable size
5994 elts array member.
5995 (build_vector_stat): Declare.
5996 (build_vector): Define in terms of build_vector_stat.
5997 * tree.c (build_vector): Rename to ...
5998 (build_vector_stat): ... this. Take array of trees as parameter.
5999 (build_vector_from_ctor): Adjust.
6000 (integer_zerop, integer_onep, integer_all_onesp, iterative_hash_expr,
6001 initializer_zerop): Adjust.
6002 * cfgexpand.c (expand_debug_expr): Likewise.
6003 * expr.c (categorize_ctor_elements_1, expand_expr_real_1,
6004 const_vector_from_tree): Likewise.
6005 * fold-const.c (const_binop, operand_equal_p, native_encode_vector,
6006 native_interpret_vector, fold_unary_loc, vec_cst_ctor_to_array,
6007 fold_vec_perm, fold_binary_loc, fold_ternary_loc): Likewise.
6008 * tree-streamer-in.c (streamer_alloc_tree): Handle TS_VECTOR.
6009 (lto_input_ts_vector_tree_pointers): Adjust.
6010 * tree-streamer-out.c (streamer_write_tree_header): Handle TS_VECTOR.
6011 (write_ts_vector_tree_pointers): Adjust.
6012 * varasm.c (const_hash_1, compare_constant, copy_constant,
6013 output_constant): Adjust.
6014 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Adjust.
6015 * print-tree.c (print_node): Adjust.
6016 * tree-pretty-print.c (dump_generic_node): Adjust.
6017 * tree-vect-generic.c (uniform_vector_p, vector_element,
6018 lower_vec_perm): Adjust.
6019 * tree-vect-loop.c (get_initial_def_for_reduction): Adjust.
6020 * tree-vect-slp.c (vect_get_constant_vectors,
6021 vect_transform_slp_perm_load): Adjust.
6022 * tree-vect-stmts.c (vect_gen_perm_mask): Adjust.
6023 * expmed.c (make_tree): Adjust.
6024 * config/i386/i386.c (ix86_expand_builtin): Adjust.
6025 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Adjust interface
6026 and implementation.
6027 (sparc_fold_builtin): Adjust.
6028
6029 2012-03-16 Tristan Gingold <gingold@adacore.com>
6030
6031 * config.gcc (*-*-*vms*): Define use_gcc_stdint and tm_file.
6032 * config/vms/vms-stdint.h: New file.
6033
6034 2012-03-16 Tristan Gingold <gingold@adacore.com>
6035
6036 * config.host (alpha64-dec-*vms*, alpha*-dec-*vms*)
6037 (ia64-hp-*vms*): Replaced by ...
6038 (*-*-*vms*): ... This new entry.
6039
6040 2012-03-15 Jakub Jelinek <jakub@redhat.com>
6041
6042 PR target/52568
6043 * config/i386/i386.c (expand_vec_perm_vperm2f128_vblend): New function.
6044 (ix86_expand_vec_perm_const_1): Use it.
6045
6046 PR target/52568
6047 * config/i386/sse.md (UNSPEC_VPERMDF): Remove.
6048 (avx2_permv4df): Remove.
6049 (avx2_permv4di): Macroize into...
6050 (avx2_perm<mode>): ... this using VI8F_256 iterator.
6051 (avx2_permv4di_1): Macroize into...
6052 (avx2_perm<mode>_1): ... this using VI8F_256 iterator.
6053
6054 2012-03-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6055
6056 * combine.c (apply_distributive_law): Do not distribute SUBREG.
6057
6058 2012-03-15 Ira Rosen <irar@il.ibm.com>
6059 Ulrich Weigand <ulrich.weigand@linaro.org>
6060
6061 * tree-vect-patterns.c (widened_name_p): Rename to ...
6062 (type_conversion_p): ... this. Add new argument to determine
6063 if it's a promotion or demotion operation. Check for
6064 CONVERT_EXPR_CODE_P instead of NOP_EXPR.
6065 (vect_recog_dot_prod_pattern): Call type_conversion_p instead
6066 widened_name_p.
6067 (vect_recog_widen_mult_pattern, vect_recog_widen_sum_pattern,
6068 vect_operation_fits_smaller_type, vect_recog_widen_shift_pattern):
6069 Likewise.
6070 (vect_recog_mixed_size_cond_pattern): Likewise and allow
6071 non-constant then and else clauses.
6072
6073 2012-03-15 Ira Rosen <irar@il.ibm.com>
6074 Ulrich Weigand <ulrich.weigand@linaro.org>
6075
6076 * tree-vectorizer.h (vect_pattern_recog): Add new argument.
6077 * tree-vect-loop.c (vect_analyze_loop_2): Update call to
6078 vect_pattern_recog.
6079 * tree-vect-patterns.c (widened_name_p): Pass basic block
6080 info to vect_is_simple_use.
6081 (vect_recog_dot_prod_pattern): Fail for basic blocks.
6082 (vect_recog_widen_sum_pattern): Likewise.
6083 (vect_handle_widen_op_by_const): Support basic blocks.
6084 (vect_operation_fits_smaller_type,
6085 vect_recog_over_widening_pattern): Likewise.
6086 (vect_recog_vector_vector_shift_pattern): Support basic blocks.
6087 Update call to vect_is_simple_use.
6088 (vect_recog_mixed_size_cond_pattern): Support basic blocks.
6089 Add printing.
6090 (check_bool_pattern): Add an argument, update call to
6091 vect_is_simple_use and the recursive calls.
6092 (vect_recog_bool_pattern): Update relevant function calls.
6093 Add printing.
6094 (vect_mark_pattern_stmts): Update calls to new_stmt_vec_info.
6095 (vect_pattern_recog_1): Check for reduction only in loops.
6096 (vect_pattern_recog): Add new argument. Support basic blocks.
6097 * tree-vect-stmts.c (vectorizable_conversion): Pass basic block
6098 info to vect_is_simple_use_1.
6099 * tree-vect-slp.c (vect_get_and_check_slp_defs): Support basic blocks.
6100 (vect_slp_analyze_bb_1): Call vect_pattern_recog.
6101
6102 2012-03-15 Jakub Jelinek <jakub@redhat.com>
6103 Andrew Pinski <apinski@cavium.com>
6104
6105 PR middle-end/52592
6106 * builtins.c (expand_builtin_int_roundingfn_2): If expanding
6107 BUILT_IN_IR{INT,OUND}* using optab fails, emit lr{int,ound}*
6108 calls instead of __builtin_ir{int,ound}*.
6109
6110 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6111
6112 * doc/sourcebuild.texi (cleanup-modules, keep-modules): Update
6113 documentation.
6114
6115 2012-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
6116
6117 * config.gcc (target_type_format_char): New. Document it. Set it for
6118 arm*-*-* .
6119 * configure.ac (gnu_unique_option): Use target_type_format_char
6120 in test. Comment rationale.
6121 * configure: Regenerate .
6122
6123 2012-03-15 Jakub Jelinek <jakub@redhat.com>
6124
6125 PR tree-optimization/52267
6126 * tree-vrp.c (masked_increment): New function.
6127 (register_edge_assert_for_2): Derive ASSERT_EXPRs
6128 from (X & CST1) cmp CST2 tests.
6129
6130 2012-03-15 Richard Guenther <rguenther@suse.de>
6131
6132 PR middle-end/52580
6133 * tree-data-ref.c (subscript_dependence_tester_1): Check
6134 all dimensions for non-conflicting access functions.
6135
6136 2012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
6137
6138 PR c++/44783
6139 * doc/invoke.texi [C++ Language Options]: Document
6140 -ftemplate-backtrace-limit.
6141
6142 2012-03-15 Tristan Gingold <gingold@adacore.com>
6143
6144 * c-parser.c (c_parser_parameter_declaration): Handle #pragma
6145 before a parameter.
6146
6147 2012-03-15 Tristan Gingold <gingold@adacore.com>
6148
6149 * dwarf2out.c (gen_subprogram_die): Require dwarf unwinding to
6150 use DW_OP_call_frame_cfa.
6151
6152 2012-03-14 H.J. Lu <hongjiu.lu@intel.com>
6153
6154 PR target/50797
6155 * config/i386/i386-opts.h (pmode): New.
6156
6157 * config/i386/i386.c (ix86_option_override_internal): Properly
6158 check and set ix86_pmode.
6159
6160 * config/i386/i386.h (Pmode): Check ix86_pmode instead of TARGET_64BIT.
6161
6162 * config/i386/i386.opt (maddress-mode=): New.
6163
6164 * doc/invoke.texi: Document -maddress-mode=short|long for x86.
6165
6166 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6167
6168 * dwarf2cfi.c (def_cfa_0): Remove MIPS_DEBUGGING_INFO handling.
6169 (dwarf2out_do_cfi_asm): Likewise.
6170 * dwarf2out.c (output_call_frame_info): Remove MIPS_DEBUGGING_INFO
6171 handling.
6172 (add_data_member_location_attribute): Likewise.
6173 (gen_array_type_die): Likewise.
6174 (gen_subprogram_die): Likewise.
6175 (gen_producer_string): Likewise.
6176 * sdbout.c (sdbout_begin_prologue): Declare unconditionally.
6177 Remove MIPS_DEBUGGING_INFO handling.
6178 (sdb_debug_hooks): Likewise.
6179 (sdbout_begin_block): Likewise.
6180 (sdbout_end_block): Likewise.
6181 (sdbout_begin_prologue): Likewise.
6182 (sdbout_start_source_file): Likewise.
6183 (sdbout_end_source_file): Likewise.
6184 (sdbout_init): Likewise.
6185 * system.h (MIPS_DEBUGGING_INFO): Poison.
6186
6187 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6188
6189 * config/alpha/alpha.c [HAVE_STAMP_H]: Remove.
6190 (alpha_file_start) [MS_STAMP]: Remove.
6191
6192 * config/alpha/elf.h (TARGET_GAS): Remove.
6193 * config/alpha/freebsd.h (TARGET_DEFAULT): Remove.
6194 * config/alpha/linux.h (TARGET_DEFAULT): Remove.
6195 * config/alpha/netbsd.h (TARGET_DEFAULT): Remove.
6196 * config/alpha/vms.h (TARGET_DEFAULT): Remove.
6197 * config.gcc (alpha*-*-linux*): Remove target_cpu_default.
6198 (alpha*-*-freebsd*): Likewise.
6199 (alpha*-*-netbsd*): Likewise.
6200 (alpha*-*-openbsd*): Likewise.
6201 (alpha*-*-*): Remove target_cpu_default2.
6202 * config/alpha/alpha.c (alpha_output_filename): Remove !TARGET_GAS
6203 handling.
6204 * config/alpha/alpha.h (TARGET_AS_CAN_SUBTRACT_LABELS): Remove.
6205 (TARGET_AS_SLASH_BEFORE_SUFFIX): Remove.
6206 * config/alpha/alpha.c (print_operand): Always assume
6207 TARGET_AS_SLASH_BEFORE_SUFFIX.
6208 * config/alpha/alpha.md ("*builtin_setjmp_receiver_er_sl_1"):
6209 Remove TARGET_AS_CAN_SUBTRACT_LABELS.
6210 ("*builtin_setjmp_receiver_er_1"): Remove.
6211 * config/alpha/alpha.opt (malpha-as): Remove.
6212 (mgas): Ignore.
6213 * doc/invoke.texi (Option Summary, DEC Alpha Options): Remove
6214 -malpha-as, -mgas.
6215 Remove DEC Unix reference.
6216
6217 * config/alpha/alpha.h (OBJECT_FORMAT_COFF): Remove.
6218 (EXTENDED_COFF): Remove.
6219 * config/alpha/elf.h (OBJECT_FORMAT_COFF): Don't undef.
6220 (EXTENDED_COFF): Don't undef.
6221 * config/alpha/alpha.c (alpha_file_start): Always assume
6222 OBJECT_FORMAT_ELF.
6223 Don't set targetm.asm_file_start_file_directive.
6224 [!OBJECT_FORMAT_ELF]: Remove.
6225 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
6226
6227 * config/alpha/alpha.h (SDB_DEBUGGING_INFO): Remove.
6228 (DBX_DEBUGGING_INFO): Remove.
6229 (MIPS_DEBUGGING_INFO): Remove.
6230 (PREFERRED_DEBUGGING_TYPE): Remove.
6231 (DBX_OUTPUT_SOURCE_LINE): Remove.
6232 (SDB_OUTPUT_SOURCE_LINE): Remove.
6233 (DBX_CONTIN_LENGTH): Remove.
6234 (NO_DBX_FUNCTION_END): Remove.
6235 (ASM_STABS_OP): Remove.
6236 (ASM_STABN_OP): Remove.
6237 (ASM_STABD_OP): Remove.
6238 (SDB_ALLOW_FORWARD_REFERENCES): Remove.
6239 (SDB_ALLOW_UNKNOWN_REFERENCES): Remove.
6240 (PUT_SDB_DEF): Remove.
6241 (PUT_SDB_PLAIN_DEF): Remove.
6242 (PUT_SDB_TYPE): Remove.
6243 (sdb_label_count): Remove.
6244 (PUT_SDB_BLOCK_START): Remove.
6245 (PUT_SDB_BLOCK_END): Remove.
6246 (PUT_SDB_FUNCTION_START): Remove.
6247 (PUT_SDB_FUNCTION_END): Remove.
6248 (PUT_SDB_EPILOGUE_END): Remove.
6249 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Don't undef.
6250 (MIPS_DEBUGGING_INFO): Don't undef.
6251 (DBX_DEBUGGING_INFO): Don't undef.
6252 * config/alpha/vms.h (SDB_DEBUGGING_INFO): Don't undef.
6253 (MIPS_DEBUGGING_INFO): Don't undef.
6254 (DBX_DEBUGGING_INFO): Don't undef.
6255 * config/alpha/freebsd.h (DBX_CONTIN_CHAR): Remove.
6256 * config/alpha/alpha.c (alpha_option_override): Remove SDB_DEBUG
6257 handling.
6258 (alpha_start_function): Likewise.
6259 (sdb_label_count): Remove.
6260 (alpha_output_filename): Remove DBX_DEBUG handling.
6261 (alpha_file_start): Likewise.
6262
6263 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6264
6265 * config.gcc (enable_obsolete): Remove *-*-solaris2.8*.
6266 (*-*-solaris2.[0-8], *-*-solaris2.[0-8].*): Mark unsupported.
6267 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Remove
6268 Solaris 8 support.
6269 * configure.ac (gcc_cv_ld_hidden): Remove *-*-solaris2.8*.
6270 (ld_tls_support): Remove Solaris 8 references.
6271 (lwp_dir, lwp_spec): Remove support for alternate thread library.
6272 * acinclude.m4 (gcc_cv_initfini_array): Remove *-*-solaris2.* tests.
6273 * configure: Regenerate.
6274 * config.in: Regenerate.
6275
6276 * config/sol2.h (LINK_SPEC): Remove LIB_THREAD_LDFLAGS_SPEC.
6277 * config/i386/sol2.h: Remove Solaris 8 references.
6278
6279 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Rename to ...
6280 (i?86-*-solaris2.9): ... this.
6281 Remove Solaris 8 references.
6282 (Specific, *-*-solaris2*): Document Solaris 8 removal.
6283 Remove Solaris 8 references.
6284
6285 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6286
6287 * config.gcc (enable_obsolete): Remove mips-sgi-irix6.5.
6288 (mips-sgi-irix6.5*): Remove.
6289 * config.host (mips-sgi-irix*): Remove.
6290 * configure.ac (enable_fixed_point): Remove mips*-sgi-irix*.
6291 (set_have_as_tls): Remove *-*-irix6*.
6292 (gcc_cv_ld_static_dynamic): Remove mips-sgi-irix6*.
6293 * configure: Regenerate.
6294
6295 * config/mips/iris6.h: Remove.
6296 * config/mips/iris6.opt: Remove.
6297 * config/mips/t-irix6: Remove.
6298
6299 * config/mips/mips.h (TARGET_GPWORD): Remove IRIX 6 N64 handling.
6300 (TARGET_IRIX6): Remove.
6301 (TARGET_CPU_CPP_BUILTINS): Remove IRIX 6 handling.
6302 Don't define LANGUAGE_C, _LANGUAGE_C for Objective-C.
6303 * config/mips/mips.c (mips_build_builtin_va_list): Remove IRIX 6
6304 handling.
6305 (mips_file_start): Likewise.
6306 * config/mips/mips-protos.h (irix_asm_output_align): Remove.
6307
6308 * config/mips/driver-native.c [__sgi__]: Remove.
6309 (host_detect_local_cpu) [__sgi__]: Remove.
6310
6311 * config/mips/gnu-user.h: Remove iris5.h reference.
6312
6313 * config/mips/mips-modes.def: Remove IRIX 6 reference.
6314 * config/mips/gnu-user64.h (MIPS_TFMODE_FORMAT): Remove.
6315 * config/mips/mips.c (mips_option_override) [MIPS_TFMODE_FORMAT]:
6316 Remove.
6317
6318 * gcc.c (main): Move asm_debug initialization ...
6319 (asm_debug): ... here.
6320
6321 * ginclude/stddef.h (__STDDEF_H__): Don't define.
6322
6323 * defaults.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Remove.
6324 * system.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Poison.
6325 * collect2.c [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
6326 (main) [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
6327 [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES] (is_in_args): Remove.
6328 * doc/tm.texi.in (Driver, LINK_ELIMINATE_DUPLICATE_LDIRECTORIES):
6329 Remove.
6330 * doc/tm.texi: Regenerate.
6331
6332 * doc/invoke.texi (Debugging Options, -gdwarf-<version>): Remove
6333 IRIX 6 reference.
6334 (MIPS Options, -march): Remove IRIX reference.
6335 * doc/install.texi (Binaries, SGI IRIX): Remove.
6336 (Specific, mips-sgi-irix6): Document IRIX 6.5 removal, remove rest
6337 of section.
6338 * doc/trouble.texi (Interoperation): Remove -lgl_s handling.
6339
6340 2012-03-14 Martin Jambor <mjambor@suse.cz>
6341
6342 * expr.c (expand_assignment): Use expand_expr with EXPAND_WRITE
6343 when expanding MEM_REFs, MEM_TARGET_REFs and handled_component bases.
6344 (expand_expr_real_1): Do not handle misalignment if modifier is
6345 EXPAND_WRITE.
6346
6347 2012-03-14 Richard Guenther <rguenther@suse.de>
6348
6349 PR middle-end/52584
6350 * tree-vect-generic.c (type_for_widest_vector_mode): Take
6351 element type instead of mode, use build_vector_type_for_mode
6352 instead of the langhook, build a vector of proper signedness.
6353 (expand_vector_operations_1): Adjust.
6354
6355 2012-03-14 Richard Guenther <rguenther@suse.de>
6356
6357 PR middle-end/52582
6358 * gimple-fold.c (canonicalize_constructor_val): Make sure we have
6359 a cgraph node for a FUNCTION_DECL that comes from a constructor.
6360 (gimple_get_virt_method_for_binfo): Likewise.
6361
6362 2012-03-14 Richard Guenther <rguenther@suse.de>
6363
6364 PR tree-optimization/52571
6365 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
6366 flag_section_anchors check ...
6367 (vect_can_force_dr_alignment_p): ... here. Do not re-align
6368 DECL_COMMON variables.
6369
6370 2012-03-14 Richard Guenther <rguenther@suse.de>
6371
6372 * tree.h (DECL_BIT_FIELD_REPRESENTATIVE): New define.
6373 * stor-layout.c (start_bitfield_representative): New function.
6374 (finish_bitfield_representative): Likewise.
6375 (finish_bitfield_layout): Likewise.
6376 (finish_record_layout): Call finish_bitfield_layout.
6377 * tree.c (free_lang_data_in_decl): Only free DECL_QUALIFIER
6378 for QUAL_UNION_TYPE fields.
6379 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
6380 Stream DECL_BIT_FIELD_REPRESENTATIVE.
6381 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
6382
6383 PR middle-end/52080
6384 PR middle-end/52097
6385 PR middle-end/48124
6386 * expr.c (get_bit_range): Unconditionally extract bitrange
6387 from DECL_BIT_FIELD_REPRESENTATIVE.
6388 (expand_assignment): Adjust call to get_bit_range.
6389
6390 2012-03-14 Richard Guenther <rguenther@suse.de>
6391
6392 PR middle-end/52578
6393 * fold-const.c (fold_unary_loc): Fold (T1)(T2)x to (T1)x if
6394 the outermost conversion is a sign-change only.
6395 (fold_binary_loc): Disregard widening and sign-changing
6396 conversions when we determine if two variables are equal
6397 for reassociation.
6398 * tree-ssa-forwprop.c (combine_conversions): Fold (T1)(T2)x to
6399 (T1)x if the outermost conversion is a sign-change only.
6400
6401 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
6402
6403 Revert:
6404 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
6405
6406 * config/i386/predicates.md (constant_call_address_operand): Declare
6407 as special predicate. Update all uses.
6408
6409 2012-03-13 Jakub Jelinek <jakub@redhat.com>
6410
6411 PR c/52577
6412 * c-parser.c (c_parser_postfix_expression)
6413 <case RID_BUILTIN_SHUFFLE>: Call mark_exp_read on argument values.
6414
6415 * config/i386/smmintrin.h: Avoid /* within a comment.
6416 * config/i386/nmmintrin.h: Likewise.
6417
6418 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
6419
6420 * config/i386/i386.md (xbegin): Remove constraint from expander.
6421
6422 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
6423
6424 * config/i386/predicates.md (constant_call_address_operand): Declare
6425 as special predicate. Update all uses.
6426 * config/i386/i386.md: Remove mode from constant_call_address_operand
6427 predicates.
6428 * config/i386/i386.c (ix86_output_call_insn): Call
6429 constant_call_address_operand with VOIDmode.
6430
6431 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
6432
6433 * config/i386/i386.c (ix86_decompose_address): Handle subregs of
6434 AND zero extended address correctly.
6435
6436 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
6437
6438 * config/i386/predicates.md (tls_symbolic_operand): Declare as
6439 special predicate.
6440 (tls_modbase_operand): Ditto.
6441 * config/i386/i386.md: Remove mode from tls_symbolic_operand and
6442 tls_modbase_operand predicates.
6443
6444 2012-03-13 Martin Jambor <mjambor@suse.cz>
6445
6446 * expr.c (expand_assignment): Handle misaligned scalar writes to
6447 memory through top-level MEM_REFs by calling store_bit_field.
6448
6449 2012-03-13 Richard Guenther <rguenther@suse.de>
6450
6451 PR middle-end/52134
6452 * fold-const.c (fold_binary_loc): Fold (X * Y) & -(1 << CST) to X * Y
6453 if Y is a constant multiple of 1 << CST.
6454
6455 2012-03-13 Georg-Johann Lay <avr@gjlay.de>
6456
6457 PR target/52488
6458 * config/avr/avr.c (avr_prologue_setup_frame): Cut down stack
6459 offset (size) to a value the insns can deal with.
6460 (expand_epilogue): Ditto.
6461
6462 2012-03-13 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6463
6464 * config/arm/neon.ml (ops): Fixup expected instructions for
6465 unsigned vector compares.
6466
6467 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
6468
6469 * config/i386/i386.c (ix86_decompose_address): Prevent %fs:(%reg)
6470 addresses only when %reg is not in word mode.
6471
6472 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6473
6474 * config/microblaze/microblaze.md: Fix typo.
6475 * tree-if-conv.c: Likewise.
6476 * tree-vect-patterns.c: Likewise.
6477
6478 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6479
6480 * config.gcc (extra_passes): Remove.
6481 * configure.ac (extra_passes): Don't substitute.
6482 * configure: Regenerate.
6483 * Makefile.in (EXTRA_PASSES): Remove.
6484 (GCC_PASSES): Remove $(EXTRA_PASSES).
6485 (MOSTLYCLEANFILES): Likewise.
6486 (native): Likewise.
6487 (install-common): Likewise.
6488
6489 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
6490
6491 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
6492 * config/i386/i386.c (ix86_decompose_address): Use
6493 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
6494 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
6495 thread pointer to a register.
6496
6497 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
6498
6499 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P
6500 on tls_symbolic_operand.
6501 (tls_global_dynamic_64_<mode>): Likewise.
6502
6503 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
6504
6505 PR other/52545
6506 * output.h (SECTION_EXCLUDE, SECTION_MACH_DEP): Don't use
6507 SECTION_MACH_DEP reserved bits for SECTION_EXCLUDE.
6508
6509 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
6510
6511 PR target/52499
6512 * config/avr/avr.c (avr_mode_code_base_reg_class): Change return
6513 type from reg_class_t to enum reg_class.
6514 * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
6515
6516 2012-03-12 Andrew Pinski <apinski@cavium.com>
6517
6518 * tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.
6519 (tree_ssa_phiopt_worker): Use single_non_singleton_phi_for_edges.
6520 (value_replacement): Likewise.
6521 (empty_block_p): Check also if the PHIs for the block are empty.
6522
6523 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
6524
6525 PR target/52148
6526 * config/avr/avr.c (avr_out_movmem): Fix typo in output template
6527 for the case ADDR_SPACE_FLASH and AVR_HAVE_LPMX introduced in
6528 r184615 from 2012-02-28.
6529
6530 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
6531
6532 * config/i386/i386.c (ix86_gen_tls_global_dynamic_64): New.
6533 (ix86_gen_tls_local_dynamic_base_64): Likewise.
6534 (ix86_option_override_internal): Set ix86_gen_tls_global_dynamic_64
6535 and ix86_gen_tls_local_dynamic_base_64.
6536 (legitimize_tls_address): Use ix86_gen_tls_global_dynamic_64 and
6537 ix86_gen_tls_local_dynamic_base_64.
6538
6539 * config/i386/i386.md (*tls_global_dynamic_64): Renamed to ...
6540 (*tls_global_dynamic_64_<mode>): This.
6541 (tls_global_dynamic_64): Renamed to ...
6542 (tls_global_dynamic_64_<mode>): This.
6543 (*tls_local_dynamic_base_64): Renamed to ...
6544 (*tls_local_dynamic_base_64_<mode>): This.
6545 (tls_local_dynamic_base_64): Renamed to ...
6546 (tls_local_dynamic_base_64_<mode>): This.
6547
6548 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
6549
6550 * config/i386/i386.c (ix86_option_override_internal): Properly
6551 set ix86_gen_leave and ix86_gen_monitor. Check Pmode == DImode,
6552 instead of TARGET_64BIT, to set ix86_gen_add3, ix86_gen_sub3,
6553 ix86_gen_one_cmpl2, ix86_gen_andsp, ix86_gen_allocate_stack_worker,
6554 ix86_gen_adjust_stack_and_probe and ix86_gen_probe_stack_range.
6555
6556 * config/i386/sse.md (sse3_monitor64): Renamed to ...
6557 (sse3_monitor64_<mode>): This.
6558
6559 2012-03-12 Tristan Gingold <gingold@adacore.com>
6560
6561 * config/ia64/ia64.c (ia64_function_arg_1): Move code around.
6562 (ia64_function_arg_advance): Ditto.
6563
6564 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6565
6566 * config.gcc (mips*-*-openbsd*): Remove.
6567 * config/mips/openbsd.h: Remove.
6568 * config/mips/sdb.h: Remove.
6569
6570 * config/mips/mips.h (SDB_OUTPUT_SOURCE_LINE): Remove.
6571 * config/mips/mips.c (sdb_label_count): Remove.
6572 (mips_debugger_offset): Remove #if 0 code.
6573 (mips_output_function_prologue) [SDB_DEBUGGING_INFO]: Remove.
6574 * config/mips/sde.h (SDB_DEBUGGING_INFO): Don't undef.
6575
6576 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6577
6578 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Update
6579 binutils reference.
6580 (Specific, i?86-*-solaris2.10): Remove GCC 4.0 reference.
6581 Update binutils references.
6582 (Specific, *-*-solaris2*): Mention bundled GCC in Solaris 10 and 11.
6583 Update binutils reference.
6584 Update Sun as/GNU ld caveat.
6585 Document binutils largefile requirement for LTO plugin.
6586 Remove reference to alternate libpthread.
6587
6588 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6589
6590 * config.gcc (alpha*-dec-osf5.1*): Remove.
6591 * config.host (alpha*-dec-osf*): Remove.
6592 * configure.ac (*-*-osf*): Remove.
6593 (alpha*-dec-osf*): Remove.
6594 * configure: Regenerate.
6595
6596 * config/alpha/host-osf.c, config/alpha/osf5.h, config/alpha/osf5.opt,
6597 config/alpha/va_list.h, config/alpha/x-osf: Remove.
6598
6599 * config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Remove.
6600 * config/alpha/alpha.c (struct machine_function): Update comment.
6601 (alpha_start_function): Remove Tru64 UNIX as handling for
6602 max_frame_size.
6603 * config/alpha/alpha.md ("exception_receiver"): Remove
6604 TARGET_LD_BUGGY_LDGP.
6605 ("*exception_receiver_2"): Likewise.
6606 * except.c (finish_eh_generation): Remove Tru64 reference.
6607 * ginclude/stdarg.h [_HIDDEN_VA_LIST]: Don't undef _VA_LIST.
6608 * system.h (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Poison.
6609 * target.def (handle_pragma_extern_prefix): Remove.
6610
6611 * Makefile.in (mips-tfile.o-warn): Remove.
6612 (ALL_HOST_BACKEND_OBJS): Remove mips-tfile.o, mips-tdump.o.
6613 (mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): Remove.
6614 * mips-tdump.c, mips-tfile.c: Remove.
6615
6616 * doc/extend.texi (Symbol-Renaming Pragmas): Remove #pragma
6617 extern_prefix.
6618 * doc/install.texi (Binaries): Remove Tru64 UNIX reference.
6619 (Specific, alpha*-dec-osf5.1): Note removal.
6620 * doc/tm.texi.in (Misc, TARGET_HANDLE_PRAGMA_EXTERN_PREFIX):
6621 Remove.
6622 * doc/tm.texi: Regenerate.
6623 * doc/trouble.texi (Cross-Compiler Problems): Remove.
6624
6625 2012-03-12 Richard Guenther <rguenther@suse.de>
6626
6627 * config/arm/arm.c (neon_dereference_pointer): Do not call
6628 covert during RTL expansion.
6629
6630 2012-03-12 Tristan Gingold <gingold@adacore.com>
6631
6632 * doc/invoke.texi (VMS Options): Merge Alpha/VMS and IA-64/VMS
6633 Options. Mention -mpointer-size.
6634
6635 2012-03-12 Richard Guenther <rguenther@suse.de>
6636
6637 * config/alpha/alpha.c (alpha_gimplify_va_arg): Use
6638 build_nonstandard_integer_type.
6639
6640 2012-03-12 Richard Guenther <rguenther@suse.de>
6641
6642 * tree.c (signed_or_unsigned_type_for): Use
6643 build_nonstandard_integer_type.
6644 (signed_type_for): Adjust documentation.
6645 (unsigned_type_for): Likewise.
6646 * tree-pretty-print.c (dump_generic_node): Use standard names
6647 for non-standard integer types if available.
6648
6649 2012-03-12 Tristan Gingold <gingold@adacore.com>
6650
6651 * config/vms/vms.opt: Add vms-opts.h header.
6652 (mmalloc64): Use flag_vms_malloc64 flag instead of MALLOC64
6653 target mask.
6654 (-mvms-return-codes): Document.
6655 (-mpointer-size): New option.
6656 (vms_pointer_size): Add enumeration.
6657 * config/vms/vms-opts.h: New file.
6658 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
6659 __INITIAL_POINTER_SIZE.
6660 (POINTER_SIZE, SIZE_TYPE, PTRDIFF_TYPE): Adjust definition.
6661 (C_COMMON_OVERRIDE_OPTIONS): Define.
6662 (DWARF2_ADDR_SIZE): Define.
6663 * config/vms/vms.c (vms_patch_builtins): Adjust condition.
6664 * config/vms/vms-protos.h (vms_c_common_override_options):
6665 New prototype.
6666 * config/vms/vms-c.c (vms_pragma_pointer_size): Ignore pragma
6667 if -mno-pointer-size.
6668 (vms_c_common_override_options): New function.
6669 * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
6670 * config/alpha/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
6671 (MALLOC_ABI_ALIGNMENT): Use flag_vms_malloc64
6672 and flag_vms_pointer_size.
6673 (MASK_RETURN_ADDR): Set according to flag_vms_pointer_size.
6674 * config.gcc (*-*-*vms*): Define xm_file.
6675 (alpha*-dec-*vms*): Do not define xm_file.
6676 (alpha64-dec-*vms*): Remove.
6677 (ia64-hp-*vms*): Do not define xm_file. Simplify tm_file
6678 and tmake_file.
6679
6680 2012-03-12 Jakub Jelinek <jakub@redhat.com>
6681
6682 PR tree-optimization/51721
6683 * tree-vrp.c (register_edge_assert_for_2): Add asserts for unsvar
6684 if (int) unsvar cmp CST.
6685
6686 2012-03-12 Richard Guenther <rguenther@suse.de>
6687
6688 * tree-sra.c (create_access_replacement): Only rename the replacement
6689 if we can rewrite it into SSA form. Properly mark register typed
6690 replacements that we cannot rewrite with TREE_ADDRESSABLE.
6691 * tree-cfg.c (verify_expr): Fix BIT_FIELD_REF verification
6692 for aggregate or BLKmode results.
6693
6694 2012-03-12 Jakub Jelinek <jakub@redhat.com>
6695
6696 PR tree-optimization/52533
6697 * tree-vrp.c (register_edge_assert_for_2): Use double_int
6698 type for mask, only handle shifts by non-zero in-range
6699 shift count, for LE_EXPR and GT_EXPR if new_val is
6700 maximum, don't add the assertion.
6701
6702 2012-02-12 Kirill Yukhin <kirill.yukhin@intel.com>
6703
6704 * doc/invoke.texi: Document -mrtm option.
6705 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RTM_SET): New.
6706 (OPTION_MASK_ISA_RTM_UNSET): Ditto.
6707 (ix86_handle_option): Handle OPT_mrtm.
6708 * config.gcc (i[34567]86-*-*): Add rtmintrin.h and
6709 xtestintrin.h.
6710 (x86_64-*-*): Ditto.
6711 * i386-builtin-types.def (INT_FTYPE_VOID): New.
6712 * config/i386/i386-c.c (ix86_target_macros_internal): Define
6713 __RTM__ if needed.
6714 (ix86_target_string): Define -mrtm option.
6715 (PTA_RTM): New.
6716 (ix86_option_override_internal): Extend "corei7-avx" with RTM option.
6717 Handle new option.
6718 (ix86_valid_target_attribute_inner_p): Add OPT_mrtm.
6719 (ix86_builtins): Add IX86_BUILTIN_XBEGIN, IX86_BUILTIN_XEND,
6720 IX86_BUILTIN_XTEST.
6721 (bdesc_special_args): Ditto.
6722 (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_XABORT.
6723 (ix86_expand_special_args_builtin): Handle new built-in type.
6724 (ix86_expand_builtin): Handle XABORT instruction.
6725 * config/i386/i386.h (TARGET_RTM): New.
6726 * config/i386/i386.md (UNSPECV_XBEGIN): New.
6727 (UNSPECV_XEND): Ditto.
6728 (UNSPECV_XABORT): Ditto.
6729 (UNSPECV_XTEST): Ditto.
6730 (xbegin): Ditto.
6731 (xbegin_1): Ditto.
6732 (xend): Ditto.
6733 (xabort): Ditto
6734 (xtest): Ditto.
6735 (xtest_1): Ditto.
6736 * config/i386/i386.opt (mrtm): New.
6737 * config/i386/immintrin.h: Include rtmintrin.h and xtestintrin.h.
6738 * config/i386/rtmintrin.h: New header.
6739 * config/i386/xtestintrin.h: Ditto.
6740
6741 2012-03-12 Tristan Gingold <gingold@adacore.com>
6742
6743 * ginclude/stddef.h: Adjust previous patch.
6744 Use __VMS__ instead of VMS.
6745
6746 2012-03-12 Uros Bizjak <ubizjak@gmail.com>
6747
6748 * config/i386/i386.md (setcc + movzbl to xor + setcc peephole2):
6749 Also convert sequences with CC setting arithmetic instruction.
6750
6751 2012-03-11 Sandra Loosemore <sandra@codesourcery.com>
6752
6753 * doc/invoke.texi (Option Summary): Move -no-integrated-cpp
6754 from C Language Options to Preprocessor Options.
6755 (C Dialect Options): Move -no-integrated-cpp documentation
6756 from here...
6757 (Preprocessor Options): ...to here. Rewrite the description
6758 so it makes more sense, and remove discussion of merging front ends.
6759
6760 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
6761
6762 * config/i386/i386.c (ix86_expand_movmem): Use word_mode for size
6763 needed for loop.
6764 (ix86_expand_setmem): Likewise.
6765
6766 2012-03-11 Uros Bizjak <ubizjak@gmail.com>
6767
6768 * config/i386/i386.c (ix86_zero_extend_to_Pmode): Rewrite using
6769 convert_to_mode.
6770
6771 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
6772
6773 * config/i386/i386.c (ix86_trampoline_init): Use movl for 64bit if
6774 ptr_mode == SImode. Replace DImode with Pmode or ptr_mode.
6775
6776 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
6777
6778 * config/i386/i386.c (x86_this_parameter): Replace DImode with Pmode.
6779
6780 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
6781
6782 * config/i386/i386.md (lwp_slwpcb): Check Pmode instead of
6783 TARGET_64BIT.
6784
6785 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
6786 Uros Bizjak <ubizjak@gmail.com>
6787
6788 * config/i386/predicates.md (call_insn_operand): Allow
6789 constant_call_address_operand in Pmode only.
6790 (sibcall_insn_operand): Ditto.
6791 * config/i386/i386.md (*call): Use W mode iterator instead of P mode.
6792 (*call_vzeroupper): Ditto.
6793 (*sibcall): Ditto.
6794 (*sibcall_vzeroupper): Ditto.
6795 (*call_value): Ditto.
6796 (*call_value_vzeroupper): Ditto.
6797 (*sibcall_value): Ditto.
6798 (*sibcall_value_vzeroupper): Ditto.
6799 (*indirect_jump): Ditto.
6800 (*tablejump_1): Ditto.
6801 (indirect_jump): Convert memory address to word mode for TARGET_X32.
6802 (tablejump): Ditto.
6803 * config/i386/i386.c (ix86_expand_call): Convert indirect operands
6804 to word mode.
6805
6806 2012-03-11 Oleg Endo <olegendo@gcc.gnu.org>
6807
6808 PR target/51244
6809 * config/sh/sh.md (movnegt): Expand into respective insns immediately.
6810 Use movrt_negc instead of negc pattern for non-SH2A.
6811 (*movnegt): Remove.
6812 (*movrt_negc, *negnegt, *movtt, *movt_qi): New insns and splits.
6813
6814 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
6815
6816 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
6817 if Pmode != word_mode.
6818 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
6819 Pmode == SImode for TARGET_X32.
6820
6821 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
6822 (tls_initial_exec_x32): Likewise.
6823
6824 2012-03-10 Chung-Lin Tang <cltang@codesourcery.com>
6825
6826 PR rtl-optimization/52528
6827 * combine.c (can_combine_p): Add setting of subst_low_luid
6828 before call to expand_field_assignment().
6829
6830 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
6831
6832 * doc/invoke.texi: Use correct names/markup for "GCC", "GDB", "ld",
6833 and related program names.
6834
6835 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
6836
6837 * doc/invoke.texi: Use correct names for "DWARF", "stabs", and "ELF".
6838
6839 2012-03-09 Uros Bizjak <ubizjak@gmail.com>
6840
6841 PR target/52530
6842 * config/i386/i386.c (ix86_print_operand): Handle 'E' operand modifier.
6843 (ix86_print_operand_address): Handle UNSPEC_LEA_ADDR. Do not fallback
6844 to set code to 'q'.
6845 * config/i386/i386.md (UNSPEC_LEA_ADDR): New unspec.
6846 (*movdi_internal_rex64): Use %E operand modifier for lea.
6847 (*movsi_internal): Ditto.
6848 (*lea_1): Ditto.
6849 (*lea<mode>_2): Ditto.
6850 (*lea_{3,4,5,6}_zext): Ditto.
6851 (*tls_global_dynamic_32_gnu): Ditto.
6852 (*tls_global_dynamic_64): Ditto.
6853 (*tls_dynamic_gnu2_lea_32): Ditto.
6854 (*tls_dynamic_gnu2_lea_64): Ditto.
6855 (pro_epilogue_adjust_stack_<mode>_add): Ditto.
6856
6857 2012-03-09 Michael Meissner <meissner@linux.vnet.ibm.com>
6858
6859 * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not
6860 redefine to be NULL if the current bit-size is different from the
6861 configured bit-size.
6862
6863 * config/rs6000/rs6000.c (rs6000_option_override_internal): If the
6864 cpu is defaulted, use PROCESSOR_DEFAULT and PROCESSOR_DEFAULT64 to
6865 set the default tuning. Add asserts to make sure the cpu and tune
6866 indexes are defined. Fix tests for cpu/tune index to use >= 0 to
6867 test whether the index is set, instead of > 0.
6868 (rs6000_file_start): Do not reset the default cpu if the current
6869 bit-size is different from the configured bit-size.
6870
6871 2012-03-09 Tristan Gingold <gingold@adacore.com>
6872
6873 * config/vms/vms-crtlmap.map: Add comments.
6874 Add entries needed to build Ada RTS.
6875
6876 2012-03-09 Tristan Gingold <gingold@adacore.com>
6877
6878 * ginclude/stddef.h: Do not define __size_t on VMS.
6879
6880 2012-03-09 Tristan Gingold <gingold@adacore.com>
6881
6882 * c-tree.h (c_default_pointer_mode): New variable.
6883 * c-decl.c (c_default_pointer_mode): New variable.
6884 (c_build_pointer_type): New function.
6885 (grokdeclarator): Call c_build_pointer_type instead
6886 of build_pointer_type.
6887
6888 * config/vms/vms-c.c: Include c-tree.h
6889 (saved_pointer_mode): New variable.
6890 (handle_pragma_pointer_size): New function.
6891 (vms_pragma_pointer_size, vms_pragma_required_pointer_size): Likewise.
6892 (vms_c_register_pragma): Register __pointer_size and
6893 __required_pointer_size pragmas.
6894
6895 2012-03-09 Tristan Gingold <gingold@adacore.com>
6896
6897 * config/vms/vms-c.c (vms_construct_include_filename): New function.
6898 (vms_c_register_includes): Reference it.
6899
6900 2012-03-09 Andrew Pinski <apinski@cavium.com>
6901
6902 PR middle-end/51988
6903 * tree-ssa-phiopt.c: Include tree-pretty-print.h for
6904 print_generic_expr.
6905 (tree_ssa_phiopt_worker): Go through all the PHIs for
6906 value_replacement instead of just the singleton one.
6907 (value_replacement): Change return type to int. Return 0 instead of
6908 false.
6909 Allow the middle basic block to contain more than just the defining
6910 statement.
6911 Handle non empty middle basic blocks.
6912 * Makefile.in (tree-ssa-phiopt.o): Add tree-pretty-print.h.
6913
6914 2012-03-09 Jiangning Liu <jiangning.liu@arm.com>
6915
6916 * tree-scalar-evolution (interpret_rhs_expr): generate chrec for
6917 array reference and component reference.
6918 (analyze_scalar_evolution_for_address_of): New.
6919
6920 2012-03-08 Jie Zhang <jzhang918@gmail.com>
6921
6922 PR target/49862
6923 * config/bfin/bfin.c (hwloop_optimize): Fix unused variable warnings.
6924 (hwloop_pattern_reg): Fix set but not used warning.
6925 (bfin_reorg_loops): Remove unused parameter.
6926 (bfin_reorg): Update use of bfin_reorg_loops.
6927
6928 2012-03-08 H.J. Lu <hongjiu.lu@intel.com>
6929
6930 * config/i386/i386.c (setup_incoming_varargs_64): Use word_mode
6931 with integer parameters in registers.
6932 (gen_push): Push register in word_mode instead of Pmode.
6933 (ix86_emit_save_regs): Likewise.
6934 (ix86_emit_save_regs_using_mov): Save integer registers in word_mode.
6935 (gen_pop): Pop register in word_mode instead of Pmode.
6936 (ix86_emit_restore_regs_using_pop): Likewise.
6937 (ix86_expand_prologue): Replace Pmode with word_mode for push
6938 immediate. Use ix86_gen_pro_epilogue_adjust_stack. Save and
6939 restore RAX and R10 in word_mode.
6940 (ix86_emit_restore_regs_using_mov): Restore integer registers
6941 in word_mode.
6942 (ix86_expand_split_stack_prologue): Save R10_REG and restore in
6943 word_mode.
6944 (ix86_split_to_parts): Use word_mode with PUT_MODE for push.
6945 (ix86_split_long_move): Likewise.
6946
6947 * config/i386/i386.md (W): New.
6948 (*push<mode>2_prologue): Replace :P with :W.
6949 (*pop<mode>1): Likewise.
6950 (*pop<mode>1_epilogue): Likewise.
6951 (push/pop peephole2): Use word_mode scratch registers.
6952
6953 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
6954
6955 * config/i386/predicates.md (indirect_branch_operand): Simplify.
6956
6957 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
6958
6959 * config/avr/avr.md (*addhi3, addhi3_clobber): Add "w" alternative
6960 for constants in [-63,63].
6961
6962 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
6963
6964 PR target/52530
6965 Revert:
6966 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
6967
6968 * config/i386/i386.c (ix86_print_operand_address): Only handle
6969 zero-extended DImode addresses.
6970
6971 2012-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6972
6973 * configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
6974 * configure: Regenerate.
6975
6976 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
6977
6978 PR target/52496
6979 * config/avr/avr.c (avr_mem_clobber): New static function.
6980 (avr_expand_delay_cycles): Add memory clobber operand to
6981 delay_cycles_1, delay_cycles_2, delay_cycles_3, delay_cycles_4.
6982 * config/avr/avr.md (unspec): Add UNSPEC_MEMORY_BARRIER.
6983 (enable_interrupt, disable_interrupt): New expander.
6984 (nopv, sleep, wdr): New expanders.
6985 (delay_cycles_1): Add memory clobber.
6986 (delay_cycles_2): Add memory clobber.
6987 (delay_cycles_3): Add memory clobber.
6988 (delay_cycles_4): Add memory clobber.
6989 (cli_sei): New insn from former "enable_interrupt",
6990 "disable_interrupt" with memory clobber.
6991 (*wdt): New insn from former "wdt" with memory clobber.
6992 (*nopv): Similar, but for "nopv".
6993 (*sleep): Similar, but for "sleep".
6994
6995 2012-03-07 Oleg Endo <olegendo@gcc.gnu.org>
6996 Kaz Kojima <kkojima@gcc.gnu.org>
6997
6998 PR target/52503
6999 * config/sh/sh.opt (msoft-atomic): Use Var instead of Mask.
7000 * config/sh/linux.h (TARGET_DEFAULT): Remove MASK_SOFT_ATOMIC.
7001 (SUBTARGET_OVERRIDE_OPTIONS): Define.
7002
7003 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
7004
7005 * config/i386/predicates.md (x86_64_zext_general_operand): New.
7006 * config/i386/i386.md (*zero_extendsidi2_rex64): Change operand 1
7007 predicate to x86_64_zext_general_operand. Accept "Z" constraint.
7008
7009 2012-03-07 Walter Lee <walt@tilera.com>
7010
7011 * config/tilegx/tilegx.c (tilegx_expand_prologue): Don't generate
7012 REG_CFA_* notes for the stack pointer.
7013 (tilegx_expand_epilogue): Restore stack pointer by adjusting it by
7014 EH_RETURN_STACKADJ_RTX.
7015 * config/tilepro/tilepro.c (tilepro_expand_prologue): Don't
7016 generate REG_CFA_* notes for the stack pointer.
7017 (tilepro_expand_epilogue): Restore stack pointer by adjusting it
7018 by EH_RETURN_STACKADJ_RTX.
7019
7020 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
7021
7022 * doc/invoke.texi (AVR Built-in Macros): Correct condition for
7023 when __AVR_3_BYTE_PC__ is defined.
7024
7025 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
7026
7027 * config/i386/i386.c (ix86_print_operand_punct_valid_p): Add '^'.
7028 (ix86_print_operand): Handle '^'.
7029 * config/i386/i386.md (*strmovdi_rex_1): Macroize memory operands
7030 using P mode iterator. Add %^ to asm template to conditionally emit
7031 addr32 prefix.
7032 (*rep_movdi_rex64): Ditto.
7033 (*strsetdi_rex_1): Ditto.
7034 (*rep_stosdi_rex64): Ditto.
7035 (*strmov{si,hi,qi}_1): Add %^ to asm template to
7036 conditionally emit addr32 prefix.
7037 (*rep_mov{si,qi}): Ditto.
7038 (*strset{si,hi,qi}): Ditto.
7039 (*rep_stos{si,qi}): Ditto.
7040 (*cmpstrnqi_nz_1): Ditto.
7041 (*cmpstrnqi_1): Ditto.
7042 (*strlenqi_1): Ditto.
7043
7044 2012-03-07 H.J. Lu <hongjiu.lu@intel.com>
7045
7046 * config/i386/i386.c (function_value_64): Return pointers in
7047 word_mode instead of Pmode.
7048 (ix86_promote_function_mode): Likewise.
7049
7050 2012-03-07 Richard Guenther <rguenther@suse.de>
7051
7052 * coverage.c (get_gcov_type): Use type_for_mode.
7053 (get_gcov_unsigned_t): Likewise.
7054 * expr.c (store_constructor): Use type_for_mode.
7055 (try_casesi): Likewise.
7056 * tree-ssa-loop-ivopts.c (add_standard_iv_candidates_for_size): Remove.
7057 (add_standard_iv_candidates): Use standard type trees.
7058 * dojump.c (do_jump): Remove dead code.
7059
7060 2012-03-07 Richard Guenther <rguenther@suse.de>
7061
7062 * c-typeck.c (pointer_diff): Use c_common_type_for_size.
7063
7064 2012-03-07 Richard Guenther <rguenther@suse.de>
7065
7066 * convert.c (strip_float_extensions): Move ...
7067 * tree.c (strip_float_extensions): ... here.
7068
7069 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
7070
7071 PR target/52484
7072 * config/avr/avr.md (xload<mode>_A): Add R22... to register footprint.
7073
7074 2012-03-07 Richard Guenther <rguenther@suse.de>
7075
7076 * omp-low.c (extract_omp_for_data): Use signed_type_for.
7077 (expand_omp_for_generic): Likewise.
7078 (expand_omp_for_static_nochunk): Likewise.
7079 (expand_omp_for_static_chunk): Likewise.
7080 * tree-vect-stmts.c (vect_gen_perm_mask): Use type_for_mode.
7081 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
7082 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
7083 Use unsigned_type_for.
7084 (vect_create_cond_for_align_checks): Use signed_type_for.
7085
7086 2012-03-07 Andrey Belevantsev <abel@ispras.ru>
7087
7088 PR rtl-optimization/52203
7089 * sel-sched.c (estimate_insn_cost): New parameter pempty. Adjust
7090 all callers to pass NULL except ...
7091 (reset_sched_cycles_in_current_ebb): ... here, save the value
7092 in new variable 'empty'. Increase issue_rate only for
7093 non-empty insns.
7094
7095 2012-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
7096
7097 PR target/51417
7098 * Makefile.in: Let install-gcc-ar depend on installdirs,
7099 gcc-ar$(exeext), gcc-nm$(exeext), gcc-ranlib$(exeext).
7100 Don't double canonicalize if cross-compiling.
7101
7102 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
7103
7104 PR target/52506
7105 * gcc/config/avr/avr.c (expand_epilogue): Fix order of restoration
7106 to: RAMPZ, RAMPY, RAMPX, RAMPD.
7107 (expand_prologue): Only clear RAMPZ if it has effect on RAM-read.
7108
7109 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
7110
7111 PR target/52505
7112 * config/avr/avr.c (avr_out_xload): Don't read unintentionally
7113 from RAM.
7114 * config/avr/avr.md (xload_8): Adjust insn length.
7115
7116 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
7117
7118 PR target/52461
7119 * gcc/config/avr/avr.c (avr_out_lpm): Clear RAMPZ after usage
7120 if RAMPZ affects reading from RAM.
7121
7122 2012-03-07 Richard Guenther <rguenther@suse.de>
7123
7124 PR pch/52518
7125 PR pch/38987
7126 * doc/invoke.texi (Precompiled Headers): Remove sentence that
7127 suggests you can include PCHs from inside another header.
7128
7129 2012-03-07 Richard Sandiford <rdsandiford@googlemail.com>
7130
7131 PR middle-end/52515
7132 * rtl.h (pc_rtx, cc0_rtx, ret_rtx, simple_return_rtx): Add GTY markers.
7133
7134 2012-03-07 Kai Tietz <ktietz@redhat.com>
7135
7136 * doc/invoke.texi (fwritable-relocated-rdata): Document
7137 new Cygwin/MinGW target option.
7138 * config/i386/winnt.c (i386_pe_unique_section): Ignore
7139 reloc if flag -fwritable-relocated-rdata is not set.
7140 (i386_pe_section_type_flags): Likewise.
7141 * config/i386/cygming.opt (fwritable-relocated-rdata):
7142 Add new flag variable flag_writable_rel_rdata.
7143
7144 2012-03-07 Richard Guenther <rguenther@suse.de>
7145
7146 * tree-ssa-math-opts.c (convert_mult_to_widen): Check actual
7147 precision against gimple constraints.
7148
7149 2012-03-06 Richard Sandiford <rdsandiford@googlemail.com>
7150
7151 PR middle-end/52372
7152 * rtl.h (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): Redefine as
7153 variables.
7154 (GR_PC, GR_CC0, GR_RETURN, GR_SIMPLE_RETURN): Delete.
7155 * emit-rtl.c (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): New
7156 variables.
7157 (init_emit_regs): Move associated initialization to...
7158 (init_emit_once): ...here.
7159
7160 2012-03-06 Richard Henderson <rth@redhat.com>
7161
7162 * config/m68k/m68k.h (ISA_HAS_TAS): New.
7163 * config/m68k/sync.md (atomic_test_and_set): Use it.
7164 (atomic_test_and_set_1): Likewise.
7165
7166 2012-03-06 Michael Meissner <meissner@linux.vnet.ibm.com>
7167
7168 PR target/50310
7169 * config/rs6000/vector.md (vector_uneq<mode>): Add support for
7170 UNEQ, LTGT, ORDERED, and UNORDERED IEEE vector comparisons.
7171 (vector_ltgt<mode>): Likewise.
7172 (vector_ordered<mode>): Likewise.
7173 (vector_unordered<mode>): Likewise.
7174 * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
7175
7176 2012-03-06 Aldy Hernandez <aldyh@redhat.com>
7177
7178 * trans-mem.c: New typedef for tm_region_p.
7179 Define vector types for tm_region_p.
7180 (tm_region_init): Replace region_worklist to a vector called
7181 bb_regions.
7182
7183 2012-03-06 Richard Guenther <rguenther@suse.de>
7184
7185 * fold-const.c (build_fold_addr_expr_with_type_loc): Fold
7186 MEM_REF with constant pointer operand.
7187
7188 2012-03-06 Richard Guenther <rguenther@suse.de>
7189
7190 PR middle-end/52493
7191 * tree-ssa-alias.c (ptr_derefs_may_alias_p): Robustify.
7192
7193 2012-03-06 Tristan Gingold <gingold@adacore.com>
7194
7195 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle octaword.
7196 (external_model_kind): Improve documentation.
7197 (vms_pragma_extern_model): Handle relaxed_redef.
7198 (vms_c_register_pragma): Allow expansion for nomember_alignment.
7199
7200 2012-03-06 Georg-Johann Lay <avr@gjlay.de>
7201
7202 * doc/invoke.texi (AVR Options): -mmcu=: Document the XMEGA cores.
7203 Explain RAMPD, RAMPX, RAMPDY, RAMPZ usage by avr-gcc.
7204 Some more notes on EIND usage and reorder EIND subsection.
7205
7206 2012-03-06 Tristan Gingold <gingold@adacore.com>
7207
7208 * config/vms/vms.c (VMS_CRTL_LDBL): Rename from VMS_CRTL_PRNTF.
7209 * config/vms/vms-crtlmap.map: Rename PRNTF to LDBL.
7210
7211 2012-03-06 Tristan Gingold <gingold@adacore.com>
7212
7213 * config/vms/t-vmsnative (version): Define.
7214 * config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove.
7215
7216 2012-03-06 Andrey Belevantsev <abel@ispras.ru>
7217
7218 PR rtl-optimization/52250
7219 * sel-sched-ir.c (maybe_tidy_empty_bb): Try harder to find a bb
7220 to put note list into. Unconditionally call move_bb_info.
7221 (move_bb_info): Do not assert the blocks being in the same region,
7222 just drop the note list if they are not.
7223
7224 2012-03-06 Oleg Endo <olegendo@gcc.gnu.org>
7225
7226 PR target/51244
7227 * config/sh/sh.c (sh_expand_t_scc): Remove SH2A special case
7228 and use unified expansion logic.
7229 * config/sh/sh.md (xorsi3_movrt): Rename to movrt. Move
7230 closer to the existing movt insn.
7231 (negc): Rename insn to *negc. Add new expander.
7232 (movnegt): Use xor pattern for T bit negation. Reserve helper
7233 constant for negc pattern.
7234 (*movnegt): New insn and splitter.
7235
7236 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
7237
7238 * c-typeck.c (pointer_diff): Check for POINTER_PLUS_EXPR, not
7239 PLUS_EXPR.
7240
7241 2012-03-05 Richard Henderson <rth@redhat.com>
7242
7243 * genemit.c (main): Include "target.h" in insn-emit.c.
7244 * Makefile.in (insn-emit.o): Depend on TARGET_H.
7245 * config/sh/sync.md (atomic_test_and_set): Reference
7246 targetm.atomic_test_and_set_trueval instead of
7247 TARGET_ATOMIC_TEST_AND_SET_TRUEVAL.
7248
7249 2012-03-05 Joern Rennecke <joern.rennecke@embecosm.com>
7250
7251 * config/epiphany/epiphany.c (epiphany_function_value_regno_p):
7252 Make static.
7253
7254 2012-03-05 Steven Bosscher <steven@gcc.gnu.org>
7255
7256 * langhooks.c (add_builtin_type): New function.
7257 * langhooks.h (add_builtin_type): Export it.
7258 * config/mep/mep.c (mep_init_builtins): Use it.
7259 * config/rs6000/rs6000.c (rs6000_init_builtins): Use it.
7260
7261 2012-03-05 Jakub Jelinek <jakub@redhat.com>
7262
7263 PR debug/51902
7264 * tree.h (BLOCK_SAME_RANGE): Define.
7265 * function.c (block_fragments_nreverse): Clear BLOCK_SAME_RANGE
7266 if BLOCK_FRAGMENT_CHAIN is non-NULL, but has it cleared.
7267 Also clear BLOCK_SAME_RANGE if fragment chain's supercontext fragment
7268 isn't equal to supercontext fragment's fragment chain.
7269 Adjust BLOCK_SUPERCONTEXT to point to supercontext fragment's
7270 fragment origin.
7271 (blocks_nreverse_all): Likewise.
7272 (reorder_blocks_1): Compute BLOCK_SAME_RANGE bits. Set
7273 BLOCK_SUPERCONTEXT to supercontext fragment instead of
7274 supercontext fragment's fragment origin.
7275 * dwarf2out.c (add_high_low_attributes): If stmt has the same
7276 range as its parent (or parents thereof etc.), use the parent's
7277 DW_AT_ranges value instead of creating a new .debug_ranges range.
7278
7279 2012-03-05 Richard Henderson <rth@redhat.com>
7280
7281 PR tree-opt/52242
7282 Revert: 2011-11-26 Richard Henderson <rth@redhat.com>
7283 * omp-low.c (expand_omp_atomic): Assume anything aligned to
7284 BIGGEST_ALIGNMENT is aligned.
7285
7286 2012-03-05 Richard Henderson <rth@redhat.com>
7287
7288 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Move...
7289 * config/sh/sh.c: ... here.
7290
7291 2012-03-05 Richard Henderson <rth@redhat.com>
7292
7293 PR target/52481
7294 * config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
7295 instead of calling negqi2 directly.
7296
7297 2012-03-05 Aldy Hernandez <aldyh@redhat.com>
7298
7299 PR middle-end/52463
7300 * trans-mem.c (tm_region_init): Use last_basic_block.
7301
7302 2012-03-05 Oleg Endo <olegendo@gcc.gnu.org>
7303
7304 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New hook.
7305 * config/sh/sync.md (atomic_test_and_set): New expander.
7306 (tasb, atomic_test_and_set_soft): New insns.
7307 * config/sh/sh.opt (menable-tas): New option.
7308 * doc/invoke.texi (SH Options): Document it.
7309
7310 2012-03-05 Richard Guenther <rguenther@suse.de>
7311
7312 * cfgloop.c (verify_loop_structure): Verify dominators before
7313 using them.
7314 * graphite-clast-to-gimple.c (graphite_verify): Do not verify
7315 dominators from here.
7316 * graphite-scop-detection.c (create_sese_edges): Likewise.
7317 * loop-doloop.c (doloop_optimize_loops): Likewise.
7318 * loop-init.c (loop_optimizer_init): Likewise.
7319 * loop-unroll.c (unroll_and_peel_loops): Likewise.
7320 * loop-unswitch.c (unswitch_loops): Likewise.
7321 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
7322 * tree-parloops.c (parallelize_loops): Likewise. Verify
7323 only when checking is enabled.
7324 * tree-loop-distribution.c (tree_loop_distribution): Likewise.
7325
7326 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
7327
7328 * genautomata.c (parse_automata_opt): New static function.
7329 (initiate_automaton_gen): Remove all option handling code. Remove
7330 argc argument. All callers changed.
7331 (main): Call init_rtx_reader_args_cb with the new function as argument.
7332
7333 2012-03-05 Richard Guenther <rguenther@suse.de>
7334
7335 * cfgexpand.c (gimple_expand_cfg): Free dominator info.
7336 * tree-if-conv.c (combine_blocks): Free post-dominator info
7337 after breaking it.
7338 * tree-parloops.c (create_parallel_loop): Free and re-compute
7339 dominator info after breaking it.
7340
7341 2012-03-05 Richard Guenther <rguenther@suse.de>
7342
7343 PR middle-end/52353
7344 * optabs.h (trapv_unoptab_p): New function.
7345 (trapv_binoptab_p): Likewise.
7346 * optabs.c (expand_binop): Use emit_libcall_block_1 with
7347 a proper equiv_may_trap argument.
7348 (expand_unop): Likewise.
7349 (emit_libcall_block_1): Take extra argument whether the
7350 instruction may trap. Renamed from ...
7351 (emit_libcall_block): ... this. New wrapper.
7352
7353 2012-03-05 Jakub Jelinek <jakub@redhat.com>
7354
7355 PR tree-optimization/51721
7356 * tree-vrp.c (register_edge_assert_for_2): If comparing
7357 lhs of right shift by constant with an integer constant,
7358 add ASSERT_EXPRs for the rhs1 of the right shift.
7359
7360 * cfgrtl.c (cfg_layout_merge_blocks): Cleanup.
7361
7362 2012-03-05 Richard Guenther <rguenther@suse.de>
7363
7364 * tree.c (integer_zerop): Handle VECTOR_CSTs.
7365 (integer_onep): Likewise.
7366 (integer_all_onesp): Likewise.
7367
7368 2012-03-05 Georg-Johann Lay <avr@gjlay.de>
7369
7370 * config/avr/avr.md (*umaddqihi4.2): New insn-and-split.
7371
7372 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
7373
7374 * config/i386/i386.c (pro_epilogue_adjust_stack): Check Pmode
7375 instead of TARGET_64BIT.
7376
7377 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
7378
7379 * config/i386/i386.c (ix86_expand_prologue): Check Pmode to set
7380 adjust_stack_insn.
7381
7382 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
7383
7384 * config/i386/i386.c (ix86_print_operand_address): Only handle
7385 zero-extended DImode addresses.
7386
7387 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
7388
7389 * config/i386/i386.c (ix86_print_operand) <case '+'>: Declare
7390 taken and cputaken as bool.
7391
7392 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
7393
7394 * config/i386/constraints.md (Ya): New internal constraint.
7395 * config/i386/i386.md (zero_extendsidi2): Remove expansion.
7396 (*zero_extendsidi2_rex64): Add x,x alternative.
7397 (*zero_extendsidi2): Ditto. Add o,0 alternative.
7398 Remove flags reg clobber. Adjust corresponding splits.
7399 (zero_extend<mode>si2): Macroize expander from zero_extendhisi2 and
7400 zero_extendqisi2 expanders using SWI12 mode iterator.
7401 (zero_extend<mode>si2_and): Macroize insn from
7402 zero_extendhisi2_and and zero_extendqisi2_and. Merge corresponding
7403 splitters.
7404 (*zero_extend<mode>si2): Macroize insn from
7405 *zero_extendhisi2_movzbl and *zero_extendqisi2_movzbl.
7406 (*zero_extend*2_movzbl_and): Remove insn patterns.
7407 (zero_extendqihi2_and): Merge corresponding splitter.
7408 (*zero_extendqihi2): Rename from *zero_extendqihi2_movzbl.
7409 (*zero_extend*2_movzbl_and): Remove insn patterns.
7410 (*anddi_1): Split TYPE_IMOVX instructions.
7411 (*andsi_1): Use Ya for alternative 2. Split TYPE_IMOVX instructions.
7412 (*andhi_1): Ditto.
7413 (and->zext splitter): Add splitter pattern.
7414 (zero extend with andsi3 splitter): Adjust zero_extend pattern.
7415
7416 2012-03-04 Sandra Loosemore <sandra@codesourcery.com>
7417
7418 * doc/invoke.texi (C++ Dialect Options): Minor copy-edits to
7419 x86-specific text.
7420 (Debugging Options): Likewise.
7421 (Optimize Options): Likewise.
7422 (i386 and x86-64 Options): Discuss -march before -mtune, consistently
7423 with other architectures. Use official processor names with correct
7424 spelling/capitalization. Fix formatting and grammar issues.
7425 (i386 and x86-64 Windows Options): Similar cleanup here.
7426
7427 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
7428
7429 * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
7430
7431 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
7432
7433 * config/sh/sh.c (sh_dwarf_register_span): Don't apply
7434 DBX_REGISTER_NUMBER.
7435
7436 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
7437
7438 * config/sh/sh.c (shiftcosts): Return MAX_COST when the first
7439 operand is CONST_INT. Take COSTS_N_INSNS into account.
7440 (sh_rtx_costs): Don't apply COSTS_N_INSNS to the return value
7441 of shiftcosts.
7442
7443 2012-03-02 Richard Henderson <rth@redhat.com>
7444
7445 * optabs.c (expand_atomic_test_and_set): Honor
7446 atomic_test_and_set_trueval even when atomic_test_and_set
7447 optab is not in use.
7448
7449 2012-03-02 Kaz Kojima <kkojima@gcc.gnu.org>
7450
7451 PR target/48596
7452 PR target/48806
7453 * config/sh/sh.c (sh_register_move_cost): Increase cost between
7454 GENERAL_REGS and FP_REGS for SImode.
7455
7456 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
7457
7458 PR target/49486
7459 * config/sh/sh.md (negdi2): Add TARGET_SH1 condition.
7460 (absdi2): New expander.
7461 (*absdi2, *negabsdi2, negdi_cond): New insns and splits.
7462
7463 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
7464
7465 * config/sh/sync.md (atomic_exchange<mode>): New expander.
7466 (atomic_exchange<mode>_soft): New insn.
7467
7468 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
7469
7470 * config/sh/sync.md: Update copyright notice dates.
7471 (atomic_compare_and_swap<mode>): Use SImode for return value instead
7472 of QImode.
7473 (atomic_compare_and_swap<mode>_soft): Likewise.
7474
7475 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
7476
7477 PR target/31640
7478 * config/sh/sh.h (LOOP_ALIGN): Move logic to sh_loop_align.
7479 * config/sh/sh.c: Update copyright notice dates.
7480 (sh_loop_align): Add logic from LOOP_ALIGN. Don't disable loop
7481 alignment for TARGET_HARD_SH4.
7482 (sh_option_override): Reduce default function alignment. Set
7483 loop alignment to 4 bytes when not optimizing for size.
7484
7485 2012-03-02 Maxim Kuvyrkov <maxim@codesourcery.com>
7486
7487 PR middle-end/50335
7488 * doc/invoke.texi (floop-flatten): Remove.
7489 * toplev.c (process_options): Remove references to flag_loop_flatten.
7490 * tree-ssa-loop.c (gate_graphite_transform): Same.
7491 * common.opt (floop-flatten): Obsolete.
7492 * graphite-poly.c (apply_poly_transforms): Remove reference to
7493 flag_loop_flatten.
7494 * Makefile.in (graphite-flattening.o): Remove.
7495 * graphite-flattening.c: Remove.
7496
7497 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
7498
7499 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
7500 having mode compatible with the mode of previous compare. Substitute
7501 compare mode of previous compare with the mode, compatible
7502 with eliminated and previous compare.
7503
7504 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
7505
7506 * config/rs6000/dfp.md (floatdidd2): New define_insn.
7507
7508 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
7509
7510 * config/i386/i386.c (ix86_cc_modes_compatible): Declare CCZmode
7511 compatible with CCGOCmode and CCGCmode.
7512
7513 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
7514
7515 * config/rs6000/vsx.md (vsx_set_<mode>): Reorder operands.
7516
7517 2012-03-02 Ulrich Weigand <ulrich.weigand@linaro.org>
7518
7519 * config/arm/arm.c (arm_sat_operator_match): New function.
7520 * config/arm/arm-protos.h (arm_sat_operator_match): Add prototype.
7521 * config/arm/arm.md ("insn" attribute): Add "sat" value.
7522 ("SAT", "SATrev"): New code iterators.
7523 ("SATlo", "SAThi"): New code iterator attributes.
7524 ("*satsi_<SAT:code>"): New pattern.
7525 ("*satsi_<SAT:code>_shift"): Likewise.
7526 * config/arm/arm-fixed.md ("arm_ssatsihi_shift"): Add "insn"
7527 and "shift" attributes.
7528 ("arm_usatsihi"): Add "insn" attribute.
7529 * config/arm/predicates.md (sat_shift_operator): Allow multiplication
7530 by powers of two. Do not allow shift by 32.
7531
7532 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
7533
7534 PR target/46716
7535 * config/i386/i386.c (construct_container): Use gen_reg_or_parallel
7536 to pass the argument in the register of "natural" mode.
7537
7538 2012-03-02 Richard Guenther <rguenther@suse.de>
7539
7540 PR tree-optimization/52406
7541 * tree-data-ref.h: Update documentation about DR_BASE_OBJECT.
7542 (struct indices): Add unconstrained_base member.
7543 (struct dr_alias): Remove unused vops member.
7544 (DR_UNCONSTRAINED_BASE): New define.
7545 * tree-data-ref.c (dr_analyze_indices): For COMPONENT_REFs
7546 add indices to allow their disambiguation. Make DR_BASE_OBJECT
7547 be an artificial access that covers the whole indexed object,
7548 or mark it with DR_UNCONSTRAINED_BASE if we cannot do so. Canonicalize
7549 plain decl base-objects to their MEM_REF variant.
7550 (dr_may_alias_p): When the base-object of either data reference
7551 has unknown size use only points-to information.
7552 (compute_affine_dependence): Make dumps easier to read and
7553 more verbose.
7554 * tree-vect-data-ref.c (vector_alignment_reachable_p): Use
7555 DR_REF when looking for packed references.
7556 (vect_supportable_dr_alignment): Likewise.
7557
7558 2012-03-02 Greta Yorsh <Greta.Yorsh@arm.com>
7559
7560 * config/arm/arm-ldmstm.ml (write_ldm_commutative_peephole):
7561 Improve conditions for peepholes of loads followed by commutative
7562 operators.
7563 * config/arm/ldmstm.md: Regenerated.
7564
7565 2012-03-02 Richard Guenther <rguenther@suse.de>
7566
7567 * BASE-VER: Set to 4.8.0.
7568
7569 2012-03-01 Richard Earnshaw <rearnsha@arm.com>
7570
7571 * config.gcc (obsolete): Add all ARM targets using the FPA.
7572 (with_fpu): Obsolete selection of the FPA or Maverick on ARM.
7573 * doc/install.texi: Avoid references to obsolete ARM ports.
7574
7575 2012-03-01 Joern Rennecke <joern.rennecke@embecosm.com>
7576
7577 * config/epiphany/epiphany.md (movmisalign<mode>): New patterns.
7578
7579 2012-03-01 Jeremy Bennett <jeremy.bennett@embecosm.com>
7580 Joern Rennecke <joern.rennecke@embecosm.com>
7581
7582 * doc/extend.texi: Expand and update information on interrupt
7583 attribute for Epiphany.
7584
7585 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
7586
7587 * config/sh/sh-protos.h: Update copyright notice dates.
7588 * config/sh/sh.h: Likewise.
7589 * config/sh/sh.md: Likewise.
7590 * config/sh/constraints.md: Likewise.
7591 * config/sh/predicates.md: Likewise.
7592
7593 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
7594
7595 * config/sh/sh-protos.h (tertiary_reload_operand): Remove dead function.
7596 * config/sh/sh.c (tertiary_reload_operand): Likewise.
7597
7598 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
7599
7600 * config/sh/constraints.md: Fix comment typo.
7601
7602 2012-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7603
7604 PR target/52408
7605 * config/pa/pa.md (zvdep_imm32): Change type of variable x from int to
7606 unsigned HOST_WIDE_INT.
7607 (zvdep_imm64): Likewise.
7608 (vdepi_ior): Change type of variable x from int to HOST_WIDE_INT.
7609 (vdepi_and): Likewise.
7610 Likewise for unamed 64-bit patterns.
7611 * config/pa/predicates.md (lhs_lshift_cint_operand): Update comment.
7612
7613 2012-03-01 Alexandre Oliva <aoliva@redhat.com>
7614
7615 PR debug/52001
7616 PR rtl-optimization/52417
7617 * cselib.c (cselib_any_perm_equivs): New variable.
7618 (cselib_reset_table): Check that it's not set when not
7619 preserving constants.
7620 (cselib_add_permanent_equiv): Set it.
7621 (cselib_have_permanent_equivalences): New.
7622 (cselib_init, cselib_finish): Reset it.
7623 * cselib.h (cselib_have_permanent_equivalences): Declare.
7624 * alias.c (get_addr): Restore earlier behavior when there
7625 aren't permanent equivalences.
7626
7627 2012-03-01 Steven Bosscher <steven@gcc.gnu.org>
7628
7629 * config/mn10300/mn10300-modes.def: Fix copyright notice.
7630 * config/v850/v850-modes.def: Fix copyright notice.
7631
7632 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
7633
7634 * doc/extend.texi (AVR Built-in Functions): Document
7635 __builtin_avr_flash_segment.
7636
7637 * config/avr/builtins.def (__builtin_avr_flash_segment): New entry.
7638 * config/avr/avr.md (flash_segment, flash_segment1): New expanders.
7639 (*split.flash_segment): New insn-and-split.
7640 * config/avr/avr.c (avr_init_builtins): Add local variables:
7641 const_memx_void_node, const_memx_ptr_type_node,
7642 char_ftype_const_memx_ptr.
7643
7644 2012-03-01 Jakub Jelinek <jakub@redhat.com>
7645
7646 PR tree-optimization/52445
7647 * tree-ssa-phiopt.c (struct name_to_bb): Remove ssa_name field,
7648 add ssa_name_ver, offset and size fields and change store field
7649 to bool.
7650 (name_to_bb_hash, name_to_bb_eq): Adjust for the above changes.
7651 (add_or_mark_expr): Likewise. Only consider previous stores
7652 with the same size and offset.
7653 (nt_init_block): Only look at gimple_assign_single_p stmts,
7654 doesn't look at rhs2.
7655
7656 2012-03-01 Richard Guenther <rguenther@suse.de>
7657
7658 PR middle-end/52443
7659 * tree-cfg.c (verify_gimple_assign_unary): Allow any
7660 conversions from integral types to pointer types.
7661
7662 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
7663
7664 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Restore built-in
7665 defines for __UINT24_MAX__, __INT24_MAX__, __INT24_MIN__
7666 unintentionally removed in r184616.
7667
7668 2012-03-01 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
7669
7670 * doc/invoke.texi: Document AMD bdver2 and remove mentioning
7671 3DNow from bdver1.
7672
7673 2012-02-29 Jakub Jelinek <jakub@redhat.com>
7674 Uros Bizjak <ubizjak@gmail.com>
7675
7676 PR target/52437
7677 * config/i386/sse.md (vec_set<mode>_0): Swap "*r" and "fF"
7678 alternatives, add "e" constraint to the new last alternative
7679 and ! to last 3 alternatives.
7680
7681 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
7682
7683 * dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and
7684 DW_AT_artificial attributes at the end of the processing.
7685 (gen_array_type_die): Likewise.
7686 (gen_enumeration_type_die): Likewise.
7687 (gen_struct_or_union_type_die): Likewise.
7688 (add_gnat_descriptive_type_attribute): Do not suppress debug info for
7689 the parent type.
7690
7691 2012-02-29 Jakub Jelinek <jakub@redhat.com>
7692
7693 PR middle-end/52419
7694 * expr.c (expand_assignment): If doing misaligned store that doesn't
7695 cover all mode bits, perform a RMW cycle.
7696
7697 PR tree-optimization/52429
7698 * tree-parloops.c (separate_decls_in_region_debug): Return early
7699 if var is LABEL_DECL.
7700
7701 2012-02-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7702
7703 PR tree-optimization/52424
7704 * tree-ssa-dom.c (dom_opt_leave_block): Push a marker before
7705 calling dom_thread_across_edge.
7706
7707 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
7708
7709 * config/avr/avr.c: Move definition of TARGET macros to end of file.
7710
7711 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
7712
7713 * config/avr/avr-protos.h (avr_output_bld): Remove unused prototype.
7714 * config/avr/avr.c (avr_output_bld): Remove unused function.
7715 (avr_out_sbxx_branch): Use "%T" to print bit position.
7716
7717 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
7718
7719 * config/avr/avr.md: Untabify.
7720
7721 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
7722
7723 * config/avr/avr.md (eqne): New code iterator.
7724 (*dec-and-branchsi): Use it in text peephole's condition.
7725 (*dec-and-branchhi): Ditto.
7726 (*dec-and-branchqi): Ditto.
7727
7728 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
7729
7730 PR target/49939
7731 * config/avr/avr.h (ASM_SPEC): Add -mno-skip-bug if we know that
7732 the device does not have the skip-bug.
7733
7734 2012-02-29 Oleg Endo <olegendo@gcc.gnu.org>
7735
7736 * doc/invoke.texi (-msoft-atomic): Add more detailed description.
7737 (-mbranch-cost, -mcbranchdi -mcmpeqdi -mfused-madd
7738 -mpretend-cmove): New.
7739
7740 2012-02-29 Jakub Jelinek <jakub@redhat.com>
7741
7742 PR bootstrap/52397
7743 * df.h (struct df_d): Adjust comment that hard_regs_live_count
7744 doesn't count DEBUG_INSN refs.
7745 * df-scan.c (df_ref_create_structure): Don't set DF_HARD_REG_LIVE
7746 for DEBUG_INSN refs.
7747
7748 2012-02-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7749
7750 Partially revert:
7751
7752 2012-02-20 Richard Guenther <rguenther@suse.de>
7753 PR tree-optimization/52298
7754 * tree-vect-stmts.c (vectorizable_load): Properly use
7755 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing outer loops.
7756
7757 2012-02-28 Aldy Hernandez <aldyh@redhat.com>
7758
7759 PR middle-end/51752
7760 * gimple.h (gimple_in_transaction): New.
7761 (gimple_set_in_transaction): New.
7762 (struct gimple_statement_base): Add in_transaction field.
7763 * tree-ssa-loop-im.c: (movement_possibility): Restrict movement of
7764 transaction loads.
7765 (tree_ssa_lim_initialize): Compute transaction bits.
7766 * tree.h (compute_transaction_bits): Protoize.
7767 * trans-mem.c (tm_region_init): Use the heap to store BB
7768 auxilliary data.
7769 (compute_transaction_bits): New.
7770
7771 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7772
7773 * gcc.c (display_help): Document --help=common and sort entries
7774 alphabetically.
7775
7776 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7777
7778 * doc/install.texi: Document check-$LANG specific shortcuts
7779
7780 2012-02-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7781
7782 PR target/51534
7783 * config/arm/arm.c (neon_builtin_data): Add entries for vcgeu
7784 and vcgtu.
7785 * config/arm/arm_neon.h: Regenerate.
7786 * config/arm/neon.md (unspec): Add UNSPEC_VCGEU, and UNSPEC_VCGTU.
7787 (neon_vcgeu): New insn.
7788 (neon_vcgtu): Likewise.
7789 * config/arm/neon.ml (s_8_32, u_8_32): New lists.
7790 (ops): Unsigned comparison intrinsics call a different builtin.
7791
7792 2012-02-28 Richard Guenther <rguenther@suse.de>
7793
7794 PR target/52407
7795 * config/i386/i386.c (ix86_expand_vector_set): Fix element
7796 ordering for the VEC_CONCAT for two element vectors for
7797 V2SFmode, V2SImode and V2DImode.
7798
7799 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
7800
7801 PR target/49448
7802 * config.gcc (arm*-*-linux*): Use an unambiguous pattern for
7803 detecting big-endian triplets.
7804
7805 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
7806
7807 * arm.c (aapcs_vfp_is_call_or_return_candidate): Only use the machine
7808 mode if there is no type information available.
7809
7810 2012-02-28 Thomas Koenig <tkoenig@gcc.gnu.org>
7811
7812 PR tree-optimization/53207
7813 * doc/invoke.texi: Document as experimental and relying on graphite.
7814
7815 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
7816
7817 * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
7818 of initializer to changes from r184614.
7819
7820 2012-02-28 Richard Guenther <rguenther@suse.de>
7821
7822 PR tree-optimization/52395
7823 * tree-sra.c (build_ref_for_offset): Also look at the base
7824 TYPE_ALIGN when figuring out the alignment of the replacement.
7825
7826 2012-02-28 Richard Guenther <rguenther@suse.de>
7827
7828 PR tree-optimization/52402
7829 * ipa-prop.c (ipa_modify_call_arguments): Properly use
7830 mis-aligned types when creating the accesses at the call site.
7831
7832 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
7833
7834 * config/avr/builtins.def: New file.
7835 * config/avr/t-avr (avr.o, avr-c.o): Depend on it.
7836 * config/avr/avr.c (enum avr_builtin_id): Use it.
7837 (avr_init_builtins): Use it. And use avr_bdesc.
7838 (bdesc_1arg): Remove.
7839 (bdesc_2arg): Remove.
7840 (bdesc_3arg): Remove.
7841 (struct avr_builtin_description): Add field n_args.
7842 (avr_bdesc): New static variable using builtins.def.
7843 (avr_expand_builtin): Use it.
7844 Don't call avr_expand_delay_cycles if op0 is not CONST_INT.
7845 (avr_fold_builtin): Fold AVR_BUILTIN_SWAP.
7846 Don't fold AVR_BUILTIN_INSERT_BITS if arg0 is not INTEGER_CST.
7847
7848 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
7849
7850 PR target/52148
7851 * config/avr/avr.md (movmem_<mode>): Replace match_operand that
7852 match only one single hard register with respective hard reg rtx.
7853 (movmemx_<mode>): Ditto.
7854 * config/avr/avr.c (avr_emit_movmemhi): Adapt expanding to new
7855 insn anatomy of movmem[x]_<mode>.
7856 (avr_out_movmem): Same for printing assembler and operand usage.
7857
7858 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
7859
7860 PR target/49868
7861 PR target/52261
7862 * doc/extend.texi (AVR Named Address Spaces): No more try to fix
7863 address spaces located outside of device flash.
7864
7865 * config/avr/avr.h (base_arch_s): Remove field n_segments.
7866 (mcu_type_s): Add field n_flash.
7867 * config/avr/avr-devices.c (avr_arch_types): Remove .n_segments.
7868 Set .have_elpm and .have_elpmx to 1 for avrxmega4 and avrxmega5.
7869 (AVR_MCU): Add N_FLASH argument.
7870 * config/avr/avr-mcus.def (AVR_MCU): Add initializer for .n_flash.
7871 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Only define built-in
7872 macro __FLASH<n> if that address space makes sense for the device.
7873 * config/avr/avr.c (avr_out_lpm): Don't try to fix address spaces
7874 outside of target flash.
7875 (avr_asm_named_section): Ditto.
7876 (avr_asm_select_section): Ditto.
7877 (avr_addr_space_convert): Ditto.
7878 (avr_emit_movmemhi): Ditto.
7879 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Error if
7880 address space is outside of device flash.
7881 (avr_insert_attributes): Ditto.
7882 (avr_xload_libgcc_p): Use avr_current_device->n_flash instead of
7883 avr_current_arch->n_segments.
7884
7885 2012-02-27 H.J. Lu <hongjiu.lu@intel.com>
7886
7887 PR target/52352
7888 * config/i386/i386.md (*movabs<mode>_1): Enable only for TARGET_LP64.
7889 (*movabs<mode>_2): Likewise.
7890
7891 2012-02-27 Jakub Jelinek <jakub@redhat.com>
7892
7893 PR target/52375
7894 * config/arm/neon.md (vashr<mode>3, vlshr<mode>3): Use
7895 s_register_operand in the test instead of REG_P. Don't call
7896 gen_reg_rtx if it won't be used.
7897
7898 PR tree-optimization/52376
7899 * ipa-split.c (split_function): Ignore CLOBBER stmts.
7900
7901 2012-02-27 Stuart Henderson <shenders@gcc.gnu.org>
7902
7903 * ifcvt.c (noce_get_condition): Check condition variable is not
7904 small_register_classes_for_mode_p before accepting.
7905
7906 2012-02-27 Uros Bizjak <ubizjak@gmail.com>
7907
7908 * config/i386/i386.md (*movabs<mode>_1): Fix operand 1 constraints.
7909
7910 2012-02-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7911
7912 Revert:
7913 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7914 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
7915 tuning parameters.
7916 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
7917
7918 2012-02-27 Oleg Endo <olegendo@gcc.gnu.org>
7919
7920 * config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
7921
7922 2012-02-26 Oleg Endo <olegendo@gcc.gnu.org>
7923
7924 * config/sh/predicates.md: Remove blank lines.
7925 * config/sh/sh.c: Fix typos in comments.
7926 * config/sh/constraints.md: Likewise.
7927 * config/sh/sh.md: Remove blank lines.
7928 Fix typos in comments. Use ;; as comment characters.
7929
7930 2012-02-26 Walter Lee <walt@tilera.com>
7931
7932 * config/tilegx/tilegx.c (match_pcrel_step2): Fix instruction pattern.
7933 (replace_mov_pcrel_step2): Ditto.
7934
7935 2012-02-25 Alexandre Oliva <aoliva@redhat.com>
7936
7937 PR debug/52001
7938 * alias.c (refs_newer_value_cb, refs_newer_value_p): New.
7939 (get_addr): Walk canonical value's locs. Avoid returning VALUEs
7940 and locs that reference values newer than the non-canonical value
7941 at hand. Return the canonical value as a worst case.
7942 (memrefs_conflict_p): Walk canonical value's locs.
7943
7944 PR debug/52001
7945 * cselib.c (preserve_only_constants): Rename to...
7946 (preserve_constants_and_equivs): ... this. Split out...
7947 (invariant_or_equiv_p): ... this. Preserve plus expressions
7948 of other preserved expressions too.
7949 (cselib_reset_table): Adjust.
7950 * var-tracking.c (reverse_op): Use canonical value to build
7951 reverse operation.
7952
7953 2012-02-23 Kai Tietz <ktietz@redhat.com>
7954
7955 * config/i386/i386.c (ix86_delegitimize_address): Handle
7956 UNSPEC_PCREL plus displacement.
7957
7958 2012-02-24 Georg-Johann Lay <avr@gjlay.de>
7959
7960 PR target/52261
7961 * config/avr/avr.c (avr_out_movhi_mr_r_xmega): Use base
7962 to test for unusedness in st X addressing.
7963
7964 2012-02-24 Richard Guenther <rguenther@suse.de>
7965
7966 PR middle-end/52361
7967 * gimple.c (walk_gimple_op): Use predicates with less redundant tests.
7968 (is_gimple_reg_type): Move inline ...
7969 * gimple.h (is_gimple_reg_type): ... here.
7970
7971 2012-02-24 Richard Guenther <rguenther@suse.de>
7972
7973 PR middle-end/52361
7974 * passes.c (execute_function_todo): When verifying SSA form
7975 verify gimple form first.
7976 * tree-ssa.c (verify_ssa): Do not verify gimple form here.
7977
7978 2012-02-24 Richard Guenther <rguenther@suse.de>
7979
7980 PR middle-end/52355
7981 * fold-const.c (fold_addr_of_array_ref_difference): New function.
7982 (fold_binary_loc): Use it to extend the existing &a[i] - &a[j] folding.
7983
7984 2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7985
7986 * tree-if-conv (predicate_scalar_phi): Commentary typo fix.
7987
7988 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7989
7990 * tree-phinodes.c (make_phi_node): Mark static.
7991 * tree-flow.h (make_phi_node): Remove extern decl.
7992 * doc/gimple.texi (make_phi_node): Remove documentation.
7993
7994 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7995
7996 * tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.
7997 * tree-ssa-sccvn.c (print_scc): Ditto.
7998
7999 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
8000
8001 * doc/passes.texi (Full redundancy elimination): Fix typo.
8002
8003 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
8004
8005 * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries.
8006
8007 2012-02-23 Eric Botcazou <ebotcazou@adacore.com>
8008
8009 PR bootstrap/52287
8010 * haifa-sched.c (rank_for_schedule): Stabilize sort for debug insns.
8011
8012 2012-02-23 Uros Bizjak <ubizjak@gmail.com>
8013
8014 PR c/52290
8015 * c-decl.c (start_function): Exit early if decl1 is not FUNTION_DECL.
8016
8017 2012-02-23 Georg-Johann Lay <avr@gjlay.de>
8018
8019 * config/avr/avr.md (code_stdname): Add ior, xor.
8020 (xior): New code iterator.
8021 (*<code_stdname><mode>qi.byte0): Use xior instead of ior.
8022 (*<code_stdname><mode>qi.byte1-3): Ditto.
8023
8024 2012-02-23 Jakub Jelinek <jakub@redhat.com>
8025
8026 PR tree-optimization/52019
8027 * ipa-split.c (find_return_bb, find_retval, visit_bb): Ignore
8028 CLOBBER stmts.
8029
8030 2012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8031
8032 * acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of
8033 HAVE_INITFINI_ARRAY to work around namespace pollution in
8034 certain versions of newlib system headers.
8035 * config.in: Regenerate.
8036 * configure: Regenerate.
8037 * config/initfini-array.h: Use HAVE_INITFINI_ARRAY_SUPPORT
8038 instead of HAVE_INITFINI_ARRAY.
8039
8040 2012-02-22 Uros Bizjak <ubizjak@gmail.com>
8041
8042 PR target/52330
8043 * config/i386/i386.c (ix86_print_operand) <case 'H'>: Error out if x
8044 is not offsettable memory reference.
8045
8046 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
8047
8048 PR target/18145
8049 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Skip
8050 setting avr_need_clear_bss_p for __gnu_lto* symbols.
8051
8052 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
8053
8054 * config/avr/avr.h (avr_accumulate_outgoing_args): Return int.
8055 * config/avr/avr.c (avr_accumulate_outgoing_args): Return int.
8056
8057 2012-02-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8058
8059 * configure.ac (LIB_TLS_SPEC): Enforce use of alternate thread
8060 library on Solaris 8 even without TLS support.
8061 * configure: Regenerate.
8062
8063 2012-02-22 Richard Guenther <rguenther@suse.de>
8064
8065 PR middle-end/52329
8066 * gimple-fold.c (fold_stmt_1): Also canonicalize ADDR_EXPRs
8067 for GIMPLE_DEBUG stmts.
8068
8069 2012-02-22 Martin Jambor <mjambor@suse.cz>
8070
8071 PR middle-end/51782
8072 * emit-rtl.c (set_mem_attributes_minus_bitpos): Set address space
8073 according to the base object.
8074
8075 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
8076
8077 PR rtl-optimization/50063
8078 * config/avr/avr.md (movhi_sp_r): Handle -1 (unknown IRQ state)
8079 and 2 (8-bit SP) in operand 2.
8080 * config/avr/avr.c (avr_prologue_setup_frame): Adjust prologue
8081 setup to use movhi_sp_r instead of vanilla move to write SP.
8082 Adjust REG_CFA notes to superseed unspec.
8083 (expand_epilogue): Adjust epilogue setup to use movhi_sp_r instead
8084 of vanilla move.
8085 As function body might contain CLI or SEI: Use irq_state 0 (IRQ
8086 known to be off) only with TARGET_NO_INTERRUPTS. Never use
8087 irq_state 1 (IRQ known to be on) here.
8088
8089 2012-02-21 Bernd Schmidt <bernds@codesourcery.com>
8090
8091 * ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not
8092 WORDS_BIG_ENDIAN.
8093 * ira-color.c (setup_profitable_hard_regs, check_hard_reg_p,
8094 assign_hard_reg): Likewise.
8095
8096 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
8097
8098 * config/avr/avr.md (neghi2): Remove "!d,0" alternative. Tweak "r,0".
8099
8100 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
8101
8102 * config/avr/avr.md
8103 (*dec-and-branchhi!=-1.d.clobber): New text peephole.
8104 (*dec-and-branchhi!=-1.l.clobber): New text peephole.
8105
8106 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
8107
8108 * config/avr/avr-protos.h (avr_accumulate_outgoing_args): Move
8109 prototype from here to...
8110 * config/avr/avr.h: ...here.
8111
8112 2012-02-21 Richard Earnshaw <rearnsha@arm.com>
8113
8114 PR target/52294
8115 * thumb2.md (thumb2_shiftsi3_short): Split register and
8116 immediate shifts. For register shifts tie operands 0 and 1.
8117 (peephole2 for above): Check that register-controlled shifts
8118 have suitably tied operands.
8119
8120 2012-02-21 Quentin Neill <quentin.neill@amd.com>
8121
8122 PR target/52137
8123 * config/i386/bdver1.md (bdver1_call, bdver1_push,
8124 bdver1_pop, bdver1_leave, bdver1_lea, bdver1_imul_DI, bdver1_imul,
8125 bdver1_imul_mem_DI, bdver1_imul_mem, bdver1_idiv, bdver1_idiv_mem,
8126 bdver1_str, bdver1_idirect, bdver1_ivector, bdver1_idirect_loadmov,
8127 bdver1_idirect_load, bdver1_ivector_load, bdver1_idirect_movstore,
8128 bdver1_idirect_both, bdver1_ivector_both, bdver1_idirect_store,
8129 bdver1_ivector_store, bdver1_fldxf, bdver1_fld, bdver1_fstxf,
8130 bdver1_fst, bdver1_fist, bdver1_fmov_bdver1, bdver1_fadd_load,
8131 bdver1_fadd, bdver1_fmul_load, bdver1_fmul, bdver1_fsgn,
8132 bdver1_fdiv_load, bdver1_fdiv, bdver1_fpspc_load, bdver1_fpspc,
8133 bdver1_fcmov_load, bdver1_fcmov, bdver1_fcomi_load,
8134 bdver1_fcomi, bdver1_fcom_load, bdver1_fcom,
8135 bdver1_fxch, bdver1_ssevector_avx128_unaligned_load,
8136 bdver1_ssevector_avx256_unaligned_load,
8137 bdver1_ssevector_sse128_unaligned_load,
8138 bdver1_ssevector_avx128_load, bdver1_ssevector_avx256_load,
8139 bdver1_ssevector_sse128_load, bdver1_ssescalar_movq_load,
8140 bdver1_ssescalar_vmovss_load, bdver1_ssescalar_sse128_load,
8141 bdver1_mmxsse_load, bdver1_sse_store_avx256, bdver1_sse_store,
8142 bdver1_mmxsse_store_short, bdver1_ssevector_avx256,
8143 bdver1_movss_movsd, bdver1_mmxssemov, bdver1_sselog_load_256,
8144 bdver1_sselog_256, bdver1_sselog_load, bdver1_sselog,
8145 bdver1_ssecmp_load, bdver1_ssecmp, bdver1_ssecomi_load,
8146 bdver1_ssecomi, bdver1_vcvtX2Y_avx256_load, bdver1_vcvtX2Y_avx256,
8147 bdver1_ssecvt_cvtss2sd_load, bdver1_ssecvt_cvtss2sd,
8148 bdver1_sseicvt_cvtsi2sd_load, bdver1_sseicvt_cvtsi2sd,
8149 bdver1_ssecvt_cvtpd2ps_load, bdver1_ssecvt_cvtpd2ps,
8150 bdver1_ssecvt_cvtdq2ps_load, bdver1_ssecvt_cvtdq2ps,
8151 bdver1_ssecvt_cvtdq2pd_load, bdver1_ssecvt_cvtdq2pd,
8152 bdver1_ssecvt_cvtps2pd_load, bdver1_ssecvt_cvtps2pd,
8153 bdver1_ssecvt_cvtsX2si_load, bdver1_ssecvt_cvtsX2si,
8154 bdver1_ssecvt_cvtpd2pi_load, bdver1_ssecvt_cvtpd2pi,
8155 bdver1_ssecvt_cvtpd2dq_load, bdver1_ssecvt_cvtpd2dq,
8156 bdver1_ssecvt_cvtps2pi_load, bdver1_ssecvt_cvtps2pi,
8157 bdver1_ssemuladd_load_256, bdver1_ssemuladd_256,
8158 bdver1_ssemuladd_load, bdver1_ssemuladd, bdver1_sseimul_load,
8159 bdver1_sseimul, bdver1_sseiadd_load, bdver1_sseiadd,
8160 bdver1_ssediv_double_load_256, bdver1_ssediv_double_256,
8161 bdver1_ssediv_single_load_256, bdver1_ssediv_single_256,
8162 bdver1_ssediv_double_load, bdver1_ssediv_double,
8163 bdver1_ssediv_single_load, bdver1_ssediv_single, bdver1_sseins):
8164 Add "bdver2" attribute.
8165
8166 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8167
8168 * config/s390/s390.c (s390_option_override): Make -mhard-dfp the
8169 default if possible and not specified otherwise.
8170
8171 2012-02-21 Richard Guenther <rguenther@suse.de>
8172
8173 PR middle-end/52314
8174 * gimplify.c (create_tmp_from_val): Use the main variant type
8175 for the type of the temporary we create.
8176
8177 2012-02-21 Richard Guenther <rguenther@suse.de>
8178
8179 PR tree-optimization/52324
8180 * gimplify.c (gimplify_expr): When re-gimplifying expressions
8181 do not gimplify a MEM_REF address operand if it is already
8182 in suitable form.
8183
8184 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8185
8186 * config/s390/s390.md ("fixuns_trunc<mode>si2"): Replace
8187 TARGET_HARD_FLOAT with TARGET_HARD_DFP.
8188
8189 2012-02-21 Richard Guenther <rguenther@suse.de>
8190
8191 * tree-vect-stmts.c (vectorizable_load): Use pre-computed
8192 nested_in_vect_loop.
8193
8194 2012-02-21 Jakub Jelinek <jakub@redhat.com>
8195
8196 PR tree-optimization/52318
8197 * gimple-fold.c (gimplify_and_update_call_from_tree): Add
8198 vdef also to non-pure/const call stmts in the sequence.
8199
8200 2012-02-21 Tristan Gingold <gingold@adacore.com>
8201
8202 * config/vms/vms-ld.c (main): Fix IDENTIFICATION padding.
8203
8204 2012-02-20 David S. Miller <davem@davemloft.net>
8205
8206 * config/sparc/sparc.md (load_pcrel_sym<P:mode>): Explain why we
8207 don't use the "rd %pc" instruction on v9 for PIC register loads.
8208
8209 2012-02-20 Aldy Hernandez <aldyh@redhat.com>
8210
8211 PR middle-end/52141
8212 * trans-mem.c (ipa_tm_scan_irr_block): Error out on GIMPLE_ASM's
8213 in a transaction safe function.
8214
8215 2012-02-20 Kai Tietz <ktietz@redhat.com>
8216
8217 PR target/52238
8218 * stor-layout.c (place_field): Handle desired_align for
8219 ms-bitfields, too.
8220
8221 2012-02-20 Richard Guenther <rguenther@suse.de>
8222
8223 PR tree-optimization/52298
8224 * tree-vect-stmts.c (vectorizable_store): Properly use
8225 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing
8226 outer loops.
8227 (vectorizable_load): Likewise.
8228 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
8229 Access DR_STEP after ensuring it is not NULL.
8230
8231 2012-02-20 Jakub Jelinek <jakub@redhat.com>
8232
8233 PR tree-optimization/52286
8234 * fold-const.c (fold_binary_loc): For (X & C1) | C2
8235 optimization use double_int_to_tree instead of build_int_cst_wide,
8236 rewrite to use double_int vars.
8237
8238 2012-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8239
8240 PR target/50166
8241 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Require gcc_SUN_LD_VERSION.
8242 Define _start.
8243 Remove -e 0 from $gcc_cv_ld invocation.
8244 Only use __GLIBC_PREREQ if defined.
8245 Enable on Solaris since Solaris 8 patch.
8246 (gcc_SUN_LD_VERSION): New macro.
8247 * configure.ac (ld_ver) <*-*-solaris2*>: Refer to
8248 gcc_SUN_LD_VERSION for version number format.
8249 * configure: Regenerate.
8250 * varasm.c (get_elf_initfini_array_priority_section): Set
8251 SECTION_NOTYPE for non-default priority.
8252 Use get_section instead of get_unnamed_section to emit
8253 .init_array/.fini_array with default priority.
8254
8255 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
8256
8257 * config/mips/mips.c (mips_need_mips16_rdhwr_p): New variable.
8258 (mips_get_tp): Set it. Record that __mips16_rdhwr binds locally.
8259 (mips_start_unique_function, mips_output_mips16_rdhwr)
8260 (mips_code_end): New functions.
8261 (TARGET_ASM_CODE_END): Define.
8262
8263 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
8264
8265 * config/mips/mips.c (mips16_build_call_stub): Add CFI information
8266 to stubs with non-sibling calls.
8267
8268 2012-02-18 Sandra Loosemore <sandra@codesourcery.com>
8269
8270 * doc/invoke.texi (-fira-* options): Copy-edit.
8271 (ira-* parameters): Copy-edit.
8272
8273 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
8274
8275 * doc/invoke.texi: Minor copy-edits to bring into conformance with
8276 GCC coding conventions.
8277
8278 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
8279
8280 * doc/invoke.texi: Consistently hyphenate "big-endian"/"little-endian"
8281 when used as adjectives.
8282
8283 2012-02-16 Sandra Loosemore <sandra@codesourcery.com>
8284
8285 * doc/invoke.texi: Clean up "that"/"which" confusion.
8286
8287 2012-02-17 Steven Bosscher <steven@gcc.gnu.org>
8288
8289 * system.h: Poison SMALL_REGISTER_CLASSES
8290 * config/rl78/rl78.h: Replace SMALL_REGISTER_CLASSES with hook.
8291 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES.
8292
8293 2012-02-16 Jakub Jelinek <jakub@redhat.com>
8294
8295 PR tree-optimization/52285
8296 * tree-tailcall.c (find_tail_calls): Ignore gimple_clobber_p stmts
8297 when deciding if a call is a tail call or tail recursion.
8298
8299 2012-02-16 Kai Tietz <ktietz@redhat.com>
8300
8301 * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
8302 interger-constant displacement for UNSPEC_PCREL.
8303
8304 2012-02-16 Jakub Jelinek <jakub@redhat.com>
8305
8306 PR rtl-optimization/52208
8307 * ira-costs.c (scan_one_insn): Don't decrease mem_cost
8308 for MEMs with REG_EQUIV, if the MEM isn't general_operand.
8309
8310 PR tree-optimization/52255
8311 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): If
8312 loop->header has virtual PHI, but exit_e->dest doesn't, add
8313 virtual PHI to exit_e->dest and adjust all uses after the loop.
8314
8315 PR debug/52260
8316 * dwarf2out.c (copy_decls_walk): Fill in *slot before traversing
8317 children with clone_tree_hash, not after it.
8318
8319 2012-02-16 Iain Sandoe <iains@gcc.gnu.org>
8320
8321 * config/darwin.h (ASM_OUTPUT_LABELREF): Add user label prefix for
8322 extended identifiers.
8323
8324 2012-02-16 Jakub Jelinek <jakub@redhat.com>
8325
8326 PR middle-end/51929
8327 * cgraphunit.c (verify_edge_corresponds_to_fndecl): If node is
8328 a same_body_alias, also test whether e->callee isn't a former
8329 or current clone of the decl this is a same body alias of.
8330
8331 PR translation/52264
8332 * cgraphunit.c (verify_cgraph_node): Fix a typo.
8333
8334 2012-02-15 Sandra Loosemore <sandra@codesourcery.com>
8335
8336 * doc/invoke.texi: Clean up "n-bit/byte/word" modifiers.
8337
8338 2012-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
8339
8340 PR target/52199
8341 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
8342 force_reg instead of copy_to_reg for better optimization. Force
8343 non-register or memory operands into a register.
8344
8345 2012-02-15 Andrew MacLeod <amacleod@redhat.com>
8346
8347 * extend.texi: Reserve upper bits of memory model for future use.
8348
8349 2012-01-15 Georg-Johann Lay <avr@gjlay.de>
8350 Anatoly Sokolov <aesok@post.ru>
8351 Eric Weddington <eric.weddington@atmel.com>
8352
8353 PR target/52261
8354 * config/avr/avr-devices.c (avr_arch_types): Add avrxmega2,
8355 avrxmega4, avrxmega5, avrxmega6, avrxmega7.
8356 Rewrite initializers for .macro.
8357 * config/avr/avr-mcus.def (AVR_MCU): Add known MCUs:
8358 avrxmega2: atxmega16a4, atxmega16d4, atxmega16x1, atxmega32a4
8359 atxmega32d4, atxmega32x1.
8360 avrxmega4: atxmega64a3, atxmega64d3.
8361 avrxmega5: atxmega64a1, atxmega64a1u.
8362 avrxmega6: atxmega128a3, atxmega128d3, atxmega192a3, atxmega192d3,
8363 atxmega256a3, atxmega256a3b, atxmega256a3bu, atxmega256d3.
8364 avrxmega7: atxmega128a1, atxmega128a1u.
8365 * config/avr/avr.h (enum avr_arch): Add: ARCH_AVRXMEGA2,
8366 ARCH_AVRXMEGA4, ARCH_AVRXMEGA5, ARCH_AVRXMEGA6, ARCH_AVRXMEGA7.
8367 (struct base_arch_s): Rename reserved to xmega_p.
8368 Rename reserved2 to have_rampd.
8369 (AVR_XMEGA): New define.
8370 (AVR_HAVE_RAMPD, AVR_HAVE_RAMPX, AVR_HAVE_RAMPY): New defines.
8371 (AVR_HAVE_RAMPZ): Change definition to fit xmega.
8372 * config/avr/predicates.md (io_address_operand): Take into
8373 account SFR offset.
8374 (low_io_address_operand): Ditto.
8375 (high_io_address_operand): Ditto.
8376 * config/avr/avr.md (isa): Add alternatives no_xmega, xmega.
8377 (enabled, movhi_sp_r): Use them.
8378 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use
8379 cpp_define_formatted to built-in define __AVR_ARCH__.
8380 (__AVR_XMEGA__): New built-in define.
8381 (__AVR_HAVE_RAMPD__): New built-in define.
8382 (__AVR_HAVE_RAMPX__): New built-in define.
8383 (__AVR_HAVE_RAMPY__): New built-in define.
8384 (__AVR_HAVE_RAMPZ__): Change condition when to built-in define it.
8385
8386 * config/avr/avr.c (avr_addr_t): Add ccp, rampd, rampx, rampy.
8387 (avr_option_override): Initialize them.
8388 (sreg_rtx, rampd_rtx, rampx_rtx, rampy_rtx): New GTY rtx.
8389 (avr_init_expanders): Initialize them. No more block several calls.
8390 (emit_push_sfr): New static function.
8391 (avr_prologue_setup_frame): Use it to push SREG, RAMPD/X/Y/Z as needed.
8392 Handle AVR_XMEGA.
8393 (expand_epilogue): Handle AVR_XMEGA. Pop RAMPD/X/Y/Z as needed.
8394 (avr_print_operand): Print addreeses as symbols for
8395 RAMPX, RAMPY, RAMPD, CCP.
8396 (output_movhi): Handle AVR_XMEGA when writing to SP.
8397 (avr_out_movhi_mr_r_xmega): New static function.
8398 (out_movhi_mr_r): Forward to avr_out_movhi_mr_r_xmega for AVR_XMEGA.
8399 (avr_file_start): Print symbol defines for __RAMPX__, __RAMPY__,
8400 __RAMPD__, __CCP__ as needed.
8401
8402 * config/avr/multilib.h: Regenerate.
8403 * config/avr/t-multilib: Regenerate.
8404 * config/avr/avr-tables.opt: Regenerate.
8405
8406 2012-02-15 Tobias Grosser <grosser@fim.uni-passau.de>
8407
8408 PR tree-optimization/50561
8409 * graphite-flattening.c (lst_project_loop): Do not
8410 remove old scattering dimensions after flattening.
8411 (lst_do_flatten): Likewise.
8412
8413 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
8414
8415 * doc/extend.texi (AVR Built-in Functions): Remove doc for
8416 __builtin_avr_map8, __builtin_avr_map16.
8417 Document __builtin_avr_insert_bits.
8418
8419 * config/avr/avr.md (map_bitsqi, map_bitshi): Remove.
8420 (insert_bits): New insn.
8421 (adjust_len.map_bits): Rename to insert_bits.
8422 (UNSPEC_MAP_BITS): Rename to UNSPEC_INSERT_BITS.
8423 * avr-protos.h (avr_out_map_bits): Remove.
8424 (avr_out_insert_bits, avr_has_nibble_0xf): New.
8425 * config/avr/constraints.md (Cxf,C0f): New.
8426 * config/avr/avr.c (avr_cpu_cpp_builtins): Remove built-in
8427 defines __BUILTIN_AVR_MAP8, __BUILTIN_AVR_MAP16.
8428 New built-in define __BUILTIN_AVR_INSERT_BITS.
8429 * config/avr/avr.c (TARGET_FOLD_BUILTIN): New define.
8430 (enum avr_builtin_id): Add AVR_BUILTIN_INSERT_BITS.
8431 (avr_move_bits): Rewrite.
8432 (avr_fold_builtin, avr_map_metric, avr_map_decompose): New static
8433 functions.
8434 (avr_map_op_t): New typedef.
8435 (avr_map_op): New static variable.
8436 (avr_out_insert_bits, avr_has_nibble_0xf): New functions.
8437 (adjust_insn_length): Handle ADJUST_LEN_INSERT_BITS.
8438 (avr_init_builtins): Add definition for __builtin_avr_insert_bits.
8439 (bdesc_3arg, avr_expand_triop_builtin): New.
8440 (avr_expand_builtin): Use them. And handle AVR_BUILTIN_INSERT_BITS.
8441 (avr_revert_map, avr_swap_map, avr_id_map, avr_sig_map): Remove.
8442 (avr_map_hamming_byte, avr_map_hamming_nonstrict): Remove.
8443 (avr_map_equal_p, avr_map_sig_p): Remove.
8444 (avr_out_swap_bits, avr_out_revert_bits, avr_out_map_bits): Remove.
8445 (bdesc_2arg): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
8446 (adjust_insn_length): Remove handling for ADJUST_LEN_MAP_BITS.
8447 (enum avr_builtin_id): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
8448 (avr_init_builtins): Remove __builtin_avr_map8, __builtin_avr_map16.
8449 (avr_expand_builtin): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
8450
8451 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
8452
8453 * config/c6x/c6x.md (reserve_cycles): New attribute.
8454 * config/c6x/c6x.c (c6x_sched_reorder_1): Ensure insns we predicate
8455 don't reserve functional units after the branch occurs.
8456
8457 2012-02-14 Aldy Hernandez <aldyh@redhat.com>
8458
8459 PR middle-end/52142
8460 * ipa-inline.c (can_inline_edge_p): Do not inline tm_pure
8461 functions into non-tm_pure functions.
8462
8463 2012-02-14 Eric Botcazou <ebotcazou@adacore.com>
8464
8465 PR lto/52178
8466 * gimple.c (iterative_hash_gimple_type): Use RECORD_OR_UNION_TYPE_P.
8467 (iterative_hash_canonical_type): Likewise.
8468 * tree-ssa-pre.c (fini_pre): Clean up the CFG only after purging all
8469 the dead edges.
8470
8471 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
8472
8473 * haifa-sched.c (prune_ready_list): Ensure that if there is a
8474 sched-group insn, it either remains alone or the entire list is pruned.
8475
8476 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
8477
8478 * doc/install.texi (Prerequisites): Fix grammar.
8479 (Configuration): Likewise.
8480
8481 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
8482
8483 * doc/install.texi (Prerequisites): Suggest building GMP, MPFR and
8484 MPC as part of GCC before describing configuring with --with-gmp etc.
8485 (Installing GCC: Configuration): --with-gmp etc. aren't needed if
8486 sources are present.
8487
8488 2012-02-14 Jakub Jelinek <jakub@redhat.com>
8489
8490 PR debug/51950
8491 * dwarf2out.c (clone_tree_hash): New function.
8492 (copy_decls_walk): Use it instead of clone_tree.
8493
8494 2012-02-14 Richard Guenther <rguenther@suse.de>
8495
8496 PR tree-optimization/52244
8497 PR tree-optimization/51528
8498 * tree-sra.c (analyze_access_subtree): Only create INTEGER_TYPE
8499 replacements for integral types.
8500
8501 2012-02-14 Walter Lee <walt@tilera.com>
8502
8503 * config.gcc: Handle tilegx and tilepro.
8504 * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
8505 tilegx and tilepro.
8506 Add HAVE_AS_TLS check for tilegx and tilepro.
8507 * configure: Regenerate.
8508 * doc/contrib.texi: Add Mat Hostetter and self.
8509 * doc/extend.texi (TILE-Gx Built-in Functions): New node.
8510 Document instruction intrinsics and network accessing intrinsics.
8511 (TILEPro Built-in Functions): New node. Document instruction
8512 intrinsics and network accessing intrinsics.
8513 * doc/install.texi (Specific, tilegx-*-linux*): Document it.
8514 (Specific, tilepro-*-linux*): Likewise.
8515 * doc/invoke.texi (TILE-Gx Options): New section.
8516 (TILEPro Options): New section.
8517 * doc/md.texi (TILE-Gx): New section.
8518 (TILEPro): New section.
8519 * common/config/tilegx/tilegx-common.c: New file.
8520 * common/config/tilepro/tilepro-common.c: New file.
8521 * config/tilegx/constraints.md: New file.
8522 * config/tilegx/linux.h: New file.
8523 * config/tilegx/mul-tables.c: New file.
8524 * config/tilegx/predicates.md: New file.
8525 * config/tilegx/sync.md: New file.
8526 * config/tilegx/t-tilegx: New file.
8527 * config/tilegx/tilegx-builtins.h: New file.
8528 * config/tilegx/tilegx-c.c: New file.
8529 * config/tilegx/tilegx-generic.md: New file.
8530 * config/tilegx/tilegx-modes.def: New file.
8531 * config/tilegx/tilegx-multiply.h: New file.
8532 * config/tilegx/tilegx-protos.h: New file.
8533 * config/tilegx/tilegx.c: New file.
8534 * config/tilegx/tilegx.h: New file.
8535 * config/tilegx/tilegx.md: New file.
8536 * config/tilegx/tilegx.opt: New file.
8537 * config/tilepro/constraints.md: New file.
8538 * config/tilepro/gen-mul-tables.cc: New file.
8539 * config/tilepro/linux.h: New file.
8540 * config/tilepro/mul-tables.c: New file.
8541 * config/tilepro/predicates.md: New file.
8542 * config/tilepro/t-tilepro: New file.
8543 * config/tilepro/tilepro-builtins.h: New file.
8544 * config/tilepro/tilepro-c.c: New file.
8545 * config/tilepro/tilepro-generic.md: New file.
8546 * config/tilepro/tilepro-modes.def: New file.
8547 * config/tilepro/tilepro-multiply.h: New file.
8548 * config/tilepro/tilepro-protos.h: New file.
8549 * config/tilepro/tilepro.c: New file.
8550 * config/tilepro/tilepro.h: New file.
8551 * config/tilepro/tilepro.md: New file.
8552 * config/tilepro/tilepro.opt: New file.
8553
8554 2012-02-14 Jakub Jelinek <jakub@redhat.com>
8555
8556 PR tree-optimization/52210
8557 * tree-vect-slp.c (vect_get_and_check_slp_defs): Call
8558 vect_model_simple_cost with two entry vect_def_type array instead
8559 of an address of dt.
8560
8561 2012-02-14 Richard Guenther <rguenther@suse.de>
8562
8563 PR lto/52178
8564 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
8565 Do not stream DECL_QUALIFIER.
8566 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
8567 * tree.c (free_lang_data_in_decl): Free DECL_QUALIFIER.
8568 (find_decls_types_r): Do not walk DECL_QUALIFIER.
8569
8570 2012-02-14 Jakub Jelinek <jakub@redhat.com>
8571
8572 PR c/52181
8573 * c-decl.c (merge_decls): Copy DECL_USER_ALIGN bit from olddecl to
8574 newdecl.
8575
8576 2012-02-13 Jakub Jelinek <jakub@redhat.com>
8577
8578 PR bootstrap/52172
8579 * cselib.h (cselib_subst_to_values_from_insn): New prototype.
8580 * cselib.c (cselib_subst_to_values_from_insn): New function.
8581 * sched-deps.c (add_insn_mem_dependence,
8582 sched_analyze_1, sched_analyze_2): Use it.
8583
8584 2012-02-13 Jan Hubicka <jh@suse.cz>
8585
8586 PR middle-end/52214
8587 * predict.c (predict_paths_for_bb): Fix thinko in prevoius patch.
8588
8589 2012-02-13 Eric Botcazou <ebotcazou@adacore.com>
8590
8591 * gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.
8592 (GTM_SELF_SPECS): Define if not already defined.
8593 (driver_self_specs): Add GTM_SELF_SPECS.
8594 * config/darwin.h (LINK_COMMAND_SPEC_A): Deal with -fgnu-tm.
8595 (GTM_SELF_SPECS): Define.
8596 * config/i386/cygwin.h (GTM_SELF_SPECS): Likewise.
8597 * config/i386/mingw32.h (GTM_SELF_SPECS): Likewise.
8598
8599 2012-02-13 Jakub Jelinek <jakub@redhat.com>
8600
8601 * cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right
8602 away if seen.
8603
8604 * cselib.c (dump_cselib_val): Don't assume l->setting_insn is non-NULL.
8605
8606 PR middle-end/52230
8607 * omp-low.c (expand_omp_for): If a static schedule without chunk size
8608 has NULL region->cont, force fd.chunk_size to be integer_zero_node.
8609
8610 2012-02-13 Andrew MacLeod <amacleod@redhat.com>
8611
8612 PR c/52190
8613 * doc/extend.texi : Fix another __atomic_compare_exchange typo.
8614
8615 2012-02-13 Richard Guenther <rguenther@suse.de>
8616
8617 PR translation/52211
8618 * passes.c (enable_disable_pass): Fix typo.
8619
8620 2012-02-13 Jakub Jelinek <jakub@redhat.com>
8621
8622 PR middle-end/52209
8623 * expr.c (expand_expr_real_2) <case BIT_NOT_EXPR>: Only expand using
8624 XOR for reduce_bit_field if type is unsigned.
8625
8626 2012-02-12 Eric Botcazou <ebotcazou@adacore.com>
8627
8628 * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): In 64-bit mode,
8629 disallow changes from SFmode to mode with different size in FP regs.
8630
8631 2012-02-12 Robert Millan <rmh@gnu.org>
8632 Gerald Pfeifer <gerald@pfeifer.com>
8633
8634 * ginclude/stddef.h [__FreeBSD_kernel__] (__size_t): Do not define.
8635 Tweak comment.
8636
8637 2012-02-11 Richard Sandiford <rdsandiford@googlemail.com>
8638
8639 PR rtl-optimization/52175
8640 * reorg.c (fill_slots_from_thread): Don't apply add/sub optimization
8641 to frame-related instructions.
8642
8643 2012-02-10 Jason Merrill <jason@redhat.com>
8644
8645 PR c++/51910
8646 * tlink.c (demangled_hash_entry): Change mangled to a VEC.
8647 (demangle_new_symbols): Fill it.
8648 (scan_linker_output): Walk it.
8649 (start_tweaking): Split out from scan_linker_output.
8650 (maybe_tweak): Update sym->chosen.
8651 * Makefile.in (COLLECT2_OBJS): Add vec.o and gcc-none.o
8652
8653 2012-02-11 Jakub Jelinek <jakub@redhat.com>
8654
8655 PR debug/52132
8656 * reg-stack.c (subst_stack_regs_in_debug_insn): Don't use get_true_reg.
8657
8658 2012-02-11 Uros Bizjak <ubizjak@gmail.com>
8659
8660 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
8661 having the same mode as previous compare.
8662
8663 2012-02-10 Eric Botcazou <ebotcazou@adacore.com>
8664
8665 * config/sparc/sparc.c (sparc_flat_expand_prologue): Use emit_use.
8666 * config/sparc/sparc.md (UNSPECV_GOTO): Delete.
8667 (nonlocal_goto_internal): Likewise.
8668 (nonlocal_goto): Emit a use and an indirect jump directly.
8669
8670 2012-02-10 Andrew MacLeod <amacleod@redhat.com>
8671
8672 PR c/52190
8673 * doc/extend.texi : Update comments for __atomic_compare_exchange and
8674 __atomic_{is,always}_lock_free.
8675
8676 2012-02-10 Uros Bizjak <ubizjak@gmail.com>
8677
8678 PR target/52146
8679 * config/i386/i386.c (ix86_legitimate_address_p): Disallow
8680 negative constant address for TARGET_X32.
8681
8682 2012-02-10 Richard Henderson <rth@redhat.com>
8683
8684 * tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.
8685 * tree-ssa-operands.c (parse_ssa_operands): Add virtual operands
8686 for GIMPLE_TRANSACTION. Tidy if's into a switch.
8687
8688 2012-02-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8689 Ira Rosen <irar@il.ibm.com>
8690
8691 PR tree-optimization/50031
8692 * targhooks.c (default_builtin_vectorization_cost): Handle
8693 vec_promote_demote.
8694 * target.h (enum vect_cost_for_stmt): Add vec_promote_demote.
8695 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Handle
8696 all types of reduction and pattern statements.
8697 (vect_estimate_min_profitable_iters): Likewise.
8698 * tree-vect-stmts.c (vect_model_promotion_demotion_cost): New function.
8699 (vect_get_load_cost): Use vec_perm for permutations; add dump logic
8700 for explicit realigns.
8701 (vectorizable_conversion): Call vect_model_promotion_demotion_cost.
8702 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
8703 vec_promote_demote.
8704 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
8705 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Update
8706 vec_perm for VSX and handle vec_promote_demote.
8707
8708 2012-02-10 Jakub Jelinek <jakub@redhat.com>
8709
8710 PR middle-end/52177
8711 * builtins.c (fold_builtin_atomic_always_lock_free,
8712 expand_builtin_atomic_always_lock_free,
8713 fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
8714 Return and/or test boolean_true_node/boolean_false_node instead of
8715 integer_one_node/integer_zero_node.
8716
8717 2012-02-10 Jan Hubicka <jh@suse.cz>
8718
8719 PR middle-end/48600
8720 * predict.c (predict_paths_for_bb): Prevent looping.
8721 (predict_paths_leading_to_edge, predict_paths_leading_to): Update.
8722
8723 2012-02-10 Roman Zhuykov <zhroma@ispras.ru>
8724
8725 * config/arm/arm.c (output_move_double): In one case properly
8726 count number of instructions that will be emitted.
8727
8728 2012-02-10 Richard Guenther <rguenther@suse.de>
8729
8730 PR translation/52193
8731 * cgraphunit.c (cgraph_mark_functions_to_output): Fix typo.
8732
8733 2012-02-09 Peter Bergner <bergner@vnet.ibm.com>
8734
8735 PR middle-end/52140
8736 * dojump.c (do_compare_rtx_and_jump): Use SCALAR_FLOAT_MODE_P.
8737
8738 2012-02-09 Jakub Jelinek <jakub@redhat.com>
8739
8740 PR debug/52165
8741 * var-tracking.c (emit_note_insn_var_location): If
8742 EMIT_NOTE_BEFORE_INSN and insn is NOTE_INSN_CALL_ARG_LOCATION,
8743 emit it before next non-NOTE_INSN_CALL_ARG_LOCATION
8744 non-NOTE_DURING_CALL_P insn.
8745
8746 2012-02-09 Bin Cheng <bin.cheng@arm.com>
8747
8748 PR middle-end/51867
8749 * builtins.c (expand_builtin): Don't check DECL_ASSEMBLER_NAME_SET_P.
8750
8751 2012-02-08 Magnus Granberg <zorry@gentoo.org>
8752
8753 PR driver/48524
8754 * gcc.c (switch_matches) Support switches with separated form,
8755 -D and -U.
8756
8757 2012-02-08 Georg-Johann Lay <avr@gjlay.de>
8758
8759 * config/avr/avr.md (SREG_ADDR): Remove constant definition.
8760 (SP_ADDR): Ditto.
8761 (RAMPZ_ADDR): Ditto.
8762 * config/avr/avr.c (avr_addr_t): New typedef.
8763 (avr_addr): New struct to hold RAM address of SPL, SPH, RAMPZ, SREG.
8764 (avr_init_expanders): Initialize it.
8765 (expand_prologue): Use avr_addr instead of RAMPZ_ADDR, SP_ADDR,
8766 SREG_ADDR.
8767 (expand_epilogue): Ditto.
8768 (avr_print_operand): Ditto.
8769 (avr_file_start): Ditto.
8770 (avr_emit_movmemhi): Ditto.
8771
8772 2012-02-08 Richard Guenther <rguenther@suse.de>
8773
8774 PR tree-optimization/46886
8775 * tree-flow.h (do_while_loop_p): Declare.
8776 * tree-ssa-loop-ch.c (do_while_loop_p): Export.
8777 * tree-parloops.c (parallelize_loops): Only parallelize do-while loops.
8778
8779 2012-02-08 Andrew MacLeod <amacleod@redhat.com>
8780
8781 * optabs.c (expand_atomic_load): Do not assume compare_and_swap will
8782 always succeed for integers larger than a native word.
8783
8784 2012-02-08 Richard Guenther <rguenther@suse.de>
8785
8786 PR rtl-optimization/52170
8787 * simplify-rtx.c (simplify_plus_minus): Use CONSTM1_RTX to
8788 properly handle integer vector modes.
8789
8790 2012-02-08 Jakub Jelinek <jakub@redhat.com>
8791
8792 PR gcov-profile/52150
8793 * coverage.c: Include target.h.
8794 (build_var): Call targetm.strip_name_encoding on the assembler name.
8795 Change one _ into . or $ if the target allows it.
8796 * Makefile.in (coverage.o): Depend on $(TARGET_H).
8797
8798 PR rtl-optimization/52139
8799 * cfgrtl.c (cfg_layout_merge_blocks): If BB_END
8800 is a BARRIER after emit_insn_after_noloc, move BB_END
8801 to the last non-BARRIER insn before it.
8802
8803 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
8804
8805 PR middle-end/24306
8806 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): New function.
8807 (mips_gimplify_va_arg_expr): Call it instead of
8808 std_gimplify_va_arg_expr.
8809
8810 2012-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
8811
8812 * config/rs6000/rs6000.c (rs6000_trampoline_init): Fix error
8813 message for -mno-pointers-to-nested-function.
8814
8815 2012-02-07 Eric Botcazou <ebotcazou@adacore.com>
8816
8817 PR middle-end/51994
8818 * expr.c (get_inner_reference): If there is an offset, add a negative
8819 bit position to it (if any).
8820
8821 2012-02-07 Jakub Jelinek <jakub@redhat.com>
8822
8823 PR rtl-optimization/52060
8824 * combine.c (try_combine): Add i0src_copy and i0src_copy2 variables,
8825 copy i1src to i1src_copy whenever added_sets_2 && i1_feeds_i2_n already
8826 before i1dest -> i1src substitution in newpat, copy i0src to i0src_copy
8827 and/or i0src_copy2 when needed.
8828
8829 2012-02-07 Jakub Jelinek <jakub@redhat.com>
8830
8831 * gcc.c (main): Don't look for lto-wrapper or lto-wrapper
8832 or LTOPLUGINSONAME if have_c.
8833
8834 * config/freebsd-spec.h: Add comment about what macros can be defined
8835 in this header.
8836 (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): Don't define here.
8837 * config/freebsd.h (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): But
8838 here instead.
8839
8840 2012-02-07 Richard Guenther <rguenther@suse.de>
8841
8842 * gimple-pretty-print.c (dump_gimple_phi): Avoid excessive
8843 newline in -alias dumps.
8844
8845 2012-02-07 Kai Tietz <ktietz@redhat.com>
8846 Dave Korn <dave.korn.cygwin@gmail.com>
8847
8848 PR target/40068
8849 * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition):
8850 Take care that typinfo gets dllexport-attribute.
8851
8852 2012-02-07 Jakub Jelinek <jakub@redhat.com>
8853
8854 PR middle-end/52074
8855 * expr.c (expand_expr_addr_expr_1): For CONSTANT_CLASS_P or CONST_DECL
8856 if modifier < EXPAND_SUM call force_operand on the result.
8857
8858 2012-02-07 Joern Rennecke <joern.rennecke@embecosm.com>
8859
8860 * config/epiphany/epiphany.h (ASM_DECLARE_FUNCTION_SIZE): Redefine,
8861 adding __forwarder_dst__ prefix if a forwarder_section attribute is
8862 present.
8863 (epiphany_function_type): Replace types for specific interrupts with
8864 EPIPHANY_FUNCTION_INTERRUPT.
8865 (EPIPHANY_INTERRUPT_P): Update.
8866 * config/epiphany/epiphany.c (epiphany_handle_forwarder_attribute):
8867 New static function.
8868 (epiphany_attribute_table) <interrupt>: min_len is 0, max_len is 9.
8869 <disinterrupt>: Affects type identity.
8870 (epiphany_handle_interrupt_attribute): Handle variable number of
8871 arguments.
8872 (epiphany_compute_function_type): Update for new
8873 epiphany_function_type definition.
8874 (epiphany_expand_prologue): Don't save (reg:DI GPR_0) for interrupt
8875 handlers with a longcall forwarder.
8876 (epiphany_start_function): Handle multiple interrupt arguments and/or
8877 forwarder_section attribute.
8878
8879 * config/epiphany/epiphany.h (LIB_SPEC): Link libc again after
8880 libgloss.
8881
8882 2012-02-07 Alan Modra <amodra@gmail.com>
8883
8884 PR target/52107
8885 * config/rs6000/rs6000.c (rs6000_emit_move): Don't create DImode
8886 subregs of TFmode.
8887
8888 2012-02-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8889
8890 PR tree-optimization/50969
8891 * tree-vect-stmts.c (vect_model_store_cost): Correct statement cost to
8892 use vec_perm rather than vector_stmt.
8893 (vect_model_load_cost): Likewise.
8894 * config/i386/i386.c (ix86_builtin_vectorization_cost): Change cost of
8895 vec_perm to be the same as other vector statements.
8896 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Revise
8897 cost of vec_perm for TARGET_VSX.
8898
8899 2012-02-06 Richard Guenther <rguenther@suse.de>
8900
8901 PR tree-optimization/52115
8902 * tree-sra.c (access_has_replacements_p): New function.
8903 (sra_modify_assign): Use it to decide whether a use is uninitialized.
8904
8905 2012-02-06 Patrick Marlier <patrick.marlier@gmail.com>
8906
8907 PR middle-end/52047
8908 * trans-mem.c (expand_call_tm): Add an assertion.
8909 * calls.c (flags_from_decl_or_type): Add ECF_TM_PURE to 'no vops'
8910 functions.
8911
8912 2012-02-06 Richard Guenther <rguenther@suse.de>
8913
8914 PR tree-optimization/50955
8915 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Artificially
8916 raise cost of expressions that replace an address with an
8917 expression based on a different pointer.
8918
8919 2012-02-06 Jakub Jelinek <jakub@redhat.com>
8920
8921 PR target/52129
8922 * calls.c (mem_overlaps_already_clobbered_arg_p): If val is
8923 CONST_INT_P, subtract resp. add crtl->args.pretend_args_size to it.
8924
8925 2012-02-06 Jonathan Wakely <jwakely.gcc@gmail.com>
8926
8927 PR c++/48680
8928 * doc/invoke.texi (C++ Dialect Options): Use @option markup for
8929 -Weffc++ and specify guidelines come from second edition.
8930
8931 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
8932
8933 * config/mips/mips.md (sibcall_internal, sibcall_value_internal)
8934 (sibcall_value_multiple_internal, call_split, call_internal_direct)
8935 (call_direct_split, call_value_split, call_value_internal_direct)
8936 (call_value_direct_split, call_value_multiple_split): Use jal and
8937 jal_macro attributes.
8938
8939 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
8940
8941 * reload1.c (reload_regs_reach_end_p): Replace with...
8942 (reload_reg_rtx_reaches_end_p): ...this function.
8943 (new_spill_reg_store): Update commentary.
8944 (emit_input_reload_insns): Don't clear new_spill_reg_store here.
8945 (emit_output_reload_insns): Check reload_reg_rtx_reaches_end_p
8946 before setting new_spill_reg_store.
8947 (emit_reload_insns): Use a separate loop to clear new_spill_reg_store.
8948 Use reload_reg_rtx_reaches_end_p instead of reload_regs_reach_end_p.
8949 Also use reload_reg_rtx_reaches_end_p when reading new_spill_reg_store
8950 for non-spill reload registers.
8951
8952 2012-02-05 Ira Rosen <irar@il.ibm.com>
8953
8954 PR tree-optimization/52091
8955 * tree-vectorizer.h (vect_is_simple_use): Add an argument.
8956 (vect_is_simple_use_1): Likewise.
8957 * tree-vect-loop.c (vectorizable_reduction): Update calls
8958 to vect_is_simple_use_1 and vect_is_simple_use.
8959 (vectorizable_live_operation): Likewise.
8960 * tree-vect-patterns.c (widened_name_p,
8961 vect_recog_vector_vector_shift_pattern, check_bool_pattern): Likewise.
8962 * tree-vect-stmts.c (process_use, vect_get_vec_def_for_operand,
8963 vectorizable_call, vectorizable_conversion, vectorizable_assignment,
8964 vectorizable_shift,vectorizable_operation, vectorizable_store,
8965 vectorizable_load): Likewise.
8966 (vect_is_simple_cond): Add an argument, pass it to
8967 vect_is_simple_use_1.
8968 (vectorizable_condition): Update calls to vect_is_simple_cond,
8969 vect_is_simple_use.
8970 (vect_is_simple_use): Add an argument, the statement in which
8971 OPERAND is used. Check that if OPERAND's def stmt is a double
8972 reduction phi node, the use is a phi node too.
8973 (vect_is_simple_use_1): Add an argument, pass it to
8974 vect_is_simple_use.
8975 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update a call
8976 to vect_is_simple_use.
8977
8978 2012-02-04 Jakub Jelinek <jakub@redhat.com>
8979
8980 PR rtl-optimization/52095
8981 * modulo-sched.c (dump_insn_locator): New function.
8982 (loop_canon_p, sms_schedule): Use it.
8983
8984 PR rtl-optimization/52113
8985 * lower-subreg.c (decompose_multiword_subregs): Call recog_memoized
8986 even for decomposable shift/zext insns.
8987
8988 2012-02-03 Jakub Jelinek <jakub@redhat.com>
8989 Zdenek Dvorak <ook@ucw.cz>
8990
8991 PR rtl-optimization/52092
8992 * loop-unswitch.c (unswitch_single_loop): Call copy_rtx_if_shared
8993 on get_iv_value result.
8994
8995 2012-02-02 Andrew Pinski <apinski@cavium.com>
8996
8997 PR middle-end/47982
8998 PR middle-end/43967
8999 * doc/libgcc.texi (__udivmoddi4/__udivmodti4): Fix documentation typo.
9000
9001 2012-02-02 Jakub Jelinek <jakub@redhat.com>
9002
9003 PR middle-end/48071
9004 * diagnostic.c (diagnostic_finish): Remove trailing newlines.
9005
9006 2012-02-02 Vladimir Makarov <vmakarov@redhat.com>
9007
9008 PR rtl-optimization/49800
9009 * haifa-sched.c (sched_init): Call regstat_init_n_sets_and_refs.
9010 (sched_finish): Call regstat_free_n_sets_and_refs.
9011
9012 2012-02-02 Jia Liu <proljc@gmail.com>
9013
9014 * config/mips/mips-dspr2.md (mips_prepend): Mask operand 3 rather
9015 than operand 2.
9016
9017 2012-02-02 Jan Hubicka <jh@suse.cz>
9018 Tom de Vries <tom@codesourcery.com>
9019
9020 PR middle-end/51998
9021 * cgraphunit.c (cgraph_analyze_function): Break cyclic aliases.
9022 * varpool.c (varpool_analyze_pending_decls): Likewise.
9023
9024 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
9025 Jayant R Sonar <jayant.sonar@kpitcummins.com>
9026
9027 * config.gcc: Add cr16-* support.
9028
9029 * doc/extend.texi: Document cr16 extensions.
9030 * doc/install.texi: Document cr16 install.
9031 * doc/invoke.texi: Document cr16 options.
9032 * doc/md.texi: Document cr16 constraints.
9033
9034 * common/config/cr16/cr16-common.c: New file.
9035 * config/cr16/cr16.c: New file.
9036 * config/cr16/cr16.h: New file.
9037 * config/cr16/cr16.md: New file.
9038 * config/cr16/cr16.opt: New file.
9039 * config/cr16/cr16-protos.h: New file.
9040 * config/cr16/predicates.md: New file.
9041 * config/cr16/constraints.md: New file.
9042 * config/cr16/t-cr16: New file.
9043
9044 2012-02-02 Jakub Jelinek <jakub@redhat.com>
9045
9046 PR target/52086
9047 * config/i386/i386.md (*addqi_2 peephole with SImode addition): Check
9048 that operands[2] is either immediate, or q_regs_operand.
9049
9050 PR tree-optimization/52073
9051 * tree-vect-stmts.c (vect_mark_relevant): When checking uses of
9052 a pattern stmt for pattern uses, ignore uses outside of the loop.
9053
9054 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
9055
9056 * config/avr/avr.c: Resolve all AS1 and AS2 macros.
9057 * config/avr/avr.h (AS1, AS2, AS2C, AS3): Remove.
9058 (OUT_AS1, OUT_AS2): Remove.
9059
9060 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
9061
9062 PR rtl-optimization/51374
9063 * combine.c (can_combine_p): Don't allow volatile_refs_p insns
9064 to cross other volatile_refs_p insns.
9065
9066 2012-02-01 Richard Guenther <rguenther@suse.de>
9067
9068 * doc/invoke.texi (fno-inline): Clarify documentation.
9069 (finline-small-functions): Likewise.
9070 (finline-functions): Likewise.
9071 * common.opt (finline): Adjust comment and documentation.
9072 (finline-small-functions): Clarify documentation.
9073 (finline-functions): Likewise.
9074 (finline-functions-called-once): Likewise.
9075
9076 2012-02-01 Tristan Gingold <gingold@adacore.com>
9077
9078 * c-typeck.c (composite_type): Keep mode for pointers.
9079
9080 2012-01-31 Richard Sandiford <rdsandiford@googlemail.com>
9081
9082 * function.h (regno_reg_rtx): Adjust comment.
9083 * reginfo.c (init_reg_modes_target): Only use the previous mode
9084 if it fits within one register. Remove MIPS comment.
9085
9086 2012-01-31 Jakub Jelinek <jakub@redhat.com>
9087
9088 PR bootstrap/52058
9089 * combine.c (do_SUBST_LINK, SUBST_LINK): Guard with #ifndef HAVE_cc0.
9090
9091 2012-01-31 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9092
9093 * config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
9094 to srak instruction.
9095
9096 2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9097
9098 * config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true condition.
9099
9100 2012-01-31 Jakub Jelinek <jakub@redhat.com>
9101
9102 PR bootstrap/52041
9103 PR bootstrap/52039
9104 PR target/51974
9105 * ipa-prop.c (detect_type_change_1): Call ao_ref_init.
9106
9107 2012-01-31 Richard Guenther <rguenther@suse.de>
9108
9109 PR tree-optimization/51528
9110 * tree-sra.c (sra_modify_assign): Avoid copy-in/out for aggregate
9111 assigns.
9112
9113 2012-01-31 Jakub Jelinek <jakub@redhat.com>
9114
9115 PR bootstrap/52041
9116 PR bootstrap/52039
9117 PR target/51974
9118 * ree.c (add_removable_extension): Change def_map argument
9119 to unsigned *, store in def_map 1 + offset into *insn_list vector
9120 instead of pointers into the vector.
9121 (find_removable_extensions): Adjust caller.
9122
9123 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
9124
9125 * config/avr/avr.md: Resolve all AS1 and AS2 macros.
9126 Transform all "* quoted-c-code" to { c-code }.
9127 Remove redundant test for "optimize" in combine patterns.
9128 Move (include "avr-dimode.md") to end of file.
9129
9130 2012-01-30 Bin Cheng <bin.cheng@arm.com>
9131
9132 PR target/51835
9133 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
9134 for __aeabi_d2iz/__aeabi_d2uiz with hard-float.
9135
9136 2012-01-30 Richard Guenther <rguenther@suse.de>
9137
9138 PR tree-optimization/52028
9139 * tree-loop-distribution.c (ldist_gen): Properly update
9140 virtual SSA form.
9141
9142 2012-01-30 Jakub Jelinek <jakub@redhat.com>
9143
9144 PR debug/52027
9145 * dwarf2out.c (dwarf2out_switch_text_section): Don't call
9146 set_cur_line_info_table if not emitting debug info.
9147
9148 PR tree-optimization/52046
9149 * tree-vect-patterns.c (check_bool_pattern): Give up if
9150 a comparison could throw.
9151
9152 PR debug/52048
9153 * tree-ssa-tail-merge.c (local_def): Ignore debug uses.
9154
9155 2012-01-30 Richard Guenther <rguenther@suse.de>
9156
9157 PR tree-optimization/52045
9158 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Update
9159 SSA form if cfgcleanup did anything.
9160
9161 2012-01-30 Richard Guenther <rguenther@suse.de>
9162
9163 PR tree-optimization/52045
9164 * ipa-inline-transform.c (inline_transform): Call execute_fixup_cfg
9165 before computing final todo.
9166
9167 2012-01-30 Richard Guenther <rguenther@suse.de>
9168
9169 PR tree-optimization/51528
9170 * tree-sra.c (sra_modify_assign): Re-factor in preparation
9171 for PR51528 fix.
9172
9173 2012-01-30 Paolo Bonzini <bonzini@gnu.org>
9174
9175 * df-problems.c (df_kill_notes): Check that the use refers
9176 to the note under examination.
9177
9178 2012-01-30 Eric Botcazou <ebotcazou@adacore.com>
9179
9180 PR target/51920
9181 * config/sparc/sparc.c (vector_init_fpmerge): Remove INNER_MODE
9182 parameter and use short-lived pseudos.
9183 (vector_init_faligndata): Remove INNER_MODE parameter and use loop.
9184 (sparc_expand_vector_init): Const-ify local variables and adjust
9185 calls to above functions.
9186
9187 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
9188
9189 * config/avr/avr.c (out_movqi_mr_r): Fix length computation.
9190
9191 2012-01-29 Sandra Loosemore <sandra@codesourcery.com>
9192
9193 * doc/invoke.texi: Make usage of "compile time" and
9194 "run time"/"runtime" consistent throughout the file.
9195
9196 2012-01-29 Uros Bizjak <ubizjak@gmail.com>
9197
9198 * config/alpha/alpha.c (alpha_option_override): Default to
9199 full IEEE compliance mode for Go language.
9200
9201 2011-01-29 Tijl Coosemans <tijl@coosemans.org>
9202
9203 * config/freebsd-spec.h [TARGET_LIBC_PROVIDES_SSP]
9204 (LINK_SSP_SPEC): Define.
9205
9206 2012-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9207
9208 PR target/51871
9209 * config/pa/pa.c (pa_return_addr_rtx): Add support for PA2.0 export
9210 stubs.
9211
9212 2012-01-28 Sandra Loosemore <sandra@codesourcery.com>
9213
9214 * doc/invoke.texi: Correct hyphenation of "floating point",
9215 "double precision", and related terminology throughout the file.
9216
9217 2012-01-28 Jakub Jelinek <jakub@redhat.com>
9218
9219 PR target/52006
9220 * config/arm/arm.md (pic_add_dot_plus_eight peephole2): Use
9221 arm_general_register_operand predicate for operand 2 instead of
9222 register_operand.
9223
9224 2012-01-27 Ian Lance Taylor <iant@google.com>
9225
9226 PR go/47656
9227 * builtins.def (BUILT_IN_INIT_HEAP_TRAMPOLINE): Define.
9228 * builtins.c (expand_builtin_init_trampoline): Add onstack
9229 parameter. Change caller.
9230 (expand_builtin): Handle BUILT_IN_INIT_HEAP_TRAMPOLINE.
9231 * tree.c (build_common_builtin_nodes): Declare
9232 __builtin_init_heap_trampoline.
9233
9234 2012-01-27 Georg-Johann Lay <avr@gjlay.de>
9235
9236 * config/avr/avr-protos.h (lpm_reg_rtx, lpm_addr_reg_rtx,
9237 tmp_reg_rtx, zero_reg_rtx, all_regs_rtx, rampz_rtx): Make global.
9238 * config/avr/avr.c: Ditto.
9239 (avr_regnames): Remove because unused.
9240 * config/avr/avr.md (*cpse.ne): New peephole.
9241 (*cpse.eq): New peephole from former cpse peepholes.
9242
9243 2012-01-27 Michael Eager <eager@eagercon.com>
9244
9245 * config/microblaze.c (microblaze_emit_compare): Correct
9246 test after pcmp instruction.
9247
9248 2012-01-27 Richard Guenther <rguenther@suse.de>
9249
9250 PR tree-optimization/52020
9251 * tree-sra.c (sra_modify_assign): Do not transform clobbers.
9252
9253 2012-01-27 Richard Guenther <rguenther@suse.de>
9254
9255 * ipa-pure-const.c (check_stmt): Clobbers do not make a
9256 function non-const/pure.
9257
9258 2012-01-27 Richard Guenther <rguenther@suse.de>
9259
9260 PR tree-optimization/50444
9261 * tree-sra.c (build_ref_for_offset): Properly adjust the
9262 MEM_REF type for unaligned accesses.
9263
9264 2012-01-27 Richard Guenther <rguenther@suse.de>
9265
9266 PR tree-optimization/50444
9267 * expr.c (mem_ref_refers_to_non_mem_p): New function.
9268 (expand_assignment): Use it. Properly handle misaligned
9269 bases when expanding stores to component references.
9270 (expand_expr_real_1): Use mem_ref_refers_to_non_mem_p and
9271 refactor that case.
9272
9273 2012-01-27 Andrey Belevantsev <abel@ispras.ru>
9274
9275 PR middle-end/51389
9276 * Makefile.in (tree-data-ref.o): Depend on $(PARAMS_H).
9277 * tree-data-ref.h (find_data_references_in_loop): Remove declaration.
9278 * tree-data-ref.c (find_data_references_in_loop): Make static.
9279 (compute_all_dependences): Change return type to bool. Bail out
9280 for too many datarefs in a loop. Move the hunk resetting the data
9281 dependences vector from ...
9282 (compute_data_dependences_for_loop): ... here. Account for
9283 compute_all_dependences returning false.
9284 (compute_data_dependences_for_bb): Likewise.
9285 * params.def (PARAM_LOOP_MAX_DATAREFS_FOR_DATADEPS): New param.
9286 * doc/invoke.texi (loop-max-datarefs-for-datadeps): Document it.
9287
9288 2012-01-27 Richard Guenther <rguenther@suse.de>
9289
9290 PR middle-end/51959
9291 * expr.c (store_field): Use the alias-set of the scratch memory
9292 for storing to it.
9293
9294 2012-01-27 Tom de Vries <tom@codesourcery.com>
9295
9296 PR tree-optimization/51990
9297 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
9298 WITH_SIZE_EXPR.
9299 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Same.
9300
9301 2012-01-27 Jakub Jelinek <jakub@redhat.com>
9302
9303 PR debug/52001
9304 * var-tracking.c (reverse_op): Don't add any reverse operation
9305 if V already has any constant locations.
9306
9307 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
9308
9309 * doc/invoke.texi: Correct usage of "command line" (noun)
9310 vs "command-line" (adjective) throughout.
9311
9312 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
9313
9314 * doc/invoke.texi (Language Independent Options): Move
9315 -Wcoverage-mismatch blurb from here....
9316 (Warning Options): ...to here.
9317
9318 2012-01-27 Peter Bergner <bergner@vnet.ibm.com>
9319
9320 * config/rs6000/rs6000.c (rs6000_option_override_internal):
9321 Set rs6000_always_hint to false for 476.
9322
9323 2012-01-27 Matthias Klose <doko@ubuntu.com>
9324
9325 * gcc.c (add_sysrooted_prefix): Remove trailing dir separator from
9326 system root.
9327 * incpath.c (add_standard_paths): Likewise.
9328
9329 2012-01-27 Richard Henderson <rth@redhat.com>
9330
9331 * config/m68k/m68k.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
9332 * config/m68k/sync.md (atomic_test_and_set): Rename from
9333 sync_test_and_setqi and adjust the operands.
9334 (atomic_test_and_set_1): Rename from sync_test_and_setqi_1
9335 and unconditionally enable.
9336
9337 2012-01-27 Richard Henderson <rth@redhat.com>
9338
9339 * config/sparc/sparc.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
9340 * config/sparc/sync.md (atomic_test_and_set): Only handle QImode.
9341 (ldstub): Rename from ldstubqi.
9342 (ldstub<I24MODE>): Remove.
9343
9344 2012-01-27 Richard Henderson <rth@redhat.com>
9345
9346 * target.def (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
9347 * c-cppbuiltin.c (cpp_atomic_builtins): Define
9348 __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
9349 * doc/tm.texi.in (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Add doc hook.
9350 * doc/tm.texi: Rebuild.
9351
9352 2012-01-27 Richard Henderson <rth@redhat.com>
9353
9354 * optabs.c (gen_atomic_test_and_set): Remove default.
9355 (maybe_emit_atomic_test_and_set): Use maybe_expand_insn.
9356
9357 2012-01-26 Jakub Jelinek <jakub@redhat.com>
9358
9359 PR rtl-optimization/51978
9360 * ree.c (make_defs_and_copies_lists): Change set_pat type to const_rtx.
9361 (combine_reaching_defs): Likewise.
9362 (struct re_info): Remove.
9363 (add_removable_extension): Remove x and data arguments,
9364 add insn, insn_list and def_map. Use the arguments directly
9365 instead of using struct re_info.
9366 (find_removable_extensions): Don't call add_removable_extension
9367 through note_stores, instead just call it with single_set
9368 result if non-NULL.
9369 (find_and_remove_re): Pass curr_cand->expr instead of
9370 PATTERN (curr_cand->insn) as set_pat argument to combine_reaching_defs.
9371
9372 2012-01-26 Michael Matz <matz@suse.de>
9373
9374 PR tree-optimization/46590
9375 * cfgexpand.c: Revert last change (r183305).
9376 * gimplify.c (gimplify_bind_expr): Add clobbers for all non-gimple
9377 regs.
9378 * tree-eh.c (cleanup_empty_eh): Try to optimize clobbers before
9379 checking for emptiness.
9380
9381 2012-01-26 Jakub Jelinek <jakub@redhat.com>
9382
9383 PR middle-end/51895
9384 * expr.c (expand_expr_real_1): Handle BLKmode MEM_REF of
9385 non-addressable non-BLKmode base correctly.
9386
9387 2012-01-26 Michael Matz <matz@suse.de>
9388
9389 PR tree-optimization/48794
9390 * tree-eh.c (remove_unreachable_handlers_no_lp): Don't remove
9391 regions referenced from RESX/EH_DISPATCH.
9392
9393 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9394
9395 * config/s390/s390.h: Make BRANCH_COST an option.
9396 * config/s390/s390.opt: New option -mbranch-cost.
9397
9398 2012-01-26 Richard Henderson <rth@redhat.com>
9399
9400 Revert 2012-01-24 change:
9401 * trans-mem.c (requires_barrier): Do not instrument thread local
9402 variables and emit save/restore for them.
9403
9404 2012-01-25 Jakub Jelinek <jakub@redhat.com>
9405
9406 PR middle-end/51986
9407 * sched-deps.c (sched_get_condition_with_rev_uncached): Don't test
9408 for pat == 0.
9409
9410 2012-01-25 Richard Sandiford <rdsandiford@googlemail.com>
9411
9412 * config/mips/mips.c (mips_small_data_pattern_1): Don't process
9413 ASM_OPERANDS.
9414
9415 2012-01-25 Georg-Johann Lay <avr@gjlay.de>
9416
9417 PR target/49868
9418 Rename __pgm to __flash.
9419 Rename __pgm1 to __flash1.
9420 Rename __pgm2 to __flash2.
9421 Rename __pgm3 to __flash3.
9422 Rename __pgm4 to __flash4.
9423 Rename __pgm5 to __flash5.
9424 Rename __pgmx to __memx.
9425 * doc/extend.texi (AVR Named Address Spaces)
9426 Rename address space names as indicated above.
9427 * config/avr/avr.c (avr_addrspace): Ditto.
9428
9429 * config/avr/avr-protos.h
9430 (avr_mem_pgmx_p): Rename to avr_mem_memx_p.
9431 (avr_mem_pgm_p): Rename to avr_mem_flash_p.
9432 * config/avr/predicates.md: Ditto.
9433 * config/avr/avr.c Ditto, and
9434 (avr_decl_pgmx_p): Rename to avr_decl_memx_p.
9435 (avr_decl_pgm_p): Rename to avr_decl_flash_p.
9436
9437 * config/avr/avr.h (ADDR_SPACE_PGM): Rename to ADDR_SPACE_FLASH.
9438 (ADDR_SPACE_PGM1): Rename to ADDR_SPACE_FLASH1.
9439 (ADDR_SPACE_PGM2): Rename to ADDR_SPACE_FLASH2.
9440 (ADDR_SPACE_PGM3): Rename to ADDR_SPACE_FLASH3.
9441 (ADDR_SPACE_PGM4): Rename to ADDR_SPACE_FLASH4.
9442 (ADDR_SPACE_PGM5): Rename to ADDR_SPACE_FLASH5.
9443 (ADDR_SPACE_PGMX): Rename to ADDR_SPACE_MEMX.
9444 * config/avr/avr.c: Ditto.
9445 * config/avr/avr.md: Ditto.
9446
9447 2012-01-25 Jason Merrill <jason@redhat.com>
9448
9449 PR c++/51992
9450 * tree.c (find_decls_types_in_node): Walk gimple_call_fntype.
9451
9452 2012-01-25 Jakub Jelinek <jakub@redhat.com>
9453
9454 PR tree-optimization/51987
9455 * tree-data-ref.c (get_references_in_stmt): Handle references in
9456 non-volatile GIMPLE_ASM.
9457
9458 2012-01-25 Richard Guenther <rguenther@suse.de>
9459
9460 * tree-ssa-sccvn.c (vn_reference_eq): Also compare if both
9461 bases are dereferenced.
9462
9463 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
9464
9465 PR rtl-optimization/48374
9466 * sel-sched-ir.h (get_all_loop_exits): Check for zero successors.
9467
9468 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
9469
9470 * tree-predcom.c (tree_predictive_commoning_loop): Bail out when
9471 compute_data_dependences_for_loop returns false.
9472 * tree-parloops.c (loop_parallel_p): Likewise.
9473
9474 2012-01-25 Richard Guenther <rguenther@suse.de>
9475
9476 * tree.h (get_pointer_alignment_1): Declare.
9477 * builtins.c (get_pointer_alignment_1): New function.
9478 (get_pointer_alignment): Use it.
9479
9480 2012-01-25 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9481
9482 PR rtl-optimization/48308
9483 * combine.c (enum undo_kind): Add UNDO_LINKS.
9484 (struct undo): Add member l to other_contents and where.
9485 (do_SUBST_LINK): New.
9486 (SUBST_LINK): New.
9487 (try_combine): Handle LOG_LINKS for the dummy i1 case.
9488 (undo_all): Handle UNDO_LINKS.
9489
9490 2012-01-25 Richard Henderson <rth@redhat.com>
9491
9492 * optabs.c (maybe_emit_atomic_test_and_set): Allow non-QImode
9493 mem inputs.
9494
9495 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
9496
9497 * optabs.c (gen_atomic_test_and_set): Use each argument.
9498
9499 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
9500
9501 * config/mips/mips-ps-3d.md (mips_addr_ps, reduc_splus_v2sf)
9502 (mips_cvt_pw_ps, mips_cvt_ps_pw, mips_mulr_ps, mips_cabs_cond_<fmt>)
9503 (mips_cabs_cond_4s, mips_cabs_cond_ps, bc1any4t, bc1any4f, bc1any2t)
9504 (bc1any2f, mips_rsqrt1_<fmt>, mips_rsqrt2_<fmt>, mips_recip1_<fmt>)
9505 (mips_recip2_<fmt>): Require TARGET_MIPS3D rather than
9506 TARGET_PAIRED_SINGLE_FLOAT.
9507
9508 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
9509
9510 * doc/rtl.texi (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
9511 (in_struct, return_val): Remove MEM documentation.
9512 * rtl.h (rtx_def): Remove MEM meanings from in_struct and return_val.
9513 (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
9514 (MEM_COPY_ATTRIBUTES): Remove references to MEM_IN_STRUCT_P
9515 and MEM_SCALAR.
9516 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
9517 * cfgexpand.c (add_alias_set_conflicts): Likewise.
9518 * expr.c (store_field): Likewise.
9519 * function.c (assign_stack_temp_for_type): Likewise.
9520 * ifcvt.c (noce_try_cmove_arith): Likewise.
9521 * reload1.c (reload): Likewise.
9522 * config/alpha/alpha.c (alpha_set_memflags_1): Likewise.
9523 (alpha_set_memflags): Likewise.
9524 * config/m32c/m32c.c (m32c_immd_dbl_mov): Nullify.
9525
9526 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
9527
9528 * rtl.h (true_dependence, canon_true_dependence): Remove varies
9529 parameter.
9530 * alias.c (fixed_scalar_and_varying_struct_p): Delete.
9531 (true_dependence_1, write_dependence_p, may_alias_p): Don't call it.
9532 (true_dependence_1, true_dependence, canon_true_dependence): Remove
9533 varies parameter.
9534 * cselib.c (cselib_rtx_varies_p): Delete.
9535 (cselib_invalidate_mem): Update call to canon_true_dependence.
9536 * dse.c (record_store, check_mem_read_rtx): Likewise.
9537 (scan_reads_nospill): Likewise.
9538 * cse.c (check_dependence): Likewise.
9539 (cse_rtx_varies_p): Delete.
9540 * expr.c (safe_from_p): Update call to true_dependence.
9541 * ira.c (validate_equiv_mem_from_store): Likewise.
9542 (memref_referenced_p): Likewise.
9543 * postreload-gcse.c (find_mem_conflicts): Likewise.
9544 * sched-deps.c (sched_analyze_2): Likewise.
9545 * store-motion.c (load_kills_store): Likewise.
9546 * config/frv/frv.c (frv_registers_conflict_p_1): Likewise.
9547 * gcse.c (mems_conflict_for_gcse_p): Likewise.
9548 (compute_transp): Update call to canon_true_dependence.
9549
9550 2012-01-25 Richard Henderson <rth@redhat.com>
9551
9552 * optabs.c (CODE_FOR_atomic_test_and_set): Provide default.
9553 (maybe_emit_atomic_test_and_set): New.
9554 (expand_sync_lock_test_and_set): Use it.
9555 (expand_atomic_test_and_set): Likewise.
9556 * doc/extend.texi (__atomic_test_and_set): Adjust the docs to match
9557 the implementation; clarify implementation defined details.
9558 * doc/md.texi (atomic_test_and_set): Document.
9559
9560 2012-01-25 Richard Henderson <rth@redhat.com>
9561
9562 * config/sparc/predicates.md (zero_or_v7_operand): Use match_code.
9563
9564 2012-01-25 Richard Henderson <rth@redhat.com>
9565
9566 PR target/51968
9567 * config/arm/arm.c (neon_split_vcombine): Emit deleted note
9568 to effect no-op split.
9569
9570 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
9571
9572 PR lto/51698
9573 * builtin-types.def: (BT_CONST_DOUBLE_PTR): New.
9574 (BT_FN_VOID_PTR_CONST_PTR_SIZE): New.
9575 (BT_FN_VOID_PTR_INT_SIZE): New.
9576 (BT_FN_UINT_UINT_VAR): Remove.
9577 (BT_FN_UINT32_UINT32_VAR): New.
9578 (BT_FN_DOUBLE_VPTR): Remove.
9579 (BT_FN_DOUBLE_CONST_DOUBLE_PTR): New.
9580
9581 * gtm-builtins.def (_ITM_abortTransaction): Set return type to void.
9582 (_ITM_changeTransactionMode): Same.
9583 (_ITM_memmoveRtWt): Change return type to void.
9584 (_ITM_memcpyRtWt): Same.
9585 (_ITM_memsetW): Same.
9586 (_ITM_RaRD): Change types to double.
9587 (_ITM_RD): Same.
9588 (_ITM_RaWD): Same.
9589 (_ITM_RfWD): Same.
9590
9591 * builtins.def (DEF_TM_BUILTIN): Set BOTH_P to true.
9592
9593 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
9594 Patrick Marlier <patrick.marlier@gmail.com>
9595
9596 * trans-mem.c (requires_barrier): Do not instrument thread local
9597 variables and emit save/restore for them.
9598
9599 2012-01-24 Jason Merrill <jason@redhat.com>
9600
9601 PR c++/51812
9602 * cgraphunit.c (cgraph_decide_is_function_needed): Don't always
9603 output static aliases.
9604
9605 2012-01-24 Jakub Jelinek <jakub@redhat.com>
9606
9607 PR driver/47249
9608 * common.opt (-pie, -shared, pie, shared): Change from Common to
9609 Driver.
9610 * gcc.c (display_help): Display help for -pie and -shared.
9611
9612 2012-01-24 Georg-Johann Lay <avr@gjlay.de>
9613
9614 PR target/49868
9615 * doc/extend.texi (AVR Named Address Spaces): Move sample code up.
9616 Remove note on size/offset limitation.
9617 (AVR Variable Attributes): Add example how to read data located
9618 with progmem. Refer to named address spaces.
9619 * doc/invoke.texi (AVR Options): Fix typo.
9620
9621 2012-01-24 Richard Guenther <rguenther@suse.de>
9622
9623 Forward-port to trunk
9624 2010-09-21 Jakub Jelinek <jakub@redhat.com>
9625
9626 PR middle-end/45678
9627 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: If
9628 op0 isn't sufficiently aligned and there is movmisalignM
9629 insn for mode, use it to load op0 into a temporary register.
9630
9631 2012-01-24 Jakub Jelinek <jakub@redhat.com>
9632
9633 PR target/51957
9634 * target.def (const_not_ok_for_debug_p): New hook.
9635 * doc/tm.texi.in (TARGET_CONST_NOT_OK_FOR_DEBUG_P): New hook
9636 documentation.
9637 * doc/tm.texi: Regenerated.
9638 * dwarf2out.c (const_ok_for_output_1): If
9639 targetm.const_not_ok_for_debug_p returns true, fail.
9640 * config/rs6000/rs6000.c (rs6000_const_not_ok_for_debug_p): New
9641 function.
9642 (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Redefine.
9643
9644 2012-01-23 Kai Tietz <ktietz@redhat.com>
9645
9646 PR target/51900
9647 * config/i386/predicates.md (symbolic_operand): Allow
9648 UNSPEC_PCREL as PIC expression for lea.
9649 * config/i386/winnt.c (i386_pe_binds_local_p): Reworked.
9650 * config/i386/i386.c (ix86_delegitimize_address): Handle
9651 UNSPEC_PCREL for none-MEM, too.
9652
9653 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
9654
9655 * trans-mem.c (ipa_tm_create_version): Set externally_visible.
9656 (ipa_tm_create_version_alias): Same.
9657
9658 2012-01-23 Uros Bizjak <ubizjak@gmail.com>
9659
9660 PR libitm/51830
9661 * builtin-types.def (BT_FN_UINT_UINT_VAR): New.
9662 * gtm-builtins.def (BUILT_IN_TM_START): Declare as BT_FN_UINT_UINT_VAR.
9663
9664 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
9665 Patrick Marlier <patrick.marlier@gmail.com>
9666 Iain Sandoe <developer@sandoe-acoustics.co.uk>
9667
9668 PR lto/51916
9669 * lto-wrapper.c (run_gcc): Pass the LTO section name to
9670 simple_object_start_read.
9671
9672 2012-01-23 Richard Guenther <rguenther@suse.de>
9673
9674
9675 PR tree-optimization/51895
9676 * tree-sra.c (decide_one_param_reduction): Avoid sub-optimal
9677 parameter decomposition into BLKmode components.
9678
9679 2012-01-23 Eric Botcazou <ebotcazou@adacore.com>
9680
9681 * tree-ssa-structalias.c (intra_create_variable_infos): Do not create
9682 fake variables for restrict-qualified pointers whose pointed-to type
9683 contains a placeholder.
9684
9685 2012-01-23 Richard Guenther <rguenther@suse.de>
9686
9687 PR tree-optimization/51949
9688 * ipa-split.c (execute_split_functions): Do not split malloc functions.
9689
9690 2012-01-23 Jakub Jelinek <jakub@redhat.com>
9691
9692 PR rtl-optimization/51933
9693 * ree.c (transform_ifelse): Return true right away if dstreg is
9694 already wider or equal to cand->mode.
9695 (enum ext_modified_kind, struct ext_modified, ext_state): New types.
9696 (make_defs_and_copies_lists): Remove defs_list and copies_list
9697 arguments, add state argument, just truncate state->work_list
9698 instead of always allocating and freeing the vector. Assert that
9699 get_defs succeeds instead of returning 2. Changed return type to bool.
9700 (merge_def_and_ext): Add state argument. If SET_DEST doesn't
9701 have ext_src_mode, see if it has been modified already with the
9702 right kind of extension and has been extended before from the
9703 ext_src_mode. If SET_DEST is already wider or equal to cand->mode,
9704 just return true. Remember the original mode in state->modified array.
9705 (combine_reaching_defs): Add state argument. Don't allocate and
9706 free here def_list, copied_list and vec vectors, instead just
9707 VEC_truncate the vectors in *state. Don't handle outcome == 2 here.
9708 (find_and_remove_re): Set DF_DEFER_INSN_RESCAN df flag.
9709 Add state variable, clear vectors in it, initialize state.modified
9710 if needed. Free all the vectors at the end and state.modified too.
9711 Don't skip a candidate if the extension expression has been modified.
9712
9713 2012-01-22 Douglas B Rupp <rupp@gnat.com>
9714
9715 PR target/47096
9716 * config.gcc: (i[34567]86-*-interix3*): Remove from obsolete
9717 configurations. Change triplet to i[34567]86-*-interix[3-9]*.
9718 (extra_options) interix.opt -> i386/interix.opt"
9719 (extra_objs):Add winnt-stubs.o
9720 * configure.ac: Add interix to target_os .comm on PE check.
9721 * configure: Regenerate.
9722 * config/interix3.h: Delete and move bits to..
9723 * config/interix.h: Delete and move bits to..
9724 * config/i386/i386-interix3.h: Delete and move bits to..
9725 * config/i386/i386-interix.h: ..here.
9726 (TARGET_CPU_DEFAULT): Remove redefinition.
9727 (TARGET_ASM_CONSTRUCTOR): Undefine.
9728 (SUBTARGET_SWITCHES): Define for ms-bitfields.
9729 (TARGET_OS_CPP_BUILTINS): Remove __OPENNT. Add __declspec.
9730 (PTRDIFF_TYPE): Define.
9731 (LONG_DOUBLE_TYPE_SIZE): Define.
9732 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
9733 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9734 (TARGET_SECTION_TYPE_FLAGS): Define.
9735 (ASM_DECLARE_FUNCTION_NAME): Define.
9736 (ASM_OUTPUT_EXTERNAL): Define.
9737 (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
9738 (ASM_OUTPUT_ALIGNED_BSS): Define.
9739 (PCC_BITFIELD_TYPE_MATTERS): Define.
9740 (USE_CONST_SECTION): Define.
9741 (SUBTARGET_ENCODE_SECTION_INFO): Remove.
9742 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
9743 (SUPPORTS_ONE_ONLY): Remove.
9744 (I386_PE_STRIP_ENCODING): Define.
9745 * config/interix.opt: Delete and move bits to..
9746 * config/i386/interix.opt: ..here. New.
9747 (mpe-aligned-commons): Add.
9748 * config/i386/t-interix: Add copyright header.
9749 (winnt-stubs.o): Add rule.
9750
9751 2012-01-22 Jason Merrill <jason@redhat.com>
9752
9753 PR c++/51832
9754 * varpool.c (varpool_analyze_pending_decls): Copy DECL_EXTERNAL
9755 for extra name aliases.
9756
9757 2012-01-22 Eric Botcazou <ebotcazou@adacore.com>
9758
9759 PR rtl-optimization/51924
9760 * ree.c (combine_set_extension): Improve debugging message.
9761 (combine_reaching_defs): Likewise.
9762 (get_defs): Rename confusingly named variable.
9763 (find_and_remove_re): Skip a candidate if the extension expression has
9764 been modified.
9765
9766 2012-01-21 Robert Millan <rmh@gnu.org>
9767 Gerald Pfeifer <gerald@pfeifer.com>
9768
9769 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
9770 (GNU_USER_DYNAMIC_LINKER): Adjust indentation.
9771
9772 2012-01-20 Jakub Jelinek <jakub@redhat.com>
9773
9774 PR tree-optimization/51914
9775 * tree-vect-stmts.c (vectorizable_conversion): For
9776 cvt_type && modifier == WIDEN, put temporary with cvt_type
9777 at the beginning of vec_dsts and set vec_dest to temporary
9778 with vectype_out.
9779
9780 2012-01-20 Eric Botcazou <ebotcazou@adacore.com>
9781
9782 * cfgrtl.c (rtl_dump_bb): Do not dump insns for {ENTRY|EXIT}_BLOCK.
9783
9784 2011-01-20 Tijl Coosemans <tijl@coosemans.org>
9785
9786 * config/i386/i386.c: Fix checks for !TARGET_MACHO.
9787 * config/rs6000/rs6000.c: Likewise.
9788
9789 2012-01-20 Jakub Jelinek <jakub@redhat.com>
9790
9791 PR target/51915
9792 * config/arm/arm.c (arm_count_output_move_double_insns): Call
9793 output_move_double on a copy of operands array.
9794
9795 2012-01-20 Cary Coutant <ccoutant@google.com>
9796 Dodji Seketeli <dodji@redhat.com>
9797
9798 PR debug/45682
9799 * dwarf2out.c (copy_declaration_context): Return ref to parent
9800 of declaration DIE, if necessary.
9801 (remove_child_or_replace_with_skeleton): Add new parameter; update
9802 caller. Place skeleton DIE under parent DIE of original declaration.
9803 Move call to copy_declaration_context to here ...
9804 (break_out_comdat_types): ... from here.
9805
9806 2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9807
9808 PR rtl-optimization/51856
9809 * reload.c (find_reloads_subreg_address): Set the address_reloaded
9810 flag to reloaded.
9811
9812 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9813
9814 PR target/51819
9815 * config/arm/arm.c (arm_print_operand): Correct output of alignment
9816 hints for neon loads and stores.
9817
9818 2012-01-20 Georg-Johann Lay <avr@gjlay.de>
9819
9820 PR target/49868
9821 PR target/50887
9822 * doc/extend.texi (Named Address Spaces): Split into subsections.
9823 (AVR Named Address Spaces): New subsection.
9824 (M32C Named Address Spaces): New subsection.
9825 (RL78 Named Address Spaces): New subsection.
9826 (SPU Named Address Spaces): New subsection.
9827 (Variable Attributes): New anchor "AVR Variable Attributes".
9828 (AVR Variable Attributes): Rewrite and avoid wording
9829 "address space" in this context.
9830 * doc/invoke.texi (AVR Options): Rewrite and add documentation
9831 for -maccumulate-args, -mbranch-cost=, -mrelax, -mshort-calls.
9832 (AVR Built-in Macros): New subsubsection therein.
9833 * doc/md.texi (AVR constraints): Remove "C04", "R".
9834
9835 2012-01-20 Richard Guenther <rguenther@suse.de>
9836
9837 PR tree-optimization/51903
9838 * tree-ssa-pre.c (eliminate): Properly purging of EH edges
9839 when removing stmts.
9840
9841 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9842
9843 PR target/50313
9844 * config/arm/arm.c (arm_load_pic_register): Use
9845 gen_pic_load_addr_unified. Delete calls to gen_pic_load_addr_32bit
9846 , gen_pic_add_dot_plus_eight and gen_pic_add_dot_plus_four.
9847 (arm_pic_static_addr): Likewise.
9848 (arm_rtx_costs_1): Adjust cost for UNSPEC_PIC_UNIFIED.
9849 (arm_note_pic_base): Handle UNSPEC_PIC_UNIFIED.
9850 * config/arm/arm.md (UNSPEC_PIC_UNIFIED): Define.
9851 (pic_load_addr_unified): New.
9852
9853 2012-01-20 Andrey Belevantsev <abel@ispras.ru>
9854
9855 PR target/51106
9856 * function.c (instantiate_virtual_regs_in_insn): Use
9857 delete_insn_and_edges when removing a wrong asm insn.
9858
9859 2012-01-19 Vladimir Makarov <vmakarov@redhat.com>
9860
9861 PR rtl-optimization/40761
9862 * ira-int.h (struct ira_loop_tree_node): Add comment for member loop.
9863 Add new member loop_num.
9864 (IRA_LOOP_NODE_BY_INDEX): Modify the check.
9865 (ira_build): Remove the parameter.
9866
9867 * ira.c (ira_print_disposition): Use loop_num instead of loop->num.
9868 (ira.c): Do not build CFG loops for one region allocation. Remove
9869 argument from ira_build call.
9870
9871 * ira-build.c (init_loop_tree_node): New function.
9872 (create_loop_tree_nodes): Use it. Separate the case when CFG
9873 loops are not built.
9874 (more_one_region_p): Check current_loops.
9875 (finish_loop_tree_nodes): Separate the case when CFG loops are not
9876 built.
9877 (add_loop_to_tree): Process loop equal to NULL too.
9878 (form_loop_tree): Separate the case when CFG loops are not built.
9879 Use explicitly number for the root.
9880 (rebuild_regno_allocno_maps, create_loop_tree_node_allocnos): Add
9881 an assertion.
9882 (ira_print_expanded_allocno, loop_compare_func): Use loop_num
9883 instead of loop->num.
9884 (mark_loops_for_removal): Ditto. Use loop_num instead of loop->num.
9885 (mark_all_loops_for_removal): Ditto.
9886 (remove_unnecessary_regions): Separate the case when CFG loops
9887 are not built.
9888 (ira_build): Remove the parameter. Use explicit number of regions
9889 when CFG loops are not built.
9890
9891 * ira-color.c (print_loop_title): Separate the case for the root node.
9892 Use loop_num instead of loop->num.
9893 (move_spill_restore): Use loop_num instead of loop->num.
9894
9895 * ira-emit.c (setup_entered_from_non_parent_p): Add an assertion.
9896 (change_loop): Ditto.
9897 (change_loop): Use loop_num instead of loop->num.
9898
9899 * ira-lives.c (process_bb_node_lives): Ditto.
9900
9901 * ira-costs.c (print_allocno_costs, find_costs_and_classes): Ditto.
9902
9903 * ira-conflicts.c (print_allocno_conflicts): Ditto.
9904
9905 2012-01-19 Jakub Jelinek <jakub@redhat.com>
9906
9907 PR libmudflap/40778
9908 * tree-mudflap.c (mf_artificial): New function.
9909 (execute_mudflap_function_ops, execute_mudflap_function_decls,
9910 mx_register_decls, mudflap_enqueue_decl): Use it.
9911
9912 PR target/51876
9913 * config/arm/neon.md (*neon_vswp<mode>): Fix up operand
9914 numbers in the insn pattern.
9915
9916 2012-01-19 Michael Matz <matz@suse.de>
9917
9918 PR tree-optimization/46590
9919 * cfgexpand.c (add_scope_conflicts_1): New old_conflicts argument,
9920 use it in remembering which conflicts we already created.
9921 (add_scope_conflicts): Adjust call to above, (de)allocate helper
9922 bitmap.
9923
9924 2012-01-19 Aldy Hernandez <aldyh@redhat.com>
9925
9926 PR lto/51280
9927 * lto-wrapper.c (run_gcc): Pass -fgnu_tm on.
9928 (merge_and_complain): Same.
9929
9930 2012-01-19 Jakub Jelinek <jakub@redhat.com>
9931
9932 PR bootstrap/50237
9933 * config/initfini-array.h: Guard content of the header
9934 with #ifdef HAVE_INITFINI_ARRAY.
9935 * configure.ac: Move gcc_AC_INITFINI_ARRAY much later into the file.
9936 Add initfini-array.h to tm_file here.
9937 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): For non-ia64 do a linker test.
9938 * config.gcc: Don't add initfini-array.h to tm_file here.
9939 * configure: Regenerated.
9940
9941 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
9942
9943 PR rtl-optimization/51505
9944 * df-problems.c (df_kill_notes): New parameter live. Update comment.
9945 Remove REG_EQUAL/REG_EQUIV notes referring to dead registers.
9946 (df_note_bb_compute): Update the call to df_kill_notes.
9947
9948 2012-01-18 Aldy Hernandez <aldyh@redhat.com>
9949
9950 * trans-mem.c (requires_barrier): Remove call to is_global_var.
9951
9952 2012-01-18 Richard Guenther <rguenther@suse.de>
9953
9954 * tree-ssa.c (useless_type_conversion_p): Remove special-casing
9955 of conversions to void *.
9956
9957 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9958 Richard Sandiford <rdsandiford@googlemail.com>
9959
9960 PR middle-end/50325
9961 PR middle-end/51192
9962 * optabs.h (simplify_expand_binop): Declare.
9963 * optabs.c (simplify_expand_binop): Make global.
9964 * expmed.c (store_bit_field_1): Use simplify_expand_binop on big
9965 endian targets if the source cannot be exactly covered by word
9966 mode chunks.
9967
9968 2012-01-17 Jakub Jelinek <jakub@redhat.com>
9969
9970 PR bootstrap/51872
9971 * hard-reg-set.h (struct hard_reg_set_container): New type.
9972 * target.h (struct hard_reg_set_container): Forward declare.
9973 * target.def (set_up_by_prologue): New target hook.
9974 * doc/tm.texi.in (TARGET_SET_UP_BY_PROLOGUE): Document it.
9975 * doc/tm.texi: Regenerated.
9976 * function.c (thread_prologue_and_epilogue_insns): Change
9977 set_up_by_prologue HARD_REG_SET into struct hard_reg_set_container.
9978 Call targetm.set_up_by_prologue on it.
9979 * config/rs6000/rs6000.c (rs6000_set_up_by_prologue): New function.
9980 (TARGET_SET_UP_BY_PROLOGUE): Redefine to it.
9981
9982 2012-01-17 Nick Clifton <nickc@redhat.com>
9983
9984 * config/rx/rx.c (rx_can_use_simple_return): New function.
9985 * config/rx/rx-protos.h (rx_can_use_simple_return): Prototype.
9986 * config/rx/rx.md (return): Predicate on rx_can_use_simple_return.
9987
9988 2012-01-17 Richard Guenther <rguenther@suse.de>
9989
9990 PR middle-end/51782
9991 * expr.c (expand_assignment): Take address-space information
9992 from the address operand of MEM_REF and TARGET_MEM_REF.
9993 (expand_expr_real_1): Likewise.
9994
9995 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9996
9997 * ira.c (do_reload): Make sure ira_dump_file is re-set if no
9998 reload dump is requested.
9999
10000 2012-01-17 Aldy Hernandez <aldyh@redhat.com>
10001
10002 PR other/51165
10003 * trans-mem.c (requires_barrier): Call may_be_aliased.
10004
10005 2012-01-17 Jakub Jelinek <jakub@redhat.com>
10006
10007 PR tree-optimization/51877
10008 * tree-ssa-tail-merge.c (gimple_equal_p): Don't return true whenever
10009 call arguments and fndecls compare equal, instead return false if they
10010 don't. Return true only if lhs1 and lhs2 are either both NULL, or
10011 both SSA_NAMEs that are valueized the same, or they satisfy
10012 operand_equal_p.
10013
10014 2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10015
10016 * configure.ac (gcc_cv_target_dl_iterate_phdr): Only check on
10017 Solaris 11+.
10018 * configure: Regenerate.
10019
10020 2012-01-16 Jan Hubicka <jh@suse.cz>
10021
10022 PR c/12245
10023 PR c++/14179
10024 * convert.c (convert_to_integer): Use fold_convert for
10025 converting an INTEGER_CST to integer type.
10026
10027 2012-01-16 Jason Merrill <jason@redhat.com>
10028
10029 PR c++/14179
10030 * vec.c (vec_gc_o_reserve_1): Use ggc_round_alloc_size.
10031
10032 2012-01-16 Jakub Jelinek <jakub@redhat.com>
10033
10034 PR bootstrap/51860
10035 * config/s390/s390.c (s390_chunkify_start): Don't skip
10036 call insns followed by NOTE_INSN_CALL_ARG_LOCATION note. Skip
10037 NOTE_INSN_VAR_LOCATION and NOTE_INSN_CALL_ARG_LOCATION notes.
10038 If insn is followed by NOTE_INSN_VAR_LOCATION or
10039 NOTE_INSN_CALL_ARG_LOCATION notes, insert jump after all those notes.
10040 Don't use location of note insns.
10041
10042 PR tree-optimization/51865
10043 * tree-inline.c (tree_function_versioning): Call remap_decl
10044 on DECL_RESULT whenever it has VOID_TYPE_P type.
10045
10046 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
10047
10048 * config/mips/mips.c (mips16_build_call_stub): Don't use a stub
10049 for calls to locally-binding MIPS16 functions if only the return
10050 type uses float regs.
10051
10052 2012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
10053 Richard Sandiford <rdsandiford@googlemail.com>
10054
10055 * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): Delete.
10056 (SYMBOL_32_HIGH): Likewise.
10057 (mips_output_tls_reloc_directive): Declare.
10058 * config/mips/mips.h (PIC_FUNCTION_ADDR_REGNUM): Move to mips.md.
10059 (mips_use_pcrel_pool_p, mips_lo_relocs, mips_hi_relocs): Declare.
10060 * config/mips/mips.c (mips_use_pcrel_pool_p): New variable.
10061 (mips_lo_relocs, mips_hi_relocs): Make extern.
10062 (mips16_stub_function): Move up file.
10063 (mips_classify_symbol): Remove SYMBOL_FORCE_TO_MEM handling.
10064 (mips_symbolic_constant_p): Likewise. Remove SYMBOL_32_HIGH too.
10065 (mips_symbol_insns_1): Likewise. Check mips_use_pcrel_pool_p.
10066 (mips_cannot_force_const_mem): Use mips_use_pcrel_pool_p instead of
10067 SYMBOL_FORCE_TO_MEM. Only check mips_tls_symbol_ref_1 if it's false.
10068 (mips_get_tp): Add MIPS16 support.
10069 (mips_legitimize_tls_address): Remove MIPS16 sorry().
10070 Generalize DTPREL and TPREL handling.
10071 (mips_init_relocs): Initialize mips_use_pcrel_pool_p.
10072 Add MIPS16 TLS support.
10073 (mips_output_tls_reloc_directive): New function.
10074 (mips16_rewrite_pool_refs): Ignore UNSPEC_TLS_GET_TPs.
10075 * config/mips/predicates.md (symbolic_operand_with_high)
10076 (tls_reloc_operand): New predicates.
10077 (force_to_mem_operand): Use mips_use_pcrel_pool_p.
10078 * config/mips/mips.md (UNSPEC_UNSHIFTED_HIGH): New unspec.
10079 (PIC_FUNCTION_ADDR_REGNUM): Moved from mips.h.
10080 (*unshifted_high): New instruction. Use it for MIPS16 high splitter.
10081 (consttable_tls_reloc, tls_get_tp_mips16_<mode>): New patterns.
10082 (*tls_get_tp_mips16_call_<mode>): Likewise.
10083
10084 2012-01-15 Uros Bizjak <ubizjak@gmail.com>
10085
10086 PR rtl-optimization/51821
10087 * recog.c (peep2_find_free_register): Determine clobbered registers
10088 from insn pattern.
10089
10090 2012-01-14 Denis Chertykov <chertykov@gmail.com>
10091
10092 PR target/50925
10093 * config/avr/avr-protos.h: Revert change of 2012-01-09.
10094 * config/avr/avr.c: Likewise.
10095 * config/avr/avr.h: Likewise.
10096
10097 2012-01-13 Ian Lance Taylor <iant@google.com>
10098
10099 PR c++/50012
10100 * tree.h (TYPE_QUALS): Add cast to int.
10101 (TYPE_QUALS_NO_ADDR_SPACE): Likewise.
10102
10103 2012-01-13 Ian Lance Taylor <iant@google.com>
10104
10105 * ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when
10106 comparing param_index to VEC_length result.
10107
10108 2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
10109
10110 * c-decl.c: Do not include tree-mudflap.h
10111 * tree-optimize.c: Likewise.
10112 * Makefile.in: Update dependencies.
10113
10114 2012-01-13 Richard Guenther <rguenther@suse.de>
10115
10116 PR middle-end/8081
10117 * gimplify.c (gimplify_modify_expr_rhs): For calls with a
10118 variable-sized result always use RSO.
10119
10120 2012-01-12 DJ Delorie <dj@redhat.com>
10121
10122 * cfgexpand.c (convert_debug_memory_address): Allow any valid
10123 pointer type, not just the default pointer type.
10124
10125 2012-01-09 Richard Henderson <rth@redhat.com>
10126 Denis Chertykov <chertykov@gmail.com>
10127
10128 PR target/50925
10129 * config/avr/avr-protos.h (avr_hard_regno_nregs): Declare.
10130 * config/avr/avr.c (avr_can_eliminate): Simplify.
10131 (avr_initial_elimination_offset): Likewise.
10132 (avr_prologue_setup_frame): Use hard_frame_pointer_rtx.
10133 (expand_epilogue): Likewise.
10134 (avr_legitimize_address): Gut.
10135 (avr_legitimize_reload_address): Use hard_frame_pointer_rtx.
10136 (avr_hard_regno_nregs): New.
10137 (avr_hard_regno_ok): Allow only Pmode for arg and frame_pointers.
10138 (avr_regno_mode_code_ok_for_base_b): Handle arg and frame pointers.
10139 * config/avr/avr.h (FIXED_REGISTERS): Adjust arg pointer,
10140 add soft frame pointer.
10141 (CALL_USED_REGISTERS): Likewise.
10142 (REG_CLASS_CONTENTS): Likewise.
10143 (REGISTER_NAMES): Likewise.
10144 (HARD_REGNO_NREGS): Use avr_hard_regno_nregs.
10145 (HARD_FRAME_POINTER_REGNUM): New.
10146 (FRAME_POINTER_REGNUM): Use soft frame pointer.
10147 (ELIMINABLE_REGS): Eliminate from the soft frame pointer,
10148 remove the HARD_FRAME_POINTER self-elimination.
10149
10150 2012-01-12 Georg-Johann Lay <avr@gjlay.de>
10151
10152 PR target/51756
10153 * config/avr/avr.c (avr_encode_section_info): Test for absence of
10154 DECL_EXTERNAL when checking for initializers of progmem variables.
10155
10156 2012-01-12 Ira Rosen <irar@il.ibm.com>
10157
10158 PR tree-optimization/51799
10159 * tree-vect-patterns.c (vect_recog_over_widening_pattern): Check
10160 that the last operation is a type demotion.
10161
10162 2012-01-12 Uros Bizjak <ubizjak@gmail.com>
10163
10164 * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
10165 (x86_shift<mode>_adj_1): Remove operand constraint from operand 3.
10166
10167 2012-01-11 Jakub Jelinek <jakub@redhat.com>
10168
10169 PR bootstrap/51796
10170 * combine.c (distribute_notes): If i3 is a noreturn call,
10171 allow old_size to be equal to args_size and make sure the
10172 noreturn call gets REG_ARGS_SIZE note.
10173 * expr.c (fixup_args_size_notes): Put REG_ARGS_SIZE notes
10174 on noreturn calls even when the delta is 0.
10175
10176 2012-01-11 Nathan Sidwell <nathan@acm.org>
10177
10178 * gcov.c (STRING_SIZE): Remove.
10179 (generate_results): Erase annotations for source files with no
10180 coverage information.
10181 (read_line): New.
10182 (output_lines): Use it.
10183
10184 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
10185
10186 * gimple.h (gimplify_body): Remove first argument.
10187 * gimplify.c (copy_if_shared): Add DATA argument. Do not create the
10188 pointer set here, instead just pass DATA to walk_tree.
10189 (unshare_body): Remove BODY_P argument and adjust. Create the pointer
10190 set here and invoke copy_if_shared on the size trees of DECL_RESULT.
10191 (unvisit_body): Likewise, but with unmark_visited.
10192 (gimplify_body): Remove BODY_P argument and adjust.
10193 (gimplify_function_tree): Adjust call to gimplify_body.
10194 * omp-low.c (finalize_task_copyfn): Likewise.
10195
10196 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
10197
10198 * tree.h (build_function_decl_skip_args): Add boolean parameter.
10199 (build_function_type_skip_args): Delete.
10200 * tree.c (build_function_type_skip_args): Make static and add
10201 SKIP_RETURN parameter. Fix thinko in the handling of variants.
10202 (build_function_decl_skip_args): Add SKIP_RETURN parameter and
10203 pass it to build_function_type_skip_args.
10204 * cgraph.h (cgraph_function_versioning): Add boolean parameter.
10205 (tree_function_versioning): Likewise.
10206 * cgraph.c (cgraph_create_virtual_clone): Adjust call to
10207 build_function_decl_skip_args.
10208 * cgraphunit.c (cgraph_function_versioning): Add SKIP_RETURN parameter
10209 and pass it to build_function_decl_skip_args/tree_function_versioning.
10210 (cgraph_materialize_clone): Adjust call to tree_function_versioning.
10211 * ipa-inline-transform.c (save_inline_function_body): Likewise.
10212 * trans-mem.c (ipa_tm_create_version): Likewise.
10213 * tree-sra.c (modify_function): Ditto for cgraph_function_versioning.
10214 * tree-inline.c (declare_return_variable): Remove always-true test.
10215 (tree_function_versioning): Add SKIP_RETURN parameter. If the function
10216 returns non-void and SKIP_RETURN, create a void-typed RESULT_DECL.
10217 * ipa-split.c (split_function): Skip the return value for the split
10218 part if it doesn't return.
10219
10220 2012-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10221
10222 PR tree-optimization/49642
10223 * ipa-split.c (forbidden_dominators): New variable.
10224 (check_forbidden_calls): New function.
10225 (dominated_by_forbidden): Likewise.
10226 (consider_split): Check for forbidden dominators.
10227 (execute_split_functions): Initialize and free forbidden
10228 dominators info; call check_forbidden_calls.
10229
10230 2012-01-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10231
10232 * config/arm/arm.md (mov_notscc): Use MVN for false condition.
10233
10234 2012-01-11 Nick Clifton <nickc@redhat.com>
10235
10236 * config/rx/rx.md (return): Define pattern.
10237
10238 2012-01-11 Richard Guenther <rguenther@suse.de>
10239
10240 * doc/extend.texi (malloc attribute): Adjust according to
10241 implementation.
10242
10243 2012-01-10 Aldy Hernandez <aldyh@redhat.com>
10244 Patrick Marlier <patrick.marlier@gmail.com>
10245
10246 PR middle-end/51516
10247 * trans-mem.c (get_cg_data): Traverse aliases if requested.
10248 (ipa_tm_scan_calls_block): Update parameters to get_cg_data.
10249 (ipa_tm_note_irrevocable): Same.
10250 (ipa_tm_scan_irr_block): Same.
10251 (ipa_tm_decrement_clone_counts): Same.
10252 (ipa_tm_scan_irr_function): Same.
10253 (ipa_tm_create_version_alias): Same.
10254 (ipa_tm_create_version): Same.
10255 (ipa_tm_transform_calls_redirect): Same.
10256 (ipa_tm_transform_calls): Same.
10257 (ipa_tm_transform_transaction): Same.
10258 (ipa_tm_execute): Same.
10259
10260 2012-01-10 Richard Guenther <rguenther@suse.de>
10261
10262 PR middle-end/51806
10263 * opts.c (common_handle_option): Handle -Werror.
10264
10265 2012-01-10 Andreas Schwab <schwab@linux-m68k.org>
10266
10267 * config/m68k/sync.md ("atomic_compare_and_swap<mode>_1"): Fix
10268 operand number.
10269
10270 2012-01-10 Jason Merrill <jason@redhat.com>
10271
10272 * doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
10273 information.
10274
10275 2012-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10276
10277 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check if linker
10278 supports R_386_TLS_GD_PLT reloc.
10279 (gcc_cv_as_ix86_tlsldmplt): Check if linker
10280 supports R_386_TLS_LDM_PLT reloc.
10281 * configure: Regenerate.
10282 * config.in: Regenerate.
10283
10284 2012-01-10 Georg-Johann Lay <avr@gjlay.de>
10285
10286 PR target/49868
10287 Extend __pgmx semantics to linearize memory.
10288 * config/avr/avr.md (mov<mode>): Use avr_xload_libgcc_p to
10289 determine if code comes inline or from libgcc.
10290 (MOVMEM_r_d:HI): Add "w" to constraint for better preference.
10291 (movmem_qi, movmem_qi): Set constraint #2 to "n".
10292 (movmem_qi_elpm, movmem_hi_elpm): Remove insns.
10293 (movmemx_qi, movmemx_hi): New insns.
10294 (xload_<mode>_libgcc): Rewrite to new insn condition.
10295 (xload_<mode>): Remove insns.
10296 * config/avr/avr.c (avr_out_xload): Rewrite: Only need to handle
10297 cases that don't satisfy avr_xload_libgcc_p().
10298 (avr_addr_space_convert): Allow converting in any direction.
10299 (avr_addr_space_subset_p): Return always true.
10300 (avr_xload_libgcc_p): Rewrite to fit new __pgmx semantics.
10301 (avr_emit_movmemhi): Ditto.
10302 (avr_out_lpm): No need to handle ADDR_SPACE_PGMX any more.
10303 (avr_out_movmem): Ditto.
10304 (AVR_SYMBOL_FLAG_PROGMEM): New macro.
10305 (AVR_SYMBOL_SET_ADDR_SPACE): New macro.
10306 (AVR_SYMBOL_GET_ADDR_SPACE): New macro.
10307 (avr_encode_section_info): Encode 'progmem' in symbol flags.
10308 (output_reload_in_const): Don't zero-extend any 24-bit symbols.
10309
10310 2012-01-10 Richard Guenther <rguenther@suse.de>
10311
10312 PR tree-optimization/50913
10313 * graphite-scop-detection.c (stmt_has_simple_data_refs_p):
10314 Require data-refs to be representable by Graphite with respect
10315 to any loop nest.
10316
10317 2012-01-10 Uros Bizjak <ubizjak@gmail.com>
10318
10319 * config/i386/constraints.md ("L"): Return true for 0xffffffff.
10320 * config/i386/i386.c (*anddi_1): Emit AND with 0xffffffff as MOV.
10321
10322 2012-01-10 Tom de Vries <tom@codesourcery.com>
10323
10324 PR rtl-optimization/51271
10325 * dwarf2cfi.c (scan_trace): Save and restore cur_row->reg_save when
10326 handling annulled branch.
10327
10328 2012-01-10 Richard Henderson <rth@redhat.com>
10329
10330 * config/arm/arm.c (arm_vectorize_vec_perm_const_ok,
10331 TARGET_VECTORIZE_VEC_PERM_CONST_OK, neon_split_vcombine, MAX_VECT_LEN,
10332 struct expand_vec_perm_d, arm_expand_vec_perm_1, arm_expand_vec_perm,
10333 arm_evpc_neon_vuzp, arm_evpc_neon_vzip, arm_evpc_neon_vrev,
10334 arm_evpc_neon_vtrn, arm_evpc_neon_vtbl, arm_expand_vec_perm_const_1,
10335 arm_expand_vec_perm_const): New.
10336 * config/arm/arm-protos.h: Update.
10337 * config/arm/neon.md (UNSPEC_VCONCAT): New.
10338 (*neon_vswp<VDQX>): New.
10339 (neon_vcombine<VDX>): Use neon_split_vcombine.
10340 (neon_vtbl1v16qi, neon_vtbl2v16qi, neon_vcombinev16qi): New.
10341 * config/arm/vec-common.md (vec_perm_const<VALL>): New.
10342 (vec_perm<VE>): New.
10343
10344 2012-01-10 Richard Henderson <rth@redhat.com>
10345
10346 * config/arm/arm.c (arm_gen_compare_reg): Add scratch argument;
10347 use it if reload_completed.
10348 (arm_legitimize_sync_memory, arm_emit, arm_insn_count, arm_count,
10349 arm_output_asm_insn, arm_process_output_memory_barrier,
10350 arm_output_memory_barrier, arm_ldrex_suffix, arm_output_ldrex,
10351 arm_output_strex, arm_output_it, arm_output_op2, arm_output_op3,
10352 arm_output_sync_loop, arm_get_sync_operand, FETCH_SYNC_OPERAND,
10353 arm_process_output_sync_insn, arm_output_sync_insn,
10354 arm_sync_loop_insns, arm_call_generator, arm_expand_sync): Remove.
10355 (arm_pre_atomic_barrier, arm_post_atomic_barrier): New.
10356 (arm_emit_load_exclusive, arm_emit_store_exclusive): New.
10357 (emit_unlikely_jump): New.
10358 (arm_expand_compare_and_swap, arm_split_compare_and_swap): New.
10359 (arm_split_atomic_op): New.
10360 * config/arm/arm-protos.h: Update.
10361 * config/arm/arm.h (enum arm_sync_generator_tag): Remove.
10362 (struct arm_sync_generator): Remove.
10363 * config/arm/arm.md (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK,
10364 VUNSPEC_SYNC_OP, VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): Remove.
10365 (VUNSPEC_ATOMIC_CAS, VUNSPEC_ATOMIC_XCHG, VUNSPEC_ATOMIC_OP): New.
10366 (VUNSPEC_LL, VUNSPEC_SC): New.
10367 (sync_result, sync_memory, sync_required_value, sync_new_value,
10368 sync_t1, sync_t2, sync_release_barrier, sync_op): Remove.
10369 (attr length): Don't use arm_sync_loop_insns.
10370 (cbranch_cc, cstore_cc): Update call to arm_gen_compare_reg.
10371 (movsfcc, movdfcc): Likewise.
10372 * config/arm/constraints.md (Ua): New.
10373 * config/arm/prediates.md (mem_noofs_operand): New.
10374 (sync_compare_and_swap<QHSD>, sync_lock_test_and_set<QHSD>): Remove.
10375 (sync_clobber, sync_t2_reqd): Remove.
10376 (sync_<syncop><QHSD>, sync_nand<QHSD>): Remove.
10377 (sync_new_<syncop><QHSD>, sync_new_nand<QHSD>): Remove.
10378 (sync_old_<syncop><QHSD>, sync_old_nand<QHSD>): Remove.
10379 (arm_sync_compare_and_swap<SIDI>): Remove.
10380 (arm_sync_compare_and_swap<NARROW>): Remove.
10381 (arm_sync_lock_test_and_set<SIDI>): Remove.
10382 (arm_sync_lock_test_and_set<NARROW>): Remove.
10383 (arm_sync_new_<syncop><SIDI>): Remove.
10384 (arm_sync_new_<syncop><NARROW>): Remove.
10385 (arm_sync_new_nand<SIDI>): Remove.
10386 (arm_sync_new_nand<NARROW>): Remove.
10387 (arm_sync_old_<syncop><SIDI>): Remove.
10388 (arm_sync_old_<syncop><NARROW>): Remove.
10389 (arm_sync_old_nand<SIDI>): Remove.
10390 (arm_sync_old_nand<NARROW>): Remove.
10391 (*memory_barrier): Merge arm_output_memory_barrier.
10392 (atomic_compare_and_swap<QHSD>): New.
10393 (atomic_compare_and_swap<NARROW>_1): New.
10394 (atomic_compare_and_swap<SIDI>_1): New.
10395 (atomic_exchange<QHSD>): New.
10396 (cas_cmp_operand, cas_cmp_str): New.
10397 (atomic_op_operand, atomic_op_str): New.
10398 (atomic_<syncop><QHSD>, atomic_nand<QHSD>): New.
10399 (atomic_fetch_<syncop><QHSD>, atomic_fetch_nand<QHSD>): New.
10400 (atomic_<syncop>_fetch<QHSD>, atomic_nand_fetch<QHSD>): New.
10401 (arm_load_exclusive<NARROW>): New.
10402 (arm_load_exclusivesi, arm_load_exclusivedi): New.
10403 (arm_store_exclusive<QHSD>): New.
10404
10405 2012-01-09 Michael Meissner <meissner@linux.vnet.ibm.com>
10406
10407 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add DF
10408 reload patterns if -mvsx-scalar-memory.
10409
10410 * config/rs6000/vsx.md (vsx_xscvspdp): Allow xscvspdp to be
10411 generated, even -mno-vsx-scalar-double was used.
10412 (vsx_xscvdpsp_scalar): Likewise.
10413 (vsx_xscvspdp_scalar2): Likewise.
10414
10415 2012-01-09 Tom de Vries <tom@codesourcery.com>
10416 Andrew Pinski <apinski@cavium.com>
10417
10418 PR debug/51471
10419 * reorg.c (fill_slots_from_thread): Don't speculate
10420 frame-related insns.
10421
10422 2012-01-09 Richard Sandiford <rdsandiford@googlemail.com>
10423
10424 * sched-int.h (bb_note): Move to...
10425 * basic-block.h: ...here.
10426 * haifa-sched.c (bb_note): Move to...
10427 * cfgrtl.c: ...here.
10428 * function.c (next_block_for_reg): New function.
10429 (move_insn_for_shrink_wrap): Likewise.
10430 (prepare_shrink_wrap): Rewrite to use the above.
10431
10432 2012-01-09 Aldy Hernandez <aldyh@redhat.com>
10433
10434 * gimple.c (is_gimple_non_addressable): Remove.
10435 * gimple.h: Remove is_gimple_non_addressable.
10436 * gimplify.c (gimplify_modify_expr_rhs): Use is_gimple_reg instead of
10437 is_gimple_non_addressable.
10438 * trans-mem.c (expand_assign_tm): Same.
10439
10440 2012-01-09 Richard Guenther <rguenther@suse.de>
10441
10442 PR tree-optimization/51775
10443 * tree-ssa-sccvn.c (visit_use): Value-number throwing stmts.
10444 * tree-ssa-pre.c (eliminate): Properly fixup EH info.
10445
10446 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10447
10448 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
10449 tuning parameters.
10450 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
10451
10452 2012-01-09 Richard Guenther <rguenther@suse.de>
10453
10454 * tree-streamer-out.c (write_ts_optimization): Fix spelling.
10455
10456 2012-01-08 Jan Hubicka <jh@suse.cz>
10457
10458 PR tree-optimize/51680
10459 * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition
10460 on when known_vals needs to be computed; cleanup.
10461
10462 2012-01-08 Jan Hubicka <jh@suse.cz>
10463
10464 PR tree-optimize/51694
10465 * ipa-cp.c (ipa_get_indirect_edge_target): Add bounds checks.
10466
10467 2012-01-08 Jonathan Wakely <jwakely.gcc@gmail.com>
10468
10469 * doc/cpp.texi (Predefined Macros): __STRICT_ANSI__ is defined
10470 for -std=c++98 and -std=c++11 too.
10471
10472 2012-01-08 Chung-Lin Tang <cltang@codesourcery.com>
10473
10474 * cfgloop.c (cancel_loop): Add free() of bbs array.
10475
10476 2012-01-07 Jan Hubicka <jh@suse.cz>
10477
10478 PR tree-optimization/51600
10479 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Disable code
10480 that benefits small functions.
10481
10482 2012-01-07 Jan Hubicka <jh@suse.cz>
10483
10484 * ipa-inline.c (want_inline_small_function_p): Fix formating.
10485
10486 2012-01-07 Jan Hubicka <jh@suse.cz>
10487
10488 PR tree-optimization/51680
10489 * ipa-inline.c (want_inline_small_function_p): Be more lax on functions
10490 whose inlining reduce unit size.
10491
10492 2012-01-07 Alexandre Oliva <aoliva@redhat.com>
10493
10494 PR bootstrap/51725
10495 * cselib.c (new_elt_loc_list): Promote addr_list to canonical node.
10496 Add canonical node to containing_mem chain after the non-canonical
10497 one, even if there weren't any locs to propagate.
10498 (remove_useless_values): Keep only canonical values.
10499 (add_mem_for_addr, cselib_lookup_mem): Canonicalize addr.
10500 (cselib_invalidate_mem): Likewise. Ensure v is canonical, and
10501 canonicalize mem_chain elements that are not discarded.
10502
10503 2012-01-06 Jakub Jelinek <jakub@redhat.com>
10504
10505 PR target/47333
10506 * cgraphunit.c (cgraph_optimize): Call output_weakrefs
10507 before emitting functions.
10508
10509 PR gcov-profile/50127
10510 * bb-reorder.c (partition_hot_cold_basic_blocks): Call
10511 clear_aux_for_blocks.
10512
10513 2012-01-06 Alexandre Oliva <aoliva@redhat.com>
10514
10515 PR debug/51746
10516 * cselib.c (cselib_hash_rtx): Hash incoming VALUEs too.
10517
10518 2012-01-06 Arnaud Charlet <charlet@adacore.com>
10519
10520 * c-decl.c (ext_block): Moved up.
10521 (collect_all_refs, for_each_global_decl): Take ext_block into account.
10522
10523 2012-01-06 Han Shen <shenhan@google.com>
10524
10525 Translate built-in include paths for sysroot.
10526 * Makefile.in (gcc_gxx_include_dir_add_sysroot): New.
10527 (PREPROCESSOR_DEFINES): Define GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT.
10528
10529 * cppdefault.c (cpp_include_defaults): Replace hard coded "0" with
10530 GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT for "add_sysroot" field.
10531
10532 * configure.ac (AC_SUBST): Add gcc_gxx_include_dir_add_sysroot to
10533 control whether sysroot should be prepended to gxx include dir.
10534
10535 * configure: Regenerate.
10536
10537 2012-01-06 Torvald Riegel <triegel@redhat.com>
10538
10539 PR rtl-optimization/51771
10540 * builtin-attrs.def (ATTR_RETURNS_TWICE, ATTR_TM_NOTHROW_RT_LIST): New.
10541 * gtm-builtins.def (BUILT_IN_TM_START): Add returns-twice attrib.
10542
10543 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
10544
10545 PR tree-optimization/51315
10546 * tree-sra.c (tree_non_aligned_mem_for_access_p): New predicate.
10547 (build_accesses_from_assign): Use it instead of tree_non_aligned_mem_p.
10548
10549 2012-01-05 Uros Bizjak <ubizjak@gmail.com>
10550
10551 PR target/51681
10552 * config/ia64/ia64.c (expand_vec_perm_shrp): Use correct operands
10553 for shrp pattern. Correctly handle and fixup shift variable.
10554 Return false when shift > nelt for BYTES_BIG_ENDIAN target.
10555
10556 2012-01-05 Jakub Jelinek <jakub@redhat.com>
10557
10558 PR debug/51762
10559 * calls.c (emit_call_1): For noreturn calls force a REG_ARGS_SIZE
10560 note when !ACCUMULATE_OUTGOING_ARGS.
10561
10562 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
10563
10564 * tree-vrp.c (extract_range_from_binary_expr_1): Remove duplicated
10565 condition.
10566 (extract_range_from_unary_expr_1): Avoid useless computations.
10567
10568 2012-01-05 Jakub Jelinek <jakub@redhat.com>
10569
10570 PR rtl-optimization/51767
10571 * cfgrtl.c (force_nonfallthru_and_redirect): Force addition
10572 of jump_block and add an extra edge for degenerated asm gotos.
10573
10574 PR middle-end/51768
10575 * stmt.c (check_unique_operand_names): Don't ICE during error
10576 reporting if i is from labels chain.
10577
10578 PR middle-end/44777
10579 * profile.c (branch_prob): Split bbs that have exit edge
10580 and need a fake entry edge too.
10581
10582 2012-01-05 Jan Hubicka <jh@suse.cz>
10583
10584 PR middle-end/49710
10585 * cfgloopmanip.c (remove_path): Walk loop hiearchy upwards when
10586 unlooping loops.
10587
10588 2012-01-05 Richard Guenther <rguenther@suse.de>
10589
10590 PR lto/50490
10591 * tree-streamer-out.c (write_ts_optimization): New function.
10592 (streamer_write_tree_body): Call it.
10593 * tree-streamer-in.c (lto_input_ts_optimization): New function.
10594 (streamer_read_tree_body): Call it.
10595 * lto-streamer-out.c (lto_is_streamable): Handle OPTIMIZATION_NODE.
10596
10597 2012-01-05 Jakub Jelinek <jakub@redhat.com>
10598
10599 PR middle-end/51761
10600 * gimple.h (struct gimplify_ctx): Add in_cleanup_point_expr field.
10601 * gimplify.c (gimplify_cleanup_point_expr): Save and set
10602 in_cleanup_point_expr before gimplify_stmt call and restore it
10603 afterwards.
10604 (gimplify_target_expr): Don't add {CLOBBER} cleanup if
10605 in_cleanup_point_expr is false.
10606
10607 2012-01-05 Richard Guenther <rguenther@suse.de>
10608
10609 PR middle-end/51764
10610 * common.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move
10611 to c.opt.
10612 * toplev.c (process_options): Reject combining mudflap and LTO.
10613 * tree-nomudflap.c (nogo): Use sorry instead of internal_error.
10614
10615 2012-01-05 Richard Guenther <rguenther@suse.de>
10616
10617 PR tree-optimization/51760
10618 * tree-ssa-ccp.c (likely_value): Drop UNDEFINED to CONSTANT,
10619 not VARYING.
10620 (bit_value_unop): Handle UNDEFINED operands.
10621 (bit_value_binop): Likewise.
10622
10623 2012-01-05 Georg-Johann Lay <avr@gjlay.de>
10624
10625 * config/avr/avr.c (avr_replace_prefix): Remove.
10626 (avr_asm_named_section): Use ACONCAT instead of avr_replace_prefix.
10627 (avr_asm_function_rodata_section): Ditto.
10628 (avr_asm_select_section): Ditto.
10629
10630 2012-01-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
10631
10632 * reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND
10633 insertion.
10634
10635 2012-01-05 Jakub Jelinek <jakub@redhat.com>
10636
10637 PR bootstrap/51648
10638 * tree-cfg.c (need_fake_edge_p): Return true also for noreturn
10639 calls that have any non-fake successor edges.
10640
10641 PR debug/51746
10642 * var-tracking.c (add_stores): For COND_EXEC allow oval to be NULL.
10643
10644 2012-01-04 Eric Botcazou <ebotcazou@adacore.com>
10645
10646 PR tree-optimization/51624
10647 * tree-sra.c (build_ref_for_model): When replicating a chain of
10648 COMPONENT_REFs, stop as soon as the offset would become negative.
10649
10650 2012-01-04 Jakub Jelinek <jakub@redhat.com>
10651
10652 PR debug/51695
10653 * dwarf2out.c (output_loc_list): For now drop >= 64KB expressions
10654 in .debug_loc on the floor.
10655
10656 2012-01-04 Andrew Pinski <apinski@cavium.com>
10657
10658 * doc/invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.
10659
10660 2012-01-04 Andrew Pinski <apinski@cavium.com>
10661 Adam Nemet <anemet@caviumnetworks.com>
10662
10663 * config/mips/mips.md (size): Add SI and DI.
10664 (SIZE): New mode attribute.
10665 (U): New code attribute.
10666 * config/mips/mips-dsp.md (mips_lbux): Use gen_mips_lbux_extsi.
10667 (mips_lbux_<mode>): Delete.
10668 (mips_l<SHORT:size><u>x_ext<GPR:mode>_<P:mode>): New pattern.
10669 (mips_lhx): Use gen_mips_lhx_extsi.
10670 (mips_lhx_<mode>): Delete.
10671 (mips_lwx): Delete.
10672 (mips_l<size>x): New expand.
10673 (mips_lwx_<mode>): Delete.
10674 (mips_l<GPR:size>x_<P:mode>): New pattern.
10675 (*mips_lw<u>x_<P:mode>_ext): Likewise.
10676 * config/mips/mips-ftypes.def: Add DI f(POINTER, SI) function type.
10677 * config/mips/mips.c (mips_lx_address_p): New function.
10678 (mips_rtx_costs <case MEM>): Call mips_lx_address_p.
10679 (dsp64): New availability predicate.
10680 (mips_builtins): Add an entry for __builtin_mips_ldx.
10681 * config/mips/mips.h (ISA_HAS_LBX): New define.
10682 (ISA_HAS_LBUX): Likewise.
10683 (ISA_HAS_LHX): Likewise.
10684 (ISA_HAS_LHUX): Likewise.
10685 (ISA_HAS_LWX): Likewise.
10686 (ISA_HAS_LWUX): Likewise.
10687 (ISA_HAS_LDX): Likewise.
10688 * doc/extend.texi (__builtin_mips_ldx): Document.
10689
10690 2012-01-04 Tristan Gingold <gingold@adacore.com>
10691
10692 * config/vms/xm-vms.h (HOST_LONG_FORMAT, HOST_PTR_PRINTF): Define
10693 when long pointers are used.
10694 * config.build (*-*-*vms*): Handle all OpenVMS targets.
10695 (alpha64-dec-*vms*, alpha*-dec-*vms*)
10696 (ia64-hp-*vms*): Remove.
10697 * config/vms/xm-vms64.h: Delete.
10698
10699 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
10700
10701 PR middle-end/51472
10702 * trans-mem.c (expand_assign_tm): Handle TM_MEMMOVE loads correctly.
10703
10704 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
10705
10706 * opts.c (finish_options): Remove duplicate sorry.
10707
10708 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
10709
10710 PR middle-end/51696
10711 * trans-mem.c (diagnose_tm_1): Display indirect calls with no name
10712 correctly.
10713
10714 2012-01-04 Richard Guenther <rguenther@suse.de>
10715
10716 PR middle-end/51750
10717 * tree.c (size_low_cst): New function.
10718 * tree.h (size_low_cst): Declare.
10719 * fold-const.c (fold_comparison): Use it to extract the low
10720 part of the POINTER_PLUS_EXPR offset.
10721
10722 2012-01-04 Georg-Johann Lay <avr@gjlay.de>
10723
10724 Fix clearing ZERO_REG
10725 * config/avr/avr.md (cc): Add alternative "ldi".
10726 (movqi_insn): Use it in cc attribute.
10727 * config/avr/avr.c (notice_update_cc): Handle CC_LDI.
10728 (output_reload_in_const): Use CLR to move 0 to ZERO_REG.
10729 (output_reload_insisf): Use ZERO_REG to pre-clear register.
10730
10731 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10732
10733 * configure: Regenerate.
10734
10735 2012-01-04 Richard Guenther <rguenther@suse.de>
10736
10737 PR tree-optimization/49651
10738 * tree-ssa-structalias.c (type_can_have_subvars): New function.
10739 (var_can_have_subvars): Use it.
10740 (get_constraint_for_1): Only consider subfields if there can be any.
10741
10742 2012-01-03 Jakub Jelinek <jakub@redhat.com>
10743
10744 PR bootstrap/51725
10745 * cselib.c (new_elt_loc_list): When moving locs from one cselib_val
10746 to its new canonical_cselib_val and the cselib_val was in
10747 first_containing_mem chain, but the canonical_cselib_val was not,
10748 add the latter into the chain.
10749 (cselib_invalidate_mem): Compare canonical_cselib_val of
10750 addr_list chain elt with v.
10751
10752 PR pch/51722
10753 * dwarf2out.c (dwarf2out_start_source_file, dwarf2out_define,
10754 dwarf2out_undef): Allocate e.info using ggc_strdup instead
10755 of xstrdup.
10756 (output_macinfo_op): Don't ggc_strdup fd->filename.
10757 (optimize_macinfo_range): Allocate grp_name using XALLOCAVEC,
10758 then ggc_strdup it. Don't free inc->info or cur->info.
10759 (output_macinfo): Don't free ref->info or file->info.
10760
10761 2012-01-03 Ira Rosen <irar@il.ibm.com>
10762
10763 PR tree-optimization/51269
10764 * tree-vect-loop-manip.c (set_prologue_iterations): Make
10765 first_niters a pointer.
10766 (slpeel_tree_peel_loop_to_edge): Likewise.
10767 (vect_do_peeling_for_loop_bound): Update call to
10768 slpeel_tree_peel_loop_to_edge.
10769 (vect_gen_niters_for_prolog_loop): Don't compute wide_prolog_niters
10770 here. Remove it from the parameters list.
10771 (vect_do_peeling_for_alignment): Update calls and compute
10772 wide_prolog_niters.
10773
10774 2012-01-03 Richard Guenther <rguenther@suse.de>
10775
10776 PR tree-optimization/51070
10777 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
10778 Properly handle calls.
10779
10780 2012-01-03 Richard Guenther <rguenther@suse.de>
10781
10782 PR tree-optimization/51692
10783 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove
10784 the LHS of allocation stmts.
10785
10786 2012-01-03 Olivier Hainque <hainque@adacore.com>
10787
10788 * system.h: Prior to #define, #undef fopen and freopen unconditionally.
10789
10790 2012-01-03 Olivier Hainque <hainque@adacore.com>
10791
10792 * collect2.c (main): In AIX specific computations for vector
10793 insertions, use CONST_CAST2 to cast from char ** to const char **.
10794
10795 2012-01-03 Richard Guenther <rguenther@suse.de>
10796
10797 PR debug/51650
10798 * dwarf2out.c (dwarf2out_finish): Always create a DIE for
10799 the context of a limbo DIE when it does not already exist.
10800
10801 2012-01-03 Jakub Jelinek <jakub@redhat.com>
10802
10803 PR tree-optimization/51719
10804 * value-prof.c (gimple_ic): When indirect call isn't noreturn,
10805 but direct call is, clear direct call's lhs and don't add fallthrough
10806 edge from dcall_bb to join_bb and PHIs.
10807
10808 2012-01-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10809
10810 * config/s390/s390.md ("*cmp<mode>_ccs"): Fix comment mentioning
10811 the instructions emitted by the pattern.
10812 ("*TDC_insn_<mode>"): Add comment.
10813
10814 2012-01-03 Richard Guenther <rguenther@suse.de>
10815
10816 PR middle-end/51730
10817 * fold-const.c (fold_comparison): Properly canonicalize
10818 tree offset and HOST_WIDE_INT bit position.
10819
10820 2012-01-02 Uros Bizjak <ubizjak@gmail.com>
10821
10822 * config/ia64/ia64.c (expand_vec_perm_broadcast): Use correct
10823 operands for extzv pattern.
10824
10825 2012-01-02 Jakub Jelinek <jakub@redhat.com>
10826
10827 PR bootstrap/51725
10828 * cselib.c (add_mem_for_addr): Call canonical_cselib_val
10829 on mem_elt first.
10830
10831 2012-01-02 Sandra Loosemore <sandra@codesourcery.com>
10832
10833 * doc/invoke.texi (-flto and related options): Copy-edit.
10834
10835 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
10836
10837 * config/mips/mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
10838
10839 2012-01-02 Jakub Jelinek <jakub@redhat.com>
10840
10841 * config/i386/sse.md (*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4):
10842 New patterns.
10843
10844 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
10845
10846 * expr.h (move_by_pieces_ninsns): Declare.
10847 * expr.c (move_by_pieces_ninsns): Make external.
10848 * config/mips/mips-protos.h (mips_move_by_pieces_p): Declare.
10849 (mips_store_by_pieces_p): Likewise.
10850 * config/mips/mips.h (MOVE_BY_PIECES_P): Call mips_move_by_pieces_p.
10851 (STORE_BY_PIECES_P): Likewise mips_store_by_pieces_p.
10852 * config/mips/mips.c (mips_move_by_pieces_p): New function.
10853 (mips_store_by_pieces_p): Likewise.
10854
10855 2012-01-02 Jakub Jelinek <jakub@redhat.com>
10856
10857 * passes.c (register_one_dump_file): Free full_name.
10858
10859 * reload1.c (reload): Don't allocate reg_max_ref_width here.
10860 (calculate_elim_costs_all_insns): Free offsets_at and
10861 offsets_known_at at the end and clear the pointers.
10862
10863 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
10864
10865 * config/avr/avr.opt (-mbranch-cost): Fix double definition of
10866 this option introduced in r180739.
10867
10868 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
10869
10870 PR target/51345
10871 * config.gcc (tm_file target=avr]): Add avr/avr-multilib.h
10872 (tmake_file target=avr): Add avr/t-multilib.
10873
10874 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use AVR_HAVE_8BIT_SP
10875 to built-in define __AVR_HAVE_8BIT_SP__, __AVR_HAVE_16BIT_SP__.
10876 * config/avr/genmultilib.awk: New file.
10877 * config/avr/t-multilib: New auto-generated file.
10878 * config/avr/multilib.h: New auto-generated file.
10879 * config/avr/t-avr (AVR_MCUS): New variable.
10880 (genopt.sh): Use it.
10881 (s-mlib): Depend on t-multilib.
10882 (t-multilib, multilib.h): New dependencies.
10883 (s-avr-mlib): New rule to build t-multilib, multilib.h from AVR_MCUS.
10884 (MULTILIB_OPTIONS): Remove.
10885 (MULTILIB_MATCHES): Remove.
10886 (MULTILIB_DIRNAMES): Remove.
10887 (MULTILIB_EXCEPTIONS): Remove:
10888 * config/avr/genopt.sh: Don't use hard coded file name;
10889 pass AVR_MCUS from t-avr instead.
10890
10891 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
10892
10893 * config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".
10894
10895 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
10896
10897 Implement light-weight DImode support.
10898 * config/avr/avr-dimode.md: New file.
10899 * config/avr/avr.md: Include it.
10900 (adjust_len): Add plus64, compare64.
10901 (HIDI): Remove code iterator.
10902 (code_stdname): New code attribute.
10903 (rotx, rotsmode): Remove DI.
10904 (rotl<mode>3, *rotw<mode>, *rotb<mode>): Use HISI instead of HIDI
10905 as code iterator.
10906 * config/avr/avr-protos.h (avr_have_dimode): New.
10907 (avr_out_plus64, avr_out_compare64): New.
10908 * config/avr/avr.c (avr_out_compare): Handle DImode.
10909 (avr_have_dimode): New variable definition and initialization.
10910 (avr_out_compare64, avr_out_plus64): New functions.
10911 (avr_out_plus_1): Use simplify_unary_operation to negate xval.
10912 (adjust_insn_length): Handle ADJUST_LEN_COMPARE64, ADJUST_LEN_PLUS64.
10913 (avr_compare_pattern): Skip DImode comparisons.
10914
10915 2012-01-02 Revital Eres <revital.eres@linaro.org>
10916
10917 * ddg.c (def_has_ccmode_p): New function.
10918 (add_cross_iteration_register_deps,
10919 create_ddg_dep_from_intra_loop_link): Call it.
10920
10921 2012-01-02 Richard Guenther <rguenther@suse.de>
10922
10923 PR other/51679
10924 * invoke.texi (fassociative-math): Remove spurious paranthesis.
10925
10926 2012-01-01 Jakub Jelinek <jakub@redhat.com>
10927
10928 * gcc.c (process_command): Update copyright notice dates.
10929 * gcov.c (print_version): Likewise.
10930 * gcov-dump.c (print_version): Likewise.
10931 * mips-tfile.c (main): Likewise.
10932 * mips-tdump.c (main): Likewise.
10933
10934 2012-01-01 Ira Rosen <irar@il.ibm.com>
10935
10936 PR tree-optimization/51704
10937 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Check that
10938 a use is inside the basic block or loop before accessing its vect info.
10939
10940 2012-01-01 Jan Hubicka <jhjh@suse.cz>
10941
10942 PR rtl-optimization/51069
10943 * cfgloopmanip.c (remove_path): Removing path making irreducible
10944 region unconditional makes BB part of the region.
10945
10946 2012-01-01 Jakub Jelinek <jakub@redhat.com>
10947
10948 PR tree-optimization/51683
10949 * tree-ssa-propagate.c (substitute_and_fold): Don't optimize away
10950 calls with side-effects.
10951 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
10952 \f
10953 Copyright (C) 2012 Free Software Foundation, Inc.
10954
10955 Copying and distribution of this file, with or without modification,
10956 are permitted in any medium without royalty provided the copyright
10957 notice and this notice are preserved.