tree-vect-generic.c (vector_element): Look at previous generated results.
[gcc.git] / gcc / ChangeLog
1 2011-10-06 Richard Guenther <rguenther@suse.de>
2
3 * tree-vect-generic.c (vector_element): Look at previous
4 generated results.
5
6 2011-10-06 David Edelsohn <dje.gcc@gmail.com>
7
8 PR target/39950
9 * config/rs6000/aix.h (TARGET_OS_AIX_CPP_BUILTINS): Define
10 __powerpc__, __PPC__, __unix__.
11
12 2011-10-06 Michael Matz <matz@suse.de>
13
14 * i386/i386.opt (recip_mask, recip_mask_explicit,
15 x_recip_mask_explicit): New variables and cl_target member.
16 (mrecip=): New option.
17 * i386/i386.h (RECIP_MASK_DIV, RECIP_MASK_SQRT, RECIP_MASK_VEC_DIV,
18 RECIP_MASK_VEC_SQRT, RECIP_MASK_ALL, RECIP_MASK_NONE): New bitmasks.
19 (TARGET_RECIP_DIV, TARGET_RECIP_SQRT, TARGET_RECIP_VEC_DIV,
20 TARGET_RECIP_VEC_SQRT): New tests.
21 * i386/i386.md (divsf3): Check TARGET_RECIP_DIV.
22 (sqrt<mode>2): Check TARGET_RECIP_SQRT.
23 * i386/sse.md (div<mode>3): Check TARGET_RECIP_VEC_DIV.
24 (sqrt<mode>2): Check TARGET_RECIP_VEC_SQRT.
25 * i386/i386.c (ix86_option_override_internal): Set recip_mask
26 for -mrecip and -mrecip=options.
27 (ix86_function_specific_save): Save recip_mask_explicit.
28 (ix86_function_specific_restore): Restore recip_mask_explicit.
29
30 * doc/invoke.texi (ix86 Options): Document the new option.
31
32 2011-10-06 Bernd Schmidt <bernds@codesourcery.com>
33
34 PR target/49049
35 * config/arm/arm.md (arm_subsi3_insn): Lose the last alternative.
36
37 2011-10-06 Ulrich Weigand <ulrich.weigand@linaro.org>
38
39 PR target/50305
40 * config/arm/arm.c (arm_legitimize_reload_address): Recognize
41 output of a previous pass through legitimize_reload_address.
42 Do not attempt to optimize addresses if the base register is
43 equivalent to a constant.
44
45 2011-10-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
46
47 * function.c (thread_prologue_and_epilogue_insns): Mark
48 last_bb_active as possibly unused. It is unused for targets which
49 do neither have "return" nor "simple_return" expanders.
50
51 2011-10-06 Richard Guenther <rguenther@suse.de>
52
53 * fold-const.c (fold_ternary_loc): Also fold non-constant
54 vector CONSTRUCTORs. Make more efficient.
55 * tree-ssa-dom.c (cprop_operand): Don't handle virtual operands.
56 (cprop_into_stmt): Don't propagate into virtual operands.
57 (optimize_stmt): Really dump original statement.
58
59 2011-10-06 Nick Clifton <nickc@redhat.com>
60
61 * config/rx/rx.md (smin3): Revert previous delta.
62
63 2011-10-06 Richard Guenther <rguenther@suse.de>
64
65 PR tree-optimization/38884
66 * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle partial
67 reads from aggregate SSA names.
68
69 2011-10-05 Jakub Jelinek <jakub@redhat.com>
70
71 * tree-vect-patterns.c (vect_pattern_recog_1): Add stmts_to_replace
72 argument, truncate it at the beginning instead of allocating there
73 and freeing at the end.
74 (vect_pattern_recog): Allocate stmts_to_replace here and free at end,
75 pass its address to vect_pattern_recog_1.
76
77 2011-10-05 David S. Miller <davem@davemloft.net>
78
79 * config/sparc/sparc.opt (POPC): New option.
80 * doc/invoke.texi: Document it.
81 * config/sparc/sparc.c (sparc_option_override): Enable MASK_POPC by
82 default on Niagara-2 and later.
83 * config/sparc/sparc.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
84 * config/sparc/sparc.md (SIDI): New mode iterator.
85 (ffsdi2): Delete commented out pattern and comments.
86 (popcount<mode>2, clz<mode>2): New expanders.
87 (*popcount<mode>_sp64, popcountsi_v8plus, popcountdi_v8plus,
88 *clzdi_sp64, clzdi_v8plus, *clzsi_sp64, clzsi_v8plus): New insns.
89
90 2011-10-06 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
91
92 PR middle-end/50607
93 * c-tree.h (c_expr_t): New typedef for struct c_expr.
94 (C_EXPR_APPEND): New macro.
95 * c-parser.c (c_parser_get_builtin_args): Preserve
96 original_tree_code of c_expr structure.
97 (c_parser_postfix_expression): Adjust to the new function.
98
99 2011-10-05 Bernd Schmidt <bernds@codesourcery.com>
100
101 * function.c (thread_prologue_and_epilogue_insns): Don't shrink-wrap
102 if profiling after the prologue.
103
104 2011-10-05 Jakub Jelinek <jakub@redhat.com>
105
106 PR tree-optimization/50613
107 * tree-ssa-strlen.c (find_equal_ptrs): If CASE_CONVERT
108 operand is ADDR_EXPR, fallthru into ADDR_EXPR handling,
109 and if it is neither that not SSA_NAME, give up.
110
111 2011-10-05 Richard Henderson <rth@redhat.com>
112
113 * tree-vect-generic.c (vector_element): Never fail. Use
114 build_zero_cst. Tidy up type references.
115 (lower_vec_shuffle): Never fail. Mask shuffle indicies. Reduce
116 code duplication. Do update_stmt here ...
117 (expand_vector_operations_1): ... not here.
118
119 * config/i386/i386.c (ix86_expand_vshuffle): Never fail. Handle
120 TARGET_XOP. Fix pshufb constant vector creation. Reduce code
121 duplication. Handle V2DI without SSE4.1.
122 * config/i386/i386-protos.h (ix86_expand_vshuffle): Update decl.
123 * config/i386/i386.md (vshuffle<V_128>): Remove assert for ok.
124
125 2011-10-05 Uros Bizjak <ubizjak@gmail.com>
126
127 * config/i386/i386.c (distance_non_agu_define): Simplify calculation
128 of "found". Simplify return value calculation.
129 (distance_agu_use): Ditto.
130
131 2011-10-05 Bernd Schmidt <bernds@codesourcery.com>
132
133 PR bootstrap/50621
134 * config/i386/i386.c (ix86_add_cfa_restore_note): Omit notes only
135 if the function was not shrink-wrapped.
136 (ix86_expand_epilogue): Ensure queued cfa_adjust notes are attached
137 to an insn.
138 * function.c (thread_prologue_and_epilogue_insns): Make sure the
139 shrink_wrapped flag is set even if there is no dump file.
140
141 2011-10-05 DJ Delorie <dj@redhat.com>
142 Nick Clifton <nickc@redhat.com>
143
144 * config/rx/rx.opt (mpid): Define.
145 * config/rx/t-rx (MULTILIB_OPTIONS): Add -mpid
146 (MULTILIB_DIRNAMES): Add pid.
147 * config/rx/rx.c (rx_gp_base_regnum_val, rx_pid_base_regnum_val)
148 (rx_num_interrupt_regs): New variable.
149 (rx_gp_base_regnum): New function. Returns the number of the
150 small data area register.
151 (rx_pid_base_regnum): New function. Returns the number of the pid
152 base register.
153 (rx_decl_for_addr): New function. Returns the symbolic part of a MEM.
154 (rx_pid_data_operand): New function. Returns whether an object is
155 in the position independent data area.
156 (rx_legitimize_address): New function. Puts undecided PID
157 objects in the PID data area.
158 (rx_is_legitimate_address): Add support for PID operands.
159 (rx_print_operand_address): Likewise.
160 (rx_print_operand): Likewise.
161 (rx_maybe_pidify_operand): New function. Determine if an operand
162 is suitable for PID addressing.
163 (rx_gen_move_template): Add PID support.
164 (rx_conditional_register_usage): Likewise.
165 (rx_option_override): Initialise rx_num_interrupt_regs.
166 (rx_is_legitimate_constant): Add support for PID constants.
167 (TARGET_LEGITIMIZE_ADDRESS): Define.
168 * config/rx/constraints.md (Rpid): Define.
169 (Rpda): Define.
170 * config/rx/rx.md (UNSPEC_PID_ADDR): Define.
171 (tablejump): Add PID support.
172 (mov<>): Likewise.
173 (mov<>_internal): Likewise.
174 (addsi3): Convert to an expander. Add PID support.
175 (pid_addr): New pattern.
176 * config/rx/rx.h (CPP_SPEC): Define.
177 (ASM_SPEC): Pass -mpid and -mint-register on to assembler.
178 (CASE_VECTOR_PC_RELATIVE): Define.
179 (JUMP_TABLES_IN_TEXT_SECTION): Enable for PID mode.
180 * config/rx/rx-protos.h (rx_maybe_pidify_operand): Prototype.
181 * doc/invoke.texi (RX Options): Document -mpid command line option.
182
183 2011-10-05 Richard Guenther <rguenther@suse.de>
184
185 PR tree-optimization/38885
186 * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle partial reads
187 from constants.
188
189 2011-10-05 Bernd Schmidt <bernds@codesourcery.com>
190
191 * doc/invoke.texi (-fshrink-wrap): Document.
192 * opts.c (default_options_table): Add it.
193 * common.opt (fshrink-wrap): Add.
194 * function.c (emit_return_into_block): Remove useless declaration.
195 (record_hard_reg_uses_1, record_hard_reg_uses, frame_required_for_rtx,
196 requires_stack_frame_p, gen_return_pattern): New static functions.
197 (emit_return_into_block): New arg simple_p. All callers changed.
198 Use gen_return_pattern.
199 (thread_prologue_and_epilogue_insns): Implement shrink-wrapping.
200 * config/i386/i386.md (return): Expand into a simple_return.
201 (simple_return): New expander):
202 (simple_return_internal, simple_return_internal_long,
203 simple_return_pop_internal_long, simple_return_indirect_internal):
204 Renamed from return_internal, return_internal_long,
205 return_pop_internal_long and return_indirect_internal; changed to use
206 simple_return.
207 * config/i386/i386.c (ix86_expand_epilogue): Adjust to expand
208 simple returns.
209 (ix86_pad_returns): Likewise.
210 * function.h (struct rtl_data): Add member shrink_wrapped.
211 * cfgcleanup.c (outgoing_edges_match): If shrink-wrapped, edges that
212 are not jumps or sibcalls can't be compared.
213
214 2011-10-05 Richard Guenther <rguenther@suse.de>
215
216 * tree-ssa-sccvn.c (vn_get_expr_for): Handle CONSTRUCTOR of
217 vector type.
218 (simplify_unary_expression): Handle BIT_FIELD_REFs.
219 (try_to_simplify): Handle BIT_FIELD_REFs.
220
221 2011-10-05 Georg-Johann Lay <avr@gjlay.de>
222
223 * config/avr/avr-protos.h (avr_out_addto_sp): New prototype.
224 * config/avr/avr.c (avr_out_addto_sp): New function.
225 (adjust_insn_length): Handle ADJUST_LEN_ADDTO_SP.
226 * config/avr/avr.md (adjust_len): Add "addto_sp".
227 (*movhi_sp): Remove insn.
228 (*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): Merge to *addhi3_sp_R.
229
230 2011-10-05 Richard Guenther <rguenther@suse.de>
231
232 * gimple-fold.c (gimple_fold_stmt_to_constant_1): For ternary ops
233 with an embedded expression valueize and fold that as well.
234 * tree-ssa-sccvn.c (try_to_simplify): Also allow SSA name
235 results from gimple_fold_stmt_to_constant_1.
236
237 2011-10-05 Nick Clifton <nickc@redhat.com>
238
239 * config/rx/rx.md (tablejump): Add missing label.
240 (adddi3_internal): Mark operand 0 as early-clobbered.
241 (smaxsi3): Revert previous delta.
242 (adc_internal): Fix whitespace in generated asm.
243 (adc_flags): Likewise.
244
245 2011-10-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
246
247 * expmed.c (expand_mult_highpart_optab): Replace optab_handler
248 with the new widening_optab_handler.
249
250 2011-10-05 Richard Guenther <rguenther@suse.de>
251
252 PR tree-optimization/50609
253 * gimple-fold.c (fold_array_ctor_reference): Also handle
254 vector typed constructors.
255 (fold_ctor_reference): Dispatch to fold_array_ctor_reference
256 for vector typed constructors.
257
258 2011-10-05 Uros Bizjak <ubizjak@gmail.com>
259
260 * config/i386/i386.c (ix86_emit_binop): New static function.
261 (ix86_split_lea_for_addr): Use ix86_emit_binop to emit add and shl
262 instructions.
263 (x86_output_mi_thunk): Use ix86_emit_binop to emit add instructions.
264
265 2011-10-04 David S. Miller <davem@davemloft.net>
266
267 * config/sparc/sparc.md (UNSPEC_FHADD, UNSPEC_FHSUB,
268 UNSPEC_XMUL): New unspecs.
269 (muldi3_v8plus): Use output_v8plus_mult.
270 (*naddsf3, *nadddf3, *nmulsf3, *nmuldf3, *nmuldf3_extend):
271 New VIS 3.0 combiner patterns.
272 (fhaddsf_vis, fhadddf_vis, fhsubsf_vis, fhsubdf_vis,
273 fnhaddsf_vis, fnhaddf_vis, umulxhi_vis, *umulxhi_sp64,
274 umulxhi_v8plus, xmulx_vis, *xmulx_sp64, xmulx_v8plus,
275 xmulxhi_vis, *xmulxhi_sp64, xmulxhi_v8plus): New VIS 3.0
276 builtins patterns.
277 * config/sparc/sparc.c (sparc_vis_init_builtins): Emit new builtins.
278 (output_v8plus_mult): New function.
279 * config/sparc/sparc-protos.h: Declare it.
280 * config/sparc/visintrin.h (__vis_fhadds, __vis_fhaddd,
281 __vis_fhsubs, __vis_fhsubd, __vis_fnhadds, __vis_fnhaddd,
282 __vis_umulxhi, __vis_xmulx, __vis_xmulxhi): New intrinsics.
283 * doc/extend.texi: Document new builtins.
284
285 2011-10-04 Richard Henderson <rth@redhat.com>
286
287 * c-typeck.c (c_build_vec_shuffle_expr): Fix uninitialized variable.
288 Avoid save_expr unless two_arguments.
289
290 2011-10-04 Ozkan Sezer <sezeroz@gmail.com>
291
292 * config/i386/mingw-w64.h (CPP_SPEC): Rename _REENTRANCE to _REENTRANT.
293 * config/i386/mingw32.h (CPP_SPEC): Likewise.
294
295 2011-10-04 David S. Miller <davem@davemloft.net>
296
297 * config/sparc/driver-sparc.c (cpu_names): Fix string for supersparc
298 under Linux.
299
300 2011-10-04 Jakub Jelinek <jakub@redhat.com>
301
302 PR tree-optimization/50604
303 * builtins.c (fold_builtin_strcpy, fold_builtin_stpcpy,
304 fold_builtin_strncpy, fold_builtin_stxcpy_chk): Ensure
305 last argument to memcpy has size_type_node type instead of ssizetype.
306 * tree-ssa-strlen.c (handle_builtin_memcpy): Use size_type_node
307 instead of TREE_TYPE (len) as type for newlen.
308
309 PR tree-optimization/50522
310 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Don't test
311 TYPE_RESTRICT.
312 (ptr_derefs_may_alias_p): Call pt_solutions_same_restrict_base
313 unconditionally.
314
315 * fold-const.c (fold_unary_loc): Don't optimize
316 POINTER_PLUS_EXPR casted to TYPE_RESTRICT pointer by
317 casting the inner pointer if it isn't TYPE_RESTRICT.
318 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't through
319 casts from non-TYPE_RESTRICT pointer to TYPE_RESTRICT pointer.
320
321 2011-10-04 Joseph Myers <joseph@codesourcery.com>
322
323 * config.gcc (i[34567]86-*-elf*, x86_64-*-elf*): Use i386/t-crtstuff.
324
325 2011-10-04 Jan Hubicka <jh@suse.cz>
326
327 * lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.
328 * lto-streamer-in.c (lto_input_toplevel_asms): Stream in order.
329 * lto-streamer-out.c (lto_output_toplevel_asms): Stream out order.
330 * lto-cgraph.c (order_base): New static var.
331 (lto_output_node): Stream in order.
332 (lto_output_varpool_node): Stream out order.
333 (input_node): Stream in order.
334 (input_varpool_node): Stream out order.
335 (input_cgraph_1): Initialize order base; update call of
336 lto_input_toplevel_asms.
337
338 2011-10-04 Georg-Johann Lay <avr@gjlay.de>
339
340 PR target/50566
341 * config/avr/avr-protos.h (avr_legitimize_reload_address): New
342 prototype.
343 * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Copy worker code
344 from here...
345 * config/avr/avr.c (avr_legitimize_reload_address) ...to this new
346 function. Log if avr_log.legitimize_reload_address.
347
348 2011-10-04 Eric Botcazou <ebotcazou@adacore.com>
349
350 * config/sparc/sparc.c (sparc_fold_builtin): Use a sequence of tests.
351
352 2011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
353
354 * longlong.h (smul_ppmm, sdiv_qrnnd): Add underscores to the local
355 variables. Fix second operand of DR. Swap inputs for sdiv_qrnnd.
356
357 2011-10-03 David S. Miller <davem@davemloft.net>
358
359 * config/sparc/sparc.md (fpack16_vis, fpackfix_vis, fpack32_vis): Make
360 GSR_REG an input operand to UNSPEC instead of a parallel USE.
361 (faligndata<V64I:mode>_vis): Likewise and use DI mode.
362 (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis, alignaddrldi_vis):
363 Reference GSR_REG in DI mode, simplify convoluted expressions by using
364 zero_extract.
365 (bshuffle<V64I:mode>_vis): Reference GSR_REG in DI mode.
366
367 2011-10-03 Maxim Kuvyrkov <maxim@codesourcery.com>
368
369 * tree-eh.c (remove_unreachable_handlers): Obvious cleanup.
370
371 2011-10-03 Jakub Jelinek <jakub@redhat.com>
372 Ian Lance Taylor <iant@google.com>
373
374 * godump.c (go_output_typedef): Support printing enum values that
375 don't fit in a signed HOST_WIDE_INT.
376
377 2011-10-03 Anatoly Sokolov <aesok@post.ru>
378
379 * config/cris/cris.c (cris_output_addr_const_extra): Make static.
380 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
381 * config/cris/cris.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
382 * config/cris/cris-protos.h (cris_output_addr_const_extra): Remove.
383
384 2011-10-03 Anatoly Sokolov <aesok@post.ru>
385
386 * config/m68k/m68k.c (m68k_output_addr_const_extra): Make static.
387 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
388 * config/m68k/m68k.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
389 * config/m68k/m68k-protos.h (m68k_output_addr_const_extra): Remove.
390
391 2011-10-03 Steve Ellcey <sje@cup.hp.com>
392
393 PR target/49967
394 * configure.ac (gcc_cv_ld_static_dynamic): Define for *-*-hpux*.
395 (gcc_cv_ld_static_option): Ditto.
396 (gcc_cv_ld_dynamic_option): Ditto.
397 * configure: Regenerate.
398
399 2011-10-03 David S. Miller <davem@davemloft.net>
400
401 * config/sparc/sparc.md (bmask<P:mode>_vis): Split into explicit 'di'
402 and 'si' patterns which describe the GSR changes explicitly in the
403 RTL using zero_extract.
404 (bshuffle<V64I:mode>_vis): Put the GSR use inside of the unspec.
405
406 * config/sparc/sparc.md (bshuffle<V64I:mode>_vis): Don't wrap
407 GSR_REG in a USE, since it's now a true arg to the UNSPEC.
408
409 2011-10-03 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
410
411 * optabs.c (expand_vec_shuffle_expr_p): New function. Checks
412 if given expression can be expanded by the target.
413 (expand_vec_shuffle_expr): New function. Expand VEC_SHUFFLE_EXPR
414 using target vector instructions.
415 * optabs.h: New optab vshuffle.
416 (expand_vec_shuffle_expr_p): New prototype.
417 (expand_vec_shuffle_expr): New prototype.
418 (vshuffle_optab): New optab.
419 * genopinit.c: Adjust to support vecshuffle.
420 * c-tree.h (c_build_vec_shuffle_expr): New prototype.
421 * expr.c (expand_expr_real_2): Adjust.
422 * c-typeck.c: (c_build_vec_shuffle_expr): Build a VEC_SHUFFLE_EXPR
423 recognizing the cases of two and three arguments.
424 (convert_arguments) (build_binary_op)
425 (scalar_to_vector) (build_array_ref): Spurious whitespace.
426 * gimplify.c (gimplify_exp): Adjusted to support VEC_SHUFFLE_EXPR.
427 * tree.def: New tree code VEC_SHUFFLE_EXPR.
428 * tree-inline.c (estimate_operator_cost): Recognize VEC_SHUFFLE_EXPR.
429 * tree-vect-generic.c (vector_element): New function. Returns an
430 element of the vector at the given position.
431 (lower_vec_shuffle): Checks if VEC_SHUFLLE_EXPR is supported
432 by the backend or expand an expression piecewise.
433 (expand_vector_operations_1): Adjusted.
434 (gate_expand_vector_operations_noop): New gate function.
435 * Makefile.in (tree-vect-generic.o): New include.
436 * gimple.c (get_gimple_rhs_num_ops): Adjust.
437 * tree-cfg.c (verify_gimple_assign_trenary): Verify VEC_SHUFFLE_EXPR.
438 * passes.c: Move veclower down.
439 * tree-pretty-print.c (dump_generic_node): Recognize
440 VEC_SHUFFLE_EXPR as valid expression.
441 * c-parser.c (c_parser_get_builtin_args): Helper function for the
442 builtins with variable number of arguments.
443 (c_parser_postfix_expression): Use a new helper function for
444 RID_CHOOSE_EXPR, RID_BUILTIN_COMPLEX and RID_BUILTIN_SHUFFLE.
445 * tree-ssa-operands: Adjust.
446 * c-family/c-common.c: New __builtin_shuffle keyword.
447 * c-family/c-common.h: New __builtin_shuffle keyword.
448 * gcc/doc/extend.texi: Adjust.
449
450 * gcc/config/i386/sse.md: (sseshuffint) New mode_attr. Correspondence
451 between the vector and the type of the mask when shuffling.
452 (vecshuffle<mode>): New expansion.
453 * gcc/config/i386/i386-protos.h (ix86_expand_vshuffle): New prototype.
454 * gcc/config/i386/i386.c (ix86_expand_vshuffle): New function.
455 (ix86_vectorize_builtin_vec_perm_ok): Adjust.
456
457 2011-10-03 Jakub Jelinek <jakub@redhat.com>
458
459 PR tree-optimization/50587
460 * tree-ssa-reassoc.c (init_range_entry): Stop iterating when
461 arg0 is not a SSA_NAME.
462
463 2011-10-03 Richard Sandiford <rdsandiford@googlemail.com>
464
465 * ipa-inline-analysis.c (MAX_TIME): Update comment.
466
467 2011-10-02 Richard Henderson <rth@redhat.com>
468 David S. Miller <davem@davemloft.net>
469
470 * config/sparc/sparc.md (ashlsi3, *ashldi3_sp64): Remove
471 conditional insn type setting, we always emit a shift.
472 (*ashlsi3_extend, *lshrsi3_extend0): New patterns.
473 (*lshrsi3_extend): Rename to *lshrsi3_extend1.
474 * config/sparc/predicates.md (const_one_operand): Delete.
475
476 2011-10-02 Gerald Pfeifer <gerald@pfeifer.com>
477
478 * invoke.texi (SPARC Options): Refer to GNU/Linux.
479
480 2011-10-02 Richard Sandiford <rdsandiford@googlemail.com>
481
482 * config/mips/mips.c (mips_frame_barrier): New function.
483 (mips_expand_prologue): Call it after allocating stack space.
484 (mips_deallocate_stack): New function.
485 (mips_expand_epilogue): Call mips_frame_barrier and
486 mips_deallocate_stack.
487
488 2011-10-02 Richard Sandiford <rdsandiford@googlemail.com>
489
490 PR target/49696
491 * config/mips/sync.md (sync_<optab>_12): Allow zero operands.
492 (sync_old_<optab>_12, sync_new_<optab>_12, sync_nand_12): Likewise.
493 (sync_old_nand_12, sync_new_nand_12, test_and_set_12): Likewise.
494
495 2011-10-02 Jan Hubicka <jh@suse.cz>
496
497 * cgraphunit.c (verify_edge_count_and_frequency): Bounds check.
498
499 * cgraphunit.c (ipa_passes): Remove unrechable nodes.
500 * lto-streamer-out.c (produce_symtab): Skip unused extern declarations.
501 * ipa.c (cgraph_remove_unreachable_nodes): Do not assume that external
502 functions are reachable when address is taken.
503 * tree-sra.c (modify_function): Free dominance info.
504
505 2011-10-02 Jan Hubicka <jh@suse.cz>
506
507 * ipa-inline-analysis.c (inline_summary_alloc): Bounds check.
508
509 * ipa-inline-analysis.c (reset_inline_edge_summary): New function.
510 (reset_inline_summary): New function.
511 (compute_inline_parameters, inline_node_removal_hook,
512 inline_edge_removal_hook): Use it.
513 (inline_free_summary): Reset holders correctly.
514 (inline_generate_summary): Free summary before computing it.
515
516 2011-10-02 Paolo Carlini <paolo.carlini@oracle.com>
517
518 PR preprocessor/36819
519 * incpath.c (merge_include_chains): Call free_path on
520 heads[QUOTE] and tails[QUOTE].
521
522 2011-10-02 Jan Hubicka <jh@suse.cz>
523
524 PR lto/47247
525 * lto-symtab.c (lto_symtab_resolve_symbols): Do not resolve
526 when resolution is already availbale from plugin.
527 (lto_symtab_merge_decls_1): Handle LDPR_PREVAILING_DEF_IRONLY_EXP.
528 * cgraph.c (ld_plugin_symbol_resolution): Add
529 prevailing_def_ironly_exp.
530 * lto-cgraph.c (LDPR_NUM_KNOWN): Update.
531 * ipa.c (varpool_externally_visible_p): IRONLY variables are never
532 externally visible.
533 * varasm.c (resolution_to_local_definition_p): Add
534 LDPR_PREVAILING_DEF_IRONLY_EXP.
535 (resolution_local_p): Likewise.
536
537 2011-10-01 David S. Miller <davem@davemloft.net>
538
539 * config/sparc/sparc.opt (VIS3): New option.
540 * doc/invoke.texi: Document it.
541 * config/sparc/sparc.h: Force TARGET_VIS3 to zero if assembler is
542 not capable of such instructions.
543 * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
544 to 0x300 when TARGET_VIS3.
545 * config/sparc/sparc-modes.def: Create 16-byte vector modes.
546 * config/sparc/sparc.md (UNSPEC_CMASK8, UNSPEC_CMASK16, UNSPEC_CMASK32,
547 UNSPEC_FCHKSM16, UNSPEC_PDISTN, UNSPC_FUCMP): New unspecs.
548 (V64N8, VASS): New mode iterators.
549 (vis3_shift, vis3_addsub_ss): New code iterators.
550 (vbits, vconstr): New mode attributes.
551 (vis3_shift_insn, vis3_addsub_ss_insn): New code attributes.
552 (cmask8<P:mode>_vis, cmask16<P:mode>_vis, cmask32<P:mode>_vis,
553 fchksm16_vis, <vis3_shift_insn><vbits>_vis, pdistn<mode>_vis,
554 fmean16_vis, fpadd64_vis, fpsub64_vis,
555 <vis3_addsub_ss_insn><vbits>_vis, fucmp<code>8<P:mode>_vis): New
556 VIS 3.0 instruction patterns.
557 * config/sparc/sparc.c (sparc_option_override): Set MASK_VIS3 by
558 default when targetting capable cpus. TARGET_VIS3 implies
559 TARGET_VIS2 and TARGET_VIS, and clear them when TARGET_FPU is disabled.
560 (sparc_vis_init_builtins): Emit new VIS 3.0 builtins.
561 (sparc_fold_builtin): Do not eliminate cmask{8,16,32} when result
562 is ignored.
563 * config/sparc/visintrin.h (__vis_cmask8, __vis_cmask16,
564 __vis_cmask32, __vis_fchksm16, __vis_fsll16, __vis_fslas16,
565 __vis_fsrl16, __vis_fsra16, __vis_fsll32, __vis_fslas32,
566 __vis_fsrl32, __vis_fsra32, __vis_pdistn, __vis_fmean16,
567 __vis_fpadd64, __vis_fpsub64, __vis_fpadds16, __vis_fpadds16s,
568 __vis_fpsubs16, __vis_fpsubs16s, __vis_fpadds32, __vis_fpadds32s,
569 __vis_fpsubs32, __vis_fpsubs32s, __vis_fucmple8, __vis_fucmpne8,
570 __vis_fucmpgt8, __vis_fucmpeq8): New VIS 3.0 interfaces.
571 * doc/extend.texi: Document new VIS 3.0 builtins.
572
573 2011-10-01 Eric Botcazou <ebotcazou@adacore.com>
574
575 * ira-color.c (assign_hard_reg): Fix typo.
576
577 2011-09-30 H.J. Lu <hongjiu.lu@intel.com>
578
579 * doc/extend.texi: Add missing ','.
580
581 2011-09-30 Bernd Schmidt <bernds@codesourcery.com>
582
583 * common/config/c6x/c6x-common.c (c6x_option_optimization_table):
584 Enable -fmodulo-sched at -O2 and above.
585 * config/c6x/c6x.md (doloop_end): New expander.
586 (mvilc, sploop, spkernel, loop_end): New patterns.
587 (loop_end with memory destination splitter): New.
588 * config/c6x/c6x.c: Include "hw-doloop.h".
589 (enum unitreqs): New.
590 (unit_req_table): New typedef.
591 (unit_reqs): New static variable.
592 (unit_req_factor, get_unit_reqs, count_unit_reqs, merge_unit_reqs,
593 res_mii, split_delayed_nonbranch, undo_split_delayed_nonbranch,
594 hwloop_pattern_reg, bb_earliest_end_cycle, filter_insns_above,
595 hwloop_optimize, hwloop_fail, c6x_hwloops): New static functions.
596 (struct c6x_sched_context): New member last_scheduled_iter0.
597 (init_sched_state): Initialize it.
598 (c6x_variable_issue): Update it.
599 (sploop_max_uid_iter0): New static variable.
600 (c6x_sched_reorder_1): Be careful about issuing sploop.
601 (c6x_reorg): Call c6x_hwlooops before the final schedule.
602
603 2011-09-30 Georg-Johann Lay <avr@gjlay.de>
604
605 PR target/50566
606 * config/avr/avr-protos.h (avr_log_t): New field address_cost.
607 * config/avr/avr.c (avr_address_cost): Use it.
608 * config/avr/avr-log.c (avr_log_set_avr_log): Initialize it.
609 (avr_log_vadump): Unknown %-codes finish printing.
610
611 2011-09-30 Jakub Jelinek <jakub@redhat.com>
612
613 PR inline-asm/50571
614 * gimple-fold.c (fold_stmt_1) <case GIMPLE_ASM>: If
615 input constraints allow mem and not reg, pass true instead of
616 false as second argument to maybe_fold_reference.
617
618 PR tree-optimization/46309
619 * fold-const.c (make_range, merge_ranges): Remove prototypes.
620 (make_range_step): New function.
621 (make_range): Use it.
622 * tree.h (make_range_step): New prototypes.
623 * Makefile.in (tree-ssa-reassoc.o): Depend on $(DIAGNOSTIC_CORE_H).
624 * tree-ssa-reassoc.c: Include diagnostic-core.h.
625 (struct range_entry): New type.
626 (init_range_entry, range_entry_cmp, update_range_test,
627 optimize_range_tests): New functions.
628 (reassociate_bb): Call optimize_range_tests.
629
630 2011-09-30 Jakub Jelinek <jakub@redhat.com>
631 Richard Guenther <rguenther@suse.de>
632
633 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle
634 BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
635 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise. Fix
636 handling of BUILT_IN_STRNCAT and BUILT_IN_STRNCAT_CHK.
637 (ref_maybe_used_by_call_p_1): Fix handling of BUILT_IN_STRCAT,
638 BUILT_IN_STRNCAT, BUILT_IN_STRCAT_CHK and BUILT_IN_STRNCAT_CHK.
639
640 2011-09-30 Jan Beulich <jbeulich@suse.com>
641
642 * lto-cgraph.c (output_cgraph): Remove processing of
643 'cgraph_asm_nodes', call lto_output_toplevel_asms() instead.
644 (input_cgraph_1): Remove loop calling cgraph_add_asm_node(), call
645 lto_input_toplevel_asms() instead.
646 * lto-section-in.c (lto_section_name): Add "asm" entry.
647 * lto-streamer-in.c (lto_input_toplevel_asms): New.
648 * lto-streamer-out.c (lto_output_toplevel_asms): New.
649 * lto-streamer.h (LTO_minor_version): Bump.
650 (enum lto_section_type): Add LTO_section_asm.
651 (struct lto_asm_header): New.
652 (lto_input_toplevel_asms, lto_output_toplevel_asms): Declare.
653 * tree-streamer.h (streamer_write_string_cst): Declare.
654 * tree-streamer-out.c (write_string_cst): Rename to
655 streamer_write_string_cst and make global. Handle incoming string
656 being NULL.
657 (streamer_write_tree_header): Adjust call to renamed function.
658
659 2011-09-30 Bernd Schmidt <bernds@codesourcery.com>
660
661 * haifa-sched.c (modulo_ii, modulo_max_states, modulo_n_insns,
662 modulo_insns_scheduled, modulo_iter0_max_uid, modulo_backtracks_left,
663 modulo_last_stage): New static variables.
664 (set_modulo_params, discard_delay_pairs_above): New functions.
665 (struct delay_pair): New member stages.
666 (htab_i2_traverse, htab_i1_traverse): New static functions.
667 (record_delay_slot_pair): New arg stages. All callers changed.
668 Record it.
669 (pair_delay): Take stages into account.
670 (add_delay_dependencies): Don't do so for stage pairs.
671 (struct sched_block_state): New member modulo_epilogue.
672 (save_backtrack_point): Don't set SHADOW_P for stage pairs.
673 (unschedule_insns_until): Decrease modulo_insns_scheduled.
674 Set HARD_DEP without using or.
675 (resolve_dependencies): New static function.
676 (prune_ready_list): New arg modulo_epilogue_p. All callers changed.
677 If it is true, allow only insns with INSN_EXACT_TICK set.
678 (schedule_block): Return bool, always true for normal scheduling,
679 true or false depending on modulo scheduling success otherwise.
680 Add bookkeeping for modulo scheduling, and call resolve_dependencies
681 on everything left over after a modulo schedule.
682 (haifa_sched_init): Remove check_cfg call. Clear modulo_ii.
683 * sched-int.h (schedule_block, record_delay_slot_pair): Adjust
684 declarations.
685 (set_modulo_params, discard_delay_pairs_above): Declare.
686 * params.def (PARAM_MAX_MODULO_BACKTRACK_ATTEMPS): New.
687 * doc/invoke.texi (--param): Document it.
688
689 * sched-ebb.c (schedule_ebb): No longer static. Remove declaration.
690 New arg modulo_scheduling. All callers changed. Move note handling
691 code here from schedule_ebbs.
692 (schedule_ebbs_finish, schedule_ebbs_init): New functions, broken
693 out of schedule_ebbs.
694 (schedule_ebbs): Call them. Remove note handling code moved to
695 schedule_ebb.
696 * sched-int.h (schedule_ebb, schedule_ebbs_init,
697 schedule_ebbs_finish): Declare.
698
699 2011-09-30 Richard Guenther <rguenther@suse.de>
700
701 PR middle-end/50574
702 * tree-cfg.c (verify_gimple_comparison): Compare component
703 mode sizes for vector comparisons.
704
705 2011-09-30 Revital Eres <revital.eres@linaro.org>
706
707 * ddg.c (autoinc_var_is_used_p): New function.
708 (create_ddg_dep_from_intra_loop_link,
709 add_cross_iteration_register_deps): Call it.
710 * ddg.h (autoinc_var_is_used_p): Declare.
711 * modulo-sched.c (generate_reg_moves): Call autoinc_var_is_used_p.
712 (sms_schedule): Handle instructions with REG_INC.
713
714 2011-09-30 Revital Eres <revital.eres@linaro.org>
715
716 * modulo-sched.c (generate_reg_moves): Skip instructions that
717 do not set a register and verify no regmoves are created for
718 !single_set instructions.
719
720 2011-09-30 Bernd Schmidt <bernds@codesourcery.com>
721
722 * hw-doloop.c (scan_loop): Compute register usage only for non-debug
723 insns.
724
725 2011-09-30 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
726
727 PR target/50099
728 * config/arm/iterators.md (qhs_zextenddi_cstr): New.
729 (qhs_zextenddi_op): New.
730 * config/arm/arm.md ("zero_extend<mode>di2"): Use them.
731 * config/arm/predicates.md ("arm_extendqisi_mem_op"):
732 Distinguish between ARM and Thumb2 states.
733
734 2011-09-30 David S. Miller <davem@davemloft.net>
735
736 * config/sparc/sparc.opt (VIS2): New option.
737 * doc/invoke.texi: Document it.
738 * config/sparc/sparc.md (UNSPEC_EDGE8N, UNSPEC_EDGE8LN,
739 UNSPEC_EDGE16N, UNSPEC_EDGE16LN, UNSPEC_EDGE32N,
740 UNSPEC_EDGE32LN, UNSPEC_BSHUFFLE): New unspecs.
741 (define_attr type): New insn type 'edgen'.
742 (bmask<P:mode>_vis, bshuffle<V64I:mode>_vis, edge8n<P:mode>_vis,
743 edge8ln<P:mode>_vis, edge16n<P:mode>_vis, edge16ln<P:mode>_vis,
744 edge32n<P:mode>_vis, edge32ln<P:mode>_vis): New insn VIS 2.0
745 patterns.
746 * niagara.md: Handle edgen.
747 * niagara2.md: Likewise.
748 * ultra1_2.md: Likewise.
749 * ultra3.md: Likewise.
750 * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
751 to 0x200 when TARGET_VIS2.
752 * config/sparc/sparc.c (sparc_option_override): Set MASK_VIS2 by
753 default when targetting capable cpus. TARGET_VIS2 implies
754 TARGET_VIS, clear and it when TARGET_FPU is disabled.
755 (sparc_vis_init_builtins): Emit new VIS 2.0 builtins.
756 (sparc_expand_builtin): Fix predicate indexing when builtin returns
757 void.
758 (sparc_fold_builtin): Do not eliminate bmask when result is ignored.
759 * config/sparc/visintrin.h (__vis_bmask, __vis_bshuffledi,
760 __vis_bshufflev2si, __vis_bshufflev4hi, __vis_bshufflev8qi,
761 __vis_edge8n, __vis_edge8ln, __vis_edge16n, __vis_edge16ln,
762 __vis_edge32n, __vis_edge32ln): New VIS 2.0 interfaces.
763 * doc/extend.texi: Document new VIS 2.0 builtins.
764
765 2011-09-29 Nick Clifton <nickc@redhat.com>
766 Bernd Schmidt <bernds@codesourcery.com>
767
768 * config/frv/frvbegin.c: Fix location of unwind-dw2-fde.h header file.
769 * config/frv/frvend.c: Likewise.
770 * config/frv/frv.c (frv_function_prologue): Move misplaced
771 CALL_ARG_LOCATION notes back to their proper locations.
772
773 2011-09-29 Georg-Johann Lay <avr@gjlay.de>
774
775 PR target/50566
776 * config/avr/avr-log.c (avr_log_vadump): Use %b to print bool.
777 * config/avr/avr.c (avr_rtx_costs_1): New static function, renamed
778 from avr_rtx_costs.
779 (avr_legitimate_address_p): Use avr_edump to print log information
780 filtered by avr_log.
781 (extra_constraint_Q): Ditto.
782 (avr_legitimize_address): Ditto.
783 (avr_rtx_costs): Ditto. Rewrite as wrapper for avr_rtx_costs_1.
784 (final_prescan_insn): Use avr_log.rtx_costs as filter.
785
786 2011-09-29 Richard Sandiford <richard.sandiford@linaro.org>
787
788 * config/arm/arm-protos.h (arm_modes_tieable_p): Declare.
789 * config/arm/arm.h (MODES_TIEABLE_P): Use it.
790 * config/arm/arm.c (arm_modes_tieable_p): New function. Allow
791 NEON vector and structure modes to be tied.
792
793 2011-09-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
794
795 * graphite-scop-detection.c (make_close_phi_nodes_unique): New
796 forward declaration.
797 (remove_duplicate_close_phi): Detect and repair creation of
798 duplicate close-phis for a containing loop.
799
800 2011-09-27 Andi Kleen <ak@linux.intel.com>
801
802 * gcc.c (get_local_tick). Rename to get_random_number. Read from
803 /dev/urandom. Add getpid call.
804 (compare_debug_dump_opt_spec_function): Drop getpid call.
805
806 2011-09-26 Andi Kleen <ak@linux.intel.com>
807
808 * toplev.c (init_local_tick): Try reading random seed
809 from /dev/urandom.
810
811 2011-09-26 Andi Kleen <ak@linux.intel.com>
812
813 * hwint.h (HOST_WIDE_INT_PRINT_HEX_PURE): Add.
814 * lto-streamer.c (lto_get_section_name): Remove crc32_string.
815 Handle numerical random seed.
816 * lto-streamer.h (lto_file_decl_data): Change id to
817 unsigned HOST_WIDE_INT.
818 * toplev.c (random_seed): Add.
819 (init_random_seed): Change for numerical random seed.
820 (get_random_seed): Return as HOST_WIDE_INT.
821 (set_random_seed): Crc32 existing string.
822 * toplev.h (get_random_seed): Change to numercal return.
823 * tree.c (get_file_function_name): Remove CRC. Handle
824 numerical random seed.
825
826 2011-09-29 Georg-Johann Lay <avr@gjlay.de>
827
828 PR target/50566
829 * config.gcc (extra_objs): Add avr-log.o for $target in:
830 avr-*-rtems*, avr-*-*.
831 * config/avr/t-avr (avr-log.o): New rule to compile...
832 * config/avr/avr-log.c: ...this new file.
833 * config/avr/avr.opt (mlog=): New option.
834 * config/avr/avr-protos.h (avr_edump, avr_fdump): New macros.
835 (avr_log_set_caller_e, avr_log_set_caller_f): New prototypes.
836 (avr_log_set_avr_log): New prototype.
837 (avr_log_t): New typedef.
838 (avr_log): New declaration.
839 * config/avr/avr.c (avr_option_override): Call avr_log_set_avr_log.
840
841 2011-09-29 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
842
843 * expr.c (do_store_flag): Expand vector comparison by
844 building an appropriate VEC_COND_EXPR.
845 * c-typeck.c (build_binary_op): Typecheck vector comparisons.
846 (c_objc_common_truthvalue_conversion): Adjust.
847 * tree-vect-generic.c (do_compare): Helper function.
848 (expand_vector_comparison): Check if hardware supports
849 vector comparison of the given type or expand vector piecewise.
850 (expand_vector_operation): Treat comparison as binary
851 operation of vector type.
852 (expand_vector_operations_1): Adjust.
853
854 2011-09-29 Richard Guenther <rguenther@suse.de>
855
856 * tree.c (build_opaque_vector_type): Make opaque vectors
857 variant types of the corresponding non-opaque type. Make
858 sure to share opaque vector types properly.
859
860 2011-09-29 David S. Miller <davem@davemloft.net>
861
862 * config/sparc/sparc.md (UNSPEC_ARRAY8, UNSPEC_ARRAY16,
863 UNSPEC_ARRAY32): New unspec.
864 (define_attr type): New type 'array'.
865 (array{8,16,32}<P:mode>_vis): New patterns.
866 * config/sparc/ultra1_2.md: Add reservations for 'array'.
867 * config/sparc/ultra3.md: Likewise.
868 * config/sparc/niagara.md: Likewise.
869 * config/sparc/niagara2.md: Likewise.
870 * config/sparc/sparc.c (sparc_vis_init_builtins): Build new
871 array builtins.
872 * config/sparc/visintrin.h (__vis_array8, __vis_array16,
873 __vis_array32): New.
874 * doc/extend.texi: Document new VIS builtins.
875
876 * config/sparc/sparc.md (gcond_name): Delete unnecessary code attr.
877 (VIS pixel-compare insn): Just use <gcond:name>.
878
879 * config/sparc/sparc.md (VIS pixel-compare insn): There is only one
880 code iterator used, so just use <code>. There are two mode iterators
881 so explicitly use <GCM:gcm_name>.
882
883 2011-09-29 Iain Sandoe <iains@gcc.gnu.org>
884
885 * config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
886 Darwin >= 9.
887
888 2011-09-28 David S. Miller <davem@davemloft.net>
889
890 * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE,
891 UNSPEC_FCMPGT, UNSPEC_FCMPEQ): Delete and reduce to...
892 (UNSPEC_FCMP): New unspec.
893 (gcond): New code iterator.
894 (gcond_name): New code attr.
895 (GCM): New mode iterator.
896 (gcm_name): New mode attr.
897 (fcmp{le,ne,gt,eq}{16,32}_vis): Reimplement using iterators.
898
899 2011-09-28 Oleg Endo <oleg.endo@t-online.de>
900
901 PR target/49486
902 * config/sh/sh.md (negdi2): Move expansion into split to
903 allow more combination options. Add T_REG clobber.
904 (abssi2): New expander.
905 (*negdi2, *abssi2, *negabssi2): New insns.
906 (cneg): Change from insn to insn_and_split. Rename to
907 negsi_cond. Add alternative for non-SH4.
908
909 2011-09-28 Richard Sandiford <richard.sandiford@linaro.org>
910
911 * config/arm/neon.md (neon_move_lo_quad_<mode>): Delete.
912 (neon_move_hi_quad_<mode>): Likewise.
913 (move_hi_quad_<mode>, move_lo_quad_<mode>): Use subreg moves.
914
915 2011-09-28 Nick Clifton <nickc@redhat.com>
916
917 * config/rx/predicates.md (rx_minmax_operand): New predicate.
918 Accepts immediates and a restricted subset of MEMs.
919 * config/rx/rx.md (int_modes): New iterator.
920 (smaxsi3, sminsi3): Delete and replace with...
921 (smax<int_mode>3, smin<int_mode>3): New patterns.
922 (umax<>3_u, umax<>3_ur, umax<>3, umin<>3): New patterns.
923
924 2011-09-28 Richard Guenther <rguenther@suse.de>
925
926 PR middle-end/50460
927 * fold-const.c (try_move_mult_to_index): Handle &a.array the
928 same as &a.array[0].
929
930 2011-09-28 Kai Tietz <ktietz@redhat.com>
931
932 * configure.ac: Add test for new section attribute
933 specifier "e" via define HAVE_GAS_SECTION_EXCLUDE.
934 * config.in: Regenerated.
935 * configure: Regenerated.
936 * config/i386/winnt.c (i386_pe_asm_named_section): Emit
937 new section flag "e" for excluded sections, if supported.
938 Otherwise we mark section withc SECTION_EXCLUDE flag as never-load.
939
940 2011-09-28 Richard Sandiford <rdsandiford@googlemail.com>
941
942 * config/m32r/m32r.md: Use match_test rather than eq/ne symbol_ref
943 throughout file.
944
945 2011-09-28 Richard Sandiford <rdsandiford@googlemail.com>
946
947 * config/iq2000/iq2000.md: Use match_test rather than eq/ne symbol_ref
948 throughout file.
949
950 2011-09-27 Sriraman Tallam <tmsriram@google.com>
951
952 * output.h (SECTION_EXCLUDE): New macro.
953 * varasm.c (default_elf_asm_named_section): Check for SECTION_EXCLUDE.
954
955 2011-09-27 Richard Sandiford <rdsandiford@googlemail.com>
956
957 * fwprop.c (forward_propagate_and_simplify): After checking
958 reg/subreg combinations, check whether the modes are the same.
959
960 2011-09-27 Bernd Schmidt <bernds@codesourcery.com>
961 Richard Sandiford <rdsandiford@googlemail.com>
962
963 * config/mips/mips.c (mips_add_cfa_restore): New function.
964 (mips16e_save_restore_reg): Use it.
965 (mips_restore_reg): Likewise. Split double FPRs for
966 REG_CFA_RESTORE notes.
967
968 2011-09-27 Richard Sandiford <rdsandiford@googlemail.com>
969
970 PR middle-end/50386
971 PR middle-end/50326
972 * tree-sra.c (build_ref_for_model): Use the type of the field as
973 the type of the COMPONENT_REF.
974
975 2011-09-27 Jeff Law <law@redhat.com>
976
977 * ifcvt.c (cheap_bb_rtx_cost_p): Add SCALE argument. Scale
978 non-jumping insns by REG_BR_PROB_BASE and the maximum cost by SCALE.
979 (find_if_case_1): Use the probability of the THEN clause when
980 determining if speculation is profitable.
981 (find_if_case_2): Similarly for the ELSE clause.
982
983 2011-09-27 Jakub Jelinek <jakub@redhat.com>
984
985 * common.opt: Add -foptimize-strlen option.
986 * Makefile.in (OBJS): Add tree-ssa-strlen.o.
987 (tree-sssa-strlen.o): Add dependencies.
988 * opts.c (default_options_table): Enable -foptimize-strlen
989 by default at -O2 if not -Os.
990 * passes.c (init_optimization_passes): Add pass_strlen
991 after pass_object_sizes.
992 * timevar.def (TV_TREE_STRLEN): New timevar.
993 * params.def (PARAM_MAX_TRACKED_STRLENS): New parameter.
994 * tree-pass.h (pass_strlen): Declare.
995 * tree-ssa-strlen.c: New file.
996 * c-decl.c (merge_decls): If compatible stpcpy prototype
997 is seen, set implicit_built_in_decls[BUILT_IN_STPCPY].
998
999 2011-09-27 Tom de Vries <tom@codesourcery.com>
1000
1001 PR middle-end/43864
1002 * tree-ssa-tail-merge.c: New file.
1003 (struct same_succ_def): Define.
1004 (same_succ, const_same_succ): New typedef.
1005 (struct bb_cluster_def): Define.
1006 (bb_cluster, const_bb_cluster): New typedef.
1007 (struct aux_bb_info): Define.
1008 (BB_SIZE, BB_SAME_SUCC, BB_CLUSTER, BB_VOP_AT_EXIT): Define.
1009 (gvn_uses_equal): New function.
1010 (same_succ_print, same_succ_print_traverse, update_dep_bb)
1011 (stmt_update_dep_bb, local_def, same_succ_hash)
1012 (inverse_flags, same_succ_equal, same_succ_alloc, same_succ_delete)
1013 (same_succ_reset): New function.
1014 (same_succ_htab, same_succ_edge_flags)
1015 (deleted_bbs, deleted_bb_preds): New var.
1016 (debug_same_succ): New function.
1017 (worklist): New var.
1018 (print_worklist, add_to_worklist, find_same_succ_bb, find_same_succ)
1019 (init_worklist, delete_worklist, delete_basic_block_same_succ)
1020 (same_succ_flush_bbs, purge_bbs, update_worklist): New function.
1021 (print_cluster, debug_cluster, update_rep_bb)
1022 (add_bb_to_cluster, new_cluster, delete_cluster): New function.
1023 (all_clusters): New var.
1024 (alloc_cluster_vectors, reset_cluster_vectors, delete_cluster_vectors)
1025 (merge_clusters, set_cluster): New function.
1026 (gimple_equal_p, gsi_advance_bw_nondebug_nonlocal, find_duplicate)
1027 (same_phi_alternatives_1, same_phi_alternatives, bb_has_non_vop_phi)
1028 (deps_ok_for_redirect_from_bb_to_bb, deps_ok_for_redirect)
1029 (find_clusters_1, find_clusters): New function.
1030 (update_vuses, vop_phi, vop_at_entry, replace_block_by): New function.
1031 (update_bbs): New var.
1032 (apply_clusters): New function.
1033 (update_debug_stmt, update_debug_stmts): New function.
1034 (tail_merge_optimize): New function.
1035 tree-pass.h (tail_merge_optimize): Declare.
1036 * tree-ssa-pre.c (execute_pre): Use tail_merge_optimize.
1037 * Makefile.in (OBJS-common): Add tree-ssa-tail-merge.o.
1038 (tree-ssa-tail-merge.o): New rule.
1039 * opts.c (default_options_table): Set OPT_ftree_tail_merge by
1040 default at OPT_LEVELS_2_PLUS.
1041 * tree-ssa-sccvn.c (vn_valueize): Move to ...
1042 * tree-ssa-sccvn.h (vn_valueize): Here.
1043 * timevar.def (TV_TREE_TAIL_MERGE): New timevar.
1044 * common.opt (ftree-tail-merge): New switch.
1045 * params.def (PARAM_MAX_TAIL_MERGE_COMPARISONS)
1046 (PARAM_MAX_TAIL_MERGE_ITERATIONS): New parameter.
1047 * doc/invoke.texi (Optimization Options, -O2): Add -ftree-tail-merge.
1048 (-ftree-tail-merge, max-tail-merge-comparisons)
1049 (max-tail-merge-iterations): New item.
1050
1051 2011-09-27 Jan Hubicka <jh@suse.cz>
1052
1053 * ipa-inline-analysis.c (MAX_TIME): Reduce to avoid overflows.
1054
1055 2011-09-27 Jan Hubicka <jh@suse.cz>
1056
1057 * ipa-inline-analysis.c (eliminated_by_inlining_prob): Handle
1058 parameters passed by reference; handle loads from non-SSA scalars
1059 and update comments.
1060
1061 2011-09-27 Bernd Schmidt <bernds@codesourcery.com>
1062
1063 PR rtl-optimization/50249
1064 * reload1.c (reload_reg_reaches_end_p): Accept a reloadnum argument
1065 instead of opnum and type. All callers changed. Remove useless
1066 declaration.
1067 Search forward for other reloads of the same type for the same operand
1068 using the same register; if any are found, return false.
1069 (reload_regs_reach_end_p): Same argument changes; all callers changed.
1070
1071 2011-09-27 Andi Kleen <ak@linux.intel.com>
1072 Jan Hubicka <jh@suse.cz>
1073
1074 * doc/invoke.texi (ffat-lto-objects): Document.
1075 * toplev.c (compile_file): Do not output assembly when doing slim lto;
1076 Output __gnu_slim_lto when doing slim lto.
1077 * cgraphunit.c (ipa_passes): Do only analysis when producing slim lto.
1078 (cgraph_optimize): Return early when doing slim lto.
1079 * opts.c (finish_options): Complain about lack of linker plugin
1080 when doing slim lto.
1081 * common.opt (ffat-lto-objects): New.
1082
1083 2011-09-27 Richard Sandiford <richard.sandiford@linaro.org>
1084
1085 * ipa-inline-analysis.c (predicate_probability): Avoid comparison
1086 between signed and unsigned.
1087
1088 2011-09-27 Ira Rosen <ira.rosen@linaro.org>
1089
1090 * tree-vect-stmts.c (vectorizable_type_demotion): Handle basic block
1091 vectorization.
1092 (vectorizable_type_promotion): Likewise.
1093 (vect_analyze_stmt): Call vectorizable_type_demotion and
1094 vectorizable_type_promotion for basic blocks.
1095 (supportable_widening_operation): Don't assume loop vectorization.
1096 * tree-vect-slp.c (vect_build_slp_tree): Allow multiple types for
1097 basic blocks. Update vectorization factor for basic block
1098 vectorization.
1099 (vect_analyze_slp_instance): Allow multiple types for basic block
1100 vectorization. Recheck unrolling factor after construction of SLP
1101 instance.
1102
1103 2011-09-27 Richard Guenther <rguenther@suse.de>
1104
1105 * tree-object-size.c (compute_object_sizes): Fix dumping of
1106 folded statement.
1107
1108 2011-09-27 Richard Guenther <rguenther@suse.de>
1109
1110 PR tree-optimization/50363
1111 * tree-ssa-pre.c (create_expression_by_pieces): Handle
1112 pointer conversions in POINTER_PLUS_EXPRs properly.
1113
1114 2011-09-27 Richard Sandiford <richard.sandiford@linaro.org>
1115
1116 * config/arm/neon.md (neon_vget_highv16qi, neon_vget_highv8hi)
1117 (neon_vget_highv4si, neon_vget_highv4sf, neon_vget_highv2di)
1118 (neon_vget_lowv16qi, neon_vget_lowv8hi, neon_vget_lowv4si)
1119 (neon_vget_lowv4sf, neon_vget_lowv2di): Turn into define_expands
1120 that produce subreg moves. Define using VQX iterators.
1121
1122 2011-09-27 Georg-Johann Lay <avr@gjlay.de>
1123
1124 * config/avr/avr.md (ashrqi3): Split alternative "n"
1125 into its remaining parts C03, C04, C05, C06, C07 and describe
1126 impact in CC by attribute "cc" appropriately.
1127 * config/avr/avr.c (notice_update_cc): Clean-up: Don't patch CC0
1128 by digging RTX.
1129
1130 2011-09-27 Jakub Jelinek <jakub@redhat.com>
1131
1132 * rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE
1133 from 3 x MAX_MACHINE_MODE.
1134 (CONSTM1_RTX): Define.
1135 * emit-rtl.c (const_tiny_rtx): Change into array of
1136 4 x MAX_MACHINE_MODE from 3 x MAX_MACHINE_MODE.
1137 (gen_rtx_CONST_VECTOR): Use CONSTM1_RTX if all inner constants are
1138 CONSTM1_RTX.
1139 (init_emit_once): Initialize CONSTM1_RTX for MODE_INT and
1140 MODE_VECTOR_INT modes.
1141 * simplify-rtx.c (simplify_binary_operation_1) <case IOR, XOR, AND>:
1142 Optimize if one operand is CONSTM1_RTX.
1143 * config/i386/i386.c (ix86_expand_sse_movcc): Optimize mask ? -1 : x
1144 into mask | x.
1145
1146 2011-09-26 David S. Miller <davem@davemloft.net>
1147
1148 * config/sparc/sparc.md (edge{8,16,32}{,l}): Return Pmode.
1149 (fcmp{le,ne,gt,eq}{16,32}): Likewise.
1150 * config/sparc/visintrin.h: Update edge and pixel-compare
1151 intrinsics to return 'long' instead of 'int'.
1152 * doc/extend.texi: Update documentation to match.
1153 * config/sparc/sparc.c (eligible_for_return_delay): When leaf or
1154 flat, allow any instruction. Otherwise, when V9 allow parallels
1155 which consist only of sets to registers outside of %o0 to %o5.
1156 (sparc_vis_init_builtins): Update VIS builtin types for edge
1157 and pixel-compare.
1158
1159 * config/sparc/sparc.c (sparc_conditional_register_usage): When VIS
1160 is enabled, mark %gsr as global.
1161 * config/sparc/sparc.md (UNSPEC_WRGSR): Delete.
1162 (wrgsr_vis, *wrgsr_sp64, wrgsr_v8plus): Don't wrap in an unspec.
1163
1164 * config/sparc/sparc-c.c: New file implementing sparc_target_macros,
1165 which will now define __VIS and __VIS__ when -mvis is enabled.
1166 * config/sparc/t-sparc: Likewise.
1167 * config.gcc: Add sparc-c.o to c_target_objs and cxx_target_objs,
1168 and add t-sparc to tmake_file for all sparc targets.
1169 * config/sparc/sparc-protos.h (sparc_target_macros): Declare.
1170 * config/sparc/sparc.h (TARGE_CPU_CPP_BUILTINS): Call it.
1171
1172 * config/sparc/sparc.c (sparc_vis_init_builtins): Add explicit
1173 builtins for VIS vector addition and subtraction.
1174 * config/sparc/visintrin.h (__vis_fpadd16, __vis_fpadd16s,
1175 __vis_fpadd32, __vis_fpadd32s, __vis_fpsub16, __vis_fpsub16s,
1176 __vis_fpsub32, __vis_fpsub32s): New.
1177 * doc/extend.texi: Document new VIS intrinsics.
1178
1179 2011-09-26 Georg-Johann Lay <avr@gjlay.de>
1180
1181 * config/avr/avr.md (peephole casesi+2): Use -1 instead of 65536.
1182 * config/avr/avr.c (avr_out_compare): Print shorter sequence for
1183 EQ/NE comparisons against +/-1 in the case of unused-after,
1184 non-ld-regs target.
1185
1186 2011-09-26 Jakub Jelinek <jakub@redhat.com>
1187
1188 * gimple-fold.c (gimplify_and_update_call_from_tree): Set
1189 gctx.into_ssa after push_gimplify_context.
1190
1191 * gimple.c (gimple_build_call_valist): New function.
1192 * gimple.h (gimple_build_call_valist): New prototype.
1193 * tree-ssa-propagate.c (finish_update_gimple_call): New function.
1194 (update_gimple_call): Likewise.
1195 (update_call_from_tree): Use finish_update_gimple_call.
1196 * tree-ssa-propagate.h (update_gimple_call): New prototype.
1197
1198 2011-09-26 Richard Guenther <rguenther@suse.de>
1199
1200 PR tree-optimization/50472
1201 * gimple-fold.c (fold_const_aggregate_ref_1): Do not fold
1202 volatile references.
1203
1204 2011-09-26 Bingfeng Mei <bmei@broadcom.com>
1205
1206 * doc/tm.texi: Correct documentation for TARGET_ADDR_SPACE_SUBSET_P.
1207 * target.def: (addr_space_subset_p): Likewise.
1208
1209 2011-09-26 Tom de Vries <tom@codesourcery.com>
1210
1211 * tree-ssa-alias.h (pt_solution_singleton_p): Declare.
1212 * tree-ssa-structalias.c (pt_solution_singleton_p): New function.
1213 * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Set points-to solution
1214 of new var.
1215
1216 2011-09-26 Georg-Johann Lay <avr@gjlay.de>
1217
1218 PR target/50465
1219 * config/avr/avr-protos.h (output_reload_insisf): Don't pass insn.
1220 * config/avr/avr.md (*reload_insi, *reload_insf): Change call to
1221 output_reload_insisf.
1222 (adjust_len): Set default to "no".
1223 Remove alternative "yes". Add alternatives: "mov8", "mov16",
1224 "mov32", "ashlqi", "ashrqi", "lshrqi", "ashlhi", "ashrhi",
1225 "lshrhi", "ashlsi, "ashrsi", "lshrsi".
1226 (*movqi, *movhi, *movsi, *ashlqi3, ashlhi3, ashlsi3,
1227 *ashlhi3_const, *ashlsi3_const, ashrqi3, ashrhi3, ashrsi3,
1228 *ashrhi3_const, *ashrsi3_const, *lshrqi3, lshrhi3, *lshrhi3_const,
1229 *lshrsi3_const): Set attribute "adjust_len".
1230 * config/avr/avr.c (output_reload_insisf): Remove parameter "insn".
1231 (output_movsisf): Don't pass insn to output_reload_insisf.
1232 (adjust_insn_length): Handle new alternatives to adjust_len.
1233 Remove handling of ADJUST_LEN_YES. Clean-up code.
1234
1235 2011-09-26 Eric Botcazou <ebotcazou@adacore.com>
1236
1237 * ifcvt.c (noce_try_cmove_arith): Use may_trap_or_fault_p in lieu of
1238 may_trap_p to detect loads that may trap of fault.
1239
1240 2011-09-26 Georg-Johann Lay <avr@gjlay.de>
1241
1242 * config/avr/avr-protos.h (output_reload_inhi): Change prototype.
1243 * config/avr/avr.md (adjust_len): Add "reload_in16" alternative.
1244 (*reload_inhi): Use it. Adapt call to output_reload_inhi to new
1245 prototype.
1246 (*movhi): Split constraint alternative "r,rL" into "r,r" and "r,L".
1247 * config/avr/avr.c: Rename output_reload_insisf_1 to
1248 output_reload_in_const.
1249 (avr_popcount_each_byte): Handle SFmode, too.
1250 (output_reload_in_const): Change so it can handle HI loads, too.
1251 Use avr_popcount_each_byte to work out if scratch register must be
1252 created on the fly.
1253 (output_reload_inhi): Rewrite using output_reload_in_const and...
1254 (output_movhi): ...use it to print constants' loads.
1255 (adjust_insn_length): New case ADJUST_LEN_RELOAD_IN16. Cleanup code.
1256
1257 2011-09-25 David S. Miller <davem@davemloft.net>
1258
1259 * config/sparc/constraints.md (C, P, Z): New constraints for
1260 const_doube, const_int, and const_vector "all ones" values.
1261 Make unused constraint letters comment match reality.
1262 * config/sparc/predicates.md (const_all_ones_operand,
1263 register_or_zero_or_all_ones_operand): New predicates.
1264 * config/sparc/sparc.c (sparc_expand_move): Allow all ones
1265 as well as zero constants when VIS.
1266 (sparc_legitimate_constant_p): Likewise.
1267 * config/sparc/sparc.md (movsi_insn): Add fones alternative.
1268 (movsf_insn): Likewise
1269 (movdi_insn_sp64): Add fone alternative.
1270 (movdf_insn_sp32_v9): Likewise.
1271 (movdf_insn_sp64): Likewise.
1272
1273 * configure.ac: Add feature check to make sure the assembler
1274 supports the FMAF, HPC, and VIS 3.0 instructions found on
1275 Niagara-3 and later cpus.
1276 * configure: Rebuild.
1277 * config.in: Likewise.
1278 * config/sparc/sparc.opt: New option '-mfmaf'.
1279 * config/sparc/sparc.md: Add float fused multiply-add patterns.
1280 * config/sparc/sparc.h (AS_NIAGARA3_FLAG): New macro.
1281 (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC): Use it, as needed.
1282 * config/sparc/sol2.h (ASM_CPU32_DEFAULT_SPEC,
1283 ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC): Likewise.
1284 * config/sparc/sparc.c (sparc_option_override): Turn MASK_FMAF on
1285 by default for Niagara-3 and later. Turn it off if TARGET_FPU is
1286 disabled.
1287 (sparc_rtx_costs): Handle 'FMA'.
1288 * doc/invoke.texi: Document -mfmaf.
1289
1290 2011-09-25 Jakub Jelinek <jakub@redhat.com>
1291
1292 * tree-ssa-structalias.c (intra_create_variable_infos): Treat
1293 TYPE_RESTRICT REFERENCE_TYPE parameters like restricted
1294 DECL_BY_REFERENCE parameters.
1295
1296 2011-09-25 Eric Botcazou <ebotcazou@adacore.com>
1297
1298 * tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore
1299 if there is no outgoing edge.
1300
1301 * tree-scalar-evolution.c (simple_iv): Accept all kinds of pointer and
1302 integral types.
1303
1304 2011-09-25 Ira Rosen <ira.rosen@linaro.org>
1305
1306 * tree-vect-slp.c (vect_slp_analyze_bb_1): Split out core part
1307 of vect_analyze_bb here.
1308 (vect_analyze_bb): Loop over vector sizes calling vect_analyze_bb_1.
1309
1310 2011-09-25 Ira Rosen <ira.rosen@linaro.org>
1311
1312 * tree-data-ref.c (dr_analyze_innermost): Add new argument.
1313 Allow not simple iv if analyzing basic block.
1314 (create_data_ref): Update call to dr_analyze_innermost.
1315 (stmt_with_adjacent_zero_store_dr_p, ref_base_address): Likewise.
1316 * tree-loop-distribution.c (generate_memset_zero): Likewise.
1317 * tree-predcom.c (find_looparound_phi): Likewise.
1318 * tree-data-ref.h (dr_analyze_innermost): Add new argument.
1319
1320 2011-09-24 David S. Miller <davem@davemloft.net>
1321
1322 * config/sparc/sparc.h (FIRST_PSEUDO_REGISTER): Bump to 103.
1323 (SPARC_GSR_REG): Define.
1324 (FIXED_REGISTERS): Mark GSR as fixed.
1325 (CALL_USED_REGISTERS): Mark GSR as call used.
1326 (HARD_REGNO_NREGS): GSR is always 1 register.
1327 (REG_CLASS_CONTENTS): Add GSR to ALL_REGS.
1328 (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER): Add GSR to the end.
1329 (REGISTER_NAMES): Add "%gsr".
1330 * config/sparc/sparc.md (UNSPEC_ALIGNADDR, UNSPEC_ALIGNADDRL): Delete.
1331 (UNSPEC_WRGSR): New unspec.
1332 (GSR_REG): New constant.
1333 (type): Add new insn type 'gsr'.
1334 (fpack16_vis, fpackfix_vis, fpack32_vis,
1335 faligndata<V64I:MODE>_vis)): Add use of GSR_REG.
1336 (wrgsr_vis, *wrgsr_sp64, wrgsr_v8plus, rdgsr_vis, *rdgsr_sp64,
1337 rdgsr_v8plus): New expanders and insns.
1338 (alignaddr<P:mode>_vis, alignaddrl<P:mode>_vis): Reimplement
1339 using patterns which show that this is a plus in addition to a
1340 modification of GSR_REG, instead of an unspec.
1341 * config/sparc/ultra1_2.md: Handle 'gsr'.
1342 * config/sparc/ultra3.md: Likewise.
1343 * config/sparc/niagara.md: Likewise.
1344 * config/sparc/niagara2.md: Likewise.
1345 * config/sparc/sparc.c (leaf_reg_remap, sparc_leaf_regs): Fill out
1346 end of table.
1347 (sparc_option_override): Make -mvis imply -mv8plus.
1348 (hard_32bit_mode_classes, hard_64bit_mode_classes): Add entries
1349 for %gsr.
1350 (sparc_vis_init_builtins): Build __builtin_vis_write_gsr and
1351 __builtin_vis_read_gsr.
1352 (sparc_expand_buildin): Handle builtins that take one argument and
1353 return void.
1354 (sparc_fold_builtin): Never fold writes to %gsr.
1355 * config/sparc/visintrin.h (__vis_write_gsr, __vis_read_gsr): New.
1356 * doc/extend.texi: Document new VIS intrinsics.
1357
1358 2011-09-23 Jan Hubicka <jh@suse.cz>
1359
1360 * ipa-inline-transform.c (inline_call): Add comment.
1361 * ipa-inline.h (inline_param_summary): New structure and vector.
1362 (struct inline_edge_summary): Add param field.
1363 * ipa-inline-analysis.c (CHANGED): New constant.
1364 (add_clause): Handle CHANGED and NOT_CONSTANT.
1365 (predicate_probability): New function.
1366 (dump_condition): Dump CHANGED predicate.
1367 (evaluate_conditions_for_known_args): Handle ERROR_MARK as marker
1368 of unknown function wide invariant.
1369 (evaluate_conditions_for_edge): Handle change probabilities.
1370 (inline_edge_duplication_hook): Copy param summaries.
1371 (inline_edge_removal_hook): Free param summaries.
1372 (dump_inline_edge_summary): Fix dumping of indirect edges and callee
1373 sizes; dump param summaries.
1374 (will_be_nonconstant_predicate): Use CHANGED predicate.
1375 (record_modified_bb_info): New structure.
1376 (record_modified): New function.
1377 (param_change_prob): New function.
1378 (estimate_function_body_sizes): Compute param summaries.
1379 (estimate_edge_size_and_time): Add probability argument.
1380 (estimate_node_size_and_time): Add inline_param_summary argument;
1381 handle predicate probabilities.
1382 (remap_predicate): Fix formating.
1383 (remap_edge_change_prob): New function.
1384 (remap_edge_summaries): Rename from ...; use remap_edge_change_prob.
1385 (remap_edge_predicates): ... this one.
1386 (inline_merge_summary): Remap edge summaries; handle predicate
1387 probabilities; remove param summaries after we are done.
1388 (do_estimate_edge_time): Update.
1389 (do_estimate_edge_growth): Update.
1390 (read_inline_edge_summary): Read param info.
1391 (inline_read_summary): Fix formating.
1392 (write_inline_edge_summary): Write param summaries.
1393
1394 2011-09-23 Jakub Jelinek <jakub@redhat.com>
1395
1396 * config/i386/i386.c (ix86_print_operand): Handle %~.
1397 (ix86_print_operand_punct_valid_p): Return true also for '~'.
1398 * config/i386/sse.md (i128): New mode_attr.
1399 (vec_extract_hi_<mode>, vec_extract_hi_<mode>,
1400 avx_vbroadcastf128_<mode>, *avx_vperm2f128<mode>_full,
1401 *avx_vperm2f128<mode>_nozero, vec_set_lo_<mode>,
1402 vec_set_hi_<mode>, *vec_concat<mode>_avx): Use <i128> in the
1403 patterns, use "<sseinsnmode>" for "mode" attribute.
1404 (vec_extract_hi_v16hi, vec_extract_hi_v32qi, vec_set_lo_v16hi,
1405 vec_set_hi_v16hi, vec_set_lo_v32qi, vec_set_hi_v32qi): Use
1406 %~128 in the patterns, use "OI" for "mode" attribute.
1407
1408 2011-09-23 Georg-Johann Lay <avr@gjlay.de>
1409
1410 PR target/50447
1411 * config/avr/avr.md (adjust_len): Add alternatives "tsthi",
1412 "tstsi", "compare".
1413 (*cmpqi_sign_extend): Use s8_operand.
1414 (*cmphi, *cmpsi): Rewrite using avr_out_compare.
1415 * config/avr/avr-protos.h (compare_diff_p, compare_eq_p): Remove
1416 prototypes.
1417 (out_tsthi, out_tstsi): Remove prototypes.
1418 (avr_out_tsthi, avr_out_tstsi): New prototypes.
1419 * config/avr/avr.c (out_tsthi, out_tstsi): Remove functions.
1420 (avr_asm_len): Negative length now sets *plen to -length.
1421 (compare_sign_p): Return bool instead of int.
1422 (compare_diff_p, compare_eq_p): Ditto and make static.
1423 (avr_out_tsthi): New function.
1424 (avr_out_tstsi): New function.
1425 (avr_out_compare): New function.
1426 (adjust_insn_length): Handle ADJUST_LEN_TSTHI, ADJUST_LEN_TSTSI,
1427 ADJUST_LEN_COMPARE.
1428
1429 2011-09-23 Georg-Johann Lay <avr@gjlay.de>
1430
1431 PR target/50447
1432 * config/avr/avr.md: (adjust_len): Add alternative "out_plus".
1433 (addsi3): Rewrite using QI scratch register. Adjust text
1434 peepholes using plus:SI.
1435 (*addsi3_zero_extend.hi): New insn.
1436 (*subsi3_zero_extend.hi): New insn.
1437 (*subhi3_zero_extend1): Set attribute "cc" to "set_czn".
1438 (*subsi3_zero_extend): Ditto.
1439 (subsi3): Change predicate #2 to register_operand.
1440 * config/avr/avr-protos.h (avr_out_plus): New prototype.
1441 (avr_out_plus_1): New static function.
1442 (avr_out_plus): New function.
1443 (adjust_insn_length): Handle ADJUST_LEN_OUT_PLUS.
1444
1445 2011-09-23 Jakub Jelinek <jakub@redhat.com>
1446
1447 * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): For
1448 GE/GT/UNLE/UNLT swap arguments and condition even for TARGET_AVX.
1449
1450 2011-09-23 Ian Lance Taylor <iant@google.com>
1451
1452 * godump.c (go_define): Treat a single character in single quotes,
1453 or a string, as an operand.
1454
1455 2011-09-23 Martin Jambor <mjambor@suse.cz>
1456
1457 * ipa-prop.h (jump_func_type): Updated comments.
1458 (ipa_known_type_data): New type.
1459 (ipa_jump_func): Use it to describe known type jump functions.
1460 * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Updated to
1461 reflect the new known type jump function contents.
1462 (compute_known_type_jump_func): Likewise.
1463 (combine_known_type_and_ancestor_jfs): Likewise.
1464 (try_make_edge_direct_virtual_call): Likewise.
1465 (ipa_write_jump_function): Likewise.
1466 (ipa_read_jump_function): Likewise.
1467 * ipa-cp.c (ipa_value_from_known_type_jfunc): New function.
1468 (ipa_value_from_jfunc): Use ipa_value_from_known_type_jfunc.
1469 (propagate_accross_jump_function): Likewise.
1470
1471 2011-09-23 Georg-Johann Lay <avr@gjlay.de>
1472
1473 PR target/50446
1474 * config/avr/avr.md (rotlqi3): Support all offsets 0..7.
1475 (rotlqi3_4): Turn insn into expander.
1476 (*rotlqi3): New insn.
1477 (rotlhi3, rotlsi3): Support rotate left/right by 1.
1478 (*rotlhi2.1, *rotlhi2.15): New insns.
1479 (*rotlsi2.1, *rotlsi2.31): New insns.
1480 * config/avr/constraints.md (C03, C05, C06, C07): New constraints.
1481
1482 2011-09-23 Bin Cheng <bin.cheng@arm.com>
1483
1484 * config/arm/bpabi.h (BE8_LINK_SPEC): Add cortex-m arch and processors.
1485
1486 2011-09-22 Maxim Kuvyrkov <maxim@codesourcery.com>
1487
1488 * ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
1489
1490 2011-09-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1491
1492 * reload.c (find_reloads): Set operand_mode to Pmode for address
1493 operands consisting of just a CONST_INT.
1494
1495 2011-09-22 Uros Bizjak <ubizjak@gmail.com>
1496
1497 PR target/50482
1498 * config/i386/i386.c (ix86_expand_sse_movcc): When generating
1499 blendv, force op_true to register if it doesn't satisfy
1500 nonimmediate_operand predicate.
1501
1502 2011-09-22 Richard Sandiford <rdsandiford@googlemail.com>
1503
1504 PR middle-end/50113
1505 PR middle-end/50061
1506 * calls.c (emit_library_call_value_1): Use BLOCK_REG_PADDING to
1507 get the locate.where_pad value for register-only arguments.
1508 * config/arm/arm.c (arm_pad_arg_upward): Remove HFmode handling.
1509 (arm_pad_reg_upward): Handle null types.
1510
1511 2011-09-22 Jan Hubicka <jh@suse.cz>
1512
1513 * ipa-inline-analysis.c: Fix overly long lines.
1514
1515 2011-09-22 Jan Hubicka <jh@suse.cz>
1516
1517 * ipa-inline-transform.c (inline_call): Always update jump functions
1518 after inlining.
1519 * ipa-inline.c (ipa_inline): Likewise; do not call
1520 ipa_create_all_structures_for_iinln.
1521 (ipa_inline): Always free jump functions.
1522 * ipa-inline-analysis.c (evaluate_conditions_for_edge): Remove hack.
1523 (remap_edge_predicates): Fix pasto.
1524 (inline_merge_summary): Remove nlined edge predicate; remove hack.
1525 (inline_analyze_function): Always initialize jump functions.
1526 (inline_generate_summary): Likewise.
1527 (inline_write_summary): Always write jump functions when ipa-cp
1528 is not doing that.
1529 (inline_read_summary): Always read jump functions when ipa-cp
1530 is not doing that.
1531 * ipa-prop.c (iinlining_processed_edges): Remove.
1532 (update_indirect_edges_after_inlining): Do not use
1533 iinlining_processed_edges; instead set param_index to -1.
1534 (propagate_info_to_inlined_callees): Only try to indirect inlining
1535 when asked to do so; update jump functions of indirect calls, too;
1536 remove jump functions of the inlined edge.
1537 (ipa_edge_duplication_hook): Do not copy iinlining_processed_edges.
1538 (ipa_create_all_structures_for_iinln): Remove.
1539 (ipa_free_all_structures_after_iinln): Do not free
1540 iinlining_processed_edges.
1541 * ipa-prop.h (ipa_create_all_structures_for_iinln): Remove.
1542
1543 2011-09-22 Richard Sandiford <richard.sandiford@linaro.org>
1544
1545 * config/arm/predicates.md (expandable_comparison_operator): New
1546 predicate, extracted from...
1547 (arm_comparison_operator): ...here.
1548 * config/arm/arm.md (cbranchsi4, cbranchsf4, cbranchdf4, cbranchdi4)
1549 (cstoresi4, cstoresf4, cstoredf4, cstoredi4, movsicc, movsfcc)
1550 (movdfcc): Use expandable_comparison_operator.
1551
1552 2011-09-22 Georg-Johann Lay <avr@gjlay.de>
1553
1554 PR target/50447
1555 PR target/50465
1556 * config/avr/avr-protos.h (avr_out_bitop): New prototype.
1557 (avr_popcount_each_byte): New prototype.
1558 * config/avr/avr.c (avr_popcount): New static function.
1559 (avr_popcount_each_byte): New function.
1560 (avr_out_bitop): New function.
1561 (adjust_insn_length): ADJUST_LEN_OUT_BITOP dispatches to
1562 avr_out_bitop. Cleanup code.
1563 * config/avr/constraints.md (Ca2, Co2, Cx2): New constraints.
1564 (Ca4, Co4, Cx4): New constraints.
1565 * config/avr/avr.md (adjust_len): Add "out_bitop" insn attribute
1566 alternative.
1567 (andhi3, iorhi3, xorhi3): Rewrite insns using avr_out_bitop.
1568 (andsi3, iorsi3, xorsi3): Ditto.
1569 (*iorhi3_clobber, *iorsi3_clobber): Remove insns.
1570
1571 2011-09-22 Ira Rosen <ira.rosen@linaro.org>
1572
1573 PR tree-optimization/50451
1574 * tree-vect-slp.c (vect_get_constant_vectors): Don't fail for
1575 constant operands in reduction.
1576 (vect_get_slp_defs): Don't create vector operand for NULL scalar
1577 operand.
1578
1579 2011-09-22 David S. Miller <davem@davemloft.net>
1580
1581 * config/sparc/sparc.c (sparc_vis_init_builtins): Do not mark
1582 fpack16, fpack32, fpackfix as const.
1583
1584 * config/sparc/sparc.md (G[0-7]_REG, O[0-7]_REG, L[0-7]_REG,
1585 I[0-7]_REG, F[0-62]_REG, FCC[0-3]_REG, CC_REG, SFP_REG): New
1586 constants. Use them everywhere.
1587
1588 2011-09-22 Oleg Endo <oleg.endo@t-online.de>
1589
1590 * config/sh/sh.c (andcosts): Renamed to and_xor_ior_costs.
1591 Added AND special case. Adapted comments.
1592 (sh_rtx_costs): Added XOR and IOR case.
1593
1594 2011-09-21 Jan Hubicka <jh@suse.cz>
1595
1596 * ipa-inline-analsis.c (compute_inline_parameters): Set
1597 cfun and current_function_decl.
1598
1599 2011-09-21 Jan Hubicka <jh@suse.cz>
1600
1601 * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Allow
1602 handled components in parameter of builtin_constant_p.
1603 (will_be_nonconstant_predicate): Allow loads of non-SSA parameters.
1604
1605 2011-09-21 Jan Hubicka <jh@suse.cz>
1606
1607 * ipa-inline.c (relative_time_benefit): Fix wrong bracketting.
1608 * ipa-inline.h (estimate_edge_time): Fix pasto.
1609 * ipa-inline-analysis.c (do_estiamte_edge_time): Remove capping.
1610
1611 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1612
1613 * config/i386/i386.c (ix86_expand_sse_movcc): Use
1614 blendvps, blendvpd and pblendvb if possible.
1615
1616 2011-09-21 Uros Bizjak <ubizjak@gmail.com>
1617
1618 PR target/50464
1619 * config/i386/sse.md (xop_pcmov_<mode><avxsizesuffix>): Change
1620 operand 1 predicate to register_operand and operand 2 predicate
1621 to nonimmediate_operand.
1622 * config/i386/i386.c (ix86_expand_sse_movcc): When generating
1623 xop_pcmov, force op_true to register. Also, force op_false to
1624 register if it doesn't satisfy nonimmediate_operand predicate.
1625
1626 2011-09-21 Kirill Yukhin <kirill.yukhin@intel.com>
1627
1628 * config/i386/bmi2intrin.h (_mulx_u64): New.
1629 (_mulx_u32): Ditto.
1630
1631 2011-09-21 Jan Hubicka <jh@suse.cz>
1632
1633 PR tree-optimization/50433
1634 * ipa-inline-analysis.c (eliminated_by_inlining_prob):
1635 Use get_base_address.
1636
1637 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1638
1639 * config/i386/sse.md (<code><mode>3 smaxmin:VI124_128 expander): Use
1640 nonimmediate_operand instead of register_operand predicate for operands
1641 1 and 2, force them into registers if expanding them as comparison.
1642 (<code><mode>3 umaxmin:VI124_128 expander): Similarly. For UMAX
1643 V8HImode force into register just operand 1.
1644
1645 2011-09-21 Georg-Johann Lay <avr@gjlay.de>
1646
1647 PR target/45099
1648 * config/avr/avr.c (avr_function_arg_advance): Change error to
1649 warning if a fixed register is needed as function argument.
1650
1651 2011-09-21 Georg-Johann Lay <avr@gjlay.de>
1652
1653 PR target/50449
1654 PR target/50465
1655 * config/avr/avr.md (adjust_len): New insn attribute.
1656 (*reload_insi, *reload_insf): Use it.
1657 (*movsi, *movsf): Use new interface of output_movsisf.
1658 * config/avr/avr-protos.h (output_movsisf): Change prototype.
1659 * config/avr/avr.c (output_movsisf): Ditto.
1660 (adjust_insn_length): Use insn attribute "adjust_len" to adjust
1661 lengths of insns *reload_insi, *reload_insf.
1662 (output_reload_insisf_1): New static function.
1663 (output_reload_insisf): Use it.
1664
1665 2011-09-21 David S. Miller <davem@davemloft.net>
1666
1667 * config/sparc/sparc.c (def_builtin): Change from macro into function.
1668 (def_builtin_const): New.
1669 (sparc_vis_init_builtins): Use def_builtin_const for all VIS builtins
1670 other than alignaddr and falignaddr.
1671
1672 * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE, UNSPEC_FCMPGT,
1673 UNSPEC_FCMPEQ): New unspec codes.
1674 (fcmple16_vis, fcmple32_vis, fcmpne16_vis, fcmpne32_vis, fcmpgt16_vis,
1675 fcmpgt32_vis, fcmpeq16_vis, fcmpeq32_vis): New patterns.
1676 * config/sparc/sparc.c (sparc_vis_init_builtins): Create builtins for
1677 new pixel compare VIS patterns.
1678 * config/sparc/visintrin.h (__vis_fcmple16, __vis_fcmple32,
1679 __vis_fcmpne16, __vis_fcmpne32, __vis_fcmpgt16, __vis_fcmpgt32,
1680 __vis_fcmpeq16, __vis_fcmpeq32): New.
1681 * doc/extend.texi: Document new pixel compare VIS intrinsics.
1682
1683 2011-09-21 Tom de Vries <tom@codesourcery.com>
1684
1685 * final.c (final): Handle if JUMP_LABEL is not LABEL_P.
1686
1687 2011-09-20 David S. Miller <davem@davemloft.net>
1688
1689 * config/sparc/sparc.md (UNSPEC_ALIGNADDRL): New unspec.
1690 (aligneddrl<P:mode>_vis): New pattern.
1691 (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
1692 edge32l_vis): Adjust to take Pmode arguments, and return SImode.
1693 * config/sparc/sparc.c (sparc_vis_init_builtins): Handle new
1694 alignaddrl insn, and adjust edge operations for updated types.
1695 * config/sparc/visintrin.h: Likewise.
1696 * doc/extend.texi: Make typing in VIS documentation match reality.
1697
1698 2011-09-20 Terry Guo <terry.guo@arm.com>
1699
1700 * config/arm/arm-arches.def: Add armv6s-m.
1701 * config/arm/arm-tables.opt: Regenerate.
1702
1703 2011-09-20 Wei Guozhi <carrot@google.com>
1704
1705 PR rtl-optimization/49452
1706 * postreload.c (reload_combine): Invalidate use information when across
1707 volatile insn.
1708
1709 2011-09-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1710
1711 * haifa-sched.c (has_edge_p, prev_non_location_insn, check_cfg):
1712 Remove maintenance overhead.
1713 (haifa_sched_init, sched_finish): Update.
1714
1715 2011-09-19 Uros Bizjak <ubizjak@gmail.com>
1716
1717 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use if_then_else RTX
1718 to calculate unit, prefix_rep and prefix_data16 attributes.
1719 (*mov<mode>_internal): Ditto for unit attribute.
1720 (*movv2sf_internal_rex64): Ditto for unit and prefix_rep attributes.
1721 (*movv2sf_internal): Ditto.
1722 * config/i386/sse.md (VI1248_256): Remove mode iterator.
1723 (avx2_eq<mode>3): Use VI_256 instead of VI1248_256.
1724 (*avx2_eq<mode>3): Ditto.
1725 (avx2_gt<mode>3): Ditto.
1726
1727 2011-09-19 Uros Bizjak <ubizjak@gmail.com>
1728
1729 * config/i386/i386.md (maxmin): New code iterator.
1730 * config/i386/sse.md (<maxmin:code><mode>3): Macroize expander
1731 from <umaxmin:code><mode>3 and <smaxmin:code><mode>3 using maxmin
1732 code iterator.
1733 (*avx2_<maxmin:code><mode>3): Macroize isn from
1734 *avx2_<umaxmin:code><mode>3 and *avx2_<smaxmin:code><mode>3 using
1735 maxmin code iterator.
1736 (<smaxmin:code><VI124_128:mode>3): Merge with <smaxmin:code>v8hi3.
1737 (<umaxmin:code><VI124_128:mode>3): Merge with umaxv4si3 and
1738 <umaxmin:code>v16qi3.
1739
1740 2011-09-19 Alan Modra <amodra@gmail.com>
1741 Michael Meissner <meissner@linux.vnet.ibm.com>
1742
1743 PR target/50341
1744 * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Do not
1745 split the load of the indirect function's TOC from the call to
1746 prevent the compiler from moving the load of the new TOC above
1747 code that references the current function's TOC.
1748 (call_indirect_aix<ptrsize>_internal): Ditto.
1749 (call_indirect_aix<ptrsize>_nor11): Ditto.
1750 (call_indirect_aix<ptrsize>_internal2): Ditto.
1751 (call_value_indirect_aix<ptrsize>): Ditto.
1752 (call_value_indirect_aix<ptrsize>_internal): Ditto.
1753 (call_value_indirect_aix<ptrsize>_nor11): Ditto.
1754 (call_value_indirect_aix<ptrsize>_internal2): Ditto.
1755
1756 2011-09-19 Jakub Jelinek <jakub@redhat.com>
1757
1758 * config/i386/sse.md (*sse4_1_extractps): Change into
1759 define_insn_and_split, add =x 0 n and =x x n alternatives
1760 and split them after reload.
1761
1762 2011-09-19 Alexandre Oliva <aoliva@redhat.com>
1763
1764 * tree.h (TREE_NOT_CHECK4): Rename from bogus NON_TREE_CHECK4.
1765
1766 2011-09-19 Alexandre Oliva <aoliva@redhat.com>
1767
1768 * emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.
1769
1770 2011-09-19 Ira Rosen <ira.rosen@linaro.org>
1771
1772 PR tree-optimization/50413
1773 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail to vectorize
1774 a basic block if one of its data-refs can't be analyzed.
1775
1776 2011-09-19 Paul Brook <paul@codesourcery.com>
1777
1778 * config/arm/predicates.md (shift_amount_operand): Check constant
1779 shift count is in range.
1780 (const_shift_operand): Remove.
1781
1782 2011-09-18 Eric Botcazou <ebotcazou@adacore.com>
1783 Iain Sandoe <developer@sandoe-acoustics.co.uk>
1784
1785 PR target/50091
1786 * config/rs6000/rs6000.md (probe_stack): Use explicit operand.
1787 * config/rs6000/rs6000.c (output_probe_stack_range): Likewise.
1788
1789 2011-09-18 H.J. Lu <hongjiu.lu@intel.com>
1790
1791 * config/i386/bmiintrin.h: Remove tmp.
1792 * config/i386/tbmintrin.h: Likewise.
1793
1794 2011-09-18 Ira Rosen <ira.rosen@linaro.org>
1795
1796 PR tree-optimization/50414
1797 * tree-vect-slp.c (vect_get_constant_vectors): Handle MAX_EXPR and
1798 MIN_EXPR.
1799
1800 2011-09-18 Ira Rosen <ira.rosen@linaro.org>
1801
1802 PR tree-optimization/50412
1803 * tree-vect-data-refs.c (vect_analyze_group_access): Fail for
1804 acceses that require epilogue loop if vectorizing outer loop.
1805
1806 2011-09-17 David S. Miller <davem@davemloft.net>
1807
1808 * config/sparc/sparc.md (UNSPEC_EDGE8, UNSPEC_EDGE8L,
1809 UNSPEC_EDGE16, UNSPEC_EDGE16L, UNSPEC_EDGE32, UNSPEC_EDGE32L):
1810 New unspecs.
1811 (define_attr type): New type 'edge'.
1812 (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
1813 edge32l_vis): New patterns.
1814 * config/sparc/ultra1_2.md: Add insn reservation for 'edge'.
1815 * config/sparc/ultra3.md: Likewise.
1816 * config/sparc/niagara.md: Likewise.
1817 * config/sparc/niagara2.md: Likewise.
1818 * config/sparc/sparc.d (sparc_vis_init_builtins): Generate
1819 builtins for VIS edge instructions.
1820 * config/sparc/visintrin.h (__vis_edge8, __vis_edge8l)
1821 (__vis_edge16, __vis_edge16l, __vis_edge32, __vis_edge32l): New
1822 intrinsics.
1823 (__v8qi, __v4qi): Make unsigned.
1824 (__vis_faligndatadi, ___vis_faligndatav2si, __vis_faligndatav4hi,
1825 __vis_faligndatav8qi, __vis_fmul8x16au, __vis_fmul8x16al,
1826 __vis_fpack32): Fix types.
1827 * doc/extend.texi: Document new 'edge' VIS intrinsics.
1828
1829 * gcc/config/sparc/sparc.c (niagara2_costs): Adjust integer
1830 divide costs.
1831 (niagara3_costs): New.
1832 (sparc_option_override): Use it.
1833 * gcc/config/sparc/niagara2.md: Adjust with more accurate
1834 Niagara-3 reservations.
1835
1836 2011-09-17 Jakub Jelinek <jakub@redhat.com>
1837
1838 * config/i386/sse.md (VIMAX_AVX2): Change V4DI to V2TI.
1839 (sse2_avx, sseinsnmode): Add V2TI.
1840 (REDUC_SMINMAX_MODE): New mode iterator.
1841 (reduc_smax_v4sf, reduc_smin_v4sf, reduc_smax_v8sf,
1842 reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df): Remove.
1843 (reduc_<code>_<mode>): New smaxmin and umaxmin expanders.
1844 (sse2_lshrv1ti3): Rename to...
1845 (<sse2_avx2>_lshr<mode>3): ... this. Use VIMAX_AVX2 mode
1846 iterator. Move before umaxmin expanders.
1847 * config/i386/i386.h (VALID_AVX256_REG_MODE,
1848 SSE_REG_MODE_P): Accept V2TImode.
1849 * config/i386/i386.c (ix86_expand_reduc): Handle V32QImode,
1850 V16HImode, V8SImode and V4DImode.
1851
1852 * config/i386/i386.c (ix86_build_const_vector): Handle V8SImode
1853 and V4DImode.
1854 (ix86_build_signbit_mask): Likewise.
1855 (ix86_expand_int_vcond): Likewise. Handle V16HImode and V32QImode.
1856 (bdesc_args): Use CODE_FOR_{s,u}m{ax,in}v{32q,16h,8s}i3
1857 instead of CODE_FOR_avx2_{s,u}m{ax,in}v{32q,16h,8s}i3.
1858 * config/i386/sse.md (avx2_<code><mode>3 umaxmin expand): Rename to...
1859 (<code><mode>3) ... this.
1860 (avx2_<code><mode>3 smaxmin expand): Rename to...
1861 (<code><mode>3) ... this.
1862 (smax<mode>3, smin<mode>3): Macroize using smaxmin code iterator.
1863 (smaxv2di3, sminv2di3): Macroize using smaxmin code iterator and
1864 VI8_AVX2 mode iterator.
1865 (umaxv2di3, uminv2di3): Macroize using umaxmin code iterator and
1866 VI8_AVX2 mode iterator.
1867 (vcond<V_256:mode><VI_256:mode>, vcondu<V_256:mode><VI_256:mode>):
1868 New expanders.
1869
1870 2011-09-17 Richard Sandiford <rdsandiford@googlemail.com>
1871
1872 * config/ia64/itanium2.md: Use match_test rather than eq/ne symbol_ref
1873 throughout file.
1874
1875 2011-09-16 David S. Miller <davem@davemloft.net>
1876
1877 * config/sparc/visintrin.h: New file.
1878 * config.gcc: Add it to extra_headers on sparc.
1879
1880 2011-09-16 Jakub Jelinek <jakub@redhat.com>
1881
1882 * config/i386/i386.c (ix86_expand_reduc_v4sf): Rename to ...
1883 (ix86_expand_reduc): ... this. Handle also V8SFmode and V4DFmode.
1884 * config/i386/sse.md (reduc_splus_v4sf, reduc_smax_v4sf,
1885 reduc_smin_v4sf): Adjust callers.
1886 (reduc_smax_v8sf, reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df):
1887 New expanders.
1888
1889 * config/i386/sse.md (vec_extract_hi_<mode>,
1890 vec_extract_hi_v16hi, vec_extract_hi_v32qi): Use
1891 vextracti128 instead of vextractf128 for -mavx2 and
1892 integer vectors. For V4DFmode fix up mode attribute.
1893 (VEC_EXTRACT_MODE): For TARGET_AVX add 32-byte vectors.
1894 (vec_set_lo_<mode>, vec_set_hi_<mode>): For VI8F_256 modes use V4DF
1895 instead of V8SF mode attribute.
1896 (avx2_extracti128): Change into define_expand.
1897 * config/i386/i386.c (ix86_expand_vector_extract): Handle
1898 32-byte vector modes if TARGET_AVX.
1899
1900 2011-09-16 Georg-Johann Lay <avr@gjlay.de>
1901
1902 * config/avr/avr.md: (umulqihi3, mulqihi3): Write as one pattern.
1903 (umulqi3_highpart, smulqi3_highpart): Ditto.
1904 (*maddqihi4.const, *umaddqihi4.uconst): Ditto.
1905 (*msubqihi4.const, *umsubqihi4.uconst): Ditto.
1906 (*muluqihi3.uconst, *mulsqihi3.sconst): Ditto.
1907
1908 2011-09-16 Georg-Johann Lay <avr@gjlay.de>
1909
1910 PR target/50358
1911 * config/avr/avr.md (*ashiftqihi2.signx.1): New insn.
1912 (*maddqi4, *maddqi4.const): New insns.
1913 (*msubqi4, *msubqi4.const): New insns.
1914 * config/avr/avr.c (avr_rtx_costs): Record costs of above in cases
1915 PLUS:QI and MINUS:QI. Increase costs of multiply-add/-sub for
1916 HImode by 1 in the case of multiplying with a CONST_INT.
1917 Record cost of *ashiftqihi2.signx.1 in case ASHIFT:QI.
1918
1919 2011-09-15 Jan Hubicka <jh@suse.cz>
1920
1921 PR lto/50430
1922 * gimple-fold.c (gimple_get_virt_method_for_binfo): Do not ICE on
1923 error_mark_node in the DECL_INITIAL of vtable.
1924
1925 2011-09-15 Diego Novillo <dnovillo@google.com>
1926
1927 * Makefile.in (SYSROOT_CFLAGS_FOR_TARGET): Define from
1928 @SYSROOT_CFLAGS_FOR_TARGET@.
1929 * configure.ac (SYSROOT_CFLAGS_FOR_TARGET): Set from build-sysroot.
1930 * configure: Regenerate.
1931 (site.exp): Add definition of TEST_ALWAYS_FLAGS.
1932 Remove setting of GCC_UNDER_TEST.
1933
1934 2011-09-15 Uros Bizjak <ubizjak@gmail.com>
1935
1936 * config/i386/i386.c (output_fp_compare): Return %v prefixed
1937 instruction mnemonics for TARGET_AVX.
1938
1939 * config/i386/i386.md (*movdf_internal_rex64): use cond RTX in
1940 "type" attribute calculation.
1941 (*movdf_internal): Ditto.
1942 (*movsf_internal): Ditto.
1943
1944 2011-09-15 James Greenhalgh <james.greenhalgh@arm.com>
1945
1946 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): New builtin macro.
1947
1948 2011-09-15 Jason Merrill <jason@redhat.com>
1949
1950 PR c++/50361
1951 * expr.c (count_type_elements): Handle NULLPTR_TYPE.
1952
1953 2011-09-15 Jan Hubicka <jh@suse.cz>
1954
1955 * ipa-inline-analysis.c (add_condition): Add conditions parameter;
1956 simplify obviously true clauses.
1957 (and_predicates, or_predicates): Add conditions parameter.
1958 (inline_duplication_hoook): Update.
1959 (mark_modified): New function.
1960 (unmodified_parm): New function.
1961 (eliminated_by_inlining_prob, (set_cond_stmt_execution_predicate,
1962 set_switch_stmt_execution_predicate, will_be_nonconstant_predicate):
1963 Use unmodified_parm.
1964 (estimate_function_body_sizes): Update.
1965 (remap_predicate): Update.
1966
1967 2011-09-15 Ira Rosen <ira.rosen@linaro.org>
1968
1969 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Allow
1970 read-after-read dependencies in basic block SLP.
1971
1972 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
1973
1974 * config/sparc/sparc.md: Use match_test rather than eq/ne symbol_ref
1975 throughout file.
1976
1977 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
1978
1979 * config/sh/sh.md: Use match_test rather than eq/ne symbol_ref
1980 throughout file.
1981
1982 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
1983
1984 * config/s390/s390.md: Use match_test rather than eq/ne symbol_ref
1985 throughout file.
1986
1987 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
1988
1989 * config/rs6000/rs6000.md: Use match_test rather than eq/ne symbol_ref
1990 throughout file.
1991 * config/rs6000/constraints.md: Likewise.
1992
1993 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
1994
1995 * config/microblaze/microblaze.md: Use match_test rather than
1996 eq/ne symbol_ref throughout file.
1997
1998 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
1999
2000 * config/bfin/bfin.md: Use match_test rather than eq/ne symbol_ref
2001 throughout file.
2002
2003 2011-09-14 Tom de Vries <tom@codesourcery.com>
2004
2005 PR middle-end/50251
2006 * explow.c (emit_stack_restore): Set crtl->need_drap if
2007 stack_restore is emitted.
2008
2009 2011-09-14 Julian Brown <julian@codesourcery.com>
2010
2011 * config/arm/arm.c (arm_override_options): Add unaligned_access
2012 support.
2013 (arm_file_start): Emit attribute for unaligned access as appropriate.
2014 * config/arm/arm.md (UNSPEC_UNALIGNED_LOAD)
2015 (UNSPEC_UNALIGNED_STORE): Add constants for unspecs.
2016 (insv, extzv): Add unaligned-access support.
2017 (extv): Change to expander. Likewise.
2018 (extzv_t1, extv_regsi): Add helpers.
2019 (unaligned_loadsi, unaligned_loadhis, unaligned_loadhiu)
2020 (unaligned_storesi, unaligned_storehi): New.
2021 (*extv_reg): New (previous extv implementation).
2022 * config/arm/arm.opt (munaligned_access): Add option.
2023 * config/arm/constraints.md (Uw): New constraint.
2024 * expmed.c (store_bit_field_1): Adjust bitfield numbering according
2025 to size of access, not size of unit, when BITS_BIG_ENDIAN !=
2026 BYTES_BIG_ENDIAN. Don't use bitfield accesses for
2027 volatile accesses when -fstrict-volatile-bitfields is in effect.
2028 (extract_bit_field_1): Likewise.
2029
2030 2011-09-14 Richard Sandiford <richard.sandiford@linaro.org>
2031
2032 * simplify-rtx.c (simplify_subreg): Check that the inner mode is
2033 a scalar integer before applying integer-only optimisations to
2034 inner arithmetic.
2035
2036 2011-09-14 Bernd Schmidt <bernds@codesourcery.com>
2037
2038 * config/mips/mips.c (mips_expand_epilogue): Generate a
2039 simple_return only if the return address is in r31.
2040
2041 2011-09-13 Bernd Schmidt <bernds@codesourcery.com>
2042
2043 * cfgcleanup.c (try_head_merge_bb): If get_condition returns
2044 NULL for a jump that is a cc0 insn, pick the previous insn for
2045 move_before.
2046
2047 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
2048
2049 * config/v850/v850.md: Use match_test rather than eq/ne symbol_ref
2050 throughout file.
2051
2052 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
2053
2054 * config/pa/pa.md: Use match_test rather than eq/ne symbol_ref
2055 throughout file.
2056
2057 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
2058
2059 * config/mn10300/mn10300.md: Use match_test rather than eq/ne
2060 symbol_ref throughout file.
2061
2062 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
2063
2064 * config/m68k/m68k.md: Use match_test rather than eq/ne symbol_ref
2065 throughout file.
2066
2067 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
2068
2069 * config/h8300/h8300.md: Use match_test rather than eq/ne symbol_ref
2070 throughout file.
2071
2072 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
2073
2074 * config/arm/arm.md: Use match_test rather than eq/ne symbol_ref
2075 throughout file.
2076 * config/arm/neon.md: Likewise.
2077 * config/arm/vfp.md: Likewise.
2078 * config/arm/thumb2.md: Likewise.
2079 * config/arm/cortex-m4.md: Likewise.
2080
2081 2011-09-13 Sevak Sargsyan <sevak.sargsyan@ispras.ru>
2082
2083 * config/arm/neon.md (neon_vabd<mode>_2, neon_vabd<mode>_3): New
2084 define_insn patterns for combine.
2085
2086 2011-09-13 Giuseppe Scrivano <gscrivano@gnu.org>
2087
2088 * reorg.c: Always define make_return_insns.
2089
2090 2011-09-13 Jan Hubicka <jh@suse.cz>
2091
2092 PR other/49533
2093 * cgraphunit.c (assemble_thunks_and_aliases): Force alias to be output.
2094
2095 2011-09-13 Jan Hubicka <jh@suse.cz>
2096
2097 PR other/49533
2098 * ipa-inline-transform.c (can_remove_node_now_p): Fix thunkos.
2099
2100 2011-09-13 Paul Brook <paul@codesourcery.com>
2101
2102 * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
2103 (ARM_TARGET2_DWARF_FORMAT): Provide default definition.
2104 * config/arm/linux-eabi.h (ARM_TARGET2_DWARF_FORMAT): Define.
2105 * config/arm/symbian.h (ARM_TARGET2_DWARF_FORMAT): Define.
2106 * config/arm/uclinux-eabi.h(ARM_TARGET2_DWARF_FORMAT): Define.
2107 * config/arm/t-bpabi (EXTRA_HEADERS): Add unwind-arm-common.h.
2108 * config/arm/t-symbian (EXTRA_HEADERS): Add unwind-arm-common.h.
2109 * config/c6x/c6x.c (c6x_output_file_unwind): Don't rely on dwarf2 code
2110 enabling unwind tables.
2111 (c6x_debug_unwind_info): New function.
2112 (TARGET_ARM_EABI_UNWINDER): Define.
2113 (TARGET_DEBUG_UNWIND_INFO): Define.
2114 * config/c6x/c6x.h (DWARF_FRAME_RETURN_COLUMN): Define.
2115 (TARGET_EXTRA_CFI_SECTION): Remove.
2116 * config/c6x/t-c6x-elf (EXTRA_HEADERS): Set.
2117 * ginclude/unwind-arm-common.h: New file.
2118
2119 2011-09-13 Georg-Johann Lay <avr@gjlay.de>
2120
2121 PR target/50358
2122 * config/avr/predicates.md (const_1_to_6_operand): New predicate.
2123 * config/avr/avr.md: (extend_s): New code attribute.
2124 (mul_r_d): New code attribute.
2125 (*maddqihi4, *umaddqihi4): New insns.
2126 (*msubqihi4, *umsubqihi4): New insns.
2127 (*usmaddqihi4, *sumaddqihi4): New insns.
2128 (*usmsubqihi4, *susubdqihi4): New insns.
2129 (*umaddqihi4.uconst, *maddqihi4.sconst): New insn-and-splits.
2130 (*umsubqihi4.uconst, *msubqihi4.sconst): New insn-and-splits.
2131 (*umsubqihi4.uconst.ashift): New insn-and-split.
2132 (*msubqihi4.sconst.ashift): New insn-and-split.
2133 (*sumaddqihi4.uconst): New insn-and-split.
2134 (*sumsubqihi4.uconst): New insn-and-split.
2135 * config/avr/avr.c (avr_rtx_costs): Report costs of above in case
2136 PLUS:HI and MINUS:HI.
2137
2138 2011-09-13 Revital Eres <revital.eres@linaro.org>
2139
2140 modulo-sched.c (remove_node_from_ps): Return void instead of bool.
2141 (optimize_sc): Adjust call to remove_node_from_ps.
2142 (sms_schedule): Add print info.
2143
2144 2011-09-13 Bernd Schmidt <bernds@codesourcery.com>
2145
2146 * rtl.c (copy_rtx): Do not handle frame_related, jump or call
2147 flags specially.
2148
2149 2011-09-12 Jakub Jelinek <jakub@redhat.com>
2150
2151 PR bootstrap/50010
2152 * dwarf2cfi.c (add_cfis_to_fde): Ignore non-active insns in between
2153 NOTE_INSN_CFI notes, with the exception of
2154 NOTE_INSN_SWITCH_TEXT_SECTIONS.
2155
2156 2011-09-12 Bernd Schmidt <bernds@codesourcery.com>
2157 Richard Sandiford <rdsandiford@googlemail.com>
2158
2159 * config/mips/mips.c (mips_epilogue): New structure.
2160 (mips16e_save_restore_reg): Queue REG_CFA_RESTORE notes when
2161 restoring registers.
2162 (mips_epilogue_emit_cfa_restores): New function.
2163 (mips_epilogue_set_cfa): Likewise.
2164 (mips_restore_reg): Queue REG_CFA_RESTORE notes. When restoring
2165 the current CFA register from the stack, redefine the CFA in terms
2166 of the stack pointer.
2167 (mips_expand_epilogue): Set up mips_epilogue. Attach CFA information
2168 to the epilogue instructions.
2169
2170 2011-09-12 Richard Sandiford <rdsandiford@googlemail.com>
2171
2172 * config/mips/mips.c (mips16e_save_restore_reg): Add a reg_parm_p
2173 argument.
2174 (mips16e_build_save_restore): Update accordingly.
2175
2176 2011-09-12 Jakub Jelinek <jakub@redhat.com>
2177
2178 PR rtl-optimization/50212
2179 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
2180 Skip also lps with NULL landing_pad or non-LABEL_P landing_pad.
2181
2182 PR debug/50299
2183 * calls.c (load_register_parameters): Use use_reg_mode instead
2184 of use_reg when adding a single register CALL_INSN_FUNCTION_USAGE
2185 entry.
2186 (expand_call): Set EXPR_LIST mode to TYPE_MODE of the argument
2187 for stack CALL_INSN_FUNCTION_USAGE uses.
2188 * expr.h (use_reg_mode): New prototype.
2189 (use_reg): Changed into inline around use_reg_mode.
2190 * expr.c (use_reg): Renamed to...
2191 (use_reg_mode): ... this. Added MODE argument, set EXPR_LIST
2192 mode to that mode instead of VOIDmode.
2193 * var-tracking.c (prepare_call_arguments): Don't track parameters
2194 whose EXPR_LIST mode is VOIDmode, BLKmode or X mode isn't convertible
2195 to it using lowpart_subreg. Convert VALUE and REG/MEM to the
2196 EXPR_LIST mode.
2197
2198 2011-09-12 Georg-Johann Lay <avr@gjlay.de>
2199
2200 PR target/43746
2201 * config/avr/avr.c (AVR_SECTION_PROGMEM): New Define.
2202 (progmem_section): New Variable.
2203 (avr_asm_init_sections): Initialize it.
2204 (TARGET_ASM_SELECT_SECTION): Define to...
2205 (avr_asm_select_section): ... this new Function.
2206 (avr_replace_prefix): New Function.
2207 (avr_asm_function_rodata_section): Use it.
2208 (avr_insert_attributes): Don't add section attribute for PROGMEM.
2209 (avr_section_type_flags): Use avr_progmem_p instead of section
2210 name to detect if object is in PROGMEM.
2211 (avr_asm_named_section): Set section name prefix for objects in
2212 PROGMEM.
2213
2214 2011-09-12 Jakub Jelinek <jakub@redhat.com>
2215
2216 PR bootstrap/50352
2217 * config/arm/arm.md (*push_fp_multi): Add % before %( and %) in the
2218 sprintf format string.
2219
2220 2011-09-12 Richard Guenther <rguenther@suse.de>
2221
2222 PR tree-optimization/50343
2223 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check
2224 that the reduction is over an SSA name before checking its definition.
2225
2226 2011-09-11 Richard Sandiford <rdsandiford@googlemail.com>
2227
2228 * config/cris/cris.md: Use match_test rather than eq/ne symbol_ref
2229 throughout file.
2230
2231 2011-09-11 Richard Sandiford <rdsandiford@googlemail.com>
2232
2233 * config/mips/mips.md: Use match_test rather than eq/ne symbol_ref
2234 throughout file.
2235 * config/mips/sb1.md: Likewise.
2236 * config/mips/predicates.md: Replace (match_test "!...")
2237 with (not (match_test "..."))
2238 * config/mips/constraints.md: Likewise.
2239
2240 2011-09-09 Andrew Stubbs <ams@codesourcery.com>
2241
2242 * config/arm/arm-cores.def (generic-armv7-a): New architecture.
2243 * config/arm/arm-tables.opt: Regenerate.
2244 * config/arm/arm-tune.md: Regenerate.
2245 * config/arm/arm.c (arm_file_start): Output .arch directive when
2246 user passes -mcpu=generic-*.
2247 (arm_issue_rate): Add genericv7a support.
2248 * config/arm/arm.h (EXTRA_SPECS): Add asm_cpu_spec.
2249 (ASM_CPU_SPEC): New define.
2250 * config/arm/elf.h (ASM_SPEC): Use %(asm_cpu_spec).
2251 * config/arm/semi.h (ASM_SPEC): Likewise.
2252 * doc/invoke.texi (ARM Options): Document -mcpu=generic-*
2253 and -mtune=generic-*.
2254
2255 2011-09-09 Richard Guenther <rguenther@suse.de>
2256
2257 PR tree-optimization/50328
2258 * tree-vect-loop.c (vect_is_simple_reduction_1): Allow one
2259 constant or default-def operand.
2260
2261 2011-09-09 Richard Guenther <rguenther@suse.de>
2262
2263 * tree-ssa-pre.c (create_expression_by_pieces): Fold the
2264 last statement.
2265
2266 2011-09-09 Richard Guenther <rguenther@suse.de>
2267
2268 * gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator
2269 instead of a statement.
2270 * gimple-fold.c (fold_stmt_inplace): Likewise.
2271 * sese.c (graphite_copy_stmts_from_block): Adjust.
2272 * tree-ssa-dom.c (propagate_rhs_into_lhs): Likewise.
2273 * tree-ssa-forwprop.c (forward_propagate_into_comparison): Use
2274 fold_stmt.
2275 (forward_propagate_addr_into_variable_array_index): Likewise.
2276 (forward_propagate_addr_expr_1): adjust.
2277 (associate_plusminus): Likewise.
2278 (ssa_forward_propagate_and_combine): Likewise.
2279 * tree-ssa-mathopts.c (replace_reciprocal): Adjust.
2280 (execute_cse_reciprocals): Likewise.
2281 * tree-ssa.c (insert_debug_temp_for_var_def): Adjust.
2282
2283 2011-09-09 Nick Clifton <nickc@redhat.com>
2284
2285 * config/mn10300/mn10300.c (mn10300_split_and_operand_count):
2286 Return a positive value to indicate that the bits at the
2287 bottom of the register should be cleared.
2288
2289 2011-09-09 Richard Guenther <rguenther@suse.de>
2290
2291 * tree-ssa-operands.c (swap_tree_operands): Always adjust
2292 existing operand positions.
2293
2294 2011-09-09 Richard Guenther <rguenther@suse.de>
2295
2296 PR middle-end/50333
2297 * tree-data-ref.c (split_constant_offset): Do not try to handle
2298 ternary ops.
2299
2300 2011-09-08 Andrew Stubbs <ams@codesourcery.com>
2301
2302 PR tree-optimization/50318
2303 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Correct
2304 typo in use of mult_rhs1 and mult_rhs2.
2305
2306 2011-09-08 Uros Bizjak <ubizjak@gmail.com>
2307
2308 * config/i386/i386.c (standard_sse_constant_p): Handle AVX2 modes.
2309 (standard_sse_constant_opcode) <case 2>: Change vpcmpeqd template.
2310
2311 2011-09-08 Bernd Schmidt <bernds@codesourcery.com>
2312
2313 * config/arm/arm.md (push_multi): Emit predicates.
2314 (push_fp_multi): Likewise.
2315 * config/arm/arm.c (vfp_output_fstmd): Likewise.
2316
2317 2011-09-08 Dodji Seketeli <dodji@redhat.com>
2318
2319 PR c++/33255 - Support -Wunused-local-typedefs warning
2320 * c-decl.c (lookup_name): Use the new maybe_record_typedef_use.
2321 (pushdecl): Use the new record_locally_defined_typedef.
2322 (store_parm_decls): Allocate cfun->language.
2323 (finish_function): Use the new maybe_warn_unused_local_typedefs,
2324 and free cfun->language.
2325 (c_push_function_context): Allocate cfun->language here only if needed.
2326 (c_pop_function_context): Likewise, mark cfun->language
2327 for collection only when it should be done.
2328 * c-common.c (handle_used_attribute): Don't ignore TYPE_DECL nodes.
2329 * c-typeck.c (c_expr_sizeof_type, c_cast_expr): Use the new
2330 maybe_record_local_typedef_use.
2331 * doc/invoke.texi: Update documentation for
2332 -Wunused-local-typedefs.
2333
2334 2011-09-08 Enkovich Ilya <ilya.enkovich@intel.com>
2335
2336 * config/i386/i386-protos.h (ix86_lea_outperforms): New.
2337 (ix86_avoid_lea_for_add): Likewise.
2338 (ix86_avoid_lea_for_addr): Likewise.
2339 (ix86_split_lea_for_addr): Likewise.
2340
2341 * config/i386/i386.c (LEA_MAX_STALL): New.
2342 (increase_distance): Likewise.
2343 (insn_defines_reg): Likewise.
2344 (insn_uses_reg_mem): Likewise.
2345 (distance_non_agu_define_in_bb): Likewise.
2346 (distance_agu_use_in_bb): Likewise.
2347 (ix86_lea_outperforms): Likewise.
2348 (ix86_ok_to_clobber_flags): Likewise.
2349 (ix86_avoid_lea_for_add): Likewise.
2350 (ix86_avoid_lea_for_addr): Likewise.
2351 (ix86_split_lea_for_addr): Likewise.
2352 (distance_non_agu_define): Search in pred BBs added.
2353 (distance_agu_use): Search in succ BBs added.
2354 (IX86_LEA_PRIORITY): Value changed from 2 to 0.
2355 (LEA_SEARCH_THRESHOLD): Now depends on LEA_MAX_STALL.
2356 (ix86_lea_for_add_ok): Use ix86_lea_outperforms to make decision.
2357
2358 * config/i386/i386.md: Split added to transform non destructive
2359 add into move and add.
2360 (lea_1): transformed into insn_and_split to avoid AGU stalls.
2361 (lea<mode>_2): Likewise.
2362
2363 2011-09-08 Martin Jambor <mjambor@suse.cz>
2364
2365 PR tree-optimization/50287
2366 * ipa-split.c (split_function): Do not create SSA names for
2367 non-gimple-registers.
2368
2369 2011-09-08 Richard Guenther <rguenther@suse.de>
2370
2371 PR tree-optimization/19831
2372 * tree-ssa-dce.c (mark_all_reaching_defs_necessary_1): Also
2373 skip builtins with vdefs that do not really store something.
2374 (propagate_necessity): For calls to free that we can associate
2375 with an allocation function do not mark the freed pointer
2376 definition necessary.
2377 (eliminate_unnecessary_stmts): Remove a call to free if
2378 the associated call to an allocation function is not necessary.
2379
2380 2011-09-08 Richard Guenther <rguenther@suse.de>
2381
2382 PR tree-optimization/19831
2383 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark
2384 allocation functions as necessary.
2385
2386 2011-09-08 Iain Sandoe <iains@gcc.gnu.org>
2387
2388 * config/darwin-driver.c (darwin_find_version_from_kernel): New routine
2389 cut from ...
2390 (darwin_default_min_version): Amended to provide defaults
2391 for the cross directory case.
2392 (darwin_driver_init): call darwin_default_min_version unconditionally.
2393 * config/darwin.h (DEF_MIN_OSX_VERSION): New.
2394 * config/darwin9.h: Likewise.
2395 * config/darwin10.h: Likewise.
2396 * config/rs6000/darwin7.h: Likewise.
2397
2398 2011-09-08 Jakub Jelinek <jakub@redhat.com>
2399
2400 PR target/50310
2401 * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Return
2402 code early if TARGET_AVX.
2403 (ix86_expand_fp_vcond): Handle LTGT and UNEQ.
2404
2405 2011-09-07 Jakub Jelinek <jakub@redhat.com>
2406
2407 * config/i386/sse.md (sseinsnmode): Remove 32-byte integer vector
2408 duplicates.
2409
2410 PR target/50310
2411 * config/i386/sse.md (*andnot<mode>3, *<code><mode>3): Fix up
2412 "mode" attribute computation.
2413
2414 2011-09-07 Bernd Schmidt <bernds@codesourcery.com>
2415
2416 * regrename.c (struct du_head): Make nregs signed.
2417 (closed_chains): Remove.
2418 (create_new_chain): Return the new chain.
2419 (chain_from_id): New static function.
2420 (dump_def_use_chain): Change argument to be an int, indicating
2421 the first ID to print. All callers changed.
2422 (merge_overlapping_regs): Use chain_from_id. Assert that
2423 chains don't conflict with themselves.
2424 (rename_chains): Take no argument. Iterate over id_to_chain
2425 rather to find chains to rename. Clear tick before the main loop.
2426 (struct incoming_reg_info): New struct.
2427 (struct bb_rename_info): New struct.
2428 (init_rename_info, set_incoming_from_chain, merge_chains): New
2429 static functions.
2430 (regrename_analyze): New static function, broken out of
2431 regrename_optimize. Record and make use of open chain information
2432 at basic block boundaries, and merge chains where possible.
2433 (scan_rtx_reg): Make this_nregs signed. Don't update
2434 closed_chains.
2435 (build_def_use): Return a bool to indicate success. All callers
2436 changed. Don't initialize global data here.
2437 (regrename_optimize): Move most code out of here into
2438 regrename_analyze.
2439 * regs.h (add_range_to_hard_reg_set, remove_range_from_hard_reg_set,
2440 range_overlaps_hard_reg_set_p, range_in_hard_reg_set_p): New
2441 static inline functions.
2442 * vec.h (FOR_EACH_VEC_ELT_FROM): New macro.
2443
2444 * bb-reorder.c (insert_section_boundary_note): Don't check
2445 optimize_function_for_speed_p.
2446 (gate_handle_partition_blocks): Do it here instead.
2447 (gate_handle_reorder_blocks): Move preliminary checks here ...
2448 (rest_of_handle_reorder_blocks): ... from here.
2449
2450 2011-09-07 Martin Jambor <mjambor@suse.cz>
2451
2452 PR middle-end/50301
2453 * ipa-cp.c (find_more_values_for_callers_subset): Check jump
2454 function index bounds.
2455 (perhaps_add_new_callers): Likewise.
2456
2457 2011-09-07 Martin Jambor <mjambor@suse.cz>
2458
2459 PR tree-optimization/49911
2460 * tree-sra.c (analyze_access_subtree): Change type of to-be-replaced
2461 enumerations to the corresponding plain integer type.
2462
2463 2011-09-07 Richard Guenther <rguenther@suse.de>
2464
2465 PR tree-optimization/50319
2466 * tree-if-conv.c (set_bb_predicate): Assert we only set
2467 canonical predicates.
2468 (add_to_predicate_list): Simplify. Allow TRUTH_NOT_EXPR
2469 around canonical predicates.
2470 (predicate_bbs): Do not re-gimplify already canonical
2471 predicates. Properly unshare them though.
2472 (find_phi_replacement_condition): Simplify.
2473
2474 2011-09-07 Richard Sandiford <richard.sandiford@linaro.org>
2475
2476 PR target/49030
2477 * config/arm/arm-protos.h (maybe_get_arm_condition_code): Declare.
2478 * config/arm/arm.c (maybe_get_arm_condition_code): New function,
2479 reusing the old code from get_arm_condition_code. Return ARM_NV
2480 for invalid comparison codes.
2481 (get_arm_condition_code): Redefine in terms of
2482 maybe_get_arm_condition_code.
2483 * config/arm/predicates.md (arm_comparison_operator): Use
2484 maybe_get_arm_condition_code.
2485
2486 2011-09-07 Richard Guenther <rguenther@suse.de>
2487
2488 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
2489 Canonicalize negated predicates by swapping edges.
2490 (forward_propagate_into_cond): Likewise.
2491
2492 2011-09-07 Richard Guenther <rguenther@suse.de>
2493
2494 PR tree-optimization/50213
2495 * tree-flow.h (simple_iv_increment_p): Declare.
2496 * tree-ssa-dom.c (simple_iv_increment_p): Export. Also handle
2497 POINTER_PLUS_EXPR.
2498 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Do
2499 not propagate simple IV counter increments.
2500
2501 2011-09-07 Eric Botcazou <ebotcazou@adacore.com>
2502 Iain Sandoe <iains@gcc.gnu.org>
2503
2504 * config/rs6000/rs6000.c (compute_save_world_info): Test
2505 cfun->has_nonlocal_label to determine if the out-of-line save
2506 world call may be used.
2507
2508 2011-09-07 Nick Clifton <nickc@redhat.com>
2509
2510 * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Set the jump
2511 label on the parallel part of the insn.
2512
2513 2011-09-07 Jakub Jelinek <jakub@redhat.com>
2514
2515 PR debug/50191
2516 * dwarf2out.c (mem_loc_descriptor) <case MEM>: Try
2517 avoid_constant_pool_reference first instead of last.
2518
2519 2011-09-06 Michael Meissner <meissner@linux.vnet.ibm.com>
2520
2521 * doc/configfiles.texi (Configuration Files): Update documentation
2522 about tm_p.h and remove FIXME comment.
2523
2524 2011-09-06 Uros Bizjak <ubizjak@gmail.com>
2525
2526 * config/i386/i386.c (ix86_function_value_regno_p): Use AX_REG.
2527 (function_value_32): Do not check TARGET_MMX, TARGET_SSE or TARGET_AVX.
2528
2529 2011-09-06 Iain Sandoe <iains@gcc.gnu.org>
2530
2531 * config/darwin10.h Remove duplicate LIB_SPEC.
2532
2533 2011-09-06 Enkovich Ilya <ilya.enkovich@intel.com>
2534
2535 PR middle-end/44382
2536 * target.def (reassociation_width): New hook.
2537
2538 * doc/tm.texi.in (reassociation_width): Likewise.
2539
2540 * doc/tm.texi (reassociation_width): Likewise.
2541
2542 * doc/invoke.texi (tree-reassoc-width): New param documented.
2543
2544 * hooks.h (hook_int_uint_mode_1): New default hook.
2545
2546 * hooks.c (hook_int_uint_mode_1): Likewise.
2547
2548 * config/i386/i386.h (ix86_tune_indices): Add
2549 X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
2550
2551 (TARGET_REASSOC_INT_TO_PARALLEL): New.
2552 (TARGET_REASSOC_FP_TO_PARALLEL): Likewise.
2553
2554 * config/i386/i386.c (initial_ix86_tune_features): Add
2555 X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
2556
2557 (ix86_reassociation_width): New function.
2558
2559 * params.def (PARAM_TREE_REASSOC_WIDTH): New param added.
2560
2561 * tree-ssa-reassoc.c (get_required_cycles): New function.
2562 (get_reassociation_width): Likewise.
2563 (swap_ops_for_binary_stmt): Likewise.
2564 (rewrite_expr_tree_parallel): Likewise.
2565
2566 (rewrite_expr_tree): Refactored. Part of code moved into
2567 swap_ops_for_binary_stmt.
2568
2569 (reassociate_bb): Now checks reassociation width to be used and
2570 call rewrite_expr_tree_parallel instead of rewrite_expr_tree if needed.
2571
2572 2011-09-06 Richard Guenther <rguenther@suse.de>
2573
2574 PR tree-optimization/47025
2575 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): BUILT_IN_VA_END
2576 uses nothing.
2577 (call_may_clobber_ref_p_1): BUILT_IN_VA_END is a barrier like
2578 BUILT_IN_FREE.
2579 (stmt_kills_ref_p_1): BUILT_IN_VA_END kills what its argument
2580 definitely points to.
2581 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
2582 BUILT_IN_VA_START doesn't let its va_list argument escape.
2583 * tree-ssa-dce.c (propagate_necessity): BUILT_IN_VA_END does
2584 not make any previous stores necessary.
2585
2586 2011-09-06 Martin Jambor <mjambor@suse.cz>
2587
2588 * ipa-inline.h (struct inline_summary): Move versionable flag...
2589 * cgraph.h (struct cgraph_local_info): ...here
2590 * ipa-cp.c (determine_versionability): Use the new versionable flag.
2591 (determine_versionability): Likewise.
2592 (ipcp_versionable_function_p): Likewise.
2593 (ipcp_generate_summary): Likewise.
2594 * ipa-inline-analysis.c (dump_inline_summary): Do not dump the
2595 versionable flag.
2596 (compute_inline_parameters): Do not clear the versionable flag.
2597 (inline_read_section): Do not stream the versionable flag.
2598 (inline_write_summary): Likewise.
2599 * lto-cgraph.c (lto_output_node): Stream the versionable flag.
2600 (input_overwrite_node): Likewise.
2601
2602 2011-09-06 Richard Guenther <rguenther@suse.de>
2603
2604 PR tree-optimization/48149
2605 * tree-ssa-sccvn.c (vn_get_expr_for): Simplify. Fix tuplification bug.
2606 (vn_valueize): Move earlier.
2607 (valueize_expr): Use vn_valueize.
2608 (simplify_binary_expression): Simplify, also combine COMPLEX_EXPR
2609 operands.
2610 (simplify_unary_expression): Simplify.
2611
2612 2011-09-06 Richard Guenther <rguenther@suse.de>
2613
2614 PR tree-optimization/48317
2615 * tree-ssa-sccvn.h (struct vn_nary_op_s): Make op a true
2616 trailing array.
2617 (sizeof_vn_nary_op): New inline function.
2618 (vn_nary_op_lookup_pieces): Adjust.
2619 (vn_nary_op_insert_pieces): Likewise.
2620 * tree-ssa-sccvn.c (vn_nary_op_eq): Also compare the length.
2621 (init_vn_nary_op_from_pieces): Adjust signature. Deal with
2622 any number of operands.
2623 (vn_nary_length_from_stmt): New function.
2624 (init_vn_nary_op_from_stmt): Adjust for CONSTRUCTOR handling.
2625 (vn_nary_op_lookup_pieces): Adjust signature and allocate properly
2626 sized temporary.
2627 (vn_nary_op_lookup): Likewise.
2628 (vn_nary_op_lookup_stmt): Likewise.
2629 (vn_nary_op_insert_into): Likewise.
2630 (vn_nary_op_insert_stmt): Likewise.
2631 (visit_use): Handle CONSTRUCTOR as nary.
2632 * tree-ssa-pre.c (phi_translate_1): Adjust.
2633 (create_expression_by_pieces): Likewise.
2634 (compute_avail): Likewise.
2635
2636 2011-09-06 Ira Rosen <ira.rosen@linaro.org>
2637
2638 * config/arm/arm.c (arm_preferred_simd_mode): Check
2639 TARGET_NEON_VECTORIZE_DOUBLE instead of
2640 TARGET_NEON_VECTORIZE_QUAD.
2641 (arm_autovectorize_vector_sizes): Likewise.
2642 * config/arm/arm.opt (mvectorize-with-neon-quad): Make inverse
2643 mask of mvectorize-with-neon-double. Add RejectNegative.
2644 (mvectorize-with-neon-double): New.
2645
2646 2011-09-06 Richard Guenther <rguenther@suse.de>
2647
2648 * tree-ssa-sccvn.c (visit_use): CSE stmt pieces and simplify matching.
2649
2650 2011-09-06 Tom de Vries <tom@codesourcery.com>
2651
2652 * recog.c (asm_labels_ok): New function.
2653 (check_asm_operands): Use asm_labels_ok.
2654
2655 2011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
2656
2657 PR target/49606
2658 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): Check Pmode.
2659 (PMODE_INSN): New macro.
2660 * config/mips/mips.c (gen_load_const_gp): Use PMODE_INSN.
2661 (mips_got_load, mips_expand_synci_loop): Likewise.
2662 (mips_save_gp_to_cprestore_slot): Handle SImode and DImode
2663 cprestore patterns.
2664 (mips_emit_loadgp): Use PMODE_INSN. Handle SImode and DImode
2665 copygp_mips16 patterns.
2666 (mips_expand_prologue): Handle SImode and DImode potential_cprestore
2667 and use_cprestore patterns.
2668 (mips_override_options): Check for incompatible -mabi and -mlong
2669 combinations.
2670 * config/mips/mips.md (unspec_got<mode>): Rename to...
2671 (unspec_got_<mode>): ...this.
2672 (copygp_mips16): Use the Pmode iterator.
2673 (potential_cprestore, cprestore, use_cprestore): Likewise.
2674 (clear_cache, indirect_jump): Use PMODE_INSN.
2675 (indirect_jump<mode>): Rename to...
2676 (indirect_jump_<mode>): ...this.
2677 (tablejump): Use PMODE_INSN.
2678 (tablejump<mode>): Rename to...
2679 (tablejump_<mode>): ...this.
2680 (exception_receiver): Handle restore_gp_si and restore_gp_di.
2681 (restore_gp): Use the Pmode iterator.
2682 * config/mips/mips-dsp.md (mips_lbux, mips_lhx, mips_lwx): Use
2683 PMODE_INSN.
2684
2685 2011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
2686
2687 * config/mips/mips.c (mips_gimplify_va_arg_expr): Unshare off.
2688 Fix the type of the BIT_AND_EXPR.
2689
2690 2011-09-05 David S. Miller <davem@davemloft.net>
2691
2692 * config.host: Add driver-sparc.o and sparc/x-sparc on
2693 native sparc*-*-linux* builds.
2694 * config/sparc/driver-sparc.c: Correct Linux strings.
2695 * config/sparc/linux.h: Add DRIVER_SELF_SPECS.
2696 * config/sparc/linux64.h: Likewise.
2697 * doc/invoke.texi: Document that Linux also supports
2698 -mcpu=native and -mtune=native on sparc.
2699
2700 * config/sparc/sparc-opts.h (PROCESSOR_NIAGARA3,
2701 PROCESSOR_NIAGARA4): New.
2702 * config/sparc/sparc.opt: Handle new processor types.
2703 * config/sparc/sparc.md: Add to "cpu" attribute.
2704 * config/sparc/sparc.h (TARGET_CPU_niagara3,
2705 TARGET_CPU_niagara4): New, treat as niagara2.
2706 * config/sparc/linux64.h: Handle niagara3 and niagara4 like niagara2.
2707 * config/sparc/sol2.h: Likewise.
2708 * config/sparc/niagara2.md: Schedule niagara3 like niagara2.
2709 * config/sparc/sparc.c (sparc_option_override): Add
2710 niagara3 and niagara4 handling.
2711 (sparc32_initialize_trampoline): Likewise.
2712 (sparc64_initialize_trampoline): Likewise.
2713 (sparc_use_sched_lookahead): Likewise.
2714 (sparc_issue_rate): Likewise.
2715 (sparc_register_move_cost): Likewise.
2716 * config/sparc/driver-sparc.c (cpu_names): Use niagara3
2717 and niagara4 as appropriate.
2718 * doc/invoke.texi: Document new processor types.
2719 * config.gcc: Recognize niagara3 and niagara4 in --with-cpu
2720 and --with-tune options.
2721
2722 * config/sparc/sol2-64.h: Move ...
2723 * config/sparc/default-64.h: ... to here. Update comment.
2724 * config.gcc: Update Solaris sparc to use default-64.h, also
2725 prefix this header into the list on sparc64-*-linux.
2726 * config/sparc/linux64.h (TARGET_DEFAULT): Only override if
2727 TARGET_64BIT_DEFAULT is defined. Remove commented out reference
2728 to MASK_HARD_QUAD.
2729
2730 2011-09-05 Georg-Johann Lay <avr@gjlay.de>
2731
2732 PR target/50289
2733 * config/avr/avr.c (sequent_regs_live): Don't recognize sequences
2734 that contain global register variable.
2735
2736 2011-09-05 Richard Guenther <rguenther@suse.de>
2737
2738 * tree-cfg.c (replace_uses_by): Use fold_stmt, not fold_stmt_inplace.
2739
2740 2011-09-05 Richard Guenther <rguenther@suse.de>
2741
2742 * stor-layout.c (layout_type): Use size_binop for array size
2743 calculations.
2744
2745 2011-09-05 Georg-Johann Lay <avr@gjlay.de>
2746
2747 * config/avr/avr.h (progmem_section): Remove Declaration.
2748 * config/avr/avr.c (progmem_section): Make static and rename to
2749 progmem_swtable_section.
2750 (avr_output_addr_vec_elt): No need to switch sections.
2751 (avr_asm_init_sections): Use output_section_asm_op as section
2752 callback for progmem_swtable_section.
2753 (avr_output_progmem_section_asm_op): Remove Function.
2754 (TARGET_ASM_FUNCTION_RODATA_SECTION): New Define.
2755 (avr_asm_function_rodata_section): New static Function.
2756 * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Output
2757 alignment 2**1 for jump tables.
2758
2759 2011-09-04 Jan Hubicka <jh@suse.cz>
2760
2761 * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Check that
2762 parameter is SSA name.
2763
2764 2011-09-04 Richard Guenther <rguenther@suse.de>
2765
2766 Revert
2767 2011-08-31 Richard Guenther <rguenther@suse.de>
2768
2769 * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
2770 special-casing.
2771
2772 2011-09-04 Iain Sandoe <iains@gcc.gnu.org>
2773
2774 PR debug/49901
2775 * config/darwin.h (DEBUG_MACRO_SECTION): New macro.
2776
2777 2011-09-04 Jakub Jelinek <jakub@redhat.com>
2778 Ira Rosen <ira.rosen@linaro.org>
2779
2780 PR tree-optimization/50208
2781 * tree-vect-patterns.c (vect_handle_widen_mult_by_const): Add an
2782 argument. Check that def_stmt is inside the loop.
2783 (vect_recog_widen_mult_pattern): Update calls to
2784 vect_handle_widen_mult_by_cons.
2785 (vect_operation_fits_smaller_type): Check that def_stmt is
2786 inside the loop.
2787
2788 2011-09-04 Ira Rosen <ira.rosen@linaro.org>
2789
2790 * tree-vectorizer.c (vect_print_dump_info): Print line
2791 number when dumping to a file.
2792 (vectorize_loops): Add new messages to dump file.
2793
2794 2011-09-03 Martin Jambor <mjambor@suse.cz>
2795
2796 * ipa-prop.h (ipa_jump_func_t): New typedef.
2797 (struct ipa_edge_args): Removed field argument_count, field
2798 jump_functions turned into a vector.
2799 (ipa_set_cs_argument_count): Removed.
2800 (ipa_get_cs_argument_count): Updated to work on vectors.
2801 (ipa_get_ith_jump_func): Likewise.
2802 * ipa-prop.c (ipa_count_arguments): Removed.
2803 (compute_scalar_jump_functions): Use ipa_get_ith_jump_func to access
2804 jump functions. Update caller.
2805 (compute_pass_through_member_ptrs): Likewise.
2806 (compute_cst_member_ptr_arguments): Likewise.
2807 (ipa_compute_jump_functions_for_edge): Get number of arguments from
2808 the statement, allocate vector.
2809 (ipa_compute_jump_functions): Do not call ipa_count_arguments.
2810 (duplicate_ipa_jump_func_array): Removed.
2811 (ipa_edge_duplication_hook): Use VEC_copy, do not copy argument count.
2812 (ipa_read_node_info): Allocate vector.
2813
2814 2011-09-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2815
2816 PR middle-end/50232
2817 * config/pa/pa.md (return): Define "return" insn pattern.
2818 (epilogue): Use it when no epilogue is needed.
2819 * config/pa/pa.c (pa_can_use_return_insn): New function.
2820 * config/pa/pa-protos.h (pa_can_use_return_insn): Declare.
2821
2822 2011-09-03 Eric Botcazou <ebotcazou@adacore.com>
2823
2824 * cfgexpand.c (add_stack_var): Assert that the alignment is not zero.
2825 * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Revert latest change.
2826 Force at least BITS_PER_UNIT alignment on the new variable.
2827
2828 2011-09-02 Gary Funck <gary@intrepid.com>
2829
2830 * opts.c (print_specific_help): Fix off-by-one compare in
2831 assertion check.
2832 * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
2833 CL_TARGET, CL_COMMON, CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED):
2834 Increase by +5 to allow for more languages.
2835 * optc-gen.awk: Generate #if that ensures that the number of
2836 languages is within the implementation-defined limit.
2837
2838 2011-09-02 Michael Matz <matz@suse.de>
2839
2840 PR middle-end/50260
2841 * ipa-split.c (split_function): Call add_referenced_var.
2842
2843 * tree-ssa-phiopt.c (cond_store_replacement): Don't call get_var_ann.
2844 (cond_if_else_store_replacement_1): Ditto.
2845 * tree-ssa-pre.c (get_representative_for): Ditto.
2846 (create_expression_by_pieces): Ditto.
2847 (insert_into_preds_of_block): Ditto.
2848 * tree-sra.c (create_access_replacement): Ditto.
2849 (get_replaced_param_substitute): Ditto.
2850
2851 2011-09-02 Bernd Schmidt <bernds@codesourcery.com>
2852
2853 * config/c6x/c6x.md (collapse-ndfa, no-comb-vect): New
2854 automata_options.
2855 (d1, l1, s1, m1, d2, l2, s2, m2): Changed to define_query_cpu_unit.
2856 (l1w, s1w, l2w, s2w): Define in the main automaton.
2857 (fps1, fpl1, adddps1, adddpl1, fps2, fpl2, adddps2, adddpl2): New
2858 units.
2859 * config/c6x/c6x.c (c6x_sched_insn_info): Add unit_mask member.
2860 (c6x_unit_names): Add the new units.
2861 (c6x_unit_codes): New static array.
2862 (UNIT_QID_D1, UNIT_QID_L1, UNIT_QID_S1, UNIT_QID_M1, UNIT_QID_FPS1,
2863 UNIT_QID_FPL1, UNIT_QID_ADDDPS1, UNIT_QID_ADDDPL1,
2864 UNIT_QID_SIDE_OFFSET): New macros.
2865 (RESERVATION_S2): Adjust value.
2866 (c6x_option_override): Compute c6x_unit_codes.
2867 (assign_reservations): Take the unit_mask of the last instruction
2868 into account. Detect floating point reservations by looking for
2869 the new units. Don't assign reservations if the field is already
2870 nonzero.
2871 (struct c6x_sched_context): Add member prev_cycle_state_ctx.
2872 (init_sched_state): Initialize it.
2873 (c6x_clear_sched_context): Free it.
2874 (insn_set_clock): Clear reservation.
2875 (prev_cycle_state): New static variable.
2876 (c6x_init_sched_context): Save it.
2877 (c6x_sched_init): Allocate space for it and clear it.
2878 (c6x_sched_dfa_pre_cycle_insn): New static function.
2879 (c6x_dfa_new_cycle): Save state at the start of a new cycle.
2880 (c6x_variable_issue): Only record units in the unit_mask that
2881 were not set at the start of the cycle.
2882 (c6x_variable_issue): Compute and store the unit_mask from the
2883 current state.
2884 (reorg_split_calls): Ensure the new information remains correct.
2885 (TARGET_SCHED_DFA_NEW_CYCLE, TARGET_SCHED_CLEAR_SCHED_CONTEXT,
2886 TARGET_SCHED_DFA_PRE_CYCLE_INSN): Define.
2887 * config/c6x/c6x.h (CPU_UNITS_QUERY): Define.
2888 * config/c6x/c6x-sched.md.in (fp4_ls_N__CROSS_, adddp_ls_N__CROSS_):
2889 Add special reservations.
2890 * config/c6x/c6x-sched.md: Regenerate.
2891
2892 2011-09-02 Martin Jambor <mjambor@suse.cz>
2893
2894 * ipa-prop.h (ipa_node_params): Removed fields
2895 called_with_var_arguments and node_versionable.
2896 (ipa_set_called_with_variable_arg): Removed.
2897 (ipa_is_called_with_var_arguments): Likewise.
2898 * ipa-cp.c (ipa_get_lattice): Fixed index check in an assert.
2899 (determine_versionability): Do not check for type attributes and va
2900 builtins. Record versionability into inline summary.
2901 (initialize_node_lattices): Do not check
2902 ipa_is_called_with_var_arguments.
2903 (propagate_constants_accross_call): Likewise, ignore arguments we do
2904 not have PARM_DECLs for, set variable flag for parameters that were
2905 not passed a value.
2906 (create_specialized_node): Dump info that we cannot change signature.
2907 * ipa-prop.c (ipa_compute_jump_functions): Do not care about variable
2908 number of arguments.
2909 (ipa_make_edge_direct_to_target): Likewise.
2910 (ipa_update_after_lto_read): Likewise.
2911 (ipa_node_duplication_hook): Do not copy called_with_var_arguments flag.
2912 * tree-inline.c (copy_arguments_for_versioning): Copy PARM_DECLs if
2913 they were remapped.
2914
2915 2011-09-02 Richard Guenther <rguenther@suse.de>
2916
2917 PR tree-optimization/27460
2918 PR middle-end/29269
2919 * doc/md.texi (vcond): Document.
2920 * genopinit.c (optabs): Turn vcond{,u}_optab into a conversion
2921 optab with two modes.
2922 * optabs.h (enum convert_optab_index): Add COI_vcond, COI_vcondu.
2923 (enum direct_optab_index): Remove DOI_vcond, DOI_vcondu.
2924 (vcond_optab): Adjust.
2925 (vcondu_optab): Likewise.
2926 (expand_vec_cond_expr_p): Adjust prototype.
2927 * optabs.c (get_vcond_icode): Adjust.
2928 (expand_vec_cond_expr_p): Likewise.
2929 (expand_vec_cond_expr): Likewise.
2930 * tree-vect-stmts.c (vect_is_simple_cond): Return the comparison
2931 vector type.
2932 (vectorizable_condition): Allow differing types for comparison
2933 and result.
2934 * config/i386/i386.c (ix86_expand_sse_cmp): Use proper mode
2935 for the comparison.
2936 * config/i386/sse.md (vcond<mode>): Split to
2937 vcond<V_256:mode><VF_256:mode>, vcond<V_128:mode><VF_128:mode>,
2938 vcond<V_128:mode><VI124_128:mode> and
2939 vcondu<V_128:mode><VI124_128:mode>.
2940 (vcondv2di): Change to vcond<VI8F_128:mode>v2di.
2941 (vconduv2di): Likewise.
2942 * config/arm/neon.md (vcond<mode>): Change to vcond*<mode><mode>.
2943 (vcondu<mode>): Likewise.
2944 * config/ia64/vect.md (vcond<mode>): Likewise.
2945 (vcondu<mode>): Likewise.
2946 (vcondv2sf): Likewise.
2947 * config/mips/mips-ps-3d.md (vcondv2sf): Likewise.
2948 * config/rs6000/paired.md (vcondv2sf): Likewise.
2949 * config/rs6000/vector.md (vcond<mode>): Likewise.
2950 (vcondu<mode>): Likewise.
2951 * config/spu/spu.md (vcond<mode>): Likewise.
2952 (vcondu<mode>): Likewise.
2953
2954 2011-09-02 Richard Guenther <rguenther@suse.de>
2955
2956 * pretty-print.h (pp_unsigned_wide_integer): New.
2957 * tree-pretty-print.c (dump_generic_node): Print unsigned
2958 host-wide-int fitting INTEGER_CSTs with pp_unsigned_wide_integer.
2959
2960 2011-09-02 Richard Sandiford <richard.sandiford@linaro.org>
2961
2962 PR target/49987
2963 * config/rs6000/rs6000.c (paired_expand_vector_init): Check for
2964 valid CONST_VECTOR operands.
2965 (rs6000_expand_vector_init): Likewise.
2966
2967 2011-09-02 Martin Jambor <mjambor@suse.cz>
2968
2969 * cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.
2970 * gimple-fold.c (gimple_get_virt_method_for_binfo): Rewritten to use
2971 BINFO_VTABLE. Parameter delta removed, all callers updated.
2972 * tree.c (free_lang_data_in_binfo): Clear BINFO_VIRTUALs instead
2973 BINFO_VTABLE.
2974 * cgraph.c (cgraph_make_edge_direct): Removed parameter delta, updated
2975 all calls.
2976 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Removed
2977 handling of thunk_delta.
2978 * ipa-cp.c (get_indirect_edge_target): Removed parameter delta.
2979 (devirtualization_time_bonus): Do not handle thunk deltas.
2980 (ipcp_discover_new_direct_edges): Likewise.
2981 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
2982 (try_make_edge_direct_simple_call): Likewise.
2983 (try_make_edge_direct_virtual_call): Likewise.
2984 * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise. Mark
2985 parameter set as unused.
2986 (output_edge_opt_summary): Likewise. Mark both parameters as unused.
2987 * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise. Mark
2988 parameter set as unused.
2989 (output_edge_opt_summary): Likewise. Mark both parameters as unused.
2990 (input_edge_opt_summary): Likewise.
2991 * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not stream
2992 BINFO_VIRTUALS at all.
2993 * lto-streamer-in.c (lto_input_ts_binfo_tree_pointers): Likewise.
2994
2995 2011-09-02 Richard Guenther <rguenther@suse.de>
2996
2997 * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Do not fold alloca (0).
2998 (ccp_fold_stmt): Continue replacing args when folding alloca fails.
2999
3000 2011-08-31 Richard Guenther <rguenther@suse.de>
3001
3002 * expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR
3003 handling here, from ...
3004 (expand_expr_real_1): ... here.
3005 * gimple-pretty-print.c (dump_ternary_rhs): Handle COND_EXPR
3006 and VEC_COND_EXPR.
3007 * gimple.c (gimple_rhs_class_table): Make COND_EXPR and VEC_COND_EXPR
3008 a GIMPLE_TERNARY_RHS.
3009 * tree-cfg.c (verify_gimple_assign_ternary): Handle COND_EXPR
3010 and VEC_COND_EXPR here ...
3011 (verify_gimple_assign_single): ... not here.
3012 * gimple-fold.c (fold_gimple_assign): Move COND_EXPR folding.
3013 * tree-object-size.c (cond_expr_object_size): Adjust.
3014 (collect_object_sizes_for): Likewise.
3015 * tree-scalar-evolution.c (interpret_expr): Don't handle ternary RHSs.
3016 * tree-ssa-forwprop.c (forward_propagate_into_cond): Fix and simplify.
3017 (ssa_forward_propagate_and_combine): Adjust.
3018 * tree-ssa-loop-im.c (move_computations_stmt): Build the COND_EXPR
3019 as ternary.
3020 * tree-ssa-threadedge.c (fold_assignment_stmt): Adjust.
3021 * tree-vect-loop.c (vect_is_simple_reduction_1): Likewise.
3022 * tree-vect-stmt.c (vectorizable_condition): Likewise.
3023 * tree-vrp.c (extract_range_from_cond_expr): Likewise.
3024 (extract_range_from_assignment): Likewise.
3025
3026 2011-08-31 Richard Sandiford <rdsandiford@googlemail.com>
3027
3028 * config/i386/i386.md: Use (match_test ...) for attribute tests.
3029 * config/i386/mmx.md: Likewise.
3030 * config/i386/sse.md: Likewise.
3031 * config/i386/predicates.md (call_insn_operand): Use
3032 (not (match_test "...")) instead of (match_test "!...")
3033 * config/i386/constraints.md (w): Likewise.
3034
3035 2011-08-31 Richard Sandiford <rdsandiford@googlemail.com>
3036
3037 * doc/md.texi: Describe the use of match_tests in attribute tests.
3038 * rtl.def (MATCH_TEST): Update commentary.
3039 * genattrtab.c (attr_copy_rtx, check_attr_test, clear_struct_flag)
3040 (write_test_expr, walk_attr_value): Handle MATCH_TEST.
3041
3042 2011-08-31 Richard Sandiford <rdsandiford@googlemail.com>
3043
3044 * genattrtab.c (attr_rtx_1): Hash SYMBOL_REFs.
3045 (attr_string): Use copy_md_ptr_loc.
3046
3047 2011-08-31 Martin Jambor <mjambor@suse.cz>
3048
3049 PR middle-end/49886
3050 * ipa-inline-analysis.c (compute_inline_parameters): Set
3051 can_change_signature of noes with typde attributes.
3052 * ipa-split.c (split_function): Do not skip any arguments if
3053 can_change_signature is set.
3054
3055 2011-08-31 Martin Jambor <mjambor@suse.cz>
3056
3057 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Alias
3058 check removed.
3059
3060 2011-08-31 Richard Guenther <rguenther@suse.de>
3061
3062 * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
3063 special-casing.
3064
3065 2011-08-31 Marc Glisse <marc.glisse@inria.fr>
3066
3067 * doc/generic.texi (Types for C++): CP_TYPE_QUALS -> cp_type_quals.
3068
3069 2011-08-31 Tom de Vries <tom@codesourcery.com>
3070
3071 PR middle-end/43513
3072 * Makefile.in (tree-ssa-ccp.o): Add $(PARAMS_H) to rule.
3073 * tree-ssa-ccp.c (params.h): Include.
3074 (fold_builtin_alloca_for_var): New function.
3075 (ccp_fold_stmt): Use fold_builtin_alloca_for_var.
3076
3077 2011-08-30 Uros Bizjak <ubizjak@gmail.com>
3078
3079 * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
3080 Handle FMA option.
3081
3082 2011-08-30 Andrew Stubbs <ams@codesourcery.com>
3083
3084 * config/arm/arm.c (optimal_immediate_sequence_1): Make b1, b2,
3085 b3 and b4 unsigned.
3086
3087 2011-08-30 Andrew Stubbs <ams@codesourcery.com>
3088
3089 * config/arm/arm.c (arm_gen_constant): Set can_negate correctly
3090 when code is SET.
3091
3092 2011-08-30 Richard Guenther <rguenther@suse.de>
3093
3094 PR middle-end/48571
3095 * gimple.h (maybe_fold_offset_to_address): Remove.
3096 (maybe_fold_offset_to_reference): Likewise.
3097 (maybe_fold_stmt_addition): Likewise.
3098 (may_propagate_address_into_dereference): Likewise.
3099 * tree-inline.c (remap_gimple_op_r): Do not reconstruct
3100 array references.
3101 * gimple-fold.c (canonicalize_constructor_val): Likewise.
3102 Canonicalize invariant POINTER_PLUS_EXPRs to invariant MEM_REF
3103 addresses instead.
3104 (may_propagate_address_into_dereference): Remove.
3105 (maybe_fold_offset_to_array_ref): Likewise.
3106 (maybe_fold_offset_to_reference): Likewise.
3107 (maybe_fold_offset_to_address): Likewise.
3108 (maybe_fold_stmt_addition): Likewise.
3109 (fold_gimple_assign): Do not reconstruct array references but
3110 instead canonicalize invariant POINTER_PLUS_EXPRs to invariant
3111 MEM_REF addresses.
3112 (gimple_fold_stmt_to_constant_1): Likewise.
3113 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
3114 * gimplify.c (gimplify_conversion): Likewise.
3115 (gimplify_expr): Likewise.
3116
3117 2011-08-30 Ilya Tocar <ilya.tocar@intel.com>
3118
3119 * config/i386/fmaintrin.h: New.
3120 * config.gcc: Add fmaintrin.h.
3121 * config/i386/i386.c
3122 (enum ix86_builtins) <IX86_BUILTIN_VFMADDSS3>: New.
3123 <IX86_BUILTIN_VFMADDSD3>: Likewise.
3124 * config/i386/sse.md (fmai_vmfmadd_<mode>): New.
3125 (*fmai_fmadd_<mode>): Likewise.
3126 (*fmai_fmsub_<mode>): Likewise.
3127 (*fmai_fnmadd_<mode>): Likewise.
3128 (*fmai_fnmsub_<mode>): Likewise.
3129 * config/i386/immintrin.h: Add fmaintrin.h.
3130
3131 2011-08-30 Bernd Schmidt <bernds@codesourcery.com>
3132
3133 * genautomata.c (NO_COMB_OPTION): New macro.
3134 (no_comb_flag): New static variable.
3135 (gen_automata_option): Handle NO_COMB_OPTION.
3136 (comb_vect_p): False if no_comb_flag.
3137 (add_vect): Move computation of min/max values. Return early if
3138 no_comb_flag.
3139 * doc/md.texi (automata_option): Document no-comb-vect.
3140
3141 * config/i386/i386.c (get_pc_thunk_name): Change prefix to
3142 "__x86.get_pc_thunk".
3143
3144 * bb-reorder.c (insert_section_boundary_note): Only do it if
3145 we reordered the blocks; i.e. not if !optimize_function_for_speed_p.
3146
3147 2011-08-30 Christian Bruel <christian.bruel@st.com>
3148
3149 * coverage.c (coverage_init): Check flag_branch_probabilities instead of
3150 flag_profile_use.
3151
3152 2011-08-29 Michael Meissner <meissner@linux.vnet.ibm.com>
3153
3154 * config/rs6000/rs6000.opt (-msave-toc-indirect): Change default
3155 to off. Document switch.
3156 * doc/invoke.texi (-msave-toc-indirect): Ditto.
3157
3158 2011-08-29 Jakub Jelinek <jakub@redhat.com>
3159
3160 * gthr-posix.h (__gthread_active_p): Do not use preprocessor
3161 conditionals and comments inside macro arguments.
3162
3163 2011-08-29 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
3164 Richard Guenther <rguenther@suse.de>
3165
3166 * tree.h (constant_boolean_node): Adjust prototype.
3167 * fold-const.c (fold_convert_loc): Move aggregate conversion
3168 leeway down.
3169 (constant_boolean_node): Make value parameter boolean, add
3170 vector type handling.
3171 (fold_unary_loc): Use constant_boolean_node.
3172 (fold_binary_loc): Preserve types properly when folding
3173 COMPLEX_EXPR <__real x, __imag x>.
3174 * gimplify.c (gimplify_expr): Handle vector comparison.
3175 * tree.def (EQ_EXPR, ...): Document behavior on vector typed
3176 comparison.
3177 * tree-cfg.c (verify_gimple_comparison): Verify vector typed
3178 comparisons.
3179
3180 2011-08-29 Jakub Jelinek <jakub@redhat.com>
3181
3182 PR middle-end/48722
3183 * emit-rtl.c (unshare_all_rtl_again): For CALL_INSNs,
3184 reset_used_flags also in CALL_INSN_FUNCTION_USAGE.
3185 (verify_rtl_sharing): Likewise and verify_rtx_sharing
3186 in there too.
3187 (unshare_all_rtl_in_chain): For CALL_INSNs
3188 copy_rtx_if_shared also CALL_INSN_FUNCTION_USAGE.
3189
3190 2011-08-29 Richard Guenther <rguenther@suse.de>
3191
3192 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Set a location
3193 on the built ADDR_EXPR.
3194
3195 2011-08-29 Jakub Jelinek <jakub@redhat.com>
3196
3197 PR debug/50215
3198 * var-tracking.c (create_entry_value): Call cselib_lookup_from_insn
3199 before adding ENTRY_VALUE to val->locs.
3200
3201 2011-08-28 Mikael Pettersson <mikpe@it.uu.se>
3202
3203 PR bootstrap/50218
3204 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Initialize
3205 comp.
3206
3207 2011-08-27 Bernd Schmidt <bernds@codesourcery.com>
3208
3209 * doc/rtl.texi (simple_return): Document.
3210 (parallel, PATTERN): Here too.
3211 * doc/md.texi (return): Mention it's allowed to expand to simple_return
3212 in some cases.
3213 (simple_return): Document standard pattern.
3214 * gengenrtl.c (special_rtx): SIMPLE_RETURN is special.
3215 * final.c (final_scan_insn): Use ANY_RETURN_P on body.
3216 * reorg.c (function_return_label, function_simple_return_label):
3217 New static variables, replacing...
3218 (end_of_function_label): ... this.
3219 (simplejump_or_return_p): New static function.
3220 (optimize_skip, steal_delay_list_from_fallthrough,
3221 fill_slots_from_thread): Use it.
3222 (relax_delay_slots): Likewise. Use ANY_RETURN_P on body.
3223 (rare_destination, follow_jumps): Use ANY_RETURN_P on body.
3224 (find_end_label): Take a new arg which is one of the two return
3225 rtxs. Depending on which, set either function_return_label or
3226 function_simple_return_label. All callers changed.
3227 (make_return_insns): Make both kinds.
3228 (dbr_schedule): Adjust for two kinds of end labels.
3229 * function.c (emit_return_into_block): Set JUMP_LABEL properly.
3230 * genemit.c (gen_exp): Handle SIMPLE_RETURN.
3231 (gen_expand, gen_split): Use ANY_RETURN_P.
3232 * df-scan.c (df_uses_record): Handle SIMPLE_RETURN.
3233 * rtl.def (SIMPLE_RETURN): New code.
3234 * ifcvt.c (find_if_case_1): Be more careful about
3235 redirecting jumps to the EXIT_BLOCK.
3236 * jump.c (condjump_p, condjump_in_parallel_p, any_condjump_p,
3237 returnjump_p_1): Handle SIMPLE_RETURNs.
3238 * print-rtl.c (print_rtx): Likewise.
3239 * rtl.c (copy_rtx): Likewise.
3240 * bt-load.c (compute_defs_uses_and_gen): Use ANY_RETURN_P.
3241 * combine.c (simplify_set): Likewise.
3242 * resource.c (find_dead_or_set_registers, mark_set_resources):
3243 Likewise.
3244 * emit-rtl.c (verify_rtx_sharing, classify_insn, copy_insn_1,
3245 copy_rtx_if_shared_1, mark_used_flags): Handle SIMPLE_RETURNs.
3246 (init_emit_regs): Initialize simple_return_rtx.
3247 * cfglayout.c (fixup_reorder_chain): Pass a JUMP_LABEL to
3248 force_nonfallthru_and_redirect.
3249 * rtl.h (ANY_RETURN_P): Allow SIMPLE_RETURN.
3250 (GR_SIMPLE_RETURN): New enum value.
3251 (simple_return_rtx): New macro.
3252 * basic-block.h (force_nonfallthru_and_redirect): Adjust
3253 declaration.
3254 * cfgrtl.c (force_nonfallthru_and_redirect): Take a new jump_label
3255 argument. All callers changed. Be careful about what kinds of
3256 returnjumps to generate.
3257 * config/i386/3i86.c (ix86_pad_returns, ix86_count_insn_bb,
3258 ix86_pad_short_function): Likewise.
3259 * config/arm/arm.c (arm_final_prescan_insn): Handle both kinds
3260 of return.
3261 * config/mips/mips.md (any_return): New code_iterator.
3262 (optab): Add cases for return and simple_return.
3263 (return): Expand to a simple_return.
3264 (simple_return): New pattern.
3265 (*<optab>, *<optab>_internal for any_return): New patterns.
3266 (return_internal): Remove.
3267 * config/mips/mips.c (mips_expand_epilogue): Make the last insn
3268 a simple_return_internal.
3269
3270 2011-08-27 Uros Bizjak <ubizjak@gmail.com>
3271
3272 * config/i386/sse.md (*absneg<mode>2): Fix split condition.
3273 (vec_extract_lo_<mode>): Prevent both operands in memory.
3274 (vec_extract_lo_v16hi): Ditto.
3275 (*vec_extract_v4sf_mem): Add TARGET_SSE insn constraint.
3276
3277 2011-08-27 Uros Bizjak <ubizjak@gmail.com>
3278
3279 * config/i386/sse.md (mulv16qi3): Attach REG_EQUAL note.
3280 (*sse2_mulv4si3): Ditto.
3281 (mulv2di3): Ditto.
3282 * config/i386/i386.c (legitimize_tls_address): Change REG_EQIV
3283 notes to REG_EQUAL.
3284
3285 2011-08-27 Uros Bizjak <ubizjak@gmail.com>
3286
3287 PR target/50202
3288 * config/i386/sse.md (sse4_2_pcmpestr): Emit NOTE_INSN_DELETED note
3289 when all outputs are unused.
3290 (sse4_2_pcmpistr): Ditto.
3291
3292 2011-08-26 Uros Bizjak <ubizjak@gmail.com>
3293
3294 * config/i386/i386.md (round<mode>2): New expander.
3295 * config/i386/i386.c (enum ix86_builtins): Add
3296 IX86_BUILTIN_ROUND{PS,PD}_AZ{,256}.
3297 (struct builtin_description): Add __builtin_ia32_round{ps,pd}_az{,256}
3298 descriptions.
3299 (ix86_builtin_vectorized_function): Handle BUILT_IN_ROUND{,F} builtins.
3300 (ix86_build_const_vector): Rewrite using loop with RTVEC_ELT accessor.
3301
3302 2011-08-26 Uros Bizjak <ubizjak@gmail.com>
3303
3304 PR middle-end/50083
3305 * convert.c (convert_to_integer) <BUIT_IN_ROUND{,F,L}>: Convert
3306 only when TARGET_C99_FUNCTIONS.
3307 <BUILT_IN_NEARBYINT{,F,L}>: Ditto.
3308 <BUILT_IN_RINT{,F,L}>: Ditto.
3309
3310 2011-08-26 Michael Matz <matz@suse.de>
3311 Jakub Jelinek <jakub@redhat.com>
3312
3313 PR lto/50165
3314 * lto-streamer-in.c (canon_file_name): Initialize new_slot->len;
3315 don't call strlen twice, use memcpy.
3316
3317 2011-08-26 H.J. Lu <hongjiu.lu@intel.com>
3318
3319 * config/i386/bmi2intrin.h: Allow in <immintrin.h>.
3320 * config/i386/bmiintrin.h: Likewise.
3321 * config/i386/lzcntintrin.h: Likewise.
3322
3323 * config/i386/immintrin.h: Include <lzcntintrin.h>,
3324 <bmiintrin.h> and <bmi2intrin.h>.
3325
3326 2011-08-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3327
3328 PR target/50166
3329 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Check count in main.
3330 * configure: Regenerate.
3331
3332 2011-08-26 Jakub Jelinek <jakub@redhat.com>
3333
3334 PR c/50179
3335 * c-typeck.c (c_process_expr_stmt): Skip over nops and
3336 call mark_exp_read even if exprv is ADDR_EXPR.
3337
3338 2011-08-26 Richard Sandiford <richard.sandiford@linaro.org>
3339
3340 * df-problems.c (df_note_bb_compute): Pass uses rather than defs
3341 to df_set_dead_notes_for_mw.
3342
3343 2011-08-26 Richard Guenther <rguenther@suse.de>
3344
3345 * varasm.c (decode_addr_const): Handle MEM_REF[&X, OFF].
3346
3347 2011-08-26 Zdenek Dvorak <ook@ucw.cz>
3348 Tom de Vries <tom@codesourcery.com>
3349
3350 * tree-ssa-loop-ivopts.c (struct cost_pair): Add comp field.
3351 (struct ivopts_data): Add loop_single_exit_p field.
3352 (niter_for_exit): Change parameter desc_p into return value. Return
3353 desc if desc->may_be_zero. Free desc if unused.
3354 (niter_for_single_dom_exit): Change return type.
3355 (find_induction_variables): Handle changed return type of
3356 niter_for_single_dom_exit. Dump may_be_zero.
3357 (add_candidate_1): Keep original base and step type for IP_ORIGINAL.
3358 (set_use_iv_cost): Add and handle comp parameter.
3359 (determine_use_iv_cost_generic, determine_use_iv_cost_address): Add
3360 comp argument to set_use_iv_cost.
3361 (strip_wrap_conserving_type_conversions, expr_equal_p)
3362 (difference_cannot_overflow_p, iv_elimination_compare_lt): New function.
3363 (may_eliminate_iv): Add comp parameter. Handle new return type of
3364 niter_for_exit. Use loop_single_exit_p. Use iv_elimination_compare_lt.
3365 (determine_use_iv_cost_condition): Add comp argument to set_use_iv_cost
3366 and may_eliminate_iv.
3367 (rewrite_use_compare): Move call to iv_elimination_compare to ...
3368 (may_eliminate_iv): Here.
3369 (tree_ssa_iv_optimize_loop): Initialize loop_single_exit_p.
3370
3371 2011-08-26 Tom de Vries <tom@codesourcery.com>
3372
3373 * tree-pretty-print (dump_generic_node): Test for NULL_TREE before
3374 accessing TREE_TYPE.
3375
3376 2011-08-26 Jiangning Liu <jiangning.liu@arm.com>
3377
3378 * config/arm/arm.md (*ior_scc_scc): Enable for Thumb2 as well.
3379 (*ior_scc_scc_cmp): Likewise
3380 (*and_scc_scc): Likewise.
3381 (*and_scc_scc_cmp): Likewise.
3382 (*and_scc_scc_nodom): Likewise.
3383 (*cmp_ite0, *cmp_ite1, *cmp_and, *cmp_ior): Handle Thumb2.
3384
3385 2011-08-26 Jakub Jelinek <jakub@redhat.com>
3386
3387 * rtlanal.c (nonzero_bits1): Handle CLRSB.
3388
3389 2011-08-26 Richard Guenther <rguenther@suse.de>
3390
3391 * expr.c (string_constant): Handle &MEM_REF.
3392
3393 2011-08-26 Andrew Stubbs <ams@codesourcery.com>
3394
3395 * config/arm/arm.c (struct four_ints): New type.
3396 (count_insns_for_constant): Delete function.
3397 (find_best_start): Delete function.
3398 (optimal_immediate_sequence): New function.
3399 (optimal_immediate_sequence_1): New function.
3400 (arm_gen_constant): Move constant splitting code to
3401 optimal_immediate_sequence.
3402 Rewrite constant negation/invertion code.
3403
3404 2011-08-26 Andrew Stubbs <ams@codesourcery.com>
3405
3406 * config/arm/arm-protos.h (const_ok_for_op): Add prototype.
3407 * config/arm/arm.c (const_ok_for_op): Add support for addw/subw.
3408 Remove prototype. Remove static function type.
3409 * config/arm/arm.md (*arm_addsi3): Add addw/subw support.
3410 Add arch attribute.
3411 * config/arm/constraints.md (Pj, PJ): New constraints.
3412
3413 2011-08-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3414
3415 * config/arm/cortex-a9.md ("cortex_a9_mult_long"): New.
3416 ("cortex_a9_multiply_long"): New and use above. Handle all
3417 long multiply cases.
3418 ("cortex_a9_multiply"): Handle smmul and smmulr.
3419 ("cortex_a9_mac"): Handle smmla.
3420
3421 2011-08-25 Richard Henderson <rth@redhat.com>
3422
3423 PR 50132
3424 PR 49864
3425 * cfgcleanup.c (old_insns_match_p): Don't allow cross-jump for
3426 non-constant stack adjutment.
3427 * expr.c (find_args_size_adjust): Break out from ...
3428 (fixup_args_size_notes): ... here.
3429 * rtl.h (find_args_size_adjust): Declare.
3430
3431 2011-08-25 Uros Bizjak <ubizjak@gmail.com>
3432
3433 * config/i386/i386.md (isa): Add sse2, sse2_noavx, sse3,
3434 sse4 and sse4_noavx.
3435 (enabled): Handle sse2, sse2_noavx, sse3, sse4 and sse4_noavx.
3436 (*pushdf_rex64): Change Y2 register constraint to x.
3437 (*movdf_internal_rex64): Ditto.
3438 (*zero_extendsidi2_rex64): Ditto.
3439 (*movdi_internal): Change Y2 register constraint to x
3440 and update "isa" attribute.
3441 (*pushdf): Ditto.
3442 (*movdf internal): Ditto.
3443 (zero_extendsidi2_1): Ditto.
3444 (*truncdfdf_mixed): Ditto.
3445 (*truncxfdf2_mixed): Ditto.
3446 * config/i386/mmx.md (*mov<mode>_internal_rex64): Change Y2
3447 register constraint to x.
3448 (*movv2sf_internal_rex64): Ditto.
3449 (*mov<mode>_internal): Change Y2 register constraint to x
3450 and add "isa" attribute.
3451 (*movv2sf_internal): Ditto.
3452 (*vec_extractv2si_1): Ditto.
3453 * config/i386/sse.md ("vec_set<mode>_0): Change Y2 and Y4 register
3454 constraints to x and update "isa" attribute.
3455 (*vec_interleave_highv2df): Change Y3 registerconstraint
3456 to x and update "isa" attribute.
3457 (*vec_interleave_lowv2df): Ditto.
3458 (*vec_concatv2df): Change Y2 register constraint to x and
3459 update "isa" attribute.
3460 (sse2_loadld): Ditto.
3461 (*vec_extractv2di_1): Ditto.
3462 (*vec_dupv4si): Ditto.
3463 (*vec_dupv2di): Ditto.
3464 (*vec_concatv4si): Ditto.
3465 (vec_concatv2di): Ditto.
3466 * config/i386/constraints.md (Y2): Remove.
3467 (Y3): Ditto.
3468 (Y4): Ditto.
3469
3470 2011-08-25 Bernd Schmidt <bernds@codesourcery.com>
3471
3472 * regrename.c (scan_rtx_reg, scan_rtx_address, build_def_use,
3473 dump_def_use_chain): Don't declare.
3474 (mark_conflict, create_new_chain): Move before users.
3475 (regrename_optimize): Move to near end of file.
3476
3477 2011-08-25 Georg-Johann Lay <avr@gjlay.de>
3478
3479 * config/avr-protos.h (byte_immediate_operand): Remove Prototype.
3480 (secondary_input_reload_class): Remove Prototype.
3481 * config/avr/avr.c (byte_immediate_operand): Remove Function.
3482 * config/avr/avr.md (setmemhi): Use u8_operand.
3483 (strlenhi): Use const0_rtx for comparison.
3484 * config/avr/avr.h (avr_reg_order): Remove Declaration.
3485
3486 2011-08-25 Georg-Johann Lay <avr@gjlay.de>
3487
3488 * config/avr/avr.c (reg_class_tab): Make local to
3489 avr_regno_reg_class. Return smallest register class available.
3490
3491 2011-08-25 Georg-Johann Lay <avr@gjlay.de>
3492
3493 * config/avr/avr.c (STR_PREFIX_P): New Define.
3494 (avr_asm_declare_function_name): Use it.
3495 (avr_asm_named_section): Use it.
3496 (avr_section_type_flags): Use it.
3497
3498 2011-08-25 Bernd Schmidt <bernds@codesourcery.com>
3499
3500 * doc/md.texi (automata_option): Document collapse-ndfa.
3501 * genautomata.c (COLLAPSE_OPTION): New macro.
3502 (collapse_flag): New static variable.
3503 (struct description): New member normal_decls_num.
3504 (struct automaton): New members advance_ainsn and collapse_ainsn.
3505 (gen_automata_option): Check for COLLAPSE_OPTION.
3506 (collapse_ndfa_insn_decl): New static variable.
3507 (add_collapse_ndfa_insn_decl, special_decl_p): New functions.
3508 (find_arc): If insn is the collapse-ndfa insn, accept any arc we find.
3509 (transform_insn_regexps): Call add_collapse_ndfa_insn_decl if
3510 necessary. Use normal_decls_num rather than decls_num, remove
3511 test for special decls.
3512 (create_alt_states, form_ainsn_with_same_reservs): Use special_decl_p.
3513 (make_automaton); Likewise. Use the new advance_cycle_insn member
3514 of struct automaton.
3515 (create_composed_state): Disallow advance-cycle arcs if collapse_flag
3516 is set.
3517 (NDFA_to_DFA): Don't create composed states for the collapse-ndfa
3518 transition. Create the necessary transitions for it.
3519 (create_ainsns): Return void. Take an automaton_t argument, and
3520 update its ainsn_list, advance_ainsn and collapse_ainsn members. All
3521 callers changed.
3522 (COLLAPSE_NDFA_VALUE_NAME): New macro.
3523 (output_tables): Output code to define it.
3524 (output_internal_insn_code_evaluation): Output code to accept
3525 const0_rtx as collapse-ndfa transition.
3526 (output_default_latencies, output_print_reservation_func,
3527 output_print_description): Reorganize loops to use normal_decls_num
3528 as loop bound; remove special case for advance_cycle_insn_decl.
3529 (initiate_automaton_gen): Handle COLLAPSE_OPTION.
3530 (check_automata_insn_issues): Check for collapse_ainsn.
3531 (expand_automate): Allocate sufficient space. Initialize
3532 normal_decls_num.
3533
3534 2011-08-25 Georg-Johann Lay <avr@gjlay.de>
3535
3536 * config/avr/avr.md: Fix indentation from r177991.
3537
3538 2011-08-25 Bernd Schmidt <bernds@codesourcery.com>
3539
3540 * regrename.c (struct du_head): Remove member terminated.
3541 (create_new_chain): Don't initialize it.
3542 (scan_rtx_reg): Don't set or test it, test the open_chains_set
3543 bitmap instead.
3544 (tick, this_tick): New global variables, moved out of
3545 regrename_optimize.
3546 (current_id, open_chains, closed_chains, open_chains_set,
3547 live_in_chains, live_hard_regs): Reorder declarations.
3548 (dump_def_use_chain): Move function earlier in the file.
3549 (rename_chains): New static function, broken out of
3550 regrename_optimize.
3551 (regrename_optimize): Use it. Remove #if 0'ed code.
3552
3553 2011-08-25 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3554
3555 * varasm.c: (default_binds_local_p_1): Commentary typo fix.
3556
3557 2011-08-24 H.J. Lu <hongjiu.lu@intel.com>
3558
3559 PR target/50172
3560 * config/i386/i386.c (ix86_expand_builtin): Convert to Pmode if needed.
3561
3562 2011-08-24 Richard Guenther <rguenther@suse.de>
3563
3564 * tree-data-ref.c (dr_analyze_indices): Avoid unsharing the
3565 ref in the basic-block case. Move stripping array-refs
3566 to the place we create an access-function for it. Remove
3567 bogus stripping down a MEM_REF to its base.
3568
3569 2011-08-24 Richard Guenther <rguenther@suse.de>
3570
3571 * fold-const.c (fold_comparison): Fold &a < &a + 4 even
3572 with -fno-strict-overflow.
3573
3574 2011-08-24 Richard Guenther <rguenther@suse.de>
3575
3576 * tree-vectorizer.c (vect_print_dump_info): Avoid the
3577 file and location clutter when dumping to dump files.
3578
3579 2011-08-24 Simon Baldwin <simonb@google.com>
3580
3581 * gengtype-state.c (write_state): Remove timestamped header line.
3582
3583 2011-08-24 Joseph Myers <joseph@codesourcery.com>
3584
3585 * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)
3586 (CFLAGS-c-family/c-pch.o, CFLAGS-prefix.o, CFLAGS-version.o)
3587 (CFLAGS-lto-compress.o, CFLAGS-toplev.o, CFLAGS-intl.o)
3588 (CFLAGS-cppbuiltin.o, CFLAGS-cppdefault.o): New.
3589 (collect2.o, c-family/c-cppbuiltin.o, c-family/c-opts.o)
3590 (c-family/c-pch.o, prefix.o, version.o, lto-compress.o, toplev.o)
3591 (intl.o, cppbuiltin.o, cppdefault.o): Remove explicit compilation
3592 rules.
3593 (lto-wrapper$(exeext)): Use $(LINKER) not $(COMPILER).
3594
3595 2011-08-24 Joseph Myers <joseph@codesourcery.com>
3596
3597 * Makefile.in (ALL_CXXFLAGS): Include $(CFLAGS-$@).
3598
3599 2011-08-24 Richard Guenther <rguenther@suse.de>
3600
3601 PR tree-optimization/50067
3602 * tree-data-ref.c (dr_analyze_indices): Do not add an access
3603 function for a MEM_REF base that has no evolution in the loop
3604 nest or that is not analyzable.
3605
3606 2011-08-23 Vladimir Makarov <vmakarov@redhat.com>
3607
3608 * ira.c (ira_init_register_move_cost): Check small subclasses
3609 through ira_reg_class_max_nregs and ira_available_class_regs.
3610
3611 2011-08-23 Uros Bizjak <ubizjak@gmail.com>
3612
3613 * config/i386/constraints.md (Yp): New register constraint.
3614 * config/i386/i386.md (*addhi_1): Merge with *addhi_1_lea using
3615 Yp register constraint.
3616 (*addqi_1): Merge with *addqi_1_lea using Yp register constraint.
3617 (*ashlhi3_1): Merge with *ashlhi3_1_lea using Yp register constraint.
3618 (*ashlqi3_1): Merge with *ashlqi3_1_lea using Yp register constraint.
3619
3620 2011-08-23 Kirill Yukhin <kirill.yukhin@intel.com>
3621
3622 * config/i386/sse.md (<s>mul<mode>3_highpart): Update.
3623
3624 2011-08-23 Mark Heffernan <meheff@google.com>
3625
3626 PR middle-end/38509
3627 * common.opt (Wfree-nonheap-object): New option.
3628 * doc/invoke.texi (Warning options): Document -Wfree-nonheap-object.
3629 * builtins.c (maybe_emit_free_warning): Add OPT_Wfree_nonheap_object
3630 to warning.
3631 (expand_builtin): Make warning conditional.
3632
3633 2011-08-23 Uros Bizjak <ubizjak@gmail.com>
3634
3635 * config/i386/i386.md (type): Add imulx, ishiftx and rotatex.
3636 (length_immediate): Handle imulx, ishiftx and rotatex.
3637 (imm_disp): Ditto.
3638 (isa): Add bmi2.
3639 (enabled): Handle bmi2.
3640 (*mul<mode><dwi>3): Split from *<u>mul<mode><dwi>3.
3641 (*umul<mode><dwi>3): Ditto. Add imulx BMI2 alternative.
3642 (*bmi2_umulditi3_1): New insn pattern.
3643 (*bmi2_umulsidi3_1): Ditto.
3644 (*umul<mode><dwi>3 splitter): New splitter to avoid flags dependency.
3645 (*bmi2_ashl<mode>3_1): New insn pattern.
3646 (*ashl<mode>3_1): Add ishiftx BMI2 alternative.
3647 (*ashl<mode>3_1 splitter): New splitter to avoid flags dependency.
3648 (*bmi2_ashlsi3_1_zext): New insn pattern.
3649 (*ashlsi3_1_zext): Add ishiftx BMI2 alternative.
3650 (*ashlsi3_1_zext splitter): New splitter to avoid flags dependency.
3651 (*bmi2_<shiftrt_insn><mode>3_1): New insn pattern.
3652 (*<shiftrt_insn><mode>3_1): Add ishiftx BMI2 alternative.
3653 (*<shiftrt_insn><mode>3_1 splitter): New splitter to avoid
3654 flags dependency.
3655 (*bmi2_<shiftrt_insn>si3_1_zext): New insn pattern.
3656 (*<shiftrt_insn>si3_1_zext): Add ishiftx BMI2 alternative.
3657 (*<shiftrt_insn>si3_1_zext splitter): New splitter to avoid
3658 flags dependency.
3659 (*bmi2_rorx<mode>3_1): New insn pattern.
3660 (*<rotate_insn><mode>3_1): Add rotatex BMI2 alternative.
3661 (*rotate<mode>3_1 splitter): New splitter to avoid flags dependency.
3662 (*rotatert<mode>3_1 splitter): Ditto.
3663 (*bmi2_rorxsi3_1_zext): New insn pattern.
3664 (*<rotate_insn>si3_1_zext): Add rotatex BMI2 alternative.
3665 (*rotatesi3_1_zext splitter): New splitter to avoid flags dependency.
3666 (*rotatertsi3_1_zext splitter): Ditto.
3667
3668 2011-08-23 Kirill Yukhin <kirill.yukhin@intel.com>
3669
3670 * common/config/i386/i386-common.c (OPTION_MASK_ISA_BMI2_SET): New.
3671 (OPTION_MASK_ISA_BMI2_UNSET): Likewise.
3672 (ix86_handle_option): Handle OPT_mbmi2 case.
3673 * config.gcc (i[34567]86-*-*): Add bmi2intrin.h.
3674 (x86_64-*-*): Likewise.
3675 * config/i386/bmi2intrin.h: New file.
3676 * config/i386/cpuid.h (bit_BMI2): New.
3677 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
3678 BMI2 feature.
3679 * config/i386/i386-c.c (ix86_target_macros_internal):
3680 Conditionally define __BMI2__.
3681 * config/i386/i386.c (ix86_option_override_internal): Define PTA_BMI2.
3682 Handle BMI2 option.
3683 (ix86_valid_target_attribute_inner_p): Handle BMI2 option.
3684 (print_reg): New code.
3685 (ix86_print_operand): Likewise.
3686 (ix86_builtins): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
3687 IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
3688 IX86_BUILTIN_PEXT64.
3689 (bdesc_args): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
3690 IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
3691 IX86_BUILTIN_PEXT64.
3692 * config/i386/i386.h (TARGET_BMI2): New.
3693 * config/i386/i386.md (UNSPEC_PDEP): New.
3694 (UNSPEC_PEXT): Likewise.
3695 (*bmi2_bzhi_<mode>3): Likewise.
3696 (*bmi2_pdep_<mode>3): Likewise.
3697 (*bmi2_pext_<mode>3): Likewise.
3698 * config/i386/i386.opt (mbmi2): New.
3699 * config/i386/x86intrin.h: Include bmi2intrin.h when __BMI2__
3700 is defined.
3701 * doc/extend.texi: Document BMI2 built-in functions.
3702 * doc/invoke.texi: Document -mbmi2.
3703
3704 2011-08-23 Jakub Jelinek <jakub@redhat.com>
3705
3706 PR middle-end/50161
3707 * simplify-rtx.c (simplify_const_unary_operation): If
3708 op is CONST_INT, don't look at op_mode, but use instead mode.
3709 * optabs.c (add_equal_note): For FFS, CLZ, CTZ,
3710 CLRSB, POPCOUNT, PARITY and BSWAP use operand mode for
3711 operation and TRUNCATE/ZERO_EXTEND if needed.
3712 * doc/rtl.texi (ffs, clrsb, clz, ctz, popcount, parity, bswap):
3713 Document that operand mode must be same as operation mode,
3714 or VOIDmode.
3715 * config/avr/avr.md (paritysi2, *parityqihi2.libgcc,
3716 *paritysihi2.libgcc, popcountsi2, *popcountsi2.libgcc,
3717 *popcountqihi2.libgcc, clzsi2, *clzsihi2.libgcc, ctzsi2,
3718 *ctzsihi2.libgcc, ffssi2, *ffssihi2.libgcc): For unary ops
3719 use the mode of operand for the operation and add truncate
3720 or zero_extend around if needed.
3721 * config/c6x/c6x.md (ctzdi2): Likewise.
3722 * config/bfin/bfin.md (clrsbsi2, signbitssi2): Likewise.
3723
3724 2011-08-12 Michael Matz <matz@suse.de>
3725
3726 * cfgexpand.c (expand_one_register_var): Use get_pointer_alignment.
3727 (gimple_expand_cfg): Merge alignment info for coalesced pointer
3728 SSA names.
3729
3730 2011-08-23 Richard Guenther <rguenther@suse.de>
3731
3732 * Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.
3733 * tree-affine.h (aff_comb_cannot_overlap_p): Declare.
3734 * tree-affine.c (aff_comb_cannot_overlap_p): New function, moved
3735 from ...
3736 * tree-ssa-loop-im.c (cannot_overlap_p): ... here.
3737 (mem_refs_may_alias_p): Adjust.
3738 * tree-data-ref.h (dr_may_alias_p): Adjust.
3739 * tree-data-ref.c: Include tree-affine.h.
3740 (dr_analyze_indices): Do nothing for the non-loop case.
3741 (dr_may_alias_p): Distinguish loop and non-loop case. Disambiguate
3742 more cases in the non-loop case.
3743 * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Adjust
3744 calls to dr_may_alias_p.
3745 (write_alias_graph_to_ascii_ecc): Likewise.
3746 (write_alias_graph_to_ascii_dot): Likewise.
3747 (build_alias_set_optimal_p): Likewise.
3748
3749 2011-08-23 Richard Guenther <rguenther@suse.de>
3750
3751 PR tree-optimization/50162
3752 * tree-vect-stmts.c (vectorizable_call): Fix argument lookup.
3753
3754 2011-08-23 Richard Guenther <rguenther@suse.de>
3755
3756 * tree-data-ref.c (dr_analyze_indices): Add comments, handle
3757 REALPART_EXPR and IMAGPART_EXPR similar to ARRAY_REFs.
3758 (create_data_ref): Also dump access functions for the created data-ref.
3759
3760 2011-08-22 Uros Bizjak <ubizjak@gmail.com>
3761 Kirill Yukhin <kirill.yukhin@intel.com>
3762
3763 PR target/50155
3764 * config/i386/sse.md (VI_AVX2): New.
3765 (<plusminus_insn><mode>3): Use VI_AVX2 mode iterator.
3766 (*<plusminus_insn><mode>3): Ditto.
3767 (<sse2_avx2>_andnot<mode>3): Ditto.
3768 (*andnot<mode>3): Fix order of cond operands.
3769 Add asserts for correct TARGET_xxx.
3770 (*<any_logic:code><mode>3): Ditto.
3771
3772 2011-08-22 Anatoly Sokolov <aesok@post.ru>
3773
3774 * config/m32c/m32c.h (CLASS_MAX_NREGS): Remove macro.
3775 * config/m32c/m32c-protos.h (m32c_class_max_nregs): Remove.
3776 * config/m32c/m32c.c (m32c_class_max_nregs): Make static. Change
3777 regclass argument type to reg_class_t. Change 'max' and 'v' vars
3778 and return types to unsigned char. Use reg_class_contents instead
3779 of class_contents.
3780 (TARGET_CLASS_MAX_NREGS): Define.
3781
3782 2011-08-22 Bernd Schmidt <bernds@codesourcery.com>
3783
3784 * config/c6x/c6x.md (indirect_jump_shadow): Tweak representation
3785 to make computed_jump_p return true.
3786
3787 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3788
3789 * configure.ac (GCC_PICFLAG_FOR_TARGET): Call it.
3790 (PICFLAG_FOR_TARGET): Substitute.
3791 * aclocal.m4: Regenerate.
3792 * configure: Regenerate.
3793
3794 2011-08-22 Dodji Seketeli <dodji@redhat.com>
3795
3796 * c-family/c-pch.c (c_common_read_pch): Re-set line table right
3797 after reading in the pch.
3798
3799 2011-08-22 H.J. Lu <hongjiu.lu@intel.com>
3800
3801 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Error if __ELF__ isn't defined.
3802 * configure: Regenerated.
3803
3804 2011-08-22 Jakub Jelinek <jakub@redhat.com>
3805
3806 PR tree-optimization/50133
3807 * tree-vect-stmts.c (vect_finish_stmt_generation): Copy location
3808 from stmt instead of some statement around gsi.
3809
3810 PR middle-end/50141
3811 * expr.c (get_bit_range): Only use DECL_THREAD_LOCAL_P if
3812 innerdecl is a VAR_DECL.
3813
3814 2011-08-22 Kirill Yukhin <kirill.yukhin@intel.com>
3815
3816 * config/i386/avx2intrin.h: New file.
3817 * config/i386/i386-builtin-types.def (PCINT, PCINT64, PV4SI,
3818 PV8SI, V32QI_FTYPE_V32QI, V32QI_FTYPE_V16QI, V16HI_FTYPE_V16HI,
3819 V16HI_FTYPE_V8HI, V8SI_FTYPE_V8SI, V16HI_FTYPE_V16QI,
3820 V8SI_FTYPE_V16QI, V4DI_FTYPE_V16QI, V8SI_FTYPE_V8HI,
3821 V4DI_FTYPE_V8HI, V4DI_FTYPE_V4SI, V4DI_FTYPE_PV4DI,
3822 V4DI_FTYPE_V2DI, V2DI_FTYPE_PCV2DI_V2DI, V4SI_FTYPE_PCV4SI_V4SI,
3823 V32QI_FTYPE_V16HI_V16HI, V16HI_FTYPE_V8SI_V8SI,
3824 V32QI_FTYPE_V32QI_V32QI, V16HI_FTYPE_V32QI_V32QI,
3825 V16HI_FTYPE_V16HI_V8HI, V16HI_FTYPE_V16HI_V16HI,
3826 V16HI_FTYPE_V16HI_INT, V16HI_FTYPE_V16HI_SI,
3827 V16HI_FTYPE_V16HI_V16HI_INT, V32QI_FTYPE_V32QI_V32QI_INT,
3828 V8SI_FTYPE_V8SI_V4SI, V8SI_FTYPE_V8SI_V8SI,
3829 V8SI_FTYPE_V16HI_V16HI, V8SI_FTYPE_V8SI_INT, V8SI_FTYPE_V8SI_SI,
3830 V8SI_FTYPE_PCV8SI_V8SI, V4DI_FTYPE_V4DI_V4DI,
3831 V4DI_FTYPE_V8SI_V8SI, V4DI_FTYPE_V4DI_V2DI,
3832 V4DI_FTYPE_PCV4DI_V4DI, V4DI_FTYPE_V4DI_INT,
3833 V2DI_FTYPE_V4DI_INT, V4DI_FTYPE_V4DI_V4DI_INT,
3834 V4DI_FTYPE_V4DI_V2DI_INT, VOID_FTYPE_PV2DI_V2DI_V2DI,
3835 VOID_FTYPE_PV4DI_V4DI_V4DI, VOID_FTYPE_PV4SI_V4SI_V4SI,
3836 VOID_FTYPE_PV8SI_V8SI_V8SI,
3837 V2DF_FTYPE_V2DF_PCDOUBLE_V4SI_V2DF_INT,
3838 V4DF_FTYPE_V4DF_PCDOUBLE_V4SI_V4DF_INT,
3839 V2DF_FTYPE_V2DF_PCDOUBLE_V2DI_V2DF_INT,
3840 V4DF_FTYPE_V4DF_PCDOUBLE_V4DI_V4DF_INT,
3841 V4SF_FTYPE_V4SF_PCFLOAT_V4SI_V4SF_INT,
3842 V8SF_FTYPE_V8SF_PCFLOAT_V8SI_V8SF_INT,
3843 V4SF_FTYPE_V4SF_PCFLOAT_V2DI_V4SF_INT,
3844 V4SF_FTYPE_V4SF_PCFLOAT_V4DI_V4SF_INT,
3845 V2DI_FTYPE_V2DI_PCINT64_V4SI_V2DI_INT,
3846 V4DI_FTYPE_V4DI_PCINT64_V4SI_V4DI_INT,
3847 V2DI_FTYPE_V2DI_PCINT64_V2DI_V2DI_INT,
3848 V4DI_FTYPE_V4DI_PCINT64_V4DI_V4DI_INT,
3849 V4SI_FTYPE_V4SI_PCINT_V4SI_V4SI_INT,
3850 V8SI_FTYPE_V8SI_PCINT_V8SI_V8SI_INT,
3851 V4SI_FTYPE_V4SI_PCINT_V2DI_V4SI_INT,
3852 V4SI_FTYPE_V4SI_PCINT_V4DI_V4SI_INT,
3853 V16HI_FTYPE_V16HI_SI_COUNT, V16HI_FTYPE_V16HI_V8HI_COUNT,
3854 V8SI_FTYPE_V8SI_SI_COUNT, V8SI_FTYPE_V8SI_V4SI_COUNT,
3855 V4DI_FTYPE_V4DI_INT_COUNT, V4DI_FTYPE_V4DI_V2DI_COUNT,
3856 V4DI_FTYPE_V4DI_INT_CONVERT,
3857 V4DI_FTYPE_V4DI_V4DI_INT_CONVERT): New.
3858 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MPSADBW256,
3859 IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
3860 IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
3861 IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
3862 IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
3863 IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
3864 IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
3865 IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
3866 IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
3867 IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
3868 IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
3869 IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
3870 IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
3871 IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
3872 IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
3873 IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
3874 IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
3875 IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
3876 IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
3877 IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
3878 IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
3879 IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
3880 IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
3881 IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
3882 IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
3883 IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
3884 IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
3885 IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
3886 IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
3887 IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
3888 IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
3889 IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
3890 IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
3891 IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
3892 IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
3893 IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
3894 IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
3895 IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
3896 IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
3897 IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
3898 IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
3899 IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
3900 IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
3901 IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
3902 IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
3903 IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
3904 IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
3905 IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
3906 IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
3907 IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
3908 IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
3909 IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
3910 IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
3911 IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
3912 IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
3913 IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
3914 IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
3915 IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
3916 IX86_BUILTIN_MOVNTDQA256, IX86_BUILTIN_VBROADCASTSS_PS,
3917 IX86_BUILTIN_VBROADCASTSS_PS256,
3918 IX86_BUILTIN_VBROADCASTSD_PD256,
3919 IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
3920 IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
3921 IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
3922 IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
3923 IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
3924 IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
3925 IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
3926 IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
3927 IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
3928 IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
3929 IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
3930 IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
3931 IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256,
3932 IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
3933 IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
3934 IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
3935 IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
3936 IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI,
3937 IX86_BUILTIN_GATHERSIV2DF, IX86_BUILTIN_GATHERSIV4DF,
3938 IX86_BUILTIN_GATHERDIV2DF, IX86_BUILTIN_GATHERDIV4DF,
3939 IX86_BUILTIN_GATHERSIV4SF, IX86_BUILTIN_GATHERSIV8SF,
3940 IX86_BUILTIN_GATHERDIV4SF, IX86_BUILTIN_GATHERDIV8SF,
3941 IX86_BUILTIN_GATHERSIV2DI, IX86_BUILTIN_GATHERSIV4DI,
3942 IX86_BUILTIN_GATHERDIV2DI, IX86_BUILTIN_GATHERDIV4DI,
3943 IX86_BUILTIN_GATHERSIV4SI, IX86_BUILTIN_GATHERSIV8SI,
3944 IX86_BUILTIN_GATHERDIV4SI, IX86_BUILTIN_GATHERDIV8SI.
3945 (bdesc_special_args): Add IX86_BUILTIN_MOVNTDQA256,
3946 IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
3947 IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
3948 IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
3949 IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256.
3950 (bdesc_args): Add IX86_BUILTIN_MPSADBW256,
3951 IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
3952 IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
3953 IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
3954 IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
3955 IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
3956 IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
3957 IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
3958 IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
3959 IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
3960 IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
3961 IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
3962 IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
3963 IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
3964 IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
3965 IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
3966 IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
3967 IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
3968 IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
3969 IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
3970 IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
3971 IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
3972 IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
3973 IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
3974 IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
3975 IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
3976 IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
3977 IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
3978 IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
3979 IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
3980 IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
3981 IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
3982 IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
3983 IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
3984 IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
3985 IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
3986 IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
3987 IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
3988 IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
3989 IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
3990 IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
3991 IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
3992 IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
3993 IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
3994 IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
3995 IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
3996 IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
3997 IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
3998 IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
3999 IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
4000 IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
4001 IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
4002 IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
4003 IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
4004 IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
4005 IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
4006 IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
4007 IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
4008 IX86_BUILTIN_VBROADCASTSS_PS, IX86_BUILTIN_VBROADCASTSS_PS256,
4009 IX86_BUILTIN_VBROADCASTSD_PD256,
4010 IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
4011 IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
4012 IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
4013 IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
4014 IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
4015 IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
4016 IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
4017 IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
4018 IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
4019 IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
4020 IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
4021 IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
4022 IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
4023 IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI.
4024 (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_GATHERSIV2DF,
4025 IX86_BUILTIN_GATHERSIV4DF, IX86_BUILTIN_GATHERDIV2DF,
4026 IX86_BUILTIN_GATHERDIV4DF, IX86_BUILTIN_GATHERSIV4SF,
4027 IX86_BUILTIN_GATHERSIV8SF, IX86_BUILTIN_GATHERDIV4SF,
4028 IX86_BUILTIN_GATHERDIV8SF, IX86_BUILTIN_GATHERSIV2DI,
4029 IX86_BUILTIN_GATHERSIV4DI, IX86_BUILTIN_GATHERDIV2DI,
4030 IX86_BUILTIN_GATHERDIV4DI, IX86_BUILTIN_GATHERSIV4SI,
4031 IX86_BUILTIN_GATHERSIV8SI, IX86_BUILTIN_GATHERDIV4SI,
4032 IX86_BUILTIN_GATHERDIV8SI.
4033 (ix86_preferred_simd_mode): Support AVX2 modes.
4034 (ix86_expand_args_builtin): Support AVX2 builtins.
4035 (ix86_expand_special_args_builtin): Likewise.
4036 (ix86_expand_builtin): Likewise.
4037 * config/i386/i386.md (UNSPEC_VPERMSI): New.
4038 (UNSPEC_VPERMDF): Likewise.
4039 (UNSPEC_VPERMSF): Likewise.
4040 (UNSPEC_VPERMDI): Likewise.
4041 (UNSPEC_VPERMTI): Likewise.
4042 (UNSPEC_GATHER): Likewise.
4043 (ssemodesuffix): Extend.
4044 * config/i386/immintrin.h: Include avx2intrin.h when __AVX2__
4045 is defined.
4046 * config/i386/predicates.md (const1248_operand): New.
4047 * config/i386/sse.md (VI1_AVX2): New mode iterator.
4048 (VI2_AVX2): Likewise.
4049 (VI4_AVX2): Likewise.
4050 (VI8_AVX2): Likewise.
4051 (VIMAX_AVX2): Likewise.
4052 (SSESCALARMODE): Likewise.
4053 (VI12_AVX2): Likewise.
4054 (VI24_AVX2): Likewise.
4055 (VI124_AVX2): Likewise.
4056 (VI248_AVX2): Likewise.
4057 (VI48_AVX2): Likewise.
4058 (VI4SD_AVX2): Likewise.
4059 (V48_AVX2): Likewise.
4060 (AVX256MODE2P): Likewise.
4061 (AVXMODE48P_DI): Likewise.
4062 (sse2_avx2): New mode attribute.
4063 (ssse3_avx2): Likewise.
4064 (sse4_1_avx2): Likewise.
4065 (avx_avx2): Likewise.
4066 (ssebytemode): Likewise.
4067 (AVXTOSSEMODE): Likewise.
4068 (AVXMODE48P_DI): Likewise.
4069 (gthrfirstp): Likewise.
4070 (gthrlastp): Likewise.
4071 (lshift): New code_iterator
4072 (lshift): New code attribute.
4073 (lshift): Likewise.
4074 (ssescalarmodesuffix): Update.
4075 (sseunpackmode): Likewise.
4076 (ssepackmode): Likewise.
4077 (avx2_vec_dupv4sf): New insn pattern.
4078 (avx2_vec_dupv8sf): Likewise.
4079 (avx2_interleave_highv4di): Likewise.
4080 (avx2_interleave_lowv4di): Likewise.
4081 (avx2_umulv4siv4di3): Likewise
4082 (*avx2_umulv4siv4di3): Likewise
4083 (avx2_pmaddwd): Likewise.
4084 (*avx2_pmaddwd): Likewise.
4085 (avx2_lshrqv4di3): Likewise.
4086 (avx2_lshlqv4di3): Likewise.
4087 (avx2_lshl<mode>3): Likewise.
4088 (avx2_<umaxmin:code><mode>3): Likewise.
4089 (*avx2_<umaxmin:code><mode>3): Likewise.
4090 (avx2_<smaxmin:code><mode>3): Likewise.
4091 (*avx2_<smaxmin:code><mode>3): Likewise.
4092 (avx2_eq<mode>3): Likewise.
4093 (*avx2_eq<mode>3): Likewise.
4094 (avx2_gt<mode>3): Likewise.
4095 (avx2_interleave_highv32qi): New.
4096 (avx2_interleave_lowv32qi): Likewise.
4097 (avx2_interleave_highv16hi): Likewise.
4098 (avx2_interleave_lowv16hi): Likewise.
4099 (avx2_interleave_highv8si): Likewise.
4100 (avx2_interleave_lowv8si): Likewise.
4101 (avx2_pshufd): Likewise.
4102 (avx2_pshufd_1): Likewise.
4103 (avx2_pshuflwv3): Likewise.
4104 (avx2_pshuflw_1): Likewise.
4105 (avx2_pshufhwv3): Likewise.
4106 (avx2_pshufhw_1): Likewise.
4107 (avx2_uavgv32qi3): Likewise.
4108 (*avx2_uavgv32qi3): Likewise.
4109 (avx2_uavgv16hi3): Likewise.
4110 (*avx2_uavgv16hi3): Likewise.
4111 (avx2_pmovmskb): Likewise.
4112 (avx2_phaddwv16hi3): Likewise.
4113 (avx2_phadddv8si3): Likewise.
4114 (avx2_phaddswv16hi3): Likewise.
4115 (avx2_phsubwv16hi3): Likewise.
4116 (avx2_phsubdv8si3): Likewise.
4117 (avx2_phsubswv16hi3): Likewise.
4118 (avx2_pmaddubsw256): Likewise.
4119 (avx2_umulhrswv16hi3): Likewise.
4120 (*avx2_umulhrswv16hi3): Likewise.
4121 (avx2_packusdw): Likewise.
4122 (avx2_pblendd<mode>): Likewise.
4123 (avx2_<code>v16qiv16hi2): Likewise.
4124 (avx2_<code>v8qiv8si2): Likewise.
4125 (avx2_<code>v8hiv8si2): Likewise.
4126 (avx2_<code>v4qiv4di2): Likewise.
4127 (avx2_<code>v4hiv4di2): Likewise.
4128 (avx2_<code>v4siv4di2): Likewise.
4129 (avx2_pbroadcast<mode>): Likewise.
4130 (avx2_permvarv8si): Likewise.
4131 (avx2_permv4df): Likewise.
4132 (avx2_permvarv8sf): Likewise.
4133 (avx2_permv4di): Likewise.
4134 (avx2_permv2ti): Likewise.
4135 (avx2_vec_dupv4df): Likewise.
4136 (avx2_vbroadcasti128_<mode>): Likewise.
4137 (avx2_vec_set_lo_v4di): Likewise.
4138 (avx2_vec_set_hi_v4di): Likewise.
4139 (*avx2_maskmov<avx2modesuffix><avxmodesuffix>): Likewise.
4140 (avx2_extracti128): Likewise.
4141 (avx2_inserti128): Likewise.
4142 (avx2_ashrvv8si): Likewise.
4143 (avx2_ashrvv4si): Likewise.
4144 (avx2_<lshift>vv8si): Likewise.
4145 (avx2_<lshift>v<mode>): Likewise.
4146 (avx2_<lshift>vv2di): Likewise.
4147 (avx2_gathersi<mode>): Likewise.
4148 (*avx2_gathersi<mode>): Likewise.
4149 (avx2_gatherdi<mode>): Likewise.
4150 (*avx2_gatherdi<mode>): Likewise.
4151 (avx2_gatherdi<mode>256): Likewise.
4152 (*avx2_gatherdi<mode>256): Likewise.
4153 (<plusminus_insn><mode>3): Use VI mode iterator.
4154 (*<plusminus_insn><mode>3): Use VI mode iterator.
4155 (<sse2_avx2>_<plusminus_insn><mode>3): Rename from
4156 sse2_<plusminus_insn><mode>3. Use VI12_AVX2 mode iterator.
4157 (*<sse2_avx2>_<plusminus_insn><mode>3): Rename from
4158 *sse2_<plusminus_insn><mode>3. Use VI12_AVX2 mode iterator.
4159 (mul<mode>3): Rename from mulv8hi3. Use VI2_AVX2 mode iterator.
4160 (*mul<mode>3): Rename from *mulv8hi3. Use VI2_AVX2 mode iterator.
4161 (<s>mul<mode>3_highpart): Rename from <s>mulv8hi3_highpart.
4162 Use VI2_AVX2 mode iterator.
4163 (*<s>mul<mode>3_highpart): Rename from *<s>mulv8hi3_highpart.
4164 Use VI2_AVX2 mode iterator.
4165 (mul<mode>3): Rename from mulv4si3. Use VI4_AVX2 mode iterator.
4166 (*mul<mode>3): Rename from *mulv4si3. Use VI4_AVX2 mode iterator.
4167 (*<sse4_1_avx2>_mulv2siv2di3): Rename from *sse4_1_mulv4si3.
4168 Use VI4_AVX2 mode iterator.
4169 (ashr<mode>3): Use VI24_AVX2 mode iterator.
4170 (lshr<mode>3): Use VI248_AVX2 mode iterator.
4171 (<sse2_avx2>_ashl<mode>3): Rename from sse2_ashlv1ti3.
4172 Use VIMAX_AVX2 mode iterator.
4173 (<sse2_avx2>_andnot<mode>3): Rename from sse2_andnot<mode>3.
4174 Use VI mode iterator.
4175 (*andnot<mode>3): Update for AVX2.
4176 (*<any_logic:code><mode>3): Likewise.
4177 (<sse2_avx2>_packsswb): Rename from sse2_packsswb.
4178 Use VI1_AVX mode iterator.
4179 (<sse2_avx2>_packssdw): Rename from sse2_packssdw.
4180 Use VI2_AVX mode iterator.
4181 (<sse2_avx2>_packuswb): Rename from sse2_packsswb.
4182 Use VI1_AVX mode iterator.
4183 (<sse2_avx2>_psadbw): Rename from sse2_psadbw.
4184 Use VI8_AVX2 mode iterator.
4185 (<ssse3_avx2>_pshufb<mode>3): Rename from ssse3_pshufbv16qi3.
4186 Use VI1_AVX2 mode iterator.
4187 (<ssse3_avx2>_psign<mode>3): Rename from ssse3_psign<mode>3.
4188 Use VI124_AVX2 mode iterator.
4189 (<ssse3_avx2>_palignr<mode>): Rename from ssse3_palignrti.
4190 Use SSESCALARMODE mode iterator.
4191 (abs<mode>2): Use VI124_AVX2 mode iterator.
4192 (<sse4_1_avx2>_movntdqa): Rename from sse4_1_movntdqa.
4193 Use VI8_AVX2 mode iterator.
4194 (<sse4_1_avx2>_mpsadbw): Rename from sse4_1_mpsadbw.
4195 Use VI1_AVX2 mode iterator.
4196 (<sse4_1_avx2>_pblendvb): Rename from sse4_1_pblendvb.
4197 Use VI1_AVX2 mode iterator.
4198 (<sse4_1_avx2>_pblendw): Rename from sse4_1_pblendvb.
4199 Use VI2_AVX2 mode iterator.
4200 (<avx_avx2>_maskload<avx2modesuffix><avxmodesuffix>): Rename from
4201 avx_maskload<ssemodesuffix><avxsizesuffix>. Use V48_AVX2 mode iterator.
4202 (<avx_avx2>_maskstore<avx2modesuffix><avxmodesuffix>): Rename from
4203 avx_maskstore<ssemodesuffix><avxsizesuffix>.
4204 Use V48_AVX2 mode iterator.
4205 * doc/extend.texi: Document AVX2 built-in functions.
4206 * doc/invoke.texi: Document -mavx2.
4207
4208 2011-08-22 Matthias Klose <doko@debian.org>
4209
4210 Revert:
4211 2011-07-11 Arthur Loiret <aloiret@debian.org>
4212 Matthias Klose <doko@debian.org>
4213 * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
4214 tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
4215 convention.
4216 * config.gcc (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
4217
4218 2011-08-22 Mikael Pettersson <mikpe@it.uu.se>
4219
4220 PR bootstrap/50146
4221 * ira-color.c (assign_hard_reg): Move saved_nregs declaration
4222 to #ifndef HONOR_REG_ALLOC_ORDER block.
4223
4224 2011-08-21 Richard Henderson <rth@redhat.com>
4225
4226 * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.
4227 * dwarf2cfi.c (scan_trace): Test JUMP_P before INSN_ANNULLED_BRANCH_P.
4228 * resource.c (next_insn_no_annul): Likewise.
4229 (mark_set_resources): Likewise.
4230 * reorg.c (delete_from_delay_slot): Likewise.
4231 (dbr_schedule, redundant_insn, try_merge_delay_insns): Likewise.
4232 (get_branch_condition): Test pc_rtx and LABEL_REF before dereferencing.
4233
4234 2011-08-21 Uros Bizjak <ubizjak@gmail.com>
4235
4236 * config/i386/i386.md (any_div): Remove.
4237 (sgnprefix): Update for removal.
4238 (u): Ditto.
4239
4240 2011-08-20 Vladimir Makarov <vmakarov@redhat.com>
4241
4242 * ira-lives.c (mark_pseudo_regno_subword_live): Use allocno class
4243 for ira_reg_class_max_nregs. Increase pressure by 1.
4244 (mark_pseudo_regno_subword_dead): Use allocno class
4245 for ira_reg_class_max_nregs.
4246
4247 2011-08-20 Richard Henderson <rth@redhat.com>
4248
4249 * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
4250 config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
4251 config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
4252 config/c6x/ltf.c: Adjust include path for soft-fp.
4253
4254 2011-08-20 H.J. Lu <hongjiu.lu@intel.com>
4255
4256 PR other/46770
4257 * config.gcc (tm_file): Add initfini-array.h if
4258 .init_arrary/.fini_array are supported.
4259
4260 * crtstuff.c: Don't generate .ctors nor .dtors sections if
4261 USE_INITFINI_ARRAY is defined.
4262
4263 * output.h (default_elf_init_array_asm_out_constructor): New.
4264 (default_elf_fini_array_asm_out_destructor): Likewise.
4265 * varasm.c (elf_init_array_section): Likewise.
4266 (elf_fini_array_section): Likewise.
4267 (get_elf_initfini_array_priority_section): Likewise.
4268 (default_elf_init_array_asm_out_constructor): Likewise.
4269 (default_elf_fini_array_asm_out_destructor): Likewise.
4270
4271 * config/initfini-array.h: New.
4272
4273 2011-08-20 Richard Sandiford <rdsandiford@googlemail.com>
4274
4275 * config/mips/mips.c (mips_class_max_nregs): Check that the mode is
4276 OK for ST_REGS and FP_REGS before taking those classes into account.
4277
4278 2011-08-20 Richard Sandiford <rdsandiford@googlemail.com>
4279
4280 * config/mips/mips.c (mips_reorg_process_insns): Check for jumps
4281 before checking for annulled branches.
4282
4283 2011-08-20 Uros Bizjak <ubizjak@gmail.com>
4284
4285 * config/i386/i386.c (ix86_binary_operator_ok): Use
4286 satisfies_constraint_L.
4287
4288 2011-08-20 Uros Bizjak <ubizjak@gmail.com>
4289 Michael Matz <matz@suse.de>
4290
4291 * config/i386/i386.c (ix86_expand_round_sse4): Expand as
4292 trunc (a + copysign (nextafter (0.5, 0.0), a)).
4293
4294 2011-08-20 Anatoly Sokolov <aesok@post.ru>
4295
4296 * doc/tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
4297 * doc/tm.texi: Regenerate.
4298 * targhooks.c (default_preferred_output_reload_class): Don't use
4299 PREFERRED_OUTPUT_RELOAD_CLASS macro.
4300 * system.h (PREFERRED_OUTPUT_RELOAD_CLASS): Poison.
4301
4302 2011-08-20 Jakub Jelinek <jakub@redhat.com>
4303
4304 PR tree-optimization/48739
4305 * tree-ssa.c: Include cfgloop.h.
4306 (execute_update_addresses_taken): When updating ssa, if in loop closed
4307 SSA form, call rewrite_into_loop_closed_ssa instead of update_ssa.
4308 * Makefile.in (tree-ssa.o): Depend on $(CFGLOOP_H).
4309
4310 2011-08-19 Vladimir Makarov <vmakarov@redhat.com>
4311
4312 PR rtl-optimization/49936
4313 * ira.c (ira_init_register_move_cost): Ignore too small subclasses
4314 for calculation of max register move costs.
4315
4316 2011-08-19 Joseph Myers <joseph@codesourcery.com>
4317
4318 * c-parser.c (c_parser_postfix_expression): Convert operands of
4319 __builtin_complex to their semantic types.
4320
4321 2011-08-19 H.J. Lu <hongjiu.lu@intel.com>
4322
4323 PR middle-end/49721
4324 * explow.c (convert_memory_address_addr_space): Also permute the
4325 conversion and addition of constant for zero-extend.
4326
4327 2011-08-19 Joseph Myers <joseph@codesourcery.com>
4328
4329 * c-parser.c (c_parser_postfix_expression): Handle RID_BUILTIN_COMPLEX.
4330 * doc/extend.texi (__builtin_complex): Document.
4331
4332 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
4333
4334 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Handle constants
4335 beyond conversions.
4336 (convert_mult_to_widen): Convert constant inputs to the right type.
4337 (convert_plusminus_to_widen): Don't automatically reject inputs that
4338 are not an SSA_NAME.
4339 Convert constant inputs to the right type.
4340
4341 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
4342
4343 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Convert add_rhs
4344 to the correct type.
4345
4346 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
4347
4348 * tree-ssa-math-opts.c (convert_mult_to_widen): Better handle
4349 unsigned inputs of different modes.
4350 (convert_plusminus_to_widen): Likewise.
4351
4352 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
4353
4354 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Add new argument
4355 'type'.
4356 Use 'type' from caller, not inferred from 'rhs'.
4357 Don't reject non-conversion statements. Do return lhs in this case.
4358 (is_widening_mult_p): Add new argument 'type'.
4359 Use 'type' from caller, not inferred from 'stmt'.
4360 Pass type to is_widening_mult_rhs_p.
4361 (convert_mult_to_widen): Pass type to is_widening_mult_p.
4362 (convert_plusminus_to_widen): Likewise.
4363
4364 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
4365
4366 * tree-ssa-math-opts.c (is_widening_mult_p): Remove FIXME.
4367 Ensure the the larger type is the first operand.
4368
4369 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
4370
4371 * tree-ssa-math-opts.c (convert_mult_to_widen): Convert
4372 unsupported unsigned multiplies to signed.
4373 (convert_plusminus_to_widen): Likewise.
4374
4375 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
4376
4377 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Permit a single
4378 conversion statement separating multiply-and-accumulate.
4379
4380 2011-08-19 Richard Guenther <rguenther@suse.de>
4381
4382 PR tree-optimization/50067
4383 * tree-data-ref.c (dr_analyze_indices): Simplify, strip MEM_REF
4384 offset only if we accounted for it.
4385
4386 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
4387
4388 * config/arm/arm.md (maddhidi4): Remove '*' from name.
4389 * expr.c (expand_expr_real_2): Use find_widening_optab_handler.
4390 * optabs.c (find_widening_optab_handler_and_mode): New function.
4391 (expand_widen_pattern_expr): Use find_widening_optab_handler.
4392 (expand_binop_directly): Likewise.
4393 (expand_binop): Likewise.
4394 * optabs.h (find_widening_optab_handler): New macro define.
4395 (find_widening_optab_handler_and_mode): New prototype.
4396 * tree-cfg.c (verify_gimple_assign_binary): Adjust WIDEN_MULT_EXPR
4397 type precision rules.
4398 (verify_gimple_assign_ternary): Likewise for WIDEN_MULT_PLUS_EXPR.
4399 * tree-ssa-math-opts.c (build_and_insert_cast): New function.
4400 (is_widening_mult_rhs_p): Allow widening by more than one mode.
4401 Explicitly disallow mis-matched input types.
4402 (convert_mult_to_widen): Use find_widening_optab_handler, and cast
4403 input types to fit the new handler.
4404 (convert_plusminus_to_widen): Likewise.
4405
4406 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
4407
4408 * expr.c (expand_expr_real_2): Use widening_optab_handler.
4409 * genopinit.c (optabs): Use set_widening_optab_handler for $N.
4410 (gen_insn): $N now means $a must be wider than $b, not consecutive.
4411 * optabs.c (widened_mode): New function.
4412 (expand_widen_pattern_expr): Use widening_optab_handler.
4413 (expand_binop_directly): Likewise.
4414 (expand_binop): Likewise.
4415 * optabs.h (widening_optab_handlers): New struct.
4416 (optab_d): New member, 'widening'.
4417 (widening_optab_handler): New function.
4418 (set_widening_optab_handler): New function.
4419 * tree-ssa-math-opts.c (convert_mult_to_widen): Use
4420 widening_optab_handler.
4421 (convert_plusminus_to_widen): Likewise.
4422
4423 2011-08-19 Joseph Myers <joseph@codesourcery.com>
4424
4425 * c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if
4426 pedantic.
4427 * c-parser.c (c_parser_declspecs): Include _Noreturn in syntax comment.
4428 * ginclude/stdnoreturn.h (noreturn): Don't define for C++.
4429
4430 2011-08-19 Joseph Myers <joseph@codesourcery.com>
4431
4432 * opth-gen.awk: Do not declare target save/restore structures and
4433 functions if IN_RTS defined.
4434
4435 2011-08-19 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4436
4437 PR target/49437
4438 * config/arm/arm.c (arm_output_epilogue): Properly handle epilogue
4439 when stack was realigned in interrupt handler prologue.
4440
4441 2011-08-18 Joseph Myers <joseph@codesourcery.com>
4442
4443 * c-decl.c (shadow_tag_warned): Check for _Noreturn.
4444 (quals_from_declspecs): Assert _Noreturn not present.
4445 (grokdeclarator): Handle _Noreturn.
4446 (build_null_declspecs): Initialize noreturn_p.
4447 (declspecs_add_scspec): Handle RID_NORETURN.
4448 * c-parser.c (c_token_starts_declspecs, c_parser_declspecs)
4449 (c_parser_attributes): Handle RID_NORETURN.
4450 * c-tree.h (struct c_declspecs): Add noreturn_p.
4451 * ginclude/stdnoreturn.h: New.
4452 * Makefile.in (USER_H): Add stdnoreturn.h.
4453
4454 2011-08-18 Kirill Yukhin <kirill.yukhin@intel.com>
4455
4456 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX2_SET): New.
4457 (OPTION_MASK_ISA_AVX_UNSET): Update.
4458 (OPTION_MASK_ISA_AVX2_UNSET): New.
4459 (ix86_handle_option): Handle OPT_mavx2 case.
4460 * config/i386/cpuid.h (bit_AVX2): New.
4461 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
4462 AVX2 feature.
4463 * config/i386/i386-c.c (ix86_target_macros_internal):
4464 Conditionally define __AVX2__.
4465 * config/i386/i386.c (ix86_option_override_internal): Define PTA_AVX2.
4466 Define "core-avx2" processor alias. Handle avx2 option.
4467 (ix86_valid_target_attribute_inner_p): Handle avx2 option.
4468 * config/i386/i386.h (TARGET_AVX2): New.
4469 * config/i386/i386.opt (mavx2): New.
4470 * doc/invoke.texi: Document -mavx2.
4471
4472 2011-08-18 Vladimir Makarov <vmakarov@redhat.com>
4473
4474 PR rtl-optimization/49890
4475 * ira-costs.c (setup_regno_cost_classes_by_aclass): Don't exclude
4476 subclasses of class which is superset of a pressure class.
4477
4478 2011-08-18 H.J. Lu <hongjiu.lu@intel.com>
4479 Igor Zamyatin <igor.zamyatin@intel.com>
4480
4481 * config/i386/i386-c.c (ix86_target_macros_internal): Replace int
4482 with HOST_WIDE_INT for isa_flag.
4483 (ix86_pragma_target_parse): Replace int with HOST_WIDE_INT for
4484 isa variables.
4485
4486 * config/i386/i386.c (ix86_target_string): Replace int with
4487 HOST_WIDE_INT for isa. Use HOST_WIDE_INT_PRINT to print isa.
4488 (ix86_target_opts): Replace int with HOST_WIDE_INT on mask.
4489 (pta_flags): Removed.
4490 (PTA_XXX): Redefined as (HOST_WIDE_INT_1 << X).
4491 (pta): Use HOST_WIDE_INT on flags.
4492 (builtin_isa): Use HOST_WIDE_INT on isa.
4493 (ix86_add_new_builtins): Likewise.
4494 (def_builtin): Use HOST_WIDE_INT on mask.
4495 (def_builtin_const): Likewise.
4496 (builtin_description): Likewise.
4497
4498 * config/i386/i386.opt (ix86_isa_flags): Replace int with
4499 HOST_WIDE_INT.
4500 (ix86_isa_flags_explicit): Likewise.
4501 (x_ix86_isa_flags_explicit): Likewise.
4502
4503 2011-08-17 Vladimir Makarov <vmakarov@redhat.com>
4504
4505 PR rtl-optimization/50107
4506 * ira-int.h (ira_hard_reg_not_in_set_p): Remove.
4507 (ira_hard_reg_in_set_p): New.
4508
4509 * ira-color.c (calculate_saved_nregs): New.
4510 (assign_hard_reg): Use it. Set up allocated_hard_reg_p for all
4511 hard regs.
4512 (allocno_reload_assign, fast_allocation): Use
4513 ira_hard_reg_set_intersection_p instead of
4514 ira_hard_reg_not_in_set_p.
4515
4516 * ira.c (setup_reg_renumber): Use
4517 ira_hard_reg_set_intersection_p instead of
4518 ira_hard_reg_not_in_set_p.
4519 (setup_allocno_assignment_flags, calculate_allocation_cost): Use
4520 ira_hard_reg_in_set_p instead of ira_hard_reg_not_in_set_p.
4521
4522 * ira-costs.c (ira_tune_allocno_costs): Use
4523 ira_hard_reg_set_intersection_p instead of
4524 ira_hard_reg_not_in_set_p.
4525
4526 2011-08-18 H.J. Lu <hongjiu.lu@intel.com>
4527 Igor Zamyatin <igor.zamyatin@intel.com>
4528
4529 * hwint.h (HOST_WIDE_INT_1): New.
4530
4531 * opt-functions.awk (switch_bit_fields): Initialize the
4532 host_wide_int field.
4533 (host_wide_int_var_name): New.
4534 (var_type_struct): Check and return HOST_WIDE_INT.
4535
4536 * opt-read.awk: Handle HOST_WIDE_INT for "Variable".
4537
4538 * optc-save-gen.awk: Support HOST_WIDE_INT on var_target_other.
4539
4540 * opth-gen.awk: Use HOST_WIDE_INT_1 on HOST_WIDE_INT. Properly
4541 check masks for HOST_WIDE_INT.
4542
4543 * opts-common.c (set_option): Support HOST_WIDE_INT flag_var.
4544 (option_enabled): Likewise.
4545 (get_option_state): Likewise.
4546
4547 * opts.h (cl_option): Add cl_host_wide_int. Change var_value
4548 to HOST_WIDE_INT.
4549
4550 2011-08-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4551 Marc Glisse <marc.glisse@normalesup.org>
4552
4553 PR libstdc++-v3/1773
4554 * target.def (decl_mangling_context): New C++ hook.
4555 * doc/tm.texi: Regenerate.
4556 * config/sol2-cxx.c, config/sol2-stubs.c: New files.
4557 * config/sol2-protos.h: Group by source file.
4558 (solaris_cxx_decl_mangling_context): Declare.
4559 * config/sol2.h (TARGET_CXX_DECL_MANGLING_CONTEXT): Define.
4560 * config/t-sol2 (sol2-cxx.o, sol2-stubs.o): New targets.
4561 Use $<.
4562 * config.gcc (*-*-solaris2*): Add sol2-cxx.o to cxx_target_objs.
4563 Add sol2-stubs.o to extra_objs.
4564
4565 2011-08-18 Jakub Jelinek <jakub@redhat.com>
4566
4567 PR target/50009
4568 * stor-layout.c (update_alignment_for_field): Don't ICE on
4569 packed flexible array members if ms_bitfield_layout_p.
4570
4571 PR target/50092
4572 * config/i386/i386.c (assign_386_stack_local): Call validize_mem
4573 on the result before returning it.
4574
4575 PR debug/50017
4576 * tree-vect-stmts.c (vect_finish_stmt_generation): If gsi_stmt (*gsi)
4577 is a debug stmt, use location of the first non-debug stmt after it.
4578
4579 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
4580
4581 * config/arm/arm.c (arm_rtx_costs_1): Don't modify the costs of SET.
4582 (arm_size_rtx_costs): Likewise.
4583
4584 2011-08-18 Richard Guenther <rguenther@suse.de>
4585
4586 * tree.h (tree_int_cst_msb): Remove.
4587 * tree.c (tree_int_cst_msb): Likewise.
4588 (tree_int_cst_sign_bit): Move from ...
4589 * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): ... here.
4590
4591 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
4592
4593 * doc/tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.
4594 * doc/tm.texi: Regenerate.
4595 * target.def (rtx_costs): Add an opno parameter.
4596 * hooks.h (hook_bool_rtx_int_int_intp_bool_false): Replace with...
4597 (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
4598 * hooks.c (hook_bool_rtx_int_int_intp_bool_false): Replace with...
4599 (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
4600 * cse.c (COST_IN): Add an opno parameter.
4601 (notreg_cost): Likewise. Update call to rtx_cost.
4602 (COST, fold_rtx): Update accordingly.
4603 * dojump.c (prefer_and_bit_test): Update call to rtx_cost.
4604 * expmed.c (emit_store_flag): Likewise.
4605 * optabs.c (avoid_expensive_constant): Add an opno parameter.
4606 Update call to rtx_cost.
4607 (expand_binop_directly, expand_binop): Likewise.
4608 (expand_twoval_binop, prepare_cmp_insn): Likewise.
4609 * rtl.h (rtx_cost, get_full_rtx_cost): Add opno parameters.
4610 (set_src_cost, get_full_set_src_cost): Update accordingly.
4611 * rtlanal.c (rtx_cost): Add an opno parameter. Update call
4612 to target hook.
4613 (get_full_rtx_cost): Add an opno paramter. Update calls to rtx_cost.
4614 (default_adress_cost): Update calls to rtx_cost.
4615
4616 * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs)
4617 (arm_slowmul_rtx_costs): Adjust calls to rtx_cost.
4618 (arm_rtx_costs): Add an opno parameter.
4619 * config/alpha/alpha.c (alpha_rtx_costs): Add an opno parameter and
4620 adjust any recursive rtx-cost calls.
4621 * config/avr/avr.c (avr_operand_rtx_cost, avr_rtx_costs): Likewise.
4622 * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
4623 * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
4624 * config/cris/cris.c (cris_rtx_costs): Likewise.
4625 * config/frv/frv.c (frv_rtx_costs): Likewise.
4626 * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
4627 * config/i386/i386.c (ix86_rtx_costs): Likewise.
4628 * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
4629 * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
4630 * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
4631 * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
4632 * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
4633 * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
4634 * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
4635 * config/mep/mep.c (mep_rtx_cost): Likewise.
4636 * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
4637 * config/mips/mips.c (mips_binary_cost): Update call to rtx_cost.
4638 (mips_zero_extend_cost): Add an opno parameter.
4639 * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
4640 * config/mn10300/mn10300.c (mn10300_address_cost): Update call
4641 to rtx_cost.
4642 (mn10300_rtx_costs): Add an opno parameter and adjust any recursive
4643 rtx-cost calls.
4644 * config/pa/pa.c (hppa_rtx_costs): Likewise.
4645 * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
4646 * config/picochip/picochip.c (picochip_rtx_costs): Likewise.
4647 * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
4648 (rs6000_debug_rtx_costs): Likewise.
4649 * config/s390/s390.c (s390_rtx_costs): Likewise.
4650 * config/score/score-protos.h (score_rtx_costs): Likewise.
4651 * config/score/score.c (score_rtx_costs): Likewise.
4652 * config/sh/sh.c (andcosts): Update call to rtx_cost.
4653 (sh_rtx_costs): Add an opno parameter.
4654 * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
4655 * config/spu/spu.c (spu_rtx_costs): Likewise.
4656 * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
4657 * config/v850/v850.c (v850_rtx_costs): Likewise.
4658 * config/vax/vax.c (vax_rtx_costs): Likewise.
4659 * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
4660
4661 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
4662
4663 * rtl.h (set_src_cost, get_full_set_src_cost): New functions.
4664 * auto-inc-dec.c (attempt_change): Use set_src_cost instead of
4665 rtx_cost.
4666 * calls.c (precompute_register_parameters): Likewise.
4667 * combine.c (expand_compound_operation, make_extraction): Likewise.
4668 (force_to_mode, distribute_and_simplify_rtx): Likewise.
4669 * dse.c (find_shift_sequence): Likewise.
4670 * expmed.c (init_expmed, expand_mult, expand_smod_pow2): Likewise.
4671 * expr.c (compress_float_constant): Likewise.
4672 * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
4673 * gcse.c (want_to_gcse_p): Likewise.
4674 * ifcvt.c (noce_try_sign_mask): Likewise.
4675 * loop-doloop.c (doloop_optimize): Likewise.
4676 * loop-invariant.c (create_new_invariant): Likewise.
4677 * optabs.c (avoid_expensive_constant): Likewise.
4678 * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands)
4679 (try_replace_in_use, reload_cse_move2add): Likewise.
4680 * reload1.c (calculate_elim_costs_all_insns): Likewise.
4681 (note_reg_elim_costly): Likewise.
4682 * rtlanal.c (insn_rtx_cost): Likewise.
4683 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
4684 * stmt.c (lshift_cheap_p): Likewise.
4685 * tree-ssa-loop-ivopts.c (seq_cost, computation_cost): Likewise.
4686 * config/avr/avr.c (final_prescan_insn): Likewise.
4687 * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
4688 * config/mips/mips.c (mips_binary_cost, mips_rtx_costs): Likewise.
4689
4690 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
4691
4692 * rtl.h (set_rtx_cost, get_full_set_rtx_cost): New functions.
4693 * auto-inc-dec.c (attempt_change): Use set_rtx_cost.
4694 * cfgloopanal.c (seq_cost): Likewise.
4695 * loop-invariant.c (create_new_invariant): Likewise.
4696 * postreload.c (move2add_use_add2_insn, move2add_use_add3_insn)
4697 (reload_cse_move2add): Use get_full_set_rtx_cost.
4698
4699 2011-08-18 Richard Guenther <rguenther@suse.de>
4700
4701 * expr.c (get_inner_reference): Fix typo in last change.
4702
4703 2011-08-18 Paolo Carlini <paolo.carlini@oracle.com>
4704 Joseph Myers <joseph@codesourcery.com>
4705
4706 PR tree-optimization/49963
4707 * hwint.c (absu_hwi): Define.
4708 * hwint.h (absu_hwi): Declare.
4709 * fold-const.c (fold_plusminus_mult_expr): Use absu_hwi instead
4710 of abs_hwi.
4711 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
4712 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
4713
4714 2011-08-18 Richard Guenther <rguenther@suse.de>
4715
4716 * expr.c (get_inner_reference): Sign-extend the constant
4717 twos-complement offset before doing arbitrary precision
4718 arithmetic on it.
4719 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
4720 (get_constraint_for_1): Pass the offset of a MEM_REF unchanged
4721 to get_constraint_for_ptr_offset.
4722
4723 2011-08-17 Kaz Kojima <kkojima@gcc.gnu.org>
4724
4725 PR target/50068
4726 * config/sh/sh.c (sh_output_mi_thunk): Don't call dbr_schedule.
4727
4728 2011-08-17 Richard Guenther <rguenther@suse.de>
4729
4730 * tree.h (convert_to_ptrofftype_loc): New function.
4731 (convert_to_ptrofftype): Define.
4732 * builtins.c (expand_builtin_bzero): Use size_type_node.
4733 (fold_builtin_bzero): Likewise.
4734 (std_gimplify_va_arg_expr): Build the BIT_AND_EXPR on the pointer.
4735 * c-typeck.c (build_unary_op): Use convert_to_ptrofftype_loc.
4736 * cgraphunit.c (thunk_adjust): Use fold_build_pointer_plus_loc.
4737 (cgraph_redirect_edge_call_stmt_to_callee): Use size_int.
4738 * expr.c (expand_expr_addr_expr_1): Use fold_build_pointer_plus.
4739 * fold-const.c (build_range_check): Negate using the original type.
4740 (fold_unary_loc): Use fold_build_pointer_plus_loc.
4741 * gimple-fold.c (gimple_adjust_this_by_delta): Use
4742 convert_to_ptrofftype.
4743 * gimplify.c (gimplify_self_mod_expr): Likewise.
4744 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Likewise.
4745 (graphite_create_new_loop_guard): Likewise.
4746 * graphite-sese-to-poly.c (my_long_long): Remove.
4747 (scop_ivs_can_be_represented): Adjust.
4748 * tree-cfg.c (verify_gimple_assign_unary): Use ptrofftype_p.
4749 * tree-chrec.c (chrec_fold_plus_1): Use fold_build_pointer_plus.
4750 * tree-loop-distribution.c (build_size_arg_loc): Use
4751 size_type_node.
4752 (generate_memset_zero): Simplify.
4753 * tree-mudflap.c: Use fold_convert, not convert.
4754 * tree-predcom.c (suitable_reference_p): Expand DR_OFFSET in
4755 its own type.
4756 (determine_offset): Likewise for DR_STEP.
4757 (valid_initializer_p): Likewise.
4758 * tree-profile.c (prepare_instrumented_value): Convert the pointer
4759 to an integer type of same size.
4760 * tree-scalar-evolution.c (interpret_rhs_expr): Do not refer
4761 to sizetype without need.
4762 * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
4763 * tree-ssa-loop-ivopts.c (find_bivs): Use convert_to_ptrofftype.
4764 * tree-ssa-loop-manip.c (create_iv): Likewise.
4765 (determine_exit_conditions): Adjust comment.
4766 * tree-ssa-pre.c (create_expression_by_pieces): Use
4767 convert_to_ptrofftype.
4768 * tree-ssa-structalias.c (get_constraint_for_1): Likewise.
4769 * varasm.c (array_size_for_constructor): Compute using double_ints.
4770
4771 2011-08-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4772
4773 * config/spu/spu.c (spu_emit_branch_or_set): Avoid reverse tests
4774 when generating an integer result where possible. Short-cut
4775 comparison against 0 also for QImode.
4776
4777 2011-08-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4778
4779 * config/spu/spu.h (LEGITIMIZE_RELOAD_ADDRESS): New macro.
4780 * config/spu/spu-protos.h (spu_legitimize_reload_address): Add
4781 prototype.
4782 * config/spu/spu.c (spu_legitimize_reload_address): New function.
4783 (spu_legitimate_address_p): Do not check displacement if the base
4784 is an eliminable stack register.
4785
4786 2011-08-16 Anatoly Sokolov <aesok@post.ru>
4787
4788 * config/m32c/m32c.h (PREFERRED_RELOAD_CLASS,
4789 PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
4790 * config/m32c/m32c-protos.h (m32c_preferred_reload_class,
4791 m32c_preferred_output_reload_class): Remove.
4792 * config/m32c/m32c.c (m32c_preferred_reload_class): Make static.
4793 Change rclass argument and return types to reg_class_t. Use
4794 reg_class_subset_p instead of class_sizes.
4795 (m32c_preferred_output_reload_class): Make static. Change rclass
4796 argument and return types to reg_class_t.
4797 (TARGET_PREFERRED_RELOAD_CLASS,
4798 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
4799
4800 2011-08-16 Kai Tietz <ktietz@redhat.com>
4801
4802 * config/i386/mingw32.h (GOMP_SELF_SPEC): Add -pthread option.
4803
4804 2011-08-16 Richard GUenther <rguenther@suse.de>
4805
4806 PR tree-optimization/50082
4807 * tree-ssa-forwprop.c (combine_cond_expr_cond): Handle overflow
4808 warnings here, instead of ...
4809 (ssa_forward_propagate_and_combine): ... here.
4810 (forward_propagate_into_comparison_1): Adjust.
4811 (forward_propagate_into_comparison): Likewise.
4812 (forward_propagate_into_gimple_cond): Likewise.
4813 (forward_propagate_into_cond): Likewise.
4814
4815 2011-08-16 Andreas Schwab <schwab@redhat.com>
4816
4817 * ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def
4818 instead of ggc_alloc_zone_vec_rtvec_def.
4819
4820 2011-08-16 Richard Guenther <rguenther@suse.de>
4821
4822 * tree.h (ptrofftype_p): New helper function.
4823 * tree-cfg.c (verify_expr): Use ptrofftype_p for POINTER_PLUS_EXPR
4824 offset verification.
4825 (verify_gimple_assign_binary): Likewise.
4826 * tree.c (build2_stat): Likewise.
4827 * tree-chrec.c (chrec_fold_plus_poly_poly): Likewise.
4828 (reset_evolution_in_loop): Likewise.
4829 * tree-chrec.h (build_polynomial_chrec): Likewise.
4830
4831 2011-08-16 Liang Wang <lwang1@marvell.com>
4832
4833 * ggc.h (ggc_alloc_rtvec_sized): Change arguments of
4834 ggc_alloc_zone_vec_rtvec_def.
4835
4836 2011-08-16 Richard Guenther <rguenther@suse.de>
4837
4838 * tree-vrp.c (extract_range_from_multiplicative_op_1): New
4839 helper factored out from ...
4840 (extract_range_from_binary_expr_1): ... here. Re-structure
4841 to not glob handling too different tree codes.
4842
4843 2011-08-15 Richard Henderson <rth@redhat.com>
4844
4845 PR middle-end/50006
4846 * explow.c (allocate_dynamic_stack_space): Move suppress_reg_args_size
4847 setting out to include allocate_stack named pattern as well.
4848 * builtins.c (expand_builtin_apply): Add ARG_SIZE 0 note.
4849 * stmt.c (expand_stack_restore): Likewise.
4850
4851 2011-08-15 Richard Guenther <rguenther@suse.de>
4852
4853 PR middle-end/50082
4854 * fold-const.c (maybe_canonicalize_comparison_1): Properly
4855 convert the modified operand to the other operand type.
4856 (fold_comparison): Call maybe_canonicalize_comparison_1 with
4857 useless conversions stripped from comparison operands.
4858
4859 2011-08-15 Richard Guenther <rguenther@suse.de>
4860
4861 * tree-vrp.c (value_range_nonnegative_p): Fix anti-range case.
4862 (extract_range_from_unary_expr_1): Restructure.
4863
4864 2011-08-15 Richard Guenther <rguenther@suse.de>
4865
4866 PR tree-optimization/50058
4867 * tree-ssa-sccvn.c (vn_reference_lookup_3): Relax aggregate
4868 copy matching.
4869
4870 2011-08-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4871
4872 PR target/50022
4873 * config/arm/arm.c (output_move_double): Add 2 parameters
4874 to count the number of insns emitted and whether to emit or not.
4875 Use the flag to decide when to emit and count number of instructions
4876 that will be emitted.
4877 Handle case where output_move_double might be called for calculating
4878 lengths with an invalid constant.
4879 (arm_count_output_move_double_insns): Define.
4880 * config/arm/arm-protos.h (arm_count_output_move_double_insns): Declare.
4881 (output_move_double): Adjust prototype.
4882 * config/arm/vfp.md ("*movdi_vfp"): Adjust call to
4883 output_move_double.
4884 ("*movdi_vfp_cortexa8"): Likewise and add attribute
4885 for ce_count.
4886 * config/arm/arm.md ("*arm_movdi"): Adjust call to output_move_double.
4887 ("*movdf_soft_insn"): Likewise.
4888 * config/arm/cirrus.md ("*cirrus_arm_movdi"): Likewise.
4889 ("*cirrus_thumb2_movdi"): Likewise.
4890 ("*thumb2_cirrus_movdf_hard_insn"): Likewise.
4891 ("*cirrus_movdf_hard_insn"): Likewise.
4892 * config/arm/neon.md (*neon_mov<mode> VD): Likewise.
4893 * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Likewise.
4894 ("mov<mode>_internal VMMX"): Likewise.
4895 * config/arm/fpa.md (*movdf_fpa, *thumb2_movdf_fpa): Likewise.
4896
4897 2011-08-14 Uros Bizjak <ubizjak@gmail.com>
4898
4899 * config/i386/i386.c (ix86_expand_round_sse4): New function.
4900 * config/i386/i386-protos.h (ix86_expand_round_sse4): New prototype.
4901 * config/i386/i386.md (round<mode>2): Use ix86_expand_round_sse4
4902 for TARGET_ROUND.
4903
4904 (rint<mode>2): Simplify TARGET_ROUND check.
4905 (floor<mode>2): Ditto.
4906 (ceil<mode>2): Ditto.
4907 (btrunc<mode>2): Ditto.
4908
4909 2011-08-14 Anatoly Sokolov <aesok@post.ru>
4910
4911 * config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine
4912 as mmix_preferred_output_reload_class.
4913
4914 2011-08-14 Georg-Johann Lay <avr@gjlay.de>
4915
4916 * PR target/49903
4917 * config/avr/avr.md (UNSPEC_IDENTITY): New c_enum.
4918 (branch_unspec): New insn.
4919 (branch): Beauty farm.
4920 * config/avr/avr.c (compare_condition): Use JUMP_P. Test SET_SRC
4921 to be IF_THEN_ELSE.
4922 (avr_compare_pattern, avr_reorg_remove_redundant_compare):
4923 New static functions.
4924 (avr_reorg): Use them. Use next_real_insn instead of NEXT_INSN.
4925 Use CONST_INT_P. Beauty.
4926
4927 2011-08-12 Richard Henderson <rth@redhat.com>
4928
4929 PR rtl-opt/49994
4930 * sched-init.h (struct deps_desc): Add sched_before_next_jump.
4931 * sched-deps.c (init_deps): Clear it.
4932 (deps_analyze_insn): Consume it.
4933 (sched_analyze_insn): Fill it.
4934
4935 2011-08-12 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4936
4937 PR target/48328
4938 * config/arm/arm.h (CASE_VECTOR_SHORTEN_MODE): Fix distance
4939 for tbh instructions.
4940
4941 2011-08-12 Diego Novillo <dnovillo@google.com>
4942
4943 * data-streamer.h (streamer_write_zero): Rename from output_zero.
4944 (streamer_write_uhwi): Rename from lto_output_uleb128.
4945 (streamer_write_hwi): Rename from output_sleb128.
4946 (streamer_write_string): Rename from lto_output_string.
4947 (streamer_string_index): Rename from lto_string_index.
4948 (streamer_write_string_with_length): Rename from
4949 lto_output_string_with_length.
4950 (streamer_write_uhwi_stream): Rename from lto_output_uleb128_stream.
4951 (streamer_write_hwi_stream): Rename from lto_output_sleb128_stream.
4952 (streamer_read_string): Rename from lto_input_string.
4953 (streamer_read_indexed_string): Rename from input_string_internal.
4954 (streamer_read_uhwi): Rename from lto_input_uleb128.
4955 (streamer_read_hwi): Rename from lto_input_sleb128.
4956 (streamer_write_hwi_in_range): Rename from lto_output_int_in_range.
4957 (streamer_read_hwi_in_range): Rename from lto_input_int_in_range.
4958 (streamer_write_enum): Rename from lto_output_enum.
4959 (streamer_read_enum): Rename from lto_input_enum.
4960 (streamer_write_record_start): Rename from output_record_start.
4961 (streamer_read_record_start): Rename from input_record_start.
4962 (streamer_write_bitpack): Rename from lto_output_bitpack.
4963 (streamer_read_bitpack): Rename from lto_input_bitpack.
4964 (streamer_write_char_stream): Rename from lto_output_1_stream.
4965 (streamer_read_uchar): Rename from lto_input_1_unsigned.
4966 * tree-streamer.h (streamer_cache_d): Rename from lto_streamer_cache_d.
4967 (streamer_handle_as_builtin_p): Rename from lto_stream_as_builtin_p.
4968 (streamer_read_string_cst): Rename from input_string_cst.
4969 (streamer_read_chain): Rename from lto_input_chain.
4970 (streamer_alloc_tree): Rename from lto_materialize_tree.
4971 (streamer_read_tree_body): Rename from lto_input_tree_pointers.
4972 (streamer_get_pickled_tree): Rename from lto_get_pickled_tree.
4973 (streamer_get_builtin_tree): Rename from lto_get_builtin_tree.
4974 (streamer_read_integer_cst): Rename from lto_input_integer_cst.
4975 (streamer_read_tree_bitfields): Rename from tree_read_bitfields.
4976 (streamer_write_chain): Rename from lto_output_chain.
4977 (streamer_write_tree_header): Rename from lto_output_tree_header.
4978 (streamer_pack_tree_bitfields): Rename from pack_value_fields.
4979 (streamer_write_tree_body): Rename from lto_output_tree_pointers.
4980 (streamer_write_integer_cst): Rename from lto_output_integer_cst.
4981 (streamer_write_builtin): Rename from lto_output_builtin_tree.
4982 (streamer_check_handled_ts_structures): Rename from
4983 check_handled_ts_structures.
4984 (streamer_tree_cache_insert): Rename from lto_streamer_cache_insert.
4985 (streamer_tree_cache_insert_at): Rename from
4986 lto_streamer_cache_insert_at.
4987 (streamer_tree_cache_append): Rename from lto_streamer_cache_append.
4988 (streamer_tree_cache_lookup): Rename from lto_streamer_cache_lookup.
4989 (streamer_tree_cache_get): Rename from lto_streamer_cache_get.
4990 (streamer_tree_cache_create): Rename from lto_streamer_cache_create.
4991 (streamer_tree_cache_delete): Rename from lto_streamer_cache_delete.
4992 * tree-streamer-out.c (write_string_cst): Rename from output_string_cst.
4993 (write_identifier): Rename from output_identifier.
4994 (write_ts_common_tree_pointers): Rename from
4995 lto_output_ts_common_tree_pointers.
4996 (write_ts_vector_tree_pointers): Rename from
4997 lto_output_ts_vector_tree_pointers.
4998 (write_ts_complex_tree_pointers): Rename from
4999 lto_output_ts_complex_tree_pointers.
5000 (write_ts_decl_minimal_tree_pointers): Rename from
5001 lto_output_ts_decl_minimal_tree_pointers.
5002 (write_ts_decl_common_tree_pointers): Rename from
5003 lto_output_ts_decl_common_tree_pointers.
5004 (write_ts_decl_non_common_tree_pointers): Rename from
5005 lto_output_ts_decl_non_common_tree_pointers.
5006 (write_ts_decl_with_vis_tree_pointers): Rename from
5007 lto_output_ts_decl_with_vis_tree_pointers.
5008 (write_ts_field_decl_tree_pointers): Rename from
5009 lto_output_ts_field_decl_tree_pointers.
5010 (write_ts_function_decl_tree_pointers): Rename from
5011 lto_output_ts_function_decl_tree_pointers.
5012 (write_ts_type_common_tree_pointers): Rename from
5013 lto_output_ts_type_common_tree_pointers.
5014 (write_ts_type_non_common_tree_pointers): Rename from
5015 lto_output_ts_type_non_common_tree_pointers.
5016 (write_ts_list_tree_pointers): Rename from
5017 lto_output_ts_list_tree_pointers.
5018 (write_ts_vec_tree_pointers): Rename from
5019 lto_output_ts_vec_tree_pointers.
5020 (write_ts_exp_tree_pointers): Rename from
5021 lto_output_ts_exp_tree_pointers.
5022 (write_ts_block_tree_pointers): Rename from
5023 lto_output_ts_block_tree_pointers.
5024 (write_ts_binfo_tree_pointers): Rename from
5025 lto_output_ts_binfo_tree_pointers.
5026 (write_ts_constructor_tree_pointers): Rename from
5027 lto_output_ts_constructor_tree_pointers.
5028 (write_ts_target_option): Rename from lto_output_ts_target_option.
5029 (write_ts_translation_unit_decl_tree_pointers): Rename from
5030 lto_output_ts_translation_unit_decl_tree_pointers.
5031 * tree-streamer.c (streamer_tree_cache_add_to_node_array):
5032 Rename from lto_streamer_cache_add_to_node_array.
5033 (streamer_tree_cache_insert_1): Rename from lto_streamer_cache_insert_1.
5034 (record_common_node): Rename from lto_record_common_node.
5035
5036 * streamer-hooks.h (bitpack_d, lto_streamer_cache_d): Remove forward
5037 declarations.
5038 * data-streamer-in.c (lto_input_widest_uint_uleb128): Remove unused
5039 function.
5040 * data-streamer-out.c (lto_output_widest_uint_uleb128_stream): Remove
5041 unused function.
5042 * Makefile.in (lto-section-out.o): Add dependency on DATA_STREAMER_H.
5043 (ipa-reference.o): Likewise.
5044 * lto-section-out.c: Include data-streamer.h.
5045 * ipa-reference.c: Include data-streamer.h.
5046
5047 2011-08-12 Nick Clifton <nickc@redhat.com>
5048
5049 * builtins.c (expand_builtin_memcmp): Do not use cmpstrnsi pattern.
5050 * doc/md.texi (cmpstrn): Note that the comparison stops if both
5051 fetched bytes are zero.
5052 (cmpstr): Likewise.
5053 (cmpmem): Note that the comparison does not stop if both of the
5054 fetched bytes are zero.
5055
5056 2011-08-12 Uros Bizjak <ubizjak@gmail.com>
5057
5058 * builtins.def (BUILT_IN_ICEIL{,F,L}, BUILT_IN_IFLOOR{,F,L}
5059 BUILT_IN_IRINT{,F,L}, BUILT_IN_IROUND{,F,L}: New builtin definitions.
5060 * convert.c (convert_to_integer): Convert to BUILT_IN_ICEIL,
5061 BUILT_IN_IFLOOR, BUILT_IN_IRINT or BUILT_INT_IROUND when converting
5062 to integer_type_node.
5063 * fold-const.c (tree_call_nonnegative_warnv_p): Handle BUILT_IN_ICEIL,
5064 BUILT_IN_IFLOOR, BUILT_IN_IRINT and BUILT_INT_IROUND.
5065 * builtins.c (expand_builtin_in): Ditto.
5066 (mathfn_built_in_1): Ditto.
5067 (expand_builtin_int_roundingfn): Handle BUILT_IN_ICEIL and
5068 BUILT_IN_IFLOOR.
5069 (expand_builtin_int_roundingfn_2): Handle BUILT_IN_IRINT and
5070 BUILT_IN_IROUND.
5071 (fold_fixed_mathfn): Canonicalize BUILT_IN_ICEIL, BUILTIN_IN_IFLOOR
5072 BUILT_IN_IRINT and BUILT_IN_IROUND to BUILT_IN_LCEIL,
5073 BUILTIN_IN_LFLOOR, BUILT_IN_LRINT and BUILT_IN_LROUND on ILP32 targets.
5074
5075 2011-08-12 Richard Guenther <rguenther@suse.de>
5076
5077 * tree-vrp.c (extract_range_from_unary_expr_1): Implement -X as 0 - X.
5078
5079 2011-08-12 Romain Geissler <romain.geissler@gmail.com>
5080
5081 * Makefile.in (PLUGIN_HEADERS): Add C_TREE_H.
5082
5083 2011-08-12 Richard Sandiford <rdsandiford@googlemail.com>
5084
5085 * config/arm/arm.c (get_label_padding): New function.
5086 (create_fix_barrier, arm_reorg): Use it.
5087
5088 2011-08-11 Uros Bizjak <ubizjak@gmail.com>
5089
5090 PR target/49781
5091 * config/i386/i386.md (*lea_5_zext): New.
5092 (*lea_6_zext): Ditto.
5093 * config/i386/predicates.md (const_32bit_mask): New predicate.
5094 (lea_address_operand): Reject AND.
5095 * config/i386/i386.c (ix86_decompose_address): Allow Dimode AND with
5096 const_32bit_mask immediate.
5097 (ix86_print_operand_address): Handle AND.
5098 (memory_address_length): Ditto.
5099
5100 2011-08-11 Romain Geissler <romain.geissler@gmail.com>
5101 Brian Hackett <bhackett1024@gmail.com>
5102
5103 * plugin.def: Add event for finish_decl.
5104 * plugin.c (register_callback, invoke_plugin_callbacks): Same.
5105 * c-decl.c (finish_decl): Invoke callbacks on above event.
5106 * doc/plugins.texi: Document above event.
5107
5108 2011-08-11 Richard Guenther <rguenther@suse.de>
5109
5110 * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid redundant
5111 lookups, make looking through aggregate copies stronger.
5112
5113 2011-08-11 Richard Henderson <rth@redhat.com>
5114
5115 PR bootstrap/50018
5116 * expr.c (fixup_args_size_notes): Accept and ignore normal calls.
5117
5118 2011-08-11 Richard Guenther <rguenther@suse.de>
5119
5120 * lto-cgraph.c (input_node): Use DECL_BUILT_IN.
5121 * tree-vrp.c (stmt_interesting_for_vrp): Likewise.
5122 (vrp_visit_stmt): Likewise.
5123
5124 2011-08-11 Richard Guenther <rguenther@suse.de>
5125
5126 PR middle-end/50040
5127 * gimplify.c (gimplify_modify_expr_complex_part): Mark the
5128 load of the other piece with TREE_NO_WARNING.
5129 * tree-flow.h (warn_uninit): Adjust prototype.
5130 * tree-ssa.c (warn_uninit): Take uninitialized SSA name,
5131 the base variable and the expression that is used separately.
5132 Properly query all TREE_NO_WARNING flags.
5133 (struct walk_data): Remove.
5134 (warn_uninitialized_var): Likewise.
5135 (warn_uninitialized_vars): Do not walk gimple pieces but simply
5136 look at all SSA uses of the statement. Handle unused memory
5137 separately.
5138 * tree-ssa-uninit.c (warn_uninitialized_phi): Adjust.
5139
5140 2011-08-11 Kazuhiro Inaoka <kazuhiro.inaoka.ud@renesas.com>
5141
5142 * config/rx/rx.md (movsicc): Allow register to register transfers.
5143 (*movsicc): Likewise.
5144 (*stcc): Restrict this pattern to EQ and NE compares.
5145 (*stcc_reg): New pattern. Works for any comparison but only for
5146 register transfers.
5147
5148 2011-08-11 Diego Novillo <dnovillo@google.com>
5149
5150 * tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers):
5151 Call stream_write_tree instead of output_record_start.
5152 (lto_output_ts_binfo_tree_pointers): Likewise.
5153
5154 * streamer-hooks.h (stream_write_tree): Move from tree-streamer.h.
5155 Convert it to a macro.
5156 (stream_read_tree): Likewise.
5157
5158 * lto-streamer.h (lto_stream_as_builtin_p): Move ...
5159 * tree-streamer.h (lto_stream_as_builtin_p): ... here.
5160
5161 * lto-streamer-in.c (lto_read_tree): Call lto_streamer_cache_append
5162 and tree_read_bitfields.
5163 * lto-streamer-out.c (lto_is_streamable): Move from lto-streamer.c
5164 (lto_write_tree): Call it.
5165 * lto-streamer.c (lto_is_streamable): Move to lto-streamer-out.c
5166 * streamer-hooks.h (struct streamer_hooks): Remove fields
5167 name, is_streamable and alloc_tree. Update all users.
5168 * tree-streamer-in.c (tree_read_bitfields): Factor out of ...
5169 (lto_materialize_tree): ... here.
5170 Handle CALL_EXPR codes.
5171 Remove call to lto_streamer_cache_append.
5172 * tree-streamer-out.c (lto_output_tree_header): Handle CALL_EXPR nodes.
5173 * tree-streamer.h (tree_read_bitfields): Declare.
5174
5175 * Makefile.in (TREE_STREAMER_H): Add STREAMER_HOOKS_H.
5176 (gimple-streamer-in.o): Add dependency on TREE_STREAMER_H.
5177 * tree-streamer.h (stream_read_tree): New. Replace all calls
5178 to lto_input_tree with it.
5179 (stream_write_tree): New. Replace all calls to lto_output_tree,
5180 lto_output_tree_ref and lto_output_tree_or_ref with it.
5181 * lto-streamer-in.c (lto_read_tree): Inline code from
5182 lto_streamer_read_tree.
5183 (lto_input_tree): Move from tree-streamer-in.c.
5184 * lto-streamer-out.c (lto_output_tree_ref): Make static.
5185 Remove handling of NULL values for EXPR.
5186 Do not handle EXPRs that are not indexable.
5187 (lto_write_tree): Move from tree-streamer-out.c.
5188 Inline lto_streamer_write_tree.
5189 (lto_output_tree): Move from tree-streamer-out.c.
5190 If REF_P is true and EXPR is indexable, call lto_output_tree_ref.
5191 * lto-streamer.c (lto_record_common_node): Move to tree-streamer.c.
5192 (lto_preload_common_nodes): Likewise.
5193 Remove assertions and adjustments for nodes
5194 main_identifier_node, ptrdiff_type_node and fileptr_type_node.
5195 (lto_streamer_hooks_init): Set streamer_hooks.write_tree to
5196 lto_output_tree and streamer_hooks.read_tree to lto_input_tree.
5197 * lto-streamer.h (lto_input_tree): Declare.
5198 (lto_output_tree_ref): Remove.
5199 * streamer-hooks.h (struct streamer_hooks): Remove fields
5200 preload_common_nodes, indexable_with_decls_p,
5201 pack_value_fields, unpack_value_fields and output_tree_header.
5202 Update all users.
5203 * tree-streamer-in.c (lto_materialize_tree): Make extern.
5204 (lto_input_tree_pointers): Likewise.
5205 (lto_read_tree): Move to lto-streamer-in.c.
5206 (lto_input_integer_cst): Make extern.
5207 (lto_get_pickled_tree): Likewise.
5208 (lto_get_builtin_tree): Likewise.
5209 (lto_input_tree): Move to lto-streamer-in.c.
5210 * tree-streamer-out.c (pack_value_fields): Make extern.
5211 (lto_output_tree_or_ref): Remove. Replace all callers with
5212 calls to stream_write_tree.
5213 (lto_output_builtin_tree): Make extern.
5214 (lto_streamer_write_tree): Inline into lto_write_tree.
5215 (lto_output_tree_pointers): Make extern.
5216 (lto_output_tree_header): Likewise.
5217 (lto_output_integer_cst): Likewise.
5218 (lto_write_tree): Move to lto-streamer-out.c.
5219 (lto_output_tree): Likewise.
5220 * tree-streamer.c (lto_record_common_node): Move from lto-streamer.c
5221 (preload_common_nodes): Likewise.
5222 (lto_streamer_cache_create): Call it.
5223 * tree-streamer.h: Include streamer-hooks.h.
5224 (stream_write_tree): New.
5225 (stream_read_tree): New.
5226 (lto_input_tree): Remove.
5227 (lto_materialize_tree): Declare.
5228 (lto_input_tree_pointers): Declare.
5229 (lto_get_pickled_tree): Declare.
5230 (lto_get_builtin_tree): Declare.
5231 (lto_input_integer_cst): Declare.
5232 (lto_output_tree_header): Declare.
5233 (pack_value_fields): Declare.
5234 (lto_output_tree_pointers): Declare.
5235 (lto_output_integer_cst): Declare.
5236 (lto_output_builtin_tree): Declare.
5237
5238 2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
5239
5240 * sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge
5241 only if producer writes to the register given by regno.
5242
5243 2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
5244 Alexander Monakov <amonakov@ispras.ru>
5245
5246 * sched-deps.c (sched_get_condition_with_rev): Rename to ...
5247 (sched_get_condition_with_rev_uncached): ... this. Factor out
5248 condition caching logic into ...
5249 (sched_get_condition_with_rev): ... this. Reimplement. Do not
5250 attempt to use cache for instructions with zero luid.
5251 (sched_analyze_insn): Use INSN_CACHED_COND instead of INSN_COND.
5252 * sched-int.h (INSN_COND): Rename to INSN_CACHED_COND.
5253
5254 2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
5255
5256 * sel-sched-ir.c (get_seqno_of_a_pred): Rename to
5257 get_seqno_for_a_jump. Update the caller.
5258 (get_seqno_by_succs): New. Use it ...
5259 (get_seqno_for_a_jump): ... here to find a seqno if looking at
5260 predecessors was not sufficient.
5261 (get_seqno_by_preds): Include head in iteration range, exclude insn.
5262
5263 2011-08-11 Dmitry Melnik <dm@ispras.ru>
5264
5265 * sel-sched-ir.c (invalidate_av_set): Remove the assert.
5266
5267 2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
5268
5269 * sel-sched-ir.h (register_unavailable_p): Declare.
5270 * sel-sched-ir.c (register_unavailable_p): New. Use it...
5271 (set_unavailable_target_for_expr): ... here to properly test
5272 availability of a register.
5273 (speculate_expr): Ditto.
5274 * sel-sched.c (substitute_reg_in_expr): Ditto.
5275 (av_set_could_be_blocked_by_bookkeeping_p): Ditto.
5276
5277 2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
5278
5279 * sel-sched.c (verify_target_availability): Fix usage of
5280 hard_regno_nregs.
5281
5282 2011-08-11 Dmitry Melnik <dm@ispras.ru>
5283
5284 * sel-sched-ir.c (init_global_and_expr_for_insn): Forbid copying of
5285 recognized by cannot_copy_insn_p hook and volatile instructions.
5286
5287 2011-08-11 Dmitry Melnik <dm@ispras.ru>
5288
5289 * sel-sched-ir.c (merge_expr_data): Take maximum spec.
5290
5291 2011-08-11 Richard Sandiford <richard.sandiford@linaro.org>
5292
5293 * doc/md.texi (define_bypass): Say that the instruction names can
5294 be filename-style globs.
5295 * Makefile.in (FNMATCH_H): Define.
5296 (build/genattrtab.o, build/genautomata.o): Depend on $(FNMATCH_H).
5297 * genattrtab.c: Include fnmatch.h.
5298 (bypass_list): Change field name from "insn" to "pattern".
5299 (gen_bypass_1): Update accordingly.
5300 (process_bypasses): Use fnmatch to check for matches between
5301 insn reservations and define_bypasses.
5302 * genautomata.c: Include fnmatch.h.
5303 (bypass_decl): Rename in_insn_name and out_insn_name to in_pattern
5304 and out_pattern respectively.
5305 (gen_bypass, insert_bypass): Update accordingly.
5306 (for_each_matching_insn, process_bypass_2, process_bypass_1)
5307 (process_bypass): New functions.
5308 (process_decls): Use process_bypass. Update after field name changes.
5309
5310 2011-08-11 Georg-Johann Lay <avr@gjlay.de>
5311
5312 PR target/49687
5313 * config/avr/avr.md (smulqi3_highpart): New insn.
5314 (umulqi3_highpart): New insn.
5315 (*subqi3.ashiftrt7): New insn.
5316 (smulhi3_highpart): New expander.
5317 (umulhi3_highpart): Nex expander.
5318 (*smulhi3_highpart_call): New insn.
5319 (*umulhi3_highpart_call): New insn.
5320 (extend_u): New code attribute.
5321 (extend_prefix): Rename code attribute to extend_su.
5322 * config/avr/avr.c (avr_rtx_costs): Report costs of highpart of
5323 widening QI/HI multiply.
5324
5325 2011-08-11 Ira Rosen <ira.rosen@linaro.org>
5326
5327 PR tree-optimization/50039
5328 * tree-vect-patterns.c (vect_operation_fits_smaller_type): Check
5329 that DEF_STMT has a stmt_vec_info.
5330
5331 2011-08-10 Richard Guenther <rguenther@suse.de>
5332
5333 * tree.h (can_trust_pointer_alignment): Remove.
5334 * builtins.c (can_trust_pointer_alignment): Remove.
5335
5336 2011-08-10 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
5337
5338 * c-typeck.c (scalar_to_vector): New function. Try scalar to
5339 vector conversion.
5340 (stv_conv): New enum for scalar_to_vector return type.
5341 (build_binary_op): Adjust.
5342 * doc/extend.texi: Description of scalar to vector expansion.
5343
5344 2011-08-10 Richard Guenther <rguenther@suse.de>
5345
5346 * tree.h (get_pointer_alignment): Remove max-align argument.
5347 (get_object_alignment): Likewise.
5348 * builtins.c (get_object_alignment_1): Adjust.
5349 (get_object_alignment): Remove max-align argument.
5350 (get_pointer_alignment): Likewise.
5351 (expand_builtin_strlen): Adjust.
5352 (expand_builtin_memcpy): Likewise.
5353 (expand_builtin_mempcpy_args): Likewise.
5354 (expand_builtin_strncpy): Likewise.
5355 (expand_builtin_memset_args): Likewise.
5356 (expand_builtin_memcmp): Likewise.
5357 (expand_builtin_strcmp): Likewise.
5358 (expand_builtin_strncmp): Likewise.
5359 (get_builtin_sync_mem): Likewise.
5360 (fold_builtin_memset): Likewise.
5361 (fold_builtin_memory_op): Likewise.
5362 (expand_builtin_memory_chk): Likewise.
5363 * emit-rtl.c (get_mem_align_offset): Likewise.
5364 (set_mem_attributes_minus_bitpos): Likewise.
5365 * expr.c (expand_assignment): Likewise.
5366 (expand_expr_real_1): Likewise.
5367 * tree-sra.c (tree_non_mode_aligned_mem_p): Likewise.
5368 * tree-ssa-forwprop.c (simplify_builtin_call): Likewise.
5369 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Likewise.
5370 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
5371 * value-prof.c (gimple_stringops_transform): Likewise.
5372
5373 2011-08-10 Paulo J. Matos <paulo.matos@csr.com>
5374
5375 * doc/tm.texi.in (CLASS_MAX_NREGS): Fix typo.
5376 * doc/tm.texi: Regenerate.
5377
5378 2011-08-10 Georg-Johann Lay <avr@gjlay.de>
5379
5380 PR target/29560
5381 * config/avr/avr.md (*ashlhiqi3): New insn-and-split.
5382 (*ashl<extend_prefix>qihiqi3): New insn-and-splits.
5383 (*ashl<extend_prefix>qihiqi3.mem): New insn-and-splits.
5384 Add peephole2 to map ashlhi3 to ashlqi3 if high part of
5385 shift target is unused.
5386
5387 2011-08-10 Richard Guenther <rguenther@suse.de>
5388
5389 PR tree-optimization/49937
5390 * tree-ssa-ccp.c (get_value_from_alignment): Re-implement
5391 using get_object_alignment_1.
5392
5393 2011-08-09 Uros Bizjak <ubizjak@gmail.com>
5394
5395 * config/i386/i386.c (ix86_emit_i387_round): New function.
5396 * config/i386/i386-protos.h (ix86_emit_i387_round): Declare.
5397 * config/i386/i386.md (round<mode>2): Use X87MODEF mode iterator.
5398 Use ix86_emit_i387_round to expand round function for i387 math.
5399 (lround<X87MODEF:mode><SWI248x:mode>2): Use X87MODEF mode iterator.
5400 Use ix86_emit_i387_round to expand {l,ll}round function for i387 math.
5401
5402 2011-08-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5403
5404 * config/sync.c: Move to ../libgcc.
5405 * Makefile.in (libgcc.mvars): Remove LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS.
5406 * config/mips/t-libgcc-mips16 (LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS):
5407 Remove.
5408
5409 2011-08-09 Anatoly Sokolov <aesok@post.ru>
5410
5411 * config/mmix/mmix.h (REGISTER_MOVE_COST): Remove macro.
5412 * config/mmix/mmix-protos.h (mmix_register_move_cost): Remove.
5413 * config/mmix/mmix.c (mmix_register_move_cost): Make static.
5414 Change 'from' and 'to' arguments type to reg_class_t.
5415 (TARGET_REGISTER_MOVE_COST): Define.
5416
5417 2011-08-09 Vladimir Makarov <vmakarov@redhat.com>
5418
5419 PR target/50026
5420 Revert:
5421 PR rtl-optimization/49990
5422 * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
5423 ignore classes which can not change mode.
5424 (find_costs_and_classes): Ditto.
5425
5426 2011-08-09 Richard Guenther <rguenther@suse.de>
5427
5428 * tree-vrp.c (zero_nonzero_bits_from_vr): Also return precise
5429 information for ranges with only negative values.
5430 (extract_range_from_binary_expr_1): Adjust BIT_IOR_EXPR and
5431 BIT_AND_EXPR handling to handle ranges with negative values.
5432
5433 2011-08-09 Kirill Yukhin <kirill.yukhin@intel.com>
5434
5435 * config/i386/i386.c: Remove traling spaces.
5436 * config/i386/sse.md: Likewise.
5437 (*fma_fmadd_<mode>): Fix insn alternative 1 mnemonic.
5438 (*fma_fmsub_<mode>): Likewise.
5439 (*fma_fnmadd_<mode>): Likewise.
5440 (*fma_fnmsub_<mode>): Likewise.
5441
5442 2011-08-09 Nick Clifton <nickc@redhat.com>
5443
5444 * config/rx/rx.md: Disable extender peepholes at -O3.
5445
5446 2011-08-09 Uros Bizjak <ubizjak@gmail.com>
5447
5448 PR target/49781
5449 * config/i386/i386.md (reload_noff_load): New.
5450 (reload_noff_store): Ditto.
5451 * config/i386/i386.c (ix86_secondary_reload): Use
5452 CODE_FOR_reload_noff_load and CODE_FOR_reload_noff_store to handle
5453 double-word moves from/to non-offsetable addresses instead of
5454 generating XMM temporary.
5455
5456 2011-08-09 Anatoly Sokolov <aesok@post.ru>
5457
5458 * config/mmix/mmix.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.
5459
5460 2011-08-09 Ira Rosen <ira.rosen@linaro.org>
5461
5462 PR tree-optimization/50014
5463 * tree-vect-loop.c (vectorizable_reduction): Get def type before
5464 calling vect_get_vec_def_for_stmt_copy ().
5465
5466 2011-08-08 Vladimir Makarov <vmakarov@redhat.com>
5467
5468 PR rtl-optimization/49990
5469 * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
5470 ignore classes which can not change mode.
5471 (find_costs_and_classes): Ditto.
5472
5473 2011-08-08 Richard Henderson <rth@redhat.com>
5474
5475 PR middle-end/49990
5476 * config/i386/i386.c (ix86_expand_prologue): Call
5477 for SEH target gen_prologue_use instead of gen_blockage
5478 at prologue's end.
5479
5480 2011-08-08 Martin Jambor <mjambor@suse.cz>
5481
5482 PR middle-end/49923
5483 * tree-sra.c (access_precludes_ipa_sra_p): Also check access
5484 memory alignment.
5485
5486 2011-08-08 Diego Novillo <dnovillo@google.com>
5487
5488 * Makefile.in (LTO_STREAMER_H): Add DIAGNOSTIC_H.
5489 (DATA_STREAMER_H): New.
5490 (GIMPLE_STREAMER_H): New.
5491 (TREE_STREAMER_H): New.
5492 (STREAMER_HOOKS_H): New.
5493 (OBJS): Add data-streamer.o, data-streamer-in.o, data-streamer-out.o,
5494 gimple-streamer-in.o, gimple-streamer-out.o, streamer-hooks.o,
5495 tree-streamer.o, tree-streamer-in.o and tree-streamer-out.o.
5496 (data-streamer.o): New.
5497 (data-streamer-in.o): New.
5498 (data-streamer-out.o): New.
5499 (gimple-streamer-in.o): New.
5500 (gimple-streamer-out.o): New.
5501 (streamer-hooks.o): New.
5502 (tree-streamer.o): New.
5503 (tree-streamer-in.o): New.
5504 (tree-streamer-out.o): New.
5505 (lto-cgraph.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
5506 (lto-streamer-in.o): Add dependency on DATA_STREAMER_H,
5507 GIMPLE_STREAMER_H and TREE_STREAMER_H.
5508 (lto-streamer-out.o): Add dependency on DATA_STREAMER_H,
5509 GIMPLE_STREAMER_H and TREE_STREAMER_H.
5510 (lto-streamer.o): Add dependency on STREAMER_HOOKS_H.
5511 (ipa-prop.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
5512 (ipa-inline-analysis.o): Likewise.
5513 (ipa-pure-const.o): Likewise.
5514 * data-streamer-in.c: New.
5515 * data-streamer-out.c: New.
5516 * data-streamer.c: New.
5517 * data-streamer.h: New.
5518 * gimple-streamer-in.c: New.
5519 * gimple-streamer-out.c: New.
5520 * gimple-streamer.h: New.
5521 * ipa-inline-analysis.c: Include data-streamer.h.
5522 * ipa-prop.c: Include data-streamer.h.
5523 * ipa-pure-const.c: Include data-streamer.h.
5524 * lto-cgraph.c: Include data-streamer.h.
5525 * lto-section-in.c (lto_input_uleb128): Move to data-streamer-in.c.
5526 (lto_input_widest_uint_uleb128): Likewise.
5527 (lto_input_sleb128): Likewise.
5528 (bp_unpack_var_len_unsigned): Likewise.
5529 (bp_unpack_var_len_int): Likewise.
5530 * lto-section-out.c (lto_output_uleb128_stream): Move to
5531 data-streamer-out.c.
5532 (lto_output_widest_uint_uleb128_stream): Likewise.
5533 (lto_output_sleb128_stream): Likewise.
5534 (bp_pack_var_len_unsigned): Likewise.
5535 (bp_pack_var_len_int): Likewise.
5536 * lto-streamer-in.c: Include data-streamer.h and gimple-streamer.h.
5537 (struct string_slot): Remove. Update all users.
5538 (lto_tag_check_set): Make extern.
5539 (lto_tag_check_range): Move to lto-streamer.h.
5540 (lto_tag_check): Likewise.
5541 (hash_string_slot_node): Remove. Update all users.
5542 (eq_string_slot_node): Remove. Update all users.
5543 (string_for_index): Move to data-streamer-in.c
5544 (input_string_internal): Likewise.
5545 (input_string_cst): Move to tree-streamer-in.c.
5546 (input_identifier): Likewise.
5547 (lto_input_string): Move to data-streamer-in.c
5548 (input_record_start): Move to data-streamer.h
5549 (canon_file_name): Use new definition of struct string_slot
5550 from data-streamer.h. Set S_SLOT.LEN.
5551 (lto_input_location): Make extern.
5552 (lto_input_chain): Move to tree-streamer-in.c.
5553 (lto_init_eh): Make extern.
5554 (input_phi): Move to gimple-streamer-in.c.
5555 (input_gimple_stmt): Likewise.
5556 (input_bb): Likewise.
5557 (unpack_ts_base_value_fields): Move to tree-streamer-in.c.
5558 (unpack_ts_real_cst_value_fields): Likewise.
5559 (unpack_ts_fixed_cst_value_fields): Likewise.
5560 (unpack_ts_decl_common_value_fields): Likewise.
5561 (unpack_ts_decl_wrtl_value_fields): Likewise.
5562 (unpack_ts_decl_with_vis_value_fields): Likewise.
5563 (unpack_ts_function_decl_value_fields): Likewise.
5564 (unpack_ts_type_common_value_fields): Likewise.
5565 (unpack_ts_block_value_fields): Likewise.
5566 (unpack_ts_translation_unit_decl_value_fields): Likewise.
5567 (unpack_value_fields): Likewise.
5568 (lto_materialize_tree): Likewise.
5569 (lto_input_ts_common_tree_pointers): Likewise.
5570 (lto_input_ts_vector_tree_pointers): Likewise.
5571 (lto_input_ts_complex_tree_pointers): Likewise.
5572 (lto_input_ts_decl_minimal_tree_pointers): Likewise.
5573 (lto_input_ts_decl_common_tree_pointers): Likewise.
5574 (lto_input_ts_decl_non_common_tree_pointers): Likewise.
5575 (lto_input_ts_decl_with_vis_tree_pointers): Likewise.
5576 (lto_input_ts_field_decl_tree_pointers): Likewise.
5577 (lto_input_ts_function_decl_tree_pointers): Likewise.
5578 (lto_input_ts_type_common_tree_pointers): Likewise.
5579 (lto_input_ts_type_non_common_tree_pointers): Likewise.
5580 (lto_input_ts_list_tree_pointers): Likewise.
5581 (lto_input_ts_vec_tree_pointers): Likewise.
5582 (lto_input_ts_exp_tree_pointers): Likewise.
5583 (lto_input_ts_block_tree_pointers): Likewise.
5584 (lto_input_ts_binfo_tree_pointers): Likewise.
5585 (lto_input_ts_constructor_tree_pointers): Likewise.
5586 (lto_input_ts_target_option): Likewise.
5587 (lto_input_ts_translation_unit_decl_tree_pointers): Likewise.
5588 (lto_input_tree_pointers): Likewise.
5589 (lto_get_pickled_tree): Likewise.
5590 (lto_get_builtin_tree): Likewise.
5591 (lto_read_tree): Likewise.
5592 (lto_input_integer_cst): Likewise.
5593 (lto_input_tree): Likewise.
5594 * lto-streamer-out.c: Include data-streamer.h,
5595 gimple-streamer.h and streamer-hooks.h.
5596 (struct string_slot): Move to data-streamer.h.
5597 (hash_string_slot_node): Likewise.
5598 (eq_string_slot_node): Likewise.
5599 (lto_string_index): Move to data-streamer-out.c.
5600 (lto_output_string_with_length): Likewise.
5601 (lto_output_string): Likewise.
5602 (output_string_cst): Move to tree-streamer-out.c.
5603 (output_identifier): Likewise.
5604 (output_zero): Move to data-streamer-out.c
5605 (output_uleb128): Likewise.
5606 (output_sleb128): Likewise.
5607 (output_record_start): Move to data-streamer.h
5608 (pack_ts_base_value_fields): Move to tree-streamer-out.c.
5609 (pack_ts_real_cst_value_fields): Likewise.
5610 (pack_ts_fixed_cst_value_fields): Likewise.
5611 (pack_ts_decl_common_value_fields): Likewise.
5612 (pack_ts_decl_wrtl_value_fields): Likewise.
5613 (pack_ts_decl_with_vis_value_fields): Likewise.
5614 (pack_ts_function_decl_value_fields): Likewise.
5615 (pack_ts_type_common_value_fields): Likewise.
5616 (pack_ts_block_value_fields): Likewise.
5617 (pack_ts_translation_unit_decl_value_fields): Likewise.
5618 (pack_value_fields): Likewise.
5619 (lto_output_chain): Likewise.
5620 (lto_output_ts_common_tree_pointers): Likewise.
5621 (lto_output_ts_vector_tree_pointers): Likewise.
5622 (lto_output_ts_complex_tree_pointers): Likewise.
5623 (lto_output_ts_decl_minimal_tree_pointers): Likewise.
5624 (lto_output_ts_decl_common_tree_pointers): Likewise.
5625 (lto_output_ts_decl_non_common_tree_pointers): Likewise.
5626 (lto_output_ts_decl_with_vis_tree_pointers): Likewise.
5627 (lto_output_ts_field_decl_tree_pointers): Likewise.
5628 (lto_output_ts_function_decl_tree_pointers): Likewise.
5629 (lto_output_ts_type_common_tree_pointers): Likewise.
5630 (lto_output_ts_type_non_common_tree_pointers): Likewise.
5631 (lto_output_ts_list_tree_pointers): Likewise.
5632 (lto_output_ts_vec_tree_pointers): Likewise.
5633 (lto_output_ts_exp_tree_pointers): Likewise.
5634 (lto_output_ts_block_tree_pointers): Likewise.
5635 (lto_output_ts_binfo_tree_pointers): Likewise.
5636 (lto_output_ts_constructor_tree_pointers): Likewise.
5637 (lto_output_ts_target_option): Likewise.
5638 (lto_output_ts_translation_unit_decl_tree_pointers): Likewise.
5639 (lto_output_tree_pointers): Likewise.
5640 (lto_output_tree_header): Likewise.
5641 (lto_output_builtin_tree): Likewise.
5642 (lto_write_tree): Likewise.
5643 (lto_output_integer_cst): Likewise.
5644 (lto_output_tree): Likewise.
5645 (output_phi): Move to gimple-streamer-out.c.
5646 (output_gimple_stmt): Likewise.
5647 (output_bb): Likewise.
5648 * lto-streamer.c: Include tree-streamer.h and streamer-hooks.h.
5649 (streamer_hooks): Move to streamer-hooks.c.
5650 (check_handled_ts_structures): Move to tree-streamer.c
5651 (lto_streamer_cache_add_to_node_array): Likewise.
5652 (lto_streamer_cache_insert_1): Likewise.
5653 (lto_streamer_cache_insert): Likewise.
5654 (lto_streamer_cache_insert_at): Likewise.
5655 (lto_streamer_cache_append): Likewise.
5656 (lto_streamer_cache_lookup): Likewise.
5657 (lto_streamer_cache_get): Likewise.
5658 (lto_record_common_node): Likewise.
5659 (lto_preload_common_nodes): Likewise.
5660 (lto_streamer_cache_create): Likewise.
5661 (lto_streamer_cache_delete): Likewise.
5662 (streamer_hooks_init): Move to streamer-hooks.c.
5663 * lto-streamer.h: Include diagnostic.h
5664 (struct output_block, struct lto_input_block,
5665 struct data_in, struct bitpack_d): Remove forward declarations.
5666 (struct bitpack_d): Move to data-streamer.h.
5667 (struct lto_streamer_cache_d): Move to tree-streamer.h.
5668 (struct streamer_hooks): Move to streamer-hooks.h.
5669 (bp_pack_var_len_unsigned): Move to data-streamer.h.
5670 (bp_pack_var_len_int): Likewise.
5671 (bp_unpack_var_len_unsigned): Likewise.
5672 (bp_unpack_var_len_int): Likewise.
5673 (lto_input_location): Declare.
5674 (lto_tag_check_set): Declare.
5675 (lto_init_eh): Declare.
5676 (lto_output_tree_ref): Declare.
5677 (lto_output_location): Declare.
5678 (bitpack_create): Move to data-streamer.h.
5679 (bp_pack_value): Likewise.
5680 (lto_output_bitpack): Likewise.
5681 (lto_input_bitpack): Likewise.
5682 (bp_unpack_value): Likewise.
5683 (lto_output_1_stream): Likewise.
5684 (lto_input_1_unsigned): Likewise.
5685 (lto_output_int_in_range): Likewise.
5686 (lto_input_int_in_range): Likewise.
5687 (bp_pack_int_in_range): Likewise.
5688 (bp_unpack_int_in_range): Likewise.
5689 (lto_output_enum): Likewise.
5690 (lto_input_enum): Likewise.
5691 (bp_pack_enum): Likewise.
5692 (bp_unpack_enum): Likewise.
5693 * streamer-hooks.c: New.
5694 * streamer-hooks.h: New.
5695 * tree-streamer-in.c: New.
5696 * tree-streamer-out.c: New.
5697 * tree-streamer.c: New.
5698 * tree-streamer.h: New.
5699
5700 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5701
5702 * gthr-posix95.h: Remove.
5703 * gthr.h [_PTHREADS95]: Remove.
5704 * configure.ac (enable_threads): Remove posix95.
5705 * configure: Regenerate.
5706 * doc/install.texi (Configuration, --enable-threads): Remove posix95.
5707
5708 2011-08-08 Uros Bizjak <ubizjak@gmail.com>
5709
5710 PR target/49781
5711 * config/i386/i386.c (ix86_decompose_address): Allow zero-extended
5712 SImode addresses.
5713 (ix86_print_operand_address): Handle zero-extended addresses.
5714 (memory_address_length): Add length of addr32 prefix for
5715 zero-extended addresses.
5716 (ix86_secondary_reload): Handle moves to/from double-word general
5717 registers from/to zero-extended addresses.
5718 * config/i386/predicates.md (lea_address_operand): Reject
5719 zero-extended operands.
5720
5721 2011-08-08 H.J. Lu <hongjiu.lu@intel.com>
5722
5723 PR other/48007
5724 * config.gcc (libgcc_tm_file): Add i386/value-unwind.h for Linux/x86.
5725
5726 * system.h (REG_VALUE_IN_UNWIND_CONTEXT): Poisoned.
5727 (ASSUME_EXTENDED_UNWIND_CONTEXT): Likewise.
5728
5729 * unwind-dw2.c (ASSUME_EXTENDED_UNWIND_CONTEXT): New.
5730 (_Unwind_Context_Reg_Val): Likewise.
5731 (_Unwind_Get_Unwind_Word): Likewise.
5732 (_Unwind_Get_Unwind_Context_Reg_Val): Likewise.
5733 (_Unwind_Context): Use _Unwind_Context_Reg_Val on the reg field.
5734 (_Unwind_IsExtendedContext): Check ASSUME_EXTENDED_UNWIND_CONTEXT
5735 for EXTENDED_CONTEXT_BIT.
5736 (__frame_state_for): Likewise.
5737 (uw_init_context_1): Likewise.
5738 (_Unwind_GetGR): Updated.
5739 (_Unwind_SetGR): Likewise.
5740 (_Unwind_GetGRPtr): Likewise.
5741 (_Unwind_SetGRPtr): Likewise.
5742 (_Unwind_SetGRValue): Likewise.
5743 (_Unwind_GRByValue): Likewise.
5744 (uw_install_context_1): Likewise.
5745
5746 * doc/tm.texi.in: Document REG_VALUE_IN_UNWIND_CONTEXT and
5747 ASSUME_EXTENDED_UNWIND_CONTEXT.
5748 * doc/tm.texi: Regenerated.
5749
5750 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5751
5752 * Makefile.in (gengtype$(exeext)): Add $(LDFLAGS).
5753
5754 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5755
5756 * doc/invoke.texi (DEC Alpha Options, -mcpu): native support isn't
5757 Linux/GNU-specific.
5758 (DEC Alpha Options, -mtune): Likewise.
5759 (MIPS Options, -march): native is supported on IRIX.
5760
5761 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5762
5763 * config/sparc/driver-sparc.c: New file.
5764 * config/sparc/x-sparc: New file.
5765 * config.host: Use driver-sparc.o, sparc/x-sparc on sparc*-*-solaris2*.
5766 * config/sparc/sparc.opt (native): New value for enum processor_type.
5767 * config/sparc/sparc-opts.h (PROCESSOR_NATIVE): Declare.
5768 * config/sparc/sparc.c (sparc_option_override): Abort if
5769 PROCESSOR_NATIVE gets here.
5770 * config/sparc/sol2.h [__sparc__] (host_detect_local_cpu): Declare.
5771 (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS,
5772 DRIVER_SELF_SPECS): Define.
5773 * doc/invoke.texi (SPARC Options, -mcpu): Document native.
5774 (SPARC Options, -mtune): Likewise.
5775 * configure.ac (EXTRA_GCC_LIBS): Check for libkstat.
5776 Substitute result.
5777 * configure: Regenerate.
5778 * Makefile.in (EXTRA_GCC_LIBS): Set.
5779 (xgcc$(exeext)): Add $(EXTRA_GCC_LIBS).
5780 (cpp$(exeext)): Likewise.
5781
5782 2011-08-08 Richard Guenther <rguenther@suse.de>
5783
5784 * tree-vrp.c (extract_range_from_unary_expr_1): New function,
5785 split out from ...
5786 (extract_range_from_unary_expr): ... here. Handle BIT_NOT_EXPR
5787 by composition.
5788
5789 2011-08-08 Mikael Pettersson <mikpe@it.uu.se>
5790
5791 PR tree-optimization/50005
5792 * ipa-inline-analysis (remap_predicate): Add cast to
5793 silence signed/unsigned comparison warning.
5794
5795 2011-08-08 Richard Sandiford <richard.sandiford@linaro.org>
5796
5797 * modulo-sched.c (get_sched_window): Use a table for the debug output.
5798 Print the current ii.
5799 (sms_schedule_by_order): Reduce whitespace in dump line.
5800
5801 2011-08-08 Richard Sandiford <richard.sandiford@linaro.org>
5802
5803 * modulo-sched.c (get_sched_window): Use just one loop for predecessors
5804 and one loop for successors. Fix upper bound of memory range.
5805
5806 2011-08-06 Uros Bizjak <ubizjak@gmail.com>
5807
5808 PR target/50001
5809 * config/alpha/alpha.c (alpha_instantiate_decls): New function.
5810 (TARGET_INSTANTIATE_DECLS): New define.
5811
5812 2011-08-06 Paolo Bonzini <bonzini@gnu.org>
5813 Mikael Morin <mikael.morin@sfr.fr>
5814
5815 * Makefile.in (INCLUDES_FOR_TARGET): New.
5816 (LIBGCC2_CFLAGS): Use it.
5817 (CRTSTUFF_CFLAGS): Use it instead of INCLUDES.
5818
5819 2011-08-06 Uros Bizjak <ubizjak@gmail.com>
5820
5821 * config/i386/i386.c (ix86_compute_frame_layout): Simplify
5822 frame->save_regs_using_mov calculation.
5823
5824 2011-08-06 Uros Bizjak <ubizjak@gmail.com>
5825
5826 * config/i386/i386.md (ssemodesuffix): Remove V8SI mode.
5827 * config/i386/sse.md (castmode): New mode attribute.
5828 (avx_<castmode><avxsizesuffix>_<castmode>): Rename from
5829 avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>.
5830
5831 2011-08-05 Jan Hubicka <jh@suse.cz>
5832
5833 PR middle-end/49494
5834 * ipa-inline-analysis.c (remap_predicate): Add bounds check.
5835
5836 2011-08-05 Jan Hubicka <jh@suse.cz>
5837
5838 PR middle-end/49500
5839 * tree-emultls.c (new_emutls_decl):Add alias_of parameter;
5840 handle aliases.
5841 (create_emultls_var):New function.
5842 (ipa_lower_emutls): Handle aliases correctly.
5843
5844 2011-08-05 Jan Hubicka <jh@suse.cz>
5845
5846 PR middle-end/49735
5847 * ipa-inline.c (recursive_inlining): Look through aliases.
5848
5849 2011-08-05 Jason Merrill <jason@redhat.com>
5850
5851 * config/i386/i386.c (setup_incoming_varargs_ms_64): Move
5852 declarations to beginning of function.
5853
5854 2011-08-05 Bernd Schmidt <bernds@codesourcery.com>
5855
5856 PR rtl-optimization/49900
5857 * sched-ebb.c (add_deps_for_risky_insns): Also add dependencies to
5858 ensure basic blocks stay in the same order.
5859
5860 2011-08-05 Aldy Hernandez <aldyh@redhat.com>
5861
5862 * config/s390/s390.c (s390_expand_cs_hqi): Add new arguments to
5863 store_bit_field.
5864 (s390_expand_atomic): Same.
5865
5866 2011-08-05 Richard Henderson <rth@redhat.com>
5867
5868 PR rtl-opt/49977
5869 * dwarf2cfi.c (scan_insn_after): Split out of ...
5870 (scan_trace): ... here. Correctly place notes wrt sequences.
5871
5872 2011-08-05 Kaz Kojima <kkojima@gcc.gnu.org>
5873 Richard Henderson <rth@redhat.com>
5874
5875 PR rtl-opt/49982
5876 * expr.c (fixup_args_size_notes): Look through no-op moves.
5877
5878 2011-08-05 Uros Bizjak <ubizjak@gmail.com>
5879
5880 * config/i386/i386.md (*push<mode>2): Use "o" constraint instead
5881 of "m" for operand 0. Add type and mode attribute.
5882 (*pushxf_nointeger"): Use "<" constraint for operand 0.
5883 (*pushdf_rex64): New pattern, split out of *pushdf. Use "m"
5884 constraint instead of "o" for opreand 1.
5885 (*pushdf): Disable for TARGET_64BIT. Correct mode attribute.
5886 (*movdi_internal_rex64): Use "!o" constraint instead of "!m" for
5887 operand 0, alternative 4.
5888 (*movdf_internal_rex64): Ditto for operand 0, alernative 6.
5889
5890 2011-08-05 Uros Bizjak <ubizjak@gmail.com>
5891
5892 * config/i386/predicates.md (lea_address_operand): Rename from
5893 no_seg_address_operand.
5894 * config/i386/i386.md (*lea_1): Update operand 1 predicate for rename.
5895 (*lea_1_zext): Ditto.
5896 (*lea_2): Ditto.
5897 (*lea_2_zext): Ditto.
5898
5899 2011-08-05 Uros Bizjak <ubizjak@gmail.com>
5900
5901 * config/i386/i386.c (ix86_print_operand_address): Handle SUBREGs of
5902 parts.base and parts.index.
5903 * config/i386/predicates.md (aligned_operand): Ditto.
5904 (cmpxchg8b_pic_memory_operand): Ditto.
5905
5906 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5907
5908 * config/soft-fp: Move to ../libgcc.
5909 * Makefile.in (SFP_MACHINE): Remove.
5910 (libgcc-support): Remove $(SFP_MACHINE) dependency.
5911 * config/arm/sfp-machine.h: Move to ../libgcc/config/arm.
5912 * config/arm/t-arm-softfp: Move to
5913 ../libgcc/config/arm/t-softfp.
5914 * config/c6x/sfp-machine.h: Move to ../libgcc/config/c6x.
5915 * config/c6x/t-c6x-softfp: Remove.
5916 * config/i386/sfp-machine.h: Move to ../libgcc/config/i386.
5917 * config/i386/t-fprules-softfp: Move to
5918 ../libgcc/config/t-softfp-tf.
5919 * config/ia64/sfp-machine.h: Move to ../libgcc/config/ia64.
5920 * config/ia64/t-fprules-softfp: Remove.
5921 * config/lm32/sfp-machine.h: Move to ../libgcc/config/lm32.
5922 * config/lm32/t-fprules-softfp: Remove.
5923 * config/moxie/sfp-machine.h: Remove.
5924 * config/moxie/t-moxie-softfp: Remove.
5925 * config/rs6000/darwin-ldouble-format: Move to
5926 ../libgcc/config/rs6000/ibm-ldouble-format.
5927 * config/rs6000/darwin-ldouble.c: Move to
5928 ../libgcc/config/rs6000/ibm-ldouble.c
5929 * config/rs6000/libgcc-ppc-glibc.ver: Move to ../libgcc/config/rs6000.
5930 * config/rs6000/libgcc-ppc64.ver: Likewise.
5931 * config/rs6000/sfp-machine.h: Likewise.
5932 * config/rs6000/t-aix43 (SHLIB_MAPFILES): Remove
5933 $(srcdir)/config/rs6000/libgcc-ppc64.ver.
5934 (LIB2FUNCS_EXTRA): Remove.
5935 (TARGET_LIBGCC2_CFLAGS): Remove.
5936 * config/rs6000/t-aix52: Likewise
5937 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
5938 $(srcdir)/config/rs6000/darwin-ldouble.c.
5939 (SHLIB_MAPFILES): Remove.
5940 * config/rs6000/t-darwin64 (LIB2FUNCS_EXTRA): Remove
5941 $(srcdir)/config/rs6000/darwin-ldouble.c.
5942 * config/rs6000/t-fprules-softfp: Move to
5943 ../libgcc/config/t-softfp-sfdf.
5944 * config/rs6000/t-freebsd: Move to ../libgcc/config/rs6000.
5945 * config/rs6000/t-linux64 (softfp_wrap_start, softfp_wrap_end): Remove.
5946 * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Remove
5947 $(srcdir)/config/rs6000/darwin-ldouble.c.
5948 * config/score/sfp-machine.h: Move to ../libgcc/config/score.
5949 * config/score/t-score-softfp: Remove.
5950 * config.gcc (arm*-*-linux*): Remove arm/t-arm-softfp,
5951 soft-fp/t-softfp from tmake_file.
5952 (arm*-*-uclinux*): Likewise.
5953 (arm*-*-ecos-elf): Likewise.
5954 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
5955 (arm*-*-rtems*): Likewise.
5956 (arm*-*-elf): Likewise.
5957 (moxie-*-elf): Remove moxie/t-moxie-softfp, soft-fp/t-softfp from
5958 tmake_file.
5959 (moxie-*-uclinux*): Likewise.
5960 (moxie-*-rtems*): Likewise.
5961 (lm32-*-elf*): Remove lm32/t-fprules-softfp, soft-fp/t-softfp from
5962 tmake_file.
5963 (lm32-*-rtems*): Likewise.
5964 (lm32-*-uclinux*): Likewise.
5965 (powerpc-*-freebsd*): Remove rs6000/t-freebsd,
5966 rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
5967 (powerpc-*-linux*, powerpc64-*-linux*): Remove
5968 rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
5969 (score-*-elf): Remove score/t-score-softfp, soft-fp/t-softfp from
5970 tmake_file.
5971 (tic6x-*-elf): Remove c6x/t-c6x-softfp, soft-fp/t-softfp from
5972 tmake_file.
5973 (tic6x-*-uclinux): Likewise.
5974 (i[34567]86-*-darwin*, x86_64-*-darwin*): Remove i386/t-fprules-softfp,
5975 soft-fp/t-softfp from tmake_file.
5976 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
5977 (x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Likewise.
5978 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Likewise.
5979 (i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
5980 (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Likewise.
5981
5982 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5983
5984 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): Remove.
5985 (libgcc-support): Remove $(FPBIT), $(DPBIT), $(TPBIT) dependencies.
5986 (libgcc.mvars): Remove FPBIT, FPBIT_FUNCS, DPBIT, DPBIT_FUNCS,
5987 TPBIT, TPBIT_FUNCS.
5988 * config/fp-bit.c, config/fp-bit.h: Move to ../libgcc.
5989 * config/arm/t-strongarm-elf (FPBIT, DPBIT, dp-bit.c, fp-bit.c):
5990 Remove.
5991 * config/arm/t-vxworks: Likewise.
5992 * config/arm/t-wince-pe: Likewise.
5993 * config/avr/t-avr (fp-bit.c, FPBIT): Remove.
5994 * config/bfin/t-bfin (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
5995 * config/bfin/t-bfin-elf: Likewise.
5996 * config/bfin/t-bfin-linux: Likewise.
5997 * config/bfin/t-bfin-uclinux: Likewise.
5998 * config/cris/t-cris (FPBIT, DPBIT, dp-bit.c, tmplibgcc_fp_bit.c):
5999 Remove.
6000 * config/fr30/t-fr30: Likewise.
6001 * config/frv/t-frv: Likewise.
6002 * config/h8300/t-h8300 (FPBIT, fp-bit.c): Remove.
6003 * config/iq2000/t-iq2000 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6004 * config/m32c/t-m32c: Likewise.
6005 * config/m32r/t-linux: (LIB2FUNCS_EXTRA, fp-bit.c, dp-bit.c): Remove.
6006 * config/m32r/t-m32r (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6007 * config/mcore/t-mcore: Likewise.
6008 * config/mep/t-mep: Likewise.
6009 * config/microblaze/t-microblaze: Likewise.
6010 * config/mips/t-linux64 (TPBIT, tp-bit.c): Remove.
6011 * config/mips/t-mips (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6012 * config/mips/t-sdemtk (FPBIT, DPBIT): Remove.
6013 * config/mips/t-sr71k (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6014 * config/mn10300/t-linux: Remove.
6015 * config/mn10300/t-mn10300 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6016 * config/pdp11/t-pdp11: Likewise.
6017 * config/picochip/t-picochip (FPBIT, fp-bit.c): Remove.
6018 * config/rs6000/ppc64-fp.c: Move to ../libgcc/config/rs6000.
6019 * config/rs6000/t-aix43 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6020 (LIB2FUNCS_EXTRA): Remove $(srcdir)/config/rs6000/ppc64-fp.c.
6021 * config/rs6000/t-aix52: Likewise.
6022 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
6023 $(srcdir)/config/rs6000/ppc64-fp.c.
6024 * config/rs6000/t-fprules-fpbit: Remove.
6025 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Remove.
6026 * config/rs6000/t-lynx (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6027 * config/sh/t-netbsd (FPBIT, DPBIT): Remove.
6028 * config/sh/t-sh (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6029 * config/sparc/t-elf: Likewise.
6030 * config/sparc/t-leon: Likewise.
6031 * config/sparc/t-leon3: Likewise.
6032 * config/spu/t-spu-elf: Likewise.
6033 (DPBIT_FUNCS): Remove.
6034 * config/stormy16/t-stormy16 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
6035 * config/v850/t-v850: Likewise.
6036 * config.gcc (avr-*-rtems*): Add avr/avr-lib.h to libgcc_tm_file.
6037 (avr-*-*): Likewise.
6038 (h8300-*-rtems*): Set libgcc_tm_file.
6039 (h8300-*-elf*): Likewise.
6040 (powerpc-*-eabisimaltivec*): Remove rs6000/t-fprules-fpbit from
6041 tmake_file.
6042 (powerpc-*-eabisim*): Likewise.
6043 (powerpc-*-elf*): Likewise.
6044 (powerpc-*-eabialtivec*): Likewise.
6045 (powerpc-xilinx-eabi*): Likewise.
6046 (powerpc-*-eabi*): Likewise.
6047 (powerpc-*-rtems*): Likewise.
6048 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Likewise.
6049 (powerpcle-*-elf*): Likewise.
6050 (powerpcle-*-eabisim*): Likewise.
6051 (powerpcle-*-eabi*): Likewise.
6052 (rx-*-elf*): Add rx/rx-lib.h to libgcc_tm_file.
6053 (am33_2.0-*-linux*): Remove mn10300/t-linux from tmake_file.
6054 * doc/fragments.texi (Target Fragment, Floating Point Emulation):
6055 Remove.
6056
6057 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6058
6059 * Makefile.in (UNWIND_H): Remove.
6060 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Move to
6061 ../libgcc/Makefile.in.
6062 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): Likewise.
6063 (LIBUNWINDDEP): Remove.
6064 (libgcc-support): Remove LIB2ADDEH, $(srcdir)/emutls.c dependencies.
6065 (libgcc.mvars): Remove LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED,
6066 LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL.
6067 (stmp-int-hdrs): Remove $(UNWIND_H) dependency.
6068 Don't copy $(UNWIND_H).
6069 * config.gcc (ia64*-*-linux*): Remove with_system_libunwind handling.
6070 * configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Remove.
6071 * aclocal.m4: Regenerate.
6072 * configure: Regenerate.
6073 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
6074 unwind-dw2-fde-compat.c, unwind-dw2-fde-glibc.c, unwind-dw2-fde.c,
6075 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
6076 unwind-pe.h, unwind-sjlj.c, unwind.inc: Move to ../libgcc.
6077 * unwind-dw2-fde-darwin.c: Move to ../libgcc/config.
6078 * config/arm/libunwind.S, config/arm/pr-support.c,
6079 config/arm/unwind-arm.c, config/arm/unwind-arm.h: Move to
6080 ../libgcc/config/arm.
6081 * config/arm/t-bpabi (UNWIND_H, LIB2ADDEH): Remove.
6082 * config/arm/t-symbian (UNWIND_H, LIB2ADDEH): Remove.
6083 * config/frv/t-frv ($(T)frvbegin$(objext)): Use
6084 $(srcdir)/../libgcc to refer to unwind-dw2-fde.h.
6085 ($(T)frvend$(objext)): Likewise.
6086 * config/ia64/t-glibc (LIB2ADDEH): Remove.
6087 * config/ia64/t-glibc-libunwind: Move to ../libgcc/config/ia64.
6088 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
6089 config/ia64/unwind-ia64.c, config/ia64/unwind-ia64.h: Move to
6090 ../libgcc/config/ia64.
6091 * config/ia64/t-hpux (LIB2ADDEH): Remove.
6092 * config/ia64/t-ia64 (LIB2ADDEH): Remove.
6093 * config/ia64/t-vms (LIB2ADDEH): Remove.
6094 * config/ia64/vms.h (UNW_IVMS_MODE,
6095 MD_UNW_COMPATIBLE_PERSONALITY_P): Remove.
6096 * config/picochip/t-picochip (LIB2ADDEH): Remove.
6097 * config/rs6000/aix.h (R_LR, MD_FROB_UPDATE_CONTEXT): Remove.
6098 * config/rs6000/t-darwin (LIB2ADDEH): Remove.
6099 * config/rs6000/darwin-fallback.c: Move to ../libgcc/config/rs6000.
6100 * config/sh/t-sh ($(T)unwind-dw2-Os-4-200.o): Use
6101 $(srcdir)/../libgcc to refer to unwinder sources.
6102 * config/spu/t-spu-elf (LIB2ADDEH): Remove.
6103 * config/t-darwin (LIB2ADDEH): Remove.
6104 * config/t-freebsd (LIB2ADDEH): Remove.
6105 * config/t-libunwind (LIB2ADDEH, LIB2ADDEHSTATIC): Remove.
6106 * config/t-libunwind-elf: Move to ../libgcc/config.
6107 * config/t-linux (LIB2ADDEH): Remove.
6108 * config/t-sol2 (LIB2ADDEH): Remove.
6109 * config/xtensa/t-xtensa (LIB2ADDEH): Remove.
6110 * system.h (MD_FROB_UPDATE_CONTEXT): Poison.
6111
6112 2011-08-05 H.J. Lu <hongjiu.lu@intel.com>
6113
6114 * config/i386/i386.c (processor_alias_table): Add core-avx-i.
6115
6116 * doc/invoke.texi: Document core-avx-i.
6117
6118 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6119
6120 * tsystem.h (CONST_CAST2, CONST_CAST): Define.
6121
6122 2011-08-05 Ira Rosen <ira.rosen@linaro.org>
6123
6124 * tree-vect-loop.c (vect_create_epilog_for_reduction): Use the
6125 result of multiple results reduction when extracting the final
6126 value using scalar code.
6127
6128 2011-08-05 Richard Guenther <rguenther@suse.de>
6129
6130 PR tree-optimization/49984
6131 * tree-vrp.c (extract_range_from_binary_expr_1): Handle BIT_XOR_EXPR.
6132
6133 2011-08-05 Richard Guenther <rguenther@suse.de>
6134
6135 * tree-vrp.c (zero_nonzero_bits_from_vr): Make sure to always
6136 return true for constant integer ranges.
6137 (extract_range_from_binary_expr_1): Simplify BIT_AND_EXPR and
6138 BIT_IOR_EXPR handling.
6139
6140 2011-08-04 Kai Tietz <ktietz@redhat.com>
6141
6142 * config/i386/i386.c (setup_incoming_varargs_ms_64): Set
6143 ix86_varargs_gpr_size and ix86_varargs_fpr_size to zero.
6144
6145 2011-08-04 Ira Rosen <ira.rosen@linaro.org>
6146
6147 * tree-vectorizer.h (struct _stmt_vec_info): Add new field for
6148 pattern def statement, and its access macro.
6149 (NUM_PATTERNS): Set to 5.
6150 * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
6151 pattern def statement.
6152 (vect_transform_loop): Likewise.
6153 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add new
6154 function vect_recog_over_widening_pattern ().
6155 (vect_operation_fits_smaller_type): New function.
6156 (vect_recog_over_widening_pattern, vect_mark_pattern_stmts):
6157 Likewise.
6158 (vect_pattern_recog_1): Move the code that marks pattern
6159 statements to vect_mark_pattern_stmts (), and call it. Update
6160 documentation.
6161 * tree-vect-stmts.c (vect_supportable_shift): New function.
6162 (vect_analyze_stmt): Handle pattern def statement.
6163 (new_stmt_vec_info): Initialize pattern def statement.
6164
6165 2011-08-04 Richard Henderson <rth@redhat.com>
6166
6167 PR target/49964
6168 * config/i386/i386.c (ix86_expand_call): Don't create nested
6169 PARALLELs for TARGET_VZEROUPPER.
6170 (ix86_split_call_vzeroupper): Fix extraction of the original call.
6171 * config/i386/i386.md (*call_rex64_ms_sysv_vzeroupper): Don't
6172 recognize nested PARALLELs.
6173 (*call_pop_vzeroupper, *sibcall_pop_vzeroupper,
6174 *call_value_rex64_ms_sysv_vzeroupper, *call_value_pop_vzeroupper,
6175 *sibcall_value_pop_vzeroupper): Likewise.
6176
6177 2011-08-04 Richard Henderson <rth@redhat.com>
6178
6179 PR middle-end/49968
6180 * calls.c (expand_call): Use fixup_args_size_notes for
6181 emit_stack_restore.
6182 * expr.c (fixup_args_size_notes): Allow STACK_POINTER_REGNUM sets
6183 in non-standard modes.
6184
6185 2011-08-04 Jakub Jelinek <jakub@redhat.com>
6186
6187 * gcc.c (self_spec): New variable.
6188 (static_specs): Add self_spec.
6189 (main): Call do_self_spec on "self_spec" specs after reading
6190 user specs files. Move compare_debug handling right after that.
6191
6192 2011-08-04 Richard Guenther <rguenther@suse.de>
6193
6194 * tree-vrp.c (vrp_expr_computes_nonnegative): Remove.
6195 (value_range_nonnegative_p): New function.
6196 (ssa_name_nonnegative_p): Use it.
6197 (value_range_constant_singleton): New function.
6198 (op_with_constant_singleton_value_range): Use it.
6199 (extract_range_from_binary_expr_1): New function, split out from ...
6200 (extract_range_from_binary_expr): ... this. Remove fallback
6201 constant folding done here.
6202
6203 2011-08-04 Richard Guenther <rguenther@suse.de>
6204
6205 PR tree-optimization/49806
6206 * tree-vrp.c (op_with_boolean_value_range_p): New function.
6207 (simplify_truth_ops_using_ranges): Simplify. Allow inserting
6208 a new statement for a final conversion to bool.
6209
6210 2011-08-04 Romain Geissler <romain.geissler@gmail.com>
6211
6212 * gengtype-state.c: Include "bconfig.h" if
6213 GENERATOR_FILE is defined, "config.h" otherwise.
6214 * gengtype.c: Likewise.
6215 * gengtype-lex.l: Likewise.
6216 * gengtype-parse.c: Likewise.
6217 * Makefile.in (gengtype-lex.o-warn): New variable.
6218 (plugin_resourcesdir): Likewise.
6219 (plugin_bindir): Likewise.
6220 (plugin_includedir): Use $(plugin_resourcesdir) as prefix base.
6221 (MOSTLYCLEANFILES): Add gengtype$(exeext).
6222 (native): Depend on gengtype$(exeext) is $enable_plugin
6223 is set to "yes".
6224 (gtype.state): Depend on s-gtype. Use temporary file.
6225 (gengtype-lex.o): New rule.
6226 (gengtype-parse.o): Likewise.
6227 (gengtype-state.o): Likewise.
6228 (gengtype$(exeext)): Likewise.
6229 (install-gengtype): Likewise.
6230 (gengtype.o): Likewise.
6231 (build/gengtype.o): Depend on version.h.
6232 (build/gengtype-state): Depend on double-int.h, version.h,
6233 $(HASHTAB_H), $(OBSTACK_H), $(XREGEX_H) and build/errors.o.
6234 (install-plugin): Depend on install-gengtype.
6235
6236 2011-08-04 Jakub Jelinek <jakub@redhat.com>
6237
6238 PR middle-end/49905
6239 * tree.h (init_attributes): New prototype.
6240 * attribs.c (init_attributes): No longer static.
6241
6242 2011-08-04 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
6243
6244 * config/arm/arm.c (arm_set_fixed_optab_libfunc): Constify
6245 maybe_suffix.
6246
6247 2011-08-03 David Li <davidxl@google.com>
6248
6249 * tree-optimize.c (execute_fixup_cfg): Fix up entry
6250 outgoing edge counts after inlining.
6251
6252 2011-08-03 David Li <davidxl@google.com>
6253
6254 * profile.c (compute_branch_probabilities): Compute
6255 function frequency after profile annotation.
6256
6257 2011-08-04 Alan Modra <amodra@gmail.com>
6258
6259 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Simplify
6260 use_backchain_to_restore_sp initialisation.
6261 (rs6000_legitimate_offset_address_p): Simplify offset test.
6262
6263 2011-08-03 Richard Henderson <rth@redhat.com>
6264
6265 * config/spu/spu.md: Use define_c_enum instead of define_constants.
6266 (UNSPECV_BLOCKAGE, UNSPECV_LNOP, UNSPECV_SYNC): Rename from UNSPEC_*.
6267 (UNSPECV_NOP): New.
6268
6269 2011-08-03 Richard Henderson <rth@redhat.com>
6270
6271 PR target/34888
6272 * config/avr/avr.md: New splitter for REG_ARGS_SIZE 0.
6273
6274 2011-08-03 Jakub Jelinek <jakub@redhat.com>
6275
6276 PR tree-optimization/49948
6277 * gimple.c (walk_stmt_load_store_addr_ops): Walk CONSTRUCTOR elements.
6278
6279 2011-08-03 Anatoly Sokolov <aesok@post.ru>
6280
6281 * config/m32c/m32c.c (class_sizes): Remove.
6282 (reduce_class): Change arguments and return type to reg_class_t.
6283 Change type cc var to HARD_REG_SET. Change type best var to
6284 reg_class_t. Change type best_size var to unsigned int. Remove
6285 initialization class_sizes var. Use reg_class_size array instead
6286 of class_sizes. Use reg_class_contents array instead
6287 of class_contents.
6288
6289 2011-08-03 Richard Guenther <rguenther@suse.de>
6290
6291 PR middle-end/49958
6292 * fold-const.c (fold_binary_loc): Only associate
6293 (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (* d e)) c) if
6294 overflow wraps.
6295
6296 2011-08-03 Alan Modra <amodra@gmail.com>
6297
6298 PR rtl-optimization/49941
6299 * jump.c (mark_jump_label): Comment.
6300 (mark_jump_label_1): Set JUMP_LABEL for return jumps.
6301 * emit-rtl.c (copy_rtx_if_shared_1, copy_insn_1): Leave RETURN shared.
6302 (mark_used_flags): Don't mark RETURN.
6303
6304 2011-08-03 Richard Guenther <rguenther@suse.de>
6305
6306 PR tree-optimization/49938
6307 * tree-scalar-evolution.c (interpret_loop_phi): Gracefully
6308 deal with a POLYNOMIAL_CHREC.
6309
6310 2011-08-03 Revital Eres <revital.eres@linaro.org>
6311
6312 * modulo-sched.c (calculate_stage_count,
6313 calculate_must_precede_follow, get_sched_window,
6314 try_scheduling_node_in_cycle, remove_node_from_ps): Add
6315 declaration.
6316 (update_node_sched_params, set_must_precede_follow, optimize_sc):
6317 New functions.
6318 (reset_sched_times): Call update_node_sched_params.
6319 (sms_schedule): Call optimize_sc.
6320 (get_sched_window): Change function arguments.
6321 (sms_schedule_by_order): Update call to get_sched_window.
6322 Call set_must_precede_follow.
6323 (calculate_stage_count): Add function argument.
6324
6325 2011-08-02 Richard Henderson <rth@redhat.com>
6326
6327 PR target/49864
6328 PR target/49879
6329 * reg-notes.def (REG_ARGS_SIZE): New.
6330 * calls.c (emit_call_1): Emit REG_ARGS_SIZE for call_pop.
6331 (expand_call): Add REG_ARGS_SIZE to emit_stack_restore.
6332 * cfgcleanup.c (old_insns_match_p): Don't allow cross-jumping to
6333 different stack levels.
6334 * combine-stack-adj.c (adjust_frame_related_expr): Remove.
6335 (maybe_move_args_size_note): New.
6336 (combine_stack_adjustments_for_block): Use it.
6337 * combine.c (distribute_notes): Place REG_ARGS_SIZE.
6338 * dwarf2cfi.c (dw_cfi_row_struct): Remove args_size member.
6339 (dw_trace_info): Add beg_true_args_size, end_true_args_size,
6340 beg_delay_args_size, end_delay_args_size, eh_head, args_size_undefined.
6341 (cur_cfa): New.
6342 (queued_args_size): Remove.
6343 (add_cfi_args_size): Assert size is non-negative.
6344 (stack_adjust_offset, dwarf2out_args_size): Remove.
6345 (dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust): Remove.
6346 (notice_args_size, notice_eh_throw): New.
6347 (dwarf2out_frame_debug_def_cfa): Use cur_cfa.
6348 (dwarf2out_frame_debug_adjust_cfa): Likewise.
6349 (dwarf2out_frame_debug_cfa_offset): Likewise.
6350 (dwarf2out_frame_debug_expr): Likewise. Don't stack_adjust_offset.
6351 (dwarf2out_frame_debug): Don't handle non-frame-related-p insns.
6352 (change_cfi_row): Don't emit args_size.
6353 (maybe_record_trace_start_abnormal): Split out from ...
6354 (maybe_record_trace_start): Here. Set args_size_undefined.
6355 (create_trace_edges): Update to match.
6356 (scan_trace): Handle REG_ARGS_SIZE.
6357 (connect_traces): Connect args_size between EH insns.
6358 * emit-rtl.c (try_split): Handle REG_ARGS_SIZE.
6359 * explow.c (suppress_reg_args_size): New.
6360 (adjust_stack_1): Split out from ...
6361 (adjust_stack): ... here.
6362 (anti_adjust_stack): Use it.
6363 (allocate_dynamic_stack_space): Suppress REG_ARGS_SIZE.
6364 * expr.c (mem_autoinc_base): New.
6365 (fixup_args_size_notes): New.
6366 (emit_single_push_insn_1): Rename from emit_single_push_insn.
6367 (emit_single_push_insn): New. Generate REG_ARGS_SIZE.
6368 * recog.c (peep2_attempt): Handle REG_ARGS_SIZE.
6369 * reload1.c (reload_as_needed): Likewise.
6370 * rtl.h (fixup_args_size_notes): Declare.
6371
6372 2011-08-02 Paolo Carlini <paolo.carlini@oracle.com>
6373
6374 PR bootstrap/49914
6375 * fold-const.c (fold_plusminus_mult_expr): Use abs_hwi instead
6376 of abs.
6377 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
6378 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
6379
6380 2011-08-02 Richard Henderson <rth@redhat.com>
6381
6382 * config/h8300/h8300.c (push, pop): Return the insn.
6383 (h8300_swap_into_er6): Generate correct unwind info.
6384 (h8300_swap_out_of_er6): Likewise.
6385 * dwarf2cfi.c (def_cfa_1): Clear cfa_cfi if we no longer have a
6386 complex cfa expression.
6387 (dwarf2out_frame_debug_def_cfa): Allow (plus (mem) (const_int)) too.
6388
6389 2011-08-02 H.J. Lu <hongjiu.lu@intel.com>
6390
6391 * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
6392
6393 2011-08-02 Richard Henderson <rth@redhat.com>
6394
6395 PR target/49878
6396 * config/h8300/h8300.c (h8300_move_ok): New.
6397 * config/h8300/h8300-protos.h: Declare it.
6398 * config/h8300/h8300.md (P): New mode iterator.
6399 (*movqi_h8300, *movqi_h8300hs, movqi): Use h8300_move_ok.
6400 (*movqi_h8sx, *movhi_h8300, *movhi_h8300hs, movhi): Likewise.
6401 (movsi, *movsi_h8300, *movsi_h8300hs): Likewise.
6402 (*pushqi1_h8300): Rename from pushqi1_h8300; use PRE_MODIFY.
6403 (*pushqi1_h8300hs_<P>): Macroize from pushqi1_h8300hs_advanced
6404 and pushqi1_h8300hs_normal; use PRE_MODIFY and
6405 register_no_sp_elim_operand.
6406 (*pushhi1_h8300hs_<P>): Similarly.
6407 (pushqi1, pushhi1, pushhi1_h8300): Remove.
6408 * config/h8300/predicates.md (register_no_sp_elim_operand): New.
6409
6410 2011-08-02 Richard Henderson <rth@redhat.com>
6411
6412 PR target/49881
6413 * config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.
6414
6415 2011-08-02 Jakub Jelinek <jakub@redhat.com>
6416
6417 * c-parser.c (enum c_parser_prec): New enum, moved from within
6418 c_parser_binary_expression.
6419 (c_parser_binary_expression): Add PREC argument. Stop parsing
6420 if operator has lower or equal precedence than PREC.
6421 (c_parser_conditional_expression, c_parser_omp_for_loop): Adjust
6422 callers.
6423 (c_parser_omp_atomic): Handle parsing OpenMP 3.1 atomics.
6424 Adjust c_finish_omp_atomic caller.
6425 (c_parser_omp_taskyield): New function.
6426 (c_parser_pragma): Handle PRAGMA_OMP_TASKYIELD.
6427 (c_parser_omp_clause_name): Handle final and mergeable clauses.
6428 (c_parser_omp_clause_final, c_parser_omp_clause_mergeable): New
6429 functions.
6430 (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_FINAL
6431 and PRAGMA_OMP_CLAUSE_MERGEABLE.
6432 (OMP_TASK_CLAUSE_MASK): Allow final and mergeable clauses.
6433 (c_parser_omp_clause_reduction): Handle min and max.
6434 * c-typeck.c (c_finish_omp_clauses): Don't complain about
6435 const qualified predetermined vars in firstprivate clause.
6436 andle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
6437 Handle MIN_EXPR and MAX_EXPR.
6438 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_FINAL
6439 and OMP_CLAUSE_MERGEABLE.
6440 (dump_generic_node): Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD
6441 and OMP_ATOMIC_CAPTURE_NEW.
6442 * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FINAL and
6443 OMP_CLAUSE_MERGEABLE.
6444 (omp_clause_code_name): Likewise.
6445 (walk_tree_1): Handle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
6446 * tree.h (enum omp_clause_code): Add OMP_CLAUSE_FINAL
6447 and OMP_CLAUSE_MERGEABLE.
6448 (OMP_CLAUSE_FINAL_EXPR): Define.
6449 * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE_FINAL and
6450 OMP_CLAUSE_MERGEABLE.
6451 (expand_task_call): Likewise.
6452 (expand_omp_atomic_load, expand_omp_atomic_store): New functions.
6453 (expand_omp_atomic_fetch_op): Handle cases where old or new
6454 value is needed afterwards.
6455 (expand_omp_atomic): Call expand_omp_atomic_load resp.
6456 expand_omp_atomic_store.
6457 * gimplify.c (gimplify_omp_atomic, gimplify_expr): Handle
6458 OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and OMP_ATOMIC_CAPTURE_NEW.
6459 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
6460 OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
6461 * tree-nested.c (convert_nonlocal_omp_clauses,
6462 convert_local_omp_clauses): Likewise.
6463 * tree.def (OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD,
6464 OMP_ATOMIC_CAPTURE_NEW): New.
6465 * gimple.h (GF_OMP_ATOMIC_NEED_VALUE): New.
6466 (gimple_omp_atomic_need_value_p, gimple_omp_atomic_set_need_value):
6467 New inlines.
6468 * omp-builtins.def (BUILT_IN_GOMP_TASKYIELD): New builtin.
6469 * doc/generic.texi: Mention OMP_CLAUSE_COLLAPSE,
6470 OMP_CLAUSE_UNTIED, OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
6471
6472 2011-08-02 Kai Tietz <ktietz@redhat.com>
6473
6474 * gimple.c (canonicalize_cond_expr_cond): Handle cast from
6475 boolean-type.
6476 (ssa_forward_propagate_and_combine): Interprete result of
6477 forward_propagate_comparison.
6478 * gcc/gimple-fold.c (fold_gimple_assign): Add canonicalization for
6479 boolean-typed operands for comparisons.
6480
6481 2011-08-02 Georg-Johann Lay <avr@gjlay.de>
6482
6483 * config/avr/libgcc.S: Gather related function in the
6484 same input section.
6485 (__mulqihi3, __mulqihi3, __divmodqi4, __divmodhi4, __udivmodsi4,
6486 __divmodsi4): Use XCALL/XJMP instead of rcall/rjmp for external
6487 references.
6488 (__udivmodqi4, __divmodqi4, __udivmodhi4, __divmodhi4,
6489 __udivmodsi4, __divmodsi4, __prologue_saves__,
6490 __epilogue_restores__, _exit, __tablejump2__, __tablejump__,
6491 __do_copy_data, __do_clear_bss, __do_global_ctors,
6492 __do_global_dtors, __tablejump_elpm__): Enclose in DEFUN/ENDF.
6493
6494 2011-08-02 Uros Bizjak <ubizjak@gmail.com>
6495
6496 PR target/47766
6497 * doc/md.texi (stack_protect_set): The pattern moves ptr_mode value.
6498 (stack_protect_test): The pattern compares ptr_mode value.
6499
6500 2011-08-02 Alan Modra <amodra@gmail.com>
6501
6502 * config/rs6000/rs6000.c (rs6000_emit_prologue): Add REG_CFA_RESTORE
6503 note for save_LR_around_toc_setup sequence.
6504
6505 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
6506
6507 * config/i386/lzcntintrin.h (__lzcnt64): Replace long with long long.
6508
6509 2011-08-01 Sebastian Pop <sebastian.pop@amd.com>
6510 Joseph Myers <joseph@codesourcery.com>
6511
6512 * Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.
6513 * hwint.c: Include diagnostic-core.h.
6514 (abs_hwi): New.
6515 (gcd): Moved here...
6516 (pos_mul_hwi): New.
6517 (mul_hwi): New.
6518 (least_common_multiple): Moved here...
6519 * hwint.h (gcd): ... from here.
6520 (least_common_multiple): ... from here.
6521 (HOST_WIDE_INT_MIN): New.
6522 (HOST_WIDE_INT_MAX): New.
6523 (abs_hwi): Declared.
6524 (gcd): Declared.
6525 (pos_mul_hwi): Declared.
6526 (mul_hwi): Declared.
6527 (least_common_multiple): Declared.
6528 * omega.c (check_pos_mul): Removed.
6529 (check_mul): Removed.
6530 (omega_solve_geq): Use pos_mul_hwi instead of check_pos_mul and
6531 mul_hwi instead of check_mul.
6532
6533 2011-08-01 Richard Henderson <rth@redhat.com>
6534
6535 PR target/49881
6536 * config/avr/avr.h (PUSH_ROUNDING): New.
6537 * config/avr/avr.md (pushqi1): Rename from *pushqi.
6538 (*pushhi, *pushsi, *pushsf): Remove.
6539 (MPUSH): New mode iterator.
6540 (push<MPUSH>1): New expander.
6541
6542 2011-08-01 Anatoly Sokolov <aesok@post.ru>
6543
6544 * config/mmix/mmix.h (PREFERRED_RELOAD_CLASS,
6545 PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
6546 * config/mmix/mmix-protos.h (mmix_preferred_reload_class,
6547 mmix_preferred_output_reload_class): Remove.
6548 * config/mmix/mmix.c (mmix_preferred_reload_class,
6549 mmix_preferred_output_reload_class): Make static. Change rclass
6550 argument and return type to reg_class_t.
6551 (TARGET_PREFERRED_RELOAD_CLASS,
6552 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
6553
6554 2011-08-01 Joern Rennecke <joern.rennecke@embecosm.com>
6555
6556 * mode-switching.c (optimize_mode_switching): Fix bug in MODE_AFTER
6557 handling.
6558
6559 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
6560
6561 PR target/47766
6562 * config/i386/i386.md (PTR): New.
6563 (stack_protect_set: Check TARGET_LP64 instead of TARGET_64BIT.
6564 (stack_protect_test): Likewise.
6565 (stack_protect_set_<mode>): Replace ":P" with ":PTR".
6566 (stack_tls_protect_set_<mode>): Likewise.
6567 (stack_tls_protect_test_<mode>): Likewise.
6568
6569 2011-08-01 Uros Bizjak <ubizjak@gmail.com>
6570
6571 PR target/49927
6572 * config/i386/i386.c (ix86_address_subreg_operand): New.
6573 (ix86_decompose_address): Use ix86_address_subreg_operand.
6574 (ix86_legitimate_address_p): Do not assert that subregs satisfy
6575 register_no_elim_operand in DImode.
6576
6577 2011-08-01 Ira Rosen <ira.rosen@linaro.org>
6578
6579 PR tree-optimization/49926
6580 * tree-vect-loop.c (vect_is_slp_reduction): Check that a statement
6581 in a chain doesn't have uses both inside and outside the loop.
6582
6583 2011-08-01 Georg-Johann Lay <avr@gjlay.de>
6584
6585 * config/avr/avr.h (mcu_type_s): Add errata_skip field.
6586 * config/avr/avr-devices.c (avr_mcu_types): Use it.
6587 * config/avr/avr-mcus.def (AVR_MCU): Use it.
6588 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it to builtin
6589 define __AVR_ERRATA_SKIP__ and __AVR_ERRATA_SKIP_JMP_CALL__.
6590 * config/avr/libgcc.S (__mulshisi3, __ffshi2, __fmulsu_exit):
6591 Use __AVR_ERRATA_SKIP_JMP_CALL__ instead of __AVR_HAVE_JMP_CALL__
6592 to detect if XJMP must not be skipped.
6593
6594 2011-08-02 Alan Modra <amodra@gmail.com>
6595
6596 * config/rs6000/rs6000-protos.h (rs6000_save_toc_in_prologue_p):
6597 Delete.
6598 * config/rs6000/rs6000.c (rs6000_save_toc_in_prologue_p): Make static.
6599 (rs6000_emit_prologue): Don't prematurely return when
6600 TARGET_SINGLE_PIC_BASE. Don't emit eh_frame info in
6601 save_toc_in_prologue case.
6602 (rs6000_call_indirect_aix): Only disallow save_toc_in_prologue for
6603 calls_alloca.
6604
6605 2011-08-01 Georg-Johann Lay <avr@gjlay.de>
6606
6607 * config/avr/avr-devices.c: Delete SVN property svn:executable.
6608 * config/avr/predicates.md: Ditto.
6609 * config/avr/driver-avr.c: Ditto.
6610 * config/avr/genopt.sh: Set SVN property svn:executable to *.
6611
6612 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
6613
6614 * calls.c (emit_library_call_value_1): Declare size only if
6615 BLOCK_REG_PADDING is defined.
6616
6617 2011-08-01 Kirill Yukhin <kirill.yukhin@intel.com>
6618
6619 PR target/49547
6620 * config.gcc (i[34567]86-*-*): Replace abmintrin.h with lzcntintrin.h.
6621 (x86_64-*-*): Likewise.
6622 * config/i386/i386.opt (mlzcnt): New.
6623 * config/i386/abmintrin.h: File removed.
6624 (__lzcnt_u16, __lzcnt, __lzcnt_u64): Moved to ...
6625 * config/i386/lzcntintrin.h: ... here. New file.
6626 (__lzcnt): Rename to ...
6627 (__lzcnt32): ... this.
6628 * config/i386/bmiintrin.h (head): Update copyright year.
6629 (__lzcnt_u16): Removed.
6630 (__lzcnt_u32): Likewise.
6631 (__lzcnt_u64): Likewise.
6632 * config/i386/x86intrin.h: Include lzcntintrin.h when __LZCNT__
6633 is defined, remove abmintrin.h.
6634 * config/i386/cpuid.h (bit_LZCNT): New.
6635 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
6636 LZCNT feature.
6637 * config/i386/i386-c.c (ix86_target_macros_internal): Define
6638 __LZCNT__ if needed.
6639 * config/i386/i386.c (ix86_target_string): New option -mlzcnt.
6640 (ix86_option_override_internal): Handle LZCNT option.
6641 (ix86_valid_target_attribute_inner_p): Likewise.
6642 (struct builtin_description bdesc_args) <IX86_BUILTIN_CLZS>: Update.
6643 * config/i386/i386.h (TARGET_LZCNT): New.
6644 (CLZ_DEFINED_VALUE_AT_ZERO): Update.
6645 * config/i386/i386.md (clz<mode>2): Update insn constraint.
6646 (clz<mode>2_lzcnt): Likewise.
6647 * doc/invoke.texi: Mention -mlzcnt option.
6648 * doc/extend.texi: Likewise.
6649
6650 2011-08-01 Julian Brown <julian@codesourcery.com>
6651
6652 * configure.ac (fixed-point): Add ARM support.
6653 * configure: Regenerate.
6654 * config/arm/arm.c (arm_fixed_mode_set): New struct.
6655 (arm_set_fixed_optab_libfunc): New.
6656 (arm_set_fixed_conv_libfunc): New.
6657 (arm_init_libfuncs): Initialise fixed-point helper libfuncs with
6658 ARM-specific names.
6659 (aapcs_libcall_value): Return sub-word-size fixed-point libcall
6660 return values in SImode.
6661 (arm_return_in_msb): Return fixed-point types in the msb.
6662 (arm_pad_reg_upwards, arm_pad_arg_upwards): Pad fixed-point types
6663 upwards.
6664 (arm_scalar_mode_supported_p): Support fixed-point modes.
6665 (arm_vector_mode_supported_p): Support vector fixed-point modes.
6666 * config/arm/arm.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE)
6667 (LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE)
6668 (SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE)
6669 (LONG_LONG_ACCUM_TYPE_SIZE, MAX_FIXED_MODE_SIZE): Define.
6670 * config/arm/iterators.md (FIXED, ADDSUB, UQADDSUB, QADDSUB, QMUL):
6671 New mode iterators.
6672 (qaddsub_suf): New mode attribute.
6673 * config/arm/arm-modes.def (FRACT, UFRACT, ACCUM, UACCUM): Declare
6674 vector modes.
6675 * config/arm/predicates.md (sat_shift_operator): New predicate.
6676 * config/arm/arm-fixed.md: New.
6677 * config/arm/arm.md: Include arm-fixed.md.
6678 * config/arm/t-arm (MD_INCLUDES): Add arm-fixed.md.
6679
6680 2011-08-01 Julian Brown <julian@codesourcery.com>
6681
6682 * calls.c (emit_library_call_value_1): Support padding for libcall
6683 arguments and return values.
6684 * config/arm/arm.c (arm_pad_arg_upward): Pad half-float values
6685 downwards in big-endian mode.
6686
6687 2011-08-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6688
6689 PR debug/49887
6690 * config/sol2.c (solaris_code_end): Rename to solaris_file_end.
6691 * config/sol2-protos.h: Likewise.
6692 * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call
6693 solaris_code_end.
6694 * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine.
6695 * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call
6696 solaris_file_end.
6697 * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove.
6698
6699 2011-08-01 Julian Brown <julian@codesourcery.com>
6700
6701 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Support FIXED_CST.
6702
6703 2011-08-01 Julian Brown <julian@codesourcery.com>
6704
6705 * final.c (output_addr_const): Print fixed-point constants as
6706 decimal not hex.
6707
6708 2011-08-01 Richard Guenther <rguenther@suse.de>
6709
6710 * stor-layout.c (initialize_sizetypes): Properly sign-extend
6711 bitsiztype TYPE_MAX_VALUE.
6712
6713 2011-08-01 Julian Brown <julian@codesourcery.com>
6714
6715 * optabs.c (prepare_cmp_insn): Use correct biasing for fixed-point
6716 comparison helpers.
6717
6718 2011-07-31 Richard Henderson <rth@redhat.com>
6719
6720 * config/h8300/crti.asm: Add flags to .section directive.
6721 * config/h8300/crtn.asm: Likewise.
6722
6723 2011-07-31 Richard Henderson <rth@redhat.com>
6724
6725 * stor-layout.c (initialize_sizetypes): Handle unsigned short.
6726 * tree.c (build_common_tree_nodes): Likewise.
6727
6728 2011-07-31 Kaz Kojima <kkojima@gcc.gnu.org>
6729
6730 PR target/49880
6731 * config/sh/sh.md (udivsi3_i1): Enable for TARGET_DIVIDE_CALL_DIV1.
6732 (divsi3_i1): Likewise.
6733
6734 2011-07-31 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6735
6736 PR tree-optimization/49749
6737 * tree-ssa-reassoc.c (get_rank): New forward declaration.
6738 (PHI_LOOP_BIAS): New macro.
6739 (phi_rank): New function.
6740 (loop_carried_phi): Likewise.
6741 (propagate_rank): Likewise.
6742 (get_rank): Add calls to phi_rank and propagate_rank.
6743
6744 2011-07-31 H.J. Lu <hongjiu.lu@intel.com>
6745
6746 * config/i386/x86-64.h (SIZE_TYPE): Check TARGET_LP64 instead
6747 of TARGET_64BIT.
6748 (PTRDIFF_TYPE): Likewise.
6749
6750 2011-07-31 Uros Bizjak <ubizjak@gmail.com>
6751
6752 PR target/49920
6753 * config/i386/i386.md (strset): Do not expand strset_singleop
6754 when %eax or $edi are fixed.
6755 (*strsetdi_rex_1): Disable when %eax or %edi are fixed.
6756 (*strsetsi_1): Ditto.
6757 (*strsethi_1): Ditto.
6758 (*strsetqi_1): Ditto.
6759 (*rep_stosdi_rex64): Disable when %eax, %ecx or %edi are fixed.
6760 (*rep_stossi): Ditto.
6761 (*rep_stosqi): Ditto.
6762 (*strlenqi_1): Ditto.
6763 (cmpstrnsi): Also fail when %ecx is fixed.
6764 (*cmpstrnqi_nz_1): Disable when %ecx, %esi or %edi are fixed.
6765 (*cmpstrnqi_1): Ditto.
6766 (*strmovdi_rex_1): Disable when %esi or %edi are fixed.
6767 (*strmovsi_1): Ditto.
6768 (*strmovhi_1): Ditto.
6769 (*strmovqi_1): Ditto.
6770 (*rep_movdi_rex64): Disable when %ecx, %esi or %edi are fixed.
6771 (*rep_movsi): Ditto.
6772 (*rep_movqi): Ditto.
6773
6774 2011-07-31 Mikael Pettersson <mikpe@it.uu.se>
6775
6776 PR target/47908
6777 * config/m68k/m68k.c (m68k_override_options_after_change): New function.
6778 Disable instruction scheduling for non-ColdFire targets.
6779 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
6780
6781 2011-07-31 Revital Eres <revital.eres@linaro.org>
6782
6783 * ddg.c (create_ddg_dep_from_intra_loop_link): Remove the creation
6784 of anti-dep edge from a branch.
6785 (add_cross_iteration_register_deps): Create anti-dep edge from
6786 a branch.
6787
6788 2011-07-31 Revital Eres <revital.eres@linaro.org>
6789
6790 * modulo-sched.c: Change comment.
6791 (reset_sched_times): Fix print message.
6792 (print_partial_schedule): Add print info.
6793
6794 2011-07-31 Tom de Vries <tom@codesourcery.com>
6795
6796 PR middle-end/43513
6797 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Use max of
6798 get_object_alignment and TYPE_ALIGN.
6799
6800 2011-07-30 Tom de Vries <tom@codesourcery.com>
6801
6802 PR middle-end/43513
6803 * tree-ssa-dce.c (ref_may_be_aliased): Add assert.
6804 (propagate_necessity): Handle WITH_SIZE_EXPR call arg.
6805
6806 2011-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6807
6808 * config/mips/driver-native.c [__sgi__]: Include <invent.h>,
6809 <sys/sbd.h>.
6810 (cpu_types): New array.
6811 (cputype): New function.
6812 (host_detect_local_cpu): Only define buf, f if !__sgi__.
6813 Use scaninvent instead of /proc/cpuinfo if __sgi__.
6814 * config.host: Also use driver-native.o, mips/x-native on
6815 mips-sgi-irix*.
6816 * config/mips/iris6.h [__mips__] (host_detect_local_cpu): Declare.
6817 (EXTRA_SPEC_FUNCTIONS, MARCH_MTUNE_NATIVE_SPECS): Define.
6818 (DRIVER_SELF_SPECS): Add MARCH_MTUNE_NATIVE_SPECS.
6819
6820 2011-07-29 Jakub Jelinek <jakub@redhat.com>
6821
6822 PR middle-end/49897
6823 PR middle-end/49898
6824 * omp-low.c (use_pointer_for_field): If disallowing copy-in/out
6825 in nested parallel and outer is a gimple_reg, mark it as addressable
6826 and set its bit in task_shared_vars bitmap too.
6827
6828 2011-07-29 Uros Bizjak <ubizjak@gmail.com>
6829
6830 * config/i386/predicates.md (tp_or_register_operand): Remove predicate.
6831
6832 2011-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6833
6834 * config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY,
6835 IMPLVER_EV5_FAMILY, IMPLVER_EV6_FAMILY, IMPLVER_EV7_FAMILY): Define.
6836 (AMASK_BWX, AMASK_FIX, AMASK_CIX, AMASK_MVI, AMASK_PRECISE,
6837 AMASK_LOCKPFTCHOK): Define.
6838 (host_detect_local_cpu): Remove buf, f, cpu_names.
6839 Define cpu_types, implver, amask.
6840 Use __builtin_alpha_implver, __builtin_alpha_amask to determine
6841 native CPU.
6842 * config.host: Also use driver-alpha.o, alpha/x-alpha on
6843 alpha*-dec-osf*.
6844 * config/alpha/osf5.h [__alpha__ || __alpha]
6845 (host_detect_local_cpu): Declare.
6846 (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS)
6847 (DRIVER_SELF_SPECS): Define.
6848
6849 2011-07-29 Uros Bizjak <ubizjak@gmail.com>
6850
6851 PR target/47715
6852 * config/i386/i386.md (*load_tp_x32): New.
6853 (*load_tp_x32_zext): Ditto.
6854 (*add_tp_x32): Ditto.
6855 (*add_tp_x32_zext): Ditto.
6856 (*load_tp_<mode>): Disable for TARGET_X32 targets.
6857 (*add_tp_<mode>): Ditto.
6858 * config/i386/i386.c (get_thread_pointer): Load thread pointer in
6859 ptr_mode and convert to Pmode if needed.
6860
6861 2011-07-29 Georg-Johann Lay <avr@gjlay.de>
6862
6863 PR target/49687
6864 * config/avr/avr.md (mulsi3, *mulsi3, mulu<mode>si3,
6865 muls<mode>si3, mulohisi3, mulhisi3, umulhisi3, usmulhisi3,
6866 *<any_extend:extend_prefix><any_extend2:extend_prefix>mul<QIHI:mode><QIHI2:mode>si3):
6867 Add X to register footprint: Clobber r26/r27.
6868
6869 2011-07-29 Richard Guenther <rguenther@suse.de>
6870
6871 * builtins.c (fold_builtin_signbit): Build the comparison
6872 with a proper type.
6873
6874 2011-07-29 Richard Guenther <rguenther@suse.de>
6875
6876 PR tree-optimization/49893
6877 * tree-predcom.c (suitable_reference_p): Volatile references
6878 are not suitable.
6879
6880 2011-07-29 Georg-Johann Lay <avr@gjlay.de>
6881
6882 PR target/49313
6883 * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
6884 (__ctzsi2): Result for 0 may be undefined.
6885 (__ctzhi2): Result for 0 may be undefined.
6886 (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
6887 (__popcountsi2): Ditto. And don't clobber r26.
6888 (__popcountdi2): Ditto. And don't clobber r27.
6889 * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
6890 (parityhi2): New expand.
6891 (paritysi2): New expand.
6892 (popcounthi2): New expand.
6893 (popcountsi2): New expand.
6894 (clzhi2): New expand.
6895 (clzsi2): New expand.
6896 (ctzhi2): New expand.
6897 (ctzsi2): New expand.
6898 (ffshi2): New expand.
6899 (ffssi2): New expand.
6900 (copysignsf3): New insn.
6901 (bswapsi2): New expand.
6902 (*parityhi2.libgcc): New insn.
6903 (*parityqihi2.libgcc): New insn.
6904 (*paritysihi2.libgcc): New insn.
6905 (*popcounthi2.libgcc): New insn.
6906 (*popcountsi2.libgcc): New insn.
6907 (*popcountqi2.libgcc): New insn.
6908 (*popcountqihi2.libgcc): New insn-and-split.
6909 (*clzhi2.libgcc): New insn.
6910 (*clzsihi2.libgcc): New insn.
6911 (*ctzhi2.libgcc): New insn.
6912 (*ctzsihi2.libgcc): New insn.
6913 (*ffshi2.libgcc): New insn.
6914 (*ffssihi2.libgcc): New insn.
6915 (*bswapsi2.libgcc): New insn.
6916
6917 2011-07-29 Richard Guenther <rguenther@suse.de>
6918
6919 * tree-vrp.c (get_value_range): Only set parameter default
6920 definitions to varying, leave others at undefined.
6921 (extract_range_from_binary_expr): Fix undefined handling.
6922 (vrp_visit_phi_node): Handle merged undefined state.
6923
6924 2011-07-29 Wei Guozhi <carrot@google.com>
6925
6926 PR rtl-optimization/49799
6927 * combine.c (make_compound_operation): Check if the bit field is valid
6928 before change it to bit field extraction.
6929
6930 2011-07-29 Bernd Schmidt <bernds@codesourcery.com>
6931
6932 PR rtl-optimization/49891
6933 * cfgrtl.c (force_nonfallthru_and_redirect): Set JUMP_LABEL for
6934 newly created returnjumps.
6935
6936 2011-07-28 DJ Delorie <dj@redhat.com>
6937
6938 * expr.c (expand_expr_addr_expr_1): Detect a user request for a
6939 local frame in a naked function, and produce a suitable error for
6940 that specific case.
6941
6942 * config/m32c/m32c.c (m32c_secondary_reload_class): Allow PSI
6943 registers to be reloaded in HI classes when the target is HI.
6944
6945 2011-07-28 Sebastian Pop <sebastian.pop@amd.com>
6946
6947 * graphite-clast-to-gimple.c: Replace v1, v2, lb, ub with
6948 bound_one, bound_two.
6949
6950 2011-07-28 Sebastian Pop <sebastian.pop@amd.com>
6951
6952 PR middle-end/48648
6953 * graphite-clast-to-gimple.c (clast_get_body_of_loop): Handle
6954 CLAST assignments.
6955 (translate_clast): Same.
6956 (translate_clast_assignment): New.
6957
6958 2011-07-28 Sebastian Pop <sebastian.pop@amd.com>
6959
6960 PR tree-optimization/49876
6961 * sese.c (rename_uses): Do not return false on gloog_error: set
6962 the new_expr to integer_zero_node and continue code generation.
6963 (graphite_copy_stmts_from_block): Remove early exit on gloog_error.
6964
6965 2011-07-28 Jakub Jelinek <jakub@redhat.com>
6966
6967 PR debug/49846
6968 * var-tracking.c (prepare_call_arguments): For non-MODE_INT stack
6969 arguments also check if they aren't initialized with a MODE_INT
6970 mode of the same size.
6971
6972 2011-07-28 Aldy Hernandez <aldyh@redhat.com>
6973
6974 * expr.c (get_bit_range): Handle *MEM_REF's.
6975
6976 2011-07-28 Bernd Schmidt <bernds@codesourcery.com>
6977
6978 * rtlanal.c (tablejump_p): False for returns.
6979 * reorg.c (first_active_target_insn): New static function.
6980 (find_end_label): Set JUMP_LABEL for a new returnjump.
6981 (optimize_skip, get_jump_flags, rare_destination,
6982 mostly_true_jump, get_branch_condition,
6983 steal_delay_list_from_target, own_thread_p,
6984 fill_simple_delay_slots, follow_jumps, fill_slots_from_thread,
6985 fill_eager_delay_slots, relax_delay_slots, make_return_insns,
6986 dbr_schedule): Adjust to handle ret_rtx in JUMP_LABELs.
6987 * jump.c (delete_related_insns): Likewise.
6988 (jump_to_label_p): New function.
6989 (redirect_target): New static function.
6990 (redirect_exp_1): Use it. Adjust to handle ret_rtx in JUMP_LABELS.
6991 (redirect_jump_1): Assert that the new label is nonnull.
6992 (redirect_jump): Likewise.
6993 (redirect_jump_2): Check for ANY_RETURN_P rather than NULL labels.
6994 * ifcvt.c (find_if_case_1): Take care when redirecting jumps to the
6995 exit block.
6996 (dead_or_predicable): Change NEW_DEST arg to DEST_EDGE. All callers
6997 changed. Ensure that the right label is passed to redirect_jump.
6998 * function.c (emit_return_into_block,
6999 thread_prologue_and_epilogue_insns): Ensure new returnjumps have
7000 ret_rtx in their JUMP_LABEL.
7001 * print-rtl.c (print_rtx): Handle ret_rtx in a JUMP_LABEL.
7002 * emit-rtl.c (skip_consecutive_labels): Allow the caller to
7003 pass ret_rtx as label.
7004 * cfglayout.c (fixup_reorder_chain): Use
7005 force_nonfallthru_and_redirect rather than force_nonfallthru.
7006 (duplicate_insn_chain): Copy JUMP_LABELs for returns.
7007 * rtl.h (ANY_RETURN_P): New macro.
7008 (jump_to_label_p): Declare.
7009 * resource.c (find_dead_or_set_registers): Handle ret_rtx in
7010 JUMP_LABELs.
7011 (mark_target_live_regs): Likewise.
7012 * basic-block.h (force_nonfallthru_and_redirect): Declare.
7013 * cfgrtl.c (force_nonfallthru_and_redirect): No longer static.
7014 * config/alpha/alpha.c (alpha_tablejump_addr_vec,
7015 alpha_tablejump_best_label): Remove functions.
7016 * config/alpha/alpha-protos.c (alpha_tablejump_addr_vec,
7017 alpha_tablejump_best_label): Remove declarations.
7018 * config/sh/sh.c (barrier_align, split_branches): Adjust for
7019 ret_rtx in JUMP_LABELs.
7020 * config/arm/arm.c (is_jump_table): Likewise.
7021
7022 2011-07-28 Uros Bizjak <ubizjak@gmail.com>
7023
7024 * config/i386/predicates.md (pic_32bit_opreand): Do not define as
7025 special predicate. Remove explicit mode checks.
7026
7027 2011-07-28 Jakub Jelinek <jakub@redhat.com>
7028
7029 * dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize
7030 DW_AT_data_member_location containing just DW_OP_plus_uconst.
7031
7032 PR debug/49871
7033 * dwarf2out.c (size_of_die, value_format, output_die): Use
7034 DW_FORM_udata instead of DW_FORM_data[48] for
7035 dw_val_class_unsigned_const DW_AT_data_member_location for DWARF 3.
7036
7037 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
7038
7039 * config/i386/i386.md (*tls_global_dynamic_64): Update
7040 length attribute.
7041
7042 2011-07-28 Uros Bizjak <ubizjak@gmail.com>
7043
7044 PR target/47715
7045 * config/i386/i386.md (*tls_global_dynamic_64): Remove mode from
7046 tls_symbolic_operand check. Update code sequence for TARGET_X32.
7047 (tls_global_dynamic_64): Remove mode from tls_symbolic_operand check.
7048 (tls_dynamic_gnu2_64): Ditto.
7049 (*tls_dynamic_gnu2_lea_64): Ditto.
7050 (*tls_dynamic_gnu2_call_64): Ditto.
7051 (*tls_dynamic_gnu2_combine_64): Ditto.
7052
7053 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
7054
7055 * config.gcc: Set need_64bit_hwint to yes for x86 targets.
7056
7057 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
7058
7059 PR target/47364
7060 * config/i386/i386.md (strlen<mode>): Replace SWI48x with P.
7061
7062 2011-07-28 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
7063
7064 * config/arm/vfp.md ("*movdf_vfp"): Handle the VFP constraints
7065 before the core constraints. Adjust attributes.
7066 ("*thumb2_movdf_vfp"): Likewise.
7067
7068 2011-07-28 Kai Tietz <ktietz@redhat.com>
7069
7070 * tree-vrp.c (simplify_stmt_using_ranges): Remove TRUTH_NOT_EXPR case.
7071 (simplify_truth_ops_using_ranges): Likewise.
7072 (build_assert_expr_for): Likewise.
7073 (build_assert_expr_for_1): Remove TRUTH_NOT_EXPR case
7074 and handle BIT_NOT_EXPR for truth-operation.
7075
7076 2011-07-28 Georg-Johann Lay <avr@gjlay.de>
7077
7078 PR target/49313
7079 Undo r176835 from trunk
7080 2011-07-27 Georg-Johann Lay
7081
7082 2011-07-28 Georg-Johann Lay <avr@gjlay.de>
7083
7084 PR target/49687
7085 * config/avr/t-avr (LIB1ASMFUNCS): Remove _xmulhisi3_exit.
7086 Add _muluhisi3, _mulshisi3, _usmulhisi3.
7087 * config/avr/libgcc.S (__mulsi3): Rewrite.
7088 (__mulhisi3): Rewrite.
7089 (__umulhisi3): Rewrite.
7090 (__usmulhisi3): New.
7091 (__muluhisi3): New.
7092 (__mulshisi3): New.
7093 (__mulohisi3): New.
7094 (__mulqi3, __mulqihi3, __umulqihi3, __mulhi3): Use DEFUN/ENDF to
7095 declare.
7096 * config/avr/predicates.md (pseudo_register_operand): Rewrite.
7097 (pseudo_register_or_const_int_operand): New.
7098 (combine_pseudo_register_operand): New.
7099 (u16_operand): New.
7100 (s16_operand): New.
7101 (o16_operand): New.
7102 * config/avr/avr.c (avr_rtx_costs): Handle costs for mult:SI.
7103 * config/avr/avr.md (QIHI, QIHI2): New mode iterators.
7104 (any_extend, any_extend2): New code iterators.
7105 (extend_prefix): New code attribute.
7106 (mulsi3): Rewrite. Turn insn to expander.
7107 (mulhisi3): Ditto.
7108 (umulhisi3): Ditto.
7109 (usmulhisi3): New expander.
7110 (*mulsi3): New insn-and-split.
7111 (mulu<mode>si3): New insn-and-split.
7112 (muls<mode>si3): New insn-and-split.
7113 (mulohisi3): New insn-and-split.
7114 (*uumulqihisi3, *uumulhiqisi3, *uumulhihisi3, *uumulqiqisi3,
7115 *usmulqihisi3, *usmulhiqisi3, *usmulhihisi3, *usmulqiqisi3,
7116 *sumulqihisi3, *sumulhiqisi3, *sumulhihisi3, *sumulqiqisi3,
7117 *ssmulqihisi3, *ssmulhiqisi3, *ssmulhihisi3, *ssmulqiqisi3): New
7118 insn-and-split.
7119 (*mulsi3_call): Rewrite.
7120 (*mulhisi3_call): Rewrite.
7121 (*umulhisi3_call): Rewrite.
7122 (*usmulhisi3_call): New insn.
7123 (*muluhisi3_call): New insn.
7124 (*mulshisi3_call): New insn.
7125 (*mulohisi3_call): New insn.
7126 (extendqihi2): Use combine_pseudo_register_operand as predicate
7127 for operand 1.
7128 (extendqisi2): Ditto.
7129 (zero_extendqihi2): Ditto.
7130 (zero_extendqisi2): Ditto.
7131 (zero_extendhisi2): Ditto.
7132 (extendhisi2): Ditto. Don't early-clobber operand 0.
7133
7134 2011-07-28 Uros Bizjak <ubizjak@gmail.com>
7135
7136 * config/i386/i386.c (add->lea splitter): Add SWI mode to PLUS RTX.
7137
7138 2011-07-27 Sebastian Pop <sebastian.pop@amd.com>
7139
7140 PR tree-optimization/49471
7141 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Build an unsigned
7142 iv only when the largest type is unsigned. Do not call
7143 lang_hooks.types.type_for_size.
7144
7145 2011-07-27 Sebastian Pop <sebastian.pop@amd.com>
7146
7147 PR middle-end/45450
7148 * graphite-poly.c (apply_poly_transforms): Disable legality check
7149 after an openscop read.
7150
7151 2011-07-27 Sebastian Pop <sebastian.pop@amd.com>
7152
7153 PR middle-end/47691
7154 * graphite-clast-to-gimple.c (translate_clast_user): Update use of
7155 copy_bb_and_scalar_dependences.
7156 * sese.c (rename_uses): Do not call gcc_assert. Set gloog_error.
7157 (graphite_copy_stmts_from_block): Update call to rename_uses.
7158 (copy_bb_and_scalar_dependences): Update call to
7159 graphite_copy_stmts_from_block.
7160 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
7161
7162 2011-07-27 Georg-Johann Lay <avr@gjlay.de>
7163
7164 PR target/49313
7165 * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
7166 (__ctzsi2): Result for 0 may be undefined.
7167 (__ctzhi2): Result for 0 may be undefined.
7168 (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
7169 (__popcountsi2): Ditto. And don't clobber r26.
7170 (__popcountdi2): Ditto. And don't clobber r27.
7171 * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
7172 (parityhi2): New expand.
7173 (paritysi2): New expand.
7174 (popcounthi2): New expand.
7175 (popcountsi2): New expand.
7176 (clzhi2): New expand.
7177 (clzsi2): New expand.
7178 (ctzhi2): New expand.
7179 (ctzsi2): New expand.
7180 (ffshi2): New expand.
7181 (ffssi2): New expand.
7182 (copysignsf3): New insn.
7183 (bswapsi2): New expand.
7184 (*parityhi2.libgcc): New insn.
7185 (*parityqihi2.libgcc): New insn.
7186 (*paritysihi2.libgcc): New insn.
7187 (*popcounthi2.libgcc): New insn.
7188 (*popcountsi2.libgcc): New insn.
7189 (*popcountqi2.libgcc): New insn.
7190 (*popcountqihi2.libgcc): New insn-and-split.
7191 (*clzhi2.libgcc): New insn.
7192 (*clzsihi2.libgcc): New insn.
7193 (*ctzhi2.libgcc): New insn.
7194 (*ctzsihi2.libgcc): New insn.
7195 (*ffshi2.libgcc): New insn.
7196 (*ffssihi2.libgcc): New insn.
7197 (*bswapsi2.libgcc): New insn.
7198
7199 2011-07-27 Uros Bizjak <ubizjak@gmail.com>
7200
7201 * config/i386/i386.c (ix86_expand_move): Do not explicitly check
7202 the mode of symbolic_opreand RTXes.
7203
7204 2011-07-27 Uros Bizjak <ubizjak@gmail.com>
7205
7206 * config/i386/predicates.md (x86_64_movabs_operand): Return false
7207 for pic_32bit_operand RTXes.
7208 * config/i386/i386.c (ix86_expand_move): Check x86_64_movabs_operand
7209 in DImode.
7210
7211 2011-07-27 Kai Tietz <ktietz@redhat.com>
7212
7213 * config/i386/i386.c (ix86_option_override_internal): Allow -mabi
7214 for 32-bit, too.
7215 (ix86_handle_abi_attribute): Allow function attributes
7216 ms_abi/sysv_abi in 32-bit mode, too.
7217 * doc/extend.texi: Adjust attribute documentation.
7218
7219 * gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR
7220 expression handling.
7221 (and_var_with_comparison_1): Likewise.
7222
7223 2011-07-27 Aldy Hernandez <aldyh@redhat.com>
7224
7225 * params.h (ALLOW_STORE_DATA_RACES): New.
7226 * params.def (PARAM_ALLOW_STORE_DATA_RACES): New.
7227 * Makefile.in (expr.o): Depend on PARAMS_H.
7228 * machmode.h (get_best_mode): Add argument.
7229 * fold-const.c (optimize_bit_field_compare): Add argument to
7230 get_best_mode.
7231 (fold_truthop): Same.
7232 * ifcvt.c (noce_emit_move_insn): Add argument to store_bit_field.
7233 * expr.c (emit_group_store): Same.
7234 (copy_blkmode_from_reg): Same.
7235 (write_complex_part): Same.
7236 (optimize_bitfield_assignment_op): Add argument.
7237 Add argument to get_best_mode.
7238 (get_bit_range): New.
7239 (expand_assignment): Calculate maxbits and pass it down accordingly.
7240 (store_field): New argument.
7241 (expand_expr_real_2): New argument to store_field. Include params.h.
7242 * expr.h (store_bit_field): New argument.
7243 * stor-layout.c (get_best_mode): Restrict mode expansion by taking
7244 into account maxbits.
7245 * calls.c (store_unaligned_arguments_into_pseudos): New argument
7246 to store_bit_field.
7247 * expmed.c (store_bit_field_1): New argument. Use it.
7248 (store_bit_field): Same.
7249 (store_fixed_bit_field): Same.
7250 (store_split_bit_field): Same.
7251 (extract_bit_field_1): Pass new argument to get_best_mode.
7252 (extract_bit_field): Same.
7253 * stmt.c (store_bit_field): Pass new argument to store_bit_field.
7254 * doc/invoke.texi: Document parameter allow-store-data-races.
7255
7256 2011-07-27 Jakub Jelinek <jakub@redhat.com>
7257
7258 * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm option.
7259
7260 2011-07-27 Kai Tietz <ktietz@redhat.com>
7261
7262 * tree-vrp.c (extract_range_from_binary_expr): Remove
7263 TRUTH-binary cases and add new bitwise-cases.
7264 (extract_range_from_assignment): Likewise.
7265 (register_edge_assert_for_1): Likeiwise.
7266 (register_edge_assert_for): Likewise.
7267 (simplify_truth_ops_using_ranges): Likewise.
7268 (simplify_stmt_using_ranges): Likewise.
7269
7270 2011-07-26 H.J. Lu <hongjiu.lu@intel.com>
7271
7272 PR target/47372
7273 * config/i386/i386.c (ix86_delegitimize_address): Call
7274 simplify_gen_subreg for PIC with mode of x only if modes of
7275 x and orig_x are different.
7276
7277 2011-07-26 Jakub Jelinek <jakub@redhat.com>
7278
7279 * dwarf2out.c (output_macinfo_op): Ensure fd->filename points
7280 to GC allocated copy of the string.
7281 (dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections
7282 before .debug_line, not after it.
7283
7284 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
7285
7286 PR middle-end/47046
7287 * tree-chrec.h (evolution_function_is_affine_p): Recursively call
7288 evolution_function_is_affine_p on CHREC_RIGHT.
7289
7290 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
7291
7292 * tree-data-ref.c (max_stmt_executions_tree): Do not call
7293 lang_hooks.types.type_for_size.
7294
7295 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
7296
7297 PR middle-end/47653
7298 * graphite-scop-detection.c (graphite_can_represent_loop): Discard
7299 loops using wrapping semantics.
7300
7301 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
7302
7303 PR middle-end/48805
7304 * tree-scalar-evolution.c (instantiate_scev_r): Return
7305 chrec_dont_know for ADDR_EXPR.
7306
7307 2011-07-26 Uros Bizjak <ubizjak@gmail.com>
7308 H.J. Lu <hongjiu.lu@intel.com>
7309
7310 PR target/47369
7311 PR target/49853
7312 * config/i386/i386.c (ix86_expand_move): Call convert_to_mode
7313 if legitimize_tls_address returned operand in wrong mode. Allow
7314 SImode and DImode symbolic operand for PIC. Call convert_to_mode
7315 if legitimize_pic_address returned operand in wrong mode.
7316
7317 2011-07-26 Martin Jambor <mjambor@suse.cz>
7318
7319 * tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and
7320 return false for invariants.
7321
7322 2011-07-26 Uros Bizjak <ubizjak@gmail.com>
7323
7324 * config/i386/i386.md (add->lea splitter): Implement using SWI
7325 mode iterator. Change operand 2 predicate to <nonmemory_operand>.
7326 (add->lea zext splitter): Change operand 2 predicate to
7327 x86_64_nonmemory_operand.
7328
7329 2011-07-26 Richard Guenther <rguenther@suse.de>
7330
7331 * predict.c (maybe_hot_frequency_p): Make sure a zero entry-block
7332 frequency makes everything hot.
7333
7334 2011-07-26 Richard Guenther <rguenther@suse.de>
7335
7336 PR tree-optimization/49840
7337 * tree-vrp.c (range_fits_type_p): Properly handle full
7338 double-int precision.
7339
7340 2011-07-26 Martin Jambor <mjambor@suse.cz>
7341
7342 PR bootstrap/49786
7343 * ipa-cp.c (update_profiling_info): Avoid overflow when updating
7344 counts.
7345 (update_specialized_profile): Likewise.
7346
7347 2011-07-26 Uros Bizjak <ubizjak@gmail.com>
7348 H.J. Lu <hongjiu.lu@intel.com>
7349
7350 PR target/47381
7351 PR target/49832
7352 PR target/49833
7353 * config/i386/i386.md (i): Change SImode attribute to "e".
7354 (g): Change SImode attribute to "rme".
7355 (di): Change SImode attribute to "nF".
7356 (general_operand): Change SImode attribute to x86_64_general_operand.
7357 (general_szext_operand): Change SImode attribute to
7358 x86_64_szext_general_operand.
7359 (immediate_operand): Change SImode attribute to
7360 x86_64_immediate_operand.
7361 (nonmemory_operand): Change SImode attribute to
7362 x86_64_nonmemory_operand.
7363 (*movdi_internal_rex64): Remove mode from pic_32bit_operand check.
7364 (*movsi_internal): Ditto. Use "e" constraint in alternative 2.
7365 (*lea_1): Use SWI48 mode iterator.
7366 (*lea_1_zext): New insn pattern.
7367 (testsi_ccno_1): Use x86_64_nonmemory_operand predicate for operand 2.
7368 (*bt<mode>): Ditto.
7369 (*add<mode>1): Use x86_64_general_operand predicate for operand 2.
7370 Update operand constraints.
7371 (addsi_1_zext): Ditto.
7372 (*add<mode>2): Ditto.
7373 (*addsi_3_zext): Ditto.
7374 (*subsi_1_zext): Ditto.
7375 (*subsi_2_zext): Ditto.
7376 (*subsi_3_zext): Ditto.
7377 (*addsi3_carry_zext): Ditto.
7378 (*<plusminus_insn>si3_zext_cc_overflow): Ditto.
7379 (*mulsi3_1_zext): Ditto.
7380 (*andsi_1): Ditto.
7381 (*andsi_1_zext): Ditto.
7382 (*andsi_2_zext): Ditto.
7383 (*<any_or:code>si_1_zext): Ditto.
7384 (*<any_or:code>si_2_zext): Ditto.
7385 (*test<mode>_1): Use <general_operand> predicate for operand 1.
7386 (*and<mode>_2): Ditto.
7387 (mov<mode>cc): Use <general_operand> predicate for operands 1 and 2.
7388 (add->lea splitter): Check operand modes in insn constraint. Extend
7389 operands less than SImode wide to SImode.
7390 (add->lea zext splitter): Do not extend input operands to DImode.
7391 (*lea_general_1): Handle only QImode and HImode operands.
7392 (*lea_general_2): Ditto.
7393 (*lea_general_3): Ditto.
7394 (*lea_general_1_zext): Remove.
7395 (*lea_general_2_zext): Ditto.
7396 (*lea_general_3_zext): Ditto.
7397 (*lea_general_4): Check operand modes in insn constraint. Extend
7398 operands less than SImode wide to SImode.
7399 (ashift->lea splitter): Ditto.
7400 * config/i386/i386.c (ix86_print_operand_address): Print address
7401 registers with 'q' modifier on 64bit targets.
7402 * config/i386/predicates.md (pic_32bit_opreand): Define as special
7403 predicate. Reject non-SI and non-DI modes.
7404
7405 2011-07-25 Andrew Pinski <apinski@cavium.com>
7406
7407 PR tree-opt/49671
7408 * tree-inline.c (remap_gimple_op_r): Copy TREE_THIS_VOLATILE and
7409 TREE_THIS_NOTRAP into the inner most MEM_REF.
7410 Always copy TREE_THIS_VOLATILE.
7411 * tree-sra.c (ptr_parm_has_direct_uses): Check that the lhs, rhs and
7412 arguments are not volatile references.
7413
7414 2011-07-25 Richard Henderson <rth@redhat.com>
7415
7416 * insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.
7417 * final.c (final_scan_insn): Don't test for it.
7418 (rest_of_clean_state): Likewise.
7419
7420 2011-07-25 Richard Henderson <rth@redhat.com>
7421
7422 PR debug/49841
7423 * config/rs6000/rs6000.c (rs6000_frame_related): Return the insn.
7424 (emit_frame_save): Likewise.
7425 (rs6000_emit_prologue): Move the FRAME_RELATED_EXPR from the save
7426 insn onto a dummy blockage insn after the join label.
7427
7428 2011-07-25 Richard Henderson <rth@redhat.com>
7429
7430 * dwarf2cfi.c (dw_trace_info): Add ID member.
7431 (get_trace_index): Remove. Change users to use ID member.
7432 (before_next_cfi_note): New.
7433 (connect_traces): Remove unreachable traces before the main loop.
7434 Look across one trace and generate remember/restore_state if needed.
7435
7436 2011-07-25 Richard Henderson <rth@redhat.com>
7437
7438 * dwarf2cfi.c (dump_cfi_row, debug_cfi_row): New.
7439
7440 2011-07-25 Joern Rennecke <joern.rennecke@embecosm.com>
7441
7442 * genattr.c (write_upcase, gen_attr <enum definition writing>):
7443 Move to ...
7444 * genattr-common.c ... here.
7445 (main): Call gen_attr.
7446 * optc-gen.awk: Make generated program include insn-attr-common.h .
7447 * Makefile.in (oprions.o): Depend on insn-attr-common.h
7448
7449 2011-07-25 Anatoly Sokolov <aesok@post.ru>
7450
7451 * config/m32c/m32c.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
7452 PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
7453 * config/m32c/m32c-protos.h (m32c_print_operand_punct_valid_p,
7454 m32c_print_operand, m32c_print_operand_address): Remove.
7455 * config/m32c/m32c.c (m32c_print_operand_punct_valid_p): Make static.
7456 Change return type to bool. Change argument type to bool.
7457 (m32c_print_operand, m32c_print_operand_address): Make static.
7458 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
7459 TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
7460
7461 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7462
7463 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
7464 attributes): Document mmap.
7465
7466 2011-07-25 Anatoly Sokolov <aesok@post.ru>
7467
7468 * config/mmix/mmix.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
7469 PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
7470 * config/mmix/mmix-protos.h (mmix_print_operand_punct_valid_p,
7471 mmix_print_operand, mmix_print_operand_address): Remove.
7472 * config/mmix/mmix.c (mmix_print_operand_punct_valid_p): Make static.
7473 Change return type to bool. Change argument type to bool.
7474 (mmix_print_operand, mmix_print_operand_address): Make static.
7475 (mmix_intval, mmix_output_condition): Change 'x' argument type
7476 to const_rtx.
7477 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
7478 TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
7479
7480 2011-07-25 Georg-Johann Lay <avr@gjlay.de>
7481
7482 PR target/39386
7483 * config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
7484 shift counter for x << x and x >> x shifts.
7485
7486 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7487
7488 PR target/47124
7489 * config.gcc: Reject *-*-solaris2 configuration.
7490
7491 2011-07-25 Richard Sandiford <richard.sandiford@linaro.org>
7492
7493 PR tree-optimization/49809
7494 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Use
7495 gimple_get_lhs instead of gimple_assign_lhs.
7496
7497 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7498
7499 * system.h [__cplusplus]: Wrap C function declarations in extern "C".
7500
7501 2011-07-25 Richard Guenther <rguenther@suse.de>
7502
7503 PR tree-optimization/49822
7504 * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
7505 more. Make sure to preserve stmts with side-effects. Properly
7506 handle virtual defs, follow a longer def chain.
7507
7508 2011-07-22 Romain Geissler <romain.geissler@gmail.com>
7509
7510 PR plugins/45348
7511 PR plugins/48425
7512 PR plugins/46577
7513 * Makefile.in: Do not flatten c-family directory when installing
7514 plugin headers.
7515
7516 2011-07-25 Eric Botcazou <ebotcazou@adacore.com>
7517
7518 * ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of
7519 original nodes if we are dealing with virtual clones.
7520
7521 2011-07-25 Bernd Schmidt <bernds@codesourcery.com>
7522
7523 * common/config/c6x/c6x-common.c: New file.
7524
7525 2011-07-25 Roman Zhuykov <zhroma@ispras.ru>
7526
7527 * tree-flow.h (tree_ssa_loop_version): Remove unused declaration.
7528
7529 2011-07-25 Richard Guenther <rguenther@suse.de>
7530
7531 PR tree-optimization/49715
7532 * tree-vrp.c: Include expr.h and optabs.h.
7533 (range_fits_type_): New function.
7534 (simplify_float_conversion_using_ranges): Likewise.
7535 (simplify_stmt_using_ranges): Call it.
7536 * Makefile.in (tree-vrp.o): Add $(EXPR_H) and $(OPTABS_H) dependencies.
7537 * optabs.c (can_float_p): Export.
7538 * optabs.h (can_float_p): Declare.
7539
7540 2011-07-25 Richard Guenther <rguenther@suse.de>
7541
7542 * tree-vrp.c (num_vr_values, values_propagated): New global vars.
7543 (get_value_range): For out-of-range SSA names or names created
7544 after propagation return a read-only varying range.
7545 (dump_all_value_ranges): Adjust.
7546 (vrp_initialize): Likewise.
7547 (vrp_finalize): Likewise.
7548
7549 2011-07-24 Richard Henderson <rth@redhat.com>
7550
7551 PR debug/49831
7552 * dwarf2cfi.c (connect_traces): Allow unvisited traces. Skip
7553 them entirely.
7554
7555 2011-07-24 Richard Henderson <rth@redhat.com>
7556
7557 PR debug/49825
7558 * dwarf2cfi.c (dwarf2out_stack_adjust): Move A_O_A test earlier.
7559 (dwarf2out_notice_stack_adjust): Use args_size from call_insn.
7560
7561 2011-07-24 Richard Henderson <rth@redhat.com>
7562
7563 PR debug/49827
7564 * dwarf2cfi.c (create_trace_edges): Handle sequences properly.
7565
7566 2011-07-24 Richard Henderson <rth@redhat.com>
7567
7568 * dwarf2cfi.c (maybe_record_trace_start): Add abnormal parameter.
7569 Zero args_size for abnormal edges. Adjust all callers.
7570
7571 2011-07-24 Richard Henderson <rth@redhat.com>
7572
7573 PR debug/49825
7574 * dwarf2cfi.c (cfi_row_equal_p): Don't compare args_size.
7575
7576 2011-07-24 H.J. Lu <hongjiu.lu@intel.com>
7577
7578 PR bootstrap/49835
7579 * collect2.c (demangle_flag): Removed.
7580
7581 2011-07-24 Sandra Loosemore <sandra@codesourcery.com>
7582
7583 * configure.ac (demangler_in_ld): Default to yes.
7584 * configure: Regenerated.
7585 * collect2.c (main): When HAVE_LD_DEMANGLE is defined, don't
7586 mess with COLLECT_NO_DEMANGLE, and just pass --demangle and
7587 --no-demangle options straight through to ld. When
7588 HAVE_LD_DEMANGLE is not defined, set COLLECT_NO_DEMANGLE in a
7589 way that has the intended effect on Windows.
7590
7591 2011-07-23 Richard Henderson <rth@redhat.com>
7592
7593 * dwarf2cfi.c: Include basic-block.h.
7594 (dw_label_info): Remove.
7595 (trace_work_list, trace_index): New.
7596 (remember_row, emit_cfa_remember): Remove.
7597 (dw_trace_info_hash, dw_trace_info_eq): New.
7598 (get_trace_index, get_trace_info): New.
7599 (save_point_p): New.
7600 (free_cfi_row): Remove.
7601 (add_cfi): Do not emit DW_CFA_remember_state.
7602 (cfa_row_equal_p): New.
7603 (barrier_args_size): Remove.
7604 (compute_barrier_args_size_1, compute_barrier_args_size): Remove.
7605 (dwarf2out_notice_stack_adjust): Don't compute_barrier_args_size.
7606 (maybe_record_trace_start, create_trace_edges, scan_trace): New.
7607 (dwarf2out_cfi_begin_epilogue): Remove.
7608 (dwarf2out_frame_debug_restore_state): Remove.
7609 (connect_traces, create_pseudo_cfg): New.
7610 (create_cfi_notes, execute_dwarf2_frame): Rewrite using traces.
7611 * Makefile.in (dwarf2cfi.o): Update.
7612
7613 2011-07-23 Richard Henderson <rth@redhat.com>
7614
7615 * dwarf2cfi.c (dw_trace_info): New.
7616 (dw_label_info): New.
7617 (cie_return_save): New.
7618 (cur_trace): New.
7619 (queued_args_size): Rename from args_size. Update all users.
7620 (cfa_store, cfa_temp, regs_saved_in_regs): Remove.
7621 (def_cfa_1): Use cur_trace instead of cfa_*.
7622 (dwarf2out_stack_adjust, record_reg_saved_in_reg): Likewise.
7623 (clobbers_queued_reg_save, reg_saved_in): Likewise.
7624 (dwarf2out_frame_debug_expr): Likewise.
7625 (create_cie_data): Split out from ...
7626 (execute_dwarf2_frame): ... here. Initialize cur_trace.
7627
7628 2011-07-23 Richard Henderson <rth@redhat.com>
7629
7630 * dwarf2cfi.c (regs_saved_in_regs): Allocate from heap, not gc.
7631 Update all users to match.
7632 (execute_dwarf2_frame): Free reg_saved_in_data.
7633
7634 2011-07-23 Richard Henderson <rth@redhat.com>
7635
7636 * dwarf2cfi.c (queued_reg_save): Reorder for packing. Don't GTY.
7637 (queued_reg_saves): Don't GTY. Change to a VEC.
7638 (queue_reg_save): Update to match.
7639 (dwarf2out_flush_queued_reg_saves): Likewise.
7640 (clobbers_queued_reg_save): Likewise.
7641 (reg_saved_in): Likewise.
7642 (execute_dwarf2_frame): Free queued_reg_saves.
7643
7644 2011-07-23 Richard Henderson <rth@redhat.com>
7645
7646 * dwarf2cfi.c (dw_cfi_row_ref): Remove. Update all users.
7647
7648 2011-07-23 Richard Henderson <rth@redhat.com>
7649
7650 * dwarf2cfi.c (add_cfi_args_size): Split out from...
7651 (dwarf2out_args_size): ... here.
7652 (add_cfi_restore): Split out from ...
7653 (dwarf2out_frame_debug_cfa_restore): ... here.
7654 (def_cfa_0): Split out from ...
7655 (def_cfa_1): ... here.
7656 (cfi_oprnd_equal_p, cfi_equal_p): New.
7657 (change_cfi_row): New.
7658 (add_cfis_to_fde): Set fde->dw_fde_switch_cfi_index.
7659 (create_cfi_notes): Use change_cfi_row at SWITCH_TEXT note.
7660 (output_cfis): Remove.
7661 * dwarf2out.c (output_fde): Simplify output_cfi loop.
7662 (dwarf2out_switch_text_section): Don't call output_cfis.
7663 (dw_val_equal_p, loc_descr_equal_p_1, loc_descr_equal_p): New.
7664 * dwarf2out.h: Update decls.
7665 (enum dw_val_class): Add dw_val_class_none.
7666
7667 2011-07-23 Richard Henderson <rth@redhat.com>
7668
7669 * dwarf2cfi.c (update_row_reg_save): New.
7670 (dwarf2out_frame_debug_cfa_expression): Use it.
7671 (dwarf2out_frame_debug_cfa_restore): Likewise.
7672 (reg_save): Likewise. Do not emit DW_CFA_same_value.
7673
7674 2011-07-23 Richard Henderson <rth@redhat.com>
7675
7676 * dwarf2cfi.c (add_cfi_insn): Rename from cfi_insn. Update all users.
7677
7678 2011-07-23 Richard Henderson <rth@redhat.com>
7679
7680 * dwarf2cfi.c (dw_cfi_row, dw_cfi_row_ref): New.
7681 (cie_cfi_row): New.
7682 (new_cfi_row, copy_cfi_row, free_cfi_row): New.
7683 (cfa, old_cfa, cfa_remember, old_cfa_remember, old_args_size): Remove.
7684 (cur_row, remember_row): New.
7685 (def_cfa_1): Use cur_row instead of the old_* variables.
7686 (dwarf2out_frame_debug_restore_state): Similarly.
7687 (dwarf2out_args_size, dwarf2out_notice_stack_adjust): Likewise.
7688 (dwarf2out_frame_debug_def_cfa): Use a local variable instead of cfa.
7689 (dwarf2out_frame_debug_adjust_cfa): Likewise.
7690 (dwarf2out_frame_debug_cfa_offset): Likewise.
7691 (dwarf2out_frame_debug_expr): Likewise.
7692 (execute_dwarf2_frame): Set up cur_row.
7693 * dwarf2out.h (struct cfa_loc): Mark for GTY.
7694
7695 2011-07-23 Richard Henderson <rth@redhat.com>
7696
7697 * basic-block.h (EDGE_PRESERVE): New.
7698 (EDGE_ALL_FLAGS, EDGE_COMPLEX): Include it.
7699 * bb-reorder.c: Include except.h.
7700 (fix_up_crossing_landing_pad): New.
7701 (find_rarely_executed_basic_blocks_and_crossing_edges): Place
7702 landing pads in the right partition. Duplicate as necessary.
7703 (partition_hot_cold_basic_blocks): Fix up DF info after
7704 duplicating landing pads.
7705 * cfg.c (dump_edge_info): Add crossing and preserve to bitnames.
7706 * cfgrtl.c (rtl_verify_flow_info_1): Validate that EDGE_CROSSING
7707 is set properly. Validate that EH edges are not CROSSING.
7708 * except.c (expand_dw2_landing_pad_for_region): Split out from ...
7709 (dw2_build_landing_pads): ... here.
7710 (convert_to_eh_region_ranges): Remove code to fixup crossing
7711 landing pads.
7712 * except.h (expand_dw2_landing_pad_for_region): Declare.
7713 * tree-cfg.c (gimple_can_merge_blocks_p): Don't merge PRESERVE edges.
7714
7715 2011-07-23 Richard Earnshaw <rearnsha@arm.com>
7716
7717 PR target/49816
7718 * arm.c (aapcs_vfp_allocate_return_reg): Return NULL on failure.
7719
7720 2011-07-22 Jason Merrill <jason@redhat.com>
7721
7722 * doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.
7723
7724 2011-07-22 Richard Henderson <rth@redhat.com>
7725
7726 * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.
7727
7728 2011-07-22 Richard Henderson <rth@redhat.com>
7729
7730 * jump.c (maybe_propagate_label_ref): Split out of...
7731 (mark_all_labels): ... here. Do not attempt label_ref
7732 propagation while in cfglayout mode.
7733
7734 2011-07-22 Jakub Jelinek <jakub@redhat.com>
7735
7736 * dwarf2out.c (struct macinfo_struct): Change code to unsigned char.
7737 (DEBUG_MACRO_SECTION, DEBUG_MACRO_SECTION_LABEL): Define.
7738 (dwarf_attr_name): Handle DW_AT_GNU_macros.
7739 (dwarf2out_define): If the vector is empty and
7740 lineno is 0, emit a dummy entry first.
7741 (dwarf2out_undef): Likewise. Remove redundant semicolon.
7742 (htab_macinfo_hash, htab_macinfo_eq, output_macinfo_op,
7743 optimize_macinfo_range): New functions.
7744 (output_macinfo): Use them. If !dwarf_strict and .debug_str is
7745 mergeable, optimize longer strings using
7746 DW_MACRO_GNU_{define,undef}_indirect and if HAVE_COMDAT_GROUP,
7747 optimize longer sequences of define/undef ops from headers
7748 using DW_MACRO_GNU_transparent_include. For !dwarf_strict
7749 emit a section headers.
7750 (dwarf2out_init): For !dwarf_strict set debug_macinfo_section
7751 and macinfo_section_label to DEBUG_MACRO_SECTION
7752 resp. DEBUG_MACRO_SECTION_LABEL.
7753 (dwarf2out_finish): For !dwarf_strict emit DW_AT_GNU_macros
7754 instead of DW_AT_macro_info.
7755
7756 PR other/32998
7757 * common.opt (grecord-gcc-switches, gno-record-gcc-switches): New
7758 options.
7759 * dwarf2out.c: Include opts.h.
7760 (dchar_p): New typedef. Define heap VEC for it.
7761 (producer_string): New variable.
7762 (gen_producer_string): New function.
7763 (gen_compile_unit_die): Use it.
7764 (dwarf2out_finish): Fix up comp_unit_die () DW_AT_producer if needed.
7765 * Makefile.in (dwarf2out.o): Depend on $(OPTS_H).
7766 * doc/invoke.texi: Document -grecord-gcc-switches and
7767 -gno-record-gcc-switches, add a -grecord-gcc-switches reference
7768 to -frecord-gcc-switches description.
7769
7770 2011-07-22 Jason Merrill <jason@redhat.com>
7771
7772 PR c++/30112
7773 * c-decl.c (c_linkage_bindings): Define.
7774
7775 2011-07-22 Eric Botcazou <ebotcazou@adacore.com>
7776
7777 PR debug/49815
7778 * var-tracking.c (vt_finalize): Always free windowed_parm_regs.
7779
7780 2011-07-22 H.J. Lu <hongjiu.lu@intel.com>
7781
7782 * config/i386/i386.c (ix86_option_override_internal): Disallow
7783 MS ABI in x32 mode.
7784 (ix86_init_builtins): Call ix86_init_builtins_va_builtins_abi
7785 only for TARGET_LP64.
7786 (ix86_handle_abi_attribute): Check TARGET_LP64 instead of TARGET_64BIT.
7787
7788 2011-07-22 Michael Meissner <meissner@linux.vnet.ibm.com>
7789
7790 * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Rewrite to
7791 avoid warnings when GCC is built with a C++ compiler.
7792
7793 2011-07-22 Martin Jambor <mjambor@suse.cz>
7794
7795 PR lto/49796
7796 * cgraphunit.c (verify_edge_corresponds_to_fndecl): Return false
7797 if decl node is in another partition, call cgraph_get_node only once.
7798
7799 2011-07-22 Uros Bizjak <ubizjak@gmail.com>
7800
7801 * config.gcc (x86_64-*-linux*): Set
7802 default_gnu_indirect_function to yes.
7803
7804 2011-07-22 Richard Guenther <rguenther@suse.de>
7805
7806 PR tree-optimization/45819
7807 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
7808 preserve volatile and notrap flags.
7809
7810 2011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7811 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7812
7813 PR bootstrap/49794
7814 * configure.ac: Test AM_ICONV with CXX.
7815 * configure: Regenerate.
7816 * config/sol2-c.c (solaris_format_types): Use EXPORTED_CONST.
7817
7818 2011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7819
7820 PR bootstrap/49797
7821 * graphite-clast-to-gimple.c (CLOOG_LANGUAGE_C): Provide if missing.
7822 (set_cloog_options): Use it.
7823
7824 2011-07-22 Jakub Jelinek <jakub@redhat.com>
7825
7826 PR c++/49756
7827 * gcc.c (main): Call stack_limit_increase (64MB).
7828 * toplev.c (toplev_main): Likewise.
7829
7830 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
7831
7832 * config/i386/i386.c (ix86_expand_call): Call copy_to_mode_reg
7833 instead of force_reg.
7834
7835 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
7836
7837 * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
7838 needed and use force_reg after convert.
7839 (ix86_expand_call): Likewise.
7840 (ix86_expand_special_args_builtin): Likewise.
7841 (ix86_expand_builtin): Likewise.
7842
7843 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
7844
7845 PR middle-end/47654
7846 PR middle-end/49649
7847 * graphite-clast-to-gimple.c (type_for_clast_term): Pass v1 and v2
7848 in parameter. Initialize v1 and v2 based on the values returned
7849 by clast_name_to_lb_ub.
7850 (type_for_clast_red): Pass v1 and v2 in parameter, and set their
7851 values.
7852 (type_for_clast_bin): Same.
7853 (type_for_clast_expr): Same.
7854 (type_for_clast_eq): Update calls to type_for_clast_expr.
7855 (type_for_clast_for): Same.
7856 (build_iv_mapping): Same.
7857 * graphite-ppl.h (value_min): New.
7858
7859 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
7860
7861 * graphite-clast-to-gimple.c (type_for_interval): Generate signed
7862 types whenever possible.
7863
7864 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
7865
7866 * graphite-clast-to-gimple.c (struct clast_name_index): Add lb
7867 and ub fields.
7868 (new_clast_name_index): Add lb and ub parameters.
7869 (free_clast_name_index): New.
7870 (clast_name_to_lb_ub): New.
7871 (save_clast_name_index): Add lb and ub parameters.
7872 (compute_bounds_for_param): New.
7873 (type_for_level): Removed.
7874 (type_for_clast_for): Removed level parameter. Do not call
7875 type_for_level.
7876 (graphite_create_new_loop): Store the lb and ub for the clast_name
7877 of the iterator of the loop that has been generated.
7878 (graphite_create_new_loop_guard): Remove parameter level.
7879 (create_params_index): Store the lb and ub of each parameter.
7880 (gloog): Use free_clast_name_index. Pass to create_params_index
7881 the current scop.
7882
7883 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
7884
7885 * graphite-clast-to-gimple.c (max_signed_precision_type): Removed.
7886 (max_precision_type): Inline max_signed_precision_type.
7887 (type_for_clast_red): Use max_precision_type.
7888 (type_for_clast_bin): Same.
7889 (type_for_clast_for): Same.
7890
7891 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
7892
7893 * graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
7894 type_for_interval.
7895 (gcc_type_for_value): Renamed type_for_value.
7896 (gcc_type_for_clast_term): Renamed type_for_clast_term.
7897 (gcc_type_for_clast_expr): Renamed type_for_clast_expr.
7898 (gcc_type_for_clast_red): Renamed type_for_clast_red.
7899 (gcc_type_for_clast_bin): Renamed type_for_clast_bin.
7900 (gcc_type_for_clast_eq): Renamed type_for_clast_eq.
7901 (graphite_translate_clast_equation): Update calls.
7902 (compute_type_for_level): Renamed type_for_level.
7903 (gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
7904 (build_iv_mapping): Update calls.
7905 (graphite_create_new_loop_guard): Same.
7906
7907 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
7908
7909 * graphite-clast-to-gimple.c (clast_get_body_of_loop): Add fixme
7910 comment.
7911
7912 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
7913
7914 * graphite-clast-to-gimple.c (struct ivs_params): New.
7915 (clast_name_to_gcc): Use ivs_params to pass around parameters.
7916 (clast_to_gcc_expression): Same.
7917 (clast_to_gcc_expression_red): Same.
7918 (gcc_type_for_clast_term): Same.
7919 (gcc_type_for_clast_expr): Same.
7920 (gcc_type_for_clast_red): Same.
7921 (gcc_type_for_clast_bin): Same.
7922 (gcc_type_for_clast_eq): Same.
7923 (graphite_translate_clast_equation): Same.
7924 (graphite_create_guard_cond_expr): Same.
7925 (graphite_create_new_guard): Same.
7926 (graphite_create_new_loop): Same.
7927 (build_iv_mapping): Same.
7928 (translate_clast_user): Same.
7929 (graphite_create_new_loop_guard): Same.
7930 (translate_clast): Same.
7931 (translate_clast_for_loop): Same.
7932 (translate_clast_for): Same.
7933 (translate_clast_guard): Same.
7934 (initialize_cloog_names): Fix typo.
7935 (gloog): Initialize an ivs_params struct, pass it to translate_clast.
7936
7937 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
7938
7939 * graphite-clast-to-gimple.c (struct clast_name_index): Add level.
7940 (new_clast_name_index): Add level parameter.
7941 (clast_name_to_level): New.
7942 (save_clast_name_index): Add level parameter.
7943 (newivs_to_depth_to_newiv): Removed.
7944 (clast_name_to_gcc): Inlined newivs_to_depth_to_newiv.
7945 (graphite_create_new_loop): Add level parameter. Pass level to
7946 save_clast_name_index.
7947 (translate_clast_for_loop): Pass level to graphite_create_new_loop.
7948 (create_params_index): Pass level to save_clast_name_index.
7949
7950 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
7951
7952 * graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
7953 recompute type, lb, and ub. Get them from...
7954 (graphite_create_new_loop_guard): ...here. Pass in parameter
7955 pointers to type, lb, and ub.
7956 (translate_clast_for_loop): Update function calls.
7957 (translate_clast_for): Same.
7958
7959 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
7960
7961 * graphite-clast-to-gimple.c (compute_bounds_for_level): Call
7962 psct_dynamic_dim.
7963 (translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
7964 (gcc_type_for_iv_of_clast_loop): Update use of level.
7965 (gloog): Start counting nesting level from 0.
7966 * graphite-clast-to-gimple.h (get_scattering_level): Removed.
7967 * graphite-dependences.c (graphite_carried_dependence_level_k): Call
7968 psct_dynamic_dim on level.
7969
7970 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
7971
7972 * config/i386/i386.c (ix86_legitimize_address): Convert to
7973 Pmode if needed.
7974
7975 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
7976
7977 * config/i386/i386.c (function_value_64): Always return pointers
7978 in Pmode.
7979 (ix86_promote_function_mode): New.
7980 (TARGET_PROMOTE_FUNCTION_MODE): Likewise.
7981
7982 2011-07-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7983
7984 PR tree-optimization/49749
7985 * tree-ssa-reassoc.c (get_rank): Fix operand scan conditions and
7986 remove no-longer-used maxrank variable.
7987
7988 2011-07-21 Georg-Johann Lay <avr@gjlay.de>
7989
7990 * config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.
7991
7992 2011-07-21 Jason Merrill <jason@redhat.com>
7993
7994 * system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
7995 * recog.h (struct insn_data_d): Check it instead of
7996 HAVE_DESIGNATED_INITIALIZERS.
7997 * genoutput.c (output_insn_data): Likewise.
7998
7999 2011-07-21 Richard Guenther <rguenther@suse.de>
8000
8001 PR tree-optimization/49770
8002 * tree-ssa-sccvn.c (valueize_refs_1): Return whether we
8003 valueized any operand. Renamed from ...
8004 (valueize_refs): ... this. New wrapper around valueize_refs_1.
8005 (valueize_shared_reference_ops_from_ref): Return whether we
8006 valueized any operand.
8007 (vn_reference_lookup): Only when we valueized any operand
8008 use the valueized reference for alias analysis. Do not preserve
8009 the original reference tree in this case.
8010
8011 2011-07-21 Uros Bizjak <ubizjak@gmail.com>
8012
8013 * config/i386/i386.c (ix86_decompose_address): Reject all but
8014 register operands and subregs of DImode hard registers in index.
8015
8016 2011-07-21 Kai Tietz <ktietz@redhat.com>
8017
8018 * fold-const.c (fold_unary_loc): Preserve indirect
8019 comparison cast to none-boolean type.
8020 * tree-ssa.c (useless_type_conversion_p): Preserve cast
8021 from/to boolean-type.
8022 * gimplify.c (gimple_boolify): Handle boolification of comparisons.
8023 (gimplify_expr): Boolifiy non aggregate-typed comparisons.
8024 * tree-cfg.c (verify_gimple_comparison): Check result
8025 type of comparison expression.
8026 * tree-ssa-forwprop.c (forward_propagate_comparison): Adjust test
8027 of condition result and disallow type-cast sinking into comparison.
8028
8029 2011-07-21 Richard Guenther <rguenther@suse.de>
8030
8031 * tree-ssa-forwprop.c (combine_conversions): Return whether
8032 we have to run cfg-cleanup. Properly remove dead stmts.
8033 (ssa_forward_propagate_and_combine): Adjust.
8034
8035 2011-07-21 Richard Sandiford <richard.sandiford@linaro.org>
8036
8037 * regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.
8038
8039 2011-07-21 Kai Tietz <ktietz@redhat.com>
8040
8041 * tree-ssa-propagate.c (substitute_and_fold): Use
8042 do_dce flag to deside, if BB's statements are scanned
8043 in last to first, or first to last order.
8044
8045 2011-07-21 Georg-Johann Lay <avr@gjlay.de>
8046
8047 * config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.
8048
8049 2011-07-20 H.J. Lu <hongjiu.lu@intel.com>
8050 Uros Bizjak <ubizjak@gmail.com>
8051 Richard Henderson <rth@redhat.com>
8052
8053 * config/i386/constraints.md (w): New.
8054
8055 * config/i386/i386.c (ix86_output_addr_vec_elt): Check
8056 TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.
8057
8058 * config/i386/i386.h (CASE_VECTOR_MODE): Check TARGET_LP64
8059 instead of TARGET_64BIT.
8060
8061 * config/i386/i386.md (indirect_jump): Replace
8062 nonimmediate_operand with indirect_branch_operand.
8063 (*indirect_jump): Likewise. Replace constraint "m" with "w".
8064 (tablejump): Replace nonimmediate_operand with indirect_branch_operand.
8065 Convert operand 0 to Pmode for x32 if not PIC.
8066 (*tablejump_1): Replace nonimmediate_operand with
8067 indirect_branch_operand. Replace constraint "m" with "w".
8068 (*call_vzeroupper): Replace constraint "m" with "w".
8069 (*call): Likewise.
8070 (*call_rex64_ms_sysv_vzeroupper): Likewise.
8071 (*call_rex64_ms_sysv): Likewise.
8072 (*call_value_vzeroupper): Likewise.
8073 (*call_value): Likewise.
8074 (*call_value_rex64_ms_sysv_vzeroupper): Likewise.
8075 (*call_value_rex64_ms_sysv): Likewise.
8076 (set_got_offset_rex64): Check TARGET_LP64 instead of TARGET_64BIT.
8077
8078 * config/i386/predicates.md (indirect_branch_operand): New.
8079 (call_insn_operand): Support x32.
8080
8081 2011-07-20 Michael Eager <eager@eagercon.com>
8082
8083 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
8084
8085 2011-07-20 Richard Henderson <rth@redhat.com>
8086
8087 * cfg.c (dump_bb_info): Dump basic_block->flags.
8088 * cfgrtl.c (print_rtl_with_bb): Use dump_bb_info.
8089
8090 2011-07-20 Uros Bizjak <ubizjak@gmail.com>
8091
8092 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
8093 of DImode hard registers in index.
8094 (ix86_legitimate_address_p): Allow subregs of base and index to span
8095 more than a word. Assert that subregs of base and index satisfy
8096 register_no_elim_operand predicates. Reject addresses where
8097 base and index have different modes.
8098
8099 2011-07-20 Robert Millan <rmh@gnu.org>
8100
8101 * config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
8102
8103 2011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8104
8105 * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
8106 removing now-unnecessary assignment.
8107
8108 2011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8109
8110 * emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
8111 memory address space to the type's address space.
8112
8113 2011-07-20 Georg-Johann Lay <avr@gjlay.de>
8114
8115 PR target/36467
8116 PR target/49687
8117 * config/avr/avr.md (mulhi3): Use register_or_s9_operand for operand2
8118 and expand appropriately if there is a CONST_INT in operand2.
8119 (usmulqihi3): New insn.
8120 (*sumulqihi3): New insn.
8121 (*osmulqihi3): New insn.
8122 (*oumulqihi3): New insn.
8123 (*muluqihi3.uconst): New insn_and_split.
8124 (*muluqihi3.sconst): New insn_and_split.
8125 (*mulsqihi3.sconst): New insn_and_split.
8126 (*mulsqihi3.uconst): New insn_and_split.
8127 (*mulsqihi3.oconst): New insn_and_split.
8128 (*ashifthi3.signx.const): New insn_and_split.
8129 (*ashifthi3.signx.const7): New insn_and_split.
8130 (*ashifthi3.zerox.const): New insn_and_split.
8131 (mulsqihi3): New insn.
8132 (muluqihi3): New insn.
8133 (muloqihi3): New insn.
8134 * config/avr/predicates.md (const_2_to_7_operand): New.
8135 (const_2_to_6_operand): New.
8136 (u8_operand): New.
8137 (s8_operand): New.
8138 (o8_operand): New.
8139 (s9_operand): New.
8140 (register_or_s9_operand): New.
8141
8142 2011-07-20 Kai Tietz <ktietz@redhat.com>
8143
8144 * builtins.c (fold_builtin_expect): See through the cast
8145 from truthvalue_type_node to long.
8146
8147 2011-07-20 Michael Meissner <meissner@linux.vnet.ibm.com>
8148
8149 * config/rs6000/vsx.md (vsx_fma*): Use 4 argument fma instructions
8150 where we can use them from the standard and altivec instruction
8151 sets, instead of always using the 3 operand VSX forms that require
8152 the destination to overlap one of the inputs.
8153 (vsx_fms*): Ditto.
8154 (vsx_fnma*): Ditto.
8155 (vsx_fnms*): Ditto.
8156
8157 * config/rs6000/rs6000.md (fmadf4_fpr): Set fp_type fp_maddsub_d
8158 for DF types.
8159 (fmsdf4_fpr): Ditto.
8160 (nfmadf4_fpr): Ditto.
8161 (nfmsdf4_fpr): Ditto.
8162
8163 2011-07-20 Sandra Loosemore <sandra@codesourcery.com>
8164
8165 * genrecog.c (make_insn_sequence): Correct position numbering
8166 when filtering out match_scratch and match_dup.
8167
8168 2011-07-20 Richard Guenther <rguenther@suse.de>
8169
8170 * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
8171 against already removed statements.
8172 (forward_propagate_into_comparison): Remove dead defining stmts.
8173 (forward_propagate_into_gimple_cond): Likewise.
8174 (forward_propagate_into_cond): Simplify.
8175 (ssa_forward_propagate_and_combine): Handle changed cfg from
8176 forward_propagate_into_comparison.
8177 * tree-ssa-phiopt.c (conditional_replacement): Use proper
8178 locations for newly built statements.
8179
8180 2011-07-20 Georg-Johann Lay <avr@gjlay.de>
8181
8182 * config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.
8183
8184 2011-07-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8185
8186 * config/s390/s390.c (s390_class_max_nregs): Fix return type.
8187 * config/s390/s390-protos.h (s390_class_max_nregs): Likewise.
8188
8189 2011-07-20 Richard Guenther <rguenther@suse.de>
8190
8191 PR middle-end/18908
8192 * tree.c (integer_all_onesp): Use TYPE_PRECISION, not mode precision.
8193 * tree-ssa-forwprop.c (simplify_bitwise_binary): Remove bogus
8194 ADDR_EXPR folding. Canonicalize X ^ ~0 as ~X.
8195
8196 2011-07-20 Vladimir Makarov <vmakarov@redhat.com>
8197
8198 * config/frv/frv.c (frv_register_move_cost): Define explicitly
8199 costs for subclasses of GR_REGS.
8200
8201 2011-07-20 Uros Bizjak <ubizjak@gmail.com>
8202
8203 PR target/49780
8204 * config/i386/predicates.md (no_seg_addres_operand): No more special.
8205 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
8206 of DImode hard registers in base.
8207 (ix86_legitimate_address_p): Allow SImode and DImode base and index
8208 registers.
8209
8210 2011-07-20 Richard Guenther <rguenther@suse.de>
8211
8212 * tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.
8213 (unify_nodes): Deal with that.
8214 (solve_graph): Likewise.
8215
8216 2011-07-20 Chung-Lin Tang <cltang@codesourcery.com>
8217
8218 * config/arm/arm.c (arm_canonicalize_comparison): Add case to
8219 canonicalize left operand from ZERO_EXTEND to AND.
8220
8221 2011-07-20 Anatoly Sokolov <aesok@post.ru>
8222
8223 * target.def (class_max_nregs): New hook.
8224 * doc/tm.texi.in (TARGET_CLASS_MAX_NREGS): Document.
8225 * doc/tm.texi: Regenerate.
8226 * targhooks.c (default_class_max_nregs): New function.
8227 * targhooks.h (default_class_max_nregs): Declare.
8228 * ira.h (target_ira): Change type x_ira_reg_class_max_nregs and
8229 x_ira_reg_class_min_nregs arrays to unsigned char.
8230 * ira.c (setup_reg_class_nregs): Use TARGET_CLASS_MAX_NREGS target
8231 hook instead of CLASS_MAX_NREGS macro.
8232 * reginfo.c (restore_register_info): Ditto.
8233 * ira-conflicts.c (process_regs_for_copy): Use
8234 ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
8235 Change type rclass and aclass vars to reg_class_t.
8236 * ira-costs.c (record_reg_classes): Use ira_reg_class_max_nregs
8237 array instead of CLASS_MAX_NREGS macro. Change type rclass var to
8238 reg_class_t.
8239 * reload.c (combine_reloads, find_reloads, find_reloads_address_1):
8240 Use ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
8241
8242 * config/i386/i386.h (CLASS_MAX_NREGS): Remove.
8243 * config/i386/i386.c (ix86_class_max_nregs): New function.
8244 (ix86_register_move_cost): Use TARGET_CLASS_MAX_NREGS target hook
8245 instead of CLASS_MAX_NREGS macro.
8246 (TARGET_CLASS_MAX_NREGS): Define.
8247 * config/avr/avr.h (CLASS_MAX_NREGS): Remove.
8248 * config/avr/avr-protos.h (class_max_nregs): Remove declaration.
8249 * config/avr/avr.c (class_max_nregs): Remove function.
8250 * config/alpha/alpha.h (CLASS_MAX_NREGS): Remove.
8251 * config/spu/spu.h (CLASS_MAX_NREGS): Remove.
8252 * config/mep/mep.h (CLASS_MAX_NREGS): Remove.
8253 * config/m32r/m32r.h (CLASS_MAX_NREGS): Remove.
8254 * config/microblaze/microblaze.h (CLASS_MAX_NREGS): Remove.
8255 * config/xtensa/xtensa.h (CLASS_MAX_NREGS): Remove.
8256 * config/stormy16/stormy16.h (CLASS_MAX_NREGS): Remove.
8257 * config/lm32/lm32.h (CLASS_MAX_NREGS): Remove.
8258 * config/moxie/moxie.h (CLASS_MAX_NREGS): Remove.
8259 * config/iq2000/iq2000.h (CLASS_MAX_NREGS): Remove.
8260 * config/mn10300/mn10300.h (CLASS_MAX_NREGS): Remove.
8261 * config/score/score.h (CLASS_MAX_NREGS): Remove.
8262 * config/vax/vax.h (CLASS_MAX_NREGS): Remove.
8263 * config/h8300/h8300.h (CLASS_MAX_NREGS): Remove.
8264 * config/v850/v850.h (CLASS_MAX_NREGS): Remove.
8265
8266 2011-07-19 Eric Botcazou <ebotcazou@adacore.com>
8267
8268 * cif-code.def (OVERWRITABLE): Fix typo and move around.
8269 (TARGET_OPTIMIZATION_MISMATCH): Delete.
8270 (EH_PERSONALITY): Fix typo.
8271 (NON_CALL_EXCEPTIONS): Fix message.
8272 (OPTIMIZATION_MISMATCH): Adjust message.
8273 * ipa-inline.c (can_inline_edge_p): Use CIF_OPTIMIZATION_MISMATCH.
8274
8275 2011-07-19 Ian Lance Taylor <iant@google.com>
8276
8277 * doc/install.texi (Configuration): Document
8278 --enable-build-poststage1-with-cxx.
8279
8280 2011-07-19 Robert Millan <rmh@gnu.org>
8281
8282 * config/mips/gnu-user.h: Copy from linux.h. Update comments.
8283 (GLIBC_DYNAMIC_LINKER): Remove.
8284
8285 * config/mips/gnu-user64.h: Copy from linux64.h. Update comments.
8286 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
8287 (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
8288 (BIONIC_DYNAMIC_LINKERN32, GNU_USER_DYNAMIC_LINKERN32): Remove.
8289 (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32,
8290 GNU_USER_DYNAMIC_LINKER64 and GNU_USER_LINK_EMULATIONN32.
8291
8292 * config/mips/linux.h: Remove everything except for ...
8293 (GLIBC_DYNAMIC_LINKER): ... this macro.
8294
8295 * config/mips/linux64.h: Remove everything except for ...
8296 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
8297 (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
8298 (BIONIC_DYNAMIC_LINKERN32): ... these macros.
8299 (GNU_USER_LINK_EMULATION32, GNU_USER_LINK_EMULATION64)
8300 (GNU_USER_LINK_EMULATIONN32): New macros.
8301
8302 * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux* | mips-*-linux*):
8303 Use the new headers.
8304
8305 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
8306
8307 * rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.
8308 Add offset_known_p and size_known_p fields.
8309 (MEM_OFFSET_KNOWN_P): Update accordingly.
8310 (MEM_OFFSET, MEM_SIZE_KNOWN_P, MEM_SIZE): Likewise.
8311 * emit-rtl.c (mem_attrs_htab_hash): Update after mem_attrs changes.
8312 (mem_attrs_eq_p, set_mem_attributes_minus_bitpos, set_mem_offset)
8313 (clear_mem_offset, set_mem_size, clear_mem_size, change_address)
8314 (adjust_address_1, widen_memory_access, set_mem_attrs_for_spill)
8315 (init_emit_regs): Likewise.
8316
8317 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
8318
8319 * doc/rtl.texi (MEM_OFFSET_KNOWN_P): Document.
8320 (MEM_OFFSET): Change from returning an rtx to returning a
8321 HOST_WIDE_INT.
8322 * rtl.h (MEM_OFFSET_KNOWN_P): New macro.
8323 (MEM_OFFSET): Return a HOST_WIDE_INT rather than an rtx.
8324 * emit-rtl.h (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
8325 (clear_mem_offset): Declare.
8326 * alias.c (ao_ref_from_mem): Adjust uses of MEM_OFFSET, using
8327 MEM_OFFSET_KNOWN_P to test whether the offset is known, and
8328 MEM_OFFSET to get a HOST_WIDE_INT offset.
8329 (nonoverlapping_memrefs_p): Likewise. Adjust calls to...
8330 (adjust_offset_for_component_ref): Take a bool "known_p"
8331 parameter and a HOST_WIDE_INT "offset" parameter.
8332 * builtins.c (get_memory_rtx): As for ao_ref_from_mem.
8333 Adjust calls to set_mem_offset, passing a HOST_WIDE_INT rather
8334 than an rtx. Use clear_mem_offset to clear the offset.
8335 * cfgcleanup.c (merge_memattrs): Likewise.
8336 * dwarf2out.c (tls_mem_loc_descriptor): Likewise.
8337 * function.c (assign_parm_find_stack_rtl): Likewise.
8338 (assign_parm_setup_stack): Likewise.
8339 * print-rtl.c (print_rtx): Likewise.
8340 * reload.c (find_reloads_subreg_address): Likewise.
8341 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
8342 * var-tracking.c (INT_MEM_OFFSET): Likewise.
8343 * emit-rtl.c (set_reg_attrs_from_value): Likewise.
8344 (get_mem_align_offset): Likewise.
8345 (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
8346 (clear_mem_offset): New function.
8347 * config/mips/mips.c (r10k_safe_mem_expr_p): Take a HOST_WIDE_INT
8348 offset rather than an rtx. Assume both the expressio and offset
8349 are available.
8350 (r10k_needs_protection_p_1): Update accordingly, checking the
8351 expression and offset availability here instead.
8352
8353 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
8354
8355 * doc/rtl.texi (MEM_SIZE_KNOWN_P): Document.
8356 (MEM_SIZE): Change from returning an rtx to returning a HOST_WIDE_INT.
8357 * rtl.h (MEM_SIZE_KNOWN_P): New macro.
8358 (MEM_SIZE): Return a HOST_WIDE_INT rather than an rtx.
8359 * emit-rtl.h (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
8360 (clear_mem_size): Declare.
8361 * emit-rtl.c (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
8362 (clear_mem_size): New function.
8363 * alias.c (ao_ref_from_mem): Adjust uses of MEM_SIZE, using
8364 MEM_SIZE_KNOWN_P to test whether the size is known, and MEM_SIZE
8365 to get a HOST_WIDE_INT size. Adjust calls to set_mem_size,
8366 passing a HOST_WIDE_INT rather than an rtx. Use clear_mem_size
8367 to clear the size.
8368 (nonoverlapping_memrefs_p): Likewise.
8369 * builtins.c (get_memory_rtx, expand_builtin_memcmp): Likewise.
8370 (expand_builtin_init_trampoline): Likewise.
8371 * calls.c (compute_argument_addresses): Likewise.
8372 * cfgcleanup.c (merge_memattrs): Likewise.
8373 * dce.c (find_call_stack_args): Likewise.
8374 * dse.c (record_store, scan_insn): Likewise.
8375 * dwarf2out.c (dw_sra_loc_expr): Likewise.
8376 * expr.c (emit_block_move_hints): Likewise.
8377 * function.c (assign_parm_find_stack_rtl): Likewise.
8378 * print-rtl.c (print_rtx): Likewise.
8379 * reload.c (find_reloads_subreg_address): Likewise.
8380 * rtlanal.c (may_trap_p_1): Likewise.
8381 * var-tracking.c (track_expr_p): Likewise.
8382 * varasm.c (assemble_trampoline_template): Likewise.
8383 * config/arm/arm.c (arm_print_operand): Likewise.
8384 * config/h8300/h8300.c (h8sx_emit_movmd): Likewise.
8385 * config/i386/i386.c (expand_movmem_via_rep_mov): Likewise.
8386 (expand_setmem_via_rep_stos, expand_constant_movmem_prologue)
8387 (expand_constant_setmem_prologue): Likewise.
8388 * config/mips/mips.c (mips_get_unaligned_mem): Likewise.
8389 * config/rs6000/rs6000.c (expand_block_move): Likewise.
8390 (adjacent_mem_locations): Likewise.
8391 * config/s390/s390.c (s390_expand_setmem): Likewise.
8392 (s390_expand_insv): Likewise.
8393 * config/s390/s390.md (*extzv<mode>, *extv<mode>): Likewise.
8394 (*extendqi<mode>2_short_displ): Likewise.
8395 * config/sh/sh.c (expand_block_move): Likewise.
8396 * config/sh/sh.md (extv, extzv): Likewise.
8397
8398 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
8399
8400 * emit-rtl.c (mem_attrs_eq_p): New function, split out from...
8401 (mem_attrs_htab_eq): ...here.
8402 (find_mem_attrs): Replace with...
8403 (set_mem_attrs): ...this function. Take a mem_attrs structure
8404 rather than individual fields.
8405 (set_mem_attributes_minus_bitpos, set_mem_alias_set)
8406 (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
8407 (set_mem_size, change_address, adjust_address_1, offset_address)
8408 (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
8409 Update accordingly.
8410
8411 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
8412
8413 * rtl.h (MEM_ALIAS_SET, MEM_EXPR, MEM_OFFSET, MEM_ADDR_SPACE)
8414 (MEM_SIZE, MEM_ALIGN): Redefine in terms of get_mem_attrs.
8415 Provide a dummy definition of MEM_ADDR_SPACE for generators.
8416 (target_rtl): Add x_mode_mem_attrs.
8417 (mode_mem_attrs): New macro.
8418 (get_mem_attrs): New function.
8419 * emit-rtl.c (get_mem_attrs): Rename to...
8420 (find_mem_attrs): ...this.
8421 (set_mem_attributes_minus_bitpos, set_mem_alias_set)
8422 (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
8423 (set_mem_size, change_address, adjust_address_1, offset_address)
8424 (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
8425 Update accordingly.
8426 (init_emit_regs): Initialize mode_mem_attrs.
8427
8428 2011-07-19 Richard Guenther <rguenther@suse.de>
8429
8430 * tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove
8431 TRUTH_*_EXPR handling.
8432 * tree-ssa-operands.c (get_expr_operands): Likewise.
8433 * tree-ssa-pre.c (fully_constant_expression): Likewise.
8434 * tree-ssa-uninit.c (use_pred_not_overlap_with_undef_path_pre):
8435 Likewise.
8436 (is_and_or_or): Likewise.
8437 (is_norm_cond_subset_of): Likewise.
8438
8439 2011-07-19 Richard Guenther <rguenther@suse.de>
8440
8441 * tree.h (fold_build_pointer_plus_loc): New helper function.
8442 (fold_build_pointer_plus_hwi_loc): Likewise.
8443 (fold_build_pointer_plus): Define.
8444 (fold_build_pointer_plus_hwi): Likewise.
8445 * builtins.c (std_gimplify_va_arg_expr): Use fold_build_pointer_plus.
8446 (fold_builtin_memory_op): Likewise.
8447 (fold_builtin_stpcpy): Likewise.
8448 (fold_builtin_memchr): Likewise.
8449 (fold_builtin_strstr): Likewise.
8450 (fold_builtin_strchr): Likewise.
8451 (fold_builtin_strrchr): Likewise.
8452 (fold_builtin_strpbrk): Likewise.
8453 (fold_builtin_strcat): Likewise.
8454 (expand_builtin_memory_chk): Likewise.
8455 (fold_builtin_memory_chk): Likewise.
8456 * c-typeck.c (build_unary_op): Likewise.
8457 * cgraphunit.c (thunk_adjust): Likewise.
8458 * fold-const.c (build_range_check): Likewise.
8459 (fold_binary_loc): Likewise.
8460 * omp-low.c (extract_omp_for_data): Likewise.
8461 (expand_omp_for_generic): Likewise.
8462 (expand_omp_for_static_nochunk): Likewise.
8463 (expand_omp_for_static_chunk): Likewise.
8464 * tree-affine.c (add_elt_to_tree): Likewise.
8465 * tree-data-ref.c (split_constant_offset_1): Likewise.
8466 * tree-loop-distribution.c (generate_memset_zero): Likewise.
8467 * tree-mudflap.c (mf_xform_derefs_1): Likewise.
8468 * tree-predcom.c (ref_at_iteration): Likewise.
8469 * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
8470 (add_to_parts): Likewise.
8471 (create_mem_ref): Likewise.
8472 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
8473 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Likewise.
8474 (number_of_iterations_le): Likewise.
8475 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Likewise.
8476 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
8477 (vect_create_addr_base_for_vector_ref): Likewise.
8478 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Likewise.
8479 (vect_create_cond_for_alias_checks): Likewise.
8480 * tree-vrp.c (extract_range_from_assert): Likewise.
8481 * config/alpha/alpha.c (alpha_va_start): Likewise.
8482 (alpha_gimplify_va_arg_1): Likewise.
8483 * config/i386/i386.c (ix86_va_start): Likewise.
8484 (ix86_gimplify_va_arg): Likewise.
8485 * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
8486 * config/mep/mep.c (mep_expand_va_start): Likewise.
8487 (mep_gimplify_va_arg_expr): Likewise.
8488 * config/mips/mips.c (mips_va_start): Likewise.
8489 (mips_gimplify_va_arg_expr): Likewise.
8490 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
8491 * config/rs6000/rs6000.c (rs6000_va_start): Likewise.
8492 (rs6000_gimplify_va_arg): Likewise.
8493 * config/s390/s390.c (s390_va_start): Likewise.
8494 (s390_gimplify_va_arg): Likewise.
8495 * config/sh/sh.c (sh_va_start): Likewise.
8496 (sh_gimplify_va_arg_expr): Likewise.
8497 * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
8498 * config/spu/spu.c (spu_va_start): Likewise.
8499 (spu_gimplify_va_arg_expr): Likewise.
8500 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
8501 Likewise.
8502 (xstormy16_gimplify_va_arg_expr): Likewise.
8503 * config/xtensa/xtensa.c (xtensa_va_start): Likewise.
8504 (xtensa_gimplify_va_arg_expr): Likewise.
8505
8506 2011-07-19 Richard Guenther <rguenther@suse.de>
8507
8508 * expr.c (expand_expr_real_2): Remove TRUTH_*_EXPR handling.
8509 (expand_expr_real_1): Remove TRUTH_*IF_EXPR and STATEMENT_LIST
8510 handling.
8511
8512 PR middle-end/18908
8513 * expr.c (expand_expr_real_2): Do not unnecessarily truncate the
8514 result of BIT_*_EXPR to bitfield precision.
8515
8516 2011-07-19 Richard Sandiford <richard.sandiford@linaro.org>
8517
8518 PR tree-optimization/49742
8519 * tree-data-ref.c (get_references_in_stmt): Treat the lhs of a call
8520 as a potential write.
8521
8522 2011-07-19 Richard Guenther <rguenther@suse.de>
8523
8524 * Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
8525 * tree-ssa-forwprop.c: Include gimple-pretty-print.h.
8526 (forward_propagate_comparison): Simplify, remove obsolete code.
8527
8528 2011-07-19 Richard Guenther <rguenther@suse.de>
8529
8530 * gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as
8531 BIT_XOR_EXPR, same as the RTL expander does.
8532 * tree-cfg.c (verify_expr): Disallow TRUTH_NOT_EXPR in the gimple IL.
8533 (verify_gimple_assign_unary): Likewise.
8534 * tree-ssa-propagate.c (valid_gimple_rhs_p): Disallow TRUTH_*_EXPR.
8535 * tree-ssa-forwprop.c (forward_propagate_comparison): Handle
8536 BIT_NOT_EXPR and BIT_XOR_EXPR instead of TRUTH_NOT_EXPR.
8537
8538 2011-07-19 Jakub Jelinek <jakub@redhat.com>
8539
8540 PR tree-optimization/49768
8541 * gimple-fold.c (fold_nonarray_ctor_reference): Return NULL
8542 if offset is smaller than bitoffset, but offset+size is bigger
8543 than bitoffset.
8544
8545 2011-07-19 Ira Rosen <ira.rosen@linaro.org>
8546
8547 PR tree-optimization/49771
8548 * tree-vect-loop-manip.c (vect_vfa_segment_size): In case of
8549 zero step, set segment length to the size of the data-ref's type.
8550
8551 2011-07-18 Martin Jambor <mjambor@suse.cz>
8552
8553 * ipa-prop.h: Include alloc-pool.h, all sorts of updates to general
8554 comments.
8555 (ipcp_values_pool): Declare.
8556 (ipcp_sources_pool): Likewise.
8557 (ipcp_lattice): Changed to forward declaration.
8558 (ipa_param_descriptor): Removed fields ipcp_lattice, types and
8559 cannot_devirtualize.
8560 (ipa_node_params): New fields descriptors, lattices, known_vals,
8561 clone_for_all_contexts and node dead, removed fields params and
8562 count_scale.
8563 (ipa_set_param_count): Removed.
8564 (ipa_get_param_count): Made to work with descriptors vector.
8565 (ipa_get_param): Updated.
8566 (ipa_param_cannot_devirtualize_p): Removed.
8567 (ipa_param_types_vec_empty): Likewise.
8568 (ipa_set_param_used): New function.
8569 (ipa_get_param_used): Updated to use descriptors vector.
8570 (ipa_func_list): Removed.
8571 (ipa_init_func_list): Removed declaration.
8572 (ipa_push_func_to_list_1): Likewise.
8573 (ipa_pop_func_from_list): Likewise.
8574 (ipa_push_func_to_list): Removed.
8575 (ipa_lattice_from_jfunc): Remove declaration.
8576 (ipa_get_jf_pass_through_result): Declare.
8577 (ipa_get_jf_ancestor_result): Likewise.
8578 (ipa_value_from_jfunc): Likewise.
8579 (ipa_get_lattice): Update.
8580 (ipa_lat_is_single_const): New function.
8581 * ipa-prop.c (ipa_push_func_to_list_1): Removed.
8582 (ipa_init_func_list): Likewise.
8583 (ipa_pop_func_from_list): Likewise.
8584 (ipa_get_param_decl_index): Fix coding style.
8585 (count_formal_params): Removed.
8586 (count_formal_params_1): Renamed to count_formal_params.
8587 (ipa_populate_param_decls): Update to use descriptors vector.
8588 (ipa_initialize_node_params): Likewise.
8589 (visit_ref_for_mod_analysis): Use ipa_set_param_used.
8590 (ipa_analyze_params_uses): Likewise.
8591 (ipa_free_node_params_substructures): Likewise and free also lattices
8592 and known values.
8593 (duplicate_array): Removed.
8594 (ipa_edge_duplication_hook): Add the new edge to the list of edge
8595 clones.
8596 (ipa_node_duplication_hook): Update to use new lattices.
8597 (ipa_free_all_structures_after_ipa_cp): Free alloc pools.
8598 (ipa_free_all_structures_after_iinln): Likewise.
8599 (ipa_write_node_info): Update to use new lattices.
8600 (ipa_read_node_info): Likewise.
8601 (ipa_get_jf_pass_through_result): New function.
8602 (ipa_get_jf_ancestor_result): Likewise.
8603 (ipa_value_from_jfunc): Likewise.
8604 (ipa_cst_from_jfunc): Reimplemented using ipa_value_from_jfunc.
8605 * ipa-cp.c: Reimplemented.
8606 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): Removed.
8607 (PARAM_IPA_CP_VALUE_LIST_SIZE): New parameter.
8608 (PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
8609 * Makefile.in (IPA_PROP_H): Added alloc-pool.h to dependencies.
8610 * doc/invoke.texi (devirt-type-list-size): Removed description.
8611 (ipa-cp-value-list-size): Added description.
8612
8613 2011-07-18 Richard Henderson <rth@redhat.com>
8614
8615 * bb-reorder.c (fix_crossing_conditional_branches): Emit all insns
8616 before calling create_basic_block.
8617
8618 2011-07-18 Jakub Jelinek <jakub@redhat.com>
8619
8620 PR middle-end/49675
8621 * tree.c (build_common_builtin_nodes): Register
8622 __builtin_return_address, __cyg_profile_func_enter
8623 and __cyg_profile_func_exit.
8624
8625 2011-07-18 Richard Henderson <rth@redhat.com>
8626
8627 * bb-reorder.c (emit_barrier_after_bb): Split out of ...
8628 (add_labels_and_missing_jumps): ... here.
8629 (fix_up_fall_thru_edges, fix_crossing_conditional_branches): Use it.
8630
8631 2011-07-18 Uros Bizjak <ubizjak@gmail.com>
8632
8633 PR target/47744
8634 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
8635 of DImode hard registers in PLUS address chains.
8636
8637 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8638
8639 PR bootstrap/49769
8640 * config.gcc (alpha*-*-linux*): Add crtfastmath.o to extra_parts.
8641 (alpha*-*-freebsd*): Likewise.
8642 (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
8643 i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
8644 i[34567]86-*-kopensolaris*-gnu): Add crtprec32.o, crtprec64.o,
8645 crtprec80.o, crtfastmath.o to extra_parts for all targets.
8646 (ia64*-*-elf*): Remove extra_parts.
8647 (sparc-*-linux*): Add crtfastmath.o to extra_parts.
8648 (sparc64-*-linux*): Likewise.
8649 (sparc64-*-freebsd*): Likewise.
8650
8651 Revert:
8652 * config.gcc (ia64*-*-freebsd*): Remove crtfastmath.o from extra_parts.
8653 (ia64*-*-linux*): Likewise.
8654 (mips64*-*-linux*): Likewise.
8655 (mips*-*-linux*): Likewise.
8656
8657 2011-07-18 David Edelsohn <dje.gcc@gmail.com>
8658
8659 * doc/install.texi (Specific, *-ibm-aix*): AIX assembler bug.
8660
8661 2011-07-18 Richard Guenther <rguenther@suse.de>
8662
8663 * gimplify.c (gimplify_expr): Use input_location, not saved_location
8664 when building new trees.
8665
8666 2011-07-18 Richard Guenther <rguenther@suse.de>
8667
8668 * expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR
8669 expansion result to bitfield precision if required.
8670
8671 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8672
8673 * config.gcc (i[3456x]86-*-netware*): Remove.
8674
8675 * gthr-nks.h: Remove.
8676 * configure.ac (enable_threads): Remove nks.
8677 * configure: Regenerate.
8678
8679 * config/i386/i386.c (ix86_encode_section_info): Remove netware
8680 reference.
8681 * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): Remove
8682 <netware.h> reference.
8683
8684 * config/i386/netware-libgcc.c,
8685 gcc/config/i386/netware-libgcc.def,
8686 gcc/config/i386/netware-libgcc.exp, gcc/config/i386/netware.c,
8687 gcc/config/i386/netware.h, gcc/config/i386/netware.opt,
8688 gcc/config/i386/nwld.c, gcc/config/i386/nwld.h,
8689 gcc/config/i386/t-netware, gcc/config/i386/t-nwld: Remove
8690
8691 * doc/extend.texi (Function Attributes,
8692 callee_pop_aggregate_return): Remove i?86-netware reference.
8693 * doc/install.texi (Configuration, --enable-threads): Remove nks.
8694
8695 2011-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8696
8697 PR target/49746
8698 Revert:
8699 2010-12-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8700
8701 * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
8702 patterns.
8703
8704 2011-07-17 Eric Botcazou <ebotcazou@adacore.com>
8705
8706 PR middle-end/49732
8707 * tree.c (walk_tree_1) <DECL_EXPR>: Do not walk a pointed-to type.
8708
8709 2011-07-16 Matthias Klose <doko@ubuntu.com>
8710
8711 * doc/install.texi: Document --enable-static-libjava.
8712
8713 2011-07-15 Richard Henderson <rth@redhat.com>
8714
8715 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
8716 Replace all three arguments by returning a VEC of edges.
8717 (add_labels_and_missing_jumps): Accept a VEC of edges, not bare
8718 pointers and counts.
8719 (fix_edges_for_rarely_executed_code): Merge ...
8720 (rest_of_handle_partition_blocks): ... into...
8721 (partition_hot_cold_basic_blocks): ... here. Return todo items if
8722 any work was performed.
8723 (pass_partition_blocks): Clear todo_flags_finish.
8724
8725 2011-07-15 Paolo Carlini <paolo.carlini@oracle.com>
8726 Jakub Jelinek <jakub@redhat.com>
8727 Jonathan Wakely <jwakely.gcc@gmail.com>
8728
8729 PR libstdc++/49745
8730 * gthr-posix.h: Do not include <unistd.h> unconditionally; use
8731 _GTHREADS_USE_MUTEX_TIMEDLOCK instead of _POSIX_TIMEOUTS.
8732
8733 2011-07-15 Jason Merrill <jason@redhat.com>
8734
8735 PR testsuite/49741
8736 * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
8737 rather than --tool_opts.
8738
8739 2011-07-15 Basile Starynkevitch <basile@starynkevitch.net>
8740
8741 * doc/plugins.texi (Building GCC plugins): gengtype needs its
8742 corresponding gtype.state.
8743
8744 2011-07-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8745
8746 PR target/49723
8747 * config/pa/pa.md (casesi): Use gen_int_mode instead of GEN_INT.
8748
8749 2011-07-15 Eric Botcazou <ebotcazou@adacore.com>
8750
8751 PR target/48220
8752 * doc/md.texi (Standard Names): Document window_save.
8753 * cfgexpand.c (expand_debug_parm_decl): New function extracted from
8754 expand_debug_expr and expand_debug_source_expr. If the target has
8755 a window_save instruction, adjust the ENTRY_VALUE_EXP.
8756 (expand_debug_expr) <SSA_NAME>: Call expand_debug_parm_decl if the
8757 SSA_NAME_VAR is a parameter.
8758 (expand_debug_source_expr) <PARM_DECL>: Call expand_debug_parm_decl.
8759 * var-tracking.c (parm_reg_t): New type and associated vector type.
8760 (windowed_parm_regs): New variable.
8761 (adjust_insn): If the target has a window_save instruction and this
8762 is the instruction, make its effect on parameter registers explicit.
8763 (next_non_note_insn_var_location): New function.
8764 (emit_notes_in_bb): Use it instead of NEXT_INSN throughout.
8765 (vt_add_function_parameter): If the target has a window_save insn,
8766 adjust the incoming RTL and record that in windowed_parm_regs.
8767 (vt_finalize): Free windowed_parm_regs.
8768
8769 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
8770
8771 * doc/invoke.texi (C6X Options): New section.
8772 * doc/md.texi (TI C6X family): New section.
8773 * config.gcc: Handle tic6x, in particular tic6x-*-elf and
8774 tic6x-*-uclinux.
8775 * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm,
8776 count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME):
8777 Provide C6X definitions.
8778 * config/c6x/c6x.md: New file.
8779 * config/c6x/constraints.md: New file.
8780 * config/c6x/predicates.md: New file.
8781 * config/c6x/c6x-sched.md.in: New file.
8782 * config/c6x/c6x-sched.md: New file.
8783 * config/c6x/gensched.sh: New file.
8784 * config/c6x/c6x-mult.md.in: New file.
8785 * config/c6x/genmult.sh: New file.
8786 * config/c6x/c6x-mult.md: New file.
8787 * config/c6x/sync.md: New file.
8788 * config/c6x/c6x-protos.h: New file.
8789 * config/c6x/sfp-machine.h: New file.
8790 * config/c6x/c6x.c: New file.
8791 * config/c6x/c6x.h: New file.
8792 * config/c6x/crti.s: New file.
8793 * config/c6x/crtn.s: New file.
8794 * config/c6x/lib1funcs.asm: New file.
8795 * config/c6x/c6x-modes.def: New file.
8796 * config/c6x/genopt.sh: New file.
8797 * config/c6x/c6x.opt: New file.
8798 * config/c6x/c6x-tables.opt: New file.
8799 * config/c6x/c6x-opts.h: New file.
8800 * config/c6x/c6x-isas.def: New file.
8801 * config/c6x/elf.h: New file.
8802 * config/c6x/elf-common.h: New file.
8803 * config/c6x/uclinux-elf.h: New file.
8804 * config/c6x/t-c6x: New file.
8805 * config/c6x/t-c6x-elf: New file.
8806 * config/c6x/t-c6x-uclinux: New file.
8807 * config/c6x/t-c6x-softfp: New file.
8808 * config/c6x/gtd.c: New file.
8809 * config/c6x/gtf.c: New file.
8810 * config/c6x/ltd.c: New file.
8811 * config/c6x/ltf.c: New file.
8812 * config/c6x/ged.c: New file.
8813 * config/c6x/gef.c: New file.
8814 * config/c6x/led.c: New file.
8815 * config/c6x/lef.c: New file.
8816 * config/c6x/eqd.c: New file.
8817 * config/c6x/eqf.c: New file.
8818 * config/c6x/libgcc-c6xeabi.ver: New file.
8819
8820 Revert
8821 2003-07-10 Eric Botcazou <ebotcazou@libertysurf.fr>
8822 PR rtl-optimization/11320
8823 * sched-int.h (struct deps) [reg_conditional_sets]: New field.
8824 (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
8825 * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
8826 current_sched_info->compute_jump_reg_dependencies. Record which
8827 registers are used and which registers are set by the jump.
8828 Clear deps->reg_conditional_sets after a barrier.
8829 Set deps->reg_conditional_sets if the insn is a COND_EXEC.
8830 Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
8831 (init_deps): Initialize reg_conditional_sets.
8832 (free_deps): Clear reg_conditional_sets.
8833 * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
8834 Mark registers live on entry of the fallthrough block and conditionally
8835 set as set by the jump. Mark registers live on entry of non-fallthrough
8836 blocks as used by the jump.
8837 * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
8838 Mark new parameters as unused.
8839
8840 2011-07-14 Andrew Pinski <pinskia@gmail.com>
8841
8842 PR tree-opt/49309
8843 * tree-mudflap.c (mf_xform_derefs_1 <case MEM_REF>):
8844 Use fold_build2_loc instead of build2.
8845 Use the correct type for the new tree.
8846
8847 2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
8848
8849 PR rtl-optimization/11320
8850 * config/ia64/ia64.md (load_symptr_low): Show a MEM.
8851 * config/ia64/ia64.c (ia64_expand_load_address): Generate it.
8852
8853 2011-07-14 Georg-Johann Lay <avr@gjlay.de>
8854
8855 PR target/49487
8856 * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead
8857 of REG.
8858 (*rotw<mode>): Use const_int_operand for operand2.
8859 Use match_scatch for operand3.
8860 (*rotb<mode>): Ditto
8861 * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH.
8862
8863 2011-07-14 Richard Guenther <rguenther@suse.de>
8864
8865 PR tree-optimization/49651
8866 * tree-ssa-structalias.c (get_constraint_for_1): Properly
8867 handle dereferences with subvariables.
8868
8869 2011-07-14 Richard Guenther <rguenther@suse.de>
8870
8871 * gimple-fold.c (fold_gimple_assign): Remove operand swapping.
8872 (fold_stmt_1): Do it here directly on gimple and as a first thing.
8873
8874 2011-07-14 Richard Guenther <rguenther@suse.de>
8875
8876 * fold-const.c (fold_binary_loc): Convert the !bool_var result,
8877 not bool_var when folding bool_var != 1 or bool_var == 0.
8878
8879 2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
8880
8881 * haifa-sched.c (schedule_insns): Remove outdated comment.
8882 (schedule_block): When computing a known value for TODO_SPEC,
8883 just set it rather than using logical operations.
8884 (try_ready): Likewise. Use a local variable rather than a
8885 pointer to TODO_SPEC. Reorder an if statement to move the
8886 easy case to the then block.
8887 * sched-deps.c (dep_spec_p): New static function.
8888 (update_dep): Use it to decide whether to call
8889 change_spec_dep_to_hard.
8890 (get_back_and_forw_lists): Use it.
8891 (sd_resolve_dep): Likewise.
8892 (init_dep): If !USE_DEPS_LIST, use zero to initialize status.
8893 (haifa_note_mem_dep): Likewise.
8894 (check_dep): Likewise.
8895 (sd_add_dep): Also clear SPECULATIVE bits if not DO_SPECULATION.
8896 (sched_free_deps): Free in two passes.
8897
8898 2011-07-14 Richard Sandiford <richard.sandiford@linaro.org>
8899
8900 PR middle-end/49736
8901 * expr.c (all_zeros_p): Undo bogus part of last change.
8902
8903 2011-07-14 Matthias Klose <doko@ubuntu.com>
8904
8905 * doc/extend.texi (optimize attribute): Fix typo.
8906
8907 2011-07-14 Richard Guenther <rguenther@suse.de>
8908
8909 * gimplify.c (gimplify_expr): Only do required conversions.
8910
8911 2011-07-14 Georg-Johann Lay <avr@gjlay.de>
8912
8913 PR target/43746
8914 * config/avr/elf.h (TARGET_ASM_SELECT_SECTION): Remove,
8915 i.e. use default_elf_select_section.
8916 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Remove.
8917 (READONLY_DATA_SECTION_ASM_OP): Remove.
8918 (TARGET_ASM_NAMED_SECTION): Move from here...
8919 * config/avr/avr.c: ...to here.
8920 (avr_asm_init_sections): Set unnamed callback of readonly_data_section.
8921 (avr_asm_named_section): Make static.
8922
8923 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8924
8925 PR bootstrap/49739
8926 * config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtprec80.o
8927 and crtfastmath.o for Linux/x86.
8928
8929 2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
8930
8931 * haifa-sched.c: Include "hashtab.h"
8932 (sched_no_dce): New global variable.
8933 (INSN_EXACT_TICK, INSN_TICK_ESTIMATE, FEEDS_BACKTRACK_INSN,
8934 SHADOW_P): New macros.
8935 (last_clock_var, cycle_issued_insns): Move declarations.
8936 (must_backtrack): New static variable.
8937 (struct delay_pair): New structure.
8938 (delay_htab, delay_htab_i2): New static variables.
8939 (delay_hash_i1, delay_hash_i2, delay_i1_eq, delay_i2_eq,
8940 record_delay_slot_pair, pair_delay, add_delay_dependencies): New
8941 functions.
8942 (dep_cost_1): If delay pairs exist, try to look up the insns and
8943 use the correct pair delay if we find them.
8944 (rank-for_schedule): Tweak priority for insns that must be scheduled
8945 soon to avoid backtracking.
8946 (queue_insn): Detect conditions which force backtracking.
8947 (ready_add): Likewise.
8948 (struct sched_block_state): Add member shadows_only_p.
8949 (struct haifa_save_data): New structure.
8950 (backtrack_queue): New static variable.
8951 (mark_backtrack_feeds, copy_insn_list, save_backtrack_point,
8952 unschedule_insns_until, restore_last_backtrack_point,
8953 free_topmost_backtrack_point, free_backtrack_queue,
8954 estimate_insn_tick, estimate_shadow_tick): New functions.
8955 (prune_ready_list): New arg shadows_only_p. All callers changed.
8956 If true, remove everything that isn't SHADOW_P. Look up delay
8957 pairs and estimate ticks to avoid scheduling the first insn too early.
8958 (verify_shadows): New function.
8959 (schedule_block): Add machinery to enable backtracking.
8960 (sched_init): Take sched_no_dce into account when setting
8961 DF_LR_RUN_DCE.
8962 (free_delay_pairs): New function.
8963 (init_h_i_d): Initialize INSN_EXACT_TICK.
8964 * Makefile.in (haifa-sched.o): Add $(HASHTAB_H).
8965 * sched-deps.c (sd_unresolve_dep): New function.
8966 * sched-int. (struct haifa_sched_info): New fields save_state
8967 and restore_state.
8968 (struct _haifa_insn_data): New fields exact_tick, tick_estimate,
8969 feeds_backtrack_insn and shadow_p.
8970 (DO_BACKTRACKING): New value in enum SCHED_FLAGS.
8971 (sched_no_dce): Declare variable.
8972 (record_delay_slot_pair, free_delay_pairs, add_delay_dependencies,
8973 sd_unresolve_dep): Declare functions.
8974 * modulo-sched.c (sms_sched_info): Clear the two new fields.
8975 * sched-rgn.c (rgn_const_sched_info): Likewise.
8976 * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
8977 * sched-ebb.c (save_ebb_state, restore_ebb_state): New functions.
8978 (ebb_sched_info): Add them for the two new fields.
8979 (add_deps_for_risky_insns): Call add_delay_dependencies.
8980
8981 2011-07-13 Michael Meissner <meissner@linux.vnet.ibm.com>
8982
8983 * config/rs6000/rs6000.opt (-mpointers-to-nested-functions):
8984 Rename -mr11.
8985 * config/rs6000/rs6000.c (rs6000_trampoline_init): Ditto.
8986 (rs6000_call_indirect_aix): Ditto.
8987 * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Ditto.
8988 (call_indirect_aix<ptrsize>_internal): Ditto.
8989 (call_indirect_aix<ptrsize>_nor11): Ditto.
8990 (call_indirect_aix<ptrsize>_internal2): Ditto.
8991 (call_value_indirect_aix<ptrsize>): Ditto.
8992 (call_value_indirect_aix<ptrsize>_internal): Ditto.
8993 (call_value_indirect_aix<ptrsize>_nor11): Ditto.
8994 (call_value_indirect_aix<ptrsize>_internal2): Ditto.
8995 * doc/invoke.texi (RS/6000 and PowerPC Options): Ditto.
8996
8997 2011-07-13 Jason Merrill <jason@redhat.com>
8998
8999 * Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts.
9000
9001 2011-07-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9002
9003 * config/spu/spu.c (spu_init_libfuncs): Install __clrsbdi2.
9004 * config/spu/spu.md ("clrsb<mode>2"): New expander.
9005
9006 2011-07-13 Thomas Schwinge <thomas@schwinge.name>
9007
9008 * acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
9009 * configure: Regenerate.
9010
9011 2011-07-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9012
9013 * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.
9014 (asm_file_start): Remove.
9015 (spu_machine_dependent_reorg): Call compute_bb_for_insn and
9016 free_bb_for_insn around code that modifies insns before
9017 restarting df analysis.
9018
9019 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9020
9021 PR target/49541
9022 * config/sol2.h (LIB_SPEC): Simplify. Move LIB_THREAD_LDFLAGS_SPEC ...
9023 (LINK_SPEC): ... here.
9024
9025 2011-07-13 Bernd Schmidt <bernds@codesourcery.com>
9026
9027 * haifa-sched.c (struct sched_block_state): New.
9028 (schedule_block): Move some local variables into such a structure.
9029
9030 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9031
9032 * config/i386/crtprec.c: Move to ../libgcc/config/i386.
9033 * config/i386/t-crtpc: Remove.
9034 * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
9035 * config.gcc (i[34567]86-*-darwin*): Remove i386/t-crtpc from
9036 tmake_file.
9037 (x86_64-*-darwin*): Likewise.
9038 (i[34567]86-*-linux*): Likewise.
9039 (x86_64-*-linux*): Likewise.
9040
9041 * config/i386/sol2.h (ENDFILE_SPEC): Redefine.
9042 Handle -mpc32, -mpc64, -mpc80.
9043
9044 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9045
9046 * config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha.
9047 * config/alpha/t-crtfm: Remove.
9048 * config/i386/crtfastmath.c: Move to ../libgcc/config/i386.
9049 * config/i386/t-crtfm: Remove.
9050 * config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64.
9051 * config/mips/crtfastmath.c: Move to ../libgcc/config/mips.
9052 * config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc.
9053 * config/sparc/t-crtfm: Remove.
9054
9055 * config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file.
9056 (alpha*-*-freebsd*): Likewise.
9057 (i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file.
9058 (x86_64-*-darwin*): Likewise.
9059 (i[34567]86-*-linux*): Likewise.
9060 (x86_64-*-linux*): Likewise.
9061 (x86_64-*-mingw*): Likewise.
9062 (ia64*-*-elf*): Remove crtfastmath.o from extra_parts.
9063 (ia64*-*-freebsd*): Likewise.
9064 (ia64*-*-linux*): Likewise.
9065 (mips64*-*-linux*): Likewise.
9066 (mips*-*-linux*): Likewise.
9067 (sparc-*-linux*): Remove sparc/t-crtfm from tmake_file.
9068 (sparc64-*-linux*): Likewise.
9069 (sparc64-*-freebsd*): Likewise.
9070
9071 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9072
9073 * config/darwin-crt2.c: Move to ../libgcc/config/rs6000.
9074 * config/darwin-crt3.c: Move to ../libgcc/config.
9075 * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
9076 ($(T)crt3$(objext)): Remove.
9077 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Remove.
9078 ($(T)crt2$(objext)): Remove.
9079 * config.gcc (powerpc-*-darwin*): Remove extra_parts.
9080 (powerpc64-*-darwin*): Likewise.
9081
9082 2011-07-13 H.J. Lu <hongjiu.lu@intel.com>
9083
9084 * config/i386/i386.c (x86_output_mi_thunk): Support ptr_mode != Pmode.
9085
9086 * config/i386/i386.md (*addsi_1_zext): Renamed to ...
9087 (addsi_1_zext): This.
9088
9089 2011-07-13 Bernd Schmidt <bernds@codesourcery.com>
9090
9091 * doc/tm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add hook.
9092 * doc/tm.texi: Regenerate.
9093 * target.def (mergeable_rodata_prefix): New defhookpod.
9094 * varasm.c (mergeable_string_section, mergeable_constant_section):
9095 Use it. Allocate name with alloca.
9096
9097 2011-07-13 H.J. Lu <hongjiu.lu@intel.com>
9098
9099 * doc/invoke.texi (x86): Remove -mfused-madd and add -mfma.
9100
9101 2011-07-13 Richard Sandiford <richard.sandiford@linaro.org>
9102
9103 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten
9104 overlap check.
9105
9106 2011-07-13 Richard Sandiford <richard.sandiford@linaro.org>
9107
9108 * tree.h (categorize_ctor_elements): Remove comment. Fix long line.
9109 (count_type_elements): Delete.
9110 (complete_ctor_at_level_p): Declare.
9111 * expr.c (flexible_array_member_p): New function, split out from...
9112 (count_type_elements): ...here. Make static. Replace allow_flexarr
9113 parameter with for_ctor_p. When for_ctor_p is true, return the
9114 number of elements that should appear in the top-level constructor,
9115 otherwise return an estimate of the number of scalars.
9116 (categorize_ctor_elements): Replace p_must_clear with p_complete.
9117 (categorize_ctor_elements_1): Likewise. Use complete_ctor_at_level_p.
9118 (complete_ctor_at_level_p): New function, borrowing union logic
9119 from old categorize_ctor_elements_1.
9120 (mostly_zeros_p): Return true if the constructor is not complete.
9121 (all_zeros_p): Update call to categorize_ctor_elements.
9122 * gimplify.c (gimplify_init_constructor): Update call to
9123 categorize_ctor_elements. Don't call count_type_elements.
9124 Unconditionally prevent clearing for variable-sized types,
9125 otherwise rely on categorize_ctor_elements to detect
9126 incomplete initializers.
9127
9128 2011-07-13 Richard Guenther <rguenther@suse.de>
9129
9130 * tree-vrp.c (simplify_conversion_using_ranges): Make sure
9131 the final type is integral.
9132
9133 2011-07-13 Bernd Schmidt <bernds@codesourcery.com>
9134
9135 * sched-int.h (struct _dep): Add member cost.
9136 (DEP_COST, UNKNOWN_DEP_COST): New macros.
9137 * sched-deps.c (init_dep_1): Initialize DEP_COST.
9138 * haifa-sched.c (dep_cost_1): Use and set DEP_COST.
9139 (sched_change_pattern): Reset it for dependent insns.
9140
9141 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9142
9143 * Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
9144 ($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
9145 * config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
9146 * config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
9147 (CRT0_S, MCRT0_S): Remove.
9148 ($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
9149 Remove.
9150 (s-crt0): Remove.
9151 * config.gcc (i[3456x]86-*-netware*): Remove extra_parts.
9152
9153 2011-07-12 Eric Botcazou <ebotcazou@adacore.com>
9154
9155 * cse.c (insert_with_costs): Put semi-colon after empty loop body
9156 on the next line.
9157 * emit-rtl.c (push_to_sequence): Likewise.
9158 * haifa-sched.c (max_issue): Likewise.
9159 * matrix-reorg.c (add_allocation_site): Likewise.
9160 * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
9161 * reload.c (alternative_allows_const_pool_ref): Likewise.
9162 * sched-rgn.c (rgn_add_block): Likewise.
9163 (rgn_fix_recovery_cfg): Likewise.
9164 * tree.c (attribute_list_contained): Likewise.
9165
9166 2011-07-12 Uros Bizjak <ubizjak@gmail.com>
9167
9168 * config/i386/i386.c: Tidy processor feature bitmasks.
9169 (m_P4_NOCONA): New.
9170
9171 2011-07-12 Andrew Pinski <pinskia@gmail.com>
9172
9173 PR rtl-opt/49474
9174 * cprop.c (find_implicit_sets): Correct the condition.
9175
9176 2011-07-12 Richard Henderson <rth@redhat.com>
9177
9178 PR target/49713
9179 * dwarf2out.h (dwarf_frame_regnum): Remove.
9180 * dwarf2out.c (based_loc_descr): Revert last change. Initialize regno
9181 earlier from DWARF_FRAME_REGNUM. Never use dbx_reg_number.
9182 * dwarf2cfi.c (dw_stack_pointer_regnum, dw_frame_pointer_regnum): New.
9183 (execute_dwarf2_frame): Initialize them.
9184 (DW_STACK_POINTER_REGNUM, DW_FRAME_POINTER_REGNUM): Remove; replace
9185 users of the macros with the variables.
9186 (expand_builtin_dwarf_sp_column): Revert last change.
9187 (expand_builtin_init_dwarf_reg_sizes): Likewise. Compute the
9188 result of DWARF_FRAME_REGNUM into a local variable.
9189
9190 2011-07-12 Richard Henderson <rth@redhat.com>
9191
9192 PR target/49714
9193 * config/i386/i386.c (x86_output_mi_thunk): Use
9194 machopic_indirect_call_target instead of machopic_indirection_name
9195 directly.
9196
9197 2011-07-12 Laurent GUERBY <laurent@guerby.net>
9198 Eric Botcazou <ebotcazou@adacore.com>
9199
9200 * prefix.h: Wrap up in extern "C" block.
9201
9202 2011-07-12 Harsha Jagasia <harsha.jagasia@amd.com>
9203
9204 AMD bdver2 Enablement
9205 * config.gcc (i[34567]86-*-linux* | ...): Add bdver2.
9206 (case ${target}): Add bdver2.
9207 * config/i386/driver-i386.c (host_detect_local_cpu): Let
9208 -march=native recognize bdver2 processors.
9209 * config/i386/i386-c.c (ix86_target_macros_internal): Add
9210 bdver2 def_and_undef
9211 * config/i386/i386.c (struct processor_costs bdver2_cost): New
9212 bdver2 cost table.
9213 (m_BDVER2): New definition.
9214 (m_AMD_MULTIPLE): Includes m_BDVER2.
9215 (initial_ix86_tune_features): Add bdver2 tuning.
9216 (processor_target_table): Add bdver2 entry.
9217 (static const char *const cpu_names): Add bdver2 entry.
9218 (ix86_option_override_internal): Add bdver2 instruction sets.
9219 (ix86_issue_rate): Add bdver2.
9220 (ix86_adjust_cost): Add bdver2.
9221 (has_dispatch): Add bdver2.
9222 * config/i386/i386.h (TARGET_BDVER2): New definition.
9223 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_bdver2.
9224 (enum processor_type): Add PROCESSOR_BDVER2.
9225 * config/i386/i386.md (define_attr "cpu"): Add bdver2.
9226 * config/i386/i386.opt ( mdispatch-scheduler): Add bdver2 to
9227 description.
9228
9229 2011-07-12 Richard Henderson <rth@redhat.com>
9230
9231 PR target/49714
9232 * config/i386/i386.c (x86_output_mi_thunk): Fix mode for
9233 destination address in memory on some paths.
9234
9235 2011-07-12 Bernd Schmidt <bernds@codesourcery.com>
9236
9237 * doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
9238 TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
9239 (TARGET_FUNCTION_ARG_ROUND_BOUNDARY): Add hook.
9240 * function.c (locate_and_pad_parm): Take it into account.
9241 * target.def (function_arg_round_boundary): New hook.
9242 * targhooks.c (default_function_arg_round_boundary): New function.
9243 * targhooks.h (default_function_arg_round_boundary): Declare.
9244 * doc/tm.texi: Regenerate.
9245
9246 2011-07-12 Richard Guenther <rguenther@suse.de>
9247
9248 * tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.
9249 Do not perform no-op changes.
9250
9251 2011-07-12 Richard Sandiford <richard.sandiford@linaro.org>
9252
9253 * config/arm/predicates.md (neon_struct_operand): Make a normal
9254 predicate.
9255 (neon_struct_or_register_operand): New predicate.
9256 * config/arm/neon.md (movmisalign<mode>): Replace predicates
9257 with neon_struct_or_register_operand.
9258 (*movmisalign<mode>_neon_store, *movmisalign<mode>_neon_load): Use
9259 neon_struct_operand instead of memory_operand.
9260
9261 2011-07-12 Martin Jambor <mjambor@suse.cz>
9262
9263 * cgraph.h (cgraph_get_node_or_alias): Removed declaration.
9264 * cgraph.c (cgraph_get_node_or_alias): Removed.
9265 (change_decl_assembler_name): Changed all calls to
9266 cgraph_get_node_or_alias to a call to cgraph_get_node.
9267 (cgraph_make_decl_local): Likewise.
9268 * lto-symtab.c (lto_symtab_resolve_symbols): Likewise.
9269 * varasm.c (default_binds_local_p_1): Likewise.
9270 (decl_binds_to_current_def_p): Likewise.
9271
9272 2011-07-12 Jakub Jelinek <jakub@redhat.com>
9273
9274 PR tree-optimization/49712
9275 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle TARGET_MEM_REF.
9276
9277 2011-07-11 Bernd Schmidt <bernds@codesourcery.com>
9278
9279 * genautomata.c (add_arc): Return void. All callers changed.
9280 (make_automaton): Remove dead code.
9281
9282 2011-07-11 Richard Henderson <rth@redhat.com>
9283
9284 * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
9285 (DW_FRAME_POINTER_REGNUM): New.
9286 (expand_builtin_init_dwarf_reg_sizes): Use unsigned for rnum.
9287 (def_cfa_1): Do not convert reg to DWARF_FRAME_REGNUM here.
9288 (dwf_regno): New.
9289 (dwarf2out_flush_queued_reg_saves, dwarf2out_frame_debug_def_cfa,
9290 dwarf2out_frame_debug_adjust_cfa, dwarf2out_frame_debug_cfa_register,
9291 dwarf2out_frame_debug_cfa_expression, dwarf2out_frame_debug_expr):
9292 Use it.
9293 * dwarf2out.c (based_loc_descr): Use dwarf_frame_regnum.
9294 * dwarf2out.h (dwarf_frame_regnum): New.
9295 (struct cfa_loc): Document the domain of the reg member.
9296
9297 2011-07-11 Uros Bizjak <ubizjak@gmail.com>
9298
9299 * config/i386/i386.c (ix86_trampoline_init): Switch arms of if expr.
9300 Use offset everywhere. Always assert that offset <= TRAMPOLINE_SIZE.
9301
9302 2011-07-11 Jakub Jelinek <jakub@redhat.com>
9303
9304 PR debug/49676
9305 * dwarf2out.c (int_shift_loc_descriptor): New function.
9306 (int_loc_descriptor): If shorter, emit i as
9307 (i >> shift), shift, DW_OP_shl for suitable shift value.
9308 Similarly, try to optimize large negative values using
9309 DW_OP_neg of a positive value if shorter.
9310 (size_of_int_shift_loc_descriptor): New function.
9311 (size_of_int_loc_descriptor): Adjust to match int_loc_descriptor
9312 changes.
9313 (mem_loc_descriptor) <case CONST_INT>: Emit zero-extended constants
9314 that fit into DWARF2_ADDR_SIZE bytes as int_loc_descriptor +
9315 DW_OP_GNU_convert instead of DW_OP_GNU_const_type if the former
9316 is shorter.
9317 (resolve_addr_in_expr): Optimize DW_OP_plus_uconst with a large
9318 addend as added DW_OP_plus if it is shorter.
9319
9320 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9321
9322 * config/i386/sol2.h [!USE_GLD] (CTORS_SECTION_ASM_OP): Define.
9323 (DTORS_SECTION_ASM_OP): Define.
9324
9325 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9326
9327 * config/dfp-bit.c, config/dfp-bit.h: Move to ../libgcc.
9328 * config/t-dfprules: Move to ../libgcc/config.
9329 * config.gcc (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
9330 i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
9331 i[34567]86-*-kopensolaris*-gnu): Remove t-dfprules from tmake_file.
9332 (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
9333 Likewise.
9334 (i[34567]86-*-cygwin*): Likewise.
9335 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
9336 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
9337 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): Remove.
9338 (libgcc.mvars): Remove DFP_ENABLE, DFP_CFLAGS, D32PBIT_FUNCS,
9339 D64PBIT_FUNCS, D128PBIT_FUNCS.
9340
9341 2011-07-11 Richard Guenther <rguenther@suse.de>
9342
9343 * tree-vrp.c (simplify_conversion_using_ranges): Manually
9344 translate the source value-range through the conversion chain.
9345
9346 2011-07-11 Richard Sandiford <richard.sandiford@linaro.org>
9347
9348 * expr.c (expand_expr_real_1): Use expand_insn for movmisalign.
9349
9350 2011-07-11 Arthur Loiret <aloiret@debian.org>
9351
9352 * config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build
9353 a bi-arch compiler defaulting to 31-bit. In this case:
9354 (tmake_file): Add s390/t-linux64.
9355 * doc/install.texi: Add s390-linux to the list of targets supporting
9356 --enable-targets=all.
9357
9358 2011-07-11 Arthur Loiret <aloiret@debian.org>
9359 Matthias Klose <doko@debian.org>
9360
9361 * config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all', build
9362 a tri-arch compiler defaulting to 32-bit (ABI o32). In this case:
9363 (tm_file): Add mips/linux64.h.
9364 (tmake_file): Add mips/t-linux64.
9365 (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
9366 * config/mips/linux64.h (DRIVER_SELF_SPECS): Use MULTILIB_ABI_DEFAULT
9367 instead of hardcoded mabi=n32.
9368 * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
9369 tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
9370 convention.
9371
9372 2011-07-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9373
9374 * passes.c (init_optimization_passes): Add invariant motion pass
9375 after induction variable optimization.
9376
9377 2011-07-11 Georg-Johann Lay <avr@gjlay.de>
9378
9379 PR target/39633
9380 * config/avr/avr.c (notice_update_cc): For ashiftrt:QI, only
9381 offsets 1..5 set cc0 in a usable way.
9382
9383 2011-07-11 Romain Geissler <romain.geissler@gmail.com>
9384
9385 * tree.h (call_expr_arg): Remove.
9386 (call_expr_argp): Likewise.
9387
9388 2011-07-11 Eric Botcazou <ebotcazou@adacore.com>
9389
9390 * config/sparc/sparc.md (save_register_window_1): Rename to...
9391 (window_save): ...this.
9392 * config/sparc/sparc.c (emit_save_register_window): Rename to...
9393 (emit_window_save): ...this.
9394 (sparc_expand_prologue): Adjust to above renaming.
9395
9396 2011-07-10 H.J. Lu <hongjiu.lu@intel.com>
9397
9398 * config/i386/i386.c (ix86_trampoline_init): Use movl instead
9399 of movabs for x32.
9400
9401 2011-07-10 Richard Henderson <rth@redhat.com>
9402
9403 * config/i386/i386.c (x86_output_mi_thunk): Generate rtl and
9404 run final, instead of emitting text directly.
9405
9406 2011-07-10 H.J. Lu <hongjiu.lu@intel.com>
9407
9408 * config/i386/i386.c (ix86_option_override_internal): Turn on
9409 OPTION_MASK_ISA_64BIT for TARGET_X32. Only allow small and
9410 small PIC models for TARGET_X32.
9411
9412 2011-07-10 Hans-Peter Nilsson <hp@axis.com>
9413
9414 PR target/49684
9415 * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
9416 $(LIBGCC2_CFLAGS).
9417
9418 PR bootstrap/49680
9419 * config/cris/cris.c (cris_asm_output_case_end): Robustify against
9420 stray notes and debug insns by using prev_nonnote_nondebug_insn
9421 instead of PREV_INSN.
9422
9423 2011-07-09 Richard Henderson <rth@redhat.com>
9424
9425 * defaults.h (DWARF2_ADDR_SIZE, DWARF_OFFSET_SIZE,
9426 DWARF_TYPE_SIGNATURE_SIZE): Move from ...
9427 * dwarf2out.c: ... here.
9428 (output_all_cfis): Remove.
9429 (dwarf2out_switch_text_section): Use output_cfis directly.
9430 (size_of_locs): Export.
9431 (output_loc_sequence, output_loc_sequence_raw): Export.
9432 (div_data_align, need_data_align_sf_opcode, dwarf_cfi_name, output_cfi,
9433 output_cfi_directive, dwarf2out_emit_cfi, output_cfis, output_cfa_loc,
9434 output_cfa_loc_raw): Move to ...
9435 * dwarfcfi.c: ... here.
9436 * dwarf2out.h: Update decls.
9437
9438 2011-07-09 Richard Henderson <rth@redhat.com>
9439
9440 * defaults.h (DWARF_CIE_DATA_ALIGNMENT, DWARF_FRAME_RETURN_COLUMN,
9441 DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Move from ...
9442 * dwarf2cfi.c: ... here.
9443 (PTR_SIZE, DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE): Remove.
9444 (DWARF_ROUND, DWARF_CIE_ID): Remove.
9445 * dwarf2out.c (INCOMING_RETURN_ADDR_RTX): Remove.
9446 (DWARF2_FRAME_REG_OUT, DWARF_CIE_DATA_ALIGNMENT): Remove.
9447 (DWARF_FRAME_RETURN_COLUMN, DWARF_FRAME_REGNUM): Remove.
9448
9449 2011-07-09 Richard Henderson <rth@redhat.com>
9450
9451 * dwarf2cfi.c (cie_return_save): New.
9452 (queue_reg_save): Use compare_reg_or_pc.
9453 (dwarf2out_flush_queued_reg_saves): Handle pc_rtx as return column.
9454 (dwarf2out_frame_debug_expr): Likewise.
9455 (dwarf2out_frame_debug_cfa_register): Record saved reg for pc too.
9456 (initial_return_save): Likewise.
9457 (execute_dwarf2_frame): Save and restore initial return save from
9458 the cie to the fde.
9459 * config/mips/mips.c (mips_frame_set): Remove special case for
9460 DWARF_FRAME_RETURN_COLUMN.
9461
9462 2011-07-09 Richard Henderson <rth@redhat.com>
9463
9464 * dwarf2cfi.c (lookup_cfa): Remove.
9465 (execute_dwarf2_frame): Assert queues are empty on entry.
9466 Setup initial cfa directly, not via lookup_cfa.
9467 Don't clear args_size state here.
9468
9469 2011-07-09 Richard Henderson <rth@redhat.com>
9470
9471 * dwarf2cfi.c (add_cfi_vec): New.
9472 (add_cfi): Rename from add_fde_cfi. Add the element to add_cfi_vec.
9473 (def_cfa_1, reg_save): Remove for_cie argument. Update all callers.
9474 (execute_dwarf2_frame): Set add_cfi_vec.
9475
9476 2011-07-09 Richard Henderson <rth@redhat.com>
9477
9478 * defaults.h (ASM_COMMENT_START): Move here...
9479 * dwarf2asm.c: ... from here.
9480 * dwarf2out.c, final.c, vmsdbgout.c: Remove duplicates.
9481 * toplev.c: Remove ifndef tests of ASM_COMMENT_START.
9482 * varasm.c: Likewise.
9483
9484 2011-07-09 Richard Henderson <rth@redhat.com>
9485
9486 PR debug/49686
9487 * dwarf2cfi.c (dwarf2out_frame_debug): Don't set cfi_insn here...
9488 (create_cfi_notes): ... do it here instead.
9489
9490 2011-07-09 Jakub Jelinek <jakub@redhat.com>
9491
9492 PR debug/49676
9493 * dwarf2out.c (size_of_int_loc_descriptor): New function.
9494 (address_of_int_loc_descriptor): Use it.
9495 (scompare_loc_descriptor): Optimize EQ/NE comparison with constant.
9496
9497 2011-07-09 Richard Henderson <rth@redhat.com>
9498
9499 * config/pdp11/pdp11.md (define_c_enum "unspecv"): New.
9500 (prologue, epilogue): New.
9501 (return, *rts): New.
9502 (blockage, setd, seti): New.
9503 * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
9504 (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
9505 (pdp11_saved_regno): New.
9506 (pdp11_expand_prologue): Rename from pdp11_output_function_prologue;
9507 generate rtl instead of text.
9508 (pdp11_expand_epilogue): Similarly from pdp11_output_function_epilogue.
9509 (pdp11_sp_frame_offset): Export. Use pdp11_saved_regno.
9510 * config/pdp11/pdp11-protos.h: Update.
9511
9512 2011-07-09 Richard Henderson <rth@redhat.com>
9513
9514 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Don't
9515 try to insert an rtl prologue here.
9516 (rs6000_output_function_epilogue): Similarly.
9517 * config/rs6000/rs6000.md (prologue): Emit a barrier to
9518 satisfy !TARGET_SCHED_PROLOG.
9519 (epilogue, sibcall_epilogue): Likewise.
9520
9521 2011-07-09 Eric Botcazou <ebotcazou@adacore.com>
9522
9523 * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Move around.
9524 (FP_REG_P): Delete.
9525 (IN_OR_GLOBAL_P): Likewise.
9526
9527 2011-07-08 Jason Merrill <jason@redhat.com>
9528
9529 PR c++/45437
9530 * gimplify.c (goa_stabilize_expr): Handle RHS preevaluation in
9531 compound assignment.
9532
9533 * cgraph.c (cgraph_add_to_same_comdat_group): New.
9534 * cgraph.h: Declare it.
9535 * ipa.c (function_and_variable_visibility): Make sure thunks
9536 have the right visibility.
9537
9538 2011-07-08 Richard Henderson <rth@redhat.com>
9539
9540 PR bootstrap/49680
9541 * dwarf2cfi.c (dwarf2out_frame_debug): Insert cfi notes after
9542 any tablejump vector.
9543
9544 PR bootstrap/49680
9545 * dwarf2cfi.c (create_cfi_notes): Flush queued saves at the
9546 end of the prologue.
9547
9548 2011-07-08 Jakub Jelinek <jakub@redhat.com>
9549
9550 PR target/49621
9551 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Use
9552 CONST0_RTX (dest_mode) instead of const0_rtx as second operand of NE.
9553 * config/rs6000/vector.md (vector_select_<mode>,
9554 vector_select_<mode>_uns): Change second operand of NE to
9555 CONST0_RTX (<MODE>mode) instead of const0_rtx.
9556 * config/rs6000/altivec.md (*altivec_vsel<mode>,
9557 *altivec_vsel<mode>_uns): Expect second operand of NE to be
9558 zero_constant of the corresponding vector mode.
9559 * config/rs6000/vsx.md (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns):
9560 Likewise.
9561
9562 2011-07-08 Sebastian Pop <sebastian.pop@amd.com>
9563
9564 * graphite-dependences.c (build_alias_set_powerset): Remove
9565 continue from loop, add one more assert.
9566
9567 2011-07-08 Georg-Johann Lay <avr@gjlay.de>
9568
9569 PR target/46779
9570 * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
9571 In particular, allow 8-bit values in r28 and r29.
9572 (avr_hard_regno_scratch_ok): Disallow any register that might be
9573 part of the frame pointer.
9574 (avr_hard_regno_rename_ok): Same.
9575 (avr_legitimate_address_p): Don't allow SUBREGs.
9576
9577 2011-07-08 Julian Brown <julian@codesourcery.com>
9578
9579 * config/arm/neon.md (vec_shr_<mode>, vec_shl_<mode>): Disable in
9580 big-endian mode.
9581 (reduc_splus_<mode>, reduc_uplus_<mode>, reduc_smin_<mode>)
9582 (reduc_smax_<mode>, reduc_umin_<mode>, reduc_umax_<mode>)
9583 (neon_vec_unpack<US>_lo_<mode>, neon_vec_unpack<US>_hi_<mode>)
9584 (vec_unpack<US>_hi_<mode>, vec_unpack<US>_lo_<mode>)
9585 (neon_vec_<US>mult_lo_<mode>, vec_widen_<US>mult_lo_<mode>)
9586 (neon_vec_<US>mult_hi_<mode>, vec_widen_<US>mult_hi_<mode>)
9587 (vec_pack_trunc_<mode>, neon_vec_pack_trunc_<mode>): Disable for Q
9588 registers in big-endian mode.
9589
9590 2011-07-08 Bernd Schmidt <bernds@codesourcery.com>
9591
9592 * genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined
9593 in terms of another.
9594 (write_attr_value): Write a cast if necessary.
9595
9596 * defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.
9597 * doc/tm.texi.in (WORDS_BIG_ENDIAN): Mention REG_WORDS_BIG_ENDIAN.
9598 (REG_WORDS_BIG_ENDIAN): Document.
9599 * doc/tm.texi: Regenerate.
9600 * reload.c (operands_match_p): Take it into account.
9601 (reload_adjust_reg_for_mode): Likewise.
9602 * rtlanal.c (subreg_get_info): Likewise.
9603
9604 2011-07-08 Richard Guenther <rguenther@suse.de>
9605
9606 * fold-const.c (fold_binary_loc): Remove index +p PTR -> PTR +p index
9607 folding.
9608
9609 2011-07-08 Kai Tietz <ktietz@redhat.com>
9610
9611 * fold-const.c (fold_truth_andor): Factored out truth_andor
9612 label from fold_binary as function.
9613 (fold_binary_loc): Replace truth_andor lable
9614 by function fold_truth_andor.
9615
9616 2011-07-08 Kirill Yukhin <kirill.yukhin@intel.com>
9617
9618 PR middle-end/49519
9619 * calls.c (mem_overlaps_already_clobbered_arg_p): Additional
9620 check if address is stored in register. If so - give up.
9621 (check_sibcall_argument_overlap_1): Do not perform check of
9622 overlapping when it is call to address.
9623
9624 2011-07-08 Georg-Johann Lay <avr@gjlay.de>
9625
9626 * config/avr/avr.c (output_reload_insisf): Use 'REG_Z+1' instead
9627 of magic '31'.
9628
9629 2011-07-08 Bernd Schmidt <bernds@codesourcery.com>
9630
9631 * optabs.c (expand_binop): Use GET_MODE_PRECISION instead of
9632 GET_MODE_BITSIZE where appropriate.
9633 (widen_leading, expand_parity, expand_ctz, expand_ffs,
9634 expand_unop, expand_abs_nojump, expand_one_cmpl_abs_nojump,
9635 expand_float, expand_fix): Likewise.
9636 * expr.c (convert_move, convert_modes, expand_expr_real_2,
9637 expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
9638 * stor-layout.c (get_mode_bounds): Likewise.
9639 * cfgexpand.c (convert_debug_memory_address, expand_debug_expr):
9640 Likewise.
9641 * convert.c (convert_to_integer): Likewise.
9642 * expmed.c (expand_shift_1): Likewise.
9643
9644 * rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against
9645 a bitsize.
9646
9647 * optabs.c (expand_binop): Tighten conditions for doubleword
9648 expansions.
9649 (widen_bswap): Assert that mode bitsize and precision are the same.
9650 * stor-layout.c (get_best_mode): Skip modes that have lower
9651 precision than bitsize.
9652 * recog.c (simplify_while_replacing): Assert that bitsize and
9653 precision are the same.
9654
9655 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9656
9657 * Makefile.in (LIBGCOV): Remove.
9658 (libgcc.mvars): Remove LIBGCOV.
9659 * libgov.c: Move to ../libgcc.
9660
9661 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9662
9663 * config/fixed-bit.c, config/fixed-bit.h: Move to ../libgcc.
9664
9665 2011-07-08 Martin Jambor <mjambor@suse.cz>
9666
9667 * tree-sra.c (analyze_all_variable_accesses): Dump that a struture
9668 is too big for total scalarization.
9669
9670 2011-07-07 Richard Henderson <rth@redhat.com>
9671
9672 * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef.
9673 (DBX_DEBUGGING_INFO): Undef.
9674
9675 2011-07-07 Richard Henderson <rth@redhat.com>
9676
9677 * dwarf2out.c (output_cfi_directive): Export. Add FILE parameter.
9678 Handle some opcodes specially for debugging.
9679 * print-rtl.c: Include dwarf2out.h
9680 (print_rtx): Handle NOTE_INSN_CFI.
9681 * Makefile.in (print-rtl.o): Update.
9682
9683 2011-07-07 Richard Henderson <rth@redhat.com>
9684
9685 * tree-pass.h (pass_dwarf2_frame): Declare.
9686 * passes.c (init_optimization_passes): Add it.
9687 * dwarf2cfi.c (dwarf2out_frame_debug): Make static.
9688 (create_cfi_notes): Rename from dwarf2out_frame_debug_after_prologue;
9689 make static, do not call add_cfis_to_fde.
9690 (dwarf2out_frame_debug_init, dwarf2cfi_function_init,
9691 dwarf2out_frame_init): Merge into...
9692 (execute_dwarf2_frame): ... here. New function.
9693 (dwarf2out_do_frame, dwarf2out_do_cfi_asm): Make boolean. Change
9694 saved_do_cfi_asm to a tri-state variable.
9695 (gate_dwarf2_frame, pass_dwarf2_frame): New.
9696 * dwarf2out.c (dwarf2out_begin_prologue): Only allocate the fde
9697 if it has yet to be done. Don't call dwarf2cfi_function_init.
9698 * dwarf2out.h, debug.h: Update decls.
9699 * final.c (final_start_function): Don't call
9700 dwarf2out_frame_debug_init or dwarf2out_frame_debug_after_prologue.
9701 * lto-streamer-in.c (lto_init_eh): Don't call dwarf2out_frame_init.
9702 * toplev.c (lang_dependent_init): Likewise.
9703
9704 2011-07-07 Richard Henderson <rth@redhat.com>
9705
9706 * dwarf2out.c (fde_table, fde_table_allocated, fde_table_in_use,
9707 FDE_TABLE_INCREMENT): Replace with...
9708 (fde_vec): ... this, a new vector.
9709 (current_fde): Remove. Replace all users with cfun->fde.
9710 (output_call_frame_info): Use FOR_EACH_VEC_ELT over fde_vec.
9711 (size_of_aranges, dwarf2out_finish): Likewise.
9712 (dwarf2out_alloc_current_fde): Break out from ...
9713 (dwarf2out_begin_prologue): ... here.
9714 (dwarf2out_frame_init): Remove.
9715 * dwarf2cfi.c: Update all users of current_fde.
9716 (dwarf2out_frame_init): Rename from dwarf2cfi_frame_init.
9717 * dwarf2out.h: Update decls.
9718 (dw_fde_node): Add fde_index member.
9719 * function.h (struct function): Add fde member.
9720
9721 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
9722 Richard Henderson <rth@redhat.com>
9723
9724 * dwarf2cfi.c (add_cfi): Remove.
9725 (dwarf2out_cfi_label): Remove force argument. Only generate the
9726 label name.
9727 (add_fde_cfi): Simplify the different code paths.
9728 (add_cie_cfi): New.
9729 (old_cfa, old_cfa_remember): New.
9730 (def_cfa_1, reg_save): Remove label, add for_cie parameter.
9731 (last_reg_save_label): Remove.
9732 (dwarf2out_args_size, dwarf2out_stack_adjust, queue_reg_save,
9733 dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
9734 dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
9735 dwarf2out_frame_debug_cfa_expression,
9736 dwarf2out_frame_debug_cfa_restore,
9737 dwarf2out_frame_debug_cfa_window_save,
9738 dwarf2out_frame_debug_expr): Remove label parameter.
9739 (cfi_label_required_p, add_cfis_to_fde): New.
9740 (dwarf2out_frame_debug_after_prologue): New.
9741 (dwarf2cfi_frame_init): Initialize old_cfa.
9742 (dwarf2out_frame_debug_restore_state): Likewise.
9743 * dwarf2out.c (dwarf2out_emit_cfi): Only do output for cfi_asm.
9744 (dwarf2out_switch_text_section): Don't clear dw_fde_current_label here.
9745 * final.c (final_start_function): Call
9746 dwarf2out_frame_debug_after_prologue.
9747
9748 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
9749 Richard Henderson <rth@redhat.com>
9750
9751 * dwarf2cfi.c (cfi_insn): New.
9752 (dwarf2out_cfi_label): Don't emit cfi label here.
9753 (add_fde_cfi): Create a NOTE_INSN_CFI.
9754 (dwarf2out_frame_debug): Setup cfi_insn.
9755 (dwarf2out_frame_debug_init): Loop over insns creating CFI notes.
9756 (dwarf2out_cfi_begin_epilogue): Make static.
9757 (dwarf2out_frame_debug_restore_state): Make static.
9758 * dwarf2out.c (output_cfi_directive): Make static.
9759 (dwarf2out_emit_cfi): New.
9760 * dwarf2out.h: Update.
9761 * final.c (final): Remove CFI notes.
9762 (final_scan_insn): Don't call dwarf2out_cfi_begin_epilogue,
9763 dwarf2out_frame_debug_restore_state, dwarf2out_frame_debug.
9764 Handle NOTE_INSN_CFI and NOTE_INSN_CFI_LABEL.
9765 * insn-notes.def (NOTE_INSN_CFI): New.
9766 (NOTE_INSN_CFI_LABEL): New.
9767 * rtl.h (union rtunion_def): Add rt_cfi member.
9768 (XCFI, XCCFI, NOTE_CFI, NOTE_LABEL_NUMBER): New.
9769
9770 2011-07-07 Richard Henderson <rth@redhat.com>
9771
9772 * dwarf2cfi.c: New file.
9773 * Makefile.in (OBJS): Add it.
9774 (GTFILES): Add dwarf2cfi.c and dwarf2out.h.
9775 * gengtype.c (open_base_files): Include dwarf2out.h.
9776 * coretypes.h (enum var_init_status): Move from ...
9777 * rtl.h: ... here.
9778 * dwarf2out.c (saved_do_cfi_asm, dwarf2out_do_frame,
9779 dwarf2out_do_cfi_asm, cie_cfi_vec, dwarf2out_cfi_label_num,
9780 expand_builtin_dwarf_sp_column, init_return_column_size,
9781 expand_builtin_init_dwarf_reg_sizes, new_cfi, add_cfi,
9782 dwarf2out_cfi_label, emit_cfa_remember, any_cfis_emitted, add_fde_cfi,
9783 lookup_cfa_1, lookup_cfa, cfa, cfa_store, cfa_remember, args_size,
9784 old_args_size, cfa_equal_p, def_cfa_1, reg_save, initial_return_save,
9785 stack_adjust_offset, barrier_args_size, compute_barrier_args_size_1,
9786 compute_barrier_args_size, dwarf2out_args_size,
9787 dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust,
9788 queued_reg_saves, reg_saved_in_data, regs_saved_in_regs,
9789 compare_reg_or_pc, record_reg_saved_in_reg, last_reg_save_label,
9790 queue_reg_save, dwarf2out_flush_queued_reg_saves,
9791 clobbers_queued_reg_save, reg_saved_in, cfa_temp,
9792 dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
9793 dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
9794 dwarf2out_frame_debug_cfa_expression,
9795 dwarf2out_frame_debug_cfa_restore,
9796 dwarf2out_frame_debug_cfa_window_save, dwarf2out_frame_debug_expr,
9797 dwarf2out_frame_debug, dwarf2out_frame_debug_init,
9798 dwarf2out_cfi_begin_epilogue, dwarf2out_frame_debug_restore_state,
9799 get_cfa_from_loc_descr): Move to dwarf2cfi.c.
9800 (dw_cfi_ref, dw_fde_ref, dw_cfi_oprnd_ref, enum dw_cfi_oprnd_type,
9801 dw_cfi_oprnd, dw_cfi_node, cfi_vec, dw_cfa_location, dw_fde_node,
9802 dw_val_ref, dw_die_ref, const_dw_die_ref, dw_loc_descr_ref,
9803 dw_loc_list_ref, enum dw_val_class, dw_vec_const, dw_val_node,
9804 dw_loc_descr_node): Move to dwarf2out.h.
9805 (current_fde, output_cfi_directive, build_cfa_loc, get_address_mode,
9806 mem_loc_descriptor): Export.
9807 (build_cfa_aligned_loc): Export. Take CFA as a parameter.
9808 (dwarf2out_frame_init): Extract CIE generation code to
9809 dwarf2cfi_frame_init.
9810
9811 2011-07-07 Eric Botcazou <ebotcazou@adacore.com>
9812
9813 PR target/49660
9814 * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
9815 MASK_V8PLUS, remove commented out flag and reorder.
9816
9817 2011-07-07 Jakub Jelinek <jakub@redhat.com>
9818
9819 PR c/49644
9820 * c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
9821 one non-complex and one complex argument, call c_save_expr on both
9822 operands.
9823
9824 2011-07-07 Martin Jambor <mjambor@suse.cz>
9825
9826 PR middle-end/49495
9827 * cgraphunit.c (verify_edge_corresponds_to_fndecl): New function.
9828 (verify_cgraph_node): Some functinality moved to
9829 verify_edge_corresponds_to_fndecl, call it.
9830
9831 2011-07-07 Joseph Myers <joseph@codesourcery.com>
9832
9833 * config.gcc (*local*): Remove.
9834 * doc/install-old.texi: Don't mention local configurations.
9835
9836 2011-07-07 Jakub Jelinek <jakub@redhat.com>
9837
9838 PR debug/49522
9839 * df-problems.c (dead_debug_reset): Remove dead_debug_uses
9840 referencing debug insns that have been reset.
9841 (dead_debug_insert_before): Don't assert reg is non-NULL,
9842 instead return immediately if it is NULL.
9843
9844 2011-07-07 Joseph Myers <joseph@codesourcery.com>
9845
9846 * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove.
9847
9848 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
9849
9850 * hw-doloop.c: New file.
9851 * hw-doloop.h: New file.
9852 * Makefile.in (OBJS): Add hw-doloop.o.
9853 (hw-doloop.o): New rule.
9854 ($(obj_out_file)): Add hw-doloop.h dependency.
9855 * config/bfin/bfin.c: Include "hw-doloop.h".
9856 (loop_info, DEF_VEC_P for loop_info, loop_info_d): Remove.
9857 (bfin_dump_loops, bfin_bb_in_loop, bfin_scan_loop): Remove.
9858 (hwloop_optimize): Renamed from bfin_optimize_loop. Argument
9859 type changed to hwloop_info. Return bool, true if the loop was
9860 successfully optimized. Remove code that was moved to
9861 hw-doloop.c, and adjust other parts.
9862 (hwloop_fail): New static function, containing parts that used
9863 to be in bfin_optimize_loop.
9864 (bfin_discover_loop, bfin_discover_loops, free_loops,
9865 bfin_reorder_loops): Remove.
9866 (hwloop_pattern_reg): New static function.
9867 (bfin_doloop_hooks): New variable.
9868 (bfin_reorg_loops): Remove most code, call reorg_loops.
9869 * config/bfin/bfin.md (doloop_end splitter): Also enable if
9870 loop counter is a memory_operand.
9871
9872 2011-07-07 H.J. Lu <hongjiu.lu@intel.com>
9873
9874 * config.gcc: Support --with-multilib-list for x86 Linux targets.
9875
9876 * configure.ac: Mention x86-64 for --with-multilib-list.
9877 * configure: Regenerated.
9878
9879 * config/i386/gnu-user64.h (SPEC_64): Support x32.
9880 (SPEC_32): Likewise.
9881 (ASM_SPEC): Likewise.
9882 (LINK_SPEC): Likewise.
9883 (TARGET_THREAD_SSP_OFFSET): Likewise.
9884 (TARGET_THREAD_SPLIT_STACK_OFFSET): Likewise.
9885 (SPEC_X32): New.
9886
9887 * config/i386/i386.h (TARGET_X32): New.
9888 (TARGET_LP64): New.
9889 (LONG_TYPE_SIZE): Likewise.
9890 (POINTER_SIZE): Likewise.
9891 (POINTERS_EXTEND_UNSIGNED): Likewise.
9892 (OPT_ARCH64): Support x32.
9893 (OPT_ARCH32): Likewise.
9894
9895 * config/i386/i386.opt (mx32): New.
9896
9897 * config/i386/kfreebsd-gnu64.h (GNU_USER_LINK_EMULATIONX32): New.
9898 (GLIBC_DYNAMIC_LINKERX32): Likewise.
9899 * config/i386/linux64.h (GNU_USER_LINK_EMULATIONX32): Likewise.
9900 (GLIBC_DYNAMIC_LINKERX32): Likewise.
9901
9902 * config/linux.h (UCLIBC_DYNAMIC_LINKERX32): New.
9903 (BIONIC_DYNAMIC_LINKERX32): Likewise.
9904 (GNU_USER_DYNAMIC_LINKERX32): Likewise.
9905
9906 * config/i386/t-linux64: Support TM_MULTILIB_CONFIG.
9907
9908 * doc/install.texi: Document --with-multilib-list for Linux/x86-64.
9909
9910 * doc/invoke.texi: Document -mx32.
9911
9912 2011-07-07 Richard Sandiford <richard.sandiford@linaro.org>
9913
9914 * doc/invoke.texi (mwords-little-endian): Deprecate.
9915 * config/arm/arm.opt (mwords-little-endian): Likewise.
9916 * config/arm/arm.c (arm_option_override): Warn about the deprecation
9917 of -mwords-little-endian.
9918
9919 2011-07-07 Richard Sandiford <richard.sandiford@linaro.org>
9920
9921 * reload1.c (choose_reload_regs): Use mode sizes to check whether
9922 an old reload register completely defines the required value.
9923
9924 2011-07-07 Richard Guenther <rguenther@suse.de>
9925
9926 * fold-const.c (fold_unary_loc): Do not strip sign-changes
9927 for NEGATE_EXPR.
9928
9929 2011-07-07 Richard Guenther <rguenther@suse.de>
9930
9931 * tree-vrp.c (simplify_conversion_using_ranges): New function.
9932 (simplify_stmt_using_ranges): Call it.
9933
9934 2011-07-07 Kai Tietz <ktietz@redhat.com>
9935
9936 * tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
9937 (lookup_logical_inverted_value): Likewise.
9938 (simplify_bitwise_binary_1): Likewise.
9939 (simplify_bitwise_binary): Use simplify_bitwise_binary_1.
9940
9941 2011-07-07 Joseph Myers <joseph@codesourcery.com>
9942
9943 * gcc.c (%[Spec]): Don't document.
9944 (struct spec_list): Update comment.
9945 (do_spec_1): Don't handle %[Spec].
9946 * doc/invoke.texi (%[@var{name}]): Remove documentation of spec.
9947
9948 2011-07-07 Joseph Myers <joseph@codesourcery.com>
9949
9950 * common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't
9951 default based on TARGET_ASM_NAMED_SECTION.
9952 * common/common-target.def (have_named_sections): Default to true.
9953 * common/config/default-common.c: Don't include tm.h.
9954 * common/config/picochip/picochip-common.c
9955 (TARGET_HAVE_NAMED_SECTIONS): Don't define.
9956 * common/config/m32c/m32c-common.c: Remove.
9957 * config.gcc (m32c*-*-*): Set target_has_targetm_common=no.
9958 * config/alpha/osf5.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
9959 * config/i386/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
9960 * config/m68k/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
9961 * config/pa/som.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
9962 * config/pdp11/pdp11.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
9963 * config/vax/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
9964
9965 2011-07-07 Jakub Jelinek <jakub@redhat.com>
9966
9967 PR middle-end/49640
9968 * gimplify.c (gimplify_compound_lval): For last 2 ARRAY_*REF operands
9969 and last COMPONENT_REF operand call gimplify_expr on it if non-NULL.
9970
9971 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9972
9973 PR libmudflap/49550
9974 * gcc.c (MFWRAP_SPEC): Also wrap mmap64.
9975
9976 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9977
9978 PR target/39150
9979 * configure.ac (gcc_cv_as_hidden): Also accept
9980 x86_64-*-solaris2.1[0-9]*.
9981 (gcc_cv_as_cfi_directive): Likewise.
9982 (gcc_cv_as_comdat_group_group): Likewise.
9983 (set_have_as_tls): Likewise.
9984 * configure: Regenerate.
9985 * config.gcc (i[34567]86-*-solaris2*): Also handle
9986 x86_64-*-solaris2.1[0-9]*.
9987 * config.host (i[34567]86-*-solaris2*): Likewise.
9988 * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
9989 * config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
9990 [USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
9991 (TARGET_LD_EMULATION): Use it.
9992 * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
9993 (SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
9994 * config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
9995 (ASM_CPU64_DEFAULT_SPEC): Define.
9996 (ASM_CPU_SPEC): Use %(asm_cpu_default).
9997 (ASM_SPEC): Redefine.
9998 (DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
9999 * config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
10000 * doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*): Document.
10001 (Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
10002 configuration.
10003 (Specific, x86_64-*-solaris2.1[0-9]*): Document.
10004
10005 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10006
10007 * config/sol2.h (ASM_SPEC): Split into ...
10008 (ASM_SPEC_BASE, ASM_PIC_SPEC): ... this.
10009 * config/i386/sol2.h (ASM_SPEC): Define using ASM_SPEC_BASE.
10010 * config/i386/sol2-bi.h (ASM_CPU_SPEC): Redefine.
10011 (ASM_SPEC): Use ASM_SPEC_BASE.
10012 * config/sparc/sol2.h (ASM_SPEC): Redefine.
10013
10014 2011-07-07 Georg-Johann Lay <avr@gjlay.de>
10015
10016 * config/avr/avr.md (*reload_insi): Change predicate #1 to
10017 const_int_operand. Ditto for peep2 producing this insn.
10018 Add argument to output_reload_insisf call.
10019 (*movsi,*movsf): Add argument to output_movsisf call.
10020 (*reload_insf): New insn and new peep2 to produce it.
10021 * config/avr/avr-protos.h (output_movsisf): Change prototype.
10022 (output_reload_insisf): Change prototype.
10023 * config/avr/avr.c (avr_asm_len): New function.
10024 (output_reload_insisf): Rewrite.
10025 (output_movsisf): Change prototype. output_reload_insisf for
10026 all CONST_INT and CONST_DOUBLE. ALlow moving 0.0f to memory.
10027 (adjust_insn_length): Add argument to output_movsisf and
10028 output_reload_insisf call.
10029
10030 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
10031
10032 * emit-rtl.c (paradoxical_subreg_p): New function.
10033 * rtl.h (paradoxical_subreg_p): Declare.
10034 * combine.c (set_nonzero_bits_and_sign_copies, get_last_value,
10035 apply_distributive_law, simplify_comparison, simplify_set): Use it.
10036 * cse.c (record_jump_cond, cse_insn): Likewise.
10037 * expr.c (force_operand): Likewise.
10038 * rtlanal.c (num_sign_bit_copies1): Likewise.
10039 * reload1.c (eliminate_regs_1, strip_paradoxical_subreg): Likewise.
10040 * reload.c (push_secondary_reload, find_reloads_toplev): Likewise.
10041 (push_reload): Use precision to check for paradoxical subregs.
10042 * expmed.c (extract_bit_field_1): Likewise.
10043
10044 * machmode.h (HWI_COMPUTABLE_MODE_P): New macro.
10045 * combine.c (set_nonzero_bits_and_sign_copies): Use it.
10046 (find_split-point, combine_simplify_rtx, simplify_if_then_else,
10047 simplify_set, simplify_logical, expand_compound_operation,
10048 make_extraction, force_to_mode, if_then_else_cond, extended_count,
10049 try_widen_shift_mode, simplify_shift_const_1, simplify_comparison,
10050 record_value_for_reg): Likewise.
10051 * expmed.c (expand_widening_mult, expand_mult_highpart): Likewise.
10052 * simplify-rtx. c (simplify_unary_operation_1,
10053 simplify_binary_operation_1, simplify_const_relational_operation):
10054 Likewise.
10055
10056 * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION
10057 instead of GET_MODE_BITSIZE where appropriate.
10058 * rtlanal.c (subreg_lsb_1, subreg_get_info, nonzero_bits1,
10059 num_sign_bit_copies1, canonicalize_condition, low_bitmask_len,
10060 init_num_sign_bit_copies_in_rep): Likewise.
10061 * cse.c (fold_rtx, cse_insn): Likewise.
10062 * loop-doloop.c (doloop_modify, doloop_optimize): Likewise.
10063 * simplify-rtx.c (simplify_unary_operation_1,
10064 simplify_const_unary_operation, simplify_binary_operation_1,
10065 simplify_const_binary_operation, simplify_ternary_operation,
10066 simplify_const_relational_operation, simplify_subreg): Likewise.
10067 * combine.c (try_combine, find_split_point, combine_simplify_rtx,
10068 simplify_if_then_else, simplify_set, expand_compound_operation,
10069 expand_field_assignment, make_extraction, if_then_else_cond,
10070 make_compound_operation, force_to_mode, make_field_assignment,
10071 reg_nonzero_bits_for_combine, reg_num_sign_bit_copies_for_combine,
10072 extended_count, try_widen_shift_mode, simplify_shift_const_1,
10073 simplify_comparison, record_promoted_value, simplify_compare_const,
10074 record_dead_and_set_regs_1): Likewise.
10075
10076 Revert:
10077 * simplify-rtx.c (simplify_const_binary_operation): Use the
10078 shift_truncation_mask hook instead of performing modulo by width.
10079 Compare against mode precision, not bitsize.
10080 * combine.c (combine_simplify_rtx, simplify_shift_const_1):
10081 Use shift_truncation_mask instead of constructing the value manually.
10082
10083 2011-07-06 Michael Meissner <meissner@linux.vnet.ibm.com>
10084
10085 * config/rs6000/rs6000-protos.h (rs6000_call_indirect_aix): New
10086 declaration.
10087 (rs6000_save_toc_in_prologue_p): Ditto.
10088
10089 * config/rs6000/rs6000.opt (-mr11): New switch to disable loading
10090 up the static chain (r11) during indirect function calls.
10091 (-msave-toc-indirect): New undocumented debug switch.
10092
10093 * config/rs6000/rs6000.c (struct machine_function): Add
10094 save_toc_in_prologue field to note whether the prologue needs to
10095 save the TOC value in the reserved stack location.
10096 (rs6000_emit_prologue): Use TOC_REGNUM instead of 2. If we need
10097 to save the TOC in the prologue, do so.
10098 (rs6000_trampoline_init): Don't allow creating AIX style
10099 trampolines if -mno-r11 is in effect.
10100 (rs6000_call_indirect_aix): New function to create AIX style
10101 indirect calls, adding support for -mno-r11 to suppress loading
10102 the static chain, and saving the TOC in the prologue instead of
10103 the call body.
10104 (rs6000_save_toc_in_prologue_p): Return true if we are saving the
10105 TOC in the prologue.
10106
10107 * config/rs6000/rs6000.md (STACK_POINTER_REGNUM): Add more fixed
10108 register numbers.
10109 (TOC_REGNUM): Ditto.
10110 (STATIC_CHAIN_REGNUM): Ditto.
10111 (ARG_POINTER_REGNUM): Ditto.
10112 (SFP_REGNO): Delete, unused.
10113 (TOC_SAVE_OFFSET_32BIT): Add constants for AIX TOC save and
10114 function descriptor offsets.
10115 (TOC_SAVE_OFFSET_64BIT): Ditto.
10116 (AIX_FUNC_DESC_TOC_32BIT): Ditto.
10117 (AIX_FUNC_DESC_TOC_64BIT): Ditto.
10118 (AIX_FUNC_DESC_SC_32BIT): Ditto.
10119 (AIX_FUNC_DESC_SC_64BIT): Ditto.
10120 (ptrload): New mode attribute for the appropriate load of a pointer.
10121 (call_indirect_aix32): Delete, rewrite AIX indirect function calls.
10122 (call_indirect_aix64): Ditto.
10123 (call_value_indirect_aix32): Ditto.
10124 (call_value_indirect_aix64): Ditto.
10125 (call_indirect_nonlocal_aix32_internal): Ditto.
10126 (call_indirect_nonlocal_aix32): Ditto.
10127 (call_indirect_nonlocal_aix64_internal): Ditto.
10128 (call_indirect_nonlocal_aix64): Ditto.
10129 (call): Rewrite AIX indirect function calls. Add support for
10130 eliminating the static chain, and for moving the save of the TOC
10131 to the function prologue.
10132 (call_value): Ditto.
10133 (call_indirect_aix<ptrsize>): Ditto.
10134 (call_indirect_aix<ptrsize>_internal): Ditto.
10135 (call_indirect_aix<ptrsize>_internal2): Ditto.
10136 (call_indirect_aix<ptrsize>_nor11): Ditto.
10137 (call_value_indirect_aix<ptrsize>): Ditto.
10138 (call_value_indirect_aix<ptrsize>_internal): Ditto.
10139 (call_value_indirect_aix<ptrsize>_internal2): Ditto.
10140 (call_value_indirect_aix<ptrsize>_nor11): Ditto.
10141 (call_nonlocal_aix32): Relocate in the rs6000.md file.
10142 (call_nonlocal_aix64): Ditto.
10143
10144 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mr11 and
10145 -mno-r11 documentation.
10146
10147 2011-07-06 Jonathan Wakely <jwakely.gcc@gmail.com>
10148
10149 PR other/49658
10150 * doc/extend.texi (Compound Literals): Fix typo.
10151
10152 2011-07-06 James Greenhalgh <james.greenhalgh@arm.com>
10153
10154 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add __ARM_FEATURE_DSP.
10155
10156 2011-07-06 Basile Starynkevitch <basile@starynkevitch.net>
10157
10158 * configure.ac (plugin-version.h): Generate
10159 GCCPLUGIN_VERSION_MAJOR, GCCPLUGIN_VERSION_MINOR,
10160 GCCPLUGIN_VERSION_PATCHLEVEL, GCCPLUGIN_VERSION constant integer
10161 macros.
10162
10163 * configure: Regenerate.
10164
10165 * doc/plugins.texi (Building GCC plugins): Mention
10166 GCCPLUGIN_VERSION ... constant macros in plugin-version.h.
10167
10168 2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
10169
10170 * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
10171 * combine.c (make_extraction, gen_lowpart_or_truncate,
10172 apply_distributive_law, simplify_comparison,
10173 reg_truncated_to_mode, record_truncated_value): Use it.
10174 * cse.c (notreg_cost): Likewise.
10175 * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
10176 * expr.c (convert_move, convert_modes): Likewise.
10177 * optabs.c (expand_binop, expand_unop): Likewise.
10178 * postreload.c (move2add_last_label): Likewise.
10179 * regmove.c (optimize_reg_copy_3): Likewise.
10180 * rtlhooks.c (gen_lowpart_general): Likewise.
10181 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
10182
10183 2011-07-06 Joseph Myers <joseph@codesourcery.com>
10184
10185 * config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
10186
10187 2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
10188
10189 * cse.c (find_comparison_args): Use val_mode_signbit_set_p.
10190 * simplify-rtx.c (mode_signbit_p): Use GET_MODE_PRECISION.
10191 (val_mode_signbit_p, val_mode_signbit_set_p): New functions.
10192 (simplify_const_unary_operation, simplify_binary_operation_1,
10193 simplify_const_binary_operation, simplify_const_relational_operation):
10194 Use them. Use GET_MODE_MASK for masking and sign-extensions.
10195 * combine.c (set_nonzero_bits_and_sign_copies, simplify_set,
10196 combine_simplify_rtx, force_to_mode, reg_nonzero_bits_for_combine,
10197 simplify_shift_const_1, simplify_comparison): Likewise.
10198 * expr.c (convert_modes): Likewise.
10199 * rtlanal.c (nonzero_bits1, canonicalize_condition): Likewise.
10200 * expmed.c (emit_cstore, emit_store_flag_1, emit_store_flag): Likewise.
10201 * rtl.h (val_mode_signbit_p, val_mode_signbit_set_p): Declare.
10202
10203 * simplify-rtx.c (simplify_ternary_operation): Remove dead code.
10204
10205 2011-07-06 Richard Guenther <rguenther@suse.de>
10206
10207 PR tree-optimization/49645
10208 * c-decl.c (finish_decl): Also set DECL_HARD_REGISTER for global
10209 register variables.
10210 * tree-ssa-sccvn.c (vn_reference_op_eq): Disregard differences
10211 in type qualification here ...
10212 (copy_reference_ops_from_ref): ... not here.
10213 (vn_reference_lookup_3): ... or here.
10214 (copy_reference_ops_from_ref): Record decl bases as MEM[&decl].
10215 (vn_reference_lookup): Do the lookup with a valueized ao-ref.
10216
10217 2011-07-06 Ian Lance Taylor <iant@google.com>
10218
10219 * doc/install.texi (Configuration): It's
10220 --enable-gnu-indirect-function, not --enable-indirect-function.
10221
10222 2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
10223
10224 * simplify-rtx.c (simplify_const_binary_operation): Use the
10225 shift_truncation_mask hook instead of performing modulo by width.
10226 Compare against mode precision, not bitsize.
10227 * combine.c (combine_simplify_rtx, simplify_shift_const_1):
10228 Use shift_truncation_mask instead of constructing the value manually.
10229
10230 2011-07-06 H.J. Lu <hongjiu.lu@intel.com>
10231
10232 PR middle-end/47383
10233 * tree-ssa-address.c (addr_for_mem_ref): Use pointer_mode for
10234 address computation and convert to address_mode if needed.
10235
10236 2011-07-06 Richard Guenther <rguenther@suse.de>
10237
10238 * tree.c (build_common_tree_nodes_2): Merge with
10239 build_common_tree_nodes.
10240 * tree.h (build_common_tree_nodes): Adjust prototype.
10241 (build_common_tree_nodes_2): Remove.
10242 * doc/tm.texi.in (lang_hooks.builtin_function): Adjust.
10243 * doc/tm.texi (lang_hooks.builtin_function): Regenerate.
10244
10245 2011-07-05 Jakub Jelinek <jakub@redhat.com>
10246
10247 PR tree-optimization/49618
10248 * tree-eh.c (tree_could_trap_p) <case CALL_EXPR>: For DECL_WEAK
10249 t recurse on the decl.
10250 <case FUNCTION_DECL, case VAR_DECL>: For DECL_WEAK decls
10251 return true if expr isn't known to be defined in current
10252 TU or some other LTO partition.
10253
10254 2011-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
10255
10256 * params.def (PARAM_CASE_VALUES_THRESHOLD): New parameter to
10257 override CASE_VALUES_THRESHOLD.
10258
10259 * stmt.c (toplevel): Include params.h.
10260 (case_values_threshold): Use the --param case-values-threshold
10261 value if non-zero, otherwise use machine dependent value.
10262 (expand_case): Use case_values_threshold.
10263
10264 * Makefile.in (stmt.o): Add $(PARAMS_H) dependency.
10265
10266 * doc/invoke.texi (--param case-values-threshold): Document.
10267
10268 2011-07-05 Richard Henderson <rth@redhat.com>
10269
10270 * dwarf2out.c (dwarf2out_cfi_label): Make static.
10271 (dwarf2out_flush_queued_reg_saves): Make static.
10272 (dwarf2out_reg_save): Remove.
10273 (dwarf2out_return_save): Remove.
10274 (dwarf2out_return_reg): Remove.
10275 (dwarf2out_reg_save_reg): Remove.
10276 (dwarf2out_def_cfa): Merge into ...
10277 (dwarf2out_frame_init): ... here.
10278 * dwarf2out.h, tree.h: Remove declarations as necessary.
10279
10280 2011-07-05 Richard Henderson <rth@redhat.com>
10281
10282 * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): Remove.
10283 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
10284 (ia64_expand_epilogue): Emit an empty FRAME_RELATED_EXPR for
10285 the alloc insn.
10286
10287 * config/ia64/ia64.c (ia64_emit_deleted_label_after_insn): Remove.
10288 (IA64_CHANGE_CFA_IN_EPILOGUE): Remove.
10289 (process_epilogue): Don't call dwarf2out_def_cfa.
10290
10291 * config/ia64/ia64.c (ia64_expand_prologue): Use pc_rtx to
10292 indicate the return address save.
10293 (process_cfa_register): Likewise.
10294
10295 * config/ia64/ia64.c (ia64_dwarf2out_def_steady_cfa): Remove.
10296 (process_cfa_adjust_cfa, ia64_asm_unwind_emit): Don't call it.
10297
10298 * config/ia64/ia64.c (ia64_expand_prologue): Emit REG_CFA_REGISTER
10299 for ar.pfs save at alloc insn.
10300
10301 2011-07-05 Richard Henderson <rth@redhat.com>
10302
10303 * config/arm/arm.c (arm_dwarf_handle_frame_unspec): Remove.
10304 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
10305 (arm_expand_prologue): Use REG_CFA_REGISTER to mark the
10306 stack pointer save.
10307 (arm_unwind_emit_set): Don't recognize UNSPEC_STACK_ALIGN.
10308 (arm_unwind_emit): Walk REG_NOTES for unwinding notes. Emit
10309 proper unwind info for a REG_CFA_REGISTER save of stack pointer.
10310 * config/arm/arm.md (UNSPEC_STACK_ALIGN): Remove.
10311
10312 2011-07-05 Richard Henderson <rth@redhat.com>
10313
10314 * config/vax/vax.md (define_c_enum unspecv): New. Define the
10315 VUNSPEC_* constants here instead of via define_constants.
10316 (VUNSPEC_PEM): New constant.
10317 (procedure_entry_mask): New insn.
10318 (prologue): New expander.
10319 * config/vax/vax.c (vax_add_reg_cfa_offset): New.
10320 (vax_expand_prologue): Rename from vax_output_function_prologue;
10321 emit rtl instead of text.
10322 (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
10323 (print_operand): Add 'x' prefix.
10324
10325 2011-07-05 H.J. Lu <hongjiu.lu@intel.com>
10326
10327 PR middle-end/47715
10328 * calls.c (precompute_register_parameters): Promote the function
10329 argument before checking non-legitimate constant.
10330
10331 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
10332
10333 PR tree-optimization/47654
10334 * graphite-blocking.c (pbb_strip_mine_time_depth): Do not return bool.
10335 (lst_do_strip_mine_loop): Return an int.
10336 (lst_do_strip_mine): Same.
10337 (scop_do_strip_mine): Same.
10338 (scop_do_block): Loop blocking should strip-mine at least two loops.
10339 * graphite-interchange.c (lst_interchange_select_outer): Return an int.
10340 (scop_do_interchange): Same.
10341 * graphite-poly.h (scop_do_interchange): Update declaration.
10342 (scop_do_strip_mine): Same.
10343
10344 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
10345
10346 * graphite-clast-to-gimple.c (precision_for_value): Removed.
10347 (precision_for_interval): Removed.
10348 (gcc_type_for_interval): Use mpz_sizeinbase.
10349
10350 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
10351
10352 * graphite-ppl.h (value_max): Correct computation of max.
10353
10354 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
10355
10356 * graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
10357
10358 2011-07-05 Richard Guenther <rguenther@suse.de>
10359
10360 * c-decl.c (c_init_decl_processing): Defer building common
10361 tree nodes to c_common_nodes_and_builtins.
10362
10363 2011-07-05 Razya Ladelsky <razya@il.ibm.com>
10364
10365 PR tree-optimization/49580
10366 * tree-cfg.c (gimple_duplicate_sese_tail): Remove handling of
10367 the loop's number of iterations.
10368 * tree-parloops.c (transform_to_exit_first_loop): Add the
10369 handling of the loop's number of iterations before the call
10370 to gimple_duplicate_sese_tail.
10371 Insert the stmt caclculating the new rhs of the loop's
10372 condition stmt to the preheader instead of iters_bb.
10373
10374 2011-07-05 H.J. Lu <hongjiu.lu@intel.com>
10375
10376 PR rtl-optimization/47449
10377 * fwprop.c (forward_propagate_subreg): Don't propagate hard
10378 register nor zero/sign extended hard register.
10379
10380 2011-07-05 Richard Guenther <rguenther@suse.de>
10381
10382 PR tree-optimization/49518
10383 PR tree-optimization/49628
10384 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Skip
10385 irrelevant and invariant data-references.
10386 (vect_analyze_data_ref_access): For invariant loads clear the
10387 group association.
10388
10389 2011-07-04 Jakub Jelinek <jakub@redhat.com>
10390
10391 PR rtl-optimization/49619
10392 * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
10393 pass VOIDmode as op0_mode to recursive call, and return temp even
10394 when different from tor, just if it is not IOR of the original
10395 PLUS arguments.
10396
10397 PR rtl-optimization/49472
10398 * simplify-rtx.c (simplify_unary_operation_1) <case NEG>: When
10399 negating MULT, negate the second operand instead of first.
10400 (simplify_binary_operation_1) <case MULT>: If one operand is
10401 a NEG and the other is MULT, don't attempt to optimize by negation
10402 of the MULT operand if it only moves the NEG operation around.
10403
10404 PR debug/49602
10405 * tree-into-ssa.c (rewrite_debug_stmt_uses): Disregard
10406 get_current_def return value if it can't be trusted to be
10407 the current value of the variable in the current bb.
10408
10409 2011-07-04 Uros Bizjak <ubizjak@gmail.com>
10410
10411 PR target/49600
10412 * config/i386/i386.md (SSE2 int->float split): Push operand 1 in
10413 general register to memory for !TARGET_INTER_UNIT_MOVES.
10414
10415 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
10416
10417 PR target/44643
10418 * config/avr/avr.c (avr_insert_attributes): Use TYPE_READONLY
10419 instead of TREE_READONLY.
10420
10421 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
10422
10423 * doc/extend.texi (AVR Built-in Functions): Update documentation
10424 of __builtin_avr_fmul*.
10425 * config/avr/avr.c (avr_init_builtins): Don't depend on AVR_HAVE_MUL.
10426 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Ditto.
10427 * config/avr/avr.md (fmul): Rename to fmul_insn.
10428 (fmuls): Rename to fmuls_insn.
10429 (fmulsu): Rename to fmulsu_insn.
10430 (fmul,fmuls,fmulsu): New expander.
10431 (*fmul.call,*fmuls.call,*fmulsu.call): New Insn.
10432 * config/avr/t-avr (LIB1ASMFUNCS): Add _fmul, _fmuls, _fmulsu.
10433 * config/avr/libgcc.S (__fmul): New function.
10434 (__fmuls): New function.
10435 (__fmulsu,__fmulsu_exit): New function.
10436
10437 2011-07-04 Richard Guenther <rguenther@suse.de>
10438
10439 PR tree-optimization/49615
10440 * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
10441 basic-block index check.
10442
10443 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
10444
10445 * longlong.h (count_leading_zeros, count_trailing_zeros,
10446 COUNT_LEADING_ZEROS_0): Define for target avr if W_TYPE_SIZE is 16
10447 resp. 64.
10448
10449 2011-07-03 Ira Rosen <ira.rosen@linaro.org>
10450
10451 PR tree-optimization/49610
10452 * tree-vect-loop.c (vect_is_slp_reduction): Check that DEF_STMT has
10453 a basic block.
10454
10455 2011-07-02 Eric Botcazou <ebotcazou@adacore.com>
10456 Olivier Hainque <hainque@adacore.com>
10457 Nicolas Setton <setton@adacore.com>
10458
10459 * tree.h (TYPE_ARTIFICIAL): New flag.
10460 * dwarf2out.c (modified_type_die): Add a DW_AT_artificial attribute to
10461 the DIE of the type if it is artificial.
10462 (gen_array_type_die): Likewise.
10463 (gen_enumeration_type_die): Likewise.
10464 (gen_struct_or_union_type_die): Likewise.
10465 * lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
10466 * lto-streamer-out.c (pack_ts_base_value_fields): Likewise.
10467
10468 2011-07-01 Jakub Jelinek <jakub@redhat.com>
10469
10470 * tree-object-size.c (pass_through_call): Handle
10471 BUILT_IN_ASSUME_ALIGNED.
10472
10473 2011-07-01 Martin Jambor <mjambor@suse.cz>
10474
10475 * tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.
10476
10477 2011-07-01 H.J. Lu <hongjiu.lu@intel.com>
10478
10479 PR middle-end/48016
10480 * explow.c (update_nonlocal_goto_save_area): Use proper mode
10481 for stack save area.
10482 * function.c (expand_function_start): Likewise.
10483
10484 2011-07-01 Richard Guenther <rguenther@suse.de>
10485
10486 PR middle-end/49596
10487 * cgraph.h (varpool_all_refs_explicit_p): Not analyzed nodes
10488 may have unknown refs.
10489
10490 2011-07-01 Kai Tietz <ktietz@redhat.com>
10491
10492 * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
10493
10494 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10495
10496 * config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
10497 * doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
10498 (Specific, mips-sgi-irix6): Likewise.
10499
10500 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10501
10502 PR libmudflap/49549
10503 * doc/sourcebuild.texi (Effective-Target Keywords): Document gld.
10504
10505 2011-07-01 Jakub Jelinek <jakub@redhat.com>
10506
10507 * tree-pretty-print.c (dump_generic_code) <case CONSTRUCTOR>: Print
10508 [idx]= and [idx1 ... idx2]= before initializers if needed for
10509 array initializers.
10510
10511 2011-07-01 Chen Liqin <liqin.gcc@gmail.com>
10512
10513 * config.gcc (score-*-elf): Remove score7.o.
10514 * config/score/t-score-elf: Likewise.
10515 * config/score/score.c: Merge score7 to score.c and
10516 remove forwarding functions.
10517 * config/score/score7.c: Deleted.
10518 * config/score/score7.h: Deleted.
10519
10520 2011-07-01 Richard Guenther <rguenther@suse.de>
10521
10522 PR tree-optimization/49603
10523 * tree-vect-stmts.c (vectorizable_load): Remove unnecessary assert.
10524
10525 2011-06-30 Martin Jambor <mjambor@suse.cz>
10526
10527 * tree-sra.c (struct access): Rename total_scalarization to
10528 grp_total_scalarization
10529 (completely_scalarize_var): New function.
10530 (sort_and_splice_var_accesses): Set total_scalarization in the
10531 representative access.
10532 (analyze_access_subtree): Propagate total scalarization accross the
10533 tree, no holes in totally scalarized trees, simplify coverage
10534 computation.
10535 (analyze_all_variable_accesses): Call completely_scalarize_var instead
10536 of completely_scalarize_record.
10537
10538 2011-06-30 Richard Henderson <rth@redhat.com>
10539
10540 * config/i386/i386.h (X86_TUNE_DEEP_BRANCH_PREDICTION): Remove.
10541 (TARGET_DEEP_BRANCH_PREDICTION): Remove.
10542 * config/i386/i386.c: Don't include dwarf2out.h.
10543 (initial_ix86_tune_features): Remove X86_TUNE_DEEP_BRANCH_PREDICTION.
10544 (output_set_got): Don't test TARGET_DEEP_BRANCH_PREDICTION, delete
10545 all code dead thereafter. Don't do dwarf2out_flush_queued_reg_saves.
10546 (ix86_expand_prologue): Set REG_CFA_FLUSH_QUEUE on set_got insn.
10547 (machopic_output_stub): Don't test TARGET_DEEP_BRANCH_PREDICTION.
10548
10549 2011-06-30 Richard Henderson <rth@redhat.com>
10550
10551 * reg-notes.def (REG_CFA_FLUSH_QUEUE): New.
10552 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
10553 * final.c (final_scan_insn): Look for it, and invoke
10554 dwarf2out_frame_debug before the insn if found.
10555
10556 2011-06-30 Richard Henderson <rth@redhat.com>
10557
10558 * dwarf2out.c (dwarf2out_frame_debug_cfa_offset): Allow PC_RTX
10559 as a source, and interpret that as DWARF_FRAME_RETURN_COLUMN.
10560
10561 2011-06-30 Richard Henderson <rth@redhat.com>
10562
10563 * dwarf2out.c (struct reg_saved_in_data): Provide a typedef.
10564 Define a vector of this type.
10565 (regs_saved_in_regs): Use a VEC.
10566 (num_regs_saved_in_regs): Remove.
10567 (compare_reg_or_pc): New.
10568 (record_reg_saved_in_reg): Split out from...
10569 (dwarf2out_flush_queued_reg_saves): ... here.
10570 (clobbers_queued_reg_save): Update for VEC.
10571 (reg_saved_in): Likewise.
10572 (dwarf2out_frame_debug_init): Likewise.
10573 (dwarf2out_reg_save_reg): Use record_reg_saved_in_reg.
10574 (dwarf2out_frame_debug_cfa_register): Likewise.
10575
10576 2011-06-30 Eric Botcazou <ebotcazou@adacore.com>
10577
10578 PR tree-optimization/49572
10579 * tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
10580 type of the RHS instead of that of the LHS for the expression type.
10581
10582 2011-06-30 Eric Botcazou <ebotcazou@adacore.com>
10583
10584 * df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro
10585 unconditionally.
10586
10587 2011-06-30 Richard Guenther <rguenther@suse.de>
10588
10589 * opts.c (finish_options): Do not disable IPA-PTA during ltrans.
10590 * tree-ssa-structalias.c (create_variable_info_for): Do not
10591 add initial constraints for non-var-decls. Properly handle
10592 globals in other ltrans partitions.
10593 (intra_create_variable_infos): Manually create constraints for
10594 the fake no-alias parameter.
10595 (ipa_pta_execute): Dump the cgraph, handle ltrans partitions properly
10596 and assert there are no clones.
10597
10598 2011-06-30 Richard Guenther <rguenther@suse.de>
10599
10600 PR tree-optimization/46787
10601 * tree-data-ref.c (dr_address_invariant_p): Remove.
10602 (find_data_references_in_stmt): Invariant accesses are ok now.
10603 * tree-vect-stmts.c (vectorizable_load): Handle invariant loads.
10604 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
10605 invariant loads.
10606
10607 2011-06-30 Martin Jambor <mjambor@suse.cz>
10608
10609 PR tree-optimization/49094
10610 * tree-sra.c (tree_non_mode_aligned_mem_p): New function.
10611 (build_accesses_from_assign): Use it.
10612
10613 2011-06-30 Jakub Jelinek <jakub@redhat.com>
10614
10615 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
10616 handling of BUILT_IN_ASSUME_ALIGNED.
10617
10618 PR debug/49364
10619 * dwarf2out.c (output_abbrev_section): Don't return early
10620 if abbrev_die_table_in_use is 1.
10621 (dwarf2out_finish): Instead don't call output_abbrev_section
10622 nor emit abbrev_section_label in that case.
10623
10624 2011-06-30 Nick Clifton <nickc@redhat.com>
10625
10626 * config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
10627 for the V850E.
10628
10629 2011-06-30 Jakub Jelinek <jakub@redhat.com>
10630
10631 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
10632 handling of BUILT_IN_MEMPCPY_CHK and BUILT_IN_STPCPY_CHK.
10633
10634 2011-06-30 Ira Rosen <ira.rosen@linaro.org>
10635
10636 * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
10637 both pattern and original statements if necessary.
10638 (vect_transform_loop): Likewise.
10639 * tree-vect-patterns.c (vect_pattern_recog): Update documentation.
10640 * tree-vect-stmts.c (vect_mark_relevant): Add new argument.
10641 Mark the pattern statement only if the original statement doesn't
10642 have its own uses.
10643 (process_use): Call vect_mark_relevant with additional parameter.
10644 (vect_mark_stmts_to_be_vectorized): Likewise.
10645 (vect_get_vec_def_for_operand): Use vectorized pattern statement.
10646 (vect_analyze_stmt): Handle both pattern and original statements
10647 if necessary.
10648 (vect_transform_stmt): Don't store vectorized pattern statement
10649 in the original statement.
10650 (vect_is_simple_use_1): Use related pattern statement only if the
10651 original statement is irrelevant.
10652 * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
10653
10654 2011-06-29 Changpeng Fang <changpeng.fang@amd.com>
10655
10656 * config/i386/i386.opt (mprefer-avx128): Redefine the flag as a Mask
10657 option.
10658 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_AVX128_OPTIMAL
10659 entry.
10660 (TARGET_AVX128_OPTIMAL): New definition.
10661 * config/i386/i386.c (initial_ix86_tune_features): Initialize
10662 X86_TUNE_AVX128_OPTIMAL entry.
10663 (ix86_option_override_internal): Enable the generation
10664 of the 128-bit instructions when TARGET_AVX128_OPTIMAL is set.
10665 (ix86_preferred_simd_mode): Use TARGET_PREFER_AVX128.
10666 (ix86_autovectorize_vector_sizes): Use TARGET_PREFER_AVX128.
10667
10668 2011-06-29 Eric Botcazou <ebotcazou@adacore.com>
10669
10670 PR tree-optimization/49539
10671 * tree-ssa-forwprop.c (can_propagate_from): Check for abnormal SSA
10672 names by means of stmt_references_abnormal_ssa_name.
10673 (associate_plusminus): Call can_propagate_from before propagating
10674 from definition statements.
10675 (ssa_forward_propagate_and_combine): Remove superfluous newline.
10676
10677 2011-06-29 Richard Guenther <rguenther@suse.de>
10678
10679 * doc/invoke.texi: Document -scev dump modifier.
10680 * tree-pass.h (TDF_SCEV): New dump flag.
10681 * tree-dump.c (dump_option_value_in): Add scev.
10682 * tree-chrec.c: Replace all TDF_DETAILS checks with TDF_SCEV.
10683 * tree-scalar-evolution.c: Likewise.
10684
10685 2011-06-29 Nathan Sidwell <nathan@codesourcery.com>
10686
10687 * config/arm/unwind-arm.c (enum __cxa_type_match_result): New.
10688 (cxa_type_match): Correct declaration.
10689 (__gnu_unwind_pr_common): Reconstruct additional indirection
10690 when __cxa_type_match returns succeeded_with_ptr_to_base.
10691
10692 2011-06-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10693
10694 PR rtl-optimization/49114
10695 * reload.c (struct replacement): Remove SUBREG_LOC member.
10696 (push_reload): Do not set it.
10697 (push_replacement): Likewise.
10698 (subst_reload): Remove dead code.
10699 (copy_replacements): Remove assertion.
10700 (copy_replacements_1): Do not handle SUBREG_LOC.
10701 (move_replacements): Likewise.
10702 (find_replacement): Remove dead code. Use reload_adjust_reg_for_mode.
10703 Detect subregs via recursive descent instead of via SUBREG_LOC.
10704
10705 2011-06-29 Georg-Johann Lay <avr@gjlay.de>
10706
10707 * config/avr/avr.c (avr_encode_section_info): Dispatch to
10708 default_encode_section_info.
10709
10710 2011-06-29 Richard Sandiford <richard.sandiford@linaro.org>
10711
10712 PR tree-optimization/49545
10713 * builtins.c (get_object_alignment_1): Update function comment.
10714 Do not use DECL_ALIGN for functions, but test
10715 TARGET_PTRMEMFUNC_VBIT_LOCATION instead.
10716 * fold-const.c (get_pointer_modulus_and_residue): Don't check
10717 for functions here.
10718 * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
10719
10720 2011-06-29 Jakub Jelinek <jakub@redhat.com>
10721
10722 PR debug/49567
10723 * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTEND>: Give up for
10724 non-MODE_INT modes instead of asserting the mode has MODE_INT class.
10725
10726 2011-06-29 Georg-Johann Lay <avr@gjlay.de>
10727
10728 PR target/34734
10729 * config/avr/avr.c (avr_handle_progmem_attribute): Move warning
10730 about uninitialized data attributed 'progmem' from here...
10731 (avr_encode_section_info): ...to this new function.
10732 (TARGET_ENCODE_SECTION_INFO): New define.
10733 (avr_section_type_flags): For data in ".progmem.data", remove
10734 section flag SECTION_WRITE.
10735
10736 2011-06-29 Georg-Johann Lay <avr@gjlay.de>
10737
10738 * config/avr/t-avr (LIB1ASMFUNCS): Add _mulhisi3, _umulhisi3,
10739 _xmulhisi3_exit.
10740 * config/avr/libgcc.S (_xmulhisi3_exit): New Function.
10741 (__mulhisi3): Optimize if have MUL*. Use XJMP instead of rjmp.
10742 (__umulhisi3): Ditto.
10743 * config/avr/avr.md (mulhisi3): New insn expender.
10744 (umulhisi3): New insn expender.
10745 (*mulhisi3_call): New insn.
10746 (*umulhisi3_call): New insn.
10747
10748 2011-06-28 Joseph Myers <joseph@codesourcery.com>
10749
10750 * Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
10751
10752 2011-06-28 Richard Henderson <rth@redhat.com>
10753
10754 * config/arm/arm.c (thumb_pop): Rename from thumb_pushpop. Delete
10755 all code and arguments that handled pushes. Update all callers.
10756
10757 2011-06-28 Richard Henderson <rth@redhat.com>
10758
10759 * config/arm/arm.c (arm_output_function_prologue): Don't call
10760 thumb1_output_function_prologue.
10761 (arm_expand_prologue): Avoid dead store.
10762 (number_of_first_bit_set): Use ctz_hwi.
10763 (thumb1_emit_multi_reg_push): New.
10764 (thumb1_expand_prologue): Merge thumb1_output_function_prologue
10765 to emit the entire prologue as rtl.
10766 (thumb1_output_interwork): Split out from
10767 thumb1_output_function_prologue.
10768 (thumb1_output_function_prologue): Remove.
10769 (arm_attr_length_push_multi): Handle thumb1.
10770 * config/arm/arm.md (VUNSPEC_THUMB1_INTERWORK): New.
10771 (prologue_thumb1_interwork): New.
10772 (*push_multi): Allow thumb1; use push_mult_memory_operand.
10773 * config/arm/predicates.md (push_mult_memory_operand): New.
10774
10775 2011-06-28 Eric Botcazou <ebotcazou@adacore.com>
10776
10777 * config/sparc/sync.md (*stbar): Delete.
10778 (*membar_v8): New insn to implement UNSPEC_MEMBAR in SPARC-V8.
10779
10780 2011-06-28 Eric Botcazou <ebotcazou@adacore.com>
10781
10782 * tree-ssa-dom.c (initialize_hash_element): Fix oversight.
10783
10784 2011-06-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10785
10786 * config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
10787 (TARGET_64BIT_DEFAULT): Define.
10788 * config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
10789 of tm_file.
10790 * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
10791
10792 2011-06-28 Joseph Myers <joseph@codesourcery.com>
10793
10794 * common.opt (in_lto_p): New Variable entry.
10795 * flags.h (in_lto_p): Move to common.opt.
10796 * gcc.c: Include params.h.
10797 (set_option_handlers): Also use common_handle_option and
10798 target_handle_option.
10799 (main): Call global_init_params, finish_params and init_options_struct.
10800 * opts.c (debug_type_names): Move from toplev.c.
10801 (print_filtered_help): Access quiet_flag through opts pointer.
10802 (common_handle_option): Return early in the driver for some options.
10803 Access in_lto_p, dwarf_version and warn_maybe_uninitialized through
10804 opts pointer.
10805 * toplev.c (in_lto_p): Move to common.opt.
10806 (debug_type_names): Move to opts.c.
10807 * Makefile.in (OBJS): Remove opts.o.
10808 (OBJS-libcommon-target): Add opts.o.
10809 (gcc.o): Update dependencies.
10810
10811 2011-06-28 Kai Tietz <ktietz@redhat.com>
10812
10813 * tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.
10814
10815 2011-06-28 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
10816
10817 * config/arm/vfp.md ("*divsf3_vfp"): Replace '+' constraint modifier
10818 with '=' constraint modifier.
10819 (*divdf3_vfp): Likewise.
10820 ("*mulsf3_vfp"): Likewise.
10821 ("*muldf3_vfp"): Likewise.
10822 ("*mulsf3negsf_vfp"): Likewise.
10823 ("*muldf3negdf_vfp"): Likewise.
10824
10825 2011-06-28 Nick Clifton <nickc@redhat.com>
10826
10827 * config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
10828 relaxation when performing an incremental link.
10829
10830 2011-06-28 Kai Tietz <ktietz@redhat.com>
10831
10832 * tree-ssa-math-opts.c (execute_optimize_bswap): Search
10833 within BB from last to first.
10834
10835 2011-06-28 Joseph Myers <joseph@codesourcery.com>
10836
10837 * genattr-common.c: New. Based on genattr.c.
10838 * Makefile.in (INSN_ATTR_H): Include insn-attr-common.h.
10839 (MOSTLYCLEANFILES): Add insn-attr-common.h.
10840 (opts.o): Update dependencies.
10841 (.PRECIOUS): Add insn-attr-common.h.
10842 (simple_rtl_generated_h): Add insn-attr-common.h.
10843 (build/genattr-common.o): New.
10844 (genprogrtl): Add attr-common.
10845 * genattr.c (main): Include insn-attr-common.h. Don't generate
10846 definitions of DELAY_SLOTS or INSN_SCHEDULING.
10847 * opts.c: Include insn-attr-common.h instead of rtl.h and insn-attr.h.
10848
10849 2011-06-28 Georg-Johann Lay <avr@gjlay.de>
10850
10851 * config.gcc (tm_file): Add elfos.h and avr/elf.h for
10852 avr-*-* and avr-*-rtems* targets.
10853
10854 * config/avr/elf.h: New file.
10855 (ASM_OUTPUT_BEFORE_CASE_LABEL): Define.
10856 (TARGET_ASM_SELECT_SECTION): Define.
10857 (INIT_SECTION_ASM_OP): Undefine.
10858 (FINI_SECTION_ASM_OP): Undefine.
10859 (READONLY_DATA_SECTION_ASM_OP): Undefine.
10860 (PCC_BITFIELD_TYPE_MATTERS): Undefine.
10861 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Undefine.
10862 * config/avr/avr.h:
10863 (PREFERRED_DEBUGGING_TYPE): Move to elf.h.
10864 (TARGET_ASM_NAMED_SECTION): Move to elf.h.
10865 (MAX_OFILE_ALIGNMENT): Move to elf.h.
10866 (STRING_LIMIT): Move to elf.h.
10867 (ASM_DECLARE_FUNCTION_NAME): Move to elf.h.
10868 (ASM_DECLARE_OBJECT_NAME): Remove.
10869 (ESCAPES): Remove.
10870 (ASM_OUTPUT_SKIP): Remove.
10871 (DWARF2_DEBUGGING_INFO): Remove.
10872 (OBJECT_FORMAT_ELF): Remove.
10873 (USER_LABEL_PREFIX): Remove.
10874 (ASM_OUTPUT_EXTERNAL): Remove.
10875 (ASM_OUTPUT_ASCII): Remove.
10876 (TYPE_ASM_OP): Remove.
10877 (SIZE_ASM_OP): Remove.
10878 (WEAK_ASM_OP): Remove.
10879 (STRING_ASM_OP): Remove.
10880 (SET_ASM_OP): Remove.
10881 (ASM_WEAKEN_LABEL): Remove.
10882 (TYPE_OPERAND_FMT): Remove.
10883 (ASM_DECLARE_FUNCTION_SIZE): Remove.
10884 (ASM_FINISH_DECLARE_OBJECT): Remove.
10885 (NO_DOLLAR_IN_LABEL): Remove.
10886 (ASM_GENERATE_INTERNAL_LABEL): Remove.
10887 (ASM_OUTPUT_CASE_LABEL): Remove.
10888 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Use
10889 ASM_OUTPUT_ALIGNED_LOCAL, ASM_OUTPUT_ALIGNED_COMMON.
10890 (gas_output_ascii): Remove.
10891 (gas_output_limited_string): Remove.
10892 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
10893 * config/avr/avr-protos.h
10894 (gas_output_ascii): Remove prototye.
10895 (gas_output_limited_string): Remove prototype.
10896
10897 2011-06-27 Richard Earnshaw <rearnsha@arm.com>
10898
10899 PR target/48637
10900 * arm.c (arm_print_operand): Allow sym+offset. Don't abort on invalid
10901 asm operands.
10902
10903 2011-06-27 Jan Hubicka <jh@suse.cz>
10904
10905 * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of
10906 node instead of references in node.
10907
10908 2011-06-27 Richard Henderson <rth@redhat.com>
10909
10910 * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
10911 * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
10912 inside ifdef.
10913
10914 2011-06-27 Jakub Jelinek <jakub@redhat.com>
10915
10916 * c-decl.c (union lang_tree_node): Use it in chain_next expression.
10917
10918 * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
10919 * builtins.def (BUILT_IN_ASSUME_ALIGNED): New builtin.
10920 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call,
10921 find_func_clobbers): Handle BUILT_IN_ASSUME_ALIGNED.
10922 * tree-ssa-ccp.c (bit_value_assume_aligned): New function.
10923 (evaluate_stmt, execute_fold_all_builtins): Handle
10924 BUILT_IN_ASSUME_ALIGNED.
10925 * tree-ssa-dce.c (propagate_necessity): Likewise.
10926 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
10927 call_may_clobber_ref_p_1): Likewise.
10928 * builtins.c (is_simple_builtin, expand_builtin): Likewise.
10929 (expand_builtin_assume_aligned): New function.
10930 * doc/extend.texi (__builtin_assume_aligned): Document.
10931
10932 PR debug/49544
10933 * cselib.c (promote_debug_loc): If cselib_preserve_constants
10934 and l has two DEBUG_INSN owned locs instead of just one, adjust
10935 the second location's setting_insn too.
10936
10937 2011-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10938
10939 PR libmudflap/38738
10940 * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
10941
10942 2011-06-27 Nick Clifton <nickc@redhat.com>
10943
10944 * config/mn10300/mn10300.md (clzsi2): Use XOR after BSCH to convert
10945 bit position of highest bit set into a count of the high zero bits.
10946
10947 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
10948
10949 * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
10950
10951 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
10952
10953 PR lto/48492
10954 * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
10955 to a NULL parent.
10956
10957 2011-06-27 Richard Guenther <rguenther@suse.de>
10958
10959 PR tree-optimization/49394
10960 * passes.c (execute_one_pass): Restore current_pass after
10961 applying IPA transforms.
10962
10963 2011-06-27 Kai Tietz <ktietz@redhat.com>
10964
10965 * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
10966 out of type precision after operation.
10967 (find_bswap): Take for limit value the integer auto-promotion
10968 into account.
10969
10970 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
10971
10972 * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
10973 forward scan as well.
10974
10975 2011-06-27 Tristan Gingold <gingold@adacore.com>
10976
10977 PR target/44241
10978 * config/vms/vms-protos.h: New file.
10979 * config/vms/vms-crtlmap.map: New file.
10980 * config/vms/vms.c: New file.
10981 * config/vms/make-crtlmap.awk: New file.
10982 * config/vms/vms-crtl.h: File removed.
10983 * config/vms/vms-crtl-64.h: File removed.
10984 * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
10985 * config/alpha/vms64.h: Do not include vms-crtl-64.h
10986 * config/alpha/alpha.c (alpha_init_builtins): Remove code to
10987 clear some builtins on VMS. Calls vms_patch_builtins.
10988 (avms_asm_output_external): Remove.
10989 * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
10990 (struct crtl_name_spec): Remove
10991 (DO_CTRL_NAMES): Remove.
10992 * config/ia64/vms.h (struct crtl_name_spec): Remove
10993 (DO_CTRL_NAMES): Remove.
10994 * config/ia64/ia64.c (alpha_init_builtins): Remove code to
10995 clear some builtins on VMS. Calls vms_patch_builtins.
10996 (ia64_asm_output_external): Remove DO_CRTL_NAME.
10997 * config/ia64/vms64.h: Do not include vms-crtl-64.h
10998 * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles, tm_p_file.
10999
11000 2011-06-27 Tristan Gingold <gingold@adacore.com>
11001
11002 * config/alpha/alpha.c (alpha_end_function): Always generate .end
11003 directive on VMS.
11004
11005 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
11006
11007 * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
11008 the function receives nonlocal gotos.
11009
11010 2011-06-27 Richard Guenther <rguenther@suse.de>
11011
11012 PR tree-optimization/49536
11013 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
11014 For non-scalar inner types use a scalar type according to
11015 the scalar inner mode.
11016
11017 2011-06-27 Richard Guenther <rguenther@suse.de>
11018
11019 PR tree-optimization/49365
11020 * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
11021
11022 2011-06-27 Richard Guenther <rguenther@suse.de>
11023
11024 PR tree-optimization/49169
11025 * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
11026 the alignment of function decls.
11027
11028 2011-06-26 Iain Sandoe <iains@gcc.gnu.org>
11029
11030 PR target/47997
11031 * config/darwin.c (darwin_mergeable_string_section): Place string
11032 constants in '.cstring' rather than '.const' when CF/NSStrings are
11033 active.
11034
11035 2011-06-26 Eric Botcazou <ebotcazou@adacore.com>
11036
11037 * config/sparc/sparc.c (save_local_or_in_reg_p): Adjust comment.
11038 (emit_save_register_window): Likewise.
11039 (sparc_expand_prologue): Use SIZE_INT_RTX and SIZE_RTX variables.
11040 (sparc_flat_expand_prologue): Add comment. Always emit blockage.
11041 Swap back %o7/%i7 in register naming.
11042
11043 2011-06-25 Iain Sandoe <iains@gcc.gnu.org>
11044
11045 PR driver/49371
11046 * config/darwin.c (darwin_override_options): Improve warning when
11047 mdynamic-no-pic is given together with fPIC/fpic, also warn when it
11048 is given with fpie/fPIE.
11049 * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
11050 * config/darwin9.h (PIE_SPEC): New.
11051
11052 2011-06-25 Basile Starynkevitch <basile@starynkevitch.net>
11053
11054 * timevar.c (timevar_print): Increase width for display of timevar
11055 name.
11056
11057 2011-06-24 Jakub Jelinek <jakub@redhat.com>
11058
11059 PR c++/46400
11060 * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
11061 instead of TYPE_CHAIN for chain_next for types.
11062
11063 2011-06-24 Richard Henderson <rth@redhat.com>
11064
11065 * config/sparc/sparc.md (create_flat_frame_1<P:mode>): Remove.
11066 (create_flat_frame_2<P:mode>, create_flat_frame_3<P:mode>): Remove.
11067 * config/sparc/sparc.c (gen_create_flat_frame_1): Remove.
11068 (gen_create_flat_frame_2, gen_create_flat_frame_3): Remove.
11069 (sparc_flat_expand_prologue): Emit individual instructions
11070 instead of one of the above.
11071
11072 2011-06-24 Easwaran Raman <eraman@google.com>
11073
11074 PR rtl-optimization/49429
11075 PR target/49454
11076 * expr.c (emit_block_move_hints): Mark MEM_EXPR(x) and
11077 MEM_EXPR(y) addressable if emit_block_move_via_libcall is
11078 used to copy y into x.
11079 * calls.c (initialize_argument_information): Mark
11080 an argument addressable if it is passed by invisible reference.
11081 (emit_library_call_value_1): Mark MEM_EXPR (val) addressable
11082 if it is passed by reference.
11083
11084 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
11085
11086 PR rtl-optimization/49504
11087 * rtlanal.c (nonzero_bits1): Properly handle addition or
11088 subtraction of a pointer in Pmode if pointers extend unsigned.
11089 (num_sign_bit_copies1): Likewise.
11090
11091 2011-06-24 Martin Jambor <mjambor@suse.cz>
11092
11093 PR tree-optimizations/49516
11094 * tree-sra.c (sra_modify_assign): Choose the safe path for
11095 aggregate copies if we also did scalar replacements.
11096
11097 2011-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11098
11099 PR target/49335
11100 * config/arm/predicates.md (add_operator): New.
11101 * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage in Thumb2.
11102
11103 2011-06-24 Andi Kleen <ak@linux.intel.com>
11104
11105 * tree-sra.c (type_internals_preclude_sra_p): Add msg
11106 parameter. Split up ifs and report reason in *msg.
11107 (reject): Add.
11108 (find_var_candiate): Add msg variable.
11109 Split up ifs and report reason to reject.
11110 (find_param_candidates): Add msg variable.
11111 Pass msg to type_internals_preclude_sra_p.
11112
11113 2011-06-23 Jeff Law <law@redhat.com>
11114
11115 PR middle-end/48770
11116 * reload.h (reload): Change to return a bool.
11117 * ira.c (ira): If requested by reload, run a fast DCE pass after
11118 reload has completed. Fix comment typo.
11119 * reload1.c (need_dce): New file scoped static.
11120 (reload): Set reload_completed here. Return whether or not a DCE
11121 pass after reload is needed.
11122 (delete_dead_insn): Set need_dce as needed.
11123
11124 PR middle-end/49465
11125 * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition
11126 to detect threading through joiner block. If there was already
11127 an edge to the new target, then do not change the PHI nodes.
11128
11129 2011-06-23 Jakub Jelinek <jakub@redhat.com>
11130
11131 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
11132 get_pointer_alignment to see if base isn't sufficiently aligned.
11133
11134 2011-06-23 Jan Hubicka <jh@suse.cz>
11135
11136 PR tree-optimize/49373
11137 * tree-pass.h (all_late_ipa_passes): Declare.
11138 * cgraphunit.c (init_lowered_empty_function): Fix properties.
11139 (cgraph_optimize): Execute late passes; remove unreachable funcions
11140 after materialization.
11141 * ipa-inline.c (gate_ipa_inline): Enable only when optimizing or
11142 LTOing.
11143 * passes.c (all_late_ipa_passes): Declare.
11144 (dump_passes, register_pass): Handle late ipa passes.
11145 (init_optimization_passes): Move ipa_pta to late passes; schedule
11146 fixup_cfg at beggining of all_passes.
11147 (apply_ipa_transforms): New function.
11148 (execute_one_pass): When doing simple ipa pass, apply all transforms.
11149
11150 2011-06-23 Joseph Myers <joseph@codesourcery.com>
11151
11152 * params.c: Include common/common-target.h. Don't include tm.h.
11153 (lang_independent_params): Move from toplev.c.
11154 (global_init_params): New.
11155 * params.h (global_init_params): Declare.
11156 * target.def (default_params): Move to common-target.def.
11157 * toplev.c (lang_independent_options): Remove.
11158 (lang_independent_params): Move to params.c.
11159 (general_init): Use global_init_params.
11160 * common/common-target.def (option_default_params): Move from
11161 target.def.
11162 * common/config/ia64/ia64-common.c: Include params.h.
11163 (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
11164 from ia64.c.
11165 * common/config/rs6000/rs6000-common.c: Include params.h.
11166 (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
11167 from rs6000.c.
11168 * common/config/sh/sh-common.c: Include params.h.
11169 (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
11170 from sh.c.
11171 * common/config/spu/spu-common.c: Include params.h.
11172 (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
11173 from spu.c.
11174 * config/ia64/ia64.c (ia64_option_default_params,
11175 TARGET_OPTION_DEFAULT_PARAMS): Move to ia64-common.c.
11176 * config/rs6000/rs6000.c (rs6000_option_default_params,
11177 TARGET_OPTION_DEFAULT_PARAMS): Move to rs6000-common.c.
11178 * config/sh/sh.c (sh_option_default_params,
11179 TARGET_OPTION_DEFAULT_PARAMS): Move to sh-common.c.
11180 * config/spu/spu.c (spu_option_default_params,
11181 TARGET_OPTION_DEFAULT_PARAMS): Move to spu-common.c.
11182 * Makefile.in (OBJS): Remove params.o.
11183 (OBJS-libcommon-target): Add params.o.
11184 (params.o, $(common_out_object_file)): Update dependencies.
11185 * doc/tm.texi: Regenerate.
11186
11187 2011-06-23 Alan Modra <amodra@gmail.com>
11188
11189 PR bootstrap/49383
11190 * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
11191 invocation for 2011-06-09 changes.
11192
11193 2011-06-22 Jakub Jelinek <jakub@redhat.com>
11194
11195 PR libgomp/49490
11196 * omp-low.c (expand_omp_for_static_nochunk): Only
11197 use n ceil/ nthreads size for the first n % nthreads threads in the
11198 team instead of all threads except for the last few ones which
11199 get less work or none at all.
11200
11201 PR debug/49496
11202 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
11203 uses.
11204
11205 2011-06-22 Richard Guenther <rguenther@suse.de>
11206
11207 PR tree-optimization/49493
11208 * tree-ssa-structalias.c (get_constraint_for_ssa_var):
11209 Refer to the alias target of variables.
11210 (associate_varinfo_to_alias_1): Remove.
11211 (ipa_pta_execute): Do not associate aliases with anything.
11212 * cgraph.h (varpool_alias_aliased_node): Fix cut&paste errors.
11213 (cgraph_function_node): Likewise.
11214 (cgraph_function_or_thunk_node): Likewise.
11215 (varpool_variable_node): Likewise.
11216
11217 2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
11218
11219 * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect typo.
11220 * config.gcc (arm*-*-linux*): Default to gnu tls.
11221 (arm*-*-*): Add --with-tls option.
11222 (all_defaults): Add 'tls'.
11223
11224 2011-06-22 Richard Henderson <rth@redhat.com>
11225
11226 * reg-notes.def (REG_CFA_WINDOW_SAVE): New.
11227 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
11228 (dwarf2out_frame_debug_cfa_window_save): Rename from
11229 dwarf2out_window_save; make static.
11230 * tree.h (dwarf2out_window_save): Don't declare.
11231
11232 * config/sparc/sparc.c (sparc_dwarf_handle_frame_unspec): Remove.
11233 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
11234 (emit_save_register_window): Rename from gen_save_register_window;
11235 emit the insn and add REG_CFA_* notes.
11236 (sparc_expand_prologue): Update to match.
11237 * config/sparc/sparc.md (save_register_window_1): Simplify from
11238 save_register_window<P:mode>.
11239
11240 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
11241
11242 PR target/49497
11243 * config/i386/i386.md (*lea_general_2): Always allow SImode.
11244 (*lea_general_2_zext): Likewise.
11245 (imul to lea peepholes): Use const359_operand and check
11246 TARGET_PARTIAL_REG_STALL.
11247
11248 * config/i386/predicates.md (const359_operand): New.
11249
11250 2011-06-22 Michael Matz <matz@suse.de>
11251
11252 * cgraphunit.c (assemble_thunk): Use correct return type.
11253
11254 2011-06-22 Dmitry Plotnikov <dplotnikov@ispras.ru>
11255 Dmitry Melnik <dm@ispras.ru>
11256
11257 * config/arm/arm.c (neon_immediate_valid_for_shift): New function.
11258 (neon_output_shift_immediate): Ditto.
11259 * config/arm/arm-protos.h (neon_immediate_valid_for_shift): New
11260 prototype.
11261 (neon_output_shift_immediate): Ditto.
11262 * config/arm/neon.md (vashl<mode>3): Modified constraint.
11263 (vashr<mode>3_imm): New insn pattern.
11264 (vlshr<mode>3_imm): Ditto.
11265 (vashr<mode>3): Modified constraint.
11266 (vlshr<mode>3): Ditto.
11267 * config/arm/predicates.md (imm_for_neon_lshift_operand): New
11268 predicate.
11269 (imm_for_neon_rshift_operand): Ditto.
11270 (imm_lshift_or_reg_neon): Ditto.
11271 (imm_rshift_or_reg_neon): Ditto.
11272
11273 * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
11274
11275 2011-06-22 Jakub Jelinek <jakub@redhat.com>
11276
11277 * tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for
11278 builtin calls even if likelyvalue is not CONSTANT.
11279 Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP like BUILT_IN_MALLOC.
11280 Return get_value_for_expr of first operand
11281 for BUILT_IN_{MEM{CPY,MOVE,SET},STR{,N}CPY}{,_CHK}.
11282 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
11283 BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK like
11284 their non-checking counterparts.
11285 (call_may_clobber_ref_p_1): Likewise.
11286 (stmt_kills_ref_p_1): Handle BUILT_IN_MEM{{,P}CPY,MOVE,SET}_CHK
11287 like their non-checking counterparts.
11288 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
11289 Handle BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK
11290 like their non-checking counterparts.
11291 (find_func_clobbers): Likewise.
11292 * tree-ssa-dce.c (propagate_necessity): Handle BUILT_IN_MEMSET_CHK
11293 like BUILT_IN_MEMSET and BUILT_IN_CALLOC like BUILT_IN_MALLOC.
11294
11295 * dwarf2out.c (size_of_loc_descr, output_loc_operands,
11296 mark_base_types, hash_loc_operands, compare_loc_operands): Allow
11297 DW_OP_GNU_convert and DW_OP_GNU_reinterpret to use constant instead
11298 of base type reference as argument.
11299 (resolve_addr_in_expr): Likewise. Fix keep computation.
11300 (convert_descriptor_to_signed): Renamed to...
11301 (convert_descriptor_to_mode): ... this. For wider types convert to
11302 unsigned instead of signed, for <= DWARF2_ADDR_SIZE convert to untyped.
11303 (typed_binop): New function.
11304 (scompare_loc_descriptor, ucompare_loc_descriptor,
11305 minmax_loc_descriptor, mem_loc_descriptor): For wider integer modes
11306 default to unsigned type instead of signed.
11307
11308 PR debug/47858
11309 * gimple.h (enum gimple_debug_subcode): Add GIMPLE_DEBUG_SOURCE_BIND.
11310 (gimple_build_debug_source_bind_stat): New prototype.
11311 (gimple_build_debug_source_bind): Define.
11312 (gimple_debug_source_bind_p, gimple_debug_source_bind_get_var,
11313 gimple_debug_source_bind_get_value,
11314 gimple_debug_source_bind_get_value_ptr,
11315 gimple_debug_source_bind_set_var,
11316 gimple_debug_source_bind_set_value): New inlines.
11317 * gimple.c (gimple_build_debug_source_bind_stat): New function.
11318 * gimple-pretty-print.c (dump_gimple_debug): Handle
11319 GIMPLE_DEBUG_SOURCE_BIND.
11320 * sese.c (rename_uses): Handle gimple_debug_source_bind_p.
11321 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
11322 * tree-parloops.c (eliminate_local_variables,
11323 separate_decls_in_region): Likewise.
11324 (separate_decls_in_region_debug): Renamed from
11325 separate_decls_in_region_debug_bind. Handle
11326 gimple_debug_source_bind_p.
11327 * tree.h (decl_debug_args_lookup, decl_debug_args_insert): New
11328 prototypes.
11329 (DECL_HAS_DEBUG_ARGS_P): Define.
11330 (struct tree_function_decl): Add has_debug_args_flag field.
11331 * tree.c (debug_args_for_decl): New variable.
11332 (decl_debug_args_lookup, decl_debug_args_insert): New functions.
11333 * tree-into-ssa.c (mark_def_sites): Handle uses in debug stmts.
11334 (rewrite_debug_stmt_uses): New function.
11335 (rewrite_stmt): Use it to rewrite debug stmt uses.
11336 * rtl.def (DEBUG_PARAMETER_REF): New.
11337 * rtl.h (DEBUG_PARAMETER_REF_DECL): Define.
11338 * cselib.c (rtx_equal_for_cselib_1, cselib_hash_rtx): Handle
11339 DEBUG_PARAMETER_REF.
11340 * rtl.c (rtx_equal_p_cb, rtx_equal_p, iterative_hash_rtx): Likewise.
11341 * print-rtl.c (print_rtx): Likewise.
11342 * tree-sra.c (sra_ipa_reset_debug_stmts): Prefer replacing of
11343 SSA_NAMEs with DEBUG_EXPR_DECLs initialized in source bind
11344 debug stmts in the first bb.
11345 * tree-inline.c (remap_ssa_name): If remapping default def
11346 of a PARM_DECL fails, map to a DEBUG_EXPR_DECL set in
11347 a source bind debug stmt.
11348 (remap_gimple_stmt): Handle gimple_debug_source_bind_p.
11349 (maybe_move_debug_stmts_to_successors): Likewise.
11350 (copy_debug_stmt): Likewise. Avoid shadowing a variable.
11351 (tree_function_versioning): If DECL_HAS_DEBUG_ARGS_P, copy
11352 debug args vector from old_decl to new_decl.
11353 * ipa-prop.c (ipa_modify_call_arguments): For optimized away
11354 or modified parameters, add debug bind stmts before call
11355 setting DEBUG_EXPR_DECL which is remembered in debug args vector.
11356 * cfgexpand.c (expand_call_stmt): Call expand_debug_expr
11357 on DECL_DEBUG_EXPRs from debug args vector.
11358 (expand_debug_source_expr): New function.
11359 (expand_debug_locations): Use it for source bind insns.
11360 (expand_gimple_basic_block): Handle gimple_debug_source_bind_p.
11361 * var-tracking.c (prepare_call_arguments): Add debug args
11362 to call_arguments if any.
11363 * dwarf2out.c (dwarf_stack_op_name, size_of_loc_descr,
11364 output_loc_operands, output_loc_operands_raw, resolve_addr_in_expr,
11365 compare_loc_operands): Handle DW_OP_GNU_parameter_ref.
11366 (get_ref_die_offset, parameter_ref_descriptor): New functions.
11367 (mem_loc_descriptor): Handle DEBUG_PARAMETER_REF.
11368 (gen_subprogram_die): Handle parameters identified by
11369 DEBUG_PARAMETER_REF.
11370
11371 2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
11372
11373 * doc/invoke.texi (ARM Options): Document -mtls-dialect option.
11374 * doc/install.texi (Configuration): Document --with-tls.
11375 * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
11376 (arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
11377 (arm_tls_descseq_addr): New.
11378 (legitimize_tls_address): Add tlsdesc support.
11379 (arm_cannot_copy_insn_p): Check for tlscall.
11380 (arm_emit_tls_decoration): Likewise.
11381 * config/arm/arm.h (TARGET_GNU2_TLS): New.
11382 (OPTION_DEFAULT_SPECS): Add with-tls support.
11383 * config/arm/arm.md (R1_REGNUM): Define.
11384 (tlscall): New.
11385 * config/arm/arm.opt (tls_type): New enumeration type and values.
11386 (mtls-dialect): New switch.
11387 * config/arm/arm-opts.h (enum tls_type): New.
11388
11389 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>
11390
11391 * attribs.c (register_attribute): Added assert to check that all
11392 attribute specs are registered with a name that is not empty and
11393 does not start with '_'.
11394 (decl_attributes): Avoid the lookup of the "naked" attribute spec
11395 if the function has no attributes.
11396 * tree.c (is_attribute_with_length_p): Removed.
11397 (is_attribute_p): Removed.
11398 (private_is_attribute_p): New.
11399 (private_lookup_attribute): New.
11400 (lookup_attribute): Removed.
11401 (lookup_ident_attribute): New.
11402 (remove_attribute): Require the first argument to be in the form
11403 'text', not '__text__'. Updated asserts.
11404 (merge_attributes): Use lookup_ident_attributes instead of
11405 lookup_attribute.
11406 (merge_dllimport_decl_attributes): Use remove_attribute.
11407 (attribute_list_contained): Likewise.
11408 (attribute_list_equal): Immediately return 1 if the arguments are
11409 identical pointers.
11410 * tree.h (is_attribute_p): Made inline. Return a 'bool', not an
11411 'int'. Require the first argument to be in the form 'text', not
11412 '__text__'. Require the second argument to be an identifier.
11413 (lookup_attribute): Made inline. Require the first argument to be
11414 in the form 'text', not '__text__'.
11415 (private_is_attribute_p, private_lookup_attribute): New.
11416 Updated comments.
11417
11418 2011-06-21 Andrew MacLeod <amacleod@redhat.com>
11419
11420 * builtins.c: Add sync_ or SYNC__ to builtin names.
11421 * sync-builtins.def: Add sync_ or SYNC__ to builtin names.
11422 * omp-low.c: Add sync_ or SYNC__ to builtin names.
11423
11424 2011-06-21 Georg-Johann Lay <avr@gjlay.de>
11425
11426 PR target/33049
11427 * config/avr/avr.md (extzv): New expander.
11428 (*extzv): New insn.
11429 (*extzv.qihi1, *extzv.qihi2): New insn-and-split.
11430 * config/avr/constraints.md (C04): New constraint.
11431 * doc/md.texi (Machine Constraints): Document it.
11432
11433 2011-06-21 Jakub Jelinek <jakub@redhat.com>
11434
11435 PR middle-end/49489
11436 * builtins.c (expand_builtin_unop): Call expand_unop with 0 as
11437 unsignedp argument instead of 1 for clrsb_optab.
11438 (fold_builtin_bitop): Fix masking for width > HOST_BITS_PER_WIDE_INT
11439 and < 2 * HOST_BITS_PER_WIDE_INT. Optimize BUILT_IN_CLRSB*.
11440 (fold_builtin_1): Call fold_builtin_binop for BUILT_IN_CLRSB*.
11441 * optabs.c (widen_leading): Call widen_operand and expand_unop
11442 with 0 as unsignedp argument instead of 1 for clrsb_optab.
11443 (expand_unop): Subtract difference of mode sizes also for clrsb_optab.
11444
11445 2011-06-21 Georg-Johann Lay <avr@gjlay.de>
11446
11447 * config/avr/avr.md (*jcindirect_jump): Fix build warning.
11448
11449 2011-06-21 Bernd Schmidt <bernds@codesourcery.com>
11450
11451 * gensupport.c (add_define_attr): New static function.
11452 (is_predicable): Allow multi-alternative lists for the "predicable"
11453 attribute.
11454 (modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
11455 (process_one_cond_exec): Call alter_attrs_for_insn.
11456 * doc/md.texi (Defining Attributes): Mention some standard names.
11457 (Conditional Execution): Update documentation for "predicable".
11458
11459 * doc/extend.texi (__builtin_clrsb, __builtin_clrsbl,
11460 __builtin_clrsbll): Document.
11461 * doc/rtl.texi (clrsb): New entry.
11462 * optabs.c (widen_leading): Renamed from widen_clz. New argument
11463 UNOPTAB. All callers changed. Use UNOPTAB instead of clz_optab.
11464 (expand_unop): Handle clrsb_optab.
11465 (init_optabs): Initialize it.
11466 * optabs.h (enum optab_index): New entry OTI_clrsb.
11467 (clrsb_optab): Define.
11468 * genopinit.c (optabs): Add an entry for it.
11469 * builtins.c (expand_builtin): Handle clrsb builtin functions.
11470 * builtins.def (BUILT_IN_CLRSB, BUILT_IN_CLRSBIMAX, BUILT_IN_CLRSBL,
11471 BUILT_IN_CLRSBLL): New.
11472 * rtl.def (CLRSB): New code.
11473 * dwarf2out.c (mem_loc_descriptor): Handle it.
11474 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
11475 Use op_mode rather than mode when optimizing ffs, clz, ctz, parity
11476 and popcount.
11477 * libgcc2.c (__clrsbSI2, __clrsbDI2): New functions.
11478 * libgcc2.h (__clrsbSI2, __clrsbDI2): Define and declare.
11479 (__ctzDI2): Move declaration.
11480 * config/bfin/bfin.md (clrsbsi2): New expander.
11481 (signbitssi2): Use the CLRSB rtx.
11482 (clrsbhi2): Renamed from signbitshi2. Use the CLRSB rtx.
11483 * config/bfin/bfin.c (bdesc_1arg): Changed accordingly.
11484
11485 2011-06-21 Richard Guenther <rguenther@suse.de>
11486
11487 * ipa-inline-transform.c (inline_transform): Fix previous change.
11488
11489 2011-06-21 Ira Rosen <ira.rosen@linaro.org>
11490
11491 PR tree-optimization/49478
11492 * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
11493 with constant operand.
11494
11495 2011-06-21 Richard Guenther <rguenther@suse.de>
11496
11497 * ipa-inline-transform.c (inline_transform): Fix typo.
11498
11499 2011-06-21 Richard Guenther <rguenther@suse.de>
11500
11501 PR tree-optimization/49483
11502 * tree-vect-stmts.c (vectorizable_assignment): Also handle
11503 VIEW_CONVERT_EXPR conversions.
11504
11505 2011-06-21 Joseph Myers <joseph@codesourcery.com>
11506
11507 * config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
11508 * config/avr/avr-tables.opt: New file (generated).
11509 * config.gcc (avr-*-*): Use avr/avr-tables.opt.
11510 * config/avr/avr-devices.c (avr_mcu_types): Move contents to
11511 avr-mcus.def.
11512 * config/avr/avr.c (avr_help, TARGET_HELP): Remove.
11513 (avr_option_override): Don't process -mmcu= argument here. Set
11514 avr_current_device using avr_mcu_index.
11515 (avr_file_start): Use avr_current_device->name instead of avr_mcu_name.
11516 * config/avr/avr.opt (mmcu=): Use Enum.
11517 * config/avr/t-avr (avr-devices.o): Update dependencies.
11518 ($(srcdir)/config/avr/avr-tables.opt): New.
11519 * target.def (help): Remove.
11520 * doc/tm.texi.in (TARGET_HELP): Remove.
11521 * doc/tm.texi: Regenerate.
11522 * opts.c: Don't include target.h.
11523 (common_handle_option): Don't call targetm.help.
11524 * system.h (TARGET_HELP): Poison.
11525 * Makefile.in (opts.o): Update dependencies.
11526
11527 2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11528
11529 * config/usegld.h: New file.
11530 * config/sol2.h (PREFERRED_DEBUGGING_TYPE): Remove.
11531 (CPP_SUBTARGET_SPEC): Remove -compat-bsd support.
11532 (LIB_SPEC): Likewise. Search /lib.
11533 (LINK_ARCH32_SPEC_BASE): Remove -compat-bsd support.
11534 (RDYNAMIC_SPEC): Handle GNU ld.
11535 [HAVE_LD_EH_FRAME_HDR && TARGET_DL_ITERATE_PHDR] (LINK_EH_SPEC):
11536 Define.
11537 (SUPPORTS_INIT_PRIORITY): Only disable for Sun ld.
11538 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Define.
11539 [!USE_GAS] (NO_DBX_BNSYM_ENSYM): Redefine.
11540 (STACK_CHECK_STATIC_BUILTIN): Define.
11541 * config/sol2.opt (compat-bsd): Remove.
11542 * config/sol2-10.h (TARGET_C99_FUNCTIONS): Remove undef.
11543 * config/sol2-bi.h: New file.
11544 * config/sol2-gld.h: Remove.
11545 * config/i386/sol2.h (TLS_COMMON_ASM_OP): Only define if !USE_GAS.
11546 (NO_DBX_BNSYM_ENSYM): Remove.
11547 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
11548 (STACK_CHECK_STATIC_BUILTIN): Remove.
11549 Test USE_GLD instead of TARGET_GNU_LD.
11550 * config/i386/sol2-10.h: Rename to ...
11551 * config/i386/sol2-bi.h .. this.
11552 (SUBTARGET_EXTRA_SPECS): Redefine.
11553 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Remove.
11554 (MULTILIB_DEFAULTS): Remove.
11555 (DEFAULT_ARCH32_P): Define.
11556 (LINK_ARCH64_SPEC_BASE, LINK_ARCH64_SPEC): Remove.
11557 (ARCH64_SUBDIR): Define.
11558 Test USE_GLD instead of TARGET_GNU_LD.
11559 (I386_EMULATION): Rename to ...
11560 (ARCH32_EMULATION): ... this.
11561 (X86_64_EMULATION): Rename to ...
11562 (ARCH64_EMULATION): ... this.
11563 (TARGET_LD_EMULATION): Remove.
11564 (LINK_ARCH_SPEC): Remove.
11565 * config/i386/sol2-gas.h: Remove.
11566 * config/i386/t-sol2-10: Rename to ...
11567 * config/i386/t-sol2-64: ... this.
11568 * config/sparc/sol2.h (SPARC_DEFAULT_CMODEL): Redefine.
11569 (AS_SPARC64_FLAG): Define.
11570 (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Redefine.
11571 (CPP_CPU64_DEFAULT_SPEC, ASM_CPU32_DEFAULT_SPEC): Redefine
11572 depending on TARGET_CPU_DEFAULT.
11573 (CPP_CPU_SPEC): Redefine.
11574 (ASM_CPU_SPEC): Handle DEFAULT_ARCH32_P.
11575 (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Redefine.
11576 (CPP_ARCH32_SPEC, CPP_ARCH64_SPEC, CPP_ARCH_SPEC): Redefine.
11577 (ASM_ARCH_SPEC, ASM_ARCH32_SPEC, ASM_ARCH64_SPEC,
11578 ASM_ARCH_DEFAULT_SPEC): Redefine.
11579 (SUBTARGET_EXTRA_SPECS): Add LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
11580 LINK_ARCH_DEFAULT_SPEC.
11581 [USE_GLD] (ARCH32_EMULATION, ARCH64_EMULATION): Define.
11582 [USE_GLD] (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Redefine.
11583 (ARCH64_SUBDIR): Define.
11584 (LINK_ARCH64_SPEC): Redefine.
11585 (CC1_SPEC): Redefine.
11586 (OPTION_DEFAULT_SPECS): Redefine.
11587 (MULTILIB_DEFAULTS): Define.
11588 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Redefine.
11589 [USE_GAS && HAVE_AS_TLS] (TARGET_SUN_TLS, TARGET_GNU_TLS): Redefine.
11590 [USE_GLD] (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undef.
11591 (NO_DBX_BNSYM_ENSYM): Remove.
11592 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
11593 (ASM_OUTPUT_ALIGN_WITH_NOP): Only define if !USE_GAS.
11594 (TARGET_ASM_NAMED_SECTION): Likewise.
11595 (STACK_CHECK_STATIC_BUILTIN): Remove.
11596 * config/sparc/sol2-bi.h: Remove.
11597 * config/sparc/sol2-gas-bi.h: Remove.
11598 * config/sparc/sol2-gas.h: Remove.
11599 * config/sparc/sol2-gld-bi.h: Remove.
11600 * config.gcc (i[34567]86-*-solaris2*, sparc*-*-solaris2*): Move
11601 common parts ...
11602 (*-*-solaris2*): ... here.
11603
11604 2011-06-21 Christian Bruel <christian.bruel@st.com>
11605
11606 PR other/43564
11607 * ipa-inline.c (can_inline_edge_p): Check
11608 !DECL_DISREGARD_INLINE_LIMITS.
11609
11610 2011-06-21 Christian Bruel <christian.bruel@st.com>
11611
11612 PR middle-end/49139
11613 * cgraphunit.c (process_function_and_variable_attributes): warn when
11614 always_inline functions that are not inline.
11615 * ipa-inline-transform.c (inline_transform): Always call
11616 optimize_inline.
11617 * tree-inline.c (tree_inlinable_function_p): Use error instead
11618 of sorry.
11619 (expand_call_inline): Likewise.
11620
11621 2011-06-21 Jakub Jelinek <jakub@redhat.com>
11622
11623 * Makefile.in (dg_target_exps): Set.
11624 (check_gcc_parallelize): Parallelize gcc testing into 10 jobs
11625 instead of 7, try to divide it more evenly.
11626
11627 2011-06-20 Changpeng Fang <changpeng.fang@amd.com>
11628
11629 PR target/49089
11630 * config/i386/i386.c (avx256_split_unaligned_load): New definition.
11631 (avx256_split_unaligned_store): New definition.
11632 (ix86_option_override_internal): Enable avx256 unaligned load/store
11633 splitting only when avx256_split_unaligned_load/store is set.
11634
11635 2011-06-20 Bernd Schmidt <bernds@codesourcery.com>
11636
11637 * regrename.c (scan_rtx_reg): Handle the case where we write to an
11638 open chain in a smaller mode without failing the entire block.
11639
11640 2011-06-21 Alan Modra <amodra@gmail.com>
11641
11642 * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): Match
11643 CONST high part large-toc address.
11644 (rs6000_tls_referenced_p): Make static.
11645 * config/rs6000/rs6000-protos.h (rs6000_tls_referenced_p): Delete.
11646
11647 2011-06-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11648
11649 PR target/49385
11650 * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
11651 one of the operands is a register.
11652
11653 2011-06-20 Kai Tietz <ktietz@redhat.com>
11654
11655 * fold-const.c (fold_binary_loc): Add missing folding for truth-not
11656 operations in combination with binary and.
11657
11658 2011-06-20 Bernd Schmidt <bernds@codesourcery.com>
11659
11660 * regrename.c (do_replace): Don't update notes.
11661
11662 2011-06-20 Alan Modra <amodra@gmail.com>
11663
11664 * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
11665 of toc-relative address in CONST.
11666 (rs6000_delegitimize_address): Recognize changed address.
11667 (rs6000_legitimize_reload_address): Likewise.
11668 (rs6000_emit_move): Don't force these constants to memory.
11669 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
11670 toc-relative address in CONST.
11671 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
11672 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
11673
11674 2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
11675
11676 * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
11677 (count_trailing_zeros): Likewise.
11678
11679 2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
11680
11681 PR other/49325
11682 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
11683 .init_array can be used with .ctors on targets.
11684 * configure: Regenerated.
11685
11686 2011-06-18 Eric Botcazou <ebotcazou@adacore.com>
11687
11688 * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
11689 if the element type is volatile.
11690
11691 2011-06-18 Jan Hubicka <jh@suse.cz>
11692
11693 * lto-symtab.c (lto_varpool_replace_node): Remove code handling
11694 extra name aliases.
11695 (lto_symtab_resolve_can_prevail_p): Likewise.
11696 (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
11697 * cgraphbuild.c (record_reference): Remove extra body alias code.
11698 (mark_load): Likewise.
11699 (mark_store): Likewise.
11700 * cgraph.h (varpool_node): Remove extra_name filed;
11701 add alias_of and extraname_alias.
11702 (varpool_create_variable_alias, varpool_for_node_and_aliases): Declare.
11703 (varpool_alias_aliased_node): New inline function.
11704 (varpool_variable_node): New function.
11705 * cgraphunit.c (handle_alias_pairs): Handle also variable aliases.
11706 * ipa-ref.c (ipa_record_reference): Allow aliases on variables.
11707 * lto-cgraph.c (lto_output_varpool_node): Update streaming.
11708 (input_varpool_node): Likewise.
11709 * lto-streamer-out.c (produce_symtab): Remove extra name aliases.
11710 (varpool_externally_visible_p): Remove extra body alias code.
11711 (function_and_variable_visibility): Likewise.
11712 * tree-ssa-structalias.c (associate_varinfo_to_alias_1): New function.
11713 (ipa_pta_execute): Use it.
11714 * varpool.c (varpool_remove_node): Remove extra name alias code.
11715 (varpool_mark_needed_node): Likewise.
11716 (varpool_analyze_pending_decls): Analyze aliases.
11717 (assemble_aliases): New functoin.
11718 (varpool_assemble_decl): Use it.
11719 (varpool_create_variable_alias): New function.
11720 (varpool_extra_name_alias): Rewrite.
11721 (varpool_for_node_and_aliases): New function.
11722
11723 2011-06-18 Jakub Jelinek <jakub@redhat.com>
11724
11725 PR target/49411
11726 * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
11727 last_arg_constant and last argument doesn't match its predicate,
11728 for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
11729 if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
11730 (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
11731 spelling of error message.
11732 * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
11733 vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
11734 const_0_to_255_operand instead of const_int_operand.
11735
11736 Revert:
11737 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
11738
11739 * config/i386/sse.md (blendbits): Remove mode attribute.
11740 (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
11741 instead of const_0_to_<blendbits>_operand for operand 3 predicate.
11742 Check integer value of operand 3 in insn constraint.
11743
11744 2011-06-17 Hans-Peter Nilsson <hp@axis.com>
11745
11746 PR rtl-optimization/48542
11747 * reload.c (find_equiv_reg): Stop looking when finding a
11748 setjmp-type call.
11749 * reload1.c (reload_as_needed): Invalidate all reload
11750 registers when crossing a setjmp-type call.
11751
11752 2011-06-16 Jeff Law <law@redhat.com>
11753
11754 * tree-ssa-threadupdate.c (struct redirection_data): New field
11755 intermediate_edge.
11756 (THREAD_TARGET2): Define.
11757 (redirection_data_eq): Also check that the intermediate edge is equal.
11758 (lookup_redirection_data): Drop useless argument. Extract the
11759 outgoing_edge and intermediate edge from E. Callers updated.
11760 (copy_phi_args, update_destination_phis): New functions.
11761 (fix_duplicate_block_edges): Likewise.
11762 (create_edge_and_update_destination_phis): Duplicate all the edges
11763 hung off e->aux. Use copy_phi_args.
11764 (create_duplicates): Use fix_duplicate_block_edges.
11765 (fixup_template_block): Likewise.
11766 (redirect_edges): If necessary, redirect the joiner block's incoming
11767 edge to the duplicate of the joiner block.
11768 (thread_block): Don't muck up loops when threading through a joiner
11769 block.
11770 (thread_through_loop_header): Handle threading through a joiner block.
11771 (mark_threaded_blocks, register_jump_thread): Likewise.
11772 * tree-flow.h (register_jump_thread): Add new argument. Callers
11773 updated.
11774 * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
11775 (thread_across_edge): Handle threading through a joiner block.
11776
11777 2011-06-16 Martin Jambor <mjambor@suse.cz>
11778
11779 PR tree-optimization/49343
11780 * tree-sra.c (build_ref_for_model): Use component_ref_field_offset to
11781 calculate offset, provide 2nd operand for the new COMPONENT_REF.
11782
11783 2011-06-16 Iain Sandoe <iains@gcc.gnu.org>
11784
11785 * config/darwin-protos.h (machopic_select_rtx_section): Move to
11786 inside RTX_CODE ifdef.
11787
11788 2011-06-16 Tom de Vries <tom@codesourcery.com>
11789
11790 PR target/45098
11791 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
11792 Disallow NULL pointer for pointer arithmetic.
11793
11794 2011-06-16 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11795
11796 PR target/49398
11797 Revert.
11798 2011-06-10 Wei Guozhi <carrot@google.com>
11799
11800 PR target/45335
11801 * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
11802 stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
11803 (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
11804 related peephole2.
11805 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
11806 related peephole2.
11807 * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
11808 (arm_legitimate_ldrd_p): New prototype.
11809 (arm_output_ldrd): New prototype.
11810 * config/arm/arm.c (arm_check_ldrd_operands): New function.
11811 (arm_legitimate_ldrd_p): New function.
11812 (arm_output_ldrd): New function.
11813
11814 2011-06-16 Joern Rennecke <joern.rennecke@embecosm.com>
11815
11816 PR middle-end/46500
11817 * doc/tm.texi.in: Update Copyright date.
11818 * doc/tm.texi: Regenerate.
11819 * targhooks.c (default_setup_incoming_varargs): Replace
11820 CUMULATIVE_ARGS* argument type with cumulative_args_t.
11821 (default_pretend_outgoing_varargs_named): Likewise.
11822 (hook_pass_by_reference_must_pass_in_stack): Likewise.
11823 (hook_callee_copies_named): Likewise.
11824 (default_function_arg_advance): Likewise.
11825 (default_function_arg): Likewise.
11826 (default_function_incoming_arg): Likewise.
11827 (hook_bool_CUMULATIVE_ARGS_false): Likewise.
11828 (hook_bool_CUMULATIVE_ARGS_true): Likewise.
11829 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
11830 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
11831 (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
11832 * targhooks.h (default_setup_incoming_varargs): Likewise.
11833 (default_pretend_outgoing_varargs_named): Likewise.
11834 (hook_pass_by_reference_must_pass_in_stack): Likewise.
11835 (hook_callee_copies_named): Likewise.
11836 (default_function_arg_advance): Likewise.
11837 (default_function_arg): Likewise.
11838 (default_function_incoming_arg): Likewise.
11839 (hook_bool_CUMULATIVE_ARGS_false): Likewise.
11840 (hook_bool_CUMULATIVE_ARGS_true): Likewise.
11841 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
11842 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
11843 (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
11844 * target.def (pass_by_reference): Likewise.
11845 (setup_incoming_varargs, strict_argument_naming): Likewise.
11846 (pretend_outgoing_varargs_named, callee_copies): Likewise.
11847 (arg_partial_bytes, function_arg_advance, function_arg): Likewise.
11848 (function_incoming_arg): Likewise.
11849 * target.h: Don't include "tm.h" .
11850 (cumulative_args_t): New typedef.
11851 [GCC_TM_H] (get_cumulative_args): New static inline function.
11852 [GCC_TM_H] (pack_cumulative_args): Likewise.
11853 * config/alpha/alpha.c (alpha_function_arg): Replace CUMULATIVE_ARGS*
11854 argument type with cumulative_args_t.
11855 (alpha_function_arg_advance, alpha_arg_partial_bytes): Likewise.
11856 (alpha_pass_by_reference, alpha_setup_incoming_varargs): Likewise.
11857 * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
11858 (frv_arg_partial_bytes, frv_function_arg): Likewise.
11859 (frv_function_incoming_arg, frv_function_arg_advance): Likewise.
11860 (frv_function_arg_1): Likewise.
11861 * config/s390/s390.c (s390_pass_by_reference): Likewise.
11862 (s390_function_arg_advance, s390_function_arg): Likewise.
11863 * config/m32c/m32c.c (m32c_function_arg): Likewise.
11864 (m32c_pass_by_reference, m32c_function_arg_advance): Likewise.
11865 (m32c_strict_argument_naming): Likewise.
11866 * config/spu/spu.c (spu_pass_by_reference, spu_function_arg): Likewise.
11867 (spu_function_arg_advance): Likewise.
11868 (spu_setup_incoming_varargs): Likewise. Make static.
11869 * config/spu/spu-protos.h (spu_setup_incoming_varargs):
11870 Remove prototype.
11871 * config/sparc/sparc.c (sparc_strict_argument_naming): Replace
11872 CUMULATIVE_ARGS* argument type with cumulative_args_t.
11873 (sparc_pass_by_reference, sparc_function_arg_advance): Likewise.
11874 (sparc_function_arg, sparc_function_incoming_arg): Likewise.
11875 (sparc_arg_partial_bytes, sparc_function_arg_1): Likewise.
11876 * config/mep/mep.c (mep_setup_incoming_varargs): Likewise.
11877 (mep_pass_by_reference, mep_function_arg): Likewise.
11878 (mep_function_arg_advance): Likewise.
11879 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
11880 (m32r_pass_by_reference, m32r_arg_partial_bytes): Likewise.
11881 (m32r_function_arg, m32r_function_arg_advance): Likewise.
11882 * config/rx/rx.c (rx_function_arg, rx_function_arg_advance): Likewise.
11883 * config/i386/i386.c (ix86_function_arg_advance): Likewise.
11884 (ix86_function_arg, ix86_pass_by_reference): Likewise.
11885 (ix86_setup_incoming_varargs): Likewise.
11886 * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
11887 (sh_strict_argument_naming): Likewise.
11888 (sh_pretend_outgoing_varargs_named, sh_pass_by_reference): Likewise.
11889 (sh_callee_copies, sh_arg_partial_bytes): Likewise.
11890 (sh_function_arg_advance, sh_function_arg): Likewise.
11891 * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
11892 (pdp11_function_arg_advance): Likewise.
11893 * config/microblaze/microblaze.c (microblaze_function_arg_advance):
11894 Likewise.
11895 (microblaze_function_arg, function_arg_partial_bytes): Likewise.
11896 * config/avr/avr.c (avr_function_arg): Likewise.
11897 (avr_function_arg_advance): Likewise.
11898 * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
11899 (xtensa_function_arg, xtensa_function_incoming_arg): Likewise.
11900 (xtensa_function_arg_1): Likewise.
11901 * config/stormy16/stormy16.c (xstormy16_function_arg_advance):
11902 Likewise.
11903 (xstormy16_function_arg): Likewise.
11904 * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
11905 (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
11906 (fr30_function_arg_advance): Likewise.
11907 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
11908 (lm32_function_arg, lm32_function_arg_advance): Likewise.
11909 * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
11910 (moxie_function_arg, moxie_function_arg_advance): Likewise.
11911 (moxie_pass_by_reference, moxie_arg_partial_bytes): Likewise.
11912 * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
11913 (cris_pass_by_reference, cris_arg_partial_bytes): Likewise.
11914 (cris_function_arg, cris_function_incoming_arg): Likewise.
11915 (cris_function_arg_advance, cris_function_arg_1): Likewise.
11916 * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
11917 (iq2000_pass_by_reference, iq2000_arg_partial_bytes): Likewise.
11918 (iq2000_function_arg, iq2000_function_arg_advance): Likewise.
11919 * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
11920 (mn10300_function_arg, mn10300_function_arg_advance): Likewise.
11921 (mn10300_arg_partial_bytes): Likewise.
11922 * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
11923 (ia64_arg_partial_bytes, ia64_function_arg): Likewise.
11924 (ia64_function_incoming_arg, ia64_function_arg_advance): Likewise.
11925 (ia64_function_arg_1): Likewise.
11926 * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
11927 (m68k_function_arg): Likewise.
11928 * config/rs6000/rs6000.c (rs6000_function_arg_advance): Likewise.
11929 (rs6000_function_arg, setup_incoming_varargs): Likewise.
11930 (rs6000_pass_by_reference, rs6000_arg_partial_bytes): Likewise.
11931 * config/picochip/picochip.c (picochip_arg_partial_bytes): Likewise.
11932 (picochip_function_arg, picochip_incoming_function_arg): Likewise.
11933 (picochip_arg_advance): Likewise.
11934 * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
11935 (mcore_arg_partial_bytes, mcore_function_arg): Likewise.
11936 (mcore_function_arg_advance): Likewise.
11937 * config/score/score.c (score_pass_by_reference): Likewise.
11938 (score_function_arg_advance): Likewise.
11939 (score_arg_partial_bytes): Likewise. Make static.
11940 * config/score/score-protos.h (score_arg_partial_bytes): Don't declare.
11941 * config/arm/arm.c (arm_arg_partial_bytes): Replace
11942 CUMULATIVE_ARGS* argument type with cumulative_args_t.
11943 (arm_function_arg, arm_function_arg_advance): Likewise.
11944 (arm_setup_incoming_varargs, arm_pass_by_reference): Likewise.
11945 * config/pa/pa.c (pa_pass_by_reference): Likewise.
11946 (pa_arg_partial_bytes, pa_function_arg_advance): Likewise.
11947 (pa_function_arg): Likewise.
11948 * config/mips/mips.c (mips_strict_argument_naming): Likewise.
11949 (mips_function_arg, mips_function_arg_advance): Likewise.
11950 (mips_arg_partial_bytes, mips_pass_by_reference): Likewise.
11951 (mips_callee_copies, mips_setup_incoming_varargs): Likewise.
11952 * config/vax/vax.c (vax_function_arg): Likewise.
11953 (vax_function_arg_advance): Likewise.
11954 * config/h8300/h8300.c (h8300_function_arg): Likewise.
11955 (h8300_function_arg_advance): Likewise.
11956 * config/v850/v850.c (v850_pass_by_reference): Likewise.
11957 (v850_strict_argument_naming, v850_function_arg): Likewise.
11958 (v850_arg_partial_bytes, v850_function_arg_advance): Likewise.
11959 (v850_setup_incoming_varargs): Likewise.
11960 * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
11961 (mmix_function_arg_advance, mmix_function_incoming_arg): Likewise.
11962 (mmix_function_arg, mmix_pass_by_reference): Likewise.
11963 (mmix_function_arg_1): Replace const CUMULATIVE_ARGS* argument type
11964 with const void *.
11965 * config/bfin/bfin.c (setup_incoming_varargs): Replace
11966 CUMULATIVE_ARGS* argument type with cumulative_args_t.
11967 (bfin_function_arg_advance, bfin_function_arg): Likewise.
11968 (bfin_arg_partial_bytes, bfin_pass_by_reference): Likewise.
11969 * calls.c (emit_call_1): Change type of args_so_far to
11970 cumulative_args_t. Changed all callers.
11971 (initialize_argument_information): Likewise.
11972 (expand_call, emit_library_call_value_1): Use pack_cumulative_args.
11973 * dse.c (get_call_args): Likewise.
11974 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
11975 * function.c (pass_by_reference, reference_callee_copied): Likewise.
11976 (struct assign_parm_data_all): Rename args_so_far to args_so_far_v.
11977 New member args_so_far_v. Changed all users.
11978 * var-tracking.c (prepare_call_arguments): Use pack_cumulative_args.
11979 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
11980 * config/mips/mips.c (mips_output_args_xfer): Likewise.
11981 * config/s390/s390.c (s390_call_saved_register_used): Likewise.
11982 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
11983 * config/microblaze/microblaze.c (microblaze_expand_prologue):
11984 Likewise.
11985 * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
11986 m32r_pass_by_reference.
11987
11988 2011-06-16 Ira Rosen <ira.rosen@linaro.org>
11989
11990 * tree-vectorizer.h (vect_recog_func_ptr): Change the first
11991 argument to be a VEC of statements.
11992 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove the
11993 assert that pattern statements have to have their vector type set.
11994 * tree-vect-patterns.c (vect_recog_widen_sum_pattern):
11995 Change the first argument to be a VEC of statements. Update
11996 documentation.
11997 (vect_recog_dot_prod_pattern, vect_recog_pow_pattern): Likewise.
11998 (vect_handle_widen_mult_by_const): New function.
11999 (vect_recog_widen_mult_pattern): Change the first argument to be a
12000 VEC of statements. Update documentation. Check that the constant is
12001 INTEGER_CST. Support multiplication by a constant that fits an
12002 intermediate type - call vect_handle_widen_mult_by_const.
12003 (vect_pattern_recog_1): Update vect_recog_func_ptr and its
12004 call. Handle additional pattern statements if necessary.
12005
12006 2011-06-16 Nick Clifton <nickc@redhat.com>
12007
12008 PR target/49427
12009 * config.gcc: Set cpu_type to v850 for any V850 architecture.
12010 (v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
12011 md_file, extra_modes, out_file and extra_options are these are all
12012 deduced from cpu_type.
12013
12014 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
12015
12016 * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
12017 truncation mask to 63.
12018
12019 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
12020
12021 PR target/49313
12022 PR target/29524
12023 * longlong.h: Add AVR support:
12024 (count_leading_zeros): New macro.
12025 (count_trailing_zeros): New macro.
12026 (COUNT_LEADING_ZEROS_0): New macro.
12027 * config/avr/t-avr (LIB1ASMFUNCS): Add _ffssi2, _ffshi2, _loop_ffsqi2,
12028 _ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2, _paritydi2, _paritysi2,
12029 _parityhi2, _popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
12030 _bswapsi2, _bswapdi2, _ashldi3, _ashrdi3, _lshrdi3.
12031 (LIB2FUNCS_EXCLUDE): Add _clz.
12032 * config/avr/libgcc.S (XCALL): Move up in file.
12033 (XJMP): New C Macro.
12034 (DEFUN): New asm macro.
12035 (ENDF): New asm macro.
12036 (__ffssi2): New function.
12037 (__ffshi2): New function.
12038 (__loop_ffsqi2): New function.
12039 (__ctzsi2): New function.
12040 (__ctzhi2): New function.
12041 (__clzdi2): New function.
12042 (__clzsi2): New function.
12043 (__clzhi2): New function.
12044 (__paritydi2): New function.
12045 (__paritysi2): New function.
12046 (__parityhi2): New function.
12047 (__parityqi2): New function.
12048 (__popcounthi2): New function.
12049 (__popcountsi2): New function.
12050 (__popcountdi2): New function.
12051 (__popcountqi2): New function.
12052 (__bswapsi2): New function.
12053 (__bswapdi2): New function.
12054 (__ashldi3): New function.
12055 (__ashrdi3): New function.
12056 (__lshrdi3): New function.
12057 Fix suspicous lines.
12058
12059 2011-06-16 Richard Guenther <rguenther@suse.de>
12060
12061 * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
12062 the same as x != 0.
12063 * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
12064 to (bool) X & 1.
12065 * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
12066 equality compares against zero for the lower bit.
12067
12068 2011-06-16 Jakub Jelinek <jakub@redhat.com>
12069
12070 PR tree-optimization/49419
12071 * tree-vrp.c (execute_vrp): Call init_range_assertions
12072 before estimate_numbers_of_iterations, call
12073 free_number_of_iterations_estimates before calling
12074 remove_range_assertions.
12075
12076 2011-06-16 Revital Eres <revital.eres@linaro.org>
12077
12078 * modulo-sched.c (struct ps_insn): Remove row_rest_count field.
12079 (struct partial_schedule): Add rows_length field.
12080 (verify_partial_schedule): Check rows_length.
12081 (ps_insert_empty_row): Handle rows_length.
12082 (create_partial_schedule): Likewise.
12083 (free_partial_schedule): Likewise.
12084 (reset_partial_schedule): Likewise.
12085 (create_ps_insn): Remove rest_count argument.
12086 (remove_node_from_ps): Update rows_length.
12087 (add_node_to_ps): Update rows_length and call create_ps_insn
12088 without passing row_rest_count.
12089 (rotate_partial_schedule): Update rows_length.
12090
12091 2011-06-16 Revital Eres <revital.eres@linaro.org>
12092
12093 * ddg.c (add_intra_loop_mem_dep): New function.
12094 (build_intra_loop_deps): Call it.
12095
12096 2011-06-13 Jeff Law <law@redhat.com>
12097
12098 * df-problems.c (df_lr_local_compute): Manually CSE
12099 PIC_OFFSET_TABLE_REGNUM.
12100 * df-scan.c (df_get_regular_block_artificial_uses): Likewise.
12101 (df_get_entry_block_def_set, df_get_exit_block_use_set): Likewise.
12102
12103 2011-06-13 Jan Hubicka <jh@suse.cz>
12104
12105 * cgraphunit.c (handle_alias_pairs): New function.
12106 (cgraph_finalize_compilation_unit): Use it.
12107 * ipa.c (cgraph_externally_visible_p): Remove hack marking asm names
12108 as externally visible.
12109
12110 2011-06-15 Richard Guenther <rguenther@suse.de>
12111
12112 * expr.c (expand_expr_real_2): Reduce all integral types to
12113 bitfield precision.
12114 (expand_expr_real_1): Likewise.
12115
12116 2011-06-15 Martin Jambor <mjambor@suse.cz>
12117
12118 PR tree-optimization/48613
12119 * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
12120 ipa_node_params_vector is NULL.
12121
12122 2011-06-15 Jakub Jelinek <jakub@redhat.com>
12123
12124 PR debug/49382
12125 * dwarf2out.c (dw_loc_list_node): Add force field.
12126 (add_var_loc_to_decl): For PARM_DECL, attempt to keep the incoming
12127 location in the list, even if it is modified before first real insn.
12128 (output_loc_list): Emit empty ranges with force flag set.
12129 (dw_loc_list): If first range of a PARM_DECL is empty, set force flag.
12130
12131 2011-06-15 Alexander Monakov <amonakov@ispras.ru>
12132
12133 PR target/49349
12134 * sel-sched.c (find_place_for_bookkeeping): Add new parameter
12135 (fence_to_rewind). Use it to notice when bookkeeping will be placed
12136 above a fence. Update comments.
12137 (generate_bookkeeping_insn): Rewind fence when bookkeeping code is
12138 placed just above it. Do not allow NULL place_to_insert.
12139
12140 2011-06-15 Ira Rosen <ira.rosen@linaro.org>
12141
12142 * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.
12143 (slpeel_tree_peel_loop_to_edge): Don't call
12144 remove_dead_stmts_from_loop.
12145 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
12146 remove irrelevant pattern statements. For irrelevant statements
12147 check if it is the last statement of a detected pattern, use
12148 corresponding pattern statement instead.
12149 (destroy_loop_vec_info): No need to remove pattern statements,
12150 only free stmt_vec_info.
12151 (vect_transform_loop): For irrelevant statements check if it is
12152 the last statement of a detected pattern, use corresponding
12153 pattern statement instead.
12154 * tree-vect-patterns.c (vect_pattern_recog_1): Don't insert
12155 pattern statements. Set basic block for the new statement.
12156 (vect_pattern_recog): Update documentation.
12157 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Scan
12158 operands of pattern statements.
12159 (vectorizable_call): Fix printing. In case of a pattern statement
12160 use the lhs of the original statement when creating a dummy
12161 statement to replace the original call.
12162 (vect_analyze_stmt): For irrelevant statements check if it is
12163 the last statement of a detected pattern, use corresponding
12164 pattern statement instead.
12165 * tree-vect-slp.c (vect_schedule_slp_instance): For pattern
12166 statements use gsi of the original statement.
12167
12168 2011-06-14 Joseph Myers <joseph@codesourcery.com>
12169
12170 * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
12171 common/common-target-def.h.
12172 * target.def (default_target_flags, handle_option,
12173 supports_split_stack, optimization_table, init_struct,
12174 except_unwind_info, unwind_tables_default, have_named_sections):
12175 Move to common/common-target.def.
12176 * target.h (enum opt_levels, struct default_options): Move to
12177 common/common-target.h.
12178 * targhooks.c (default_except_unwind_info,
12179 dwarf2_except_unwind_info, sjlj_except_unwind_info,
12180 default_target_handle_option, empty_optimization_table): Move to
12181 common/common-targhooks.c.
12182 * targhooks.h (default_except_unwind_info,
12183 dwarf2_except_unwind_info, sjlj_except_unwind_info,
12184 default_target_handle_option, empty_optimization_table): Move to
12185 common/common-targhooks.h.
12186 * common/common-target-def.h: Include common/common-targhooks.h.
12187 (TARGET_HAVE_NAMED_SECTIONS): Define if TARGET_ASM_NAMED_SECTION
12188 defined.
12189 * common/common-target.def (handle_option, option_init_struct,
12190 option_optimization_table, default_target_flags,
12191 except_unwind_info, supports_split_stack, unwind_tables_default,
12192 have_named_sections): Move from target.def.
12193 (HOOK_PREFIX): Undefine at end of file.
12194 * common/common-target.h: Include input.h.
12195 (enum opt_levels, struct default_options): Move from target.h.
12196 * common/common-targhooks.c, common/common-targhooks.h: New.
12197 * config.gcc (target_has_targetm_common): Default to yes.
12198 (moxie*): Set target_has_targetm_common=no.
12199 (hppa*-*-*): Don't set target_has_targetm_common=yes.
12200 * doc/tm.texi: Regenerate.
12201 * Makefile.in (COMMON_TARGET_H): Add $(INPUT_H).
12202 (C_TARGET_DEF_H): Add common/common-targhooks.h.
12203 (GCC_OBJS): Remove vec.o.
12204 (OBJS): Remove hooks.o and vec.o.
12205 (OBJS-libcommon-target): Add vec.o, hooks.o and
12206 common/common-targhooks.o.
12207 (c-family/c-common.o, c-family/c-cppbuiltin.o, lto-opts.o, tree.o,
12208 tree-tailcall.o, opts.o, toplev.o, varasm.o, function.o, except.o,
12209 expr.o, explow.o, dbxout.o, dwarf2out.o, cfgrtl.o, haifa-sched.o,
12210 cfglayout.o, $(out_object_file), $(common_out_object_file)):
12211 Update dependencies.
12212 (common/common-targhooks.o): New.
12213 * common/config/default-common.c: Include tm.h. Add FIXME comment.
12214 * common/config/pa/pa-common.c: Include more headers. Take
12215 copyright dates from pa.c.
12216 (pa_option_optimization_table, pa_handle_option,
12217 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS,
12218 TARGET_HANDLE_OPTION): Move from pa.c.
12219 * common/config/alpha/alpha-common.c,
12220 common/config/arm/arm-common.c, common/config/avr/avr-common.c,
12221 common/config/bfin/bfin-common.c,
12222 common/config/cris/cris-common.c,
12223 common/config/fr30/fr30-common.c, common/config/frv/frv-common.c,
12224 common/config/h8300/h8300-common.c,
12225 common/config/i386/i386-common.c,
12226 common/config/ia64/ia64-common.c,
12227 common/config/iq2000/iq2000-common.c,
12228 common/config/lm32/lm32-common.c,
12229 common/config/m32c/m32c-common.c,
12230 common/config/m32r/m32r-common.c,
12231 common/config/m68k/m68k-common.c,
12232 common/config/mcore/mcore-common.c,
12233 common/config/mep/mep-common.c,
12234 common/config/microblaze/microblaze-common.c,
12235 common/config/mips/mips-common.c,
12236 common/config/mmix/mmix-common.c,
12237 common/config/mn10300/mn10300-common.c,
12238 common/config/pdp11/pdp11-common.c,
12239 common/config/picochip/picochip-common.c,
12240 common/config/rs6000/rs6000-common.c,
12241 common/config/rx/rx-common.c, common/config/s390/s390-common.c,
12242 common/config/score/score-common.c, common/config/sh/sh-common.c,
12243 common/config/sparc/sparc-common.c,
12244 common/config/spu/spu-common.c, common/config/v850/v850-common.c,
12245 common/config/vax/vax-common.c,
12246 common/config/xstormy16/xstormy16-common.c,
12247 common/config/xtensa/xtensa-common.c: New.
12248 * config/alpha/alpha.c: Include common/common-target.h.
12249 (alpha_option_optimization_table, alpha_handle_option,
12250 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
12251 TARGET_OPTION_OPTIMIZATION_TABLE): Move to alpha-common.c.
12252 * config/arm/arm-protos.h (arm_except_unwind_info): Declare.
12253 * config/arm/arm.c (arm_option_optimization_table,
12254 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
12255 TARGET_EXCEPT_UNWIND_INFO, arm_except_unwind_info): Move to
12256 arm-common.c.
12257 * config/avr/avr.c (avr_option_optimization_table,
12258 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
12259 to avr-common.c.
12260 * config/bfin/bfin.c (struct bfin_cpu): Move to bfin.h.
12261 (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION,
12262 TARGET_DEFAULT_TARGET_FLAGS): Move to bfin-common.c.
12263 * config/bfin/bfin.h struct bfin_cpu): Move from bfin.c.
12264 * config/cris/cris.c (cris_option_optimization_table,
12265 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
12266 TARGET_OPTION_OPTIMIZATION_TABLE, cris_handle_option): Move to
12267 cris-common.c.
12268 * config/fr30/fr30.c (fr30_option_optimization_table,
12269 TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
12270 to fr30-common.c.
12271 * config/frv/frv.c (frv_option_optimization_table,
12272 MASK_DEFAULT_ALLOC_CC, TARGET_DEFAULT_TARGET_FLAGS,
12273 TARGET_OPTION_OPTIMIZATION_TABLE): Move to frv-common.c.
12274 * config/h8300/h8300.c (h8300_option_optimization_table,
12275 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
12276 TARGET_EXCEPT_UNWIND_INFO): Move to h8300-common.c.
12277 * config/i386/i386-protos.h (ix86_handle_option): Declare.
12278 * config/i386/i386.c: Include common/common-target.h.
12279 (OPTION_MASK_ISA_MMX_SET, OPTION_MASK_ISA_3DNOW_SET,
12280 OPTION_MASK_ISA_SSE_SET, OPTION_MASK_ISA_SSE2_SET,
12281 OPTION_MASK_ISA_SSE3_SET, OPTION_MASK_ISA_SSSE3_SET,
12282 OPTION_MASK_ISA_SSE4_1_SET, OPTION_MASK_ISA_SSE4_2_SET,
12283 OPTION_MASK_ISA_AVX_SET, OPTION_MASK_ISA_FMA_SET,
12284 OPTION_MASK_ISA_SSE4_SET, OPTION_MASK_ISA_SSE4A_SET,
12285 OPTION_MASK_ISA_FMA4_SET, OPTION_MASK_ISA_XOP_SET,
12286 OPTION_MASK_ISA_LWP_SET, OPTION_MASK_ISA_AES_SET,
12287 OPTION_MASK_ISA_PCLMUL_SET, OPTION_MASK_ISA_ABM_SET,
12288 OPTION_MASK_ISA_BMI_SET, OPTION_MASK_ISA_TBM_SET,
12289 OPTION_MASK_ISA_POPCNT_SET, OPTION_MASK_ISA_CX16_SET,
12290 OPTION_MASK_ISA_SAHF_SET, OPTION_MASK_ISA_MOVBE_SET,
12291 OPTION_MASK_ISA_CRC32_SET, OPTION_MASK_ISA_FSGSBASE_SET,
12292 OPTION_MASK_ISA_RDRND_SET, OPTION_MASK_ISA_F16C_SET,
12293 OPTION_MASK_ISA_MMX_UNSET, OPTION_MASK_ISA_3DNOW_UNSET,
12294 OPTION_MASK_ISA_3DNOW_A_UNSET, OPTION_MASK_ISA_SSE_UNSET,
12295 OPTION_MASK_ISA_SSE2_UNSET, OPTION_MASK_ISA_SSE3_UNSET,
12296 OPTION_MASK_ISA_SSSE3_UNSET, OPTION_MASK_ISA_SSE4_1_UNSET,
12297 OPTION_MASK_ISA_SSE4_2_UNSET, OPTION_MASK_ISA_AVX_UNSET,
12298 OPTION_MASK_ISA_FMA_UNSET, OPTION_MASK_ISA_SSE4_UNSET,
12299 OPTION_MASK_ISA_SSE4A_UNSET, OPTION_MASK_ISA_FMA4_UNSET,
12300 OPTION_MASK_ISA_XOP_UNSET, OPTION_MASK_ISA_LWP_UNSET,
12301 OPTION_MASK_ISA_AES_UNSET, OPTION_MASK_ISA_PCLMUL_UNSET,
12302 OPTION_MASK_ISA_ABM_UNSET, OPTION_MASK_ISA_BMI_UNSET,
12303 OPTION_MASK_ISA_TBM_UNSET, OPTION_MASK_ISA_POPCNT_UNSET,
12304 OPTION_MASK_ISA_CX16_UNSET, OPTION_MASK_ISA_SAHF_UNSET,
12305 OPTION_MASK_ISA_MOVBE_UNSET, OPTION_MASK_ISA_CRC32_UNSET,
12306 OPTION_MASK_ISA_FSGSBASE_UNSET, OPTION_MASK_ISA_RDRND_UNSET,
12307 OPTION_MASK_ISA_F16C_UNSET, ix86_handle_option,
12308 ix86_option_optimization_table, ix86_option_init_struct,
12309 ix86_supports_split_stack, TARGET_DEFAULT_TARGET_FLAGS,
12310 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
12311 TARGET_OPTION_INIT_STRUCT, TARGET_SUPPORTS_SPLIT_STACK): Move to
12312 i386-common.c.
12313 * config/i386/t-i386 (i386.o): Update dependencies.
12314 * config/ia64/ia64-protos.h (ia64_except_unwind_info): Declare.
12315 * config/ia64/ia64.c (ia64_option_optimization_table,
12316 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
12317 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
12318 ia64_handle_option): Move to ia64-common.c.
12319 * config/iq2000/iq2000.c (iq2000_option_optimization_table,
12320 TARGET_OPTION_OPTIMIZATION_TABLE): Move to iq2000-common.c.
12321 * config/lm32/lm32.c (lm32_option_optimization_table,
12322 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
12323 to lm32-common.c.
12324 * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
12325 m32c-common.c.
12326 * config/m32r/m32r.c (m32r_option_optimization_table,
12327 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
12328 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
12329 m32r_handle_option): Move to m32r-common.c.
12330 (m32r_memory_move_cost): Remove comment referring to
12331 TARGET_HANDLE_OPTION.
12332 * config/m68k/m68k.c (TARGET_HANDLE_OPTION, m68k_handle_option):
12333 Move to m68k-common.c.
12334 * config/mcore/mcore.c (mcore_option_optimization_table,
12335 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
12336 TARGET_EXCEPT_UNWIND_INFO): Move to mcore-common.c.
12337 * config/mep/mep.c (mep_option_optimization_table,
12338 mep_handle_option, TARGET_HANDLE_OPTION,
12339 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS):
12340 Move to mep-common.c.
12341 * config/microblaze/microblaze.c
12342 (microblaze_option_optimization_table,
12343 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
12344 TARGET_EXCEPT_UNWIND_INFO): Move to microblaze-common.c.
12345 * config/mips/mips.c (mips_handle_option,
12346 mips_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
12347 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Move to
12348 mips-common.c.
12349 * config/mmix/mmix.c (mmix_option_optimization_table,
12350 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
12351 Move to mmix-common.c.
12352 * config/mn10300/mn10300.c (mn10300_option_optimization_table,
12353 mn10300_handle_option, TARGET_EXCEPT_UNWIND_INFO,
12354 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
12355 TARGET_OPTION_OPTIMIZATION_TABLE): Move to mn10300-common.c.
12356 * config/pa/pa.c: Include common/common-target.h.
12357 (pa_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
12358 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
12359 pa_handle_option): Move to pa-common.c.
12360 (pa_option_override): Use targetm_common.except_unwind_info.
12361 (pa_asm_output_mi_thunk, pa_function_section): Use
12362 targetm_common.have_named_sections.
12363 * config/pdp11/pdp11.c (pdp11_option_optimization_table,
12364 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
12365 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
12366 pdp11_handle_option, pdp11_option_init_struct): Move to
12367 pdp11-common.c.
12368 * config/picochip/picochip.c (picochip_option_optimization_table,
12369 TARGET_HAVE_NAMED_SECTIONS, TARGET_OPTION_OPTIMIZATION_TABLE,
12370 TARGET_EXCEPT_UNWIND_INFO): Move to picochip-common.c.
12371 * config/rs6000/rs6000.c: Include common/common-target.h.
12372 (rs6000_option_optimization_table, TARGET_HANDLE_OPTION,
12373 TARGET_OPTION_INIT_STRUCT, TARGET_OPTION_OPTIMIZATION_TABLE,
12374 TARGET_DEFAULT_TARGET_FLAGS, rs6000_option_init_struct,
12375 rs6000_handle_option): Move to rs6000-common.c.
12376 * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
12377 * config/rx/rx.c (rx_handle_option, rx_option_optimization_table,
12378 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
12379 TARGET_EXCEPT_UNWIND_INFO): Move to rx-common.c.
12380 * config/s390/s390.c (processor_flags_table,
12381 s390_option_optimization_table, s390_option_init_struct,
12382 s390_handle_option, TARGET_DEFAULT_TARGET_FLAGS,
12383 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
12384 TARGET_OPTION_INIT_STRUCT): Move to s390-common.c.
12385 * config/s390/s390.h (processor_flags_table): Declare.
12386 * config/score/score.c (score_option_optimization_table,
12387 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
12388 TARGET_OPTION_OPTIMIZATION_TABLE, MASK_ALL_CPU_BITS,
12389 score_handle_option): Move to score-common.c.
12390 * config/sh/sh.c (sh_option_optimization_table,
12391 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
12392 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
12393 sh_handle_option, sh_option_init_struct): Move to sh-common.c.
12394 * config/sparc/sparc.c: Include common/common-target.h.
12395 (sparc_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
12396 TARGET_OPTION_OPTIMIZATION_TABLE): Move to sparc-common.c.
12397 * config/spu/spu.c (TARGET_DEFAULT_TARGET_FLAGS,
12398 TARGET_OPTION_INIT_STRUCT, TARGET_EXCEPT_UNWIND_INFO,
12399 spu_option_init_struct): Move to spu-common.c.
12400 * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
12401 TARGET_OPTION_OPTIMIZATION_TABLE): Move to xstormy16-common.c.
12402 * config/v850/v850.c (small_memory_physical_max,
12403 v850_handle_memory_optionn v850_handle_option,
12404 v850_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
12405 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE): Move to
12406 v850-common.c.
12407 * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Move to vax-common.c.
12408 * config/xtensa/xtensa.c (xtensa_option_optimization_table,
12409 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
12410 Move to xtensa-common.c.
12411 * cfglayout.c: Include common/common-target.h.
12412 (fixup_reorder_chain): Use targetm_common.have_named_sections.
12413 * cfgrtl.c: Include common/common-target.h.
12414 (force_nonfallthru_and_redirect, commit_one_edge_insertion): Use
12415 targetm_common.have_named_sections.
12416 * dbxout.c: Include common/common-target.h.
12417 (dbxout_function_end): Use targetm_common.have_named_sections.
12418 * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Use
12419 targetm_common.except_unwind_info.
12420 * dwarf2out.c: Include common/common-target.h.
12421 (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
12422 dwarf2out_begin_prologue, dwarf2out_frame_init,
12423 dwarf2out_frame_finish, dwarf2out_assembly_start): Use
12424 targetm_common.except_unwind_info.
12425 * except.c: Include common/common-target.h.
12426 (init_eh, finish_eh_generation,
12427 output_one_function_exception_table): Use
12428 targetm_common.except_unwind_info.
12429 (switch_to_exception_section): Use targetm_common.have_named_sections.
12430 * explow.c: Include common/common-target.h.
12431 * expr.c: Include common/common-target.h.
12432 (build_personality_function): Use targetm_common.except_unwind_info.
12433 * function.c: Include common/common-target.h.
12434 (expand_function_end): Use targetm_common.except_unwind_info.
12435 * haifa-sched.c: Include common/common-target.h.
12436 (sched_create_recovery_edges): Use targetm_common.have_named_sections.
12437 * lto-opts.c: Include common/common-target.h instead of target.h.
12438 (lto_reissue_options): Use targetm_common.handle_option.
12439 * opts.c: Include common/common-target.h.
12440 (target_handle_option): Use targetm_common.handle_option.
12441 (init_options_struct): Update comment referring to
12442 targetm.target_option.optimization. Use
12443 targetm_common.default_target_flags,
12444 targetm_common.unwind_tables_default and
12445 targetm_common.option_init_struct.
12446 (default_options_optimization): Use
12447 targetm_common.option_optimization_table.
12448 (finish_options): Use targetm_common.except_unwind_info,
12449 targetm_common.unwind_tables_default,
12450 targetm_common.have_named_sections and
12451 targetm_common.supports_split_stack.
12452 * toplev.c: Include common/common-target.h.
12453 (process_options): Use targetm_common.have_named_sections.
12454 * tree-tailcall.c: Include common/common-target.h.
12455 (suitable_for_tail_call_opt_p): Use targetm_common.except_unwind_info.
12456 * tree.c: Include common/common-target.h.
12457 (build_common_builtin_nodes): Use targetm_common.except_unwind_info.
12458 * varasm.c: Include common/common-target.h.
12459 (resolve_unique_section, hot_function_section,
12460 default_function_section): Use targetm_common.have_named_sections.
12461
12462 2011-06-14 Easwaran Raman <eraman@google.com>
12463
12464 PR rtl-optimization/44194
12465 * dse.c: Include tree-flow.h
12466 (insn_info): Add new field non_frame_wild_read.
12467 (group_info): Add new fields escaped_n and escaped_p.
12468 (kill_on_calls): New variable.
12469 (get_group_info): Initialize gi->escaped_n and gi->escaped_p.
12470 (dse_step0): Initialize kill_on_calls.
12471 (can_escape): New function.
12472 (set_usage_bits): Add additional parameter; record information
12473 about escaped locations.
12474 (record_store): Pass EXPR corresponding to MEM to set_usage_bits.
12475 (dse_step2_nospill): Set kill_on_calls based on
12476 group->escaped_n and group->escaped_n.
12477 (add_wild_read): Refactor into...
12478 (reset_active_stores): ... New function, and
12479 (free_read_records): ... New function.
12480 (add_non_frame_wild_read): New function.
12481 (scan_insn): Call add_non_frame_wild_read on non-const calls.
12482 (scan_reads_nospill): Handle instructions with non_frame_wild_read.
12483 (dse_step5_nospill): Call scan_reads_nospill for instructions
12484 marked as non_frame_wild_read.
12485 (dse_step7): Free escaped_n, escaped_p and kill_on_calls bitmaps.
12486
12487 2011-06-14 Joseph Myers <joseph@codesourcery.com>
12488
12489 * common/common-target-def.h, common/common-target.def,
12490 common/common-target.h, common/config/default-common.c,
12491 common/config/pa/pa-common.c: New files.
12492 * Makefile.in (common_out_file, common_out_object_file,
12493 COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
12494 (OBJS-libcommon-target): Include $(common_out_object_file).
12495 (prefix.o): Update dependencies.
12496 ($(common_out_object_file), common/common-target-hooks-def.h,
12497 s-common-target-hooks-def-h): New.
12498 (s-tm-texi): Also check timestamp on common-target.def.
12499 (build/genhooks.o): Update dependencies.
12500 * config.gcc (common_out_file, target_has_targetm_common): Define.
12501 * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
12502 TARGET_ALWAYS_STRIP_DOTDOT.
12503 * configure.ac (common_out_object_file): Define.
12504 (common_out_file, common_out_object_file): Substitute.
12505 (common): Create directory.
12506 * configure: Regenerate.
12507 * doc/tm.texi.in (targetm_common): Document.
12508 (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
12509 * doc/tm.texi: Regenerate.
12510 * genhooks.c (hook_array): Also include common/common-target.def.
12511 * prefix.c (tm.h): Don't include.
12512 (common/common-target.h): Include.
12513 (ALWAYS_STRIP_DOTDOT): Don't define.
12514 (update_path): Use targetm_common.always_strip_dotdot instead of
12515 ALWAYS_STRIP_DOTDOT.
12516 * system.h (ALWAYS_STRIP_DOTDOT): Poison.
12517
12518 2011-06-14 David Li <davidxl@google.com>
12519
12520 * passes.c (execute_function_todo): Remove TODO_dump_func.
12521 (execute_one_pass): Remove TODO_dump_func.
12522 (execute_function_dump): New function.
12523 * tree-vrp.c: Remove TODO_dump_func.
12524 * regrename.c: Remove TODO_dump_func.
12525 * fwprop.c: Remove TODO_dump_func.
12526 * tree-into-ssa.c: Remove TODO_dump_func.
12527 * tree-complex.c: Remove TODO_dump_func.
12528 * tracer.c: Remove TODO_dump_func.
12529 * tree-loop-distribution.c: Remove TODO_dump_func.
12530 * postreload-gcse.c: Remove TODO_dump_func.
12531 * postreload.c: Remove TODO_dump_func.
12532 * tree-ssa-loop-ch.c: Remove TODO_dump_func.
12533 * tree-tailcall.c: Remove TODO_dump_func.
12534 * ipa-cp.c: Remove TODO_dump_func.
12535 * final.c: Remove TODO_dump_func.
12536 * tree-emutls.c: Remove TODO_dump_func.
12537 * omp-low.c: Remove TODO_dump_func.
12538 * tree-ssa-dse.c: Remove TODO_dump_func.
12539 * tree-ssa-uncprop.c: Remove TODO_dump_func.
12540 * auto-inc-dec.c: Remove TODO_dump_func.
12541 * reorg.c: Remove TODO_dump_func.
12542 * tree-ssa-copyrename.c: Remove TODO_dump_func.
12543 * tree-ssa-ccp.c: Remove TODO_dump_func.
12544 * compare-elim.c: Remove TODO_dump_func.
12545 * mode-switching.c: Remove TODO_dump_func.
12546 * modulo-sched.c: Remove TODO_dump_func.
12547 * tree-call-cdce.c: Remove TODO_dump_func.
12548 * cse.c: Remove TODO_dump_func.
12549 * web.c: Remove TODO_dump_func.
12550 * tree-stdarg.c: Remove TODO_dump_func.
12551 * lto-streamer-out.c: Remove TODO_dump_func.
12552 * tree-ssa-math-opts.c: Remove TODO_dump_func.
12553 * tree-ssa-dom.c: Remove TODO_dump_func.
12554 * tree-nrv.c: Remove TODO_dump_func.
12555 * loop-init.c: Remove TODO_dump_func.
12556 * gimple-low.c: Remove TODO_dump_func.
12557 * ipa-inline.c: Remove TODO_dump_func.
12558 * tree-ssa-sink.c: Remove TODO_dump_func.
12559 * jump.c: Remove TODO_dump_func.
12560 * ifcvt.c: Remove TODO_dump_func.
12561 * tree-ssa-loop.c: Remove TODO_dump_func.
12562 * recog.c: Remove TODO_dump_func.
12563 * dse.c: Remove TODO_dump_func.
12564 * tree-ssa-ifcombine.c: Remove TODO_dump_func.
12565 * matrix-reorg.c: Remove TODO_dump_func.
12566 * tree-eh.c: Remove TODO_dump_func.
12567 * regmove.c: Remove TODO_dump_func.
12568 * function.c: Remove TODO_dump_func.
12569 * tree-vectorizer.c: Remove TODO_dump_func.
12570 * ipa-split.c: Remove TODO_dump_func.
12571 * gcse.c: Remove TODO_dump_func.
12572 * tree-if-conv.c: Remove TODO_dump_func.
12573 * init-regs.c: Remove TODO_dump_func.
12574 * tree-ssa-phiopt.c: Remove TODO_dump_func.
12575 * implicit-zee.c: Remove TODO_dump_func.
12576 * lower-subreg.c: Remove TODO_dump_func.
12577 * bt-load.c: Remove TODO_dump_func.
12578 * tree-dfa.c: Remove TODO_dump_func.
12579 * except.c: Remove TODO_dump_func.
12580 * emit-rtl.c: Remove TODO_dump_func.
12581 * store-motion.c: Remove TODO_dump_func.
12582 * cfgexpand.c: Remove TODO_dump_func.
12583 * tree-cfgcleanup.c: Remove TODO_dump_func.
12584 * cfgcleanup.c: Remove TODO_dump_func.
12585 * tree-ssa-pre.c: Remove TODO_dump_func.
12586 * tree-sra.c: Remove TODO_dump_func.
12587 * tree-mudflap.c: Remove TODO_dump_func.
12588 * tree-ssa-copy.c: Remove TODO_dump_func.
12589 * cfglayout.c: Remove TODO_dump_func.
12590 * tree-ssa-forwprop.c: Remove TODO_dump_func.
12591 * tree-ssa-dce.c: Remove TODO_dump_func.
12592 * ira.c: Remove TODO_dump_func.
12593 * tree-ssa.c: Remove TODO_dump_func.
12594 * integrate.c: Remove TODO_dump_func.
12595 * tree-optimize.c: Remove TODO_dump_func.
12596 * tree-ssa-phiprop.c: Remove TODO_dump_func.
12597 * tree-object-size.c: Remove TODO_dump_func.
12598 * combine.c: Remove TODO_dump_func.
12599 * bb-reorder.c: Remove TODO_dump_func.
12600 * cprop.c: Remove TODO_dump_func.
12601 * var-tracking.c: Remove TODO_dump_func.
12602 * tree-profile.c: Remove TODO_dump_func.
12603 * tree-vect-generic.c: Remove TODO_dump_func.
12604 * reg-stack.c: Remove TODO_dump_func.
12605 * sched-rgn.c: Remove TODO_dump_func.
12606 * tree-ssa-structalias.c: Remove TODO_dump_func.
12607 * tree-switch-conversion.c: Remove TODO_dump_func.
12608 * tree-cfg.c: Remove TODO_dump_func.
12609 * tree-ssa-reassoc.c: Remove TODO_dump_func.
12610 * combine-stack-adj.c: Remove TODO_dump_func.
12611 * dce.c: Remove TODO_dump_func.
12612 * tree-ssanames.c: Remove TODO_dump_func.
12613 * regcprop.c: Remove TODO_dump_func.
12614
12615 2011-06-14 H.J. Lu <hongjiu.lu@intel.com>
12616
12617 PR middle-end/47364
12618 * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
12619 and properly handle result not in Pmode.
12620
12621 2011-06-14 Robert Millan <rmh@gnu.org>
12622
12623 * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
12624 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
12625 `config/linux.h'.
12626
12627 * config/i386/kfreebsd-gnu64.h: New file.
12628 * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h'
12629 with `i386/kfreebsd-gnu64.h'.
12630
12631 * config/i386/linux64.h (GNU_USER_LINK_EMULATION32)
12632 (GNU_USER_LINK_EMULATION64): New macros.
12633 * config/i386/gnu-user64.h (LINK_SPEC): Rely on
12634 `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead
12635 of hardcoding `elf_i386' and `elf_x86_64'.
12636
12637 2011-06-14 Nick Clifton <nickc@redhat.com>
12638
12639 PR target/49403
12640 * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
12641
12642 PR target/49402
12643 * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
12644
12645 2011-06-14 Jakub Jelinek <jakub@redhat.com>
12646
12647 PR fortran/49103
12648 * tree.h (DECL_NONSHAREABLE): Define.
12649 (struct tree_decl_common): Change decl_common_unused to
12650 decl_nonshareable_flag.
12651 * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
12652 Ignore vars with DECL_NONSHAREABLE bit set.
12653 * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
12654 on stores to automatic aggregate vars.
12655
12656 PR rtl-optimization/49390
12657 Revert:
12658 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
12659
12660 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
12661 MEM_ALIAS_SET.
12662
12663 2011-06-14 Zdenek Dvorak <ook@ucw.cz>
12664 Tom de Vries <tom@codesourcery.com>
12665
12666 PR target/45098
12667 * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate):
12668 Document changed semantics.
12669 (max_stmt_executions, max_stmt_executions_int): Declare.
12670 * tree-data-ref.c (estimated_loop_iterations)
12671 (estimated_loop_iterations_int): Move functions...
12672 * tree-ssa-loop-niter.c (estimated_loop_iterations)
12673 (estimated_loop_iterations_int): here.
12674 (record_estimate): Change nb_iterations_upper_bound and
12675 nb_iterations_estimate semantics.
12676 (max_stmt_executions, max_stmt_executions_int): New function.
12677 * tree-data-ref.c (estimated_loop_iterations_tree): Rename to ...
12678 (max_stmt_executions_tree): this.
12679 (analyze_miv_subscript): Use max_stmt_executions_tree instead of
12680 estimated_loop_iterations_tree.
12681 tree-ssa-loop-ivopts.c (avg_loop_niter): Use
12682 max_stmt_executions_int instead of estimated_loop_iterations_int.
12683 * predict.c (predict_loops): Idem.
12684 * tree-parloops.c (parallelize_loops): Idem.
12685 * tree-data-ref.c (analyze_siv_subscript_cst_affine)
12686 (compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine)
12687 (init_omega_for_ddr_1): Idem.
12688 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse)
12689 (loop_prefetch_arrays): Idem
12690 * graphite-sese-to-poly.c (build_loop_iteration_domains): Use
12691 max_stmt_executions instead of estimated_loop_iterations.
12692 * tree-data-ref.c (estimated_loop_iterations_tree): Idem.
12693 * tree-vrp.c (adjust_range_with_scev): Use estimated_loop_iterations
12694 instead of nb_iterations_upper_bound.
12695
12696 2011-06-13 Jan Hubicka <jh@suse.cz>
12697
12698 * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
12699
12700 2011-06-14 Richard Henderson <rth@redhat.com>
12701
12702 PR debug/48459
12703 * dwarf2out.c (frame_pointer_fb_offset_valid): New.
12704 (based_loc_descr): Assert it's true.
12705 (compute_frame_pointer_to_fb_displacement): Set it, rather than
12706 aborting immediately.
12707
12708 2011-06-14 Sanjin Liu <scliu@faraday-tech.com>
12709 Mingfeng Wu <mingfeng@faraday-tech.com>
12710
12711 * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
12712
12713 2011-06-13 Jan Hubicka <jh@suse.cz>
12714
12715 * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
12716
12717 2011-06-13 Jan Hubicka <jh@suse.cz>
12718
12719 * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
12720 similarly to DECL_COMDAT.
12721 * cgraphunit.c (cgraph_analyze_function): Likewise.
12722 * ipa.c (function_and_variable_visibility): Likewise.
12723
12724 2011-06-13 Jan Hubicka <jh@suse.cz>
12725
12726 * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
12727 BINFO_VIRTUALS when streaming for ltrans unit.
12728
12729 2011-06-13 David Edelsohn <dje.gcc@gmail.com>
12730
12731 * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
12732 (movdi_internal64): Same.
12733
12734 2011-06-13 Edmar Wienskoski <edmar@freescale.com>
12735
12736 PR target/44618
12737 * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern with
12738 a set of similar patterns, where the MATCH_OPERAND for the function
12739 argument is replaced with individual references to hardware registers.
12740 (save_fpregs_<mode>): Ditto
12741 (restore_gpregs_<mode>): Ditto
12742 (return_and_restore_gpregs_<mode>): Ditto
12743 (return_and_restore_fpregs_<mode>): Ditto
12744 (return_and_restore_fpregs_aix_<mode>): Ditto
12745
12746 2011-06-13 Jan Hubicka <jh@suse.cz>
12747
12748 * ipa-utils.c (postorder_stack): New structure.
12749 (ipa_reverse_postorder): Handle aliases.
12750
12751 2011-06-13 Jan Hubicka <jh@suse.cz>
12752
12753 * ipa-inline.c (reset_edge_caches): Walk aliases.
12754 (update_caller_keys): Do not test inlinability of aliases.
12755 * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
12756 (do_estimate_growth): Fix typo.
12757
12758 2011-06-13 Jan Hubicka <jh@suse.cz>
12759
12760 * ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...
12761 (can_remove_node_now_p): ... here; handle same comdat groups.
12762 (clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
12763 (inline_call): Update use of can_remove_node_now_p.
12764
12765 2011-06-13 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
12766
12767 * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
12768 condition to disallow non-identical memory locations.
12769 (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
12770 preference to bit manipulation instructions.
12771
12772 2011-06-13 Jan Hubicka <jh@suse.cz>
12773
12774 * cgraph.c (cgraph_for_node_thunks_and_aliases,
12775 cgraph_for_node_and_aliases): Fix thinko in recursive walking.
12776 (nonremovable_p): New function.
12777 (cgraph_can_remove_if_no_direct_calls_p): New function.
12778 (used_from_object_file_p): New functoin.
12779 (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
12780 references from aliases.
12781 * cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
12782 * ipa-inline.c (check_caller_edge): New function.
12783 (want_inline_function_called_once_p): Use it; accept aliases called
12784 once, too.
12785 * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
12786
12787 2011-06-13 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
12788
12789 PR target/48454
12790 * config/arm/neon.md (vec_pack_trunc): Set the lengths
12791 correctly for the case with Quad vectors.
12792
12793 2011-06-13 Jakub Jelinek <jakub@redhat.com>
12794 Ira Rosen <ira.rosen@linaro.org>
12795
12796 PR tree-optimization/49352
12797 * tree-vect-loop.c (vect_is_slp_reduction): Don't count debug uses at
12798 all, make sure loop_use_stmt after the loop is a def stmt of a used
12799 SSA_NAME that is the only one defined inside of the loop. Don't
12800 check for COND_EXPR and GIMPLE_BINARY_RHS.
12801 (vect_is_simple_reduction_1): Call vect_is_slp_reduction only if
12802 check_reduction is true.
12803
12804 2011-06-11 Jan Hubicka <jh@suse.cz>
12805
12806 PR middle-end/49373
12807 * ipa.c (cgraph_externally_visible_p): Check resolution info.
12808
12809 2011-06-11 Jan Hubicka <jh@suse.cz>
12810
12811 PR middle-end/48836
12812 * ipa-inline-transform.c: Include tree-pass.h
12813 (inline_transform): Set TODO_update_ssa_only_virtuals.
12814 * Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
12815
12816 2011-06-11 Jan Hubicka <jh@suse.cz>
12817
12818 PR middle-end/49378
12819 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
12820 aliases and thunks.
12821
12822 2011-06-12 Ira Rosen <ira.rosen@linaro.org>
12823
12824 * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
12825 Take number of iterations to peel into account for equally frequent
12826 misalignment values.
12827
12828 2011-06-11 Jan Hubicka <jh@suse.cz>
12829
12830 * lto-streamer-out.c (produce_symtab): Stream out the newly
12831 represented aliases.
12832
12833 2011-06-11 Jan Hubicka <jh@suse.cz>
12834
12835 * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
12836 varying args.
12837 (ipa_update_after_lto_read): Likewise.
12838 (ipa_write_node_info): Do not sream call_with_var_arguments.
12839 (ipa_read_node_info): Likewise.
12840
12841 2011-06-11 Jan Hubicka <jh@suse.cz>
12842
12843 * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
12844
12845 2011-06-11 Jan Hubicka <jh@suse.cz>
12846
12847 * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
12848 (lto_symtab_resolve_can_prevail_p): Likewise.
12849 (lto_symtab_merge_cgraph_nodes): Update merging of aliases.
12850 * cgraph.c (same_body_aliases_done): New global var.
12851 (cgraph_same_body_alias_1): Rename to ...
12852 (cgraph_create_function_alias): ... this one; reorg to new
12853 representation.
12854 (cgraph_same_body_alias): Use cgraph_create_function_alias;
12855 record references when asked to.
12856 (cgraph_add_thunk): Fix formating.
12857 (cgraph_get_node): Kill same body alias code.
12858 (cgraph_node_for_asm): Likewise.
12859 (cgraph_remove_same_body_alias): Remove.
12860 (cgraph_remove_node): Kill same body alias code.
12861 (cgraph_mark_address_taken_node): Mark also the aliased function
12862 as having address taken.
12863 (dump_cgraph_node): Dump same body aliases.
12864 (cgraph_for_node_thunks_and_aliases): Update for new alias
12865 representation.
12866 (cgraph_for_node_and_aliases): Likewise.
12867 * cgraph.h (same_body): Kll pointer.
12868 (same_body_alias): Update comment.
12869 (same_body_aliases_done): Declare.
12870 (cgraph_remove_same_body_alias): Remove declaration.
12871 (cgraph_create_function_alias): Declare.
12872 (cgraph_process_same_body_aliases): Declare.
12873 (cgraph_function_with_gimple_body_p): Check for alias.
12874 (cgraph_can_remove_if_no_direct_calls_p): Look for aliases.
12875 (cgraph_alias_aliased_node): New function.
12876 (cgraph_function_node): Update for new aliases.
12877 (cgraph_function_or_thunk_node): Likewise.
12878 * ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
12879 (inline_call): Remove dead aliases.
12880 * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
12881 name hack for same body aliases.
12882 (clone_of_p): Look through aliases.
12883 (verify_cgraph_node): Verify aliases.
12884 (cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
12885 (cgraph_process_same_body_aliases): New function.
12886 (process_function_and_variable_attributes): Disable weakref warning on
12887 alias.
12888 (cgraph_analyze_functions): Handle aliases.
12889 (cgraph_mark_functions_to_output): Handle aliases same way as thunks.
12890 (assemble_thunks): Rename to ...
12891 (assemble_thunks_and_aliases): ... this one; handle aliases, too.
12892 (cgraph_expand_function): Remove alias output code.
12893 (cgraph_output_in_order): Skip aliases.
12894 (cgraph_preserve_function_body_p): Aliases don't need preserving.
12895 * ipa-ref.c (ipa_ref_use_name): Add alias reference.
12896 (ipa_record_reference): Do not assert on alias references.
12897 (ipa_ref_has_aliases_p): New function.
12898 * ipa-ref.h (enum ipa_ref_use): Add IPA_REF_ALIAS.
12899 (ipa_ref_has_aliases_p): Declare.
12900 * lto-cgraph.c (lto_output_node): Handle aliases.
12901 (input_node): Likewise.
12902 * lto-streamer-out.c (lto_output): Skip aliases.
12903 (produce_symtab): Kill same_body_alias code.
12904 * ipa-utils.c (ipa_reverse_postorder): Add FIXME.
12905 (ipa_reverse_postorder): Use cgraph_only_called_directly_or_aliased_p.
12906 * ipa-inline.c (update_caller_keys): Walk aliases.
12907 (inline_small_functions): Fix thinko in previous patch.
12908 * ipa.c (cgraph_externally_visible_p): Do not walk aliases.
12909 (function_and_variable_visibility): Do not walk same body aliases.
12910 * tree-ssa-structalias.c (associate_varinfo_to_alias): New function.
12911 (ipa_pta_execute): Use it.
12912
12913 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
12914
12915 * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
12916 (*vec_dupv2df): Rename from vec_dupv2df.
12917 (vec_dupv2df): New expander.
12918
12919 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
12920
12921 * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
12922
12923 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
12924
12925 * config/i386/i386.md: Use default value in "isa" attribute.
12926 * config/i386/sse.md: Ditto.
12927 * config/i386/mmx.md: Ditto.
12928
12929 2011-06-10 Wei Guozhi <carrot@google.com>
12930
12931 PR target/45335
12932 * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
12933 stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
12934 (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
12935 related peephole2.
12936 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
12937 related peephole2.
12938 * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
12939 (arm_legitimate_ldrd_p): New prototype.
12940 (arm_output_ldrd): New prototype.
12941 * config/arm/arm.c (arm_check_ldrd_operands): New function.
12942 (arm_legitimate_ldrd_p): New function.
12943 (arm_output_ldrd): New function.
12944
12945 2011-06-10 David Li <davidxl@google.com>
12946
12947 * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
12948 * passes.c (passr_eq): New function.
12949 (create_pass_tab): New function.
12950 (pass_traverse): New function.
12951 (dump_one_pass): New function.
12952 (dump_pass_list): New function.
12953 (dump_passes): New function.
12954
12955 2011-06-10 Jan Hubicka <jh@suse.cz>
12956
12957 * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
12958 setting the nothrow flag.
12959 * ipa-reference.c (propagate): Skip aliases.
12960 * ipa-pure-const.c (propagate_pure_const): Skip aliases.
12961 (propagate_nothrow): Skip aliases; do not update cgraph.
12962 (local_pure_const): Do not update cgraph.
12963 * tree-profile.c (tree_profiling): Do fixup_cfg.
12964
12965 2011-06-10 Jan Hubicka <jh@suse.cz>
12966
12967 * ipa.c (cgraph_non_local_node_p_1): Break out from ...;
12968 (cgraph_local_node_p): ... here; handle aliases.
12969 (has_addr_references_p): Break out from ...;
12970 (cgraph_remove_unreachable_nodes) ... here.
12971
12972 2011-06-10 Jan Hubicka <jh@suse.cz>
12973
12974 * opts.c (default_options): Enlist OPT_finline_functions_called_once.
12975 * common.opt (flag_inline_functions_called_once): Do not
12976 initialize to 1.
12977
12978 2011-06-10 Jan Hubicka <jh@suse.cz>
12979
12980 * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
12981 (ipcp_initialize_node_lattices): Do not deal with aliases;
12982 Do not try to propagate through thunks.
12983 (ipcp_change_tops_to_bottom): Do not deal with aliases.
12984
12985 2011-06-10 Jan Hubicka <jh@suse.cz>
12986
12987 * ipa-prop.c (ipa_write_node_info): Stream jump functions
12988 for indirect calls.
12989 (ipa_read_node_info): Likewise.
12990
12991 2011-06-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12992
12993 PR lto/49302
12994 * tree-ssa-math-opts.c (powi_as_mults): Minor cleanup.
12995 (build_and_insert_call): Likewise.
12996 (build_and_insert_ref): New.
12997 (gimple_expand_builtin_pow): Minor cleanup.
12998 (gimple_expand_builtin_cabs): New.
12999 (execute_cse_sincos): Add case for BUILT_IN_CABS.
13000
13001 2011-06-10 Jan Hubicka <jh@suse.cz>
13002
13003 * ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
13004 (ipcp_cloning_candidate_p): Aliases are not clonning candidates.
13005 (ipcp_initialize_node_lattices): We don't propagate through an aliases.
13006 (ipcp_propagate_stage): Skip aliases when propagating.
13007 (ipcp_need_redirect_p): Skip aliases.
13008 (ipcp_insert_stage): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY and
13009 collect_callers_of_node.
13010 * ipa-prop.c (ipa_init_func_list): Do not analyze datastructures
13011 for aliases.
13012 (ipa_compute_jump_functions): Look through aliases.
13013
13014 2011-06-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13015
13016 * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
13017
13018 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
13019
13020 * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
13021 Adjust comments.
13022 * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
13023
13024 2011-06-10 Jan Hubicka <jh@suse.cz>
13025
13026 * ipa-cp.c (ipcp_process_devirtualization_opportunities):
13027 Update call of gimple_get_virt_method_for_binfo.
13028 * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove
13029 refuse_thunks parameter.
13030 (gimple_fold_call): Update.
13031 * ipa-prop.c (try_make_edge_direct_virtual_call): Update.
13032
13033 2011-06-10 Jan Hubicka <jh@suse.cz>
13034
13035 * tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
13036 (not_all_callers_have_enough_arguments_p): ... this one; turn into
13037 worker for cgraph_for_node_and_aliases.
13038 (convert_callers_for_node): Break out from ...
13039 (convert_callers): ... here.
13040 (modify_function): Use collect_callers_of_node.
13041 (ipa_early_sra): Use cgraph_for_node_and_aliases.
13042
13043 2011-06-10 Richard Guenther <rguenther@suse.de>
13044
13045 PR tree-optimization/49361
13046 * fold-const.c (fold_binary_loc): Only fold x * x to pow (x, 2.0)
13047 when not already in gimple form.
13048
13049 2011-06-10 Richard Guenther <rguenther@suse.de>
13050
13051 PR bootstrap/49344
13052 * tree-ssa-math-opts.c (convert_mult_to_fma): Use
13053 FOR_EACH_PHI_OR_STMT_USE.
13054
13055 2011-06-10 Jan Hubicka <jh@suse.cz>
13056
13057 * ipa-inline-transform.c (can_remove_node_now_p): Move out of...
13058 (clone_inlined_nodes): ... here.
13059 (inline_call): Use cgraph_function_or_thunk_node; redirect edge
13060 to real destination prior inlining.
13061 * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
13062 can_early_inline_edge_p, want_early_inline_function_p,
13063 want_early_inline_function_p, want_inline_small_function_p,
13064 want_inline_self_recursive_call_p, want_inline_function_called_once_p,
13065 edge_badness, update_all_callee_keys, lookup_recursive_calls,
13066 add_new_edges_to_heap, inline_small_functions, flatten_function,
13067 inline_always_inline_functions, early_inline_small_functions): Use
13068 cgraph_function_or_thunk_node.
13069 * ipa-inline-analysis.c (evaluate_conditions_for_edge,
13070 dump_inline_edge_summary, estimate_function_body_sizes): Likewise.
13071 (do_estimate_edge_growth_1): Break out from ...
13072 (do_estimate_growth) ... here; walk aliases.
13073 (inline_generate_summary): Skip aliases.
13074
13075 2011-06-10 Richard Guenther <rguenther@suse.de>
13076
13077 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
13078 forward when combining, visit inserted stmts when a stmt was changed.
13079
13080 2011-06-10 Paolo Carlini <paolo.carlini@oracle.com>
13081
13082 * tree.h (error_operand_p): Add.
13083 * dbxout.c (dbxout_type_fields): Use the latter.
13084 * c-decl.c (add_stmt): Likewise.
13085 * gimplify.c (omp_add_variable, omp_notice_variable,
13086 gimplify_scan_omp_clauses): Likewise.
13087
13088 2011-06-10 Georg-Johann Lay <avr@gjlay.de>
13089
13090 * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
13091 when a value is actually passed in regs.
13092
13093 2011-06-10 Eric Botcazou <ebotcazou@adacore.com>
13094 Laurent Rougé <laurent.rouge@menta.fr>
13095
13096 * doc/invoke.texi (SPARC options): Add -mflat.
13097 * config/sparc/sparc.opt: Likewise.
13098 * config/sparc/sparc-protos.h (sparc_expand_epilogue): Add parameter.
13099 (sparc_flat_expand_prologue): Declare.
13100 (sparc_flat_expand_epilogue): Likewise.
13101 * config/sparc/sparc.h (CPP_CPU_SPEC): Do not handle -msoft-float.
13102 (CPP_ENDIAN_SPEC): Replace with...
13103 (CPP_OTHER_SPEC): ...this. Also handle -mflat and -msoft-float.
13104 (CPP_SPEC): Adjust to above change.
13105 (EXTRA_SPECS): Likewise.
13106 (SPARC_INCOMING_INT_ARG_FIRST): Add TARGET_FLAT handling.
13107 (INCOMING_REGNO): Likewise.
13108 (OUTGOING_REGNO): Likewise.
13109 (LOCAL_REGNO): Likewise.
13110 (SETUP_FRAME_ADDRESSES): Likewise.
13111 (FIXED_REGISTERS): Set 0 for %fp.
13112 (CALL_USED_REGISTERS): Likewise.
13113 (INITIAL_ELIMINATION_OFFSET): Pass current_function_is_leaf.
13114 (EXIT_IGNORE_STACK): Define to 1 unconditionally.
13115 (RETURN_ADDR_REGNUM): Define.
13116 (RETURN_ADDR_RTX): Use it.
13117 (INCOMING_RETURN_ADDR_REGNUM): Define.
13118 (INCOMING_RETURN_ADDR_RTX): Use it.
13119 (DWARF_FRAME_RETURN_COLUMN): Likewise.
13120 (EH_RETURN_REGNUM): Define.
13121 (EH_RETURN_STACKADJ_RTX): Use it.
13122 (EH_RETURN_HANDLER_RTX): Delete.
13123 (EPILOGUE_USES): Use them and add TARGET_FLAT handling.
13124 * config/sparc/sparc.c (apparent_fsize, actual_fsize, num_gfregs):
13125 Delete.
13126 (struct machine_function): Add frame_size, apparent_frame_size,
13127 frame_base_reg, frame_base_offset, n_global_fp_regs and
13128 save_local_in_regs_p fields.
13129 (sparc_frame_size, sparc_apparent_frame_size, sparc_frame_base_reg,
13130 sparc_frame_base_offset, sparc_n_global_fp_regs,
13131 sparc_save_local_in_regs_p): New macros.
13132 (sparc_option_override): Error out if -fcall-saved-REG is specified
13133 for Out registers.
13134 (eligible_for_restore_insn): Fix formatting.
13135 (eligible_for_return_delay): Likewise. Add TARGET_FLAT handling.
13136 (eligible_for_sibcall_delay): Likewise.
13137 (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Add MODE parameter.
13138 (sparc_legitimate_address_p): Adjust to above change.
13139 (save_global_or_fp_reg_p): New predicate.
13140 (return_addr_reg_needed_p): Likewise.
13141 (save_local_or_in_reg_p): Likewise.
13142 (sparc_compute_frame_size): Use them. Add TARGET_FLAT handling.
13143 (SORR_SAVE, SORR_RESTORE): Delete.
13144 (sorr_pred_t): New typedef.
13145 (sorr_act_t): New enum.
13146 (save_or_restore_regs): Rename to...
13147 (emit_save_or_restore_regs): ...this. Change type of LOW and HIGH
13148 parameters, remove ACTION parameter, add LEAF_FUNCTION_P, SAVE_P,
13149 ACTION_TRUE and ACTION_FALSE parameters. Implement more general
13150 mechanism. Add CFI information for double-word saves in 32-bit mode.
13151 (emit_adjust_base_to_offset): New function extracted from...
13152 (emit_save_or_restore_regs): ...this. Rename the rest to...
13153 (emit_save_or_restore_regs_global_fp_regs): ...this.
13154 (emit_save_or_restore_regs_local_in_regs): New function.
13155 (gen_create_flat_frame_[123]): New functions.
13156 (sparc_expand_prologue): Use SIZE local variable. Adjust.
13157 (sparc_flat_expand_prologue): New function.
13158 (sparc_asm_function_prologue): Add TARGET_FLAT handling.
13159 (sparc_expand_epilogue): Use SIZE local variable. Adjust.
13160 (sparc_flat_expand_epilogue): New function.
13161 (sparc_can_use_return_insn_p): Add TARGET_FLAT handling.
13162 (output_return): Likewise.
13163 (output_sibcall): Likewise.
13164 (sparc_output_mi_thunk): Likewise.
13165 (sparc_frame_pointer_required): Likewise.
13166 (sparc_conditional_register_usage): If TARGET_FLAT, disable the leaf
13167 function optimization.
13168 * config/sparc/sparc.md (flat): New attribute.
13169 (prologue): Add TARGET_FLAT handling.
13170 (save_register_window): Disable if TARGET_FLAT.
13171 (create_flat_frame_[123]): New patterns.
13172 (epilogue): Add TARGET_FLAT handling.
13173 (sibcall_epilogue): Likewise.
13174 (eh_return): New expander.
13175 (eh_return_internal): New insn and splitter.
13176 (return_internal): Add TARGET_FLAT handling.
13177 (untyped_return): Remove bogus test and use RETURN_ADDR_REGNUM.
13178 (save_stack_nonlocal): Use RETURN_ADDR_REGNUM.
13179 (nonlocal_goto): Add TARGET_FLAT handling.
13180 * config/sparc/t-elf: Add -mflat multilib.
13181 * config/sparc/t-leon: Likewise.
13182
13183 2011-06-10 Jan Hubicka <jh@suse.cz>
13184
13185 * ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
13186 * ipa-pure-const.c (analyze_function): Aliases don't need analysis.
13187 (self_recursive_p): Use cgraph_function_node.
13188 (propagate_pure_const): Likewise.
13189 (propagate_nothrow): Likewise.
13190 * ipa-reference.c (ipa_reference_get_not_read_global): Use
13191 cgraph_function_node.
13192 (propagate_bits): Likewise.
13193 (propagate): Likewise.
13194
13195 2011-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
13196 Richard Earnshaw <rearnsha@arm.com>
13197
13198 * config/arm/arm.c (const_ok_for_op): Check to see if mvn can be used.
13199 * config/arm/vfp.md (*arm_movdi_vfp): Delete.
13200 (*thumb2_movdi_vfp): Delete.
13201 (*arm_movdi_vfp_cortexa8): Delete.
13202 (*movdi_vfp): Consolidate from *arm_movdi_vfp and *thumb2_movdi_vfp.
13203 (*movdi_vfp_cortexa8): Likewise.
13204
13205 2011-06-10 Richard Guenther <rguenther@suse.de>
13206
13207 * stor-layout.c (initialize_sizetypes): Give names to all
13208 sizetype kinds.
13209
13210 2011-06-10 Ira Rosen <ira.rosen@linaro.org>
13211
13212 PR tree-optimization/49318
13213 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
13214 irrelevant pattern statements.
13215
13216 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
13217
13218 * system.h (SETJMP_VIA_SAVE_AREA): Poison.
13219
13220 PR bootstrap/49354
13221 * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
13222 to last assignment.
13223
13224 2011-06-09 Jan Hubicka <jh@suse.cz>
13225
13226 * cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline;
13227 do not recompute reachable flag.
13228 (cgraph_finalize_function, cgraph_analyze_functions): Set
13229 redefined_extern_inline here.
13230
13231 2011-06-09 Jan Hubicka <jh@suse.cz>
13232
13233 * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...
13234 (cgraph_only_called_directly_p): ... this one; bring offline.
13235 (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
13236 varpool_used_from_object_file_p): Drop names from the declaratoin.
13237 (cgraph_for_node_thunks_and_aliases, cgraph_for_node_and_aliases,
13238 collect_callers_of_node): New.
13239 (cgraph_function_node, cgraph_function_or_thunk_node): New functions.
13240 (cgraph_edge_recursive_p): Use cgraph_function_node.
13241 * cgraph.c (cgraph_add_thunk): Check that thunk is not already alias.
13242 (cgraph_node_cannot_be_local_p_1): Break out from ...
13243 (cgraph_node_can_be_local_p): ... here; walk aliases.
13244 (cgraph_for_node_thunks_and_aliases): New function.
13245 (cgraph_for_node_and_aliases): New function.
13246 (cgraph_make_node_local_1): Break out from ...
13247 (cgraph_make_node_local) ... here; use
13248 cgraph_for_node_thunks_and_aliases.
13249 (cgraph_set_nothrow_flag_1): Break out from ...
13250 (cgraph_set_nothrow_flag) ... here;
13251 use cgraph_for_node_thunks_and_aliases.
13252 (cgraph_set_const_flag_1): Break out from ...
13253 (cgraph_set_const_flag) ... here;
13254 use cgraph_for_node_thunks_and_aliases.
13255 (cgraph_set_pure_flag_1): Break out from ...
13256 (cgraph_set_pure_flag) ... here;
13257 use cgraph_for_node_thunks_and_aliases.
13258 (cgraph_propagate_frequency_1): Break out from ...
13259 (cgraph_propagate_frequency) ... here; use
13260 cgraph_for_node_thunks_and_aliases.
13261 (cgraph_used_from_object_file_p): Do not care about aliases.
13262 (cgraph_not_only_called_directly_p_1, cgraph_only_called_directly_p):
13263 New functions.
13264 (collect_callers_of_node_1, collect_callers_of_node): New functions.
13265
13266 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
13267
13268 PR rtl-optimization/49154
13269 * config/cris/cris.h (FIXED_REGISTERS): Include CRIS_CC0_REGNUM.
13270 (enum reg_class): Add SRP_REGS and MOF_SRP_REGS.
13271 (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
13272 (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Adjust to fit.
13273 * config/cris/cris.h (cris_register_move_cost): Remove
13274 !TARGET_V32 code. Tweak comments.
13275
13276 2011-06-09 Jan Hubicka <jh@suse.cz>
13277
13278 * cgraphbuild.c (record_eh_tables): Mark personality function as having
13279 address taken.
13280
13281 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
13282
13283 PR rtl-optimization/49154
13284 * ira-costs.c (setup_regno_cost_classes_by_mode): If there already
13285 is a matching slot in the hashtable, assign it to classes_ptr.
13286
13287 PR rtl-optimization/49154
13288 * doc/tm.texi.in (Register Classes): Document rule for the narrowest
13289 register classes.
13290 * doc/tm.texi: Regenerate.
13291
13292 2011-06-09 Kaz Kojima <kkojima@gcc.gnu.org>
13293
13294 PR target/49307
13295 * config/sh/sh.md (UNSPEC_CHKADD): New.
13296 (chk_guard_add): New define_insn_and_split.
13297 (symGOT_load): Use chk_guard_add instead of blockage.
13298
13299 2011-06-09 Kai Tietz <ktietz@redhat.com>
13300
13301 * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
13302
13303 2011-06-09 Eric Botcazou <ebotcazou@adacore.com>
13304
13305 * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
13306
13307 2011-06-09 Wei Guozhi <carrot@google.com>
13308
13309 PR target/46975
13310 * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
13311 (peephole2 for conditional move): Generate 16 bit instructions.
13312
13313 2011-06-09 Uros Bizjak <ubizjak@gmail.com>
13314
13315 * config/i386/i386.md (*movdi_internal_rex64): Merge
13316 alternatives 6 and 8.
13317
13318 2011-06-09 David Li <davidxl@google.com>
13319
13320 * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
13321 * passes.c (passr_eq): New function.
13322 (create_pass_tab): New function.
13323 (pass_traverse): New function.
13324 (dump_one_pass): New function.
13325 (dump_pass_list): New function.
13326 (dump_passes): New function.
13327
13328 2011-06-09 David Li <davidxl@google.com>
13329
13330 * tree-complex.c (tree_lower_complex): Gate cleanup.
13331 * tree-stdarg.c (check_all_va_list_escapes): Ditto.
13332 (execute_optimize_stdarg): Ditto.
13333 * tree-eh.c (execute_lower_eh_dispatch): Ditto.
13334 (execute_cleanup_eh_1): Ditto.
13335 (execute_cleanup_eh): Ditto.
13336 * gcse.c (gate_rtl_pre): Ditto.
13337 (execute_rtl_pre): Ditto.
13338 * except.c (finish_eh_generation): Ditto.
13339 (convert_to_eh_region_ranges): Ditto.
13340 * cprop.c (one_cprop_pass): Ditto.
13341
13342 2011-06-09 Bernd Schmidt <bernds@codesourcery.com>
13343
13344 PR target/48673
13345 * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
13346 in all basic blocks.
13347
13348 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13349
13350 * config/alpha/netbsd.h (ENABLE_EXECUTE_STACK): Remove.
13351 (HAVE_ENABLE_EXECUTE_STACK): Define.
13352 * config/alpha/osf5.h (ENABLE_EXECUTE_STACK): Remove.
13353 (HAVE_ENABLE_EXECUTE_STACK): Define.
13354 * config/darwin.h (ENABLE_EXECUTE_STACK): Remove.
13355 (HAVE_ENABLE_EXECUTE_STACK): Define.
13356 * config/i386/mingw32.h (MINGW_ENABLE_EXECUTE_STACK): Remove.
13357 (ENABLE_EXECUTE_STACK): Remove.
13358 (HAVE_ENABLE_EXECUTE_STACK): Define.
13359 [IN_LIBGCC2]: Don't include <windows.h>.
13360 * config/i386/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
13361 (HAVE_ENABLE_EXECUTE_STACK): Define.
13362 * config/i386/netbsd64.h (ENABLE_EXECUTE_STACK): Remove.
13363 (HAVE_ENABLE_EXECUTE_STACK): Define.
13364 * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Remove.
13365 * config/openbsd.h (ENABLE_EXECUTE_STACK): Remove.
13366 (HAVE_ENABLE_EXECUTE_STACK): Define.
13367 * config/sol2.h (ENABLE_EXECUTE_STACK): Remove.
13368 (HAVE_ENABLE_EXECUTE_STACK): Define.
13369 * config/sparc/freebsd.h (ENABLE_EXECUTE_STACK): Remove.
13370 (HAVE_ENABLE_EXECUTE_STACK): Define.
13371 * config/sparc/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
13372 (HAVE_ENABLE_EXECUTE_STACK): Define.
13373 * config/alpha/alpha.c (alpha_trampoline_init): Test
13374 HAVE_ENABLE_EXECUTE_STACK.
13375 * config/i386/i386.c (ix86_trampoline_init): Likewise.
13376 * config/sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
13377 (sparc64_initialize_trampoline): Likewise.
13378 * libgcc2.c [L_enable_execute_stack]: Remove.
13379 * system.h (ENABLE_EXECUTE_STACK): Poison.
13380 * doc/tm.texi.in (Trampolines, ENABLE_EXECUTE_STACK): Remove.
13381 * doc/tm.texi: Regenerate.
13382 * Makefile.in (LIBGCC2_CFLAGS): Add -fbuilding-libgcc.
13383
13384 2011-06-09 Jakub Jelinek <jakub@redhat.com>
13385
13386 PR middle-end/49308
13387 * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
13388 variable. After resetting and rescanning insn continue with previous
13389 statement.
13390
13391 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13392
13393 * configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.
13394 (gcc_cv_ld_hidden): Likewise.
13395 * configure: Regenerate.
13396 * config/i386/i386.c (USE_HIDDEN_LINKONCE): Remove TARGET_MACHO.
13397 (ix86_stack_protect_fail): Mark unused.
13398 (TARGET_STACK_PROTECT_FAIL) [TARGET_MACHO]: Don't redefine.
13399 * config/rs6000/rs6000.c (rs6000_assemble_visibility)
13400 [TARGET_MACHO]: Don't define.
13401 (TARGET_ASM_ASSEMBLE_VISIBILITY): Likewise.
13402 (TARGET_STACK_PROTECT_FAIL): Likewise.
13403 (rs6000_stack_protect_fail): Mark unused.
13404 * dwarf2asm.c (dw2_output_indirect_constant_1): Mark decl hidden if
13405 USE_LINKONCE_INDIRECT. Don't emit .hidden expicitly.
13406
13407 2011-06-08 Andi Kleen <ak@linux.intel.com>
13408
13409 * varasm.c (get_section): Print location of other conflict
13410 for section conflicts.
13411
13412 2011-06-08 Andi Kleen <ak@linux.intel.com>
13413
13414 * config/i386/driver-i386.c (host_detect_local_cpu):
13415 Add model 0x2d Intel CPU.
13416
13417 2011-06-08 Andi Kleen <ak@linux.intel.com>
13418
13419 * reginfo.c (global_regs_decl): Add.
13420 (globalize_reg): Add decl parameter. Compute location. Pass location
13421 to warnings and add inform. Store decl in global_regs_decl.
13422 * rtl.h (globalize_reg): Update prototype.
13423 * varasm.c (make_decl_rtl): Pass decl to globalize_reg().
13424
13425 2011-06-09 Mingjie Xing <mingjie.xing@gmail.com>
13426
13427 * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
13428
13429 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
13430
13431 PR target/49305
13432 * config/sh/predicates.md (general_movsrc_operand): Check
13433 mode for memory with indexed address for QI and HImode.
13434 (general_movdst_operand): Likewise.
13435
13436 2011-06-09 Nicola Pero <nicola.pero@meta-innovation.com>
13437
13438 * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
13439
13440 2011-06-08 Alexandre Oliva <aoliva@redhat.com>
13441
13442 * tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
13443 (num_ssa_operands): Likewise.
13444 (op_iter_init_phiuse): Forward-declare.
13445 (delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
13446
13447 2011-06-08 Nick Clifton <nickc@redhat.com>
13448
13449 * doc/invoke.texi (ARM Options): Update description of
13450 -mthumb-interwork.
13451
13452 2011-06-08 H.J. Lu <hongjiu.lu@intel.com>
13453
13454 * config/i386/driver-i386.c (host_detect_local_cpu): Support
13455 unknown Intel family 0x6 CPUs.
13456
13457 2011-06-08 Martin Jambor <mjambor@suse.cz>
13458
13459 * tree-sra.c (mark_rw_status): Removed.
13460 (analyze_access_subtree): New parameter parent instead of
13461 mark_read and mark_write, propagate from that.
13462
13463 2011-06-08 Julian Brown <julian@codesourcery.com>
13464
13465 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
13466 for double-precision helper functions in hard-float mode if only
13467 single-precision arithmetic is supported in hardware.
13468
13469 2011-06-08 Alexander Monakov <amonakov@ispras.ru>
13470
13471 PR rtl-optimization/49303
13472 * sel-sched.c (move_op): Use correct type for 'res'. Verify that
13473 code_motion_path_driver returned 0 or 1.
13474 (sel_region_finish): Clear h_d_i_d.
13475
13476 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
13477
13478 * config/sh/sh.c (prepare_move_operands): Set pic register
13479 appropriately for global and local dynamic tls models even
13480 if flag_pic is unset.
13481
13482 2011-06-07 Jason Merrill <jason@redhat.com>
13483
13484 * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
13485
13486 2011-06-07 Xinliang David Li <davidxl@google.com>
13487 * passes.c (enable_disable_pass): Handle assembler name.
13488 (is_pass_explicitly_enabled_or_disabled): Ditto.
13489
13490 2011-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13491
13492 PR tree-optimization/48497
13493 * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
13494
13495 2011-06-07 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13496
13497 PR tree-optimization/46728
13498 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Change FIXME
13499 to use gimple_val_nonnegative_real_p.
13500 * gimple-fold.c (gimple_val_nonnegative_real_p): New function.
13501 * gimple.h (gimple_val_nonnegative_real_p): New declaration.
13502
13503 2011-06-07 H.J. Lu <hongjiu.lu@intel.com>
13504
13505 * config/i386/i386.md (*movsf_internal): Optimize AVX check.
13506
13507 2011-06-07 Sergey Grechanik <mouseentity@ispras.ru>
13508
13509 * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
13510 constant vectors.
13511
13512 2011-06-07 Richard Guenther <rguenther@suse.de>
13513
13514 * stor-layout.c (initialize_sizetypes): Initialize all
13515 sizetypes based on target definitions.
13516 (set_sizetype): Remove.
13517 * tree.c (build_common_tree_nodes): Do not call set_sizetype.
13518 * tree.h (set_sizetype): Remove.
13519
13520 2011-06-07 Nick Clifton <nickc@redhat.com>
13521
13522 * config.gcc: Unify V850 architecture options and add support for
13523 newer V850 architectures.
13524 * config/v850/t-v850e: Delete.
13525
13526 2011-06-07 Richard Guenther <rguenther@suse.de>
13527
13528 * tree.c (build_common_tree_nodes): Also initialize size_type_node.
13529 Call set_sizetype from here.
13530
13531 2011-06-07 Andrew Stubbs <ams@codesourcery.com>
13532
13533 * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
13534 (*maddhisi4tb, *maddhisi4tt): New define_insns.
13535
13536 2011-06-07 Bernd Schmidt <bernds@codesourcery.com>
13537 Andrew Stubbs <ams@codesourcery.com>
13538
13539 * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
13540 multiplies.
13541 * doc/md.texi (Canonicalization of Instructions): Document widening
13542 multiply canonicalization.
13543
13544 2011-06-07 Jakub Jelinek <jakub@redhat.com>
13545
13546 PR gcov-profile/49299
13547 * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
13548
13549 2011-06-07 Ira Rosen <ira.rosen@linaro.org>
13550
13551 * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
13552 a pointer.
13553 * tree-vect-patterns.c (vect_recog_widen_sum_pattern,
13554 vect_recog_widen_mult_pattern, vect_recog_dot_prod_pattern,
13555 vect_recog_pow_pattern): Likewise.
13556 (vect_pattern_recog_1): Remove declaration.
13557 (widened_name_p): Remove declaration. Add new argument to specify
13558 whether to check that both types are either signed or unsigned.
13559 (vect_recog_widen_mult_pattern): Update documentation. Handle
13560 unsigned patterns and multiplication by constants.
13561 (vect_pattern_recog_1): Update vect_recog_func references. Use
13562 statement information from the statement returned from pattern
13563 detection functions.
13564 (vect_pattern_recog): Update vect_recog_func reference.
13565 * tree-vect-stmts.c (vectorizable_type_promotion): For widening
13566 multiplication by a constant use the type of the other operand.
13567
13568 2011-06-06 Richard Sandiford <rdsandiford@googlemail.com>
13569
13570 PR rtl-optimization/49145
13571 * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
13572
13573 2011-06-06 Jakub Jelinek <jakub@redhat.com>
13574
13575 PR debug/49262
13576 * dwarf2out.c (native_encode_initializer): Decrement count in each
13577 iteration.
13578
13579 PR debug/49294
13580 * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
13581 non-MODE_INT modes.
13582
13583 PR c++/49264
13584 * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
13585 if stmt folded into nothing.
13586 * tree-inline.c (fold_marked_statements): If a builtin at the end of
13587 a bb folded into nothing, just update cgraph edges and move to next bb.
13588 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
13589 to be NULL. Don't compute count and frequency if new_call is NULL.
13590
13591 2011-06-04 Diego Novillo <dnovillo@google.com>
13592
13593 * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.
13594 (cgraph.o): Likewise.
13595 (cgraphunit.o): Likewise.
13596 * cgraphunit.c: Include lto-streamer.h
13597 (cgraph_finalize_compilation_unit): Call lto_streamer_hooks_init
13598 if LTO is enabled.
13599 * lto-streamer-in.c (unpack_value_fields): Call
13600 streamer_hooks.unpack_value_fields if set.
13601 (lto_materialize_tree): For unhandled nodes, first try to
13602 call lto_streamer_hooks.alloc_tree, if it exists.
13603 (lto_input_ts_decl_common_tree_pointers): Move reading of
13604 DECL_INITIAL to lto_streamer_read_tree.
13605 (lto_read_tree): Call lto_streamer_hooks.read_tree if set.
13606 (lto_streamer_read_tree): New.
13607 (lto_reader_init): Rename from lto_init_reader.
13608 Move initialization code to lto/lto.c.
13609 * lto-streamer-out.c (pack_value_fields): Call
13610 streamer_hooks.pack_value_fields if set.
13611 (lto_output_tree_ref): For tree nodes that are not normally indexable,
13612 call streamer_hooks.indexable_with_decls_p before giving up.
13613 (lto_output_ts_decl_common_tree_pointers): Move handling
13614 for FUNCTION_DECL and TRANSLATION_UNIT_DECL to lto_streamer_write_tree.
13615 (lto_output_tree_header): Call streamer_hooks.is_streamable instead of
13616 lto_is_streamable. Call lto_streamer_hooks.output_tree_header if set.
13617 (lto_write_tree): Call lto_streamer_hooks.write_tree if set.
13618 (lto_streamer_write_tree): New.
13619 (lto_output): Call lto_streamer_init directly.
13620 (lto_writer_init): Remove.
13621 * lto-streamer.c (streamer_hooks): New.
13622 (lto_streamer_cache_create): Call streamer_hooks.preload_common_nodes
13623 instead of lto_preload_common_nodes.
13624 (lto_is_streamable): Move from lto-streamer.h
13625 (lto_streamer_hooks_init): New.
13626 (streamer_hooks): New.
13627 (streamer_hooks_init): New.
13628 * lto-streamer.h (struct output_block): Forward declare.
13629 (struct lto_input_block): Likewise.
13630 (struct data_in): Likewise.
13631 (struct bitpack_d): Likewise.
13632 (struct streamer_hooks): Declare.
13633 (streamer_hooks): Declare.
13634 (lto_streamer_hooks_init): Declare.
13635 (lto_streamer_write_tree): Declare.
13636 (lto_streamer_read_tree): Declare.
13637 (streamer_hooks_init): Declare.
13638 (lto_is_streamable): Move to lto-streamer.c
13639
13640 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13641
13642 * longlong.h (smul_ppmm): The resulting register pair contains the
13643 higher order word first.
13644
13645 2011-06-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13646
13647 PR tree-optimization/46728
13648 * builtins.c (powi_table): Remove.
13649 (powi_lookup_cost): Remove.
13650 (powi_cost): Remove.
13651 (expand_powi_1): Remove.
13652 (expand_powi): Remove.
13653 (expand_builtin_pow_root): Remove.
13654 (expand_builtin_pow): Remove.
13655 (expand_builtin_powi): Eliminate handling of constant exponent.
13656 (expand_builtin): Use expand_builtin_mathfn_2 for BUILT_IN_POW.
13657
13658 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
13659
13660 * cprop.c (local_cprop_pass): Don't set changed for debug insns.
13661
13662 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
13663
13664 * dce.c (reset_unmarked_insns_debug_uses): New.
13665 (delete_unmarked_insns): Skip debug insns.
13666 (prescan_insns_for_dce): Likewise.
13667 (rest_of_handle_ud_dce): Reset debug uses of removed sets.
13668 * reg-stack.c (subst_stack_regs_in_debug_insn): Signal when no
13669 active reg can be found.
13670 (subst_all_stack_regs_in_debug_insn): New. Reset debug insn then.
13671 (convert_regs_1): Use it.
13672
13673 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
13674
13675 * tree-pretty-print.c (dump_function_header): Add flags.
13676 Don't dump decl_uid with nouid.
13677 * tree-pretty-print.h (dump_function_header): Adjust.
13678 * final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
13679 * passes.c (pass_init_dump_file): Pass dump_flags on.
13680 * tree-cfg.c (gimple_dump_cfg): Pass flags on.
13681
13682 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
13683
13684 PR bootstrap/49270
13685 * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
13686
13687 2011-06-06 Mikael Pettersson <mikpe@it.uu.se>
13688
13689 PR tree-optimization/49243
13690 * calls.c (setjmp_call_p): Also check if fndecl has the
13691 returns_twice attribute.
13692
13693 2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13694
13695 * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
13696 -ffast-math etc.
13697
13698 2011-06-06 Richard Henderson <rth@redhat.com>
13699 Georg-Johann Lay <avr@gjlay.de>
13700
13701 PR target/42210
13702 * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
13703 New predicates.
13704 * config/avr/avr.md ("insv"): New insn expander.
13705 ("*movbitqi.1-6.a", "*movbitqi.1-6.b", "*movbitqi.0", "*insv.io",
13706 "*insv.not.io", "*insv.reg"): New insns.
13707
13708 2011-06-06 Hans-Peter Nilsson <hp@bitrange.com>
13709
13710 PR target/49285
13711 * config/mmix/mmix.md ("truncdfsf2", "extendsfdf2"): Correct predicate
13712 to nonimmediate_operand from memory_operand for the operand that is to
13713 be forced to memory by the expander. Lose the constraints.
13714
13715 2011-06-05 Eric Botcazou <ebotcazou@adacore.com>
13716
13717 * config/sparc/sparc.c (output_return): Fix thinko in the output of an
13718 EH return when delayed branches are disabled.
13719
13720 2011-06-05 Uros Bizjak <ubizjak@gmail.com>
13721
13722 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
13723 Remove MODE_TI handling. Remove SSE1 handling in attribute "mode"
13724 calculation.
13725 (*movdf_internal_rex64) <case 6,7,8>: Remove MODE_TI handling.
13726 Simplify MODE_V1DF and MODE_V2SF handling.
13727 (*movsf_internal): Remove x constraint from alternative 7 of operand 1.
13728 Simplify MODE_SF handling.
13729
13730 2011-06-04 Jan Hubicka <jh@suse.cz>
13731
13732 PR tree-optimization/48893
13733 PR tree-optimization/49091
13734 PR tree-optimization/49179
13735 * ipa-inline-analysis.c (evaluate_conditions_for_known_args):
13736 Bounds check.
13737
13738 2011-06-04 Jan Hubicka <jh@suse.cz>
13739
13740 PR lto/48954
13741 * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
13742 bitmaps.
13743
13744 2011-06-04 Jonathan Wakely <jwakely.gcc@gmail.com>
13745
13746 * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
13747
13748 2011-06-04 Jakub Jelinek <jakub@redhat.com>
13749
13750 PR target/49281
13751 * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
13752 to be strictly smaller than 1 << shiftcount.
13753
13754 2011-06-04 Jan Hubicka <jh@suse.cz>
13755
13756 PR tree-optimize/48929
13757 * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
13758 of empty predicate.
13759
13760 2011-06-04 Alexandre Oliva <aoliva@redhat.com>
13761
13762 PR debug/48333
13763 * calls.c (emit_call_1): Prefer the __builtin declaration of
13764 builtin functions.
13765
13766 2011-06-03 Diego Novillo <dnovillo@google.com>
13767
13768 * lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.
13769 (lto_input_tree_pointers): Likewise.
13770 * lto-streamer-out.c (pack_value_fields): Likewise.
13771 (lto_output_tree_pointers): Likewise.
13772 * lto-streamer.h (lto_is_streamable): Add check for OMP_CLAUSE
13773 and OPTIMIZATION_NODE.
13774
13775 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13776
13777 * config/alpha/linux.h (MD_UNWIND_SUPPORT): Remove.
13778 * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Remove.
13779 * config/alpha/vms.h (MD_UNWIND_SUPPORT): Remove.
13780 * config/bfin/linux.h (MD_UNWIND_SUPPORT): Remove.
13781 * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Remove.
13782 * config/i386/linux.h (MD_UNWIND_SUPPORT): Remove.
13783 * config/i386/linux64.h (MD_UNWIND_SUPPORT): Remove.
13784 * config/i386/sol2.h (MD_UNWIND_SUPPORT): Remove.
13785 * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Remove.
13786 * config/ia64/linux.h (MD_UNWIND_SUPPORT): Remove.
13787 * config/ia64/vms.h (MD_UNWIND_SUPPORT): Remove.
13788 * config/m68k/linux.h (MD_UNWIND_SUPPORT): Remove.
13789 * config/mips/linux.h (MD_UNWIND_SUPPORT): Remove.
13790 * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): Remove.
13791 * config/pa/pa32-linux.h (MD_UNWIND_SUPPORT): Remove.
13792 * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Remove.
13793 * config/rs6000/linux.h (MD_UNWIND_SUPPORT): Remove.
13794 * config/rs6000/linux64.h (MD_UNWIND_SUPPORT): Remove.
13795 * config/s390/linux.h (MD_UNWIND_SUPPORT): Remove.
13796 * config/s390/tpf.h (MD_UNWIND_SUPPORT): Remove.
13797 * config/sh/linux.h (MD_UNWIND_SUPPORT): Remove.
13798 * config/sparc/linux.h (MD_UNWIND_SUPPORT): Remove.
13799 * config/sparc/linux64.h (MD_UNWIND_SUPPORT): Remove.
13800 * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Remove.
13801 * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Remove.
13802 * config/alpha/linux-unwind.h: Move to ../libgcc/config/alpha.
13803 * config/alpha/osf5-unwind.h: Move to ../libgcc/config/alpha.
13804 * config/alpha/vms-unwind.h: Move to ../libgcc/config/alpha.
13805 * config/bfin/linux-unwind.h: Move to ../libgcc/config/bfin.
13806 * config/i386/linux-unwind.h: Move to ../libgcc/config/i386.
13807 * config/i386/sol2-unwind.h: Move to ../libgcc/config/i386.
13808 * config/i386/w32-unwind.h: Move to ../libgcc/config/i386.
13809 * config/ia64/linux-unwind.h: Move to ../libgcc/config/ia64.
13810 * config/ia64/vms-unwind.h: Move to ../libgcc/config/ia64.
13811 * config/m68k/linux-unwind.h: Move to ../libgcc/config/m68k.
13812 * config/mips/linux-unwind.h: Move to ../libgcc/config/mips.
13813 * config/pa/hpux-unwind.h: Move to ../libgcc/config/pa.
13814 * config/pa/linux-unwind.h: Move to ../libgcc/config/pa.
13815 * config/rs6000/darwin-unwind.h: Move to ../libgcc/config/rs6000.
13816 * config/rs6000/linux-unwind.h: Move to ../libgcc/config/rs6000.
13817 * config/s390/linux-unwind.h: Move to ../libgcc/config/s390.
13818 * config/s390/tpf-unwind.h: Move to ../libgcc/config/s390.
13819 * config/sh/linux-unwind.h: Move to ../libgcc/config/sh.
13820 * config/sparc/linux-unwind.h: Move to ../libgcc/config/sparc.
13821 * config/sparc/sol2-unwind.h: Move to ../libgcc/config/sparc.
13822 * config/xtensa/linux-unwind.h: Move to ../libgcc/config/xtensa.
13823 * config/darwin9.h (DARWIN_LIBSYSTEM_HAS_UNWIND): Remove.
13824 * system.h (MD_UNWIND_SUPPORT): Poison.
13825 * doc/tm.texi.in (Exception Handling, MD_UNWIND_SUPPORT): Remove.
13826 * doc/tm.texi: Regenerate.
13827 * unwind-dw2.c: Include md-unwind-support.h instead of
13828 MD_UNWIND_SUPPORT.
13829 * config/ia64/unwind-ia64.c: Likewise.
13830 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
13831
13832 2011-06-03 Jack Howarth <howarth@bromo.med.uc.edu>
13833
13834 * varpool.c (varpool_extra_name_alias): Return NULL, not false.
13835
13836 2011-06-03 Richard Henderson <rth@redhat.com>
13837 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13838
13839 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
13840 (sigill_hdlr): Correct insn, insn size.
13841 (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
13842
13843 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13844
13845 * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
13846 t-slibgcc-dummy.
13847 * config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
13848 * config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
13849 * config/mips/t-iris: Remove.
13850 * config/mips/t-irix6: New file.
13851 * config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.
13852
13853 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13854
13855 * Makefile.in (LIB2ADDEHDEP): Remove.
13856 * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
13857 * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
13858 * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
13859 * config/t-darwin (LIB2ADDEHDEP): Remove.
13860 * config/t-freebsd (LIB2ADDEHDEP): Remove.
13861 * config/t-linux (LIB2ADDEHDEP): Remove.
13862
13863 2011-06-03 Diego Novillo <dnovillo@google.com>
13864
13865 * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
13866 (lto_register_var_decl_in_symtab): Likewise.
13867 (lto_register_function_decl_in_symtab): Likewise.
13868 (lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
13869 logic to uniquify_nodes.
13870
13871 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13872
13873 * config/alpha/t-osf5: Remove.
13874 * config/alpha/t-osf-pthread: Remove.
13875 * config.gcc (alpha*-dec-osf5.1*): Set tmake_file to t-slibgcc-dummy.
13876 * mkmap-flat.awk: Handle osf_export for Tru64 UNIX linker -input file.
13877
13878 2011-06-03 Julian Brown <julian@codesourcery.com>
13879
13880 * config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
13881 (strongarm1110): Use strongarm tuning.
13882 * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field.
13883 * config/arm/arm.c (arm_strongarm_tune): New.
13884 (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
13885 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
13886 (arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
13887 setting, using previous defaults or 1 for Cortex-A5.
13888 (arm_option_override): Set max_insns_skipped from current tuning.
13889
13890 2011-06-03 Nathan Sidwell <nathan@codesourcery.com>
13891
13892 * doc/install.texi (Options specification): Document --with-specs.
13893
13894 2011-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
13895
13896 * config/arm/neon.md (orndi3_neon): Actually split it.
13897
13898 2011-06-02 Alexandre Oliva <aoliva@redhat.com>
13899
13900 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
13901 * var-tracking.c (reverse_op): Limite recurse depth to 5.
13902
13903 2011-06-02 Alexandre Oliva <aoliva@redhat.com>
13904
13905 PR debug/47590
13906 * target.def (delay_sched2, delay_vartrack): New.
13907 * doc/tm.texi.in: Update.
13908 * doc/tm.texi: Rebuild.
13909 * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
13910 * var-tracking.c (gate_handle_var_tracking): Likewise.
13911 * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
13912 (bfin_flag_var_tracking): Drop.
13913 (output_file_start): Don't save and override flag_var_tracking.
13914 (bfin_option_override): Ditto flag_schedule_insns_after_reload.
13915 (bfin_reorg): Test original variables.
13916 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
13917 * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
13918 (ia64_flag_var_tracking): Drop.
13919 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
13920 (ia64_file_start): Don't save and override flag_var_tracking.
13921 (ia64_override_options_after_change): Ditto
13922 flag_schedule_insns_after_reload.
13923 (ia64_reorg): Test original variables.
13924 * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
13925 (picochip_flag_var_tracking): Drop.
13926 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
13927 (picochip_option_override): Don't save and override
13928 flag_schedule_insns_after_reload.
13929 (picochip_asm_file_start): Ditto flag_var_tracking.
13930 (picochip_reorg): Test original variables.
13931 * config/spu/spu.c (spu_flag_var_tracking): Drop.
13932 (TARGET_DELAY_VARTRACK): Define.
13933 (spu_var_tracking): New.
13934 (spu_machine_dependent_reorg): Call it.
13935 (asm_file_start): Don't save and override flag_var_tracking.
13936
13937 2011-06-02 Kaz Kojima <kkojima@gcc.gnu.org>
13938
13939 PR target/49163
13940 * config/sh/predicates.md (general_movsrc_operand): Return 0
13941 for memory and memory subreg of which address is an invalid
13942 indexed address for QI and HImode.
13943 (general_movdst_operand): Likewise.
13944
13945 2011-06-02 Eric Botcazou <ebotcazou@adacore.com>
13946
13947 * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL
13948 edges only, when there is a non-local label in the function.
13949 * postreload-gcse.c (bb_has_well_behaved_predecessors): Likewise.
13950
13951 2011-06-02 Uros Bizjak <ubizjak@gmail.com>
13952
13953 * config/i386/constraints.md (Y3): New register constraint.
13954 * config/i386/sse.md (*vec_interleave_highv2df): Merge with
13955 *sse3_interleave_highv2df and *sse2_interleave_highv2df.
13956 (*vec_interleave_lowv2df): Merge with *sse3_interleave_lowv2df and
13957 *sse2_interleave_lowv2df.
13958
13959 2011-06-02 Julian Brown <julian@codesourcery.com>
13960
13961 * config/arm/arm-cores.def (cortex-a5): Use cortex_a5 tuning.
13962 * config/arm/arm.c (arm_cortex_a5_branch_cost): New.
13963 (arm_cortex_a5_tune): New.
13964
13965 2011-06-02 Julian Brown <julian@codesourcery.com>
13966
13967 * config/arm/arm-protos.h (tune_params): Add branch_cost hook.
13968 * config/arm/arm.c (arm_default_branch_cost): New.
13969 (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
13970 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a9_tune)
13971 (arm_fa726_tune): Set branch_cost field using
13972 arm_default_branch_cost.
13973 * config/arm/arm.h (BRANCH_COST): Use branch_cost hook from
13974 current_tune structure.
13975 * dojump.c (tm_p.h): Include file.
13976
13977 2011-06-02 Julian Brown <julian@codesourcery.com>
13978
13979 * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
13980 tuning.
13981 (cortex-a5, cortex-a8, cortex-a15, cortex-r4, cortex-r4f, cortex-m4)
13982 (cortex-m3, cortex-m1, cortex-m0): Use cortex tuning.
13983 * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
13984 field.
13985 * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
13986 (arm_xscale_tune, arm_9e_tune, arm_cortex_a9_tune)
13987 (arm_fa726te_tune): Add prefer_constant_pool setting.
13988 (arm_v6t2_tune, arm_cortex_tune): New.
13989 * config/arm/arm.h (TARGET_USE_MOVT): Make dependent on
13990 prefer_constant_pool setting.
13991
13992 2011-06-02 Uros Bizjak <ubizjak@gmail.com>
13993
13994 * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
13995 switch statement.
13996 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
13997 (*movdf_internal) <case 6,7,8>: Ditto.
13998
13999 * config/i386/constraints.md (Y4): New register constraint.
14000 * config/i386/sse.md (vec_set<mode>_0): Merge with
14001 *vec_set<mode>_0_sse4_1 and *vec_set<mode>_0_sse2.
14002 (*vec_extractv2di_1): Merge from *vec_extractv2di_1_sse2 and
14003 *vec_extractv2di_1_sse.
14004 (*vec_concatv2di_rex64): Merge from *vec_concatv2di_rex64_sse4_1
14005 and *vec_concatv2di_rex64_sse.
14006
14007 2011-06-02 Stuart Henderson <shenders@gcc.gnu.org>
14008
14009 PR target/48807
14010 * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Check return value
14011 of cgraph_local_info for null before attempting to use it.
14012
14013 2011-06-02 Eric Botcazou <ebotcazou@adacore.com>
14014
14015 * function.h (struct stack_usage): Remove dynamic_alloc_count field.
14016 (current_function_dynamic_alloc_count): Delete.
14017 * builtins.c (expand_builtin_setjmp_setup): Do not set calls_setjmp.
14018 (expand_builtin_nonlocal_goto): Remove obsolete comment.
14019 (expand_builtin_update_setjmp_buf): Remove dead code.
14020 * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
14021 * explow.c (allocate_dynamic_stack_space): Remove SETJMP_VIA_SAVE_AREA
14022 support.
14023 * function.c (instantiate_virtual_regs): Likewise.
14024 * postreload-gcse.c (bb_has_well_behaved_predecessors): Return false
14025 for a block with a single abnormal incoming edge.
14026 * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Define.
14027 (SETJMP_VIA_SAVE_AREA): Delete.
14028 * config/sparc/sparc-protos.h (load_got_register): Declare.
14029 * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
14030 (load_got_register): Make global.
14031 (sparc_frame_pointer_required): Add 'static'.
14032 (sparc_can_eliminate): Likewise. Call sparc_frame_pointer_required.
14033 (sparc_builtin_setjmp_frame_value): New function.
14034 * config/sparc/sparc.md (UNSPECV_SETJMP): Remove.
14035 (save_stack_nonlocal): New expander.
14036 (restore_stack_nonlocal): Likewise.
14037 (nonlocal_goto): Remove modes, adjust predicates and reimplement.
14038 (nonlocal_goto_internal): New insn.
14039 (goto_handler_and_restore): Delete.
14040 (builtin_setjmp_setup): Likewise.
14041 (do_builtin_setjmp_setup): Likewise.
14042 (setjmp): Likewise.
14043 (builtin_setjmp_receiver): New expander.
14044
14045 2011-06-01 David Li <davidxl@google.com>
14046
14047 PR middle-end/49261
14048 * tree-pretty-print.c (dump_function_header): Format cleanup.
14049
14050 2011-06-01 Kaz Kojima <kkojima@gcc.gnu.org>
14051
14052 PR target/49238
14053 * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
14054 needed when original operands are used for msw_skip comparison.
14055
14056 2011-06-01 Jakub Jelinek <jakub@redhat.com>
14057
14058 PR debug/49250
14059 * var-tracking.c (add_uses, add_stores): Don't call
14060 cselib_subst_to_values on ENTRY_VALUE.
14061
14062 2011-06-01 Diego Novillo <dnovillo@google.com>
14063
14064 * lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
14065 output_record_start with LTO_null instead of output_zero.
14066 (lto_output_ts_binfo_tree_pointers): Likewise.
14067 (lto_output_tree): Likewise.
14068 (output_eh_try_list): Likewise.
14069 (output_eh_region): Likewise.
14070 (output_eh_lp): Likewise.
14071 (output_eh_regions): Likewise.
14072 (output_bb): Likewise.
14073 (output_function): Likewise.
14074 (output_unreferenced_globals): Likewise.
14075 * lto-streamer.h (enum LTO_tags): Reserve MAX_TREE_CODES
14076 instead of NUM_TREE_CODES.
14077 (lto_tag_is_tree_code_p): Check max value against MAX_TREE_CODES.
14078 (lto_output_int_in_range): Change << to >> when shifting VAL.
14079
14080 2011-06-01 Diego Novillo <dnovillo@google.com>
14081
14082 * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
14083 Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
14084
14085 2011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
14086
14087 PR target/45074
14088 * optabs.h (valid_multiword_target_p): Declare.
14089 * expmed.c (extract_bit_field_1): Check valid_multiword_target_p when
14090 doing multi-word operations.
14091 * optabs.c (expand_binop): Likewise.
14092 (expand_doubleword_bswap): Likewise.
14093 (expand_absneg_bit): Likewise.
14094 (expand_unop): Likewise.
14095 (expand_copysign_bit): Likewise.
14096 (multiword_target_p): New function.
14097
14098 2011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
14099
14100 PR rtl-optimization/48830
14101 PR rtl-optimization/48808
14102 PR rtl-optimization/48792
14103 * reload.c (push_reload): Check contains_reg_of_mode.
14104 * reload1.c (strip_paradoxical_subreg): New function.
14105 (gen_reload_chain_without_interm_reg_p): Use it to handle
14106 paradoxical subregs.
14107 (emit_output_reload_insns, gen_reload): Likewise.
14108
14109 2011-06-01 David Li <davidxl@google.com>
14110
14111 * predict.c : Change pass name
14112 * ipa.c: Ditto.
14113 * dce.c: Ditto.
14114 * tree-profile.c: Ditto.
14115 * except.c: Ditto.
14116
14117 2011-06-01 David Li <davidxl@google.com>
14118
14119 * tree-pretty-print.c (dump_function_header): New function.
14120 * final.c (rest_of_clean_state): Use header dumper.
14121 * tree-cfg.c (gimple_dump_cfg): Use header dumper.
14122 * passes.c (pass_init_dump_file): Use header dumper.
14123
14124 2011-06-01 Jakub Jelinek <jakub@redhat.com>
14125
14126 * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
14127 ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
14128 popcount_loc_descriptor, bswap_loc_descriptor, rotate_loc_descriptor):
14129 New functions.
14130 (mem_loc_descriptor): Use them.
14131
14132 * var-tracking.c (create_entry_value): New function.
14133 (vt_add_function_parameter): Use it.
14134
14135 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14136
14137 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]:
14138 Include <signal.h>, <ucontext.h>.
14139 (sigill_caught): Define.
14140 (sigill_hdlr): New function.
14141 (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Check if SSE
14142 insns can be executed.
14143 * config/sol2.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.
14144 * config/sparc/sol2.h (ENDFILE_SPEC): Remove.
14145
14146 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14147
14148 * config/t-slibgcc-darwin: Move to ...
14149 * config/t-slibgcc-dummy: ... this. Clarify comments.
14150 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*,
14151 powerpc-*-darwin*, powerpc64-*-darwin*): Reflect this.
14152 (i[3456x]86-*-netware*): Add t-slibgcc-dummy to tmake_file.
14153 (i[34567]86-*-rtems*): Remove extra_parts. Use i386/t-rtems.
14154 Remove i386/t-crtstuff from tmake_file.
14155 (i[34567]86-*-solaris2*): Remove t-svr4,
14156 t-slibgcc-elf-ver, t-slibgcc-sld from tmake_file, add
14157 t-slibgcc-dummy.
14158 (sparc-*-elf*, sparc64-*-elf*): Remove tmake_file, extra_parts.
14159 (sparc-*-rtems*, sparc64-*-rtems*): Remove sparc/t-crtin,
14160 sparc/t-crtfm from tmake_file.
14161 (sparc*-*-solaris2*): Remove sparc/t-sol2, sparc/t-crtfm,
14162 t-slibgcc-elf-ver, t-slibgcc-sld, add t-slibgcc-dummy.
14163 Remove extra_parts.
14164 * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define.
14165 * config/i386/t-nwld (SHLIB_LINK): Remove.
14166 * config/i386/t-rtems-i386: Rename to ...
14167 * config/i386/t-rtems: ... this.
14168 ($(T)crti.o, $(T)crtn.o): Remove.
14169 (FPBIT, DPBIT, LIB2FUNCS_EXTRA): Remove.
14170 (dp-bit.c, fp-bit.c, xp-bit.c): Remove.
14171 (EXTRA_MULTILIB_PARTS, LIBGCC, INSTALL_LIBGCC): Remove.
14172 * config/i386/t-sol2-10 (LIBGCC, INSTALL_LIBGCC,
14173 EXTRA_MULTILIB_PARTS): Remove.
14174 * config/sparc/t-sol2-64: Likewise.
14175 * config/sparc/t-sol2: Remove.
14176 * config/sparc/t-crtin: Remove.
14177 * config/sparc/gmon-sol2.c: Move to ../libgcc/config.
14178 * config/i386/gmon-sol2.c: Remove.
14179 * config/i386/sol2-c1.asm: Move to ../libgcc/config/i386/sol2-c1.S.
14180 * config/i386/sol2-ci.asm: Move to ../libgcc/config/i386/sol2-ci.S.
14181 * config/i386/sol2-cn.asm: Move to ../libgcc/config/i386/sol2-cn.S.
14182 * config/i386/sol2-gc1.asm: Remove.
14183 * config/sparc/sol2-c1.asm: Move to ../libgcc/config/sparc/sol2-c1.S.
14184 * config/sparc/sol2-ci.asm: Move to ../libgcc/config/sparc/sol2-ci.S.
14185 * config/sparc/sol2-cn.asm: Move to ../libgcc/config/sparc/sol2-cn.S.
14186 * config/t-slibgcc-sld: Remove.
14187
14188 2011-06-01 Jakub Jelinek <jakub@redhat.com>
14189
14190 * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
14191 base_type_for_mode with op_mode instead of mode.
14192
14193 2011-06-01 Paul Brook <paul@cpodesourcery.com>
14194
14195 * config/arm/arm-cores.def: Add cortex-r5. Add DIV flags to
14196 Cortex-A15.
14197 * config/arm/arm-tune.md: Regenerate.
14198 * config/arm/arm-tables.opt: Regenerate.
14199 * config/arm/arm.c (FL_DIV): Rename...
14200 (FL_THUMB_DIV): ... to this.
14201 (FL_ARM_DIV): Define.
14202 (FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
14203 (arm_arch_hwdiv): Remove.
14204 (arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
14205 (arm_issue_rate): Add cortexr5.
14206 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
14207 __ARM_ARCH_EXT_IDIV__.
14208 (TARGET_IDIV): Define.
14209 (arm_arch_hwdiv): Remove.
14210 (arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
14211 * config/arm/arm.md (tune_cortexr4): Add cortexr5.
14212 (divsi3, udivsi3): New patterns.
14213 * config/arm/thumb2.md (divsi3, udivsi3): Remove.
14214 * doc/invoke.texi: Document ARM -mcpu=cortex-r5
14215
14216 2011-06-01 Martin Jambor <mjambor@suse.cz>
14217
14218 * ipa-utils.c (ipa_dfs_info): New field scc_no.
14219 * ipa-utils.c (searchc): Set scc_no.
14220
14221 2011-06-01 Martin Jambor <mjambor@suse.cz>
14222
14223 * ipa-utils.c (searchc_env): New field allow_overwritable.
14224 (searchc): do not ignore edges to overwritable nodes if indicated
14225 by env->allow_overwritable.
14226 (ipa_reduced_postorder): Set env.allow_overwritable.
14227
14228 2011-06-01 Richard Guenther <rguenther@suse.de>
14229
14230 * tree.c (free_lang_data): Do not reset boolean_type_node nor
14231 char_type_node.
14232 * lto-streamer.c (lto_record_common_node): Take node pointer,
14233 do not register types.
14234 (lto_preload_common_nodes): Explicitly skip preloading nodes
14235 that differ between frontends.
14236
14237 2011-05-31 Pat Haugen <pthaugen@us.ibm.com>
14238
14239 * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
14240 NON_FLOAT_REGS.
14241
14242 2011-05-31 Pat Haugen <pthaugen@us.ibm.com>
14243
14244 * config/rs6000/rs6000.c (rs6000_register_move_cost): Preserve from
14245 parameter value for dump. Dump cost on outermost call only.
14246 (rs6000_memory_move_cost): Dump cost on outermost call only.
14247
14248 2011-05-31 Jakub Jelinek <jakub@redhat.com>
14249
14250 * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
14251 DW_OP_GNU_convert ops.
14252
14253 * cselib.c (promote_debug_loc): Allow l->next non-NULL for
14254 cselib_preserve_constants.
14255 (cselib_lookup_1): If cselib_preserve_constants,
14256 a new VALUE is being created for REG and there is a VALUE for the
14257 same register in wider mode, add another loc with lowpart SUBREG of
14258 the wider VALUE.
14259 (cselib_subst_to_values): Handle ENTRY_VALUE.
14260 * var-tracking.c (replace_expr_with_values): Return NULL for
14261 ENTRY_VALUE too.
14262 * dwarf2out.c (convert_descriptor_to_signed): New function.
14263 (mem_loc_descriptor) <case ZERO_EXTEND>: Optimize using DW_OP_and
14264 instead of two shifts.
14265 (mem_loc_descriptor) <do_shift>: ZERO_EXTEND second argument to
14266 the right mode if needed.
14267 (mem_loc_descriptor) <case MOD>: For typed ops just use DW_OP_mod.
14268 (mem_loc_descriptor) <case UNSIGNED_FIX>: Use
14269 convert_descriptor_to_signed.
14270 (mem_loc_descriptor) <case UDIV, CLZ, CTZ, FFS, POPCOUNT, PARITY,
14271 BSWAP, ROTATE, ROTATERT>: Handle these rtls.
14272
14273 PR target/48688
14274 * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
14275
14276 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
14277
14278 * config/i386/i386.md: Use SWI248x instead of X87MODEI, SWI24 instead
14279 of X87MODEI12 and SWI48x instead of SSEMODEI24.
14280 (SWI248x): New mode iterator, rename from X87MODEI.
14281 (X87MODEI): Remove mode iterator.
14282 (X87MODEI12): Ditto.
14283 (SSEMODEI24): Ditto.
14284
14285 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
14286
14287 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.
14288 * doc/invoke.texi: Document max-vartrack-expr-depth.
14289 * var-tracking.c (EXPR_DEPTH): New.
14290 (reverse_op, vt_expand_loc, vt_expand_loc_dummy): Use it.
14291
14292 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
14293
14294 * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
14295 * config/i386/sse.md: Add n to negated FMA pattern names.
14296
14297 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
14298
14299 * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
14300
14301 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
14302
14303 * gengtype-state.c (read_state_params_structs): Initialize previous.
14304
14305 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
14306
14307 * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
14308 (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
14309
14310 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
14311
14312 * config/i386/i386.md (*movtf_internal): Avoid allocating general
14313 registers. Penalize F*r->o alternative to prevent partial memory
14314 stalls. Slightly penalize *roF->*r alternative. Generate SSE
14315 CONST_DOUBLE immediates when optimizing function for size. Do not move
14316 CONST_DOUBLEs directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
14317 (*movxf_internal): Slightly penalize Yx*roF->Yx*r alternative.
14318 (*movdf_internal): Slightly penalize Yd*roF->Yd*r alternative.
14319 (*movdf_internal_rex64): Slightly penalize rm->r, F->m and r->m
14320 alternatives.
14321 (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
14322
14323 (fp_register_operand splitters): Use fp_register_operand
14324 constraint. Do not use FP_REG_P in insn condition.
14325 (any_fp_register_operand splitters): Use any_fp_register_operand
14326 constraint. Do not use ANY_FP_REG_P in insn condition.
14327
14328 2011-05-31 Jan Hubicka <jh@suse.cz>
14329
14330 * cgraph.h (cgraph_inline_failed_t): Give enum a name
14331 * lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
14332 (LTO_cgraph_tags): Add LTO_cgraph_last_tag.
14333 (lto_output_edge): Use output_enum and var_len_unsigned.
14334 (lto_output_varpool_node): Likewise.
14335 (input_overwrite_node): Do not take resolution parameter;
14336 extract it from a bitpack.
14337 (input_node): Do not read resolution; use input_enum and
14338 var_len_unsigned.
14339 (input_varpool_node): Likewise.
14340 (input_edge): Likewise.
14341 (input_cgraph_1): Likewise.
14342
14343 2011-05-31 Richard Guenther <rguenther@suse.de>
14344
14345 * gimple.c (gimple_register_canonical_type): Do not register
14346 any types via gimple_register_type.
14347
14348 2011-05-31 Jan Hubicka <jh@suse.cz>
14349
14350 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
14351 of thunks.
14352
14353 2011-05-31 Jakub Jelinek <jakub@redhat.com>
14354
14355 PR rtl-optimization/49235
14356 * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
14357 (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
14358
14359 2011-05-31 Ira Rosen <ira.rosen@linaro.org>
14360
14361 PR tree-optimization/49093
14362 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
14363 data references.
14364
14365 2011-05-31 Dodji Seketeli <dodji@redhat.com>
14366
14367 PR debug/49047
14368 * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
14369 for concrete functions containing the code of cloned functions.
14370
14371 2011-05-31 Richard Guenther <rguenther@suse.de>
14372
14373 * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
14374 to ...
14375 (forward_propagate_into_comparison_1): ... this.
14376 (forward_propagate_comparison): Rename to ...
14377 (forward_propagate_into_comparison): ... this. Split out
14378 real forward propagation code to ...
14379 (forward_propagate_comparison): ... this.
14380 (forward_propagate_into_gimple_cond): Remove looping.
14381 (forward_propagate_into_cond): Likewise.
14382 (simplify_not_neg_expr): Return whether we have done something.
14383 (simplify_gimple_switch): Likewise.
14384 (tree_ssa_forward_propagate_single_use_vars): Rename to ...
14385 (ssa_forward_propagate_and_combine): ... this. Re-structure
14386 to do a forward forward-propagation walk on BBs and a backward
14387 stmt combining walk on BBs. Consistently re-scan changed statements.
14388 (pass_forwprop): Adjust.
14389
14390 2011-05-30 Ian Lance Taylor <iant@google.com>
14391
14392 * godump.c (go_format_type): Correct length of name added to
14393 obstack for anonymous field.
14394
14395 2011-05-30 Kaz Kojima <kkojima@gcc.gnu.org>
14396
14397 PR target/49186
14398 * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
14399 part of the second operand is 0.
14400
14401 2011-05-30 Uros Bizjak <ubizjak@gmail.com>
14402
14403 * config/i386/i386.md (*movxf_internal): Penalize FYx*r->o alternative
14404 to prevent partial memory stalls. Do not move CONST_DOUBLEs directly
14405 to memory for !TARGET_MEMORY_MISMATCH_STALL.
14406 (*movdf_internal_rex64): Do not penalize F->r alternative.
14407 (*movdf_internal): Penalize FYd*r->o alternative to prevent partial
14408 memory stalls. Generate SSE and x87 CONST_DOUBLE immediates only
14409 when optimizing function for size. Do not move CONST_DOUBLEs
14410 directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
14411 (FP move splitters): Merge {TF,XF,DF}mode splitters. Do not handle
14412 SUBREGs. Do not check for MEM_P operands in the insn condition,
14413 check for ANY_FP_REGNO_P instead.
14414 * config/i386/constraints.md (Yd): Enable GENERAL_REGS for
14415 TARGET_64BIT and for TARGET_INTEGER_DFMODE_MOVES when optimizing
14416 function for speed.
14417 * config/i386/i386.c (ix86_option_override_internal): Do not
14418 set TARGET_INTEGER_DFMODE_MOVES here.
14419
14420 2011-05-30 H.J. Lu <hongjiu.lu@intel.com>
14421
14422 PR target/49168
14423 * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
14424
14425 2011-05-30 Jakub Jelinek <jakub@redhat.com>
14426
14427 * dwarf2out.c (modified_type_die, gen_reference_type_die): Use
14428 DW_TAG_rvalue_reference_type even for
14429 -gdwarf-4 -fno-debug-types-section.
14430
14431 2011-05-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14432
14433 PR tree-optimization/46728
14434 * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
14435 (build_and_insert_binop): New.
14436 (gimple_expand_builtin_pow): Reorder args for
14437 build_and_insert_call; use build_and_insert_binop; add more
14438 optimizations for fractional exponents.
14439
14440 2011-05-30 Nathan Froyd <froydnj@gcc.gnu.org>
14441
14442 PR bootstrap/49190
14443
14444 Revert:
14445 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
14446
14447 * tree.h (struct tree_identifier): Inherit from tree_typed, not
14448 tree_common.
14449 (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
14450 * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
14451 TS_BASE instead of TS_COMMON.
14452 * varasm.c (assemble_name): Remove assert.
14453
14454 2011-05-30 Richard Sandiford <rdsandiford@googlemail.com>
14455
14456 * config.gcc: Keep obselete list sorted.
14457
14458 2011-05-30 Jakub Jelinek <jakub@redhat.com>
14459 Eric Botcazou <ebotcazou@adacore.com>
14460
14461 * var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with
14462 crtl->args.internal_arg_pointer based address to arg_pointer_rtx if
14463 there is a DRAP register and arg_pointer_rtx is the CFA pointer.
14464 (vt_init_cfa_base): Don't equate cfa_base_rtx if stack was realigned.
14465 (vt_initialize): Initialize cfa_base_rtx if there is a DRAP register.
14466
14467 2011-05-30 Richard Guenther <rguenther@suse.de>
14468
14469 * gimple.c (gimple_types_compatible_p_1): Compare record
14470 and union type members properly.
14471
14472 2011-05-30 Richard Guenther <rguenther@suse.de>
14473
14474 PR tree-optimization/49210
14475 * ipa-split.c (split_function): Care for the case where the call
14476 result is not trivially convertible to the result holding variable.
14477
14478 2011-05-30 Richard Guenther <rguenther@suse.de>
14479
14480 PR tree-optimization/49218
14481 * tree-vrp.c (adjust_range_with_scev): Properly check whether
14482 overflow occured.
14483
14484 2011-05-30 Richard Guenther <rguenther@suse.de>
14485
14486 * tree-ssa-forwprop.c (forward_propagate_into_comparison):
14487 New function split out from ...
14488 (forward_propagate_into_gimple_cond): ... here. Adjust.
14489 (forward_propagate_into_cond): Likewise.
14490 (forward_propagate_comparison): Also propagate into
14491 comparisons on assignment RHS. Change return value to
14492 behave similar to forward_propagate_into_cond.
14493 (tree_ssa_forward_propagate_single_use_vars): Handle
14494 strict-overflow warnings properly for forward_propagate_comparison.
14495
14496 2011-05-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14497
14498 * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
14499 from plugin linker.
14500 * configure: Regenerate.
14501
14502 2011-05-30 Ira Rosen <ira.rosen@linaro.org>
14503
14504 PR tree-optimization/49199
14505 * tree-vect-loop.c (vect_is_slp_reduction): Check that the
14506 non-reduction operands are either defined in the loop or by induction.
14507
14508 2011-05-29 Xinliang David Li <davidxl@google.com>
14509
14510 * opts-global.c (handle_common_deferred_options): Handle new options.
14511 * passes.c (register_one_dump_file): Call register_pass_name.
14512 (execute_one_pass): Check explicit enable/disable flag.
14513 (passr_hash): New function.
14514 (passr_eq): Ditto.
14515 (register_pass_name): Ditto.
14516 (get_pass_by_name): Ditto.
14517 (pass_hash): Ditto.
14518 (pass_eq): Ditto.
14519 (enable_pass): Ditto.
14520 (disable_pass): Ditto.
14521 (is_pass_explicitly_enabled_or_disabled): Ditto.
14522
14523 2011-05-29 Uros Bizjak <ubizjak@gmail.com>
14524
14525 * config/i386/i386.md (*movoi_internal_avx): Use
14526 standard_sse_constant_opcode for alternative 0.
14527 (*movti_internal_sse): Ditto.
14528 (*movti_internal_rex64): Use standard_sse_constant_opcode for
14529 alternative 2.
14530 (*movdi_internal_rex64): Use standard_sse_constant_opcode for
14531 sselog1 type moves.
14532 (*movsi_internal): Ditto.
14533 (*movdi_internal): Ditto. Add ssecvt type moves.
14534
14535 2011-05-29 Eric Botcazou <ebotcazou@adacore.com>
14536
14537 PR target/48830
14538 * rtlanal.c (simplify_subreg_regno): Adjust comment.
14539
14540 2011-05-29 Jakub Jelinek <jakub@redhat.com>
14541
14542 PR rtl-optimization/49095
14543 * config/i386/predicates.md (plusminuslogic_operator): New predicate.
14544 * config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.
14545
14546 2011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
14547
14548 PR target/43995
14549 * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
14550 recurse_p argument. Only follow register copies if it is set,
14551 and prevent mips_find_pic_call_symbol from recursing.
14552 (mips_find_pic_call_symbol): Add a recurse_p argument.
14553 Pass it to mips_pic_call_symbol_from_set.
14554 (mips_annotate_pic_calls): Update accordingly.
14555
14556 2011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
14557
14558 * emit-rtl.c (try_split): Use a loop to search for
14559 NOTE_INSN_CALL_ARG_LOCATIONs.
14560
14561 2011-05-29 Richard Guenther <rguenther@suse.de>
14562
14563 PR tree-optimization/49217
14564 * ipa-pure-const.c (propagate_pure_const): Fix typos.
14565
14566 2011-05-28 Jan Hubicka <jh@suse.cz>
14567
14568 * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
14569 length.
14570 (string_slot_free): Remove
14571 (create_output_block): Initialize obstack.
14572 (destroy_output_block): Free obstack.
14573 (lto_string_index): Add PERSISTENT parameter; do not duplicate
14574 the string unless it needs to be added into the hash.
14575 (lto_output_string_with_length): Add persistent attribute;
14576 handle NULL strings.
14577 (lto_output_string): Add PERSISTENT parameter.
14578 (output_string_cst, output_identifier): Simplify.
14579 (lto_output_location_bitpack): Update.
14580 (lto_output_builtin_tree): Update.
14581 * lto-streamer.h (struct output_block): Add obstack.
14582 (lto_output_string, lto_output_string_with_length): Remove
14583 declarations; functions are static now.
14584
14585 2011-05-28 Jan Hubicka <jh@suse.cz>
14586
14587 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
14588 pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
14589 pack_ts_function_decl_value_fields, lto_output_builtin_tree,
14590 output_cfg, output_gimple_stmt): Use enum and variable length i/o.
14591 * lto-streamer-in.c (input_cfg, input_gimple_stmt,
14592 unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
14593 unpack_ts_decl_with_vis_value_fields,
14594 unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
14595 lto_get_builtin_tree): Use enum and variable length i/o.
14596 * basic-block.h (profile_status_d): Add PROFILE_LAST.
14597 * lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
14598 New functions.
14599 (bp_pack_enum, bp_unpack_enum): New macros.
14600
14601 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
14602
14603 * genrecog.c: Remove redundant forward declarations.
14604
14605 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
14606
14607 * config.gcc: Deprecate mips*-*-openbsd*.
14608
14609 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
14610
14611 PR bootstrap/49195
14612 * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
14613 for match_op_dup.
14614
14615 2011-05-27 Andrew Pinski <pinskia@gmail.com>
14616
14617 PR middle-end/48981
14618 * gengtype.c (vec_prefix_type): New function.
14619 (note_def_vec): Use vec_prefix_type and change the length
14620 attribute to be based on the prefix.
14621 * vec.c: Include coretypes.h before vec.h.
14622 (struct vec_prefix): Remove.
14623 (vec_gc_p_reserve): Change the offsetof to sizeof.
14624 (vec_gc_p_reserve_exact): Likewise.
14625 (vec_heap_p_reserve): Likewise.
14626 (vec_heap_p_reserve_exact): Likewise.
14627 (vec_stack_o_reserve_1): Copy from +1 instead of from vec.
14628 (vec_stack_p_reserve): Change the offsetof to sizeof.
14629 (vec_stack_p_reserve_exact): Likewise.
14630 * vec.h (struct vec_prefix): New struct definition.
14631 (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
14632 (VEC_T_GTY(T,B)): Likewise.
14633 (DEF_VEC_FUNC_P(T)): Use prefix field.
14634 (DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
14635 (DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.
14636
14637 2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14638
14639 PR tree-optimization/46728
14640 * tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
14641 (powi_as_mults): Add gimple_set_location.
14642 (build_and_insert_call): New.
14643 (gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
14644 0.5, 0.25, 0.75, 1./3., or 1./6.
14645
14646 2011-05-27 Alexander Monakov <amonakov@ispras.ru>
14647
14648 * doc/contrib.texi: Update copyright years.
14649 (Contributors): Add Zdenek Sojka.
14650
14651 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
14652
14653 * c-decl.c (c_push_function_context): Copy the current statement
14654 list stack.
14655 (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
14656 (finish_struct): Call building_stmt_list_p instead of checking
14657 cur_stmt_list.
14658 * c-parser.c (c_parser_postfix_expression): Likewise.
14659 * c-typeck.c (c_end_compound_stmt): Likewise.
14660 * print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
14661 * tree-iterator.c (stmt_list_cache): Change to a VEC.
14662 (alloc_stmt_list): Adjust for stmt_list_cache's new type.
14663 (free_stmt_list): Likewise.
14664 * tree.h (struct tree_statement_list): Include typed_tree instead
14665 of tree_common.
14666 * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
14667 as TS_TYPED instead of TS_COMMON.
14668
14669 2011-05-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14670 Uros Bizjak <ubizjak@gmail.com>
14671
14672 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
14673 (HAVE_AS_IX86_TLSGDPTL): Define.
14674 (gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
14675 (HAVE_AS_IX86_TLSLDMPLT): Define.
14676 * configure: Regenerate.
14677 * config.in: Regenerate.
14678 * config/i386/i386.c (ix86_print_operand): Handle code 'p'.
14679 * config/i386/i386.md (*tls_global_dynamic_32_gnu): If
14680 TARGET_SUN_TLS, use @tlsgdplt or @plt.
14681 (*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
14682 (*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
14683 @tlsldmplt or @plt.
14684 (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
14685
14686 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
14687
14688 * sched-int.h (struct _haifa_deps_insn_data): New members cond
14689 and reverse_cond.
14690 (INSN_COND, INSN_REVERSE_COND): New macros.
14691 * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
14692 once.
14693 (sched_get_condition_with_rev): Cache the results, and look them up
14694 if possible.
14695 (sched_analyze_insn): Destroy INSN_COND of previous insns if they
14696 are clobbered by the current insn.
14697 * target.def (exposed_pipline): New sched data hook.
14698 * doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
14699 * doc/tm.texi: Regenerate.
14700
14701 2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14702
14703 PR tree-optimization/49170
14704 * tree-ssa-math-opts.c (execute_cse_sincos): Add checks for
14705 sincos or cexp.
14706
14707 2011-05-27 Richard Guenther <rguenther@suse.de>
14708
14709 PR middle-end/49189
14710 * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
14711 of comparisons.
14712
14713 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
14714
14715 * haifa-sched.c (sched_scan_info): Remove.
14716 (schedule_block): Call sched_extend_luids rather than sched_init_luids
14717 with NULL args.
14718 (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
14719 Remove functions.
14720 (sched_scan): Remove.
14721 (sched_extend_luids): Renamed from luids_extend_insn and no longer
14722 static. All callers changed.
14723 (sched_init_insn_luid): Renamed from luids_init_insn and no longer
14724 static. All callers changed.
14725 (sched_init_luids): Remove all arguments except the first. All
14726 callers changed. Don't use sched_scan.
14727 (haifa_init_h_i_d): Likewise.
14728 (haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
14729 manually rather than using sched_init_luids. Likewise with
14730 extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
14731 * sel-sched.c (sel_region_target_finish): Call sched_extend_luids
14732 rather than sched_init_luids with NULL args.
14733 * sel-sched-ir.c (new_insns): Remove variable.
14734 (sched_scan): New static function, previously in haifa-sched.c. Remove
14735 all arguments but the first two; all callers changed.
14736 (sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
14737 rather than sched_init_luids.
14738 (sel_init_bbs): Remove second argument. All callers changed.
14739 (sel_add_bb): Call sched_extend_luids rather than sched_init_luids
14740 with NULL arguments.
14741 (create_insn_rtx_from_pattern): Likewise.
14742 * sel-sched-ir.h (sel_init_bbs): Adjust declaration.
14743 * sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
14744 (sched_init_insn_luid, sched_extend_luids): Declare.
14745 (sched_scan_info_def, sched_scan_info, sched_scan): Remove
14746 declarations.
14747
14748 2011-05-27 Richard Guenther <rguenther@suse.de>
14749
14750 PR middle-end/49177
14751 * fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
14752 A CMP B ? (T) true : (T) false for non-integral types T again.
14753
14754 2011-05-27 Jan Hubicka <jh@suse.cz>
14755
14756 * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
14757 so 0 means NULL string.
14758 (lto_output_string_with_length): ... here.
14759 (lto_output_string, output_string_cst, output_identifier): Update
14760 handling of NULL strings.
14761 (lto_output_location_bitpack): New function.
14762 (lto_output_location): Use it.
14763 (lto_output_tree_ref): Use output_record_start.
14764 (pack_ts_type_common_value_fields): Pack aliagn & alias set in var
14765 len values.
14766 * lto-streamer-in.c (string_for_index): Break out from ...; offset
14767 values by 1.
14768 (input_string_internal): ... here;
14769 (input_string_cst, input_identifier, lto_input_string): Update handling
14770 of NULL strings.
14771 (lto_input_location_bitpack): New function
14772 (lto_input_location): Use it.
14773 (unpack_ts_type_common_value_fields): Pack align & alias in var len
14774 values.
14775 * lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
14776 bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
14777 (bp_pack_value): Sanity check the value range.
14778 * lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
14779 New functions.
14780 * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
14781 New functions.
14782
14783 2011-05-27 Hariharan Sandanagobalane <hariharan@picochip.com>
14784
14785 * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
14786 call_arg_location instructions down the floor.
14787
14788 2011-05-26 Vladimir Makarov <vmakarov@redhat.com>
14789
14790 PR rtl-optimization/49154
14791 * ira.c (setup_pressure_classes): Process class without sublcasses
14792 as a candidate for pressure classes.
14793
14794 2011-05-26 Richard Sandiford <rdsandiford@googlemail.com>
14795
14796 PR rtl-optimization/48575
14797 * genrecog.c (position_type): New enum.
14798 (position): New structure.
14799 (decision): Use position structure instead of a string.
14800 (root_pos, peep2_insn_pos_list): New variables.
14801 (next_position, compare_positions): New functions.
14802 (new_decision): Use position structures instead of strings.
14803 (maybe_both_true): Likewise.
14804 (change_state): Likewise.
14805 (write_tree): Likewise.
14806 (make_insn_sequence): Likewise.
14807
14808 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
14809
14810 * tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
14811 TS_BASE instead of TS_COMMON.
14812 (find_decls_types_r): Check for TS_TYPED structure before looking at
14813 TREE_TYPE.
14814 * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
14815 Add chain field.
14816 (BLOCK_CHAIN): Use new chain field.
14817
14818 2011-05-26 Pat Haugen <pthaugen@us.ibm.com>
14819
14820 * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
14821 moves expensive on Power7 also.
14822
14823 2011-05-26 Richard Guenther <rguenther@suse.de>
14824
14825 * fold-const.c (fold_unary_loc): Remove bogus code.
14826
14827 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
14828
14829 * tree.h (struct tree_identifier): Inherit from tree_typed, not
14830 tree_common.
14831 (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
14832 * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
14833 TS_BASE instead of TS_COMMON.
14834 * varasm.c (assemble_name): Remove assert.
14835
14836 2011-05-26 Bernd Schmidt <bernds@codesourcery.com>
14837
14838 * Makefile.in (srcdirify): Change order so that libgcc_objdir is
14839 substituted first.
14840 * libgcc-std.ver: Delete file.
14841
14842 2011-05-26 Richard Guenther <rguenther@suse.de>
14843
14844 PR tree-optimization/48702
14845 * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
14846 only when we know the base address is within bounds.
14847 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
14848 assume the base address of TARGET_MEM_REFs is in bounds.
14849
14850 2011-05-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14851
14852 PR target/49099
14853 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
14854 declaration in TARGET_SOLARIS.
14855
14856 2011-05-26 Hariharan Sandanagobalane <hariharan@picochip.com>
14857
14858 * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
14859 The instruction is then expanded explicitly.
14860 (supported_compare): Callable instruction.
14861 (compare): Likewise.
14862
14863 2011-05-26 Jakub Jelinek <jakub@redhat.com>
14864
14865 PR c++/49165
14866 * gimplify.c (shortcut_cond_r): Don't special case
14867 COND_EXPRs if they have void type on one of their arms.
14868
14869 2011-05-26 Bernd Schmidt <bernds@codesourcery.com>
14870
14871 * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
14872 to reduce duplication, and to achieve a slightly more logical order
14873 of operations.
14874
14875 2011-05-26 Jakub Jelinek <jakub@redhat.com>
14876
14877 PR tree-optimization/49161
14878 * tree-vrp.c (struct case_info): New type.
14879 (compare_case_labels): Sort case_info structs instead of
14880 trees, and not primarily by CASE_LABEL uids but by
14881 label_for_block indexes.
14882 (find_switch_asserts): Put case labels into struct case_info
14883 array instead of TREE_VEC, adjust sorting, compare label_for_block
14884 values instead of CASE_LABELs.
14885
14886 2011-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14887
14888 * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
14889 ("orndi3_neon"): Likewise.
14890 ("bic<mode>3_neon"): Likewise.
14891
14892 2011-05-26 Ira Rosen <ira.rosen@linaro.org>
14893
14894 PR tree-optimization/49038
14895 * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
14896 Ensure at least one epilogue iteration if required by data
14897 accesses with gaps.
14898 * tree-vectorizer.h (struct _loop_vec_info): Add new field
14899 to mark loops that require peeling for gaps.
14900 * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
14901 (vect_get_known_peeling_cost): Take peeling for gaps into
14902 account.
14903 (vect_transform_loop): Generate epilogue if required by data
14904 access with gaps.
14905 * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
14906 loop as requiring an epilogue if there are gaps in the end of
14907 the strided group.
14908
14909 2011-05-25 Ian Lance Taylor <iant@google.com>
14910
14911 * godump.c (go_format_type): Output the first field with a usable
14912 Go type, if any.
14913
14914 2011-05-25 Ian Lance Taylor <iant@google.com>
14915
14916 * godump.c (go_format_type): Check for invalid type names, pointer
14917 target types, and struct field types.
14918
14919 2011-05-25 Jason Merrill <jason@redhat.com>
14920
14921 * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
14922
14923 2011-05-25 Uros Bizjak <ubizjak@gmail.com>
14924
14925 * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
14926
14927 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
14928
14929 * config/i386/i386.md (*movqi_extv_1)): Put back
14930 "register_operand" check in "type" calculation.
14931 (*movqi_extzv_2): Likewise.
14932
14933 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
14934
14935 * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
14936
14937 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
14938
14939 PR bootstrap/49160
14940 * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
14941 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
14942 __divxc3, __divtc3): Wrap definitions in #ifndef.
14943
14944 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
14945
14946 PR target/49142
14947 * config/i386/i386.md (*movqi_extv_1_rex64): Remove
14948 "register_operand" check and replace q_regs_operand with
14949 QIreg_operand in "type" calculation.
14950 (*movqi_extv_1): Likewise.
14951 (*movqi_extzv_2_rex64): Likewise.
14952 (*movqi_extzv_2): Likewise.
14953
14954 * config/i386/predicates.md (QIreg_operand): New.
14955
14956 2011-05-25 Richard Guenther <rguenther@suse.de>
14957
14958 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
14959 type-based offset disambiguation, streamline MEM_REF and
14960 TARGET_MEM_REF handling.
14961
14962 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
14963
14964 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
14965 (bdesc_special_args): Add pause intrinsic.
14966
14967 * config/i386/i386.md (UNSPEC_PAUSE): New.
14968 (pause): Likewise.
14969 (*pause): Likewise.
14970 * config/i386/ia32intrin.h (__pause): Likewise.
14971
14972 * doc/extend.texi (X86 Built-in Functions): Add documentation for
14973 pause intrinsic.
14974
14975 2011-05-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14976
14977 PR tree-optimization/46728
14978 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
14979 (execute_cse_sincos): Add switch case for BUILT_IN_POW.
14980
14981 2011-05-25 Nathan Froyd <froydnj@codesourcery.com>
14982
14983 * tree.h (struct tree_exp): Inherit from struct tree_typed.
14984 * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
14985 instead of TS_COMMON.
14986
14987 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
14988
14989 * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
14990 LIBGCC2_GNU_PREFIX is defined.
14991 (__N): New macro.
14992 (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
14993 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
14994 __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
14995 __clz_tab): Define using __N.
14996 (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
14997 COMPAT_SIMODE_TRAPPING_ARITHMETIC.
14998 * target.def (libfunc_gnu_prefix): New hook.
14999 * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
15000 (TARGET_LIBFUNC_GNU_PREFIX): Add hook.
15001 * doc/tm.texi: Regenerate.
15002 * system.h (LIBGCC2_GNU_PREFIX): Poison.
15003 * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
15004 account.
15005 (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
15006 (init_optabs): Likewise for the bswap libfuncs.
15007 * tree.c (build_common_builtin_nodes): Likewise for complex multiply
15008 and divide.
15009 * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
15010 * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
15011 * libgcc-std.ver: Remove.
15012 * Makefile.in (srcdirify): Handle $$(libgcc_objdir).
15013 * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
15014 libgcc-std.ver.
15015 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
15016 * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
15017 * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
15018 * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
15019 * config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
15020 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
15021 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
15022 * config/fixed-bit.h (FIXED_OP): Define differently depending on
15023 LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
15024 (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.
15025
15026 2011-05-25 Jan Hubicka <jh@suse.cz>
15027
15028 * lto-streamer-out.c (output_record_start): Use lto_output_enum
15029 (lto_output_tree): Use output_record_start.
15030 * lto-streamer-in.c (input_record_start): Use lto_input_enum
15031 (lto_get_pickled_tree): Use input_record_start.
15032 * lto-section-in.c (lto_section_overrun): Turn into fatal error.
15033 (lto_value_range_error): New function.
15034 * lto-streamer.h (lto_value_range_error): Declare.
15035 (lto_output_int_in_range, lto_input_int_in_range): New functions.
15036 (lto_output_enum, lto_input_enum): New macros.
15037
15038 2011-05-25 Eric Botcazou <ebotcazou@adacore.com>
15039
15040 * common.opt (flag_stack_usage_info): New variable.
15041 (-Wstack-usage): New option.
15042 * doc/invoke.texi (Warning options): Document -Wstack-usage.
15043 * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
15044 <OPT_fstack_usage>: Likewise.
15045 * toplev.c (output_stack_usage): Handle -Wstack-usage.
15046 * calls.c (expand_call): Test flag_stack_usage_info variable instead
15047 of flag_stack_usage.
15048 (emit_library_call_value_1): Likewise.
15049 * explow.c (allocate_dynamic_stack_space): Likewise.
15050 * function.c (instantiate_virtual_regs ): Likewise.
15051 (prepare_function_start): Likewise.
15052 (rest_of_handle_thread_prologue_and_epilogue): Likewise.
15053 * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
15054 * config/arm/arm.c (arm_expand_prologue): Likewise.
15055 (thumb1_expand_prologue): Likewise.
15056 * config/avr/avr.c (expand_prologue): Likewise.
15057 * config/i386/i386.c (ix86_expand_prologue): Likewise.
15058 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
15059 * config/m68k/m68k.c (m68k_expand_prologue): Likewise.
15060 * config/mips/mips.c (mips_expand_prologue): Likewise.
15061 * config/pa/pa.c (hppa_expand_prologue): Likewise.
15062 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
15063 * config/s390/s390.c (s390_emit_prologue): Likewise.
15064 * config/sh/sh.c (sh_expand_prologue): Likewise.
15065 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
15066 * config/spu/spu.c (spu_expand_prologue): Likewise.
15067
15068 2011-05-25 Richard Guenther <rguenther@suse.de>
15069
15070 * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
15071 (gimple_canonical_types_compatible_p): Likewise.
15072
15073 2011-05-25 Jan Hubicka <jh@suse.cz>
15074
15075 PR middle-end/49062
15076 * ipa.c (function_and_variable_visibility): Only add to same
15077 comdat group list if DECL_ONE_ONLY.
15078
15079 2011-05-25 Andrey Belevantsev <abel@ispras.ru>
15080
15081 PR rtl-optimization/49014
15082 * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
15083
15084 2011-05-25 Jakub Jelinek <jakub@redhat.com>
15085
15086 PR target/49128
15087 * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
15088
15089 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
15090
15091 PR rtl-optimization/48757
15092 * ira-build.c (loop_with_eh_edge_p): Rename to
15093 loop_with_complex_edge_p, check edges on complexity, make function
15094 conditional.
15095 (mark_loops_for_removal): Make call of loop_with_complex_edge_p
15096 conditional.
15097
15098 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
15099
15100 * config/sparc/sparc.c (sparc_option_override): If not set by the user,
15101 force flag_ira_share_save_slots to 0.
15102
15103 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
15104
15105 * var-tracking.c (compute_cfa_pointer): Adjust head comment.
15106 (vt_initialize): Set PROLOGUE_BB unconditionally.
15107 Add block comment about CFA_BASE_RTX machinery.
15108 Reset FP_CFA_OFFSET to -1 on all invalid paths.
15109 Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.
15110
15111 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com>
15112
15113 PR objc/48187
15114 * c-parser.c (c_parser_objc_class_instance_variables): More robust
15115 parsing of syntax error in ObjC instance variable lists. In
15116 particular, avoid an infinite loop if there is a stray ']'.
15117 Updated error message.
15118
15119 2011-05-24 Ian Lance Taylor <iant@google.com>
15120
15121 * godump.c (go_define): Don't accept a string immediately after
15122 another operand.
15123
15124 2011-05-24 Ian Lance Taylor <iant@google.com>
15125
15126 * godump.c (struct godump_container): Add invalid_hash field.
15127 (go_format_type): Return false if type is found in invalid_hash.
15128 (go_output_typedef): Add invalid type to invalid_hash.
15129 (go_finish): Create and delete invalid_hash.
15130
15131 2011-05-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15132
15133 PR tree-optimization/46728
15134 * tree-ssa-math-opts.c (powi_table): New.
15135 (powi_lookup_cost): New.
15136 (powi_cost): New.
15137 (powi_as_mults_1): New.
15138 (powi_as_mults): New.
15139 (gimple_expand_builtin_powi): New.
15140 (execute_cse_sincos): Add switch case for BUILT_IN_POWI.
15141 (gate_cse_sincos): Remove sincos/cexp restriction.
15142
15143 2011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15144
15145 PR target/3746
15146 * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
15147 mips-tdump native.
15148 * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
15149 * mips-tdump.c: Likewise.
15150
15151 2011-05-24 H.J. Lu <hongjiu.lu@intel.com>
15152
15153 PR target/49128
15154 * config/i386/driver-i386.c (host_detect_local_cpu): Always
15155 add -mno-XXX. Handle FMA.
15156
15157 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
15158
15159 PR rtl-optimization/48633
15160 * ira-build.c (loop_with_eh_edge_p): New function.
15161 (mark_loops_for_removal): Use it.
15162
15163 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
15164
15165 PR rtl-optimization/48971
15166 * ira.c (setup_pressure_classes): Don't check register move cost
15167 for classes with one registers. Don't add pressure class if there
15168 is a pressure class with the same available hard registers.
15169 Check contains_reg_of_mode. Fix a typo in collecting
15170 temp_hard_regset. Ignore hard registers not belonging to a class.
15171
15172 2011-05-24 Uros Bizjak <ubizjak@gmail.com>
15173
15174 PR target/49133
15175 * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
15176
15177 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
15178 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15179
15180 PR gcov-profile/48845
15181 * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
15182
15183 2011-05-24 Richard Guenther <rguenther@suse.de>
15184
15185 * gimple.c (compare_type_names_p): Remove for_completion_p arg.
15186 (gimple_compatible_complete_and_incomplete_subtype_p): Remove.
15187 (gimple_types_compatible_p_1): Adjust.
15188 (iterative_hash_canonical_type): Do not bother about complete vs.
15189 incomplete types.
15190 (gimple_canonical_types_compatible_p): Likewise.
15191
15192 2011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15193
15194 * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
15195
15196 2011-05-24 Richard Guenther <rguenther@suse.de>
15197
15198 PR bootstrap/49078
15199 * gimple.c (gimple_register_canonical_type): Revert
15200 previous change.
15201 * alias.c (get_alias_set): Only assert that TYPE_CANONICAL
15202 does not for a tree for the case where it matters. Cache
15203 pointer-type alias-sets.
15204
15205 2011-05-24 Joseph Myers <joseph@codesourcery.com>
15206
15207 * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
15208 (OBJS): Remove options.o, opts-common.o and prefix.o.
15209 (OBJS-libcommon-target): New.
15210 (ALL_HOST_BACKEND_OBJS): Include $(OBJS-libcommon-target).
15211 (BACKEND): Include libcommon-target.a.
15212 (MOSTLYCLEANFILES): Include libcommon-target.a.
15213 (libcommon-target.a): New.
15214 (xgcc$(exeext), cpp$(exeext)): Use libcommon-target.a instead of
15215 prefix.o.
15216
15217 2011-05-23 Joseph Myers <joseph@codesourcery.com>
15218
15219 * optc-save-gen.awk: New. Based on optc-gen.awk. Don't generate
15220 parts of output shared with the driver.
15221 * optc-gen.awk: Don't generate parts of output not shared with the
15222 driver.
15223 * opth-gen.awk: Remove GCC_DRIVER conditionals.
15224 * doc/options.texi (SourcerInclude): Mention options-save.c.
15225 * Makefile.in (GCC_OBJS): Use options.o instead of gcc-options.o.
15226 (OBJS): Add options-save.o.
15227 (options-save.c, options-save.o): New.
15228 (options.o): Update dependencies.
15229 (gcc-options.o): Remove.
15230 (mostlyclean): Remove options-save.c.
15231
15232 2011-05-23 Jakub Jelinek <jakub@redhat.com>
15233
15234 PR debug/49032
15235 * dbxout.c: Include cgraph.h.
15236 (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
15237 and without value expr, return NULL if no varpool node exists for
15238 it or if it is not needed.
15239 * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
15240
15241 PR c/49120
15242 * c-decl.c (start_decl): Convert expr to void_type_node.
15243
15244 2011-05-23 Richard Sandiford <rdsandiford@googlemail.com>
15245
15246 PR rtl-optimization/48826
15247 * emit-rtl.c (try_split): When splitting a call that is followed
15248 by a NOTE_INSN_CALL_ARG_LOCATION, move the note after the new call.
15249
15250 2011-05-23 Jakub Jelinek <jakub@redhat.com>
15251
15252 * cfgexpand.c (expand_debug_expr): For unused non-addressable
15253 parameters passed in memory prefer using DECL_INCOMING_RTL over
15254 the pseudos it will be copied into.
15255
15256 2011-05-23 H.J. Lu <hongjiu.lu@intel.com>
15257
15258 PR target/47315
15259 * config/i386/i386.c (ix86_option_override_internal): Save the
15260 initial options after checking vzeroupper.
15261
15262 2011-05-23 David Li <davidxl@google.com>
15263
15264 PR tree-optimization/48988
15265 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
15266 Initialize has_valid_pred for each pred chain.
15267
15268 2011-05-23 Richard Guenther <rguenther@suse.de>
15269
15270 * gimple.c (gimple_types_compatible_p_1): Always compare type names.
15271 (iterative_hash_gimple_type): Always hash type names.
15272
15273 2011-05-23 Nathan Froyd <froydnj@codesourcery.com>
15274
15275 * c-typeck.c (build_function_call_vec): Tweak call to
15276 check_function_arguments.
15277
15278 2011-05-23 Richard Guenther <rguenther@suse.de>
15279
15280 PR tree-optimization/49115
15281 * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
15282 is not necessarily carried out, do not claim it kills the ref.
15283 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
15284
15285 2011-05-23 Richard Guenther <rguenther@suse.de>
15286
15287 PR middle-end/15419
15288 * builtins.c (fold_builtin_memory_op): Be less restrictive about
15289 what pointer types we accept for folding.
15290
15291 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15292
15293 * gthr-gnat.c: Remove.
15294 * gthr-gnat.h: Remove.
15295 * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
15296 * config/t-freebsd (LIB2ADDEH): Likewise.
15297 * config/t-linux (LIB2ADDEH): Likewise.
15298 * config/t-sol2 (LIB2ADDEH): Likewise.
15299 * config/ia64/t-vms (LIB2ADDEH): Likewise.
15300 * configure.ac (target_thread_file): Remove gnat handling.
15301 * configure: Regenerate.
15302 * doc/install.texi (Configuration, --enable-threads): Remove gnat.
15303
15304 2011-05-23 Tristan Gingold <gingold@adacore.com>
15305 Eric Botcazou <ebotcazou@adacore.com>
15306
15307 * gcov.c (create_file_names): If no object directory is specified,
15308 keep the directory of the file.
15309
15310 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15311
15312 * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
15313 * configure: Regenerate.
15314
15315 2011-05-23 Jakub Jelinek <jakub@redhat.com>
15316
15317 PR middle-end/48973
15318 * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
15319 failed and the comparison has a single bit signed type, use
15320 constm1_rtx instead of const1_rtx for true value.
15321 (do_store_flag): If ops->type is single bit signed type, disable
15322 signel bit test optimization and pass -1 instead of 1 as last
15323 parameter to emit_store_flag_force.
15324
15325 2011-05-23 Tom de Vries <tom@codesourcery.com>
15326
15327 PR target/45098
15328 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
15329 function.
15330 (infer_loop_bounds_from_undefined): Use new function.
15331
15332 2011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
15333
15334 * config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
15335 (ASM_SPEC): Add a -O* option here. Pass -O0 for -noasmopt,
15336 -O1 for -fno-delayed-branch, -O2 if optimization is enabled,
15337 and -O0 otherwise.
15338 (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
15339
15340 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
15341
15342 * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
15343 (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
15344 returns true.
15345
15346 2011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
15347
15348 * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
15349
15350 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
15351
15352 * config/sparc/sparc.c (sparc_delegitimize_address): Handle
15353 UNSPEC_MOVE_PIC pattern.
15354
15355 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
15356
15357 * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
15358 (sparc-*-rtems*): Likewise.
15359 (sparc64-*-elf*): Likewise.
15360 (sparc64-*-rtems*): Likewise.
15361 (sparc*-*-solaris2*): Likewise. Remove crti.o crtn.o extra parts.
15362 * config/sparc/t-crtin: New file.
15363 * config/sparc/t-sol2 (crti.o): Delete rule.
15364 (crtn.o): Likewise.
15365 * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
15366 * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
15367 * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
15368 (ENDFILE_SPEC): Add crtn.o.
15369
15370 2011-05-22 Tom de Vries <tom@codesourcery.com>
15371
15372 PR middle-end/48689
15373 * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
15374 CODE_CONTAINS_STRUCT (TS_COMMON).
15375
15376 2011-05-22 Jakub Jelinek <jakub@redhat.com>
15377
15378 PR middle-end/49029
15379 * expmed.c (extract_fixed_bit_field): Test whether target can be used
15380 only after deciding which mode to use.
15381
15382 2011-05-22 Tom de Vries <tom@codesourcery.com>
15383
15384 PR target/45098
15385 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
15386 for call to get_shiftadd_cost.
15387
15388 2011-05-22 Uros Bizjak <ubizjak@gmail.com>
15389
15390 PR target/49104
15391 * config/i386/cpuid.h (bit_MMXEXT): New define.
15392
15393 2011-05-22 Nick Clifton <nickc@redhat.com>
15394
15395 * config/stormy16/stormy16.c (xstormy16_init_builtins): prevent
15396 initialisation of non-existant args[2] element. Use args[] array
15397 not arg[] array to pass arguments to build_function_type_list.
15398
15399 2011-05-22 Ira Rosen <ira.rosen@linaro.org>
15400
15401 PR tree-optimization/49087
15402 * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
15403
15404 2011-05-21 Jason Merrill <jason@redhat.com>
15405
15406 PR c++/49092
15407 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
15408 static storage duration.
15409
15410 2011-05-21 Eric Botcazou <ebotcazou@adacore.com>
15411
15412 * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
15413 frame pointer.
15414
15415 2011-05-21 Eric Botcazou <ebotcazou@adacore.com>
15416
15417 * config/sparc/sparc.c (eligible_for_return_delay): Do not return
15418 false if there are call-saved registers here...
15419 (sparc_can_use_return_insn_p): ...but here instead.
15420 (save_or_restore_regs): Fix thinko.
15421 (sparc_expand_prologue): Use current_function_is_leaf.
15422 (sparc_frame_pointer_required): Likewise.
15423
15424 2011-05-21 Nick Clifton <nickc@redhat.com>
15425
15426 PR target/49098
15427 * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
15428
15429 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>
15430
15431 * gengtype.c (walk_type): Implemented "atomic" GTY option.
15432 * doc/gty.texi (GTY Options): Document "atomic" GTY option.
15433
15434 2011-05-21 Joseph Myers <joseph@codesourcery.com>
15435
15436 * opt-read.awk: New. Split out of optc-gen.awk and opth-gen.awk.
15437 * optc-gen.awk: Move common code to opt-read.awk.
15438 * opth-gen.awk: Likewise.
15439 * Makefile.in (options.c, s-options-h): Update to use opt-read.awk.
15440
15441 2011-05-20 Nathan Froyd <froydnj@codesourcery.com>
15442
15443 * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
15444
15445 2011-05-20 Tom de Vries <tom@codesourcery.com>
15446
15447 PR target/45098
15448 * tree-ssa-loop-ivopts.c: Include expmed.h.
15449 (get_shiftadd_cost): New function.
15450 (force_expr_to_var_cost): Declare forward. Use get_shiftadd_cost.
15451
15452 2011-05-20 Jakub Jelinek <jakub@redhat.com>
15453
15454 PR bootstrap/49086
15455 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
15456 for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
15457
15458 2011-05-20 Joseph Myers <joseph@codesourcery.com>
15459
15460 * Makefile.in: Update comment referring to $(OBJS-common).
15461
15462 2011-05-20 Ian Lance Taylor <iant@google.com>
15463
15464 * godump.c (go_output_typedef): Put enum constants in the macro
15465 hash table to avoid duplicate Go const definitions.
15466
15467 2011-05-20 Joseph Myers <joseph@codesourcery.com>
15468
15469 * Makefile.in (LIBDEPS): Add libcommon.a.
15470 (LIBS): Likewise.
15471 (GCC_OBJS): Remove diagnostic.o, pretty-print.o and input.o.
15472 (OBJS-common): Remove diagnostic.o, input.o, intl.o,
15473 pretty-print.o and version.o.
15474 (OBJS-libcommon): New.
15475 (ALL_HOST_BACKEND_OBJS): Add $(OBJS-libcommon).
15476 (BACKEND): Add libcommon.a.
15477 (MOSTLYCLEANFILES): Likewise.
15478 (libcommon.a): New.
15479 (xgcc$(exeext)): Don't explicitly use version.o and intl.o.
15480 (cpp$(exeext)): Likewise.
15481 (COLLECT2_OBJS): Remove intl.o, version.o, diagnostic.o,
15482 pretty-print.o and input.o.
15483 (lto-wrapper$(exeext)): Don't explicitly use intl.o.
15484 (lto-wrapper.o): Depend on $(DIAGNOSTIC_H).
15485 (errors.o): Remove.
15486 (mips-tfile): Don't explicitly use version.o.
15487 (mips-tdump): Likewise.
15488 (gcov.o): Depend on $(DIAGNOSTIC_H).
15489 (gcov-dump.o): Depend on intl.h and $(DIAGNOSTIC_H).
15490 (GCOV_OBJS): Remove intl.o, version.o and errors.o.
15491 (GCOV_DUMP_OBJS): Remove version.o and errors.o.
15492 * gcov-dump.c: Include intl.h and diagnostic.h.
15493 (main): Initialize diagnostics.
15494 * gcov.c: Include diagnostic.h.
15495 (fnotice): Remove.
15496 (main): Initialize diagnostics.
15497 * lto-wrapper.c: Include diagnostic.h.
15498 (main): Initialize diagnostics.
15499
15500 2011-05-20 Michael Matz <matz@suse.de>
15501
15502 * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
15503
15504 2011-05-20 Michael Matz <matz@suse.de>
15505 Richard Guenther <rguenther@suse.de>
15506
15507 * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
15508 use lto_streamer_cache_append directly instead of returning a VEC.
15509 (preload_common_node): Remove.
15510 (lto_get_common_nodes): Rename to lto_preload_common_nodes, don't
15511 track seen nodes.
15512 (lto_streamer_cache_create): Call lto_preload_common_nodes.
15513
15514 2011-05-20 Richard Guenther <rguenther@suse.de>
15515
15516 PR tree-optimization/49079
15517 * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
15518 MEM_REFs correctly for the trailing array access detection.
15519 Special case constants the same way as decls for overall size
15520 constraining.
15521
15522 2011-05-20 Uros Bizjak <ubizjak@gmail.com>
15523
15524 * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
15525 argument expansion.
15526
15527 2011-05-20 Jakub Jelinek <jakub@redhat.com>
15528
15529 PR tree-optimization/49073
15530 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL if
15531 PHI argument is SSA_NAME, whose def_stmt is dominated by the PHI.
15532 * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
15533
15534 2011-05-20 Richard Guenther <rguenther@suse.de>
15535
15536 PR middle-end/48849
15537 * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
15538 of pointer types the same way the middle-end does.
15539
15540 2011-05-20 Richard Guenther <rguenther@suse.de>
15541
15542 * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
15543 or pointer-to chains. Delay all fixup to uniquify_nodes.
15544
15545 2011-05-19 Quentin Neill <quentin.neill@amd.com>
15546
15547 * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
15548 (fma4_fmaddsub): Likewise
15549
15550 2011-05-19 Jan Hubicka <jh@suse.cz>
15551
15552 * gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
15553 (GIMPLE_TYPE_PAIR_SIZE): New macro.
15554 (type_pair_cache): New static var.
15555 (lookup_type_pair): Use fixed sized custom hash; make inline.
15556 (gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
15557 calls of lookup_type_pair.
15558 (print_gimple_types_stats): Remove cache stats.
15559 (free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
15560 and gtc_ob.
15561
15562 2011-05-19 Uros Bizjak <ubizjak@gmail.com>
15563
15564 * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
15565 when TARGET_RDRND is active.
15566 (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
15567 Generate dummy SImode target register when target is NULL.
15568
15569 2011-05-19 Joseph Myers <joseph@codesourcery.com>
15570
15571 * config/arm/arm-fpus.def: New.
15572 * config/arm/genopt.sh: Generate Enum and EnumValue entries from
15573 arm-fpus.def.
15574 * config/arm/arm-tables.opt: Regenerate.
15575 * config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
15576 (arm_option_override): Don't decode FPU name to string here.
15577 * config/arm/arm.opt (mfpu=): Use Enum.
15578 * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
15579 Update dependencies.
15580
15581 2011-05-19 Joseph Myers <joseph@codesourcery.com>
15582
15583 * collect2.c: Include diagnostic.h.
15584 (fatal_perror, fatal, error, fancy_abort): Remove.
15585 (main): Set progname. Call xmalloc_set_program_name and
15586 diagnostic_initialize.
15587 (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
15588 scan_libraries, resolve_lib_name): Call fatal_error instead of
15589 fatal and fatal_perror.
15590 * collect2.h (error, fatal, fatal_perror): Don't declare.
15591 * tlink.c: Include diagnostic-core.h.
15592 (recompile_files): Call fatal_error instead of fatal_perror.
15593 * Makefile.in (COLLECT2_OBJS): Include diagnostic.o,
15594 pretty-print.o and input.o.
15595 (collect2.o, tlink.o): Update dependencies.
15596
15597 2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15598
15599 * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
15600
15601 2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15602
15603 PR target/40483
15604 * configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
15605 COMDAT group syntax, both SPARC and x86 variants.
15606 (HAVE_COMDAT_GROUP): Also define if gcc_cv_as_comdat_group_group.
15607 * configure: Regenerate.
15608 * config/sol2.h (TARGET_SOLARIS): Define.
15609 (PUSHSECTION_FORMAT): Remove.
15610 (SECTION_NAME_FORMAT): Define.
15611 * config/sol2.c: Include hashtab.h.
15612 (solaris_output_init_fini): Replace PUSHSECTION_FORMAT by its
15613 expansion, using SECTION_NAME_FORMAT.
15614 (solaris_comdat_htab): New variable.
15615 (struct comdat_entry): Define.
15616 (comdat_hash): New function.
15617 (comdat_eq): New function.
15618 (solaris_elf_asm_comdat_section): New function.
15619 (solaris_define_comdat_signature): New function.
15620 (solaris_code_end): New function.
15621 * config/sol2-protos.h (solaris_elf_asm_comdat_section): Declare.
15622 (solaris_code_end): Declare.
15623 * config/t-sol2 (sol2.o): Add $HASHTAB_H dependency.
15624 * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Call
15625 solaris_code_end.
15626 (i386_solaris_elf_named_section): Wrap in TARGET_SOLARIS.
15627 Remove ATTRIBUTE_UNUSED.
15628 [!USE_GAS]: Call solaris_elf_asm_comdat_section for
15629 SECTION_LINKONCE sections if HAVE_COMDAT_GROUP.
15630 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Likewise.
15631 * config/i386/sol2-10.h (TARGET_ASM_NAMED_SECTION): Moved ...
15632 * config/i386/sol2.h (TARGET_ASM_NAMED_SECTION): ... here.
15633 * config/sparc/sol2.h (TARGET_ASM_CODE_END): Redefine.
15634 (PUSHSECTION_FORMAT): Remove.
15635 (SECTION_NAME_FORMAT): Redefine.
15636
15637 2011-05-19 Kai Tietz <ktietz@redhat.com>
15638
15639 * tree-cfg.c (verify_gimple_assign_binary): Barf on
15640 TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
15641 (gimplify_expr): Move TRUTH_AND|OR|XOR_EXPR to its binary form.
15642
15643 2011-05-19 Anatoly Sokolov <aesok@post.ru>
15644 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15645
15646 * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
15647
15648 2011-05-19 Richard Guenther <rguenther@suse.de>
15649
15650 PR middle-end/48985
15651 * tree-object-size.c (addr_object_size): If the pointed-to
15652 variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
15653
15654 2011-05-19 Richard Guenther <rguenther@suse.de>
15655
15656 * gimple.c (gimple_types_compatible_p_1): Compare names of
15657 the types themselves.
15658 (iterative_hash_gimple_type): And hash them that way.
15659 (gimple_register_type_1): If we register a main variant properly
15660 initialize the leader to ourselves.
15661
15662 2011-05-19 Tom de Vries <tom@codesourcery.com>
15663
15664 PR target/45098
15665 * tree-ssa-loop-ivopts.c (get_expr_id): Factored new function out of
15666 get_loop_invariant_expr_id.
15667 (get_loop_invariant_expr_id): Use get_expr_id.
15668 (parm_decl_cost): New function.
15669 (determine_use_iv_cost_condition): Use get_expr_id and parm_decl_cost.
15670 Improve bound cost estimation. Use different inv_expr_id for elim and
15671 express cases.
15672
15673 2011-05-19 Tom de Vries <tom@codesourcery.com>
15674
15675 PR target/45098
15676 * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
15677 cost_base.cost == 0.
15678
15679 2011-05-18 H.J. Lu <hongjiu.lu@intel.com>
15680
15681 PR target/49002
15682 * config/i386/sse.md
15683 (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
15684 load cast.
15685
15686 2011-05-18 Jakub Jelinek <jakub@redhat.com>
15687
15688 PR tree-optimization/49039
15689 * tree-vrp.c (extract_range_from_binary_expr): For
15690 MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
15691 return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
15692
15693 2011-05-18 Tom de Vries <tom@codesourcery.com>
15694
15695 PR target/45098
15696 * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
15697
15698 2011-05-18 Uros Bizjak <ubizjak@gmail.com>
15699
15700 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Split asm template.
15701 (*tls_global_dynamic_64): Ditto.
15702 (*tls_local_dynamic_base_32_gnu): Ditto.
15703 (*tls_local_dynamic_base_64): Ditto.
15704 (tls_initial_exec_64_sun): Ditto.
15705
15706 2011-05-18 Stuart Henderson <shenders@gcc.gnu.org>
15707
15708 * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
15709 * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
15710 bf592-none.
15711 * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
15712 * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
15713 * config/bfin/bfin.c (bfin_cpus): Add bf592.
15714 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
15715 __ADSPBF592__ and __ADSPBF59x__ for BFIN_CPU_BF592.
15716 * config/bfin/bfin-opts.h (bfin_cpu_type): Add BFIN_CPU_BF592.
15717 * config/bfin/elf.h (LIB_SPEC): Add bf592.
15718
15719 2011-05-18 Joseph Myers <joseph@codesourcery.com>
15720
15721 * config/arm/arm-opts.h (enum arm_fp16_format_type, enum
15722 arm_abi_type, enum float_abi_type, enum arm_tp_type): Move from arm.h.
15723 * config/arm/arm.c (arm_float_abi, arm_fp16_format, arm_abi,
15724 target_thread_pointer, arm_structure_size_boundary, struct
15725 float_abi, all_float_abis, struct fp16_format, all_fp16_formats,
15726 struct abi_name, arm_all_abis): Remove.
15727 (arm_option_override) Don't process most enumerated option values here.
15728 Don't process target_fpe_name here. Work with integer not string for
15729 structure size boundary; use separate diagnostics for each case.
15730 * config/arm/arm.h (enum float_abi_type, enum
15731 arm_fp16_format_type, enum arm_abi_type, enum arm_tp_type): Move
15732 to arm-opts.h.
15733 (arm_float_abi, arm_fp16_format, arm_abi, target_thread_pointer,
15734 arm_structure_size_boundary): Remove.
15735 * config/arm/arm.opt (mabi=): Use Enum and Init.
15736 (arm_abi_type): New Enum and EnumValue entries.
15737 (mfloat-abi=): Use Enum and Init.
15738 (float_abi_type): New Enum and EnumValue entries.
15739 (mfp=, mfpe=): Replace by separate Alias entries for each argument.
15740 (mfp16-format=): Use Enum and Init.
15741 (arm_fp16_format_type): New Enum and EnumValue entries.
15742 (mstructure-size-boundary=): Use UInteger and Init.
15743 (mtp=): Use Enum and Init.
15744 (arm_tp_type): New Enum and EnumValue entries.
15745
15746 2011-05-18 Richard Guenther <rguenther@suse.de>
15747
15748 PR tree-optimization/49018
15749 * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
15750 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
15751 gimple_has_side_effects.
15752
15753 2011-05-18 Richard Guenther <rguenther@suse.de>
15754
15755 * gimple.c (gimple_register_type_1): New function, split out from ...
15756 (gimple_register_type): ... here. Avoid infinite recursion.
15757
15758 2011-05-18 Ira Rosen <ira.rosen@linaro.org>
15759
15760 PR tree-optimization/41881
15761 * tree-vectorizer.h (struct _loop_vec_info): Add new field
15762 reduction_chains along with a macro for its access.
15763 * tree-vect-loop.c (new_loop_vec_info): Initialize reduction chains.
15764 (destroy_loop_vec_info): Free reduction chains.
15765 (vect_analyze_loop_2): Return false if vect_analyze_slp() returns false.
15766 (vect_is_slp_reduction): New function.
15767 (vect_is_simple_reduction_1): Call vect_is_slp_reduction.
15768 (vect_create_epilog_for_reduction): Support SLP reduction chains.
15769 * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow different
15770 definition types for reduction chains.
15771 (vect_supported_load_permutation_p): Don't allow permutations for
15772 reduction chains.
15773 (vect_analyze_slp_instance): Support reduction chains.
15774 (vect_analyze_slp): Try to build SLP instance from reduction chains.
15775 (vect_get_constant_vectors): Handle reduction chains.
15776 (vect_schedule_slp_instance): Mark the first statement of the
15777 reduction chain as reduction.
15778
15779 2011-05-18 Ira Rosen <ira.rosen@linaro.org>
15780
15781 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new
15782 names for group elements access.
15783 * tree-vectorizer.h (struct _stmt_vec_info): Use interleaving info for
15784 reduction chains as well. Remove data reference and interleaving
15785 related words from the fields names.
15786 * tree-vect-loop.c (vect_transform_loop): Use new names for group
15787 elements access.
15788 * tree-vect-data-refs.c (vect_get_place_in_interleaving_chain,
15789 vect_insert_into_interleaving_chain, vect_update_interleaving_chain,
15790 vect_update_interleaving_chain, vect_same_range_drs,
15791 vect_analyze_data_ref_dependence, vect_update_misalignment_for_peel,
15792 vect_verify_datarefs_alignment, vector_alignment_reachable_p,
15793 vect_peeling_hash_get_lowest_cost, vect_enhance_data_refs_alignment,
15794 vect_analyze_group_access, vect_analyze_data_ref_access,
15795 vect_create_data_ref_ptr, vect_transform_strided_load,
15796 vect_record_strided_load_vectors): Likewise.
15797 * tree-vect-stmts.c (vect_model_simple_cost, vect_model_store_cost,
15798 vect_model_load_cost, vectorizable_store, vectorizable_load,
15799 vect_remove_stores, new_stmt_vec_info): Likewise.
15800 * tree-vect-slp.c (vect_build_slp_tree,
15801 vect_supported_slp_permutation_p, vect_analyze_slp_instance): Likewise.
15802
15803 2011-05-18 Richard Guenther <rguenther@suse.de>
15804
15805 PR middle-end/48989
15806 * tree-cfg.c (verify_gimple_assign_unary): Adjust TRUTH op
15807 operand verification.
15808 (verify_gimple_assign_binary): Likewise.
15809 * tree-ssa.c (useless_type_conversion_p): Preserve conversions
15810 to non-1-precision BOOLEAN_TYPEs.
15811
15812 2011-05-18 Tom de Vries <tom@codesourcery.com>
15813
15814 PR target/45098
15815 * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
15816
15817 2011-05-18 Jakub Jelinek <jakub@redhat.com>
15818
15819 PR tree-optimization/49000
15820 * tree-ssa.c (execute_update_addresses_taken): Call
15821 maybe_rewrite_mem_ref_base on debug stmt value. If it couldn't
15822 be rewritten and decl has been marked for renaming, reset
15823 the debug stmt.
15824
15825 2011-05-17 Joseph Myers <joseph@codesourcery.com>
15826
15827 * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
15828 enum_opts_set when testing if attributes have set -mfpmath=.
15829
15830 2011-05-17 Richard Sandiford <rdsandiford@googlemail.com>
15831
15832 * config/mips/mips.c (mips_handle_option): Remove unused variable.
15833
15834 2011-05-17 Uros Bizjak <ubizjak@gmail.com>
15835
15836 * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
15837 info->entry with 0
15838 * tree-inline.c (maybe_inline_call_in_expr): Initialize
15839 id.transform_lang_insert_block with NULL.
15840
15841 2011-05-17 Uros Bizjak <ubizjak@gmail.com>
15842
15843 * config/i386/i386-protos.h (output_fix_trunc): Change arg 3 to bool.
15844 (output_fp_compare): Change args 3 and 4 to bool.
15845 (ix86_expand_call): Change arg 6 to bool.
15846 (ix86_attr_length_immediate_default): Change arg 2 to bool.
15847 (ix86_attr_length_vex_default): Change arg 3 to bool.
15848 * config/i386/i386.md: Update all uses.
15849 * config/i386/i386.c: Ditto.
15850 (ix86_flags_dependent): Change return type to bool.
15851
15852 2011-05-17 Richard Guenther <rguenther@suse.de>
15853
15854 * gimple.c (type_hash_pair_compare): Fix comparison.
15855
15856 2011-05-17 Richard Guenther <rguenther@suse.de>
15857
15858 * gimple.c (iterative_hash_gimple_type): Simplify singleton
15859 case some more, fix final hash value of the non-singleton case.
15860
15861 2011-05-17 Richard Guenther <rguenther@suse.de>
15862
15863 PR bootstrap/49013
15864 Revert
15865 2011-05-16 Richard Guenther <rguenther@suse.de>
15866
15867 * gimple.c (gimple_types_compatible_p_1): Use names of the
15868 type itself, not its main variant.
15869 (iterative_hash_gimple_type): Likewise.
15870
15871 2011-05-17 Richard Guenther <rguenther@suse.de>
15872
15873 * gimple.c (gimple_register_canonical_type): Use the main-variant
15874 leader for computing the canonical type.
15875
15876 2011-05-17 Nick Clifton <nickc@redhat.com>
15877
15878 * config/rx/rx.c (rx_memory_move_cost): Include cost of register
15879 moves.
15880
15881 * config/rx/rx.md: Add peephole to remove redundant extensions
15882 after loads.
15883 (bitset_in_memory): Use rx_restricted_mem_operand.
15884 (bitinvert_in_memory): Likewise.
15885 (bitclr_in_memory): Likewise.
15886
15887 2011-05-17 Kazuhio Inaoka <kazuhiro.inaoka.ud@renesas.com>
15888 Nick Clifton <nickc@redhat.com>
15889
15890 * config/rx/rx.md: Add peepholes to match a register move followed
15891 by a comparison of the moved register. Replace these with an
15892 addition of zero that does both actions in one instruction.
15893
15894 2011-05-17 Jakub Jelinek <jakub@redhat.com>
15895
15896 PR target/48986
15897 * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
15898 predicate to allow CONST_INT.
15899 (*sync_old_add_cmp<mode>): New insn and peephole2 for it.
15900
15901 2011-05-16 Joseph Myers <joseph@codesourcery.com>
15902
15903 * opts-common.c (opt_enum_arg_to_value): New.
15904 * opts.h (opt_enum_arg_to_value): Declare.
15905 * config/i386/i386.opt (fpmath): Remove.
15906 (mfpmath=): Use Enum, Init and Save.
15907 (fpmath_unit): New Enum and EnumValue entries.
15908 * config/i386/i386-c.c (ix86_pragma_target_parse): Update field
15909 name for function fpmath state.
15910 * config/i386/i386-opts.h (enum fpmath_unit): Move from i386.h.
15911 * config/i386/i386.c: Include diagnostic.h.
15912 (ix86_fpmath, IX86_FUNCTION_SPECIFIC_FPMATH): Remove.
15913 (ix86_target_string): Take enum fpmath_unit value instead of string.
15914 (ix86_debug_options): Update call to ix86_target_string.
15915 (ix86_option_override_internal): Don't process fpmath strings here.
15916 (x86_function_specific_save, ix86_function_specific_restore):
15917 Don't handle fpmath state specially.
15918 (ix86_function_specific_print): Pass fpmath state to
15919 ix86_target_string instead of printing in this function.
15920 (ix86_valid_target_attribute_inner_p): Take gcc_options pointer.
15921 Handle enum attributes.
15922 (IX86_ATTR_ENUM, ix86_opt_enum): New.
15923 (ix86_valid_target_attribute_tree): Update option_strings
15924 handling. Handle fpmath as enum option.
15925 (ix86_can_inline_p): Update field names for function fpmath state.
15926 (ix86_expand_builtin): Update call to ix86_target_string.
15927 * config/i386/i386.h (enum fpmath_unit): Move to i386-opts.h.
15928 (ix86_fpmath): Remove.
15929 * config/i386/t-i386 (i386.o): Update dependencies.
15930
15931 2011-05-16 Joseph Myers <joseph@codesourcery.com>
15932
15933 PR preprocessor/48677
15934 * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
15935 from decoded_options[0], not from itself.
15936
15937 2011-05-16 Uros Bizjak <ubizjak@gmail.com>
15938
15939 * config/i386/constraints.md (z): New constraint.
15940 * config/i386/i386.c (c): New mode attribute.
15941 (*call): Merge insn pattern from *call_0, *call_1, *call_1_rex64 and
15942 *call_1_rex64_large patterns using "P" mode iterator. Use "<c>zm"
15943 constraint for operand 0.
15944 (*call_vzeroupper): Ditto.
15945 (*call_rex64_ms_sysv): Ditto. Use "rzm" constraint for operand 0.
15946 (*call_rex64_ms_sysv_vzeroupper): Ditto.
15947 (*call_pop): Merge insn pattern from *call_pop_0 and *call_pop_1.
15948 Use "lzm" constraint for operand 0.
15949 (*call_pop_vzeroupper): Ditto.
15950 (*sibcall): Merge insn pattern from *sibcall_0, *sibcall_1 and
15951 *sibcall_1_rex64 patterns using "P" mode iterator. Use "Uz"
15952 constraint for operand 0.
15953 (*sibcall_vzeroupper): Ditto.
15954 (*sibcall_rex64_ms_sysv): Ditto.
15955 (*sibcall_rex64_ms_sysv_vzeroupper): Ditto.
15956 (*sibcall_pop): Merge insn pattern from *sibcall_pop_0 and
15957 *sibcall_pop_1. Use "Uz" constraint for operand 0.
15958 (*sibcall_pop_vzeroupper): Ditto.
15959 (*call_value): Merge insn pattern from *call_value_0, *call_value_1,
15960 *call_value_1_rex64 and *call_value_1_rex64_large patterns using "P"
15961 mode iterator. Use "<c>zm" constraint for operand 1.
15962 (*call_value_vzeroupper): Ditto.
15963 (*call_value_rex64_ms_sysv): Ditto. Use "rzm" constraint
15964 for operand 1.
15965 (*call_value_rex64_ms_sysv_vzeroupper): Ditto.
15966 (*call_value_pop): Merge insn pattern from *call_value_pop_0 and
15967 *call_value_pop_1. Use "lzm" constraint for operand 1.
15968 (*call_value_pop_vzeroupper): Ditto.
15969 (*sibcall_value): Merge insn pattern from *sibcall_value_0,
15970 *sibcall_value_1 and *sibcall_value_1_rex64 patterns using "P"
15971 mode iterator. Use "Uz" constraint for operand 1.
15972 (*sibcall_value_vzeroupper): Ditto.
15973 (*sibcall_value_rex64_ms_sysv): Ditto.
15974 (*sibcall_value_rex64_ms_sysv_vzeroupper): Ditto.
15975 (*sibcall_value_pop): Rename from *sibcall_pop_1. Use "Uz"
15976 constraint for operand 1.
15977 (*sibcall_value_pop_vzeroupper): Ditto.
15978 (*tls_global_dynamic_64): Use constant_call_address_operand predicate
15979 and "z" constraint for operand 2.
15980 (*tls_global_dynamic_32_gnu): Ditto.
15981 (*tls_local_dynamic_base_32_gnu): Ditto.
15982 (*tls_local_dynamic_base_64): Ditto.
15983 (*tls_local_dynamic_32_once): Ditto.
15984 * config/i386/i386.c (ix86_output_call_insn): Remove int_addr argument.
15985 Update all callers.
15986 * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
15987
15988 2011-05-16 Richard Guenther <rguenther@suse.de>
15989
15990 * gimple.c (gimple_types_compatible_p_1): Use names of the
15991 type itself, not its main variant.
15992 (iterative_hash_gimple_type): Likewise.
15993
15994 2011-05-16 Richard Guenther <rguenther@suse.de>
15995
15996 * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
15997 always visit pointer target and function result and argument types.
15998
15999 2011-05-16 Jason Merrill <jason@redhat.com>
16000
16001 PR c++/48999
16002 * tree-inline.c (copy_statement_list): Put back recursion.
16003
16004 2011-05-16 Georg-Johann Lay <avr@gjlay.de>
16005
16006 PR target/27663
16007 PR target/41076
16008 * config/avr/predicates.md (const_8_16_24_operand): New predicate.
16009 * config/avr/avr.md ("*ior<mode>qi.byte0",
16010 "*ior<mode>qi.byte1-3"): New define_insn_and_split patterns.
16011
16012 2011-05-16 Georg-Johann Lay <avr@gjlay.de>
16013
16014 PR target/45099
16015 * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
16016 register is needed for a function argument.
16017
16018 2011-05-16 Richard Guenther <rguenther@suse.de>
16019
16020 * gimple.c (struct type_hash_pair): New type.
16021 (type_hash_pair_compare): New function.
16022 (iterative_hash_gimple_type): Mix in SCC member hashes in hash-order.
16023
16024 2011-05-16 Revital Eres <revital.eres@linaro.org>
16025
16026 * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
16027
16028 2011-05-15 Uros Bizjak <ubizjak@gmail.com>
16029
16030 * config/i386/i386.md (floating point move splitters): Fix
16031 usage of standard_80387_constant_p.
16032 * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
16033
16034 2011-05-15 Uros Bizjak <ubizjak@gmail.com>
16035
16036 * config/i386/i386.md (*movdf_internal): Simplify insn condition.
16037
16038 2011-05-14 Eric Botcazou <ebotcazou@adacore.com>
16039
16040 * tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.
16041 (fill_always_executed_in): Use [SET_]ALWAYS_EXECUTED_IN.
16042 (tree_ssa_lim_finalize): Likewise.
16043
16044 2011-05-14 Uros Bizjak <ubizjak@gmail.com>
16045
16046 * config/i386/constraint.md (Yd, Yx): New register constraints.
16047 * config/i386/i386.md (*pushdf): Merge with *pushdf_nointeger. Use
16048 Yd conditional register constraint.
16049 (*movtf_internal): Use standard_sse_constant_opcode.
16050 (*movxf_internal): Merge with *movxf_internal_nointeger. Use
16051 Yx conditional register constraint.
16052 (*movdf_internal): Merge with *movdf_internal_nointeger. Use
16053 Yd conditional register constraint. Use standard_sse_constant_p to
16054 check for valid SSE constants and call standard_sse_constant_opcode to
16055 output SSE insn.
16056 (*movsf_internal): Use standard_sse_constant_p to check for valid SSE
16057 constants and call standard_sse_constant_opcode to output SSE insn.
16058 * config/i386/i386.c (ix86_option_ovverride_internal): Set
16059 TARGET_INTEGER_DFMODE_MOVES for 64bit targets. Clear it when
16060 optimize_size is set.
16061 (standard_sse_constant_opcode): Output conditional AVX insn templates.
16062
16063 2011-05-14 Tobias Burnus <burnus@net-b.de>
16064
16065 * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
16066
16067 2011-05-13 Martin Jambor <mjambor@suse.cz>
16068
16069 * ipa-prop.c (ipa_cst_from_jfunc): New function.
16070 * ipa-prop.h (ipa_cst_from_jfunc): Declare.
16071 * ipa-inline-analysis.c (evaluate_conditions_for_edge): Use it.
16072 (evaluate_conditions_for_ipcp_clone): Removed.
16073 (estimate_ipcp_clone_size_and_time): Accept vector of known constants.
16074 * ipa-cp.c (ipcp_estimate_growth): Build vector of known constants.
16075 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update.
16076
16077 2011-05-13 Eric Botcazou <ebotcazou@adacore.com>
16078
16079 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.
16080 * regcprop.c (copyprop_hardreg_forward): Test MAY_HAVE_DEBUG_INSNS in
16081 lieu of MAY_HAVE_DEBUG_STMTS.
16082 * tree-cfgcleanup.c (remove_forwarder_block): Do not attempt to move
16083 debug statements if !MAY_HAVE_DEBUG_STMTS.
16084
16085 2011-05-13 Martin Thuresson <martint@google.com>
16086
16087 PR gcov-profile/47793
16088 * libgcov.c (gcov_exit): Support relative profile paths.
16089 * doc/invoke.texi (-fprofile-dir): Update for above change.
16090
16091 2011-05-13 Richard Guenther <rguenther@suse.de>
16092
16093 * gimple.c (gimple_canonical_types_compatible_p): Do not use
16094 type-pair caching, do not compare hashes.
16095
16096 2011-05-13 Nathan Froyd <froydnj@codesourcery.com>
16097
16098 PR middle-end/48965
16099 * tree-cfg.c (edge_to_cases_cleanup): Return true.
16100 (verify_expr) [CASE_LABEL_EXPR]: Add checking.
16101
16102 2011-05-13 Kai Tietz <ktietz@redhat.com>
16103
16104 * gimplify.c (gimplify_expr): Make sure operand is boolified.
16105 * tree-cfg.c (verify_gimple_assign_unary): Check for boolean
16106 compatible type for TRUTH_NOT_EXPR.
16107
16108 2011-05-13 H.J. Lu <hongjiu.lu@intel.com>
16109
16110 * config/i386/i386.c (ix86_save_reg): Change return type to bool.
16111 (ix86_hard_regno_mode_ok): Change return value to bool. Use
16112 can_create_pseudo_p ().
16113
16114 2011-05-13 Richard Guenther <rguenther@suse.de>
16115
16116 PR lto/48978
16117 * gimple.c (iterative_hash_gimple_type): Revert change in
16118 pointer target and function result and argument hashing.
16119
16120 2011-05-13 Uros Bizjak <ubizjak@gmail.com>
16121
16122 * config/i386/i386.md (*movxf_internal): Use !can_create_pseudo ().
16123 (*movxf_internal_nointeger): Ditto.
16124 (*movdf_internal_rex64): Ditto.
16125 (*movdf_internal): Ditto.
16126 (*movdf_internal_nointeger): Ditto.
16127 (*movsf_internal): Ditto.
16128 (sincos splitters): Use can_create_pseudo ().
16129
16130 2011-05-13 Joseph Myers <joseph@codesourcery.com>
16131
16132 * config/i386/i386-opts.h: New.
16133 * gcc/config/i386/i386.c (stringop_alg, ix86_cmodel,
16134 ix86_asm_dialect, ix86_regparm, ix86_abi, ix86_branch_cost,
16135 ix86_section_threshold): Remove.
16136 (ix86_handle_option): Move MAX_CODE_ALIGN define here. Handle
16137 OPT_malign_loops_, OPT_malign_jumps_, OPT_malign_functions_ and
16138 OPT_mbranch_cost_.
16139 (ix86_option_override_internal): Don't decode strings for options
16140 other than -march=, -mtune= and -mfpmath=. Don't allow for
16141 __attribute__ uses in remaining diagnostics for options with
16142 string arguments. Don't check for integer arguments being negative.
16143 * gcc/config/i386/i386.h (enum stringop_alg, enum calling_abi,
16144 enum tls_dialect, enum cmodel, enum asm_dialect): Move to i386-opts.h.
16145 (ix86_abi, ix86_tls_dialect, ix86_cmodel, ix86_asm_dialect,
16146 ix86_branch_cost, ix86_section_threshold): Remove.
16147 * gcc/config/i386/i386.opt (config/i386/i386-opts.h): New
16148 HeaderInclude.
16149 (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
16150 but not Var.
16151 (masm=): Use Enum and Init.
16152 (asm_dialect): New Enum and EnumValue entries.
16153 (mbranch-cost=): Use UInteger.
16154 (mlarge-data-threshold=): Use UInteger and Init.
16155 (mcmodel=): Use Enum and Init.
16156 (cmodel): New Enum and EnumValue entries.
16157 (mpc): Replace with separate mpc32, mpc64 and mpc80 entries.
16158 (mpreferred-stack-boundary=, mincoming-stack-boundary=,
16159 mregparm=): Use UInteger.
16160 (mstringop-strategy=): Use Enum and Init.
16161 (stringop_alg): New Enum and EnumValue entries.
16162 (mtls-dialect=): Use Enum and Init.
16163 (tls_dialect): New Enum and EnumValue entries.
16164 (mabi=): Use Enum and Init.
16165 (calling_abi): New Enum and EnumValue entries.
16166 (mveclibabi=): Use Enum and Init.
16167 (ix86_veclibabi): New Enum and EnumValue entries.
16168
16169 2011-05-13 Nick Clifton <nickc@redhat.com>
16170
16171 * config/rx/rx.md (mov expander): Fix use of rx_legitimate_constant_p.
16172 * config/rx/rx-protos.h (rx_legitimate_constant_p): Rename prototype.
16173
16174 2011-05-13 Kai Tietz <ktietz@redhat.com>
16175
16176 PR middle-end/48984
16177 * gimplify.c (gimplify_expr): Check for boolean_type_node instead
16178 for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
16179 (gimple_boolify): Check for cast for boolean_type_node instead for
16180 BOOLEAN_TYPE.
16181
16182 2011-05-13 Richard Guenther <rguenther@suse.de>
16183
16184 PR tree-optimization/48172
16185 * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
16186 multiplying by number of iterations for equal step.
16187 (vect_create_cond_for_alias_checks): Likewise.
16188
16189 2011-05-13 Andreas Schwab <schwab@redhat.com>
16190
16191 * configure.ac: Use AS_HELP_STRING throughout.
16192 * configure: Regenerate.
16193
16194 2011-05-12 H.J. Lu <hongjiu.lu@intel.com>
16195
16196 * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return to bool.
16197 (ix86_emit_restore_regs_using_mov): Likewise.
16198 (ix86_emit_restore_sse_regs_using_mov): Likewise.
16199
16200 2011-05-12 Anatoly Sokolov <aesok@post.ru>
16201
16202 * config/sparc/sparc.h (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P,
16203 SYMBOLIC_CONST, RTX_OK_FOR_BASE_P, RTX_OK_FOR_INDEX_P): Remove.
16204 (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Move to...
16205 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P,
16206 RTX_OK_FOR_OLO10_P): ...here.
16207 (sparc_mode_dependent_address_p): Use symbolic_operand instead of
16208 SYMBOLIC_CONST.
16209
16210 2011-05-12 Kai Tietz <ktietz@redhat.com>
16211
16212 * gimplify.c (gimple_boolify): Re-boolify expression
16213 arguments even if expression type is of kind BOOLEAN_TYPE.
16214 (gimplify_boolean_expr): Removed.
16215 (gimplify_expr): Boolify truth opcodes AND, ANDIF, OR, ORIF,
16216 and XOR. Additional take care that we keep expression's type.
16217 * tree-cfg.c (verify_gimple_assign_binary): Adjust check for type
16218 of TRUTH_AND|OR|XOR_EXPR.
16219
16220 2011-05-12 Jakub Jelinek <jakub@redhat.com>
16221
16222 PR tree-optimization/48975
16223 * tree-if-conv.c (combine_blocks): Call free_bb_predicate
16224 on all bbs here and free and clear ifc_bbs at the end.
16225
16226 2011-05-12 Richard Guenther <rguenther@suse.de>
16227
16228 * gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle
16229 NULLPTR_TYPE similar to VOID_TYPE. Defer type-leader lookup
16230 until after simple checks.
16231 (gimple_types_compatible_p): Likewise.
16232 (iterative_hash_gimple_type): Always hash pointer targets
16233 and function return and argument types.
16234 (iterative_hash_canonical_type): Do not hash TYPE_QUALS,
16235 hash TYPE_ALIGN. Do not hash TYPE_MIN/MAX_VALUE.
16236 (gimple_canonical_types_compatible_p): Compare TREE_ADDRESSABLE,
16237 handle NULLPTR_TYPE similar to VOID_TYPE. Handle non-aggregates
16238 completely in the simple compare section.
16239 (gimple_register_canonical_type): Query the cache again after
16240 registering.
16241
16242 2011-05-12 Richard Guenther <rguenther@suse.de>
16243
16244 PR tree-optimization/48172
16245 * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
16246 the number of iterations from the segment size calculation.
16247 (vect_create_cond_for_alias_checks): Adjust.
16248
16249 2011-05-12 Jakub Jelinek <jakub@redhat.com>
16250
16251 PR debug/48967
16252 * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
16253 if validate_subreg fails.
16254
16255 2011-05-12 Hariharan Sandanagobalane <hariharan@picochip.com>
16256
16257 * ira.c (clarify_prohibited_class_mode_regs): Prevent the function from
16258 accessing beyond the end of REGNO_REG_CLASS array by stopping the loop
16259 early.
16260
16261 2011-05-12 DJ Delorie <dj@redhat.com>
16262
16263 * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
16264 (ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
16265 created builtin into rx_builtins array.
16266 (rx_builtin_decl): New function.
16267 (TARGET_BUITLIN_DECL): Define. Include gt-rx.h.
16268
16269 2011-05-12 DJ Delorie <dj@redhat.com>
16270 Nick Clifton <nickc@redhat.com>
16271
16272 * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
16273 * config/rx/rx.c (CC_FLAG_FP): Fix comment.
16274 (rx_is_legitimate_address): Add pre-decrement and post-increment
16275 addressing in HImode and QImode. Fix test for out of range
16276 REG+INT addressing.
16277 (rx_legitimate_constant_p): Rename to rx_is_legitimate_constant.
16278 (rx_align_for_label): Test label before extracting its usage count.
16279 (rx_adjust_insn_lengths): Fix selection of insn codes.
16280 (TARGET_LEGITIMATE_CONSTANT_P): Use renamed function.
16281
16282 2011-05-11 Jason Merrill <jason@redhat.com>
16283
16284 * tree.c (type_hash_canon): Use struct tree_type_non_common.
16285
16286 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
16287
16288 * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
16289 reindent the subsequent block.
16290
16291 2011-05-11 Satoru Takabayashi <satorux@google.com>
16292 Paul Pluzhnikov <ppluzhnikov@google.com>
16293
16294 * doc/install.texi (Configuration): Document --with-linker-hash-style.
16295 * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
16296 * config.in: Add LINKER_HASH_STYLE.
16297 * configure.ac: Add --with-linker-hash-style.
16298 * configure: Regenerate.
16299
16300 2011-05-11 Richard Guenther <rguenther@suse.de>
16301
16302 PR middle-end/48964
16303 * gimple.c (iterative_hash_canonical_type): Fix typo.
16304
16305 2011-05-11 Uros Bizjak <ubizjak@gmail.com>
16306
16307 * config/i386/i386.c (legitimize_tls_address)
16308 <case TLS_MODEL_GLOBAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
16309 expanders directly for TARGET_GNU2_TLS. Determine pic and
16310 __tls_get_addr symbol reference here. Update call to
16311 gen_tls_global_dynamic_{32,64} for added arguments.
16312 <case TLS_MODEL_LOCAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
16313 expanders directly for TARGET_GNU2_TLS. Determine
16314 __tls_get_addr symbol reference here. Update call to
16315 gen_tls_local_dynamic_base_{32,64} for added arguments. Attach
16316 unique UNSPEC REG_EQUIV to libcall block.
16317 (ix86_tls_get_addr): Declare static.
16318 * config/i386/i386-protos.h (ix86_tls_get_addr): Remove declaration.
16319 * config/i386/i386.md (tls_global_dynamic_32): Add operand 2 and 3.
16320 Do not determine pic and __tls_get_addr symbol reference here. Do not
16321 call gen_tls_dynamic_gnu2_32 for TARGET_GNU2_TLS.
16322 (tls_local_dynamic_base_32): Ditto for operands 1 and 2.
16323 (tls_global_dynamic_64): Add operand 2. Do not determine
16324 __tls_get_addr symbol reference here. Do not call
16325 gen_tls_dynamic_gnu2_64 for TARGET_GNU2_TLS here.
16326 (tls_local_dynamic_base64): Ditto for operand 1.
16327
16328 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
16329
16330 * function.c (expand_function_start): Initialize stack_check_probe_note
16331 only if the generic stack checking mechanism is used.
16332
16333 2011-05-11 Richard Guenther <rguenther@suse.de>
16334
16335 PR tree-optimization/15256
16336 * tree-ssa-forwprop.c (simplify_bitwise_binary): Canonicalize
16337 (A & B) | C, combine (A op CST1) op CST2.
16338 (tree_ssa_forward_propagate_single_use_vars): Only bother to
16339 visit assigns that have uses.
16340
16341 2011-05-11 Nathan Froyd <froydnj@codesourcery.com>
16342
16343 * ggc-page.c (extra_order_size_table): Use struct tree_type_non_common.
16344 * lto-streamer-in.c (unpack_ts_type_value_fields): Rename to...
16345 (unpack_ts_type_common_value_fields): ...this. Update comment.
16346 (unpack_value_fields): Adjust for renaming.
16347 (lto_input_ts_type_tree_pointers): Split into...
16348 (lto_input_ts_type_common_tree_pointer): ...this and...
16349 (lto_input_ts_type_non_common_tree_pointers): ...this.
16350 (lto_input_tree_pointers): Adjust for above split.
16351 * lto-streamer-out.c (pack_ts_type_value_fields): Rename to...
16352 (pack_ts_type_common_value_fields): ...this. Update comment.
16353 (lto_output_ts_type_tree_pointers): Split into...
16354 (lto_output_ts_type_common_tree_pointers): ...this and...
16355 (lto_output_ts_type_non_common_tree_pointers): ...this.
16356 (lto_output_tree_pointers): Adjust for above split.
16357 * lto-streamer.c (check_handled_ts_structures): Mark TS_TYPE_COMMON,
16358 TS_TYPE_WITH_LANG_SPECIFIC, and TS_TYPE_NON_COMMON as handled.
16359 * stor-layout.c (vector_type_mode): Adjust location of mode field.
16360 * tree.h (MARK_TS_TYPE_COMMON, MARK_TS_TYPE_WITH_LANG_SPECIFIC):
16361 Define.
16362 (struct tree_type): Split into...
16363 (struct tree_type_common: ...this and...
16364 (struct tree_type_with_lang_specific): ...this and...
16365 (struct tree_type_non_common): ...this. Adjust accessor macros
16366 accordingly.
16367 (TYPE_VALUES_RAW): Define.
16368 (union tree_node): Update for above changes.
16369 * tree.c (tree_node_structure_for_code) [tcc_type]: Return
16370 TS_TYPE_NON_COMMON.
16371 (initialize_tree_contains_struct) [TS_TYPE]: Use TS_TYPE_COMMON.
16372 Add TS_TYPE_WITH_LANG_SPECIFIC and TS_TYPE_NON_COMMON.
16373 (tree_code_size) [tcc_type]: Use struct tree_type_non_common.
16374 * treestructu.def (TS_TYPE): Remove.
16375 (TS_TYPE_COMMON, TS_TYPE_WITH_LANG_SPECIFIC, TS_TYPE_NON_COMMON):
16376 Define.
16377
16378 2011-05-11 Jakub Jelinek <jakub@redhat.com>
16379
16380 PR debug/48159
16381 * tree-ssa.c (reset_debug_uses): New function.
16382 * tree-flow.h (reset_debug_uses): New prototype.
16383 * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
16384 * tree-loop-distribution.c (generate_loops_for_partition): Call
16385 reset_debug_uses on the stmts that will be removed. Keep around
16386 all debug stmts, don't count them as bits in partition bitmap.
16387 (generate_builtin): Don't count debug stmts or labels as bits in
16388 partition bitmap.
16389
16390 2011-05-11 Richard Guenther <rguenther@suse.de>
16391
16392 * gimple.c (gimple_type_hash_1): Merge with ...
16393 (gimple_type_hash): ... this.
16394 (gtc_visit): Remove mode parameter and simplify accordingly.
16395 (gimple_types_compatible_p_1): Likewise.
16396 (gimple_types_compatible_p): Likewise.
16397 (iterative_hash_gimple_type): Likewise.
16398 (visit): Likewise.
16399 (gimple_type_eq): Adjust.
16400
16401 2011-05-11 Revital Eres <revital.eres@linaro.org>
16402
16403 * ddg.c (create_ddg_dep_from_intra_loop_link): If a true dep edge
16404 enters the branch create an anti edge in the opposite direction
16405 to prevent the creation of reg-moves.
16406 * modulo-sched.c: Adjust comment to reflect the fact we are
16407 scheduling closing branch.
16408 (PS_STAGE_COUNT): Rename to CALC_STAGE_COUNT and redefine.
16409 (stage_count): New field in struct partial_schedule.
16410 (calculate_stage_count): New function.
16411 (normalize_sched_times): Rename to reset_sched_times and handle
16412 incrementing the sched time of the nodes by a constant value
16413 passed as parameter.
16414 (duplicate_insns_of_cycles): Skip closing branch.
16415 (sms_schedule_by_order): Schedule closing branch.
16416 (ps_insn_find_column): Handle closing branch.
16417 (sms_schedule): Call reset_sched_times and adjust the code to
16418 support scheduling of the closing branch.
16419 (ps_insert_empty_row): Update calls to normalize_sched_times
16420 and rotate_partial_schedule functions.
16421
16422 2011-05-11 Richard Guenther <rguenther@suse.de>
16423
16424 PR middle-end/48953
16425 * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
16426
16427 2011-05-11 Joseph Myers <joseph@codesourcery.com>
16428
16429 * opts.c (finish_options): Move warning settings from process_options.
16430 * toplev.c (process_options): Move warning settings to finish_options.
16431
16432 2011-05-11 Richard Guenther <rguenther@suse.de>
16433
16434 PR tree-optimization/18041
16435 * tree-ssa-forwprop.c (simplify_bitwise_and): Rename to ...
16436 (simplify_bitwise_binary): ... this. Handle operand conversions
16437 by applying them to the result instead.
16438 (tree_ssa_forward_propagate_single_use_vars): Adjust. CSE tree code.
16439
16440 2011-05-11 Richard Guenther <rguenther@suse.de>
16441
16442 * gimple.c (gimple_canonical_types_compatible_p): Split out
16443 from gimple_types_compatible_p and friends. Do not recurse
16444 to pointed-to types.
16445 (gimple_canonical_type_eq): Use it.
16446 (iterative_hash_canonical_type): Split out from
16447 iterative_hash_gimple_type and friends. Do not recurse
16448 to pointed-to types.
16449 (gimple_canonical_type_hash): Use it, allocate the hash here.
16450
16451 2011-05-11 Revital Eres <revital.eres@linaro.org>
16452
16453 * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
16454 recognizing doloop.
16455
16456 2011-05-11 Revital Eres <revital.eres@linaro.org>
16457
16458 * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
16459 instead of PREV_INSN.
16460
16461 2011-05-11 Revital Eres <revital.eres@linaro.org>
16462
16463 * modulo-sched.c (sms_schedule): Support new form of doloop pattern
16464 * loop-doloop.c (doloop_condition_get): Likewise.
16465 * config/arm/thumb2.md (*thumb2_addsi3_compare0): Remove "*".
16466 (doloop_end): New.
16467 * config/arm/arm.md (*addsi3_compare0): Remove "*".
16468
16469 2011-05-10 Nathan Froyd <froydnj@codesourcery.com>
16470
16471 * tree.def (CASE_LABEL_EXPR): Add an operand.
16472 * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
16473
16474 2011-05-10 Joseph Myers <joseph@codesourcery.com>
16475
16476 * c-decl.c (c_override_global_bindings_to_false): Remove.
16477 (global_bindings_p): Don't check
16478 c_override_global_bindings_to_false.
16479 * c-tree.h (c_override_global_bindings_to_false): Remove.
16480 * c-typeck.c (composite_type): Don't set
16481 c_override_global_bindings_to_false.
16482
16483 2011-05-10 Michael Meissner <meissner@linux.vnet.ibm.com>
16484
16485 PR target/48857, 48495
16486 * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
16487 (VSX_MODE): Ditto.
16488 (VSX_MOVE_MODE): Ditto.
16489 (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
16490 VSX vector types. Add V2DImode.
16491 (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
16492 ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
16493 (MODES_TIEABLE_P): Ditto.
16494
16495 * config/rs6000/rs6000.c (rs6000_emit_move): Use
16496 ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
16497 VSX_VECTOR_MODE.
16498 (init_cumulative_args): Ditto.
16499 (rs6000_function_arg_boundary): Ditto.
16500 (rs6000_function_arg_advance_1): Ditto.
16501 (rs6000_function_arg): Ditto.
16502 (rs6000_function_ok_for_sibcall): Ditto.
16503 (emit_frame_save): Ditto.
16504 (rs6000_function_value): Ditto.
16505 (rs6000_libcall_value): Ditto.
16506
16507 2011-05-10 Joseph Myers <joseph@codesourcery.com>
16508
16509 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
16510 i386/darwin-lib.h to $libgcc_tm_file.
16511 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
16512
16513 2011-05-10 Joseph Myers <joseph@codesourcery.com>
16514
16515 * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
16516
16517 2011-05-10 Joseph Myers <joseph@codesourcery.com>
16518
16519 * config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New files.
16520 * config/rs6000/rs6000-tables.opt: New file (generated).
16521 * config.gcc (powerpc*-*-*, rs6000*-*-*): Add
16522 rs6000/rs6000-tables.opt to extra_options.
16523 * config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
16524 * config/rs6000/rs6000.c (rs6000_select): Remove.
16525 (processor_target_table): Move contents to rs6000-cpus.def.
16526 (darwin_rs6000_override_options): Check
16527 global_options_set.x_rs6000_cpu_index instead of
16528 rs6000_select[1].string.
16529 (rs6000_option_override_internal): Likewise.
16530 (rs6000_handle_option): Don't assert that global structures are in
16531 use. Don't handle OPT_mcpu_ and OPT_mtune_ here.
16532 (rs6000_default_cpu): New variable.
16533 (rs6000_file_start): Set it instead of local default_cpu. Check
16534 rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
16535 global_options_set.x_rs6000_tune_index instead of rs6000_select.
16536 (rs6000_darwin_file_start): Check rs6000_default_cpu and
16537 global_options_set.x_rs6000_cpu_index instead of rs6000_select.
16538 * config/rs6000/rs6000.h (struct rs6000_cpu_select,
16539 rs6000_select): Remove.
16540 * config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
16541 Remove.
16542 (mcpu=, mtune=): Use Var, Init, Enum and Save.
16543 * config/rs6000/t-rs6000
16544 ($(srcdir)/config/rs6000/rs6000-tables.opt): New.
16545 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
16546 global_options_set.x_rs6000_cpu_index instead of
16547 rs6000_select[1].string.
16548 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
16549 global_options_set.x_rs6000_cpu_index instead of
16550 rs6000_select[1].string.
16551
16552 2011-05-10 Joseph Myers <joseph@codesourcery.com>
16553
16554 * config.gcc (libgcc_tm_file): Define instead of including files
16555 from ../../libgcc/config/ in tm_file.
16556 * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Define.
16557 * configure: Regenerate.
16558 * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
16559 libgcc_tm.h, cs-libgcc_tm.h): New.
16560 (TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
16561 (clean): Remove libgcc_tm.h.
16562 * config/arm/symbian.h (RENAME_LIBRARY): Remove.
16563 * mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
16564 * system.h (DECLARE_LIBRARY_RENAMES): Poison.
16565
16566 2011-05-10 Georg-Johann Lay <avr@gjlay.de>
16567
16568 PR target/48896
16569 * config/avr/avr.c (avr_ret_register): Return unsigned int
16570 instead of int.
16571 (avr_function_value): Mark fn_decl_or_type as unused, don't pass
16572 it to avr_libcall_value.
16573 avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
16574 expand_expr.
16575 (avr_expand_binop_builtin): Ditto.
16576 (avr_expand_unop_builtin): Ditto.
16577
16578 2011-05-10 DJ Delorie <dj@redhat.com>
16579
16580 * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
16581 (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
16582 * config/rx/rx.c (rx_align_for_label): Add label and
16583 uses_threshold parameters. Do not align when the label is not
16584 used enough.
16585 * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
16586
16587 2011-05-10 Richard Guenther <rguenther@suse.de>
16588
16589 * tree-ssa-forwprop.c (combine_conversions): Pattern-match
16590 a series of conversions and apply foldings similar to what
16591 fold-const does.
16592 (tree_ssa_forward_propagate_single_use_vars): Call it.
16593
16594 2011-05-10 Jakub Jelinek <jakub@redhat.com>
16595
16596 PR tree-optimization/48611
16597 PR tree-optimization/48794
16598 * tree-eh.c (remove_unreachable_handlers): Don't remove regions
16599 referenced from RESX or EH_DISPATCH arguments.
16600
16601 PR debug/48928
16602 * dfp.c (decimal_to_decnumber): Handle conversion from
16603 dconst{1,2,m1,half}.
16604
16605 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
16606
16607 * config/i386/i386.c (ix86_autovectorize_vector_sizes): Return 0
16608 for !flag_prefer_avx128.
16609 (ix86_preferred_simd_mode): Return word_mode for DFmode without SSE2.
16610
16611 2011-05-09 Eric Botcazou <ebotcazou@adacore.com>
16612
16613 * fold-const.c (fold_range_test): Pass LOC to build_range_check.
16614 (fold_ternary_loc): Use expr_location_or.
16615
16616 2011-05-09 H.J. Lu <hongjiu.lu@intel.com>
16617
16618 PR debug/48853
16619 * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: If
16620 POINTERS_EXTEND_UNSIGNED is defined, don't give up if mode is
16621 Pmode and mem_mode is not VOIDmode.
16622
16623 2011-05-09 Ville Voutilainen <ville.voutilainen@gmail.com>
16624
16625 * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
16626 TYPE_QUAL_RESTRICT): Convert to enum.
16627
16628 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
16629
16630 * config/i386/predicates.md (const_pow2_1_to_2_operand): Remove.
16631 (const_pow2_1_to_8_operand): Ditto.
16632 (const_pow2_1_to_128_operand): Ditto.
16633 (const_pow2_1_to_32768_operand): Ditto.
16634 * config/i386/mmx.md (*mmx_pinsrw): Use const_int_operand instead of
16635 const_pow2_1_to_8_operand for operand 3 predicate. Use exact_log2
16636 in insn constraint to check integer value of operand 3.
16637 * config/i386/sse.md (*vec_setv4sf_sse4_1): Ditto.
16638
16639 (PINSR_MODE): New mode iterator.
16640 (sse2p4_1): New mode attribute.
16641 (<sse2p4_1>_pinsr<ssemodesuffix>): Merge insn from sse4_1_pinsrb,
16642 sse2_pinsrw, sse4_1_pinsrd and sse4_1_pinsrq using PINSR_MODE mode
16643 iterator. Use const_int_operand instead of
16644 const_pow2_1_to_{2,8,128,32768}_operand for operand 3 predicate. Use
16645 exact_log2 in insn constraint to check integer value of operand 3.
16646
16647 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
16648
16649 * config/i386/sse.md (blendbits): Remove mode attribute.
16650 (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
16651 instead of const_0_to_<blendbits>_operand for operand 3 predicate.
16652 Check integer value of operand 3 in insn constraint.
16653
16654 2011-05-09 Richard Guenther <rguenther@suse.de>
16655
16656 * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
16657 for diagnostics.
16658 (lto_symtab_merge): Likewise. Do not register types here.
16659 (lto_symtab_merge_decls_2): Likewise.
16660 (lto_symtab_merge_decls_1): Likewise.
16661 * gimple.h (enum gtc_mode, gimple_types_compatible_p): Do not declare.
16662 * gimple.c (enum gtc_mode): Declare.
16663 (gimple_types_compatible_p): Make static.
16664
16665 2011-05-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16666
16667 * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
16668 temporary register to match Pmode.
16669
16670 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
16671
16672 * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
16673 and *vec_concatv4si_1_avx.
16674
16675 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
16676
16677 PR rtl-optimization/48927
16678 * ira-conflicts.c (commutative_constraint_p): Use
16679 recog_data.alternative_enabled_p to disable alternatives where
16680 "enabled" attribute is false.
16681 (get_dup_num): Ditto.
16682 * ira-lives.c (single_reg_class): Ditto.
16683 (ira_implicitly_set_insn_hard_regs): Ditto.
16684
16685 2011-05-09 Eric Botcazou <ebotcazou@adacore.com>
16686
16687 * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
16688 (dataflow_set_preserve_mem_locs): Likewise.
16689
16690 2011-05-09 Philipp Thomas <pth@suse.de>
16691
16692 * config/mep/mep.c (mep_validate_vliw): Syntax description
16693 should not be translated.
16694
16695 2011-05-09 Joseph Myers <joseph@codesourcery.com>
16696
16697 * config/mips/genopt.sh, config/mips/mips-cpus.def: New files.
16698 * config/mips/mips-tables.opt: New file (generated).
16699 * config.gcc (mips*-*-*): Add mips/mips-tables.opt to extra_options.
16700 * config/mips/mips-opts.h (MIPS_ARCH_OPTION_FROM_ABI,
16701 MIPS_ARCH_OPTION_NATIVE): Define.
16702 * config/mips/mips.c (mips_cpu_info_table): Move contents to
16703 mips-cpus.def.
16704 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p,
16705 mips_parse_cpu): Remove.
16706 (mips_cpu_info_from_opt, mips_default_arch): New.
16707 (mips_handle_option): Don't assert that global structures are in
16708 use. Don't handle OPT_march_, OPT_mtune_ and OPT_mips here.
16709 (mips_option_override): Use new variables and functions to set
16710 state of these options. Use strcmp to check for individual CPU names.
16711 * config/mips/mips.h (MIPS_CPU_STRING_DEFAULT): Remove default
16712 definition.
16713 * config/mips/mips.opt (march=): Use ToLower and Enum.
16714 (mips): Use ToLower, Enum and Var.
16715 (mtune=): Use ToLower and Enum.
16716 * config/mips/t-mips ($(srcdir)/config/mips/mips-tables.opt): New.
16717
16718 2011-05-08 Jan Hubicka <jh@suse.cz>
16719
16720 * gimple.c (type_pair_hash, type_pair_eq, lookup_type_pair):
16721 Arrange type pairs to be UID ordered.
16722 (gimple_lookup_type_leader): Make inline.
16723
16724 2011-05-09 Nick Clifton <nickc@redhat.com>
16725
16726 PR target/48899
16727 * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
16728 PROCESSOR_DEFAULT.
16729
16730 PR target/48897
16731 * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
16732 variable 's'.
16733
16734 2011-05-08 Chung-Lin Tang <cltang@codesourcery.com>
16735
16736 * combine.c (simplify_comparison): Abstract out parts into...
16737 (simplify_compare_const): ... new function.
16738 (try_combine): Generalize parallel arithmetic/compare combining
16739 to call simplify_compare_const() and CANONICALIZE_COMPARE().
16740
16741 2011-05-08 Jan Hubicka <jh@suse.cz>
16742
16743 * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
16744 (cgraph_create_virtual_clone): Call hooks once virtual clone
16745 is finished.
16746 * cgraph.h (cgraph_clone_node): Update prototype.
16747 * ipa-cp.c (ipcp_estimate_growth): Use
16748 estimate_ipcp_clone_size_and_time.
16749 * ipa-inline-transform.c (clone_inlined_nodes): Update.
16750 * lto-cgraph.c (input_node): Update.
16751 * ipa-inline.c (recursive_inlining): Update.
16752 * ipa-inline.h (estimate_ipcp_clone_size_and_time): New function.
16753 (evaluate_conditions_for_known_args): Break out from ...
16754 (evaluate_conditions_for_edge): ... here.
16755 (evaluate_conditions_for_ipcp_clone): New function.
16756 (inline_node_duplication_hook): Update clone summary based
16757 on parameter map.
16758 (estimate_callee_size_and_time): Rename to ...
16759 (estimate_node_size_and_time): take NODE instead of EDGE;
16760 take POSSIBLE_TRUTHS as argument.
16761 (estimate_callee_size_and_time): Update.
16762 (estimate_ipcp_clone_size_and_time): New function.
16763 (do_estimate_edge_time): Update.
16764
16765 2011-05-08 Richard Guenther <rguenther@suse.de>
16766
16767 PR middle-end/48908
16768 PR middle-end/48905
16769 * expmed.c (expand_shift_1): Compute adjusted constant shift
16770 amount manually.
16771
16772 2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
16773
16774 * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
16775
16776 2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
16777
16778 * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
16779
16780 2011-05-08 Jonathan Wakely <jwakely.gcc@gmail.com>
16781
16782 * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
16783
16784 2011-05-07 Jan Hubicka <jh@suse.cz>
16785
16786 * ipa-inline-transform.c (inline_call): Account when program size
16787 decreases.
16788 * ipa-inline.c (relative_time_benefit): New function.
16789 (edge_badness): Reorganize to be power 2 based; fix thinko when
16790 computing badness for negative growth; update comments to match
16791 reality; better dumps.
16792
16793 2011-05-07 Eric Botcazou <ebotcazou@adacore.com>
16794
16795 * langhooks.h (lang_hooks_for_types): Change global_bindings_p's return
16796 type to bool and adjust comment.
16797 * fold-const.c (fold_range_test): Adjust call to global_bindings_p.
16798 (fold_mathfn_compare): Remove calls to global_bindings_p.
16799 (fold_inf_compare): Likewise.
16800 * stor-layout.c (variable_size): Adjust call to global_bindings_p.
16801 * c-tree.h (global_bindings_p): Adjust prototype.
16802 * c-decl.c (global_bindings_p): Return bool and simplify.
16803
16804 2011-05-07 Zdenek Dvorak <ook@ucw.cz>
16805
16806 PR tree-optimization/48837
16807 * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
16808 when accumulator transformation is performed.
16809
16810 2011-05-06 Jan Hubicka <jh@suse.cz>
16811
16812 * i386.h (ix86_tune_indices): Add
16813 X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
16814 (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macro.
16815 * i386.c (initial_ix86_tune_features): Add
16816 X86_SOFTARE_PREFETCHING_BENEFICIAL.
16817 (software_prefetching_beneficial_p): Remove predicate.
16818 (ix86_option_override_internal): Use new macro.
16819
16820 2011-05-06 Jan Hubicka <jh@suse.cz>
16821
16822 * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
16823
16824 2011-05-06 Jan Hubicka <jh@suse.cz>
16825
16826 * cgraph.c (cgraph_add_thunk): Create real function node instead
16827 of alias node; finalize it and mark needed/reachale; arrange visibility
16828 to be right and add it into the corresponding same comdat group list.
16829 (dump_cgraph_node): Dump thunks.
16830 * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
16831 cgraph_function_with_gimple_body_p,
16832 cgraph_first_function_with_gimple_body,
16833 cgraph_next_function_with_gimple_body): New functions.
16834 (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
16835 New macros.
16836 * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
16837 (ipcp_generate_summary): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
16838 * cgraphunit.c (cgraph_finalize_function): Only look into possible
16839 devirtualization when optimizing.
16840 (verify_cgraph_node): Verify thunks.
16841 (cgraph_analyze_function): Analyze thunks.
16842 (cgraph_mark_functions_to_output): Output thunks only in combination
16843 with function they are assigned to.
16844 (assemble_thunk): Turn thunk into non-thunk; don't try to turn
16845 alias into normal node.
16846 (assemble_thunks): New functoin.
16847 (cgraph_expand_function): Use it.
16848 * lto-cgraph.c (lto_output_node): Stream thunks.
16849 (input_overwrite_node): Stream in thunks.
16850 * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
16851 * lto-streamer-out.c (lto_output): Do not try to output thunk's body.
16852 * ipa-inline.c (inline_small_functions): Use FOR_EACH_DEFINED_FUNCTION.
16853 * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
16854 (inline_analyze_function): Do not care about thunk jump functions.
16855 (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
16856 * ipa-prop.c (ipa_prop_write_jump_functions): Use
16857 cgraph_function_with_gimple_body_p.
16858 * passes.c (do_per_function_toporder): Use
16859 cgraph_function_with_gimple_body_p.
16860 (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
16861 (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
16862 (function_called_by_processed_nodes_p): Likewise.
16863
16864 2011-05-06 Joseph Myers <joseph@codesourcery.com>
16865
16866 * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
16867 rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
16868 entries.
16869 (mabi=): Replace with separate entries for mabi=altivec,
16870 mabi=no-altivec, mabi=spe, mabi=no-spe, mabi=d64, mabi=d32,
16871 mabi=ieeelongdouble and mabi=ibmlongdouble.
16872 * config/rs6000/rs6000.c (rs6000_option_override_internal): Move
16873 check for -mabi=spe without SPE ABI support here.
16874 (rs6000_handle_option): Replace OPT_mabi_ handling with
16875 OPT_mabi_altivec and OPT_mabi_spe handling.
16876
16877 2011-05-06 Cary Coutant <ccoutant@google.com>
16878
16879 * dwarf2out.c (contains_subprogram_definition): New function.
16880 (should_move_die_to_comdat): Call it.
16881
16882 2011-05-06 Jeff Law <law@redhat.com>
16883
16884 * tree-ssa-threadupdate.c (create_block_for_threading): Do not call
16885 remove_ctrl_stmt_and_useless_edges.
16886 (create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
16887 (fixup_template_block, thread_single_edge): Likewise.
16888 (mark_threaded_blocks): Use THREAD_TARGET.
16889
16890 2011-05-06 Alan Modra <amodra@gmail.com>
16891
16892 PR target/48900
16893 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
16894 const0_rtx as the arg to the dummy __tls_get_addr libcall.
16895
16896 2011-05-06 Uros Bizjak <ubizjak@gmail.com>
16897
16898 * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
16899 constraint modifier to "r".
16900
16901 2011-05-06 Joseph Myers <joseph@codesourcery.com>
16902
16903 * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
16904 fall through for OPT_mcmodel_.
16905
16906 2011-05-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16907
16908 * config/s390/s390.c (s390_asm_trampoline_template): Comment
16909 instruction sizes.
16910 (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
16911
16912 2011-05-06 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
16913
16914 PR target/47930
16915 * config/arm/arm.opt (marm): Document it.
16916 (mthumb): Reject negative variant.
16917
16918 2011-05-06 Uros Bizjak <ubizjak@gmail.com>
16919
16920 PR target/48898
16921 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
16922 Fix typo in "ccvt" variable name.
16923
16924 2011-05-06 Tristan Gingold <gingold@adacore.com>
16925
16926 PR target/48895
16927 * config/vms/vms-ar.c (main): Remove cwd variable.
16928
16929 2011-05-06 Jakub Jelinek <jakub@redhat.com>
16930
16931 PR debug/48902
16932 * var-tracking.c (prepare_call_arguments): Move else before #endif.
16933
16934 2011-05-05 Nathan Froyd <froydnj@codesourcery.com>
16935
16936 * except.c (sjlj_emit_dispatch_table): Call build_case_label.
16937 * gimplify.c (gimplify_switch_expr): Likewise.
16938 * omp-low.c (expand_omp_sections): Likewise.
16939 * tree-eh.c (lower_try_finally_switch): Likewise.
16940 (lower_eh_dispatch): Likewise.
16941 * tree.h (build_case_label): Declare.
16942 * tree.c (build_case_label): Define.
16943
16944 2011-05-05 Jason Merrill <jason@redhat.com>
16945
16946 PR c++/40975
16947 * tree-inline.c (copy_tree_r): Use copy_statement_list.
16948 (copy_statement_list): Don't recurse.
16949 * stor-layout.c (copy_self_referential_tree_r): Don't allow
16950 STATEMENT_LIST.
16951
16952 2011-05-05 Joseph Myers <joseph@codesourcery.com>
16953
16954 * config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
16955 through from -mfpu= handling.
16956 * config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
16957
16958 2011-05-05 Bernd Schmidt <bernds@codesourcery.com>
16959
16960 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
16961 POST_MODIFY.
16962
16963 2011-05-05 Steve Ellcey <sje@cup.hp.com>
16964
16965 * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
16966 for 11.31.
16967 (hppa[12]*-*-hpux11*): Ditto.
16968 (ia64*-*-hpux*): Add ia64/hpux-unix2003.h to tm_file.
16969 * config/ia64/hpux-unix2003.h: New.
16970 * config/pa/pa-hpux1131.opt: New.
16971 * config/pa/pa-hpux1131.h: New.
16972 * config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
16973 * config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
16974 * config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
16975
16976 2011-05-05 Jakub Jelinek <jakub@redhat.com>
16977
16978 PR debug/48853
16979 * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
16980 instead of mode as 3rd argument to recursive call.
16981 (mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
16982 emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
16983 VOIDmode.
16984 (mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
16985 don't give up if mode is Pmode and mem_mode is not VOIDmode.
16986 (mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
16987 use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.
16988
16989 2011-05-05 Julian Brown <julian@codesourcery.com>
16990
16991 * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
16992 parenthesis in D-register case.
16993
16994 2011-05-05 Joseph Myers <joseph@codesourcery.com>
16995
16996 * opt-functions.awk (var_type_struct): Handle Enum options.
16997 * optc-gen.awk: Don't check range of variables of character type.
16998 * config/rs6000/rs6000.c (rs6000_sched_insert_nops_str,
16999 rs6000_sched_costly_dep_str, rs6000_recip_name, rs6000_abi_name,
17000 rs6000_sdata_name, rs6000_explicit_options): Remove.
17001 (rs6000_option_override_internal): Check for -malign-power here.
17002 Use global_options_set instead of rs6000_explicit_options.
17003 (rs6000_parse_fpu_option): Remove.
17004 (rs6000_handle_option): Access variables via opts and opts_set
17005 pointers. Use error_at and warning_at. Add fall-through
17006 comments. Don't handle OPT_mcmodel_, OPT_maix_struct_return,
17007 OPT_msvr4_struct_return, OPT_mvrsave, OPT_mspe, OPT_mcall_,
17008 OPT_msdata_, OPT_mtls_size_, OPT_mtraceback_, OPT_mfloat_gprs_,
17009 OPT_msched_costly_dep_, OPT_malign_ or OPT_mrecip_ explicitly
17010 here. Don't use rs6000_parse_fpu_option.
17011 * config/rs6000/rs6000.h (fpu_type): Remove declaration.
17012 * config/rs6000/rs6000.opt (rs6000_long_double_type_size,
17013 rs6000_spe, rs6000_float_gprs): Remove TargetVariable entries.
17014 (mrecip=): Use Var.
17015 (mspe): Use Var and Save.
17016 (mtraceback=): Use Enum and Var.
17017 (rs6000_traceback_type): New Enum and EnumValue entries.
17018 (mfloat-gprs=): Use Enum, Var and Save.
17019 (rs6000_float_gprs): New Enum and EnumValue entries.
17020 (mlong-double-): use Var and Save.
17021 (msched-costly-dep=, minsert-sched-nops=): Use Var.
17022 (malign-): Use Enum and Var.
17023 (rs6000_alignment_flags): New Enum and EnumValue entries.
17024 (mfpu=): Use Enum.
17025 (fpu_type_t): New Enum and EnumValue entries.
17026 * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Use
17027 global_options_set instead of rs6000_explicit_options.
17028 * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Use
17029 global_options_set instead of rs6000_explicit_options.
17030 * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Use
17031 global_options_set instead of rs6000_explicit_options.
17032 * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Use
17033 global_options_set instead of rs6000_explicit_options.
17034 * config/rs6000/e500-double.h (SUB3TARGET_OVERRIDE_OPTIONS): Use
17035 global_options_set instead of rs6000_explicit_options.
17036 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
17037 global_options_set instead of rs6000_explicit_options.
17038 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Remove commented-out
17039 definition.
17040 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
17041 global_options_set instead of rs6000_explicit_options.
17042 * config/rs6000/linux64.opt (mcmodel=): Use Enum and Var.
17043 (rs6000_cmodel): New Enum and EnumValue entries.
17044 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
17045 global_options_set instead of rs6000_explicit_options.
17046 * config/rs6000/sysv4.opt (mcall-, msdata=): Use Var.
17047 (mtls-size=): Use Enum and Var.
17048 (rs6000_tls_size): New Enum and EnumValue entries.
17049
17050 2011-05-05 Michael Matz <matz@suse.de>
17051
17052 * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
17053 * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
17054 * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
17055 * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
17056 * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
17057 * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
17058 * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
17059 * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
17060 * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
17061 * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
17062 * config/i386/gnu-user.h (ENDFILE_SPEC): Add Ofast.
17063 * config/i386/gnu-user64.h (ENDFILE_SPEC): Add Ofast.
17064 * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
17065 * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
17066 * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
17067 * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
17068
17069 2011-05-05 Richard Guenther <rguenther@suse.de>
17070
17071 * expmed.c (expand_variable_shift): Rename to ...
17072 (expand_shift_1): ... this. Take an expanded shift amount.
17073 For rotates recurse directly not building trees for the shift amount.
17074 (expand_variable_shift): Wrap around expand_shift_1.
17075 (expand_shift): Adjust.
17076
17077 2011-05-05 Jakub Jelinek <jakub@redhat.com>
17078
17079 * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
17080
17081 2011-05-05 Eric Botcazou <ebotcazou@adacore.com>
17082
17083 * tree.h (get_pending_sizes): Remove prototype.
17084 (put_pending_size): Likewise.
17085 (put_pending_sizes): Likewise.
17086 * stor-layout.c (pending_sizes): Delete.
17087 (get_pending_sizes): Likewise.
17088 (put_pending_size): Likewise.
17089 (put_pending_sizes): Likewise.
17090 (variable_size): Do not call put_pending_size and tidy up.
17091 * function.h (struct function): Remove dont_save_pending_sizes_p.
17092 * lto-streamer-in.c (input_function): Do not stream it.
17093 * lto-streamer-out.c (output_function): Likewise.
17094 * tree-inline.c (initialize_cfun): Do not copy it.
17095 * c-decl.c (store_parm_decls): Do not set it.
17096 * omp-low.c (create_task_copyfn): Likewise.
17097 * tree-optimize.c (tree_rest_of_compilation): Likewise.
17098
17099 2011-05-05 Uros Bizjak <ubizjak@gmail.com>
17100
17101 * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
17102 conditions.
17103 (*movdf_internal): Ditto.
17104 (*movdf_internal_nointeger): Ditto.
17105 (*movsf_internal): Ditto.
17106
17107 2011-05-05 Joseph Myers <joseph@codesourcery.com>
17108
17109 * c-decl.c (finish_decl): Don't call get_pending_sizes.
17110 (grokparm): Add parameter expr. Pass it to grokdeclarator.
17111 (push_parm_decl): Add parameter expr. Pass it to grokdeclarator.
17112 (c_variable_size): Remove.
17113 (grokdeclarator): Use save_expr instead of c_variable_size. Don't
17114 call put_pending_sizes.
17115 (get_parm_info): Add parameter expr. Use it to set
17116 arg_info->pending_sizes.
17117 (store_parm_decls): Use arg_info->pending_sizes instead or calling
17118 get_pending_sizes.
17119 * c-parser.c (c_parser_parms_declarator): Update call to
17120 c_parser_parms_list_declarator.
17121 (c_parser_parms_list_declarator): Take parameter expr. Update
17122 call to push_parm_decl. Update recursive call. Don't call
17123 get_pending_sizes. Update calls to get_parm_info.
17124 (c_parser_objc_method_definition): Update calls to
17125 c_parser_objc_method_decl and objc_start_method_definition.
17126 (c_parser_objc_methodproto): Update call to c_parser_objc_method_decl.
17127 (c_parser_objc_method_decl): Add parameter expr. Update call to
17128 grokparm.
17129 (c_parser_objc_try_catch_finally_statement): Update call to grokparm.
17130 * c-tree.h (struct c_arg_info.pending_sizes): Change to a tree.
17131 (get_parm_info, grokparm, push_parm_decl): Update prototypes.
17132
17133 2011-05-05 Michael Hope <michael.hope@linaro.org>
17134
17135 PR pch/45979
17136 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
17137 __ARM_EABI__ hosts.
17138
17139 2011-05-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17140
17141 * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
17142 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
17143 (spu_output_mi_thunk): New function.
17144
17145 2011-05-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17146
17147 * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
17148 targetm.asm_out.print_operand.
17149 * config/sol2.c: Include target.h.
17150
17151 2011-05-04 Jan Hubicka <jh@suse.cz>
17152
17153 * ipa-inline.c (reset_edge_caches): New function.
17154 (update_caller_keys): Add check_inlinablity_for; do not
17155 reset edge caches; remove now unnecesary loop.
17156 (update_callee_keys): Add comments; reset node_growth_cache of callee.
17157 (update_all_callee_keys): Likewise.
17158 (inline_small_functions): Sanity check cache; update code
17159 recomputing it.
17160
17161 2011-05-04 Bernd Schmidt <bernds@codesourcery.com>
17162
17163 PR rtl-optimization/47612
17164 * df-problems.c (can_move_insns_across): Don't pick a cc0 setter
17165 as the last insn of the sequence to be moved.
17166
17167 2011-05-04 Tobias Burnus <burnus@net-b.de>
17168
17169 PR fortran/48864
17170 * doc/invoke.texi (Ofast): Document that it
17171 enables Fortran's -fno-protect-parens.
17172
17173 2011-05-04 Uros Bizjak <ubizjak@gmail.com>
17174
17175 * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
17176
17177 2011-05-04 Eric Botcazou <ebotcazou@adacore.com>
17178
17179 * stor-layout.c (variable_size): Do not issue errors.
17180
17181 2011-05-04 Richard Guenther <rguenther@suse.de>
17182
17183 * coverage.c (tree_coverage_counter_ref): Use integer_type_node
17184 for array-ref indices.
17185 (tree_coverage_counter_addr): Likewise.
17186 (build_fn_info_type): Use size_int for index types.
17187 (build_gcov_info): Likewise.
17188
17189 2011-05-04 Richard Guenther <rguenther@suse.de>
17190
17191 * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
17192 to build_int_cst.
17193 * c-typeck.c (really_start_incremental_init): Use bitsize_int
17194 for constructor indices.
17195 (push_init_level): Likewise.
17196
17197 2011-05-04 Richard Guenther <rguenther@suse.de>
17198
17199 * explow.c (promote_mode): Move variable declarations before code.
17200
17201 2011-05-04 Nathan Froyd <froydnj@codesourcery.com>
17202
17203 * tree.h (build_function_type_array): Declare.
17204 (build_varargs_function_type_array): Declare.
17205 (build_function_type_vec, build_varargs_function_type_vec): Define.
17206 * tree.c (build_function_type_array_1): New function.
17207 (build_function_type_array): New function.
17208 (build_varargs_function_type_array): New function.
17209
17210 2011-05-04 Richard Sandiford <richard.sandiford@linaro.org>
17211
17212 * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
17213 before setting STMT_VINFO_TYPE.
17214
17215 2011-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17216
17217 * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
17218 instead of spu_pass_by_reference.
17219
17220 2011-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17221
17222 * calls.c (emit_library_call_value_1): Invoke
17223 promote_function_mode hook on libcall arguments.
17224 * explow.c (promote_function_mode, promote_mode): Handle TYPE
17225 argument being NULL.
17226 * targhooks.c (default_promote_function_mode): Lisewise.
17227 * config/s390/s390.c (s390_promote_function_mode): Likewise.
17228 * config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
17229
17230 * doc/tm.texi: Document that TYPE argument might be NULL.
17231
17232 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
17233
17234 * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
17235
17236 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
17237
17238 From Bernd Schmidt
17239 * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
17240
17241 2011-05-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17242
17243 * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
17244 (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
17245 Move ...
17246 * mips-tfile.c: ... here.
17247 Don't include coretypes.h, tm.h, filenames.h.
17248 (saber_stop): Remove definition and all calls.
17249 [__SABER__]: Remove.
17250 (__LINE__): Remove default.
17251 (Size_t, Ptrdiff_t): Remove definitions.
17252 Replace by size_t, ptrdiff_t.
17253 [!MIPS_DEBUGGING_INFO]: Remove.
17254 (SHASH_SIZE, THASH_SIZE): Remove defaults.
17255 (progname): Add const.
17256 (STATIC): Remove.
17257 Replace all uses by static.
17258 (ALIGN_SYMTABLE_OFFSET): Remove default.
17259 * mips-tdump.c: Don't include coretypes.h, tm.h.
17260 Remove !MIPS_IS_STAB guard.
17261 * Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
17262 $(TM_H), filenames.h dependencies.
17263 (mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
17264
17265 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
17266
17267 From Jie Zhang
17268 *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
17269 (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
17270
17271 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
17272
17273 From Bernd Schmidt
17274 * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
17275 account and save/restore RETS.
17276 (PROFILE_BEFORE_PROLOGUE): Define.
17277 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character. Correct
17278 the push insn to use predecrement.
17279
17280 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
17281
17282 From Jie Zhang
17283 * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
17284
17285 2011-05-04 Nick Clifton <nickc@redhat.com>
17286
17287 * config/mn10300/mn10300.c: Include cfgloop.h.
17288 (DUMP): New macro.
17289 (mn10300_insert_setlb_lcc): New function. Inserts a SETLB and a
17290 Lcc or a FLcc insn into the instruction stream.
17291 (mn10300_block_contains_call): New function. Returns true if the
17292 given basic block contains a CALL insn.
17293 (mn10300_loop_contains_call_insn): New function. Returns true if
17294 the given loop contains a CALL insn.
17295 (mn10300_scan_for_setlb_lcc): New function. Finds opportunities
17296 to use the SETLB and Lcc or FLcc insns.
17297 (mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
17298 (TARGET_FLAGS): Add MASK_ALLOW_SETLB.
17299 * config/mn10300/mn10300.opt (msetlb): New option. Used to
17300 disable the SETLB optimization.
17301 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
17302 __SETLB__ or __NO_SETLB__.
17303 * config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
17304 (movsf_internal): Handle MDR register.
17305 (cmpsi): Make visible.
17306 (setlb): New pattern.
17307 (Lcc): New pattern.
17308 (FLcc): New pattern.
17309
17310 2011-05-04 Uros Bizjak <ubizjak@gmail.com>
17311
17312 PR target/48860
17313 * config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
17314 for reg<->xmm moves.
17315 * config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
17316 (vec_concatv2di_rex64_sse): Ditto.
17317 (*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
17318 (*vec_extractv2di_1_rex64): Ditto.
17319
17320 Revert:
17321 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
17322
17323 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
17324 reg<->xmm moves.
17325 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
17326
17327 2011-05-04 Richard Guenther <rguenther@suse.de>
17328
17329 * tree.h (int_const_binop): Remove notrunc argument.
17330 * fold-const.c (int_const_binop): Remove notrunc argument. Always
17331 create integer constants that are properly truncated.
17332 (extract_muldiv_1): Expand one notrunc int_const_binop caller.
17333 (const_binop): Remove zero notrunc argument to int_const_binop.
17334 (size_binop_loc): Likewise.
17335 (fold_div_compare): Likewise.
17336 (maybe_canonicalize_comparison_1): Likewise.
17337 (fold_comparison): Likewise.
17338 (fold_binary_loc): Likewise.
17339 (multiple_of_p): Likewise.
17340 * expr.c (store_constructor): Likewise.
17341 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
17342 (maybe_fold_stmt_addition): Likewise.
17343 * ipa-prop.c (ipa_modify_call_arguments): Likewise.
17344 * stor-layout.c (layout_type): Likewise.
17345 * tree-data-ref.c (tree_fold_divides_p): Likewise.
17346 * tree-sra.c (build_ref_for_offset): Likewise.
17347 (build_user_friendly_ref_for_offset): Likewise.
17348 * tree-ssa-address.c (maybe_fold_tmr): Likewise.
17349 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
17350 * tree-ssa-loop-niter.c (inverse): Likewise.
17351 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
17352 * tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
17353 * tree-switch-conversion.c (check_range): Likewise.
17354 (build_constructors): Likewise.
17355 * tree-vect-generic.c (expand_vector_piecewise): Likewise.
17356 * tree-vrp.c (set_and_canonicalize_value_range): Likewise.
17357 (extract_range_from_assert): Likewise.
17358 (vrp_int_const_binop): Likewise.
17359 (extract_range_from_binary_expr): Likewise.
17360 (extract_range_from_unary_expr): Likewise.
17361 (check_array_ref): Likewise.
17362 (find_case_label_range): Likewise.
17363 (simplify_div_or_mod_using_ranges): Likewise.
17364 * tree-cfg.c (group_case_labels_stmt): Use double-ints for
17365 comparing case labels for merging.
17366
17367 2011-05-03 Mark Wielaard <mjw@redhat.com>
17368
17369 * dwarf2out.c (debug_str_hash_forced): Removed.
17370 (gen_label_for_indirect_string): Removed.
17371 (get_debug_string_label): Removed.
17372 (AT_string_form): Generate label directly.
17373 (output_indirect_string): Test indirect_string_node for
17374 DW_FORM_strp instead of checking label and refcount.
17375 (prune_indirect_string): Removed.
17376 (prune_unused_types): Don't check debug_str_hash_forced or
17377 call prune_indirect_string.
17378
17379 2011-05-04 Alexandre Oliva <aoliva@redhat.com>
17380
17381 PR other/48093
17382 * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
17383
17384 2011-05-04 Alexandre Oliva <aoliva@redhat.com>
17385
17386 PR debug/47994
17387 PR debug/47919
17388 * combine.c (try_combine): Skip debug insns at m_split tests.
17389
17390 2011-04-26 Mark Wielaard <mjw@redhat.com>
17391
17392 PR42288
17393 * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
17394 when info_section_emitted.
17395
17396 2011-05-03 Joseph Myers <joseph@codesourcery.com>
17397
17398 * config/mips/mips-opts.h: New.
17399 * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
17400 to mips-opts.h.
17401 (mips_abi, mips_code_readable, mips_r10k_cache_barriee): Remove.
17402 (mips_handle_option): Don't handle OPT_mabi_, OPT_mcode_readable_
17403 or OPT_mr10k_cache_barrier_ here. Access mips_cache_flush_func
17404 via opts pointer.
17405 * config/mips/mips.h (enum mips_code_readable_setting): Move to
17406 mips-opts.h.
17407 (mips_abi, mips_code_readable): Don't declare.
17408 * config/mips/mips.opt (config/mips/mips-opts.h): New HeaderInclude.
17409 (mabi=): Use Enum and Var.
17410 (mips_abi): New Enum and EnumValue entries.
17411 (mcode-readable=): Use Enum and Var.
17412 (mips_code_readable_setting): New Enum and EnumValue entries.
17413 (mr10k-cache-barrier=): Use Enum and Var.
17414 (mips_r10k_cache_barrier_setting): New Enum and EnumValue entries.
17415
17416 2011-05-03 Jan Hubicka <jh@suse.cz>
17417
17418 * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;
17419 replace hash by pointer map.
17420 (cgraph_node_set_element_def, cgraph_node_set_element,
17421 const_cgraph_node_set_element, varpool_node_set_element_def,
17422 varpool_node_set_element, const_varpool_node_set_element): Remove.
17423 (free_cgraph_node_set, free_varpool_node_set): New function.
17424 (cgraph_node_set_size, varpool_node_set_size): Use vector size.
17425 * tree-emutls.c: Free varpool node set.
17426 * ipa-utils.c (cgraph_node_set_new, cgraph_node_set_add,
17427 cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
17428 debug_cgraph_node_set, free_cgraph_node_set, varpool_node_set_new,
17429 varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
17430 dump_varpool_node_set, free_varpool_node_set, debug_varpool_node_set):
17431 Move here from ipa.c; implement using pointer_map
17432 * ipa.c (cgraph_node_set_new, cgraph_node_set_add,
17433 cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
17434 debug_cgraph_node_set, varpool_node_set_new,
17435 varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
17436 dump_varpool_node_set, debug_varpool_node_set):
17437 Move to ipa-uitls.c.
17438 * passes.c (ipa_write_summaries): Update.
17439
17440 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
17441
17442 From Mike Frysinger:
17443 * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
17444 bf542/bf544/bf547/bf548/bf549.
17445
17446 2011-05-03 Uros Bizjak <ubizjak@gmail.com>
17447
17448 * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
17449
17450 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
17451
17452 From Bernd Schmidt:
17453 * config/bfin/bfin.md (MOVCC): New mode_macro.
17454 (mov<mode>cc_insn1, mov<mode>cc_insn2, mov<mode>cc): Renamed from
17455 movsicc_insn1, movsicc_insn2 and movsicc and macroized. Remove
17456 comments from generated assembly.
17457
17458 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
17459
17460 From Bernd Schmidt
17461 * config/bfin/t-bfin (LIB1ASMFUNCS): Add muldi3 and umulsi3_highpart.
17462 * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add muldi3.
17463 * config/bfin/t-bfin-linux (LIB1ASMFUNCS): Add muldi3.
17464 * config/bfin/t-bfin-uclinux (LIB1ASMFUNCS): Add muldi3.
17465 * config/bfin/lib1funcs.asm (___muldi3): New function.
17466
17467 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17468
17469 * config/stormy16/stormy16 (xstormy16_init_builtins): Call
17470 build_function_type_list instead of build_function_type.
17471 Rearrange initialization of `args' to do so.
17472
17473 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17474
17475 * config/i386/i386.c (ix86_code_end): Call build_function_type_list
17476 instead of build_function_type.
17477
17478 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17479
17480 * config/rs6000/rs6000.c (spe_init_builtins): Call
17481 build_function_type_list instead of build_function_type.
17482 (paired_init_builtins, altivec_init_builtins): Likewise.
17483 (builtin_function_type): Likewise.
17484
17485 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17486
17487 * config/sh/sh.c (sh_media_init_builtins): Call
17488 build_function_type_list instead of build_function_type.
17489
17490 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17491
17492 * config/sparc/sparc.c (sparc_file_end): Call
17493 build_function_type_list instead of build_function_type.
17494
17495 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17496
17497 * config/alpha/alpha.c (alpha_init_builtins): Call
17498 build_function_type_list instead of build_function_type.
17499
17500 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17501
17502 * config/xtensa/xtensa.c (xtensa_init_builtins): Call
17503 build_function_type_list instead of build_function_type.
17504
17505 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17506
17507 * config/iq2000/i2000.c (iq2000_init_builtins): Call
17508 build_function_type_list instead of build_function_type.
17509 Delete `endlink' variable.
17510
17511 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17512
17513 * config/avr/avr.c (avr_init_builtins): Call
17514 build_function_type_list instead of build_function_type.
17515
17516 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17517
17518 * config/picochip/picochip.c (picochip_init_builtins): Call
17519 build_function_type_list instead of build_function_type.
17520 Delete `endlink' variable.
17521
17522 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
17523
17524 * config/bfin/bfin.c (bfin_init_builtins): Call
17525 build_function_type_list instead of build_function_type.
17526
17527 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
17528
17529 From Bernd Schmidt
17530 * config/bfin/bfin.md (rotrsi, rotlsi): Don't take INTVAL of anything
17531 that's not CONST_INT. Seemingly redundant check is due to PR39768.
17532
17533 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
17534
17535 From Jie Zhang:
17536 * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
17537 libbffastfp overrides libgcc when -mfast-fp.
17538
17539 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
17540
17541 Originally from Bernd Schmidt
17542 * config/bfin/uclinux.h (SUBTARGET_FDPIC_NOT_SUPPORTED): New macro.
17543 * config/bfin/bfin.c (override_options): Test it and error if
17544 TARGET_FDPIC.
17545
17546 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
17547
17548 Originally From Bernd Schmidt
17549 * config/bfin/bfin.c (override_options): Disable -fstack-limit for
17550 FD-PIC.
17551
17552 2011-05-03 Jeff Law <law@redhat.com>
17553
17554 * tree-ssa-threadupdate.c (THREAD_TARGET): define.
17555 (remove_ctrl_stmt_and_useless_edges): Clear AUX field of outgoing edges.
17556 (craete_edge_and_update_destination_phis): Use THREAD_TARGET rather
17557 than accessing AUX field directly. Free the AUX field before
17558 clearing it.
17559 (thread_block, thread_through_loop_header): Likewise.
17560 (thread_single_edge, mark_threaded_blocks): Likewise.
17561 (redirect_edges): Delay clearing the AUX field. Free the AUX field.
17562 (register_jump_thread): Do not attempt to thread to a NULL edge.
17563
17564 2011-05-03 Bernd Schmidt <bernds@codesourcery.com>
17565
17566 * function.c (init_function_start): Call decide_function_section.
17567 * varasm.c (decide_function_section): New function.
17568 (assemble_start_function): When not using
17569 flag_reorder_blocks_and_partition, don't compute in_cold_section_p
17570 or first_function_block_is_cold.
17571 * rtl.h (decide_function_section): Declare.
17572
17573 2011-05-03 Uros Bizjak <ubizjak@gmail.com>
17574 Jakub Jelinek <jakub@redhat.com>
17575
17576 PR target/48774
17577 * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
17578 only succeed if req_mode is the same as set_mode.
17579
17580 2011-05-03 Bernd Schmidt <bernds@codesourcery.com>
17581
17582 * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
17583 * genemit.c (gen_exp): Handle RETURN.
17584 * emit-rtl.c (verify_rtx_sharing): Likewise.
17585 (init_emit_regs): Create pc_rtx, ret_rtx and cc0_rtx specially.
17586 * rtl.c (copy_rtx): RETURN is shared.
17587 * rtl.h (enum global_rtl_index): Add GR_RETURN.
17588 (ret_rtx): New.
17589 * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
17590 * config/s390/s390.c (s390_emit_epilogue): Likewise.
17591 * config/rx/rx.c (gen_rx_rtsd_vector): Likewise.
17592 * config/cris/cris.c (cris_expand_return): Likewise.
17593 * config/m68k/m68k.c (m68k_expand_epilogue): Likewise.
17594 * config/rs6000/rs6000.c (rs6000_make_savres_rtx,
17595 rs6000_emit_epilogue, rs6000_output_mi_thunk): Likewise.
17596 * config/picochip/picochip.c (picochip_expand_epilogue): Likewise.
17597 * config/h8300/h8300.c (h8300_push_pop, h8300_expand_epilogue):
17598 Likewise.
17599 * config/v850/v850.c (expand_epilogue): Likewise.
17600 * config/bfin/bfin.c (bfin_expand_call): Likewise.
17601 * config/arm/arm.md (epilogue): Likewise.
17602 * config/mn10300/mn10300.c (mn10300_expand_epilogue): Likewise.
17603 * config/sparc/sparc.c (sparc_struct_value_rtx): Rename ret_rtx
17604 variable to ret_reg.
17605
17606 2011-05-03 Richard Guenther <rguenther@suse.de>
17607
17608 PR lto/48846
17609 * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
17610 Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
17611 * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
17612
17613 2011-05-03 Richard Guenther <rguenther@suse.de>
17614
17615 * c-decl.c (grokdeclarator): Instead of looking at
17616 TREE_OVERFLOW check if the constant fits in the index type.
17617
17618 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
17619
17620 * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
17621 (vec_store_lanes<mode><mode>): Likewise.
17622
17623 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
17624
17625 * doc/md.texi (vec_load_lanes, vec_store_lanes): Document.
17626 * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New
17627 convert_optab_index values.
17628 (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs.
17629 * genopinit.c (optabs): Initialize the new optabs.
17630 * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions.
17631 * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
17632 (expand_STORE_LANES): New functions.
17633 * tree.h (build_array_type_nelts): Declare.
17634 * tree.c (build_array_type_nelts): New function.
17635 * tree-vectorizer.h (vect_model_store_cost): Add a bool argument.
17636 (vect_model_load_cost): Likewise.
17637 (vect_store_lanes_supported, vect_load_lanes_supported)
17638 (vect_record_strided_load_vectors): Declare.
17639 * tree-vect-data-refs.c (vect_lanes_optab_supported_p)
17640 (vect_store_lanes_supported, vect_load_lanes_supported): New functions.
17641 (vect_transform_strided_load): Split out statement recording into...
17642 (vect_record_strided_load_vectors): ...this new function.
17643 * tree-vect-stmts.c (create_vector_array, read_vector_array)
17644 (write_vector_array, create_array_ref): New functions.
17645 (vect_model_store_cost): Add store_lanes_p argument.
17646 (vect_model_load_cost): Add load_lanes_p argument.
17647 (vectorizable_store): Try to use store-lanes functions for
17648 interleaved stores.
17649 (vectorizable_load): Likewise load-lanes and loads.
17650 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update call
17651 to vect_model_store_cost.
17652 (vect_build_slp_tree): Likewise vect_model_load_cost.
17653
17654 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
17655
17656 * hooks.h (hook_bool_mode_uhwi_false): Declare.
17657 * hooks.c (hook_bool_mode_uhwi_false): New function.
17658 * target.def (array_mode_supported_p): New hook.
17659 * doc/tm.texi.in (TARGET_ARRAY_MODE_SUPPORTED_P): Add @hook.
17660 * doc/tm.texi: Regenerate.
17661 * stor-layout.c (mode_for_array): New function.
17662 (layout_type): Use it.
17663 * config/arm/arm.c (arm_array_mode_supported_p): New function.
17664 (TARGET_ARRAY_MODE_SUPPORTED_P): Define.
17665
17666 2011-05-03 Eric Botcazou <ebotcazou@adacore.com>
17667
17668 PR target/48723
17669 * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
17670 for -fstack-check if the size to allocate is negative.
17671
17672 2011-05-02 Lawrence Crowl <crowl@google.com>
17673
17674 * timevar.h (timevar_cond_start): Remove unused POP_TIMEVAR_AND_RETURN.
17675 (timevar_cond_start): New for starting a timer only when it is not
17676 already running.
17677 (timevar_cond_stop): New for stopping a timer when it was not already
17678 running.
17679
17680 * timevar.c (timevar_stop): Enable start/stop timers to start again.
17681 (timevar_cond_start): New as above.
17682 (timevar_cond_stop): New as above.
17683
17684 * timevar.def: Add start/stop timers for compiler phases,
17685 TV_PHASE_SETUP, TV_PHASE_PARSING, TV_PHASE_DEFERRED, TV_PHASE_CGRAPH,
17686 TV_PHASE_DBGINFO (C), TV_PHASE_CHECK_DBGINFO (C++), TV_PHASE_GENERATE,
17687 and TV_PHASE_FINALIZE.
17688 Change push/pop timer TV_PARSE to TV_PARSE_GLOBAL.
17689 Add push/pop timers TV_PARSE_STRUCT, TV_PARSE_ENUM, TV_PARSE_FUNC,
17690 TV_PARSE_INLINE, TV_PARSE_INMETH, TV_TEMPLATE_INST.
17691 Change push/pop timer TV_NAME_LOOKUP into a start/stop timer.
17692 Make unused TV_OVERLOAD into a start/stop timer.
17693
17694 Remove unused timers TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION.
17695 Mark the strings for TV_NAME_LOOKUP and TV_OVERLOAD with a "|"
17696 to indicate that they are start/stop timers.
17697
17698 * toplev.c (compile_file): Change TV_PARSE to TV_PARSE_GLOBAL.
17699 Add start/stop timers TV_PHASE_PARSING and TV_PHASE_GENERATE.
17700 Move initialization to do_compile.
17701 (do_compile): Add initialization from above.
17702 Add start/stop timers TV_PHASE_SETUP and TV_PHASE_FINALIZE.
17703
17704 * c-decl.c (c_write_global_declarations): Add start/stop of
17705 TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
17706
17707 * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC
17708 or TV_PARSE_INLINE, as appropriate.
17709 (c_parser_enum_specifier): Push/pop TV_PARSE_ENUM.
17710 (c_parser_struct_or_union_specifier): Push/pop TV_PARSE_STRUCT.
17711
17712 2011-05-02 Jason Merrill <jason@redhat.com>
17713
17714 PR c++/40975
17715 * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
17716
17717 2011-05-02 Simon Martin <simartin@users.sourceforge.net>
17718
17719 PR c/35445
17720 * c-decl.c (finish_decl): Only create a composite if the types are
17721 compatible.
17722
17723 2011-05-02 Joseph Myers <joseph@codesourcery.com>
17724
17725 * config/fr30/fr30-protos.h (Mmode): Don't define.
17726 * config/m32r/m32r-protos.h (Mmode): Don't define. Expand
17727 definition where used.
17728 * config/mn10300/mn10300-protos.h (Mmode, Cstar, Rclas): Don't
17729 define. Expand definitions where used.
17730 * config/rx/rx-protos.h (Mmode, Fargs, Rcode): Don't define.
17731 Expand definitions where used.
17732 * config/rx/rx.c (rx_is_legitimate_address, rx_function_arg_size,
17733 rx_function_arg, rx_function_arg_advance,
17734 rx_function_arg_boundary): Expand definitions of those macros.
17735 * config/v850/v850-protos.h (Mmode): Don't define. Expand
17736 definition where used.
17737
17738 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
17739
17740 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
17741 reg<->xmm moves.
17742 (*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
17743 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves. Merge
17744 with *movv2sf_internal_rex64_avx.
17745 (*movv2sf_internal): Merge with *movv2sf_internal_avx.
17746 * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
17747 Use %v prefix in insn mnemonic to handle TARGET_AVX.
17748 (*movdi_internal): Add "isa" attribute. Use "maybe_vex" instead of
17749 "vex" in "prefix" attribute calculation.
17750 (*movdf_internal): Output AVX mnemonics. Add "prefix" attribute.
17751
17752 2011-05-02 Stuart Henderson <shenders@gcc.gnu.org>
17753
17754 PR target/47951
17755 * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
17756 inputs match the output.
17757
17758 2011-05-02 Andreas Schwab <schwab@linux-m68k.org>
17759
17760 PR target/47955
17761 * config/m68k/m68k.c (m68k_expand_prologue): Set
17762 current_function_static_stack_size.
17763
17764 2011-05-02 Jan Hubicka <jh@suse.cz>
17765
17766 * lto-streamer.c (lto_streamer_cache_insert_1,
17767 lto_streamer_cache_lookup, lto_streamer_cache_create,
17768 lto_streamer_cache_delete): Use pointer map instead of hashtable.
17769 * lto-streamer.h (lto_streamer_cache_d): Turn node_map into pointer_map.
17770
17771 2011-05-02 Joseph Myers <joseph@codesourcery.com>
17772
17773 * config/m68k/genopt.sh, config/m68k/m68k-isas.def,
17774 config/m68k/m68k-microarchs.def, config/m68k/m68k-opts.h,
17775 config/m68k/t-opts: New files.
17776 * config/m68k/m68k-tables.opt: New file (generated).
17777 * config.gcc (fido-*-*, m68k-*-*): Add m68k/m68k-tables.opt to
17778 extra_options and m68k/t-opts to tmake_file.
17779 * config/m68k/m68k.c (m68k_library_id_string): More to m68k.opt.
17780 (all_isas): Initialize using m68k-isas.def.
17781 (all_microarchs): Initialize using m68k-microarchs.def.
17782 (m68k_find_selection): Remove.
17783 (m68k_handle_option): Don't assert that global structures are in
17784 use. Use error_at. Access variables via opts pointer. Don't
17785 handle -march=, -mcpu= and -mtune= here. Set gcc_options fields
17786 directly for -m68020-40 and -m68020-60.
17787 (m68k_option_override): Set m68k_arch_entry, m68k_cpu_entry and
17788 m68k_tune_entry here.
17789 * config/m68k/m68k.h (enum uarch_type, enum target_device): Move
17790 to m68k-opts.h.
17791 (m68k_library_id_string): Remove declaration.
17792 * config/m68k/m68k.opt (config/m68k/m68k-opts.h): New HeaderInclude.
17793 (m68k_library_id_string): New Variable.
17794 (march=, mcpu=, mtune=): Use Enum and Var.
17795
17796 2011-05-02 Richard Guenther <rguenther@suse.de>
17797
17798 * varasm.c (output_constructor_regular_field): Compute zero-based
17799 index with double-ints. Make sure to ICE instead of producing
17800 wrong code.
17801 * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
17802 in asserts. Properly use a signed type.
17803
17804 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
17805
17806 * config/i386/sse.md (V): New mode iterator.
17807 (V_128): Rename from SSEMODE. Make V2DF mode conditional on
17808 TARGET_SSE2.
17809 (V_256): Rename from AVX256MODE.
17810 (VF): Make V4SF mode unconditional. Add TARGET_SSE instruction
17811 condition to all users.
17812 (VF1): Ditto.
17813 (VF2): Make V2DF mode unconditional. Add TARGET_SSE2 instruction
17814 condition to all users.
17815 (VF_128): Make V4SF mode unconditional.
17816 (VF_256): Rename from AVX256MODEF2P.
17817 (VI4F_128): Rename from SSEMODE4S.
17818 (VI8F_128): Rename from SSEMODE2D.
17819 (VI4F_256): Rename from AVX256MODE8P.
17820 (VI8F_256): Rename from AVX256MODE4P.
17821 (avxsizesuffix): Add V16HI, V4DI, V8HI and V2DI modes.
17822 (ssescalarmodesuffix): Remove SF and DF modes.
17823 (SSEMODE124): Remove.
17824 (SSEMODE1248): Ditto.
17825 (SSEMODEF2P): Ditto.
17826 (AVXMODEF2P): Ditto.
17827 (AVXMODEFDP): Ditto.
17828 (AVXMODEFSP): Ditto.
17829 (VEC_EXTRACT_MODE): Make V16QI, V8HI, V4SI, V2DI, V4SF and V2DF modes
17830 unconditional.
17831 (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO. Make V4SF mode
17832 unconditional.
17833 (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
17834 xop_pcmov_<mode>256. Use V mode iterator.
17835
17836 Adjust RTX patterns globally for renamed mode attributes.
17837
17838 2011-05-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17839
17840 * haifa-sched.c (sched_emit_insn): Emit insn before first
17841 non-scheduled insn. Inform back-end about new insn. Add
17842 new insn to scheduled_insns list.
17843
17844 2011-05-02 Richard Guenther <rguenther@suse.de>
17845
17846 PR tree-optimization/48822
17847 * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
17848 (process_scc): Indicate which iteration we start.
17849
17850 2011-05-02 Jan Hubicka <jh@suse.cz>
17851
17852 * lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.h
17853 (lto_section_overrun): New.
17854 * lto-section-out.c (append_block): Rename to ...
17855 (lto_append_block): ... this one; export.
17856 (lto_output_1_stream): Move lto lto-streamer.h
17857 (lto_output_data_stream): Update.
17858 * lto-streamer.h (lto_section_overrun, lto_append_block): Declare.
17859 (lto_output_1_stream, lto_input_1_unsigned): Turn into inline
17860 functions.
17861
17862 2011-05-02 Richard Guenther <rguenther@suse.de>
17863
17864 * tree.c (tree_code_counts): New global array.
17865 (record_node_allocation_statistics): Count individual tree codes.
17866 (dump_tree_statistics): Dump individual code stats.
17867
17868 2011-05-01 Jan Hubicka <jh@suse.cz>
17869
17870 * ipa-inline.c (caller_growth_limits): Fix thinko when
17871 looking for largest stack frame.
17872 * ipa-inline.h (dump_inline_summary): Declare.
17873 * ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
17874 on stack usage.
17875 (dump_inline_summary): Export.
17876 (debug_inline_summary): Declare as DEBUG_FUNCTION.
17877
17878 2011-05-01 Anatoly Sokolov <aesok@post.ru>
17879
17880 * reginfo.c (memory_move_cost): Change rclass argument type form
17881 'enum reg_class' to reg_class_t.
17882 * reload.h (memory_move_cost): Update prototype.
17883 * postreload.c reload_cse_simplify_set): Change type dclass var to
17884 reg_class_t.
17885 * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
17886 Update prototype.
17887 (ira_allocate_and_set_costs): Change aclass argument type form
17888 'enum reg_class' to reg_class_t.
17889 * ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector):
17890 Change aclass argument type to reg_class_t.
17891 (update_conflict_hard_reg_costs): Change type aclass and pref vars
17892 to reg_class_t.
17893 * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
17894 memory_move_cost call.
17895
17896 * config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
17897 'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
17898 Change type tmp var to reg_class_t.
17899
17900 2011-04-30 Jan Hubicka <jh@suse.cz>
17901
17902 * ipa-inline.c (can_inline_edge_p): Disregard limits when
17903 inlining into function with flatten attribute.
17904 (want_inline_small_function_p): Be more realistic about inlining
17905 cold calls where callee size grows.
17906
17907 2011-04-30 Jan Hubicka <jh@suse.cz>
17908
17909 * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
17910 flags.
17911
17912 2011-04-30 Anatoly Sokolov <aesok@post.ru>
17913
17914 * config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
17915 PRINT_OPERAND_PUNCT_VALID_P): Remove.
17916 * config/sparc/sparc-protos.h (print_operand): Remove declaration.
17917 * config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
17918 TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
17919 (print_operand): Rename to...
17920 (sparc_print_operand): ...this. Make static. Adjust
17921 sparc_print_operand function call.
17922 (sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
17923 functions.
17924
17925 2011-04-30 Jan Hubicka <jh@suse.cz>
17926
17927 PR middle-end/48752
17928 * ipa-inline.c (early_inliner): Disable when doing late
17929 addition of function.
17930
17931 2011-04-30 Jakub Jelinek <jakub@redhat.com>
17932
17933 * dwarf2out.c (get_address_mode): New inline.
17934 (mem_loc_descriptor): Add MEM_MODE parameter, adjust recursive calls,
17935 if not dwarf_strict emit
17936 DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret} when
17937 desirable. Handle FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT,
17938 UNSIGNED_FLOAT, FIX and UNSIGNED_FIX. Just return NULL for
17939 FMA, STRICT_LOW_PART, CONST_VECTOR and CONST_FIXED.
17940 (dwarf2out_frame_debug_cfa_expression, reg_loc_descriptor,
17941 dw_loc_list_1, cst_pool_loc_descr, loc_list_from_tree): Adjust
17942 mem_loc_descriptor callers.
17943 (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
17944 output_loc_operands_raw, hash_loc_operands, compare_loc_operands):
17945 Handle DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
17946 DW_OP_GNU_deref_type, DW_OP_GNU_convert and DW_OP_GNU_reinterpret.
17947 (base_types): New variable.
17948 (get_base_type_offset, calc_base_type_die_sizes,
17949 base_type_for_mode, mark_base_types, base_type_cmp,
17950 move_marked_base_types): New functions.
17951 (calc_die_sizes): Assert that die_offset is 0 or equal to
17952 next_die_offset.
17953 (loc_descriptor): Only handle here lowpart SUBREGs of REG, for
17954 others defer to mem_loc_descriptor. Adjust mem_loc_descriptor
17955 callers. If not dwarf_strict, call mem_loc_descriptor even for
17956 non-MODE_INT modes or MODE_INT modes larger than DWARF2_ADDR_SIZE.
17957 (gen_subprogram_die): Don't give up on call site parameters
17958 with non-integral or large integral modes. Adjust
17959 mem_loc_descriptor callers.
17960 (prune_unused_types): Call prune_unused_types_mark on base_types
17961 vector entries.
17962 (resolve_addr): Call mark_base_types.
17963 (dwarf2out_finish): Call move_marked_base_types.
17964
17965 PR tree-optimization/48809
17966 * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
17967 type.
17968 (gen_inbound_check): Don't compute index_expr - range_min in utype
17969 again, instead reuse SSA_NAME initialized in build_arrays.
17970 Remove two useless gsi_for_stmt calls.
17971
17972 2011-04-29 Jeff Law <law@redhat.com>
17973
17974 * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
17975
17976 2011-04-29 Martin Jambor <mjambor@suse.cz>
17977
17978 * cgraph.h (cgraph_postorder): Remove declaration.
17979 * ipa-utils.h (ipa_free_postorder_info): Declare.
17980 (ipa_reverse_postorder): Likewise.
17981 * cgraphunit.c: Include ipa-utils.h.
17982 (cgraph_expand_all_functions): Update call to ipa_reverse_postorder.
17983 * ipa-inline.c: Include ipa-utils.h.
17984 (ipa_inline): Update call to ipa_reverse_postorder.
17985 * ipa-pure-const.c (propagate_pure_const): Update call to
17986 ipa_reduced_postorder and ipa_print_order. Call
17987 ipa_free_postorder_info to clean up.
17988 (propagate_nothrow): Likewise.
17989 * ipa-reference.c (propagate): Removed a useless call to
17990 ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder
17991 and ipa_print_order. Call ipa_free_postorder_info to clean up.
17992 * ipa.c: Include ipa-utils.h.
17993 (ipa_profile): Update call to ipa_reverse_postorder.
17994 (cgraph_postorder): Moved to...
17995 * ipa-utils.c (ipa_reverse_postorder): ...here and renamed.
17996 (ipa_utils_print_order): Renamed to ipa_print_order.
17997 (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated
17998 comments.
17999 (ipa_free_postorder_info): New function.
18000 * passes.c: Include ipa-utils.h.
18001 (do_per_function_toporder): Update call to ipa_reverse_postorder.
18002 (ipa_write_summaries): Likewise.
18003 * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies.
18004 (cgraphunit.o): Likewise.
18005 (ipa.o): Likewise.
18006 (ipa-inline.o): Likewise.
18007
18008 2011-04-29 Jan Hubicka <jh@suse.cz>
18009
18010 * gcc.dg/tree-ssa/inline-10.c: New testcase.
18011 * gcc.dg/tree-ssa/inline-9.c: Disable partial inlining.
18012 * ipa-inline.h (clause_t): Turn into unsigned int.
18013 * ipa-inline-analysis.c (add_clause): Do more simplification.
18014 (and_predicates): Shortcut more cases.
18015 (predicates_equal_p): Move forward; check that clauses are properly
18016 ordered.
18017 (or_predicates): Shortcut more cases.
18018 (edge_execution_predicate): Rewrite as...
18019 (set_cond_stmt_execution_predicate): ... this function; handle
18020 __builtin_constant_p.
18021 (set_switch_stmt_execution_predicate): New .
18022 (compute_bb_predicates): New.
18023 (will_be_nonconstant_predicate): Update TODO.
18024 (estimate_function_body_sizes): Use compute_bb_predicates
18025 and free them later, always try to estimate if stmt is constant.
18026 (estimate_time_after_inlining, estimate_size_after_inlining):
18027 Gracefully handle optimized out edges.
18028 (read_predicate): Fix off by one error.
18029
18030 2011-04-29 Nicola Pero <nicola.pero@meta-innovation.com>
18031
18032 * Makefile.in (ENABLE_MAINTAINER_RULES): New.
18033
18034 2011-04-27 Xinliang David Li <davidxl@google.com>
18035
18036 * tree-profile.c (init_ic_make_global_vars): Set
18037 tls attribute on ic vars.
18038 * coverage.c (coverage_end_function): Initialize
18039 function_list with zero.
18040
18041 2011-04-29 Richard Guenther <rguenther@suse.de>
18042
18043 * builtins.c (fold_builtin_classify_type): Use integer_type_node
18044 for the type of the result.
18045 (fold_builtin_isascii): Likewise.
18046 (fold_builtin_toascii): Use integer_type_node where appropriate.
18047 (fold_builtin_logb): Likewise.
18048 (fold_builtin_frexp): Likewise.
18049 (fold_builtin_strstr): Likewise.
18050 (fold_builtin_strpbrk): Likewise.
18051 (fold_builtin_fputs): Likewise.
18052 (fold_builtin_sprintf): Likewise.
18053 (fold_builtin_snprintf): Likewise.
18054 (fold_builtin_printf): Likewise.
18055 (do_mpfr_remquo): Use a proper type for the assigned constant.
18056 (do_mpfr_lgamma_r): Likewise.
18057 * dwarf2out.c (resolve_one_addr): Use size_int.
18058 * except.c (init_eh): Likewise.
18059 (assign_filter_values): Use integer_type_node for filter values.
18060 (sjlj_emit_dispatch_table): Use integer_type_node for dispatch
18061 indices.
18062 * tree-cfg.c (move_stmt_eh_region_tree_nr): Use integer_type_node
18063 for EH region numbers.
18064 * tree-vrp.c (simplify_div_or_mod_using_ranges): Use integer_type_node
18065 for the shift amount.
18066
18067 2011-04-29 Richard Guenther <rguenther@suse.de>
18068
18069 * expr.h (expand_shift): Rename to ...
18070 (expand_variable_shift): ... this.
18071 (expand_shift): Take a constant shift amount.
18072 * expmed.c (expand_shift): Rename to ...
18073 (expand_variable_shift): ... this.
18074 (expand_shift): New wrapper around expand_variable_shift.
18075 * expr.c (convert_move, emit_group_load_1, emit_group_store,
18076 optimize_bitfield_assignment_op, store_field, expand_expr_real_2,
18077 expand_expr_real_1, reduce_to_bit_field_precision): Adjust.
18078 * expmed.c (store_fixed_bit_field, extract_bit_field_1,
18079 extract_fixed_bit_field, extract_split_bit_field, expand_mult_const,
18080 expand_mult, expand_widening_mult, expand_mult_highpart_adjust,
18081 extract_high_half, expand_sdiv_pow2, expand_divmod, emit_cstore,
18082 emit_store_flag_1, emit_store_flag): Likewise.
18083 * builtins.c (expand_builtin_signbit): Likewise.
18084 * calls.c (load_register_parameters): Likewise.
18085 * function.c (assign_parm_setup_block): Likewise.
18086 * lower-subreg.c (resolve_shift_zext): Likewise.
18087 * optabs.c (widen_bswap, expand_abs_nojump,
18088 expand_one_cmpl_abs_nojump, expand_float): Likewise.
18089 * spu/spu.c (spu_expand_extv): Likewise.
18090 * sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
18091
18092 2011-04-29 Richard Guenther <rguenther@suse.de>
18093
18094 * tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
18095 for the remapped region number.
18096 * predict.c (build_predict_expr): Use integer_type_node for the
18097 predict kind.
18098 * fold-const.c (fold_binary_loc): Use integer_type_node for
18099 the shift amount. Use a proper type for the PLUS_EXPR operand.
18100
18101 2011-04-29 Michael Matz <matz@suse.de>
18102
18103 * lto-streamer.c (lto_streamer_cache_insert_1): Accept to override
18104 other trees that just builtins.
18105 (lto_record_common_node): Don't leave NULL TYPE_CANONICAL.
18106
18107 2011-04-29 Richard Guenther <rguenther@suse.de>
18108
18109 * tree-nested.c (get_trampoline_type): Use size_int.
18110 (get_nl_goto_field): Likewise.
18111 * tree-eh.c (lower_try_finally_switch): Use integer_type_node
18112 for all indexes.
18113 (lower_eh_constructs_2): Likewise.
18114 (lower_resx): Likewise.
18115 (lower_eh_dispatch): Likewise.
18116 * tree-mudflap.c (mf_build_string): Use size_int.
18117 (mudflap_register_call): Use integer_type_node for the flag.
18118 (mudflap_enqueue_constant): Use size_int.
18119 * tree-chrec.c (reset_evolution_in_loop): Copy CHREC_VAR
18120 instead of rebuilding it.
18121
18122 2011-04-29 Richard Guenther <rguenther@suse.de>
18123
18124 * tree-ssa-structalias.c (get_fi_for_callee): Restructure.
18125 Handle OBJ_TYPE_REF.
18126 (find_func_aliases_for_call): Use it more consistently.
18127
18128 2011-04-29 Alexandre Oliva <aoliva@redhat.com>
18129
18130 * haifa-sched.c (last_nondebug_scheduled_insn): New.
18131 (rank_for_schedule): Use it.
18132 (schedule_block): Set it.
18133
18134 2011-04-28 David Li <davidxl@google.com>
18135
18136 * tree.c (crc32_string): Use crc32_byte.
18137 (crc32_byte): New function.
18138 * tree.h (crc32_byte): New function.
18139 * gcov.c (read_graph_file): Handle new cfg_cksum.
18140 (read_count_file): Ditto.
18141 * profile.c (instrument_values): Ditto.
18142 (get_exec_counts): Ditto.
18143 (read_profile_edge_counts): Ditto.
18144 (compute_branch_probabilities): Ditto.
18145 (compute_value_histograms): Ditto.
18146 (branch_prob): Ditto.
18147 (end_branch_prob): Ditto.
18148 * coverage.c (read_counts_file): Ditto.
18149 (get_coverage_counts): Ditto.
18150 (tree_coverage_counter_addr): Ditto.
18151 (coverage_checksum_string): Ditto.
18152 (coverage_begin_output): Ditto.
18153 (coverage_end_function): Ditto.
18154 (build_fn_info_type): Ditto.
18155 (build_fn_info_value): Ditto.
18156 * libgcov.c (gcov_exit): Ditto.
18157 * gcov-dump.c (tag_function): Ditto.
18158 (compute_checksum): Remove.
18159
18160 2011-04-29 Alan Modra <amodra@gmail.com>
18161
18162 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
18163 unspec plus offset. Tidy macho code.
18164
18165 2011-04-29 Martin Jambor <mjambor@suse.cz>
18166
18167 * cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph
18168 node instead of a decl. Update all callers.
18169 * cgraph.h: Update declaration.
18170
18171 2011-04-28 Ira Rosen <ira.rosen@linaro.org>
18172
18173 PR tree-optimization/48765
18174 * tree-vectorizer.h (vect_make_slp_decision): Return bool.
18175 * tree-vect-loop.c (vect_analyze_loop_operations): Add new argument
18176 to indicate if loop aware SLP is being used. Scan the statements
18177 and update the vectorization factor according to the type of
18178 vectorization before statement analysis.
18179 (vect_analyze_loop_2): Get a return value from vect_make_slp_decision,
18180 pass it to vect_analyze_loop_operations.
18181 (vectorizable_reduction): Set number of copies to 1 in case of pure
18182 SLP statement.
18183 * tree-vect-stmts.c (vectorizable_conversion,
18184 vectorizable_assignment, vectorizable_shift,
18185 vectorizable_operation, vectorizable_type_demotion,
18186 vectorizable_type_promotion, vectorizable_store, vectorizable_load):
18187 Likewise.
18188 (vectorizable_condition): Move the check that it is not SLP
18189 vectorization before the number of copies check.
18190 * tree-vect-slp.c (vect_make_slp_decision): Return TRUE if decided
18191 to vectorize the loop using SLP.
18192
18193 2011-04-28 Jakub Jelinek <jakub@redhat.com>
18194
18195 PR middle-end/48597
18196 * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
18197 inline asm.
18198
18199 2011-04-28 Joseph Myers <joseph@codesourcery.com>
18200
18201 * config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
18202 *-*-kopensolaris*-gnu): Don't define SINGLE_LIBC.
18203 (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
18204 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
18205 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use
18206 linux*.h headers.
18207 * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define.
18208 * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
18209 * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
18210 * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
18211 * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
18212 * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use
18213 REG_NAME.
18214 * config/i386/linux.h (REG_NAME): Don't define.
18215 * config/i386/linux64.h (REG_NAME): Don't define.
18216 * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS):
18217 Undefine before defining.
18218
18219 2011-04-28 Jan Hubicka <jh@suse.cz>
18220
18221 * ipa-inline-analysis.c (will_be_nonconstant_predicate): Take
18222 nonconstant_names array.
18223 (estimate_function_body_sizes): Build nonconstant_names array; handle
18224 BUILT_IN_CONSTANT_P.
18225
18226 2011-04-28 Richard Guenther <rguenther@suse.de>
18227
18228 PR bootstrap/48804
18229 Revert
18230 2011-04-28 Richard Guenther <rguenther@suse.de>
18231
18232 * tree-ssa-structalias.c (solve_constraints): Build succ graph
18233 as late as possible.
18234
18235 2011-04-28 Richard Guenther <rguenther@suse.de>
18236
18237 * tree-ssa-structalias.c (dump_constraint): Don't end the line.
18238 (debug_constraint): Do it here.
18239 (dump_constraints): And here.
18240 (rewrite_constraints): And here.
18241 (dump_constraint_edge): Remove.
18242 (dump_constraint_graph): Rewrite to produce DOT output.
18243 (solve_constraints): Build succ graph as late as possible.
18244 Dump constraint graphs before and after solving.
18245
18246 2011-04-28 Richard Guenther <rguenther@suse.de>
18247
18248 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
18249 New function split out from ...
18250 (find_func_aliases): ... here. Call it.
18251 (find_func_aliases_for_call): Likewise.
18252
18253 2011-04-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
18254
18255 * internal-fn.h (internal_fn_name_array): Declare.
18256 (internal_fn_flags_array): Likewise.
18257
18258 2011-04-27 Uros Bizjak <ubizjak@gmail.com>
18259
18260 * config/i386/i386.md (ssemodesuffix): Merge with ssevecsize,
18261 ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
18262 Move from sse.md.
18263 (ssemodefsuffix): Remove.
18264 (ssevecmodesuffix): New mode attribute.
18265 (fix_trunc<mode>di_sse, fix_trunc<mode>si_sse,
18266 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
18267 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
18268 *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
18269 *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit, setcc_<mode>_sse,
18270 *sqrt<mode>2_sse, sse4_1_round<mode>2, <smaxmin:code><mode>3,
18271 *ieee_smin<mode>3, *ieee_smax<mode>3): Adjust assembler templates for
18272 ssemodesuffix mode attribute.
18273 (float splitters): Use ssevecmodesuffix mode attribute.
18274 * config/i386/sse.md (ssescalarmode): Merge with avxscalarmode.
18275 (sseinsmode): Rename from avxvecmode.
18276 (avxsizesuffix): Rename from avxmodesuffix.
18277 (sseintvecmode): Rename from avxpermvecmode.
18278 (ssedoublevecmode): Rename from ssedoublesizemode.
18279 (ssehalfvecmode): Rename from avxhalfvecmode.
18280 (ssescalarmode): Rename from avxscalarmode.
18281 (<sse>_comi, <sse>_ucomi, sse4a_movnt<mode>): Adjust assembler
18282 templates for ssemodesuffix mode attribute.
18283 (*andnot<mode>3, *<any_logic:code><mode>3): Use ssevecmodesuffix
18284 mode attribute.
18285
18286 Adjust RTX patterns globally for renamed mode attributes.
18287
18288 2011-04-27 Jan Hubcika <jh@suse.cz>
18289
18290 * ipa-inline.h (struct inline_edge_summary): Add predicate pointer.
18291 * ipa-inline-analysis.c: Include alloc-pool.h.
18292 (edge_predicate_pool): New.
18293 (trye_predicate_p): New function
18294 (false_predicate_p): New function.
18295 (add_clause): Sanity check that false clauses are "optimized";
18296 never add clauses to predicate that is already known to be false.
18297 (and_predicate): Use flase_predicate_p.
18298 (evaulate_predicate): Rename to ...
18299 (evaluate_predicate): ... this one; update all callers; assert
18300 that false is not listed among possible truths.
18301 (dump_predicate): Use true_predicate_p.
18302 (account_size_time): Use false_predicate_p.
18303 (evaulate_conditions_for_edge): Rename to ...
18304 (evaluate_conditions_for_edge) ... this one.
18305 (edge_set_predicate): New function.
18306 (inline_edge_duplication_hook): Duplicate edge predicates.
18307 (inline_edge_removal_hook): Free edge predicates.
18308 (dump_inline_edge_summary): Add INFO parameter; dump edge predicates.
18309 (dump_inline_summary): Update.
18310 (estimate_function_body_sizes): Set edge predicates.
18311 (estimate_calls_size_and_time): Handle predicates.
18312 (estimate_callee_size_and_time): Update.
18313 (remap_predicate): Add toplev_predicate; update comment.
18314 (remap_edge_predicates): New function.
18315 (inline_merge_summary): Compute toplev predicate; update.
18316 (read_predicate): New function.
18317 (read_inline_edge_summary): Use it.
18318 (inline_read_section): Likewise.
18319 (write_predicate): New function.
18320 (write_inline_edge_summary): Use it.
18321 (inline_write_summary): Likewise.
18322 (inline_free_summary): Free alloc pool and edge summary vec.
18323
18324 2011-04-27 Richard Guenther <rguenther@suse.de>
18325
18326 * tree-ssa-structalias.c (changed_count): Remove.
18327 (changed): Use a bitmap.
18328 (unify_nodes): Adjust.
18329 (do_sd_constraint): Likewise.
18330 (do_ds_constraint): Likewise.
18331 (do_complex_constraint): Likewise.
18332 (solve_graph): Likewise.
18333
18334 2011-04-27 Jan Hubicka <jh@suse.cz>
18335
18336 * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
18337
18338 2011-04-27 Uros Bizjak <ubizjak@gmail.com>
18339
18340 * config/i386/predicates.md (avx_vpermilp_*_operand): Remove.
18341 (avx_vperm2f128_*_operand): Ditto.
18342 * config/i386/sse.md (*avx_vpermilp<mode>): Remove operand2 predicate.
18343 Use avx_vpermilp_parallel in insn condition.
18344 (*avx_vperm2f128<mode>_nozero): Remove operand3 predicate.
18345 Use avx_vperm2f128_parallel in insn condition.
18346
18347 2011-04-27 Richard Guenther <rguenther@suse.de>
18348
18349 * Makefile.in (tree-ssa-structalias.o): Remove
18350 gt-tree-ssa-structalias.h dependency.
18351 (GTFILES): Remove tree-ssa-structalias.c.
18352 * tree.c (allocate_decl_uid): New function.
18353 (make_node_stat): Use it.
18354 (copy_node_stat): Likewise.
18355 * tree.h (allocate_decl_uid): Declare.
18356 * tree-ssa-alias.h (delete_alias_heapvars): Remove.
18357 * tree-ssa.c (delete_tree_ssa): Do not call delete_alias_heapvars.
18358 * tree-flow.h (struct var_ann_d): Remove is_heapvar flag.
18359 * tree-ssa-live.c (remove_unused_locals): Do not check is_heapvar flag.
18360 * tree-ssa-structalias.c (heapvar_for_stmt): Remove.
18361 (struct heapvar_map): Likewise.
18362 (heapvar_map_eq, heapvar_map_hash, heapvar_lookup,
18363 heapvar_insert): Likewise.
18364 (make_heapvar_for): Rename to ...
18365 (make_heapvar): ... this. Simplify.
18366 (fake_var_decl_obstack): New global var.
18367 (build_fake_var_decl): New function.
18368 (make_constraint_from_heapvar): Adjust.
18369 (handle_lhs_call): Likewise.
18370 (create_function_info_for): Likewise.
18371 (intra_create_variable_infos): Likewise.
18372 (init_alias_vars): Allocate fake_var_decl_obstack.
18373 (init_alias_heapvars, delete_alias_heapvars): Remove.
18374 (compute_points_to_sets): Do not call init_alias_heapvars.
18375 (ipa_pta_execute): Likewise.
18376 (delete_points_to_sets): Free fake_var_decl_obstack.
18377
18378 2011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18379
18380 * config/spu/divmovti4.c (union qword_UTItype): New data type.
18381 (si_from_UTItype, si_to_UTItype): New functions.
18382 (__udivmodti4): Use them to implement type-punning.
18383 * config/spu/multi3.c (union qword_TItype): New data type.
18384 (si_from_TItype, si_to_TItype): New functions.
18385 (__multi3): Use them to implement type-punning.
18386
18387 2011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18388
18389 * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
18390
18391 2011-04-27 Jan Hubicka <jh@suse.cz>
18392
18393 * ipa-prop.c (function_insertion_hook_holder): New holder.
18394 (ipa_add_new_function): New function.
18395 (ipa_register_cgraph_hooks, ipa_unregister_cgraph_hooks):
18396 Register/deregister holder.
18397
18398 2011-04-27 Richard Guenther <rguenther@suse.de>
18399
18400 PR tree-optimization/48772
18401 * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
18402
18403 2011-04-27 Richard Guenther <rguenther@suse.de>
18404
18405 * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
18406 TARGET_MEM_REF handling.
18407
18408 2011-04-27 Nick Clifton <nickc@redhat.com>
18409
18410 * config/frv/frv.h (enum reg_class): Delete EVEN_ACC_REGS,
18411 ACC_REGS, FEVEN_REGS, FPR_REGS, EVEN_REGS.
18412 (REG_CLASS_NAMES): Likewise.
18413 (REG_CLASS_CONTENTS): Likewise.
18414 (EVEN_ACC_REGS): New macro. Alias for QUAD_ACC_REGS.
18415 (ACC_REGS): New macro. Alias for QUAD_ACC_REGS.
18416 (FEVEN_REGS): New macro. Alias for QUAD_ACC_REGS.
18417 (FPR_REGS): New macro. Alias for QUAD_ACC_REGS.
18418 (EVEN_REGS): New macro. Alias for QUAD_REGS.
18419 * config/frv/frv.c (frv_secondary_reload_class): Remove use of
18420 duplicate register classes.
18421 (frv_class_likely_spilled_p): Likewise.
18422 (frv_register_move_cost): Likewise.
18423
18424 * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
18425 end of the regno_reg_class array.
18426
18427 2011-04-27 Jakub Jelinek <jakub@redhat.com>
18428
18429 PR c/48742
18430 * c-typeck.c (build_binary_op): Don't wrap arguments if
18431 int_operands is true.
18432
18433 2011-04-26 Kaz Kojima <kkojima@gcc.gnu.org>
18434
18435 PR target/48767
18436 * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
18437 targetm.calls.must_pass_in_stack for void type.
18438
18439 2011-04-26 Jan Hubicka <jh@suse.cz>
18440
18441 * cgraphbuild.c (build_cgraph_edges): Update call
18442 of cgraph_create_edge and cgraph_create_indirect_edge.
18443 * cgraph.c (cgraph_create_edge_including_clones,
18444 cgraph_create_edge_1, cgraph_allocate_init_indirect_info,
18445 cgraph_update_edges_for_call_stmt_node): Do not take nest
18446 argument; do not initialize call_stmt_size/time.
18447 (dump_cgraph_node): Do not dump nest.
18448 (cgraph_clone_edge): Do not take loop_nest argument;
18449 do not propagate it; do not clone call_stmt_size/time.
18450 (cgraph_clone_node): Likewise.
18451 (cgraph_create_virtual_clone): Update.
18452 * cgraph.h (struct cgraph_edge): Remove
18453 call_stmt_size/call_stmt_time/loop_nest.
18454 (cgraph_create_edge, cgraph_create_indirect_edge,
18455 cgraph_create_edge_including_clones, cgraph_clone_node): Update
18456 prototype.
18457 * tree-emutls.c (gen_emutls_addr): Update.
18458 * ipa-inline-transform.c (update_noncloned_frequencies): Do not handle
18459 loop_nest; handle indirect calls, too.
18460 (clone_inlined_nodes): Do not care about updating inline summaries.
18461 * cgraphunit.c (cgraph_copy_node_for_versioning): Update.
18462 * lto-cgraph.c (lto_output_edge, input_node, input_edge): Do not
18463 stream call_stmt_size/call_stmt_time/loop_nest.
18464 * ipa-inline.c (edge_badness): Update.
18465 (ipa_inline): dump summaries after inlining.
18466 * ipa-inline.h (struct inline_edge_summary, inline_edge_summary_t):
18467 New.
18468 (inline_edge_summary): New function.
18469 * ipa-inline-analysis.c (edge_duplication_hook_holder): New holder.
18470 (inline_edge_removal_hook): Handle edge summaries.
18471 (inline_edge_duplication_hook): New hook.
18472 (inline_summary_alloc): Alloc hooks.
18473 (initialize_growth_caches): Do not register removal hooks.
18474 (free_growth_caches); Do not free removal hook.
18475 (dump_inline_edge_summary): New function.
18476 (dump_inline_summary): Use it.
18477 (estimate_function_body_sizes, estimate_edge_size_and_time): Update.
18478 (inline_update_callee_summaries): New function.
18479 (inline_merge_summary): Use it.
18480 (do_estimate_edge_time, do_estimate_edge_growth): Update.
18481 (read_inline_edge_summary): New function.
18482 (inline_read_section): Use it.
18483 (write_inline_edge_summary): New function.
18484 (inline_write_summary): Use it.
18485 (inline_free_summary): Free edge new holders.
18486 * tree-inline.c (copy_bb): Update.
18487
18488 2011-04-26 Jason Merrill <jason@redhat.com>
18489
18490 * tree-eh.c (lower_try_finally_switch): Create the label along with
18491 the CASE_LABEL_EXPR.
18492
18493 2011-04-26 David S. Miller <davem@davemloft.net>
18494 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18495
18496 * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
18497 * configure: Regenerate.
18498
18499 2011-04-26 Michael Meissner <meissner@linux.vnet.ibm.com>
18500
18501 PR target/48258
18502 * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
18503 reduction.
18504 (VEC_reduc): New code iterator and splitters for vector reduction.
18505 (VEC_reduc_name): Ditto.
18506 (VEC_reduc_rtx): Ditto.
18507 (reduc_<VEC_reduc_name>_v2df): Vector reduction expanders for VSX.
18508 (reduc_<VEC_reduc_name>_v4sf): Ditto.
18509
18510 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
18511 support for extracting SF on VSX.
18512
18513 * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): New insn for
18514 generating xscvspdp.
18515 (vsx_extract_v4sf): New insn to extract SF from V4SF vector.
18516 (vsx_reduc_<VEC_reduc_name>_v2df): New insns and splitters for
18517 double add, minimum, maximum vector reduction.
18518 (vsx_reduc_<VEC_reduc_name>_v4sf): Ditto.
18519 (vsx_reduc_<VEC_reduc_name>_v2df2_scalar): New combiner insn to
18520 optimize double vector reduction.
18521 (vsx_reduc_<VEC_reduc_name>_v4sf_scalar): Ditto.
18522
18523 2011-04-26 Joseph Myers <joseph@codesourcery.com>
18524
18525 * config/fr30/fr30.h (inhibit_libc): Don't define.
18526 * config/m32r/m32r-protos.h: Correct comment.
18527 * config/v850/v850.h (GHS_default_section_names,
18528 GHS_current_section_names): Use tree, not union tree_node *.
18529
18530 2011-04-26 Xinliang David Li <davidxl@google.com>
18531
18532 * tree-ssa-uninit.c (warn_uninitialized_phi): Pass warning code.
18533 * c-family/c-opts.c (c_common_handle_option): Set
18534 warn_maybe_uninitialized.
18535 * opts.c (common_handle_option): Ditto.
18536 * common.opt: New option.
18537 * tree-ssa.c (warn_uninit): Add one more parameter.
18538 (warn_uninitialized_var): Pass warning code.
18539 * tree-flow.h: Interface change.
18540
18541 2011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18542
18543 * config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
18544 (WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
18545 (TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.
18546
18547 2011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18548
18549 * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
18550 * config/mips/mips.opt (mmips-tfile): Remove.
18551
18552 * doc/install.texi (Specific, mips-*-*): Move mips-tfile,
18553 mips-tdump reference to ...
18554 (Specific, alpha*-dec-osf5.1): ... here. Adapt for Tru64 UNIX.
18555 * doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
18556 reference by Tru64 UNIX.
18557
18558 2011-04-26 Jakub Jelinek <jakub@redhat.com>
18559
18560 PR debug/48768
18561 * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
18562 is error_mark_node, set value to NULL.
18563
18564 PR tree-optimization/48734
18565 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
18566 if return value from maybe_fold_*_comparsions isn't something
18567 the code is prepared to handle.
18568
18569 2011-04-26 Uros Bizjak <ubizjak@gmail.com>
18570
18571 * config/i386/predicates.md (ext_QIreg_operand): Remove extra
18572 mode check.
18573 (ext_QIreg_nomode_operands): Remove.
18574 * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
18575 (*andsi_1): Ditto.
18576 (*andhi_1): Ditto.
18577
18578 2011-04-26 Andrew Stubbs <ams@codesourcery.com>
18579
18580 * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
18581
18582 2011-04-26 Richard Guenther <rguenther@suse.de>
18583
18584 * c-typeck.c (build_unary_op): Do not expand array-refs via
18585 pointer arithmetic. Only adjust qualifiers for function types.
18586
18587 2011-04-26 Richard Guenther <rguenther@suse.de>
18588
18589 PR middle-end/48694
18590 * tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
18591 * fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
18592 compare the operands with OEP_CONSTANT_ADDRESS_OF. Treat trees
18593 with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF is set.
18594
18595 2011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
18596
18597 * doc/extend.texi: Document __underlying_type.
18598
18599 2011-04-25 Segher Boessenkool <segher@kernel.crashing.org>
18600
18601 * config/rs6000/titan.md (automata_option "progress"): Remove.
18602
18603 2011-04-25 Jeff Law <law@redhat.com>
18604
18605 * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
18606
18607 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18608
18609 * system.h (ENUM_BITFIELD): Remove.
18610
18611 2011-04-25 Maxim Kuvyrkov <maxim@codesourcery.com>
18612 Eric Botcazou <ebotcazou@adacore.com>
18613
18614 * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
18615 for STORE_FLAG_VALUE==-1 case.
18616
18617 2011-04-24 Richard Sandiford <richard.sandiford@linaro.org>
18618
18619 PR target/43804
18620 * config/m68k/constraints.md (T): Allow PIC operands that satisfy
18621 LEGITIMATE_PIC_OPERAND_P.
18622
18623 2011-04-24 Jan Hubicka <jh@suse.cz>
18624
18625 * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
18626 WPA hack.
18627 * ipa-prop.h (ipa_get_param, ipa_is_param_used,
18628 ipa_param_cannot_devirtualize_p, ipa_param_types_vec_empty,
18629 ipa_get_ith_jump_func, ipa_get_lattice): Fortify array bounds.
18630 * ipa-inline-analysis.c (add_clause): Fix clause ordering.
18631 (and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
18632 Sanity check predicate length.
18633 (remap_predicate): Likewise; sanity check jump functions.
18634 (inline_read_section, inline_write_summary): Sanity check
18635 predicate length.
18636
18637 2011-04-24 Paolo Carlini <paolo.carlini@oracle.com>
18638
18639 PR other/48748
18640 * doc/extend.texi (Type Traits): Document __is_standard_layout,
18641 __is_literal_type, and __is_trivial; update throughout about
18642 possibly cv-qualified void types.
18643
18644 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
18645
18646 * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
18647 testsuite and make it version agnostic.
18648
18649 2011-04-22 Jan Hubicka <jh@suse.cz>
18650
18651 * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
18652
18653 2011-04-23 Jakub Jelinek <jakub@redhat.com>
18654
18655 PR c/48685
18656 * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
18657 to VOID_TYPE even around MODIFY_EXPR.
18658
18659 2011-04-22 Mike Stump <mikestump@comcast.net>
18660
18661 * gensupport.c (read_md_rtx): Fix typo in comment.
18662 * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
18663 comment.
18664
18665 2011-04-22 Jan Hubicka <jh@suse.cz>
18666
18667 * gengtype.c (open_base_files): Add ipa-inline.h include.
18668 * ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to
18669 ipa-prop.c; update all uses.
18670 * ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
18671 * ipa-inline-transform.c (inline_call): Use inline_merge_summary to
18672 merge summary of inlined function into former caller.
18673 * ipa-inline.c (max_benefit): Remove.
18674 (edge_badness): Compensate for removal of benefits.
18675 (update_caller_keys): Use
18676 reset_node_growth_cache/reset_edge_growth_cache.
18677 (update_callee_keys): Likewise.
18678 (update_all_callee_keys): Likewise.
18679 (inline_small_functions): Do not collect max_benefit; do not reset
18680 estimated_growth; call free_growth_caches and initialize_growth_caches.
18681 * ipa-inline.h (struct condition, type clause_t, struct predicate,
18682 struct size_time_entry): New structures.
18683 (INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
18684 (inline_summary): Remove size_inlining_benefit, time_inlining_benefit
18685 and estimated_growth.
18686 (edge_growth_cache_entry): New structure.
18687 (node_growth_cache, edge_growth_cache): New global vars.
18688 (estimate_growth): Turn into inline.
18689 (inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
18690 initialize_growth_caches, free_growth_caches): Declare.
18691 (estimate_edge_growth): Rewrite.
18692 (estimate_edge_time): Implement as inline cache lookup.
18693 (reset_node_growth_cache, reset_edge_growth_cache): New inline
18694 functions.
18695 (MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
18696 (NUM_CONDITIONS): New constant.
18697 (predicate_conditions): New enum.
18698 (IS_NOT_CONSTANT): New constant.
18699 (edge_removal_hook_holder): New var.
18700 (node_growth_cache, edge_growth_cache): New global vars.
18701 (true_predicate, single_cond_predicate, false_predicate,
18702 not_inlined_predicate, add_condition, add_clause, and_predicates,
18703 or_predicates, predicates_equal_p, evaulate_predicate, dump_condition,
18704 dump_clause, dump_predicate, account_size_time,
18705 evaulate_conditions_for_edge): New functions.
18706 (inline_summary_alloc): Move to heap.
18707 (inline_node_removal_hook): Clear condition and entry vectors.
18708 (inline_edge_removal_hook): New function.
18709 (initialize_growth_caches, free_growth_caches): New function.
18710 (dump_inline_summary): Update.
18711 (edge_execution_predicate): New function.
18712 (will_be_nonconstant_predicate): New function.
18713 (estimate_function_body_sizes): Compute BB and constantness predicates.
18714 (compute_inline_parameters): Do not clear estimated_growth.
18715 (estimate_edge_size_and_time): New function.
18716 (estimate_calls_size_and_time): New function.
18717 (estimate_callee_size_and_time): New function.
18718 (remap_predicate): New function.
18719 (inline_merge_summary): New function.
18720 (do_estimate_edge_time): New function based on...
18721 (estimate_edge_time): ... this one.
18722 (do_estimate_edge_growth): New function.
18723 (do_estimate_growth): New function based on....
18724 (estimate_growth): ... this one.
18725 (inline_analyze_function): Analyze after deciding on jump functions.
18726 (inline_read_section): New function.
18727 (inline_read_summary): Use it.
18728 (inline_write_summary): Write all the new data.
18729 * ipa-prop.c (ipa_get_param_decl_index): Export.
18730 (ipa_lattice_from_jfunc): Move here from ipa-cp.c
18731 * ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc):
18732 Declare.
18733 (ipa_get_lattice): Move here from ipa-cp.c
18734 * Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
18735 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
18736 * cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
18737 cgraph_edge_inlinable_p): Remove.
18738 * cgraphunit.c: Include ipainline.h
18739 (cgraph_process_new_functions): Update call of
18740 compute_inline_parameters.
18741
18742 2011-04-22 Richard Guenther <rguenther@suse.de>
18743
18744 * tree.c (build_int_cst): Properly create canonicalized integer
18745 constants.
18746 (build_int_cst_type): Remove scary comments.
18747
18748 2011-04-22 Xinliang David Li <davidxl@google.com>
18749
18750 * toplev.c (process_options): Enable -Werror=coverage-mismatch
18751 by default when -Wno-error is not specified.
18752 * opts-global.c (decode_options): Remove call to
18753 control_warning_options.
18754
18755 2011-04-22 Jakub Jelinek <jakub@redhat.com>
18756
18757 PR tree-optimization/48717
18758 * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
18759 ~A + A optimizations use build_int_cst_type instead of build_int_cst.
18760
18761 2011-04-22 Joseph Myers <joseph@codesourcery.com>
18762
18763 * config/bfin/bfin-protos.h (Mmode): Don't define. Expand
18764 definition where used.
18765
18766 2011-04-22 Jakub Jelinek <jakub@redhat.com>
18767
18768 PR c/48716
18769 * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
18770 TREE_STATIC variables declared inside of some OpenMP construct.
18771
18772 2011-04-22 Martin Jambor <mjambor@suse.cz>
18773
18774 PR middle-end/48585
18775 * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
18776
18777 2011-04-22 Alexander Monakov <amonakov@ispras.ru>
18778
18779 PR c/36750
18780 * c-typeck.c (pop_init_level): Do not warn about initializing
18781 with ` = {0}'.
18782
18783 2011-04-22 Alan Modra <amodra@gmail.com>
18784
18785 * config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
18786 when returning call_cookie.
18787 (rs6000_function_ok_for_sibcall): Allow sibcalls via function
18788 pointers, to functions with no more vector args than the current
18789 function, and some non-local calls for ABI_V4.
18790 * config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
18791 sibcall_nonlocal_aix64): Combine to ..
18792 (sibcall_nonlocal_aix<mode>): ..this. Handle function pointer calls.
18793 (sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
18794 (sibcall_value_nonlocal_aix<mode>): ..likewise.
18795 (*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
18796 (sibcall_value_nonlocal_sysv<mode>): Likewise. Correct call cookie
18797 operand.
18798 * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
18799 sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
18800 sibcall_value_symbolic_64): Delete.
18801
18802 2011-04-21 Xinliang David Li <davidxl@google.com>
18803
18804 * cgraph.h: Remove pid.
18805 * cgraph.c: Remove pid.
18806 * value-prof.c (init_node_map): New function.
18807 (del_node_map): New function.
18808 (find_func_by_funcdef_no): New function.
18809 (gimple_ic_transform): Call new function.
18810 * cgraphunit.c (cgraph_finalize_function): Remove pid.
18811 * function.c (get_last_funcdef_no): New function.
18812 * function.h (get_last_funcdef_no): New function.
18813 * tree-profile.c (gimple_gen_ic_func_profiler): Pass funcdef_no
18814 to libgcov function.
18815 (tree-profiling): Call node map init and delete function.
18816
18817 2011-04-21 Ian Lance Taylor <iant@google.com>
18818
18819 * godump.c (go_format_type): Use exported Go name for anonymous
18820 field name.
18821
18822 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
18823
18824 * config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
18825 Call builtin_function_type_list instead of builtin_function_type.
18826 (UNARY, BINARY, TRINARY, QUAD): Likewise.
18827
18828 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
18829
18830 * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
18831 build_function_type_list instead of build_function_type.
18832 Delete variable `endlink'.
18833
18834 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
18835
18836 * config/s390/s390.c (s390_init_builtins): Call
18837 build_function_type_list instead of build_function_type.
18838
18839 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
18840
18841 * config/ia64/ia64.c (ia64_init_builtins): Call
18842 build_function_type_list instead of builtin_function_type.
18843
18844 2011-04-21 Easwaran Raman <eraman@google.com>
18845
18846 * cfgexpand.c (stack_var): Remove OFFSET...
18847 (add_stack_var): ...and its reference here...
18848 (expand_stack_vars): ...and here.
18849 (stack_var_cmp): Sort by descending order of size.
18850 (partition_stack_vars): Change heuristic.
18851 (union_stack_vars): Fix to reflect changes in partition_stack_vars.
18852 (dump_stack_var_partition): Add newline after each partition.
18853
18854 2011-04-21 Dimitrios Apostolou <jimis@gmx.net>
18855 Jeff Law <law@redhat.com>
18856
18857 * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
18858 * gengtype.c (matching_file_name_substitute): Likewise.
18859
18860 2011-04-21 Richard Guenther <rguenther@suse.de>
18861
18862 PR lto/48703
18863 * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
18864
18865 2011-04-21 Eric Botcazou <ebotcazou@adacore.com>
18866
18867 * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
18868
18869 2011-04-21 Richard Guenther <rguenther@suse.de>
18870
18871 * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
18872 file name.
18873
18874 2011-04-21 Richard Guenther <rguenther@suse.de>
18875
18876 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
18877 MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
18878 Use DECL_P, not SSA_VAR_P.
18879 (ptr_derefs_may_alias_p): Likewise.
18880 (ptr_deref_may_alias_ref_p_1): Likewise.
18881 (decl_refs_may_alias_p): Likewise.
18882 (refs_may_alias_p_1): Likewise.
18883 (ref_maybe_used_by_call_p_1): Likewise.
18884 (call_may_clobber_ref_p_1): Likewise.
18885 (indirect_ref_may_alias_decl_p): Assume indirect refrences
18886 are either MEM_REF or TARGET_MEM_REF.
18887 (indirect_refs_may_alias_p): Likewise.
18888 * calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
18889 for MEM_EXPR of indirect calls.
18890
18891 2011-04-21 Tristan Gingold <gingold@adacore.com>
18892
18893 * vmsdbgout.c (write_srccorr): Compute file length from the string.
18894 (dst_file_info_struct): Remove flen field.
18895 (lookup_filename): Remove code that set flen field.
18896
18897 2011-04-21 Tristan Gingold <gingold@adacore.com>
18898
18899 * config/ia64/ia64.c (ia64_start_function): Add a guard.
18900
18901 2011-04-21 Uros Bizjak <ubizjak@gmail.com>
18902
18903 PR target/48708
18904 * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
18905 vec_extract and vec_concat for non-SSE4_1 targets.
18906
18907 2011-04-21 Richard Guenther <rguenther@suse.de>
18908
18909 * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
18910 return statements.
18911
18912 2011-04-21 Joseph Myers <joseph@codesourcery.com>
18913
18914 * config/i386/cygming.h (union tree_node, TREE): Don't define or
18915 undefine.
18916 (FILE): Don't undefine.
18917
18918 2011-04-21 Joseph Myers <joseph@codesourcery.com>
18919
18920 * config/alpha/alpha.c (struct machine_function): Use rtx, not
18921 struct rtx_def *.
18922 * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
18923 struct rtx_def *.
18924 * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define.
18925 * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *.
18926 * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct
18927 rtx_def *.
18928 * config/m32c/m32c-protos.h (MM, UINT): Don't define. Expand
18929 definitions where used.
18930 * config/microblaze/microblaze.h (struct microblaze_args): Use
18931 rtx, not struct rtx_def *.
18932 * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct
18933 rtx_def *.
18934 * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *.
18935 * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *.
18936 * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx,
18937 not struct rtx_def *.
18938 * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not
18939 struct rtx_def *.
18940 * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
18941 rtx_def *.
18942 * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
18943
18944 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
18945
18946 * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use
18947 operand_equal_p to compare DR_BASE_ADDRESSes.
18948 (vect_check_interleaving): Likewise.
18949
18950 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
18951
18952 PR target/46329
18953 * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
18954 for all Neon struct constants.
18955
18956 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
18957
18958 * target.def (legitimate_constant_p): New hook.
18959 * doc/tm.texi.in (LEGITIMATE_CONSTANT_P): Replace with...
18960 (TARGET_LEGITIMATE_CONSTANT_P): ...this.
18961 * doc/tm.texi: Regenerate.
18962 * hooks.h (hook_bool_mode_rtx_true): Declare.
18963 * hooks.c (hook_bool_mode_rtx_true): Define.
18964 * system.h (LEGITIMATE_CONSTANT_P): Poison.
18965 * calls.c (precompute_register_parameters): Replace uses of
18966 LEGITIMATE_CONSTANT_P with targetm.legitimate_constant_p.
18967 (emit_library_call_value_1): Likewise.
18968 * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
18969 (compress_float_constant, emit_push_insn, expand_expr_real_1): Likewise.
18970 * ira-costs.c (scan_one_insn): Likewise.
18971 * recog.c (general_operand, immediate_operand): Likewise.
18972 * reload.c (find_reloads_toplev, find_reloads_address_part): Likewise.
18973 * reload1.c (init_eliminable_invariants): Likewise.
18974
18975 * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
18976 mode argument.
18977 * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
18978 * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
18979 argument.
18980 (TARGET_LEGITIMATE_CONSTANT_P): Define.
18981 * config/alpha/predicates.md (input_operand): Update call to
18982 alpha_legitimate_constant_p.
18983
18984 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Delete.
18985 * config/arm/arm.h (ARM_LEGITIMATE_CONSTANT_P): Likewise.
18986 (THUMB_LEGITIMATE_CONSTANT_P, LEGITIMATE_CONSTANT_P): Likewise.
18987 * config/arm/arm.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
18988 (arm_legitimate_constant_p_1, thumb_legitimate_constant_p)
18989 (arm_legitimate_constant_p): New functions.
18990 (arm_cannot_force_const_mem): Make static.
18991
18992 * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
18993
18994 * config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Delete.
18995 * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Delete.
18996 * config/bfin/bfin.c (expand_move): Use targetm.legitimate_constant_p
18997 instead of bfin_legitimate_constant_p.
18998 (bfin_legitimate_constant_p): Make static. Add a mode argument.
18999 (TARGET_LEGITIMATE_CONSTANT_P): Define.
19000
19001 * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
19002
19003 * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
19004
19005 * config/frv/frv-protos.h (frv_legitimate_constant_p): Delete.
19006 * config/frv/frv.h (LEGITIMATE_CONSTANT_P): Delete.
19007 * config/frv/frv.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19008 (frv_legitimate_constant_p): Make static. Add a mode argument.
19009
19010 * config/h8300/h8300-protos.h (h8300_legitimate_constant_p): Delete.
19011 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Likewise.
19012 * config/h8300/h8300.c (h8300_legitimate_constant_p): Likewise.
19013
19014 * config/i386/i386-protos.h (legitimate_constant_p): Delete.
19015 * config/i386/i386.h (LEGITIMATE_CONSTANT_P): Likewise.
19016 * config/i386/i386.c (legitimate_constant_p): Rename to...
19017 (ix86_legitimate_constant_p): ...this. Make static. Add a mode
19018 argument.
19019 (ix86_cannot_force_const_mem): Update accordingly.
19020 (ix86_legitimate_address_p): Likewise.
19021 (TARGET_LEGITIMATE_CONSTANT_P): Define.
19022 * config/i386/i386.md: Update commentary.
19023
19024 * config/ia64/ia64-protos.h (ia64_legitimate_constant_p): Delete.
19025 * config/ia64/ia64.h (LEGITIMATE_CONSTANT_P): Likewise.
19026 * config/ia64/ia64.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19027 (ia64_legitimate_constant_p): Make static. Add a mode argument.
19028
19029 * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
19030
19031 * config/lm32/lm32-protos.h (lm32_legitimate_constant_p): Delete.
19032 * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Likewise.
19033 * config/lm32/lm32.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19034 (lm32_legitimate_constant_p): Make static. Add a mode argument.
19035
19036 * config/m32c/m32c-protos.h (m32c_legitimate_constant_p): Delete.
19037 * config/m32c/m32c.h (LEGITIMATE_CONSTANT_P): Likewise.
19038 * config/m32c/m32c.c (m32c_legitimate_constant_p): Likewise.
19039
19040 * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Delete.
19041 * config/m32r/m32r.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19042 (m32r_legitimate_constant_p): New function.
19043
19044 * config/m68k/m68k-protos.h (m68k_legitimate_constant_p): Declare.
19045 * config/m68k/m68k.h (CONSTANT_ADDRESS_P): Call it instead of
19046 LEGITIMATE_CONSTANT_P.
19047 (LEGITIMATE_CONSTANT_P): Delete.
19048 * config/m68k/m68k.c (m68k_expand_prologue): Call
19049 m68k_legitimate_constant_p instead of LEGITIMATE_CONSTANT_P.
19050 (m68k_legitimate_constant_p): New function.
19051 * config/m68k/m68k.md: Update comments.
19052
19053 * config/mcore/mcore.h (LEGITIMATE_CONSTANT_P): Delete.
19054 * config/mcore/mcore.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19055 (mcore_legitimate_constant_p): New function.
19056
19057 * config/mep/mep-protos.h (mep_legitimate_constant_p): Delete.
19058 * config/mep/mep.h (LEGITIMATE_CONSTANT_P): Likewise.
19059 * config/mep/mep.c (mep_legitimate_constant_p): Make static.
19060 Add a mode argument.
19061 (mep_legitimate_address): Update accordingly.
19062 (TARGET_LEGITIMATE_CONSTANT_P): Define.
19063
19064 * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
19065 Delete.
19066 * config/microblaze/microblaze.h (LEGITIMATE_CONSTANT_P): Likewise.
19067 * config/microblaze/microblaze.c (microblaze_const_double_ok): Make
19068 static. Check OP's mode for VOIDmode.
19069 (microblaze_legitimate_constant_p): New function.
19070 (TARGET_LEGITIMATE_CONSTANT_P): Define.
19071
19072 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Delete.
19073 * config/mips/mips.c (mips_legitimate_constant_p): New function.
19074 (mips_cannot_force_const_mem): Use it instead of LEGITIMATE_CONSTANT_P.
19075 (TARGET_LEGITIMATE_CONSTANT_P): Define.
19076 * config/mips/predicates.md: Update comments.
19077
19078 * config/mmix/mmix-protos.h (mmix_legitimate_constant_p): Delete.
19079 * config/mmix/mmix.h (LEGITIMATE_CONSTANT_P): Likewise.
19080 * config/mmix/mmix.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19081 (mmix_legitimate_constant_p): Make static, return a bool, and take
19082 a mode argument.
19083 (mmix_print_operand_address): Update accordingly.
19084
19085 * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
19086 Delete.
19087 * config/mn10300/mn10300.h (LEGITIMATE_CONSTANT_P): Likewise.
19088 * config/mn10300/mn10300.c (mn10300_legitimate_constant_p): Make
19089 static. Add a mode argument.
19090 (TARGET_LEGITIMATE_CONSTANT_P): Define.
19091
19092 * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
19093
19094 * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Delete.
19095 * config/pa/pa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19096 (pa_legitimate_constant_p): New function.
19097
19098 * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
19099
19100 * config/pdp11/pdp11.h (LEGITIMATE_CONSTANT_P): Delete.
19101 * config/pdp11/pdp11.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19102 (pdp11_legitimate_constant_p): New function.
19103
19104 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Delete.
19105 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19106 (rs6000_legitimate_constant_p): New function.
19107
19108 * config/rx/rx-protos.h (rx_is_legitimate_constant): Replace with...
19109 (rx_legitimate_constant_p): ...this.
19110 * config/rx/rx.h (LEGITIMATE_CONSTANT_P): Delete.
19111 * config/rx/rx.c (rx_is_legitimate_constant): Replace with...
19112 (rx_legitimate_constant_p): ...this.
19113 (TARGET_LEGITIMATE_CONSTANT_P): Define.
19114 * config/rx/rx.md (mov<register_modes:mode>): Update accordingly.
19115
19116 * config/s390/s390-protos.h (legitimate_constant_p): Delete.
19117 * config/s390/s390.h (LEGITIMATE_CONSTANT_P): Likewise.
19118 * config/s390/s390.c (legitimate_constant_p): Rename to...
19119 (s390_legitimate_constant_p): ...this. Make static, return a bool,
19120 and add a mode argument.
19121 (TARGET_LEGITIMATE_CONSTANT_P): Define.
19122
19123 * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
19124
19125 * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Delete.
19126 * config/sh/sh.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19127 (sh_legitimate_constant_p): New function.
19128
19129 * config/sparc/sparc-protos.h (legitimate_constant_p): Delete.
19130 * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Delete.
19131 * config/sparc/sparc.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19132 (legitimate_constant_p): Rename to...
19133 (sparc_legitimate_constant_p): ...this. Make static. Add a mode
19134 argument.
19135 (constant_address_p): Update accordingly.
19136
19137 * config/spu/spu-protos.h (spu_legitimate_constant_p): Add a mode
19138 argument and return a bool.
19139 * config/spu/spu.h (LEGITIMATE_CONSTANT_P): Delete.
19140 * config/spu/spu.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19141 (spu_legitimate_constant_p): Add a mode argument and return a bool.
19142 (spu_rtx_costs): Update accordingly.
19143 * config/spu/predicates.md (vec_imm_operand): Likewise.
19144
19145 * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
19146
19147 * config/v850/v850.h (LEGITIMATE_CONSTANT_P): Delete.
19148 * config/v850/v850.c (v850_legitimate_constant_p): New function.
19149 (TARGET_LEGITIMATE_CONSTANT_P): Define.
19150
19151 * config/vax/vax-protos.h (legitimate_constant_p): Delete.
19152 * config/vax/vax.h (LEGITIMATE_CONSTANT_P): Likewise.
19153 * config/vax/vax.c (legitimate_constant_p): Likewise.
19154
19155 * config/xtensa/xtensa.h (LEGITIMATE_CONSTANT_P): Delete.
19156 * config/xtensa/xtensa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
19157 (xtensa_legitimate_constant_p): New function.
19158
19159 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
19160
19161 * target.def (cannot_force_const_mem): Add a mode argument.
19162 * doc/tm.texi.in (TARGET_CANNOT_FORCE_CONST_MEM): Update accordingly.
19163 * doc/tm.texi: Regenerate.
19164 * hooks.h (hook_bool_mode_rtx_false): Declare.
19165 * hooks.c (hook_bool_mode_const_rtx_false): Fix commentary.
19166 (hook_bool_mode_const_rtx_true): Likewise.
19167 (hook_bool_mode_rtx_false): New function.
19168 * reload.c (CONST_POOL_OK_P): Take a mode argument and require it
19169 to be non-VOID. Update call to cannot_force_const_mem.
19170 (find_reloads): Update accordingly.
19171 * varasm.c (force_const_mem): Update call to cannot_force_const_mem.
19172 * config/alpha/alpha.c (alpha_cannot_force_const_mem): Add a mode
19173 argument.
19174 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Likewise.
19175 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Update call.
19176 * config/arm/arm.c (arm_cannot_force_const_mem): Add a mode argument.
19177 * config/bfin/bfin.c (bfin_cannot_force_const_mem): Likewise.
19178 * config/frv/frv.c (frv_cannot_force_const_mem): Likewise.
19179 * config/i386/i386.c (ix86_cannot_force_const_mem): Likewise.
19180 * config/ia64/ia64.c (ia64_cannot_force_const_mem): Likewise.
19181 * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
19182 (m68k_cannot_force_const_mem): ...this new function.
19183 * config/mips/mips.c (mips_cannot_force_const_mem): Add a mode
19184 argument.
19185 (mips_const_insns, mips_legitimize_const_move): Update calls.
19186 (mips_secondary_reload_class): Likewise.
19187 * config/pa/pa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
19188 (pa_cannot_force_const_mem): ...this new function.
19189 * config/rs6000/rs6000.c (TARGET_CANNOT_FORCE_CONST_MEM): Reefine to...
19190 (rs6000_cannot_force_const_mem): ...this new function.
19191 * config/s390/s390.c (s390_cannot_force_const_mem): Add a mode
19192 argument.
19193 * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
19194 * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
19195 to...
19196 (xtensa_cannot_force_const_mem): ...this new function.
19197
19198 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
19199
19200 * config/mips/mips.c (mips16_build_function_stub): Call
19201 build_function_type_list instead of build_function_type.
19202 (mips16_build_call_stub): Likewise.
19203
19204 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
19205
19206 * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
19207 instead of build_function_type.
19208
19209 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
19210
19211 * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
19212 instead of build_function_type.
19213
19214 2011-04-20 Uros Bizjak <ubizjak@gmail.com>
19215
19216 PR target/48678
19217 * config/i386/i386.md (insv): Change operand 0 constraint to
19218 "register_operand". Change operand 1 and 2 constraint to
19219 "const_int_operand". Expand to pinsr{b,w,d,q} * when appropriate.
19220 * config/i386/sse.md (sse4_1_pinsrb): Export.
19221 (sse2_pinsrw): Ditto.
19222 (sse4_1_pinsrd): Ditto.
19223 (sse4_1_pinsrq): Ditto.
19224 * config/i386/i386-protos.h (ix86_expand_pinsr): Add prototype.
19225 * config/i386/i386.c (ix86_expand_pinsr): New.
19226
19227 2011-04-20 Easwaran Raman <eraman@google.com>
19228
19229 * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
19230 containing union type only with -fstrict-aliasing.
19231
19232 2011-04-20 Jim Meyering <meyering@redhat.com>
19233
19234 Remove useless if-before-free tests.
19235 * calls.c (expand_call, save_area): Likewise.
19236 * cfgcleanup.c (try_forward_edges): Likewise.
19237 * collect2.c (collect_execute): Likewise.
19238 * config/i386/i386.c (ix86_valid_target_attribute_tree): Likewise.
19239 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
19240 * coverage.c (coverage_checksum_string): Likewise.
19241 * cse.c (init_cse_reg_info, delete_trivially_dead_insns): Likewise.
19242 * cselib.c (cselib_init): Likewise.
19243 * df-core.c (rest_of_handle_df_finish, df_analyze): Likewise.
19244 (df_set_clean_cfg): Likewise.
19245 * function.c (free_after_compilation): Likewise.
19246 * gcc.c (do_spec_1, main): Likewise.
19247 * gcov.c (create_file_names): Likewise.
19248 * gensupport.c (identify_predicable_attribute): Likewise.
19249 * graphite-clast-to-gimple.c (save_clast_name_index): Likewise.
19250 * graphite-sese-to-poly.c (free_data_refs_aux): Likewise.
19251 * haifa-sched.c (haifa_finish_h_i_d): Likewise.
19252 * ipa-prop.c (ipa_free_node_params_substructures): Likewise.
19253 * ipa-pure-const.c (local_pure_const): Likewise.
19254 * ipa-reference.c (propagate): Likewise.
19255 * ira-costs.c (free_ira_costs): Likewise.
19256 * ira.c (free_register_move_costs, build_insn_chain): Likewise.
19257 * matrix-reorg.c (mat_free): Likewise.
19258 * prefix.c (get_key_value): Likewise.
19259 * profile.c (compute_value_histograms): Likewise.
19260 * reload1.c (free_reg_equiv): Likewise.
19261 * sched-deps.c (free_deps): Likewise.
19262 * sel-sched-ir.c (fence_clear): Likewise.
19263 * sese.c (set_rename, if_region_set_false_region): Likewise.
19264 * tree-data-ref.c (free_rdg): Likewise.
19265 * tree-eh.c (lower_try_finally): Likewise.
19266 * tree-ssa-coalesce.c (delete_coalesce_list): Likewise.
19267 * tree-ssa-live.c (delete_var_map): Likewise.
19268 * tree-ssa-loop-ivopts.c (free_loop_data): Likewise.
19269 * tree-ssa-pre.c (phi_trans_add): Likewise.
19270
19271 2011-04-20 Jakub Jelinek <jakub@redhat.com>
19272
19273 PR tree-optimization/48611
19274 * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
19275 beyond ERT_MUST_NOT_THROW region.
19276
19277 2011-04-20 Catherine Moore <clm@codesourcery.com>
19278
19279 * config/mips/mips.opt (mfix-24k): New.
19280 * config/mips/mips.h (ASM_SPEC): Handle -mfix-24k.
19281 * config/mips/mips.md (length): Increase by 4 for stores if
19282 fixing 24K errata.
19283 * config/mips/mips.c (mips_reorg_process_insns): Do not allow
19284 all noreorder if fixing 24K errata.
19285 * doc/invoke.texi: Document mfix-24k.
19286
19287 2011-04-20 Chung-Lin Tang <cltang@codesourcery.com>
19288
19289 * config/arm/arm.c (arm_legitimize_reload_address): For NEON
19290 quad-word modes, reduce to 9-bit index range when above 1016 limit.
19291
19292 2011-04-20 Andrew Stubbs <ams@codesourcery.com>
19293
19294 * config/arm/arm.c (arm_gen_constant): Move movw support ....
19295 (const_ok_for_op): ... to here.
19296
19297 2011-04-20 Kai Tietz <ktietz@redhat.com>
19298
19299 * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
19300 and (X && !Y) | (!X && Y) optimization to (X ^ Y).
19301
19302 2011-04-20 Andrew Stubbs <ams@codesourcery.com>
19303
19304 * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
19305
19306 2011-04-20 Richard Guenther <rguenther@suse.de>
19307
19308 PR tree-optimization/47892
19309 * tree-if-conv.c (if_convertible_stmt_p): Const builtins
19310 are if-convertible.
19311
19312 2011-04-20 Eric Botcazou <ebotcazou@adacore.com>
19313
19314 * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
19315
19316 2011-04-20 Tristan Gingold <gingold@adacore.com>
19317
19318 * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
19319
19320 2011-04-20 Georg-Johann Lay <avr@gjlay.de>
19321
19322 PR target/18145
19323
19324 * config/avr/avr.h (TARGET_ASM_INIT_SECTIONS): Delete.
19325 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
19326 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
19327 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
19328 (TARGET_ASM_NAMED_SECTION): Change to avr_asm_named_section.
19329
19330 * config/avr/avr-protos.h (avr_asm_output_aligned_common):
19331 New prototype.
19332
19333 * config/avr/avr.c (TARGET_ASM_INIT_SECTIONS): Define.
19334 (avr_asm_named_section, avr_asm_output_aligned_common,
19335 avr_output_data_section_asm_op, avr_output_bss_section_asm_op):
19336 New functions to update...
19337 (avr_need_clear_bss_p, avr_need_copy_data_p): ...these new variables.
19338 (avr_asm_init_sections): Overwrite section callbacks for
19339 data_section, bss_section.
19340 (avr_file_start): Move output of __do_copy_data, __do_clear_bss
19341 from here to...
19342 (avr_file_end): ...here.
19343
19344 2011-04-20 Richard Guenther <rguenther@suse.de>
19345
19346 PR middle-end/48695
19347 * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
19348 objects and types here. Adjust for their offset before comparing.
19349
19350 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
19351
19352 * tree-vect-stmts.c (vectorizable_store): Only chain one related
19353 statement per copy.
19354
19355 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
19356
19357 * Makefile.in (INTERNAL_FN_DEF, INTERNAL_FN_H): Define.
19358 (GIMPLE_H): Include $(INTERNAL_FN_H).
19359 (OBJS-common): Add internal-fn.o.
19360 (internal-fn.o): New rule.
19361 * internal-fn.def: New file.
19362 * internal-fn.h: Likewise.
19363 * internal-fn.c: Likewise.
19364 * gimple.h: Include internal-fn.h.
19365 (GF_CALL_INTERNAL): New gf_mask.
19366 (gimple_statement_call): Put fntype into a union with a new
19367 internal_fn field.
19368 (gimple_build_call_internal): Declare.
19369 (gimple_build_call_internal_vec): Likewise.
19370 (gimple_call_same_target_p): Likewise.
19371 (gimple_call_internal_p): New function.
19372 (gimple_call_internal_fn): Likewise.
19373 (gimple_call_fntype): Return null for internal calls.
19374 (gimple_call_set_fntype): Assert that the function is not internal.
19375 (gimple_call_set_fn): Likewise.
19376 (gimple_call_set_fndecl): Likewise.
19377 (gimple_call_set_internal_fn): New function.
19378 (gimple_call_addr_fndecl): Handle null functions.
19379 (gimple_call_return_type): Likewise null types.
19380 * gimple.c (gimple_build_call_internal_1): New function.
19381 (gimple_build_call_internal): Likewise.
19382 (gimple_build_call_internal_vec): Likewise.
19383 (gimple_call_same_target_p): Likewise.
19384 (gimple_call_flags): Handle calls to internal functions.
19385 (gimple_call_fnspec): New function.
19386 (gimple_call_arg_flags, gimple_call_return_flags): Use it.
19387 (gimple_has_side_effects): Handle null functions.
19388 (gimple_rhs_has_side_effects): Likewise.
19389 (gimple_call_copy_skip_args): Handle calls to internal functions.
19390 * cfgexpand.c (expand_call_stmt): Likewise.
19391 * expr.c (expand_expr_real_1): Assert that the call isn't internal.
19392 * gimple-fold.c (gimple_fold_call): Handle null functions.
19393 (gimple_fold_stmt_to_constant_1): Don't fold
19394 calls to internal functions.
19395 * gimple-low.c (gimple_check_call_args): Handle calls to internal
19396 functions.
19397 * gimple-pretty-print.c (dump_gimple_call): Likewise.
19398 * ipa-prop.c (ipa_analyze_call_uses): Handle null functions.
19399 * tree-cfg.c (verify_gimple_call): Handle calls to internal functions.
19400 (do_warn_unused_result): Likewise.
19401 * tree-eh.c (same_handler_p): Use gimple_call_same_target_p.
19402 * tree-ssa-ccp.c (ccp_fold_stmt): Handle calls to internal functions.
19403 * tree-ssa-dom.c (hashable_expr): Use the gimple statement to record
19404 the target of a call.
19405 (initialize_hash_element): Update accordingly.
19406 (hashable_expr_equal_p): Use gimple_call_same_target_p.
19407 (iterative_hash_hashable_expr): Handle calls to internal functions.
19408 (print_expr_hash_elt): Likewise.
19409 * tree-ssa-pre.c (can_value_number_call): Likewise.
19410 (eliminate): Handle null functions.
19411 * tree-ssa-sccvn.c (visit_use): Handle calls to internal functions.
19412 * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
19413 (find_func_aliases): Likewise.
19414 * value-prof.c (gimple_ic_transform): Likewise.
19415 (gimple_indirect_call_to_profile): Likewise.
19416 * lto-streamer-in.c (input_gimple_stmt): Likewise.
19417 * lto-streamer-out.c (output_gimple_stmt): Likewise.
19418
19419 2011-04-19 Jan Hubicka <jh@suse.cz>
19420
19421 * ipa-inline-transform.c (save_inline_function_body): Add comments.
19422 * ipa-inline.c (inline_small_functions): Compute summaries first,
19423 populate heap later.
19424
19425 2011-04-19 Jan Hubicka <jh@suse.cz>
19426
19427 * cgraph.h (save_inline_function_body): Remove.
19428 * ipa-inline-transform.c: New file, broke out of...
19429 * ipa-inline.c: ... this one; Update toplevel comment.
19430 (ncalls_inlined, nfunctions_inlined): Move to ipa-inline-transform.c;
19431 make global.
19432 (update_noncloned_frequencies): Move to ipa-inline-transform.c
19433 (cgraph_mark_inline_edge): Rename to inline_call; move to
19434 ipa-inline-transform.c.
19435 (cgraph_clone_inlined_nodes): Rename to clone_inlined_nodes;
19436 move to ipa-inline-transform.c
19437 (recursive_inlining, inline_small_functions, flatten_function,
19438 ipa_inline, inline_always_inline_functions,
19439 early_inline_small_functions): Update.
19440 (inline_transform): Move to ipa-inline-transform.c.
19441 * ipa-inline.h (inline_call, inline_transform, clone_inlined_nodes):
19442 Declare.
19443 * Makefile.in (ipa-inline-transform.o): New file.
19444 * cgraphunit.c (save_inline_function_body): Move to
19445 ipa-inline-transform.c
19446
19447 2011-04-19 DJ Delorie <dj@redhat.com>
19448
19449 * config/m32c/m32c.c (m32c_emit_epilogue): Don't try to push
19450 registers if we already know there aren't any.
19451 (m32c_emit_epilogue): Don't emit a barrier here.
19452 (m32c_emit_eh_epilogue): Likewise.
19453 * config/m32c/blkmov.md (movstr): Don't fail on wrong-type
19454 operands at expand time.
19455 * config/m32c/m32c.h (WCHAR_TYPE_SIZE): Change to 4 to match "long
19456 int" wchar type.
19457 (REG_CLASS_CONTENTS, reg_class, REG_CLASS_NAMES): Remove
19458 duplicates. Provide aliases instead.
19459 * config/m32c/prologue.md (eh_return): Emit a barrier here.
19460 (eh_epilogue): Add a "(return)" here as a hint to other parts of
19461 the compiler.
19462
19463 2011-04-19 Anatoly Sokolov <aesok@post.ru>
19464
19465 * config/sparc/sparc.h (GENERAL_OR_I64, REGISTER_MOVE_COST): Remove.
19466 * config/sparc/sparc.c (TARGET_REGISTER_MOVE_COST): Define.
19467 (general_or_i64_p, sparc_register_move_cost): New function.
19468
19469 2011-04-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19470
19471 * doc/install.texi (Configuration, --enable-threads): Remove mach.
19472 Add lynx, mipssde. Sort table.
19473
19474 2011-04-19 Xinliang David Li <davidxl@google.com>
19475
19476 * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
19477 not negative.
19478
19479 2011-04-19 Jakub Jelinek <jakub@redhat.com>
19480
19481 PR target/48678
19482 * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
19483 is a SUBREG with non-MODE_INT mode inside of it.
19484
19485 2011-04-19 Martin Jambor <mjambor@suse.cz>
19486
19487 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
19488 also according to actual contants.
19489 * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
19490 (gimple_fold_call): Use it.
19491 * gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
19492
19493 2011-04-19 Martin Jambor <mjambor@suse.cz>
19494
19495 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
19496 non-pointer assignments.
19497
19498 2011-04-19 Martin Jambor <mjambor@suse.cz>
19499
19500 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
19501 account anc_offset and otr_type from the indirect edge info.
19502 * ipa-prop.c (get_ancestor_addr_info): New function.
19503 (compute_complex_ancestor_jump_func): Assignment analysis moved to
19504 get_ancestor_addr_info, call it.
19505 (ipa_note_param_call): Do not initialize information about polymorphic
19506 calls, return the indirect call graph edge. Remove the last
19507 parameter, adjust all callers.
19508 (ipa_analyze_virtual_call_uses): Process also calls to ancestors of
19509 parameters. Initialize polymorphic information in the indirect edge.
19510
19511 2011-04-19 Eric Botcazou <ebotcazou@adacore.com>
19512
19513 PR lto/48148
19514 * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
19515 the types if they have different enumeration identifiers.
19516
19517 2011-04-19 Jan Hubicka <jh@suse.cz>
19518
19519 * cgraph.h (cgraph_optimize_for_size_p): Declare.
19520 * ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
19521 * predict.c (cgraph_optimize_for_size_p): Break out from ...
19522 (optimize_function_for_size_p) ... here.
19523
19524 2011-04-19 Richard Guenther <rguenther@suse.de>
19525
19526 PR lto/48207
19527 * tree.c (free_lang_data): Do not reset the decl-assembler-name
19528 langhook.
19529
19530 2011-04-19 Eric Botcazou <ebotcazou@adacore.com>
19531
19532 * tree-inline.c (expand_call_inline): Do not issue a -Winline warning
19533 if DECL_NO_INLINE_WARNING_P is set on the function.
19534
19535 2011-04-19 Bernd Schmidt <bernds@codesourcery.com>
19536
19537 PR fortran/47976
19538 * reload1.c (inc_for_reload): Return void. All callers changed.
19539 (emit_input_reload_insns): Don't try to delete previous output
19540 reloads to a register, or record spill_reg_store for autoincs.
19541
19542 2011-04-19 Basile Starynkevitch <basile@starynkevitch.net>
19543
19544 * gengtype.h: Updated copyright year.
19545 (struct input_file_st): Add inpisplugin field.
19546 (type_fileloc): New function.
19547 * gengtype.c
19548 (write_typed_struct_alloc_def): Add gcc_assert.
19549 (write_typed_alloc_defns): Ditto. Don't output for plugin files.
19550 (write_typed_alloc_defns): Don't output for plugin files.
19551 (input_file_by_name): Clear inpisplugin field.
19552 (main): Set inpisplugin field for plugin files.
19553
19554 2011-04-19 Nicola Pero <nicola.pero@meta-innovation.com>
19555
19556 * gengtype-state.c (string_eq): New.
19557 (read_state): Use string_eq instead of strcmp when creating the
19558 state_ident_tab.
19559
19560 2011-04-19 Wei Guozhi <carrot@google.com>
19561
19562 PR target/47855
19563 * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
19564 * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
19565 linkage.
19566 * config/arm/constraints.md (Uu): New constraint.
19567 * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
19568
19569 2011-04-19 Tristan Gingold <gingold@adacore.com>
19570
19571 * config.gcc (-*-*-*vms): Added.
19572 (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
19573 definitions moved.
19574 * config/vms/vms-ld.c: New file.
19575 * config/vms/vms-ar.c: New file.
19576 * config/vms/t-vmsnative: New file.
19577
19578 2011-04-18 Xinliang David Li <davidxl@google.com>
19579
19580 * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
19581
19582 2011-04-18 Jakub Jelinek <jakub@redhat.com>
19583
19584 PR middle-end/48661
19585 * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
19586 if TREE_TYPE (v) is non-NULL.
19587
19588 * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
19589 gimple_get_virt_mehtod_for_binfo.
19590 * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
19591 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
19592 callers.
19593 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
19594
19595 2011-04-18 Michael Matz <matz@suse.de>
19596 Steve Ellcey <sje@cup.hp.com>
19597
19598 * expr.c (expand_expr_real_2) <CASE_CONVERT>: If OP0 is a constant,
19599 use its mode as source mode if it isn't VOIDmode.
19600
19601 2011-04-18 Dennis, CHENG Renquan <crquan@fedoraproject.org>
19602
19603 * doc/passes.texi: Fill crossref nodes.
19604
19605 2011-04-18 Jim Meyering <meyering@redhat.com>
19606
19607 Fix doubled-word typos in comments and strings
19608 * config/alpha/vms-unwind.h: s/for for/for/
19609 * config/arm/unwind-arm.h: Likewise.
19610 * config/microblaze/microblaze.c: Likewise.
19611 * config/sh/constraints.md: s/in in/in/
19612 * tree-cfg.c (verify_types_in_gimple_reference): Likewise.
19613
19614 2011-04-18 Uros Bizjak <ubizjak@gmail.com>
19615
19616 * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
19617 (AVX_FLOAT_MODE_P): Ditto.
19618 (AVX128_VEC_FLOAT_MODE_P): Ditto.
19619 (AVX256_VEC_FLOAT_MODE_P): Ditto.
19620 (AVX_VEC_FLOAT_MODE_P): Ditto.
19621 * config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
19622 (UNSPEC_MASKSTORE): Ditto.
19623 * config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
19624 Merge from <sse>_movmsk<ssemodesuffix> and
19625 avx_movmsk<ssemodesuffix>256. Use VF mode iterator.
19626 (*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64. Use P mode
19627 iterator.
19628 (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
19629 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
19630 (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
19631
19632 2011-04-18 Jan Hubicka <jh@suse.cz>
19633
19634 * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
19635
19636 * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
19637 (want_inline_function_called_once_p): Break out the logic from
19638 ipa_inline.
19639 (edge_badness): Ensure that profile is not misupdated.
19640 (lookup_recursive_calls): Prioritize by call frequencies.
19641 (inline_small_functions): Move program size estimates here;
19642 actually process whole queue even when unit growth has been
19643 met. (to properly compute inline_failed reasons and for the
19644 case unit size decrease.) Revisit comments on recursive inlining.
19645 (ipa_inline): Remove unit summary code; first inline hot calls
19646 of functions called once, cold calls next.
19647 (order, nnodes): Remove unused variables.
19648 * Makefile.in (ipa-inline.o): No longer depent on ggc files.
19649 (GTFILES): Remove ipa-inline.c
19650 * sel-sched.c (fill_insns): Silence uninitialized var warning.
19651
19652 2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
19653
19654 * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
19655
19656 2011-04-18 Jie Zhang <jie@codesourcery.com>
19657 Richard Earnshaw <rearnsha@arm.com>
19658
19659 * arm.c (neon_builtin_type_bits): Remove.
19660 (typedef enum neon_builtin_mode): New.
19661 (T_MAX): Don't define.
19662 (typedef enum neon_builtin_datum): Remove bits, codes[],
19663 num_vars and base_fcode. Add mode, code and fcode.
19664 (VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
19665 VAR10): Change accordingly.
19666 (neon_builtin_data[]): Change accordingly
19667 (arm_init_neon_builtins): Change accordingly.
19668 (neon_builtin_compare): Remove.
19669 (locate_neon_builtin_icode): Remove.
19670 (arm_expand_neon_builtin): Change accordingly.
19671
19672 * arm.h (enum arm_builtins): Move to ...
19673 * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
19674
19675 * arm.c (arm_builtin_decl): Declare.
19676 (TARGET_BUILTIN_DECL): Define.
19677 (enum arm_builtins): Correct ARM_BUILTIN_MAX.
19678 (arm_builtin_decls[]): New.
19679 (arm_init_neon_builtins): Store builtin declarations in
19680 arm_builtin_decls[].
19681 (arm_init_tls_builtins): Likewise.
19682 (arm_init_iwmmxt_builtins): Likewise. Refactor initialization code.
19683 (arm_builtin_decl): New.
19684
19685 2011-04-18 Richard Guenther <rguenther@suse.de>
19686
19687 * tree.c (upper_bound_in_type): Build properly canonicalized
19688 INTEGER_CSTs.
19689 (lower_bound_in_type): Likewise.
19690
19691 2011-04-18 Richard Guenther <rguenther@suse.de>
19692
19693 * gimple.h (gimple_call_addr_fndecl): New function.
19694 (gimple_call_fndecl): Use it.
19695 * gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
19696 for direct calls.
19697 * tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
19698 * tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.
19699
19700 2011-04-18 Richard Guenther <rguenther@suse.de>
19701
19702 PR middle-end/48650
19703 * tree.c (build_string): STRING_CST is now derived from tree_typed.
19704
19705 2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
19706
19707 PR lto/48492
19708 * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
19709 DECL_IN_CONSTANT_POOL without RTL.
19710
19711 2011-04-18 Ulrich Weigand <ulrich.weigand@linaro.org>
19712 Ira Rosen <ira.rosen@linaro.org>
19713
19714 PR target/48252
19715 * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
19716 to match neon_vzip/vuzp/vtrn_internal.
19717 * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
19718 outputs explicitly dependent on both inputs.
19719 (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
19720
19721 2011-04-18 Jakub Jelinek <jakub@redhat.com>
19722
19723 PR tree-optimization/48616
19724 * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
19725 whether the shift is by scalar or vector based on whether all SLP
19726 scalar stmts have the same rhs.
19727
19728 2011-04-17 Chung-Lin Tang <cltang@codesourcery.com>
19729
19730 * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
19731 memory operands.
19732
19733 2011-04-17 Richard Sandiford <rdsandiford@googlemail.com>
19734
19735 PR target/43700
19736 * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
19737 registers.
19738
19739 2011-04-17 Jan Hubicka <jh@suse.cz>
19740
19741 * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
19742 * cgrpahunit.c (cgraph_finalize_function): Do not set
19743 finalized_by_frontend.
19744 * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
19745 finalized_by_frontend.
19746
19747 2011-04-17 Jan Hubicka <jh@suse.cz>
19748
19749 * cgraph.c (cgraph_clone_node): Do not handle vtable_method
19750 * cgraph.h (struct cgraph_local_info): Drop vtable_method.
19751 * cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
19752 * lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable
19753 method.
19754 * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
19755 gimple-fold.c
19756 * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
19757
19758 2011-04-17 Eric Botcazou <ebotcazou@adacore.com>
19759
19760 PR lto/48538
19761 * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
19762 is non-null before accessing it.
19763 (input_cgraph): Remove trailing spaces.
19764
19765 2011-04-17 Revital Eres <revital.eres@linaro.org>
19766
19767 * params.def (sms-min-sc): New param flag.
19768 * modulo-sched.c (sms_schedule): Use it.
19769 * doc/invoke.texi (sms-min-sc): Document it.
19770
19771 2011-04-17 Jan Hubicka <jh@suse.cz>
19772
19773 * lto-symtab.c (lto_cgraph_replace_node): When call statement is
19774 present, also set gimple_call_set_cannot_inline.
19775 * ipa-inline.c: Update toplevel comment.
19776 (MAX_TIME): Remove.
19777 (cgraph_clone_inlined_nodes): Fix linebreaks.
19778 (cgraph_check_inline_limits): Restructure to ...
19779 (caller_growth_limits): ... this one; be more tolerant
19780 on growth in nested inline chains; add explanatory comment;
19781 fix stack accounting thinko introduced by previous patch.
19782 (cgraph_default_inline_p): Remove.
19783 (report_inline_failed_reason): New function.
19784 (can_inline_edge_p): New function.
19785 (can_early_inline_edge_p): New function.
19786 (leaf_node_p): Move upwards in file.
19787 (want_early_inline_function_p): New function.
19788 (want_inline_small_function_p): New function.
19789 (want_inline_self_recursive_call_p): New function.
19790 (cgraph_edge_badness): Rename to ...
19791 (edge_badness) ... this one; fix linebreaks.
19792 (update_edge_key): Update call of edge_baddness; add
19793 detailed dump about queue updates.
19794 (update_caller_keys): Use can_inline_edge_p and
19795 want_inline_small_function_p.
19796 (cgraph_decide_recursive_inlining): Rename to...
19797 (recursive_inlining): Use can_inline_edge_p and
19798 want_inline_self_recursive_call_p; simplify and remove no longer
19799 valid FIXME.
19800 (cgraph_set_inline_failed): Remove.
19801 (add_new_edges_to_heap): Use can_inline_edge_p and
19802 want_inline_small_function_p.
19803 (cgraph_decide_inlining_of_small_functions): Rename to ...
19804 (inline_small_functions): ... this one; cleanup; use
19805 can/want predicates; cleanup debug ouput; work edges till fibheap
19806 is exhausted and do not stop once unit growth is reached; remove
19807 later loop processing remaining edges.
19808 (cgraph_flatten): Rename to ...
19809 (flatten_function): ... this one; use can_inline_edge_p
19810 and can_early_inline_edge_p predicates.
19811 (cgraph_decide_inlining): Rename to ...
19812 (ipa_inline): ... this one; remove unreachable nodes before
19813 inlining functions called once; simplify the pass.
19814 (cgraph_perform_always_inlining): Rename to ...
19815 (inline_always_inline_functions): ... this one; use
19816 DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p predicate.
19817 (cgraph_decide_inlining_incrementally): Rename to ...
19818 (early_inline_small_functions): ... this one; simplify
19819 using new predicates; cleanup; make dumps prettier.
19820 (cgraph_early_inlining): Rename to ...
19821 (early_inliner): newer inline regular functions into always-inlines;
19822 fix updating of call stmt summaries.
19823 (pass_early_inline): Update for new names.
19824 (inline_transform): Fix formating.
19825 (gate_cgraph_decide_inlining): Rename to ...
19826 (pass_ipa_inline): ... this one.
19827 * ipa-inline.h (inline_summary): Remove disregard_inline_limits.
19828 * ipa-inline-analysis.c (dump_inline_summary): Update.
19829 (compute_inline_parameters): Do not compute disregard_inline_limits;
19830 look for mismatching arguments.
19831 (estimate_growth): Fix handlig of non-trivial self recursion.
19832 (inline_read_summary): Do not read info->disregard_inline_limits.
19833 (inline_write_summary): Do not write info->disregard_inline_limits.
19834 * tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove
19835 and move all checks into can_inline_edge_p predicate; re-enable code
19836 comparing optimization levels.
19837 (expand_call_inline): Do not test inline_forbidden_into_p.
19838 * Makefile.in (ipa-inline.o): Update arguments.
19839
19840 2011-04-17 Revital Eres <revital.eres@linaro.org>
19841
19842 * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
19843
19844 2011-04-17 Revital Eres <revital.eres@linaro.org>
19845
19846 * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
19847
19848 2011-04-17 Michael Matz <matz@suse.de>
19849
19850 PR tree-optimization/48622
19851 PR lto/48645
19852 * ipa-inline-analysis.c (inline_read_summary): Read size/time
19853 in same order as they're written.
19854
19855 2011-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19856
19857 * config/pa/predicates.md: Reorganize and simplify predicates.
19858 Eliminate duplicate code checks.
19859 (arith_operand): Rename to arith14_operand
19860 (reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
19861 * config/pa/pa.md: Use renamed operands.
19862 * config/pa/pa-protos.h (symbolic_operand): Delete declaration.
19863 (tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
19864 arith11_operand, adddi3_operand, indexed_memory_operand,
19865 symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
19866 arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
19867 borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
19868 move_dest_operand, move_src_operand, prefetch_cc_operand,
19869 prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
19870 uint32_operand, reg_before_reload_operand, reg_or_0_operand,
19871 reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
19872 div_operand, int5_operand, movb_comparison_operator,
19873 ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
19874 arith_double_operand, ireg_operand, lhs_lshift_operand,
19875 pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
19876 integer_store_memory_operand): Likewise.
19877 * config/pa/pa.c (adddi3_operand): Move to predicates.md.
19878 (integer_store_memory_operand, read_only_operand,
19879 function_label_operand, borx_reg_operand,
19880 non_hard_reg_operand): Likewise.
19881 (eq_neq_comparison_operator): Delete unused operator.
19882 (legitimize_pic_address): Use VOIDmode for mode argument in calls to
19883 function_label_operand.
19884 (emit_move_sequence): Likewise.
19885
19886 2011-04-16 Uros Bizjak <ubizjak@gmail.com>
19887
19888 * config/i386/sse.md (sseunpackmode): New mode attribute.
19889 (ssepackmode): Ditto.
19890 (vec_pack_trunc_<mode>): Macroize expander from
19891 vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
19892 (vec_unpacks_lo_<mode>): Macroize expander from
19893 vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
19894 (vec_unpacks_hi_<mode>): Macroize expander from
19895 vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
19896 (vec_unpacku_lo_<mode>): Macroize expander from
19897 vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
19898 (vec_unpacku_hi_<mode>): Macroize expander from
19899 vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
19900 * config/i386/i386.c (ix86_expand_sse_unpack): Merge with
19901 ix86_expand_sse4_unpack.
19902 * config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.
19903
19904 2011-04-16 Jan Hubicka <jh@suse.cz>
19905
19906 * cgraphbuild.c: Include ipa-inline.h.
19907 (reset_inline_failed): Use initialize_inline_failed.
19908 * cgraph.c: Include ipa-inline.h.
19909 (cgraph_create_node_1): Do not initialize estimated_growth.
19910 (initialize_inline_failed): More to ipa-inline-analysis.c
19911 (dump_cgraph_node): Do not dump inline flags.
19912 * cgraph.h (cgraph_local_info): Remove inlineable, versionable
19913 and disregard_inline_limits flags.
19914 (cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
19915 time, size, estimated_growth.
19916 * ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary):
19917 Update.
19918 * cgraphunit.c (cgraph_decide_is_function_needed): Use
19919 DECL_DISREGARD_INLINE_LIMITS.
19920 (cgraph_analyze_function): Do not initialize
19921 node->local.disregard_inline_limits.
19922 * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
19923 inlinable, versionable and disregard_inline_limits.
19924 * ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
19925 cgraph_check_inline_limits, cgraph_default_inline_p,
19926 cgraph_edge_badness, update_caller_keys, update_callee_keys,
19927 add_new_edges_to_heap): Update.
19928 (cgraph_decide_inlining_of_small_function): Update; set
19929 CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
19930 (cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
19931 cgraph_decide_inlining_incrementally): Update.
19932 * ipa-inline.h (inline_summary): Add inlinable, versionable,
19933 disregard_inline_limits, estimated_stack_size, stack_frame_offset,
19934 time, size and estimated_growth parameters.
19935 (estimate_edge_growth): Update.
19936 (initialize_inline_failed): Declare.
19937 * ipa-split.c: Include ipa-inline.h
19938 (execute_split_functions): Update.
19939 * ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
19940 (cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
19941 (record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
19942 * ipa-inline-analysis.c (inline_node_removal_hook): Update; set
19943 estimated_growth to INT_MIN.
19944 (inline_node_duplication_hook): Likewise.
19945 (dump_inline_summary): Dump new fields.
19946 (compute_inline_parameters): Update.
19947 (estimate_edge_time, estimate_time_after_inlining,
19948 estimate_size_after_inlining, estimate_growth, inline_read_summary,
19949 inline_write_summary):
19950 (initialize_inline_failed): Move here from cgraph.c.
19951 * tree-sra.c: Include ipa-inline.h.
19952 (ipa_sra_preliminary_function_checks): Update.
19953 * Makefile.in (cgraph.o, cgraphbuild.o): Add dependency on
19954 ipa-inline.h.
19955
19956 2011-04-16 Uros Bizjak <ubizjak@gmail.com>
19957
19958 * config/i386/sse.md (V16): New mode iterator.
19959 (VI1, VI8): Ditto.
19960 (AVXMODEQI, AVXMODEDI): Remove.
19961 (sse2, sse3): New mode attribute.
19962 (mov<mode>): Use V16 mode iterator.
19963 (*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
19964 (push<mode>1): Use V16 mode iterator.
19965 (movmisalign<mode>): Ditto.
19966 (<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
19967 <sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
19968 (*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
19969 *<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
19970 (<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
19971 avx_movdqu<avxmodesuffix>.
19972 (*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
19973 *avx_movdqu<avxmodesuffix>.
19974 (<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
19975 avx_lddqu<avxmodesuffix>.
19976 (<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
19977 (<sse2>_movnt<mode>): Merge from sse2_movntv2di and
19978 avx_movnt<AVXMODEDI:mode>.
19979 * config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
19980 renamed sse_movups, sse2_movupd and sse2_movdqu patterns.
19981
19982 2011-04-16 Bernd Schmidt <bernds@codesourcery.com>
19983
19984 PR target/48629
19985 * haifa-sched.c (prune_ready_list, schedule_block): Use
19986 sched_pressure_p rather than flag_sched_pressure.
19987
19988 2011-04-15 Pat Haugen <pthaugen@us.ibm.com>
19989
19990 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
19991 cgraph_get_node instead of cgraph_get_create_node.
19992
19993 2011-04-15 Jakub Jelinek <jakub@redhat.com>
19994
19995 * cfgexpand.c (expand_debug_expr): Use
19996 simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
19997
19998 2011-04-15 Michael Matz <matz@suse.de>
19999
20000 * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
20001 * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
20002 * function.c (gimplify_parameters): Ditto.
20003 * gimplify.c (gimplify_vla_decl): Ditto.
20004
20005 * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
20006 (gimple_call_set_alloca_for_var): New inline function.
20007 (gimple_call_alloca_for_var_p): Ditto.
20008 * gimple.c (gimple_build_call_from_tree): Remember
20009 CALL_ALLOCA_FOR_VAR_P state.
20010 * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
20011
20012 * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
20013 calls if they were for VLA objects.
20014
20015 2011-04-15 Martin Jambor <mjambor@suse.cz>
20016
20017 * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
20018 of ADR_EXPRs.
20019
20020 2011-04-15 Martin Jambor <mjambor@suse.cz>
20021
20022 PR middle-end/48601
20023 * tree-emutls.c (lower_emutls_function_body): Call
20024 cgraph_get_create_node instead of cgraph_get_node. Do not assert the
20025 result is non-NULL.
20026
20027 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
20028
20029 * c-decl.c (detect_field_duplicates): Call
20030 objc_detect_field_duplicates instead of objc_get_interface_ivars.
20031
20032 2011-04-15 Nathan Froyd <froydnj@codesourcery.com>
20033
20034 * gimple.h (gimple_asm_clobbers_memory_p): Declare.
20035 * gimple.c (gimple_asm_clobbers_memory_p): Define.
20036 * ipa-pure-const.c (check_stmt): Call it.
20037 * tree-ssa-operands.c (get_asm_expr_operands): Likewise.
20038
20039 2011-04-15 Richard Guenther <rguenther@suse.de>
20040
20041 PR tree-optimization/48290
20042 * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
20043 Properly decide inhibiting propagation based on the valueized
20044 operand. Do loop-closed SSA form preserving here ...
20045 (init_copy_prop): ... not here.
20046
20047 2011-04-15 H.J. Lu <hongjiu.lu@intel.com>
20048
20049 PR target/48612
20050 * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
20051 (*ieee_smax<mode>3): Likewise.
20052
20053 2011-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20054
20055 * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
20056 Replace match_operand with match_dup for the third operand in
20057 these expanders.
20058
20059 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
20060
20061 * combine.c (subst, combine_simlify_rtx): Add new argument, use it
20062 to track processing of conditionals. Update all callers.
20063 (try_combine, simplify_if_then_else): Update.
20064
20065 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
20066
20067 * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
20068 -fsched-pressure.
20069
20070 2011-04-15 Georg-Johann Lay <avr@gjlay.de>
20071
20072 * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
20073 instead of match_operand for operand 3.
20074
20075 2011-04-15 Richard Sandiford <richard.sandiford@linaro.org>
20076
20077 * recog.h (insn_operand_data): Add an "allows_mem" field.
20078 * genoutput.c (output_operand_data): Initialize it.
20079 * optabs.c (maybe_legitimize_operand_same_code): New function.
20080 (maybe_legitimize_operand): Use it when matching the original
20081 op->value.
20082
20083 2011-04-15 Eric Botcazou <ebotcazou@adacore.com>
20084
20085 * gimplify.c: Fix issues in comments throughout.
20086 (voidify_wrapper_expr): Fix long line.
20087 (build_stack_save_restore): Likewise.
20088 (gimplify_loop_expr): Likewise.
20089 (gimplify_compound_lval): Likewise.
20090 (gimplify_init_ctor_eval): Likewise.
20091 (gimplify_modify_expr_rhs): Likewise.
20092 (omp_notice_threadprivate_variable): Likewise.
20093
20094 2011-04-15 Eric Botcazou <ebotcazou@adacore.com>
20095
20096 * cfgexpand.c (expand_call_stmt): Convert the function type to the
20097 original one if this is not a builtin function.
20098
20099 2011-04-14 Jakub Jelinek <jakub@redhat.com>
20100
20101 PR target/48605
20102 * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
20103 offset it as needed based on top 2 bits in operands[3], change
20104 MEM mode to SFmode and mask those 2 bits away from operands[3].
20105
20106 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
20107
20108 * c-parser.c (c_parser_objc_protocol_definition): Updated for
20109 change from objc_declare_protocols() to objc_declare_protocol().
20110
20111 2011-04-14 Uros Bizjak <ubizjak@gmail.com>
20112
20113 * config/i386/sse.md (sse4_1): New mode attribute.
20114 (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from
20115 avx_blend<ssemodesuffix><avxmodesuffix> and
20116 sse4_1_blend<ssemodesuffix> using VF mode iterator.
20117 (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from
20118 avx_blendv<ssemodesuffix><avxmodesuffix> and
20119 sse4_1_blendv<ssemodesuffix> using VF mode iterator.
20120 (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from
20121 avx_dp<ssemodesuffix><avxmodesuffix> and
20122 sse4_1_dp<ssemodesuffix> using VF mode iterator.
20123 (sse4_1_mpsadbw): Merge with *avx_mpsadbw.
20124 (sse4_1_packusdw): Merge with *avx_packusdw.
20125 (sse4_1_pblendvb): Merge with *avx_pblendvb.
20126 (sse4_1_pblendw): Merge with *avx_pblendw.
20127 (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator.
20128 (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from
20129 avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using
20130 VF mode iterator.
20131 (sse4_1_round<ssescalarmodesuffix>): Merge with
20132 *avx_round<ssescalarmodesuffix>.
20133 (aesenc): Merge with *avx_aesenc.
20134 (aesenclast): Merge with *avx_aesenclast.
20135 (aesdec): Merge with *avx_aesdec.
20136 (aesdeclast): Merge with *avx_aesdeclast.
20137 (pclmulqdq): Merge with *pclmulqdq.
20138 * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx):
20139 New predicate.
20140 (nonimm_not_xmm0_operand_maybe_avx): Ditto.
20141
20142 2011-04-14 H.J. Lu <hongjiu.lu@intel.com>
20143
20144 PR middle-end/48608
20145 * cfgexpand.c (get_decl_align_unit): Renamed to ...
20146 (align_local_variable): This. Update DECL_ALIGN.
20147 (add_stack_var): Updated.
20148 (expand_one_stack_var): Likewise.
20149
20150 2011-04-14 Richard Guenther <rguenther@suse.de>
20151
20152 * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
20153 Remove.
20154 (dse_initialize_block_local_data, dse_leave_block,
20155 record_voperand_set, get_stmt_uid): Likewise.
20156 (dse_possible_dead_store_p): Allow any kind of killing stmt.
20157 (dse_optimize_stmt): Remove voperand set handling code.
20158 Simplify and improve to handle any kind of killing stmt.
20159 (dse_record_phi): Remove.
20160 (dse_enter_block): Simplify.
20161 (tree_ssa_dse): Likewise.
20162 * tree-ssa-alias.c (stmt_kills_ref_p_1): Handle some builtins.
20163
20164 2011-04-14 Jan Hubicka <jh@suse.cz>
20165
20166 * cgraph.c (dump_cgraph_node): Do not dump inline summaries.
20167 * cgraph.h (struct inline_summary): Move to ipa-inline.h
20168 (cgraph_local_info): Remove inline_summary.
20169 * ipa-cp.c: Include ipa-inline.h.
20170 (ipcp_cloning_candidate_p, ipcp_estimate_growth,
20171 ipcp_estimate_cloning_cost, ipcp_insert_stage): Use inline_summary
20172 accesor.
20173 * lto-cgraph.c (lto_output_node): Do not stream inline summary.
20174 (input_overwrite_node): Do not set inline summary.
20175 (input_node): Do not stream inline summary.
20176 * ipa-inline.c (cgraph_decide_inlining): Dump inline summaries.
20177 (cgraph_decide_inlining_incrementally): Do not try to estimate overall
20178 growth; we do not have inline parameters computed for that anyway.
20179 (cgraph_early_inlining): After inlining compute call_stmt_sizes.
20180 * ipa-inline.h (struct inline_summary): Move here from ipa-inline.h
20181 (inline_summary_t): New type and VECtor.
20182 (debug_inline_summary, dump_inline_summaries): Declare.
20183 (inline_summary): Use VOCtor.
20184 (estimate_edge_growth): Kill hack computing call stmt size directly.
20185 * lto-section-in.c (lto_section_name): Add inline section.
20186 * ipa-inline-analysis.c: Include lto-streamer.h
20187 (node_removal_hook_holder, node_duplication_hook_holder): New holders
20188 (inline_node_removal_hook, inline_node_duplication_hook): New functions.
20189 (inline_summary_vec): Define.
20190 (inline_summary_alloc, dump_inline_summary, debug_inline_summary,
20191 dump_inline_summaries): New functions.
20192 (estimate_function_body_sizes): Properly compute size/time of outgoing
20193 calls.
20194 (compute_inline_parameters): Alloc inline_summary; do not compute
20195 size/time of incomming calls.
20196 (estimate_edge_time): Avoid missing time summary hack.
20197 (inline_read_summary): Read inline summary info.
20198 (inline_write_summary): Write inline summary info.
20199 (inline_free_summary): Free all hooks and inline summary vector.
20200 * lto-streamer.h: Add LTO_section_inline_summary section.
20201 * Makefile.in (ipa-cp.o, ipa-inline-analysis.o): Update dependencies.
20202 * ipa.c (cgraph_remove_unreachable_nodes): Fix dump file formating.
20203
20204 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
20205
20206 * tree-vectorizer.h (vect_strided_store_supported): Add a
20207 HOST_WIDE_INT argument.
20208 (vect_strided_load_supported): Likewise.
20209 (vect_permute_store_chain): Return void.
20210 (vect_transform_strided_load): Likewise.
20211 (vect_permute_load_chain): Delete.
20212 * tree-vect-data-refs.c (vect_strided_store_supported): Take a
20213 count argument. Check that the count is a power of two.
20214 (vect_strided_load_supported): Likewise.
20215 (vect_permute_store_chain): Return void. Update after above changes.
20216 Assert that the access is supported.
20217 (vect_permute_load_chain): Likewise.
20218 (vect_transform_strided_load): Return void.
20219 * tree-vect-stmts.c (vectorizable_store): Update calls after
20220 above interface changes.
20221 (vectorizable_load): Likewise.
20222 (vect_analyze_stmt): Don't check for strided powers of two here.
20223
20224 2011-04-14 Richard Guenther <rguenther@suse.de>
20225
20226 PR tree-optimization/48590
20227 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
20228 BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
20229 (call_may_clobber_ref_p_1): Handle BUILT_IN_ALLOCA and
20230 BUILT_IN_STACK_SAVE.
20231 * tree-ssa-dce.c (propagate_necessity): Handle
20232 BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
20233
20234 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
20235
20236 * c-parser.c (c_parser_objc_class_declaration): Updated call to
20237 objc_declare_class.
20238
20239 2011-04-14 Richard Guenther <rguenther@suse.de>
20240
20241 * tree.h (get_object_alignment_1): Declare.
20242 * builtins.c (get_object_alignment_1): Split out worker from ...
20243 (get_object_alignment): ... here.
20244 * fold-const.c (get_pointer_modulus_and_residue): Use
20245 get_object_alignment_1.
20246
20247 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
20248
20249 * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
20250 type parameter.
20251 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add an aggr_type
20252 parameter. Generalise code to handle arrays as well as vectors.
20253 (vect_setup_realignment): Update accordingly.
20254 * tree-vect-stmts.c (vectorizable_store): Likewise.
20255 (vectorizable_load): Likewise.
20256
20257 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
20258
20259 * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
20260 within the per-copy loop.
20261
20262 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
20263
20264 * tree-vect-stmts.c (vectorizable_load): Print the number of copies
20265 in the dump file.
20266
20267 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
20268
20269 * doc/options.texi (Negative): Explicitly mention that the
20270 Negative chain must be circular.
20271
20272 2011-04-14 Nathan Froyd <froydnj@codesourcery.com>
20273
20274 * function.h (block_chainon): Declare.
20275 * function.c (block_chainon): Define.
20276
20277 2011-04-14 Anatoly Sokolov <aesok@post.ru>
20278 Eric Weddington <eric.weddington@atmel.com>
20279 Georg-Johann Lay <avr@gjlay.de>
20280
20281 * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
20282 New Includes
20283 (avr_init_builtins, avr_expand_builtin,
20284 avr_expand_delay_cycles, avr_expand_unop_builtin,
20285 avr_expand_binop_builtin ): New functions.
20286 (avr_builtin_id): New enum
20287 (struct avr_builtin_description): New struct
20288 (bdesc_1arg, bdesc_2arg): New arrays describing some RTL builtins.
20289 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
20290
20291 * config/avr/avr.md (UNSPEC_FMUL, UNSPEC_FMULS, UNSPEC_FMULSU,
20292 UNSPECV_ENABLE_IRQS, UNSPECV_NOP, UNSPECV_SLEEP, UNSPECV_WDR,
20293 UNSPECV_DELAY_CYCLES): new enumeration values
20294 (UNSPEC_SEI, UNSPEC_CLI): Remove enumeration values
20295 ("enable_interrupt"): Use UNSPECV_ENABLE_IRQS
20296 ("disable_interrupt"): Use UNSPECV_ENABLE_IRQS
20297 ("*rotlqi3_4"): rename insn to "rotlqi3_4"
20298 ("delay_cycles_1", "delay_cycles_2", "delay_cycles_3",
20299 "delay_cycles_4", "nopv", "sleep", "wdr", "fmul", "fmuls",
20300 "fmulsu"): New insns
20301
20302 * config/avr/avr-c.c: fix line endings
20303 (avr_cpu_cpp_builtins): New builtin defines: __BUILTIN_AVR_NOP,
20304 __BUILTIN_AVR_SEI, __BUILTIN_AVR_CLI, __BUILTIN_AVR_WDR,
20305 __BUILTIN_AVR_SLEEP, __BUILTIN_AVR_SWAP,
20306 __BUILTIN_AVR_DELAY_CYCLES, __BUILTIN_AVR_FMUL,
20307 __BUILTIN_AVR_FMULS, __BUILTIN_AVR_FMULSU.
20308
20309 * doc/extend.texi (AVR Built-in Functions): New node
20310 (Target Builtins): Add documentation of AVR
20311 built-in functions.
20312
20313 2011-04-14 Georg-Johann Lay <avr@gjlay.de>
20314
20315 PR target/44643
20316 * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
20317 alone. Error if non-const data has attribute progmem.
20318
20319 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
20320
20321 * tree.h (struct tree_constructor): Include tree_typed instead of
20322 tree_common.
20323 * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
20324 TS_TYPED instead of TS_COMMON.
20325
20326 2011-04-13 Uros Bizjak <ubizjak@gmail.com>
20327
20328 * config/i386/sse.md (*sse2_uavgv16qi3): Merge with *avx_uavgv16qi3.
20329 (*sse2_uavgv8hi3): Merge with *avx_uavgv8hi3.
20330 (sse2_psadbw): Merge with *avx_psadbw.
20331 (ssse3_phaddwv8hi3): Merge with *avx_phaddwv8hi3.
20332 (ssse3_phadddv4si3): Merge with *avx_phadddv4si3.
20333 (ssse3_phaddswv8hi3): Merge with *avx_phaddswv8hi3.
20334 (ssse3_phsubwv8hi3): Merge with *avx_phsubwv8hi3.
20335 (ssse3_phsubdv4si3): Merge with *avx_phsubdv4si3.
20336 (ssse3_phsubswv8hi3): Merge with *avx_phsubswv8hi3.
20337 (ssse3_pmaddubsw128): Merge with *avx_pmaddubsw128.
20338 (*ssse3_pmulhrswv8hi3): Merge with *avx_pmulhrswv8hi3.
20339 (ssse3_pshufbv16qi3): Merge with *avx_pshufbv16qi3.
20340 (ssse3_psign<mode>3): Merge with *avx_psign<mode>3.
20341 (ssse3_palignrti): Merge with *avx_palignrti.
20342
20343 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
20344
20345 * tree-flow.h (struct gimple_df): Make free_ssanames a VEC.
20346 * tree-ssanames.c (fini_ssanames): VEC_free it.
20347 (make_ssa_name_fn): Update for VECness of free_ssanames.
20348 (release_ssa_name, release_dead_ssa_names): Likewise.
20349 * tree.h (struct tree_ssa_name): Include tree_typed instead of
20350 tree_common.
20351 * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
20352 TS_TYPED instead of TS_COMMON.
20353
20354 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
20355
20356 * postreload-gcse.c (gcse_after_reload_main): Add calls to
20357 statistics_counter_event.
20358 * tree-ssa-copyrename.c (stats): Define.
20359 (rename_ssa_copies): Count coalesced SSA_NAMEs. Add call to
20360 statistics_counter_event.
20361 * tree-ssa-math-opts.c (reciprocal_stats, sincos_stats): Define.
20362 (bswap_stats, widen_mul_stats): Define.
20363 (insert_reciprocals): Increment rdivs_inserted.
20364 (execute_cse_reciprocals): Zeroize reciprocal_stats. Increment
20365 rfuncs_inserted. Add calls to statistics_counter_event.
20366 (execute_cse_sincos_1): Increment inserted.
20367 (execute_cse_sincos): Zeroize sincos_stats. Add call to
20368 statistics_counter_event.
20369 (execute_optimize_bswap): Zeroize bswap_stats. Increment fields
20370 of bswap_stats. Add calls to statistics_counter_event.
20371 (convert_mult_to_widen): Increment widen_mults_inserted.
20372 (convert_plusminus_to_widen): Increment maccs_inserted.
20373 (convert_mult_to_fma): Increment fmas_inserted.
20374 (execute_optimize_widening_mul): Zeroize widen_mul_stats. Add
20375 calls to statistics_counter_event.
20376
20377 2011-04-13 Vladimir Makarov <vmakarov@redhat.com>
20378
20379 PR rtl-optimization/48455
20380 * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
20381 `temp_costs->mem_cost'.
20382
20383 2011-04-13 Jan Hubicka <jh@suse.cz>
20384
20385 * ipa-inline.h: New file.
20386 * ipa-inline-analysis.c: New file. Broken out of ...
20387 * ipa-inline.c: ... this file; update toplevel comment;
20388 include ipa-inline.h
20389 (inline_summary): Move to ipa-inline.h
20390 (cgraph_estimate_edge_time): Rename to estimate_edge_time; move to
20391 ipa-inline-analysis.c.
20392 (cgraph_estimate_time_after_inlining): Rename to
20393 estiamte_time_after_inlining; move to ipa-inline-analysis.c
20394 (cgraph_estimate_edge_growth): Move to ipa-inline-analysis.c; rename
20395 to estimate_edge_growth.
20396 (cgraph_estimate_size_after_inlining): Move to ipa-inline-analysis.c;
20397 rename to estimate_size_after_inlining.
20398 (cgraph_mark_inline_edge): Update for new naming convention.
20399 (cgraph_check_inline_limits): Likewise.
20400 (cgraph_edge_badness): Likewise.
20401 (cgraph_decide_recursive_inlining): Likewise.
20402 (cgraph_decide_inlining_of_small_functions): Likewise.
20403 (cgraph_decide_inlining_incrementally): Likewise.
20404 (cgraph_estimate_growth): Rename to estimate_growth; move to
20405 ipa-inline-analysis.c.
20406 (eliminated_by_inlining_prob): Move to ipa-inline-analysis.c.
20407 (estimate_function_body_sizes): Move to ipa-inline-analysis.c.
20408 (compute_inline_parameters): Likewise.
20409 (compute_inline_parameters_for_current): Likewise.
20410 (pass_inline_parameters): Likewise.
20411 (inline_indirect_intraprocedural_analysis): Likewise.
20412 (analyze_function): Rename to inline_analyze_function; likewise.
20413 (add_new_function): Move to ipa-inline-analysis.c.
20414 (inline_generate_summary): Likewise.
20415 (inline_read_summary): Likewise.
20416 (inline_write_summary): Likewise.
20417 * Makefile.in (ipa-inline-analysis.c): New file.
20418
20419 2011-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20420
20421 * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
20422 * configure: Regenerate.
20423
20424 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
20425
20426 * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
20427 instead of tree_common.
20428 (struct tree_fixed_cst, struct tree_string, struct tree_complex):
20429 Likewise.
20430 * tree.c (initialize_tree_contains_struct): Mark such nodes as being
20431 TS_TYPED rather than TS_COMMON.
20432 * print-tree.c (print_node) [STRING_CST]: Don't print TREE_CHAIN.
20433
20434 2011-04-01 Georg-Johann Lay <avr@gjlay.de>
20435
20436 PR target/45263
20437 * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
20438 r20 around calls of __tablejump_elpm__
20439
20440 2011-04-13 Jakub Jelinek <jakub@redhat.com>
20441
20442 PR middle-end/48591
20443 * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
20444 NULL.
20445 (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
20446
20447 2011-04-13 Bernd Schmidt <bernds@codesourcery.com>
20448
20449 * dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.
20450 (dw_cfi_ref): Add DEF_VEC_P and some DEF_VEC_ALLOC_Ps.
20451 (cfi_vec): New typedef.
20452 (struct dw_fde_struct): Make dw_fde_cfi a cfi_vec. Replace
20453 dw_fde_switch_cfi with an integer dw_fde_switch_cfi_index.
20454 (cie_cfi_vec): New static variable.
20455 (cie_cfi_head): Delete.
20456 (add_cfi): Accept a cfi_vec * as first argument. All callers and
20457 declaration changed. Use vector rather than list operations.
20458 (new_cfi): Don't initialize the dw_cfi_next field.
20459 (add_fde_cfi): Allocate cie_cfi_vec if necessary. Use vector
20460 rather than list operations.
20461 (lookup_cfa): Use vector rather than list operations.
20462 (output_cfis): New argument upto. Accept a cfi_vec rather than
20463 a dw_cfi_ref list head as argument. All callers changed.
20464 Iterate over the vector using upto as a maximum index.
20465 (output_all_cfis): New static function.
20466 (output_fde): Use vector rather than list operations. Use the
20467 new upto argument for output_cfis rather than manipulating a
20468 list.
20469 (dwarf2out_begin_prologue): Change initializations to match
20470 new struct members.
20471 (dwarf2out_switch_text_section): Initialize dw_fde_switch_cfi_index
20472 from the vector length rather than searching for the end of a list.
20473 Use output_all_cfis.
20474 (convert_cfa_to_fb_loc_list): Use vector rather than list operations.
20475
20476 2011-04-13 Nick Clifton <nickc@redhat.com>
20477
20478 * config/rx/rx.md (movmemsi): Do not use this pattern when
20479 volatile pointers are involved.
20480
20481 2011-04-13 Uros Bizjak <ubizjak@gmail.com>
20482
20483 * config/i386/sse.md (pinsrbits): Remove.
20484 (sse2_packsswb): Merge with *avx_packsswb.
20485 (sse2_packssdw): Merge with *avx_packssdw.
20486 (sse2_packuswb): Merge with *avx_packuswb.
20487 (vec_interleave_highv16qi): Merge with *avx_interleave_highv16qi.
20488 (vec_interleave_lowv16qi): Merge with *avx_interleave_lowv16qi.
20489 (vec_interleave_highv8hi): Merge with *avx_interleave_highv8hi.
20490 (vec_interleave_lowv8hi): Merge with *avx_interleave_lowv8hi.
20491 (vec_interleave_highv4si): Merge with *avx_interleave_highv4si.
20492 (vec_interleave_lowv4si): Merge with *avx_interleave_lowv4si.
20493 (*sse4_1_pinsrb): Merge with *avx_pinsr<ssevecsize>.
20494 (*sse2_pinsrw): Merge with *avx_pinsr<ssevecsize>.
20495 (*sse4_1_pinsrd): Merge with *avx_pinsr<ssevecsize>.
20496 (*sse4_1_pinsrq): Merge with *avx_pinsrq.
20497 (sse2_loadld): Merge with *avx_loadld.
20498 (*vec_extractv2di_1_rex64): Merge with *vec_extractv2di_1_rex64_avx.
20499 (*vec_extractv2di_1_sse2): Merge with *vec_extractv2di_1_avx.
20500 (*vec_concatv2si_sse4_1): Merge with *vec_concatv2si_avx.
20501 (*vec_concatv2di_rex64_sse4_1): Merge with *vec_concatv2di_rex64_avx.
20502 (vec_concatv2di): Merge with *vec_concatv2di_avx.
20503
20504 2011-04-12 Nathan Froyd <froydnj@codesourcery.com>
20505
20506 * c-decl.c (union lang_tree_node): Check for TS_COMMON before
20507 calling TREE_CHAIN.
20508 * print-tree.c (print_node): Likewise.
20509 * tree-inline.c (copy_tree_r): Likewise.
20510 * c-lang.c (LANG_HOOKS_INIT_TS): Define.
20511 * lto-streamer-in.c (lto_input_tree_pointers): Check for TS_TYPED
20512 instead of TS_COMMON.
20513 * lto-streamer-out.c (lto_output_tree_pointers): Likewise.
20514 * tree.c (initialize_tree_contains_struct): Handle TS_TYPED.
20515 (copy_node_stat): Zero TREE_CHAIN only if necessary.
20516 (MARK_TS_BASE, MARK_TS_TYPED, MARK_TS_COMMON): Move these...
20517 (MARK_TS_DECL_COMMON, MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL):
20518 ...and these...
20519 (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
20520 * tree.h: ...here.
20521 (TREE_CHAIN): Check for a TS_COMMON structure.
20522 (TREE_TYPE): Check for a TS_TYPED structure.
20523
20524 2011-04-12 Pat Haugen <pthaugen@us.ibm.com>
20525
20526 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
20527 cgraph_get_create_node instead of cgraph_node.
20528
20529 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
20530
20531 * c-parser.c (c_parser_initelt): Updated call to
20532 objc_build_message_expr.
20533 (c_parser_postfix_expression): Likewise.
20534
20535 2011-04-12 Kai Tietz <ktietz@redhat.com>
20536
20537 * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
20538 MASK_MS_BITFIELD_LAYOUT bit.
20539
20540 2011-04-12 Jakub Jelinek <jakub@redhat.com>
20541
20542 * combine.c (update_cfg_for_uncondjump): Instead of testing at_end
20543 assert it is always true.
20544 (try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
20545 moves.
20546
20547 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
20548
20549 * c-parser.c (c_lex_one_token): Rewritten conditional used when
20550 compiling Objective-C to be more efficient.
20551
20552 2011-04-12 Axel Freyn <axel-freyn@gmx.de>
20553
20554 * opts-common.c (decode_cmdline_options_to_array): Remove variable
20555 argv_copied.
20556
20557 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
20558
20559 * recog.h, genoutput.c, optabs.c: Revert last patch.
20560
20561 2011-04-12 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
20562
20563 PR target/48090
20564 * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
20565
20566 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
20567
20568 * recog.h (insn_operand_data): Add an "allows_mem" field.
20569 * genoutput.c (output_operand_data): Initialize it.
20570 * optabs.c (maybe_legitimize_operand_same_code): New function.
20571 (maybe_legitimize_operand): Use it when matching the original
20572 op->value.
20573
20574 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
20575
20576 * genpreds.c (process_define_predicate): Move most processing
20577 to gensupport.c. Continue to validate the expression.
20578 * genrecog.c (did_you_mean_codes, compute_predicate_codes)
20579 (process_define_predicate): Move processing to gensupport.c.
20580 (main): Remove DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE cases.
20581 * gensupport.c (did_you_mean_codes): Moved from genrecog.c.
20582 (compute_predicate_codes): Moved from genrecog.c. Add lineno
20583 argument.
20584 (valid_predicate_name_p): New function, split out from old
20585 genpreds.c:process_define_predicate.
20586 (process_define_predicate): New function, combining code from
20587 old genpreds.c and genrecog.c functions.
20588 (process_rtx): Call it for DEFINE_PREDICATE and
20589 DEFINE_SPECIAL_PREDICATE.
20590
20591 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
20592
20593 * config/arm/arm.c (arm_print_operand): Use MEM_SIZE to get the
20594 size of a '%A' memory reference.
20595 (T_DREG, T_QREG): New neon_builtin_type_bits.
20596 (arm_init_neon_builtins): Assert that the load and store operands
20597 are neon_struct_operands.
20598 (locate_neon_builtin_icode): Provide the neon_builtin_type_bits.
20599 (NEON_ARG_MEMORY): New builtin_arg.
20600 (neon_dereference_pointer): New function.
20601 (arm_expand_neon_args): Add a neon_builtin_type_bits argument.
20602 Handle NEON_ARG_MEMORY.
20603 (arm_expand_neon_builtin): Update after above interface changes.
20604 Use NEON_ARG_MEMORY for loads and stores.
20605 * config/arm/predicates.md (neon_struct_operand): New predicate.
20606 * config/arm/iterators.md (V_two_elem): Tweak formatting.
20607 (V_three_elem): Use BLKmode for accesses that have no associated mode.
20608 (V_four_elem): Tweak formatting.
20609 * config/arm/neon.md (neon_vld1<mode>, neon_vld1_dup<mode>)
20610 (neon_vst1_lane<mode>, neon_vst1<mode>, neon_vld2<mode>)
20611 (neon_vld2_lane<mode>, neon_vld2_dup<mode>, neon_vst2<mode>)
20612 (neon_vst2_lane<mode>, neon_vld3<mode>, neon_vld3_lane<mode>)
20613 (neon_vld3_dup<mode>, neon_vst3<mode>, neon_vst3_lane<mode>)
20614 (neon_vld4<mode>, neon_vld4_lane<mode>, neon_vld4_dup<mode>)
20615 (neon_vst4<mode>): Replace pointer operand with a memory operand.
20616 Use %A in the output template.
20617 (neon_vld3qa<mode>, neon_vld3qb<mode>, neon_vst3qa<mode>)
20618 (neon_vst3qb<mode>, neon_vld4qa<mode>, neon_vld4qb<mode>)
20619 (neon_vst4qa<mode>, neon_vst4qb<mode>): Likewise, but halve
20620 the width of the memory access. Remove post-increment.
20621 * config/arm/neon-testgen.ml: Allow addresses to have an alignment.
20622
20623 2011-04-12 Nick Clifton <nickc@redhat.com>
20624
20625 * config/v850/v850.c (expand_prologue): Do not use the CALLT
20626 instruction for interrupt handlers if the target is the basic V850
20627 architecture.
20628 (expand_epilogue): Likewise.
20629
20630 2011-04-12 Jakub Jelinek <jakub@redhat.com>
20631
20632 PR rtl-optimization/48549
20633 * combine.c (propagate_for_debug): Also stop after BB_END of
20634 this_basic_block. Process LAST and just stop processing after it.
20635 (combine_instructions): If last_combined_insn has been deleted,
20636 set last_combined_insn to its PREV_INSN.
20637
20638 2011-04-12 Richard Guenther <rguenther@suse.de>
20639
20640 PR tree-optimization/46076
20641 * gimple.h (struct gimple_statement_call): Add fntype field.
20642 (gimple_call_fntype): Adjust.
20643 (gimple_call_set_fntype): New function.
20644 * gimple.c (gimple_build_call_1): Set the call function type.
20645 * gimplify.c (gimplify_call_expr): Preserve the function
20646 type the frontend used for the call.
20647 (gimplify_modify_expr): Likewise.
20648 * lto-streamer-in.c (input_gimple_stmt): Input the call stmts
20649 function type.
20650 * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
20651 function type.
20652 * tree-ssa.c (useless_type_conversion_p): Function pointer
20653 conversions are useless.
20654
20655 2011-04-12 Martin Jambor <mjambor@suse.cz>
20656
20657 * cgraph.h (cgraph_node): Remove function declaration.
20658 (cgraph_create_node): Declare.
20659 (cgraph_get_create_node): Likewise.
20660 * cgraph.c (cgraph_create_node): Renamed to cgraph_create_node_1.
20661 Updated all callers.
20662 (cgraph_node): Renamed to cgraph_create_node, assert that a node for
20663 the decl does not already exist. Call cgraph_get_create_node instead
20664 of cgraph_node.
20665 (cgraph_get_create_node): New function.
20666 (cgraph_same_body_alias): Update comment.
20667 (cgraph_set_call_stmt): Call cgraph_get_node instead of cgraph_node,
20668 assert it does not return NULL.
20669 (cgraph_update_edges_for_call_stmt): Likewise.
20670 (cgraph_clone_edge): Likewise.
20671 (cgraph_create_virtual_clone): Likewise.
20672 (cgraph_update_edges_for_call_stmt_node): Call cgraph_get_create_node
20673 instead of cgraph_node.
20674 (cgraph_add_new_function): Call cgraph_create_node or
20675 cgraph_get_create_node instead of cgraph_node.
20676 * cgraphbuild.c (record_reference): Call cgraph_get_create_node
20677 instead of cgraph_node.
20678 (record_eh_tables): Likewise.
20679 (mark_address): Likewise.
20680 (mark_load): Likewise.
20681 (build_cgraph_edges): Call cgraph_get_create_node instead
20682 of cgraph_node.
20683 (rebuild_cgraph_edges): Likewise.
20684 * cgraphunit.c (cgraph_finalize_function): Call cgraph_get_create_node
20685 instead of cgraph_node.
20686 (cgraph_copy_node_for_versioning): Call cgraph_create_node instead of
20687 cgraph_node.
20688 * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Call
20689 cgraph_create_node instead of cgraph_node.
20690 * c-decl.c (finish_function): Call cgraph_get_create_node instead
20691 of cgraph_node.
20692 * lto-cgraph.c (input_node): Likewise.
20693 * lto-streamer-in.c (input_function): Likewise.
20694 * varasm.c (mark_decl_referenced): Likewise.
20695 (assemble_alias): Likewise.
20696
20697 2011-04-12 Martin Jambor <mjambor@suse.cz>
20698
20699 * tree-inline.c (tree_function_versioning): Call cgraph_get_node
20700 instead of cgraph_node and assert it does not return NULL.
20701 * lto-streamer-in.c (lto_read_body): Likewise.
20702 * omp-low.c (new_omp_context): Likewise.
20703 (create_task_copyfn): Likewise.
20704 * tree-emutls.c (lower_emutls_function_body): Likewise.
20705 * matrix-reorg.c (transform_allocation_sites): Likewise.
20706
20707 2011-04-12 Jakub Jelinek <jakub@redhat.com>
20708
20709 PR c/48552
20710 * c-typeck.c (build_asm_expr): Error out on attempts to use
20711 void type outputs or inputs for constraints that allow reg or
20712 don't allow memory.
20713
20714 2011-04-11 Chung-Lin Tang <cltang@codesourcery.com>
20715 Richard Earnshaw <rearnsha@arm.com>
20716
20717 PR target/48250
20718 * config/arm/arm.c (arm_legitimize_reload_address): Update cases
20719 to use sign-magnitude offsets. Reject unsupported unaligned
20720 cases. Add detailed description in comments.
20721 * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
20722 condition from TARGET_32BIT to TARGET_ARM.
20723
20724 2011-04-11 Nathan Froyd <froydnj@codesourcery.com>
20725
20726 * tree.h (struct typed_tree): New.
20727 (struct tree_common): Include it instead of tree_base.
20728 (TREE_TYPE): Update for new location of type field.
20729 (TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
20730 (DECL_USER_ALIGN, DECL_PACKED): Likewise.
20731 (union tree_node): Add typed field.
20732 * treestruct.def (TS_TYPED): New.
20733 * lto-streamer.c (check_handled_ts_structures): Handle it.
20734 * tree.c (MARK_TS_TYPED): New macro.
20735 (MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
20736
20737 2011-04-11 Eric Botcazou <ebotcazou@adacore.com>
20738
20739 * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
20740 (force_nonfallthru): Do not alter the loop nest if no basic block
20741 was created.
20742
20743 2011-04-11 Uros Bizjak <ubizjak@gmail.com>
20744
20745 * config/i386/sse.md (VI): New mode iterator.
20746 (SSEMODEI): Remove.
20747 (AVX256MODEI): Ditto.
20748 (AVXMODEF4P): Ditto.
20749 (avxvecpsmode): Ditto.
20750 (one_cmpl<mode>2): Enable for TARGET_SSE. Use VI mode iterator.
20751 (sse2_andnot<mode>3): New expander.
20752 (*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
20753 *avx_andnot<mode>3. Enable for TARGET_SSE. Use VI mode iterator.
20754 (<any_logic:code><mode>3): Use VI mode iterator.
20755 (*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
20756 and *avx_<any_logic:code><mode>3. Use VI mode iterator.
20757 (*andnottf3): Handle AVX three-operand constraints.
20758 (*<any_logic:code>tf3): Handle AVX three-operand constraints.
20759
20760 2011-04-11 Joseph Myers <joseph@codesourcery.com>
20761 Robert Millan <rmh@gnu.org>
20762
20763 * config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
20764 * config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
20765 GNU_USER_DYNAMIC_LINKER64): Define.
20766 (REG_NAME): Don't undefine.
20767 (MD_UNWIND_SUPPORT): Undefine.
20768 * config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
20769 (REG_NAME): Don't undefine.
20770 (MD_UNWIND_SUPPORT): Undefine.
20771 * config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION): Define.
20772
20773 2011-04-11 Joseph Myers <joseph@codesourcery.com>
20774
20775 * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
20776 (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
20777
20778 2011-04-11 Xinliang David Li <davidxl@google.com>
20779
20780 * value-profile.c (check_ic_target): New function.
20781 (gimple_ic_transform): Sanity check indirect call target.
20782 * gimple-low.c (gimple_check_call_args): Interface change.
20783 (gimple_check_call_matching_types): New function.
20784 * tree-inline.c (tree_can_inline_p): Call new function.
20785
20786 2011-04-11 Basile Starynkevitch <basile@starynkevitch.net>
20787
20788 * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
20789 tree-pretty-print.h & realmpfr.h.
20790
20791 2011-04-11 Vladimir Makarov <vmakarov@redhat.com>
20792
20793 PR middle-end/48464
20794 * ira.c (setup_pressure_classes): Fix typo in loop condition.
20795 (setup_allocno_and_important_classes): Ditto.
20796
20797 2011-04-11 Joseph Myers <joseph@codesourcery.com>
20798
20799 * config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
20800 GNU_USER_DYNAMIC_LINKER.
20801 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
20802 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20803 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
20804 LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
20805 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
20806 GNU_USER_TARGET_OS_CPP_BUILTINS.
20807 * config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
20808 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20809 * config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
20810 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20811 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
20812 LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
20813 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
20814 GNU_USER_TARGET_OS_CPP_BUILTINS.
20815 * config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
20816 GNU_USER_DYNAMIC_LINKER.
20817 * config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
20818 GNU_USER_TARGET_OS_CPP_BUILTINS.
20819 * config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
20820 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20821 * config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
20822 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20823 * config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
20824 * config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
20825 GNU_USER_DYNAMIC_LINKER64): Remove.
20826 * config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
20827 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20828 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
20829 GNU_USER_DYNAMIC_LINKER.
20830 * config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
20831 GNU_USER_TARGET_OS_CPP_BUILTINS.
20832 * config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
20833 GNU_USER_TARGET_OS_CPP_BUILTINS.
20834 * config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
20835 to GNU_USER_TARGET_OS_CPP_BUILTINS.
20836 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
20837 GNU_USER_TARGET_OS_CPP_BUILTINS.
20838 (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
20839 (LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
20840 (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
20841 * config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
20842 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20843 * config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
20844 GNU_USER_DYNAMIC_LINKER.
20845 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
20846 GNU_USER_TARGET_OS_CPP_BUILTINS.
20847 * config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
20848 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20849 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
20850 GNU_USER_DYNAMIC_LINKER.
20851 * config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
20852 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20853 * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
20854 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20855 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
20856 GNU_USER_DYNAMIC_LINKER.
20857 * config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
20858 GNU_USER_DYNAMIC_LINKERN32.
20859 (LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
20860 GNU_USER_DYNAMIC_LINKERN32. Change LINUX_DYNAMIC_LINKER64 to
20861 GNU_USER_DYNAMIC_LINKER64. Change LINUX_DYNAMIC_LINKER32 to
20862 GNU_USER_DYNAMIC_LINKER32.
20863 * config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
20864 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20865 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
20866 GNU_USER_DYNAMIC_LINKER.
20867 * config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
20868 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20869 * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
20870 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20871 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
20872 * config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
20873 GNU_USER_DYNAMIC_LINKER32.
20874 (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
20875 * config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
20876 GNU_USER_DYNAMIC_LINKER.
20877 * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
20878 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20879 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
20880 GNU_USER_DYNAMIC_LINKER32. Change LINUX_DYNAMIC_LINKER64 to
20881 GNU_USER_DYNAMIC_LINKER64.
20882 * config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
20883 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20884 (SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
20885 GNU_USER_DYNAMIC_LINKER.
20886 * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
20887 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20888 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
20889 GNU_USER_DYNAMIC_LINKER.
20890 * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
20891 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20892 (LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
20893 GNU_USER_DYNAMIC_LINKER32.
20894 (LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
20895 GNU_USER_DYNAMIC_LINKER64.
20896 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
20897 GNU_USER_DYNAMIC_LINKER64.
20898 * config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
20899 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20900 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
20901 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
20902 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
20903
20904 2011-04-11 Joseph Myers <joseph@codesourcery.com>
20905
20906 * config/i386/gnu-user.h: Copy from linux.h. Update comments.
20907 (LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
20908 (SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
20909 GNU_USER_DYNAMIC_LINKER.
20910 (MD_UNWIND_SUPPORT, REG_NAME): Remove.
20911 * config/i386/gnu-user64.h: Copy from linux64.h. Update comments.
20912 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
20913 (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
20914 GNU_USER_DYNAMIC_LINKER64.
20915 (MD_UNWIND_SUPPORT, REG_NAME): Remove.
20916 * config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
20917 GNU_USER_LINK_EMULATION.
20918 * config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
20919 DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
20920 ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
20921 MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
20922 PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
20923 CPP_SPEC, CC1_SPEC): Remove.
20924 (LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
20925 (GNU_USER_DYNAMIC_LINKER): Define.
20926 (ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
20927 ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
20928 ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
20929 LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
20930 TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
20931 STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
20932 TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
20933 * config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
20934 CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
20935 TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
20936 LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
20937 LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
20938 (GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
20939 (STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
20940 TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
20941 TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
20942 * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
20943 GNU_USER_DYNAMIC_LINKER.
20944 * config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
20945 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
20946 * config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
20947 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
20948 * config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
20949 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
20950 * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
20951 i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
20952 i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
20953 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new headers.
20954
20955 2011-04-11 Kai Tietz <ktietz@redhat.com>
20956
20957 PR target/9601
20958 PR target/11772
20959 * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
20960 * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
20961 comment.
20962 (ix86_is_msabi_thiscall): Removed.
20963 (ix86_is_type_thiscall): Likewise.
20964 (ix86_get_callcvt): New function.
20965 (ix86_comp_type_attributes): Simplify check.
20966 (ix86_function_regparm): Use ix86_get_callcvt for calling
20967 convention attribute checks.
20968 (ix86_return_pops_args): Likewise.
20969 (ix86_static_chain): Likewise.
20970 (x86_this_parameter): Likewise.
20971 (x86_output_mi_thunk): Likewise.
20972 (ix86_function_type_abi): Optimize check for types without attributes.
20973 * config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
20974 IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
20975 IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
20976 by flag-values.
20977 (IX86_BASE_CALLCVT): Helper macro.
20978 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
20979 Use ix86_get_callcvt for calling convention attribute checks and avoid
20980 symbol-decoration for stdcall in TARGET_RTD case.
20981 * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
20982 Likewise.
20983 (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
20984 for declaration.
20985
20986 2011-04-11 Uros Bizjak <ubizjak@gmail.com>
20987
20988 * config/i386/sse.md (VI_128): New mode iterator.
20989 (VI12_128): Rename from SSEMODE12.
20990 (VI14_128): Rename from SSEMODE14.
20991 (VI124_128): New mode iterator.
20992 (VI24_128): Rename from SSEMODE248.
20993 (VI248_128): Rename from SSEMODE248.
20994 (SSEMODE124C8): Remove.
20995 (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
20996 (*sse2_<plusminus_insn><mode>3): Merge with
20997 *avx_<plusminus_insn><mode>3.
20998 (*mulv8hi3): Merge with *avx_mulv8hi3.
20999 (*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
21000 (*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
21001 (*sse2_pmaddwd): Merge with *avx_pmaddwd.
21002 (*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
21003 (ashr<mode>3): Merge with *avx_ashr<mode>3.
21004 (lshr<mode>3): Merge with *avx_lshr<mode>3.
21005 (ashl<mode>3): Merge with *avx_ashl<mode>3.
21006 (sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
21007 (sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
21008 (*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
21009 (*<smaxmin:code>v8hi3): Ditto.
21010 (*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
21011 (*<smaxmin:code>v16qi3): Ditto.
21012 (*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
21013 (*sse2_eq<mode>3): Ditto.
21014 (*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
21015 (*sse2_gt<mode>3): Ditto.
21016 (vcondv2di): Split out of vcond<mode>.
21017 (vconduv2di): Split out of vcondu<mode>.
21018
21019 2011-04-11 Richard Guenther <rguenther@suse.de>
21020
21021 * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
21022 before calling tree_low_cst.
21023
21024 2011-04-11 Richard Guenther <rguenther@suse.de>
21025
21026 * stor-layout.c (layout_type): Compute all array index size operations
21027 in the original type.
21028 (initialize_sizetypes): Add comment.
21029 (set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
21030
21031 2011-04-11 Joseph Myers <joseph@codesourcery.com>
21032
21033 * common.opt (Tbss=, Tdata=, Ttext=): New options.
21034
21035 2011-04-11 Martin Jambor <mjambor@suse.cz>
21036
21037 * cgraph.c (cgraph_local_info): Call cgraph_get_node instead
21038 of cgraph_node, handle NULL return value.
21039 (cgraph_global_info): Likewise.
21040 (cgraph_rtl_info): Likewise.
21041 * tree-inline.c (estimate_num_insns): Likewise.
21042 * gimplify.c (unshare_body): Likewise.
21043 (unvisit_body): Likewise.
21044 (gimplify_body): Likewise.
21045 * predict.c (optimize_function_for_size_p): Likewise.
21046 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
21047 (call_may_clobber_ref_p_1): Likewise.
21048 * varasm.c (function_section_1): Likewise.
21049 (assemble_start_function): Likewise.
21050
21051 2011-04-11 Martin Jambor <mjambor@suse.cz>
21052
21053 * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
21054 of cgraph_node.
21055 * final.c (rest_of_clean_state): Likewise.
21056 * gimple-iterator.c (update_call_edge_frequencies): Likewise.
21057 * passes.c (pass_init_dump_file): Likewise.
21058 (execute_all_ipa_transforms): Likewise.
21059 (function_called_by_processed_nodes_p): Likewise.
21060 * predict.c (maybe_hot_frequency_p): Likewise.
21061 (probably_never_executed_bb_p): Likewise.
21062 (compute_function_frequency): Likewise.
21063 * tree-nested.c (check_for_nested_with_variably_modified): Likewise.
21064 (unnest_nesting_tree_1): Likewise.
21065 (lower_nested_functions): Likewise.
21066 * tree-optimize.c (execute_fixup_cfg): Likewise.
21067 (tree_rest_of_compilation): Likewise.
21068 * tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
21069 * tree-sra.c (ipa_early_sra): Likewise.
21070 * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
21071 * config/i386/i386.c (ix86_compute_frame_layout): Likewise.
21072 * ipa.c (record_cdtor_fn): Likewise.
21073 * ipa-inline.c (cgraph_early_inlining): Likewise.
21074 (compute_inline_parameters_for_current): Likewise.
21075 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
21076 * ipa-pure-const.c (local_pure_const): Likewise.
21077 * ipa-split.c (split_function): Likewise.
21078 (execute_split_functions): Likewise.
21079 * cgraphbuild.c (build_cgraph_edges): Likewise.
21080 (rebuild_cgraph_edges): Likewise.
21081 (cgraph_rebuild_references): Likewise.
21082 (remove_cgraph_callee_edges): Likewise.
21083 * cgraphunit.c (cgraph_mark_if_needed): Likewise.
21084 (verify_cgraph_node): Likewise.
21085 (cgraph_analyze_functions): Likewise.
21086 (cgraph_preserve_function_body_p): Likewise.
21087 (save_inline_function_body): Likewise.
21088 (save_inline_function_body): Likewise.
21089 * tree-inline.c (copy_bb): Likewise.
21090 (optimize_inline_calls): Likewise.
21091
21092 2011-04-11 Martin Jambor <mjambor@suse.cz>
21093
21094 PR tree-optimization/48195
21095 * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
21096 ipa_check_create_edge_args.
21097 (ipcp_generate_summary): Do not call ipa_check_create_node_params and
21098 ipa_check_create_edge_args.
21099 * ipa-inline.c (inline_generate_summary): Do not call
21100 ipa_check_create_node_params and ipa_check_create_edge_args.
21101 * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
21102 ipa_check_create_edge_args.
21103
21104 2011-04-09 Anatoly Sokolov <aesok@post.ru>
21105
21106 * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
21107 instead of loop.
21108 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
21109 * function.c (record_hard_reg_sets): Likewise.
21110 * ira.c (compute_regs_asm_clobbered): Likewise.
21111 * sched-deps.c (sched_analyze_1): Likewise.
21112 * reload1.c (mark_reload_reg_in_use, choose_reload_regs): Likewise.
21113
21114 2011-04-09 Xinliang David Li <davidxl@google.com>
21115
21116 PR tree-optimization/PR48484
21117 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
21118 has_valid_pred lazily
21119
21120 2011-04-09 Duncan Sands <baldrick@free.fr>
21121
21122 * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
21123
21124 2011-04-08 Eric Botcazou <ebotcazou@adacore.com>
21125
21126 * combine.c (combine_validate_cost): Adjust comments. Set registered
21127 cost of I0 to zero at the end, if any.
21128
21129 2011-04-08 Xinliang David Li <davidxl@google.com>
21130
21131 * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
21132 to insane profile data.
21133
21134 2011-04-08 Xinliang David Li <davidxl@google.com>
21135
21136 * ipa-cp.c (ipcp_update_profiling): Correct
21137 negative scale factor due to insane profile data.
21138
21139 2011-04-08 Xinliang David Li <davidxl@google.com>
21140
21141 * final.c (dump_basic_block_info): New function.
21142 (final): Dump basic block.
21143 (final_scan_insn): Remove old dump.
21144
21145 2011-04-08 Steven G. Kargl <kargl@gcc.gnu.org>
21146
21147 PR target/47829
21148 * config.gcc (i386-*-freebsd): Disable unwind table generation for
21149 crtbegin/crtend.
21150
21151 2011-04-08 Michael Matz <matz@suse.de>
21152
21153 PR middle-end/48389
21154 * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
21155 functions.
21156 (rebuild_jump_labels): Call rebuild_jump_labels_1.
21157 * rtl.h (rebuild_jump_labels_chain): Declare.
21158 * cfgexpand.c (gimple_expand_cfg): Initialize JUMP_LABEL also on
21159 insns inserted on edges.
21160
21161 2011-04-08 Joseph Myers <joseph@codesourcery.com>
21162
21163 * config.gcc (arm*-*-*): Add arm/arm-tables.opt to extra_options.
21164 * config/arm/arm-arches.def: New.
21165 * config/arm/arm-opts.h: New.
21166 * config/arm/genopt.sh: New.
21167 * config/arm/arm-tables.opt: New (generated).
21168 * config/arm/arm.c (arm_handle_option, arm_target_help,
21169 TARGET_HANDLE_OPTION, TARGET_HELP, arm_find_cpu): Remove.
21170 (all_architectures): Get most table contents from arm-arches.def.
21171 (arm_option_override): Set arm_selected_arch, arm_selected_cpu and
21172 arm_selected_tune here.
21173 * config/arm/arm.h (enum processor_type): Move to arm-opts.h.
21174 * config/arm/arm.opt (config/arm/arm-opts.h): New HeaderInclude.
21175 (march=, mcpu=, mtune=): Use Enum and Var.
21176 * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt): New.
21177 (arm.o): Update dependencies.
21178
21179 2011-04-08 Basile Starynkevitch <basile@starynkevitch.net>
21180
21181 * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
21182 of header_file.
21183 (write_typed_struct_alloc_def, write_typed_typedef_alloc_def)
21184 (write_typed_alloc_defns): Likewise.
21185 (main): Calls write_typed_alloc_defns with output_header.
21186
21187 2011-04-08 Vladimir Makarov <vmakarov@redhat.com>
21188
21189 PR inline-asm/48435
21190 * ira-color.c (setup_profitable_hard_regs): Add comments.
21191 Don't take prohibited hard regs into account.
21192 (setup_conflict_profitable_regs): Rename to
21193 get_conflict_profitable_regs.
21194 (check_hard_reg_p): Check prohibited hard regs.
21195
21196 2011-04-08 Nathan Froyd <froydnj@codesourcery.com>
21197
21198 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
21199 * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise.
21200 * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise.
21201
21202 2011-04-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21203
21204 PR target/48366
21205 * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
21206 move from floating point to shift amount register.
21207 (emit_move_sequence): Remove secondary reload support for floating
21208 point to shift amount amount register copies.
21209 (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
21210 amount register copies.
21211 * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
21212 register, return false if mode isn't a scalar integer mode.
21213 * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
21214
21215 2011-04-08 Richard Guenther <rguenther@suse.de>
21216
21217 * gimple.c (gimple_call_flags): Remove kludge.
21218
21219 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
21220
21221 * sel-sched.c (sel_region_init): Move call to
21222 sel_setup_region_sched_flags after setup_current_loop_nest.
21223
21224 2011-04-08 Andrey Belevantsev <abel@ispras.ru>
21225
21226 PR rtl-optimization/48272
21227 * sched-deps.c (setup_insn_reg_pressure_info): Export and rename to
21228 init_insn_reg_pressure_info. Adjust a caller.
21229 * sched-int.h (init_insn_reg_pressure_info): Declare.
21230 * haifa-sched.c (haifa_init_insn): Call init_insn_reg_pressure_info
21231 when sched-pressure is enabled.
21232
21233 2011-04-08 Richard Guenther <rguenther@suse.de>
21234
21235 * gimple.c (gimple_set_modified): Do not queue calls to
21236 MODIFIED_NORETURN_CALLS here ...
21237 * tree-ssa-operands.c (update_stmt_operands): ... but here.
21238
21239 2011-04-08 Richard Guenther <rguenther@suse.de>
21240
21241 PR lto/48467
21242 * toplev.c (lang_dependent_init): Do not open asm_out_file
21243 in WPA mode, nor perform debug machinery initialization.
21244 (finalize): Do not unlink asm_out_file in WPA mode.
21245
21246 2011-04-08 Richard Guenther <rguenther@suse.de>
21247
21248 * gimple.h (gimple_call_fntype): New function.
21249 (gimple_call_return_type): Use it.
21250 * expr.c (expand_expr_real_1): Use gimple_call_fntype.
21251 * gimple-low.c (gimple_check_call_args): Likewise.
21252 * gimple.c (gimple_call_flags): Likewise.
21253 (gimple_call_arg_flags): Likewise.
21254 (gimple_call_return_flags): Likewise.
21255 * tree-cfg.c (verify_gimple_call): Likewise.
21256 (do_warn_unused_result): Likewise.
21257 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
21258 * value-prof.c (gimple_ic_transform): Fix fndecl check.
21259
21260 2011-04-08 Dmitry Melnik <dm@ispras.ru>
21261
21262 PR rtl-optimization/48235
21263 * sel-sched.c (code_motion_process_successors): Recompute the last
21264 insn in basic block if control flow changed.
21265 (code_motion_path_driver): Ditto. Recompute the first insn as well.
21266 Update condition for ilist_remove.
21267
21268 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
21269
21270 PR rtl-optimization/48302
21271 * sel-sched-ir.h (sel_add_loop_preheaders): Update prototype.
21272 * sel-sched-ir.c (sel_add_loop_preheaders): Add 'bbs' argument. Use
21273 it to record added preheader blocks.
21274 * sel-sched.c (setup_current_loop_nest): Add 'bbs' argument. Pass it
21275 on to sel_add_loop_preheaders.
21276 (sel_region_init): Move call to setup_current_loop_nest after
21277 sel_init_bbs.
21278
21279 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
21280
21281 PR target/48273
21282 * cfgloop.h (loop_has_exit_edges): New helper.
21283 * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
21284 non-clonable.
21285 * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
21286 that have no exit edges.
21287
21288 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
21289
21290 PR rtl-optimization/48442
21291 * sel-sched.c (init_seqno): Remove number_of_insns argument. Update
21292 all callers. Adjust assert.
21293
21294 2011-04-08 Jakub Jelinek <jakub@redhat.com>
21295
21296 PR tree-optimization/48377
21297 * tree-vect-data-refs.c (vector_alignment_reachable_p): Set
21298 is_packed to true even for types with smaller TYPE_ALIGN than
21299 TYPE_SIZE.
21300
21301 2011-04-08 Richard Guenther <rguenther@suse.de>
21302
21303 PR bootstrap/48513
21304 * doc/tm.texi: Re-generate.
21305
21306 2011-04-08 Wei Guozhi <carrot@google.com>
21307
21308 PR target/47855
21309 * config/arm/arm-protos.h (arm_attr_length_push_multi): New prototype.
21310 * config/arm/arm.c (arm_attr_length_push_multi): New function.
21311 * config/arm/arm.md (*push_multi): Change the length computation to
21312 call a C function.
21313
21314 2011-04-08 Anatoly Sokolov <aesok@post.ru>
21315
21316 * doc/tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
21317 (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Update documentation.
21318 * doc/tm.texi: Regenerate.
21319 * system.h (ASM_OUTPUT_BSS): Poison.
21320 * varasm.c (asm_output_bss): Remove function.
21321 (emit_bss, init_varasm_once): Don't use ASM_OUTPUT_BSS macro.
21322
21323 * config/frv/frv.h (BSS_SECTION_ASM_OP): Remove comment.
21324 * config/frv/fr30.h (BSS_SECTION_ASM_OP): Likewise.
21325 * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Likewise.
21326 * config/i386/i386elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
21327 Likewise.
21328 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
21329 Likewise.
21330 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
21331 Likewise.
21332 * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
21333
21334 2011-04-07 Joseph Myers <joseph@codesourcery.com>
21335
21336 * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
21337 EnumValue lines.
21338
21339 2011-04-07 Joseph Myers <joseph@codesourcery.com>
21340
21341 * config/m68k/m68k.c (m68k_handle_option): Don't handle
21342 OPT_m68000, OPT_mc68000, OPT_m68010, OPT_m68020, OPT_mc68020,
21343 OPT_m68030, OPT_m68040, OPT_m68060, OPT_m68302, OPT_m68332 and
21344 OPT_mcpu32.
21345 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
21346 handle -mc68000, -m68000, -m68302, -m68010, -mc68020, -m68020,
21347 -m68030, -m68040, -m68060, -mcpu32 and -m68332.
21348 * config/m68k/m68k.opt (m68000, m68010, m68020, m68030, m68040,
21349 m68060, m68302, m68332, mc68000, mc68020, mcpu32): Use Alias.
21350 * config/m68k/t-mlibs (CANONICALIZE_OPTIONS): Remove.
21351 (MULTILIB_OPTIONS): Don't use $(CANONICALIZE_OPTIONS).
21352 (MULTILIB_MATCHES): Map -march= options to corresponding -mcpu=
21353 options. Don't map other m68k options manually. Don't handle
21354 old-style options as canonical.
21355 (MULTILIB_EXCEPTIONS): Don't use $(CANONICALIZE_OPTIONS).
21356 * doc/install.texi (m68k-*-*): Document binutils version requirement.
21357
21358 2011-04-07 Eric Botcazou <ebotcazou@adacore.com>
21359
21360 * basic-block.h (force_nonfallthru): Move to...
21361 * cfghooks.h (struct cfg_hooks): Add force_nonfallthru hook.
21362 (force_nonfallthru): ...here.
21363 * cfghooks.c (force_nonfallthru): New function.
21364 * cfgrtl.c (force_nonfallthru): Rename into...
21365 (rtl_force_nonfallthru): ...this.
21366 (commit_one_edge_insertion): Do not set AUX field.
21367 (commit_edge_insertions): Do not discover new basic blocks.
21368 (rtl_cfg_hooks): Add rtl_force_nonfallthru.
21369 (cfg_layout_rtl_cfg_hooks): Likewise.
21370 * function.c (thread_prologue_and_epilogue_insns): Remove bogus
21371 ATTRIBUTE_UNUSED. Discover new basic blocks in the prologue insns.
21372 * tree-cfg.c (gimple_cfg_hooks): Add NULL for force_nonfallthru.
21373
21374 2011-04-07 Anatoly Sokolov <aesok@post.ru>
21375
21376 * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
21377 Remove macros.
21378
21379 2011-04-07 Uros Bizjak <ubizjak@gmail.com>
21380
21381 * config/i386/sse.md: Update copyright year.
21382 (avxcvtvecmode): Remove.
21383 (sse_movhlps): Merge with *avx_movhlps.
21384 (sse_movlhps): Merge with *avx_movlhps.
21385 (vec_interleave_highv4sf): Merge with *avx_interleave_highv4sf.
21386 (vec_interleave_lowv4sf): Merge with *avx_interleave_lowv4sf.
21387 (sse_shufps_<mode>): Merge with *avx_shufps_<mode>.
21388 (sse_loadhps): Merge with *avx_loadhps.
21389 (sse_storelps): Merge with *avx_storelps.
21390 (sse_loadlps): Merge with *avx_loadlps.
21391 (sse_movss): Merge with *avx_movss.
21392 (*vec_concatv2sf_sse4_1): Merge with *vec_concatv2sf_avx.
21393 (*vec_concatv4sf_sse): Merge with *vec_concatv4sf_avx.
21394 (*vec_set<mode>_0_sse4_1): Merge with *vec_set<mode>_0_avx.
21395 (*vec_set<mode>_0_sse2): Split multi-unit alternative.
21396 (vec_set<mode>_0): Ditto.
21397 (*vec_setv4sf_sse4_1): Merge with *vec_setv4sf_avx.
21398 (sse4_1_insertps): Merge with *avx_insertps.
21399 (*sse3_interleave_highv2df): Merge with *avx_interleave_highv2df.
21400 (*sse3_interleave_lowv2df): Merge with *avx_interleave_lowv2df.
21401 (vec_interleave_highv2di): Merge with *avx_interleave_highv2di.
21402 (sse2_shufpd_<mode>): Merge with *avx_shufpd_<mode>.
21403 (sse2_storehpd): Merge with *avx_storehpd.
21404 (sse2_loadhpd): Merge with *avx_loadhpd.
21405 (sse2_loadlpd): Merge with *avx_loadlpd.
21406 (sse2_movsd): Merge with *avx_movsd.
21407 (*vec_concatv2df): Merge with *vec_concatv2df.
21408
21409 2011-04-07 Jakub Jelinek <jakub@redhat.com>
21410
21411 PR debug/48343
21412 * combine.c (combine_instructions): Add last_combined_insn,
21413 update it if insn is after it, pass it to all try_combine calls.
21414 (try_combine): Add last_combined_insn parameter, pass it instead of
21415 i3 to propagate_for_debug.
21416
21417 2011-04-07 Nick Clifton <nickc@redhat.com>
21418
21419 * config/mn10300/mn10300.md (movqi_internal): Add alternatives
21420 to handle MDR <-> data register transfers.
21421 (movhi_internal): Likewise.
21422
21423 2011-04-07 Alan Modra <amodra@gmail.com>
21424
21425 * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
21426 previous stack info.
21427
21428 2011-04-07 Tom de Vries <tom@codesourcery.com>
21429
21430 PR target/43920
21431 * cfgcleanup.c (try_crossjump_to_edge): Add dir parameter. Pass dir to
21432 flow_find_cross_jump. Swap variables to implement backward replacement.
21433 (try_crossjump_bb): Add argument to try_crossjump_to_edge.
21434
21435 2011-04-07 Tom de Vries <tom@codesourcery.com>
21436
21437 PR target/43920
21438 * cfgcleanup.c (walk_to_nondebug_insn): New function.
21439 (flow_find_cross_jump): Use walk_to_nondebug_insn. Recalculate bb1
21440 and bb2.
21441 (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
21442 src1 or src2. Redirect edges to the last basic block. Update
21443 frequency and count on multiple basic blocks in case of fallthru.
21444
21445 2011-04-07 Tom de Vries <tom@codesourcery.com>
21446
21447 PR target/43920
21448 * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
21449 function.
21450 (old_insns_match_p): Change return type. Replace return false/true
21451 with return dir_none/dir_both. Use can_replace_by.
21452 (flow_find_cross_jump): Add dir_p parameter. Init replacement
21453 direction from dir_p. Register replacement direction in dir, last_dir
21454 and afterlast_dir. Handle new return type of old_insns_match_p using
21455 merge_dir. Return replacement direction in dir_p.
21456 (flow_find_head_matching_sequence, outgoing_edges_match): Handle new
21457 return type of old_insns_match_p.
21458 (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump.
21459 * ifcvt.c ( cond_exec_process_if_block): Add argument to call to
21460 flow_find_cross_jump.
21461 * basic-block.h (enum replace_direction): New type.
21462 (flow_find_cross_jump): Add parameter to declaration.
21463
21464 2011-04-06 Uros Bizjak <ubizjak@gmail.com>
21465
21466 * config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
21467 (AVXMODEDCVTPS2DQ): Ditto.
21468 (VEC_FLOAT_MODE): Ditto.
21469 (<sse>_andnot<mode>3): Merge with avx_andnot<mode>3. Use VF mode
21470 iterator. Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
21471 (<any_logic:code><mode>3): Use VF mode iterator.
21472 (*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
21473 Use VF mode iterator.
21474 (copysign<mode>3): Use VF mode iterator.
21475 (*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3. Handle
21476 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
21477 (*<any_logic:code><MODEF:mode>3): Merge with
21478 *avx_<any_logic:code><MODEF:mode>3.
21479 (sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
21480 (sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
21481 (avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
21482 (avx_cvtdq2ps<avxmodesuffix>): Remove.
21483 (sse2_cvtdq2ps): Use %v modifier.
21484 (avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
21485 (avx_cvtps2dq<avxmodesuffix>): Remove.
21486 (sse2_cvtps2dq): Use %v modifier.
21487 (avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
21488 (avx_cvttps2dq<avxmodesuffix>): Remove.
21489 (sse2_cvttps2dq): Use %v modifier.
21490 (sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
21491 (sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
21492 (sse2_cvtsd2siq): Fix insn template.
21493 (sse2_cvtsd2siq_2): Ditto.
21494 (sse2_cvttsd2siq): Ditto.
21495 (sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
21496 (sse2_cvtss2sd): Merge with *avx_cvtss2sd.
21497
21498 2011-04-06 Joseph Myers <joseph@codesourcery.com>
21499
21500 * gcov-io.c: Use GCC Runtime Library Exception.
21501
21502 2011-04-06 Jakub Jelinek <jakub@redhat.com>
21503
21504 PR debug/48466
21505 * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
21506 as base_reg whatever register reg has been eliminated to, instead
21507 of hardcoding STACK_POINTER_REGNUM.
21508
21509 2011-04-06 Joseph Myers <joseph@codesourcery.com>
21510
21511 * doc/tm.texi.in: Document C target hooks as separate from general
21512 target hooks.
21513 * doc/tm.texi: Regenerate.
21514 * genhooks.c (struct hook_desc): Add docname field.
21515 (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC). Initialize
21516 docname field.
21517 (hook_array): Include c-target.def.
21518 (emit_documentation): Use docname field in output.
21519 (emit_init_macros): Take docname argument. Only emit definitions
21520 for hooks matching docname.
21521 (main): Expect additional arguments in all cases. Pass argument
21522 to emit_init_macros.
21523 * target.def: Move initial macro definitions and comments to
21524 target-hooks-macros.h.
21525 (gcc_targetcm): Move to c-family/c-target.def.
21526 * target.h (targetcm): Move declaration to c-family/c-target.h.
21527 * targhooks.c (default_handle_c_option): Move to
21528 c-family/c-opts.c.
21529 * targhooks.h (default_handle_c_option): Move declaration to
21530 c-family/c-common.h.
21531 * target-hooks-macros.h: New file.
21532 * config.gcc (target_has_targetcm): Define and use to add to
21533 c_target_objs and cxx_target_objs.
21534 * config/default-c.c: New file.
21535 * config/darwin-c.c: Include c-target.h and c-target-def.h instead
21536 of target.h and target-def.h.
21537 (TARGET_HANDLE_C_OPTION, targetcm): Define later in file.
21538 (darwin_objc_construct_string, darwin_cfstring_ref_p,
21539 darwin_check_cfstring_format_arg): Make static.
21540 (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
21541 TARGET_STRING_OBJECT_REF_TYPE_P,
21542 TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): Define here.
21543 * config/darwin-protos.h (darwin_objc_construct_string,
21544 darwin_cfstring_ref_p, darwin_check_cfstring_format_arg): Don't
21545 declare.
21546 * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
21547 TARGET_STRING_OBJECT_REF_TYPE_P,
21548 TARGET_CHECK_STRING_OBJECT_FORMAT_ARG, TARGET_HAS_TARGETCM): Remove.
21549 * config/t-darwin (darwin-c.o): Update dependencies.
21550 * system.h (TARGET_HAS_TARGETCM): Poison.
21551 * Makefile.in (TARGET_H): Update.
21552 (TARGET_DEF, C_TARGET_DEF, C_TARGET_H, C_TARGET_DEF_H): Define.
21553 (c-family/c-format.o, c-family/c-opts.o): Update dependencies.
21554 (default-c.o): New target.
21555 (s-target-hooks-def-h): Pass "Target Hook" string to genhooks.
21556 (c-family/c-target-hooks-def.h, s-c-target-hooks-def-h): New targets.
21557 (s-tm-texi): Pass -d option to genhooks. Also test timestamp on
21558 c-target.def.
21559 (build/genhooks.o): Update dependencies.
21560
21561 2011-04-06 Richard Guenther <rguenther@suse.de>
21562
21563 * ipa-inline.c (enum inlining_mode): Remove.
21564 (cgraph_flatten): Use some other token.
21565 (cgraph_edge_early_inlinable_p): New function, split out from ...
21566 (cgraph_perform_always_inlining): New function, split out from ...
21567 (cgraph_decide_inlining_incrementally): ... here.
21568 (cgraph_mark_inline_edge): Adjust.
21569 (cgraph_early_inlining): Re-structure.
21570 (pass_early_inline): Require SSA form.
21571
21572 2011-04-06 Andrew Stubbs <ams@codesourcery.com>
21573 Julian Brown <julian@codesourcery.com>
21574 Mark Shinwell <shinwell@codesourcery.com>
21575
21576 * config/arm/arm.h (arm_class_likely_spilled_p): Check against
21577 LO_REGS only for Thumb-1.
21578 (MODE_BASE_REG_CLASS): Restrict base registers to those which can
21579 be used in short instructions when optimising for size on Thumb-2.
21580
21581 2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
21582
21583 * gimple-low.c (lower_gimple_return): When not optimizing, force labels
21584 associated with user returns to be preserved.
21585
21586 2011-04-06 Tristan Gingold <gingold@adacore.com>
21587
21588 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index,
21589 symbol_queue_size, DBXOUT_DECR_NESTING,
21590 (DBXOUT_DECR_NESTING_AND_RETURN): Also define
21591 if XCOFF_DEBUGGING_INFO.
21592
21593 2011-04-06 Uros Bizjak <ubizjak@gmail.com>
21594
21595 * config/i386/i386.md (attribute isa): New.
21596 (attribute enabled): New.
21597 (setcc_<mode>_sse): Merge from *{avx,sse}_setcc<mode>.
21598 (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_mixed_avx.
21599 (*fop_<mode>_comm_sse): Merge with *fop_<mode>_comm_avx.
21600 (*fop_<mode>_1_mixed): Merge with *fop_<mode>_1_mixed_avx.
21601 (*fop_<mode>_1_sse): Merge with *fop_<mode>_1_avx.
21602 (<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
21603 (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.
21604 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.
21605
21606 * config/i386/sse.md (VF): New mode iterator.
21607 (VF1): Ditto.
21608 (VF2): Ditto.
21609 (VF_128): Ditto.
21610 (SSEMODEF4): Remove.
21611 (attribute sse): Handle V8SF and V4DF modes.
21612 (<absneg:code><mode>2): Use VF mode iterator.
21613 (*absneg<mode>2): Merge from *{avx,sse}_absneg<mode>2. Use VF
21614 mode iterator.
21615 (<plusminus_insn><mode>3): Use VF mode iterator.
21616 (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
21617 Use VF mode iterator.
21618 (<sse>_vm<plusminus_insn><mode>3): Merge with
21619 *avx_vm<plusminus_insn><mode>3. Use VF_128 mode iterator.
21620 (mul<mode>3): Use VF mode iterator.
21621 (*mul<mode>3): Merge with *avx_mul<mode>3. Use VF mode iterator.
21622 (<sse>_vmmul<mode>3): Merge with *avx_vmmul<mode>3. Use VF_128
21623 mode iterator.
21624 (div<VF2:mode>3): Merge from divv2df3 and divv4df3.
21625 (div<VF1:mode>3): Merge from divv4sf3 and divv8sf3.
21626 (<sse>_div<mode>3): Merge with *avx_div<mode>3. Use VF mode iterator.
21627 (<sse>_vmdiv<mode>3): Merge with *avx_vmdiv<mode>3. Use VF_128
21628 mode iterator.
21629 (<sse>_rcp<mode>2): Merge from avx_rcpv8sf2 and sse_rcpv4sf2.
21630 Use VF1 mode iterator.
21631 (sse_vmrcpv4sf2): Merge with *avx_vmrcpv4sf2.
21632 (sqrt<VF2:mode>2): New expander.
21633 (sqrt<VF1:mode>2): Merge from sqrtv4sf2 and sqrtv8sf2.
21634 (<sse>_sqrt<mode>2): Merge from avx_sqrtv8sf2, sse_sqrtv4sf, sqrtv4df2
21635 and sqrtv2df2. Use VF mode iterator.
21636 (<sse>_vmsqrt<mode>2): Merge with *avx_vmsqrt<mode>2. Use VF_128
21637 mode iterator.
21638 (rsqrt<VF1:mode>2): Merge from rsqrtv4sf2 and rsqrtv8sf2.
21639 (<sse>_rsqrt<mode>2): Merge from avx_rsqrtv8sf2 and sse_rsqrt4sf2.
21640 Use VF1 mode iterator.
21641 (sse_vmrsqrtv4sf2): Merge with *avx_vmrsqrtv4sf2.
21642 (<smaxmin:code><mode>3): Use VF mode iterator.
21643 (*<smaxmin:code><mode>3_finite): Merge with
21644 *avx_<smaxmin:code><mode>3_finite. Use VF mode iterator.
21645 (*<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
21646 (<sse>_vm<smaxmin:code><mode>2): Merge with
21647 *avx_vm<smaxmin:code><mode>2. Use VF_128 mode iterator.
21648 (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3. Use VF
21649 mode iterator.
21650 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3. Use VF
21651 mode iterator.
21652 (sse3_addsubv2df3): Merge with *avx_addsubv2df3.
21653 (sse3_addsubv4sf3): Merge with *avx_addsubv4sf3.
21654 (sse3_h<plusminus_insn>v2df3): Merge with *avx_h<plusminus_insn>v2df3.
21655 (sse3_h<plusminus_insn>v4sf3): Merge with *avx_h<plusminus_insn>v4sf3.
21656 (avx_cmp<mode>3): Rename from avx_cmp<ssemodesuffix><mode>3. Use
21657 VF mode iterator.
21658 (avx_vmcmp<mode>3): Rename from avx_cmp<ssescalarmodesuffix><mode>3.
21659 Use VF_128 mode iterator.
21660 (<sse>_maskcmp<mode>3): Merge with *avx_maskcmp<mode>3. Use VF
21661 mode iterator.
21662 (<sse>_vmmaskcmp<mode>3): Merge with *avx_vmmaskcmp<mode>3. Use
21663 VF_128 mode iterator.
21664 (vcond<mode>): Use VF mode iterator.
21665 * config/i386/predicates.md (sse_comparison_operator): Merge with
21666 avx_comparison_float_operator. Do not declare as special_predicate.
21667 * config/i386/i386.c (struct builtin_description): Update for renamed
21668 compare patterns.
21669 (ix86_expand_args_builtin): Ditto.
21670 (ix86_expand_sse_compare_mask): Ditto.
21671
21672 2011-04-06 Richard Guenther <rguenther@suse.de>
21673
21674 * tree-inline.c (estimate_num_insns): For calls simply account
21675 for all passed arguments and a used return value.
21676
21677 2011-04-06 Richard Guenther <rguenther@suse.de>
21678
21679 PR tree-optimization/47663
21680 * cgraph.h (struct cgraph_edge): Add call_stmt_size and
21681 call_stmt_time fields.
21682 (cgraph_edge_inlinable_p): Declare.
21683 (cgraph_edge_recursive_p): New inline function.
21684 * cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
21685 (cgraph_clone_edge): Copy it.
21686 * ipa-inline.c (cgraph_estimate_edge_time): New function.
21687 Account for call stmt time.
21688 (cgraph_estimate_time_after_inlining): Take edge argument.
21689 (cgraph_estimate_edge_growth): Account call stmt size.
21690 (cgraph_estimate_size_after_inlining): Take edge argument.
21691 (cgraph_mark_inline_edge): Adjust.
21692 (cgraph_check_inline_limits): Likewise.
21693 (cgraph_recursive_inlining_p): Remove.
21694 (cgraph_edge_badness): Use cgraph_edge_recursive_p.
21695 (cgraph_decide_recursive_inlining): Take edge argument and
21696 adjust.
21697 (cgraph_decide_inlining_of_small_functions): Do not avoid
21698 diags for recursive inlining here.
21699 (cgraph_flatten): Adjust.
21700 (cgraph_decide_inlining_incrementally): Likewise.
21701 (estimate_function_body_sizes): Remove call cost handling.
21702 (compute_inline_parameters): Initialize caller edge call costs.
21703 (cgraph_estimate_edge_growth): New function.
21704 (cgraph_estimate_growth): Use it.
21705 (cgraph_edge_badness): Likewise.
21706 (cgraph_check_inline_limits): Take an edge argument.
21707 (cgraph_decide_inlining_of_small_functions): Adjust.
21708 (cgraph_decide_inlining): Likewise.
21709 * tree-inline.c (estimate_num_insns): Only account for call
21710 return value if it is used.
21711 (expand_call_inline): Avoid diagnostics on recursive inline
21712 functions here.
21713 * lto-cgraph.c (lto_output_edge): Output edge call costs.
21714 (input_edge): Input edge call costs.
21715
21716 2011-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21717
21718 * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
21719
21720 2011-04-06 Jonathan Wakely <jwakely.gcc@gmail.com>
21721
21722 * doc/invoke.texi (Spec Files): Fix typo.
21723
21724 2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
21725
21726 * profile.c (branch_prob): Move declaration of local variable. Remove
21727 obsolete ??? comment. Expand the location explicitly instead of using
21728 the LOCATION_FILE and LOCATION_LINE macros.
21729
21730 2011-04-06 Wei Guozhi <carrot@google.com>
21731
21732 PR target/47855
21733 * config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
21734 (arm_cond_branch): Likewise.
21735 (arm_cond_branch_reversed): Likewise.
21736 (arm_jump): Likewise.
21737 (push_multi): Likewise.
21738 * config/arm/constraints.md (Py): New constraint.
21739
21740 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
21741
21742 PR bootstrap/48471
21743 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
21744 Move these...
21745 (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
21746 (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
21747 #ifdef DBX_DEBUGGING_INFO.
21748
21749 2011-04-05 Bernd Schmidt <bernds@codesourcery.com>
21750
21751 PR bootstrap/48403
21752 * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
21753 if old and new states differ.
21754
21755 2011-04-05 Joseph Myers <joseph@codesourcery.com>
21756
21757 * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
21758 OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
21759 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
21760 handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
21761 * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
21762 mcfv4e): Use Alias.
21763 * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
21764 ColdFire options to -mcpu= options.
21765
21766 2011-04-05 Jeff Law <law@redhat.com>
21767
21768 * tree-ssa-threadupdate.c (determine_bb_domination_status): Always
21769 check if BB is a successor of LOOP->header and return
21770 NONDOMINATING if it is not, regardless of ENABLE_CHECKING.
21771
21772 2011-04-05 Steven Bosscher <steven@gcc.gnu.org>
21773
21774 * cprop.c (struct reg_use): Remove.
21775 (reg_use_table): Make an array of RTX.
21776 (find_used_regs, constprop_register, local_cprop_pass,
21777 bypass_block): Simplify users of reg_use_table.
21778 (cprop_insn): Likewise. Iterate if copy propagation succeeded
21779 on one of the uses found by find_used_regs.
21780
21781 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
21782
21783 PR bootstrap/48469
21784 * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
21785 declaration.
21786
21787 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
21788
21789 * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
21790 as an rtx.
21791 (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
21792
21793 2011-04-05 Steven Bosscher <steven@gcc.gnu.org>
21794
21795 PR middle-end/48441
21796 * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
21797
21798 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
21799
21800 * combine.c: Include obstack.h.
21801 (struct insn_link): Define.
21802 (uid_log_links): Adjust type.
21803 (FOR_EACH_LOG_LINK): New macro.
21804 (insn_link_obstack): Declare.
21805 (alloc_insn_link): Define.
21806 (create_log_links): Call it. Use FOR_EACH_LOG_LINK and adjust
21807 type of link variables.
21808 (find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
21809 (try_combine, record_promoted_values, distribute_notes): Likewise.
21810 (distribute_links): Likewise. Tweak prototype.
21811 (clear_log_links): Delete.
21812 (adjust_for_new_dest): Call alloc_insn_link.
21813 * Makefile.in (combine.o): Depend on $(OBSTACK_H).
21814
21815 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
21816
21817 * gcse.c (modify_mem_list): Convert to an array of VECs.
21818 (canon_modify_mem_list, compute_transp): Tweak formatting.
21819 (alloc_gcse_mem): Likewise. Adjust for modify_mem_list change.
21820 (load_killed_in_block_p): Likewise.
21821 (record_last_mem_set_info): Likewise.
21822 (clear_modify_mem_tables): Likewise.
21823
21824 2011-04-05 Tom de Vries <tom@codesourcery.com>
21825
21826 PR middle-end/48461
21827 * function.c (emit_use_return_register_into_block): Only define if
21828 HAVE_return.
21829
21830 2011-04-05 Eric Botcazou <ebotcazou@adacore.com>
21831
21832 * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
21833
21834 2011-04-05 Joseph Myers <joseph@codesourcery.com>
21835
21836 * config/rx/rx-opts.h: New.
21837 * config/rx/rx.c (rx_cpu_type): Remove.
21838 (rx_handle_option): Don't assert that global structures are in
21839 use. Access variables via opts pointer. Defer most handling of
21840 OPT_mint_register_. Use error_at.
21841 (rx_option_override): Handle deferred OPT_mint_register_ here.
21842 * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h.
21843 * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude.
21844 (mcpu=): Use Enum and specifiy rx_cpu_type with Var.
21845 (rx_cpu_types): New Enum and EnumValue entries.
21846 (mint-register=): Use Defer and use Var accordingly.
21847
21848 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
21849
21850 * debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete.
21851 (debug_free_queue, debug_nesting, symbol_queue_index): Delete.
21852 * final.c (debug_flush_symbol_queue, debug_queue_symbol):
21853 Move these...
21854 (debug_free_queue, debug_nesting, symbol_queue_index):
21855 ...and these...
21856 * dbxout.c: ...to here. Make static.
21857
21858 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
21859
21860 * gcse.c (modify_pair): Define. Define a VEC of it.
21861 (canon_modify_mem_list): Convert to an array of VECs.
21862 (free_insn_expr_list_list): Delete.
21863 (clear_modify_mem_tables): Call VEC_free instead.
21864 (record_last_mem_set_info): Don't modify canon_modify_mem_list.
21865 (alloc_gcse_mem): Adjust for canon_modify_mem_list change.
21866 (canon_list_insert, compute_transp): Likewise.
21867
21868 2011-04-05 Tom de Vries <tom@codesourcery.com>
21869
21870 PR target/43920
21871 * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
21872 for size.
21873
21874 2011-04-05 Tom de Vries <tom@codesourcery.com>
21875
21876 PR target/43920
21877 * function.c (emit_use_return_register_into_block): New function.
21878 (thread_prologue_and_epilogue_insns): Use
21879 emit_use_return_register_into_block.
21880
21881 2011-04-05 Tom de Vries <tom@codesourcery.com>
21882
21883 PR target/43920
21884 * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
21885 insn.
21886
21887 2011-04-05 Tom de Vries <tom@codesourcery.com>
21888
21889 * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
21890
21891 2011-04-05 Yufeng Zhang <yufeng.zhang@arm.com>
21892
21893 * config/arm/arm.md (define_constants for unspec): Replace with
21894 define_c_enum.
21895 (define_constants for unspecv): Replace with define_c_enum.
21896 * config/arm/neon.md (define_constants for unspec): Replace with
21897 define_c_enum.
21898
21899 2011-04-04 Richard Henderson <rth@redhat.com>
21900
21901 PR bootstrap/48400
21902 * dwarf2out.c (output_line_info): Always emit line info from
21903 at least one section.
21904 (dwarf2out_init): Create text_section_line_info here ...
21905 (set_cur_line_info_table): ... not here.
21906
21907 2011-04-04 Vladimir Makarov <vmakarov@redhat.com>
21908
21909 PR target/48380
21910 * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
21911 not called.
21912
21913 * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
21914
21915 2011-04-04 Steven Bosscher <steven@gcc.gnu.org>
21916
21917 * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
21918 (expr_equiv_p): Remove.
21919 (insert_set_in_table): Look at <dest, src> pair instead of expr.
21920 (hash_scan_set): Update call to insert_set_in_table.
21921 (dump_hash_table): Dump <dest, src> pair.
21922 (lookup_set): Simplify. Lookup <dest, src> pair.
21923 (compute_transp): Remove, fold heavily simplified code into...
21924 (compute_local_properties): ...here. Expect COMP and TRANSP
21925 unconditionally.
21926 (find_avail_set): Take set directly from struct expr.
21927 (find_bypass-set): Likewise.
21928 (bypass_block): Likewise.
21929 (cprop_insn): Likewise. Remove redundant INSN_P test.
21930
21931 * cprop.c (implicit_set_cond_p): Assume nothing about COND, move
21932 checks on form of COND from find_implicit_sets to here.
21933 (find_implicit_sets): Cleanup control flow. Split critical edges
21934 if it exposes implicit sets. Allocate/resize implicit_sets as
21935 necessary.
21936 (one_cprop_pass): Only delete unreachable blocks if local_cprop_pass
21937 changed something. Run df_analyze after find_implicit_sets if any
21938 edges were split. Do not allocate implicit_sets here.
21939
21940 * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
21941 (gcse_obstack): Renamed to cprop_obstack.
21942 (GNEW, GNEWVEC, GNEWVAR): Remove.
21943 (gmalloc): Remove.
21944 (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
21945 (GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
21946 (gcse_alloc): Likewise, and rename to cprop_alloc.
21947 (alloc_gcse_men, free_gcse_mem): Remove.
21948 (gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
21949 (compute_hash_table_work): Allocate and free reg_set_bitmap here.
21950 (one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.
21951
21952 * cprop.c (oprs_not_set_p): Remove.
21953 (mark_set, mark_clobber): Remove.
21954 (mark_oprs_set): Rewrite using DF_INSN_INFO_DEFS cache.
21955 (reg_not_set_p): New function.
21956 (find_avail_set): Use reg_not_set_p instead of oprs_not_set_p.
21957 (cprop_insn): Likewise.
21958 (cprop_jump): Use FOR_EACH_EDGE.
21959
21960 2011-04-04 Bernd Schmidt <bernds@codesourcery.com>
21961
21962 PR bootstrap/48403
21963 * haifa-sched.c (nonscheduled_insns_begin): New static variable.
21964 (rank_for_schedule): Use scheduled_insns vector instead of
21965 last_scheduled_insn.
21966 (ok_for_early_queue_removal): Likewise.
21967 (queue_to_ready): Search forward in nonscheduled_insns_begin if
21968 we have a dbg_cnt.
21969 (choose_ready): Likewise.
21970 (commit_schedule): Use VEC_iterate.
21971 (schedule_block): Initialize nonscheduled_insns_begin. If we have
21972 a dbg_cnt, use it and ensure the first insn is in the ready list.
21973 (haifa_sched_init): Allocate scheduled_insns.
21974 (sched_extend_ready_list): Don't allocate it; reserve space.
21975 (haifa_sched_finish): Free it.
21976
21977 2011-04-04 Joseph Myers <joseph@codesourcery.com>
21978
21979 * optc-gen.awk: Always remove type from Variable entry before
21980 recording in var_seen.
21981
21982 2011-04-04 Eric Botcazou <ebotcazou@adacore.com>
21983
21984 * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
21985 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
21986 call to tidy_fallthru_edges.
21987
21988 2011-04-04 Joseph Myers <joseph@codesourcery.com>
21989
21990 * doc/options.texi (ToLower): Document.
21991 * opt-functions.awk (switch_bit_fields): Initialize cl_tolower field.
21992 * opts-common.c (decode_cmdline_option): Handle cl_tolower.
21993 * opts.h (cl_option): Add cl_tolower field.
21994 * config/rx/rx.c (rx_handle_option): Use strcmp of -mcpu=
21995 arguments with lowercase strings.
21996 * config/rx/rx.opt (mcpu=): Add ToLower.
21997 * config/rx/t-rx (MULTILIB_MATCHES): Don't handle uppercase -mcpu=
21998 argument.
21999
22000 2011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
22001
22002 * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
22003
22004 2011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
22005
22006 * config/vax/vax.c: Include reload.h.
22007
22008 2011-04-04 Anatoly Sokolov <aesok@post.ru>
22009
22010 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Remove.
22011 * config/sparc/sparc.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
22012 (sparc_preferred_reload_class): New function.
22013
22014 2011-04-04 Jakub Jelinek <jakub@redhat.com>
22015
22016 PR debug/48401
22017 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
22018 Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
22019
22020 2011-04-03 Nathan Froyd <froydnj@codesourcery.com>
22021
22022 * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
22023 * tree.c (initialize_tree_contains_struct): Adjust accordingly.
22024
22025 2011-04-03 Anatoly Sokolov <aesok@post.ru>
22026
22027 * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
22028 (ASM_OUTPUT_ALIGNED_BSS): Define.
22029
22030 2011-04-03 Michael Matz <matz@suse.de>
22031
22032 * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
22033 and next_slot members.
22034 (lto_streamer_cache_insert, lto_streamer_cache_insert_at,
22035 lto_streamer_cache_lookup, lto_streamer_cache_get): Adjust prototypes.
22036 (lto_streamer_cache_append): Declare.
22037 * lto-streamer.c (lto_streamer_cache_add_to_node_array): Use
22038 unsigned index, remove offset parameter, ensure that we append
22039 or update existing entries.
22040 (lto_streamer_cache_insert_1): Use unsigned index, remove offset_p
22041 parameter, update next_slot for append.
22042 (lto_streamer_cache_insert): Use unsigned index, remove offset_p
22043 parameter.
22044 (lto_streamer_cache_insert_at): Likewise.
22045 (lto_streamer_cache_append): New function.
22046 (lto_streamer_cache_lookup): Use unsigned index.
22047 (lto_streamer_cache_get): Likewise.
22048 (lto_record_common_node): Don't test tree_node_can_be_shared.
22049 (preload_common_node): Adjust call to lto_streamer_cache_insert.
22050 (lto_streamer_cache_delete): Don't free offsets member.
22051 * lto-streamer-out.c (eq_string_slot_node): Use memcmp.
22052 (lto_output_string_with_length): Use lto_output_data_stream.
22053 (lto_output_tree_header): Remove ix parameter, don't write it.
22054 (lto_output_builtin_tree): Likewise.
22055 (lto_write_tree): Adjust callers to above, don't track and write
22056 offset, write unsigned index.
22057 (output_unreferenced_globals): Don't emit all global vars.
22058 (write_global_references): Use unsigned indices.
22059 (lto_output_decl_state_refs): Likewise.
22060 (write_symbol): Likewise.
22061 * lto-streamer-in.c (lto_input_chain): Move earlier.
22062 (input_function): Use unsigned index.
22063 (input_alias_pairs): Don't read and then ignore all global vars.
22064 (lto_materialize_tree): Remove ix_p parameter, don't read index,
22065 don't pass it back, use lto_streamer_cache_append.
22066 (lto_register_var_decl_in_symtab): Use unsigned index.
22067 (lto_register_function_decl_in_symtab): Likewise.
22068 (lto_get_pickled_tree): Don't read in or handle offset, read unsigned
22069 index.
22070 (lto_get_builtin_tree): Don't read index, use
22071 lto_streamer_cache_append.
22072 (lto_read_tree): Adjust call to lto_materialize_tree.
22073
22074 * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
22075 don't use function calls in arguments to MIN.
22076
22077 * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
22078 twice.
22079
22080 * gimple.c (gimple_type_leader_entry): Mark deletable.
22081
22082 2011-04-03 Alan Modra <amodra@gmail.com>
22083
22084 * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
22085
22086 2011-04-03 Michael Matz <matz@suse.de>
22087
22088 * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
22089 an integer.
22090 * tree.h (tree_decl_non_common.vindex): Adjust comment.
22091
22092 2011-04-03 Michael Matz <matz@suse.de>
22093
22094 * cgraphbuild.c (record_reference): Canonicalize constructor values.
22095 * gimple-fold.c (canonicalize_constructor_val): Accept being called
22096 without function context.
22097 * cgraphunit.c (cgraph_finalize_compilation_unit): Clear
22098 current_function_decl and cfun.
22099
22100 2011-04-03 Michael Matz <matz@suse.de>
22101
22102 * tree.c (decl_init_priority_insert): Don't create entry for
22103 default priority.
22104 (decl_fini_priority_insert): Ditto.
22105 (fields_compatible_p, find_compatible_field): Remove.
22106 * tree.h (fields_compatible_p, find_compatible_field): Remove.
22107 * gimple.c (gimple_compare_field_offset): Adjust block comment.
22108
22109 2011-04-03 Eric Botcazou <ebotcazou@adacore.com>
22110
22111 * combine.c (try_combine): Remove useless local variable.
22112
22113 2011-04-03 Richard Guenther <rguenther@suse.de>
22114 Ira Rosen <ira.rosen@linaro.org>
22115
22116 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all
22117 non-variable offsets and compare the remaining bases of the two
22118 accesses instead of looking for exact same data-ref.
22119
22120 2011-04-02 Kai Tietz <ktietz@redhat.com>
22121
22122 PR target/48416
22123 * i386.c (ix86_function_arg_boundary): Fix printf formatter.
22124
22125 * i386.c (ix86_is_msabi_thiscall): New helper function.
22126 (ix86_is_type_thiscall): New helper function.
22127 (ix86_comp_type_attributes): Handle thiscall for method-functions
22128 special.
22129 (init_cumulative_args): Likewise.
22130 (find_drap_reg): Likewise.
22131 (ix86_static_chain): Likewise.
22132 (x86_this_parameter): Likewise.
22133 (x86_output_mi_thunk): Likewise.
22134
22135 2011-04-01 Olivier Hainque <hainque@adacore.com>
22136 Nicolas Setton <setton@adacore.com>
22137 Eric Botcazou <ebotcazou@adacore.com>
22138
22139 * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
22140 (add_gnat_descriptive_type_attribute): New function.
22141 (gen_array_type_die): Call it.
22142 (gen_enumeration_type_die): Likewise.
22143 (gen_struct_or_union_type_die): Likewise.
22144 (modified_type_die): Likewise.
22145 * langhooks.h (lang_hooks_for_types): New descriptive_type hook.
22146 * langhooks-def.h (LANG_HOOKS_DESCRIPTIVE_TYPE): Default to NULL.
22147 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_DESCRIPTIVE_TYPE.
22148
22149 2011-04-01 Jakub Jelinek <jakub@redhat.com>
22150
22151 PR bootstrap/48148
22152 * dwarf2out.c (resolve_addr): Don't call force_decl_die
22153 if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
22154
22155 Revert:
22156 2011-03-17 Richard Guenther <rguenther@suse.de>
22157
22158 PR bootstrap/48148
22159 * lto-cgraph.c (input_overwrite_node): Clear the abstract
22160 origin for decls in other ltrans units.
22161 (input_varpool_node): Likewise.
22162
22163 2011-04-01 Jakub Jelinek <jakub@redhat.com>
22164
22165 PR middle-end/48335
22166 * expr.c (expand_assignment): Handle all possibilities
22167 if TO_RTX is CONCAT.
22168 * expmed.c (store_bit_field_1): Avoid trying to create invalid SUBREGs.
22169 (store_split_bit_field): If SUBREG_REG (op0) or
22170 op0 itself has smaller mode than word, return it
22171 for offset 0 and const0_rtx for out-of-bounds stores.
22172 If word is const0_rtx, skip it.
22173
22174 2011-04-01 Naveen H.S <naveen.S@kpitcummins.com>
22175
22176 * config/h8300/h8300.c (print_operand_address): Rename to...
22177 (h8300_print_operand_address): ...this. Make static. Adjust comments.
22178 Call h8300_print_operand and h8300_print_operand_address instead of
22179 print_operand and print_operand_address. Declare.
22180 (print_operand): Renake to...
22181 (h8300_print_operand): ...this. Make static. Adjust comments.
22182 Call h8300_print_operand instead of print_operand. Declare.
22183 (h8300_print_operand_punct_valid_p): Moved from h8300.h file.
22184 (h8300_register_move_cost): Likewise.
22185 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
22186 TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
22187 * config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
22188 PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
22189 * config/h8300/h8300-protos.h (print_operand): Delete.
22190 (print_operand_address): Delete.
22191
22192 2011-04-01 Richard Henderson <rth@redhat.com>
22193
22194 PR 48400
22195 * dwarf2out.c (dwarf2out_source_line): Disable discriminators
22196 in strict mode before dwarf4. Re-order tests to early out
22197 before switching sections.
22198
22199 2011-04-01 Nathan Froyd <froydnj@codesourcery.com>
22200
22201 * config/h8300/constraints.md: New file.
22202 * config/h8300/h8300.md: Include it. Use satisfies_constraint_J,
22203 satisfies_constraint_L, and satisfies_constraint_N for peephole2s.
22204 (*tst_extzv_1_n, *tstsi_variable_bit_qi): Use satisfies_constraint_U.
22205 * config/h8300/predicates.md (bit_operand): Likewise.
22206 (incdec_operand): Use satisfies_constraint_M and
22207 satisfies_constraint_O. Don't use C code block.
22208 * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Delete.
22209 * config/h8300/h8300.c (h8300_reg_class_from_letter): Delete.
22210 (compute_mov_length): Use satisfies_constraint_G.
22211 (fix_bit_operand): Use satisfies_constraint_U.
22212 * config/h8300/h8300.h (REG_CLASS_FROM_LETTER): Delete.
22213 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Delete.
22214 (CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O): Delete.
22215 (CONST_OK_FOR_Ppositive, CONST_OK_FOR_Pnegative): Delete.
22216 (CONST_OK_FOR_P, CONSTRAINT_LEN_FOR_P): Delete.
22217 (CONST_OK_FOR_CONSTRAINT_P, CONST_OK_FOR_LETTER_P): Delete.
22218 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
22219 (OK_FOR_Q, OK_FOR_R, OK_FOR_S, OK_FOR_T, OK_FOR_U, OK_FOR_WU): Delete.
22220 (OK_FOR_W, CONSTRAINT_LEN_FOR_W, OK_FOR_Y2, OK_FOR_Y0): Delete.
22221 (OK_FOR_Y, CONSTRAINT_LEN_FOR_Y, OK_FOR_Z): Delete.
22222 (EXTRA_CONSTRAINT_STR, CONSTRAINT_LEN): Delete.
22223 (EXTRA_MEMORY_CONSTRAINT): Delete.
22224
22225 2011-04-01 Andrew Pinski <pinskia@gmail.com>
22226 Michael Meissner <meissner@linux.vnet.ibm.com>
22227
22228 PR target/48262
22229 * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
22230 operands, as per the specifications.
22231
22232 * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
22233 (vec_extract_evenv4sf): Ditto.
22234 (vec_extract_evenv8hi): Ditto.
22235 (vec_extract_evenv16qi): Ditto.
22236 (vec_extract_oddv4si): Ditto.
22237
22238 2011-03-31 Mark Wielaard <mjw@redhat.com>
22239
22240 * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
22241 high_pc attribute if the CU has no associated code. Only output
22242 DW_AT_entry_pc for CU if not generating strict dwarf and
22243 dwarf_version < 4.
22244
22245 2011-04-01 Bernd Schmidt <bernds@codesourcery.com>
22246
22247 * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
22248 * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
22249 out of ...
22250 (dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
22251 * final.c (final_start_function): Call the new function rather
22252 than using a NULL argument for dwarf2out_frame_debug.
22253
22254 * ifcvt.c (cond_exec_process_insns): Disallow converting a block
22255 that contains the prologue.
22256
22257 * haifa-sched.c (queue_insn): New arg REASON. All callers
22258 changed. Print it in debugging output.
22259
22260 * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
22261
22262 * sched-ebb.c (begin_schedule_ready): Remove second argument.
22263 Split most of the code into...
22264 (begin_move_insn): ... here. New function.
22265 (ebb_sched_info): Add a pointer to it.
22266 * haifa-sched.c (scheduled_insns): New static variable.
22267 (sched_extend_ready_list): Allocate it.
22268 (schedule_block): Use it to record the order of scheduled insns.
22269 Perform RTL changes to move insns only after all scheduling
22270 decisions have been made.
22271 * modulo-sched.c (sms_sched_haifa_sched_info): Add NULL entry for the
22272 begin_move_insn field.
22273 * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
22274 * sched-int.h (struct haifa_sched_info): Remove second argument
22275 from begin_schedule_ready hook. Add new member begin_move_insn.
22276 * sched-rgn.c (begin_schedule_ready): Remove second argument.
22277 (rgn_const_sched_info): Add NULL entry for the begin_move_insn field.
22278
22279 * haifa-sched.c (prune_ready_list): New function, broken out of
22280 schedule_block.
22281 (schedule_block): Use it.
22282
22283 2011-04-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22284
22285 * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
22286
22287 2011-04-01 Kai Tietz <ktietz@redhat.com>
22288
22289 * config.gcc (*-*-mingw*): Allow as option the
22290 posix threading model.
22291 * config/i386/mingw32.h (SPEC_PTHREAD1, SPEC_PTHREAD2):
22292 New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
22293 definition.
22294 (CPP_SPEC): Add pthread/no-pthread handling.
22295 (LIB_SPEC): Likewise.
22296 * config/i386/mingw-w64.h (CPP_SPEC):Likewise.
22297 (LIB_SPEC): Likewise.
22298 * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
22299 flag to pass -pthread option for shared libgcc build.
22300 (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
22301 for shared libgcc build.
22302 * config/i386/t-mingw-pthread: New file.
22303 * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
22304 New define to enable use of library pthread by default.
22305 * config/i386/mingw.opt (pthread): New driver option.
22306 (no-pthread): New driver option.
22307 * config/i386/cygming.opt: Make sure trailing empty line is retained.
22308 * config/i386/mingw-w64.opt: Likewise.
22309
22310 2011-04-01 Gary Funck <gary@intrepid.com>
22311
22312 * c-decl.c (grokdeclarator): Fix formatting.
22313
22314 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
22315
22316 * expr.c (emit_block_move_via_movmem): Use n_generator_args
22317 instead of n_operands.
22318 (set_storage_via_setmem): Likewise.
22319 * optabs.c (maybe_gen_insn): Likewise.
22320 * config/arm/arm.c (arm_init_neon_builtins): Likewise.
22321 * config/mips/mips.c (mips_expand_builtin_compare_1): Likewise.
22322 (mips_expand_builtin_direct): Likewise.
22323 * config/spu/spu.c (expand_builtin_args): Likewise.
22324
22325 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
22326
22327 * recog.h (insn_data_d): Add n_generator_args.
22328 * genoutput.c (data): Likewise.
22329 (output_insn_data): Print it.
22330 (max_opno, num_dups): Delete.
22331 (scan_operands): Just fill in "d->operand[...]".
22332 (gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.
22333
22334 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
22335
22336 * gensupport.h (pattern_stats): New structure.
22337 * gensupport.c (get_pattern_stats_1, get_pattern_stats): New functions.
22338 * genemit.c (max_opno, max_dupno, max_scratch_opno): Delete.
22339 (max_operand_1, max_operand_vec): Delete.
22340 (gen_insn, gen_expand, gen_split): Use get_pattern_stats.
22341
22342 2011-03-31 Nathan Froyd <froydnj@codesourcery.com>
22343
22344 * emit-rtl.c (emit_pattern_after_setloc): New function.
22345 (emit_insn_after_setloc, emit_jump_insn_after_setloc): Call it.
22346 (emit_call_insn_after_setloc, emit_debug_insn_after_setloc): Likewise.
22347 (emit_pattern_after): New function.
22348 (emit_insn_after, emit_jump_insn_after): Call it.
22349 (emit_call_insn_after, emit_debug_insn_after): Likewise.
22350 (emit_pattern_before_setloc): New function.
22351 (emit_insn_before_setloc, emit_jump_insn_before_setloc): Call it.
22352 (emit_call_insn_before_setloc, emit_debug_insn_before_setloc):
22353 Likewise.
22354 (emit_pattern_before): New function.
22355 (emit_insn_before, emit_jump_insn_before): Call it.
22356 (emit_call_insn_before, emit_debug_insn_before): Likewise.
22357
22358 2011-03-31 Richard Henderson <rth@redhat.com>
22359
22360 * dwarf2out.c (dw_separate_line_info_ref): Remove.
22361 (dw_separate_line_info_entry): Remove.
22362 (enum dw_line_info_opcode): New.
22363 (dw_line_info_entry): Use it.
22364 (dw_line_info_table, dw_line_info_table_p): New.
22365 (DWARF_LINE_OPCODE_BASE): Include dwarf3 opcodes.
22366 (line_info_table, line_info_label_num): Remove.
22367 (line_info_table_in_use): Remove.
22368 (separate_line_info_table): Remove.
22369 (separate_line_info_table_allocated): Remove.
22370 (separate_line_info_table_in_use): Remove.
22371 (LINE_INFO_TABLE_INCREMENT): Remove.
22372 (line_info_label_num): New.
22373 (cur_line_info_table): New.
22374 (text_section_line_info, cold_text_section_line_info): New.
22375 (separate_line_info): New.
22376 (SEPARATE_LINE_CODE_LABEL): Remove.
22377 (print_dwarf_line_table): Remove.
22378 (debug_dwarf): Don't dump it.
22379 (output_one_line_info_table): New.
22380 (output_line_info): Use it.
22381 (new_line_info_table): New.
22382 (set_cur_line_info_table): New.
22383 (dwarf2out_switch_text_section): Use it.
22384 (dwarf2out_begin_function): Likewise.
22385 (push_dw_line_info_entry): New.
22386 (dwarf2out_source_line): Rewrite for new line info tables.
22387 (dwarf2out_init): Remove dead initailizations.
22388
22389 2011-03-31 Joseph Myers <joseph@codesourcery.com>
22390
22391 * opts.h (cl_option): Add comments to fields. Add bit-fields for
22392 various flags.
22393 (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK,
22394 CL_SEPARATE_ALIAS, CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE,
22395 CL_DISABLED, CL_REPOR, CL_REJECT_NEGATIVE, CL_MISSING_OK,
22396 CL_UINTEGER, CL_NEGATIVE_ALIAS): Remove.
22397 (CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED): Update bit positions.
22398 * opt-functions.awk (flag_init, switch_bit_fields): New.
22399 (switch_flags): Don't handle flags moved to bit-fields. Don't
22400 generate CL_MISSING_OK or CL_SAVE.
22401 * optc-gen.awk: Update to generate bit-field output as well as
22402 flags field.
22403 * gcc.c (driver_wrong_lang_callback): Use cl_reject_driver
22404 bit-field instead of CL_REJECT_DRIVER flag.
22405 * opts-common.c (generate_canonical_option,
22406 decode_cmdline_option): Use bit-fields instead of CL_* flags.
22407 * opts.c (maybe_default_option): Use cl_reject_negative bit-field
22408 instead of CL_REJECT_NEGATIVE flag.
22409 * toplev.c (print_switch_values): Use cl_report bit-field instead
22410 of CL_REPORT flag.
22411
22412 2011-03-31 Eric Botcazou <ebotcazou@adacore.com>
22413
22414 * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
22415 a zero minimum index only if it is redundant.
22416
22417 2011-03-31 Vladimir Makarov <vmakarov@redhat.com>
22418
22419 PR rtl-optimization/48381
22420 * ira-color.c (assign_hard_reg): Use hard reg set intersection
22421 instead of ira_class_hard_reg_index for calculating conflicting
22422 hard registers.
22423
22424 2011-03-31 Steven Bosscher <steven@gcc.gnu.org>
22425
22426 * cprop.c: Clean up hash table building.
22427 (reg_avail_info): Remove.
22428 (oprs_available_p): Remove.
22429 (record_last_reg_set_info): Remove.
22430 (record_last_set_info): Remove.
22431 (reg_available_p): New function.
22432 (gcse_constant_p): Do not treat unfolded conditions as constants.
22433 (make_set_regs_unavailable): New function.
22434 (hash_scan_set): Simplify with new reg_available_p.
22435 (compute_hash_table_work): Traverse insns stream only once.
22436 Do not compute reg_avail_info. Traverse insns in reverse order.
22437 Record implicit sets after recording explicit sets from the block.
22438
22439 2011-03-31 Michael Matz <matz@suse.de>
22440
22441 * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
22442
22443 2011-03-31 Anatoly Sokolov <aesok@post.ru>
22444
22445 * config/h8300/h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.
22446 * config/h8300/h8300-protos.h (h8300_get_index): Remove.
22447 * config/h8300/h8300.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
22448 (h8300_mode_dependent_address_p): New function.
22449 (h8300_get_index): Make static.
22450
22451 2011-03-31 Jeff Law <law@redhat.com>
22452
22453 * reload1.c (elimination_effects): Fix typo in recent change.
22454
22455 * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
22456 typo potentially leading to null pointer dereference.
22457
22458 * caller-save.c (new_saved_hard_reg): Eliminate return value.
22459 (setup_save_areas): Corresponding changes to avoid useless
22460 assignments.
22461
22462 * jump.c (reversed_comparison_code_parts): Avoid successive return
22463 statements when REVERSE_CONDITION is defined.
22464
22465 * expr.c (expand_assignment): Avoid useless assignments.
22466 (expand_expr_real_1): Likewise.
22467 (expand_expr_real_2): Avoid useless statements.
22468
22469 * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
22470
22471 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
22472
22473 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
22474 statements.
22475
22476 * stmt.c (expand_expr_stmt): Avoid useless assignment.
22477
22478 2011-03-31 Joseph Myers <joseph@codesourcery.com>
22479
22480 PR target/47109
22481 * doc/tm.texi.in (TARGET_VERSION): Remove.
22482 * doc/tm.texi: Regenerate.
22483 * system.h (TARGET_VERSION, MACHINE_TYPE): Poison.
22484 * collect2.c (main): Don't use TARGET_VERSION.
22485 * mips-tdump.c (main): Don't use TARGET_VERSION.
22486 * mips-tfile.c (main): Don't use TARGET_VERSION.
22487 * config.gcc (powerpc-wrs-vxworksae): Don't use rs6000/vxworksae.h.
22488 * config/rs6000/vxworksae.h: Remove.
22489 * config/alpha/alpha.h (TARGET_VERSION): Remove.
22490 * config/alpha/freebsd.h (TARGET_VERSION): Remove.
22491 * config/alpha/linux-elf.h (TARGET_VERSION): Remove.
22492 * config/alpha/netbsd.h (TARGET_VERSION): Remove.
22493 * config/alpha/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
22494 * config/arm/arm.h (TARGET_VERSION): Remove.
22495 * config/arm/coff.h (TARGET_VERSION): Remove.
22496 * config/arm/ecos-elf.h (TARGET_VERSION): Remove.
22497 * config/arm/elf.h (TARGET_VERSION): Remove.
22498 * config/arm/freebsd.h (TARGET_VERSION): Remove.
22499 * config/arm/linux-elf.h (TARGET_VERSION): Remove.
22500 * config/arm/netbsd-elf.h (TARGET_VERSION): Remove.
22501 * config/arm/pe.h (TARGET_VERSION): Remove.
22502 * config/arm/rtems-elf.h (TARGET_VERSION): Remove.
22503 * config/arm/semi.h (TARGET_VERSION): Remove.
22504 * config/arm/uclinux-elf.h (TARGET_VERSION): Remove.
22505 * config/arm/unknown-elf.h (TARGET_VERSION): Remove.
22506 * config/arm/vxworks.h (TARGET_VERSION): Remove.
22507 * config/avr/avr.h (TARGET_VERSION): Remove.
22508 * config/bfin/bfin.h (TARGET_VERSION): Remove.
22509 * config/fr30/fr30.h (TARGET_VERSION): Remove.
22510 * config/frv/frv.h (TARGET_VERSION): Remove.
22511 * config/h8300/h8300.h (TARGET_VERSION): Remove.
22512 * config/i386/cygwin.h (TARGET_VERSION): Remove.
22513 * config/i386/darwin.h (TARGET_VERSION): Remove.
22514 * config/i386/darwin64.h (TARGET_VERSION): Remove.
22515 * config/i386/djgpp.h (TARGET_VERSION): Remove.
22516 * config/i386/freebsd.h (TARGET_VERSION): Remove.
22517 * config/i386/freebsd64.h (TARGET_VERSION): Remove.
22518 * config/i386/gnu.h (TARGET_VERSION): Remove.
22519 * config/i386/i386-interix.h (TARGET_VERSION): Remove.
22520 * config/i386/i386elf.h (TARGET_VERSION): Remove.
22521 * config/i386/linux.h (TARGET_VERSION): Remove.
22522 * config/i386/linux64.h (TARGET_VERSION): Remove.
22523 * config/i386/lynx.h (TARGET_VERSION): Remove.
22524 * config/i386/mingw32.h (TARGET_VERSION): Remove.
22525 * config/i386/netbsd-elf.h (TARGET_VERSION): Remove.
22526 * config/i386/netbsd64.h (TARGET_VERSION): Remove.
22527 * config/i386/netware.h (TARGET_VERSION): Remove.
22528 * config/i386/nto.h (TARGET_VERSION): Remove.
22529 * config/i386/openbsd.h (TARGET_VERSION): Remove.
22530 * config/i386/vxworks.h (TARGET_VERSION): Remove.
22531 * config/ia64/elf.h (TARGET_VERSION): Remove.
22532 * config/ia64/freebsd.h (TARGET_VERSION): Remove.
22533 * config/ia64/hpux.h (TARGET_VERSION): Remove.
22534 * config/ia64/linux.h (TARGET_VERSION): Remove.
22535 * config/ia64/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
22536 * config/iq2000/iq2000.h (IQ2000_VERSION, MACHINE_TYPE,
22537 TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
22538 * config/lm32/lm32.h (TARGET_VERSION): Remove.
22539 * config/lm32/uclinux-elf.h (TARGET_VERSION): Remove.
22540 * config/m32c/m32c.h (TARGET_VERSION): Remove.
22541 * config/m32r/linux.h (LINUX_DEFAULT_ELF, TARGET_VERSION): Remove.
22542 * config/m32r/m32r.h (TARGET_VERSION): Remove.
22543 * config/m68k/linux.h (TARGET_VERSION): Remove.
22544 * config/m68k/m68k.h (TARGET_VERSION): Remove.
22545 * config/m68k/netbsd-elf.h (TARGET_VERSION): Remove.
22546 * config/m68k/uclinux.h (TARGET_VERSION): Remove.
22547 * config/mcore/mcore-elf.h (TARGET_VERSION): Remove.
22548 * config/mep/mep.h (TARGET_VERSION): Remove.
22549 * config/microblaze/microblaze.h (MICROBLAZE_VERSION,
22550 MACHINE_TYPE, TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
22551 * config/mips/iris6.h (MACHINE_TYPE): Remove.
22552 * config/mips/linux.h (TARGET_VERSION): Remove.
22553 * config/mips/netbsd.h (MACHINE_TYPE): Remove.
22554 * config/mips/vxworks.h (TARGET_VERSION): Remove.
22555 * config/mmix/mmix.h (TARGET_VERSION): Remove.
22556 * config/mn10300/linux.h (TARGET_VERSION): Remove.
22557 * config/mn10300/mn10300.h (TARGET_VERSION): Remove.
22558 * config/pa/pa.h (TARGET_VERSION): Remove.
22559 * config/pdp11/pdp11.h (TARGET_VERSION): Remove.
22560 * config/picochip/picochip.h (TARGET_VERSION): Remove.
22561 * config/rs6000/aix.h (TARGET_VERSION): Remove.
22562 * config/rs6000/darwin.h (TARGET_VERSION): Remove.
22563 * config/rs6000/darwin64.h (TARGET_VERSION): Remove.
22564 * config/rs6000/eabi.h (TARGET_VERSION): Remove.
22565 * config/rs6000/eabialtivec.h (TARGET_VERSION): Remove.
22566 * config/rs6000/eabisim.h (TARGET_VERSION): Remove.
22567 * config/rs6000/eabispe.h (TARGET_VERSION): Remove.
22568 * config/rs6000/freebsd.h (TARGET_VERSION): Remove.
22569 * config/rs6000/linux.h (TARGET_VERSION): Remove.
22570 * config/rs6000/linux64.h (TARGET_VERSION): Remove.
22571 * config/rs6000/linuxaltivec.h (TARGET_VERSION): Remove.
22572 * config/rs6000/linuxspe.h (TARGET_VERSION): Remove.
22573 * config/rs6000/lynx.h (TARGET_VERSION): Remove.
22574 * config/rs6000/netbsd.h (TARGET_VERSION): Remove.
22575 * config/rs6000/sysv4.h (TARGET_VERSION): Remove.
22576 * config/rs6000/vxworks.h (TARGET_VERSION): Remove.
22577 * config/s390/linux.h (TARGET_VERSION): Remove.
22578 * config/s390/s390.h (TARGET_VERSION): Remove.
22579 * config/s390/tpf.h (TARGET_VERSION): Remove.
22580 * config/score/score.h (TARGET_VERSION): Remove.
22581 * config/sh/linux.h (TARGET_VERSION): Remove.
22582 * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN,
22583 TARGET_VERSION_CPU, TARGET_VERSION): Remove.
22584 * config/sh/sh.h (TARGET_VERSION): Remove.
22585 * config/sh/sh64.h (TARGET_VERSION): Remove.
22586 * config/sh/superh.h (TARGET_VERSION): Remove.
22587 * config/sh/vxworks.h (TARGET_VERSION): Remove.
22588 * config/sparc/freebsd.h (TARGET_VERSION): Remove.
22589 * config/sparc/linux.h (TARGET_VERSION): Remove.
22590 * config/sparc/linux64.h (TARGET_VERSION): Remove.
22591 * config/sparc/netbsd-elf.h (TARGET_VERSION, TARGET_NAME64,
22592 TARGET_NAME32, TARGET_NAME): Remove.
22593 * config/sparc/openbsd64.h (TARGET_VERSION): Remove.
22594 * config/sparc/sp-elf.h (TARGET_VERSION): Remove.
22595 * config/sparc/sp64-elf.h (TARGET_VERSION): Remove.
22596 * config/sparc/sysv4.h (TARGET_VERSION): Remove.
22597 * config/sparc/vxworks.h (TARGET_VERSION): Remove.
22598 * config/spu/spu.h (TARGET_VERSION): Remove.
22599 * config/stormy16/stormy16.h (TARGET_VERSION): Remove.
22600 * config/v850/v850.h (TARGET_VERSION): Remove.
22601 * config/vax/linux.h (TARGET_VERSION): Remove.
22602 * config/vax/vax.h (TARGET_NAME, TARGET_VERSION): Remove.
22603 * config/xtensa/elf.h (TARGET_VERSION): Remove.
22604 * config/xtensa/linux.h (TARGET_VERSION): Remove.
22605
22606 2011-03-31 Eric Botcazou <ebotcazou@adacore.com>
22607
22608 PR target/48142
22609 * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
22610 frame-related from frame-unrelated adjustments to the stack pointer.
22611
22612 2011-03-31 Jakub Jelinek <jakub@redhat.com>
22613
22614 * common.opt (fdebug-types-section): Move earlier.
22615 * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
22616
22617 2011-03-31 Andreas Tobler <andreast@fgznet.ch>
22618
22619 * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
22620 var.
22621
22622 2011-03-30 Nathan Froyd <froydnj@codesourcery.com>
22623
22624 * tree.h (CASE_CHAIN): Define.
22625 * tree-cfg.c (edge_to_cases_cleanup, get_cases_for_edge): Use it.
22626 (gimple_redirect_edge_and_branch): Likewise.
22627
22628 2011-03-30 Vladimir Makarov <vmakarov@redhat.com>
22629
22630 PR middle-end/48367
22631 * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
22632 calculation.
22633
22634 2011-03-30 Jeff Law <law@redhat.com>
22635
22636 * PR bootstrap/48371
22637 * reload1.c (reload): Fix botch in last change.
22638
22639 * reload.h (struct reload): Fix typo introduced in last change.
22640
22641 2011-03-30 Joseph Myers <joseph@codesourcery.com>
22642
22643 * config/arm/arm.opt (mhard-float, msoft-float): Mark
22644 Undocumented. Remove help text.
22645 * doc/invoke.texi (ARM Options): Don't document -msoft-float and
22646 -mhard-float.
22647
22648 2011-03-30 Joseph Myers <joseph@codesourcery.com>
22649
22650 * doc/options.texi (NegativeAlias): Document.
22651 (Alias): Mention NegativeAlias.
22652 * opt-functions.awk: Handle NegativeAlias.
22653 * optc-gen.awk: Disallow NegativeAlias with multiple Alias arguments.
22654 * opts-common.c (decode_cmdline_option): Handle CL_NEGATIVE_ALIAS.
22655 * opts.h (CL_NEGATIVE_ALIAS): Define.
22656 * config/rs6000/rs6000.c (rs6000_parse_yes_no_option): Remove.
22657 (rs6000_handle_option): Don't handle OPT_mvrsave_, OPT_misel_ and
22658 OPT_mspe_.
22659 * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
22660 Alias entries.
22661 * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
22662 mno-spe and mno-isel instead of mspe=no and -misel=no.
22663
22664 2011-03-29 Mark Wielaard <mjw@redhat.com>
22665
22666 * common.opt (fdebug-types-section): New flag.
22667 * doc/invoke.texi: Document new -fno-debug-types-section flag.
22668 * dwarf2out.c (use_debug_types): New define.
22669 (struct die_struct): Mark die_id with GTY desc use_debug_types.
22670 (print_die): Guard output of type unit signatures using
22671 use_debug_types.
22672 (build_abbrev_table): Replace assert of dwarf_version >= 4
22673 with assert on use_debug_types.
22674 (size_of_die): Likewise.
22675 (unmark_dies): Likewise.
22676 (value_format): Decide AT_ref_external form on use_debug_types.
22677 (output_die): Replace dwarf_version version check guard with
22678 use_debug_types where appropriate.
22679 (modified_type_die): Likewise.
22680 (gen_reference_type_die): Likewise.
22681 (dwarf2out_start_source_file): Likewise.
22682 (dwarf2out_end_source_file): Likewise.
22683 (prune_unused_types_walk_attribs): Likewise.
22684 (dwarf2out_finish): Likewise.
22685
22686 2011-03-30 Vladimir Makarov <vmakarov@redhat.com>
22687
22688 * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
22689
22690 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
22691
22692 PR rtl-optimization/48332
22693 * optabs.c (expand_binop_directly): Set xmodeN to the target-mandated
22694 mode of input operand N and modeN to its actual mode.
22695
22696 2011-03-30 Jeff Law <law@redhat.com>
22697
22698 * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
22699 define accessor macro.
22700 (reg_equiv_invariant, reg_equiv_memory_loc): Likewise.
22701 (reg_equiv_address, reg_equiv_mem, reg_equiv_alt_mem_list): Likewise.
22702 (reg_equiv_init): Likewise.
22703 (reg_equivs_size): New variable.
22704 (reg_equiv_init_size): Remove.
22705 (allocate_initial_values): Move prototype to here from....
22706 * integrate.h (allocate_initial_values): Remove prototype.
22707 * integrate.c: Include reload.h.
22708 (allocate_initial_values): Corresponding changes.
22709 * ira.c (find_reg_equiv_invariant_cost): Corresponding changes.
22710 (fix_reg_equiv_init, no_equiv): Corresponding changes.
22711 (update_equiv_regs): Corresponding changes.
22712 (ira): Corresponding changes.
22713 * reload.c (push_reg_equiv_alt_mem): Corresponding changes.
22714 (push_secondary_reload): Corresponding changes.
22715 (push_reload, find_reloads, find_reloads_toplev): Corresponding changes.
22716 (make_memloc, find_reloads_address): Corresponding changes.
22717 (subst_reg_equivs, subst_indexed_address): Corresponding changes.
22718 (find_reloads_address_1): Corresponding changes.
22719 (find_reloads_subreg_address, subst_reloads): Corresponding changes.
22720 (refers_to_regno_for_reload_p): Corresponding changes.
22721 (reg_overlap_mentioned_for_reload_p): Corresponding changes.
22722 (refers_to_mem_for_reload_p, find_equiv_reg): Corresponding changes.
22723 * reload1.c: Include ggc.h.
22724 (grow_reg_equivs): New function.
22725 (replace_pseudos_in, reload): Corresponding changes.
22726 (calculate_needs_all_insns, alter_regs): Corresponding changes.
22727 (eliminate_regs_1, elimination_effects): Corresponding changes.
22728 (emit_input_reload_insns, emit_output_reload_insns): Likewise.
22729 (delete_output_reload): Likewise.
22730 * caller-save.c (mark_referenced_regs): Corresponding changes.
22731 * alpha/alpha.c (resolve_reload_operand): Corresponding changes.
22732 * frv/predicates.md (frv_load_operand): Corresponding changes.
22733 * microblaze/microblaze.c (double_memory_operand): Corresponding
22734 changes.
22735 * avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Corresponding changes.
22736 * xtensa/xtensa.c (fixup_subreg_mem): Corresponding changes.
22737 * mn10300/mn10300.c (mn10300_secondary_reload): Corresponding changes.
22738 * m68k/m68k.c (emit_move_sequence): Corresponding changes.
22739 * arm/arm.c (arm_reload_in_hi, arm_reload_out_hi): Corresponding
22740 changes.
22741 * pa/pa.c (emit_move_sequence): Corresponding changes.
22742 * vax/vax.c (nonindexed_address_p): Corresponding changes.
22743
22744 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
22745
22746 PR target/47551
22747 * config/arm/arm.c (coproc_secondary_reload_class): Handle
22748 structure modes. Don't check neon_vector_mem_operand for
22749 vector or structure modes.
22750
22751 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
22752 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
22753
22754 PR target/43590
22755 * config/arm/neon.md (neon_vld3qa<mode>, neon_vld4qa<mode>): Remove
22756 operand 1 and reshuffle the operands to match.
22757 (neon_vld3<mode>, neon_vld4<mode>): Update accordingly.
22758
22759 2011-03-30 Christian Schüler <cschueler@gmx.de>
22760
22761 PR driver/48208
22762 * config/c.opt (F): Added 'Driver' to -F option.
22763
22764 PR driver/48260
22765 * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
22766 handler function.
22767 * config/darwin.opt: Added '-arch' option.
22768
22769 2011-03-30 Nick Clifton <nickc@redhat.com>
22770
22771 * config/rx/rx.md: Add peepholes and patterns to combine
22772 extending loads and simple arithmetic instructions.
22773 * config/rx/rx.h (ADJUST_INSN_LENGTH): Define.
22774 * config/rx/rx-protos.h (rx_adjust_insn_length): Prototype.
22775 * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI
22776 modes to use pre-decrement and post-increment addressing.
22777 (rx_is_restricted_memory_address): Add range checking of REG+INT
22778 addresses.
22779 (rx_print_operand): Add support for %Q. Fix handling of %Q.
22780 (rx_memory_move_cost): Adjust cost of stores.
22781 (rx_adjust_insn_length): New function.
22782
22783 2011-03-30 Jakub Jelinek <jakub@redhat.com>
22784
22785 PR c/48305
22786 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
22787 arg10/arg11 in (X ^ Y) == (Z ^ W) are always fold converted to
22788 matching arg00/arg01 types.
22789
22790 2011-03-30 Eric Botcazou <ebotcazou@adacore.com>
22791
22792 * cfglayout.c (insn_locators_alloc): Initialize curr_location and
22793 last_location to UNKNOWN_LOCATION.
22794
22795 2011-03-30 H.J. Lu <hongjiu.lu@intel.com>
22796
22797 PR target/48349
22798 * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
22799 FLOAT_SSE_REGS.
22800
22801 2011-03-30 Joseph Myers <joseph@codesourcery.com>
22802 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22803
22804 PR bootstrap/48337
22805 * config/sparc/sparc.opt (sparc_cpu_and_features): Add
22806 Init(PROCESSOR_V7).
22807 (sparc_cpu): Likewise.
22808 * config/sparc/sparc.c (sparc_option_override): Replace 0 by
22809 PROCESSOR_V7.
22810
22811 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
22812
22813 PR target/48336
22814 PR middle-end/48342
22815 PR rtl-optimization/48345
22816 * ira-color.c (setup_conflict_profitable_regs): Exclude prohibited
22817 hard regs for given mode from profitable regs when doing secondary
22818 allocation.
22819
22820 2011-03-29 Jeff Law <law@redhat.com>
22821
22822 PR bootstrap/48327
22823 * tree-ssa-threadupdate.c (struct redirection_data): Remove
22824 do_not_duplicate field.
22825 (lookup_redirection_data): Corresponding changes.
22826 (create_duplicates): Always create a template block.
22827 (redirect_edges): Remove code which reused the original block
22828 when it was going to become unreachable code.
22829 (thread_block): Don't set do_not_duplicate field.
22830
22831 2011-03-29 Joseph Myers <joseph@codesourcery.com>
22832
22833 * lto-opts.c (register_user_option_p, lto_register_user_option):
22834 Make type argument unsigned.
22835 * lto-streamer.h (lto_register_user_option): Make type argument
22836 unsigned.
22837 * opth-gen.awk: Make CL_* macros unsigned.
22838 * opts-common.c (find_opt): Make lang_mask argument unsigned.
22839 * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
22840 CL_TARGET, CL_COMMON, CL_SEPARATE_NARGS_MASK, CL_SEPARATE_ALIAS,
22841 CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE, CL_DISABLED,
22842 CL_REPORT, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE,
22843 CL_MISSING_OK, CL_UINTEGER, CL_UNDOCUMENTED): Make unsigned.
22844 (find_opt): Make lang_mask argument unsigned.
22845
22846 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
22847
22848 PR rtl-optimization/48331
22849 PR rtl-optimization/48334
22850 * ira-color.c (color_allocnos): Call setup_profitable_hard_regs
22851 for any used algorithm.
22852
22853 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
22854
22855 * ira-conflicts.c (build_object_conflicts): Add unused attribute
22856 to parent_max.
22857
22858 2011-03-29 Uros Bizjak <ubizjak@gmail.com>
22859
22860 * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
22861 (alpha_option_override): Don't set alpha_sr_alias_set.
22862 (emit_frame_store_1): Use gen_frame_mem rather than calling
22863 set_mem_alias_set.
22864 (alpha_expand_epilogue): Ditto.
22865
22866 2011-03-29 Ira Rosen <ira.rosen@linaro.org>
22867
22868 PR tree-optimization/48290
22869 * tree-vect-loop.c (vect_analyze_loop_operations): In outer loop
22870 vectorization, check that relevant phis in the basic block after
22871 the inner loop are really inner loop's exit phis.
22872
22873 2011-03-29 Richard Sandiford <richard.sandiford@linaro.org>
22874
22875 PR debug/48190
22876 * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
22877 (cached_dw_loc_list_def): New structure.
22878 (cached_dw_loc_list): New typedef.
22879 (cached_dw_loc_list_table): New variable.
22880 (cached_dw_loc_list_table_hash): New function.
22881 (cached_dw_loc_list_table_eq): Likewise.
22882 (add_location_or_const_value_attribute): Take a bool cache_p.
22883 Cache the list when the parameter is true.
22884 (gen_formal_parameter_die): Update caller.
22885 (gen_variable_die): Likewise.
22886 (dwarf2out_finish): Likewise.
22887 (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
22888 while generating debug info for the decl.
22889 (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
22890 (dwarf2out_init): Initialize cached_dw_loc_list_table.
22891 (resolve_addr): Cache the result of resolving a chain of
22892 location lists.
22893
22894 2011-03-28 Vladimir Makarov <vmakarov@redhat.com>
22895
22896 * ira-color.c (update_left_conflict_sizes_p): Don't assume that
22897 conflict object hard regset nodes have intersecting hard reg sets.
22898
22899 * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
22900 after regstat_init_n_sets_and_refs.
22901
22902 * ira.c: Add more comments at the top.
22903 (setup_stack_reg_pressure_class, setup_pressure_classes):
22904 Add comments how we compute the register pressure classes.
22905 (setup_allocno_and_important_classes): Add more comments.
22906 (setup_class_translate_array, reorder_important_classes)
22907 (setup_reg_class_relations): Add comments.
22908
22909 * ira-emit.c: Add 2011 to the Copyright line. Add comments at the
22910 start of the file.
22911
22912 * ira-color.c: Add 2011 to the Copyright line.
22913 (assign_hard_reg): Add more comments.
22914 (improve_allocation): Ditto.
22915
22916 * ira-costs.c: Add 2011 to the Copyright line.
22917 (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
22918 comments.
22919 (setup_regno_cost_classes_by_mode): Ditto.
22920
22921 Initial patches from ira-improv branch:
22922
22923 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
22924
22925 * ira-build.c (ira_create_object): Remove initialization of
22926 OBJECT_PROFITABLE_HARD_REGS. Initialize OBJECT_ADD_DATA.
22927 (ira_create_allocno): Remove initialization of
22928 ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
22929 ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_CHILD_RENAMED_P,
22930 ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
22931 ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO,
22932 ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO.
22933 Initialize ALLOCNO_ADD_DATA.
22934 (copy_info_to_removed_store_destinations): Use ALLOCNO_EMIT_DATA
22935 and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
22936 ALLOCNO_REG.
22937 (ira_flattening): Ditto. Use ALLOCNO_EMIT_DATA instead of
22938 ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
22939
22940 * ira.c (ira_reallocate): Remove.
22941 (setup_pressure_classes): Call
22942 ira_init_register_move_cost_if_necessary. Use
22943 ira_register_move_cost instead of ira_get_register_move_cost.
22944 (setup_allocno_assignment_flags): Use ALLOCNO_EMIT_DATA.
22945 (ira): Call ira_initiate_emit_data and ira_finish_emit_data.
22946
22947 * ira-color.c: Use ALLOCNO_COLOR_DATA instead of
22948 ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
22949 ALLOCNO_AVAILABLE_REGS_NUM, ALLOCNO_NEXT_BUCKET_ALLOCNO,
22950 ALLOCNO_PREV_BUCKET_ALLOCNO. ALLOCNO_TEMP. Use OBJECT_COLOR_DATA
22951 instead of OBJECT_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE,
22952 OBJECT_HARD_REGS_SUBNODES_START, OBJECT_HARD_REGS_SUBNODES_NUM.
22953 Fix formatting.
22954 (object_hard_regs_t, object_hard_regs_node_t): Move from ira-int.h.
22955 (struct object_hard_regs, struct object_hard_regs_node): Ditto.
22956 (struct allocno_color_data): New.
22957 (allocno_color_data_t): New typedef.
22958 (allocno_color_data): New definition.
22959 (ALLOCNO_COLOR_DATA): New macro.
22960 (struct object_color_data): New.
22961 (object_color_data_t): New typedef.
22962 (object_color_data): New definition.
22963 (OBJECT_COLOR_DATA): New macro.
22964 (update_copy_costs, calculate_allocno_spill_cost): Call
22965 ira_init_register_move_cost_if_necessary. Use
22966 ira_register_move_cost instead of ira_get_register_move_cost.
22967 (move_spill_restore, update_curr_costs): Ditto.
22968 (allocno_spill_priority): Make it inline.
22969 (color_pass): Allocate and free allocno_color_dat and object_color_data.
22970 (struct coalesce_data, coalesce_data_t): New.
22971 (allocno_coalesce_data): New definition.
22972 (ALLOCNO_COALESCE_DATA): New macro.
22973 (merge_allocnos, coalesced_allocno_conflict_p): Use
22974 ALLOCNO_COALESCED_DATA instead of ALLOCNO_FIRST_COALESCED_ALLOCNO,
22975 ALLOCNO_NEXT_COALESCED_ALLOCNO, ALLOCNO_TEMP.
22976 (coalesce_allocnos): Ditto.
22977 (setup_coalesced_allocno_costs_and_nums): Ditto.
22978 (collect_spilled_coalesced_allocnos): Ditto.
22979 (slot_coalesced_allocno_live_ranges_intersect_p): Ditto.
22980 (setup_slot_coalesced_allocno_live_ranges): Ditto.
22981 (coalesce_spill_slots): Ditto.
22982 (ira_sort_regnos_for_alter_reg): Ditto. Allocate, initialize and
22983 free allocno_coalesce_data.
22984
22985 * ira-conflicts.c: Fix formatting.
22986 (process_regs_for_copy): Call
22987 ira_init_register_move_cost_if_necessary. Use
22988 ira_register_move_cost instead of ira_get_register_move_cost.
22989 (build_object_conflicts): Optimize.
22990
22991 * ira-costs.c (record_reg_classes): Optimize. Call
22992 ira_init_register_move_cost_if_necessary. Use
22993 ira_register_move_cost, ira_may_move_in_cost, and
22994 ira_may_move_out_cost instead of ira_get_register_move_cost and
22995 ira_get_may_move_cost.
22996 (record_address_regs): Ditto.
22997 (scan_one_insn): Optimize.
22998 (find_costs_and_classes): Optimize.
22999 (process_bb_node_for_hard_reg_moves): Call
23000 ira_init_register_move_cost_if_necessary. Use
23001 ira_register_move_cost instead of ira_get_register_move_cost.
23002
23003 * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
23004 ALLOCNO_REG, ALLOCNO_CHILD_RENAMED_P, ALLOCNO_MEM_OPTIMIZED_DEST,
23005 ALLOCNO_MEM_OPTIMIZED_DEST_P, and ALLOCNO_SOMEWHERE_RENAMED_P.
23006 (ira_allocno_emit_data, void_p, new_allocno_emit_data_vec): New
23007 definitions.
23008 (ira_initiate_emit_data, ira_finish_emit_data)
23009 (create_new_allocno): New functions.
23010 (modify_move_list): Call create_new_alloc instead of ira_create_allocno.
23011 (emit_move_list): Call ira_init_register_move_cost_if_necessary.
23012 Use ira_register_move_cost instead of ira_get_register_move_cost.
23013
23014 * ira-int.h: Fix some comments.
23015 (object_hard_regs_t, object_hard_regs_node_t): Move to ira-color.c.
23016 (struct object_hard_regs, struct object_hard_regs_node): Ditto.
23017 (struct ira_object): Remove profitable_hard_regs, hard_regs_node,
23018 hard_regs_subnodes_start, hard_regs_subnodes_num. Add new member
23019 add_data.
23020 (struct ira_allocno): Make mode and aclass a bitfield. Move other
23021 bitfield after mode. Make hard_regno a short int. Make
23022 hard_regno short. Remove first_coalesced_allocno and
23023 next_coalesced_allocno. Move mem_optimized_dest_p,
23024 somewhere_renamed_p, child_renamed_p, reg, and mem_optimized_dest
23025 into struct ira_emit_data. Remove in_graph_p, may_be_spilled_p,
23026 available_regs_num, next_bucket_allocno, prev_bucket_allocno,
23027 temp, colorable_p. Add new member add_data.
23028 (ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P): Remove.
23029 (ALLOCNO_COLORABLE_P, ALLOCNO_AVAILABLE_REGS_NUM): Remove.
23030 (ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO): Remove.
23031 (ALLOCNO_TEMP, ALLOCNO_FIRST_COALESCED_ALLOCNO): Remove.
23032 (ALLOCNO_NEXT_COALESCED_ALLOCNO): Remove.
23033 (ALLOCNO_ADD_DATA): New macro.
23034 (ira_emit_data_t): New typedef.
23035 (struct ira_emit_data): New. Move mem_optimized_dest_p,
23036 somewhere_renamed_p, child_renamed_p, reg, mem_optimized_dest
23037 from struct ira_allocno.
23038 (ALLOCNO_EMIT_DATA): New macro.
23039 (ira_allocno_emit_data, allocno_emit_reg): New.
23040 (ALLOCNO_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE): Remove.
23041 (OBJECT_HARD_REGS_SUBNODES_STAR, OBJECT_HARD_REGS_SUBNODES_NUM): Remove.
23042 (OBJECT_ADD_DATA): New macro.
23043 (ira_reallocate): Remove.
23044 (ira_initiate_emit_data, ira_finish_emit_data): New.
23045 (ira_get_register_move_cost, ira_get_may_move_cost): Remove.
23046 (ira_init_register_move_cost_if_necessary): New.
23047 (ira_object_conflict_iter_next): Merge into
23048 ira_object_conflict_iter_cond.
23049 (FOR_EACH_OBJECT_CONFLICT): Don't use ira_object_conflict_iter_next.
23050
23051 * ira-live.c (process_single_reg_class_operands): Call
23052 ira_init_register_move_cost_if_necessary. Use
23053 ira_register_move_cost instead of ira_get_register_move_cost.
23054
23055 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
23056
23057 * ira-int.h (struct target_ira_int): Remove x_cost_classes.
23058
23059 * ira-costs.c: Fix formatting.
23060 (cost_classes, cost_classes_num): Remove.
23061 (struct cost_classes, cost_classes_t, const_cost_classes_t): New.
23062 (regno_cost_classes, cost_classes_hash, cost_classes_eq): New.
23063 (cost_classes_del, cost_classes_htab): New.
23064 (cost_classes_aclass_cache, cost_classes_mode_cache): New.
23065 (initiate_regno_cost_classes, setup_cost_classes): New.
23066 (setup_regno_cost_classes_by_aclass): New.
23067 (setup_regno_cost_classes_by_mode, finish_regno_cost_classes): New.
23068 (record_reg_classes): Use regno_cost_classes instead of
23069 cost_classes. Move checking opposite operand up.
23070 (record_address_regs): Use regno_cost_classes
23071 instead of cost_classes.
23072 (scan_one_insn): Ditto. Use always general register.
23073 (print_allocno_costs): Use regno_cost_classes instead of
23074 cost_classes.
23075 (print_pseudo_costs): Ditto. Use Reg_N_REFS.
23076 (find_costs_and_classes): Set up cost classes for each registers.
23077 Use also their mode for this. Use regno_cost_classes instead of
23078 cost_classes.
23079 (setup_allocno_class_and_costs): Use regno_cost_classes instead of
23080 cost_classes.
23081 (free_ira_costs, ira_init_costs): Don't use cost_classes.
23082 (ira_costs, ira_set_pseudo_classes): Call
23083 initiate_regno_cost_classes and finish_regno_cost_classes.
23084
23085 2010-10-04 Vladimir Makarov <vmakarov@redhat.com>
23086
23087 * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
23088
23089 * target.def (ira_cover_classes): Remove.
23090
23091 * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
23092
23093 * doc/tm.texi.in: Ditto.
23094
23095 * ira-conflicts.c: Remove mentioning cover classes from the file.
23096 Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Use
23097 ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST. Fix formatting.
23098
23099 * targhooks.c (default_ira_cover_classes): Remove.
23100
23101 * targhooks.h (default_ira_cover_classes): Ditto.
23102
23103 * haifa-sched.c: Remove mentioning cover classes from the file.
23104 Use ira_reg_pressure_cover instead of ira_reg_class_cover. Use
23105 ira_pressure_classes and ira_pressure_classes_num instead of
23106 ira_reg_class_cover_size and ira_reg_class_cover. Use
23107 sched_regno_pressure_class instead of sched_regno_cover_class.
23108 (mark_regno_birth_or_death, setup_insn_reg_pressure_info): Use
23109 ira_reg_class_max_nregs instead of ira_reg_class_nregs.
23110
23111 * ira-int.h: Add 2010 to Copyright. Remove mentioning cover
23112 classes from the file.
23113 (object_hard_regs_t, object_hard_regs_node_t): New typedefs.
23114 (struct object_hard_regs, struct object_hard_regs_node): New.
23115 (struct ira_object): New members profitable_hard_regs,
23116 hard_regs_node, hard_regs_subnodes_start, hard_regs_subnodes_num.
23117 (struct ira_allocno): Rename cover_class to aclass. Rename
23118 cover_class_cost and updated_cover_class_cost to class_cost and
23119 updated_class_cost. Remove splay_removed_p and
23120 left_conflict_size. Add new members colorable_p.
23121 (ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICTS_SIZE): Remove.
23122 (ALLOCNO_COLORABLE_P): New macro.
23123 (ALLOCNO_COVER_CLASS): Rename to ALLOCNO_CLASS.
23124 (ALLOCNO_COVER_CLASS_COST, ALLOCNO_UPDATED_COVER_CLASS_COST):
23125 Rename to ALLOCNO_CLASS_COST and ALLOCNO_UPDATED__CLASS_COST.
23126 (OBJECT_...): Rename parameter C to O.
23127 (OBJECT_PROFITABLE_HARD_REGS): New macro.
23128 (OBJECT_HARD_REGS_NODE, OBJECT_HARD_REGS_SUBNODES_START)
23129 (OBJECT_HARD_REGS_SUBNODES_NUM): New macros.
23130 (struct target_ira_int): New members x_ira_max_memory_move_cost,
23131 x_ira_max_register_move_cost, x_ira_max_may_move_in_cost,
23132 x_ira_max_may_move_out_cost, x_ira_reg_allocno_class_p,
23133 x_ira_reg_pressure_class_p, x_ira_important_class_nums,
23134 x_ira_reg_class_superunion. Rename x_prohibited_class_mode_reg to
23135 x_ira_prohibited_class_mode_reg. Rename x_ira_reg_class_union to
23136 x_ira_reg_class_subunion.
23137 (ira_max_memory_move_cost, ira_max_register_move_cost)
23138 (ira_max_may_move_in_cost, ira_max_may_move_out_cost)
23139 (ira_reg_allocno_class_p, ira_reg_pressure_class_p)
23140 (ira_important_class_nums, ira_reg_class_superunion): New macros.
23141 (prohibited_class_mode_regs): Rename to ira_prohibited_class_mode_regs.
23142 (ira_reg_class_union): Rename to ira_reg_class_subunion.
23143 (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
23144 (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
23145 (ira_tune_allocno_costs_and_cover_classes): Rename to
23146 ira_tune_allocno_costs.
23147 (ira_debug_hard_regs_forest): New.
23148 (ira_object_conflict_iter_init, ira_object_conflict_iter_cond)
23149 (ira_object_conflict_iter_next): Fix comments.
23150 (ira_hard_reg_set_intersection_p, hard_reg_set_size): New functions.
23151 (ira_allocate_and_set_costs, ira_allocate_and_copy_costs): Rename
23152 cover_class to aclass.
23153 (ira_allocate_and_accumulate_costs): Ditto.
23154 (ira_allocate_and_set_or_copy_costs): Ditto.
23155
23156 * opts.c (decode_options): Remove ira_cover_class check.
23157
23158 * ira-color.c: Remove mentioning cover classes from the file. Use
23159 ALLOCNO_CLASS, ALLOCNO_CLASS_COST, and ALLOCNO_UPDATED_CLASS_COST
23160 instead of ALLOCNO_COVER_CLASS, ALLOCNO_COVER_CLASS_COST, and
23161 ALLOCNO_UPDATED_COVER_CLASS_COST. Fix formatting.
23162 (splay-tree.h): Remove include.
23163 (allocno_coalesced_p, processed_coalesced_allocno_bitmap): Move
23164 before copy_freq_compare_func.
23165 (allocnos_for_spilling, removed_splay_allocno_vec): Remove.
23166 (object_hard_regs_vec, object_hard_regs_htab, node_check_tick):
23167 New definitions.
23168 (hard_regs_roots, hard_regs_node_vec): Ditto.
23169 (object_hard_regs_hash, object_hard_regs_eq, find_hard_regs): Ditto.
23170 (insert_hard_regs, init_object_hard_regs, add_object_hard_regs): Ditto.
23171 (finish_object_hard_regs, object_hard_regs_compare): Ditto.
23172 (create_new_object_hard_regs_node): Ditto.
23173 (add_new_object_hard_regs_node_to_forest): Ditto.
23174 (add_object_hard_regs_to_forest, collect_object_hard_regs_cover): Ditto.
23175 (setup_object_hard_regs_nodes_parent, first_common_ancestor_node):
23176 Ditto.
23177 (print_hard_reg_set, print_hard_regs_subforest): Ditto.
23178 (print_hard_regs_forest, ira_debug_hard_regs_forest): Ditto.
23179 (remove_unused_object_hard_regs_nodes): Ditto.
23180 (enumerate_object_hard_regs_nodes): Ditto.
23181 (object_hard_regs_nodes_num, object_hard_regs_nodes): Ditto.
23182 (object_hard_regs_subnode_t): Ditto.
23183 (struct object_hard_regs_subnode): Ditto.
23184 (object_hard_regs_subnodes, object_hard_regs_subnode_index): Ditto.
23185 (setup_object_hard_regs_subnode_index): Ditto.
23186 (get_object_hard_regs_subnodes_num): Ditto.
23187 (form_object_hard_regs_nodes_forest): Ditto.
23188 (finish_object_hard_regs_nodes_tree): Ditto.
23189 (finish_object_hard_regs_nodes_forest): Ditto.
23190 (allocnos_have_intersected_live_ranges_p): Rename to
23191 allocnos_conflict_by_live_ranges_p. Move before copy_freq_compare_func.
23192 (pseudos_have_intersected_live_ranges_p): Rename to
23193 conflict_by_live_ranges_p. Move before copy_freq_compare_func.
23194 (setup_left_conflict_sizes_p, update_left_conflict_sizes_p): Ditto.
23195 (empty_profitable_hard_regs, setup_profitable_hard_regs): Ditto.
23196 (update_copy_costs): Remove assert. Skip cost update if the hard
23197 reg does not belong the class.
23198 (assign_hard_reg): Process only profitable hard regs.
23199 (uncolorable_allocnos_num): Make it scalar.
23200 (allocno_spill_priority): Use ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
23201 and ira_reg_class_max_nregs instead of ALLOCNO_LEFT_CONFLICTS_SIZE
23202 and ira_reg_class_max_nregs.
23203 (bucket_allocno_compare_func): Check frequency first.
23204 (sort_bucket): Add compare function as a parameter.
23205 (add_allocno_to_ordered_bucket): Assume no coalesced allocnos.
23206 (uncolorable_allocnos_splay_tree, USE_SPLAY_P): Remove.
23207 (push_allocno_to_stack): Rewrite for checking new allocno
23208 colorability.
23209 (remove_allocno_from_bucket_and_push): Print cost too. Remove assert.
23210 (push_only_colorable): Pass new parameter to sort_bucket.
23211 (push_allocno_to_spill): Remove.
23212 (allocno_spill_priority_compare): Make it inline and rewrite.
23213 (splay_tree_allocate, splay_tree_free): Remove.
23214 (allocno_spill_sort_compare): New function.
23215 (push_allocnos_to_stack): Sort allocnos for spilling once. Don't
23216 build and use splay tree. Choose first allocno in uncolorable
23217 allocno bucket to spill. Remove setting spill cost.
23218 (all_conflicting_hard_regs): Remove.
23219 (setup_allocno_available_regs_num): Check only profitable hard
23220 regs. Print info about hard regs nodes.
23221 (setup_allocno_left_conflicts_size): Remove.
23222 (put_allocno_into_bucket): Don't call
23223 setup_allocno_left_conflicts_size. Use setup_left_conflict_sizes_p.
23224 (improve_allocation): New.
23225 (color_allocnos): Call setup_profitable_hard_regs,
23226 form_object_hard_regs_nodes_forest, improve_allocation,
23227 finish_object_hard_regs_nodes_forest. Setup spill cost.
23228 (print_loop_title): Use pressure classes.
23229 (color_allocnso): Ditto.
23230 (do_coloring): Remove allocation and freeing splay_tree_node_pool
23231 and allocnos_for_spilling.
23232 (ira_sort_regnos_for_alter_reg): Don't setup members
23233 {first,next}_coalesced_allocno.
23234 (color): Remove allocating and freeing removed_splay_allocno_vec.
23235 (fast_allocation): Use ira_prohibited_class_mode_regs instead of
23236 prohibited_class_mode_regs.
23237
23238 * ira-lives.c: Remove mentioning cover classes from the file. Fix
23239 formatting.
23240 (update_allocno_pressure_excess_length): Use pressure classes.
23241 (inc_register_pressure, dec_register_pressure): Check for pressure
23242 class.
23243 (mark_pseudo_regno_live, mark_pseudo_regno_subword_live): Use
23244 pressure class. Use ira_reg_class_nregs instead of
23245 ira_reg_class_max_nregs.
23246 (mark_pseudo_regno_dead, mark_pseudo_regno_subword_dead): Ditto.
23247 (mark_hard_reg_live, mark_hard_reg_dead): Use pressure class.
23248 (single_reg_class): Use ira_reg_class_nregs instead of
23249 ira_reg_class_max_nregs.
23250 (process_bb_node_lives): Use pressure classes.
23251
23252 * ira-emit.c: Remove mentioning cover classes from the file. Use
23253 ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Fix formatting.
23254 (change_loop): Use pressure classes.
23255 (modify_move_list): Call ira_set_allocno_class instead of
23256 ira_set_allocno_cover_class.
23257
23258 * ira-build.c: Remove mentioning cover classes from the file. Use
23259 ALLOCNO_CLASS and ALLOCNO_CLASS_COST instead of
23260 ALLOCNO_COVER_CLASS and ALLOCNO_COVER_CLASS_COST. Use
23261 ALLOCNO_UPDATED_CLASS_COST instead of
23262 ALLOCNO_UPDATED_COVER_CLASS_COST. Fix formatting.
23263 (ira_create_object): Initiate OBJECT_PROFITABLE_HARD_REGS.
23264 (ira_create_allocno): Remove initialization of
23265 ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICT_SIZE. Initialize
23266 ALLOCNO_COLORABLE_P.
23267 (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
23268 Update conflict regs for the objects.
23269 (create_cap_allocno): Remove assert. Don't propagate
23270 ALLOCNO_AVAILABLE_REGS_NUM.
23271 (ira_free_allocno_costs): New function.
23272 (finish_allocno): Change a part of code into call of
23273 ira_free_allocno_costs.
23274 (low_pressure_loop_node_p): Use pressure classes.
23275 (object_range_compare_func): Don't compare classes.
23276 (setup_min_max_conflict_allocno_ids): Ditto.
23277
23278 * loop-invariant.c: Remove mentioning cover classes from the file.
23279 Use ira_pressure_classes and ira_pressure_classes_num instead of
23280 ira_reg_class_cover_size and ira_reg_class_cover. Fix formatting.
23281 (get_cover_class_and_nregs): Rename to get_cover_pressure_and_nregs.
23282 Use ira_reg_class_max_nregs instead of ira_reg_class_nregs.
23283 Use reg_allocno_class instead of reg_cover_class.
23284 (get_inv_cost): Use instead ira_stack_reg_pressure_class of
23285 STACK_REG_COVER_CLASS.
23286 (get_regno_cover_class): Rename to get_regno_pressure_class.
23287 (move_loop_invariants): Initialize and finalize regstat.
23288
23289 * ira.c: Remove mentioning cover classes from the file. Add
23290 comments about coloring without cover classes. Use ALLOCNO_CLASS
23291 instead of ALLOCNO_COVER_CLASS. Fix formatting.
23292 (alloc_reg_class_subclasses, setup_reg_subclasses): Move it before
23293 setup_class_subset_and_memory_move_costs.
23294 (setup_stack_reg_pressure_class, setup_pressure_classes): New.
23295 (setup_cover_and_important_classes): Rename to
23296 setup_allocno_and_important_classes.
23297 (setup_class_translate_array): New.
23298 (setup_class_translate): Call it for allocno and pressure classes.
23299 (cover_class_order): Rename to allocno_class_order.
23300 (comp_reg_classes_func): Use ira_allocno_class_translate instead
23301 of ira_class_translate.
23302 (reorder_important_classes): Set up ira_important_class_nums.
23303 (setup_reg_class_relations): Set up ira_reg_class_superunion.
23304 (print_class_cover): Rename to print_classes. Add parameter.
23305 (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
23306 Print pressure classes too.
23307 (find_reg_class_closure): Rename to find_reg_classes. Don't call
23308 setup_reg_subclasses.
23309 (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
23310 (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
23311 (setup_prohibited_class_mode_regs): Use
23312 ira_prohibited_class_mode_regs instead of prohibited_class_mode_regs.
23313 (clarify_prohibited_class_mode_regs): New function.
23314 (ira_init_register_move_cost): Set up ira_max_register_move_cost,
23315 ira_max_may_move_in_cost, and ira_max_may_move_out_cost.
23316 (ira_init_once): Initialize them.
23317 (free_register_move_costs): Process them.
23318 (ira_init): Move calls of find_reg_classes and
23319 setup_hard_regno_aclass after setup_prohibited_class_mode_regs.
23320 Call clarify_prohibited_class_mode_regs.
23321 (ira_no_alloc_reg): Remove.
23322 (too_high_register_pressure_p): Use pressure classes.
23323
23324 * sched-deps.c: Remove mentioning cover classes from the file.
23325 Use ira_reg_pressure_cover instead of ira_reg_class_cover. Use
23326 ira_pressure_classes and ira_pressure_classes_num instead of
23327 ira_reg_class_cover_size and ira_reg_class_cover.
23328 (mark_insn_hard_regno_birth, mark_hard_regno_death): Use
23329 sched_regno_pressure_class instead of sched_regno_cover_class.
23330 (mark_insn_pseudo_birth, mark_pseudo_death): Ditto. Use
23331 ira_reg_class_max_nregs instead of ira_reg_class_nregs.
23332
23333 * ira.h: Add 2010 to Copyright.
23334 (ira_no_alloc_reg): Remove external.
23335 (struct target_ira): Rename x_ira_hard_regno_cover_class,
23336 x_ira_reg_class_cover_size, x_ira_reg_class_cover, and
23337 x_ira_class_translate to x_ira_hard_regno_allocno_class,
23338 x_ira_allocno_classes_num, x_ira_allocno_classes, and
23339 x_ira_allocno_class_translate. Add x_ira_pressure_classes_num,
23340 x_ira_pressure_classes, x_ira_pressure_class_translate, and
23341 x_ira_stack_reg_pressure_class. Rename x_ira_reg_class_nregs to
23342 x_ira_reg_class_max_nregs. Add x_ira_reg_class_min_nregs and
23343 x_ira_no_alloc_regs.
23344 (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
23345 (ira_reg_class_cover_size, ira_reg_class_cover): Rename to
23346 ira_allocno_classes_num and ira_allocno_classes.
23347 (ira_class_translate): Rename to ira_allocno_class_translate.
23348 (ira_pressure_classes_num, ira_pressure_classes): New definitions.
23349 (ira_pressure_class_translate, ira_stack_reg_pressure_class): Ditto.
23350 (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
23351 (ira_reg_class_min_nregs, ira_stack_reg_pressure_class): New
23352 (ira_no_alloc_regs): New.
23353
23354 * ira-costs.c: Add 2010 to Copyright. Remove mentioning cover
23355 classes from the file. Use ALLOCNO_CLASS instead of
23356 ALLOCNO_COVER_CLASS. Use ALLOCNO_CLASS_COST instead of
23357 ALLOCNO_COVER_CLASS_COST.
23358 (regno_cover_class): Rename to regno_aclass.
23359 (record_reg_classes): Use ira_reg_class_subunion instead of
23360 ira_reg_class_union.
23361 (record_address_regs): Check overflow.
23362 (scan_one_insn): Ditto.
23363 (print_allocno_costs): Print total mem cost fore regional allocation.
23364 (print_pseudo_costs): Use REG_N_REFS.
23365 (find_costs_and_classes): Use classes intersected with them on the
23366 1st pass. Check overflow. Use ira_reg_class_subunion instead of
23367 ira_reg_class_union. Use ira_allocno_class_translate and
23368 regno_aclass instead of ira_class_translate and regno_cover_class.
23369 Modify code for finding regno_aclass. Setup preferred classes for
23370 the next pass.
23371 (setup_allocno_cover_class_and_costs): Rename to
23372 setup_allocno_class_and_costs. Use regno_aclass instead of
23373 regno_cover_class. Use ira_set_allocno_class instead of
23374 ira_set_allocno_cover_class.
23375 (init_costs, finish_costs): Use regno_aclass instead of
23376 regno_cover_class.
23377 (ira_costs): Use setup_allocno_class_and_costs instead of
23378 setup_allocno_cover_class_and_costs.
23379 (ira_tune_allocno_costs_and_cover_classes): Rename to
23380 ira_tune_allocno_costs. Check overflow. Skip conflict hard regs
23381 by processing objects. Use ira_reg_class_max_nregs instead of
23382 ira_reg_class_nregs.
23383
23384 * rtl.h (reg_cover_class): Rename to reg_allocno_class.
23385
23386 * sched-int.h: Remove mentioning cover classes from the file.
23387 (sched_regno_cover_class): Rename to sched_regno_pressure_class.
23388
23389 * reginfo.c: Add 2010 to Copyright. Remove mentioning cover
23390 classes from the file.
23391 (struct reg_pref): Rename coverclass into allocnoclass.
23392 (reg_cover_class): Rename to reg_allocno_class.
23393
23394 * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
23395
23396 * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
23397
23398 * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
23399
23400 * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
23401
23402 * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
23403
23404 * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
23405
23406 * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
23407
23408 * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
23409
23410 * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
23411
23412 * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
23413
23414 * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
23415 (i386_ira_cover_classes): Ditto.
23416
23417 * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
23418
23419 * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
23420
23421 * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
23422
23423 * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
23424
23425 * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
23426
23427 * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
23428
23429 * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
23430 (mips_ira_cover_classes): Ditto.
23431
23432 * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
23433
23434 * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
23435
23436 * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
23437
23438 * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
23439
23440 * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
23441
23442 * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
23443 (IRA_COVER_CLASSES_VSX): Ditto.
23444
23445 * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
23446 (rs6000_ira_cover_classes): Ditto.
23447
23448 * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
23449
23450 * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
23451
23452 * config/score/score.h (IRA_COVER_CLASSES): Ditto.
23453
23454 * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
23455
23456 * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
23457
23458 * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
23459
23460 * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
23461
23462 * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
23463
23464 * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
23465
23466 * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
23467
23468 2011-03-29 Jakub Jelinek <jakub@redhat.com>
23469
23470 PR debug/48253
23471 * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
23472 dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
23473 dw_fde_unlikely_section_end_label, cold_in_std_section,
23474 dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
23475 Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
23476 fields.
23477 (output_fde): Use dw_fde_second_{begin,end} if second is
23478 true, otherwise dw_fde_{begin,end}.
23479 (output_call_frame_info): Test dw_fde_second_begin != NULL
23480 instead of dw_fde_switched_sections.
23481 (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
23482 fields, initialize new fields. Initialize in_std_section
23483 unconditionally from the first partition.
23484 (dwarf2out_end_epilogue): Don't override dw_fde_end when
23485 dw_fde_second_begin is non-NULL.
23486 (dwarf2out_switch_text_section): Stop initializing removed
23487 dw_fde_struct fields, initialize new fields, initialize
23488 also dw_fde_end here. Set dw_fde_switch_cfi even when
23489 dwarf2out_do_cfi_asm (). Call var_location_switch_text_section.
23490 (struct var_loc_list_def): Add last_before_switch field.
23491 (arange_table, arange_table_allocated, arange_table_in_use,
23492 ARANGE_TABLE_INCREMENT, add_arange): Removed.
23493 (size_of_aranges): Count !in_std_section and !second_in_std_section
23494 hunks in fdes, instead of looking at arange_table_in_use.
23495 (output_aranges): Add aranges_length argument, don't call
23496 size_of_aranges here. Instead of using aranges_table*
23497 emit ranges for fdes when !in_std_section resp.
23498 !second_in_std_section.
23499 (dw_loc_list): Break ranges crossing section switch.
23500 (convert_cfa_to_fb_loc_list): Likewise. If switched sections,
23501 use dw_fde_second_end instead of dw_fde_end as end of last range.
23502 (gen_subprogram_die): Don't call add_arange. Use
23503 dw_fde_{begin,end} for first partition and if switched
23504 section dw_fde_second_{begin,end} for the second.
23505 (var_location_switch_text_section_1,
23506 var_location_switch_text_section): New functions.
23507 (dwarf2out_begin_function): Initialize cold_text_section even
23508 when function_section () isn't text_section.
23509 (prune_unused_types): Don't walk arange_table.
23510 (dwarf2out_finish): Don't needlessly test
23511 flag_reorder_blocks_and_partition when testing cold_text_section_used.
23512 If info_section_emitted, call size_of_aranges and if it indicates
23513 non-empty .debug_aranges, call output_aranges with the computed
23514 size. Stop using removed dw_fde_struct fields, use
23515 dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
23516 for second.
23517
23518 PR debug/48203
23519 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
23520 create ENTRY_VALUE if incoming or address of incoming's MEM
23521 is a hard REG.
23522 * dwarf2out.c (mem_loc_descriptor): Don't emit
23523 DW_OP_GNU_entry_value of DW_OP_fbreg.
23524 * var-tracking.c (vt_add_function_parameter): Ensure cselib_lookup
23525 on ENTRY_VALUE is able to find the canonical parameter VALUE.
23526 * cselib.c (rtx_equal_for_cselib_1) <case ENTRY_VALUE>: Use
23527 rtx_equal_p instead of rtx_equal_for_cselib_1 to compare
23528 ENTRY_VALUE_EXPs.
23529 (cselib_hash_rtx) <case ENTRY_VALUE>: If ENTRY_VALUE_EXP
23530 is a REG_P or MEM_P with REG_P address, compute hash directly
23531 instead of calling cselib_hash_rtx on ENTRY_VALUE_EXP.
23532 (preserve_only_constants): Don't clear VALUES forwaring
23533 ENTRY_VALUE to some other VALUE.
23534
23535 2011-03-28 Richard Sandiford <richard.sandiford@linaro.org>
23536
23537 * builtins.c (expand_builtin_memset_args): Use gen_int_mode
23538 instead of GEN_INT.
23539
23540 2011-03-28 Eric Botcazou <ebotcazou@adacore.com>
23541
23542 * cfgexpand.c (expand_gimple_cond): Always set the source location and
23543 block before expanding the statement.
23544 (expand_gimple_stmt_1): Likewise. Set them here...
23545 (expand_gimple_stmt): ...and not here. Tidy.
23546 * cfglayout.c (curr_insn_locator): Return 0 if the current location is
23547 unknown.
23548
23549 2011-03-28 Steven Bosscher <steven@gcc.gnu.org>
23550
23551 * Makefile.in: New rule for cprop.o.
23552 * gcse.c: Move constant/copy propagation to cprop.c.
23553 (compute_local_properties): Only handle expression tables.
23554 (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
23555 (one_pre_gcse_pass, one_code_hoisting_pass): Likewise.
23556 (hash_set, insert_set_in_table, gcse_constant_p, lookup_set,
23557 next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set,
23558 mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem,
23559 compute_cprop_data, find_used_regs, try_replace_reg,
23560 find_avail_set, cprop_jump, constprop_register, cprop_insn,
23561 local_cprop_find_used_regs, do_local_cprop, local_cprop_pass,
23562 fis_get_condition, implicit_set_cond_p, find_implicit_sets,
23563 find_bypass_set, reg_killed_on_edge, bypass_block,
23564 bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop,
23565 execute_rtl_cprop, pass_rtl_cprop): Move to...
23566 * cprop.c: ...here. New file, constant/copy propagation for RTL
23567 moved from gcse.c to here with minor cleanups in duplicated code.
23568
23569 2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
23570
23571 * config/i386/i386.c (flag_opts): Fix a typo in
23572 -mavx256-split-unaligned-store.
23573
23574 2011-03-28 Anatoly Sokolov <aesok@post.ru>
23575
23576 * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
23577 LIBCALL_VALUE): Remove macros.
23578 * config/h8300/h8300.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
23579 TARGET_FUNCTION_VALUE_REGNO_P): Define.
23580 (h8300_function_value, h8300_libcall_value,
23581 h8300_function_value_regno_p): New functions.
23582
23583 2011-03-28 Anatoly Sokolov <aesok@post.ru>
23584
23585 * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
23586
23587 2011-03-28 Jeff Law <law@redhat.com>
23588
23589 * tree-ssa-threadupdate.c (redirect_edges): Call
23590 create_edge_and_update_destination_phis as needed.
23591 (create_edge_and_update_destination_phis): Accept new BB argument.
23592 All callers updated.
23593 (thread_block): Do not update the profile when threading around
23594 intermediate blocks.
23595 (thread_single_edge): Likewise.
23596 (determine_bb_domination_status): If BB is not a successor of the
23597 loop header, return NONDOMINATING.
23598 (register_jump_thread): Note when we register a jump thread around
23599 an intermediate block.
23600 * tree-ssa-threadedge.c (thread_around_empty_block): New function.
23601 (thread_across_edge): Use it.
23602
23603 2011-03-28 Tristan Gingold <gingold@adacore.com>
23604
23605 * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
23606 when for_return is 2.
23607
23608 2011-03-28 Jeff Law <law@redhat.com>
23609
23610 * var-tracking.c (canonicalize_values_mark): Delete unused
23611 lhs assignment.
23612 (canonicalize_values_star, set_variable_part): Likewise.
23613 (clobber_variable_part, delete_variable_part): Likewise.
23614
23615 2011-03-28 Steven Bosscher <steven@gcc.gnu.org>
23616
23617 * gcse.c (free_gcse_mem): Free reg_set_bitmap.
23618
23619 2011-03-28 Martin Jambor <mjambor@suse.cz>
23620
23621 * tree-inline.c (expand_call_inline): Do not check that destination
23622 node is analyzed.
23623 (optimize_inline_calls): Assert that destination node is analyzed.
23624 * cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
23625 not call tree_lowering_passes.
23626 * cgraph.h (cgraph_analyze_function): Declare.
23627 * cgraphunit.c (cgraph_analyze_function): Make public.
23628
23629 2011-03-28 Joseph Myers <joseph@codesourcery.com>
23630
23631 * config/sparc/sparc-opts.h: New.
23632 * config/sparc/sparc.c (sparc_handle_option, sparc_select,
23633 sparc_cpu, fpu_option_set, TARGET_HANDLE_OPTION): Remove.
23634 (sparc_option_override): Store processor_type enumeration rather
23635 than string in cpu_default. Remove name and enumeration from
23636 cpu_table. Directly default -mcpu then default -mtune from -mcpu
23637 without using sparc_select. Use target_flags_explicit instead of
23638 fpu_option_set.
23639 * config/sparc/sparc.h (enum processor_type): Move to
23640 sparc-opts.h.
23641 (sparc_cpu, struct sparc_cpu_select, sparc_select): Remove.
23642 * config/sparc/sparc.opt (config/sparc/sparc-opts.h): New
23643 HeaderInclude entry.
23644 (mcpu=, mtune=): Use Var and Enum.
23645 (sparc_processor_type): New Enum and EnumValue entries.
23646
23647 2011-03-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23648 Iain Sandoe <iains@gcc.gnu.org>
23649
23650 PR target/48245
23651 * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
23652
23653 2011-03-28 Eric Botcazou <ebotcazou@adacore.com>
23654
23655 * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.
23656 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add GSI parameter.
23657 Insert new statements at it in lieu of STMT.
23658 (vect_setup_realignment): Adjust call to vect_create_data_ref_ptr.
23659 * tree-vect-stmts.c (vectorizable_store): Likewise.
23660 (vectorizable_load): Likewise.
23661
23662 2011-03-28 Uros Bizjak <ubizjak@gmail.com>
23663
23664 * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
23665 (divtf3): Ditto.
23666 (multf3): Ditto.
23667 (subtf3): Ditto.
23668
23669 2011-03-27 H.J. Lu <hongjiu.lu@intel.com>
23670
23671 * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
23672 unaligned 256bit load/store.
23673 (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
23674 (*avx_movdqu<avxmodesuffix>): Likewise.
23675
23676 2011-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23677
23678 PR target/48288
23679 * config/pa/predicates.md (reg_or_ior_operand): New predicate.
23680 * config/pa/pa.md (iordi3): Use new predicate in expander.
23681 (iorsi3): Likewise.
23682
23683 2011-03-27 Anatoly Sokolov <aesok@post.ru>
23684
23685 * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
23686 FUNCTION_VALUE_REGNO_P): Remove macros.
23687 * config/mips/mips-protos.h (mips_function_value): Remove.
23688 * config/mips/mips.c (mips_function_value): Rename to...
23689 (mips_function_value_1): ... this. Make static. Handle receiving
23690 the function type in 'fn_decl_or_type' argument.
23691 (mips_function_value, mips_libcall_value,
23692 mips_function_value_regno_p): New function.
23693 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
23694 TARGET_FUNCTION_VALUE_REGNO_P): Define.
23695
23696 2011-03-27 H.J. Lu <hongjiu.lu@intel.com>
23697
23698 * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
23699 and -mavx256-split-unaligned-store.
23700 (ix86_option_override_internal): Split 32-byte AVX unaligned
23701 load/store by default.
23702 (ix86_avx256_split_vector_move_misalign): New.
23703 (ix86_expand_vector_move_misalign): Use it.
23704
23705 * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
23706 -mavx256-split-unaligned-store.
23707
23708 * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
23709 256bit load/store. Generate unaligned store on misaligned memory
23710 operand.
23711 (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
23712 256bit load/store.
23713 (*avx_movdqu<avxmodesuffix>): Likewise.
23714
23715 * doc/invoke.texi: Document -mavx256-split-unaligned-load and
23716 -mavx256-split-unaligned-store.
23717
23718 2011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
23719
23720 PR target/38598
23721 * config/mips/mips.md (extendsidi2): Add an "l" alternative.
23722 Update commentary.
23723
23724 2011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
23725
23726 * config/mips/mips.c (mips_prepare_builtin_arg): Replace icode and
23727 opno arguments with an expand_operand. Use create_input_operand.
23728 (mips_prepare_builtin_target): Delete.
23729 (mips_expand_builtin_insn, mips_expand_builtin_compare_1): New
23730 functions.
23731 (mips_expand_builtin_direct): Use create_output_operand and
23732 mips_expand_builtin_insn. Update call to mips_prepare_builtin_arg.
23733 (mips_expand_builtin_movtf): Likewise. Use mips_expand_fp_comparison.
23734 (mips_expand_builtin_compare): Use mips_expand_fp_comparison.
23735
23736 2011-03-27 Ira Rosen <ira.rosen@linaro.org>
23737
23738 * config/arm/arm.c (arm_autovectorize_vector_sizes): New
23739 function.
23740 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
23741
23742 2011-03-26 Eric Botcazou <ebotcazou@adacore.com>
23743
23744 * basic-block.h (fixup_abnormal_edges): Adjust prototype.
23745 * reload1.c (reload): Adjust call to fixup_abnormal_edges. Rediscover
23746 basic blocks and call commit_edge_insertions directly.
23747 (fixup_abnormal_edges): Move from here to...
23748 * cfgrtl.c (fixup_abnormal_edges): ...here. Only insert instructions
23749 on the edges and return whether some have actually been inserted.
23750 * reg-stack.c (convert_regs): Fix up abnormal edges before inserting
23751 compensation code.
23752
23753 2011-03-26 Andrey Belevantsev <abel@ispras.ru>
23754
23755 PR rtl-optimization/48144
23756 * sel-sched-ir.c (merge_history_vect): Factor out from ...
23757 (merge_expr_data): ... here.
23758 (av_set_intersect): Rename to av_set_code_motion_filter.
23759 Update all callers. Call merge_history_vect when an expression
23760 is found in both sets.
23761 * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
23762
23763 2011-03-26 Alan Modra <amodra@gmail.com>
23764
23765 * config/rs6000/predicates.md (word_offset_memref_op): Handle
23766 cmodel medium addresses.
23767 * config/rs6000/rs6000.c (rs6000_secondary_reload): Handle misaligned
23768 64-bit gpr loads and stores.
23769 (rs6000_secondary_reload_ppc64): New function.
23770 * config/rs6000/rs6000-protos.h: Declare it.
23771 * config/rs6000/rs6000.md (reload_di_store, reload_di_load): New.
23772
23773 2011-03-26 Alan Modra <amodra@gmail.com>
23774
23775 PR target/47487
23776 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
23777 GNU Go in traceback table.
23778
23779 2011-03-25 Richard Henderson <rth@redhat.com>
23780
23781 * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
23782 if there are exactly 6 operands.
23783 (set_storage_via_setmem): Similarly.
23784
23785 2011-03-25 Kai Tietz <ktietz@redhat.com>
23786
23787 * collect2.c (write_c_file_stat): Handle backslash
23788 as right-hand directory separator.
23789 (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
23790 checking just for slash.
23791 * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
23792 instead of checking for trailing slash.
23793 * gcc.c (record_temp_file): Use filename_cmp instead
23794 of strcmp.
23795 (do_spec_1): Likewise.
23796 (replace_outfile_spec_function): Likewise.
23797 (is_directory): Use filename_ncmp instead of strncmp.
23798 (print_multilib_info): Likewise.
23799 * gcov.c (find_source): Use filename_cmp instead
23800 instead of strcmp.
23801 (make_gcov_file_name): Fix order of slash/backslash
23802 checks.
23803 * incpath.c (DIRS_EQ): Use filename_cmp instead of strcmp.
23804 (add_standard_paths): Likewise.
23805 * mips-tfile.c (saber_stop): Handle backslash.
23806 * prefix.c (update_path): Use filename_ncmp instead of
23807 strncmp.
23808 * profile.c (output_location): Use filename_cmp instead
23809 of strcmp.
23810 * read-md.c (handle_toplevel_file): Handle backslash.
23811 * tlink.c (frob_extension): Likewise.
23812 * tree-cfg.c (same_line_p): Use filename_cmp instead of
23813 strcmp.
23814 * tree-dump.c (dequeue_and_dump): Handle backslash.
23815 * tree.c (get_file_function_name): Likewise.
23816 * gengtype.c (read_input_list): Likewise.
23817 (get_file_realbasename): Likewise.
23818 (get_output_file_with_visibility): Use filename_cmp
23819 instead of strcmp.
23820
23821 2011-03-25 Richard Sandiford <richard.sandiford@linaro.org>
23822
23823 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
23824 case to VFPv1.
23825
23826 2011-03-25 Nathan Froyd <froydnj@codesourcery.com>
23827
23828 * fold-const.c (expr_location_or): New function.
23829 (fold_truth_not_expr): Call it.
23830
23831 2011-03-25 Jeff Law <law@redhat.com>
23832
23833 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
23834 va_end.
23835 * c-family/c-common.c (def_fn_type): Likewise.
23836 * ada/gcc-interface/utils.c (def_fn_type): Likewise.
23837 * emit-rtl.c (gen_rtvec): Likewise.
23838 * lto/lto-lang.c (def_fn_type): Likewise.
23839
23840 2011-03-25 Richard Guenther <rguenther@suse.de>
23841
23842 * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
23843 also generate copies.
23844 (fini_copy_prop): Handle constant values properly.
23845
23846 2011-03-25 Jakub Jelinek <jakub@redhat.com>
23847
23848 * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
23849 mode size instead of bitsize with DWARF2_ADDR_SIZE.
23850 (hash_loc_operands, compare_loc_operands): Handle
23851 DW_OP_GNU_entry_value.
23852
23853 2011-03-25 Kai Tietz <ktietz@redhat.com>
23854
23855 * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Adjust comment.
23856 (STACK_BOUNDARY): Check for bit-ness in case of MS_ABI.
23857 * config/i386/i386.c (ix86_conditional_register_usage): Adjust
23858 comment and use macro TARGET_64BIT_MS_ABI instead.
23859 (ix86_keep_aggregate_return_pointer): Optimize for 64-bit case
23860 and change default behavior for 32-bit MS_ABI.
23861 (ix86_reg_parm_stack_space): Check additionally for bit-ness.
23862 (ix86_function_type_abi): Allow check for ms_abi/sysv_abi for
23863 32-bit, too.
23864 (ix86_cfun_abi): Likewise.
23865 (ix86_maybe_switch_abi): Adjust comment.
23866 (init_cumulative_args): Check for bit-ness in MS_ABI case.
23867 (ix86_gimplify_va_arg): Check just for not TARGET_64BIT_MS_ABI
23868 instead of checking for SYSV_ABI.
23869 (ix86_nsaved_sseregs): Likewise.
23870 (ix86_compute_frame_layout): Set only for 64-bit MS_ABI alignment
23871 to 16 bytes.
23872 (ix86_expand_call): Use TARGET_64BIT_MS_ABI macro.
23873 * config/i386.h (TARGET_32BIT_MS_ABI): New macro.
23874 (ACCUMULATE_OUTGOING_ARGS): Check explicit for 64-bit MS_ABI.
23875 (OUTGOING_REG_PARM_STACK_SPACE): Likewise.
23876 * config/mingw32.h (DEFAULT_ABI): Change default always to MS_ABI.
23877
23878 2011-03-25 Richard Guenther <rguenther@suse.de>
23879
23880 * tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
23881 (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
23882 (verify_gimple): Remove.
23883 * tree-cfg.c (verify_gimple_call): Merge verification
23884 from verify_stmts.
23885 (verify_gimple_phi): Merge verification from verify_stmts.
23886 (verify_gimple_label): New function.
23887 (verify_types_in_gimple_seq_2): Rename to verify_gimple_in_seq_2.
23888 (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
23889 (verify_stmt): Merge into verify_gimple_in_cfg and callees.
23890 (verify_stmts): Rename to verify_gimple_in_cfg.
23891 (verify_gimple_in_cfg): New function.
23892 * passes.c (execute_function_todo): Call verify_gimple_in_cfg.
23893 * tree-ssa.c (verify_ssa): Likewise.
23894 * gimplify.c (gimplify_body): Call verify_gimple_in_seq.
23895
23896 2011-03-25 Richard Guenther <rguenther@suse.de>
23897
23898 * passes.c (init_optimization_passes): Add FRE pass after
23899 early SRA.
23900
23901 2011-03-25 Bernd Schmidt <bernds@codesourcery.com>
23902 Andrew Stubbs <ams@codesourcery.com>
23903
23904 * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
23905 for Cortex-A8.
23906 (arm_movdi_vfp_cortexa8): New pattern.
23907 * config/arm/neon.md (adddi3_neon, subdi3_neon, anddi3_neon,
23908 iordi3_neon, xordi3_neon): Add alternatives to discourage Neon
23909 instructions when tuning for Cortex-A8. Set attribute "arch".
23910 * config/arm/arm.md: Move include arm-tune.md up a bit.
23911 (define_attr "arch"): Add "onlya8" and "nota8" values.
23912 (define_attr "arch_enabled"): Handle "onlya8" and "nota8".
23913
23914 2011-03-25 Nathan Froyd <froydnj@codesourcery.com>
23915
23916 PR bootstrap/48282
23917 Revert:
23918 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
23919
23920 * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
23921 FOR_BB_INSNS_SAFE to iterate through insns. Re-indent.
23922 (pass_instantiate_virtual_regs): Require PROP_cfglayout.
23923 * passes.c (init_optimization_passes): Move
23924 pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
23925
23926 2011-03-25 Kai Tietz <ktietz@redhat.com>
23927
23928 * c-typeck.c (comptypes_internal): Replace target
23929 hook call of comp_type_attributes by version in tree.c file.
23930 * gimple.c (gimple_types_compatible_p_1): Likewise.
23931 * tree-ssa.c (useless_type_conversion_p): Likewise.
23932 * tree.c (build_type_attribute_qual_variant): Likewise.
23933 (attribute_value_equal): New static helper function.
23934 (comp_type_attributes): New function.
23935 (merge_attributes): Use attribute_value_equal for comparison.
23936 (attribute_list_contained): Likewise.
23937 * tree.h (comp_type_attributes): New prototype.
23938
23939 2011-03-25 Richard Guenther <rguenther@suse.de>
23940
23941 * tree-cfg.c (verify_gimple_assign_unary): Drop special casing
23942 of complex types at -O0.
23943 (verify_gimple_assign_binary): Likewise.
23944 (verify_gimple_assign_ternary): Likewise.
23945
23946 2011-03-24 Mark Wielaard <mjw@redhat.com>
23947
23948 * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8.
23949 (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
23950
23951 2011-03-24 Mark Wielaard <mjw@redhat.com>
23952
23953 PR debug/48041
23954 * dwarf2out.c (output_abbrev_section): Only write table when
23955 abbrev_die_table_in_use > 1.
23956
23957 2011-02-24 Richard Henderson <rth@redhat.com>
23958
23959 * config/alpha/alpha.c (alpha_expand_unaligned_load): Use extql.
23960 (alpha_expand_unaligned_store): Use mskwl, mskll, mskql.
23961 (alpha_expand_unaligned_load_words): Use extql.
23962 (alpha_expand_unaligned_store_words): Use insqh, mskqh, mskql.
23963 (emit_insxl): Handle all modes for consistency.
23964
23965 2011-02-24 Richard Henderson <rth@redhat.com>
23966
23967 * config/alpha/alpha.c (get_aligned_mem): Don't test WORDS_BIG_ENDIAN.
23968 (alpha_expand_unaligned_load): Likewise.
23969 (alpha_expand_unaligned_store): Likewise.
23970 (alpha_expand_unaligned_load_words): Likewise.
23971 (alpha_expand_unaligned_store_words): Likewise.
23972 (emit_insxl, alpha_split_compare_and_swap_12): Likewise.
23973 (alpha_split_lock_test_and_set_12): Likewise.
23974 (print_operand, alpha_fold_builtin_extxx): Likewise.
23975 (alpha_fold_builtin_insxx, alpha_fold_builtin_mskxx): Likewise.
23976 * config/alpha/alpha.md (bswapsi2, insv, extv, extzv): Likewise.
23977 (builtin_extwh, builtin_extlh, builtin_extql): Likewise.
23978 (unaligned_extendqidi_be, unaligned_extendhidi_be, extxl_be): Remove.
23979 (*extxl_1_be, *extql_2_be, extqh_be, extlh_be, extwh_be): Remove.
23980 (insbl_be, inswl_be, insll_be, insql_be, mskxl_be): Remove.
23981 (unaligned_loadqi_be, unaligned_loadhi_be): Remove.
23982 (unaligned_storeqi_be, unaligned_storehi_be): Remove.
23983 (extbl): Rename from builtin_extbl; don't test WORDS_BIG_ENDIAN.
23984 (extwl, extll, extql): Similarly.
23985 (inswh, inslh, insqh): Similarly.
23986 (mskbl, mskwl, mskll, mskql): Similarly.
23987 (mskwh, msklh, mskqh): Similarly.
23988
23989 2011-02-24 Richard Henderson <rth@redhat.com>
23990
23991 * config/alpha/alpha.md (attribute isa): Add er, ner.
23992 (attribute enabled): Handle them.
23993 (*movdi): Merge *movdi_{er_nofix,nofix,er_fix,fix}.
23994
23995 2011-02-24 Richard Henderson <rth@redhat.com>
23996
23997 * config/alpha/alpha.md (attribute isa): Add vms.
23998 (attribute enabled): Handle it.
23999 (*movsf): Merge *movsf_{nofix,fix,nofp}.
24000 (*movdf): Merge *movdf_{nofix,fix,nofp}.
24001 (*movtf): Rename from *movtf_internal for consistency.
24002 (*movsi): Merge with *movsi_nt_vms.
24003 (*movhi): Merge *movhi_nobwx, *movhi_bwx.
24004 (*movqi): Merge *movqi_nobwx, *movqi_bwx.
24005 (*mov<VEC>): Merge *mov<VEC>_fix, *mov<VEC>_nofix.
24006 * config/alpha/constraint.md ("f"): Use NO_REGS when fpu is disabled.
24007
24008 2011-02-24 Richard Henderson <rth@redhat.com>
24009
24010 * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
24011 (extendqisi2, extendhisi2): Likewise.
24012 (extendqidi2): Simplify BWX/non-BWX expansions.
24013 (extendhidi2): Similarly.
24014
24015 2011-02-24 Richard Henderson <rth@redhat.com>
24016
24017 * config/alpha/alpha.md (attribute isa): New.
24018 (attribute enabled): New.
24019 (zero_extendqihi2): Merge from *zero_extendqihi2_{bwx,nobwx}.
24020 (zero_extendqisi2, zero_extendqidi2): Similarly.
24021 (zero_extendhisi2, zero_extendhidi2): Similarly.
24022 * config/alpha/predicates.md (reg_or_bwx_memory_operand): New.
24023
24024 2011-02-24 Richard Henderson <rth@redhat.com>
24025
24026 * config/alpha/predicates.md (input_operand): Revert last change;
24027 update comment to mention 32-bit VMS rather than Windows.
24028
24029 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
24030
24031 * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
24032 FOR_BB_INSNS_SAFE to iterate through insns. Re-indent.
24033 (pass_instantiate_virtual_regs): Require PROP_cfglayout.
24034 * passes.c (init_optimization_passes): Move
24035 pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
24036
24037 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
24038
24039 * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
24040
24041 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
24042
24043 * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
24044 correctly.
24045
24046 2011-03-24 Jakub Jelinek <jakub@redhat.com>
24047
24048 PR debug/48204
24049 * simplify-rtx.c (simplify_const_unary_operation): Call
24050 real_convert when changing mode class with FLOAT_EXTEND.
24051
24052 2011-03-24 Nick Clifton <nickc@redhat.com>
24053
24054 * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
24055 (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
24056 * config/rx/rx.c (rx_option_override): Set align_jumps,
24057 align_loops and align_labels if not set by the user.
24058 (rx_align_for_label): New function.
24059 (rx_max_skip_for_label): New function.
24060 (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
24061 (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
24062 (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
24063 (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
24064 * config/rx/rx-protos.h (rx_align_for_label): Add prototype.
24065
24066 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
24067
24068 PR rtl-optimization/48263
24069 * optabs.c (expand_binop_directly): Reinstate convert_modes code
24070 and original commutative_p handling. Use maybe_gen_insn.
24071
24072 2011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24073
24074 * reload.c (find_reloads_subreg_address): Add address_reloaded
24075 parameter and return true there if the full address has been
24076 reloaded.
24077 (find_reloads_toplev): Pass address_reloaded flag.
24078 (find_reloads_address_1): Don't use address_reloaded parameter.
24079
24080 2011-03-24 Jeff Law <law@redhat.com>
24081
24082 * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
24083 unused variable "ann".
24084 (remove_unused_locals): Likewise.
24085
24086 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
24087 statement.
24088
24089 * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
24090 after it is freed.
24091
24092 2011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24093
24094 * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
24095 for invalid symbolic addresses.
24096 (s390_secondary_reload): Don't use s390_check_symref_alignment for
24097 larl operands.
24098
24099 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
24100
24101 * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
24102 the argument in calls to fold_truth_not_expr.
24103
24104 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
24105
24106 * tree.c (record_node_allocation_statistics): New function.
24107 (make_node_stat, copy_node_stat, build_string): Call it.
24108 (make_tree_binfo_stat, make_tree_vec_stat, tree_cons_stat): Likewise.
24109 (build1_stat, build_omp_clause): Likewise.
24110
24111 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
24112
24113 * builtins.c (expand_movstr): Fix endp == 1 adjustment after
24114 last commit.
24115
24116 2011-03-24 Richard Guenther <rguenther@suse.de>
24117
24118 PR tree-optimization/48271
24119 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
24120 blocks that still exist.
24121
24122 2011-03-24 Richard Guenther <rguenther@suse.de>
24123
24124 PR tree-optimization/48270
24125 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
24126 not free datarefs before ddrs.
24127
24128 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
24129
24130 * tree-sra.c (build_ref_for_offset): Strip useless type conversions
24131 from the address built for a reference with variable offset.
24132
24133 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
24134
24135 PR target/48237
24136 * config/i386/i386.md (*movdf_internal_rex64): Do not split
24137 alternatives that can be handled with movq or movabsq insn.
24138 (*movdf_internal): Disable for !TARGET_64BIT.
24139 (*movdf_internal_nointeger): Ditto.
24140 * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
24141
24142 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
24143
24144 * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
24145 (FUNCTION_ARG_ADVANCE): Likewise.
24146 * tm.texi.in: Change references to them to hook references.
24147 * tm.texi: Regenerate.
24148 * targhooks.c (default_function_arg): Eliminate check for target macro.
24149 (default_function_incoming_arg): Likewise.
24150 (default_function_arg_advance): Likewise.
24151 * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
24152 (function_arg_advance): Likewise.
24153 * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
24154
24155 2011-03-24 Richard Guenther <rguenther@suse.de>
24156
24157 PR middle-end/48269
24158 * tree-object-size.c (addr_object_size): Do not double-account
24159 for MEM_REF offsets.
24160
24161 2011-03-24 Diego Novillo <dnovillo@google.com>
24162
24163 * lto-opts.c (input_data_block): Move to lto-streamer-in.c.
24164 * lto-streamer-in.c (input_string_internal): Add clarifying comments.
24165 (lto_input_data_block): Move from lto-opts.c. Make extern.
24166 Update all users.
24167 (lto_input_string): Rename from input_string. Make extern.
24168 Update all users.
24169 * lto-streamer-out.c (lto_output_string_with_length): Rename from
24170 output_string_with_length.
24171 Output 0 to indicate a non-NULL string. Update all callers to
24172 not emit 0.
24173 (lto_output_string): Rename from output_string. Make extern.
24174 Update all users.
24175 (lto_output_decl_state_streams): Make extern.
24176 (lto_output_decl_state_refs): Make extern.
24177 * lto-streamer.h (lto_input_string): Declare.
24178 (lto_input_data_block): Declare.
24179 (lto_output_string): Declare.
24180 (lto_output_string_with_length): Declare.
24181 (lto_output_decl_state_streams): Declare.
24182 (lto_output_decl_state_refs): Declare.
24183
24184 2011-03-24 Richard Guenther <rguenther@suse.de>
24185
24186 PR tree-optimization/46562
24187 * tree.c (build_invariant_address): New function.
24188 * tree.h (build_invariant_address): Declare.
24189 * tree-dfa.c (get_addr_base_and_unit_offset): Wrap around
24190 a renamed function moved ...
24191 * tree-flow-inline.h (get_addr_base_and_unit_offset_1): ... here.
24192 Take valueization callback parameter.
24193 * tree-flow.h (gimple_fold_stmt_to_constant): Declare.
24194 * gimple-fold.h: New file.
24195 * tree-ssa-ccp.c (ccp_fold): Use gimple_fold_stmt_to_constant_1.
24196 (ccp_fold, fold_const_aggregate_ref,
24197 fold_ctor_reference, fold_nonarray_ctor_reference,
24198 fold_array_ctor_reference, fold_string_cst_ctor_reference,
24199 get_base_constructor): Move ...
24200 * gimple-fold.c: ... here.
24201 (gimple_fold_stmt_to_constant_1): New function
24202 split out from ccp_fold. Take a valueization callback parameter.
24203 Valueize all operands.
24204 (gimple_fold_stmt_to_constant): New wrapper function.
24205 (fold_const_aggregate_ref_1): New function split out from
24206 fold_const_aggregate_ref. Take a valueization callback parameter.
24207 (fold_const_aggregate_ref): Wrap fold_const_aggregate_ref_1.
24208 * tree-ssa-sccvn.c (simplify_binary_expression): Simplify
24209 invariant POINTER_PLUS_EXPRs to invariant form.
24210 (vn_valueize): New function.
24211 (try_to_simplify): Simplify by using gimple_fold_stmt_to_constant.
24212 * tree-vrp.c (vrp_valueize): New function.
24213 (vrp_visit_assignment_or_call): Use gimple_fold_stmt_to_constant
24214 to fold statements to constants.
24215 * tree-ssa-pre.c (eliminate): Properly guard propagation of
24216 function declarations.
24217 * Makefile.in (tree-ssa-sccvn.o, tree-vrp.o, gimple-fold.o,
24218 tree-ssa-ccp.o): Add gimple-fold.h dependencies.
24219
24220 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
24221
24222 * config/h8300/predicates.md (jump_address_operand): Fix register
24223 mode check.
24224
24225 2011-03-24 Ira Rosen <ira.rosen@linaro.org>
24226
24227 * doc/invoke.texi (max-stores-to-sink): Document.
24228 * params.h (MAX_STORES_TO_SINK): Define.
24229 * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
24230 if either vectorization or if-conversion is disabled.
24231 * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
24232 tree-vect-data-refs.c vect_equal_offsets.
24233 (dr_equal_offsets_p): New function.
24234 (find_data_references_in_bb): Remove static.
24235 * tree-data-ref.h (find_data_references_in_bb): Declare.
24236 (dr_equal_offsets_p): Likewise.
24237 * tree-vect-data-refs.c (vect_equal_offsets): Move to tree-data-ref.c.
24238 (vect_drs_dependent_in_basic_block): Update calls to
24239 vect_equal_offsets.
24240 (vect_check_interleaving): Likewise.
24241 * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
24242 (cond_if_else_store_replacement): Rename to...
24243 (cond_if_else_store_replacement_1): ... this. Change arguments and
24244 documentation.
24245 (cond_if_else_store_replacement): New function.
24246 * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
24247 * params.def (PARAM_MAX_STORES_TO_SINK): Define.
24248
24249 2011-03-23 Chung-Lin Tang <cltang@codesourcery.com>
24250
24251 PR target/46934
24252 * config/arm/arm.md (casesi): Use the gen_int_mode() function
24253 to subtract lower bound instead of GEN_INT().
24254
24255 2011-03-23 Jonathan Wakely <jwakely.gcc@gmail.com>
24256
24257 PR other/48179
24258 PR other/48221
24259 PR other/48234
24260 * doc/extend.texi (Alignment): Move section to match order in TOC.
24261 * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
24262 (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
24263
24264 2011-03-23 Jeff Law <law@redhat.com>
24265
24266 * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
24267 before removing the edge.
24268
24269 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Do not use E after
24270 it may have been freed by redirect_branch_edge or
24271 redirect_edge_succ_nodup.
24272
24273 2011-03-23 Richard Guenther <rguenther@suse.de>
24274
24275 * tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.
24276 (check_va_list_escapes): Likewise.
24277 (check_all_va_list_escapes): Likewise.
24278
24279 2011-03-23 Richard Guenther <rguenther@suse.de>
24280
24281 * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
24282 (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
24283 (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
24284 (alias.o): Likewise.
24285 (ipa-type-escape.o): Remove.
24286 (ipa-struct-reorg.o): Likewise.
24287 (GTFILES): Remove ipa-struct-reorg.c.
24288 * alias.c: Do not include ipa-type-escape.h.
24289 * tree-ssa-alias.c: Likewise.
24290 * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
24291 * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
24292 * passes.c (init_optimization_passes): Remove ipa-struct-reorg
24293 and ipa-type-escape passes.
24294 * tree-pass.h (pass_ipa_type_escape): Remove.
24295 (pass_ipa_struct_reorg): Likewise.
24296 * ipa-struct-reorg.h: Remove.
24297 * ipa-struct-reorg.c: Likewise.
24298 * ipa-type-escape.h: Likewise.
24299 * ipa-type-escape.c: Likewise.
24300 * doc/invoke.texi (-fipa-struct-reorg): Remove.
24301 (--param struct-reorg-cold-struct-ratio): Likewise.
24302 * params.def (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
24303 * params.h (STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
24304 * timevar.def (TV_IPA_TYPE_ESCAPE): Likewise.
24305
24306 2011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24307
24308 * config/s390/2084.md: Enable all insn reservations also for z9_ec
24309 cpu attribute value.
24310 * config/s390/s390-opts.h (enum s390_arch_option): Remove.
24311 (enum processor_type): Add PROCESSOR_2094_Z9_EC.
24312 * config/s390/s390.c (processor_flags_table): New constant array.
24313 (s390_handle_arch_option): Remove.
24314 (s390_handle_option): Remove s390_handle_arch_option invocations
24315 and OPT_mwarn_framesize_ handling.
24316 (s390_option_override): Remove s390_handle_arch_option invocation.
24317 (s390_emit_prologue): Remove use of HOST_WIDE_INT_PRINT_DEC in
24318 warnings.
24319 * config/s390/s390.md (cpu attribute): Add z9_ec value.
24320 * config/s390/s390.opt (s390_tune, s390_arch)
24321 (march=): Replace s390_arch_option enum and values with
24322 processor_type. Set variable name to s390_arch. Set
24323 initialization value.
24324 (mtune=): Replace s390_arch_option with processor_type. Set
24325 variable name to s390_tune. Set initialization value.
24326
24327 2011-03-23 Julian Brown <julian@codesourcery.com>
24328
24329 * expr.c (expand_expr_real_1): Only use BLKmode for volatile
24330 accesses which are not naturally aligned.
24331
24332 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
24333
24334 PR target/47553
24335 * config/arm/predicates.md (neon_lane_number): Accept 0..15.
24336
24337 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
24338
24339 * optabs.h (emit_unop_insn, maybe_emit_unop_insn): Change insn code
24340 parameter from "int" to "enum insn_code".
24341 (expand_operand_type): New enum.
24342 (expand_operand): New structure.
24343 (create_expand_operand): New function.
24344 (create_fixed_operand, create_output_operand): Likewise
24345 (create_input_operand, create_convert_operand_to): Likewise.
24346 (create_convert_operand_from, create_address_operand): Likewise.
24347 (create_integer_operand): Likewise.
24348 (create_convert_operand_from_type, maybe_legitimize_operands): Declare.
24349 (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
24350 (expand_insn, expand_jump_insn): Likewise.
24351 * builtins.c (expand_builtin_prefetch): Use the new interfaces.
24352 (expand_builtin_interclass_mathfn, expand_builtin_strlen): Likewise.
24353 (expand_movstr, expand_builtin___clear_cache): Likewise.
24354 (expand_builtin_lock_release): Likewise.
24355 * explow.c (allocate_dynamic_stack_space): Likewise.
24356 (probe_stack_range): Likewise. Allow check_stack to FAIL,
24357 and use the default handling in that case.
24358 * expmed.c (check_predicate_volatile_ok): Delete.
24359 (store_bit_field_1, extract_bit_field_1): Use the new interfaces.
24360 (emit_cstore): Likewise.
24361 * expr.c (emit_block_move_via_movmem): Likewise.
24362 (set_storage_via_setmem, expand_assignment): Likewise.
24363 (emit_storent_insn, try_casesi): Likewise.
24364 (emit_single_push_insn): Likewise. Allow the expansion to fail.
24365 * optabs.c (expand_widen_pattern_expr, expand_ternary_op): Likewise.
24366 (expand_vec_shift_expr, expand_binop_directly): Likewise.
24367 (expand_twoval_unop, expand_twoval_binop): Likewise.
24368 (expand_unop_direct, emit_indirect_jump): Likewise.
24369 (emit_conditional_move, vector_compare_rtx): Likewise.
24370 (expand_vec_cond_expr, expand_val_compare_and_swap_1): Likewise.
24371 (expand_sync_operation, expand_sync_fetch_operation): Likewise.
24372 (expand_sync_lock_test_and_set): Likewise.
24373 (maybe_emit_unop_insn): Likewise. Change icode to an insn_code.
24374 (emit_unop_insn): Likewise.
24375 (expand_copysign_absneg): Change icode to an insn_code.
24376 (create_convert_operand_from_type): New function.
24377 (maybe_legitimize_operand, maybe_legitimize_operands): Likewise.
24378 (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
24379 (expand_insn, expand_jump_insn): Likewise.
24380 * config/i386/i386.md (setmem<mode>): Use nonmemory_operand rather
24381 than const_int_operand for operand 2.
24382
24383 2011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24384
24385 * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
24386 if possible.
24387
24388 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
24389
24390 * emit-rtl.c (emit_pattern_before_noloc): New function.
24391 (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.
24392 (emit_call_insn_before_noloc, emit_debug_insn_before_noloc): Likewise.
24393 (emit_pattern_after_noloc): New function.
24394 (emit_insn_after_noloc, emit_jump_insn_after_noloc): Call it.
24395 (emit_call_insn_after_noloc, emit_debug_insn_after_noloc): Likewise.
24396
24397 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
24398
24399 * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
24400 (__ffsDI2): Likewise.
24401
24402 2011-03-22 Richard Henderson <rth@redhat.com>
24403
24404 * config/alpha/alpha.c (direct_return): Use TARGET_ABI_OSF instead
24405 of !TARGET_ABI_OPEN_VMS.
24406 (alpha_trampoline_init, alpha_start_function): Likewise.
24407 (alpha_expand_epilogue, alpha_file_start): Likewise.
24408 * config/alpha/alpha.md (divsi3, modsi3): Likewise.
24409 (udivsi3, umodsi3, divdi3, moddi3, udivdi3, umoddi3): Likewise.
24410 (*divmodsi_internal_er, *divmodsi_internal_er_1): Likewise.
24411 (*divmodsi_internal, *divmoddi_internal_er): Likewise.
24412 (*divmoddi_internal_er_1, *divmoddi_internal): Likewise.
24413
24414 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24415
24416 * config/s390/s390-opts.h: New.
24417 * config/s390/s390.c (s390_tune, s390_tune_flags, s390_arch,
24418 s390_arch_flags, s390_warn_framesize, s390_stack_size,
24419 s390_stack_guard): Remove.
24420 (s390_handle_arch_option): Return void. Take enum
24421 s390_arch_option value instead of string and searching array.
24422 (s390_handle_option): Don't assert that global structures are in
24423 use. Access variables via opts pointer. Use error_at. Don't use
24424 sscanf for -mstack-guard= or -mstack-size=. Update call to
24425 s390_handle_arch_option.
24426 (s390_option_override): Update call to s390_handle_arch_option.
24427 (s390_emit_prologue): Use %d format for s390_stack_size in
24428 diagnostic. Use %wd for HOST_WIDE_INT.
24429 * config/s390/s390.h (enum processor_type): Move to s390-opts.h.
24430 (s390_tune, s390_tune_flags, s390_arch, s390_arch_flags): Remove.
24431 * config/s390/s390.opt (config/s390/s390-opts.h): New
24432 HeaderInclude entry.
24433 (s390_arch_string, s390_tune, s390_tune_flags, s390_arch,
24434 s390_arch_flags, s390_warn_framesize): New Variable entries.
24435 (s390_arch_option): New Enum and EnumValue entries.
24436 (march=): Use Enum instead of Var.
24437 (mstack-guard=, mstack-size=): Use UInteger and Var.
24438 (mtune=): Use Enum.
24439
24440 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24441
24442 * config/score/score.c (score_handle_option): Don't assert that
24443 global structures are in use. Access target_flags via opts
24444 pointer. Use value of -march= option to determine target_flags
24445 settings.
24446 * config/score/score.opt (march=): Use Enum.
24447 (score_arch): New Enum and EnumValue entries.
24448
24449 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24450
24451 * config/mep/mep.c (option_mtiny_specified): Remove.
24452 (mep_option_override): Move register handling for -mivc2 from
24453 mep_handle_option. Use global_options_set.x_mep_tiny_cutoff
24454 instead of option_mtiny_specified.
24455 (mep_handle_option): Access target_flags via opts pointer. Don't
24456 assert that global structures are in use. Defer part of -mivc2
24457 handling and move it to mep_option_override.
24458 * config/mep/mep.opt (IVC2): New Mask entry.
24459 (mivc2): Use Var and Defer instead of Mask.
24460
24461 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24462
24463 * config/v850/v850-opts.h: New.
24464 * config/v850/v850.c (small_memory): Replace with
24465 small_memory_physical_max array. Make that array static const.
24466 (v850_handle_memory_option): Take integer value of argument. Take
24467 gcc_options pointer, option text and location. Return void.
24468 Update for changes to small memory structures.
24469 (v850_handle_option): Access target_flags via opts pointer. Don't
24470 assert that global structures are in use. Update calls to
24471 v850_handle_memory_option.
24472 (v850_encode_data_area): Update references to small memory settings.
24473 * config/v850/v850.h (struct small_memory_info, small_memory): Remove.
24474 (enum small_memory_type): Move to v850-opts.h.
24475 * config/v850/v850.opt (config/v850/v850-opts.h): New
24476 HeaderInclude entry.
24477 (small_memory_max): New Variable entry.
24478 (msda): Replace by pair of options msda= and msda-. Use UInteger.
24479 (mtda, mzda): Likewise.
24480
24481 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24482
24483 * config/sh/sh.c (sh_handle_option): Access target_flags via opts
24484 pointer. Don't assert that global structures are in use.
24485
24486 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24487
24488 * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
24489 via opts pointer. Don't assert that global structures are in use.
24490
24491 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24492
24493 * config/pa/pa-hpux.opt (flag_pa_unix): New Variable entry.
24494 (munix=93): Use Var.
24495 * config/pa/pa-hpux1010.opt (munix=95): Use Var.
24496 * config/pa/pa-hpux1111.opt (munix=98): Use Var.
24497 * config/pa/pa-opts.h: New.
24498 * config/pa/pa.c (pa_cpu, flag_pa_unix): Remove.
24499 (pa_handle_option): Don't assert that global structures are in
24500 use. Access target_flags via opts pointer. Don't handle
24501 OPT_mschedule_, OPT_mfixed_range_, OPT_munix_93, OPT_munix_95 or
24502 OPT_munix_98 here.
24503 (pa_option_override): Handle deferred OPT_mfixed_range_.
24504
24505 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24506
24507 * config/mn10300/mn10300-opts.h: New.
24508 * config/mn10300/mn10300.c (mn10300_processor,
24509 mn10300_tune_string): Remove.
24510 (mn10300_handle_option): Don't assert that global structures are
24511 in use. Access mn10300_processor via opts pointer. Don't handle
24512 OPT_mtune_ here.
24513 * config/mn10300/mn10300.h (enum processor_type): Move to
24514 mn10300-opts.h.
24515 (mn10300_processor): Remove.
24516 * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
24517 HeaderInclude entry.
24518 (mn10300_processor): New Variable entry.
24519 (mtune=): Use Var.
24520
24521 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24522
24523 * config/microblaze/microblaze.c: Don't include opts.h.
24524 (microblaze_handle_option, TARGET_HANDLE_OPTION): Remove.
24525 * config/microblaze/microblaze.opt (mxl-stack-check): Use Warn.
24526 (mno-clearbss): Use Var and Warn.
24527
24528 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24529
24530 * config/m32r/m32r-opts.h: New.
24531 * config/m32r/m32r.c (m32r_model, m32r_sdata): Remove.
24532 (m32r_handle_option): Don't assert that global structures are in
24533 use. Access target_flags and m32r_cache_flush_func via opts
24534 pointer. Don't handle OPT_mmodel_, OPT_msdata_ or
24535 OPT_mno_flush_trap here.
24536 * config/m32r/m32r.h (Code Models, Small Data Area): Replace by
24537 include of m32r-opts.h.
24538 * config/m32r/m32r.opt (config/m32r/m32r-opts.h): New
24539 HeaderInclude entry.
24540 (m32r_model_selected, m32r_sdata_selected): New Variable entries.
24541 (mmodel=): Use Enum and Var.
24542 (m32r_model): New Enum and EnumValue entries.
24543 (mno-flush-trap): Use Var.
24544 (msdata=): Use Enum and Var.
24545 (m32r_sdata): New Enum and EnumValue entries.
24546
24547 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24548
24549 * config/m32c/m32c.c: Don't include opts.h.
24550 (target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
24551 m32c_handle_option): Remove.
24552 (m32c_option_override): Check global_options_set.x_target_memregs
24553 instead of target_memregs_set.
24554 * config/m32c/m32c.h (target_memregs): Remove.
24555 * config/m32c/m32c.opt (memregs=): Use UInteger with integer
24556 variable.
24557
24558 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24559
24560 * config/iq2000/iq2000-opts.h: New.
24561 * config/iq2000/iq2000.c: Don't include opts.h.
24562 (iq2000_tune, iq2000_handle_option, TARGET_HANDLE_OPTION): Remove.
24563 * config/iq2000/iq2000.h (enum processor_type, iq2000_tune): Remove.
24564 * config/iq2000/iq2000.opt (config/iq2000/iq2000-opts.h): New
24565 HeaderInclude entry.
24566 (iq2000_tune): New Variable entry.
24567 (march=): Add comment. Use Enum.
24568 (iq2000_arch): New Enum and EnumValue entries.
24569 (mcpu=): Use Enum and Var.
24570 (iq2000_tune): New Enum and EnumValue entries.
24571
24572 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24573
24574 * config/ia64/ia64-opts.h: New.
24575 * config/ia64/ia64.c (ia64_tune): Remove.
24576 (ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
24577 here. Use error_at.
24578 (ia64_option_override): Handle deferred OPT_mfixed_range_.
24579 * config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
24580 * config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
24581 HeaderInclude entry.
24582 (ia64_tune): New Variable entry.
24583 (mfixed-range=): Use Defer and Var.
24584 (mtune=): Use Enum and Var.
24585 (ia64_tune): New Enum and EnumValue entries.
24586
24587 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24588
24589 * config/frv/frv-opts.h: New.
24590 * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
24591 frv-opts.h.
24592 (frv_cpu_type): Remove.
24593 * config/frv/frv.c: Don't include opts.h.
24594 (frv_cpu_type, frv_handle_option, TARGET_HANDLE_OPTION): Remove.
24595 * config/frv/frv.opt (config/frv/frv-opts.h): New HeaderInclude entry.
24596 (frv_cpu_type): New Variable entry.
24597 (frv_cpu): New Enum and EnumValue entries.
24598
24599 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24600
24601 * config/cris/cris.c (cris_handle_option): Access target_flags via
24602 opts pointer. Don't assert that global structures are in use.
24603 Don't call CRIS_SUBTARGET_HANDLE_OPTION.
24604 * config/cris/cris.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't define.
24605
24606 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24607
24608 * config/bfin/bfin-opts.h: New.
24609 * config/bfin/bfin.c (bfin_lib_id_given, bfin_cpu_type,
24610 bfin_si_revision, bfin_workarounds): Remove.
24611 (bfin_cpus): Make static const.
24612 (bfin_load_pic_reg): Check global_options_set.x_bfin_library_id
24613 not bfin_lib_id_given.
24614 (bfin_handle_option): Don't set bfin_lib_id_given. Access
24615 bfin_cpu_type, bfin_si_revision and bfin_workarounds via opts
24616 pointer. Use error_at. Don't assert that global structures are in use.
24617 * config/bfin/bfin.h: Include bfin-opts.h.
24618 (enum bfin_cpu_type, bfin_cpu_t): Move to bfin-opts.h.
24619 (bfin_cpu_type, bfin_si_revision, bfin_workarounds): Remove.
24620 * bfin.opt (config/bfin/bfin-opts.h): New HeaderInclude entry.
24621 (bfin_cpu_type, bfin_si_revision, bfin_workarounds): New Variable
24622 entries.
24623
24624 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24625
24626 * config/arm/arm.opt (mhard-float, msoft-float): Use Alias.
24627 * config/arm/arm.c (arm_handle_option): Don't handle -mhard-float
24628 or -msoft-float here.
24629 * config/arm/arm.h (CPP_SPEC): Handle -mfloat-abi=*, not
24630 -msoft-float and -mhard-float.
24631 (OPTION_DEFAULT_SPECS): Don't handle -mhard-float and -msoft-float.
24632 * config/arm/coff.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
24633 msoft-float.
24634 * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
24635 -msoft-float.
24636 (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
24637 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
24638 not mhard-float.
24639 (LIBGCC_SPEC): Don't handle -msoft-float.
24640 * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
24641 -mhard-float.
24642 * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
24643 msoft-float.
24644 * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Handle
24645 -mfloat-abi=*, not -msoft-float and -mhard-float.
24646 * config/arm/semi.h((ASM_SPEC): Don't handle -mhard-float and
24647 -msoft-float.
24648 * config/arm/t-arm-elf (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS):
24649 Use mfloat-abi=hard and mfloat-abi=soft in comments, not
24650 mhard-float and msoft-float.
24651 * config/arm/t-linux (MULTILIB_OPTIONS): Use mfloat-abi=hard and
24652 mfloat-abi=soft in comments, not mhard-float and msoft-float.
24653 * config/arm/t-rtems (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
24654 mfloat-abi=soft and mfloat-abi=hard, not msoft-float and
24655 mhard-float.
24656 * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
24657 mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
24658 msoft-float.
24659 * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
24660 not mhard-float.
24661 * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
24662 not msoft-float.
24663
24664 2011-03-22 Richard Henderson <rth@redhat.com>
24665
24666 * config/alpha/alpha.c (alpha_expand_prologue): Don't test
24667 TARGET_ABI_WINDOWS_NT.
24668 (alpha_output_function_end_prologue): Likewise.
24669 * config/alpha/alpha.h (TARGET_ABI_OSF): Likewise.
24670 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
24671 * config/alpha/alpha.md (call, call_value, tablejump): Likewise.
24672 (trap, *movsi_nt_vms): Likewise.
24673 (call_nt, call_value_nt, *call_nt_1, *call_value_nt_1): Remove.
24674 (*tablejump_osf_nt_internal): Remove.
24675 * config/alpha/predicates.md (input_operand): Only test Pmode.
24676
24677 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24678
24679 * config/alpha/alpha.c (alpha_handle_option): Access target_flags
24680 via opts pointer. Use error_at. Don't assert that global
24681 structures are in use.
24682
24683 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24684
24685 * config/i386/i386.c (ix86_isa_flags_explicit): Remove.
24686 (ix86_handle_option): Access ix86_isa_flags and
24687 ix86_isa_flags_explicit via opts pointer. Don't assert that
24688 global structures are in use.
24689 (ix86_function_specific_save, ix86_function_specific_restore):
24690 Update ix86_isa_flags_explicit field name.
24691 * config/i386/i386.opt (ix86_isa_flags_explicit): New Variable entry.
24692 (ix86_isa_flags_explicit): Rename TargetSave entry to
24693 x_ix86_isa_flags_explicit.
24694
24695 2011-03-22 Richard Henderson <rth@redhat.com>
24696
24697 * config/alpha/alpha.c (NUM_ARGS): Don't test TARGET_ABI_UNICOSMK.
24698 (alpha_option_override, direct_return): Likewise.
24699 (alpha_arg_partial_bytes, alpha_setup_incoming_varargs): Likewise.
24700 (alpha_va_start, alpha_gimplify_va_arg, alpha_sa_mask): Likewise.
24701 (alpha_sa_size, compute_frame_size, alpha_expand_prologue): Likewise.
24702 (alpha_start_function, alpha_output_function_end_prologue): Likewise.
24703 (alpha_expand_epilogue, alpha_end_function): Likewise.
24704 (alpha_init_libfuncs): Likewise.
24705 (struct machine_function): Remove unicosmk members.
24706 (print_operand) ['t']: Remove.
24707 (unicosmk_must_pass_in_stack, unicosmk_initial_elimination_offset,
24708 unicosmk_output_module_name, unicosmk_output_common,
24709 current_section_align, unicosmk_output_text_section_asm_op,
24710 unicosmk_output_data_section_asm_op, unicosmk_init_sections,
24711 unicosmk_section_type_flags, unicosmk_unique_section,
24712 unicosmk_asm_named_section, unicosmk_insert_attributes,
24713 unicosmk_output_align, unicosmk_defer_case_vector,
24714 unicosmk_output_addr_vec, unicosmk_output_deferred_case_vectors,
24715 SSIB_PREFIX, SSIB_PREFIX_LEN, unicosmk_ssib_name, unicosmk_gen_dsib,
24716 unicosmk_output_ssib, unicosmk_add_call_info_word,
24717 unicosmk_extern_head, unicosmk_output_default_externs,
24718 unicosmk_output_externs, unicosmk_add_extern, unicosmk_dex_list,
24719 unicosmk_dex_count, unicosmk_special_name, unicosmk_need_dex,
24720 unicosmk_output_dex, unicosmk_file_start, unicosmk_file_end): Remove.
24721 * config/alpha/alpha-protos.h: Update.
24722 * config/alpha/alpha.h (TARGET_ABI_OSF): Don't test TARGET_ABI_UNICOSMK.
24723 * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM): Remove.
24724 (UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): Remove.
24725 (mulsi3): Don't test TARGET_ABI_UNICOSMK.
24726 (*mulsi_se, mulvsi3): Likewise.
24727 (divsi3, udivsi3, modsi3, umodsi3, divdi3, udivdi3): Likewise.
24728 (*divmodsi_internal, call, call_value, realign): Likewise.
24729 (moddi3, umoddi3): Likewise; remove duplicate expander.
24730 (moddi3_umk, umoddi3_umk, call_umk, call_value_umk): Remove.
24731 (*call_umk_1, *movsi, umk_laum, umk_lalm, *umk_load_ciw): Remove.
24732 (*movdi_nofix): Remove r/U alternative.
24733 (umk_mismatch_args, arg_home_umk, *call_value_umk): Remove.
24734 * config/alpha/constraints.md ("U"): Remove.
24735 * config/alpha/predicates.md (call_operand"): Don't test
24736 TARGET_ABI_UNICOSMK.
24737
24738 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24739
24740 * target.def (handle_option): Take gcc_options and
24741 cl_decoded_option pointers and location_t.
24742 * doc/tm.texi.in (TARGET_HANDLE_OPTION): Update documentation.
24743 * doc/tm.texi: Regenerate.
24744 * hooks.c (hook_bool_size_t_constcharptr_int_true): Remove.
24745 * hooks.h (hook_bool_size_t_constcharptr_int_true): Don't declare.
24746 * lto-opts.c (lto_reissue_options): Generate option structure for
24747 targetm.handle_option call.
24748 * opts.c (target_handle_option): Update call to
24749 targetm.handle_option. Remove assertions about values now passed
24750 down to hook.
24751 * targhooks.c (default_target_handle_option): New.
24752 * targhooks.h (default_target_handle_option): Declare.
24753 * config/alpha/alpha.c: Include opts.h.
24754 (alpha_handle_option): Update to new hook interface.
24755 * config/arm/arm.c: Include opts.h.
24756 (arm_handle_option): Update to new hook interface.
24757 * config/arm/t-arm (arm.o): Update dependencies.
24758 * config/bfin/bfin.c: Include opts.h.
24759 (bfin_handle_option): Update to new hook interface.
24760 * config/cris/cris.c: Include opts.h.
24761 (cris_handle_option): Update to new hook interface.
24762 * config/frv/frv.c: Include opts.h.
24763 (frv_handle_option): Update to new hook interface.
24764 * config/i386/i386.c: Include opts.h.
24765 (ix86_handle_option): Update to new hook interface.
24766 (ix86_valid_target_attribute_inner_p): Generate option structure
24767 for call to ix86_handle_option.
24768 * config/i386/t-i386 (i386.o): Update dependencies.
24769 * config/ia64/ia64.c: Include opts.h.
24770 (ia64_handle_option): Update to new hook interface.
24771 * config/ia64/t-ia64 (ia64.o): Update dependencies.
24772 * config/iq2000/iq2000.c: Include opts.h.
24773 (iq2000_handle_option): Update to new hook interface.
24774 * config/m32c/m32c.c: Include opts.h.
24775 (m32c_handle_option): Update to new hook interface.
24776 * config/m32r/m32r.c: Include opts.h.
24777 (m32r_handle_option): Update to new hook interface.
24778 * config/m68k/m68k.c: Include opts.h.
24779 (m68k_handle_option): Update to new hook interface.
24780 * config/mep/mep.c: Include opts.h.
24781 (mep_handle_option): Update to new hook interface.
24782 * config/microblaze/microblaze.c: Include opts.h.
24783 (microblaze_handle_option): Update to new hook interface.
24784 * config/mips/mips.c: Include opts.h.
24785 (mips_handle_option): Update to new hook interface.
24786 * config/mn10300/mn10300.c: Include opts.h.
24787 (mn10300_handle_option): Update to new hook interface.
24788 * config/pa/pa.c: Include opts.h.
24789 (pa_handle_option): Update to new hook interface.
24790 * config/pdp11/pdp11.c: Include opts.h.
24791 (pdp11_handle_option): Update to new hook interface.
24792 * config/rs6000/rs6000.c: Include opts.h.
24793 (rs6000_handle_option): Update to new hook interface.
24794 * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
24795 * config/rx/rx.c: Include opts.h.
24796 (rx_handle_option): Update to new hook interface.
24797 * config/s390/s390.c: Include opts.h.
24798 (s390_handle_option): Update to new hook interface.
24799 * config/score/score.c: Include opts.h.
24800 (score_handle_option): Update to new hook interface.
24801 * config/sh/sh.c: Include opts.h.
24802 (sh_handle_option): Update to new hook interface.
24803 * config/sparc/sparc.c: Include opts.h.
24804 (sparc_handle_option): Update to new hook interface.
24805 * config/v850/v850.c: Include opts.h.
24806 (v850_handle_option): Update to new hook interface.
24807
24808 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24809
24810 * gcc.c (driver_unknown_option_callback): Only permit and save
24811 unknown -Wno- options.
24812 (driver_wrong_lang_callback): Save options directly instead of via
24813 driver_unknown_option_callback.
24814
24815 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
24816
24817 * combine.c (simplify_set): Try harder to find the best CC mode when
24818 simplifying a nested COMPARE on the RHS.
24819
24820 2011-03-22 Joseph Myers <joseph@codesourcery.com>
24821
24822 * config/alpha/gnu.h: Remove.
24823 * config/arc: Remove directory.
24824 * config/arm/netbsd.h: Remove.
24825 * config/arm/t-pe: Remove.
24826 * config/crx: Remove directory.
24827 * config/i386/netbsd.h: Remove.
24828 * config/m68hc11: Remove directory.
24829 * config/m68k/uclinux-oldabi.h: Remove.
24830 * config/mcore/mcore-pe.h: Remove.
24831 * config/mcore/t-mcore-pe: Remove.
24832 * config/netbsd-aout.h: Remove.
24833 * config/rs6000/gnu.h: Remove.
24834 * config/sh/sh-symbian.h: Remove.
24835 * config/sh/symbian-base.c: Remove.
24836 * config/sh/symbian-c.c: Remove.
24837 * config/sh/symbian-cxx.c: Remove.
24838 * config/sh/symbian-post.h: Remove.
24839 * config/sh/symbian-pre.h: Remove.
24840 * config/sh/t-symbian: Remove.
24841 * config/svr3.h: Remove.
24842 * config/vax/netbsd.h: Remove.
24843 * config.build: Don't handle i[34567]86-*-pe.
24844 * config.gcc: Remove handling of deprecations for most deprecated
24845 targets.
24846 (m68k-*-uclinuxoldabi*): Add to second deprecated list.
24847 (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*, arm-*-pe*, crx-*-elf,
24848 i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*|m6811-*-*,
24849 m68hc12-*-*|m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*,
24850 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
24851 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
24852 Remove cases.
24853 * config.host: Don't handle i[34567]86-*-pe.
24854 * config/rs6000/linux64.h (LINK_OS_GNU_SPEC): Remove.
24855 (ASM_SPEC32): Don't handle -mcall-gnu.
24856 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't handle
24857 -mcall-gnu.
24858 (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC, CPP_SPEC,
24859 STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC): Don't handle -mcall-gnu.
24860 (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
24861 LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): Remove.
24862 (SUBTARGET_EXTRA_SPECS): Remove *_gnu specs.
24863 * config/sh/sh-protos.h, config/sh/sh.c: Remove all code
24864 conditional on SYMBIAN.
24865 * configure.ac: Don't handle powerpc*-*-gnu*.
24866 * configure: Regenerate.
24867 * doc/extend.texi (interrupt attribute): Don't mention CRX.
24868 * doc/install-old.texi (m6811, m6812): Don't mention.
24869 * doc/install.texi (arc-*-elf*): Don't document multilib option.
24870 (arc-*-elf, CRX, m6811-elf, m6812-elf): Remove.
24871 (m68k-uclinuxoldabi): Don't mention.
24872 * doc/invoke.texi (ARC Options, CRX Options, M68hc1x Options):
24873 Remove.
24874 (-mcall-gnu): Remove.
24875 * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
24876 families): Remove constraint documentation.
24877
24878 2011-03-22 Marius Strobl <marius@FreeBSD.org>
24879
24880 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
24881 (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
24882 (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
24883
24884 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
24885
24886 PR target/48226
24887 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
24888 vector when peeking at the next token for vector, don't expand the
24889 keywords.
24890
24891 2011-03-21 Georg-Johann Lay <avr@gjlay.de>
24892
24893 * config/avr/avr-protos.h (expand_epilogue): Change prototype
24894 * config/avr/avr.h (struct machine_function): Add field sibcall_fails.
24895 * config/avr/avr.c (init_cumulative_args)
24896 (avr_function_arg_advance): Use it.
24897 * config/avr/avr.c (expand_epilogue): Add bool parameter. Handle
24898 sibcall epilogues.
24899 (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to...
24900 (avr_function_ok_for_sibcall): ...this new function.
24901 (avr_lookup_function_attribute1): New static Function.
24902 (avr_naked_function_p, interrupt_function_p)
24903 (signal_function_p, avr_OS_task_function_p)
24904 (avr_OS_main_function_p): Use it.
24905 * config/avr/avr.md ("sibcall", "sibcall_value")
24906 ("sibcall_epilogue"): New expander.
24907 ("*call_insn", "*call_value_insn"): New insn.
24908 ("call_insn", "call_value_insn"): Remove
24909 ("call", "call_value", "epilogue"): Change expander to handle
24910 sibling calls.
24911
24912 2011-03-21 Nick Clifton <nickc@redhat.com>
24913
24914 * doc/invoke.texi (Overall Options): Move closing brace to end of
24915 options list.
24916 (Optimization Options): Add missing @gol.
24917 (Directory Options): Likewise.
24918 (i386 and x86-64 Options): Likewise.
24919 (RS6000 and PowerPC Options): Likewise.
24920 (i386 and x86-64 Windows Options): Likewise.
24921 (V850 Options): Add text missing from descriptions.
24922
24923 2011-03-22 Richard Henderson <rth@redhat.com>
24924
24925 * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
24926 (avr_incoming_return_addr_rtx): New.
24927 (emit_push_byte): New.
24928 (expand_prologue): Use it. Remove incorrect dwarf annotation for
24929 SREG, RAMPZ, zero register. Push frame pointer by bytes. Add dwarf
24930 annotation for __prologue_saves__. Fixup dwarf annotation for CFA.
24931 (emit_pop_byte): New.
24932 (expand_epilogue): Use it. Pop frame pointer by bytes.
24933 * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
24934 (INCOMING_RETURN_ADDR_RTX): New.
24935 (INCOMING_FRAME_SP_OFFSET): New.
24936 (ARG_POINTER_CFA_OFFSET): New.
24937 * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
24938 (*pushhi, *pushsi, *pushsf, popqi): Likewise.
24939 (pophi): Remove.
24940
24941 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
24942
24943 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
24944
24945 * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
24946 (FUNCTION_ARG_ADVANCE): Likewise.
24947 * tm.texi.in: Change references to them to hook references.
24948 * tm.texi: Regenerate.
24949 * targhooks.c (default_function_arg): Eliminate check for target
24950 macro.
24951 (default_function_incoming_arg): Likewise.
24952 (default_function_arg_advance): Likewise.
24953 * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
24954 (function_arg_advance): Likewise.
24955 * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
24956
24957 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
24958
24959 * tree.c (build_call_1): New function.
24960 (build_call_valist, build_call_array_loc, build_call_vec): Call it.
24961
24962 2011-03-22 Richard Guenther <rguenther@suse.de>
24963
24964 PR tree-optimization/48228
24965 * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
24966 for single-arg PHIs.
24967
24968 2011-03-22 Andrey Belevantsev <abel@ispras.ru>
24969
24970 PR rtl-optimization/48143
24971 * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
24972 (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
24973 sse2_cvtps2pd): Likewise.
24974
24975 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24976
24977 * recog.c (canonicalize_change_group): Use validate_unshare_change.
24978
24979 2011-03-22 Richard Guenther <rguenther@suse.de>
24980
24981 * gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not
24982 a valid RHS. Make DOT_PROD_EXPR and REALIGN_LOAD_EXPR ternary.
24983 * tree-cfg.c (verify_gimple_assign_ternary): Allow DOT_PROD_EXPR
24984 and REALIGN_LOAD_EXPR.
24985 (verify_gimple_assign_single): Do not allow POLYNOMIAL_CHREC,
24986 DOT_PROD_EXPR or REALIGN_LOAD_EXPR.
24987 * expr.c (expand_expr_real_1): Move REALIGN_LOAD_EXPR and
24988 DOT_PROD_EXPR case ...
24989 (expand_expr_real_2): ... here.
24990 * gimple-pretty-print.c (dump_ternary_rhs): Handle DOT_PROD_EXPR
24991 and REALIGN_LOAD_EXPR.
24992 * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
24993 * tree-vect-loop.c (vect_model_reduction_cost): Handle ternaries.
24994 (vect_create_epilog_for_reduction): Likewise.
24995 (vectorizable_reduction): Likewise.
24996 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Adjust.
24997 * tree-vect-stmts.c (vectorizable_load): Likewise.
24998
24999 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
25000
25001 * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
25002
25003 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25004
25005 * config/s390/s390.c (s390_delegitimize_address): Fix offset
25006 handling for PLTOFF/GOTOFF.
25007
25008 2011-03-22 Nick Clifton <nickc@redhat.com>
25009
25010 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
25011 trailing backslash from the end of the macro definition.
25012
25013 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25014
25015 * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
25016 and PLT unspecs.
25017
25018 2011-03-21 Richard Sandiford <richard.sandiford@linaro.org>
25019
25020 * expr.h (prepare_operand): Move to...
25021 * optabs.h (prepare_operand): ...here and change the insn code
25022 parameter from "int" to "enum insn_code".
25023 (insn_operand_matches): Declare.
25024 * expr.c (init_expr_target): Use insn_operand_matches.
25025 (compress_float_constant): Likewise.
25026 * function.c (safe_insn_predicate, assign_parm_setup_reg): Likewise.
25027 * optabs.c (can_compare_p, prepare_cmp_insn): Likewise.
25028 (emit_cmp_and_jump_insn_1, gen_add2_insn, gen_add3_insn): Likewise.
25029 (have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn):
25030 Likewise.
25031 (gen_cond_trap): Likewise.
25032 (prepare_operand): Likewise. Change icode to an insn_code.
25033 (insn_operand_matches): New function.
25034 * reload.c (find_reloads_address_1): Use insn_operand_matches.
25035 * reload1.c (gen_reload): Likewise.
25036 * targhooks.c (default_secondary_reload): Likewise.
25037
25038 2011-03-21 Uros Bizjak <ubizjak@gmail.com>
25039
25040 * config/alpha/alpha.md (unspec): New define_c_enum.
25041 (unspecv): Ditto.
25042
25043 2011-03-21 Uros Bizjak <ubizjak@gmail.com>
25044
25045 PR debug/48214
25046 * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
25047 between a call and its CALL_ARG_LOCATION note.
25048
25049 2011-03-21 Eric Botcazou <ebotcazou@adacore.com>
25050
25051 * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
25052
25053 2011-03-21 Jakub Jelinek <jakub@redhat.com>
25054
25055 PR c/42544
25056 PR c/48197
25057 * c-common.c (shorten_compare): If primopN is first sign-extended
25058 to opN and then zero-extended to result type, set primopN to opN.
25059
25060 2011-03-21 Daniel Jacobowitz <dan@codesourcery.com>
25061
25062 * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
25063 for barrier handlers.
25064
25065 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
25066
25067 * config/rs6000/rs6000.md (UNSPEC_*, UNSPECV_*): Redefine all
25068 UNSPEC constants to be in the unspec enumeration, and redefine
25069 all UNSPECV constants to be in the unspecv enumeration, so that
25070 dumps print which unspec/unspec_volatile this is.
25071 * config/rs6000/vector.md (UNSPEC_*): Ditto.
25072 * config/rs6000/paired.md (UNSPEC_*): Ditto.
25073 * config/rs6000/vsx.md (UNSPEC_*): Ditto.
25074 * config/rs6000/altivec.md (UNSPEC_*, UNSPECV_*): Ditto.
25075 * config/rs6000/dfp.md (UNSPEC_*): Ditto.
25076
25077 * config/rs6000/rs6000.md (UNSPECV_ISYNC, UNSPECV_LWSYNC): Rename
25078 UNSPEC_ISYNC and UNSPEC_HWSYNC to UNSPECV_ISYNC and
25079 UNSPECV_LWSYNC, since these are used as unspec_volatile.
25080 * config/rs6000/sync.md (isync, lwsync): Ditto.
25081
25082 2011-03-21 Richard Guenther <rguenther@suse.de>
25083
25084 * params.def (lto-min-partition): Fix typo.
25085
25086 2011-03-21 Richard Guenther <rguenther@suse.de>
25087
25088 PR c/47939
25089 * c-decl.c (grokdeclarator): Drop to the main variant only
25090 for array types. Drop flag_gen_aux_info check.
25091
25092 2011-03-21 Richard Guenther <rguenther@suse.de>
25093
25094 PR translation/47911
25095 * params.def (lto-partitions): Fix typo.
25096 (lto-min-partition): Fix wording.
25097
25098 2011-03-21 Andreas Tobler <andreast@fgznet.ch>
25099
25100 * config/rs6000/t-freebsd: Remove duplication from file.
25101
25102 2011-03-21 Richard Guenther <rguenther@suse.de>
25103
25104 PR middle-end/47661
25105 * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
25106
25107 2011-03-21 Richard Guenther <rguenther@suse.de>
25108
25109 PR lto/48210
25110 * params.def (lto-partitions): Require at least 1 partition.
25111
25112 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25113
25114 * gthr-solaris.h: Remove.
25115 * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
25116 * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
25117 (LIB_SPEC): Likewise.
25118 * config/sol2.opt (threads): Remove.
25119 * config.gcc (i[34567]86-*-solaris2*): Remove solaris threads support.
25120 (sparc*-*-solaris2*): Likewise.
25121 * configure.ac (enable_threads): Enable solaris support.
25122 * configure: Regenerate.
25123 * doc/invoke.texi (Option Summary, Solaris 2 Options): Remove -threads.
25124 * doc/install.texi (Configuration, --enable-threads=lib): Remove
25125 solaris.
25126
25127 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25128
25129 * config.gcc: Obsolete *-*-solaris2.8*.
25130 * doc/install.texi (Specific, *-*-solaris2*): Document it.
25131
25132 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25133
25134 PR bootstrap/48135
25135 * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
25136 reference. Solaris 8 perl works.
25137
25138 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25139
25140 PR bootstrap/48135
25141 * doc/install.texi (Prerequisites): Move jar etc. up.
25142 Explain support library version requirements.
25143
25144 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25145
25146 PR bootstrap/48135
25147 * doc/install.texi (Prerequisites): Move Perl to build
25148 requirements. Always necessary on Solaris 2 with Sun ld.
25149
25150 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25151
25152 * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
25153 binutils 2.21.
25154 (Specific, i?86-*-solaris2.[89]): Likewise.
25155 (Specific, i?86-*-solaris2.10): Likewise.
25156 (Specific, mips-sgi-irix6): Likewise.
25157 (Specific, *-*-solaris2*): Remove Sun Studio download URL.
25158 Update for binutils 2.21.
25159
25160 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25161
25162 * configure.ac (gcc_cv_lto_plugin): Fix typo.
25163 Allow -fuse-linker-plugin for non-default plugin linker.
25164 * configure: Regenerate.
25165
25166 2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
25167
25168 PR bootstrap/48167
25169 * gengtype.c (files_rules): Added rule for cp/parser.h.
25170
25171 2011-03-21 Jakub Jelinek <jakub@redhat.com>
25172
25173 PR target/48213
25174 * config/s390/s390.c (s390_delegitimize_address): Don't call
25175 lowpart_subreg if orig_x has BLKmode.
25176
25177 2011-03-21 Kai Tietz <ktietz@redhat.com>
25178
25179 PR target/12171
25180 * doc/plugins.texi: Adjust documentation for plugin register_callback.
25181 * tree.h (attribute_spec): Add new member affects_type_identity.
25182 * attribs.c (empty_attribute_table): Adjust attribute_spec
25183 initializers.
25184 * config/alpha/alpha.c: Likewise.
25185 * config/arc/arc.c: Likewise.
25186 * config/arm/arm.c: Likewise.
25187 * config/avr/avr.c: Likewise.
25188 * config/bfin/bfin.c: Likewise.
25189 * config/crx/crx.c: Likewise.
25190 * config/darwin.h: Likewise.
25191 * config/h8300/h8300.c: Likewise.
25192 * config/i386/cygming.h: Likewise.
25193 * config/i386/i386.c: Likewise.
25194 * config/ia64/ia64.c: Likewise.
25195 * config/m32c/m32c.c: Likewise.
25196 * config/m32r/m32r.c: Likewise.
25197 * config/m68hc11/m68hc11.c: Likewise.
25198 * config/m68k/m68k.c: Likewise.
25199 * config/mcore/mcore.c: Likewise.
25200 * config/mep/mep.c: Likewise.
25201 * config/microblaze/microblaze.c: Likewise.
25202 * config/mips/mips.c: Likewise.
25203 * config/rs6000/rs6000.c: Likewise.
25204 * config/rx/rx.c: Likewise.
25205 * config/sh/sh.c: Likewise.
25206 * config/sol2.h: Likewise.
25207 * config/sparc/sparc.c: Likewise.
25208 * config/spu/spu.c: Likewise.
25209 * config/stormy16/stormy16.c: Likewise.
25210 * config/v850/v850.c: Likewise.
25211
25212 2011-03-21 Chung-Lin Tang <cltang@codesourcery.com>
25213
25214 * simplify-rtx.c (simplify_binary_operation_1): Handle
25215 (xor (and A B) C) case when B and C are both constants.
25216
25217 2011-03-21 Mingjie Xing <mingjie.xing@gmail.com>
25218
25219 * tree-dfa.c (add_referenced_var): Fix typo in comment.
25220
25221 2011-03-20 Eric Botcazou <ebotcazou@adacore.com>
25222
25223 PR bootstrap/48168
25224 * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
25225
25226 2011-03-20 Jakub Jelinek <jakub@redhat.com>
25227
25228 PR rtl-optimization/48156
25229 * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
25230 assume df and df_lr are not NULL.
25231
25232 2011-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
25233
25234 PR debug/48023
25235 * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
25236 between a call and its CALL_ARG_LOCATION note.
25237
25238 2011-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
25239
25240 PR debug/48178
25241 * config/sh/sh.c (find_barrier): Don't emit a constant pool
25242 between a call and its corresponding CALL_ARG_LOCATION note.
25243
25244 2011-03-19 Anatoly Sokolov <aesok@post.ru>
25245
25246 * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
25247 instead of loop. Use HARD_REGISTER_NUM_P predicate.
25248 * haifa-sched.c (setup_ref_regs): Ditto.
25249 * caller-save.c (add_used_regs_1): Ditto.
25250 * dse.c (look_for_hardregs): Ditto.
25251 * df-problems.c (df_simulate_one_insn_forwards): Ditto.
25252 * sched-rgn.c (check_live_1): Ditto.
25253
25254 2011-03-18 Joseph Myers <joseph@codesourcery.com>
25255
25256 * c-decl.c (diagnose_mismatched_decls): Give an error for
25257 redefining a typedef with variably modified type.
25258
25259 2011-03-18 Joseph Myers <joseph@codesourcery.com>
25260
25261 * c-decl.c (grokfield): Don't allow typedefs for structures or
25262 unions with no tag by default.
25263 * doc/extend.texi (Unnamed Fields): Update.
25264
25265 2011-03-18 Uros Bizjak <ubizjak@gmail.com>
25266
25267 * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
25268 Rewrite using indirect functions.
25269 (lwp_slwpcb): Ditto.
25270 * config/i386/sse.md (avx_vextractf128<mode>): Ditto.
25271 (avx_vinsertf128<mode>): Ditto.
25272
25273 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25274
25275 * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
25276 unspecs.
25277
25278 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25279
25280 * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
25281 splitting between a call and its corresponding CALL_ARG_LOCATION note.
25282
25283 2011-03-18 Maxim Kuvyrkov <maxim@codesourcery.com>
25284
25285 PR rtl-optimization/48170
25286 * gcse.c (hoist_code): Remove bogus asserts.
25287
25288 2011-03-18 Georg-Johann Lay <avr@gjlay.de>
25289
25290 * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
25291 computation for prologue/epilogue.
25292
25293 2011-03-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25294
25295 * Makefile.in (check-consistency): Remove.
25296
25297 2011-03-18 Jakub Jelinek <jakub@redhat.com>
25298
25299 PR debug/48176
25300 * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
25301 arange_table_in_use is 0, but either text_section_used or
25302 cold_text_section_used is true. Don't call it if
25303 !info_section_emitted.
25304
25305 2011-03-18 Anatoly Sokolov <aesok@post.ru>
25306
25307 * config/avr/avr.h (RET_REGISTER, LIBCALL_VALUE,
25308 FUNCTION_VALUE_REGNO_P): Remove.
25309 * config/avr/avr-protos.h (avr_ret_register, avr_libcall_value):
25310 Remove.
25311 * config/avr/avr.c (avr_ret_register): Make static inline.
25312 (avr_function_value_regno_p): New function.
25313 (avr_libcall_value): Make static. Add 'func' argument.
25314 (avr_function_value): Make static. Rename 'func' argument to
25315 'fn_decl_or_type', forward it to avr_libcall_value. Call
25316 avr_ret_register function instead of RET_REGISTER macro.
25317 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
25318
25319 2011-03-18 Jason Merrill <jason@redhat.com>
25320
25321 PR c++/23372
25322 * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
25323
25324 2011-03-18 Richard Guenther <rguenther@suse.de>
25325
25326 * doc/install.texi (--enable-gold): Remove.
25327 (--with-plugin-ld): Document.
25328 * doc/invoke.texi (-fuse-linker-plugin): Clarify.
25329
25330 2011-03-18 Andrew Pinski <pinskia@gmail.com>
25331
25332 PR middle-end/47790
25333 * expr.c (optimize_bitfield_assignment_op): Revamp to work
25334 again after expansion changes.
25335
25336 2011-03-18 Chung-Lin Tang <cltang@codesourcery.com>
25337
25338 * combine.c (try_combine): Do simplification only call of
25339 subst() on i2 even when i1 is present. Update comments.
25340
25341 2011-03-18 Kaz Kojima <kkojima@gcc.gnu.org>
25342
25343 * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
25344 and UNSPEC_PCREL_SYMOFF.
25345
25346 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25347
25348 * config/s390/s390.md: Use define_c_enum for the unspec constant
25349 definitions.
25350
25351 2011-03-18 Richard Henderson <rth@redhat.com>
25352 Jakub Jelinek <jakub@redhat.com>
25353
25354 PR bootstrap/48161
25355 * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
25356 instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
25357
25358 2011-03-17 Anatoly Sokolov <aesok@post.ru>
25359
25360 * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
25361 * config/v850/v850-protos.h (v850_output_addr_const_extra): Remove.
25362 * config/v850/v850.c (v850_output_addr_const_extra): Make static.
25363 Change return type to bool.
25364 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
25365
25366 2011-03-17 Jakub Jelinek <jakub@redhat.com>
25367
25368 PR debug/48163
25369 * var-tracking.c (prepare_call_arguments): If CALL target
25370 is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
25371 pc instead of looking it up using cselib_lookup and use
25372 Pmode for it if x has VOIDmode.
25373 * dwarf2out.c (gen_subprogram_die): If also both first and
25374 second CONCAT arguments are VOIDmode, use mode of CONCAT itself.
25375
25376 PR debug/48163
25377 * function.c (assign_parms): For data.passed_pointer parms
25378 use MEM of data.entry_parm instead of data.entry_parm itself
25379 as DECL_INCOMING_RTL.
25380 * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
25381 also when passed and declared mode is the same, DECL_RTL
25382 is a MEM with pseudo as address and DECL_INCOMING_RTL is
25383 a MEM too.
25384
25385 2011-03-16 Jeff Law <law@redhat.com>
25386
25387 PR rtl-optimization/37273
25388 * ira-costs.c (scan_one_insn): Detect constants living in memory and
25389 handle them like argument loads from stack slots. Do not double
25390 count memory for memory constants and argument loads from stack slots.
25391
25392 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
25393
25394 PR debug/48160
25395 * var-tracking.c (prepare_call_arguments): Check SUBREG.
25396
25397 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
25398
25399 PR target/48171
25400 * config/i386/i386.opt: Add Save to -mavx and -mfma.
25401
25402 2011-03-17 Jakub Jelinek <jakub@redhat.com>
25403
25404 PR bootstrap/48153
25405 * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
25406 if dwarf_strict.
25407 (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
25408 Clear call_arg_locations and call_arg_loc_last always.
25409
25410 PR middle-end/48152
25411 * var-tracking.c (prepare_call_arguments): If argument needs to be
25412 passed by reference, adjust argtype and mode.
25413
25414 2011-03-17 Richard Guenther <rguenther@suse.de>
25415
25416 PR middle-end/48134
25417 * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
25418 a value make sure to fold the statement.
25419
25420 2011-03-17 Chung-Lin Tang <cltang@codesourcery.com>
25421
25422 PR target/43872
25423 * config/arm/arm.c (arm_get_frame_offsets): Adjust early
25424 return condition with !cfun->calls_alloca.
25425
25426 2011-03-17 Richard Guenther <rguenther@suse.de>
25427
25428 PR bootstrap/48148
25429 * lto-cgraph.c (input_overwrite_node): Clear the abstract
25430 origin for decls in other ltrans units.
25431 (input_varpool_node): Likewise.
25432
25433 2011-03-17 Richard Guenther <rguenther@suse.de>
25434
25435 PR middle-end/48165
25436 * tree-object-size.c (compute_object_offset): Properly return
25437 the offset operand of MEM_REFs as sizetype.
25438
25439 2011-03-17 Jakub Jelinek <jakub@redhat.com>
25440
25441 PR rtl-optimization/48141
25442 * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
25443 * dse.c: Include params.h.
25444 (active_local_stores_len): New variable.
25445 (add_wild_read, dse_step1): Clear it when setting active_local_stores
25446 to NULL.
25447 (record_store, check_mem_read_rtx): Decrease it when removing
25448 from the chain.
25449 (scan_insn): Likewise. Increase it when adding to chain, if it
25450 reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
25451 set active_local_stores to NULL before the addition.
25452 * Makefile.in (dse.o): Depend on $(PARAMS_H).
25453
25454 PR rtl-optimization/48141
25455 * dse.c (record_store): If no positions are needed in an insn
25456 that cannot be deleted, at least unchain it from active_local_stores.
25457
25458 2011-03-16 Dodji Seketeli <dodji@redhat.com>
25459
25460 PR debug/47510
25461 * dwarf2out.c (strip_naming_typedef): Factorize out of ...
25462 (lookup_type_die_strip_naming_typedef): ... here.
25463 (get_context_die): Use it.
25464 (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
25465 the anonymous struct named by the naming typedef.
25466
25467 2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
25468
25469 PR target/48154
25470 * config/i386/i386.c (ix86_builtin_vectorized_function): Check
25471 TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
25472
25473 2011-03-16 Jeff Law <law@redhat.com>
25474
25475 * tree-vrp.c (identify_jump_threads): Slightly simplify type
25476 check for operands of conditional. Allow type to be a pointer.
25477
25478 2011-03-16 Richard Guenther <rguenther@suse.de>
25479
25480 PR tree-optimization/48149
25481 * fold-const.c (fold_binary_loc): Fold
25482 COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
25483
25484 2011-03-16 Richard Guenther <rguenther@suse.de>
25485
25486 PR tree-optimization/26134
25487 * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
25488 complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
25489 (non_rewritable_mem_ref_base): Handle complex type component
25490 accesses, constrain offsets for vector and complex extracts
25491 more properly.
25492
25493 2011-03-16 Richard Guenther <rguenther@suse.de>
25494
25495 PR tree-optimization/48146
25496 * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
25497 operands avoiding the need for renaming.
25498
25499 2011-03-16 Richard Guenther <rguenther@suse.de>
25500
25501 * gimple-fold.c (maybe_fold_reference): Open-code relevant
25502 constant folding. Move MEM_REF canonicalization first.
25503 Rely on fold_const_aggregate_ref for initializer folding.
25504 * tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.
25505
25506 2011-03-16 Jakub Jelinek <jakub@redhat.com>
25507
25508 PR middle-end/48136
25509 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
25510 arg0/arg1 or their arguments are always fold converted to matching
25511 types.
25512
25513 * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
25514 to nargs.
25515
25516 2011-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25517
25518 PR lto/46944
25519 * configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
25520 Handle in-tree gold.
25521 (ld_vers): Extract binutils version for gold.
25522 (gcc_cv_ld_hidden): Handle gold here.
25523 (gcc_cv_lto_plugin): Determine level of linker plugin support.
25524 * configure: Regenerate.
25525 * config.in: Regenerate.
25526 * gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
25527 -fuse-linker-plugin otherwise.
25528 (LINK_PLUGIN_SPEC): Define. Extract from LINK_COMMAND_SPEC.
25529 (LINK_COMMAND_SPEC): Use it.
25530 (main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.
25531
25532 2011-03-16 Jakub Jelinek <jakub@redhat.com>
25533
25534 * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
25535 * calls.c: Remove debug.h include.
25536 (emit_call_1): Don't call virtual_call_token debug hook.
25537 * dwarf2out.c (debug_dcall_section, debug_vcall_section,
25538 dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
25539 vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
25540 size_of_dcall_table, output_dcall_table, size_of_vcall_table,
25541 output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
25542 vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
25543 dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
25544 dwarf2out_virtual_call): Remove.
25545 (dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
25546 copy_call_info and virtual_call hooks.
25547 (dwarf2out_init): Don't initialize vcall_insn_table,
25548 debug_dcall_section and debug_vcall_section.
25549 (prune_unused_types): Don't mark nodes from dcall_table.
25550 (dwarf2out_finish): Don't output dcall or vcall tables.
25551 * final.c (final_scan_insn): Don't call direct_call or
25552 virtual_call debug hooks.
25553 * debug.h (struct gcc_debug_hooks): Remove direct_call,
25554 virtual_call_token, copy_call_info and virtual_call hooks.
25555 (debug_nothing_uid): Remove prototype.
25556 * sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
25557 copy_call_info and virtual_call hooks.
25558 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
25559 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
25560 * debug.c (do_nothing_debug_hooks): Likewise.
25561 (debug_nothing_uid): Remove.
25562 * doc/invoke.texi (-fenable-icf-debug): Remove.
25563 * common.opt (-fenable-icf-debug): Likewise.
25564
25565 * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
25566 * var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
25567 call's MEM. Handle functions returning aggregate through a hidden
25568 first pointer. For virtual calls add clobbered pc to call arguments
25569 chain.
25570 * dwarf2out.c (gen_subprogram_die): Emit
25571 DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
25572 can't be emitted.
25573
25574 PR debug/45882
25575 * rtl.def (ENTRY_VALUE): Change format from "e" to "0".
25576 * rtl.h (ENTRY_VALUE_EXP): Define.
25577 * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
25578 * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
25579 * print-rtl.c (print_rtx): Likewise.
25580 * gengtype.c (adjust_field_rtx_def): Likewise.
25581 * var-tracking.c (vt_add_function_parameter): Adjust
25582 gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
25583 * dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
25584 * cfgexpand.c (expand_debug_expr): If a SSA_NAME without
25585 partition is a default definition of a PARM_DECL, use ENTRY_VALUE
25586 of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
25587
25588 * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
25589 Call var_location debug hook even on CALL_INSNs.
25590 (rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
25591 * rtl.def (ENTRY_VALUE): New.
25592 * dwarf2out.c: Include cfglayout.h.
25593 (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
25594 output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
25595 (struct call_arg_loc_node): New type.
25596 (call_arg_locations, call_arg_loc_last, block_map, call_site_count,
25597 tail_call_site_count): New variables.
25598 (dwarf_tag_name): Handle DW_TAG_GNU_call_site and
25599 DW_TAG_GNU_call_site_parameter.
25600 (dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
25601 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
25602 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
25603 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
25604 and DW_AT_GNU_all_source_call_sites.
25605 (mem_loc_descriptor): Handle ENTRY_VALUE.
25606 (add_src_coords_attributes): Don't add enything if
25607 DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
25608 (dwarf2out_abstract_function): Save and clear call_arg_location,
25609 call_site_count and tail_call_site_count around dwarf2out_decl call.
25610 (gen_call_site_die): New function.
25611 (gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
25612 (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
25613 (dwarf2out_function_decl): Clear call_arg_locations,
25614 call_arg_loc_last, set call_site_count and tail_call_site_count
25615 to -1 and free block_map.
25616 (dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
25617 CALL_INSNs. Add NOTE_DURING_CALL_P var location notes even when not
25618 followed by any real instructions.
25619 (dwarf2out_begin_function): Set call_site_count and
25620 tail_call_site_count to 0.
25621 (resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
25622 is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
25623 attempt to force a DIE for it and worst case remove the attribute.
25624 (resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
25625 check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
25626 the decl itself.
25627 * var-tracking.c: Include tm_p.h.
25628 (vt_stack_adjustments): For calls call note_register_arguments.
25629 (argument_reg_set): New variable.
25630 (add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
25631 ensure the VALUE is resolved.
25632 (call_arguments): New variable.
25633 (prepare_call_arguments): New function.
25634 (add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
25635 (struct expand_loc_callback_data): Add ignore_cur_loc field.
25636 (vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
25637 always use the best expression.
25638 (vt_expand_loc): Add ignore_cur_loc argument.
25639 (vt_expand_loc_dummy): Clear ignore_cur_loc field.
25640 (emit_note_insn_var_location): Adjust vt_expand_loc callers.
25641 (emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
25642 note for all calls.
25643 (vt_add_function_parameter): Use cselib_lookup_from_insn.
25644 If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
25645 argument. Don't call cselib_preserve_only_values and
25646 cselib_reset_table.
25647 (note_register_arguments): New function.
25648 (vt_initialize): Compute argument_reg_set. Call
25649 vt_add_function_parameters before processing basic blocks instead of
25650 afterwards. For calls call prepare_call_arguments before calling
25651 cselib_process_insn.
25652 * print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
25653 * Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
25654 (var-tracking.o): Depend on $(TM_P_H).
25655 * cfglayout.h (insn_scope): New prototype.
25656 * gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
25657 * cfglayout.c (insn_scope): No longer static.
25658 * insn-notes.def (CALL_ARG_LOCATION): New.
25659 * calls.c (expand_call, emit_library_call_value_1): Put USEs for
25660 MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
25661 * integrate.c (set_block_origin_self, set_block_abstract_flags): Do
25662 nothing for DECL_EXTERNAL BLOCK_VARS.
25663
25664 2011-03-16 Alan Modra <amodra@gmail.com>
25665
25666 PR target/45844
25667 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
25668 create invalid offset address for vsx splat insn.
25669 * config/rs6000/predicates.md (splat_input_operand): New.
25670 * config/rs6000/vsx.md (vsx_splat_*): Use it.
25671
25672 2011-03-15 Xinliang David Li <davidxl@google.com>
25673
25674 PR c/47837
25675 * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
25676 (normalize_preds): New function.
25677 (is_use_properly_guarded): Normalize def predicates.
25678
25679 2011-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
25680
25681 PR target/46788
25682 * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
25683 in the output template.
25684
25685 2011-03-15 Richard Guenther <rguenther@suse.de>
25686
25687 PR middle-end/47650
25688 * tree-pretty-print.c (dump_function_declaration): Properly
25689 dump unprototyped and varargs function types.
25690
25691 2011-03-15 Richard Guenther <rguenther@suse.de>
25692
25693 PR tree-optimization/13954
25694 * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
25695 and friends.
25696
25697 2011-03-15 Richard Guenther <rguenther@suse.de>
25698
25699 PR tree-optimization/48037
25700 * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
25701 selects into BIT_FIELD_REFs.
25702 (non_rewritable_mem_ref_base): Check if a MEM_REF is a
25703 vector select.
25704
25705 2011-03-15 Jakub Jelinek <jakub@redhat.com>
25706
25707 PR tree-optimization/48129
25708 * builtins.c (fold_builtin_snprintf): Convert to type of
25709 built_in_decls[BUILT_IN_SNPRINTF] retval instead of
25710 implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
25711
25712 2011-03-15 Richard Guenther <rguenther@suse.de>
25713
25714 PR tree-optimization/41490
25715 * tree-ssa-dce.c (propagate_necessity): Handle returns without
25716 value but with VUSE.
25717 * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
25718 return statements.
25719 * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
25720 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
25721 * tree-tailcall.c (find_tail_calls): Ignore returns.
25722
25723 2011-03-15 Richard Guenther <rguenther@suse.de>
25724
25725 PR middle-end/48031
25726 * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
25727 or variable-indexed array accesses when in gimple form.
25728
25729 2011-03-15 Richard Guenther <rguenther@suse.de>
25730
25731 * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
25732
25733 2011-03-15 Alan Modra <amodra@gmail.com>
25734
25735 PR target/48032
25736 * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
25737 presume symbol_refs without a symbol_ref_decl are suitably
25738 aligned, nor other trees we may see here. Handle anchor symbols.
25739 (legitimate_constant_pool_address_p): Comment. Add mode param.
25740 Check cmodel=medium addresses. Adjust all calls.
25741 (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
25742 creating cmodel=medium optimized access to locals.
25743 * config/rs6000/constraints.md (R): Pass QImode to
25744 legitimate_constant_pool_address_p.
25745 * config/rs6000/predicates.md (input_operand): Pass mode to
25746 legitimate_constant_pool_address_p.
25747 * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
25748 Update prototype.
25749
25750 2011-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
25751
25752 PR target/48053
25753 * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
25754 64-bit constants being loaded into registers other than GPRs such
25755 as loading 0 into a VSX register.
25756
25757 2011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25758
25759 * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
25760
25761 2011-03-14 Jakub Jelinek <jakub@redhat.com>
25762
25763 PR middle-end/47917
25764 * builtins.c (fold_builtin_snprintf): New function.
25765 (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
25766 (fold_builtin_4): Likewise.
25767
25768 PR middle-end/38878
25769 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
25770 STRIP_NOPS on arg0 and arg1. When optimizing X +- C == X
25771 and C - X == X also strip nops from +/-/p+ operand.
25772 When optimizing -X == C, fold C to arg0's type.
25773
25774 PR debug/47946
25775 * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
25776 emit it as add_AT_int instead of add_AT_unsigned.
25777
25778 2011-03-14 Tom Tromey <tromey@redhat.com>
25779
25780 * unwind-dw2.c: Include sys/sdt.h if it exists.
25781 (_Unwind_DebugHook): Use STAP_PROBE2.
25782 * config.in, configure: Rebuild.
25783 * configure.ac: Check for sys/sdt.h.
25784
25785 2011-03-14 Uros Bizjak <ubizjak@gmail.com>
25786
25787 * config/i386/i386.md (ROUND_FLOOR): New constant.
25788 (ROUND_CEIL): Ditto.
25789 (ROUND_TRUNC): Ditto.
25790 (ROUND_MXCSR): Ditto.
25791 (ROUND_NO_EXC): Ditto.
25792 (rint<mode>2): Use new defines instead of numerical constants.
25793 (floor<mode>2): Ditto.
25794 (ceil<mode>2): Ditto.
25795 (btrunc<mode>2): Ditto.
25796 * config/i386/i386-builtin-types.def: Define ROUND function type
25797 aliases.
25798 * config/i386/i386.c (enum ix86_builtins): Add
25799 IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
25800 (struct builtin_description): Add
25801 __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
25802 (ix86_expand_sse_round): New static function.
25803 (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
25804 function types.
25805 (ix86_builtin_vectorized_function): Handle
25806 BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
25807
25808 2011-03-14 Tom Tromey <tromey@redhat.com>
25809
25810 * c-parser.c (c_parser_asm_string_literal): Clear
25811 warn_overlength_strings.
25812
25813 2011-03-14 Tom Tromey <tromey@redhat.com>
25814
25815 * c-parser.c (disable_extension_diagnostics): Save
25816 warn_overlength_strings.
25817 (restore_extension_diagnostics): Restore warn_overlength_strings.
25818
25819 2011-03-14 Jakub Jelinek <jakub@redhat.com>
25820
25821 * BASE-VER: Change to 4.7.0.
25822
25823 2011-03-14 Richard Guenther <rguenther@suse.de>
25824
25825 PR middle-end/48098
25826 * tree.c (build_vector_from_val): Adjust assert to requirements
25827 and reality.
25828
25829 2011-03-14 Jakub Jelinek <jakub@redhat.com>
25830
25831 PR bootstrap/48102
25832 * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
25833
25834 2011-03-14 Andreas Tobler <andreast@fgznet.ch>
25835
25836 * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
25837 terms of target_flags_explicit. Adjust copyright year.
25838
25839 * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
25840 * config/rs6000/t-freebsd: New file. Add override for
25841 LIB2FUNCS_EXTRA.
25842
25843 2011-03-13 Chris Demetriou <cgd@google.com>
25844
25845 * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
25846 (-fno-diagnostics-show-option): this, to reflect current default.
25847 (-Werror=): Update text about -fno-diagnostics-show-option.
25848
25849 2011-03-12 Peter Bergner <bergner@vnet.ibm.com>
25850
25851 PR target/48053
25852 * config/rs6000/predicates.md (easy_vector_constant_add_self,
25853 easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
25854 * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
25855 mode is not V2DImode or V2DFmode.
25856 (vspltis_constant): Do not handle V2DImode and V2DFmode.
25857 (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
25858 * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
25859 registers to 0.
25860 (movdi_internal64): Likewise.
25861
25862 2011-03-12 Sebastian Pop <sebastian.pop@amd.com>
25863
25864 PR tree-optimization/47127
25865 * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
25866 parameter.
25867 (set_cloog_options): Same.
25868 (scop_to_clast): Same.
25869 (print_clast_stmt): Do not call cloog_state_malloc and
25870 cloog_state_free.
25871 (print_generated_program): Same.
25872 (gloog): Same.
25873 * graphite-clast-to-gimple.h (cloog_state): Declared.
25874 (scop_to_clast): Adjust declaration.
25875 * graphite.c (cloog_state): Defined here.
25876 (graphite_initialize): Call cloog_state_malloc.
25877 (graphite_finalize): Call cloog_state_free.
25878
25879 2011-03-11 Jason Merrill <jason@redhat.com>
25880
25881 * attribs.c (lookup_attribute_spec): Take const_tree.
25882 * tree.h: Adjust.
25883
25884 2011-03-11 Joseph Myers <joseph@codesourcery.com>
25885
25886 * config/sparc/sparc.c (sparc_option_override): Use
25887 PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
25888
25889 2011-03-11 Richard Guenther <rguenther@suse.de>
25890
25891 PR tree-optimization/48067
25892 * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
25893 multiplication result will be only used once on the target
25894 stmt.
25895
25896 2011-03-11 Richard Guenther <rguenther@suse.de>
25897
25898 * doc/invoke.texi (max-inline-insns-single): Adjust default value.
25899
25900 2011-03-11 Richard Guenther <rguenther@suse.de>
25901
25902 PR lto/48073
25903 * tree.c (find_decls_types_r): Do not walk types only reachable
25904 from IDENTIFIER_NODEs.
25905
25906 2011-03-11 Jakub Jelinek <jakub@redhat.com>
25907
25908 PR middle-end/48044
25909 * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
25910 all vnode->force_output nodes as needed.
25911
25912 2011-03-11 Jason Merrill <jason@redhat.com>
25913
25914 PR c++/48069
25915 * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
25916 COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
25917
25918 2011-03-11 Martin Jambor <mjambor@suse.cz>
25919
25920 * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
25921 cgraph_node.
25922
25923 2011-03-11 Jakub Jelinek <jakub@redhat.com>
25924
25925 PR tree-optimization/48063
25926 * ipa-inline.c (cgraph_decide_inlining): Don't try to
25927 inline functions called once if !tree_can_inline_p (node->callers).
25928
25929 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
25930
25931 * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
25932 extra_objs.
25933 * config/score/score3.c: Delete.
25934 * config/score/score3.h: Delete.
25935 * config/score/mul-div.S: Delete.
25936 * config/score/sfp-machine.h: Add new file.
25937 * config/score/constraints.md: Add new file.
25938 * config/score/t-score-softfp: Add new file.
25939 * config/score/t-score-elf: Remove score3.o, do not generate multilib.
25940 * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
25941 (score7_extra_constraint): Delete.
25942 (score7_option_override): Remove unused code.
25943 * config/score/score.c: Remove score3 and score5 define and code.
25944 * config/score/score.h: Remove score3 and score5 define and code.
25945 * config/score/score.md: Remove score3 template and unusual insn.
25946 * config/score/score.opt: Remove score3 and score5 options.
25947
25948 2011-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
25949
25950 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
25951 when _HPUX_SOURCE is defined.
25952 (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
25953
25954 2011-03-10 Jason Merrill <jason@redhat.com>
25955
25956 PR c++/48029
25957 * stor-layout.c (layout_type): Don't set structural equality
25958 on arrays of incomplete type.
25959 * tree.c (type_hash_eq): Handle comparing them properly.
25960
25961 2011-03-10 Jakub Jelinek <jakub@redhat.com>
25962
25963 PR debug/48043
25964 * config/s390/s390.c (s390_delegitimize_address): Make sure the
25965 result mode matches original rtl mode.
25966
25967 2011-03-10 Nick Clifton <nickc@redhat.com>
25968
25969 * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
25970 (andsi3, andsi3_flags): Fix timings for three operand alternative.
25971
25972 2011-03-09 Jakub Jelinek <jakub@redhat.com>
25973
25974 PR rtl-optimization/47866
25975 * expr.c (store_field): If MEM_SCALAR_P (target), don't use
25976 MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
25977 if target wasn't scalar.
25978 * function.c (assign_stack_temp_for_type): Assert that neither
25979 MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
25980 MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
25981 macro.
25982 * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
25983
25984 2011-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25985
25986 * config/s390/s390-protos.h (s390_label_align): New prototype.
25987 * config/s390/s390.c (s390_label_align): New function.
25988 * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
25989
25990 2011-03-08 Michael Meissner <meissner@linux.vnet.ibm.com>
25991
25992 PR target/47755
25993 * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
25994 V2DI/V2DF constants. Only all 0's or all 1's are easy.
25995 (output_vec_const_move): Ditto.
25996
25997 2011-03-08 Anatoly Sokolov <aesok@post.ru>
25998
25999 * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
26000 * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
26001 * config/mips/mips.c (mips_preferred_reload_class): Make static.
26002 Change 'rclass' argument and result type to reg_class_t.
26003 (TARGET_PREFERRED_RELOAD_CLASS): Define.
26004
26005 2011-03-08 Georg-Johann Lay <avr@gjlay.de>
26006
26007 * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
26008 * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
26009 (TARGET_MEMORY_MOVE_COST): Define.
26010 (avr_register_move_cost, avr_memory_move_cost): New Functions.
26011
26012 2011-03-08 Jakub Jelinek <jakub@redhat.com>
26013
26014 PR debug/47881
26015 * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
26016 removed anything.
26017
26018 PR tree-optimization/48022
26019 * fold-const.c (fold_comparison): Don't call fold_overflow_warning
26020 for EQ/NE_EXPR.
26021
26022 2011-03-07 Jakub Jelinek <jakub@redhat.com>
26023
26024 PR debug/47991
26025 * var-tracking.c (find_use_val): Return NULL for
26026 cui->sets && cui->store_p BLKmode MEMs.
26027
26028 2011-03-07 Anatoly Sokolov <aesok@post.ru>
26029
26030 * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
26031 Remove.
26032 * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
26033 xstormy16_print_operand_address): Remove.
26034 * config/stormy16/stormy16.c (xstormy16_print_operand,
26035 xstormy16_print_operand_address): Make static.
26036 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
26037
26038 2011-03-07 Pat Haugen <pthaugen@us.ibm.com>
26039
26040 PR target/47862
26041 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
26042 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
26043 before definition.
26044
26045 2011-03-07 Zdenek Dvorak <ook@ucw.cz>
26046
26047 PR bootstrap/48000
26048 * cfgloopmanip.c (fix_bb_placements): Return immediately
26049 if FROM is BASE_LOOP's header.
26050
26051 2011-03-07 Paul Wögerer <paul_woegerer@mentor.com>
26052
26053 * gimplify.c (gimplify_function_tree): Fix building calls
26054 to __builtin_return_address.
26055
26056 2011-03-07 Alan Modra <amodra@gmail.com>
26057
26058 * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
26059 * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
26060 * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
26061 * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
26062 return_mode args.
26063 * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
26064 (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
26065 (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
26066 (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
26067 * config/rs6000/rs6000.c
26068 (rs6000_elf_end_indicate_exec_stack): Rename to..
26069 (rs6000_elf_file_end): ..this. Only call file_end_indicate_exec_stack
26070 for POWERPC_LINUX. Move code emitting .gnu_attribute to here, from..
26071 (rs6000_file_start): ..here.
26072 (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
26073 file scope variables.
26074 (call_ABI_of_interest): New function.
26075 (init_cumulative_args): Set above vars when function return value
26076 is a float, vector, or small struct.
26077 (rs6000_function_arg_advance_1): Likewise for function args.
26078 (rs6000_va_start): Set rs6000_passes_float if variable arg function
26079 references float args.
26080
26081 2011-03-07 Mingjie Xing <mingjie.xing@gmail.com>
26082
26083 * doc/cfg.texi: Remove "See" before @ref.
26084 * doc/invoke.texi: Likewise.
26085
26086 2011-03-05 Jason Merrill <jason@redhat.com>
26087
26088 * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
26089
26090 2011-03-05 Anthony Green <green@moxielogic.com>
26091
26092 * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
26093
26094 2011-03-05 Zdenek Dvorak <ook@ucw.cz>
26095
26096 PR rtl-optimization/47899
26097 * cfgloopmanip.c (fix_bb_placements): Fix first argument
26098 to flow_loop_nested_p when moving the loop upward.
26099
26100 2011-03-05 Richard Earnshaw <rearnsha@arm.com>
26101
26102 PR target/47719
26103 * arm.md (movhi_insn_arch4): Accept any immediate constant.
26104
26105 2011-03-05 Jakub Jelinek <jakub@redhat.com>
26106
26107 PR tree-optimization/47967
26108 * ipa-cp.c (build_const_val): Return NULL instead of creating
26109 VIEW_CONVERT_EXPR for mismatching sizes.
26110 (ipcp_create_replace_map): Return NULL if build_const_val failed.
26111 (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
26112 give up on versioning.
26113
26114 2011-03-05 Alan Modra <amodra@gmail.com>
26115
26116 PR target/47986
26117 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
26118 full cmodel medium/large lo_sum + high addresses.
26119
26120 2011-03-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26121
26122 * config/s390/s390.c (s390_decompose_address): Reject non-literal
26123 pool references in UNSPEC_LTREL_OFFSET.
26124
26125 2011-03-04 Jan Hubicka <jh@suse.cz>
26126
26127 PR lto/47497
26128 * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
26129 (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
26130 * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
26131 Add node pointers.
26132 * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
26133 cgraph_add_thunk): Add node pointers.
26134 * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
26135 associated to right node.
26136 (input_node): Update use of cgraph_same_body_alias
26137 and cgraph_add_thunk.
26138
26139 2011-03-04 Changpeng Fang <changpeng.fang@amd.com>
26140
26141 * config/i386/i386.opt (mprefer-avx128): New flag.
26142 * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
26143 modes when the flag -mprefer-avx128 is on.
26144
26145 2011-03-04 Richard Sandiford <richard.sandiford@linaro.org>
26146
26147 * dwarf2out.c (compare_loc_operands): Fix address handling.
26148
26149 2011-03-04 Alan Modra <amodra@gmail.com>
26150
26151 * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
26152
26153 2011-03-04 Richard Guenther <rguenther@suse.de>
26154
26155 PR middle-end/47968
26156 * expmed.c (extract_bit_field_1): Prefer vector modes that
26157 vec_extract patterns can handle.
26158
26159 2011-03-04 Richard Guenther <rguenther@suse.de>
26160
26161 PR middle-end/47975
26162 * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
26163
26164 2011-03-04 Richard Henderson <rth@redhat.com>
26165
26166 * explow.c (emit_stack_save): Remove 'after' parameter.
26167 (emit_stack_restore): Likewise.
26168 * expr.h: Update to match.
26169 * builtins.c, calls.c, stmt.c: Likewise.
26170 * config/alpha/alpha.md, config/avr/avr.md: Likewise.
26171 * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
26172 * function.c (expand_function_end): Insert the emit_stack_save
26173 sequence before parm_birth_insn instead of after.
26174
26175 2011-03-03 Uros Bizjak <ubizjak@gmail.com>
26176
26177 * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
26178 (ssse3_pmaddubsw128): Ditto.
26179 (ssse3_pmaddubsw): Ditto.
26180
26181 2011-03-03 Steve Ellcey <sje@cup.hp.com>
26182
26183 * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
26184
26185 2011-03-03 Jakub Jelinek <jakub@redhat.com>
26186
26187 PR c/47963
26188 * gimplify.c (omp_add_variable): Only call omp_notice_variable
26189 on TYPE_SIZE_UNIT if it is a DECL.
26190
26191 PR debug/47283
26192 * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
26193 first operand is not is_gimple_mem_ref_addr, try to fold it.
26194 If the operand still isn't is_gimple_mem_ref_addr, clear
26195 MEM_EXPR on op0.
26196
26197 2011-03-03 Richard Guenther <rguenther@suse.de>
26198
26199 PR middle-end/47283
26200 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
26201 match comment.
26202 (refs_may_alias_p_1): For release branches return true if
26203 we are confused by our input.
26204
26205 2011-03-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26206
26207 * config/s390/s390.c (s390_function_value): Rename to ...
26208 (s390_function_and_libcall_value): ... this.
26209 (s390_function_value): New function.
26210 (s390_libcall_value): New function.
26211 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
26212 * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
26213 target macro definitions.
26214 * config/s390/s390-protos.h (s390_function_value): Remove prototype.
26215
26216 2011-03-02 Joseph Myers <joseph@codesourcery.com>
26217
26218 * config/i386/freebsd64.h (CC1_SPEC): Define.
26219 * config/i386/linux64.h (CC1_SPEC): Define.
26220 * config/i386/x86-64.h (CC1_SPEC): Don't define.
26221
26222 2011-03-02 Anatoly Sokolov <aesok@post.ru>
26223
26224 * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
26225 Remove.
26226 * config/stormy16/stormy16.c: Include reload.h.
26227 (xstormy16_memory_move_cost): New function.
26228 (TARGET_MEMORY_MOVE_COST): Define.
26229
26230 2011-03-02 Richard Sandiford <richard.sandiford@linaro.org>
26231
26232 PR rtl-optimization/47925
26233 * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
26234 with side effects. Remove the more-specific check for volatile asms.
26235
26236 2011-03-02 Alan Modra <amodra@gmail.com>
26237
26238 PR target/47935
26239 * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
26240 toc relative addresses for valid offsets.
26241
26242 2011-03-01 Richard Guenther <rguenther@suse.de>
26243
26244 PR tree-optimization/47890
26245 * tree-vect-loop.c (get_initial_def_for_induction): Set
26246 related stmt properly.
26247
26248 2011-03-01 Richard Guenther <rguenther@suse.de>
26249
26250 PR lto/47924
26251 * lto-streamer.c (lto_record_common_node): Also register
26252 the canonical type.
26253
26254 2011-03-01 Richard Guenther <rguenther@suse.de>
26255
26256 PR lto/46911
26257 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
26258 Do not stream DECL_ABSTRACT_ORIGIN.
26259 (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
26260 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
26261 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
26262 Do not stream DECL_ABSTRACT_ORIGIN.
26263 (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
26264 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
26265
26266 2011-02-28 Anatoly Sokolov <aesok@post.ru>
26267
26268 * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
26269 FUNCTION_VALUE_REGNO_P): Remove.
26270 * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
26271 * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
26272 Add 'outgoing' argument.
26273 (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
26274 function.
26275 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
26276 TARGET_FUNCTION_VALUE_REGNO_P): Define.
26277
26278 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
26279
26280 PR debug/28047
26281 * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
26282 (lookup_filename): Likewise.
26283 * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
26284
26285 2011-02-28 Bernd Schmidt <bernds@codesourcery.com>
26286 Jakub Jelinek <jakub@redhat.com>
26287
26288 PR middle-end/47893
26289 * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
26290 (assign_stack_local_1): Change last argument type to int.
26291 * function.c (assign_stack_local_1): Replace reduce_alignment_ok
26292 argument with kind. If bit ASLK_RECORD_PAD is not set in it,
26293 don't record padding space into frame_space_list nor use those areas.
26294 (assign_stack_local): Adjust caller.
26295 (assign_stack_temp_for_type): Call assign_stack_local_1 instead
26296 of assign_stack_local, pass 0 as last argument.
26297 * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
26298 callers.
26299
26300 2011-02-28 Jakub Jelinek <jakub@redhat.com>
26301
26302 PR debug/47283
26303 * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
26304 Use target address_mode and pointer_mode hooks instead of hardcoded
26305 Pmode and ptr_mode. Handle some simple cases of extending if
26306 POINTERS_EXTEND_UNSIGNED < 0.
26307 (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
26308 Call convert_debug_memory_address.
26309 (expand_debug_expr) <case ADDR_EXPR>: Pass as to
26310 convert_debug_memory_address.
26311
26312 PR middle-end/46790
26313 * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
26314 * configure: Regenerated.
26315 * config.in: Regenerated.
26316 * varasm.c (default_function_section): Return NULL
26317 if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
26318
26319 2011-02-28 Martin Jambor <mjambor@suse.cz>
26320
26321 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
26322 the description to match the printed values.
26323
26324 2011-02-28 Richard Guenther <rguenther@suse.de>
26325
26326 * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
26327 of the copied scope tree.
26328
26329 2011-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26330
26331 * doc/extend.texi (Function Attributes): Avoid deeply (and
26332 wrongly) nested tables.
26333
26334 2011-02-27 Jakub Jelinek <jakub@redhat.com>
26335
26336 PR middle-end/47903
26337 * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
26338 MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
26339 r isn't op0 nor op1.
26340
26341 2011-02-23 Georg-Johann Lay <avr@gjlay.de>
26342
26343 * config/avr/avr.md: Remove magic comment for emacs.
26344
26345 2011-02-23 Georg-Johann Lay <avr@gjlay.de>
26346
26347 PR target/45261
26348 * config/avr/avr.c (avr_option_override): Use error on bad options.
26349 (avr_help): New function.
26350 (TARGET_HELP): Define.
26351
26352 2011-02-22 Georg-Johann Lay <avr@gjlay.de>
26353
26354 PR target/42240
26355 * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
26356 (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
26357
26358 2011-02-26 Gerald Pfeifer <gerald@pfeifer.com>
26359
26360 * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
26361 (ARM Options): Ditto.
26362 (i386 and x86-64 Options): Ditto.
26363 (RX Options): Ditto.
26364 (SPARC Options): Ditto.
26365
26366 2011-02-26 Tijl Coosemans <tijl@coosemans.org>
26367
26368 * config.gcc (i386-*-freebsd*): Make i486 the default arch on
26369 FreeBSD 6 and later. Generally use cpu generic.
26370
26371 2011-02-25 Gerald Pfeifer <gerald@pfeifer.com>
26372
26373 * doc/cpp.texi: Update copyright years.
26374
26375 2011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org>
26376
26377 PR target/46898
26378 * config/lm32/lm32.md (ashrsi3): Added needed variable.
26379
26380 2011-02-25 Jon Beniston <jon@beniston.com>
26381
26382 PR target/46898
26383 * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
26384 * config/lm32/lm32.md (ashlsi3): Remove unused variable.
26385 * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
26386 (lm32_block_move_inline): Add type cast to remove warning.
26387 (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
26388 (gen_int_relational): Move declarations to start of function.
26389
26390 2011-02-25 Eric Botcazou <ebotcazou@adacore.com>
26391
26392 PR tree-optimization/45470
26393 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
26394 can throw internally only.
26395 * tree-vect-stmts.c (vectorizable_call): Likewise.
26396
26397 2011-02-24 Anatoly Sokolov <aesok@post.ru>
26398
26399 * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
26400 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
26401 * config/stormy16/stormy16-protos.h
26402 (xstormy16_preferred_reload_class): Remove.
26403 * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
26404 static. Change 'rclass' argument and return type to reg_class_t.
26405 (TARGET_PREFERRED_RELOAD_CLASS,
26406 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
26407
26408 2011-02-24 Richard Guenther <rguenther@suse.de>
26409
26410 * lto-streamer-in.c (input_bb): Do not find referenced vars
26411 in debug statements.
26412
26413 2011-02-23 Jason Merrill <jason@redhat.com>
26414
26415 * common.opt (fabi-version): Document v5 and v6.
26416
26417 2011-02-23 Richard Guenther <rguenther@suse.de>
26418
26419 PR tree-optimization/47849
26420 * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
26421
26422 2011-02-23 Jie Zhang <jie@codesourcery.com>
26423
26424 * opts-common.c (decode_cmdline_option): Print empty string
26425 argument as "" in decoded->orig_option_with_args_text.
26426 * gcc.c (execute): Print empty string argument as ""
26427 in the verbose output.
26428 (do_spec_1): Keep empty string argument.
26429
26430 2011-02-23 Nathan Froyd <froydnj@codesourcery.com>
26431
26432 * config.gcc: Declare score-* and crx-* obsolete.
26433
26434 2011-02-23 Jie Zhang <jie@codesourcery.com>
26435
26436 PR rtl-optimization/47763
26437 * web.c (web_main): Ignore naked clobber when replacing register.
26438
26439 2011-02-22 Anatoly Sokolov <aesok@post.ru>
26440
26441 * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
26442 Remove.
26443
26444 2011-02-22 Sebastian Pop <sebastian.pop@amd.com>
26445
26446 PR doc/47848
26447 * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
26448
26449 2011-02-22 Mike Stump <mikestump@comcast.net>
26450
26451 * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
26452 assembler.
26453 * configure: Regenerate.
26454
26455 2011-02-21 Chung-Lin Tang <cltang@codesourcery.com>
26456
26457 PR rtl-optimization/46002
26458 * ira-color.c (update_copy_costs): Change class intersection
26459 test to reg_class_contents[] test of 'hard_regno'.
26460
26461 2011-02-21 Joseph Myers <joseph@codesourcery.com>
26462
26463 * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
26464 than Driver option.
26465 * config/hpux11.opt (mt): Likewise.
26466 * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
26467 * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
26468 * config/vax/elf.opt (mno-asm-pic): Likewise.
26469 * config/vms/vms.opt (map, mvms-return-codes): Likewise.
26470
26471 2011-02-21 Mike Stump <mikestump@comcast.net>
26472
26473 PR target/47822
26474 * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
26475 tree so we can get save the type.
26476 * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
26477 for CFString instead of trying to use past the end of the builtins.
26478 * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
26479 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
26480 * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
26481 * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
26482 Rename to darwin_builtin_cfstring.
26483 (darwin_init_cfstring_builtins): Return the built type.
26484
26485 2011-02-21 Uros Bizjak <ubizjak@gmail.com>
26486
26487 PR target/47840
26488 * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
26489 (_mm256_insert_epi64): Use _mm_insert_epi64.
26490
26491 2011-02-21 Anatoly Sokolov <aesok@post.ru>
26492
26493 * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
26494 * config/stormy16/stormy16-protos.h
26495 (xstormy16_mode_dependent_address_p): Remove.
26496 * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
26497 Make static. Change return type to bool. Change argument type to
26498 const_rtx. Remove dead code.
26499 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
26500
26501 2011-02-21 Richard Guenther <rguenther@suse.de>
26502
26503 PR lto/47820
26504 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
26505 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
26506 (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
26507 TUs context.
26508 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
26509 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
26510
26511 2011-02-20 Richard Guenther <rguenther@suse.de>
26512
26513 PR lto/47822
26514 * tree.c (free_lang_data_in_decl): Clean builtins from
26515 the TU decl BLOCK_VARS.
26516
26517 2011-02-19 Alexandre Oliva <aoliva@redhat.com>
26518
26519 PR debug/47620
26520 PR debug/47630
26521 * haifa-sched.c (fix_tick_ready): Skip tick computation
26522 for debug insns.
26523
26524 2011-02-19 Richard Guenther <rguenther@suse.de>
26525
26526 PR lto/47647
26527 * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
26528 Remove lazy BLOCK_VARS streaming.
26529 (lto_input_ts_block_tree_pointers): Likewise.
26530 * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
26531
26532 2011-02-19 Joseph Myers <joseph@codesourcery.com>
26533
26534 * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
26535
26536 2011-02-19 Joseph Myers <joseph@codesourcery.com>
26537
26538 * config/i386/biarch32.h, config/i386/mach.h,
26539 config/rs6000/aix.opt, config/sh/superh64.h: Remove.
26540
26541 2011-02-19 Jakub Jelinek <jakub@redhat.com>
26542
26543 PR target/47800
26544 * config/i386/i386.md (peephole2 for shift and plus): Use
26545 operands[1] original mode in the first insn.
26546
26547 2011-02-18 Mike Stump <mikestump@comcast.net>
26548
26549 * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
26550
26551 2011-02-18 Jan Hubicka <jh@suse.cz>
26552
26553 PR middle-end/47788
26554 * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
26555 to zero when the function is not inlinable at all.
26556
26557 2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
26558
26559 * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
26560 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
26561 pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
26562 * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
26563 * config/pa/t-pa64: Likewise.
26564 * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
26565
26566 2011-02-18 Jakub Jelinek <jakub@redhat.com>
26567
26568 PR driver/47787
26569 * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
26570
26571 2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
26572
26573 PR target/47792
26574 * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
26575
26576 2011-02-18 Anatoly Sokolov <aesok@post.ru>
26577
26578 * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
26579 RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
26580 LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
26581 GO_IF_LEGITIMATE_ADDRESS): Remove macros.
26582 * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
26583 (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
26584 m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
26585 m32r_load_postinc_p, m32r_store_preinc_predec_p,
26586 m32r_legitimate_address_p): New functions.
26587 * config/m32r/constraints.md (constraint "S"): Don't use
26588 STORE_PREINC_PREDEC_P.
26589 (constraint "U"): Don't use LOAD_POSTINC_P.
26590
26591 2011-02-18 Chung-Lin Tang <cltang@codesourcery.com>
26592
26593 PR rtl-optimization/46178
26594 * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
26595 compute ira_hard_regno_cover_class[].
26596
26597 2011-02-18 Richard Guenther <rguenther@suse.de>
26598
26599 PR lto/47798
26600 * lto-streamer.h (lto_global_var_decls): Declare.
26601 * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
26602 statics for global var processing.
26603
26604 2011-02-18 Richard Guenther <rguenther@suse.de>
26605
26606 PR tree-optimization/47737
26607 * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
26608 edge dominance check.
26609
26610 2011-02-18 Jakub Jelinek <jakub@redhat.com>
26611
26612 PR debug/47780
26613 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
26614 avoid invalid rtx sharing.
26615
26616 2011-02-18 Gerald Pfeifer <gerald@pfeifer.com>
26617
26618 * doc/cpp.texi (Obsolete Features): Add background on the
26619 origin of assertions.
26620
26621 2011-02-17 Iain Sandoe <iains@gcc.gnu.org>
26622
26623 * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
26624 objc_abi == 2.
26625 * config/darwin.c (output_objc_section_asm_op): Added support for
26626 ABI v1 and v2.
26627 (is_objc_metadata): New.
26628 (darwin_objc2_section): New.
26629 (darwin_objc1_section): New.
26630 (machopic_select_section): Added support for ABI v1 and v2.
26631 (darwin_emit_objc_zeroed): New.
26632 (darwin_output_aligned_bss): Detect objc metadata and treat it
26633 appropriately.
26634 (darwin_asm_output_aligned_decl_common): Same.
26635 (darwin_asm_output_aligned_decl_local): Same.
26636 * config/darwin-sections.def: Updated for ABI v1 and v2.
26637 * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
26638 compiling Objective-C code for the NeXT runtime, default to using
26639 ABI version 0 for 32-bit, and version 2 for 64-bit.
26640
26641 2011-02-17 Joseph Myers <joseph@codesourcery.com>
26642
26643 * common.opt (optimize_fast): New Variable.
26644 * opts.c (default_options_optimization): Use opts->x_optimize_fast
26645 instead of local variable ofast.
26646
26647 2011-02-17 Nicola Pero <nicola.pero@meta-innovation.com>
26648
26649 * doc/invoke.texi (fobjc-abi-version): Documented.
26650 (fobjc-nilcheck): Documented.
26651 (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
26652 version.
26653
26654 2011-02-17 Joseph Myers <joseph@codesourcery.com>
26655
26656 PR driver/47390
26657 * common.opt (export-dynamic): New Driver option.
26658 * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
26659
26660 2011-02-17 Joseph Myers <joseph@codesourcery.com>
26661
26662 * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
26663
26664 2011-02-17 Alexandre Oliva <aoliva@redhat.com>
26665 Jan Hubicka <jh@suse.cz>
26666
26667 PR debug/47106
26668 PR debug/47402
26669 * cfgexpand.c (account_used_vars_for_block): Remove.
26670 (estimated_stack_frame_size): Use referenced vars.
26671 * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
26672 that were referenced in the original function. Test src_fn
26673 rather than cfun. Drop redundant get_var_ann.
26674 (setup_one_parameter): Drop redundant get_var_ann.
26675 (declare_return_variable): Likewise.
26676 (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
26677 (copy_arguments_for_versioning): Drop redundant get_var_ann.
26678 * ipa-inline.c (compute_inline_parameters): Do not compute
26679 disregard_inline_limits here.
26680 (compute_inlinable_for_current, pass_inlinable): New.
26681 (pass_inline_parameters): Require PROP_referenced_vars.
26682 * cgraphunit.c (cgraph_process_new_functions): Don't run
26683 compute_inline_parameters explicitly unless function is in SSA form.
26684 (cgraph_analyze_function): Set .disregard_inline_limits.
26685 * tree-sra.c (convert_callers): Compute inliner parameters
26686 only for functions already in SSA form.
26687
26688 2011-02-17 Joseph Myers <joseph@codesourcery.com>
26689
26690 * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
26691 -mlittle-endian-data.
26692
26693 2011-02-17 Joseph Myers <joseph@codesourcery.com>
26694
26695 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
26696 -mno-fpu, not -fpu and -no-fpu.
26697 * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
26698 * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
26699
26700 2011-02-17 Uros Bizjak <ubizjak@gmail.com>
26701
26702 PR target/43653
26703 * config/i386/i386.c (ix86_secondary_reload): Handle SSE
26704 input reload with PLUS RTX.
26705
26706 2011-02-16 Joseph Myers <joseph@codesourcery.com>
26707
26708 * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
26709 of InverseVar(MDMX).
26710
26711 2011-02-16 Joseph Myers <joseph@codesourcery.com>
26712
26713 * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
26714 --m4-340.
26715
26716 2011-02-16 Joseph Myers <joseph@codesourcery.com>
26717
26718 * config/mn10300/mn10300.opt (mno-crt0): New.
26719
26720 2011-02-16 Joseph Myers <joseph@codesourcery.com>
26721
26722 * config/m68k/uclinux.opt (static-libc): New Driver option.
26723
26724 2011-02-16 Joseph Myers <joseph@codesourcery.com>
26725
26726 * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
26727
26728 2011-02-16 Joseph Myers <joseph@codesourcery.com>
26729
26730 * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
26731 %{muser-extend-enabled}.
26732
26733 2011-02-16 Richard Guenther <rguenther@suse.de>
26734
26735 PR tree-optimization/47738
26736 * tree-ssa-loop.c (run_tree_predictive_commoning): Return
26737 the TODO from tree_predictive_commoning.
26738
26739 2011-02-15 Jeff Law <law@redhat.com>
26740
26741 Revert
26742 2011-01-25 Jeff Law <law@redhat.com>
26743
26744 PR rtl-optimization/37273
26745 * ira-costs.c (scan_one_insn): Detect constants living in memory and
26746 handle them like argument loads from stack slots. Do not double
26747 count memory for memory constants and argument loads from stack slots.
26748
26749 2011-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
26750
26751 PR target/47755
26752 * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
26753 mode for vector constants. Remove code that checks for TImode.
26754
26755 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
26756
26757 PR debug/47106
26758 PR debug/47402
26759 * cgraph.h (compute_inline_parameters): Return void.
26760 * ipa-inline.c (compute_inline_parameters): Adjust.
26761
26762 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
26763
26764 PR debug/47106
26765 PR debug/47402
26766 * tree-inline.h (estimated_stack_frame_size): Take cgraph node
26767 rather than decl.
26768 * cfgexpand.c (estimated_stack_frame_size): Likewise.
26769 * ipa-inline.c (compute_inline_parameters): Adjust.
26770
26771 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
26772
26773 PR debug/47106
26774 PR debug/47402
26775 * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
26776 Adjust all users. Pass FN to...
26777 * tree-flow-inline.h (first_referenced_var): ... this. Add
26778 fn argument.
26779 * ipa-struct-reorg.c: Adjust.
26780 * tree-dfa.c: Adjust.
26781 * tree-into-ssa.c: Adjust.
26782 * tree-sra.c: Adjust.
26783 * tree-ssa-alias.c: Adjust.
26784 * tree-ssa-live.c: Adjust.
26785 * tree-ssa.c: Adjust.
26786 * tree-ssanames.c: Adjust.
26787 * tree-tailcall.c: Adjust.
26788
26789 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
26790
26791 PR debug/47106
26792 PR debug/47402
26793 * tree-flow.h (referenced_var_lookup): Add fn parameter.
26794 Adjust all callers.
26795 * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
26796 * tree-flow-inline.h: Adjust.
26797 * gimple-pretty-print.c: Adjust.
26798 * tree-into-ssa.c: Adjust.
26799 * tree-ssa.c: Adjust.
26800 * cfgexpand.c: Adjust.
26801
26802 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
26803
26804 * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
26805 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
26806 (EXTRA_CONSTRAINT): Delete.
26807 * config/iq2000/constraints.md: New file.
26808 * config/iq2000/iq2000.md: Include it.
26809 (define_insn ""): Delete.
26810 (movsi_internal2, movhi_internal2, movqi_internal2): Delete
26811 unsupported constraint letters from patterns.
26812 (call_value, call_value_internal1): Likewise.
26813 (call_value_multiple_internal1): Likewise.
26814
26815 2011-02-15 Nick Clifton <nickc@redhat.com>
26816
26817 * config/mn10300/mn10300.c: Include tm-constrs.h.
26818 (struct liw_data): New data structure describing an LIW candidate
26819 instruction.
26820 (extract_bundle): Use struct liw_data. Allow small integer
26821 operands for some instructions.
26822 (check_liw_constraints): Use struct liw_data. Remove swapped
26823 parameter. Add comments describing the checks. Fix bug when
26824 assigning the source of liw1 to the source of liw2.
26825 (liw_candidate): Delete. Code moved into extract_bundle.
26826 (mn10300_bundle_liw): Use struct liw_data. Check constraints
26827 before swapping.
26828 * config/mn10300/predicates.md (liw_operand): New predicate.
26829 Allows registers and small integer constants.
26830 * config/mn10300/constraints.md (O): New constraint. Accetps
26831 integers in the range -8 to +7 inclusive.
26832 * config/mn10300/mn10300.md (movesi_internal): Add an alternative
26833 for moving a small integer into a register. Give this alternative
26834 LIW attributes.
26835 (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
26836 (ashlsi3): Likewise, plus give LIW attributes to the alternatives
26837 using the J,K,L and M constraints,
26838 (liw): Remove SI mode on second operands to allow for HI and QI
26839 mode values.
26840 (cmp_liw, liw_cmp): Likewise. Plus fix order of operands in the
26841 instruction.
26842
26843 2011-02-15 Richard Guenther <rguenther@suse.de>
26844
26845 PR tree-optimization/47743
26846 * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
26847 for a non-type-compatible VN lookup bail out.
26848
26849 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
26850
26851 * config/fr30/constraints.md: New file.
26852 * config/fr30/fr30.md: Include it.
26853 * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
26854 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
26855 (EXTRA_CONSTRAINT): Delete.
26856
26857 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
26858
26859 * config/frv/constraints.md: New file.
26860 * config/frv/predicates.md: Include it.
26861 * config/frv/frv.c (reg_class_from_letter): Delete.
26862 (frv_option_override): Don't initialize it.
26863 * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
26864 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
26865 (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
26866 (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
26867 (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
26868 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
26869 (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
26870 (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
26871 (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
26872 (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
26873 (REG_CLASS_FROM_CONSTRAINT): Delete.
26874
26875 2011-02-15 Jakub Jelinek <jakub@redhat.com>
26876
26877 PR middle-end/47581
26878 * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
26879 if frame size is 0 in a leaf function.
26880
26881 2011-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26882
26883 PR pch/14940
26884 * config/alpha/host-osf.c: New file.
26885 * config/alpha/x-osf: New file.
26886 * config.host (alpha*-dec-osf*): Use it.
26887
26888 2011-02-14 Anatoly Sokolov <aesok@post.ru>
26889
26890 * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
26891 * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
26892 * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
26893 (rx_mode_dependent_address_p): ...this. Make static. Change argument
26894 type to const_rtx.
26895 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
26896
26897 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
26898
26899 * config/stormy16/constraints.md: New file.
26900 * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
26901 Use satisfies_constraint_Q and satisfies_constraint_R.
26902 * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
26903 Delete.
26904 (xstormy16_legitiamte_address_p): Declare.
26905 * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
26906 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
26907 (EXTRA_CONSTRAINT): Delete.
26908 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
26909 Un-staticize.
26910 (xstormy16_extra_constraint_p): Delete.
26911
26912 2011-02-14 Eric Botcazou <ebotcazou@adacore.com>
26913
26914 PR tree-optimization/46494
26915 * loop-unroll.c (split_edge_and_insert): Adjust comment.
26916 * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
26917 (pass_rtl_loop_done): Add TODO_verify_flow.
26918 * fwprop.c (pass_rtl_fwprop): Likewise.
26919 * modulo-sched.c (pass_sms): Likewise.
26920 * tree-ssa-dom.c (pass_dominator): Likewise.
26921 * tree-ssa-loop-ch.c (pass_ch): Likewise.
26922 * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
26923 (pass_tree_loop_done): Likewise.
26924 * tree-ssa-pre.c (execute_pre): Likewise.
26925 * tree-ssa-reassoc.c (pass_reassoc): Likewise.
26926 * tree-ssa-sink.c (pass_sink_code): Likewise.
26927 * tree-vrp.c (pass_vrp): Likewise.
26928
26929 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
26930
26931 * config/v850/constraints.md: New file.
26932 * config/v850/v850.md: Include it.
26933 * config/v850/predicates.md (reg_or_0_operand): Use
26934 satisfies_constraint_G.
26935 (special_symbolref_operand): Use satisfies_constraint_K.
26936 * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
26937 (GO_IF_LEGITIMATE_ADDRESS): Likewise.
26938 (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
26939 (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
26940 (EXTRA_CONSTRAINT): Delete.
26941 (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
26942 (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
26943 (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
26944
26945 2011-02-14 Anatoly Sokolov <aesok@post.ru>
26946
26947 PR target/47696
26948 * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
26949 description.
26950
26951 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
26952
26953 * config/mcore/constraints.md: New file.
26954 * config/mcore/mcore.md: Include it.
26955 * config/mcore/mcore.c (reg_class_from_letter): Delete.
26956 * config/mcore/mcore.h (reg_class_from_letter): Delete.
26957 (REG_CLASS_FROM_LETTER): Delete.
26958 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
26959 insn_const_int_ok_for_constraint.
26960 (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
26961 (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
26962 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
26963 (EXTRA_CONSTRAINT): Delete.
26964
26965 2011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26966
26967 PR ada/41929
26968 * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
26969 (IS_SIGHANDLER): Define.
26970 (sparc64_is_sighandler): New function, split off from
26971 sparc64_fallback_frame_state.
26972 (sparc_is_sighandler): New function, split off from
26973 sparc_fallback_frame_state.
26974 (sparc64_fallback_frame_state): Merge with ...
26975 (sparc_fallback_frame_state): ... this into ...
26976 (MD_FALLBACK_FRAME_STATE_FOR): ... this.
26977 Change new_cfa to long. Remove regs_off, fpu_save_off, fpu_save.
26978 Define nframes, mctx. Use IS_SIGHANDLER, handler_args, mctx, walk
26979 stack instead of hardcoded offsets.
26980
26981 2011-02-14 Andriy Gapon <avg@freebsd.org>
26982
26983 PR target/45808
26984 * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
26985
26986 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26987
26988 * configure: Regenerate.
26989
26990 2011-02-12 Joseph Myers <joseph@codesourcery.com>
26991
26992 PR driver/45731
26993 * gcc.c (asm_options): Correct spec matching --target-help.
26994
26995 2011-02-12 Martin Jambor <mjambor@suse.cz>
26996
26997 * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
26998 to gimple call error.
26999
27000 2011-02-12 Mike Stump <mikestump@comcast.net>
27001
27002 * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
27003 comments in backslash regions.
27004
27005 2011-02-12 Mike Stump <mikestump@comcast.net>
27006 Jakub Jelinek <jakub@redhat.com>
27007 Iain Sandoe <iains@gcc.gnu.org>
27008
27009 PR target/47324
27010 * dwarf2out.c (output_cfa_loc): When required, apply the
27011 DWARF2_FRAME_REG_OUT macro to adjust register numbers.
27012 (output_loc_sequence): Likewise.
27013 (output_loc_operands_raw): Likewise.
27014 (output_loc_sequence_raw): Likewise.
27015 (output_cfa_loc): Likewise.
27016 (output_loc_list): Suppress register number adjustment when
27017 calling output_loc_sequence()
27018 (output_die): Likewise.
27019
27020 2011-02-12 Anatoly Sokolov <aesok@post.ru>
27021
27022 * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
27023 Remove macros.
27024 * config/xtensa/xtensa.c (xtensa_register_move_cost,
27025 xtensa_memory_move_cost): New functions.
27026 (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
27027
27028 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
27029
27030 PR lto/47225
27031 * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
27032 in the current directory.
27033 * configure: Rebuilt.
27034
27035 2011-02-12 Iain Sandoe <iains@gcc.gnu.org>
27036
27037 * config/darwin.c (darwin_override_options): Add a hunk missed
27038 from the commit of r168571. Trim comment line lengths and
27039 correct indents of the preceding block.
27040
27041 2011-02-12 Iain Sandoe <iains@gcc.gnu.org>
27042
27043 * gcc.c (driver_handle_option): Concatenate the argument to -F with
27044 the switch.
27045
27046 2011-02-11 Joseph Myers <joseph@codesourcery.com>
27047
27048 * common.opt (nostartfiles): New Driver option.
27049
27050 2011-02-11 Xinliang David Li <davidxl@google.com>
27051
27052 PR tree-optimization/47707
27053 * tree-chrec.c (convert_affine_scev): Keep type precision.
27054
27055 2011-02-11 Eric Botcazou <ebotcazou@adacore.com>
27056
27057 PR tree-optimization/47420
27058 * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
27059
27060 2011-02-11 Pat Haugen <pthaugen@us.ibm.com>
27061
27062 PR rtl-optimization/47614
27063 * rtl.h (check_for_inc_dec): Declare.
27064 * dse.c (check_for_inc_dec): Externalize...
27065 * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
27066 (reload_cse_simplify_operands): Don't simplify opnds with side effects.
27067
27068 2011-02-11 Joseph Myers <joseph@codesourcery.com>
27069
27070 PR driver/47678
27071 * gcc.c (main): Do not compile inputs if there were errors in
27072 option handling.
27073 * opts-common.c (read_cmdline_option): Check for wrong language
27074 after other error checks.
27075
27076 2011-02-11 Nathan Froyd <froydnj@codesourcery.com>
27077
27078 * cgraph.c: Fix comment typos.
27079 * cgraph.h: Likewise.
27080 * cgraphunit.c: Likewise.
27081 * ipa-cp.c: Likewise.
27082 * ipa-inline.c: Likewise.
27083 * ipa-prop.c: Likewise.
27084 * ipa-pure-const.c: Likewise.
27085 * ipa-ref.c: Likewise.
27086 * ipa-reference.c: Likewise.
27087
27088 2011-02-11 Jakub Jelinek <jakub@redhat.com>
27089
27090 PR debug/47684
27091 * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
27092
27093 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27094
27095 PR testsuite/47400
27096 * doc/sourcebuild.texi (Require Support): Document
27097 dg-require-ascii-locale.
27098
27099 2011-02-11 Mingjie Xing <mingjie.xing@gmail.com>
27100
27101 * doc/lto.texi (Write summary): Fix missing parentheses.
27102
27103 2011-02-10 DJ Delorie <dj@redhat.com>
27104
27105 * config/m32c/m32c.c (m32c_option_override): Disable
27106 -fcombine-stack-adjustments until flag value tracking and compare
27107 optimization can be rewritten.
27108
27109 2011-02-10 Peter Bergner <bergner@vnet.ibm.com>
27110
27111 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
27112 PROCESSOR_POWER7.
27113 (PROCESSOR_DEFAULT64): Likewise.
27114
27115 2011-02-10 Richard Henderson <rth@redhat.com>
27116
27117 * config/rx/predicates.md (rx_zs_comparison_operator): Revert
27118 change from 2011-02-03.
27119 * config/rx/rx.c (flags_from_code): Likewise.
27120 (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
27121 is valid, n/pz otherwise.
27122 (rx_select_cc_mode): Return CCmode if Y is not zero.
27123
27124 2011-02-10 Richard Guenther <rguenther@suse.de>
27125
27126 * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
27127
27128 2011-02-10 Richard Guenther <rguenther@suse.de>
27129
27130 PR tree-optimization/47677
27131 * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
27132
27133 2011-02-10 Jakub Jelinek <jakub@redhat.com>
27134
27135 PR target/47665
27136 * combine.c (make_compound_operation): Only change shifts into
27137 multiplication for SCALAR_INT_MODE_P.
27138
27139 2011-02-10 Jie Zhang <jie@codesourcery.com>
27140
27141 PR testsuite/47622
27142 Revert
27143 2011-02-05 Jie Zhang <jie@codesourcery.com>
27144 PR debug/42631
27145 * web.c (entry_register): Don't clobber the number of the
27146 first uninitialized reference in used[].
27147
27148 2011-02-09 Richard Guenther <rguenther@suse.de>
27149
27150 PR tree-optimization/47664
27151 * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
27152 all edges again.
27153
27154 2011-02-09 David Edelsohn <dje.gcc@gmail.com>
27155
27156 PR target/46481
27157 PR target/47032
27158 * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
27159 PROCESSOR_POWER7.
27160 (PROCESSOR_DEFAULT64): Same.
27161 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
27162
27163 2011-02-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27164
27165 * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
27166
27167 2011-02-09 Martin Jambor <mjambor@suse.cz>
27168
27169 PR middle-end/45505
27170 * tree-sra.c (struct access): New flags grp_scalar_read and
27171 grp_scalar_write. Changed description of assignment read and write
27172 flags.
27173 (dump_access): Dump new flags, reorder all of them.
27174 (sort_and_splice_var_accesses): Set the new flag accordingly, use them
27175 to detect multiple scalar reads.
27176 (analyze_access_subtree): Use the new scalar read write flags instead
27177 of the old flags. Adjusted comments.
27178
27179 2011-02-08 DJ Delorie <dj@redhat.com>
27180
27181 PR target/47548
27182 * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
27183 patterns.
27184
27185 2011-02-08 Joseph Myers <joseph@codesourcery.com>
27186
27187 * config/m68k/uclinux.opt: New.
27188 * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
27189
27190 2011-02-08 Joseph Myers <joseph@codesourcery.com>
27191
27192 * config/cris/elf.opt (sim): New Driver option.
27193
27194 2011-02-08 Joseph Myers <joseph@codesourcery.com>
27195
27196 * config/xtensa/elf.opt: New.
27197 * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
27198
27199 2011-02-08 Joseph Myers <joseph@codesourcery.com>
27200
27201 * config/vax/elf.opt: New.
27202 * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
27203
27204 2011-02-08 Joseph Myers <joseph@codesourcery.com>
27205
27206 * config/rs6000/aix64.opt (posix, pthread): New Driver options.
27207
27208 2011-02-08 Joseph Myers <joseph@codesourcery.com>
27209
27210 * config/gnu-user.opt: New.
27211 * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
27212 *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
27213 *-*-uclinux*): Use gnu-user.opt.
27214
27215 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
27216
27217 * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
27218 * config/i386/gnu.h (CPP_SPEC): Likewise.
27219
27220 2011-02-08 Ian Lance Taylor <iant@google.com>
27221
27222 * common.opt (fcx-limited-range): Add SetByCombined flag.
27223 (ffinite-math-only, fmath-errno, frounding-math): Likewise.
27224 (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
27225 (fassociative-math, freciprocal-math): Likewise.
27226 (funsafe-math-optimizations): Likewise.
27227 * opth-gen.awk: Handle SetByCombined.
27228 * optc-gen.awk: Likewise.
27229 * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
27230 (set_unsafe_math_optimizations_flags): Likewise.
27231 * doc/options.texi (Option properties): Document SetByCombined.
27232
27233 2011-02-08 Joseph Myers <joseph@codesourcery.com>
27234
27235 * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
27236 i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
27237 m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
27238 m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
27239 sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
27240
27241 2011-02-08 Sebastian Pop <sebastian.pop@amd.com>
27242
27243 PR tree-optimization/46834
27244 PR tree-optimization/46994
27245 PR tree-optimization/46995
27246 * graphite-sese-to-poly.c (used_outside_reduction): New.
27247 (detect_commutative_reduction): Call used_outside_reduction.
27248 (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
27249 translate_scalar_reduction_to_array only when at least one
27250 loop-phi/close-phi tuple has been detected.
27251
27252 2011-02-08 Richard Guenther <rguenther@suse.de>
27253
27254 PR middle-end/47639
27255 * tree-vect-generic.c (expand_vector_operations_1): Update
27256 stmts here ...
27257 (expand_vector_operations): ... not here. Cleanup EH info
27258 and the CFG if required.
27259
27260 2011-02-08 Richard Guenther <rguenther@suse.de>
27261
27262 PR tree-optimization/47641
27263 * tree-ssa.c (execute_update_addresses_taken): For asm outputs
27264 require type compatibility.
27265
27266 2011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27267
27268 * gimple-low.c (lower_function_body): Don't remove the location of
27269 the return statement here.
27270 (lower_gimple_return): Do it here instead but only if the return
27271 statement is actually used twice.
27272
27273 2011-02-08 Richard Guenther <rguenther@suse.de>
27274
27275 PR tree-optimization/47632
27276 * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
27277 unused up_to_stmt parameter, return whether cfg-cleanup is
27278 necessary, remove EH info properly.
27279 (forward_propagate_into_gimple_cond): Adjust caller.
27280 (forward_propagate_into_cond): Likewise.
27281 (forward_propagate_comparison): Likewise.
27282 (tree_ssa_forward_propagate_single_use_vars): Make
27283 forward_propagate_comparison case similar to the two others.
27284
27285 2011-02-08 Nick Clifton <nickc@redhat.com>
27286
27287 * config/mn10300/mn10300.opt (mliw): New command line option.
27288 * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
27289 (liw_bundling): New automaton.
27290 (liw): New attribute.
27291 (liw_op): New attribute.
27292 (liw_op1, liw_op2, liw_both, liw_either): New reservations.
27293 (movsi_internal): Add LIW attributes.
27294 (andsi3): Likewise.
27295 (iorsi3): Likewise.
27296 (xorsi3): Likewise.
27297 (addsi3): Separate register and immediate alternatives.
27298 Add LIW attributes.
27299 (subsi3): Likewise.
27300 (cmpsi): Likewise.
27301 (aslsi3): Likewise.
27302 (lshrsi3): Likewise.
27303 (ashrsi3): Likewise.
27304 (liw): New pattern.
27305 * config/mn10300/mn10300.c (liw_op_names): New
27306 (mn10300_print_operand): Handle 'W' operand descriptor.
27307 (extract_bundle): New function.
27308 (check_liw_constraints): New function.
27309 (liw_candidate): New function.
27310 (mn10300_bundle_liw): New function.
27311 (mn10300_reorg): New function.
27312 (TARGET_MACHINE_DEPENDENT_REORG): Define.
27313 (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
27314 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
27315 __LIW__ or __NO_LIW__.
27316 * doc/invoke.texi: Describe the -mliw command line option.
27317
27318 2011-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
27319
27320 * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
27321 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
27322 pthread_mutex_unlock): Remove.
27323 * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
27324 * config/pa/t-pa64: Likewise.
27325 * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
27326 shared libc if not linking against libpthread.
27327 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
27328
27329 2011-02-07 Iain Sandoe <iains@gcc.gnu.org>
27330
27331 PR target/47558
27332 * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
27333 on 10.6 and later to ensure that we always use the unwinder from
27334 the system. Only add -no_compact_unwind when tarteting darwin
27335 10.6 or later.
27336
27337 2011-02-07 Steve Ellcey <sje@cup.hp.com>
27338
27339 PR target/46997
27340 * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
27341 (vec_interleave_lowv2sf): Ditto.
27342 (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
27343 (vec_extract_oddv2sf): Ditto.
27344
27345 2011-02-07 Mike Stump <mikestump@comcast.net>
27346
27347 PR target/42333
27348 Add __ieee_divdc3 entry point.
27349 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
27350 entry point.
27351 (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
27352 * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
27353 * config/darwin.c (darwin_rename_builtins): Add.
27354 * config/darwin-protos.h (darwin_rename_builtins): Add.
27355
27356 2011-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
27357
27358 PR target/47636
27359 * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
27360 for the condition.
27361
27362 2011-02-07 Mike Stump <mikestump@comcast.net>
27363
27364 * config/darwin.opt (mmacosx-version-min): Update default OS version.
27365
27366 2011-02-07 Denis Chertykov <chertykov@gmail.com>
27367
27368 PR target/47534
27369 * config/avr/libgcc.S (exit): Move .endfunc
27370
27371 2011-02-07 Richard Guenther <rguenther@suse.de>
27372
27373 PR tree-optimization/47615
27374 * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
27375 * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
27376 (run_scc_vn): Initialize it.
27377 (visit_reference_op_load): Use it.
27378 * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
27379
27380 2011-02-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
27381
27382 * config/spu/spu.c (spu_init_libfuncs): Install SImode and
27383 DImode trapping arithmetic libfuncs.
27384
27385 2011-02-07 Richard Guenther <rguenther@suse.de>
27386
27387 PR tree-optimization/47621
27388 * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
27389 two duplicates ...
27390 (execute_update_addresses_taken): ... here. Make it more
27391 conservative in what we accept.
27392
27393 2011-02-06 Joseph Myers <joseph@codesourcery.com>
27394
27395 * config/sparc/freebsd.h (ASM_SPEC): Define.
27396 * config/sparc/vxworks.h (ASM_SPEC): Define.
27397
27398 2011-02-06 Joseph Myers <joseph@codesourcery.com>
27399
27400 * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
27401
27402 2011-02-06 Steven Bosscher <steven@gcc.gnu.org>
27403
27404 * doc/invoke.texi: Remove reference to compiler internals from
27405 user documentation.
27406
27407 * reg-notes.def: Remove REG_VALUE_PROFILE.
27408 * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
27409
27410 2011-02-05 Jakub Jelinek <jakub@redhat.com>
27411
27412 PR middle-end/47610
27413 * varasm.c (default_section_type_flags): If decl is NULL,
27414 and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
27415
27416 2011-02-05 Jie Zhang <jie@codesourcery.com>
27417
27418 PR debug/42631
27419 * web.c (entry_register): Don't clobber the number of the
27420 first uninitialized reference in used[].
27421
27422 2011-02-04 Sebastian Pop <sebastian.pop@amd.com>
27423
27424 PR tree-optimization/46194
27425 * tree-data-ref.c (analyze_miv_subscript): Remove comment.
27426 (build_classic_dist_vector_1): Do not represent classic distance
27427 vectors when the access functions are variating in different loops.
27428
27429 2011-02-04 Joseph Myers <joseph@codesourcery.com>
27430
27431 * config/mips/iris6.opt: New.
27432 * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
27433
27434 2011-02-04 Richard Henderson <rth@redhat.com>
27435 Steve Ellcey <sje@cup.hp.com>
27436
27437 PR target/46997
27438 * config/ia64/predicates.md (mux1_brcst_element): New.
27439 * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
27440 * config/ia64/ia64.c (ia64_unpack_assemble): New.
27441 (ia64_unpack_sign): New.
27442 (ia64_expand_unpack): Rewrite using new routines.
27443 (ia64_expand_widen_sum): Ditto.
27444 (ia64_expand_dot_prod_v8qi): Ditto.
27445 * config/ia64/vect.md (mulv8qi3): Rewrite to use new
27446 routines, add endian check.
27447 (pmpy2_even): Rename from pmpy2_r, add endian check.
27448 (pmpy2_odd): Rename from pmpy2_l, add endian check.
27449 (vec_widen_smult_lo_v4hi): Rewrite using new routines.
27450 (vec_widen_smult_hi_v4hi): Ditto.
27451 (vec_widen_umult_lo_v4hi): Ditto.
27452 (vec_widen_umult_hi_v4hi): Ditto.
27453 (mulv2si3): Change endian checks.
27454 (sdot_prodv4hi): Rewrite with new calls.
27455 (udot_prodv4hi): New.
27456 (vec_pack_ssat_v4hi): Add endian check.
27457 (vec_pack_usat_v4hi): Ditto.
27458 (vec_pack_ssat_v2si): Ditto.
27459 (max1_even): Rename from max1_r, add endian check.
27460 (max1_odd): Rename from max1_l, add endian check.
27461 (*mux1_rev): Format change.
27462 (*mux1_mix): Ditto.
27463 (*mux1_shuf): Ditto.
27464 (*mux1_alt): Ditto.
27465 (*mux1_brcst_v8qi): Use new predicate.
27466 (vec_extract_evenv8qi): Remove endian check.
27467 (vec_extract_oddv8qi): Ditto.
27468 (vec_interleave_lowv4hi): Format change.
27469 (vec_interleave_highv4hi): Ditto.
27470 (mix2_even): Rename from mix2_r, add endian check.
27471 (mix2_odd): Rename from mux2_l, add endian check.
27472 (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
27473 (vec_extract_evenodd_helper): Format change.
27474 (vec_extract_evenv4hi): Remove endian check.
27475 (vec_extract_oddv4hi): Remove endian check.
27476 (vec_interleave_lowv2si): Format change.
27477 (vec_interleave_highv2si): Format change.
27478 (vec_initv2si): Remove endian check.
27479 (vecinit_v2si): Add endian check.
27480 (reduc_splus_v2sf): Add endian check.
27481 (reduc_smax_v2sf): Ditto.
27482 (reduc_smin_v2sf): Ditto.
27483 (vec_initv2sf): Remove endian check.
27484 (fpack): Add endian check.
27485 (fswap): Add endian check.
27486 (vec_interleave_highv2sf): Add endian check.
27487 (vec_interleave_lowv2sf): Add endian check.
27488 (fmix_lr): Add endian check.
27489 (vec_setv2sf): Format change.
27490 (*vec_extractv2sf_0_be): Use shift to extract operand.
27491 (*vec_extractv2sf_1_be): New.
27492 (vec_pack_trunc_v4hi): Add endian check.
27493 (vec_pack_trunc_v2si): Format change.
27494
27495 2011-02-04 Jakub Jelinek <jakub@redhat.com>
27496
27497 PR inline-asm/23200
27498 * tree-ssa-ter.c (is_replaceable_p): Add TER argument. Don't
27499 do bb, locus and block comparison and disallow loads if it is not set.
27500 (stmt_is_replaceable_p): New function.
27501 (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
27502 callers.
27503 * expr.c (expand_expr_real_1) <case SSA_NAME>: If
27504 get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
27505 SSA_NAME_DEF_STMT.
27506 * tree-flow.h (stmt_is_replaceable_p): New prototype.
27507
27508 2011-02-04 Joseph Myers <joseph@codesourcery.com>
27509
27510 * config/rs6000/xilinx.opt: New.
27511 * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
27512
27513 2011-02-04 Joseph Myers <joseph@codesourcery.com>
27514
27515 * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
27516
27517 2011-02-03 Anatoly Sokolov <aesok@post.ru>
27518
27519 * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
27520 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
27521 * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
27522 secondary_reload_info, xtensa_secondary_reload): Remove.
27523 * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
27524 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
27525 (xtensa_preferred_reload_class): Make static. Change return and
27526 'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
27527 Use CONST_DOUBLE_P predicate.
27528 (xtensa_preferred_output_reload_class): New function.
27529 (xtensa_secondary_reload): Make static.
27530
27531 2011-02-03 Joseph Myers <joseph@codesourcery.com>
27532
27533 * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
27534 Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
27535 Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
27536
27537 2011-02-03 Jakub Jelinek <jakub@redhat.com>
27538
27539 PR middle-end/31490
27540 * output.h (SECTION_RELRO): Define.
27541 (SECTION_MACH_DEP): Adjust.
27542 (get_variable_section): New prototype.
27543 * varpool.c (varpool_finalize_named_section_flags): New function.
27544 (varpool_assemble_pending_decls): Call it.
27545 * cgraph.h (varpool_finalize_named_section_flags): New prototype.
27546 * cgraphunit.c (cgraph_output_in_order): Call
27547 varpool_finalize_named_section_flags.
27548 * varasm.c (get_section): Allow section flags conflicts between
27549 relro and read-only sections if the section hasn't been declared yet.
27550 Set SECTION_OVERRIDE after diagnosing section type conflict.
27551 (get_variable_section): No longer static.
27552 (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
27553 readonly sections that need relocations.
27554 (decl_readonly_section_1): New function.
27555 (decl_readonly_section): Use it.
27556
27557 Revert:
27558 2010-11-17 Dinar Temirbulatov <dtemirbulatov@gmail.com>
27559 Steve Ellcey <sje@cup.hp.com>
27560
27561 PR middle-end/31490
27562 * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
27563 if section attribute used.
27564
27565 2011-02-03 Jakub Jelinek <jakub@redhat.com>
27566
27567 * config/darwin.h (SECTION_NO_ANCHOR): Remove.
27568 * config/darwin.c (SECTION_NO_ANCHOR): Define.
27569 (darwin_init_sections): Remove assertion.
27570
27571 2011-02-03 Nick Clifton <nickc@redhat.com>
27572
27573 * config/rx/predicates.md (rx_zs_comparison_operator): Remove
27574 lt and ge.
27575 * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
27576 * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
27577 instead of "n" and "pz".
27578 (flags_from_code): LT and GE tests need CC_FLAG_O as well as
27579 CC_FLAG_S.
27580
27581 2011-02-03 Jakub Jelinek <jakub@redhat.com>
27582
27583 PR target/47312
27584 * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
27585 fma, expand FMA_EXPR as fma{,f,l} call.
27586
27587 PR lto/47274
27588 * lto-streamer-out.c (write_symbol): When writing kind and visibility,
27589 copy them into a unsigned char variable and pass address of it to
27590 lto_output_data_stream.
27591
27592 PR target/47564
27593 * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
27594 around backend_init_target and lang_dependent_init_target calls.
27595 * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
27596 (verify_cgraph_node): Don't call set_cfun here. Use
27597 cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
27598 Set error_found for incorrectly represented calls to thunks.
27599
27600 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
27601
27602 PR debug/43092
27603 PR rtl-optimization/43494
27604 * rtl.h (for_each_inc_dec_fn): New type.
27605 (for_each_inc_dec): Declare.
27606 * rtlanal.c (struct for_each_inc_dec_ops): New type.
27607 (for_each_inc_dec_find_inc_dec): New fn.
27608 (for_each_inc_dec_find_mem): New fn.
27609 (for_each_inc_dec): New fn.
27610 * dse.c (struct insn_size): Remove.
27611 (replace_inc_dec, replace_inc_dec_mem): Remove.
27612 (emit_inc_dec_insn_before): New fn.
27613 (check_for_inc_dec): Use it, along with for_each_inc_dec.
27614 (canon_address): Pass mem modes to cselib_lookup.
27615 * cselib.h (cselib_lookup): Add memmode argument. Adjust callers.
27616 (cselib_lookup_from_insn): Likewise.
27617 (cselib_subst_to_values): Likewise.
27618 * cselib.c (find_slot_memmode): New var.
27619 (cselib_find_slot): New fn. Use it instead of
27620 htab_find_slot_with_hash everywhere.
27621 (entry_and_rtx_equal_p): Use find_slot_memmode.
27622 (autoinc_split): New fn.
27623 (rtx_equal_for_cselib_p): Rename and implement in terms of...
27624 (rtx_equal_for_cselib_1): ... this. Take memmode, pass it on.
27625 Deal with autoinc. Special-case recursion into MEMs.
27626 (cselib_hash_rtx): Likewise.
27627 (cselib_lookup_mem): Infer pmode from address mode. Distinguish
27628 address and MEM modes.
27629 (cselib_subst_to_values): Add memmode, pass it on.
27630 Deal with autoinc.
27631 (cselib_lookup): Add memmode argument, pass it on.
27632 (cselib_lookup_from_insn): Add memmode.
27633 (cselib_invalidate_rtx): Discard obsolete push_operand handling.
27634 (struct cselib_record_autoinc_data): New.
27635 (cselib_record_autoinc_cb): New fn.
27636 (cselib_record_sets): Use it, along with for_each_inc_dec. Pass MEM
27637 mode to cselib_lookup. Reset autoinced REGs here instead of...
27638 (cselib_process_insn): ... here.
27639 * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
27640 to cselib_lookup.
27641 (add_uses): Likewise, also to cselib_subst_to_values.
27642 (add_stores): Likewise.
27643 * sched-deps.c (add_insn_mem_dependence): Pass mode to
27644 cselib_subst_to_values.
27645 (sched_analyze_1, sched_analyze_2): Likewise. Adjusted.
27646 * gcse.c (do_local_cprop): Adjusted.
27647 * postreload.c (reload_cse_simplify_set): Adjusted.
27648 (reload_cse_simplify_operands): Adjusted.
27649 * sel-sched-dump (debug_mem_addr_value): Pass mode.
27650
27651 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
27652
27653 PR tree-optimization/45122
27654 * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
27655 unsafe assumptions when there's more than one loop exit.
27656
27657 2011-02-02 Michael Meissner <meissner@linux.vnet.ibm.com>
27658
27659 PR target/47272
27660 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
27661 Document using vector double with the load/store builtins, and
27662 that the load/store builtins always use Altivec instructions.
27663
27664 * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
27665 to use altivec memory instructions, even on VSX.
27666 (vector_altivec_store_<mode>): Ditto.
27667
27668 * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
27669 function.
27670
27671 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
27672 V2DF, V2DI support to load/store overloaded builtins.
27673
27674 * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
27675 altivec load/store builtins for V2DF/V2DI types.
27676
27677 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
27678 set avoid indexed addresses on power6 if -maltivec.
27679 (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
27680 vector_altivec_load/vector_altivec_store builtins.
27681 (altivec_expand_st_builtin): Ditto.
27682 (altivec_expand_builtin): Add VSX memory builtins.
27683 (rs6000_init_builtins): Add V2DI types to internal types.
27684 (altivec_init_builtins): Add support for V2DF/V2DI altivec
27685 load/store builtins.
27686 (rs6000_address_for_altivec): Insure memory address is appropriate
27687 for Altivec.
27688
27689 * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
27690 vec_vsx_ld and vec_vsx_st.
27691 (vsx_store_<mode>): Ditto.
27692
27693 * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
27694 variables to hold long long types for VSX vector memory builtins.
27695 (RS6000_BTI_unsigned_long_long): Ditto.
27696 (long_long_integer_type_internal_node): Ditti.
27697 (long_long_unsigned_type_internal_node): Ditti.
27698
27699 * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
27700 (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
27701 (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
27702
27703 * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
27704 short cuts.
27705 (vec_vsx_st): Ditto.
27706
27707 2011-02-02 Joseph Myers <joseph@codesourcery.com>
27708
27709 * config/pa/pa-hpux10.opt: New.
27710 * config/hpux11.opt (pthread): New Driver option.
27711 * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
27712 * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
27713
27714 2011-02-02 Joseph Myers <joseph@codesourcery.com>
27715
27716 * config/ia64/vms.opt: New.
27717 * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
27718
27719 2011-02-01 Michael Meissner <meissner@linux.vnet.ibm.com>
27720
27721 PR target/47580
27722 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
27723 gpc_reg_operand instead of vsx_register_operand to match rs6000.md
27724 generator functions.
27725 (vsx_floatuns<VSi><mode>2): Ditto.
27726 (vsx_fix_trunc<mode><VSi>2): Ditto.
27727 (vsx_fixuns_trunc<mode><VSi>2): Ditto.
27728
27729 2011-02-02 Joseph Myers <joseph@codesourcery.com>
27730
27731 * config/i386/djgpp.opt (posix): New Driver option.
27732
27733 2011-02-02 Gerald Pfeifer <gerald@pfeifer.com>
27734
27735 * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
27736 Move to the unsupported targets list.
27737
27738 2011-02-02 Peter Bergner <bergner@vnet.ibm.com>
27739
27740 PR rtl-optimization/47525
27741 * df-scan.c: Update copyright years.
27742 (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
27743 and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
27744
27745 2011-02-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27746
27747 * config/i386/sysv4.h (TARGET_VERSION): Remove.
27748 (SUBTARGET_RETURN_IN_MEMORY): Remove.
27749 (ASM_OUTPUT_ASCII): Remove.
27750 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
27751
27752 2011-02-02 Jeff Law <law@redhat.com>
27753
27754 PR middle-end/47543
27755 * reload.c (find_reloads_address): Handle reg+d address where both
27756 components are invalid by reloading the entire address.
27757
27758 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
27759 Richard Guenther <rguenther@suse.de>
27760
27761 PR tree-optimization/40979
27762 PR bootstrap/47044
27763 * passes.c (init_optimization_passes): After LIM call copy_prop
27764 and DCE to clean up.
27765 * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
27766
27767 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
27768
27769 PR tree-optimization/47576
27770 PR tree-optimization/47555
27771 * doc/invoke.texi (scev-max-expr-complexity): Documented.
27772 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
27773 (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
27774 * tree-scalar-evolution.c (follow_ssa_edge): Use
27775 PARAM_SCEV_MAX_EXPR_COMPLEXITY.
27776
27777 2011-02-02 Richard Guenther <rguenther@suse.de>
27778
27779 PR tree-optimization/47566
27780 * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
27781
27782 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
27783
27784 PR debug/47106
27785 PR debug/47402
27786 * tree-inline.c (declare_return_variable): Remove unused caller
27787 variable.
27788
27789 PR debug/47106
27790 PR debug/47402
27791 * tree-flow-inline.h (clear_is_used, is_used_p): New.
27792 * cfgexpand.c (account_used_vars_for_block): Use them.
27793 * tree-nrv.c (tree_nrv): Likewise.
27794 * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
27795 (dump_scope_block): Likewise.
27796 (remove_unused_locals): Likewise.
27797
27798 PR debug/47106
27799 PR debug/47402
27800 * tree-inline.c (declare_return_variable): Add result decl to
27801 local decls only once.
27802 * gimple-low.c (record_vars_into): Mark newly-created variables
27803 as referenced.
27804
27805 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
27806
27807 PR debug/47498
27808 PR debug/47501
27809 PR debug/45136
27810 PR debug/45130
27811 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
27812 debug insns.
27813 (no_real_insns_p, schedule_block, set_priorities): Drop special
27814 treatment of boundary debug insns.
27815 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
27816 * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
27817 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
27818 (BOUNDARY_DEBUG_INSN_P): Likewise.
27819 (SCHEDULE_DEBUG_INSN_P): Likewise.
27820 * sched-rgn.c (init_ready_list): Drop special treatment of
27821 boundary debug insns.
27822 * final.c (rest_of_clean_state): Clear notes' BB.
27823
27824 2011-02-01 Joseph Myers <joseph@codesourcery.com>
27825
27826 * config/openbsd.opt (assert=): New Driver option.
27827
27828 2011-02-01 Joseph Myers <joseph@codesourcery.com>
27829
27830 * config/i386/nto.opt: New.
27831 * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
27832
27833 2011-02-01 Joseph Myers <joseph@codesourcery.com>
27834
27835 * config/i386/netware.opt: New.
27836 * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
27837
27838 2011-02-01 Joseph Myers <joseph@codesourcery.com>
27839
27840 * config/interix.opt (posix): New Driver option.
27841
27842 2011-02-01 DJ Delorie <dj@redhat.com>
27843
27844 * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
27845
27846 * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
27847 class for A0/A1.
27848
27849 2011-02-01 Sebastian Pop <sebastian.pop@amd.com>
27850
27851 PR tree-optimization/47561
27852 * toplev.c (process_options): Print the Graphite flags. Add
27853 flag_loop_flatten to the list of options requiring Graphite.
27854
27855 2011-02-01 Joseph Myers <joseph@codesourcery.com>
27856
27857 * config/i386/cygming.opt (posix): New Driver option.
27858
27859 2011-02-01 Joseph Myers <joseph@codesourcery.com>
27860
27861 * config/arm/vxworks.opt: New.
27862 * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
27863
27864 2011-02-01 Joseph Myers <joseph@codesourcery.com>
27865
27866 * config/alpha/elf.opt: New.
27867 * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
27868 alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
27869
27870 2011-02-01 Richard Guenther <rguenther@suse.de>
27871
27872 PR tree-optimization/47559
27873 * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
27874 store-motion on references that can throw.
27875
27876 2011-02-01 Bernd Schmidt <bernds@codesourcery.com>
27877
27878 * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
27879 * tree-pass.h (TDF_CSELIB): New macro.
27880 * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
27881 cselib_lookup): Check for it rather than for TDF_DETAILS.
27882
27883 2011-02-01 H.J. Lu <hongjiu.lu@intel.com>
27884
27885 PR driver/47547
27886 * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
27887 is HOST_BIT_BUCKET.
27888
27889 * opts.c (finish_options): Don't add x_aux_base_name if it is
27890 HOST_BIT_BUCKET.
27891
27892 2011-02-01 Richard Guenther <rguenther@suse.de>
27893
27894 PR tree-optimization/47555
27895 Revert
27896 2010-07-15 Sebastian Pop <sebastian.pop@amd.com>
27897
27898 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
27899
27900 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
27901
27902 PR gcc/46692
27903 * config/lm32/t-lm32: Add multilib for all CPU options.
27904
27905 2011-02-01 Richard Guenther <rguenther@suse.de>
27906
27907 PR tree-optimization/47541
27908 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
27909 sure to have a field at offset zero.
27910
27911 2011-01-31 Joseph Myers <joseph@codesourcery.com>
27912
27913 * config/arc/arc.opt (EB, EL): New Driver options.
27914
27915 2011-01-31 Joseph Myers <joseph@codesourcery.com>
27916
27917 * config/alpha/osf5.opt: New.
27918 * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
27919
27920 2011-01-31 Joseph Myers <joseph@codesourcery.com>
27921
27922 * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
27923
27924 2011-01-31 Sebastian Pop <sebastian.pop@amd.com>
27925
27926 * common.opt (ftree-loop-linear): Use Alias to make it an alias of
27927 -floop-interchange.
27928 * invoke.texi (-ftree-loop-linear): Make it clear that this flag
27929 is an alias of -floop-interchange and that it requires the
27930 Graphite infrastructure.
27931 * tree-ssa-loop.c (gate_graphite_transforms): Do not set
27932 flag_loop_interchange based on the value of flag_tree_loop_linear.
27933
27934 2011-01-31 Jakub Jelinek <jakub@redhat.com>
27935 Richard Guenther <rguenther@suse.de>
27936
27937 PR tree-optimization/47538
27938 * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
27939 type instead of r1type, except for comparisons. For right
27940 shifts and comparisons punt if there are mismatches in
27941 sizetype vs. non-sizetype types.
27942
27943 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27944
27945 * doc/sourcebuild.texi (Effective-Target Keywords): Document
27946 avx_runtime.
27947
27948 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27949
27950 * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
27951 version number.
27952 * configure: Regenerate.
27953
27954 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27955
27956 * configure.ac (gcc_cv_ld_static_option): Define.
27957 (gcc_cv_ld_dynamic_option): Define.
27958 (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
27959 instead.
27960 (HAVE_LD_STATIC_DYNAMIC): Update message.
27961 (LD_STATIC_OPTION): Define.
27962 (LD_DYNAMIC_OPTION): Define.
27963 * configure: Regenerate.
27964 * config.in: Regenerate.
27965 * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
27966 HAVE_LD_STATIC_DYNAMIC]: Use them.
27967
27968 2011-01-31 Nick Clifton <nickc@redhat.com>
27969
27970 * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
27971 registers inside interrupt handlers if the handler is not a leaf
27972 function.
27973
27974 2011-01-31 Nick Clifton <nickc@redhat.com>
27975
27976 * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
27977 reg_renumber returning an INVALID_REGNUM.
27978
27979 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
27980
27981 PR libgcj/44341
27982 * doc/install.texi: Document host options discarded when cross
27983 configuring target libraries.
27984
27985 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
27986
27987 Reverted:
27988 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
27989 PR debug/45136
27990 PR debug/45130
27991 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
27992 debug insns.
27993 (no_real_insns_p, schedule_block, set_priorities): Drop special
27994 treatment of boundary debug insns.
27995 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
27996 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
27997 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
27998 (BOUNDARY_DEBUG_INSN_P): Likewise.
27999 (SCHEDULE_DEBUG_INSN_P): Likewise.
28000 * sched-rgn.c (init_ready_list): Drop special treatment of
28001 boundary debug insns.
28002 * final.c (rest_of_clean-state): Clear notes' BB.
28003
28004 2011-01-31 Alan Modra <amodra@gmail.com>
28005
28006 * config/rs6000/rs6000.c (print_operand): Rearrange addends in
28007 toc relative expressions as we do in print_operand_address.
28008
28009 2011-01-30 Kazu Hirata <kazu@codesourcery.com>
28010
28011 * doc/extend.texi: Follow spelling conventions.
28012 * doc/invoke.texi: Fix a typo.
28013
28014 2011-01-30 Joseph Myers <joseph@codesourcery.com>
28015
28016 * config/hpux11.opt: New.
28017 * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
28018 ia64*-*-hpux*): Use hpux11.opt.
28019
28020 2011-01-30 Jonathan Yong <jon_y@users.sourceforge.net>
28021
28022 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
28023 to tmake_file.
28024
28025 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
28026
28027 * doc/install.texi (hppa-hp-hpux10): Remove references to HP
28028 support sites.
28029
28030 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
28031
28032 * doc/install.texi (Binaries): Remove outdated reference for
28033 Motorola 68HC11/68HC12 downloads.
28034
28035 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
28036
28037 * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
28038 Drepper's paper.
28039
28040 2011-01-29 Jonathan Wakely <jwakely.gcc@gmail.com>
28041
28042 PR bootstrap/47147
28043 * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
28044 used by NetBSD.
28045
28046 2011-01-28 Ahmad Sharif <asharif@google.com>
28047
28048 * value-prof.c (check_counter): Corrected error message.
28049
28050 2011-01-29 Jie Zhang <jie@codesourcery.com>
28051
28052 * config/arm/arm.c (arm_legitimize_reload_address): New.
28053 * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
28054 arm_legitimize_reload_address.
28055 * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
28056
28057 2011-01-28 Ian Lance Taylor <iant@google.com>
28058
28059 * godump.c (go_define): Ignore macros whose definitions include
28060 two adjacent operands.
28061
28062 2011-01-28 Jakub Jelinek <jakub@redhat.com>
28063
28064 PR target/42894
28065 * varasm.c (force_const_mem): Store copy of x in desc->constant
28066 instead of x itself.
28067 * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
28068 itself into REG_EQUAL note.
28069
28070 2011-01-28 Joseph Myers <joseph@codesourcery.com>
28071
28072 * config/freebsd.opt (posix, rdynamic): New Driver options.
28073
28074 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28075
28076 * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
28077 -Bstatic/-Bdynamic.
28078 * configure: Regenerate.
28079
28080 2011-01-27 Joseph Myers <joseph@codesourcery.com>
28081
28082 * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
28083 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
28084
28085 2011-01-27 Anatoly Sokolov <aesok@post.ru>
28086
28087 * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
28088 * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
28089 * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
28090 (s390_preferred_reload_class): Make static. Change return and
28091 'rclass' argument type to reg_class_t.
28092
28093 2011-01-27 Jan Hubicka <jh@suse.cz>
28094
28095 PR middle-end/46949
28096 * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
28097 (process_function_and_variable_attributes): Check defined weakrefs.
28098
28099 2011-01-27 Martin Jambor <mjambor@suse.cz>
28100
28101 PR tree-optimization/47228
28102 * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
28103 build_ref_for_offset.
28104
28105 2011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28106
28107 * config/spu/spu-elf.h (ASM_SPEC): Remove.
28108
28109 2011-01-26 Mikael Pettersson <mikpe@it.uu.se>
28110
28111 PR rtl-optimization/46856
28112 * postreload.c (reload_combine_recognize_const_pattern): Do not
28113 separate cc0 setter and user on cc0 targets.
28114
28115 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>
28116
28117 PR c/43082
28118 * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
28119 passed a VOID_TYPE expression, immediately emit an error and
28120 return error_mark_node.
28121
28122 2011-01-26 Jeff Law <law@redhat.com>
28123
28124 PR rtl-optimization/47464
28125 * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
28126 rather than may_trap_p as needed.
28127
28128 2011-01-26 DJ Delorie <dj@redhat.com>
28129
28130 PR rtl-optimization/46878
28131 * combine.c (insn_a_feeds_b): Check for the implicit cc0
28132 setter/user dependency as well.
28133
28134 2011-01-26 Eric Botcazou <ebotcazou@adacore.com>
28135
28136 PR rtl-optimization/44469
28137 * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
28138 after removing trivially dead basic blocks.
28139
28140 2011-01-26 Joseph Myers <joseph@codesourcery.com>
28141
28142 * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
28143 * config/frv/frv.h (LINK_SPEC): Likewise.
28144 * config/i386/netware.h (LINK_SPEC): Likewise.
28145 * config/m68k/linux.h (ASM_SPEC): Likewise.
28146 * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
28147 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
28148 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
28149 * config/sparc/linux.h (ASM_SPEC): Likewise.
28150 * config/sparc/linux64.h (ASM_SPEC): Likewise.
28151 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
28152
28153 2011-01-26 Joseph Myers <joseph@codesourcery.com>
28154
28155 * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
28156 * config/frv/frv.h (ASM_SPEC): Likewise.
28157 * config/m68k/linux.h (ASM_SPEC): Likewise.
28158 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
28159 * config/rs6000/linux64.h (ASM_SPEC): Likewise.
28160 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
28161 * config/sparc/linux.h (ASM_SPEC): Likewise.
28162 * config/sparc/linux64.h (ASM_SPEC): Likewise.
28163 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
28164
28165 2011-01-26 Joseph Myers <joseph@codesourcery.com>
28166
28167 * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
28168 * config/frv/frv.h (LINK_SPEC): Likewise.
28169 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
28170
28171 2011-01-26 Joseph Myers <joseph@codesourcery.com>
28172
28173 * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
28174 * config/frv/frv.h (ASM_SPEC): Likewise.
28175 * config/i386/sol2-10.h (ASM_SPEC): Likewise.
28176 * config/m68k/linux.h (ASM_SPEC): Likewise.
28177 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
28178 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
28179 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
28180 * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
28181 * config/sparc/linux.h (ASM_SPEC): Likewise.
28182 * config/sparc/linux64.h (ASM_SPEC): Likewise.
28183 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
28184 * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
28185
28186 2011-01-26 Steve Ellcey <sje@cup.hp.com>
28187
28188 PR target/46997
28189 * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
28190 (*mux2): Ditto.
28191 (vec_extract_evenodd_help): Ditto.
28192 (vec_extract_evenv4hi): Ditto.
28193 (vec_extract_oddv4hi): Ditto.
28194 (vec_interleave_lowv2si): Ditto.
28195 (vec_interleave_highv2si): Ditto.
28196 (vec_extract_evenv2si): Ditto.
28197 (vec_extract_oddv2si: Ditto.
28198 (vec_pack_trunc_v2si): Ditto.
28199
28200 2011-01-22 Jan Hubicka <jh@suse.cz>
28201
28202 PR target/47237
28203 * cgraph.h (cgraph_local_info): New field can_change_signature.
28204 * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
28205 signature can change.
28206 (ipcp_estimate_growth): Call sequence simplify only if calle signature
28207 can change.
28208 (ipcp_insert_stage): Only compute args_to_skip if signature can change.
28209 (cgraph_function_versioning): We can not change signature of functions
28210 that don't allow that.
28211 * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
28212 (lto_input_node): Likewise.
28213 * ipa-inline.c (compute_inline_parameters): Compute
28214 local.can_change_signature.
28215 * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
28216 * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
28217 functions that can not change signature.
28218 * i386.c (ix86_function_regparm, ix86_function_sseregparm,
28219 init_cumulative_args): Do not use local calling conventions
28220 for functions that can not change signature.
28221
28222 2011-01-22 Jan Hubicka <jh@suse.cz>
28223
28224 * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
28225
28226 2011-01-26 Richard Guenther <rguenther@suse.de>
28227
28228 PR tree-optimization/47190
28229 * cgraphunit.c (process_common_attributes): New function.
28230 (process_function_and_variable_attributes): Use it.
28231
28232 2011-01-26 Richard Guenther <rguenther@suse.de>
28233
28234 PR lto/47423
28235 * cgraphbuild.c (record_eh_tables): Record reference to personality
28236 function.
28237
28238 2011-01-26 Alexandre Oliva <aoliva@redhat.com>
28239
28240 PR debug/45454
28241 * sel-sched.c (moveup_expr): Don't let debug insns prevent
28242 non-debug insns from moving up.
28243
28244 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
28245
28246 PR target/40125
28247 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
28248 t-dlldir{,-x} fragment for build and add it to tmake_file.
28249 (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
28250 * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
28251 * config/i386/t-dlldir: New file.
28252 (SHLIB_DLLDIR): Define.
28253 * config/i386/t-dlldir-x: New file.
28254 (SHLIB_DLLDIR): Define.
28255 * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
28256 (SHLIB_INSTALL): Use it.
28257
28258 2011-01-26 Chung-Lin Tang <cltang@codesourcery.com>
28259
28260 PR target/47246
28261 * config/arm/arm.c (thumb2_legitimate_index_p): Change the
28262 lower bound of the allowed Thumb-2 coprocessor load/store
28263 index range to -256. Add explaining comment.
28264
28265 2011-01-25 Ian Lance Taylor <iant@google.com>
28266
28267 * godump.c (go_define): Improve lexing of macro expansion to only
28268 accept expressions which match Go spec.
28269
28270 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
28271
28272 PR c++/43601
28273 * tree.c (handle_dll_attribute): Handle it.
28274 * doc/extend.texi (@item dllexport): Mention it.
28275 * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
28276
28277 2011-01-25 Ian Lance Taylor <iant@google.com>
28278
28279 PR tree-optimization/26854
28280 * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
28281 (decl_jump_unsafe): Move higher in file, with no other change.
28282 (bind): Set has_jump_unsafe_decl if appropriate.
28283 (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
28284 (check_earlier_gotos): Likewise.
28285 (c_check_switch_jump_warnings): Likewise.
28286
28287 2011-01-25 Jonathan Wakely <jwakely.gcc@gmail.com>
28288
28289 * doc/invoke.texi (Warning Options): Add missing hyphen.
28290 (-fprofile-dir): Minor grammatical fixes.
28291 (-fbranch-probabilities): Likewise.
28292
28293 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
28294
28295 PR debug/45136
28296 PR debug/45130
28297 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
28298 debug insns.
28299 (no_real_insns_p, schedule_block, set_priorities): Drop special
28300 treatment of boundary debug insns.
28301 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
28302 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
28303 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
28304 (BOUNDARY_DEBUG_INSN_P): Likewise.
28305 (SCHEDULE_DEBUG_INSN_P): Likewise.
28306 * sched-rgn.c (init_ready_list): Drop special treatment of
28307 boundary debug insns.
28308 * final.c (rest_of_clean-state): Clear notes' BB.
28309
28310 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28311
28312 * Makefile.in (LAMBDA_H): Removed.
28313 (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
28314 (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
28315 lambda-trans.o, and tree-loop-linear.o.
28316 (lto-symtab.o): Remove dependence on LAMBDA_H.
28317 (tree-loop-linear.o): Remove rule.
28318 (lambda-mat.o): Same.
28319 (lambda-trans.o): Same.
28320 (lambda-code.o): Same.
28321 (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
28322 (tree-vect-slp.o): Same.
28323 * hwint.h (gcd): Moved here.
28324 (least_common_multiple): Same.
28325 * lambda-code.c: Removed.
28326 * lambda-mat.c: Removed.
28327 * lambda-trans.c: Removed.
28328 * lambda.h: Removed.
28329 * tree-loop-linear.c: Removed.
28330 * lto-symtab.c: Do not include lambda.h.
28331 * omega.c (gcd): Removed.
28332 * passes.c (init_optimization_passes): Remove pass_linear_transform.
28333 * tree-data-ref.c (print_lambda_vector): Moved here.
28334 (lambda_vector_copy): Same.
28335 (lambda_matrix_copy): Same.
28336 (lambda_matrix_id): Same.
28337 (lambda_vector_first_nz): Same.
28338 (lambda_matrix_row_add): Same.
28339 (lambda_matrix_row_exchange): Same.
28340 (lambda_vector_mult_const): Same.
28341 (lambda_vector_negate): Same.
28342 (lambda_matrix_row_negate): Same.
28343 (lambda_vector_equal): Same.
28344 (lambda_matrix_right_hermite): Same.
28345 * tree-data-ref.h: Do not include lambda.h.
28346 (lambda_vector): Moved here.
28347 (lambda_matrix): Same.
28348 (dependence_level): Same.
28349 (lambda_transform_legal_p): Removed declaration.
28350 (lambda_collect_parameters): Same.
28351 (lambda_compute_access_matrices): Same.
28352 (lambda_vector_gcd): Same.
28353 (lambda_vector_new): Same.
28354 (lambda_vector_clear): Same.
28355 (lambda_vector_lexico_pos): Same.
28356 (lambda_vector_zerop): Same.
28357 (lambda_matrix_new): Same.
28358 * tree-flow.h (least_common_multiple): Removed declaration.
28359 * tree-parloops.c (lambda_trans_matrix): Moved here.
28360 (LTM_MATRIX): Same.
28361 (LTM_ROWSIZE): Same.
28362 (LTM_COLSIZE): Same.
28363 (LTM_DENOMINATOR): Same.
28364 (lambda_trans_matrix_new): Same.
28365 (lambda_matrix_vector_mult): Same.
28366 (lambda_transform_legal_p): Same.
28367 * tree-pass.h (pass_linear_transform): Removed declaration.
28368 * tree-ssa-loop.c (tree_linear_transform): Removed.
28369 (gate_tree_linear_transform): Removed.
28370 (pass_linear_transform): Removed.
28371 (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
28372 flag_loop_interchange.
28373
28374 2011-01-25 Jakub Jelinek <jakub@redhat.com>
28375
28376 PR tree-optimization/47265
28377 PR tree-optimization/47443
28378 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
28379 if name still has some uses.
28380
28381 2011-01-25 Martin Jambor <mjambor@suse.cz>
28382
28383 PR tree-optimization/47382
28384 * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
28385 (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
28386
28387 2011-01-25 Joel Sherrill <joel.sherrill@oarcorp.com>
28388
28389 * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
28390 sjlj_except_unwind_info.
28391
28392 2011-01-25 Richard Guenther <rguenther@suse.de>
28393
28394 PR tree-optimization/47426
28395 * tree-ssa-structalias.c (ipa_pta_execute): Make externally
28396 visible functions results escape.
28397
28398 2011-01-25 Jakub Jelinek <jakub@redhat.com>
28399
28400 PR target/45701
28401 * config/arm/arm.c (any_sibcall_uses_r3): New function.
28402 (arm_get_frame_offsets): Use it.
28403
28404 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28405 Jakub Jelinek <jakub@redhat.com>
28406
28407 PR tree-optimization/47271
28408 * tree-if-conv.c (bb_postdominates_preds): New.
28409 (if_convertible_bb_p): Call bb_postdominates_preds.
28410 (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
28411 (predicate_scalar_phi): Call bb_postdominates_preds.
28412
28413 2011-01-25 Nick Clifton <nickc@redhat.com>
28414
28415 * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
28416 * config/rx/rx.c (rx_function_value): Likewise.
28417 (rx_promote_function_mode): Likewise.
28418 (gen_safe_add): Place an outsized immediate value inside an UNSPEC
28419 in order to make it legitimate.
28420 * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
28421 make sure that the first operand is the same as the result register.
28422 (addsi3_unspec): Delete.
28423 (subdi3): Do not accept immediate operands.
28424 (subdi3_internal): Likewise.
28425
28426 2011-01-25 Jeff Law <law@redhat.com>
28427
28428 PR rtl-optimization/37273
28429 * ira-costs.c (scan_one_insn): Detect constants living in memory and
28430 handle them like argument loads from stack slots. Do not double
28431 count memory for memory constants and argument loads from stack slots.
28432
28433 2011-01-25 Jakub Jelinek <jakub@redhat.com>
28434
28435 PR tree-optimization/47427
28436 PR tree-optimization/47428
28437 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
28438 coalesce if the new root var would be TREE_READONLY.
28439
28440 2011-01-25 Richard Guenther <rguenther@suse.de>
28441
28442 PR middle-end/47414
28443 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
28444 correct type for TBAA.
28445
28446 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28447
28448 * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
28449 (close_phi_written_to_memory): Call for_each_index with
28450 dr_indices_valid_in_loop.
28451
28452 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28453
28454 * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
28455 when it is initialized.
28456
28457 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28458
28459 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
28460 call to graphite_find_data_references_in_stmt.
28461 * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
28462 (try_generate_gimple_bb): Call outermost_loop_in_sese_1. Update
28463 call to graphite_find_data_references_in_stmt.
28464 (analyze_drs_in_stmts): Same.
28465 * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
28466 in which the scalar analysis of indices is performed.
28467 (create_data_ref): Same. Update call to dr_analyze_indices.
28468 (find_data_references_in_stmt): Update call to create_data_ref.
28469 (graphite_find_data_references_in_stmt): Same.
28470 * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
28471 declaration.
28472 (create_data_ref): Same.
28473 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
28474 call to create_data_ref.
28475
28476 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28477
28478 * graphite-sese-to-poly.c (build_poly_scop): Move
28479 rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
28480
28481 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28482
28483 * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
28484 VAR_DECL, PARM_DECL, and RESULT_DECL.
28485
28486 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28487
28488 * graphite-dependences.c (reduction_dr_1): Allow several reductions
28489 in a reduction PBB.
28490 * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
28491 that have already been marked as PBB_IS_REDUCTION.
28492
28493 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28494
28495 * graphite-scop-detection.c (same_close_phi_node): New.
28496 (remove_duplicate_close_phi): New.
28497 (make_close_phi_nodes_unique): New.
28498 (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
28499
28500 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28501
28502 * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
28503 * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
28504 of both data references to be the same.
28505
28506 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28507
28508 * graphite-dependences.c (build_lexicographical_constraint): Remove
28509 the gdim parameter.
28510 (build_lexicographical_constraint): Adjust call to
28511 ppl_powerset_is_empty.
28512 (dependence_polyhedron): Same.
28513 (graphite_legal_transform_dr): Same.
28514 (graphite_carried_dependence_level_k): Same.
28515 * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
28516 parameter.
28517 * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
28518
28519 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28520
28521 * graphite-sese-to-poly.c
28522 (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
28523 (close_phi_written_to_memory): New.
28524 (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
28525 and unshare_expr.
28526
28527 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28528
28529 * doc/install.texi: Update the expected version number of PPL to 0.11.
28530 * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
28531 #if PPL_VERSION_MINOR < 11.
28532
28533 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28534
28535 * graphite-dependences.c: Include graphite-cloog-util.h.
28536 (new_poly_ddr): Inlined into dependence_polyhedron.
28537 (free_poly_ddr): Moved close by new_poly_ddr.
28538 (dependence_polyhedron_1): Renamed dependence_polyhedron.
28539 Early return NULL when ppl_powerset_is_empty returns true.
28540 (dependence_polyhedron): Renamed new_poly_ddr. Call only once
28541 poly_drs_may_alias_p. Avoid one call to ppl_powerset_is_empty.
28542 (graphite_legal_transform_dr): Call new_poly_ddr.
28543 (graphite_carried_dependence_level_k): Same.
28544 (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2. Use new_poly_ddr.
28545 (dot_transformed_deps_stmt_1): Removed.
28546 (dot_deps_stmt_1): Call dot_deps_stmt_2.
28547 (dot_original_deps): Renamed dot_deps_2. Call new_poly_ddr.
28548 (dot_deps_1): Call dot_deps_2.
28549 * Makefile.in (graphite-dependences.o): Add missing dependence on
28550 graphite-cloog-util.h.
28551
28552 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28553
28554 * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
28555 (build_lexicographical_constraint): Same.
28556 (dependence_polyhedron_1): Same.
28557 (graphite_legal_transform_dr): Same.
28558 (graphite_carried_dependence_level_k): Same.
28559 * graphite-ppl.c (ppl_powerset_is_empty): New.
28560 * graphite-ppl.h (ppl_powerset_is_empty): Declared.
28561 * tree-data-ref.c (dump_data_reference): Print the basic block index.
28562
28563 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28564
28565 * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
28566 the "a followed by b" relation and document it.
28567
28568 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28569
28570 * graphite-dependences.c (build_lexicographical_constraint): Stop the
28571 iteration when the bag of constraints is empty.
28572
28573 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28574
28575 * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
28576
28577 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28578
28579 * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
28580 nest and two loop depths as parameters.
28581 (lst_try_interchange_loops): Call lst_interchange_profitable_p after
28582 lst_perfect_nestify.
28583
28584 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28585
28586 * graphite-dependences.c (print_pddr): Call
28587 ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
28588
28589 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
28590
28591 * graphite-ppl.c (debug_gmp_value): New.
28592 * graphite-ppl.h (debug_gmp_value): Declared.
28593
28594 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
28595
28596 * doc/install.texi: Document availability of cloog-0.16.
28597
28598 2011-01-25 Vladimir Kargov <kargov@gmail.com>
28599
28600 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
28601 invalid postdominance info.
28602
28603 2011-01-24 Jan Hubicka <jh@suse.cz>
28604
28605 PR c/21659
28606 * doc/extend.texi (weak pragma): Drop claim that it must
28607 appear before definition.
28608 * varasm.c (merge_weak, declare_weak): Only sanity check
28609 that DECL is not output at a time it is declared weak.
28610
28611 2011-01-24 Kenneth Zadeck <zadeck@naturalbridge.com>
28612
28613 * machmode.def: Fixed comments.
28614
28615 2011-01-24 Kai Tietz <kai.tietz@onevision.com>
28616
28617 * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
28618
28619 2011-01-24 Paul Koning <ni1d@arrl.net>
28620
28621 * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
28622 WORDS_BIG_ENDIAN.
28623
28624 2011-01-24 H.J. Lu <hongjiu.lu@intel.com>
28625
28626 PR target/46519
28627 * config/i386/i386.c: Include sbitmap.h and fibheap.h.
28628 (block_info): Add scanned and prev.
28629 (move_or_delete_vzeroupper_2): Return if the basic block
28630 has been scanned and the upper 128bit state is unchanged
28631 from the last scan.
28632 (move_or_delete_vzeroupper_1): Return true if the exit
28633 state is changed.
28634 (move_or_delete_vzeroupper): Visit basic blocks using the
28635 work-list based algorithm based on vt_find_locations in
28636 var-tracking.c.
28637
28638 * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
28639
28640 2011-01-24 Nick Clifton <nickc@redhat.com>
28641
28642 * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
28643 * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
28644 -mv850e1 to the assembler. If -mv850e1 or -mv850es is specified
28645 then define __v850e1__.
28646 * doc/invoke.texi: Document -mv850es.
28647
28648 2011-01-24 Richard Henderson <rth@redhat.com>
28649
28650 * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
28651 compound unordered comparisons.
28652 * config/rx/rx.c (rx_split_fp_compare): Remove.
28653 * config/rx/rx-protos.h: Update.
28654 * config/rx/rx.md (gcc_conds, rx_conds): Remove.
28655 (cbranchsf4): Don't call rx_split_fp_compare.
28656 (*cbranchsf4): Use rx_split_cbranch.
28657 (*cmpsf): Don't accept "i" constraint.
28658 (*conditional_branch): Only valid after reload.
28659 (cstoresf4): Merge expander with insn. Don't call rx_split_fp_compare.
28660
28661 2011-01-24 Michael Meissner <meissner@linux.vnet.ibm.com>
28662
28663 PR target/47385
28664 * config/rs6000/altivec.md (vector constant splitters): Add
28665 support for creating vector single precision constants if -mvsx is
28666 used and we would create the constant using Altivec primitives.
28667
28668 2011-01-23 Bernd Schmidt <bernds@codesourcery.com>
28669 Richard Sandiford <rdsandiford@googlemail.com>
28670
28671 PR rtl-optimization/47166
28672 * reload1.c (emit_reload_insns): Disable the spill_reg_store
28673 mechanism for PRE_MODIFY and POST_MODIFY.
28674 (inc_for_reload): For PRE_MODIFY, return the insn that sets the
28675 reloadreg.
28676
28677 2011-01-23 Andreas Schwab <schwab@linux-m68k.org>
28678
28679 * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
28680
28681 2011-01-22 Jan Hubicka <jh@suse.cz>
28682
28683 PR lto/47333
28684 * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
28685
28686 2011-01-22 Jan Hubicka <jh@suse.cz>
28687
28688 PR tree-optimization/43884
28689 PR lto/44334
28690 * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
28691 * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
28692
28693 2011-01-22 Anatoly Sokolov <aesok@post.ru>
28694
28695 * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
28696 * config/s390/s390.c (s390_register_move_cost,
28697 s390_memory_move_cost): New.
28698 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
28699
28700 2011-01-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28701
28702 PR middle-end/47401
28703 * except.c (sjlj_assign_call_site_values): Move setting the
28704 crtl->uses_eh_lsda flag to ...
28705 (sjlj_mark_call_sites): ... here.
28706 (sjlj_emit_function_enter): Support NULL dispatch label.
28707 (sjlj_build_landing_pads): In a function with no landing pads
28708 that still has must-not-throw regions, generate code to register
28709 a personality function with empty LSDA.
28710
28711 2011-01-21 Richard Henderson <rth@redhat.com>
28712
28713 * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
28714
28715 * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
28716
28717 * compare-elim.c: New file.
28718 * Makefile.in (OBJS-common): Add it.
28719 (compare-elim.o): New.
28720 * common.opt (fcompare-elim): New.
28721 * opts.c (default_options_table): Add OPT_fcompare_elim.
28722 * tree-pass.h (pass_compare_elim_after_reload): New.
28723 * passes.c (init_optimization_passes): Add it.
28724 * recog.h: Protect against re-inclusion.
28725 * target.def (TARGET_FLAGS_REGNUM): New POD hook.
28726 * doc/invoke.texi (-fcompare-elim): Document it.
28727 * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
28728 * doc/tm.texi: Rebuild.
28729
28730 2011-01-22 Nick Clifton <nickc@redhat.com>
28731
28732 * config/rx/rx.md (cstoresf4): Pass comparison operator to
28733 rx_split_fp_compare.
28734
28735 2011-01-22 Nick Clifton <nickc@redhat.com>
28736
28737 * config/rx/rx.md (UNSPEC_CONST): New.
28738 (deallocate_and_return): Wrap the amount popped off the stack in
28739 an UNSPEC_CONST in order to stop it being rejected by
28740 -mmax-constant-size.
28741 (pop_and_return): Add a "(return)" rtx.
28742 (call): Drop the immediate operand.
28743 (call_internal): Likewise.
28744 (call_value): Likewise.
28745 (call_value_internal): Likewise.
28746 (sibcall_internal): Likewise.
28747 (sibcall_value_internal): Likewise.
28748 (sibcall): Likewise. Generate an explicit call using
28749 sibcall_internal.
28750 (sibcall_value): Likewise.
28751 (mov<>): FAIL if a constant operand is not legitimate.
28752 (addsi3_unpsec): New pattern.
28753
28754 * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
28755 (ok_for_max_constant): New function.
28756 (gen_safe_add): New function.
28757 (rx_expand_prologue): Use gen_safe_add.
28758 (rx_expand_epilogue): Likewise.
28759 (rx_is_legitimate_constant): Use ok_for_max_constant. Handle
28760 UNSPEC CONSTs.
28761
28762 2011-01-21 Jeff Law <law@redhat.com>
28763
28764 PR tree-optimization/47053
28765 * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
28766 (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
28767 statements are deleted.
28768 (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP. If NEED_EH_CLEANUP
28769 is nonempty, then purge dead edges and cleanup the CFG.
28770
28771 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
28772
28773 PR debug/47402
28774 Temporarily revert:
28775 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
28776 PR debug/47106
28777 * tree-dfa.c (create_var_ann): Mark variable as used.
28778
28779 2011-01-21 Jakub Jelinek <jakub@redhat.com>
28780
28781 PR middle-end/45566
28782 * except.c (convert_to_eh_region_ranges): Emit queued no-region
28783 notes from other section in hot/cold partitioning even if
28784 last_action is -3. Increment call_site_base.
28785
28786 PR rtl-optimization/47366
28787 * fwprop.c (forward_propagate_into): Return bool. If
28788 any changes are made, -fnon-call-exceptions is used and
28789 REG_EH_REGION note is present, call purge_dead_edges
28790 and return true if it purged anything.
28791 (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
28792 any EH edges were purged.
28793
28794 2011-01-21 Jeff Law <law@redhat.com>
28795
28796 PR rtl-optimization/41619
28797 * caller-save.c (setup_save_areas): Break out code to determine
28798 which hard regs are live across calls by examining the reload chains
28799 so that it is always used.
28800 Eliminate code which checked REG_N_CALLS_CROSSED.
28801
28802 2011-01-21 Jakub Jelinek <jakub@redhat.com>
28803
28804 PR tree-optimization/47355
28805 * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
28806 NOP has non-debug uses beyond PHIs in new_bb.
28807
28808 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
28809
28810 PR debug/47106
28811 * cfgexpand.c (account_used_vars_for_block): Only account vars
28812 that are annotated as used.
28813 (estimated_stack_frame_size): Don't set TREE_USED.
28814 * tree-dfa.c (create_var_ann): Mark variable as used.
28815
28816 2011-01-21 Richard Guenther <rguenther@suse.de>
28817
28818 PR middle-end/47395
28819 * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
28820
28821 2011-01-21 Richard Guenther <rguenther@suse.de>
28822
28823 PR tree-optimization/47365
28824 * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
28825 (vn_reference_lookup_pieces): Adjust.
28826 (vn_reference_lookup): Likewise.
28827 * tree-ssa-sccvn.c (vn_walk_kind): New static global.
28828 (vn_reference_lookup_3): Only look through kills if in
28829 VN_WALKREWRITE mode.
28830 (vn_reference_lookup_pieces): Adjust.
28831 (vn_reference_lookup): Likewise.
28832 (visit_reference_op_load): Likewise.
28833 (visit_reference_op_store): Likewise.
28834 * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
28835 (compute_avail): Likewise.
28836 (eliminate): Likewise.
28837
28838 2011-01-21 Jakub Jelinek <jakub@redhat.com>
28839
28840 * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
28841 DECL_IGNORED_P non-reg vars if they are used.
28842
28843 PR tree-optimization/47391
28844 * varpool.c (const_value_known_p): Return false if
28845 decl is volatile.
28846
28847 2011-01-21 Kai Tietz <kai.tietz@onevision.com>
28848
28849 PR bootstrap/47215
28850 * config/i386/i386.c (ix86_local_alignment): Handle
28851 case for va_list_type_node is nil.
28852 (ix86_canonical_va_list_type): Likewise.
28853
28854 2011-01-21 Alan Modra <amodra@gmail.com>
28855
28856 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
28857 builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
28858
28859 2011-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
28860
28861 * config/arm/arm.md (define_attr type): Rename f_load
28862 and f_store to f_fpa_load and f_fpa_store. Update.
28863 (write_conflict): Deal with rename fallout.
28864 (*push_fp_multi): Likewise.
28865 * config/arm/fpa.md (f_load): Use f_fpa_load.
28866 (f_store): Use f_fpa_store.
28867 (*movsf_fpa): Likewise.
28868 (*movdf_fpa): Likewise.
28869 (*movxf_fpa): Likewise.
28870 (*thumb2_movsf_fpa): Likewise.
28871 (*thumb2_movdf_fpa): Likewise.
28872 (*thumb2_movxf_fpa): Likewise.
28873 * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
28874 f_loadd and f_stored.
28875 (*thumb2_movdi_vfp): Likewise.
28876 (*thumb2_movsf_vfp): Fix attribute to f_loads.
28877 (*thumb2_movsi_vfp): Likewise.
28878 * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
28879 Use f_loads instead of f_load.
28880 * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
28881
28882 2011-01-20 Anatoly Sokolov <aesok@post.ru>
28883
28884 * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
28885 * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
28886 * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
28887 (xtensa_mode_dependent_address_p): New function.
28888 (constantpool_address_p): Make static. Change return type to bool.
28889 Change argument type to const_rtx. Use CONST_INT_P predicate.
28890
28891 2011-01-20 Alexandre Oliva <aoliva@redhat.com>
28892
28893 PR debug/46583
28894 * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
28895
28896 2011-01-20 Jakub Jelinek <jakub@redhat.com>
28897
28898 PR debug/47283
28899 * cfgexpand.c (expand_debug_expr): Instead of generating
28900 (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
28901 etc. handling.
28902
28903 2011-01-20 Richard Guenther <rguenther@suse.de>
28904
28905 PR middle-end/47370
28906 * tree-inline.c (remap_gimple_op_r): Recurse manually for
28907 the pointer operand of MEM_REFs.
28908
28909 2011-01-20 Jakub Jelinek <jakub@redhat.com>
28910
28911 PR tree-optimization/46130
28912 * ipa-split.c (consider_split): If return_bb contains non-virtual
28913 PHIs other than for retval or if split_function would not adjust it,
28914 refuse to split.
28915
28916 2011-01-20 Richard Guenther <rguenther@suse.de>
28917
28918 PR tree-optimization/47167
28919 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
28920 Revert previous change, only avoid enumeral type changes.
28921
28922 2011-01-19 Mike Stump <mikestump@comcast.net>
28923
28924 * doc/tm.texi.in (BRANCH_COST): Englishify.
28925 * doc/tm.texi (BRANCH_COST): Likewise.
28926
28927 2011-01-19 Dodji Seketeli <dodji@redhat.com>
28928
28929 PR c++/47291
28930 * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
28931 (gen_scheduled_generic_parms_dies): New functions.
28932 (gen_struct_or_union_type_die): Schedule template parameters DIEs
28933 generation for the end of CU compilation.
28934 (dwarf2out_finish): Generate template parameters DIEs here.
28935
28936 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
28937
28938 PR debug/46240
28939 * tree-into-ssa.c (maybe_register_def): Do not attempt to add
28940 debug bind stmt on merge edges.
28941
28942 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
28943
28944 PR debug/47079
28945 PR debug/46724
28946 * function.c (instantiate_expr): Instantiate incoming rtl of
28947 implicit arguments, and recurse on VALUE_EXPRs.
28948 (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
28949 * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
28950
28951 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
28952
28953 * c-parser.c (c_parser_for_statement): Initialize
28954 collection_expression.
28955
28956 2011-01-19 Joseph Myers <joseph@codesourcery.com>
28957
28958 * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
28959
28960 2011-01-19 Joseph Myers <joseph@codesourcery.com>
28961
28962 * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
28963 (LINK_SHLIB_SPEC): Don't use %(link_path).
28964 (SUBTARGET_EXTRA_SPECS): Remove link_path.
28965
28966 2011-01-19 Joseph Myers <joseph@codesourcery.com>
28967
28968 * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
28969 (NO_SHARED_LIB_SUPPORT): Remove.
28970 (LINK_SHLIB_SPEC): Remove one conditional definition.
28971
28972 2011-01-19 Joseph Myers <joseph@codesourcery.com>
28973
28974 * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
28975 %{call_shared}.
28976 * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
28977 * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
28978 * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
28979 %{call_shared} and conditionals on these options not being passed.
28980 * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
28981 %{call_shared}.
28982
28983 2011-01-19 Jakub Jelinek <jakub@redhat.com>
28984
28985 * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
28986 simplify.
28987
28988 * ipa-split.c: Spelling fixes.
28989
28990 2011-01-19 Richard Henderson <rth@redhat.com>
28991
28992 * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
28993 (*mulsi3): Likewise.
28994
28995 * longlong.h [__mn10300__] (count_leading_zeros): New.
28996 [__mn10300__] (umul_ppmm, smul_ppmm): New.
28997 [__mn10300__] (add_ssaaaa, subddmmss): New.
28998 [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
28999 [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
29000
29001 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
29002
29003 * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
29004
29005 2011-01-19 Richard Henderson <rth@redhat.com>
29006
29007 * config/mn10300/mn10300.md (addsi3_flags): New.
29008 (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
29009 (subsi3_flags, subc_internal, subdi3): New.
29010 (subdi3_internal, *subdi3_degenerate): New.
29011 * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
29012
29013 * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
29014 (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
29015 (mn10300_expand_epilogue): Use it. Compute REG_SAVE_BYTES once.
29016 * config/mn10300/mn10300-protos.h: Update.
29017 * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
29018 (return_ret): Likewise. Rename from return_internal_regs.
29019 (return_internal): Remove.
29020
29021 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
29022 (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
29023 (mn10300_legitimate_constant_p): Likewise.
29024 (mn10300_can_use_return_insn): Use mn10300_initial_offset.
29025 (mn10300_frame_size): New.
29026 (mn10300_expand_prologue): Use it.
29027 (mn10300_expand_epilogue): Likewise.
29028 (mn10300_initial_offset): Likewise.
29029 * config/mn10300/mn10300-protos.h: Update.
29030 * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
29031 * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
29032 (prologue, epilogue, return_internal): Tidy output code.
29033 (mn10300_store_multiple_operation, return): Likewise.
29034 (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
29035 (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
29036 (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
29037 (load_pic, am33_load_pic): New.
29038 (mn10300_load_pic0, mn10300_load_pic1): New.
29039
29040 * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
29041 * config/mn10300/mn10300.c (CC_FLAG_Z): New.
29042 (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
29043 (cc_flags_for_mode, cc_flags_for_code): New.
29044 (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
29045 overflow flag is not valid. Validate that the flags we need
29046 for the comparison are valid.
29047 (mn10300_output_cmp): Remove.
29048 (mn10300_output_add): New.
29049 (mn10300_select_cc_mode): Use cc_flags_for_code.
29050 (mn10300_split_cbranch): New.
29051 (mn10300_match_ccmode): New.
29052 (mn10300_split_and_operand_count): New.
29053 * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
29054 to the function.
29055 * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
29056 (addsi3): ... here. Use mn10300_output_add.
29057 (*addsi3_flags): New.
29058 (*am33_subsi3, *mn10300_subsi3): Merge...
29059 (subsi3): ... here. Use attribute isa.
29060 (*subsi3_flags): New.
29061 (negsi2): Rewrite from expander to insn_and_split. Use NOT+INC
29062 when possible.
29063 (*am33_andsi3, *mn10300_andsi3): Merge...
29064 (andsi3): ... here.
29065 (*andsi3_flags): New.
29066 (andsi3 splitters): New.
29067 (*am33_iorsi3, *mn10300_iorsi3): Merge...
29068 (iorsi3): ... here.
29069 (*iorsi3_flags): New.
29070 (*am33_xorsi3, *mn10300_xorsi3): Merge...
29071 (xorsi3): ... here.
29072 (*xorsi3_flags): New.
29073 (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
29074 (one_cmplsi2): ... here.
29075 (*one_cmplsi2_flags): New.
29076 (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload. Use "r"
29077 instead of "dax" in constraints. Use mn10300_split_cbranch.
29078 (*cmpsi): Rename from cmpsi. Do not use mn10300_output_cmp. Do not
29079 use matching constraints to eliminate a self-comparison.
29080 (*integer_conditional_branch): Rename from integer_conditional_branch.
29081 Use int_mode_flags to match CC_REG.
29082 (*cbranchsi4_btst, *btstsi): New.
29083 (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload. Use
29084 mn10300_split_cbranch.
29085 (*am33_cmpsf): Rename from am33_cmpsf.
29086 (*float_conditional_branch): Rename from float_conditional_branch.
29087 (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
29088 (zero_extendqisi2): ... here.
29089 (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
29090 (zero_extendhisi2): ... here.
29091 (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
29092 (extendqisi2): ... here.
29093 (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
29094 (extendhisi2): ... here.
29095 (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
29096 (ashlsi3): ... here.
29097 (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
29098 (lshrsi3): ... here.
29099 (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
29100 (ashrsi3): ... here.
29101 (consecutive add peephole): Remove.
29102 * config/mn10300/predicates.md (label_ref_operand): New.
29103 (int_mode_flags): New.
29104 (CCZN_comparison_operator): New.
29105
29106 * config/mn10300/mn10300.md (UNSPEC_EXT): New.
29107 (throughput_42_latency_43): New reservation.
29108 (mulsidi3, umulsidi3): New expanders.
29109 (mulsidi3_internal): Rewrite from old mulsidi3 pattern. Expose
29110 the MDR register to allocation; separately allocate the low and
29111 high parts of the DImode result.
29112 (umulsidi3_internal): Similarly.
29113 (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
29114 (*mulsi3): ... here. Clobber MDR as a scratch as necessary.
29115 (udivsi3, umodsi3): Remove.
29116 (udivmodsi4, divmodsi4): New expanders.
29117 (*udivmodsi4): Rename from udivmodsi4. Expose MDR properly.
29118 (*divmodsi4): Simiarly.
29119 (ext_internal): New.
29120
29121 * config/mn10300/constraints.md ("z"): New constraint.
29122 * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
29123 (FIXED_REGISTERS): Don't fix MDR.
29124 (CALL_USED_REGSITERS): Reformat nicely.
29125 (REG_ALLOC_ORDER): Add MDR.
29126 (enum regclass): Add MDR_REGS.
29127 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
29128 (IRA_COVER_CLASSES): Add MDR_REGS.
29129 (REGNO_REG_CLASS): Handle MDR_REG.
29130 * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
29131 (mn10300_register_move_cost): Likewise.
29132 * config/mn10300/mn10300.md (MDR_REG): New.
29133 (*movsi_internal): Handle moves to/from MDR_REGS.
29134
29135 * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
29136 POST_MODIFY.
29137 (mn10300_secondary_reload): Tidy combination reload classes.
29138 (mn10300_legitimate_address_p): Allow post-modify and reg+reg
29139 addresses for AM33. Allow symbolic offsets for reg+imm.
29140 (mn10300_regno_in_class_p): New.
29141 (mn10300_legitimize_reload_address): New.
29142 * config/mn10300/mn10300.h (enum reg_class): Remove
29143 DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
29144 SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS. Add
29145 SP_OR_GENERAL_REGS.
29146 (REG_CLASS_NAMES): Update to match.
29147 (REG_CLASS_CONTENTS): Likewise.
29148 (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
29149 (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
29150 (REGNO_IN_RANGE_P): Remove.
29151 (REGNO_DATA_P): Use mn10300_regno_in_class_p.
29152 (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
29153 (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
29154 (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
29155 (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
29156 (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
29157 (REGNO_GENERAL_P): New.
29158 (HAVE_POST_MODIFY_DISP): New.
29159 (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
29160 (LEGITIMIZE_RELOAD_ADDRESS): New.
29161 * config/mn10300/mn10300-protos.h: Update.
29162
29163 * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
29164 DATA_REGS for AM33 stack-pointer destination.
29165 (mn10300_preferred_output_reload_class): Likewise.
29166 (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
29167 into a form appropriate for ...
29168 (TARGET_SECONDARY_RELOAD): New.
29169 * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
29170 * config/mn10300/mn10300-protos.h: Update.
29171 * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
29172 reload_insi; use the "A" constraint for the scratch; handle AM33
29173 moves of sp to non-address registers.
29174
29175 * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
29176 (*movqi_internal): ... here.
29177 (*am33_movhi, *mn10300_movhi): Merge into...
29178 (*movhi_internal): ... here.
29179 (*movsi_internal): Use "r" instead of "dax" in constraints. Use "A"
29180 as the source/destination of moves from/to SP.
29181 (movsf): Only allow for AM33-2.
29182 (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
29183 any integer constant constraint. Only allow for AM33-2. Tidy
29184 all of the alternative outputs.
29185 (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
29186 (udivmodsi4): Delete expander and promote *udivmodsi4. Disallow
29187 for MN103.
29188 (udivsi3, umodsi3): New patterns for MN103 only.
29189
29190 2011-01-19 Joern Rennecke <amylaar@spamcop.net>
29191
29192 * doc/tm.texi.in: Spell out that a lack of register class unions
29193 can lead to ICEs.
29194 * doc/tm.texi: Regenerate.
29195
29196 2011-01-19 Jakub Jelinek <jakub@redhat.com>
29197
29198 PR rtl-optimization/47337
29199 * dce.c (check_argument_store): New function.
29200 (find_call_stack_args): Ignore debug insns. Use check_argument_store.
29201
29202 PR tree-optimization/47290
29203 * tree-eh.c (infinite_empty_loop_p): New function.
29204 (cleanup_empty_eh): Use it.
29205
29206 2011-01-18 Steve Ellcey <sje@cup.hp.com>
29207
29208 PR target/46997
29209 * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
29210 (a64_expand_widen_sum): Ditto.
29211 * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
29212 (vec_extract_evenodd_help): Ditto.
29213 (vec_extract_evenv4hi): Ditto.
29214 (vec_extract_oddv4hi): Ditto.
29215 (vec_extract_evenv2si): Ditto.
29216 (vec_extract_oddv2si): Ditto.
29217 (vec_extract_evenv2sf): Ditto.
29218 (vec_extract_oddv2sf): Ditto.
29219 (vec_pack_trunc_v4hi: Ditto.
29220 (vec_pack_trunc_v2si): Ditto.
29221 (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
29222 (vec_interleave_highv8qi): Ditto.
29223 (mix1_r): Ditto.
29224 (vec_extract_oddv8qi): Ditto.
29225 (vec_interleave_lowv4hi): Ditto.
29226 (vec_interleave_highv4hi): Ditto.
29227 (vec_interleave_lowv2si): Ditto.
29228 (vec_interleave_highv2si): Ditto.
29229
29230 2011-01-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
29231
29232 * doc/extend.texi: Mention __float128 support on hppa HP-UX.
29233 * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
29234 * config/pa/pa.c (pa_expand_builtin): New. Include "langhooks.h".
29235 (pa_c_mode_for_suffix): New.
29236 (TARGET_EXPAND_BUILTIN): Define.
29237 (TARGET_C_MODE_FOR_SUFFIX): Define.
29238 (pa_builtins): Define.
29239 (pa_init_builtins): Register __float128 type and init new support
29240 builtins.
29241 * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
29242 * config/pa/quadlib.c (_U_Qfcopysign): New.
29243
29244 2011-01-18 Eric Botcazou <ebotcazou@adacore.com>
29245
29246 PR middle-end/46894
29247 * explow.c (allocate_dynamic_stack_space): Do not assume more than
29248 BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
29249 are defined.
29250
29251 2011-01-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
29252
29253 PR tree-optimization/47179
29254 * config/spu/spu.c (spu_ref_may_alias_errno): New function.
29255 (TARGET_REF_MAY_ALIAS_ERRNO): Define.
29256
29257 2011-01-18 Richard Guenther <rguenther@suse.de>
29258
29259 PR rtl-optimization/47216
29260 * emit-rtl.c: Include tree-flow.h.
29261 (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
29262 of replicating it with different semantics.
29263 * Makefile.in (emit-rtl.o): Adjust.
29264
29265 2011-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
29266
29267 * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
29268 (cortex_a9_dp): Handle neon types correctly.
29269
29270 2011-01-18 Jakub Jelinek <jakub@redhat.com>
29271
29272 PR rtl-optimization/47299
29273 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
29274 subtarget. Use normal multiplication if both operands are constants.
29275 * expmed.c (expand_widening_mult): Don't try to optimize constant
29276 multiplication if op0 has VOIDmode. Convert op1 constant to mode
29277 before using it.
29278
29279 2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29280
29281 * doc/lto.texi (LTO): Ensure two spaces after period. Fix
29282 spacing after 'e.g.', typos, comma, hyphenation.
29283
29284 2011-01-17 Richard Henderson <rth@redhat.com>
29285
29286 * config/rx/predicates.md (rx_constshift_operand): Use match_test.
29287 (rx_restricted_mem_operand): New.
29288 (rx_shift_operand): Use register_operand.
29289 (rx_source_operand, rx_compare_operand): Likewise.
29290 * config/rx/rx.md (addsi3_flags): New expander.
29291 (adddi3): Rewrite as expander.
29292 (adc_internal, *adc_flags, adddi3_internal): New patterns.
29293 (subsi3_flags): New expander.
29294 (subdi3): Rewrite as expander.
29295 (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
29296
29297 * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
29298 (rx_init_builtins): Remove sat builtin.
29299 (rx_expand_builtin): Likewise.
29300 * config/rx/rx.md (ssaddsi3): New.
29301 (*sat): Rename from sat. Represent the CC_REG input.
29302
29303 * config/rx/predicates.md (rshift_operator): New.
29304 * config/rx/rx.c (rx_expand_insv): Remove.
29305 * config/rx/rx-protos.h: Update.
29306 * config/rx/rx.md (*bitset): Rename from bitset. Swap the ashift
29307 operand to the canonical position.
29308 (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
29309 (*bitclr, *bitclr_in_memory): Similarly.
29310 (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
29311 (insv): Retain the zero_extract in the expansion.
29312
29313 * config/rx/rx.md (bswapsi2): Use = not + for output reload.
29314 (bswaphi2, bitinvert, revw): Likewise.
29315
29316 * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
29317 (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
29318 * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
29319 (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
29320 (bitset, bitset_in_memory): Likewise.
29321 (bitinvert, bitinvert_in_memory): Likewise.
29322 (bitclr, bitclr_in_memory): Likewise.
29323 (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
29324 (rx_strend, rx_cmpstrn): Likewise.
29325 (rx_setmem): Likewise. Make the source BLKmode to match the dest.
29326 (bitop peep2 patterns): Remove.
29327
29328 * config/rx/rx.c (rx_match_ccmode): New.
29329 * config/rx/rx-protos.h: Update.
29330 * config/rx/rx.md (abssi2): Clobber, don't set flags.
29331 (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
29332 (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
29333 (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
29334 (fix_truncsfsi2, floatsisf2): Likewise.
29335 (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
29336 (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
29337 (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
29338 (*subsi3_flags, *xorsi3_flags): New.
29339
29340 * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
29341
29342 * config/rx/rx.c (rx_print_operand): Remove workaround for
29343 unsplit comparison operations.
29344
29345 * config/rx/rx.md (movsicc): Split after reload.
29346 (*movsicc): Merge *movsieq and *movsine via match_operator.
29347 (*stcc): New pattern.
29348
29349 * config/rx/rx.c (rx_float_compare_mode): Remove.
29350 * config/rx/rx.h (rx_float_compare_mode): Remove.
29351 * config/rx/rx.md (cstoresi4): Split after reload.
29352 (*sccc): New pattern.
29353
29354 * config/rx/predicates.md (label_ref_operand): New.
29355 (rx_z_comparison_operator): New.
29356 (rx_zs_comparison_operator): New.
29357 (rx_fp_comparison_operator): New.
29358 * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
29359 Validate that the flags are set properly for the comparison.
29360 (rx_gen_cond_branch_template): Remove.
29361 (rx_cc_modes_compatible): Remove.
29362 (mode_from_flags): New.
29363 (flags_from_code): Rename from flags_needed_for_conditional.
29364 (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
29365 (rx_select_cc_mode): Likewise.
29366 (rx_split_fp_compare): New.
29367 (rx_split_cbranch): New.
29368 * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
29369 (*cbranchsi4): Use match_operator and rx_split_cbranch.
29370 (*cbranchsf4): Similarly.
29371 (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>. Use
29372 match_operator and rx_split_cbranch.
29373 (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
29374 tstbranchsi4m_ne. Use match_operator and rx_split_cbranch.
29375 (*cmpsi): Rename from cmpsi.
29376 (*tstsi): Rename from tstsi.
29377 (*cmpsf): Rename from cmpsf; use CC_Fmode.
29378 (*conditional_branch): Rename from conditional_branch.
29379 (*reveresed_conditional_branch): Remove.
29380 (b<code>): Remove expander.
29381 * config/rx/rx-protos.h: Update.
29382
29383 * config/rx/rx.c (rx_compare_redundant): Remove.
29384 * config/rx/rx.md (cmpsi): Don't use it.
29385 * config/rx/rx-protos.h: Update.
29386
29387 * config/rx/rx-modes.def (CC_F): New mode.
29388 * config/rx/rx.c (rx_select_cc_mode): New.
29389 * config/rx/rx.h (SELECT_CC_MODE): Use it.
29390 * config/rx/rx-protos.h: Update.
29391
29392 2011-01-17 Richard Henderson <rth@redhat.com>
29393
29394 * except.c (dump_eh_tree): Fix stray ; after for statement.
29395
29396 2011-01-17 Richard Guenther <rguenther@suse.de>
29397
29398 PR tree-optimization/47313
29399 * tree-inline.c (tree_function_versioning): Move DECL_RESULT
29400 handling before copying the body. Properly deal with
29401 by-reference result in SSA form.
29402
29403 2011-01-17 Ian Lance Taylor <iant@google.com>
29404
29405 PR target/47219
29406 * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
29407 (struct_value_alias_set): Don't define.
29408 (sparc_option_override): Don't set sparc_sr_alias_set and
29409 struct_value_alias_set.
29410 (save_or_restore_regs): Use gen_frame_mem rather than calling
29411 set_mem_alias_set.
29412 (sparc_struct_value_rtx): Likewise.
29413
29414 2011-01-17 H.J. Lu <hongjiu.lu@intel.com>
29415
29416 PR target/47318
29417 * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to __m128i.
29418 (_mm_maskstore_pd): Likewise.
29419 (_mm_maskload_ps): Likewise.
29420 (_mm_maskstore_ps): Likewise.
29421 (_mm256_maskload_pd): Change mask to __m256i.
29422 (_mm256_maskstore_pd): Likewise.
29423 (_mm256_maskload_ps): Likewise.
29424 (_mm256_maskstore_ps): Likewise.
29425
29426 * config/i386/i386-builtin-types.def: Updated.
29427 (ix86_expand_special_args_builtin): Likewise.
29428
29429 * config/i386/i386.c (bdesc_special_args): Update
29430 __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
29431 __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
29432 __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
29433 __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
29434
29435 * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
29436 Use <avxpermvecmode> on mask register.
29437 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
29438
29439 2011-01-17 Olivier Hainque <hainque@adacore.com>
29440 Michael Haubenwallner <michael.haubenwallner@salomon.at>
29441 Eric Botcazou <ebotcazou@adacore.com>
29442
29443 PR target/46655
29444 * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
29445 if <= USHRT_MAX in 32-bit mode.
29446
29447 2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29448
29449 * doc/install.texi (Configuration, Specific): Wrap long
29450 lines in examples. Allow line wrapping in long options
29451 and URLs where beneficial for PDF output.
29452
29453 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
29454
29455 * config/mips/mips.c (mips_classify_symbol): Don't return
29456 SYMBOL_PC_RELATIVE for nonlocal labels.
29457
29458 2011-01-15 Eric Botcazou <ebotcazou@adacore.com>
29459
29460 * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
29461
29462 2011-01-15 Jan Hubicka <jh@suse.cz>
29463
29464 PR tree-optimization/47276
29465 * ipa.c (function_and_variable_visibility): Do not try to mark alias
29466 declarations as needed.
29467
29468 2011-01-15 Martin Jambor <mjambor@suse.cz>
29469
29470 * common.opt (fdevirtualize): New flag.
29471 * doc/invoke.texi (Option Summary): Document it.
29472 * opts.c (default_options_table): Add devirtualize flag.
29473 * ipa-prop.c (detect_type_change): Return immediately if
29474 devirtualize flag is not set.
29475 (detect_type_change_ssa): Likewise.
29476 (compute_known_type_jump_func): Likewise.
29477 (ipa_analyze_virtual_call_uses): Likewise.
29478
29479 2011-01-14 Martin Jambor <mjambor@suse.cz>
29480
29481 PR tree-optimization/45934
29482 PR tree-optimization/46302
29483 * ipa-prop.c (type_change_info): New type.
29484 (stmt_may_be_vtbl_ptr_store): New function.
29485 (check_stmt_for_type_change): Likewise.
29486 (detect_type_change): Likewise.
29487 (detect_type_change_ssa): Likewise.
29488 (compute_complex_assign_jump_func): Check for dynamic type change.
29489 (compute_complex_ancestor_jump_func): Likewise.
29490 (compute_known_type_jump_func): Likewise.
29491 (compute_scalar_jump_functions): Likewise.
29492 (ipa_analyze_virtual_call_uses): Likewise.
29493 (ipa_analyze_node): Push and pop cfun, set current_function_decl.
29494
29495 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29496
29497 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
29498 * config/i386/i386.opt (msse5): New Alias.
29499
29500 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29501
29502 * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
29503 * config/sparc/linux64.h (CC1_SPEC): Likewise.
29504 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
29505 * config/sparc/sparc.h (CC1_SPEC): Likewise.
29506
29507 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29508
29509 * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
29510 -mcpu options.
29511 * config/sparc/linux64.h (CC1_SPEC): Likewise.
29512 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
29513 * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
29514 * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
29515 Likewise.
29516 * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
29517
29518 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29519
29520 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
29521
29522 2011-01-14 Mike Stump <mikestump@comcast.net>
29523
29524 * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
29525 * config/fr30/fr30.md: Likweise
29526 (movsi_push): Likewise.
29527 (movsi_pop): Likewise.
29528 (enter_func): Likewise.
29529 * config/moxie/moxie.md (movsi_push): Likewise.
29530 (movsi_pop): Likewise.
29531
29532 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29533
29534 * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
29535 %{no_archive} %{exact_version}.
29536 * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
29537 * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
29538 %{no_archive} %{exact_version}.
29539 * config/mips/openbsd.h (LINK_SPEC): Likewise.
29540 * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
29541 * config/mips/vxworks.h: Likewise.
29542
29543 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29544
29545 * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
29546
29547 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29548
29549 * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
29550 ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
29551
29552 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29553
29554 * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
29555 -nodefaultlib.
29556
29557 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29558
29559 * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
29560 for mcpu not cpu.
29561 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
29562 CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
29563 not cpu.
29564 (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
29565 Don't handle -shlib.
29566
29567 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29568
29569 * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
29570 (CC1_SPEC): Don't handle -profile.
29571
29572 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29573
29574 * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
29575 * config/mips/mips.h (CC1_SPEC): Likewise.
29576
29577 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29578
29579 * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
29580 * config/mips/mips.h (CC1_SPEC): Likewise.
29581
29582 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29583
29584 * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
29585 * config/m32r/linux.h (LINK_SPEC): Likewise.
29586 * config/mips/linux.h (LINK_SPEC): Likewise.
29587 * config/mips/linux64.h (LINK_SPEC): Likewise.
29588 * config/sparc/linux.h (LINK_SPEC): Likewise.
29589 * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
29590 LINK_SPEC): Likewise.
29591 * config/xtensa/linux.h (LINK_SPEC): Likewise.
29592
29593 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29594
29595 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
29596 %{version:-v}.
29597 * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
29598
29599 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29600
29601 * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
29602 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
29603
29604 2011-01-14 Joseph Myers <joseph@codesourcery.com>
29605
29606 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
29607
29608 2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29609
29610 * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
29611 supports -Bstatic/-Bdynamic.
29612 * configure: Regenerate.
29613
29614 2011-01-14 Jan Hubicka <jh@suse.cz>
29615 Jack Howarth <howarth@bromo.med.uc.edu>
29616
29617 PR target/46037
29618 * config/darwin.c (darwin_override_options): Honor flag_gtoggle
29619 when checking debug_info_level. Test write_symbols instead of
29620 debug_hooks->var_location when setting flag_var_tracking_uninit.
29621
29622 2011-01-14 Richard Guenther <rguenther@suse.de>
29623
29624 PR tree-optimization/47179
29625 * target.def (ref_may_alias_errno): New target hook.
29626 * targhooks.h (default_ref_may_alias_errno): Declare.
29627 * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
29628 (default_ref_may_alias_errno): New function.
29629 * target.h (struct ao_ref_s): Declare.
29630 * tree-ssa-alias.c: Include target.h.
29631 (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
29632 * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
29633 (targhooks.o): Likewise.
29634 * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
29635 * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
29636
29637 2011-01-14 Richard Guenther <rguenther@suse.de>
29638
29639 * tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.
29640
29641 2011-01-14 Richard Guenther <rguenther@suse.de>
29642
29643 PR tree-optimization/47280
29644 * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
29645 return CFG changes.
29646 (tree_ssa_forward_propagate_single_use_vars): Deal with
29647 CFG changes from associate_plusminus.
29648
29649 2011-01-14 Richard Guenther <rguenther@suse.de>
29650
29651 PR middle-end/47281
29652 Revert
29653 2011-01-11 Richard Guenther <rguenther@suse.de>
29654
29655 PR tree-optimization/46076
29656 * tree-ssa.c (useless_type_conversion_p): Conversions from
29657 unprototyped to empty argument list function types are useless.
29658
29659 2011-01-14 Richard Guenther <rguenther@suse.de>
29660
29661 PR tree-optimization/47286
29662 * tree-ssa-structalias.c (new_var_info): Register variables are global.
29663
29664 2011-01-14 Martin Jambor <mjambor@suse.cz>
29665
29666 PR middle-end/46823
29667 * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
29668
29669 2011-01-13 Anatoly Sokolov <aesok@post.ru>
29670
29671 * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
29672 LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
29673 * config/xtensa/xtensa.c (xtensa_libcall_value,
29674 xtensa_function_value_regno_p): New functions.
29675 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
29676
29677 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
29678
29679 PR c++/47213
29680 * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
29681 PE specific hook.
29682 * config/i386/i386-protos.h (i386_pe_assemble_visibility):
29683 New function prototype.
29684 * config/i386/winnt.c (i386_pe_assemble_visibility):
29685 Warn only if attribute was specified by user.
29686
29687 2011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
29688
29689 PR target/47251
29690 * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
29691 floating point.
29692 (floatunsdidf2_fcfidu): Ditto.
29693
29694 2011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29695
29696 * config/s390/s390.c (print_operand_address): Replace 'error' with
29697 'output_operand_lossage'.
29698 (print_operand): Likewise.
29699
29700 2011-01-13 Jeff Law <law@redhat.com>
29701
29702 PR rtl-optimization/39077
29703 * doc/invoke.texi (max-gcse-insertion-ratio): Document.
29704 * params.h (MAX_GCSE_INSERTION_RATIO): Define.
29705 * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
29706 * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
29707 * gcse.c (prune_insertions_deletions): New function.
29708 (compute_pre_data): Use it.
29709
29710 2011-01-13 Dodji Seketeli <dodji@redhat.com>
29711
29712 PR debug/PR46973
29713 * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
29714 static function.
29715 (prune_unused_types_mark): Use it.
29716
29717 2011-01-13 Andrey Belevantsev <abel@ispras.ru>
29718
29719 PR rtl-optimization/45352
29720 * sel-sched.c: Update copyright years.
29721 (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
29722 in the advancing loop when we have issued issue_rate insns.
29723
29724 2011-01-12 Richard Henderson <rth@redhat.com>
29725
29726 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
29727 (TARGET_MD_ASM_CLOBBERS): New.
29728
29729 * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
29730 (TARGET_DELEGITIMIZE_ADDRESS): New.
29731
29732 * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
29733 (clzsi2, *bsch): New patterns.
29734
29735 * config/mn10300/mn10300.md (INT): New mode iterator.
29736 (*mov<INT>_clr): New pattern, and peep2 to generate it.
29737
29738 * config/mn10300/mn10300.c (mn10300_option_override): Force enable
29739 flag_split_wide_types.
29740
29741 * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
29742 (mn10300_trampoline_init): Rewrite without a template, an immediate
29743 load and a direct branch.
29744 * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
29745
29746 2011-01-12 Anatoly Sokolov <aesok@post.ru>
29747
29748 * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
29749 * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
29750 * config/s390/s390.c (s390_output_addr_const_extra): Make static.
29751 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
29752
29753 2011-01-12 Kai Tietz <kai.tietz@onevision.com>
29754
29755 PR debug/47209
29756 * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
29757 of type.
29758
29759 2011-01-12 Jan Hubicka <jh@suse.cz>
29760
29761 PR driver/47244
29762 * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
29763 (PLUGIN_COND_CLOSE): New macro.
29764 (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
29765
29766 2011-01-12 Richard Guenther <rguenther@suse.de>
29767
29768 PR lto/47259
29769 * lto-streamer-out.c (output_gimple_stmt): Do not wrap
29770 register variables in a MEM_REF.
29771
29772 2011-01-12 Joseph Myers <joseph@codesourcery.com>
29773
29774 * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
29775 crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
29776 hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
29777 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
29778 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
29779 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
29780 ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
29781 m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
29782 mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
29783 s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
29784 sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
29785 am33_2.0-*-linux*): Use gnu-user.h before linux.h.
29786 * config/gnu-user.h: New. Copied from linux.h.
29787 (LINUX_TARGET_STARTFILE_SPEC): Rename to
29788 GNU_USER_TARGET_STARTFILE_SPEC.
29789 (LINUX_TARGET_ENDFILE_SPEC): Rename to
29790 GNU_USER_TARGET_ENDFILE_SPEC.
29791 (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
29792 (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
29793 (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
29794 LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
29795 CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
29796 UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
29797 BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
29798 BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
29799 LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
29800 TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
29801 * config/arm/linux-eabi.h (CC1_SPEC): Use
29802 GNU_USER_TARGET_CC1_SPEC.
29803 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
29804 (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
29805 (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
29806 * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
29807 LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
29808 LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
29809 CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
29810 LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
29811
29812 2011-01-12 Richard Guenther <rguenther@suse.de>
29813
29814 PR other/46946
29815 * doc/invoke.texi (ffast-math): Document it is turned on
29816 with -Ofast.
29817
29818 2011-01-12 Jan Hubicka <jh@suse.cz>
29819
29820 PR tree-optimization/47233
29821 * opts.c (common_handle_option): Disable ipa-reference with profile
29822 feedback.
29823
29824 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
29825
29826 * c-parser.c (c_parser_objc_at_property_declaration): Improved
29827 error message.
29828
29829 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
29830
29831 * c-parser.c (c_lex_one_token): Updated and reindented some
29832 comments. No changes in code.
29833
29834 2011-01-11 Ian Lance Taylor <iant@google.com>
29835
29836 * godump.c (go_output_var): Don't output the variable if there is
29837 already a type with the same name.
29838
29839 2011-01-11 Ian Lance Taylor <iant@google.com>
29840
29841 * godump.c (go_format_type): Don't generate float80.
29842
29843 2011-01-11 Richard Henderson <rth@redhat.com>
29844
29845 * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
29846 declaration. Rewrite for both speed and size.
29847 (mn10300_address_cost_1): Remove.
29848 (mn10300_register_move_cost): New.
29849 (mn10300_memory_move_cost): New.
29850 (mn10300_rtx_costs): Rewrite for both speed and size. Don't handle
29851 ZERO_EXTRACT. Do handle UNSPEC, arithmetic, logicals, compare,
29852 extensions, shifts, BSWAP, CLZ.
29853 (mn10300_wide_const_load_uses_clr): Remove.
29854 (TARGET_REGISTER_MOVE_COST): New.
29855 (TARGET_MEMORY_MOVE_COST): New.
29856 * config/mn10300/mn10300-protos.h: Update.
29857 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
29858
29859 * config/mn10300/constraints.md ("R", "T"): Remove constraints.
29860 * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
29861 * config/mn10300/mn10300-protos.h: Update.
29862 * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
29863 (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
29864 (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
29865 (*test_int_bitfield, *test_byte_bitfield): Remove.
29866 (*bit_test, *subreg_bit_test): Remove.
29867 * config/mn10300/predicates.md (const_8bit_operand): Remove.
29868
29869 * config/mn10300/constraints.md ("c"): Rename from "A".
29870 ("A", "D"): New constraint letters.
29871 * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
29872 (fmssf4, fnmasf4, fnmssf4): Likewise.
29873
29874 * config/mn10300/mn10300.md (isa): New attribute.
29875 (enabled): New attribute.
29876
29877 * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
29878 (abssf2, negsf2): Define only for hardware fp.
29879 (sqrtsf2): Reformat.
29880 (addsf3, subsf3, mulsf3): Merge expander and insn.
29881
29882 * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
29883 (DEBUGGER_AUTO_OFFSET): Remove.
29884 (DEBUGGER_ARG_OFFSET): Remove.
29885
29886 * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
29887 Emit register stores with the same offsets as the hardware.
29888 (mn10300_store_multiple_operation): Don't check that the register
29889 save offsets are monotonic.
29890 * config/mn10300/mn10300-protos.h: Update.
29891
29892 * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
29893
29894 * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
29895 in terms of the value on the stack, not the MDR register.
29896
29897 2011-01-11 Jan Hubicka <jh@suse.cz>
29898
29899 PR lto/45721
29900 PR lto/45375
29901 * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
29902 (symbol_alias_set_destroy, symbol_alias_set_contains,
29903 propagate_aliases_backward): Declare.
29904 * lto-streamer-out.c (struct sets): New sturcture.
29905 (trivally_defined_alias): New function.
29906 (output_alias_pair_p): Rewrite.
29907 (output_unreferenced_globals): Fix output of alias pairs.
29908 (produce_symtab): Likewise.
29909 * ipa.c (function_and_variable_visibility): Set weak alias destination
29910 as needed in lto.
29911 * varasm.c (symbol_alias_set_t): Remove.
29912 (symbol_alias_set_destroy): Export.
29913 (propagate_aliases_forward, propagate_aliases_backward): New functions
29914 based on ...
29915 (compute_visible_aliases): ... this one; remove.
29916 (trivially_visible_alias): New
29917 (trivially_defined_alias): New.
29918 (remove_unreachable_alias_pairs): Rewrite.
29919 (finish_aliases_1): Reorganize code checking if alias is defined.
29920 * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
29921 in LTO mode.
29922
29923 2011-01-11 Richard Guenther <rguenther@suse.de>
29924
29925 PR tree-optimization/46076
29926 * tree-ssa.c (useless_type_conversion_p): Conversions from
29927 unprototyped to empty argument list function types are useless.
29928
29929 2011-01-11 Richard Guenther <rguenther@suse.de>
29930
29931 PR middle-end/45235
29932 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
29933 volatile MEMs as MEM_READONLY_P.
29934
29935 2011-01-11 Richard Guenther <rguenther@suse.de>
29936
29937 PR tree-optimization/47239
29938 * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
29939
29940 2011-01-11 Jeff Law <law@redhat.com>
29941
29942 PR tree-optimization/47086
29943 * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
29944 IVs from statements that might throw.
29945
29946 2011-01-10 Jan Hubicka <jh@suse.cz>
29947
29948 PR lto/45375
29949 * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
29950
29951 2011-01-10 Jan Hubicka <jh@suse.cz>
29952
29953 PR lto/45375
29954 * profile.c (read_profile_edge_counts): Ignore profile inconistency
29955 when correcting profile.
29956
29957 2011-01-10 Jan Hubicka <jh@suse.cz>
29958
29959 PR lto/46083
29960 * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
29961 DECL_FINI_PRIORITY.
29962 * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
29963 Restore DECL_FINI_PRIORITY.
29964
29965 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29966
29967 * doc/gimple.texi: Fix quoting of multi-word return values in
29968 @deftypefn statements. Ensure presence of return value. Wrap
29969 overlong @deftypefn lines.
29970 (is_gimple_operand, is_gimple_min_invariant_address): Remove
29971 descriptions of removed functions.
29972 * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
29973 of multi-word return value in @deftypefn statement.
29974
29975 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29976
29977 * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
29978 (Conditional Expressions, Logical Operators)
29979 (Statement and operand traversals): Do not indent smallexample
29980 code. Fix duplicate function argument in example.
29981
29982 2011-01-10 Jeff Law <law@redhat.com>
29983
29984 PR tree-optimization/47141
29985 * ipa-split.c (split_function): Handle case where we are
29986 returning a value and the return block has a virtual operand phi.
29987
29988 2011-01-10 Jan Hubicka <jh@suse.cz>
29989
29990 PR tree-optimization/47234
29991 * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
29992 (pass_feedback_split_functions): Declare.
29993 * passes.c (init_optimization_passes): Add ipa-split as subpass of
29994 tree-profile.
29995 * ipa-split.c (gate_split_functions): Update comments; disable
29996 split-functions for profile_arc_flag and branch_probabilities.
29997 (gate_feedback_split_functions): New function.
29998 (execute_feedback_split_functions): New function.
29999 (pass_feedback_split_functions): New global var.
30000
30001 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
30002
30003 PR lto/46760
30004 * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
30005 calling gimple_call_set_cannot_inline.
30006
30007 2011-01-10 Iain Sandoe <iains@gcc.gnu.org>
30008
30009 * config/darwin-sections.def: Remove unused section.
30010
30011 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
30012
30013 PR c++/47218
30014 * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
30015
30016 2011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
30017
30018 PR objc/47232
30019 * c-parser.c (c_parser_declaration_or_fndef): Improved
30020 error message.
30021
30022 2011-01-09 Kai Tietz <kai.tietz@onevision.com>
30023
30024 * config/i386/winnt.c (i386_pe_start_function): Make sure
30025 to switch back to function's section.
30026
30027 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
30028
30029 PR gcc/46902
30030 PR testsuite/46912
30031 * plugin.c: Move include of dlfcn.h from here...
30032 * system.h: ... to here.
30033
30034 2011-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30035
30036 * doc/cpp.texi (C++ Named Operators): Fix markup for header
30037 file name.
30038 * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
30039 two extra empty pages in PDF output.
30040
30041 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
30042
30043 PR objc/47078
30044 * c-parser.c (c_parser_objc_type_name): If the type is unknown,
30045 for error recovery purposes behave as if it was not specified so
30046 that the default type is usd.
30047
30048 2011-01-07 Jan Hubicka <jh@suse.cz>
30049
30050 PR tree-optmization/46469
30051 * ipa.c (function_and_variable_visibility): Clear needed flags on
30052 nodes with external decls; handle weakrefs merging correctly.
30053
30054 2011-01-07 Joseph Myers <joseph@codesourcery.com>
30055
30056 * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
30057 not false.
30058
30059 2011-01-07 Jan Hubicka <jh@suse.cz>
30060
30061 * doc/invoke.texi (-flto, -fuse-linker-plugin): Update defaults
30062 and no longer claim that gold is required for linker plugin.
30063 * configure: Regenerate.
30064 * gcc.c (PLUGIN_COND): New macro.
30065 (LINK_COMMAND_SPEC): Use it.
30066 (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
30067 * config.in (HAVE_LTO_PLUGIN): New.
30068 * configure.ac (--with-lto-plugin): New parameter; autodetect
30069 HAVE_LTO_PLUGIN.
30070
30071 2011-01-07 Jan Hubicka <jh@suse.cz>
30072
30073 PR tree-optimization/46367
30074 * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
30075 when we can update original.
30076 (cgraph_mark_inline_edge): Sanity check.
30077 * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
30078
30079 2011-01-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
30080
30081 * config/spu/spu.h (ASM_COMMENT_START): Define.
30082
30083 2011-01-07 H.J. Lu <hongjiu.lu@intel.com>
30084
30085 PR driver/42445
30086 * gcc.c (%>S): New.
30087 (SWITCH_KEEP_FOR_GCC): Likewise.
30088 (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
30089 (do_spec_1): Handle "%>".
30090
30091 * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
30092
30093 2011-01-07 Jakub Jelinek <jakub@redhat.com>
30094
30095 PR target/47201
30096 * config/i386/i386.c (ix86_delegitimize_address): If
30097 simplify_gen_subreg fails, return orig_x.
30098
30099 PR bootstrap/47187
30100 * value-prof.c (gimple_stringop_fixed_value): Handle
30101 lhs of the call properly.
30102
30103 2011-01-07 Jan Hubicka <jh@suse.cz>
30104
30105 PR lto/45375
30106 * lto-opt.c (lto_reissue_options): Set flag_shlib.
30107
30108 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
30109
30110 * target.def (function_switched_text_sections): New hook.
30111 * doc/tm.texi: Regenerated.
30112 * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
30113 * final.c (default_function_switched_text_sections): New.
30114 (final_scan_insn): Call function_switched_text_sections when a
30115 mid-function section change occurs.
30116 * output.h (default_function_switched_text_sections): Declare.
30117 * config/darwin-protos.h (darwin_function_switched_text_sections):
30118 Likewise.
30119 * config/darwin.c (darwin_function_switched_text_sections): New.
30120 * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
30121
30122 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
30123
30124 * dwarf2out.c (gen_subprogram_die): Add pubnames with code ranges for
30125 DWARF >= 3. Add pubnames for the primary section and a reduced DIE for
30126 the secondary code fragment when outputting for DWARF == 2.
30127
30128 2011-01-07 Anatoly Sokolov <aesok@post.ru>
30129
30130 * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
30131 * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
30132 Remove.
30133 * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
30134 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
30135
30136 2011-01-06 Eric Botcazou <ebotcazou@adacore.com>
30137
30138 PR debug/46704
30139 * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
30140 when it is not empty.
30141
30142 2011-01-06 Changpeng Fang <changpeng.fang@amd.com>
30143
30144 Bobcat Enablement
30145 * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
30146 (case ${target}): Add btver1.
30147 * config/i386/driver-i386.c (host_detect_local_cpu): Let
30148 -march=native recognize btver1 processors.
30149 * config/i386/i386-c.c (ix86_target_macros_internal): Add
30150 btver1 def_and_undef
30151 * config/i386/i386.c (struct processor_costs btver1_cost): New
30152 btver1 cost table.
30153 (m_BTVER1): New definition.
30154 (m_AMD_MULTIPLE): Includes m_BTVER1.
30155 (initial_ix86_tune_features): Add btver1 tune.
30156 (processor_target_table): Add btver1 entry.
30157 (static const char *const cpu_names): Add btver1 entry.
30158 (software_prefetching_beneficial_p): Add btver1.
30159 (ix86_option_override_internal): Add btver1 instruction sets.
30160 (ix86_issue_rate): Add btver1.
30161 (ix86_adjust_cost): Add btver1.
30162 * config/i386/i386.h (TARGET_BTVER1): New definition.
30163 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
30164 (enum processor_type): Add PROCESSOR_BTVER1.
30165 * config/i386/i386.md (define_attr "cpu"): Add btver1.
30166
30167 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30168
30169 PR target/43309
30170 * config/i386/i386.c (legitimize_tls_address)
30171 <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
30172 * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
30173 (tls_initial_exec_64_sun): New pattern.
30174
30175 2011-01-06 Gerald Pfeifer <gerald@pfeifer.com>
30176
30177 * doc/invoke.texi (Overall Options): Improve wording and markup
30178 of the description of -wrapper.
30179
30180 2011-01-06 Joseph Myers <joseph@codesourcery.com>
30181
30182 * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
30183 rdynamic, threads): New Driver options.
30184
30185 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30186
30187 PR target/38118
30188 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
30189 if coming from .tdata.
30190 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
30191
30192 2011-01-06 Jan Hubicka <jh@suse.cz>
30193
30194 PR lto/47188
30195 * collect2.c (main): Do not enable LTOmode when plugin is active.
30196
30197 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30198
30199 PR other/45915
30200 * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
30201 --version output if supported.
30202 * configure: Regenerate.
30203
30204 2011-01-06 Joseph Myers <joseph@codesourcery.com>
30205
30206 * config/linux-android.opt (tno-android-cc, tno-android-ld): New
30207 Driver options.
30208
30209 2011-01-06 Jakub Jelinek <jakub@redhat.com>
30210
30211 PR c/47150
30212 * c-convert.c (convert): When converting a complex expression
30213 other than COMPLEX_EXPR to a different complex type, ensure
30214 c_save_expr is called instead of save_expr, unless in_late_binary_op.
30215 * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
30216 when converting COMPLEX_TYPE.
30217
30218 2011-01-06 Ira Rosen <irar@il.ibm.com>
30219
30220 PR tree-optimization/47139
30221 * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
30222 only the last reduction value is used outside the loop. Update
30223 documentation.
30224
30225 2011-01-05 Joseph Myers <joseph@codesourcery.com>
30226
30227 * config/rtems.opt: New.
30228 * config.gcc (*-*-rtems*): Use rtems.opt.
30229
30230 2011-01-05 Changpeng Fang <changpeng.fang@amd.com>
30231
30232 * config/i386/i386.c (ix86_option_override_internal): Bulldozer
30233 processors do not support 3DNow instructions.
30234
30235 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
30236
30237 * config/spu/spu.c (spu_option_override): Set parameter
30238 PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
30239
30240 2011-01-05 Jan Hubicka <jh@suse.cz>
30241
30242 * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
30243 at the command line.
30244
30245 2011-01-05 Martin Jambor <mjambor@suse.cz>
30246
30247 PR lto/47162
30248 * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
30249 deltas on streamed outgoing edges.
30250 (output_node_opt_summary): Output info for outgoing edges only when
30251 the node is in new parameter set.
30252 (output_cgraph_opt_summary): New parameter set, passed to the two
30253 aforementioned functions. Update its forward declaration and its
30254 callee too.
30255
30256 2011-01-05 Tom Tromey <tromey@redhat.com>
30257
30258 * c-parser.c (c_parser_omp_atomic): Pass location of assignment
30259 operator to c_finish_omp_atomic.
30260 * c-typeck.c (lvalue_or_else): Add 'loc' argument.
30261 (build_unary_op): Update.
30262 (build_modify_expr): Update.
30263 (build_asm_expr): Update.
30264
30265 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
30266
30267 * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
30268 newly inserted insns.
30269 (pad_bb): Likewise.
30270 (spu_emit_branch_hint): Likewise.
30271 (insert_hbrp_for_ilb_runout): Likewise.
30272 (spu_machine_dependent_reorg): Call df_finish_pass after
30273 schedule_insns returns.
30274
30275 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
30276
30277 * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
30278
30279 2011-01-05 Eric Botcazou <ebotcazou@adacore.com>
30280
30281 PR tree-optimization/47005
30282 * tree-sra.c (struct access): Add 'non_addressable' bit.
30283 (create_access): Set it for a DECL_NONADDRESSABLE_P field.
30284 (decide_one_param_reduction): Return 0 if the parameter is passed by
30285 reference and one of the accesses in the group is non_addressable.
30286
30287 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
30288
30289 PR tree-optimization/47056
30290 * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
30291 (mark_load): Likewise. Handle FUNCTION_DECL specially.
30292 (mark_store): Likewise. Pass STMT to ipa_record_reference.
30293
30294 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
30295
30296 * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
30297 initializer. Skip view conversions from aggregate types.
30298
30299 2011-01-04 Kai Tietz <kai.tietz@onevision.com>
30300
30301 PR bootstrap/47055
30302 * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
30303
30304 2011-01-04 Philipp Thomas <pth@suse.de>
30305
30306 * config/microblaze/microbalse.opt (mxl-float-convert): Fix
30307 obvious typo.
30308
30309 2011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
30310
30311 * function.c (thread_prologue_and_epilogue_insns): Do not crash
30312 on empty epilogue sequences.
30313
30314 2011-01-04 Joseph Myers <joseph@codesourcery.com>
30315
30316 * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
30317 non-static): New Driver options.
30318
30319 2011-01-04 Jie Zhang <jie@codesourcery.com>
30320
30321 PR driver/47137
30322 * gcc.c (default_compilers[]): Set combinable field to 0
30323 for all assembly languages.
30324
30325 2011-01-04 Mingjie Xing <mingjie.xing@gmail.com>
30326
30327 * config/mips/loongson3a.md: New file.
30328 * config/mips/mips.md: Include loongson3a.md.
30329 * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
30330 TUNE_LOONGSON_3A.
30331
30332 2011-01-03 Eric Botcazou <ebotcazou@adacore.com>
30333
30334 PR middle-end/47017
30335 * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
30336 instead of convert_memory_address_addr_space on the base expression.
30337
30338 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
30339
30340 * config/spu/spu.c (spu_option_override): Update error text
30341 for bad -march= / -mtune= values.
30342
30343 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
30344
30345 * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
30346 if branch-hint optimization will be performed.
30347
30348 2011-01-03 Jakub Jelinek <jakub@redhat.com>
30349
30350 PR tree-optimization/47148
30351 * ipa-split.c (split_function): Convert arguments to
30352 DECL_ARG_TYPE if possible.
30353
30354 PR tree-optimization/47155
30355 * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
30356 when computing uns.
30357
30358 PR rtl-optimization/47157
30359 * combine.c (try_combine): If undobuf.other_insn becomes
30360 (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
30361 and set *new_direct_jump_p too.
30362
30363 2011-01-03 Sebastian Pop <sebastian.pop@amd.com>
30364
30365 PR tree-optimization/47021
30366 * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
30367
30368 2011-01-03 Jakub Jelinek <jakub@redhat.com>
30369
30370 * gcc.c (process_command): Update copyright notice dates.
30371 * gcov.c (print_version): Likewise.
30372 * gcov-dump.c (print_version): Likewise.
30373 * mips-tfile.c (main): Likewise.
30374 * mips-tdump.c (main): Likewise.
30375
30376 2011-01-03 Martin Jambor <mjambor@suse.cz>
30377
30378 PR tree-optimization/46801
30379 * tree-sra.c (type_internals_preclude_sra_p): Check whether
30380 aggregate fields start at byte boundary instead of the bit-field flag.
30381
30382 2011-01-03 H.J. Lu <hongjiu.lu@intel.com>
30383
30384 PR driver/47137
30385 * gcc.c (main): Revert revision 168407.
30386
30387 2011-01-03 Martin Jambor <mjambor@suse.cz>
30388
30389 * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
30390
30391 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
30392
30393 * tree-vect-generic.c (expand_vector_operations_1): When using vector/
30394 vector optab to expand vector/scalar shift, update gimple to vector.
30395
30396 2011-01-03 Martin Jambor <mjambor@suse.cz>
30397
30398 * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
30399 a thunk.
30400
30401 2011-01-03 Martin Jambor <mjambor@suse.cz>
30402
30403 PR tree-optimization/46984
30404 * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
30405 HOST_WIDE_INT.
30406 (cgraph_create_indirect_edge): Fixed line length.
30407 (cgraph_indirect_call_info): Declare.
30408 (cgraph_make_edge_direct) Update declaration.
30409 * cgraph.c (cgraph_allocate_init_indirect_info): New function.
30410 (cgraph_create_indirect_edge): Use it.
30411 (cgraph_make_edge_direct): Made delta HOST_WIDE_INT. Updated all
30412 callees.
30413 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
30414 the new thunk_delta representation.
30415 * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
30416 HOST_WIDE_INT.
30417 (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
30418 (ipa_read_indirect_edge_info): Likewise.
30419 * lto-cgraph.c (output_edge_opt_summary): New function.
30420 (output_node_opt_summary): Call it on all outgoing edges.
30421 (input_edge_opt_summary): New function.
30422 (input_node_opt_summary): Call it on all outgoing edges.
30423
30424 2011-01-02 H.J. Lu <hongjiu.lu@intel.com>
30425
30426 PR driver/47137
30427 * gcc.c (main): Don't check have_o when settting combine_inputs.
30428
30429 2011-01-02 Eric Botcazou <ebotcazou@adacore.com>
30430
30431 * regrename.c: Add general comment describing the pass.
30432 (struct du_head): Remove 'length' field.
30433 (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
30434 (regrename_optimize): Do not sort chains. Rework comments, add others.
30435 Force renaming to the preferred class (if any) in the first pass and do
30436 not consider registers that belong to it in the second pass.
30437 (create_new_chain): Do not set 'length' field.
30438 (scan_rtx_reg): Likewise.
30439
30440 2011-01-02 Jakub Jelinek <jakub@redhat.com>
30441
30442 PR tree-optimization/47140
30443 * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
30444 TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
30445 to bit_value_binop.
30446
30447 PR rtl-optimization/47028
30448 * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
30449 parm_birth_insn instead of at the beginning of first bb.
30450
30451 2011-01-02 Mingjie Xing <mingjie.xing@gmail.com>
30452
30453 * doc/generic.texi: Remove duplicated "@subsubsection Statements".
30454 Remove the word "see" before "@pxref".
30455 * doc/rtl.texi: Remove the word "see" before "@pxref".
30456
30457 2011-01-01 Jan Hubicka <jh@suse.cz>
30458
30459 * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
30460 memory.
30461
30462 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
30463
30464 PR target/38662
30465 * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
30466
30467 \f
30468 Copyright (C) 2011 Free Software Foundation, Inc.
30469
30470 Copying and distribution of this file, with or without modification,
30471 are permitted in any medium without royalty provided the copyright
30472 notice and this notice are preserved.