]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/ChangeLog
1a4cab94043dd5533007dc17e704101477a46b1c
[thirdparty/gcc.git] / gcc / ChangeLog
1 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
2
3 PR middle-end/44554
4 * ira.c (ira): Switch off sharing spill slots if setjmp is called.
5
6 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
7
8 PR middle-end/40386
9 * ira.c (pseudo_for_reload_consideration_p): Don't use
10 flag_ira_share_spill_slots.
11
12 2010-09-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13
14 * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
15 point zero operands that fit into a single GPR.
16 (s390_preferred_reload_class): Ensure we only return general-purpose
17 register classes.
18 * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
19 floating-point zero operands into GPRs.
20 ("*mov<mode>_64"): Likewise.
21 ("mov<mode>"): Likewise using lhi.
22
23 2010-09-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24
25 * config/s390/s390.c (s390_symref_operand_p): Return false for
26 literal pool references.
27 (s390_check_qrst_address): Update caller.
28
29 2010-09-09 Uros Bizjak <ubizjak@gmail.com>
30
31 * config/i386/predicates.md (ext_register_operand): Check that
32 SUBREG_REG is really a register before looking for REGNO.
33 (reg_not_xmm0_operand): Handle SUBREGs correctly.
34 (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
35
36 2010-09-09 Jakub Jelinek <jakub@redhat.com>
37
38 * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
39 * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
40 * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
41 * print-rtl.c (print_rtx): Likewise.
42 * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
43 * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
44 for ADDR_EXPR with non-addressable object.
45 * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
46 (struct dw_val_struct): Add v.val_decl_ref.
47 (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
48 Handle DW_OP_GNU_implicit_pointer.
49 (size_of_loc_descr): Likewise. Fix up DW_OP_call_ref size.
50 (get_ref_die_offset_label): New function.
51 (implicit_ptr_descriptor): New function.
52 (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
53 (loc_descriptor): Likewise.
54 (gen_variable_die): Put even definitions into decl_die_table.
55 (resolve_addr_in_expr): Resolve still unresolved
56 DW_OP_GNU_implicit_pointer operands, if it can't be resolved
57 return false.
58 (dwarf2out_finish): Call output_location_lists after outputting
59 .debug_info and .debug_abbrev instead of before.
60
61 2010-09-09 Roland McGrath <roland@redhat.com>
62
63 * dwarf2out.c (DWARF_REF_SIZE): Define.
64 (size_of_loc_descr): Use it for DW_OP_call_ref.
65
66 2010-09-09 Alan Modra <amodra@gmail.com>
67
68 * doc/invoke.text: Reinstate mcmodel=medium.
69 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
70 CMODEL_MEDIUM as default.
71 * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
72 * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
73 (toc_relative_ok, offsettable_ok_by_alignment): New functions.
74 (rs6000_emit_move): Reinstate mcmodel=medium optimization.
75
76 2010-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
77
78 PR target/45250
79 * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
80 hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
81 (builtin_longjmp): Likewise.
82 (allocate_stack): Use hard_frame_pointer_rtx instead of
83 frame_pointer_rtx.
84 * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
85 * config/pa/pa.c (pa_internal_arg_pointer): Declare.
86 (pa_can_eliminate): Likewise.
87 (TARGET_INTERNAL_ARG_POINTER): Define.
88 (TARGET_CAN_ELIMINATE): Define.
89 (hppa_expand_prologue): Use hard frame pointer instead of soft frame
90 pointer.
91 (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
92 (pa_internal_arg_pointer, pa_can_eliminate,
93 pa_initial_elimination_offset): New.
94 * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
95 (HARD_FRAME_POINTER_REGNUM): Set to register three.
96 (INITIAL_FRAME_POINTER_OFFSET): Delete.
97 (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
98 Define.
99 (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
100 REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
101 * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
102 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
103 REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
104 new soft frame pointer.
105 * config/pa/pa64-regs.h: Likewise.
106
107 2010-09-08 Uros Bizjak <ubizjak@gmail.com>
108
109 * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
110 numerical constant.
111 (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
112
113 2010-09-08 Alexandre Oliva <aoliva@redhat.com>
114
115 PR debug/45531
116 * cfglayout.c (fixup_reorder_chain): Skip debug insns.
117
118 2010-09-08 Alexandre Oliva <aoliva@redhat.com>
119
120 PR debug/45419
121 PR debug/45408
122 * tree-pretty-print.c (dump_generic_node): Disregard top-level
123 qualifiers in otherwise equal MEM_REF pointer types.
124 * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
125 * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
126
127 2010-09-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
128
129 PR target/44392
130 * config/arm/arm.md (bswapsi2): Handle condition correctly
131 for armv6 and optimize_size.
132
133 2010-09-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
134
135 PR other/18555
136 * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
137
138 2010-09-08 Uros Bizjak <ubizjak@gmail.com>
139
140 * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
141 symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
142 ix86_expand_strlen, legitimate_pic_address_disp_p,
143 ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
144 ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
145 ix86_check_movabs, ix86_secondary_memory_needed): Change function
146 prototype to bool.
147 * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
148 return_in_memory_ms_64, ix86_check_movabs,
149 symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
150 legitimate_pic_address_disp_p, ix86_binary_operator_ok,
151 ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
152 ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
153 ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
154 ix86_secondary_memory_needed): Change to bool. Return
155 "true" and "false" values.
156 * config/i386/i386.md: Return "true" and "false" values.
157
158 2010-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
159
160 * doc/sourcebuild.texi (Effective-Target Keywords): Document
161 run_expensive_tests.
162
163 2010-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
164
165 * toplev.c (output_stack_usage): Use lbasename instead of basename.
166
167 2010-09-08 Martin Jambor <mjambor@suse.cz>
168
169 PR other/45443
170 * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
171 at -O3.
172
173 2010-09-08 Richard Guenther <rguenther@suse.de>
174
175 * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
176 (visit): Adjust.
177 (iterative_hash_gimple_type): Likewise.
178 (gimple_type_hash): Likewise.
179 (gimple_register_type): Likewise.
180 (print_gimple_types_stats): Likewise.
181 (free_gimple_type_tables): Likewise.
182
183 2010-09-08 Michael Matz <matz@suse.de>
184
185 PR tree-optimization/43430
186 * tree-vect-stmts.c (vectorizable_condition): Support multiple
187 copies for conditional statements if it's not part of a reduction.
188
189 2010-09-08 Michael Matz <matz@suse.de>
190
191 PR tree-optimization/33244
192 * tree-ssa-sink.c (statement_sink_location): Don't sink into
193 empty loop latches.
194
195 2010-09-08 Richard Guenther <rguenther@suse.de>
196
197 PR tree-optimization/45578
198 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
199 Be more careful when transfering alignment information to
200 the new induction variable.
201 (copy_ref_info): Likewise.
202
203 2010-09-08 Richard Guenther <rguenther@suse.de>
204
205 * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
206 * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
207
208 2010-09-08 Arnaud Charlet <charlet@adacore.com>
209
210 * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
211 * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
212
213 2010-09-08 Kenneth Zadeck <zadeck@naturalbridge.com>
214
215 PR doc/45587
216 * doc/md.texi: Fixed modes on several standard pattern names.
217
218 2010-09-08 Mingjie Xing <mingjie.xing@gmail.com>
219
220 * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
221 (ashl<mode>3): ...this.
222 (loongson_psra<V_suffix>): Rename to...
223 (ashr<mode>3): ...this.
224 (loongson_psrl<V_suffix>): Rename to...
225 (lshr<mode>3): ...this.
226 * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
227 (CODE_FOR_loongson_psllw): Define.
228 (CODE_FOR_loongson_psrlh): Define.
229 (CODE_FOR_loongson_psrlw): Define.
230 (CODE_FOR_loongson_psrah): Define.
231 (CODE_FOR_loongson_psraw): Define.
232
233 2010-09-07 Richard Henderson <rth@redhat.com>
234
235 * tree-vect-data-refs.c: Include tm_p.h.
236 * Makefile.in (tree-vect-data-refs.o): Update deps.
237 * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
238 Move delarations outside #ifdef RTX_CODE.
239
240 2010-09-07 Richard Henderson <rth@redhat.com>
241
242 * final.c (rest_of_handle_final): Unconditionally do
243 output_function_exception_table before assemble_end_function.
244
245 2010-09-07 Jan Hubicka <jh@suse.cz>
246
247 * tree-inline.c (tree_inlinable_function_p): Do not test
248 DECL_REPLACEABLE_P.
249 * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
250 update_callee_keys, cgraph_decide_inlining): Test function availability.
251 * cif-code.def (OVERWRITABLE): New code.
252
253 2010-09-07 H.J. Lu <hjl.tools@gmail.com>
254 Jack Howarth <howarth@bromo.med.uc.edu>
255
256 PR target/36502
257 PR target/42313
258 PR target/44651
259 * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
260 profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
261 (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
262 MAX macro.
263
264 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
265
266 * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
267 Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
268
269 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
270
271 * config.gcc: Don't append t-android for Android targets.
272
273 * config/t-android: Removed.
274
275 2010-09-07 Richard Henderson <rth@redhat.com>
276
277 * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
278 * doc/tm.texi.in: Add doc marker.
279 * doc/tm.texi: Rebuild.
280 * except.c (switch_to_exception_section): Always build.
281 (output_one_function_exception_table): Move section switch,
282 personality output, and label output ...
283 (output_function_exception_table): ... here. Use the new
284 personality hook.
285
286 * config/ia64/ia64.c (ia64_asm_emit_except_personality,
287 ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
288 TARGET_ASM_INIT_SECTIONS): New.
289 (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
290 make static.
291 (TARGET_ASM_UNWIND_EMIT): Update to match.
292 * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
293
294 * config/arm/arm.c (arm_asm_emit_except_personality): New.
295 (arm_asm_init_sections): New.
296 (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
297
298 2010-09-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
299
300 * config/arm/arm.md: Remove unused variable.
301
302 2010-09-07 Anatoly Sokolov <aesok@post.ru>
303
304 * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
305 * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
306 (m32r_memory_move_cost): New function.
307
308 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
309
310 * config.gcc: Append t-android for Android targets.
311
312 * config/t-android: New.
313
314 2010-09-07 Richard Henderson <rth@redhat.com>
315
316 * target.def (unwind_emit_before_insn): New hook.
317 * doc/tm.texi.in: Add @hook marker for it.
318 * doc/tm.texi: Rebuild.
319 * final.c (final_scan_insn): Respect unwind_emit_before_insn.
320
321 2010-09-07 Martin Jambor <mjambor@suse.cz>
322
323 PR fortran/43665
324 * ipa-cp.c (ipcp_versionable_function_p): Return false if there
325 are any type attributes.
326
327 2010-09-07 Jan Hubicka <jh@suse.cz>
328
329 * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
330 array_ref_low_bound in string access folding.
331
332 2010-09-07 Uros Bizjak <ubizjak@gmail.com>
333
334 PR target/45206
335 * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
336 eh_return fixup sequence.
337
338 2010-09-07 Jan Hubicka <jh@suse.cz>
339
340 * gimple-fold.c (maybe_fold_reference): Verify that operand is
341 gimple_min_invariant.
342
343 2010-09-07 Richard Guenther <rguenther@suse.de>
344
345 PR middle-end/45569
346 * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
347 nor CONSTRUCTOR can trap.
348 * tree-complex.c (update_complex_assignment): Update EH info.
349
350 2010-09-07 Richard Guenther <rguenther@suse.de>
351
352 PR middle-end/45569
353 * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
354 * passes.c (execute_function_todo): Do not verify anything if
355 we saw errors.
356
357 2010-09-07 Richard Guenther <rguenther@suse.de>
358
359 * tree-pretty-print.c (dump_generic_node): Dump void types as void.
360
361 2010-09-07 Bernd Schmidt <bernds@codesourcery.com>
362
363 PR target/43137
364 * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
365 New define_mode_attrs.
366 * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
367 arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
368 (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
369 (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
370 Remove pool_range attribute.
371 (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
372 arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
373 pool_range and neg_pool_range attributes.
374 * config/arm/thumb2.md (thumb2_zero_extendsidi2,
375 thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
376 thumb2_extendhidi2, thumb2_extendqidi2): Delete.
377
378 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
379
380 * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
381 check glibc.
382
383 2010-09-06 Uros Bizjak <ubizjak@gmail.com>
384
385 PR target/22152
386 * config/i386/mmx.md (*mov<mode>_internal_rex64,
387 *mov<mode>_internal_avx, *mov<mode>_internal,
388 *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
389 *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
390
391 2010-09-06 Mark Mitchell <mark@codesourcery.com>
392
393 * c-typeck.c (do_warn_double_promotion): Remove.
394 * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
395 Objective-C++ too.
396
397 2010-09-06 Anatoly Sokolov <aesok@post.ru>
398
399 * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
400 * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
401 * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
402 argument type to reg_class_t. Change result type to bool.
403 (TARGET_CLASS_LIKELY_SPILLED_P): Define.
404
405 2010-09-06 Nicola Pero <nicola.pero@meta-innovation.com>
406
407 PR libobjc/19850
408 * gthr-posix.h (__gthread_objc_thread_detach): Use
409 _objc_thread_attribs when detaching a thread.
410 * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
411
412 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
413
414 PR target/45524
415 * configure.ac (enable_decimal_float): Set to $default_decimal_float.
416 * configure: Regenerated.
417
418 2010-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
419
420 * combine.c (try_combine): Set subst_low_luid to i0.
421
422 2010-09-06 Richard Guenther <rguenther@suse.de>
423
424 * tree.def (MISALIGNED_INDIRECT_REF): Remove.
425 * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
426 (build_aligned_type): Declare.
427 * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
428 (check_aligned_type): New function.
429 (build_aligned_type): Likewise.
430 * expr.c (expand_assignment): Handle misaligned stores via
431 TARGET_MEM_REF and MEM_REF using movmisalign_optab.
432 (expand_expr_real_1): Likewise.
433 (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
434 * tree-vect-stmts.c (vectorizable_store): Do not build
435 MISALIGNED_INDIRECT_REF but initialize alignment information.
436 (vectorizable_load): Likewise.
437 * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
438 handling.
439 * cfgexpand.c (expand_debug_expr): Likewise.
440 * dwarf2out.c (loc_list_from_tree): Likewise.
441 * fold-const.c (maybe_lvalue_p): Likewise.
442 (operand_equal_p): Likewise.
443 (build_fold_addr_expr_with_type_loc): Likewise.
444 * gimplify.c (gimplify_addr_expr): Likewise.
445 (gimplify_expr): Likewise.
446 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
447 (verify_gimple_assign_single): Likewise.
448 * tree-dump.c (dequeue_and_dump): Likewise.
449 (tree_could_trap_p): Likewise.
450 * tree-predcom.c (ref_at_iteration): Likewise.
451 * tree-pretty-print.c (dump_generic_node): Likewise.
452 (op_code_prio): Likewise.
453 (op_symbol_code): Likewise.
454 * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
455 * tree-ssa-loop-im.c (for_each_index): Likewise.
456 (gen_lsm_tmp_name): Likewise.
457 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
458 (find_interesting_uses_address): Likewise.
459 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
460 * tree-ssa-operands.c (get_expr_operands): Likewise.
461 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
462 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
463 (ao_ref_init_from_vn_reference): Likewise.
464 * tree.c (staticp): Likewise.
465 (build1_stat): Likewise.
466 (reference_alias_ptr_type): Likewise.
467 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
468 * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
469 MISALIGNED_INDIRECT_REF handling.
470
471 2010-09-06 Richard Guenther <rguenther@suse.de>
472
473 PR tree-optimization/45534
474 * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
475 (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
476 on the target.
477 (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
478 valid on the target.
479
480 2010-09-06 Andreas Schwab <schwab@redhat.com>
481
482 * configure.ac: Quote argument of AC_MSG_WARN.
483 * configure: Regenerate.
484
485 2010-09-06 Alexander Monakov <amonakov@ispras.ru>
486
487 * sel-sched.c (move_cond_jump): Correct arguments to
488 maybe_tidy_empty_bb.
489 * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
490
491 2010-09-06 Andrey Belevantsev <abel@ispras.ru>
492
493 PR rtl-optimization/44919
494 * sel-sched.c (move_cond_jump): Remove assert, check that
495 the several blocks case can only happen with mutually exclusive
496 insns instead. Rewrite the movement code to support moving through
497 several basic blocks.
498
499 2010-09-06 Uros Bizjak <ubizjak@gmail.com>
500
501 * config/i386/i386.md (iptrsize): New mode attribute.
502 (tp_seg): Ditto.
503 (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
504 mode iterator.
505 (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
506 (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
507 (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
508 (stack_tls_protect_set_<mode>): Ditto from
509 stack_tls_protect_set_{si,di}. Use %@ to output segment register
510 of thread base pointer load.
511 (stack_tls_protect_test_<mode>): Ditto from
512 stack_tls_protect_test_{si,di}. Use %@ to output segment register
513 of thread base pointer load.
514 (stack_protect_set): Rewrite using indirect functions.
515 (stack_protect_test): Ditto.
516 * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
517 (ix86_print_operand): Handle '@'.
518
519 2010-09-05 Giuseppe Scrivano <gscrivano@gnu.org>
520
521 * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
522 MINUS_EXPR.
523
524 2010-09-05 Mark Mitchell <mark@codesourcery.com>
525
526 * doc/invoke.texi: Document -Wdouble-promotion.
527 * c-typeck.c (convert_arguments): Check for implicit conversions
528 from float to double.
529 (do_warn_double_promotion): New function.
530 (build_conditional_expr): Use it.
531 (build_binary_op): Likewise.
532
533 2010-09-05 Richard Guenther <rguenther@suse.de>
534
535 PR tree-optimization/45535
536 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
537 handle TMR_INDEX2. Make sure TMR_INDEX is not NULL before
538 dereferencing it.
539 (indirect_refs_may_alias_p): Likewise.
540
541 2010-09-05 Naveen H.S <naveen.S@kpitcummins.com>
542
543 * config/sh/sh.c (sh_option_override): Make static.
544 Adjust comments. Declare.
545 (sh_function_value_regno_p): Likewise.
546 (sh_register_move_cost): Modify the arguments, make static.
547 Adjust comments. Declare.
548 (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
549 TARGET_FUNCTION_VALUE_REGNO_P): Define.
550 * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
551 REGISTER_MOVE_COST): Delete.
552 * config/sh/sh-protos.h (sh_override_options): Delete.
553 (sh_register_move_cost): Delete.
554 (sh_function_value_regno_p): Delete.
555
556 2010-09-04 Anatoly Sokolov <aesok@post.ru>
557
558 * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
559 m32r_function_value_regno_p): New functions.
560 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
561 TARGET_FUNCTION_VALUE_REGNO_P): Declare.
562 * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
563 FUNCTION_VALUE_REGNO_P): Remove.
564
565 2010-09-04 Jan Hubicka <jh@suse.cz>
566
567 * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
568 * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
569 fold_read_from_constant_string.
570
571 * gimple.h (canonicalize_constructor_val): Declare.
572 * gimple-fold.c (canonicalize_constructor_val): New function.
573 (get_symbol_constant_value):Use it.
574 * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
575
576 2010-09-04 Jan Hubicka <jh@suse.cz>
577
578 * tree-switch-conversion.c (build_one_array): Set constructor to be
579 static.
580 * varpool.c (varpool_finalize_decl): Compute const_value_known.
581
582 2010-09-04 Richard Guenther <rguenther@suse.de>
583
584 PR bootstrap/45519
585 * tree-flow.h (force_gimple_operand_1): Declare.
586 (force_gimple_operand_gsi_1): Likewise.
587 * gimplify.c (force_gimple_operand_1): New worker taking a
588 gimple predicate for ...
589 (force_gimple_operand): ... which now wraps it.
590 (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
591 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
592 last change.
593 * tree-ssa-address.c (gimplify_mem_ref_parts): Use
594 force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
595 (create_mem_ref): Likewise.
596
597 2010-09-04 Uros Bizjak <ubizjak@gmail.com>
598
599 * config/i386/predicates.md (sse_reg_operand): New predicate.
600 * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
601 predicate for operand 1.
602 (XFmode push splitter): Use fp_register_operand predicate
603 for operand 1.
604 (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
605 (SF-DF float_extend push splitter): Add reload_completed insn
606 predicate.
607 ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
608 MODEF mode macro. Add reload_completed insn predicate.
609
610 2010-09-04 Paolo Bonzini <bonzini@gnu.org>
611
612 * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
613 (struct df_extract_ref): Remove.
614 (union df_ref_d): Remove extract_ref member.
615 (df_ref_create): Remove last three arguments.
616 (DF_REF_LOC): Remove DF_REF_EXTRACT case.
617 * df-scan.c (df_ref_record): Remove last three arguments, do not
618 pass them to df_ref_create_structure.
619 (df_uses_record): Remove first and last three arguments. Replace
620 first argument with DF_REF_REGULAR, adjust calls to remove the
621 width, offset and mode. Always call recursively on the second
622 and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
623 (df_ref_create_structure): Remove first argument.
624 (struct df_scan_problem_data): Remove ref_extract_pool.
625 (df_scan_free_internal): Do not free it.
626 (df_scan_alloc): Do not allocate it.
627 (df_ref_create): Remove last three arguments, do not pass them to
628 df_ref_create_structure.
629 (df_free_ref): Remove DF_REF_EXTRACT case.
630 (df_notes_rescan): Adjust call to df_uses_record.
631 (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
632 Remove DF_REF_EXTRACT case.
633 (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
634 Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
635 and SUBREG definitions.
636 (df_get_conditional_uses): Remove references to width/offset/mode,
637 adjust call to df_ref_create_structure.
638 (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
639 df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
640 calls to df_uses_record and df_ref_record.
641 * fwprop.c (update_df): Remove references to width/offset/mode,
642 adjust call to df_ref_create.
643
644 2010-09-03 Jan Hubicka <jh@suse.cz>
645
646 * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
647 (build_cdtor_fns): Update use of build_cdtor.
648
649 2010-09-03 Joseph Myers <joseph@codesourcery.com>
650
651 * doc/options.texi (SeparateAlias): Document.
652 * opt-functions.awk (switch_flags): Handle SeparateAlias.
653 * opth-gen.awk: Generate enumeration names for options marked
654 SeparateAlias, but not for those marked Ignore.
655 * opts-common.c (generate_canonical_option): Don't output separate
656 argument for options marked CL_SEPARATE_ALIAS.
657 (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
658 * opts.h (CL_SEPARATE_ALIAS): New.
659 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
660 CL_COMMON): Adjust definitions.
661 * config/i386/darwin.opt, config/mips/sde.opt: New.
662 * common.opt (fdump-final-insns): New.
663 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
664 i386/darwin.opt.
665 (mips*-sde-elf*): Add mips/sde.opt.
666 * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
667 -mno-data-in-code and -mcode-xonly here.
668 * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
669 * gcc.c (option_map): Add "j" to --dump entry.
670 (translate_options): Don't translate -d to -foutput-class-dir= here.
671
672 2010-09-03 Sebastian Pop <sebastian.pop@amd.com>
673
674 * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
675 DR_IS_WRITE.
676 (compute_all_dependences): Same.
677 (create_rdg_edge_for_ddr): Same.
678 * tree-data-ref.h (DR_IS_WRITE): New.
679 (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
680 * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
681 (write_memrefs_written_at_least_once): Same.
682 * tree-predcom.c (suitable_component_p): Same.
683 (determine_roots_comp): Same.
684 (execute_load_motion): Same.
685 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
686 (vect_enhance_data_refs_alignment): Same.
687 (vect_analyze_group_access): Same.
688
689 2010-09-03 Joern Rennecke <joern.rennecke@embecosm.com>
690
691 PR testsuite/42843
692 * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
693 (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
694
695 2010-09-03 Marcin Baczynski <marbacz@gmail.com>
696
697 * dwarf2out.c (file scope): Remove #if0'd code.
698 (gen_subprogram_die): Same.
699
700 2010-09-03 Jakub Jelinek <jakub@redhat.com>
701
702 PR middle-end/45484
703 * dwarf2out.c (flush_queued_reg_saves): Rename to...
704 (dwarf2out_flush_queued_reg_saves): ... this. No longer static.
705 (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
706 * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
707 * config/i386/i386.c (output_set_got): Call it.
708
709 2010-09-03 Michael Matz <matz@suse.de>
710
711 PR middle-end/45415
712 * tree-sra.c (sra_modify_assign): If we modify the statement,
713 say so.
714
715 * tree-ssa.c (verify_ssa): Check number of operands and links
716 per statement to agree.
717
718 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
719 Iain Sandoe <iains@gcc.gnu.org>
720
721 PR target/45476
722 * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
723 * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
724 LIBGCC2_TF_CEXT, TF_SIZE): New defines.
725
726 2010-09-03 Richard Guenther <rguenther@suse.de>
727
728 * lto-streamer-out.c (output_function): Output function
729 start and end loci.
730 * lto-streamer-in.c (input_function): Input function start
731 and end loci.
732
733 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
734
735 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
736 * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
737 * configure: Regenerate.
738 * aclocal.m4: Regenerate.
739
740 2010-09-03 Jan Hubicka <jh@suse.cz>
741
742 PR lto/44812
743 * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
744 on functions/variables in other partition.
745
746 2010-09-03 Jan Hubicka <jh@suse.cz>
747
748 * cgraph.h (struct varpool_node): Add const_value_known.
749 (varpool_decide_const_value_known): Declare.
750 * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
751 * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
752 (input_varpool_node): Restore const_value_known.
753 * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
754 initializer folding.
755 * ipa.c (ipa_discover_readonly_nonaddressable_var,
756 function_and_variable_visibility): Compute const_value_known.
757 * gimple-fold.c (get_symbol_constant_value): Use varpool for
758 initializer folding.
759 * varpool.c (varpool_decide_const_value_known): New function.
760
761 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
762
763 * config/i386/i386.md: Remove empty preparation statements
764 from splitters.
765
766 2010-09-03 Jan Hubicka <jh@suse.cz>
767
768 * passes.c (rest_of_decl_compilation): Do not add local vars into
769 varpool.
770 * varpool.c (varpool_get_node, varpool_node): Sanity check that only
771 static or extern vars are in varpool.
772 (varpool_finalize_decl): Sanity check that only static vars are
773 finalized.
774
775 2010-09-03 Jakub Jelinek <jakub@redhat.com>
776
777 PR debug/45500
778 * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
779 not just generic vectors with BLKmode.
780
781 2010-09-03 Richard Guenther <rguenther@suse.de>
782
783 * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
784 Move TMR_OFFSET to second operand. Add TMR_INDEX2.
785 * tree.h (TMR_SYMBOL): Remove.
786 (TMR_BASE, TMR_OFFSET): Adjust.
787 (TMR_INDEX2): New.
788 * alias.c (ao_ref_from_mem): Use TMR_BASE.
789 * builtins.c (get_object_alignment): Merge TMR_BASE and
790 TMR_SYMBOL handling.
791 * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
792 * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
793 handling. Also allow TARGET_MEM_REF as base address.
794 (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
795 * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
796 base. Gimplify TMR_INDEX2.
797 * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
798 * tree-dfa.c (get_ref_base_and_extent): Likewise.
799 (get_addr_base_and_unit_offset): Likewise.
800 * tree-eh.c (tree_could_trap_p): Likewise.
801 * tree-pretty-print.c (dump_generic_node): Likewise.
802 * tree-ssa-address.c (tree_mem_ref_addr): Simplify. Handle TMR_INDEX2.
803 (create_mem_ref_raw): Merge symbol and base. Move 2ndary
804 base to index2.
805 (get_address_description): Reconstruct addres description
806 from merged TMR_BASE and TMR_INDEX2.
807 (maybe_fold_tmr): Fold propagated addresses.
808 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
809 MEM_REF and TARGET_MEM_REF paths.
810 (indirect_refs_may_alias_p): Likewise.
811 * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
812 instead of TMR_SYMBOL.
813 * tree-ssa-operands.c (get_tmr_operands): Simplify.
814 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
815 according to changes ...
816 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
817 Split TARGET_MEM_REF into two fields plus the base.
818 * tree.c (mem_ref_offset): Simplify.
819 * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
820 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
821 Strip NOPs when folding MEM_REF addresses.
822 * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
823 * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
824 (fold_gimple_assign): ... not here.
825
826 2010-09-03 Mingjie Xing <mingjie.xing@gmail.com>
827
828 * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
829 * config/mips/mips.c (mips_shift_truncation_mask): New function.
830 (TARGET_SHIFT_TRUNCATION_MASK): Define.
831
832 2010-09-02 Richard Henderson <rth@redhat.com>
833
834 * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
835 instead of readelf in the test.
836 (gcc_cv_as_cfi_sections_directive): Check for correct relocation
837 in the .debug_frame section for coff targets.
838 * configure: Rebuild.
839
840 2010-09-02 Anatoly Sokolov <aesok@post.ru>
841
842 * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
843 * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
844 * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
845 (m32c_class_likely_spilled_p): Make static. Change argument type to
846 reg_class_t. Change result type to bool.
847
848 2010-09-02 Michael Meissner <meissner@linux.vnet.ibm.com>
849
850 * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
851 to convert (double)(long) into a single FRIZ instruction or not
852 when -ffast-math is used.
853
854 * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
855 (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
856 or FRIZ instruction if -ffast-math.
857 * config/rs6000/rs6000.md (friz): Ditto.
858
859 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
860
861 2010-09-02 Joseph Myers <joseph@codesourcery.com>
862
863 * opth-gen.awk (quote, comma): Remove unused variables.
864
865 2010-09-02 Ryan Mansfield <rmansfield@qnx.com>
866
867 * arm.c (arm_override_options): Correct fall-back code to use
868 SUBTARGET_CPU_DEFAULT.
869
870 2010-09-02 Julian Brown <julian@codesourcery.com>
871
872 * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
873 unspecs.
874 (vcond<mode>, vcondu<mode>): New expanders.
875 (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
876 comparisons with zero.
877 (neon_vcle<mode>, neon_vclt<mode>): New patterns.
878 * config/arm/constraints.md (Dz): New constraint.
879
880 2010-09-02 Anatoly Sokolov <aesok@post.ru>
881
882 * target.def (class_likely_spilled_p): New hook.
883 * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
884 * doc/tm.texi: Regenerate.
885 * targhooks.c (default_class_likely_spilled_p): New function.
886 * targhooks.h (default_class_likely_spilled_p): Declare.
887 * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
888 * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
889 TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
890 Use fixed_reg_set instead of fixed_regs.
891 * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
892 * calls.c (avoid_likely_spilled_reg): Ditto.
893 * ira-conflicts.c (ira_build_conflicts): Ditto.
894 * ira.c (update_equiv_regs): Ditto.
895 * mode-switching.c (create_pre_exit): Ditto.
896 * regmove.c (find_matches): Ditto.
897 (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
898 * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
899 (small_register_class_p): New inline function.
900 (push_secondary_reload, find_reusable_reload, find_reloads): Use
901 small_register_class_p instead of SMALL_REGISTER_CLASS_P.
902
903 * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
904 * config/i386/i386.c (ix86_class_likely_spilled_p): New.
905 (TARGET_CLASS_LIKELY_SPILLED_P): Define.
906
907 2010-09-02 Richard Guenther <rguenther@suse.de>
908
909 PR tree-optimization/44937
910 PR tree-optimization/45412
911 * ipa-split.c (split_function): Properly remove PHI nodes.
912
913 2010-09-02 Joseph Myers <joseph@codesourcery.com>
914
915 * opts.h (struct cl_option): Add warn_message field.
916 (struct cl_decoded_option): Add warn_message field.
917 * doc/options.texi (Ignore, Warn): Document.
918 * opt-functions.awk (needs_state_p): Don't consider aliases or
919 ignored options to need state saved.
920 * optc-gen.awk: Handle Warn and Ignore.
921 * opth-gen.awk: Output OPT_SPECIAL_ignore.
922 * opts-common.c (decode_cmdline_option): Set warn_message field.
923 Handle ignored options.
924 (decode_cmdline_options_to_array, generate_option,
925 generate_option_input_file): Set warn_message field.
926 (read_cmdline_option): Generate warnings from warn_message field.
927 Handle ignored options.
928 * common.opt (Wunreachable-code, fargument-alias,
929 fargument-noalias, fargument-noalias-global,
930 fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
931 floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
932 fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
933 ftree-salias): Mark Ignore.
934 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
935 -mintel-syntax and -mno-intel-syntax here.
936 * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
937 using Warn.
938 * opts.c (common_handle_option): Don't handle options marked as
939 ignored.
940 (enable_warning_as_error): Handle ignored options.
941
942 2010-09-02 Joseph Myers <joseph@codesourcery.com>
943
944 PR driver/44076
945 * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
946 alias_target fields.
947 * opt-functions.awk (opt_sanitized_name): Don't handle
948 finline-limit=, Wlarger-than= and ftemplate-depth= specially.
949 * optc-gen.awk: Generate alias fields.
950 * opth-gen.awk: Explicitly give values for OPT_* enum constants.
951 Don't generate such constants for aliases.
952 * opts-common.c (generate_canonical_option): New.
953 (decode_cmdline_option): Handle aliases. Use
954 generate_canonical_option for known options instead of copying the
955 input option text.
956 * doc/options.texi (Alias): Document.
957 * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
958 fstack-check, specs): Mark as aliases.
959 * gcc.c (driver_handle_option): Canonicalize -L options to joined
960 arguments.
961 (driver_handle_option): Don't handle OPT_specs.
962 * opts.c (common_handle_option): Don't handle options marked as
963 aliases.
964 (enable_warning_as_error): Handle aliases.
965 * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
966 OPT_Wlarger_than_eq.
967 * tree-optimize.c (tree_rest_of_compilation): Use
968 OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
969
970 2010-09-02 Uros Bizjak <ubizjak@gmail.com>
971
972 * config/i386/i386.md (nonmemory_operand): New mode attribute.
973 (push memory peephole2): Macroize peepholes using SWI mode iterator.
974 (move immediate to memory peephole2): Macroize peepholes using
975 SWI124 mode iterator.
976 (non-pairable NOT peephole2): Macroize peepholes using SWI124
977 mode iterator.
978 (simple lea add peephole2): Macroize peepholes using SWI48
979 mode iterator.
980 (simple lea mult peephole2): Ditto.
981 (imul by 3,5,9 to lea peephole2): Ditto.
982 (mov $-1, reg peephole2): Macroize peepholes using SWI248
983 mode iterator.
984 (imul $32bit_imm,mem,reg peephole2): Ditto.
985 (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
986
987 2010-09-02 Ian Bolton <ian.bolton@arm.com>
988
989 * tree-ssa-loop-prefetch.c: Fix comment at head of file.
990
991 2010-09-02 Olivier Hainque <hainque@adacore.com>
992
993 * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
994 (allocno_priority_compare_func): Use it instead of a straight
995 difference computation over priorities.
996
997 2010-09-02 Andi Kleen <ak@linux.intel.com>
998
999 * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
1000
1001 2010-09-02 Ira Rosen <irar@il.ibm.com>
1002
1003 * tree-vectorizer.h (get_later_stmt): New function.
1004 (vect_analyze_data_ref_dependences): Add argument.
1005 * tree-vect-loop.c (vect_analyze_loop): Update call to
1006 vect_analyze_data_ref_dependences.
1007 * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
1008 New function.
1009 (vect_analyze_data_ref_dependence): Add argument for basic block
1010 dependencies. Check dependencies in basic block vectorization.
1011 (vect_analyze_data_ref_dependences): Add argument and update call to
1012 vect_analyze_data_ref_dependences.
1013 * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
1014 (vect_bb_vectorizable_with_dependencies): New.
1015 (vect_slp_analyze_bb): Check dependencies in basic block.
1016 (vect_schedule_slp_instance): Insert stores before the last store in
1017 SLP instance.
1018
1019 2010-09-02 Uros Bizjak <ubizjak@gmail.com>
1020
1021 PR target/45476
1022 * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
1023 LIBGCC2_TF_CEXT, TF_SIZE): New defines.
1024
1025 2010-09-01 Jakub Jelinek <jakub@redhat.com>
1026
1027 PR middle-end/45458
1028 * bb-reorder.c (add_labels_and_missing_jumps): Treat
1029 bbs ending with throwing insns like blocks ending with a call.
1030 (fix_up_fall_thru_edges): Likewise.
1031
1032 2010-09-01 Nathan Froyd <froydnj@codesourcery.com>
1033
1034 * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
1035 (m32c_function_arg_advance): Delete.
1036 * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1037 * config/m32c/m32c.c (m32c_function_arg): Make static. Adjust
1038 comments. Take a const_tree and a bool. Declare.
1039 (m32c_function_arg_advance): Likewise.
1040 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1041
1042 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
1043
1044 PR target/45476
1045 * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
1046 LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
1047 * config/i386/mingw32.h: ... here.
1048
1049 2010-09-01 Andi Kleen <ak@linux.intel.com>
1050
1051 PR lto/45475
1052 * lto-streamer-in.c (lto_input_ts_target_option): Add.
1053 (lto_input_tree_pointers): Call lto_input_ts_target_option.
1054 * lto-streamer-out (lto_output_ts_target_option): Add.
1055 (lto_output_tree_pointers): Call lto_output_ts_target_option.
1056
1057 2010-09-01 Kai Tietz <kai.tietz@onevision.com>
1058
1059 PR/target 45452
1060 * config/i386/cygwin.h: Change order of specified import libraries.
1061 * config/i386/mingw32.h: Likewise.
1062 * config/i386/t-cygwin: Likewise.
1063 * config/i386/t-mingw32: Likewise.
1064 * config/i386/t-mingw-w32: Likewise.
1065 * config/i386/t-mingw-w64: Likewise.
1066
1067 2010-09-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1068
1069 * config/arm/neon-schedgen.ml (core): New type.
1070 (allCores): List of supported cores.
1071 (availability_table): Add supported cores.
1072 (collate_bypasses): Accept core as a parameter.
1073 (worst_case_latencies_and_bypasses): Accept core as a parameter.
1074 (emit_insn_reservations): Accept core as a parameter. Use tuneStr
1075 and coreStr to get tune attribute and prefix for functional units.
1076 (emit_bypasses): Accept core name and use it.
1077 (calculate_per_core_availability_table): New.
1078 (filter_core): New.
1079 (calculate_core_availability_table): New.
1080 (main): Use calculate_core_availablity_table.
1081 * config/arm/cortex-a8-neon.md: Update copyright year.
1082 Regenerated from ml file and merged in.
1083 (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
1084 cortex_a8_neon_mrc.
1085
1086 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1087
1088 * Makefile.in (tree-switch-conversion.o): Update dependencies.
1089
1090 2010-09-01 Richard Guenther <rguenther@suse.de>
1091
1092 * alias.c (ao_ref_from_mem): Adjust.
1093 * builtins.c (get_object_alignment): Likewise.
1094 * cfgexpand.c (expand_debug_expr): Likewise.
1095 * gimple.c (get_base_address): Likewise.
1096 * tree-dfa.c (get_ref_base_and_extent): Likewise.
1097 (get_addr_base_and_unit_offset): Likewise. Fix for
1098 both TMR_SYMBOL and TMR_BASE being set.
1099 * tree-eh.c (tree_could_trap_p): Likewise.
1100 * gimplify.c (gimplify_expr): Do not attempt to gimplify
1101 TMR_SYMBOL. Always gimplify TMR_BASE.
1102 * tree-cfg.c (verify_types_in_gimple_reference): Verify
1103 TMR_BASE if there is a TMR_SYMBOL.
1104 * tree-pretty-print.c (dump_generic_node): Adjust.
1105 * tree-ssa-address.c (addr_for_mem_ref): Likewise.
1106 (tree_mem_ref_addr): Likewise.
1107 (create_mem_ref_raw): Likewise.
1108 (move_fixed_address_to_symbol): Likewise.
1109 (create_mem_ref): Likewise.
1110 (dump_mem_address): Likewise.
1111 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
1112 Fix for both TMR_SYMBOL and TMR_BASE being set.
1113 (indirect_refs_may_alias_p): Likewise.
1114 * tree-ssa-operands.c (get_tmr_operands): Adjust.
1115 * tree.def (TARGET_MEM_REF): Adjust documentation.
1116
1117 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
1118
1119 * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
1120 Rename from X86_TUNE_ADD_ESP_4.
1121 <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
1122 <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
1123 <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
1124 (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
1125 (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
1126 (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
1127 (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
1128 * config/i386/i386.c (initial_ix86_tune_features)
1129 <X86_TUNE_SINGLE_POP>: Invert members.
1130 <X86_TUNE_DOUBLE_POP>: Ditto.
1131 <X86_TUNE_SINGLE_PUSH>: Ditto.
1132 <X86_TUNE_DOUBLE_PUSH>: Ditto.
1133 * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
1134 No longer exported.
1135 (push peephole2 patterns): Macroize peepholes using P mode iterator.
1136 Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
1137 (pop peephole2 patterns): Macroize peepholes using P mode iterator.
1138 Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
1139
1140 2010-09-01 Eric Botcazou <ebotcazou@adacore.com>
1141
1142 * gimplify.c (gimplify_init_constructor): Do not create a temporary for
1143 a volatile LHS if the constructor has only one element.
1144
1145 2010-09-01 Mikael Pettersson <mikpe@it.uu.se>
1146
1147 PR bootstrap/45321
1148 * tree.c (stdarg_p): Make fntype parameter const.
1149 * tree.h (stdarg_p): Likewise.
1150 (function_args_iterator): Remove unused fntype field.
1151 (function_args_iter_init): Do not initialize fntype
1152 field. Make fntype parameter const.
1153
1154 2010-09-01 Richard Guenther <rguenther@suse.de>
1155
1156 * tree-vrp.c (adjust_range_with_scev): Use number of iteration
1157 estimate.
1158 (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
1159 (execute_vrp): Compute number of iteration estimates.
1160 * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
1161 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
1162 * tree-data-ref.c (estimated_loop_iterations): Adjust.
1163 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
1164 Infer loop bounds from undefined behavior based on a new parameter.
1165 (estimate_numbers_of_iterations): Likewise.
1166 (scev_probably_wraps_p): Adjust.
1167 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
1168
1169 2010-09-01 Nick Clifton <nickc@redhat.com>
1170
1171 * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
1172 where appropriate.
1173 (xstormy16_legitimate_address_p): Use true and false instead of 1
1174 and 0.
1175 (xstormy16_expand_prologue): Delete unused local variable 'insn'.
1176 (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
1177 magic constant 2.
1178 (xstormy16_expand_call): Fix comment at start of function.
1179
1180 2010-09-01 Nick Clifton <nickc@redhat.com>
1181
1182 * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
1183 when pushing accumulator register.
1184 (rx_get_stack_layout): Always save call clobbered registers inside
1185 interrupt handlers.
1186 * config/rx/rx-modes.def: Fix descriptive comment at start of file.
1187
1188 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
1189
1190 * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
1191 i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
1192
1193 * libgcc-std.ver (GCC_4.6.0): Define version.
1194
1195 2010-08-31 Eric Botcazou <ebotcazou@adacore.com>
1196
1197 * tree-nested.c (convert_all_function_calls): Iterate until after the
1198 sum of static chains in the nest doesn't change.
1199
1200 2010-08-31 Anatoly Sokolov <aesok@post.ru>
1201
1202 * config/m32c/m32c.c (classes_intersect): Remove.
1203 (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
1204 reg_classes_intersect_p instead of classes_intersect.
1205 (class_can_hold_mode): Change arguments type from enum reg_class to
1206 reg_class_t. Use reg_class_contents instead of class_contents.
1207 (m32c_register_move_cost): Make static. Change arguments type from
1208 enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
1209 classes_intersect. Use reg_class_contents instead of class_contents.
1210 (m32c_memory_move_cost): Make static. Change arguments type from
1211 enum reg_class to reg_class_t.
1212 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
1213 * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
1214 * config/m32c/m32c-protos.h (m32c_register_move_cost,
1215 m32c_memory_move_cost): Remove.
1216
1217 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
1218
1219 * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
1220 (arm_function_arg): Delete.
1221 (arm_needs_doubleword_align): Take a const_tree.
1222 * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1223 * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
1224 (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
1225 (arm_function_arg): Make static. Take a const_tree and a bool.
1226 (arm_function_arg_advance): Likewise.
1227 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1228
1229 2010-08-31 Andi Kleen <ak@linux.intel.com>
1230
1231 * common.opt (fwhopr=): Update for -fwhopr=jobserver
1232 * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
1233 * lto-wrapper.c (run_gcc): Add jobserver mode.
1234 * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
1235 argument.
1236
1237 2010-08-31 Uros Bizjak <ubizjak@gmail.com>
1238
1239 * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
1240 (popsi1): Ditto.
1241 (*popdi1_epilogue): Ditto.
1242 (*popsi1_epilogue): Ditto.
1243 (popsi, popdi peephole2 patterns): Update peepholes for changed
1244 pop{si,di}1 and *pop{si,di}1_epilogue patterns.
1245
1246 (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
1247 (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
1248
1249 * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
1250 (override_options): Do not initialize removed ix86_gen_pop1.
1251 (gen_pop): New static function.
1252 (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
1253 (release_scratch_register_on_entry): Ditto.
1254 (ix86_restore_reg_using_pop): Ditto.
1255 (ix86_expand_epilogue): Ditto.
1256
1257 2010-08-31 Jakub Jelinek <jakub@redhat.com>
1258
1259 PR middle-end/45461
1260 * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
1261
1262 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
1263
1264 * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
1265 semicolons.
1266
1267 2010-08-31 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1268
1269 * doc/extend.texi: Fix documentation of the return value of
1270 __builtin_choose_expr.
1271
1272 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
1273
1274 * config/v850/v850-protos.h (function_arg): Delete.
1275 * config/v850/v850.h (FUNCTION_ARG): Delete.
1276 (FUNCTION_ARG_ADVANCE): Move code to...
1277 * config/v850/v850.c (v850_function_arg_advance): ...here.
1278 (v850_function_arg): Make static. Take a const_tree and a bool.
1279 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1280
1281 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
1282
1283 * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
1284 these...
1285 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
1286 ...and these...
1287 * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
1288 ..to here..
1289 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
1290 ...and here.
1291 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1292
1293 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
1294
1295 * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
1296 Delete.
1297 * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1298 * config/rx/rx.c (rx_function_arg_size): Make static.
1299 (rx_function_arg): Likewise.
1300 (rx_function_arg_advance): New function.
1301 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1302
1303 2010-08-31 John Tytgat <John.Tytgat@aaug.net>
1304
1305 * config/arm/arm.c (arm_override_options): Remove superfluous test.
1306 Fix indentation.
1307
1308 2010-08-31 Eric Botcazou <ebotcazou@adacore.com>
1309
1310 * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
1311 (dwarf2out_decl) <CONST_DECL>: Likewise.
1312
1313 2010-08-30 Eric Botcazou <ebotcazou@adacore.com>
1314
1315 Stack usage support
1316 * common.opt (-fstack-usage): New option.
1317 * doc/invoke.texi (Debugging options): Document it.
1318 * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
1319 allocate_dynamic_stack_space.
1320 (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
1321 and propagate it to allocate_dynamic_stack_space.
1322 (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
1323 * calls.c (initialize_argument_information): Pass TRUE as 4th
1324 argument to allocate_dynamic_stack_space.
1325 (expand_call): Set current_function_has_unbounded_dynamic_stack_size
1326 to 1 when pushing a variable-sized argument onto the stack. Pass
1327 TRUE as 4th argument to allocate_dynamic_stack_space.
1328 Update current_function_pushed_stack_size.
1329 (emit_library_call_value_1): Likewise.
1330 * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
1331 CANNOT_ACCUMULATE. If flag_stack_usage, look into the size and
1332 attempt to find an upper bound. Remove redundant code for the
1333 SETJMP_VIA_SAVE_AREA case.
1334 * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
1335 * function.h (struct stack_usage): New structure.
1336 (current_function_static_stack_size): New macro.
1337 (current_function_dynamic_stack_size): Likewise.
1338 (current_function_pushed_stack_size): Likewise.
1339 (current_function_dynamic_alloc_count): Likewise.
1340 (current_function_has_unbounded_dynamic_stack_size): Likewise.
1341 (current_function_allocates_dynamic_stack_space): Likewise.
1342 (struct function): Add new field 'su'.
1343 * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
1344 add the value of the dynamic offset to the dynamic stack usage.
1345 (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
1346 for variable-sized objects.
1347 (prepare_function_start): Allocate cfun->su if flag_stack_usage.
1348 (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
1349 * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
1350 BUILT_IN_ALLOCA for variable-sized objects.
1351 * output.h (output_stack_usage): Declare.
1352 * toplev.c (stack_usage_file): New file pointer.
1353 (output_stack_usage): New function.
1354 (open_auxiliary_file): Likewise.
1355 (lang_dependent_init): Open file if flag_stack_usage is set.
1356 (finalize): Close file if stack_usage_file is not null.
1357 * tree.h (ALLOCA_FOR_VAR_P): New macro.
1358 * config/alpha/alpha.c (compute_frame_size): New function.
1359 (alpha_expand_prologue): Use it.
1360 (alpha_start_function): Likewise.
1361 (alpha_expand_epilogue): Likewise. Set stack usage info.
1362 * config/i386/i386.c (ix86_expand_prologue): Likewise.
1363 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
1364 * config/mips/mips.c (mips_expand_prologue): Likewise.
1365 * config/pa/pa.c (hppa_expand_prologue): Likewise.
1366 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
1367 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
1368
1369 2010-08-30 Zdenek Dvorak <ook@ucw.cz>
1370
1371 PR tree-optimization/45427
1372 * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
1373 Handle the case that the exit is never taken correctly.
1374 (number_of_iterations_ne): Pass exit_must_be_taken to
1375 number_of_iterations_ne_max.
1376
1377 2010-08-30 Catherine Moore <clm@codesourcery.com>
1378
1379 * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
1380 Infer -mdspr2 for the the 74K.
1381
1382 2010-08-30 Jakub Jelinek <jakub@redhat.com>
1383
1384 PR debug/45419
1385 * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
1386
1387 PR middle-end/45423
1388 * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
1389 and TRUTH_{AND,OR,XOR}_EXPR.
1390 * c-parser.c (c_parser_omp_atomic): Handle boolean
1391 {PRE,POST}_{INC,DEC}REMENT.
1392
1393 2010-08-30 Nathan Froyd <froydnj@codesourcery.com>
1394
1395 * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
1396 (function_arg): Delete.
1397 * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1398 (FUNCTION_INCOMING_ARG): Delete.
1399 * config/xtensa/xtensa.c (function_arg_advance): Rename to...
1400 (xtensa_function_arg_advance): ...this. Make static. Take a const_tree
1401 and a bool.
1402 (function_arg): Rename to...
1403 (xtensa_function_arg_1): ...this. Make static. Take a const_tree and
1404 a bool.
1405 (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
1406 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1407 (TARGET_FUNCTION_INCOMING_ARG): Define.
1408
1409 2010-08-30 Richard Guenther <rguenther@suse.de>
1410
1411 PR tree-optimization/21602
1412 * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
1413 using points-to information.
1414
1415 2010-08-30 H.J. Lu <hongjiu.lu@intel.com>
1416
1417 * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
1418
1419 2010-08-30 Richard Guenther <rguenther@suse.de>
1420
1421 PR tree-optimization/45449
1422 * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
1423 variables.
1424
1425 2010-08-30 Joseph Myers <joseph@codesourcery.com>
1426
1427 * opts.h (CL_ERR_NEGATIVE): Define.
1428 * opts.c (unknown_option_callback): Don't postpone warnings for
1429 options marked with CL_ERR_NEGATIVE.
1430 * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
1431 for negative versions of CL_REJECT_NEGATIVE options.
1432
1433 2010-08-30 Uros Bizjak <ubizjak@gmail.com>
1434
1435 * config/i386/i386.md (zero_extendsidi2_1): Rename from
1436 zero_extendsidi2_32.
1437 (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
1438 using SWI12 mode iterator.
1439 (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
1440 to define_insn_and_split pattern.
1441 (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
1442 using SWI24 mode iterator.
1443 (*zero_extendqi<mode>2_and): Macroize insn from
1444 *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
1445 (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
1446 *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
1447 SWI24 mode iterator.
1448 (*zero_extendqi<mode>2_movzbl): Ditto from
1449 *zero_extendqi{hi,si}2_movzbl.
1450 (extendsidi2_1): Rename from extendsidi2_32.
1451 (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
1452 SWI12 mode iterator.
1453
1454 2010-08-29 Eric Botcazou <ebotcazou@adacore.com>
1455
1456 * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
1457 general purpose registers.
1458 (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
1459 * config/ia64/ia64.md (*movcci): Change to named pattern. Deal
1460 with general purpose registers and memory operands. Add associated
1461 CCImode post-reload splitter.
1462 * config/ia64/div.md: Change BImode to CCImode throughout.
1463
1464 2010-08-28 Eric Botcazou <ebotcazou@adacore.com>
1465
1466 * config/ia64/ia64.md (cstorebi4): Fix thinko.
1467
1468 2010-08-28 Hariharan Sandanagobalane <hariharan@picochip.com>
1469
1470 * config/picochip/picochip.c (reorder_var_tracking_notes): This
1471 function was dropping debug insns which caused PR45299.
1472
1473 2010-08-28 Uros Bizjak <ubizjak@gmail.com>
1474
1475 * config/i386/sse.md (extsuffix): New code attribute.
1476 (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
1477 and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
1478 (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
1479 and sse4_1_zero_extendv4qiv4si2.
1480 (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
1481 and sse4_1_zero_extendv2qiv2di2.
1482 (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
1483 and sse4_1_zero_extendv4hiv4si2.
1484 (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
1485 and sse4_1_zero_extendv2hiv2di2.
1486 (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
1487 and sse4_1_zero_extendv2siv2di2
1488
1489 (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
1490 using any_extend code iterator.
1491 (*avx_<s>mulv8hi3_highpart): Macroize insn from
1492 *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
1493 (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
1494
1495 * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
1496 gen_sse4_1_sign_extend* functions.
1497 (struct builtin_description bdesc_args): Ditto.
1498
1499 2010-08-27 Xinliang David Li <davidxl@google.com>
1500
1501 PR/45422
1502 * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
1503 (iv_ca_set_no_cp): Update used inv expr count.
1504 (iv_ca_set_cp): Ditto.
1505 (iv_ca_new): Initialize new member.
1506 (iv_ca_free): Free memory.
1507
1508 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
1509
1510 * config/sh/sh-protos.h (sh_function_arg): Delete.
1511 (sh_function_arg_advance): Delete.
1512 * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1513 (PASS_IN_REG_P): Eliminate cast.
1514 * config/sh/sh.c (sh_function_arg_advance): Make static. Take a
1515 const_tree and a bool.
1516 (sh_function_arg): Likewise.
1517 (sh_output_mi_thunk): Call sh_function_arg_advance) and
1518 sh_function_arg.
1519 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1520
1521 2010-08-27 Naveen H.S <naveen.S@kpitcummins.com>
1522 Kaz Kojima <kkojima@gcc.gnu.org>
1523
1524 * config/sh/sh.c (push_regs): Emit movml for interrupt handler
1525 when possible.
1526 (sh_expand_epilogue): Likewise.
1527 * config/sh/sh.md (movml_push_banked): New insn.
1528 (movml_pop_banked): Likewise.
1529
1530 2010-08-28 Bernd Schmidt <bernds@codesourcery.com>
1531
1532 * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
1533 gen_regexp_oneof, gen_regexp_sequence): Use the string found
1534 in vector element 0 rather than the original string when there's
1535 only one element.
1536 (gen_regexp): Remove extra semicolon.
1537
1538 * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
1539 thumb2_movsf_vfp): Set attribute "insn".
1540 * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
1541 not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
1542 thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
1543 arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
1544 arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
1545 thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
1546 thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
1547 movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
1548 if_not_move, if_shift_move, if_move_shift, if_shift_shift,
1549 if_not_arith, if_arith_not, cond_move_not): Likewise.
1550
1551 2010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
1552
1553 * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
1554 New declaration.
1555 (rs6000_allocate_stack_temp): Ditto.
1556 (rs6000_expand_convert_si_to_sfdf): Ditto.
1557
1558 * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
1559 line. Update the options set if power6 or power7 server/embedded
1560 type options are used. If we give a warning for no vsx under
1561 -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
1562 (rs6000_allocate_stack_temp): New function to allocate a stack
1563 tempoary and adjust the address so it meets either REG+OFFSET or
1564 REG+REG addressing requirements.
1565 (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
1566 that they can be used with the LFIWAX/LFIWZX instrucitons.
1567 (rs6000_expand_convert_si_to_sfdf): New helper funciton for
1568 converting signed/unsigned SImode to either SFmode/DFmode.
1569
1570 * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
1571 whether certain instructions can be generated.
1572 (TARGET_FCTIDZ): Ditto.
1573 (TARGET_STFIWX): Ditto.
1574 (TARGET_LFIWAX): Ditto.
1575 (TARGET_LFIWZX): Ditto.
1576 (TARGET_FCFIDS): Ditto.
1577 (TARGET_FCFIDU): Ditto.
1578 (TARGET_FCFIDUS): Ditto.
1579 (TARGET_FCTIDUZ): Ditto.
1580 (TARGET_FCTIWUZ): Ditto.
1581
1582 * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
1583 (UNSPEC_FCTID): Ditto.
1584 (UNSPEC_LFIWAX): Ditto.
1585 (UNSPEC_LFIWZX): Ditto.
1586 (UNSPEC_FCTIWUZ): Ditto.
1587 (rreg): Use correct constraints.
1588 (SI_CONVERT_FP): New mode attribute for floating point conversion
1589 tests.
1590 (E500_CONVERT): Ditto.
1591 (lfiwax): New insns for converting from integer to floating point
1592 utilizing newer instructions. Attempt to optimize conversions
1593 that come from memory so that we don't load the value into a GPR,
1594 spill it to the stack and reload it into a FPR.
1595 (floatsi<mode>2_lfiwax): Ditto.
1596 (floatsi<mode>2_lfiwax_mem): Ditto.
1597 (floatsi<mode>2_lfiwax_mem2): Ditto.
1598 (lfiwzx): Ditto.
1599 (floatunssi<mode>2_lfiwzx): Ditto.
1600 (floatunssi<mode>2_lfiwzx_mem): Ditto.
1601 (floatunssi<mode>2_lfiwzx_mem2): Ditto.
1602 (floatdidf2_mem): Ditto.
1603 (floatunsdidf2_fcfidu): Ditto.
1604 (floatunsdidf2_mem): Ditto.
1605 (floatunsdisf2): Ditto.
1606 (floatunsdisf2_fcfidus): Ditto.
1607 (floatunsdisf2_mem): Ditto.
1608 (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
1609 Use FCFID on 32-bit hosts that support it.
1610 (floatsidf2_internal): Ditto.
1611 (floatunssisf2): Ditto.
1612 (floatunssidf2): Ditto.
1613 (floatunssidf2_internal): Ditto.
1614 (floatsisf2): Ditto.
1615 (floatdidf2): Ditto.
1616 (floatdidf2_fpr): Ditto.
1617 (floatunsdidf2): Ditto.
1618 (floatdisf2): Ditto.
1619 (floatdisf2_fcfids): Ditto.
1620 (floatdisf2_internal1): Ditto.
1621 (fixuns_truncsfsi2): Delete, merge into common pattern for both
1622 SF/DF. Add power7 support.
1623 (fix_truncsfsi2): Ditto.
1624 (fixuns_truncdfsi2): Ditto.
1625 (fixuns_truncdfdi2): Ditto.
1626 (fix_truncdfsi2): Ditto.
1627 (fix_truncdfsi2_internal): Ditto.
1628 (fix_truncdfsi2_internal_gfxopt): Ditto.
1629 (fix_truncdfsi2_mfpgpr): Ditto.
1630 (fctiwz): Ditto.
1631 (btruncdf2): Ditto.
1632 (btruncdf2_fpr): Ditto.
1633 (btructsf2): Ditto.
1634 (ceildf2): Ditto.
1635 (ceildf2_fpr): Ditto.
1636 (ceilsf2): Ditto.
1637 (floordf2): Ditto.
1638 (floordf2_fpr): Ditto.
1639 (floorsf2): Ditto.
1640 (rounddf2): Ditto.
1641 (rounddf2_fpr): Ditto.
1642 (roundsf2): Ditto.
1643 (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
1644 (fix_trunc<mode>di2): Ditto.
1645 (fixuns_trunc<mode>si2): Ditto.
1646 (fixuns_trunc<mode>di2): Ditto.
1647 (fctiwz_<mode>): Ditto.
1648 (btrunc<mode>2): Ditto.
1649 (btrunc<mode>2_fpr): Ditto.
1650 (ceil<mode>2): Ditto.
1651 (ceil<mode>2_fpr): Ditto.
1652 (floor<mode>2): Ditto.
1653 (float<mode>2_fpr): Ditto.
1654 (round<mode>2): Ditto.
1655 (round<mode>2_fpr): Ditto.
1656 (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
1657 (fixuns_trunc<mode>si2_stfiwx): Ditto.
1658 (fix_truncdfsi2_internal): Ditto.
1659 (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
1660 converted value on stack, loaded into GPR, and then stored into
1661 the final destination.
1662 (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
1663 FCTIDZ.
1664 (lrint<mode>di2): New insn, provide the lrint builtin functions.
1665 (ftruncdf2): Delete, unused.
1666 (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
1667
1668 * config/rs6000/vsx.md (toplevel): Update copyright year.
1669 (VSr2): Use "ws" contraint for DFmode, not "!r#r".
1670 (VSr3): Ditto.
1671
1672 2010-08-27 Basile Starynkevitch <basile@starynkevitch.net>
1673 Jeremie Salvucci <jeremie.salvucci@free.fr>
1674
1675 * gengtype.c (output_type_enum): Test the right union member.
1676
1677 2010-08-27 Uros Bizjak <ubizjak@gmail.com>
1678
1679 PR target/41484
1680 * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
1681 operands for operand 1.
1682 (sse4_1_extendv4qiv4si2): Ditto.
1683 (sse4_1_extendv2qiv2di2): Ditto.
1684 (sse4_1_extendv4hiv4si2): Ditto.
1685 (sse4_1_extendv2hiv2di2): Ditto.
1686 (sse4_1_extendv2siv2di2): Ditto.
1687 (sse4_1_zero_extendv8qiv8hi2): Ditto.
1688 (sse4_1_zero_extendv4qiv4si2): Ditto.
1689 (sse4_1_zero_extendv2qiv2di2): Ditto.
1690 (sse4_1_zero_extendv4hiv4si2): Ditto.
1691 (sse4_1_zero_extendv2hiv2di2): Ditto.
1692 (sse4_1_zero_extendv2siv2di2): Ditto.
1693 (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
1694 (*sse4_1_extendv4qiv4si2): Ditto.
1695 (*sse4_1_extendv2qiv2di2): Ditto.
1696 (*sse4_1_extendv4hiv4si2): Ditto.
1697 (*sse4_1_extendv2hiv2di2): Ditto.
1698 (*sse4_1_extendv2siv2di2): Ditto.
1699 (*sse4_1_zero_extendv8qiv8hi2): Ditto.
1700 (*sse4_1_zero_extendv4qiv4si2): Ditto.
1701 (*sse4_1_zero_extendv2qiv2di2): Ditto.
1702 (*sse4_1_zero_extendv4hiv4si2): Ditto.
1703 (*sse4_1_zero_extendv2hiv2di2): Ditto.
1704 (*sse4_1_zero_extendv2siv2di2): Ditto.
1705
1706 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
1707
1708 * config/mips/mips-protos.h (mips_function_arg_advance): Delete
1709 (mips_function_arg): Delete.
1710 (mips_function_arg_boundary): Take a const_tree.
1711 * config/mips/mips.c (mips_function_arg_boundary): Likewise.
1712 (mips_arg_info): Likewise.
1713 (mips_setup_incoming_varargs): Call mips_function_arg_advance
1714 instead of FUNCTION_ARG_ADVANCE.
1715 (mips_function_arg_advance): Adjust prototype. Make static.
1716 (mips_function_arg): Likewise.
1717 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1718 * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
1719
1720 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
1721
1722 * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1723 * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
1724 (function_arg): Delete.
1725 (function_arg_boundary): Take a const_tree.
1726 * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
1727 (rs6000_spe_function_arg): Likewise.
1728 (rs6000_parm_start): Likewise.
1729 (rs6000_arg_size): Likewise.
1730 (rs6000_darwin64_record_arg_advance_recurse): Likewise.
1731 (rs6000_darwin64_record_arg): Likewise. Take a bool instead of an int.
1732 (rs6000_mixed_function_arg): Likewise.
1733 (function_arg): Rename to...
1734 (rs6000_function_arg): ...this.
1735 (function_arg_advance): Rename to...
1736 (rs6000_function_arg_advance_1): ...this
1737 (rs6000_function_arg_advance): New function. Call it.
1738 (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
1739 (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
1740 (rs6000_function_value): Likewise.
1741 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1742
1743 2010-08-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1744
1745 * config/arm/arm.md (enabled): Test the value of arch_enabled
1746 rather than just using it.
1747
1748 2010-08-27 Olivier Hainque <hainque@adacore.com>
1749 Eric Botcazou <ebotcazou@adacore.com>
1750
1751 * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
1752 cover all the possible offsets from this base.
1753 (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
1754
1755 2010-08-26 Jakub Jelinek <jakub@redhat.com>
1756
1757 PR tree-optimization/44485
1758 * calls.c (flags_from_decl_or_type): For const or pure
1759 noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
1760 together with ECF_CONST resp. ECF_PURE.
1761 * builtins.c (expand_builtin): Use flags_from_decl_or_type
1762 instead of querying flags directly.
1763 * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
1764 * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
1765
1766 2010-08-26 Richard Guenther <rguenther@suse.de>
1767
1768 PR tree-optimization/45255
1769 * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
1770 and externals are also invariant.
1771
1772 2010-08-25 Jakub Jelinek <jakub@redhat.com>
1773
1774 PR rtl-optimization/44858
1775 * combine.c (try_combine): If recog_for_combine added CLOBBERs to
1776 newi2pat, make sure they don't affect newpat.
1777
1778 PR rtl-optimization/45400
1779 * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
1780 SUBREG_REG if both modes are of MODE_INT class.
1781
1782 2010-08-25 Julian Brown <julian@codesourcery.com>
1783
1784 * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
1785 * config/arm/arm.md (generic_sched): No for Cortex-A5.
1786 (generic_vfp): Likewise.
1787 (cortex-a5.md): Include.
1788 * config/arm/cortex-a5.md: New.
1789
1790 2010-08-25 Richard Guenther <rguenther@suse.de>
1791
1792 * alias.c (get_alias_set): Assign a single alias-set to all pointers.
1793 * gimple.c (gimple_get_alias_set): Remove special handling
1794 for pointers.
1795
1796 2010-08-25 Bernd Schmidt <bernds@codesourcery.com>
1797
1798 PR middle-end/45355
1799 * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
1800 dead_or_set_p when computing i0_feeds_i2_n.
1801
1802 * combine.c (find_split_point): Undo canonicalization of multiply-add
1803 to (minus x (mult)) when it seems likely that this will increase the
1804 chances of a split.
1805
1806 2010-08-25 Richard Guenther <rguenther@suse.de>
1807
1808 PR lto/44562
1809 * lto-streamer.c (lto_record_common_node): Do not mess with
1810 TYPE_CANONICAL when not in lto.
1811 * gimple.c (gimple_register_type): Likewise.
1812
1813 2010-08-25 Richard Guenther <rguenther@suse.de>
1814
1815 PR tree-optimization/45316
1816 * tree-ssa-pre.c (eliminate): Properly clean EH info.
1817
1818 2010-08-25 Richard Guenther <rguenther@suse.de>
1819
1820 PR tree-optimization/45393
1821 * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
1822 and clean EH info. Avoid SSA update.
1823 (execute_cse_sincos): Cleanup the CFG if it has changed.
1824
1825 2010-08-25 Richard Guenther <rguenther@suse.de>
1826
1827 PR middle-end/45379
1828 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
1829 TARGET_MEM_REF in alignment computation.
1830
1831 2010-08-25 Jakub Jelinek <jakub@redhat.com>
1832
1833 PR tree-optimization/45059
1834 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
1835 type conversions from newop{1,2}. Assert t is a comparison and
1836 newop{1,2} after the stripping are gimple vals.
1837
1838 2010-08-25 Tejas Belagod <tejas.belagod@arm.com>
1839
1840 * config/arm/iterators.md (VU, SE, V_widen_l): New.
1841 (V_unpack, US): New.
1842 * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
1843 (vec_unpack<US>_lo_<mode>): Likewise.
1844 (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
1845 (neon_vec_unpack<US>_lo_<mode>): Likewise.
1846 (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
1847 (vec_widen_<US>mult_hi_<mode>): Likewise.
1848 (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
1849 (neon_vec_<US>mult_hi_<mode>"): Likewise.
1850 (neon_unpack<US>_<mode>): Widening move intermediate step for
1851 vectorizing without -mvectorize-with-neon-quad.
1852 (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
1853 for vectorizing without -mvectorize-with-neon-quad.
1854 * config/arm/predicates.md (vect_par_constant_high): Check for
1855 high-half lanes of a vector.
1856 (vect_par_constant_low): Check for low-half lanes of a vector.
1857
1858 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
1859
1860 * tree-if-conv.c (struct ifc_dr): New.
1861 (IFC_DR): New.
1862 (DR_WRITTEN_AT_LEAST_ONCE): New.
1863 (DR_RW_UNCONDITIONALLY): New.
1864 (memref_read_or_written_unconditionally): Use the cached values
1865 when possible.
1866 (write_memref_written_at_least_once): Same.
1867 (if_convertible_loop_p): Initialize and free DR->aux fields.
1868
1869 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
1870
1871 * gimple.c (gimple_could_trap_p_1): Not static anymore.
1872 Pass an extra bool parameter include_mem.
1873 (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
1874 (gimple_assign_rhs_could_trap_p): Same.
1875 * gimple.h (gimple_could_trap_p_1): Declared.
1876 * tree-data-ref.h (same_data_refs_base_objects): New.
1877 (same_data_refs): New.
1878 * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
1879 (write_memrefs_written_at_least_once): New.
1880 (ifcvt_memrefs_wont_trap): New.
1881 (operations_could_trap): New.
1882 (ifcvt_could_trap_p): New.
1883 (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
1884 Gets a vector of data refs.
1885 (if_convertible_stmt_p): Same.
1886 (if_convertible_loop_p_1): New.
1887 (if_convertible_loop_p): Call if_convertible_loop_p_1.
1888
1889 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
1890
1891 * common.opt (ftree-loop-if-convert-stores): New flag.
1892 * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
1893 * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI. Insert
1894 the created statement before GSI.
1895 (if_convertible_phi_p): Allow virtual phi nodes when
1896 flag_loop_if_convert_stores is set.
1897 (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
1898 Do not handle types that do not match is_gimple_reg_type.
1899 Remove loop and bb parameters. Call gimple_could_trap_p instead of
1900 when flag_loop_if_convert_stores is set, as LHS can contain
1901 memory refs.
1902 (if_convertible_stmt_p): Remove loop and bb parameters. Update calls
1903 to if_convertible_gimple_assign_stmt_p.
1904 (if_convertible_loop_p): Update call to if_convertible_stmt_p.
1905 (replace_phi_with_cond_gimple_assign_stmt): Renamed
1906 predicate_scalar_phi. Do not handle virtual phi nodes.
1907 (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
1908 Call predicate_scalar_phi.
1909 (insert_gimplified_predicates): Insert the gimplified predicate of a BB
1910 just after the labels for flag_loop_if_convert_stores, otherwise
1911 insert the predicate in the end of the BB.
1912 (predicate_mem_writes): New.
1913 (combine_blocks): Call predicate_all_scalar_phis. When
1914 flag_loop_if_convert_stores is set, call predicate_mem_writes.
1915 (tree_if_conversion): Call mark_sym_for_renaming when
1916 flag_loop_if_convert_stores is set.
1917 (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
1918 flag_loop_if_convert_stores is set.
1919
1920 2010-08-24 Anatoly Sokolov <aesok@post.ru>
1921
1922 * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
1923 pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
1924 (pa_function_value): Make static.
1925 (override_options): Rename to...
1926 (pa_option_override): ...this. Make static.
1927 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
1928 TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
1929 TARGET_OPTION_OVERRIDE): Define.
1930 * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
1931 LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
1932 Remove.
1933 * config/pa/pa-protos.h (override_options): Remove.
1934
1935 2010-08-24 Richard Guenther <rguenther@suse.de>
1936
1937 PR middle-end/45379
1938 * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
1939 if addr->index is NULL or zero.
1940 * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
1941 TARGET_MEM_REF more properly.
1942 (indirect_ref_may_alias_decl_p): Likewise.
1943 * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
1944 * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
1945
1946 2010-08-23 Anatoly Sokolov <aesok@post.ru>
1947
1948 * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
1949 (m32c_override_options): Rename to...
1950 (m32c_option_override): ...this. Make static.
1951 (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
1952 * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
1953 Remove.
1954 * config/m32c/m32c-protos.h (m32c_override_options,
1955 m32c_function_value_regno_p): Remove.
1956
1957 2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
1958
1959 * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
1960 Fix a typo in a previous commit.
1961
1962 2010-08-23 Kai Tietz <kai.tietz@onevision.com>
1963
1964 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
1965 Pre-initialize innerloop_iters to one.
1966
1967 2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
1968
1969 * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
1970 existing static function global.
1971
1972 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
1973 is changed to global.
1974
1975 * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
1976 may_be_nonaddressable_p on base, and don't collect this reference
1977 if the address of the base could not be taken.
1978
1979 2010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
1980
1981 * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
1982 enable the compiler to autovectorize mathmetical functions for
1983 power7 using the Mathematical Acceleration Subsystem library.
1984
1985 * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
1986 handle which vector math library we have.
1987 (rs6000_override_options): Add -mveclibabi=mass support.
1988 (rs6000_builtin_vectorized_libmass): New function to handle auto
1989 vectorizing math functions that are in the MASS library.
1990 (rs6000_builtin_vectorized_function): Call it.
1991
1992 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
1993 -mveclibabi=mass.
1994
1995 2010-08-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1996
1997 PR boehm-gc/34544
1998 * gthr-posix.h (__gthread_active_init): Delete.
1999 (__gthread_active_p): Do activity check here.
2000 Don't include errno.h on hppa-hpux. Update comment.
2001 * gthr-posix95.h (__gthread_active_init): Delete.
2002 (__gthread_active_p): Do activity check here.
2003 Don't include errno.h on hppa-hpux. Update comment.
2004 * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
2005 * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
2006 add -lpthread when -mt or -pthread is specified.
2007 * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
2008 (LINK_GCC_C_SEQUENCE_SPEC): Define.
2009 * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
2010 (stublib.c, pthread_default_stacksize_np-stub.o,
2011 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
2012 $(T)libgcc_stub.a): Add methods.
2013 * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
2014 (stublib.c, pthread_default_stacksize_np-stub.o,
2015 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
2016 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
2017 pthread_mutex_unlock): New stubs.
2018
2019 2010-08-22 Joseph Myers <joseph@codesourcery.com>
2020
2021 * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
2022 * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
2023 options.
2024 * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
2025 * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
2026 * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
2027 * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
2028 * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
2029 "-l".
2030 * cppspec.c: Include opts.h.
2031 (lang_specific_driver): Use cl_decoded_option structures.
2032 * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
2033 * doc/tm.texi: Regenerate.
2034 * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
2035 (driver_handle_option): Allow driver options needing no special
2036 processing.
2037 (process_command): Decode options before call to
2038 lang_specific_driver. Pass decoded options to
2039 lang_specific_driver.
2040 * gcc.h (lang_specific_driver): Update prototype.
2041 * gccspec.c: Include opts.h.
2042 (lang_specific_driver): Use cl_decoded_option structures.
2043 * opts-common.c (option_ok_for_language, generate_option,
2044 generate_option_input_file): New.
2045 (decode_cmdline_option): Use option_ok_for_language.
2046 (decode_cmdline_options_to_array): Use generate_option_input_file.
2047 (handle_generated_option): Use generate_option.
2048 * opts.h (generate_option, generate_option_input_file): Declare.
2049
2050 2010-08-22 Anatoly Sokolov <aesok@post.ru>
2051
2052 * config/mips/mips.c (mips_override_options): Rename to...
2053 (mips_option_override): ...this. Make static.
2054 (TARGET_OPTION_OVERRIDE): Define.
2055 (mips_in_small_data_p): Update comment.
2056 * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
2057 (FIXED_REGISTERS): Update comment.
2058 * config/mips/mips-protos.h (mips_override_options): Remove.
2059
2060 2010-08-21 Olivier Hainque <hainque@adacore.com>
2061
2062 * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
2063
2064 2010-08-21 Olivier Hainque <hainque@adacore.com>
2065
2066 * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
2067 ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
2068
2069 2010-08-20 Jan Hubicka <jh@suse.cz>
2070
2071 * tree-pass.h (pass_ipa_cdtor_merge): New function.
2072 * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
2073 heap allocated.
2074 (record_cdtor_fn): Move to ipa.c; do not test for
2075 have_ctors_dtors.
2076 (build_cdtor): Move to ipa.c; add code avoiding construction
2077 when target have ctors/dtors and there is only one ctor/dtor at given
2078 priority.
2079 (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
2080 sort; reverse order of constructors.
2081 (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
2082 (cgraph_finalize_function): Do not call record_cdtor_fn.
2083 (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
2084 (cgraph_build_static_cdtor): Move to ipa.c.
2085 * ipa.c: Include target.h and tree-iterator.h.
2086 (cgraph_build_static_cdtor, static_ctors, static_dtors,
2087 record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
2088 build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
2089 pass_ipa_cdtor_merge): New.
2090 * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
2091 * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
2092 bounds access.
2093
2094 2010-08-20 Jan Hubicka <jh@suse.cz>
2095
2096 PR c++/45307
2097 PR c++/17736
2098 * cgraph.h (cgraph_only_called_directly_p,
2099 cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
2100 static cdtors.
2101 * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
2102 are not needed.
2103 (cgraph_finalize_function): Static cdtors are reachable.
2104 (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
2105
2106 2010-08-20 Jan Hubicka <jh@suse.cz>
2107
2108 * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
2109 flag_wpa.
2110 * lto-streamer-out.c (lto_output): Likewise.
2111 * passes.c (ipa_write_optimization_summaries): Initialize statement
2112 uids.
2113
2114 2010-08-20 Olivier Hainque <hainque@adacore.com>
2115
2116 * tree.h (alias_diag_flags): New enum.
2117 (alias_pair): Add an 'emitted_diags' field.
2118 * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
2119 (assemble_alias): Initialize emitted_diags of new pairs.
2120
2121 2010-08-20 Eric Botcazou <ebotcazou@adacore.com>
2122
2123 * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
2124 * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
2125 * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
2126 (STACK_CHECK_PROTECT): Define.
2127 * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
2128 (output_probe_stack_range): Likewise.
2129 (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
2130 builtin stack checking is enabled.
2131 * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
2132 * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
2133 (probe_stack_range): New insn.
2134
2135 2010-08-20 H.J. Lu <hongjiu.lu@intel.com>
2136
2137 PR target/45336
2138 * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
2139 short first.
2140
2141 * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
2142 char first.
2143
2144 2010-08-20 Jakub Jelinek <jakub@redhat.com>
2145
2146 PR target/45336
2147 * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
2148 to cover zero extension into 64-bit register.
2149 (*sse2_pextrw): Likewise.
2150 (*sse4_1_pextrd_zext): New insn.
2151
2152 2010-08-20 Iain Sandoe <iains@gcc.gnu.org>
2153
2154 revert r163410, partially revert r163267.
2155 * config/rs6000/darwin.h (LIB_SPEC): Remove.
2156 * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
2157 Darwin versions.
2158
2159 2010-08-20 Jakub Jelinek <jakub@redhat.com>
2160
2161 PR middle-end/44974
2162 * builtins.c (expand_builtin): Don't optimize away
2163 calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
2164
2165 2010-08-20 Uros Bizjak <ubizjak@gmail.com>
2166
2167 * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
2168 (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
2169 alternative 1 of operand 2.
2170
2171 2010-08-20 Jakub Jelinek <jakub@redhat.com>
2172 Paolo Bonzini <bonzini@gnu.org>
2173
2174 * simplify-rtx.c (simplify_unary_operation_1): Optimize
2175 (sign_extend (zero_extend (...)) and
2176 ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
2177
2178 2010-08-20 Jakub Jelinek <jakub@redhat.com>
2179
2180 PR rtl-optimization/45353
2181 * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
2182 after bb_note is a BARRIER.
2183
2184 2010-08-20 Iain Sandoe <iains@gcc.gnu.org>
2185
2186 * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
2187 linking libgcc.a.
2188
2189 2010-08-20 Jakub Jelinek <jakub@redhat.com>
2190 Michael Matz <matz@suse.de>
2191
2192 * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
2193
2194 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
2195
2196 * ggc-common.c (ggc_mark_root_tab): New function, split out from...
2197 (ggc_mark_roots): ...here.
2198
2199 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
2200
2201 * vec.h (FOR_EACH_VEC_ELT): Define.
2202 * c-decl.c: Use it.
2203 * cfgloop.c: Likewise.
2204 * cfgloopmanip.c: Likewise.
2205 * cgraph.c: Likewise.
2206 * cgraphunit.c: Likewise.
2207 * combine.c: Likewise.
2208 * config/bfin/bfin.c: Likewise.
2209 * config/mips/mips.c: Likewise.
2210 * config/rs6000/rs6000.c: Likewise.
2211 * dbxout.c: Likewise.
2212 * df-scan.c: Likewise.
2213 * dominance.c: Likewise.
2214 * dse.c: Likewise.
2215 * dwarf2out.c: Likewise.
2216 * except.c: Likewise.
2217 * expr.c: Likewise.
2218 * function.c: Likewise.
2219 * gcse.c: Likewise.
2220 * genattr.c: Likewise.
2221 * ggc-common.c: Likewise.
2222 * gimplify.c: Likewise.
2223 * graphite-blocking.c: Likewise.
2224 * graphite-clast-to-gimple.c: Likewise.
2225 * graphite-dependences.c: Likewise.
2226 * graphite-interchange.c: Likewise.
2227 * graphite-poly.c: Likewise.
2228 * graphite-scop-detection.c: Likewise.
2229 * graphite-sese-to-poly.c: Likewise.
2230 * graphite.c: Likewise.
2231 * haifa-sched.c: Likewise.
2232 * ifcvt.c: Likewise.
2233 * implicit-zee.c: Likewise.
2234 * ipa-prop.c: Likewise.
2235 * ipa-struct-reorg.c: Likewise.
2236 * ipa.c: Likewise.
2237 * ira-build.c: Likewise.
2238 * ira-color.c: Likewise.
2239 * ira-emit.c: Likewise.
2240 * lambda-code.c: Likewise.
2241 * loop-invariant.c: Likewise.
2242 * loop-unroll.c: Likewise.
2243 * lower-subreg.c: Likewise.
2244 * lto-cgraph.c: Likewise.
2245 * lto-opts.c: Likewise.
2246 * lto-streamer-in.c: Likewise.
2247 * lto-streamer-out.c: Likewise.
2248 * lto-streamer.c: Likewise.
2249 * lto-symtab.c: Likewise.
2250 * matrix-reorg.c: Likewise.
2251 * opts.c: Likewise.
2252 * predict.c: Likewise.
2253 * print-tree.c: Likewise.
2254 * sdbout.c: Likewise.
2255 * sel-sched-dump.c: Likewise.
2256 * sel-sched-ir.c: Likewise.
2257 * sel-sched.c: Likewise.
2258 * sese.c: Likewise.
2259 * stor-layout.c: Likewise.
2260 * tree-cfg.c: Likewise.
2261 * tree-cfgcleanup.c: Likewise.
2262 * tree-chrec.c: Likewise.
2263 * tree-data-ref.c: Likewise.
2264 * tree-emutls.c: Likewise.
2265 * tree-inline.c: Likewise.
2266 * tree-into-ssa.c: Likewise.
2267 * tree-loop-distribution.c: Likewise.
2268 * tree-loop-linear.c: Likewise.
2269 * tree-mudflap.c: Likewise.
2270 * tree-outof-ssa.c: Likewise.
2271 * tree-parloops.c: Likewise.
2272 * tree-predcom.c: Likewise.
2273 * tree-pretty-print.c: Likewise.
2274 * tree-scalar-evolution.c: Likewise.
2275 * tree-ssa-live.c: Likewise.
2276 * tree-ssa-loop-im.c: Likewise.
2277 * tree-ssa-loop-ivcanon.c: Likewise.
2278 * tree-ssa-loop-ivopts.c: Likewise.
2279 * tree-ssa-loop-manip.c: Likewise.
2280 * tree-ssa-loop-niter.c: Likewise.
2281 * tree-ssa-loop-prefetch.c: Likewise.
2282 * tree-ssa-phiprop.c: Likewise.
2283 * tree-ssa-pre.c: Likewise.
2284 * tree-ssa-reassoc.c: Likewise.
2285 * tree-ssa-sccvn.c: Likewise.
2286 * tree-ssa-structalias.c: Likewise.
2287 * tree-ssa.c: Likewise.
2288 * tree-vect-data-refs.c: Likewise.
2289 * tree-vect-loop-manip.c: Likewise.
2290 * tree-vect-loop.c: Likewise.
2291 * tree-vect-patterns.c: Likewise.
2292 * tree-vect-slp.c: Likewise.
2293 * tree-vect-stmts.c: Likewise.
2294 * tree-vrp.c: Likewise.
2295 * tree.c: Likewise.
2296 * value-prof.c: Likewise.
2297 * var-tracking.c: Likewise.
2298 * varasm.c: Likewise.
2299 * vmsdbgout.c: Likewise.
2300
2301 2010-08-19 Nathan Sidwell <nathan@codesourcery.com>
2302 Richard Guenther <richard.guenther@gmail.com>
2303
2304 * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
2305 copy the src value and return a copy.
2306 * doc/extend.texi (Volatiles): Move from C++ to C and expand.
2307 (C++ Volatiles): Adjust to describe C++ semantics only.
2308
2309 2010-08-20 Joseph Myers <joseph@codesourcery.com>
2310
2311 * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
2312 be zero or nonzero.
2313 * doc/tm.texi: Regenerate.
2314 * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
2315 * df-scan.c (df_get_exit_block_use_set), reginfo.c
2316 (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
2317 Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
2318 * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
2319 to 1.
2320
2321 2010-08-20 Olivier Hainque <hainque@adacore.com>
2322
2323 * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
2324 an extra nop past a sibling call at the very end.
2325
2326 2010-08-19 Bernd Schmidt <bernds@codesourcery.com>
2327
2328 PR bootstrap/45350
2329 * combine.c (try_combine): Initialize i1_is_used and i2_is_used. Fix
2330 a comment.
2331
2332 2010-08-19 Nathan Froyd <froydnj@codesourcery.com>
2333
2334 * target.def (function_arg, function_incoming_arg): Remove const
2335 qualifier on CUMULATIVE_ARGS parameter.
2336 * targhooks.h (default_function_arg, default_function_incoming_arg):
2337 Likewise.
2338 * targhooks.c (default_function_arg, default_function_incoming_arg):
2339 Likewise.
2340 * config/i386/i386.c (ix86_function_arg): Likewise.
2341
2342 2010-08-19 Jakub Jelinek <jakub@redhat.com>
2343
2344 PR target/45336
2345 * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
2346 SIGN_EXTENDs or ZERO_EXTENDs.
2347
2348 2010-08-19 Bernd Schmidt <bernds@codesourcery.com>
2349
2350 PR target/42172
2351 * combine.c (combine_validate_cost): New arg I0. All callers changed.
2352 Take its cost into account if nonnull.
2353 (insn_a_feeds_b): New static function.
2354 (combine_instructions): Look for four-insn combinations.
2355 (can_combine_p): New args PRED2, SUCC2. All callers changed. Take
2356 them into account when computing all_adjacent and looking for other
2357 uses.
2358 (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC. All callers
2359 changed. Treat them like I1DEST and I1_NOT_IN_SRC.
2360 (try_combine): New arg I0. Handle four-insn combinations.
2361 (distribute_notes): New arg ELIM_I0. All callers changed. Treat it
2362 like ELIM_I1.
2363
2364 2010-08-19 Jason Merrill <jason@redhat.com>
2365
2366 PR c++/45307
2367 * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
2368 if ctor is empty.
2369 (gimplify_modify_expr_rhs): Adjust.
2370
2371 2010-08-19 Nathan Froyd <froydnj@codesourcery.com>
2372
2373 * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
2374 bitmap_bit_p.
2375 * config/bfin/bifn.c (bfin_discover_loop): Likewise.
2376 * dominance.c (iterate_fix_dominators): Likewise.
2377 * dse.c (set_usage_bits): Likewise.
2378 (set_position_unneeded, record_store): Likewise.
2379 * gimple-fold.c (get_maxval_strlen): Likewise.
2380 * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
2381 * ipa-inline.c (update_caller_keys): Likewise.
2382 * ipa-split.c (verify_non_ssa_vars): Likewise.
2383 * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
2384 (close_type_exposed_parameter, close_type_full_escape): Likewise.
2385 (close_addressof_down): Likewise.
2386 * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
2387 (setup_allocno_left_conflicts_size): Likewise.
2388 (ira_reassign_conflict_allocnos): Likewise.
2389 (ira_reassign_pseudos): Likewise.
2390 * ira-emit.c (change_loop): Likewise.
2391 * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
2392 * lto-streamer-out.c (write_symbol): Likewise.
2393 * predict.c (expr_expected_value_1): Likewise.
2394 * regstat.c (regstat_bb_compute_ri): Likewise.
2395 * sel-sched.c (create_block_for_bookkeeping): Likewise.
2396 (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
2397 * stmt.c (expand_case): Likewise.
2398 * tree-eh.c (emit_eh_dispatch): Likewise.
2399 * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
2400 * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
2401 Likewise.
2402 (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
2403 (rdg_build_components): Likewise.
2404 * tree-object-size.c (collect_object_sizes_for): Likewise.
2405 * tree-sra.c (convert_callers): Likewise.
2406 * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
2407 * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
2408 * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
2409
2410 2010-08-19 Uros Bizjak <ubizjak@gmail.com>
2411
2412 * config/i386/i386.md (*lea_1): Use P mode iterator.
2413 (lea add splitter): Also handle DImode operands.
2414 (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
2415 predicate. Do not use ix86_lea_for_add_ok.
2416 (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
2417 (lea ashift splitter): Also handle DImode operands.
2418 (DImode lea ashift splitter): Remove splitter.
2419
2420 2010-08-19 Uros Bizjak <ubizjak@gmail.com>
2421
2422 * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
2423 ix86_binary_operator_ok.
2424
2425 2010-08-19 Andrey Belevantsev <abel@ispras.ru>
2426
2427 PR rtl-optimization/44691
2428 * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
2429 is not a register.
2430
2431 2010-08-19 Ian Bolton <ian.bolton@arm.com>
2432
2433 PR target/45070
2434 * config/arm/arm.c (arm_output_epilogue): Ensure that return
2435 value of size 1-3 is handled correctly.
2436
2437 2010-08-19 Ian Bolton <ian.bolton@arm.com>
2438
2439 * tree-switch-conversion.c (gen_inbound_check): Ensure that the
2440 type for the conditional has wide enough range.
2441
2442 2010-08-18 Uros Bizjak <ubizjak@gmail.com>
2443
2444 PR target/45327
2445 * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
2446 ix86_binary_operator_ok.
2447
2448 2010-08-18 Uros Bizjak <ubizjak@gmail.com>
2449
2450 * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
2451 <default>: Swap operands 1 and 2 for alternative 2 to use existing
2452 code to output insn mnemonic. Fix comment.
2453 (*addsi_1_zext): Add r-r-0 alternative 1.
2454 <TYPE_LEA>: Split insn to lea.
2455 <default>: Handle alternative 1.
2456 (*addhi_1_lea): Add r-r-0 alternative 2. Use cond RTX instead of
2457 multi-level if_then_else RTX to set "type" attribute.
2458 <default>: Handle alternative 2.
2459 (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
2460 Use cond RTX instead of multi-level if_then_else RTX to set
2461 "type" attribute.
2462 <default>: Handle alternatives 2 and 4.
2463 (lea splitters): Update calls to ix86_lea_for_add_ok.
2464
2465 * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
2466 argument.
2467 * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
2468
2469 2010-08-18 Richard Guenther <rguenther@suse.de>
2470
2471 * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
2472 use operand helpers.
2473
2474 2010-08-18 Paolo Bonzini <bonzini@gnu.org>
2475
2476 PR middle-end/45292
2477 * optabs.c (expand_bool_compare_and_swap): Expand pending
2478 pops before trying the optab.
2479
2480 2010-08-18 Yao Qi <yao@codesourcery.com>
2481
2482 PR target/45094
2483 * config/arm/arm.c (output_move_double): Fix typo generating
2484 instructions ('ldr'->'str').
2485
2486 2010-08-18 Maxim Kuvyrkov <maxim@codesourcery.com>
2487
2488 PR rtl-optimization/42575
2489 * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
2490 live ranges.
2491
2492 2010-08-18 Marcus Shawcroft <marcus.shawcroft@arm.com>
2493
2494 * config/arm/arm-protos.h (arm_expand_sync): New.
2495 (arm_output_memory_barrier, arm_output_sync_insn): New.
2496 (arm_sync_loop_insns): New.
2497 * config/arm/arm.c (FL_ARCH7): New.
2498 (FL_FOR_ARCH7): Include FL_ARCH7.
2499 (arm_arch7): New.
2500 (arm_print_operand): Support %C markup.
2501 (arm_legitimize_sync_memory): New.
2502 (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
2503 (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
2504 (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
2505 (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
2506 (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
2507 (arm_process_output_sync_insn, arm_output_sync_insn): New.
2508 (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
2509 * config/arm/arm.h (struct arm_sync_generator): New.
2510 (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
2511 (TARGET_HAVE_MEMORY_BARRIER): New.
2512 (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
2513 * config/arm/arm.md: Include sync.md.
2514 (UNSPEC_MEMORY_BARRIER): New.
2515 (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
2516 (VUNSPEC_SYNC_OP):New.
2517 (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
2518 (sync_result, sync_memory, sync_required_value): New attributes.
2519 (sync_new_value, sync_t1, sync_t2): Likewise.
2520 (sync_release_barrier, sync_op): Likewise.
2521 (length): Add logic to length attribute defintion to call
2522 arm_sync_loop_insns when appropriate.
2523 * config/arm/sync.md: New file.
2524
2525 2010-08-17 Jakub Jelinek <jakub@redhat.com>
2526
2527 * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
2528 ENABLE_TREE_CHECKING.
2529 (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
2530 and GCC >= 4.3.
2531
2532 2010-08-17 H.J. Lu <hongjiu.lu@intel.com>
2533
2534 * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
2535 or optimizing for size, always avoid lea if possible.
2536
2537 * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
2538
2539 2010-08-17 Iain Sandoe <iains@gcc.gnu.org>
2540
2541 * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
2542 Dunmmy function with NULL return unless the target is
2543 OSX >= 10.6 (Darwin10).
2544
2545 2010-08-17 Jack Howarth <howarth@bromo.med.uc.edu>
2546
2547 * gcc.c (spec_function): Add remove-outfile.
2548 (remove_outfile_spec_function): New function.
2549 * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
2550 * invoke.texi (replace-outfile): Document.
2551
2552 2010-08-17 Uros Bizjak <ubizjak@gmail.com>
2553
2554 PR target/45296
2555 * reginfo.c (globalize_reg): Reject stack registers.
2556
2557 2010-08-17 Richard Guenther <rguenther@suse.de>
2558
2559 * tree-ssa-dom.c (struct edge_info): Use a VEC for the
2560 list of conditional equivalences.
2561 (free_all_edge_infos): Adjust.
2562 (record_equivalences_from_incoming_edge): Likewise.
2563 (record_cond): Likewise.
2564 (build_and_record_new_cond): Likewise.
2565 (record_conditions): Likewise.
2566 (dom_opt_leave_block): Likewise.
2567
2568 2010-08-17 Kai Tietz <kai.tietz@onevision.com>
2569
2570 * doc/invoke.texi (ms-extension): Add documentation.
2571
2572 2010-08-17 Richard Guenther <rguenther@suse.de>
2573
2574 * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
2575
2576 2010-08-17 Shujing Zhao <pearly.zhao@oracle.com>
2577
2578 PR c/40563
2579 * c-decl.c (diagnose_uninitialized_cst_member): New function.
2580 (finish_decl): Use it to issue a -Wc++-compat warning about
2581 uninitialized const field in struct or union.
2582
2583 (finish_struct): Use strip_array_types.
2584
2585 2010-08-17 Jakub Jelinek <jakub@redhat.com>
2586
2587 * function.c (block_fragments_nreverse, blocks_nreverse_all): New
2588 functions.
2589 (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
2590 (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL. Don't
2591 call block_nreverse here.
2592 (blocks_nreverse): Rename decl temporary to block.
2593
2594 2010-08-16 Bernd Schmidt <bernds@codesourcery.com>
2595
2596 * config/arm/thumb2.md (thumb2_notsi_shiftsi,
2597 thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
2598 thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
2599 thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
2600 thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
2601 thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
2602 thumb2_iorsi3): Delete.
2603 (orsi_notsi_si): No longer a named pattern.
2604 (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
2605 * config/arm/predicates.md (shift_amount_operand): New.
2606 (mult_operator): New.
2607 * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
2608 attr enabled): New.
2609 (iorsi3_insn): Renamed from arm_iorsi3. Handle a new alternative if
2610 arch matches t2.
2611 (not_shiftsi): Renamed from arm_notsi_shiftsi. Handle Thumb2 variant.
2612 (not_shiftsi_compare0): Likewise, renamed from
2613 arm_notsi_shiftsi_compare0.
2614 (not_shiftsi_compare0_scratch): Likweise, renamed from
2615 arm_notsi_shiftsi_compare0_scratch.
2616 (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
2617 (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
2618 (arith_shiftsi): Handle Thumb2 variant. Set insn_enabled attribute
2619 so that the register alternative is disabled when the shift_operator
2620 is MULT. Use "M" as the constraint for constants.
2621 (arith_shiftsi splitter): Enable for TARGET_32BIT.
2622 (arith_shiftsi_compare0): Handle Thumb2 variant. Use "M" as the
2623 constraint for constants.
2624 (arith_shiftsi_compare0_scratch): Likewise.
2625 (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
2626 Handle Thumb2 alternative.
2627
2628 2010-08-16 Joseph Myers <joseph@codesourcery.com>
2629
2630 * doc/options.texi (NoDriverArg): Document.
2631 * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
2632 -MDX and -MMDX.
2633 * opt-functions.awk (switch_flags): Handle NoDriverArg.
2634 * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
2635 marking for CL_NO_DRIVER_ARG options when in the driver.
2636 * opts.h (CL_NO_DRIVER_ARG): Define.
2637 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
2638 CL_COMMON): Update values.
2639
2640 2010-08-16 Joseph Myers <joseph@codesourcery.com>
2641
2642 * common.opt: Add driver options.
2643 (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
2644 * doc/options.texi (Driver, RejectDriver): Document.
2645 * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
2646 print_prog_name, print_multi_directory, print_sysroot,
2647 print_multi_os_directory, print_multi_lib,
2648 print_sysroot_headers_suffix, report_times, combine_flag,
2649 use_pipes, wrapper_string): Remove.
2650 (save_switch, driver_unknown_option_callback,
2651 driver_wrong_lang_callback, driver_post_handling_callback,
2652 driver_handle_option): New.
2653 (spec_lang, last_language_n_infiles): Make file-scope static
2654 instead of local to process_command.
2655 (process_command): Use decode_cmdline_options_to_array and
2656 read_cmdline_option for option processing. Compute have_c in
2657 prescan of decoded options.
2658 * opt-functions.awk (switch_flags): Handle Driver and
2659 RejectDriver.
2660 (var_type, var_type_struct): Handle Separate options as generating
2661 const char * variables.
2662 * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
2663 CL_TARGET to be passed by caller if required.
2664 (decode_cmdline_options_to_array): Update comment.
2665 * opts.c (complain_wrong_lang): Handle options only valid for the
2666 driver.
2667 (decode_options): Update call to decode_cmdline_options_to_array.
2668 (print_filtered_help): Ignore driver-only options.
2669 (print_specific_help): Ignore CL_DRIVER.
2670 (common_handle_option): Don't call print_specific_help for CL_DRIVER.
2671 * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
2672 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
2673 Update values.
2674
2675 2010-08-16 Richard Guenther <rguenther@suse.de>
2676
2677 * tree-cfg.c (verify_types_in_gimple_reference): Verify
2678 TARGET_MEM_REF a bit.
2679 * tree-ssa-address.c (addr_for_mem_ref): Adjust.
2680 (create_mem_ref_raw): Always create TMR_OFFSET, store the
2681 alias pointer type via it.
2682 (copy_mem_ref_info): Adjust.
2683 (maybe_fold_tmr): Likewise.
2684 * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
2685 (reference_alias_ptr_type): Likewise.
2686 * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
2687 adjust documentation of TMR_OFFSET operand.
2688 * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
2689 use the alias pointer type.
2690 * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
2691 initialize mem attrs but the TMR itself.
2692 * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
2693 similar to MEM_REF.
2694 * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
2695 * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
2696 (unshare_and_remove_ssa_names): Likewise.
2697 (copy_ref_info): Adjust.
2698 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
2699 TARGET_MEM_REF case.
2700 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
2701 at TMR_ORIGINAL.
2702 * tree.h (TMR_ORIGINAL): Remove.
2703 * gimple.c (get_base_address): For TARGET_MEM_REF with a
2704 symbol return that.
2705 * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
2706 with a symbol.
2707 (get_addr_base_and_unit_offset): Likewise.
2708 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
2709 TARGET_MEM_REFs.
2710 (indirect_ref_may_alias_decl_p): Likewise.
2711 (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
2712
2713 2010-08-15 Uros Bizjak <ubizjak@gmail.com>
2714
2715 * doc/invoke.texi (-fomit-frame-pointer): Document that starting
2716 with GCC version 4.6, the default setting (when not optimizing
2717 for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
2718 been changed to -fomit-frame-pointer.
2719
2720 2010-08-15 Iain Sandoe <iains@gcc.gnu.org>
2721
2722 * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
2723 Darwin10. Do not link libgcc.a for Darwin >= 9.
2724
2725 2010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
2726
2727 * doc/invoke.texi (Warning Options): Fix terminology and markup
2728 in the description of how unknown warning options are handled.
2729
2730 2010-08-15 Ira Rosen <irar@il.ibm.com>
2731
2732 * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
2733 in basic blocks.
2734 (vect_supportable_dr_alignment): Check alignment for basic blocks.
2735 * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
2736 data references.
2737 (vect_bb_vectorization_profitable_p): New function.
2738 (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
2739 check if it's worthwhile to vectorize the basic block.
2740
2741 2010-08-14 Anatoly Sokolov <aesok@post.ru>
2742
2743 * reload.h (register_move_cost, memory_move_secondary_cost,
2744 secondary_reload_class): Adjust prototype.
2745 * rtl.h (reg_class_subset_p): Adjust prototype.
2746 * reload.c (secondary_reload_class): Change arguments type from
2747 enum reg_class to reg_class_t. Change result type to reg_class_t.
2748 * reginfo.c (register_move_cost, reg_class_subset_p): Change
2749 arguments type from enum reg_class to reg_class_t.
2750 (memory_move_secondary_cost): Change arguments type from
2751 enum reg_class to reg_class_t. Change type of saved_flags to
2752 reg_class_t.
2753
2754 * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
2755 Remove macros.
2756 (mips_cost): Remove.
2757 (struct mips_rtx_cost_data): Moved to mips.c.
2758 * config/mips/mips-protos.h (mips_register_move_cost): Remove.
2759 * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
2760 (mips_cost): Make static.
2761 (mips_canonicalize_move_class): Change argument type to reg_class_t.
2762 Change result type to reg_class_t.
2763 (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
2764 type from enum reg_class to reg_class_t.
2765 (mips_register_move_cost): Make static. Change arguments
2766 type from enum reg_class to reg_class_t.
2767 (mips_memory_move_cost): New function.
2768 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
2769
2770 2010-08-14 Richard Sandiford <rdsandiford@googlemail.com>
2771
2772 PR rtl-optimization/43358
2773 * ira-lives.c (process_single_reg_class_operands): Adjust the costs
2774 of a single hard register, using simplify_subreg_regno to decide
2775 what that register should be.
2776
2777 2010-08-14 Mingjie Xing <mingjie.xing@gmail.com>
2778
2779 * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
2780 * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
2781 (loongson_pmull<V_suffix>): Rename to...
2782 (mul<mode>3): ...this and use MULT instead of an UNSPEC.
2783
2784 2010-08-13 Jack Howarth <howarth@bromo.med.uc.edu>
2785
2786 * configure.ac: Enable -fomit-frame-pointer on darwin
2787 which support dwarf2.
2788 * config/i386/i386.c (override_options): Same.
2789
2790 2010-08-13 Jie Zhang <jie@codesourcery.com>
2791
2792 * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
2793
2794 2010-08-12 Joseph Myers <joseph@codesourcery.com>
2795
2796 * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
2797 -MMD.
2798
2799 2010-08-12 Changpeng Fang <changpeng.fang@amd.com>
2800
2801 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
2802 up dot_prod pattern searching if a stmt is outside the loop.
2803
2804 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
2805 Uros Bizjak <ubizjak@gmail.com>
2806
2807 * config.gcc: Handle --enable-frame-pointer.
2808
2809 * configure.ac: Add --enable-frame-pointer.
2810 * configure: Regenerated.
2811
2812 * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
2813 (override_options): If not configured with --enable-frame-pointer,
2814 enable -fomit-frame-pointer (but not for TARGET_MACHO or when
2815 optimizing for size), -fasynchronous-unwind-tables and
2816 -maccumulate-outgoing-args by default.
2817
2818 2010-08-12 Jakub Jelinek <jakub@redhat.com>
2819
2820 * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
2821
2822 PR middle-end/45262
2823 * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
2824 -a overflows. Normalize the range.
2825
2826 2010-08-12 Richard Guenther <rguenther@suse.de>
2827
2828 PR tree-optimization/45232
2829 * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
2830 for types with undefined overflow.
2831 (reassociate_bb): Allow re-associating of bit and min/max
2832 operations for types with undefined overflow.
2833 * tree-ssa-forwprop.c (associate_plusminus): New function.
2834 (tree_ssa_forward_propagate_single_use_vars): Call it.
2835
2836 2010-08-12 Richard Guenther <rguenther@suse.de>
2837
2838 * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
2839 * tree-ssa-alias.c (get_ptr_info): Move ...
2840 * tree-ssanames.c (get_ptr_info): ... here. Initialize
2841 align and misalign fields conservatively.
2842 * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
2843 derive alignment information.
2844 (evaluate_stmt): Derive alignment information from memory
2845 allocation functions.
2846 * tree.h (get_pointer_alignment): Make unsigned.
2847 * builtins.c (get_object_alignment): Use alignment information we
2848 have computed for pointers.
2849 (get_pointer_alignment): Likewise. Make conservative, return
2850 and unsigned value.
2851 (expand_builtin_strlen): Adjust.
2852 (expand_builtin_memcmp): Likewise.
2853 (expand_builtin_strcmp): Likewise.
2854 (expand_builtin_strncmp): Likewise.
2855 (get_builtin_sync_mem): Use at least mode alignment.
2856 (fold_builtin_memset): Adjust.
2857 (fold_builtin_memory_op): Likewise.
2858 * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
2859 information also dump pointer alignment knowledge.
2860 (dump_gimple_stmt): Likewise.
2861
2862 2010-08-12 Uros Bizjak <ubizjak@gmail.com>
2863
2864 * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
2865 (EMPTY_FIELD_BOUNDARY): Remove.
2866 * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
2867
2868 2010-08-12 Jakub Jelinek <jakub@redhat.com>
2869
2870 PR debug/45259
2871 * caller-save.c (save_call_clobbered_regs): Only swap notes with
2872 DEBUG_INSNs if n_regs_saved.
2873
2874 2010-08-12 Wei Guozhi <carrot@google.com>
2875
2876 PR target/44999
2877 * config/arm/arm.md (andsi3): Change to zero extension if possible.
2878 * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
2879
2880 2010-08-11 Vladimir Makarov <vmakarov@redhat.com>
2881
2882 * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
2883
2884 * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
2885
2886 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2887
2888 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
2889 the case removed in the previous patch, when the only phi argument
2890 is defined in the same loop as the phi node itself. Handle it
2891 separately from the invariant case by both propagating it outside
2892 the region and replacing the phi node with an assign.
2893
2894 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2895
2896 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
2897 constant phi nodes with one argument are is_gimple_min_invariant
2898 and SSA_NAME_IS_DEFAULT_DEF.
2899
2900 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2901
2902 * graphite-cloog-util.c (oppose_constraint):
2903 Extend loop counter's value range (CLOOG_ORG).
2904 (cloog_matrix_to_ppl_constraint): Same.
2905 (new_Constraint_System_from_Cloog_matrix): Same.
2906 * graphite-cloog-compat.h (matrix_num_type): New.
2907
2908 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2909
2910 * graphite.c (graphite_initialize): Do not initialize
2911 CLooG and initialize the Parma Polyhedra Library
2912 manually when using CLOOG_ORG.
2913 (graphite_finalize): Do not finalize CLooG and finalize
2914 the Parma Polyhedra Library manually when using CLOOG_ORG.
2915 * graphite-cloog-compat.h (cloog_initialize): Hide function
2916 when using CLOOG_ORG.
2917 (cloog_finalize): Same.
2918
2919 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2920
2921 * graphite-clast-to-gimple.c (free_scattering): Change
2922 CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
2923 (CLOOG_ORG).
2924 (build_cloog_prog): Same.
2925 * graphite-cloog-compat.h (cloog_domain): Removed.
2926 (cloog_scattering): New.
2927 (cloog_set_domain): Removed.
2928 (cloog_set_scattering): New.
2929 (cloog_next_domain): Removed.
2930 (cloog_next_scattering): New.
2931 (cloog_set_next_domain): Removed.
2932 (cloog_set_next_scattering): New.
2933 (CloogScatteringList): New.
2934 (CloogScattering): New.
2935 (cloog_scattering_free): New.
2936 (new_Cloog_Scattering_from_ppl_Polyhedron): New.
2937 * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
2938 New.
2939
2940 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2941
2942 * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
2943 CloogState.
2944 (set_cloog_options): Same.
2945 (print_clast_stmt): Same.
2946 (scop_to_clast): Same.
2947 (print_generated_program): Same.
2948 (gloog): Same.
2949 * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
2950 (scop_to_clast): Extend with CloogState.
2951 * graphite-cloog-util.c: Include graphite-cloog-compat.h
2952 (new_Cloog_Domain_from_ppl_Polyhedron):
2953 Extend with CloogState. Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
2954 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
2955 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
2956 * graphite-cloog-util.h (build_cloog_prog): Same.
2957 * graphite-cloog-copat.h (build_cloog_prog): New.
2958 (CloogState): New.
2959 (cloog_state_malloc): New.
2960 (cloog_state_free): New.
2961 (cloog_loop_malloc): New.
2962 (cloog_options_malloc): New.
2963 (cloog_statement_alloc): New.
2964 (cloog_domain_from_cloog_matrix): New.
2965 (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
2966 (new_Cloog_Domain_from_ppl_Polyhedron): New.
2967
2968 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2969
2970 * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
2971 type of NAME now depends on used CLooG version.
2972 (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
2973 (gcc_type_for_clast_expr): Same.
2974 (print_clast_stmt): Replace pprint with clast_pprint.
2975 * graphite-cloog-compat.h: Provide compatibility macros for
2976 CLooG Legacy.
2977 (clast_name_p): New.
2978 (clast_expr_term): New.
2979 (clast_expr_red): New.
2980 (clast_expr_bin): New.
2981 (clast_pprint): New.
2982
2983 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2984
2985 * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
2986 compatible to newer CLooG releases (CLOOG_ORG).
2987 (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
2988 (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
2989 * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
2990 (build_cloog_prog) : New.
2991 (cloog_program_extract_scalars): New.
2992 (cloog_program_scatter): New.
2993
2994 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2995
2996 * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
2997 conditionally (CLOOG_ORG).
2998 * graphite-cloog-compat.h: New. Include graphite-cloog-compat.h.
2999 (cloog_statement_usr): New.
3000 (cloog_domain): Same.
3001 (cloog_set_domain): Same.
3002 (cloog_next_domain): Same.
3003 (cloog_set_next_domain): Same.
3004 (cloog_program_nb_scattdims): Same.
3005 (cloog_program_set_nb_scattdims): Same.
3006 (cloog_program_names): Same.
3007 (cloog_program_set_names): Same.
3008 (cloog_program_set_context): Same.
3009 (cloog_program_set_loop): Same.
3010 (cloog_program_blocklist): Same.
3011 (cloog_program_set_blocklist): Same.
3012 (cloog_program_scaldims): Same.
3013 (cloog_program_set_scaldims): Same.
3014 (cloog_names_nb_parameters): Same.
3015 (cloog_names_set_nb_parameters): Same.
3016 (cloog_names_parameters): Same.
3017 (cloog_names_set_parameters): Same.
3018 (cloog_names_set_nb_iterators): Same.
3019 (cloog_names_set_iterators): Same.
3020 (cloog_names_set_nb_scattering): Same.
3021 (cloog_names_set_scattering): Same.
3022 (cloog_statement_set_usr): Same.
3023 (cloog_loop_set_next): Same.
3024 (cloog_loop_set_domain): Same.
3025 (cloog_loop_set_block): Same.
3026 (cloog_block_list_next): Same.
3027 (cloog_block_list_set_next):
3028 (cloog_block_list_set_block): Same.
3029
3030 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3031
3032 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
3033 a bool.
3034 (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
3035 (rewrite_commutative_reductions_out_of_ssa_loop): Same.
3036 (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
3037 when something has been changed.
3038 (rewrite_commutative_reductions_out_of_ssa): Same.
3039
3040 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3041
3042 * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
3043 handle the case when def is in the sese region.
3044 (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
3045 for invariant expressions.
3046 (rewrite_cross_bb_phi_deps): Removed.
3047 (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
3048 (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
3049 rewrite_cross_bb_phi_deps.
3050
3051 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3052
3053 * graphite-sese-to-poly.c
3054 (rewrite_commutative_reductions_out_of_ssa_loop): Call
3055 scev_analyzable_p only on is_gimple_reg
3056
3057 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3058
3059 * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
3060 (rewrite_close_phi_out_of_ssa): Propagate constant values or
3061 parametric expressions outside the scop region.
3062 (rewrite_cross_bb_scalar_deps): Same.
3063 * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
3064
3065 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3066
3067 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
3068 SSA_NAME_DEF_STMT only on SSA_NAMEs.
3069
3070 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3071
3072 * tree-scalar-evolution.c (instantiate_scev_name): Do not
3073 instantiate default definitions.
3074
3075 2010-08-11 Vladimir Kargov <kargov@gmail.com>
3076 Sebastian Pop <sebastian.pop@amd.com>
3077
3078 * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
3079 (loop_exits_from_bb_p): New.
3080 * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
3081 (loop_exits_from_bb_p): Declared.
3082 * graphite-scop-detection.c (scopdet_basic_block_info): Call
3083 loop_exits_to_bb_p.
3084
3085 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3086
3087 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
3088 extra parameter for the region. Call scev_analyzable_p.
3089 (rewrite_reductions_out_of_ssa): Update call to
3090 rewrite_close_phi_out_of_ssa.
3091 (rewrite_cross_bb_phi_deps): Same.
3092 (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
3093 parameter for the region. Call scev_analyzable_p.
3094 (rewrite_commutative_reductions_out_of_ssa): Update call to
3095 rewrite_commutative_reductions_out_of_ssa_loop.
3096
3097 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3098
3099 * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
3100
3101 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3102
3103 * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
3104 SSA scalar phi nodes that can be scev_analyzable_p.
3105
3106 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3107
3108 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
3109 handle SSA_NAME_IS_DEFAULT_DEF.
3110
3111 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3112
3113 * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
3114
3115 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3116
3117 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
3118 case non close-phi nodes with one argument.
3119
3120 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3121
3122 * sese.h (scev_analyzable_p): Scevs could be expressions without
3123 chrecs and still be scev_analyzable_p.
3124
3125 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3126
3127 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
3128
3129 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3130
3131 * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
3132 * cfgloop.h (struct loop): Remove single_iv field.
3133 * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
3134 (scop_canonicalize_loops): Removed.
3135 (scop_ivs_can_be_represented): Do not use loop->single_iv. Iterate
3136 over all the loop phi nodes in loop->header.
3137 (build_poly_scop): Remove use of scop_canonicalize_loops.
3138
3139 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3140
3141 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
3142 handle GIMPLE_CALL.
3143
3144 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3145
3146 * tree-chrec.c (chrec_apply): Should only apply to the specified
3147 variable. Also handle multivariate chains of recurrences that
3148 satisfy evolution_function_is_affine_p. Also handle CASE_CONVERT.
3149
3150 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3151
3152 * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
3153 (debug_clast_name_indexes_1): Removed.
3154 (debug_clast_name_indexes): Removed.
3155 (pbb_to_depth_to_oldiv): Removed.
3156 (build_iv_mapping): Replace the use of rename_map with iv_map.
3157 (translate_clast_user): Remove uses of rename_map. Allocate and
3158 free iv_map.
3159 (translate_clast_for_loop): Remove uses of rename_map.
3160 (translate_clast_for): Same.
3161 (translate_clast_guard): Same.
3162 (translate_clast): Same.
3163 (gloog): Same.
3164 * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
3165 * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
3166 * sese.c (set_rename): Now static.
3167 (rename_variables_in_stmt): Removed.
3168 (rename_uses): New.
3169 (is_parameter): Removed.
3170 (is_iv): Removed.
3171 (expand_scalar_variables_call): Removed.
3172 (expand_scalar_variables_ssa_name): Removed.
3173 (expand_scalar_variables_expr): Removed.
3174 (expand_scalar_variables_stmt): Removed.
3175 (expand_scalar_variables): Removed.
3176 (rename_variables): Removed.
3177 (remove_condition): Removed.
3178 (get_true_edge_from_guard_bb): Removed.
3179 (get_false_edge_from_guard_bb): Removed.
3180 (struct igp): Removed.
3181 (default_before_guard): Removed.
3182 (convert_for_phi_arg): Removed.
3183 (add_guard_exit_phis): Removed.
3184 (insert_guard_phis): Removed.
3185 (graphite_copy_stmts_from_block): Now also uses iv_map and a
3186 region. Do not copy conditions. Do not copy induction variables.
3187 Call rename_uses.
3188 (copy_bb_and_scalar_dependences): Allocate a local rename_map for
3189 the translated statement. Use the iv_map for the induction
3190 variable renaming.
3191 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
3192 (set_rename): Removed declaration.
3193 (scev_analyzable_p): ...here.
3194 * tree-chrec.c (chrec_apply_map): New.
3195 * tree-chrec.h (chrec_apply_map): Declared.
3196
3197 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3198
3199 * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
3200 insert_loop_close_phis.
3201 * sese.c (name_defined_in_loop_p): Removed.
3202 (expr_defined_in_loop_p): Removed.
3203 (alive_after_loop): Removed.
3204 (close_phi_not_yet_inserted_p): Removed.
3205 (struct alep): Removed.
3206 (add_loop_exit_phis): Removed.
3207 (insert_loop_close_phis): Removed.
3208
3209 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3210
3211 * graphite-cloog-util.c
3212 (cloog_matrix_to_ppl_constraint): Fix flipped condition.
3213 * graphite-poly.c
3214 (psct_scattering_dim_for_loop_depth): Same.
3215
3216 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3217
3218 * graphite-cloog-util.h: Added cloog.h.
3219 * graphite-blocking.c: Removed cloog.h.
3220 * graphite-dependences.c: Same.
3221 * graphite-interchange.c: Same.
3222 * graphite-poly.c: Same.
3223 * graphite-ppl.c: Same.
3224 * graphite-scop-detection.c: Same.
3225 * graphite-sese-to-poly.c:
3226 Removed cloog.h.
3227 Removed graphite-clast-to-gimple.h.
3228 (check_poly_representation): Removed (unused).
3229 * graphite-sese-to-poly.h
3230 (check_poly_representation): Removed (unused).
3231
3232 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3233
3234 * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
3235 (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
3236 (graphite-cloog-util.o): New.
3237 (graphite-ppl.o): Added graphite-cloog-util.h.
3238 * graphite-clast-to-gimple.c:
3239 Added graphite-cloog-util.h to include statements.
3240 * graphite-cloog-util.c: New.
3241 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
3242 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
3243 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
3244 (new_C_Polyhedron_from_Cloog_Matrix): Same.
3245 (insert_constraint_into_matrix): Same.
3246 (ppl_Constrain_System_number_of_constraints): Same.
3247 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
3248 (oppose_constraint): Same.
3249 (cloog_matrix_to_ppl_constraint): Same.
3250 (new_Constraint_System_from_Cloog_Matrix): Same.
3251 * graphite-cloog-util.h: New.
3252 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
3253 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
3254 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
3255 (new_C_Polyhedron_from_Cloog_Matrix): Same.
3256 (insert_constraint_into_matrix): Same.
3257 * graphite-ppl.c:
3258 Added graphite-cloog-util.h to include statements.
3259 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
3260 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
3261 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
3262 (new_C_Polyhedron_from_Cloog_Matrix): Same.
3263 (insert_constraint_into_matrix): Same.
3264 (ppl_Constrain_System_number_of_constraints): Same.
3265 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
3266 (oppose_constraint): Same.
3267 (cloog_matrix_to_ppl_constraint): Same.
3268 (new_Constraint_System_from_Cloog_Matrix): Same.
3269 * graphite-ppl.h:
3270 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
3271 graphite-cloog-util.h.
3272 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
3273 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
3274 (new_C_Polyhedron_from_Cloog_Matrix): Same.
3275 (insert_constraint_into_matrix): Same.
3276
3277 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3278
3279 * graphite-clast-to-gimple.c
3280 (precision_for_value): Resolve value_* calls to matching mpz_* calls.
3281 (precision_for_interval): Same.
3282 (gcc_type_for_interval): Same.
3283 (compute_type_for_level): Same.
3284 * graphite-interchange.c
3285 (lst_interchange_profitable_p): Same.
3286 * graphite-poly.c
3287 (psct_scattering_dim_for_loop_depth): Same.
3288 * graphite-ppl.c
3289 (ppl_max_for_le_pointset): Same.
3290 (ppl_min_for_le_pointset): Same.
3291
3292 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3293
3294 * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
3295 (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
3296
3297 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3298
3299 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
3300 rewrite_close_phi_out_of_ssa.
3301
3302 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3303
3304 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
3305
3306 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3307
3308 * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
3309 rename_map.
3310 * sese.c (debug_rename_map): Same.
3311 (get_rename): Same.
3312 (set_rename): Same.
3313 (rename_variables_in_stmt): Same.
3314 (expand_scalar_variables_call): Same.
3315 (expand_scalar_variables_ssa_name): Same.
3316 (expand_scalar_variables_expr): Same.
3317 (expand_scalar_variables_stmt): Same.
3318 (expand_scalar_variables): Same.
3319 (rename_variables): Same.
3320 (graphite_copy_stmts_from_block): Same.
3321 (copy_bb_and_scalar_dependences): Same.
3322
3323 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3324
3325 * graphite-clast-to-gimple.c (copy_renames): Removed.
3326 (translate_clast_for): Do not call copy_renames.
3327 (translate_clast_guard): Same.
3328
3329 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3330
3331 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
3332 (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
3333 (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
3334 before rewrite_cross_bb_scalar_deps.
3335
3336 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3337
3338 * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
3339 Early return in when flag_associative_math is not set.
3340
3341 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3342
3343 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
3344 of SSA copies on edges except for loop->latch.
3345
3346 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3347
3348 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
3349 Split out of rewrite_reductions_out_of_ssa.
3350 * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
3351 Declared.
3352 * graphite.c (graphite_transform_loops): Call it.
3353
3354 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3355
3356 * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
3357
3358 2010-08-11 Alexander Monakov <amonakov@ispras.ru>
3359
3360 * dbgcnt.def (graphite_scop): New counter.
3361 * graphite.c: Include dbgcnt.h.
3362 (graphite_transform_loops): Use new counter to limit transformations.
3363 * Makefile.in (graphite.o): Depend on DBGCNT_H.
3364
3365 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3366
3367 * passes.c (init_optimization_passes): Add pass_graphite.
3368 Schedule a pass_copy_prop before pass_graphite_transforms.
3369 * timevar.def (TV_GRAPHITE): Declared.
3370 * tree-pass.h (pass_graphite): Declared.
3371 * tree-ssa-loop.c (pass_graphite): New.
3372
3373 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3374
3375 * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
3376 Remove calls to rename_nb_iterations and rename_sese_parameters.
3377 * graphite-clast-to-gimple.h (gloog): Update declaration.
3378 * graphite.c (graphite_transform_loops): Update call to gloog.
3379 * sese.c (rename_variables_in_expr): Removed.
3380 (rename_nb_iterations): Removed.
3381 (rename_sese_parameters): Removed.
3382 * sese.h (rename_nb_iterations): Removed.
3383 (rename_sese_parameters): Removed.
3384
3385 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3386
3387 * graphite-clast-to-gimple.c (gloog): Remove call to
3388 sese_adjust_liveout_phis.
3389 * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
3390 SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
3391 (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
3392 rewrite_phi_out_of_ssa.
3393 * sese.c (get_vdef_before_sese): Removed.
3394 (sese_adjust_vphi): Removed.
3395 (sese_adjust_liveout_phis): Removed.
3396 * sese.h (sese_adjust_liveout_phis): Removed.
3397
3398 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3399
3400 * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
3401 argument for the place after which to insert the out of SSA copy.
3402 (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
3403 (rewrite_phi_out_of_ssa): Same.
3404 (rewrite_cross_bb_scalar_deps): Same.
3405 (insert_copyout): Removed.
3406 (insert_copyin): Removed.
3407 (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
3408 insert_out_of_ssa_copy_on_edge instead of insert_copyout and
3409 insert_copyin.
3410
3411 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3412
3413 * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
3414 (rewrite_reductions_out_of_ssa): Same.
3415 (rewrite_commutative_reductions_out_of_ssa): Same.
3416 (build_poly_scop): Do not call these functions.
3417 * graphite-sese-to-poly.h (build_poly_scop): Declared.
3418 (rewrite_reductions_out_of_ssa): Declared.
3419 (rewrite_commutative_reductions_out_of_ssa): Declared.
3420 * graphite.c (graphite_transform_loops): Call on every scop
3421 rewrite_commutative_reductions_out_of_ssa before calling
3422 rewrite_reductions_out_of_ssa and build_scop_bbs.
3423
3424 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3425
3426 * graphite-dependences.c (dot_deps): Make system call to dotty run
3427 in background.
3428 (dot_deps_stmt): Same.
3429 * graphite-poly.c (dot_lst): Same.
3430
3431 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3432
3433 * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
3434 phi_arg_in_outermost_loop.
3435 (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
3436 (remove_invariant_phi): Same.
3437
3438 2010-08-11 Anatoly Sokolov <aesok@post.ru>
3439
3440 * target.def (output_addr_const_extra): New hook.
3441 * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
3442 * doc/tm.texi: Regenerate.
3443 * targhooks.c (default_asm_output_addr_const_extra): New function.
3444 * targhooks.h (default_asm_output_addr_const_extra): Declare.
3445 * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
3446 target hook.
3447
3448 * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
3449 * config/i386/i386-protos.h (output_addr_const_extra): Remove.
3450 * config/i386/i386.h (output_addr_const_extra): Rename to...
3451 (i386_asm_output_addr_const_extra): ...this. Make static.
3452 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
3453
3454 2010-08-11 Richard Henderson <rth@redhat.com>
3455
3456 * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
3457
3458 2010-08-11 Nick Clifton <nickc@redhat.com>
3459
3460 * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
3461 * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
3462 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
3463 stormy16-lib2-cmpsi.c.
3464
3465 * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
3466 -O2.
3467
3468 2010-08-11 Joseph Myers <joseph@codesourcery.com>
3469
3470 * opts.h (struct cl_option_handler_func): Make handler take
3471 cl_decoded_option structure as parameter, not individual elements.
3472 (struct cl_option_handlers): Make callbacks take cl_decoded_option
3473 structure as parameter, not individual elements.
3474 (handle_option): Take cl_decoded_option structure as parameter,
3475 not individual elements.
3476 (handle_generated_option): Declare.
3477 * opts-common.c (handle_option): Take cl_decoded_option structure
3478 as parameter, not individual elements. Update calls to callback
3479 and handler functions.
3480 (handle_generated_option): New.
3481 (read_cmdline_option): Update calls to callback functions and
3482 handle_option.
3483 * opts.c (common_handle_option, complain_wrong_lang,
3484 unknown_option_callback, post_handling_callback,
3485 lang_handle_option, target_handle_option): Take cl_decoded_option
3486 structure as parameter, not individual elements.
3487 (lang_handle_option, target_handle_option, common_handle_option):
3488 Assert option has at most one argument.
3489 (enable_warning_as_error): Call handle_generated_option instead of
3490 handle_option. Do not pass -Werror argument as argument of
3491 generated option.
3492
3493 2010-08-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3494
3495 * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
3496 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
3497 (SUBWORD_BOOL_CAS): Likewise.
3498 (SUBWORD_SYNC_OP): Likewise.
3499 (SUBWORD_TEST_AND_SET): Likewise.
3500 (FETCH_AND_OP_WORD): Parenthesise INF_OP
3501 (SUBWORD_SYNC_OP): Likewise.
3502 (OP_AND_FETCH_WORD): Likewise.
3503
3504 2010-08-10 Xinliang David Li <davidxl@google.com>
3505
3506 * tree-ssa-loop-ivopts.c (get_address_cost): Properly
3507 compute max/min offset in address.
3508
3509 2010-08-10 Vladimir Makarov <vmakarov@redhat.com>
3510
3511 * ira-live.c: Include sbitmap.h.
3512 (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
3513 Compress live ranges even more.
3514
3515 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
3516
3517 * coverage.c (ctr_labels): Delete.
3518
3519 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
3520
3521 PR bootstrap/45177
3522 * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
3523 test here from arm_gen_load_multiple_1.
3524 (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
3525 multiple_operation_profitable_p.
3526
3527 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
3528
3529 * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
3530 (fini_pre): Call free_aux_for_blocks. Delete unused bb variable.
3531
3532 2010-08-10 Richard Henderson <rth@redhat.com>
3533
3534 * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
3535 after saving registers. Assert that SSE registers are only saved
3536 with a sufficiently aligned frame.
3537 (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
3538 remove stack_realign_fp handling.
3539 (ix86_expand_prologue): Save int registers before stack_realign_fp,
3540 and do not mark the stack alignment as frame related.
3541 (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
3542
3543 * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
3544 saves when re-aligning the stack.
3545
3546 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
3547
3548 * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
3549 * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
3550 (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
3551
3552 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
3553
3554 * dwarf2out.c (struct die_struct): Move die_tag to the end.
3555
3556 2010-08-09 Sofiane Naci <sofiane.naci@arm.com>
3557
3558 * config/arm/iterators.md: New file.
3559 * config/arm/arm.md: Include iterators.md.
3560 (QHSI): Move to new file.
3561 (LTUGEU, cnb, optab, ior_xor): Likewise.
3562 * config/arm/iwmmxt.md (VMMX): Move to new file.
3563 (VSHFT, MMX_char): Likewise.
3564 * config/arm/neon.md (VD): Move to new file.
3565 (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
3566 (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
3567 (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
3568 (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
3569 (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
3570 (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
3571 (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
3572 (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
3573 (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
3574 (Is_d_reg, V_mode_nunits): Likewise.
3575 * config/arm/vec-common.md (VALL): Move to new file.
3576 (VALLW, VINT, VINTW): Likewise.
3577
3578 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
3579
3580 PR middle-end/45182
3581 * combine.c (make_compound_operation): Don't try to convert
3582 shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
3583
3584 2010-08-10 Richard Guenther <rguenther@suse.de>
3585
3586 * tree.h (get_object_alignment): Adjust prototype.
3587 * builtins.c (get_object_alignment): Return unsigned int,
3588 drop the align parameter. Handle MEM_REF, MISALIGNED_INDIRECT_REF
3589 and TARGET_MEM_REF properly.
3590 (get_pointer_alignment): Adjust.
3591 * emit-rtl.c (get_mem_align_offset): Adjust comment.
3592 (set_mem_attributes_minus_bitpos): Adjust.
3593 * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
3594
3595 2010-08-10 Richard Guenther <rguenther@suse.de>
3596
3597 * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
3598 (copy_prop_visit_assignment): Simplify.
3599 (copy_prop_visit_stmt): Also visit assignments from
3600 constants.
3601 (copy_prop_visit_phi_node): Use operand_equal_p.
3602
3603 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
3604
3605 * ipa-split.c (find_split_points): Free stack.
3606
3607 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
3608
3609 * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
3610 * tree.c (tree_node_kind): Delete corresponding entries.
3611
3612 2010-08-09 H.J. Lu <hongjiu.lu@intel.com>
3613
3614 * alias.c (may_alias_p): Remove unused ret.
3615
3616 2010-08-09 Bingfeng Mei <bmei@broadcom.com>
3617
3618 * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
3619 alias_sets_conflict_p.
3620 (walk_mems_1): Moved from alias.c.
3621 (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
3622 in alias.c.
3623 (add_inter_loop_mem_dep): Use insns_may_alias_p now.
3624 * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
3625 * alias.c (walk_mems_2): Moved to ddg.c.
3626 (walk_mems_1): Ditto.
3627 (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
3628 to ddg.c.
3629 (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
3630 disambiguation.
3631 *(may_alias_p): New function to check whether two memory expression
3632 may alias or not. Currently used in buidling inter-iteration memory
3633 dependence.
3634 *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
3635 (insn_alias_sets_conflict_p): Removed
3636 *rtl.h (may_alias_p): New function prototype.
3637
3638 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
3639
3640 * tree.c (nreverse): Assert that we don't have a BLOCK.
3641
3642 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
3643
3644 * builtins.c (fold_builtin_next_arg): Use stdarg_p.
3645 * config/arm/arm.c (arm_get_pcs_model): Likewise.
3646 * config/avr/avr.c (init_cumulative_args): Likewise.
3647 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
3648 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
3649 * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
3650 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
3651 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
3652 * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
3653 * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
3654 * dwarf2out.c (gen_subprogram_die): Likewise.
3655 * function.c (allocate_struct_function): Likewise.
3656 * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
3657 (deserves_ellipsis): Delete.
3658
3659 2010-08-09 Richard Guenther <rguenther@suse.de>
3660
3661 * tree-ssa-copy.c (cached_last_copy_of): Remove.
3662 (valueize_val): New function.
3663 (get_last_copy_of): Remove.
3664 (set_copy_of_val): Simplify.
3665 (dump_copy_of): Likewise.
3666 (copy_prop_visit_cond_stmt): Use valueize_val.
3667 (copy_prop_visit_phi_node): Properly handle unvisited names.
3668 Drop code managing copy-of chains.
3669 (init_copy_prop): Adjust.
3670 (fini_copy_prop): Likewise.
3671 (execute_copy_prop): Remove obsolete comment.
3672
3673 2010-08-09 Richard Guenther <rguenther@suse.de>
3674
3675 PR middle-end/44632
3676 * function.c (gimplify_parameters): Do not clear addressable
3677 bit of the original parameter.
3678
3679 2010-08-09 Richard Guenther <rguenther@suse.de>
3680
3681 PR middle-end/45212
3682 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
3683 alignment from MEM_REF offset only if we took it from the
3684 base object.
3685
3686 2010-08-09 Eric Fisher <joefoxreal@gmail.com>
3687
3688 * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
3689
3690 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
3691
3692 * c-tree.h (build_arg_info): Declare.
3693 * c-decl.c (build_arg_info): Define.
3694 (get_parm_info): Call it. Delete initialization code.
3695 * c-parser.c (c_parser_parms_declarator): Likewise.
3696 (c_parser_parms_list_declaractor): Likewise.
3697
3698 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
3699
3700 * c-tree.h (c_arg_tag): Define. Define a VEC containing it.
3701 (struct c_arg_info): Change type of tags field.
3702 * c-decl.c (grokdeclarator): Update for changed type of tags field.
3703 (get_parm_info): Likewise.
3704 (store_parm_decls_newstyle): Likewise.
3705
3706 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
3707
3708 * config/rs6000/rs6000.c (branch_island): Define. Define a VEC of it.
3709 (branch_island_list): Delete.
3710 (branch_islands): Declare.
3711 (add_compiler_branch_island): Adjust for branch_islands instead of
3712 branch_island_list.
3713 (macho_branch_islands): Likewise.
3714 (no_previous_def): Likewise.
3715 (get_prev_label): Likewise.
3716
3717 2010-08-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3718
3719 PR boehm-gc/34544
3720 * gthr-posix.h (__gthread_start): Delete.
3721 (__gthread_active_init): Use pthread_default_stacksize_np instead of
3722 pthread_create to determine if hpux pthreads are active.
3723 * gthr-posix95.h (__gthread_start): Delete.
3724 (__gthread_active_init): Likewise use pthread_default_stacksize_np.
3725
3726 2010-08-08 Kai Tietz <kai.tietz@onevision.com>
3727
3728 * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
3729 _WIN64 not expanded.
3730
3731 2010-08-07 Uros Bizjak <ubizjak@gmail.com>
3732 H.J. Lu <hongjiu.lu@intel.com>
3733
3734 PR target/45213
3735 * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
3736 to output 32bit SFmode immediate as 8 byte sign extended value.
3737
3738 2010-08-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
3739
3740 * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
3741 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
3742 (SUBWORD_BOOL_CAS): Likewise.
3743 (SUBWORD_SYNC_OP): Likewise.
3744 (SUBWORD_TEST_AND_SET): Likewise.
3745 (FETCH_AND_OP_WORD): Parenthesise INF_OP
3746 (SUBWORD_SYNC_OP): Likewise.
3747 (OP_AND_FETCH_WORD): Likewise.
3748
3749 2010-08-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3750
3751 * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
3752 * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
3753 (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
3754 (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
3755 generic part.
3756 (cortex_a9_sched_adjust_cost): New function.
3757 (xscale_sched_adjust_cost): New function.
3758 * config/arm/arm-protos.h (struct tune_params): New field
3759 sched_adjust_cost.
3760 * config/arm/arm-cores.def: Adjust costs for cortex-a9.
3761
3762 2010-08-06 Eric Botcazou <ebotcazou@adacore.com>
3763
3764 PR target/44942
3765 * config/sparc/sparc.c (function_arg_advance): Always take into account
3766 the padding, if any.
3767
3768 2010-08-06 Richard Guenther <rguenther@suse.de>
3769
3770 * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
3771 (dump_lattice_value): Dump it.
3772 (get_default_value): Adjust.
3773 (get_constant_value): Likewise.
3774 (set_value_varying): Likewise.
3775 (set_lattice_value): Make sure to not go up the lattice
3776 with bitwise constant values.
3777 (get_value_for_expr): Handle ADDR_EXPRs.
3778 (value_to_double_int): New function.
3779 (get_value_from_alignment): Likewise.
3780 (do_dbg_cnt): Adjust.
3781 (ccp_lattice_meet): Handle partially constant values.
3782 (bit_value_unop_1): New function.
3783 (bit_value_binop_1): Likewise.
3784 (bit_value_unop): Likewise.
3785 (bit_value_binop): Likewise.
3786 (evaluate_stmt): Track partially constant values if
3787 flag_tree_bit_ccp is set.
3788 (ccp_fold_stmt): Dump if we folded a predicate.
3789 (ccp_visit_stmt): Adjust.
3790 * common.opt (ftree-bit-ccp): New flag.
3791 * doc/invoke.texi (ftree-bit-ccp): Document.
3792 * opts.c (decode_options): Enable bit-CCP at -O1.
3793
3794 2010-08-06 Alan Modra <amodra@gmail.com>
3795
3796 * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
3797 and -mrelocatable-lib description.
3798
3799 2010-08-05 Bernd Schmidt <bernds@codesourcery.com>
3800
3801 From Martin Thuresson <martint@google.com>
3802 * postreload.c (reload_cse_simplify_operands): Use
3803 SET_REGNO_RAW instead of SET_REGNO.
3804 * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
3805 SET_REGNO.
3806 * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
3807 instead of SET_REGNO.
3808 * rtl.h (SET_REGNO_RAW): New macro.
3809
3810 2010-08-05 Eric Botcazou <ebotcazou@adacore.com>
3811
3812 * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
3813 computations. Fix formatting issues.
3814 (num_sign_bit_copies1): Likewise.
3815 (canonicalize_condition): Likewise.
3816
3817 2010-08-05 Richard Henderson <rth@redhat.com>
3818
3819 * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
3820 (floor_log2): Use clz_hwi.
3821 (exact_log2): Use ctz_hwi.
3822 * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
3823 * builtins.c (fold_builtin_bitop): Use them.
3824 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
3825 * combine.c (get_pos_from_mask): Use ctz_hwi.
3826 * double-int.c (double_int_ctz): Likewise.
3827 * explow.c (force_reg): Likewise.
3828 * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
3829
3830 2010-08-05 Richard Henderson <rth@redhat.com>
3831
3832 PR target/45189
3833 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
3834 the alignment constant is properly sign-extended.
3835
3836 2010-08-05 Richard Guenther <rguenther@suse.de>
3837
3838 * expr.c (store_expr): Use emit_block_move only if both
3839 source and target are MEMs. Use store_bit_field if only
3840 the target is a MEM.
3841
3842 2010-08-05 Richard Henderson <rth@redhat.com>
3843
3844 PR debug/45188
3845 * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
3846 (INCOMING_RETURN_ADDR_RTX): Likewise.
3847 (dwarf2out_do_frame): Remove conditional compilation.
3848 (dwarf2out_frame_init): Likewise.
3849
3850 2010-08-05 Nicolas Setton <setton@adacore.com>
3851
3852 * gcov.c (flag_display_progress): New static variable.
3853 (main): Display progress info on standard output if requested.
3854 (options): Add -d/--display-progress.
3855 (print_usage): Print them.
3856 (process_args): Handle them.
3857 * doc/gcov.texi: Document them.
3858
3859 2010-08-05 Martin Jambor <mjambor@suse.cz>
3860
3861 * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
3862 (ipcp_insert_stage): Redirect only edges not flagged with
3863 indirect_inlining_edge. Call ipcp_discover_new_direct_edges for all
3864 discovered constants.
3865
3866 2010-08-05 Martin Jambor <mjambor@suse.cz>
3867
3868 * ipa-prop.h (enum ipa_lattice_type): Changed comments.
3869 (struct ipa_param_descriptor): New fields types and
3870 cannot_devirtualize.
3871 (ipa_param_cannot_devirtualize_p): New function.
3872 (ipa_param_types_vec_empty): Likewise.
3873 (ipa_make_edge_direct_to_target): Declare.
3874 * ipa-cp.c: Fixed first stage driver name in initial comment,
3875 described devirtualization there too.
3876 (ipcp_analyze_node): Call ipa_analyze_params_uses.
3877 (ipcp_print_all_lattices): Print devirtualization info.
3878 (ipa_set_param_cannot_devirtualize): New function.
3879 (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
3880 lattice to BOTTOM.
3881 (ipcp_init_stage): Merged into...
3882 (ipcp_generate_summary): ...its caller.
3883 (ipcp_change_tops_to_bottom): Also process type lists.
3884 (ipcp_add_param_type): New function.
3885 (ipcp_copy_types): Likewise.
3886 (ipcp_propagate_types): Likewise.
3887 (ipcp_propagate_stage): Also propagate types.
3888 (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
3889 Also return true if propagated types require it.
3890 (ipcp_update_callgraph): Dump redirection info.
3891 (ipcp_process_devirtualization_opportunities): New function.
3892 (ipcp_const_param_count): Include known type information.
3893 (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
3894 on new node. Fixed formatting.
3895 * ipa-prop.c (make_edge_direct_to_target): Renamed to
3896 ipa_make_edge_direct_to_target and changed all callers. Made
3897 externally visible.
3898 (ipa_node_duplication_hook): Duplicate types vector.
3899 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
3900 redirect outgoing calls for which we can't get a decl from the
3901 statement. Check that we can get a decl from the call statement.
3902 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
3903 ipa_analyze_params_uses only when ipa-cp is disabled.
3904 * tree-inline.c (get_indirect_callee_fndecl): Removed.
3905 (expand_call_inline): Do not call get_indirect_callee_fndecl.
3906 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
3907 * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
3908
3909 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
3910
3911 * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
3912 temporary. Emit move from temporary to accum, so REG_EQUAL note will
3913 be attached to this insn in correct mode.
3914
3915 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
3916
3917 * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
3918 using REGNO of base_reg directly.
3919
3920 2010-08-05 Jie Zhang <jie@codesourcery.com>
3921
3922 PR tree-optimization/45144
3923 * tree-sra.c (type_consists_of_records_p): Return false
3924 if the record contains bit-field.
3925
3926 2010-08-04 Richard Henderson <rth@redhat.com>
3927
3928 * config/i386/i386.c (struct ix86_frame): Remove padding and
3929 to_allocate members.
3930 (ix86_compute_frame_layout): Don't store them.
3931 (ix86_can_use_return_insn_p): Use a more direct and more obviously
3932 correct condition for the position of the stack pointer.
3933 (ix86_expand_prologue): Compute remaining stack allocation based
3934 on the ultimate stack pointer offset.
3935 (ix86_expand_epilogue): Use more obvious expressions testing for
3936 the stack pointer already pointing to the saved registers.
3937
3938 * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
3939 duplication deconstructing the frame pointer. Simplify
3940 deallocation of the local stack frame.
3941
3942 * reg-notes.def (CFA_EXPRESSION): New.
3943 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
3944 (dwarf2out_frame_debug_cfa_expression): New.
3945 (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
3946
3947 * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
3948 * config/i386/i386.c (ix86_expand_prologue): Set it.
3949 (ix86_expand_epilogue): Clear it.
3950 (ix86_emit_save_reg_using_mov): For registers saved in a realigned
3951 context, add REG_CFA_EXPRESSION notes.
3952
3953 * config/i386/i386.h (struct machine_frame_state): Rename from
3954 machine_cfa_state. Add members tracking SP and FP regardless
3955 of the current CFA register.
3956 (ix86_cfa_state): Remove.
3957 * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
3958 and sse_reg_save_offset members.
3959 (ix86_compute_frame_layout): Set them.
3960 (gen_push): Increment sp_offset too.
3961 (choose_baseaddr_len, choose_baseaddr): New.
3962 (ix86_emit_save_reg_using_mov): New.
3963 (ix86_emit_save_regs_using_mov): Use it.
3964 (ix86_emit_save_sse_regs_using_mov): Likewise.
3965 (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
3966 compare vs the saved red_zone_offset.
3967 (pro_epilogue_adjust_stack): Adjust sp_offset.
3968 (ix86_adjust_stack_and_probe): Likewise.
3969 (ix86_expand_prologue): Set up, use, and validate the new
3970 frame_state_info members. Use gen_frame_mem.
3971 (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
3972 (ix86_emit_restore_reg_using_pop): Likewise. Use and update the
3973 new frame_state_info members.
3974 (ix86_emit_leave): Likewise.
3975 (ix86_emit_restore_regs_using_mov): Likewise. Don't check for
3976 out-of-range stack pointer offsets here.
3977 (ix86_emit_restore_sse_regs_using_mov): Likewise.
3978 (ix86_expand_epilogue): Use and validate the new frame_state_info
3979 members. Break up and simplify the logic selecting the
3980 restore_regs_via_mov code path. Ensure that there will be no
3981 out-of-range stack pointer offsets.
3982
3983 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
3984
3985 * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
3986 argument name to reflect the expected tree; fix indentation.
3987 (ix86_asm_output_function_label): Output the entire 32-bit
3988 ms_hook here as bytes ...
3989 (ix86_expand_prologue): ... not here as insns. Attach the
3990 unwind info for the ms_hook to a blockage insn.
3991 (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
3992 (ix86_ms_bitfield_layout_p): Fix indentation.
3993 * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
3994
3995 * config/i386/i386.c (ix86_using_red_zone): New.
3996 (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
3997 ix86_expand_prologue, ix86_force_to_memory): Use it.
3998
3999 * config/i386/i386.c (ix86_expand_prologue): Simplify logic
4000 saving the int registers.
4001
4002 * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
4003 and DWARF2_UNWIND_INFO conditional compilation.
4004
4005 2010-08-04 Richard Henderson <rth@redhat.com>
4006
4007 PR debug/45171
4008 * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
4009 an is_naming_typedef_decl.
4010
4011 2010-08-04 Bernd Schmidt <bernds@codesourcery.com>
4012
4013 PR rtl-optimization/45162
4014 * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
4015 * dce.c (word_dce_process_block): Likewise.
4016
4017 2010-08-04 Steve Ellcey <sje@cup.hp.com>
4018
4019 PR target/44583
4020 * config/ia64/constraints.md (Z): New.
4021 * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
4022 (xfreg_or_signed_fp01_operand): New.
4023 * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
4024 with fr_reg_or_signed_fp01_operand and constraint G with Z.
4025 (subsf3): Ditto.
4026 (*maddsf4): Ditto.
4027 (*msubsf4): Ditto.
4028 (adddf3): Ditto.
4029 (adddf3_trunc): Ditto.
4030 (subdf3): Ditto.
4031 (*subdf3_trunc): Ditto.
4032 (*madddf4): Ditto.
4033 (*madddf4_trunc): Ditto.
4034 (*msubdf4): Ditto.
4035 (*msubdf4_trunc): Ditto.
4036 (addxf3): Replace xfreg_or_fp01_operand with
4037 xfreg_or_signed_fp01_operand and constraint G with Z.
4038 (*addxf3_truncsf): Ditto.
4039 (*addxf3_truncdf): Ditto.
4040 (subxf3): Ditto.
4041 (*subxf3_truncsf): Ditto.
4042 (*subxf3_truncdf): Ditto.
4043 (*maddxf4): Ditto.
4044 (*maddxf4_truncsf): Ditto.
4045 (*maddxf4_truncdf): Ditto.
4046 (*msubxf4): Ditto.
4047 (*msubxf4_truncsf): Ditto.
4048 (*msubxf4_truncdf): Ditto.
4049
4050 2010-08-04 Richard Guenther <rguenther@suse.de>
4051
4052 * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
4053 if either alias-set is zero.
4054
4055 2010-08-04 Richard Guenther <rguenther@suse.de>
4056
4057 * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
4058 * tree-ssa-ccp.c: ... here.
4059 * tree-ssa-copy.c: ... and here.
4060 * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
4061 value_range_t): Move ...
4062 * tree-vrp.c: ... here.
4063 * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
4064 (substitute_and_fold): Adjust prototype.
4065 * tree-ssa-propagate.c (replace_uses_in): Adjust.
4066 (replace_phi_args_in): Likewise.
4067 (substitute_and_fold): Take callback to query lattice instead
4068 of pointer to lattice. Replace SSA name defs with lattice
4069 values first.
4070 * tree-ssa-ccp.c (ccp_finalize): Adjust.
4071 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
4072 (get_value): New function.
4073 (fini_copy_prop): Adjust.
4074 * tree-vrp.c (vrp_finalize): Adjust.
4075
4076 2010-08-04 Richard Guenther <rguenther@suse.de>
4077
4078 PR middle-end/45176
4079 * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
4080 points-to set for original MEM_REF.
4081
4082 2010-08-04 Richard Guenther <rguenther@suse.de>
4083
4084 * tree-ssa-ccp.c (get_constant_value): New function.
4085 (get_rhs_assign_op_for_ccp): Remove.
4086 (valueize_op): New function.
4087 (ccp_fold): Use get_constant_value and valueize_op.
4088 (fold_const_aggregate_ref): Likewise.
4089 (ccp_fold_stmt): Likewise.
4090 (visit_assignment): Simplify.
4091
4092 2010-08-04 Richard Guenther <rguenther@suse.de>
4093
4094 * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
4095 * double-int.h (double_int_ctz): Declare.
4096 * double-int.c (double_int_ctz): New function.
4097
4098 2010-08-04 Hariharan Sandanagobalane <hariharan@picochip.com>
4099
4100 * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
4101 Define.
4102 picochip_expand_movmemhi : Expand movmem pattern.
4103 * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
4104 Declare.
4105 * config/picochip/picochip.md (movmemhi) : New pattern.
4106
4107 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
4108
4109 * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
4110
4111 2010-08-03 Bernd Schmidt <bernds@codesourcery.com>
4112
4113 * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
4114 NEG as operand of a MULT by merging it with the other operand.
4115 * combine.c (make_compound_operation): Use trunc_int_for_mode when
4116 generating a MULT with constant. Canonicalize PLUS and MINUS involving
4117 MULT.
4118 * config/arm/constraints.md (M): Examine only 32 bits of a
4119 HOST_WIDE_INT.
4120 * config/arm/predicates.md (power_of_two_operand): Likewise.
4121
4122 2010-08-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4123
4124 * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
4125 non-NOTE insns.
4126
4127 2010-08-03 Jan Hubicka <jh@suse.cz>
4128
4129 * ipa-split.c (struct split_point): Add split_part_set_retval.
4130 (find_retval): Forward declare.
4131 (test_nonssa_use, mark_nonssa_use): Special case return by reference.
4132 (consider_split): Compute current->split_part_set_retval.
4133 (visit_bb): Do not look into return value.
4134 (split_function): Handle !split_part_set_retval
4135
4136 2010-08-03 Martin Jambor <mjambor@suse.cz>
4137
4138 * tree-sra.c (completely_scalarize_record): New parameter REF, create
4139 its own access->expr intead of using build_ref_for_offset.
4140
4141 2010-08-03 Joseph Myers <joseph@codesourcery.com>
4142
4143 * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
4144 * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
4145 * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
4146 * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
4147 * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
4148 * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
4149 * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
4150 DEFAULT_SWITCH_TAKES_ARG.
4151 * config/rx/rx.opt (-patch=): Remove option.
4152 * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
4153 * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
4154 * doc/invoke.texi (RX Options): Remove -patch=.
4155 * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
4156 (option_map): Remove --profile-blocks, --quiet and --silent.
4157
4158 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
4159
4160 * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
4161 * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
4162 (ix86_expand_branch): Add op0 and op1 arguments. Do not access
4163 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
4164 Update calls to ix86_expand_compare and ix86_expand_branch.
4165 (ix86_expand_setcc): Add op0 and op1 arguments. Update calls to
4166 ix86_expand_compare.
4167 (ix86_expand_compare): Add op0 and op1 arguments. Do not access
4168 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
4169 Make static.
4170 (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
4171 and ix86_compare_op1. Update calls to ix86_expand_compare.
4172 (ix86_expand_int_movcc): Ditto.
4173 (ix86_expand_fp_movcc): Ditto. Update calls to ix86_expand_setcc.
4174 * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
4175 (ix86_expand_setcc): Ditto.
4176 (ix86_expand_compare): Remove prototype.
4177 * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
4178 ix86_compare_op0 and ix86_compare_op1. Update calls
4179 to ix86_expand_branch to directly pass operands[1] and operands[2].
4180 (cbranchxf4): Ditto.
4181 (cbranch<MODEF:mode>4): Ditto.
4182 (cbranchcc4): Ditto.
4183 (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
4184 Update calls to ix86_expand_setcc to directly pass operands[2] and
4185 operands[3].
4186 (cstorexf4): Ditto.
4187 (cstore<MODEF:mode>4): Ditto.
4188 (cstorecc4): Ditto.
4189
4190 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
4191
4192 PR target/45063
4193 * caller-save.c (save_call_clobbered_regs): Remove regs from
4194 hard_regs_saved when they are set.
4195
4196 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
4197
4198 PR target/41089
4199 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
4200 as volatile.
4201
4202 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
4203
4204 * common.opt (ftree-loop-distribute-patterns): New.
4205 * invoke.texi (-ftree-loop-distribute-patterns): Documented.
4206 * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
4207 at -O3.
4208 * tree-data-ref.c (stores_zero_from_loop): New.
4209 * tree-data-ref.h (stores_zero_from_loop): Declared.
4210 * tree-loop-distribution.c (tree_loop_distribution): Call
4211 stores_zero_from_loop.
4212 (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
4213
4214 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
4215
4216 * postreload.c (reload_cse_simplify_operands): Take attribute enabled
4217 into account.
4218
4219 * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
4220 * config/arm/arm.c (thumb1_code): New variable.
4221 (arm_override_options): Set it.
4222 (thumb1_final_prescan_insn): Keep track of condition code status.
4223 (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
4224 jumps that depend on them.
4225 * config/arm/arm.h (thumb1_code): Declare variable.
4226 (struct machine_function): Guard with #ifndef GENERATOR_FILE. Add
4227 members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
4228 thumb1_cc_mode.
4229 (CC_STATUS_INIT): New macro.
4230 * config/arm/constraints.md (Pd): New constraint.
4231 * config/arm/predicates.md (noov_comparison_operator): New predicate.
4232 * config/arm/arm.md (is_thumb1): New define_attr.
4233 (conds): Set default to "clob" when generating Thumb1 code.
4234 (thumb1_bicsi3): Renamed from bicsi3. All uses changed. Condition
4235 code are set. Use two-operand assembly syntax.
4236 (thumb1_subsi3_insn): Condition codes are set. Now a properly named
4237 pattern.
4238 (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
4239 codes are set. Use two-operand assembly syntax.
4240 (zero_extendhisi splitter): Remove constraints.
4241 (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
4242 thumb1_movsf_insn): Set conds attribute as appropriate.
4243 (cbranchsi4_insn): Use condition code status from struct
4244 machine_function to determine whether the comparison can be eliminated.
4245 Discourage the alternative using high registers.
4246 (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
4247 orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
4248 bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
4249 subsi3_cbranch): Delete.
4250 (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
4251 one subtract and one cbranch insn.
4252
4253 * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
4254 thumb2_movdf_soft_insn): Delete patterns.
4255 * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
4256 arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
4257 (pool_range, neg_pool_range): Use them to define defaults.
4258 (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
4259 and allow for TARGET_32BIT.
4260
4261 PR target/40457
4262 * config/arm/arm.h (arm_regs_in_sequence): Declare.
4263 * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
4264 load_multiple_sequence, store_multiple_sequence): Delete
4265 declarations.
4266 (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
4267 declarations.
4268 * config/arm/ldmstm.md: New file.
4269 * config/arm/arm.c (arm_regs_in_sequence): New array.
4270 (load_multiple_sequence): Now static. New args SAVED_ORDER,
4271 CHECK_REGS. All callers changed.
4272 If SAVED_ORDER is nonnull, copy the computed order into it.
4273 If CHECK_REGS is false, don't sort REGS. Handle Thumb mode.
4274 (store_multiple_sequence): Now static. New args NOPS_TOTAL,
4275 SAVED_ORDER, REG_RTXS and CHECK_REGS. All callers changed.
4276 If SAVED_ORDER is nonnull, copy the computed order into it.
4277 If CHECK_REGS is false, don't sort REGS. Set up REG_RTXS just
4278 like REGS. Handle Thumb mode.
4279 (arm_gen_load_multiple_1): New function, broken out of
4280 arm_gen_load_multiple.
4281 (arm_gen_store_multiple_1): New function, broken out of
4282 arm_gen_store_multiple.
4283 (arm_gen_multiple_op): New function, with code from
4284 arm_gen_load_multiple and arm_gen_store_multiple moved here.
4285 (arm_gen_load_multiple, arm_gen_store_multiple): Now just
4286 wrappers around arm_gen_multiple_op. Remove argument UP, all callers
4287 changed.
4288 (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
4289 * config/arm/predicates.md (commutative_binary_operator): New.
4290 (load_multiple_operation, store_multiple_operation): Handle more
4291 variants of these patterns with different starting offsets. Handle
4292 Thumb-1.
4293 * config/arm/arm.md: Include "ldmstm.md".
4294 (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
4295 ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
4296 stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
4297 peepholes): Delete.
4298 * config/arm/ldmstm.md: New file.
4299 * config/arm/arm-ldmstm.ml: New file.
4300
4301 * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
4302 if statement which adds extra costs to frame-related expressions.
4303
4304 2010-08-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4305
4306 * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
4307
4308 2010-08-01 Uros Bizjak <ubizjak@gmail.com>
4309
4310 PR target/45142
4311 * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
4312 alternative 2.
4313 (vec_set<moode>_0 splitter): Use SSEMODE4S mode iterator to also
4314 split V4SI operands.
4315
4316 2010-08-01 Anatoly Sokolov <aesok@post.ru>
4317
4318 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
4319 * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
4320 * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
4321 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
4322
4323 2010-07-31 Kai Tietz <kai.tietz@onevision.com>
4324
4325 * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
4326 LOCAL_INCLUDE_DIR.
4327
4328 2010-07-31 Richard Sandiford <rdsandiford@googlemail.com>
4329
4330 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
4331 used in the call to optab_for_tree_code. Fix the second
4332 is_widening_mult_p call. Check that both unwidened operands
4333 have the same sign.
4334
4335 2010-07-31 John Tytgat <John.Tytgat@aaug.net>
4336
4337 * config/arm/arm.c (arm_function_arg): Remove superfluous test.
4338
4339 2010-07-31 Anatoly Sokolov <aesok@post.ru>
4340
4341 * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
4342
4343 2010-07-30 DJ Delorie <dj@redhat.com>
4344
4345 * config/rx/predicates.md (rx_constshift_operand): New.
4346 * config/rx/rx.md (zs_cond): New.
4347 (cbranchsi4): Remove mode.
4348 (*cbranchsi4_<code>): Likewise.
4349 (*tstbranchsi4_<code>): New.
4350 (*tstbranchsi4r_<code>): New.
4351 (*tstbranchsi4m_eq): New.
4352 (*tstbranchsi4m_ne): New.
4353 (cbranchsf4): Remove mode.
4354 (*cbranchsf4_<code>): Likewise.
4355
4356 2010-07-30 Bernd Schmidt <bernds@codesourcery.com>
4357
4358 * rtlanal.c (simplify_subreg_regno): Don't treat
4359 HARD_FRAME_POINTER_REGNUM specially.
4360
4361 2010-07-30 Joseph Myers <joseph@codesourcery.com>
4362
4363 * common.opt (-G): Don't define option here.
4364 * config/g.opt: New.
4365 * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
4366 rs6000/powerpc and score targets.
4367 * opts.c (common_handle_option): Don't handle -G here.
4368 * config/alpha/alpha.c (alpha_handle_option): Handle -G.
4369 * config/frv/frv.c (frv_handle_option): Handle -G.
4370 * config/ia64/ia64.c (ia64_handle_option): Handle -G.
4371 * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
4372 * config/m32r/m32r.c (m32r_handle_option): Handle -G.
4373 * config/mips/mips.c (mips_handle_option): Handle -G.
4374 * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
4375 * config/score/score.c (score_handle_option): Handle -G.
4376
4377 2010-07-30 Anatoly Sokolov <aesok@post.ru>
4378
4379 * config/mmix/mmix.c: Include basic-block.h.
4380
4381 2010-07-30 Jakub Jelinek <jakub@redhat.com>
4382
4383 PR debug/45055
4384 PR rtl-optimization/45137
4385 * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
4386 prototypes.
4387 * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
4388 New functions.
4389 * combine.c (next_nonnote_nondebug_insn): Removed.
4390 * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
4391 * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
4392 * sched-deps.c (sched_analyze_insn): Likewise.
4393 (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
4394 * rtlanal.c (canonicalize_condition): Likewise.
4395 * postreload.c (reload_combine_recognize_pattern): Likewise.
4396 (reload_cse_move2add): Use next_nonnote_nondebug_insn.
4397
4398 2010-07-29 Uros Bizjak <ubizjak@gmail.com>
4399
4400 * config/i386/i386.md (int_cond): Remove code iterator.
4401 (fp_cond): Ditto.
4402 (cbranch<mode>4): Use ordered_comparison_operator predicate
4403 for operator0.
4404 (cstore<mode>4): Ditto for operator1.
4405 (mov<SWIM:mode>cc and corresponding splitter): Ditto.
4406 (add<mode>cc): ditto.
4407
4408 2010-07-30 Richard Guenther <rguenther@suse.de>
4409
4410 PR middle-end/45141
4411 * expr.c (expand_expr_real_1): Check for not handled base address.
4412
4413 2010-07-30 Richard Guenther <rguenther@suse.de>
4414
4415 * ipa-prop.c (ipa_modify_formal_parameters): Use
4416 build_distinct_type_copy.
4417
4418 2010-07-30 Anthony Green <green@moxielogic.com>
4419
4420 * config/moxie/rtems.h: New file.
4421 * config.gcc: Add moxie-rtems support.
4422
4423 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
4424
4425 * dce.c (run_word_dce): Take flag_dce into account. Clear and restore
4426 df flags as in run_fast_df_dce.
4427
4428 2010-07-29 Jakub Jelinek <jakub@redhat.com>
4429
4430 Revert:
4431 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
4432
4433 * rtl.def (NOTE): Swap operands 4 and 5.
4434 * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
4435 NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
4436 Adjust accordingly.
4437 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
4438
4439 2010-07-29 Jakub Jelinek <jakub@redhat.com>
4440
4441 PR debug/45110
4442 * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
4443 (gen_formal_types_die): Add DW_AT_object_pointer in methods.
4444 (gen_subprogram_die): Likewise. Remove it when removing declaration's
4445 formal parameters.
4446 (gen_decl_die): Change return type to dw_die_ref, return what
4447 gen_formal_parameter_die returned.
4448
4449 2010-07-29 Martin Jambor <mjambor@suse.cz>
4450
4451 * dbgcnt.def (eipa_sra): New counter.
4452 * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
4453
4454 2010-07-29 Xinliang David Li <davidxl@google.com>
4455
4456 PR bootstrap/45119
4457 * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
4458 in revision 162652.
4459
4460 2010-07-29 Richard Guenther <rguenther@suse.de>
4461
4462 * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
4463 (TV_TREE_STORE_CCP): Likewise.
4464 (TV_TREE_REDPHI): Likewise.
4465
4466 2010-07-29 Richard Guenther <rguenther@suse.de>
4467
4468 * double-int.h (double_int_and_not): New function.
4469 * combine.c (try_combine): Use it.
4470 * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
4471
4472 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
4473
4474 PR rtl-optimization/42575
4475 * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
4476 Argument AU removed. All callers changed. Ignore artificial refs.
4477 Use return value of df_word_lr_simulate_defs to decide whether an insn
4478 is necessary.
4479 (fast_dce): Rename arg to WORD_LEVEL.
4480 (run_word_dce): Renamed from rest_of_handle_fast_byte_dce. No longer
4481 static.
4482 (pass_fast_rtl_byte_dce): Delete.
4483 * dce.h (run_word_dce): Declare.
4484 * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
4485 All callers changed. Simplify code to only deal with two-word regs.
4486 * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
4487 (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
4488 (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
4489 (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
4490 (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
4491 (df_word_lr_mark_ref): Declare.
4492 (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
4493 df_word_lr_simulate_uses): Declare or rename from byte variants.
4494 (df_byte_lr_simulate_artificial_refs_at_top,
4495 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
4496 df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
4497 declarations.
4498 (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
4499 (enum df_mm): Delete.
4500 * df-byte-scan.c: Delete file.
4501 * df-problems.c (df_word_lr_problem_data): Renamed from
4502 df_byte_lr_problem_data, all members deleted except for
4503 WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS. Uses changed.
4504 (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
4505 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
4506 df_byte_lr_get_regno_len, df_byte_lr_check_regs,
4507 df_byte_lr_confluence_0): Delete functions.
4508 (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
4509 callers changed.
4510 (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
4511 Don't initialize members that were deleted, don't try to discover data
4512 about registers. Ignore hard regs.
4513 (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
4514 (df_word_lr_mark_ref): New function.
4515 (df_word_lr_bb_local_compute): Renamed from
4516 df_byte_bb_lr_local_compute; all callers changed. Use
4517 df_word_lr_mark_ref. Assert that artificial refs don't include
4518 pseudos. Ignore hard registers.
4519 (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
4520 Assert that exit block uses don't contain pseudos.
4521 (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
4522 (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
4523 callers changed. Ignore hard regs.
4524 (df_word_lr_transfer_function): Renamed from
4525 df_byte_lr_transfer_function; all callers changed.
4526 (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
4527 (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
4528 changed.
4529 (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
4530 callers changed.
4531 (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
4532 confluence operator 0 set to NULL.
4533 (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
4534 callers changed.
4535 (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
4536 Return bool, true if bitmap changed or insn otherwise necessary.
4537 All callers changed. Simplify using df_word_lr_mark_ref.
4538 (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
4539 all callers changed. Simplify using df_word_lr_mark_ref.
4540 * lower-subreg.c: Include "dce.h"
4541 (decompose_multiword_subregs): Call run_word_dce if df available.
4542 * Makefile.in (lower-subreg.o): Adjust dependencies.
4543 (df-byte-scan.o): Delete.
4544 * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
4545
4546 2010-07-29 Richard Guenther <rguenther@suse.de>
4547
4548 * tree.c (build_vector): Assert that the vector constant
4549 has enough elements.
4550 (build_vector_from_ctor): Pad with trailing zeros.
4551
4552 2010-07-29 Richard Guenther <rguenther@suse.de>
4553
4554 PR tree-optimization/45120
4555 * tree-ssa-structalias.c (get_constraint_for_component_ref):
4556 Handle offset in DEREFs properly.
4557 (get_constraint_for_1): Handle MEM_REF offset properly.
4558
4559 2010-07-29 Richard Guenther <rguenther@suse.de>
4560
4561 PR middle-end/45034
4562 * convert.c (convert_to_integer): Always use an unsigned
4563 type for narrowed negate and bitwise not.
4564
4565 2010-07-29 Ira Rosen <irar@il.ibm.com>
4566
4567 * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
4568 to outer loop when creating reduction epilogue for double reduction,
4569 and switch back to the inner loop when updating the phi nodes.
4570 Update uses of outer loop exit phi nodes in double reduction (instead
4571 of uses of reduction).
4572
4573 2010-07-28 Michael Meissner <meissner@linux.vnet.ibm.com>
4574
4575 * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
4576 popcount on power7 and parity on power6 systems.
4577 (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
4578 (rs6000_emit_parity): Add support for power6 prtyd/prtyw
4579 instructions.
4580
4581 * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
4582 (UNSPEC_PARITY): Ditto.
4583 (SFDF): New iterator for SF/DF.
4584 (rreg2): New mode attribute for floating register constraint.
4585 (TARGET_FLOAT): New mode attribute for whether single/double float
4586 is supported.
4587 (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
4588 pattern.
4589 (parity<mode>2_cmpb): New insn for parity on power6 and newer
4590 machines.
4591 (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
4592 pattern. Add support for fcpsgn instruction added in power6.
4593 (copysignsf3): Delete.
4594 (copysigndf3): Delete.
4595 (copysign<mode>3_fcpsgn): New insn to generate fcpsgn. Use UNSPEC
4596 instead of if_then_else in RTL to avoid problems with -0.
4597
4598 * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
4599 of if_then_else to mirror scalar code.
4600 (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
4601 rs6000.md.
4602
4603 * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
4604 instead of if_then_else.
4605
4606 2010-07-28 Xinliang David Li <davidxl@google.com>
4607
4608 * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
4609 (dump_cand): Dump var_before/after.
4610 (htab_inv_expr_eq): New function.
4611 (htab_inv_expr_hash): New function.
4612 (tree_ssa_iv_optimize_init): Support pseudo invariants.
4613 (add_candidate_1): consider base type precision.
4614 (set_use_iv_cost): New parameter.
4615 (adjust_setup_cost): Use profile information.
4616 (get_address_cost): Do not hard code width in computing address
4617 offset limits.
4618 (compare_aff_trees): New function.
4619 (get_loop_invariant_expr_id): New function.
4620 (get_computation_cost_at): New parameter and use profile information.
4621 (get_computation_cost): New parameter.
4622 (determine_use_iv_cost_generic): Pass new parameter.
4623 (determine_use_iv_cost_address): Ditto.
4624 (determine_use_iv_cost_condition): Ditto.
4625 (autoinc_possible_for_pair): Ditto.
4626 (determine_use_iv_costs): More dumps.
4627 (iv_ca_get_num_inv_exprs): New function.
4628 (iv_ca_recount_cost): Consider loop invariants in register pressure
4629 cost.
4630 (iv_ca_add_use): New parameter.
4631 (iv_ca_dump): Better dumping.
4632 (iv_ca_extend): New parameter.
4633 (try_add_cand_for): Attempt to get better partial solution.
4634 (try_improve_iv_set): Pass new parameter to iv_ca_extend.
4635 (create_new-ivs): More dumps.
4636 (rewrite_use_compare): Ditto.
4637 (free_loop_data): More cleanup.
4638 (treee_ssa_iv_optimize_finalize): Ditto.
4639
4640 2010-07-28 Kai Tietz <kai.tietz@onevision.com>
4641
4642 * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
4643 * config/i386/i386.c (ix86_profile_before_prologue): New.
4644 (override_options): Add special handling for -mfentry.
4645 (ix86_function_regparm): Likewise.
4646 (ix86_function_sseregparm): Likewise.
4647 (ix86_frame_pointer_required): Likewise.
4648 (ix86_expand_prologue): Check for ms_hook_prologue.
4649 (x86_function_profiler): Adjust mcount output.
4650 (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
4651 * config/i386/i386.opt (mfentry): New.
4652 * doc/invoke.texi (mfentry): Add documentation.
4653 * doc/tm.texi: Regenerated..
4654 * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
4655 * final.c (final_start_function): Replace macro
4656 PROFILE_BEFORE_PROLOGUE by target hook.
4657 * function.c (thread_prologue_and_epilogue_insns): Likewise.
4658 * target.def (profile_before_prologue): New hook.
4659 * targhooks.c (default_profile_before_prologue): New.
4660 * targhooks.h (default_profile_before_prologue): New.
4661
4662 2010-07-28 Jakub Jelinek <jakub@redhat.com>
4663
4664 PR debug/45105
4665 * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
4666
4667 PR debug/45103
4668 * dwarf2out.c (dwarf2out_var_location): Always consider
4669 NOTE_DURING_CALL_P notes, even when not followed by real instructions.
4670
4671 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
4672
4673 PR rtl-optimization/45107
4674 * gcse.c (hash_scan_set): Use max_distance for gcse-las.
4675
4676 2010-07-28 Richard Guenther <rguenther@suse.de>
4677
4678 * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
4679 (set_lattice_value): Do not query an old default value.
4680 (get_value_for_expr): New function. Properly canonicalize
4681 float values.
4682 (ccp_visit_phi_node): Use it.
4683
4684 2010-07-28 Chung-Lin Tang <cltang@codesourcery.com>
4685
4686 * config/arm/arm.c (arm_pcs_default): Remove static.
4687 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
4688 __ARM_PCS_VFP to indicate soft/hard-float calling convention.
4689 (arm_pcs_default): Declare.
4690
4691 2010-07-28 Iain Sandoe <iains@gcc.gnu.org>
4692
4693 * config/rs6000/rs6000.c (rs6000_override_options):
4694 Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
4695 ... to darwin_rs6000_override_options.
4696 (rs6000_return_in_memory): Update preceding comment for darwin
4697 64 bit ABI. Use TARGET_MACHO inline.
4698 (rs6000_darwin64_struct_check_p): New.
4699 (function_arg_advance): Use rs6000_darwin64_struct_check_p.
4700 (function_arg): Likewise.
4701 (rs6000_arg_partial_bytes): Likewise.
4702 (rs6000_function_value): Likewise.
4703
4704 2010-07-28 Andi Kleen <ak@linux.intel.com>
4705
4706 * lto-opts.c (lto_file_read_options): Add loop over all inputs.
4707
4708 2010-07-28 Richard Guenther <rguenther@suse.de>
4709
4710 PR middle-end/44903
4711 * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
4712 targets try harder to not generate unaligned accesses.
4713
4714 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
4715
4716 PR rtl-optimization/45101
4717 * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
4718 for gcse-las.
4719
4720 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
4721
4722 PR tree-optimization/44885
4723 * tree-sra.c (find_param_candidates): Skip pointer types to arrays
4724 with non-aliased component.
4725
4726 2010-07-28 Joseph Myers <joseph@codesourcery.com>
4727
4728 * config/darwin-driver.c (SWITCH_TAKES_ARG,
4729 WORD_SWITCH_TAKES_ARG): Remove.
4730 * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
4731 * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
4732 DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
4733 (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
4734 definitions from gcc.c.
4735 * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
4736 defaults.h.
4737 * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
4738 Move to defaults.h.
4739 * opts-common.c: Include tm.h.
4740 (decode_cmdline_option): Use SWITCH_TAKES_ARG and
4741 WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
4742 Handle more than one argument. Set canonical_option_num_elements.
4743 (decode_cmdline_options_to_array): Set
4744 canonical_option_num_elements and trailing elements of
4745 canonical_option.
4746 * opts.h (struct cl_decoded_option): Allow four elements in
4747 canonical_option. Add field canonical_option_num_elements.
4748 * Makefile.in (opts-common.o): Update dependencies.
4749
4750 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
4751
4752 PR middle-end/44790
4753 PR middle-end/44993
4754 * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change. Make
4755 sure the base has address_mode before adding the offset.
4756
4757 2010-07-27 Xinliang David Li <davidxl@google.com>
4758
4759 * tree-flow.h (create_mem_ref): Add one new parameter.
4760 * tree-ssa-address.c (create_mem_ref): New parameter.
4761 (addr_to_parts): Ditto.
4762 (move_variant_to_index): New function.
4763 * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
4764
4765 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
4766
4767 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
4768 4 and 5.
4769 * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
4770 NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
4771 NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
4772 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
4773 CODE_LABELs and NOTEs.
4774 * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
4775 * combine.c (try_combine): Likewise.
4776 * ira.c (setup_prohibited_mode_move_regs): Likewise.
4777 * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
4778
4779 2010-07-27 Joseph Myers <joseph@codesourcery.com>
4780
4781 * coretypes.h (struct cl_option_handlers): Declare.
4782 * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
4783 * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
4784 * langhooks-def.h (lhd_handle_option): Declare.
4785 (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
4786 * langhooks.c (lhd_handle_option): New.
4787 * langhooks.h (struct lang_hooks): Update prototype and return
4788 value type of handle_option hook.
4789 * optc-gen.awk: Generate target_flags_explicit definition for the
4790 driver.
4791 * opts-common.c: Include diagnostic.h.
4792 (handle_option): Move from opts.c. Update prototype and return
4793 value type. Use handlers structure.
4794 (read_cmdline_option): Move from opts.c. Update prototype. Use
4795 handlers structure.
4796 (set_option): Move from opts.c.
4797 * opts.c (common_handle_option): Update prototype and return value
4798 type. Update calls to handle_option and enable_warning_as_error.
4799 (unknown_option_callback, post_handling_callback,
4800 lang_handle_option, target_handle_option): New.
4801 (handle_option, read_cmdline_option): Move to opts-common.c.
4802 (read_cmdline_options): Update prototype. Update call to
4803 read_cmdline_option.
4804 (decode_options): Initialize and use handlers structure.
4805 (set_option): Move to opts-common.c.
4806 (enable_warning_as_error): Update prototype. Update call to
4807 handle_option.
4808 * opts.h (struct cl_option_handler_func, struct
4809 cl_option_handlers): New.
4810 (handle_option, enable_warning_as_error): Update prototypes.
4811 (read_cmdline_option): Declare.
4812 * Makefile.in (opts-common.o): Update dependencies.
4813
4814 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4815
4816 * config/arm/arm.c (params.h): Include.
4817 (arm_override_options): Tune gcse-unrestricted-cost.
4818 * config/arm/t-arm (arm.o): Define dependencies.
4819
4820 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4821
4822 PR target/42495
4823 PR middle-end/42574
4824 * basic-block.h (get_dominated_to_depth): Declare.
4825 * dominance.c (get_dominated_to_depth): New function, use
4826 get_all_dominated_blocks as a base.
4827 (get_all_dominated_blocks): Use get_dominated_to_depth.
4828
4829 * gcse.c (occr_t, VEC (occr_t, heap)): Define.
4830 (hoist_exprs): Remove.
4831 (alloc_code_hoist_mem, free_code_hoist_mem): Update.
4832 (compute_code_hoist_vbeinout): Add debug print outs.
4833 (hoist_code): Partially rewrite, simplify. Use get_dominated_to_depth.
4834
4835 * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
4836 quadratic behavior.
4837 * params.h (MAX_HOIST_DEPTH): New macro.
4838 * doc/invoke.texi (max-hoist-depth): Document.
4839
4840 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4841
4842 PR rtl-optimization/40956
4843 * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
4844 constants.
4845
4846 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4847
4848 PR target/42495
4849 PR middle-end/42574
4850 * config/arm/arm.c (legitimize_pic_address): Use
4851 gen_calculate_pic_address pattern to emit calculation of PIC address.
4852 (will_be_in_index_register): New function.
4853 (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
4854 (thumb1_legitimate_address_p): Use it provided !strict_p.
4855 * config/arm/arm.md (calculate_pic_address): New expand and split.
4856
4857 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4858
4859 PR target/42495
4860 PR middle-end/42574
4861 * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
4862 * config/arm/arm.md (define_split "J", define_split "K"): Make
4863 IRA/reload friendly.
4864
4865 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4866
4867 * gcse.c (insert_insn_end_basic_block): Update signature, remove
4868 unused checks.
4869 (pre_edge_insert, hoist_code): Update.
4870
4871 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4872
4873 PR target/42495
4874 PR middle-end/42574
4875 * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
4876
4877 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4878
4879 * gcse.c (hoist_code): Generate new pseudo for every new set insn.
4880
4881 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4882
4883 PR rtl-optimization/40956
4884 PR target/42495
4885 PR middle-end/42574
4886 * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
4887 for hoisting.
4888 (hoist_code): Count occurences in current block too.
4889
4890 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4891
4892 * gcse.c (struct expr:max_distance): New field.
4893 (doing_code_hoisting_p): New static variable.
4894 (want_to_gcse_p): Change signature. Allow constrained hoisting of
4895 simple expressions, don't change behavior for PRE. Set max_distance.
4896 (insert_expr_in_table): Set new max_distance field.
4897 (hash_scan_set): Update.
4898 (hoist_expr_reaches_here_p): Stop search after max_distance
4899 instructions.
4900 (find_occr_in_bb): New static function. Use it in ...
4901 (hoist_code): Calculate sizes of basic block before any changes are
4902 done. Pass max_distance to hoist_expr_reaches_here_p.
4903 (one_code_hoisting_pass): Set doing_code_hoisting_p.
4904
4905 * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
4906 (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
4907 * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
4908 macros.
4909 * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
4910 Document.
4911
4912 2010-07-27 Jeff Law <law@redhat.com>
4913 Maxim Kuvyrkov <maxim@codesourcery.com>
4914
4915 * gcse.c (compute_transpout, transpout): Remove, move logic
4916 to prune_expressions.
4917 (compute_pre_data): Move pruning of trapping expressions ...
4918 (prune_expressions): ... here. New static function.
4919 (compute_code_hoist_data): Use it.
4920 (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
4921
4922 2010-07-27 Xinliang David Li <davidxl@google.com>
4923
4924 * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
4925 (rewrite_use_address): Adjust iv update position when needed.
4926
4927 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4928
4929 * dbgcnt.def (hoist_insn): New debug counter.
4930 * gcse.c (hoist_code): Use it.
4931
4932 2010-07-27 Xinliang David Li <davidxl@google.com>
4933
4934 * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
4935 (niter_for_single_dom_exit): Passes additional parameter.
4936 (iv_period): Fix comments.
4937 (may_eliminate_iv): Handles multiple exit loops properly.
4938 (free_tree_niter_desc): New function.
4939 (free_loop_data): Frees up loop iteration descriptors.
4940
4941 2010-07-27 Jakub Jelinek <jakub@redhat.com>
4942
4943 PR target/44542
4944 * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
4945 of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
4946 instead of MAX_SUPPORTED_STACK_ALIGNMENT.
4947 (expand_one_var): Don't consider DECL_ALIGN for variables for
4948 which expand_one_stack_var_at has been already called.
4949
4950 PR testsuite/44701
4951 * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
4952 constraints on IA-64.
4953
4954 2010-07-27 Jie Zhang <jie@codesourcery.com>
4955
4956 PR target/44290
4957 Revert:
4958 2010-07-23 Jie Zhang <jie@codesourcery.com>
4959
4960 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
4961 false if ! tree_versionable_function_p.
4962
4963 2010-07-27 Jakub Jelinek <jakub@redhat.com>
4964
4965 * dwarf2out.c (add_data_member_location_attribute): Use
4966 add_AT_unsigned instead of add_AT_int if offset is non-negative.
4967
4968 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
4969
4970 * postreload.c (try_replace_in_use): New static function.
4971 (reload_combine_recognize_const_pattern): Use it here. Allow
4972 substituting into a final add insn, and substituting into a memory
4973 reference in an insn that sets the reg.
4974
4975 2010-07-27 Joseph Myers <joseph@codesourcery.com>
4976
4977 * common.opt (o): Add MissingArgError.
4978 * doc/options.texi (MissingArgError): Document.
4979 * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
4980 * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
4981 * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
4982 (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
4983 * langhooks.h (struct lang_hooks): Remove missing_argument.
4984 * optc-gen.awk: Handle MissingArgError and output new structure
4985 field initializers.
4986 * opts.c (read_cmdline_option): Use missing_argument_error field
4987 instead of missing_argument langhook.
4988 * opts.h (struct cl_option): Add missing_argument_error field.
4989 * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
4990
4991 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
4992
4993 PR target/29090
4994 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
4995 Darwin64 ABI, for zero-sized objects.
4996
4997 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
4998
4999 PR target/35491
5000 PR target/29090
5001
5002 Merge from Apple local 4.2.1.
5003 2005-05-11 Stan Shebs <shebs@apple.com>
5004 Fix 64-bit varargs for Darwin (Radar 4028089).
5005 * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
5006 * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
5007 Add argument, add case for 8-byte register half-filled with a float.
5008 (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
5009 single-precision floats specially.
5010
5011 2010-07-27 Ira Rosen <irar@il.ibm.com>
5012
5013 PR tree-optimization/44152
5014 * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
5015 complex numbers for further check.
5016 (vect_supported_load_permutation_p): Check nodes with
5017 complex numbers.
5018
5019 2010-07-27 Joseph Myers <joseph@codesourcery.com>
5020
5021 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
5022 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
5023 (LANG_HOOKS_INIT_OPTIONS): Update default definition.
5024 (LANG_HOOKS_INITIALIZER): Add new hooks.
5025 * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
5026 * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
5027 and complain_wrong_lang_p. Update init_options prototype.
5028 * c-objc-common.c (c_initialize_diagnostics): First call
5029 c_common_initialize_diagnostics.
5030 * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
5031 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
5032 * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
5033 * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
5034 (hook_uint_void_0): New.
5035 * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
5036 (hook_uint_void_0): New.
5037 * opts-common.c (decode_cmdline_option,
5038 decode_cmdline_options_to_array): Also fill in canonical_option field.
5039 * opts.c (complain_wrong_lang): Use langhook to determine whether
5040 to complain instead of special-casing LTO.
5041 (decode_options): Separate lang_mask determination with
5042 option_lang_mask hook from call of init_options hook.
5043 * opts.h (struct cl_decoded_option): Add canonical_option.
5044
5045 2010-07-27 Jakub Jelinek <jakub@redhat.com>
5046
5047 PR tree-optimization/45083
5048 * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
5049
5050 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
5051
5052 * postreload.c (reload_combine_recognize_const_pattern): Move test
5053 for limiting the insn movement to the right scope.
5054
5055 PR rtl-optimization/45051
5056 * reload1.c (delete_output_reload): Use refers_to_regno_p rather
5057 than reg_mentioned_p.
5058
5059 2010-07-26 Richard Henderson <rth@redhat.com>
5060
5061 PR target/44132
5062 * tree-emutls.c: New file.
5063 * Makefile.in (OBJS-common): Add it.
5064 * tree-pass.h (pass_ipa_lower_emutls): Declare.
5065 * passes.c (init_optimization_passes): Add it.
5066
5067 * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
5068 pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
5069 * expr.c (emutls_var_address): Delete.
5070 (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
5071 * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
5072 (emutls_finish): Delete.
5073 * toplev.c (compile_file): Don't call it.
5074 * tree.h (emutls_decl): Delete.
5075 * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
5076 (emutls_finish, emutls_finalize_control_var): Delete.
5077 (emutls_object_type): Move to tree-emutls.c.
5078 (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
5079 default_emutls_var_fields, get_emutls_object_type,
5080 get_emutls_init_templ_addr, emutls_decl, emutls_common_1
5081 default_emutls_var_init): Likewise.
5082 (get_variable_section): Don't special case emutls.
5083 (assemble_variable, do_assemble_alias, categorize_decl_for_section,
5084 default_elf_select_section, default_unique_section,
5085 default_encode_section_info): Likewise.
5086 * varpool.c (decide_is_variable_needed): Likewise.
5087 * gimple-iterator.c (update_call_edge_frequencies): New
5088 (gsi_insert_on_edge_immediate): Use it.
5089 (gsi_insert_seq_on_edge_immediate): Likewise.
5090 (gsi_commit_one_edge_insert): Likewise.
5091
5092 * config/i386/i386.c (x86_64_elf_select_section): Don't handle
5093 SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
5094 (x86_64_elf_unique_section): Likewise.
5095
5096 2010-07-26 Jan Hubicka <jh@suse.cz>
5097
5098 * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
5099 GTY((skip)).
5100
5101 2010-07-26 Anatoly Sokolov <aesok@post.ru>
5102
5103 * target.def (output_source_filename): New hook.
5104 * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
5105 * doc/tm.texi: Regenerate.
5106 * toplev.c (output_file_directive) Remove function.
5107 * toplev.h (output_file_directive) Remove.
5108 * output.h (default_asm_output_source_filename,
5109 output_file_directive): Declare.
5110 * varasm.h (default_asm_output_source_filename,
5111 output_file_directive): New functions.
5112
5113 * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
5114 * config/mips/mips-protos.h (mips_output_filename): Remove.
5115 * config/mips/mips.c (mips_output_filename): Make Static.
5116 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
5117
5118 2010-07-26 Richard Guenther <rguenther@suse.de>
5119
5120 PR tree-optimization/43784
5121 * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
5122 if the destination is used by the call.
5123
5124 2010-07-26 Richard Guenther <rguenther@suse.de>
5125
5126 PR middle-end/45073
5127 * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
5128 SSA updating on being in SSA form.
5129
5130 2010-07-26 Richard Guenther <rguenther@suse.de>
5131
5132 PR middle-end/45056
5133 * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
5134
5135 2010-07-26 Richard Guenther <rguenther@suse.de>
5136
5137 PR tree-optimization/45071
5138 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
5139 adjust op->opcode.
5140
5141 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
5142
5143 * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
5144 save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
5145 save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
5146 save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
5147 save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
5148 save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
5149 save_r31, return_r31, save_interrupt, return_interrupt,
5150 save_all_interrupt, return_all_interrupt, L_save_r2_r31,
5151 L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
5152 L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
5153 new ABI requirements.
5154 (save_r6_r9, L_callt_save_r6_r9): Remove.
5155 * config/v850/predicates.md (even_reg_operand, disp23_operand,
5156 const_float_1_operand const_float_0_operand): New Predicates.
5157 (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
5158 pattern_is_ok_for_epilogue): Update as per the ABI requirements.
5159 * config/v850/t-v850: Update multilibs for new target variants.
5160 (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
5161 * config/v850/t-v850e: Likewise.
5162 * config/v850/v850.c (v850_issue_rate): New.
5163 (v850_strict_argument_naming): New.
5164 (function_arg): Modify to generate a different ABI.
5165 (print_operand): Update case 'z' to support float modes.
5166 (output_move_single): Modify to generate appropriate and better
5167 assembly.
5168 (v850_float_z_comparison_operator, v850_select_cc_mode,
5169 v850_float_nz_comparison_operator, v850_gen_float_compare,
5170 v850_gen_compare): New functions to support comparison of float values.
5171 (ep_memory_offset): Add support for V850E2 targets.
5172 (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
5173 (INTERRUPT_REGPARM_NUM): Remove.
5174 (compute_register_save_size): Add extra case to save/restore long call.
5175 (use_prolog_function): New function to support prologue.
5176 (expand_prologue): Add support for V850E2 targets and modified
5177 as per the current ABI requirements.
5178 (expand_epilogue): Likewise.
5179 (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
5180 (construct_save_jarl): Likewise.
5181 (construct_dispose_instruction): Update as per the current ABI
5182 requirements.
5183 (construct_prepare_instruction): Likewise.
5184 * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
5185 (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
5186 (CPP_SPEC): Updated to support v850e2 targets.
5187 (STRICT_ALIGNMENT): Modified.
5188 (FIRST_PSEUDO_REGISTER): Updated to add even registers.
5189 (FIXED_REGISTERS): Likewise.
5190 (CALL_USED_REGISTERS): Likewise.
5191 (CONDITIONAL_REGISTER_USAGE): Updated.
5192 (HARD_REGNO_MODE_OK): Updated.
5193 (reg_class): Updated to add even registers.
5194 (REG_CLASS_NAMES): Likewise.
5195 (REG_CLASS_CONTENTS): Likewise.
5196 (REGNO_REG_CLASS): Updated for CC registers.
5197 (REG_CLASS_FROM_LETTER): Added support for even registers.
5198 (REGNO_OK_FOR_BASE_P): Updated for CC registers.
5199 (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
5200 ARG_POINTER_REGNUM): Updated.
5201 (FUNCTION_ARG_ADVANCE): Define.
5202 (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
5203 (OUTGOING_REG_PARM_STACK_SPACE): Remove.
5204 (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
5205 (GO_IF_LEGITIMATE_ADDRESS): Updated.
5206 (SELECT_CC_MODE): Define.
5207 (REGISTER_NAMES): Updated to add psw and fcc registers.
5208 (ADDITIONAL_REGISTER_NAMES): Updated.
5209 (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
5210 (JUMP_TABLES_IN_TEXT_SECTION): Updated.
5211 * config/v850/v850.md (define_constants): Define new constants.
5212 (type): Update store,bit1,macc,div,fpu and single attributes.
5213 (cpu): New attribute.
5214 (cc): Add set_z attribute.
5215 (unsign23byte_load, sign23byte_load, unsign23hword_load,
5216 sign23hword_load, 23word_load, 23byte_store, 23hword_store,
5217 23word_store): New instructions for 23-bit displacement load and store.
5218 (movqi_internal, movhi_internal): Update the attributes.
5219 (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
5220 (movsi_internal_v850e, movsi_internal, movsf_internal): Update
5221 the attributes.
5222 (v850_tst1): Modified using CC_REGNUM.
5223 (tstsi): Remove.
5224 (cmpsi): Modified as define_expand from define_insn.
5225 (cmpsi_insn, cmpsf, cmpdf): New instructions.
5226 (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
5227 udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
5228 v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
5229 one_cmplsi2): Clobber the CC_REGNUM register.
5230 (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
5231 v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
5232 v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
5233 (setf_insn, set_z_insn, set_nz_insn): New instructions for
5234 v850e2v3 target.
5235 (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
5236 (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
5237 targets.
5238 (sasf_1, sasf_2): Remove.
5239 (sasf): New instruction.
5240 (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
5241 targets. CC_REGNUM register is clobbered and attributes are
5242 updated.
5243 (branch_z_normal, branch_z_invert, branch_nz_normal,
5244 branch_nz_invert): New branch related instructions.
5245 (jump): Updated the attributes.
5246 (switch): Update to support new targets. CC_REGNUM register is
5247 clobbered and attributes are updated.
5248 (call_internal_short, call_internal_long, call_value_internal_short,
5249 call_value_internal_long): Updated the attributes.
5250 (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
5251 clobbered and attributes are updated.
5252 (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
5253 Update to support new targets. CC_REGNUM register is clobbered.
5254 (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
5255 instructions.
5256 (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
5257 are updated.
5258 (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
5259 divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
5260 negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
5261 floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
5262 rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
5263 cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
5264 cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
5265 cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
5266 movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
5267 movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
5268 point instructions defined for V850e2v3 target.
5269 (callt_save_interrupt, callt_return_interrupt, return_interrupt):
5270 Add support for V850E2 targets and CC_REGNUM register is clobbered.
5271 (callt_save_all_interrupt, callt_restore_all_interrupt): Add
5272 support for new targets.
5273 * config/v850/v850-modes.def: New file.
5274 * config/v850/v850.opt(mstrict-align): Remove.
5275 (mno-strict-align, mjump-tables-in-data-section, mv850e2,
5276 mv850e2v3): New command line options for V850.
5277 * config.gcc: Update the newly added files.
5278 * doc/invoke.texi: Update the newly added command line options for
5279 V850 target.
5280
5281 2010-07-26 Richard Guenther <rguenther@suse.de>
5282
5283 PR tree-optimization/45052
5284 * ipa-pure-const.c (check_stmt): Check volatileness.
5285
5286 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
5287
5288 PR target/44707
5289 * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
5290 * config/sparc/sparc.c: Include reload.h.
5291 (legitimize_tls_address): Rename into...
5292 (sparc_legitimize_tls_address): ...this.
5293 (legitimize_pic_address): Rename into...
5294 (sparc_legitimize_pic_address): ...this.
5295 (sparc_expand_move): Adjust to above renaming.
5296 (sparc_tls_referenced_p): Likewise.
5297 (sparc_legitimize_tls_address): Likewise.
5298 (sparc_legitimize_pic_address): Likewise.
5299 (sparc_legitimize_address): Likewise.
5300 (sparc_output_mi_thunk): Likewise.
5301 (sparc_legitimize_reload_address): New global function. Recognize
5302 (lo_sum (high ...) ...) patterns generated by earlier passes.
5303 * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
5304
5305 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
5306
5307 PR target/44484
5308 * config/sparc/predicates.md (memory_reg_operand): Delete.
5309 * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
5310 (*sync_compare_and_swap): Encode the address form in the pattern.
5311 (*sync_compare_and_swapdi_v8plus): Likewise.
5312
5313 2010-07-24 Gerald Pfeifer <gerald@pfeifer.com>
5314
5315 * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
5316 Streamline paragraph on compatibility with the system compiler.
5317
5318 2010-07-24 Steven Bosscher <steven@gcc.gnu.org>
5319
5320 PR middle-end/45035
5321 * alias.c (true_dependence_1): Fix thinko in merge of old
5322 true_dependence and canon_true_dependence.
5323
5324 2010-07-23 Jan Hubicka <jh@suse.cz>
5325
5326 * lto-streamer-out.c (write_symbol): Fix visibilities of external
5327 references.
5328
5329 2010-07-23 Le-Chun Wu <lcwu@google.com>
5330
5331 * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
5332 * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
5333 and an unnecessary assignment.
5334 * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
5335 self-assign warning.
5336 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
5337 unnecessary self-init.
5338
5339 2010-07-23 Richard Guenther <rguenther@suse.de>
5340
5341 PR lto/43071
5342 * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
5343 for -flto and -fwhopr.
5344
5345 2010-07-23 Kai Tietz <kai.tietz@onevision.com>
5346
5347 PR target/41943
5348 * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
5349 (stmp-int-hdrs): Prefix/postfix headers by include_next.
5350 * config.gcc (user_headers_inc_next_pre): New.
5351 (user_headers_inc_next_post): Likewise.
5352 (*-w64-mingw*): Use for float.h post-fixing, and for
5353 stddef.h/stdarg.h pre-fixing by include_next.
5354 * configure.ac (user_headers_inc_next_post): New.
5355 (user_headers_inc_next_pre): New.
5356 * configure: Regenerated.
5357
5358 2010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5359
5360 * configure.ac: Don't disable TLS on Solaris 8/9 by default
5361 Set tga_func for Solaris 2/x86 resp. SPARC.
5362 Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
5363 (LIB_THREAD_LDFLAGS_SPEC): Define.
5364 (LIB_TLS_SPEC): Define. Check for required Sun ld version.
5365 * configure: Regenerate.
5366 * config.in: Regenerate.
5367 * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
5368 -pthread, -threads, LIB_TLS_SPEC with -pthread.
5369 * doc/install.texi (Specific, *-*-solaris2*): Document use of
5370 alternate thread libraries on Solaris 8.
5371 Document TLS patch requirements.
5372 * doc/sourcebuild.texi (Add Options): Sort alphabetically.
5373 Document tls.
5374
5375 PR target/18788
5376 * config/sol2.h (LIB_SPEC): Link with thread libraries even with
5377 -shared.
5378
5379 2010-07-23 Jakub Jelinek <jakub@redhat.com>
5380
5381 * tree.h (struct tree_base): Add nameless_flag bitfield.
5382 (TYPE_NAMELESS, DECL_NAMELESS): Define.
5383 * omp-low.c (create_omp_child_function, scan_omp_parallel,
5384 scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
5385 DECL_ARTIFICIAL where needed.
5386 * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
5387 (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
5388 has DECL_NAMELESS set.
5389
5390 2010-07-23 Martin Jambor <mjambor@suse.cz>
5391
5392 PR tree-optimization/44915
5393 * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
5394 * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
5395 (analyze_function): Likewise.
5396
5397 2010-07-23 Martin Jambor <mjambor@suse.cz>
5398
5399 PR tree-optimization/44914
5400 * tree-sra.c (sra_modify_function_body): Return true if CFG was
5401 changed, add purging dead eh edges.
5402 (ipa_sra_modify_function_body): Return true if CFG was changed,
5403 simplify purging dead eh edges.
5404 (modify_function): Return true if CFG was changed.
5405 (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
5406 was changed.
5407 (ipa_early_sra): Likewise.
5408
5409 2010-07-23 Jie Zhang <jie@codesourcery.com>
5410
5411 PR target/44290
5412 * attribs.c (decl_attributes): Insert "noinline" and "noclone"
5413 if "naked".
5414 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
5415 false if ! tree_versionable_function_p.
5416
5417 2010-07-23 Nathan Froyd <froydnj@codesourcery.com>
5418
5419 * builtins.def (BUILT_IN_ARGS_INFO): Remove.
5420 * ipa-pure-const.c (special_builtlin_state): Remove
5421 BUILT_IN_ARGS_INFO case.
5422 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
5423 * builtins.c (expand_builtin): Likewise.
5424 (expand_builtin_args_info): Remove.
5425 * doc/tm.texi (__builtin_args_info): Remove.
5426 (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
5427 * doc/tm.text.in: Likewise.
5428
5429 2010-07-23 Richard Guenther <rguenther@suse.de>
5430
5431 * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
5432 (lto_symtab_merge_decls_2): Likewise.
5433 * tree-ssa.c (useless_type_conversion_p): Likewise.
5434 * lto-streamer-in.c (input_gimple_stmt): Likewise.
5435 * gimple.c (gtc_visited2, gtc_ob2): Remove.
5436 (struct type_pair_d): Make same_p an array indexed by mode.
5437 Update comment.
5438 (lookup_type_pair): Update initialization.
5439 (struct sccs): Adjust same_p type.
5440 (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
5441 Adjust.
5442 (print_gimple_types_stats): Likewise.
5443 * gimple.h (enum gtc_mode): New.
5444 (gimple_types_compatible_p): Adjust prototype.
5445
5446 2010-07-23 Daniel Jacobowitz <dan@codesourcery.com>
5447
5448 * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
5449 again after processing insn.
5450
5451 2010-07-23 Jie Zhang <jie@codesourcery.com>
5452
5453 * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
5454 proper words when !tree_versionable_function_p.
5455
5456 2010-07-23 Richard Guenther <rguenther@suse.de>
5457
5458 PR tree-optimization/45037
5459 * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
5460
5461 2010-07-23 Jie Zhang <jie@codesourcery.com>
5462
5463 * doc/extend.texi: Remove IP2K from the description of naked attribute.
5464 Add MCORE instead.
5465
5466 2010-07-10 Andi Kleen <ak@linux.intel.com>
5467
5468 PR lto/44992
5469 * lto-opts.c (lto_write_options): Add NULL file_data argument to
5470 lto_get_section_name.
5471 * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
5472 * lto-streamer-out.c (produce_asm): Likewise.
5473 (copy_function): Likewise.
5474 (produce_symtab): Likewise.
5475 (produce_asm_for_decls): Likewise.
5476 * lto-streamer.c (lto_get_section_name): Add file_data argument.
5477 Rewrite to add random postfix to LTO sections.
5478 * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
5479 (lto_get_section_name): Add file_data argument to prototype.
5480
5481 2010-07-10 Andi Kleen <ak@linux.intel.com>
5482
5483 * lto-section-in.c (lto_section_name): Synchronize names
5484 with lto_get_section_name.
5485
5486 2010-07-10 Andi Kleen <ak@linux.intel.com>
5487
5488 * lto-opts.c (lto_read_file_options): Check for missing section.
5489
5490 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
5491
5492 * ira.c (check_allocation): Correctly handle the case where an allocno
5493 with two objects was allocated to a single reg.
5494
5495 2010-07-22 Richard Sandiford <rdsandiford@googlemail.com>
5496
5497 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
5498 (is_widening_mult_p): Likewise.
5499 (convert_to_widen): Use them.
5500 (convert_plusminus_to_widen): Likewise. Handle fixed-point types as
5501 well as integer ones.
5502
5503 2010-07-22 Steven Bosscher <steven@gcc.gnu.org>
5504
5505 * alias.c (true_dependence_1): New function, merged version of
5506 true_dependence and canon_true_dependence.
5507 (true_dependence): Simplify.
5508 (canon_true_dependence): Simplify.
5509
5510 2010-07-22 Richard Henderson <rth@redhat.com>
5511
5512 PR target/45027
5513 * config/i386/i386.c (setup_incoming_varargs_64): Force the use
5514 of V4SFmode for the SSE saves; increase stack alignment if needed.
5515 (ix86_gimplify_va_arg): Don't increase stack alignment here.
5516
5517 2010-07-22 Jakub Jelinek <jakub@redhat.com>
5518
5519 PR bootstrap/45028
5520 * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
5521 call cprop_find_used_regs again via note_uses.
5522
5523 2010-07-22 Eric Botcazou <ebotcazou@adacore.com>
5524
5525 * alias.c (get_alias_set): Fix formatting issues.
5526
5527 2010-07-22 Steve Ellcey <sje@cup.hp.com>
5528
5529 PR middle-end/44878
5530 * stmt.c (expand_value_return): Call promote_function_mode with
5531 a for_return argument of 2 when returning by reference.
5532
5533 2010-07-22 Dodji Seketeli <dodji@redhat.com>
5534
5535 PR debug/45024
5536 * dwarf2out.c (scope_die_for): Don't fall back to the compilation
5537 unit DIE if we can find the scope DIE.
5538
5539 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
5540
5541 * ira-build.c (ira_create_object): New arg SUBWORD; all callers
5542 changed. Initialize OBJECT_SUBWORD.
5543 (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
5544 (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
5545 all callers changed.
5546 (merge_hard_reg_conflicts): Iterate over allocno subobjects.
5547 (finish_allocno): Likewise.
5548 (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
5549 (remove_low_level_allocnos): Likewise.
5550 (update_bad_spill_attribute): Likewise.
5551 (setup_min_max_allocno_live_range_point): Likewise.
5552 (sort_conflict_id_map): Likewise.
5553 (ira_flattening): Likewise. Use ior_hard_reg_conflicts.
5554 (ior_hard_reg_conflicts): New function.
5555 (ior_allocate_object_conflicts): Renamed first argument to OBJ.
5556 (compress_conflict_vecs): Iterate over objects, not allocnos.
5557 (ira_add_live_range_to_object): New function.
5558 (object_range_compare_func): Renamed from allocno_range_compare_func.
5559 All callers changed.
5560 (setup_min_max_conflict_allocno_ids): For allocnos with multiple
5561 subobjects, widen the min/max range of the lowest-order object to
5562 potentially include all other such low-order objects.
5563 * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
5564 (check_allocation): Likewise. Use more fine-grained tests for register
5565 conflicts.
5566 * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
5567 allocno subobjects.
5568 (assign_hard_reg): Keep multiple sets of conflicts. Make finer-grained
5569 choices about which bits to set in each set. Don't use
5570 ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
5571 using the multiple sets we computed.
5572 (push_allocno_to_stack): Iterate over allocno subobjects.
5573 (all_conflicting_hard_regs_coalesced): New static function.
5574 (setup_allocno_available_regs_num): Use it.
5575 (setup_allocno_left_conflicts_size): Likewise. Iterate over allocno
5576 subobjects.
5577 (coalesced_allocno_conflict): Test subobject 0 in each allocno.
5578 (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
5579 by ALLOCNO_NUM_OBJECTS.
5580 (calculate_spill_cost): Likewise.
5581 (color_pass): Express if statement in a more normal way.
5582 (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
5583 (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
5584 (setup_slot_coalesced_allocno_live_ranges): Likewise.
5585 (allocno_reload_assign): Likewise.
5586 (ira_reassign_pseudos): Likewise.
5587 (fast_allocation): Likewise.
5588 * ira-conflicts.c (build_conflict_bit_table): Likewise.
5589 (print_allocno_conflicts): Likewise.
5590 (ira_build_conflicts): Likewise.
5591 (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p. All
5592 callers changed. Test subword 0 of each allocno for conflicts.
5593 (build_object_conflicts): Renamed from build_allocno_conflicts. All
5594 callers changed. Iterate over allocno subobjects.
5595 * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
5596 * ira-int.h (struct ira_allocno): New member: num_objects.
5597 Rename object to objects and change it into an array.
5598 (ALLOCNO_OBJECT): Add new argument N.
5599 (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
5600 (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
5601 (ior_hard_reg_conflicts): Declare.
5602 (ira_add_live_range_to_object): Declare.
5603 (ira_allocno_object_iterator): New.
5604 (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
5605 (FOR_EACH_ALLOCNO_OBJECT): New macro.
5606 * ira-lives.c (objects_live): Renamed from allocnos_live; all
5607 uses changed.
5608 (allocnos_processed): New sparseset.
5609 (make_object_born): Renamed from make_allocno_born; take an
5610 ira_object_t argument. All callers changed.
5611 (make_object_dead): Renamed from make_allocno_dead; take an
5612 ira_object_t argument. All callers changed.
5613 (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
5614 All callers changed.
5615 (mark_pseudo_regno_live): Iterate over allocno subobjects.
5616 (mark_pseudo_regno_dead): Likewise.
5617 (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
5618 functions.
5619 (mark_ref_live): Detect subword accesses and call
5620 mark_pseudo_regno_subword_live as appropriate.
5621 (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
5622 (process_bb_nodes_live): Deal with object-related updates first; set
5623 and test bits in allocnos_processed to avoid computing allocno
5624 statistics more than once.
5625 (create_start_finish_chains): Iterate over objects, not allocnos.
5626 (print_object_live_ranges): New function.
5627 (print_allocno_live_ranges): Use it.
5628 (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
5629 and objects_live.
5630
5631 2010-07-22 Richard Guenther <rguenther@suse.de>
5632
5633 PR lto/42451
5634 * gimple.c (gtc_next_dfs_num): New global.
5635 (struct sccs): Make value a union, add integer same_p member.
5636 (gtc_visit): New function.
5637 (gimple_types_compatible_p_1): New function, split out from ...
5638 (gimple_types_compatible_p): ... here. Start a DFS walk here.
5639 (iterative_hash_gimple_type): Adjust for sccs change.
5640
5641 2010-07-22 Martin Jambor <mjambor@suse.cz>
5642
5643 PR tree-optimization/44891
5644 * tree-sra.c: Include gimple-pretty-print.h.
5645 (replace_uses_with_default_def_ssa_name): Renamed to
5646 get_repl_default_def_ssa_name, return the new SSA name instead of
5647 replacing the old one.
5648 (sra_modify_assign): Dump a message when removing a load, if the LHS
5649 is an SSA_NAME, do not do any propagation, just set the RHS to a
5650 default definition SSA NAME, type convert if necessary.
5651 * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
5652
5653 2010-07-22 Richard Guenther <rguenther@suse.de>
5654
5655 PR tree-optimization/45017
5656 * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
5657 TYPE_PRECISION of integral types in addition to size.
5658
5659 2010-07-22 Maxim Kuvyrkov <maxim@codesourcery.com>
5660
5661 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
5662 when no C library is specified.
5663
5664 2010-07-22 Martin Jambor <mjambor@suse.cz>
5665
5666 * ipa-prop.h (struct ipa_node_params): Updated comment.
5667 (struct ipa_edge_args): Likewise.
5668 * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
5669
5670 2010-07-22 Martin Jambor <mjambor@suse.cz>
5671
5672 * cgraphunit.c (verify_edge_count_and_frequency): New function.
5673 (verify_cgraph_node): Verify frequencies of indirect edges.
5674 * tree-inline.c (tree_function_versioning): Update frequencies of
5675 indirect edges.
5676
5677 2010-07-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5678
5679 PR target/43698
5680 * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
5681 Set *arm_rev to be predicable.
5682
5683 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
5684
5685 * config/darwin.h (LINK_COMMAND_SPEC): Split into...
5686 (LINK_COMMAND_SPEC_A): New.
5687 (DSYMUTIL): New.
5688 (DSYMUTIL_SPEC): New.
5689 * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
5690 (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
5691
5692 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
5693
5694 * calls.c (load_register_parameters): Move check for zero
5695 sized items so that only the call to
5696 mem_overlaps_already_clobbered_arg_p () is protected.
5697
5698 2010-07-22 Jan Hubicka <jh@suse.cz>
5699
5700 * ipa-pure-const.c (varying_state): Break out from ...
5701 (get_function_state): ... here; always return varying_state
5702 when state would be NULL otherwise.
5703 (remove_node_data): Do not free varying state.
5704
5705 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
5706
5707 PR bootstrap/44970
5708 PR middle-end/45009
5709 * postreload.c: Include "target.h".
5710 (reload_combine_closest_single_use): Don't take DEBUG_INSNs
5711 into account.
5712 (fixup_debug_insns): Don't copy the rtx.
5713 (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
5714 Don't copy when replacing. Call fixup_debug_insns in the case where
5715 we merged one add with another.
5716 (reload_combine_recognize_pattern): Fail if there aren't any uses.
5717 Try harder to determine whether we're picking a valid index register.
5718 Don't set store_ruid for an insn we're going to scan in the
5719 next iteration.
5720 (reload_combine): Remove unused code.
5721 (reload_combine_note_use): When updating use information for
5722 an old insn, ignore a use that occurs after store_ruid.
5723 * Makefile.in (postreload.o): Update dependencies.
5724
5725 * function.c (record_hard_reg_sets): Restrict the previous change
5726 to cases where the incoming nominal mode is the same as the
5727 incoming promoted mode and everything happens in MODE_INT.
5728
5729 2010-07-21 Jakub Jelinek <jakub@redhat.com>
5730
5731 PR debug/45015
5732 * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
5733 ASM_OPERANDS_OUTPUT_IDX.
5734 (adjust_insn): For inline asm with multiple sets ensure first
5735 ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
5736 the insn.
5737
5738 2010-07-21 Richard Henderson <rth@redhat.com>
5739
5740 * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
5741 comparison for avoiding xmm register saves. Emit the xmm register
5742 saves explicitly.
5743 * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
5744 (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
5745 (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
5746 Remove patterns and the associated splitters.
5747
5748 2010-07-21 Changpeng Fang <changpeng.fang@amd.com>
5749
5750 * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
5751 and imagine parts of a complex, so that they can have the same
5752 base and fall into the same group.
5753
5754 2010-07-21 Richard Guenther <rguenther@suse.de>
5755
5756 PR lto/45018
5757 * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
5758 of TYPE_DECLs. Do not follow TYPE_NEXT_VARIANT,
5759 TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
5760
5761 2010-07-21 Martin Jambor <mjambor@suse.cz>
5762
5763 PR tree-optimization/44900
5764 * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
5765 (sra_modify_assign): Move gsi to the next statmenent unconditionally.
5766
5767 2010-07-21 Bernd Schmidt <bernds@codesourcery.com>
5768
5769 PR middle-end/44738
5770 * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
5771
5772 2010-07-21 Richard Guenther <rguenther@suse.de>
5773
5774 PR middle-end/45013
5775 * tree-ssa.c (useless_type_conversion_p): Dispatch to
5776 gimple_types_compatible_p only when in lto.
5777 * gimple.c (gimple_types_compatible_p): Use canonical types
5778 to speed up comparison.
5779
5780 2010-07-21 Richard Guenther <rguenther@suse.de>
5781
5782 * tree-flow.h (referenced_var): Move define ...
5783 * tree-flow-inline.h (referenced_var): ... here as an inline
5784 function. Assert here ...
5785 * tree-dfa.c (referenced_var_lookup): ... instead of here.
5786 * tree-ssa.c (maybe_optimize_var): Check if the variable
5787 is in referenced vars.
5788 (execute_update_addresses_taken): Remove old broken check.
5789 * gimple-pretty-print.c (pp_points_to_solution): Use
5790 referenced_var_lookup.
5791 * tree-into-ssa.c (dump_decl_set): Likewise.
5792
5793 2010-07-21 Jakub Jelinek <jakub@redhat.com>
5794
5795 PR debug/45003
5796 * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
5797 * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
5798 ZERO_EXTEND here.
5799
5800 2010-07-20 Richard Henderson <rth@redhat.com>
5801
5802 * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
5803
5804 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
5805
5806 * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
5807 computing the sum of the stack pointer and a large constant.
5808 * config/arm/constraints.md (M): Remove superfluous parentheses.
5809 (Pc): New constraint.
5810
5811 2010-07-20 Jakub Jelinek <jakub@redhat.com>
5812
5813 PR debug/45006
5814 * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
5815 operand's type if exp is tcc_unary class tree.
5816
5817 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
5818
5819 * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
5820 Reverse sense of if_then_else condition.
5821
5822 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
5823
5824 * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
5825 * config/rs6000/rs6000.c (rs6000_override_options): Set
5826 rs6000_block_move_inline_limit appropriately.
5827 (expand_block_move): Use rs6000_block_move_inline_limit.
5828 * doc/invoke.texi (mblock-move-inline-limit): Document.
5829
5830 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
5831
5832 * postreload.c (fixup_debug_insns): Remove arg REGNO. New args
5833 FROM and TO. All callers changed. Don't look for tracked uses,
5834 just scan the RTL for DEBUG_INSNs and substitute.
5835 (reload_combine_recognize_pattern): Call fixup_debug_insns.
5836 (reload_combine): Ignore DEBUG_INSNs.
5837
5838 2010-07-20 Jakub Jelinek <jakub@redhat.com>
5839
5840 * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
5841 depth to 8 from 5.
5842
5843 PR debug/45003
5844 * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
5845 or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
5846 instead of the result's type.
5847
5848 2010-07-20 Richard Guenther <rguenther@suse.de>
5849
5850 PR tree-optimization/44977
5851 * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
5852 SSA form.
5853
5854 2010-07-20 Richard Guenther <rguenther@suse.de>
5855
5856 * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
5857 (lto_symtab_merge_decls_2): Likewise.
5858 * gimple.h (gimple_types_compatible_p): Declare.
5859 * gimple.c (gimple_queue_type_fixup): Remove.
5860 (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
5861 (gimple_compatible_complete_and_incomplete_type_p): New function.
5862 (gimple_types_compatible_p): Adjust.
5863 (gimple_register_type): Remove type fixup code.
5864 (print_gimple_types_stats): Adjust.
5865 (free_gimple_type_tables): Likewise.
5866 * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
5867 * tree-ssa.c (useless_type_conversion_p): Likewise.
5868
5869 2010-07-20 Richard Guenther <rguenther@suse.de>
5870
5871 PR middle-end/44971
5872 PR middle-end/44988
5873 * tree-ssa.c (maybe_optimize_var): New function split out from ...
5874 (execute_update_addresses_taken): ... here.
5875 (non_rewritable_mem_ref_base): Likewise.
5876 (execute_update_addresses_taken): Do not iterate over all referenced
5877 vars but just all local decls and parms.
5878 Properly check call and asm arguments and rewrite call arguments.
5879
5880 2010-07-20 Maxim Kuvyrkov <maxim@codesourcery.com>
5881
5882 * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
5883 to top level.
5884 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
5885 definitions ...
5886 * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
5887 New macro.
5888 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
5889
5890 2010-07-19 Richard Sandiford <rdsandiford@googlemail.com>
5891
5892 * gengtype.c (start_root_entry): New function, split out from
5893 write_root. Check whether V is null and raise an error if so.
5894 (write_field_root): Check for V being null. Don't raise an error here;
5895 set V to null instead.
5896 (write_root): Update comment above function. Use start_root_entry.
5897
5898 2010-07-19 Xinliang David Li <davidxl@google.com>
5899
5900 PR testsuite/44932
5901 * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
5902 def edges.
5903 (find_uninit_use): Add dump.
5904 (is_use_properly_guarded): Ditto.
5905 (warn_uninitialized_phi): Ditto.
5906 (execute_late_warn_uninitialized): Ditto.
5907
5908 2010-07-19 Richard Guenther <rguenther@suse.de>
5909
5910 PR middle-end/44941
5911 * expr.c (emit_block_move_hints): Move zero size check first.
5912 Move asserts to more useful places.
5913 * calls.c (load_register_parameters): Check for zero size.
5914
5915 2010-07-19 Richard Henderson <rth@redhat.com>
5916
5917 * tree-optimize.c (execute_all_early_local_passes): New. Change
5918 cgraph_state here ...
5919 (execute_early_local_optimizations): ... not here. Remove.
5920 (pass_early_local_passes, pass_all_early_optimizations): Update.
5921
5922 2010-07-19 Bernd Schmidt <bernds@codesourcery.com>
5923
5924 * postreload.c (reload_combine_closest_single_use): Ignore the
5925 number of uses for DEBUG_INSNs.
5926 (fixup_debug_insns): New static function.
5927 (reload_combine_recognize_const_pattern): Use it. Don't let the
5928 main loop be affected by DEBUG_INSNs.
5929 Really disallow moving adds past a jump insn.
5930 (reload_combine_recognize_pattern): Don't update use_ruid here.
5931 (reload_combine_note_use): Do it here.
5932 (reload_combine): Use control_flow_insn_p rather than JUMP_P.
5933
5934 2010-07-19 Bingfeng Mei <bmei@broadcom.com>
5935
5936 * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
5937 of a loop.
5938 * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
5939
5940 2010-07-19 Iain Sandoe <iains@gcc.gnu.org>
5941
5942 * config/i386/darwin.h: Define darwin_emit_branch_islands.
5943 (TARGET_MACHO_BRANCH_ISLANDS): New.
5944 (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
5945 * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
5946 default value.
5947 * config/i386/i386.c (output_pic_addr_const): Do not emit
5948 branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
5949 (x86_output_mi_thunk): Adjust symbol creation.
5950 * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
5951 Remove out of date comment.
5952 * config/rs6000/rs6000.c (print_operand): Adjust symbol.
5953 (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
5954 (DARWIN_GENERATE_ISLANDS): Ditto.
5955 (output_call): Do not emit branch islands unless
5956 darwin_emit_branch_islands is set.
5957 * config/darwin.c: Declare darwin_emit_branch_islands.
5958 (machopic_indirect_data_reference): Do not emit unless
5959 darwin_emit_branch_islands is set.
5960 (darwin_override_options): Set darwin_emit_branch_islands
5961 where it is needed.
5962 * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
5963
5964 2010-07-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5965
5966 * doc/sourcebuild.texi (Effective-Target Keywords): Document
5967 sse_runtime, sse2_runtime.
5968
5969 2010-07-18 Richard Sandiford <rdsandiford@googlemail.com>
5970
5971 * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
5972 low half of a single-register SCmode return value before ORing
5973 it with the high half.
5974 * config/mips/mips16.S (MERGE_GPRf): Likewise.
5975
5976 2010-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5977
5978 PR target/44805
5979 * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
5980 on all targets.
5981
5982 2010-07-17 Bernd Schmidt <bernds@codesourcery.com>
5983
5984 PR target/42235
5985 * postreload.c (reload_cse_move2add): Return bool, true if anything.
5986 changed. All callers changed.
5987 (move2add_use_add2_insn): Likewise.
5988 (move2add_use_add3_insn): Likewise.
5989 (reload_cse_regs): If reload_cse_move2add changed anything, rerun
5990 reload_combine.
5991 (RELOAD_COMBINE_MAX_USES): Bump to 16.
5992 (last_jump_ruid): New static variable.
5993 (struct reg_use): New members CONTAINING_MEM and RUID.
5994 (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
5995 (reload_combine_split_one_ruid, reload_combine_split_ruids,
5996 reload_combine_purge_insn_uses, reload_combine_closest_single_use
5997 reload_combine_purge_reg_uses_after_ruid,
5998 reload_combine_recognize_const_pattern): New static functions.
5999 (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
6000 is true for our reg and that we have available index regs.
6001 (reload_combine_note_use): New args RUID and CONTAINING_MEM. All
6002 callers changed. Use them to initialize fields in struct reg_use.
6003 (reload_combine): Initialize last_jump_ruid. Be careful when to
6004 take PREV_INSN of the scanned insn. Update REAL_STORE_RUID fields.
6005 Call reload_combine_recognize_const_pattern.
6006 (reload_combine_note_store): Update REAL_STORE_RUID field.
6007
6008 2010-07-16 Jason Merrill <jason@redhat.com>
6009
6010 * Makefile.in (opts-common.o): Depend on options.h.
6011
6012 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
6013
6014 * tree.c (build_common_builtin_nodes): Use build_function_type_list
6015 instead of build_function_type.
6016 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
6017 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
6018
6019 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
6020
6021 * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
6022 do all the work.
6023 (rs6000_emit_int_cmove): Use function pointers for insn generation.
6024 Don't force values into registers unnecessarily.
6025 (output_isel): Assert that we're not given conditions we can't handle.
6026 Delete corresponding code.
6027 * config/rs6000/rs6000.md (isel_signed_<mode>): Use
6028 scc_comparison_operator constraint. Permit 0 for the consequent
6029 operand. Permit any GPR for the alternative operand.
6030 (isel_unsigned_<mode>): Likewise.
6031
6032 2010-07-16 Jakub Jelinek <jakub@redhat.com>
6033
6034 PR target/44942
6035 * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
6036 argument to const_tree.
6037 * config/i386/i386.c (function_arg_advance): If padding needs to be
6038 inserted before argument, increment cum->words by number of padding
6039 words as well.
6040 (contains_aligned_value_p): Change argument to const_tree.
6041 (ix86_function_arg_boundary): Change second argument to const_tree.
6042
6043 2010-07-16 Bernd Schmidt <bernds@codesourcery.com>
6044
6045 PR target/42235
6046 * function.c (record_hard_reg_sets): New static function.
6047 (assign_parm_setup_reg): If an optab for extending exists and the
6048 generated code clobbbers no hard regs, emit the insn directly and
6049 create a REG_EQUIV note.
6050
6051 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
6052
6053 * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
6054 TREE_CHAIN.
6055 * c-typeck.c (push_init_level): Likewise.
6056 (process_init_element): Likewise.
6057
6058 2010-07-15 Anatoly Sokolov <aesok@post.ru>
6059
6060 * tree.h (enum tree_index): Add TI_INTEGER_THREE.
6061 (integer_three_node): Add.
6062 * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
6063 NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
6064 * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
6065 of call build_int_cst.
6066 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
6067 * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
6068 (find_interesting_uses_address): Ditto.
6069 * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
6070 * tree-eh.c (lower_eh_constructs_2): Ditto.
6071 * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
6072 * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
6073 * expmed.c (expand_divmod): Ditto.
6074 * tree-mudflap.c (mx_register_decls): Ditto.
6075 * varasm.c (array_size_for_constructor): Ditto.
6076 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
6077 * c-parser.c (c_parser_postfix_expression): Ditto.
6078
6079 2010-07-15 Bernd Schmidt <bernds@codesourcery.com>
6080
6081 * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
6082 New static variables.
6083 (reload_combine_recognize_pattern): New static function, broken out
6084 of reload_combine.
6085 (reload_combine): Use it. Only initialize first_index_reg and
6086 last_index_reg once.
6087
6088 2010-07-15 Richard Henderson <rth@redhat.com>
6089
6090 * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
6091 when done.
6092
6093 2010-07-15 Jan Hubicka <jh@suse.cz>
6094
6095 * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
6096 comdats for broken gold.
6097 (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
6098
6099 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
6100
6101 * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
6102
6103 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
6104
6105 * tree.h (DECL_CHAIN): Define.
6106 * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
6107 * c-decl.c: Likewise.
6108 * c-parser.c: Likewise.
6109 * c-typeck.c: Likewise.
6110 * cfgexpand.c: Likewise.
6111 * cgraph.c: Likewise.
6112 * cgraphunit.c: Likewise.
6113 * combine.c: Likewise.
6114 * config/alpha/alpha.c: Likewise.
6115 * config/arm/arm.c: Likewise.
6116 * config/frv/frv.c: Likewise.
6117 * config/i386/i386.c: Likewise.
6118 * config/i386/winnt-cxx.c: Likewise.
6119 * config/ia64/ia64.c: Likewise.
6120 * config/iq2000/iq2000.c: Likewise.
6121 * config/mep/mep.c: Likewise.
6122 * config/mips/mips.c: Likewise.
6123 * config/pa/som.h: Likewise.
6124 * config/rs6000/rs6000.c: Likewise.
6125 * config/s390/s390.c: Likewise.
6126 * config/sh/sh.c: Likewise.
6127 * config/sh/symbian-cxx.c: Likewise.
6128 * config/sparc/sparc.c: Likewise.
6129 * config/spu/spu.c: Likewise.
6130 * config/stormy16/stormy16.c: Likewise.
6131 * config/vxworks.c: Likewise.
6132 * config/xtensa/xtensa.c: Likewise.
6133 * coverage.c: Likewise.
6134 * dbxout.c: Likewise.
6135 * dwarf2out.c: Likewise.
6136 * emit-rtl.c: Likewise.
6137 * expr.c: Likewise.
6138 * function.c: Likewise.
6139 * gimple-low.c: Likewise.
6140 * gimple-pretty-print.c: Likewise.
6141 * gimplify.c: Likewise.
6142 * integrate.c: Likewise.
6143 * ipa-inline.c: Likewise.
6144 * ipa-prop.c: Likewise.
6145 * ipa-split.c: Likewise.
6146 * ipa-struct-reorg.c: Likewise.
6147 * ipa-type-escape.c: Likewise.
6148 * langhooks.c: Likewise.
6149 * lto-cgraph.c: Likewise.
6150 * omp-low.c: Likewise.
6151 * stor-layout.c: Likewise.
6152 * tree-cfg.c: Likewise.
6153 * tree-complex.c: Likewise.
6154 * tree-dfa.c: Likewise.
6155 * tree-dump.c: Likewise.
6156 * tree-inline.c: Likewise.
6157 * tree-mudflap.c: Likewise.
6158 * tree-nested.c: Likewise.
6159 * tree-object-size.c: Likewise.
6160 * tree-pretty-print.c: Likewise.
6161 * tree-sra.c: Likewise.
6162 * tree-ssa-live.c: Likewise.
6163 * tree-ssa-loop-niter.c: Likewise.
6164 * tree-ssa-math-opts.c: Likewise.
6165 * tree-ssa-reassoc.c: Likewise.
6166 * tree-ssa-sccvn.c: Likewise.
6167 * tree-ssa-structalias.c: Likewise.
6168 * tree-tailcall.c: Likewise.
6169 * tree-vrp.c: Likewise.
6170 * tree.c: Likewise.
6171 * var-tracking.c: Likewise.
6172 * varasm.c: Likewise.
6173
6174 2010-07-15 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6175
6176 PR target/44877
6177 * config/spu/spu.c (spu_expand_builtin_1): Allow references
6178 (as well as pointers) as argument to mask_for_load builtins.
6179
6180 2010-07-15 Richard Guenther <rguenther@suse.de>
6181
6182 PR tree-optimization/44946
6183 * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
6184 with accessing only padding properly.
6185
6186 2010-07-15 Jan Hubicka <jh@suse.cz>
6187
6188 * ipa.c (function_and_variable_visibility): Variables marked as used
6189 should not be localized.
6190
6191 2010-07-15 Jan Hubicka <jh@suse.cz>
6192
6193 * cgraph.c: Include lto-streamer.h
6194 (change_decl_assembler_name): Work when assembler name hash is at place.
6195 (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
6196 be sure to rename it to avoid name clash.
6197 * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
6198 Localize hidden symbols only when locally defined.
6199
6200 2010-07-15 Uros Bizjak <ubizjak@gmail.com>
6201
6202 * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
6203
6204 2010-07-15 Magnus Granberg <zorry@gentoo.org>
6205 Kevin F. Quinn <kevquinn@gentoo.org>
6206
6207 * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
6208 * common.opt: Add -Wtrampolines.
6209 * doc/invoke.texi: Add -Wtrampolines.
6210
6211 2010-07-15 Jie Zhang <jie@codesourcery.com>
6212
6213 * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
6214 cortex_a8_issue_ls.
6215
6216 2010-07-15 Dave Korn <dave.korn.cygwin@gmail.com>
6217
6218 * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
6219 * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
6220
6221 2010-07-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6222
6223 * config/spu/spu.c (reg_names): Remove prototype.
6224 (call_used_regs): Likewise.
6225
6226 2010-07-14 Dave Korn <dave.korn.cygwin@gmail.com>
6227
6228 * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
6229 "unused" with attribute "used".
6230 (__JCR_END__): Likewise.
6231 * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
6232 "used" attribute.
6233 (__JCR_LIST__): Replace attribute "unused" with attribute "used".
6234
6235 2010-07-14 Richard Guenther <rguenther@suse.de>
6236
6237 * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
6238 (maybe_fixup_decls): Likewise.
6239 (input_gimple_stmt): Do not fixup anything.
6240 * lto-streamer-out.c (output_gimple_stmt): Make sure all
6241 non-automatic variable uses are wrapped inside a MEM_REF.
6242
6243 2010-07-14 Richard Henderson <rth@redhat.com>
6244
6245 * passes.c (rest_of_decl_compilation): Do not call assemble_variable
6246 for functions.
6247 * varasm.c (assemble_variable): Remove early exit for functions;
6248 assert that we're given a variable.
6249
6250 2010-07-14 Jie Zhang <jie@codesourcery.com>
6251
6252 * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
6253 cortex_a8_default when neon_type is not none.
6254
6255 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
6256
6257 * lower-subreg.c (subreg_context): New static bitmap.
6258 (decompose_multiword_subregs): Allocate and free it.
6259 (find_decomposable_subregs): Set a bit in it for a register that
6260 occurs in a subreg that changes mode but not size.
6261 (can_decompose_p): Test it instead of non_decomposable_context.
6262
6263 2010-07-14 Richard Guenther <rguenther@suse.de>
6264
6265 PR tree-optimization/44824
6266 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
6267 is_gimple_mem_ref_addr.
6268 (tree_ssa_forward_propagate_single_use_vars): Do not propagate
6269 non-decl_address_invariant_p addresses.
6270
6271 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
6272
6273 * reload.c (find_reloads): Revert code to penalize small register
6274 classes that was brought in with the IRA merge.
6275
6276 2010-07-14 Richard Guenther <rguenther@suse.de>
6277
6278 * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
6279 as base of ARRAY_REFs.
6280
6281 2010-07-14 Richard Guenther <rguenther@suse.de>
6282
6283 PR middle-end/44930
6284 * tree-pretty-print.c (do_niy): Do not print a newline.
6285
6286 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
6287
6288 * ira-int.h (struct ira_object): New.
6289 (ira_object_t): New typedef. Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
6290 (struct ira_allocno): Remove members min, max,
6291 conflict_allocno_array, conflict_id, conflict_allocno_array_size,
6292 conflict_allocnos_num and conflict_vec_p. Add new member object.
6293 (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
6294 OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
6295 OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
6296 OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
6297 ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
6298 ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
6299 ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
6300 ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
6301 an ira_object_t rather than ira_allocno_t. All uses changed.
6302 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
6303 contains a vector of ira_object_t; all uses changed.
6304 (ira_objects_num): Declare variable.
6305 (ira_create_allocno_object): Declare function.
6306 (ira_conflict_vector_profitable_p): Adjust prototype.
6307 (ira_allocate_conflict_vec): Renamed from
6308 ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
6309 (ira_allocate_object_conflicts): Renamed from
6310 ira_allocate_allocno_conflicts; first arg now ira_object_t.
6311 (struct ira_object_iterator): New.
6312 (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
6313 (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
6314 to conflict_vec_p. All uses changed.
6315 (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
6316 Changed to take into account that conflicts are now tracked for
6317 objects.
6318 * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
6319 Args changed to accept ira_object_t. All uses changed.
6320 (allocnos_conflict_p): New static function.
6321 (collected_conflict_objects): Renamed from collected_allocno_objects;
6322 now a vector of ira_object_t. All uses changed.
6323 (build_conflict_bit_table): Changed to take into account that
6324 conflicts are now tracked for objects.
6325 (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
6326 (print_allocno_conflicts, ira_build_conflicts): Likewise.
6327 * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
6328 setup_allocno_left_conflicts_size, allocno_reload_assign,
6329 fast_allocation): Likewise.
6330 * ira-lives.c (make_hard_regno_born, make_allocno_born)
6331 process_single_reg_class_operands, process_bb_node_lives): Likewise.
6332 * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
6333 Likewise.
6334 * ira-build.c (ira_objects_num): New variable.
6335 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
6336 contains a vector of ira_object_t; all uses changed.
6337 (ira_object_id_map_vec): Corresponding change.
6338 (object_pool): New static variable.
6339 (initiate_allocnos): Initialize it.
6340 (finish_allocnos): Free it.
6341 (ira_create_object, ira_create_allocno_object, create_allocno_objects):
6342 New functions.
6343 (ira_create_allocno): Don't set members that were removed.
6344 (ira_set_allocno_cover_class): Don't change conflict hard regs.
6345 (merge_hard_reg_conflicts): Changed to take into account that
6346 conflicts are now tracked for objects.
6347 (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
6348 allocate_conflict_bit_vec, ira_allocate_object_conflicts,
6349 compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
6350 setup_min_max_allocno_live_range_point, allocno_range_compare_func,
6351 setup_min_max_conflict_allocno_ids, ): Likewise.
6352 (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
6353 to ira_object_t; all callers changed.
6354 (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
6355 to ira_object_t, all callers changed.
6356 (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
6357 to ira_object_t, all callers changed.
6358 (conflict_check, curr_conflict_check_tick): Renamed from
6359 allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
6360 changed.
6361 (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
6362 arg changed to ira_object_t, all callers changed.
6363 (create_cap_allocno): Call ira_create_allocno_object.
6364 (finish_allocno): Free the corresponding object.
6365 (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
6366 callers changed. Adjusted for dealing with objects.
6367 (ira_build): Call create_allocno_objects after ira_costs. Adjusted for
6368 dealing with objects.
6369 * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
6370
6371 * ira-int.h (struct live_range): Rename allocno member to object
6372 and change type to ira_object_t.
6373 (struct ira_object): New member live_ranges.
6374 (struct ira_allocno): Remove member live_ranges.
6375 (ALLOCNO_LIVE_RANGES): Remove.
6376 (OBJECT_LIVE_RANGES): New macro.
6377 (ira_create_live_range, ira_copy_live_range_list,
6378 ira_merge_live_range_list, ira_live_ranges_intersect_p,
6379 ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
6380 * ira-build.c (ira_create_object): Initialize live ranges here.
6381 (ira_create_allocno): Not here.
6382 (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
6383 changed to ira_object_t, all callers changed.
6384 (copy_live_range): Rename from copy_allocno_live_range, all callers
6385 changed.
6386 (ira_copy_live_range_list): Rename from
6387 ira_copy_allocno_live_range_list, all callers changed.
6388 (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
6389 all callers changed.
6390 (ira_live_ranges_intersect_p): Rename from
6391 ira_allocno_live_ranges_intersect_p, all callers changed.
6392 (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
6393 callers changed.
6394 (ira_finish_live_range_list): Rename from
6395 ira_finish_allocno_live_range_list, all callers changed.
6396 (change_object_in_range_list): Rename from change_allocno_in_range_list,
6397 last arg changed to ira_object_t, all callers changed.
6398 (finish_allocno): Changed to expect live ranges in the allocno's object.
6399 (move_allocno_live_ranges, copy_allocno_live_ranges,
6400 update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
6401 ira_flattening, ira_build): Likewise.
6402 * ira-color.c (allocnos_have_intersected_live_ranges_p,
6403 slot_coalesced_allocno_live_ranges_intersect,
6404 setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
6405 * ira-conflicts.c (build_conflict_bit_table): Likewise.
6406 * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
6407 * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
6408 make_allocno_dead, create_start_finish_chains,
6409 remove_some_program_points_and_update_live_ranges,
6410 ira_debug_live_range_list): Likewise.
6411
6412 * ira-int.h (ira_object_conflict_iterator): Rename from
6413 ira_allocno_conflict_iterator.
6414 (ira_object_conflict_iter_init): Rename from
6415 ira_allocno_conflict_iter_init, second arg changed to
6416 * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
6417 FOR_EACH_ALLOCNO_CONFLICT.
6418 * ira-color.c (assign_hard_reg, push_allocno_to_stack)
6419 setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
6420 ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
6421 * ira-conflicts.c (print_allocno_conflicts): Likewise.
6422
6423 2010-07-13 Joern Rennecke <joern.rennecke@embecosm.com>
6424
6425 PR other/44874
6426 * tree-dump.c (dump_options): Add enumerate_locals entry.
6427 Add TDF_NOID exclusion to all entry.
6428 * tree-dump.h (dump_enumerated_decls): Declare.
6429 * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
6430 Don't display type uid.
6431 (print_declaration): Don't crash on TREE_TYPE (t) == 0.
6432 * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
6433 * tree-ssa-live.c: Include gimple.h.
6434 (numbered_tree_d): New struct.
6435 (numbered_tree): New typedef.
6436 (DEF_VEC_O (numbered_tree): New.
6437 (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
6438 (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
6439 (dump_enumerated_decls): Likewise.
6440 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
6441 debug info and flag_dump_final_insns, call dump_enumerated_decls.
6442 * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
6443 * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
6444
6445 2010-07-13 Richard Sandiford <rdsandiford@googlemail.com>
6446
6447 * expmed.h (MAX_BITS_PER_WORD): Move to...
6448 * defaults.h (MAX_BITS_PER_WORD): ...here.
6449
6450 2010-07-13 DJ Delorie <dj@redhat.com>
6451
6452 * config/h8300/h8300.c (h8300_init_once): Default to
6453 -fstrict_volatile_bitfields.
6454
6455 * config/sh/sh.c (sh_override_options): Default to
6456 -fstrict_volatile_bitfields.
6457
6458 * config/rx/rx.c (rx_option_override): New.
6459
6460 * config/m32c/m32c.c (m32c_override_options): Default to
6461 -fstrict_volatile_bitfields.
6462
6463 2010-07-13 Nathan Froyd <froydnj@codesourcery.com>
6464
6465 * tree.h (build_function_call_expr): Delete.
6466 (build_call_expr_loc_array): New function.
6467 (build_call_expr_loc_vec): New function.
6468 * tree-flow.h (struct omp_region): Change type of ws_args field
6469 to a VEC.
6470 * builtins.c (build_function_call_expr): Delete.
6471 (build_call_expr_loc_array): New function.
6472 (build_call_expr_loc): Call it. Use XALLOCAVEC.
6473 (build_call_expr): Likewise.
6474 (build_call_expr_loc_vec): New function.
6475 * cgraphunit.c (build_cdtor): Call build_call_expr instead of
6476 build_function_call_expr.
6477 * expr.c (emutls_var_address): Likewise.
6478 * varasm.c (emutls_common_1): Likewise.
6479 * omp-low.c (expand_omp_atomic_mutex): Likewise.
6480 (expand_omp_taskreg): Adjust for new type of region->ws_args.
6481 (get_ws_args_for): Return a VEC instead of a tree.
6482 (expand_parallel_call): Call build_call_expr_loc_vec instead of
6483 build_function_call_expr.
6484 * stor-layout.c (self_referential_size): Likewise.
6485
6486 2010-07-13 Jakub Jelinek <jakub@redhat.com>
6487
6488 PR testsuite/44701
6489 * recog.c (constrain_operands): Allow side-effects in memory
6490 operands if either < or > constraint is used, rather than if
6491 both < and > is used.
6492
6493 2010-07-13 Richard Guenther <rguenther@suse.de>
6494
6495 PR middle-end/44911
6496 * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
6497 MEM_REF pointer type dumping. Avoid recursing for TYPE_DECLs
6498 without name.
6499
6500 2010-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
6501
6502 PR target/44761
6503 * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
6504 to variable emited.
6505 * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
6506 * config/sh/sh.md (symGOT_load): Likewise.
6507 (symDTPOFF2reg): Likewise.
6508 (symTPOFF2reg): Likewise.
6509
6510 2010-07-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6511
6512 * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
6513 * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
6514
6515 2010-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6516
6517 * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
6518 explanation.
6519 Find ucontext_t * on Solaris 11.
6520 (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
6521 Handle new Solaris 11 __sighndlr patterns.
6522
6523 2010-07-13 Jakub Jelinek <jakub@redhat.com>
6524
6525 PR debug/44901
6526 * vec.h (VEC_block_remove): Fix comment.
6527 * tree-ssa-live.c (remove_unused_locals): Don't use
6528 VEC_unordered_remove on local_decls, instead replace a single
6529 vector element in each iteration if at least one element had
6530 to be removed and VEC_truncate at the end.
6531 * omp-low.c (expand_omp_taskreg): Likewise.
6532
6533 2010-07-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
6534
6535 * c-decl.c (finish_function): Fix typo in comment.
6536
6537 2010-07-12 H.J. Lu <hongjiu.lu@intel.com>
6538
6539 PR bootstrap/44921
6540 * postreload.c (move2add_use_add3_insn): Silence gcc warning
6541 on min_regno.
6542
6543 2010-07-12 Jakub Jelinek <jakub@redhat.com>
6544
6545 * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
6546 (simplify_stmt_using_ranges): Use it.
6547
6548 2010-07-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6549
6550 * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
6551 member. Do not mark as GTY(()).
6552 * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
6553 (spu_builtin_decls): New static variable.
6554 (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
6555 (spu_init_builtins): Likewise.
6556 (spu_builtin_mul_widen_even): Likewise.
6557 (spu_builtin_mul_widen_odd): Likewise.
6558 (spu_builtin_mask_for_load): Likewise.
6559 (spu_builtin_vec_perm): Likewise.
6560 * config/spu/spu-c.c: Include "target.h".
6561 (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
6562 of using spu_builtins[].fndecl.
6563
6564 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6565
6566 * config/mips/mips.c (mips_override_options): Make -mflip-mips16
6567 imply -minterlink-mips16.
6568
6569 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6570
6571 * config/mips/mips.h (mips16_globals): Declare.
6572 (SWITCHABLE_TARGET): Define.
6573 * config/mips/mips.c: Include target-globals.h.
6574 (mips16_globals): New variable.
6575 (mips_set_mips16_mode): Use save_target_globals and
6576 restore_target_globals instead of target_reinit.
6577
6578 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6579
6580 * reginfo.c (init_reg_sets): Don't zero globals here. Update comment
6581 to say that the function can be called more than once.
6582 * target-globals.c (save_target_globals): Call init_reg_sets.
6583
6584 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6585
6586 * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
6587 * bb-reorder.h: New file.
6588 * bb-reorder.c (default_target_bb_reorder): New variable.
6589 (this_target_bb_reorder): New conditional variable.
6590 (uncond_jump_length): Redefine as a macro.
6591 * target-globals.h (this_target_bb_reorder): Declare.
6592 (target_globals): Add a bb_reorder field.
6593 (restore_target_globals): Copy the bb_reorder field to
6594 this_target_bb-reorder.
6595 * target-globals.c: Include bb-reorder.h.
6596 (default_target_globals): Initialize the bb_reorder field.
6597 (save_target_globals): Likewise.
6598
6599 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6600
6601 * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
6602 * gcse.h: New file.
6603 * gcse.c: Include gcse.h.
6604 (default_target_gcse): New variable.
6605 (this_target_gcse): New conditional variable.
6606 (can_copy): Redefine as a macro.
6607 (can_copy_init_p): New macro.
6608 (can_copy_p): Remove can_copy_init_p.
6609 * target-globals.h (this_target_gcse): Declare.
6610 (target_globals): Add a gcse field.
6611 (restore_target_globals): Copy the gcse field to this_target_gcse.
6612 * target-globals.c: Include gcse.h.
6613 (default_target_globals): Initialize the gcse field.
6614 (save_target_globals): Likewise.
6615
6616 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6617
6618 * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
6619 and x_ira_prohibited_mode_move_regs_initialized_p.
6620 (ira_prohibited_mode_move_regs): Redefine as a macro.
6621 * ira.c (ira_prohibited_mode_move_regs): Delete.
6622 (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
6623
6624 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6625
6626 * reload.h (target_reload): Add x_cached_reg_save_code and
6627 x_cached_reg_restore_code.
6628 * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
6629 Redefine as macros.
6630
6631 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6632
6633 * Makefile.in (target-globals.o): Depend on builtins.h.
6634 * builtins.h: New file.
6635 * builtins.c: Include builtins.h.
6636 (default_target_builtins): New variable.
6637 (this_target_builtins): New conditional variable.
6638 (apply_args_mode, apply_result_mode): Redefine as macros.
6639 * target-globals.h (this_target_builtins): Declare.
6640 (target_globals): Add a builtins field.
6641 (restore_target_globals): Copy the builtins field to
6642 this_target_builtins.
6643 * target-globals.c: Include builtins.h.
6644 (default_target_globals): Initialize the builtins field.
6645 (save_target_globals): Likewise.
6646
6647 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6648
6649 * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
6650 (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
6651 from expmed.c.
6652 (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
6653 (alg_hash, alg_hash_used_p): New macros.
6654 * expmed.c (init_expmed): Clear alg_hash if reinitializing.
6655 (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
6656 (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
6657
6658 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6659
6660 * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
6661 x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
6662 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
6663 (this_op_costs, costs_classes): Redefine as macros.
6664 (record_reg_classes): Don't take op_costs as a parameter.
6665 (record_operand_costs): Likewise. Update calls to record_reg_classes.
6666 (scan_one_insn): Update call to record_operand_costs.
6667
6668 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6669
6670 * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
6671 * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
6672 (target_ira_int): New structure.
6673 (default_target_ira_int): Declare.
6674 (this_target_ira_int): Declare as a variable or define as a macro.
6675 (ira_reg_mode_hard_regset, ira_register_move_cost)
6676 (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
6677 (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
6678 (prohibited_class_mode_regs, ira_important_classes_num)
6679 (ira_important_classes, ira_reg_class_intersect)
6680 (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
6681 (ira_reg_class_union): Redefine as macros.
6682 * ira.h (target_ira): New structure.
6683 (default_target_ira): Declare.
6684 (this_target_ira): Declare as a variable or define as a macro.
6685 (ira_available_class_regs, ira_hard_regno_cover_class)
6686 (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
6687 (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
6688 (ira_class_hard_regs_num): Redefine as macros.
6689 * ira.c (default_target_ira, default_target_ira_int): New variables.
6690 (this_target_ira, this_target_ira_int): New conditional variables.
6691 (ira_reg_mode_hard_regset, ira_memory_move_cost)
6692 (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
6693 (ira_class_subset_p): Delete.
6694 (no_unit_alloc_regs): Redefine as a macro.
6695 (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
6696 (ira_class_hard_regs_num, ira_class_hard_reg_index)
6697 (ira_available_class_regs): Delete.
6698 (alloc_reg_class_subclasses): Redefine as a macro.
6699 (ira_reg_class_cover_size, ira_reg_class_cover)
6700 (ira_important_classes_num, ira_important_classes)
6701 (ira_important_class_nums, ira_class_translate): Delete.
6702 (cover_class_order): Document the variable's lifetime.
6703 (reorder_important_classes): Don't set ira_important_class_nums.
6704 (ira_reg_class_intersect, ira_reg_classes_intersect_p)
6705 (ira_reg_class_super_classes, ira_reg_class_union)
6706 (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
6707 Delete.
6708 (setup_reg_class_nregs): Don't set ira_max_regs.
6709 (prohibited_class_mode_regs): Delete.
6710 * target-globals.h (this_target_ira, this_target_ira_int): Declare.
6711 (target_globals): Add ira and ira_int fields.
6712 (restore_target_globals): Copy the ira field to this_target_ira
6713 and the ira_int field to this_target_ira_int.
6714 * target-globals.c: Include ira-int.h.
6715 (default_target_globals): Initialize the ira and ira_int fields.
6716 (save_target_globals): Likewise.
6717
6718 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6719
6720 * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
6721 * cfgloop.h (target_cfgloop): New structure.
6722 (default_target_cfgloop): Declare.
6723 (this_target_cfgloop): Declare as a variable or define as a macro.
6724 (target_avail_regs, target_clobbered_regs, target_res_regs)
6725 (target_reg_cost, target_spill_cost): Redefine as macros.
6726 * cfgloopanal.c (default_target_cfgloop): New variable.
6727 (this_target_cfgloop): New conditional variable.
6728 (target_avail_regs, target_clobbered_regs, target_res_regs)
6729 (target_reg_cost, target_spill_cost): Delete.
6730 * target-globals.h (this_target_cfgloop): Declare.
6731 (target_globals): Add a cfgloop field.
6732 (restore_target_globals): Copy the cfgloop field to
6733 this_target_cfgloop.
6734 * target-globals.c: Include cfgloop.h.
6735 (default_target_globals): Initialize the cfgloop field.
6736 (save_target_globals): Likewise.
6737
6738 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6739
6740 * regs.h (target_regs): Add x_direct_load, x_direct_store and
6741 x_float_extend_from_mem.
6742 (direct_load, direct_store, float_extend_from_mem): New macros.
6743 * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
6744
6745 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6746
6747 * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
6748 (target-globals.o): Depend on $(LIBFUNCS_H).
6749 * libfuncs.h: Include hashtab.h.
6750 (libfunc_entry): Moved from optabs.c.
6751 (target_libfuncs): New structure.
6752 (default_target_libfuncs): Declare.
6753 (this_target_libfuncs): Declare as a variable or define as a macro.
6754 (libfunc_table): Redefine as a macro.
6755 * optabs.c (default_target_libfuncs): New variable.
6756 (this_target_libfuncs): New conditional variable.
6757 (libfunc_table): Delete.
6758 (libfunc_entry): Moved to optabs.h.
6759 (libfunc_hash): Redefine as a macro.
6760 (hash_libfunc, eq_libfunc): Fix comments.
6761 (init_optabs): Use libfunc_hash to detect cases where the function
6762 has already been called. Clear the hash table instead of
6763 recreating it.
6764 * target-globals.h (this_target_libfuncs): Declare.
6765 (target_globals): Add a libfuncs field.
6766 (restore_target_globals): Copy the libfuncs field to
6767 this_target_libfuncs.
6768 * target-globals.c: Include libfuncs.h.
6769 (default_target_globals): Initialize the libfuncs field.
6770 (save_target_globals): Likewise.
6771
6772 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6773
6774 * Makefile.in (LIBFUNCS_H): New variable. Use instead of libfuncs.h
6775 in all dependency lists.
6776
6777 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6778
6779 * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
6780 * optabs.h (target_optabs): New structure.
6781 (default_target_optabs): Declare.
6782 (this_target_optabs): Declare as a variable or define as a macro.
6783 (optab_table, convert_optab_table, direct_optab_table): Redefine
6784 as macros.
6785 * optabs.c (default_target_optabs): New variable.
6786 (this_target_optabs): New conditional variable.
6787 (optab_table, convert_optab_table, direct_optab_table): Delete.
6788 * target-globals.h (this_target_optabs): Declare.
6789 (target_globals): Add a optabs field.
6790 (restore_target_globals): Copy the optabs field to
6791 this_target_optabs.
6792 * target-globals.c: Include expr.h and optabs.h.
6793 (default_target_globals): Initialize the optabs field.
6794 (save_target_globals): Likewise.
6795
6796 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6797
6798 * flags.h (target_flagstate): Add x_flag_excess_precision.
6799 (flag_excess_precision): Redefine as a macro.
6800 * toplev.c (flag_excess_precision): Delete.
6801
6802 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6803
6804 * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
6805 * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
6806 * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
6807 (no_caller_save_reg_set): Redefine as a macro.
6808 * reload.h (target_reload): Add x_caller_save_initialized_p and
6809 x_regno_save_mode.
6810 (caller_save_initialized_p): Redefine as a macro.
6811 * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
6812 (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
6813 (regno_save_mode): Redefine as a macro.
6814
6815 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6816
6817 * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
6818 * expmed.h: New file.
6819 * expmed.c (default_target_costs): New variable.
6820 (this_target_costs): New conditional variable.
6821 (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
6822 (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
6823 (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
6824 * target-globals.h (this_target_expmed): Declare.
6825 (target_globals): Add a expmed field.
6826 (restore_target_globals): Copy the expmed field to
6827 this_target_expmed.
6828 * target-globals.c: Include expmed.h.
6829 (default_target_globals): Initialize the expmed field.
6830 (save_target_globals): Likewise.
6831
6832 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6833
6834 * Makefile.in (target-globals.o): Depend on reload.h.
6835 * reload.h (target_reload): New structure.
6836 (default_target_reload): Declare.
6837 (this_target_reload): Declare as a variable or define as a macro.
6838 (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
6839 * reload1.c (default_target_reload): New variable
6840 (this_target_reload): New conditional variable.
6841 (indirect_symref_ok, double_reg_address_ok): Delete.
6842 (spill_indirect_levels): Redefine as a macro.
6843 * target-globals.h (this_target_reload): Declare.
6844 (target_globals): Add a reload field.
6845 (restore_target_globals): Copy the reload field to
6846 this_target_reload.
6847 * target-globals.c: Include hard-reg-set.h.
6848 (default_target_globals): Initialize the reload field.
6849 (save_target_globals): Likewise.
6850
6851 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6852
6853 * rtl.h (target_rtl): Add x_static_reg_base_value.
6854 * alias.c (static_reg_base_value): Redefine as a macro.
6855
6856 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6857
6858 * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
6859 (GTFILES): Remove reginfo.c.
6860 * rtl.h (target_rtl): Add x_top_of_stack.
6861 (top_of_stack): New macro.
6862 * reginfo.c: Don't include ggc.h or gt-reginfo.h.
6863 (top_of_stack): Delete.
6864
6865 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6866
6867 * regs.h (target_regs): Add x_hard_regs_of_mode,
6868 x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
6869 x_may_move_out_cost and x_last_mode_for_init_move_cost.
6870 (have_regs_of_mode, contains_reg_of_mode, move_cost)
6871 (may_move_in_cost, may_move_out_cost): Redefine as macros.
6872 * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
6873 (may_move_in_cost, may_move_out_cost): Delete.
6874 (last_mode_for_init_move_cost): Redefine as a macro.
6875
6876 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6877
6878 * hard-reg-set.h (target_hard_regs): New structure.
6879 (default_target_hard_regs): Declare.
6880 (this_target_hard_regs): Declare as a variable or define as a macro.
6881 (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
6882 (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
6883 (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
6884 (reg_class_size, reg_class_subclasses, reg_class_subunion)
6885 (reg_class_superunion, reg_names): Redefine as macros.
6886 * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
6887 (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
6888 (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
6889 (reg_class_contents, reg_class_size, reg_class_subclasses)
6890 (reg_class_subunion, reg_class_superunion, reg_names): Delete.
6891 (default_target_hard_regs): New variable
6892 (this_target_hard_regs, initial_call_really_used_regs)
6893 (initial_reg_alloc_order): New conditional variables.
6894 (initial_reg_names): New variable.
6895 (init_reg_sets): Assert that initial_call_really_used_regs,
6896 initial_reg_alloc_order and initial_reg_names
6897 are all the same size as their variable counterparts. Use them to
6898 initialize those counterparts.
6899 * target-globals.h (this_target_hard_regs): Declare.
6900 (target_globals): Add a hard_regs field.
6901 (restore_target_globals): Copy the hard_regs field to
6902 this_target_hard_regs.
6903 * target-globals.c: Include hard-reg-set.h.
6904 (default_target_globals): Initialize the hard_regs field.
6905 (save_target_globals): Likewise.
6906
6907 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6908
6909 * Makefile.in (target-globals.o): Depend on $(RTL_H).
6910 * rtl.h (target_rtl): New structure.
6911 (default_target_rtl): Declare.
6912 (this_target_rtl): Declare as a variable or define as a macro.
6913 (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
6914 Redefine as macros.
6915 * emit-rtl.c (default_target_rtl): New variable.
6916 (this_target_rtl): New conditional variable.
6917 (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
6918 (return_address_pointer_rtx): Delete.
6919 (initial_regno_reg_rtx): New macro.
6920 (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
6921 (init_emit_regs): Likewise.
6922 * target-globals.h (this_target_rtl): Declare.
6923 (target_globals): Add a rtl field.
6924 (restore_target_globals): Copy the rtl field to this_target_rtl.
6925 * target-globals.c: Include rtl.h.
6926 (default_target_globals): Initialize the rtl field.
6927 (save_target_globals): Likewise.
6928
6929 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6930
6931 * Makefile.in (target-globals.o): Depend on $(REGS_H).
6932 * regs.h (target_reg_modes): New structure.
6933 (default_target_reg_modes): Declare.
6934 (this_target_reg_modes): Declare as a variable or define as a macro.
6935 (hard_regno_nregs, reg_raw_mode): Redefine as macros.
6936 * reginfo.c (default_target_reg_modes): New variable.
6937 (this_target_reg_modes): New conditional variable.
6938 (hard_regno_nregs, reg_raw_mode): Delete.
6939 * target-globals.h (this_target_regs): Declare.
6940 (target_globals): Add a regs field.
6941 (restore_target_globals): Copy the regs field to this_target_regs.
6942 * target-globals.c: Include regs.h.
6943 (default_target_globals): Initialize the regs field.
6944 (save_target_globals): Likewise.
6945
6946 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6947
6948 * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
6949 * doc/tm.texi: Regenerate.
6950 * Makefile.in (OBJS-common): Add target-globals.o.
6951 (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
6952 and target-globals.h.
6953 (target-globals.o): New rule.
6954 (GTFILES): Include $(srcdir)/target-globals.h.
6955 * defaults.h (SWITCHABLE_TARGET): Define.
6956 * gengtype.c (open_base_files): Add target-globals.h to the
6957 list of includes.
6958 * target-globals.h: New file.
6959 * target-globals.c: Likewise.
6960
6961 * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
6962 * flags.h (target_flag_state): New structure.
6963 (default_target_flag_state): Declare.
6964 (this_target_flag_state): Declare as a variable or define as a macro.
6965 (align_loops_log): Redefine as a macro.
6966 (align_loops_max_skip, align_jumps_log): Likewise.
6967 (align_jumps_max_skip, align_labels_log): Likewise.
6968 (align_labels_max_skip, align_functions_log): Likewise.
6969 * toplev.c (default_target_flag_state): New variable.
6970 (this_target_flag_state): New conditional variable.
6971 (align_loops_log): Delete.
6972 (align_loops_max_skip, align_jumps_log): Likewise.
6973 (align_jumps_max_skip, align_labels_log): Likewise.
6974 (align_labels_max_skip, align_functions_log): Likewise.
6975 * target-globals.h (this_target_flag_state): Declare.
6976 (target_globals): Add a flag_state field.
6977 (restore_target_globals): Copy the flag_state field to
6978 this_target_flag_state.
6979 * target-globals.c: Include flags.h.
6980 (default_target_globals): Initialize the flag_state field.
6981 (save_target_globals): Likewise.
6982
6983 2010-07-12 Jie Zhang <jie@codesourcery.com>
6984
6985 * postreload.c (reg_symbol_ref[]): New.
6986 (move2add_use_add2_insn): New.
6987 (move2add_use_add3_insn): New.
6988 (reload_cse_move2add): Handle SYMBOL + OFFSET case.
6989 (move2add_note_store): Likewise.
6990
6991 2010-07-12 Joern Rennecke <joern.rennecke@embecosm.com>
6992
6993 PR rtl-optimization/44752
6994 * genautomata.c (main): Don't emit an empty file even if there
6995 is no automaton.
6996
6997 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6998
6999 * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
7000 ix86_solaris_return_in_memory.
7001 * config/i386-protos.h: Reflect this.
7002 * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
7003 * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
7004 Move ...
7005 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
7006
7007 2010-07-12 Jie Zhang <jie@codesourcery.com>
7008
7009 * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
7010 align the stack when it's going to be saved.
7011
7012 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7013
7014 PR pch/14940
7015 * config/host-solaris.c (mmap_fixed): New function.
7016 (sol_gt_pch_get_address): Use it.
7017 (sol_gt_pch_use_address): Likewise.
7018
7019 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7020
7021 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
7022 pentiumpro on Solaris 8 and 9/x86.
7023 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
7024 Document SSE/SSE2 support.
7025 * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
7026
7027 2010-07-12 Andi Kleen <ak@linux.intel.com>
7028
7029 * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
7030 instead of gcc_assert to print better error message for multiple
7031 prevailing defs.
7032
7033 2010-07-12 Uros Bizjak <ubizjak@gmail.com>
7034
7035 * config/i386/i386.c (ix86_asm_output_function_label): Change format
7036 string placeholder from 0x%x to %#x.
7037 (ix86_code_end): Use putc to output '\n'.
7038 (ix86_print_operand) <case ';'>: Use putc to output ';'.
7039
7040 2010-07-11 Kai Tietz <kai.tietz@onevision.com>
7041
7042 * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
7043 in directive -export.
7044
7045 2010-07-10 Anatoly Sokolov <aesok@post.ru>
7046
7047 * reginfo.h (reg_classes_intersect_p): Change arguments type to
7048 reg_class_t.
7049 * rtl.h (reg_classes_intersect_p): Adjust prototype.
7050
7051 * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
7052 Remove macros.
7053 * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
7054 rs6000_memory_move_cost): Remove
7055 * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
7056 TARGET_MEMORY_MOVE_COST): Define.
7057 (rs6000_register_move_cost): Make static. Change arguments type from
7058 enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
7059 (rs6000_memory_move_cost): Make static. Change arguments type from
7060 'enum reg_class' to reg_class_t.
7061
7062 2010-07-10 Sandra Loosemore <sandra@codesourcery.com>
7063
7064 PR middle-end/42505
7065 * tree-inline.c (estimate_num_insns): Refactor builtin complexity
7066 lookup code into....
7067 * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
7068 new functions.
7069 * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
7070 * cfgloopanal.c (target_clobbered_regs): Define.
7071 (init_set_costs): Initialize target_clobbered_regs.
7072 (estimate_reg_pressure_cost): Add call_p argument. When true,
7073 adjust the number of available registers to exclude the
7074 call-clobbered registers.
7075 * cfgloop.h (target_clobbered_regs): Declare.
7076 (estimate_reg_pressure_cost): Adjust declaration.
7077 * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
7078 (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
7079 (determine_set_costs): Dump target_clobbered_regs.
7080 (loop_body_includes_call): New function.
7081 (tree_ssa_iv_optimize_loop): Use it to initialize new field.
7082 * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
7083 call_p flag through.
7084 (best_gain_for_invariant): Likewise.
7085 (find_invariants_to_move): Likewise.
7086 (move_single_loop_invariants): Likewise, using already-computed
7087 has_call field.
7088
7089 2010-07-10 Richard Guenther <rguenther@suse.de>
7090 Joern Rennecke <joern.rennecke@embecosm.com>
7091
7092 PR debug/44832
7093 * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
7094 (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
7095 unless they have DECL_IGNORED_P set.
7096
7097 2010-07-10 Richard Guenther <rguenther@suse.de>
7098
7099 PR lto/44889
7100 * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
7101 helper function.
7102 (gimple_types_compatible_p): Similar to pointed-to
7103 types allow and merge a mix of complete and incomplete aggregate.
7104 Use gimple_fixup_complete_and_incomplete_subtype_p for that.
7105 (iterative_hash_gimple_type): Adjust for that.
7106
7107 2010-07-10 Richard Sandiford <r.sandiford@uk.ibm.com>
7108
7109 * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
7110
7111 2010-07-10 Iain Sandoe <iains@gcc.gnu.org>
7112
7113 PR objc/44140
7114 * config/darwin.c (output_objc_section_asm_op): Save and restore
7115 section when outputting ObjC section list.
7116
7117 2010-07-09 Jan Hubicka <jh@suse.cz>
7118
7119 * lto-streamer-out.c (produce_symtab): Do not write alias
7120 cgraph/varpool nodes.
7121
7122 2010-07-09 Jan Hubicka <jh@suse.cz>
7123
7124 * tree-inline.c (declare_return_variable): Fix ICE while
7125 inlining DECL_BY_VALUE function not in SSA form
7126
7127 2010-07-09 Changpeng Fang <changpeng.fang@amd.com>
7128
7129 PR tree-optimization/44576
7130 * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
7131 New. Pull out from is_loop_prefetching_profitable to implement
7132 the trip count to ahead ratio heuristic.
7133 (mem_ref_count_reasonable_p): New. Pull out from
7134 is_loop_prefetching_profitable to implement the instruction to
7135 memory reference ratio heuristic. Also consider not reasonable if
7136 the memory reference count is above a threshold (to avoid
7137 explosive compilation time.
7138 (insn_to_prefetch_ratio_too_small_p): New. Pull out from
7139 is_loop_prefetching_profitable to implement the instruction to
7140 prefetch ratio heuristic.
7141 (is_loop_prefetching_profitable): Removed.
7142 (loop_prefetch_arrays): Distribute the cost analysis across the
7143 function to allow early exit of the prefetch analysis.
7144 is_loop_prefetching_profitable is splitted into three functions,
7145 with each one called as early as possible.
7146 (PREFETCH_MAX_MEM_REFS_PER_LOOP): New. Threshold above which the
7147 number of memory references in a loop is considered too many.
7148
7149 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
7150
7151 * reload.c (find_reloads): Don't clear badop if we have a winreg
7152 alternative, but not win, and the class only has fixed regs.
7153 * hard-reg-set.h (class_only_fixed_regs): Declare.
7154 * reginfo.c (class_only_fixed_regs): New array.
7155 (init_reg_sets_1): Initialize it.
7156 * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
7157 discourage alternatives using the stack pointer.
7158
7159 * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
7160
7161 * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
7162
7163 * config/arm/arm.md (cbranchqi4): Fix array size.
7164 (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
7165 calculating length.
7166
7167 2010-07-09 Richard Guenther <rguenther@suse.de>
7168
7169 * gimple.c (struct type_fixup_s): New struct and VEC type.
7170 (gimple_register_type_fixups): New static global.
7171 (gimple_queue_type_fixup): New function.
7172 (gimple_types_compatible_p): Queue type fixups instead of
7173 applying them here.
7174 (gimple_register_type): Apply queued fixups for the
7175 canonical type. Empty the type fixup queue.
7176
7177 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
7178
7179 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
7180 * configure: Regenerate.
7181 * config.in: Ditto.
7182
7183 2010-07-09 Jakub Jelinek <jakub@redhat.com>
7184 Denys Vlasenko <dvlasenk@redhat.com>
7185 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7186
7187 PR tree-optimization/28632
7188 * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
7189 (extract_range_from_binary_expr): Further optimize
7190 BIT_AND_EXPR and BIT_IOR_EXPR.
7191
7192 2010-07-09 Sebastian Pop <sebastian.pop@amd.com>
7193
7194 * tree-if-conv.c (fold_or_predicates): New.
7195 (add_to_predicate_list): Call it.
7196
7197 2010-07-09 Richard Guenther <rguenther@suse.de>
7198
7199 PR middle-end/44890
7200 * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
7201 if base is a pointer.
7202 * tree-cfg.c (verify_expr): Update MEM_REF checking.
7203
7204 2010-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
7205
7206 PR target/44877
7207 * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
7208 POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
7209 builtin mask for load/store builtins.
7210
7211 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
7212
7213 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
7214 for "lock addl".
7215 * configure: Regenerate.
7216 * config/i386/i386.c (ix86_print_operand) <case ';'>:
7217 Remove TARGET_MACHO.
7218
7219 2010-07-09 Peter Bergner <bergner@vnet.ibm.com>
7220
7221 * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
7222 default ISA flags.
7223 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
7224
7225 2010-07-09 Tom de Vries <tjvries@xs4all.nl>
7226
7227 * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
7228
7229 2010-07-09 Hariharan Sandanagobalane <hariharan@picochip.com>
7230
7231 * config/picochip/picochip.md (commsTestPort): Emit more
7232 efficient sequence for tstport instruction.
7233
7234 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
7235
7236 * config/i386/i386.c (ix86_veclib_handler): Make static.
7237
7238 2010-07-09 Richard Guenther <rguenther@suse.de>
7239
7240 PR tree-optimization/44852
7241 * tree-ssa-alias.c: Include toplev.h for exact_log2.
7242 (indirect_ref_may_alias_decl_p): Properly handle negative offsets
7243 in MEM_REF.
7244 (indirect_refs_may_alias_p): Likewise.
7245 * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
7246
7247 2010-07-09 Richard Guenther <rguenther@suse.de>
7248
7249 PR tree-optimization/44882
7250 * tree-vect-stmts.c (vectorizable_store): Do not assert alias
7251 sets do conflict.
7252 (vectorizable_load): Likewise.
7253
7254 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
7255
7256 PR target/40657
7257 * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
7258 All callers changed.
7259 Handle the case when we're called for the epilogue.
7260 (thumb_unexpanded_epilogue): Use it.
7261 (thumb1_expand_epilogue): Likewise.
7262
7263 2010-07-09 Jakub Jelinek <jakub@redhat.com>
7264
7265 * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
7266 both ranges are range_int_cst_p with non-negative minimum,
7267 try harder to derive smaller range.
7268
7269 2010-07-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
7270
7271 * genrecog.c: Include diagnostic-core.h before toplev.h.
7272 * genoutput.c: Likewise.
7273 * genextract.c: Likewise.
7274 * genautomata.c: Likewise.
7275 * genemit.c: Likewise.
7276 * genpeep.c: Likewise.
7277 * genattrtab.c: Likewise.
7278 * genconditions.c: Likewise.
7279 * genpreds.c: Likewise.
7280
7281 2010-07-08 Andi Kleen <ak@linux.intel.com>
7282
7283 * lto-section-in.c (lto_section_name): Add missing comma.
7284
7285 2010-07-08 Anatoly Sokolov <aesok@post.ru>
7286
7287 * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
7288 * config/ia64/ia64-protos.h (ia64_override_options): Remove.
7289 * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
7290 (ia64_override_options): Rename to...
7291 (ia64_option_override): ... this one. Make static.
7292
7293 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
7294
7295 PR middle-end/44843
7296 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
7297 pointed-to type of the offset in a MEM_REF to compute the alignment.
7298
7299 2010-07-08 Kai Tietz <kai.tietz@onevision.com>
7300
7301 * final.c (final_scan_insn): Replace
7302 TARGET_UNWIND_INFO macro check by unwind_emit
7303 hook NULL check.
7304 * targhooks.c (default_unwind_emit): Removed.
7305 * targhooks.h (default_unwind_emit): Likewise.
7306 * target.def (unwind_emit): Set default value to NULL.
7307
7308 * config/i386/i386-protos.h (ix86_asm_output_function_label):
7309 New prototype.
7310 * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
7311 for NULL fntype argument and allow 64-bit targets.
7312 (ix86_asm_output_function_label): New function.
7313 (ix86_expand_prologue): Handle 64-bit ms hook prologue.
7314 (ix86_handle_fndecl_attribute): Likewise.
7315 * doc/extend.texi (ms_hook_prologue): Adjust documentation.
7316 * doc/doc/tm.texi: Regenerated.
7317 * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
7318 (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
7319 * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
7320 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
7321 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
7322 * config/elfos.h: Likewise.
7323 * config/i386/cygming.h: Likewise.
7324 * config/netbsd-aout.h: Likewise.
7325 * config/openbsd.h: Likewise.
7326 * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
7327 by ix86_asm_output_function_label function call.
7328 * varasm.c (assemble_start_function): Use
7329 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
7330
7331 2010-07-08 Jan Hubicka <jh@suse.cz>
7332
7333 * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
7334 New function.
7335 * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
7336 Declare.
7337 * ipa-cp.c (ipcp_estimate_growth): Use it.
7338 * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
7339 Likewise.
7340
7341 2010-07-08 Jan Hubicka <jh@suse.cz>
7342
7343 * tree-inline.c (declare_return_variable): Allocate annotation for new
7344 temporary.
7345
7346 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
7347
7348 PR tree-optimization/44710
7349 * tree-if-conv.c (parse_predicate): New.
7350 (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
7351 Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
7352
7353 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
7354
7355 * common.opt (ftree-loop-if-convert): New flag.
7356 * doc/invoke.texi (ftree-loop-if-convert): Documented.
7357 * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
7358 when flag_tree_loop_if_convert is set.
7359
7360 2010-07-08 Uros Bizjak <ubizjak@gmail.com>
7361
7362 * config/i386/i386.c: Use short syntax for function calls
7363 through function pointers.
7364 * config/i386/i386.md: Ditto.
7365
7366 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
7367
7368 * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
7369
7370 2010-07-08 Richard Guenther <rguenther@suse.de>
7371
7372 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
7373 stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
7374
7375 2010-07-08 Jakub Jelinek <jakub@redhat.com>
7376
7377 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
7378 instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
7379 (loc_list_from_tree): Likewise.
7380 (output_loc_operands): Handle outputting DW_OP_const[48]u
7381 with loc->dtprel set.
7382 (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
7383
7384 2010-07-08 Jan Hubicka <jh@suse.cz>
7385
7386 * ipa.c: Include pointer-set.h
7387 (cgraph_externally_visible_p): New attribute ALIASED;
7388 when in LTO, hidden symbols are local unless they are aliased.
7389 (function_and_variable_visibility): Compute aliased nodes;
7390 handle LTO and hidden symbol on functions and vars.
7391 * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
7392 for COMDAT symbols; handle COMDAT_GROUPS also at vars.
7393
7394 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
7395
7396 * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
7397 * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7398 * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7399 * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7400 * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7401 * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
7402 (ix86_gen_probe_stack_range): Likewise.
7403 (override_options): Set them.
7404 (ix86_target_stack_probe): New function.
7405 (ix86_compute_frame_layout): Force use of push instructions to
7406 save registers if stack checking with probes is enabled.
7407 (get_scratch_register_on_entry): New function.
7408 (release_scratch_register_on_entry): Likewise.
7409 (ix86_adjust_stack_and_probe): Likewise.
7410 (output_adjust_stack_and_probe): Likewise.
7411 (ix86_emit_probe_stack_range): Likewise.
7412 (output_probe_stack_range): Likewise.
7413 (ix86_expand_prologue): Emit stack checking code if static built-in
7414 stack checking is enabled.
7415 Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
7416 * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
7417 (output_adjust_stack_and_probe): Likewise.
7418 (output_probe_stack_range): Likewise.
7419 * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
7420 (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
7421 TARGET_STACK_PROBE.
7422 (allocate_stack_worker_64): Likewise.
7423 (allocate_stack): Likewise.
7424 (adjust_stack_and_probe): New insn.
7425 (probe_stack_range): Likewise.
7426
7427 2010-07-08 Richard Guenther <rguenther@suse.de>
7428
7429 PR tree-optimization/44831
7430 * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
7431 a MEM_REF preserving TBAA info of the original dereference.
7432 Dereference the original pointer if the address is not invariant.
7433 (propagate_with_phi): Fixup type checks wrt MEM_REFs. Require
7434 at least one invariant address that we are going to dereference.
7435
7436 2010-07-08 Richard Guenther <rguenther@suse.de>
7437
7438 PR tree-optimization/44861
7439 * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
7440 information when building MEM_REFs.
7441 (vectorizable_load): Likewise.
7442 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
7443
7444 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
7445
7446 * config/sol2-c.c: Do not include diagnostic-core.h.
7447
7448 2010-07-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7449
7450 PR bootstrap/44768
7451 * cfgexpand.c (estimated_stack_frame_size): Make self-contained
7452 with respect to current_function_decl. Pass decl of the function.
7453 * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
7454 * ipa-inline.c (compute_inline_parameters): Pass decl to
7455 estimated_stack_frame_size.
7456
7457 2010-07-08 Richard Guenther <rguenther@suse.de>
7458
7459 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
7460 New function.
7461 (valueize_refs): Call it.
7462
7463 2010-07-08 Richard Guenther <rguenther@suse.de>
7464
7465 PR rtl-optimization/44838
7466 * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
7467 SSA form do not use pointer equivalence.
7468
7469 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
7470
7471 * dwarf2out.c (AT_linkage_name): Delete.
7472 (add_linkage_attr): New function.
7473 (add_linkage_name): Call it to emit the linkage attribute.
7474 (dwarf2out_finish): Likewise.
7475 (move_linkage_attr): Explicitly accept both attribute variants.
7476
7477 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
7478
7479 * toplev.h: Do not include diagnostic-core.h.
7480 Include diagnostic-core.h in every file that includes toplev.h.
7481 * c-tree.h: Do not include toplev.h.
7482 * pretty-print.h: Update comment.
7483 * Makefile.in: Update dependencies.
7484 * alias.c: Include diagnostic-core.h in every file that includes
7485 toplev.h.
7486 * attribs.c: Likewise.
7487 * auto-inc-dec.c: Likewise.
7488 * bb-reorder.c: Likewise.
7489 * bt-load.c: Likewise.
7490 * caller-save.c: Likewise.
7491 * calls.c: Likewise.
7492 * cfg.c: Likewise.
7493 * cfganal.c: Likewise.
7494 * cfgbuild.c: Likewise.
7495 * cfgcleanup.c: Likewise.
7496 * cfghooks.c: Likewise.
7497 * cfgloop.c: Likewise.
7498 * combine.c: Likewise.
7499 * config/alpha/alpha.c: Likewise.
7500 * config/arc/arc.c: Likewise.
7501 * config/arm/arm.c: Likewise.
7502 * config/arm/pe.c: Likewise.
7503 * config/avr/avr.c: Likewise.
7504 * config/bfin/bfin.c: Likewise.
7505 * config/cris/cris.c: Likewise.
7506 * config/crx/crx.c: Likewise.
7507 * config/darwin-c.c: Likewise.
7508 * config/darwin.c: Likewise.
7509 * config/fr30/fr30.c: Likewise.
7510 * config/frv/frv.c: Likewise.
7511 * config/h8300/h8300.c: Likewise.
7512 * config/host-darwin.c: Likewise.
7513 * config/i386/i386.c: Likewise.
7514 * config/i386/netware.c: Likewise.
7515 * config/i386/nwld.c: Likewise.
7516 * config/i386/winnt-cxx.c: Likewise.
7517 * config/i386/winnt-stubs.c: Likewise.
7518 * config/i386/winnt.c: Likewise.
7519 * config/ia64/ia64-c.c: Likewise.
7520 * config/ia64/ia64.c: Likewise.
7521 * config/iq2000/iq2000.c: Likewise.
7522 * config/lm32/lm32.c: Likewise.
7523 * config/m32c/m32c-pragma.c: Likewise.
7524 * config/m32c/m32c.c: Likewise.
7525 * config/m32r/m32r.c: Likewise.
7526 * config/m68hc11/m68hc11.c: Likewise.
7527 * config/m68k/m68k.c: Likewise.
7528 * config/mcore/mcore.c: Likewise.
7529 * config/mep/mep-pragma.c: Likewise.
7530 * config/mep/mep.c: Likewise.
7531 * config/mmix/mmix.c: Likewise.
7532 * config/mn10300/mn10300.c: Likewise.
7533 * config/moxie/moxie.c: Likewise.
7534 * config/pa/pa.c: Likewise.
7535 * config/pdp11/pdp11.c: Likewise.
7536 * config/picochip/picochip.c: Likewise.
7537 * config/rs6000/rs6000-c.c: Likewise.
7538 * config/rs6000/rs6000.c: Likewise.
7539 * config/rx/rx.c: Likewise.
7540 * config/s390/s390.c: Likewise.
7541 * config/score/score.c: Likewise.
7542 * config/score/score3.c: Likewise.
7543 * config/score/score7.c: Likewise.
7544 * config/sh/sh.c: Likewise.
7545 * config/sh/symbian-base.c: Likewise.
7546 * config/sh/symbian-c.c: Likewise.
7547 * config/sh/symbian-cxx.c: Likewise.
7548 * config/sol2-c.c: Likewise.
7549 * config/sol2.c: Likewise.
7550 * config/sparc/sparc.c: Likewise.
7551 * config/spu/spu.c: Likewise.
7552 * config/stormy16/stormy16.c: Likewise.
7553 * config/v850/v850-c.c: Likewise.
7554 * config/v850/v850.c: Likewise.
7555 * config/vax/vax.c: Likewise.
7556 * config/vxworks.c: Likewise.
7557 * config/xtensa/xtensa.c: Likewise.
7558 * convert.c: Likewise.
7559 * cse.c: Likewise.
7560 * cselib.c: Likewise.
7561 * dbgcnt.c: Likewise.
7562 * dbxout.c: Likewise.
7563 * ddg.c: Likewise.
7564 * dominance.c: Likewise.
7565 * emit-rtl.c: Likewise.
7566 * explow.c: Likewise.
7567 * expmed.c: Likewise.
7568 * fixed-value.c: Likewise.
7569 * fold-const.c: Likewise.
7570 * fwprop.c: Likewise.
7571 * gcse.c: Likewise.
7572 * ggc-common.c: Likewise.
7573 * ggc-page.c: Likewise.
7574 * ggc-zone.c: Likewise.
7575 * gimple-low.c: Likewise.
7576 * gimplify.c: Likewise.
7577 * graph.c: Likewise.
7578 * haifa-sched.c: Likewise.
7579 * ifcvt.c: Likewise.
7580 * implicit-zee.c: Likewise.
7581 * integrate.c: Likewise.
7582 * ira-build.c: Likewise.
7583 * ira-color.c: Likewise.
7584 * ira-conflicts.c: Likewise.
7585 * ira-costs.c: Likewise.
7586 * ira-lives.c: Likewise.
7587 * ira.c: Likewise.
7588 * lists.c: Likewise.
7589 * loop-doloop.c: Likewise.
7590 * loop-iv.c: Likewise.
7591 * lto-opts.c: Likewise.
7592 * lto-symtab.c: Likewise.
7593 * main.c: Likewise.
7594 * modulo-sched.c: Likewise.
7595 * optabs.c: Likewise.
7596 * params.c: Likewise.
7597 * plugin.c: Likewise.
7598 * postreload-gcse.c: Likewise.
7599 * postreload.c: Likewise.
7600 * predict.c: Likewise.
7601 * profile.c: Likewise.
7602 * real.c: Likewise.
7603 * regcprop.c: Likewise.
7604 * reginfo.c: Likewise.
7605 * regmove.c: Likewise.
7606 * reorg.c: Likewise.
7607 * resource.c: Likewise.
7608 * rtl.c: Likewise.
7609 * rtlanal.c: Likewise.
7610 * sched-deps.c: Likewise.
7611 * sched-ebb.c: Likewise.
7612 * sched-rgn.c: Likewise.
7613 * sdbout.c: Likewise.
7614 * sel-sched-dump.c: Likewise.
7615 * sel-sched-ir.c: Likewise.
7616 * simplify-rtx.c: Likewise.
7617 * stmt.c: Likewise.
7618 * stor-layout.c: Likewise.
7619 * store-motion.c: Likewise.
7620 * targhooks.c: Likewise.
7621 * tree-cfg.c: Likewise.
7622 * tree-cfgcleanup.c: Likewise.
7623 * tree-dump.c: Likewise.
7624 * tree-eh.c: Likewise.
7625 * tree-inline.c: Likewise.
7626 * tree-nomudflap.c: Likewise.
7627 * tree-object-size.c: Likewise.
7628 * tree-optimize.c: Likewise.
7629 * tree-outof-ssa.c: Likewise.
7630 * tree-phinodes.c: Likewise.
7631 * tree-profile.c: Likewise.
7632 * tree-ssa-ccp.c: Likewise.
7633 * tree-ssa-coalesce.c: Likewise.
7634 * tree-ssa-live.c: Likewise.
7635 * tree-ssa-loop-niter.c: Likewise.
7636 * tree-ssa-loop-prefetch.c: Likewise.
7637 * tree-ssa-loop.c: Likewise.
7638 * tree-ssa-structalias.c: Likewise.
7639 * tree-ssa-uninit.c: Likewise.
7640 * tree-ssa.c: Likewise.
7641 * tree-vect-data-refs.c: Likewise.
7642 * tree-vect-loop-manip.c: Likewise.
7643 * tree-vect-loop.c: Likewise.
7644 * tree-vect-patterns.c: Likewise.
7645 * tree-vect-stmts.c: Likewise.
7646 * tree-vrp.c: Likewise.
7647 * varasm.c: Likewise.
7648 * vec.c: Likewise.
7649 * web.c: Likewise.
7650 * xcoffout.c: Likewise.
7651
7652 2010-07-07 Richard Sandiford <rdsandiford@googlemail.com>
7653
7654 * gengtype.c (write_field_root): New function.
7655 (write_root): Use it.
7656
7657 2010-07-07 Wei Guozhi <carrot@google.com>
7658
7659 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
7660 of lowest bits to lshift/compare): Add a missing line.
7661
7662 2010-07-07 Wei Guozhi <carrot@google.com>
7663
7664 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
7665 of lowest bits to lshift/compare): New.
7666
7667 2010-07-07 Tom Tromey <tromey@redhat.com>
7668
7669 * doc/tm.texi: Update.
7670 * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
7671 Add @hook.
7672 * target.def (want_debug_pub_sections): New hook.
7673 * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
7674 * dwarf2out.c (add_pubname_string): Check
7675 targetm.want_debug_pub_sections.
7676 (add_pubname): Likewise.
7677 (add_pubtype): Likewise.
7678
7679 2010-07-07 Jie Zhang <jie@codesourcery.com>
7680
7681 * genautomata.c (output_automata_list_min_issue_delay_code):
7682 Correctly decompress min_issue_delay.
7683
7684 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
7685
7686 PR rtl-optimization/44404
7687 * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
7688 possible, use reg_overlap_mentioned_p instead.
7689
7690 2010-07-07 Duncan Sands <baldrick@free.fr>
7691
7692 PR middle-end/41355
7693 * tree.c (build_function_type_skip_args): Copy the original type using
7694 build_distinct_type_copy rather than copy_node.
7695
7696 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
7697
7698 PR target/44850
7699 * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
7700 revision 161876.
7701 (ix86_expand_prologue): Likewise.
7702 (ix86_handle_fndecl_attribute): Likewise.
7703 (ix86_asm_declare_function_name): Likewise.
7704 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
7705 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
7706 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
7707 * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
7708 * doc/extend.texi: Likewise.
7709
7710 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
7711
7712 PR target/44844
7713 * config/i386/i386.md (rdrand<mode>): Changed to expand to
7714 retry if the carry flag isn't valid.
7715 (rdrand<mode>_1): New.
7716
7717 2010-07-07 Richard Guenther <rguenther@suse.de>
7718
7719 PR middle-end/44790
7720 * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
7721 for expanding the constant offset for MEM_REFs.
7722
7723 2010-07-07 Richard Guenther <rguenther@suse.de>
7724
7725 * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
7726 * tree-ssa-propagate.c (valid_gimple_call_p): Make static. Fix.
7727 * gimple.h (is_gimple_operand): Remove.
7728 * gimple.c (is_gimple_operand): Likewise.
7729 (walk_gimple_op): Fix wi->val_only setting for calls.
7730 * tree-cfg.c (verify_gimple_call): Fix argument validation.
7731 * tree-profile.c (tree_gen_ic_func_profiler): Do not create
7732 invalid gimple calls.
7733
7734 2010-07-06 Jan Hubicka <jh@suse.cz>
7735
7736 * lto-cgraph.c (output_cgraph): Add missing declaration.
7737
7738 2010-07-06 Jan Hubicka <jh@suse.cz>
7739
7740 * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
7741 partition.
7742
7743 2010-07-06 Alexandre Oliva <aoliva@redhat.com>
7744
7745 * doc/gimple.texi (GIMPLE_DEBUG): Document.
7746 * doc/rtl.texi (Debug Information): New node.
7747 (NOTE_INSN_VAR_LOCATION): Document.
7748 (debug_insn): Likewise.
7749 * doc/generic.texi (DEBUG_EXPR_DECL): Document.
7750
7751 2010-07-07 Jan Hubicka <jh@suse.cz>
7752
7753 With parts by Richard Guenther.
7754
7755 PR middle-end/44813
7756 * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
7757 for functions passed by reference.
7758 * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
7759 in memory when passed by reference.
7760 * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
7761 beggining.
7762 * ipa-split.c (split_function): Cleanup way return value is passed;
7763 handle SSA DECL_BY_REFERENCE retvals.
7764 * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
7765 DECL_BY_REFERENCE is set.
7766 * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
7767 find_what_p_points_to): Handle RESULT_DECL.
7768 * tree-inline.c (declare_return_variable): Get new entry_block argument;
7769 when passing by reference ensure that RESULT_DECL is gimple_val.
7770 (remap_gimple_op_r): Remap RESULT_DECL ssa name.
7771 (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
7772
7773 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
7774
7775 PR rtl-optimization/44787
7776 * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
7777 * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
7778
7779 2010-07-06 Jan Hubicka <jh@suse.cz>
7780
7781 * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
7782 (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
7783 with body can prevail.
7784 (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
7785 (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
7786 * cgraph.c (cgraph_get_node_or_alias): New function.
7787 * cgraph.h (cgraph_get_node_or_alias): Declare.
7788
7789 2010-07-06 Kai Tietz <kai.tietz@onevision.com>
7790
7791 * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
7792 support.
7793 (ix86_expand_prologue): Likewise.
7794 (ix86_handle_fndecl_attribute): Likewise.
7795 (ix86_asm_declare_function_name): New function for
7796 ASM_DECLARE_FUNCTION_NAME.
7797 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
7798 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
7799 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
7800 * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
7801 * doc/extend.texi: Adjust documentation about ms_hook_prologue
7802 attribute.
7803
7804 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
7805
7806 * config/i386/i386.md (immediate_operand): New mode attribute.
7807
7808 (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
7809 pro_epilogue_adjust_stack and pro_epilogue_adjust_stack_rex64
7810 using P mode iterator.
7811 (pro_epilogue_adjust_stack_di_2): Rename from
7812 pro_epilogue_adjust_stack_rex64_2.
7813
7814 * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
7815
7816 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
7817
7818 * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
7819 through gen_mov_insv_1 function pointer.
7820 (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
7821 gen_truncxf<mode>2 through gen_truncxf function pointer.
7822 (remainder<mode>3): Ditto.
7823 (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
7824 (allocate_stack): Call gen_allocate_stack_worker_64 or
7825 gen_allocate_stack_worker_32 through gen_allocate_stack_worker
7826 function pointer.
7827 (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
7828 function pointer.
7829
7830 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
7831
7832 * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
7833 operand constraint instead of <r><i>m.
7834
7835 2010-07-06 Richard Guenther <rguenther@suse.de>
7836
7837 PR middle-end/44828
7838 * convert.c (convert_to_integer): Watch out for overflowing
7839 MULT_EXPR as well.
7840
7841 2010-07-05 Jan Hubicka <jh@suse.cz>
7842
7843 * lto-streamer.c (write_symbol_vec): Rename to ...
7844 (write_symbol) ... this one; write only symbol given and when
7845 present in cache. Sanity check that what is defined is present
7846 in cgraph/varpool with body/finalized decl.
7847 (write_symbols_of_kind): Remove.
7848 (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
7849 pairs to produce symtab.
7850 (produce_asm_for_decls): Update call of produce_symtab; don't do so
7851 when doing WPA streaming.
7852
7853 2010-07-05 Jan Hubicka <jh@suse.cz>
7854
7855 * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
7856 function is still available to fold into.
7857
7858 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
7859
7860 * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
7861 * function.h (struct_function): Change type of local_decls field
7862 to a VEC.
7863 (add_local_decl): New function.
7864 (FOR_EACH_LOCAL_DECL): New macro.
7865 * cfgexpand.c (init_vars_expansion): Adjust for new type of
7866 cfun->local_decls.
7867 (estimated_stack_frame_size): Likewise.
7868 (expand_used_vars): Likewise.
7869 * cgraphbuild.c (build_cgraph_edges): Likewise.
7870 * function.c (instantiate_decls_1): Likewise.
7871 * ipa-struct-reorg.c (build_data_structure): Likewise.
7872 * ipa-type-escape.c (analyze_function): Likewise.
7873 * lto-streamer-in.c (input_function): Likewise.
7874 * lto-streamer-out.c (output_function): Likewise.
7875 * tree-ssa-live.c (remove_unused_locals): Likewise.
7876 * tree.c (free_lang_data_in_decl): Likewise.
7877 (find_decls_types_in_node): Likewise.
7878 * omp-low.c (remove_exit_barrier): Likewise.
7879 (expand_omp_taskreg): Likewise.
7880 (list2chain): Rename to...
7881 (vec2chain): ...this. Adjust.
7882 * cgraphunit.c (assemble_thunk): Call add_local_decl.
7883 * tree-cfg.c (replace_by_duplicate_decl): Likewise.
7884 * gimple-low.c (record_vars_into): Likewise.
7885 * tree-inline.c (remap_decls): Likewise.
7886 (declare_return_variable): Likewise.
7887 (declare_inline_vars): Likewise.
7888 (copy_forbidden): Adjust for new type of cfun->local_decls.
7889 (add_local_variables): New function.
7890 (expand_call_inline): Call it.
7891 (tree_function_versioning): Likewise.
7892
7893 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
7894
7895 AVX Programming Reference (June, 2010)
7896 * config/i386/cpuid.h (bit_F16C): New.
7897 (bit_RDRND): Likewise.
7898 (bit_FSGSBASE): Likewise.
7899
7900 * config/i386/i386-builtin-types.def: Add
7901 "DEF_FUNCTION_TYPE (UINT16)", function types for
7902 float16 <-> float conversions and
7903 "DEF_FUNCTION_TYPE (VOID, UINT64)".
7904
7905 * config/i386/i386-c.c (ix86_target_macros_internal): Support
7906 OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
7907 OPTION_MASK_ISA_F16C.
7908
7909 * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
7910 (OPTION_MASK_ISA_RDRND_SET): Likewise.
7911 (OPTION_MASK_ISA_F16C_SET): Likewise.
7912 (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
7913 (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
7914 (OPTION_MASK_ISA_F16C_UNSET): Likewise.
7915 (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
7916 (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
7917 (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
7918 (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
7919 (override_options): Handle them.
7920 (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
7921 (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
7922 IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
7923 IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
7924 IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
7925 IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
7926 IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
7927 IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
7928 IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
7929 (bdesc_args): Likewise.
7930 (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
7931 V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
7932 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
7933 VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
7934 Handle non-memory store.
7935
7936 * config/i386/i386.h (TARGET_FSGSBASE): New.
7937 (TARGET_RDRND): Likewise.
7938 (TARGET_F12C): Likewise.
7939
7940 * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
7941 (UNSPEC_VCVTPS2PH): Likewise.
7942 (UNSPECV_RDFSBASE): Likewise.
7943 (UNSPECV_RDGSBASE): Likewise.
7944 (UNSPECV_WRFSBASE): Likewise.
7945 (UNSPECV_WRGSBASE): Likewise.
7946 (UNSPECV_RDRAND): Likewise.
7947 (rdfsbase<mode>): Likewise.
7948 (rdgsbase<mode>): Likewise.
7949 (wrfsbase<mode>): Likewise.
7950 (wrgsbase<mode>): Likewise.
7951 (rdrand<mode>): Likewise.
7952
7953 * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
7954
7955 * config/i386/immintrin.h (_rdrand_u16): New.
7956 (_rdrand_u32): Likewise.
7957 (_readfsbase_u32): Likewise.
7958 (_readfsbase_u64): Likewise.
7959 (_readgsbase_u32): Likewise.
7960 (_readgsbase_u64): Likewise.
7961 (_writefsbase_u32): Likewise.
7962 (_writefsbase_u64): Likewise.
7963 (_writegsbase_u32): Likewise.
7964 (_writegsbase_u64): Likewise.
7965 (_rdrand_u64): Likewise.
7966 (_cvtsh_ss): Likewise.
7967 (_mm_cvtph_ps): Likewise.
7968 (_mm256_cvtph_ps): Likewise.
7969 (_cvtss_sh): Likewise.
7970 (_mm_cvtps_ph): Likewise.
7971 (_mm256_cvtps_ph): Likewise.
7972
7973 * config/i386/sse.md (vcvtph2ps): New.
7974 (*vcvtph2ps_load): Likewise.
7975 (vcvtph2ps256): Likewise.
7976 (vcvtps2ph): Likewise.
7977 (*vcvtps2ph): Likewise.
7978 (*vcvtps2ph_store): Likewise.
7979 (vcvtps2ph256): Likewise.
7980
7981 * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
7982
7983 * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
7984
7985 2010-07-05 Joern Rennecke <joern.rennecke@embecosm.com>
7986
7987 PR bootstrap/44512
7988 * genenums.c (main): Output include of insn-constants.h
7989 * Makefile.in (insn-enums.o): Depend on insn-constants.h.
7990
7991 2010-07-05 Uros Bizjak <ubizjak@gmail.com>
7992
7993 * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
7994 (override_options): Initialize it.
7995 (ix86_expand_prologue): Use it.
7996
7997 2010-07-05 Jakub Jelinek <jakub@redhat.com>
7998
7999 * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
8000
8001 2010-07-05 Anatoly Sokolov <aesok@post.ru>
8002
8003 * double-int.h (fit_double_type): Remove declaration.
8004 * double-int.c (fit_double_type): Remove function.
8005 * tree.h (int_fits_type_p): Adjust prototype.
8006 * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
8007 instead of fit_double_type.
8008 (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
8009 instead of fit_double_type and build_int_cst_wide.
8010 * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
8011 instead of fit_double_type and build_int_cst_wide.
8012 (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
8013 of fit_double_type.
8014
8015 2010-07-05 Jan Hubicka <jh@suse.cz>
8016
8017 * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
8018 in_other_partition.
8019 * lto-cgraph.c (referenced_from_other_partition_p,
8020 reachable_from_other_partition_p): Use in_other_partition flags.
8021 (output_node, output_varpool_node): COMDAT nodes always have private
8022 copies and thus are never used from other partition.
8023
8024 2010-07-05 Anatoly Sokolov <aesok@post.ru>
8025
8026 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
8027 * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
8028 * config/ia64/ia64.c Include reload.h.
8029 (ia64_memory_move_cost): New function.
8030 (TARGET_MEMORY_MOVE_COST): Define.
8031 (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
8032 memory_move_cost.
8033
8034 2010-07-05 Sandra Loosemore <sandra@codesourcery.com>
8035
8036 PR middle-end/42505
8037 * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
8038 comments about cost model.
8039 (try_add_cand_for): Add second strategy for choosing initial set
8040 based on original IVs, controlled by ORIGINALP argument.
8041 (get_initial_solution): Add ORIGINALP argument.
8042 (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
8043 (find_optimal_iv_set): Try two different strategies for choosing
8044 the IV set, and return the one with lower cost.
8045
8046 2010-07-05 Richard Guenther <rguenther@suse.de>
8047
8048 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
8049
8050 2010-07-05 Richard Guenther <rguenther@suse.de>
8051
8052 * tree.c (reference_alias_ptr_type): New function.
8053 * tree.h (reference_alias_ptr_type): Declare.
8054 * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
8055 allow non-TARGET_MEM_REF new refs.
8056 (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
8057 * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
8058 Build a MEM_REF instead of a TARGET_MEM_REF if possible.
8059 (create_mem_ref): Get alias pointer type. Adjust calls to
8060 create_mem_ref_raw.
8061 (maybe_fold_tmr): Likewise.
8062 * tree-flow.h (create_mem_ref): Adjust prototype.
8063
8064 2010-07-05 Jakub Jelinek <jakub@redhat.com>
8065
8066 PR c++/44808
8067 * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
8068 *from_p is VAR_DECL.
8069
8070 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
8071
8072 * tree.h (build_call_list): Remove.
8073 * tree.c (build_call_list): Remove.
8074
8075 2010-07-05 Richard Guenther <rguenther@suse.de>
8076
8077 * double-int.h (double_int_sub): Declare.
8078 * double-int.c (double_int_sub): New function.
8079 * dwarf2out.c (field_byte_offset): Use it.
8080 * fixed-value.c (do_fixed_add): Likewise.
8081 (do_fixed_multiply): Likewise.
8082 (do_fixed_divide): Likewise.
8083 * tree-predcom.c (add_ref_to_chain): Likewise.
8084 (determine_roots_comp): Likewise.
8085 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
8086
8087 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
8088
8089 * vec.h (VEC_splice, VEC_safe_splice): New macros. Add function
8090 implementations.
8091
8092 2010-07-05 Bernd Schmidt <bernds@codesourcery.com>
8093
8094 * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
8095 * arm-modes.def (CC_NOTB): Don't define.
8096 * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
8097 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
8098 (LTUGEU): New code_iterator.
8099 (cnb, optab): New corresponding code_attrs.
8100 (addsi3_carryin_<optab>): Renamed from addsi3_carryin. Change pattern
8101 to canonical form. Operands 1 and 2 are commutative. Parametrize
8102 using LTUGEU.
8103 (addsi3_carryin_shift_<optab>): Likewise.
8104 (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
8105 Operands 1 and 2 are commutative. Parametrize using LTUGEU.
8106 (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
8107 (subsi3_compare): Renamed from subsi3_compare0_c.
8108 Change CC_NOTB to CC.
8109 (arm_subsi3_insn): Allow constants for operand 0.
8110 (compare_scc peephole for eq case): New.
8111 (compare_scc splitters): Change CC_NOTB to CC.
8112
8113 2010-07-05 Richard Guenther <rguenther@suse.de>
8114
8115 * tree-ssa-loop-im.c (for_each_index): Do not handle
8116 ALIGN_INDIRECT_REF.
8117 (gen_lsm_tmp_name): Likewise.
8118 * tree-dump.c (dequeue_and_dump): Likewise.
8119 * tree-pretty-print.c (dump_generic_node): Likewise.
8120 (op_code_prio): Likewise.
8121 (op_symbol_code): Likewise.
8122 * tree.c (staticp): Likewise.
8123 (build1_stat): Likewise.
8124 * tree.h (INDIRECT_REF_P): Likewise.
8125 * fold-const.c (maybe_lvalue_p): Likewise.
8126 (operand_equal_p): Likewise.
8127 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
8128 (ao_ref_init_from_vn_reference): Likewise.
8129 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
8130 (find_interesting_uses_address): Likewise.
8131 * dwarf2out.c (loc_list_from_tree): Likewise.
8132 * gimplify.c (gimplify_expr): Likewise.
8133 * tree-eh.c (tree_could_trap_p): Likewise.
8134 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
8135 * cfgexpand.c (expand_debug_expr): Likewise.
8136 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
8137 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
8138 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
8139 * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
8140 * tree-ssa-operands.c (get_expr_operands): Likewise.
8141 * expr.c (safe_from_p): Likewise.
8142 (expand_expr_real_1): Likewise. TER BIT_AND_EXPRs into MEM_REFs.
8143 * tree-vect-data-refs.c (vect_setup_realignment): Build
8144 BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
8145 * tree-vect-stmts.c (vectorizable_load): Likewise.
8146 * tree.def (ALIGN_INDIRECT_REF): Remove.
8147
8148 2010-07-05 Richard Guenther <rguenther@suse.de>
8149
8150 PR tree-optimization/44784
8151 * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
8152 for inserted stmts.
8153 (find_or_generate_expression): Fix SCCVN insertion check.
8154
8155 2010-07-05 Nathan Sidwell <nathan@codesourcery.com>
8156
8157 * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
8158 * config/rs6000/e500crtsav64gprctr.asm: Likewise.
8159 * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
8160 directives.
8161
8162 2010-07-05 Ira Rosen <irar@il.ibm.com>
8163
8164 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
8165 statements that are not vectorized.
8166 * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
8167 in INSIDE_COST.
8168
8169 2010-07-05 Mikael Pettersson <mikpe@it.uu.se>
8170
8171 PR bootstrap/44820
8172 * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
8173
8174 2010-07-05 Richard Guenther <rguenther@suse.de>
8175
8176 * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
8177 RESULT_DECLs properly.
8178
8179 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
8180
8181 PR rtl-optimization/44695
8182 * config/i386/i386.md (extract_code): Removed.
8183 (<u>divmodqi4): Likewise.
8184 (divmodqi4): New.
8185 (udivmodqi4): Likewise.
8186 (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
8187 (udivmodhiqi3): Likewise.
8188
8189 2010-07-04 Jan Hubicka <jh@suse.cz>
8190
8191 * lto-cgraph.c (input_edge): Do not care about resolution decisions.
8192
8193 2010-07-04 Jan Hubicka <jh@suse.cz>
8194
8195 * cgraphunit.c (init_cgraph): Only initialize dump file if it
8196 is not already initialized.
8197
8198 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
8199
8200 * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
8201 (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
8202 (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
8203 (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
8204 (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
8205 (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
8206 (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
8207 (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
8208 (sync_new_nand_optab): Redefine as macros.
8209 (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
8210 Delete.
8211 (direct_optab_index): New enum.
8212 (direct_optab_d): New structure.
8213 (direct_optab): New typedef.
8214 (direct_optab_table): Declare.
8215 (direct_optab_handler, set_direct_optab_handler): New functions.
8216 (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
8217 (sync_lock_release_optab): New macros.
8218 * optabs.c (direct_optab_table): New variable.
8219 (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
8220 (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
8221 cmpstr_optab and cmpstrn_optab.
8222 (emit_conditional_move): Likewise for movcc_optab.
8223 (can_conditionally_move_p): Likewise for movcc_gen_code.
8224 (init_insn_codes): Clear direct_optab_table.
8225 (init_optabs): Don't initialize the new "direct optabs" here.
8226 (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
8227 vcond_gen_code.
8228 (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
8229 (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
8230 (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
8231 (expand_sync_operation): Likewise other sync_*_optabs.
8232 (expand_sync_fetch_operation): Likewise. Rename sync_compare_and_swap
8233 to sync_compare_and_swap_optab.
8234 (expand_sync_lock_test_and_set): Use direct_optab_handler for
8235 sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
8236 to the names of both.
8237 * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
8238 cmpstr_optab and cmpstrn_optab.
8239 (expand_builtin_lock_release): Likewise sync_lock_release.
8240 * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
8241 (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
8242 (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
8243 (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
8244 (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
8245 (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
8246 (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
8247 (sync_lock_test_and_set, sync_lock_release): Delete.
8248 (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
8249 (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
8250 * genopinit.c (optabs): Use set_direct_optab_handler for the new
8251 macro optabs.
8252 * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
8253 the "optab" local variable. Use direct_optab_handler for optab and
8254 sync_compare_and_swap_optab.
8255 * reload1.c (reload_in_optab, reload_out_optab): Delete.
8256 * targhooks.c (default_secondary_reload): Use direct_optab_handler for
8257 reload_in_optab and reload_out_optab.
8258 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
8259 * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
8260 * config/pa/pa.c (pa_secondary_reload): Likewise.
8261 * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
8262 for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
8263 (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
8264 (VMSupportsCS8_builtin): Likewise.
8265
8266 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
8267
8268 * optabs.h (optab_handlers): Change type of insn_code to int.
8269 (optab_handler, set_optab_handler, convert_optab_handler)
8270 (set_convert_optab_handler): Treat the insn_code field as "insn_code -
8271 CODE_FOR_nothing".
8272 * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
8273 (init_insn_codes): Zero both the above arrays.
8274 (init_optabs): Never call init_insn_codes first time around.
8275
8276 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
8277
8278 * optabs.h (optab_handler, convert_optab_handler): Turn into
8279 inline functions that return an insn code.
8280 (set_optab_handler, set_convert_optab_handler): New functions.
8281 * builtins.c: Replace optab_handler(X)->insn_code with
8282 optab_handler or set_optab_handler thoughout. Likewise
8283 convert_optab_handler(X)->insn_code with convert_optab_handler
8284 and set_convert_optab_handler.
8285 * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
8286 reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
8287 tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
8288 tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
8289 tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
8290 config/spu/spu.c: Likewise.
8291
8292 2010-07-04 Kaz Kojima <kkojima@gcc.gnu.org>
8293
8294 PR target/44531
8295 * config.gcc (sh*-*-*): Use regular expressions instead of
8296 the 'i' modifier for sed substitutions.
8297
8298 2010-07-04 Jeremie Salvucci <jeremie.salvucci@free.fr>
8299
8300 * gimple.c (gimple_body): Comments added.
8301
8302 2010-07-04 Richard Guenther <rguenther@suse.de>
8303
8304 PR middle-end/44809
8305 * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
8306 of an INDIRECT_REF.
8307
8308 2010-07-04 Richard Guenther <rguenther@suse.de>
8309
8310 PR tree-optimization/44479
8311 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
8312 extra SSA name copy statements which preserves points-to
8313 information.
8314 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
8315 Copy points-to information for all pointers. Properly handle
8316 MEM_REFs.
8317 (vect_create_data_ref_ptr): Likewise. Avoid extra SSA name
8318 copy statements.
8319 * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
8320 dependency.
8321
8322 2010-07-04 Richard Guenther <rguenther@suse.de>
8323
8324 PR middle-end/44785
8325 * tree-inline.c (initialize_inlined_parameters): Do not
8326 re-use pointer-map slot over remap_type call.
8327
8328 2010-07-04 Richard Guenther <rguenther@suse.de>
8329
8330 * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
8331
8332 2010-07-04 Richard Guenther <rguenther@suse.de>
8333
8334 PR tree-optimization/44656
8335 * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
8336 again after value-replacing in the defintions lhs.
8337
8338 2010-07-04 Ira Rosen <irar@il.ibm.com>
8339 Revital Eres <eres@il.ibm.com>
8340
8341 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
8342 Document new arguments.
8343 * doc/tm.texi: Regenerate.
8344 * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
8345 Handle unaligned store.
8346 * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
8347 * target.def (builtin_vectorization_cost): Add new arguments.
8348 * target.h (enum vect_cost_for_stmt): Add unaligned_store.
8349 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
8350 of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
8351 (vect_vfa_segment_size): Fix indentation.
8352 * tree-vectorizer.h (struct _vect_peel_info): New.
8353 (struct _vect_peel_extended_info): New.
8354 (struct _loop_vec_info): Add new field for peeling hash table and a
8355 macro for its access.
8356 (VECT_MAX_COST): Define.
8357 (vect_get_load_cost): Declare.
8358 (vect_get_store_cost, vect_get_known_peeling_cost,
8359 vect_get_single_scalar_iteraion_cost): Likewise.
8360 (vect_supportable_dr_alignment): Add new argument.
8361 * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
8362 field.
8363 (destroy_loop_vec_info): Free peeling hash table.
8364 (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
8365 (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
8366 vect_analyze_slp. Fix indentation.
8367 (vect_get_single_scalar_iteraion_cost): New function.
8368 (vect_get_known_peeling_cost): Likewise.
8369 (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
8370 Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
8371 statement. Move outside cost calculation inside unknown peeling case.
8372 Call vect_get_known_peeling_cost for known amount of peeling.
8373 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
8374 reference to the print message of forced alignment.
8375 (vect_verify_datarefs_alignment): Update call to
8376 vect_supportable_dr_alignment.
8377 (vect_get_data_access_cost): New function.
8378 (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
8379 vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
8380 vect_peeling_hash_choose_best_peeling): Likewise.
8381 (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
8382 to store all the accesses in the loop and find best possible access to
8383 align using peeling for known alignment case. For unknown alignment
8384 check if stores are preferred or if peeling is worthy.
8385 (vect_find_same_alignment_drs): Analyze pairs of loads too.
8386 (vect_supportable_dr_alignment): Add new argument and check aligned
8387 accesses according to it.
8388 * tree-vect-stmts.c (vect_get_stmt_cost): New function.
8389 (cost_for_stmt): Call vect_get_stmt_cost.
8390 (vect_model_simple_cost): Likewise.
8391 (vect_model_store_cost): Call vect_get_stmt_cost. Call
8392 vect_get_store_cost to calculate the cost of the statement.
8393 (vect_get_store_cost): New function.
8394 (vect_model_load_cost): Call vect_get_stmt_cost. Call
8395 vect_get_load_cost to calculate the cost of the statement.
8396 (vect_get_load_cost): New function.
8397 (vectorizable_store): Update call to vect_supportable_dr_alignment.
8398 (vectorizable_load): Likewise.
8399 * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
8400 * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
8401 arguments. Handle unaligned store.
8402 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
8403 (rs6000_builtin_support_vector_misalignment): Return true for word and
8404 double word alignments for VSX.
8405 * tree-vect-slp.c (vect_build_slp_tree): Update calls to
8406 vect_supportable_dr_alignment and builtin_vectorization_cost.
8407
8408 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8409
8410 PR target/44597
8411 * config/pa/predicates.md (prefetch_cc_operand): Remove.
8412 (prefetch_nocc_operand): Likewise.
8413 * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
8414 (prefetch_20): New insn.
8415 (prefetch_cc): Remove.
8416 (prefetch_nocc): Likewise.
8417
8418 2010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
8419
8420 * expr.c (vector_mode_valid_p): Move to c-common.c.
8421 * expr.h (vector_mode_valid_p): Do not declare here.
8422 * system.h: Poison GCC_EXPR_H in front-ends.
8423 * Makefile.in: Update dependencies.
8424
8425 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8426
8427 PR target/44705
8428 * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
8429
8430 2010-07-03 Jan Hubicka <jh@suse.cz>
8431
8432 * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
8433 TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
8434 * cfgexpand.c (gimple_expand_cfg): Use new timevars.
8435 * var-tracking.c (vt_find_locations, variable_tracking_main_1):
8436 Likewise.
8437
8438 * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
8439 Update timevars.V
8440 * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
8441 (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
8442 TV_IPA_LTO_DECL_OUT): New.
8443 * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
8444
8445 2010-07-03 Jan Hubicka <jh@suse.cz>
8446
8447 * ipa-inline.c (update_edge_key): Break out from ...
8448 update_callers_keys): ... here;
8449 (update_callee_keys): Update only the edges from caller to callee.
8450 (update_all_calle_keys): Do what update_calle_keys did.
8451 (decide_inlining_of_small_functions): Avoid recomputing of all
8452 callees when badness increase.
8453
8454 2010-07-03 Jie Zhang <jie@codesourcery.com>
8455
8456 * config/arm/arm.c (arm_attr_length_move_neon): New.
8457 * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
8458 * config/arm/neon.md (define_mode_attr V_slen): Remove.
8459 (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
8460 to compute length attribute.
8461
8462 2010-07-03 Jie Zhang <jie@codesourcery.com>
8463
8464 * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
8465 as predicate for operand 1 and remove its constraint.
8466 * config/arm/predicates.md (vfp_register_operand): New.
8467 * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
8468 (*push_fp_multi): Likewise.
8469
8470 2010-07-03 Eric Botcazou <ebotcazou@adacore.com>
8471
8472 * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
8473
8474 2010-07-03 Jan Hubicka <jh@suse.cz>
8475
8476 * config/i386/i386.c (override_options): Revert accidental commit.
8477
8478 2010-07-02 Le-Chun Wu <lcwu@google.com>
8479
8480 PR c++/44128
8481 * doc/invoke.texi: Update documentation of -Wshadow.
8482
8483 2010-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8484 Julian Brown <julian@codesourcery.com>
8485 Sandra Loosemore <sandra@codesourcery.com>
8486
8487 * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
8488 comparisons. Adjust to take both operands.
8489 (arm_select_cc_mode): Handle DImode comparisons.
8490 (arm_gen_compare_reg): Generate a scratch register for DImode
8491 comparisons which require one. Use xor for Thumb equality checks.
8492 (arm_const_double_by_immediates): New.
8493 (arm_print_operand): Allow 'Q' and 'R' for constants.
8494 (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
8495 * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
8496 arm_canonicalize_comparison.
8497 * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
8498 * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
8499 prototype.
8500 (arm_const_double_by_immediates): Declare.
8501 * config/arm/constraints.md (Di): New constraint.
8502 * config/arm/predicates.md (arm_immediate_di_operand)
8503 (arm_di_operand, cmpdi_operand): New.
8504 * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
8505 (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
8506 (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
8507 (cstoredi4): Handle non-Cirrus also.
8508
8509 2010-07-02 Julian Brown <julian@codesourcery.com>
8510 Sandra Loosemore <sandra@codesourcery.com>
8511
8512 PR target/43703
8513 * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
8514 (smax<mode>3): Disable for NEON float modes when
8515 flag_unsafe_math_optimizations is false.
8516 * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
8517 (*mul<mode>3_neon)
8518 (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
8519 (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
8520 for NEON float modes when flag_unsafe_math_optimizations is false.
8521 (quad_halves_<code>v4sf): Only enable if
8522 flag_unsafe_math_optimizations is true.
8523 * doc/invoke.texi (ARM Options): Add note about floating point
8524 vectorization requiring -funsafe-math-optimizations.
8525
8526 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
8527 Julian Brown <julian@codesourcery.com>
8528
8529 * config/arm/neon.md (UNSPEC_VABA): Delete.
8530 (UNSPEC_VABAL): Delete.
8531 (UNSPEC_VABS): Delete.
8532 (UNSPEC_VMUL_N): Delete.
8533 (adddi3_neon): New.
8534 (subdi3_neon): New.
8535 (mul<mode>3add<mode>_neon): Make the pattern named.
8536 (mul<mode>3neg<mode>add<mode>_neon): Likewise.
8537 (neon_vadd<mode>): Replace with define_expand, and move the remaining
8538 unspec parts...
8539 (neon_vadd<mode>_unspec): ...to this.
8540 (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
8541 (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
8542 (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
8543 (neon_vaba<mode>): Rewrite in terms of vabd.
8544 (neon_vabal<mode>): Rewrite in terms of vabdl.
8545 (neon_vabs<mode>): Rewrite without unspec.
8546 * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
8547 (*arm_subdi3): Likewise.
8548 * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
8549 No_op attribute to disable assembly output checks.
8550 * config/arm/arm_neon.h: Regenerated.
8551 * doc/arm-neon-intrinsics.texi: Regenerated.
8552
8553 2010-07-02 Jan Hubicka <jh@suse.cz>
8554
8555 * ipa-split.c (split_function): For aggregate values, set the return
8556 slot optimization bit. When passing DECL_BY_REFERENCE, produce
8557 *<retval> = fncall.part ().
8558 (execute_split_functions): Do not care about DECL_BY_REFERENCE.
8559
8560 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
8561
8562 * config/arm/neon.md (UNSPEC_VAND): Delete.
8563 (UNSPEC_VBIC): Delete.
8564 (UNSPEC_VCLZ): Delete.
8565 (UNSPEC_VCNT): Delete.
8566 (UNSPEC_VEOR): Delete.
8567 (UNSPEC_VORN): Delete.
8568 (UNSPEC_VORR): Delete.
8569 (iordi3_neon): Rewrite RTL without unspec. Add alternatives to handle
8570 core registers too.
8571 (anddi3_neon): Likewise.
8572 (orndi3_neon): Likewise.
8573 (bicdi3_neon): Likewise.
8574 (xordi3_neon): Likewise.
8575 (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
8576 rid of unspec and handle unused operand.
8577 (neon_vcnt<mode>): Similarly, with popcount<mode>2.
8578 * config/arm/predicates.md (imm_for_neon_logic_operand):
8579 Require TARGET_NEON.
8580 (imm_for_neon_inv_logic_operand): Likewise.
8581 * config/arm/arm.md (define_split for logical_binary_operator):
8582 Disable for NEON registers.
8583 (anddi3): Add new define_expand, and rename the insn. Disable
8584 this insn for NEON, where anddi3_neon now applies.
8585 (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
8586 (iordi3): As for anddi3.
8587 (xordi3): Likewise.
8588 * config/arm/neon.ml (Vand): Split DImode variants and mark them
8589 as No_op to disable testing for exact instruction match.
8590 (Vorr): Likewise.
8591 (Veor): Likewise.
8592 (Vbic): Likewise.
8593 (Vorn): Likewise.
8594 * config/arm/arm_neon.h: Regenerated.
8595 * doc/arm-neon-intrinsics.texi: Regenerated.
8596
8597 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
8598
8599 * expr.h (emit_stack_probe): Declare.
8600 * explow.c (emit_stack_probe): Make global.
8601 (anti_adjust_stack_and_probe): Fix comments.
8602 * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
8603 * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
8604 * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
8605 * config/sparc/sparc.c: Include except.h.
8606 (sparc_emit_probe_stack_range): New function.
8607 (output_probe_stack_range): Likewise.
8608 (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
8609 built-in stack checking is enabled.
8610 * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
8611 * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
8612 (probe_stack_range): New insn.
8613
8614 2010-07-02 Richard Guenther <rguenther@suse.de>
8615
8616 PR target/43958
8617 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
8618 for argument alignment.
8619
8620 2010-07-02 Jan Hubicka <jh@suse.cz>
8621
8622 * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
8623 walk backwards from entry_bb to check only those basic block of header
8624 that might lead to execution of split part.
8625 (consider_split) ... here.
8626 (find_return_bb): Allow assignment in return BB.
8627 (find_retval): New.
8628 (split_function): Fix name of cloned function; take care of updating
8629 return value in return_bb containing move.
8630
8631 2010-07-02 Andreas Schwab <schwab@linux-m68k.org>
8632
8633 PR target/44771
8634 * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
8635 used variable insn.
8636
8637 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
8638
8639 * implicit-zee.c (combine_reaching_defs): Fix long lines.
8640 (is_set_with_extension_DI): Delete.
8641 (struct zero_extend_info): New structure.
8642 (add_removable_zero_extend): New function.
8643 (find_removable_zero_extends): Use note_stores to find SETs.
8644 (find_and_remove_ze): Fix long line, remove superfluous parentheses.
8645
8646 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
8647
8648 * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
8649 is_miss_rate_acceptable. Pull total_positions computation
8650 out of the loops. Early return if miss_positions exceeds
8651 the acceptable threshold.
8652 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
8653 is_miss_rate_acceptable after renaming of compute_miss_rate.
8654
8655 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
8656
8657 PR middle-end/44576
8658 * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
8659 of 1000) for miss rate if the address diference is greater than or
8660 equal to the cache line size (the two reference will never hit the
8661 same cache line).
8662
8663 2010-07-02 Bernd Schmidt <bernds@codesourcery.com>
8664
8665 PR target/42835
8666 * config/arm/arm-modes.def (CC_NOTB): New mode.
8667 * config/arm/arm.c (get_arm_condition_code): Handle it.
8668 * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
8669 * config/arm/arm.md (subsi3_compare0_c): New pattern.
8670 (compare_scc): Now a define_and_split. Add a number of extra
8671 splitters before it.
8672
8673 PR target/42172
8674 * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
8675 and ZERO_EXTEND.
8676 (arm_rtx_costs_1): Likewise.
8677 (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
8678 * config/arm/arm.md (is_arch6): New attribute.
8679 (zero_extendhisi2, zero_extendqisi2, extendhisi2,
8680 extendqisi2): Tighten the code somewhat, avoiding invalid
8681 RTL to occur in the expander patterns.
8682 (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
8683 (thumb1_zero_extendhisi2_v6): Delete.
8684 (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
8685 (thumb1_extendhisi2_v6): Delete.
8686 (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
8687 (thumb1_extendqisi2_v6): Delete.
8688 (zero_extendhisi2 for register input splitter): New.
8689 (zero_extendqisi2 for register input splitter): New.
8690 (thumb1_extendhisi2 for register input splitter): New.
8691 (extendhisi2 for register input splitter): New.
8692 (extendqisi2 for register input splitter): New.
8693 (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
8694 (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
8695 and add support for a register alternative requiring a split.
8696 (thumb1_zero_extendqisi2): Likewise.
8697 (arm_zero_extendqisi2): Likewise.
8698 (arm_extendhisi2): Likewise.
8699 (arm_extendqisi2): Likewise.
8700
8701 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
8702
8703 * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
8704 instead of an unspec.
8705 (neon_expand_vector_init): Likewise.
8706 * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
8707 (UNSPEC_VDUP_LANE): Delete.
8708 (UNSPEC VDUP_N): Delete.
8709 (UNSPEC_VGET_HIGH): Delete.
8710 (UNSPEC_VGET_LANE): Delete.
8711 (UNSPEC_VGET_LOW): Delete.
8712 (UNSPEC_VMVN): Delete.
8713 (UNSPEC_VSET_LANE): Delete.
8714 (V_double_vector_mode): New.
8715 (vec_set<mode>_internal): Make code emitted match that for the
8716 corresponding intrinsics.
8717 (vec_setv2di_internal): Likewise.
8718 (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
8719 (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
8720 (neon_vset_lane<mode>): Combine double and quad patterns and
8721 expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
8722 (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
8723 (neon_vdup_n<mode>): Rewrite RTL without unspec.
8724 (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
8725 (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
8726 with neon_vdup_lanev2di, adjusting the pattern from the latter
8727 to be predicable for consistency.
8728 (neon_vdup_lane<mode>_internal): New.
8729 (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
8730 to avoid using an unspec.
8731 (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
8732 (neon_vdup_lanev2di): Turn into a define_expand.
8733 (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
8734 (neon_vget_high<mode>): Replace with....
8735 (neon_vget_highv16qi): New pattern using canonical RTL.
8736 (neon_vget_highv8hi): Likewise.
8737 (neon_vget_highv4si): Likewise.
8738 (neon_vget_highv4sf): Likewise.
8739 (neon_vget_highv2di): Likewise.
8740 (neon_vget_low<mode>): Replace with....
8741 (neon_vget_lowv16qi): New pattern using canonical RTL.
8742 (neon_vget_lowv8hi): Likewise.
8743 (neon_vget_lowv4si): Likewise.
8744 (neon_vget_lowv4sf): Likewise.
8745 (neon_vget_lowv2di): Likewise.
8746
8747 * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
8748 test for this emitting vmov.
8749 (Vset_lane): Likewise.
8750 (Vdup_n): Likewise.
8751 (Vmov_n): Likewise.
8752
8753 * doc/arm-neon-intrinsics.texi: Regenerated.
8754
8755 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
8756
8757 * config/arm/neon.md (vec_extractv2di): Correct error in register
8758 numbering to reconcile with neon_vget_lanev2di.
8759
8760 2010-07-02 Richard Guenther <rguenther@suse.de>
8761
8762 * tree-ssa-structalias.c (pt_solution_set_var): New function.
8763 * tree-ssa-alias.h (pt_solution_set_var): Declare.
8764 * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
8765 points-to information.
8766
8767 2010-07-02 Christian Borntraeger <borntraeger@de.ibm.com>
8768
8769 * config/s390/s390.c (override_options): Adopt prefetching
8770 at -O3 to handle flag_prefetch_loop_arrays as a tristate.
8771
8772 2010-07-02 Jan Hubicka <jh@suse.cz>
8773
8774 * df-problems.c (df_kill_notes): Do not collect dead notes.
8775 (df_set_note): Just call add_reg_note.
8776 (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
8777 df_create_unused_note): Do not deal with lists of old notes.
8778 (df_note_bb_compute): Likewise.
8779
8780 2010-07-02 Richard Guenther <rguenther@suse.de>
8781
8782 * tree-ssa-structalias.c (find_func_aliases): Handle
8783 pointer alignment via BIT_AND_EXPR.
8784 * tree-vrp.c (extract_range_from_binary_expr): Likewise.
8785
8786 2010-07-02 Richard Guenther <rguenther@suse.de>
8787
8788 * tree-data-ref.c (initialize_data_dependence_relation): Handle
8789 mismatching number of dimensions properly.
8790
8791 2010-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8792
8793 PR target/44707
8794 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
8795 (lo_sum (high ...) ...) patterns generated by earlier passes.
8796
8797 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8798
8799 * doc/install.texi (Prerequisites): Document Perl requirement on
8800 Solaris 2.
8801 (Specific, *-*-solaris2*): Document GNU c++filt requirement.
8802
8803 2010-07-02 Richard Guenther <rguenther@suse.de>
8804
8805 PR middle-end/44777
8806 * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
8807
8808 2010-07-02 Jan Hubicka <jh@suse.cz>
8809
8810 PR middle-end/44706
8811 * predict.c (predict_paths_for_bb): Handle case when control dependence
8812 BB has only abnormal edges.
8813
8814 2010-07-02 Richard Guenther <rguenther@suse.de>
8815
8816 PR tree-optimization/44748
8817 * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
8818 the embedded conversion in MEM_REFs.
8819
8820 2010-07-01 López-Ibáñez <manu@gcc.gnu.org>
8821
8822 * reload.c: Include toplev.h.
8823 * recog.c: Likewise.
8824 * Makefile.in: Adjust dependencies.
8825
8826 2010-07-01 Jakub Jelinek <jakub@redhat.com>
8827
8828 PR debug/44694
8829 * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
8830 or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
8831
8832 2010-07-01 Richard Guenther <rguenther@suse.de>
8833
8834 * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
8835 types for offsets.
8836
8837 2010-07-01 Joern Rennecke <joern.rennecke@embecosm.com>
8838
8839 PR target/44732
8840 * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
8841 Fix argument types.
8842
8843 2010-07-01 Bernd Schmidt <bernds@codesourcery.com>
8844
8845 PR target/44727
8846 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
8847 Make sure operand 0 dies.
8848
8849 2010-07-01 Richard Guenther <rguenther@suse.de>
8850
8851 PR middle-end/42834
8852 PR middle-end/44468
8853 * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
8854 * doc/generic.texi (References to storage): Document MEM_REF.
8855 * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
8856 (print_call_name): Likewise.
8857 * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
8858 (build_simple_mem_ref_loc): New function.
8859 (mem_ref_offset): Likewise.
8860 * tree.h (build_simple_mem_ref_loc): Declare.
8861 (build_simple_mem_ref): Define.
8862 (mem_ref_offset): Declare.
8863 * fold-const.c: Include tree-flow.h.
8864 (operand_equal_p): Handle MEM_REF.
8865 (build_fold_addr_expr_with_type_loc): Likewise.
8866 (fold_comparison): Likewise.
8867 (fold_unary_loc): Fold
8868 VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
8869 (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
8870 fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
8871 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
8872 (ptr_deref_may_alias_ref_p_1): Likewise.
8873 (ao_ref_base_alias_set): Properly differentiate base object for
8874 offset and TBAA.
8875 (ao_ref_init_from_ptr_and_size): Use MEM_REF.
8876 (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
8877 (indirect_refs_may_alias_p): Likewise.
8878 (refs_may_alias_p_1): Likewise. Remove pointer SSA name def
8879 chasing code.
8880 (ref_maybe_used_by_call_p_1): Handle MEM_REF.
8881 (call_may_clobber_ref_p_1): Likewise.
8882 * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
8883 * expr.c (expand_assignment): Handle MEM_REF.
8884 (store_expr): Handle MEM_REFs from STRING_CSTs.
8885 (store_field): If expanding a MEM_REF of a non-addressable
8886 decl use bitfield operations.
8887 (get_inner_reference): Handle MEM_REF.
8888 (expand_expr_addr_expr_1): Likewise.
8889 (expand_expr_real_1): Likewise.
8890 * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
8891 * alias.c (ao_ref_from_mem): Handle MEM_REF.
8892 (get_alias_set): Likewise. Properly handle VIEW_CONVERT_EXPRs.
8893 * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
8894 (dr_analyze_indices): Likewise.
8895 (dr_analyze_alias): Likewise.
8896 (object_address_invariant_in_loop_p): Likewise.
8897 * gimplify.c (mark_addressable): Handle MEM_REF.
8898 (gimplify_cond_expr): Build MEM_REFs.
8899 (gimplify_modify_expr_to_memcpy): Likewise.
8900 (gimplify_init_ctor_preeval_1): Handle MEM_REF.
8901 (gimple_fold_indirect_ref): Adjust.
8902 (gimplify_expr): Handle MEM_REF. Gimplify INDIRECT_REF to MEM_REF.
8903 * tree.def (MEM_REF): New tree code.
8904 * tree-dfa.c: Include toplev.h.
8905 (get_ref_base_and_extent): Handle MEM_REF.
8906 (get_addr_base_and_unit_offset): New function.
8907 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
8908 * gimple-fold.c (may_propagate_address_into_dereference): Handle
8909 MEM_REF.
8910 (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
8911 accesses if the array has just one dimension. Remove always true
8912 parameter. Do not require type compatibility here.
8913 (maybe_fold_offset_to_component_ref): Remove.
8914 (maybe_fold_stmt_indirect): Remove.
8915 (maybe_fold_reference): Remove INDIRECT_REF handling.
8916 Fold back to non-MEM_REF.
8917 (maybe_fold_offset_to_address): Simplify. Deal with type
8918 mismatches here.
8919 (maybe_fold_reference): Likewise.
8920 (maybe_fold_stmt_addition): Likewise. Also handle
8921 &ARRAY + I in addition to &ARRAY[0] + I.
8922 (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
8923 (gimple_get_relevant_ref_binfo): Handle MEM_REF.
8924 * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
8925 * tree-ssa.c (useless_type_conversion_p): Make most pointer
8926 conversions useless.
8927 (warn_uninitialized_var): Handle MEM_REF.
8928 (maybe_rewrite_mem_ref_base): New function.
8929 (execute_update_addresses_taken): Implement re-writing of MEM_REFs
8930 to SSA form.
8931 * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
8932 INDIRECT_REF handling.
8933 (copy_tree_body_r): Handle MEM_REF.
8934 * gimple.c (is_gimple_addressable): Adjust.
8935 (is_gimple_address): Likewise.
8936 (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
8937 invariant base are invariant.
8938 (is_gimple_min_lval): Adjust.
8939 (is_gimple_mem_ref_addr): New function.
8940 (get_base_address): Handle MEM_REF.
8941 (count_ptr_derefs): Likewise.
8942 (get_base_loadstore): Likewise.
8943 * gimple.h (is_gimple_mem_ref_addr): Declare.
8944 (gimple_call_fndecl): Handle invariant MEM_REF addresses.
8945 * tree-cfg.c (verify_address): New function, split out from ...
8946 (verify_expr): ... here. Use for verifying ADDR_EXPRs and
8947 the address operand of MEM_REFs. Verify MEM_REFs. Reject
8948 INDIRECT_REFs.
8949 (verify_types_in_gimple_min_lval): Handle MEM_REF. Disallow
8950 INDIRECT_REF. Allow conversions.
8951 (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
8952 a register does not change its size.
8953 (verify_types_in_gimple_reference): Verify MEM_REF.
8954 (verify_gimple_assign_single): Disallow INDIRECT_REF.
8955 Handle MEM_REF.
8956 * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
8957 New.
8958 (mark_address_taken): Handle MEM_REF.
8959 (get_indirect_ref_operands): Pass through opf_not_non_addressable.
8960 (get_asm_expr_operands): Pass opf_not_non_addressable.
8961 (get_expr_operands): Handle opf_[not_]non_addressable.
8962 Handle MEM_REF. Remove INDIRECT_REF handling.
8963 * tree-vrp.c (check_array_ref): Handle MEM_REF.
8964 (search_for_addr_array): Likewise.
8965 (check_array_bounds): Likewise.
8966 (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
8967 * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
8968 (ref_always_accessed_p): Likewise.
8969 (gen_lsm_tmp_name): Likewise. Handle ADDR_EXPR.
8970 * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
8971 Handle MEM_REF.
8972 * cgraphbuild.c (mark_load): Properly check for NULL result
8973 from get_base_address.
8974 (mark_store): Likewise.
8975 * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
8976 * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
8977 handling for MEM_REF.
8978 * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
8979 &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
8980 * builtins.c (stabilize_va_list_loc): Use the function ABI
8981 valist type if we couldn't canonicalize the argument type.
8982 Always dereference with the canonical va-list type.
8983 (maybe_emit_free_warning): Handle MEM_REF.
8984 (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
8985 memmove to memcpy.
8986 * builtins.c (fold_builtin_memory_op): Use ref-all types
8987 for all memcpy foldings.
8988 * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
8989 (build_outer_var_ref): Likewise.
8990 (scan_omp_1_op): Likewise.
8991 (lower_rec_input_clauses): Likewise.
8992 (lower_lastprivate_clauses): Likewise.
8993 (lower_reduction_clauses): Likewise.
8994 (lower_copyprivate_clauses): Likewise.
8995 (expand_omp_atomic_pipeline): Likewise.
8996 (expand_omp_atomic_mutex): Likewise.
8997 (create_task_copyfn): Likewise.
8998 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
8999 Remove old union trick. Initialize constant offsets.
9000 (ao_ref_init_from_vn_reference): Likewise. Do not handle
9001 INDIRECT_REF. Init base_alias_set properly.
9002 (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
9003 (vn_reference_fold_indirect): Adjust for MEM_REFs.
9004 (valueize_refs): Fold MEM_REFs. Re-evaluate constant offset
9005 for ARRAY_REFs.
9006 (may_insert): Remove.
9007 (visit_reference_op_load): Do not test may_insert.
9008 (run_scc_vn): Remove parameter, do not fiddle with may_insert.
9009 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
9010 a field to store the constant offset this op applies.
9011 (run_scc_vn): Adjust prototype.
9012 * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
9013 * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
9014 MEM_REF. Propagate &foo + CST as &MEM[&foo, CST]. Do not
9015 bother about volatile qualifiers on pointers.
9016 (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
9017 * tree-ssa-loop-ivopts.c
9018 * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
9019 (strip_offset_1): Likewise.
9020 (find_interesting_uses_address): Replace INDIRECT_REF handling with
9021 MEM_REF handling.
9022 (get_computation_cost_at): Likewise.
9023 * ipa-pure-const.c (check_op): Handle MEM_REF.
9024 * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
9025 * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
9026 and constants.
9027 * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
9028 * tree-parloops.c (take_address_of): Adjust for MEM_REF.
9029 (eliminate_local_variables_1): Likewise.
9030 (create_call_for_reduction_1): Likewise.
9031 (create_loads_for_reductions): Likewise.
9032 (create_loads_and_stores_for_name): Likewise.
9033 * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
9034 (ssa_accessed_in_tree): Handle MEM_REF.
9035 (ssa_accessed_in_assign_rhs): Likewise.
9036 (update_type_size): Likewise.
9037 (analyze_accesses_for_call_stmt): Likewise.
9038 (analyze_accesses_for_assign_stmt): Likewise.
9039 (transform_access_sites): Likewise.
9040 (transform_allocation_sites): Likewise.
9041 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
9042 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
9043 not handle INDIRECT_REF.
9044 * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
9045 (cond_store_replacement): Likewise.
9046 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
9047 MEM_REF, no not handle INDIRECT_REFs.
9048 (insert_into_preds_of_block): Properly initialize avail.
9049 (phi_translate_1): Fold MEM_REFs. Re-evaluate constant offset
9050 for ARRAY_REFs. Properly handle reference lookups that
9051 require a bit re-interpretation.
9052 (can_PRE_operation): Do not handle INDIRECT_REF. Handle MEM_REF.
9053 * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
9054 (build_ref_for_offset_1): Remove.
9055 (build_ref_for_offset): Build MEM_REFs.
9056 (gate_intra_sra): Disable for now.
9057 (sra_ipa_modify_expr): Handle MEM_REF.
9058 (ipa_early_sra_gate): Disable for now.
9059 * tree-sra.c (create_access): Swap INDIRECT_REF handling for
9060 MEM_REF handling.
9061 (disqualify_base_of_expr): Likewise.
9062 (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
9063 MEM_REF handling.
9064 (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
9065 Use mem_ref_offset. Remove bogus folding.
9066 (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
9067 (make_fancy_name_1): Add support for MEM_REF.
9068 * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
9069 * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
9070 * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
9071 (compute_complex_ancestor_jump_func): Likewise.
9072 (ipa_analyze_virtual_call_uses): Likewise.
9073 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
9074 INDIRECT_REF folding with more generalized MEM_REF folding.
9075 (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
9076 (forward_propagate_addr_into_variable_array_index): Also handle
9077 &ARRAY + I in addition to &ARRAY[0] + I.
9078 * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
9079 * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
9080 creates assignments with overlap.
9081 * tree-nested.c (get_static_chain): Adjust for MEM_REF.
9082 (get_frame_field): Likewise.
9083 (get_nonlocal_debug_decl): Likewise.
9084 (convert_nonlocal_reference_op): Likewise.
9085 (struct nesting_info): Add mem_refs pointer-set.
9086 (create_nesting_tree): Allocate it.
9087 (convert_local_reference_op): Insert to be folded mem-refs.
9088 (fold_mem_refs): New function.
9089 (finalize_nesting_tree_1): Perform defered folding of mem-refs
9090 (free_nesting_tree): Free the pointer-set.
9091 * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
9092 (vectorizable_load): Likewise.
9093 * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
9094 (propagate_with_phi): Likewise.
9095 * tree-object-size.c (addr_object_size): Handle MEM_REFs
9096 instead of INDIRECT_REFs.
9097 (compute_object_offset): Handle MEM_REF.
9098 (plus_stmt_object_size): Handle MEM_REF.
9099 (collect_object_sizes_for): Dispatch to plus_stmt_object_size
9100 for &MEM_REF.
9101 * tree-flow.h (get_addr_base_and_unit_offset): Declare.
9102 (symbol_marked_for_renaming): Likewise.
9103 * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
9104 (fold-const.o): Add $(TREE_FLOW_H).
9105 * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
9106 (find_func_clobbers): Likewise.
9107 * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
9108 (decompose_access): Likewise.
9109 (replace_field_acc): Likewise.
9110 (replace_field_access_stmt): Likewise.
9111 (insert_new_var_in_stmt): Likewise.
9112 (get_stmt_accesses): Likewise.
9113 (reorg_structs_drive): Disable.
9114 * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
9115 (ix86_canonical_va_list_type): Likewise.
9116
9117 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
9118
9119 PR other/44566
9120 * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
9121 * target.def (struct gcc_target): Replace enum reg_class with
9122 reg_class_t in hook argument / return types.
9123 * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
9124 (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
9125 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
9126 * targhooks.h (default_branch_target_register_class): Likewise.
9127 (default_ira_cover_classes, default_secondary_reload): Likewise.
9128 (default_memory_move_cost, default_register_move_cost): Likewise.
9129 * targhooks.c (default_branch_target_register_class): Likewise.
9130 (default_ira_cover_classes, default_secondary_reload): Likewise.
9131 (default_memory_move_cost, default_register_move_cost): Likewise.
9132 * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
9133 * bt-load.c (branch_target_load_optimize): Likewise.
9134 * ira.c (setup_cover_and_important_classes): Likewise.
9135 * ira-costs.c (copy_cost): Likewise.
9136 * reload1.c (emit_input_reload_insns): Likewise.
9137 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
9138 * config/frv/frv.c (frv_secondary_reload): Likewise.
9139 * config/s390/s390.c (s390_secondary_reload): Likewise.
9140 * config/i386/i386.c (i386_ira_cover_classes): Likewise.
9141 (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
9142 (ix86_register_move_cost): Likewise.
9143 * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
9144 * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
9145 * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
9146 * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
9147 * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
9148 (rs6000_ira_cover_classes): Likewise.
9149 * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
9150 * config/picochip/picochip-protos.h (picochip_secondary_reload):
9151 Likewise.
9152 * config/pa/pa.c (pa_secondary_reload): Likewise.
9153 * config/mips/mips.c (mips_ira_cover_classes): Likewise.
9154 * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
9155 * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
9156 * doc/tm.texi: Regenerate.
9157
9158 2010-06-30 Sebastian Pop <sebastian.pop@amd.com>
9159
9160 PR bootstrrap/44726
9161 * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
9162 use.
9163 (build_alias_set_optimal_p): Likewise.
9164 (build_base_obj_set_for_drs): Likewise.
9165
9166 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
9167
9168 * target.def: Remove comment about licensing problems of function
9169 declarations.
9170
9171 * target.def (declare_constant_name): Change exp to expr. Use DEFHOOK.
9172 * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
9173 * doc/tm.texi: Regenerate.
9174
9175 * target.def (builtin_reciprocal): Change tm_fn to md_fn. Use DEFHOOK.
9176 * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
9177
9178 * target.def (enum_va_list_p): Use DEFHOOK.
9179 * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
9180 Rename ptype to ptree.
9181 * doc/tm.texi: Regenerate.
9182
9183 * target.def (fold_builtin): Rename nargs to n_args. Use DEFHOOK.
9184 * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
9185 * doc/tm.texi: Regenerate.
9186
9187 * target.def (memory_move_cost): Use DEFHOOK.
9188 * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
9189 Rename regclass AKA class to rclass.
9190 * doc/tm.texi: Regenerate.
9191
9192 * target.def (pragma_parse): Use DEFHOOK.
9193 * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
9194 s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
9195 * doc/tm.texi: Regenerate.
9196
9197 * target.def (pass_by_reference): Use DEFHOOK.
9198 * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
9199 * doc/tm.texi: Regenerate.
9200
9201 * target.def (resolve_overloaded_builtin): Rename params to arglist.
9202 Use DEFHOOK.
9203 * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
9204 * doc/tm.texi: Regenerate.
9205
9206 * target.def (return_pops_args): Use DEFHOOK.
9207 * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
9208 Rename stack-size to size.
9209 * doc/tm.texi: Regenerate.
9210
9211 * target.def (dfa_new_cycle): Use DEFHOOK. Rename dump_file to dump,
9212 last-sched_cycle to last_clock, cur_cycle to clock.
9213 * doc/tm.texi.in: Use @hook.
9214 * doc/tm.texi: Regenerate.
9215
9216 * target.def (print_operand, print_operand_address): Update comment.
9217 (print_operand_punct_valid_p): Likewise.
9218
9219 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
9220
9221 * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
9222 to rtl.h.
9223 (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
9224 * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
9225 * rtl-error.h: New.
9226 * regrename.c: Do not include toplev.h. Include rtl-error.h.
9227 * rtl-error.c: Likewise.
9228 * reload.c: Likewise.
9229 * recog.c: Likewise.
9230 * sel-sched.c: Likewise.
9231 * function.c: Likewise.
9232 * reg-stack.c: Likewise.
9233 * cfgrtl.c: Likewise.
9234 * reload1.c: Likewise.
9235 * final.c: Include rtl-error.
9236 * Makefile.in: Adjust dependencies.
9237
9238 2010-06-30 Jan Hubicka <jh@suse.cz>
9239
9240 PR middle-end/PR44706
9241 * ipa-split (split_function): Refine conditions when to use DECL_RESULT
9242 to return the value.
9243
9244 2010-06-30 Michael Matz <matz@suse.de>
9245
9246 PR bootstrap/44699
9247 * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
9248 * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
9249 a gimple reg, attach the original VDEF to the last store in the
9250 sequence.
9251
9252 2010-06-30 Iain Sandoe <iains@gcc.gnu.org>
9253
9254 PR other/44034
9255 * config/darwin.c (darwin_override_options): Use renamed
9256 targetm.asm_out.emit_unwind_label.
9257
9258 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
9259
9260 PR tree-optimization/39799
9261 * tree-inline.c (remap_ssa_name): Initialize variable only if
9262 SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
9263
9264 2010-06-30 Nathan Froyd <froydnj@codesourcery.com>
9265
9266 * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
9267
9268 2010-06-30 Richard Guenther <rguenther@suse.de>
9269
9270 PR target/44722
9271 * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
9272 against oscillation with reverse peephole2.
9273
9274 2010-06-30 H.J. Lu <hongjiu.lu@intel.com>
9275
9276 PR target/44721
9277 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
9278 Fix last commit.
9279
9280 2010-06-30 Nick Clifton <nickc@redhat.com>
9281
9282 * config/rx/rx-modes.def: New file.
9283 * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
9284 (CC_REGNUM): Define.
9285 (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
9286 register.
9287 (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
9288 (SELECT_CC_MODE): Define.
9289 * config/rx/rx.md (CC_REG): Define. Update all patterns to use
9290 (reg:CC CC_REG) instead of (cc0).
9291 (attr "cc"): Delete.
9292 (cbranchsi4): Do not split compare and branch here. Instead move
9293 it to...
9294 (cbranchsi4_<code>): ... here. New patterns.
9295 (cmpsi): Call rx-compare_redundant to find out if it is necessary
9296 to emit the compare instruction.
9297 * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
9298 cc_status flags.
9299 (rx_get_stack_layout): Iterate up to before CC_REGNUM not
9300 FIRST_PSEUDO_REGNUM.
9301 (rx_expand_prologue, rx_expand_epilogue): Likewise.
9302 (rx_notice_update_cc): Delete.
9303 (rx_cc_modes_compatible): New function.
9304 (flags_needed_for_conditional): New function.
9305 (flags_from_mode): New function.
9306 (rx_compare_redundant): New function - scans backwards through
9307 insn list to find out if condition flags are already set correctly.
9308 (TARGET_CC_MODES_COMPATIBLE): Define.
9309 * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
9310
9311 * config/rx/rx.h (BRANCH_COST): Define.
9312 (REGISTER_MOVE_COST): Define.
9313 * config/rx/predicates (rx_source_operand): Allow all constant types.
9314 * config/rx/rx.md (addsi3): Add alternative for swapped operands.
9315 (tstsi4): New pattern.
9316 * config/rx/rx.c (rx_memory_move_cost): Define.
9317 (TARGET_MEMORY_MOVE_COST): Define.
9318
9319 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
9320
9321 * tree.h (block_may_fallthru): Declare here.
9322 * tree-flow.h (block_may_fallthru): Do not declare here.
9323 * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
9324 bitmap.h
9325 * Makefile.in (c-typeck.o): Update dependencies.
9326
9327 2010-06-30 Jakub Jelinek <jakub@redhat.com>
9328
9329 PR debug/44694
9330 * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
9331 * cselib.c (cfa_base_preserved_regno): New static variable.
9332 (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
9333 of REGNO (cfa_base_preserved_val->locs->loc).
9334 (cselib_preserve_cfa_base_value): Add regno argument, set
9335 cfa_base_preserved_regno to it.
9336 (cselib_invalidate_regno): Allow removal of registers other than
9337 cfa_base_preserved_regno from cfa_base_preserved_val.
9338 (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
9339 * var-tracking.c (adjust_mems): Replace sp or hfp even outside
9340 of MEM addresses, if not on LHS.
9341 (reverse_op): Don't add reverse ops for cfa_base_rtx.
9342 (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
9343
9344 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
9345
9346 * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
9347 static variables.
9348 (peep2_buf_position): New static function.
9349 (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
9350 peephole2_optimize): Use it.
9351 (peep2_attempt, peep2_update_life): New static functions, broken out
9352 of peephole2_optimize.
9353 (peep2_fill_buffer): New static function.
9354 (peephole2_optimize): Change the main loop to try to fill the buffer
9355 with the maximum number of insns before matching them against
9356 peepholes. Use a forward scan. Remove special case for targets with
9357 conditional execution.
9358 * genrecog.c (change_state): Delete dead code.
9359 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
9360 Rewrite so as not to expect the second insn to have had a peephole
9361 applied yet.
9362
9363 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
9364
9365 * genhooks.c (emit_findices): Cast field precision to int.
9366 (emit_documentation): Likewise.
9367
9368 2010-06-29 Jakub Jelinek <jakub@redhat.com>
9369
9370 PR tree-optimization/43801
9371 * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
9372 if old_decl was DECL_ONE_ONLY.
9373
9374 PR debug/44668
9375 * dwarf2out.c (add_accessibility_attribute): New function.
9376 (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
9377 instead of adding DW_AT_accessibility manually.
9378 (gen_enumeration_type_die, gen_struct_or_union_type_die,
9379 gen_typedef_die): Use it.
9380
9381 2010-06-29 Douglas B Rupp <rupp@gnat.com>
9382
9383 * vmsdbgout.c (full_name): Just output the file name if not native.
9384
9385 2010-06-29 Douglas B Rupp <rupp@gnat.com>
9386
9387 * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
9388 (funcnam_table): New static table.
9389 (funcnum_table): New static table.
9390 (write_rtnbeg): Write value saved in funcnum_table.
9391 (write_rtnend): Write value saved in funcnum_table.
9392 (vmsdbgout_begin_function): Save current function info in
9393 (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
9394 (vmsdbgout_finish): Iterate over funcnum_table.
9395
9396 2010-06-29 Douglas B Rupp <rupp@gnat.com>
9397
9398 * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
9399 (vmsdbgout_type_decl): Declare
9400 (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
9401 (FUNC_EPILOGUE_LABEL): New macro
9402 (vmsdbgout_begin_epilogue): New function.
9403 (vmsdbgout_type_decl): New function.
9404
9405 2010-06-29 Douglas B Rupp <rupp@gnat.com>
9406
9407 * vmsdbg.h: Update copyright.
9408
9409 2010-06-29 Douglas B Rupp <rupp@gnat.com>
9410
9411 * vmsdbg.h (DST_K_TBG): New DST constant.
9412 * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
9413 (write_modbeg): Cast module_language to avoid warning.
9414 (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
9415
9416 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
9417
9418 PR other/44034
9419 * target.def, doc/tm.texi.in, genhooks.c: New files.
9420 * target.h: Instead of defining individual hook members,
9421 define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
9422 include target.def.
9423 * target-def.h: Instead of defining individual hook initializers,
9424 include target-hooks-def.h.
9425 * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
9426 targetm.live_on_entry -> targetm.extra_live_on_entry
9427 targetm.sched.md_finish ->targetm.sched.finish
9428 targetm.sched.md_init -> targetm.sched.init
9429 targetm.sched.md_init_global -> targetm.sched.init_global
9430 targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
9431 targetm.asm_out.except_table_label ->
9432 targetm.asm_out.emit_except_table_label
9433 targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
9434 targetm.target_help -> targetm.help
9435 targetm.vectorize.builtin_support_vector_misalignment ->
9436 targetm.vectorize.support_vector_misalignment
9437 targetm.file_start_app_off -> targetm.asm_file_start_app_off
9438 targetm.file_start_file_directive ->
9439 targetm.asm_file_start_file_directive
9440 * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
9441 * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
9442 * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
9443 TARGET_VECTOR_ALIGNMENT_REACHABLE ->
9444 TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
9445 TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
9446 TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
9447 TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
9448 * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
9449 * Makefile.in (TARGET_H): Depend on target.def.
9450 (TARGET_DEF_H): Depend on target-hooks-def.h.
9451 (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
9452 (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
9453 * doc/tm.texi: Regenerate.
9454
9455 * Makefile.in (s-tm-texi): Remove stray tab / rule.
9456
9457 * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
9458 (targetm.sched.init): Likewise.
9459
9460 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
9461
9462 PR bootstrap/44713
9463 * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
9464 (function_arg_advance_32): Const-ify TYPE parameter.
9465 (function_arg_advance_64): Likewise. Change type of NAMED to bool.
9466 (ix86_function_arg_advance): Change type of NAMED to bool.
9467 (function_arg_32): Const-ify CUM and TYPE parameters.
9468 (function_arg_64): Likewise. Change type of NAMED to bool.
9469 (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
9470 to bool.
9471 (ix86_function_arg): Change type of NAMED to bool.
9472 (ix86_setup_incoming_varargs): Call ix86_function_arg_advance. Pass
9473 last argument as a bool.
9474
9475 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
9476
9477 * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
9478 (OVERRIDE_OPTIONS): Add note of obsolescence.
9479 Replace references with references to TARGET_OPTION_OVERRIDE.
9480 (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
9481 the macro).
9482 * targhooks.c (default_target_option_override): New function.
9483 * targhooks.h (default_target_option_override): Declare.
9484 * target.h (struct gcc_target): Add override member to
9485 target_option member.
9486 * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
9487 targetm.target_option.override call.
9488 * target-def.h (TARGET_OPTION_OVERRIDE): Define.
9489 (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
9490
9491 2010-06-29 Jan Hubicka <jh@suse.cz>
9492
9493 * tree-inline.c: Replace incomming by incomin and clonning by cloning.
9494
9495 2010-06-29 Jan Hubicka <jh@suse.cz>
9496
9497 * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
9498 unreachable.
9499 (rebuild_frequencies): New function.
9500 * predict.h (rebuild_frequencies): Declare.
9501 * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
9502 entry block and edge reaching new_entry.
9503 (tree_function_versioning): When doing partial cloning, rebuild
9504 frequencies when done.
9505 * passes.c (execute_function_todo): Use rebild_frequencies.
9506
9507 2010-06-29 Richard Guenther <rguenther@suse.de>
9508
9509 * tree-dfa.c (dump_variable): Remove noalias_state dumping.
9510 * tree-flow.h (enum noalias_state): Remove.
9511 (struct var_ann_d): Remove noalias_state member.
9512
9513 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
9514
9515 PR target/43902
9516 * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
9517 (maddhisi4): Renamed from mulhisi3addsi. Operands renumbered.
9518 (maddhidi4): Likewise.
9519
9520 Revert parts of the change for PR25130.
9521 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
9522 MEM_ALIAS_SET.
9523
9524 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
9525
9526 * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
9527 targetm.calls.function_incoming_arg, and
9528 targetm.calls.function_arg_advance instead of FUNCTION_ARG,
9529 FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
9530 * target.h (struct gcc_target): Add function_arg_advance,
9531 function_arg, and function_incoming_arg fields.
9532 * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
9533 (TARGET_FUNCTION_INCOMING_ARG): Define.
9534 (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
9535 and TARGET_FUNCTION_INCOMING_ARG.
9536 * targhooks.h (default_function_arg_advance): Declare.
9537 (default_function_arg, default_function_incoming_arg): Declare.
9538 * targhooks.c (default_function_arg_advance): New function.
9539 (default_function_arg, default_function_incoming_arg): New function.
9540 * config/i386/i386.c (function_arg_advance): Rename to...
9541 (ix86_function_arg_advance): ...this. Make static.
9542 (function_arg): Rename to...
9543 (ix86_function_arg): ...this. Make static.
9544 (TARGET_FUNCTION_ARG_ADVANCE): Define.
9545 (TARGET_FUNCTION_ARG): Define.
9546 * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
9547 (FUNCTION_ARG): Delete.
9548 * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
9549 (function_arg): Delete prototype.
9550
9551 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
9552
9553 * reginfo.c (init_reg_sets_1): Adjust comments.
9554 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
9555 * calls.c (prepare_call_address): Likewise.
9556 (emit_call_1): Use targetm.calls.return_pops_args.
9557 (expand_call): Likewise.
9558 * function.c (assign_parms): Likewise.
9559 * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
9560 * target.h (struct gcc_target) [struct calls]: Add
9561 return_pops_args field.
9562 * targhooks.h (default_return_pops_args): Declare.
9563 * targhooks.c (default_return_pops_args): Define.
9564 * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
9565 (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
9566 * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
9567 (TARGET_RETURN_POPS_ARGS): ...this. Use deftypefn. Adjust
9568 documentation.
9569 * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
9570 * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
9571 * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
9572 * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
9573 * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
9574 * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
9575 * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
9576 * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
9577 * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
9578 * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
9579 * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
9580 * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
9581 * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
9582 * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
9583 * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
9584 * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
9585 * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
9586 * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
9587 * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
9588 * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
9589 * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
9590 * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
9591 * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
9592 * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
9593 * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
9594 * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
9595 * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
9596 * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
9597 * config/score/score.h (RETURN_POPS_ARGS): Likewise.
9598 * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
9599 * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
9600 * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
9601 * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
9602 * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
9603 * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
9604 * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
9605 * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
9606 * config/i386/i386.c (ix86_return_pops_args): Make static.
9607 Constify arguments.
9608 (TARGET_RETURN_POPS_ARGS): Define.
9609 * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
9610 * config/m68k/m68k.c (m68k_return_pops_args): ...here. New function.
9611 (TARGET_RETURN_POPS_ARGS): Define.
9612 * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
9613 * config/vax/vax.c (vax_return_pops_args): ...here. New function.
9614 (TARGET_RETURN_POPS_ARGS): Define.
9615
9616 2010-06-29 Richard Guenther <rguenther@suse.de>
9617
9618 PR middle-end/44667
9619 * tree-inline.c (initialize_inlined_parameters): Make sure
9620 to remap the inlined parameter variable substitutions types.
9621
9622 2010-06-29 Eric Botcazou <ebotcazou@adacore.com>
9623
9624 PR rtl-optimization/44659
9625 * combine.c (make_compound_operation) <SUBREG>: Do not return the
9626 result of force_to_mode if it partially re-expanded the compound.
9627
9628 2010-06-28 Jan Hubicka <jh@suse.cz>
9629
9630 PR middle-end/44671
9631 * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
9632 RESULT_DECL.
9633
9634 2010-06-28 Anatoly Sokolov <aesok@post.ru>
9635
9636 * double-int.h (force_fit_type_double): Remove declaration.
9637 * double-int.c (force_fit_type_double): Move to tree.c.
9638 * tree.h (force_fit_type_double): Declare.
9639 * tree.h (force_fit_type_double): Moved from double-int.c. Use
9640 double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
9641 double_int_to_tree instead of fit_double_type and build_int_cst_wide.
9642 * convert.c (convert_to_pointer): Adjust call to
9643 force_fit_type_double.
9644 * tree-vrp.c (extract_range_from_assert,
9645 extract_range_from_unary_expr): Adjust call to force_fit_type_double.
9646 * fold-const.c: Update comment.
9647 (int_const_binop, fold_convert_const_int_from_int,
9648 fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
9649 extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
9650 fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
9651 round_up_loc): Adjust call to force_fit_type_double.
9652
9653 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
9654
9655 * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
9656
9657 2010-06-28 Martin Jambor <mjambor@suse.cz>
9658
9659 * tree-sra.c (convert_callers): New parameter, change fndecls of
9660 recursive calls.
9661 (modify_function): Pass the old decl to convert_callers.
9662
9663 2010-06-28 Martin Jambor <mjambor@suse.cz>
9664
9665 * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
9666 ipa_check_create_node_params and ipa_initialize_node_params with
9667 checking asserts they are not necessary.
9668
9669 2010-06-28 Jan Hubicka <jh@suse.cz>
9670
9671 PR tree-optimization/44687
9672 * ipa-split.c (split_function): Use DECL_RESULT to store return value.
9673
9674 2010-06-28 Martin Jambor <mjambor@suse.cz>
9675
9676 PR c++/44535
9677 * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
9678 (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
9679 instead of BINFO_BASE_BINFO.
9680
9681 2010-06-28 Michael Matz <matz@suse.de>
9682
9683 PR middle-end/44592
9684 * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
9685 proper VDEF chain for intermediate stores in the sequence.
9686
9687 2010-06-28 Jan Hubicka <jh@suse.cz>
9688
9689 PR tree-optimization/44357
9690 * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
9691 uninlinable functions.
9692
9693 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
9694
9695 * config.gcc (powerpc*-*-*): Handle titan.
9696 * config/rs6000/rs6000.c (titan_cost): New costs.
9697 (rs6000_override_options): Add "titan" to processor_target_table.
9698 Add Titan to branch alignment logic.
9699 Correctly set rs6000_cost for titan.
9700 * config/rs6000/rs6000.md (cpu): Add titan. Include "titan.md".
9701 * config/rs6000/titan.md: New file.
9702 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
9703
9704 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
9705
9706 * tree-browser.c (TB_history_stack): Convert to a VEC.
9707 (TB_SET_HEAD): Adjust for new type of TB_history_stack.
9708 (TB_history_prev): Likewise.
9709
9710 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
9711
9712 * vec.h (vec_heap_free): Add parentheses around free.
9713
9714 2010-06-28 Steven Bosscher <steven@gcc.gnu.org>
9715
9716 * system.h: Poison GCC_EXCEPT_H for front-end files.
9717
9718 * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
9719 langhook.
9720 * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
9721 Define to NULL by default.
9722 * except.h: Define GCC_EXCEPT_H.
9723 (doing_eh): Remove prototype.
9724 (init_eh, init_eh_for_function): Move prototypes to toplev.h.
9725 (lang_protect_cleanup_actions): Remove.
9726 * except.c (lang_protect_cleanup_actions): Remove.
9727 (doing_eh): Remove.
9728 (gen_eh_region): Don't check doing_eh here.
9729 * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
9730 * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
9731 instead of lang_protect_cleanup_actions.
9732 * omp-low.c (maybe_catch_exception): Likewise.
9733 * Makefile.in: Update dependencies.
9734
9735 2010-06-28 Bingfeng Mei <bmei@broadcom.com>
9736
9737 * cgraph.h (struct varpool_node): new used_from_object_file flag.
9738 (struct cgraph_local_info): new used_from_object_file flag.
9739 * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
9740 (cgraph_clone_node): initialize used_from_object_file.
9741 (cgraph_create_virtual_clone): initialize used_from_object_file.
9742 * lto-symbtab.c (lto_symtab_merge_decls_1): Set
9743 used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
9744 when compiling with -fwhole-program.
9745 (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
9746 internal resolver.
9747 * ipa.c (function_and_variable_visibility): Set externally_visible
9748 flag of varpool_node if used_from_object_file flag is set.
9749 (cgraph_externally_visible_p): check used_from_object_file flag.
9750 * doc/invoke.texi (-fwhole-program option): Change description of
9751 externally_visible attribute accordingly.
9752 * doc/extend.texi (externally_visible): Ditto.
9753
9754 2010-06-27 Jan Hubicka <jh@suse.cz>
9755
9756 * params.def (max-inline-insns-auto): Default to 40.
9757 * doc/invoke.texi (max-inline-insns-auto): Document the change.
9758
9759 2010-06-27 Jan Hubicka <jh@suse.cz>
9760
9761 PR middle-end/44671
9762 PR middle-end/44686
9763 * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
9764 signature change.
9765 * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
9766 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
9767
9768 2010-06-27 Anatoly Sokolov <aesok@post.ru>
9769
9770 * target.h (struct gcc_target): Add register_move_cost field.
9771 * target-def.h (TARGET_REGISTER_MOVE_COST): New.
9772 (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
9773 * targhooks.c (default_register_move_cost): New function.
9774 * targhooks.h (default_register_move_cost): Declare function.
9775 * defaults.h (REGISTER_MOVE_COST): Delete.
9776 * ira-int.h (ira_register_move_cost): Update comment.
9777 * ira.c (ira_register_move_cost): Update comment.
9778 * reload.h (register_move_cost): Declare.
9779 * reginfo.c (register_move_cost): New function.
9780 (move_cost): Update comment.
9781 (init_move_cost, memory_move_secondary_cost): Replace
9782 REGISTER_MOVE_COST with register_move_cost.
9783 * postreload.c (reload_cse_simplify_set): (Ditto.).
9784 * reload.c (find_valid_class, find_reloads): (Ditto.).
9785 * reload1.c (choose_reload_regs): (Ditto.).
9786 * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
9787 (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
9788 * doc/md.texi (can_create_pseudo_p): Update documentation.
9789
9790 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
9791 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
9792 * config/i386/i386.h (ix86_memory_move_cost): Make static.
9793 (TARGET_MEMORY_MOVE_COST): Define.
9794
9795 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
9796 * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
9797 * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
9798 (TARGET_MEMORY_MOVE_COST): Define.
9799
9800 2010-06-27 Richard Guenther <rguenther@suse.de>
9801
9802 PR tree-optimization/44683
9803 * tree-ssa-dom.c (record_edge_info): Record equivalences for the
9804 false edge from the inverted condition.
9805
9806 2010-06-27 Richard Guenther <rguenther@suse.de>
9807
9808 PR middle-end/44684
9809 * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
9810 (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
9811 for register LHS. Or non-store assignments.
9812
9813 2010-06-26 Eric Botcazou <ebotcazou@adacore.com>
9814
9815 * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
9816 (sparc_emit_set_const64): Likewise. Remove disabled code.
9817 * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
9818 (sparc_emit_set_const64): Likewise.
9819
9820 2010-06-26 Catherine Moore <clm@codesourcery.com>
9821
9822 * config/mips/mips.md (alu_type): New attribute.
9823 (type): Infer type from alu_type.
9824 (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
9825 *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
9826 *subsi3_extended, negsi2, negdi2, *low<mode>,
9827 *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
9828 xor<mode>3, *nor<mode>3,
9829 *zero_extend<GPR:mode>_trunc<SHORT:mode>,
9830 *zero_extendhi_truncqi): Set alu_type instead of type.
9831
9832 2010-06-26 Douglas B Rupp <rupp@gnat.com>
9833
9834 * config/alpha/alpha.c (alpha_need_linkage): Adjust
9835 splay_tree_new_ggc call.
9836 (alpha_use_linkage): Likewise.
9837
9838 2010-06-26 Joseph Myers <joseph@codesourcery.com>
9839
9840 * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
9841 * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
9842 * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
9843 (static_specs): Remove switches_need_spaces.
9844 (process_command, do_self_spec): Hardcode handling "-o" instead of
9845 checking switches_need_spaces.
9846 * system.h (SWITCHES_NEED_SPACES): Poison.
9847
9848 2010-06-26 Richard Guenther <rguenther@suse.de>
9849
9850 PR tree-optimization/44393
9851 * tree-loop-distribution.c (generate_loops_for_partition): Fix
9852 stmt removal and VOP renaming.
9853 (generate_memset_zero): Remove redundant stmt updating.
9854 * tree-flow.h (mark_virtual_ops_in_bb): Remove.
9855 * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
9856
9857 2010-06-26 Jan Hubicka <jh@suse.cz>
9858
9859 * ipa-split.c (consider_split): PHI in entry block is OK as long as all
9860 edges comming from header are equivalent.
9861 (visit_bb): Handle PHIs correctly.
9862 * tree-inline.c (copy_phis_for_bb): Be able to copy
9863 PHI from entry edge.
9864 (copy_cfg_body): Produce edge from entry BB before copying PHIs.
9865
9866 2010-06-26 Richard Guenther <rguenther@suse.de>
9867
9868 PR middle-end/44674
9869 * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
9870 decls. Handle LABEL_DECLs like FUNCTION_DECLs.
9871
9872 2010-06-26 Joseph Myers <joseph@codesourcery.com>
9873
9874 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
9875 add_infile, alloc_switch): New.
9876 (process_command): Remove variable lang_n_infiles. Process
9877 options in a single pass. Use new functions for allocating
9878 infiles and switches arrays. Properly skip operands of
9879 -Xpreprocessor and -Xassembler.
9880
9881 2010-06-26 Jan Hubicka <jh@suse.cz>
9882
9883 PR middle-end/44671
9884 * cgraphunit.c (cgraph_function_versioning): Remove wrong
9885 cgraph_make_decl_local call; fix typo copying RTL data.
9886
9887 2010-06-25 DJ Delorie <dj@redhat.com>
9888
9889 * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
9890 (m32c_output_aligned_common): Likewise.
9891 * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
9892 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
9893 * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
9894 (m32c_register_pragmas): Register it.
9895 * config/m32c/m32c.c (m32c_get_pragma_address): New.
9896 (m32c_insert_attributes): Set #pragma address decls volatile.
9897 (pragma_entry_eq): New.
9898 (pragma_entry_hash): New.
9899 (m32c_note_pragma_address): New.
9900 (m32c_get_pragma_address): New.
9901 (m32c_output_aligned_common): New.
9902 * doc/extend.texi: Document the new pragma.
9903
9904 * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
9905 also.
9906 * config/m32c/predicates.md (m32c_any_operand): Check the code
9907 instead of memory_operand so as to allow matching volatile MEMs.
9908 (m32c_nonimmediate_operand): Likewise.
9909 (mra_operand): Allow volatiles.
9910
9911 2010-06-25 Alexandre Oliva <aoliva@redhat.com>
9912
9913 PR debug/44610
9914 * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
9915 address if the offset is unknown.
9916
9917 2010-06-25 Douglas B Rupp <rupp@gnat.com>
9918
9919 * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
9920 * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
9921 * config/ia64/ia64-protos.h (ia64_start_function): Declare.
9922 * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
9923 to ia64_start_function. Invoke it.
9924 * config/ia64/ia64.c (ia64_start_function): Call new function
9925 dwarf2out_vms_debug_main_pointer.
9926
9927 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
9928
9929 * tree-if-conv.c (insert_gimplified_predicates): Do not insert
9930 statements computing the true predicate.
9931
9932 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
9933
9934 * tree-if-conv.c (init_bb_predicate): Initialize the predicate
9935 to boolean_true_node.
9936 (reset_bb_predicate): New.
9937 (predicate_bbs): Call reset_bb_predicate.
9938
9939 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
9940
9941 * tree-if-conv.c (combine_blocks): Remove FIXME comment.
9942 (tree_if_conversion): Returns true when something has been changed.
9943 (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
9944 changed something.
9945
9946 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
9947
9948 * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
9949 * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
9950 * tree-if-conv.c: Include dbgcnt.h.
9951 (tree_if_conversion): Use if_conversion_tree to count the number of
9952 if-convertible loops.
9953
9954 2010-06-25 Changpeng Fang <changpeng.fang@amd.com>
9955
9956 * common.opt (fprefetch-loop-arrays): Re-define
9957 -fprefetch-loop-arrays as a tri-state option with the initial
9958 value of -1.
9959 * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
9960 pass only when flag_prefetch_loop_arrays > 0.
9961 * toplev.c (process_options): Note that, with tri-states,
9962 flag_prefetch_loop_arrays>0 means prefetching is enabled.
9963 * config/i386/i386.c (override_options): Enable prefetching at -O3
9964 for a set of CPUs that sw prefetching is helpful.
9965 (software_prefetching_beneficial_p): New. Return TRUE if software
9966 prefetching is beneficial for the given CPU.
9967
9968 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
9969
9970 PR rtl-optimization/44326
9971 * implicit-zee.c (find_removable_zero_extends): Replace
9972 INSN_P with NONDEBUG_INSN_P.
9973
9974 2010-06-25 Martin Jambor <mjambor@suse.cz>
9975
9976 * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
9977 (struct ipa_node_params): Removed the modification_analysis_done flag.
9978 (ipa_is_param_modified): Removed.
9979 (ipa_analyze_node): Declare.
9980 (ipa_compute_jump_functions): Remove declaration.
9981 (ipa_count_arguments): Likewise.
9982 (ipa_detect_param_modifications): Likewise.
9983 (ipa_analyze_params_uses): Likewise.
9984 * ipa-prop.c (struct param_analysis_info): New type.
9985 (visit_store_addr_for_mod_analysis): Removed.
9986 (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
9987 moved down in the file.
9988 (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
9989 (ipa_count_arguments): Made static.
9990 (mark_modified): New function.
9991 (is_parm_modified_before_call): New function.
9992 (compute_pass_through_member_ptrs): New parameter parms_info, call
9993 is_parm_modified_before_call instead of ipa_is_param_modified.
9994 (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
9995 it to compute_pass_through_member_ptrs.
9996 (ipa_compute_jump_functions): New parameter parms_info, pass it to
9997 ipa_compute_jump_functions_for_edge. Call ipa_initialize_node_params
9998 on the callee if it is analyzed. Made static.
9999 (ipa_analyze_indirect_call_uses): New parameter parms_info, call
10000 is_parm_modified_before_call instead of ipa_is_param_modified.
10001 (ipa_analyze_call_uses): New parameter parms_info, pass it to
10002 ipa_analyze_indirect_call_uses.
10003 (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
10004 ipa_analyze_call_uses.
10005 (ipa_analyze_params_uses): New parameter parms_info, pass it to
10006 ipa_analyze_stmt_uses. Also perform the used analysis. Made static.
10007 (ipa_analyze_node): New function.
10008 (ipa_print_node_params): Do not dump the modified flag.
10009 (ipa_write_node_info): Assert uses_analysis_done rather than streaming
10010 it. Do not stream the modified parameter flag.
10011 (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
10012 it. Do not stream the modified parameter flag.
10013 * ipa-cp.c (ipcp_analyze_node): Removed.
10014 (ipcp_init_stage): Iterate only once over the nodes, analyze each one
10015 with only a call to ipa_analyze_node.
10016 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
10017 node with only a call to ipa_analyze_node.
10018
10019 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
10020
10021 * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
10022
10023 2010-06-25 Jan Hubicka <jh@suse.cz>
10024
10025 * tree-pass.h (pass_split_functions): Declare.
10026 * opts.c (decode_options): Enable function splitting at -O2
10027 * timevar.def (TV_IPA_FNSPLIT): New macro.
10028 * ipa-split.c: New file.
10029 * common.opt (-fpartial-inlining): New flag.
10030 * Makefile.in (ipa-split.o): New object file.
10031 * passes.c (init_optimization_passes): Add ipa-split.
10032 * params.def (partial-inlining-entry-probability): New parameters.
10033 * doc/invoke.texi (-fpartial-inlining): New.
10034
10035 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
10036
10037 PR 44665
10038 * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
10039 * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
10040 (gimplify_expr): Likewise.
10041
10042 2010-06-25 Martin Jambor <mjambor@suse.cz>
10043
10044 * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
10045 statements instead of bailing out on them.
10046 (ipa_analyze_indirect_call_uses): Do not require that loads from the
10047 parameter are in the same BB as the condition. Update comments.
10048
10049 2010-06-25 Jakub Jelinek <jakub@redhat.com>
10050
10051 PR middle-end/43866
10052 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
10053 true or always false, return NULL_TREE.
10054 (tree_unswitch_single_loop): Optimize conditions even when reaching
10055 max-unswitch-level parameter. If num > 0, optimize first all conditions
10056 using entry checks, then do still reachable block discovery and consider
10057 only conditions in still reachable basic blocks in the loop.
10058
10059 PR tree-optimization/44539
10060 * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
10061 the call doesn't have LHS, but has VDEF.
10062
10063 2010-06-25 Joseph Myers <joseph@codesourcery.com>
10064
10065 * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
10066 * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
10067 * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
10068 (process_command): Remove code conditional on MODIFY_TARGET_NAME.
10069 * system.h (MODIFY_TARGET_NAME): Poison.
10070
10071 2010-06-25 Alan Modra <amodra@gmail.com>
10072
10073 * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
10074 * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
10075 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
10076 CMODEL_LARGE as default.
10077 * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
10078 (offsettable_ok_by_alignment): Delete.
10079 (rs6000_emit_move): Remove mcmodel=medium optimization.
10080
10081 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
10082
10083 With large parts from Jim Wilson:
10084 PR target/43902
10085 * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
10086 WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
10087 * optabs.c (optab_for_tree_code): Likewise.
10088 (expand_widen_pattern_expr): Likewise.
10089 * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
10090 out of execute_optimize_widening_mul.
10091 (convert_plusminus_to_widen): New function.
10092 (execute_optimize_widening_mul): Use the two new functions.
10093 * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
10094 Remove code to generate widening multiply-accumulate. Add support
10095 for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
10096 * gimple-pretty-print.c (dump_ternary_rhs): New function.
10097 (dump_gimple_assign): Call it when appropriate.
10098 * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
10099 * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
10100 (expand_gimple_stmt_1): Likewise.
10101 (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
10102 WIDEN_MULT_MINUS_EXPR.
10103 * tree-ssa-operands.c (get_expr_operands): Likewise.
10104 * tree-inline.c (estimate_operator_cost): Likewise.
10105 * gimple.c (extract_ops_from_tree_1): Renamed from
10106 extract_ops_from_tree. Add new arg for a third operand; fill it.
10107 (gimple_build_assign_stat): Support operations with three operands.
10108 (gimple_build_assign_with_ops_stat): Likewise.
10109 (gimple_assign_set_rhs_from_tree): Likewise.
10110 (gimple_assign_set_rhs_with_ops_1): Renamed from
10111 gimple_assign_set_rhs_with_ops. Add new arg for a third operand.
10112 (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
10113 (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
10114 WIDEN_MULT_MINUS_EXPR.
10115 * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
10116 (extract_ops_from_tree_1): Adjust declaration.
10117 (gimple_assign_set_rhs_with_ops_1): Likewise.
10118 (gimple_build_assign_with_ops): Pass NULL for last operand.
10119 (gimple_build_assign_with_ops3): New macro.
10120 (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
10121 gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
10122 functions.
10123 * tree-cfg.c (verify_gimple_assign_ternary): New static function.
10124 (verify_gimple_assign): Call it.
10125 * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
10126 (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
10127 functions for dealing with three-operand statements.
10128 * tree.c (commutative_ternary_tree_code): New function.
10129 * tree.h (commutative_ternary_tree_code): Declare it.
10130 * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
10131 ternary statements.
10132 (gimple_assign_nonzero_warnv_p): Likewise.
10133 * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
10134 * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
10135 (ccp_fold): Use it. Handle GIMPLE_TERNARY_RHS.
10136 * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
10137 (struct hashtable_expr): New member ternary in the union.
10138 (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
10139 (hashable_expr_equal_p): Fix indentation. Handle EXPR_TERNARY.
10140 (iterative_hash_hashable_expr): Likewise.
10141 (print_expr_hash_elt): Handle EXPR_TERNARY.
10142 * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
10143 * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
10144 statements. Handle GIMPLE_TERNARY_RHS.
10145
10146 2010-06-25 Jan Hubicka <jh@suse.cz>
10147
10148 * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
10149
10150 2010-06-25 Shujing Zhao <pearly.zhao@oracle.com>
10151
10152 PR c/44517
10153 * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
10154 parameters are not good.
10155 (c_parser_parameter_declaration): Error unknown type name if the type
10156 name can't start declaration specifiers.
10157
10158 2010-06-25 Joseph Myers <joseph@codesourcery.com>
10159
10160 * gcc.c (translate_options): Don't mention +e in comment.
10161 (process_command): Don't handle +e specially.
10162
10163 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
10164
10165 * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
10166
10167 * ira-build.c (merge_hard_reg_conflicts): New function.
10168 (create_cap_allocno, copy_info_to_removed_store_destinations,
10169 propagate_some_info_from_allocno, propagate_allocno_info): Use it.
10170 (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
10171 (remove_unnecessary_allocnos, remove_low_level_allocnos)
10172 copy_nifo_to_removed_store_destination): Use them.
10173 * ira-lives.c (make_hard_regno_born): New function, split out of
10174 make_regno_born.
10175 (make_allocno_born): Likewise.
10176 (make_hard_regno_dead): New function, split out of make_regno_dead.
10177 (make_allocno_dead): Likewise.
10178 (inc_register_pressure): New function, split out of set_allocno_live.
10179 (dec_register_pressure): New function, split out of clear_allocno_live.
10180 (mark_pseudo_regno_live): New function, split out of mark_reg_live.
10181 (mark_hard_reg_live): Likewise. Use inc_register_pressure.
10182 (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
10183 (mark_hard_reg_dead): Likewise. Use dec_register_pressure.
10184 (make_pseudo_conflict): Use mark_pseudo_regno_dead and
10185 mark_pseudo_regno_live.
10186 (process_bb_node_lives): Use mark_pseudo_regno_live,
10187 make_hard_regno_born and make_allocno_dead.
10188 (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
10189 set_allocno_live, clear_allocno_live): Delete functions.
10190
10191 * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
10192 * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
10193 functions.
10194 (ira_flattening): Use ira_parent_allocno.
10195 * ira-conflicts.c (process_regs_for_copy, propagate_copies)
10196 build_allocno_conflicts): Use ira_parent_or_cap_allocno.
10197
10198 * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
10199 statement.
10200
10201 * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
10202 TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
10203 minmax_set_iter_cond, minmax_set_iter_next,
10204 FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
10205 CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
10206 ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
10207 ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET. All
10208 uses changed.
10209
10210 * ira-int.h (struct live_range, live_range_t): Renamed from struct
10211 ira_allocno_live_range and allocno_live_range_t; all uses changed.
10212 * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
10213 All uses changed.
10214
10215 2010-06-24 Richard Earnshaw <rearnsha@arm.com>
10216
10217 * thumb2.md (thumb2_tlobits_cbranch): Delete.
10218 (peephole2 to convert zero_extract/compare of single bit to
10219 lshift/compare): New.
10220
10221 2010-06-24 Anatoly Sokolov <aesok@post.ru>
10222
10223 * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
10224 recursive call and call to 'int_const_binop'.
10225 (build_range_check, fold_cond_expr_with_comparison, unextend,
10226 fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
10227 multiple_of_p): Adjust call to const_binop.
10228
10229 2010-06-24 Uros Bizjak <ubizjak@gmail.com>
10230
10231 * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
10232 determine size of XFmode operand.
10233 (XFmode extended DFmode push splitter): Ditto.
10234 (XFmode extended SFmode push splitter): Ditto.
10235
10236 2010-06-24 H.J. Lu <hongjiu.lu@intel.com>
10237
10238 PR target/44588
10239 * config/i386/i386.md (extract_code): New.
10240 (<u>divmodqi4): Likewise.
10241 (divmodhiqi3): Likewise.
10242 (udivmodhiqi3): Likewise.
10243 (<u>divqi3): Remvoved.
10244
10245 2010-06-24 Jakub Jelinek <jakub@redhat.com>
10246
10247 PR middle-end/44492
10248 * recog.h (struct recog_data): Add is_asm field.
10249 * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
10250 present in constraints of inline-asm operand and memory operand
10251 contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
10252 (extract_insn): Initialize recog_data.is_asm.
10253 * doc/md.texi (Constraints): Document operand side-effect rules.
10254
10255 2010-06-24 Andi Kleen <ak@linux.intel.com>
10256
10257 * c-parser.c (c_parser_conditional_expression): Call
10258 warn_for_omitted_condop.
10259 * doc/invoke.texi: Document omitted condop warning.
10260
10261 2010-06-24 Nick Clifton<nickc@redhat.com>
10262
10263 * loop-unswitch.c (compare_and_jump_seq): Assert that the last
10264 insn in the sequence is a jump insn before setting its label.
10265
10266 2010-06-24 Alan Modra <amodra@gmail.com>
10267
10268 * collect2.c (main): Match exactly --version and --help.
10269
10270 2010-06-24 DJ Delorie <dj@redhat.com>
10271
10272 * config/m32c/m32c-pragma.c: Don't include rtl.h.
10273
10274 2010-06-23 Uros Bizjak <ubizjak@gmail.com>
10275
10276 * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
10277 using X87MODEF mode iterator.
10278 (pushsf splitter): Macroize splitter using P mode iterator.
10279 (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
10280 mode iterator.
10281
10282 (*movxf_internal): Rename from *movxf_integer.
10283 (*movxf_internal_nointeger): Rename from *movxf_nointeger.
10284 (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
10285 (*movdf_internal): Rename from *movdf_integer.
10286 (*movdf_internal_nointeger): Rename from *movdf_nointeger.
10287 (*movsf_internal): Rename from *movdf_1.
10288
10289 2010-06-23 Basile Starynkevitch <basile@starynkevitch.net>
10290
10291 * coretypes.h (gimple_seq_node_d, gimple_seq_node)
10292 (const_gimple_seq_node): Removed typedefs.
10293
10294 * gimple.h (gimple_seq_node_d, gimple_seq_node)
10295 (const_gimple_seq_node): Added typedefs moved from coretypes.h.
10296
10297 2010-06-23 H.J. Lu <hongjiu.lu@intel.com>
10298
10299 * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
10300 CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
10301 CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
10302 and CODE_FOR_vec_extract_lo_v4df.
10303
10304 * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
10305 Changed to define_insn_and_split.
10306 (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
10307 (vec_extract_lo_v16hi): Likewise.
10308 (vec_extract_lo_v32qi): Likewise.
10309 (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
10310 (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
10311
10312 2010-06-23 Joern Rennecke <joern.rennecke@embecosm.com>
10313
10314 PR target/44640
10315 * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
10316 * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
10317 (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
10318 (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
10319 (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
10320
10321 PR target/44640
10322 * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
10323
10324 PR other/44644
10325 * df-core.c (struct df): Rename to df_d.
10326 * df.h (struct df): Likewise.
10327 * dse.h (struct df): Remove forward declaration.
10328 * recog.h (struct insn_data): Rename to:
10329 (struct_insn_data_d). Adjusted all users.
10330
10331 2010-06-23 Arnaud Charlet <charlet@adacore.com
10332
10333 PR ada/22220
10334 * doc/install.texi: Update requirements to build GNAT.
10335
10336 2010-06-22 Andreas Schwab <schwab@linux-m68k.org>
10337
10338 * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
10339 enum type.
10340 (m68k_sched_attr_opx_type): Remove unreachable return.
10341 (m68k_sched_attr_opy_type): Likewise.
10342 (m68k_sched_attr_size): Likewise.
10343 (sched_get_opxy_mem_type): Likewise.
10344 (m68k_sched_attr_op_mem): Likewise.
10345
10346 2010-06-22 Eric Botcazou <ebotcazou@adacore.com>
10347
10348 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
10349 new statement and adjust VDEF only if necessary. Remove superfluous
10350 call to maybe_clean_or_replace_eh_stmt.
10351 * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
10352 copy the flags.
10353 * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
10354 * tree-inline.c (copy_bb): ...and not there.
10355
10356 2010-06-22 Cary Coutant <ccoutant@google.com>
10357
10358 * dwarf2out.c (is_nested_in_subprogram): New function.
10359 (should_move_die_to_comdat): Use it.
10360 (copy_ancestor_tree): Don't mark DIEs here.
10361 (copy_decls_walk): Start walk from root of newly-added tree;
10362 mark DIEs here instead.
10363
10364 2010-06-22 H.J. Lu <hongjiu.lu@intel.com>
10365
10366 * config/i386/i386.md (unit): Also check sseishft1.
10367
10368 2010-06-22 Jan Hubicka <jh@suse.cz>
10369
10370 * gimple.h (gimple_expr_code): Do checking on when gimple checking is
10371 enabled.
10372
10373 2010-06-22 Jan Hubicka <jh@suse.cz>
10374
10375 * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
10376 df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
10377 Return true if something changed.
10378 * df.h (df_confluence_function_n): Return bool.
10379 * df-core.c (df_worklist_propagate_forward,
10380 df_worklist_propagate_backward): Track changes and ages.
10381 (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
10382 track ages.
10383 * dse.c (dse_confluence_n): Return always true.
10384
10385 2010-06-22 Jan Hubicka <jh@suse.cz>
10386
10387 * bitmap.c (bitmap_clear_bit): Micro optimize.
10388
10389 2010-06-22 Uros Bizjak <ubizjak@gmail.com>
10390
10391 * config/i386/i386.md (SWI1248x): New mode iterator.
10392 (SWI48x): Ditto.
10393 (SWI12): Ditto.
10394 (SWI24): Ditto.
10395
10396 (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
10397 SWI1248x mode iterator.
10398 (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
10399 using SWI124 mode iterator.
10400 (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
10401 mode iterator.
10402 (*push<mode>2_prologue): Macroize insn from *pushsi2_prologue and
10403 *pushdi2_prologue_rex64 using P mode iterator.
10404 (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
10405 using SWI48 mode iterator.
10406 (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
10407 (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
10408 using SWI1248x mode iterator.
10409 (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
10410 (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
10411 SWI48 mode iterator.
10412 (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
10413 iterator.
10414 (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
10415 (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
10416 SWI12 mode iterator.
10417 (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
10418 SWI12 mode iterator.
10419 (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
10420 (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
10421 SWI24 mode iterator.
10422 (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
10423 SWI48 mode iterator.
10424 (mov<mode>_insn_1): New expander.
10425 (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
10426 using SWI48x mode iterator.
10427
10428 (*movoi_internal_avx): Rename from *movoi_internal.
10429 (*movti_internal_rex64): Rename from *movti_rex64.
10430 (*movti_internal_sse): Rename from *movti_sse.
10431 (*movdi_internal_rex64): Rename from *movdi_1_rex64.
10432 (*movdi_internal): Rename from *movdi_2.
10433 (*movsi_internal): Rename from *movsi_1.
10434 (*movhi_internal): Rename from *movhi_1.
10435 (*movqi_internal): Rename from *movqi_1.
10436
10437 (insv): Update the call to gen_movsi_insv_1 for rename.
10438 * config/i386/i386.c (promote_duplicated_reg): Ditto.
10439
10440 2010-06-22 Jan Hubicka <jh@suse.cz>
10441
10442 * passes.c (execute_function_todo): Move call of statistics_fini_pass
10443 to ...
10444 (execute_todo) ... this one.
10445
10446 2010-06-22 Alan Modra <amodra@gmail.com>
10447
10448 PR target/44364
10449 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
10450 * caller-save.c (insert_restore, insert_save): Use non-validate
10451 form of adjust_address.
10452
10453 2010-06-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10454
10455 PR target/39690
10456 * config/pa/pa.c (override_options): Disable
10457 -freorder-blocks-and-partition.
10458
10459 2010-06-21 H.J. Lu <hongjiu.lu@intel.com>
10460
10461 PR target/44615
10462 * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
10463
10464 * config/i386/i386.md (type): Add sseishft1
10465
10466 * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
10467 (ppro_insn_load): Likewise.
10468 (ppro_insn_store): Likewise.
10469 (ppro_insn_both): Likewise.
10470
10471 * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
10472 (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
10473 for type.
10474 (*vec_extractv2di_1_avx): Likewise.
10475 (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
10476 type. Remove atom_unit.
10477 (*vec_extractv2di_1_sse2): Likewise.
10478
10479 2010-06-21 DJ Delorie <dj@redhat.com>
10480
10481 * diagnostic.h (diagnostic_classification_change_t): New.
10482 (diagnostic_context): Add history and push/pop list.
10483 (diagnostic_push_diagnostics): Declare.
10484 (diagnostic_pop_diagnostics): Declare.
10485 * diagnostic.c (diagnostic_classify_diagnostic): Store changes
10486 from pragmas in a history chain instead of the global table.
10487 (diagnostic_push_diagnostics): New.
10488 (diagnostic_pop_diagnostics): New.
10489 (diagnostic_report_diagnostic): Scan history chain to find state
10490 of diagnostics as of the diagnostic location.
10491 * opts.c (set_option): Pass UNKNOWN_LOCATION to
10492 diagnostic_classify_diagnostic.
10493 (enable_warning_as_error): Likewise.
10494 * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
10495 use in the history chain.
10496 * doc/extend.texi: Document pragma GCC diagnostic changes.
10497
10498 2010-06-21 Jakub Jelinek <jakub@redhat.com>
10499
10500 * dwarf2out.c (add_linkage_name): New function. Don't add
10501 anything to DW_TAG_member DIEs.
10502 (add_name_and_src_coords_attributes): Use it.
10503 (gen_variable_die): Call it for C++ static data members if
10504 specification is DW_TAG_member.
10505
10506 * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
10507 C++ char16_t and char32_t.
10508
10509 * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
10510 * genattrtab.c: Include vecprim.h.
10511 (cached_attrs, cached_attr_count, attrs_seen_once,
10512 attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
10513 attrs_cached_after): New variables.
10514 (find_attrs_to_cache): New function.
10515 (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
10516 (write_test_expr): Add attrs_cached argument, return it too,
10517 attempt to cache non-const attributes used more than once in
10518 a single case handling.
10519 (write_attr_get): Use find_attrs_to_cache, for caching candidates
10520 emit cached_* variables. Adjust write_attr_set callers.
10521 (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
10522 to find attributes that should be cached in this block. Adjust
10523 write_test_expr callers.
10524 (write_attr_case): Clear attrs_to_cache. Adjust write_attr_set
10525 callers.
10526 (make_automaton_attrs): Adjust write_test_expr caller.
10527
10528 * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
10529 * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
10530 (make_automaton_attrs): If find_tune_attr returns non-NULL,
10531 write separate internal_dfa_insn_code_* and insn_default_latency_*
10532 functions for each attribute's value and emit init_sched_attrs
10533 function and function pointers.
10534 * genattr.c (const_attrs, reservations): New variables.
10535 (gen_attr): Add const attributes to const_attrs vector.
10536 (check_tune_attr, find_tune_attr): New functions.
10537 (main): Add reservations to reservations vector. If find_tune_attr
10538 returns true, add prototype for init_sched_attrs and make
10539 internal_dfa_insn_code and insn_default_latency function pointers,
10540 otherwise define init_sched_attrs as dummy macro.
10541 * cfgexpand.c: Include insn-attr.h.
10542 (gimple_expand_cfg): Call init_sched_attrs.
10543
10544 * stmt.c (resolve_asm_operand_names): Fix handling of %%.
10545
10546 PR target/44575
10547 * config/i386/i386.c (ix86_gimplify_va_arg): When copying
10548 va_arg from a set of register save slots into a temporary,
10549 if the container is bigger than type size, do the copying
10550 using smaller mode or using memcpy.
10551
10552 PR bootstrap/44426
10553 * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
10554 prototype.
10555 (sel_print_to_dot): Remove macro.
10556 (sel_print): Likewise. New prototype.
10557 * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
10558 (sel_print): New function.
10559
10560 2010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10561
10562 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
10563 __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
10564
10565 2010-06-21 Nick Clifton <nickc@redhat.com>
10566
10567 * config/rx/rx.h (PTRDIFF_TYPE): Define.
10568 (SMALL_REGISTER_CLASS): Define (to zero).
10569 (PRINT_OPERAND): Delete.
10570 (PRINT_OPERAND_ADDRESS): Delete.
10571 * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
10572 (rx_print_operand_address): Delete prototype.
10573 * config/rx/rx.c (rx_print_operand): Make static.
10574 Allow %H and %L to handle CONST_DOUBLEs.
10575 (rx_print_operand_address): Make static.
10576 (rx_gen_move_template): Rename local variable 'template' to
10577 out_template.
10578 (rx_function_arg): Do not pass unknown sized objects in registers.
10579 (TARGET_PRINT_OPERAND): Define.
10580 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10581
10582 2010-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10583
10584 * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
10585
10586 2010-06-21 Kai Tietz <kai.tietz@onevision.com>
10587
10588 * config/i386/i386.c (ix86_compute_frame_layout): Avoid
10589 stack-alignment for simple leaf-functions.
10590
10591 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
10592
10593 * doc/install.texi: Document bootstrap-lto.
10594
10595 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
10596
10597 PR debug/44248
10598 * lto-streamer-in.c (input_bb): Leave debug stmts alone.
10599 (input_function): Drop them here, if VTA is disabled.
10600
10601 2010-06-20 Uros Bizjak <ubizjak@gmail.com>
10602
10603 PR target/44546
10604 * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
10605 New predicate.
10606 * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
10607 ix86_swapped_fp_comparsion_operator instead of
10608 ix86_fp_comparison_operator.
10609
10610 (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
10611 (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
10612 (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
10613 (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
10614 (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
10615 (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
10616
10617 2010-06-20 Joseph Myers <joseph@codesourcery.com>
10618
10619 PR other/32998
10620 * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
10621 OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
10622 * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
10623 (decode_cmdline_option): Update for this return value. Set
10624 orig_option_with_args_text field. Set arg field for unknown
10625 options. Make static.
10626 (decode_cmdline_options_to_array): New.
10627 (prune_options): Update handling of find_opt return value.
10628 * opts.c (read_cmdline_option): Take decoded option. Return void.
10629 (read_cmdline_options): Take decoded options.
10630 (decode_options): Add parameters for decoded options. Use
10631 decode_cmdline_options_to_array. Use decoded options for -O
10632 scan. Use integral_argument for -O parameters. Update call to
10633 read_cmdline_options.
10634 (enable_warning_as_error): Update handling of find_opt return value.
10635 * opts.h: Update comment on unknown options.
10636 (struct cl_decoded_option): Update comments on opt_index and arg.
10637 Add orig_option_with_args_text.
10638 (decode_cmdline_option): Remove.
10639 (decode_cmdline_options_to_array): Declare.
10640 (decode_options): Update prototype.
10641 * toplev.c (save_argv): Remove.
10642 (save_decoded_options, save_decoded_options_count): New.
10643 (read_integral_parameter): Remove.
10644 (print_switch_values): Use decoded options.
10645 (toplev_main): Don't set save_argv. Update call to decode_options.
10646 * toplev.h (read_integral_parameter): Remove.
10647 * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
10648
10649 2010-06-19 Richard Earnshaw <rearnsha@arm.com>
10650
10651 PR target/44072
10652 * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
10653 immediate.
10654 * constraints.md (Pw, Px): New constraints.
10655 * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
10656
10657 2010-06-19 H.J. Lu <hongjiu.lu@intel.com>
10658
10659 * config/i386/sse.md (fma4modesuffixf4): Removed.
10660 (ssemodesuffixf2s): Likewise.
10661 (ssemodesuffixf4): Likewise.
10662 (ssemodesuffixf2c): Likewise.
10663 (ssescalarmodesuffix2s): Likewise.
10664 (avxmodesuffixf2c): Likewise.
10665 (ssemodesuffix): New.
10666 (ssescalarmodesuffix): Likewise.
10667 Update patterns with ssemodesuffix and ssescalarmodesuffix.
10668
10669 2010-06-19 Philip Herron <herron.philip@googlemail.com>
10670
10671 * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
10672
10673 2010-06-18 H.J. Lu <hongjiu.lu@intel.com>
10674
10675 * stor-layout.c (debug_rli): Remove unused local variables.
10676
10677 2010-06-18 Eric Botcazou <ebotcazou@adacore.com>
10678
10679 PR rtl-optimization/40900
10680 * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line. Save the
10681 original expression for later reuse.
10682 <expand_decl_rtl>: Use promote_function_mode to compute the signedness
10683 of the promoted RTL for a SSA_NAME on the LHS of a call statement.
10684
10685 2010-06-18 Anatoly Sokolov <aesok@post.ru>
10686
10687 * double-int.h (double_int_to_shwi, double_int_to_uhwi,
10688 double_int_fits_in_uhwi_p): Implement as static inline.
10689 (double_int_xor): New inline function.
10690 (double_int_lrotate, double_int_rrotate, double_int_max,
10691 double_int_umax, double_int_smax, double_int_min, double_int_umin,
10692 double_int_smin): Declare.
10693 (lrotate_double, rrotate_double): Remove declaration.
10694 * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
10695 double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
10696 (double_int_lrotate, double_int_rrotate, double_int_max,
10697 double_int_umax, double_int_smax, double_int_min, double_int_umin,
10698 double_int_smin): New function.
10699 * fold-const.c (int_const_binop): Clean up, use double_int_*
10700 functions.
10701 * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
10702 double_int_* and immed_double_int_const functions.
10703
10704 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
10705
10706 * function.h (types_used_by_cur_var_decl): Change type to a VEC.
10707 * function.c (types_used_by_cur_var_decl): Likewise.
10708 (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
10709
10710 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
10711
10712 * tree.h (record_layout_info): Change type of pending_statics field
10713 to a VEC.
10714 * stor-layout.c (start_record_layout): Store NULL into
10715 pending_statics.
10716 (debug_rli): Call debug_vec_tree instead of debug_tree.
10717 (place_field): Likewise.
10718 (finish_record_layout): Likewise.
10719
10720 2010-06-18 Alan Modra <amodra@gmail.com>
10721
10722 * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
10723
10724 2010-06-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10725
10726 PR target/43740
10727 * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
10728 for SET source operand from SET destination operand.
10729
10730 2010-06-17 Bernd Schmidt <bernds@codesourcery.com>
10731
10732 PR rtl-optimization/39871
10733 * reload1.c (init_eliminable_invariants): For flag_pic, disable
10734 equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
10735 (function_invariant_p): Rule out a plus of frame or arg pointer with
10736 a SYMBOL_REF.
10737 * ira.c (find_reg_equiv_invariant_const): Likewise.
10738
10739 2010-06-17 Gunther Nikl <gnikl@users.sourceforge.net>
10740
10741 * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
10742 print_operand_address and puts to output the operand for CONST.
10743
10744 2010-06-17 Jakub Jelinek <jakub@redhat.com>
10745
10746 PR debug/44572
10747 * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
10748 hook.
10749
10750 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10751
10752 * v850-protos.h (print_operand): Delete.
10753 (print_operand_address): Delete.
10754 * v850.h (PRINT_OPERAND): Delete.
10755 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10756 (PRINT_OPERAND_ADDRESS): Delete.
10757 * v850.c (print_operand_address): Rename to...
10758 (v850_print_operand_address): ...this. Make static. Call
10759 v850_print_operand.
10760 (print_operand): Rename to...
10761 (v850_print_operand): ...this. Make static. Call
10762 v850_print_operand_address.
10763 (v850_print_operand_punct_valid_p): New function.
10764 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
10765 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10766
10767 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10768
10769 * config/sh/sh-protos.h (print_operand): Delete.
10770 (print_operand_address): Delete.
10771 * config/sh/sh.h (PRINT_OPERAND): Delete.
10772 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10773 (PRINT_OPERAND_ADDRESS): Delete.
10774 * config/sh/sh.c (sh_print_operand_address): Make static.
10775 (sh_print_operand): Make static. Call sh_print_operand_address
10776 and sh_print_operand.
10777 (sh_print_operand_punct_valid_p): New function.
10778 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
10779 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10780
10781 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10782
10783 * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
10784 (mcore_print_operand_address): Delete.
10785 * config/mcore/mcore.h (PRINT_OPERAND): Delete.
10786 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10787 (PRINT_OPERAND_ADDRESS): Delete.
10788 * config/mcore/mcore.c (mcore_print_operand_address): Make static.
10789 (mcore_print_operand): Make static.
10790 (mcore_print_operand_punct_valid_p): New function.
10791 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
10792 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10793
10794 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10795
10796 * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
10797 (print_operand_address): Delete.
10798 * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
10799 (PRINT_OPERAND_ADDRESS): Delete.
10800 * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
10801 static.
10802 (m68hc11_print_operand): Make static.
10803 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
10804
10805 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10806
10807 * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
10808 (m32r_print_operand_address): Delete.
10809 * config/m32r/m32r.h (m32r_punct_chars): Delete.
10810 (PRINT_OPERAND): Delete.
10811 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10812 (PRINT_OPERAND_ADDRESS): Delete.
10813 * config/m32r/m32r.c (m32r_punct_chars): Make static.
10814 (m32r_print_operand_address): Make static.
10815 (m32r_print_operand): Make static.
10816 (m32r_print_operand_punct_valid_p): New function.
10817 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
10818 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10819
10820 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10821
10822 * config/iq2000/iq2000-protos.h (print_operand): Delete.
10823 (print_operand_address): Delete.
10824 * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
10825 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10826 (PRINT_OPERAND_ADDRESS): Delete.
10827 (iq2000_print_operand_punct): Delete.
10828 * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
10829 (iq2000_print_operand_address): Make static.
10830 (iq2000_print_operand): Make static.
10831 (iq2000_print_operand_punct_valid_p): New function.
10832 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
10833 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10834
10835 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10836
10837 * config/frv/frv-protos.h (frv_print_operand): Delete.
10838 (frv_print_operand_address): Delete.
10839 * config/frv/frv.h (PRINT_OPERAND): Delete.
10840 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10841 (PRINT_OPERAND_ADDRESS): Delete.
10842 * config/frv/frv.c (frv_print_operand_address): Make static.
10843 (frv_print_operand): Make static.
10844 (frv_print_operand_punct_valid_p): New function.
10845 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
10846 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10847
10848 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10849
10850 * tree.h (vec_member): Declare.
10851 * tree.c (vec_member): Define.
10852
10853 2010-06-17 Richard Guenther <rguenther@suse.de>
10854
10855 * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
10856 * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
10857
10858 2010-06-17 Richard Guenther <rguenther@suse.de>
10859
10860 * tree-inline.c (declare_return_variable): Remove bogus code.
10861
10862 2010-06-17 Richard Guenther <rguenther@suse.de>
10863
10864 * gimplify.c (gimplify_bind_expr): Always promote complex
10865 and vector variables to registers if possible.
10866
10867 2010-06-17 Richard Guenther <rguenther@suse.de>
10868
10869 * expr.c (get_inner_reference): Use double_int for bit_offset
10870 calculation.
10871
10872 2010-06-16 DJ Delorie <dj@redhat.com>
10873
10874 * common.opt (-fstrict-volatile-bitfields): new.
10875 * doc/invoke.texi: Document it.
10876 * fold-const.c (optimize_bit_field_compare): For volatile
10877 bitfields, use the field's type to determine the mode, not the
10878 field's size.
10879 * expr.c (expand_assignment): Likewise.
10880 (get_inner_reference): Likewise.
10881 (expand_expr_real_1): Likewise.
10882 * expmed.c (store_fixed_bit_field): Likewise.
10883 (extract_bit_field_1): Likewise.
10884 (extract_fixed_bit_field): Likewise.
10885
10886 2010-06-16 Richard Guenther <rguenther@suse.de>
10887
10888 * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
10889
10890 2010-06-16 Douglas B Rupp <rupp@gnat.com>
10891
10892 * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
10893 (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
10894 * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
10895 * debug.c: Likewise.
10896 * sdbout.c: Likewise.
10897 * vmsdbgout.c: Likewise.
10898 * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
10899 * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
10900 * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
10901 (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
10902 * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
10903 * dwarf2out.c (dw_fde_struct): New fields
10904 dw_fde_vms_{end,begin}_prologue.
10905 (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
10906 (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
10907 (dwarf2out_vms_end_prologue): New function.
10908 (dwarf2out_vms_begin_epilogue): New function.
10909 (dw_val_struct): New value dw_val_class_vms_delta.
10910 (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
10911 begin_epilogue for VMS.
10912 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
10913 new static functions.
10914 (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
10915 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
10916 static functions.
10917 (print_die): New case dw_val_class_vms_delta.
10918 (attr_checksum): Likewise.
10919 (same_dw_val_p: Likewise.
10920 (size_of_die): Likewise.
10921 (value_format): Likewise.
10922 (output_die): Likewise.
10923 (gen_subprogram_die): Call add_AT_vms_delta on VMS.
10924 (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
10925 * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
10926 dwarf2out_cfi_begin_epilogue
10927 * final.c (final_scan_insn): Likewise. Call begin_epilogue.
10928
10929 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
10930
10931 * config/cris/cris-protos.h (cris_print_operand): Delete.
10932 (cris_print_operand_address): Delete.
10933 * config/cris/cris.h (PRINT_OPERAND): Delete.
10934 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10935 (PRINT_OPERAND_ADDRESS): Delete.
10936 * config/cris/cris.c (cris_print_operand_address): Make static.
10937 (cris_print_operand): Make static.
10938 (cris_print_operand_punct_valid_p): New function.
10939 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
10940 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10941
10942 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
10943
10944 * config/arm/arm-protos.h (arm_print_operand): Delete.
10945 (arm_print_operand_address): Delete.
10946 * config/arm/arm.h (PRINT_OPERAND): Delete.
10947 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10948 (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
10949 (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
10950 * config/arm/arm.c (arm_print_operand_address): ...here. New function.
10951 (arm_print_operand): Make static.
10952 (arm_print_operand_punct_valid_p): New function.
10953 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
10954 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10955
10956 2010-06-16 Nick Clifton <nickc@redhat.com>
10957
10958 * config/rx/constraints.md (NEGint4): New constraint.
10959 * config/rx/rx.md (attr cc): Add set_zsc.
10960 (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
10961 initialised.
10962 (cmpsf): Likewise.
10963 (call_internal): Clobber the cc0 register.
10964 (call_value_internal): Likewise.
10965 (cstoresi4): Likewise.
10966 (movsieq): Likewise.
10967 (movsine): Likewise.
10968 (addsi3): Add alternative to handle small negative constants.
10969 (sunsi3): Likewise.
10970 (addsi3): Do not set the O bit in the cc0 register.
10971 (adddi3): Likewise.
10972 (subsi3): Likewise.
10973 (subdi3): Likewise.
10974 (andsi3): Reorder alternatives to prefer shorter forms.
10975 (mulsi3): Likewise.
10976 (iorsi3): Likewise.
10977 (negsi2): Note that the cc0 flags are set.
10978 (rotlsi3): Note that only the Z and S bits are set in cc0.
10979 (lshrsi3): Likewise.
10980 (ashlsi3): Likewise.
10981 (subsf3): Use %Q for the MEM operand.
10982 (fix_truncsfsi2): Likewise.
10983 (floatsisf2): Likewise.
10984 (bitset): Remove early clobber from destination.
10985 (bitset_in_memory): Likewise.
10986 (lrintsf2): Clobber the cc0 register.
10987 * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
10988 (rx_print_operand): Handle %N.
10989
10990 2010-06-16 Jan Hubicka <jh@suse.cz>
10991
10992 * df-core.c (df_compact_blocks): Free problem_temps vector.
10993
10994 2010-06-16 Martin Jambor <mjambor@suse.cz>
10995
10996 PR tree-optimization/43905
10997 * tree-sra.c: Include tree-inline.h.
10998 (create_abstract_origin): Removed.
10999 (modify_function): Version the call graph node instead of creating
11000 abstract origins and dealing with same_body aliases.
11001 * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
11002 function is versionable.
11003 * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
11004
11005 2010-06-16 Maxim Kuvyrkov <maxim@codesourcery.com>
11006
11007 * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
11008 (CHOOSE_DYNAMIC_LINKER): Update.
11009
11010 2010-06-15 Uros Bizjak <ubizjak@gmail.com>
11011
11012 * config/i386/i386.c (*prefetch_sse_<mode>): Macroize insn from
11013 *prefetch_sse and *prefetch_sse_rex using P mode iterator.
11014 (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
11015 *prefetch_3dnow_rex.
11016
11017 2010-06-15 Anatoly Sokolov <aesok@post.ru>
11018
11019 * target.h (struct asm_out):Add declare_constant_name field.
11020 * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
11021 (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
11022 * output.h (default_asm_declare_constant_name): Declare.
11023 (assemble_label): Update prototype.
11024 * varasm.c (assemble_constant_contents): Use
11025 targetm.asm_out.declare_constant_name target hook.
11026 (assemble_label): Add 'file' argument.
11027 (default_asm_declare_constant_name): New function.
11028 * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
11029 * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
11030 (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
11031
11032 * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
11033 * config/darwin.c (darwin_asm_declare_constant_name): New function.
11034 (machopic_output_indirection): Update assemble_label argument list.
11035 * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
11036 (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
11037
11038 2010-06-15 Sebastian Pop <sebastian.pop@amd.com>
11039
11040 PR middle-end/44391
11041 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
11042 size_one_node for pointer types. Do not call gmp_cst_to_tree.
11043
11044 2010-06-15 Richard Guenther <rguenther@suse.de>
11045
11046 * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
11047
11048 2010-06-15 Paul Brook <paul@codesourcery.com>
11049
11050 * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
11051 hard-float ABI.
11052
11053 2010-06-15 Alexandre Oliva <aoliva@redhat.com>
11054
11055 * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
11056 don't get a vector type for output.
11057
11058 2010-06-15 Jakub Jelinek <jakub@redhat.com>
11059
11060 PR fortran/44536
11061 * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
11062 * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
11063 (LANG_HOOKS_DECLS): Add it.
11064 * gimplify.c (omp_notice_variable): Call
11065 lang_hooks.decls.omp_report_decl.
11066
11067 2010-06-15 Martin Jambor <mjambor@suse.cz>
11068
11069 PR lto/44464
11070 * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
11071 on the newly dead SSA name.
11072
11073 2010-06-15 Alan Modra <amodra@gmail.com>
11074
11075 * doc/invoke.texi: Add mcmodel to powerpc options.
11076 * configure.ac: Add HAVE_LD_LARGE_TOC test.
11077 * configure: Regenerate.
11078 * config.in: Regenerate.
11079 * config/rs6000/linux64.opt (mcmodel): New.
11080 * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
11081 (TARGET_CMODEL, SET_CMODEL): Define.
11082 (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
11083 select CMODEL_MEDIUM default.
11084 * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
11085 (TARGET_CMODEL): Define default.
11086 * config/rs6000/rs6000.c (cmodel): New variable.
11087 (rs6000_explicit_options): Add cmodel field.
11088 (rs6000_handle_option): Handle -mcmodel.
11089 (create_TOC_reference): Add largetoc_reg param. Generate high,
11090 lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE. Update all callers.
11091 (rs6000_delegitimize_address): Recognise new toc reference rtl
11092 and minimal-toc rtl.
11093 (rs6000_legitimize_reload_address): Handle new toc references.
11094 (print_operand_address): Handle legitimate_constant_pool_address_p
11095 match before lo_sum.
11096 (rs6000_eliminate_indexed_memrefs): Tidy.
11097 (rs6000_emit_move): Tweak threshold for inlining constants.
11098 Keep rs6000_emit_allocate_stack large stack frame offsets
11099 loaded into r0 inline.
11100 (rs6000_generate_compare <cmptf_internal2>): One more clobber.
11101 (tocrel_base, tocrel_offset): New variables.
11102 (toc_relative_expr_p): Set them here.
11103 (print_operand_address): Skip over any offset on constant pool address.
11104 (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
11105 (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
11106 (offsettable_ok_by_alignment): New function.
11107 (rs6000_emit_move): Address suitably aligned local symbol_refs
11108 relative to the toc pointer for -mcmodel=medium.
11109 (legitimate_constant_pool_address_p): Make param const_rtx. Add
11110 strict param. Allow lo_sum version of addressing. Verify reg
11111 used for -mminimal-toc and -mcmodel != small. Update all callers.
11112 * config/rs6000/constraints.md: Update for above change.
11113 * config/rs6000/predicates.md: Likewise.
11114 * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
11115 code.
11116 (tls_gd): Split for -mcmodel=medium/large.
11117 (tls_gd_high, tls_gd_low): New.
11118 (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
11119 (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
11120 (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
11121 (largetoc_high, largetoc_low): New.
11122 (cmptf_internal2): Add clobber.
11123 * config/rs6000/rs6000-protos.h: Update.
11124
11125 2010-06-14 Changpeng Fang <changpeng.fang@amd.com>
11126
11127 * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New. Return
11128 true if no prefetch is going to be generated for a given group.
11129 (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
11130 estimate the prefetch_count.
11131 (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
11132 prefetch count by considering the unroll_factor and prefetch_mod
11133 for is_loop_prefetching_profitable.
11134
11135 2010-06-14 Andreas Schwab <schwab@linux-m68k.org>
11136
11137 * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
11138 anything if the argument is not a MEM.
11139
11140 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
11141
11142 PR debug/43650
11143 PR debug/44181
11144 PR debug/44247
11145 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
11146 debug stmts.
11147 (canonicalize_loop_ivs): Likewise.
11148
11149 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
11150
11151 PR debug/43656
11152 * haifa-sched.c (setup_insn_reg_pressure_info,
11153 update_register_pressure): Reject debug insns.
11154 (ready_sort): Don't setup reg pressure for debug insns.
11155 (schedule_insn): Don't update reg pressure for debug insns.
11156
11157 2010-06-14 Richard Guenther <rguenther@suse.de>
11158
11159 * lto-streamer.c (cached_bp): Remove.
11160 (bitpack_delete): Likewise.
11161 (bitpack_create): Likewise.
11162 (bp_get_next_word): Likewise.
11163 (bp_pack_value, bp_unpack_value): Move ...
11164 * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
11165 Re-implement.
11166 (struct bitpack_d): Likewise.
11167 (bitpack_create, lto_output_bitpack, lto_input_bitpack):
11168 New inline functions.
11169 * lto-streamer-out.c (lto_output_bitpack): Remove.
11170 (pack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
11171 (pack_value_fields): Adjust.
11172 (lto_write_tree): Likewise.
11173 (output_gimple_stmt): Likewise.
11174 (output_function): Likewise.
11175 * lto-streamer-in.c (input_gimple_stmt): Adjust.
11176 (input_function): Likewise.
11177 (unpack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
11178 (lto_input_bitpack): Remove.
11179 (lto_materialize_tree): Adjust.
11180 * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
11181 * lto-cgraph.c (lto_output_edge): Adjust.
11182 (lto_output_node): Likewise.
11183 (lto_output_varpool_node): Likewise.
11184 (lto_output_ref): Likewise.
11185 (input_node): Likewise.
11186 (input_varpool_node): Likewise.
11187 (input_ref): Likewise.
11188 (input_edge): Likewise.
11189 (output_node_opt_summary): Likewise.
11190 (input_node_opt_summary): Likewise.
11191 * ipa-pure-const.c (pure_const_write_summary): Likewise.
11192 (pure_const_read_summary): Likewise.
11193 * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
11194 (ipa_read_indirect_edge_info): Likewise.
11195 (ipa_write_node_info): Likewise.
11196 (ipa_read_node_info): Likewise.
11197
11198 2010-06-14 H.J. Lu <hongjiu.lu@intel.com>
11199
11200 PR target/44534
11201 * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
11202 (vec_extract_lo_v16hi): Likewise.
11203 (vec_extract_lo_v32qi): Likewise.
11204
11205 2010-06-14 Jakub Jelinek <jakub@redhat.com>
11206
11207 PR bootstrap/44426
11208 * tree.h (build_call_expr): Don't define as vararg macro, instead
11209 add a prototype.
11210 * builtins.c (build_call_nofold): Remove.
11211 (expand_builtin_int_roundingfn, expand_builtin_pow,
11212 expand_builtin_mempcpy_args, expand_builtin_stpcpy,
11213 expand_builtin_memset_args, expand_builtin_strcmp,
11214 expand_builtin_strncmp, expand_builtin_memory_chk): Use
11215 build_call_nofold_loc instead of build_call_nofold.
11216 (build_call_expr): New function.
11217
11218 PR tree-optimization/44508
11219 * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
11220 * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
11221 don't eliminate trivially dead stmts.
11222 * tree-vrp.c (vrp_finalize): Pass false as last argument
11223 to substitute_and_fold.
11224 * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
11225 to substitute_and_fold.
11226 * tree-ssa-ccp.c (ccp_finalize): Likewise.
11227
11228 PR bootstrap/44509
11229 * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
11230
11231 2010-06-14 Ira Rosen <irar@il.ibm.com>
11232
11233 PR tree-optimization/44507
11234 * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
11235 to build initial vector for BIT_AND_EXPR.
11236 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
11237
11238 2010-06-14 Jakub Jelinek <jakub@redhat.com>
11239
11240 * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
11241 adjust z10prop set_attr.
11242
11243 2010-06-13 Jan Hubicka <jh@suse.cz>
11244
11245 * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
11246 bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
11247 bitmap_ior_into, bitmap_xor, bitmap_xor_into,
11248 bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
11249 datastructure checks into checking asserts.
11250 * rtlanal.c (find_reg_note): Use gcc_checking_assert.
11251 * tree-ssa-sccvn.c (VN_INFO): Likewise.
11252 * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
11253 df_ref_create_structure): Likewise.
11254 * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
11255 pool_free): Use gcc_checking_assert.
11256 * alias.c (get_alias_set): Likewise.
11257 * var-tracking.c (variable_htab_free, shared_hash_copy,
11258 canonicalize_values_mark, variable_merge_over_cur): Likewise.
11259 * lto-streamer.c (bp_unpack_value): Likewise.
11260
11261 2010-06-13 Richard Guenther <rguenther@suse.de>
11262
11263 * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
11264 Do not stream but initialize TYPE_CANONICAL to NULL.
11265 (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
11266 * gimple.c (gimple_types_compatible_p): Disregard
11267 TYPE_STRUCTURAL_EQUALITY_P.
11268 (gimple_register_type): Use TYPE_CANONICAL as cache.
11269 * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
11270 before registering common types.
11271 * config/i386/i386.c (ix86_function_arg_boundary): Do not
11272 use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
11273 * tree.h (TYPE_CANONICAL): Clarify documentation.
11274
11275 2010-06-13 Anatoly Sokolov <aesok@post.ru>
11276
11277 * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
11278 LIBCALL_VALUE): Remove macros.
11279 * config/ia64/ia64-protos.h (ia64_function_value): Remove.
11280 * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
11281 TARGET_FUNCTION_VALUE_REGNO_P): Define.
11282 (ia64_libcall_value, ia64_function_value_regno_p): New functions.
11283 (ia64_function_value): Make static. Handle receiving the function
11284 type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
11285
11286 2010-06-12 Jan Hubicka <jh@suse.cz>
11287
11288 * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
11289 at correct place.
11290
11291 2010-06-12 Bernd Schmidt <bernds@codesourcery.com>
11292
11293 * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
11294
11295 2010-06-12 Jan Hubicka <jh@suse.cz>
11296
11297 * df-core.c (df_clear_bb_info): New function.
11298 (df_set_blocks): bb_info is always allocated.
11299 (df_get_bb_info): Use block_info_elt_size.
11300 (df_set_bb_info): Likewise.
11301 (df_compact_blocks): Update for new block_info.
11302 (grow_bb_info): New function.
11303 * df-problems.c (df_grow_bb_info): Move to df-core.c
11304 (df_rd_set_bb_info): Remove.
11305 (df_rd_free_bb_info): Do not free block pool.
11306 (df_rd_alloc): Do not create pool, use check for
11307 obstack presence instead of NULL pointer for new blocks.
11308 (df_rd_free): DO not free alloc pool; clear block_info.
11309 (problem_RD): Add size of block info structure.
11310 (df_lr_set_bb_info): Remove.
11311 (df_lr_free_bb_info): Do not free block pool.
11312 (df_lr_alloc): Do not create pool, use check for
11313 obstack presence instead of NULL pointer for new blocks.
11314 (df_lr_free): DO not free alloc pool; clear block_info.
11315 (problem_LR): Add size of block info structure.
11316 (df_live_set_bb_info): Remove.
11317 (df_live_free_bb_info): Do not free block pool.
11318 (df_live_alloc): Do not create pool, use check for
11319 obstack presence instead of NULL pointer for new blocks.
11320 (df_live_free): DO not free alloc pool; clear block_info.
11321 (problem_LIVE): Add size of block info structure.
11322 (problem_CHAIN): Add size of block info structure.
11323 (df_byte_lr_set_bb_info): Remove.
11324 (df_byte_lr_free_bb_info): Do not free block pool.
11325 (df_byte_lr_alloc): Do not create pool, use check for
11326 obstack presence instead of NULL pointer for new blocks.
11327 (df_byte_lr_free): DO not free alloc pool; clear block_info.
11328 (problem_BYTE_LR): Add size of block info structure.
11329 (problem_NOTE): Add size of block info structure.
11330 (df_byte_MD_set_bb_info): Remove.
11331 (df_byte_MD_free_bb_info): Do not free block pool.
11332 (df_byte_MD_alloc): Do not create pool, use check for
11333 obstack presence instead of NULL pointer for new blocks.
11334 (df_byte_MD_free): DO not free alloc pool; clear block_info.
11335 (problem_BD): Add size of block info structure.
11336 * df-scan.c (df_scan_free_internal): Free block pool.
11337 (df_scan_set_bb_info): Remove.
11338 (df_scan_free_bb_info): Check for artificial_defs instead
11339 of bb_info being non-NULL.
11340 (df_scan_alloc): DO not create df_scan_block pool.
11341 (problem_SCAN): Set size of block info.
11342 (df_bb_refs_record): Do not allocate bb_info.
11343 * df.h (df_problem): Add block_info_elt_size.
11344 (struct dataflow): Change block_info to void *.
11345 (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
11346 df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
11347 in-line structures.
11348
11349 2010-06-12 Jan Hubicka <jh@suse.cz>
11350
11351 PR tree-optimize/44485
11352 * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
11353 containing use of return value of noreturn function.
11354
11355 2010-06-12 Anatoly Sokolov <aesok@post.ru>
11356
11357 * targhooks.c (default_function_value): Don't use
11358 FUNCTION_OUTGOING_VALUE.
11359 * system.h (FUNCTION_OUTGOING_VALUE): Poison.
11360 * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
11361
11362 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
11363
11364 * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
11365 Add crtfastmath.o to extra_parts.
11366 * config/mips/crtfastmath.c: New.
11367 * config/mips/linux.h (ENDFILE_SPEC): New.
11368
11369 2010-06-12 Sebastian Pop <sebastian.pop@amd.com>
11370
11371 * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
11372 old_type in parameter.
11373 (gcc_type_for_value): Update call to gcc_type_for_interval.
11374 (compute_type_for_level_1): Renamed compute_type_for_level.
11375 Update call to gcc_type_for_interval.
11376
11377 2010-06-11 Joseph Myers <joseph@codesourcery.com>
11378
11379 * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
11380 flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
11381
11382 2010-06-11 Joseph Myers <joseph@codesourcery.com>
11383
11384 * opts-common.c: Include options.h.
11385 (integral_argument): Move from opts.c.
11386 (decode_cmdline_option): New. Based on read_cmdline_option.
11387 * opts.c (integral_argument): Move to opts-common.c.
11388 (read_cmdline_option): Move most contents to
11389 decode_cmdline_option. Use %qs in diagnostics.
11390 * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
11391 CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
11392 decode_cmdline_option): New.
11393
11394 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
11395
11396 PR target/44481
11397 * config/i386/i386.md (UNSPEC_PARITY): New unspec.
11398 (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
11399 (partiysi2_cmp): Ditto.
11400 (*partiyhi2_cmp): Ditto.
11401 (*parityqi2_cmp): Remove.
11402
11403 2010-06-11 Jan Hubicka <jh@suse.cz>
11404
11405 * bitmap.h (bmp_iter_next_bit): New.
11406 (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
11407
11408 2010-06-11 Sandra Loosemore <sandra@codesourcery.com>
11409 Eric Botcazou <ebotcazou@adacore.com>
11410
11411 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
11412 computed cost.
11413
11414 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
11415
11416 * config/i386/i386.md (unspec): New define_c_enum.
11417 (unspecv): Ditto.
11418
11419 2010-06-10 Jakub Jelinek <jakub@redhat.com>
11420
11421 * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
11422
11423 2010-06-11 Sebastian Pop <sebastian.pop@amd.com>
11424
11425 PR middle-end/44483
11426 * tree-if-conv.c (bb_predicate_s): New struct.
11427 (bb_predicate_p): New.
11428 (bb_has_predicate): New.
11429 (bb_predicate): New.
11430 (set_bb_predicate): New.
11431 (bb_predicate_gimplified_stmts): New.
11432 (set_bb_predicate_gimplified_stmts): New.
11433 (add_bb_predicate_gimplified_stmts): New.
11434 (init_bb_predicate): New.
11435 (free_bb_predicate): New.
11436 (is_predicated): Use bb_predicate.
11437 (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
11438 (predicate_bbs): Same. Gimplify the condition of the basic blocks
11439 before processing their successors.
11440 (clean_predicate_lists): Removed.
11441 (find_phi_replacement_condition): Use bb_predicate.
11442 (process_phi_nodes): Renamed ifconvert_phi_nodes. Avoid useless
11443 computations.
11444 (insert_gimplified_predicates): New.
11445 (combine_blocks): Call insert_gimplified_predicates.
11446 (tree_if_conversion): Call free_bb_predicate instead of
11447 clean_predicate_lists.
11448
11449 2010-10-11 Paul Brook <paul@codesourcery.com>
11450
11451 * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
11452 * config/arm/arm.c (all_architectures): Change v7e-m default to
11453 cortexm4.
11454 * config/arm/arm-cores.def: Add cortex-m4.
11455 * config/arm/arm-tune.md: Regenerate.
11456
11457 2010-06-11 Jan Hubicka <jh@suse.cz>
11458
11459 * ipa-pure-const.c (special_builtlin_state): New function.
11460 (check_call): Use it instead of special casign BUILT_IN_RETURN.
11461 (propagate_pure_const): Use it.
11462
11463 2010-06-11 Jan Hubicka <jh@suse.cz>
11464
11465 * df-problems.c (df_live_scratch): Convert to bitmap_head.
11466 (df_live_alloc): Initialize df_live_scratch when initializing
11467 problem_data.
11468 (df_live_transfer_function): Update uses of df_live_scratch.
11469 (df_live_free): Free problem_data; clear df_live_scratch before
11470 releasing the obstack.
11471 (df_md_free): Free problem data.
11472
11473 2010-06-11 Jan Hubicka <jh@suse.cz>
11474
11475 * doc/invoke.texi (Wsuggest-attribute): Document.
11476 (Wmissing-noreturn): Remove.
11477 * ipa-pure-const.c (warn_function_noreturn): New function.
11478 * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
11479 warn_missing_noreturn.
11480 * common.opt (Wsuggest-attribute=noreturn): New.
11481 * tree-flow.h (warn_function_noreturn): Declare.
11482 * tree-cfg.c (execute_warn_function_noreturn): Use
11483 warn_function_noreturn.
11484 (gate_warn_function_noreturn): New.
11485 (pass_warn_function_noreturn): Update.
11486
11487 2010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
11488
11489 * c-typeck.c (handle_warn_cast_qual): Add loc
11490 parameter. Improve warning message.
11491 (build_c_cast): Pass location to handle_warn_cast_qual.
11492
11493 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
11494
11495 * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
11496 that operand 0 == operand 1. Use x86_maybe_negate_const_int to output
11497 insn mnemonic.
11498 (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
11499
11500 2010-06-10 Dodji Seketeli <dodji@redhat.com>
11501
11502 Fix bootstap on mips
11503 * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
11504 be naming typedefs.
11505
11506 2010-06-11 Kai Tietz <kai.tietz@onevision.com>
11507
11508 * system.h (helper_const_non_const_cast): New inline for
11509 gcc version <= 4.0.
11510 (CONST_CAST2): For gcc version <= 4.0 use
11511 new helper to do const/non-const casting.
11512
11513 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11514
11515 * doc/md.texi: Document the "unspec" and "unspecv" enum names.
11516 * Makefile.in (OBJS-common): Include insn-enums.o.
11517 (insn-enums.o): New rule.
11518 (simple_generated_c): Add insn-enums.c.
11519 (build/genenums.o): New rule.
11520 (genprogmd): Add "enums".
11521 * genconstants.c (print_enum_type): Declare a C string array
11522 for each enum.
11523 * genenums.c: New file.
11524 * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
11525 for UNSPEC_VOLATILE. If defined, use the "unspec" enum for both
11526 UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
11527
11528 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11529
11530 * doc/md.texi (define_enum_attr): Document.
11531 * rtl.def (DEFINE_ENUM_ATTR): New rtx.
11532 * read-md.h (lookup_enum_type): Declare.
11533 * read-md.c (lookup_enum_type): New function.
11534 * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
11535 * genattrtab.c (attr_desc): Add an enum_name field.
11536 (evaluate_eq_attr): Take the associated attribute as argument.
11537 Get the enum prefix from the enum_name field, if defined.
11538 Use ACONCAT rather than a fixed-length buffer. Update recursive calls.
11539 (simplify_test_exp): Pass attr to evaluate_eq_attr.
11540 (add_attr_value): New function, split out from...
11541 (gen_attr): ...here. Handle DEFINE_ENUM_ATTR.
11542 (write_test_expr): Pass attr to evaluate_eq_attr.
11543 (write_attr_get): Use the enum_name as the enum tag, if defined.
11544 (write_attr_valueq): Use the enum_name as a prefix, if defined.
11545 (find_attr): Initialize enum_name.
11546 (main): Handle DEFINE_ENUM_ATTR.
11547 * gensupport.c (process_rtx): Likewise.
11548 * config/mips/mips.h (mips_tune_attr): Delete.
11549 * config/mips/mips.md (cpu): Use define_attr_enum.
11550
11551 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11552
11553 * doc/md.texi (define_c_enum, define_enum): Document.
11554 * read-md.h (md_constant): Add a parent_enum field.
11555 (enum_value, enum_type): New structures.
11556 (upcase_string, traverse_enum_types): Declare.
11557 * read-md.c (enum_types): New variable.
11558 (upcase_string, add_constant): New functions.
11559 (handle_constants): Don't create the hash table here.
11560 Use add_constant.
11561 (traverse_md_constants): Don't check for a null md_constants.
11562 (decimal_string, handle_enum, traverse_enum_types): New functions.
11563 (read_md_files): Initialize md_constants and md_enums.
11564 * genconstants.c (print_md_constant): Ignore info argument.
11565 Only print constants that belong to no enum.
11566 (print_enum_type): New function.
11567 (main): Don't pass stdout to print_md_constant. Call print_enum_type
11568 for each defined enum type.
11569 * config/mips/mips.md (processor): New define_enum.
11570 (unspec): New define_c_enum.
11571 (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
11572 (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
11573 (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
11574 (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
11575 (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
11576 (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
11577 (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
11578 (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
11579 (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
11580 (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
11581 (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
11582 (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
11583 (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
11584 (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
11585 (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
11586 (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
11587 (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
11588 (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
11589 (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
11590 (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
11591 (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
11592 (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
11593 (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
11594 (UNSPEC_RDDSP): Move to mips-dsp.md.
11595 (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
11596 (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
11597 (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
11598 (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
11599 (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
11600 (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
11601 (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
11602 (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
11603 (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
11604 (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
11605 (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
11606 (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
11607 (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
11608 Moved to mips-dspr2.md.
11609 (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
11610 (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
11611 (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
11612 (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
11613 (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
11614 (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
11615 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
11616 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
11617 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
11618 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
11619 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
11620 UNSPEC_LOONGSON_PSADBH)
11621 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
11622 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
11623 (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
11624 (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
11625 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
11626 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
11627 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
11628 (cpu): Update comment.
11629 * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
11630 (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
11631 (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
11632 (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
11633 * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
11634 UNSPEC_LOONGSON_PCMPEQ)
11635 (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
11636 UNSPEC_LOONGSON_PINSR_0)
11637 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
11638 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
11639 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
11640 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
11641 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
11642 UNSPEC_LOONGSON_PSADBH)
11643 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
11644 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
11645 (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
11646 * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
11647 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
11648 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
11649 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
11650 * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
11651 (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
11652 (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
11653 (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
11654 (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
11655 (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
11656 (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
11657 (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
11658 (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
11659 (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
11660 (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
11661 (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
11662 (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
11663 (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
11664 (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
11665 (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
11666 (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
11667 (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
11668 (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
11669 (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
11670 (UNSPEC_RDDSP): Moved from mips.md.
11671 * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
11672 (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
11673 (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
11674 (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
11675 (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
11676 (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
11677 (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
11678 (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
11679 (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
11680 (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
11681 (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
11682 (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
11683 (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
11684 (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
11685 * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
11686 (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
11687 (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
11688 (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
11689 (UNSPEC_SCC): Moved from mips.md.
11690 * config/mips/mips.c (mips_arch, mips_tune): Change enum from
11691 "processor_type" to "processor".
11692 (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
11693 * config/mips/mips.h (processor_type): Delete.
11694 (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
11695 "processor_type" to "processor".
11696
11697 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11698
11699 * configure.ac (tm_include_list): Add insn-constants.h.
11700 * configure: Regenerate.
11701 * Makefile.in (GTM_H): Move insn-constants.h here from...
11702 (TM_H): ...here.
11703 * mkconfig.sh: Remove special handling for insn-constants.h.
11704
11705 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11706
11707 * Makefile.in (BUILD_RTL): Move build/read-md.o to...
11708 (BUILD_MD): ...this new variable.
11709 (simple_generated_rtl_h, simple_generated_rtl_c): New variables
11710 that include the old contents of simple_generated_h and
11711 simple_generated_c.
11712 (simple_generated_h, simple_generated_c): Include them. Add
11713 insn-constants.h.
11714 (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
11715 and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
11716 Remove these dependencies from the main rule and include
11717 insn-conditions.md in the command line only if it appears
11718 in the dependency list.
11719 (insn-constants.h, s-constants): Delete.
11720 (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
11721 or gensupport.h.
11722 (build/genmddeps.o): Likewise.
11723 (genprogrtl): New variable that contains everything from genprogmd
11724 except mddeps and constants.
11725 (genprogmd): Redefine in terms of genprogrtl. Make these programs
11726 depend on $(BUILD_MD)
11727 (genprog): New variable. Make these programs depend on
11728 $(BUILD_ERRORS).
11729 * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
11730 (main): Use read_md_files instead of init_rtx_reader_args.
11731 * genconstants.c: As for genmddeps.c.
11732 * read-md.h (read_skip_construct): Declare.
11733 * read-md.c (read_skip_construct): New function.
11734 (handle_file): Allow a null handle_directive, skipping the
11735 construct if so.
11736 (parse_include): Update the comment accordingly.
11737
11738 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11739
11740 * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
11741 * genmddeps.c: Include read-md.h.
11742 (main): Call init_rtx_reader_args instead of init_md_reader_args.
11743 * genattr.c (main): Likewise.
11744 * genattrtab.c (main): Likewise.
11745 * genautomata.c (main): Likewise.
11746 * gencodes.c (main): Likewise.
11747 * genconditions.c (main): Likewise.
11748 * genconfig.c (main): Likewise.
11749 * genconstants.c (main): Likewise.
11750 * genemit.c (main): Likewise.
11751 * genextract.c (main): Likewise.
11752 * genflags.c (main): Likewise.
11753 * genopinit.c (main): Likewise.
11754 * genoutput.c (main): Likewise.
11755 * genpeep.c (main): Likewise.
11756 * genrecog.c (main): Likewise.
11757 * genpreds.c (main): Likewise.
11758 * gensupport.h (in_fname): Move to read-md.h.
11759 (init_md_reader_args_cb): Rename to...
11760 (init_rtx_reader_args_cb): ...this and return a bool.
11761 (init_md_reader_args): Rename to...
11762 (init_rtx_reader_args): ...this and return a bool.
11763 (include_callback): Move to read-md.h.
11764 * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
11765 (file_name_list, first_dir_md_include): Move to read-md.c
11766 (first_bracket_include): Delete unused variable.
11767 (last_dir_md_include): Move to read-md.c.
11768 (process_include): Delete, moving code to read-md.c:handle_include.
11769 (process_rtx): Don't handle INCLUDE.
11770 (save_string): Delete.
11771 (rtx_handle_directive): New function.
11772 (init_md_reader_args_cb): Rename to...
11773 (init_rtx_reader_args_cb): ...this and return a boolean success value.
11774 Use read_md_args.
11775 (init_md_reader_args): Rename to...
11776 (init_rtx_reader_args): ...this and return a boolean success value.
11777 * rtl.def (INCLUDE): Delete.
11778 * rtl.h (read_rtx): Remove "int *" argument. Add "const char *"
11779 argument.
11780 * read-rtl.c (read_conditions): Don't gobble ')' here.
11781 (read_mapping): Likewise.
11782 (read_rtx): Remove LINENO argument. Add RTX_NAME argument.
11783 Handle top-level non-rtx constructs here rather than in read_rtx_1.
11784 Store the whole queue in *X. Remove call to init_md_reader.
11785 (read_rtx_1): Rename to...
11786 (read_rtx_code): ...this. Call read_nested_rtx to read subrtxes.
11787 Don't handle top-level non-rtx constructs here. Don't handle (nil)
11788 here.
11789 (read_nested_rtx): New function. Handle (nil) here rather than
11790 in read_rtx_code.
11791 (read_rtx_variadic): Call read_nested_rtx to read subrtxes. Don't
11792 gobble ')' here.
11793 * read-md.h (directive_handler_t): New type.
11794 (in_fname, include_callback): Moved from read-md.h.
11795 (read_constants, init_md_reader): Delete.
11796 (read_md_files): Declare.
11797 * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
11798 (last_dir_md_include_ptr, include_callback, max_include_len): Moved
11799 from gensupport.c.
11800 (read_constants): Rename to...
11801 (handle_constants): ...this. Don't gobble ')' here.
11802 (handle_include, handle_file, handle_toplevel_file)
11803 (parse_include): New functions, mostly taken from gensupport.c.
11804 (init_md_reader): Subsume into...
11805 (read_md_files): ...this new function.
11806
11807 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11808
11809 * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
11810 (unread_char): Decrement read_md_lineno after putting back '\n'.
11811 * read-md.c (fatal_with_file_and_line): Push back any characters
11812 that we decide not to add to the context.
11813 (read_skip_spaces): Don't increment read_md_lineno here. Avoid using
11814 fatal_expected_char in cases where '/' ends a line (for example).
11815 (read_name): Don't increment read_md_lineno here.
11816 (read_escape): Likewise.
11817 (read_quoted_string): Likewise.
11818 (read_braced_string): Likewise.
11819
11820 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11821
11822 * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
11823 (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
11824 * genconstants.c: Include read-md.h.
11825 * read-rtl.c (md_constants): Move to read-md.c.
11826 (md_name): Move to read-md.h.
11827 (initialize_iterators): Use leading_string_hash instead of def_hash
11828 and leading_string_eq_p instead of def_name_eq_p.
11829 (read_name): Move to read-md.c.
11830 (def_hash, def_name_eq_p): Delete.
11831 (read_constants, traverse_md_constants): Move to read-md.c.
11832 * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
11833 * read-md.h: Include hashtab.h.
11834 (md_name): Moved from read-rtl.c.
11835 (md_constant): Moved from read-md.h.
11836 (leading_string_hash, leading_string_eq_p, read_name)
11837 (read_constants, traverse_md_constants): Declare.
11838 * read-md.c (md_constants): Moved from read-rtl.c.
11839 (leading_string_hash, leading_string_eq_p): New functions.
11840 (read_name, read_constants, traverse_md_constants): Moved from
11841 read-rtl.c.
11842
11843 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11844
11845 * read-rtl.c (md_name): New structure.
11846 (read_name): Take an md_name instead of a buffer pointer.
11847 Use the "string" field instead of strcpy when expanding constants.
11848 (read_constants): Remove the tmp_char argument. Update the calls
11849 to read_name, using two local name buffers instead of the tmp_char
11850 argument. Merge the constant-creation code.
11851 (read_conditions): Remove the tmp_char argument. Update the calls
11852 to read_name, using a local name buffer instead of the tmp_char
11853 argument.
11854 (read_mapping): Replace tmp_char variable with a local name buffer.
11855 Update the calls to read_name.
11856 (read_rtx_1): Likewise. Update the calls to read_constants and
11857 read_conditions.
11858
11859 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11860
11861 * Makefile.in (build/read-md.o): Depend on errors.h.
11862 * read-md.h (error_with_line): Declare.
11863 * read-md.c: Include errors.h.
11864 (message_with_line_1): New function, extracted from...
11865 (message_with_line): ...here.
11866 (error_with_line): New function.
11867 * genattrtab.c: If a call to message_with_line is followed by
11868 "have_error = 1;", replace both statements with a call to
11869 error_with_line.
11870 * genoutput.c: Likewise.
11871 * genpreds.c: Likewise.
11872 * genrecog.c: If a call to message_with_line is followed by
11873 "error_count++;", replace both statements with a call to
11874 error_with_line.
11875 (errorcount): Delete.
11876 (main): Don't check it.
11877 * gensupport.c: If a call to message_with_line is followed by
11878 "errors = 1;", replace both statements with a call to error_with_line.
11879 (errors): Delete.
11880 (process_define_cond_exec): Check have_error instead of errors.
11881 (init_md_reader_args_cb): Likewise. Don't set errors.
11882
11883 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11884
11885 * read-md.h (read_md_file): Declare.
11886 (read_char, unread_char): New functions.
11887 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
11888 (read_quoted_string, read_string): Remove FILE * argument.
11889 * read-md.c (read_md_file): New variable.
11890 (read_md_filename, read_md_lineno): Update comments and remove
11891 unnecessary initialization.
11892 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
11893 (read_escape, read_quoted_string, read_braced_string, read_string):
11894 Remove FILE * argument. Update calls accordingly, using read_char
11895 and unread_char instead of getc and ungetc.
11896 * rtl.h (read_rtx): Remove FILE * argument.
11897 * read-rtl.c (iterator_group): Remove FILE * argument from
11898 "find_builtin".
11899 (iterator_traverse_data): Remove "infile" field.
11900 (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
11901 (add_mapping, read_name, read_constants, read_conditions)
11902 (validate_const_int, find_iterator, read_mapping, check_code_iterator)
11903 (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
11904 Remove file arguments from all calls, using read_char and unread_char
11905 instead of getc and ungetc.
11906 * gensupport.c (process_include): Preserve read_md_file around
11907 the include. Set read_md_file to the handle of the included file.
11908 Update call to read_rtx.
11909 (init_md_reader_args_cb): Set read_md_file to the handle of the file
11910 and remove local FILE *. Update calls to read_rtx.
11911
11912 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11913
11914 * read-md.h (read_rtx_lineno): Rename to...
11915 (read_md_lineno): ...this.
11916 (read_rtx_filename): Rename to...
11917 (read_md_filename): ...this.
11918 (copy_rtx_ptr_loc): Rename to...
11919 (copy_md_ptr_loc): ...this.
11920 (print_rtx_ptr_loc): Rename to...
11921 (print_md_ptr_loc): ...this.
11922 * read-md.c: Likewise. Update references after renaming.
11923 (string_obstack): Replace RTL with MD in comment.
11924 (set_rtx_ptr_loc): Rename to...
11925 (set_md_ptr_loc): ...this.
11926 (get_rtx_ptr_loc): Rename to...
11927 (get_md_ptr_loc): ...this.
11928 * genconditions.c: Update references after renaming.
11929 * genemit.c: Likewise.
11930 * genoutput.c: Likewise.
11931 * genpreds.c: Likewise.
11932 * gensupport.c: Likewise.
11933 * read-rtl.c: Likewise.
11934
11935 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11936
11937 * Makefile.in (READ_MD_H): New variable.
11938 (BUILD_RTL): Add build/read-md.o.
11939 (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
11940 (build/gensupport.o, build/read-rtl.o, build/genattr.o)
11941 (build/genattrtab.o, build/genconditions.o build/genemit.o)
11942 (build/genextract.o, build/genflags.o, build/genoutput.o)
11943 (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
11944 (build/read-md.o): New rule.
11945 * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
11946 (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
11947 * coretypes.h: ...here.
11948 * lto-wrapper.c: Include coretypes.h instead of defaults.h.
11949 * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
11950 * genattr.c: Include read-md.h.
11951 * genattrtab.c: Likewise.
11952 * genconditions.c: Likewise.
11953 * genemit.c: Likewise.
11954 * genextract.c: Likewise.
11955 * genflags.c: Likewise.
11956 * genoutput.c: Likewise.
11957 * genpreds.c: Likewise.
11958 * genrecog.c: Likewise.
11959 * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
11960 (join_c_conditions, print_c_condition, read_rtx_filename)
11961 (read_rtx_lineno): Move to read-md.h.
11962 * read-rtl.c: Include read-md.h.
11963 (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
11964 (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
11965 (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
11966 (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
11967 (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
11968 (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
11969 (read_braced_string, read_string): Move to read-md.c.
11970 (read_rtx): Move some initialization to init_md_reader and call
11971 init_md_reader here.
11972 * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
11973 Move to read-md.h.
11974 * gensupport.c: Include read-md.h.
11975 (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
11976 * read-md.h, read-md.c: New files.
11977
11978 2010-06-10 Anatoly Sokolov <aesok@post.ru>
11979
11980 * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
11981 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
11982 * config/moxie/moxie-protos.h (moxie_function_value): Remove.
11983 * config/moxie/moxie.c (moxie_function_value): Make static.
11984 (moxie_libcall_value, moxie_function_value_regno_p): New functions.
11985 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
11986
11987 2010-06-10 Martin Jambor <mjambor@suse.cz>
11988
11989 * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
11990 * dbgcnt.def (tree_sra): New counter.
11991 * tree-sra.c: Include dbgcnt.h.
11992 (gate_intra_sra): Check tree_sra debug counter.
11993
11994 2010-06-10 Martin Jambor <mjambor@suse.cz>
11995
11996 PR tree-optimization/44258
11997 * tree-sra.c (build_access_subtree): Return false iff there is a
11998 partial overlap.
11999 (build_access_trees): Likewise.
12000 (analyze_all_variable_accesses): Disqualify candidates if
12001 build_access_trees returns true for them.
12002
12003 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
12004
12005 PR debug/41371
12006 * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
12007 tail-recurse into canonical node. Fast-forward over
12008 non-canonical VALUEs.
12009
12010 2010-06-10 H.J. Lu <hongjiu.lu@intel.com>
12011
12012 PR boostrap/44470
12013 * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
12014 (*addsi_1_zext) <TYPE_LEA>: Likewise.
12015 (add lea splitter): Likewise.
12016 (add_zext lea splitter): Likewise.
12017
12018 2010-06-10 Joseph Myers <joseph@codesourcery.com>
12019
12020 * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
12021
12022 2010-06-10 Jan Hubicka <jh@suse.cz>
12023
12024 * df-problems.c (df_live_problem_data): Add live_bitmaps.
12025 (df_live_alloc): Initialize problem data and live_osbtacks.
12026 (df_live_finalize): Remove obstack, problem data; do not
12027 clear all bitmaps.
12028 (df_live_top_dump, df_live_bottom_dump): Do not dump old
12029 data when not allocated.
12030 (df_live_verify_solution_start): Do not allocate problem data.
12031 (df_live_verify_solution_end): Check if out is allocated.
12032 (struct df_md_problem_data): New structure.
12033 (df_md_alloc): Allocate problem data.
12034 (df_md_free): Free problem data; do not clear bitmaps.
12035
12036 2010-06-10 Jan Beulich <jbeulich@novell.com>
12037
12038 PR bootstrap/37304
12039 * configure.ac: Replace $() with ${} when intending to expand
12040 variables rather than invoking commands.
12041 * configure: Re-generate.
12042
12043 2010-06-10 Jan Hubicka <jh@suse.cz>
12044
12045 PR rtl-optimization/44460
12046 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
12047 TYPE_NEEDS_CONSTRUCTING sanity check.
12048
12049 2010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
12050
12051 * doc/include/fdl.texi: Move to GFDL version 1.3.
12052
12053 * doc/cpp.texi: Move to GFDL version 1.3.
12054 * doc/gcc.texi: Move to GFDL version 1.3. Fix copyright years.
12055 * doc/gccint.texi: Move to GFDL version 1.3.
12056 * doc/gcov.texi: Move to GFDL version 1.3. Update copyright years.
12057 * doc/install.texi: Move to GFDL version 1.3. Fix copyright years.
12058 * doc/invoke.texi: Move to GFDL version 1.3.
12059
12060 2010-06-09 Jan Hubicka <jh@suse.cz>
12061
12062 * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
12063 Break out from ...
12064 (propagate) ... here; swap the order.
12065
12066 2010-06-09 Jan Hubicka <jh@suse.cz>
12067
12068 * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
12069 bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
12070 bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
12071 bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
12072
12073 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
12074
12075 * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
12076 Do not the gather memory reference in the outer loop if the step
12077 is not a constant.
12078
12079 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
12080
12081 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
12082 Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
12083 8 to 4. Minor change of the related comments.
12084
12085 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
12086
12087 * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
12088 the scev analysis when the variable is not used outside the loop
12089 in a close phi node: call compute_overall_effect_of_inner_loop.
12090
12091 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
12092
12093 * graphite-sese-to-poly.c (single_pred_cond): Renamed
12094 single_pred_cond_non_loop_exit. Return NULL for loop exit edges.
12095 (build_sese_conditions_before): Renamed call to single_pred_cond.
12096 (build_sese_conditions_after): Same.
12097
12098 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
12099
12100 * graphite-poly.h: Fix comments and indentation.
12101 * graphite-sese-to-poly.c: Same.
12102 (build_sese_conditions_before): Compute stmt and gbb only when needed.
12103 * tree-chrec.c: Fix comments and indentation.
12104 (tree-ssa-loop-niter.c): Same.
12105
12106 2010-06-09 Eric Botcazou <ebotcazou@adacore.com>
12107
12108 PR rtl-optimization/42461
12109 * dce.c (deletable_insn_p): Return true for const or pure calls again.
12110 * except.c (insn_could_throw_p): Return false if !flag_exceptions.
12111
12112 2010-06-09 Jan Hubicka <jh@suse.cz>
12113
12114 * bitmap.c (bitmap_and): Walk array forward.
12115 (bitmap_and_compl_into): Likewise.
12116 (bitmap_xor): Likewise.
12117 (bitmap_xor_into): Likewise.
12118 (bitmap_equal_p): Likewise.
12119 (bitmap_intersect_p): Likewise.
12120 (bitmap_intersect_compl_p): Likewise.
12121 (bitmap_ior_and_into): Likewise.
12122 (bitmap_elt_copy): Likewise.
12123 (bitmap_and_compl): Likewise.
12124 (bitmap_elt_ior): Likewise.
12125
12126 2010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
12127
12128 * opts-common.c (prune_options): Ensure replacement argv array
12129 is correctly terminated by a NULL entry.
12130
12131 2010-06-09 Jan Hubicka <jh@suse.cz>
12132
12133 * cgraph.h (varpool_first_static_initializer,
12134 varpool_next_static_initializer): Make checking only when
12135 checking enabled.
12136 * tree-vectorizer.h (vinfo_for_stmt): Remove check.
12137 (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
12138 gcc_assert to gcc_checking_assert.
12139 * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
12140 phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
12141 op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
12142 op_iter_init_phiuse, op_iter_init_phidef,
12143 array_ref_contains_indirect_ref, ref_contains_array_ref): Use
12144 gcc_checking_assert.
12145 * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
12146 * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
12147 partition_is_global, live_on_entry, live_on_exit,
12148 live_merge_and_clear): Likewise.
12149 * system.h (gcc_checking_assert): New macro.
12150 * gimple.h (set_bb_seq): Use gcc_checking_assert.
12151
12152 2010-06-09 Jason Merrill <jason@redhat.com>
12153
12154 * Makefile.in (TAGS): Collect tags info from c-family.
12155
12156 2010-06-09 Jan Hubicka <jh@suse.cz>
12157
12158 * gimple.h (gcc_gimple_checking_assert): New macro.
12159 (gimple_set_def_ops, gimple_set_use_ops,
12160 gimple_set_vuse, gimple_set_vdef,
12161 gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
12162 gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
12163 gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
12164 gimple_asm_output_op, gimple_asm_output_op_ptr,
12165 gimple_asm_set_output_op, gimple_asm_clobber_op,
12166 gimple_asm_set_clobber_op, gimple_asm_label_op,
12167 gimple_asm_set_label_op, gimple_try_set_kind,
12168 gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
12169 gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
12170 gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
12171 gimple_omp_for_index_ptr, gimple_omp_for_set_index,
12172 gimple_omp_for_initial, gimple_omp_for_initial_ptr,
12173 gimple_omp_for_set_initial, gimple_omp_for_final,
12174 gimple_omp_for_final_ptr, gimple_omp_for_set_final,
12175 gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
12176 gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
12177 conditional with ENABLE_GIMPLE_CHECKING.
12178 (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
12179
12180 2010-06-09 Sandra Loosemore <sandra@codesourcery.com>
12181
12182 * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
12183 (get_computation_cost_at): Use it.
12184 (determine_use_iv_cost_condition): Likewise.
12185 (determine_iv_cost): Likewise.
12186
12187 2010-06-09 Richard Guenther <rguenther@suse.de>
12188
12189 * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
12190 replace constants.
12191
12192 2010-06-09 Kai Tietz <kai.tietz@onevision.com>
12193
12194 * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
12195
12196 2010-06-09 Martin Jambor <mjambor@suse.cz>
12197
12198 PR tree-optimization/44423
12199 * tree-sra.c (dump_access): Dump also grp_assignment_read.
12200 (analyze_access_subtree): Pass negative allow_replacements to children
12201 if the current type is scalar.
12202
12203 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
12204
12205 PR testsuite/42843
12206 * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
12207 * doc/plugins.texi (Plugin license check): Update information
12208 on type of plugin_is_GPL_compatible.
12209 * Makefile.in (PLUGINCC): Define as $(COMPILER).
12210 (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
12211
12212 2010-06-09 Bernd Schmidt <bernds@codesourcery.com>
12213
12214 * config/arm/arm.c (thumb2_reorg): New function.
12215 (arm_reorg): Call it.
12216 * config/arm/thumb2.md (define_peephole2 for flag clobbering
12217 arithmetic operations): Delete.
12218
12219 2010-06-09 Edmar Wienskoski <edmar@freescale.com>
12220
12221 PR target/44067
12222 * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
12223 e500v2 target.
12224
12225 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
12226
12227 PR plugins/44459
12228 * gcc-plugin.h: Encapsulate all declarations in extern "C".
12229
12230 2010-06-08 Jan Hubicka <jh@suse.cz>
12231
12232 * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
12233 ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
12234
12235 2010-06-08 Sandra Loosemore <sandra@codesourcery.com>
12236
12237 PR tree-optimization/39874
12238 PR middle-end/28685
12239 * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
12240 Declare.
12241 * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
12242 same_bool_result_p): New.
12243 (and_var_with_comparison, and_var_with_comparison_1,
12244 and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
12245 (or_var_with_comparison, or_var_with_comparison_1,
12246 or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
12247 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
12248 maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
12249 of combine_comparisons.
12250 * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
12251
12252 2010-06-08 Anatoly Sokolov <aesok@post.ru>
12253
12254 * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
12255 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
12256 * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
12257 pdp11_function_value_regno_p): New functions.
12258 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
12259 TARGET_FUNCTION_VALUE_REGNO_P): Define.
12260
12261 2010-06-08 Kazu Hirata <kazu@codesourcery.com>
12262
12263 * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
12264 Thumb-2 in the MINUS case.
12265
12266 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
12267
12268 * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
12269
12270 * doc/gty.texi (GTY Options): Document typed GC allocation and
12271 variable_size GTY option.
12272
12273 * ggc-internal.h: New.
12274
12275 * ggc.h: Update copyright year.
12276 (digit_string): Move to stringpool.c.
12277 (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
12278 (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
12279 (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
12280 (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
12281 (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
12282 (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
12283 (ggc_force_collect, ggc_get_size, ggc_statistics)
12284 (ggc_print_common_statistics): Move to ggc-internal.h.
12285 (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
12286 (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
12287 (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
12288 (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
12289 (ggc_min_heapsize_heuristic, ggc_alloc_zone)
12290 (ggc_alloc_zone_pass_stat): Remove.
12291 (ggc_internal_alloc_stat, ggc_internal_alloc)
12292 (ggc_internal_cleared_alloc_stat): New.
12293 (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
12294 (ggc_internal_vec_alloc_stat)
12295 (ggc_internal_cleared_vec_alloc_stat)
12296 (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
12297 (ggc_alloc_atomic_stat, ggc_alloc_atomic)
12298 (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
12299 (ggc_cleared_alloc_ptr_array_two_args): New.
12300 (htab_create_ggc, splay_tree_new_ggc): Redefine.
12301 (ggc_splay_alloc): Change the type of the first argument to
12302 enum gt_types_enum.
12303 (ggc_alloc_string): Make macro.
12304 (ggc_alloc_string_stat): New.
12305 (ggc_strdup): Redefine.
12306 (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
12307 (ggc_alloc_rtvec_sized): New.
12308 (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
12309 (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
12310 (ggc_internal_cleared_alloc_zone_stat)
12311 (ggc_internal_zone_alloc_stat)
12312 (ggc_internal_zone_cleared_alloc_stat)
12313 (ggc_internal_zone_vec_alloc_stat)
12314 (ggc_alloc_zone_rtx_def_stat)
12315 (ggc_alloc_zone_tree_node_stat)
12316 (ggc_alloc_zone_cleared_tree_node_stat)
12317 (ggc_alloc_cleared_gimple_statement_d_stat): New.
12318
12319 * ggc-common.c: Include ggc-internal.h.
12320 (ggc_internal_cleared_alloc_stat): Rename from
12321 ggc_alloc_cleared_stat.
12322 (ggc_realloc_stat): Use ggc_internal_alloc_stat.
12323 (ggc_calloc): Remove.
12324 (ggc_cleared_alloc_htab_ignore_args): New.
12325 (ggc_cleared_alloc_ptr_array_two_args): New.
12326 (ggc_splay_alloc): Add obj_type parameter.
12327 (init_ggc_heuristics): Formatting fixes.
12328
12329 * ggc-none.c: Update copyright year.
12330 (ggc_alloc_stat): Rename to ggc_alloc_stat.
12331 (ggc_alloc_cleared_stat): Rename to
12332 ggc_internal_cleared_alloc_stat.
12333 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
12334
12335 * ggc-page.c: Update copyright year. Include ggc-internal.h.
12336 Remove references to ggc_alloc in comments.
12337 (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
12338 (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
12339 (new_ggc_zone, destroy_ggc_zone): Remove.
12340 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
12341
12342 * ggc-zone.c: Include ggc-internal.h. Remove references to
12343 ggc_alloc in comments.
12344 (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
12345 (ggc_internal_alloc_zone_pass_stat): New.
12346 (ggc_internal_cleared_alloc_zone_stat): New.
12347 (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
12348 (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
12349 (new_ggc_zone, destroy_ggc_zone): Remove.
12350
12351 * stringpool.c: Update copyright year. Include ggc-internal.h
12352 (digit_vector): Make static.
12353 (digit_string): Moved from ggc.h.
12354 (stringpool_ggc_alloc): Use ggc_alloc_atomic.
12355 (ggc_alloc_string): Rename to ggc_alloc_string_stat.
12356
12357 * Makefile.in (GGC_INTERNAL_H): New.
12358 (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
12359 $(GGC_INTERNAL_H) to dependencies.
12360
12361 * gentype.c: Update copyright year.
12362 (walk_type): Accept variable_size GTY option.
12363 (USED_BY_TYPED_GC_P): New macro.
12364 (write_enum_defn): Use USED_BY_TYPED_GC_P. Do not output
12365 whitespace at the end of strings.
12366 (get_type_specifier, variable_size_p): New functions.
12367 (alloc_quantity, alloc_zone): New enums.
12368 (write_typed_alloc_def): New function.
12369 (write_typed_struct_alloc_def): Likewise.
12370 (write_typed_typed_typedef_alloc_def): Likewise.
12371 (write_typed_alloc_defns): Likewise.
12372 (output_typename, write_splay_tree_allocator_def): Likewise.
12373 (write_splay_tree_allocators): Likewise.
12374 (main): Call write_typed_alloc_defns and
12375 write_splay_tree_allocators.
12376
12377 * lto-streamer.h (lto_file_decl_data_ptr): New.
12378
12379 * passes.c (order): Define using cgraph_node_ptr.
12380
12381 * strinpool.c (struct string_pool_data): Declare nested_ptr using
12382 ht_identifier_ptr.
12383
12384 * gimple.h (union gimple_statement_d): Likewise.
12385
12386 * rtl.h (struct rtx_def): Likewise.
12387 (struct rtvec_def): Likewise.
12388
12389 * tree.h (union tree_node): Likewise.
12390
12391 * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
12392
12393 * cfgloop.c (record_loop_exits): Use htab_create_ggc.
12394
12395 * tree-scalar-evolution.c (scev_initialize): Likewise.
12396
12397 * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
12398
12399 * dwarf2asm.c (dw2_force_const_mem): Likewise.
12400
12401 * omp-low.c (lower_omp_critical): Likewise.
12402
12403 * bitmap.h (struct bitmap_head_def): Update comment to not
12404 reference ggc_alloc.
12405
12406 * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
12407
12408 * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
12409
12410 * ipa-prop.c (duplicate_ggc_array): Rename to
12411 duplicate_ipa_jump_func_array. Use typed GC allocation.
12412 (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
12413
12414 * gimple.c (gimple_alloc_stat): Use
12415 ggc_alloc_cleared_gimple_statement_d_stat.
12416
12417 * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
12418
12419 * tree.c (make_node_stat): Use
12420 ggc_alloc_zone_cleared_tree_node_stat.
12421 (make_tree_vec_stat): Likewise.
12422 (build_vl_exp_stat): Likewise.
12423 (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
12424 (make_tree_binfo_stat): Likewise.
12425 (tree_cons_stat): Likewise.
12426
12427 * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
12428 (shallow_copy_rtx_stat): Likewise.
12429 (make_node_stat): Likewise.
12430
12431 * lto-symtab.c: Fix comment.
12432
12433 * tree-cfg.c (create_bb): Update comment to not reference
12434 ggc_alloc_cleared.
12435 * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
12436
12437 * varpool.c (varpool_node): Use typed GC allocation.
12438 (varpool_extra_name_alias): Likewise.
12439
12440 * varasm.c (emutls_decl): Likewise.
12441 (get_unnamed_section): Likewise.
12442 (get_noswitch_section): Likewise.
12443 (get_section): Likewise.
12444 (get_block_for_section): Likewise.
12445 (build_constant_desc): Likewise.
12446 (create_constant_pool): Likewise.
12447 (force_const_mem): Likewise.
12448
12449 * tree.c (build_vl_exp_stat): Likewise.
12450 (build_real): Likewise.
12451 (build_string): Likewise.
12452 (decl_debug_expr_insert): Likewise.
12453 (decl_value_expr_insert): Likewise.
12454 (type_hash_add): Likewise.
12455 (build_omp_clause): Likewise.
12456
12457 * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
12458
12459 * tree-ssa.c (init_tree_ssa): Likewise.
12460
12461 * tree-ssa-structalias.c (heapvar_insert): Likewise.
12462
12463 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
12464
12465 * tree-ssa-loop-niter.c (record_estimate): Likewise.
12466
12467 * tree-ssa-alias.c (get_ptr_info): Likewise.
12468
12469 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
12470
12471 * tree-phinodes.c (allocate_phi_node): Likewise.
12472
12473 * tree-iterator.c (tsi_link_before): Likewise.
12474 (tsi_link_after): Likewise.
12475
12476 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
12477
12478 * tree-dfa.c (create_var_ann): Likewise.
12479
12480 * tree-cfg.c (create_bb): Likewise.
12481
12482 * toplev.c (alloc_for_identifier_to_locale): Likewise.
12483 (general_init): Likewise.
12484
12485 * stringpool.c (stringpool_ggc_alloc): Likewise.
12486 (gt_pch_save_stringpool): Likewise.
12487
12488 * sese.c (if_region_set_false_region): Likewise.
12489
12490 * passes.c (do_per_function_toporder): Likewise.
12491
12492 * optabs.c (set_optab_libfunc): Likewise.
12493 (set_conv_libfunc): Likewise.
12494
12495 * lto-symtab.c (lto_symtab_register_decl): Likewise.
12496
12497 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
12498 (input_eh_region): Likewise.
12499 (input_eh_lp): Likewise.
12500 (make_new_block): Likewise.
12501 (unpack_ts_real_cst_value_fields): Likewise.
12502
12503 * lto-section-in.c (lto_new_in_decl_state): Likewise.
12504
12505 * lto-cgraph.c (input_node_opt_summary): Likewise.
12506
12507 * loop-init.c (loop_optimizer_init): Likewise.
12508
12509 * lambda.h (lambda_vector_new): Likewise.
12510
12511 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
12512
12513 * ira.c (update_equiv_regs): Likewise.
12514
12515 * ipa.c (cgraph_node_set_new): Likewise.
12516 (cgraph_node_set_add): Likewise.
12517 (varpool_node_set_new): Likewise.
12518 (varpool_node_set_add): Likewise.
12519
12520 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
12521 (duplicate_ipa_jump_func_array): Likewise.
12522 (ipa_read_node_info): Likewise.
12523
12524 * ipa-cp.c (ipcp_create_replace_map): Likewise.
12525
12526 * integrate.c (get_hard_reg_initial_val): Likewise.
12527
12528 * gimple.c (gimple_alloc_stat): Likewise.
12529 (gimple_build_omp_for): Likewise.
12530 (gimple_seq_alloc): Likewise.
12531 (gimple_copy): Likewise.
12532
12533 * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
12534 (gsi_insert_after_without_update): Likewise.
12535
12536 * function.c (add_frame_space): Likewise.
12537 (insert_temp_slot_address): Likewise.
12538 (assign_stack_temp_for_type): Likewise.
12539 (allocate_struct_function): Likewise.
12540 (types_used_by_var_decl_insert): Likewise.
12541
12542 * except.c (init_eh_for_function): Likewise.
12543 (gen_eh_region): Likewise.
12544 (gen_eh_region_catch): Likewise.
12545 (gen_eh_landing_pad): Likewise.
12546 (add_call_site): Likewise.
12547
12548 * emit-rtl.c (get_mem_attrs): Likewise.
12549 (get_reg_attrs): Likewise.
12550 (start_sequence): Likewise.
12551 (init_emit): Likewise.
12552
12553 * dwarf2out.c (new_cfi): Likewise.
12554 (queue_reg_save): Likewise.
12555 (dwarf2out_frame_init): Likewise.
12556 (new_loc_descr): Likewise.
12557 (find_AT_string): Likewise.
12558 (new_die): Likewise.
12559 (add_var_loc_to_decl): Likewise.
12560 (clone_die): Likewise.
12561 (clone_as_declaration): Likewise.
12562 (break_out_comdat_types): Likewise.
12563 (new_loc_list): Likewise.
12564 (loc_descriptor): Likewise.
12565 (add_loc_descr_to_each): Likewise.
12566 (add_const_value_attribute): Likewise.
12567 (tree_add_const_value_attribute): Likewise.
12568 (add_comp_dir_attribute): Likewise.
12569 (add_name_and_src_coords_attributes): Likewise.
12570 (lookup_filename): Likewise.
12571 (store_vcall_insn): Likewise.
12572 (dwarf2out_init): Likewise.
12573
12574 * dbxout.c (dbxout_init): Likewise.
12575
12576 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
12577
12578 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
12579
12580 * config/score/score7.c (score7_output_external): Likewise.
12581
12582 * config/score/score3.c (score3_output_external): Likewise.
12583
12584 * config/s390/s390.c (s390_init_machine_status): Likewise.
12585
12586 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
12587 (rs6000_init_machine_status): Likewise.
12588 (output_toc): Likewise.
12589
12590 * config/pa/pa.c (pa_init_machine_status): Likewise.
12591 (get_deferred_plabel): Likewise.
12592
12593 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
12594
12595 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
12596
12597 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
12598
12599 * config/mep/mep.c (mep_init_machine_status): Likewise.
12600 (mep_note_pragma_flag): Likewise.
12601
12602 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
12603
12604 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
12605
12606 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
12607
12608 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
12609 (i386_pe_maybe_record_exported_symbol): Likewise.
12610
12611 * config/i386/i386.c (get_dllimport_decl): Likewise.
12612 (ix86_init_machine_status): Likewise.
12613 (assign_386_stack_local): Likewise.
12614
12615 * config/frv/frv.c (frv_init_machine_status): Likewise.
12616
12617 * config/darwin.c (machopic_indirection_name): Likewise.
12618
12619 * config/cris/cris.c (cris_init_machine_status): Likewise.
12620
12621 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
12622
12623 * config/avr/avr.c (avr_init_machine_status): Likewise.
12624
12625 * config/arm/arm.c (arm_init_machine_status): Likewise.
12626
12627 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
12628 (alpha_need_linkage): Likewise.
12629 (alpha_use_linkage): Likewise.
12630
12631 * cgraph.c (cgraph_allocate_node): Likewise.
12632 (cgraph_create_edge_1): Likewise.
12633 (cgraph_create_indirect_edge): Likewise.
12634 (cgraph_add_asm_node): Likewise.
12635
12636 * cfgrtl.c (init_rtl_bb_info): Likewise.
12637
12638 * cfgloop.c (alloc_loop): Likewise.
12639 (rescan_loop_exit): Likewise.
12640
12641 * cfg.c (init_flow): Likewise.
12642 (alloc_block): Likewise.
12643 (unchecked_make_edge): Likewise.
12644
12645 * c-parser.c (c_parse_init): Likewise.
12646 (c_parse_file): Likewise.
12647
12648 * c-decl.c (bind): Likewise.
12649 (record_inline_static): Likewise.
12650 (push_scope): Likewise.
12651 (make_label): Likewise.
12652 (lookup_label_for_goto): Likewise.
12653 (finish_struct): Likewise.
12654 (finish_enum): Likewise.
12655 (c_push_function_context): Likewise.
12656
12657 * bitmap.c (bitmap_element_allocate): Likewise.
12658 (bitmap_gc_alloc_stat): Likewise.
12659
12660 * alias.c (record_alias_subset): Likewise.
12661 (init_alias_analysis): Likewise.
12662
12663 2010-06-08 Shujing Zhao <pearly.zhao@oracle.com>
12664
12665 * fold-const.c (fold_comparison): Remove redundant parenthesis.
12666 * tree-inline.c (expand_call_inline): Pass translated return value of
12667 cgraph_inline_failed_string to diagnostic function.
12668
12669 2010-06-08 Andrew Pinski <pinskia@gmail.com>
12670 Shujing Zhao <pearly.zhao@oracle.com>
12671
12672 PR c/37724
12673 * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
12674 implicit bad conversions is initialization.
12675 (error_init): Use gmsgid instead of msgid for argument name and change
12676 the call for error.
12677 (pedwarn_init): Use gmsgid instead of msgid for argument name and
12678 change the call for pedwarn.
12679 (warning_init): Use gmsgid instead of msgid for argument name and
12680 change the call for warning.
12681
12682 2010-06-07 Nathan Froyd <froydnj@codesourcery.com>
12683
12684 * config/mips/mips-protos.h (mips_print_operand): Delete.
12685 (mips_print_operand_address): Delete.
12686 * config/mips/mips.h (mips_print_operand_punct): Delete.
12687 (PRINT_OPERAND): Delete.
12688 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12689 (PRINT_OPERAND_ADDRESS): Delete.
12690 * config/mips/mips.c (mips_print_operand_punct): Make static.
12691 (mips_print_operand_address): Make static.
12692 (mips_print_operand): Make static. Call
12693 mips_print_operand_punct_valid_p.
12694 (mips_print_operand_punct_valid_p): New function.
12695 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
12696 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
12697
12698 2010-06-07 Jan Hubicka <jh@suse.cz>
12699
12700 PR middle-end/44454
12701 (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
12702 are allocated.
12703
12704 2010-06-07 Kaz Kojima <kkojima@gcc.gnu.org>
12705
12706 * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
12707 name of RECORD.
12708
12709 2010-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12710
12711 * doc/sourcebuild.texi (Effective-Target Keywords, Other
12712 attributes): Document gas.
12713
12714 2010-06-07 Uros Bizjak <ubizjak@gmail.com>
12715
12716 * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
12717 <TYPE_LEA>: Split instruction.
12718 <default>: Remove alternative 2 handling.
12719 (*addsi_1_zext) <TYPE_LEA>: Split instruction.
12720 (add lea splitter): Generate SImode lea for mode sizes <= SImode.
12721 (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
12722
12723 (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
12724 (ashift_zext lea splitter): Use DImode for multiplication.
12725
12726 * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
12727 to generate addition.
12728
12729 2010-06-07 Joseph Myers <joseph@codesourcery.com>
12730
12731 * common.opt (fira-verbose): Use Var.
12732 (fpcc-struct-return): Use Init instead of VarExists.
12733 * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
12734 toplev.c.
12735 * flags.h (flag_signed_char, flag_short_enums,
12736 flag_pcc_struct_return, flag_ira_verbose,
12737 flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
12738 * toplev.c (flag_detailed_statistics, flag_signed_char,
12739 flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
12740 (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
12741 * toplev.h (flag_crossjumping, flag_if_conversion,
12742 flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
12743 flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
12744 flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
12745 flag_cprop_registers, time_report, flag_ira_loop_pressure,
12746 flag_ira_coalesce, flag_ira_move_spills,
12747 flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
12748
12749 2010-06-07 Jan Hubicka <jh@suse.cz>
12750
12751 * df-core.c (df_analyze_problem): Do verification after allocation.
12752
12753 * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
12754 (df_lr_alloc): Initialize problem data; move bitmaps to
12755 lr_bitmaps obstack.
12756 (df_lr_finalize): Free problem data; do not bother to free bitmaps.
12757 (df_lr_verify_solution_start): Do not initialize problem data;
12758 allocate bitmaps in lr_bitmaps.
12759 (df_lr_verify_solution_end): Do not free problem data.
12760
12761 2010-06-07 Jan Hubicka <jh@suse.cz>
12762
12763 * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
12764 if caller is noreturn.
12765 * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
12766 * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
12767 * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
12768 * ipa-pure-const.c (check_decl): Add IPA parameter.
12769 (state_from_flags): New function.
12770 (better_state, worse_state): New functions.
12771 (check_call): When in IPA mode, do not care about callees.
12772 (check_load, check_store): Update.
12773 (check_ipa_load, check_ipa_store): New.
12774 (check_stmt): When in IPA mode, use IPA checkers.
12775 (analyze_function): Use state_from_flags.
12776 (propagate): Check indirect edges and references.
12777
12778 2010-06-07 Kazu Hirata <kazu@codesourcery.com>
12779
12780 PR rtl-optimization/44404
12781 * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
12782 of count_occurrences to see if it's safe to modify mem_insn.
12783
12784 2010-06-07 Richard Guenther <rguenther@suse.de>
12785
12786 * gimplify.c (gimplify_cleanup_point_expr): For empty body
12787 and EH-only cleanup drop the cleanup instead of inserting it
12788 unconditionally.
12789
12790 2010-06-07 Ira Rosen <irar@il.ibm.com>
12791
12792 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
12793 documentation.
12794 * targhooks.c (default_builtin_vectorization_cost): New function.
12795 * targhooks.h (default_builtin_vectorization_cost): Declare.
12796 * target.h (enum vect_cost_for_stmt): Define.
12797 (builtin_vectorization_cost): Change argument and comment.
12798 * tree-vectorizer.h: Remove cost model macros.
12799 * tree-vect-loop.c: Include target.h.
12800 (vect_get_cost): New function.
12801 (vect_estimate_min_profitable_iters): Replace cost model macros with
12802 calls to vect_get_cost.
12803 (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
12804 * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
12805 default implementation.
12806 * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
12807 calls to target hook builtin_vectorization_cost.
12808 (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
12809 Likewise.
12810 * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
12811 * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
12812 implementation to return costs.
12813 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
12814 * config/spu/spu.h: Remove vectorizer cost model macros.
12815 * config/i386/i386.h: Likewise.
12816 * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
12817 a call to target hook builtin_vectorization_cost.
12818
12819 2010-06-06 Sriraman Tallam <tmsriram@google.com>
12820
12821 PR target/44319
12822 * config/i386/i386.c (override_options): Turn zee pass on for level 2
12823 and above and defer till target is known.
12824 (optimization_options): Turn on zee pass if TARGET_64BIT is set and
12825 turn off otherwise.
12826
12827 2010-05-25 Jan Hubicka <jh@suse.cz>
12828
12829 * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
12830 (df_compact_blocks): Likewise.
12831 * df.h (struct df): Turn hardware_regs_used,
12832 regular_block_artificial_uses, eh_block_artificial_uses,
12833 insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
12834 bitmap_head.
12835 * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
12836 df_byte_lr_alloc, df_simulate_fixup_sets): Update.
12837 * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
12838 df_scan_blocks, df_insn_delete, df_insn_rescan,
12839 df_insn_rescan_debug_internal, df_insn_rescan_all,
12840 df_process_deferred_rescans, df_process_deferred_rescans,
12841 df_notes_rescan, df_get_call_refs, df_get_call_refs,
12842 regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
12843 df_record_entry_block_defs, df_record_exit_block_uses,
12844 df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
12845 df_scan_verify): Update.
12846
12847 2010-05-25 Dodji Seketeli <dodji@redhat.com>
12848
12849 PR c++/44188
12850 * c-common.c (is_typedef_decl): Move this definition ...
12851 * tree.c (is_typedef_decl): ... here.
12852 (typdef_variant_p): Move definition here from cp/tree.c.
12853 * c-common.h (is_typedef_decl): Move this declaration ...
12854 * tree.h (is_typedef_decl): ... here.
12855 (typedef_variant_p): Move declaration here from cp/cp-tree.h
12856 * dwarf2out.c (is_naming_typedef_decl): New function.
12857 (gen_tagged_type_die): Split out of ...
12858 (gen_type_die_with_usage): ... this function. When an anonymous
12859 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
12860 is emitted for the typedef.
12861 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
12862 anonymous tagged types.
12863
12864 2010-06-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
12865
12866 PR c/20000
12867 * c-decl.c (grokdeclarator): Delete warning.
12868
12869 2010-06-06 Eric Botcazou <ebotcazou@adacore.com>
12870
12871 * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
12872 newly built CALL_EXPR.
12873 * tree-profile.c (tree_profiling): Don't profile functions produced
12874 for built-in stuff.
12875
12876 2010-06-06 Segher Boessenkool <segher@kernel.crashing.org>
12877
12878 PR bootstrap/44427
12879 PR bootstrap/44428
12880 * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
12881 endianness-independent.
12882
12883 2010-06-05 Steven Bosscher <steven@gcc.gnu.org>
12884
12885 * c-common.c: Move to c-family/.
12886 * c-common.def: Likewise.
12887 * c-common.h: Likewise.
12888 * c-cppbuiltin.c: Likewise.
12889 * c-dump.c: Likewise.
12890 * c-format.c: Likewise.
12891 * c-format.h : Likewise.
12892 * c-gimplify.c: Likewise.
12893 * c-lex.c: Likewise.
12894 * c-omp.c: Likewise.
12895 * c.opt: Likewise.
12896 * c-opts.c: Likewise.
12897 * c-pch.c: Likewise.
12898 * c-ppoutput.c: Likewise.
12899 * c-pragma.c: Likewise.
12900 * c-pragma.h: Likewise.
12901 * c-pretty-print.c: Likewise.
12902 * c-pretty-print.h: Likewise.
12903 * c-semantics.c: Likewise.
12904 * stub-objc.c: Likewise.
12905
12906 * gengtype.c (get_file_langdir): Special-case files in c-family/.
12907 (get_output_file_with_visibility): Fix name for c-common.h.
12908 * c-config-lang.in: Update paths in gtfiles for files in c-family/.
12909
12910 * c-tree.h: Update include path for moved files.
12911 * c-lang.c: Likewise.
12912 * c-lang.h: Likewise.
12913 * c-parser.c: Likewise.
12914 * c-convert.c: Likewise.
12915 * c-decl.c: Likewise.
12916 * c-objc-common.c: Likewise.
12917 * configure.ac: Make sure c-family/ exists in the build directory.
12918 * configure: Regenerate.
12919 * Makefile.in: Update paths for moved files. Regroup files per
12920 location and update dependencies. Move generated_files down after
12921 ALL_GTFILES_H.
12922
12923 * config/spu/spu-c.c: Update paths for moved files.
12924 * config/mep/mep-pragma.c: Likewise.
12925 * config/darwin-c.c: Likewise.
12926 * config/i386/msformat-c.c: Likewise.
12927 * config/i386/i386-c.c: Likewise.
12928 * config/avr/avr-c.c: Likewise.
12929 * config/sol2-c.c: Likewise.
12930 * config/ia64/ia64-c.c: Likewise.
12931 * config/rs6000/rs6000-c.c: Likewise.
12932 * config/arm/arm.c: Likewise.
12933 * config/arm/arm-c.c: Likewise.
12934 * config/h8300/h8300.c: Likewise.
12935 * config/v850/v850-c.c: Likewise.
12936
12937 * config/t-darwin: Fix dependencies for moved files.
12938 * config/t-sol2: Fix dependencies for moved files.
12939 * config/mep/t-mep: Fix dependencies for moved files.
12940 * config/ia64/t-ia64: Fix dependencies for moved files.
12941 * config/rs6000/t-rs6000: Fix dependencies for moved files.
12942 * config/v850/t-v850: Fix dependencies for moved files.
12943 * config/v850/t-v850e: Fix dependencies for moved files.
12944
12945 * config/m32c/m32c-pragma.c
12946
12947 * po/exgettext: Look in c-family/ also.
12948
12949 2010-06-05 Eric Botcazou <ebotcazou@adacore.com>
12950
12951 * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
12952 (mark_control_dependent_edges_necessary): Call it instead of marking
12953 the last statement manually.
12954 (propagate_necessity): Likewise.
12955
12956 2010-06-05 Jan Hubicka <jh@suse.cz>
12957
12958 * basic-block.h (compute_dominance_frontiers): Updated.
12959 (compute_idf): Likewise.
12960
12961 * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
12962 for dominance frontiers.
12963 (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
12964 (insert_updated_phi_nodes_for): Likewise.
12965 (update_ssa): Likewise.
12966 * cfganal.c (compute_dominance_frontiers_1): Likewise.
12967 (compute_dominance_frontiers): Likewise.
12968 (compute_idf): Likewise.
12969 * df-problems.c (df_md_local_compute): Likewise.
12970
12971 2010-06-05 Anatoly Sokolov <aesok@post.ru>
12972
12973 * target.h (struct gcc_target): Add memory_move_cost field.
12974 * target-def.h (TARGET_MEMORY_MOVE_COST): New.
12975 (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
12976 * targhooks.c (default_memory_move_cost): New function.
12977 * targhooks.h (default_memory_move_cost): Declare function.
12978 * reload.h (memory_move_cost): Declare.
12979 (memory_move_secondary_cost): Change type of 'in' argument to bool.
12980 * reginfo.c (memory_move_cost): New function.
12981 (memory_move_secondary_cost): Change type of 'in' argument to bool.
12982 * ira.h (ira_memory_move_cost): Update comment.
12983 * ira.c (ira_memory_move_cost): Update comment.
12984 (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
12985 with memory_move_cost.
12986 * postreload.c (reload_cse_simplify_set): (Ditto.).
12987 * reload1.c (choose_reload_regs): (Ditto.).
12988 * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
12989 (MEMORY_MOVE_COST): Revise documentation.
12990
12991 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
12992 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
12993 * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
12994 type of 'in' argument to bool.
12995 (TARGET_MEMORY_MOVE_COST): Define.
12996
12997 2010-06-05 Jan Hubicka <jh@suse.cz>
12998
12999 * ipa-pure-const.c (propagate): Fix typo in handling of functions
13000 that cannot return. Be more careful when merging the results with
13001 previously known ones.
13002
13003 2010-06-05 Matthias Klose <doko@ubuntu.com>
13004
13005 * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
13006 function to add the -iplugindir option.
13007 (find_plugindir_spec_function): Add new declaration and function.
13008 (static_spec_func): Use it for "find-plugindir".
13009
13010 2010-06-05 Jakub Jelinek <jakub@redhat.com>
13011
13012 PR c++/44361
13013 * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
13014 * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
13015 statement expression.
13016
13017 2010-06-05 Jan Hubicka <jh@suse.cz>
13018
13019 * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
13020 (df_rd_problem_data): Convert sparse_invalidated_by_call,
13021 dense_invalidated_by_call to bitmap head.
13022 (df_rd_alloc, df_rd_bb_local_compute_process_def,
13023 df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
13024 df_rd_start_dump, df_lr_verify_transfer_functions,
13025 df_live_verify_transfer_functions, df_chain_create_bb,
13026 df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
13027 df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
13028 df_simulate_one_insn_forwards, df_md_alloc,
13029 df_md_bb_local_compute_process_def,
13030 df_md_bb_local_compute_process_def, df_md_local_compute,
13031 df_md_transfer_function df_md_free): Update.
13032
13033 2010-06-05 Joseph Myers <joseph@codesourcery.com>
13034
13035 PR c/44322
13036 * c-typeck.c (build_unary_op): Merge qualifiers into pointer
13037 target type for ADDR_EXPR; require no changes to qualifiers except
13038 for function types.
13039 * c-tree.h (c_build_type_variant): Remove.
13040
13041 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
13042
13043 * genautomata.c (get_excl_set): Do work per element, not per char.
13044 (check_presence_pattern_sets): Similar.
13045 (check_absence_pattern_sets): Similar.
13046
13047 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
13048
13049 * genautomata.c (curr_state_pass_num): Delete.
13050 (min_issue_delay_pass_states): Delete.
13051 (min_issue_delay): Delete.
13052 (initiate_min_issue_delay_pass_states): Delete.
13053 (output_min_issue_delay_table): Compute min_issue_delay_vect
13054 using a breadth-first search variant.
13055 (output_tables): Don't call initiate_min_issue_delay_pass_states.
13056
13057 2010-06-04 H.J. Lu <hongjiu.lu@intel.com>
13058
13059 PR boostrap/44421
13060 * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
13061 (df_byte_lr_bb_local_compute): Likewise.
13062
13063 2010-06-03 Jason Merrill <jason@redhat.com>
13064
13065 Implement noexcept operator (5.3.7)
13066 * c-common.c (c_common_reswords): Add noexcept.
13067 * c-common.h (enum rid): Add RID_NOEXCEPT.
13068
13069 2010-06-04 Joseph Myers <joseph@codesourcery.com>
13070
13071 * config/darwin-driver.c (darwin_default_min_version): Use
13072 GCC-specific formats in diagnostics.
13073 * cppspec.c (lang_specific_driver): Use GCC-specific formats in
13074 diagnostics.
13075 * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
13076 execute, process_command, end_going_arg, do_self_spec, do_spec_1,
13077 eval_spec_function, handle_braces, process_brace_body, main,
13078 perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
13079 getenv_spec_function, compare_version_strings,
13080 version_compare_spec_function): Use GCC-specific formats in
13081 diagnostics.
13082
13083 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
13084
13085 * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
13086 that operand 0 and operand 1 are equal.
13087 (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
13088 (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
13089 and operand 1 are equal.
13090 <default>: Ditto. Remove ??? comment.
13091 (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
13092 and operand 1 are equal.
13093 <default>: Ditto. Remove ??? comment.
13094 (*adddi_4) <default>: Remove assert that operand 0 and operand 1
13095 are equal.
13096 (*add<mode>_4) <default>: Ditto.
13097 (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
13098
13099 2010-06-04 Nathan Froyd <froydnj@codesourcery.com>
13100
13101 * config/i386/i386-protos.h (ix86_print_operand): Declare.
13102 * config/i386/i386.c (ix86_print_operand): Make non-static.
13103 * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
13104 * output.h (output_operand): Declare.
13105 * final.c (output_operand): Make non-static.
13106
13107 2010-06-04 Alexandre Oliva <aoliva@redhat.com>
13108
13109 PR rtl-optimization/44013
13110 * sched-deps.c (add_dependence_list_and_free): Don't free lists
13111 when processing debug insns.
13112
13113 PR debug/41371
13114 * var-tracking.c (find_loc_in_1pdv): Mark initial value before
13115 recursing. Check that recursion is bounded. Rename inner var
13116 to avoid hiding incoming argument.
13117
13118 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
13119
13120 * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
13121 operands[2] == 255.
13122 (*addqi_3): Ditto.
13123 (*addqi_4): Ditto.
13124 (*addqi_5): Ditto.
13125 (*addqi_ext_1_rex64): Ditto.
13126 (*addqi_ext_1): Ditto.
13127
13128 (*addqi_4): Check for incdec_operand in QImode.
13129
13130 (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
13131 using SWI mode iterator.
13132 (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
13133 (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
13134 mode iterator.
13135 (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
13136 using SWI mode iterator.
13137
13138 2010-06-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
13139
13140 PR c/25880
13141 * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
13142 * c-format.c (gcc_diag_flag_specs): Add hash.
13143 (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
13144 (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
13145 * c-pretty-print.c (pp_c_cv_qualifier): Rename as
13146 pp_c_cv_qualifiers. Handle qualifiers spelling here.
13147 (pp_c_type_qualifier_list): Call the function above.
13148 * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
13149 * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
13150 (WARN_FOR_QUALIFIERS): New macro.
13151 (convert_for_assignment): Use it.
13152
13153 2010-06-04 Kai Tietz <kai.tietz@onevision.com>
13154
13155 * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
13156
13157 2010-06-04 Jan Hubicka <jh@suse.cz>
13158
13159 * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
13160 df_byte_lr_bb_info): Embedd bitmap_head into the structure.
13161 (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
13162 DF_BYTE_LR_OUT): Update for embedded bitmaps.
13163 * fwprop.c (single_def_use_enter_block): Likewise.
13164 * ddg.c (create_ddg_dep_from_intra_loop_link,
13165 add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
13166 * loop-iv.c (latch_dominating_def): Likewise.
13167 * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
13168 df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
13169 df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
13170 df_rd_transfer_function, df_rd_top_dump,
13171 df_rd_bottom_dump): Update.
13172 (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
13173 df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
13174 df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
13175 df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
13176 df_lr_verify_solution_start, df_lr_verify_solution_end,
13177 df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
13178 df_live_free_bb_info, df_live_alloc, df_live_reset,
13179 df_live_bb_local_compute, df_live_init, df_live_transfer_function,
13180 df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
13181 df_live_verify_solution_start, df_live_verify_solution_end,
13182 df_live_verify_transfer_functions, df_chain_create_bb,
13183 df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
13184 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
13185 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
13186 df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
13187 df_byte_lr_confluence_0, df_byte_lr_confluence_n,
13188 df_byte_lr_transfer_function, df_byte_lr_top_dump,
13189 df_byte_lr_bottom_dump, df_create_unused_note,
13190 df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
13191 df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
13192 df_md_transfer_function, df_md_init, df_md_confluence_0,
13193 df_md_confluence_n,
13194 df_md_top_dump, df_md_bottom_dump): Update.
13195 (struct df_lr_problem_data): Embedd bitmap headers.
13196
13197 2010-06-04 Jan Hubicka <jh@suse.cz>
13198
13199 * dce.c (dce_process_block): Do not re-scan already marked
13200 instructions.
13201
13202 2010-06-04 Bernd Schmidt <bernds@codesourcery.com>
13203
13204 PR rtl-optimization/39871
13205 PR rtl-optimization/40615
13206 PR rtl-optimization/42500
13207 PR rtl-optimization/42502
13208 * ira.c (init_reg_equiv_memory_loc: New function.
13209 (ira): Call it twice.
13210 * reload.h (calculate_elim_costs_all_insns): Declare.
13211 * ira-costs.c: Include "reload.h".
13212 (regno_equiv_gains): New static variable.
13213 (init_costs): Allocate it.
13214 (finish_costs): Free it.
13215 (ira_costs): Call calculate_elim_costs_all_insns.
13216 (find_costs_and_classes): Take estimated elimination costs
13217 into account.
13218 (ira_adjust_equiv_reg_cost): New function.
13219 * ira.h (ira_adjust_equiv_reg_cost): Declare it.
13220 * reload1.c (init_eliminable_invariants, free_reg_equiv,
13221 elimination_costs_in_insn, note_reg_elim_costly): New static functions.
13222 (elim_bb): New static variable.
13223 (reload): Move code out of here into init_eliminable_invariants and
13224 free_reg_equiv. Call them.
13225 (calculate_elim_costs_all_insns): New function.
13226 (eliminate_regs_1): Declare. Add extra arg FOR_COSTS;
13227 all callers changed. If FOR_COSTS is true, don't call alter_reg,
13228 but call note_reg_elim_costly if we turned a valid memory address
13229 into an invalid one.
13230 * Makefile.in (ira-costs.o): Depend on reload.h.
13231
13232 2010-06-04 Julian Brown <julian@codesourcery.com>
13233
13234 * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
13235 for pool ranges.
13236
13237 2010-06-04 Richard Guenther <rguenther@suse.de>
13238
13239 PR lto/41584
13240 * cgraph.h (struct varpool_node): Add lto_file_data field.
13241 * lto-cgraph.c (input_varpool_node): Initialize it.
13242
13243 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
13244
13245 * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
13246 * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
13247 predicate in "type" attribute calculation.
13248 (*addsi_1_zext): Ditto.
13249 (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
13250 (*addsi_2_zext): Ditto.
13251 (*add<mode>_3): Ditto.
13252 (*addsi_3_zext): Ditto.
13253 (*add<mode>_5): Ditto.
13254
13255 2010-06-03 Jan Hubicka <jh@suse.cz>
13256
13257 * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
13258 of bitmap_bit_p.
13259 * cfganal.c (compute_dominance_frontiers_1): Likewise.
13260
13261 2010-06-03 Jan Hubicka <jh@suse.cz>
13262
13263 * df-problems.c (df_create_unused_note, df_note_bb_compute):
13264 micro-optimize the checks when to add new note.
13265
13266 2010-06-03 Nathan Froyd <froydnj@codesourcery.com>
13267
13268 * final.c (output_asm_insn): Call
13269 targetm.asm_out.print_operand_punct_valid_p. Update comments.
13270 (output_operand): Call targetm.asm_out.print_operand. Update comments.
13271 (output_address): Call targetm.asm_out.print_operand_address.
13272 Update comments.
13273 * target.h (struct gcc_target): Add print_operand,
13274 print_operand_address, and print_operand_punct_valid_p fields.
13275 * targhooks.h (default_print_operand): Declare.
13276 (default_print_operand_address): Declare.
13277 (default_print_operand_punct_valid_p): Declare.
13278 * targhooks.c (default_print_operand): Define.
13279 (default_print_operand_address): Define.
13280 (default_print_operand_punct_valid_p): Define.
13281 * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
13282 (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
13283 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
13284 (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
13285 TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
13286 * vmsdbgout.c (addr_const_to_string): Update comment.
13287 * config/i386/i386.c (print_operand): Rename to...
13288 (ix86_print_operand): ...this. Make static.
13289 (print_operand_address): Rename to...
13290 (ix86_print_operand_address): ...this. Make static. Call
13291 ix86_print_operand instead of PRINT_OPERAND.
13292 (ix86_print_operand_punct_valid_p): New function.
13293 (TARGET_PRINT_OPERAND): Define.
13294 (TARGET_PRINT_OPERAND_ADDRESS): Define.
13295 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
13296 * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
13297 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13298 (PRINT_OPERAND): Delete.
13299 (PRINT_OPERAND_ADDRESS): Delete.
13300 * config/i386/i386-protos.h (print_operand): Delete prototype.
13301 (print_operand_address): Delete prototype.
13302
13303 2010-06-03 Richard Guenther <rguenther@suse.de>
13304
13305 PR tree-optimization/44403
13306 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
13307 Preserve pointer qualifiers.
13308 (vect_create_data_ref_ptr): Likewise.
13309
13310 2010-06-03 H.J. Lu <hongjiu.lu@intel.com>
13311
13312 PR c++/44294
13313 * defaults.h (MAX_FIXED_MODE_SIZE): New.
13314
13315 * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
13316
13317 2010-06-03 Jakub Jelinek <jakub@redhat.com>
13318
13319 PR debug/44375
13320 * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
13321 return false if merging the bbs would lead to goto_locus
13322 location being lost from the IL.
13323
13324 2010-06-03 Jan Hubicka <jh@suse.cz>
13325 Jakub Jelinek <jakub@redhat.com>
13326
13327 * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
13328 set->regs[i] is NULL or has just one entry.
13329
13330 2010-06-03 Jan Hubicka <jh@suse.cz>
13331
13332 * lto-cgraph.c (lto_varpool_encoder_size): Remove.
13333 * lto-streamer.h (lto_varpool_encoder_size): New inline function.
13334
13335 2010-06-03 Paul Brook <paul@codesourcery.com>
13336
13337 * config/arm/arm.c (FL_TUNE): Define.
13338 (arm_default_cpu, arm_cpu_select): Remove.
13339 (all_cores): Populate core field.
13340 (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
13341 (arm_find_cpu): New function.
13342 (arm_handle_option): Lookup cpu/architecture names.
13343 (arm_override_options): Cleanup mcpu/march/mtune handling.
13344 (arm_file_start): Ditto.
13345
13346 2010-06-03 Alan Modra <amodra@gmail.com>
13347
13348 PR target/44169
13349 * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
13350 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
13351 rtx to gen_load_toc_v4_PIC_1b. Tidy.
13352 (rs6000_emit_load_toc_table): Likewise.
13353
13354 2010-06-02 Jan Hubicka <jh@suse.cz>
13355
13356 * passes.c (init_optimization_passes): Put ipa reference
13357 after ipa pure-const.
13358
13359 2010-06-02 Jan Hubicka <jh@suse.cz>
13360
13361 * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
13362 calls_read_all and calls_write_all.
13363 (get_reference_optimization_summary): Fix formatting.
13364 (is_proper_for_analysis): Check that decl is not readonly.
13365 (propagate_bits): Check CONST/PURE/noreturn flags.
13366 (ipa_init): Move all_module_statics to optimization_summary_obstack.
13367 (analyze_function): Ignore indirect edges.
13368 (copy_global_bitmap): For all module statics, do nothing.
13369 (generate_summary): Do not print calls_read_all/calls_write_all.
13370 (read_write_all_from_decl): Take node as argument; check
13371 cgraph_node_cannot_return.
13372 (propagate): Reorganize read_all/write_all computation;
13373 check indirect edges; check ecf flags; use all_module_statics
13374 in the results; do not free all_module_statics.
13375 (stream_out_bitmap): Handle all_module_statics.
13376 (ipa_reference_write_optimization_summary): Likewise; use
13377 varpool/cgraph encoders to get boundaries.
13378 (ipa_reference_read_optimization_summary): Read in all_module_statics;
13379 use it when possible.
13380
13381 2010-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
13382
13383 PR target/44218
13384 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
13385 -mswdiv option. Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
13386
13387 * doc/extend.texi (powerpc builtins): Document vec_recip,
13388 vec_rsqrt, vec_rsqrte altivec/vsx builtins.
13389
13390 * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
13391 (rs6000_emit_swrsqrt): Ditto.
13392 (rs6000_emit_swdivsf): Delete.
13393 (rs6000_emit_swdivdf): Ditto.
13394 (rs6000_emit_swrsqrtsf): Ditto.
13395
13396 * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
13397 describe the reciprocal estimate support for each type.
13398 (recip_options): Map -mrecip=<opt> into option bits.
13399 (gen_2arg_fn_t): New typedef for binary rtx gen function.
13400 (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
13401 reciprocal estimate instructions.
13402 (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
13403 debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
13404 Set up rs6000_recip_bits based on the -mrecip* options. Print the
13405 cost information if -mdebug=cost or -mdebug=reg.
13406 (rs6000_override_options): Set -mrecip-precision for power6, and
13407 power7 machines. If -mvsx or -mdfp, enable various options that
13408 came in previous instruction set ISAs, unless the option was
13409 explicitly disabled by the command line option. Parse
13410 -mrecip=<opt> options.
13411 (rs6000_builtin_vectorized_function): Add support for vectorizing
13412 the reciprocal estimate builtins and expansions.
13413 (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
13414 (bdesc_2arg): Add reciprocal estimate builtins.
13415 (bdesc_1arg): Add reciprocal square root estimate builtins.
13416 (rs6000_expand_builtin): Rewrite to use a switch statement,
13417 instead of multiple if/then/elses. Add reciprocal estimate builtins.
13418 (rs6000_init_builtins): Create declarations for reciprocal
13419 estimate builtins.
13420 (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
13421 sized, prefer traditional floating point registers, if integer
13422 vector types, prefer altivec registers. Don't actually look at
13423 the memory address any more.
13424 (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
13425 builtins.
13426 (rs6000_load_constant_and_splat): New helper function to load up
13427 the constant for reciprocal estimate instructions.
13428 (rs6000_emit_madd): New helper function for generating
13429 multiply/add type instructions, based on the current switches.
13430 (rs6000_emit_msub): Ditto.
13431 (rs6000_emit_mnsub): Ditto.
13432 (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
13433 replace a divide with a reciprocal estimate and fixup, adding
13434 support for machines with high precision and vectors.
13435 (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
13436 low precision machines.
13437 (rs6000_emit_swdiv): New common function to be called to replace a
13438 division with reciprocal estimate and fixup.
13439 (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf. Add support
13440 for double and vector types. Add support for high precision machines.
13441
13442 * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
13443 the reciprocal estimate instructions can be generated.
13444 (TARGET_FRE): Ditto.
13445 (TARGET_FRSQRTES): Ditto.
13446 (TARGET_FRSQRTE): Ditto.
13447 (RS6000_RECIP_*): New macros for reciprocal estimate support.
13448
13449 * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
13450 square root estimate on vectors.
13451 (re<mode>2): New insn for reciprocal division estimate on vectors.
13452
13453 * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
13454 New builtin.
13455 (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
13456 (ALTIVEC_BUITLIN_VEC_RE): Ditto.
13457 (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
13458 (VSX_BUILTIN_RSQRT_V4SF): Ditto.
13459 (VSX_BUITLIN_RSQRT_V2DF): Ditto.
13460 (RS6000_BUILTIN_RSQRT): Ditto.
13461 (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
13462 floating point builtin.
13463
13464 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
13465 macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
13466 __RECIP_PRECISION__ based on the command line switches.
13467 (altivec_overloaded_builtins): Add reciprocal estimate builtins.
13468
13469 * config/rs6000/rs6000.opt (-mrecip): Document add support for
13470 replacing division instructions with reciprocal estimate and fixup.
13471 (-mrecip=<opt>): New option.
13472 (-mrecip-precision): Ditto.
13473
13474 * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
13475 (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
13476 (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
13477 precision scalar.
13478
13479 * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
13480 (UNSPEC_VREFP): Ditto.
13481 (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
13482 conterparts with regard to support of -mno-fused-madd and -ffast-math.
13483 (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
13484 reciprocal estimate instructions to be generated.
13485 (altivec_vrefp): Ditto.
13486
13487 * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
13488 estimate support.
13489 (rreg): New mode attribute for reciprocal estimate support.
13490 (recip<mode>3): New insn for division using reciprocal estimate
13491 and fixup builtins.
13492 (divide define_split): New define_split to convert floating point
13493 division to use reciprocal estimate if the user used the
13494 appropriate options and the split is run when we can add new
13495 pseudo registers for the fixup.
13496 (rsqrt<mode>2): New insn for reciprocal square root support.
13497 (recipsf3): Move into recip<mode>3.
13498 (recipdf3): Ditto.
13499 (fres): Use TARGET_FRES.
13500 (rsqrtsf2): Move into rsqrt<mode>2.
13501 (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
13502 (copysignsf3): Add support for VSX.
13503 (fred): Use TARGET_FRE.
13504 (fred_fpr): Ditto.
13505 (rsqrtdf_internal1): New function for frsqrte instruciton.
13506
13507 * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
13508 (vec_rsqrt): Ditto.
13509
13510 2010-06-03 Richard Guenther <rguenther@suse.de>
13511
13512 PR middle-end/44291
13513 * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
13514 (set_user_assembler_libfunc): Likewise.
13515
13516 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
13517
13518 * mkconfig.sh: Include insn-flags.h and insn-constants.h before
13519 defaults.h.
13520 * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
13521 to defaults.h
13522 * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
13523 DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
13524 FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
13525 STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
13526 STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
13527 STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
13528 STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
13529 STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
13530 * defaults.h: Updated for above mentioned changes.
13531
13532 2010-06-02 Kai Tietz <kai.tietz@onevision.com>
13533
13534 * c-common.c: Remove header include of tm_p.h.
13535 * Makefile.in (c-common.o): Remove TM_P_H dependency.
13536
13537 2010-06-02 Jakub Jelinek <jakub@redhat.com>
13538
13539 * tree.h (struct tree_decl_map): New type.
13540 (tree_decl_map_eq, tree_decl_map_marked_p): Define.
13541 (tree_decl_map_hash): New prototype.
13542 (debug_expr_for_decl, value_expr_for_decl): Change into
13543 tree_decl_map hashtab from tree_map.
13544 (init_ttree): Adjust initialization.
13545 (tree_decl_map_hash): New function.
13546 (decl_debug_expr_lookup, decl_debug_expr_insert,
13547 decl_value_expr_lookup, decl_value_expr_insert): Adjust.
13548
13549 2010-06-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13550
13551 * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
13552 linker emulations.
13553 * configure: Regenerate.
13554 * config.in: Regenerate.
13555
13556 * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
13557 (X86_64_EMULATION): Define.
13558 (TARGET_LD_EMULATION): Use them.
13559
13560 * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
13561 (SPARC64_EMULATION): Define.
13562 (LINK_ARCH_SPEC): Use them.
13563
13564 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
13565
13566 * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
13567 smallest_mode_for_size for computing the precision types of new
13568 graphite IVs. Do not call lang_hooks.types.type_for_size.
13569
13570 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
13571
13572 * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
13573 information.
13574 (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
13575
13576 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
13577
13578 PR middle-end/44363
13579 * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
13580 return false instead.
13581
13582 2010-06-02 Jan Hubicka <jh@suse.cz>
13583
13584 PR middle-end/44295
13585 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
13586 create new cgraph node to check callee.
13587
13588 2010-06-02 Richard Guenther <rguenther@suse.de>
13589
13590 * lto-streamer-in.c (input_gimple_stmt): Fix typo.
13591
13592 2010-06-02 Richard Guenther <rguenther@suse.de>
13593
13594 * lto-wrapper.c (lto_wrapper_exit): Rename to ...
13595 (lto_wrapper_cleanup): ... this. Do not exit.
13596 (fatal): Adjust. Exit here.
13597 (fatal_perror): Likewise.
13598 (fatal_signal): New function.
13599 (main): Set up signal handlers to cleanup temporary files.
13600 * Makefile.in (lto-wrapper.o): Adjust dependencies.
13601
13602 2010-06-02 Richard Guenther <rguenther@suse.de>
13603
13604 PR tree-optimization/44377
13605 * tree-ssa-structalias.c (find_func_aliases): Fix typo.
13606
13607 2010-06-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13608
13609 * config/s390/2097.md (z10_fhex): Remove insn reservation.
13610 * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
13611 (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
13612 *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
13613 instruction.
13614 * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
13615
13616 2010-06-02 Jan Hubicka <jh@suse.cz>
13617
13618 * bitmap.c (bitmap_descriptor): Add search_iter.
13619 (bitmap_find_bit): Increment it.
13620 (print_statistics): Print it.
13621
13622 2010-06-02 Nathan Froyd <froydnj@codesourcery.com>
13623
13624 * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
13625 instead of gimple_build_call_vec. Delete unnecessary local variable.
13626
13627 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
13628
13629 * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
13630 change from yesterday.
13631
13632 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
13633
13634 * c-ada-spec.c: Clean up redundant includes.
13635
13636 2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
13637
13638 * gimplify.c: Do not include except.h and optabs.h.
13639 (gimplify_body): Do not initialize RTL profiling.
13640 * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
13641 langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
13642 * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
13643 output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
13644 langhooks.h.
13645
13646 * tree-pretty-print.h: Include pretty-print.h.
13647 * gimple-pretty-print.h: Include pretty-print.h.
13648
13649 * tree-pretty-print.c: Do not include diagnostic.h.
13650 * tree-vrp.c: Likewise.
13651 * tree-tailcall.c: Likewise
13652 * tree-scalar-evolution.c: Likewise
13653 * tree-ssa-dse.c: Likewise
13654 * tree-chrec.c: Likewise
13655 * tree-ssa-sccvn.c: Likewise
13656 * tree-ssa-copyrename.c: Likewise
13657 * tree-nomudflap.c: Likewise
13658 * tree-call-cdce.c: Likewise
13659 * tree-stdarg.c: Likewise
13660 * tree-ssa-math-opts.c: Likewise
13661 * tree-nrv.c: Likewise
13662 * tree-ssa-sink.c: Likewise
13663 * tree-browser.c: Likewise
13664 * tree-ssa-loop-ivcanon.c: Likewise
13665 * tree-ssa-loop.c: Likewise
13666 * tree-parloops.c: Likewise
13667 * tree-ssa-address.c: Likewise
13668 * tree-ssa-ifcombine.c: Likewise
13669 * tree-if-conv.c: Likewise
13670 * tree-data-ref.c: Likewise
13671 * tree-affine.c: Likewise
13672 * tree-ssa-phiopt.c: Likewise
13673 * tree-ssa-coalesce.c: Likewise
13674 * tree-ssa-pre.c: Likewise
13675 * tree-ssa-live.c: Likewise
13676 * tree-predcom.c: Likewise
13677 * tree-ssa-forwprop.c: Likewise
13678 * tree-ssa-dce.c: Likewise
13679 * tree-ssa-ter.c: Likewise
13680 * tree-ssa-loop-prefetch.c: Likewise
13681 * tree-optimize.c: Likewise
13682 * tree-ssa-phiprop.c: Likewise
13683 * tree-object-size.c: Likewise
13684 * tree-outof-ssa.c: Likewise
13685 * tree-ssa-structalias.c: Likewise
13686 * tree-switch-conversion.c: Likewise
13687 * tree-ssa-reassoc.c: Likewise
13688 * tree-ssa-operands.c: Likewise
13689 * tree-vectorizer.c: Likewise
13690 * tree-vect-data-refs.c: Likewise
13691 * tree-vect-generic.c: Likewise
13692 * tree-vect-stmts.c: Likewise
13693 * tree-vect-patterns.c: Likewise
13694 * tree-vect-slp.c: Likewise
13695 * tree-vect-loop.c: Likewise
13696 * tree-ssa-loop-ivopts.c: Likewise
13697 * tree-ssa-loop-im.c: Likewise
13698 * tree-ssa-loop-niter.c: Likewise
13699 * tree-ssa-loop-unswitch.c: Likewise
13700 * tree-ssa-loop-manip.c: Likewise
13701 * tree-ssa-loop-ch.c: Likewise
13702 * tree-dump.c: Likewise
13703 * tree-complex.c: Likewise
13704
13705 * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
13706 * tree-ssa-uninit.c: Likewise
13707 * tree-ssa-threadupdate.c: Likewise
13708 * tree-ssa-uncprop.c: Likewise
13709 * tree-ssa-ccp.c: Likewise
13710 * tree-ssa-dom.c: Likewise
13711 * tree-ssa-propagate.c: Likewise
13712 * tree-ssa-alias.c: Likewise
13713 * tree-dfa.c: Likewise
13714 * tree-cfgcleanup.c: Likewise
13715 * tree-sra.c: Likewise
13716 * tree-ssa-copy.c: Likewise
13717 * tree-ssa.c: Likewise
13718 * tree-profile.c: Likewise
13719 * tree-cfg.c: Likewise
13720 * tree-ssa-threadedge.c: Likewise
13721 * tree-vect-loop-manip.c: Likewise
13722
13723 * tree-inline.c: Do not include diagnostic.h and expr.h.
13724 Include rtl.h.
13725 (copy_decl_for_dup_finish): Do not use NULL_RTX.
13726
13727 * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
13728 * tree-loop-distribution.c: Likewise.
13729
13730 2010-06-01 Jan Hubicka <jh@suse.cz>
13731
13732 * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
13733
13734 2010-06-01 Jan Hubicka <jh@suse.cz>
13735
13736 * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
13737 remove return value.
13738 (split_bbs_on_noreturn_calls) .... here.
13739 * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
13740 * tree-flow.h (fixup_noreturn_call): New.
13741
13742 2010-06-01 Jan Hubicka <jh@suse.cz>
13743
13744 * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
13745
13746 2010-06-01 Nathan Froyd <froydnj@codesourcery.com>
13747
13748 * tree.h (build_nt_call_list): Delete.
13749 * tree.c (build_nt_call_list): Delete.
13750
13751 2010-06-01 Jan Hubicka <jh@suse.cz>
13752
13753 * fwprop.c: Make emit-rtl.h include last.
13754 * rtlanal.c: Include emit-rtl.h.
13755 * genautomata.c: Output emit-rtl include into insn-automata.c
13756 * df-scan.c: Include emit-rtl.h.
13757 * haifa-sched.c: Indlude emit-rtl.h.
13758 * mode-switching.c: Indlude emit-rtl.h.
13759 * graph.c: Indlude emit-rtl.h.
13760 * sel-sched.c: Include emit-rtl.h.
13761 * sel-sched-ir.c: Include emit-rtl.h.
13762 * ira-build.c: Include emit-rtl.h.
13763 * emit-rtl.c (first_insn, last_insn): Remove defines.
13764 (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
13765 Move to emit-rtl.h.
13766 (set_new_first_and_last_insn, get_last_insn_anywhere,
13767 get_first_nonnote_insn, get_last_nonnote_insn, try_split,
13768 make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
13769 delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
13770 emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
13771 push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
13772 Use accessor functions.
13773 * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
13774 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
13775 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
13776 mem_expr_equal_p): Move here from rtl.h.
13777 (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
13778 Move here from emit-rtl.c; make inline.
13779 * cfglayout.h: Include emit-rtl.h.
13780 * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
13781 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
13782 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
13783 mem_expr_equal_p, get_insns, set_first-insn,
13784 get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
13785 * reg-stack.c: Include emit-rtl.h.
13786 * dce.c: Likewise.
13787
13788 2010-06-01 Jan Hubicka <jh@suse.cz>
13789
13790 * cgraph.h (tree_function_versioning): Update prototype.
13791 (cgraph_function_versioning): Update prototype.
13792 * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
13793 bitmap.
13794 (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
13795 (cgraph_materialize_clone, save_inline_function_body): Update use of
13796 tree_function_versioning.
13797 * tree-inline.c (copy_bb): Look for previous copied block to link
13798 after; fix debug output.
13799 (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
13800 (copy_body): Likewise.
13801 (expand_call_inline): Update use of copy_body.
13802 (tree_function_versioning): Update use of copy body; accept
13803 blocks_to_copy and new_entry.
13804
13805 2010-06-01 Jan Hubicka <jh@suse.cz>
13806
13807 * gegenrtl.c: Remove unnecesary prototypes.
13808 (gendecl): Remove.
13809 (gendef): Produce static inline.
13810 (gencode): Remove.
13811 (main): Do not decode parameters; generate header only.
13812 * Makefile.in (genrtl.c): Remove.
13813
13814 2010-06-01 Jan Hubicka <jh@suse.cz>
13815
13816 * tree-switch-conversion.c (build_one_array): Make it readonly.
13817
13818 2010-06-01 Richard Guenther <rguenther@suse.de>
13819
13820 * optabs.c (init_optabs): Guard all accesses to reinit.
13821 * ipa-pure-const.c (propagate): Fix another typo.
13822 * opts.c (common_handle_option): Split assignment to bool.
13823 * c-opts.c (c_common_handle_option): Likewise.
13824
13825 2010-06-01 Arnaud Charlet <charlet@adacore.com>
13826 Matthew Gingell <gingell@adacore.com>
13827
13828 * doc/invoke.texi: Mention -fdump-ada-spec.
13829 * tree-dump.c (dump_files): Add ada-spec.
13830 (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
13831 * tree-pass.h (tree_dump_index): Add TDI_ada.
13832 * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
13833 (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
13834 (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
13835 * c-decl.c: Include c-ada-spec.h.
13836 (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
13837 functions.
13838 (c_write_global_declarations): Add handling of -fdump-ada-spec.
13839 * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
13840 * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
13841 * c-ada-spec.h, c-ada-spec.c: New files.
13842
13843 2010-06-01 Richard Guenther <rguenther@suse.de>
13844
13845 PR lto/43853
13846 * ipa-pure-const.c (get_function_state): Hand back varying state
13847 if we do not have one.
13848 (has_function_state): New function.
13849 (duplicate_node_data): Adjust.
13850 (remove_node_data): Likewise.
13851 (pure_const_write_summary): Likewise.
13852 (propagate): Likewise. Fix typo.
13853
13854 2010-06-01 Jan Hubicka <jh@suse.cz>
13855
13856 * tree-cfg.c (verify_stmt): Do not skip could_throw test.
13857 * passes.c (execute_function_todo): Do not make implicit verify_ssa.
13858 (execute_all_ipa_transforms): Do not play with the states.
13859
13860 2010-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
13861
13862 * config/arm/t-linux-androideabi: New.
13863 * config.gcc (arm*-*-linux-androideabi): Include multilib config.
13864
13865 2010-06-01 Jan Hubicka <jh@suse.cz>
13866
13867 * tree-inline.c (estimate_num_insns): For stdarg functions look
13868 into call statement to count cost of argument passing.
13869
13870 2010-06-01 Kai Tietz <kai.tietz@onevision.com>
13871
13872 * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
13873 argument for fprintf.
13874 (ix86_output_addr_diff_elt): Likewise.
13875 (x86_function_profiler): Likewise.
13876 * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
13877 (LPREFIX): Likewise.
13878 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
13879
13880 2010-05-31 Jakub Jelinek <jakub@redhat.com>
13881
13882 PR target/44338
13883 * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
13884 fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
13885 fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
13886 fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
13887 fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
13888 fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
13889 fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
13890 Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
13891 TARGET_FUSED_MADD.
13892
13893 2010-05-31 Jan Hubicka <jh@suse.cz>
13894
13895 * tree.h (tree_range_check_failed): Declare noreturn.
13896
13897 2010-05-31 Jan Hubicka <jh@suse.cz>
13898
13899 * gimple.c (gimple_call_builtin_p): New function.
13900 * gimple.h (gimple_call_builtin_p): Declare.
13901 * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
13902 to exit.
13903 (execute_warn_function_return): BUILT_IN_RETURN is return.
13904 (split_critical_edges): Return edges are not critical.
13905 (is_ctrl_altering_stmt): Builtin_in_return is altering.
13906 (gimple_verify_flow_info): Handle built_in_return.
13907 (execute_warn_function_return): Handle built_in_return.
13908 * ipa-pure-const.c (check_call): Ignore builtin_return.
13909
13910 2010-05-31 Jakub Jelinek <jakub@redhat.com>
13911
13912 PR middle-end/44337
13913 * expr.c (expand_assignment): Don't store anything for out-of-bounds
13914 array accesses with non-MEM.
13915
13916 PR tree-optimization/44182
13917 * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
13918 newly needs to end a bb is followed by debug stmts, instead return
13919 true from the function at the end.
13920 (maybe_move_debug_stmts_to_successors): New function.
13921 (copy_cfg_body): Call it if copy_edges_for_bb returned true.
13922
13923 2010-05-31 Kai Tietz <kai.tietz@onevision.com>
13924
13925 PR target/44161
13926 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
13927
13928 2010-05-31 Eric Botcazou <ebotcazou@adacore.com>
13929
13930 * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
13931 for nested functions in non-optimized compilation.
13932
13933 2010-05-31 Richard Guenther <rguenther@suse.de>
13934
13935 * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
13936
13937 2010-05-30 Jan Hubicka <jh@suse.cz>
13938
13939 * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
13940
13941 2010-05-30 Richard Guenther <rguenther@suse.de>
13942
13943 PR lto/42975
13944 * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
13945 (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
13946 no longer needed.
13947
13948 2010-05-30 Iain Sandoe <iains@gcc.gnu.org>
13949
13950 * config/darwin.c (output_objc_section_asm_op): Add comment.
13951 (name_needs_quotes): Add '_' to list of valid comment chars.
13952 (machopic_output_function_base_name): Remove unneeded quotes.
13953 (darwin_encode_section_info): Adjust asm whitespace.
13954 * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
13955 (ASM_OUTPUT_LOCAL): Ditto.
13956 * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
13957 * config/darwin.h (GLOBAL_ASM_OP): Ditto.
13958 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
13959
13960 2010-05-30 Eric Botcazou <ebotcazou@adacore.com>
13961
13962 * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
13963 RS6000_OUTPUT_BASENAME unconditionally.
13964 (rs6000_output_function_epilogue): Likewise.
13965
13966 2010-05-30 Jan Hubicka <jh@suse.cz>
13967
13968 * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
13969 nodes.
13970
13971 2010-05-30 Richard Guenther <rguenther@suse.de>
13972
13973 * tree-cfg.c (verify_gimple_assign_single): Implement
13974 verification for COND_EXPR rhs.
13975
13976 2010-05-30 Jan Hubicka <jh@suse.cz>
13977
13978 * cgraph.h (cgraph_dump_file): Declare.
13979 * cgraphunit.c (cgraph_dump_file): Export.
13980 * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
13981
13982 2010-05-30 Jan Hubicka <jh@suse.cz>
13983
13984 * dwarf2out.c (reference_to_unused,
13985 premark_types_used_by_global_vars_helper): Avoid creation of new
13986 varpool nodes.
13987
13988 2010-05-30 Jan Hubicka <jh@suse.cz>
13989
13990 * cgraph.h (cgraph_node_cannot_return,
13991 cgraph_edge_cannot_lead_to_return): New functions.
13992 * cgraph.c (cgraph_node_cannot_return,
13993 cgraph_edge_cannot_lead_to_return): Use them.
13994 * ipa-pure-const.c (pure_const_names): New static var.
13995 (check_call): Handle calls not leading to return.
13996 (pure_const_read_summary): Dump info read.
13997 (propagate): Dump info about propagation process; ignore side effects
13998 of functions not leading to exit; fix handling of pure functions.
13999
14000 2010-05-30 Jan Hubicka <jh@suse.cz>
14001
14002 * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
14003 for tail call epilogues.
14004
14005 2010-05-30 Jan Hubicka <jh@suse.cz>
14006
14007 * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
14008 ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
14009 dump files.
14010
14011 2010-05-29 Jan Hubicka <jh@suse.cz>
14012
14013 * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
14014 node; remove references in node we no longer keep in cgrpah but need
14015 body of.
14016
14017 2010-05-29 Jan Hubicka <jh@suse.cz>
14018
14019 * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
14020
14021 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14022
14023 PR target/44165
14024 * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
14025
14026 2010-05-29 Jan Hubicka <jh@suse.cz>
14027
14028 * tree-vrp.c (debug_value_range, debug_all_value_ranges,
14029 debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
14030 * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
14031 debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
14032 debug_names_replaced_by, debug_update_ssa): Likewise.
14033 * sbitmap.c (debug_sbitmap): Likewise.
14034 * genrecog.c (debug_decision, debug_decision_list): Likewise.
14035 * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
14036 debug_tree_chain): Likewise.
14037 * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
14038 * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
14039 * optabs.c (debug_optab_libfuncs): Likewise.
14040 (verify_loop_closed_ssa): Likewise.
14041 * value-prof.c (verify_histograms): Likewise.
14042 * reload.c (debug_reload_to_stream, debug_reload): Likewise.
14043 * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
14044 * cfghooks.c (verify_flow_info): Likewise.
14045 * fold-const.c (debug_fold_checksum): Likewise.
14046 * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
14047 * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
14048 Likewise.
14049 * omega.c (debug_omega_problem): Likewise.
14050 * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
14051 * tree-ssa-ccp.c (debug_lattice_value): Likewise.
14052 * dominance.c (verify_dominators, debug_dominance_info,
14053 debug_dominance_tree): Likewise.
14054 * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
14055 * df_regno_debug, df_ref_debug,
14056 debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
14057 debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
14058 * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
14059 * sel-sched.c (debug_state): Likewise.
14060 * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
14061 Likewise.
14062 * cfganal.c (print_edge_list, verify_edge_list): Likewise.
14063 * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
14064 * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
14065 * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
14066 Likewise.
14067 * c-pretty-print.c (debug_c_tree): Likewise.
14068 * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
14069 debug_av_set, debug_lv_set, debug_ilist, debug_blist,
14070 debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
14071 * ebitmap.c (debug_ebitmap): Likewise.
14072 * function.c (debug_find_var_in_block_tree): Likewise.
14073 * print-rtl.c (debug_rtx): Likewise.
14074 (debug_rtx_count): Likewise.
14075 (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
14076 * stor-layout.c (debug_rli): Likewise.
14077 * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
14078 * tree-data-ref.c (debug_data_references,
14079 debug_data_dependence_relations, debug_data_reference,
14080 debug_data_dependence_relation, debug_rdg_vertex,
14081 debug_rdg_component, debug_rdg): Likewise.
14082 * tree-affine.c (debug_aff): Likewise.
14083 * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
14084 Likewise.
14085 * except.c (debug_eh_tree, verify_eh_tree): Likewise.
14086 * emit-rtl.c (verify_rtl_sharing): Likewise.
14087 * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
14088 debug_value_expressions): Likewise.
14089 * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
14090 * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
14091 * print-tree.c (debug_tree, debug_vec_tree): Likewise.
14092 * cfglayout.c (verify_insn_chain): Likewise.
14093 * graphite-clast-to-gimple.c (debug_clast_name_indexes,
14094 debug_clast_stmt, debug_generated_program): Likewise.
14095 * ggc-page.c (debug_print_page_list): Likewise.
14096 * tree-ssa-ter.c (debug_ter): Likewise.
14097 * graphite-dependences.c (debug_pddr): Likewise.
14098 * sched-deps.c (debug_ds): Likewise.
14099 * tree-ssa.c (verify_ssa): Likewise.
14100 * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
14101 debug_scattering_functions, debug_iteration_domains, debug_pdr,
14102 debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
14103 debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
14104 * tree-inline.c (debug_find_tree): Likewise.
14105 * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
14106 debug_ppl_powerset_matrix): Likewise.
14107 * var-tracking.c (debug_dv): Likewise.
14108 * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
14109 * cfgloop.c (verify_loop_structure): Likewise.
14110 * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
14111 * c-common.c (verify_sequence_points): Likewise.
14112 * sched-rgn.c (debug_regions, debug_region, debug_candidate,
14113 debug_candidates, debug_rgn_dependencies): Likewise.
14114 * tree-ssa-structalias.c (debug_constraint, debug_constraints,
14115 * debug_constraint_graph, debug_solution_for_var,
14116 debug_sa_points_to_info): Likewise.
14117 * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
14118 Likewie.
14119 * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
14120 debug_loops, debug_loop, debug_loop_num): Likewise.
14121 * passes.c (debug_pass): Likewise.
14122 (dump_properties): Likewise; add cfglayout property.
14123 (debug_properties): Likewise.
14124 * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
14125 * varpool.c (debug_varpool): Likewise.
14126 * regcprop.c (debug_value_data): Likewise.
14127 * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
14128 debug_immediate_uses_for): Likewise.
14129
14130 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
14131
14132 PR bootstrap/44315
14133 * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
14134 Filter out insn-flags.h.
14135
14136 2010-05-29 Jan Hubicka <jh@suse.cz>
14137
14138 * cgraph.h (struct varpool_node_set_def,
14139 struct cgraph_node_set_def): Remove unused AUX pointer.
14140 (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
14141 VEC_empty macro.
14142
14143 2010-05-29 Jan Hubicka <jh@suse.cz>
14144
14145 PR middle-end/44324
14146 * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
14147
14148 2010-05-29 Richard Guenther <rguenther@suse.de>
14149
14150 * lto-streamer.c (cached_bp): New global variable.
14151 (bitpack_create): Return the cached bitpack, if available.
14152 (bitpack_delete): Clear and cache the bitpack, if appropriate.
14153 (bp_pack_value): Remove redundant asserts.
14154
14155 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
14156
14157 PR middle-end/44306
14158 * tree-if-conv.c (is_true_predicate): New.
14159 (is_predicated): Use is_true_predicate.
14160 (add_to_predicate_list): Same. Do not use unshare_expr.
14161 (add_to_dst_predicate_list): Same.
14162
14163 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
14164
14165 * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
14166 field on edges.
14167 (predicate_bbs): Same.
14168 (clean_predicate_lists): Same.
14169 (find_phi_replacement_condition): Do not AND the predicate from
14170 edge->aux.
14171
14172 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
14173
14174 PR bootstrap/44315
14175 * Makefile.in (build/gencondmd.o): Add a missing `\'.
14176
14177 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14178
14179 PR target/44261
14180 config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
14181 (negdf2): Adjust expander pattern and use negdf2_slow.
14182 (negsf2): Likewise.
14183
14184 2010-05-29 Nathan Froyd <froydnj@codesourcery.com>
14185
14186 * basic-block.h (struct control_flow_graph): Move last_label_uid field
14187 up.
14188 * df.h (struct df_base_ref): Move regno field up.
14189 * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
14190 * expr.h (struct separate_ops): Move location field up.
14191 * optabs.h (struct optab_d): Move libcall_basename field down.
14192 * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
14193 * config/i386/i386.h (struct machine_function): Convert call_abi field
14194 into a bitfield. Move cfa field to the end of the structure.
14195
14196 2010-05-29 Jan Hubicka <jh@suse.cz>
14197
14198 * varpool.c (varpool_get_node): Fix lookup.
14199
14200 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
14201
14202 * config/spu/spu-protos.h: Do not include rtl.h. Protect
14203 RTL specific prototypes with #ifdef RTX_CODE.
14204 * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
14205 * config/spu/t-spu-elf: Fix dependencies.
14206
14207 * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
14208
14209 2010-05-29 Mike Stump <mikestump@comcast.net>
14210
14211 PR bootstrap/44315
14212 * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
14213 TM_H when building to avoid dependency loops.
14214
14215 2010-05-29 Jan Hubicka <jh@suse.cz>
14216
14217 * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
14218 refs and body; not the whole node for masters of materialized clones.
14219
14220 2010-05-29 Mike Stump <mikestump@comcast.net>
14221
14222 * config/rs6000/rs6000-c.c: Remove c-tree.h include.
14223
14224 2010-05-29 Jan Hubicka <jh@suse.cz>
14225
14226 * cgraph.c (clone_function_name): Take SUFFIX argument; export.
14227 (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
14228 use of clone_function_name.
14229 * cgraph.h (cgraph_create_virtual_clone,
14230 cgraph_function_versioning): update prototypes.
14231 (clone_function_name): Declare.
14232 * ipa-cp.c (ipcp_insert_stage): Update call of
14233 cgraph_create_virtual_clone.
14234 * omp-low.c (create_omp_child_function_name): Use
14235 cgraph_create_virtual_clone.
14236 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
14237 (cgraph_function_versioning): Take SUFFIX argument; produce new name
14238 and make decl local.
14239
14240 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
14241
14242 * vec.h: Include statistics.h
14243 * Makefile.in: Introduce VEC_H. Replace all vec.h dependencies
14244 with VEC_H.
14245
14246 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
14247
14248 * c-lex.c: Do not include c-tree.h.
14249 * c-pretty-print.c: Likewise.
14250 * c-opts.c: Likewise.
14251 * c-gimplify.c: Likewise.
14252 * c-common.c: Likewise.
14253 * c-dump.c: Likewise. Include c-common.h.
14254
14255 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
14256
14257 * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
14258 before including diagnostic-core.h.
14259 (c_cpp_error): New prototype moved from c-tree.h.
14260 Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
14261 * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
14262 (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
14263 (c_cpp_error): Prototype moved to c-common.h.
14264 * Makefile.in: Update dependency for C_COMMON_H.
14265
14266 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
14267
14268 * c-common.h: Add FIXME for awkward split of c_register_addr_space.
14269 * c-common.c (c_register_addr_space): Remove here.
14270 * c-decl.c (c_register_addr_space): Re-add here.
14271
14272 2010-05-28 Mike Stump <mikestump@comcast.net>
14273
14274 * config/darwin-c.c: Remove c-tree.h include.
14275
14276 2010-05-28 Joseph Myers <joseph@codesourcery.com>
14277
14278 * gcc.c: Include diagnostic.h.
14279 (error_count): Remove. All users changed to use errorcount.
14280 (programname): Remove. All users changed to use progname.
14281 (fancy_abort, internal_error, fatal_error, error, warning, inform,
14282 fnotice): Remove.
14283 (execute): Don't include "Internal error" and bug reporting
14284 information in argument of internal_error call.
14285 (process_command): Don't increment error_count after calling
14286 perror_with_name.
14287 (input_filename): Rename to gcc_input_filename. All users
14288 changed.
14289 (main): Call diagnostic_initialize. Register delete_temp_files
14290 with atexit. Use seen_error to test for errors.
14291 * gcc.h: Include diagnostic-core.h.
14292 (fatal_error, error, warning): Remove.
14293 * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
14294 (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
14295 (gcc.o): Update dependencies.
14296
14297 2010-05-28 Jeff Law <law@redhat.com>
14298
14299 * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
14300 functions.
14301 * ira.h (ira_bad_reload_regno): Declare
14302 * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
14303
14304 * ira-color.c (update_curr_costs): Free updated hard reg costs.
14305 (ira_reassign_conflict_allocnos): Remove bogus asserts.
14306 (allocno_reload_assign): Likewise.
14307
14308 2010-05-28 Nathan Froyd <froydnj@codesourcery.com>
14309
14310 * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
14311 build1_stat.
14312
14313 2010-05-28 Richard Guenther <rguenther@suse.de>
14314
14315 PR lto/44312
14316 * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
14317 Stream fixed-point constants mode.
14318 (unpack_ts_type_value_fields): Fix width of TYPE_MODE
14319 and TYPE_PRECISION.
14320 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
14321 Stream fixed-point constants mode.
14322 (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
14323 and TYPE_PRECISION.
14324
14325 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
14326
14327 * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
14328 only place it was called from.
14329 (number_of_latch_executions): Do not return chrec_dont_know when the
14330 may_be_zero is a runtime condition: instead, return a COND_EXPR
14331 including the may_be_zero condition.
14332 * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
14333 of nb_iterations.
14334 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
14335 COND_EXPRs.
14336
14337 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
14338
14339 * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
14340 generate COND_EXPRs for degenerate_phi_result.
14341
14342 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
14343
14344 PR middle-end/44293
14345 * tree-if-conv.c (if_convertible_loop_p): Check the
14346 if-convertibility of phi nodes in non predicated BBs.
14347
14348 2010-05-28 Joseph Myers <joseph@codesourcery.com>
14349
14350 * gcc.c (error, warning, inform): Remove duplicate ": " in output.
14351
14352 2010-05-28 Joseph Myers <joseph@codesourcery.com>
14353
14354 PR driver/15303
14355 * gcc.c (inform, warning, inform): New functions.
14356 (fatal_ice): Rename to internal_error; change cmsgid parameter to
14357 gmsgid. All callers changed.
14358 (notice): Rename to fnotice; add parameter fp. All callers changed.
14359 (fatal_error): Rename to fatal_signal. All users changed.
14360 (fatal): Rename to fatal_error; change cmsgid parameter to
14361 gmsgid. All callers changed.
14362 (process_command): Use warning instead of error for warnings.
14363 (end_going_arg): Don't use _() around argument of error.
14364 (do_spec_1): Use inform for message from %n specs. Use warning
14365 instead of error for warnings.
14366 (main): Use inform for comparison messages. Use warning for
14367 message about unused linker input.
14368 (error): Increment error_count. Print "error: ".
14369 * gcc.h (fatal): Change to fatal_error.
14370 (warning): Declare.
14371 * config/darwin-driver.c (darwin_default_min_version): Use warning
14372 instead of fprintf for warnings.
14373 * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
14374
14375 2010-05-28 Julian Brown <julian@codesourcery.com>
14376
14377 * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
14378 (*thumb2_addsi3_compare0_scratch): New.
14379 * config/arm/constraints.md (Pv): New.
14380 * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
14381 for ARM mode only.
14382 (*addsi3_compare0_scratch): Likewise.
14383
14384 2010-05-28 Jan Hubicka <jh@suse.cz>
14385
14386 * ipa-reference.c (add_static_var): Remove redundant all_module_statics
14387 check.
14388 (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
14389 only on local statics.
14390
14391 2010-05-28 Iain Sandoe <iains@gcc.gnu.org>
14392
14393 * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
14394
14395 2010-05-28 Maxim Kuvyrkov <maxim@codesourcery.com>
14396
14397 PR bootstrap/44314
14398 * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
14399 (OPTION_GLIBC): Define.
14400
14401 2010-05-28 Jakub Jelinek <jakub@redhat.com>
14402
14403 PR debug/41048
14404 * dwarf2out.c (double_int_type_size_in_bits): New function.
14405 (round_up_to_align): Change first argument and return value to
14406 double_int.
14407 (field_byte_offset): Work internally on double_ints.
14408
14409 PR target/43636
14410 * builtins.c (expand_movstr): Use a temporary pseudo instead
14411 of target even when target is not NULL and not const0_rtx, but
14412 fails movstr predicate.
14413 * config/m32c/blkmov.md (movstr): Add predicate to first operand.
14414
14415 2010-05-28 Joseph Myers <joseph@codesourcery.com>
14416
14417 * final.c (rest_of_clean_state): Use %m in errors instead of
14418 strerror (errno).
14419 * gengtype.c (read_input_list, close_output_files): Use xstrerror
14420 instead of strerror.
14421 * toplev.c (process_options): Use %m in errors instead of strerror
14422 (errno).
14423 * tree-dump.c (dump_begin): Use %m in errors instead of strerror
14424 (errno).
14425
14426 2010-05-28 Uros Bizjak <ubizjak@gmail.com>
14427
14428 * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
14429 (ix86_canonical_va_list_type): Make static. Add declaration.
14430 (ix86_enum_va_list): Make static. Reindent.
14431 * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
14432 (ix86_canonical_va_list_type): Ditto.
14433 (ix86_enum_va_list): Ditto.
14434
14435 2010-05-28 Richard Guenther <rguenther@suse.de>
14436
14437 * lto-wrapper.c (run_gcc): With -save-temps generate a
14438 user-visible ltrans filename. Fixup ltrans unit numbering.
14439
14440 2010-05-28 Kai Tietz <kai.tietz@onevision.com>
14441
14442 * c-common.c (c_common_nodes_and_builtins): Replace use
14443 of TARGET_ENUM_VA_LIST by target hook enum_va_list.
14444 * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
14445 to ix86_enum_va_list.
14446 * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
14447 * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
14448 (TARGET_ENUM_VA_LIST_P): Add hook description.
14449 * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
14450 * target.h (gcc_target): Add enum_va_list hook.
14451
14452 PR bootstrap/44299
14453 * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
14454 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
14455 * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
14456
14457 2010-05-28 Alan Modra <amodra@gmail.com>
14458
14459 PR target/44266
14460 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
14461 emit_library_call machinery to set up __tls_get_addr calls.
14462
14463 2010-05-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14464
14465 * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
14466
14467 2010-05-28 Dodji Seketeli <dodji@redhat.com>
14468
14469 Revert fix for PR c++/44188
14470 * c-common.c (is_typedef_decl): Revert the moving of this
14471 definition ...
14472 * tree.c (is_typedef_decl): ... here.
14473 (typdef_variant_p): Revert the moving of this definition
14474 here from cp/tree.c.
14475 * c-common.h (is_typedef_decl): Revert the moving of this
14476 declaration ...
14477 * tree.h (is_typedef_decl): ... here.
14478 (typedef_variant_p): Revert the moving of this declaration here
14479 from cp/cp-tree.h
14480 * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
14481 (gen_tagged_type_die): Revert the splitting out of ...
14482 (gen_type_die_with_usage): ... this function. Revert the anonymous
14483 tagged type handling.
14484 (gen_typedef_die): Revert emitting DW_TAG_typedef for
14485 typedefs naming anonymous tagged types.
14486
14487 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
14488
14489 * config/rs6000/rs6000-modes.def (PSImode): Delete.
14490
14491 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
14492
14493 * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
14494 * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
14495 throughout.
14496 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
14497 "xer" to "ca".
14498 Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
14499 XER_REGS to CA_REGS throughout.
14500 * config/rs6000/rs6000.h: Same.
14501 (ADDITIONAL_REGISTER_NAMES): Add "xer".
14502 * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO. Document
14503 that mode_iterator "P" is the size for arithmetic carries as well.
14504 * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
14505
14506 2010-05-28 Jakub Jelinek <jakub@redhat.com>
14507
14508 PR bootstrap/44255
14509 * combine.c (struct rtx_subst_pair): Define unconditionally.
14510 (propagate_for_debug_subst): Likewise. If not AUTO_INC_DEC,
14511 copy_rtx pair->to instead of cleanup_auto_inc_dec it.
14512 Call make_compound_operation on pair->to.
14513 (propagate_for_debug): Don't call make_compound_operation here.
14514 Always use simplify_replace_fn_rtx.
14515
14516 2010-05-27 Sterling Augustine <sterling@tensilica.com>
14517
14518 * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
14519 * config/xtensa/xtensa.c (override_options): Check
14520 TARGET_FORCE_NO_PIC and set flag_pic.
14521 * config/xtensa/xtensa.opt: Document -mforce-no-pic
14522
14523 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
14524
14525 PR bootstrap/44299
14526 * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
14527 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
14528
14529 2010-05-27 Joseph Myers <joseph@codesourcery.com>
14530
14531 * diagnostic-core.h: New. Contents moved from diagnostic.h and
14532 toplev.h.
14533 * diagnostic.c: Don't include toplev.h.
14534 (progname): Define. Moved from toplev.c.
14535 (seen_error): New function.
14536 * diagnostic.h: Include diagnostic-core.h.
14537 (diagnostic_t, emit_diagnostic): Don't declare here.
14538 * toplev.c (progname): Move to toplev.c.
14539 (emit_debug_global_declarations, compile_file, finalize,
14540 do_compile, toplev_main): Use seen_error.
14541 * toplev.h: Include diagnostic-core.h.
14542 (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
14543 internal_error, warning, warning_at, error, error_n, error_at,
14544 fatal_error, pedwarn, permerror, sorry, inform, inform_n,
14545 verbatim, fnotice, progname): Move to diagnostic-core.h.
14546 * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
14547 (expand_builtin_expect): Use seen_error.
14548 * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
14549 (c_make_fname_decl, c_write_global_declarations): Use seen_error.
14550 * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
14551 * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
14552 * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
14553 * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
14554 errorcount for errors.
14555 * c-opts.c (c_common_finish): Use seen_error.
14556 * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
14557 * cgraphunit.c (verify_cgraph_node, verify_cgraph,
14558 cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
14559 * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
14560 (get_coverage_counts): Use seen_error.
14561 * dwarf2out.c (dwarf2out_finish): Use seen_error.
14562 * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
14563 gimplify_body): Use seen_error.
14564 * ipa-inline.c (cgraph_early_inlining): Use seen_error.
14565 * ipa-pure-const.c (gate_pure_const): Use seen_error.
14566 * ipa-reference.c (gate_reference): Use seen_error.
14567 * jump.c: Include diagnostic-core.h instead of diagnostic.h.
14568 * lambda-code.c: Include diagnostic-core.h instead of
14569 diagnostic.h.
14570 * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
14571 * lto-compress.c: Include diagnostic-core.h instead of
14572 diagnostic.h.
14573 * lto-section-in.c: Include diagnostic-core.h instead of
14574 diagnostic.h.
14575 * lto-streamer-out.c: Include diagnostic-core.h instead of
14576 diagnostic.h.
14577 * lto-streamer.c: Include diagnostic-core.h instead of
14578 diagnostic.h.
14579 (gate_lto_out): Use seen_error.
14580 * matrix-reorg.c: Include diagnostic-core.h instead of
14581 diagnostic.h.
14582 * omega.c: Include diagnostic-core.h instead of diagnostic.h.
14583 * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
14584 (gate_expand_omp, lower_omp_1): Use seen_error.
14585 * passes.c: Include diagnostic-core.h instead of diagnostic.h.
14586 (rest_of_decl_compilation, rest_of_type_compilation,
14587 gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
14588 * tree-cfg.c (label_to_block_fn): Use seen_error.
14589 * tree-inline.c (optimize_inline_calls): Use seen_error.
14590 * tree-mudflap.c (mudflap_finish_file): Use
14591 seen_error.
14592 * tree-optimize.c (gate_all_optimizations,
14593 gate_all_early_local_passes, gate_all_early_optimizations): Use
14594 seen_error.
14595 * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
14596 * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
14597 (varpool_remove_unreferenced_decls,
14598 varpool_assemble_pending_decls): Use seen_error.
14599 * Makefile.in (DIAGNOSTIC_CORE_H): Define.
14600 (TOPLEV_H, DIAGNOSTIC_H): Update.
14601 (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
14602 lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
14603 c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
14604 builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
14605 coverage.o, lambda-code.o): Update dependencies.
14606
14607 2010-05-25 Dodji Seketeli <dodji@redhat.com>
14608
14609 PR c++/44188
14610 * c-common.c (is_typedef_decl): Move this definition ...
14611 * tree.c (is_typedef_decl): ... here.
14612 (typdef_variant_p): Move definition here from cp/tree.c.
14613 * c-common.h (is_typedef_decl): Move this declaration ...
14614 * tree.h (is_typedef_decl): ... here.
14615 (typedef_variant_p): Move declaration here from cp/cp-tree.h
14616 * dwarf2out.c (is_naming_typedef_decl): New function.
14617 (gen_tagged_type_die): Split out of ...
14618 (gen_type_die_with_usage): ... this function. When an anonymous
14619 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
14620 is emitted for the typedef.
14621 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
14622 anonymous tagged types.
14623
14624 2010-05-27 Jason Merrill <jason@redhat.com>
14625
14626 * print-tree.c (debug_vec_tree): New fn.
14627 (print_vec_tree): New fn.
14628 * tree.h: Declare them.
14629 * gdbinit.in (pvt): New command.
14630
14631 * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
14632
14633 * gdbinit.in (pdd): New command.
14634
14635 2010-05-27 Jan Hubicka <jh@suse.cz>
14636
14637 * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
14638 (update_caller_keys): Return early if there are no callers;
14639 only update fibheap when decresing the key.
14640 (update_callee_keys): Avoid recursion.
14641 (decide_inlining_of_small_functions): When badness does not match;
14642 re-insert into fibheap.
14643
14644 2010-05-27 Steven Bosscher <steven@gcc.gnu.org>
14645
14646 * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
14647 (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
14648 (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
14649 (ALL_HOST_OBJS): Now a union of the above two.
14650 <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
14651 all files in ALL_HOST_FRONTEND_OBJS.
14652 * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
14653
14654 * c-common.c: Pretend to be a backend file by undefining
14655 IN_GCC_FRONTEND (still need rtl.h here).
14656
14657 2010-05-27 Jan Hubicka <jh@suse.cz>
14658
14659 * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
14660 * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
14661
14662 2010-05-27 Jan Hubicka <jh@suse.cz>
14663
14664 * sched-ebb.c: Rename struct deps to struct deps_desc.
14665 * ddg.c: Likewise.
14666 * sel-sched-ir.c: Likewise.
14667 * sched-deps.c: Likewise.
14668 * sched-int.h: Likewise.
14669 * sched-rgn.c: Likewise.
14670
14671 2010-05-27 Jon Beniston <jon@beniston.com>
14672
14673 PR 43726
14674 * config/lm32/lm32.h: Remove definition of
14675 GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
14676
14677 2010-05-27 Eric Botcazou <ebotcazou@adacore.com>
14678
14679 PR lto/44230
14680 * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
14681
14682 2010-05-27 Richard Guenther <rguenther@suse.de>
14683
14684 PR tree-optimization/44284
14685 * tree-vect-stmts.c (vectorizable_assignment): Handle
14686 sign-changing conversions as simple copy.
14687
14688 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
14689
14690 * gthr-posix.h (pthread_cancel): Don't declare if compiling against
14691 Bionic C library.
14692 (__gthread_active_p): Check for pthread_create if compiling against
14693 Bionic C library.
14694
14695 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
14696
14697 Support compilation for Android platform. Reimplement -mandroid.
14698
14699 * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
14700 (*android*): Set ANDROID_DEFAULT.
14701 (arm*-*-linux*): Include linux-android.h.
14702 (arm*-*-eabi*): Don't include previous -mandroid implementation.
14703 * config/arm/eabi.h: Remove, move Android-specific parts ...
14704 * config/linux-android.h: ... here. New file.
14705 * config/arm/eabi.opt: Rename to ...
14706 * config/linux-android.opt: ... this.
14707 (mandroid): Allow -mno-android option. Initialize based on
14708 ANDROID_DEFAULT.
14709 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
14710 Move logic to corresponding LINUX_TARGET_* macros.
14711 (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
14712 * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
14713 (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
14714 Android definitions.
14715 (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
14716 * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
14717 Document.
14718
14719 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
14720
14721 Add support for Bionic C library
14722
14723 * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
14724 macro.
14725 (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
14726 (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
14727
14728 * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
14729 (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
14730 (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
14731 to support multiple C libraries. Handle Bionic.
14732 (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
14733 (BIONIC_DYNAMIC_LINKER64): Define.
14734 (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
14735 Update.
14736 (TARGET_HAS_SINCOS): Enable for Bionic.
14737
14738 * config/linux.opt: Rewrite to handle more than 2 C libraries. Make
14739 the last option specified on command line take effect.
14740 (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
14741 (mbionic): New.
14742 (mglibc, muclibc): Update.
14743
14744 * config/alpha/linux-elf.h, config/rs6000/linux64.h,
14745 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
14746 DEFAULT_LIBC.
14747
14748 * doc/invoke.texi (-mglibc, -muclibc): Update.
14749 (-mbionic): Document.
14750
14751 2010-05-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14752
14753 * c-common.h (c_register_addr_space): Add prototype.
14754 (ADDR_SPACE_KEYWORD): Remove.
14755 * c-common.c (c_register_addr_space): New function.
14756 (c_addr_space_name): Reimplement.
14757 (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
14758
14759 * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
14760 (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
14761
14762 * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
14763 Remove TARGET_ADDR_SPACE_KEYWORDS.
14764
14765 2010-05-27 Joseph Myers <joseph@codesourcery.com>
14766
14767 * input.c: New file.
14768 * input.h (main_input_filename): Move declaration to toplev.h.
14769 * toplev.c (input_location, line_table): Move to input.c
14770 * toplev.h (main_input_filename): Move declaration from input.h.
14771 * tree.c (expand_location): Move to input.c.
14772 * Makefile.in (OBJS-common): Add input.o.
14773 (input.o): Add dependencies.
14774
14775 2010-05-27 Richard Guenther <rguenther@suse.de>
14776
14777 * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
14778 for non-existant files.
14779 (fork_execute): Mark args_name file as deleted.
14780
14781 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
14782
14783 PR bootstrp/44287
14784 * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
14785 (narrow_signed_type): Likewise.
14786
14787 2010-05-26 Jan Hubicka <jh@suse.cz>
14788
14789 * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
14790 edge only when checking is enabled; check using former_clone_of;
14791 check inline clones too.
14792 (cgraph_materialize_clone): Record former_clone_of pointer.
14793 (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
14794 combining redirections; dump args_to_skip bitmap
14795 (cgraph_materialize_all_clones): Do no redirection here.
14796 * ipa-inline.c (inline_transform): Do redirection here.
14797 * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
14798 cheking only).
14799
14800 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
14801
14802 * config/avr/avr-c.c: Do not include regs.h.
14803 Include cpplib.h for cpp_define and tree.h for c-common.h.
14804 * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
14805 * config/avr/t-avr: Fix dependencies for avr-c.o.
14806
14807 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
14808
14809 * explow.c (set_stack_check_libfunc): Adjust to accept name as a
14810 string instead of SYMBOL_REF rtx.
14811 * rtl.h (set_stack_check_libfunc): Move prototype from here...
14812 * libfuncs.h: ...to here. Adjust for explow.c change.
14813
14814 2010-05-26 Joseph Myers <joseph@codesourcery.com>
14815
14816 * pretty-print.c: Don't include ggc.h.
14817 (identifier_to_locale_alloc, identifier_to_locale_free): Define.
14818 (identifier_to_locale): Use them for allocation.
14819 * pretty-print.h (identifier_to_locale_alloc,
14820 identifier_to_locale_free): Declare.
14821 * toplev.c (alloc_for_identifier_to_locale): New.
14822 (general_init): Set identifier_to_locale_alloc and
14823 identifier_to_locale_free.
14824 * Makefile.in (pretty-print.o): Update dependencies.
14825
14826 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
14827
14828 * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
14829 pointer types if they have different alignment or mode.
14830
14831 2010-05-26 Anatoly Sokolov <aesok@post.ru>
14832
14833 * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
14834 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
14835 * config/sparc/sparc-protos.h (function_value): Remove declaration.
14836 * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
14837 sparc_function_value_regno_p): New functions.
14838 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
14839 TARGET_FUNCTION_VALUE_REGNO_P): Define.
14840 (function_value): Rename to...
14841 (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
14842 argument to 'outgoing'.
14843 (function_arg_record_value, function_arg_union_value,
14844 function_arg_vector_value): Update comment.
14845
14846 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
14847
14848 * dwarf2out.c (struct dw_fde_struct): Reorder flags.
14849 (fde_needed_for_eh_p): New predicate.
14850 (output_call_frame_info): Use it throughout to decide whether FDEs
14851 are needed for EH purpose.
14852 (dwarf2out_begin_prologue): Reorder assignments.
14853
14854 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14855
14856 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
14857 special case loop->header.
14858 (is_predicated): New.
14859 (if_convertible_loop_p): Call it.
14860
14861 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14862
14863 * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
14864 iterator in parameter. Do not generate code during the analysis.
14865 (tree_if_convert_cond_stmt): Removed.
14866 (tree_if_convert_stmt): Removed.
14867 (predicate_bbs): New.
14868 (if_convertible_loop_p): Call predicate_bbs.
14869 (tree_if_conversion): Simplify the top-level logic as predicate_bbs
14870 now contains all the analysis part.
14871
14872 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14873
14874 * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
14875 statements in the analysis part.
14876 (tree_if_convert_stmt): Update comment.
14877 (remove_conditions_and_labels): New.
14878 (combine_blocks): Call remove_conditions_and_labels.
14879 (tree_if_conversion): Update comment.
14880
14881 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14882
14883 * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
14884 than 2 predecessors or more than 2 successors.
14885
14886 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14887
14888 * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
14889 of loops in which the data dependence analysis fails.
14890
14891 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14892
14893 * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
14894 CDI_POST_DOMINATORS.
14895 (tree_if_conversion): Same.
14896
14897 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14898
14899 * tree-if-conv.c (tree_if_conversion): Do not return a bool.
14900
14901 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14902
14903 * tree-if-conv.c: Update copyright years. Fix comments.
14904 Fix indentation.
14905
14906 2010-05-26 Kai Tietz <kai.tietz@onevision.com>
14907
14908 * builtin-types.def (BT_INT128): New primitive type.
14909 (BT_UINT128): Likewise.
14910 * c-common.c (c_common_r): Add __int128 keyword.
14911 (c_common_type_for_size): Handle __int128.
14912 (c_common_type_for_mode): Likewise.
14913 (c_common_signed_or_unsigned_type): Likewise.
14914 (c_common_nodes_and_builtins): Add builtin type
14915 if target supports 128-bit integer scalar.
14916 * c-common.h (enum rid): Add RID_INT128.
14917 * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
14918 if target supports 128-bit integer scalar.
14919 * c-decl.c (declspecs_add_type): Handle new keyword __int128.
14920 (finish_declspecs): Likewise.
14921 * c-parser.c (c_token_starts_typename): Handle RID_INT128.
14922 (c_token_starts_declspecs): Likewise.
14923 (c_parser_declspecs): Likewise.
14924 (c_parser_attributes): Likewise.
14925 (c_parser_objc_selector): Likewise.
14926 * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
14927 * c-tree.h (enum c_typespec_keyword): Add cts_int128.
14928 * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
14929 * tree.c (make_or_reuse_type): Likewise.
14930 (make_unsigned_type): Likewise.
14931 (build_common_tree_nodes_2): Likewise.
14932 * tree.h (enum integer_type_kind): Add itk_int128 and
14933 itk_unsigned_int128.
14934 (int128_integer_type_node): New define.
14935 (int128_unsigned_type_node): New define.
14936 * doc/extend.texi: Add documentation about __int128 type.
14937
14938 2010-05-26 Richard Guenther <rguenther@suse.de>
14939
14940 * tree-ssa-sccvn.c (copy_nary): Adjust.
14941 (copy_phis): Rename to ...
14942 (copy_phi): ... this. Adjust.
14943 (copy_references): Rename to ...
14944 (copy_reference): ... this. Adjust.
14945 (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
14946 result into the valid table.
14947
14948 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
14949
14950 * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
14951 insn-config.h, insn-codes.h, recog.h, and optabs.h.
14952
14953 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
14954
14955 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
14956
14957 2010-05-26 Richard Guenther <rguenther@suse.de>
14958
14959 * opts.c (common_handle_option): Handle OPT_Ofast.
14960
14961 2010-05-26 Joseph Myers <joseph@codesourcery.com>
14962
14963 * diagnostic.c: Don't include opts.h.
14964 (permissive_error_option): Define.
14965 (diagnostic_initialize): Take n_opts parameter. Allocate memory
14966 for classify_diagnostic. Don't use memset for
14967 classify_diagnostic. Initialize new and recently added fields.
14968 (diagnostic_classify_diagnostic): Use context->n_opts instead of
14969 N_OPTS.
14970 (diagnostic_report_diagnostic): Pass context parameter to
14971 diagnostic_report_warnings_p. Use option_enabled and option_name
14972 hooks from context.
14973 (emit_diagnostic): Use permissive_error_option.
14974 (permerror): Likewise.
14975 * diagnostic.h: Don't include options.h.
14976 (struct diagnostic_context): Add n_opts, opt_permissive,
14977 inhibit_warnings, warn_system_headers, option_enabled and
14978 option_name fields. Change classify_diagnostic to a pointer.
14979 * opts-diagnostic.h: New file.
14980 * opts.c: Include opts-diagnostic.h.
14981 (common_handle_option): Set global_dc fields for -Wfatal-errors,
14982 -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
14983 (option_name): New function.
14984 * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
14985 (c_common_handle_option): Set global_dc->permissive for
14986 -fpermissive.
14987 * c-common.c (c_cpp_error): Save and restore
14988 global_dc->warn_system_headers, not variable warn_system_headers.
14989 * toplev.c: Include opts-diagnostic.h.
14990 (general_init): Update call to diagnostic_initialize. Set
14991 global_dc->show_column, global_dc->option_enabled and
14992 global_dc->option_name.
14993 (process_options): Don't set global_dc fields here.
14994 * Makefile.in (DIAGNOSTIC_H): Remove options.h.
14995 (diagnostic.o, opts.o, toplev.o): Update dependencies.
14996
14997 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
14998
14999 * config/picochip/picochip.md (movsi): Split a movsi from a
15000 const after reload.
15001
15002 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
15003
15004 * ggc-zone.c: Update copyright year.
15005 (poison_region): Mark memory for Valgrind as undefined before
15006 memset () call and inaccessible afterwards.
15007 (ggc_pch_total_size): Change type of i to int.
15008
15009 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
15010
15011 * ggc-common.c (ggc_free_overhead): Allow empty slot.
15012
15013 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
15014
15015 * ggc-common.c: Update copyright year.
15016 (ggc_rlimit_bound): Remove prototype. Compile only if
15017 !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
15018 (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
15019 && !ENABLE_GC_ALWAYS_COLLECT. Make static.
15020 (ggc_min_heapsize_heuristic): Likewise.
15021
15022 2010-05-26 Richard Guenther <rguenther@suse.de>
15023
15024 PR rtl-optimization/44164
15025 * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
15026 no-common access-path disambiguation.
15027 (indirect_ref_may_alias_decl_p): Adjust.
15028 (indirect_refs_may_alias_p): Likewise.
15029 (refs_may_alias_p_1): Likewise.
15030
15031 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
15032
15033 * c-typeck.c: Do not include expr.h.
15034
15035 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
15036
15037 * rtl.h (decl_default_tls_model): Move prototype from here...
15038 * output.h: ...to here.
15039 * c-decl.c: Do not include rtl.h.
15040 * c-pragma.c: Likewise.
15041 * c-parser.c: Likewise.
15042 * c-gimplify.c: Likewise. And also not hard-reg-set.
15043 * c-common.c: Do not include rtl.h. Include tm_p.h and add a
15044 FIXME note for it. Add a FIXME note for expr.h.
15045 * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
15046 ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
15047 defined.
15048
15049 2010-05-26 Jakub Jelinek <jakub@redhat.com>
15050
15051 PR target/44199
15052 * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
15053 or total_size is larger than red zone size for non-V4 ABI, emit a
15054 stack_tie resp. frame_tie insn before stack pointer restore.
15055 * config/rs6000/rs6000.md (frame_tie): New insn.
15056
15057 2010-05-25 Eric Botcazou <ebotcazou@adacore.com>
15058
15059 * function.h (struct function): Add can_throw_non_call_exceptions bit.
15060 * lto-streamer-in.c (input_function): Stream it in.
15061 * lto-streamer-out.c (output_function): Stream it out.
15062 * function.c (allocate_struct_function): Set it.
15063 (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
15064 for flag_non_call_exceptions.
15065 * cfgbuild.c (control_flow_insn_p): Likewise.
15066 (make_edges): Likewise.
15067 * cfgexpand.c (expand_stack_alignment): Likewise.
15068 * combine.c (distribute_notes): Likewise.
15069 * cse.c (cse_extended_basic_block): Likewise.
15070 * except.c (insn_could_throw_p): Likewise.
15071 * gcse.c (simple_mem): Likewise.
15072 * ipa-pure-const.c (check_call): Likewise.
15073 (check_stmt ): Likewise.
15074 * lower-subreg.c (lower-subreg.c): Likewise.
15075 * optabs.c (emit_libcall_block): Likewise.
15076 (prepare_cmp_insn): Likewise.
15077 * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
15078 * postreload.c (rest_of_handle_postreload): Likewise.
15079 * reload1.c (reload_as_needed): Likewise.
15080 (emit_input_reload_insns): Likewise.
15081 (emit_output_reload_insns): Likewise.
15082 (fixup_abnormal_edges): Likewise.
15083 * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
15084 * store-motion.c (find_moveable_store): Likewise.
15085 * tree-eh.c (stmt_could_throw_p): Likewise.
15086 (tree_could_throw_p): Likewise.
15087 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
15088 * config/arm/arm.c (arm_expand_prologue): Likewise.
15089 (thumb1_expand_prologue): Likewise.
15090 * config/rx/rx.md (cbranchsf4): Likewise.
15091 (cmpsf): Likewise.
15092 * config/s390/s390.c (s390_emit_prologue): Likewise.
15093 * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
15094 (inline_forbidden_into_p): New predicate.
15095 (expand_call_inline): Use it to forbid inlining.
15096 (tree_can_inline_p): Likewise.
15097
15098 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
15099
15100 * config/i386/i386-c.c: Do not include rtl.h.
15101 * config/i386/t-i386: Update dependencies.
15102
15103 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
15104
15105 * attribs.c: Do not include rtl.h.
15106 * Makefile.in: Update dependencies.
15107
15108 2010-05-25 Anatoly Sokolov <aesok@post.ru>
15109
15110 * double-int.h (double_int_and): New.
15111 * combine.c (try_combine): Clean up, use double_int_* and
15112 immed_double_int_const functions.
15113
15114 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15115
15116 * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
15117 stderr to /dev/null instead of grep -q.
15118 * configure: Regenerate.
15119
15120 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
15121
15122 * Makefile.in (EXCEPT_H): Fix typo.
15123
15124 2010-05-25 Vladimir Makarov <vmakarov@redhat.com>
15125
15126 * ira-build.c (update_conflict_hard_reg_costs): New.
15127 (ira_build): Call update_conflict_hard_reg_costs.
15128
15129 2010-05-25 Jakub Jelinek <jakub@redhat.com>
15130
15131 PR debug/41371
15132 * var-tracking.c (find_loc_in_1pdv): Guard asserts with
15133 ENABLE_CHECKING.
15134 (intersect_loc_chains): Walk the s2var's loc_chain together
15135 with s1node chain as long as the locations are equal, don't
15136 call find_loc_in_1pdv in that case.
15137
15138 PR debug/42801
15139 * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
15140 (copy_bind_expr): ... instead of here.
15141 (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
15142 if the block hasn't been remapped.
15143 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
15144 emitting concrete instance of abstract VLA, add DW_AT_type attribute.
15145
15146 2010-05-25 Richard Guenther <rguenther@suse.de>
15147
15148 PR middle-end/44069
15149 * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
15150 out-of-bounds array accesses.
15151
15152 2010-05-25 Richard Guenther <rguenther@suse.de>
15153
15154 * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
15155 (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
15156 (run_gcc): Re-organize to make cleanup easier.
15157
15158 2010-05-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15159
15160 * config/s390/s390.c (optimization_options): Fix and move the
15161 flag_prefetch_loop_arrays override ...
15162 (override_options): ... here.
15163
15164 2010-05-25 Joseph Myers <joseph@codesourcery.com>
15165
15166 * diagnostic.c: Don't include plugin.h.
15167 (diagnostic_report_diagnostic): Don't handle plugins specially
15168 here. Pass context to internal_error callback.
15169 * diagnostic.h (struct diagnostic_context): Add context parameter
15170 to internal_error callback.
15171 * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
15172 * plugin.h (struct diagnostic_context): Declare.
15173 (warn_if_plugins, plugins_internal_error_function): Declare.
15174 * toplev.c (general_init): Set global_dc->internal_error.
15175 * Makefile.in (diagnostic.o): Update dependencies.
15176
15177 2010-05-25 Iain Sandoe <iains@gcc.gnu.org>
15178
15179 * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
15180 * config/rs6000/t-darwin64: New.
15181 * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
15182 build crt2.
15183
15184 2010-05-25 Christian Borntraeger <borntraeger@de.ibm.com>
15185
15186 PR 44203
15187 * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
15188 match the original (and intended) behaviour before r159557. This
15189 changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
15190 in two ways.
15191
15192 2010-05-25 Richard Guenther <rguenther@suse.de>
15193
15194 * doc/invoke.texi: Document -Ofast.
15195 * target.h (struct gcc_target): Add handle_ofast.
15196 * target-def.h (TARGET_HANDLE_OFAST): Add.
15197 (TARGET_INITIALIZER): Adjust.
15198 * opts.c (decode_options): Handle -Ofast. Enable -ffast-math with it.
15199 * common.opt (Ofast): Add.
15200
15201 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
15202
15203 * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
15204 * doc/md.texi (cstoreXX4): Update for cond-optab changes.
15205
15206 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
15207
15208 PR target/43610
15209 * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
15210 even if !FLOAT_LIB_COMPARE_RETURNS_BOOL. Always compute true_rtx and
15211 false_rtx. Use false_rtx to compute the correct *ptest for reversed
15212 comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
15213
15214 2010-05-25 Jakub Jelinek <jakub@redhat.com>
15215
15216 * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
15217 DW_OP_minus with negated offset instead of DW_OP_plus.
15218 (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
15219
15220 2010-05-25 Wei Guozhi <carrot@google.com>
15221
15222 * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
15223 tst instruction and a new alternative.
15224 * config/arm/constraints.md (Pu): New constraint.
15225
15226 2010-05-24 Sebastian Pop <sebastian.pop@amd.com>
15227
15228 * function.c (assign_stack_local_1): Initialize variable
15229 to avoid warning when bootstrapping at -O3.
15230
15231 2010-05-24 Steven Bosscher <steven@gcc.gnu.org>
15232
15233 * configure.ac (all_lang_makefiles): Remove everything related to it.
15234 * configure: Regenerate.
15235 * Makefile.in: Fix reference to ada Make-lang.in.
15236 Remove support for LANG_MAKEFILES.
15237
15238 2010-05-24 Daniel Jacobowitz <dan@codesourcery.com>
15239 Sandra Loosemore <sandra@codesourcery.com>
15240
15241 * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
15242 * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
15243 description. Add arm_neon_fp16_ok.
15244 (Add Options): Add arm_neon and arm_neon_fp16.
15245
15246 2010-05-24 Joseph Myers <joseph@codesourcery.com>
15247
15248 * diagnostic.c: Don't include flags.h.
15249 (pedantic_warning_kind, permissive_error_kind): Take diagnostic
15250 context parameters. Check flags in the context passed as a parameter.
15251 (diagnostic_build_prefix): Add context parameter. Check
15252 show_column flag in context.
15253 (diagnostic_action_after_output): Check fatal_errors flag in context.
15254 (diagnostic_report_current_module): Check show_column flag in context.
15255 (default_diagnostic_starter): Update call to
15256 diagnostic_build_prefix.
15257 (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
15258 (emit_diagnostic): Pass context to permissive_error_kind.
15259 (permerror): Pass context to permissive_error_kind.
15260 * diagnostic.h (struct diagnostic_context): Add show_column,
15261 pedantic_errors, permissive and fatal_errors fields.
15262 (diagnostic_build_prefix): Update prototype.
15263 * langhooks.c
15264 * toplev.c (process_options): Set flags in global_dc from
15265 flag_show_column, flag_pedantic_errors, flag_permissive,
15266 flag_fatal_errors.
15267 * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
15268 to diagnostic_build_prefix.
15269 * Makefile.in (diagnostic.o): Update dependencies.
15270
15271 2010-05-24 H.J. Lu <hongjiu.lu@intel.com>
15272
15273 * config/i386/ia32intrin.h (__crc32q): Define only if
15274 __SSE4_2__ is defined.
15275
15276 2010-05-24 Iain Sandoe <iains@gcc.gnu.org>
15277
15278 PR target/44132
15279 PR middle-end/43602
15280 * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
15281 DECL_VISIBILITY_SPECIFIED.
15282 (emutls_decl): Set DECL_PRESERVE_P and copy
15283 DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
15284 (emutls_finalize_control_var): New callback.
15285 (emutls_finish): Finalize emutls control variables.
15286 * toplev.c (compile_file): Move the call to emutls_finish ()
15287 before varpool_assemble_pending_decls ().
15288
15289 2010-05-24 Daniel Gutson <dgutson@codesourcery.com>
15290
15291 * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
15292 added to the preprocessor condition.
15293
15294 2010-05-24 Paul Brook <paul@codesourcery.com>
15295
15296 * gengtype-lex.l: Add HARD_REG_SET.
15297 * expr.c (expand_expr_real_1): Record writes to hard registers.
15298 * function.c (rtl_data): Add asm_clobbers.
15299 * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
15300 (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
15301 Use crtl->asm_clobbers.
15302
15303 2010-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15304
15305 * doc/makefile.texi (Makefile): Mention stages 'profile'
15306 and 'feedback' for profiledbootstrap.
15307
15308 2010-05-23 H.J. Lu <hongjiu.lu@intel.com>
15309
15310 PR target/44245
15311 * config/i386/i386.c (def_builtin): Properly check
15312 OPTION_MASK_ISA_64BIT.
15313
15314 2010-05-23 Joseph Myers <joseph@codesourcery.com>
15315
15316 * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
15317 typedefs with different but compatible types. Allow duplicate
15318 typedefs with the same type except for pedantic non-C1X, but give
15319 warning for variably modified types.
15320 * c-typeck.c (tagged_types_tu_compatible_p,
15321 function_types_compatible_p, type_lists_compatible_p,
15322 comptypes_internal): Add parameter different_types_p; set
15323 *different_types_p for different but compatible types. All
15324 callers changed.
15325 (comptypes_check_different_types): New.
15326 * c-tree.h (comptypes_check_different_types): Declare.
15327
15328 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
15329
15330 * regs.h: Do not include obstack.h, basic-block.h. Include machmode.h.
15331 * jump.c: Include basic-block.h.
15332 * profile.c: Likewise.
15333 * tree-profile.c: Likewise.
15334 * coverage.c: Likewise.
15335 * basic-block.h (optimize_function_for_size_p): Move to function.h.
15336 (optimize_function_for_speed_p): Likewise.
15337 * function.h (optimize_function_for_size_p,
15338 optimize_function_for_speed_p): Moved here from basic-block.h.
15339 * Makefile.in: Update dependencies.
15340
15341 2010-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15342
15343 * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
15344 before calling make; allow override through $MAKE.
15345 * doc/invoke.texi (Optimize Options): Document override.
15346
15347 2010-05-23 Anatoly Sokolov <aesok@post.ru>
15348
15349 * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
15350 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
15351 (rs6000_mode_dependent_address_ptr): Make static.
15352 * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
15353 * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
15354 Remove.
15355
15356 2010-05-23 Maarten Lankhorst <mlankhorst@codeweavers.com>
15357
15358 PR target/43869
15359 * config/i386/i386.c: Make sure that the correct regparm is passed.
15360
15361 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
15362
15363 * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
15364 * sbitmap.c: ...to here to internalize sbitmap element access.
15365 Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
15366 Explain why basic-block.h is included.
15367 * function.h: Include tm.h for CUMULATIVE_ARGS.
15368 * Makefile.in: Update dependencies.
15369
15370 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
15371
15372 * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
15373 New core types.
15374 * sbitmap.h (struct sbitmap_def): Do not typedef here.
15375 * sbitmap.c: Include sbitmap.h.
15376 * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
15377 hard-reg-set.h. Split everything related to regsets out from here...
15378 * regset.h: ...to here. New file.
15379 * df.h: Include regset.h and sbitmap.h.
15380 * tree-flow.h: Likewise.
15381 * cfgloop.h: Likewise.
15382 * except.h: Do not include sbitmap.h. Include hashtab.h.
15383 * cgraph.h: Include vec.h and function.h.
15384 * reload.h (struct insn_chain): Change types of live_throughout
15385 and dead_or_set from regset_head to bitmap_head.
15386 (compute_use_by_pseudos): Be defined also if regset.h is not included.
15387 * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
15388 spilled_regs from regset_head to bitmap_head to avoid dependency
15389 in regset.h.
15390 * sel-sched-ir.h: Include regset.h.
15391 * reload.c: Include df.h before reload.h.
15392 * caller-save.c: Likewise.
15393 * reload1.c: Likewise.
15394 * ira.c: Likewise.
15395 (mark_elimination): Update type of r to bitmap, consistent with
15396 DF_LR_IN.
15397 * dominance.c: Include bitmap.h.
15398 * modulo-sched.c: Include df.h.
15399 * cfganal.c: Include bitmap.h and sbitmap.h.
15400 * cfgbuild.c: Include sbitmap.h.
15401 * lcm.c: Include sbitmap.h.
15402 * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
15403 * domwalk.c: Include sbitmap.h, exclude ggc.h.
15404 * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
15405 * cselib.c: Include bitmap.h.
15406 * tree-optimize.c: Include regset.h.
15407 * stmt.c: Include bitmap.h.
15408 * Makefile.in: Update dependencies.
15409
15410 2010-05-22 Jan Hubicka <jh@suse.cz>
15411
15412 * cgraph.h (struct varpool_node): Add same_comdat_group.
15413 * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
15414 pointer.
15415 (output_varpool): Update call of lto_output_varpool_node.
15416 (input_varpool): Read same_comdat_group pointer.
15417 (input_varpool_1): Fixup same_comdat_group pointer.
15418 * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
15419 group is needed, all are.
15420 * varpool.c (varpool_remove_node): Remove node from same comdat group
15421 linklist too.
15422 (varpool_analyze_pending_decls): Walk same comdat groups.
15423
15424 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
15425
15426 * rtl.h (union rtunion_def): Remove rt_bit member.
15427 (XBITMAP, X0BITMAP, XCBITMAP): Remove.
15428 * print-rtl (print_rtx): Do not print the member.
15429 * gengtype.c (adjust_field_rtx_def): Do not handle it.
15430 * gengenrtl.c (type_from_format): Likewise.
15431 (accessor_from_format): Likewise.
15432
15433 2010-05-22 Joseph Myers <joseph@codesourcery.com>
15434
15435 * dbgcnt.c: Include toplev.h instead of errors.h.
15436 * ira-emit.c: Don't include errors.h.
15437 * ira.c: Include toplev.h instead of errors.h.
15438 * lto-compress.c: Include toplev.h instead of errors.h.
15439 * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
15440 ira.o, dbgcnt.o): Update dependencies.
15441
15442 2010-05-22 Richard Guenther <rguenther@suse.de>
15443
15444 * gimple.c (gimple_types_compatible_p): Check type qualifications
15445 before merging pointer to complete and pointer to incomplete type.
15446 * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
15447 we use our own resolution algorithm. The gold linker plugin
15448 doesn't do the job we want it to do here.
15449
15450 2010-05-22 Anatoly Sokolov <aesok@post.ru>
15451
15452 * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
15453 * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
15454 (sparc_mode_dependent_address_p): New function.
15455
15456 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
15457
15458 * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
15459
15460 * timevar.c: Do not include any core headers.
15461 (timevar_print): De-i18n-ize.
15462 (print_time): Likewise.
15463 * timevar.h (timevar_push, timevar_pop): Make inline functions.
15464
15465 2010-05-21 Joseph Myers <joseph@codesourcery.com>
15466
15467 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
15468 langhooks-def.h.
15469 (diagnostic_initialize): Initialize x_data not last_function.
15470 (diagnostic_report_current_function): Move to tree-diagnostic.c.
15471 (default_diagnostic_starter): Call
15472 diagnostic_report_current_module not
15473 diagnostic_report_current_function.
15474 (diagnostic_report_diagnostic): Initialize x_data not
15475 abstract_origin.
15476 (verbatim): Likewise.
15477 * diagnostic.h (struct diagnostic_info): Change abstract_origin to
15478 x_data.
15479 (struct diagnostic_context): Change last_function to x_data.
15480 (diagnostic_auxiliary_data): Replace with
15481 diagnostic_context_auxiliary_data and
15482 diagnostic_info_auxiliary_data.
15483 (diagnostic_last_function_changed, diagnostic_set_last_function,
15484 diagnostic_report_current_function): Move to tree-diagnostic.h.
15485 (print_declaration, dump_generic_node, print_generic_stmt,
15486 print_generic_stmt_indented, print_generic_expr,
15487 print_generic_decl, debug_c_tree, dump_omp_clauses,
15488 print_call_name, debug_generic_expr, debug_generic_stmt,
15489 debug_tree_chain, default_tree_printer): Move to
15490 tree-pretty-print.h.
15491 (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
15492 print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
15493 gimple-pretty-print.h.
15494 * pretty-print.c: Don't include tree.h
15495 (pp_base_format): Don't handle %K here.
15496 (pp_base_tree_identifier): Move to tree-pretty-print.c.
15497 * pretty-print.h (text_info): Change abstract_origin to x_data.
15498 (pp_tree_identifier, pp_unsupported_tree,
15499 pp_base_tree_identifier): Move to tree-pretty-print.h.
15500 * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
15501 tree-pretty-print.h: New files.
15502 * tree-pretty-print.c: Include tree-pretty-print.h.
15503 (percent_K_format): New. Moved from pretty-print.c.
15504 (pp_base_tree_identifier): Move from pretty-print.c.
15505 * c-objc-common.c: Include tree-pretty-print.h.
15506 (c_tree_printer): Handle %K here.
15507 * langhooks.c: Include tree-diagnostic.h.
15508 (lhd_print_error_function): Use diagnostic_abstract_origin macro.
15509 * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
15510 (default_tree_printer): Handle %K using percent_K_format.
15511 (general_init): Use default_tree_diagnostic_starter.
15512 * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
15513 (free_lang_data): Use default_tree_diagnostic_starter.
15514 * c-pretty-print.c: Include tree-pretty-print.h.
15515 * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
15516 * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
15517 * dwarf2out.c: Include tree-pretty-print.h.
15518 * except.c: Include tree-pretty-print.h.
15519 * gimple-pretty-print.c: Include tree-pretty-print.h and
15520 gimple-pretty-print.h.
15521 * gimplify.c: Include tree-pretty-print.h.
15522 * graphite-poly.c: Include tree-pretty-print.h and
15523 gimple-pretty-print.h.
15524 * ipa-cp.c: Include tree-pretty-print.h.
15525 * ipa-inline.c: Include gimple-pretty-print.h.
15526 * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
15527 * ipa-pure-const.c: Include gimple-pretty-print.h.
15528 * ipa-struct-reorg.c: Include tree-pretty-print.h and
15529 gimple-pretty-print.h.
15530 * ipa-type-escape.c: Include tree-pretty-print.h.
15531 * print-rtl.c: Include tree-pretty-print.h.
15532 * print-tree.c: Include gimple-pretty-print.h.
15533 * sese.c: Include tree-pretty-print.h.
15534 * tree-affine.c: Include tree-pretty-print.h.
15535 * tree-browser.c: Include tree-pretty-print.h.
15536 * tree-call-cdce.c: Include gimple-pretty-print.h.
15537 * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
15538 * tree-chrec.c: Include tree-pretty-print.h.
15539 * tree-data-ref.c: Include tree-pretty-print.h and
15540 gimple-pretty-print.h.
15541 * tree-dfa.c: Include tree-pretty-print.h.
15542 * tree-if-conv.c: Include tree-pretty-print.h and
15543 gimple-pretty-print.h.
15544 * tree-inline.c: Include tree-pretty-print.h.
15545 * tree-into-ssa.c: Include tree-pretty-print.h and
15546 gimple-pretty-print.h.
15547 * tree-nrv.c: Include tree-pretty-print.h.
15548 * tree-object-size.c: Include tree-pretty-print.h and
15549 gimple-pretty-print.h.
15550 * tree-outof-ssa.c: Include tree-pretty-print.h and
15551 gimple-pretty-print.h.
15552 * tree-parloops.c: Include tree-pretty-print.h and
15553 gimple-pretty-print.h.
15554 * tree-predcom.c: Include tree-pretty-print.h and
15555 gimple-pretty-print.h.
15556 * tree-scalar-evolution.c: Include tree-pretty-print.h and
15557 gimple-pretty-print.h.
15558 * tree-sra.c: Include tree-pretty-print.h.
15559 * tree-ssa-address.c: Include tree-pretty-print.h.
15560 * tree-ssa-alias.c: Include tree-pretty-print.h.
15561 * tree-ssa-ccp.c: Include tree-pretty-print.h and
15562 gimple-pretty-print.h.
15563 * tree-ssa-coalesce.c: Include tree-pretty-print.h.
15564 * tree-ssa-copy.c: Include tree-pretty-print.h and
15565 gimple-pretty-print.h.
15566 * tree-ssa-copyrename.c: Include tree-pretty-print.h.
15567 * tree-ssa-dce.c: Include tree-pretty-print.h and
15568 gimple-pretty-print.h.
15569 * tree-ssa-dom.c: Include tree-pretty-print.h and
15570 gimple-pretty-print.h.
15571 * tree-ssa-dse.c: Include gimple-pretty-print.h.
15572 * tree-ssa-forwprop.c: Include tree-pretty-print.h.
15573 * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
15574 * tree-ssa-live.c: Include tree-pretty-print.h and
15575 gimple-pretty-print.h.
15576 * tree-ssa-loop-im.c: Include tree-pretty-print.h and
15577 gimple-pretty-print.h.
15578 * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
15579 gimple-pretty-print.h.
15580 * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
15581 gimple-pretty-print.h.
15582 * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
15583 gimple-pretty-print.h.
15584 * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
15585 * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
15586 * tree-ssa-operands.c: Include tree-pretty-print.h and
15587 gimple-pretty-print.h.
15588 * tree-ssa-phiprop.c: Include tree-pretty-print.h and
15589 gimple-pretty-print.h.
15590 * tree-ssa-pre.c: Include tree-pretty-print.h and
15591 gimple-pretty-print.h.
15592 * tree-ssa-propagate.c: Include gimple-pretty-print.h.
15593 * tree-ssa-reassoc.c: Include tree-pretty-print.h and
15594 gimple-pretty-print.h.
15595 * tree-ssa-sccvn.c: Include tree-pretty-print.h and
15596 gimple-pretty-print.h.
15597 * tree-ssa-sink.c: Include gimple-pretty-print.h.
15598 * tree-ssa-ter.c: Include tree-pretty-print.h and
15599 gimple-pretty-print.h.
15600 * tree-ssa-uninit.c: Include gimple-pretty-print.h.
15601 * tree-ssa.c: Include tree-pretty-print.h and
15602 gimple-pretty-print.h.
15603 * tree-stdarg.c: Include gimple-pretty-print.h.
15604 * tree-switch-conversion.c: Include gimple-pretty-print.h.
15605 * tree-tailcall.c: Include tree-pretty-print.h and
15606 gimple-pretty-print.h.
15607 * tree-vect-data-refs.c: Include tree-pretty-print.h and
15608 gimple-pretty-print.h.
15609 * tree-vect-loop-manip.c: Include tree-pretty-print.h and
15610 gimple-pretty-print.h.
15611 * tree-vect-loop.c: Include tree-pretty-print.h and
15612 gimple-pretty-print.h.
15613 * tree-vect-patterns.c: Include gimple-pretty-print.h.
15614 * tree-vect-slp.c: Include tree-pretty-print.h and
15615 gimple-pretty-print.h.
15616 * tree-vect-stmts.c: Include tree-pretty-print.h and
15617 gimple-pretty-print.h.
15618 * tree-vectorizer.c: Include tree-pretty-print.h.
15619 * tree-vrp.c: Include tree-pretty-print.h and
15620 gimple-pretty-print.h.
15621 * value-prof.c: Include tree-pretty-print.h and
15622 gimple-pretty-print.h.
15623 * var-tracking.c: Include tree-pretty-print.h.
15624 * Makefile.in (OBJS-common): Add tree-diagnostic.o.
15625 (tree-diagnostic.o): New dependencies.
15626 (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
15627 tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
15628 tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
15629 tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
15630 tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
15631 tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
15632 tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
15633 tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
15634 tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
15635 tree-ssa-address.o, tree-ssa-loop-niter.o,
15636 tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
15637 tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
15638 tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
15639 gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
15640 tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
15641 tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
15642 tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
15643 tree-parloops.o, tree-stdarg.o, tree-object-size.o,
15644 gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
15645 toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
15646 ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
15647 ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
15648 tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
15649 tree-switch-conversion.o, var-tracking.o, value-prof.o,
15650 cfgexpand.o, pretty-print.o): Update dependencies.
15651
15652 2010-05-22 Andreas Tobler <andreast@fgznet.ch>
15653
15654 * tree-ssa-structalias.c: Remove tm_p.h from include.
15655
15656 2010-05-21 Jeff Law <law@redhat.com>
15657
15658 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
15659
15660 2010-05-21 Jason Merrill <jason@redhat.com>
15661
15662 * tree-eh.c (cleanup_is_dead_in): New.
15663 (lower_try_finally): Don't generate a dead cleanup region.
15664 (lower_cleanup): Likewise.
15665
15666 2010-05-21 Jakub Jelinek <jakub@redhat.com>
15667
15668 PR debug/44223
15669 * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
15670 unchain each use from the cyclic next_regno_use chain first.
15671
15672 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
15673
15674 * real: Do not include gmp.h, mpfr.h, and mpc.h.
15675 (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
15676 (real_value_negate, real_value_abs): New prototypes.
15677 (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
15678 * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
15679 new include file for interface between MPFR and REAL_VALUE_TYPE.
15680 * real.c: Include realmpfr.h.
15681 (real_arithmetic2): Remove legacy function.
15682 (real_value_negate): New.
15683 (real_value_abs): New.
15684 (mfpr_from_real, real_from_mpfr): Move from here...
15685 * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
15686 * builtins.c: Include realmpfr.h.
15687 * fold-const.c: Include realmpfr.h.
15688 (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
15689 (fold_negate_const): Likewise.
15690 (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
15691 * toplev.c: Include realmpfr.h.
15692 * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
15693 and real_value_negate.
15694 * fixed-value.c (check_real_for_fixed_mode): Likewise.
15695 * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
15696 (vfp3_const_double_index): Likewise.
15697 (arm_print_operand): Likewise.
15698 * Makefile.in: Update dependencies.
15699
15700 2010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15701
15702 * config/s390/s390.c (override_options): Increase the default
15703 of max-completely-peel-times.
15704
15705 2010-05-21 Julian Brown <julian@codesourcery.com>
15706 Mark Mitchell <mark@codesourcery.com>
15707
15708 * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
15709 sibling calls for Thumb-1.
15710 * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
15711 * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
15712 Thumb-2.
15713 (*call_insn, *call_value_insn): Don't use for Thumb-2.
15714 (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
15715 for Thumb-2.
15716 (return): New expander.
15717 (*arm_return): New name for ARM return insn.
15718 * config/arm/thumb2.md (*thumb2_return): New insn pattern.
15719
15720 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
15721
15722 * config.gcc (sparc64-*-rtems*): New target.
15723
15724 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
15725
15726 * tree.c (build_function_decl_skip_args): Fix grammar.
15727 (build_function_type_list_1): Fix typos, adjust formatting.
15728
15729 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
15730
15731 * tree.h: Include real.h and fixed-value.h as basic datatypes.
15732 * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
15733 tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
15734 tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
15735 tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
15736 genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
15737 tree-pretty-print.c, tree-loop-distribution.c,
15738 tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
15739 tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
15740 tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
15741 tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
15742 tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
15743 tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
15744 tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
15745 tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
15746 tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
15747 tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
15748 genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
15749 tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
15750 gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
15751 tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
15752 tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
15753 store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
15754 tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
15755 tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
15756 tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
15757 tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
15758 fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
15759 tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
15760 config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
15761 config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
15762 config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
15763 config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
15764 config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
15765 config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
15766 config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
15767 config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
15768 config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
15769 config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
15770 config/score/score7.c, config/score/score.c, config/arm/arm.c,
15771 config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
15772 config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
15773 config/bfin/bfin.c: Clean up redundant includes.
15774 * Makefile.in: Update accordingly.
15775
15776 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
15777
15778 PR middle-end/44204
15779 * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
15780 statement has no arguments.
15781
15782 2010-05-21 Kai Tietz <kai.tietz@onevision.com>
15783
15784 PR/44139
15785 * varasm.c (emutls_decl): Merge attributes to new decl.
15786
15787 2010-05-21 Eric Botcazou <ebotcazou@adacore.com>
15788
15789 PR middle-end/44101
15790 * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
15791 around the uniquized constructor if its type requires a conversion.
15792
15793 2010-05-21 Jakub Jelinek <jakub@redhat.com>
15794
15795 PR debug/44205
15796 * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
15797 at -O0 goto_locus of any of the incoming edges differs from
15798 goto_locus of outgoing edge, or gimple_location of any of the
15799 labels differs.
15800
15801 2009-09-14 Vladimir Makarov <vmakarov@redhat.com>
15802
15803 * ira.c (ira_non_ordered_class_hard_regs): Define.
15804 (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
15805 * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
15806 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
15807 cost of unaligned hard regs when allocating multi-reg pseudos.
15808
15809 2010-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15810
15811 * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
15812 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
15813 for TARGET_NO_FLOAT.
15814 * config/mips/mips.c (mips_file_start): Expand conditional expression
15815 into "if" statements. Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
15816 (mips_override_options): Move -mno-float override -msoft-float and
15817 -mhard-float.
15818 * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
15819 Condition(TARGET_SUPPORTS_NO_FLOAT).
15820 * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
15821 __mips_no_float here.
15822 (SUBTARGET_OVERRIDE_OPTIONS): Delete.
15823 (TARGET_SUPPORTS_NO_FLOAT): Define.
15824 * config/mips/sdemtk.opt: Delete.
15825
15826 2010-05-20 Segher Boessenkool <segher@kernel.crashing.org>
15827
15828 * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
15829
15830 2010-05-20 Uros Bizjak <ubizjak@gmail.com>
15831
15832 PR target/43733
15833 * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
15834 * configure: Regenerate.
15835 * config.in: Regenerate.
15836 * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
15837 instead of sahf only for 64bit targets.
15838
15839 2010-05-20 Jakub Jelinek <jakub@redhat.com>
15840
15841 PR debug/44178
15842 * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
15843 setup_ref_regs for DEBUG_INSNs.
15844
15845 2010-05-20 Jan Hubicka <jh@suse.cz>
15846
15847 PR middle-end/44197
15848 * varpool.c (varpool_remove_node): Handle in-varpool aliases.
15849
15850 2010-05-20 Kenneth Zadeck <zadeck@naturalbridge.com>
15851
15852 PR bootstrap/43870
15853 * df-scan.c (df_ref_compare): Stabilize sort.
15854
15855 2010-05-20 Jakub Jelinek <jakub@redhat.com>
15856
15857 * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
15858 argument. Don't use DW_OP_piece if offset is non-zero,
15859 put offset into second DW_OP_bit_piece argument.
15860 (dw_sra_loc_expr): Adjust callers. For memory expressions
15861 compute offset.
15862
15863 2010-05-20 Hans-Peter Nilsson <hp@axis.com>
15864
15865 PR target/44202
15866 * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
15867 settings for 16-bit-constant "addo" alternative.
15868
15869 2010-05-19 James E. Wilson <wilson@codesourcery.com>
15870
15871 * config/mips/mips-dsp.md (add<DSPV:mode>3,
15872 mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
15873
15874 PR target/43764
15875 * mips.c (mips_call_expr_from_insn): New arg second_call. Set it.
15876 (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
15877 Use it.
15878
15879 2010-05-19 Joseph Myers <joseph@codesourcery.com>
15880
15881 * diagnostic.c (FLOAT, FFS): Don't undefine.
15882 * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
15883 * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
15884 include ordering.
15885
15886 2010-05-19 Richard Sandiford <rdsandiford@googlemail.com>
15887
15888 * combine.c (propagate_for_debug): Call make_compound_operation
15889 on the source value.
15890 (try_combine): When implementing a split chosen by find_split_point,
15891 either copy i2src or set it to null. Assert that i2src is not null
15892 before substituting into CALL_INSN_FUNCTION_USAGE.
15893
15894 2010-05-19 Anatoly Sokolov <aesok@post.ru>
15895
15896 * double-int.h (double_int_ior): New function.
15897 * tree.h (build_int_cst_wide_type): Remove.
15898 * tree.c (build_int_cst_wide_type): Remove.
15899 * fold-const.c (native_interpret_int): Use double_int_to_tree instead
15900 of build_int_cst_wide_type.
15901 * stor-layout.c (set_sizetype): (Ditto.).
15902 * dojump.c (do_jump): Use build_int_cstu instead of
15903 build_int_cst_wide_type.
15904
15905 2010-05-19 Eric Botcazou <ebotcazou@adacore.com>
15906
15907 * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
15908 * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
15909 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
15910 * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
15911 TARGET_EXPR nodes, but only once, if instructed to do so. Do not
15912 propagate the 'data' argument to copy_tree_r.
15913 (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
15914 Propagate 'data' argument to walk_tree.
15915 (copy_if_shared): New function.
15916 (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
15917 (unmark_visited): New function.
15918 (unshare_body): Call copy_if_shared instead of doing it manually.
15919 (unvisit_body): Call unmark_visited instead of doing it manually.
15920
15921 2010-05-19 Nathan Froyd <froydnj@codesourcery.com>
15922
15923 * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
15924 (hook_tree_tree_int_treep_bool_null): ...this. Update signature.
15925 * hooks.c: Likewise.
15926 * target-def.h (TARGET_FOLD_BUILTIN): Define to
15927 hook_tree_tree_int_treep_bool_null.
15928 * target.h (struct gcc_target): Update signature of fold_builtin
15929 field.
15930 * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
15931 * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
15932 instead of the call expression.
15933 (fold_builtin_call_array): Pass n and argarray directly.
15934 (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
15935 consing a list.
15936 * config/alpha/alpha.c (alpha_fold_builtin): Update signature. Lift
15937 MAX_ARGS check out of the loop. Delete declaration of `arity', declare
15938 `i' and use it in place of `arity'.
15939 * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
15940 Dereference `args' directly.
15941 * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
15942
15943 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15944
15945 * doc/sourcebuild.texi (Effective-Target Keywords): Document
15946 3dnow, sse3, sse2.
15947 (Directives): Document optional dg-require-effective-target
15948 selector.
15949
15950 2010-05-19 Richard Guenther <rguenther@suse.de>
15951
15952 PR lto/44196
15953 * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
15954
15955 2010-05-19 Richard Guenther <rguenther@suse.de>
15956
15957 * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
15958 * common.opt (fwhopr=): New.
15959 * opts.c (common_handle_option): Handle OPT_fwhopr.
15960 * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
15961 * collect2.c (main): Match -fwhopr*.
15962 * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
15963 Execute ltrans stage in parallel when jobs is bigger than 1.
15964
15965 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15966
15967 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
15968 pentiumpro on Solaris 8/x86 with Sun as.
15969 * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
15970 hidden alias bug.
15971 (gcc_cv_as_ix86_quad): Check for .quad directive.
15972 * configure: Regenerate.
15973 * config.in: Regenerate.
15974 * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
15975
15976 2010-05-19 Martin Jambor <mjambor@suse.cz>
15977
15978 * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
15979 also for indirect edges. Actual printing moved...
15980 (ipa_print_node_jump_functions_for_edge): ...here.
15981 (ipa_compute_jump_functions): Renamed to
15982 ipa_compute_jump_functions_for_edge and made static.
15983 (ipa_compute_jump_functions): New function.
15984 (make_edge_direct_to_target): Check if the number of arguments on
15985 the newly direct edge is the same as the number of parametrs of
15986 the callee.
15987 * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
15988 ipa_compute_jump_functions. Call ipa_analyze_params_uses.
15989 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
15990 analysis functions unconditionally, call the new
15991 ipa_analyze_params_uses on the node instead of every edge.
15992
15993 2010-05-19 Christian Borntraeger <borntraeger@de.ibm.com>
15994
15995 * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
15996 to tree.
15997 (dump_mem_ref): Adopt debug code to handle a tree as step. This
15998 also checks for a constant int vs. non-constant but
15999 loop-invariant steps.
16000 (find_or_create_group): Change the sort algorithm to only consider
16001 steps that are constant ints.
16002 (idx_analyze_ref): Adopt code to handle a tree instead of a
16003 HOST_WIDE_INT for step.
16004 (gather_memory_references_ref): Handle tree instead of int and be
16005 prepared to see a NULL_TREE.
16006 (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
16007 prefetches if the step cannot be calculated at compile time.
16008 (issue_prefetch_ref): Issue prefetches for non-constant but
16009 loop-invariant steps.
16010
16011 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
16012
16013 Revert:
16014 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
16015
16016 * tree.h (build_call_list): Remove.
16017 * tree.c (build_call_list): Remove.
16018
16019 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
16020
16021 * tree.h (build_call_list): Remove.
16022 * tree.c (build_call_list): Remove.
16023
16024 2010-05-18 Jan Hubicka <jh@suse.cz>
16025
16026 * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
16027
16028 2010-05-18 Vladimir Makarov <vmakarov@redhat.com>
16029
16030 PR rtl-optimization/43332
16031 * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
16032
16033 2010-05-18 Anatoly Sokolov <aesok@post.ru>
16034
16035 * tree.h (build_int_cstu): Implement as static inline.
16036 * tree.c (build_int_cstu): Remove function.
16037 (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
16038 sign extended.
16039
16040 2010-05-18 Richard Guenther <rguenther@suse.de>
16041
16042 PR lto/44143
16043 * lto-wrapper.c (verbose): New variable. Initialize from -v.
16044 (debug): Initialize from -save-temps.
16045 (collect_execute): Print command-line when verbose.
16046 (run_gcc): Always use COLLECT_GCC_OPTIONS. Use fork_execute
16047 for ltrans invocation. Produce -dumpbase flag again.
16048 (process_args): Remove.
16049 (main): Simplify.
16050 * collect2.c (maybe_run_lto_and_relink): Only pass object
16051 files to lto-wrapper.
16052 * gcc.c (LINK_COMMAND_SPEC): Likewise.
16053
16054 2010-05-18 Jan Hubicka <jh@suse.cz>
16055
16056 * opts.c (decode_options): Do not disable whopr at ipa_cp.
16057 * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
16058
16059 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
16060
16061 PR lto/44184
16062 * lto-streamer-out.c (output_gimple_stmt): Output number of labels
16063 in a GIMPLE_ASM.
16064 * lto-streamer-in.c (input_gimple_stmt): Read number of labels
16065 in a GIMPLE_ASM.
16066
16067 2010-05-18 Jakub Jelinek <jakub@redhat.com>
16068
16069 PR debug/41371
16070 * var-tracking.c (find_loc_in_1pdv): Add a few checks from
16071 rtx_equal_p inline.
16072
16073 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
16074
16075 * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
16076 lto-macho as lto_binary_reader.
16077
16078 * darwin.c (darwin_asm_named_section): Do not add assembler comment
16079 after .section directive; just print it before the directive instead.
16080
16081 2010-05-17 Jan Hubicka <jh@suse.cz>
16082
16083 * cgraph.c (cgraph_create_virtual_clone): Only check
16084 versionable_function_p when not in wpa and checking is enabled.
16085 * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
16086 there are no more functions to materialize.
16087
16088 2010-05-17 Jan Hubicka <jh@suse.cz>
16089
16090 * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
16091 * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
16092 New functions.
16093 (output_cgraph): Call output_cgraph_opt_summary.
16094 (input_cgrpah): Call input_cgraph_opt_summary.
16095 (output_cgraph_opt_summary_p, output_node_opt_summary,
16096 input_node_opt_summary, input_cgraph_opt_section): New functions.
16097 * lto-section-in.c (lto_section_name): Add cgraphopt.
16098 * tree-inline.c (tree_function_versioning): Handle parm_num.
16099 * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
16100 * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
16101
16102 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
16103
16104 * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
16105 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
16106 the insn to prefetch ratio heuristic to loops with known trip count.
16107
16108 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
16109
16110 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
16111 (schedule_prefetches): Do not generate a prefetch if the unroll factor
16112 is far from what is required by the prefetch.
16113
16114 2010-05-17 Jan Hubicka <jh@suse.cz>
16115
16116 * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
16117 (ipcp_estimate_growth): Likewise.
16118 (ipcp_const_param_count): Likewise.
16119 (ipcp_insert_stage): Likewise.
16120 * ipa-prop.c (visit_load_for_mod_analysis): New function.
16121 (visit_store_addr_for_mod_analysis): Set used flag.
16122 (ipa_detect_param_modifications): Set used flag for SSE params;
16123 update use of walk_stmt_load_store_addr_ops.
16124 (ipa_print_node_params): Print used flag.
16125 (ipa_write_node_info): Stream used flag.
16126 (ipa_read_node_info): Likewise.
16127 * ipa-prop.h (struct ipa_param_descriptor): Add used field.
16128 (ipa_is_param_used): New function.
16129 (lto_ipa_fixup_call_notes): Remove unused declaration.
16130
16131 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16132
16133 PR target/44074
16134 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
16135 * configure: Regenerate.
16136 * config.in: Regenerate.
16137 * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
16138 !HAVE_AS_IX86_REP_LOCK_PREFIX.
16139 Don't emit whitespace.
16140 * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
16141 (*rep_movsi): Likewise.
16142 (*rep_movsi_rex64): Likewise.
16143 (*rep_movqi): Likewise.
16144 (*rep_movqi_rex64): Likewise.
16145 (*rep_stosdi_rex64): Likewise.
16146 (*rep_stossi): Likewise.
16147 (*rep_stossi_rex64): Likewise.
16148 (*rep_stosqi): Likewise.
16149 (*rep_stosqi_rex64): Likewise.
16150 (*cmpstrnqi_nz_1): Use {%;} after repz.
16151 (*cmpstrnqi_nz_rex_1): Likewise.
16152 (*cmpstrnqi_1): Likewise.
16153 (*cmpstrnqi_rex_1): Likewise.
16154 (*strlenqi_1): Use {%;} after repnz.
16155 (*strlenqi_rex_1): Likewise.
16156 * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
16157 (*sync_compare_and_swap<mode>): Likewise.
16158 (sync_double_compare_and_swap<mode>): Likewise.
16159 (*sync_double_compare_and_swapdi_pic): Likewise.
16160 (sync_old_add<mode>): Likewise.
16161 (sync_add<mode>): Likewise.
16162 (sync_sub<mode>): Likewise.
16163 (sync_<code><mode>): Likewise.
16164
16165 2010-05-17 Martin Jambor <mjambor@suse.cz>
16166
16167 * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
16168 otr_token and polymorphic.
16169 * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
16170 (cgraph_clone_edge): Copy the above fields.
16171 * tree.c (get_binfo_at_offset): New function.
16172 * tree.h (get_binfo_at_offset): Declare.
16173 * ipa-prop.h (enum jump_func_type): Added known_type jump function
16174 type, reordered items, updated comments.
16175 (union jump_func_value): Added base_type field, reordered fields.
16176 (enum ipa_lattice_type): Moved down in the file.
16177 (struct ipa_param_descriptor): New field polymorphic.
16178 (ipa_is_param_polymorphic): New function.
16179 * ipa-prop.c: Include gimple.h and gimple-fold.h.
16180 (ipa_print_node_jump_functions): Print known type jump functions.
16181 (compute_complex_pass_through): Renamed to...
16182 (compute_complex_assign_jump_func): this.
16183 (compute_complex_ancestor_jump_func): New function.
16184 (compute_known_type_jump_func): Likewise.
16185 (compute_scalar_jump_functions): Create known type and complex ancestor
16186 jump functions.
16187 (ipa_note_param_call): New parameter polymorphic, set the corresponding
16188 flag in the call note accordingly.
16189 (ipa_analyze_call_uses): Renamed to...
16190 (ipa_analyze_indirect_call_uses): this. New parameter target, define
16191 variable var only in the block where it is used.
16192 (ipa_analyze_virtual_call_uses): New function.
16193 (ipa_analyze_call_uses): Likewise.
16194 (combine_known_type_and_ancestor_jfs): Likewise.
16195 (update_jump_functions_after_inlining): Implemented handling of a
16196 number of new jump function types combination.
16197 (print_edge_addition_message): Removed.
16198 (make_edge_direct_to_target): New function.
16199 (try_make_edge_direct_simple_call): Likewise.
16200 (try_make_edge_direct_virtual_call): Likewise.
16201 (update_call_notes_after_inlining): Renamed to...
16202 (update_indirect_edges_after_inlining): this. Moved edge creation for
16203 indirect calls to try_make_edge_direct_simple_call, also calls
16204 try_make_edge_direct_virtual_call for virtual calls.
16205 (ipa_print_node_params): Changed the header message.
16206 (ipa_write_jump_function): Stream also known type jump functions.
16207 (ipa_read_jump_function): Likewise.
16208 (ipa_write_indirect_edge_info): Stream new fields in
16209 cgraph_indirect_call_info.
16210 (ipa_read_indirect_edge_info): Likewise.
16211 * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
16212 GIMPLE_FOLD_H.
16213
16214 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16215
16216 * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
16217
16218 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
16219
16220 * tree.h (CALL_EXPR_ARGS): Delete.
16221 (call_expr_arglist): Delete.
16222 * tree.c (call_expr_arglist): Delete.
16223 * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
16224 targetm.fold_builtin.
16225 * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
16226 Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
16227 * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
16228 arglist parameter. Use CALL_EXPR_ARG.
16229 (picochip_expand_builtin_3op): Likewise.
16230 (picochip_expand_builtin_2opvoid): Likewise.
16231 (picochip_expand_array_get): Likewise.
16232 (picochip_expand_array_put): Likewise.
16233 (picochip_expand_array_testport): Likewise.
16234 (picochip_expand_builtin): Don't call CALL_EXPR_ARGS. Pass exp
16235 rather than arglist.
16236 * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
16237 CALL_EXPR_ARGS.
16238 * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
16239 than TREE_VALUE and TREE_CHAIN.
16240 * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
16241 * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
16242 the arglist.
16243
16244 2010-05-17 Jakub Jelinek <jakub@redhat.com>
16245
16246 PR bootstrap/42347
16247 * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
16248 to have no fallthru edge.
16249
16250 PR middle-end/44102
16251 * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
16252 bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
16253 mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
16254 add BARRIER after previous bb if needed.
16255
16256 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
16257
16258 * tree.c (build_function_type_list_1): Remove bogus assert condition.
16259
16260 2010-05-17 Alan Modra <amodra@gmail.com>
16261
16262 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
16263 unnecessary prototype. Replace copy_r12 and copy_r11 flag params
16264 with copy_reg rtx param.
16265 (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
16266 Correct cases where code for ABI_V4 did not initialise the reg
16267 used to access frame. Also leave frame_reg_rtx as sp for large
16268 frames that save no regs.
16269
16270 2010-05-17 Martin Jambor <mjambor@suse.cz>
16271
16272 PR middle-end/44133
16273 * tree-sra.c (create_access_replacement): New parameter rename, mark
16274 the replaement for renaming only when it is true.
16275 (get_access_replacement): Pass true in the rename parameter of
16276 create_access_replacement.
16277 (get_unrenamed_access_replacement): New function.
16278 (replace_uses_with_default_def_ssa_name): New parameter racc, get the
16279 replacement declaration from it.
16280
16281 2010-05-17 Bernd Schmidt <bernds@codesourcery.com>
16282
16283 * function.c (try_fit_stack_local, add_frame_space): New static
16284 functions.
16285 (assign_stack_local_1): Use them. Look for opportunities to use
16286 space previously wasted on alignment.
16287 * function.h (struct frame_space): New.
16288 (struct rtl_data): Add FRAME_SPACE_LIST member.
16289 * reload1.c (something_was_spilled): New static variable.
16290 (alter_reg): Set it.
16291 (reload): Test it in addition to testing if the frame size changed.
16292
16293 2010-05-17 Christian Borntraeger <borntraeger@de.ibm.com>
16294
16295 * config/s390/s390.c: Define sane prefetch settings and activate
16296 flag_prefetch_loop_arrays on -O3.
16297 * config/s390/s390.h: Declare that read can use write prefetch.
16298
16299 2010-05-17 Jakub Jelinek <jakub@redhat.com>
16300
16301 * lto-streamer-out.c (lto_output): Fix --enable-checking=release
16302 build.
16303
16304 2010-05-16 Jan Hubicka <jh@suse.cz>
16305
16306 * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
16307 function body; do not check stdarg field of struct function.
16308
16309 2010-05-16 Jan Hubicka <jh@suse.cz>
16310
16311 * cgraph.c (dump_cgraph_node): Dump versionable flag.
16312 * cgraph.h (cgraph_local_info): Add versionable flag.
16313 * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
16314 (ipcp_versionable_function_p): Use it.
16315 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
16316 versionable flag.
16317
16318 2010-05-16 Jan Hubicka <jh@suse.cz>
16319
16320 * cgraph.c (cgraph_clone_node): Take decl argument and insert
16321 clone into hash when it is different from orig.
16322 (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
16323 * cgraph.h (cgraph_clone_node): Update prototype.
16324 * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
16325 (lto_cgraph_encoder_delete): Delete body map.
16326 (lto_cgraph_encoder_size): Move to header.
16327 (lto_cgraph_encoder_encode_body_p,
16328 lto_set_cgraph_encoder_encode_body): New.
16329 (lto_output_node): Do not take written_decls argument; output clone_of
16330 pointer.
16331 (add_node_to): Add include_body_argument; call
16332 lto_set_cgraph_encoder_encode_body on master of the clone.
16333 (add_references): Update use of add_node_to.
16334 (compute_ltrans_boundary): Likewise.
16335 (output_cgraph): Do not create written_decls bitmap.
16336 (input_node): Take nodes argument; stream in clone_of correctly.
16337 (input_cgraph_1): Update use of input_node.
16338 * lto-streamer-out.c (lto_output): Use encoder info to decide
16339 what bodies to output.
16340 * ipa-inline.c (cgraph_clone_inlined_nodes,
16341 cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
16342 * lto-streamer.h (lto_cgraph_encoder_d): Add body.
16343 (lto_cgraph_encoder_size): Define here.
16344 (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
16345 Declare.
16346
16347 2010-05-16 Richard Guenther <rguenther@suse.de>
16348
16349 * doc/invoke.texi (-fipa-struct-reorg): Do not mention
16350 -fipa-type-escape.
16351 * ipa-type-escape.c (gate_type_escape_vars): Run when
16352 -fipa-struct-reorg runs.
16353 * opts.c (decode_options): Do not unset flag_ipa_type_escape.
16354 * common.opt (fipa-type-escape): Remove.
16355
16356 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
16357
16358 * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
16359 (decode_options): Likewise.
16360 * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
16361
16362 2010-05-16 Jan Hubicka <jh@suse.cz>
16363
16364 * ipa.c (function_and_variable_visibility): Also bring local all
16365 aliases.
16366
16367 2010-05-16 Richard Guenther <rguenther@suse.de>
16368
16369 * alias.c (nonoverlapping_memrefs_p): Remove use of
16370 IPA type-escape information.
16371
16372 2010-05-16 Joseph Myers <joseph@codesourcery.com>
16373
16374 * c-common.c (c_common_reswords): Add _Static_assert for C.
16375 * c-parser.c (c_token_starts_declaration,
16376 c_parser_next_token_starts_declaration,
16377 c_parser_static_assert_declaration_no_semi,
16378 c_parser_static_assert_declaration): New.
16379 (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
16380 Handle static assertions if static_assert_ok.
16381 (c_parser_external_declaration, c_parser_declaration_or_fndef,
16382 c_parser_compound_statement_nostart, c_parser_label,
16383 c_parser_for_statement, c_parser_objc_methodprotolist,
16384 c_parser_omp_for_loop): All callers of
16385 c_parser_declaration_or_fndef changed.
16386 (c_parser_struct_declaration): Handle static assertions.
16387 (c_parser_compound_statement_nostart): Use
16388 c_parser_next_token_starts_declaration and
16389 c_token_starts_declaration to detect start of declarations.
16390 (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
16391 Likewise.
16392
16393 2010-05-16 Anatoly Sokolov <aesok@post.ru>
16394
16395 * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
16396 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
16397 * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
16398 TARGET_FUNCTION_VALUE_REGNO_P): Define.
16399 (mmix_function_outgoing_value): Rename to...
16400 (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
16401 (mmix_function_value_regno_p): Make static.
16402 (mmix_libcall_value): New function.
16403 * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
16404 mmix_function_value_regno_p): Remove declaration.
16405
16406 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
16407
16408 * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
16409 BUILT_IN_ALLOCA if stack checking is enabled.
16410
16411 2010-05-16 Richard Guenther <rguenther@suse.de>
16412
16413 * var-tracking.c (vars_copy_1): Inline ...
16414 (vars_copy): ... here. Use FOR_EACH_HTAB_ELEMENT.
16415 (variable_union): Use FOR_EACH_HTAB_ELEMENT. Merge asserts.
16416 (variable_merge_over_cur): Adjust. Merge asserts.
16417 (variable_merge_over_src): Likewise.
16418 (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
16419 (variable_post_merge_new_vals): Merge asserts.
16420 (variable_post_merge_perm_vals): Likewise.
16421 (find_mem_expr_in_1pdv): Likewise.
16422 (dataflow_set_different_value): Remove.
16423 (onepart_variable_different_p): Merge asserts.
16424 (variable_different_p): Likewise.
16425 (dataflow_set_different_1): Inline ...
16426 (dataflow_set_different): ... here. Use FOR_EACH_HTAB_ELEMENT.
16427 (emit_notes_for_differences_1): Merge asserts.
16428
16429 2010-05-16 Richard Guenther <rguenther@suse.de>
16430
16431 * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
16432 * optabs.c (libfunc_decl_hash): Likewise.
16433 * varasm.c (emutls_decl): Likewise.
16434
16435 2010-05-16 Steven Bosscher <steven@gcc.gnu.org>
16436
16437 * c-decl.c: Don't include gimple.h.
16438 (merge_decls): Do not copy gimple_body.
16439
16440 2010-05-15 Jason Merrill <jason@redhat.com>
16441
16442 * c.opt: Add -fnothrow-opt.
16443
16444 2010-05-15 Jan Hubicka <jh@suse.cz>
16445
16446 * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
16447 analyzed.
16448 * passes.c (ipa_write_summaries): Write all analyzed nodes.
16449
16450 2010-05-15 Steven Bosscher <steven@gcc.gnu.org>
16451
16452 * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
16453 * Makefile.in: Add it.
16454 Fix all other Makefile dependencies for changes below.
16455 * tree.h: Include it instead of defining VEC primitives here.
16456 * gimple.h: Likewise.
16457 * rtl.h: Likewise.
16458 * tree-inline.h: Inlclude vecir.h instead of gimple.h.
16459 * except.h: Include vecir.h, break dependence on tree.h.
16460
16461 * gimplify.c (append_to_statement_list_1, append_to_statement_list):
16462 Move from here...
16463 * tree-iterator.c: ...to here.
16464 * tree-iterator.h: Fix file introduction comment. Add extern markers.
16465
16466 * c-lex.c: Include fixed-value.h instead of rtl.h. Do not include
16467 tm_p.h.
16468 * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
16469 * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
16470 integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
16471 tree-mudflap.h, and target.h.
16472 * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
16473 predict.h, tree-inline.h, gimple.h, and langhooks.h.
16474 * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
16475 Add FIXME for why gimple.h is still included (should be unnecessary
16476 since GCC 4.5 gimplification unit-at-a-time).
16477 * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
16478 * c-pragma.c: Add FIXME for why function.h needs to be included just
16479 for cfun, at front-end level.
16480 Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
16481 Do not include ggc.h, but include vecprim.h for VEC(char).
16482 * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
16483 Explain why target.h is included.
16484 * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
16485 Explain why gimple.h is included.
16486 * c-ppoutput.c: Do not include tm.h.
16487 * c-common.c: Do not include gimple.h. Explain why expr.h is included.
16488 * c-parses.c: Explain why rtl.h is included, and that this (and only
16489 this) is also why tm.h must be included.
16490 Do not include except.h.
16491 * c-lang.c: Do not include ggc.h.
16492
16493 2010-05-15 Uros Bizjak <ubizjak@gmail.com>
16494
16495 * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
16496
16497 2010-05-15 Joseph Myers <joseph@codesourcery.com>
16498
16499 * c-decl.c (grokfield): Allow typedefs for anonymous structs and
16500 unions by default if those structs and unions have no tags. Do
16501 not condition anonymous struct and unions handling on flag_iso.
16502 Allow anonymous structs and unions for C1X.
16503 (finish_struct): Do not diagnose lack of named fields when
16504 anonymous structs and unions present for C1X. Accept flexible
16505 array members in structure with anonymous structs or unions but no
16506 directly named fields.
16507 * doc/extend.texi (Unnamed Fields): Update.
16508
16509 2010-05-15 Eric Botcazou <ebotcazou@adacore.com>
16510
16511 * gimple.h (compare_field_offset): Rename into...
16512 (gimple_compare_field_offset): ...this.
16513 * gimple.c (compare_field_offset): Rename into...
16514 (gimple_compare_field_offset): ...this. Compare the full access if
16515 the offset is self-referential.
16516 (gimple_types_compatible_p): Adjust for above renaming.
16517 * lto-streamer-in.c (input_gimple_stmt): Likewise. Also compare the
16518 DECL_NONADDRESSABLE_P flag of fields before merging them.
16519
16520 2010-05-15 Nathan Froyd <froydnj@codesourcery.com>
16521
16522 * tree.h (ctor_to_list): Delete.
16523 * tree.c (ctor_to_list): Delete.
16524
16525 2010-05-15 Jan Hubicka <jh@suse.cz>
16526
16527 * ipa-reference.c: Include toplev.h
16528 (is_proper_for_analysis): Only add to all_module_statics
16529 if it is allocated.
16530 (write_node_summary_p, stream_out_bitmap,
16531 ipa_reference_write_optimization_summary,
16532 ipa_reference_read_optimization_summary): New.
16533 (struct ipa_opt_pass_d pass_ipa_reference): Add
16534 optimization summary streaming.
16535 * lto-cgraph.c (referenced_from_this_partition_p,
16536 reachable_from_this_partition_p): New functions.
16537 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
16538 call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
16539 * opts.c (decode_options): Enable ipa_reference.
16540 * Makefile.in (ipa-reference.o): Add toplev.h dependency.
16541 * lto-streamer.h (referenced_from_this_partition_p,
16542 reachable_from_this_partition_p): Declare.
16543
16544 2010-05-15 Richard Guenther <rguenther@suse.de>
16545
16546 PR tree-optimization/44038
16547 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
16548 taking the address of a V_C_E of a constant.
16549
16550 2010-05-14 Jan Hubicka <jh@suse.cz>
16551
16552 * tree.h (memory_identifier_string): Remove.
16553 * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
16554 (ipa_reference_global_vars_info_d): Remove statics_not_read and
16555 statics_not_written.
16556 (ipa_reference_optimization_summary_d): New structure.
16557 (ipa_reference_optimization_summary_t): New type and vector.
16558 (ipa_reference_vars_info_d): Embedd structures instead of using
16559 pointers.
16560 (reference_vars_to_consider): Remove out of GGC space.
16561 (module_statics_escape): Remove.
16562 (global_info_obstack): Rename to ...
16563 (optimization_summary_obstack): ... this one.
16564 (initialization_status_t): Remove.
16565 (memory_identifier_string): Remove.
16566 (get_reference_vars_info): Fix indenting.
16567 (set_reference_vars_info): Likewise.
16568 (get_reference_optimization_summary): New.
16569 (set_reference_optimization_summary): New.
16570 (get_global_reference_vars_info): Remove.
16571 (ipa_reference_get_read_global): Remove.
16572 (ipa_reference_get_written_global): Remove.
16573 (ipa_reference_get_not_read_global): Update.
16574 (ipa_reference_get_not_written_global): Update.
16575 (is_proper_for_analysis): Outlaw addressable.
16576 (propagate_bits): Update for new datastructures.
16577 (analyze_variable): Remove.
16578 (init_function_info): Update for new datastructures.
16579 (clean_function_local_data): Remove.
16580 (clean_function): Remove.
16581 (copy_global_bitmap): Use optimizations_summary_obstack.
16582 (duplicate_node_data): Duplicate optimization summary only.
16583 (remove_node_data): Remove optimization summary only.
16584 (generate_summary): Do not analyze variables; do not compute
16585 module_statics_escape; do not prune solutions by it.
16586 (read_write_all_from_decl): Fix typos in comments.
16587 (propagate): Doscover readonly and nonaddressable first;
16588 update for new datastructures; share global bitmaps.
16589 * ipa-reference.h (ipa_reference_get_read_global,
16590 ipa_reference_get_written_global): Remove.
16591 * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
16592 * Makefile.in: Remove ipa-refereference from GT files.
16593
16594 2010-05-14 Jakub Jelinek <jakub@redhat.com>
16595
16596 PR debug/44112
16597 * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
16598 for all SYMBOL_REF_DECLs.
16599
16600 2010-05-14 Jan Hubicka <jh@suse.cz>
16601
16602 * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
16603 (varpool_all_refs_explicit_p): New inline function.
16604 * ipa-reference.c: Update comment.
16605 (module_statics_written): Remove.
16606 (get_static_decl): Remove.
16607 (ipa_init): Do not initialize module_statics_written.
16608 (analyze_function): Likewise.
16609 (generate_summary): Likewise; do not compute module_statics_readonly
16610 and do not update variable flags.
16611 (propagate): Call ipa_discover_readonly_nonaddressable_vars.
16612 * ipa.c: Inlucde flags.h
16613 (cgraph_local_node_p): New.
16614 (cgraph_remove_unreachable_nodes): Return early when not optimizing;
16615 promote functions to local.
16616 (ipa_discover_readonly_nonaddressable_vars): New function.
16617 (function_and_variable_visibility): Use cgraph_local_node_p.
16618 * varpool.c (varpool_finalize_decl): Set force_output for
16619 DECL_PRESERVE_P vars.
16620
16621 2010-05-14 Jan Hubicka <jh@suse.cz>
16622
16623 * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
16624
16625 2010-05-14 Richard Guenther <rguenther@suse.de>
16626
16627 PR tree-optimization/44119
16628 * tree-ssa-pre.c (eliminate): Properly mark replacement of
16629 a PHI node necessary.
16630
16631 2010-05-14 Eric Botcazou <ebotcazou@adacore.com>
16632
16633 * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
16634
16635 2010-05-14 Jason Merrill <jason@redhat.com>
16636
16637 PR c++/44127
16638 * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
16639 (gimple_call_set_nothrow): New.
16640 * gimple.c (gimple_build_call_from_tree): Call it.
16641 (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
16642
16643 PR c++/44127
16644 * gimplify.c (gimplify_seq_add_stmt): No longer static.
16645 * gimple.h: Declare it.
16646 * gimple.c (gimple_build_eh_filter): No ops.
16647
16648 2010-05-14 Jan Hubicka <jh@suse.cz>
16649
16650 * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
16651 nodes already in queue.
16652 (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
16653 re-enqueueing node.
16654
16655 2010-05-14 Jakub Jelinek <jakub@redhat.com>
16656
16657 PR debug/44136
16658 * cfgexpand.c (expand_debug_expr): If non-memory op0
16659 has BLKmode, return NULL.
16660
16661 2010-05-14 Harsha Jagasia <harsha.jagasia@amd.com>
16662
16663 * config.gcc: Add support for --with-cpu option for bdver1.
16664 * config/i386/i386.h (TARGET_BDVER1): New macro.
16665 (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
16666 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
16667 (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
16668 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
16669 Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
16670 (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
16671 (processor_type): Add PROCESSOR_BDVER1.
16672 * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
16673 processor_type in config/i386/i386.h.
16674 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
16675 movaps <reg, reg> instead of movapd <reg, reg> when replacing
16676 movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
16677 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
16678 to emit packed xor instead of packed double/packed integer
16679 xor for SSE and AVX when moving a zero value.
16680 * config/i386/sse.md: Add check for
16681 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
16682 movapd/movdqa for SSE and AVX.
16683 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
16684 single logical operations i.e and, or and xor instead of packed double
16685 logical operations for SSE and AVX.
16686 * config/i386/i386-c.c (ix86_target_macros_internal):
16687 Add PROCESSOR_BDVER1.
16688 * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
16689 (has_fma4, has_xop): New.
16690 * config/i386/i386.c (bdver1_cost): New variable.
16691 (m_BDVER1): New macro.
16692 (m_AMD_MULTIPLE): Add m_BDVER1.
16693 (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
16694 x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
16695 x86_tune_use_simode_fiop, x86_tune_promote_qimode,
16696 x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
16697 x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
16698 x86_tune_sse_partial_reg_dependency,
16699 x86_tune_sse_unaligned_load_optimal,
16700 x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
16701 x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
16702 x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
16703 x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
16704 x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
16705 Enable/disable for bdver1.
16706 (processor_target_table): Add bdver1_cost.
16707 (cpu_names): Add bdver1.
16708 (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
16709 processor_alias_table.
16710 (ix86_expand_vector_move_misalign): Change.
16711 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
16712 Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
16713 Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
16714 of movupd/movdqu for SSE and AVX.
16715 (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
16716 (ix86_tune_adjust_cost): Add code for bdver1.
16717 (standard_sse_constant_opcode): Add check for
16718 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
16719 of packed double xor for SSE and AVX.
16720
16721 2010-05-14 Pat Haugen <pthaugen@us.ibm.com>
16722
16723 * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
16724 result to unsigned.
16725
16726 2010-05-14 Tristan Gingold <gingold@adacore.com>
16727
16728 * toplev.c (default_debug_hooks): Remove this variable.
16729 (process_options): Remove assignments to default_debug_hooks.
16730
16731 2010-05-14 Martin Jambor <mjambor@suse.cz>
16732
16733 * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
16734 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
16735 * langhooks.h (struct lang_hooks_for_decls): Removed field
16736 fold_obj_type_ref.
16737 * tree.c (free_lang_data): Remove assignment to
16738 lang_hooks.fold_obj_type_ref.
16739 * tree.def (OBJ_TYPE_REF): Update comment.
16740
16741 2010-05-14 Richard Guenther <rguenther@suse.de>
16742
16743 PR tree-optimization/44124
16744 * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
16745
16746 2010-05-14 Alan Modra <amodra@gmail.com>
16747
16748 PR target/44075
16749 * config/rs6000/rs6000.c (struct machine_function): Reorder
16750 fields for better packing. Add lr_save_state.
16751 (rs6000_ra_ever_killed): Return lr_save_state if set.
16752 (rs6000_emit_eh_reg_restore): Set lr_save_state.
16753
16754 2010-05-13 Jan Hubicka <jh@suse.cz>
16755
16756 * varpool.c (decide_is_variable_needed): Drop code checking
16757 TREE_SYMBOL_REFERENCED.
16758
16759 2010-05-13 Jan Hubicka <jh@suse.cz>
16760
16761 * final.c (output_addr_const): Do not call mark_decl_referenced.
16762 * cgraphunit.c (process_function_and_variable_attributes): Use
16763 mark_needed_node dirrectly.
16764 (assemble_thunk): Do not call mark_decl_referenced.
16765
16766 2010-05-13 Anatoly Sokolov <aesok@post.ru>
16767
16768 * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
16769
16770 2010-05-13 Jeff Law <law@redhat.com>
16771
16772 * ira-conflicts.c (print_allocno_conflicts): New function broken out
16773 from...
16774 (print_conflicts): Call print_allocno_conflicts.
16775
16776 2010-05-13 Jakub Jelinek <jakub@redhat.com>
16777
16778 PR debug/44104
16779 * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
16780 if it is NULL.
16781
16782 2010-05-13 Kai Tietz <kai.tietz@onevision.com>
16783
16784 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
16785 t-mingw-w64 or t-mingw-w32 for multilib configuration.
16786 * config/i386/t-mingw-w32: New.
16787 * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
16788
16789 2010-05-13 Martin Jambor <mjambor@suse.cz>
16790
16791 * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
16792 gimple-fold.c).
16793 * gimple-fold.c (get_base_binfo_for_type): New function.
16794 (gimple_get_relevant_ref_binfo): Likewise.
16795 (gimple_fold_obj_type_ref_known_binfo): Likewise.
16796 (gimple_fold_obj_type_ref): Likewise.
16797 (fold_gimple_call): Simplify condition for folding virtual calls
16798 and call gimple_fold_obj_type_ref.
16799 * gimple.h (gimple_get_relevant_ref_binfo): Declare.
16800 (gimple_fold_obj_type_ref_known_binfo): Likewise.
16801
16802 2010-05-13 Andreas Schwab <schwab@linux-m68k.org>
16803
16804 * config/rs6000/rs6000-protos.h
16805 (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
16806 * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
16807 (rs6000_debug_mode_dependent_address)
16808 (rs6000_mode_dependent_address_ptr): Likewise.
16809
16810 2010-05-13 Jakub Jelinek <jakub@redhat.com>
16811
16812 PR debug/43983
16813 * var-tracking.c (track_expr_p): Allow tracking of variables optimized
16814 by SRA.
16815 * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
16816 * tree-sra.c (create_access_replacement): Call unshare_expr before
16817 passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
16818 * dwarf2out.c: Include tree-flow.h.
16819 (struct var_loc_node): Rename var_loc_note field to loc, add comment.
16820 (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
16821 Handle DW_OP_bit_piece.
16822 (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
16823 construct_piece_list, adjust_piece_list): New functions.
16824 (add_var_loc_to_decl): Handle SRA optimized variables.
16825 Adjust for var_loc_note to loc field renaming.
16826 (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
16827 in VAR_LOCATION note.
16828 (new_loc_descr_op_bit_piece): New function.
16829 (dw_sra_loc_expr): New function.
16830 (dw_loc_list): Use it. Don't handle the last range after the
16831 loop, handle it inside of the loop. Adjust for var_loc_note
16832 to loc field renaming.
16833 (add_location_or_const_value_attribute): Only special case
16834 single entry loc lists if loc is NOTE_P. Adjust for
16835 var_loc_note to loc field renaming.
16836 (dwarf2out_var_location): Don't set newloc->var_loc_note
16837 and newloc->next here.
16838
16839 2010-05-12 Jan Hubicka <jh@suse.cz>
16840
16841 * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
16842 flag.
16843 * cgraph.h (cgraph_only_called_directly_p,
16844 cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
16845 (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
16846 * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
16847 (assemble
16848 * ipa.c (cgraph_remove_unreachable_nodes): Use
16849 cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
16850 flags.
16851 * tree-inline.c (copy_bb): Check address_taken flag.
16852 * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
16853 externally_visible flag.
16854
16855 2010-05-12 Jason Merrill <jason@redhat.com>
16856
16857 PR bootstrap/44048
16858 PR target/44099
16859 * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
16860 * sdbout.c (plain_type_1): Likewise.
16861 * dwarf2out.c (is_base_type): Likewise.
16862 (gen_type_die_with_usage): Likewise. Generate
16863 DW_TAG_unspecified_type for any LANG_TYPE.
16864
16865 2010-05-12 Jan Hubicka <jh@suse.cz>
16866
16867 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
16868 indrect edges too.
16869 * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
16870 (cgraph_clone_edge): Update.
16871 (cgraph_node_remove_callees): Remove indirect calls too.
16872 * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
16873 (cgraph_create_indirect_edge): Update prototype.
16874 * ipa-reference.c (has_proper_scope_for_analysis): Rename to
16875 is_proper_for_analysis.
16876 (add_new_function, visited_nodes, function_insertion_hook_holder,
16877 get_local_reference_vars_info, mark_address_taken, mark_address,
16878 mark_load, mark_store, check_asm_memory_clobber, check_call,
16879 scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
16880 (ipa_init): Do not initialize visited_nodes;
16881 function_insertion_hook_holder.
16882 (analyze_variable): Rewrite.
16883 (analyze_function): Rewrite.
16884 (copy_local_bitmap): Remove.
16885 (duplicate_node_dat): Do not duplicate local info.
16886 (generate_summary): Simplify to only walk cgraph.
16887 (write_node_summary_p, ipa_reference_write_summary,
16888 ipa_reference_read_summary): Remove.
16889 (propagate): Do not remove function insertion;
16890 generate summary.
16891 (pass_ipa_reference): NULLify summary handling fields.
16892 * lto-cgraph.c (lto_output_edge): Output ecf_flags.
16893 (input_edge): Input ecf_flags.
16894 * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
16895 (update_indirect_edges_after_inlining): Ignore edges with unknown
16896 param.
16897
16898 2010-05-12 Sriraman Tallam <tmsriram@google.com>
16899
16900 * implicit-zee.c: New file.
16901 * tree-pass.h (pass_implicit_zee): Declare.
16902 * passes.c (init_optimization_passes): Add zee pass.
16903 * common.opt (fzee): New flag.
16904 * timevar.def (TV_ZEE): Define.
16905 * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
16906 and beyond.
16907 * Makefile.in (implicit-zee.o): Add new build file.
16908
16909 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
16910 Nathan Froyd <froydnj@codesourcery.com>
16911
16912 * c-common.c (sync_resolve_params): Remove write-only variable.
16913
16914 2010-05-12 Anatoly Sokolov <aesok@post.ru>
16915
16916 * target.h (struct gcc_target): Add mode_dependent_address_p field.
16917 * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
16918 (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
16919 * targhooks.c (default_mode_dependent_address_p): New function.
16920 * targhooks.h (default_mode_dependent_address_p): Declare function.
16921 * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
16922 (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
16923 * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
16924 target hook. Change return type to bool.
16925 * recog.h (mode_dependent_address_p): Change return type to bool.
16926
16927 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
16928 Nathan Froyd <froydnj@codesourcery.com>
16929
16930 * tree-mudflap.c (build_function_type_0, build_function_type_1,
16931 build_function_type_2, build_function_type_3): Remove.
16932 (mudflap_init): Use build_function_type_list.
16933
16934 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
16935 Nathan Froyd <froydnj@codesourcery.com>
16936
16937 * coverage.c (build_fn_info_value): Call build_constructor instead of
16938 build_constructor_from_list.
16939 (build_ctr_info_value): Likewise.
16940 (build_gcov_info): Likewise.
16941
16942 2010-05-12 Nathan Froyd <froydnj@codesourcery.com>
16943
16944 * tree.c (build_constructor): Compute TREE_CONSTANT for the
16945 resultant constructor.
16946 (build_constructor_single): Don't set TREE_CONSTANT.
16947 (build_constructor_from_list): Don't compute TREE_CONSTANT.
16948
16949 2010-05-12 Jan Hubicka <jh@suse.cz>
16950
16951 * cgraph.h (struct varpool_node): Add aux.
16952 * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
16953 * varpool.c (varpool_remove_node): Do not remove initializer.
16954 (varpool_reset_queue): Export.
16955 (varpool_finalize_decl): Volatile vars are forced to be output.
16956 * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
16957 replaced decl.
16958 * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
16959 process_references, varpool_can_remove_if_no_refs): New functions.
16960 (cgraph_remove_unreachable_nodes): Handle variables too.
16961
16962 2010-05-12 H.J. Lu <hongjiu.lu@intel.com>
16963
16964 PR target/44088
16965 * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
16966
16967 2010-05-12 Jakub Jelinek <jakub@redhat.com>
16968
16969 PR middle-end/44085
16970 * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
16971 change value of ORT_TASK.
16972 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
16973 (omp_notice_threadprivate_variable): New function.
16974 (omp_notice_variable): Call it for threadprivate variables.
16975 If enclosing ctx is a task, print enclosing task rather than
16976 enclosing parallel. Handle ORT_UNTIED_TASK like ORT_TASK.
16977 (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
16978 if task has untied clause.
16979
16980 PR debug/42278
16981 * dwarf2out.c (base_type_die): Don't add name attribute here.
16982 (modified_type_die): Instead of sizetype use
16983 its underlying original type. If a DW_TAG_base_type doesn't
16984 have name added, add __unknown__.
16985 (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
16986 always call force_type_die instead.
16987
16988 2010-05-12 Maxim Kuvyrkov <maxim@codesourcery.com>
16989
16990 * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
16991 for __stack_chk_guard.
16992
16993 2010-05-11 Jakub Jelinek <jakub@redhat.com>
16994
16995 * c-opts.c (c_common_parse_file): If start_end_main_source_file,
16996 don't call start_source_file debug hook here...
16997 (finish_options): ... but here, after outputting predefined and
16998 command line defines and undefs.
16999
17000 PR middle-end/44071
17001 * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
17002 no fallthru edge.
17003 * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
17004 optimizing away empty bb with no successors, move over its
17005 footer chain to fallthru predecessor.
17006 * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
17007 (rtl_split_edge): For asm goto call patch_jump_insn even if
17008 splitting fallthru edge.
17009
17010 PR c++/44059
17011 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
17012 even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
17013 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
17014 * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
17015 on DW.ref.* decls.
17016
17017 PR c++/44062
17018 * c-parser.c (c_parser_expression): Mark LHS of a comma
17019 expression as read if it is a decl, handled component or
17020 COMPOUND_EXPR with that on the RHS.
17021 * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
17022 if it is a decl or handled component.
17023
17024 2010-05-11 Jan Hubicka <jh@suse.cz>
17025
17026 * lto-symtab.c (lto_symtab_free): New function.
17027 * lto-streamer.h (lto_symtab_free): Declare.
17028
17029 2010-05-11 Jan Hubicka <jh@suse.cz>
17030
17031 * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
17032 that if function is needed it is reachable.
17033 (lto_output_node): See if it the function is reachable or referenced.
17034 (output_cgraph): Update call of lto_output_node.
17035 * lto-streamer.h (reachable_from_other_partition_p): Declare.
17036
17037 2010-05-11 Jan Hubicka <jh@suse.cz>
17038
17039 * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
17040 Mark as used.
17041
17042 2010-05-11 Jan Hubicka <jh@suse.cz>
17043
17044 PR tree-optimize/44063
17045 * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
17046 queue.
17047 (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
17048 limits.
17049 (estimate_function_body_sizes): Compute sizes even when disregarding.
17050
17051 2010-05-11 Kai Tietz <kai.tietz@onevision.com>
17052
17053 * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
17054
17055 2010-05-11 Jan Hubicka <jh@suse.cz>
17056
17057 * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
17058 into every boundary.
17059
17060 2010-05-11 Jan Hubicka <jh@suse.cz>
17061
17062 * matrix-reorg.c (matrix_reorg): Rebuild edges.
17063
17064 2010-05-11 Jan Hubicka <jh@suse.cz>
17065
17066 * lto-streamer.c (lto_streamer_cache_add_to_node_array,
17067 lto_streamer_cache_delete): Put nodes into heap.
17068 * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
17069 heap.
17070
17071 2010-05-11 Jan Hubicka <jh@suse.cz>
17072
17073 * cgraphbuild.c (cgraph_rebuild_references): New.
17074 * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
17075 out extern inlines.
17076 * cgraph.h (cgraph_rebuild_references): Declare.
17077 * tree-inline.c (tree_function_versioning): Use it.
17078 * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
17079
17080 2010-05-11 Jan Hubicka <jh@suse.cz>
17081
17082 * cgraph.c: Include ipa-utils.h
17083 (cgraph_create_virtual_clone): Update references.
17084 * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
17085
17086 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
17087
17088 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
17089 prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
17090 cache size.
17091
17092 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
17093
17094 * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
17095
17096 2010-05-11 Jakub Jelinek <jakub@redhat.com>
17097
17098 * gcc.c (execute): For -### don't quote arguments that
17099 contain just alphanumerics and _/-. characters.
17100 * doc/invoke.texi: Document that change for -###.
17101
17102 PR debug/44023
17103 * df-problems.c (struct dead_debug): Add to_rescan field.
17104 (dead_debug_init): Clear to_rescan field.
17105 (dead_debug_finish): Rescan all debug insns in to_rescan
17106 bitmap and free the bitmap.
17107 (dead_debug_insert_before): Instead of rescanning debug insns
17108 immediately queue their rescanning until dead_debug_finish.
17109 (df_note_bb_compute): After dead_debug_add do continue instead
17110 of break.
17111
17112 2010-05-10 Jakub Jelinek <jakub@redhat.com>
17113
17114 PR debug/44028
17115 * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
17116 clear also INSN_REG_USE_LIST.
17117
17118 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17119
17120 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
17121
17122 2010-05-10 Jan Hubicka <jh@suse.cz>
17123
17124 * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
17125 commited change.
17126
17127 2010-05-10 Jan Hubicka <jh@suse.cz>
17128
17129 * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
17130 Allocate encoders.
17131 * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
17132 * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
17133 (lto_streamer_cache_create): Init alloc pool.
17134 (lto_streamer_cache_delete): Free alloc pool.
17135 * lto-streamer.h: Include alloc pool.
17136 (lto_streamer_cache_d): Use alloc pool.
17137 * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
17138
17139 2010-05-10 Jan Hubicka <jh@suse.cz>
17140
17141 * Makefile.in (cgraphbuild.o): Add dependency on except.h.
17142 * cgraphbuild.c: Include except.h
17143 (record_type_list, record_eh_tables): New function.
17144 (build_cgraph_edges, rebuild_cgraph_edges): Use it.
17145
17146 2010-05-10 Jan Hubicka <jh@suse.cz>
17147
17148 * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
17149 __frame_dummy_init_array_entry, force_to_data): Attribute as used
17150 rather than unused.
17151
17152 2010-05-10 Michael Matz <matz@suse.de>
17153
17154 * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
17155 (can_reassociate_p): Use FLOAT_TYPE_P.
17156 * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
17157 (vect_force_simple_reduction): ... this.
17158 * tree-parloops.c (gather_scalar_reductions): Use
17159 vect_force_simple_reduction.
17160 * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
17161 vect_is_simple_reduction, add modify argument, if true rewrite
17162 "a-b" into "a+(-b)".
17163 (vect_is_simple_reduction, vect_force_simple_reduction): New
17164 functions.
17165 (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
17166
17167 2010-05-10 H.J. Lu <hongjiu.lu@intel.com>
17168 Vladimir Makarov <vmakarov@redhat.com>
17169
17170 PR rtl-optimization/44012
17171 * ira-build.c (remove_unnecessary_allocnos): Nullify
17172 regno_allocno_map of the removed allocno.
17173
17174 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17175
17176 * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
17177 to /dev/null.
17178 * configure: Regenerate.
17179
17180 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17181
17182 * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
17183 unused.
17184 Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
17185 * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
17186 support in Sun ld.
17187 * configure: Regenerate.
17188
17189 2010-05-10 Richard Guenther <rguenther@suse.de>
17190
17191 * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
17192 marked if the entry identifier is marked.
17193
17194 2010-05-10 Richard Guenther <rguenther@suse.de>
17195
17196 * c-common.c (struct c_common_attributes): Add fnspec attribute.
17197 (handle_fnspec_attribute): New function.
17198 * gimple.h (gimple_call_return_flags): Declare.
17199 (gimple_call_arg_flags): Likewise.
17200 * gimple.c (gimple_call_arg_flags): New function.
17201 (gimple_call_return_flags): Likewise.
17202 * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
17203 New argument flags.
17204 (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
17205 return value flags.
17206 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
17207 * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
17208 main work to ...
17209 (make_heapvar_for): ... this new function.
17210 (handle_rhs_call): Handle fnspec attribute argument specifiers.
17211 (handle_lhs_call): Likewise.
17212 (find_func_aliases): Adjust.
17213
17214 2010-05-10 Richard Guenther <rguenther@suse.de>
17215
17216 PR tree-optimization/44050
17217 * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
17218
17219 2010-05-10 Wei Guozhi <carrot@google.com>
17220
17221 PR target/42879
17222 * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
17223
17224 2010-05-09 Joseph Myers <joseph@codesourcery.com>
17225
17226 PR c/10676
17227 * c-typeck.c (lookup_field): Take a type directly. Update
17228 recursive calls.
17229 (build_component_ref): Update call to lookup_field.
17230 (set_init_label): Use lookup_field to find initialized field.
17231 Handle returned list of fields like a sequence of designators.
17232
17233 2010-05-09 Richard Guenther <rguenther@suse.de>
17234
17235 PR middle-end/44024
17236 * fold-const.c (tree_single_nonzero_warnv_p): Properly
17237 handle &FUNCTION_DECL.
17238
17239 2010-05-09 Joseph Myers <joseph@codesourcery.com>
17240
17241 PR c/4784
17242 * c-decl.c (detect_field_duplicates_hash): New. Handle anonymous
17243 structures and unions recursively.
17244 (detect_field_duplicates): Move duplicate detection with a hash to
17245 detect_field_duplicates_hash. Always use a hash if anonymous
17246 structures or unions are present.
17247 * doc/extend.texi (Unnamed Fields): Document that duplicate fields
17248 give errors.
17249
17250 2010-05-09 H.J. Lu <hongjiu.lu@intel.com>
17251
17252 PR target/44046
17253 * config/i386/driver-i386.c (host_detect_local_cpu): Properly
17254 detect Atom, Core 2 and Core i7.
17255
17256 2010-05-09 Richard Guenther <rguenther@suse.de>
17257
17258 * gcc.c (store_arg): Handle temporary file deletion for
17259 joined arguments.
17260
17261 2010-05-09 Richard Guenther <rguenther@suse.de>
17262
17263 PR middle-end/44043
17264 * ipa-inline.c (estimate_function_body_sizes): Return after
17265 disregarding inline limits.
17266
17267 2010-05-09 Richard Guenther <rguenther@suse.de>
17268
17269 * gcc.c (store_arg): Revert last change.
17270
17271 2010-05-08 Sandra Loosemore <sandra@codesourcery.com>
17272
17273 PR middle-end/28685
17274 * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
17275 (optimize_ops_list): Call it.
17276
17277 2010-05-08 Richard Guenther <rguenther@suse.de>
17278
17279 PR tree-optimization/44030
17280 * tree-ssa-pre.c (eliminate): Copy NECESSARY flag. Set
17281 NECESSARY flag if we propagate from a inserted expression.
17282
17283 2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
17284
17285 * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
17286 domain types as equal if they are both PLACEHOLDER_EXPRs.
17287
17288 2010-05-08 Richard Guenther <rguenther@suse.de>
17289
17290 * lto-wrapper.c (run_gcc): Remove linker output from
17291 command line for LTRANS invocation.
17292
17293 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
17294
17295 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
17296 lto-macho as lto_binary_reader.
17297 * target.h (struct gcc_target): New hooks lto_start and lto_end.
17298 * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
17299 * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
17300 in lto_start and lto_end calls.
17301 (is_elf_or_coff): Rename to maybe_lto_object_file. Add Mach-O
17302 magic numbers.
17303 (scan_prog_file): Update is_elf_or_coff call.
17304 * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
17305
17306 * collect2.c (main): Fix enum comparison.
17307
17308 * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
17309 Add prototypes.
17310 * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
17311 * darwin.h (LINK_COMMAND_SPEC): Likewise. Define TARGET_ASM_LTO_START
17312 and TARGET_ASM_LTO_END.
17313 * darwin.c: Include obstack.h and lto-streamer.h.
17314 (lto_section_names_offset, lto_section_names_obstack,
17315 lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
17316 global variables.
17317 (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
17318 (darwin_asm_lto_start): New function. Redirect output to asm_out_file
17319 to a temporary file.
17320 (darwin_asm_lto_end): New function. Restore asm_out_file.
17321 (darwin_asm_named_section): For LTO sections, replace the name with
17322 the offset of the section name in a string table, and build this
17323 table.
17324 (darwin_file_start): Initialize global vars for LTO support.
17325 (darwin_file_end): If output to asm_out_file was redirected, append it
17326 to the proper asm_out_file here. Add the section names section.
17327
17328 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
17329
17330 * c-pragma.c (pending_weak_d, pending_weak): New.
17331 (pending_weaks): Change the type to VEC((pending_weak,gc) *.
17332 (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
17333 handle_pragma_weak): Update the uses of pending_weaks.
17334
17335 2010-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17336
17337 PR documentation/44016
17338 * doc/standards.texi (Standards): Link to unversioned
17339 cxx0x_status.html page.
17340
17341 2010-05-07 Iain Sandoe <iains@gcc.gnu.org>
17342
17343 PR target/43708
17344 * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
17345 in addition to TREE_USED, to avoid "set but unused" warnings.
17346
17347 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
17348
17349 * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
17350 (is_loop_prefetching_profitable): Do not insert prefetches
17351 when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
17352 times the prefetch ahead distance.
17353
17354 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
17355
17356 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
17357 Account for loop unrolling in the insn-to-prefetch ratio heuristic.
17358 (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
17359 the unroll_factor.
17360
17361 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
17362
17363 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
17364 a diagnostic info when the insn-to-mem ratio is too small.
17365
17366 2010-05-07 Richard Guenther <rguenther@suse.de>
17367
17368 * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
17369 the linker plugin.
17370 (store_arg): Queue temp_filename for deletion instead of
17371 the whole argument.
17372
17373 2010-05-07 Richard Guenther <rguenther@suse.de>
17374
17375 * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
17376 (run_gcc): Handle LTRANS phase invocation.
17377 * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
17378
17379 2010-05-07 Jakub Jelinek <jakub@redhat.com>
17380
17381 * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
17382 this is also meaningful on PARM_DECLs and RESULT_DECLs.
17383
17384 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17385
17386 * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
17387
17388 2010-05-07 Richard Guenther <rguenther@suse.de>
17389
17390 PR tree-optimization/44020
17391 * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
17392 code when PRE is not yet initialized.
17393
17394 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17395
17396 * config/mips/dbxmdebug.h: Remove.
17397 * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
17398
17399 2010-05-07 Shujing Zhao <pearly.zhao@oracle.com>
17400
17401 * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
17402 with null pointer and also warn about ordered comparison of zero with
17403 pointer if -Wextra.
17404
17405 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
17406
17407 * graphite-blocking.c
17408 (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
17409 * graphite-clast-to-gimple.c
17410 (clast_to_gcc_expression): Same.
17411 (precision_for_value): Same.
17412 (precision_for_interval): Same.
17413 (gcc_type_for_interval): Same.
17414 (graphite_create_new_guard): Same.
17415 (compute_bounds_for_level): Same.
17416 (graphite_create_new_loop_guard): Same.
17417 * graphite-interchange.c
17418 (build_linearized_memory_access): Same.
17419 (pdr_stride_in_loop): Same.
17420 (memory_strides_in_loop_1): Same.
17421 (memory_strides_in_loop): Same.
17422 (extend_scattering): Same.
17423 (psct_scattering_dim_for_loop_depth): Same.
17424 (pbb_number_of_iterations): Same.
17425 * graphite-poly.h
17426 (debug_iteration_domains): Same.
17427 * graphite-ppl.c
17428 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
17429 (ppl_set_inhomogeneous_gmp): Same.
17430 (ppl_strip_loop): Same.
17431 (ppl_lexico_compare_linear_expressions): Same.
17432 (ppl_read_polyhedron_matrix): Same.
17433 (ppl_max_for_le_pointset): Same.
17434 * graphite-ppl.h
17435 (ppl_read_polyhedron_matrix): Same.
17436 (tree_int_to_gmp): Same.
17437 (gmp_cst_to_tree): Same.
17438 (ppl_set_inhomogeneous): Same.
17439 (ppl_set_inhomogeneous_tree): Same.
17440 (ppl_set_coef): Same.
17441 (ppl_set_coef_tree): Same.
17442 * graphite-sese-to-poly.c
17443 (build_pbb_scattering_polyhedrons): Same.
17444 (build_scop_scattering): Same.
17445 (scan_tree_for_params_right_scev): Same.
17446 (scan_tree_for_params): Same.
17447 (find_params_in_bb): Same.
17448 (find_scop_parameters): Same.
17449 (add_upper_bounds_from_estimated_nit): Same.
17450 (build_loop_iteration_domains): Same.
17451 (add_condition_to_domain): Same.
17452 (pdr_add_memory_accesses): Same.
17453
17454 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
17455
17456 * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
17457 CLooG's value_* macros to their respective mpz_* counterparts.
17458 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
17459 (graphite_create_new_loop_guard): Same.
17460 * graphite-interchange.c (build_linearized_memory_access): Same.
17461 (pdr_stride_in_loop): Same.
17462 (memory_strides_in_loop_1): Same.
17463 (1st_interchange_profitable_p): Same.
17464 * graphite-poly.c (extend_scattering): Same.
17465 (psct_scattering_dim_for_loop_depth): Same.
17466 (pbb_number_of_iterations): Same.
17467 (pbb_number_of_iterations_at_time): Same.
17468 * graphite-poly.h (new_1st_loop): Same.
17469 * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
17470 (oppose_constraint): Same.
17471 (insert_constraint_into_matrix): Same.
17472 (ppl_set_inhomogeneous_gmp): Same.
17473 (ppl_set_coef_gmp): Same.
17474 (ppl_strip_loop): Same.
17475 (ppl_lexico_compare_linear_expressions): Same.
17476 (ppl_max_for_le_pointset): Same.
17477 (ppl_min_for_le_pointset): Same.
17478 (ppl_build_realtion): Same.
17479 * graphite-ppl.h (gmp_cst_to_tree): Same.
17480 (ppl_set_inhomogeneous): Same.
17481 (ppl_set_inhomogeneous_tree): Same.
17482 (ppl_set_coef): Same.
17483 (ppl_set_coef_tree): Same.
17484 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
17485 (build_scop_scattering): Same.
17486 (add_value_to_dim): Same.
17487 (scan_tree_for_params_right_scev): Same.
17488 (scan_tree_for_params_int): Same.
17489 (scan_tree_for_params): Same.
17490 (find_params_in_bb): Same.
17491 (find_scop_parameters): Same.
17492 (add_upper_bounds_from_estimated_nit): Same.
17493 (build_loop_iteration_domains): Same.
17494 (create_linear_expr_from_tree): Same.
17495 (add_condition_to_domain): Same.
17496 (pdr_add_memory_accesses): Same.
17497
17498 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
17499 Jason Merrill <jason@redhat.com>
17500
17501 * c-common.c (c_common_reswords): Add nullptr.
17502 * c-common.h: Add RID_NULLPTR. Reorganize C++0x rids.
17503 * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
17504 (gen_type_die_with_usage): Likewise.
17505 * dbxout.c (dbxout_type): Likewise.
17506 * sdbout.c (plain_type_1): Likewise.
17507
17508 2010-05-06 Jason Merrill <jason@redhat.com>
17509
17510 * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
17511 Don't change GS_OK to GS_ALL_DONE. Make sure that all cases set
17512 ret appropriately.
17513 (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
17514
17515 * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
17516 stripping WITH_SIZE_EXPR.
17517 (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
17518 change.
17519
17520 2010-05-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17521
17522 * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
17523 list of obsolete configurations.
17524 Disabled check for obsolete configurations.
17525 (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
17526 Removed support for previous versions.
17527 * config/mips/iris.h: Removed.
17528 * config/mips/iris5.h: Removed.
17529 * config/mips/iris6.h: Merged old iris.h contents.
17530 (TARGET_IRIX): Removed.
17531 (DRIVER_SELF_SPECS): Removed mabi=32.
17532 (IDENT_ASM_OP): Removed undef.
17533 (STARTFILE_SPEC): Removed mabi=32.
17534 (ENDFILE_SPEC): Likewise.
17535 (IRIX_SUBTARGET_LINK_SPEC): Likewise.
17536 (MACHINE_TYPE): Update for IRIX 6.5.
17537 * config/mips/mips.c (mips_build_builtin_va_list): Replaced
17538 TARGET_IRIX by TARGET_IRIX6.
17539 (mips_file_start): Likewise.
17540 (mips_output_external): Remove IRIX 5/6 O32 support.
17541 (mips_output_function_prologue): Likewise.
17542 * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
17543 TARGET_IRIX6.
17544 (TARGET_CPU_CPP_BUILTINS): Likewise.
17545 (TARGET_IRIX): Removed.
17546 * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
17547 (MULTILIB_DIRNAMES): Removed 32.
17548 (MULTILIB_OSDIRNAMES): Removed ../lib.
17549 * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
17550 (Specific, mips-sgi-irix5): Document removal.
17551 (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
17552 Remove references to older IRIX 6 releases and the O32 ABI.
17553
17554 2010-05-06 Jakub Jelinek <jakub@redhat.com>
17555
17556 PR bootstrap/43994
17557 * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
17558 instead of DF_REF_REAL_REG.
17559
17560 2010-05-06 Dave Korn <dave.korn.cygwin@gmail.com>
17561
17562 PR target/43888
17563 * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
17564 handling to still return true for x64 targets.
17565
17566 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
17567
17568 * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
17569
17570 2010-05-06 Jan Hubicka <jh@suse.cz>
17571
17572 PR tree-optimization/43791
17573 * ipa-inline.c (update_caller_keys): Remove bogus
17574 disregard_inline_limits check.
17575
17576 2010-05-06 Michael Matz <matz@suse.de>
17577
17578 PR tree-optimization/43984
17579 * tree-ssa-pre.c (inserted_phi_names): Remove.
17580 (inserted_exprs): Change to bitmap.
17581 (create_expression_by_pieces): Set bits, don't append to vector.
17582 (insert_into_preds_of_block): Don't handle inserted_phi_names.
17583 (eliminate): Don't look at inserted_phi_names, remove deleted
17584 insns from inserted_exprs.
17585 (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
17586 (init_pre, fini_pre): Allocate and free bitmaps.
17587 (execute_pre): Insert insns on edges before elimination.
17588
17589 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
17590
17591 * tree.c (initializer_zerop): Handle STRING_CST.
17592
17593 2010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
17594
17595 PR 40989
17596 * doc/invoke.texi (Wimplicit): Document as C only.
17597 * opts.c (common_handle_option): Add argument kind.
17598 (handle_option): Rename as read_cmdline_option. Factor out code to...
17599 (handle_option): ... here. New.
17600 (handle_options): Rename as read_cmdline_options.
17601 (decode_options): Update call.
17602 (set_option): Use option index instead of option pointer. Classify
17603 diagnostics correctly.
17604 (enable_warning_as_error): Call handle_option.
17605 * opts.h (set_option): Update declaration.
17606 (handle_option): Declare.
17607 * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
17608 * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
17609 * c-opts.c (set_Wimplicit): Delete.
17610 (c_family_lang_mask): New static constant.
17611 (c_common_handle_option): Add argument kind. Use handle_option
17612 instead of set_Wimplicit.
17613 (c_common_post_options): warn_implicit and warn_implicit_int
17614 are disabled by default.
17615 * c-common.c (warn_implicit): Do not define here.
17616 * c-common.h (warn_implicit): Do not declare here.
17617 (c_common_handle_option): Update declaration.
17618 * lto-opts.c (lto_reissue_options): Update call to set_option.
17619
17620 2010-05-06 Richard Guenther <rguenther@suse.de>
17621
17622 PR tree-optimization/43571
17623 * domwalk.c (walk_dominator_tree): Walk the dominator
17624 sons in more optimal order.
17625
17626 2010-05-06 Richard Guenther <rguenther@suse.de>
17627
17628 PR tree-optimization/43934
17629 * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
17630 (stmt_cost): Likewise.
17631 (extract_true_false_args_from_phi): New helper.
17632 (determine_max_movement): For PHI nodes verify we can hoist them
17633 and compute their cost.
17634 (determine_invariantness_stmt): Handle PHI nodes.
17635 (move_computations_stmt): Likewise. Hoist PHI nodes in
17636 if-converted form using COND_EXPRs.
17637 (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
17638 (tree_ssa_lim): Likewise.
17639 * tree-flow.h (tree_ssa_lim): Adjust prototype.
17640 * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
17641
17642 2010-05-06 Richard Guenther <rguenther@suse.de>
17643
17644 PR tree-optimization/43987
17645 * tree-ssa-structalias.c (could_have_pointers): For possibly
17646 address-taken variables force pointers to be recorded.
17647 (create_variable_info_for_1): Likewise.
17648 (push_fields_onto_fieldstack): Pass in wheter all fields
17649 must have pointers.
17650 (find_func_aliases): Query types instead of vars whether
17651 they contain pointers where appropriate.
17652
17653 2010-05-06 Jan Hubicka <jh@suse.cz>
17654
17655 * cgraphbuild.c (record_reference_ctx): Add varpool_node.
17656 (record_reference, mark_address, mark_load, mark_store): Record
17657 references.
17658 (record_references_in_initializer): Update call of record_references.
17659 (rebuild_cgraph_edges): Remove all references before rebuiding.
17660 * cgraph.c (cgraph_create_node): Clear ref list.
17661 (cgraph_remove_node): Remove references.
17662 (dump_cgraph_node): Dump references.
17663 (cgraph_clone_node): Clone references.
17664 * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
17665 (struct cgraph_node, varpool_node): Add ref_lst.
17666 * ipa-ref.c: New file.
17667 * ipa-ref.h: New file.
17668 * ipa-ref-inline.h: New file.
17669 * lto-cgraph.c (output_varpool): Take cgrag node set argument.
17670 (referenced_from_other_partition_p): New function.
17671 (lto_output_varpool_node): Take set arugment; call
17672 referenced_from_other_partition.
17673 (lto_output_ref): New.
17674 (add_references): New.
17675 (output_refs): New.
17676 (output_cgraph): Compute boundary based on references; output refs.
17677 (output_varpool): Accept cgraph_node_set argument.
17678 (input_ref): New.
17679 (input_refs): New.
17680 (input_cgraph): Call input_refs.
17681 * lto-section-in.c (lto_section_name): Add refs.
17682 * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
17683 (ipa-ref.o): New file.
17684 * varpool.c (varpool_node): Clear ipa ref list.
17685 (varpool_remove_node): Remove references.
17686 (dump_varpool_node): Dump references.
17687 (varpool_assemble_decl): Only compile finalized ones.
17688 (varpool_extra_name_alias): Initialize ref list.
17689 * lto-streamer.c (lto-get_section_name): Add .refs section.
17690 * lto-streamer.h (lto_section_type): Add LTO_section_refs.
17691 (referenced_from_other_partition_p): Declared.
17692
17693 2010-05-06 Ira Rosen <irar@il.ibm.com>
17694
17695 PR tree-optimization/43901
17696 * tree-vect-stmts.c (vectorizable_call): Assert that vector
17697 type is not NULL if it's transformation phase, and return
17698 FALSE if it's analysis.
17699 (vectorizable_conversion, vectorizable_operation,
17700 vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
17701
17702 2010-05-05 Andrew Pinski <andrew.pinski@caviumnetworks.com>
17703
17704 * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
17705 Delete.
17706 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
17707 New define.
17708 * config/mips/mips-protos.h
17709 (mips_small_register_classes_for_mode_p): Delete prototype.
17710
17711 2010-05-06 Bernd Schmidt <bernds@codesourcery.com>
17712
17713 * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
17714 * config/arm/arm.c (multiple_operation_profitable_p,
17715 compute_offset_order): New static functions.
17716 (load_multiple_sequence, store_multiple_sequence): Use them.
17717 Replace constant 4 with MAX_LDM_STM_OPS. Compute order[0] from
17718 memory offsets, not register numbers.
17719 (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
17720
17721 2010-05-05 Steven Bosscher <steven@gcc.gnu.org>
17722
17723 * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
17724 (get_pending_sizes, put_pending_size, put_pending_sizes):
17725 Update the uses of pending_sizes.
17726 * c-decl.c (store_parm_decls): Likewise.
17727 * c-tree.h (struct c_arg_info): Likewise.
17728 * tree.h: Update the prototype for get_pending_sizes and
17729 put_pending_sizes.
17730
17731 2010-05-05 Jason Merrill <jason@redhat.com>
17732
17733 PR debug/43370
17734 * c-common.c (handle_aligned_attribute): Respect
17735 ATTR_FLAG_TYPE_IN_PLACE.
17736
17737 PR testsuite/43758
17738 * target.h (struct gcc_target): Add attribute_takes_identifier_p.
17739 * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
17740 (TARGET_INITIALIZER): Use it.
17741 * c-common.c (attribute_takes_identifier_p): Call it.
17742 * c-common.h: Update prototype.
17743 * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
17744 (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
17745
17746 2010-05-05 Jakub Jelinek <jakub@redhat.com>
17747
17748 PR debug/43950
17749 * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
17750 DW_ID_down_case for Fortran compilation units.
17751
17752 2010-05-05 Jan Hubicka <jh@suse.cz>
17753
17754 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
17755 handle aliases.
17756
17757 2010-05-05 Eric Botcazou <ebotcazou@adacore.com>
17758
17759 * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
17760 a variable-sized RESULT_DECL.
17761
17762 2010-05-05 Maxim Kuvyrkov <maxim@codesourcery.com>
17763
17764 * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
17765
17766 2010-05-05 Jason Merrill <jason@redhat.com>
17767
17768 PR c++/43787
17769 * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
17770 returns GS_OK.
17771 (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
17772
17773 2010-05-05 Alexandre Oliva <aoliva@redhat.com>
17774 Jakub Jelinek <jakub@redhat.com>
17775
17776 PR debug/43478
17777 * df-problems.c (struct dead_debug_use, struct dead_debug): New.
17778 (dead_debug_init, dead_debug_finish): New functions.
17779 (dead_debug_add, dead_debug_insert_before): Likewise.
17780 (df_note_bb_compute): Initialize a dead_debug object, add dead
17781 debug uses to it, insert debug bind insns before death insns,
17782 reset debug insns that refer to pending uses at the end.
17783 * rtl.h (make_debug_expr_from_rtl): New prototype.
17784 * varasm.c (make_debug_expr_from_rtl): New function.
17785
17786 2010-05-05 Jan Hubicka <jh@suse.cz>
17787
17788 * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
17789 (lto_varpool_encoder_new, lto_varpool_encoder_delete,
17790 lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
17791 lto_varpool_encoder_deref, lto_varpool_encoder_size,
17792 lto_varpool_encoder_encode_initializer_p,
17793 lto_set_varpool_encoder_encode_initializer): New functions.
17794 (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
17795 call output_varpool.
17796 (input_varpool_node): Do not always set analyzed.
17797 (input_cgraph_1): Return vector of cgraph nodes.
17798 (input_varpool_1): Return vector of varpools.
17799 (input_cgraph): Free the vectors.
17800 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
17801 output only initializers needed.
17802 (lto_output): Only call output_cgraph.
17803 (produce_asm_for_decls): Call lto_varpool_encoder_delete.
17804 * lto-section-out.c (lto_new_out_decl_state): Initialize
17805 state->varpool_node_encoder.
17806 * lto-streamer.h (lto_varpool_encoder_d): New.
17807 (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
17808 (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
17809 (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
17810 lto_varpool_encoder_encode, lto_varpool_encoder_delete,
17811 lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
17812 Declare.
17813 (output_varpool, input_varpool): Remove declarations.
17814
17815 2010-05-05 Jan Hubicka <jh@suse.cz>
17816
17817 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
17818 with body can prevail.
17819
17820 2010-05-05 Jan Hubicka <jh@suse.cz>
17821
17822 * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
17823 size.
17824
17825 2010-05-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
17826
17827 * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
17828
17829 * gengtype.h (erro_at_line): Constify pos argument.
17830
17831 * gengtype.c: Include hashtab.h.
17832 (enum gc_used): Document GC_MAYBE_POINTED_TO.
17833 (error_at_line): Constify pos argument.
17834 (do_typedef): Initialize p->opt field.
17835 (get_file_gtfilename): Fix comment typo.
17836 (struct walk_type_data): Constify line field.
17837 (get_output_file_for_structure): New function.
17838 (write_local_func_for_structure): Constify orig_s argument.
17839 Use get_output_file_for_structure.
17840 (write_func_for_structure): Use get_output_file_for_structure.
17841 (INDENT): New define.
17842 (dump_pair, dump_type, dump_type_list, dump_typekind)
17843 (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
17844 (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
17845 functions.
17846 (seen_types): New variable.
17847 (main): New variable do_dump. Process "-d" command line option.
17848 Call dump_everything if dump requested.
17849
17850 2010-05-05 Jakub Jelinek <jakub@redhat.com>
17851
17852 * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
17853 in a temporary instead of invoking the macro multiple times.
17854 (track_expr_p): Likewise.
17855
17856 2010-05-04 Neil Vachharajani <nvachhar@google.com>
17857
17858 * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
17859 per new semantics.
17860 * opts.c (decode_options): Enable -Werror=coverage-mismatch.
17861 * coverage.c (get_coverage_counts): Always emit a warning. Adjust
17862 conditions for printing notes.
17863 * common.opt (-Wcoverage-mismatch): Allow negative, default to
17864 true, update documentation.
17865 * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
17866
17867 2010-05-04 Jakub Jelinek <jakub@redhat.com>
17868
17869 PR c/43981
17870 * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
17871 on dimen.
17872
17873 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
17874
17875 PR target/43799
17876 * config/i386/i386.md (sse_prologue_save): Clobber CC register.
17877 (*sse_prologue_save_insn1): Likewise.
17878 (SSE prologue save splitter): Likewise.
17879
17880 2010-05-04 Eric Botcazou <ebotcazou@adacore.com>
17881
17882 * tree.c (free_lang_data_in_one_sizepos): New inline function.
17883 (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
17884 types. Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
17885 (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
17886 all decls. Call it on DECL_FIELD_OFFSET of fields.
17887 (find_decls_types_r): Follow DECL_VALUE_EXPR.
17888 (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
17889
17890 2010-05-04 Martin Jambor <mjambor@suse.cz>
17891
17892 * tree-sra.c (build_access_from_expr_1): The first parameter type
17893 changed to simple tree.
17894 (build_access_from_expr): Likewise, gsi parameter was eliminated.
17895 (scan_assign_result): Renamed to assignment_mod_result, enum elements
17896 renamed as well.
17897 (build_accesses_from_assign): Removed all parameters except for a
17898 simple gimple statement. Now returns a simple bool.
17899 (scan_function): All non-analysis parts moved to separate functions
17900 sra_modify_function_body and ipa_sra_modify_function_body. Removed all
17901 parameters and updated both callers.
17902 (sra_modify_expr): Removed parameter data.
17903 (sra_modify_function_body): New function.
17904 (perform_intra_sra): Call sra_modify_function_body to modify the
17905 function body.
17906 (replace_removed_params_ssa_names): Parameter data changed into
17907 adjustments vector.
17908 (sra_ipa_modify_expr): Likewise. Also removed unused parameter gsi and
17909 changed the parameter dont_convert to convert with the opposite
17910 meaning.
17911 (sra_ipa_modify_assign): Parameter data changed into adjustments
17912 vector, return value changed to bool.
17913 (ipa_sra_modify_function_body): New function.
17914 (sra_ipa_reset_debug_stmts): Updated a comment.
17915 (modify_function): Use ipa_sra_modify_function_body to modify function
17916 body.
17917
17918 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
17919
17920 PR middle-end/43671
17921 * alias.c (true_dependence): Handle the same VALUE in x and mem.
17922 (canon_true_dependence): Likewise.
17923 (write_dependence_p): Likewise.
17924
17925 2010-05-04 Jan Hubicka <jh@suse.cz>
17926
17927 * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
17928 * cgraphbuild.c: Include ipa-utils.h
17929 (record_reference_ctx): New struct.
17930 (record_reference): Simplify to work on initializers; not statements.
17931 (mark_address, mark_load, mark_store): New.
17932 (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
17933 walk PHI nodes too.
17934 (record_references_in_initializer): Update use of record_reference.
17935 (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
17936 walk PHI nodes too.
17937
17938 2010-05-04 Jan Hubicka <jh@suse.cz>
17939
17940 * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
17941 node will be removed anyway.
17942 (lto_varpool_replace_node): Allow also unanalyzed nodes;
17943 relink aliases of node into prevailing node.
17944 * varpool.c (varpool_remove_node): Remove aliases properly;
17945 when removing node, remove all its aliases too; remove DECL_INITIAL
17946 of removed node; ggc_free the varpool node.
17947
17948 2010-05-04 Richard Guenther <rguenther@suse.de>
17949
17950 PR tree-optimization/43879
17951 * tree-ssa-structalias.c (alias_get_name): Use
17952 DECL_ASSEMBLER_NAME if available.
17953 (create_function_info_for): Return the varinfo node.
17954 (ipa_pta_execute): Associate same-body aliases and extra names
17955 with their origin nodes varinfo. Dump DECL_ASSEMBLER_NAME.
17956
17957 2010-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
17958
17959 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
17960
17961 2010-05-04 Mikael Pettersson <mikpe@it.uu.se>
17962
17963 PR bootstrap/43964
17964 * ira-color.c (assign_hard_reg): Declare rclass and add_cost
17965 only if HONOR_REG_ALLOC_ORDER is not defined.
17966
17967 2010-05-04 Richard Guenther <rguenther@suse.de>
17968
17969 PR tree-optimization/43949
17970 * tree-vrp.c (extract_range_from_binary_expr): Only handle
17971 TRUNC_MOD_EXPR.
17972
17973 2010-04-26 Jason Merrill <jason@redhat.com>
17974
17975 * c.opt (-fstrict-enums): New.
17976 * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
17977
17978 2010-05-03 David Ung <davidu@mips.com>
17979 James E. Wilson <wilson@codesourcery.com>
17980
17981 * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
17982 emit the trap instruction before the divide for TUNE_74K.
17983
17984 2010-05-03 Steven Bosscher <steven@gcc.gnu.org>
17985
17986 * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
17987 (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
17988 based on the above, for new target hook.
17989
17990 * hooks.c (hook_bool_mode_true): New generic hook.
17991 * hooks.h (hook_bool_mode_true): Add prototype.
17992
17993 * target.h (struct gcc_target): Add small_register_classes_for_mode_p
17994 target hook.
17995 * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
17996 target hook, set to hook_bool_mode_false.
17997 * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
17998 * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
17999 with targetm.small_register_classes_for_mode_p.
18000 (find_reusable_reload): Likewise.
18001 (combine_reloads): Likewise.
18002 * reload1.c (reload_as_needed): Likewise.
18003 * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
18004 * ifcvt.c (noce_process_if_block, check_cond_move_block,
18005 dead_or_predicable): Likewise.
18006 * regmove.c (optimize_reg_copy_1): Likewise.
18007 * calls.c (prepare_call_address): Likewise.
18008 (precompute_register_parameters): Likewise.
18009
18010 * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
18011 hook definition.
18012 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
18013 implementation of the hook that considers all register classes
18014 small except for SH64.
18015 (sh_override_options): Use the new hook.
18016 * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
18017 Add prototype.
18018
18019 * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
18020 hook definition.
18021 * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
18022 implementation of the hook that considers all register classes
18023 small for THUMB1.
18024 * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
18025 Add prototype.
18026
18027 * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
18028 hook definition.
18029 * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
18030 implementation of the hook that considers all register classes
18031 small for MIPS16.
18032 * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
18033 Add prototype.
18034
18035 * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
18036 hook definition.
18037 * config/m32c/m32c.h: Likewise.
18038 * config/pdp11/pdp11.h: Likewise.
18039 * config/avr/avr.h: Likewise.
18040 * config/xtensa/xtensa.h: Likewise.
18041 * config/m68hc11/m68hc11.h: Likewise.
18042 * config/mn10300/mn10300.h: Likewise.
18043 * config/mcore/mcore.h: Likewise.
18044 * config/h8300/h8300.h: Likewise.
18045 * config/bfin/bfin.h: Likewise.
18046
18047 * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
18048 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
18049
18050 2010-05-03 Anatoly Sokolov <aesok@post.ru>
18051
18052 * double-int.h (tree_to_double_int): Remove macro.
18053 (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
18054 * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
18055 (tree_to_double_int): New function.
18056 * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
18057 Move ...
18058 * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
18059
18060 2010-05-03 Richard Guenther <rguenther@suse.de>
18061
18062 PR tree-optimization/43971
18063 * tree-ssa-structalias.c (get_constraint_for_1): Fix
18064 constraints in the !flag_delete_null_pointer_checks case.
18065
18066 2010-05-03 Jakub Jelinek <jakub@redhat.com>
18067
18068 PR debug/43972
18069 * config/i386/i386.c (ix86_delegitimize_address): Make sure the
18070 result mode matches original rtl mode.
18071
18072 2010-05-03 Dave Korn <dave.korn.cygwin@gmail.com>
18073
18074 PR target/43888
18075 * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
18076
18077 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
18078
18079 * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
18080 when processing flag options.
18081
18082 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
18083
18084 * gcov-iov.c (main): Change format string placeholder
18085 from %#08x to 0x%08x.
18086 * genchecksum.c (dosum): Change format string placeholder
18087 from %#02x to 0x%02x.
18088
18089 2010-05-02 Richard Guenther <rguenther@suse.de>
18090
18091 PR tree-optimization/43879
18092 * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
18093
18094 2010-05-02 Bruno Haible <bruno@clisp.org>
18095
18096 * doc/extend.texi (Function Attributes): Fix a typo.
18097
18098 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
18099
18100 Revert:
18101 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
18102 placeholder from 0x%x to %#x.
18103 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
18104 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
18105 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
18106 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
18107 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
18108 * config/i386/i386.c (ix86_target_string): Ditto.
18109 * config/i386/i386.c (output_pic_addr_const): Ditto.
18110 (print_operand): Ditto.
18111
18112 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
18113
18114 * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
18115 placeholder from 0x%x to %#x.
18116 (ASM_OUTPUT_DEBUG_DATA1): Ditto.
18117 (ASM_OUTPUT_DEBUG_DATA4): Ditto.
18118 (ASM_OUTPUT_DEBUG_DATA): Ditto.
18119 (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
18120 (ASM_OUTPUT_DEBUG_DATA8): Ditto.
18121 * optc-gen.awk: Ditto.
18122 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
18123 (HOST_WIDE_INT_PRINT_HEX): Ditto.
18124 (HOST_WIDEST_INT_PRINT_HEX): Ditto.
18125 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
18126
18127 2010-05-01 Anatoly Sokolov <aesok@post.ru>
18128
18129 * target.h (struct calls): Add function_value_regno_p field.
18130 * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
18131 (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
18132 * targhooks.c (default_function_value_regno_p): New function.
18133 * targhooks.h (default_function_value_regno_p): Declare function.
18134 * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
18135 * builtins.c. (apply_result_size): (Ditto.).
18136 * combine.c. (likely_spilled_retval_p): (Ditto.).
18137 * mode-switching.c. Include 'target.h'.
18138 (create_pre_exit): Use function_value_regno_p hook.
18139 * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
18140 * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
18141 TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
18142
18143 * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
18144 * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
18145 (ix86_function_value_regno_p): Declare as static, change argument
18146 type to const unsigned int.
18147 * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
18148
18149 2010-05-01 Richard Guenther <rguenther@suse.de>
18150
18151 PR tree-optimization/43949
18152 * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
18153 types.
18154 (extract_range_from_binary_expr): Handle *_MOD_EXPR.
18155
18156 2010-05-01 Anatoly Sokolov <aesok@post.ru>
18157
18158 * rtl.h (CONST_DOUBLE_P): Define.
18159 (rtx_to_double_int): Declare.
18160 * emit-rtl.c (rtx_to_double_int): New function.
18161 * dwarf2out.c (insert_double): New function.
18162 (loc_descriptor, add_const_value_attribute): Clean up, use
18163 rtx_to_double_int and insert_double functions.
18164
18165 2010-05-01 Jonathan Wakely <jwakely.gcc@gmail.com>
18166
18167 * doc/extend.texi (Inline): Add missing return keyword to examples.
18168 (Function Attributes, Variable Attributes, Pragmas): Hyphenate
18169 "command-line".
18170
18171 2010-04-30 Eric Botcazou <ebotcazou@adacore.com>
18172
18173 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
18174 the variable part of the offset as well. Use highest_pow2_factor for
18175 all alignment checks.
18176
18177 2010-04-30 Richard Guenther <rguenther@suse.de>
18178
18179 PR tree-optimization/43879
18180 * tree-ssa-structalias.c (type_could_have_pointers): Functions
18181 can have pointers.
18182
18183 2010-04-30 Jan Hubicka <jh@suse.cz>
18184
18185 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
18186 varpool.
18187 (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
18188
18189 2010-04-30 Jan Hubicka <jh@suse.cz>
18190
18191 * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
18192 New.
18193 * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
18194 * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
18195 (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
18196 cgraph_node_set_needs_ltrans_p): Remove.
18197
18198 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
18199
18200 * sdbout.c: Include vec.h, do not include varray.h.
18201 (deferred_global_decls, sdbout_global_decl,
18202 sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
18203 * toplev.c: Do not include varray.h.
18204 (dump_memory_report): Do not dump VARRAY statistics.
18205 * gengtype.c (open_base_file): Ignore varray.h.
18206 * Makefile.in: Update for abovementioned changes.
18207 Remove all traces of varray.c and varray.h.
18208 * varray.c: Remove file.
18209 * varray.h: Remove file.
18210
18211 2010-04-30 Jan Hubicka <jh@suse.cz>
18212
18213 * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
18214 references.
18215
18216 2010-04-30 Jan Hubicka <jh@suse.cz>
18217
18218 * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
18219 needed.
18220
18221 2010-04-30 Richard Guenther <rguenther@suse.de>
18222
18223 * tree-ssa-structalias.c (get_constraint_for_1): Generate
18224 constraints for CONSTRUCTOR.
18225
18226 2010-04-30 Richard Guenther <rguenther@suse.de>
18227
18228 PR lto/43946
18229 * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
18230 first after all lowering passes.
18231
18232 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
18233
18234 * toplev.c: Include varray.h for statistics dumping.
18235 * tree.h: Do not declare varray_head_tag.
18236 * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
18237 regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
18238 c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
18239 gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
18240 lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
18241 tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
18242 c-common.c, c-common.h, reg-stack.c, basic-block.h,
18243 tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
18244 include varray.h.
18245 * Makefile.in: Update for abovementioned changes.
18246
18247 2010-04-30 Jakub Jelinek <jakub@redhat.com>
18248
18249 PR debug/43942
18250 * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
18251
18252 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
18253
18254 * config/picochip/picochip.c (picochip_legitimize_address): Define.
18255 Use this function to do machine-specific conversion.
18256 (picochip_legitimize_reload_address): Likewise.
18257 (picochip_legitimate_address_p): Check valid base register only if
18258 strict.
18259 (picochip_check_conditional_copy): Check for modw only if opnd is
18260 register.
18261 * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
18262 to call the function in c.
18263 * config/picochip/picochip-protos.h
18264 (picochip_legitimize_reload_address): Define.
18265 * config/picochip/picochip.md (supported_compare1): Define.
18266
18267 2010-04-30 Jan Hubicka <jh@suse.cz>
18268
18269 * cgraph.h (cgraph_local_info): Remove for_functions_valid.
18270 (cgraph_global_info): Remove inlined.
18271 (LTO_cgraph_tag_names): Remove.
18272 (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
18273 * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
18274 simplify cgraph tags and document.
18275 (lto_output_node): Use only LTO_cgraph_unavail_node and
18276 LTO_cgraph_analyzed_node; Do not save analzed, reachable,
18277 for_functions_valid, global info, process and output flags.
18278 (input_overwrite_node): Initialize estimated stack size and
18279 estimated growth. Do not read flags we no longer store.
18280 (input_node): Likewise do not read info no longer stored.
18281 * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
18282 flag.
18283
18284 2010-04-30 Richard Guenther <rguenther@suse.de>
18285
18286 PR tree-optimization/43879
18287 * tree-ssa-structalias.c (get_constraint_for_1): Properly
18288 handle non-zero initializers.
18289
18290 2010-04-30 Richard Guenther <rguenther@suse.de>
18291
18292 * builtins.c (fold_builtin_1): Delete free (0).
18293
18294 2010-04-29 Jan Hubicka <jh@suse.cz>
18295
18296 * gengtype.c (open_base_files): Add lto-streamer.h
18297 * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
18298 (pass_ipa_cp): GGC collect.
18299 * toplev. (compile_file): Do not output symbols.
18300 * ipa-inline.c (pass_ipa_inline): Add ggc collect.
18301 * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
18302 TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
18303 * lto-section-in.c: Include ggc.h
18304 (lto_new_in_decl_state): Alloc in GGC.
18305 (lto_delete_in_decl_state): Likewise.
18306 * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
18307 Collect.
18308
18309 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
18310
18311 PR target/42895
18312 * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
18313 ORDER_REGS_FOR_LOCAL_ALLOC. All instances of this macro changed.
18314 (HONOR_REG_ALLOC_ORDER): Describe new macro.
18315 * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
18316 * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
18317 account only if HONOR_REG_ALLOC_ORDER is not defined.
18318 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
18319 * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
18320
18321 2010-04-29 Jon Grant <04@jguk.org>
18322
18323 * collect2.c (vflag): Change type from int to bool.
18324 (debug): Likewise.
18325 (helpflag): New global bool.
18326 (main): Set vflag and debug with boolean, not integer truth values.
18327 Accept new "--help" option and output usage text if found.
18328 * collect2.h (vflag): Update prototype.
18329 (debug): Likewise.
18330
18331 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
18332
18333 PR bootstrap/43936
18334 * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
18335
18336 2010-04-29 Richard Guenther <rguenther@suse.de>
18337
18338 PR bootstrap/43935
18339 * plugin.h (invoke_plugin_callbacks): Annotate arguments
18340 with ATTRIBUTE_UNUSED.
18341
18342 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
18343
18344 PR target/43921
18345 * config/i386/i386.c (get_some_local_dynamic_name): Replace
18346 INSN_P with NONDEBUG_INSN_P.
18347 (distance_non_agu_define): Likewise.
18348 (distance_agu_use): Likewise.
18349
18350 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
18351
18352 From Dominique d'Humieres <dominiq@lps.ens.fr>
18353 PR bootstrap/43858
18354 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
18355 test_set.
18356
18357 2010-04-29 Brian Hackett <bhackett1024@gmail.com>
18358
18359 * plugin.h (invoke_plugin_callbacks): New inline function.
18360 * plugin.c (flag_plugin_added): New global flag.
18361 (add_new_plugin): Initialize above flag.
18362 (invoke_plugin_callbacks): Rename to ...
18363 (invoke_plugin_callbacks_full): ... this.
18364
18365 2010-04-28 Jan Hubicka <jh@suse.cz>
18366
18367 * lto-symtab.c (lto_symtab_entry_def) Add vnode.
18368 (lto_varpool_replace_node): New.
18369 (lto_symtab_resolve_symbols): Resolve varpool nodes.
18370 (lto_symtab_merge_decls_1): Prefer decls with varpool node.
18371 (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
18372 * cgraph.h (varpool_node_ptr): New type.
18373 (varpool_node_ptr): New vector.
18374 (varpool_node_set_def): New structure.
18375 (varpool_node_set): New type.
18376 (varpool_node_set): New vector.
18377 (varpool_node_set_element_def): New structure.
18378 (varpool_node_set_element, const_varpool_node_set_element): New types.
18379 (varpool_node_set_iterator): New type.
18380 (varpool_node): Add prev pointers, add used_from_other_partition,
18381 in_other_partition.
18382 (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
18383 varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
18384 varpool_get_node, varpool_remove_node): Declare.
18385 (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
18386 varpool_node_set_size): New inlines.
18387 * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
18388 * tree-pass.h (varpool_node_set_def): Forward declare.
18389 (ipa_opt_pass_d): Summary writting takes vnode sets too.
18390 (ipa_write_optimization_summaries): Update prototype.
18391 * ipa-cp.c (ipcp_write_summary): Update.
18392 * ipa-reference.c (ipa_reference_write_summary): Update.
18393 * lto-cgraph.c (lto_output_varpool_node): New static function.
18394 (output_varpool): New function.
18395 (input_varpool_node): New static function.
18396 (input_varpool_1): New function.
18397 (input_cgraph): Input varpool.
18398 * ipa-pure-const.c (pure_const_write_summary): Update.
18399 * lto-streamer-out.c (lto_output): Update, output varpool too.
18400 (write_global_stream): Kill WPA hack.
18401 (produce_asm_for_decls): Update.
18402 (output_alias_pair_p): Handle variables.
18403 (output_unreferenced_globals): Output only needed partition of varpool.
18404 * ipa-inline.c (inline_write_summary): Update.
18405 * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
18406 cgraph.
18407 * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
18408 * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
18409 varpool_node_set_new, varpool_node_set_add,
18410 varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
18411 debug_varpool_node_set): New functions.
18412 * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
18413 (execute_one_pass): Process new decls too.
18414 (ipa_write_summaries_2): Pass around vsets.
18415 (ipa_write_summaries_1): Likewise.
18416 (ipa_write_summaries): Build vset; be more selective about cgraph nodes
18417 to add.
18418 (ipa_write_optimization_summaries_1): Pass around vsets.
18419 (ipa_write_optimization_summaries): Likewise.
18420 * varpool.c (varpool_get_node): New.
18421 (varpool_node): Update doubly linked lists.
18422 (varpool_remove_node): New.
18423 (dump_varpool_node): More dumping.
18424 (varpool_enqueue_needed_node): Update doubly linked lists.
18425 (decide_is_variable_needed): Kill ltrans hack.
18426 (varpool_finalize_decl): Kill lto hack.
18427 (varpool_assemble_decl): Skip decls in other partitions.
18428 (varpool_assemble_pending_decls): Update doubly linkes lists.
18429 (varpool_empty_needed_queue): Likewise.
18430 (varpool_extra_name_alias): Likewise.
18431 * lto-streamer.c (lto_get_section_name): Add vars section.
18432 * lto-streamer.h (lto_section_type): Update.
18433 (output_varpool, input_varpool): Declare.
18434
18435 2010-04-28 Mike Stump <mikestump@comcast.net>
18436
18437 * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
18438
18439 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
18440
18441 * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
18442 record or union type with RECORD_OR_UNION_TYPE_P predicate.
18443 (lto_input_ts_type_tree_pointers): Likewise.
18444 * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
18445 (lto_output_ts_type_tree_pointers): Likewise.
18446
18447 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
18448
18449 Uniquization of constants at the Tree level
18450 * tree.h (DECL_IN_CONSTANT_POOL): New macro.
18451 (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
18452 bit to the end.
18453 (tree_output_constant_def): Declare.
18454 * gimplify.c (gimplify_init_constructor): When using block copy, first
18455 uniquize the constant constructor on the RHS.
18456 * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
18457 DECL_IN_CONSTANT_POOL flag.
18458 * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
18459 * varasm.c (make_decl_rtl): Deal with variables belonging to the global
18460 constant pool.
18461 (assemble_variable): Deal with symbols belonging to the tree constant
18462 pool.
18463 (get_constant_section): Add ALIGN parameter and simplify.
18464 (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
18465 (assemble_constant_contents): Use the expression of the VAR_DECL.
18466 (output_constant_def_contents): Use the alignment of the VAR_DECL.
18467 (tree_output_constant_def): New global function.
18468 (mark_constant): Use the expression of the VAR_DECL.
18469 (place_block_symbol): Use the alignment of the VAR_DECL and the size of
18470 its expression.
18471 (output_object_block): Likewise and assemble the expression.
18472
18473 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
18474
18475 * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
18476 hash_tree, eq_tree): New tree hash table.
18477 (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
18478 [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
18479 lto_orig_address_remove): Reimplement.
18480
18481 2010-04-28 Xinliang David Li <davidxl@google.com>
18482
18483 PR c/42643
18484 * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
18485 (compute_uninit_opnds_pos): New function.
18486 (is_non_loop_exit_postdominating): New function.
18487 (compute_control_dep_chain): New function.
18488 (find_pdom): New function.
18489 (convert_control_dep_chain_into_preds): New function.
18490 (find_predicates): New function.
18491 (find_control_equiv_block): New function.
18492 (collect_phi_def_edges): New function.
18493 (find_def_preds): New function.
18494 (find_dom): New function.
18495 (dump_predicates): New function.
18496 (get_cmp_code): New function.
18497 (is_value_included_in): New function.
18498 (find_matching_predicate_in_rest_chains): New function.
18499 (use_pred_not_overlap_with_undef_path_pred): New function.
18500 (is_use_properly_guarded): New function.
18501 (normalize_cond_1): New function.
18502 (is_and_or_or): New function.
18503 (normalize_cond): New function.
18504 (is_gcond_subset_of): New function.
18505 (is_subset_of_any): New function.
18506 (is_or_set_subset_of): New function.
18507 (is_and_set_subset_of): New function.
18508 (is_norm_cond_subset_of): New function.
18509 (is_pred_expr_subset_of): New function.
18510 (is_pred_chain_subset_of): New function.
18511 (is_included_in): New function.
18512 (is_superset_of): New function.
18513 (find_uninit_use): New function.
18514 (warn_uninitialized_phi): New function.
18515 (compute_possibly_undefined_names): New function.
18516 (ssa_undefined_value_p): New function.
18517 (execute_late_warn_uninitialized): New function.
18518 * tree-ssa.c (ssa_undefined_value_p): Removed.
18519 (warn_uninit): Changed to extern.
18520 (warn_uninitialized_phi): Removed.
18521 (warn_uninitialized_vars): Changed to extern.
18522 (execute_late_warn_uninitialized): Removed
18523 * tree-flow.h: Add new prototypes.
18524 * timevar.def: Add new time variable.
18525 * Makefile.in: Add new build file.
18526
18527 2010-04-28 Uros Bizjak <ubizjak@gmail.com>
18528
18529 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
18530 type if available.
18531
18532 2010-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18533
18534 PR target/22224
18535 * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
18536
18537 2010-04-28 Martin Jambor <mjambor@suse.cz>
18538
18539 * cgraph.h (struct cgraph_node): New field indirect_calls.
18540 (struct cgraph_indirect_call_info): New type.
18541 (struct cgraph_edge): Removed field indirect_call. New fields
18542 indirect_info, indirect_inlining_edge and indirect_unknown_callee.
18543 (cgraph_create_indirect_edge): Declare.
18544 (cgraph_make_edge_direct): Likewise.
18545 (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
18546 * ipa-prop.h (struct ipa_param_call_note): Removed.
18547 (struct ipa_node_params): Removed field param_calls.
18548 (ipa_create_all_structures_for_iinln): Declare.
18549 * cgraph.c: Described indirect edges and uids in initial comment.
18550 (cgraph_add_edge_to_call_site_hash): New function.
18551 (cgraph_edge): Search also among the indirect edges, use
18552 cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
18553 (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
18554 one, use cgraph_add_edge_to_call_site_hash to add edges to the call
18555 site hash.
18556 (initialize_inline_failed): Assign a reason to indirect edges.
18557 (cgraph_create_edge_1): New function.
18558 (cgraph_create_edge): Moved some functionality to
18559 cgraph_create_edge_1.
18560 (cgraph_create_indirect_edge): New function.
18561 (cgraph_edge_remove_callee): Add an assert checking for
18562 non-indirectness.
18563 (cgraph_edge_remove_caller): Special-case indirect edges.
18564 (cgraph_remove_edge): Likewise.
18565 (cgraph_set_edge_callee): New function.
18566 (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
18567 (cgraph_make_edge_direct): New function.
18568 (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
18569 the declaration of the call statement matches.
18570 (cgraph_node_remove_callees): Special-case indirect edges.
18571 (cgraph_clone_edge): Likewise.
18572 (cgraph_clone_node): Clone also the indirect edges.
18573 (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
18574 indirect_call, dump count of indirect_calls edges.
18575 * ipa-prop.c (iinlining_processed_edges): New variable.
18576 (ipa_note_param_call): Create indirect edges instead of
18577 creating notes. New parameter node.
18578 (ipa_analyze_call_uses): New parameter node, pass it on to
18579 ipa_note_param_call.
18580 (ipa_analyze_stmt_uses): Likewise.
18581 (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
18582 (print_edge_addition_message): Work on edges rather than on notes.
18583 (update_call_notes_after_inlining): Likewise, renamed to
18584 update_indirect_edges_after_inlining.
18585 (ipa_create_all_structures_for_iinln): New function.
18586 (ipa_free_node_params_substructures): Do not free notes.
18587 (ipa_edge_duplication_hook): Propagate bits within
18588 iinlining_processed_edges bitmap.
18589 (ipa_node_duplication_hook): Do not duplicate notes.
18590 (free_all_ipa_structures_after_ipa_cp): Renamed to
18591 ipa_free_all_structures_after_ipa_cp.
18592 (free_all_ipa_structures_after_iinln): Renamed to
18593 ipa_free_all_structures_after_iinln.
18594 (ipa_write_param_call_note): Removed.
18595 (ipa_read_param_call_note): Removed.
18596 (ipa_write_indirect_edge_info): New function.
18597 (ipa_read_indirect_edge_info): Likewise.
18598 (ipa_write_node_info): Do not stream notes, do stream information
18599 in indirect edges.
18600 (ipa_read_node_info): Likewise.
18601 (lto_ipa_fixup_call_notes): Removed.
18602 * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
18603 * ipa-inline.c (pass_ipa_inline): Likewise.
18604 * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
18605 * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
18606 * tree-inline.c (copy_bb): Removed an unnecessary double check for
18607 is_gimple_call.
18608 * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
18609 edges.
18610 * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
18611 (output_cgraph): Stream also indirect edges.
18612 (lto_output_edge): Added capability to stream indirect edges.
18613 (input_edge): Likewise.
18614 (input_cgraph_1): Likewise.
18615 * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
18616 of indirect edges.
18617
18618 2010-04-28 Richard Guenther <rguenther@suse.de>
18619
18620 PR tree-optimization/43879
18621 PR tree-optimization/43909
18622 * tree-ssa-structalias.c (struct variable_info): Add
18623 only_restrict_pointers flag.
18624 (new_var_info): Initialize it. Increment stats.total_vars here.
18625 (create_function_info_for): Do not increment stats.total_vars here.
18626 (get_function_part_constraint): Fix build with C++.
18627 (insert_into_field_list): Remove.
18628 (push_fields_onto_fieldstack): Properly merge fields.
18629 (create_variable_info_for): Split and simplify.
18630 (create_variable_info_for_1): New piece.
18631 (intra_create_variable_infos): Properly make restrict constraints
18632 from parameters.
18633
18634 2010-04-28 Richard Guenther <rguenther@suse.de>
18635
18636 PR c++/43880
18637 * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
18638
18639 2010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org>
18640 Jan Hubicka <hubicka@ucw.cz>
18641
18642 * doc/invoke.texi (-Wsuggest-attribute=const,
18643 -Wsuggest-attribute=pure): Document.
18644 * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
18645 (function_always_visible_to_compiler_p,
18646 suggest_attribute, warn_function_pure, warn_function_const):
18647 New functions.
18648 (check_call): Improve debug info.
18649 (analyze_function): Do not check availability.
18650 (add_new_function): Check availability.
18651 (propagate): Output warnings.
18652 (skip_function_for_local_pure_const): New function.
18653 (local_pure_const): Use it; output warnings.
18654 * common.opt (Wsuggest-attribute=const,
18655 Wsuggest-attribute=pure): New.
18656
18657 2010-04-27 Jakub Jelinek <jakub@redhat.com>
18658
18659 * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
18660 force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
18661 or DW_CFA_def_cfa_offset{,_sf}.
18662
18663 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
18664
18665 * tree.h: Fix truncated long macros.
18666
18667 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
18668
18669 * collect2.c (TARGET_64BIT): Redefine to target's default.
18670 * tlink.c: Likewise.
18671 * config/i386/cygming.h (USER_LABEL_PREFIX): Define
18672 dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
18673 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
18674 for underscoring __USER_LABEL_PREFIX__.
18675 * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
18676 (SUB_LINK_ENTRY32): New.
18677 (SUB_LINK_ENTRY64): New.
18678 (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
18679 * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
18680 (SUB_LINK_ENTRY64): New.
18681 (SUB_LINK_ENTRY): New.
18682 (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
18683 (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
18684 x64 target is choosen.
18685 * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
18686 * configure: Regenerated.
18687 * configure.ac (leading-mingw64-underscores): Option added.
18688
18689 2010-04-27 Jan Hubicka <jh@suse.cz>
18690
18691 * doc/invoke.texi (-fipa-profile): Document.
18692 * opts.c (decode_options): Enable ipa-profile at -O1.
18693 * timevar.def (TV_IPA_PROFILE): Define.
18694 * common.opt (fipa-profile): Add.
18695 * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
18696 flag for clones.
18697 (cgraph_propagate_frequency): Handle only local ones.
18698 * tree-pass.h (pass_ipa_profile): Declare.
18699 * ipa-profile.c (gate_profile): Use flag_ipa_profile.
18700 (pass_ipa_profile): Use TV_IPA_PROFILE.
18701 * ipa.c (ipa_profile): New function.
18702 (gate_ipa_profile): Likewise.
18703 (pass_ipa_profile): New global variable.
18704 * passes.c (pass_ipa_profile): New.
18705
18706 2010-04-27 Nathan Froyd <froydnj@codesourcery.com>
18707
18708 * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
18709
18710 2010-04-27 Martin Jambor <mjambor@suse.cz>
18711
18712 PR middle-end/43812
18713 * ipa.c (dissolve_same_comdat_group_list): New function.
18714 (function_and_variable_visibility): Call
18715 dissolve_same_comdat_group_list when comdat group contains external or
18716 newly local nodes.
18717 * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
18718 lists are circular and that they contain only DECL_ONE_ONLY nodes.
18719
18720 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
18721
18722 * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
18723 (const_hash_1) <VECTOR_CST>: New case.
18724 (compare_constant) <VECTOR_CST>: Likewise.
18725 <ADDR_EXPR>: Deal with LABEL_REFs.
18726 (copy_constant) <VECTOR_CST>: New case.
18727
18728 2010-04-27 Jan Hubicka <jh@suse.cz>
18729
18730 * cgraph.c (cgraph_propagate_frequency): New function.
18731 * cgraph.h (cgraph_propagate_frequency): Declare.
18732 * ipa-inline.c (cgraph_clone_inlined_nodes): Call
18733 cgraph_propagate_frequency.
18734
18735 2010-04-27 Jakub Jelinek <jakub@redhat.com>
18736
18737 * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
18738
18739 2010-04-27 Bernd Schmidt <bernds@codesourcery.com>
18740
18741 PR target/40657
18742 * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
18743 (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
18744 here to determine which regs to push and how much stack to reserve.
18745
18746 2010-04-27 Jie Zhang <jie@codesourcery.com>
18747
18748 * doc/gimple.texi (gimple_statement_with_ops): Remove
18749 addresses_taken field.
18750 (gimple_statement_with_memory_ops): Likewise.
18751
18752 2010-04-27 Jan Hubicka <jh@suse.cz>
18753
18754 * tree-inline.c (eni_inlining_weights): Remove.
18755 (estimate_num_insns): Special case more builtins.
18756
18757 2010-04-27 Shujing Zhao <pearly.zhao@oracle.com>
18758
18759 PR c/32207
18760 * c-typeck.c (build_binary_op): Move forward check for comparison
18761 pointer with null pointer constant and adjust the diagnostic message.
18762
18763 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
18764
18765 PR lto/42776
18766 * configure.ac (gcc_cv_as_section_has_align): Set if installed
18767 binutils supports extended .section directive needed by LTO, or
18768 warn if older binutils found.
18769 (LTO_BINARY_READER): New AC_SUBST'd variable.
18770 (LTO_USE_LIBELF): Likewise.
18771 * config.gcc (lto_binary_reader): New target-specific configure
18772 variable.
18773 * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
18774 (LTO_USE_LIBELF): Likewise.
18775 * configure: Regenerate.
18776
18777 * collect2.c (is_elf): Rename from this ...
18778 (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
18779 object files in addition to ELF-formatted ones.
18780 (scan_prog_file): Caller updated. Also allow for LTO info marker
18781 symbol to be prefixed or not by an extra underscore.
18782
18783 * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
18784 * config/i386/winnt.c: Also #include lto-streamer.h
18785 (i386_pe_asm_named_section): Specify 1-byte section alignment for
18786 LTO named sections.
18787 (i386_pe_asm_output_aligned_decl_common): Add comment.
18788 (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
18789
18790 2010-04-27 Hans-Peter Nilsson <hp@bitrange.com>
18791
18792 PR target/43889
18793 * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
18794 Add missing earlyclobber for second alternative.
18795
18796 2010-04-26 Bernd Schmidt <bernds@codesourcery.com>
18797
18798 * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
18799 bits for artificial defs at the top of the block.
18800 * fwprop.c (single_def_use_enter_block): Don't call it.
18801
18802 2010-04-26 Jack Howarth <howarth@bromo.med.uc.edu>
18803
18804 PR 43715
18805 * configure.ac: Use "$gcc_cv_nm -g" on darwin
18806 instead of "$gcc_cv_objdump -T".
18807 Use "-undefined dynamic_lookup" on darwin.
18808 * configure: Regenerate.
18809
18810 2010-04-26 Jakub Jelinek <jakub@redhat.com>
18811
18812 PR c/43893
18813 * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
18814
18815 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
18816
18817 * c-parser.c (struct c_token): Move location field up.
18818 * c-tree.h (struct c_typespec): Move expr_const_operands field up.
18819 (struct c_declspecs): Convert typespec_word, storage_class, and
18820 default_int_p into bitfields.
18821 (struct c_declarator): Move loc field up.
18822
18823 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
18824
18825 * cfgloop.h (struct loop): Move can_be_parallel field up.
18826 * ipa-prop.h (struct ip_node_params): Move bitfields up.
18827 * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
18828 down.
18829 (struct iv_cand): Convert pos field into a bitfield.
18830 * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
18831 field up.
18832 (struct _stmt_vec_info): Shuffle fields for better packing.
18833
18834 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
18835
18836 * varasm.c (IN_NAMED_SECTION): Remove guard.
18837 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
18838 (IN_NAMED_SECTION_P): ...this.
18839 (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
18840 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
18841
18842 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
18843
18844 * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
18845 Use VOID_TYPE_P for all void type tests. Adjust TYPE variable instead
18846 of shadowing it. Fix comments.
18847
18848 2010-04-26 Jan Hubicka <jh@suse.cz>
18849
18850 * cgraph.c (cgraph_create_node): Set node frequency to normal.
18851 (cgraph_clone_node): Copy function frequency.
18852 * cgraph.h (node_frequency): New enum
18853 (struct cgraph_node): Add.
18854 * final.c (rest_of_clean_state): Update.
18855 * lto-cgraph.c (lto_output_node): Output node frequency.
18856 (input_overwrite_node): Input node frequency.
18857 * tre-ssa-loop-ivopts (computation_cost): Update.
18858 * lto-streamer-out.c (output_function): Do not output function
18859 frequency.
18860 * predict.c (maybe_hot_frequency_p): Update and handle functions
18861 executed once.
18862 (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
18863 attribute lookup.
18864 (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
18865 (compute_function_frequency): Set noreturn functions to be executed
18866 once.
18867 (choose_function_section): Update.
18868 * lto-streamer-in.c (input_function): Do not input function frequency.
18869 * function.c (allocate_struct_function): Do not initialize function
18870 frequency.
18871 * function.h (function_frequency): Remove.
18872 (struct function): Remove function frequency.
18873 * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
18874 (try_update): Update.
18875 * tree-inline.c (initialize_cfun): Do not update function frequency.
18876 * passes.c (pass_init_dump_file): Update.
18877 * i386.c (ix86_compute_frame_layout): Update.
18878 (ix86_pad_returns): Update.
18879
18880 2010-04-26 Jie Zhang <jie@codesourcery.com>
18881
18882 PR tree-optimization/43833
18883 * tree-vrp.c (range_int_cst_p): New.
18884 (range_int_cst_singleton_p): New.
18885 (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
18886 when both operands are constants. Use range_int_cst_p in
18887 BIT_IOR_EXPR case.
18888
18889 2010-04-26 Jan Hubicka <jh@suse.cz>
18890
18891 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
18892
18893 2010-04-26 Richard Guenther <rguenther@suse.de>
18894
18895 PR lto/43080
18896 * gimple.c (gimple_decl_printable_name): Deal gracefully
18897 with a NULL DECL_NAME.
18898
18899 2010-04-26 Richard Guenther <rguenther@suse.de>
18900
18901 PR lto/42425
18902 * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
18903 if emitting debug information and it is either a function
18904 or a namespace decl.
18905
18906 2010-04-26 Ira Rosen <irar@il.ibm.com>
18907
18908 * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
18909 determine if the statement is vectorizable, and a macro to access it.
18910 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
18911 Skip statements that can't be vectorized. If the analysis fails,
18912 mark the statement as unvectorizable if vectorizing basic block.
18913 (vect_compute_data_refs_alignment): Likewise.
18914 (vect_verify_datarefs_alignment): Skip statements marked as
18915 unvectorizable. Add print.
18916 (vect_analyze_group_access): Skip statements that can't be
18917 vectorized. If the analysis fails, mark the statement as
18918 unvectorizable if vectorizing basic block.
18919 (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
18920 * tree-vect-stmts.c (vectorizable_store): Fix the number of
18921 generated stmts for SLP.
18922 (new_stmt_vec_info): Initialize the new field.
18923 * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
18924 statements marked as unvectorizable.
18925
18926 2010-04-25 Joseph Myers <joseph@codesourcery.com>
18927
18928 * c-common.c (flag_isoc1x): New.
18929 (flag_isoc99): Update comment.
18930 * c-common.h (flag_isoc1x): New.
18931 (flag_isoc99): Update comment.
18932 * c-cppbuiltin.c (builtin_define_float_constants): Also define
18933 __<type>_DECIMAL_DIG__.
18934 * c-opts.c (set_std_c1x): New.
18935 (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
18936 (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
18937 * c.opt (-std=c1x, -std=gnu1x): New options.
18938 * doc/cpp.texi: Mention -std=c1x.
18939 * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
18940 * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
18941 * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
18942 * doc/standards.texi: Mention C1X.
18943 * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
18944 LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
18945 LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
18946 Define for C1X.
18947
18948 2010-04-25 Uros Bizjak <ubizjak@gmail.com>
18949
18950 * config/i386/gmon-sol2.c (_mcleanup): Change format string
18951 placeholder from 0x%x to %#x.
18952 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
18953 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
18954 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
18955 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
18956 * config/i386/i386.c (ix86_target_string): Ditto.
18957 (output_pic_addr_const): Ditto.
18958 (print_operand): Ditto.
18959
18960 2010-04-25 Paolo Bonzini <bonzini@gnu.org>
18961
18962 * combine.c (find_split_point): Add third argument. Use it
18963 to find nested multiply-accumulate instructions. Adjust calls.
18964 (try_combine): Adjust call to find_split_point.
18965
18966 2010-04-24 Gerald Pfeifer <gerald@pfeifer.com>
18967
18968 * doc/contrib.texi (Contributors): Add Dodji Seketeli.
18969
18970 2010-04-24 Bernd Schmidt <bernds@codesourcery.com>
18971
18972 PR tree-optimization/41442
18973 * fold-const.c (merge_truthop_with_opposite_arm): New function.
18974 (fold_binary_loc): Call it.
18975
18976 2010-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
18977
18978 * toplev.c (general_init): Set default for fdiagnostics-show-option.
18979 * opts.c (common_handle_option): Allow disabling it.
18980 * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
18981
18982 2010-04-23 Eric Botcazou <ebotcazou@adacore.com>
18983
18984 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
18985 between modes if both types are integral.
18986
18987 2010-04-23 Richard Guenther <rguenther@suse.de>
18988
18989 PR tree-optimization/43572
18990 * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
18991
18992 2010-04-23 Richard Guenther <rguenther@suse.de>
18993
18994 PR lto/43455
18995 * tree-inline.c (tree_can_inline_p): Also check compatibility
18996 of return types.
18997
18998 2010-04-23 Martin Jambor <mjambor@suse.cz>
18999
19000 PR tree-optimization/43846
19001 * tree-sra.c (struct access): New flag grp_assignment_read.
19002 (build_accesses_from_assign): Set grp_assignment_read.
19003 (sort_and_splice_var_accesses): Propagate grp_assignment_read.
19004 (enum mark_read_status): New type.
19005 (analyze_access_subtree): Propagate grp_assignment_read, create
19006 accesses also if both direct_read and root->grp_assignment_read.
19007
19008 2010-04-23 Martin Jambor <mjambor@suse.cz>
19009
19010 PR middle-end/43835
19011 * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
19012 function does not have type attributes.
19013
19014 2010-04-23 Richard Guenther <rguenther@suse.de>
19015
19016 PR lto/42653
19017 * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
19018 of FUNCTION_DECLs.
19019
19020 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
19021
19022 * sese.h (create_if_region_on_edge): Remove.
19023
19024 * sese.c (create_if_region_on_edge): Make static.
19025
19026 * tree-inline.c: Do not include ggc.h.
19027
19028 * expr.c: Do not include ggc.h.
19029
19030 * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
19031 dependencies.
19032
19033 2010-04-22 Kaz Kojima <kkojima@gcc.gnu.org>
19034
19035 PR target/43744
19036 * config/sh/sh.c (find_barrier): Don't emit a constant pool
19037 in the middle of insns for casesi_worker_2.
19038
19039 2010-04-22 David Edelsohn <edelsohn@gnu.org>
19040
19041 * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
19042
19043 2010-04-22 Ira Rosen <irar@il.ibm.com>
19044
19045 PR tree-optimization/43842
19046 * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
19047 loop unrolling in update of exit phis. Fix comment.
19048 * tree-vect-slp.c (vect_analyze_slp): Check that there are at
19049 least two reduction statements in the loop before starting SLP
19050 analysis.
19051
19052 2010-04-22 Nick Clifton <nickc@redhat.com>
19053
19054 * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
19055
19056 2010-04-22 Alexander Monakov <amonakov@ispras.ru>
19057
19058 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
19059 to simplify a + ~a.
19060
19061 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
19062
19063 * tree-parloops.c (loop_parallel_p): New argument
19064 parloop_obstack. Pass it down.
19065 (parallelize_loops): New variable parloop_obstack. Initialize it,
19066 pass it down, free it.
19067
19068 * tree-loop-linear.c (linear_transform_loops): Pass down
19069 lambda_obstack.
19070
19071 * tree-data-ref.h (lambda_compute_access_matrices): New argument
19072 of type struct obstack *.
19073
19074 * tree-data-ref.c (analyze_subscript_affine_affine): New variable
19075 scratch_obstack. Initialize it, pass down, free it.
19076
19077 * lambda.h (lambda_loop_new): Remove.
19078 (lambda_matrix_new, lambda_matrix_inverse)
19079 (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
19080 argument of type struct obstack *.
19081
19082 * lambda-trans.c (lambda_trans_matrix_new): New argument
19083 lambda_obstack. Pass it down, use obstack allocation for ret.
19084 (lambda_trans_matrix_inverse): New argument lambda_obstack. Pass
19085 it down.
19086
19087 * lambda-mat.c (lambda_matrix_get_column)
19088 (lambda_matrix_project_to_null): Remove.
19089 (lambda_matrix_new): New argument lambda_obstack. Use obstack
19090 allocation for mat.
19091 (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
19092 lambda_obstack.
19093
19094 * lambda-code.c (lambda_loop_new): New function.
19095 (lambda_lattice_new, compute_nest_using_fourier_motzkin)
19096 (lambda_compute_auxillary_space, lambda_compute_target_space)
19097 (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
19098 (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
19099 (build_access_matrix): New argument lambda_obstack. Use obstack
19100 allocation for am.
19101 (lambda_compute_step_signs, lambda_compute_access_matrices): New
19102 argument lambda_obstack. Pass it down.
19103
19104 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
19105
19106 * optabs.h (expand_widening_mult): Declare.
19107
19108 2010-04-22 Richard Guenther <rguenther@suse.de>
19109
19110 PR tree-optimization/43845
19111 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
19112 lookup the CALL_EXPR function and arguments.
19113
19114 2010-04-22 Nick Clifton <nickc@redhat.com>
19115
19116 * config/stormy16/stormy16.c
19117 (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
19118 * config/stormy16/stormy16.h: Tidy up formatting.
19119 (DONT_USE_BUILTIN_SETJMP): Remove definition.
19120 * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
19121 (ineqbranchsi): Delete pattern.
19122 * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
19123 * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
19124 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
19125 stormy16-lib2-ucmpsi2.c.
19126
19127 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
19128
19129 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
19130 df_simulate_find_noclobber_defs as appropriate. Keep track of an
19131 extra set merge_set_noclobber, and use it to relax the final test
19132 slightly.
19133 * df.h (df_simulate_find_noclobber_defs): Declare.
19134 * df-problems.c (df_simulate_find_defs): Don't ignore partial or
19135 conditional defs.
19136 (df_simulate_find_noclobber_defs): New function.
19137
19138 2010-04-22 Uros Bizjak <ubizjak@gmail.com>
19139
19140 * config/i386/i386.md: Use {} around multi-line preparation statements.
19141
19142 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
19143
19144 * c-tree.h (push_init_level, pop_init_level, set_init_index)
19145 (process_init_element): New argument of type struct obstack *.
19146
19147 * c-typeck.c (push_init_level, pop_init_level, set_designator)
19148 (set_init_index, set_init_label, set_nonincremental_init)
19149 (set_nonincremental_init_from_string, find_init_member)
19150 (output_init_element, output_pending_init_elements)
19151 (process_init_element): New argument braced_init_obstack. Pass it
19152 down.
19153 (push_range_stack, add_pending_init): New argument
19154 braced_init_obstack. Use obstack allocation.
19155
19156 * c-parser.c (c_parser_initelt, c_parser_initval): New argument
19157 braced_init_obstack. Pass it down.
19158 (c_parser_braced_init): New variables ret, braced_init_obstack.
19159 Initialize obstack, pass it down and finally free it.
19160
19161 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
19162
19163 PR middle-end/29274
19164 * tree-pass.h (pass_optimize_widening_mul): Declare.
19165 * tree-ssa-math-opts.c (execute_optimize_widening_mul,
19166 gate_optimize_widening_mul): New static functions.
19167 (pass_optimize_widening_mul): New.
19168 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
19169 <case MULT_EXPR>: Remove support for widening multiplies.
19170 * tree.def (WIDEN_MULT_EXPR): Tweak comment.
19171 * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
19172 simplify_gen_unary rather than directly building extensions.
19173 * tree-cfg.c (verify_gimple_assign_binary): Add tests for
19174 WIDEN_MULT_EXPR.
19175 * expmed.c (expand_widening_mult): New function.
19176 * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
19177
19178 2010-04-21 Jan Hubicka <jh@suse.cz>
19179
19180 * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
19181 * lto-section-in.c (lto_section_name): Remove wpa_fixup.
19182 * lto-wpa-fixup.c: Remove.
19183 * Makefile.in (lto-wpa-fixup.o): Remove.
19184 * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
19185 (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
19186 * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
19187
19188 2010-04-21 Jan Hubicka <jh@suse.cz>
19189
19190 * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
19191 add write_optimization_summary, read_optimization_summary.
19192 (ipa_write_summaries_of_cgraph_node_set): Remove.
19193 (ipa_write_optimization_summaries): Declare.
19194 (ipa_read_optimization_summaries): Declare.
19195 * ipa-cp.c (pass_ipa_cp): Update.
19196 * ipa-reference.c (pass_ipa_reference): Update.
19197 * ipa-pure-const.c (pass_ipa_pure_const): Update.
19198 * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
19199 Update.
19200 * ipa-inline.c (pass_ipa_inline): Update.
19201 * ipa.c (pass_ipa_whole_program): Update.
19202 * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
19203 * passes.c (ipa_write_summaries_1): Do not test wpa.
19204 (ipa_write_optimization_summaries_1): New.
19205 (ipa_write_optimization_summaries): New.
19206 (ipa_read_summaries): Do not test ltrans.
19207 (ipa_read_optimization_summaries_1): New.
19208 (ipa_read_optimization_summaries): New.
19209
19210 2010-04-21 Jan Hubicka <jh@suse.cz>
19211
19212 * lto-cgraph.c (lto_output_node): Do not output comdat groups
19213 for boundary nodes.
19214 (output_cgraph): Do not arrange comdat groups for boundary nodes.
19215
19216 2010-04-21 Jakub Jelinek <jakub@redhat.com>
19217
19218 PR debug/40040
19219 * dwarf2out.c (add_name_and_src_coords_attributes): Add
19220 DW_AT_{,MIPS_}linkage_name even for Fortran decls.
19221
19222 2010-04-21 Jan Hubicka <jh@suse.cz>
19223
19224 * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
19225
19226 2010-04-21 Jan Hubicka <jh@suse.cz>
19227
19228 * varpool.c (decide_is_variable_needed): Variable is always needed
19229 during ltrans.
19230
19231 2010-04-21 Jan Hubicka <jh@suse.cz>
19232
19233 * opts.c (decode_options): Enable pure-const pass for whopr.
19234
19235 2010-04-21 Jan Hubicka <jh@suse.cz>
19236
19237 * cgraph.c (dump_cgraph_node): Dump also assembler name.
19238 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
19239 at WPA dumping.
19240 (cgraph_decide_inlining): Do not expect callee to be removed in all
19241 cases.
19242
19243 2010-04-21 Eric B. Weddington <eric.weddington@atmel.com>
19244
19245 * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
19246
19247 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
19248
19249 * config/i386/i386.md (x86_shrd): Add athlon_decode and
19250 amdfam10_decode attributes.
19251
19252 2010-04-21 Jakub Jelinek <jakub@redhat.com>
19253
19254 PR middle-end/43570
19255 * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
19256 OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
19257 (lower_copyprivate_clauses): Use private var in outer
19258 context instead of original var. Make sure the types
19259 are correct for VLAs.
19260
19261 2010-04-21 Richard Guenther <rguenther@suse.de>
19262
19263 * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
19264 to non-pointer objects.
19265
19266 2010-04-21 Jakub Jelinek <jakub@redhat.com>
19267
19268 * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument. Drop
19269 last chain entry if it starts with the still current label.
19270 (add_location_or_const_value_attribute): Check that
19271 loc_list->first->next is NULL instead of comparing ->first with ->last.
19272 (dwarf2out_var_location): Pass last_label resp. last_postcall_label
19273 to add_var_loc_to_decl.
19274
19275 * dwarf2out.c (output_call_frame_info): For dw_cie_version
19276 >= 4 add also address size and segment size fields into CIE header.
19277
19278 * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
19279 long as address size is the same as sizeof (void *) and
19280 segment size is 0.
19281 * unwind-dw2-fde.c (get_cie_encoding): Likewise. If
19282 address size or segment size is unexpected, return DW_EH_PE_omit.
19283 (classify_object_over_fdes): If get_cie_encoding returned
19284 DW_EH_PE_omit, return -1.
19285 (init_object): If classify_object_over_fdes returned -1,
19286 pretend there were no FDEs at all.
19287
19288 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
19289
19290 * config/i386/i386.md (bswap<mode>2): Macroize expander from
19291 bswap{si,di}2 using SWI48 mode iterator.
19292 (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
19293 SWI48 mode iterator. Set type attribute of bswap insn to bitmanip,
19294 set modrm attribute of bswap insn to 0 and remove length attribute.
19295 (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
19296 iterator. Set type attribute to bitmanip, set modrm attribute to 0,
19297 set mode attribute to <MODE> and remove length attribute.
19298
19299 2010-04-20 James E. Wilson <wilson@codesourcery.com>
19300
19301 PR rtl-optimization/43520
19302 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
19303 zero available registers.
19304
19305 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19306
19307 * builtins.c (fold_builtin_cproj): Fold more cases.
19308
19309 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19310
19311 * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
19312 (fold_builtin_1): Fold builtin cproj.
19313 * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
19314 Use ATTR_CONST_NOTHROW_LIST.
19315
19316 2010-04-20 Uros Bizjak <ubizjak@gmail.com>
19317
19318 * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
19319 and ffsdi2 using SWI48 mode iterator. Expand SImode insn through
19320 ffsi2_no_cmove for !TARGET_CMOVE.
19321 (ffssi2_no_cmove): Rename from *ffs_no_cmove. Make public.
19322 (ffssi2): Remove expander.
19323 (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
19324 mode iterator.
19325 (ctz<mode>2): Ditto from ctz{si,di}2.
19326 (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
19327 mode iterator.
19328 (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
19329 mode iterator.
19330
19331 2010-04-20 Jakub Jelinek <jakub@redhat.com>
19332
19333 * dwarf2out.c (AT_linkage_name): Define.
19334 (clone_as_declaration): Handle DW_AT_linkage_name.
19335 (add_name_and_src_coords_attributes): Use AT_linkage_name instead
19336 of DW_AT_MIPS_linkage_name.
19337 (move_linkage_attr): Likewise.
19338 (dwarf2out_finish): Likewise.
19339
19340 2010-04-20 Xinliang David Li <davidxl@gcc.gnu.org>
19341
19342 PR middle-end/41952
19343 * fold-const.c (fold_comparison): New folding rule.
19344
19345 2010-04-20 Anatoly Sokolov <aesok@post.ru>
19346
19347 * double-int.h (double_int_setbit): Declare.
19348 * double-int.c (double_int_setbit): New function.
19349 * rtl.h (immed_double_int_const): Declare.
19350 * emit-rtl.c (immed_double_int_const): New function.
19351 * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
19352 and immed_double_int_const functions.
19353 * optabs.c (expand_absneg_bit, expand_copysign_absneg,
19354 expand_copysign_bit): (Ditto.).
19355 * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
19356 * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
19357 * dojump.c (prefer_and_bit_test): (Ditto.).
19358 * expr.c (convert_modes, reduce_to_bit_field_precision,
19359 const_vector_from_tree): (Ditto.).
19360 * expmed.c (mask_rtx, lshift_value): (Ditto.).
19361
19362 2010-04-20 Jan Hubicka <jh@suse.cz>
19363
19364 * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
19365 (dump_cgraph_node): Dump new flags.
19366 * cgraph.h (struct cgraph_node): Add flags
19367 reachable_from_other_partition and in_other_partition.
19368 (cgraph_can_remove_if_no_direct_calls_p): Functions used by
19369 other partition can not be removed.
19370 * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
19371 the other partition must be output; silence sanity checking on
19372 leaking functions bodies from other paritition.
19373 * lto-cgraph.c (reachable_from_other_partition_p): New function.
19374 (lto_output_node): Output new flags; do not sanity check that inline
19375 clones are output; drop lto_forced_extern_inline_p code; do not mock
19376 visibility flags at partition boundaries.
19377 (add_node_to): New function.
19378 (output_cgraph): Use it to sort functions so masters appear before
19379 clones.
19380 (input_overwrite_node): Input new flags.
19381 * passes.c (ipa_write_summaries): Do not call
19382 lto_new_extern_inline_states.
19383 * lto-section-out.c (forced_extern_inline,
19384 lto_new_extern_inline_states lto_delete_extern_inline_states,
19385 lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
19386 * lto-streamer.h (lto_new_extern_inline_states,
19387 * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
19388 lto_forced_extern_inline_p): Kill.
19389
19390 2010-04-20 Richard Guenther <rguenther@suse.de>
19391
19392 * tree-ssa-structalias.c (do_sd_constraint): Add edges only
19393 from vars that can have pointers.
19394 (process_constraint): Dump useless constraints.
19395
19396 2010-04-20 Richard Guenther <rguenther@suse.de>
19397
19398 * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
19399 (dump_sa_points_to_info): Remove asserts.
19400 (init_base_vars): nothing_id isn't an escape point nor does it
19401 have pointers.
19402
19403 2010-04-20 Jakub Jelinek <jakub@redhat.com>
19404
19405 * tree.h (TYPE_REF_IS_RVALUE): Define.
19406 * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
19407 should_move_die_to_comdat, prune_unused_types_walk): Handle
19408 DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
19409 (modified_type_die, gen_reference_type_die): Emit
19410 DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
19411 if TYPE_REF_IS_RVALUE and -gdwarf-4.
19412
19413 2010-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19414
19415 PR target/43635
19416 * config/s390/s390.c (s390_emit_call): Turn direct into indirect
19417 calls for -fpic -m31 if they have been sibcall optimized.
19418
19419 2010-04-19 James E. Wilson <wilson@codesourcery.com>
19420
19421 * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
19422 ar.lc fixed and call-used.
19423
19424 * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
19425
19426 2010-04-19 Jan Hubicka <jh@suse.cz>
19427
19428 * opts.c (decode_options): Disable whpr incompatible passes.
19429 * lto/lto.c (lto_1_to_1_map): Skip clones.
19430 (read_cgraph_and_symbols): Do not mark everything as needed.
19431 (do_whole_program_analysis): Do map only after optimizing;
19432 set proper cgraph_state; use passmanager.
19433
19434 2010-04-19 DJ Delorie <dj@redhat.com>
19435
19436 * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
19437 POINTER_PLUS_EXPR and fix them.
19438
19439 2010-04-19 Eric B. Weddington <eric.weddington@atmel.com>
19440
19441 * config/avr/avr-devices.c (avr_mcu_types): Add support for new
19442 devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
19443 attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
19444 atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
19445 atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
19446 atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
19447 atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
19448 atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
19449 m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
19450 atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
19451 * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
19452
19453 2010-04-19 Eric Botcazou <ebotcazou@adacore.com>
19454
19455 * ifcvt.c (noce_try_cmove_arith): Fix long lines.
19456 (check_cond_move_block): Likewise.
19457 (cond_move_process_if_block): Likewise.
19458 (noce_find_if_block): Improve formatting.
19459 (find_if_header): Pass 0 to memset and tweak conditions.
19460 (cond_exec_find_if_block): Fix long lines and tweak conditions.
19461
19462 2010-04-19 Jakub Jelinek <jakub@redhat.com>
19463
19464 * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
19465 for -gdwarf-4.
19466
19467 PR middle-end/43337
19468 * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
19469 with non-local decl doesn't need chain.
19470
19471 2010-04-19 Vladimir Makarov <vmakarov@redhat.com>
19472
19473 * ira-color.c (allocno_reload_assign): Avoid accumulating
19474 reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
19475
19476 2010-04-19 Martin Jambor <mjambor@suse.cz>
19477
19478 * gimple.h (create_tmp_reg): Declare.
19479 * gimplify.c (create_tmp_reg): New function.
19480 (gimplify_return_expr): Use create_tmp_reg.
19481 (gimplify_omp_atomic): Likewise.
19482 (gimple_regimplify_operands): Likewise.
19483 * tree-dfa.c (make_rename_temp): Likewise.
19484 * tree-predcom.c (predcom_tmp_var): Likewise.
19485 (reassociate_to_the_same_stmt): Likewise.
19486 * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
19487 (get_replaced_param_substitute): Likewise.
19488 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
19489 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
19490 * tree-ssa-pre.c (get_representative_for): Likewise.
19491 (create_expression_by_pieces): Likewise.
19492 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
19493 (create_tailcall_accumulator): Likewise.
19494
19495 2010-04-19 Martin Jambor <mjambor@suse.cz>
19496
19497 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
19498 new_stmt.
19499 (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
19500
19501 2010-04-19 Richard Guenther <rguenther@suse.de>
19502
19503 PR tree-optimization/43796
19504 * tree-vrp.c (adjust_range_with_scev): Lookup init and step
19505 from SCEV in the lattice.
19506 (vrp_visit_phi_node): Dump change.
19507
19508 2010-04-19 Richard Guenther <rguenther@suse.de>
19509
19510 * configure.ac: Fix quoting around elf_getshstrndx ABI check.
19511 * configure: Re-generated.
19512
19513 2010-04-19 Richard Guenther <rguenther@suse.de>
19514
19515 PR tree-optimization/43783
19516 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
19517 constant ARRAY_REF operands two and three if possible.
19518
19519 2010-04-19 Uros Bizjak <ubizjak@gmail.com>
19520
19521 PR target/43766
19522 * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
19523
19524 2010-04-19 Jie Zhang <jie@codesourcery.com>
19525
19526 PR target/43662
19527 * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
19528
19529 2010-04-19 Ira Rosen <irar@il.ibm.com>
19530
19531 PR tree-optimization/37027
19532 * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
19533 and macro to access it.
19534 (vectorizable_reduction): Add argument.
19535 (vect_get_slp_defs): Likewise.
19536 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
19537 statements for possible use in SLP.
19538 (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
19539 (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
19540 (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
19541 add new argument.
19542 (vectorizable_reduction): Likewise.
19543 * tree-vect-stmts.c (vect_get_vec_defs): Update call to
19544 vect_get_slp_defs.
19545 (vectorizable_type_demotion, vectorizable_type_promotion,
19546 vectorizable_store): Likewise.
19547 (vect_analyze_stmt): Update call to vectorizable_reduction.
19548 (vect_transform_stmt): Likewise.
19549 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
19550 (vect_build_slp_tree): Fix indentation. Check that there are no loads
19551 from different interleaving chains in same node.
19552 (vect_slp_rearrange_stmts): New function.
19553 (vect_supported_load_permutation_p): Allow load permutations for
19554 reductions. Call vect_slp_rearrange_stmts() to rearrange statements
19555 inside SLP nodes if necessary.
19556 (vect_analyze_slp_instance): Handle reductions.
19557 (vect_analyze_slp): Try to build SLP instances originating from groups
19558 of reductions.
19559 (vect_detect_hybrid_slp_stmts): Skip reduction statements.
19560 (vect_get_constant_vectors): Create initial vectors for reductions
19561 according to reduction code. Add new argument.
19562 (vect_get_slp_defs): Add new argument, pass it to
19563 vect_get_constant_vectors.
19564 (vect_schedule_slp_instance): Remove SLP tree root statements.
19565
19566 2010-04-19 Jakub Jelinek <jakub@redhat.com>
19567
19568 * tree.h (ENUM_IS_SCOPED): Define.
19569 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
19570 for ENUM_IS_SCOPED enums.
19571
19572 2010-04-18 Eric Botcazou <ebotcazou@adacore.com>
19573
19574 * fold-const.c (fold_comparison): Use ssizetype.
19575 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
19576 * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
19577 * tree-loop-distribution.c (build_size_arg_loc): Likewise.
19578 * tree-object-size.c (compute_object_sizes): Use size_type_node.
19579
19580 * tree.h (initialize_sizetypes): Remove parameter.
19581 (build_common_tree_nodes): Remove second parameter.
19582 * stor-layout.c (initialize_sizetypes): Remove parameter.
19583 Always create an unsigned type.
19584 (set_sizetype): Assert that the passed type is unsigned and simplify.
19585 * tree.c (build_common_tree_nodes): Remove second parameter.
19586 Adjust call to initialize_sizetypes.
19587 * c-decl.c (c_init_decl_processing): Remove second argument in call to
19588 build_common_tree_nodes.
19589
19590 2010-04-18 Matthias Klose <doko@ubuntu.com>
19591
19592 * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
19593
19594 2010-04-18 Ira Rosen <irar@il.ibm.com>
19595
19596 PR tree-optimization/43771
19597 * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
19598 load permutation doesn't have gaps.
19599
19600 2010-04-18 Jan Hubicka <jh@suse.cz>
19601
19602 * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
19603 (sse_prologue_save_insn expander): Use new pattern.
19604 (sse_prologue_save_insn1): New pattern and splitter.
19605 (sse_prologue_save_insn): Update to deal also with 64bit aligned
19606 blocks.
19607 * i386.c (setup_incoming_varargs_64): Do not compute jump
19608 destination here.
19609 (ix86_gimplify_va_arg): Update alignment needed.
19610 (ix86_local_alignment): Do not align all local arrays to 128bit.
19611
19612 2010-04-17 Jan Hubicka <jh@suse.cz>
19613
19614 * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
19615
19616 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
19617
19618 * arm.md (negdi2): Remove redundant code to force values into a
19619 register.
19620
19621 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
19622
19623 * arm/bpabi.S: Add EABI alignment attributes to objects.
19624 * arm/bpabi-v6m.S: Likewise.
19625 * arm/crti.asm: Likewise.
19626 * arm/crtn.asm: Likewise.
19627 * arm/lib1funcs.asm: Likewise.
19628 * arm/libunwind.S: Likewise.
19629
19630 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
19631
19632 * arm-protos.h (tune_params): New structure.
19633 * arm.c (current_tune): New variable.
19634 (arm_constant_limit): Delete.
19635 (struct processors): Add pointer to the tune parameters.
19636 (arm_slowmul_tune): New tuning option.
19637 (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
19638 (all_cores): Adjust to pick up the tuning model.
19639 (arm_constant_limit): New function.
19640 (arm_override_options): Select the appropriate tuning model. Delete
19641 initialization of arm_const_limit.
19642 (arm_split_constant): Use the new constant-limit model.
19643 (arm_rtx_costs): Pick up the current tuning model.
19644 * arm.md (is_strongarm, is_xscale): Delete.
19645 * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
19646 for Xscale variant architectures.
19647 (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
19648
19649 2010-04-17 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19650
19651 * config/arm/arm.c (arm_gen_constant): Remove unused variable
19652 can_shift.
19653 (arm_rtx_costs_1): Remove unused variable extra_cost.
19654 (arm_unwind_emit_set): Use variable offset.
19655 (thumb1_output_casesi): Remove unused variable flags.
19656
19657 2010-04-16 Jeff Law <law@redhat.com>
19658
19659 * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
19660 needing assignment rather than doing a two-phase assignment. Remove
19661 unused variable 'm'.
19662
19663 2010-04-16 Jakub Jelinek <jakub@redhat.com>
19664
19665 PR bootstrap/43767
19666 * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
19667
19668 2010-04-16 Doug Kwan <dougkwan@google.com>
19669
19670 * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
19671 (next_operand_entry_id): New static variable.
19672 (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
19673 (add_to_ops_vec): Assigned unique ID to operand entry.
19674 (struct oecount_s): New field ID.
19675 (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
19676 (undistribute_ops_list): Assign unique IDs to oecounts.
19677 (init_reassoc): reset next_operand_entry_id.
19678
19679 2010-04-16 Doug Kwan <dougkwan@google.com>
19680
19681 * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
19682 missing left parenthesis.
19683
19684 2010-04-16 Uros Bizjak <ubizjak@gmail.com>
19685
19686 * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
19687 *btdi_rex64 using SWI48 mode iterator.
19688 (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
19689 (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
19690 *jcc_btdi_mask_rex64.
19691
19692 2010-04-16 Anatoly Sokolov <aesok@post.ru>
19693
19694 * double-int.h (tree_to_double_int): Convert to macro.
19695 * double-int.c (tree_to_double_int): Remove.
19696
19697 2010-04-16 Jakub Jelinek <jakub@redhat.com>
19698
19699 PR debug/43762
19700 * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
19701 with want_address 2 and in case a single element list might be
19702 possible, call it again with want_address 0.
19703
19704 2010-04-12 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
19705
19706 * config/h8300/h8300.c (print_operand) : Modify case 'V' and
19707 case 'W' print operands for HI mode.
19708 * config/h8300/h8300.h (Y0, Y2) : New constraints.
19709 * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
19710 (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
19711 * config/h8300/predicate.md (bit_register_indirect_operand): New.
19712
19713 * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
19714
19715 * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
19716 cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
19717 #xx:3 and #xx:4 mode.
19718
19719 * config/h8300/h8300.md (inverted load with HImode dest): Add
19720 support for H8300SX.
19721
19722 * config/h8300/predicate.md (bit_operand): Allow immediate values that
19723 satisfy 'U' constraint.
19724
19725 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19726
19727 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
19728 * configure: Regenerate.
19729 * config.in: Regenerate.
19730 * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
19731 works.
19732
19733 2010-04-16 Richard Guenther <rguenther@suse.de>
19734
19735 * tree.h (struct tree_decl_minimal): Move pt_uid ...
19736 (struct tree_decl_common): ... here.
19737 (DECL_PT_UID): Adjust.
19738 (SET_DECL_PT_UID): Likewise.
19739 (DECL_PT_UID_SET_P): Likewise.
19740
19741 2010-04-16 Richard Guenther <rguenther@suse.de>
19742
19743 PR tree-optimization/43572
19744 * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
19745 * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
19746 * tree-flow.h (is_call_clobbered): Remove.
19747 * tree-flow-inline.h (is_call_clobbered): Likewise.
19748 * tree-dfa.c (dump_variable): Do not dump call clobber state.
19749 * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
19750 (execute_return_slot_opt): Adjust.
19751 * tree-tailcall.c (suitable_for_tail_opt_p): Remove
19752 check for call clobbered vars here.
19753 (find_tail_calls): Move tailcall verification to the
19754 proper place.
19755
19756 2010-04-16 Diego Novillo <dnovillo@google.com>
19757
19758 * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
19759
19760 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
19761
19762 PR target/40603
19763 * config/arm/arm.md (cbranchqi4): New pattern.
19764 * config/arm/predicates.md (const0_operand,
19765 cbranchqi4_comparison_operator): New predicates.
19766
19767 2010-04-16 Richard Guenther <rguenther@suse.de>
19768
19769 * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
19770 (dump_gimple_stmt): Likewise.
19771
19772 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
19773
19774 * recog.h (struct recog_data): New field is_operator.
19775 (struct insn_operand_data): New field is_operator.
19776 * recog.c (extract_insn): Set recog_data.is_operator.
19777 * genoutput.c (output_operand_data): Emit code to set the
19778 is_operator field.
19779 * reload.c (find_reloads): Use it rather than testing for an
19780 empty constraint string.
19781
19782 PR target/41514
19783 * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
19784 If the previous insn is a cbranchsi4_insn with the same arguments,
19785 omit the compare instruction.
19786
19787 * config/arm/arm.md (addsi3_cbranch): If destination is a high
19788 register, inputs must be low registers and we need a low register
19789 scratch. Handle alternative 2 like alternative 3.
19790
19791 2010-04-16 Jakub Jelinek <jakub@redhat.com>
19792
19793 * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
19794 don't call get_addr on both. If one expression is a VALUE and
19795 the other a REG, check VALUE's locs if the REG isn't among them.
19796
19797 2010-04-16 Christian Bruel <christian.bruel@st.com>
19798
19799 * config/sh/sh.h (sh_frame_pointer_required): New function.
19800 * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
19801 (flag_omit_frame_pointer) Set.
19802 (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
19803 (rounded_frame_size): Adjust size with outgoing_args_size.
19804 (sh_set_return_address): Must return from stack pointer.
19805 * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
19806 (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
19807 (ACCUMULATE_OUTGOING_ARGS): Define.
19808 * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
19809 * config/sh/sh.opt (maccumulate-outgoing-args): New option.
19810
19811 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
19812
19813 PR target/43471
19814 * config/sh/sh.c (sh_legitimize_reload_address): Use
19815 MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
19816 Remove a unneeded check for offset_base.
19817
19818 2010-04-15 H.J. Lu <hongjiu.lu@intel.com>
19819
19820 * configure: Regenerated.
19821
19822 2010-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19823
19824 * config/s390/s390.c (s390_call_save_register_used): Switch back
19825 to HARD_REGNO_NREGS.
19826
19827 2010-04-15 Richard Guenther <rguenther@suse.de>
19828
19829 * alias.c (alias_set_subset_of): Handle alias-set zero
19830 child properly.
19831
19832 2010-04-15 Mark Shinwell <shinwell@codesourcery.com>
19833 Julian Brown <julian@codesourcery.com>
19834
19835 * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
19836 alternatives according to use of high and low regs.
19837 * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
19838 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
19839 optimizing for size on Thumb-2.
19840
19841 2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
19842
19843 * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
19844
19845 2010-04-15 Richard Guenther <rguenther@suse.de>
19846
19847 * tree-ssa-structalias.c (struct variable_info): Add
19848 is_fn_info flag.
19849 (new_var_info): Initialize it.
19850 (dump_constraints): Support printing last added constraints.
19851 (debug_constraints): Adjust.
19852 (dump_constraint_graph): Likewise.
19853 (make_heapvar_for): Check for NULL cfun.
19854 (get_function_part_constraint): New function.
19855 (get_fi_for_callee): Likewise.
19856 (find_func_aliases): Properly implement IPA PTA constraints.
19857 (process_ipa_clobber): New function.
19858 (find_func_clobbers): Likewise.
19859 (insert_into_field_list_sorted): Remove.
19860 (create_function_info_for): Properly allocate vars for IPA mode.
19861 Do not use insert_into_field_list_sorted.
19862 (create_variable_info_for): Properly generate constraints for
19863 global vars in IPA mode.
19864 (dump_solution_for_var): Always dump the solution.
19865 (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
19866 (find_what_var_points_to): Adjust.
19867 (pt_solution_set): Change.
19868 (pt_solution_ior_into): New function.
19869 (pt_solution_empty_p): Export.
19870 (pt_solution_includes_global): Adjust.
19871 (pt_solution_includes_1): Likewise.
19872 (pt_solutions_intersect_1): Likewise.
19873 (dump_sa_points_to_info): Check some invariants.
19874 (solve_constraints): Move constraint dumping ...
19875 (compute_points_to_sets): ... here.
19876 (ipa_pta_execute): ... and here.
19877 (compute_may_aliases): Do not re-compute points-to info
19878 locally if IPA info is available.
19879 (ipa_escaped_pt): New global var.
19880 (ipa_pta_execute): Properly implement IPA PTA.
19881 * tree-into-ssa.c (dump_decl_set): Support dumping
19882 decls not in referenced-vars.
19883 * tree-flow.h (struct gimple_df): Add ipa_pta flag.
19884 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
19885 (dump_points_to_solution): Likewise.
19886 * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
19887 * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
19888 (remap_gimple_stmt): Reset call clobber/use information if necessary.
19889 (copy_decl_to_var): Copy DECL_PT_UID.
19890 (copy_result_decl_to_var): Likewise.
19891 * tree.c (make_node_stat): Initialize DECL_PT_UID.
19892 (copy_node_stat): Copy it.
19893 * tree.h (DECL_PT_UID): New macro.
19894 (SET_DECL_PT_UID): Likewise.
19895 (DECL_PT_UID_SET_P): Likewise.
19896 (struct tree_decl_minimal): Add pt_uid member.
19897 * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
19898 (pt_solution_empty_p): Declare.
19899 (pt_solution_set): Adjust.
19900 (ipa_escaped_pt): Declare.
19901 * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
19902 * gimple-pretty-print.c (pp_points_to_solution): New function.
19903 (dump_gimple_call): Dump call clobber/use information.
19904 * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
19905 * tree-pass.h (TDF_ALIAS): New dump option.
19906 * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
19907 * doc/invoke.texi (-fipa-pta): Update documentation.
19908
19909 2010-04-15 Richard Guenther <rguenther@suse.de>
19910
19911 * Makefile.in (OBJS-common): Add gimple-fold.o.
19912 (gimple-fold.o): New rule.
19913 * tree.h (maybe_fold_offset_to_reference,
19914 maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
19915 prototypes ...
19916 * gimple.h: ... here.
19917 * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
19918 may_propagate_address_into_dereference): Move prototypes ...
19919 * gimple.h: ... here.
19920 * tree-ssa-ccp.c (get_symbol_constant_value,
19921 may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
19922 maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
19923 maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
19924 maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
19925 ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
19926 fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
19927 gimplify_and_update_call_from_tree): Move ...
19928 * gimple-fold.c: ... here. New file.
19929 (ccp_fold_builtin): Rename to ...
19930 (gimple_fold_builtin): ... this.
19931 * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
19932
19933 2010-04-15 Richard Guenther <rguenther@suse.de>
19934
19935 * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
19936 fit_double_type, force_fit_type_double, add_double_with_sign,
19937 neg_double, mul_double_with_sign, lshift_double, rshift_double,
19938 lrotate_double, rrotate_double, div_and_round_double): Move ...
19939 * double-int.c: ... here.
19940 * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
19941 add_double, neg_double, mul_double_with_sign, mul_double,
19942 lshift_double, rshift_double, lrotate_double, rrotate_double,
19943 div_and_round_double): Move prototypes ...
19944 * double-int.h: ... here.
19945
19946 2010-04-15 Bernd Schmidt <bernds@codesourcery.com>
19947
19948 PR target/43742
19949 * config/sh/sh.md (doloop_end_split, dect): Undo previous patch. Use
19950 matching constraints to ensure inputs match the output.
19951
19952 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
19953
19954 PR target/43742
19955 * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
19956 in an input-only operand.
19957
19958 2010-04-15 Anatoly Sokolov <aesok@post.ru>
19959
19960 * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
19961 (double_int_not, double_int_lshift, double_int_rshift): Declare.
19962 (double_int_negative_p): Convert to static inline function.
19963 * double-int.c (double_int_lshift, double_int_lshift): New functions.
19964 (double_int_negative_p): Remove.
19965 * tree.h (lshift_double, rshift_double):
19966 * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
19967 * fold-const.c (fold_convert_const_int_from_real,
19968 fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
19969 (lshift_double): Change type of arith argument to bool.
19970 (rshift_double): Change type of arith argument to bool. Correct
19971 comment.
19972 * expmed.c (mask_rtx, lshift_value): (Ditto.).
19973
19974 2010-04-14 Bernd Schmidt <bernds@codesourcery.com>
19975
19976 PR target/21803
19977 * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
19978 at the start and end of the then/else blocks, and omit them from the
19979 conversion.
19980 * cfgcleanup.c (flow_find_cross_jump): No longer static. Remove MODE
19981 argument; all callers changed. Pass zero to old_insns_match_p instead.
19982 (flow_find_head_matching_sequence): New function.
19983 (old_insns_match_p): Check REG_EH_REGION notes for calls.
19984 * basic-block.h (flow_find_cross_jump,
19985 flow_find_head_matching_sequence): Declare functions.
19986
19987 2010-04-14 Jason Merrill <jason@redhat.com>
19988
19989 PR c++/36625
19990 * c-common.c (attribute_takes_identifier_p): New fn.
19991 * c-common.h: Declare it.
19992
19993 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
19994
19995 * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
19996 splitter condition.
19997 (*udivmod<mode>4): Ditto.
19998
19999 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
20000
20001 * config/i386/i386.md (maxmin_int): Rename code attribute from
20002 maxminiprefix and update all users.
20003 (maxmin_float): Ditto from maxminfprefix.
20004 (logic): Ditto from logicprefix.
20005 (absneg_mnemonic): Ditto from absnegprefix.
20006 * config/i386/mmx.md: Update all users of maxminiprefix,
20007 maxminfprefix and logicprefix for rename.
20008 * config/i386/sse.md: Ditto.
20009 * config/i386/sync.md (sync_<code><mode>): Update for
20010 logicprefix rename.
20011
20012 2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
20013
20014 PR 42966
20015 * diagnostics.c (diagnostic_report_diagnostic): Mark specially
20016 warnings converted to errors.
20017
20018 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
20019
20020 * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
20021 used insn_type variable.
20022 (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
20023 to avoid set-but-not-used warning.
20024
20025 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
20026
20027 * df-core.c (df_ref_debug): Change format string placeholder
20028 from 0x%x to %#x.
20029 * dwarf2asm.c (dw2_asm_output_data_raw,
20030 dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
20031 dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
20032 * dwarf2out.c (output_cfi, output_cfi_directive,
20033 dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
20034 output_cfa_loc_raw, output_die, output_ranges, output_file_names):
20035 Ditto.
20036 * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
20037 * print-rtl.c (print_rtx): Ditto.
20038
20039 2010-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
20040
20041 PR middle-end/42694
20042 * builtins.c (expand_builtin_pow_root): New function to expand pow
20043 calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
20044 series of sqrt and cbrt calls under -ffast-math.
20045 (expand_builtin_pow): Call it.
20046
20047 2010-04-14 Michael Matz <matz@suse.de>
20048
20049 PR tree-optimization/42963
20050 * tree-cfg.c (touched_switch_bbs): New static variable.
20051 (group_case_labels_stmt): New function broken out from ...
20052 (group_case_labels): ... here, use the above.
20053 (start_recording_case_labels): Allocate touched_switch_bbs.
20054 (end_recording_case_labels): Deallocate it, call
20055 group_case_labels_stmt.
20056 (gimple_redirect_edge_and_branch): Remember index of affected BB.
20057
20058 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
20059
20060 * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
20061 from insn template.
20062
20063 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
20064
20065 * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
20066
20067 2010-04-13 Jan Hubicka <jh@suse.cz>
20068
20069 * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
20070 of optimized out static functions.
20071 (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
20072 cost computation. Also sanity check for overflows.
20073 (update_caller_keys): Update cgraph_edge_badness call; properly
20074 update fibheap and sanity check that it is up to date.
20075 (add_new_edges_to_heap): Update cgraph_edge_badness.
20076 (cgraph_decide_inlining_of_small_function): Likewise;
20077 add sanity checking that badness in heap is up to date;
20078 improve dumping of reason; Update badness of calls to the
20079 offline copy of function currently inlined; dump badness
20080 of functions not inlined because of unit growth limits.
20081
20082 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
20083
20084 PR middle-end/32628
20085 * c-common.c (pointer_int_sum): Disregard overflow that occured only
20086 because of sign-extension change when converting to sizetype here...
20087 * fold-const.c (fold_convert_const_int_from_int): ...and not here.
20088
20089 * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
20090 the folding to constants. Remove redundant final conversion.
20091 (fold_binary) <associate>: Do not associate if the re-association of
20092 constants alone overflows.
20093 (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
20094 to the end of the list.
20095 (multiple_of_p) <COND_EXPR>: New case.
20096
20097 2010-04-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
20098
20099 * opt-functions.awk (opt_sanitized_name): New.
20100 (opt_enum): New.
20101 * optc-gen.awk: Use it
20102 * opth-gen.awk: Use it.
20103
20104 2010-04-13 Martin Jambor <mjambor@suse.cz>
20105
20106 * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
20107 (sra_modify_assign): Delete stmts loading dead data even if racc has no
20108 children. Call replace_uses_with_default_def_ssa_name to handle
20109 SSA_NAES on lhs.
20110
20111 2010-04-13 Michael Matz <matz@suse.de>
20112
20113 PR middle-end/43730
20114 * builtins.c (expand_builtin_interclass_mathfn): Also create
20115 a register if the predicate doesn't match.
20116
20117 2010-04-13 Diego Novillo <dnovillo@google.com>
20118
20119 * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
20120 * c-pch.c: Include timevar.h.
20121 (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
20122 (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
20123 * ggc-common.c: Include timevar.h.
20124 (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
20125 * timevar.def (TV_PCH_SAVE): Define.
20126 (TV_PCH_CPP_SAVE): Define.
20127 (TV_PCH_PTR_REALLOC): Define.
20128 (TV_PCH_PTR_SORT): Define.
20129 (TV_PCH_RESTORE): Define.
20130 (TV_PCH_CPP_RESTORE): Define.
20131
20132 2010-04-13 Michael Matz <matz@suse.de>
20133
20134 * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
20135 into MINUS_EXPRs.
20136 (can_reassociate_p): New function.
20137 (break_up_subtract_bb, reassociate_bb): Use it.
20138
20139 2010-04-13 Richard Guenther <rguenther@suse.de>
20140
20141 PR bootstrap/43737
20142 * builtins.c (c_readstr): Fix assert.
20143
20144 2010-04-13 Uros Bizjak <ubizjak@gmail.com>
20145
20146 * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
20147 when generating cltd insn.
20148
20149 (*ashl<mode>3_1): Remove special handling for register operand 2.
20150 (*ashlsi3_1_zext): Ditto.
20151 (*ashlhi3_1): Ditto.
20152 (*ashlhi3_1_lea): Ditto.
20153 (*ashlqi3_1): Ditto.
20154 (*ashlqi3_1_lea): Ditto.
20155 (*<shiftrt_insn><mode>3_1): Ditto.
20156 (*<shiftrt_insn>si3_1_zext): Ditto.
20157 (*<shiftrt_insn>qi3_1_slp): Ditto.
20158 (*<rotate_insn><mode>3_1): Ditto.
20159 (*<rotate_insn>si3_1_zext): Ditto.
20160 (*<rotate_insn>qi3_1_slp): Ditto.
20161
20162 2010-04-13 Richard Guenther <rguenther@suse.de>
20163
20164 * tree-ssa-structalias.c (callused_id): Remove.
20165 (call_stmt_vars): New.
20166 (get_call_vi): Likewise.
20167 (lookup_call_use_vi): Likewise.
20168 (lookup_call_clobber_vi): Likewise.
20169 (get_call_use_vi): Likewise.
20170 (get_call_clobber_vi): Likewise.
20171 (make_transitive_closure_constraints): Likewise.
20172 (handle_const_call): Adjust to do per-call call-used handling.
20173 (handle_pure_call): Likewise.
20174 (find_what_var_points_to): Remove general callused handling.
20175 (init_base_vars): Likewise.
20176 (init_alias_vars): Initialize call_stmt_vars.
20177 (compute_points_to_sets): Process call-used and call-clobbered
20178 vars for call statements.
20179 (delete_points_to_sets): Free call_stmt_vars.
20180
20181 2010-04-13 Richard Guenther <rguenther@suse.de>
20182
20183 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
20184 Only add RW dependence for dependence distance zero.
20185 Adjust maximal vectorization factor according to dependences.
20186 Move alignment handling ...
20187 (vect_find_same_alignment_drs): ... here. New function.
20188 (vect_analyze_data_ref_dependences): Adjust.
20189 (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
20190 (vect_analyze_data_refs): Adjust minimal vectorization factor
20191 according to data references.
20192 * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
20193 dependences before determining the vectorization factor.
20194 Analyze alignment after determining the vectorization factor.
20195 * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
20196 dependences before alignment.
20197 * tree-vectorizer.h (vect_analyze_data_ref_dependences):
20198 Adjust prototype.
20199 (vect_analyze_data_refs): Likewise.
20200 (MAX_VECTORIZATION_FACTOR): New define.
20201
20202 2010-04-13 Duncan Sands <baldrick@free.fr>
20203
20204 * except.h (lang_eh_type_covers): Remove.
20205 * except.c (lang_eh_type_covers): Likewise.
20206
20207 2010-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20208 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20209
20210 * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
20211 * config/s390/s390.c: Replace UNTIS_PER_WORD with
20212 UNITS_PER_LONG where it is ABI relevant.
20213 (s390_return_addr_rtx): Likewise.
20214 (s390_back_chain_rtx): Likewise.
20215 (s390_frame_area): Likewise.
20216 (s390_frame_info): Likewise.
20217 (s390_initial_elimination_offset): Likewise.
20218 (save_gprs): Likewise.
20219 (s390_emit_prologue): Likewise.
20220 (s390_emit_epilogue): Likewise.
20221 (s390_function_arg_advance): Likewise.
20222 (s390_function_arg): Likewise.
20223 (s390_va_start): Likewise.
20224 (s390_gimplify_va_arg): Likewise.
20225 (s390_function_profiler): Likewise.
20226 (s390_optimize_prologue): Likewise.
20227 (s390_rtx_costs): Likewise.
20228 (s390_secondary_reload): Likewise.
20229 (s390_promote_function_mode): Likewise.
20230 (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
20231 (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
20232 registers available.
20233 (s390_unwind_word_mode): New function.
20234 (s390_function_value): Split 64 bit values into register pair if
20235 used as return value.
20236 (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
20237 function call parameters. Handle parallels.
20238 (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
20239 (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
20240 (DWARF_CIE_DATA_ALIGNMENT): New macro.
20241 (s390_expand_setmem): Remove unused variable src_addr.
20242 * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
20243 deal with 64 bit registers.
20244 * config/s390/s390.h: Define __zarch__ predefined macro.
20245 Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
20246 (UNITS_PER_LONG): New macro.
20247 * libjava/include/s390-signal.h: Define extended ucontext
20248 structure containing the upper halfs of the 64 bit registers.
20249
20250 2010-04-13 Simon Baldwin <simonb@google.com>
20251
20252 * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
20253
20254 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
20255
20256 * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
20257 rvalue on the RHS if the LHS is of a non-renamable type.
20258 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
20259
20260 2010-04-13 Matthias Klose <doko@ubuntu.com>
20261
20262 * gcc.c (cc1_options): Handle -iplugindir before processing
20263 the cc1 spec. Only add -iplugindir once.
20264 (cpp_unique_options): Add -iplugindir option if -fplugin* options
20265 found.
20266 * common.opt (iplugindir): Remove `Separate' property, initialize.
20267 * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
20268 option.
20269 * Makefile.in (check-%, check-parallel-%): Create plugin dir.
20270 (distclean): Remove plugin dir.
20271 * doc/invoke.texi: Document -iplugindir.
20272
20273 2010-04-13 Basile Starynkevitch <basile@starynkevitch.net>
20274
20275 * doc/plugins.texi (Loading Plugins): Document short
20276 -fplugin=foo option.
20277 (Plugin API): Mention default_plugin_dir_name function.
20278
20279 * gcc.c (find_file_spec_function): Add new declaration.
20280 (static_spec_func): Use it for "find-file".
20281 (find_file_spec_function): Add new function.
20282 (cc1_options): Add -iplugindir option if -fplugin* options found.
20283
20284 * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
20285
20286 * plugin.c (add_new_plugin): Updated comment, and handle short
20287 plugin name.
20288 (default_plugin_dir_name): Added new function.
20289
20290 * common.opt (iplugindir): New option to set the plugin directory.
20291
20292 2010-04-12 Uros Bizjak <ubizjak@gmail.com>
20293
20294 * config/i386/i386.md (any_rotate): New code iterator.
20295 (rotate_insn): New code attribute.
20296 (rotate): Ditto.
20297 (SWIM124): New mode iterator.
20298 (<rotate_insn>ti3): New expander.
20299 (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
20300 any_rotate code iterator.
20301 (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
20302 using any_rotate code iterator and SWIM124 mode iterator.
20303 (ix86_rotlti3): New insn_and_split pattern.
20304 (ix86_rotrti3): Ditto.
20305 (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
20306 ix86_rotl{di,ti}3 patterns.
20307 (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
20308 (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
20309 and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
20310 *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
20311 code iterator and SWI mode iterator.
20312 (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
20313 Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
20314 code iterator.
20315 (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
20316 Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
20317 (bswap rotatert splitter): Add splitter.
20318 (bswap splitter): Macroize splitter using any_rotate code iterator.
20319 Add insn predicate to split only for TARGET_USE_XCHGB or when
20320 optimizing function for size.
20321
20322 2010-04-12 Steve Ellcey <sje@cup.hp.com>
20323
20324 * config/pa/pa.c (emit_move_sequence): Remove use of
20325 deleted variable flag_argument_noalias.
20326
20327 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20328
20329 * config.gcc: Removed *-*-solaris2.7* from list of obsolete
20330 configurations.
20331 Add to unsupported targets list.
20332 * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
20333 sparc*-sun-solaris2.[567]* from target lists.
20334 * configure: Regenerate.
20335 * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
20336 removal.
20337 Remove Solaris 7 patch references.
20338 (Specific, sparc-sun-solaris2.7): Removed.
20339 (sparc-sun-solaris2*): Update Solaris 7 example.
20340 (sparc64-*-solaris2*): Likewise.
20341
20342 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20343
20344 * config.build (alpha*-dec-osf4*): Remove.
20345 * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
20346 of obsolete configurations.
20347 (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
20348 support.
20349 * config/alpha/t-osf4: Renamed to ...
20350 * config/alpha/t-osf5: ... this.
20351 * config/alpha/osf.h: Renamed to ...
20352 * config/alpha/osf5.h: ... this.
20353 Merged old osf5.h contents.
20354 Update comments.
20355 (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
20356 (EXTRA_SPECS): Removed.
20357 * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
20358 reflect removal of Tru64 UNIX V4.0/V5.0 support.
20359 Document that.
20360
20361 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20362
20363 * doc/contrib.texi (Contributors, Rainer Orth): Update.
20364
20365 2010-04-12 Kai Tietz <kai.tietz@onevision.com>
20366
20367 PR/43702
20368 * config/i386/i386.c (x86_this_parameter): Handle aggregate for
20369 __thiscall convention.
20370
20371 2010-04-12 Steve Ellcey <sje@cup.hp.com>
20372
20373 * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
20374 orig_base.
20375 * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
20376
20377 2010-04-12 Steve Ellcey <sje@cup.hp.com>
20378
20379 * function.c (assign_parms_initialize_all): Add unused attribute
20380 to fntype.
20381
20382 2010-04-12 Richard Guenther <rguenther@suse.de>
20383
20384 * gsstruct.def (GSS_CALL): New.
20385 * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
20386 * gimple.h: Include tree-ssa-alias.h.
20387 (struct gimple_statement_call): New.
20388 (union gimple_statement_struct_d): Add gimple_call member.
20389 (gimple_call_reset_alias_info): Declare.
20390 (gimple_call_use_set): New function.
20391 (gimple_call_clobber_set): Likewise.
20392 * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
20393 * gimple.c (gimple_call_reset_alias_info): New function.
20394 (gimple_build_call_1): Call it.
20395 * lto-streamer-in.c (input_gimple_stmt): Likewise.
20396 * tree-inline.c (remap_gimple_stmt): Likewise.
20397 (expand_call_inline): Remove callused handling.
20398 * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
20399 * tree-dfa.c (dump_variable): Likewise.
20400 * tree-parloops.c (parallelize_loops): Likewise.
20401 * tree-ssa.c (init_tree_ssa): Likewise.
20402 (delete_tree_ssa): Likewise.
20403 * tree-flow-inline.h (is_call_used): Remove.
20404 * tree-flow.h (struct gimple_df): Remove callused member.
20405 * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
20406 * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
20407 (ref_maybe_used_by_call_p_1): Simplify.
20408 (call_may_clobber_ref_p_1): Likewise.
20409 * tree-ssa-structalias.c (compute_points_to_sets): Set
20410 the call stmt used and clobbered sets.
20411 * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
20412 (find_tail_calls): Verify the tail call.
20413
20414 2010-04-12 Richard Guenther <rguenther@suse.de>
20415
20416 * ipa.c (cgraph_postorder): Adjust postorder to guarantee
20417 single-iteration always-inline inlining.
20418 * ipa-inline.c (cgraph_mark_inline): Do not return anything.
20419 (cgraph_decide_inlining): Do not handle always-inline specially.
20420 (try_inline): Remove always-inline cycle detection special case.
20421 Do not recurse on always-inlines.
20422 (cgraph_early_inlining): Do not iterate if not optimizing.
20423 (cgraph_gate_early_inlining): remove.
20424 (pass_early_inline): Run unconditionally.
20425 (gate_cgraph_decide_inlining): New function.
20426 (pass_ipa_inline): Use it. Do not run the IPA inliner if
20427 not inlining or optimizing.
20428 (cgraph_decide_inlining_of_small_functions): Also consider
20429 always-inline functions.
20430 (cgraph_default_inline_p): Return true for nodes which should
20431 disregard inline limits.
20432 (estimate_function_body_sizes): Assume zero size and time for
20433 nodes which are marked as disregarding inline limits.
20434 (cgraph_decide_recursive_inlining): Do not perform recursive
20435 inlining on always-inline nodes.
20436
20437 2010-04-12 Jakub Jelinek <jakub@redhat.com>
20438
20439 PR bootstrap/43699
20440 * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
20441 for exprs satisfying handled_component_p.
20442
20443 2010-04-12 Eric Botcazou <ebotcazou@adacore.com>
20444
20445 * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
20446 non-constant aggregate elements.
20447
20448 * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
20449 is a real initialization.
20450
20451 2010-04-12 Shujing Zhao <pearly.zhao@oracle.com>
20452
20453 PR c/36774
20454 * c-decl.c (start_function): Move forward check for nested function.
20455
20456 2010-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
20457
20458 * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
20459 * config/sh/sh.c: Include reload.h.
20460 (sh_legitimize_reload_address): New.
20461 * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
20462 sh_legitimize_reload_address.
20463
20464 2010-04-11 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
20465
20466 * config/sh/sh.md (*movqi_pop): New insn pattern.
20467 * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
20468
20469 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
20470
20471 * config/i386/i386.md (any_shiftrt): New code iterator.
20472 (shiftrt_insn): New code attribute.
20473 (shiftrt): Ditto.
20474 (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
20475 using any_shiftrt code iterator.
20476 (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
20477 *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
20478 (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
20479 pattern from corresponding peephole2 patterns.
20480 (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
20481 using any_shiftrt code iterator.
20482 (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
20483 (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
20484 (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
20485 (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
20486 *{ashr,lshr}<mode>3_cmp_zext.
20487 (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
20488
20489 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
20490
20491 * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
20492 scratch register.
20493 (*lshr<mode>3_cconly): Ditto.
20494
20495 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
20496
20497 * config/i386/i386.md (lshr<mode>3): Macroize expander from
20498 lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
20499 (*lshr<mode>3_doubleword): New insn_and_split_pattern. Macroize
20500 pattern from *lshr{di,ti}3_1 and corresponding splitters using
20501 DWI mode iterator.
20502 (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
20503 from corresponding peephole2 patterns.
20504 (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
20505 *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
20506 and *lshrdi3_1_rex64 using SWI mode iterator.
20507 (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
20508 (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
20509 (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
20510 *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
20511 and *lshrdi3_cmp_rex64 using SWI mode iterator.
20512 (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
20513 (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
20514 *lshrdi3_one_bit_cconly_rex64. Macroize insn from
20515 *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
20516 SWI mode iterator.
20517
20518 2010-04-10 Uros Bizjak <ubizjak@gmail.com>
20519
20520 * config/i386/i386.md (ashr<mode>3): Macroize expander from
20521 ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
20522 (*ashr<mode>3_doubleword): New insn_and_split_pattern. Macroize
20523 pattern from *ashr{di,ti}3_1 and corresponding splitters using
20524 DWI mode iterator.
20525 (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
20526 from corresponding peephole2 patterns.
20527 (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
20528 (ashrsi3_cvt): Rename from ashrsi3_31.
20529 (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
20530 (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
20531 and x86_64_shift_adj_3 using SWI48 mode iterator.
20532 (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
20533 *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
20534 and *ashrdi3_1_rex64 using SWI mode iterator.
20535 (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
20536 (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
20537 (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
20538 *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
20539 and *ashrdi3_cmp_rex64 using SWI mode iterator.
20540 (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
20541 (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
20542 *ashrdi3_one_bit_cconly_rex64. Macroize insn from
20543 *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
20544 SWI mode iterator.
20545 (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
20546 * config/i386/i386.c (ix86_split_ashr): Update for renamed
20547 x86_shift<mode>_adj_3 expanders.
20548
20549 2010-04-10 Wei Guozhi <carrot@google.com>
20550
20551 PR target/42601
20552 * config/arm/arm.c (arm_pic_static_addr): New function.
20553 (legitimize_pic_address): Call arm_pic_static_addr when it detects
20554 a static symbol.
20555 (arm_output_addr_const_extra): Output expression for new pattern.
20556 * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
20557
20558 2010-04-10 Bernd Schmidt <bernds@codesourcery.com>
20559
20560 * ira-costs.c (record_reg_classes): Ignore alternatives that are
20561 not enabled.
20562
20563 * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
20564 * web.c: Include "insn-config.h" and "recog.h".
20565 (union_match_dups): New function.
20566 (web_main): Call it.
20567 (union_defs): Don't try to recognize match_dups.
20568
20569 * reload1.c (eliminate_regs_in_insn): Don't restore an operand
20570 if doing so would replace the entire pattern.
20571
20572 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
20573
20574 PR target/43707
20575 PR target/43709
20576 * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
20577 and splitter pattern. Change splitter operand 1 predicate to
20578 nonmemory_operand.
20579
20580 2010-04-09 Martin Jambor <mjambor@suse.cz>
20581
20582 * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
20583 lattices are addresses of CONST_DECLs with the same initial value.
20584 (ipcp_print_all_lattices): Print values of CONST_DECLs.
20585 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
20586
20587 2010-04-09 Eric Botcazou <ebotcazou@adacore.com>
20588 Bernd Schmidt <bernds@codesourcery.com>
20589
20590 * loop-invariant.c (replace_uses): New static function.
20591 (move_invariant_reg): Use it to ensure we can replace the uses.
20592
20593 2010-04-09 Hariharan Sandanagobalane <hariharan@picochip.com>
20594
20595 * config/picochip/picochip.c (picochip_rtx_costs): Use correct
20596 function template.
20597 (picochip_override_options): Enable section anchors only above -O1.
20598 (picochip_reorg): Fixed a couple of build warnings.
20599
20600 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20601
20602 * configure.ac (plugin -rdynamic test): Log result.
20603 * configure: Regenerate.
20604 * config/sol2.h (LINK_SPEC): Handle -rdynamic.
20605 (RDYNAMIC_SPEC): Define.
20606 * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
20607
20608 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20609
20610 * configure.ac: Determine Sun ld version numbers.
20611 (comdat_group): Restrict GNU ld version checks to gld.
20612 (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
20613 (enable_comdat): Support --enable-comdat.
20614 * configure: Regenerate.
20615 * doc/install.texi (Configuration): Document --enable-comdat.
20616
20617 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20618
20619 * config/sparc/sol2-gld.h: Remove SPARC reference. Rename ...
20620 * config/sol2-gld.h: ... here.
20621 * config.gcc (sparc*-*-solaris2*): Reflect this.
20622 (i[34567]86-*-solaris2*): Use it.
20623
20624 2010-04-09 Steve Ellcey <sje@cup.hp.com>
20625
20626 * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
20627 setup_clocks_p.
20628 (final_emit_insn_group_barriers): Remove unused variable prev_insn.
20629
20630 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
20631
20632 PR 42965
20633 * diagnostic.c (diagnostic_initialize): Initialize
20634 some_warnings_are_errors.
20635 (diagnostic_finish): New.
20636 (diagnostic_action_after_output): Call it before exiting.
20637 (diagnostic_report_diagnostic): Do not print message here. Set
20638 some_warnings_are_errors.
20639 * diagnostic.h (diagnostic_context): Delete
20640 issue_warnings_are_errors_message. Add some_warnings_are_errors.
20641 (diagnostic_finish): Declare.
20642 * toplev.c (toplev_main): Call it before exit.
20643
20644 2010-04-09 Jason Merrill <jason@redhat.com>
20645
20646 PR c++/42623
20647 * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
20648 for incomplete type.
20649
20650 PR c++/41788
20651 * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
20652 based on a warning flag.
20653
20654 2010-04-09 Richard Guenther <rguenther@suse.de>
20655
20656 * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
20657
20658 2010-04-09 Iain Sandoe <iains@gcc.gnu.org>
20659
20660 PR bootstrap/43684
20661 * varasm.c (default_assemble_visibility): Wrap vars that are
20662 set, but unused, by targets without GAS.
20663 * config/rs6000/rs6000.c (paired_emit_vector_compare):
20664 Remove set, but unused, vars.
20665 (rs6000_legitimize_tls_address): Likewise.
20666 (altivec_expand_dst_builtin): Likewise.
20667 * config/darwin.c (machopic_classify_symbol): Likewise.
20668 (machopic_indirection_name): Likewise.
20669
20670 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
20671
20672 * config/i386/i386.md (DWI): New mode iterator.
20673 (S): New mode attribute.
20674 (shift_operand): Ditto.
20675 (shift_immediate_operand): Ditto.
20676 (ashl_input_operand): Ditto.
20677 (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
20678 using SDWIM mode iterator.
20679 (*ashl<mode>3_doubleword): New insn_and_split_pattern. Macroize
20680 pattern from *ashl{di,ti}3_1 and corresponding splitters using
20681 DWI mode iterator.
20682 (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
20683 from corresponding peephole2 patterns.
20684 (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
20685 and x86_64_shift_adj_1 using SWI48 mode iterator.
20686 (x86_shift<mode>_adj_2): Ditto.
20687 (*ashldi3_1_rex64): Split TYPE_LEA pattern.
20688 (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
20689 using SWI48 mode iterator.
20690 (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
20691 *ashldi3_cmp_rex64 using SWI mode iterator.
20692 (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
20693 *ashldi3_cconly_rex64 using SWI mode iterator.
20694 * config/i386/i386.c (ix86_split_ashl): Update for renamed
20695 x86_shift<mode>_adj_{1,2}.
20696 (ix86_split_ashr): Ditto.
20697 (ix86_split_lshr): Ditto.
20698
20699 2010-04-09 Richard Guenther <rguenther@suse.de>
20700
20701 * target.h (builtin_conversion): Pass in input and output types.
20702 * targhooks.c (default_builtin_vectorized_conversion): Adjust.
20703 * targhooks.h (default_builtin_vectorized_conversion): Likewise.
20704 * tree-vect-stmts.c (vectorizable_conversion): Adjust.
20705 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
20706
20707 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
20708 Handle AVX modes.
20709 * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
20710
20711 2010-04-09 Richard Guenther <rguenther@suse.de>
20712
20713 PR target/43152
20714 * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
20715
20716 2010-04-09 Richard Guenther <rguenther@suse.de>
20717
20718 * tree-vectorizer.h (struct _stmt_vec_info): Document
20719 that vectype is the type of the LHS.
20720 (supportable_widening_operation, supportable_narrowing_operation):
20721 Get both input and output vector types as arguments.
20722 (vect_is_simple_use_1): Declare.
20723 (get_same_sized_vectype): Likewise.
20724 * tree-vect-loop.c (vect_determine_vectorization_factor):
20725 Set STMT_VINFO_VECTYPE to the vector type of the def.
20726 (vectorizable_reduction): Adjust.
20727 * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
20728 Adjust. Specify the output vector type.
20729 (vect_pattern_recog_1): Adjust.
20730 * tree-vect-stmts.c (get_same_sized_vectype): New function.
20731 (vectorizable_call): Adjust.
20732 (vectorizable_conversion): Likewise.
20733 (vectorizable_operation): Likewise.
20734 (vectorizable_type_demotion): Likewise.
20735 (vectorizable_type_promotion): Likewise.
20736 (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
20737 the def.
20738 (vect_is_simple_use_1): New function.
20739 (supportable_widening_operation): Get both input and output
20740 vector types.
20741 (supportable_narrowing_operation): Likewise.
20742 * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
20743
20744 2010-04-09 Kai Tietz <kai.tietz@onevision.com>
20745
20746 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
20747 __thiscall and _thiscall as predefined macros.
20748 * config/i386/i386.c (ix86_handle_cconv_attribute): Add
20749 thiscall attribute handling.
20750 (ix86_comp_type_attributes): Likewise.
20751 (ix86_function_regparm): Likewise.
20752 (ix86_return_pops_args): Likewise.
20753 (init_cumulative_args): Likewise.
20754 (find_drap_reg): Likewise.
20755 (ix86_static_chain): Likewise.
20756 (x86_this_parameter): Likewise.
20757 (x86_output_mi_thunk): Likewise.
20758 (ix86_attribute_table): Add description for thiscall attribute.
20759 * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
20760 * doc/extend.texi: Add documentation for thiscall.
20761
20762 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
20763
20764 PR c++/28584
20765 * c.opt (Wint-to-pointer-cast): Available in C++.
20766 * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
20767
20768 2010-04-08 Eric Botcazou <ebotcazou@adacore.com>
20769
20770 * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
20771 * calls.c (expand_call): Pass the function type to aggregate_value_p.
20772 * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
20773 the target function of a CALL_EXPR. Honor TREE_ADDRESSABLE on the
20774 function type instead. Reorder and simplify checks.
20775
20776 * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
20777
20778 2010-04-08 Jing Yu <jingyu@google.com>
20779 Zdenek Dvorak <ook@ucw.cz>
20780
20781 PR tree-optimization/42720
20782 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
20783 loop unswitch conditions here from ...
20784 (tree_unswitch_single_loop): ... here.
20785
20786 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
20787
20788 * tree-if-conv.c: Fix comments and simplify logic.
20789
20790 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
20791
20792 * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
20793 (tree_if_conversion): Same. Update call to if_convertible_loop_p.
20794 (main_tree_if_conversion): Update call to tree_if_conversion.
20795
20796 2010-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
20797
20798 PR 42485
20799 * doc/invoke.texi (-b,-V): Delete.
20800 * doc/tm.texi: Do not mention -b.
20801 * gcc.c (display_help): Delete -b and -V.
20802 (process_command): Delete -b and -V.
20803 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
20804
20805 2010-04-08 Christian Borntraeger <borntraeger@de.ibm.com>
20806 Wolfgang Gellerich <gellerich@de.ibm.com>
20807
20808 Implement target hook for loop unrolling
20809 * target.h (loop_unroll_adjust): Add a new target hook function.
20810 * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
20811 * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
20812 * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
20813 (s390_loop_unroll_adjust): Implement the new target hook for s390.
20814 * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
20815 target hook.
20816 (decide_unroll_stupid): Likewise.
20817
20818 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20819
20820 PR target/43643
20821 * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
20822
20823 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20824
20825 * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
20826 (Specific, *-*-solaris2*): Likewise.
20827 Don't prefer Sun as over GNU as.
20828
20829 2010-04-08 Wolfgang Gellerich <gellerich@de.ibm.com>
20830
20831 * config/s390/s390.c (override_options): Adjust the z10 defaults
20832 for max-unroll-times, max-completely-peeled-insns
20833 and max-completely-peel-times.
20834
20835 2010-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20836
20837 * config/s390/s390.c (s390_expand_movmem): Issue prefetch
20838 instructions for z10.
20839 (s390_expand_setmem): Likewise.
20840 (s390_expand_cmpmem): Likewise.
20841
20842 2010-04-08 Richard Guenther <rguenther@suse.de>
20843
20844 PR tree-optimization/43679
20845 * tree-ssa-pre.c (eliminate): Only propagate copies.
20846
20847 2010-04-08 Jakub Jelinek <jakub@redhat.com>
20848
20849 PR bootstrap/43681
20850 * expr.c (block_move_libcall_safe_for_call_parm): Avoid
20851 set but not used variable warning.
20852
20853 2010-04-08 Wei Guozhi <carrot@google.com>
20854
20855 PR target/41653
20856 * config/arm/arm.c (thumb1_size_rtx_costs): New function.
20857 (arm_size_rtx_costs): Call the new function when optimized for size.
20858
20859 2010-04-08 Jakub Jelinek <jakub@redhat.com>
20860
20861 PR debug/43670
20862 * cfgexpand.c (expand_debug_expr): If for non-NULL offset
20863 op0 is not a MEM, just return NULL instead of assertion
20864 failure.
20865 (discover_nonconstant_array_refs): Don't walk debug stmts.
20866
20867 2010-04-08 Doug Kwan <dougkwan@google.com>
20868
20869 * configure.ac: Recognize gold and do not use its version number
20870 to test ld features.
20871 * configure: Regenerate.
20872
20873 2010-04-08 Maxim Kuvyrkov <maxim@codesourcery.com>
20874
20875 PR middle-end/40815
20876 * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
20877 (negate_value): Move code to push elements to broken_up_substracts ...
20878 (eliminate_plus_minus_pair): ... here. Push operands that have no
20879 negative pair to plus_negates.
20880 (repropagate_negates, init_reassoc, fini_reassoc): Update.
20881
20882 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20883
20884 * doc/install.texi (Configuration): Move description of
20885 --enable-lto, --with-libelf*, --enable-gold from Java section to
20886 general section.
20887
20888 * doc/generic.texi (Working with declarations)
20889 (Function Properties, C and C++ Trees): Fix typos.
20890 * doc/sourcebuild.texi (Top Level): Likewise.
20891
20892 2010-04-07 Jakub Jelinek <jakub@redhat.com>
20893
20894 PR c/18624
20895 * tree.h (DECL_READ_P): Define.
20896 (struct tree_decl_common): Add decl_read_flag.
20897 * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
20898 a set but not used warning.
20899 (merge_decls): Merge DECL_READ_P flag.
20900 (finish_decl, build_compound_literal): Set DECL_READ_P flag.
20901 (finish_function): Issue -Wunused-but-set-parameter diagnostics.
20902 * c-common.c (handle_used_attribute, handle_unused_attribute):
20903 Likewise.
20904 * c-tree.h (default_function_array_read_conversion, mark_exp_read):
20905 New prototypes.
20906 * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
20907 New functions.
20908 (default_conversion, c_process_expr_stmt): Call mark_exp_read.
20909 * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
20910 c_parser_binary_expression, c_parser_cast_expression,
20911 c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
20912 Call default_function_array_read_conversion instead of
20913 default_function_array_conversion where needed.
20914 (c_parser_unary_expression, c_parser_conditional_expression,
20915 c_parser_postfix_expression_after_primary, c_parser_initelt):
20916 Likewise. Call mark_exp_read where needed.
20917 (c_parser_statement_after_labels, c_parser_asm_operands,
20918 c_parser_typeof_specifier, c_parser_sizeof_expression,
20919 c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
20920 where needed.
20921 * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
20922 New.
20923 * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
20924 (warn_unused_but_set_parameter): Default to warn_unused
20925 && extra_warnings.
20926 * doc/invoke.texi: Document -Wunused-but-set-variable and
20927 -Wunused-but-set-parameter.
20928
20929 * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
20930 used count variable.
20931 * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
20932 when operandN variables aren't used in the body of the expander
20933 or splitter.
20934 * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
20935 FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
20936 * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
20937 * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
20938 FOR_EACH_IMM_USE_ON_STMT): Likewise.
20939 * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
20940 * tree.c (PROCESS_ARG): Likewise.
20941
20942 2010-04-07 Simon Baldwin <simonb@google.com>
20943
20944 * diagnostic.h (diagnostic_override_option_index): New macro to
20945 set a diagnostic's option_index.
20946 * c-tree.h (c_cpp_error): Add warning reason argument.
20947 * opts.c (_warning_as_error_callback): New.
20948 (register_warning_as_error_callback): Store callback for
20949 warnings enabled via enable_warning_as_error.
20950 (enable_warning_as_error): Call callback, minor code tidy.
20951 * opts.h (register_warning_as_error_callback): Declare.
20952 * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
20953 response to -Werror=.
20954 (c_common_init_options): Register warning_as_error_callback in opts.c.
20955 * common.opt: Add -Wno-cpp option.
20956 * c-common.c (struct reason_option_codes_t): Map cpp warning
20957 reason codes to gcc option indexes.
20958 * (c_option_controlling_cpp_error): New function, lookup the gcc
20959 option index for a cpp warning reason code.
20960 * (c_cpp_error): Add warning reason argument, call
20961 c_option_controlling_cpp_error for diagnostic_override_option_index.
20962 * doc/invoke.texi: Document -Wno-cpp.
20963
20964 2010-04-07 Richard Guenther <rguenther@suse.de>
20965
20966 * ipa-reference.c (mark_load): Use get_base_address.
20967 (mark_store): Likewise.
20968
20969 * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
20970 inserting GIMPLE_NOPs into the IL.
20971 * tree-ssa-structalias.c (get_constraint_for_component_ref):
20972 Explicitly strip handled components and indirect references.
20973
20974 * fold-const.c (fold_unary_loc): Do not strip qualifiers when
20975 folding address expressions.
20976 * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
20977 * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
20978 operand_equal_p to compare decls.
20979 (ptr_deref_may_alias_decl_p): Likewise.
20980 * tree-ssa-operands.c (get_asm_expr_operands): Simplify
20981 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
20982 Handle reversed comparison ops.
20983 * tree-sra.c (asm_visit_addr): Use get_base_address.
20984 * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
20985 * ipa-reference.c (mark_address): Use get_base_address.
20986
20987 2010-04-07 Richard Guenther <rguenther@suse.de>
20988
20989 * tree-ssa-forwprop.c (forward_propagate_addr_expr):
20990 Propagate constants everywhere.
20991
20992 2010-04-07 Jakub Jelinek <jakub@redhat.com>
20993
20994 PR debug/43516
20995 * tree.c (MAX_INT_CACHED_PREC): Define.
20996 (nonstandard_integer_type_cache): New array.
20997 (build_nonstandard_integer_type): Cache results for precision
20998 <= MAX_INT_CACHED_PREC.
20999
21000 2010-04-07 Richard Guenther <rguenther@suse.de>
21001
21002 * doc/invoke.texi (-fargument-alias, -fargument-noalias,
21003 -fargument-noalias-global, -fargument-noalias-anything): Remove.
21004 * common.opt: Likewise.
21005 * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
21006 * alias.c (base_alias_check): Remove flag_argument_noalias handling.
21007 (nonoverlapping_memrefs_p): Likewise.
21008 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
21009 * opts.c (common_handle_option): Handle OPT_fargument_alias,
21010 OPT_fargument_noalias, OPT_fargument_noalias_anything and
21011 OPT_fargument_noalias_global for backward compatibility.
21012
21013 2010-04-07 Richard Guenther <rguenther@suse.de>
21014
21015 PR tree-optimization/43270
21016 * tree-vrp.c (check_array_ref): Fix flexible array member detection.
21017 * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
21018 * tree-ssa-pre.c (phi_translate_1): Adjust.
21019 (fully_constant_expression): Split out vn_reference handling to ...
21020 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
21021 Fold reads from constant strings.
21022 (vn_reference_lookup): Handle fully constant references.
21023 (vn_reference_lookup_pieces): Likewise.
21024 * Makefile.in (expmed.o-warn): Add -Wno-error.
21025
21026 2010-04-07 Martin Jambor <mjambor@suse.cz>
21027
21028 * tree-sra.c (find_param_candidates): Allow scalar va_list types.
21029
21030 2010-04-07 Iain Sandoe <iains@gcc.gnu.org>
21031
21032 PR driver/41594
21033 * gcc.c: Add -static-libstdc++ to list of recognized options.
21034
21035 2010-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21036
21037 * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
21038
21039 2010-04-07 Richard Guenther <rguenther@suse.de>
21040
21041 PR middle-end/42617
21042 * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
21043 bases build simple mem attributes to retain points-to information.
21044
21045 2010-04-07 Richard Guenther <rguenther@suse.de>
21046
21047 PR middle-end/42617
21048 * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
21049 preserve points-to related information.
21050
21051 2010-04-07 Richard Guenther <rguenther@suse.de>
21052
21053 PR middle-end/42617
21054 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
21055 discard plain indirect references.
21056 * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
21057 * tree.c (tree_nop_conversion): Likewise.
21058
21059 2010-04-07 Dodji Seketeli <dodji@redhat.com>
21060
21061 PR debug/43628
21062 * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
21063
21064 2010-04-06 Kai Tietz <kai.tietz@onevision.com>
21065
21066 * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
21067 calling convention attributes on METHOD_TYPEs for w64 ABI, too.
21068
21069 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
21070
21071 * tree-if-conv.c: Fix indentation and comments.
21072
21073 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
21074
21075 * tree-if-conv.c: Sort static functions in topological order.
21076
21077 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
21078
21079 * tree-if-conv.c: Fix indentation and comments.
21080
21081 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
21082
21083 PR middle-end/43519
21084 * graphite-clast-to-gimple.c (max_signed_precision_type): Use
21085 lang_hooks.types.type_for_size instead of
21086 build_nonstandard_integer_type.
21087 When converting an unsigned type to signed, double its precision.
21088 (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
21089 (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
21090 (graphite_create_new_loop_guard): When ub + 1 wraps around,
21091 use lb <= ub.
21092
21093 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
21094
21095 PR middle-end/43519
21096 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
21097 POINTER_PLUS_EXPR for pointer types.
21098
21099 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
21100
21101 PR middle-end/43519
21102 * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
21103 * graphite-clast-to-gimple.c: Include langhooks.h.
21104 (max_signed_precision_type): New.
21105 (max_precision_type): Takes two types as arguments.
21106 (precision_for_value): New.
21107 (precision_for_interval): New.
21108 (gcc_type_for_interval): New.
21109 (gcc_type_for_value): New.
21110 (gcc_type_for_clast_term): New.
21111 (gcc_type_for_clast_red): New.
21112 (gcc_type_for_clast_bin): New.
21113 (gcc_type_for_clast_expr): Split up into several functions.
21114 (gcc_type_for_clast_eq): Rewritten.
21115 (compute_bounds_for_level): New.
21116 (compute_type_for_level_1): New.
21117 (compute_type_for_level): New.
21118 (gcc_type_for_cloog_iv): Removed.
21119 (gcc_type_for_iv_of_clast_loop): Rewritten.
21120 (graphite_create_new_loop): Compute the lower and upper bound types
21121 with gcc_type_for_clast_expr.
21122 (graphite_create_new_loop_guard): Same.
21123 (find_cloog_iv_in_expr): Removed.
21124 (compute_cloog_iv_types_1): Removed.
21125 (compute_cloog_iv_types): Removed.
21126 (gloog): Do not call compute_cloog_iv_types.
21127 * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
21128 GBB_CLOOG_IV_TYPES.
21129 (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
21130 * sese.h (struct gimple_bb): Removed field cloog_iv_types.
21131 (GBB_CLOOG_IV_TYPES): Removed.
21132
21133 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
21134
21135 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
21136 gimple_phi_num_args of the loop close SSA phi node is equal to 1.
21137 (detect_commutative_reduction): Same.
21138
21139 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
21140
21141 * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
21142 call to verify_ssa. Invoke verify_loop_closed_ssa with an extra
21143 argument.
21144 * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
21145 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
21146 (rewrite_commutative_reductions_out_of_ssa): Same.
21147 * passes.c (execute_function_todo): Call verify_ssa for every pass
21148 in the LNO. Invoke verify_loop_closed_ssa with an extra argument.
21149 * tree-flow.h (verify_loop_closed_ssa): Update declaration.
21150 * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
21151 with an extra argument.
21152 * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same. Call
21153 verify_ssa only when the extra argument is true.
21154 (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
21155 with an extra argument.
21156 (tree_transform_and_unroll_loop): Same.
21157
21158 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
21159
21160 * passes.c (execute_function_todo): Call verify_loop_closed_ssa
21161 for all the passes of the LNO having LOOP_CLOSED_SSA.
21162 * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
21163 * tree-loop-distribution.c (pass_loop_distribution): Same.
21164 * tree-pass.h (TODO_verify_loops): Removed.
21165 * tree-ssa-loop.c (pass_tree_loop_init): Same.
21166 (pass_lim): Same.
21167 (pass_tree_unswitch): Same.
21168 (pass_predcom): Same.
21169 (pass_vectorize): Same.
21170 (pass_linear_transform): Same.
21171 (pass_graphite_transforms): Same.
21172 (pass_iv_canon): Same.
21173 (pass_complete_unroll): Same.
21174 (pass_complete_unrolli): Same.
21175 (pass_parallelize_loops): Same.
21176 (pass_loop_prefetch): Same.
21177 (pass_iv_optimize): Same.
21178
21179 2010-04-06 Changpeng Fang <changpeng.fang@amd.com>
21180
21181 PR middle-end/32824
21182 * passes.c (init_optimization_passes): Move pass_lim before
21183 pass_copy_prop and pass_dce_loop.
21184
21185 2010-04-06 Jakub Jelinek <jakub@redhat.com>
21186
21187 PR target/43667
21188 * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
21189 instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
21190 (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
21191 MULTI_* defines for 4 argument vpermil2p* builtins.
21192
21193 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
21194
21195 * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
21196 * config/i386/i386.c (x86_maybe_negate_const_int): New.
21197 (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
21198 * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
21199 *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
21200 *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
21201 *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
21202 Use x86_maybe_negate_const_int to output insn mnemonic.
21203 (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto. Remove overflow
21204 check from instruction predicate. Update comments.
21205 * config/i386/sync.md (sync_add<mode>): Use
21206 x86_maybe_negate_const_int to output insn mnemonic.
21207
21208 2010-04-06 Jan Hubicka <jh@suse.cz>
21209
21210 PR tree-optimization/42906
21211 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
21212 IGNORE_SELF argument. Set visited_control_parents for fully
21213 processed BBs.
21214 (find_obviously_necessary_stmts): Update call of
21215 mark_control_dependent_edges_necessary.
21216 (propagate_necessity): Likewise. Handle PHI edges more curefully.
21217
21218 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
21219
21220 * config/i386/i386.md: Remove comment about 'e' and 'E'
21221 operand modifier.
21222
21223 2010-04-06 Richard Guenther <rguenther@suse.de>
21224
21225 PR tree-optimization/43627
21226 * tree-vrp.c (extract_range_from_unary_expr): Widenings
21227 of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
21228 not varying.
21229
21230 2010-04-06 Jakub Jelinek <jakub@redhat.com>
21231
21232 * BASE-VER: Change to 4.6.0.
21233
21234 PR target/43638
21235 * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
21236 handling.
21237
21238 2010-04-06 Richard Guenther <rguenther@suse.de>
21239
21240 PR middle-end/43661
21241 * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
21242
21243 2010-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21244
21245 * doc/invoke.texi (Optimize Options): Document that LTO
21246 won't remove object access purely due to incompatible
21247 declarations.
21248
21249 2010-04-04 Matthias Klose <doko@ubuntu.com>
21250
21251 * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
21252 Initialize variable.
21253
21254 2010-04-03 Richard Guenther <rguenther@suse.de>
21255
21256 PR middle-end/42509
21257 * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
21258 require a non-NULL MEM_OFFSET.
21259
21260 2010-04-02 Steven Bosscher <steven@gcc.gnu.org>
21261
21262 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
21263 basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
21264 collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
21265 config/alpha/predicates.md, config/arm/arm.md,
21266 config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
21267 config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
21268 config/darwin9.h, config/darwin.c, config/darwin.h,
21269 config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
21270 config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
21271 config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
21272 config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
21273 config/mips/mips.md, config/mn10300/mn10300.c,
21274 config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
21275 config/rs6000/aix.h, config/rs6000/dfp.md,
21276 config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
21277 config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
21278 config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
21279 config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
21280 config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
21281 config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
21282 c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
21283 diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
21284 doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
21285 doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
21286 fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
21287 gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
21288 graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
21289 graphite-dependences.c, graphite-poly.c, graphite-poly.h,
21290 graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
21291 graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
21292 intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
21293 ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
21294 ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
21295 loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
21296 objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
21297 opt-functions.awk, opth-gen.awk, params.def, passes.c,
21298 postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
21299 rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
21300 store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
21301 tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
21302 tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
21303 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
21304 tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
21305 tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
21306 tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
21307 tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
21308 tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
21309 tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
21310 tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
21311 unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
21312
21313 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21314
21315 PR other/43620
21316 * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
21317 * aclocal.m4: Regenerate.
21318
21319 2010-04-02 Richard Guenther <rguenther@suse.de>
21320
21321 PR tree-optimization/43629
21322 * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
21323 if we have seen a constant value.
21324
21325 2010-04-02 Joseph Myers <joseph@codesourcery.com>
21326
21327 * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
21328
21329 2010-04-02 Richard Earnshaw <rearnsha@arm.com>
21330
21331 PR target/43469
21332 * arm.c (legitimize_tls_address): Adjust call to
21333 gen_tls_load_dot_plus_four.
21334 (arm_note_pic_base): New function.
21335 (arm_cannot_copy_insn_p): Use it.
21336 * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
21337 constraint.
21338
21339 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21340
21341 PR bootstrap/43531
21342
21343 Revert:
21344 2009-09-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21345
21346 * Makefile.in ($(out_object_file)): Depend on
21347 gt-$(basename $(notdir $(out_file))).h.
21348
21349 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
21350
21351 * config.gcc (lm32-*-rtems*): Add t-lm32.
21352
21353 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
21354
21355 * config.gcc: Add lm32-*-rtems*.
21356 * config/lm32/rtems.h: New file.
21357
21358 2010-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
21359
21360 PR target/42609
21361 * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
21362
21363 2010-04-01 Jakub Jelinek <jakub@redhat.com>
21364
21365 * dwarf2out.c (output_compilation_unit_header): For
21366 -gdwarf-4 use version 4 instead of version 3.
21367 (output_line_info): For version 4 and above emit additional
21368 maximum ops per insn header field.
21369 (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
21370
21371 * dwarf2out.c (is_c_family, is_java): Remove.
21372 (lower_bound_default): New function.
21373 (add_bound_info, gen_descr_array_type_die): Use it.
21374
21375 2010-04-01 Dodji Seketeli <dodji@redhat.com>
21376
21377 PR debug/43325
21378 * dwarf2out.c (gen_variable_die): Allow debug info for variable
21379 re-declaration when it happens in a function.
21380
21381 2010-04-01 Aldy Hernandez <aldyh@redhat.com>
21382
21383 * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
21384 (cgraph_remove_function_insertion_hook): Same.
21385 (cgraph_call_function_insertion_hooks): Same.
21386
21387 2010-04-01 Richard Guenther <rguenther@suse.de>
21388
21389 PR middle-end/43614
21390 * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
21391 and TREE_THIS_VOLATILE.
21392 (copy_ref_info): Likewise.
21393 * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
21394 * tree.c (build6_stat): Ignore side-effects of all but arg5
21395 for TARGET_MEM_REF. Set TREE_THIS_VOLATILE from arg5 of
21396 TARGET_MEM_REF.
21397
21398 2010-04-01 Richard Guenther <rguenther@suse.de>
21399
21400 PR tree-optimization/43607
21401 * ipa-type-escape.c (check_call): Do not access non-existing
21402 arguments.
21403
21404 2010-04-01 Richard Guenther <rguenther@suse.de>
21405
21406 PR middle-end/43602
21407 Revert
21408 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
21409 Jack Howarth <howarth@bromo.med.uc.edu>
21410
21411 * tree-profile.c (tree_init_ic_make_global_vars): Make static
21412 variables TLS.
21413
21414 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21415
21416 * doc/install.texi (Prerequisites): Document libelf usability on
21417 IRIX 5/6 and Solaris 2.
21418 (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
21419 Update GNU as, GNU ld requirements.
21420 (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
21421 Document Sun Studio compiler download.
21422 Update and simplify as, ld recommendations.
21423 (Specific, *-*-solaris2.7): Note obsoletion, removal.
21424
21425 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21426
21427 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
21428 with_tune_32 to pentium4.
21429
21430 2010-04-01 Uros Bizjak <ubizjak@gmail.com>
21431
21432 * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
21433
21434 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21435
21436 * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
21437 obsoletion, removal.
21438 Update IDO URL.
21439 Document GNU as requirement.
21440 Update configure requirements.
21441 (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
21442 Recomment IRIX 6.5.18+.
21443 Document IDF/IDL requirement.
21444 Document GNU as requirement.
21445 Document GNU ld bootstrap failure.
21446 Remove freeware.sgi.com reference.
21447
21448 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21449
21450 * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
21451 UNIX V4.0, V5.0 obsoletion, removal.
21452 Remove --with-gc=simple reference.
21453 Update VM requirements during bootstrap.
21454 Remove -oldas bootstrap description.
21455 Update binutils reference.
21456 Remove comparison failure note.
21457
21458 2010-03-31 Richard Guenther <rguenther@suse.de>
21459 Zdenek Dvorak <ook@ucw.cz>
21460 Sebastian Pop <sebastian.pop@amd.com>
21461
21462 PR middle-end/43464
21463 * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
21464 with multiple arguments.
21465 (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
21466
21467 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
21468
21469 * graphite-dependences.c (print_pddr): Call print_pdr with an
21470 extra argument.
21471 * graphite-poly.c (debug_pdr): Add an extra argument for the
21472 verbosity level.
21473 (print_pdr): Same.
21474 (print_pbb_domain): Same.
21475 (print_pbb): Same.
21476 (print_scop_context): Same.
21477 (print_scop): Same.
21478 (print_cloog): Same.
21479 (debug_pbb_domain): Same.
21480 (debug_pbb): Same.
21481 (print_pdrs): Same.
21482 (debug_pdrs): Same.
21483 (debug_scop_context): Same.
21484 (debug_scop): Same.
21485 (debug_cloog): Same.
21486 (print_scop_params): Same.
21487 (debug_scop_params): Same.
21488 (print_iteration_domain): Same.
21489 (print_iteration_domains): Same.
21490 (debug_iteration_domain): Same.
21491 (debug_iteration_domains): Same.
21492 (print_scattering_function): Same.
21493 (print_scattering_functions): Same.
21494 (debug_scattering_function): Same.
21495 (debug_scattering_functions): Same.
21496 * graphite-poly.h (debug_pdr): Update declaration.
21497 (print_pdr): Same.
21498 (print_pbb_domain): Same.
21499 (print_pbb): Same.
21500 (print_scop_context): Same.
21501 (print_scop): Same.
21502 (print_cloog): Same.
21503 (debug_pbb_domain): Same.
21504 (debug_pbb): Same.
21505 (print_pdrs): Same.
21506 (debug_pdrs): Same.
21507 (debug_scop_context): Same.
21508 (debug_scop): Same.
21509 (debug_cloog): Same.
21510 (print_scop_params): Same.
21511 (debug_scop_params): Same.
21512 (print_iteration_domain): Same.
21513 (print_iteration_domains): Same.
21514 (debug_iteration_domain): Same.
21515 (debug_iteration_domains): Same.
21516 (print_scattering_function): Same.
21517 (print_scattering_functions): Same.
21518 (debug_scattering_function): Same.
21519 (debug_scattering_functions): Same.
21520
21521 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
21522
21523 * graphite-poly.c (print_scattering_function_1): New.
21524 (print_scattering_function): Call it.
21525 (print_scop_params): Remove spaces at the end of lines.
21526 (print_cloog): New.
21527 (debug_cloog): New.
21528 * graphite-poly.h (print_cloog): Declared.
21529 (debug_cloog): Declared.
21530
21531 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
21532
21533 * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
21534 in loop->header.
21535 * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
21536 * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
21537 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
21538 to switch between adding the IV bump in loop->latch or in loop->header.
21539
21540 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
21541
21542 * graphite-poly.c (print_scattering_function): Pretty print following
21543 the scoplib format.
21544 (print_pdr): Same.
21545 (print_pbb_domain): Same.
21546 (dump_gbb_cases): Same.
21547 (dump_gbb_conditions): Same.
21548 (print_pdrs): Same.
21549 (print_pbb): Same.
21550 (print_scop_params): Same.
21551 (print_scop_context): Same.
21552 (print_scop): Same.
21553 (print_pbb_body): New.
21554 (lst_indent_to): New.
21555 (print_lst): Start new lines with a #.
21556 * graphite-poly.h (pbb_bb): New.
21557 (pbb_index): Use pbb_bb.
21558 * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
21559 disjuncts.
21560 * tree-data-ref.c (dump_data_reference): Start new lines with a #.
21561
21562 2010-03-31 Jakub Jelinek <jakub@redhat.com>
21563
21564 * dwarf2out.c (size_of_die): For -gdwarf-4 use
21565 uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
21566 and 0 instead of 1 for dw_val_class_flag.
21567 (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
21568 dw_val_class_range_list, dw_val_class_loc_list,
21569 dw_val_class_lineptr and dw_val_class_macptr, use
21570 DW_FORM_flag_present for dw_val_class_flag and
21571 DW_FORM_exprloc for dw_val_class_loc.
21572 (output_die): For -gdwarf-4 print dw_val_class_loc
21573 size as uleb128 instead of 1 or 2 bytes and don't print
21574 anything for dw_val_class_flag.
21575
21576 * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
21577 instead of cselib_lookup following by tweaking locs->setting_insn.
21578
21579 PR bootstrap/43596
21580 * cselib.c (cselib_process_insn): Clear cselib_current_insn
21581 even before returning from label, setjmp call or volatile asm
21582 handling.
21583
21584 2010-03-31 Richard Guenther <rguenther@suse.de>
21585
21586 PR middle-end/43600
21587 * cgraphunit.c (cgraph_output_in_order): Do not allocate
21588 temporary data on stack.
21589
21590 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21591
21592 * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
21593 (PUSHSECTION_ASM_OP): Remove.
21594 (POPSECTION_ASM_OP): Remove.
21595 (PUSHSECTION_FORMAT): Remove.
21596 * config/sol2.h (PUSHSECTION_FORMAT): Define.
21597 * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
21598 * config/sol2.c (solaris_output_init_fini): Use it.
21599
21600 2010-03-31 Jie Zhang <jie@codesourcery.com>
21601
21602 PR 43574
21603 * opt-functions.awk (var_type_struct): Use signed char type
21604 for simple variables.
21605
21606 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21607
21608 * config/sol2.c: Include output.h.
21609 (solaris_assemble_visibility): New function.
21610 * config/t-sol2 (sol2.o): Add output.h dependency.
21611 * config/sol2-protos.h (solaris_assemble_visibility): Declare.
21612 * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
21613 Redefine.
21614
21615 2010-03-31 Jakub Jelinek <jakub@redhat.com>
21616
21617 PR target/43580
21618 * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
21619 V2SImode or XFmode on PRE_DEC.
21620
21621 PR debug/43557
21622 * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
21623 BLKmode.
21624
21625 2010-03-31 Jie Zhang <jie@codesourcery.com>
21626
21627 PR 43562
21628 * reload.h (caller_save_initialized_p): Declare.
21629 * toplev.c (backend_init_target): Don't call
21630 init_caller_save but set caller_save_initialized_p to false.
21631 * caller-save.c (caller_save_initialized_p): Define.
21632 (init_caller_save): Check caller_save_initialized_p.
21633 * ira.c (ira): Call init_caller_save if flag_caller_saves.
21634
21635 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21636
21637 PR target/39048
21638 * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
21639 and soft-fp/t-softfp to tmake_file.
21640 * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
21641 (LIBGCC2_TF_CEXT): Define.
21642 (TF_SIZE): Define.
21643
21644 2010-03-30 Alexandre Oliva <aoliva@redhat.com>
21645
21646 PR debug/42977
21647 * cselib.c (n_useless_values): Document handling of debug locs.
21648 (n_useless_debug_values, n_debug_values): New variables.
21649 (new_elt_loc_list): Don't add to debug values, keep count.
21650 (promote_debug_loc): New.
21651 (cselib_reset_table): Zero new variables.
21652 (entry_and_rtx_equal_p): Promote debug locs.
21653 (discard_useless_locs): Increment n_useless_debug_values for
21654 debug values.
21655 (remove_useless_values): Adjust n_useless_values and n_debug_values
21656 with n_useless_debug_values.
21657 (add_mem_for_addr): Promote debug locs.
21658 (cselib_lookup_mem): Likewise.
21659 (cselib_lookup_addr): Renamed to...
21660 (cselib_lookup_addr_1): ... this. Promote debug locs. Don't call...
21661 (cselib_log_lookup): ... this. Turn into...
21662 (cselib_lookup_addr): ... new wrapper.
21663 (cselib_lookup_from_insn): New.
21664 (cselib_invalidate_regno): Increment n_useless_debug_values for
21665 debug values.
21666 (cselib_invalidate_mem): Likewise.
21667 (cselib_process_insn): Take n_deleted and n_debug_values into
21668 account to guard remove_useless_value call.
21669 (cselib_finish): Zero n_useless_debug_values.
21670 * cselib.h (cselib_lookup_from_insn): Declare.
21671 * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
21672 (sched_analyze_2): Likewise.
21673
21674 2010-03-30 Jakub Jelinek <jakub@redhat.com>
21675
21676 * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
21677 functions.
21678 (adjust_mems): Replace narrowing SUBREG of expression containing
21679 just PLUS, MINUS, MULT and ASHIFT of registers and constants
21680 with operations in the narrower mode.
21681
21682 PR debug/43593
21683 * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
21684 regs_invalidated_by_call instead all call_used_reg_set registers.
21685
21686 2010-03-30 Sebastian Pop <sebastian.pop@amd.com>
21687
21688 PR middle-end/43430
21689 * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
21690 pointer comparisons with types_compatible_p.
21691 * tree-vect-stmts.c (vectorizable_call): Same.
21692 (vectorizable_condition): Same.
21693
21694 2010-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21695
21696 * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
21697 stack check if the mask would be zero.
21698
21699 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
21700 Jack Howarth <howarth@bromo.med.uc.edu>
21701
21702 * tree-profile.c (tree_init_ic_make_global_vars): Make static
21703 variables TLS.
21704
21705 2010-03-30 Joseph Myers <joseph@codesourcery.com>
21706
21707 PR other/25232
21708 * libgcc-std.ver (GCC_4.5.0): Define version. Include __unordxf2
21709 and __unordtf2.
21710 * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
21711 Include ___unordxf2 and ___unordtf2.
21712 * config/i386/libgcc-glibc.ver: Do not define inheritance from
21713 GCC_4.4.0 here.
21714
21715 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
21716
21717 * config/lm32/t-lm32: New file.
21718 * config.gcc: Use the above file when targetting lm32.
21719
21720 2010-03-28 Duncan Sands <baldrick@free.fr>
21721
21722 * Makefile.in (PLUGIN_HEADERS): Add except.h.
21723
21724 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
21725
21726 PR middle-end/43431
21727 * tree-vect-loop.c (vect_estimate_min_profitable_iters):
21728 Improve vectorization cost model diagnostic.
21729
21730 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
21731
21732 PR middle-end/43436
21733 * tree-vect-data-refs.c (vect_analyze_data_refs): When
21734 compute_data_dependences_for_loop returns false, early exit
21735 and output an extra diagnostic for the failed data reference
21736 analysis.
21737
21738 2010-03-29 Richard Guenther <rguenther@suse.de>
21739
21740 PR tree-optimization/43560
21741 * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
21742 (can_sm_ref_p): Treat stores to readonly locations as trapping.
21743
21744 2010-03-29 Jie Zhang <jie@codesourcery.com>
21745
21746 PR 43564
21747 * toplev.c (process_options): Set optimization_default_node
21748 and optimization_current_node.
21749 * opts.c (decode_options): Don't set optimization_default_node
21750 and optimization_current_node.
21751
21752 2010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
21753
21754 * config/rtems.h: Abandon -qrtems_debug.
21755
21756 2010-03-28 Jan Hubicka <jh@suse.cz>
21757
21758 PR tree-optimization/43505
21759 * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
21760 map should not be copied.
21761
21762 2010-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21763
21764 PR middle-end/41674
21765 * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
21766 cdtors, set DECL_PRESERVE_P.
21767 * ipa.c (cgraph_externally_visible_p): Return true if declaration
21768 should be preseved.
21769
21770 2010-03-27 Uros Bizjak <ubizjak@gmail.com>
21771
21772 PR tree-optimization/43528
21773 * stor-layout.c (place_field): Check that constant fits into
21774 unsigned HWI when skipping calculation of MS bitfield layout.
21775
21776 2010-03-27 Jan Hubicka <jh@suse.cz>
21777
21778 PR middle-end/43391
21779 * varasm.c (make_decl_rtl): Deal with COMMON flag to make
21780 notice_global_symbol work.
21781
21782 2010-03-27 Jakub Jelinek <jakub@redhat.com>
21783
21784 * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
21785 instead of dwarf2out_decl.
21786 (struct var_loc_node): Remove section_label field.
21787 (dwarf2out_function_decl): New function.
21788 (dwarf2out_var_location): Don't set section_label field.
21789 (dwarf2out_begin_function): Don't empty decl_loc_table here.
21790
21791 2010-03-26 Michael Meissner <meissner@linux.vnet.ibm.com>
21792
21793 PR tree-optimization/43544
21794 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
21795 First argument for builtin vectorized function hook is now a
21796 tree to be able to distinguish between machine specific and
21797 standard builtins.
21798 * targhooks.c (default_builtin_vectorized_function): Ditto.
21799 * targhooks.h (default_builtin_vectorized_function): Ditto.
21800 * target.h (struct gcc_target): Ditto.
21801 * tree-vect-stmts.c (vectorizable_function): Ditto.
21802 * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
21803 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
21804 Ditto.
21805
21806 2010-03-26 Joseph Myers <joseph@codesourcery.com>
21807
21808 PR c/43381
21809 * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
21810 nested binding iff it is a FUNCTION_DECL.
21811 (store_parm_decls_newstyle): Pass nested=true to bind for
21812 FUNCTION_DECLs amongst parameters.
21813
21814 2010-03-26 Jakub Jelinek <jakub@redhat.com>
21815
21816 * var-tracking.c (vt_expand_loc_callback): Don't run
21817 cselib_expand_value_rtx_cb in dummy mode if
21818 cselib_dummy_expand_value_rtx_cb returned false.
21819
21820 * var-tracking.c (emit_note_insn_var_location): For one part
21821 notes with offset 0, don't add EXPR_LIST around the location.
21822 * dwarf2out.c (loc_descriptor, dw_loc_list_1,
21823 add_location_or_const_value_attribute): Adjust for that change.
21824
21825 PR debug/43540
21826 * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
21827 into first operand and location into second.
21828 (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
21829 dw_cfi_oprnd_loc for DW_CFA_expression.
21830 (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
21831 (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
21832 assume first argument is regnum and second argument is location.
21833
21834 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
21835
21836 PR target/42113
21837 * config/alpha/alpha.md (*cmp_sadd_si): Change mode
21838 of scratch register to DImode. Split to DImode comparison operator.
21839 Use SImode subreg of scratch register in the multiplication.
21840 (*cmp_sadd_sidi): Ditto.
21841 (*cmp_ssub_si): Ditto.
21842 (*cmp_ssub_sidi): Ditto.
21843
21844 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
21845
21846 PR target/43524
21847 * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
21848 Remove invalid assert and wrong comment.
21849
21850 2010-03-26 Jakub Jelinek <jakub@redhat.com>
21851
21852 PR debug/43516
21853 * flags.h (final_insns_dump_p): New extern.
21854 * final.c (final_insns_dump_p): New variable.
21855 (rest_of_clean_state): Set it before -fdump-final-insns=
21856 dumping, clear afterwards.
21857 * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
21858 MEM_ALIAS_SET on MEMs.
21859
21860 2010-03-26 David S. Miller <davem@davemloft.net>
21861
21862 * configure.ac: Fix sparc GOTDATA_OP bug check.
21863 * configure: Rebuild.
21864
21865 2010-03-26 Alan Modra <amodra@gmail.com>
21866
21867 * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
21868
21869 2010-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21870
21871 * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
21872 TLS_SECTION_ASM_FLAG.
21873
21874 2010-03-25 Jakub Jelinek <jakub@redhat.com>
21875
21876 PR bootstrap/43511
21877 * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
21878 Clear first_function_block_is_cold.
21879
21880 PR c/43385
21881 * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
21882 argument if the argument is truth_value_p.
21883
21884 2010-03-24 Michael Meissner <meissner@linux.vnet.ibm.com>
21885
21886 * config/rs6000/constraints.md: Update copyright year for my changes.
21887
21888 PR target/43484
21889 * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
21890 used in reg+reg addressing, swap registers.
21891
21892 2010-03-24 Jakub Jelinek <jakub@redhat.com>
21893
21894 PR debug/43293
21895 * target.h (struct gcc_target): Add code_end hook.
21896 * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
21897 if not yet defined.
21898 (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
21899 * toplev.c (compile_file): Call targetm.asm_out.code_end
21900 hook before unwind info/debug info output.
21901 * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
21902 * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
21903 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
21904 * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
21905 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
21906 * config/i386/i386.c (ix86_file_end): Renamed to...
21907 (ix86_code_end): ... this. Make static. Don't call
21908 file_end_indicate_exec_stack. Emit unwind info using
21909 final_start_function/final_end_function.
21910 (darwin_x86_file_end): Remove.
21911 (TARGET_ASM_CODE_END): Define.
21912 * config/i386/i386.h (TARGET_ASM_FILE_END,
21913 NEED_INDICATE_EXEC_STACK): Don't define.
21914 * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
21915 (TARGET_ASM_FILE_END): Define to darwin_file_end.
21916 * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
21917 * doc/tm.texi (TARGET_ASM_CODE_END): Document.
21918
21919 PR target/43498
21920 * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
21921 at the beginning and final_end_function at the end.
21922 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
21923
21924 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21925
21926 * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
21927 and Sun as TLS syntax.
21928 (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
21929 * configure: Regenerate.
21930 * config.in: Regenerate.
21931 * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
21932 (default_elf_asm_named_section): Use it.
21933 * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
21934 (i386_output_dwarf_dtprel): Likewise.
21935 (output_addr_const_extra): Likewise.
21936 (output_pic_addr_const): Lowercase @GOTTPOFF.
21937 (output_addr_const_extra): Likewise.
21938 (output_pic_addr_const): Lowercase @GOTNTPOFF.
21939 (output_addr_const_extra): Likewise.
21940 (output_pic_addr_const): Lowercase @INDNTPOFF.
21941 (output_addr_const_extra): Likewise.
21942 (output_pic_addr_const): Lowercase @NTPOFF.
21943 (output_addr_const_extra): Likewise.
21944 (output_pic_addr_const): Lowercase @TPOFF.
21945 (output_addr_const_extra): Likewise.
21946 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
21947 (*tls_global_dynamic_64): Likewise.
21948 (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
21949 (*tls_local_dynamic_base_64): Lowercase @TLSLD.
21950
21951 * defaults.h (TLS_COMMON_ASM_OP): Provide default.
21952 (ASM_OUTPUT_TLS_COMMON): Use it.
21953 * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
21954
21955 PR target/38118
21956 * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
21957 * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
21958 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
21959 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
21960 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
21961 (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
21962
21963 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21964
21965 * config/i386/i386.c (override_options): Don't accept
21966 -mtls-dialect=sun any longer.
21967 * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
21968 * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
21969 (*tls_local_dynamic_base_32_sun): Likewise.
21970 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
21971
21972 2010-03-24 Jakub Jelinek <jakub@redhat.com>
21973
21974 PR debug/43508
21975 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
21976 VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
21977
21978 PR debug/43479
21979 * ira.c (adjust_cleared_regs): New function.
21980 (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
21981
21982 PR debug/19192
21983 PR debug/43479
21984 * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
21985 from gimple_block.
21986 * expr.c (expand_expr_real): Restore previous
21987 curr_insn_source_location and curr_insn_block after
21988 expand_expr_real_1 call.
21989 (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
21990 instead of expand_expr_real_1.
21991
21992 2010-03-23 Vladimir Makarov <vmakarov@redhat.com>
21993
21994 PR rtl-optimization/43413
21995 * ira-color.c (setup_allocno_available_regs_num): Count prohibited
21996 hard regs too.
21997
21998 2010-03-22 James E. Wilson <wilson@codesourcery.com>
21999
22000 PR target/43348
22001 * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
22002 call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
22003
22004 2010-03-22 H.J. Lu <hongjiu.lu@intel.com>
22005
22006 * config/i386/i386.c (ix86_target_string): Add -mfma.
22007 Fix a typo in comment.
22008
22009 2010-03-22 Mike Stump <mikestump@comcast.net>
22010
22011 PR target/23071
22012 * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
22013 Don't overly align based upon packed packed fields.
22014
22015 2010-03-22 Jason Merrill <jason@redhat.com>
22016
22017 * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
22018 Use () rather than [], and move before the element type.
22019
22020 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22021
22022 * doc/configfiles.texi (Configuration Files): Removed
22023 fixinc/Makefile*, intl/Makefile.*.
22024 * doc/makefile.texi: Fixed markup. Abstract from version
22025 control system used.
22026 (Makefile): Removed obsolete java/parse.y example.
22027 * doc/sourcebuild.texi: Likewise.
22028 (Top Level): Added config, gnattools, libdecnumber, libgcc,
22029 libgomp, libssp. Removed fastjar.
22030 (Miscellaneous Docs): Clarify location.
22031 Added COPYING3, COPYING3.LIB.
22032 (Front End Directory): Moved Make-lang.in entry to new subsubsection.
22033
22034 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22035
22036 PR target/38085
22037 * config/i386/i386.c (x86_function_profiler)
22038 [!NO_PROFILE_COUNTERS]: Fix typo.
22039 * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
22040 instead of callq.
22041
22042 2010-03-22 Janis Johnson <janis187@us.ibm.com>
22043 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22044
22045 * doc/sourcebuild.texi (Test Directives): Split into six
22046 subsections, with most of the current text in new subsections
22047 Directives, Selectors, and Final Actions.
22048 (Directives): Split list of test directives into multiple
22049 subsubsections.
22050 (Selectors): Describe use and syntax of selectors.
22051 (Effective-Target Keywords): Describe all existing keywords.
22052 (Add Options): Describe features for dg-add-options.
22053 (Require Support): Describe variants of dg-require-support.
22054 (Final Actions): Describe commands to use in dg-final.
22055
22056 2010-03-22 Michael Matz <matz@suse.de>
22057
22058 PR middle-end/43475
22059 * recog.c (validate_replace_rtx_group): Replace also in
22060 REG_EQUAL and REG_EQUIV notes.
22061
22062 2010-03-22 Richard Guenther <rguenther@suse.de>
22063
22064 PR tree-optimization/43390
22065 * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
22066 sure vector extracts are type correct.
22067
22068 2010-03-22 Richard Guenther <rguenther@suse.de>
22069
22070 PR middle-end/40106
22071 * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
22072 x * sqrt (x) even when optimizing for size if the target
22073 has native support for sqrt.
22074
22075 2010-03-22 Jakub Jelinek <jakub@redhat.com>
22076
22077 * varasm.c (make_decl_rtl_for_debug): Also clear
22078 flag_mudflap for the duration of make_decl_rtl call.
22079
22080 PR debug/43443
22081 * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
22082 locs from preserved VALUEs.
22083
22084 2010-03-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
22085
22086 PR middle-end/42718
22087 * pa.md (movmemsi): Set align to one if zero.
22088 (movmemdi): Likewise.
22089
22090 2010-03-21 Richard Earnshaw <rearnsha@arm.com>
22091
22092 PR target/42321
22093 * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
22094 with their corresponding prologue pushes.
22095
22096 2010-03-20 Andrew Pinski <pinskia@gmail.com>
22097
22098 PR target/43156
22099 * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
22100 at the begining or end.
22101 (spu_expand_epilogue): Likewise.
22102
22103 2010-03-20 Richard Guenther <rguenther@suse.de>
22104
22105 PR rtl-optimization/43438
22106 * combine.c (make_extraction): Properly zero-/sign-extend an
22107 extraction of the low part of a CONST_INT. Also handle
22108 CONST_DOUBLE.
22109
22110 2010-03-19 Mike Stump <mikestump@comcast.net>
22111
22112 * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
22113 * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
22114 (override_options): Use SUBTARGET32_DEFAULT_CPU.
22115
22116 2010-03-19 Andrew Pinski <andrew_pinski@caviumnetworks.com>
22117
22118 PR c/43211
22119 * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
22120 an error.
22121
22122 2010-03-19 Bernd Schmidt <bernds@codesourcery.com>
22123
22124 PR rtl-optimization/42258
22125 * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
22126 use that may match DEF.
22127
22128 PR target/40697
22129 * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
22130 the cost of loading the constant rather than assuming
22131 COSTS_N_INSNS (1).
22132 * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
22133 outer code is AND, do the same tests as the andsi3 expander and
22134 return COSTS_N_INSNS (1) if and is cheap.
22135
22136 * optabs.c (avoid_expensive_constant): Fix formatting.
22137
22138 2010-03-19 Michael Matz <matz@suse.de>
22139
22140 PR c++/43116
22141 * attribs.c (decl_attributes): When rebuilding a function pointer
22142 type use the same qualifiers as the original pointer type.
22143
22144 2010-03-19 Martin Jambor <mjambor@suse.cz>
22145
22146 * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
22147 and is_gimple_ip_invariant_address.
22148
22149 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
22150
22151 Revert
22152 2009-10-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
22153
22154 * config/arm/arm.c (arm_override_options): Turn off
22155 flag_dwarf2_cfi_asm for AAPCS variants.
22156
22157 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
22158
22159 PR target/43399
22160 * config/arm/arm.c (emit_multi_reg_push): Update comments.
22161 Use PRE_MODIFY instead of PRE_DEC.
22162 (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
22163 (vfp_emit_fstmd): Likewise.
22164
22165 2010-03-19 Michael Matz <matz@suse.de>
22166
22167 PR target/43305
22168 * builtins.c (expand_builtin_interclass_mathfn,
22169 expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
22170 if that fails.
22171
22172 2010-03-19 Richard Guenther <rguenther@suse.de>
22173
22174 PR tree-optimization/43415
22175 * tree-ssa-pre.c (phi_translate): Split out worker to ...
22176 (phi_translate_1): ... this.
22177 (phi_translate): Move all caching here. Cache all NARY
22178 and REFERENCE translations.
22179
22180 2010-03-19 David S. Miller <davem@davemloft.net>
22181
22182 With help from Eric Botcazou.
22183 * config/sparc/sparc.c: Include dwarf2out.h.
22184 (emit_pic_helper): Delete.
22185 (pic_helper_symbol_name): Delete.
22186 (pic_helper_emitted_p): Delete.
22187 (pic_helper_needed): New.
22188 (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
22189 (get_pc_thunk_name): New.
22190 (load_pic_register): Remove 'delay_pic_helper' arg. Use
22191 get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
22192 Set pic_helper_needed to true. Don't call emit_pic_helper.
22193 (sparc_expand_prologue): Update load_pic_register call.
22194 (sparc_output_mi_thunk): Likewise.
22195 (sparc_file_end): Emit a hidden comdat symbol for the PIC
22196 thunk if possible. Output CFI information as needed.
22197
22198 2010-03-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
22199 Jack Howarth <howarth@bromo.med.uc.edu>
22200
22201 PR target/36399
22202 * config/i386/i386.h: Fix ABI on darwin x86-32.
22203
22204 2010-03-18 Aldy Hernandez <aldyh@redhat.com>
22205
22206 * tree.h: Declare make_decl_rtl_for_debug.
22207 * varasm.c (make_decl_rtl_for_debug): New.
22208 * dwarf2out.c (rtl_for_decl_location): Call it.
22209 * cfgexpand.c (expand_debug_expr): Call it.
22210
22211 2010-03-18 Jakub Jelinek <jakub@redhat.com>
22212
22213 PR bootstrap/43399
22214 * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
22215 mem_mode.
22216
22217 PR bootstrap/43403
22218 * var-tracking.c (vt_init_cfa_base): Do nothing if
22219 cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
22220
22221 2010-03-18 Alexandre Oliva <aoliva@redhat.com>
22222
22223 PR debug/42873
22224 * var-tracking.c (canonicalize_vars_star): New.
22225 (dataflow_post_merge_adjust): Use it.
22226
22227 2010-03-18 Jakub Jelinek <jakub@redhat.com>
22228
22229 PR debug/43058
22230 * var-tracking.c (non_suitable_const): New function.
22231 (add_uses): For DEBUG_INSNs with constants, don't record any
22232 value, instead just the constant value itself.
22233 (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
22234 is not VAR_LOC_UNKNOWN_P, set var to the constant.
22235 (emit_notes_in_bb): Likewise.
22236 (emit_note_insn_var_location): For onepart variables if
22237 cur_loc is a VOIDmode constant, use DECL_MODE.
22238
22239 2010-03-18 Martin Jambor <mjambor@suse.cz>
22240
22241 PR middle-end/42450
22242 * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
22243 * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
22244 all non-clones. Moved call redirection...
22245 (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
22246 (cgraph_materialize_all_clones): Dispose of all
22247 combined_args_to_skip bitmaps.
22248 (verify_cgraph_node): Do not check for edges pointing to wrong
22249 nodes in inline clones.
22250 * tree-inline.c (copy_bb): Call
22251 cgraph_redirect_edge_call_stmt_to_callee.
22252 * ipa.c (cgraph_remove_unreachable_nodes): Call
22253 cgraph_node_remove_callees even when there are used clones.
22254
22255 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
22256
22257 * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
22258
22259 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
22260
22261 PR target/43383
22262 * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
22263 for 32bit.
22264
22265 2010-03-18 Michael Matz <matz@suse.de>
22266
22267 PR middle-end/43419
22268 * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
22269 into sqrt(x) if we need to preserve signed zeros.
22270
22271 2010-03-18 Steven Bosscher <steven@gcc.gnu.org>
22272 Eric Botcazou <ebotcazou@adacore.com>
22273
22274 PR rtl-optimization/43360
22275 * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
22276 note if we don't know its invariant status.
22277
22278 2010-03-18 Michael Matz <matz@suse.de>
22279
22280 PR tree-optimization/43402
22281 * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
22282 PHI chains of ssa names registered for update.
22283
22284 2010-03-17 Peter Bergner <bergner@vnet.ibm.com>
22285
22286 PR target/42427
22287 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
22288 non-offsettable and pre_modify update addressing.
22289 * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
22290 and "2" alternatives "#".
22291 (*movdd_softfloat32): Make all alternatives "#";
22292 * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
22293 (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
22294 (*movdf_softfloat32): Make all alternatives "#";
22295 (movdi): Use the new DIFD mode iterator to create a common splitter
22296 for movdi, movdf and movdd patterns.
22297
22298 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
22299
22300 * common.opt (dumpdir): Remove redundant tab.
22301
22302 2010-03-17 Martin Jambor <mjambor@suse.cz>
22303
22304 PR tree-optimization/43347
22305 * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
22306 original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
22307
22308 2010-03-17 Bernd Schmidt <bernd.schmidt@analog.com>
22309
22310 PR rtl-optimization/42216
22311 * regrename.c (create_new_chain): New function, broken out from...
22312 (scan_rtx_reg): ... here. Call it. Handle the case where we are
22313 appending a use to an empty chain.
22314 (build_def_use): Remove previous changes that convert OP_INOUT to
22315 OP_OUT operands; instead detect the case where an OP_INOUT operand
22316 uses a previously untracked register and create an empty chain for it.
22317
22318 2010-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22319
22320 * doc/extend.texi (Function Attributes): Rewrite unfinished
22321 sentence in ms_abi documentation.
22322
22323 2010-03-17 Alan Modra <amodra@gmail.com>
22324
22325 * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
22326 * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
22327 (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
22328 * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
22329
22330 2010-03-16 Richard Henderson <rth@redhat.com>
22331
22332 PR middle-end/43365
22333 * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
22334 (lower_try_finally): Save and restore eh_seq around the expansion
22335 of the try-finally.
22336
22337 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
22338
22339 * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
22340 statements before splitting block.
22341
22342 2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22343
22344 * doc/sourcebuild.texi (Testsuites): Fix markup.
22345 Use pathnames relative to gcc/testsuite.
22346 (Test Directives): Move description of how timeout is determined.
22347 (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
22348 (C Tests): Correct gcc.misc-tests directory.
22349 Framework tests now live in gcc.test-framework.
22350
22351 2010-03-16 Richard Guenther <rguenther@suse.de>
22352
22353 PR middle-end/43379
22354 * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
22355 operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
22356
22357 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
22358 Alexandre Oliva <aoliva@redhat.com>
22359
22360 PR tree-optimization/42917
22361 * lambda-code.c (remove_iv): Skip debug statements.
22362 (lambda_loopnest_to_gcc_loopnest): Likewise.
22363 (not_interesting_stmt): Debug statements are not interesting.
22364
22365 2010-03-16 Jakub Jelinek <jakub@redhat.com>
22366
22367 PR debug/43051
22368 PR debug/43092
22369 * cselib.c (cselib_preserve_constants,
22370 cfa_base_preserved_val): New static variables.
22371 (preserve_only_constants): New function.
22372 (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
22373 clear its REG_VALUES. If cselib_preserve_constants, don't
22374 empty the whole hash table, but preserve there VALUEs with constants,
22375 cfa_base_preserved_val and cfa_base_preserved_val plus constant.
22376 (cselib_preserve_cfa_base_value): New function.
22377 (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
22378 (cselib_init): Change argument to int bitfield. Set
22379 cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
22380 is in it.
22381 (cselib_finish): Clear cselib_preserve_constants and
22382 cfa_base_preserved_val.
22383 * cselib.h (enum cselib_record_what): New enum.
22384 (cselib_init): Change argument to int.
22385 (cselib_preserve_cfa_base_value): New prototype.
22386 * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
22387 * dse.c (dse_step1): Likewise.
22388 * cfgcleanup.c (thread_jump): Likewise.
22389 * sched-deps.c (sched_analyze): Likewise.
22390 * gcse.c (local_cprop_pass): Likewise.
22391 * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
22392 If FN is non-NULL, call the callback always and whenever it returns
22393 non-NULL just return that. Only do rtx_equal_p if FN is NULL.
22394 * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
22395 * combine.c (propagate_for_debug_subst): Add old_rtx argument,
22396 compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
22397 * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
22398 * var-tracking.c: Include recog.h.
22399 (bb_stack_adjust_offset): Remove.
22400 (vt_stack_adjustments): Don't call it, instead just gather the
22401 adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
22402 (adjust_stack_reference): Remove.
22403 (compute_cfa_pointer): New function.
22404 (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
22405 (struct adjust_mem_data): New type.
22406 (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
22407 functions.
22408 (get_address_mode): New function.
22409 (replace_expr_with_values): Use it.
22410 (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
22411 Use get_address_mode. For cfa_base_rtx return MO_CLOBBER.
22412 (adjust_sets): Remove.
22413 (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
22414 Use get_address_mode.
22415 (get_adjusted_src): Remove.
22416 (add_stores): Don't call it. Never reuse expr SET. Don't add extra
22417 MO_VAL_USE for cfa_base_rtx plus constant. Use get_address_mode.
22418 (add_with_sets): Don't call adjust_sets.
22419 (fp_setter, vt_init_cfa_base): New functions.
22420 (vt_initialize): Change return type to bool. Move most of pool etc.
22421 initialization to the beginning of the function from end. Pass
22422 CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
22423 If !frame_pointer_needed, call vt_stack_adjustment before mos
22424 vector is filled, call vt_init_cfa_base if argp/framep has been
22425 eliminated to sp. If frame_pointer_needed and argp/framep has
22426 been eliminated to hard frame pointer, set
22427 hard_frame_pointer_adjustment and call vt_init_cfa_base after
22428 encountering fp setter in the prologue. For MO_ADJUST, call
22429 log_op_type before pusing the op into mos vector, not afterwards.
22430 Call adjust_insn before cselib_process_insn/add_with_sets,
22431 call cancel_changes (0) afterwards.
22432 (variable_tracking_main_1): Adjust for vt_initialize calling
22433 vt_stack_adjustments and returning whether it succeeded or not.
22434
22435 2010-03-15 Aldy Hernandez <aldyh@redhat.com>
22436
22437 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
22438 debug statements.
22439
22440 2010-03-15 Jakub Jelinek <jakub@redhat.com>
22441
22442 * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
22443 has been set.
22444 (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
22445 drap_reg has not been set.
22446
22447 2010-03-15 Michael Matz <matz@suse.de>
22448
22449 PR middle-end/43300
22450 * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
22451 use it to expand block copies.
22452 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
22453 insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
22454 (insert_value_copy_on_edge): Use store_expr for BLKmode values.
22455
22456 2010-03-15 Richard Guenther <rguenther@suse.de>
22457
22458 PR tree-optimization/43367
22459 * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
22460 elimination check.
22461
22462 2010-03-15 Richard Guenther <rguenther@suse.de>
22463
22464 PR tree-optimization/43317
22465 * ipa-struct-reorg.c (create_new_general_access): Update stmt.
22466
22467 2010-03-15 Martin Jambor <mjambor@suse.cz>
22468
22469 PR tree-optimization/43141
22470 * tree-sra.c (create_abstract_origin): New function.
22471 (modify_function): Call create_abstract_origin.
22472
22473 2010-03-15 Chris Demetriou <cgd@google.com>
22474
22475 * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
22476 wasn't copied.
22477
22478 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22479
22480 PR middle-end/43354
22481 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
22482 call insert_out_of_ssa_copy for default definitions.
22483
22484 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22485
22486 * graphite-clast-to-gimple.c (my_long_long): Defined.
22487 (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
22488 * graphite-sese-to-poly.c (my_long_long): Defined.
22489 (scop_ivs_can_be_represented): Use it.
22490
22491 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22492
22493 * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
22494 graphite-max-bbs-per-function, and loop-block-tile-size.
22495 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
22496 with "maximum".
22497 (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
22498
22499 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22500
22501 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
22502 forward declaration.
22503 * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
22504 (add_upper_bounds_from_estimated_nit): New.
22505 (build_loop_iteration_domains): Use it.
22506
22507 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22508
22509 * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
22510
22511 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22512
22513 PR middle-end/43306
22514 * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
22515 should be an INTEGER_CST. Also handle CASE_CONVERT.
22516
22517 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22518
22519 * graphite.c (graphite_initialize): To bound the number of bbs per
22520 function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
22521 * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
22522 * doc/invoke.texi: Document it.
22523
22524 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22525
22526 * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
22527 * graphite-sese-to-poly.h (build_poly_scop): Same.
22528
22529 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22530
22531 * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
22532 the number of parameters in the scop. Use as an upper bound
22533 PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
22534 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
22535 * doc/invoke.texi: Document it.
22536
22537 2010-03-13 Jerry Quinn <jlquinn@optonline.net>
22538
22539 * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
22540 * doc/c-tree.texi: Remove.
22541 * doc/generic.texi: Merge c-tree.texi here.
22542 * doc/gccint.texi (Trees): Remove menu entry.
22543 (c-tree.texi): Remove @include.
22544 * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
22545 * doc/languages.texi (Reading RTL): Ditto.
22546
22547 2010-03-12 Steve Ellcey <sje@cup.hp.com>
22548
22549 PR target/42869
22550 * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
22551
22552 2010-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
22553
22554 PR middle-end/42431
22555 * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
22556 code added to work around reload clobbering CONST insns.
22557
22558 2010-03-12 Jakub Jelinek <jakub@redhat.com>
22559
22560 * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
22561 (cselib_preserve_definitely, cselib_clear_preserve): Remove.
22562 (cselib_preserve_only_values): Remove retain argument, don't
22563 traverse hash table with cselib_{preserve_definitely,clear_preserve}.
22564 * cselib.h (cselib_preserve_only_values): Remove retain argument.
22565 * var-tracking.c (micro_operation): Move insn field before union.
22566 Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
22567 (struct variable_tracking_info_def): Remove n_mos field, change
22568 mos into a vector of micro_operations.
22569 (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
22570 (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
22571 compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
22572 changing into a vector.
22573 (add_with_sets): Likewise. Ensure MO_VAL_USE uops from add_stores
22574 come before all other uops generated by add_stores.
22575 (vt_add_function_parameters): Adjust for cselib_preserve_only_values
22576 argument removal.
22577 (vt_initialize): Likewise. Adjust for VTI (bb)->mos changing into
22578 a vector. Run just one pass over the bbs instead of separate counting
22579 and computation phase.
22580 (vt_finalize): Free VTI (bb)->mos vector instead of array.
22581
22582 PR debug/43329
22583 * tree-inline.c (remap_decls): Put old_var rather than origin_var
22584 into *nonlocalized_list vector.
22585 * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
22586 even if origin is non-NULL.
22587 (gen_variable_die): Likewise.
22588 (process_scope_var): Don't change origin.
22589 (gen_decl_die): Likewise.
22590 * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
22591 before adding new edges instead of after it, fix moving over
22592 debug stmts.
22593
22594 2010-03-11 David S. Miller <davem@davemloft.net>
22595
22596 * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
22597 of four.
22598 * configure: Rebuild.
22599
22600 2010-03-11 Martin Jambor <mjambor@suse.cz>
22601
22602 PR tree-optimization/43257
22603 * tree.c (assign_assembler_name_if_neeeded): New function.
22604 (free_lang_data_in_cgraph): Assembler name assignment moved to the
22605 above new function.
22606 * tree.h (assign_assembler_name_if_neeeded): Declare.
22607 * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
22608 the function if needed.
22609
22610 2010-03-11 Chris Demetriou <cgd@google.com>
22611
22612 * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
22613 include/stdint-gcc.h, and include/stdint.h world-readable.
22614
22615 2010-03-11 Richard Guenther <rguenther@suse.de>
22616
22617 PR tree-optimization/43255
22618 * tree-vrp.c (process_assert_insertions_for): Do not insert
22619 asserts for trivial conditions.
22620
22621 2010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22622
22623 PR tree-optimization/43280
22624 * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
22625 generation. Move calculation of size out of the if branch.
22626 (find_bswap): Modify compare number generation.
22627
22628 2010-03-11 Richard Guenther <rguenther@suse.de>
22629
22630 PR lto/43200
22631 * lto-streamer-in.c (maybe_fixup_decls): Simplify.
22632 (input_gimple_stmt): Fixup handled component types during
22633 operand read. Also fix up decls in ADDR_EXPRs.
22634
22635 2010-03-10 Eric Botcazou <ebotcazou@adacore.com>
22636
22637 * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
22638 * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
22639
22640 2010-03-10 Jan Hubicka <jh@suse.cz>
22641
22642 PR c/43288
22643 * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
22644 * varasm.c (get_variable_section): Don't do that here...
22645 (make_decl_rtl): ... and here.
22646 (do_assemble_alias): Produce decl RTL.
22647 (assemble_alias): Likewise.
22648
22649 2010-03-10 Jakub Jelinek <jakub@redhat.com>
22650
22651 PR debug/43290
22652 * reg-notes.def (REG_CFA_SET_VDRAP): New note.
22653 * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
22654 of fde->vdrap_reg.
22655 (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
22656 (based_loc_descr): Only express drap or vdrap regno based expressions
22657 using DW_OP_fbreg when not optimizing.
22658 * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
22659 make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
22660 REG_CFA_SET_VDRAP note.
22661
22662 2010-03-10 Alexander Monakov <amonakov@ispras.ru>
22663
22664 PR tree-optimization/43236
22665 * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
22666 error in calculation of base address in reverse iteration case.
22667 (generate_builtin): Take number of latch executions if the statement
22668 is in the latch.
22669
22670 2010-03-10 Andrey Belevantsev <abel@ispras.ru>
22671
22672 PR middle-end/42859
22673 * tree-eh.c: Include pointer-set.h.
22674 (lower_eh_dispatch): Filter out duplicate case labels and
22675 remove the unneeded edge when the label is unused. Return
22676 true when some edges are removed.
22677 (execute_lower_eh_dispatch): When any lowering resulted in
22678 removing an edge, also delete unreachable blocks.
22679
22680 2010-03-10 Jakub Jelinek <jakub@redhat.com>
22681
22682 PR bootstrap/43287
22683 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
22684 UNSPEC_MACHOPIC_OFFSET.
22685
22686 2010-03-09 Andreas Schwab <schwab@linux-m68k.org>
22687
22688 PR target/43294
22689 * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
22690 (m68k_delegitimize_address): New function.
22691
22692 2010-03-09 Jakub Jelinek <jakub@redhat.com>
22693
22694 PR debug/43299
22695 * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
22696
22697 PR debug/43299
22698 * var-tracking.c (adjust_sets): New function.
22699 (count_with_sets, add_with_sets): Use it.
22700 (get_adjusted_src): New inline function.
22701 (add_stores): Use it.
22702
22703 PR debug/43304
22704 * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
22705 call cselib_dummy_expand_value_rtx_cb instead of
22706 cselib_expand_value_rtx_cb.
22707
22708 PR debug/43293
22709 * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
22710 * config/i386/i386.c: Include debug.h and dwarf2out.h.
22711 (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
22712 and .cfi_endproc around the pic thunks.
22713 (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
22714 all queued unwind info register saves are saved before the call.
22715 For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
22716 considered as sp-=4 for unwind info and the pop as sp+=4 which
22717 also clobbers dest, but doesn't actually restore it.
22718
22719 PR debug/43290
22720 * config/i386/i386.c (ix86_get_drap_rtx): Don't set
22721 RTX_FRAME_RELATED_P.
22722
22723 2010-03-09 Jie Zhang <jie@codesourcery.com>
22724
22725 * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
22726 whitespaces in output template.
22727
22728 2010-03-09 Jie Zhang <jie@codesourcery.com>
22729
22730 * ira-lives.c (check_and_make_def_use_conflict): Don't fall
22731 out array boundary.
22732
22733 2010-03-08 Jakub Jelinek <jakub@redhat.com>
22734
22735 * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
22736 builtins.exp in a separate job.
22737
22738 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22739
22740 * graphite-sese-to-poly.c (add_param_constraints): Use
22741 lower_bound_in_type and upper_bound_in_type.
22742
22743 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22744
22745 * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
22746 instead of unsigned_type_node.
22747
22748 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22749 Reza Yazdani <reza.yazdani@amd.com>
22750
22751 PR middle-end/43065
22752 * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
22753 on pointer type parameters.
22754
22755 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
22756
22757 PR middle-end/42644
22758 PR middle-end/42130
22759 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
22760 handle conversions from pointer to integers.
22761 (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
22762 induction variable, to be able to work with code generated by CLooG.
22763 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
22764 (build_poly_scop): Bail out if we cannot codegen a loop.
22765
22766 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
22767
22768 * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
22769 code generation with gloog_error.
22770
22771 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22772
22773 * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
22774 Call fold_convert on all the returned values.
22775 (expand_scalar_variables_expr): Pass to
22776 expand_scalar_variables_ssa_name the type of the resulting expression.
22777
22778 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22779
22780 * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
22781 ppl_min_for_le_pointset.
22782 Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
22783 * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
22784
22785 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22786
22787 * graphite-dependences.c (map_into_dep_poly): Removed.
22788 (dependence_polyhedron_1): Use combine_context_id_scat.
22789
22790 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22791
22792 * graphite-poly.h (struct poly_scattering): Add layout documentation.
22793 (struct poly_bb): Same.
22794 (combine_context_id_scat): New.
22795
22796 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22797
22798 PR middle-end/42326
22799 * sese.c (name_defined_in_loop_p): Return false for default
22800 definitions.
22801
22802 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22803
22804 * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
22805 and clean up the logic.
22806
22807 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22808
22809 * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
22810 early return.
22811
22812 2010-03-08 Jakub Jelinek <jakub@redhat.com>
22813
22814 * var-tracking.c (remove_cselib_value_chains): Define only for
22815 ENABLE_CHECKING.
22816 (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
22817 delete_slot_part, emit_notes_for_differences_1): Don't call
22818 remove_cselib_value_chains here.
22819 (set_slot_part, emit_notes_for_differences_2): Don't call
22820 add_cselib_value_chains here.
22821 (preserved_values): New vector.
22822 (preserve_value): New function.
22823 (add_uses, add_stores, vt_add_function_parameters): Use it
22824 instead of cselib_preserve_value.
22825 (changed_values_stack): New vector.
22826 (check_changed_vars_0): New function.
22827 (check_changed_vars_1, check_changed_vars_2): Use it.
22828 (emit_notes_for_changes): Call set_dv_changed (*, false) on all
22829 changed_values_stack VALUEs.
22830 (vt_emit_notes): For all preserved_values call
22831 add_cselib_value_chains. If ENABLE_CHECKING call
22832 remove_cselib_value_chains before verifying value_chains is empty.
22833 Initialize and free changed_values_stack.
22834 (vt_initialize): Initialize preserved_values.
22835 (vt_finalize): Free preserved_values.
22836
22837 2010-03-08 Richard Guenther <rguenther@suse.de>
22838
22839 PR tree-optimization/43269
22840 * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
22841 region detection.
22842
22843 2010-03-08 Martin Jambor <mjambor@suse.cz>
22844
22845 * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
22846 (ipa_is_param_called): Removed.
22847 * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
22848 (ipa_print_node_params): Do not print the called flag.
22849 (ipa_write_node_info): Do not stream the called flag.
22850 (ipa_read_node_info): Likewise.
22851
22852 2010-03-07 Jakub Jelinek <jakub@redhat.com>
22853
22854 PR debug/43176
22855 * Makefile.in (var-tracking.o): Depend on pointer-set.h.
22856 * cselib.c (struct expand_value_data): Add dummy field.
22857 (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
22858 dummy to false.
22859 (cselib_dummy_expand_value_rtx_cb): New function.
22860 (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
22861 any rtl.
22862 * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
22863 * var-tracking.c: Include pointer-set.h.
22864 (variable): Change n_var_parts to char from int. Add
22865 cur_loc_changed and in_changed_variables fields.
22866 (variable_canonicalize): Remove.
22867 (shared_var_p): New inline function.
22868 (unshare_variable): Maintain cur_loc_changed and
22869 in_changed_variables fields. If var was in changed_variables,
22870 replace it there with new_var. Just copy cur_loc instead of
22871 resetting it to something else.
22872 (variable_union): Don't recompute cur_loc. Use shared_var_p.
22873 (dataflow_set_union): Don't call variable_canonicalize.
22874 (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
22875 of their DEBUG_EXPR_TREE_DECLs.
22876 (canonicalize_loc_order_check): Verify that cur_loc is NULL
22877 and in_changed_variables and cur_loc_changed is false.
22878 (variable_merge_over_cur): Clear cur_loc, in_changed_variables
22879 and cur_loc_changed. Don't update cur_loc here.
22880 (variable_merge_over_src): Don't call variable_canonicalize.
22881 (dataflow_set_preserve_mem_locs): Use shared_var_p. When
22882 removing loc that is equal to cur_loc, clear cur_loc,
22883 set cur_loc_changed and ensure variable_was_changed is called.
22884 (dataflow_set_remove_mem_locs): Use shared_var_p. Only
22885 compare pointers in cur_loc check, if it is equal to loc,
22886 clear cur_loc and set cur_loc_changed. Don't recompute cur_loc here.
22887 (variable_different_p): Remove compare_current_location argument,
22888 don't compare cur_loc.
22889 (dataflow_set_different_1): Adjust variable_different_p caller.
22890 (variable_was_changed): If dv had some var in changed_variables
22891 already, reset in_changed_variables flag for it and propagate
22892 cur_loc_changed over to the new variable. On empty var
22893 always set cur_loc_changed. Set in_changed_variables on whatever
22894 var is added to changed_variables.
22895 (set_slot_part): Clear cur_loc_changed and in_changed_variables.
22896 Use shared_var_p. When removing loc that is equal to cur_loc,
22897 clear cur_loc and set cur_loc_changed. If cur_loc is NULL at the
22898 end, don't set it to something else, just call variable_was_changed.
22899 (delete_slot_part): Use shared_var_p. When cur_loc equals to
22900 loc being removed, clear cur_loc and set cur_loc_changed.
22901 Set cur_loc_changed if all locations have been removed.
22902 (struct expand_loc_callback_data): New type.
22903 (vt_expand_loc_callback): Add dummy mode in which no rtxes are
22904 allocated. Always create SUBREGs if simplify_subreg failed.
22905 Prefer to use cur_loc, when that fails and still in
22906 changed_variables (and seen first time) recompute it. Set
22907 cur_loc_changed of variables which had to change cur_loc and
22908 compute elcd->cur_loc_changed if any of the subexpressions used
22909 had to change cur_loc.
22910 (vt_expand_loc): Adjust to pass arguments in
22911 expand_loc_callback_data structure.
22912 (vt_expand_loc_dummy): New function.
22913 (emitted_notes): New variable.
22914 (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
22915 that weren't used for any other decl in current
22916 emit_notes_for_changes call call vt_expand_loc_dummy to update
22917 cur_loc. For -fno-var-tracking-assignments, set cur_loc to
22918 first loc_chain location if NULL before. Always use just
22919 cur_loc instead of first loc_chain location. When cur_loc_changed
22920 is false, when not --enable-checking=rtl just don't emit any note.
22921 When rtl checking, compute the note and assert it is the same
22922 as previous note. Clear cur_loc_changed and in_changed_variables
22923 at the end before removing from changed_variables.
22924 (check_changed_vars_3): New function.
22925 (emit_notes_for_changes): Traverse changed_vars to call
22926 check_changed_vars_3 on each changed var.
22927 (emit_notes_for_differences_1): Clear cur_loc_changed and
22928 in_changed_variables. Recompute cur_loc of new_var.
22929 (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
22930 (vt_emit_notes): Initialize and destroy emitted_notes.
22931
22932 2010-03-07 Bernd Schmidt <bernd.schmidt@analog.com>
22933
22934 PR rtl-optimization/42220
22935 * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
22936 Use verify_reg_tracked to determine if we should use OP_OUT rather
22937 than OP_INOUT.
22938 (build_def_use): If we see an in-out operand for a register that we
22939 know nothing about, treat is an output if possible, fail the block if
22940 not.
22941
22942 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
22943
22944 PR debug/42897
22945 * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
22946 permanently.
22947
22948 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
22949
22950 PR debug/42897
22951 * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
22952 uses of relevant DEFs that are dead outside the loop too.
22953
22954 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
22955
22956 * var-tracking.c (dataflow_set_merge): Swap src and src2.
22957 Reverted:
22958 2010-01-13 Jakub Jelinek <jakub@redhat.com>
22959 PR debug/41371
22960 * var-tracking.c (values_to_unmark): New variable.
22961 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
22962 values_to_unmark vector. Moved body to...
22963 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
22964 instead queue it into values_to_unmark vector.
22965 (vt_find_locations): Free values_to_unmark vector.
22966
22967 2010-03-05 Eric Botcazou <ebotcazou@adacore.com>
22968
22969 * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
22970 (site.exp): Export them when plugins are enabled.
22971
22972 2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
22973
22974 PR middle-end/42326
22975 * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
22976 that contain scevs.
22977 (chrec_fold_multiply): Same.
22978
22979 2010-03-04 Andrew Pinski <andrew_pinski@caviumnetworks.com>
22980
22981 PR c/43248
22982 * c-decl.c (build_compound_literal): Return early if init is
22983 an error_mark_node.
22984
22985 2010-03-04 Martin Jambor <mjambor@suse.cz>
22986
22987 PR tree-optimization/43164
22988 PR tree-optimization/43191
22989 * tree-sra.c (type_consists_of_records_p): Reject records with
22990 zero-size bit-fields at the end.
22991
22992 2010-03-04 Mike Stump <mikestump@comcast.net>
22993
22994 * Makefile.in (TAGS): Remove *.y.
22995
22996 2010-03-04 Richard Guenther <rguenther@suse.de>
22997
22998 PR tree-optimization/40761
22999 * tree-ssa-pre.c (compute_antic): Walk reverse postorder
23000 in reverse order.
23001 (my_rev_post_order_compute): New function.
23002 (init_pre): Call it.
23003
23004 2010-03-04 Changpeng Fang <changpeng.fang@amd.com>
23005
23006 PR middle-end/43209
23007 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
23008 decrease the cost of an IV candidate when the cost is infinite.
23009
23010 2010-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23011
23012 * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
23013 Use '3DNow!' for the extension of that name, ensure normal space
23014 after the string.
23015 * doc/invoke.texi (i386 and x86-64 Options): Likewise.
23016
23017 2010-03-03 Jeff Law <law@redhat.com>
23018
23019 * PR middle-end/32693
23020 * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
23021 than gen_rtx_SUBREG.
23022 (extract_bit_field_1): Likewise.
23023
23024 2010-03-03 Janis Johnson <janis187@us.ibm.com>
23025
23026 * doc/sourcebuild.texi (Test directives): Document that arguments
23027 include-opts and exclude-opts are now optional for dg-skip-if,
23028 dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
23029
23030 2010-03-03 Jason Merrill <jason@redhat.com>
23031
23032 PR c++/12909
23033 * cgraph.h (varpool_node): Add extra_name field.
23034 * varpool.c (varpool_extra_name_alias): New.
23035 (varpool_assemble_decl): Emit extra name aliases.
23036 (varpool_mark_needed_node): Look past an extra name alias.
23037 * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
23038 * lto-streamer-in.c (lto_input_tree): Read it.
23039 * lto-streamer-out.c (output_unreferenced_globals): Write it.
23040
23041 2010-03-03 Eric Botcazou <ebotcazou@adacore.com>
23042
23043 * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
23044 (sparc*-*-solaris2*): ...this.
23045
23046 2010-03-03 Jakub Jelinek <jakub@redhat.com>
23047
23048 PR debug/43229
23049 * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
23050 WIDEN_MULT_EXPR and WIDEN_SUM_EXPR. Return NULL without
23051 ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
23052 FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
23053
23054 PR debug/43237
23055 * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
23056 fallthrough to default handling, just with want_address 0 instead of 2.
23057 For single element lists, add_AT_loc directly, otherwise create an
23058 artificial variable DIE and stick location list to it.
23059
23060 PR debug/43177
23061 * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
23062 (VAL_EXPR_HAS_REVERSE): Define.
23063 (reverse_op): New function.
23064 (add_stores): For reversible operations add an extra MO_VAL_USE.
23065
23066 2010-03-02 Jason Merrill <jason@redhat.com>
23067
23068 * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
23069
23070 2010-03-02 Eric Botcazou <ebotcazou@adacore.com>
23071
23072 * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
23073 (sparc64-*-linux*): Likewise.
23074 (sparc64-*-solaris2*): Include assembler files before linker ones.
23075 (sparc-*-solaris2*): Simplify and reorder to match previous case.
23076 * config/sparc/gas.h: Delete.
23077 * config/sparc/sol2-64.h: Add copyright notice.
23078 * config/sparc/sol2-gas-bi.h: Likewise.
23079 * config/sparc/sol2-gld.h: Likewise.
23080 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
23081 * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
23082 * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
23083 * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
23084 (sparc_elf_asm_named_section): Rename into...
23085 (sparc_solaris_elf_asm_named_section): ...this. Always define.
23086
23087 2010-03-02 Uros Bizjak <ubizjak@gmail.com>
23088
23089 * config/alpha/alpha.c (override_options): Fix -mtune error message.
23090
23091 2010-03-02 Jeff Law <law@redhat.com>
23092
23093 PR middle-end/42431
23094 * reload1.c (rtx_p, substitute_stack): Declare.
23095 (substitute): Record addresses of changed rtxs.
23096 (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
23097 Restore the original rtx when complete.
23098 (reload): Free subsitute_stack when complete.
23099
23100 2010-03-02 Janis Johnson <janis187@us.ibm.com>
23101
23102 * doc/gccint.texi (menu): Add Testsuites as a chapter.
23103 * doc/sourcebuild.texi (Testsuites): Move up a level to be a
23104 new chapter.
23105 (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
23106 LTO Testing, gcov Testing, profopt Testing, compat Testing,
23107 Torture Tests): Change from subsection to section.
23108
23109 2010-03-02 Jakub Jelinek <jakub@redhat.com>
23110 Steven Bosscher <steven@gcc.gnu.org>
23111
23112 * var-tracking.c (vt_initialize): Scan insns in ebb chunks
23113 instead of bb.
23114
23115 2010-03-02 Reza Yazdani <reza.yazdani@amd.com>
23116
23117 PR middle-end/42640
23118 * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
23119 the assignment from the new induction variable to the assignment
23120 of the value from the original loop PHI function.
23121
23122 2010-03-01 Janis Johnson <janis187@us.ibm.com>
23123 Daniel Jacobowitz <dan@codesourcery.com>
23124
23125 * doc/sourcebuild.texi (Test directives): Clarify options to
23126 dg-skip-if.
23127
23128 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23129
23130 * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
23131 Disable cfi directives unless GCC and gas agree on using read-only
23132 .eh_frame sections for 64-bit.
23133 * configure: Regenerate.
23134
23135 2010-03-01 Richard Guenther <rguenther@suse.de>
23136
23137 PR tree-optimization/43220
23138 * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
23139 BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
23140
23141 2010-03-01 Richard Guenther <rguenther@suse.de>
23142 Martin Jambor <mjambor@suse.cz>
23143
23144 PR middle-end/41250
23145 * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
23146 gimplified parameters.
23147
23148 2010-03-01 Christian Bruel <christian.bruel@st.com>
23149
23150 * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
23151
23152 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
23153
23154 * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
23155
23156 2010-03-01 Richard Guenther <rguenther@suse.de>
23157
23158 PR middle-end/43213
23159 * expr.c (expand_assignment): Use the alias-oracle to tell
23160 if the rhs aliases the result decl.
23161
23162 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23163
23164 PR pch/14940
23165 * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
23166 to sol_gt_pch_get_address.
23167 (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
23168 64-bit, SPARC and x86.
23169 (sol_gt_pch_get_address): New function.
23170
23171 2010-03-01 Marco Poletti <poletti.marco@gmail.com>
23172
23173 * toplev.h (inform_n, error_n): Declare.
23174 * diagnostic.c (inform_n, error_n): New function.
23175
23176 2010-03-01 Jakub Jelinek <jakub@redhat.com>
23177
23178 * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
23179 has no rtl yet when processing local_decls, queue it and recheck
23180 if deferred stack allocation hasn't assigned it rtl.
23181
23182 2010-02-28 Kaz Kojima <kkojima@gcc.gnu.org>
23183
23184 * config/sh/sh.c (unspec_bbr_uid): New.
23185 (gen_block_redirect): Use it instead of INSN_UID.
23186 (gen_far_branch): Likewise.
23187
23188 2010-02-28 H.J. Lu <hongjiu.lu@intel.com>
23189
23190 * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
23191 it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
23192
23193 2010-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23194
23195 * doc/invoke.texi (Warning Options, RX Options): Fix typos.
23196 (Warning Options): -Wno-conversion-null is valid for
23197 Objective-C++ as well.
23198 * doc/tm.texi (Named Address Spaces): Likewise.
23199 * doc/plugins.texi (Plugins): Replace TABs with spaces.
23200 * doc/tree-ssa.texi (Tree SSA): Likewise.
23201
23202 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
23203
23204 PR bootstrap/43202
23205 * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
23206 by default. Don't set the default arch for
23207 i[34567]86-*-darwin*|x86_64-*-darwin*.
23208
23209 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
23210
23211 PR bootstrap/43202
23212 * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
23213 default. Set the default 32bit/64bit archs with $with_arch
23214 instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
23215
23216 2010-02-27 Richard Guenther <rguenther@suse.de>
23217
23218 PR tree-optimization/43186
23219 * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
23220 * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
23221 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
23222 unroller iterations.
23223
23224 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
23225
23226 * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
23227 required and i[34567]86-*-* targets don't support 64bit ISA.
23228
23229 2010-02-26 Eric Botcazou <ebotcazou@adacore.com>
23230
23231 PR ada/43096
23232 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
23233 the same alias set.
23234
23235 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
23236
23237 * config.gcc: Set the default arch at least to Prescott for
23238 i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
23239 if SSE math is enabled.
23240
23241 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
23242
23243 * diagnostic.c (diagnostic_initialize): Update.
23244 (diagnostic_report_diagnostic): Test inhibit_notes_p for
23245 informative notes.
23246 * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
23247 (diagnostic_inhibit_notes): New.
23248 * toplev.c (process_options): inhibit notes with -fcompare-debug.
23249
23250 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
23251
23252 PR c/20631
23253 * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
23254 * doc/standards.texi: Likewise.
23255 * doc/extend.texi: Likewise.
23256 * doc/trouble.texi: Likewise.
23257 * doc/cppopts.texi: Likewise.
23258 * doc/install.texi: Likewise.
23259 * c.opt (std=c90,std=gnu90): New options.
23260 * c-opts.c (c_common_handle_option): Handle them.
23261
23262 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
23263
23264 PR c/24577
23265 * c-decl.c (undeclared_variable): Use an informative note.
23266
23267 2010-02-26 Richard Guenther <rguenther@suse.de>
23268
23269 PR tree-optimization/43186
23270 * gimple.h (gimple_fold): Remove.
23271 * gimple.c (gimple_fold): Remove. Inline into single user ...
23272 * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
23273 Try harder for conditions.
23274
23275 2010-02-26 Jakub Jelinek <jakub@redhat.com>
23276
23277 PR debug/43190
23278 * function.c (used_types_insert): Don't skip through named pointer
23279 types. Don't use TYPE_MAIN_VARIANT if the original type has a name
23280 and it is different from the main variant's type.
23281
23282 2010-02-26 Nick Clifton <nickc@redhat.com>
23283
23284 * config/rx/rx.md (sminsi3): Remove bogus alternative.
23285
23286 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
23287
23288 * config.gcc: Support --with-fpmath=sse for x86.
23289
23290 * config/i386/ssemath.h: New.
23291
23292 * doc/install.texi (--with-fpmath=sse): Documented.
23293
23294 2010-02-26 Richard Guenther <rguenther@suse.de>
23295
23296 PR tree-optimization/43188
23297 * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
23298 vector types of over-aligned element type.
23299
23300 2010-02-26 Uros Bizjak <ubizjak@gmail.com>
23301
23302 PR target/43175
23303 * config/i386/i386.c (expand_vec_perm_blend): Use correct
23304 operands in V8HImode subregs. Fix operand order in VEC_MERGE rtx.
23305
23306 2010-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
23307
23308 * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
23309
23310 2010-02-26 Jakub Jelinek <jakub@redhat.com>
23311
23312 * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
23313 * var-tracking.c: Include diagnostic.h.
23314 (debug_dv): New function.
23315 (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
23316
23317 PR debug/43160
23318 * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
23319 (add_value_chain, add_value_chains, remove_value_chain,
23320 remove_value_chains): Handle DEBUG_EXPRs.
23321 (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
23322
23323 PR debug/43161
23324 * regcprop.c (struct queued_debug_insn_change): New type.
23325 (struct value_data_entry): Add debug_insn_changes field.
23326 (struct value_data): Add n_debug_insn_changes field.
23327 (debug_insn_changes_pool): New variable.
23328 (free_debug_insn_changes, apply_debug_insn_changes,
23329 cprop_find_used_regs_1, cprop_find_used_regs): New functions.
23330 (kill_value_one_regno): Call free_debug_insn_changes if needed.
23331 (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
23332 fields.
23333 (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
23334 changes for them.
23335 (copyprop_hardreg_forward_1): Don't call apply_change_group for
23336 DEBUG_INSNs. For a real insn, if there are queued DEBUG_INSN
23337 changes, call cprop_find_used_regs via note_stores.
23338 (copyprop_hardreg_forward): When copying vd from predecessor
23339 which has any queued DEBUG_INSN changes, make sure the pointers are
23340 cleared. At the end call df_analyze and then if there are any
23341 DEBUG_INSN changes queued at the end of some basic block for still
23342 live registers, apply them.
23343 (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
23344
23345 2010-02-25 Uros Bizjak <ubizjak@gmail.com>
23346
23347 * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
23348 (arm*-*-*): Ditto.
23349
23350 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
23351
23352 * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
23353 targets. Set the default with_cpu/with_arch from arch/cpu.
23354 Allow x86-64 and native for with_cpu/with_arch.
23355
23356 2010-02-25 Nicolas Benoit <nbenoit@tuxfamily.org>
23357
23358 * ebitmap.c: Change calls to verify_popcount with calls to
23359 sbitmap_verify_popcount.
23360 (ebitmap_clear_bit): Fixed map->cacheindex test and
23361 map>cache update when bit clearing results in an empty
23362 element.
23363
23364 2010-02-25 Michael Meissner <meissner@linux.vnet.ibm.com>
23365
23366 PR target/43154
23367 * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
23368 (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
23369 and support both V2DF and V2DI modes.
23370 (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
23371 support both V2DF and V2DI modes.
23372 (general): Delete trailing whitespace from a few patterns.
23373
23374 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
23375 V2DF/V2DI interleave high/low builtins.
23376
23377 * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
23378 new VSX builtins.
23379
23380 * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
23381 interleave high/low functions.
23382
23383 2010-02-25 Gerald Pfeifer <gerald@pfeifer.com>
23384
23385 * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
23386 #pragma extern_prefix.
23387
23388 2010-02-25 Jakub Jelinek <jakub@redhat.com>
23389
23390 PR debug/43166
23391 * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
23392 BLKmode, assert op0 is a MEM and just adjust its mode.
23393
23394 PR debug/43165
23395 * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
23396 if bitpos isn't multiple of mode's bitsize.
23397
23398 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
23399
23400 * c.opt (-ftemplate-depth=): New.
23401 (-ftemplate-depth-): Deprecate.
23402 * optc-gen.awk: Handle -ftemplate-depth=.
23403 * opth-gen.awk: Likewise.
23404 * c-opts.c (c_common_handle_option): Likewise.
23405 * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
23406
23407 2010-02-24 Jason Merrill <jason@redhat.com>
23408
23409 * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
23410
23411 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23412
23413 * cfg.c (alloc_aux_for_block): Remove inline.
23414 (alloc_aux_for_edge): Likewise.
23415
23416 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23417
23418 * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
23419
23420 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23421
23422 * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
23423 * config/i386/sol2-gas.h: New file.
23424 * config.gcc (i[34567]86-*-solaris2*): Use it.
23425
23426 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
23427
23428 PR c/43128
23429 * c-typeck.c (ep_convert_and_check): New.
23430 (build_conditional_expr): Use it.
23431 (build_binary_op): Likewise.
23432
23433 2010-02-24 Jakub Jelinek <jakub@redhat.com>
23434
23435 * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
23436
23437 PR debug/43150
23438 * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
23439 bounds even for -O+.
23440 * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
23441 expr needs to have DECL_NAME set.
23442
23443 2010-02-24 Nick Clifton <nickc@redhat.com>
23444
23445 * config/mep/mep.c: Include gimple.h.
23446 (mep_function_uses_sp): Delete unused function.
23447 (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
23448 parameters. Use unsigned integers to count args. Return a
23449 NULL_RTX instead of an error_mark_node. Toidy up formatting.
23450
23451 2010-02-23 Jakub Jelinek <jakub@redhat.com>
23452
23453 PR target/43107
23454 * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
23455 greater or equal to nelt instead of 2 * nelt.
23456 (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
23457 with nelt - 1.
23458
23459 2010-02-23 Jason Merrill <jason@redhat.com>
23460
23461 PR debug/42800
23462 * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
23463 in cfun->local_decls even if they have register types.
23464
23465 PR c++/42837
23466 * stor-layout.c (place_field): Don't warn about unnecessary
23467 DECL_PACKED if the type is packed.
23468
23469 2010-02-23 Jakub Jelinek <jakub@redhat.com>
23470
23471 PR target/43139
23472 * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
23473 GOTOFF relocs, even when the base reg isn't pic pointer.
23474
23475 2010-02-23 Michael Matz <matz@suse.de>
23476
23477 PR debug/43077
23478 * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
23479 (expand_gimple_basic_block): Generate and use debug temps if there
23480 are debug uses left after the last real use of TERed ssa names.
23481 Unlink debug immediate uses when they are expanded.
23482
23483 2010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
23484
23485 PR 43123
23486 * config/i386/i386.c (override_options): Reorganise to provide
23487 better error messages.
23488
23489 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
23490
23491 PR middle-end/43083
23492 * graphite-scop-detection.c (create_single_exit_edge): Move
23493 the call to find_single_exit_edge to....
23494 (create_sese_edges): ...here. Don't handle multiple edges
23495 exiting the function.
23496 (build_graphite_scops): Don't handle multiple edges
23497 exiting the function.
23498
23499 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
23500
23501 PR middle-end/43097
23502 * sese.c (get_rename): Assert that old_name is an SSA_NAME.
23503 (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
23504
23505 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
23506
23507 PR middle-end/43026
23508 * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
23509
23510 2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
23511
23512 PR c++/43126
23513 * c-typeck.c (convert_arguments): Print declaration location.
23514 * c-common.c (validate_nargs): Rename as
23515 builtin_function_validate_nargs.
23516 (check_builtin_function_arguments): Update.
23517
23518 2010-02-22 Richard Guenther <rguenther@suse.de>
23519
23520 PR lto/43045
23521 * tree-inline.c (declare_return_variable): Use the type of
23522 the call stmt lhs if available.
23523
23524 2010-02-22 Duncan Sands <baldrick@free.fr>
23525
23526 * passes.c (register_pass): Always consider all pass lists when
23527 ref_pass_instance_number is zero.
23528
23529 2010-02-22 Richard Guenther <rguenther@suse.de>
23530
23531 PR tree-optimization/42749
23532 * tree-tailcall.c (adjust_return_value_with_ops): Drop update
23533 parameter. Do arithmetic in the original type.
23534 (update_accumulator_with_ops): Likewise.
23535 (adjust_accumulator_values): Adjust.
23536
23537 2010-02-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23538
23539 * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
23540 (QI to BLKmode splitter): New splitter.
23541
23542 2010-02-22 H.J. Lu <hongjiu.lu@intel.com>
23543
23544 * config/i386/i386.c (initial_ix86_tune_features): Turn on
23545 X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
23546
23547 2010-02-22 Richard Guenther <rguenther@suse.de>
23548
23549 * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
23550
23551 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
23552
23553 Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
23554 * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
23555 ($(T)crti.o, $(T)crtn.o): Remove rules.
23556
23557 2010-02-21 Tobias Burnus <burnus@net-b.de>
23558
23559 PR fortran/35259
23560 * doc/invoke.texi (-fassociative-math): Document that this
23561 option is automatically enabled for Fortran.
23562
23563 2010-02-20 David S. Miller <davem@davemloft.net>
23564
23565 * configure.ac: Test if linker and assembler properly support
23566 GOTDATA_OP relocations.
23567 * configure: Rebuild.
23568 * config.in: Likewise.
23569 * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
23570 (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
23571 (movsi_high_pic): Likewise.
23572 (movdi_lo_sum_pic): Likewise.
23573 (movdi_high_pic): Likewise.
23574 (movsi_pic_gotdata_op): New pattern.
23575 (movdi_pic_gotdata_op): Likewise.
23576 * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
23577 emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
23578
23579 2010-02-20 Uros Bizjak <ubizjak@gmail.com>
23580
23581 PR target/43067
23582 * config/i386/sse.md (xop_mulv2div2di3_low): Change type
23583 attribute to ssemul.
23584 (xop_mulv2div2di3_high): Ditto.
23585
23586 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
23587
23588 PR c++/35669
23589 * c.opt (Wconversion-null): New option.
23590 * doc/invoke.texi (Wconversion-null): Document.
23591
23592 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
23593
23594 * common.opt (Wlarger-than-): Add Undocumented.
23595
23596 2010-02-19 Mike Stump <mikestump@comcast.net>
23597
23598 * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
23599
23600 2010-02-19 Jason Merrill <jason@redhat.com>
23601
23602 PR target/40332
23603 * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
23604 * configure: Likewise.
23605
23606 2010-02-20 Alan Modra <amodra@gmail.com>
23607
23608 PR middle-end/42344
23609 * cgraph.h (cgraph_make_decl_local): Declare.
23610 * cgraph.c (cgraph_make_decl_local): New function.
23611 (cgraph_make_node_local): Use it.
23612 * cgraphunit.c (cgraph_function_versioning): Likewise.
23613 * ipa.c (function_and_variable_visibility): Likewise.
23614
23615 2010-02-19 Jakub Jelinek <jakub@redhat.com>
23616
23617 PR bootstrap/43121
23618 * except.c (sjlj_emit_function_enter): Don't call
23619 add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
23620 directly.
23621 * rtl.h (add_reg_br_prob_note): Remove prototype.
23622
23623 2010-02-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
23624
23625 PR 41779
23626 * c-common.c (conversion_warning): Remove widening conversions
23627 before checking the conversion of integers to reals.
23628
23629 2010-02-19 Mike Stump <mikestump@comcast.net>
23630
23631 PR middle-end/43125
23632 * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
23633
23634 PR objc/43061
23635 * cgraphunit.c (process_function_and_variable_attributes): Check
23636 DECL_PRESERVE_P instead of looking up attribute "used".
23637 * ipa-pure-const.c (check_decl): Likewise.
23638 * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
23639 * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
23640 * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
23641 instead of attribute "used".
23642 * config/sol2-c.c (solaris_pragma_init): Likewise.
23643 (solaris_pragma_fini): Likewise.
23644
23645 2010-02-19 Jakub Jelinek <jakub@redhat.com>
23646
23647 * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
23648 Use XCNEW instead of xcalloc.
23649 (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
23650 XNEW instead of xmalloc.
23651 (get_fields): Use XNEWVEC instead of xmalloc.
23652
23653 PR debug/43084
23654 * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
23655 populate vars array.
23656 (create_new_general_access): For debug stmts just reset value.
23657 (get_stmt_accesses): For accesses within debug stmts just record them
23658 using add_access_to_acc_sites instead of preventing the peeling or
23659 counting them as accesses.
23660
23661 PR middle-end/42233
23662 * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
23663
23664 2010-02-19 Richard Guenther <rguenther@suse.de>
23665
23666 PR tree-optimization/42916
23667 * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
23668 instructions.
23669
23670 2010-02-19 Andreas Schwab <schwab@linux-m68k.org>
23671
23672 * configure.ac: Replace all uses of changequote in macro arguments
23673 with proper quoting.
23674
23675 2010-02-19 Jakub Jelinek <jakub@redhat.com>
23676
23677 PR middle-end/42233
23678 * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
23679
23680 2010-02-19 Richard Guenther <rguenther@suse.de>
23681
23682 PR tree-optimization/42944
23683 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
23684 test for aliasing with errno.
23685
23686 2010-02-19 Jakub Jelinek <jakub@redhat.com>
23687
23688 PR middle-end/42233
23689 * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
23690 do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
23691 * dojump.c: Include output.h.
23692 (inv): New inline function.
23693 (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
23694 do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
23695 do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
23696 do_jump_by_parts_equality, do_compare_and_jump): Add PROB
23697 argument, pass it down to other calls.
23698 (do_compare_rtx_and_jump): Likewise. If PROB is not -1,
23699 add REG_BR_PROB note to the conditional jump.
23700 * cfgexpand.c (add_reg_br_prob_note): Removed.
23701 (expand_gimple_cond): Don't call it, add the probability
23702 as last argument to jumpif_1/jumpifnot_1.
23703 * Makefile.in (dojump.o): Depend on output.h.
23704 * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
23705 callers.
23706 * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
23707 * stmt.c (do_jump_if_equal): Likewise.
23708 * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
23709 * loop-unswitch.c (compare_and_jump_seq): Likewise.
23710 * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
23711 Likewise.
23712 * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
23713 * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
23714 jumpifnot_1 callers.
23715 (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
23716 callers.
23717 (store_expr): Adjust jumpifnot caller.
23718 (store_constructor): Adjust jumpif caller.
23719
23720 PR middle-end/42233
23721 * gimplify.c (gimple_boolify): For __builtin_expect call
23722 gimple_boolify also on its first argument.
23723
23724 2010-02-18 Uros Bizjak <ubizjak@gmail.com>
23725
23726 * configure.ac (gnu-unique-object): Wrap regexps using [] in
23727 changequote block.
23728 (__stack_chk_fail): Ditto. Remove quadrigraphs.
23729 * configure: Regenerated.
23730
23731 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23732
23733 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
23734 lang_hooks.types_compatible_p instead of comptypes.
23735
23736 2010-02-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
23737
23738 * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
23739 (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
23740 if __prefer_thumb__ is defined.
23741
23742 2010-02-18 Martin Jambor <mjambor@suse.cz>
23743
23744 PR tree-optimization/43066
23745 * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
23746 array with zero-sized element type.
23747
23748 2010-02-18 Jakub Jelinek <jakub@redhat.com>
23749
23750 * dwarf2out.c (add_var_loc_to_decl): Change last argument to
23751 rtx, allocate struct var_loc_node here and return it to the
23752 caller, and only if it is actually needed.
23753 (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
23754 move it earlier and return immediately if it returns NULL.
23755
23756 2010-02-17 Mikael Pettersson <mikpe@it.uu.se>
23757
23758 * config/sparc/gas.h: New file. Restore
23759 TARGET_ASM_NAMED_SECTION to its ELF default.
23760 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
23761 check !HAVE_GNU_AS.
23762 * config/sparc/sparc.c (sparc_elf_asm_named_section):
23763 Likewise. Add ATTRIBUTE_UNUSED to prototype.
23764 * config.gcc (sparc*-*-linux*): Include sparc/gas.h
23765 after sparc/sysv4.h.
23766
23767 2010-02-17 Dave Korn <dave.korn.cygwin@gmail.com>
23768
23769 * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
23770
23771 2010-02-17 Steven Bosscher <steven@gcc.gnu.org>
23772
23773 * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
23774 patterns from predicated pattern.
23775
23776 2010-02-17 Uros Bizjak <ubizjak@gmail.com>
23777
23778 PR target/43103
23779 * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
23780 for insn mnemonic suffix.
23781
23782 2010-02-17 Richard Guenther <rguenther@suse.de>
23783
23784 * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
23785 to loop PHI nodes.
23786
23787 2010-02-17 Jakub Jelinek <jakub@redhat.com>
23788
23789 PR debug/42918
23790 * caller-save.c (save_call_clobbered_regs): If BB ends with
23791 a DEBUG_INSN, move any notes in between last real insn and the last
23792 DEBUG_INSN after the last DEBUG_INSN.
23793
23794 2010-02-16 Joern Rennecke <joern.rennecke@embecosm.com>
23795
23796 * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
23797 Fix return type. Fix argument type. Explain meaning of return value.
23798
23799 2010-02-16 Richard Guenther <rguenther@suse.de>
23800
23801 PR tree-optimization/41043
23802 * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
23803 (vrp_visit_assignment_or_call): Do not ask SCEV for regular
23804 statements ...
23805 (vrp_visit_phi_node): ... but only for loop PHI nodes.
23806
23807 2010-02-16 Ira Rosen <irar@il.ibm.com>
23808
23809 PR tree-optimization/43074
23810 * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
23811 * tree-vect-loop.c (vect_analyze_loop_operations): Add
23812 vectorizable cycles in hybrid SLP check.
23813 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
23814
23815 2010-02-16 Richard Guenther <rguenther@suse.de>
23816
23817 * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
23818 (true_dependence): If memrefs_conflict_p computes must-alias
23819 trust it. Move TBAA check after offset-based disambiguation.
23820 (canon_true_dependence): Likewise.
23821
23822 2010-02-16 Alexandre Oliva <aoliva@redhat.com>
23823
23824 * params.def (PARAM_MAX_VARTRACK_SIZE): New.
23825 * doc/invoke.texi: Document it.
23826 * var-tracking.c: Include toplev.h and params.h.
23827 (vt_find_locations): Return bool indicating success. Compute
23828 hash sizes unconditionally. Check new parameter, report.
23829 (variable_tracking_main_1): Check vt_find_locations results and
23830 retry. Renamed from...
23831 (variable_tracking_main): ... this. New wrapper to preserve
23832 flag_var_tracking_assignments.
23833 * Makefile.in (var-tracking.o): Adjust dependencies.
23834
23835 2010-02-16 Jack Howarth <howarth@bromo.med.uc.edu>
23836 Jakub Jelinek <jakub@redhat.com>
23837
23838 PR target/42854
23839 * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
23840 if weak_import attribute is present.
23841 * config/darwin.c (machopic_select_section): Likewise.
23842
23843 2010-02-15 Joern Rennecke <joern.rennecke@embecosm.com>
23844
23845 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
23846 (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
23847 (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
23848 (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
23849
23850 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
23851 types.
23852
23853 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
23854 Fix argument types.
23855
23856 * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
23857 Rewrite text to refer to the names.
23858
23859 2010-02-15 Sebastian Pop <sebastian.pop@amd.com>
23860
23861 * config/i386/i386-builtin-types.def
23862 (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
23863 (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
23864 (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
23865 (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
23866 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
23867 IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
23868 IX86_BUILTIN_VPERMIL2PS256.
23869 (MULTI_ARG_4_DF2_DI_I): Defined.
23870 (MULTI_ARG_4_DF2_DI_I1): Defined.
23871 (MULTI_ARG_4_SF2_SI_I): Defined.
23872 (MULTI_ARG_4_SF2_SI_I1): Defined.
23873 (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
23874 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
23875 __builtin_ia32_vpermil2ps256.
23876 (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
23877 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
23878 MULTI_ARG_4_SF2_SI_I1. Handle builtins with 4 arguments.
23879 (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
23880 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
23881 MULTI_ARG_4_SF2_SI_I1. Handle CODE_FOR_xop_vpermil2v2df3,
23882 CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
23883 CODE_FOR_xop_vpermil2v8sf3.
23884 * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
23885 * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
23886 * config/i386/xopintrin.h (_mm_permute2_pd): New.
23887 (_mm256_permute2_pd): New.
23888 (_mm_permute2_ps): New.
23889 (_mm256_permute2_ps): New.
23890
23891 2010-02-15 Nick Clifton <nickc@redhat.com>
23892
23893 * config/h8300/h8300.c (h8300_push_pop): Use bool type for
23894 boolean parameters. Use emit_jump_insn when emitting a pop
23895 instruction containing a return insn.
23896 (push): Use 'true' rather than '1' as second parameter to F.
23897 (h8300_expand_prologue): Likewise.
23898 Use 'true' and 'false' for boolean parameters to h8300_push_pop.
23899 (h8300_expand_epilogue): Likewise.
23900
23901 2010-02-15 Richard Guenther <rguenther@suse.de>
23902
23903 PR middle-end/43068
23904 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
23905 if that is zero.
23906
23907 2010-02-15 Nick Clifton <nickc@redhat.com>
23908
23909 * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
23910 delta.
23911
23912 2010-02-14 Marco Poletti <poletti.marco@gmail.com>
23913
23914 * intl.c (fake_ngettext): New function.
23915 * intl.h (fake_ngettext): Declare.
23916 (ngettext): Define macro.
23917 * collect2.c (notice_translated): New function.
23918 (main): Use notice_translated and ngettext.
23919 * collect2.h (notice_translated): Declare.
23920
23921 2010-02-14 Steven Bosscher <steven@gcc.gnu.org>
23922
23923 * reorg.c (delete_computation): Comment fixes.
23924 * caller-save.c (setup_save_areas): Idem.
23925 * sel-sched-dump.c (dump_lv_set): Idem.
23926 * rtl.def: Idem.
23927
23928 2010-02-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23929
23930 * config/s390/s390.c (s390_sched_init): New function.
23931 (TARGET_SCHED_INIT): Target hook defined.
23932
23933 2010-02-12 Dave Korn <dave.korn.cygwin@gmail.com>
23934 Jack Howarth <howarth@bromo.med.uc.edu>
23935 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
23936
23937 PR target/42982
23938 Partial revert of unintended change in fix for PR41605.
23939 * config/darwin.h: Fix typo.
23940 * config/darwin9.h: Same.
23941
23942 2010-02-11 Jakub Jelinek <jakub@redhat.com>
23943
23944 * c-pch.c (pch_init): Clear v.
23945
23946 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
23947
23948 PR middle-end/42930
23949 * graphite-scop-detection.c (graphite_can_represent_scev): Call
23950 graphite_can_represent_init for MULT_EXPR.
23951
23952 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
23953
23954 PR middle-end/42914
23955 PR middle-end/42530
23956 * graphite-sese-to-poly.c (remove_phi): New.
23957 (translate_scalar_reduction_to_array): Call remove_phi.
23958
23959 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
23960
23961 PR middle-end/42771
23962 * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
23963 * graphite-clast-to-gimple.h (gloog): Update declaration.
23964 * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
23965 * graphite-poly.h (struct poly_bb): Add missing comments.
23966 (struct scop): Add poly_scop_p field.
23967 (POLY_SCOP_P): New.
23968 * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
23969 * graphite.c (graphite_transform_loops): Build the polyhedral
23970 representation for each scop before code generation.
23971 * sese.c (rename_variables_in_operand): Removed.
23972 (rename_variables_in_expr): Return the renamed expression.
23973 (rename_sese_parameters): New.
23974 * sese.h (rename_sese_parameters): Declared.
23975
23976 2010-02-11 Richard Guenther <rguenther@suse.de>
23977
23978 PR tree-optimization/42998
23979 * tree-ssa-pre.c (create_expression_by_pieces): Treat
23980 POINTER_PLUS_EXPR properly.
23981
23982 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
23983 Changpeng Fang <changpeng.fang@amd.com>
23984
23985 PR middle-end/40886
23986 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
23987 the cost of an IV candidate when the IV is used in a test against zero.
23988
23989 * gcc.dg/tree-ssa/ivopts-3.c: New.
23990
23991 2010-02-11 Richard Guenther <rguenther@suse.de>
23992
23993 PR lto/41664
23994 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
23995 pointer-vs-decl case by swapping refs. Handle some cases
23996 of pointer-vs-decl disambiguations more conservatively.
23997 * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
23998 to false after expanding.
23999
24000 2010-02-11 Richard Guenther <rguenther@suse.de>
24001
24002 PR driver/43021
24003 * gcc.c (process_command): Handle LTO file@offset case more
24004 appropriately.
24005
24006 2010-02-11 Jakub Jelinek <jakub@redhat.com>
24007
24008 * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
24009 modifications outside of the DEBUG_INSN. Accept CLOBBERs inside
24010 of DEBUG_INSNs.
24011 (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
24012
24013 * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
24014 if MEM's mode size isn't DWARF2_ADDR_SIZE.
24015 (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
24016 Optimize eq/ne comparisons when both arguments are known to be
24017 zero-extended.
24018 (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
24019 Don't mask operands unnecessarily if they are known to be already
24020 zero-extended.
24021
24022 2010-02-10 Vladimir Makarov <vmakarov@redhat.com>
24023
24024 * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
24025 instead of loop.
24026
24027 2010-02-10 Richard Guenther <rguenther@suse.de>
24028
24029 PR tree-optimization/43017
24030 * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
24031 for wrapping signed arithmetic.
24032
24033 2010-02-10 Jakub Jelinek <jakub@redhat.com>
24034
24035 PR debug/43010
24036 * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
24037 if no debug info should be emitted for it.
24038
24039 2010-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
24040
24041 * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
24042 note when flag_exceptions is set.
24043
24044 2010-02-10 Duncan Sands <baldrick@free.fr>
24045
24046 * Makefile.in (PLUGIN_HEADERS): Add debug.h.
24047
24048 2010-02-10 Richard Guenther <rguenther@suse.de>
24049
24050 PR c/43007
24051 * tree.c (get_unwidened): Handle constants.
24052 * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
24053
24054 2010-02-10 Martin Jambor <mjambor@suse.cz>
24055
24056 PR lto/42985
24057 * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
24058 check for variable argument counts independently.
24059
24060 2010-02-10 Christian Bruel <christian.bruel@st.com>
24061
24062 PR target/42841
24063 * config/sh/sh.c (find_barrier): Increase length for non delayed
24064 conditional branches.
24065
24066 2010-02-10 Christian Bruel <christian.bruel@st.com>
24067
24068 * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
24069
24070 2010-02-10 Jakub Jelinek <jakub@redhat.com>
24071
24072 * builtins.c (set_builtin_user_assembler_name): Also handle
24073 ffs if int is smaller than word.
24074
24075 2010-02-09 Vladimir Makarov <vmakarov@redhat.com>
24076
24077 PR middle-end/42973
24078 * ira-conflicts.c (get_dup): Remove.
24079 (process_reg_shuffles): Add new parameter. Use it as an
24080 additional guard for copy generation.
24081 (add_insn_allocno_copies): Rewrite.
24082
24083 2010-02-09 Alexander Monakov <amonakov@ispras.ru>
24084
24085 * common.opt (fsched2-use-traces): Preserved for backward
24086 compatibility.
24087 * doc/invoke.texi: Remove the documentation about option
24088 -fsched2-use-traces.
24089 * sched-rgn.c (rest_of_handle_sched2): Remove usage of
24090 flag_sched2_use_traces.
24091 * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
24092 the backward compatibility flag section.
24093
24094 2010-02-09 Richard Guenther <rguenther@suse.de>
24095
24096 PR tree-optimization/43008
24097 * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
24098 make HEAP variables initialized from global memory if they
24099 are not known builtin functions.
24100 (find_func_aliases): Adjust.
24101
24102 2010-02-09 Richard Guenther <rguenther@suse.de>
24103
24104 PR tree-optimization/43000
24105 * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
24106 arithmetic manually.
24107
24108 2010-02-08 Jakub Jelinek <jakub@redhat.com>
24109
24110 PR tree-optimization/42931
24111 * tree-loop-linear.c (try_interchange_loops): Don't call
24112 double_int_mul if estimated_loop_iterations failed.
24113
24114 2010-02-08 Martin Jambor <mjambor@suse.cz>
24115
24116 PR middle-end/42898
24117 * tree-sra.c (build_accesses_from_assign): Do not mark in
24118 should_scalarize_away_bitmap if stmt has volatile ops.
24119 (sra_modify_assign): Do not process assigns piecemeal if if stmt
24120 has volatile ops.
24121
24122 2010-02-08 Joern Rennecke <joern.rennecke@embecosm.com>
24123
24124 * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
24125
24126 2010-02-07 Adam Nemet <adambnmet@gmail.com>
24127
24128 * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
24129 before the pattern.
24130
24131 2010-02-07 Andrew Pinski <pinskia@gmail.com>
24132
24133 PR middle-end/42946
24134 * df-core.c (df_finish_pass): Change type of saved_flags to int.
24135
24136 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
24137
24138 PR middle-end/42988
24139 * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
24140 to unknown_dependence.
24141 (graphite_legal_transform_dr): Handle the unknown_dependence.
24142 (graphite_carried_dependence_level_k): Same.
24143
24144 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
24145
24146 * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
24147
24148 2010-02-07 Richard Guenther <rguenther@suse.de>
24149
24150 PR middle-end/42991
24151 * expr.c (get_inner_reference): Always initialize *pbitsize.
24152
24153 2010-02-07 Richard Guenther <rguenther@suse.de>
24154
24155 PR middle-end/42956
24156 * gimplify.c (gimple_fold_indirect_ref): Avoid generating
24157 new ARRAY_REFs on variable size element or minimal index arrays.
24158 Complete.
24159 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
24160 gimple_fold_indirect_ref.
24161
24162 2010-02-06 Richard Earnshaw <rearnsha@arm.com>
24163
24164 PR target/42957
24165 * arm.c (arm_override_options): Just return if the user has specified
24166 an invalid fpu name.
24167
24168 2010-02-03 Jason Merrill <jason@redhat.com>
24169
24170 PR c++/42870
24171 * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
24172 i386_pe_maybe_record_exported_symbol.
24173
24174 2010-02-05 Steve Ellcey <sje@cup.hp.com>
24175
24176 PR target/42924
24177 * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
24178 (pa_delegitimize_address): New function.
24179
24180 2010-02-05 Ozkan Sezer <sezeroz@gmail.com>
24181
24182 * config/i386/msformat-c.c (ms_printf_length_specs): Set the
24183 scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
24184
24185 2010-02-05 Richard Guenther <rguenther@suse.de>
24186
24187 PR lto/42762
24188 * lto-streamer-in.c (get_resolution): Deal with references
24189 to undefined functions.
24190
24191 2010-02-05 Richard Guenther <rguenther@suse.de>
24192
24193 * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
24194 (fold_const_aggregate_ref): Likewise.
24195 (ccp_fold_stmt): Substitute loads.
24196 (maybe_fold_reference): Verify types before substituting.
24197 Unshare properly.
24198 (fold_gimple_assign): Unshare properly.
24199 (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
24200
24201 2010-02-05 Nathan Froyd <froydnj@codesourcery.com>
24202
24203 * config/rs6000/rs6000.c (rs6000_override_options): Invert check
24204 for rs6000_gen_cell_microcode.
24205
24206 2010-02-04 Richard Guenther <rguenther@suse.de>
24207
24208 PR rtl-optimization/42952
24209 * dse.c (const_or_frame_p): Remove MEM handling.
24210
24211 2010-02-04 Nick Clifton <nickc@redhat.com>
24212
24213 * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
24214 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
24215 (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
24216 (mn10300_asm_output_mi_thunk): New function.
24217 (mn10300_can_output_mu_thunk): New function.
24218 * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
24219 (FUNCTION_ARG_REGNO_P): Fix comment. Accept d0 and d1.
24220 (FUNCTION_ARG): Delete incorrect comment.
24221
24222 2010-02-03 Jason Merrill <jason@redhat.com>
24223
24224 PR c++/40138
24225 * fold-const.c (operand_equal_p): Handle erroneous types.
24226
24227 2010-02-03 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
24228
24229 * config/h8300/h8300.md (can_delay): Fix attibute condition.
24230
24231 2010-02-03 Vladimir Makarov <vmakarov@redhat.com>
24232
24233 PR rtl-optimization/42941
24234 * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
24235 of xmalloc.
24236
24237 2010-02-03 Jason Merrill <jason@redhat.com>
24238
24239 PR c++/35652
24240 * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
24241
24242 2010-02-03 Alexandre Oliva <aoliva@redhat.com>
24243
24244 PR debug/42896
24245 * cselib.h (struct cselib_val_struct): Add uid. Rename value to hash.
24246 (cselib_reset_table): Renamed from...
24247 (cselib_reset_table_with_next_value): ... this.
24248 (cselib_get_next_uid): Renamed from...
24249 (cselib_get_next_unknown_value): ... this.
24250 * cselib.c (next_uid): Renamed from...
24251 (next_unknown_value): ... this.
24252 (cselib_clear_table): Adjust.
24253 (cselib_reset_table): Adjust. Renamed from...
24254 (cselib_reset_table_with_next_value): ... this.
24255 (cselib_get_next_uid): Adjust. Renamed from...
24256 (cselib_get_next_unknown_value): ... this.
24257 (get_value_hash): Use hash.
24258 (cselib_hash_rtx): Likewise.
24259 (new_cselib_val): Adjust. Set and dump uid.
24260 (cselib_lookup_mem): Pass next_uid as hash.
24261 (cselib_subst_to_values): Likewise.
24262 (cselib_log_lookup): Dump uid.
24263 (cselib_lookup): Pass next_uid as hash. Adjust.
24264 (cselib_process_insn): Adjust.
24265 (cselib_init): Initialize next_uid.
24266 (cselib_finish): Adjust.
24267 (dump_cselib_table): Likewise.
24268 * dse.c (canon_address): Dump value uid.
24269 * print-rtl.c (print_rtx): Print value uid.
24270 * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
24271 (dvuid): New type.
24272 (dv_uid): New function, sort of renamed from...
24273 (dv_htab_hash): ... this, reimplemented in terms of it and...
24274 (dv_uid2hash): ... this. New.
24275 (variable_htab_eq): Drop excess assertions.
24276 (tie_break_pointers): Removed.
24277 (canon_value_cmp): Compare uids.
24278 (variable_post_merge_New_vals): Print uids.
24279 (vt_add_function_parameters): Adjust.
24280 (vt_initialize): Reset table. Adjust.
24281
24282 2010-02-03 Richard Guenther <rguenther@suse.de>
24283
24284 PR tree-optimization/42944
24285 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
24286 (call_may_clobber_ref_p_1): Likewise. Properly handle
24287 malloc and calloc clobbering errno.
24288
24289 2010-02-03 Steven Bosscher <steven@gcc.gnu.org>
24290
24291 * doc/invoke.texi: Fix name of sched1 dump.
24292
24293 * opts.c (decode_options): Set flag_tree_switch_conversion
24294 only conditionally on optimize >= 2.
24295
24296 * gcse.c: Assorted comment fixes in pass description.
24297
24298 2010-02-03 Anthony Green <green@moxielogic.com>
24299
24300 * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
24301 nop padding in order to maintain alignment of storage location of
24302 target function address.
24303 (moxie_trampoline_init): Store target function address at newly
24304 aligned location.
24305 * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
24306 to 32.
24307 (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
24308
24309 2010-02-03 Richard Guenther <rguenther@suse.de>
24310
24311 PR middle-end/42927
24312 * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
24313
24314 2010-02-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24315
24316 * config.gcc: Reenable check for obsolete targets.
24317 Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
24318 mips-sgi-irix6.[0-4]*.
24319
24320 2010-02-02 Nick Clifton <nickc@redhat.com>
24321
24322 * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
24323 constant size of 4 as being the same as 0.
24324 * doc/invoke.texi (RX Options): Document that -mmax-constant-size
24325 can take values in the range 0..4.
24326
24327 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
24328
24329 PR java/41991
24330 * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
24331 as _darwin10_Unwind_FindEnclosingFunction().
24332 * libgcc-libsystem.ver: New.
24333
24334 2010-02-01 Vladimir Makarov <vmakarov@redhat.com>
24335
24336 PR target/41399
24337 * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
24338 implicitly set registers.
24339
24340 2010-02-01 Richard Earnshaw <rearnsha@arm.com>
24341
24342 * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
24343 (arm_override_options): Allow automatic selection of the thread
24344 pointer register if thumb2.
24345 (legitimize_pic_address): Improve code sequences for Thumb2.
24346 (arm_call_tls_get_addr): Likewise.
24347 (legitimize_tls_address): Likewise.
24348 * arm.md (pic_load_addr_arm): Delete. Replace with ...
24349 (pic_load_addr_32bit): ... this. New named pattern.
24350 * thumb2.md (pic_load_addr_thumb2): Delete.
24351 (pic_load_dot_plus_four): Delete.
24352 (tls_load_dot_plus_four): New named pattern.
24353
24354 2010-02-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24355
24356 PR libgomp/29986
24357 * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
24358 Document fix for TLS bug.
24359
24360 2010-01-31 Richard Guenther <rguenther@suse.de>
24361
24362 * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
24363 conservatively correct.
24364
24365 2010-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24366
24367 PR target/42850
24368 Revert:
24369 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24370
24371 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
24372
24373 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24374
24375 * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
24376
24377 2010-01-31 Kai Tietz <kai.tietz@onevision.com>
24378
24379 * config.gcc: Adjust order of makefile fragments for mingw targets.
24380
24381 2010-01-31 Richard Guenther <rguenther@suse.de>
24382
24383 PR middle-end/42898
24384 * gimplify.c (gimplify_init_constructor): For volatile LHS
24385 initialize a temporary.
24386
24387 2010-01-31 Matthias Klose <doko@ubuntu.com>
24388
24389 * configure.ac: Fix __stack_chk_fail check for cross builds configured
24390 --with-headers
24391 * configure: Regenerate.
24392
24393 2010-01-29 Eric Botcazou <ebotcazou@adacore.com>
24394
24395 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
24396 the same alias set and their sizes different constantness.
24397 (aliasing_component_refs_p): Revert 2009-10-24 change.
24398
24399 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24400
24401 * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
24402 unused.
24403
24404 2010-01-29 Richard Guenther <rguenther@suse.de>
24405
24406 * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
24407 Assert we successfully updated the call.
24408
24409 2010-01-29 Jakub Jelinek <jakub@redhat.com>
24410
24411 PR rtl-optimization/42889
24412 * df.h (df_set_bb_dirty_nonlr): New prototype.
24413 * df-core.c (df_set_bb_dirty_nonlr): New function.
24414 * df-scan.c (df_insn_rescan): Call it instead of
24415 df_set_bb_dirty for DEBUG_INSNs.
24416
24417 2010-01-29 Richard Guenther <rguenther@suse.de>
24418
24419 PR middle-end/37448
24420 * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
24421 quadratic behavior in most cases.
24422
24423 2010-01-28 Uros Bizjak <ubizjak@gmail.com>
24424
24425 PR target/42891
24426 * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
24427 in the call to gen_x86_movsicc_0_m1.
24428
24429 2010-01-28 Richard Guenther <rguenther@suse.de>
24430
24431 PR tree-optimization/42871
24432 * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
24433
24434 2010-01-28 Richard Guenther <rguenther@suse.de>
24435
24436 * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
24437 into call arguments.
24438
24439 2010-01-28 Richard Guenther <rguenther@suse.de>
24440
24441 PR middle-end/42883
24442 * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
24443 the forwarder if the destination is an EH landing pad.
24444
24445 2010-01-28 Razya Ladelsky <razya@il.ibm.com>
24446
24447 * tree-parloops.c (transform_to_exit_first_loop): Update the basic
24448 block list passed to gimple_duplicate_sese_tail.
24449 (parallelize_loops): Avoid parallelization when the function
24450 has_nonlocal_label.
24451 Avoid parallelization when the preheader is IRREDUCIBLE.
24452 Try to optimize when estimated_loop_iterations_int is unresolved.
24453 Add the loop's location to the dump file.
24454 * tree-cfg.c (add_phi_args_after_redirect): Remove.
24455 (gimple_duplicate_sese_tail): Remove the check for the latch.
24456 Redirect nexits to the exit block.
24457 Remove handling of the incoming edges to the latch.
24458 Redirect the backedge from the copied latch to the exit bb.
24459
24460 2010-01-28 Michael Matz <matz@suse.de>
24461
24462 PR target/42881
24463 * config/i386/i386.c (ix86_expand_vector_init_duplicate):
24464 Wrap force_reg into a sequence, emit it before user.
24465
24466 2010-01-28 Stephen Thomas <stephen.thomas@arm.com>
24467
24468 * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
24469 (arm_rev): New.
24470 (arm_legacy_rev): Likewise.
24471 (thumb_legacy_rev): Likewise.
24472
24473 2010-01-27 Jakub Jelinek <jakub@redhat.com>
24474
24475 * dwarf2out.c (mem_loc_descriptor): Remove special casing of
24476 CONSTANT_POOL_ADDRESS_P SYMBOL_REFs. If for MEM recursive call
24477 on MEM's address failed, try avoid_constant_pool_reference and
24478 recurse if it returned something different.
24479 (loc_descriptor): If for MEM mem_loc_descriptor failed on the
24480 address, try avoid_constant_pool_reference and recurse if it
24481 returned something different.
24482 (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
24483 address and avoid_constant_pool_reference returned something
24484 different, don't set have_address.
24485
24486 2010-01-27 Alexandre Oliva <aoliva@redhat.com>
24487
24488 PR debug/42861
24489 * var-tracking.c (val_store): Add modified argument, obey it.
24490 Adjust callers.
24491 (count_uses): Move down logging of main.
24492 (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
24493 don't need resolution.
24494 (emit_notes_in_bb): Likewise.
24495
24496 2010-01-27 Richard Guenther <rguenther@suse.de>
24497
24498 PR middle-end/42878
24499 * tree-inline.c (remap_decl): Delay remapping of SSA name
24500 default definitions until we need them.
24501
24502 2010-01-27 Jakub Jelinek <jakub@redhat.com>
24503
24504 * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
24505 (rs6000_delegitimize_address): New function.
24506
24507 * config/s390/s390.c (s390_delegitimize_address): Call
24508 delegitimize_mem_from_attrs.
24509
24510 PR middle-end/42874
24511 * tree-inline.c (cannot_copy_type_1): Removed.
24512 (copy_forbidden): Don't forbid copying of functions containing
24513 records/unions with variable length fields.
24514
24515 2010-01-27 Christian Bruel <christian.bruel@st.com>
24516
24517 Revert:
24518 PR target/42841
24519 * config/sh/sh.c (find_barrier): Increase length for non delayed
24520 conditional branches.
24521
24522 2010-01-27 Matthias Klose <doko@ubuntu.com>
24523
24524 * configure.ac (gnu-unique-object): Fix ldd version check.
24525 * configure: Regenerate.
24526
24527 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24528
24529 * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
24530 HAVE_GNU_AS value.
24531 * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
24532 Test for HAVE_GNU_AS value.
24533
24534 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24535
24536 * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
24537 * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
24538 INT64_TYPE): Define.
24539 (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
24540 (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
24541 INT_LEAST64_TYPE): Define.
24542 (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
24543 UINT_LEAST64_TYPE): Define.
24544 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
24545 INT_FAST64_TYPE): Define.
24546 (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
24547 UINT_FAST64_TYPE): Define.
24548 (INTMAX_TYPE, UINTMAX_TYPE): Define.
24549 (INTPTR_TYPE, UINTPTR_TYPE): Define.
24550 (SIG_ATOMIC_TYPE): Define.
24551
24552 2010-01-26 Richard Guenther <rguenther@suse.de>
24553
24554 * df-scan.c (df_scan_set_bb_info): Remove assert.
24555 (df_insn_rescan_debug_internal): Merge asserts.
24556 (df_install_ref): Likewise.
24557 (df_mark_reg): Use bitmap_set_range.
24558 (df_hard_reg_used_p): Remove assert.
24559 (df_hard_reg_used_count): Likewise.
24560
24561 2010-01-26 Richard Guenther <rguenther@suse.de>
24562
24563 PR rtl-optimization/42685
24564 * web.c (web_main): Ignore DEBUG_INSNs.
24565
24566 2010-01-26 Joern Rennecke <amylaar@spamcop.net>
24567
24568 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
24569
24570 (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
24571 Fix types of fndecl and arglist parameters.
24572
24573 2010-01-26 Richard Guenther <rguenther@suse.de>
24574
24575 PR middle-end/42806
24576 * tree-eh.c (unsplit_eh): Skip debug insns.
24577
24578 2010-01-26 Richard Guenther <rguenther@suse.de>
24579
24580 PR tree-optimization/42250
24581 * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
24582
24583 2010-01-26 Jakub Jelinek <jakub@redhat.com>
24584
24585 PR fortran/42866
24586 * omp-low.c (expand_omp_sections): Only use single_pred if
24587 l2_bb is single_pred_p.
24588
24589 2010-01-25 Christian Bruel <christian.bruel@st.com>
24590
24591 PR target/42841
24592 * config/sh/sh.c (find_barrier): Increase length for non delayed
24593 conditional branches.
24594 (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
24595
24596 2010-01-24 David S. Miller <davem@davemloft.net>
24597
24598 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
24599 define if not using GAS.
24600 * config/sparc/sparc.c (sparc_elf_asm_named_section):
24601 Likewise. Delete SECTION_MERGE code, which is only applicable
24602 when using GAS.
24603
24604 2010-01-24 Mark Mitchell <mark@codesourcery.com>
24605
24606 PR c++/42748
24607 * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
24608 mangling of va_list in system headers.
24609
24610 2010-01-23 Toon Moene <toon@moene.org>
24611
24612 * tree-predcom.c (combine_chains): Return NULL, not false.
24613
24614 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
24615
24616 * tree-loop-distribution.c (distribute_loop): Fix declaration and
24617 initialization of variable res to agree with return type.
24618
24619 2010-01-22 Steve Ellcey <sje@cup.hp.com>
24620
24621 * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
24622 * tree-sra.c: Add include of expr.h.
24623
24624 2010-01-22 Jakub Jelinek <jakub@redhat.com>
24625
24626 * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
24627 insert the debug stmt on the single non-EH edge from the stmt.
24628
24629 2010-01-22 Richard Henderson <rth@redhat.com>
24630
24631 PR tree-opt/42833
24632 * tree-sra.c (sra_modify_assign): Delay re-gimplification of
24633 the RHS until after generate_subtree_copies has insertted its
24634 code before the current statement.
24635
24636 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
24637
24638 * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
24639
24640 * gcc-plugin.h (plugin_init): Use "C" likage for c++.
24641
24642 2010-01-21 Martin Jambor <mjambor@suse.cz>
24643
24644 PR tree-optimization/42585
24645 * tree-sra.c (struct access): New field grp_total_scalarization.
24646 (dump_access): Dump the new field.
24647 (should_scalarize_away_bitmap): New variable.
24648 (cannot_scalarize_away_bitmap): Likewise.
24649 (sra_initialize): Allocate new bitmaps.
24650 (sra_deinitialize): Free new bitmaps.
24651 (create_access_1): New function.
24652 (create_access): Parts moved to create_access_1.
24653 (type_consists_of_records_p): New function.
24654 (completely_scalarize_record): Likewise.
24655 (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
24656 (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
24657 (sort_and_splice_var_accesses): Hint groups with a total_scalarization
24658 access.
24659 (analyze_all_variable_accesses): Completely scalarize small eligible
24660 records.
24661
24662 2010-01-21 Martin Jambor <mjambor@suse.cz>
24663
24664 * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
24665
24666 2010-01-21 Andrew Haley <aph@redhat.com>
24667
24668 * gcc.c (process_command): Move lang_specific_driver before
24669 setting cc_libexec_prefix.
24670
24671 2010-01-21 Richard Guenther <rguenther@suse.de>
24672
24673 PR middle-end/19988
24674 * fold-const.c (negate_expr_p): Pretend only negative
24675 real constants are easily negatable.
24676
24677 2010-01-20 Janis Johnson <janis187@us.ibm.com>
24678 Jason Merrill <jason@redhat.com>
24679
24680 * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
24681 (TYPE_TRANSPARENT_AGGR): this, for union and record.
24682 * calls.c (initialize argument_information): Handle it.
24683 * c-common.c (handle_transparent_union_attribute): Use new name.
24684 * c-decl.c (finish_struct): Ditto.
24685 * c-typeck.c (type_lists_compatible_p): Ditto.
24686 (convert_for_assignment): Use new name and also handle record.
24687 * function.c (aggregate_value_p): Handle it.
24688 (pass_by_reference): Ditto.
24689 (assign_parm_data_types): Ditto.
24690 * print-tree.c (print_node): Ditto.
24691 * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
24692 * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
24693 * tree.c (first_field): New fn.
24694
24695 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
24696
24697 PR target/42818
24698 * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
24699 even when linking statically, for now.
24700
24701 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
24702
24703 PR debug/42715
24704 * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
24705 without a cselib val.
24706 (count_uses): Accept MO_VAL_SET with no val on stores.
24707 (add_stores): Likewise.
24708
24709 2010-01-20 Jakub Jelinek <jakub@redhat.com>
24710
24711 * var-tracking.c (check_value_val): Add a compile time assertion.
24712 (dv_is_decl_p): Simplify.
24713 (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
24714 gcc_assert if ENABLE_CHECKING.
24715
24716 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
24717
24718 PR debug/42782
24719 * var-tracking.c: Include tree-flow.h.
24720 (mem_dies_at_call): New.
24721 (dataflow_set_preserve_mem_locs): Use it.
24722 (dataflow_set_remove_mem_locs): Likewise.
24723 (dump_var): Renamed from dump_variable. Adjust all callers.
24724 (dump_var_slot): Renamed from dump_variable_slot. Likewise.
24725 * Makefile.in (var-tracking.o): Adjust deps.
24726
24727 2010-01-20 Joern Rennecke <amylaar@spamcop.net>
24728
24729 * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
24730
24731 2010-01-20 Richard Guenther <rguenther@suse.de>
24732
24733 PR tree-optimization/42717
24734 * tree-ssa-dce.c (get_live_post_dom): Remove.
24735 (forward_edge_to_pdom): Take an arbitrary edge to copy
24736 degenerate PHI args from.
24737 (remove_dead_stmt): Use the first post-dominator even if it
24738 does not contain live statements as redirection destination.
24739
24740 2010-01-20 Richard Guenther <rguenther@suse.de>
24741
24742 * tree-inline.c (estimate_num_insns): Handle EH builtins.
24743
24744 2010-01-20 Jakub Jelinek <jakub@redhat.com>
24745
24746 * sel-sched.c (create_speculation_check): Remove set but not used
24747 variable twin.
24748 (try_transformation_cache): Remove set but not used variable ds.
24749 (calculate_privileged_insns): Remove set but not used variables
24750 cur_insn and min_spec_insn.
24751 (find_best_expr): Remove set but not used variable avail_n.
24752 * tree-predcom.c (base_names_in_chain_on): Remove set but not used
24753 variable e.
24754 * cgraphunit.c (assemble_thunk): Remove set but not used variable
24755 false_label.
24756 * haifa-sched.c (remove_notes): Remove set but not used variable prev.
24757 * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
24758 new_scop_exit_edge.
24759
24760 2010-01-20 Felyza Wishbringer <fwishbringer@gmail.com>
24761
24762 PR bootstrap/42786
24763 * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
24764 cpu types. Add support for *-sse3 cpu types.
24765 (x86_64-*-*): Ditto.
24766
24767 2010-01-20 Jakub Jelinek <jakub@redhat.com>
24768
24769 PR middle-end/42803
24770 * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
24771 argument, call initializer_constant_valid_p_1 instead of
24772 initializer_constant_valid_p, pass CACHE to it, return NULL
24773 immediately if first call returns NULL.
24774 (initializer_constant_valid_p_1): New function.
24775 (initializer_constant_valid_p): Use it.
24776
24777 2010-01-20 Thomas Quinot <quinot@adacore.com>
24778
24779 * tree.def (PLACEHOLDER_EXPR): Fix comment.
24780
24781 2010-01-20 Jakub Jelinek <jakub@redhat.com>
24782
24783 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
24784 of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
24785 (loc_list_from_tree): Don't handle unsigned division. Handle
24786 signed modulo using DW_OP_{over,over,div,mul,minus}.
24787 * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
24788 modulo instead of signed.
24789
24790 2010-01-20 DJ Delorie <dj@redhat.com>
24791
24792 * config/h8300/h8300.c (F): Add "in_epilogue" flag.
24793 (Fpa): Pass it
24794 (h8300_emit_stack_adjustment): Propogate it.
24795 (push): Pass it.
24796 (h8300_expand_prologue): Likewise.
24797 (h8300_expand_epilogue): Likewise.
24798
24799 2010-01-19 Michael Matz <matz@suse.de>
24800
24801 PR tree-optimization/41783
24802 * tree-data-ref.c (toplevel): Include flags.h.
24803 (dump_data_dependence_relation): Also dump the inputs if the
24804 result will be unknown.
24805 (split_constant_offset_1): Look through some conversions.
24806 * tree-predcom.c (determine_roots_comp): Restart a new chain if
24807 the offset from last element is too large.
24808 (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
24809 (reassociate_to_the_same_stmt): Handle vector registers.
24810 * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
24811 (e.g. conversions).
24812 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
24813 wide_prolog_niters argument, emit widening instructions.
24814 (vect_do_peeling_for_alignment): Adjust caller, use widened
24815 variant of the iteration cound.
24816 * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
24817
24818 2010-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
24819
24820 PR target/38697
24821 * config/arm/neon-testgen.m (emit_automatics): New parameter
24822 features. Adjust for Fixed_return_reg feature.
24823 (test_intrinsic): Call emit_automatics with new feature.
24824 * config/arm/neon.ml: Update copyright years.
24825 (features): New Fixed_return_reg feature.
24826 (ops): Update feature for Vget_low.
24827
24828 2010-01-19 Jakub Jelinek <jakub@redhat.com>
24829
24830 PR tree-optimization/42719
24831 * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
24832 stmt uses.
24833
24834 PR debug/42728
24835 * fwprop.c (all_uses_available_at): Return false if def_set dest
24836 is a REG that is used in def_insn.
24837
24838 2010-01-19 Joern Rennecke <amylaar@spamcop.net>
24839
24840 * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
24841
24842 (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
24843 Add argument names.
24844
24845 (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
24846
24847 * target.h (struct gcc_target) <secondary_reload>: Change type
24848 of last argument to secondary_reload_info *.
24849
24850 2010-01-18 Uros Bizjak <ubizjak@gmail.com>
24851
24852 PR target/42774
24853 * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
24854 memory references with unaligned offsets. Remove CQImode handling.
24855 (unaligned_memory_operand): Return 1 for memory references with
24856 unaligned offsets. Remove CQImode handling.
24857
24858 2010-01-18 Richard Guenther <rguenther@suse.de>
24859
24860 PR middle-end/39954
24861 * cfgexpand.c (expand_call_stmt): TER pointer arguments in
24862 builtin calls.
24863
24864 2010-01-18 Richard Guenther <rguenther@suse.de>
24865
24866 PR tree-optimization/42781
24867 * tree-ssa-structalias.c (find_what_var_points_to): Skip
24868 restrict processing only if the original variable was artificial.
24869
24870 2010-01-18 Joern Rennecke <amylaar@spamcop.net>
24871
24872 * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
24873 find number of popped argument bytes.
24874
24875 (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
24876 Fix the text that describes the return value for invalid insns.
24877
24878 (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type. Fix argument list.
24879
24880 (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
24881 Clarify what 'cost of the -dependence' is. Fix quoting.
24882
24883 * toplev.c (default_get_pch_validity): Rename argument to "sz".
24884 * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
24885
24886 2010-01-17 Jakub Jelinek <jakub@redhat.com>
24887
24888 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
24889 {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
24890
24891 2010-01-17 Richard Guenther <rguenther@suse.de>
24892
24893 PR middle-end/42248
24894 * function.c (split_complex_args): Take a VEC to modify.
24895 (assign_parms_augmented_arg_list): Build a VEC instead of
24896 a chain of PARM_DECLs.
24897 (assign_parms_unsplit_complex): Take a VEC of arguments.
24898 Do not fixup unmodified parms.
24899 (assign_parms): Deal with the VEC.
24900 (gimplify_parameters): Likewise.
24901
24902 2010-01-17 Richard Guenther <rguenther@suse.de>
24903
24904 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
24905 node existence check.
24906 * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
24907 * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
24908 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
24909 * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
24910 (gimple_execute_on_growing_pred): Likewise.
24911
24912 2010-01-17 Richard Guenther <rguenther@suse.de>
24913
24914 PR tree-optimization/42773
24915 * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
24916 (compute_antic_aux): Likewise.
24917 (compute_partial_antic_aux): Likewise.
24918
24919 2010-01-17 Jie Zhang <jie.zhang@analog.com>
24920
24921 PR debug/42767
24922 * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
24923 and US_TRUNCATE.
24924
24925 2010-01-17 Joern Rennecke <amylaar@spamcop.net>
24926
24927 * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
24928 appearance.
24929
24930 (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
24931 Fix markup for strict argument.
24932
24933 (TARGET_SCHED_REORDER2): Fix argument types.
24934
24935 (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
24936 (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
24937
24938 (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
24939 (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
24940
24941 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
24942 Add argument name.
24943
24944 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
24945 (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
24946 (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
24947 (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
24948 (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
24949
24950 (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
24951
24952 (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
24953
24954 (TARGET_ASM_RELOC_RW_MASK): Add return type.
24955 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
24956
24957 (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
24958
24959 (TARGET_ASM_FILE_START): Put @findex before paragraph start.
24960 Use prototype.
24961
24962 (TARGET_ASM_NAMED_SECTION): Fix argument list.
24963
24964 (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
24965 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
24966
24967 (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
24968
24969 (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
24970
24971 (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
24972 referring to it. Fix language.
24973
24974 (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
24975
24976 (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
24977
24978 (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
24979
24980 (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
24981
24982 (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
24983 '@var{stream}. Remove stray 'and'.
24984
24985 (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
24986
24987 (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
24988
24989 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
24990
24991 (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
24992 misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
24993
24994 (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
24995 Fix description of return value.
24996 Rename argument "sz" to "len."
24997
24998 (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
24999 Clarify meaning of 'true' return value.
25000
25001 (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
25002
25003 (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
25004 rep_mode versus mode_rep.
25005
25006 (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
25007
25008 (TARGET_BUILTIN_DECL): Fix name.
25009
25010 (TARGET_COMMUTATIVE_P): Fix type of first argument.
25011
25012 (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
25013
25014 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
25015
25016 (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
25017
25018 (TARGET_RELAXED_ORDERING): Use @deftypevr.
25019
25020 (TARGET_GET_DRAP_RTX): Note that this is a hook.
25021 Clarify language.
25022
25023 (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
25024 Rename argument tm_fn to md_fn.
25025
25026 (TARGET_OPTION_PRINT): Fix argument list.
25027
25028 2010-01-16 Harsha Jagasia <harsha.jagasia@amd.com>
25029
25030 PR target/42664
25031 * config/i386/i386.c (ix86_fixup_binary_operands):
25032 Revert FMA4 fixup of operands.
25033
25034 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25035
25036 PR gcc/42525
25037 * Makefile.in (write_entries_to_file, install-plugin):
25038 Use \012 instead of \n with tr.
25039
25040 2010-01-16 Richard Sandiford <r.sandiford@uk.ibm.com>
25041
25042 * configure.ac (HAVE_AS_REF): New C macro.
25043 * configure: Regenerate.
25044 * config.in: Likewise.
25045 * collect2.c (main): Only postpone SCAN_DWEH to the second pass
25046 if HAVE_AS_REF.
25047 * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
25048 if HAVE_AS_REF.
25049
25050 2010-01-16 Joern Rennecke <amylaar@spamcop.net>
25051
25052 * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
25053
25054 (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
25055
25056 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
25057
25058 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
25059
25060 (TARGET_IN_SMALL_DATA_P): Fix argument type.
25061
25062 (TARGET_BINDS_LOCAL_P): Fix argument type.
25063
25064 (TARGET_ASM_FILE_END): Use prototype.
25065
25066 (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
25067
25068 (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
25069
25070 (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
25071
25072 (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
25073
25074 (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
25075 (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
25076
25077 (TARGET_PCH_VALID_P): Put 'const char *' in braces.
25078 (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
25079
25080 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
25081 (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
25082 (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
25083 (TARGET_ADDR_SPACE_CONVERT): Likewise.
25084
25085 (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
25086
25087 (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
25088
25089 (TARGET_INIT_BUILTINS): Use prototype.
25090
25091 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
25092 Put 'const char *' in braces. Fix parameter types.
25093 (TARGET_INVALID_CONVERSION): Fix parameter types.
25094 (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
25095 (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
25096
25097 (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
25098 Fix argument type.
25099
25100 (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
25101
25102 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
25103
25104 2010-01-15 Joern Rennecke <amylaar@spamcop.net>
25105
25106 * doc/tm.texi (TARGET_HELP): Fix return type.
25107
25108 (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
25109 in braces. Fix argument types.
25110
25111 (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
25112
25113 (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
25114
25115 (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
25116
25117 (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
25118 (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
25119
25120 (TARGET_MANGLE_TYPE): Fix argument types.
25121
25122 (TARGET_IRA_COVER_CLASSES): Use prototype.
25123
25124 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type. Use prototype.
25125
25126 (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
25127
25128 (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
25129
25130 (TARGET_MUST_PASS_IN_STACK): Fix argument type.
25131
25132 (TARGET_CALLEE_COPIES): Fix argument types.
25133
25134 (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
25135
25136 (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
25137
25138 (TARGET_FUNCTION_VALUE): Fix argument types.
25139
25140 (TARGET_RETURN_IN_MSB): Fix argument type.
25141
25142 (TARGET_RETURN_IN_MEMORY): Fix argument types.
25143
25144 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
25145
25146 (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
25147
25148 (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
25149 agree with return type.
25150
25151 (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
25152
25153 2010-01-15 Jing Yu <jingyu@google.com>
25154
25155 PR rtl-optimization/42691
25156 * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
25157 a pseudo to a constant and are merged, and adjust comments.
25158
25159 2010-01-15 Eric Botcazou <ebotcazou@adacore.com>
25160
25161 * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
25162
25163 2010-01-15 Richard Guenther <rguenther@suse.de>
25164
25165 PR middle-end/42739
25166 * tree-cfgcleanup.c (remove_forwarder_block): Move destination
25167 labels of computed or non-local gotos to the destination.
25168 * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
25169 landing pad label is the first label.
25170
25171 2010-01-15 Richard Guenther <rguenther@suse.de>
25172
25173 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
25174
25175 2010-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
25176
25177 PR target/42747
25178 * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
25179 to allow generation of the xssqrtdp instruction on power7.
25180 (sqrtdf2_fpr): Ditto.
25181
25182 2010-01-14 Jakub Jelinek <jakub@redhat.com>
25183
25184 PR middle-end/42674
25185 * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
25186 functions with noreturn attribute.
25187
25188 PR c++/42608
25189 * varasm.c (declare_weak): Add weak attribute to decl if it
25190 doesn't have one already.
25191 (assemble_external): Only add decls to weak_decls if they also
25192 have weak attribute.
25193
25194 2010-01-14 Alexandre Oliva <aoliva@redhat.com>
25195
25196 * var-tracking.c (var_reg_delete): Don't delete the association
25197 between REGs and values or one-part variables if the register
25198 isn't clobbered.
25199
25200 2010-01-14 Jakub Jelinek <jakub@redhat.com>
25201
25202 PR debug/42657
25203 * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
25204 because its first operand is a non-localized variable.
25205
25206 2010-01-14 Martin Jambor <mjambor@suse.cz>
25207
25208 PR tree-optimization/42706
25209 * tree-sra.c (encountered_recursive_call): New variable.
25210 (encountered_unchangable_recursive_call): Likewise.
25211 (sra_initialize): Initialize both new variables.
25212 (callsite_has_enough_arguments_p): New function.
25213 (scan_function): Call decl and flags check only for IPA-SRA, check
25214 whether there is a recursive call and whether it has enough arguments.
25215 (all_callers_have_enough_arguments_p): New function.
25216 (convert_callers): Look for recursive calls only when
25217 encountered_recursive_call is set.
25218 (ipa_early_sra): Bail out either if
25219 !all_callers_have_enough_arguments_p or
25220 encountered_unchangable_recursive_call.
25221
25222 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25223
25224 * sel-sched.c: Add 2010 to copyright years.
25225 * sel-sched-ir.c: Likewise.
25226 * sel-sched-ir.h: Likewise.
25227
25228 2010-01-14 Martin Jambor <mjambor@suse.cz>
25229
25230 PR tree-optimization/42714
25231 * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
25232 constructors specially.
25233
25234 2010-01-14 Andi Kleen <ak@linux.intel.com>
25235
25236 * config/i386/drivers-i386.c (detect_caches_intel):
25237 Add l2sizekb parameter and fill in.
25238 (host_detect_local_cpu): Add l2sizekb, fill in.
25239 Add Atom small cache heuristic.
25240
25241 2010-01-14 Andi Kleen <ak@linux.intel.com>
25242
25243 * config/i386/drivers-i386.c (detect_caches_cpuid4):
25244 Add level3 parameter and fill in.
25245 (detect_caches_intel): Handle level3 cache.
25246
25247 2010-01-14 Andi Kleen <ak@linux.intel.com>
25248
25249 * config/i386/drivers-i386.c (host_detect_local_cpu):
25250 Fix core duo detection.
25251
25252 2010-01-14 Andi Kleen <ak@linux.intel.com>
25253
25254 * config/i386/drivers-i386.c (host_detect_local_cpu):
25255 Fix Atom detection.
25256
25257 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25258
25259 * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
25260 (rs6000_variable_issue_1): this. Use...
25261 (rs6000_variable_issue): here. Reimplement. Print debug info.
25262
25263 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25264
25265 * sel-sched-ir.c (sel_restore_other_notes): Rename to
25266 sel_restore_notes. Update all callers. Call reemit_notes
25267 for all insns.
25268
25269 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25270
25271 PR rtl-optimization/42246
25272 * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
25273 loops.
25274
25275 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25276
25277 * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
25278 all successors is the same as number of successors in current region.
25279
25280 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25281
25282 * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
25283 to rename is not separable. Otherwise check that its LHS is not NULL.
25284
25285 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25286
25287 * sel-sched.c (choose_best_reg_1): Loop over all regs for mode.
25288
25289 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25290
25291 * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
25292 available registers when failed to discover LHS register class.
25293 Fix indentation. Update comment.
25294
25295 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25296 Alexander Monakov <amonakov@ispras.ru>
25297
25298 PR rtl-optimization/42389
25299 * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
25300 to can_issue_more.
25301 (advance_state_on_fence): Likewise.
25302 (sel_target_adjust_priority): Print debug output only when
25303 sched_verbose >= 4, not 2.
25304 (get_expr_cost): Do not issue all unique insns on the next cycle.
25305 (fill_insns): Initialize can_issue_more from the value saved
25306 with the fence.
25307 * sel-sched-ir.c (flist_add): New parameter issue_more.
25308 Init FENCE_ISSUE_MORE with it.
25309 (merge_fences): Likewise.
25310 (init_fences): Update call to flist_add.
25311 (add_to_fences, add_clean_fence_to_fences)
25312 (add_dirty_fence_to_fences): Likewise.
25313 (move_fence_to_fences): Update call to merge_fences.
25314 (invoke_reorder_hooks): Do not reset can_issue_more on insns from
25315 sched groups.
25316 * sel-sched-ir.h (struct _fence): New field issue_more.
25317 (FENCE_ISSUE_MORE): New accessor macro.
25318
25319 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25320
25321 PR rtl-optimization/42388
25322 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
25323 that have no predecessors nor successors. Do not call move_bb_info
25324 for empty blocks outside of current region.
25325
25326 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25327
25328 PR rtl-optimization/42294
25329 * sel-sched-ir.h (struct _sel_insn_data): Update comment.
25330 * sel-sched.c (move_exprs_to_boundary): Transitively add all
25331 originators' originators.
25332
25333 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25334
25335 PR rtl-optimization/39453
25336 PR rtl-optimization/42246
25337 * sel-sched-ir.c (considered_for_pipelining_p): Do not test
25338 for pipelining_p.
25339 (sel_add_loop_preheaders): Add preheader to last_added_blocks.
25340
25341 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25342 Alexander Monakov <amonakov@ispras.ru>
25343
25344 PR middle-end/42245
25345 * sel-sched-ir.c (sel_recompute_toporder): New. Use it...
25346 (maybe_tidy_empty_bb): ... here. Make static. Add new
25347 argument. Update all callers.
25348 (tidy_control_flow): ... and here. Recompute topological order
25349 of basic blocks in region if necessary.
25350 (sel_redirect_edge_and_branch): Change return type. Return true
25351 if topological order might have been invalidated.
25352 (purge_empty_blocks): Export and move from...
25353 * sel-sched.c (purge_empty_blocks): ... here.
25354 * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
25355 (maybe_tidy_empty_bb): Delete prototype.
25356 (purge_empty_blocks): Declare.
25357
25358 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25359
25360 PR rtl-optimization/42249
25361 * sel-sched.c (try_replace_dest_reg): When chosen register
25362 and original register is the same, do not bail out early, but
25363 still check all original insns for validity of replacing destination
25364 register. Set EXPR_TARGET_AVAILABLE to 1 before leaving function
25365 in this case.
25366
25367 2010-01-14 Jakub Jelinek <jakub@redhat.com>
25368
25369 PR c/42721
25370 Port from no-undefined-overflow branch:
25371 2009-03-09 Richard Guenther <rguenther@suse.de>
25372
25373 * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
25374
25375 2010-01-14 Richard Guenther <rguenther@suse.de>
25376
25377 PR lto/42665
25378 * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
25379
25380 2010-01-14 Ira Rosen <irar@il.ibm.com>
25381
25382 PR tree-optimization/42709
25383 * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
25384 as scalar type in creation of constant vector operand.
25385
25386 2010-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25387
25388 PR testsuite/42414
25389 * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
25390 (check-parallel-%): Match `testsuite' directory component only
25391 at the end.
25392
25393 2010-01-14 Shujing Zhao <pearly.zhao@oracle.com>
25394
25395 PR translation/39521
25396 * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
25397 strings with _().
25398
25399 2010-01-13 Richard Guenther <rguenther@suse.de>
25400
25401 PR tree-optimization/42730
25402 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
25403 offset zero.
25404
25405 2010-01-13 Steve Ellcey <sje@cup.hp.com>
25406
25407 PR target/pr42542
25408 * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
25409 for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
25410 them signed.
25411
25412 2010-01-13 Bernd Schmidt <bernd.schmidt@analog.com>
25413
25414 * config/bfin/libgcc-bfin.ver: Regenerate based on current
25415 libgcc-std.ver. Add entries for ___smulsi3_highpart and
25416 ___umulsi3_highpart.
25417
25418 * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
25419 rather than schedule_insns if the pass is enabled.
25420
25421 2010-01-13 Martin Jambor <mjambor@suse.cz>
25422
25423 PR tree-optimization/42704
25424 * tree-sra.c (sra_modify_assign): Do not delete assignments to
25425 SSA_NAMEs.
25426
25427 2010-01-13 Martin Jambor <mjambor@suse.cz>
25428
25429 PR tree-optimization/42703
25430 * tree-sra.c (analyze_access_subtree): Check that we can build a
25431 reference to the original data within the aggregate.
25432
25433 2010-01-13 Richard Guenther <rguenther@suse.de>
25434
25435 PR tree-optimization/42705
25436 * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
25437
25438 2010-01-13 Richard Guenther <rguenther@suse.de>
25439
25440 PR middle-end/42716
25441 * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
25442
25443 2010-01-13 Jakub Jelinek <jakub@redhat.com>
25444
25445 PR debug/41371
25446 * var-tracking.c (values_to_unmark): New variable.
25447 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
25448 values_to_unmark vector. Moved body to...
25449 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
25450 instead queue it into values_to_unmark vector.
25451 (vt_find_locations): Free values_to_unmark vector.
25452
25453 2010-01-13 Wolfgang Gellerich <gellerich@de.ibm.com>
25454
25455 * config/s390/s390.c (override_options): Set
25456 default of max-pending-list-length to 256
25457
25458 2010-01-13 Richard Guenther <rguenther@suse.de>
25459
25460 PR lto/42678
25461 * tree-pass.h (PROP_gimple_lcx): New.
25462 * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
25463 * passes.c (init_optimization_passes): Move pass_lower_complex_O0
25464 before the final cleanup_eh.
25465 (dump_properties): Dump PROP_gimple_lcx.
25466 * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
25467 (tree_lower_complex_O0): Remove.
25468 (gate_no_optimization): Run if PROP_gimple_lcx is not set.
25469 (pass_lower_complex_O0): Provide PROP_gimple_lcx. Run
25470 tree_lower_complex, schedule TODO_update_ssa.
25471 * lto-streamer-out.c (output_function): Stream the functions
25472 properties.
25473 * lto-streamer-in.c (input_function): Likewise.
25474 (lto_read_body): Do not override them here.
25475
25476 2010-01-12 Joseph Myers <joseph@codesourcery.com>
25477
25478 PR c/42708
25479 * c-typeck.c (build_c_cast): Fold value cast to union type before
25480 wrapping it in a CONSTRUCTOR.
25481
25482 2010-01-12 Jakub Jelinek <jakub@redhat.com>
25483
25484 PR rtl-optimization/42699
25485 * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
25486 involved.
25487
25488 2010-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25489
25490 * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
25491 SUBTARGET_WARN_UNUSED_SPEC): Move ...
25492 config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
25493 SUBTARGET_WARN_UNUSED_SPEC): ... here
25494 * config/mips/iris5.h (LIBGCC_SPEC): Define.
25495
25496 2010-01-12 Julian Brown <julian@codesourcery.com>
25497
25498 * config/arm/neon-schedgen.ml (Utils): Don't try to
25499 open missing module.
25500 (find_with_result): New.
25501
25502 2010-01-12 Jakub Jelinek <jakub@redhat.com>
25503
25504 PR debug/42662
25505 * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
25506 sharing when canonicalizing ({lt,ge}u (plus a b) b).
25507
25508 PR tree-optimization/42645
25509 * tree-inline.c (processing_debug_stmt): Move earlier. Make static.
25510 (remap_ssa_name): If processing_debug_stmt and name wasn't found in
25511 decl_map, set processing_debug_stmt to -1 and return name without
25512 any remapping.
25513
25514 2010-01-11 Dave Korn <dave.korn.cygwin@gmail.com>
25515
25516 * doc/install.texi (Specific#x-x-cygwin): Document minimum required
25517 binutils version, and reword target configuration description.
25518
25519 2010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
25520
25521 * config/avr/avr.h (LINKER_NAME): Remove.
25522
25523 2010-01-11 Janis Johnson <janis187@us.ibm.com>
25524
25525 PR target/42416
25526 * config/rs6000/rs6000.c (rs6000_override_options): On targets
25527 that support VSX, warn for -mno-altivec if vsx is not disabled,
25528 and disable vsx.
25529
25530 2010-01-11 Joseph Myers <joseph@codesourcery.com>
25531 Shujing Zhao <pearly.zhao@oracle.com>
25532
25533 PR translation/42469
25534 * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
25535 fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
25536 character between option name and help text.
25537 * c.opt (imultilib): Likewise.
25538
25539 2010-01-10 Rafael Avila de Espindola <espindola@google.com>
25540
25541 * lto-streamer-out.c (output_unreferenced_globals): Output static
25542 variables.
25543
25544 2010-01-10 Steven Bosscher <steven@gcc.gnu.org>
25545
25546 PR rtl-optimization/42621
25547 * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
25548 optimizing for size.
25549 (duplicate_computed_gotos): Remove now-redundant check.
25550
25551 2010-01-10 Steve Ellcey <sje@cup.hp.com>
25552
25553 PR target/37454
25554 * configure.ac: Save and restore LDFLAGS and LIBS
25555 * configure: Regenerate.
25556
25557 2010-01-10 Richard Guenther <rguenther@suse.de>
25558
25559 PR middle-end/42667
25560 * builtins.c (fold_builtin_strlen): Add type argument and
25561 convert the resulting length to it.
25562 (fold_builtin_1): Adjust.
25563
25564 2010-01-09 Jakub Jelinek <jakub@redhat.com>
25565
25566 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
25567 sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
25568 1 insn.
25569 (num_insns_constant_wide): Adjust for that change.
25570
25571 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25572
25573 PR debug/42631
25574 * web.c (union_defs): Add used argument, to combine uses of
25575 uninitialized regs.
25576 (entry_register): Adjust type and tests of used argument.
25577 (web_main): Widen used for new use. Pass it to union_defs.
25578 * df.h (union_defs): Adjust prototype.
25579
25580 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25581
25582 PR debug/42630
25583 * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
25584 uses in new incoming argument. Free body.
25585 (reset_debug_uses_in_loop): New.
25586 (analyze_insn_to_expand_var): Call the latter if the former found
25587 anything. Fix whitespace. Reject invalid dest overlaps before
25588 going through all insns in the loop.
25589
25590 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25591
25592 PR debug/42629
25593 * haifa-sched.c (dying_use_p): Debug insns don't count.
25594
25595 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25596
25597 PR middle-end/42363
25598 * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
25599 * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
25600 (verify_gimple_call): Reject LHS in noreturn calls.
25601
25602 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25603
25604 PR debug/42604
25605 PR debug/42395
25606 * tree-vect-loop-manip.c (adjust_info): New type.
25607 (adjust_vec): New pointer to vector.
25608 (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
25609 (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
25610 (slpeel_update_phis_for_duplicate_loop): Use them.
25611 (slpeel_update_phi_nodes_for_guard1): Likewise.
25612 (slpeel_update_phi_nodes_for_guard2): Likewise.
25613 (slpeel_tree_peel_loop_to_edge): Likewise.
25614 (vect_update_ivs_after_vectorizer): Likewise.
25615
25616 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25617
25618 * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
25619 (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
25620
25621 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25622
25623 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
25624 bogus uninitialized warning.
25625
25626 2010-01-09 Richard Guenther <rguenther@suse.de>
25627
25628 PR middle-end/42512
25629 * tree-scalar-evolution.c (interpret_loop_phi): Make sure
25630 the evolution is compatible with the initial condition.
25631
25632 2010-01-09 Jakub Jelinek <jakub@redhat.com>
25633
25634 * gcc.c (process_command): Update copyright notice dates.
25635 * gcov.c (print_version): Likewise.
25636 * gcov-dump.c (print_version): Likewise.
25637 * mips-tfile.c (main): Likewise.
25638 * mips-tdump.c (main): Likewise.
25639
25640 2010-01-08 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
25641
25642 PR target/41885
25643 * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
25644 (rotlhi3): Delete.
25645 (rotlhi3_8): Delete.
25646 (rotlsi3): Delete.
25647 (rotlsi3_8): Delete.
25648 (rotlsi3_16): Delete.
25649 (rotlsi3_24): Delete.
25650 (rotl<mode>3): New.
25651 (*rotw<mode>3): New.
25652 (*rotb<mode>3): New.
25653 * config/avr/avr.c (avr_rotate_bytes): New function.
25654 * config/avr/avr-proto.h (avr_rotate_bytes): New function.
25655
25656 2010-01-08 Steve Ellcey <sje@cup.hp.com>
25657
25658 PR target/37454
25659 * configure.ac: Modify -rdynamic check.
25660 * configure: Regenerate.
25661
25662 2010-01-08 DJ Delorie <dj@redhat.com>
25663
25664 * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
25665 register popping order.
25666
25667 2010-01-08 Richard Guenther <rguenther@suse.de>
25668
25669 PR lto/42528
25670 * c.opt (fsigned-char): Also let LTO handle this option.
25671 (funsigned-char): Likewise.
25672
25673 2010-01-07 Richard Guenther <rguenther@suse.de>
25674
25675 * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
25676 (gimple_op): Likewise.
25677 (gimple_op_ptr): Likewise.
25678 (gimple_assign_set_lhs): Remove gcc_assert.
25679 (gimple_assign_set_rhs1): Likewise.
25680 (gimple_assign_set_rhs2): Likewise.
25681 (gimple_call_set_lhs): Likewise.
25682 (gimple_call_set_fn): Likewise.
25683 (gimple_call_set_fndecl): Likewise.
25684 (gimple_call_fndecl): Likewise.
25685 (gimple_call_return_type): Likewise.
25686 (gimple_call_set_chain): Likewise.
25687 (gimple_call_num_args): Likewise.
25688 (gimple_call_set_arg): Likewise.
25689 (gimple_cond_set_code): Likewise.
25690 (gimple_cond_set_lhs): Likewise.
25691 (gimple_cond_set_rhs): Likewise.
25692 (gimple_cond_set_true_label): Likewise.
25693 (gimple_cond_set_false_label): Likewise.
25694 (gimple_label_set_label): Likewise.
25695 (gimple_goto_set_dest): Likewise.
25696 (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
25697 (gimple_debug_bind_get_value): Likewise.
25698 (gimple_debug_bind_get_value_ptr): Likewise.
25699 (gimple_debug_bind_set_var): Likewise.
25700 (gimple_debug_bind_set_value): Likewise.
25701 (gimple_debug_bind_reset_value): Likewise.
25702 (gimple_debug_bind_has_value_p): Likewise.
25703 (gimple_return_retval_ptr): Remove gcc_assert.
25704 (gimple_return_retval): Likewise.
25705 (gimple_return_set_retval): Likewise.
25706 * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
25707 (safe_referenced_var_iterator): Remove.
25708 (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
25709 * tree-flow-inline.h (gimple_nonlocal_all): Remove.
25710 (fill_referenced_var_vec): Remove.
25711 (first_readonly_imm_use): Remove redundant gcc_assert.
25712 (phi_arg_index_from_use): Combine gcc_asserts.
25713 (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
25714 (first_imm_use_stmt): Remove redundant gcc_assert.
25715 * tree-cfg.c (verify_gimple_call): Verify function and chain
25716 operands. Verify arguments.
25717 (verify_types_in_gimple_stmt): Verify condition code and labels.
25718
25719 2010-01-07 Richard Guenther <rguenther@suse.de>
25720
25721 PR tree-optimization/42641
25722 * sese.c (rename_map_elt_info): Use the SSA name version, do
25723 not hash pointers.
25724
25725 2010-01-07 Jakub Jelinek <jakub@redhat.com>
25726
25727 PR tree-optimization/42625
25728 * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
25729 TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
25730
25731 2010-01-07 Duncan Sands <baldrick@free.fr>
25732
25733 * Makefile.in (PLUGIN_HEADERS): Add version.h.
25734
25735 2010-01-07 Uros Bizjak <ubizjak@gmail.com>
25736
25737 PR target/42511
25738 * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
25739 note itself is not function_invariant_p.
25740
25741 2009-01-07 Steven Bosscher <steven@gcc.gnu.org>
25742
25743 * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
25744 Do not add the DF_NOTE problem.
25745 * store-motion.c (execute_rtl_store_motion): Likewise.
25746
25747 2010-01-07 Martin Jambor <mjambor@suse.cz>
25748
25749 PR tree-optimization/42157
25750 * tree-sra.c (compare_access_positions): Stabilize sort if both
25751 accesses have integer types, return zero immediately if they are the
25752 same.
25753
25754 2010-01-06 Richard Henderson <rth@redhat.com>
25755
25756 PR middle-end/41883
25757 * haifa-sched.c (add_to_note_list): Merge into ...
25758 (concat_note_lists): ... here, and ...
25759 (unlink_other_notes, rm_other_notes): Merge into...
25760 (remove_notes): ... here. Create REG_SAVE_NOTEs for
25761 NOTE_INSN_EPILOGUE_BEG.
25762
25763 2010-01-06 Richard Guenther <rguenther@suse.de>
25764
25765 * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
25766 not inline regular functions into always-inline functions.
25767
25768 2010-01-06 Nick Clifton <nickc@redhat.com>
25769
25770 * config/rx/rx.h (enum rx_cpu_type): Add RX200.
25771 (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
25772 used together.
25773 (OVERRIDE_OPTIONS): Delete.
25774 (OPTIMIZATION_OPTIONS): Define.
25775 (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
25776 * config/rx/rx.c (rx_handle_option): Issue an error message if
25777 -mcpu=rx200 and -fpu are used together.
25778 (rx_set_optimization_options): New function. Issue an error
25779 message if an optimization attribute attempts to reset the FPU/
25780 math optimization pairing.
25781 * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
25782 * config/rx/rx.opt: Set the default to 32-bit doubles.
25783 * config/rx/t-rx: Add multilibs for -nofpu option.
25784 * doc/invoke.texi: Update documentation of RX options.
25785
25786 2010-01-06 Richard Guenther <rguenther@suse.de>
25787
25788 * tree-ssa-pre.c (name_to_id): New global.
25789 (alloc_expression_id): Simplify SSA name handling.
25790 (lookup_expression_id): Likewise.
25791 (init_pre): Zero name_to_id.
25792 (fini_pre): Free it.
25793
25794 2010-01-06 Uros Bizjak <ubizjak@gmail.com>
25795
25796 * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
25797
25798 2010-01-05 H.J. Lu <hongjiu.lu@intel.com>
25799
25800 PR target/42542
25801 * config/i386/sse.md (smaxv2di3): New.
25802 (umaxv2di3): Likewise.
25803 (sminv2di3): Likewise.
25804 (uminv2di3): Likewise.
25805
25806 2010-01-05 Eric Botcazou <ebotcazou@adacore.com>
25807
25808 PR target/42564
25809 * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
25810 * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
25811 (legitimize_tls_address): Likewise.
25812 (sparc_tls_referenced_p): Likewise.
25813 * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
25814 and adjust calls to legitimize_pic_address.
25815 (legitimate_constant_p) Use sparc_tls_referenced_p.
25816 (legitimate_pic_operand_p): Likewise.
25817 (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
25818 (sparc_tls_symbol_ref_1): Delete.
25819 (sparc_tls_referenced_p): Make static, recognize specific patterns.
25820 (legitimize_tls_address): Make static, handle CONST patterns.
25821 (legitimize_pic_address): Make static, remove unused parameter and
25822 adjust recursive calls.
25823 (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
25824 and adjust call to legitimize_pic_address.
25825 (sparc_output_mi_thunk): Likewise.
25826
25827 2010-01-05 Paolo Bonzini <bonzini@gnu.rg>
25828 H.J. Lu <hongjiu.lu@intel.com>
25829
25830 PR target/42542
25831 * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
25832 for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
25833 operands to make them signed.
25834
25835 Revert:
25836 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
25837
25838 PR target/42542
25839 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
25840 GTU to GT for V4SI and V2DI.
25841
25842 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
25843 (umin<mode>3): Removed.
25844 (uminv8hi3): New.
25845 (uminv4si3): Likewise.
25846
25847 2010-01-05 Martin Jambor <mjambor@suse.cz>
25848
25849 PR tree-optimization/42462
25850 * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
25851 current_function_decl to helper functions and macros.
25852
25853 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25854
25855 PR bootstrap/41771
25856 * flags.h: Don't include real.h.
25857 (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
25858 HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
25859 * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
25860 HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
25861 * dominance.c: Update copyright.
25862 * gimple.c (walk_gimple_op): Remove inline.
25863 * tree-ssa-reassoc.c: Include real.h.
25864 * Makefile.in (FLAGS_H): Remove $(REAL_H).
25865 (tree-ssa-reassoc.o): Depend on $(REAL_H).
25866
25867 2010-01-05 Nick Clifton <nickc@redhat.com>
25868
25869 * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
25870 register to push into the stack frame when the accumulator has to
25871 be saved during interrupts.
25872
25873 2010-01-05 Eric Fisher <joefoxreal@gmail.com>
25874
25875 * doc/invoke.texi: Remove the documentation about option
25876 -Wunreachable-code.
25877 * common.opt (Wunreachable-code): Preserved for backward
25878 compatibility.
25879 * tree-cfg.c: Remove the implementation of -Wunreachable-code.
25880 * opts.c (common_handle_option): Add OPT_Wunreachable_code to
25881 the backward compatibility flag section.
25882
25883 2010-01-05 Richard Guenther <rguenther@suse.de>
25884
25885 * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
25886
25887 2010-01-05 Jakub Jelinek <jakub@redhat.com>
25888
25889 PR other/42611
25890 * cfgexpand.c (expand_one_var): Diagnose too large variables.
25891
25892 PR tree-optimization/42508
25893 * tree-sra.c (convert_callers): Check for recursive call
25894 by comparing cgraph nodes instead of decls.
25895 (modify_function): Call ipa_modify_formal_parameters also
25896 on all same_body aliases.
25897
25898 * cgraphunit.c (cgraph_materialize_all_clones): Compare
25899 cgraph nodes when checking for same_body aliases.
25900
25901 2010-01-05 Richard Guenther <rguenther@suse.de>
25902
25903 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
25904 allocation and lookup.
25905 (get_or_alloc_expr_for_constant): Likewise.
25906 (phi_translate): Sink allocation.
25907
25908 2010-01-04 Richard Guenther <rguenther@suse.de>
25909
25910 * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
25911 a new entry only if needed.
25912 * tree-ssa-dom.c (lookup_avail_expr): Likewise.
25913 * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
25914 hashtable lookup.
25915 * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
25916 the result array.
25917 (phi_translate): Handle CONSTANTs early.
25918
25919 2010-01-04 Martin Jambor <mjambor@suse.cz>
25920
25921 PR tree-optimization/42398
25922 * tree-sra.c (struct access): Removed flag grp_different_types.
25923 (dump_access): Do not dump the removed flag.
25924 (sort_and_splice_var_accesses): Do not set the removed flag.
25925 (sra_modify_expr): Check for type compatibility directly.
25926
25927 2010-01-04 Martin Jambor <mjambor@suse.cz>
25928
25929 PR tree-optimization/42366
25930 * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
25931 edges with variable number of parameters.
25932 * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
25933 flag instead of asserting it.
25934 (ipa_read_node_info): Read uses_analysis_done flag.
25935
25936 2010-01-04 Richard Guenther <rguenther@suse.de>
25937
25938 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
25939 iterative_hash_* as intended.
25940 (vn_reference_compute_hash): Likewise. Simplify hashing
25941 SSA names.
25942 (vn_reference_lookup_2): Likewise.
25943 (vn_nary_op_compute_hash): Likewise.
25944 (vn_phi_compute_hash): Likewise.
25945 (expressions_equal_p): Remove strange code.
25946 * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
25947 (pre_expr_hash): Likewise. Simplify hashing SSA names.
25948 (bitmap_insert_into_set_1): Take value-id as parameter.
25949 (add_to_value): Pass it.
25950 (bitmap_insert_into_set): Likewise.
25951 (bitmap_value_insert_into_set): Likewise. Remove redundant check.
25952
25953 2010-01-04 Jakub Jelinek <jakub@redhat.com>
25954
25955 PR driver/42442
25956 * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
25957 (do_self_spec): For switches with SWITCH_IGNORE set set also
25958 SWITCH_IGNORE_PERMANENTLY.
25959 (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
25960 of SWITCH_IGNORE.
25961
25962 2010-01-04 Rafael Avila de Espindola <espindola@google.com>
25963
25964 * lto-streamer-out.c (output_unreferenced_globals): Output the full
25965 tree of an unreferenced global var.
25966
25967 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
25968
25969 PR target/42542
25970 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
25971 GTU to GT for V4SI and V2DI.
25972
25973 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
25974 (umin<mode>3): Removed.
25975 (uminv8hi3): New.
25976 (uminv4si3): Likewise.
25977
25978 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
25979
25980 PR lto/42581
25981 * collect2.c (main): Turn on trace in collect2 if -v is passed
25982 to gcc with LTO.
25983
25984 2010-01-03 Jerry Quinn <jlquinn@optonline.net>
25985
25986 * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR. Update
25987 description of expression operand.
25988
25989 2010-01-03 Andrew Jenner <andrew@codesourcery.com>
25990
25991 * configure.ac: Add install-html to target_list for Make-hooks.
25992 * configure: Regenerate.
25993 * fortran/Make-lang.in (F95_HTMLFILES): New.
25994 (fortran.html): Use it.
25995 (fortran.install-html): New.
25996 * Makefile.in (install-html): Add lang.install-html.
25997 * java/Make-lang.in (JAVA_HTMLFILES): New.
25998 (java.html): Use it.
25999 (java.install-html): New.
26000 * objc/Make-lang.in (objc.install-html): New.
26001 * objcp/Make-lang.in (obj-c++.install-html): New.
26002 * cp/Make-lang.in (c++.install-html): New.
26003 * ada/gcc-interface/Make-lang.in (ada.install-html): New.
26004 * lto/Make-lang.in (lto.install-html): New.
26005
26006 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
26007
26008 PR lto/42520
26009 * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
26010
26011 2009-01-03 Steven Bosscher <steven@gcc.gnu.org>
26012
26013 PR rtl-optimization/41862
26014 * store-motion.c (store_killed_in_insn, compute_store_table,
26015 remove_reachable_equiv_notes, replace_store_insn,
26016 build_store_vectors): Ignore all DEBUG_INSNs.
26017
26018 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
26019
26020 PR lto/41564
26021 * common.opt: Add dumpdir.
26022
26023 * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
26024 isn't specified.
26025 (option_map): Add --dumpdir.
26026
26027 * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
26028
26029 * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
26030
26031 * opts.c (decode_options): Try dump_dir_name first if
26032 dump_base_name isn't an absolute path.
26033 (common_handle_option): Handle OPT_dumpdir.
26034
26035 * toplev.c (dump_dir_name): New.
26036 (print_switch_values): Also ignore -dumpdir.
26037
26038 * toplev.h (dump_dir_name): New.
26039
26040 2010-01-03 Richard Guenther <rguenther@suse.de>
26041
26042 PR tree-optimization/42589
26043 * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
26044 double-word expansion of bswap32.
26045
26046 2010-01-03 Steven Bosscher <steven@gcc.gnu.org>
26047
26048 * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
26049 with BLOCK_FOR_INSN.
26050 * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
26051 * ifcvt.c (noce_get_alt_condition, noce_try_abs,
26052 noce_process_if_block): Likewise.
26053 * gcse.c (compute_local_properties, insert_expr_in_table,
26054 insert_set_in_table, canon_list_insert, find_avail_set,
26055 pre_insert_copy_insn): Likewise.
26056
26057 * basic-block.h (BLOCK_NUM): Move from here...
26058 * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
26059
26060 2010-01-03 Richard Guenther <rguenther@suse.de>
26061
26062 PR tree-optimization/42438
26063 * tree-ssa-pre.c (struct bb_bitmap_sets): Add
26064 contains_may_not_return_call flag.
26065 (BB_MAY_NOTRETURN): New.
26066 (valid_in_sets): Trapping nary operations are not valid
26067 in blocks that may not return.
26068 (insert_into_preds_of_block): Remove check for trapping expressions.
26069 (compute_avail): Compute also BB_MAY_NOTRETURN.
26070
26071 2010-01-03 Gerald Pfeifer <gerald@pfeifer.com>
26072
26073 * doc/invoke.texi: Add 2010 to copyright years.
26074
26075 2010-01-03 Eric Botcazou <ebotcazou@adacore.com>
26076
26077 * config/sparc/sparc.c: Fix formatting nits.
26078
26079 2010-01-02 Gerald Pfeifer <gerald@pfeifer.com>
26080 Alexander Monakov <amonakov@ispras.ru>
26081
26082 * doc/invoke.texi (Optimize Options): Reword introduction a bit.
26083
26084 2010-01-02 Richard Guenther <rguenther@suse.de>
26085
26086 PR middle-end/42577
26087 * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
26088 (simplify_switch_using_ranges): Mark to be removed edges
26089 as non-executable.
26090
26091 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
26092
26093 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
26094
26095 * collect2.c (scan_libraries): Add missing argument in call to
26096 scan_prog_file.
26097
26098 2010-01-02 Uros Bizjak <ubizjak@gmail.com>
26099
26100 PR target/42448
26101 * config/alpha/predicates.md (aligned_memory_operand): Return false
26102 for CQImode.
26103 (unaligned_memory_operand): Return true for CQImode.
26104 * config/alpha/alpha.c (get_aligned_mem): Assert that location
26105 doesn not cross aligned SImode word boundary.
26106
26107 2010-01-02 Anatoly Sokolov <aesok@post.ru>
26108
26109 * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
26110 Remove.
26111 * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
26112 avr_change_section, avr_reg_class_from_letter) : Remove declaration.
26113
26114 2010-01-02 Richard Guenther <rguenther@suse.de>
26115
26116 PR lto/41597
26117 * toplev.c (compile_file): Emit LTO marker properly. Change
26118 it to __gnu_lto_v1.
26119 * collect2.c (scan_prog_file): Adjust for changed LTO marker.
26120
26121 2010-01-01 Richard Guenther <rguenther@suse.de>
26122
26123 PR debug/42455
26124 * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
26125
26126 2010-01-01 Richard Guenther <rguenther@suse.de>
26127
26128 PR c/42570
26129 * c-decl.c (grokdeclarator): For zero-size arrays force
26130 structural equality checks as layout_type does.
26131
26132 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
26133
26134 * builtins.c: Update copyright to 2010.
26135
26136 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
26137
26138 PR lto/42531
26139 * lto-streamer-out.c (produce_asm): Revert the last change.
26140 (copy_function): Likewise.
26141
26142 * lto-streamer.c (lto_get_section_name): Skip any leading
26143 asterisk in name.
26144
26145 2010-01-01 Richard Guenther <rguenther@suse.de>
26146
26147 PR middle-end/42559
26148 * builtins.c (get_object_alignment): Do not use DECL_ALIGN
26149 for LABEL_DECLs.
26150
26151 \f
26152 Copyright (C) 2010 Free Software Foundation, Inc.
26153
26154 Copying and distribution of this file, with or without modification,
26155 are permitted in any medium without royalty provided the copyright
26156 notice and this notice are preserved.